/*
Theme Name: Twenty Seventeen
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@font-face {
    font-family: 'AvenirNextLTPro';
    src: url('assets/fonts/AvenirNextLTPro-Regular.eot');
    src: url('assets/fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/AvenirNextLTPro-Regular.woff2') format('woff2'),
        url('assets/fonts/AvenirNextLTPro-Regular.woff') format('woff'),
        url('assets/fonts/AvenirNextLTPro-Regular.ttf') format('truetype'),
        url('assets/fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirNextLTPro';
    src: url('assets/fonts/AvenirNextLTPro-Demi.eot');
    src: url('assets/fonts/AvenirNextLTPro-Demi.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/AvenirNextLTPro-Demi.woff2') format('woff2'),
        url('assets/fonts/AvenirNextLTPro-Demi.woff') format('woff'),
        url('assets/fonts/AvenirNextLTPro-Demi.ttf') format('truetype'),
        url('assets/fonts/AvenirNextLTPro-Demi.svg#AvenirNextLTPro-Demi') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
	font-family: 'Copperplate-Gothic';
	src: url('assets/fonts/Copperplate-Gothic-Light-Regular.eot');
	src: local('ÃƒÆ’Ã‚Â¢Ãƒâ€¹Ã…â€œÃƒâ€šÃ‚Âº'), url('assets/fonts/Copperplate-Gothic-Light-Regular.woff') format('woff'), url('assets/fonts/Copperplate-Gothic-Light-Regular.ttf') format('truetype'), url('assets/fonts/Copperplate-Gothic-Light-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
	 font-family: 'AvenirNextLTPro';
	 font-size: 16px;
	 font-weight: 400;
	 line-height: 1.5;
	 color: #3f3f3f;
	 position: relative;
	 overflow-x: hidden;
}
a,a:hover,a:visited,a:link,a:active{
	text-decoration: none;
}
h1,.h1{
	font-size: 36px;
	font-weight: 600;
	line-height: 1;
	color: #04529a;
}
h2,.h2{
  	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	color: #04529a;
}
h3,.h3{
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	color: #04529a;
}
h4,.h4{
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	color: #04529a;
}
h5,.h5{
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	color: #ffffff;
}
h6,.h6{
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	color: #04529a;
}
strong{
	font-weight: 600;
}
label{
	/* margin-bottom: 10px; */
}
.contact-container label{
	margin-bottom: 10px;
	display: block;
	color: #4b4b4b;
	font-size: 16px;
}
.form-control {
    height: 43px;
    border: 1px solid #08559d;
    border-radius: 0;
    font-size: 17px;
    color: #797979;
    font-weight: 400;
}
.form-control:focus{
	box-shadow: none;
}
.link-button{
	font-size: 13px;
	color: #08559d;
	padding: 8px 18px;
	line-height: 1;
	border: 1px solid #08559d;
	border-radius: 4px;
	display: inline-block;
	transition: all 0.3s ease;
}
.link-button:hover{
	background-color: #08559d;
	color: #ffffff;
}
.btn-container{
	margin-top: 36px;
	padding-left: 45px;
}
.testimonial-content {
    padding-left: 45px;
}
.prmry-button{
	font-weight: 600;
	font-size: 16px;
	color: #ffffff;
	padding: 12px 35px;
	border: 1px solid #ffffff;
	border-radius: 2px;
	display: inline-block;
	text-transform: lowercase;
	line-height: 1;
	transition: all 0.3s ease;
}
.prmry-button span{
	margin-left: 7px;
	font-weight: 400;
}
.prmry-button:hover{
	background: #ffffff;
	color: #08559d;
}
/********************* Header ******************/
#header{
	background: rgba(255,255,255,0.8);
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.home #header{
	position: absolute;
    z-index: 99;
    width: 100%;
}
#header .header-container{
	padding: 18px 50px;
}
#header .header-container .logo{
	margin-left: -25px;
	float: left;
}
#header .header-container .phone-number{
	float: right;
	color: #cf3333;
	font-weight: 600;
	margin: 15px 0 0 34px;
}
#header .header-container .phone-number span.phone-icon {
    margin-right: 8px;
}
#header .header-container .phone-number i.fa.fa-mobile {
    font-size: 21px;
}
#header .header-container .phone-number a{
	color: #cf3333;
	transition: all 0.3s ease;
}
#header .header-container .phone-number a:hover{
	color: #04529a;
}
#header .header-container .header-navigation{
	float: right;
	margin-top: 15px;
}
#header .header-container .header-navigation ul li{
	display: inline-block;
	margin: 0 18px;
}
#header .header-container .header-navigation ul li a{
	font-size: 16px;
	color: #05539b;
	transition: all 0.3s ease;
}
#header .header-container .header-navigation ul li a:hover, #header .header-container .header-navigation ul li.current-menu-item > a, #header .header-container .header-navigation ul li.current-menu-ancestor>a{
	color: #cf3333;
}

/*====== Sub Menu Css ======*/

#header .header-container .header-navigation ul li.menu-item-has-children {
    position: relative;
}
#header .header-container .header-navigation ul li.menu-item-has-children svg.icon.icon-angle-down {
    height: 18px;
    width: 15px;
    margin-left:  5px;
    margin-top:  0px;
    position: relative;
    top: 3px;
}
#header .header-container .header-navigation ul li.menu-item-has-children ul.sub-menu {
    padding: 0;
    display: none;
    background: transparent;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    /* border: 1px solid #ededed; */
    z-index: 1000;
    padding-top: 30px;
}
#header .header-container .header-navigation ul li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}
#header .header-container .header-navigation ul li.menu-item-has-children ul.sub-menu li{
	display: block;
	border-bottom: 1px solid #ededed;
	margin: 0;
	background-color: rgba(255,255,255,0.8);
}
#header .header-container .header-navigation ul li.menu-item-has-children ul.sub-menu li:last-child{
	border-bottom: none;
}
#header .header-container .header-navigation ul li.menu-item-has-children ul.sub-menu li a{
	padding: 5px 10px;
	display: inline-block;
	width: 100%;
	font-size: 14px;
}

.slide{
	position: relative;
}
.slide-overlay{
	position: absolute;
	background: rgba(0,0,0,0.6);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.slide-overlay-content{
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	max-width: 820px;
	margin: 0 auto;
}
.slide-overlay-content h2{
	font-size: 36px;
	font-weight: 400;
	color: #ffffff;
	line-height: 1.2;
}
.button-container {
    margin-top: 32px;
}
.intro-slider{
	position: relative;
}
#intro{
	position: relative;
}
.about-welcome{
	position: relative;
	z-index: 99;
}
.left-line{
	position: absolute;
	bottom: -76px;
	left: 10%;
	z-index: 9999;
}
.right-line{
	position: absolute;
	bottom: -76px;
	right: 10%;
	z-index: 9999;
}


/****************** Testimonial *********************/
#testimonial{
	background: url(assets/images/testimonial-bg.jpg) no-repeat;
	background-size: cover;
	position: relative;
	background-position: center;
}
#testimonial:before{
	background: url('assets/images/testimonial-left.png') no-repeat;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	display: block;
	width: 30%;
}
#testimonial:after{
	background: url('assets/images/testimonial-right.png') no-repeat;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	display: block;
	width: 30%;
	background-position: right;
}
.testimonial-content-container{
	padding: 150px 0;
}
#testimonial h3{
	font-weight: 600;
	margin-bottom: 55px;
	position: relative;
	color: #08559d;
	padding-left: 45px;
}
#testimonial h3:after{
	content: "";
	position: absolute;
	height: 6px;
	width: 75px;
	background: #dbe5f0;
	border-radius: 5px;
	bottom: -23px;
	left: 46px;
}
.testimonial-text{
	position: relative;
	margin-bottom: 30px;
}
.testimonial-text span.text {
    font-size: 24px;
    line-height: 1.3;
}
.quote-left{
	font-family: 'Copperplate-Gothic';
	font-size: 95px;
	color: rgba(8,85,157,0.2);
	position: absolute;
	top: 0;
	line-height: 78px;
	left: -48px;
}
.quote-right{
	font-family: 'Copperplate-Gothic';
	font-size: 95px;
	color: rgba(8,85,157,0.2);
	position: absolute;
    line-height: 78px;
    text-indent: 14px;
    margin-top: -48px;
}
.testimonial-content h4{
	color: #cf3333;
}

/**************** Welcome ********************/
.flex-container{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
#welcome{
	background: url(assets/images/welcome-bg.png) no-repeat;
	background-size: cover;
	position: relative;
	background-position: center;
	z-index: 9;
}
.home_welcome{
  padding-top: 150px;
}
/*.home #welcome{
	padding-top: 85px;
}*/
.top-services{
	margin-top: -52px;
}
.top-services.home_services{
	position: relative;
}
.home_services .container {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}
.top-services .top-service-content{
	text-align: center;
} 

.top-services .top-service-img-box{
	width: 115px;
	height: 115px;
	background-color: #ffffff;
	border-radius: 100%;
	box-shadow: 1px 2px 10px rgba(0,0,0,0.1);
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
	z-index: 99;
}
.top-services .top-service-content h6{
	margin-top: 20px;
	color: #cf3333;
	font-weight: 600;
}
.about-content-container{
	max-width: 1120px;
	margin: 0 auto;	
	text-align: center;
	padding: 70px 0;
}
.about-content-container h1{
	font-weight: 400;
	color: #14a8e9;
	margin-top: 0;
	margin-bottom: 15px;
}
.about-content-container h1 strong{
	color: #04529a;
}
.about-content-container h6{
	margin-top: 30px;
	margin-bottom: 0;
}


/****************** Home Service ****************/
#services{
	background: url(assets/images/services-bg.png) no-repeat;
	background-size: cover;
	position: relative;
	background-position: center;
	z-index: 9;
}
#services:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(8,85,157,0.9);
}
#services .services-container{
	padding: 75px 0 90px;
}
#services .services-main-content{
	margin-top: 55px;
	text-align: center;
	color: #ffffff;
	position: relative;
}
#services .h1,#services h5,#services h5 a{
	color: #ffffff;
	position: relative;
	text-align: center;
}
#services h5 a:hover{
	color: #cf3333;
}
#services .services-container > h5{
	font-weight: 400;
}
#services .services-main-content .service-img-box{
   width: 115px;
	height: 115px;
	background-color: transparent;
	border-radius: 100%;
	border: 2px solid #ffffff;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    margin: 0 auto;
    cursor: pointer;
}
#services .services-main-content .service-img-box:hover{
	background: #cf3333;
}
.col-one-fifth{
	width: 20%;
	float: left;
	padding: 0 15px;
}
#services .services-main-content h5{
	margin: 20px 0 16px;
	min-height: 36px;
}
#services .services-main-content .service-content {
    font-size: 14px;
}

#services .services-main-content .service-box .btn-container{
	margin-top: 40px;
	padding: 0px;
}	
#services .services-main-content .service-box .btn-container .link-button{
	border-color: #ffffff;
	color: #ffffff;
	text-transform: lowercase;
}
#services .services-main-content .service-box .btn-container .link-button:hover{
	background: #cf3333;
}
.banner{
	background-repeat: no-repeat;
	min-height: 325px;
	position: relative;
	background-size: cover;
	border-bottom: 1px solid #ffffff;
}
.banner:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.3);
}
.banner-overlay{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	display: block;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.container-fluid.breadcrumbs-bar {
    background-color: #015099;
    padding: 10px 0;
}
.breadcrumbs {
    float: left;
    /*margin-top: 7px;*/
    color: #cf3333;
    margin-left: -15px;
}
.breadcrumbs a{
	color: #ffffff;
}
.breadcrumbs a:hover{
	color: #cf3333;
}
.banner-overlay h1{
	font-weight: 400;
	color: #ffffff;
	float: left;
	margin: 0;
}

.page-template-template-services #services{
	background: url(assets/images/main-service-bg.jpg) no-repeat;
	background-size: cover;
}
.page-template-template-services #services:before{
	display: none;
}
.page-template-template-services #services .h1{
	font-weight: 600;
	color: #08559d;
	margin-top: -4px;
}
.page-template-template-services #services h5,.page-template-template-services #services h5 a,.page-template-template-services #services .service-content{
	color: #3f3f3f;
}
.page-template-template-services #services h5 a:hover {
    color: #cf3333;
}
.page-template-template-services #services .services-main-content .service-box .btn-container .link-button{
	color: #3f3f3f;
	border-color: #08559d;
}
.page-template-template-services #services .services-main-content .service-box .btn-container .link-button:hover{
	border-color: #ffffff;
	color: #ffffff;
}
.page-template-template-services #services .services-main-content .service-img-box{
	border-color: #08559d;
}
.page-template-template-services #services .service-img-box{
	/*display: block;*/
}
.page-template-template-services #services .service-img-box a{
	background-repeat: no-repeat;
	width: 62px;
	height: 72px;
	background-position: 0 0;
	display: block;
}
.page-template-template-services #services .service-img-box:hover{
	border: 2px solid #cf3333;
}
.page-template-template-services #services .service-img-box a:hover{
	background-position: 0 -72px !important;
}
#services .services-main-content .service-img-box:hover a{
	background-position: 0 -72px !important;
}
.page-template-template-about .about-content-container {
    padding: 85px 0 140px;
}
.page-template-template-about .about-content {
    text-align: left;
}
.page-template-template-about .top-services {
    margin-top: -63px;
    margin-bottom: 60px;
}
.page-template-template-about .top-services .top-service-img-box{
	border: 1px solid  #cf3333;
}
#gallery,#contact-us,#service-detail{
	padding: 70px 0 82px;
}
.serviceimage {
    position: absolute;
    left: 0;
    height: 100%;    
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}

.servicecontent {
    float: right;
    clear: left;
    padding: 0;
}

.single-services .flex-container {
    flex-direction: row-reverse;
    position: relative;
}

.serviceimage .service-detail-img {
    display: none;
}
#gallery .h1,#contact-us .h1,#service-detail .h1{
	text-align: center;
	margin-top: 0;
	margin-bottom: 15px;
}
#gallery h5,#contact-us h5,#service-detail h5{
	color: #3f3f3f; 
	font-weight: 400;
	text-align: center;
	margin-bottom: 45px;
}
#contact-us h5{
	font-size: 16px;
}
#gallery .gallery-content{
	margin-bottom: 4px;
}
#gallery .gallery-content img{
	display: block;
	width: 100%;
}
#gallery .row{
	margin: 0 -2px;
}
#gallery .col-md-3{
	padding: 0 2px;
}
#gallery .gallery-content a{
	position: relative;
	display: block;
	transition: all 0.4s ease;
}
#gallery .gallery-content a:before{
	transition: all 0.3s ease;
	position: absolute;
	content: "";
	background: rgba(1,80,153,0.89);
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
}
#gallery .gallery-content a:after{
	position: absolute;
	content: "";
	background: url('assets/images/gallery-icon.png') no-repeat;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 48px;
	height: 47px;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	transition: all 0.4s ease;
}

#gallery .gallery-content a:hover:before{
	width: 100%;
}

#gallery .gallery-content a:hover:after{
	opacity: 1;
}
#gallery .gallery-container .btn-container{
	text-align: center;
}
#gallery .gallery-container .btn-container a.link-btn{
	display: inline-block;
	border: 1px solid;
	padding: 10px 20px;
	border-radius: 5px;
	line-height: 1;
	transition: all 0.3s ease;
	text-transform: lowercase;
	font-size: 14px;
}
#gallery .gallery-container .btn-container a.link-btn:hover{
	background: #08559d;
	color: #ffffff
}
.contact-container{
	max-width: 910px;
	margin: 0 auto;
}

.contact-container .row{
	margin: 0 -18px;
}
.contact-container .col-md-6,.contact-container .col-md-12{
	padding: 0 18px;
}
.contact-container .message textarea{
	width: 100%;
	border: 1px solid #08559d;
	padding: 6px 12px;
	height: 140px;
	resize: none;
	font-size: 17px;
	color: #797979;
	font-weight: 400;
}
.contact-container .message textarea:focus{
	outline: 0;
	border-color: #66afe9;
}
.contact-container .submit-button{
	text-align: center;
	margin-top: 20px;
}
.contact-container input.submit-btn {
    background: #cf3333;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 26px;
    letter-spacing: 0.04em;
    line-height: 1;
    border-radius: 2px;
    transition: all 0.3s ease;
}
.contact-container input.submit-btn:hover{
	background: #08559d;
}
.contact-container input.submit-btn:focus{
	outline: 0;
}
.types select,.property select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
.types select,.property select{
    background: url(assets/images/select-icon.png) no-repeat right;
    -webkit-appearance: none;
    color: #797979;
    font-size: 17px;
    font-weight: 400;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing,div.wpcf7-mail-sent-ng, div.wpcf7-aborted{
	border: none;
	color: #cf3333;
	margin-left: 0;
}
.acf-map{
	height: 515px;
}
.service-detail-content{
	background: #015099;
	padding: 50px 30px 50px 80px;
	border-left: 1px solid #ffffff;
	color: #ffffff;
	min-height: 537px;
	font-size: 14px;
	position: relative;
}
#service-detail .service-detail-content .h1{
	font-size: 30px;
	color: #ffffff;
	text-align: left;
	margin-bottom: 20px;
}
#service-detail .service-detail-content p{
	margin-bottom: 20px;
}
#service-detail .detail-icon{
	 width: 115px;
	height: 115px;
	background-color: #ffffff;
	border-radius: 100%;
	border: 2px solid #ffffff;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    margin: 0 auto;
    cursor: pointer;
    position: absolute;
    top: 48px;
    left: -57px;
}
.single-services .top-services{
	margin-top: 0;
	background: url(assets/images/service-bottom-bg.png) no-repeat;
	padding-bottom: 90px;
	background-size: cover;
}
.single_service_sub_cnt {
    padding: 30px 0;
}

/***************** Quote form ******************/
.get-quote-form-wrapper{
	 background: #cf3333;
	 padding: 40px 45px 45px 70px;
	 border: 2px solid #f21515;
	 border-right: none;
	 border-radius: 8px;
	 border-top-right-radius: 0;
	 border-bottom-right-radius: 0;
	 width: 430px;
	 height: auto;
	 /*position: absolute;*/
	 position: fixed;
	 right: -470px;
	 top: 50%;
	 -webkit-transform: translateY(-50%);
	 -moz-transform: translateY(-50%);
	 -o-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 transform: translateY(-50%);
	 z-index: 9999;
	 transition: right 0.3s ease;
}
.get-quote-form-wrapper.active{
	right: 0;
}


.quote-form-container .h1{
	color: #ffffff;
	margin: 0 0 5px;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 0.02em;
}
.quote-form-container{
	color: #ffffff;
	position: relative;
}
.quote-form-container .sub-heading{
	margin-bottom: 30px;
}
.quote-form-container input{
	color: #000000;
	width: 100%;
	border-top: 2px solid #9dadb5;
	border-left: 1px solid #9dadb5;
	padding: 6px 12px;
	box-shadow: 2px 1px 4px rgba(0,0,0,0.4);
}
.quote-form-container textarea{
	color: #000000;
	width: 100%;
	border-top: 2px solid #9dadb5;
	border-left: 1px solid #9dadb5;
	padding: 6px 12px;
	resize: none;
	height: 110px;
}
.quote-form-container  input.quote-btn{
	width: auto;
	background: #01427d;
	color: #ffffff;
	border: 1px solid #e85151;
	box-shadow: none;
	padding: 15px 24px;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 600;
	transition: all 0.3s ease;
}
.quote-form-container  input.quote-btn:hover{
	background: #ffffff;
	color: #01427d;
}
.quote-form-container  input.quote-btn:focus,.quote-form-container input:focus,.quote-form-container textarea:focus{
	outline: 0;
}
.close-quote{
	width: 48px;
	height: 48px;
	background: #ffffff;
	border-radius: 100%;
	display: block;
	position: absolute;
	top: -30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -85px;

}
.close-quote span{
	font-size: 34px;
    color: #cf3333;
    padding-left: 12px;
    line-height: 1;
    padding-top: 7px;
    display: block
}
.quote-text {
    position: absolute;
    left: -275px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    background: #cf3333;
    top: 50%;
    padding: 10px 0;
    height: 72px;
	cursor: pointer;
    text-transform: uppercase;
    transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
    background: url('assets/images/quote-bg.png') no-repeat;
   	width: 400px;
   	text-align: center;
   	transition: all 0.3s ease;
   	background-size: 100%;
   	 transition: all 0.3s ease;
    }

.thankyou {
    text-align: center;
    margin: 80px 0 100px;
}
.thankyou .h1 {
    margin-bottom: 20px;
}
section.error-404.not-found {
    text-align: center;
    margin: 100px 0 100px;
}

.quote-form-container span.wpcf7-not-valid-tip, .quote-form-container div.wpcf7-validation-errors, .quote-form-container div.wpcf7-acceptance-missing, .quote-form-container div.wpcf7-mail-sent-ng, .quote-form-container div.wpcf7-aborted{
	color: #ffffff
}
div.wpcf7-response-output {
    margin: 0;
    padding: 0.2em 0;
}
div.wpcf7-mail-sent-ok{
	border: none;
}
/*.home .top-services{
	margin-top: -52px;
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
}
*/
/*************** Footer **************************/
.ques-phone{
	background: #ffffff;
	color: #3f3f3f;
	text-align: center;
	border-top: 2px solid rgba(125,125,124,0.1);
}
.ques-phone .h1{
	padding: 25px 0;
	color: #3f3f3f;
	font-weight: 400;
	margin: 0;
}
.ques-phone .phone-no{
	color: #cf3333;
}
.ques-phone .phone-no a{
	color: #cf3333;	
	transition: all 0.3s ease;
}
.ques-phone .phone-no a:hover{
	color: #04529a;	
}
#footer .social-media{
	background: #08559d;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
#footer .social-media .social-media-container{
	max-width: 1280px;
	margin: 0 auto;
	width: auto;
}
#footer .social-media .social-media-container ul{
	margin: 0;
	padding: 0;
}
#footer .social-media .social-media-container ul li{
	width: 20%;
	float: left;
	border-right: 1px solid rgba(255,255,255,0.1);
	box-sizing: border-box;
	list-style: none;
}
#footer .social-media .social-media-container ul li:first-child{
	border-left: 1px solid rgba(255,255,255,0.1);
}
#footer .social-media .social-media-container ul li a{
	color: #ffffff;
	display: block;
	padding: 25px 30px;
	transition: all 0.3s ease;
}
#footer .social-media .social-media-container ul li a span.social-text{
	font-size: 14px;
	letter-spacing: 0.03em;
	display: inline-block;
	padding-left: 26px;
}
#footer .social-media .social-media-container ul li a i{
	font-size: 22px;
	vertical-align: middle;
}
#footer .social-media .social-media-container ul li a:hover {
	background: #ffffff;
}
#footer .social-media .social-media-container ul li a.facebook:hover span.social-text,#footer .social-media .social-media-container ul li a.facebook:hover i{
	color: #3b5998;
}
#footer .social-media .social-media-container ul li a.twitter:hover span.social-text,#footer .social-media .social-media-container ul li a.twitter:hover i{
	color: #1dcaff;
}
#footer .social-media .social-media-container ul li a.gplus:hover span.social-text,#footer .social-media .social-media-container ul li a.gplus:hover i{
	color: #d34836;
}
#footer .social-media .social-media-container ul li a.instagram:hover span.social-text{
	color: #9b6954;
}
#footer .social-media .social-media-container ul li a.instagram i {
    font-size: 22px;
    vertical-align: middle;
    width: 22px;
    height: 22px;
   	padding: 0px 0px 0px 2px;
    display: inline-block;
    border-radius: 8px;
}
#footer .social-media .social-media-container ul li a.instagram:hover i{
	background: #d6249f;
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    background: -moz-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    background: -ms-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    background: -o-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	color: #fff;
}
#footer .social-media .social-media-container ul li a.ytube:hover span.social-text,#footer .social-media .social-media-container ul li a.ytube:hover i{
	color: #ff0000;
}
.footer-container{
	max-width: 1230px;
	margin: 0 auto;
	width: auto;
	padding: 0 15px;
}
.main-footer{
	background: url('assets/images/footer-bg.png') no-repeat;
	position: relative;
	background-size: cover;
}
.main-footer .col-md-3:nth-child(1){
	 width: 28%;
}
.main-footer .col-md-3:nth-child(2){
	 width: 21%;
}
.main-footer .col-md-3:nth-child(3){
	 width: 20%;
}
.main-footer .col-md-3:nth-child(4){
	 width: 31%;
}
.main-footer .footer-first-col{
	max-width: 280px;
}
.main-footer .footer-logo{
	margin-bottom: 22px;
}
.main-footer .footer-logo a{
	display: block;
}
.main-footer .footer-company-about{
	font-size: 14px;
	line-height: 1.5;
	color: #ffffff;
}
.main-footer:before{
	position: absolute;
	content: "";
	background: rgba(2,93,165,0.95);
	width: 100%;
	top: 0;
	height: 100%;
}
.main-footer .col-space{
	padding: 50px 0 91px;
}
.main-footer h3{
	color: #ffffff;
	margin: 0 0 22px;
}
.main-footer .brd{
	border-left: 1px solid rgba(255,255,255,0.1);
	border-right: 1px solid rgba(255,255,255,0.1);
}
.main-footer .brd-right{
	border-left: 1px solid rgba(255,255,255,0.1);
}
.main-footer .footer-col-left-space{
	padding-left: 45px;
}
.main-footer .footer-fourth-col.footer-col-left-space{
	padding-left: 35px;
	padding-bottom: 72px;
}
.main-footer ul{
	margin: 0;
	padding-left: 20px;
	list-style: none;
}
.main-footer ul li a{
	position: relative;
	font-size: 14px;
	color: #ffffff;
	display: block;
	line-height: 1.857;
	transition: all 0.3s ease;
}
.main-footer ul li a:before{
	position: absolute;
	content: "";
	background: url('assets/images/footer-menu-arrow.png') no-repeat;
	left: -20px;
	top: 7px;
	width: 7px;
	height: 11px;
}
.main-footer ul li a:hover,.main-footer ul li.current-menu-item a{
	color: #cf3333;
}
.main-footer .address,.main-footer .contacts,.main-footer .email{
	font-size: 14px;
	margin-bottom: 15px;
	color: #ffffff;
}
.main-footer .address p{
	display: inline-block;
	margin-bottom: 0;
}
.main-footer .footer-fourth-col span{
	display: inline-block;
	margin-right: 5px;
}
.main-footer .footer-fourth-col .address i{
	font-size: 18px;
}
.main-footer .contacts span,.main-footer .email span{
	width: 20px;
	height: 20px;
	background: #ffffff;
	border-radius: 100%;
}
.main-footer .contacts span i,.main-footer .email span i{
	display: inline-block;
	margin-left: 4px;
	color: #0d64a8;
	font-size: 13px
}
.main-footer .email span i{
    font-size: 10px;
    margin-top: -5px;
    display: inline-block;
    vertical-align: middle;
}
.main-footer .contacts a,.main-footer .email a{
  color: #ffffff;
  transition: all 0.3s ease;
}
.main-footer .contacts a:hover,.main-footer .email a:hover{
	color: #cf3333;
}
.copyright-section{
	border-top: 1px solid rgba(255,255,255,0.1);
	background: #08559d;
	padding: 30px 0;
	position: relative;
}
.copyright-section .copyright-text{
	float: left;
	font-size: 14px;
	color: #ffffff;
}
.copyright-section .footer-container {
    text-align: center;
}
.copyright-section .design-by{
	/*float: right;*/
	color: #ffffff;
	font-size: 14px;
	display: inline-block;
	margin-left: -17%
}
.copyright-section a{
	color: #ffffff;
	transition: all 0.3s ease;
}
.copyright-section a:hover{
	color: #cf3333;
}
.scroll-top{
	position: absolute;
	right: 20px;
	bottom: 0px;
	top:0px;
	margin: auto 0px;
	color: #ffffff;
	display: block !important;
	text-decoration: none;
	height:38px;
	opacity: 1 !important;
}
.scroll-top:before{
	display: block;
	background: url('assets/images/arrow-stop.png') no-repeat;
	content: "";
	width: 32px;
	height: 16px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-position: 0 0;
	opacity: 1 !important;
}
.scroll-top:hover:before{
	background-position: 0 -16px;
}
.scroll-top:hover{
	color: #cf3333;
}
.second-quote-form .get-quote-form-wrapper{
	/*top: 47%;*/
}
.second-quote-form .get-quote-form-wrapper .close-quote {
    top: -34px;
    left: -80px;
}
.home .second-quote-form .get-quote-form-wrapper,.page-template-template-contact .second-quote-form .get-quote-form-wrapper,.page-template-template-contact #testimonial,.page-template-template-gallery #testimonial,.page-template-template-services #testimonial{
	display: none;
}
.page-template-template-about .second-quote-form .get-quote-form-wrapper {
    /*top: 32%;*/
}
.page-template-template-about #testimonial{
	border-top: 2px solid rgba(125,125,124,0.1)
}
span.arrow-color {
    color: #fff;
}
.single-services .second-quote-form .get-quote-form-wrapper {
    top: 32%;
}
.single-services #testimonial{
	border-top: 1px solid #ffffff;
}
#gallery .gallery-item{
	display: none;
}
.map{
   position: relative;
}
.address_booklet {
    max-width: 404px;
    width: 100%;
    padding: 20px 28px 35px;
    background-size: 100% 100%;
    background-position: left center;
}

.address_booklet > div, .address_booklet > div a {
    color: #535353;
    font-size: 17px;
    font-weight: 600;
}
.address_booklet > div a:hover{
	color: #cf3333;
}
.address_booklet > div{
	margin: 8px 0px
}
.address_booklet > div p{
	margin: 0px;
}
.map .container {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    height: 180px;
}
.carousel-indicators {
    position: relative;
    bottom: 0px;
    left: 1%;
    z-index: 15;
    width: 50%;
    padding-left: 0;
    margin-left: 12px;
    text-align: left;
    margin-bottom: 0px;
    list-style: none;
    clear: both;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-color: rgba(0,0,0,1);
    border: 1px solid #000;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0;
    background-color: #cf3333;
}

.testimonial_page {
    background-color: #fff;
    padding: 20px 36px 20px 60px;
    margin-bottom: 20px;
    position: relative;
}

.page-template-template-testimonial .footer_section{
   display: none;
}
.n_p{
   padding:0px;
}
.testimonial_page .testimonial-text span.text {
    font-size: 18px;
    line-height: 1.3;
}
.page-template-template-thankyou .second-quote-form{
	display: none;
}
p {
    margin: 0 0 5px;
}

.page-template-template-terms-of-trade .about-content-container {
    padding: 85px 0 140px;
}
.page-template-template-terms-of-trade .about-content-container {
    text-align: left;
}
.page-template-template-terms-of-trade .top-services {
    margin-top: -63px;
    margin-bottom: 60px;
}