
*, ::after, ::before {
    box-sizing: border-box;
}
.width-100{
	width: 100%;
}
.banner-container{
    position: relative;
    z-index: 1;
}
.for-quate-form{
	margin-top: -104px;
	background: linear-gradient(
45deg
, #2b3990, #139755);
}

.width-80{
	width: 80%;
    margin: auto;
}
.get-quate{
	display: flex;
	flex-flow: row wrap;
	width: 80%;
	margin: auto;
	margin-top: 52px;
	padding: 70px 0px;
	color: #fff;
	font-weight: 600;
}
.get-quate h5{
	text-decoration: none;
	font-weight: 300;
}
.get-quate a{
	text-decoration: none;
	font-weight: 300;
	color: orange;
}
.body-left{
	flex: 1;
}
.body-right{
	flex: 1.5;
}
.form-style ul{
	padding:0;
	margin:0;
	list-style:none;
}
.form-style ul li{
	display: block;
	margin-bottom: 10px;
	min-height: 35px;
}
.form-style ul li  .field-style{
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	padding: 8px;
	outline: none;
	border: 1px solid #B0CFE0;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}
.form-style ul li  .field-style:focus{
	box-shadow: 0 0 5px #B0CFE0;
	border:1px solid #B0CFE0;
}
.form-style ul li .field-split{
	width: 49%;
}
.form-style ul li .field-full{
	width: 100%;
}
.form-style ul li input.align-left{
	float:left;
}
.form-style ul li input.align-right{
	float:right;
}	
.form-style ul li select.align-left{
	float:left;
}
.form-style ul li select.align-right{
	float:right;
}	
 select{
	font-weight: 900;
	color: #7a7a7a;
}	
.form-style ul li p span{
	color: red;
}
.form-style ul li p{
	padding: 5px 0px;
}

.form-style ul li input[type="button"], 
.form-style ul li input[type="submit"] {
	-moz-box-shadow: inset 0px 1px 0px 0px #3985B1;
	-webkit-box-shadow: inset 0px 1px 0px 0px #3985B1;
	box-shadow: inset 0px 1px 0px 0px #3985B1;
	background-color: #006c83;
	border: 1px solid #006c83;
	display: inline-block;
	cursor: pointer;
	color: #FFFFFF;
	padding: 8px 18px;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
}
.form-style ul li input[type="submit"]{
	text-decoration: none;
    background-color: #006c83;
    padding: 10px 45px;
    color: #fff;
    font-weight: 400;
    border-radius: 15px;
    transition: box-shadow .4s linear 0s, border-color .3s linear 0.5s;
    border: none;
    font-size: 20px;
}
.form-style ul li input[type="button"]:hover, 
.form-style ul li input[type="submit"]:hover {
	box-shadow: 0 0 0 2em #70bd44  inset;
    color: #000;

}
.headign{
	position: relative;
	font-size: 35px;
	font-weight: 600;
}
.headign-center{
 text-align: center !important;
 text-transform: uppercase;
}

.heading:after {
    content: '';
    width: 90px;
    height: 4px;
    margin-top: 5px;
    position: absolute;
    background: #ffae02;
}
.headign-center:after {
    content: '';
    width: 90px;
    height: 4px;
    left: 47%;
    margin-top: 5px;
    position: absolute;
    background: #ffae02;
}
.about-sec-ineer{
	position: relative; 
	overflow: hidden;
}
.about-company-sect{
	display: flex;
	flex-flow: row wrap;
}
.about-content-section{
	flex: 0 0 50%;
    max-width: 50%;
    padding-top: 15px;
    padding-right: 15px;
}
.about-content-section > h3{
	font-weight: 400;
	font-size: 25px;
	text-align: left;
}
.about-image-sec{
	width: 50%;
	
}
.about-images{
	width: 100%;
	position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0px 15px;
}
.about-images img{
	width: 100%;
}

.inner-content{
	padding-top: 20px;
}
.inner-content > p.text{
	font-size: 17px;
    font-weight: 400;
    color: #525252;
    line-height: 25px;
    text-align: justify;
}
.m-b{
    padding-top: 20px;
}
.inner-content  .m-b a{
	text-decoration: none;
    background-color: #2ca44d;
    padding: 10px 15px;
    color: #fff;
    font-weight: 400;
    border-radius: 15px;
    transition: box-shadow .5s linear 0s, border-color .5s linear 1s;
    margin-top: 20px;
}
.inner-content  .m-b a i{
	display: none;	
  	transition: visibility 0s, opacity 0.5s linear;
}
.inner-content .m-b a:hover{
	box-shadow: inset 200px 0 0 #00aeef;
    border-color: #1b1464;
}
.inner-content .m-b a:hover i{
	display: inline-block;
	animation-delay: 250ms;	
}
.inner-content::after {
    width: 50%;
}
.inner-content::after {
    content: '';
    background-image: url(../banner/about-image-3.jpg);
    background-size: cover;
    width: 50%;
    height: 400px;
    position: absolute;
    /*right: -30px;*/
    bottom: 4px;
    background-repeat: no-repeat;
}

.card {
    text-align: center;
    width: 250px;
    margin: 10px;
    background-color: #2b3990;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    color: #ffffff;
    font-size: 20px;
}

.card .picture {
    display: inline-block;
    height: 180px;
    width: 180px;
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.card > div {
    padding: 10px;
}
.card .card-title {
    font-size: 14px;
    font-weight: 600;
    background: #1b1464;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.card .team-content {
    position: relative;
    flex: 1;
    overflow: hidden;
}
.card .team-content::before {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    /*background-image: url(../logo/ASCS-icon.png);*/
    background-color: #1b1464;
    position: absolute;
    bottom: 155%;
    right: 0;
    left: 0;
    opacity: 0.9;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}

.card:hover .team-content::before {
    height: 100%;
}
.card .picture::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #1b1464;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.card .picture img {
    width: 150px;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}

.card:hover .picture img {
   /* box-shadow: 0 0 0 8px #00AEEF;*/
    transform: scale(0.8);
     filter: brightness(0) invert(1);
}

.card .social {
    padding: 8px 0;
    width: 100%;
    background-color: #1b1464;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    transition: all 0.5s ease 0s;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
}
.card .org {
    margin: 10px 0;    
}
.card .org  img{
   width: 50px;   
}
.card:hover .social {
    transform: translate(0);
}
.car2 {
    width: 200px;
}

.why-choose-us{
    width: 100%;
    display: flex;
    /*background-image: url(../banner/back.jpg);*/
    flex-flow: row wrap;
    justify-content: center;
}
.why-choose-right .heading h1 {
    font-weight: 400 !important;
    margin-top: 20px;
}
.why-choose-left{
    flex: 1;
}
.why-choose-right{
    flex: 1;
}
.load-gif{
    width: 100%;
    overflow: hidden;
    position: absolute;
    display: flex;
    align-items: center;
}
.load-gif img{
    width: 500px;
}
.the-main-features{
    display: flex;
    flex-flow: row wrap;
    margin-top: 30px;
}
.the-main-features .feature-icon{
    width: 15%;
}
.the-main-features .feature-icon img{
    width: 40px;
}
.the-main-features .feature-content{
    width: 80%;
}
.the-main-features .feature-content h3{
    font-weight: 400;
}
.the-main-features .feature-content p{
    font-weight: 300;
    font-size: 15px;
}
.track-your-shipment-div{
    height: 300px;
    background-image: url(../banner/back.jpg);
    background-color: red;
    display: flex;
    justify-content: center;
    align-items: center;
}
.track-your-shipment{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: top;
}
.track-head{
    font-weight: 800;
    font-size: 20px;
    color: #fff;
    padding: 10px 15px;
}
.form-style-track{
    width: 100%;
    text-align: center;
}
.form-style-track input[type="text"]{
    width: 300px;
    height: 40px;
    border-radius: 10px;
    padding: 10px;
    font-size: 20px;
    font-weight: 400;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    outline: none;
    border: 1px solid #B0CFE0;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    margin: 10px 0px;
}
.form-style-track input[type="text"]:focus{    
    box-shadow: 0 0 5px #B0CFE0;
    border:1px solid #red;
}
.form-style-track input[type="submit"]{
    text-decoration: none;
    background-color: #006c83;
    padding: 10px 45px;
    color: #fff;
    font-weight: 400;
    border-radius: 15px;
    transition: box-shadow .4s linear 0s, border-color .3s linear 1s;
    border: 2px solid #006c83;
}
.form-style-track input[type="submit"]:hover {
    box-shadow: 0 0 0 2em #70bd44  inset;
    color: #000;
    border: 2px solid;
    border-color:  #70bd44 ;
}

