body {
/*font-family: 'Manrope', sans-serif;*/
/*font-family: Inter,sans-serif;*/
font-family: "Montserrat", sans-serif;
font-size: 16px;
line-height: 1.3; 
font-weight: 400; 
margin: 0;
padding: 0;
color: #333333;
overflow-x: hidden;
-ms-overflow-x: hidden;
}
a{
text-decoration: none;
}
img{
max-width: 100%;
height: auto;
}
b, strong {
    font-weight: 600;
}
.navbar-cus-main{
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.logo{
position: relative; 
}
.logo img{}
.top-header .mega-menu-cus {
left: 0;
right: 0;
width: 200px;
padding: 0;
border-radius: 0;
border: none;
margin-top: 0 !important;
margin-left: 0 !important;
}
.top-header .mega-menu-cus ul li a {
padding: 0;
font-size: 12px;
}
.top-header .mega-menu-cus ul li:after {
content: "";
background: red;
position: absolute;
height: 5px;
width: 5px;
left: 10px;
top: 17px;
border-radius: 30px;
}
.dropdown .dropdown-menu {
display: none;
}
.top-header .navbar-nav{
display: flex;
flex-direction: row;
align-items: center;
justify-content: end;
}
.top-header .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-cus-main .top-header .nav-item .nav-link {
padding: 20px 15px 5px;
color: #333;
font-size: 12px;
text-transform: capitalize;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
display: block;
margin-top: 0.125em;
margin-left: 0.125em;
}
.ktm-mega-menu {
position: relative;
}
.mega-menu-cus {
left: 0;
right: 0;
width: 220px;
padding: 0;
border-radius: 0;
border: none;
margin-top: 0 !important;
margin-left: 0 !important;
}
.mega-menu-cus ul{
list-style-type: none;
padding: 0;
}
.mega-menu-cus ul li{
padding: 10px 0px 10px 25px;
border-bottom: 1px solid #ddd;
background-color: #f3f3f3;
position: relative;
}
.mega-menu-cus ul li:after{
content: "";
background: #da251c;
position: absolute;
height: 5px;
width: 5px;
left: 10px;
top: 18px;
border-radius: 30px;
}
.mega-menu-cus ul li a{ 
padding: 0;
font-size: 14px;
}
.mega-menu-cus .dropdown-item.active, .mega-menu-cus .dropdown-item:active {
color: #333;
text-decoration: none;
background-color: #0d6efd00;
}
.navbar-cus-main .nav-item .nav-link{
padding: 40px 15px;
color: #333;
font-weight: 500;
font-size: 14px;
text-transform: uppercase;
}
.navbar-cus-main .navbar{
padding: 7px 0;
}
.navbar-cus-main .dropdown-item:focus, .dropdown-item:hover {
color: var(--bs-dropdown-link-hover-color);
background-color: #006edd00;
}
.navbar-cus-main .nav-item a:hover {
color: #da251c;
}
.banner-main-cus{
	padding: 160px 0 100px;
}
.banner-main{
    position: relative;
    display: flex;
    align-items: center;
    gap: 24px;
}
.banner-main .banner-img{
width: 40%;
}
.banner-main .banner-img img{
    width: 85%;
    height: auto;
    margin: 0 0 0 auto;
    display: block;
}
.banner-main .banner-content{
    position: initial;
    width: 60%;
}
.banner-main .banner-content .banner-main-title{
    font-size: 44px;
    line-height: 50px;
    color: #000;
    position: relative;
    font-weight: 700;
    margin-bottom: 32px;
    margin-top: 0px;
    font-family: "TASA Orbiter", sans-serif;
}
.banner-main .banner-content .banner-main-title strong{
	color: #ff751f;
    font-weight: 700 !important;
    display: block;
}
.banner-main .banner-content p{
    margin-bottom: 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
}
.banner-main .banner-content .top-sub-title{
    font-weight: 600;
    color: #313091;
    font-size: 14px;
    font-family: "TASA Orbiter", sans-serif;
}
.banner-main .banner-content .banner-main-title:after{
content: "";
display: block;
position: absolute;
width: 100%;
max-width: 3.125rem;
height: 0.1875rem;
background: #ff751f;
left: 0;
bottom: -7px;
transition: .5s;
}
.banner-main:before{
/*content: "";
display: block;
position: absolute;
width: 100%; 
height: 100%;
background: #0006;
left: 0;*/
}
.banner-main .banner-content p a {
color: #333;
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
border-bottom: 1px solid;
margin-top: .5rem;
padding-bottom: 0.4375rem;
font-size: 16px;
line-height: 1.333;
font-weight: 500;
cursor: pointer;
}
.banner-main .banner-content p a:before {
content: "";
display: block;
position: absolute;
width: 100%;
max-width: 3.125rem;
height: 0.1875rem;
bottom: -0.125rem;
background: #ff751f;
left: 0;
transition: .5s;
}
.banner-main .banner-content p a:after {
display: inline-block;
font-size: 15px;
font-family: 'FontAwesome';
content: "\f105";
margin-left: 8px;
margin-top: 2px;
transition: .5s;
-webkit-transition: .5s;
}
.banner-main .banner-content p:hover a {
color: #f1f1f1;
}
.banner-main .banner-content p a:hover:before {
max-width: 100%;
}
.banner-home-pg-form-main{}
.banner-form-main-bg {
background-color: #fff;
padding: 20px;
margin-top: -90px;
z-index: 99;
border-radius: 3px;
box-shadow: 0px 1px 4px rgba(55, 73, 87, 0.1), 0px 5px 10px rgba(55, 73, 87, 0.15);
}
.banner-form-main-bg .home_enq_box {
position: relative;
background: #ff751f;
padding: 0px 0 0;
-webkit-box-shadow: 0 4px 8px 0 rgba(138 138 138 / 25%);
box-shadow: none;
margin-top: 0;
margin-bottom: 0px;
border-radius: 2px;
z-index: 5;
border-radius: 3px;
}
.banner-form-title-cus-main{
background-color: #d50404;
padding: 30px;
border-radius: 6px;
overflow: hidden;
}
.banner-form-title-cus-main h3{
margin: 0 0px 12px 0px;
font-size: 20px;
text-transform: uppercase;
color: #fff;
}
.banner-form-title-cus-main h3 #cngtabdtvl{
color: #000;
font-weight: 600;
}
.home_enq_box h3 {
margin: 0 0px 12px 10px;
font-size: 20px;
text-transform: uppercase;
color: #000;
}
.marg-05 {
margin-left: -5px;
margin-right: -5px;
}
.banner-left-side-form {
padding: 20px 20px 5px;
background-color: #c50000;
margin-left: 0px !important;
}
.home_enq_box .form-control {
padding: 5px 5px;
font-size: 12px;
font-weight:500;
border-radius: 2px; 
border: 1px solid #c8c8c8;
height: 44px;
box-shadow: none;
}
:focus-visible {
outline-width: 1px !important;
outline-style: solid !important;
outline-color: rgb(51 106 234 / 0%) !important;
outline-offset: 0px !important;
}
.textbox-error-msg {
color: #ffc107 !important;
position: absolute;
bottom: -15px;
font-size: 10px;
}
.btn_box {
display: flex;
}
.captcha_code {
position: relative;
}
.home_enq_box span {
color: #d7251c;
}
.captcha_code span {
padding: 5px 0px 5px 5px;
background: #000;
display: flex;
border-radius: 2px;
width: 70px;
height: 100%;
position: absolute;
right: 0;
top: 0;
align-items: center;
justify-content: center;
}
.textbox-error-msg-captcha {
color: #ffc107 !important;
position: absolute;
bottom: -12px;
font-size: 10px;
}
.btn_box .c-button-custom-home {
margin-left: 0 !important;
min-width: 100%;
min-height: 44px;
padding: 7px 5px;
font-size: 14px;
background: #FF751F;
border-radius: 4px;
color: #fff;
font-weight: 500;
line-height: 22px;
border: none;
display: inline-block;
text-transform: capitalize;
transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
}
.form-group {
margin-bottom: 22px;
position: relative;
}
.services-main-cus{
padding: 60px 0 0px;
}
.services-main-cus .nav {
border-bottom: 1px solid #ddd;
}
.services-main-cus .nav li {}
.services-main-cus .nav li button.active {
color: #FF751F;
background-color: #ff000000;
border-bottom: 2px solid #FF751F;
border-radius: 0;
}
.services-main-cus .nav li button {
color: #000;
font-weight: 500;
font-size: 16px;
padding: 10px 20px 10px 0;
margin-right: 15px;
border-radius: 0;
text-transform: uppercase;
border-bottom: 2px solid #f2662100;
transition: all .3s;
}
/* Equal Heights for OwlCarousel 2 */
.owl-carousel .owl-stage {
display: flex;
}
.owl-carousel .owl-item {
/*display: flex;
flex: 1 0 auto;*/
}
.truck-slider-cus{
margin-top: 40px;
}
.truck-slider-cus .services-single-box-cus{
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    margin: 15px 0;
    overflow: hidden;
    padding: 0px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.truck-slider-cus .services-single-box-cus:hover {
    transform: translateY(-10px);
/*    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);*/
}
.truck-slider-cus .services-single-box-cus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: linear-gradient(115deg, transparent, #FF751F, #2585F8, transparent);
    transition: transform 0.5s ease;
    transform: translateX(-100%);
    z-index: 1;
}
.truck-slider-cus .services-single-box-cus:hover::before {
    transform: translateX(0);
}
.truck-slider-cus .services-single-box-cus img{
    width: 50px;
    height: 50px;
    margin: 0 auto 16px;

}
.truck-slider-cus .caption-tcontent-slider{
    display: flex;
    flex-direction: column;
    gap: 0px;
    justify-content: space-between;
    padding: 30px;
    position: relative;
    z-index: 2;
    background-color: #fff;
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    margin: 1px;
    border-radius: 6px;
    overflow: hidden;
}
.truck-slider-cus .caption-tcontent-slider h4{
    font-size: 22px;
    font-weight: 500;
    min-height: auto;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    padding-bottom: 0px;
}
.truck-slider-cus .caption-tcontent-slider h4:after{
content:"";
position: absolute;
background-color:#ff751f;
height:2px;
width:60%;
bottom:0;
left:0;
display: none;
}
.truck-slider-cus .caption-tcontent-slider p{
font-size: 16px;
line-height: 1.4;
font-weight: 400;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical; 
margin: 0;
}
.truck-slider-cus .caption-tcontent-slider ul{
list-style-type: none;
padding-left: 15px;
margin-bottom: 20px;
}
.truck-slider-cus .caption-tcontent-slider li{
position: relative;
margin: 0 0 0.75rem;
}
.truck-slider-cus .caption-tcontent-slider li:before {
background-color: #FF751F;
content: "";
display: block;
height: 1.5625rem;
left: -1rem;
position: absolute;
width: 0.375rem;
}
.truck-slider-cus .caption-tcontent-slider .custom-btn{
color: #303c49;
background-color: #fff;
border-color: #303c49;
border-width: 1px;
padding: calc(.8rem - 1px) calc(1rem - 1px);
display: block;
border-radius: 0;
transition: all .3s;
}
.truck-slider-cus .caption-tcontent-slider .custom-btn:hover{ 
background-color: #FF751F;
color: #fff;
border: 1px solid #FF751F;
}
.owl-carousel button.owl-dot{
display: inline-block;
background: #bfb5ff;
width: 10px;
height: 10px;
border-radius: 50%;
margin: 0 2px;
}
.owl-carousel button.owl-dot:last-child{
    margin-right: 0;
}
.owl-carousel .owl-dots{ 
display: flex;
align-items: center;
justify-content: center;
margin-top: 42px;
}
.owl-carousel button.owl-dot.active{
background: #FF751F;
background: #FF751F;
width: 16px;
height: 16px;
}
.owl-carousel button.owl-dot span{
height: 10px;
width: 10px;
display: block;
}
.owl-carousel .owl-nav button.owl-prev{
position: absolute;
left: 35%;
top: 38px;
}
.owl-carousel .owl-nav button.owl-next{
position: absolute;
right: 35%;
top: 38px;
}
.owl-carousel .owl-nav button.owl-prev .angle-left{}
.owl-carousel .owl-nav button.owl-next .angle-right{}
.owl-carousel .owl-nav button.owl-prev .angle-left img{
width: 25px;
height: auto;
filter: opacity(0.7);
}
.owl-carousel .owl-nav button.owl-next .angle-right img{
width: 25px;
height: auto;
filter: opacity(0.7);
transform: rotate(180deg);
}
.owl-carousel .owl-nav{
position: relative;
}
.globe-section-main{
padding: 0px 0 90px;
}
.globe-section-main .left{}
.globe-section-main .left-side-text-cus{
margin-bottom: 60px;
}
.globe-section-main .left-side-text-cus:last-child{
margin-bottom: 0px;
}
.globe-section-main .left-side-text-cus .title{
color: #FF751F;
}
.globe-section-main .left-side-text-cus .title span{
font-size: 20px;
font-weight: 500;
}
.globe-section-main .left-side-text-cus .sub-title{}
.globe-section-main .left-side-text-cus .sub-title p{
margin: 0;
font-size: 14px;
}
.globe-section-main .right{
}
.globe-section-main .right-side-text-cus{
margin-bottom: 60px;
}
.globe-section-main .right-side-text-cus:last-child{
margin-bottom: 0px;
}
.globe-section-main .right-side-text-cus .title{
color: #FF751F;
}
.globe-section-main .right-side-text-cus .title span{
font-size: 20px;
font-weight: 500;
}
.globe-section-main .right-side-text-cus .sub-title{}
.globe-section-main .right-side-text-cus .sub-title p{
font-size: 14px;
margin: 0;
}
.visible-xs {
display: none !important;
}
.globe-section-main .globe-img{}
.globe-section-main .globe-img img{
width: 80%;
height: auto;
margin: 0 auto;
display: block;
}
.globe-section-main .middle{
position: relative;
}
.globe-section-main .middle-content-warper-cus-main{
width: 60%;
margin: auto;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.globe-section-main .middle-content-warper-cus-main .title{
font-size: 48px;
color: #FF751F;
}
.globe-section-main .middle-content-warper-cus-main .sub-title{
font-size: 32px;
font-weight: 500;
color: #1488c9;
}
.globe-section-main .middle-content-warper-cus-main .desc{
font-size: 16px;
}
.man-diesel-main-section-cus{
position: relative;
padding: 90px 0 90px;
}
.man-diesel-main-section-cus .content-image-man-diesel-boxes{
display: flex;
}
.man-diesel-main-section-cus .left-side-box-content{
background-color: #f5f5f5;
width: 70%;
padding: 100px 150px 30px 50px;
position: relative;
}
.man-diesel-main-section-cus .left-side-box-content .tag{
position: absolute;
top: 50px;
left: 0;
background-color: #FF751F;
color: #fff;
padding: 8px 15px 8px 40px;
}
.man-diesel-main-section-cus .left-side-box-content .tag h2{
text-transform: uppercase;
margin: 0;
font-weight: 500;
font-size: 20px;
}
.man-diesel-main-section-cus .left-side-box-content .title{
margin-bottom: 10px;
}
.man-diesel-main-section-cus .left-side-box-content .title h3{
font-size: 18px;
font-weight: 800;
color: #FF751F;
}
.man-diesel-main-section-cus .left-side-box-content .desc{}
.man-diesel-main-section-cus .left-side-box-content .desc p{
padding-left: 15px;
font-size: 13px;
color: #FF751F;
font-weight: 600;
}
.man-diesel-main-section-cus .left-side-box-content ul{
padding-left: 15px;
font-size: 12px;
color: #FF751F;
}
.man-diesel-main-section-cus .left-side-box-content li{
margin-bottom: 10px;
}
.man-diesel-main-section-cus .left-side-box-content li span{ 
font-weight: 500;
}
.man-diesel-main-section-cus .btn{
padding: 0;
margin-top: 30px;
}
.man-diesel-main-section-cus .btn a{
color: #fff;
font-weight: 700;
letter-spacing: .0775rem;
position: relative;
text-transform: uppercase;
background-color: #FF751F;
border-color: #FF751F;
text-decoration: none;
border: 0px solid transparent;
padding: 1rem 1rem;
font-size: 14px;
line-height: 1.1428571429;
border-radius: 8px;
-webkit-transition: background .3s ease;
transition: background .3s ease;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
}
.man-diesel-main-section-cus .right-side-box-image{
position: absolute;
right: 0;
top: 0;
}
.man-diesel-main-section-cus .right-side-box-image img{
width: 100%;
height: auto;
margin: 0 0 0 auto;
display: block;
position: relative;
}
.trusted-company-main-cus{
    padding: 80px 0;
/*    background: url(../images/review_bg_02.jpg);*/
    background-size: cover;
    margin-top: 0px;
}
.main-title-desc{
text-align: center;
width: 80%;
margin: 0 auto 50px;
}
.main-title-desc .title{
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
    font-family: "TASA Orbiter", sans-serif;
    color: #000000;
}
.case-studi-heding{
padding-top: 50px;
}
.main-title-desc .desc{
margin: 0;
font-size: 16px;
font-weight: 400; 
}
.trusted-company-slider-cus{}
.trusted-company-slider{}
.trusted-company-slider-logo{}
.review-main-title-with-stars {
display: flex;
}
.review-main-title-with-stars h3 {
margin: 0 20px 2px 0;
}
.total-review {
margin-left: 10px;
font-size: 10px;
letter-spacing: 2px;
color: #e62415;
}
.trusted-company-slider-logo img{
width: auto !important;
max-height: 60px;
display: block;
margin: 0 auto;
/*border: 1px solid #ddd;*/
}
.trusted-company-main-cus .box-trusted-company-single{
/*box-shadow: 0 5px 10px 0 rgba(55, 73, 87, .15), 0 1px 4px 0 rgba(55, 73, 87, .1);*/
border-radius: 16px;
/*padding: 30px 25px;*/
margin: 0px 0;
display: flex;
flex-direction: column;
justify-content: center;
min-height:180px;
}

.trusted-company-main-cus .box-trusted-company-single .company-logo{}
.trusted-company-main-cus .box-trusted-company-single .company-logo img{
width: 120px;
height: auto;
margin: 0 auto 0 0;
}
.trusted-company-main-cus .box-trusted-company-single .company-desc{}
.trusted-company-main-cus .box-trusted-company-single .company-desc p{
font-size: 16px;
font-weight: 400;
margin: 0;
}
.footer-main{
    background-color: #ffffff;
    padding: 0px;
    position: relative;
}
footer::before {
    content: "";
    background: url(../images/shape-2.png);
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: 0;
    z-index: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
    opacity: 0.05;
}
footer:after {
    content: "";
    background: url(../images/shape-1.png);
    position: absolute;
    width: 200px;
    height: 370px;
    background-repeat: no-repeat;
    top: 15%;
    z-index: 0;
    right: 0;
    background-position: center right;
    background-size: 80%;
    opacity: 0.05;
}
.footer-main .footer-links{
padding-top: 24px;
}
.footer-main .footer-links h2{
    font-size: 18px;
    color: #000000;
    font-family: 'TASA Orbiter', sans-serif;
    margin-bottom: 14px;
}
.footer-main .footer-links ul{
list-style-type: none;
padding: 0;
margin: 0;
}
.footer-main .footer-links ul li{
padding-bottom: 16px;
}
.footer-main .footer-links li a{
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 6px;
    line-height: 14px;
    transition: 0.5s;
}
.footer-main .footer-links li a>svg {
    width: 16px;
    height: 12px;
}
.footer-main .footer-links li a:hover {
    color: #FF751F;
    padding-left: 10px;
} 
.footer-top-img-cus{}
.footer-top-img-cus img{}
.footer-main .footer-bottom{
/*    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #cbd2d9;*/
}
.footer-main .footer-copyright-social-media{}
.footer-main .footer-copyright-social-media .copy-right{}
.footer-main .footer-copyright-social-media .copy-right p{
color: #fff;
margin-bottom: 0;
font-size: 14px;
display: flex;
align-items: center;
gap: 5px;
}
.footer-main .footer-copyright-social-media .copy-right i{
font-size:18px;
}
.footer-main .footer-copyright-social-media .footer-social-media-icons{}
.footer-main .footer-copyright-social-media .footer-social-media-icons .social{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
list-style: none;
margin: 0;
padding: 0;
}
.footer-main .footer-copyright-social-media .footer-social-media-icons .social li {
padding: 0 5px;
transition: all .3s;
}
.footer-main .footer-bottom-links{
text-align: end;
}
.footer-main .footer-bottom-links a{
color: #fff;
width: auto;
display: inline-block;
font-size: 11px;
margin-bottom: 0px;
margin-right: 35px;
}
.footer-main .footer-bottom-links a:last-child{
margin-right: 0px;
}
.footer-main .footer-bottom-links-language{}
.footer-main .footer-bottom-links-language a{
color: #fff;
width: 114px;
display: inline-block;
font-size: 13px;
margin-bottom: 16px;
}
.counter-main-cus{
margin-top: 60px;
padding:0px;
background-color: #ff751f;
overflow: hidden;
}
.counter-main-cus .col-lg-3:last-child .counter-single-box::before {
display: none;
}
.counter-main-cus .counter-single-box{
text-align: center;
position: relative;
padding: 60px 0;
}
.counter-main-cus .counter-single-box .icon{
    width: 36px;
    height: auto;
    margin: 0 auto 15px;
}
.counter-main-cus .counter-single-box .icon img{
width:100%;
height:auto;
filter: invert(1);
}
.counter-main-cus .counter-single-box::before {
content: "";
position: absolute;
top: 0;
right: -15px;
width: 1px;
height: 150%;
background-color: #ff863a;
}

.counter-main-cus .counter-single-box .number{}
.counter-main-cus .counter-single-box .number h2{
    font-size: 36px;
    font-weight: 800;
    margin: 0;
    display: inline-block;
}
.counter-main-cus .counter-single-box .number span{
    font-size: 36px;
    font-weight: 800;
    margin: 0;
    display: inline-block;
    color: #fff;
    line-height: 1.2;

}
.counter-main-cus .counter-single-box .title{}
.counter-main-cus .counter-single-box .title h3{
font-size: 18px;
margin: 0;
color: #f1f1f1 !important;
}
.counter-main-cus .counter-single-box .desc{}
.counter-main-cus .counter-single-box .desc p{
margin: 0;
}
.counter-main-cus .counter-box:first-child .number h2, .counter-main-cus .counter-box:first-child .title h3 {
color: #fff;
}
.counter-main-cus .counter-box:nth-child(2) .number h2, .counter-main-cus .counter-box:nth-child(2) .title h3{
color: #fff;
}
.counter-main-cus .counter-box:nth-child(3) .number h2, .counter-main-cus .counter-box:nth-child(3) .title h3{
color: #fff;
}
.counter-main-cus .counter-box:nth-child(4) .number h2, .counter-main-cus .counter-box:nth-child(4) .title h3{
color: #fff;
}
.man-diesel-main-section-cus .right-side-box-image .image{
position: relative;
width: 40%;
margin: 0 0 0 auto;
}
.man-diesel-main-section-cus .right-side-box-image  .popup-video .icon {
position: absolute;
width: 50px;
height: 50px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
-webkit-transition: all 0.35s;
transition: all 0.35s;
-moz-transition: all 0.35s;
-ms-transition: all 0.35s;
top: 50%;
left: 50%;
margin-left: -25px;
margin-top: -25px;
z-index: 19;
background: rgb(238 29 36 / 83%);
color: #fff;
display: inline-block;
text-align: center;
line-height: 50px;
}
.fancybox-button {
background: rgb(255 17 0);
border: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
cursor: pointer;
display: inline-block;
height: 35px;
margin: 0;
padding: 5px;
position: relative;
-webkit-transition: color .2s;
-o-transition: color .2s;
transition: color .2s;
vertical-align: top;
visibility: inherit;
width: 35px;
}
.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
direction: ltr;
opacity: 1;
position: absolute;
-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
-o-transition: opacity .25s ease, visibility 0s ease .25s;
transition: opacity .25s ease, visibility 0s ease .25s;
visibility: visible;
z-index: 99997;
}
.fancybox-button--arrow_left{
display: none;
}
.fancybox-button--arrow_right{
display: none;
}
.home-about-main-cus{
background-image: linear-gradient(#f0f6ff00, #eef5fe);
width: 100%;
padding: 0px 0 60px;
margin-top: 0px;
}
.home-about-main-cus .home-bout-custom{
position: relative;
width: 80%;
}
.home-about-main-cus .buildYourTruck__cont {
padding: 20px 300px 0px 30px;
background: #fff;
text-align: center;
position: relative;
width: 900px;
margin: -10px auto 0 auto;
}
.home-about-main-cus .buildYourTruck__cont p {
font-size: 14px;
line-height: 1.4;
color: #000;
letter-spacing: .5px;
margin: 0;
text-align: start;
}
.buildYourTruck__cont:after {
content: "";
position: absolute;
top: 0;
right: -40px;
width: 315px;
height: 178px;
background: url(../images/hcv-tata-lpt-3518-big.png);
background-size: 100%;
}
.client-logo-main-cus{
padding: 60px 0 60px;
}
.client-logo-main-cus .logo-single-all{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items:center;
gap: 15px 30px;
margin-left: auto;
margin-right: auto;
list-style-type: none;
/*padding: 40px 0 0;*/
margin-bottom: 0;
/*border-top: 1px solid #ddd;*/
}
.client-logo-main-cus .logo-single-all .owl-item{
align-items:center;
}
.client-logo-main-cus .logo-single-all li{}
.client-logo-main-cus .logo-single-all img{
width: auto !important;
max-height: 65px;
display: block;
margin: 0 auto;
filter: grayscale(1);
-webkit-transition: .5s;
-o-transition: .5s;
-moz-transition: .5s;
transition: .5s;
}
.client-logo-main-cus .logo-single-all img:hover{
filter: none;
}
.commonSec-brochure {
width: 100%; 
display: flex;
}
.need-for-you-main-cus{

}
.need-for-you-main-cus .downloadBrochure.bg-img-cus {
/*background: url(../images/Pets-Abroad-relocation-services-need-from-you.jpg);*/
/*background-position: center;*/
/*background-size: cover;*/
width: 50%;
display: table-cell;
vertical-align: middle; 
}
.need-for-you-main-cus .downloadBrochure.bg-img-cus .banner-top-video{
width:100%;
height:100%;
}
.need-for-you-main-cus .downloadBrochure.bg-img-cus .banner-top-video video{
width:100%;
height:100%;
} 

.downloadBrochure__main {
float: right;
padding: 0 00px 0 140px;
width: 100%;
position: relative;
}
.downloadBrochure__main:before {
background: url(../images/download-brochure.png) left center no-repeat;
content: "";
position: absolute;
left: 0;
top: 0;
width: 98px;
height: 100px;
}
.downloadBrochure__head {
font-size: 24px;
color: #fff;
line-height: 32px;
margin: 0;
margin-bottom: 10px;
font-weight: 400;
letter-spacing: .4px;
}
.downloadBrochure__description {
font-size: 14px;
color: #fff;
line-height: 19px;
margin-bottom: 24px;
letter-spacing: .4px;
}
.downloadBrochure__viewMore {
color: #fff;
font-size: 14px;
text-decoration: underline;
-webkit-transition: .5s;
-o-transition: .5s;
-moz-transition: .5s;
transition: .5s;
}
.emiCal {
background: #ff751f;
padding: 60px 80px 60px;
min-height: 100%;
width: 50%;
display: table-cell;
vertical-align: middle;
height: 100%;
}
.emiCal__main {
width: 100%;
padding: 0;
position: relative;
float: left;
}
.emiCal__main:after {
background: url(../images/calculator.png) right center no-repeat;
content: "";
position: absolute;
left: 0;
top: 0;
width: 100px;
height: 100px;
display:none;
}
.emiCal__head {
font-size: 38px;
color: #ffffff;
line-height: 38px;
margin-bottom: 20px;
font-weight: bold;
letter-spacing: .4px;
}
.emiCal__description {
font-size: 18px;
color: #ffffff;
line-height: 1.4;
margin-bottom: 35px;
}
.emiCal__Calculate {
color: #ffffff;
background-color: #e52e35;
font-size: 14px;
padding: 10px 30px;
border-radius: 30px;
display: inline-block;
vertical-align: top;
-webkit-transition: .5s;
-o-transition: .5s;
-moz-transition: .5s;
transition: .5s;
}
.need-for-you-right-side-points-single{
color: #fff;
margin-bottom: 20px;
}
.need-for-you-right-side-points-single h4{
font-size: 18px;
font-weight: 600;
}
.need-for-you-right-side-points-single p{
margin: 0;
}
.error-text-box-captcha{
position: absolute;
font-size: 10px;
font-weight: 500;
color: rgb(128, 6, 6);
bottom: -18px;
}
.error-text-box{
position: absolute;
font-size: 10px;
font-weight: 500;
bottom: -15px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.landing-intro {
position: relative;
}
.top-marg {
margin-top: 90px;
}
.aboutbg {
padding: 0px;
background-image: url(../images/about_banner.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
height: 220px;
position: relative;
width: 100%;
z-index: 3;
}
.top_banner_info {
position: relative;
width: 100%;
height: 100%;
display: flex;
align-items: center;
z-index: 3;
background: rgba(0, 0, 0, .5);
margin-top: 10px;
}
.top_banner_info h2 {
font-size: 30px;
margin: 0px 0 0px;
color: #fff;
line-height: 55px;
font-weight: 300;
text-transform: uppercase;
}
.top_banner_info h2 span {
font-size: 28px;
font-weight: 500;
color: #fff;
text-transform: uppercase;
display: block;
}
.new_bradcrum {
width: 100%;
background-color: #f1f1f1;
margin-bottom: 20px;
padding: 12px 0 12px;
position: relative;
}
.new_bradcrum .left {
width: 50%;
font-size: 12px;
color: #2f2f2d;
float: left;
}
.new_bradcrum a {
color: #303030;
text-decoration: none;
padding-right: 10px;
}
.new_bradcrum span {
padding-right: 10px;
color: #000;
}
.new_bradcrum .left img {
width: 9px;
}
.new_bradcrum span {
padding-right: 10px;
color: #000;
}
.new_bradcrum .right {
width: 50%;
float: right;
text-align: right;
padding-right: 0px;
}
.wrap {
overflow: hidden;
}
#lim-wrapper {
position: relative;
}
.lim-content_1 {
width: 100%;
background-color: #fff;
}
.contant-detail {
width: 100%;
position: relative;
}
.main-title {
margin-top: 55px;
font-size: 42px;
color: #333;
font-weight: 700;
text-align: center;
line-height: 1.2;
/* margin-bottom: 56px; */
}
.style7 {
font-size: 16px;
font-weight: 500;
}
.mtop15 {
margin-top: 15px;
}
.sub-btn {
padding: 13px 30px;
background: #af0606;
border-radius: 4px;
color: #fff;
font-weight: 500;
line-height: 22px;
border: none;
display: inline-block;
font-size: 15px;
min-width: 120px;
text-transform: capitalize;
transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
}
.thankyou-main-sec-cus{
padding: 50px 0;
}
.typeahead{
width: 194px;
overflow: hidden;
padding-top: 0;
}
.typeahead li{
}
.typeahead li a{
padding: 0 10px;
cursor: pointer;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
line-height: 30px;
text-align: left;
border-top: 1px solid #e6e6e6;
font-size: 11px;
color: #515151;
}
.navbar.fixed-top {
background-color: #fff;
box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
border-bottom: 1px solid rgba(0, 0, 0, .1);
animation: slide-down .7s;
}
@keyframes slide-down {
0% {
transform: translateY(-100%);
}
100% {
transform: translateY(0);
}
}
#scroll-top {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 22px;
border: none;
outline: none;
background: #003a97;
color: #fff;
cursor: pointer;
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 50px;
text-align: center;
box-shadow: 0 3px 24px rgb(0 0 0/10%);
transition: all .5s ease-in-out;
}
.fixed-top .logo img {
width: 100%;
}
.fixed-top .nav-item .nav-link {
padding: 30px 15px;
color: #333;
font-weight: 500;
font-size: 14px;
text-transform: uppercase;
}
.section {
position: relative;
width: 100%;
z-index: 3;
overflow: hidden;
}
.top-marg {
margin-top: 90px;
}
.aboutbg {
padding: 0px;
background-image: url(../images/about_banner.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
height: 220px;
position: relative;
width: 100%;
z-index: 3;
}
.pad0 {
padding: 0 !important;
}
.left-bg {
padding: 10px 0;
}
.contant-detail .right1 {
width: 100%;
}
.right1 h1 {
font-size: 24px;
color: #FFFFFF;
margin: 0 0 20px;
text-transform: uppercase;
line-height: 30px;
font-weight: 300;
}
.new_bradcrum {
width: 100%;
background-color: #f1f1f1;
margin-bottom: 20px;
padding: 12px 0 12px;
position: relative;
}
.new_bradcrum .left {
width: 100%;
font-size: 12px;
color: #2f2f2d;
float: left;
}
.new_bradcrum a {
color: #303030;
text-decoration: none;
padding-right: 10px;
}
.new_bradcrum span {
padding-right: 10px;
color: #000;
}
.new_bradcrum .left img {
width: 9px;
}
.relative_box, section, .o-section {
position: relative; 
margin-right: 0px;
}
.about-custom-image {
position: relative;
z-index: 9;
}
.about-custom-image:before {
content: "";
position: absolute;
background-color: #ff0000;
height: 290px;
width: 210px;
bottom: -35px;
right: 0;
z-index: 0;
}
.about-vision-slider{}
.about-vision-slider-data{}
.about-vision-slider-data img{
height: auto;
width: 50px !important;
margin-bottom: 20px;
}
.about-vision-slider-data h4{
font-size: 22px;
font-weight: 500;
}
.about-vision-slider-data p{
margin:0;
}
.about-sec-main-cus{
padding: 50px 0 35px;
}
.video-area {
position: relative;
background-repeat: no-repeat;
background-size: cover;
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
margin-top: 0px;
margin-bottom: 0px;
padding: 300px 0px 200px 0px;
}
.video-wrapper {
position: relative;
display: flex;
/* justify-content: center; */
border-radius: 5px;
/* height: 171px; */
}
.video-play-button {
position: absolute;
z-index: 10;
top: 0%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
box-sizing: content-box;
display: block;
width: 32px;
height: 44px;
/* background: #fa183d; */
border-radius: 50%;
padding: 18px 20px 18px 28px;
}
.video-play-button:before {
content: "";
position: absolute;
z-index: 0;
top: -20%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 80px;
height: 80px;
background: #ba1f24;
border-radius: 50%;
animation: pulse-border 1500ms ease-out infinite;
margin-left: -500px;
}
.video-play-button:after {
content: "";
position: absolute;
z-index: 1;
top: -20%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 80px;
height: 80px;
background: #fa183d;
border-radius: 50%;
transition: all 200ms;
margin-left: -500px;
}
.video-play-button span {
display: block;
position: relative;
z-index: 3;
width: 0;
height: 0;
border-left: 32px solid #fff;
border-top: 22px solid transparent;
border-bottom: 22px solid transparent;
margin-left: -510px;
top: -130%;
}
.video-overlay {
position: fixed;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.80);
opacity: 0;
transition: all ease 500ms;
}
.video-overlay-close {
position: absolute;
z-index: 1000;
top: 100px;
right: 260px;
font-size: 36px;
line-height: 1;
font-weight: 400;
color: #fff;
text-decoration: none;
cursor: pointer;
transition: all 200ms;
}
.video-site-heading {
margin-bottom: 0px;
}
.site-heading p {
font-size: 15px;
font-weight: 400;
display: inline-block;
margin-bottom: 9px;
}
.tracking-content {
width: 98%;
font-size: 43px;
line-height: 1.41;
letter-spacing: -.02em;
margin-bottom: 15px;
margin-top: 0;
}
.feature-icon {
margin-bottom: 20px; 
/* transition: all .5s ease-in-out; */
margin-right: 25px;
margin-top: 7px;
}
.feature-icon i {
font-size: 50px;
color: #fff;
line-height: 1;
}
.feature-content h2 {
font-size: 28px;
}
@keyframes pulse-border {
0% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity: 1;
}
100% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
opacity: 0;
}
}
.about_section {
padding: 60px 0 60px;
}
.title_normal {
font-size: 30px;
margin-bottom: 20px;
font-weight: 500;
}
.about_section .contents p { 
margin: 0;
}
.about_img_section {
width: 100%;
display: block;
padding: 60px 0;
min-height: 545px;
}
.about_img_section .relative_box.d-flex {
justify-content: space-between;
}
.about_img_section .about_content_lft {
position: relative;
width: 50%;
color: #fff;
}
.about_content_lft h2 {
text-transform: capitalize;
}
.about_content_lft p {}
.about_img_section .about_content_rt {
width: 41%;
background: #ce0909;
background: linear-gradient(495deg, transparent 25px, rgba(206, 10, 10, .8) 25px);
padding: 40px;
color: #fff;
position: relative;
}
.about_content_rt ul {
list-style: none;
padding: 0;
margin: 0;
}
.about_content_rt li {
font-size: 22px;
margin-bottom: 20px;
list-style: none;
display: flex;
}
.about_content_rt li strong {
padding: 0 5px;
font-weight: 500;
}
.about_content_rt li {
font-size: 22px;
margin-bottom: 20px;
list-style: none;
display: flex;
}
.about_img_section:before {
content: "";
width: 100%;
height: 100%;
display: block;
position: absolute;
left: 0;
top: 0;
background: rgba(0, 0, 0, .3);
z-index: 0;
}
.mobility_solution {
position: relative;
padding: 60px 0;
}
.top_title {
font-weight: 500;
margin-bottom: 15px;
font-size: 2.5em;
}
.mobility_solution .award-pic-set {
padding-top: 10px;
}
.mobility_solution .aw-pic {
background: #fff;
height: 100%;
display: flex;
flex-direction: column;
position: relative;
box-shadow: 0px 0px 2px rgba(0 0 0 / 12%);
-webkit-box-shadow: 0px 0px 2px rgba(0 0 0 / 12%);
}
.mobility_solution .aw-pic a {
display: block;
cursor: pointer;
}
.mobility_solution .aw-img {
display: block;
overflow: hidden;
}
.mobility_solution .aw-img img {
width: 100%;
transition: all .5s;
-webkit-transition: all .5s;
}
.mobility_solution .aw-content {
position: relative;
padding: 25px 25px 40px;
width: 100%;
flex-grow: 1;
display: flex;
flex-direction: column;
}
.mobility_solution .aw-content h3 { 
font-size: 24px;
font-weight: 500;
margin-bottom: 22px;
}
.mobility_solution .aw-content p {
color: #333;
font-size: 15px;
}
.mobility_solution .aw-pic:hover {
-webkit-box-shadow: 0 2px 24px 0 rgba(0 0 0 / 10%);
box-shadow: 0 2px 24px 0 rgba(0 0 0 / 10%);
}
.top_info_box{
margin-top: -10px;
}
.contact-heading {
margin-top: 75px;
margin-bottom: 80px;
}
.features_area {
position: relative;
display: block;
left: 0px;
}
.enquiry_section .content_info_box {
background: #fff0;
box-shadow: 0px 0px 15px 0px #e5e5e5;
padding: 40px;
}
.dash_title {
position: relative;
font-size: 28px;
font-weight: 500;
padding-bottom: 28px;
line-height: 1.2;
}
.features_area .content_info_box h2:after, .dash_title:after {
content: "";
position: absolute;
bottom: 15px;
left: 0;
width: 36px;
height: 4px;
background: #ed1d24;
}
.enquiry_section .contact_detail {
padding-left: 40px;
}
.enquiry_section .contact_detail p {
display: flex;
padding-bottom: 5px;
}
.enquiry_section .contact_detail a {
color: #000;
}
.faq-contact-section { 
padding: 70px 0px; 
}
.contact-faq-button {
margin: 40px 0px;
}
.contact-faq-button a {
color: #2c2727;
border: 1px solid #FF751F;
padding: 12px 40px;
font-size: 18px;
font-weight: 500;
border-radius: 4px;
}
.contact-faq-button a:hover {
border: 1px solid #FF751F;
padding: 12px 40px;
font-size: 18px;
color: #fff !important;
font-weight: 500;
border-radius: 4px;
background-color: #FF751F;
}
.iti--separate-dial-code .iti__selected-dial-code {
margin-left: 6px;
color: #000;
font-size: 12px;
}
.thing_around {
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
flex-wrap: wrap;
position: relative;
list-style: none;
padding: 0;
margin: 0 0 10px;
}
.thing_around li {
display: inline-block;
vertical-align: middle;
text-align: center;
width: 50%;
padding: 10px 0;
}
.thing_around li img {
width: 90px;
}
.thing_around li span {
font-size: 17px;
color: #666;
}
.career_section{
padding: 50px 0 60px;
}
.career_section h3{
font-size: 24px;
}
.csr_section {
padding: 60px 0;
}
.box_content:nth-child(odd) {
margin-top: 60px;
}
.box_content:nth-child(odd) .in-image {
position: relative;
top: -60px;
}
.box_content .in-image {
display: block;
}
.box_content .in-image img {
width: 100%;
border: 1px solid #f9f9f9;
}
.box_content:nth-child(odd) .contents .items {
}
.box_content .contents .items {
border: 1px solid #ddd;
height: 100%;
width: 100%;
padding: 70px;
position: relative;
}
.box_content .contents h2 {
font-weight: 500;
font-size: 30px;
color: #FF751F;
}
.box_content .contents p {
}
.box_content:nth-child(even) {
top: -30px;
position: relative;
}
.box_content:nth-child(even) .in-image {
text-align: right;
position: relative;
top: 60px;
}
.box_content .in-image {
display: block;
}
.box_content .in-image img {
width: 100%;
border: 1px solid #f9f9f9;
}
.box_content:nth-child(even) .contents .items {
}
.box_content .contents .items {
border: 1px solid #ddd;
height: 100%;
width: 100%;
padding: 70px;
position: relative;
}
.button_box {
padding-top: 20px;
}
.view_btn {
position: relative;
padding: 1.1rem 1.5rem;
border: none;
border-radius: 4px;
outline: none;
background: #FF751F;
color: #fff;
font-size: 14px;
font-weight: 500;
text-decoration: none;
text-transform: uppercase;
cursor: pointer;
text-align: center;
line-height: .875rem;
box-shadow: 0 0 0 transparent;
display: inline-block;
min-width: 9.5rem;
transition: all .5s ease-in;
-webkit-transition: all .5s ease-in;
}
.pointers {
cursor: pointer;
}
figure {
margin: 0;
}
.zoom_box {
display: block;
overflow: hidden;
}
.zoom_box img {
transition: all .5s;
-webkit-transition: all .5s;
}
.zoom_box:hover img, .services_section .in-image:hover img {
-ms-transform: scale(1.08);
-webkit-transform: scale(1.08);
transform: scale(1.08);
}
.view-job-btn-cus{
margin-top:50px;
}
.banner_img_section {
width: 100%;
padding-top: 20px;
}
.banner_img_section .flex-row-reverse .contents {
background: #FF751F;
color: white;
}
.banner_img_section .contents {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: linear-gradient(to right, #efefef 0, #efefef 90%, rgba(239, 239, 239, 0) 100%);
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.content_info_box {
padding: 40px 60px 40px 95px;
position: relative;
}
.career-apply-online-form p {
font-size: 20px;
line-height: 30px;
}
.features_area {
position: relative;
display: block;
left: 0px;
}
.banner_img_section .flex-row-reverse .content_info_box {
padding: 40px 40px; 
}
.career-form {
background-color: #d3d3d39e;
}
.file_choose_box {
display: flex;
align-items: center;
justify-content: start;
}
.resume-upload-text {
margin-left: 10px;
font-size: 12px;
width: 60%;
}
.upload-resume-btn-cus{
font-size: 12px;
width: 40%;
padding: 8px 0;
}
.big-img-section{
background-image: url(../images/Affordabletruck1.jpg);
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 420px;
position: relative;
}
.big-img-section2{
background-image: url(../images/Affordabletruck2.jpg);
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 420px;
position: relative;
}
.background-red-1{
position: absolute;
background-color: #34373c;
width: 50%;
height: 220px;
bottom: 0;
padding: 35px 35px;
}
.background-red-1:hover {
background-color: #dc210a;
}
.icon-logonew{
margin-right: 25px;
margin-top: 7px;
}
.icon-logonew img{
width:32px;
height: 32px;
}
.content-new h5{
font-size: 18px ;
margin-top: 15px ;
margin-bottom: 15px;
color: #fff;
}
.background-red-2{
position: absolute;
background-color: #dc210a;
width: 50%;
height: 220px;
bottom: 0;
padding: 35px 35px;
}
.background-red-2:hover{
background-color: #34373c;
}
.fa-arrow-right{
color: #fff;
}
.trusted-compamy-main-cus{
padding: 0px 0px 90px;
}
/*--------------case-study-page*/
.case-study1 h4{
font-size: 23px;
color: #333;
margin: 0 0 10px;
text-transform: uppercase;
line-height: 24px;
font-weight: 400;
}
.delibiveing-dives h4{
padding-bottom: 25px;
}
.nmber-cicler{
width: 40px;
height: 40px;
line-height: 40px;
display: inline-block;
text-align: center;
box-shadow: 0px 0px 2px 0px #333;
border-radius: 50%;
margin-right: 12px;
font-size: 20px;
float: left;
margin-top: -10px;
}
.cassstiud{
margin: 50px 0px;
}
.case-stu-contane p{
font-size: 14px;
color: #555;
margin-bottom: 5px !important;
padding-top: 5px;
}
.case-stu-contane p .bold   {
font-size: 15px;
color: #353535;
margin-bottom: 5px !important;
padding-top: 5px;
}
.marg-top{
/* margin-top: 25px; */
margin-bottom: 25px;
}
.seond-tittle span{
display: inline-block;
position: relative;
background: #fff;
color: #333;
z-index: 11;
padding-right: 12px;
}
.newbig-img{
margin-top: -90px;
}
.seond-tittle:after {
background: #333;
width: 100%;
height: 0.5px;
content: "";
z-index: 10;
display: block;
position: absolute;
bottom: 6px;
left: 0;
}
.sec-content{
width: 100%;
padding: 20px 0 10px;
position: relative;
}
.seond-tittle{
font-size: 24px;
font-weight: 600;
position: relative;
margin-bottom: 30px;
}
.case-study-2{
padding-bottom: 20px;
}
.paddtop-new{
padding-top: 50px;
/* width: 300px; */
height: 300px;
}
.paddtop-new img{
width: 100%;
height: 100%;
object-fit: cover;
}
.feature-info p{
font-size: 14px;
color: #555;
}
.ovehid{
overflow: hidden;
}
.tukru-mg img{
width: 100%;
}
.new-img-box2 div{
padding: 10px;
}
.new-img-sec{
width: 372px;
height: 230px;
}
.new-img-sec img{
object-fit: cover;
width: 100%;
height: 200px;
}
.new-box-img {
width: 350px;
height: 300px;
}
.new-box-img img{
width: 100%;
height: 100%;
object-fit: cover;
}
.seco-padding{
padding-top: 50px;
}
.case1new{
margin-top: 20px;
}
.new-box-info h3{
font-size: 15px;
text-align: center;
padding: 10px 0px;
}
.new-box-info{
margin-bottom: 30px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
border: none;
color: #000;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
border-bottom: 2px solid red;
border-top: none;
border-left: none;
border-right: none;
color: #000;
font-weight: 600;
background-color: transparent;
}
.case-link{
padding-left: 40px !important;
}
.probl-img{
/* width: 370px; */
height: 300px;
margin-top: 50px;
}
.probl-img img{
width: 100%;
height: 100%;
object-fit:cover;
}
.solution2{
list-style: none;
margin-left: -35px;
}
.solution2 h5{
font-size: 22px;
line-height: 28px
}
.solution2 p{
font-size: 14px;
line-height: 22px
}
.resvlr{
font-size: 27px;
}
.final h4{
font-size: 18px;
}
.final li{
font-size: 13px;
}
/*------------sever-----*/
.inquery-heding {
text-align: center;
}
.officemomiv {
padding-left: 30px;
}
.officemomiv a i {
color: #da251c !important;
}
.officemomiv a {
color: #da251c;
}
.inquerform {
position: initial;
display: flex;
top: -130px;
padding-top: 0px;
padding-bottom: 0px;
}
.inquerydata {
position: relative;
padding: 3rem 2.875rem;
max-width: 100%;
width: 100%;
border-radius: 8px;
background-color: #fff;
box-shadow: 0 0 40px rgba(0 0 0 / 25%);
z-index: 111;
}
.form-custom {
background-color: #084c9100;
color: #fff;
}
.inquery_form {
margin-top: 20px;
} 
.inner-page p {
color: #55555a;
padding-bottom: 10px;
margin: 0;
text-align: justify;
}
.services-details-main-sec-cus{
padding: 50px 0 100px;
}
.inquery-heding h2 {
color: #2585F8;
margin-bottom: 20px;
font-weight: 600;
font-size: 30px;
}
.inquery-heding p {
color: #4c525c;
font-size: 15px;
margin-bottom: 30px;
text-align: center;
}
.office-movingpg-why-choose-sec-main-cus{}
.office-moving-whychhose-img-cus{}
.office-moving-whychhose-img-cus img{}
.office-moving-whychhose-content-cus{
padding-left: 30px;
}
.office-moving-whychhose-content-cus h3{
font-size: 26px;
margin-bottom: 30px;
font-weight: 600;
}
.office-moving-whychhose-content-cus p{}
.office-moving-whychhose-content-cus a{
color: #2585F8;
font-size: 18px;
margin-top: 30px;
display: block;
}
.office-moving-whychhose-content-cus a i{
color: #2585F8;
}
.faq-cus-main{
    padding: 0px 0 80px;
} 
.faq-cus-main .accordion-item:last-child {
margin-bottom: 0px;
}
.faq-cus-main .accordion-header {
margin-bottom: 0;
} 
.faq-cus-main .accordion-button:focus {
z-index: 3;
/*border-color: #ff000000;*/
outline: 0;
box-shadow: none;
}
.faq-cus-main .accordion-button-cus:after {
background-image: url(../images/plus.png) !important; 
--bs-accordion-btn-icon-width: 0.9rem;
}
.accordion-button-cus:not(.collapsed)::after {
background-image: url(../images/minus.png) !important;
}
.faq-content {
    padding-top: 0;
    border-left: none;
}
.faq-content p { 
    font-size: 15px;
    margin: 0;
    color: #333333;
}
.faq-content ul {}
.faq-content ul li {
font-size: 16px;
}
.sitemap-main-sec-cus{
padding: 20px 0 50px;
}
.site-map-title{
margin-bottom: 0px;
margin-top: 30px;
}
.site-map-title h2{
font-size: 16px;
font-weight: 500;
}
.site-map-data{
margin-bottom: 10px;
margin-left: 15px;
}
.site-map-data a{
color: #666;
display: flex;
align-items: center;
justify-content: start;
gap: 5px;
font-size: 14px;
}
.site-map-data i{
font-size: 10px;
color: #2585F8;
}
.site-map-data span{}
.faq-pg-cus-main{}
.faq-pg-cus-main .accordion-item {
    border: 1px solid #ddd;
    border-left: 4px solid #2585F8;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(247, 247, 251, .5);
    margin-bottom: 16px;
    position: relative;
}
.faq-pg-cus-main .accordion-header {
margin-bottom: 0;
border-left: none;
}
.faq-pg-cus-main .accordion-button-cus {
position: relative;
height: 74px;
border-radius: 0px !important;
border: none;
background: #f1f1f1;
color: #000;
font-size: 18px;
font-family: "TASA Orbiter", sans-serif;
font-style: normal;
font-weight: 400;
line-height: 22px;
overflow: hidden;
transition: all .5s ease;
-webkit-transition: all .5s ease;
}
.faq-pg-cus-main .accordion-button:not(.collapsed) {  
    box-shadow: none;
    border: none;
    border-bottom: none;
    border-left: none;
    background: rgb(225 29 7 / 0%);
}
.faq-pg-cus-main .accordion-button-cus:hover::after{
background-image: url(../images/minus.png) !important;
}
.faq-pg-cus-main .accordion-collapse.show{
border: none;
border-top: none;
border-left: none;
}
.offic-moving{
margin-top: 50px;
}
.header-number .header-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0;
padding: 0;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
list-style: none;
}
.header-number .header-inner li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-right: 9px;
line-height: 19px;
}
.header-number .header-inner li .no-img {
width: 40px;
margin-right: 6px;
}
.header-number .header-inner li .no-img img {
width: 100%;
height: auto;
display: block;
}
.header-number .header-inner li ul.data-no {
padding: 0;
margin: 0px 0 0;
line-height: 19px;
}
.header-number .header-inner li ul.data-no li{
	margin-right: 0;
}
.header-number .header-inner li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-right: 24px;
line-height: 1.2;
}
.header-number .header-inner li:last-child {
	margin-right: 0;
}
.header-number .header-inner li a {
padding: 24px 6px;
color: #40566d;
font-weight: 600;
font-size: 16px;
font-family: "TASA Orbiter", sans-serif;
}
.header-number .header-inner li ul.data-no .b-frst {
    color: #40566d;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
}
.header-number .header-inner li ul.data-no .b-scnd {
color: #40566d;
    font-size: 11px;
}
.banner-form-main-bg .banner-form-tabs-cus-main{
/*padding: 0 0 10px;*/
background: #ff751f;
padding: 25px 20px 5px;
border-radius: 5px;
z-index: 999;
position: relative;
}
.banner-form-main-bg ul.resp-tabs-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
margin: 0 -4px;
position: relative;
top: 5px;
z-index: 1;
padding: 0;
}
.banner-form-main-bg .resp-tabs-list li {
font-weight: 400;
font-size: 11px;
display: inline-block;
list-style: none;
cursor: pointer;
float: none;
border: none !important;
background: #fff;
position: relative;
text-align: center;
margin: 0 2px;
padding: 0px;
min-width: 95px;
border-radius: 7px;
border: 1px solid rgba(255, 255, 255, .28);
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
transition: all .5s ease;
-webkit-transition: all .5s ease;
}
.banner-form-main-bg .resp-tabs-list li.resp-tab-active {
border: none !important;
background-image: none;
background-color: #fff2f2 !important;
}
.banner-form-main-bg .resp-tabs-list li.resp-tab-active:before {
content: "Selected";
display: block;
position: absolute;
top: -7px;
right: 10px;
color: #fff;
font-size: 7px;
background: #da251c;
border-radius: 3px;
padding: 2px 3px;
line-height: normal;
}
.banner-form-main-bg .resp-tabs-list li .tab-nav {
position: relative;
padding: 11px 5px;
width: 100%;
height: 100%;
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
flex-direction: column;
justify-content: center;
}
.banner-form-main-bg .resp-tabs-list li.resp-tab-active span.icon.bg-domestic1 {
background-position: -352px -109px !important;
}
.bg-domestic1 {
width: 25px;
height: 50px;
background-position: -352px -81px !important;
}
.bg-vehichle1 {
width: 25px;
height: 50px;
background-position: -315px -155px !important;
}
.bg-secure1 {
width: 25px;
height: 50px;
background-position: -54px -157px !important;
}
.bg-office1 {
width: 25px;
height: 50px;
background-position: -9px -157px !important;
}
.bg-commercial1 {
width: 25px;
height: 50px;
background-position: -352px -11px !important;
}
.bg-international1 {
width: 25px;
height: 50px;
background-position: -352px -220px !important;
}
.banner-form-main-bgb .resp-tabs-list li.resp-tab-active span.icon.bg-international1 {
background-position: -352px -248px !important;
}
.banner-form-main-bg .resp-tabs-list li.resp-tab-active span.icon.bg-vehichle1 {
background-position: -315px -183px !important;
}
.banner-form-main-bg .resp-tabs-list li.resp-tab-active span.icon.bg-secure1 {
background-position: -54px -185px !important;
}
.banner-form-main-bg .resp-tabs-list li.resp-tab-active span.icon.bg-international1 {
background-position: -352px -248px !important;
}
.banner-form-main-bg .resp-tabs-list li.resp-tab-active span.icon.bg-office1 {
background-position: -9px -185px !important;
}
.banner-form-main-bg .resp-tabs-list li.resp-tab-active span.icon.bg-commercial1 {
background-position: -352px -39px !important;
}
.banner-form-main-bg .resp-tabs-list li span.icon {
display: block;
background: url(../images/img_sprites.webp) no-repeat;
width: 28px;
height: 25px;
}
.home-tab .resp-tabs-list li span.text {
width: calc(100% - 0px);
color: #000;
font-size: 11px;
line-height: 12px;
margin-left: 0px;
font-weight: 400;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
min-height: 24px;
}
.banner-form-main-bg .resp-tabs-list li.resp-tab-active span.text {
font-weight: 500;
}
.banner-form-main-bg .resp-tabs-list li .tab-nav:after {
content: "";
display: block;
position: absolute;
bottom: 0px;
left: 0;
height: 5px;
width: 100%;
background-color: #da251c;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
transition: transform .5s cubic-bezier(.165,.84,.44,1), -webkit-transform .5s cubic-bezier(.165,.84,.44,1);
}
.banner-form-main-bg .resp-tabs-list li.resp-tab-active .tab-nav:after {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.banner-form-main-bg .resp-tabs-list li:hover {
box-shadow: 0 13px 21px -1px rgba(0, 0, 0, 0.3);
transform: translateY(-7%);
-moz-transform: translateY(-7%);
}
.ui-autocomplete {
max-height: 300px;
overflow-x: hidden;
overflow-y: auto;
background: #f9f9f9;
border: solid 1px rgba(0, 0, 0, .1);
border-radius: 5px;
padding: 0;
margin: 0;
z-index: 9999;
}
.ui-autocomplete li {
width: 100%;
display: block;
border-bottom: solid 1px rgba(0, 0, 0, .1);
font-size: 11px;
line-height: 18px;
color: #333;
font-weight: 400;
text-align: left;
text-transform: uppercase;
}
.ui-autocomplete li .ui-menu-item-wrapper {
padding: 10px 10px 10px 28px;
}
.ui-autocomplete li .ui-menu-item-wrapper:before {
content: "";
position: absolute;
top: 0;
left: 5px;
width: 20px;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background: url(../images/pin1.png) no-repeat center;
background-size: 15px;
z-index: 111;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
border: 1px solid #003eff;
background: #007fff;
font-weight: normal;
color: #ffffff;
}
.relocation-service-work-section-main{
background-color:#f9f9f9;
padding: 90px 0;
margin-bottom: 90px;
}
.relocation-service-work-title-desc-cus{
left: 0; 
top: 0;
margin-left: 180px;
max-width: 520px;
}
.relocation-service-work-title-desc-cus h2{
font-size:28px;
font-weight:600;
}
.relocation-service-work-title-desc-cus h3{
font-size:27px;
font-weight:300;
}
.relocation-service-work-section-main .relocation-service-work-list{
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
padding: 0;
margin: 0;
display: flex;
list-style: none;
position: relative;
margin-left: -48px;
margin-top: -80px;
margin-right: -48px;
background-image: url(../images/timeline-path.svg);
background-repeat: no-repeat;
background-position: center 90px;
background-size: 910px auto;
}
.relocation-service-work-section-main .relocation-service-work-list .relocation-service-work-list__item{
width: 230px;
/*width: 33%;*/
}
.relocation-service-work-list .relocation-service-work-list__item .relocation-service-work-card{
max-width: 220px;
text-align: center;
}
.relocation-service-work-list .relocation-service-work-list__item .relocation-service-work-card--1{
margin-top: 60px;
}
.relocation-service-work-list .relocation-service-work-list__item .relocation-service-work-card--2{
margin-top: 153px;
}
.relocation-service-work-list .relocation-service-work-list__item .relocation-service-work-card--3{
margin-top: 111px;
}
.relocation-service-work-list .relocation-service-work-list__item .relocation-service-work-card--4{
margin-top: 24px;
}
.relocation-service-work-list .relocation-service-work-list__item .relocation-service-work-card--5{
margin-top: 119px;
}
.relocation-service-work-card__icon {
display: none;
width: 74px;
height: 74px;
margin: 0 auto 4px;
position: relative;
}
.relocation-service-work-card__icon {
display: block;
width: 92px;
height: 92px;
}
.relocation-service-work-card__icon::before {
width: 84px;
height: 84px;
content: "";
position: absolute;
background-color: #f9f9f9;
border-radius: 53px;
}
.relocation-service-work-card__icon::before {
width: 106px;
height: 106px;
}
.relocation-service-work-card__icon--1::before {
bottom: -7px;
left: -7px;
}
.relocation-service-work-card__icon--2::before {
top: -7px;
left: 50%;
transform: translateX(-50%);
}
.relocation-service-work-card__icon--3::before {
top: 50%;
left: -7px;
transform: translateY(-50%);
}
.relocation-service-work-card__icon--4::before {
top:  -7px;
left:  -7px;
}
.relocation-service-work-card__icon--5::before {
top:  -7px;
right:  -7px;
}
.relocation-service-work-card__icon-inset {
position: relative;
z-index: 1;
background-repeat: no-repeat;
background-position: center center;
background-color: #fff;
border: solid 3px #484848;
border-radius: 46px;
padding: 1.125rem;
width: 92px;
height: 92px;
}
svg {
overflow: hidden;
vertical-align: middle;
}
.relocation-service-work-card__upper {
color: #FF751F;
display: inline-block;
font-size: 1.5rem;
font-weight: bold;
margin-bottom: 2px;
padding-right: 8px;
}
.relocation-service-work-card__upper {
display: block;
padding: 0;
text-align: center;
color: #2585F8;
}
.relocation-service-work-card__title {
display: inline-block;
font-weight: 500;
color: #000;
font-size: 22PX;
margin-bottom: 5px;
}
.relocation-service-work-card__title {
display: block;
}
.relocation-service-work-card__text {
font-size: .9375rem;
line-height: 1.6; 
}
.relocation-service-work-conatiner{
width:1200px;
max-width:1200px;
padding:0 3rem;
}
.home-bout-custom {
position: relative;
}
.home-bout-custom span {
color: #ff751f;
font-weight: 600;
margin-bottom: 0px;
display: inline-block;
}
.home-bout-custom h2 {
    width: 100%;
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.31px;
    position: relative;
    margin-left: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
    font-family: "TASA Orbiter", sans-serif;
}
.home-bout-custom h2::after {
content: "";
position: absolute;
width: 30px;
border-bottom: 1px solid #ff751f;
bottom: 0px;
left: 0;
margin: auto;
}
.home-bout-custom p {
padding-bottom: 10px;
margin: 0;
text-align: justify; 
font-size: 16px;
font-weight: 400;
}
.home-bout-custom .button_box-custom{
margin-top: 20px;
}
.home-bout-custom .button_box-custom a{
    background: linear-gradient(90deg, #003acc 50%, #003A97 0);
    background-size: 200% 100%;
    background-position: 100% 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #fff;
    display: inline-block;
    padding: 12px 48px 12px 24px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    font-weight: 500;
}
.home-bout-custom .button_box-custom a:hover{
    background-position: 0 100%;
    color: #fff;
}

.home-bout-custom .button_box-custom a::after {
    content: "";
    position: absolute;
    z-index: 1;
    background: url(../images/arrow-right.svg) no-repeat;
    display: block;
    transition: all ease .3s;
    transform: translateX(0);
    width: 18px;
    height: 18px;
    background-position: center;
    background-size: cover;
    right: 24px;
    top: 0 !important;
    bottom: 0;
    margin: auto;
    filter: invert(100%);
}
.home-about-content-side-logo {
margin-bottom: 20px !important;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
}
.home-about-content-side-logo img {
width: 30%;
margin: initial !important;
display: inherit !important;
margin-right: 30px !important;
/*filter: grayscale(1);*/
}
.home-about-content-side-logo img:last-child{
margin-right:0px !important;
}
.home-about-content-side-logo img:hover {
filter: none;
transition: all .3s;
}
.advantage_bg{
background: url(../images/advantage_bg.webp);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
padding: 80px 0px 30px;
min-height: 662px;
margin-bottom: 0px;
}
.advantage_bg .map-main-left {
background-color: rgba(255, 255, 255, 0.9);
padding: 50px 30px 30px;
position: relative;
}
.map-main-left .feature-box {
margin: 5px 0 20px;
}
.map-main-left .feature-thumb {
width: 85px;
height: 85px;
display: inline-flex;
justify-content: center;
margin-bottom: 10px;
}
.feature-box.text-center .feature-info {
display: block;
padding-bottom: 10px;
padding-left: 0;
vertical-align: top;
}
.map-main-left .feature-info h4 {
font-size: 20px;
font-weight: 500;
color: #333;
margin: 0 0 10px;
}
.map-main-left .feature-info p {
font-size: 14px; 
padding: 0 15px;
line-height: 18px;
}
.map-box-info {
padding-left: 20px;
position: relative;
}
.map-box-info h3 {
margin: 20px 0 30px;
font-size: 45px;
text-transform: uppercase;
font-weight: 400;
color: #fff;
}
.map-box-info h3 span {
display: block;
}
.map-box-info p {
font-size: 22px;
color: #fff;
}
.advantage_bg:before {
content: "";
position: absolute;
top: 0;
left: 55%;
right: 0;
bottom: 0;
display: block !important;
background-color: #d50404;
}
.gw_rating {
align-items: center;
justify-content: center;
display: flex;
margin-top: 12px;
}
.gw_rating .rating {
color: #17313b;
font-size: 20px;
line-height: 23px;
margin-right: 12px;
}
.fivestar {
display: flex;
align-items: center;
justify-content: center;
}
.gw_rating .fivestar {
padding-bottom: 1px;
}
.fivestar .star {
display: inline-block;
font-size: 18px;
/* height: 20px; */
margin-right: 2px;
overflow: hidden;
position: relative;
text-indent: 0;
/* width: 20px; */
color: #2585F8;
}

.customers-image{
width: 105px;
height: 105px;
text-align: center;
margin: auto;
border-radius: 50px;
position: relative;
}
.customers-image .play-btn-cus{
position: absolute;
top: 0px;
right: -5px;
}
.customers-image .play-btn-cus img{
width: 35px;
height: 35px;
}
.customers-image img{
width: 100%;
height: 100%;
border-radius: 50%;
object-fit: cover;
}
.trusted-company-main-cus .box-trusted-company-single .customer-img{
    width: 77px;
    height: 77px;
    display: block;
    border-radius: 100%;
    object-fit: cover;
    margin: 0 auto 16px;
}
.trusted-company-main-cus .box-trusted-company-single .company-desc p{
    margin-top: 0px;
    line-height: 1.3;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    position: relative;
}
.trusted-company-main-cus .box-trusted-company-single .company-desc p i{
    font-size: 38px;
    opacity: .7;
}
.trusted-company-main-cus .box-trusted-company-single .company-desc p i:last-child{
    position: absolute;
    margin-left: 12px;
    margin-top: 6px;
}
.trusted-company-main-cus .box-trusted-company-single{
background-color:#fff;
}
.customers-move{
margin-top: 0px !important;
font-size: 14px !important;
line-height: 1.1 !important;
font-weight: 300 !important;
}
.customers-name{
font-weight: 500 !important;
font-size: 16px !important;
color: #000 !important;
margin: 0 !important;
}
.home-google-review-trustpilot-logo-cus {
text-align: start;
margin-top: 30px;
}
.home-google-review-trustpilot-logo-cus .s_logo {
margin-right: 50px;
}
.home-google-review-trustpilot-logo-cus .s_logo img {
max-height: 50px;
}
.home-google-review-trustpilot-logo-cus .s_logo:first-child img {
position: relative;
top: 16px;
}
.home-google-review-trustpilot-logo-cus .s_logo:last-child {
margin-right: 0px;
}
.footer-contact-details-cus.contact-info-bg {
position: relative;
margin-bottom: 0px;
background: #f3f2e7;
padding-top: 30px;
margin-top: 30px;
}
.footer-contact-details-cus .contact-info-box {
background: #f3f2e7;
padding: 10px 80px 10px;
}
.footer-contact-details-cus .item-contact-box {
display: inline-block;
min-width: 90px;
vertical-align: middle;
}
.footer-contact-details-cus .item-contact-box h2 {
font-size: 20px;
margin: 28px 0 4px;
font-weight: 600;
}
.footer-contact-details-cus .item-contact-box p {
margin-bottom: 5px;
font-size: 12px;
}
.footer-contact-details-cus .contact-txt p {
font-size: 12px;
}
.footer-contact-details-cus .customer-info {
position: relative;
width: 70%;
height: 403px;
margin: 0 auto;
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
background-image: url(../images/glob.svg);
background-position: 50% 0%;
background-size: 100%;
background-repeat: no-repeat;
}
.footer-contact-details-cus .phone-box h2 {
font-size: 12px;
margin: 6px 0 0px;
}
.footer-contact-details-cus .item-contact-box {
display: inline-block;
min-width: 55px;
vertical-align: middle;
font-size: 12px;
}
.footer-contact-details-cus .phone-box, .mail-box {
display: inline-block;
padding-top: 0px;
vertical-align: top;
}
.footer-contact-details-cus .phone-box a, .mail-box a {
font-size: 12px;
color: #000;
}
.country-flag-contact-footer{
display: flex;
align-items: center;
padding-left: 80px;
margin-bottom: 0px;
}
.country-flag-contact-footer .country-flag-single-footer{
text-align: center;
margin-right: 15px;
}
.country-flag-contact-footer .country-flag-single-footer:last-child{
margin-right: 0;
}
.country-flag-contact-footer .country-flag-single-footer img{
width: 48px;
height: 32px;
margin-bottom: 5px;
}
.country-flag-contact-footer .country-flag-single-footer span{
display: block;
font-size: 9px;
}
.country-flag-contact-title{
padding-left: 80px;
margin-bottom: 15px;
margin-top: 0px;
padding-top: 0px;
color: #2585F8;
position: relative;
}

.country-flag-contact-title .title{
font-weight: 800;
}
.country-flag-contact-title span{
font-size: 4rem;
}
.world-wide-serving-icon{
width: 100%;
margin: 0px auto 0;
}
.world-wide-serving-icon img{
width: 90%;
height: auto;
}
.oversease-country-flag-main-cus{
border-top: 1px solid #ddd;
padding: 20px 0;
overflow: hidden;
}
.counter-slider-cus .owl-item{
justify-content: center;
}
.what-we-do-main-cus{
padding: 60px 0 60px;
}
.what-we-do-main-cus .single-what-we-do{
position: relative;
margin-bottom: 30px;
display: flex;
}
.what-we-do-main-cus .single-what-we-do:last-child{
margin-bottom: 0px;
}
.what-we-do-main-cus .single-what-we-do .icon{
width: 20%;
}
.what-we-do-main-cus .single-what-we-do .icon img{
width:50px;
height:50px;
}
.what-we-do-main-cus .single-what-we-do .what-we-do-content{
width: 80%;
}
.what-we-do-main-cus .single-what-we-do .what-we-do-content h3{
color: #000000;
font-size: 20px;
font-weight: 500;
}
.what-we-do-main-cus .single-what-we-do .what-we-do-content p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.services-pet-main-cus{
padding: 90px 0;
}
.services-pet-main-cus .services-pet-flex-box-cus{
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #d9d9d9;
}
.services-pet-main-cus .services-pet-flex-box-cus .services-pet-single{
width: 25%;
}
.services-pet-main-cus .bgcolor-prt:nth-child(even){
background-color: #f5f5f5;
}
.services-pet-main-cus .bgcolor-prt{
border-right: 1px solid #d9d9d9;
}
.services-pet-main-cus .bgcolor-prt:last-child{
border-right: none;
}
.services-pet-main-cus .feature-box{
padding: 15px 15px;
}
.services-pet-main-cus .feature-box .feature-thumb{
width: 60px;
margin: 0 auto 10px;
}
.services-pet-main-cus .feature-box .feature-thumb img{
width:100%;
height:auto;
}
.services-pet-main-cus .feature-box .feature-info{
padding: 0;
}
.services-pet-main-cus .feature-box .feature-info h4{
font-size: 15px;
position: relative;
margin-bottom: 0px;
padding-bottom: 0px; 
}
.services-pet-main-cus .feature-box .feature-info p{
margin-bottom: 0;
}
.photo-bg {
width: 100%;
/*padding: 10vw 0;*/
position: relative;
overflow: hidden;
z-index: 1;
}
.top-shape {
position: absolute;
top: -1px;
left: 0px;
width: calc(100% + 20px);
height: auto;
z-index: 3;
}
.photo-bg .bg-img {
position: initial;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: -1;
}
.bottom-shape {
position: absolute;
bottom: -1px;
left: 1px;
width: calc(100% + 20px);
height: auto;
z-index: 2;
}
.heading-calculate-pet-size{
font-size: 32px;
color: #000;
font-weight: 600;
}
.subheading-calculate-pet-size{
color: #555;
}
.btn-calculate-pet-size{
color: #ffffff;
background-color: #e52e35;
font-size: 14px;
padding: 10px 30px;
border-radius: 30px;
display: inline-block;
vertical-align: top;
-webkit-transition: .5s;
-o-transition: .5s;
-moz-transition: .5s;
transition: .5s;
}
.pet-size-calculate-content-main-cus{ 
position: absolute;
width: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#calculateyourpetsizeModal{
z-index: 9999;
}
#calculateyourpetsizeModal .modal-header{
height: 60px;
background: #f2f2f2;
cursor: pointer;
border-radius: 0;
}
#calculateyourpetsizeModal .modal-content{
border-radius: 0;
border: none;
}
#calculateyourpetsizeModal .modal-content .heading-modal-body-cus{
font-size: 26px;
color: #e52e35;
font-weight: 600;
}
#calculateyourpetsizeModal .modal-content .modal-row {
display: flex;
flex-flow: row;
align-items: flex-start;
justify-content: flex-start;
}
#calculateyourpetsizeModal .modal-content .modal-row img {
width: 50%;
}
#calculateyourpetsizeModal .modal-content .modal-row li {
list-style: upper-latin;
color: #293A75;
font-size: 16px;
font-weight: 600;
margin-bottom: 10px;
}
#calculateyourpetsizeModal .modal-content .modal-bottom-title-cus{
font-size: 18px;
color: #e52e35;
font-weight: 500;
}
#calculateyourpetsizeModal .modal-content p{
margin-bottom:0; 
}
#calculateyourpetsizeModal .btn-close:focus{
border:none;
box-shadow:none;
}
.banner-logo-slider-content {
text-align: center;
margin-top: 10px;
}
.banner-logo-slider-content h2 {
margin-bottom: 5px;
font-size: 20px;
}
.banner-logo-slider-content p {
line-height: 1.2;
font-size: 14px;
margin: 0;
}
.banner-client-logo-slider .banner-client-logo-all .owl-item {
align-items: center;
}
.all-items-center {
display: flex;
align-items: center;
}
.form-fill-location-main {
display: flex;
margin-left: 10px;
}
.home-banner-form-margin {
margin-right: 45px;
}
.home-banner-form-margin:last-child {
margin-right: 0px;
}
.img-btn > input {
/* display: none; */
position: absolute;
margin-left: 45px;
z-index: 9;
}
.img-btn > input:checked + img {
/* border-color: #2578fb; */
border: 2px solid #2578fb;
border-radius: 50%;
background-color: #fff;
position: relative;
}
.img-btn p {
color: #fff;
font-size: 12px;
margin-top: 5px;
font-weight: 500;
}
.img-btn img {
width: 60px;
height: 60px;
padding: 10px;
}
.img-btn > img {
cursor: pointer;
border: 1px solid #fff;
background-color: #fff0;
border-radius: 50%;
margin: 0 auto;
}
.lable-class_query {
font-size: 15px;
color: #6A6A6A;
font-weight: 500;
margin-bottom: 5px;
}
.home_enq_box .form-control.custom-file-input { 
height: 44px;
line-height: 32px;
width: 100%;
padding-left: 10px;
padding-right: 0px;
margin-bottom: 20px;
border-radius: 0;
outline: none;
font-size: 16px;
display: block;
opacity: 1;
}

.pet-moving-survey-form-main-cus{
padding: 90px 0;
}
.pet-moving-survey-form-main-cus.home_enq_box h3 {
margin: 0 0px 12px 0px;
font-size: 20px;
text-transform: uppercase;
color: #000;
}
.pet-moving-survey-form-main-cus.home_enq_box .btn_box .c-button-custom-home{
min-width: auto;
min-height: 44px;
padding: 10px 40px;
}
.pet-moving-survey-form-main-cus.home_enq_box .btn_box {
display: flex;
justify-content: center;
}
.pet-moving-survey-form-main-cus.home_enq_box .form-control{
padding: 5px 15px;
font-size: 16px;
font-weight: 500;
border-radius: 4px;
border: 1px solid #c8c8c8;
color: #6A6A6A;
height: 44px;
box-shadow: none;
}
.inner-banner.why-banner {
background-image: url(https://www.agarwalpackers.com/media/images/why-apml-banner.png);
background-repeat: no-repeat;
background-size: cover;
background-position: right;
width: 100%;
height: 250px;
position: relative;
text-align: left;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.inner-banner .banner-sub-title {
position: relative;
z-index: 9;
color: #fff;
font-size: 19px;
text-transform: capitalize;
margin: 0;
padding-bottom: 15px;
font-weight: 400;
text-shadow: rgba(0, 0, 0, .29) 0 1px 2px;
}
.inner-banner .main-outer-inbanner {
max-width: 600px;
}
.inner-banner .banner-main-title {
font-size: 32px;
color: #fff;
font-weight: 700;
position: relative;
z-index: 1;
margin: 0;
text-transform: none;
padding-bottom: 21px;
margin-bottom: 15px;
line-height: 35px;
text-shadow: rgba(0, 0, 0, .29) 0 1px 4px;
}
.inner-banner p {
font-size: 14px;
line-height: 20px;
color: #fff;
position: relative;
z-index: 1;
text-shadow: rgba(0, 0, 0, .29) 0 1px 2px;
padding-bottom: 12px;
margin: 0;
}


.home-form-terms-conditions-link-cus {
    display: flex;
    align-items: center;
    justify-content: start;
    /* height: 42px; */
}
.home-form-terms-conditions-link-cus span {
    font-size: 11px;
    line-height: 1.2;
    display: block;
    color: #f5f5f5;
}
.home-form-terms-conditions-link-cus .term-condition-checkbox-cus {
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.home-form-terms-conditions-link-cus a {
    color: #fff;
    font-weight: bold;
}

.user-agreement-popup-main-cus{}
.user-agreement-popup-main-cus .modal-body{
    padding: 15px 18px 0px 25px;
    max-height: 360px;
    /*overflow-y: auto;*/
    /*overflow-x: hidden;*/
}
.user-agreement-popup-main-cus .user-agreement-content{
    max-height: 330px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
    padding-bottom: 20px;
}
.user-agreement-popup-main-cus .user-agreement-content li{
    font-size: 12px;
    line-height: 1.4;
}
.user-agreement-popup-main-cus .user-agreement-content ul{
    margin-bottom: 0;
}
.user-agreement-popup-main-cus .user-agreement-content p{
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.user-agreement-popup-main-cus .otp-poup-custom .modal-header {
    padding: 15px 15px 0px;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.user-agreement-popup-main-cus .otp-poup-custom h4 {
    font-size: 16px;
    line-height: normal;
    margin: 0;
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid;
}
.custom-scroll {
scrollbar-width: thin;
scrollbar-color: rgba(11, 20, 26, 0.2) transparent;
}
.user-agreement-popup-main-cus.modal{
background-color: rgb(0 0 0 / 40%);
}
.user-agreement-popup-main-cus .otp-poup-custom{
max-width: 800px;
}
.otp-poup-custom{
    /*width: 500px;*/
    margin: 0px auto;
    top: 25%;
    position: relative;
}
.user-agreement-popup-checkbox{}
.user-agreement-popup-checkbox span{}
.user-agreement-popup-checkbox input{}
.user-agreement-popup-checkbox .home-form-terms-conditions-link-cus{
    margin-bottom: 5px;
}
.user-agreement-popup-submit-btn{
    width: 140px;
    background-color: #2585F8;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px auto 0;
    border-radius: 30px;
}
.user-agreement-popup-submit-btn a{
    color: #fff;
    font-size: 16px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.user-agreement-popup-checkbox .home-form-terms-conditions-link-cus label{
    font-size: 12px;
    position: initial;
    text-transform: none;
    color: #000;
    padding: 0;
}
.user-agreement-popup-main-cus.show{
    z-index: 9999;
}
.user-agreement-popup-main-cus .otp-poup-custom .close {
    float: right;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 100%;
    padding: 0;
    background-color: #ff000000;
    border: none;
}
@keyframes float-gentle {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}
.animate-float-gentle {
    animation: float-gentle 6s ease-in-out infinite;
}

/* Animation for decorative elements */
@keyframes float-deco {
    0%, 100% { transform: translateY(0px) rotate(-5deg) scale(1); }
    50% { transform: translateY(-25px) rotate(5deg) scale(1.05); }
}
.animate-float-deco {
    animation: float-deco 8s ease-in-out infinite;
}
.banner-btn-cus{
    gap: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: start;
}
.banner-btn-cus .request-button-cus{
	color: #000;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, hsl(0 0 100%)));
    background: linear-gradient(90deg, #000 50%, #fff 0);
    background-size: 200% 100%;
    background-position: 100% 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 0;
}
.banner-btn-cus .request-button-cus:hover{
    background-position: 0 100%;
    color: #fff;
}
.banner-btn-cus .primary-button-cus{
	color: #fff;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #003acc), color-stop(50%, #0047ff));
    background: linear-gradient(90deg, #003acc 50%, #003A97 0);
    background-size: 200% 100%;
    background-position: 100% 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.banner-btn-cus .primary-button-cus:hover{
background-position: 0 100%;
color: #fff;
}
.banner-btn-cus .request-button-cus, .banner-btn-cus .primary-button-cus {
    padding: 14px 62px 14px 24px;
    border-radius: 4px;
    text-transform: initial;
    letter-spacing: -0.4px;
    line-height: 24px;
    font-size: 16px;
    border: 0;
    z-index: 0;
    position: relative;
    font-weight: 500;
    display: inline-block;
}
.banner-btn-cus .request-button-cus::before {
    content: "";
    border: 2px solid #000;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 4px;
    left: 0;
    top: 0;
}
.banner-btn-cus .request-button-cus::after {
    content: "";
    position: absolute;
    z-index: 1;
    background: url(../images/arrow-right.svg) no-repeat;
    display: block;
    transition: all ease .3s;
    transform: translateX(0);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: cover;
    right: 30px;
    top: 0 !important;
    bottom: 0;
    margin: auto;
}
.banner-btn-cus .request-button-cus:hover::after{
    filter: invert(100%);
}
.banner-btn-cus .primary-button-cus::after {
    content: "";
    position: absolute;
    z-index: 1;
    background: url(../images/arrow-right.svg) no-repeat;
    display: block;
    transition: all ease .3s;
    transform: translateX(0);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: cover;
    right: 30px;
    top: 0 !important;
    bottom: 0;
    margin: auto;
    filter: invert(100%);
}
.zsection {
    padding: 0px 0 80px;
} 
.zsection .content-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}
.zsection .img-part {
    width: 35%;
    justify-content: center;
    border-radius: 52px;
    box-shadow: rgba(19, 38, 68, 0.08) 0px 12px 16px -4px, rgba(19, 38, 68, 0.03) 0px 4px 6px -2px;
    background-color: #f5f5f5;
}
.img-part img {
    display: block;
    margin: 0 auto;
}
.zsection.left-image .cont-part {
    padding-left: 0px;
}
.zsection .cont-part {
    width: 65%;
    justify-content: center;
}
.zsection .cont-part h2{
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    font-family: "TASA Orbiter", sans-serif;
    color: #000000;
    margin-bottom: 24px;
}
.zsection .cont-part p{
    font-size: 16px;
}
.zsection .cont-part ul{
    padding-left: 18px;
    margin-top: 24px;
    list-style-type: none;
}
.zsection .cont-part ul li{
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.4;
    position: relative;
}
.zsection .cont-part ul li:last-child{
    margin-bottom: 0;
}
.zsection .cont-part ul li:before{
    content: "•";
    display: inline-block;
    color: rgb(1, 178, 86);
    font-size: 32px;
    line-height: 30px;
    margin-right: 8px;
    top: -6px;
    left: -16px;
    position: absolute;
}
.zsection.right-image .cont-part {
    padding-right: 0px;
}
.social-icons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: end;
}
.social-icons .icon {
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
}
.social-icons .icon svg {
    width: 15px;
    height: 15px;
    transition: all 0.3s ease;
    fill: #333;
}
.social-icons .icon:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.social-icons .facebook:hover {
    background: #1877f2;
}
.social-icons .facebook:hover svg {
    fill: white;
}
.social-icons .twitter:hover {
    background: #1da1f2;
}
.social-icons .twitter:hover svg {
    fill: white;
}
.social-icons .instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
} 
.social-icons .instagram:hover svg {
    fill: white;
}
.social-icons .linkedin:hover {
    background: #0077b5;
}
.social-icons .linkedin:hover svg {
    fill: white;
}
.social-icons .youtube:hover {
    background: #ff0000;
}
.social-icons .youtube:hover svg {
    fill: white;
}
.company-logoes-main-cus{
    background-color: #f5f5f5;
    padding: 30px 0; 
}
.itsws-customer-brands ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    padding: 0px 0 0;
    gap: 15px 24px;
    list-style-type: none;
    margin-bottom: 0;
}
.itsws-customer-brands li {
    transform: scale(1);
}
.itsws-customer-brands img {
    vertical-align: middle;
}
.footer-middle {
position: relative;
}
.footer-middle .footer-address {
text-align: center;
padding: 40px 0 0;
}
.footer-middle .footer-address .title {
font-size: 22px;
font-weight: 600;
margin: 0;
text-transform: capitalize;
}
.footer-middle .footer-address .title h2 {
    color: #333;
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    font-family: "TASA Orbiter", sans-serif;
}
.footer-middle .footer-address .address {}
.location-map {
display: flex;
align-items: center;
justify-content: center;
}
.footer-middle .footer-address .address p {
margin: 0;
color: #333333;
font-size: 14px;
line-height: normal;
}
.footer-middle .footer-address .address p svg {
width: 16px;
height: 16px;
}
.footer-middle .footer-address .address ul {
list-style-type: none;
display: flex;
align-items: center;
justify-content: center;
padding-left: 0px;
}
.footer-middle .footer-address .address li {
margin-right: 15px;
margin-top: 10px;
}
.footer-middle .footer-address .address li a {
color: #333333;
font-size: 14px;
}
.footer-middle .footer-address .address li svg {
width: 16px;
height: 16px;
}
.footer-middle .footer-address .address li:last-child {
margin-right: 0px;
}
.footer-social-media-icons {
    margin: 16px 0 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social-media-icons a {
    color: #40566d;
    font-size: 16px;
    border-radius: 4px;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}
.footer-social-media-icons a svg {
    width: 16px;
    height: 16px;
}
.footer-bottom3 {
    border-top: none;
    padding: 10px 0 24px;
    position: relative;
}
.bottom-link {}
.bottom-link ul {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 6px;
    position: relative;
    width: 100%;
}
.bottom-link li {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.bottom-link li a {
    color: #333333;
}
.bottom-link li::after {
    content: "";
    margin-right: 9px;
    color: #666;
    margin-left: 9px;
    font-size: 30px;
    font-weight: 300;
    background-color: #40566d;
    width: 2px;
    height: 14px;
}
.bottom-link li:last-child::after {
content: "";
display: none;
}
.location-map .map {
    background-color: #f5822000;
    color: #fff;
    border-radius: 4px;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    filter: invert(55%) sepia(41%) saturate(4077%) hue-rotate(345deg) brightness(106%) contrast(105%);
}
.copyright {
    color: #333333;
}
.copyright p {
    font-size: 12px;
    margin-bottom: 0;
    color: #333333;
    font-weight: 500;
}
.copyright p>a {
    color: #313091;
    font-weight: 600;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.itsws-customer-brands {
    overflow: hidden;
    margin: 16px 0 48px;
    background: white;
    white-space: nowrap;
    position: relative;
}

.itsws-customer-brands:before,
.itsws-customer-brands:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.itsws-customer-brands:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.itsws-customer-brands:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.itsws-customer-brands:hover .itsws-trust-brand {
  animation-play-state: paused;
}

.itsws-trust-brand {
  display: inline-block;
  animation: 35s slide infinite linear;
}

.itsws-trust-brand img {
    height: 40px;
    margin: 0 15px;
    object-fit: contain;
}
.tabs-horizontal-main-cus{}
.tabs-horizontal-main-cus .nav-tabs .nav-link{
    border: 1px solid rgba(120, 134, 155, 0.18);
    background: rgb(255, 255, 255);
    padding: 20px 24px;
    cursor: pointer;
    margin-bottom: 0px;
}
.tabs-horizontal-main-cus .nav-tabs .nav-link.active {
    cursor: pointer;
    background: rgba(19, 100, 241, 0.09);
    border-width: 1px 1px 1px 3px;
    border-style: solid;
    border-color: rgb(19, 100, 241);
    border-image: initial;
    padding-left: 22px;
}
.tabs-horizontal-main-cus .nav-tabs .nav-link h2 {
    color: #000000;
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    text-decoration-line: none;
    line-height: 1.2;
    margin: 0px;
    padding: 0px;
    font-family: "TASA Orbiter", sans-serif;
}
.tabs-horizontal-main-cus .nav-tabs .nav-link p {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-decoration-line: none;
    line-height: 1.3;
    margin: 0px;
    padding: 0px;
}
.tabs-horizontal-main-cus .nav-tabs .nav-link {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: start;
    border-radius: 0;
}
.tabs-horizontal-main-cus .nav-tabs .nav-link.active h2 {
    color: #313091;
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    text-decoration-line: none;
    line-height: 1.2;
    margin: 0px;
    padding: 0px;
}
.tabs-horizontal-tab-contetnt-box-cus{}
.tabs-horizontal-tab-contetnt-box-cus img{
    width: 65%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.navbar-cus-main .navbar-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}
.navbar-cus-main .navbar .nav-item .nav-link {
    color: #003a97;
    font-size: 16px;
    padding: 0px;
    font-weight: 600;
    font-family: "TASA Orbiter", sans-serif;
}
.navbar-cus-main .navbar .nav-item .nav-link.contact-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.navbar-cus-main .navbar .nav-item .nav-link.contact-btn img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.navbar-cus-main .navbar .nav-item .nav-link.book-btn {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 0 12px;
    background-color: #003a97;
    text-transform: uppercase !important;
    border-radius: 6px;
    line-height: 16px;
    border: 1px solid #003a97;
    transition: 500ms;
    font-family: "TASA Orbiter", sans-serif;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-cus-main .navbar .nav-item .nav-link.login-btn {
    background-color: #32319200;
    color: #003a97;
    font-size: 16px !important;
    padding: 0 12px;
    line-height: 16px;
    border-radius: 6px;
    border: 2px solid #003a97;
    transition: 500ms;
    font-family: "TASA Orbiter", sans-serif;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-cus-main .navbar .nav-item .nav-link.login-btn:hover {
    background-color: #003a97;
    color: #fff;
}

.fix-icons-footer-cus {
    position: fixed;
    right: 0;
    bottom: 25%;
    background-color: #f58220;
    border-radius: 10px 0 0 10px;
    z-index: 99;
    transition: all 0.5s ease-in-out;
}
.phone-icon {
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-icons-footer-cus a {
    color: #fff;
    line-height: normal;
    border: 1px solid #fff;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.5s ease-in-out;
    padding: 7px;
}
.whatsapp-icon-cus {
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-main-cus {
    z-index: 99999;
}
.modal-header {
    padding: 1rem 1.5rem;
}
.modal-header .modal-title h3 {
    margin-bottom: 0px;
    color: #000000;
    font-size: 22px;
    font-weight: 500;
    font-family: 'TASA Orbiter', sans-serif;
}
.modal-header .modal-title p {
    font-size: 13px;
    margin-bottom: 0;
}
.modal-header .btn-close {
    position: relative;
    right: -20px;
    top: -35px;
    background-color: red;
    background-image: url(../images/modal-close-cus.svg);
    background-size: 16px;
    border-radius: 50%;
    padding: 6px;
    font-size: 10px;
    opacity: 1;
}
.modal-content.custom-modal-home {
    background: url(../images/modal_BG.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.modal-main-cus .modal-body {
    padding: 2rem 2rem;
}
.book-demo .form-group {
    margin-bottom: 25px;
    position: relative;
}
.book-demo .form-group .form-control {
    height: 44px;
    color: rgba(0, 0, 0, 0.8);
    border: 1px solid #dadce0;
    font-size: 13px;
    border-radius: 4px;
}
.book-demo .form-group .form-control:focus {
    box-shadow: none;
    border: 1px solid #003a97;
} 

.errors {
    position: absolute;
    color: red;
    font-size: 12px;
}
.sabmit-btn {
    font-size: 15px;
    font-weight: 600;
    background-color: #003a97;
    color: #fff;
    letter-spacing: 1px;
    border: 1px solid #003a97;
    width: 40%;
    height: 45px;
    border-radius: 6px;
    margin: auto;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
}
.book-demo .labbotm {
    font-size: 12px;
    line-height: 1.4;
}
.footer-shape {
    height: 80px;
    overflow: hidden;
    margin: 0px 0 0 0px;
    fill: #eef5fe;
}

.blog-wrapper { 
    padding-bottom: 80px;
}
.blog-card {
    border: 1px solid #e2edff;
    border-radius: 10px;
    background: #fff;
}
.blog-main-img-cus {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.blog-main-img-cus img {
    min-height: 210px;
    height: 220px;
    object-fit: cover;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.media-inner {
    padding: 15px 15px 15px;
}
.media-inner h3 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0.5rem;
    font-family: "TASA Orbiter", sans-serif;
}
.media-inner h3 a {
    color: #000;
}
.blog-card .media-inner p {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    color: #333;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-break: anywhere;
    width: 100% !important;
    text-align: start !important;
    padding-bottom: 0px !important;
}

.banner-inner-main-cus {
    width: 100%;
    position: relative;
    background-image: linear-gradient(#eef4fe, #fff0f500);
}
.banner-inner-main-cus .item-banner {
    position: relative;
    padding-top: 100px;
    padding-bottom: 30px;
    z-index: 2;
}
.item-banner .banner-info {
    display: block;
    position: relative;
}
.banner-inner-main-cus .banner-info-blog-list-cus h1 {
    font-size: 45px;
    margin: 0 0 10px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
    text-align: center;
}
.banner-inner-main-cus .item-banner .banner-info p {
    font-size: 18px;
    max-width: 70%;
    font-weight: 400;
    margin: 10px auto 0;
    color: #555;
}
.blog-list-pg-main-cus {
    padding: 50px 0;
    background-image: linear-gradient(#ffffff00, #dfeafe);
}
.banner-inner-main-cus {
    width: 100%;
    position: relative;
    background-image: linear-gradient(#eef4fe, #fff0f500);
}
.banner-inner-main-cus .item-banner {
    position: relative;
    padding-top: 150px;
    padding-bottom: 30px;
    z-index: 2;
}
.item-banner .banner-info {
    display: block;
    position: relative;
}
.banner-inner-main-cus .banner-info-blog-list-cus h1 {
    font-size: 32px;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0;
    text-transform: none;
    text-align: center;
    color: #000000;
    font-family: "TASA Orbiter", sans-serif;
}
.banner-inner-main-cus .item-banner .banner-info p {
    font-size: 16px;
    max-width: 85%;
    font-weight: 400;
    margin: 10px auto 0;
    color: #333333;
    line-height: 1.3;
}
.blog-list-pg-main-cus {
    padding: 50px 0;
    background-image: linear-gradient(#ffffff00, #eef5fe);
}
.blog-main-cus .media-card {
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #fff;
    padding-bottom: 22px;
    height: 100%;
    overflow: hidden;
}
.media-card .blog-main-img-cus img {
    max-height: 250px;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0 auto;
}
.blog-main-cus .media-inner {
    padding: 0 15px;
}
.media-card h2 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: "TASA Orbiter", sans-serif;
}
.blog-main-cus .media-card a {
    color: #000;
    text-decoration: none;
}
.blog-main-cus .media-card a:hover {
    color: #FF751F;
}
.blog-main-cus .media-card p {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    color: #333;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-break: anywhere;
    width: 100% !important;
    text-align: start !important;
    padding-bottom: 0px !important;
}
.blog-details-pg-main-cus {
    padding: 0px 0 60px;
}
.post-desc, .post-desc p, .post-desc > div, .feature-box-style-06 p {
    font-size: 14px;
    color: #000;
    line-height: 1.3;
    margin-bottom: 10px;
    text-align: justify;
}
.blog-details-pg-main-cus .post-desc {}
.blog-details-pg-main-cus .post-desc {
}
.blog-details-pg-main-cus .post-desc h2 {
    font-size: 22px;
    font-weight: 500;
    font-family: "TASA Orbiter", sans-serif;
}
.blog-details-pg-main-cus .post-desc h3 {
    font-size: 20px;
    font-weight: 500;
    font-family: "TASA Orbiter", sans-serif;
}
.blog-details-pg-main-cus .post-desc h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: "TASA Orbiter", sans-serif;
}
.blog-details-pg-main-cus .post-desc h5 {
    font-size: 16px;
    font-weight: 500;
    font-family: "TASA Orbiter", sans-serif;
}
.blog-details-pg-main-cus .post-desc h6 {
    font-size: 16px;
    font-weight: 500;
    font-family: "TASA Orbiter", sans-serif;
}
.blog-details-pg-main-cus .post-desc p {
}
.blog-details-pg-main-cus .post-desc ul,
.blog-details-pg-main-cus .post-desc ol {
}
.blog-details-pg-main-cus .post-desc li {
    margin-bottom: 6px;
}
.blog-details-pg-main-cus .post-desc li:last-child {
    margin-bottom: 0;
}
.blog-details-pg-main-cus .post-desc img {
    width: 100%;
    height: auto;
    margin: 24px 0;
}
.modal-backdrop.show{
z-index: 9999;
}
.privacy-policy-contetnt-main-cus{}
.privacy-policy-contetnt-main-cus h2{
    font-size: 20px;
    font-family: "TASA Orbiter", sans-serif;
    color: #000;
    font-weight: 500;
}
.privacy-policy-contetnt-main-cus h3{
    font-size: 18px;
    font-family: "TASA Orbiter", sans-serif;
    color: #000;
    font-weight: 500;
}
.privacy-policy-contetnt-main-cus p{
    font-size: 15px;
    margin-bottom: 24px;
}
.privacy-policy-contetnt-main-cus ul, .privacy-policy-contetnt-main-cus ol{
    list-style-type: auto;
}
.privacy-policy-contetnt-main-cus ul li, .privacy-policy-contetnt-main-cus ol li{
    font-size: 15px;
    margin-bottom: 12px;
} 
.modl-bom {
    border-bottom: none !important;
}



@media(min-width: 1400px){
.tabs-horizontal-tab-contetnt-box-cus img{
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
}

}
@media only screen and (max-width: 992px){
.home-about-main-cus .buildYourTruck__cont {
/*padding: 20px 300px 0px 30px;*/
/*background: #fff;*/
text-align: center;
position: relative;
/*width: 100%;*/
/*margin: -10px auto 0 auto;*/
}
.buildYourTruck__cont:after {
content: "";
position: absolute;
top: 60px;
}
.main-title-desc {
text-align: center;
width: 100%;
margin: 0 auto 50px;
}
.home-about-content-side-logo {
margin-top: 20px !important;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
}
.home-about-content-side-logo img {
width: 40%;
margin: initial !important;
display: inherit !important;
margin-right: 30px !important;
/* filter: grayscale(1); */
}
.navbar-cus-main .navbar .container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.navbar-cus-main .navbar .navbar-collapse {
    display: flex;
}
.navbar-cus-main .navbar .navbar-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: row;
    margin-bottom: 0 !important;
}
.banner-main-cus {
    padding: 120px 0 80px;
}
.banner-main .banner-content {
    position: initial;
    width: 50%;
}
.banner-main .banner-img {
    width: 50%;
}
.banner-main .banner-content .banner-main-title {
    font-size: 30px;
    color: #000;
    position: relative;
    font-weight: 700;
    margin-bottom: 32px;
    margin-top: 0px;
    font-family: "TASA Orbiter", sans-serif;
}
.banner-main .banner-content p {
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
}
.itsws-customer-brands:before, .itsws-customer-brands:after {
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    content: "";
    z-index: 2;
}
.banner-btn-cus .request-button-cus, .banner-btn-cus .primary-button-cus {
    padding: 10px 48px 10px 12px;
    border-radius: 4px;
    text-transform: initial;
    letter-spacing: -0.4px;
    line-height: 24px;
    font-size: 14px;
    border: 0;
    z-index: 0;
    position: relative;
    font-weight: 500;
    display: inline-block;
}
.banner-btn-cus .primary-button-cus::after {
    content: "";
    position: absolute;
    z-index: 1;
    background: url(../images/arrow-right.svg) no-repeat;
    display: block;
    transition: all ease .3s;
    transform: translateX(0);
    width: 16px;
    height: 16px;
    background-position: center;
    background-size: cover;
    right: 16px;
    top: 0 !important;
    bottom: 0;
    margin: auto;
    filter: invert(100%);
}
.banner-btn-cus .request-button-cus::after {
    content: "";
    position: absolute;
    z-index: 1;
    background: url(../images/arrow-right.svg) no-repeat;
    display: block;
    transition: all ease .3s;
    transform: translateX(0);
    width: 16px;
    height: 16px;
    background-position: center;
    background-size: cover;
    right: 16px;
    top: 0 !important;
    bottom: 0;
    margin: auto;
}
.itsws-customer-brands {
    overflow: hidden;
    margin: 16px 0 30px;
    background: white;
    white-space: nowrap;
    position: relative;
}
.zsection {
    padding: 0px 0 80px;
}
.zsection .content-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.zsection .img-part {
    width: 45%;
    justify-content: center;
    border-radius: 52px;
    box-shadow: rgba(19, 38, 68, 0.08) 0px 12px 16px -4px, rgba(19, 38, 68, 0.03) 0px 4px 6px -2px;
}
.zsection .cont-part {
    width: 55%;
    justify-content: center;
}
.zsection .cont-part h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    font-family: "TASA Orbiter", sans-serif;
    color: #000000;
    margin-bottom: 12px;
}
.zsection .cont-part p {
    font-size: 14px;
}
.zsection .cont-part ul {
    padding-left: 18px;
    margin-top: 24px;
    margin-bottom: 0;
    list-style-type: none;
}
.zsection .cont-part ul li {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
}
.zsection .cont-part ul li:before {
    content: "•";
    display: inline-block;
    color: rgb(1, 178, 86);
    font-size: 32px;
    line-height: 30px;
    margin-right: 8px;
    top: -8px;
    left: -18px;
    position: absolute;
}
.main-title-desc .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    font-family: "TASA Orbiter", sans-serif;
    color: #000000;
}
.main-title-desc .desc {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
.tabs-horizontal-main-cus .nav-tabs .nav-link.active {
    cursor: pointer;
    background: rgba(19, 100, 241, 0.09);
    border-width: 1px 1px 1px 3px;
    border-style: solid;
    border-color: rgb(19, 100, 241);
    border-image: initial;
    padding-left: 12px;
}
.tabs-horizontal-main-cus .nav-tabs .nav-link {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: start;
    border-radius: 0;
    width: 33.3333337%;
}
.tabs-horizontal-main-cus .nav-tabs .nav-link {
    border: 1px solid rgba(120, 134, 155, 0.18);
    background: rgb(255, 255, 255);
    padding: 12px 12px;
    cursor: pointer;
    margin-bottom: 0px;
}
.tabs-horizontal-main-cus .nav-tabs .nav-link.active h2 {
    color: #313091;
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    text-decoration-line: none;
    line-height: 1.2;
    margin: 0px;
    padding: 0px;
}
.tabs-horizontal-main-cus .nav-tabs .nav-link h2 {
    color: #000000;
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    text-decoration-line: none;
    line-height: 1.2;
    margin: 0px;
    padding: 0px;
    font-family: "TASA Orbiter", sans-serif;
}
.trusted-company-main-cus {
    padding: 80px 0;
    /* background: url(../images/review_bg_02.jpg); */
    background-size: cover;
    margin-top: 0px;
}
.trusted-company-main-cus .box-trusted-company-single .company-desc p {
    margin-top: 0px;
    line-height: 1.3;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    position: relative;
}
.trusted-company-main-cus .box-trusted-company-single .company-desc p i {
    font-size: 28px;
    opacity: .7;
}
.faq-cus-main {
    padding: 0px 0 80px;
}
.faq-pg-cus-main .accordion-button-cus{
    font-size: 16px;
}
.faq-content p {
    font-size: 14px;
    margin: 0;
    color: #333333;
}
.blog-card {
    box-shadow: 0px 6px 15px 11px rgba(16, 24, 40, 0.05);
    border: none;
    margin-bottom: 24px;
}
.home-about-main-cus .home-bout-custom {
    position: relative;
    width: 100%;
}
.home-bout-custom h2 {
    width: 100%;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.31px;
    position: relative;
    margin-left: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
    font-family: "TASA Orbiter", sans-serif;
}
.home-bout-custom p {
    padding-bottom: 10px;
    margin: 0;
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
}
.banner-inner-main-cus .banner-info-blog-list-cus h1 {
    font-size: 28px;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: none;
    text-align: center;
    color: #000000;
    font-family: "TASA Orbiter", sans-serif;
}
.banner-inner-main-cus .item-banner .banner-info p {
    font-size: 16px;
    max-width: 100%;
    font-weight: 400;
    margin: 10px auto 0;
    color: #333333;
    line-height: 1.3;
}
.blog-main-cus .media-card {
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #fff;
    padding-bottom: 22px;
    height: auto;
    overflow: hidden;
    margin-bottom: 24px;
}
.tabs-horizontal-tab-contetnt-box-cus img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}
}

@media only screen and (max-width: 767px){
.hidden-xs {
display: none !important;
}
.visible-xs {
display: block !important;
}
.typeahead {
width: 300px;
overflow: hidden;
padding-top: 0;
}
.banner-main-cus {
    padding: 80px 0 60px;
}
.banner-main {
    position: relative;
    display: flex;
    align-items: center;
    gap: 48px;
    flex-wrap: wrap;
}
.banner-main .banner-img img {
height: 100%;
}
.banner-main .banner-content {
position: initial;
top: 15%;
left: 5%;
width: 100%;
}
.itsws-customer-brands {
    overflow: hidden;
    margin: 0px 0 48px;
    background: white;
    white-space: nowrap;
    position: relative;
}
.itsws-customer-brands:before, .itsws-customer-brands:after {
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    content: "";
    z-index: 2;
}
.banner-main .banner-content .banner-main-title {
font-size: 28px;
line-height: 1.2;
color: #000000;
position: relative;
}
.banner-main .banner-content p a { 
margin-top: 0rem; 
font-size: 10px; 
}
.banner-main .banner-content p a:after {
font-size: 12px;
margin-top: 1px;
}
.banner-form-main-bg {
background-color: #fff;
padding: 12px;
margin-top: 0px;
z-index: 99;
border-radius: 3px;
box-shadow: 0px 1px 4px rgba(55, 73, 87, 0.1), 0px 5px 10px rgba(55, 73, 87, 0.15);
}
.btn_box .c-button-custom-home { 
margin-top: 15px;
}
.services-main-cus .nav li button {
color: #000;
font-weight: 500;
font-size: 15px;
padding: 10px 10px 10px 0;
margin-right: 15px;
border-radius: 0;
text-transform: uppercase;
border-bottom: 2px solid #f2662100;
transition: all .3s;
}
.services-main-cus .nav li button:last-child {
margin-right: 0px;
}
.owl-carousel .owl-nav button.owl-next {
position: absolute;
right: 0%;
top: 39px;
}
.owl-carousel .owl-nav button.owl-prev {
position: absolute;
left: 0%;
top: 39px;
}
.globe-section-main .globe-img img {
width: 100%;
height: auto;
margin: 40px auto;
display: block;
}
.man-diesel-main-section-cus .left-side-box-content {
background-color: #ddd;
width: 100%;
padding: 100px 15px 50px 15px;
position: relative;
margin-bottom: 30px;
}
.man-diesel-main-section-cus .left-side-box-content .title h3 {
font-size: 16px; 
font-weight: 600;
}
.man-diesel-main-section-cus .right-side-box-image .image {
position: relative;
width: 100%;
margin: 0 0 0 auto;
}
.man-diesel-main-section-cus .right-side-box-image {
position: initial; 
}
.counter-main-cus .counter-single-box .number h2 {
font-size: 22px;
font-weight: 800;
margin: 0;
}
.counter-main-cus .counter-single-box .title h3 {
font-size: 12px;
margin: 0;
}
.counter-main-cus .counter-single-box {
text-align: center;
margin-bottom: 0px;
}
.counter-main-cus .counter-single-box .desc p {
margin: 0;
font-size: 12px;
}
.main-title-desc .title {
font-size: 24px;
line-height: 24px;
font-weight: 600;
}
.home-about-main-cus {
padding: 40px 0 0;
}
.buildYourTruck__cont:after {
-moz-background-size: 300px;
-o-background-size: 300px;
background-size: 300px;
width: 300px;
height: 170px;
top: 100%;
right: 50%;
margin-top: -175px;
margin-right: -150px;
}
.home-about-main-cus  .buildYourTruck__cont p {
font-size: 12px;
line-height: 17px;
}
.home-about-main-cus .buildYourTruck__cont {
margin: 30px 0 0 0;
padding: 0 0 175px 0;
background: 0 0;
width: 100%;
}
.man-diesel-main-section-cus .content-image-man-diesel-boxes {
display: flex;
flex-direction: column;
}
.man-diesel-main-section-cus .btn a { 
font-size: 10px; 
}
.navbar-cus-main .navbar {
padding: 16px 0;
}
.logo img {
width: 100%;
height: auto;
}
.globe-section-main .right-side-text-cus {
margin-bottom: 50px;
}
.globe-section-main .right {
text-align: center;
margin-top: 50px;
}
.globe-section-main .left {
text-align: center;
}
.main-title-desc {
text-align: center;
width: 100%;
margin: 0 auto 30px;
}
.man-diesel-main-section-cus {
position: relative;
padding: 0px 0 50px;
}
.footer-main .footer-copyright-social-media {
margin-top: 0px;
text-align: center;
}
.footer-main .footer-bottom-links a {
width: auto;
display: inline-block;
font-size: 10px;
margin-bottom: 10px;
}
.footer-main { 
text-align: start;
}
.footer-main .footer-bottom-links-language a {
width: 108px;
display: inline-block;
font-size: 12px;
margin-bottom: 10px;
}
.globe-section-main .middle-content-warper-cus-main .sub-title {
font-size: 24px;
font-weight: 500;
color: #1488c9;
}
.main-header .navbar-toggler{
border: none;
padding: 0;
}
.main-header .navbar-toggler:focus {
text-decoration: none;
outline: 0;
box-shadow: none;
} 
.main-header .menu-all-cus-main .navbar-nav{
background-color: #ffffff00;
padding: 0;
box-shadow: none;
margin-bottom: 0 !important;
gap: 3px;
}
.navbar-cus-main .nav-item .nav-link {
padding: 10px 15px;
color: #333;
font-weight: 500;
font-size: 14px;
text-transform: uppercase;
}
.mega-menu-cus {
left: 0;
right: 0;
width: 100%;
padding: 0;
border-radius: 0;
border: none;
margin-top: 0 !important;
margin-left: 0px !important;
}
.mega-menu-cus ul li {
padding: 10px 0px 10px 40px;
border-bottom: 1px solid #ddd;
background-color: #f3f3f3;
position: relative;
}
.mega-menu-cus ul li:after {
content: "";
background: #da251c;
position: absolute;
height: 5px;
width: 5px;
left: 25px;
top: 18px;
border-radius: 30px;
}
.mega-menu-cus ul li:last-child { 
border-bottom: none; 
}
.downloadBrochure, .emiCal {
padding: 30px 0;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
min-height: 100px;
width: 100%;
}
.downloadBrochure__main, .emiCal__main {
width: 100%;
padding: 20px 20px 0;
padding-top: 0px;
text-align: start;
}
.emiCal__head {
    font-size: 28px;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: .4px;
}
.downloadBrochure__main:before, .emiCal__main:after {
width: 75px;
-moz-background-size: 75px;
-o-background-size: 75px;
background-size: 75px;
margin-left: -32px;
left: 50%;
}
.man-diesel-main-section-cus .left-side-box-content .desc p {
font-size: 14px;
}
.truck-slider-cus .caption-tcontent-slider p {
font-size: 14px;
line-height: 1.4;
font-weight: 400;
}
.footer-main .footer-links h2 {
font-size: 16px; 
}
.commonSec-brochure {
width: 100%;
display: flex;
flex-direction: column;
}
.footer-main .footer-copyright-social-media .footer-social-media-icons .social {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: center;
list-style: none;
margin: 0;
padding: 0;
}
.banner-form-main-bg ul.resp-tabs-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 0px;
position: relative;
top: 15px;
z-index: 1;
padding: 0;
}
.banner-form-main-bg .resp-tabs-list li {
margin: 0 4px 8px;
}
.banner-form-main-bg .home_enq_box {
padding: 25px 0 15px;
margin: 0 0px;
display:block;
}
.background-red-1 {
position: absolute;
background-color: #34373c;
width: 50%;
height: 220px;
bottom: 0;
padding: 20px 20px;
}
.background-red-2 {
position: absolute;
background-color: #dc210a;
width: 50%;
height: 220px;
bottom: 0;
padding: 20px 20px;
}
.main-title-desc .desc {
margin: 0;
font-size: 14px;
font-weight: 400;
}
.content-new h5 {
font-size: 14px;
margin-top: 15px;
margin-bottom: 15px;
color: #fff;
}
.client-logo-main-cus .logo-single-all img {
width: auto !important;
max-height: 35px;
display: block;
margin: 0 auto;
filter: grayscale(1);
-webkit-transition: .5s;
-o-transition: .5s;
-moz-transition: .5s;
transition: .5s;
}
.header-number .header-inner li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 5px;
margin-right: 9px;
line-height: 1.2;
}
.header-number .header-inner li .no-img {
width: 20px;
margin-right: 0;
}
.header-number .header-inner li ul.data-no .b-frst {
color: #000;
font-weight: 500;
font-size: 10px;
}
.header-number .header-inner li ul.data-no .b-scnd {
color: #000;
font-size: 8px;
}
.header-number .header-inner li a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction: row;
align-items: center;
gap: 5px;
}
.relocation-service-work-conatiner {
width: 100%;
max-width: 100%;
padding: 0 1rem;
}
.relocation-service-work-title-desc-cus h3 {
font-size: 20px;
font-weight: 300;
}
.relocation-service-work-card__icon {
margin: 0 auto 5px;
position: relative;
}
.relocation-service-work-section-main {
background-color: #f9f9f9;
padding: 90px 0;
margin-bottom: 0;
}
.relocation-service-work-title-desc-cus {
margin-left: 0;
max-width: 100%;
text-align: center;
} 
.relocation-service-work-section-main .relocation-service-work-list {
flex-direction: column;
flex-wrap: wrap;
justify-content: space-between;
padding: 0;
margin: 0;
display: flex;
list-style: none;
position: relative;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
background-image: none;
background-repeat: no-repeat;
background-position: center 90px;
background-size: auto;
}
.home-bout-custom span {
font-size: 24px;
color: red;
font-weight: 600;
margin-bottom: 5px;
display: inline-block;
}
.home-bout-custom h2 {
width: 100%;
color: #000000;
font-size: 24px;
font-weight: 600;
line-height: 30px;
letter-spacing: -0.31px;
margin-left: 0;
}
.relocation-service-work-section-main .relocation-service-work-list .relocation-service-work-list__item {
width: 100%;
/* width: 33%; */
}
.relocation-service-work-list .relocation-service-work-list__item .relocation-service-work-card {
max-width: 100%; 
}
.relocation-service-work-list .relocation-service-work-list__item .relocation-service-work-card--1 {
margin-top: 30px;
}
.relocation-service-work-list .relocation-service-work-list__item .relocation-service-work-card--2 {
margin-top: 30px;
}
.relocation-service-work-list .relocation-service-work-list__item .relocation-service-work-card--3 {
margin-top: 30px;
}
.relocation-service-work-list .relocation-service-work-list__item .relocation-service-work-card--4 {
margin-top: 30px;
}
.relocation-service-work-list .relocation-service-work-list__item .relocation-service-work-card--5 {
margin-top: 30px;
}
.advantage_bg:before{
display:none !important;
}
.flex_advantage{
display: flex;
flex-direction: column-reverse;
}
.map-box-info h3{
font-size:25px;
margin: 0px;
}
.map-box-info p {
font-size: 20px;
padding-bottom:20px;
}
 
.relocation-service-work-section-main { 
padding: 50px 0; 
}
.counter-main-cus{
padding-bottom:0px;
}
.home_enq_box h3 {
margin: 0 0px 12px 0px;
font-size: 16px;
text-transform: uppercase;
color: #000;
}
.advantage_bg { 
padding: 50px 0px 30px;
min-height: auto;
margin-bottom: 50px;
}
.trusted-company-main-cus {
padding: 60px 0 30px;
}
.client-logo-main-cus {
padding: 50px 0 50px;
}
.trusted-company-main-cus .box-trusted-company-single {
min-height: auto;
}
.country-flag-contact-footer {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
padding-left: 0;
margin-bottom: 0px;
}
.country-flag-contact-footer .country-flag-single-footer {
text-align: center;
margin-right: 6px;
margin-bottom: 10px;
}
.country-flag-contact-footer .country-flag-single-footer img {
width: 20px;
height: 16px;
margin-bottom: 5px;
}
.country-flag-contact-footer .country-flag-single-footer span {
display: block;
font-size: 8px;
}
.world-wide-serving-icon img {
width: 90%;
height: auto;
margin: 0 auto;
display: block;
}
.footer-contact-details-cus .contact-info-box {
background: #f3f2e7;
padding: 10px 15px 10px;
margin-bottom: 30px;
}
.footer-contact-details-cus .customer-info {
position: relative;
width: 80%;
height: 265px;
}
.country-flag-contact-title {
padding-left: 15px;
margin-bottom: 15px;
margin-top: 0px;
padding-top: 0px;
color: #2585F8;
position: relative;
}
.footer-main .footer-bottom-links {
text-align: start;
}
.home-about-main-cus .home-bout-custom {
position: relative;
margin-bottom: 48px;
margin-top: 0px;
width: 100%;
}
.services-pet-main-cus .services-pet-flex-box-cus {
    display: flex;
    flex-wrap: wrap; 
}
.services-pet-main-cus .services-pet-flex-box-cus .services-pet-single {
    width: 100%;
}
.services-pet-main-cus .bgcolor-prt {
    border-right: none;
    border-bottom: 1px solid #d9d9d9;
}
.services-pet-main-cus .bgcolor-prt:last-child {
    border-bottom: none;
}
.need-for-you-main-cus .downloadBrochure.bg-img-cus {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 0;
}
.counter-main-cus .counter-single-box::after {
content: "";
position: absolute;
bottom: 0;
right: -30px;
width: 150%;
height: 1px;
background-color: #d7363c;
}
.counter-main-cus .counter-single-box .number span {
font-size: 22px;
}
.banner-form-title-cus-main {
    background-color: #d50404;
    padding: 15px;
    border-radius: 6px;
    overflow: hidden;
}
.banner-form-main-bg .banner-form-tabs-cus-main {
    /* padding: 0 0 10px; */
    background: #ff751f;
    padding: 25px 10px 5px;
    border-radius: 5px;
    z-index: 999;
    position: relative;
}
.banner-form-title-cus-main {
    background-color: #d50404;
    padding: 15px;
    border-radius: 6px;
    overflow: hidden;
}
.banner-form-main-bg .banner-form-tabs-cus-main {
    /* padding: 0 0 10px; */
    background: #ff751f;
    padding: 25px 10px 5px;
    border-radius: 5px;
    z-index: 999;
    position: relative;
}
.home-banner-form-margin {
    margin-right: 15px;
}
.img-btn > input {
    /* display: none; */
    position: absolute;
    margin-left: 25px;
    z-index: 9;
}
.img-btn img {
    width: 35px;
    height: 35px;
    padding: 5px;
}
.img-btn p {
    color: #fff;
    font-size: 10px;
    margin-top: 5px;
    font-weight: 500;
}
.trusted-company-slider-cus {
    margin-top: 30px;
}
.what-we-do-main-cus .single-what-we-do .what-we-do-content h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}
.what-we-do-main-cus .single-what-we-do .icon {
    width: 15%;
}
.what-we-do-main-cus .single-what-we-do .icon img {
    width: 40px;
    height: 40px;
}
.what-we-do-main-cus .single-what-we-do .what-we-do-content {
    width: 85%;
}
.center-img-what-we-do{
    margin: 30px 0;
}
.what-we-do-main-cus {
    padding: 50px 0 50px;
}
.services-pet-main-cus {
    padding: 50px 0;
}
.review-main-title-with-stars {
    display: flex;
    align-items: center;
}
.review-main-title-with-stars h3 {
    margin: 0 10px 0px 0;
    font-size: 14px;
    line-height: 1.2;
}
.gw_rating .rating {
    color: #17313b;
    font-size: 16px;
    line-height: 23px;
    margin-right: 12px;
}
.fivestar .star {
    display: inline-block;
    font-size: 14px;
}
.pet-size-calculate-content-main-cus {
    position: initial;
    width: auto;
    top: 50%;
    left: 50%;
    transform: none;
}
.heading-calculate-pet-size {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    line-height: 1.2;
}
.trusted-company-main-cus { 
    margin-top: 0px;
}
.navbar-cus-main .navbar .container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 16px;
}
.navbar-cus-main .navbar-brand {
    width: auto;
    object-fit: contain;
    margin: 0;
}
.navbar-cus-main .navbar-collapse {
    display: flex;
}
.navbar-cus-main .navbar .nav-item .nav-link.login-btn {
    font-size: 12px !important;
}
.navbar-cus-main .navbar .nav-item .nav-link {
    font-size: 12px;
}
.book-btn {
    display: none;
}
.navbar-cus-main .navbar-nav {
    display: flex;
    align-items: center;
    gap: 3px;
    flex-direction: row;
}
.navbar-cus-main .navbar .nav-item .nav-link.login-btn {
    font-size: 12px !important;
    padding: 4px 12px;
}
.navbar-cus-main .navbar .nav-item .nav-link.contact-btn img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.banner-btn-cus .request-button-cus, .banner-btn-cus .primary-button-cus {
    padding: 10px 42px 10px 12px;
    border-radius: 4px;
    text-transform: initial;
    letter-spacing: -0.4px;
    line-height: 24px;
    font-size: 14px;
    border: 0;
    z-index: 0;
    position: relative;
    font-weight: 500;
    display: inline-block;
}
.banner-btn-cus .primary-button-cus::after { 
    width: 16px;
    height: 16px; 
    right: 12px;
}
.banner-btn-cus .request-button-cus::after { 
    width: 16px;
    height: 16px; 
    right: 12px; 
}
.banner-main .banner-img {
    width: 100%;
}
.zsection {
    padding: 0px 0 60px;
}
.zsection .content-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    gap: 24px;
    flex-direction: column-reverse;
}
.zsection .img-part {
    width: 100%;
    justify-content: center;
    border-radius: 52px;
    box-shadow: rgba(19, 38, 68, 0.08) 0px 12px 16px -4px, rgba(19, 38, 68, 0.03) 0px 4px 6px -2px;
}
.zsection.right-image .cont-part {
    padding-right: 0px;
}
.zsection .cont-part {
    width: 100%;
    justify-content: center;
}
.zsection .cont-part h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    font-family: "TASA Orbiter", sans-serif;
    color: #000000;
    margin-bottom: 16px;
}
.zsection .cont-part ul li {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
}
.zsection .cont-part ul li:before {
    content: "•";
    display: inline-block;
    color: rgb(1, 178, 86);
    font-size: 38px;
    line-height: 30px;
    margin-right: 8px;
    top: -6px;
    left: -16px;
    position: absolute;
}
.tabs-horizontal-main-cus .nav-tabs .nav-link {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: start;
    border-radius: 0;
    width: 100%;
}
.tabs-horizontal-main-cus .nav-tabs .nav-link {
    border: 1px solid rgba(120, 134, 155, 0.18);
    background: rgb(255, 255, 255);
    padding: 12px 12px;
    cursor: pointer;
    margin-bottom: 0px;
}
.tabs-horizontal-main-cus .nav-tabs .nav-link.active {
    cursor: pointer;
    background: rgba(19, 100, 241, 0.09);
    border-width: 1px 1px 1px 3px;
    border-style: solid;
    border-color: rgb(19, 100, 241);
    border-image: initial;
    padding-left: 12px;
}
.trusted-company-main-cus .box-trusted-company-single .company-desc p {
    margin-top: 0px;
    line-height: 1.3;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
.trusted-company-main-cus .box-trusted-company-single .company-desc p i {
    font-size: 22px;
    opacity: .7;
}
.faq-cus-main {
    padding: 40px 0 60px;
}
.faq-pg-cus-main .accordion-button-cus{
    font-size: 16px;
}
.faq-content p {
    font-size: 14px;
    margin: 0;
    color: #333333;
}
.media-inner h3 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0.5rem;
}
.blog-card {
    box-shadow: 0px 6px 15px 11px rgba(16, 24, 40, 0.05);
    border: none;
    margin-bottom: 24px;
}
.blog-wrapper {
    padding-bottom: 0px;
}
.home-bout-custom .button_box-custom a{
    padding: 10px 48px 10px 24px;
    font-size: 14px;
}
.tabs-horizontal-main-cus .nav-tabs .nav-link h2{
    font-size: 1rem;
}
.tabs-horizontal-main-cus .nav-tabs .nav-link.active h2{
    font-size: 1rem;
}
.footer-main .footer-links ul li {
    padding-bottom: 14px;
}
.bottom-link ul {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 6px;
    position: relative;
    width: 100%;
    gap: 6px;
}
.footer-main .footer-links {
    padding-top: 24px;
    z-index: 1;
    position: relative;
}
.banner-inner-main-cus .banner-info-blog-list-cus h1 {
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: none;
    text-align: center;
    color: #000000;
    font-family: "TASA Orbiter", sans-serif;
}
.banner-inner-main-cus .item-banner .banner-info p {
    font-size: 16px;
    max-width: 100%;
    font-weight: 400;
    margin: 10px auto 0;
    color: #333333;
    line-height: 1.3;
}
.banner-inner-main-cus .item-banner {
    position: relative;
    padding-top: 120px;
    padding-bottom: 30px;
    z-index: 2;
}
.blog-main-cus .media-card {
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #fff;
    padding-bottom: 22px;
    margin-bottom: 24px;
    height: auto;
    overflow: hidden;
}
.media-card h2 {
    color: #000;
    font-size: 16px; 
    line-height: 1.2;
    margin-top: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-main-cus .media-card p{
    font-size: 14px;
}
.post-desc, .post-desc p, .post-desc > div, .feature-box-style-06 p{
    text-align: justify;
    word-break: break-all;
}
.blog-details-pg-main-cus .post-desc h2 {
    font-size: 18px;
    font-weight: 500;
}
.blog-details-pg-main-cus .post-desc h3 {
    font-size: 16px;
    font-weight: 500;
}
.blog-details-pg-main-cus .post-desc h3 {
    font-size: 15px;
    font-weight: 500;
}
.blog-details-pg-main-cus .post-desc h4 {
    font-size: 14px;
    font-weight: 500;
}
.banner-main .banner-content .top-sub-title {
    font-weight: 600;
    color: #313091;
    font-size: 12px;
    font-family: "TASA Orbiter", sans-serif;
}
.footer-shape {
    height: 30px;
    overflow: hidden;
    margin: 0px 0 0 0px;
    fill: #eef5fe;
}
.footer-shape svg{
    background: #ffffff;
    margin-top: -8px;
}
.tabs-horizontal-tab-contetnt-box-cus img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}
.privacy-policy-contetnt-main-cus p {
    font-size: 15px;
    margin-bottom: 24px;
    text-align: justify;
    word-break: break-all;
}
 


}
@media only screen and (max-width: 480px){
.tracking-content {
font-size: 30px;
line-height: 1.0;
}
.sendmsg {
padding: 35px !important;
}
}
.award-card {
border-radius: 0px;
border: none;
}
.award-card1 {
margin-top: 20px;
cursor: pointer;
}
.award-card1 h4 {
font-size: 17px;
font-weight: 600;
text-align: center;
}
.award-card1 p {
font-size: 16px;
font-weight: 400;
text-align: center;
}
.award-card1 h4:hover {
color: #e12e05;
}
.award-card-img {
border-radius: 0px;
}
.award-card1 {
width: 300px;
}
.setions{
padding-top: 50px;
padding-bottom: 50px;
}
.covege h2{
font-size: 24px;
font-weight: 500;
}
.covege h2 span{
font-size: 24px;
font-weight: 500;
color: #E12E05;
}
.cardalit{
text-align: center;
}
.cardalit h4{
font-size: 20px;
}
.awadlink {
padding: 16px 40px 16px 40px;
text-align: center;
align-items: center;
margin-bottom: 2px;
border-bottom: 2px solid transparent;
}
.arowheder{
background-color: #f5f5f5;
}
.aw-content h3{
font-size: 18px;
}
.blubg{
background-color: #000827;
}
.sendmsg{
padding: 100px;
}
.magbg{
padding: 0px;
}
.sendheding{
color: #E8302E;
}
.sendbtn{
background-color: #E8302E;
color: #fff;
border: n;
}
.sendmsg p{
font-size: 14px;
color: #fff;
}
.magbg img{
width: 100%;
height: 100%;
object-fit: cover;
}
.tbbtn{
border: none;
background-color: #f5f5f5;
}
.aw-heding h3{
font-size: 22px;
}
.aw-heding p{
font-size: 14px;
}
.aw-heding{
padding: 20px;
padding-bottom: 0px;
}
.aw-card:hover{
box-shadow: 6px 0px 30px 3px #d3d1d1 !important;
}
.blogserv {
margin-top: 25px;
}
.blog-sub-title {
font-size: 13px;
font-weight: 600;
color: #e12e05;
}
.blog-main-title {
font-size: 21px;
line-height: 28px;
padding-top: 15px;
font-weight: 600;
}
.blog-para {
font-size: 14px;
line-height: 22px;
padding-top: 15px;
}
.paegtion {
border: none !important;
}
.ast-pagination {
display: inline-block;
width: 100%;
padding-top: 2em;
text-align: center;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important;
}
.ast-pagination .nav-links {
display: inline-block;
width: 100%;
}
.page-numbers.current {
color: #ffffff;
border-color: #EE3224;
background-color: #EE3224;
}
.ast-pagination .page-numbers {
display: inline-block;
width: 2.33333em;
height: 2.33333em;
font-size: 16px;
font-size: 1.06666rem;
line-height: calc(2.33333em - 3px);
font-weight: 500;
}
.ast-pagination a, .nav-links a {
color: #000;
}
.ast-pagination .next.page-numbers {
float: right;
}
.ast-pagination .prev.page-numbers {
float: left;
display: flex;
}
.blog-card{
box-shadow: 0px 6px 15px 11px rgba(16, 24, 40, 0.05);
border: none;
}
.blogpadig{
padding-top: 50px;
padding-bottom: 50px;
}
.blogimg{
display: inline-block;
overflow: hidden;  
}
.blogimg img{
display: block;
transition: transform .4s; 
border-radius: 6px;
}
.blogimg:hover img{
transform: scale(1.1);
transform-origin: 50% 50%;
border-radius: 6px;
}
.child {
width: 100%;
white-space: nowrap;
overflow-x: scroll;
margin: auto;
}
.newtb{
display: flex;
}
.parent{
background-color: #f5f5f5;
}
.awadlink:hover{
color: #E12E05;
border-bottom: 2px solid #E12E05;
}
.child::-webkit-scrollbar {
width: 0px;
height: 0px;
}
.child::-webkit-scrollbar-track {
box-shadow: inset 0 0 2px grey; 
border-radius: 5px;
}
.child::-webkit-scrollbar-thumb {
background: #E12E05; 
border-radius: 5px;
}
.child::-webkit-scrollbar-thumb:hover {
background: #811610; 
}
.newtb .active, .awadlink:hover{
color: #E12E05;
border-bottom: 2px solid #E12E05;
}

@media only screen and (max-width: 375px){
.office-moving-whychhose-content-cus a{
margin-top: 15px;
}
.offic-moving {
margin-top: 25px;
}
.office-moving-whychhose-content-cus h3 {
margin-bottom: 15px;
padding-top: 15px;
}
.office-moving-whychhose-img-cus {
padding-top: 25px;
}
.paddtop-new {
padding-top: 50px;
/* width: 350px; */
height: 300px;
}
.office-moving-whychhose-content-cus {
padding-left: 0px;
}
.revocolum{
flex-direction: column-reverse;
}
.newpara{
padding-top: 15px;
}
.about_img_section .about_content_lft {
width: 100%;
}
.about_img_section .about_content_rt {
width: 100%;
}
.about_content_rt li {
font-size: 18px;
}
.box_content .contents .items {
padding: 10px;
margin-top: 65px;
}
}
