@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

hr { 
border: 0; 
border-top: 1px solid #dddddd;
}
.nav-wrapper ul li a
{
font-family: 'Poppins', sans-serif;
font-size:15px;
font-weight:600;
color:#333;
}
.nav-wrapper ul li a:hover
{
background:none;
color:#0575E6;
}
.mobile-menu li a
{
font-family: 'Quicksand', sans-serif;
font-size:14px;
font-weight:600;
color:#333;
}
.mobile-menu li a:hover
{
background:none;
color:#FF512F!important;
}
.nav-mobile-white a
{
color:#fff!important;
}
.dropdown-custom
{
width:200px!important;
top:60px!important;
overflow: visible !important;
}
.dropdown-custom1
{
width:300px!important;
top:60px!important;
}
.nav-icon
{
margin-top:-13px;
}
.white {
border-bottom:1px solid #dddddd!important;
-webkit-box-shadow: -1px 29px 26px -23px rgba(0,0,0,0.06)!important;
-moz-box-shadow: -1px 29px 26px -23px rgba(0,0,0,0.06)!important;
box-shadow: -1px 29px 26px -23px rgba(0,0,0,0.06)!important;
}
.sidenav
{
background-color:#fff;
}
.brand-logo-mobile img
{
height:40%;
width:40%;
}
.brand-logo img
{
height:18%;
width:18%;
}
.footer-logo img
{
height:50%;
width:50%;
}
.footer-logo-hr
{
padding-top:30px;
border-bottom: 1px solid #656;
}
.brand-logo-nav img
{
height:70%;
width:70%;
}
.menu-active
{
color:#0575E6!important;
font-weight:600!important;
}
.preloader {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 9999;
   background-image: url('../img/preloader.png');
   background-repeat: no-repeat; 
   background-color: #fff;
   background-position: center;
}
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic,900);
* {
  box-sizing: border-box;
}
.outter{
  width:100%;
  height:100%;
  display:flex;
}

.video-container {
  height: auto;
  width:100%;
  position: relative;
}

video {
  object-fit: cover;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  
}

.video-container:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(black, .9);
  z-index: 1;
}
.home-section-1
{
background: url('../img/container.mp4') fixed 50% 20% no-repeat; 
background-color:#ecf2ff; 
width: auto;
background-size: cover;	
height:auto;
padding:10px;
min-height:600px;
}
.home-section-2
{
background: url('../img/logistics-2.jpg') fixed 50% 20% no-repeat; 
background-color:#ecf2ff; 
width: auto;
background-size: cover;	
height:auto;
padding:10px;
}
.collapsible-header
{
opacity:0.7!important;
}
.row .home-about-section
{
background: url('../img/logistics-cover2.jpg') 10% 70% no-repeat; 
background-color:#f6f9ff; 
width: auto;
background-size: cover;	
}
.row .home-service-section
{
background: url('../img/logistics.jpg') 10% 70% no-repeat; 
background-color:#f6f9ff; 
width: auto;
background-size: cover;	
}
.bg-inner-pages
{
background: url('../img/business-footer.jpg') 80% 10% no-repeat; 
background-color:#000; 
width: auto;
background-size: cover;	
height:auto;
padding:20px;
}
.bg-cover-testimonial
{
background: url('../img/cover1.jpg') 30% 50% no-repeat; 
background-color:#000; 
width: auto;
background-size: cover;	
height:auto;
padding:2px;
}
.bg-grey-inner
{
background: url('../img/blue-bg.jpg') 50% 50% no-repeat; 
width: auto;
background-size: cover;	
height:auto;
padding-top:50px;
padding-bottom:50px;
border-bottom: 2px solid transparent;
border-image: linear-gradient(to left, #9cecfb, #65c7f7, #0052d4);
border-image-slice: 1;
}
.bg-contribute
{
background: url('../img/contribute.jpg') 50% 99% no-repeat; 
width: auto;
background-size: cover;	
height:auto;
padding-top:50px;
padding-bottom:50px;
}
.footer
{
background: url('../img/business-footer.jpg') 10% 50% no-repeat; 
width: auto;
background-size: cover;	
height:auto;
padding:1px;
}
.section-grey
{
background: url('../img/logistics-cover3.jpg') fixed 50% 99% no-repeat; 
width: auto;
background-size: cover;	
height:auto;
padding:100px;
}
.about-bg
{
background: url('../img/logistics-1.jpg')50% 99% no-repeat; 
width: auto;
background-size: cover;	
height:auto;
padding:100px;
}
.how-section
{
background:#fff;
border-radius:10px;
box-shadow: 2px 3px 32px 5px rgba(0,0,0,0.06);
-webkit-box-shadow: 2px 3px 32px 5px rgba(0,0,0,0.06);
-moz-box-shadow: 2px 3px 32px 5px rgba(0,0,0,0.06);
padding:20px;	
}
.image-stack
{
display:flex;
margin-bottom:0px;
}
.image-stack-container
{
padding-bottom:50px;
}
.services-info
{
margin-bottom:0px;	
}
/*********typography*********/
.heading-hero
{
font-family: 'Montserrat', sans-serif;
font-size:40px;
line-height:40px;
font-weight:700
}
.heading-main
{
font-family: 'Montserrat', sans-serif;
font-size:30px;
font-weight:700;
}
.heading-sub
{
font-family: 'Montserrat', sans-serif;
font-size:25px;
font-weight:700;
line-height:30px;
}
.pseudo_border {
    position:relative;
}
.pseudo_border:after {
    content:'';
    position:absolute;
    left:0; right:0;
    top:100%;
	margin-top:7px;
    width:20%;
    height:6px;
    background:#dc3535;
}
.heading-sub-inner
{
font-family: 'Montserrat', sans-serif;
font-size:16px;
font-weight:700;
line-height:20px;
}
.para
{
font-family: 'Montserrat', sans-serif;
font-size:14px;
font-weight:400;
line-height:30px;
font-weight:400;
}

.footer-menu a
{
font-family: 'Montserrat', sans-serif;
font-size:14px;
font-weight:400;
line-height:30px;
color:#fff;
}
.footer-menu a:hover
{
color:#fc5151;
}
.icon-connect
{
font-size:20px;
}
/*********colors***********/
.cl-white
{
color:#fff;
}
.cl-black
{
color:#000;
}
.cl-grey
{
color:#333;
}
.cl-blue
{
color: #dc3535;  /* fallback for old browsers */
}
.cl-cj
{	
background-image: linear-gradient(to right, #DD2476, #FF512F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.cl-primary
{
color:#484338;
}
.cl-primary-inverse
{
color:#f9f1de
}
.cl-grey-lighten
{
color:#9a9a9b;
}
.cl-facebook
{
color:#1078a4;
}
.cl-instagram
{
color:#ff00ba;	
}
/*********Third party*****/
.sidebar-box {
  max-height: 320px;
  position: relative;
  overflow: hidden;
}
.sidebar-box .read-more { 
  position: absolute; 
  bottom: 0; 
  left: 0;
  width: 100%; 
  text-align: center; 
  margin: 0; 
  padding: 30px 0; 
	
  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, #ffffff);
}

#readmore .readmore__content { 
  bottom: 0; 
  left: 0;
  width: 100%; 
  margin: 0; 
	
  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, #ffffff);
}
/**********helper**********/
.text-uppercase
{
text-transform:uppercase;
letter-spacing:2px;
}
.card-bg
{
padding:10px 10px 10px 10px;
background: #0972e7;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FFFFFF, #6DD5FA, #0972e7);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #FFFFFF, #6DD5FA, #0972e7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
border-radius:20px;
}
.justified-text
{
text-align: justify;
text-justify: inter-word;
}
.container-width
{
max-width:1800px!important;
margin:20px 40px 20px 40px!important;
}
.container-width-nav
{
max-width:1800px!important;
margin-left:50px!important;
margin-right:50px!important;
}
.card-custom
{
background:#fff!important;
border:1px solid #f9f9f9;
border-radius:10px;
padding:10px!important;
box-shadow: 2px 3px 32px 5px rgba(0,0,0,0.06);
-webkit-box-shadow: 2px 3px 32px 5px rgba(0,0,0,0.06);
-moz-box-shadow: 2px 3px 32px 5px rgba(0,0,0,0.06);
}
.card-custom-content
{
background:#f6f9ff!important;
border-radius:5px;
padding:10px!important;
-webkit-box-shadow: 0px -12px 40px -26px rgba(0,0,0,0.46);
-moz-box-shadow: 0px -12px 40px -26px rgba(0,0,0,0.46);
box-shadow: 0px -12px 40px -26px rgba(0,0,0,0.46);
}
.card-custom-content-highlight
{
background:#f6f9ff!important;
border-radius:5px;
padding:10px!important;
-webkit-box-shadow: 0px 22px 40px -26px rgba(0,0,0,0.46);
-moz-box-shadow: 0px 22px 40px -26px rgba(0,0,0,0.46);
box-shadow: 0px 22px 40px -26px rgba(0,0,0,0.46);
}
.card-custom-products
{
background:#fff!important;
box-shadow: 2px 3px 32px 5px rgba(0,0,0,0.06);
-webkit-box-shadow: 2px 3px 32px 5px rgba(0,0,0,0.06);
-moz-box-shadow: 2px 3px 32px 5px rgba(0,0,0,0.06);
}
.card-content-custom
{
padding:0px 5px 0px 5px!important;
}
.text-center
{
text-align:center;	
}
.text-right
{
text-align:right;	
}
.margin-xll
{
margin-top:130px;
}
.margin-xl
{
margin-top:80px;
}
.margin-lg
{
margin-top:50px;
}
.margin-md
{
margin-top:40px;
}
.margin-sm
{
margin-top:20px;
}
.margin-xs
{
margin-top:10px;
}
.margin-inverse
{
margin-top:-20px;	
}
.margin-inverse-md
{
margin-top:-60px;	
}
.margin-inverse-sm
{
margin-top:-45px;	
}
.margin-inverse-mobile
{
margin-top:-5px;	
}
.margin-xll-bottom
{
margin-bottom:250px;
}
.margin-lg-bottom
{
margin-bottom:80px;
}
/*******button*******/
.button-center
{
text-align:center;
display:block;
}
.button-general
{
font-family: 'Quicksand', sans-serif;
border-radius:5px;
color:#fff!important;	
background: #0575E6!important;
background: -webkit-linear-gradient(to right, #021B79, #0575E6)!important;
background: linear-gradient(to right, #021B79, #0575E6)!important;
box-shadow:none;
font-size:14px;
font-weight:600;
text-transform:Capitalize;
}
.button-general:hover, .button-general:focus, .button-general:active 
{
color:#fff!important;
background: #0575E6!important;
background: -webkit-linear-gradient(to right, #021B79, #0575E6)!important;
background: linear-gradient(to right, #021B79, #0575E6)!important;
box-shadow:none!important;
background-position: right center; 
}
.button-general-inverse
{
font-family: 'Raleway', sans-serif;
color:#333;	
background:transparent;
box-shadow:none;
font-size:13px;
border:1px solid #fc5151;
font-weight:500;
}
.button-general-inverse:hover
{
color:#fff;
background:#fc5151;	
box-shadow:none!important; 
}
.button-general-white
{
font-family: 'Raleway', sans-serif;
color:#fff;	
background:transparent;
box-shadow:none;
font-size:13px;
border:1px solid #fff;
font-weight:500;
margin-top:10px;
margin-bottom:10px;
}
.button-general-white:hover
{
color:#fff;
background:#fc5151;	
box-shadow:none!important; 
}
/***********image*************/
.image-center
{
display:block;
}
.image-center img
{
display:block;
margin-left:auto;
margin-right:auto;
}
.image-special
{
height:100%;
width:100%;
}
.image-contact img
{
height:15%;
width:15%;
}
.badge-green
{
color:#fff!important;
font-size:13px!important;
text-transform:capitalize!important;
}
.badge-grey
{
color:#333!important;
font-size:13px!important;
text-transform:capitalize!important;
}
/***********image effect*********/
/* [1] The container */
.img-hover-zoom {
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform 2s, filter 1.5s ease-in-out;
  transform-origin: center center;
  filter: brightness(80%);
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
   filter: brightness(100%);
  transform: scale(1.3);
}
/* Parent Container */
.img-hover-zoom{
 position: relative;
 margin-right: 10px;
}
.img-hover-zoom .image-text{
 font-size:15px;
 font-weight:500;
 position: absolute;
 top: 0;
 left: 0;
 background: #fc5151;
 color: #fff;
 margin-top: 20px;
 opacity: 0;
 visibility: hidden;
 -webkit-transition: visibility 0s, opacity 0.5s linear; 
 transition: visibility 0s, opacity 0.5s linear;
 border-radius:0px 30px 30px 0px;
}
.img-hover-zoom:hover .image-text{
 padding: 10px 10px;
 visibility: visible;
 opacity: 1; 
}
/****************Collapsible**********/
.collapsible
{
border:none!important;
box-shadow:none!important;
}
.collapsible .active .collapsible-header
{
border:none!important;
box-shadow:none!important;
color:#198bff!important;
}
.collapsible-header
{
font-family: 'Fira Sans', sans-serif;
font-weight:700;
font-size:15px;	
color:#656;
}
/****************tabs*****************/
.tabs
{
background-color:#fff!important;
}
.tabs .tab a:hover a:focus, .tabs .tab a.active
{
font-family: 'Fira Sans', sans-serif;
font-weight:700;
font-size:15px;
font-weight:700;
color:#198bff!important;
letter-spacing:2px;
background-color:#f2fcff!important;
}
.tabs .tab a:focus
{
background-color:#f1f1f1important;
}
.tabs .tab a
{
font-family: 'Fira Sans', sans-serif;
color:#656;
font-size:14px;
font-weight:700;
text-transform:none;
}
.tabs .indicator
{
background-color:#fff;
}
/******************mobile view**********/
@media only screen and (max-width: 600px) {
	.container-width
	{
	margin:10px 10px 10px 10px!important;
	}
	.footer-logo img
	{
	height:70%;
	width:70%;
	}
	.brand-logo img
	{
	height:100%;
	width:100%;
	}
	.bg-cover-body
	{
	padding:5px;
	}
	.carousel-slider
	{
	height:100px!important;
	width:100%;
	}
	.margin-inverse-sm
	{
	margin-top:-10px;	
	}
	.section-grey
	{
	padding:20px;
	}
	.card-custom
	{
	background:#fff!important;
	border:2px solid #f9f9f9;
	-webkit-box-shadow: -1px 9px 26px -23px rgba(0,0,0,0.63);
	-moz-box-shadow: -1px 9px 26px -23px rgba(0,0,0,0.63);
	box-shadow: -1px 9px 26px -23px rgba(0,0,0,0.63);
	}
	.heading-hero
	{
	font-size:30px;
	}
	.heading-main
	{
	font-size:25px;
	line-height:35px;
	}
	.heading-sub
	{
	font-size:20px;
	}
	.heading-sub-inner
	{
	font-size:16px;
	}
	.para
	{
	font-size:14px;
	line-height:25px;
	}
	.mobile-text-center
	{
	text-align:center;
	}
	.margin-md
	{
	margin-top:30px!important;
	}
	.margin-xs
	{
	margin-top:10px!important;
	}
	.margin-sm
	{
	margin-top:20px!important;
	}
	.link-text a
	{
	font-size:14px;
	font-weight:500;
	color:#007bff
	}
	.margin-xll
	{
	margin-top:70px;
	}
	.footer-fixed {
	  position: fixed;
	  bottom: 0;
	  width: 100%;
background: #0575E6!important;
background: -webkit-linear-gradient(to right, #021B79, #0575E6)!important;
background: linear-gradient(to right, #021B79, #0575E6)!important;
	}
	.icon-footer
	{
	font-size:25px;
	}
	.sidenav li>a>i, .sidenav li>a>[class^="mdi-"], .sidenav li>a li>a>[class*="mdi-"], .sidenav li>a>i.material-icons
	{
	float:none!important;
	}
	.third-cover
	{
	padding:20px;	
	}
	.bg-about
	{
	padding:10px;
	}
}