/*******Fonts***************/
@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=PT+Sans');
@import url ('https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css');
@import url ('https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js');
@import url ('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url ('https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js')

html, body{
  margin: 0px;
  padding: 0px;
  font-family: 'Work Sans', sans-serif !important;
 
  font-size:16px!important;
}
a:focus{
  outline: none !important;
  background: transparent !important;
}

.logoImg{
	margin-left: -34px;
    margin-top: 10px;
}

/*****Navbar Coding*****/
nav.CstmNavbar div.navbar-header{
  height: 80px;
}
nav.CstmNavbar div.navbar-header a.navbar-brand{
  padding: 0px 15px !important;
  height: 80px;
}
nav.CstmNavbar ul{
  margin: 14px 0px;
}
nav.CstmNavbar ul li a{
  border-top: 2px solid white;
  background: white;
 
}


nav.CstmNavbar ul li a:hover{
  background: white;
  border-top: 2px solid #3c8dc5;
}


/*********Carosuel Coding***********/
div#myCarousel div.carousel-inner div.item img{
  width: 100%;
  
}
.carousel {
    top:27px !important;
}
div#myCarousel ol {
    width: 100%;
    left: 0;
    margin-left: 0px;
    bottom: -10px;
}
div#myCarousel ol li:hover{
    background: #92c500;
}
div#myCarousel ol li.active{
    background: #92c500;
}
div#myCarousel div.carousel-inner div.cstmcaption {
    position: absolute !important;
    top: 40% !important;
    left: 7% !important;
    padding: 0px !important;
    margin: 0px !important;
}
div#myCarousel div.carousel-inner div.cstmcaption h2 {
    background: #a4ce32 !important;
    color: #fff !important;
    display: inline-block !important;
    font-size: 32px !important;
    margin: 1px 0 !important;
    max-width: 450px !important;
    padding: 10px 20px !important;
    width: 100% !important;
}
div#myCarousel div.carousel-inner div.cstmcaption p {
    background: #012232 !important;
    color: #fff !important;
    display: inline-block !important;
    font-size: 16px !important;
    margin: 1px 0 !important;
    max-width: 450px !important;
    padding: 10px 20px !important;
    width: 100% !important;
}
.bounceInLeft{
  animation-delay: 0.5s !important;
}
.bounceInRight{
  animation-delay: 0.5s !important;
}
a.carousel-control.left {
    background: transparent !important;
}
a.carousel-control.left .glyphicon {
    left: 20%;
    top: 32%;
    margin-left: 25%;
}
a.carousel-control.right {
    background: transparent !important;
}
a.carousel-control.right .glyphicon {
    left: -505%;
    top: 32%;
}

/***********About Us Coding************/

div.aboutus{
  padding-top: 35px;
  padding-bottom: 35px;
}
div.aboutus h1{
  margin-bottom: 50px;
  text-transform: uppercase;
  color: #256e9a;
}
div.aboutus p{
  color:#256e9a;
}
div.aboutus h1 a{
  text-decoration: none;
  color: #256e9a;
}
div.aboutus h1 a:hover{
  color: #256e9a;
}
div.aboutus img.aboutimage{
  width: 100%;
  height: auto;
  display: block;
}
/**************Tracking coding***********/


.card {
    color: #337ab7;
    z-index: 0;
    /* background-color: #ECEFF1; */
    padding-bottom: 20px;
    margin-top: 30px;
    
    font-size: 16px;
    border-radius: 10px;
	
}

a {
    font-size:16px !important;
}


.top {
    padding-top: 20px;
    padding-left: 13% !important;
    /*padding-right: 13% !important*/
}

.buttons {
    padding-top: 15px;
    padding-left: 18% !important;
	padding-bottom: 15px;
    /*padding-right: 13% !important*/
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #455A64;
    padding-left: 0px;
    margin-top: 30px
}

#progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
	z-index: 1;
}

#progressbar .step0:before {
    font-family: FontAwesome;
    content: "\f10c";
    color: #fff
}

#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    background: #C5CAE9;
    border-radius: 50%;
    margin: auto;
    padding: 0px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 12px;
    background: #C5CAE9;
    position: absolute;
    left: 0;
    top: 16px;
    z-index: -1
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50%
}

#progressbar li:nth-child(2):after,
#progressbar li:nth-child(3):after {
    left: -50%
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #651FFF
}

#progressbar li.active:before {
    font-family: FontAwesome;
    content: "\f00c"
}

.icon {
    width: 60px;
    height: 60px;
    margin-right: 15px
}

.icon-content {
    padding-bottom: 20px
}

/***********Services Coding************/
div.services{
  padding: 40px 0px 100px;
  background: #256e9a;
}
div.services h1{
  text-transform: uppercase;
  color: white;
  margin-bottom: 40px;
}
div.services div.servicebox{
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background: white;
  margin: 0px auto;
  overflow: hidden;
}
div.services div.servicebox:hover{
  box-shadow: 0px 5px 2px rgba(0,0,0,0.5);
}
div.services div.servicebox img{
  width: 100%;
  display: block;
}
div.services div.servicebox h4{
  position: absolute;
  bottom: -20%;
  margin: 0px auto;
  width: 200px;
  color: white;
}

/********Contact Us Coding***********/
div.contactus{
  padding: 40px 0px;
}
div.contactus h1{
  text-transform: uppercase;
  color: #256e9a;
  margin-bottom: 40px;
}
div.contactus h4{
  color: #256e9a;
}
div.contactus form input{
  border-color: rgba(66, 134, 244, 0.5);
}
div.contactus form input::placeholder{
  color:#256e9a;
}
div.contactus form input:focus{
  box-shadow: none !important;
}
div.contactus form textarea{
  border-color: rgba(66, 134, 244, 0.5);
}
div.contactus form textarea::placeholder{
  color:#256e9a;
}
div.contactus form textarea:focus{
  box-shadow: none !important;
}
div.contactus form textarea.form-control{
  max-width: 100%;
  min-width: 100%;
  max-height: 217px;
  min-height: 217px;
}
div.contactus form button.cstmbtn{
  background: #256e9a;
  color: white;
}
div.contactus form button.cstmbtn:hover{
  background: #093149 !important;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.8);
}
div.contactus form button.cstmbtn:active{
  box-shadow: 0px 1px 2px rgba(0,0,0,0.8);
}

/********Footer Coding***********/
footer.footer{
  /* padding: 40px 0px; */
  background: #256e9a;
  color: white;
}
footer.footer p{
  padding: 20px 0px;
}
footer.footer h4{
  padding: 0px;
  margin-top: -2px;
  text-transform: uppercase;
  font-weight: bold;
}
footer.footer ul{
  padding: 2px !important;
}
footer.footer ul li{
  list-style-type: none;
  margin: 10px 0px;
  padding: 0px;
}
footer.footer ul li a{
  text-decoration: none;
  color: white;
  border-bottom: 1px solid #256e9a;
}
footer.footer ul li a:hover{
  border-color: white;
}
footer.footer h6.regd{
  margin-top:  25px;
}

.footer {
	position: relative;
}
.footer::before, .footer::after {
	z-index: 100;
	position: absolute;
	content: "";
	background-color: #256e9a;
}
.footer-top {
	position: relative;
	background:#256e9a;
	padding: 30px 0;
}
.footer-top::before, .footer-top::after {
	z-index: 100;
	position: absolute;
	content: "";
	background: white;
}
.footer-bottom {
	background: white;
	color: #256e9a;
	padding: 10px 0;
	text-align: center;
}

/**********About Us page Coding***************/
div.hierarchy{
  width: 100%;
  background: #f5f5f5;
  padding: 15px 0px;
  margin-top: 23px;
}
div.hierarchy ol.breadcrumb{
  padding: 0px !important;
  margin-bottom: 0px !important;
}
div.hierarchy ol.breadcrumb li a{
  text-decoration: none;
  font-weight: 500;
}

div.profile{
  padding: 55px 0px 75px;
  color: #256e9a;
}
div.profile div.imagebox{
  width:100%;
  height: 429px;
  transition: 0.2s ease-in-out;
  border-bottom: 1px solid #aedbe9;
}
div.profile div.imagebox:hover{
  transform: translateY(-10px);
  box-shadow: 0px 4px 4px rgba(0,0,0,0.8);
}
div.profile div.imagebox img{
  display: block;
  width: 100%;
  height: 370px;
}
div.profile div.imagebox div.profiledetails{
  background: #aedbe9;
  padding: 8px 0px;
  border: 2px solid #aedbe9;
}
div.profile div.imagebox div.profiledetails h4{
  margin: 0px;
  font-weight: bold;
  color: white;
}
div.profile div.imagebox div.profiledetails p{
  margin: 0px;
  color: white;
}

/**********Services Page Coding***************/
div.services div.air{
  /* background: url('../images/air2.jpg');
  background-attachment: fixed;
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat; */
  padding:20px 0px 10px;
}
div.services h2{
  color: #256e9a;
  font-weight: bold;
  margin-bottom: 20px;
}
div.services p{
  color: #256e9a;
}
div.services ul{
  margin-left: 15px;
  padding: 0px;
  color: #256e9a;
}
div.services div.ship{
  /* background: url('../images/ship2.jpg');
  background-attachment: fixed;
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat; */
  padding: 20px 0px 10px;
}
div.services div.road{
  padding: 20px 0px 10px;
}
div.services div.agent{
  /* background: url('../images/agent2.jpg');
  background-attachment: fixed;
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat; */
  padding: 20px 0px 10px;
}

/***********Contact Us Page Coding************/
div.contactuspage h4{
  margin-bottom: 30px;
  padding: 0px 15px;
  color:white;
}
div.contactuspage h4::after{
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  background: rgba(37, 110, 154,0.8);
  width: 270px;
  height: 40px;
  z-index: -1 !important;
}
div.contactuspage h4::before{
  content: '';
  position: absolute;
  top: 0;
  left: 270px;
  background: white;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  z-index: 1 !important;
}
div.contactuspage h3{
  margin-bottom: 30px;
  margin-top:10px;
  padding: 0px 15px !important;
  font-size: 18px;
  color: white;
}
div.contactuspage h3::after{
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  background: #508bae !important;
  width: 270px;
  height: 40px;
  z-index: -1 !important;
}
div.contactuspage h3::before{
  content: '';
  position: absolute;
  top: 0;
  left: 270px;
  background: white;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  z-index: 1 !important;
}
div.contactuspage address{
  color: #256e9a;
  font-size: 14px;
  padding: 0px 15px;
}



@media (max-width:768px) {
  /********Index Page Coding*******/
  nav.CstmNavbar div.navbar-header button.navbar-toggle{
    margin-top: 25px;
  }
  div#myCarousel div.carousel-inner div.cstmcaption {
    display: none;
   }
  a.carousel-control.left .glyphicon, a.carousel-control.right .glyphicon {
   display: none;
  }
  a.carousel-control.left .glyphicon, a.carousel-control.left .glyphicon {
   display: none;
  }


  div.services h1{
    margin-bottom: 0px !important;
  }
  div.services div.servicebox{
    margin: 35px auto;
  }
  div.services div.servicebox h4{
    bottom: -5%;
  }

  div.contactus div.cstmform{
    margin-top: 25px;
  }

  /*********About Us Page Coding*********/
  div.profile{
    padding: 55px 0px 0px;
  }

  /*****Contact Us Page Coding**********/
  div.contactuspage h4{
    padding: 10px 5px;
  }
  div.contactuspage h3{
    padding: 0px 5px !important;
    margin-top:10px;
  }

@media (min-width: 992px) {
  /********Index Page Coding*******/
	footer.footer::before {
		width: 43px;
		height: 43px;
		top: -21px;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
		right: calc(50% - 470px - 85px);
	}
	footer.footer::after {
		height: 30px;
		top: -30px;
		right: 0;
		width: calc(50% - 470px - 63px);
	}
	div.footer-top {
		padding: 40px 0 10px;
	}
	div.footer-top::before {
		width: 43px;
		height: 43px;
		bottom: -21px;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
		left: calc(50% - 470px - 85px);
	}
	div.footer-top::after {
		height: 30px;
		bottom: -30px;
		left: 0;
		width: calc(50% - 470px - 63px);
	}
	div.footer-bottom {
		padding: 19px 0;
	}
}

@media (min-width: 1200px) {
  /********Index Page Coding*******/
	footer.footer::before {
		right: calc(50% - 570px - 85px);
   }
	footer.footer::after {
		width: calc(50% - 570px - 63px);
	}
	div.footer-top::before {
		left: calc(50% - 570px - 85px);
	}
	div.footer-top::after {
		width: calc(50% - 570px - 63px);
	}
}
@media screen and (max-width: 992px) {
    .icon-content {
        width: 50%
    }
}
