*{box-sizing: border-box;padding: 0 0;margin: 0 0;}
:root{
    /* color bar */
    --color-orange: 255 83 1;
    --color-black: 0 0 0;
    --color-white: 255 255 255;
    --color-gray: 234 238 241;
    --color-lightblack:29 29 29;

    /* Fonts */
    --font-one: "Manrope", system-ui;
    --font-two: "Inter Tight", system-ui;

    /* extra One */
    --transition: 0.3s all ease-in-out;
    --box-shadow: 0px 0px 15px -5px;
    --text-shadow: 0px 0px 3px;
}
/* Slider Section */
.swiper-slide img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 628px;
    object-fit: cover;
    /* margin-bottom: 80px; */
}
.swiper-slide .partner_details img{
    background-size: cover;
    width:100px;
    height:100px;
    margin-top: -30px;
}

.swiper-slide .carousel-text {
    position: absolute;
    color: rgb(var(--color-white));
    font: 500 15px / normal var(--font-two);
    font-size: 70px;
    top: 60px;
    left: 120px;
    line-height: 80px;
}


.swiper-slide .carousel_leftside_content {
    position: absolute;
    top: 55%;
    right: 120px;
    color: rgb(var(--color-white));
    font: 400 15px / normal var(--font-two);
    font-size: 20px;
}

.carousel-icon {
    position: absolute;
    top: 64%;
    color: rgb(var(--color-white));
    right: 333px;
    font-size: 50px;
}

svg.svg-inline--fa.fa-circle-arrow-down {
    font-size: 40px;
}
/* Slider Section End */
/* about us section start */
.heading {
    color: rgb(var(--color-black) / 35%);
    font: 500 15px / normal var(--font-one);
}

.about-us_container {
    display: flex;
    grid-gap: 60px;
}

.right_side_content {
    color: rgb(var(--color-black));
    font: 400 24px / normal var(--font-one);
    margin-top: 30px;
}

.content {
    font: 500 50px / normal var(--font-one);
    color: rgb(var(--color-black));
    line-height:46px;
    margin-top:14px;
    margin-bottom: 40px;
}

.right_content {
    margin-top: 30px;
    font: 400 16px / normal var(--font-one);
    text-align: justify !important;
    color: rgb(var(--color-black) /70%);
}

.left_side_container img {
    height: 470px;
    max-width: 600px;
    margin-top: 50px;
    object-fit: cover;
}

.right_side_container img {
    max-height: 500px;
    max-width: 600px;
    object-fit: cover;
}

.right_side_container button {
    background: rgb(var(--color-orange));
    color: rgb(var(--color-white));
    border-radius: 10px;
    padding: 8px;
    padding-left: 18px;
    font-size: 10px;
    font: 400 15px / normal var(--font-two);
    font-size: 20px;
    padding-right: 18px;
    border: rgb(var(--color-white));
}

.right_side_container button:hover {
    background: rgb(var(--color-black));
}
#aboutussection {
    height: auto;
    background: rgb(var(--color-orange));
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 50px 13px 0px 138px;
    color: rgb(var(--color-white));
}

#aboutussection h1 {
    font: 500 66px/normal var(--font-two);
    line-height: 74px;
}

.aboutus-content {
    margin-top: 150px;
    padding: 160px;
    font: 500 28px/normal var(--font-two);
}

/* about us section end */
/* service section start */
.service-section {
    background: rgb(var(--color-gray));
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding:30px 0px 40px 0px;
}
.left_historycontent p{
    text-align: justify;
}
.service_card_section {
    display: flex;
    margin-top: 100px;
    grid-gap: 20px;
    margin-bottom: 40px;
}

.service_card_paragraph {
    margin-top: 20px;
    margin-bottom: 20px;
    color: rgb(var(--color-black) /50%);
    font: 400 15px / normal var(--font-two);
}

.Long_distance_mover {
    height: auto;
    width: 400px;
    background: rgb(var(--color-white));
    font: 400 15px / normal var(--font-two);
    padding: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 95px;
}

.international_mover {
    height: auto;
    width: 400px;
    background: rgb(var(--color-white));
    font: 400 15px / normal var(--font-two);
    margin-top: 90px;
    padding: 30px;
}

.local_movers {
    height: auto;
    width: 400px;
    background: rgb(var(--color-white));
    font: 400 15px / normal var(--font-two);
    margin-top: -30px;
    padding: 30px;
    margin-bottom: 125px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.Long_distance_mover img {
    height: 70px;
    width: 70px;
    margin-bottom: 40px;

}

.international_mover img {
    height: 70px;
    width: 70px;
    margin-bottom: 40px;
}

.local_movers img {
    height: 70px;
    width: 70px;
    margin-bottom: 40px;
}

.service_card_icon {
    align-items: left;
    font-size: 35px;
    color: rgb(var(--color-orange));
}

.Long_distance_mover:hover .service_card_icon {
    color: rgb(var(--color-gray));
}

.international_mover:hover .service_card_icon {
    color: rgb(var(--color-gray));
}

.local_movers:hover .service_card_icon {
    color: rgb(var(--color-gray));
}
/* service section end */

/* process section start */
.process-section {
    background: rgb(var(--color-orange));
    width: 100%;
    height: auto;
    padding: 12px 20px 1px 20px;
}

.process-section .heading {
    color: rgb(var(--color-white));
    font: 400 15px / normal var(--font-one);
}

.process-section .content {
    color: rgb(var(--color-white));
}

.process_inner_section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* margin-top: 100px; */
    color: rgb(var(--color-white));
}

.process_inner_section .counting {
    font-size: 60px;
}

.process_content {
    /* padding: 0px 0px 30px 0px; */
    font-size: 18px;
    font: 400 15px / normal var(--font-one);
}

.process_content h1 {
    margin-bottom: 10px;
}

.process_inner_section span {
    font-size: 60px;
    text-align: end;
    line-height: 2;
}

hr {
    color: rgb(var(--color-black));
}
/* .partner-block img{
    max-width:1200px;
    min-width:1200px;
    max-height:400px;
    min-height: 399px;
    object-fit: fill;
    object-position: center;
} */
/* process section end */
/* technology section start */
.technology_section {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.technology_section img {
    width: 100%;
    height: 600px;
    object-position: top;
    object-fit: cover;

}


svg.svg-inline--fa.fa-circle-play {
    position: absolute;
    top: 10%;
    left: 50%;
    color: rgb(var(--color-white));
    font-size: 80px;
    z-index: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.technology_integration {
    height: auto;
    width: 497px;
    background: rgb(var(--color-orange));
    position: absolute;
    top: 505px;
    left: 15%;
    padding: 73px 37px 42px 37px;
    color: rgb(var(--color-white));
}
.technology_integration:hover {
    background: rgb(var(--color-lightblack));
}
.technology_integration h5 {
    margin-top: 70px;
    font: 500 30px / normal var(--font-one);
}
.technology_integration p {
    font: 500 40px / normal var(--font-one);
    line-height: 40px;
}

.bonded_service {
    max-height: 278px;
    width: 304px;
    background: rgb(var(--color-lightblack));
    color: rgb(var(--color-white));
    font: 500 30px / normal var(--font-one);
    position: absolute;
    top: 537px;
    right: 164px;
    padding: 40px;
    padding: 170px 30px 30px 27px;
    background-image: url("./assets/../../img/policy.png");
    background-position: 93% 7%;
    background-repeat: no-repeat;
    background-size: 15% auto;
}
.bonded_service:hover{
    background: rgb(var(--color-orange));
}

.customer_service {
    max-height: 278px;
    width: 324px;
    background: rgb(var(--color-lightblack) );
    color: rgb(var(--color-white));
    font: 500 30px / normal var(--font-one);
    position: absolute;
    top: 814px;
    right: 469px;
    padding: 40px;
    padding: 170px 30px 30px 27px;
    background-image: url("./assets/../../img/customer-service-1.png");
    background-position: 93% 7%;
    background-repeat: no-repeat;
    background-size: 15% auto;
}
.customer_service:hover{
    background:rgb(var(--color-orange));
}

.personalized_service {
    max-height: 278px;
    width: 317px;
    background: rgb(var(--color-lightblack));
    color: rgb(var(--color-white));
    font: 500 30px / normal var(--font-one);
    position: absolute;
    bottom: 280px;
    left: 409px;
    padding: 170px 30px 30px 27px;
    background-image: url("./assets/../../img/networking.png");
    background-position: 93% 7%;
    background-repeat: no-repeat;
    background-size: 15% auto;
}
.personalized_service:hover{
    background: rgb(var(--color-orange));
}

.protection_service {
    max-height: 278px;
    width: 300px;
    background: rgb(var(--color-lightblack));
    color: rgb(var(--color-white));
    font: 500 30px / normal var(--font-one);
    position: absolute;
    bottom: 280px;
    right: 169px;
    padding: 170px 129px 30px 30px;
    background-image: url("./assets/../../img/shield.png");
    background-position: 93% 7%;
    background-repeat: no-repeat;
    background-size: 15% auto;
}
.protection_service:hover{
    background: rgb(var(--color-orange));
}

.competitive_service {
    max-height: 278px;
    width: 322px;
    background: rgb(var(--color-orange));
    color: rgb(var(--color-white));
    font: 500 30px / normal var(--font-one);
    position: absolute;
    bottom: 0px;
    right: 470px;
    padding: 170px 32px 30px 29px;
    background-image: url("./assets/../../img/search.png");
    background-position: 93% 7%;
    background-repeat: no-repeat;
    background-size: 15% auto;
}
.competitive_service:hover{
    background: rgb(var(--color-lightblack));
}

.new_section {
    height: 1050px;
    width: 100%;
    background-color: rgb(var(--color-black));
    background-image: url("./assets/../../img/cargo-transparent.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 50% auto;
}
/* technology section end */
/*  FAQ section start  */
.faq_inner_section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
    margin-top: 40px;
    margin-bottom: 45px;
}

.accordion-list>button {
    width: 100%;
    text-align: left;
    padding: 10px 40px 10px 0;
    position: relative;
    background-color: transparent;
    border: none;
    font: 700 16px/normal var(---font-one);
    color: rgb(var(--color-black));
}

.accordion-list>button::after {
    content: '\f107';
    font-family: "fontAwesome";
    right: 10px;
    position: absolute;
    font-size: 9px;
    top: 19px;
}

.accordion-list>button[aria-expanded="true"]::after {
    transform: rotate(180deg) !important;
}

.accordion-list>button {
    font-weight: 600;
}

.faq_inner_section h6 {
    font: 400 16px/normal var(---font-one);
}

.faq_inner_section a {
    color: rgb(var(--color-orange));
    font: 600 16px/normal var(--font-one);
}
/*  FAQ section end  */
/* Partner and Supporters Section start */
.partner-section {
    background: rgb(var(--color-gray));
    width: 100%;
    height: 700px;
    /* margin-top: 80px; */
    padding: 10px 0px 0px 0px;
}
.partner-sections {
    /* background: rgb(var(--color-gray)); */
    width: 100%;
    height: 700px;
    /* margin-top: 80px;
    padding: 80px 0px 0px 0px; */
}

.text-center {
    text-align: center;
}







.swiper-pagination {
    position: relative !important;
    color: rgb(var(--color-orange)) !important;
    
}
/* Partner and Supporters Section end */
/* Blog Cards start */
.blogCart_item {
    box-shadow: var(--box-shadow) rgb(var(--color-black) / 20%);
}

.blogCart_content {
    padding: 1rem 15px 2rem;
}

.blogCart_time {
    font: 700 18px/normal var(--font-two);
    color: rgb(var(--color-black) / 50%);
    margin-bottom: 1rem;
}

.blogCart_time>span {
    font: 600 18px/27px var(--font-two);
    background-color: rgb(var(--color-gray));
    display: inline-block;
    color: rgb(var(--color-black));
    padding: 0 15px;
    border-radius: 50px;
    margin-right: 10px;
}

.blogCart_content>h4 {
    font: 500 28px/normal var(--font-two);
    margin-bottom: 1rem;
}

.blogCart_content>h5 {
    color: rgb(var(--color-black) / 50%);
    font-family: var(--font-two);
}
/* Blog Cards end */
/* aboutus history start */
.about-history_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 108px;

}

.left_historycontent h1 {
    font: 500 55px / normal var(--font-two);
    line-height: 54px;

}

.left_historycontent {
    color: rgb(var(--color-black)/80%);
}

.about-history_content img {
    height: 630px;
    width: 100%;
    object-fit: cover;
}

.counter_parent {
    position: relative;

}

.counter {
    font: 700 69px/normal var(--font-two);
}

.count {
    height: auto;
    width: 400px;
    position: absolute;
    top: 51%;
    right: 244px;
    padding-left: 50px;
    color: rgb(var(--color-white));
    background: rgb(var(--color-orange));

}
.inner_about_container {
    background-color: rgb(var(--color-gray));
    margin-top: 146px;
    margin-bottom: 88px;
    padding-bottom: 58px;
}
/* aboutus history end */
/* team section start */
.our_team {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    justify-content: center;
    height: auto;
    margin: 10px 0px 100px 0px;

}

.team_member {
    position: relative;
    width: 400px;
    height: 400px;
    margin-top: 50px;
}

.team_member img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(var(--color-black));
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.team_member:hover .overlay {
    opacity: 1;
}

.overlay p {
    margin: 0;
    font: 400 16px/normal var(--font-one);
}
/* team section end */
/* values section start */
#process_section_inner {
    display: flex;
    grid-gap: 350px;
    color:rgb(var(--color-white));
}
/* values section end */

/* career section start */
#careersection {
    background: rgb(var(--color-orange));
    margin-top: -54px;
    padding-top: 60px;
    padding-bottom: 100px;
}

#careersection .content {
    padding-top: 130px;
    color: rgb(var(--color-white));
    font-size: 85px;
}

#careersection .left_historycontent {
    color: rgb(var(--color-white));
    text-align: justify;
}


/* mover section start */
.inner_moversection {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 40px;

}

#service_card {
    display: flex;
    flex-wrap: wrap;
}

#meaningfulImpact {
    background: rgb(var(--color-black) /2%);
    margin-top: 40px;
    height: 390px;

}

#meaningfulImpact:hover {
    background: rgb(var(--color-white));
    box-shadow: var(--box-shadow);
}

#innovativeEnvironment {
    background: rgb(var(--color-black) /2%);
    margin-top: -80px;
    height: 390px;
}

#innovativeEnvironment:hover {
    background: rgb(var(--color-white));
    box-shadow: var(--box-shadow);
}

#remoteFirst {
    background: rgb(var(--color-black) /2%);
    margin-top: -256px;
    height: 390px;
}

#remoteFirst:hover {
    background: rgb(var(--color-white));
    box-shadow: var(--box-shadow);
}

#careerGrowth {
    background: rgb(var(--color-black) /2%);
    margin-top: 80px;
    height: 390px;
}

#careerGrowth:hover {
    background: rgb(var(--color-white));
    box-shadow: var(--box-shadow);
}

#globalReach {
    background: rgb(var(--color-black) /2%);
    margin-top: -168px;
    height: 390px;
}

#globalReach:hover {
    background: rgb(var(--color-white));
    box-shadow: var(--box-shadow);
}

#collaborativeCulture {
    background: rgb(var(--color-black) /2%);
    height: 390px;
    margin-top: -125px;
}

#collaborativeCulture:hover {
    background: rgb(var(--color-white));
    box-shadow: var(--box-shadow);
}
/* mover section end */

/* current opening section start */
#currentopening {
    background: rgb(var(--color-gray));
    height: auto;
    padding: 100px;
}

.applysection {
    background: rgb(var(--color-white));
    display: flex;
    flex-direction: column;
    height: auto;
    margin: 70px 235px 50px 240px;
    padding: 33px;

}

.servicerole {
    display: flex;
    justify-content: space-between;
    padding: 26px;
}

.servicerole button {
    background: rgb(var(--color-orange));
    color: rgb(var(--color-white));
    padding: 10px 30px 10px 30px;
    border: none;
    border-radius: 10px;
}
/* current opening section end */

/* contact us section start */
.contact_container img {
    width: 300px;

}

.reachout_container {
    display: flex;
    grid-gap: 70px;
}

.contact_side_container img {
    margin-top: 100px;
    width: 250px;
    height: 400px;
}

.contact_details {
    background: rgb(var(--color-orange));
    color: rgb(var(--color-white));
    display: flex;
    flex-direction: column;
    height: auto;
    width: 385px;
    padding: 50px 38px 50px 50px;
    grid-gap: 20px;
}

.contact_details a {
    color: rgb(var(--color-white));
    font: 600 19px/normal var(--font-one);
}

.right_side_contactconatiner {
    display: flex;
    grid-gap: 10px;
}
/* contact us section end */
/* career section end */


/* service section start */
.information-page-slider {
    position: relative;
    z-index: 0;
}
.information-content {
    position: relative;
    color: #fff;
    padding: 0 15px;
    z-index: 1;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    height: 44px;
    display: flex;
    align-items: center;
}
.information-content > h1 {
    font: 700 24px/normal var(--font-two);
    text-transform: capitalize;
    margin: 0 0;
}
.information-content > h1 > a + span {
    font: 500 19px/normal var(--font-two);
}


#service-section {
    background: rgb(var(--color-gray));
    height: auto;
    padding-top: 30px;
    padding-bottom: 80px;

}



.column {
    flex: 1;
    position: relative;
    border: 1px solid rgb(var(--color-white) / 20%);
    margin-bottom: 20px; /* Space between columns */
}


.image-container {
    position: relative; /* Positioning context for overlay */
}

.image-container img {
    width: 100%; /* Make the image responsive */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove extra space below the image */
}

.overlay {
    position: absolute;
    top: 0; /* Align to the top of the image */
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center; /* Center the content */
    color: rgb(var(--color-white));
    background: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s ease; /* Smooth transition */
}

.image-container:hover .overlay {
    opacity: 1; /* Show overlay on hover */
}

.overlay p {
    text-align: center; /* Center text */
}

#partner-section {
    background: rgb(var(--color-white));
}
#partner-section .content{
    color:rgb(var(--color-black));
    margin-top: -25px;
    margin-bottom: 50px;
}
.process_innersection {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: auto;
    width: 100%;
    grid-gap: 20px;
}

#process_content {
    background: rgb(var(--color-white));
    padding: 50px;
}

.process_innersection .counting {
    color: rgb(var(--color-orange));
}

.processlist {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
}

.processlist li {
    margin-left: 15px;
}
/* service section end */
/* contact page start */
.contactus_detail{
    margin-left: 60px;
    width:100%;
    box-shadow: var(--box-shadow);
    padding:40px 20px 8px 32px;
    
}
.detail-container{
    margin-left:100px;
    margin-right:100px;
}
.details_custom{
    display: flex;
    flex-direction: column;
    
   
}
.contactpage{
    background: rgb(var(--color-orange));
    height:auto;
    text-align: center;
    padding-top: 100px;
    color:rgb(var(--color-white));
    padding-bottom: 50px;
}
.information-content h1 a{
    padding-left: 10px;
    color:rgb(var(--color-white));
    text-decoration: none;
    font:500 19px / normal var(--font-two);
}
.information-content .fa-greater-than{
    font-size: 14px;
}
.content1{
font:700 80px/normal var(--font-one);
margin-bottom: -20px;
}

.contact-form {
background:rgb(var(--color-white));
padding: 80px;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
width: 814px;
margin-left: 241px;
margin-top: 68px;
margin-bottom: 100px;
}
.contact-forms button,
.contact-form button{
    background: rgb(var(--color-orange));
    width:100%;
    padding:18px;
    border:none;
    border-radius: 5px;
    color:rgb(var(--color-white));
}
.contact-forms button:hover,
.contact-form button:hover{
background: rgb(var(--color-black));
}
.field-container {
margin-bottom: 15px;
display: flex;
grid-gap:10px;
}

.input-field {
width: calc(100% - 20px);
padding: 10px;
border: none;
border-bottom: 2px solid rgb(var(--color-gray));
outline: none;
font-size: 16px;
box-sizing: border-box;
}

.input-field:focus,
.input-field:valid {
border:2px solid rgb(var(--color-gray));
}

textarea.input-field {
height: 100px;
resize: vertical;
}
.detail-container .custom-container{
    margin: 0px !important;
    display: flex;
    max-width: 1500px;
   
}
/* contact page end */
/* service page start */
.process_innersection .column{
    background: rgb(var(--color-white));
    height: 375px;
}
.column img{
    height: 350px;
    width:100%;
    object-fit: cover;
}
.column h3 {
    padding-left: 13px;
}
/* service page end */
/* term&condition section start */
.midd-section{
    font:500 28px/normal var(---font-one);
}
/* term&condition section end */

/* Footer Section  */
.fixed-social {position: fixed;transform: translate(0%, -50%);top: 50%;right: 0%;left: auto;z-index: 8;}
.fixed-social li a {text-decoration: none;}
.fixed-social li .soacial_icon {color: #fff;width: 40px;height: 40px;display: inline-block;line-height: 40px;text-align: center;font-size: 18px;}
.fixed-social li .social_details a{font-size: 14px;color: #fff;padding: 0 10px;}
.fixed-social li:hover {right: 0;}
.fixed-social li {margin-left: -200px;position: relative;right: -200px;cursor: pointer;list-style: none;box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);background-color: rgb(var(--color-orange));color: #fff;margin-bottom: 10px;border-top-left-radius: 8px;border-bottom-left-radius: 8px;transition: 0.3s all ease-in-out;-webkit-transition: 0.3s all ease-in-out;border: 1px solid rgb(var(--color-white));}
button.close {position: absolute;top: 0;right: 0;height: 40px;width: 40px;border: none;background-color: rgb(var(--color-orange));color: rgb(var(--color-white));font-size: 30px;line-height: 40px;padding: 0;z-index: 999;}
.footer_link,.footerUpper {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin: 1rem auto 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgb(var(--color-gray));
}
.footerLogo {
    display: inline-block;
    max-width: 168px;
    margin-left: 14px;
    width: 100%;
}
.footerContact > a {
    font: 400 46px/normal var(--font-two);
    display: block;
    color: rgb(var(--color-black));
    text-decoration: none;
}
.footer-list p {
    font: 400 24px/normal var(--font-two);
}
.footer-list a.footerBtn {
    font: 600 14px/40px var(--font-two);
    padding: 0 20px;
    background-color: rgb(var(--color-orange));
    color: rgb(var(--color-white));
    display: inline-block;
    text-decoration: none;
    border-radius: 6px;
    margin-bottom: 1rem;
}
.footer-list h3.footerTitle {
    font: 400 20px/normal var(--font-one);
    margin-bottom: 1rem;
}
.footerSocialLink ul > li,
.footer-list ul > li {
    list-style: none;
}
.footerSocialLink li {
    display: inline-flex;
}
.footerSocialLink li > a {
    font: 400 14px/normal var(--font-two);
    text-decoration: none;
    margin: 0 1rem;
    color: rgb(var(--color-black));
}
.footer-list ul > li a {
    font: 300 16px/normal var(--font-two);
    color: rgb(var(--color-black));
    text-decoration: none;
    padding: 0.5rem 0;
    display: block;
}
.footer_link {
    margin: 0;
    padding: 1rem 0;
}
/* Footer Section End */



@media(max-width:1024px){
    .detail-container .custom-container {
        margin: 0px !important;
        grid-gap: 25px;
        display: flex;
        flex-wrap: wrap;
    }
    .contactus_detail {
        margin-left: 0px !important;
        width: 100%;
        box-shadow: var(--box-shadow);
        padding: 50px;
    }
    .contact-form {
        background: rgb(var(--color-white));
        padding: 80px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        width: 814px;
        margin-left: 87px !important;
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .technology_integration {
        height: auto;
        max-width: 473px !important;
        /* width: 100%; */
        background: rgb(var(--color-orange));
        position: absolute;
        top: 545px;
        left: 0px !important;
        padding: 66px;
        color: rgb(var(--color-white));
    }
    .bonded_service {
        max-height: 354px !important;
        max-width: 266px !important;
        color: rgb(var(--color-white));
        font: 500 30px / normal var(--font-one);
        position: absolute;
        top: 595px;
        right: 0px !important;
        padding: 40px;
        padding: 170px 30px 30px 27px;
        background-image: url("./assets/../../img/policy.png");
        background-position: 93% 7%;
        background-repeat: no-repeat;
        background-size: 15% auto;
    }
    .customer_service {
        max-height: 361px !important;
        max-width: 273px !important;
        height: 337px !important;
        color: rgb(var(--color-white));
        font: 500 30px / normal var(--font-one);
        position: absolute;
        top: 873px !important;
        right: 263px !important;
        padding: 40px;
        padding: 170px 30px 30px 27px;
        background-image: url("./assets/../../img/customer-service-1.png");
        background-position: 93% 7%;
        background-repeat: no-repeat;
        background-size: 15% auto;
    }
    .personalized_service {
        max-height: 351px !important;
        max-width: 260px !important;
        color: rgb(var(--color-white));
        font: 500 30px / normal var(--font-one);
        position: absolute;
        top: 1208px !important;
        left: 74% !important;
        padding: 170px 30px 30px 27px;
        background-image: url("./assets/../../img/networking.png");
        background-position: 93% 7%;
        background-repeat: no-repeat;
        background-size: 15% auto;
    }
    .protection_service {
        max-height: 381px !important;
        height: 346px;
        max-width: 278px !important;
        color: rgb(var(--color-white));
        font: 500 30px / normal var(--font-one);
        position: absolute;
        top: 1209px !important;
        left: 194px !important;
        padding: 170px 129px 30px 30px;
        background-image: url("./assets/../../img/shield.png");
        background-position: 93% 7%;
        background-repeat: no-repeat;
        background-size: 15% auto;
    }
    .competitive_service {
        max-height: 283px !important;
        max-width: 271px !important;
        background: rgb(var(--color-orange));
        color: rgb(var(--color-white));
        font: 500 30px / normal var(--font-one);
        position: absolute;
        bottom: 0px;
        right: 264px !important;
        padding: 103px 32px 98px 25px !important;
        background-image: url("./assets/../../img/search.png");
        background-position: 93% 7%;
        background-repeat: no-repeat;
        background-size: 15% auto;
    }
    .new_section {
        height: 1239px !important;
        width: 100%;
        background-color: rgb(var(--color-black));
        background-image: url("./assets/../../img/cargo-transparent.png");
        background-position: bottom left;
        background-repeat: no-repeat;
        background-size: 50% auto;
    }
    .left_side_container img {
        height: 332px !important;
        max-width: 513px !important;
        margin-top: 50px;
        object-fit: cover;
    }
    .right_side_container img {
        max-height: 500px;
        max-width: 100% !important;
        object-fit: cover;
    }
}

@media (max-width:991px) {
   
    .swiper-slide img {
        height: 670px;
        width: 100%;
    }

    .swiper-slide .carousel-text {
        position: absolute;
        color: rgb(var(--color-white));
        font: 400 15px / normal var(--font-two);
        font-size: 60px;
        font-weight: bold;
        line-height: 60px;
        top: 60px;
        left: 40px;
    }

    .swiper-slide .carousel_leftside_content {
        position: absolute;
        top: 50%;
        right: 30px;
        color: rgb(var(--color-white));
        font: 400 15px / normal var(--font-two);
        font-size: 30px;
    }

    .carousel-icon {
        position: absolute;
        top: 67%;
        color: rgb(var(--color-white));
        right: 351px;
        font-size: 40px
    }

    svg.svg-inline--fa.fa-circle-arrow-down {
        font-size: 50px;
    }

    .about-us_container {
        display: flex !important;
        grid-gap: 55px !important;
        margin-bottom: 40px;
    }

    .content {
        font: 400 15px / normal var(--font-two);
        font-size: 38px !important;
        color: rgb(var(--color-black));
        font-weight: 500 !important;
        line-height: 53px !important;
    }

    .left_side_container img {
        max-height: 270px !important;
        width: 356px !important;
        margin-top: 50px !important;
    }

    .right_side_container img {
        max-height: 500px !important;
        height: 276px;
        width: 100% !important;
        margin-bottom: 20px;
    }

    .right_side_content {
        color: rgb(var(--color-black));
        font: 400 15px / normal var(--font-one);
        font-size: 26px !important;
        line-height: 25px !important;
        font-weight: 500 !important;
        margin-bottom: 18px;
        margin-top: 3px !important;
    }

    .right_content {
        font: 400 17px / normal var(--font-one) !important;
    }

    .right_side_container button {
        background: rgb(var(--color-orange));
        color: rgb(var(--color-white));
        border-radius: 10px !important;
        padding: 10px !important;
        border: rgb(var(--color-white)) !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .service-section .content {
        font: 400 15px / normal var(--font-one);
        font-size: 53px !important;
        color: rgb(var(--color-black));
        font-weight: 500;
        line-height: 47px;
    }

    .Long_distance_mover {
        height: auto;
        width: 400px;
        background: rgb(var(--color-white));
        font: 400 15px / normal var(--font-two);
        padding: 25px;
        display: flex;
        flex-direction: column;
        margin-bottom: 119px;
        position: relative;
    }

    .Long_distance_mover img {
        margin-top: 24px;
        height: 70px;
        width: 70px;
        margin-bottom: 40px;
    }

    .international_mover {
        height: auto;
        width: 400px;
        background: rgb(var(--color-white));
        font: 400 15px / normal var(--font-two);
        margin-top: 90px;
        padding: 25px;
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
        position: relative;
    }

    .international_mover img {
        margin-top: 24px;
        height: 70px;
        width: 70px;
        margin-bottom: 40px;
    }

    .local_movers {
        height: auto;
        width: 400px;
        background: rgb(var(--color-white));
        font: 400 15px / normal var(--font-two);
        margin-top: -30px;
        padding: 25px;
        margin-bottom: 174px;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .local_movers img {
        margin-top: 24px;
        height: 70px;
        width: 70px;
        margin-bottom: 40px;
    }

    .service-section {
        background: rgb(var(--color-gray));
        width: 100%;
        max-height: auto;
        
    }

    .service_card_section {
        display: flex;
        margin-top: 100px;
        grid-gap: 20px;
        margin-bottom: 40px;
        padding-bottom: 123px;
    }

    .process-section {
        color: rgb(var(--color-white));
        background: rgb(var(--color-orange));
        width: 100%;
        height: auto;
        padding: 10px 15px 0px 15px !important;

    }
    .footerLogo {
        display: inline-block;
        max-width: 170px;
        /* margin-left: 14px; */
        width: 100%;
    }
    .footer_link, .footerUpper {
        display: flex;
        justify-content: space-between;
        align-items: center !important;
        margin: 1rem auto 2rem;
        padding-bottom: 2rem;
        border-bottom: 1px solid rgb(var(--color-gray));
    }
    .process-section .content {
        font: 400 15px / normal var(--font-one);
        color: rgb(var(--color-white));
        font-size: 54px !important;
        font-weight: 500;
        line-height: 47px;
    }

    .process_inner_section {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        /* margin-top: 83px !important; */
        color: rgb(var(--color-white));
    }

    .process_content {
        padding: 0px 0px 30px 0px;
        font-size: 16px !important;
    }

    .process_content h1 {
        font-size: 26px !important;
    }

    .technology_integration {
        height: auto;
        max-width: 377px !important;
        background: rgb(var(--color-orange));
        position: absolute;
        top: 567px;
        left: 0px !important;
        padding: 46px;
        color: rgb(var(--color-white));
    }

    .bonded_service {
        max-height: 354px !important;
        max-width: 224px !important;
        color: rgb(var(--color-white));
        font: 500 30px / normal var(--font-one);
        position: absolute;
        top: 577px;
        right: 0px !important;
        padding: 40px;
        padding: 170px 30px 30px 27px;
        background-image: url("./assets/../../img/policy.png");
        background-position: 93% 7%;
        background-repeat: no-repeat;
        background-size: 15% auto;
    }

    svg.svg-inline--fa.fa-circle-play {
        position: absolute;
        top: 8%;
        left: 40%;
        color: rgb(var(--color-white));
        font-size: 80px;
        z-index: 1;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .customer_service {
        max-height: 361px !important;
        max-width: 207px !important;
        height: 337px !important;
        color: rgb(var(--color-white));
        font: 500 30px / normal var(--font-one);
        position: absolute;
        top: 892px !important;
        right: 223px !important;
        padding: 40px;
        padding: 170px 30px 30px 27px;
        background-image: url("./assets/../../img/customer-service-1.png");
        background-position: 93% 7%;
        background-repeat: no-repeat;
        background-size: 15% auto;
    }

    .protection_service {
        max-height: 462px !important;
        height: 297px !important;
        max-width: 225px !important;
        color: rgb(var(--color-white));
        font: 500 30px / normal var(--font-one);
        position: absolute;
        top: 68% !important;
        left: 151px !important;
        padding: 170px 129px 30px 30px;
        background-image: url("./assets/../../img/shield.png");
        background-position: 93% 7%;
        background-repeat: no-repeat;
        background-size: 15% auto;
    }

    .personalized_service {
        max-height: 327px !important;
        max-width: 226px !important;
        color: rgb(var(--color-white));
        font: 500 30px / normal var(--font-one);
        position: absolute;
        top: 68% !important;
        left: 72% !important;
        padding: 170px 30px 30px 27px;
        background-image: url("./assets/../../img/networking.png");
        background-position: 93% 7%;
        background-repeat: no-repeat;
        background-size: 15% auto;
    }

    .competitive_service {
        max-height: 283px !important;
        max-width: 202px !important;
        background: rgb(var(--color-orange));
        color: rgb(var(--color-white));
        font: 500 30px / normal var(--font-one);
        position: absolute;
        bottom: 0px;
        right: 226px !important;
        padding: 103px 32px 98px 25px !important;
        background-image: url("./assets/../../img/search.png");
        background-position: 93% 7%;
        background-repeat: no-repeat;
        background-size: 15% auto;
    }

    .new_section {
        height: 1226px !important;
        width: 100%;
        background-color: rgb(var(--color-black));
        background-image: url("./assets/../../img/cargo-transparent.png");
        background-position: bottom left;
        background-repeat: no-repeat;
        background-size: 50% auto;
    }

    .technology_section img {
        width: 100%;
        height: 600px;
        margin-top: -20px;
        object-position: top;
        object-fit: cover;
    }

    .inner_text_faq {
        margin-bottom: 60px;
    }

    .partner-section {
        background: rgb(var(--color-gray));
        width: 100%;
        height: auto;
        /* margin-top: 80px;
        padding: 80px 0px !important; */
    }
    .partner-sections {
        /* background: rgb(var(--color-gray)); */
        width: 100%;
        height: auto;
        /* margin-top: 80px;
        padding: 80px 0px !important; */
    }

    .partner-section p {
        padding: 0px 100px 0px 100px !important;
        line-height: 30px !important;
        font: 700 25px/normal var(---font-one) !important;
    }
    .partner-sections p {
        padding: 0px 100px 0px 100px !important;
        line-height: 30px !important;
        font: 700 25px/normal var(---font-one) !important;
    }

    .partner_details p {
        margin-top: -60px !important;
        font: 400 18px/normal var(---font-one);
        font-size: 21px;
    }

    .partner-block .content {
        font-size: 20px !important;
        line-height: 30px !important;
        /* font-family: bold !important; */
    }

    .partner_details h1 {
        margin-top: -20px !important;
        font: 400 14px/normal var(---font-one);
        color: rgb(var(--color-black)/40%);
    }
    #aboutussection {
        height: auto;
        background: rgb(var(--color-orange));
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 38px 0px 30px 22px;
        color: rgb(var(--color-white));
    }

    #aboutussection h1 {
        font: 500 59px/normal var(--font-two);
        line-height: 57px;
    }

    .aboutus-content {
        margin-top: 225px;
        padding: 260px 67px 30px 142px;
        font: 500 28px/normal var(--font-two);
    }

    .about-history_content {
        /* display: grid;
        grid-template-columns: repeat(2, 1fr); */
        display: flex;
        flex-direction: column-reverse;
        grid-gap: 47px !important;

    }

    .about-history_content img {
        height: 489px !important;
        width: 100%;
        object-fit: cover;
        position: relative;
        order: 0;
    }

    .left_historycontent h1 {
        font: 500 52px / normal var(--font-two) !important;
        line-height: 50px !important;
    }

    .count {
        height: auto;
        max-width: 295px !important;
        position: absolute;
        top: 39% !important;
        right: 146px !important;
        padding-left: 50px;
        padding-right: 20px;
        color: rgb(var(--color-white));
        background: rgb(var(--color-orange));
    }

    .our_team {
        display: grid !important;
        grid-template-columns: repeat(2, 3fr);
        justify-content: center !important;
    }

    .team_member {
        position: relative;
        max-width: 100% !important;
        width: 100% !important;
        height: 400px;
    }

    #process_section_inner {
        display: flex;
        grid-gap: 214px !important;
        text-align: justify;
        /* padding: 20px; */
    }

    #careersection .content {
        padding-top: 50px !important;
    }

    .inner_moversection {
        margin-top: 80px;
        display: block !important;
        padding: 20px !important;

    }

    #service_card {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
    }

    #careerGrowth {
        margin-top: -34px !important;
        height: 536px !important;
        width: 240px !important;
    }

    #meaningfulImpact {
        height: 496px !important;
        width: 240px !important;
    }

    #globalReach {
        margin-top: -97px !important;
        height: 496px !important;
        width: 240px !important;
    }

    #collaborativeCulture {
        height: 526px !important;
        width: 240px !important;
        margin-top: -129px !important;
    }

    #innovativeEnvironment {
        background: rgb(var(--color-black) /2%);
        margin-top: -50px;
        height: 526px !important;
        width: 240px !important;
    }

    #remoteFirst {
        background: rgb(var(--color-black) /2%);
        margin-top: -188px !important;
        height: 496px !important;
        width: 240px !important;
    }

    #currentopening {
        padding: 20px !important;
        margin-top: -200px !important;
    }

    .applysection {
        display: flex;
        flex-direction: column;
        height: auto;
        margin: 69px 19px 50px 19px !important;
        padding: 33px;
    }

    .reachout_container {
        display: flex;
        grid-gap: 26px !important;
    }

    .contact_side_container img {
        margin-top: 157px !important;
        width: 171px !important;
        height: 300px !important;
        object-fit: cover;
    }

    .contact_container img {
        width: 164px !important;
        margin-top: 30px;
        height: 324px !important;
        object-fit: cover;
    }
   
    .contact-form {
        background: rgb(var(--color-white));
        padding: 80px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        width: 100% !important;
        margin-left: 0px !important;
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .contactus_detail {
        margin-left: 0px !important;
        width: 100%;

        box-shadow: var(--box-shadow);

        padding: 50px;
    }
    .detail-container {
        margin-left: 0px !important;
        margin-right: 0px !important;
        display: flex;
        flex-direction: column;

        width:100%;
    }

    .detail-container .custom-container {
        margin: 0px !important;
        grid-gap: 25px;
        display: flex;
        flex-wrap: wrap;
    }
    .field-container {
        margin-bottom: 48px !important;
    }

}
@media(max-width:768px){
    .technology_integration {
        height: auto;
        max-width: 354px !important;
        background: rgb(var(--color-orange));
        position: absolute;
        top: 568px;
        left: 0px !important;
        padding: 45px;
        color: rgb(var(--color-white));
    }
    .bonded_service {
        max-height: 354px !important;
        max-width: 212px !important;
        color: rgb(var(--color-white));
        font: 500 30px / normal var(--font-one);
        position: absolute;
        top: 581px;
        right: 0px !important;
        padding: 40px;
        padding: 170px 30px 30px 27px;
        background-image: url("./assets/../../img/policy.png");
        background-position: 93% 7%;
        background-repeat: no-repeat;
        background-size: 15% auto;
    }
    .customer_service {
        max-height: 361px !important;
        max-width: 207px !important;
        height: 337px !important;
        color: rgb(var(--color-white));
        font: 500 30px / normal var(--font-one);
        position: absolute;
        top: 892px !important;
        right: 209px !important;
        padding: 40px;
        padding: 170px 30px 30px 27px;
        background-image: url("./assets/../../img/customer-service-1.png");
        background-position: 93% 7%;
        background-repeat: no-repeat;
        background-size: 15% auto;
    }
    .personalized_service {
        max-height: 327px !important;
        max-width: 213px !important;
        color: rgb(var(--color-white));
        font: 500 30px / normal var(--font-one);
        position: absolute;
        top: 67% !important;
        left: 72% !important;
        padding: 170px 30px 30px 27px;
        background-image: url("./assets/../../img/networking.png");
        background-position: 93% 7%;
        background-repeat: no-repeat;
        background-size: 15% auto;
    }
    .protection_service {
        max-height: 381px !important;
        height: 317px !important;
        max-width: 223px !important;
        color: rgb(var(--color-white));
        font: 500 30px / normal var(--font-one);
        position: absolute;
        top: 67% !important;
        left: 129px !important;
        padding: 170px 129px 30px 30px;
        background-image: url("./assets/../../img/shield.png");
        background-position: 93% 7%;
        background-repeat: no-repeat;
        background-size: 15% auto;
    }
    .competitive_service {
        max-height: 283px !important;
        max-width: 200px !important;
        background: rgb(var(--color-orange));
        color: rgb(var(--color-white));
        font: 500 30px / normal var(--font-one);
        position: absolute;
        bottom: 0px;
        right: 217px !important;
        padding: 103px 32px 98px 25px !important;
        background-image: url("./assets/../../img/search.png");
        background-position: 93% 7%;
        background-repeat: no-repeat;
        background-size: 15% auto;
    }
    .new_section {
        height: 1239px !important;
        width: 100%;
        background-color: rgb(var(--color-black));
        background-image: url("./assets/../../img/cargo-transparent.png");
        background-position: bottom left;
        background-repeat: no-repeat;
        background-size: 50% auto;
    }
    .contactus_detail {
        margin-left: 0px !important;
        width: 100%;
        box-shadow: var(--box-shadow);
        margin-top: 0px !important;
        padding: 50px;
    }
    .detail-container .custom-container {
        margin: 0px !important;
        grid-gap: 25px;
    }
    .content {
        font: 400 15px / normal var(--font-two);
        font-size: 45px !important;
        color: rgb(var(--color-black));
        font-weight: 500 !important;
        line-height: 53px !important;
    }
    .left_side_container img {
        max-height: 311px !important;
        width: 356px !important;
        margin-top: 50px !important;
    }
    .content {
        font: 400 15px / normal var(--font-two);
        font-size: 52px !important;
        color: rgb(var(--color-black));
        font-weight: 500 !important;
        line-height: 53px !important;
    }
}

@media (max-width: 560px){
    .footerContact > a{
        font-size: 20px;
    }
    .footerUpper{
        flex-direction: column;
        grid-gap: 2rem;
    }
    .footer_link{
        flex-direction: column;
    }
}

@media (max-width:450px) {
    .footer-list.mt-5 {
        margin-top: 0px !important;
    }
    .footerLogo {
        display: inline-block;
        max-width: 168px;
        margin-left: 6px;
        width: 100%;
    }
    .swiper-slide .carousel-text {
        position: absolute;
        color: rgb(var(--color-white));
        font: 400 15px / normal var(--font-one);
        font-size: 54px !important;
        font-weight: bold;
        top: 60px;
        line-height: 57px;
        left: 10px !important;
    }

    .swiper-slide .carousel_leftside_content {
        position: absolute;
        top: 63%;
        ;
        left: 10px;
        color: rgb(var(--color-white));
        font: 400 15px / normal var(--font-one);
        font-size: 18px !important;
    }


    .carousel-icon {
        position: absolute;
        top: 80% !important;
        color: rgb(var(--color-white));
        left: 10px;
        font-size: 20px !important;
    }

    svg.svg-inline--fa.fa-circle-arrow-down {
        font-size: 40px;
    }

    /* About Us */
    .about-us_container {
        display: block !important;

    }

    .service-section .content {
        font: 400 15px / normal var(--font-one);
        font-size: 48px !important;
        color: rgb(var(--color-black));
        font-weight: 500;
        line-height: 47px;
    }

    .content {
        font: 400 15px / normal var(--font-one);
        font-size: 52px !important;
        color: rgb(var(--color-black));
        font-weight: 900 !important;
        line-height: 43px;
    }

    .left_side_container img {
        max-height: 256px !important;
        max-width: 100% !important;
        margin-top: 41px !important;
        object-fit: cover;

    }
    #process_section_inner{
        display: block !important;
    }
    .right_side_container img {
        max-height: 519px !important;
        max-width: 100% !important;
    }

    .right_side_container {
        margin-top: 60px !important;
    }

    .right_side_content {
        color: rgb(var(--color-black));
        font: 400 15px / normal var(--font-one);
        font-size: 23px !important;
        font-weight: 500 !important;
        line-height: 26px !important;
        margin-top: 20px !important;
    }

    .right_side_container button {
        background: rgb(var(--color-orange));
        color: rgb(var(--color-white));
        border-radius: 10px;
        padding: 10px;
        border: rgb(var(--color-white));
    }

    .right_content {
        /* line-height: 20px !important; */
        margin-bottom: 31px;
        font: 400 15px / normal var(--font-two) !important;
        line-height: 20px !important;
        font-weight: 300px !important
    }

    .service-section {
        background: rgb(var(--color-gray));
        width: 100%;
        max-height: auto;
       
    }

    .service_card_section {
        display: block !important;
        margin-top: 100px;
        margin-bottom: 40px;
    }

    .Long_distance_mover {
        height: auto;
        max-width: 100%;
        background: rgb(var(--color-white));
        font: 400 15px / normal var(--font-two);
        margin-bottom: 0px !important;
        padding: 37px;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .international_mover {
        height: auto;
        width: 100% !important;
        background: rgb(var(--color-white));
        font: 400 15px / normal var(--font-two);
        margin-top: 20px !important;
        padding: 37px;
        display: flex;
        flex-direction: column;
        position: relative;
        margin-bottom: 52px;
    }

    .local_movers {
        height: auto;
        width: 100% !important;
        background: rgb(var(--color-white));
        font: 400 15px / normal var(--font-two);
        padding: 37px;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .process-section {
        margin-top: 20px;
        background: rgb(var(--color-orange));
        width: 100%;
        height: auto;
        padding: 15px !important;
    }

    .process_inner_section {
        display: block !important
    }
    #process_section_inner {
        display: block !important;
    }

    .process_content {
        padding: 10px 0px 0px 0px !important;
        font-size: 18px;
    }

    .technology_section img {
        width: 100%;
        height: 600px;
        object-position: top;
        object-fit: cover;
        margin-top: -20px;

    }

    .technology_integration {
        height: auto;
        max-width: 100% !important;
        top: 580px;
        left: 0px !important;

    }

    .technology_integration p {
        font: 500 38px / normal var(--font-one) !important;
        line-height: 39px !important;
        margin-left: -10px;

    }

    .bonded_service {
        max-height: 309px !important;
        height:300px;
        max-width: 100% !important;
        width: 473px !important;
        color: rgb(var(--color-white));
        font: 500 30px / normal var(--font-one);
        position: absolute;
        top: 819px !important;
        left: 0px !important;
        padding: 40px;
        padding: 170px 30px 40px 27px;
        background-image: url("./assets/../../img/policy.png") !important;
        background-position: 93% 7% !important;
        background-repeat: no-repeat !important;
        background-size: 15% auto !important;
    }

    .customer_service {
        max-height: 344px !important;
        max-width: 100% !important;
        width: 473px !important;
        color: rgb(var(--color-white));
        font: 500 30px / normal var(--font-one);
        position: absolute;
        top: 48% !important;
        left: 0px !important;
        padding: 40px;
        padding: 170px 30px 30px 27px;
        background-image: url("./assets/../../img/customer-service-1.png") !important;
        background-position: 93% 7% !important;
        background-repeat: no-repeat !important;
        background-size: 15% auto !important;
    }

    .personalized_service {
        max-height: 300px !important;
        max-width: 100% !important;
        width: 473px !important;
        color: rgb(var(--color-white));
        font: 500 30px / normal var(--font-one);
        position: absolute;
        top: 62% !important;
        left: 0px !important;
        padding: 170px 30px 30px 27px;
        background-image: url("./assets/../../img/networking.png") !important;
        background-position: 93% 7% !important;
        background-repeat: no-repeat !important;
        background-size: 15% auto !important;
    }

    .protection_service {
        max-height: 319px !important;
        height: 400px !important;
        max-width: 100% !important;
        width: 473px !important;
        color: rgb(var(--color-white));
        font: 500 30px / normal var(--font-one);
        position: absolute;
        top: 75% !important;
        left: 0px !important;
        padding: 170px 129px 30px 30px;
        background-image: url("./assets/../../img/shield.png") !important;
        background-position: 93% 7% !important;
        background-repeat: no-repeat !important;
        background-size: 15% auto !important;
    }

    .competitive_service {
        max-height: 260px !important;
        max-width: 100% !important;
        width: 473px !important;
        background: rgb(var(--color-orange));
        color: rgb(var(--color-white));
        font: 500 30px / normal var(--font-one);
        position: absolute;
        bottom: 0px;
        right: 0px !important;
        padding: 170px 32px 30px 29px;
        background-image: url("./assets/../../img/search.png") !important;
        background-position: 93% 7% !important;
        background-repeat: no-repeat !important;
        background-size: 15% auto !important;
    }

    .new_section {
        height: 1718px !important;
        width: 100%;
    }

    .faq_inner_section {
        display: block !important;
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .partner-section {
        background: rgb(var(--color-gray));
        width: 100%;
        height: auto;
        /* margin-top: 80px;
        padding: 80px 0px !important; */
    }
    .partner-sections {
    
        width: 100%;
        height: auto;
        /* margin-top: 80px;
        padding: 80px 0px !important; */
    }

    .partner-section p {
        padding: 0px 30px 0px 30px !important;
        line-height: 30px !important;
        font: 700 25px/normal var(--font-one) !important;
    }
    .partner-sections p {
        padding: 0px 30px 0px 30px !important;
        line-height: 30px !important;
        font: 700 25px/normal var(--font-one) !important;
    }

    .partner_details p {
        margin-top: -60px !important;
        font: 400 18px/normal var(--font-one);
        font-size: 21px;
    }

    .partner-block .content {
        font-size: 22px !important;
        line-height: 30px !important;
        font-family: bold !important;
    }

    .partner_details h1 {
        margin-top: -20px !important;
        font: 400 14px/normal var(--font-one);
        color: rgb(var(--color-black)/40%);
    }
    #aboutussection {
        height: auto;
        background: rgb(var(--color-orange));
        display: block;
        padding: 0px !important;
        color: rgb(var(--color-white));
    }

    #aboutussection h1 {
        font: 500 54px/normal var(--font-two);
        line-height: 57px;
        padding: 30px 20px 30px 10px;
    }

    .aboutus-content {
        margin-top: 96px;
        padding: 30px 51px 58px 10px;
        font: 500 18px/normal var(--font-two);
    }

    .about-history_content {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .left_historycontent h1 {
        font: 500 47px / normal var(--font-two) !important;
        line-height: 51px !important;
        margin-top: 250px;
    }

    .about-history_content img {
        height: 630px;
        width: 100%;
        object-fit: cover;
        position: relative;
        order: 1 !important;
    }

    .count {
        height: auto;
        max-width: 100% !important;
        position: absolute;
        top: 79% !important;
        right: 0px !important;
        padding-left: 50px;
        color: rgb(var(--color-white));
        background: rgb(var(--color-orange));
    }

    .about-history_content .left_historycontent {
        order: 1;
    }

    .about-history_content .counter_parent {
        order: 0;
    }

    .our_team {
        display: block !important;

    }

    #service_card {
        display: block !important;
    }

    #careersection .content {
        padding-top: 10px !important;
        color: rgb(var(--color-white));
        font-size: 85px;
        margin-top: 10px;
    }

    .inner_moversection {
        margin-top: 80px;
        display: block !important;
        padding: 20px !important;

    }

    #careerGrowth {
        margin-top: -34px !important;
        width: 100% !important;
    }

    #globalReach {
        margin-top: -150px !important;
        width: 100% !important;
    }

    #collaborativeCulture {
        width: 100% !important;
        margin-top: -29px !important;
    }

    #meaningfulImpact {
        height: 496px !important;
        width: 100% !important;
    }

    #innovativeEnvironment {
        background: rgb(var(--color-black) /2%);
        margin-top: -50px;
        height: 496px !important;
        width: 100% !important;
    }

    #remoteFirst {
        background: rgb(var(--color-black) /2%);
        margin-top: 25px !important;
        height: 496px !important;
        width: 100% !important;
    }

    .team_member {
        position: relative;
        width: 100% !important;
        height: 400px;

        margin-top: 72px !important;
    }

    #service_card .text-center {
        padding: 0px !important;
    }

    #currentopening {
        padding: 18px !important;
    }

    .applysection {
        background: rgb(var(--color-white));
        display: flex;
        flex-direction: column;
        height: auto;
        margin: 70px 0px 50px 3px !important;
        padding: 33px;
    }

    .servicerole {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        justify-content: space-between;
        padding: 26px;
    }

    .reachout_container {
        display: flex;
        flex-direction: column;
        grid-gap: 34px;
    }

    .contact_details {
        width: 100% !important;
    }

    .right_side_contactconatiner {
        display: flex;
        order: 0;
    }

    .contact_container img {
        width: 180px !important;
        height: 300px !important;
        margin-top: 47px;

    }

    .contact_side_container img {
        margin-top: 100px;
        width: 180px !important;
        object-fit: contain;

    }

    #leftreachout {
        order: 1;
    }
    .blogCart_content {
        padding: 1rem 15px 2rem;
        margin-bottom: 34px;
    }

    .service_container {
        flex-direction: column;
    }
    .process_innersection {
        display: block;}
        #process_content {
            background: rgb(var(--color-white));
            padding: 0px 20px 20px 20px !important;
            height: auto;
        }
        .process_innersection .column {
            background: rgb(var(--color-white));
            height: 350px;
            margin-bottom: 19px;

        }
        .process_innersection .counting {
            color: rgb(var(--color-orange));
            padding-top: 40px;
        }
        .content1 {
            font: 700 60px/normal var(--font-one)!important;
            line-height: 60px;
            margin-bottom: -28px;
        }
        .contact-form {
            background: rgb(var(--color-white));
            padding: 24px !important;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            width: 100% !important;

            margin-left: 0px !important;
            margin-top: 100px;
            margin-bottom: 100px;
        }
        .field-container {
            margin-bottom: 20px !important;
            display: block !important;
            grid-gap: 10px;
        }
        .detail-container{
            margin-left:0px !important;
            width:100%;
            display: block !important;
        }
        .contactus_detail {
            margin-left: 0px !important;
            margin-top: 20px;
            width: 100%;
            box-shadow: var(--box-shadow);
            padding: 34px !important;
        }
        #process_section_inner {
            display: block !important;
        }
}

#process_section_inner{
    display: flex;
    color:rgb(var(--color-white));
}
.team_member .overlay p {
    display: flex !important;
    color: rgb(var(--color-white));
}
#process_section_inner .counting {
    font-size: 50px;
}
.process_content p {
    line-height: 22px !important;
}
.accordion-list .accordion-button:not(.collapsed) {
    color: black;
    background-color:white;
    box-shadow: none;
}
.accordion-list .accordion-button:focus{
    box-shadow: none;
}
.accordion-list .accordion-button::after{
    background-image: none;
}
.accordion-list .accordion-button:not(.collapsed)::after{
    background-image: none;
}