/*
Theme Name: Custom Theme
Theme URI: http://skyhawksfusion.com/
Description: .
Version: 1.0.0
Author: Skyhawks
Author URI: http://skyhawksfusion.com/
*/
/*font-family: 'Montserrat', sans-serif;*/
body{
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    line-height: 29px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
p{
    margin: 0px 0px 20px 0px;
}
p:last-child{
    margin-bottom: 0;
}
ul{
	list-style:none;
    margin: 0;
    padding: 0;
}
a{
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    color: #13406c;
    text-decoration: none;
}
a:hover, a:focus{
    text-decoration: none;
    outline: none;
    color: #000;
}
a img{
	border: 0px none;
}
img{
    max-width: 100%;
    height: auto;
}
@media only screen and (min-width: 1300px) {
	.container{
		max-width: 1200px;
	}
}
.navbar-toggler{
    display: none;
}

/* Wordpress Default CSS */
.alignleft {
	float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.alignright {
	float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display:block;
    clear: both;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}
/* Bootstrap */

.nav > li > a:hover, .nav > li > a:focus {
    background: none;
}
.no-padding{
    padding: 0px;
}
.no-margin{
    margin: 0px;
}
.left-pad-off{
    padding-left: 0px;
}
.right-pad-off{
    padding-right: 0px;
}
label {
    font-weight: normal;
    margin-bottom: 5px;
}
.navbar-toggle.click-effect span:nth-child(4){
    display: none;
}

/*Default content*/
.page-title{
    margin-bottom: 20px;
}
.page-content h1{
    font-size: 38px;
    margin: 0 0 20px 0;
    line-height: 1.4;
}
.page-content h2{
    font-size: 34px;
    margin: 0 0 20px 0;
    line-height: 1.4;
}
.page-content h3{
    font-size: 30px;
    margin: 0 0 20px 0;
    line-height: 1.4;
}
.page-content h4{
    font-size: 26px;
    margin: 0 0 20px 0;
    line-height: 1.4;
}
.page-content h5{
    font-size: 22px;
    margin: 0 0 18px 0;
    line-height: 1.4;
}
.page-content h6{
    font-size: 20px;
    margin: 0 0 18px 0;
    line-height: 1.4;
}
.page-content ul{
    margin-bottom: 15px;
    padding-left: 25px;
}
.page-content ul li {
    margin: 4px 0;
    line-height: 25px;
    list-style: outside;
}
.page-content ol{
    margin-bottom: 15px;
    padding-left: 25px;
}
.page-content ol li {
    margin: 4px 0;
    line-height: 25px;
}
/* Page Banner */
.page-banner {
    text-align: center;
    padding: 60px 0;
    background: #ccc;
    margin-bottom: 50px;
}
.page-banner h1{
    font-size: 40px
}

/* Main Styles */
.header-top {
    padding: 16px 0;
    background-color: #14416d;
}
.header-right, .header-left{
    padding: 8px 0 12px;
}
.header-left p, .header-right p{
    color: #fff;
    margin-bottom: 0;
}
.search-form label {
    display: inline;
    margin: 0;
}
.search-form {
    background-color: #dbe5e0;
    padding: 0;
    width: 100%;
    position: relative;
}
.search-field{
    border: 0 none;
    padding: 8px; 
    background-color: transparent;
    font-size: 16px;
    width: calc(100% - 43px);
}
.search-submit{
    border: 0px none;
    cursor: pointer;
    font-size: 0;
    height: 39px;
    margin: 0;
    padding: 0;
    width: 43px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
}
.search-submit::before {
    font-size: 16px;
    left: 1px;
    width: 43px;
    content: "\f002";
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    text-align: center;
}
.header-bottom{
    background-color: #ec6311;
}
@media only screen and (min-width: 768px) {
    ul.navbar-nav li{
        position: relative;
        float: left;
    }
    ul.navbar-nav li a{
        color: #fff;
        display: block;
        font-size: 17px;
        padding: 12px 25px;
        text-transform: uppercase;
        line-height: 33px;
        outline: none !important;
        font-weight: 600;
        border-right: solid 1px #e7884f;
    }
    ul.navbar-nav li:first-child a{
        border-left: solid 1px #e7884f;
    }
    ul.navbar-nav li a.active,
    ul.navbar-nav li:hover > a{
        background-color: #fff;
        color: #000000;
    }
    /* Sub Menu */
    ul.navbar-nav > li > ul.sub-menu{
        left: 0px;
        top: 100%;
        z-index: 111;
        min-width: 289px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .35s ease;
        -moz-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease;
        -moz-transform-origin: top;
        -webkit-transform-origin: top;
        transform-origin: top;
        -moz-transform: scaleY(0);  
        -webkit-transform: scaleY(0);  
        transform: scaleY(0);  
    }

    ul.navbar-nav li:hover ul.sub-menu{
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
    ul.navbar-nav li ul.sub-menu {
        background-color: #EC6311;
        position: absolute;
    }
    ul.navbar-nav li ul.sub-menu li{
        display: block;
        border-left: 0px none;
        border-right: 0px none;
        border-top: 1px solid #e7884f;
        width: 100%;
    }
    ul.navbar-nav li ul.sub-menu li:last-child{
        border-bottom: 1px solid #e7884f;
    }
    ul.navbar-nav li ul.sub-menu li a{
        padding: 5px 15px 5px 15px;
        display: block;
        text-transform: none;
        font-size: 16px;
    }
    /* Sub of Sub menu */
/*    ul.navbar-nav > li > ul.sub-menu li.menu-item-has-children:before{
        position: absolute;
        content: "\f105";
        color: #fff;
        font-family: "FontAwesome";
        font-size: 20px;
        right: 9px;
        top: 4px;    
    }*/
    ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children > ul.sub-menu{
        left: -9999px;
        top: -1px;
        min-width: 280px;
    }
    ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu{
        left: 99.8%;  
    }
    ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu{
        left: -9999px;
        top: -1px;    
        background-color: #7A85AD;
        min-width: 235px;
    }
    ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu{
        left: 99.8%;
    }
    .carousel-caption{
        top: 35%;
        bottom: auto;
        text-transform: uppercase;
    }
}

/* Slider */

.slider-area {
    position: relative;
}
.slider-area::before {
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1;
}
/* Footer */
.footer-area{
    background: #333;
    color: #fff;
    padding: 20px 0;
}
.footer-area p{
    margin: 0;
}

/* Sidebar */
.sidebar-widget{
    margin-top: 20px;
    overflow: hidden;
}
.sidebar-widget h3{
    font-size: 18px;
}
.sidebar-widget ul li a{
    color: #555;
    font-size: 14px;
}

/* Footer Widget */
.footer-top{
    background: #043a71;
    padding: 55px 0;
    color: #fff;
    font-size: 18px;
}
.footer-widget p{
    font-size: 18px;
}
.footer-widget a{
	color: #fff;
}
.footer-widget a:focus,
.footer-widget a:hover{
	color: #EC6412;
}
.footer-widget h3{
    font-size: 19px;
    margin-bottom: 15px;
    font-weight: 700;
}
.footer-widget ul{}
.footer-widget ul li a{
    color: #fff;
    padding: 4px 0;
    display: block;
    font-size: 18px;
}
.footer-widget ul li a:focus,
.footer-widget ul li a:hover{
    color: #EC6412;
}
.footer-logo{
	margin: 0 0 25px;
}
.footer-info a{
	color: #fff;
}
.footer-info a:focus,
.footer-info a:hover{
	color: #EC6412;
}
.footer-widget p span{
	width: 35px;
	display: inline-block;
}

/* 404 page */
.text_404{
    text-align: center;
    padding: 75px 0;
}
.text_404 h1{
    color: #777;
    font-size: 20vw;
    font-weight: 700;
    line-height: 0.9;
    margin-bottom: 30px;
    opacity: 0.3;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.text_404 h3{
    margin-bottom: 30px;
}
.footer-social-icons{
	margin: 20px 0 0 36px;
}
.footer-social-icons ul{
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
.footer-social-icons ul li{
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0 8px 0 0;
}
.footer-social-icons ul li a{
	display: block;
	color: #fff;
	border: solid 2px #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.footer-social-icons ul li a:focus,
.footer-social-icons ul li a:hover{
	color: #EC6412;
	border: solid 2px #EC6412;
}
.google-map{
	margin: 0 0 -8px;
	position: relative;
}
.google-map iframe{
	width: 100%;
	height: 310px;
}
.book-bttn{
	background: #ec6311;
    color: #fff;
    display: inline-block;
    padding: 8px 15px;
    font-weight: 600;
    position: relative;
    top: -16px;
    font-size: 18px;
}
.book-bttn a{
    color: #fff;
}
.book-bttn:before{
	position: absolute;
	height: 100%;
	content: "";
	top: 0;
	left: -30px;
	display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 43px 0;
    border-color: transparent #ec6311  transparent transparent;
}
.book-bttn:after{
	position: absolute;
	height: 100%;
	content: "";
	top: 0;
	right: -26px;
	display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 43px 26px 0 0;
    border-color: #ec6311 transparent transparent transparent;
}
.header-top .footer-social-icons {
    margin: -6px 15px 0 0;
    text-align: right;
}
.h-link{
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	text-align: right;
}
.h-link a{
	color: #fff;
	font-weight: 700;
}
.h-link-item{
	border-bottom: solid 2px #a6b0bf;
	display: inline-block;
	line-height: 21px;
}
.h-link .fas{
	color: #fff;
	border: solid 2px #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 35px;
    height: 35px;
    line-height: 31px;
    text-align: center;
    margin-right: 2px;
}
.footer-logos{
	padding: 40px 0 25px 0;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 10px 3px #dcdcdc;
	box-shadow: 0px 0px 10px 3px #dcdcdc;
}
.footer-logos ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.footer-logos ul li{
	list-style: none;
	display: inline-block;
	margin: 0 8px;
}
.logos-txt{
	border: solid 1px #dddddd;
	background-color: #eeeeee;
	padding: 35px;
	height: 100%;
}
.logos-txt h6{
	font-weight: 700;
	font-size: 21px;
	color: #000;
	margin: 0 0 16px;
}
.logos-txt ul.slink{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.logos-txt ul.slink li{
	width: 48%;
	display: inline-block;
	margin: 0;
	background: url(images/li-icon.png) no-repeat left center;
	padding: 5px 0 5px 20px;
}
.logos-txt ul.slink li a{
	display: block;
	color: #27277f;
	text-decoration: underline;
	font-size: 19px;
}
.logos-txt h5 a{
	font-size: 18px;
	color: #26267f;
	text-decoration: underline;
	font-weight: 700;
	display: block;
	margin-bottom: 8px;
}
.logos-txt #expert{
	text-align: left;
}
.logos-txt #expert li{
	margin: 0;
}
.logos-txt .lSPager{
	margin: 0 !important;
	padding: 15px 0 0 !important;
}
.logos-txt .lSPager li{
	margin: 0 !important;
}
.logos-txt .lSPager li a{
	width: 20px !important;
	height: 20px !important;
	background-color: #555555 !important;
}
.logos-txt .lSPager li.active a{
	background-color: #ee6513 !important;
}
.winter-back{
    background: url(images/texture-bg.jpg) no-repeat top center;
    background-size: cover;
    padding: 100px 0 50px;
    font-size: 18px;
    border-top: solid 10px #EE6513;
}
.winter-back h2{
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
    margin: 0 0 10px;
    font-size: 41px;
}
.winter-back h5{
    font-weight: 600;
    color: #000;
    margin: 0 0 10px;
}
.winter-block{
    height: 100%;
    background-color: rgba(255, 255, 255, .4);
    border: solid 1px #8d8d8d;
    text-align: center;
    padding: 26px 22px 20px 22px;
    font-size: 16px;
    position: relative;
}
.winter-block:before{
    position: absolute;
    width: 42px;
    height: 45px;
    content: "";
    top: 0;
    left: 0;
    background: url(images/block-before.png) no-repeat left top
}
.winter-block a{
    color: #26267f;
    text-decoration: underline;
    font-weight: 700;
}
.winter-block h4{
    color: #000;
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}
.winter-block h4:after{
    position: absolute;
    width: 160px;
    height: 2px;
    content: "";
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000;
}
.our-services{
    background: #fff;
    background-size: cover;
    padding: 00px 0 50px;
    font-size: 18px;
    position: relative;
    margin-top: -50px;
}
.bottom-curve{
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 178px;
    background-size: 100% auto;
    margin-top: -165px;
}
.bottom-curve img{
    width: 100%;
    height: auto;
}
.our-services h2{
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
    margin: 0 0 10px;
    font-size: 41px;
    position: relative;
    z-index: 9;
}
.service-block{
    text-align: center;
    font-size: 17px;
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, .25);
}
.service-block h3{
    font-weight: 700;
    color: #000;
    margin: 0 0 10px;
    font-size: 23px;
}
.service-info{
    padding: 75px 20px 32px;
    position: relative;
}
.service-icon{
    position: absolute;
    background-color: #05407a;
    width: 119px;
    height: 119px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 20px;
}
.gac-company{
    background-color: #043a71;
    padding: 115px 0 125px;  
    color: #fff;
    font-size: 20px;
    line-height: 31px;
}
.gac-company h2{
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    margin: 0 0 15px;
    font-size: 40px;
}
.gac-company h3{
    font-weight: 700;
    color: #fff;
    margin: 0 0 15px;
    font-size: 25px;
}
.gac-company ul{
    margin: 20px 0 20px;
    padding: 0;
    list-style: none;
}
.gac-company ul li{
    display: block;
    background: url(images/li-check.png) no-repeat left center;
    padding: 7px 0 7px 38px;
}
a.cbttn{
    background-color: #bf1e2e;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    display: inline-block;
    padding: 14px 30px;
    margin-top: 10px;
}
a.cbttn:focus,
a.cbttn:hover{
    background-color: #EC6311;
}
.bottom-lists{
    background-color: #ec6311;
    color: #fff;
    padding: 35px;
    position: relative;
}
.bottom-lists:before{
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    content: "";
    border: dashed 1px #f4a271;
    left: 15px;
    top: 15px;
    background-color: transparent;
}
.list-box{
    position: relative;
    z-index: 1;
}
.list-box h4{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.list-box .circle-box{
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 15px;
}
.bottom-items{
    position: relative;
    margin-bottom: -120px;
    z-index: 1;
}
.main-slider{
    position: relative;
    z-index: 1;
}
#top-slider li > img{
    width: 100%;
    height: auto;
}
#top-slider li{
    position: relative;
}
.overlay-txt{
    position: absolute;
    width: 100%;
    top: 15%;
    left: 0;
}
.overlay-txt h1{
    font-size: 33px;
    color: #fff;
    font-weight: 800;
}
.overlay-txt h6{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
.star-bttn{
    margin: 20px 0 12px;
}
.overlay-txt .book-bttn{
    top: 0;
    margin: 15px 0 0;
    padding: 12px 25px;
}
.overlay-txt .book-bttn:after,
.overlay-txt .book-bttn:before{
    display: none;
}
.inner-banner{
    position: relative;
}
.inner-banner > img{
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.inner-banner .inner-overlay{
    position: absolute;
    width: 100%;
    height: auto;
    top: 28%;
    left: 0;
    transform: translateY(-28%);
}
.inner-banner .inner-overlay h1{
    font-size: 40px;
    color: #000;
    font-weight: 800;
}
.main-page-container{
    position: relative;
    z-index: 9;
    padding: 0 0 60px;
    margin-top: -40px;
}
.main-page-container .page-title{
    font-size: 41px;
    color: #000541;
    font-weight: 800;
    margin: 0 0 10px;
}
.main-page-container .page-sub-title{
    font-size: 19px;
    color: #000;
    font-weight: 700;
    margin: 0 0 10px;
}
img.border-effect{
    border-right: solid 10px #ec6311;
    border-bottom: solid 10px #ec6311;
}
.caddress{
    background-color: #f4f4f4;
    padding: 35px 35px 25px;
    margin: 15px 0 0;
}
.caddress span{
    display: inline-block;
    margin: 0 8px 0 0;
}
.caddress p{
    margin-bottom: 14px;
}
.cform{
    background-color: #cee6fa;
    padding: 35px;
    margin-top: 20px;
}
.cform h3{
    font-size: 26px;
    font-weight: 800;
    color: #000;
    border-bottom: dotted 1px #000;
    padding: 0 0 10px;
}
.cform h3 > img{
    position: relative;
    margin: -5px 5px 0 0;
}
.cform input[type="text"],
.cform input[type="email"],
.cform input[type="date"],
.cform input[type="time"],
.cform textarea{
    width: 100%;
    background-color: #fff;
    border: solid 1px #aaaaaa;
    padding: 10px 15px;
    margin: 0 0 15px;
}
.cform label{
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: 700;
}
.cform textarea{
    height: 110px;
}
.cform input[type="submit"]{
    background-color: #bf1e2e;
    font-size: 23px;
    color: #fff;
    font-weight: 700;
    border: 0;
    padding: 12px 40px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.cform input[type="submit"]:focus,
.cform input[type="submit"]:hover{
    background-color: #EC6311;
}
.customer-review{
    background-color: #cee6fa;
    padding: 30px 30px 30px;
    height: 100%;
}
.service-list-block{
    background-color: #fde8db;
    padding: 30px 30px 30px;
    height: 100%;
}
.service-list-block h3,
.customer-review h3{
    font-size: 26px;
    color: #000;
    font-weight: 700;
    border-bottom: dotted 1px #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.service-list-block h3 img,
.customer-review h3 img{
    position: relative;
    margin: -5px 5px 0 0;
}
.service-list-block ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.service-list-block ul li{
    margin: 8px 0;
    padding: 0;
    list-style: none;
    font-size: 19px;
    font-weight: 500;
}
.service-list-block ul li img{
    margin-right: 12px;
}
#reviews li{
    list-style: none;
}
.customer-review .lSPager{
    margin: 0 !important;
    padding: 0 0 0 !important;
}
.customer-review .lSPager li{
    margin: 0 !important;
}
.customer-review .lSPager li a{
    width: 20px !important;
    height: 20px !important;
    background-color: #555555 !important;
}
.customer-review .lSPager li.active a{
    background-color: #ee6513 !important;
}
.author-name{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 12px 0 0;
    padding-bottom: 10px;
}
a.view-all{
    font-size: 18px;
    color: #27277f;
    font-weight: 700;
    text-decoration: underline;
    display: block;
    margin: 0 auto;
    max-width: 164px;
}
a.view-all:focus,
a.view-all:hover{
    color: #EE6513;
}
.book-box{
    background-color: #14416d;
    padding: 25px;
    color: #fff;
    height: 100%;
}
.book-box .book-bttn:after,
.book-box .book-bttn:before{
    display: none;
}
.call-box{
    background-color: #ec6311;
    padding: 25px;
    color: #fff;
    height: 100%;
}
.book-box h4{
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 10px;
}
.book-box .book-bttn{
    top: auto;
}
.book-box .book-bttn a{
    color: #fff;
}
.call-box h2{
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    margin: 0;
}
.call-box h3{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 5px;
}
.call-box h4{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 5px;
}
.review-box{
    font-size: 16px;
    color: #000;
    padding: 25px 30px;
    border: solid 1px #dddddd;
    -webkit-box-shadow: 0 0 6px #ddd;
    box-shadow: 0 0 6px #ddd;
    height: 100%;
    position: relative;
}
.review-box:after{
    position: absolute;
    width: 32px;
    height: 26px;
    background: url(images/quota-icon.png) no-repeat top center;
    content: "";
    top: 25px;
    right: 25px;
}

.review-box h4{
    background: url(images/google-icon.png) no-repeat left center;
    font-size: 19px;
    color: #000;
    font-weight: 700;
    padding: 5px 0 5px 43px;
    margin: 0 0 12px;
}
.review-star{
    height: 26px;
    margin: 0 0 10px;
    max-width: 148px;
}
.review-star .star-icon{
    background: url(images/yellow-star.png) repeat-x left top;
    height: 26px;
    width: 100%;
}
.review-txt{
    height: 125px;
    overflow-x: auto;
}
.review-bttn{
    text-align: right;
    margin-top: 45px;
}
.review-bttn a{
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    background-color: #14416d;
    padding: 11px 44px;
    display: inline-block;
}
.review-bttn a.bttn2{
    background-color: #ec6311;
}
.review-bttn a:focus,
.review-bttn a:hover{
    background-color: #000 !important;
}
.news-box{
    background: url(images/news-bg.jpg) no-repeat top center;
    background-size: cover;
}
.main-box{
    background-color: #fff;
    padding: 20px;
    position: relative;
    margin-top: -70px;
    margin-bottom: -70px;
    font-size: 17px;
}
.c-review{
    background-color: #cee6fa;
    padding: 30px;
}
.go-green-box{
    background-color: #aad9b3;
    padding: 25px 30px 30px;
    margin-top: 20px;
}
.go-green-box h3{
    font-size: 26px;
    color: #000;
    font-weight: 700;
    border-bottom: dotted 1px #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.guarantee-box{
    background-color: #ceead3;
    border: solid 1px #FFFFFF;
    padding: 15px;
    font-size: 17px;
    line-height: 25px;
}
.guarantee-box p{
    margin-bottom: 10px;
}
.guarantee-box h4{
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin: 10px;
}
.main-box .call-box h4{
    font-weight: normal;
    font-size: 22px;
}
.in-the-news{
    background-color: #eeeeee;
    padding: 35px 30px 30px;
    margin-bottom: 20px;
}
.in-the-news h3{
    font-size: 26px;
    color: #000;
    font-weight: 700;
    border-bottom: dotted 1px #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.in-the-news ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.in-the-news ul li{
    list-style: none;
    display: block;
    margin: 18px 0;
}
.coupon-box{
    background-color: #bf1e2e;
    padding: 35px;
    position: relative;
    color: #fff;
    margin-bottom: 20px;
}
.coupon-box:before{
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    content: "";
    border: dashed 1px #f4a271;
    left: 15px;
    top: 15px;
    background-color: transparent;
}
.coupon-details{
    position: relative;
    z-index: 1;
    text-align: center;
}
.coupon-details h4{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-top: dotted 1px #fff;
    border-bottom: dotted 1px #fff;
    padding: 16px 0;
    margin-top: 12px;
}
.coupon-details a.c-bttn{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #eb6210;
    padding: 12px 15px;
    display: block;
    margin-bottom: 15px;
}
.coupon-details a.c-bttn:focus,
.coupon-details a.c-bttn:hover{
    background-color: #14416D;
}
.coupon-details .logo{
    max-width: 80%;
}
.call-btn{
    display: none;
}
.call-btn a{
    color: #fff;
}
.main-slider .lSAction .lSNext,
.main-slider .lSAction .lSPrev{
    top: 40%;
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
    opacity: 1;
}
.main-slider .lSAction .lSPrev{
    left: 30px;
}

        
    section.news-box .main-box .call-box, section.news-box .main-box .customer-review {
        height: auto;
    }
    section.news-box .main-box {
        margin: 0;
        height: 100%;
    }
    section.news-box {
    z-index: 7;
    position: relative;
    display: flex;
}
section.news-box > .container > .row {
    margin-top: -70px;
    z-index: 9;
    position: relative;
    margin-bottom: -70px;
}
.main-box {
    z-index: 99;
    box-shadow: 0 0 10px #00000054;
}
.footer-logos {
    padding: 105px 0 25px 0;
}
.overlay-txt h2 {
    font-size: 33px;
    color: #fff;
    font-weight: 800;
}