@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Raleway:wght@500;600&display=swap');

html,body{
	height: 100%;
	width: 100%;
}
body{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	font-style: normal;
	color: #000;
}
*,ul,ol{
	margin: 0;
	padding: 0;
}
ul,ol{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	color: #6b7f52;
	margin-top: 0;
}
h3{
	line-height: 30px;
}
a{
	color: inherit;
	text-decoration: none;
}
a:hover,a:focus,a.select{
	color: #73767A;
	text-decoration: none;
}
.img-responsive{
	display: inline-block;
}
.bg-color1{
	background-color: #000;
}
.bg-color2{
	background-color: #6b7f52;
}
.bg-color3{
	background-color: #d7d7d7;
}
.bg-color4{
	background-color: #2a2a2a;
}
.bg-color5{
	background-color: #fff;
}
.text-white{
	color: #ffffff;
}
.text-color1{
	color: #6b7f52;
}
.no-margin{
	margin:0;
}
.no-gutters {
	margin-right : 0;
	margin-left : 0;
}
.no-gutters > [class*="col-"] {
	padding-right : 0;
	padding-left : 0;
}
.section{
	padding:3em 0;
}
.padd-b-n{
	padding-bottom: 0;
}
.padd-t-n{
	padding-top: 0;
}
.padd-50{
	padding:50px;
}
.padd-40{
    padding: 40px;
}
.padd-30{
    padding: 30px;
}
.btn1,.btn2{
    line-height: 15px;
    text-align: center;
    padding: 14px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
	color: #fff;
	background: #73767A;
	cursor: pointer;
	border-radius: 0;
	border:1px solid #73767A;
}
.btn2{
	border-color: #fff;
	background-color: transparent;
}
.btn1 i{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.btn1:hover,
.btn1:focus{
	background: transparent;
	color: #73767A;
	outline: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus,
.owl-theme .owl-dots:focus,.owl-theme .owl-dots:active:focus{
	outline: none!important;
}
.divider, .divider1 {
	width : 100px;
	height : 2px;
	background-color : #73767A;
	position : relative;
	margin-bottom : 25px;
}
.divider:before, .divider1:before {
	position : absolute;
	bottom : -5px;
	left : 0;
	width : 50px;
	height : 1px;
	background-color : #73767A;
	content : '';
}
.divider1 {
	display : inline-block;
	width : 100px;
}
.divider1:before {
	width : 50%;
	left : 25%;
}
.size-1{
	font-size: 1.5em;
	line-height: 30px;
	font-weight: 500;
}
.size-2{
	font-size: 2em;
	font-weight: 700;
}
.size-3{
	font-size: 3em;
	font-weight: 700;
}
.full-width{
	width: 100%;
}
.container-fluid{
	padding-left: 40px;
	padding-right: 40px;
}
.header{
	background-color: #000;
}
.header-fixed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 99999;
	content: '';
	/*border-bottom: 1px solid rgba(255, 255, 255, .4);
    background-color: transparent!important;*/
}
.top-header{
	box-shadow: 0 0 10px #2e2e2e;	
}
.logo{
	display: inline-block;
	margin:10px 0;
}
#stuck_container {
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.isStuck{
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #000!important;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
}
.top-contact-list{
	margin-top: 25px;
	margin-bottom: 20px;
	text-align: right;
	/*padding-left: 130px;*/
}
.top-contact-list li{
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	margin-left: 40px;
}
.top-contact-list li:first-child{
	margin-left: 0;
}
.top-contact-list li a{
	display: inline-block;
	/*text-align: left;*/
}
.top-contact-list li i{
	margin-right: 8px;
	font-size: 20px;
	vertical-align: middle;
	float: left;
}
.top-contact-list li span{
	position: relative;
	overflow: hidden;
	display: inherit;
	text-align: left;
}
.top-contact-list li span strong{
	font-size: 18px;
	text-transform: uppercase;
	color: #6b7f52;
}
.top-contact-list li i{
	/*background-color: #73767A;*/
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	color: #6b7f52;
	display: inline-block;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;	
	border:1px solid #6b7f52;
	font-size: 22px;
	/*-webkit-shadow: 0 0 10px #a1a1a1;
	-moz-text-shadow: 0 0 10px #a1a1a1;
	text-shadow: 0 0 10px #a1a1a1;*/
}
.top-contact-list li:last-child{
	margin-right: 0;
}
.top-contact-list li:hover i{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}
.top-contact-list li a:hover{
	color: #6b7f52;
}
.association-logo img,
.association-wrap .img-responsive{
	display: inline-block;
	vertical-align: middle;
	max-width: 220px;
}
.association-wrap .img-responsive{
	max-width: 196px;
	margin-bottom: 8px;
	border: 1px solid #dfdfdf;
	padding: 5px;
}
.mobile-menu{
	display: none;
}
.navigation > li{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.navigation li.dropdown > .dropdown-menu{
	opacity: 0;
	position: absolute;
	top: 130%;
	left: 0;
	width: 250px;
	z-index: 999;
	background-color: #ffffff;
	visibility: hidden;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding:0;
	margin:0;
	border-bottom: 3px solid #9a9a9a;
  	transition: all 500ms ease;
  	display: block;	
}
.navigation li.dropdown > .dropdown-menu li{
	border-bottom: 1px solid #e6e6e6;
	margin-right: 0;
}
.navigation li.dropdown > .dropdown-menu li:last-child{
	border-bottom: none;
}
.navigation li.dropdown > .dropdown-menu li a{
	background-color: #ffffff;
	padding:12px 15px;
	color:#000;
	white-space: normal;
}
.navigation li.dropdown:hover > .dropdown-menu{
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.navigation a{
	text-transform: uppercase;
	letter-spacing: 1px;
	overflow: hidden;
	position: relative;
	font-size: 14px;
	display: block;
	font-weight: 400;
	color: #ffffff;
	padding:16px 28px;
    transition: all 500ms ease 0s;
}
.navigation > li.dropdown > a:after {
    font-family:IcoFont;
    content: "\ea99";
    position: absolute;
    top: auto;
    right: 0;
    font-size: 14px;
    transition: all 500ms ease 0s;
}
.navigation li:hover > a,
.navigation li:focus > a,
.navigation li.active > a{
	color: #fff;
	background-color: #6b7f52;
}
.navigation li.dropdown > .dropdown-menu li a:hover,
.navigation li.dropdown > .dropdown-menu li a:focus,
.navigation li.dropdown > .dropdown-menu li.active a{
	color: #ffffff;
	background-color: #252525;
}
.slider-wrapper{
	position: relative;
	overflow: hidden;
}
.get-touch-btn{
	margin-top: 15px;
}
.get-touch-btn:hover{
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.parallax-window {
    height: 450px;
    background: transparent;
    display: table;
	width: 100%;
}
.home-slide{
	text-align: center;
	position: relative;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.home-parallax .container{
	position: relative;
	z-index: 9;
}
.breadcrumb{
	width: 100%;
	padding:10px 40px;
	color: #000;
	border-radius: 0;
	background-color: #dfdfdf;
	font-size: 13px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.breadcrumb > li + li::before{
	content: '\eaa0';
	font-family:IcoFont;
	color: #000;
}
.breadcrumb a:hover{
	color: #73767A;
}
.breadcrumb>.active{
	color: #73767A;
}
.get-a-quote{
	display: block;
	background-color: #73767A;
	color: #fff;
	padding: 12px 10px;
	text-align: center;
}
.get-a-quote:hover{
	color: #fff;
}
.parallax{
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
}
.overlap:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0,0,0,0.8);
	z-index: 1;
}
.parallax .container-fluid{
	position: relative;
	z-index: 9;
}
.services-box {
width : 100%;
/*margin : 15px 0;*/
position : relative;
}
.services-box .parallax {
    min-height: 337px;
}
.services-box .icon-holder {
font-size : 2.2em;
border : #002d71 solid 1px;
color : #002d71;
width : 65px;
height : 65px;
line-height : 65px;
border-radius : 100%;
display : inline-block;
vertical-align : top;
margin-bottom : 15px;
}
.services-box .overlap-content img.img-responsive {
display : block;
border-radius : 0;
margin-bottom : 15px;
transition : all 0.5s;
}
.services-box:hover .overlap-content img.img-responsive {
margin-bottom : 10px;
}
.services-box .overlap-content h3 {
font-size : 16px;
line-height : 20px;
margin-bottom : 0;
letter-spacing : 1px;
color: #6b7f52;
}
.service-box:hover {
background-color : #94dcec;
box-shadow : -10px -10px 3px #eee;
}
.service-box:hover .service-box-content .icon-holder {
border-color : #fff;
background-color: transparent;
color:  #fff;
}
.services-box a:hover {
color : #fff;
}
.width-60{
	width: 60%;
}
.width-50{
	width: 50%;
}
.width-40{
	width: 40%;
}
.flexbox {
  	display: -webkit-box;
  	display: flex;
}
.flexbox .element {
    height: 100%;
}
.display-table{
	display: table;
	height: 100%;
}
.display-table .padd-40{
	display: table-cell;
	vertical-align: middle;
}
.list1 li,
.areas-list li{
	padding:5px 0 5px 20px;
	position: relative;
	margin-bottom: 8px;
}
.list1 li{
	padding-left: 26px;
}
.list1 li:before,
.areas-list li:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '\e9c4';
	font-family:IcoFont;
	font-size: 18px;
}
.list1 li:before{
	top: 4px;
}
.areas-list li:before{
	content: '\ed42';
	top: 5px;
}
.areas-list li a,
.areas-list li:before{
	color: #252525;
}
.areas-list li a{
	font-weight: bold;
}
.border-right1{
	border-right: 1px solid #fff;
	padding-right: 30px;
}
.video-box{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.video-box .video-overlap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 1;
	display: table;
	text-align: center;
}
.video-box .video-content{
	display: table-cell;
	vertical-align: middle;
}
.video-play-button {  	
  	display: inline-block;
  	width: 32px;
  	height: 32px;
  	line-height: 32px;
  	background: #faf00f;
  	border-radius: 50%;
  	position: relative;
}
.video-play-button span{

  	margin:0 7px;
}
.video-play-button:before {
  	content: "";
  	position: absolute;
  	z-index: 0;
  	left: 50%;
  	top: 50%;
  	transform: translateX(-50%) translateY(-50%);
  	display: block;
  	width: 85px;
  	height: 85px;
  	background: #73767A;
  	border-radius: 50%;
  	animation: pulse-border 1.5s ease-out infinite;
}
.video-play-button:after {
  	content: "";
  	position: absolute;
  	z-index: 1;
  	left: 50%;
  	top: 50%;
  	transform: translateX(-50%) translateY(-50%);
  	display: block;
  	width: 85px;
  	height: 85px;
  	background: #73767A;
  	border-radius: 50%;
  	transition: all .2s;
}
.video-play-button:hover:after {
  	background-color: darken(#fa183d, 10%);
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0
  }
}
.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 26px solid #fff;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}
.testimonial-wrap{
	padding: 20px;
	margin-bottom: 35px;
	border-left: 5px solid #6b7f52;
	background-color: #edf0f2;
}
.quote-icon{
	font-size: 4em;
	color: #6b7f52;
	margin-bottom: 15px;
}
.testi-content{
	font-size: 16px;
}
.testi-author{
	font-size: 18px;
	color: #6b7f52;
}
.form-control{
	height: 45px;
	border-radius: 0;
}
textarea.form-control{
	height: 150px;
	resize: vertical;
}

.insta-wrap .img-responsive{
	width: 25%;
	margin-right: -4px;
}
.single-service-item {
    margin: 20px 0;
}
.single-service-item .img-holder{
    overflow: hidden;
    position: relative;
}
.single-service-item .img-holder .img-responsive{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.single-service-item:hover .img-holder .img-responsive {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.single-service-item .img-holder .overlay{
    background-color: rgba(0,0,0, .60);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5,0.5);
    transform: rotateY(180deg) scale(0.5,0.5);
}
.single-service-item:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1,1);
    transform: rotateY(0deg) scale(1,1);
}
.single-service-item .img-holder .overlay .box{
    display: table;
    height: 100%;
    width: 100%;
}
.single-service-item .img-holder .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
}
.single-service-item .img-holder .overlay .box .content a i {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}
.single-service-item .img-holder .overlay .box .content a:hover i {
    background: #9a9a9a;
}
.min-height-200{
	min-height: 338px;
}
.footer-widget{
	padding:50px 0;
	color: #dfdfdf;
}
.address-box,
.contact-wrap{
	margin-bottom: 8px;
}
.contact-wrap .address-icon-holder,
.address-box .address-icon-holder{
	float: left;
	margin-right: 15px;
	color: #000;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background-color: #fff;
	border-radius: 100%;
	text-align: center;
	position: relative;
	font-size: 20px;
}
.contact-wrap .address-icon-holder{
	background-color: #6b7f52;
	color: #fff;
}
.address-box .address-content{
	position: relative;
	overflow: hidden;
}
.address-box .address-content strong{
	color: #fff;
}
.contact-wrap .address-content strong{
	color: #6b7f52;
}
.address-box .address-content.contact-wrap,
.address-box .address-content.contact-wrap > p > a{
	color: #000;
}
.widget-title{
	color: #fff;
}
.footer-menu li a{
	position: relative;
	padding:5px 0 5px 20px;
	display: inline-block;
}
.footer-menu li a:before{
	position: absolute;
	top: 5px;
	left: 0;
	content: '\eaa0';
	font-family:IcoFont;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.footer-menu li a:hover:before{
	left: 2px;
}
footer a:hover{
	color: #000;
}
.footer-links{
	padding: 20px 0;
	text-align: center;
}
.footer-links,
.footer-links a{
	color: #000;
	font-size: 14px;
}
.footer-links a:hover{
	color: #73767A;
}
.social-link li{
	display: inline-block;
	vertical-align: top;
}
.social-link li a{
	width:45px;
	height: 45px;
	line-height: 45px;
	display: block;
	text-align: center;
	border:1px solid #dfdfdf;
	border-radius: 100%;
}
.social-link li:hover a{
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.copyright-wrap{
	overflow: hidden;
}
.copyright{
	color: #ffffff;
	font-size: 14px;
	position: relative;
	border-top: 1px solid #707070;
}
.site-map-list li{
	border-left: 1px solid #dfdfdf;
	padding:10px 0 10px 30px;
	position: relative;
}
.site-map-list li:before{
	position: absolute;
	top: 20px;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #dfdfdf;
	content: '';
}
.site-map-list li > ul.child-menu{
	margin:10px 0 10px 20px;
}
.associates-wrap{
	text-align: center;
}
.associates-wrap a{
	display: inline-block;
	vertical-align: top;
	border:1px solid #dfdfdf;
	padding:5px;
	margin:10px;
	overflow: hidden;
}
.associates-wrap a img{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.associates-wrap a:hover{
	box-shadow: 0 0 5px #a1a1a1;
}
.associates-wrap a:hover img{
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
.gallery-wrap{
	text-align: center;
}
.gallery-wrap a{
	display: inline-block;
	vertical-align: top;
	margin:10px;
}
.gallery-wrap a img.thumbnail{
	margin-bottom: 0;
}
@media (min-width: 220px) and (max-width: 990px){
    .header-fixed{
        position:static;
    }
	.logo{
		display: block;
		margin: 10px 0;
	}
	.top-contact-list li{
		margin-left:0;
	}
	.mobile-menu {
    	display : block;
    	font-size : 20px;
    	background: #6b7f52;
    	padding : 10px 15px;
    	color : #fff;
    	cursor : pointer;
    	text-align:right;
	}
	.mobile-menu span{
	    float:left;
	    text-align:left;
	    width:90%;
	}
	.nav-wrapper{
    	position : absolute;
    	top : 100%;
    	left : 0;
    	width : 100%;
    	height : auto;
    	/*overflow-x : scroll;*/
    	z-index : 9999999;
    	border-radius : 0;
    	/*transition : all 0.5s;*/
    	background-color : #252525;
    	padding-top : 0;
    	display:none;
	}
	.nav-wrapper.open{
    	display:block;
	}
	.nav-wrapper .container-fluid{
		padding-left: 0;
		padding-right: 0;
	}
	.navigation li{
		float: none;
		text-align: left;
		display: block;
		margin:0;
		border-bottom: 1px solid #eee;
	}
	.navigation > li:before{
		display: none;
	}
	.navigation li a{
		border-bottom: 0;
		padding:12px 28px;
		display: block;
		color: #ffffff;
		height: 100%;
		line-height: 100%;
	}
	.navigation li:hover > a,
	.navigation li:focus > a,
	.navigation li.active > a{
		background-color: #73767A;
		color: #ffffff;
	}
	.navigation > li.dropdown > a:after{
		right: 20px;
	}
	.navigation li.dropdown > .dropdown-menu,
	.navigation li.dropdown:hover > .dropdown-menu{
		position: static;
		top: 0;
		visibility: visible;
		opacity: 1;
		width: 100%;
		float: none;
	}
	.navigation li.dropdown > .dropdown-menu li a{
		padding: 10px 10px 10px 30px; 
	}
	.services-box-list li{
	    width:100%;
	    display:block;
	    padding:0;
	    
	}
	.flexbox{
		display: block;
	}
	.width-40,.width-50,.width-60{
		width: 100%;
	}
	.padd-r-40{
		padding-right: 0;
		padding-bottom: 40px;
	}
	.m-text-center{
		text-align: center;
	}
	.footer-widget{
		padding:30px 0;
	}
	.border-right1{
		border-right: 0;
	}
	.border-right1 .btn{
		margin-bottom: 15px;
	}
	.padd-b-n{
		padding-bottom: 0!important;
	}
	.padd-t-n{
		padding-top: 0!important;
	}
	.display-table{
		width: 100%;
	}
	.display-table.min-height-200{
		min-height: 100%;
	}
}
@media (min-width: 768px) and (max-width: 990px){
	.top-contact-list{
		margin:30px 0 12px 0;
	}
	.top-contact-list li{
	    margin-left:20px;
	}
	.slide-text{
		top: 10%!important;
	}
	.control-round .carousel-control{
		top: 30%!important;
	}
	.m-min-210{
		height: 350px!important;
	}
	h1{
		font-size: 26px;
		line-height: 30px;
	}
}
@media (min-width: 220px) and (max-width: 767px){
	.container-fluid{
		padding-left: 15px;
		padding-right: 15px;
	}
	.logo {
	    display: block;
	    /*max-width: 230px;
	    margin-left: 10px;*/
	    margin-top: 15px;
	    text-align:center;
	}
	.top-contact-list{
	    text-align:center;
		margin:5px 0;
	}
	.slide-text{
		top: 30%!important;
	}
	.h1, h1 {
	    font-size: 26px;
	    line-height: 30px;
	}
	.h2, h2 {
	    font-size: 24px;
	}
	.m-min-210{
		height: 250px!important;
		min-height: 250px!important;
	}
	.size-3{
		font-size: 1.6em;
	}
	.h3, h3 {
	    font-size: 18px;
	    line-height: 22px;
	}
	.parallax-window {
		height: 280px;
	}
	.services-box{
		margin:15px 0;
	}
	.footer-widget {
	    padding: 15px 0;
	}
	#fb-root{
		margin-bottom: 30px;
	}
	.padd-40{
		padding: 25px 15px;
	}
}
@media (min-width: 220px) and (max-width: 455px){
    .top-contact-list li{
        margin:5px;
    }
    .top-contact-list li i,
    .top-contact-list li span strong{
        display:none;
    }
    .top-contact-list li span br{
        display:none;
    }
    .top-contact-list li a{
        display:block;
    }
}