body{
	font-family: "Poppins", serif;
	background-color: #f5f5f5;
}
.logo img{
	height: 70px;
}
.navbar{display: none !important;}
nav{
	text-align: center;
}
nav ul{
	text-align: center;
    display: inline-block;
	margin-bottom: 0;
    margin-top: 25px;
}
nav ul li{
	float: left;
    list-style: none;
    margin-right: 20px;
}
nav ul a{
	color: #000;
	font-size: 17px;
	letter-spacing: 0.5px;
	text-decoration: none;
	font-family: "Poppins", serif;
}
.btn1{
	background-color: #e44b41;
    border: 1px solid #e44b41;
	color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 10px;
	transition: .3s ease-in;
}
.btn1 a{
	color: #fff;
    text-decoration: none;
    font-size: 17px;
}
.btn1 a i{
	margin-left: 8px;
}
.btn1:hover a{
	color: #fff;
}
.btn1:hover{
	background-color: #062e39;
	border: 1px solid #062e39;
}
.btn2{
	background-color: transparent;
    border: 1px solid #000;
    padding: 10px 30px;
    border-radius: 10px;
    margin-top: 10px;
	transition: .3s ease-in;
}
.btn2:hover{
	background-color: #000;
	border: 1px solid #000;
}
.btn2:hover a{
	color: #fff;
}
.btn2 a{
	color: #000;
    text-decoration: none;
    font-size: 17px;
}
.banner{
	padding: 100px 0 70px;
}
.banner_content h2{
	font-size: 50px;
}
p{
	color: #666464;
    letter-spacing: 0.2px;
	margin-top: 20px;
    margin-bottom: 20px;
}
.banner_image{
	text-align: right;
}
.banner_image img{
	height: 350px;
}
.vert_align{
	display: flex;
    align-items: center;
}
.about{
	display: flex;

}
.about_img{
	background: url('../img/cargo-truck-containers.webp');
	background-repeat: no-repeat;
	background-size: contain;
	width: 48%;
	height: 400px;
	margin-top: -30px;
	margin-right: 21px;
}
.about_content{
	margin-right: 80px;
    width: 50%;
}
.count_wrap{
	display: flex;
    justify-content: center;
    text-align: left;
}
.count_wrap .count_box{
	margin-right: 50px;
    padding-right: 50px;
    border-right: 1px solid #88888870;
}
.count_wrap .count_box:last-child{
	border-right: none;
}
.count_wrap .count_box h5{
	margin-bottom: 0;
    font-size: 45px;
}
.count_wrap .count_box p{
	margin: 0;
}
.count_wrap .count_box span{
	color: #2c6fe0;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.heading_1 h3{
	position: relative;
	margin: 15px 0;
    font-size: 35px;
}
.heading_1 h3:after{
	content: '';
	position: absolute;
    left: 0;
    bottom: -4px;
    background: #e44b41;
    height: 2px;
    width: 60px;
}
.heading_1 span{
	text-transform: uppercase;
    font-size: 15px;
    color: #e44b41;
    letter-spacing: 0.4px;
    font-weight: 500;
}
.service{
	padding: 70px 0;
}
.heading_1{
	margin-bottom: 50px;
}
.service .heading_1{
	text-align: center;
}
.service .heading_1 h3:after{
	left: 50%;
	bottom: -12px;
}
.services_wrapper{
	border-radius: 10px;
    background-color: #2196f314;
    box-shadow: 0px 3px 7px #cccccc70;
    padding: 20px 15px;
	margin-bottom: 25px;
    text-align: center;
	transition: .3s ease-in;
}
.services_wrapper:hover{
	transform: scale(0.9);
}
.services_wrapper img{
	height: 60px;
}
.services_wrapper h4{
	margin-top: 15px;
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #000000;
}
.other_services{
	background-color: #242424;
	padding: 50px 0;
	margin-bottom: 60px;
}
.other_services .heading_1{
	text-align: center;
}
.other_services .heading_1 h3{
	color: #fff;
}
.other_services .heading_1 h3:after{
	left: 48%;
	bottom: -12px;
}
.other_service{
	background-color: #fff;
    padding: 20px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.other_service img{
	height: 85px;
}
.other_service h3{
	font-size: 17px;
    letter-spacing: 0.3px;
    margin-top: 15px;
}
.other_service p{
	text-align: justify;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.footer{
	background-color: #062e39;
	padding: 60px 0;
}
.footer .footer_internal_wrapper p{
	color: #E4E4E4;
	font-size: 16px;
	letter-spacing: 0.5px;
}
.footer .footer_internal_wrapper h5{
	color: #E4E4E4;
    font-size: 25px;
	margin-bottom: 30px;
}
.footer .footer_internal_wrapper ul{
	padding-left: 0;
}
.footer .footer_internal_wrapper ul li{
	list-style: none;
    line-height: 28px;
}
.footer .get_touch ul li{
	display: flex;
}
.footer .get_touch ul li i{
	margin-top: 6px;
    color: #e44b41;
    font-size: 18px;
    margin-right: 12px;
}
.footer .get_touch ul li p{
	margin-top: 0;
	margin-bottom: 8px;
}
.footer .footer_internal_wrapper ul li a{
	color: #E4E4E4;
    text-decoration: none;
}
.footer .footer_internal_wrapper ul li a i{
	color: #e44b41;
    font-size: 18px;
	margin-right: 12px;
}
.copyright_bottom{
	background-color: #242424;
}
.copyright_bottom p{
	color: #E4E4E4;
}
.footer_social li{
	position: relative;
    display: inline-block;
    margin-right: 6px;
}
.footer_social li i{
	position: relative;
    display: block;
	color: #fff;
	margin-right: 0 !important;
}
.footer_social li a:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 0px;
    height: 100%;
    content: "";
    bottom: 0;
    background: #FFF;
    z-index: -1;
    transition: .5s;
    margin: auto;
}
.footer_social li a:hover::before {
    width: 100%;
    left: 0;
}
.footer_social li i:before {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.footer_social li a:hover i::before {
    color: #062e39;
}
.footer_social li a{
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #1f434d;
    z-index: 1;
}
.breadcrumb_wrap{
	background-color: #062e39;
	padding: 50px 0;
}
.bread_crumb{
	border-left: 4px solid #e44b41;
    padding-left: 20px;
}
.bread_crumb h5{
	color: #fff;
    font-size: 40px;
}
.bread_crumb a{
	color: #e44b41;
    text-decoration: none;
	margin-right: 10px;
}
.bread_crumb span{
	color: #fff;
}
.bread_crumb i{
	color: #fff;
	margin-right: 10px;
}
.contact{
	margin: 80px 0;
}
.contact .footer_social{
	padding-left: 0;
}
.contact .heading_1 h3{
	font-size: 42px;
}
.contact .heading_1 p{
	margin: 40px 0;
}
.form_wrapper input,
.form_wrapper select,
.form_wrapper textarea{
	width: 100%;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 10px;
    border: 1px solid #e44b413b;
    background-color: transparent;
}
.form_wrapper textarea{
	height: 140px;
}
.form_wrapper input[type="submit"]{
	width: auto;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 10px 40px;
	background-color: #e44b41;
    border: 1px solid #e44b41;
	color: #fff;
	text-transform: uppercase;
}
.contact_details_wrapper{
	margin-right: 100px;
}
.contact_details_wrapper ul li{
	display: flex;
    border-bottom: 1px dashed #e44b41;
    padding-bottom: 15px;
    padding-top: 15px;
    width: auto;
}
.contact_details_wrapper ul li:last-child{
	border-bottom: none;
}
.contact_details_wrapper ul i{
	margin-top: 6px;
    color: #e44b41;
    font-size: 22px;
    margin-right: 12px;
}
.contact_details_wrapper ul p{
	margin-top: 0;
    margin-bottom: 8px;
}
.contact_details_wrapper ul a{
	color: #666464;
	text-decoration: none;
}
.map iframe{
	border: 10px solid #99b9f033;
    box-shadow: 0px 3px 7px #d2d0d0;
}
.map{
	margin-bottom: 60px;
}
.overview{
	margin: 80px 0;
}
.overview_wrapper p{
	text-align: justify;
}
.overview_img{
	position: relative;
}
.overview_img .shape2{
	position: absolute;
    top: -10px;
    right: 0;
    z-index: -1;
}
.overview_img .shape2.float-bob-y{
	 -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
 }
 @keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}
.mission_wrapper ul{
	padding-left: 15px;
}
.mission_wrapper ul li{
	list-style: none;
    border-left: 3px solid #e44b41;
    margin-bottom: 12px;
    padding-left: 15px;
}
.strength_wrapper{
	display: flex;
}
.strength_wrapper .strength_box{
	display: flex;
    box-shadow: 0px 3px 7px #ccc;
    padding: 20px;
    border-radius: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 100%;
    justify-content: space-between;
}
.strength_wrapper .strength_box p{
	margin-top: 0;
}
.strength_wrapper .strength_box h4{
	color: #e24a40;
    float: right;
    text-align: right;
}
.strength_wrapper.even_box{
	margin: 0 auto;
    width: 305px;
}
.why_choose{
	margin-top: 60px;
	margin-bottom: 60px;
}
.why_choose ul li{
	list-style: none;
    line-height: 34px;
    display: flex;
    align-items: center;
}
.why_choose ul li i{
	color: #e24a40;
	margin-right: 15px;
}
.separate_services{
	padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ebebeb7d;
}
.separate_services .heading_1{
	text-align: left;
}
.separate_services .heading_1:after{
	left: 0;
}
.separate_services .services_wrapper{
	border-radius: 16px;
    background-color: transparent;
    border: 1px solid #8c8989;
    box-shadow: 0px 3px 7px #cccccc70;
}
.separate_services .row_even1{
	height: 320px;
}
.separate_services .row_even2{
	height: 440px;
}
.separate_services .row_even3{
	height: 365px;
}
.bg1{
	background-color: #e24136 !important;
	border: 1px solid #e24136 !important;
}
.bg1 h4{
	color: #fff;
}
.bg1 p{
	color: #fff;
}
.mobile_buttons{
	display: none;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #185ed2;
    padding: 0.5em 1em;
	margin-top: 10px;
}
.nav-list {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
.nav-list li {
    margin: 0 1em;
}
.nav-list a {
    text-decoration: none;
    color: white;
    font-size: 1rem;
}
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}
.menu-toggle .bar {
    background-color: white;
    height: 3px;
    width: 25px;
    margin: 3px 0;
}


.popup {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    justify-content: center;
    align-items: center;
	z-index: 99;
}

.popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 30%;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
.popup h5{
	text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 30px;
}
.popup form input{
	display: block;
    padding: 10px 25px;
    border-radius: 6px;
    border: 1px solid #000;
    width: 100%;
}
.popup form input[type="submit"]{
	margin-top: 15px;
    background-color: #062e39;
    border: 1px solid #062e39;
    color: #fff;
    text-transform: uppercase;
}


@media (max-width: 768px){
	header{padding: 15px 0 0;}
	header .btn_wrap{display: none;}
	.banner_image img{
		width: 100%;
		height: auto;
	}
	.banner_content h2{font-size: 30px;}
	.about_img{display: none;}
	.about_content{
		margin-right: 0;
		width: 100%;
	}
	.count_wrap{justify-content: flex-start;}
	.count_wrap .count_box {
		margin-right: 15px;
		padding-right: 20px;
	}
	.count_wrap .count_box span{font-size: 13px;}
	.count_wrap .count_box h5{font-size: 27px;}
	.count_wrap .count_box p{font-size: 13px;}
	p {
		letter-spacing: 0.5px;
		font-size: 14px;
	}
	.banner_image{margin-top: 30px;}
	.banner{padding: 45px 0 70px;}
	.about {
		display: block;
		padding: 0 10px;
	}
	.heading_1 h3{font-size: 25px;}
	.other_service{margin-bottom: 15px;}
	.footer .footer_internal_wrapper h5{margin-top: 30px;}
	.copyright_bottom{margin-bottom: 35px;}
	.mobile_buttons{
		display: block;
		position: fixed;
		width: 100%;
		bottom: 0;
	}
	.mobile_buttons button{
		width: 100%;
        background-color: #185ed2;
        border: 1px solid #185ed2;
        border-radius: 0;
        padding: 7px;
	}
	.overview_img{display: none;}
	.overview {margin: 50px 0;}
	.mission_wrapper ul {padding-left: 0px;}
	.mission_wrapper ul li{font-size: 15px;}
	.strength_wrapper {display: block;}
	.why_choose ul li{
		align-items: baseline;
		font-size: 15px;
	}
	.separate_services .row_even1{height: auto;}
	.separate_services .row_even2{height: auto;}
	.separate_services .row_even3{height: auto;}
	.contact .heading_1 h3{font-size: 25px;}
	.contact_details_wrapper{margin-right: 0;}
	.contact_details_wrapper ul{padding-left: 0;}
	.breadcrumb_wrap{margin-top: 10px;}
}

/* Mobile View */
@media screen and (max-width: 768px) {
	#desktop_menu{display: none;}
    .menu-toggle {
        display: flex;
    }
    .nav-list {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 43px;
        left: 0;
        background-color: #333;
        padding: 1em 0;
    }

    .nav-list.active {
        display: flex;
    }

    .nav-list li {
        text-align: center;
        margin: 0.5em 0;
    }
	.navbar{display: block !important;}
}

@media (max-width: 1024px) {
	.about_img{width: 42%;}
	.about_content {
		margin-left: 80px;
	}
}