@charset "UTF-8";

*{
	margin:0;
	padding:0;
	outline: 0;
    border-collapse: collapse;
}

html{  
    width: 100%;
    min-height: 100vh;
    background-color: #383a19;
}

body{
	width: 100%;
    height:100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
} 

/*===========================GLOBAL============================*/
/*==============================================================*/

.headerOuterWrapper{
	position: fixed;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 160px;
	min-width: 944px;
    background: linear-gradient(to right,  #383a19 50%,#5f6131 100%); 
    border-bottom:2px solid #f7d68f;
	z-index: 10000;
}

#globalLogo{
	position:relative;
	display:block;
    float:left;
	top:20px;
	width:150px;
	height:127px;
    margin:0px 0px 0px 60px;
    z-index: 500;
}

#menuWrapper{
	position: relative;
	display: block;
    float:right;
    margin:110px 60px 0px 0px;
	width:1000px;
	text-align: center;
}

#hamMenuInnerWrapper{
	display:none;
}

.container{
	position: relative;
	display: inline-block;
	width:100%;
	margin-top:160px;
	min-height:850px;
    background-color: #383a19;
}

.contentOuterWrapper{
	position: relative;
	display: inline-block;
	margin:0px auto;
	align:center;
	width:100%;
    padding:0px;
    background-color: #fff;
}

.contentInnerWrapper{
	position: relative;
	display: block;
	margin:0px auto;
	max-width:1280px;
	min-width: 720px;
	align:center;
    padding:0px 70px 200px 70px;
}

.pageTopPic{
	position: relative;
	display: inline-block;
	margin:0px auto ;
	align:center;
	width:100%;
	padding:0px;
	min-height:300px;
	border-bottom:1px solid #899081;
}

.pageTitleBg{
	position: relative;
	display: inline-block;
	margin:220px auto 0;
	align:center;
	width:100%;
    padding:0;
	background-color: rgba(255,255,255,0.85);
}

.pageTitle{
    position: relative;
	display: block;
	margin:15px auto 0;
    padding:0px 70px 0px 70px;
    align:center;
	max-width:1280px;
	min-width: 720px;
}

.pageHeadLogo{
	width:50px;
	height:50px;
	float:left;
	margin:5px 15px 0px 0px;
}

.lockOuterWrapper{
    position: relative;
	display:block;
	margin:-332px auto 0 ;
	align:center;
    height:325px;
    width:100%;
    overflow-x: hidden;
}
/*==========================FOOTERBASE===============================*/

footer{
    position: relative;
	display: inline-block;
	float: left;
	clear: both;
	margin:-10px auto 0;
	align:center;
	padding:0px 0px 0px 0px;
	width: 100%;
	min-width:944px;
	min-height:220px;
	z-index: 10000;
    background: linear-gradient(to right,  #383a19 50%,#5f6131 100%); 
    border-top:1px solid #f7d68f;
}

#footerInnerWrapper{
	position: relative;
	display: inline-block;
	float: left;
	margin:40px auto 0;
	width:100%;
	height:250px;
}

#footerCol1{
	position: relative;
	display: block;
	width:15%;
	float:left;
	height:250px;
}

#footerCol2{
	position: relative;
	display: block;
	width:60%;
	align:center;
	margin:0 auto;
	height:250px;
}

#footerCol3{
	position: relative;
	display: block;
	width:15%;
	float:right;
	margin-top:-250px;
	height:250px;
}

#footerCol1Inner{
	width:100%;
}
 
#footerCol2Inner{
	position: relative;
	display: inline-block;
	align:center;
	margin:50px auto 0px;
	width:100%;
}

#footerCol3Inner{
	width:100%;
}


.socMedWrapper{
	position: relative;
	display: block;
	align:center;
	width:120px;
	height:60px;
	margin:0px auto 0px;
}

#instaFoot,#linkedFoot{
	position: relative;
	display: inline-block;
	height:40px;
	width:40px; 
	border-radius: 8px;
	overflow:hidden;
	color:#fff;
}

#instaFoot{
	float:left;
	margin-right:30px;
}

#linkedFoot{
	float:right;
}

.footerMenuWrapper{
	position: relative;
	display: block;
	margin:50px auto 0;
	width:100%;
	min-height:100px;
	text-align: center;
}

/*========================FOOTERBASE=============================*/

#footerBase{
	position: relative;
	bottom:0;
	left:0px;
	display: inline-block;
	float:left;
	margin:0 auto;
	padding:10px 0px;
	width: 100%;
	min-height: 40px;
	min-width:944px;
    background-color: #555;
}

#footerbaseInner{
	position: relative;
	display: block;
	margin:0 auto;
	align:center;
	width: 98%;
	height: 40px;
}

#footerbaseColLeft{
	position: relative;
	display: inline-block;
	float:left;
	width: 40%;
	margin:10px auto;
	align:center;
	min-height: 20px;
	text-align: left;
	color:#fff;
}

#footerbaseColMid{
	position: relative;
	display: inline-block;
	float:left;
	width: 15%;
	margin:10px auto;
	align:center;
	min-height: 20px;
	text-align: center;
	color:#fff;
}

#footerbaseColRight{
	position: relative;
	display: inline-block;
	float:right;
	width: 40%;
	margin:10px auto;
	align:center;
	min-height: 20px;
	text-align: right;
	color:#fff;
}


/*===========================HOME====================*/

.aboutUsWrapper{
     position: relative;
    display: block;
    margin:0 auto;
    align:center;
    max-width: 944px;
    text-align: center;
    padding:50px 0px 0px 0px
}

.tagline{
    position: relative;
    display: block;
    max-width: 844px;
    margin: -400px auto;
    align: center;
    z-index: 5000;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    background-color: rgba(56, 58, 25,0.3);
    padding:25px 10px;
    border-radius: 5px;
}

.frontpageSlideOuterWrapper{
	position:relative;
	display: block;
	width:100%;
	margin: 0 auto;
	padding:0px;
	align:center;
     border-bottom:2px solid #f7d68f;
}

.frontpageSlideInnerWrapper{
	position:relative;
	display: block;
	width:100%;
	margin:0px auto;
	align:center;
	height:600px;
}

.homeSlide1{ 
	background-image: url("../images/home/slide1.webp");
	background-position:50% 100%;  
} 

.homeSlide2{
	background-image: url("../images/home/slide2.webp");
	background-position: 50% 100%;
}

.homeSlide3{
	background-image: url("../images/home/slide3.webp");
	background-position: 50% 100%;
}

.slideTextOuterWrapper{
    position: relative;
    display: block;
    text-align: center;
    margin:0 auto;
    width:944px;
    height:100%;
    background-color: rgba(50,50,50,0.3);

}

.slideTextWrapper1,.slideTextWrapper2,.slideTextWrapper3{
    position: relative;
    display: block;
    text-align: center;
    margin:0 auto;
    align:center;
}

.slideTextWrapper1{
        top:35%;
}

.slideTextWrapper2{
       top:45%;
}

.slideTextWrapper3{
       top:35%;
}


/*====================WHY US=======================*/

#pageTopPicWhy{
	background-image: url("../images/home/slide1.webp");
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

.whyWrapper{
    text-align: left;
    padding:50px 0px 40px 0px;
    border-bottom:1px solid #f7d68f;
}

/*====================TEAM=======================*/

#pageTopPicTeam{
	background-image: url("../images/home/slide2.webp");
	background-position: 50% 70%;
	background-repeat: no-repeat;
}

.teamMemberOuter{
    border-bottom:1px solid #f7d68f;
    margin-bottom:70px;
}

.teamWrapper{
    text-align: left;
    padding:50px 0px 0px 0px;
}

/*====================HOME MANAGE=======================*/

#pageTopPicManage{
	background-image: url("../images/home/slide3.webp");
	background-position: 50% 40%;
	background-repeat: no-repeat;
}

.managementWrapper{
    text-align: left;
    padding:50px 0px 40px 0px;
    border-bottom:1px solid #f7d68f;
}

.servicesLogo{
	width:35px;
	height:35px;
	float:left;
	margin:-3px 5px 0px 0px;
}



/*====================SERVICES=======================*/

.servicesWrapper{
     text-align: left;
    padding:50px 0px 40px 0px;
    border-bottom:1px solid #f7d68f;
}

.serviceItemListOuterWrapper{
	display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
	overflow: hidden;
    max-width:1280px;
    min-width:720px;
    margin:0px auto;
    align:center;
    padding:0px 0px 100px 0px;
}

.serviceItemOuterWrapper{
	display:inline-block;
	position: relative;
	margin: 20px auto;
    padding: 15px 15px 40px 15px;
	align:center;
	text-align:center;
	width:580px;
	border:1px solid #ccc;
    border-radius: 5px;
}


.serviceItemInnerWrapper{
	display: block;
	position: relative;
	margin: 0 auto;
	align:center;
	width:100%;
	height:100%;
}

.serviceItemLabelOuterWrapper{
	position: relative;
	display: block;
	width: 100%;
}

.serviceItemLabelInnerWrapper{
	position: relative;
	display: block;
	width: 100%;
	align:left;
    border-bottom:1px solid #f7d68f;
    margin-bottom:20px;
    padding-bottom:8px;
    
}

.serviceIItemDetails{
	position: relative;
	display: block;
	width: 100%;
	align:left;
    margin-top:15px;
	height:135px;
}

/*====================CONTACT=======================*/

#pageTopPicContact{
	background-image: url("../images/home/slide3.webp");
	background-position: 50% 40%;
	background-repeat: no-repeat;
}

.contactWrapper{
     text-align: left;
    min-height:450px;
    padding:50px 0px 50px 0px;
}
