* {
    margin: 0px;
    padding: px;
}

/* @font-face {
    font-family: "SourceSansRegular";
    src: url("../fonts/SourceSans3-Regular.ttf") format("ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SourceSansLite";
    src: url("../fonts/SourceSans3-ExtraLight.ttf") format("ttf");
    font-weight: 300;
    font-style: normal;
} */

/* @font-face{
    font-family: "SourceSans300";
    src: url("../fonts/SourceSans3-Light.ttf") format("truetype");
}

@font-face{
    font-family: "SourceSans400";
    src: url("../fonts/SourceSans3-Regular.ttf") format("truetype");
} */

@font-face{
    font-family: "RalewayBold";
    src: url("../fonts/Raleway/Raleway-Bold.ttf") format("truetype");
}

@font-face{
    font-family: "RalewayRegular";
    src: url("../fonts/Raleway/Raleway-Medium.ttf") format("truetype");
}

@font-face{
    font-family: "RalewaySemiBold";
    src: url("../fonts/Raleway/Raleway-SemiBold.ttf") format("truetype");
}





/* ================ COMMON START ================  */

body {
    font-family: "SourceSans300" ,sans-serif !important;
}

.sections-container {
    padding: 128px 0px;
}

.sections-heading {
    font-size: 40px;
    color: #003763;
    font-weight: 300 !important;
    letter-spacing: -0.4px;
}

.p-color {
    color: #58595b;
    font-family: 'SourceSans400';
}

.h-color {
    color: #003763;
}

.textbox-text, .what-can-we-help-section a{
    font-family: 'SouceSanse400';
}

/* ================ COMMON END ================  */

/* ================ HEADER START ================  */

#navbarNavDropdown{
        justify-content: space-evenly;
    
}

.navbar {
    position: fixed !important;
    background: white !important;
    width: 100% !important;
    z-index: 9 !important;
    top: 0 !important;
    height:100px !important;
}

.show-on-mobile-logo{
    display: none !important;
}
.bg-image-section h1 {
    color: white;
    font-size: 56px;
}

.bg-image-section .border-div {
    position: absolute;
    bottom: 140px;
    width: 50px;
    /* bottom: 0; */
}

.strategy {
    background: #f5f6f8;
    height: 33px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.bg-image-section {
    background-size: cover;
    height: 510px !important;
}

.navbar-nav {
    flex-direction: row;
}
.navbar-collapse {
    justify-content: center;
}

nav {
    height: 77px;
    padding: 0px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-nav {
    text-transform: uppercase;
    font-size: 14px;
}

.navbar-nav li a {
    letter-spacing: 0.8px;
    color: #58595b;
}

.navbar-nav li a:hover {
    color: #003763;
}

.border-div {
    width: 40px;
    height: 4px;
    margin-bottom: 20px;
    background: #1bb680;
}

/* ================ HEADER END ================  */

/* ================ INDEX START ================  */

/* .bg-image-section {
    background:rgb(11,51,87);
    height: 475px !important;
    position: relative;
    top: 100px;
} */

.bg-image-section {
    background-image: url('../images/shutterstock_342415589.jpg');
background-size: cover;
background-position: center;
    height: 475px !important;
    position: relative;
    top: 100px;
}

.bg-image-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,0.5);
}

.overview-column {
    /* width: 845.33px !important; */
    width: 100% !important;
}

.consuling-services-column {
    width: 302px !important;
}

.overview-heading {
    margin: 32px 0px 0px 0px;
}

.overview-heading-p {
    font-size: 18px;
    font-family: 'SourceSans400';
    color: #58595B;
}

.overview-text {
    margin-top: 25.6px;
}

.overview-text p {
    font-size: 18px;
}

.consuling-services-column ul {
    list-style: none;
    margin-top: 1.5rem;
    padding-left: 0px;
}

.consuling-services-column ul li {
    text-decoration: none;
    margin-top: 16px;
}

.consuling-services-column ul li a {
    text-decoration: none;
    color: #58595b;
}

.help-our-clients,
.one-firm {
    background: #f5f6f8;
}


.saparator {
    background: #d1d3d4;
    height: 2px;
}

.help-our-clients .sections-heading {
    margin-bottom: 3rem;
}

.sub-heading {
    padding: 24px 0px 0px 0px;
    font-size: 24px;
}

.svg-container {
    width: 120px;
    height: 120px;
}
.svg-container img {
    padding: 8px;
}
.m-t {
    margin-top: 4rem !important;
}

.team-section {
    padding-bottom: 128px;
}

.team-section .sections-heading {
    margin-bottom: 3rem;
}

.team-image {
    width: 120px;
    height: 120px;
    margin: auto;
    margin-bottom: 1.25rem;
}
.team-image img {
    width: 100%;
    border-radius: 50%;
}

.team-section .card p {
    font-size: 18px;
}

.team-position {
    font-size: 14px !important;
    margin: 8px 0px 0px 0px;
}

.team-city {
    font-size: 12px !important;
    text-transform: uppercase;
    padding: 24px 0px 0px 0px;
    margin: 43.5px 0px 0px 0px;
}

.team-name {
    margin: 0px;
}

.team-section .card {
    padding: 48px 24px;
    border-radius: 0px;
    transition: padding 0.3s ease, border-radius 0.3s ease;
    transition-delay: 0.1s; /* Add a slight delay of 0.1 seconds */
}

.team-card-parent:hover {
    box-shadow: 2px 2px 20px lightgrey;
}

.one-firm-image,
.one-firm-text {
    /* width: 660px !important; */
    /* height:560px; */
    width: 50% !important;
    height: 650px;
}

.one-firm-text {
    background: #00315c;
    display: flex;
    align-items: center;
    position:relative;
}

.one-firm-image {
    padding: 0px !important;
}

/* .textbox {
    padding: 48px;
} */

.textbox {
    /* border: 1px solid white; */
    width: 70%;
    margin-left: 20px;
}

.textbox-heading {
    color: white;
    font-size: 36px;
    line-height: 3.1rem;
    font-family: 'RalewaySemiBold';
}

.textbox-text {
    color: white;
    padding: 32px 0px 0px 0px;
}

.textbox-text p {
    font-family: 'RalewayRegular';
    font-size: 14px;
    /* line-height: 28px; */
}





.textbox img {
    margin-bottom: 32px;
}

.textbox-button a {
    text-decoration: none;
    color: white;
    padding: 12px 16px;
    background: #1bb680;
    font-family: 'RalewayRegular';
    font-size: 18px;
}

.textbox-button {
    padding-top: 16px;
    margin-top: 58px;
}

.textbox-button a:hover {
    background: #14855e;
}

.what-can-we-help-section {
    /* background: #032f52; */
    /* background:#003763; */
    background: white;
    color: black;
}

.what-can-we-help-section h1 {
    padding: 47px 0px;
    margin: 0px;
    margin-top: 33px;
}

.what-can-we-help-section a {
    width: 170px;
    text-decoration: none;
    color: white;
    font-size: 18px;
}

.what-can-we-help-section .col-md-12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* ================ INDEX END ================  */

/* ================ FOOTER START ================  */

footer {
    background: #003763;
    color: white;
}

.logo-social-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo {
    /* width: 256px; */
    width: 320px;
}

.social-media-icons {
    width: 188px;
    display: flex;
    justify-content: space-between;
}

footer .container {
    padding: 64px 10px 98px 10px !important;
}

.footer-items-row {
    margin-top: 48px !important;
    padding: 48px 0px;
    border-top: 1px solid #335f82;
    border-bottom: 1px solid #335f82;
}

.footer-items-row h3 {
    font-size: 20px;
}

.footer-items-row ul {
    list-style: none;
    padding: 0px;
}

.footer-items-row ul li {
    margin-top: 8px;
}

.footer-items-row ul li a {
    color: white;
    text-decoration: none;
}

.footer-items-row ul li:hover a,
.privacy-policy a:hover {
    text-decoration: underline;
}

.privacy-policy {
    width: 350px;
    display: flex;
    justify-content: space-between;
}

.privacy-policy a {
    text-decoration: none;
    color: white;
}

.end-section {
    /* background: #032f52; */
    color: white;
}

.end-footer-text {
    font-size: 14px;
}

.end-footer-image {
    /* width: 300px; */
    width: 450px
    ;
}
.bd-top{
    display: none;
    border-top:.5px solid black;;
}

.menu-header{
    margin-top:48px !important; 
    display: flex;
    justify-content: space-between;
}

.show-on-mobile{
    display: none !important;
}

.what-do-we-offer .what-do-we-offer-textbox {
    background: #F5F6F8;
    border-radius: 10px;
    padding: 38px;
    border: 1px solid lightgrey;
    box-shadow: 5px 5px 20px lightgrey;
    height: 350px;
    overflow-y: auto;
}

.what-do-we-offer-textbox h3{
    font-size: 24px;
    font-family: 'SourceSans300';
    color: #003763;
}

.what-do-we-offer-textbox ul{
    padding-left:15px;
    font-size: 18px;
}

.what-do-we-offer-textbox ul li{
    list-style: auto;
}

.what-do-we-offer-textbox p{
    font-size: 18px;
}



/*       ScrollBar 1        */

#scrollbar1::-webkit-scrollbar, #scrollbar2::-webkit-scrollbar {
    width: 6px;
}

#scrollbar1::-webkit-scrollbar-track, #scrollbar2::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #e7e7e7;
    border: 1px solid #cacaca;
}

#scrollbar1::-webkit-scrollbar-thumb,#scrollbar2::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #003763;
}
/*       ScrollBar 2        */

#scrollbar::-webkit-scrollbar {
    width: 12px;
}

.show-on-desktop-logo{
    margin:0px !important;
}
/* ================ FOOTER END ================  */

.question-image-column{
    text-align: right;
}

.help-our-clients-section{
    height: 578px;
/* UI Properties */
background: transparent url('../images/help-our-client.png') 0% 0% no-repeat padding-box;
/* opacity: 0.2; */
background-size: cover;
position:relative;
/* margin-bottom: 150px; */
margin-bottom: 230px;
}

.help-our-clients-heading{
    font-size: 49px;
    padding:60px 0px;
}

.help-text-column {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #C7C7C729;
    border: 1px solid #D8DFE9;
    border-radius: 12px;
    opacity: 1;
    width: 420px !important;
    height: 258px !important;
    padding: 31px !important;
}

.help-our-clients-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(23, 146, 104);
    z-index: -1;
}

.our-appr-text-column{
    width: 310px !important;
    /* height: 333px !important; */
    background: #F8F6F9 0% 0% no-repeat padding-box;
    border-radius: 12px;
    opacity: 1;
    padding: 37px;
}

.m-t {
    margin-top: 15px !important;
}

.our-appr-section{
    padding:80px 0px 80px; 0px;
}

.our-appr-section h1{
    padding-bottom:30px;
}

.our-appr-svg p ,.our-appr-svg h4{
    padding:0px 10px;
}

.what-can-content {
    height: 250px !important;
    background: rgb(11,51,87);
    border-radius: 24px !important;
    margin-bottom: 47px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.what-can-content::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    border-radius: 24px;
    background-image: url('../images/what-can-we-help.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.what-can-content a {
    color: white;
    z-index: 2;
    background: rgb(27,182,128);
    text-align: center;
    padding: 11px;
    width: 210px;
    font-family: 'RalewaySemiBold';
    font-size: 20px;
}

.end-footer-image{
    margin-bottom:47px;
}

.who-are-we-section {
    margin-top: 192px;
    margin-bottom: 91px;
}

.who-are-we-textbox{
    width:629px !important;
}

.who-are-we-image {
    width: 474px !important;
    height: 250px;
}

.who-are-we-image img{
    border-radius: 15px;
}

.navbar{
    background: rgb(11,51,87) !important;
}

.strategy-textbox {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.strategy-textbox  p{
    color: white;
    font-size: 18px;
}

.content-switcher {
    width: 800px !important;
    display: flex;
    padding: 0px !important;
}

.switcher-box{
    width:200px;
    height: 103px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DFDFDF;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.switcher-box p {
    margin: 0px;
    padding-top: 8px;
}

.content-switcher a {
    text-decoration: none;
    color: black;
}

.what-do-we-offer-section {
    margin-bottom: 91px;
}

.what-do-we-offer-content {
    padding-top: 55px;
}

.content-textbox {
    /* border: 1px solid black; */
    width: 622px;
}

.content-textbox ul {
    list-style-type: none; /* Remove default list styles */
    padding-left: 0; /* Remove default padding */
}

.content-textbox ul li {
    counter-increment: list-counter;
    position: relative;
    padding: 1px 0px 1px 20px;
}

.content-textbox ul li::before {
    content: '';
    position: absolute;
    /* left: 20px; */
    left: 0px;
    width: 10px;
    height: 10px;
    top: 8px;
    border-radius: 50%;
    background-color: #0B3357;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

/* .content-textbox ul li::before {
    content: counter(list-counter);
    position: absolute;
    left: 0px;
    width: 18px;
    height: 18px;
    top:13px;
    border-radius: 50%;
    background-color: black;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
} */

.content-textbox p {
    /* padding-left: 50px; */
    /* line-height: 22px; */
}


.content-imagebox {
    width: 450px;
}

.content-imagebox img{
    border-radius: 15px;
}

.switcher-box.active {
    background-color: lightblue; /* Example highlight color */
}

.who-are-we-textbox h1, 
.what-do-we-offer-textbox  h1,
.help-our-clients-section h1, 
.our-appr-section h1,
.what-can-we-help-section h1,
.strategy-textbox h1{
    font-family: 'RalewayBold';
    font-size:42px;
}

.who-are-we-textbox p,
.what-do-we-offer-textbox p,
.switcher-box p {
    font-family: 'RalewayRegular';
    color: #000000;
    font-size: 16px;
    /* line-height: 22px; */
}

.help-text-column h4,
.our-appr-svg h4 {
    font-family: 'RalewaySemiBold';
    font-size: 20px;
    /* line-height: 30px; */
    text-align: left;
}

.help-text-column p, .our-appr-svg p {
    font-family: 'RalewayRegular';
    font-size: 14px;
    /* line-height: 22px; */
    text-align: left;
}


.strategy-textbox p{
    font-family:'RalewayRegular';

}

.divHide{
    display: none !important;
}
.divShow{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.test-div{
    width:100%;
    height:500px;
    background-color: rgb(9,51,88);
    position: relative;
}

/* .bg-image-section::before{
    content:'';
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    background-image: url('../images/strategy-bg.png');
    background-size: cover;
    z-index: 1; 
} */

/* .bg-image-section::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../images/shutterstock_342415589.jpg');
    background-size: cover;
    background-position: center;
    z-index: 0;
} */

#operational-phase p{
    padding:0px;
}

.textbox-text img {
    position: absolute;
    right: 55px;
    bottom: 28px;
    margin: 0px;
    width:190px;
}

.one-firm .container-fluid{
    display: flex;
    padding: 0px;
}

.modal-header .close{
    /* padding: 1rem;
    margin: -1rem -1rem -1rem auto; */
    background-color: transparent;
    border: 0;
}

#messageContainer{
    margin-top:20px;
}

.our-appr-svg img{
    margin-bottom: 15px;
}

.privacy-container {
    background: #0B3357;
}

.privacy-container a{
    text-decoration: none;
    color:white;
}

.privacy-policy{
    margin-top: 150px;
}

.privacy-policy h1{
    text-align: center;
}

.privacy-policy a {
    color: black;
    /* border: 1px solid black; */
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0px;
    background: #0b3357;
    color: white;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 30px;
    text-decoration: none !important; 
}

.container.privacy-policy {
    font-family: "RalewayRegular", sans-serif;
    font-size: 15px;
}

.container.privacy-policy h1, .container.privacy-policy li {
    font-family: "RalewayBold", sans-serif;
}

.row {
    width: 100%;
}
/* ================ MEDIA QUERY START ================  */

@media screen and (max-width: 430px) {

    .privacy-policy a {
        padding: 12px 63px;
    }

    .row{
        margin:auto !important;
    }

    .m-t {
        margin-top: 0px !important;
    }

    .bg-image-section{
        height:300px !important;
    }
    .bg-image-section::before{

        background-position: center;
    }

    .strategy-textbox  p {
        font-size: 16px;
    }

    .who-are-we-textbox h1, .what-do-we-offer-textbox  h1, .help-our-clients-section h1, .our-appr-section h1, .what-can-we-help-section h1, .strategy-textbox h1 {
        font-family: 'RalewayBold';
        font-size: 30px;
        text-align: center;
    }

    .who-are-we-section {
        margin-top: 145px;
        margin-bottom: 80px;
    }

    .who-are-we-section p{
        text-align: center;
    }

    .who-are-we-textbox {
        order: 2;
        margin-top: 20px !important;
    }

    .help-our-clients-section {
        height:auto;
    }

    .help-our-clients-heading {
        padding: 30px 0px;
    }

    .help-text-column {
        width: 100% !important;
        margin: 15px 0px;
    }

    .help-our-clients-section .row{
        margin:0px  !important;
    }

    /* .help-our-clients-section {
        margin-bottom: 0px;
    } */
    .help-our-clients-section {
        margin-bottom: 40px;
    }

    /* .our-appr-section {
        padding: 60px 0px 60px;
    } */

    .our-appr-section {
        padding: 0px 0px 40px;
    }

    .our-appr-text-column {
        width: 405px !important;
        padding: 10px;
        margin: 15px 0px;
    }

    .our-appr-svg p {
        padding: 1px 10px;
    }

    .our-appr-svg img{
        width:100px;
    }

    .one-firm .row{
        flex-direction: column;
    }

    .what-can-we-help-section h1 {
        padding: 60px 0px;
        margin-top: 0px;
    }

    .what-can-content a {
        width: 210px !important;
    }
    
    .what-can-content a {
        font-size: 18px;
    }

    .content-switcher {
        flex-direction: column;
    }

    .switcher-box {
        width: 100%;
    }

    .divShow {
        flex-direction: column;
    }
    .content-imagebox {
        width: 50%;
    }

    .content-textbox h2{
        text-align: center;
    }

    #initiation-phase, #development-phase, #implementation-phase, #operational-phase{
        flex-direction: column;
    }

    #initiation-phase .content-textbox, #development-phase .content-textbox, #implementation-phase .content-textbox, #operational-phase .content-textbox{
        width:100%;
        order:2;
        margin-top: 20px;
    }

    .content-textbox p {
        padding-left: 0px;
    }

    .one-firm-text {
        height: auto;
    }

    .what-can-content {
        height: 100px !important;
        width: 95% !important;
        margin: auto;
    }

    .textbox-text img {
        display: none;
    }

    .who-are-we-image {
        width: 100% !important;
        /* margin: auto; */
    }

    .navbar {
        position: fixed !important;
        top: 0 !important;
        width: 100% !important;
        background: rgb(11, 51, 87) !important;
        z-index: 9 !important;
    }

    .navbar .container-fluid {
        z-index: 999 !important;
        
        background: rgb(11, 51, 87) !important
    }
    .sections-heading{
        font-size: 32px;
    }

    .sections-container {
        padding: 64px 0px;
        /* margin-top:77px; */
    }

    .bd-top{
        display: block;
    }

    .team-section {
        padding-bottom: 64px;
    }

    .textbox-heading {
        font-size: 29px;
        line-height: inherit;
    }

    .textbox {
        padding: 20px;
        text-align: center;
        width: 100%;
        margin: 0px;
    }

    .textbox-button {
        padding-top: 16px;
        margin-top: 0px;
    }

    .what-can-we-help-section .col-md-12 {
        flex-direction: column;
        padding: 32px 10px;
    }

    .what-can-we-help-section h3 {
        width: 100%;
        padding: 0px 0px 27px 0px;
    }

    .what-can-we-help-section a {
        width: 100%;
    }

    .logo-social-column {
        flex-direction: column;
    }

    .social-media-icons {
        margin-top: 24px;
        justify-content: space-around;
    }

    .one-firm-image {
        height: 240px;
        width: 100% !important;
    }

    .one-firm-text {
        width: 100% !important;
    }

    .textbox img {
        margin-bottom: 24px;
        /* width:200px !important; */
        width:100% !important;
    }

    .sub-menu{
        display: none;
    }

    .footer-items-row {
        border-top: none;
        border-bottom: none;
    }

    .menu-header{
        margin-top:0px !important; 
    }
    /* .footer-items-row .col-md-4{
        border-top: 1px solid #335f82;
    }    */

    .show-on-mobile{
        display:block !important;
        
    }

    .show-on-desktop{
        display:none !important;
    }

    .copyright-column {
        flex-direction: column;
    }

    .privacy-policy {
        padding-top: 16px;
        justify-content: space-evenly;
    }

    .end-section .col-md-12{
        flex-direction: column;
    }

    .end-footer-text {
        padding: 16px 0px;
    }

    .strategy{
        display: none ;
    }

    .bg-image-section h1 {
        bottom: 20px;
        font-size: 35px;
        padding: 10px;

    }

    .bg-image-section .border-div {
        bottom: 85px;
        left: 10px;
    }

    .show-on-desktop-logo{
        display: none !important;
    }

    .show-on-mobile-logo{
        display: block !important;
        margin:0px !important;

    }

    .overview-column {
        margin-top: 32px !important;
    }

    .end-footer-image {
        width: 350px;
        height: 80px;
        display: flex;
        align-items: center;
    }

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

    .svg-container {
        margin: auto;
    }

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

    .what-can-we-help-section{
        text-align: center !important;
    }



    .help-our-clients-text p{
        text-align: center;
    }

    .help-our-clients .sections-heading{
        text-align: center;
    }

    .help-our-clients .col-md-12 {
        width: 88%;
        margin: auto;
    }

    .our-approach-column {
        /* background: silver; */
        width: 80% !important;
        margin: auto !important;
    }

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

    .our-approach-section{
        text-align: center;
    }

    .what-can-we-help-section {
        margin-top: 30px;
    }

    .one-firm .container-fluid{
        flex-direction: column;
    }
    
}

@media screen and (min-width:720px) and (max-width:1800px){



    .help-our-clients-section {
        margin-bottom: 130px;
    }

    .bg-image-section {
        background-image: url('../images/shutterstock_342415589.jpg');
        background-size: cover;
        background-position: center;
        /* background: rgb(11,51,87); */
        height: 380px !important;
        position: relative;
        top: 100px;
    }

    .who-are-we-textbox h1, .what-do-we-offer-textbox  h1, .help-our-clients-section h1, .our-appr-section h1, .what-can-we-help-section h1, .strategy-textbox h1 {
        font-family: 'RalewayBold';
        font-size: 35px;
    }

    .strategy-textbox  p {
        color: white;
        font-size: 14px;
    }

    .row{
        /* width:1200px !important; */
        width: 100% !important;
        margin:auto !important;
    }

    .who-are-we-image {
        width: 474px !important;
        height: 300px;
    }

    .who-are-we-textbox p, .what-do-we-offer-textbox p, .switcher-box p {
        font-family: 'RalewayRegular';
        color: #000000;
        font-size: 14px;
    }

    .content-textbox h2 {
        font-family: 'RalewayBold';
        font-size: 30px;
    }

    .content-imagebox {
        width: 350px;
    }

    .content-textbox {
        /* border: 1px solid black; */
        width: 740px;
    }

    .content-textbox ul li, .content-textbox p {
        font-size: 14px;
    }

    .help-text-column {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 10px #C7C7C729;
        border: 1px solid #D8DFE9;
        border-radius: 12px;
        opacity: 1;
        /* width: 380px !important; */
        width: 31% !important;
        height: auto !important;
        padding: 40px 20px!important;
    }

    .help-text-column h4, .our-appr-svg h4 {
        font-family: 'RalewayBold';
        font-size: 16px;
        /* line-height: 30px; */
    }

    .help-text-column p, .our-appr-svg p {
        font-size: 13px;
    }

    .our-appr-section {
        padding: 20px 0px 40px;
    }

    .our-appr-text-column {
        /* width: 285px !important; */
        width:23% !important;
        padding: 0px;
    }

    .our-appr-svg {
        padding: 30px 0px;
    }

    .our-appr-svg img {
        width: 90px;
        margin-bottom:15px;
    }


    .our-appr-svg p {
        padding: 1px 10px;
        margin-bottom: 0px;
    }
    .end-footer-image {
        width: 350px;
    }

    .switcher-box {
        width: 180px;
        height: 90px;
    }

    .one-firm-img{
        width:350px !important;
    }

    .one-firm-image, .one-firm-text {
        height: 600px;
    }

    .what-can-content a {
        padding: 11px;
        width: 180px;
        font-size: 14px;
    }

    .textbox-text p{
        font-size: 13px;
    }

    .help-our-clients-heading {
        padding: 40px 0px;
    }

    .what-can-we-help-section h1 {
        margin-top: 0px;
    }

    .show-on-desktop-logo img {
        width: 350px !important;
    }

}

/* ================ MEDIA QUERY END ================  */

