/*Reset CSS DOM*/
body{
	margin:0;
	font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
	    font-size: 16px;
    line-height: 1.4em;
    font-weight: 300;
}
 
/*Global styles*/
.flex{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.animate{
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.limiter{
	margin: auto;
	max-width: 1200px;
	width: 85%;
	box-sizing: border-box;
	overflow-y: auto;
}
.stretch{
	align-items: stretch;
	-webkit-align-items: stretch;
}
.center{
	text-align: center;
}
.an{
	transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
}

.an:hover{
	transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
}

/*header*/
#header{
	width: 100%;
	left: 0;
	top: 0;
	right: auto;
	bottom: auto;
	position:fixed;
	z-index: 63353;
	background-color:#191e29;
}
.hexcellence #header{
	background: white;
}
#header a{
	text-decoration: none;
	color: #fff;
	line-height: 0;
}
.hexcellence #header a{
color: #272727;
}
#header .sub-menu{
	margin-left: auto;
}
#header .sub-menu a{
    font-size: 14px;
    font-weight: 600;
}
#header .sub-menu a:hover{
	color: #ea5e0e;
}
#header .sub-menu a + a{
	margin-left: 21px;
}
#header .sub-menu a:not(.contact-us-header-btn){
	height: 100%;
}
#header .main-logo{
    margin: 11px 20px;
    flex: 88px 0 0;	
}
.hexcellence #header .main-logo{
    flex: 143px 0 0;
}
#header .main-logo > img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
#header .sub-menu a.contact-us-header-btn{
    padding: 18px 17px;
    margin-right: 16px;
    background: #f55c1f;
    border-radius: 2px;
    font-weight: 600;
    font-size: 14px;
    display: block;
}
.hexcellence #header .sub-menu a.contact-us-header-btn{
	color: #fff;
}
#header .sub-menu a.contact-us-header-btn:hover{
	color: #fff;
	background-color: #ff8250;
}
#header .desktop-menu-inner{
	margin-right: auto;
}
.header-pander{
	height: 65px;
}
/*lower containers css*/

#main-banner{
    background-image: url(../img/banner.jpg);
    background-size: cover;
    height: 80vh;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 44px;
    font-weight: 300;
    line-height: 1.3em;
	background-position: center;
}

#main-banner h1{
    margin: 0 0 10px;
    font-size: 20px;	
}
.menu-mobile-only{
	font-size: 29px!important;
    border-left: 1px solid #3a3e48;
    padding: 0 20px;	
	display: none!important;
}

/*footer*/
#footer{
    background-color: #353535;
    color: #fff;
    padding: 20px 0;
	font-size: 12px;
}
#footer .email{
    font-size: 16px;
    margin: 5px 0 15px;
    font-weight: 600;	
}
#footer img{
	display: block;
	width:130px;
	margin: 10px 0;
}
#footer > .limiter{
    flex-direction: column;	
}

.mid-banner{
    background: linear-gradient( rgb(26, 30, 42), rgba(244, 108, 53, 0.31) ), url(../img/banner2.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 220px 0;
    font-size: 20px;
    line-height: 1.3em;
    background-repeat: no-repeat;
    font-weight: 400;
}
.mid-banner .sub-title{
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 24px;
}

.about-us{
    background-image: url(../img/home-girl.png);
    padding: 40px 0 50px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
    background-position: right;
    background-attachment: fixed;
}
.about-us .act-content{
    flex: 50% 0 0;
    background: #fff;
    padding: 20px 42px;
    box-sizing: border-box;
    border-radius: 2px;
    margin: 30px 0;
    box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.08);
}

.our-service{
}
.our-service .limiter{
    padding: 20px 20px 40px;
}
.our-service p{
    margin: 4px 0;
    padding: 22px 20px;
    background: #1a1e2a;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.our-service p:hover{
    padding: 22px 20px;
    background: #f55c1f;
    transform: scale3d(1.02,1.02,1);
}


.core-value-div ul{
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: stretch;
    padding: 0;
}
.core-value-div ul li{
    flex: calc(33.33% - 12px) 0 0;
    padding: 34px;
    background: white;
    box-sizing: border-box;
    border: 1px solid #f3f3f3;
    margin: 6px;
	border-radius: 2px;
}
.core-value-div ul li:nth-of-type(3n+0){
	margin-right:0;
}
.core-value-div ul li:nth-of-type(3n+1){
	margin-left:0;
}
.core-value-div ul li .icon{
	line-height: 0;
}
.core-value-div ul li .icon img{
    width: 82px;	
}
.core-value-div li{
	flex: 33.33% 0 0;
    list-style: none;
}
.core-value-div li .spt{
    font-size: 16px;
    line-height: 1.4em;
}
.core-value-div li .core-value-tit{
    font-weight: 600;
    color: #f46c35;
    margin: 5px 0 10px;
    font-size: 22px;
    line-height: 1.2em;	
}
.core-value-div li > div{
    color: #2f2f2f;	
}

.why-public{
	
}
.why-public .adv-indi{
    overflow: auto;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position:left center;
}
.why-public .adv-indi > div{
    flex: 50% 0 0;
    margin-left: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    border-radius: 2px;
    padding: 60px 60px;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(45deg,rgb(26, 30, 42),rgb(49, 39, 37));
}
.why-public .adv-indi.bk > div{

}
.why-public .adv-titl{
    font-weight: 600;
    font-size: 22px;	
}
.why-public .adv-indi.righter > div{
    margin-right: auto;
    margin-left: 0;
}
.adv-indi.righter{
	background-position:right center;
}
.core-main-title{
    overflow: auto;
    padding: 30px 0 10px;
}
.public-header{
    padding: 20px 0;
    border-top: 1px solid #ececec;
    margin-top: 20px;	
}
.partner-flex{
	    padding: 10px;
	color: #fff;
    justify-content: flex-end;
    background: #191919;
}
.partner-flex .span{
    margin-right: 20px;	
}
.partner-flex a{
    margin: 0 29px;
}
.partner-flex a:first-of-type{
	margin-right:0;
}
.partner-flex img{
	    height: 45px;
}

@media screen and (min-width: 1024px){
	
	.limiter{
		margin: auto;
		max-width: 1024px;
		width: 100%;
		padding:0 15px;
	}
	.tablet{
		display: none;
	}
	
	
	
}
@media screen and (max-width: 1023px) and (min-width: 481px){
	
	.desktop{
		display: none;
	}
	#main-banner{
		font-size: 36px;
	}
}
@media screen and (max-width: 1023px){
	.act-header .limiter{
		margin:0!important;
		width: 100%;
	}
	
	.partner-flex{
		
	}
	.partner-flex a{
	    margin: 0 15px;	
	}
	.partner-flex img{
		    height: 30px;
	}
	.about-us{
    padding: 10px 10px;
    background-attachment: inherit;
	}
	
}
@media screen and (max-width: 480px){
	
	.limiter{
		width: 100%;
		padding:0 12px;
	}
	#header .main-logo{
	    margin: 12px 20px;
	    flex: 75px 0 0;	
	}
	.header-pander{
		height: 60px;
	}
	.desktop{
		display: none;
	}
	.mobile{
		display: none;
	}	
	#main-banner{
		font-size: 26px;
		height: 60vh;
		line-height: 1.3em;
	}
	
	.about-us .act-content{
		flex: calc(100%) 0 0;
		padding: 10px 20px;
	}
	.mid-banner{
		padding: 100px 0;
	}
	.core-value-div ul li{
		    flex: calc(100%) 0 0;
		    margin: 6px 0;
	}
	.why-public .adv-indi > div{
    flex: calc(100% - 20px) 0 0;
    margin-left: 10px!important;
    margin-right: 10px!important;
		box-sizing: border-box;
		    padding: 20px 30px;
		margin-top: 10px;
		margin-bottom: 10px;
		background: linear-gradient(45deg,rgba(26, 30, 42, 0.68),rgb(49, 39, 37));
	}
	
}