@import url('https://clear-https-mzxw45dtfztw633hnrswc4djomxgg33n.proxy.audy.io/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://clear-https-mzxw45dtfztw633hnrswc4djomxgg33n.proxy.audy.io/css?family=Open+Sans:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('font-awesome.min.css');
@import url('flaticon.min.css');
@import url('animate.min.css');
@import url('owl.min.css');
@import url('jquery.fancybox.min.css');
@import url('hover.min.css');

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

html {
    height: 100vh
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: gray;
    line-height: 1.8em;
    font-weight: 400;
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #87c00c;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}

a:focus {
    
    text-decoration: none;
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0;
    background: 0;
    line-height: 1.6em;
    font-family: 'Open Sans', sans-serif
}

input,
button,
select,
textarea {
    font-family: 'Open Sans', sans-serif
}

p {
    position: relative;
    line-height: 1.8em
}

.auto-container {
    position: static;
    max-width: 1396px;
    padding: 0;
    margin: 0 auto
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px
}

.hidden {
    display: none
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0
}

.theme-btn {
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    font-family: 'Open Sans', sans-serif
}

.text-center {
    text-align: center !important
}

.btn-style-one {
    position: relative;
    padding: 14px 35px 14px;
    line-height: 24px;
    text-transform: uppercase;
    background-color: #ccc;
    color: #fff;
    border: 2px solid transparent;
    border-width: 2px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 1px
}

.btn-style-one .fa {
    margin-right: 6px
}

.btn-style-one:focus {
    color: #fff;
}

.btn-style-one:hover {
    color: #ccc;
    border-color: #ccc;
    background: 0
}

.btn-style-one:hover .icon {
    border-color: #ccc
}

.btn-style-two {
    position: relative;
    padding: 12px 28px 12px;
    line-height: 24px;
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    border: 2px solid #0c1623;
    background-color: #0c1623
}

.btn-style-two:hover {
    color: #0c1623;
    border-color: #0c1623;
    background: 0
}

.btn-style-three {
    position: relative;
    padding: 12px 32px 12px;
    line-height: 24px;
    text-transform: capitalize;
    color: #0c1623;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #0c1623;
    background: 0
}

.btn-style-three:hover {
    color: #fff;
    border-color: #0c1623;
    background: #0c1623
}

.btn-style-four {
    position: relative;
    padding: 10px 25px 10px;
    line-height: 24px;
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #ccc;
    border-radius: 3px;
    background-color: #ccc
}

.btn-style-four:hover {
    color: #ccc;
    border-color: #ccc;
    background: 0
}

.btn-news {
    position: relative;
    padding: 6px 14px 6px;
    line-height: 20px;
    text-transform: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    border: 2px solid #0c1623;
    background-color: #0c1623;
    margin-top: 30px
}

.btn-news:hover {
    color: #0c1623;
    border-color: #0c1623;
    background: 0
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.GIF)
}

img {
    display: inline-block;
    max-width: 100%
}

.scroll-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #1c1c1c;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.scroll-top:hover {
    color: #fff;
    background: #ccc
}

.error-text {
    position: relative;
    font-size: 225px;
    color: #333;
    line-height: 1em;
    margin-bottom: 0;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif
}

.main-header {
    position: relative;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.header-top {
    position: relative;
    background-color: #444
}

.main-header .header-top .top-left {
    position: relative;
    float: left
}

.main-header .header-top .top-left ul li {
    position: relative;
    margin-right: 38px;
    font-size: 16px;
    color: #fff;
    padding: 12px 0;
    display: inline-block
}

.main-header .header-top .top-left ul li .icon {
    margin-right: 15px;
    margin-left: 15px
}

.main-header .header-top .top-left ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-header .top-right {
    float: right
}

.main-header .search-box .form-group {
    position: relative;
    margin: 0
}

.main-header .search-box .form-group input[type="text"],
.main-header .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 25px;
    padding: 10px 50px 10px 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.30);
    border-right: 1px solid rgba(255, 255, 255, 0.30);
    display: block;
    font-size: 14px;
    height: 50px;
    width: 270px;
    float: right;
    color: #fff;
    background: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-header .search-box .form-group input::-webkit-input-placeholder {
    color: #fff
}

.main-header .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 45px;
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 100%;
    font-weight: normal;
    background: 0
}

.main-header .header-upper {
    position: relative;
    padding: 28px 0;
    background: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 5
}

.main-header .header-upper .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%
}

.main-header .logo-outer {
    position: relative;
    z-index: 25
}

.main-header .logo-outer .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%
}

.main-header .header-upper .upper-right {
    position: relative;
    padding: 12px 0 0
}

.main-header .info-box {
    position: relative;
    float: left;
    min-height: 56px;
    margin-right: 30px;
    padding: 0 60px 0 0
}

.main-header .info-box:last-child {
    margin-left: 0;
    margin-right: 0;
    padding: 0
}

.main-header .info-box .icon-box {
    position: absolute;
    right: 0;
    top: 2px;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 42px;
    border-radius: 2px;
    color: #ccc;
    font-size: 34px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.main-header .info-box:hover .icon-box {
    border-color: #ccc
}

.main-header .info-box li {
    position: relative;
    line-height: 24px;
    margin: 0;
    font-size: 15px;
    color: #444;
    text-align: right
}

.main-header .info-box li a {
    color: #a5a4a4;
    font-size: 15px
}

.weather-box {
    margin-top: -25px
}

.main-header .header-lower {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background: #ccc;
    z-index: 5
}

.main-header .header-main-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.15);
    z-index: 5
}

.main-header.fixed-header .header-main-box {
    background: #2c4a6b
}

.main-header .nav-outer {
    position: relative;
    padding-right: 230px;
    background: #ccc
}

.header-main-box .nav-outer .search-box-btn {
    position: absolute;
    right: 0;
    font-size: 14px;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    color: #fff;
    cursor: pointer
}

.header-main-box .nav-outer .search-box-btn:hover {
    color: #00c6ff
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    background: #fff;
    z-index: 0;
    border-bottom: 1px solid #ccc;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.sticky-header .logo {
    padding: 10px 0 0
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.main-menu {
    position: relative
}

.navbar {
    padding: 0
}

.main-menu .navbar-collapse {
    padding: 0
}

.main-menu .navigation {
    position: relative;
    margin: 0
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 0;
    margin-left: 30px
}

.main-menu .navigation>li:first-child {
    margin-left: 0
}

.main-menu .navigation>li:last-child>ul {
    right: 0;
    left: auto
}

.main-menu .navigation>li.dropdown a {
    padding-right: 18px !important
}

.main-menu .navigation>li.dropdown>a:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 0;
    font-size: 16px;
    line-height: 32px
}

.header-main-box .main-menu .navigation>li {
    border: 0
}

.sticky-header .main-menu .navigation>li {
    margin: 0;
    margin-left: 10px
}

.sticky-header .main-menu .navigation>li:after {
    display: none
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    padding: 20px 0;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    border-top: 0;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.header-main-box .main-menu .navigation>li>a {
    padding: 25px 20px
}

.sticky-header .main-menu .navigation>li>a {
    color: #181818;
    padding: 15px 15px
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
    color: #0c1623;
    opacity: 1
}

.sticky-header .main-menu .navigation>li>a:before {
    display: none
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li.current-menu-item>a {
    opacity: 1
}

.main-menu .navigation>li:hover>a:after {
    opacity: 1
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0;
    top: 130%;
    width: 200px;
    padding: 0;
    z-index: 100;
    display: none;
    background: #ccc;
    border-top: 3px solid rgba(255, 255, 255, 0.80);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30)
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: 0
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 15px;
    line-height: 22px;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-menu .navigation>li>ul>li:hover>a {
    background: #232323
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 12px;
    width: 10px;
    height: 20px;
    display: block;
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
    color: #fff
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 110%;
    top: 0;
    width: 200px;
    padding: 0;
    z-index: 100;
    display: none;
    background: #2c4a6b
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30)
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: 0
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 15px;
    line-height: 22px;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    background: #01bcfa
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    left: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    display: none
}

.main-header .btn-outer {
    position: absolute;
    right: 0;
    top: 0;
    width: 256px;
    height: 100%;
    overflow: hidden
}

.main-header .btn-outer .quote-btn {
    position: relative;
    display: block;
    line-height: 57px;
    text-align: center;
    padding: 8px 8px 8px 30px;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    z-index: 1;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif
}

.header-main-box .btn-outer .quote-btn {
    padding: 27px 0 18px 30px
}

.main-header .btn-outer:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    width: 100%;
    height: 100%;
    background: #823943;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-header .nav-outer .search-box-outer {
    position: relative;
    float: right;
    margin-top: 47px;
    display: block;
    color: #fff
}

.main-header .search-box-btn {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 20px !important;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: 0;
    width: 45px;
    text-align: right;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.main-header .search-box-outer .dropdown-menu {
    top: 66px;
    right: 0;
    padding: 0;
    width: 280px;
    border-radius: 0;
    border-top: 3px solid #ccc
}

.main-header .search-box-outer .dropdown-menu>li {
    padding: 0;
    border: 0;
    background: 0
}

.main-header .search-panel .form-container {
    padding: 25px 20px
}

.main-header .search-panel .form-group {
    position: relative;
    margin: 0
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
    display: block;
    width: 100%;
    height: 40px;
    color: #000;
    line-height: 24px;
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 7px 40px 7px 15px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
    border-color: #ccc
}

.main-header .search-panel .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555;
    font-size: 12px;
    background: 0;
    cursor: pointer
}

.sec-title {
    position: relative;
    margin-bottom: 50px
}

.sec-title h2 {
    position: relative;
    color: #0c1623;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2em;
    display: inline-block
}

.sec-title h2:before {
    position: absolute;
    content: '';
    left: 105%;
    bottom: 8px;
    height: 2px;
    width: 55px;
    background-color: #0c1623
}

.sec-title h2:after {
    position: absolute;
    content: '';
    left: 105%;
    bottom: 14px;
    height: 2px;
    width: 35px;
    background-color: #ccc
}

.sec-title.light h2 span {
    color: #fff
}

.sec-title.light h2:after {
    background-color: #fff
}

.sec-title.murge {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto
}

.sec-title-two {
    position: relative;
    margin-bottom: 50px
}

.sec-title-two h2 {
    position: relative;
    color: #0c1623;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px
}

.sec-title-two .text {
    position: relative;
    color: #666;
    font-size: 17px;
    font-weight: 700
}

.sec-title-two.centered {
    text-align: center
}

.sec-title-two.murge {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto
}

.main-slider {
    position: relative;
    z-index: 10
}

.main-slider .tp-caption {
    z-index: 5 !important
}

.main-slider .tp-dottedoverlay {
    background: none !important
}

.main-slider .btns-box .theme-btn {
    margin-right: 28px;
    margin-bottom: 10px
}

.main-slider h2 {
    position: relative;
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2em
}

.main-slider h1 {
    position: relative;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase
}

.main-slider .text {
    position: relative;
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2em
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets {
    display: none !important
}

.carousel-caption {
    
    padding-bottom: 30px
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0)
}

.carousel-control {
    color: #8bc34a
}

.carousel-indicators li {
    border: 1px solid #8bc34a
}

.carousel-indicators .active {
    background-color: #8bc34a
}

.slide {
    margin-top: 30px
}

.wrap {
    display: flex;
    background: #651c32;
    padding: .7rem .7rem .7rem .7rem;
    border-radius: 0.2rem;
    box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, 0.1);
    margin-top: 8px;
    margin-bottom: .5rem;
    color: #fff;
}

.wrap:hover {
    background: linear-gradient(170deg, #fff 0%, 100%);
    color: #fff;
}

.wrap .ico-wrap .mbr-iconfont:hover {
    color: #651c32;
}

.wrap p {
    margin-bottom: 0;
}

.ico-wrap {
    margin: auto;
}

.mbr-iconfont {
    font-size: 2.5rem !important;

    margin: .5rem;
    padding-right: 1rem;
}

.vcenter {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
}

.display-5 {
    font-size: 1.0rem;
}

.mbr-bold {
    font-weight: 700;
}

.display-6 {
    font-size: 1re
}

.accordion-box {
    position: relative
}

.accordion-box .block {
    position: relative;
    padding: 10px 0;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    background-color: #fff
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    cursor: pointer;
    line-height: 30px;
    color: #ccc;
    font-weight: 700;
    padding: 0 10px 0 68px;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease
}

.accordion-box .block .acc-btn.active {
    color: #0c1623
}

.accordion-box .block .icon-outer {
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 18px;
    color: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    text-align: center;
    background-color: #0c1623
}

.accordion-box .block .icon-outer .icon-plus {
    opacity: 1
}

.accordion-box .block .icon-outer .icon-minus {
    opacity: 0;
    font-weight: 300
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
    opacity: 1;
    color: #fff;
    background-color: #ccc
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
    opacity: 0
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding: 25px
}

.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px
}

.accordion-box .block .acc-content.current {
    display: block
}

.accordion-box .block .content {
    position: relative;
    font-size: 14px
}

.accordion-box .block .content .text {
    line-height: 2em;
    font-size: 15px;
    color: #666
}

.accordion-box .block .content p:last-child {
    margin-bottom: 0
}

.accordion-box.style-two .block {
    position: relative;
    padding: 10px 0;
    margin-bottom: 0;
    border-top: 0;
    border-bottom: 1px solid #ccc;
    background-color: #fff
}

.accordion-box.style-two .block:first-child {
    border-top: 1px solid #ccc
}

.accordion-box.style-two .block .acc-btn {
    position: relative;
    font-size: 17px;
    cursor: pointer;
    line-height: 40px;
    color: #0c1623;
    font-weight: 700;
    padding: 0 10px 0 68px;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease
}

.accordion-box.style-two .block .acc-btn.active {
    color: #7aae0e
}

.accordion-box.style-two .block .icon-outer {
    position: absolute;
    left: 0;
    top: -10px;
    height: 60px;
    width: 60px
}

.accordion-box.style-two .block .icon-outer .icon {
    position: absolute;
    width: 60px;
    height: 60px;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    padding: 10px 0;
    color: #0c1623;
    background: 0;
    text-align: center
}

.accordion-box.style-two .block .icon-outer .icon-plus {
    opacity: 1
}

.accordion-box.style-two .block .icon-outer .icon-minus {
    opacity: 0;
    font-weight: 300
}

.accordion-box.style-two .block.active-block {
    background: #f9f9f9
}

.accordion-box.style-two .block .acc-btn.active .icon-outer .icon-minus {
    opacity: 1;
    color: #7aae0e;
    background: transparent
}

.accordion-box.style-two .block .content {
    position: relative;
    font-size: 14px;
    padding: 10px 40px 0 20px
}

.accordion-box.style-two .block .content .text {
    line-height: 28px;
    font-size: 16px;
    color: #666
}

.accordion-box.style-two .block .content p:last-child {
    margin-bottom: 0
}

.page-section {
    position: relative;
    padding: 0 0 105px
}

.default-form .form-group {
    position: relative;
    margin-bottom: 25px
}

.default-form .form-group .icon {
    position: absolute;
    right: 28px;
    top: 12px;
    height: 50px;
    color: #ddd;
    font-size: 16px
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="tel"],
.default-form select,
.default-form option,
.default-form textarea {
    display: block;
    width: 100%;
    line-height: 26px;
    height: 50px;
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 10px 25px;
    background: #f4feee;
    color: #010101;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.default-form textarea {
    height: 160px;
    resize: none;
    font-size: 14px;
    background: #f4feee
}

.default-form .theme-btn {
    margin-top: 15px;
    padding: 13px 50px;
    text-transform: uppercase
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus {
    border-color: #ccc
}

.main-footer {
    position: relative;
    color: #fff;
    background: #0c1623
}

.main-footer .footer-upper {
    position: relative;
    padding: 90px 0 20px
}

.footer-widget {
    position: relative;
    margin-bottom: 40px
}

.logo-widget .logo {
    position: relative;
    margin-bottom: 25px
}

.logo-widget .text {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 30px
}

.footer-widget h2 {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: capitalize
}

.list-link {
    position: relative
}

.list-link li {
    position: relative;
    margin-bottom: 8px
}

.list-link li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    padding-left: 30px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.list-link li a:hover {
    color: #ccc
}

.list-link li a:before {
    position: absolute;
    content: '\f105';
    left: 0;
    top: -2px;
    color: #ccc;
    font-size: 20px;
    line-height: 1em;
    font-family: 'FontAwesome'
}

.list-link-two {
    position: relative
}

.list-link-two li {
    position: relative;
    margin-bottom: 8px
}

.list-link-two li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.list-link-two li a:hover {
    color: #ccc
}

.main-footer .footer-bottom {
    position: relative
}

.main-footer .footer-bottom .inner-container {
    position: relative;
    padding: 30px 0;
    border-top: 2px solid rgba(255, 255, 255, 0.20)
}

.main-footer .footer-bottom .copyright {
    position: relative;
    color: #fff;
    font-size: 14px
}

.main-footer .footer-bottom .footer-nav {
    position: relative;
    text-align: right
}

.main-footer .footer-bottom .footer-nav li {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    padding-right: 12px;
    line-height: 1em;
    border-right: 1px solid #fff
}

.main-footer .footer-bottom .footer-nav li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: 0
}

.main-footer .footer-bottom .footer-nav li a {
    position: relative;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.main-footer .footer-bottom .footer-nav li a:hover {
    color: #ccc
}

.footer-style-two {
    position: relative;
    color: #fff;
    background: #0c1623;
    padding: 60px 0;
    text-align: center
}

.footer-style-two .logo-box {
    position: relative;
    margin-bottom: 32px
}

.footer-style-two .copyright-text {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    color: #999
}

.feature-section {
    position: relative;
    padding: 90px 0 60px;
    background-position: left bottom;
    background-repeat: no-repeat
}

.feature-block {
    position: relative;
    margin-bottom: 45px
}

.feature-block .inner-box {
    position: relative;
    text-align: center
}

.feature-block .inner-box .icon-box {
    position: relative;
    color: #ccc;
    font-size: 50px;
    line-height: 1em;
    margin-bottom: 20px
}

.feature-block .inner-box h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px
}

.feature-block .inner-box h3 a {
    position: relative;
    color: #0c1623;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.feature-block .inner-box h3 a:hover {
    color: #ccc
}

.feature-block .inner-box .text {
    position: relative;
    line-height: 1.8em;
    color: #666;
    font-size: 16px;
    font-weight: 400
}

.spotlight-section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover
}

.spotlight-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(139, 195, 74, 0.80)
}

.spotlight-section .image-column {
    position: relative;
    text-align: center
}

.spotlight-section .image-column .image {
    position: relative;
    margin-top: -55px
}

.spotlight-section .image-column .image img {
    position: relative
}

.spotlight-section .content-column {
    position: relative;
    padding-bottom: 60px
}

.spotlight-section .content-column .inner-column {
    position: relative;
    padding-top: 110px
}

.spotlight-section .content-column .inner-column h2 {
    position: relative;
    color: #0c1623;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 60px
}

.spotlight-section .content-column .inner-column h2 span {
    position: relative;
    color: #fff
}

.spotlight-section .content-column .inner-column .title {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: #444
}

.spotlight-section .content-column .inner-column h3 {
    position: relative;
    color: #0c1623;
    font-size: 20px;
    font-weight: 700;
    padding: 25px 25px;
    border-radius: 5px;
    text-align: center;
    z-index: 99;
    margin-left: 12px;
    text-transform: uppercase;
    background-color: #fff;
    border: 2px solid #75b307
}

.spotlight-section .content-column .inner-column h3:before {
    position: absolute;
    content: '';
    left: -12px;
    top: -12px;
    right: -12px;
    bottom: -12px;
    z-index: -1;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.30)
}

.spotlight-section .content-column .inner-column .text {
    position: relative;
    margin-top: 60px;
    margin-bottom: 30px
}

.spotlight-section .content-column .inner-column .text p {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    color: #fff
}

.event-list {
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0
}

.event-list>li {
    background-color: #fff;
    box-shadow: 0 0 5px #333;
    box-shadow: 0 0 5px rgba(51, 51, 51, 0.7);
    padding: 0;
    margin: 0 0 20px
}

.event-list>li>time {
    display: inline-block;
    width: 100%;
    color: #fff;
    background-color: #0c1623;
    padding: 5px;
    text-align: center;
    text-transform: uppercase
}

.event-list>li:nth-child(even)>time {
    background-color: #0c1623
}

.event-list>li>time>span {
    display: none
}

.event-list>li>time>.day {
    display: block;
    font-size: 56pt;
    font-weight: 100;
    line-height: 1
}

.event-list>li time>.month {
    display: block;
    font-size: 24pt;
    font-weight: 900;
    line-height: 1
}

.event-list>li>img {
    width: 100%
}

.event-list>li>.info {
    padding-top: 5px;
    text-align: center
}

.event-list>li>.info>.title {
    font-size: 17pt;
    font-weight: 700;
    margin: 0
}

.event-list>li>.info>.desc {
    font-size: 11pt;
    font-weight: 300;
    margin: 0
}

.event-list>li>.info>.url {
    font-size: 11pt;
    font-weight: 300;
    margin: 0
}

.event-list>li>.info>ul,
.event-list>li>.social>ul {
    display: table;
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
    text-align: center
}

.event-list>li>.social>ul {
    margin: 0
}

.event-list>li>.info>ul>li,
.event-list>li>.social>ul>li {
    display: table-cell;
    cursor: pointer;
    color: #1e1e1e;
    font-size: 11pt;
    font-weight: 300;
    padding: 3px 0
}

.event-list>li>.info>ul>li>a {
    display: block;
    width: 100%;
    color: #1e1e1e;
    text-decoration: none
}

.event-list>li>.social>ul>li {
    padding: 0
}

.event-list>li>.social>ul>li>a {
    padding: 3px 0
}

.event-list>li>.info>ul>li:hover,
.event-list>li>.social>ul>li:hover {
    color: #1e1e1e;
    background-color: #c8c8c8
}

.panel-tow {
    border-left: 3px solid #50742b
}

.panel-tow h3 {
    color: #50742b
}

.panel-tow span {
    color: #50742b;
    margin-right: 5px
}

.panel-tow .btn-primary {
    background-color: #50742b;
    border-color: #50742b
}

.panel-rec {
    border-left: 3px solid #03a9f4
}

.panel-rec h3 {
    color: #03a9f4
}

.panel-rec span {
    color: #03a9f4;
    margin-right: 5px
}

.panel-rec .btn-primary {
    background-color: #03a9f4;
    border-color: #03a9f4
}

.panel-wmc {
    border-left: 3px solid #ab47bc
}

.panel-wmc h3 {
    color: #ab47bc
}

.panel-wmc span {
    color: #ab47bc;
    margin-right: 5px
}

.panel-wmc .btn-primary {
    background-color: #ab47bc;
    border-color: #ab47bc
}

.panel-mus {
    border-left: 3px solid #ff7043
}

.panel-mus h3 {
    color: #ff7043
}

.panel-mus span {
    color: #ff7043;
    margin-right: 5px
}

.panel-mus .btn-primary {
    background-color: #ff7043;
    border-color: #ff7043
}

.panel-pol {
    border-left: 3px solid #0074d9
}

.panel-pol h3 {
    color: #0074d9
}

.panel-pol span {
    color: #0074d9;
    margin-right: 5px
}

.panel-pol .btn-primary {
    background-color: #0074d9;
    border-color: #0074d9
}

.panel-fir {
    border-left: 3px solid #ff4136
}

.panel-fir h3 {
    color: #ff4136
}

.panel-fir span {
    color: #ff4136;
    margin-right: 5px
}

.panel-fir .btn-primary {
    background-color: #ff4136;
    border-color: #ff4136
}

.news-section {
    position: relative;
    padding: 90px 0 70px
}

.news-block {
    position: relative;
    margin-bottom: 40px
}

.news-block .inner-box {
    position: relative
}

.news-block .inner-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px
}

.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block
}

.news-block .inner-box .image .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    background-color: rgba(0, 0, 0, 0.50)
}

.news-block .inner-box:hover .image .overlay {
    opacity: 1
}

.news-block .inner-box .image .overlay .icon {
    position: relative;
    color: #fff;
    top: 50%;
    font-size: 20px;
    display: block;
    margin-top: -10px
}

.news-block .inner-box .lower-box {
    position: relative
}

.news-block .inner-box .lower-box h3 {
    position: relative;
    color: #1e1e1e;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 14px
}

.news-block .inner-box .lower-box h3 a {
    position: relative;
    color: #1e1e1e;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.news-block .inner-box .lower-box h3 a:hover {
    color: #ccc
}

.news-block .inner-box .lower-box .post-meta {
    position: relative
}

.news-block .inner-box .lower-box .post-meta li {
    position: relative;
    margin-right: 15px;
    color: #666;
    font-size: 16px;
    display: inline-block
}

.news-block .inner-box .lower-box .post-meta li .icon {
    position: relative;
    margin-right: 8px;
    color: #ccc;
    font-size: 14px
}

.news-block .inner-box .lower-box .text {
    position: relative;
    color: #666;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 18px
}

.page-content {
    position: relative;
    min-height: 800px
}

.quicklinks-section {
    position: relative;
    padding: 90px 0 90px;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center
}

.quicklinks-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(113, 177, 0, 0.90)
}

.quicklinks-section .title-box {
    position: relative;
    text-align: center;
    margin-bottom: 70px
}

.quicklinks-section .title-box h2 {
    position: relative;
    color: #0c1623;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 12px
}

.quicklinks-section .title-box h2 span {
    color: #fff
}

.quicklinks-section .title-box .text {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

.quicklinks-section .left-img {
    position: absolute;
    left: 0;
    bottom: 0
}

.quicklinks-section .right-img {
    position: absolute;
    right: 0;
    bottom: 0
}

.quicklinks-section a {
    color: #fff;
    text-decoration: none;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.quicklinks-section a:hover {
    color: #0c1623
}

.quicklinks-carousel .owl-nav {
    margin: 0 !important;
    position: absolute;
    right: 0;
    top: -100px;
    display: inline-block
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    margin: 0 0 0 1px;
    width: 35px;
    height: 35px;
    padding: 0;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    border-radius: 0;
    background: #0c1623 !important
}

.quicklinks-slider {
    position: relative
}

.quicklinks-slider .owl-dots {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-top: 10px
}

.quicklinks-slider .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    display: inline-block;
    background-color: #f3f3f3;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.quicklinks-slider .owl-dots .owl-dot:hover,
.quicklinks-slider .owl-dots .owl-dot.active {
    background: #0c1623
}

.quicklinks-section-style-two {
    position: relative;
    padding: 110px 0 110px;
    background-size: cover;
    background-repeat: no-repeat
}

.quicklinks-section-style-two:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(247, 247, 247, 0.90)
}

.quicklinks-section-style-two .title-box {
    position: relative;
    text-align: center;
    margin-bottom: 70px
}

.quicklinks-section-style-two .title-box h2 {
    position: relative;
    color: #0c1623;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 12px
}

.quicklinks-section-style-two .title-box .text {
    position: relative;
    color: #666;
    font-size: 18px;
    font-weight: 700
}

.quicklinks-section-style-two .left-img {
    position: absolute;
    left: 0;
    bottom: 0
}

.quicklinks-section-style-two .right-img {
    position: absolute;
    right: 0;
    bottom: 0
}

.page-title {
    background-color: #f6f6f6;
    padding: 30px 0 30px 0
}

.page-title:before {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.page-title h1 {
    position: relative;
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    color: #0c1623;
    text-transform: uppercase;
    margin-bottom: 14px
}

.page-title .bread-crumb-outer .bread-crumb li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #0c1623;
    cursor: default;
    display: inline-block
}

.page-title .bread-crumb-outer .bread-crumb li a {
    color: #0c1623;
    font-size: 16px;
    line-height: 24px;
    transition: all 300ms ease;
    display: inline-block
}

.page-title .bread-crumb-outer .bread-crumb li a:hover {
    color: #ccc
}

.sidebar-page-container {
    position: relative;
    padding: 90px 0 70px
}

.sidebar-page-container .title {
    font-size: 20px;
    line-height: 30px;
    color: #0c1623;
    font-weight: 700;
    margin-bottom: 10px
}

.sidebar-page-container .sidebar-widget {
    position: relative;
    margin-bottom: 50px
}

.sidebar-page-container .sidebar-title {
    font-size: 20px;
    line-height: 30px;
    color: #0c1623;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px
}

.sidebar-page-container .sidebar-title h3 {
    font-size: 20px;
    line-height: 30px;
    color: #0c1623;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase
}

.sidebar-features-category {
    position: relative;
    margin-bottom: 50px
}

.feature-list {
    position: relative;
    width: 100%
}

.feature-list li {
    position: relative;
    line-height: 30px;
    color: #666;
    font-weight: 700;
    margin-bottom: 8px
}

.feature-list li a {
    position: relative;
    padding: 5px 20px;
    background: #f5f5f5;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    border-radius: 5px;
    display: block;
    transition: all 300ms ease
}

.feature-list li:hover a {
    background: #0c1623;
    color: #fff
}

.gsc-control-cse {
    padding: 0 !important;
    border-width: 0 !important
}

form.gsc-search-box,
table.gsc-search-box {
    margin-bottom: 0 !important
}

.gsc-search-box .gsc-input {
    padding: 0 4px 0 6px !important
}

#gsc-iw-id1 {
    height: auto !important;
    padding: 0 !important;
    border-width: 0 !important;
    box-shadow: none !important
}

#gs_tti50 {
    padding: 0 !important
}

#gsc-i-id1 {
    height: 33px !important;
    padding: 0 !important;
    background: none !important;
    text-indent: 0 !important
}

button.gsc-search-button {
    display: block;
    width: 13px !important;
    height: 13px !important;
    border-width: 0 !important;
    margin: 0 !important;
    padding: 0 6px 10px 13px !important;
    outline: 0;
    cursor: pointer;
    box-shadow: none !important;
    box-sizing: content-box !important
}

.gsc-control-cse,
#gsc-iw-id1 {
    background-color: transparent !important
}

#gsc-i-id1::-webkit-input-placeholder {
    color: #FFF
}

#gsc-i-id1:-ms-input-placeholder {
    color: #FFF
}

#gsc-i-id1::-moz-placeholder {
    color: #FFF;
    opacity: 1
}

#gsc-i-id1:-moz-placeholder {
    color: #FFF;
    opacity: 1
}

#search-box {
    width: 270px;
    height: 48px;
    margin: 0 auto;
    background-color: #444;
    border-radius: 0;
    padding: 7px 9px;
    border-left: 1px solid rgba(255, 255, 255, 0.30);
    border-right: 1px solid rgba(255, 255, 255, 0.30)
}

button.gsc-search-button {
    border-left: 0 solid rgba(255, 255, 255, 0.30) !important;
    background-color: transparent !important
}

#gsc-i-id1 {
    color: #FFF
}

.gsc-modal-background-image {
    background-color: #444 !important
}

.gsc-modal-background-image-visible {
    opacity: .9 !important
}

.contact-form {

    input,
    textarea {
        margin-bottom: .5rem;
        font: inherit;
        width: 92%;

        &:required+span::after {
            content: ' *';
            color: red;
            vertical-align: top
        }

        &:not(:placeholder-shown):valid {
            background-color: #f4feee
        }

        &:not(:placeholder-shown):invalid {
            background-color: #f4feee;
        }
    }

    label,
    button {
        display: block
    }
}

.js-submitted {

    input,
    textarea {
        &:valid {
            background-color: #f4feee
        }

        &:invalid {
            background-color: #fff0f0
        }
    }
}

.testimonial-block {
    position: relative;
    padding-left: 18px;
    padding-bottom: 15px
}

.testimonial-block .inner-box {
    position: relative;
    background-color: #fff;
    border: 2px solid #f0f0f0;
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px
}

.testimonial-block .inner-box:after {
    position: absolute;
    content: '';
    left: 22px;
    bottom: -10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0
}

.testimonial-block .inner-box .text {
    color: #8a8a8a;
    line-height: 28px;
    font-size: 16px;
    font-family: 'Merriweather', serif
}

.testimonial-block .quote-icon {
    position: absolute;
    width: 50px;
    height: 45px;
    top: 37px;
    left: 0;
    background-color: #444;
    text-align: center;
    z-index: 9
}

.testimonial-block .quote-icon:before {
    position: absolute;
    content: '';
    left: 1px;
    top: -16px;
    width: 0;
    height: 0;
    border-bottom: 16px solid #444;
    border-left: 18px solid transparent
}

.testimonial-block .quote-icon span {
    font-size: 22px;
    color: #fff;
    line-height: 42px
}

.testimonial-block>h4 {
    position: relative;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 700
}

.testimonial-block .desination {
    color: #fff
}

.page-alert-danger {
    height: 65px;
    overflow: hidden;
    position: relative;
    background-color: #f8d7da;
    border: 1px solid;
    border-color: #f5c6cb
}

.page-alert-danger h3 {
    font-size: 1.1em;
    color: #721c24;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 65px;
    text-align: left;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: page-alert-danger 30slinear infinite;
    -webkit-animation: page-alert-danger 30s linear infinite;
    animation: page-alert-danger 30s linear infinite
}

.page-alert-danger h3:hover {
    animation-play-state: paused;
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused
}

@-moz-keyframes page-alert-danger {
    0 {
        -moz-transform: translateX(100%)
    }

    100% {
        -moz-transform: translateX(-100%)
    }
}

@-webkit-keyframes page-alert-danger {
    0 {
        -webkit-transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(-100%)
    }
}

@keyframes page-alert-danger {
    0 {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.page-alert-warning {
    height: 65px;
    overflow: hidden;
    position: relative;
    background-color: #fff3cd;
    border: 1px solid;
    border-color: #ffeeba
}

.page-alert-warning h3 {
    font-size: 1.1em;
    color: #856404;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 65px;
    text-align: left;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: page-alert-warning 30slinear infinite;
    -webkit-animation: page-alert-warning 30s linear infinite;
    animation: page-alert-warning 30s linear infinite
}

.page-alert-warning h3:hover {
    animation-play-state: paused;
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused
}

@-moz-keyframes page-alert-warning {
    0 {
        -moz-transform: translateX(100%)
    }

    100% {
        -moz-transform: translateX(-100%)
    }
}

@-webkit-keyframes page-alert-warning {
    0 {
        -webkit-transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(-100%)
    }
}

@keyframes page-alert-warning {
    0 {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.page-alert-info {
    height: 65px;
    overflow: hidden;
    position: relative;
    background-color: #d1ecf1;
    border: 1px solid;
    border-color: #bee5eb
}

.page-alert-info h3 {
    font-size: 1.1em;
    color: #0c5460;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 65px;
    text-align: left;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: page-alert-info 30slinear infinite;
    -webkit-animation: page-alert-info 30s linear infinite;
    animation: page-alert-info 30s linear infinite
}

.page-alert-info h3:hover {
    animation-play-state: paused;
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused
}

@-moz-keyframes page-alert-info {
    0 {
        -moz-transform: translateX(100%)
    }

    100% {
        -moz-transform: translateX(-100%)
    }
}

@-webkit-keyframes page-alert-info {
    0 {
        -webkit-transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(-100%)
    }
}

@keyframes page-alert-info {
    0 {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.page-alert-success {
    height: 65px;
    overflow: hidden;
    position: relative;
    background-color: #d4edda;
    border: 1px solid;
    border-color: #c3e6cb
}

.page-alert-success h3 {
    font-size: 1.1em;
    color: #155724;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 65px;
    text-align: left;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: page-alert-success 30slinear infinite;
    -webkit-animation: page-alert-success 30s linear infinite;
    animation: page-alert-success 30s linear infinite
}

.page-alert-success h3:hover {
    animation-play-state: paused;
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused
}

@-moz-keyframes page-alert-success {
    0 {
        -moz-transform: translateX(100%)
    }

    100% {
        -moz-transform: translateX(-100%)
    }
}

@-webkit-keyframes page-alert-success {
    0 {
        -webkit-transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(-100%)
    }
}

@keyframes page-alert-success {
    0 {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.vanity {
    color: #333;
    text-align: center;
    font: .75em 'Segoe UI', Tahoma, Helvetica, Sans-Serif
}

.vanity a,
.microsoft a {
    color: #1570a6;
    transition: color .5s;
    text-decoration: none
}

.vanity a:hover {
    color: #f65314
}

.user-browser {
    position: fixed;
    z-index: 8000;
    width: 100%;
    background-color: red;
    padding: 20px;
    color: #fff;
    font-size: 16px;
    text-align: left
}

.user-browser a {
    color: yellow;
    text-decoration: underline
}

.btn-custom {
    color: #444;
    font-size: 18px;
    border: 1px solid #444
}

.btn-custom:hover {
    color: #000;
    border: 1px solid #000
}

#pricing-table {
    padding-top: 50px
}

#pricing-table .pricing {
    margin: 0;
    padding: 0
}

#pricing-table .pricing .pricing-table {
    padding-bottom: 30px
}

#pricing-table .pricing .pricing-table .pricing-header {
    position: relative;
    background: #f5f5f5;
    padding: 22px 22px;
    text-align: center;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

#pricing-table .pricing .pricing-table .pricing-header .pricing-title {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 24px;
    text-align: center;
    font-weight: 700
}

#pricing-table .pricing .pricing-table .pricing-header .pricing-rate {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    position: relative;
    text-align: center
}

#pricing-table .pricing .pricing-table .pricing-header .pricing-rate sup {
    font-size: 24px;
    position: relative;
    top: -30px;
    color: #bdc3c7
}

#pricing-table .pricing .pricing-table .pricing-header .pricing-rate span {
    font-size: 16px;
    color: #bdc3c7;
    text-transform: uppercase
}

#pricing-table .pricing .pricing-list {
    padding: 20px 0 40px 0;
    background: #fff;
    border: 1px solid #e3e3e3
}

#pricing-table .pricing .pricing-list ul {
    padding: 0;
    display: table;
    margin: 0 auto
}

#pricing-table .pricing .pricing-list ul li {
    list-style: none;
    border-bottom: 1px solid #eaeceb;
    color: #bdc3c7;
    font-size: 16px;
    line-height: 42px
}

#pricing-table .pricing .pricing-list ul li:last-child {
    border: 0
}

#pricing-table .pricing .pricing-list ul li i {
    margin-right: 12px;
    color: #bdc3c7
}

#pricing-table .pricing .pricing-list ul li span {
    color: #f5f5f5
}

@media only screen and (max-width:1600px) {
    .about-section .floated-image {
        display: none
    }
}

@media only screen and (max-width:1140px) {

    .main-header .header-upper .logo-outer,
    .main-header .header-upper .upper-right {
        width: 100%;
        text-align: center
    }

    .main-header .info-box {
        display: inline-block;
        margin: 10px 25px;
        float: none;
        text-align: left
    }

    .error-page-section .left-img,
    .main-header .btn-outer,
    .main-header .header-upper .info-box::after,
    .about-section .content-column .inner-column h3:before {
        display: none
    }

    .about-section .content-column .inner-column h3 {
        padding: 15px 15px
    }

    .about-section .content-column .inner-column .text {
        margin-top: 20px
    }

    .main-header .header-top .top-left ul li {
        margin-right: 20px
    }

    .about-section .content-column .inner-column h3 {
        margin-left: 0
    }

    .main-menu .navigation>li>a {
        padding-left: 15px;
        padding-right: 15px
    }

    .fluid-section-one .content-column .inner-box {
        padding-left: 15px
    }

    .main-menu .navigation>li {
        margin: 0;
        margin-right: 20px
    }

    .sec-title h2 {
        font-size: 30px
    }

    .header-style-two {
        position: relative
    }

    .default-form.contact-form {
        padding-right: 0
    }

    .main-header .nav-outer {
        margin: 0;
        padding-right: 0
    }

    .header-style-two .main-box {
        background-color: #444
    }

    .fluid-section-one .content-column .inner-box {
        padding-bottom: 110px
    }
}

@media only screen and (min-width:952px) and (max-width:1140px) {
    .weather {
        top: 25px
    }
}

@media only screen and (min-width:768px) {

    .main-menu .navigation>li>ul,
    .main-menu .navigation>li>ul>li>ul {
        display: block !important;
        visibility: hidden;
        opacity: 0
    }

    .event-list>li {
        position: relative;
        display: block;
        width: 100%;
        height: 120px;
        padding: 0
    }

    .event-list>li>time,
    .event-list>li>img {
        display: inline-block
    }

    .event-list>li>time,
    .event-list>li>img {
        width: 120px;
        float: left
    }

    .event-list>li>.info {
        background-color: #fff;
        overflow: hidden
    }

    .event-list>li>time,
    .event-list>li>img {
        width: 120px;
        height: 120px;
        padding: 0;
        margin: 0
    }

    .event-list>li>.info {
        position: relative;
        height: 120px;
        text-align: left;
        padding-right: 40px
    }

    .event-list>li>.info>.title,
    .event-list>li>.info>.desc,
    .event-list>li>.info>.url {
        padding: 0 10px
    }

    .event-list>li>.info>ul {
        position: absolute;
        left: 0;
        bottom: 0
    }
}

@media only screen and (max-width:1023px) {
    .page-wrapper {
        overflow: hidden
    }

    .main-menu .navigation>li>a,
    .header-main-box .main-menu .navigation>li>a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px
    }

    .main-menu .navigation>li::after {
        display: none
    }

    .main-header .nav-outer,
    .header-style-two .main-menu {
        padding-right: 0;
        width: 100%
    }

    .header-style-two .main-menu .navigation>li>a {
        padding-bottom: 20px
    }

    .main-header .btn-outer,
    .main-header .btn-outer-two {
        width: auto;
        background: #222
    }

    .main-header .nav-outer .search-box-outer {
        position: relative;
        margin-top: -45px;
        top: auto;
        float: right
    }

    .main-header .search-box-outer .dropdown-menu {
        top: 43px
    }

    .main-header .btn-outer::before,
    .main-header .btn-outer-two::before {
        display: none
    }

    .main-header .btn-outer .quote-btn,
    .main-header .btn-outer-two .quote-btn {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px
    }

    .main-header .btn-outer .quote-btn .border,
    .main-header .btn-outer .quote-btn .border:before,
    .main-header .btn-outer-two .quote-btn .border,
    .main-header .btn-outer-two .quote-btn .border:before,
    .counter-section .image-column .image {
        display: none !important
    }

    .main-header .btn-outer-two {
        background: #98b646
    }

    .main-header .header-upper .upper-right {
        width: 100%
    }

    .sticky-header {
        display: none
    }

    .main-header .header-style-2 .header-lower,
    .main-header .header-style-2 .nav-outer {
        background: #222
    }

    .fluid-section-one .image-column,
    .fluid-section-one .content-column {
        position: relative;
        width: 100%;
        display: block
    }

    .subscribe-style-one .text {
        text-align: left;
        margin-bottom: 20px
    }

    .fluid-section-one .content-column .inner-box {
        max-width: 100%;
        padding-left: 15px
    }

    .fluid-section-one .image-column {
        background-image: none !important
    }

    .fluid-section-one .image-column .image-box {
        display: block
    }

    .main-slider h1 {
        font-size: 40px
    }

    .services-section,
    .fluid-section-one {
        background-image: none !important
    }

    .project-section .filters .filter-tabs {
        width: 100%;
        text-align: left;
        margin-top: 0
    }

    .project-section .sec-title {
        margin-bottom: 30px
    }

    .call-top-action-section {
        text-align: center
    }

    .call-top-action-section .btn-column {
        text-align: center;
        margin-top: 20px
    }

    .gallery-section .gallery-item-two,
    .gallery-page-section .gallery-item-two {
        width: 33.333%
    }

    .comming-soon .content h2 {
        font-size: 40px
    }

    .header-style-two .logo-box {
        padding-bottom: 0
    }

    .main-menu .navigation>li {
        margin-left: 0;
        margin-right: 20px
    }
}

@media only screen and (max-width:767px) {
    .main-header .nav-outer {
        padding-right: 0
    }

    .main-header .btn-outer,
    .main-header .btn-outer-two {
        right: auto;
        left: 0;
        z-index: 14;
        height: 58px !important
    }

    .main-header .btn-outer:before,
    .main-header .btn-outer-two:before {
        left: 10px
    }

    .main-header .btn-outer .quote-btn,
    .main-header .btn-outer-two .quote-btn {
        padding: 16px 0 !important
    }

    .main-header .header-top .top-right,
    .main-header .header-top .top-left {
        width: 100%;
        text-align: center
    }

    .main-header .header-top .top-right ul,
    .main-header .header-top .top-left ul {
        text-align: center
    }

    .main-header .header-top .top-right ul li,
    .main-header .header-top .top-left ul li {
        display: inline-block;
        float: none
    }

    .header-upper .logo-outer {
        display: block;
        width: 100%
    }

    .main-header .main-menu {
        padding: 0;
        width: 100%;
        margin: 0
    }

    .main-menu .collapse {
        max-height: 300px;
        overflow: auto;
        float: none;
        width: 100%;
        padding: 10px 10px 0;
        border: 0;
        margin: 0;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px
    }

    .main-menu .collapse.in,
    .main-menu .collapsing {
        padding: 10px 0 0;
        border: 0;
        margin: 0 0 15px;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px
    }

    .main-menu .navbar-header {
        position: relative;
        float: none;
        display: block;
        text-align: right;
        width: 100%;
        padding: 12px 0;
        right: 0;
        z-index: 12
    }

    .main-menu .navbar-header .navbar-toggle {
        display: inline-block;
        z-index: 7;
        border: 1px solid #fff;
        float: none;
        margin: 0;
        border-radius: 0;
        background: #fff
    }

    .main-menu .navbar-header .navbar-toggle .icon-bar {
        background: #000
    }

    .main-menu .navbar-collapse>.navigation {
        float: none !important;
        margin: 0 !important;
        width: 100% !important;
        background: #98b646;
        border: 1px solid #fff;
        border-top: 0
    }

    .main-menu .navbar-collapse>.navigation>li {
        margin: 0 !important;
        float: none !important;
        width: 100%
    }

    .main-menu .navigation>li>a,
    .main-menu .navigation>li>ul:before {
        border: 0
    }

    .main-menu .navbar-collapse>.navigation>li>a {
        padding: 10px 10px !important;
        border: none !important
    }

    .main-menu .navigation li.dropdown>a:after,
    .main-menu .navigation>li.dropdown>a:before,
    .main-menu .navigation>li>ul>li>a::before,
    .main-menu .navigation>li>ul>li>ul>li>a::before {
        color: #fff !important;
        right: 15px;
        font-size: 16px;
        display: none !important
    }

    .main-menu .navbar-collapse>.navigation>li>ul,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul {
        position: relative;
        border: 0;
        float: none;
        visibility: visible;
        opacity: 1;
        display: none;
        margin: 0;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: 100%;
        background: #98b646;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        -moz-transition: none !important
    }

    .main-menu .navbar-collapse>.navigation>li>ul,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul {
        border-top: 1px solid rgba(255, 255, 255, 1) !important
    }

    .main-menu .navbar-collapse>.navigation>li,
    .main-menu .navbar-collapse>.navigation>li>ul>li,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li {
        border-top: 1px solid rgba(255, 255, 255, 1) !important;
        opacity: 1 !important;
        top: 0 !important;
        left: 0 !important;
        visibility: visible !important
    }

    .main-menu .navbar-collapse>.navigation>li:first-child {
        border: 0
    }

    .main-menu .navbar-collapse>.navigation>li>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li>a {
        padding: 10px 10px !important;
        line-height: 22px;
        color: #fff;
        background: #98b646;
        text-align: left
    }

    .main-menu .navbar-collapse>.navigation>li>a:hover,
    .main-menu .navbar-collapse>.navigation>li>a:active,
    .main-menu .navbar-collapse>.navigation>li>a:focus {
        background: #98b646
    }

    .main-menu .navbar-collapse>.navigation>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li.current>a,
    .main-menu .navbar-collapse>.navigation>li.current-menu-item>a {
        background: #98b646;
        color: #fff !important
    }

    .main-menu .navbar-collapse>.navigation li.dropdown .dropdown-btn {
        display: block
    }

    .main-header .top-right,
    .main-menu .navbar-collapse>.navigation li.dropdown:after,
    .main-menu .navigation>li>ul:before {
        display: none !important
    }

    .main-header .btn-outer .quote-btn,
    .main-header .btn-outer-two .quote-btn {
        padding: 0 20px !important;
        font-size: 12px
    }

    .main-header .social-links-one {
        top: 0
    }

    .main-header .info-box {
        display: none
    }

    .main-header .info-box li {
        text-align: center
    }

    .main-header .info-box:first-child {
        top: 0
    }

    .main-header .info-box .icon-box {
        position: relative;
        margin: 0 auto;
        margin-bottom: 15px
    }

    .main-slider h2 {
        font-size: 24px
    }

    .main-slider h1,
    .call-top-action-section h2,
    .sec-title-two h2,
    .call-to-action .title h2,
    .comming-soon .content h2 {
        font-size: 30px
    }

    .services-block .inner-box {
        padding-left: 0;
        text-align: center
    }

    .services-block .inner-box .icon-box,
    .testimonial-block .content-box .image-box {
        position: relative
    }

    .sec-title h2 {
        font-size: 28px
    }

    .team-block-style-two .inner-box .image .social-icon-two,
    .team-block .inner-box .image .social-icon-two {
        left: 50px
    }

    .main-header .nav-outer {
        width: 100%
    }

    .header-style-two .main-menu {
        padding: 0;
        margin-top: 0
    }

    .header-style-two .nav-outer {
        margin-top: -80px
    }

    .gallery-section .gallery-item-two {
        width: 50%
    }

    .fact-counter:after,
    .fact-counter:before,
    .testimonial-section .left-img,
    .main-header .nav-outer .search-box-outer {
        display: none
    }

    .fact-counter .column {
        text-align: center
    }

    .fact-counter .column .counter-title:after,
    .fact-counter-style-two .column .counter-title:after {
        left: 50%;
        margin-left: -15px
    }

    .time-counter {
        text-align: center
    }

    .gallery-section .gallery-item-two,
    .gallery-page-section .gallery-item-two {
        width: 100%
    }

    .testimonial-block .inner-box .content-box {
        padding: 30px 60px
    }

    .testimonial-block .inner-box .content-box {
        margin-bottom: 30px
    }

    .main-footer .footer-bottom .copyright {
        text-align: center;
        margin-bottom: 10px
    }

    .fact-counter-style-two .column .inner,
    .main-footer .footer-bottom .footer-nav {
        text-align: center
    }

    .error-content h1 {
        font-size: 140px
    }

    .time-counter .time-countdown .counter-column {
        margin-right: 0
    }

    .comments-area .comment-box.reply-comment {
        margin-left: 0
    }

    .comments-area .comment {
        padding-left: 0
    }

    .comments-area .comment-box .author-thumb {
        position: relative
    }

    .comments-area .comment-info .comment-time,
    .comments-area .comment .comment-reply {
        right: 0
    }

    .comments-area .comment-info .comment-time {
        width: 100%
    }

    .blog-detail-section .inner-box .lower-box h3 {
        font-size: 24px
    }

    .news-block .inner-box .lower-box h3,
    .news-block.style-two .inner-box .lower-box h3 {
        font-size: 20px
    }

    .eror-section .error-text {
        font-size: 200px
    }

    .header-style-two .logo-box {
        padding-bottom: 26px
    }

    .call-to-acton-two .inner h2 {
        font-size: 25px
    }

    .sec-title {
        margin-bottom: 40px
    }

    .about-section .content-column .inner-column .title {
        margin-bottom: 30px
    }

    .fact-counter .column .inner .icon-box {
        margin: 0 auto;
        margin-bottom: 20px
    }

    .main-footer .footer-upper {
        text-align: center
    }
}

@media only screen and (max-width:599px) {
    .main-header .social-links-one {
        top: 0
    }

    .main-header .header-upper .upper-column.info-box {
        display: none
    }

    .main-header .info-box .icon-box {
        position: relative;
        display: block;
        top: 0;
        margin: 0 auto 15px
    }

    .main-header .header-top .top-left,
    .main-header .header-top .top-right {
        float: none !important;
        text-align: center
    }

    .main-header .header-upper .upper-column {
        margin-left: 0;
        width: 100%
    }

    .main-header .header-upper .upper-column {
        padding-right: 0
    }

    .main-header .header-upper .upper-right {
        padding: 0
    }

    .footer-bottom .pull-left,
    .footer-bottom .pull-right {
        width: 100%;
        text-align: center
    }

    .main-slider h1,
    .main-slider h2 {
        font-size: 20px
    }

    .subscribe-style-one .form-group {
        padding-right: 0
    }

    .subscribe-style-one .form-group input[type="submit"],
    .subscribe-style-one .form-group button {
        position: relative;
        width: 100%;
        margin-top: 15px
    }

    .sec-title h2:before,
    .sec-title h2:after,
    .testimonial-slider .owl-dots .owl-dot {
        display: none
    }

    .team-block .inner-box .image .social-icon-two {
        left: 10px
    }

    .main-slider .text,
    .eror-section .text {
        font-size: 20px
    }

    .project-section .filters .filter-tabs .filter {
        margin-right: 20px
    }

    .team-block-style-two .inner-box .image .social-icon-two {
        left: 20px
    }

    .eror-section h4,
    .error-content h2,
    .testimonial-section .title-box h2,
    .about-section .content-column .inner-column h2 {
        font-size: 30px
    }

    .comming-soon .emailed-form .form-group input[type="submit"],
    .comming-soon .emailed-form button {
        position: relative;
        display: block;
        width: 100%
    }

    .eror-section .error-text {
        font-size: 150px
    }

    .team-section .owl-nav .owl-prev,
    .team-section .owl-nav .owl-next {
        margin-left: 0;
        margin-right: 15px
    }

    .info-block-style-two .inner .icon-box {
        position: relative;
        margin: 0 auto;
        left: auto;
        margin-bottom: 30px
    }

    .info-block-style-two .inner {
        padding-left: 0;
        text-align: center
    }
}

@media only screen and (max-width:499px) {
    .main-header .header-upper .upper-column.info-box {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .team-block .inner-box .image .social-icon-two {
        left: 0
    }

    .main-header .btn-outer,
    .main-header .btn-outer-two {
        width: 150px !important
    }

    .team-section .owl-nav {
        position: relative;
        top: 0
    }

    .main-header .header-top .top-left ul li:nth-child(1) {
        padding-bottom: 0
    }

    .testimonial-block-two .inner-box .content-box,
    .testimonial-block .inner-box .content-box {
        padding: 30px 10px
    }

    .team-block-style-two .inner-box .image .social-icon-two {
        left: -10px
    }
}

@media only screen and (max-width:1600px) {
    .about-section .floated-image {
        display: none
    }
}

@media only screen and (max-width:1140px) {

    .main-header .header-upper .logo-outer,
    .main-header .header-upper .upper-right {
        width: 100%;
        text-align: center
    }

    .main-header .info-box {
        display: inline-block;
        margin: 10px 25px;
        float: none;
        text-align: left
    }

    .error-page-section .left-img,
    .main-header .btn-outer,
    .main-header .header-upper .info-box::after,
    .about-section .content-column .inner-column h3:before {
        display: none
    }

    .about-section .content-column .inner-column h3 {
        padding: 15px 15px
    }

    .about-section .content-column .inner-column .text {
        margin-top: 20px
    }

    .main-header .header-top .top-left ul li {
        margin-right: 20px
    }

    .about-section .content-column .inner-column h3 {
        margin-left: 0
    }

    .main-menu .navigation>li>a {
        padding-left: 15px;
        padding-right: 15px
    }

    .fluid-section-one .content-column .inner-box {
        padding-left: 15px
    }

    .main-menu .navigation>li {
        margin: 0;
        margin-right: 20px
    }

    .sec-title h2 {
        font-size: 30px
    }

    .header-style-two {
        position: relative
    }

    .default-form.contact-form {
        padding-right: 0
    }

    .main-header .nav-outer {
        margin: 0;
        padding-right: 0
    }

    .header-style-two .main-box {
        background-color: #444
    }

    .fluid-section-one .content-column .inner-box {
        padding-bottom: 110px
    }
}

@media only screen and (min-width:952px) and (max-width:1140px) {
    .weather {
        top: 25px
    }
}

@media only screen and (min-width:768px) {

    .main-menu .navigation>li>ul,
    .main-menu .navigation>li>ul>li>ul {
        display: block !important;
        visibility: hidden;
        opacity: 0
    }

    .event-list>li {
        position: relative;
        display: block;
        width: 100%;
        height: 120px;
        padding: 0
    }

    .event-list>li>time,
    .event-list>li>img {
        display: inline-block
    }

    .event-list>li>time,
    .event-list>li>img {
        width: 120px;
        float: left
    }

    .event-list>li>.info {
        background-color: #fff;
        overflow: hidden
    }

    .event-list>li>time,
    .event-list>li>img {
        width: 120px;
        height: 120px;
        padding: 0;
        margin: 0
    }

    .event-list>li>.info {
        position: relative;
        height: 120px;
        text-align: left;
        padding-right: 40px
    }

    .event-list>li>.info>.title,
    .event-list>li>.info>.desc,
    .event-list>li>.info>.url {
        padding: 0 10px
    }

    .event-list>li>.info>ul {
        position: absolute;
        left: 0;
        bottom: 0
    }
}

@media only screen and (max-width:1023px) {
    .page-wrapper {
        overflow: hidden
    }

    .main-menu .navigation>li>a,
    .header-main-box .main-menu .navigation>li>a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px
    }

    .main-menu .navigation>li::after {
        display: none
    }

    .main-header .nav-outer,
    .header-style-two .main-menu {
        padding-right: 0;
        width: 100%
    }

    .header-style-two .main-menu .navigation>li>a {
        padding-bottom: 20px
    }

    .main-header .btn-outer,
    .main-header .btn-outer-two {
        width: auto;
        background: #222
    }

    .main-header .nav-outer .search-box-outer {
        position: relative;
        margin-top: -45px;
        top: auto;
        float: right
    }

    .main-header .search-box-outer .dropdown-menu {
        top: 43px
    }

    .main-header .btn-outer::before,
    .main-header .btn-outer-two::before {
        display: none
    }

    .main-header .btn-outer .quote-btn,
    .main-header .btn-outer-two .quote-btn {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px
    }

    .main-header .btn-outer .quote-btn .border,
    .main-header .btn-outer .quote-btn .border:before,
    .main-header .btn-outer-two .quote-btn .border,
    .main-header .btn-outer-two .quote-btn .border:before,
    .counter-section .image-column .image {
        display: none !important
    }

    .main-header .btn-outer-two {
        background: #98b646
    }

    .main-header .header-upper .upper-right {
        width: 100%
    }

    .sticky-header {
        display: none
    }

    .main-header .header-style-2 .header-lower,
    .main-header .header-style-2 .nav-outer {
        background: #222
    }

    .fluid-section-one .image-column,
    .fluid-section-one .content-column {
        position: relative;
        width: 100%;
        display: block
    }

    .subscribe-style-one .text {
        text-align: left;
        margin-bottom: 20px
    }

    .fluid-section-one .content-column .inner-box {
        max-width: 100%;
        padding-left: 15px
    }

    .fluid-section-one .image-column {
        background-image: none !important
    }

    .fluid-section-one .image-column .image-box {
        display: block
    }

    .main-slider h1 {
        font-size: 40px
    }

    .services-section,
    .fluid-section-one {
        background-image: none !important
    }

    .project-section .filters .filter-tabs {
        width: 100%;
        text-align: left;
        margin-top: 0
    }

    .project-section .sec-title {
        margin-bottom: 30px
    }

    .call-top-action-section {
        text-align: center
    }

    .call-top-action-section .btn-column {
        text-align: center;
        margin-top: 20px
    }

    .gallery-section .gallery-item-two,
    .gallery-page-section .gallery-item-two {
        width: 33.333%
    }

    .comming-soon .content h2 {
        font-size: 40px
    }

    .header-style-two .logo-box {
        padding-bottom: 0
    }

    .main-menu .navigation>li {
        margin-left: 0;
        margin-right: 20px
    }
}

@media only screen and (max-width:767px) {
    .main-header .nav-outer {
        padding-right: 0
    }

    .main-header .btn-outer,
    .main-header .btn-outer-two {
        right: auto;
        left: 0;
        z-index: 14;
        height: 58px !important
    }

    .main-header .btn-outer:before,
    .main-header .btn-outer-two:before {
        left: 10px
    }

    .main-header .btn-outer .quote-btn,
    .main-header .btn-outer-two .quote-btn {
        padding: 16px 0 !important
    }

    .main-header .header-top .top-right,
    .main-header .header-top .top-left {
        width: 100%;
        text-align: center
    }

    .main-header .header-top .top-right ul,
    .main-header .header-top .top-left ul {
        text-align: center
    }

    .main-header .header-top .top-right ul li,
    .main-header .header-top .top-left ul li {
        display: inline-block;
        float: none
    }

    .header-upper .logo-outer {
        display: block;
        width: 100%
    }

    .main-header .main-menu {
        padding: 0;
        width: 100%;
        margin: 0
    }

    .main-menu .collapse {
        max-height: 300px;
        overflow: auto;
        float: none;
        width: 100%;
        padding: 10px 10px 0;
        border: 0;
        margin: 0;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px
    }

    .main-menu .collapse.in,
    .main-menu .collapsing {
        padding: 10px 0 0;
        border: 0;
        margin: 0 0 15px;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px
    }

    .main-menu .navbar-header {
        position: relative;
        float: none;
        display: block;
        text-align: right;
        width: 100%;
        padding: 12px 0;
        right: 0;
        z-index: 12
    }

    .main-menu .navbar-header .navbar-toggle {
        display: inline-block;
        z-index: 7;
        border: 1px solid #fff;
        float: none;
        margin: 0;
        border-radius: 0;
        background: #fff
    }

    .main-menu .navbar-header .navbar-toggle .icon-bar {
        background: #000
    }

    .main-menu .navbar-collapse>.navigation {
        float: none !important;
        margin: 0 !important;
        width: 100% !important;
        background: #98b646;
        border: 1px solid #fff;
        border-top: 0
    }

    .main-menu .navbar-collapse>.navigation>li {
        margin: 0 !important;
        float: none !important;
        width: 100%
    }

    .main-menu .navigation>li>a,
    .main-menu .navigation>li>ul:before {
        border: 0
    }

    .main-menu .navbar-collapse>.navigation>li>a {
        padding: 10px 10px !important;
        border: none !important
    }

    .main-menu .navigation li.dropdown>a:after,
    .main-menu .navigation>li.dropdown>a:before,
    .main-menu .navigation>li>ul>li>a::before,
    .main-menu .navigation>li>ul>li>ul>li>a::before {
        color: #fff !important;
        right: 15px;
        font-size: 16px;
        display: none !important
    }

    .main-menu .navbar-collapse>.navigation>li>ul,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul {
        position: relative;
        border: 0;
        float: none;
        visibility: visible;
        opacity: 1;
        display: none;
        margin: 0;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: 100%;
        background: #98b646;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        -moz-transition: none !important
    }

    .main-menu .navbar-collapse>.navigation>li>ul,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul {
        border-top: 1px solid rgba(255, 255, 255, 1) !important
    }

    .main-menu .navbar-collapse>.navigation>li,
    .main-menu .navbar-collapse>.navigation>li>ul>li,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li {
        border-top: 1px solid rgba(255, 255, 255, 1) !important;
        opacity: 1 !important;
        top: 0 !important;
        left: 0 !important;
        visibility: visible !important
    }

    .main-menu .navbar-collapse>.navigation>li:first-child {
        border: 0
    }

    .main-menu .navbar-collapse>.navigation>li>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li>a {
        padding: 10px 10px !important;
        line-height: 22px;
        color: #fff;
        background: #98b646;
        text-align: left
    }

    .main-menu .navbar-collapse>.navigation>li>a:hover,
    .main-menu .navbar-collapse>.navigation>li>a:active,
    .main-menu .navbar-collapse>.navigation>li>a:focus {
        background: #98b646
    }

    .main-menu .navbar-collapse>.navigation>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li.current>a,
    .main-menu .navbar-collapse>.navigation>li.current-menu-item>a {
        background: #98b646;
        color: #fff !important
    }

    .main-menu .navbar-collapse>.navigation li.dropdown .dropdown-btn {
        display: block
    }

    .main-header .top-right,
    .main-menu .navbar-collapse>.navigation li.dropdown:after,
    .main-menu .navigation>li>ul:before {
        display: none !important
    }

    .main-header .btn-outer .quote-btn,
    .main-header .btn-outer-two .quote-btn {
        padding: 0 20px !important;
        font-size: 12px
    }

    .main-header .social-links-one {
        top: 0
    }

    .main-header .info-box {
        display: none
    }

    .main-header .info-box li {
        text-align: center
    }

    .main-header .info-box:first-child {
        top: 0
    }

    .main-header .info-box .icon-box {
        position: relative;
        margin: 0 auto;
        margin-bottom: 15px
    }

    .main-slider h2 {
        font-size: 24px
    }

    .main-slider h1,
    .call-top-action-section h2,
    .sec-title-two h2,
    .call-to-action .title h2,
    .comming-soon .content h2 {
        font-size: 30px
    }

    .services-block .inner-box {
        padding-left: 0;
        text-align: center
    }

    .services-block .inner-box .icon-box,
    .testimonial-block .content-box .image-box {
        position: relative
    }

    .sec-title h2 {
        font-size: 28px
    }

    .team-block-style-two .inner-box .image .social-icon-two,
    .team-block .inner-box .image .social-icon-two {
        left: 50px
    }

    .main-header .nav-outer {
        width: 100%
    }

    .header-style-two .main-menu {
        padding: 0;
        margin-top: 0
    }

    .header-style-two .nav-outer {
        margin-top: -80px
    }

    .gallery-section .gallery-item-two {
        width: 50%
    }

    .fact-counter:after,
    .fact-counter:before,
    .testimonial-section .left-img,
    .main-header .nav-outer .search-box-outer {
        display: none
    }

    .fact-counter .column {
        text-align: center
    }

    .fact-counter .column .counter-title:after,
    .fact-counter-style-two .column .counter-title:after {
        left: 50%;
        margin-left: -15px
    }

    .time-counter {
        text-align: center
    }

    .gallery-section .gallery-item-two,
    .gallery-page-section .gallery-item-two {
        width: 100%
    }

    .testimonial-block .inner-box .content-box {
        padding: 30px 60px
    }

    .testimonial-block .inner-box .content-box {
        margin-bottom: 30px
    }

    .main-footer .footer-bottom .copyright {
        text-align: center;
        margin-bottom: 10px
    }

    .fact-counter-style-two .column .inner,
    .main-footer .footer-bottom .footer-nav {
        text-align: center
    }

    .error-content h1 {
        font-size: 140px
    }

    .time-counter .time-countdown .counter-column {
        margin-right: 0
    }

    .comments-area .comment-box.reply-comment {
        margin-left: 0
    }

    .comments-area .comment {
        padding-left: 0
    }

    .comments-area .comment-box .author-thumb {
        position: relative
    }

    .comments-area .comment-info .comment-time,
    .comments-area .comment .comment-reply {
        right: 0
    }

    .comments-area .comment-info .comment-time {
        width: 100%
    }

    .blog-detail-section .inner-box .lower-box h3 {
        font-size: 24px
    }

    .news-block .inner-box .lower-box h3,
    .news-block.style-two .inner-box .lower-box h3 {
        font-size: 20px
    }

    .eror-section .error-text {
        font-size: 200px
    }

    .header-style-two .logo-box {
        padding-bottom: 26px
    }

    .call-to-acton-two .inner h2 {
        font-size: 25px
    }

    .sec-title {
        margin-bottom: 40px
    }

    .about-section .content-column .inner-column .title {
        margin-bottom: 30px
    }

    .fact-counter .column .inner .icon-box {
        margin: 0 auto;
        margin-bottom: 20px
    }

    .main-footer .footer-upper {
        text-align: center
    }
}

@media only screen and (max-width:599px) {
    .main-header .social-links-one {
        top: 0
    }

    .main-header .header-upper .upper-column.info-box {
        display: none
    }

    .main-header .info-box .icon-box {
        position: relative;
        display: block;
        top: 0;
        margin: 0 auto 15px
    }

    .main-header .header-top .top-left,
    .main-header .header-top .top-right {
        float: none !important;
        text-align: center
    }

    .main-header .header-upper .upper-column {
        margin-left: 0;
        width: 100%
    }

    .main-header .header-upper .upper-column {
        padding-right: 0
    }

    .main-header .header-upper .upper-right {
        padding: 0
    }

    .footer-bottom .pull-left,
    .footer-bottom .pull-right {
        width: 100%;
        text-align: center
    }

    .main-slider h1,
    .main-slider h2 {
        font-size: 20px
    }

    .subscribe-style-one .form-group {
        padding-right: 0
    }

    .subscribe-style-one .form-group input[type="submit"],
    .subscribe-style-one .form-group button {
        position: relative;
        width: 100%;
        margin-top: 15px
    }

    .sec-title h2:before,
    .sec-title h2:after,
    .testimonial-slider .owl-dots .owl-dot {
        display: none
    }

    .team-block .inner-box .image .social-icon-two {
        left: 10px
    }

    .main-slider .text,
    .eror-section .text {
        font-size: 20px
    }

    .project-section .filters .filter-tabs .filter {
        margin-right: 20px
    }

    .team-block-style-two .inner-box .image .social-icon-two {
        left: 20px
    }

    .eror-section h4,
    .error-content h2,
    .testimonial-section .title-box h2,
    .about-section .content-column .inner-column h2 {
        font-size: 30px
    }

    .comming-soon .emailed-form .form-group input[type="submit"],
    .comming-soon .emailed-form button {
        position: relative;
        display: block;
        width: 100%
    }

    .eror-section .error-text {
        font-size: 150px
    }

    .team-section .owl-nav .owl-prev,
    .team-section .owl-nav .owl-next {
        margin-left: 0;
        margin-right: 15px
    }

    .info-block-style-two .inner .icon-box {
        position: relative;
        margin: 0 auto;
        left: auto;
        margin-bottom: 30px
    }

    .info-block-style-two .inner {
        padding-left: 0;
        text-align: center
    }
}

@media only screen and (max-width:499px) {
    .main-header .header-upper .upper-column.info-box {
        margin-left: auto;
        margin-right: auto;
        float: none
    }

    .team-block .inner-box .image .social-icon-two {
        left: 0
    }

    .main-header .btn-outer,
    .main-header .btn-outer-two {
        width: 150px !important
    }

    .team-section .owl-nav {
        position: relative;
        top: 0
    }

    .main-header .header-top .top-left ul li:nth-child(1) {
        padding-bottom: 0
    }

    .testimonial-block-two .inner-box .content-box,
    .testimonial-block .inner-box .content-box {
        padding: 30px 10px
    }

    .team-block-style-two .inner-box .image .social-icon-two {
        left: -10px
    }
}