<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/********* embaucher1642799335 *********/
/* CSS Document */
@charset \"utf-8\";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,800;1,700&amp;display=swap');


*{
	margin:0;
	padding:0;
    border:none;
	text-decoration:none;
	box-sizing:border-box;
}

html,body{
	height:100%;
}

body{
	background:#FFFFFF;
  	color:#1f232b;
  	font-family:'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	 font-family: 'Montserrat',sans-serif;
	
}	 


p {
	font-family: 'Montserrat', sans-serif;
  	line-height:120%;
}

.main-gradient{
        background: rgb(7 156 58);
    background: -moz-linear-gradient(0deg, rgba(9,121,71,1) 0%, rgba(26,222,150,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(9,121,71,1) 0%, rgb(0 160 70) 100%);
    background: linear-gradient(0deg, rgba(9,121,71,1) 0%, rgb(0 163 53) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#097947\",endColorstr=\"#1ade96\",GradientType=1);
}

.gradient-text{
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bold, .mainTitle.bold{
    font-weight:700;
}

.box-shadow{
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 15%);
}


.coustard{
/*	font-family: 'Coustard', serif;*/
}

.mAuto{
	margin-left:auto;
  	margin-right:auto;
}

.gray{
	color:#888;
}

.grayBg{
	background:#f5f5f5;
}

.whiteBg{
	background:#fff;
}

.aCenter{
	text-align:center;
}

.white{
    color:#ffffff;
}

.aRight{
	text-align:right;
}

.none{
	display: none;
}

.block{
	display:block;
}

.uppercase{
	text-transform: uppercase;
}

.pointer{cursor:pointer}

.paddingTB10{
	padding:10px 0;
}

.paddingTB15{
	padding:15px 0;
}

.paddingTB20{
	padding:20px 0;
}

.paddingTB25{
	padding:25px 0;
}

.paddingTB30{
	padding:30px 0;
}

.paddingTB40{
	padding:40px 0;
}

.paddingTB50{
	padding:50px 0;
}

.paddingTB60{
	padding:60px 0;
}

.paddingTB70{
	padding:70px 0;
}

.paddingTB80{
	padding:80px 0;
}

.orangeTXT{
	color:#008C15;
	
}

.height100{
	height:100%;
}

.Bg1{
	background: #008C15;
  	color:#fff;
}

.Bg3{
	background: #25482f;
  	color:#fff;
}

.grey{
    color:#eeeeee;
}

.inner-form .grey{
    color:#555;
}

.accent, .reviewWrap .title.accent{
    color:#008C15;
}

.viewMore{
    margin-top:15px;
    display:inline-block;
}


.divider{
	width:80px; 
    display:block; 
    padding:0 0 5px 0; 
    border-bottom:4px solid #008C15; 
    margin:25px auto;
}

body .ckcontent ul, body .content ul {
    list-style: disc;
    margin-left: 0;
    padding-inline-start: 20px;
}

header{
	background:#fff;
  	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.10);
    -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.10);
    box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.10);
}

.header-phone{
    margin: 12px 0 0;
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
}



.topHeader{
	border-top:1px solid #ccc;
	background:#242424;
	
}

.topHeader .container{
    min-height:50px;
}

.header-button{
    border:1px solid #ccc; 
    background:#fff; 
    color:#101010; 
    padding:12px 15px; 
    display:inline-block; 
    margin:20px auto; 
    font-size:12px; 
    text-transform:uppercase; 
    text-align:center;
    -webkit-transition: background 500ms ease-out;
    -moz-transition: background 500ms ease-out;
    -o-transition: background 500ms ease-out;
    transition: background 500ms ease-out;
}

.header-button:hover{
     background: rgb(9,121,71);
    background: -moz-linear-gradient(0deg, rgba(9,121,71,1) 0%, rgba(26,222,150,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(9,121,71,1) 0%, rgba(26,222,150,1) 100%);
    background: linear-gradient(0deg, rgba(9,121,71,1) 0%, rgba(26,222,150,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#097947\",endColorstr=\"#1ade96\",GradientType=1);
    color:#fff;
}

header.scrollStyle .topHeader{
	position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 100;
}

header.scrollStyle .logo{
	height:40px;
}


header.scrollStyle .mainMenu ul li a, header.scrollStyle .mainMenu ul li span {

    padding: 20px 24px;
}

.social-media-header{
    margin-top:27px;
}

.social-media-header a{
    color:#fff;
    margin-right:10px;
    display:inline-block;
    font-size:30px;
    
}

.social-media-header a:hover{
    color:#999;
}

.mainBtn{
	background:#008C15;
  	color:#fff;
  	text-align:center;
    	padding:10px 20px;
  	width: -webkit-calc(100% - 40px);
  	width: calc(100% - 40px);
  	display:block;
  	cursor:pointer;
  	
  
}

.max300{
	max-width:300px;
}

.accentBg{
	background:#e6ecd9;
}

.address { 
	padding: 12px 20px 4px 10px;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
	font-size: 20px;
    color: #333;
    font-weight: 600;
    text-align: right;	
	
}

.email {
    padding: 16px 10px 0 10px;
	font-weight: 500;
  	font-size: 14px;
}

.socialMediaTop a{
	display:inline-block; 
  	font-size:25px; 
  	margin-left:5px;
  	-webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.socialMediaTop a:hover{
	color:#008C15 !important;
}

.logo{
	display:block;
	padding: 0;
    display: block;
    height: 60px;
  	left: 15px;
  	z-index: 100;
  	margin-top:15px;
}

.logo img{ 
	height:100%;
	width: 100%;
    object-fit: contain;
}

.mainMenu {
	padding: 2px;
  	
	
}

.mainMenu ul{
	list-style:none;
	text-align:center;

	
}

.mainMenu ul li{
	position:relative;
	
}

.mainMenu ul li a, .mainMenu ul li span{
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
    font-weight: 700;
    padding: 30px 24px;
}

.mainMenu a.active_nav, .mainMenu span.active_nav{
	color: #008C15;
}

.mainMenu li a:hover, .mainMenu li span:hover{
	color:#008C15;
}

.mainMenu ul li span.menuArrow{
	display:none;
}

.dropDownBtn{
	position:relative;
}

.submenu {
  	background:#fff;
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    -webkit-transform: translate(-50%, 100%);
    width: 300px;
    z-index: 999;
    box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.2);
}


.mainMenu ul.submenu li{
  display:block;
}

.mainMenu ul.submenu li a{
	color: #333;
    padding: 15px;
    text-align: left;
    font-size: 13px;
    margin: 0;
    font-weight: 700;
}

.mainMenu .submenu a:hover{
	color:#fff;
  	background:#008C15;
  
}

.dropDownBtn:hover .submenu, .submenu:hover{
	display:block;
}

.flex-wrap{
display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexed-item{
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flexed-item.col-4{
        min-width:33.33333333333333%;
        max-width:33.33333333333333%;
}

.flexed-item.col-5{
        min-width:41.66666666666667%;
        max-width:41.66666666666667%;
}
.flexed-item.col-7{
        min-width: 58.333333333333336%;
        max-width: 58.333333333333336%;
}

.flexed-item.col-8{
        min-width: 66.66666666666666%;
        max-width: 66.66666666666666%;

}

/***********BANNER*************/



.height100{
	height:100%;
}

.banner2{
    height:-webkit-calc(100vh - 350px);
	height:calc(100vh - 350px)
  
}

/*.banner2:after{
    position:absolute;
    z-index:0;
    width:100%;
    height:100%;
    background:rgb(13 127 46 / 70%);
    content:'';
    left:0;
    top:0;
    background: linear-gradient(
    90deg, rgba(2,0,36,1) 0%, rgb(13 127 46 / 70%) 0%, rgb(100 202 162 / 53%) 100%);
}*/

#banner3{
    z-index:3;
}

.bullets{
	display:inline-block;
    width:10px; 
    height:10px;
    border-radius:50%;
    background:#fff;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  	margin:0 3px;
  	cursor:pointer;
}

#bgRotatorNav{
	bottom: 40px !important;
  	z-index:25;
}


.banner2.inner {
    height: 50vh;
}

.arrowNav2 {
    color: #ffffff;
    font-size: 50px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  	cursor:pointer;
  	z-index:200;
}

.arrowNav_l2 {
    left: 20px;
}

.arrowNav_r2 {
    right: 20px;
}

.banner2 .container{
	height:100%;
  	display:block;
  	z-index:10;
}



.turquoiseTXT{
	color:#008C15;
}


.banner_content2{
	height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /*background: linear-gradient( 
0deg, rgba(2,0,36,1) 0%, rgb(5 160 67 / 79%) 0%, rgb(78 246 181 / 42%) 100%);*/
}

.buttonsBanner2{
	position:absolute;
 	 z-index:10;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  	left:0;
  	width: 100%;
    text-align: center;
    box-sizing: border-box;
}


.bannerCaption2{
	color: #fff;
    font-size: 60px;
    -webkit-text-shadow: 2px 2px 3px rgb(0 0 0 / 54%);
  	text-shadow:2px 2px 3px rgb(0 0 0 / 54%);
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    /*background: rgba(65, 78, 82, 0.75);*/
    padding: 10px 13px 0px 20px;
    /*border-left: 7px solid #008C15;*/
}

.bannerBlock2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.bannerDescription2{
	color:#fff;
  	 -webkit-text-shadow: 2px 2px 3px rgb(0 0 0 / 54%);
  	text-shadow: 2px 2px 3px rgb(0 0 0 / 54%);
  	margin: 0 0 10px 0;
  	display:block;
    line-height: 150%;
  	font-size:30px;
  	font-weight:400;
}

.mainButton{
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    margin: 20px auto;
    border-radius: 19px;
    box-shadow: 0px 5px 3px -1px rgb(17 74 46 / 92%);
}


.mainButton.small{
    padding:10px 15px;
    font-size:14px;
    margin-top:10px;
    text-align:center;
}

.middle-pos{
    -webkit-transform:translate(0, -125px);
    -moz-transform:translate(0, -125px);
    -o-transform:translate(0, -125px);
    -ms-transform:translate(0, -125px);
    transform:translate(0, -125px);
}

.banner2 .mainButton:hover{
    background:#25482f;
}




.buttonsBanner2 .mainButton .fa{
	font-size:30px;
  	vertical-align: middle;
}

.banner_content2:after{
	content: '';
  	position:absolute;
  	left:0;
  	top:0;
  	z-index:0;
  	/*background:rgba(150,150,150,0.25);*/
  	width:100%;
  	height:100%;
}



.inner_banner{
	height:250px;
  	background-color:#008C15;
  	background-size:cover;
  	background-repeat:no-repat;
  	background-position:70% center;
  	background-attachment:fixed;
}

.inner_banner .bannerBlock2{
	z-index:30;
}

.inner_banner .bannerCaption2{
	font-size:40px;
}

.inner_banner .bannerDescription2{
	text-transform: uppercase;
    font-size: 20px;
}


/*********** ABOUT ************/

.contact-bar{
    background:#25482f;
    text-align:center;
}

.contact-bar .description{
    font-size:16px;
    font-weight:600;
    color:#008C15;
    text-transform:uppercase;
    margin-bottom:10px;
}

.contact-bar h4{
    font-weight:300;
    color:#ffffff;
    font-size:25px;
}

.contact-bar h4 a{
     color:#ffffff;
}


.preTitle{
	font-size: 22px;
    line-height: 1.538461538461538em;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
  	color:#678572;
}

.light.preTitle{
    font-weight:300;
    color:#1f232b;
    margin-bottom: -5px;
}

.lighter{
    font-weight: 600;
    font-style: italic;
}

.mainTitle{
	font-size: 40px;
    line-height: 1.2em;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
  	margin-bottom:20px;
}

.white{
    color:#FFF;
}

.mainTitle.mb0{
    margin-bottom:0;
}

.mainTitle.small{
    font-size:20px;
}

.mainTitle.medium{
    text-transform:none;
    font-size:28px;
}

.content, .content p{
	font-family: 'Montserrat',sans-serif;
    font-size: 18px;
    line-height: 170%;
    color: #555;
    font-weight: 400;
}

.content.white, .content.white p{
    color:#fff;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 54%);
}

.content.bold, .content.bold p{
    font-weight:600;
}

.content.large, .content.large p {
    font-size: 18px;
    font-weight: 600;
}


.content p{
	padding:5px 0;
}

.content h2, .content h3, .content h4{
	font-weight: 500;
    font-size: 24px;
    margin-bottom: 15px;
    color: #1f232b;

}

.content h2.white, .content h3.white, .content h4.white{
    color:#ffffff;
}

.content h2 span{
    
    /*background: rgb(9,121,71);
    background: -moz-linear-gradient(0deg, rgba(9,121,71,1) 0%, rgba(26,222,150,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(9,121,71,1) 0%, rgba(26,222,150,1) 100%);
    background: linear-gradient(0deg, rgba(9,121,71,1) 0%, rgba(26,222,150,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#097947\",endColorstr=\"#1ade96\",GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/

}

.pos-top{
    object-position:top;
}

.pos-bottom{
    object-position:bottom;
}


/*********** FEATURES ************/

.featureOverlay{
	background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  width:100%;
  height:100%;
  top:0;
  left:0;
  position:absolute;
  z-index:1;
}

.featuresSection{
    background-attachment:fixed;
    background-size:cover;
    background-repeat:no-repeat;
}

.featuresSection.paddingTB80{
	padding-bottom:70px;
}

.featuresSection .container{
	z-index:10;
}

.featuresSection .sectionTitle{
	font-size:30px; 
  	padding-top:80px;
  	text-transform:uppercase;
}

.featuresSection .aboutImg{
	margin-bottom:-85px;
}

.featBox{
	margin-bottom:50px;
	background-color: #f5f5f5;
	border-color: transparent;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 15%);
    position:relative;
    padding: 70px 20px 50px 20px;
    text-align:center;
    
}




.featureContent{
	width:-webkit-calc(100% - 71px);
  	width:calc(100% - 71px)
}



.featureContent p{
	font-size: 14px;
    color: #666;	
}



.featureIcon{
	height:80px; 
    text-align:center; 
    padding:0; 
    color:#fff; 
    border-radius:50%; 
    width:80px; 
    font-size:30px;
    vertical-align: middle;
    line-height:80px;
    top: 0;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position:absolute;
  
}

.featuresPos{
  width:100%; 
  position:absolute; 
  left:0; top:50%; 
  transform:-webkit-translate(0, -50%);
  transform:translate(0, -50%)
}

.featureImage{
	position:absolute; 
    bottom:0; 
    left:50%; 
    transform:-webkit-translate(-50%, 0);
  	transform:translate(-50%, 0);
  	height: 76%;
}

.featureImage img{
	 display: block;
    width: initial;
    height: 100%;
    object-fit: cover;
}

.featuresSection .flexed-item.col-6{
    max-width:50%;
    min-width:50%;
}


/********* BLOG ********/


.accentTxt{
	font-style: italic;
    color: #008C15;
    margin-bottom: -3px;
    font-weight: 500;
}

.accentTxt.pink{
	color: #202020;
}

.propImg{
	height:300px; 
  	overflow:hidden
}

.propDetails{
	height:220px;
  	overflow:hidden;
} 


.artContent{
    font-family: 'Montserrat',sans-serif;
    font-size: 13px;
    line-height: 23px;
    color: #8d8d8d;
    font-weight: 400;	
  	padding: 0 15px 15px;
}

.propWrap:hover .mainTitle{
	color:#008C15;
}

.propImgOverlay{
	content:'';
  	position:absolute;
  	width:100%;
  	height:100%;
  	background: #202020;
  	top:0;
  	left:0;
  	display:none;
  	
}

.propImgOverlay span{
	color:#fff;
  	font-size:45px;
  	display:inline-block;
  	position:absolute;
  	top:50%;
  	left:50%;
    transform:-webkit-translate(-50%, -50%);
    transform:translate(-50%, -50%);
}

.propWrap:hover .propImgOverlay{
	display:block
}

.videoFit iframe, .videoFit embed{
  	width: 100% !important;
    height: 21.5vh !important;
}


.minicaption{
position: absolute;
    color: #fff;
    left: 20px;
    bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    -webkit-text-shadow: 1px 1px 8px rgba(65, 78, 68, 0.5);
   	text-shadow: 1px 1px 8px rgba(65, 78, 68, 0.5);
}

.artArrow{
	width:48px;
  	text-align:center;
  	font-size:20px;
  	padding:15px 5px;
  	position:absolute;
  	bottom:0;
  	background: #202020;
  	color:#fff;
  	cursor:pointer;
}
.artArrow:hover{
	opacity:0.7;
}

.artArrow.left{
	right:0;
  	transform:translate(-100%, 0);
}


.artArrow.right{
	right:0;
}



/*********** SERVICES **********/

.serviceSection:not(:first-of-type){
    /*border-top:1px solid #ccc;*/
  
}

.catWrap{
	height:220px;
  	overflow:hidden;
}

.serviceOverlay{
	opacity:0;
	position:absolute; 
  	left:0; 
  	top:0; 
  	background:rgba(212, 164, 158, 0.80);
  	width:100%; 
  	height:100%; 
  	color:#fff;
  	    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -ms-transform: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.serviceOverlay .textStyle{
	padding:20px 0; 
    width:100%; 
    position:absolute; 
    top:50%; 
    left:0; 
    transform:-webkit-translate(0, -50%);
    transform:translate(0, -50%);
  	color:#fff;
}

.textStyle{
    background:#ffffff;
}

.textStyle .title{
    font-size: 20px;
    margin-top: 10px;
    padding-bottom: 35px;
}

.textStyle .title a:hover{
    color:#008C15;
}

.textStyle .title a{
    color:inherit;
}

.textStyle p{
    color:#808080;
    padding-bottom: 30px;
}


.catWrap:hover .serviceOverlay{
	opacity:1;
}

.servicesGrid{
	margin-top:50px;
}

.serviceOverlay .title{
	font-size:22px;
  	margin-bottom:5px;
  	text-transform:uppercase;
}

.serviceOverlay p{

}


/****** TESTIMONIALS *****/

.testimonialSection{
    background:#232323;
}

.testimonialSection .mainTitle{
    color:#fff;
}

.star-rating{
    color: #FB9100;
    margin: 0 3px;
    font-size:32px;
}

.m280{
	max-width:280px;
  	margin:auto;
}

.testContainer {
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    height: 200px;
    margin-top: 20px;
}

.testContainer .content {
    font-weight: 600;
    left: 5%;
    margin: auto;
    padding-top: 35px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 90%;
    font-size: 14px;
    color:#fff;
    
}

.testimonialDiv{
     color:#fff;
}

.tNav {
    transform: translate(0,35px);
    -webkit-transform: translate(0,35px);
    cursor: pointer;
}

.no_tesimonials {
    font-weight: 400;
    font-size: 18px;
}

.reviewWrap{
	font-size:13px;
}

.reviewContent{
	border-left: 5px solid #eeeeee;
}


.reviewContent .content{
	margin-bottom:10px;
  	color:#555;
}


.reviewWrap .title{
	margin-bottom:15px;
  	font-size:15px;
  	color:#333;
  	text-transform:uppercase;
}

.reviewWrap .title.mb0{
    margin-bottom:0;
}

.starsLeft{
	width: 90px;
}

.commentsRight{
	width: -webkit-calc(100% - 90px);
  	width: calc(100% - 90px);
}


.authorReview{
	color:#999;
}

.starRating{
	color:#EBBB00;
}

.viewReviews:hover{
	text-decoration:underline;
  	cursor:pointer;
}


.starRating.small{
	font-size:12px;
}



/******** SERVICES PAGE ***********/

.serviceWrap{
	background:#fff; 
  	-webkit-box-shadow: 0px 5px 8px 0px rgba(50, 50, 50, 0.35); 
  	-moz-box-shadow: 0px 5px 8px 0px rgba(50, 50, 50, 0.35); 
  	box-shadow: 0px 5px 8px 0px rgba(50, 50, 50, 0.35);
  	display:block;
  	color:#555;
}

.serviceWrap .mainTitle{
	margin-bottom:15px;
  	font-size:24px;
  	color:#222;
}

.serviceWrap .mainTitle i{
	color:#008C15;
}

.serviceWrap .content p{
	padding:5px 0;
}


.serviceWrap .content p:first-of-type{
	padding-top:0;
}

.mLeftD15{
	margin-left:15px;
  	margin-bottom:15px;
}



/********* SERVICE PAGE **********/

.innerBanner{
	height:45vh;
}

.innerBanner .bannerTitle h1{
	font-size:35px;
  	font-family: 'Montserrat',sans-serif;
  	font-weight:500;
}

.orangeBg{
	background:#202020;
  	color:#fff;
}


/********* BLOG FORM **********/

.floatForm #sentMsg{
	margin: 10px 0 10px 0;
}

.floatForm {
	margin: -50vh 15px 0 15px;
  	background:#fff;
  	position:relative;
  	z-index:10;
 	 box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.3);
  	padding-bottom:5px;
}

.floatForm.inner{
	margin: -30vh 15px 0 15px;
}

.formTitle{
  margin:0;
  padding:15px;
  background:#008C15;
  color:#ffffff;
  font-weight:500; 
  font-size:22px;
  text-align:center;
  font-family: 'Montserrat', sans-serif;
   line-height: 120%;	

}

.floatForm input, .floatForm select,.floatForm textarea{
	display:block;
  	padding: 8px 10px;
  	border: 1px solid #ddd;
  	border-radius:px;
  	width: calc(100% - 22px);
  	width: -webkit-calc(100% - 22px);
  	margin-bottom:10px;
  	
}

.floatForm textarea{
	height:80px;
  	font-family: sans-serif;
}

.floatForm select{
	width:100%;
}

.formDivider{
	border-bottom: 1px solid #00b6ed;
  	margin: 20px 0;
}


.floatForm .contact_form .send_btn {
    display: block;
    color: #ffffff;
    padding: 15px 10px;
    cursor: pointer;
    border-radius: 0px;
	margin: 25px 0 0 0;
    background: #008C15;
  	width:100%;
    text-transform: uppercase;
  	text-align:center;
  	font-size:17px;
  	-webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.floatForm .contact_form .send_btn:hover{
	opacity:0.7;
}

.contact_form .formRow label{
   	font-size: 14px;
    line-height: 0;
    vertical-align: sub;
    margin-bottom: 10px;
    display: inline-block;
}

.floatForm .sentMsg{
    font-size: 16px;
    font-weight: 500;
  	color: #b7a99a;
    margin: 10px 0 10px 0;
  	padding:0 20px;
}


/******** Newsletter LightBox / Modal *********/
.flexWrap{
display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexedItem{
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.newsletterLb .gray, .newsletterLb .grey{
    color:#999;
}

.newsletterLb{
	width:100%; 
    height:100%; 
    position:fixed; 
    top:0; 
    left:0; 
    background:rgba(0,0,0,0.6); 
    z-index:999;
}

.newsBoxWrap{
	width:90%; 
  height:90%; 
  max-width:1000px; 
  background:#0b0b0b; 
  max-height:550px; 
  position:absolute; 
  left:50%; 
  top:50%; 
  transform:translate(-50%, -50%); 
  -webkit-transform:translate(-50%, -50%);
  overflow: hidden;
}

.newsBoxWrap .mainTitle{
    font-size: 24px;
}

.newsBoxWrap .mainTitle.xsmall{
    font-size: 17px;
    color:#eee;
}

.closeNews{
	font-size:40px; 
  position:absolute; 
  top:10px; 
  right:20px; 
  color:#fff; 
  cursor:pointer
}

.newsleft{
	max-width:40%;
}

.newsright{
	/*background: #fff;*/
}

.paddingNews{
	padding: 55px 40px;
}

.paddingNews .sentMsg{
	margin-top:10px;
  	color:#730947;
}


.newsBoxWrap .contact_form.newsletter p {

    font-size: 13px;
    font-weight: 400;
    margin-right: 5px;
}

.newsBoxWrap .customCheckbox{
	height: 18px;
    width: 18px;
  	margin-right: 1px;
}

.newsBoxWrap.newsletterSection .contact_form .send_btn{
	padding: 9px 10px;
  width: 100%;
    display: block;
    box-sizing: border-box;
  	margin-top:0;
  	max-width: 100%;
}


/******** Rating LightBox / Modal *********/



.reviewLightbox{

	display:none;

}



.lbWrap{

	position:absolute; 

  	top:50px; 

  	left:50%; 

  	transform:translate(-50%, 0); 

  	-webkit-transform:translate(-50%, 0); 

  	background:#272727; 

  	box-shadow: 2px 2px 8px rgba(0,0,0,0.5); 

  	border-radius:5px; 

  	width:90%; 

  	max-width:600px; 

  	z-index:9999;

}


.lbWrap .contact_form{
  margin-top:5px;
}


.lbWrap .title{

    color: #fff;
    font-weight: 300;

}

.lbWrap{
    color:#fff;
}

.lbWrap #sentMsg{

	text-align: left;

    padding: 0 30px;

    margin: -20px 0 0;

    font-size: 14px;
  	color:#ff0b0b;

}



.ratLabel{


    font-weight: 100;

    color: #fff;

    font-size: 15px;

}



.ratStar{

	margin: 4px 0 0 10px;
	display: inline-block;
}



.reviewLightbox.overlay{

	background: rgba(150,150,150,0.8);

}



.closeLb{

	cursor:pointer; 

  	font-size:25px; 

    color:#fff; 

    position:absolute;

    right:15px; 

    top:9px;

  	-webkit-transition: all 500ms ease-out;

    -moz-transition: all 500ms ease-out;

    -o-transition: all 500ms ease-out;

    transition: all 500ms ease-out;

}



.closeLb:hover{

	color:#1e1e1e;

}





.lbWrap .mainButton{

	margin: 20px 0 0;

    padding: 10px;

    max-width: 300px;

}



/*********** FOOTER ************/

.paddingFooter{
	padding: 50px 0 25px 0;
}

.footerBg{
    background: #393939;
    color: #a2a2a2;
	font-size:12px
}

.footerBg h4{
	font-size:14px;
	margin-bottom:10px
}

.footerBg h2, .footerBg h3, .footerBg h4, .footerBg h5{
	color:#fff;
}

.contFooter .mainTitle {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
  	color:#eee;
}

.contFooter .description{
    margin-bottom: 30px;
    font-size: 14px;
    color: #a2a2a2;
}

.socialmedia a{
	font-size:14px;
	color:#eee;
}

footer input, footer textarea, .input_form {
    display: block;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 1px;
    width: 100%;
    margin-bottom: 5px;
}

.form-section, .footer-bg{
    background-repeat:no-repeat;
    background-size:cover;
    
}

.form-section .input_form{
    display: block;
    padding: 10px;
    border: none;
    border-radius: 0;
    width: 100%;
    margin-bottom: 15px;
    height: 45px;
    background: rgba(15, 15, 15, 0.5);
    color: #ffffff;
    box-sizing:border-box;
}

.form-section .mainTitle{
    color:#ffffff;
    text-align:center;
    margin-bottom:10px;
}

.form-section .description{
    color:#ffffff;
    text-align:center;
    margin-bottom:30px;
}


.form-section textarea.input_form{
    height:165px;
}



textarea.input_form{
	height:100px;
  	font-family: 'Montserrat', sans-serif;
}

footer textarea{
	height:100px;
  	font-family: 'Montserrat', sans-serif;
}

.footerBg nav ul{
	list-style: none;
   
}

.footerBg nav ul a{
	color:#a2a2a2;
  	margin-bottom:13px;
  	display:inline-block;
}

.footerBg nav ul a:hover{
	color:#fff;
}



.contact_form label{
    font-weight: 600;
    margin: 0px 0 2px 0;
    font-size: 13px;
    display: block;
}

.contact_form .send_btn {
    display: block;
    color: #fff;
    padding: 15px 50px;
    cursor: pointer;
    border-radius: 0;
	margin: 10px 0 20px 0;
    background: #008C15;
    text-transform: uppercase;
}

.phone_footer .fa {
    vertical-align: middle;
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}

.contacInfo{
	font-size:14px;
}


.contacInfo h3{
    text-transform: uppercase;
    /*color: #F0BD40;*/
    font-weight:600;
    font-size:22px;
  	
}

.contacInfo p{
	padding: 3px 0;
  	font-weight: 500;
    font-size: 15px;
}

.contacInfo p .fa{
	padding: 5px 0;
    color: #008C15;
  	font-size:16px;
}

.contacInfo table{
	margin:10px 0;
}

.contacInfo table td{
	border: 1px solid #eee;
    padding: 3px;
}

#sentMsg{
    font-size: 16px;
    font-weight: 500;
  	color: #008C15;
    margin: -10px 0 10px 0;
}

.sMedia{
	font-size:24px;
  	display: inline-block;
    margin-right: 12px;
}

/*.socialIcon span:nth-of-type(2){
	vertical-align: middle;
}*/

.socialIcon{
	margin:8px 0;
}

.socialIcon a{
    height:46px;
    width:46px;
    border-radius:23px;
    line-height:46px;
    text-align:center;
    font-size:20px;
    margin-right:10px;
    display:inline-block;
}

.socialIcon a:hover{
    opacity:0.8;
}

.socialIcon:first-of-type{
	margin:0 0 8px 0;
}

.copyRight{
	background:#101010;
	color:#eee;
	font-size:11px;
	text-align:center;
}

.copyRight a{
	color:#eee;
  	text-decoration:none;
}

.copyRight a:hover{
	opacity:0.8;
}

.contacInfo table {
    margin: 10px 0;
    border: 0;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    width: 90%; 
    margin: 10px 0;
}




.cartLoading, .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    color: #777;
    background: rgba(256,256,256,0.7);
    font-size: 40px;
}

.overlay {
    background: rgba(0,0,0,0.65);
  	z-index: 999;
}


.cartLoading{
	z-index:9999;
}

.cartLoading .fa.absolute, .newItemWarp {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
   
  
  -webkit-transform: translate(-50%, -50%);
}



  .imgAdjust{
    position: absolute;
    right: 0;
    bottom: 16px;

  }


/******** MEDIA QUERIES *********/


@media (max-width:1200px){
    .contact-bar .container{
        max-width:100%;
    }
    .contact-bar h4{
        font-size:20px;
    }
}    


@media (max-width:1024px){
    
    li.inline-col{
        margin:0;
    }
    

    
    .flexed-item.col-tab-6{
        min-width:50%;
         max-width:50%;
    }
  
  

  .featureContent .mainTitle, .mainTitle.small {

      margin: 7px 0 1.1em;

	}
  
  
  .featureImage{
	position:static; 
    transform:-webkit-translate(0, 0);
  	transform:translate(0, 0);
	}
  

  
  .featBox.aRight{
  	text-align:left;
  }
  

  
  .featureContent.floatLeft{
  	float:right;
  }
  
  .cartMenuTitle {

    font-size: 22px;

	}
  
  .menuTable th {

    font-size: 14px;

	}
  
  .bannerCaption2, .inner_banner .bannerCaption2{

	font-size: 30px;
  	margin-bottom:25px;
  	
	}
  
  .banner2 .container {

    display: block;
    z-index: 90;
    position: absolute;
    height: auto;
    left: 50%;
    transform: -webkit-translate(-50%, 0);
     transform: translate(-50%, 0);
}
  
  .bannerFeatures{
  	position:static;
    transform: -webkit-translate(0, 0);
     transform: translate(0, 0);
  }
  
  .bannerBlock2{

  }
  

  

  
  .barsPos{
  	position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  
  .togMobile{
  	color:#fff; 
    font-size:20px
  }
  
  .showMenu.fa{
      display:block;
  }

    .featuredIcons{
        font-size:35px;
    }
  
  .mainMenu{
  	margin:0;
  }

  .mainMenu ul li{
  	display:block;
  }
  
  
  .mainMenu li a:hover, .mainMenu li span:hover{
	color:#fff;
    background:#008C15;
	}
  
  
  .mainMenu ul li a, .mainMenu ul li span{
  	margin:0;
    padding:10px 20px;
  }  
  
  .featureWrap {
    height: 270px;
  
	}
  
   .featureImage .img-responsive{
  	    width: auto;
        max-height: 450px;
        margin: auto;
  }
  
  .travelPackages .padding30{
  	padding:20px;
  }
  
   .bookNow p {
    padding-top: 7px;
    font-size: 13px;
}
  
  .nameDestination{
  	font-size:14px;
  }
  
  .packageBar{
  	height:41px;
  }
  
  .daysBox p {
    padding-top: 3px;
    font-size: 11px;
	}
  
  .detail.duration, .detail.price{
	text-align:center;
	}
  
  .packDetails, .packageDescrip{
  	font-size:14px;
  }
  
  .contentHeight{
	height:230px;
    font-size: 14px;
	}
  
  .packageDescrip {
    height: 100px;
	}
  
  .bannerSpacer {

    height: 170px;


	}

  	.mainMenu .menuUl{
    	display:none;
        position: absolute;
        width: 100%;
        right: 0;
        bottom: 0;
        -webkit-transform: translate(0, 100%);
      	transform: translate(0, 100%);
      	z-index:99;
      	max-width:350px;
      	background:#242424;
    }
  
  .mainMenu ul li span.menuArrow{
	display: inline;
    margin: 0;
    vertical-align: super;
    margin-left: 5px;
	}
  
    .mainMenu .submenu{
       background: #fff;
      	width:100%;
      	position:static;
      	-webkit-transform: translate(0,0);
    	transform: translate(0,0);
      	text-align:center;
      	box-shadow:none;
    }
  
  .mainMenu ul.submenu li a{
  	text-align:center;
  }
  
  .mainMenu ul.submenu li a{
	color:#333;

	}
  
  .address { 
	padding: 20px 10px 10px;
    text-align: center;	
	
	}
  
  .hasSubmenu:hover .submenu{
  	display:block;
  }
  
  .newsBoxWrap {
    	max-height: 550px;
      	overflow-y:auto;
	}
  
  .newsletterSection.newsBoxWrap .contact_form .send_btn{
  	font-size:11px;
  }
  
  .paddingNews {
    padding: 55px 30px 30px;
	}
  
  .closeNews {
    font-size: 30px;
    top: 5px;
  }


}






@media (max-width:768px){
    
    .featuresSection.paddingTB60{
        padding-bottom:0;
    }
    
    .featuresSection {
    background-attachment: initial;
    }
    
    .commentsRight {
        width: -webkit-calc(100%);
        width: 100%;
        margin-top:10px;
    }
    
    .socialIcon a {
    font-size: 15px;
    height: 30px;
    width: 30px;
    border-radius: 20px;
    line-height: 32px;
}
    
    .featuresSection .flexed-item.col-6{
    max-width:100%;
    min-width:100%;
}
    
    .header-phone {
    margin: 5px 0 0;
    display: block;
    text-align: center;
}

header .mainButton{
    display: block;
}
    
    .inner-form.padding20{
        padding:0;
    }
    
    .preTitle {
    font-size: 18px;
    }
    
    .social-media-header {
        margin-top: 10px;
        margin-left: 20px;
    }
    
    .flexed-item.col-mob-12{
        min-width:100%;
        max-width:100%;
    }
    
    .about-img{
        max-height:500px;
    }
  
  .logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
  
  .mainTitle{
  	font-size: 26px;
  }
  
   .imgAdjust{
    position: static;

  }
  
  .inner_banner .bannerDescription2 {

	    margin-top: 0;
    	font-size:18px;
	}
  
  .featuresSection .aboutImg {
    margin-bottom: -70px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
	}
  
  #bgRotatorNav {
    bottom: 25px !important;
   
	}
  
  .bannerDescription2{
  	    margin-top: -20px;
    font-size: 18px;
  }
  
  .serviceOverlay{
	opacity:1;
    left:0; 
  	top:auto; 
    bottom:0;
   height: auto;
    min-height: 80px;
	}
  
  .serviceOverlay .content{
  	position:static;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);    
    
  }
  
  .servicesGrid{
	padding:0 20px;
	}

 
  
    .featuresSection .paddingTB80:first-of-type{
  	padding-bottom:0;
  }
  
    .featuresSection .paddingTB80:nth-of-type(2){
  	padding-top:0;
  }
  
  
  
	 .contentHeight{
	height:auto;
	}
  
  .destinationBg .destinationBox {
    height: 40vw;
    margin-bottom:20px;
	}
  
  .galleryImg {
    -webkit-width: calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 20px auto;
	}
  
  .galleryImg a {
    background: rgba(0,0,0,0.2);
    display: block;
	}
  
  .iconInput:hover{
	outline-style: solid;
  	outline-color: #4e94b7;
  	outline-width: 1px;
	}
  
  .floatForm.inner {
    margin: 0 15px 0 15px;

  }
  
  

   	.mainMenu .menuUl{

      	max-width:100%;
    } 
  
  .mobileMT{
  	margin-top:25px;
  }
  
  .contact_form.mobileMT{
  	margin-top:15px;
  }
  
  .quoteBar .buttonsBanner .mainButton{
  	width:40%;
    margin-right: 4%;
  }
  
  .quoteBar .buttonsBanner .quoteButton{
  	width:34%
  }
  
  .mLeftD15{
	margin-left:0;

	}
  
    .floatForm.inner {
    margin: 0 15px 0 15px;

  }
  
   .newsBoxWrap {
        max-height: 470px;
    	overflow-y: auto;
	}
  
  .flexedItem.newsright, .flexedItem.newsleft{
  	min-width:100%;
  }
  
  .flexedItem.newsleft{
  	height: 220px;
  }
  
  .paddingNews {
    padding: 30px 10px 0;
    
	}
  
  .paddingNews .mainTitle{
  	font-size:18px;
  }
  
  .paddingNews .mainTitle.small{
  	font-size:14px;
  }
  
  .paddingNews .mainTitle.xsmall{
  	font-size:14px;
  }
  
  .closeNews {
    font-size: 25px;
    /*color:#fff;*/
  }
  
  .paddingNews .customCheckbox {
    margin-right: 3px;
    height: 17px;
    width: 17px;

	}
  
  .paddingNews .contact_form.newsletter p{
  	font-size: 12px;
  }
  
  .paddingNews .sentMsg {
    font-size: 14px;
    margin-bottom: -5px;
	}
  
  .newsBoxWrap.newsletterSection .contact_form .input_form {
    padding: 8px 10px;
    font-size: 12px;
    margin-bottom: 0;
	}
  
  .paddingNews .mainTitle.small br{
  	line-height:0;
  }
  
  .newsletterSection.newsBoxWrap .contact_form .send_btn {
   
    padding: 8px 10px;
    height: 35px;
	}


  
  
}



@media (max-width:500px){
    .header-phone {
   
    }
} 
#banner, #banner2, #banner3{ overflow:hidden; opacity:0; transition:opacity ease-out 0.6s;} 
</pre></body></html>