*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: Roboto;
	font-weight: 900;
}
.inner-banner {
	width: 100%;
}
.page-top-banner-img{
    position: relative;
}
.inner-banner > .page-top-banner-img > img {
	width: 100%;
    height: 450px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;

}
.page-top-banner-img-about{
	background-image: url(../banner/about-top.jpg);
	background-repeat: no-repeat;
    width: 100%;
    height: 450px;
    background-size: cover;
}
.banner-overlay {
    background-color: rgb(0 0 0 / 75%);
    width: 100%;
    height: 100%;
    position: absolute;
}
.page-top-banner-content{
	width: 100%;
	top: 50%;
	position: absolute;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.top-page-b-head{
	font-weight: 700;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
}
.top-page-b-content{
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	padding: 20px;
}
.page-indication{
	position: absolute;
	bottom: 20px;
	left: 50px;
}
.page-indication p{
	color: #fff;
}
.page-indication p a{
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	font-size: 20px;
}
.page-indication p a:hover{
	color: blue;
}

.mission-visssion{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
}
.mission-visssion > .mission{
	width: 50%;
	padding-right:20px; ;
}
.mission-visssion > .mission img{
	width: 100%;
	height: 300px;
}
.mission-visssion > .vission{
	flex: 1;
	padding-left: 15px;
}
.mission-visssion > .vission img{
	width: 100%;
	height: 300px;
	margin-top: 5px;
}
.mission-visssion > div{
	padding-top: 20px;
}
.mission-visssion  p{
	ont-size: 17px;
    font-weight: 400;
    color: #525252;
    line-height: 25px;
    text-align: justify;
}

.page-top-banner-img-services{
	background-image: url(../banner/solution_bg.jpg);
	background-repeat: no-repeat;
    width: 100%;
    height: 450px;
    background-size: cover;
}
.annex-services-section{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	position: relative;	
	margin-top: 50px;
}
.annex-i-img{
	position: relative;
}
.annex-services-section > .annex-r-s,
.annex-warehousing,
.annex-i-e{
	height: 100%;
}
.annex-s-i-c{
	position: absolute;
    bottom: 30px;
    left: 20px;
    color: #fff;
    width: 92%;
}
.annex-s-i-c > h1{
	color: #4fb048;
	font-weight: 500;
	font-size: 22px;
	padding: 15px 0px;
}
.annex-s-i-c > p{
	font-weight:300;
	font-size: 15px;
	line-height: 25px;
}
.ancs-s-b{
	background-image: url(../banner/services/back.png);
	background-repeat: no-repeat;
	width: 100%;
    background-size: contain;
    background-position: center;
    background-color: #2b3990;
}
.ascs-more-services{
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: row wrap;
	padding:50px 15px;
}
.ascs-more-services-inner{
	width: 300px;
	margin: auto;
	padding: 15px 15px;
}
.ascs-more-services-inner img{
	width: 90px;
    height: 90px;
    object-fit: contain;
    transition: .3s ease-in-out;
    /*transform: scale(1);*/
}
.ascs-more-services-inner img:hover{
	/*transform: scale(0.8);*/
     filter: brightness(0) invert(1);
}
.ascs-more-services-b-content > h1{
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-top: 10px;
}
.ascs-more-services-b-content > p{
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	margin-top: 10px;
}

.page-top-banner-img-location{
	background-image: url(../banner/location-top.jpg);
	background-repeat: no-repeat;
    width: 100%;
    height: 450px;
    background-size: cover;
}
.annex-services-location{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	position: relative;	
	margin-top: 50px;
	justify-content: center;
}
.annex-s-l{
	height: 100%;
}
.annex-s-l-img{
	position: relative;
	background-color: #2b3990;
	margin:5px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.annex-s-l-c{
	position: absolute;
    top: 50%;
    left: 20px;
    color: #fff;
    width: 92%;
}
.annex-s-l-c > h1{
	position: relative;
	top: 0px;
	text-align: center;
	font-size: 30px;
}

.page-top-banner-img-contact-us{
	background-image: url(../banner/contact-banner.jpg);
	background-repeat: no-repeat;
    width: 100%;
    height: 450px;
    background-size: cover;
}

.contact-us-section{
	width: 100%;
	margin: auto;
}
.contact-us-by-branch{
	display: flex;
	flex-flow: row wrap;
	width: 100%;

}
.b-by{
	width: 350px;
	border:2px solid #2b3990 ;
	margin: 20px;
	border-top: none;
}
.contact-head{
	background-color: #356aae;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    padding: 6px;
}
.contact-content{
	width: 90%;
	height: 180px;
	margin: auto;
	padding: 12px;
	background-image: url(../banner/services/back.png);
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.b-by p.name{
	font-weight: 700;
	color: #2b3990;
	font-size: 18px;
}
.b-by p.desig{
	font-weight: 600;
	color: #2b3990;
	font-size: 15px;
	padding-top: 0px !important;
}
.b-by p{
	font-weight: 600;
	font-size: 15px;
	padding: 6px 8px;
}
.b-by p a{
    font-weight: 500;
    letter-spacing: 1.5px;
    text-decoration: none;
    color:#2b3990 ;
    font-size: 14px;
    padding: 12px 0px;
}
.b-by p a i{
    padding-right: 8px;
}