@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap');

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body{
/*	font-size: 18px;*/
	font-size: calc(0.48em + 1vmin);
	color: #3c3c3c;
	line-height: 28px;
	font-weight: 400;
	font-family: 'Lora', sans-serif;
	font-style: normal;
}
*,ul,ol{
	margin:0;
	padding:0;
}
ul,ol{
	list-style-type: none;
}
a{
	color: inherit;
	text-decoration: none;
}
a:hover,a:focus{
	color: #69a39d;
	outline: none;
	text-decoration: none;
}
.anchor-hover:hover{
	color: #272727 ;
}
h1,h2,h3,h4,h5,h6{
	margin-top: 0;
	font-weight: 400;
	margin-bottom: 15px;
	color: #454545;
}
h1{
	font-size: 30px;
}
.f-weight-400{
	font-weight: 400;
}
.f-weight-500{
	font-weight: 500;
}
.f-weight-600{
	font-weight: 600;
}
.bg-color1{
	background-color: #69a39d;
}
.bg-color2{
	background-color: #272727;
}
.bg-color3{
	background-color: #000;
}
a.text-white:hover,
a.text-white:focus{
	color: #000!important;
}
.btn1{
    padding: 8px 30px;
    border: 2px solid #fff;
    font-size: 16px;
    background-color: #66a39d;
    border-color: #66a39d;
    display: inline-block;
    border-radius: 0;
    color: #fff;
}
.btn1:hover,
.btn1:focus {
    color: #66a39d;
    background-color: transparent;
    border-color: #66a39d;
    outline:none;
}
.header{
    background-color:#f8f8f8;
}
.fixed-top{
	background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px #a1a1a1;
    position:absolute;
    width:100%;
}
.header-top{
	padding:5px 0;
}
.logo{
	display: inline-block;
	vertical-align: top;
	margin: 15px 0;
}
.logo .img-fluid{
	width:100%;
}
.logo2{
	margin-top: 0px !important;
	width: 80%;
	margin: 0 0 15px 0 !important;
}
.text-color1 {
  color: #69a39d;
}
.top-contact-list{
	display: block;
}
.top-contact-list li{
	display: inline-block;
	vertical-align: top;
}
.top-contact-list li{
	color: #ffffff;
	margin-right: 15px;
}
.top-contact-list li i{
	margin-right: 8px;
	font-size: 18px;
	vertical-align: middle;
}
.top-contact-list li a i{
	color: #ffffff;
	display: inline-block;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.top-contact-list li:last-child{
	padding-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: #272727;
}
.top-contact-list.top-social-links{
	text-align: right;
}
.top-contact-list.top-social-links li{
	margin-right: 10px;
}
.mobile-menu{
	display: none;
}
.nav-wrapper{
	display: block;
}
.navigation{	
	text-align: right;
}
.navigation > li{
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: -4px;
}
.navigation li.dropdown > .dropdown-menu{
	opacity: 0;
	position: absolute;
	top: 130%;
	left: 0;
	width: 250px;
	z-index: 999;
	background-color: #ff8daa;
	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:15px 15px 15px 20px;
	color: #000;
}
.navigation li.dropdown:hover > .dropdown-menu{
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.navigation > li:first-child{
	display: none;
}
.navigation a{
	/*text-transform: uppercase;
	letter-spacing: 0.5px;*/
	overflow: hidden;
	position: relative;
	display: block;
	font-weight: 500;
	font-size: 16px;
	color: #616161;
	padding: 0 25px;
    transition: all 500ms ease 0s;
}
.navigation > li.dropdown > a:after {
    font-family:"bootstrap-icons";
    content: "\F282";
    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: #69a39d;
}
.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: #fff;
	background-color: #69a39d;
}

.list1 li,
.list2 li,
.areas-list li{
	padding: 0px 0 5px 26px;
	position: relative;
}
.list1 li:before,
.list2 li:before,
.areas-list li:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '\F280';
	font-family: "bootstrap-icons";
	font-size: 18px;
	/*color: #7b44f9;*/
}
.areas-list li:before{
	content: '\F3E7';
}
.list2 li:before{
	color: #7b44f9;
}
.list1 li a{
	color: #252525;
	font-weight: bold;
}
.list1 li a:hover{
	color: #342669;
}
.list3{
  margin-left: 16px;
}
.list3 li{
  list-style-type: decimal;
  padding-bottom:10px;
}
.embedly-embed {
  width: 100%;
  height: 500px;
  border: 10px solid #7b44f9;
}
.aesthetics{
	text-align: center;
	color: #fff;
	padding: 20px;
}
.aesthetics i,.aesthetics1 i{
	font-size: 25px;
	color: #fff;
}
.aesthetics h3,.aesthetics1 h3{
	font-size: 25px;
	color: #fff;
	line-height: 1.5;
}
.aesthetics1{
	background-color: #87613c ;
	padding: 20px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
}
.overlay-bg {
    background: #694726 !important;
}
.overlay-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .43;
    /*filter: alpha(opacity=43);*/
}
.single-service-item {
    margin: 15px 0;
    /*box-shadow: 0 0 3px #afafaf;*/
    border-bottom: 1px solid #fff;
}
.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;
    bottom: 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 {
  background-color: #69a39d;
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 100%;
  transition: all 0.5s;
}
.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: 25px;
    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;
}*/
.single-service-item .text-holder h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding-top:10px;
    /*background-color: #f8f8f8;*/
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 0;
}
.single-service-item .text-holder{
	padding: 0 15px;
}
.services-box{
    width: 100%;
    height: 385px;
}
.footer-social-links.top-contact-list li{
	margin-left: 0;
	margin-right:0;
}
.footer-social-links li a i{
	color: #bfbfbf;
}
.footer-menu li{
	/*margin-bottom: 5px;*/
	border-bottom: 1px solid #363636;
    padding-bottom: 5px;
}
.footer-menu li a{
	display: inline-block;
	position: relative;
	padding-left: 20px;
	color: #bfbfbf;
}
.footer-menu li a:before{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	content: '\F285';
    font-family: "bootstrap-icons";
}
.footer-links a, .footer-links a:visited {
    color: #fff;
}

.footer-menu li a:hover,
.footer-menu li a:focus,
.footer-menu li a:hover:before,
.footer-menu li a:focus:before,
.address-box a:hover,
.address-box a:focus{
	color: #66a39d;
}
.footer-widget h3{
	font-size: 22px;
	color: #fff;
}
.footer-widget p{
	color: #bfbfbf;
}
.footer-widget h3 a:hover{
    color: #66a39d;
}
.footer-links a:hover{
    color:#000;
}
.address-box{
	margin-bottom: 10px;
}
.address-box .address-icon-holder{
	font-size: 16px;
	float: left;
	margin-right: 8px;
	color: #ffffff;
	border-radius: 100%;
	text-align: center;
	position: relative;
}
.contact-wrap{
	text-align: center;
}
.contact-wrap .address-icon-holder{
	float: none;
	margin:auto;
	position: relative;
	z-index: 1;
	border:5px solid #ffffff;
	box-sizing: border-box;
	width: 80px;
	height: 80px;
	line-height: 70px;
	background-color:#66a39d;
}
.address-box .address-content{
	position: relative;
	overflow: hidden;
}
.contact-wrap .address-content{
	background-color: #eee;
	padding:60px 20px 20px;
	margin-top: -40px;
	/*min-height: 177px;*/
}
.copyright{
	padding: 20px 10px;
}
/*.association-logo{
    text-align:center;
}*/
.association-logo img {
    margin-bottom: 4px;
    width:140px;
}
.parallax{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.parallax .container,
.parallax .container-fluid,
.parallax .container-auto{
    position: relative;
    z-index: 1;
}
.home-parallax {
    position: relative;
    overflow: hidden;
    /*padding: 300px 0;*/
}
.parallax-window {
    height: 500px;
    background: transparent;
    display: table;
    width: 100%;
}
.home-page .parallax-window{
    height: 100vh;
}
.home-slide{
    text-align: center;
    position: relative;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.home-parallax .container{
    position: relative;
    z-index: 9;
}
.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;
}
.form-control{
	height: 45px;
	padding:10px;
	border:1px solid #ccc;
	background-color: #fff;
	border-radius: 0;
	color: #000;
	box-shadow: none;
}
.form-control:hover,
.form-control:focus,
.form-control:active,
.form-control.active{
	box-shadow: none;
	border-color: #a1a1a1;
}
textarea.form-control{
	height: 150px;
	resize: vertical;
}

@media(min-width: 991px) and (max-width: 1612px){
	/*.top-contact-list li:nth-of-type(2){
		display: none;
	}*/
    .service-box{
        min-height:304px;
    }
}
@media(min-width: 992px) and (max-width: 1345px){
	.navigation a{
		font-size: 14px;
		padding: 0 8px;
	}
}
@media(min-width: 220px) and (max-width: 991px){
	.mb-15{
		margin-bottom: 15px;
	}
	.top-contact-list li a i {
	    color: #ffffff;
	    display: inline-block;
	    text-align: center;
	}
	.top-contact-list.top-social-links{
		text-align: center;
	}
	.top-contact-list li i {
	    margin-right: 0;
	    font-size: 14px;
	    vertical-align: middle;
	    margin-right: 5px;
}	
	.margin-top{
		margin-top: 15px;
	}
	.text-right{
		text-align: right;
	}
	.services-box{
		margin: 15px 0;
		height:auto;
	}
	.logo{
		display: table;
		margin: 10px auto;
	}
    .header-right{
    	text-align: center;
    }
    .top-contact-list{
    	margin-left: 0;
    	text-align: center;
    }
    .footer-social-links{
    	text-align: left !important;
    }
   /* .top-contact-list li:nth-of-type(2){
		display: none;
	}*/
	.flexbox{
		display: block;
	}
	.width-30,.width-40,.width-50,.width-60,.width-70,.width-20,.width-25,.width-33{
	    width:100%;
	}
	.mobile-menu{
		display: inline-block;
		vertical-align: middle;
		font-size: 20px;
		background: #272727;
		padding:8px 14px;
		color: #fff;
		cursor: pointer;
		margin: 15px 0;
		border:1px solid transparent;
	}
	.nav-wrapper{
		position: fixed;
		top: 0;
		left: -300px;
		width: 255px;
		height: 100%;
		overflow-x: scroll;
		z-index: 999;
		border-radius: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		background-color: #272727;
		padding-top: 0;
	}
	.nav-wrapper.open{
		left: 0;
	}
	.navigation > li{
		display: block;
		margin:0;
		border-bottom: 1px solid #333;
		text-align: left;
	}
	.navigation > li:first-child{
		display: block;
		text-align: right;
	}
	.navigation li a{
		padding:10px 20px;
		color: #fff;
	}
	.navigation li:hover > a,
	.navigation li:focus > a,
	.navigation li.active > a{
		background-color: #69a39d;
		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; 
	}
	.element.parallax{
		background-image: none!important;
		min-height: 100%!important;
	}
    .blog-content {
	    min-height: 100%;
	}
	#stuck_container.isStuck{
		position: static!important;
	}
	.pseudoStickyBlock{
		display: none!important;
	}
}
@media(min-width: 768px) and (max-width: 991px){
	.m-min-210{
        min-height:350px!important;
        height:350px!important;
    }
    .embedly-embed {
      height: 400px;
    }
}
@media(min-width: 576px) and (max-width: 767px){
    
}
@media(min-width: 220px) and (max-width: 767px){
	body{
		font-size: 16px;
		line-height: 26px;
	}
	.fixed-top{
		position: static!important;
	}
	.header-bottom{
		padding: 15px 0;
	}
	.logo{
		display: table;
		margin: 10px auto;
	}
	.m-min-210{
        min-height:300px!important;
        height:300px!important;
    }
    .mobile-menu{
    	display: table;
    	margin:15px auto 0;
    }
    .p-5 {
	    padding: 2rem 1rem!important;
	}
	.px-5 {
	    padding-right: 1rem!important;
	    padding-left: 1rem!important;
	}
    .service-box{
    	margin-top:50px;
    	overflow: inherit;
    }
    .service-box .service-icon-holder{
    	position: static;
    	margin: -70px auto 0;
    }
    .service-content{
    	padding-top: 25px;
    }
    .top-contact-list li{
    	font-size: 14px;
    }
    .embedly-embed {
        width: 100%;
        height: 200px;
    }

}
@media(min-width: 220px) and (max-width: 575px){
    body{
		font-size: 14px;
		line-height: 26px;
	}
    .d-xs-none{
        display:none!important;
    }
    .top-contact-list,
	.top-contact-list.top-social-links{
		text-align: center;
	}
	.footer-social-links.top-contact-list{
	    text-align:left;
	}
	.parallax-window{
		height: 350px !important;
	}
	
	.top-contact-list li i{
		margin-right: 0;
	}
	.fixed-top{
		padding-left: 0!important;
		padding-right: 0!important;
	}
}