:root{
	--secondry-color:#f06e92;
	--primary-color:#FCC5D3;;
	--dark-color:#333;
}
@import url('https://fonts.googleapis.com/css?family=Economica');
h1,h2,h3,h4,h5,h6{
	color: #202e39;
    line-height: 1.4;
}
body{
	overflow-x: hidden;
	font-family: 'Economica', sans-serif;
    font-size: 1rem;
    color: #777;
    /*text-shadow: 0.5px 0.5px 0.5px;*/
}
.footer-socail{
	list-style-type: none;
	padding: 0;
}
.footer-socail a{
	display: inline-block;
	margin: 10px 0;
} 
.footer-socail span{
	margin-right: 10px; 

	padding: 10px;
	border: 1px solid #fff;
}
.title-nav{
	text-transform: capitalize;
}
.director-main{
	background-color: #222;
	color:#fff;
}
.center{
	text-align: center;
}
.video-div iframe{
  height: 200px;
}
.media-div{
	color: #111;
	text-decoration: none;
}
.media-div:hover{
	color: #111;
	text-decoration: none;
	
}
.banner-div{
	width: 26%;
	background-color: rgba(0, 0, 0,0.6);
	position: absolute;
	top: 50%;
	left: 25%;
	transform: translate(-50%, -50%);
}
.banner-div-2{
	text-align: left;
	width: 50%;
	height: 200px;
	position: absolute;
	top: 30%;
	left: 10%;
}
.gallery-servies{
	background: url(../images/background.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.industries-gallery{
	background: url(../images/industries-back.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.background-about{
	background: url(../images/Freight-Consolidator.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 300px;
	content: "";
	position: relative;
}
.truck-icon img{
	    width: 31%!important;
}
.head-box{
	height: 300px;
	
}
.about-head{
	font-size: 3rem;
	text-shadow: 2px 2px 3px #333;
	color: #fff;
	position: absolute;
	top: 50%;
	left:  50%;
	transform:translate(-50%,-50%); 
}
.banner-div-2 h4{
	text-shadow: 1px 1px 3px #333;
	color: #fff;
    font-weight: normal;
    margin-bottom: 1rem;
}
.banner-div-2 h2{
	text-shadow: 1px 1px 3px #333;
	font-size: 3rem;
    line-height: 1.25;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2rem;
}
.services-head{
	font-size: 3rem;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #fff;
}
.services-head2{
	color: #333;
}
.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.6s; /* So they look staggered */
}
.logo-div{
	margin: -13px 0px -13px 0px;
}

.map{
	height: 330px;
}
@keyframes come-in {
  to { transform: translateY(0); }
}

.read-more{
	background-color: #601b74;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	border: 1px solid;
	transition: 0.8s;
}
.read-more:hover{
	text-decoration: none;
	background-color: #f9c203;
	color: #fff;
}
.item {
  height: 150px;
}
.nav-ul{
	margin-left: 10px;
	text-align: center;
}
.nav-ul li{
	margin: 0 8px;
}
.grades h2{
	font-size: 40px;
}
.main-color{
	color: var(--secondry-color);
}
.nav-ul li a{
	
	font-size: 16px;
	font-weight: 300;
	color: #333 !important;
	text-transform: capitalize;
	border-bottom: 2px solid #fff;
	transition: 0.8s;

}

.heading-col{
	background-color: #333;
	color: #fff;
	text-decoration: none;
	transition: 0.8s;
}
.heading-col:hover{
	text-decoration: none;
	color: var(--secondry-color);
	background-color: var(--primary-color);
}
.nav-ul li a:hover{
	/*font-weight: 600;*/
	border-radius: 5px;
	color: var(--secondry-color);
	border-bottom: 2px solid var(--secondry-color);
}
.top-bar{
	background-color: var(--secondry-color);
	padding: 2px;
}
.top-bar li{
	list-style-type: none;
	display: inline-block;
}
.top-bar a,.top-bar i{
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	padding: 2px 10px;
	border-radius: 50%;
	transition: 0.8s;
}
.right{
	text-align: right;
}

.top-bar i:hover,.bootam-nav a:hover{
	color: #fff;
}
.socail-icons{
	margin:5px; 
	
}
.bootam-nav{
	text-align: right: ;
	/* margin:0; */
	padding: 4px; 
}
.bootam-nav a{
	padding: 4px;
	font-size: 14px;
}
.phone-icon{
	transform: rotate(100deg);
}
.thumbnail{
	overflow:hidden;
}
.thumbnail img:hover{
	transform: scale(1.3);
}




.about-sec{
	background-color: #333;
	color: #fff;
	padding: 20px;
}
.list-product{
	list-style-type: none;
	padding: 0;
}
.list-product li a{
	display: block;
	padding: 6px;
}
.right-border{
	border-right: 2px solid #222;
}
.gallery{
	background: url(../images/banner5.jpg) no-repeat;
	background-size: cover;
	padding: 80px 0;
}
.icon-box i{
	color: #eee;
	transition: 0.8s;
}
.icon-box i:hover{
	transform: translateY(-20px);
}
.learn-more{
	display: inline-block;
	padding: 5px 50px;
	text-align: center;
	color: #102e54;
	background: #fff;
	transition: 0.8s;
}
.learn-more:hover{
	text-decoration: none;
	color: #fff;
	background: #102e54;
	
}
.img-layer-image-hover-backgroundchange{
   flex: 0 0 32%;
   color: #eee;
   border: 1px solid rgba(255,255,255,0.3);
   border-radius: 5px;
   transition: 0.5s;
   margin: 10px 5px;
   padding: 20px 5px;	
}
.img-layer-image-hover-backgroundchange h5{
	color: var(--primary-color);
	font-weight: 600;
}
.img-layer-image-hover-backgroundchange p{
	font-size: 0.8em;
}

.img-layer-image-hover-backgroundchange:hover{
	 border: 1px solid var(--secondry-color);
}
.img-layer-image-hover-backgroundchange:hover > .icon-box i{
    color: #fff;
}

.img-layer-image-hover-backgroundchange:hover > h5{
    color: #fff;
}
.img-layer-image-hover:hover > .learn-more{
	text-decoration: none;
	color: #fff;
	background: #102e54;
	
}
.img-layer-image-hover{
   /*flex: 0 0 32%;*/
   color: #333;
   border: 1px solid rgba(255,255,255,0.3);
   border-radius: 5px;
   transition: 0.5s;
   /*margin: 10px 5px;*/
   padding: 20px 5px;	
}
.img-layer-image-hover h5{
	color: #111;
	font-weight: 600;
}
.img-layer-image-hover p{
	font-size: 0.8em;
}

.img-layer-image-hover:hover{
	 color: #111;
	 border: 1px solid rgba(0,0,0,1);
}
.img-layer-image-hover:hover > .icon-box i{
    color: #333;
}

.img-layer-image-hover:hover > h5{
    color: #333;
}
.icon-boxs i{
	color: var(--secondry-color);
}
.layer div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.layer div a{
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.img-layer-image-hover-backgroundchange .layer {
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
}

.img-layer-image-hover-backgroundchange:hover .layer {
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
}
footer{
	padding: 20px 0;
	background-color: #222;
}
footer h4{
	color: #eee;
}
footer a,footer p,footer h3{
	color: #eee;
	font-size: 15px;
}
footer a:hover{
	text-decoration: none;
	color: var(--secondry-color);
}
@media (min-width: 200px) and (max-width: 576px){
	.banner-div-2{
		text-align: left;
		width: 95%;
		height: 100px;
		position: absolute;
		top: 1%;
		left: 1%;
	}
	.banner-div-2 h2, .banner-div-2 h4{
		font-size: 12px;
	}
	.p-5{
		
		padding: 10px !important;
	}
	.p-3{
		padding: 4px !important;
	}
	.img-layer-image-hover-backgroundchange {
		flex: 0 0 96%;
	}
	.bootam-nav {
		text-align: center;
	}
}