@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

@import url(../fonts/flaticon/flaticon.css);
@font-face {
  font-family: "OilBats";
  src: url(../fonts/OilBats.ttf);
}
body{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 26px;
	/*font-weight: 300;*/
	font-style: normal;
}
*,ul,ol{
	margin:0;
	padding:0;
}
ul,ol{
	list-style-type: none;
}
a{
	color: inherit;
}
a:hover,a:focus{
	color: #000;
	outline: none;
	text-decoration: none;
}
button:hover,button:active,
button:focus{
	outline: none!important;
}
h1,h2,h3,h4,h5,h6{
	margin-top: 0;
	font-weight: 700;
	margin-bottom: 15px;
	color: #034424;
}
h1{
	font-size: 30px;
}
h3{
	font-weight: 300;
}
h4{
	font-weight: 500;
	font-size: 22px;
}
.container-fluid{
	padding-right: 40px;
	padding-left: 40px;
}
.container{
	width: 1300px;
}
.divider{
	background: #034424 none repeat scroll 0 0;
	height: 2px;
	width: 78px;
	position: relative;
	z-index: 1;
	margin:15px 0;
}
.divider:before {
    position: absolute;
    top: -3px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #034424;
    border-radius: 50%;
    content: "";
}
.divider-white,
.divider-white:before{
	background-color: #ffffff;
}
.img-responsive{
	display: inline-block;
}
.bg-color1{
	background-color: #034424;
}
.bg-color2{
	background-color: #F2F2F2;
}
.bg-color3{
	background-color: #fff;
}
.text-white{
	color: #ffffff;
}
.text-color1{
	color: #b8a9a0;
}
.no-margin{
	margin:0;
}
.section{
	padding:4em 0;
}
.padd-t-b-16{
    padding-top:16px;
    padding-bottom:16px;
}
.padd-t-b-15{
    padding-top:15px;
    padding-bottom:15px;
}
.padd-t-b-20{
    padding-top:20px;
    padding-bottom:20px;
}
.padd-b-n{
	padding-bottom: 0!important;
}
.padd-t-n{
	padding-top: 0!important;
}
.padd-20{
	padding:20px;
}
.padd-40{
	padding:32px;
}
.padd-50{
	padding:50px;
}
.full-width{
	width: 100%;
}
.halfWidth {
    width: 50%;
    float: left;
    height: 350px;
}
.halfWidth .row{
	margin:0;
}
.halfWidth .section{
	padding:40px;
}
.fixed{
	position: fixed;
	top: 0;
    z-index: 99;
    left: 0;
    content: '';
}
.overflow-x-hidden{
	overflow-y: scroll;
	box-sizing: border-box;
}
#poster {
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
}
.poster-type{
	background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    -webkit-transition: all .4s ease-in;
   -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
     -o-transition: all .4s ease-in;
        transition: all .4s ease-in;
        -webkit-transition-delay: .05s; /* Safari */
    transition-delay: .05s;
    height: 350px;
}

.width-30{
	width: 30%;
}
.width-40{
	width: 40%;
}
.width-46{
	width: 46%;
}
.width-50{
	width: 50%;
}
.width-60{
	width: 60%;
}
.width-70{
	width: 70%;
}
.flexbox {
  	display: -webkit-box;
  	display: flex;
}
.flexbox .element {
    height: 100%;
}
.flexbox .element .padd-40{
    padding-top:calc(32px * 2);
}
.strip-bg{
    position:relative;
}
.strip-bg:before{
    position: absolute;
    top: 0;
    width: 42px;
    height: 100%;
    content: '';
    background: rgba(3,68,36,0.7);
    z-index: 1;
}
.strip-bg-left:before{
    left: 0;
}
.strip-bg-right:before{
    right: 0;
}
.display-table{
	display: table;
	height: 100%;
}
.display-table .padd-40{
	display: table-cell;
	vertical-align: middle;
}
.btn1,.btn2{
	padding:8px 20px;
	color: #fff;
	background: #034424;
	cursor: pointer;
	border-radius: 12px;
}
.btn1 i{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.btn1:hover,
.btn1:focus,
.btn2:hover,
.btn2:focus{
	background: #000;
	color: #fff;
}
.btn1:hover i,
.btn1:focus i{
	margin-left: 5px;
}
.btn2{
    background:#4e5459;
}
.quote {
    position: fixed;
    right: 0px;
    top: 57%;
    z-index: 3000;
}
@media(min-width:1367px) and (max-width:1920px){
    .quote {
       top: 55%;
    }
}
.quote .quote-inner {
    position: absolute;
    /*height: 64px;
    width: 200px;*/
    left: -112px;
    background-color: #034424;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding: 12px 18px;
    text-align: center;
    white-space: nowrap;
}
@media(min-width:1367px) and (max-width:1920px){
    .quote {
       top: 56%;
    }    
    .quote .quote-inner {
    	left: -110px;
    }
}
.quote a {
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
}
.header-top{
	background-color: #4e5459;
}
.header{
	background-color: rgba(255,255,255,0.7);
}
.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: rgba(255,255,255,0.7);
}
.header-opacity{
	background-color: rgba(255,255,255,0.7);
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;   
}
#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: rgba(255,255,255,0.7);
    -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);
}
.isStuck .header-opacity{
	background-color: rgba(255,255,255,0.9);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
}

.top-right-wrap{
    text-align:right;
}
.top-contact-list,
.social-link{
	display: inline-block;
	vertical-align: middle;
	margin-top:26px;
}
.top-contact-list li,
.social-link li{
	display: inline-block;
	vertical-align: top;
}
.top-contact-list li{
	padding:5px 10px;
	color: #034424;
	font-size: 18px;
	border:2px solid #034424;
}
.top-contact-list li:first-child{
	margin-left: 0;
}
.top-contact-list li i{
	margin-right: 8px;
	font-size: 20px;
	vertical-align: middle;
	color: #034424;
}
.top-contact-list li a:hover{
	color:#034424;
}
.social-link li a{
	background: #034424;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	display: block;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*.social-link li a:hover{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}*/
.logo{
	display: inline-block;
	margin: 10px 0;
}
.logo .img-responsive{
	width: 200px;
}
.mobile-menu{
	display: none;
}
.nav-wrapper{
	text-align: center;
}
.navigation > li{
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right:12px;
}
.navigation > li:last-child{
    padding-right:0;
}
.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;
	text-align: left;
}
.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 > 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: 17px;
	color: #034424;
	padding: 10px 30px;
    transition: all 500ms ease 0s;
}
.navigation li.dropdown a{
    padding-right:16px;
}
.navigation > li.dropdown > a:after {
    font-family:IcoFont;
    content: "\ea99";
    position: absolute;
    top: auto;
    right: 0;
    font-size: 14px;
    transition: all 500ms ease 0s;
}
.home-page .header-fixed .navigation a{
	padding:20px 30px;
}
.navigation li:hover > a,
.navigation li:focus > a,
.navigation li.active > a{
	color: #000;
}
.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: #034424;
}
/*#metro-touch-slider .carousel-inner,
#metro-touch-slider .carousel-inner .item,
#metro-touch-slider .carousel-inner .item img{
    height:100%;
}*/
.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;
}
.brand{
	display: block;
	margin-top: 120px;
	margin-bottom: 25px;
	/*background-color: rgba(255,255,255,0.53);
	padding:30px;*/
	text-align: center;
}
.brand .img-responsive{
    max-width:200px;
}
.call-us-btn {
    left: auto;
    top: auto;
    bottom: 66%;
    right: 0;
    transform-origin: bottom right 0;
    position: fixed;
    z-index: 999;
    -webkit-transform: rotate(-90deg) translateZ(0);
    -moz-transform: rotate(-90deg) translateZ(0);
    transform: rotate(-90deg) translateZ(0);
}
.call-us-btn a {
    color: #ffffff;
    background-color: #d5c5bc;
    font-size: 20px;
    display: block;
    padding: 15px;
}
#scroll-down {
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, .8);
    width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	border-radius: 100%;
	margin-top: 50px;
}
.home-parallax .overla-wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	content: '';
	background-color: rgba(0, 0, 0, 0.5);
}
.slide-wrapper{
	position: relative;
}
.signature-wrap{
	padding-top: 12px;
}
.signature-wrap .signature-title,
.signature-text{
	display: inline-block;
	vertical-align: top;
}
.signature-text{
	color: #000;
	font-family: "OilBats";
	line-height: 30px;
	font-size: 22px;
}
.overflow-hidden{
	overflow: hidden;
}
.parallax{
	position: relative;
	padding:150px 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax1{
	background-image: url("../images/breadcrumb/breadcrumb-bg.jpg");
}
.parallax.overlap:before{
	position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
}
.parallax .padd-40{
	position: relative;
	z-index: 9;
}
.home-parallax .breadcrumb{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding:15px 40px;
	color: #ffffff;
	border-radius: 0;
	background-color: rgba(0,0,0,0.5);
	font-size: 13px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.breadcrumb > li + li::before{
	content: '\eaa0';
	font-family:IcoFont;
}
.breadcrumb a:hover{
	color: #b8a9a0;
}
.breadcrumb>.active{
	color: #eee;
}
.sub-heading{
	font-weight: 400;
	font-size: 28px;
	line-height: 42px;
	transform: scale(1);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	padding: 0 140px;
}
.sub-heading:hover{
	transform: scale(1.1);
}
.single-service-item {
    margin: 15px 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;
}
.single-service-item .text-holder h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 20px 0 6px;
    text-transform: capitalize;
}
.single-service-item .text-holder h3 span {
    color: #fff;
}
.services-wrap{
	text-align: center;
	margin:25px 0;
}
.services-wrap .service-title{
	font-size: 20px; 
}
.services-wrap .icon-box {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #f7f7f7;
    border-radius: 50%;
    display: block;
    height: 180px;
    padding: 9px;
    position: relative;
    width: 180px;
    margin: 0 auto 25px;
    transition: all 500ms ease;
}
.services-wrap:hover .icon-box,
.services-wrap:hover .icon-box .count{
    background: #9a9a9a;
}
.services-wrap .icon-box .icon {
    background: #f7f7f7 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 160px;
    width: 160px;
    text-align: center;
    line-height: 160px;
    color: #9a9a9a;
    font-size: 50px;
    transition: all 500ms ease;
    text-align: center;
	line-height: 160px;
	color: #9a9a9a;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-wrap:hover .icon-box .icon{
    font-size: 56px;
}
.services-wrap .icon-box .count {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #f7f7f7;
    border-radius: 50%;
    display: block;
    left: 5px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 45px;
    height: 45px;
    font-size: 22px;
    font-weight: 500;
    line-height: 45px;
    transition: all 500ms ease;
    color: #000;
}
.services-wrap:hover .icon-box .count{
	color: #ffffff;
}
.association-brand .img-responsive{
	border:1px solid #dfdfdf;
	padding: 5px;
	margin:3px;
}
.owl-theme .owl-nav{
	position: absolute;
	top: 40%;
	left: 0;
	margin-top: 0;
	width: 70%;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
	border:1px solid #ffffff;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 100%;
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 5%;
}
.owl-carousel .owl-nav button.owl-next{
	left: auto;
	right: 5%;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-prev:focus{
	background-color: #034424;
	color: #ffffff;
	border-color: #034424;
}
.list1 li,
.areas-list li{
	padding:0 0 0 20px;
	position: relative;
}
.list1 li:before,
.areas-list li:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '\ea69';
	font-family:IcoFont;
	font-size: 18px;
}
.list1 li:first-child:before,
.list1 li a{
	color: #000;
}
.areas-list li a:hover{
    color:#034424;
}
.areas-list li:before{
	content: '\ed42';
}
.address-box{
	margin-bottom: 12px;
}
.address-box .address-icon-holder{
	float: left;
	margin-right: 15px;
	color:#ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #034424;
	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;
	font-size: 1.6em;
}
.address-box .address-icon-holder:before{
	position: absolute;
	bottom: -17px;
	border-width: 10px;
	border-style: solid;
	border-color: #034424 transparent transparent transparent;
	content: '';
	left: 10px;
}
.contact-wrap .address-icon-holder:before{
	display: none;
}
.address-box .address-content{
	position: relative;
	overflow: hidden;
}
.contact-wrap .address-content{
	background-color: #eee;
	padding:60px 20px 20px;
	margin-top: -40px;
	min-height: 185px;
}
.contact-wrap .address-content strong{
	font-size: 18px;
}
.address-box a:hover{
	color: #034424;
}
.form-control{
	height: 45px;
	padding:10px;
	border:1px solid #dfdfdf;
	background-color: transparent;
	border-radius: 0;
	color: #000;
}
.form-control:hover,
.form-control:focus,
.form-control:active,
.form-control.active{
	box-shadow: none;
	border-color: #000;
}
textarea.form-control{
	height: 310px;
	resize: vertical;
}
.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;
}
footer .social-link li{
    padding: 0;
}
.footer-widget{
	margin:30px 0;
}
.widget-title{
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #034424;
}
.footer-menu li{
	margin-bottom: 4px;
}
.footer-menu li a{
	display: block;
}
.footer-menu li a:hover,
.hover-effect:hover{
	color: #034424;
}
.footer-links{
	color: #fff;
}
.footer-links a: hover{
	color: #000;
}
.footer-social-links{
	text-align: right;
}
.footer-social-links li{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	margin-left: 20px;
	padding: 0!important;
}
.copyright-wrap{
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	font-family: 'Lato', sans-serif;
	border-top: 1px solid #312c6f;
	padding:15px 0;
	margin-top: 15px;
	letter-spacing: 0.5px;
}
#toTop {
	display:none!important;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	z-index: 1000;
	overflow:hidden;
	width:50px;
	height:50px;
	border:none;
	text-indent:100%;
	background:url('../images/totop.gif')
	no-repeat left top;
}
#toTopHover {
	background:url('../images/totop.gif') no-repeat left bottom;
	width:50px;
	height:50px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline:none;
}
.img-min-height{
	height: 400px!important;
}
@media(min-width: 1441px) and (max-width: 1920px){
    .navigation > li{
       padding-right:40px;
    }
}
@media(min-width: 1367px) and (max-width: 1440px){
    .navigation > li{
       padding-right:27px;
    }
}
@media(min-width: 220px) and (max-width: 990px){
	.container-fluid{
	    padding-right: 25px;
	    padding-left: 25px;
	}
	.container{
		width: 100%;
	}	
	.section{
		padding:1.5em 0;
	}
    .padd-b-n{
    	padding-bottom: 0!important;
    }
    .padd-t-n{
    	padding-top: 0!important;
    }	
	.header-fixed{
		position: static;
	}
	.mobile-menu{
		display: inline-block;
		vertical-align: middle;
		font-size: 20px;
		background: #034424;
		padding:10px 14px;
		color: #fff;
		cursor: pointer;
		margin: 10px 10px 10px 0;
	}
	.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: #221e1f;
		padding-top: 0;
	}
	.nav-wrapper.open{
		left: 0;
	}
	.navigation > li{
		display: block;
		margin:0;
		border-bottom: 1px solid #333;
		text-align: left;
		padding-right: 0;
	}
	.navigation > li:first-child{
		display: block;
		text-align: right;
	}
	.header-fixed .navigation li a,
	.navigation li a{
		padding:10px 20px;
		color:#fff;
	}
	.navigation li:hover > a,
	.navigation li:focus > a,
	.navigation li.active > a{
		background-color: #034424;
		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; 
	}
	.footer-social-links{
		text-align: left;
		margin-bottom: 15px;
	}
	.footer-social-links li:first-child{
		margin-left: 0;
	}
	.sub-heading{
	    padding: 0; 
	}
	.sub-heading:hover {
	    transform: scale(1);
	}
	.bs-slider{
		height: 100%;
		background-color: #ffffff;
	}
	.slide-text{
		width: 100%;
	}
	.bs-slider .bs-slider-overlay{
		background-color: transparent;
	}
	.control-round .carousel-control.right,
	.control-round .item.first-slide .carousel-control.right{
		right: 1%;
	}
	.flexbox{
		display: block;
	}
	.width-30,.width-50,.width-70{
		width: 100%;
	}
	.padd-t-n{
		padding-top: 0;
	}
	.m-padd-right{
	    padding-right:0;
	    padding-bottom:30px;
	}
	.m-padd-left{
	    padding-left:0;
	}
	.strip-bg:before{
	    display:none;
	}
	.flexbox .element .padd-40{
	    padding-top:32px;
	}
	.m-m-b-30{
		margin-bottom: 30px;
	}

}
@media(min-width: 767px) and (max-width: 990px){
	.association-brand .img-responsive{
		width: 120px;
		height: 120px;
	}
	.width-48{
	    width:50%;
	}
	.top-contact-list, .social-link{
	    margin-top:30px;
	}
	.top-contact-list li{
	    font-size:16px;
	    padding: 5px 12px;
	}
	.top-contact-list li i{
	    font-size:16px;
	    margin-right:0;
	}
	.m-min-210 {
      height: 100% !important;
      min-height: 350px !important;
    }
}
@media(min-width: 220px) and (max-width: 767px){
	h1{
		font-size: 26px;
		line-height: 36px;
	}
	h2{
		font-size: 24px;
		line-height: 34px;
	}
	h3{
		font-size: 20px;
		line-height: 30px;
	}
	.top-right-wrap{
	    text-align:center;
	}
	.top-contact-list, .social-link{
	    margin:8px 0;
	    vertical-align:top;
	}
	.top-contact-list li{
	    padding: 4px 4px;
	    font-size: 10px;
	    border-width:1px;
	}
	.top-contact-list li i{
	    font-size: 14px;
	    margin-right:0;
	}
	.social-link li a{
	    width: 36px;
        height: 36px;
        line-height: 36px;
	}
	.home-parallax .breadcrumb{
		padding:15px 25px;
	}
	.control-round .carousel-control{
		top: 16%;
	}
	.slide-text{
		display: none;
	}
	.header-fixed{
		position: static;
		background-color: #fff;
	}
	.width-46{
	    width:100%;
	}
	.parallax-strip{
	    padding:0!important;
	}
	.parallax-strip .width-46{
	    /*margin-top:300px;*/
	    padding:20px;
	}
	.m-min-210 {
      height: 100% !important;
      min-height: 300px !important;
    }
}

/*
.details-card {
	background: #ecf0f1;
}*/

.card-content {
	background: #ffffff;
	border: 4px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.card-img {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	z-index: 1;
}

.card-img img {
	width: 100%;
	height: auto;
	display: block;
}

.card-img span {
	position: absolute;
    top: 15%;
    left: 12%;
    background: #1ABC9C;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%,-50%);
}
.card-img span h4{
        font-size: 12px;
        margin:0;
        padding:10px 5px;
         line-height: 0;
}
.card-desc {
    padding: 30px;
    height: 280px;
}
.card-desc h3 {
	color: #000000;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

.btn-card{
	background-color: #1ABC9C;
	color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}
.btn-card:hover {
    background: orange;
}
a.btn-card {
    text-decoration: none;
    color: #fff;
}