.maincontainer {
    max-width: 100%;
    overflow-x: hidden !important;
}

.content-wrapper {
    padding: 3%;
}

/* Improved Text Alignment */
.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-justify {
    text-align: justify !important;
    text-align-last: left !important;
}

/* Container Alignment Improvements */
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-sm-6, .col-md-6, .col-lg-6, .col-6 {
    padding-left: 15px;
    padding-right: 15px;
}

/* Header Alignment Fixes */
.mainHeader .navbar-right {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.mainHeader .navbar-right > li > a {
    display: flex;
    align-items: center;
    height: 60px;
}

/* Banner Text Alignment */
.bannerText {
    text-align: left;
}

.bannerText h1 {
    line-height: 1.2;
    margin-bottom: 20px;
}

.bannerText p {
    line-height: 1.6;
    margin-bottom: 25px;
}

.theme-shadow {
    box-shadow: 0px 10px 30px rgba(207, 35, 56, 0.3);
}

.saperator {
    padding: 0.2%;
    text-align: center;
    background: linear-gradient(135deg, #cf2338 0%, #0b1934 100%);
    width: 24%;
    margin: 1% 38%;
    border-radius: 2px;
}

.subheading {
    font-size: 36px;
}

/*--------------*/
.weAreGoodAt {
    /* height: 300px; */
    background: url('../images/crystalbg.jpg') center no-repeat;
    background-size: cover;
}

.countBox {
    padding: 2%;
}

.countBox:hover {
    background: linear-gradient(135deg, #cf2338 0%, #0b1934 100%);
    box-shadow: 0px 10px 30px rgba(207, 35, 56, 0.3);
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

.subtitle {
    font-size: 26px;
    position: relative;
    font-weight: 600;
    margin: 2% 1%
}

.subtitle:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    left: -20px;
    top: 0;
    background-color: #ea4357;
    /* background-image: linear-gradient(#ff7c6e, #f5317f); */
}

/*---------------------------
Experience : topbanner
---------------------------*/

.sitebanner {
    width: 100%;
}

.sitebanner>.leftsection {
    width: 60%;
    height: 600px;
    position: relative;
    background: #f7f6f6;
}

.sitebanner>.leftsection h3 {
    font-weight: 500;
}

.sitebanner .banner-bg {
    padding: 12% 25% 5% 2%;
}

.theme-title {
    /*color: #ea4b57;*/
}

.theme-link {
    color: #ea4b57;
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 20px;
    border-bottom: 3px solid #ea4b57;
}

.sitebanner>.rightsection {
    width: 50%;
    height: 467px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 150px;
    background: url('../images/our-experience/OurExperience.jpg') center no-repeat;
    background-size: cover;
}

/*---------------------------
Experience : industries
---------------------------*/
.industries {
    padding-left: 3%;
}

.industries .leftsection {}

.leftsection .subheading {
    background: #162b56;
    height: auto;
    margin: 4%;
    text-align: center;
    text-transform: capitalize !important;
}

.industries .leftsection .title {
    padding: 3%;
    color: #fff;
}

.leftsection .title:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    left: -20px;
    top: 0;
    background-color: #ea4357;
    /* background-image: linear-gradient(#ff7c6e, #f5317f); */
}

.industries .leftsection h3 {
    font-weight: 500;
}

.industries .rightsection {
    color: #000;
}

.industries .rightsection .contents {
    /*background: #f3f0ec;*/
    height: auto;
    margin: 1.4% 0.2%;
    text-align: center;
}

.industries .rightsection .contents img {
    width: 100%;
    height: 140px;
}

.indusstries_title {}

.industries .contents .card {
    padding: 1%;
    margin: 2%;
}

.industries .contents .card:hover {
    transition: ease-in-out 0.5s;
    padding: 1%;
    box-shadow: 0px 10px 30px rgba(234, 67, 87, 0.4);
    color: red !important;
}

/*---------------------------
Experience : divider
---------------------------*/
/*section divider */
.section-divider hr {
    border-color: #f2f2f2;
    margin: 40px 0;
}

/*---------------------------
Ourclients : header
---------------------------*/
.ourclients {
    background: #f7f6f6;
    height: auto;
    padding: 4%;
    text-align: left;
}

.ourclients h3 {
    font-weight: 500;
}

.ourclients img:hover {
    box-shadow: 0px 10px 30px rgba(234, 67, 87, 0.4);
    transition: ease-in-out 0.5s;
}

/*---------------------------
Ourclients : slider
---------------------------*/

.carousel-control {
    width: 1%;
    color: #9E9E9E;
}

.carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgb(247, 246, 246) 100%);
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgb(247, 246, 246) 100%);
}

.carousel-indicators li {
    border: 1px solid #607D8B;
}

.carousel-indicators {
    bottom: -48px;
}


/* bx-wrapper Styling */
.bx-viewport {
    height: auto !important;
}

.bx-wrapper {
    box-shadow: none !important;
    border: none !important;
    background: #fff !important;
    margin: auto !important;
    padding: 3%;
}

.bx-wrapper .bx-caption {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    background: rgba(80, 80, 80, 0.5) !important;
    width: 100% !important;
}

.bx-wrapper .bx-caption span {
    color: #fff !important;
    font-family: Arial !important;
    display: block !important;
    font-size: 20px !important;
    padding: 10px !important;
    text-align: center;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls.png) no-repeat -43px -32px;
}

/* End bx-wrapper Styling */

.logosImgs {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.logosImgs div {
    border: 1px solid lightgray;
    width: auto !important;
}

.logosImgs img {
    max-height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .65;
    transition: all .5s;
}

.logosImgs img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    box-shadow: 0px 10px 30px rgba(234, 67, 87, 0.4);
}

/*.bx-prev {
    left: -29px;
}
.bx-next {
    right: -38px;
}*/
.bx-caption {
    display: none;
}

.logosImgs img {
    -webkit-filter: none;
    filter: none;
    opacity: .80;
}

/*---------------------------
geographic-experience : 
---------------------------*/
.geographic_experience img {
    box-shadow: 0px 10px 30px rgba(234, 67, 87, 0.4);
}

.geographiclist>ul li {
    margin: 3.5% 1%;
    font-weight: 500;
}

/*---------------------------
Projects : 
---------------------------*/
.projects {
    background: #f7f6f6;
    height: auto;
    text-align: left;
}

thead {
    background: #f7f6f6b8;
}

.col-srno {
    width: 5%;
}

.col-project {
    width: 65%;
}

.col-location {
    width: 15%;
}

.col-client {
    width: 15%;
}

/*---------------------------
CMS : Banner
---------------------------*/
.cmsBanner {
    background-image: url('../images/CMS/cmsbanner.jpg');
}

.cmsvideos {
    background: #f7f6f6;
    height: auto;
    text-align: left;
}

.cmsvideos video {
    width: 100%;
}

.aboutcms {
    text-align: justify;
}

.columns2 {
    float: left;
    width: 200px;
    margin-top: 2px;
    text-align: center;
}

.columnscontent2 {
    padding: 2%;
    /*box-shadow: 0 1px 15px rgba(0,0,0,.05);*/
    box-shadow: 0px 2px 4px rgba(234, 67, 87, 0.4);
}

.baseicon {
    margin-left: 1%;
    font-weight: 700;
    font-size: 11pt;
    text-transform: uppercase;
}

.baseicon a {
    color: #1155aa !important;
}

.columnscontent2 h3 {
    font-size: 20px;
}

.columns2:hover {
    box-shadow: 0px 10px 30px rgba(234, 67, 87, 0.4);
}

.cmsBanner .columns2 {
    box-shadow: 0px 10px 30px rgba(234, 67, 87, 0.4);
}


/*---------------------------
Nashik team
---------------------------*/
.nskteam {
    padding-left: 3%;
}

.nskteam .leftsection .subheading {
    background: #162b56;
    height: auto;
    margin: 4%;
    text-align: center;
    text-transform: capitalize !important;
}

.nskteam .leftsection .title {
    padding: 3%;
}

.nskteam .leftsection .title:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    left: -20px;
    top: 0;
    background-color: #ea4357;
    /* background-image: linear-gradient(#ff7c6e, #f5317f); */
}

.nskteam .leftsection h3 {
    font-weight: 500;
}

.industries .rightsection {
    color: #000;
}

.nskteam .rightsection .contents {
    /*background: #f3f0ec;*/
    height: auto;
    margin: 1.4% 0.2%;
    text-align: center !important;
}

.nskteam .contents {
    text-align: center !important;
}

.nskteam .rightsection .contents img {
    width: 100%;
    height: auto;
}

.nskteam .contents .card {
    padding: 1%;
    margin: 2%;
}

.nskteam .contents .card:hover {
    transition: ease-in-out 0.5s;
    padding: 1%;
    box-shadow: 0px 10px 30px rgba(234, 67, 87, 0.4);
    color: red !important;
}

.nskcontact {
    padding-left: 3%;
}

.nskcontact img {
    box-shadow: 0px 10px 30px rgba(234, 67, 87, 0.4);
}

section.nskservices {
    background: #fdf9f7;
    padding-top: 5%;
    padding-bottom: 1%;
}

.nskservices .boxList {
    padding-top: 1px;
    padding-bottom: 50px;
}

.nskservices .whitePanel {
    box-shadow: 0px 1px 10px rgba(234, 67, 87, 0.4);
}

.nskservices .boxList h6 {
    font-size: 14px !important;
}










/*---------------------------
Dubai team
---------------------------*/
.dubaiteam {
    padding-left: 3%;
}

.dubaiteam .leftsection .subheading {
    background: #162b56;
    height: auto;
    margin: 4%;
    text-align: center;
    text-transform: capitalize !important;
}

.dubaiteam .leftsection .title {
    padding: 3%;
}

.dubaiteam .leftsection .title:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    left: -20px;
    top: 0;
    background-color: #ea4357;
    /* background-image: linear-gradient(#ff7c6e, #f5317f); */
}

.dubaiteam .leftsection h3 {
    font-weight: 500;
}

.dubai .rightsection {
    color: #000;
}

.dubaiteam .rightsection .contents {
    /*background: #f3f0ec;*/
    height: auto;
    margin: 1.4% 0.2%;
    text-align: center !important;
}

.dubaiteam {
    padding-left: 3%;
}

.dubaiteam .rightsection .contents img {
    width: 185px;
    height: 200px;
    box-shadow: 0px 1px 10px rgb(249, 228, 228);
    border-radius: 10%;
}

.dubaiteam .rightsection .contents img:hover {
    box-shadow: 0px 10px 30px rgba(234, 67, 87, 0.4);
}

.dubaiteam .contents .card {
    padding: 1%;
    margin: 2%;
}

.dubaiteam .contents .card:hover {
    transition: ease-in-out 0.5s;
    padding: 1%;
    box-shadow: 0px 10px 30px rgba(234, 67, 87, 0.4);
    color: red !important;
}

.dubaicontact {
    padding-left: 3%;
}

.dubaicontact img {
    box-shadow: 0px 10px 30px rgba(234, 67, 87, 0.4);
}

section.dubaiservices {
    background: #fdf9f7;
    padding-top: 5%;
    padding-bottom: 1%;
}

.dubaiservices .boxList {
    padding-top: 1px;
    padding-bottom: 10px;
}

.dubaiservices .whitePanel {
    box-shadow: 0px 1px 10px rgba(234, 67, 87, 0.4);
}

.dubaiservices .boxList h6 {
    font-size: 14px !important;
}










/*---------------------------*/
/*positions*/
.pos-relative {
    position: relative !important;
}

/*Margins*/
.mt-1 {
    margin-top: 1.1rem;
}

.mt-2 {
    margin-top: 2.2rem;
}

.mt-3 {
    margin-top: 3.3rem;
    ;
}

.mt-4 {
    margin-top: 4.4rem;
}

.mt-5 {
    margin-top: 5.5rem;
}

/*--------------*/
.mb-1 {
    margin-bottom: 1.1rem;
}

.mb-2 {
    margin-bottom: 2.2rem;
}

.mb-3 {
    margin-bottom: 3.3rem;
}

.mb-4 {
    margin-bottom: 4.4rem;
}

.mb-5 {
    margin-bottom: 5.5rem;
}

/*--------------*/
.ml-1 {
    margin-left: 1.1rem;
}

.ml-2 {
    margin-left: 2.2rem;
}

.ml-3 {
    margin-left: 3.3rem;
}

.ml-4 {
    margin-left: 4.4rem;
}

.ml-5 {
    margin-left: 5.5rem;
}

/*--------------*/
.mr-1 {
    margin-right: 1.1rem;
}

.mr-2 {
    margin-right: 2.2rem;
}

.mr-3 {
    margin-right: 3.3rem;
}

.mr-4 {
    margin-right: 4.4rem;
}

.mr-5 {
    margin-right: 5.5rem;
}

/*--------------*/
/*Paddings*/
.pt-1 {
    padding-top: 1.1rem;
}

.pt-2 {
    padding-top: 2.2rem;
}

.pt-3 {
    padding-top: 3.3rem;
    ;
}

.pt-4 {
    padding-top: 4.4rem;
}

.pt-5 {
    padding-top: 5.5rem;
}

/*--------------*/
.pb-1 {
    margin-bottom: 1.1rem;
}

.pb-2 {
    margin-bottom: 2.2rem;
}

.pb-3 {
    padding-bottom: 3.3rem;
}

.pb-4 {
    padding-bottom: 4.4rem;
}

.pb-5 {
    padding-bottom: 5.5rem;
}

/*--------------*/
.pl-1 {
    padding-left: 1.1rem;
}

.pl-2 {
    padding-left: 2.2rem;
}

.pl-3 {
    padding-left: 3.3rem;
}

.pl-4 {
    padding-left: 4.4rem;
}

.pl-5 {
    padding-left: 5.5rem;
}

/*--------------*/
.pr-1 {
    padding-right: 1.1rem;
}

.pr-2 {
    padding-right: 2.2rem;
}

.pr-3 {
    padding-right: 3.3rem;
}

.pr-4 {
    padding-right: 4.4rem;
}

.pr-5 {
    padding-right: 5.5rem;
}

/*--------------*/


@media (max-width: 480px) {
    .geographicBG {
        height: 300px;
    }
}

@media screen and (max-width: 560px) {
    .logosImgs img {
        max-width: 85px;
        max-height: 60px;
        margin: 3px 5px;
    }
}

@media only screen and (max-width: 600px) {
    .sitebanner>.leftsection {
        width: 100%;
    }

    .sitebanner .banner-bg {
        padding: 5% 3% 5% 4%;
        text-align: justify;
    }

    .sitebanner>.rightsection {
        display: none;
    }

    .section-divider hr {
        border-color: #f2f2f2;
        margin: 20px 0;
    }
}

@media (max-width: 640px) {
    .geographic-experience .col-6 {
        padding: 30px 10px;
    }
}

/* Additional Alignment Improvements */

/* Service List Alignment */
.serviceList li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.serviceList .iconLeft {
    flex-shrink: 0;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.serviceList .serviceInfo {
    flex: 1;
}

.serviceList .serviceInfo h5 {
    margin-bottom: 10px;
    line-height: 1.3;
}

.serviceList .serviceInfo p {
    line-height: 1.6;
    margin-bottom: 0;
    text-align: justify !important;
}

/* Company Info Section Alignment */
.ourCompanyInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.ourCompanyInfo h2 {
    margin-bottom: 25px;
}

.ourCompanyInfo p {
    text-align: left !important;
    text-align-last: left !important;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: justify !important;
}

/* Box List Alignment - True 2x2 Grid */
.boxList {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: 1fr 1fr !important;
    gap: 20px !important;
    margin-top: -80px; /* Move blocks upward to align with text */
    margin-bottom: 30px;
    max-width: 100% !important;
    width: 100% !important;
}

.boxList .whitePanel {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 15px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 220px;
    width: 100%;
}

.boxList .whitePanel:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(207, 35, 56, 0.2);
}

.boxList .whitePanel h6 {
    font-size: 14px;
    margin-bottom: 10px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.boxList .whitePanel ul {
    font-size: 12px;
    line-height: 1.4;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.boxList .whitePanel ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
}

.boxList .whitePanel ul li:before {
    content: "•";
    color: #cf2338;
    position: absolute;
    left: 0;
}

.boxList .whitePanel .icBox {
    margin-bottom: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxList .whitePanel .icBox img {
    width: 40px;
    height: 40px;
}

/* Responsive Design for About Section */
@media (max-width: 768px) {
    .boxList {
        grid-template-columns: 1fr !important;
        grid-template-rows: repeat(4, auto) !important;
        gap: 20px !important;
        margin-top: 20px !important;
        padding: 0 15px;
    }

    .boxList .whitePanel {
        height: auto !important;
        min-height: 180px;
        padding: 25px 20px;
    }

    .boxList .whitePanel h6 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .boxList .whitePanel p {
        font-size: 14px;
        line-height: 1.6;
    }
}

/* Tablet responsive for About section */
@media (min-width: 769px) and (max-width: 991px) {
    .boxList {
        gap: 20px;
        margin-top: -20px;
    }

    .boxList .whitePanel {
        padding: 30px 25px;
    }

    .boxList .whitePanel h6 {
        font-size: 20px;
    }

    .boxList .whitePanel p {
        font-size: 15px;
    }
}

/* Planning Section Alignment */
.planningSection .row {
    align-items: flex-start;
}

.planningSection .col-md-7 {
    margin-top: 0;
}

/* Responsive adjustments for mobile */
@media (max-width: 767px) {
    .boxList {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        margin-top: 20px; /* Reset margin on mobile */
        gap: 15px;
    }

    .boxList .whitePanel {
        min-height: 180px;
    }
}

.boxList .whitePanel:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #cf2338 0%, #0b1934 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.boxList .whitePanel:hover:before {
    transform: scaleX(1);
}

.boxList .icBox {
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.boxList .whitePanel:hover .icBox {
    transform: scale(1.1);
}

.boxList h6 {
    margin-bottom: 15px;
    text-align: center;
    transition: color 0.3s ease;
}

.boxList .whitePanel:hover h6 {
    color: #cf2338;
}

.boxList p {
    text-align: center;
    line-height: 1.5;
}

/* Footer Alignment */
.footerLinks ul {
    text-align: left;
}

.footerLinks ul li {
    margin-bottom: 8px;
}

.footerLinks ul li a {
    line-height: 1.5;
}

/* Title Alignment */
.title {
    text-align: center !important;
    position: relative;
    margin-bottom: 40px;
}

.title span {
    display: block;
    font-size: 0.7em;
    color: #cf2338;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsive Text Alignment */
@media (max-width: 768px) {
    .bannerText {
        text-align: center;
    }

    .ourCompanyInfo p {
        text-align: justify !important;
        text-align-last: center !important;
    }

    .serviceList li {
        flex-direction: column;
        text-align: center;
    }

    .serviceList .iconLeft {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .boxList {
        justify-content: center;
    }
}

/* Modern Animations and Effects */

/* Fade In Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Scale In Animation */
@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Slide In Animation */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Pulse Animation */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

/* Gradient Animation */
@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Apply animations to elements */
.animate-fade-in {
    animation: fadeInUp 0.6s ease-out;
}

.animate-scale-in {
    animation: scaleIn 0.5s ease-out;
}

.animate-slide-in {
    animation: slideInLeft 0.7s ease-out;
}

.animate-pulse {
    animation: pulse 2s infinite;
}

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}

/* Modern focus states */
*:focus {
    outline: 2px solid #cf2338;
    outline-offset: 2px;
}

/* Loading spinner */
.loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #cf2338;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width: 700px) {
    .geographic-experience {
        display: block;
    }

    .geographicInfo {
        padding: 40px 15px;
    }

    .geographicInfo p {
        text-align-last: center;
        text-align: center;
    }

    .nskservices .boxList .whitePanel {
        padding: 1px 1px;
    }

    .nskteam h5 {
        font-size: 12px;
    }
}

@media (max-width:767px) {
    .sitebanner>.leftsection {
        height: fit-content;
    }

    .sitebanner .banner-bg {
        padding: 3% 17% 7% 2%;
    }

    .sitebanner>.leftsection h3 {
        font-size: 17px;
        text-align: left;
    }

    .sitebanner>.rightsection {
        top: 150px;
        height: 343px;
    }

    .industries .rightsection .contents img {
        width: 100%;
        height: auto;
    }

    .section-divider hr {
        margin: 40px 0;
    }
}

/*slider media queries*/
@media screen and (max-width: 800px) {
    .logosImgs img {
        max-width: 125px;
        max-height: 88px;
        margin: 5px 8px;
    }

    .geographicInfo {
        margin: 0px;
        padding: 30px;
    }

    .geographic-experience .col-6 {
        /*padding: 30px 15px;*/
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        display: block;
    }

    .geographicBG {
        height: 270px;
    }
}

@media (max-width:992px) {
    .sitebanner>.rightsection {
        top: 220px;
    }
}