/*@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;1,200;1,300;1,400;1,500&display=swap');
button:focus, *:focus {
	outline: none;
}
body {
	font-family: "Poppins", Sans-serif;
	margin: 0px;
	padding: 0px;
}
a, a:hover {
	text-decoration: none;
}
ul li, ol li {
	list-style: none;;
}
p{
	color: #140f11ab;
}
li {
	color: #140f11ab;
}
.g-recaptcha{
	padding-top: 22px
}
a.dropdown-item {
	color: white;
}
.dropdown-menu{
	border: none;
}
.dropdown-item.active, .dropdown-item:active {
    color: #000;
    background-color: #f8f9fa;
}
.carousel-indicators li{
	border-top: inherit;
	border-bottom:inherit;
}
.dropdown-menu{
	background: #ed2e2e;
}
/* .dropdown-toggle::after{
	color: #ed2e2e;
} */

.owl-prev{
	display: none;
}
.form-control:focus, active{
	outline: none;
	border: none;
}
/*navbar*/
.navbar-brand img{
	width:38%;
	max-width:38%;
}
.navbar-nav li{
	margin-right: 28px
}
.btn-navbar{
	background: #d50505;
	border-radius: 5px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6px 25px;
}
.btn-navbar:hover{
background: #fff;
	color:#d50505;
	border: 1px solid #d50505
}
.navbar-light .navbar-nav .active>.nav-link{
	color: #d50505
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #d50505
}
/*end
/** slider banner*/
.slider_text {
	background: #0000007a;
	padding: 38px 38px 65px 38px;
	border-radius: 5px;
}
.slider_bg_1 {
	background-image: url(../img/slide-sec.webp);
}
.slider_bg_2 {
	background-image: url(../img/slide-firsrt.webp);
}
.slider_area .single_slider {
	height: 597px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.slider_area .single_slider .slider_text h3 {
	color: #fff;
	font-size: 56px;
	font-weight: 800;
	line-height: 63px;
	margin-bottom: 28px;
}
.slider_area .single_slider .slider_text h3 span {
	border-bottom: 1px solid #ededed70;
}
.slider_area .single_slider .slider_text > a {
	margin-right: 15px;
	margin-bottom: -25px;
	background-color: white;

}
.slider_area .single_slider .slider_text > a:hover{
	background: #d50505;
	color: #fff
}
.owl-carousel .owl-nav div {
	background: transparent;
	height: 35px;
	left: 0px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 40px;
	color: #bcc5cf;
	background-color: transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	left: 50px;
	font-size: 13px;
	line-height: 33px;
	border: 1px solid #fff;
	left: 140px;
}
.owl-carousel .owl-nav div.owl-prev i {
	position: relative;
	top: 0px;
	color: #fff
}
.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: 140px;
	color: #fff
}
.combined {
	-webkit-text-stroke: 1px #f8f9fa;
	color: #f8f9fa;
	font-size: 61px;
}
.slider_text p {
	color: #f8f9fa;
	font-size: 14px;
	letter-spacing: 1px;
}
.slider_text button{
	font-weight: 500;
	border-width: 1px;
	border-radius: 50px;
	border: 1px solid #f8f9fa;
	padding: 6px 24px;
	margin-top: 10px;
	color: #000;
	background: #fff;
}
.slider_text button:hover{
	background: #000;
	color: #fff
}
.owl-carousel .owl-nav.disabled{
	display: block!important;
}
/*end*/
/*client slider*/
#client_slider{
	background-image: radial-gradient(at center center, #E01C1C 0%, #7c0202 100%);
}
.slick-slide {
	margin: 0px 20px;
}

.slick-slide img {
	width: 100%;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	width: 160px;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}
/*end*/
/*experince section*/
.section_padding{
	padding: 90px 0px 70px 0px;
}
.exp_text h5{
	font-size: 28px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 38px;
}
.exp_text p{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding-top: 5px;
}
.exp_img{
	display: flex;
	justify-content: center;
	align-items: center;
}
.img_text h5{
	color: #d50505;
	font-size: 29px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 35px;
}
.img_text{
	padding-left: 16px;
}
/*end*/
/*reefer carrier*/
.reefere{
	display: flex;
	justify-content: center;
	align-items: center;
}
.reefer_carr p{
	font-size: 38px;
	font-weight: 500;
	line-height: 44px;
	color: #000;
}
.reefer_para{
	border-left: 2px solid #d50505;
	padding-left: 22px;
}
/*end*/
/*card section*/
.firstcard{
	text-align: center;
	padding: 30px 30px 30px 30px;
}
.card_icon{
	width:17%;
	margin-bottom: 15px;
	display: inline-block;
}
.firstcard h5{
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 14px;
}
.firstcard:hover{
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
	transform: scale(1.1);
	transition: all .8s;
	border-bottom: 1px solid #be2222;
}
/*end*/
/*Cost-Effective*/
#cost_effc{
	background-image: url(../img/bg-cost.webp), linear-gradient(180deg, #da1313 0%, #141014de 100%);
	background-blend-mode: overlay;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100%;
	width: 100%;
	padding: 67px 0px 66px 0px;
}
.cost_text h5{
	color: #FFFFFF;
	font-size: 55px;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 66px;
}
.çost_boxs{
	text-align: center;
	padding: 30px 30px 70px 30px;
	background-color: #fff;
	height: 100%;
}
#cost_effc .col-lg-4{
	display: flex;
	align-content: center;
	align-items: center;
}
.btn-cost {
	font-weight: 500;
	border-width: 1px;
	border-radius: 50px;
	border: 1px solid #f8f9fa;
	color: #d50505;
	padding: 6px 24px;
	margin-top: 10px;
	color: #fff;
}
.çost_boxs h5 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 14px;
}
.btn-cost:hover{
	color: #fff
}
/*end*/
/*logistics solution */
.about-section{
	background: url(../img/logistics.png) no-repeat left;
	background-size: 49%;
	background-color: #fdfdfd;
	overflow: hidden;
	height: 100%;
	padding: 100px 0;
}

.inner-container{
	width: 55%;
	float: right;
	background-color: #fdfdfd;
	padding: 45px 0 45px 2px;
}
.logis_head h5{
	font-size: 30px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 45px;
	text-align: center;
	margin-bottom: 40px
}
.inner-container ul li{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 13px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 16px;
}
.inner-container ul li:nth-child(3) {
	border-bottom:none;
}
.inner-container ul li span{
	padding-left: 20px
}
.inner-container ul li i{
	color: #d50505;
	font-size: 20px;
}
/*2nd logistics*/
.about-section1{
	background: url(../img/bg-2.png) no-repeat right;
	background-size: 49%;
	background-color: #fdfdfd;
	overflow: hidden;
	height: 100%;
	padding: 100px 0;
}

.inner-container1{
	width: 55%;
	float:left;
	background-color: #fdfdfd;
	padding: 45px 0 45px 2px;
}
.inner-container1 ul li{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 13px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 16px;
}
.inner-container1 ul li:nth-child(4) {
	border-bottom:none;
}
.inner-container1 ul li span{
	padding-left: 20px
}
.inner-container1 ul li i{
	color: #d50505;
	font-size: 20px;
}
/*blog section*/
.blog_section .card{
	margin-bottom: 20px;
}
.card-link{
	color: red;
}
.blog_section .card-body h4{
	margin-bottom: 15px;
	font-weight: 600;
	line-height: 26px;
	font-size: 21px;
}
.blog_section .card-body p{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	color: #777;
}
.blog_section .card-body a{
	color: #d50505;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 4px;
	margin-bottom: 12px
}
.card-img-top {
	height: 288px;
	object-fit: cover;
}
.blog_head h5{
	color: #000000;
	font-size: 40px;
	font-weight: 600;
	padding: 0px 0px 20px 0px;
}
.view_btn button{
	font-size: 15px;
	font-weight: 500;
	color: #FFFFFF;
	background-color: #d50505;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color:  #d50505;
	padding: 7px 20px;
}
/*end*/
/*testimonial*/
.test_head p{
	color: #D50505;
	margin-bottom: 2px;
}
.test_head{
	padding-bottom: 40px
}
.test_head h5{
	font-size: 38px;
	font-weight: 500;
	text-transform: capitalize;
}
#myCarousel {
	width: 650px;
	margin: 0 auto;
	padding-bottom: 50px
}

#myCarousel .item {
	color: #999;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	/*min-height: 340px*/
}

#myCarousel .item a {
	color: #eb7245
}

#myCarousel .img-box {
	width: 145px;
	/*height: 145px;*/
	margin: 0 auto;
	border-radius: 50%
}

#myCarousel .img-box img {
	width: 60%;
	height:60%;
	display: block;
	border-radius: 50%
}
#myCarousel .testimonial {
	padding: 20px 6px 10px;
	color: #000000;
	margin-top: 8px;
	background: #ededed;
}

.carousel .overview {
	text-align: center;
	padding-bottom: 5px
}

.carousel .overview b {
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
	display: block;
	padding-bottom: 5px
}

.carousel .star-rating i {
	font-size: 18px;
	color: #ffdc12
}

.carousel .carousel-control {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #bd2130;
	text-shadow: none;
	top: 4px
}

.carousel-control i {
	font-size: 20px;
	margin-right: 2px
}

.carousel-control.left {
	left: auto;
	right: 40px
}

.carousel-control.right i {
	margin-right: -2px
}

.carousel .carousel-indicators {
	bottom: 15px
}

.carousel-indicators li,
.carousel-indicators li.active {
	width: 11px;
	height: 11px;
	margin: 1px 5px;
	border-radius: 50%
}

.carousel-indicators li {
	background: #e2e2e2;
	border-color: transparent
}

.carousel-indicators li.active {
	border: none;
	background: #888;
}
/*end*/
/*contact form*/
#contact-form .row .col-lg-5{
	background: #d50505;
	padding: 50px 80px 50px 80px;
	display: flex;
	justify-content: center;
}
#contact-form{
	padding-bottom: 70px;
}
#contact-form .row .col-lg-7{
	background: #ededed;
	padding: 50px 80px 50px 80px;display: flex;
	justify-content: end;
	align-items: center;
}
.quote p{
	font-weight: 600;
	color: #fff
}
.quote h5{
	color: #FFFFFF;
	font-family: "Poppins", Sans-serif;
	font-size: 40px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 44px;
}
.quote_cont .row input{
	margin-bottom:25px;
	background-color: #ffffff;
	border-width: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	min-height: 47px;
	padding: 6px 16px;
}
.send-btn button{
	min-height: 40px;
	font-weight: 500;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	background-color: #D50505;
	color: #ffffff;
	padding: 7px 24px;
}
#contact-form  .quote {
	font-size: 22px;
	color: #223a66;
	padding: 40px;
	font-style: italic;
	border-left: 5px solid #fff;
	margin: 25px 0px;
}
.send-btn button:hover{
	color: #fff
}
.send-btn{
	text-align: right;
	margin-top: 29px;
}
/*end*/
/*footer*/
.site-footer {
	background-color: #140f11;
	padding: 40px 0 20px;
	font-size: 15px;
	line-height: 24px;
	color: #737373;
}
.site-footer .logo{
	width: 50%;
	margin-bottom: 20px;
}
.site-footer p{
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}
.site-footer h6{
	color: #FFFFFF;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 20px;
}
.footer-links{
	padding-left: 0
}
.footer-links li span a{
	color: #fff;
	padding-left: 15px;
	font-size: 15px;
	font-weight: 400;
}
.footer-links li a{
	color: #fff
}
.footer-links li i{
	color:#d50505
}
.footer-links li{
	padding-bottom: 15px;
}
.footer-links li img{
	max-width: 50%
}
.site-footer hr{
	border-top-color: #bbb;
	opacity: 0.5;
}
.footer-links.d-flex{
	justify-content: space-around;
}
.footer-links li a:hover {
	color: #d50505;
}
.copyright{
	color:#d50505
}
/*end*/
/*driver page */
.driver_bg{
	background-image: url(../img/bg-cost.webp), linear-gradient(rgb(0 0 0 / 66%),rgb(0 0 0 / 80%));
	background-blend-mode: overlay;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0px 100px 0px;
}
.driver_head h1{
	color: #FFFFFF;
	font-size: 50px;
	font-weight: 500;
}
/*end*/
/*find more section*/
#find_section{
	background-color: #EEF5FF;
	padding: 50px 0px 20px 0px;
}
.find_text h5{
	font-size: 35px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 44px;
	color: #000000;
}
.find_para{
	line-height: 24px
}
.find_para p{
	color: #7a7a7a;
	font-size: 15px;
	font-weight: 400;
	text-align: justify;
}
#find_section .col-md-5 {
	display: flex;
	justify-content: center;
	align-items: center;
}
/*end*/
/*Technology*/
.tech_para h5{
	color: #000000;
	font-size: 32px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 45px;
	padding: 0px 0px 20px 0px;
}
.tech_para h4{
	color: #000000;
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 28px;
}
.tech_para p{
	text-align: justify;
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	color: #7a7a7a;
	margin-bottom: 30px;
}
/*end*/
/*best trucking*/
#best_trucking{
	background-color: #f9fbfe;
	padding: 20px 0px 90px 0px;
}
#best_trucking .col-md-4{
	display: flex;
	justify-content: end;
	align-items: center;
}
.best_trucking{
	    font-size: 37px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 42px;
}
.trucking_para p{
	font-size: 15px;
	font-weight: 400;
	text-align: justify;
}
.best_three{
	text-align: center;
	padding: 30px 30px 30px 30px;
}
.best_three h5{
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 22px;
}
.best_three p{
	font-size: 15px;
	font-weight: 400;
}
.border_lr{
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
/*end*/
/*service page*/
.btn-service{
	font-size: 14px;
	font-weight: 400;
	background-color:#000;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding:7px 20px;
	color: #F90000;
}
.btn-service:hover{
	background-color:#fff;
	border:1px solid #F90000;
	color: #F90000;
}
/*end*/
/*contact page*/
.contact-page-sec{
	padding: 90px 0px 70px 0px;
}
.contact-info {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	height: 100%;
}
.contact-info-icon {
	margin-bottom: 15px;
}
.contact-info-item {
	background: #d50505;
	padding: 30px 0px;
	height: 100%;
}
.contact-page-sec .contact-page-form h2 {
	color: #071c34;
	text-transform: capitalize;
	font-size: 22px;
	font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
	padding-left: 0;
}
.contact-page-form.contact-form input {
	margin-bottom: 5px;
}
.contact-page-form.contact-form textarea {
	height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
	background: #071c34;
	width: 150px;
	border-color: #071c34;
}
.contact-info-icon i {
	font-size: 48px;
	color: #fda40b;
}
.contact-info-text p {
	margin-bottom: 0px;
}
.contact-info-text h2 {
	color: #fff;
	font-size: 22px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 10px;
}
.contact-info-text span {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	width: 100%;
}

.contact-page-form input {
	background: #f9f9f9 none repeat scroll 0 0;
	border: 1px solid #f9f9f9;
	margin-bottom: 20px;
	padding: 12px 16px;
	width: 100%;
	border-radius: 4px;
}

.contact-page-form .message-input {
	display: inline-block;
	width: 100%;
	padding-left: 0;
}
.single-input-field textarea {
	background: #f9f9f9 none repeat scroll 0 0;
	border: 1px solid #f9f9f9;
	width: 100%;
	height: 120px;
	padding: 12px 16px;
	border-radius: 4px;
}
.single-input-fieldsbtn input[type="submit"] {
	background: #fda40b none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 10px 0;
	text-transform: capitalize;
	width: 150px;
	margin-top: 20px;
	font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover {
	background: #071c34;
	transition: all 0.4s ease-in-out 0s;
	border-color: #071c34;
}
.single-input-field h4 {
	color: #464646;
	text-transform: capitalize;
	font-size: 14px;
}
.contact-page-form {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}

.contact-page-map {
	margin-top: 36px;
}
.contact-page-form form {
	padding: 20px 15px 0;
}

/*end*/
/*blog page*/
.btn-main {
	background: #223a66;
	color: #fff;
	border-color: #223a66;
}
/*end*/
/*blog1*/
.quote {
	font-size: 22px;
	color: #223a66;
	padding: 40px;
	font-style: italic;
	border-left: 5px solid #e12454;
	margin: 25px 0px;
}
.blog-item-content h2 {
	font-weight: 600;
	font-size: 26px;
}
.text-black {
	--text-opacity: 1;
	color: #000;
}
.blog-item-content h2 a {
	color: #000;
}
.sidebar-widget {
	padding-bottom: 35px;
}
.sidebar-widget h6 a{
	color: #000
}
.sidebar-widget h5 {
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 15px;
}
.sidebar-widget h5:before {
	position: absolute;
	content: "";
	left: 0px;
	bottom: 0px;
	width: 35px;
	height: 3px;
	background: #e12454;
}
/*end*/
/*404 page*/
.notfound_page{
	padding-top: 50px
}
.not_found_text h1{
	margin: 20px 0 3px 0;
	font-size: 88px;
	color: #fc332f;
	letter-spacing: 1px;
	font-family: "Domine","Georgia",serif;
}
.not_found_text h1 span {
	font-size: 36px;
	line-height:10px;
}
.not_found_text p{
	color: #7a7a7a;
	font-size: 15px;
	font-weight: 400;
	text-align: justify;
}

.can_do{
	padding-top:12px
}
.can_do h5{
	padding-bottom: 6px;
	color: #7a7a7a;
	font-size: 17px;
	font-weight: 400;
	text-align: justify;
}
.can_do ul li{
	margin-bottom: 7px;
	color: #7a7a7a;
	font-size: 17px;
	font-weight: 400;
	text-align: justify;
}
.can_do ul li span{
	color: #000000a3;
	font-weight: 700;
	letter-spacing: 1px;
}
.card_notfound{
	padding: 50px 0 90px 0
}
.notfound_boxes{
	text-align: center;
	padding: 21px;
	    background: #bb0b1b1c;
}
.notfound_boxes:hover{
	transform: scale(1.1);
	transition: all .8s ease-in-out
}
.notfound_boxes h5{
	font-size: 20px;
	padding: 20px 0 0 0;
	font-weight: 600;
	letter-spacing: 1px;
}
.notfound_boxes h5 a{
	color: #000
}
.notfound_boxes p{
	color: #7a7a7a;
	font-size: 15px;
	font-weight: 400;
}
/*end*/
/*thank you page*/
.thanku_page{
	padding: 100px 0;
}
.thank_title{
	    font-size: 75px;
    font-weight: 600;
    color: red;
}
.main-content i{
font-size: 100px;
    color: #fff;
    border-radius: 100%;
    height: 110px;
    width: 110px;
    background: #00b022;
    margin: 30px 0;
}
.content__body1 {
	font-size: 20px
}
.btn-thank{
	    background: #d50505;
    border-radius: 5px;
    color: #fff;
}
.btn-thank:hover{
background: #fff;
	color:#d50505;
	border: 1px solid #d50505
}
.home_btn{
	padding-top: 28px
}
/*end*/
@media screen and (max-width:1200px){
	.inner-container, .inner-container1{
		padding: 80px;
	}
}

@media screen and (max-width:1000px){
	.about-section, .about-section1{
		background-size: 100%;
		padding: 100px 40px;
	}
	.inner-container, .inner-container1{
		width: 100%;
	}
}

@media screen and (max-width:600px){
	.about-section, .about-section1{
		padding: 0;
	}
	.inner-container, .inner-container1{
		padding: 29px 0;
		text-align: justify;
	}
}
/*end*/
@media (min-width: 1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1300px;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.btn-navbar{
		width: 164px!important;
		padding: 6px 5px;
	}
	.exp_text h5 {
		font-size: 28px;
		line-height: 35px;
	}
	.exp_text p {
		padding-top: 0px;
	}
	.inner-container, .inner-container1 {
		padding: 0px;
	}
	.about-section, .about-section1 {
		padding: 0;
	}
	.blog_section .card-body h4 {
		line-height: 22px;
		font-size: 17px;
	}
	#contact-form .row .col-md-5 {
		padding: 0px;
	}
	.find_text h5 {
		font-size: 28px;
		line-height: 40px;
	}
	.tech_para h5 {
		font-size: 26px;
		line-height: 30px;
		padding: 0px 0px 3px 0px;
	}
	.tech_para h4 {
		font-size: 20px;
		line-height: 28px;
	}
	.tech_para p {
		margin-bottom: 12px;
	}
	#contact-form .row .col-lg-5 {
		padding:0;
	}
	.best_trucking {
		font-size: 33px;
		line-height: 38px;
	}
	.best_three h5 {
		font-size: 22px;}
	}
	@media (min-width: 768px) and (max-width: 991.98px) {
		.exp_text h5 {
			font-size: 32px;
		}
		.logis_head h5 {
			font-size: 27px;
			line-height: 38px;
			margin-bottom: 0;
		}
		.about-section, .about-section1 {
			padding: 62px 40px;
		}
		#contact-form .row .col-lg-5 {
			padding: 0;
		}
		.navbar-light .navbar-toggler {
			border-color: rgb(180 10 19);
			width: 43px;
			height: 28px;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		.find_text h5 {
			font-size: 28px;
			line-height: 36px;
		}
		.tech_para h5 {
			line-height:36px;
			font-size: 27px;
			padding: 12px 0px 20px 0px;
		}
		.border_lr {
			border: none;
		}
		#best_trucking {
			padding: 20px 0px 36px 0px;
		}
		.best_trucking {
			font-size: 38px;;
			line-height: 45px;
		}
		.slick-slide img {
			width: 114px;
		}
		.combined {
			font-size: 51px;
		}
		.slider_area .single_slider .slider_text h3 {
			font-size: 53px;
			line-height: 60px;
		}
		.slider_area .single_slider {
			height: 515px;
		}
		.owl-carousel .owl-nav div.owl-next {
			right: 20px;
		}
	}
	@media (max-width: 767.98px) {
		.thank_title {
    font-size: 55px;
}
		.not_found_text h1 {
			font-size: 45px;
		}
		.not_found_text h1 span {
			font-size: 34px;
		}
		#myCarousel {
			max-width: 100%
		}
		.slider_area .single_slider .slider_text h3 {
			font-size: 36px;
			line-height: 38px;
			margin-bottom: 14px;
		}
		.combined {
			font-size: 32px;
		}
		.slider_text p {
			font-size: 14px;
		}
		.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
			cursor: pointer;
			cursor: hand;
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
		}
		.owl-carousel .owl-nav div {
			height: 34px;
			width: 28px;
		}
		.owl-carousel .owl-nav div.owl-next {
			right: 13px;
		}
		.exp_text h5 {
			font-size: 25px;
			line-height: 32px;
		}
		.img_text h5 {
			font-size: 20px;
			line-height: 25px;
		}
		.cost_text h5 {
			font-size: 38px;
			line-height: 47px;
		}
		.logis_head h5 {
			font-size: 28px;
			line-height: 31px;
			margin-bottom: 4px;
		}
		.test_head h5 {
			font-size: 32px;
		}
		#contact-form .row .col-lg-5 {
			padding:0;
		}
		#contact-form .row .col-lg-7 {
			padding: 50px 23px 50px 23px;
		}
		.firstcard {
			padding: 30px 15px 30px 15px;
		}
		.reefer_carr p {
			font-size: 35px;
			line-height: 42px;
		}
		.navbar-brand{
			width: 78%
		}
		.navbar-light .navbar-toggler {
			border-color: rgb(180 10 19);
			width: 43px;
			height: 28px;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		.find_text h5 {
			font-size: 25px;
			line-height: 32px;
			padding-bottom: 10px;
		}
		.tech_para h5 {
			font-size: 26px;
			line-height: 31px;
			padding: 16px 0px 20px 0px;
		}
		#best_trucking {
			padding: 10px 0px 60px 0px;
		}
		.best_trucking {
			font-size: 30px;
			line-height: 36px;
			font-weight: 500;
		}
		.best_three h5 {
			font-size: 20px;
		}
		.best_three {
			padding: 30px 10px 30px 10px;
		}
		.slick-slide img {
			width: 75px;
		}
		.slider_area .single_slider {
			height: 530px;
		}
		.driver_head h1 {
			font-size: 38px;
		}
	}

