@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:wght@400;700;800&family=Roboto:wght@100;300;400;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:wght@400;700;800&family=Roboto:wght@100;300;400;700;900&family=Rufina:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');


body{
    overflow-x: hidden;
    padding: 0px !important;
    margin: 0;
    background-color: #f7f2e8 !important;
}
html {
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
}
.common-width {
    width: 1150px;
    margin: 0px auto !important;
}
.custom-width {
    width: 800px;
    margin: 0px auto !important;
}
.head-font {
    font-family: 'DM Serif Display', serif !important;
}
.para-font {
    /*font-family: 'Rufina', serif !important;*/
    font-family: 'Lora', serif !important;
}
.prime-color {
    color: #7d0028;
}
.white {
    color: white;
}
a {
    text-decoration: none !important;
    cursor: pointer;
}
.m-0 {
    margin: 0;
}
.padding-container {
    padding: 1rem 3rem;
}
.content-p {
    font-size: 16px;
    line-height: 1.2;
    /*text-align: justify;*/
}
.text-bold {
    font-weight: bold;
}

.pr-adj {
    padding-right: 4rem !important;
}

.fixed-nav-margintop {
    margin-top: 3.5rem;
}

.font-italic {
    font-style: italic;
}

.font-bold {
    font-weight: bold;
}

/* HEADER START */
.header-section {
    width: 100%;
    position: fixed;
    transition: 0.8s ease-in-out;
    z-index: 4;
}
.nav-active-white {
    background-color: #f7f2e8;
}
/*.nav-active-white *{*/
/*    color: #7d0028 !important;*/
/*}*/
/*.burger-active-white div{*/
/*    background-color: #7d0028  !important;*/
/*}*/
.header-name, .header-mail {
    color: #7d0028;
}
.header-right {
    float: right;
}
.header-mail {
    margin-right: 20px;
}
.header-mail-nav {
    margin-right: 50px;
}
.hyperlink-text {
    text-decoration: underline !important;
    color: #7d0028;
}

#toggle {
    display: none;
}
/** Hamburger **/
.hamburger {
    position: relative;
    /* top: 5em;
    right: 5%;
    margin-left: -2em;
    margin-top: -45px;
    width: 2em;
    height: 45px; */
    z-index: 5;
}
.hamburger div {
    width: 30px;
    height: 2px;
    border-radius: 25px;
    background-color: #7d0028;
    margin-bottom: 3px;
    transition: all 1s ease-in-out;
}
/** Nav Styles **/
.nav {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #7d0028;
    top: -100%; 
    left: 0;
    /*overflow: hidden;*/
    transition: all 1s ease-in-out;
    transform: scale(0);
}
.nav-wrapper {
    position: relative;
    /*overflow: hidden;*/
    width: 100%;
     overflow-y: auto; 
     height: 100vh;
}
nav {
    text-align: left;
    /*margin-left: 3rem;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*height: 88vh;*/
}
.nav-links {
    width: fit-content;
    display: inline-block;
    color: #f7f2e8;
    background-color: transparent;
    border: none;
    font-size: 12.6rem;
    line-height: 1;
    transition: color 0.2s ease-in-out;
    letter-spacing: 1px;
}
/* nav a:before {
    content: '';
    height: 0;
    position: absolute;
    width: 0.25em;
    background-color: white;
    left: -0.5em;
    transition: all 0.2s ease-in-out;
} */
/* nav a:hover {
    color: white;
} */
/* nav a:hover:before {
    height: 100%;
} */
.nav-social-flex {
    display: flex;
}
.nav-social-items {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 1.5rem;
}
.nav-social-items a {
    color: white;
    font-size: 18px;
}
/** Animations **/
#toggle:checked + .hamburger .top-bun {
    background-color: #fff;
    transform: rotate(-45deg);
    margin-top: 6px;
}
/* #toggle:checked + .hamburger .bottom-bun {
    opacity: 0;
    transform: rotate(45deg);
} */
#toggle:checked + .hamburger .meat {
    background-color: #fff;
    transform: rotate(45deg);
    margin-top: -4px;
}
#toggle:checked + .hamburger + .nav {
    top: 0;
    transform: scale(1);
    z-index: 4;
}

/*#toggle:checked + .hamburger + .nav *{*/
/*    z-index: 4;*/
/*}*/
/* HEADER END */

.banner-section {
    margin-bottom: 10rem;
    overflow: hidden;
}

.small-title {
    color: #7d0028;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    margin: 0;
    margin-top: 4rem;
    margin-bottom: 5px;
}
.big-title {
    color: #7d0028;
    font-size: 66px;
    line-height: 1;
    text-align: center;
    margin: 0;
}
.article-title {
    color: #7d0028;
    font-size: 36px;
    line-height: 1;
    text-align: center;
    margin: 0;
}
.article-sub-title {
    color: #7d0028;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    margin: 20px 0 10px;
}
.article-main-img {
    width: inherit;
    margin: 10px 0;
}

.article-p {
    color: #666565;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
    /*text-align: justify;*/
}

.publish-here-text {
    color: #666565;
    font-size: 18px;
    font-style: italic;
    line-height: 1.4;
    margin-bottom: 10px;
}

.image-credit-text {
    color: #666565;
    font-size: 18px;
    font-style: italic;
    line-height: 1.4;
    margin-bottom: 10px;
}

.article-img-caption {
    color: #666565;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
    /*text-align: justify;*/
}

.expert-tip {
    font-style: italic;
    font-weight: bold;
}

/*.article-p b {*/
/*    color: #000;*/
/*}*/

.view-pdf {
    display: inline-block;
    font-size: 18px;
    color: #7d0028;
    transition: .5s ease;
}

.view-pdf:hover {
    transform: scale(1.05);
}

.arrow-img {
    height: 10px;
    margin-left: 1rem;
}

.b-right-section {
    position: relative;
}

.b-right-section div {
    position: absolute;
    right: 0;
    bottom: 0;
    /*z-index: -1;*/
    margin-right: 3rem;
}

.b-right-img {
    width: 400px;
    margin-bottom: 0.5rem;
}

.b-right-section div p {
    font-size: 10px;
    color: #7d0028;
    text-align: right;
    margin-bottom: 1rem;
}

.footer-section {
    padding: 3rem;
}

.footer-section *{
    color: #7d0028;
}

.footer-section a{
    line-height: 1.2;
    display: block;
}

.footer-head {
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
}

.footer-flex {
    margin-top: 2rem;
    display: flex;
    font-size: 16px;
}

.footer-flex div {
    margin-right: 3rem;
}

.home-top-section {
    padding: 1rem 0;
}

.home-top-section p {
    color: #7d0028;
    font-size: 12.6rem;
    line-height: 0.75;
    margin-bottom: 0;
}

.three-grid-section {
    padding: 1rem 0;
    margin-bottom: 3rem;
    position: relative;
    /*z-index: -1;*/
}

.home-left-text {
    color: #7d0028;
    font-size: 28px;
    line-height: 0.8;
    margin-bottom: 0;
}

.home-center-img {
    /*float: right;*/
    width: 100%;
    margin-bottom: 10px;
}

.home-center-img-caption {
    font-size: 10px;
    line-height: 1.2;
    color: #7d0028;
}




.services-section {
    margin: 4rem 0;
}

.services-row {
    /*--bs-gutter-x: 1.5rem;*/
    /*--bs-gutter-y: 0;*/
    display: flex;
    flex-wrap: wrap;
}

.services-row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}

.accordion-tab {
    border-bottom: 1px solid #7d0028;
}

.accordion-tab:last-child {
    border-bottom: unset;
}

.accordion-tab .big-title {
    width: 100%;
    position: relative;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    /*z-index: -1;*/
}

/*.accordion-tab span::after {*/
/*    content: '+';*/
/*    position: absolute;*/
/*    right: 1rem;*/
/*    font-size: 4rem;*/
/*    transition: transform 0.5s;*/
/*}*/
  
.accordion-content {
    margin: 0.2rem auto;
    display: grid;
    /*grid-template-rows: 0fr;*/
    transition: all 2s ease;
}

.accordion-content div {
    overflow: hidden;
}
  
.expand .accordion-content {
    /*grid-template-rows: 1fr;*/
    margin: 0;
    /*position: relative;*/
    /*top: -18%;*/
    /*z-index: -1;*/
}
  
.expand span::after {       
    content: '+';
    position: absolute;
    right: -1rem;
    font-size: 4rem;
    font-weight: 400;
    transition: all 1s ease;
}

.sup-num {
    font-size: 14px;
    margin-right: 3rem;
    margin-top: -2%;
}

.accordion-btm-txt {
    /*padding: 0.5rem 5rem;*/
    text-align: left;
    text-transform: uppercase;
    color: #7d0028;
    font-size: 33px;
    line-height: 1;
    margin-bottom: 20px;
}    

.acc-offset-left {
    margin-left: 45%;
    padding-right: 2rem;
    width: auto;
}

/* hide the default arrow */
details > summary {
  list-style: none;
}
details summary::-webkit-details-marker {
  display: none;
}

/* general styles */
details {
  margin-bottom: 12px;
  /*border-radius: 8px;*/
}

summary {
  /*background-color: #3a1c71;*/
  /*color: #ebe8f0;*/
  padding: 1rem;
  /*font-weight: 700;*/
  letter-spacing: 2px;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  /*border-top-left-radius: 24px;*/
  /*border-bottom-right-radius: 24px;*/
}

.icon svg {
  transition: all 0.35s ease-out;
}

details > div {
  /*background-color: #ebe8f0;*/
  padding: 1rem 2rem;
}

/* open state */
details[open] summary span::after {
  content: '—';
  font-size: 3rem;
  transition: all 1s ease;
}

details[open] > div {
  border-bottom-right-radius: 24px;
  transition: all 2s ease;
}

/*details[open] .icon svg {*/
/*  transform: rotateX(180deg);*/
/*  transition: all 2s ease;*/
/*}*/

















.work-section {
    margin: 5rem 0 0;
}

/*.work-section *{*/
/*    z-index: -1;*/
/*}*/



[data-tab-content] {
  display: none;
}

.active[data-tab-content] {
  display: block;
}

.tabs {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 4rem 0 2rem !important;
  margin: 0;
}

.tab {
  cursor: pointer;
  margin: 0 auto;
}

.tab.active {
  border-bottom: 1px solid #7d0028;
  transition: .3s ease;
}

.tab:hover {
  transform: scale(1.1);
  transition: .3s ease;
}

.tab-content {
    padding: 0 !important;
}

.work-row {
    border-top: 1px solid #7d0028;
    width: 100% !important;
    margin: 0 auto 8rem !important;
}

.work-row > div{
    padding: 0;
}

.cus-md-30-L {
    flex: 0 0 auto;
    width: 28% !important;
}

.cus-md-60-C {
    flex: 0 0 auto;
    width: 40% !important;
}

.cus-md-30-R {
    flex: 0 0 auto;
    width: 32% !important;
}

.cus-md-30-L {
    border-right: 1px solid #7d0028;
    color: #7d0028;
}

.work-left-div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 1rem 1rem 0 0;
    height: 95%;
}

.work-left-span {
    position: absolute;
    font-size: 10px;
    margin-top: 6px;
}

.work-right-p {
    padding-left: 4rem;
    margin-bottom: 0;
} 

.work-title {
    font-size: 30px;
    line-height: 0.9;
    margin-bottom: 10px;
}

.work-center-div {
    margin: 1rem 1rem 0 1rem;
    height: 95%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.work-scope {
    color: #7d0028;
    font-size: 10px;
    /*margin: 2.6rem 0;*/
}

.work-scope-content {
    color: #666565;
    /*margin-top: 5rem;*/
}

.read-story-link {
    font-size: 16px;
    color: #7d0028;
}

.read-story-link img{
    display: inline-block;
}

.read-story-link:hover img{
    transform: translateX(30%);
    transition: 0.5s;
}

.work-right-div {
    /*height: 100%;*/
    margin: 1rem 0 0 1rem;
}

.work-right-div img{
    width: 100%;
     aspect-ratio:1/1;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.accordion-content a, .articleContentAnime a {
    text-decoration:underline !important;
}


.articleContentAnime > *  {
        color: #666565;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
    font-family: 'Lora', serif !important;
}


.testimonial-section {
    color: #7d0028;
    margin-bottom: 10rem;
}

.testimonial-link {
    color: #7d0028;
}

.testimonial-content {
    padding: 0 14rem;
    margin: 2rem 0;
    text-align: center;
}

.testimonial-buttons {
    width: auto !important;
    opacity: 1 !important;
    height: fit-content;
    top: 50% !important;
    transform: translateY(-50%);
}

.test-left-arrow {
    height: 10px;
    -moz-transform: scale(-1);
    -o-transform: scale(-1);
    -webkit-transform: scale(-1);
    transform: scale(-1);
}

.test-right-arrow {
    height: 10px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-image: unset !important;
}



.clients-section-services {
    margin: 0 0 12rem;
}

.clients-section-home {
    margin: 0 0 4rem;
}

.client-grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 30px;
}

.client-img {
    width: 100%;
}

.nav-links-flex {
    padding: 0 !important;
}

.header-right-desk {
    float: right;
}

/*ANIMATION START*/

.articleImageAnime {
    animation-name: articleImageAnime;
    animation-duration: 2s;
}

.articleTitleAnime {
    visibility: hidden;
    opacity: 0;
    animation-name: articleTitleAnime;
    animation-duration: 1s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
    position: relative;
    z-index: -1;
}

.articleContentAnime {
    visibility: hidden;
    opacity: 0;
    animation-name: directFadeInUp;
    animation-duration: 1s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    overflow: hidden;
}

.home-textanime-container {
    height:152px;
    margin: 0 auto;
    position:relative;
    overflow:hidden;
}

.anime-text {
    display:inline;
    position:relative;
}

.anime-text1 {
    animation-name: intro;
    animation-duration:1.2s;
    animation-iteration-count:1;
    animation-timing-function:ease;
    animation-delay:0s;
    animation-fill-mode:backwards;
}

.anime-text2 {
    animation-name: intro;
    animation-duration:1.2s;
    animation-iteration-count:1;
    animation-timing-function:ease;
    animation-delay:0.2s;
    animation-fill-mode:backwards;
}

.anime-text3 {
    animation-name: intro;
    animation-duration:1.2s;
    animation-iteration-count:1;
    animation-timing-function:ease;
    animation-delay:0.4s;
    animation-fill-mode:backwards;
}

.anime-text4 {
    animation-name: intro;
    animation-duration:1.2s;
    animation-iteration-count:1;
    animation-timing-function:ease;
    animation-delay:0.6s;
    animation-fill-mode:backwards;
}
 
 @keyframes intro {
    0% {
        top:150px;
    }
    100% {
        top:0%;
    }
}
/*ANIMATION END*/

/*BLOG PAGE CSS START*/
.blog-grid {
    padding-top: 2rem;
    padding-bottom: 8rem;
}

.blog-grid-img img {
    width: 100%;
    border-radius: 6px;
}

.blog-category {
    color: #666565;
    font-size: 10px;
    line-height: 1;
    margin: 10px 0;
}

.blog-title {
    color: #7d0028;
    font-size: 16px;
    line-height: 1;
    margin: 10px 0;
}

.read-blog-link {
    font-size: 16px;
    line-height: 1;
    display: block;
    margin-top: 2rem;
    margin-bottom: 3rem;
    color: #7d0028;
}

.read-blog-link img {
    display: inline-block;
}

.read-blog-link:hover img {
    transform: translateX(30%);
    transition: 0.5s;
}
/*BLOG PAGE CSS START*/









/********************     MEDIA QUERIES     ********************/



/* HIDDEN ON DESKTOP */
@media only screen and (min-width: 1200px) {
    .deskhide {
        display: none;
    }
    
    .directFadeInUp {
        animation-name: directFadeInUp;
        animation-duration: 1s;
    }
    
    .fadeInUpDesk {
        opacity:0;
        transform: translateY(40%);
        transition: all 1s ease;
    }


}


/* IPAD PRO VIEW CSS */
@media (min-width: 992px) and (max-width: 1199px) {
    .deskhide {
        display: none;
    }
    .directFadeInUp {
        animation-name: directFadeInUp;
        animation-duration: 1s;
    }
    .fadeInUpDesk {
        opacity:0;
        transform: translateY(40%);
        transition: all 1s ease;
    }
    body {
        overflow-x: hidden;
    }
    .common-width {
        width: auto;
    }
    .custom-width {
        width: auto;
    }
    /*.row>* {*/
    /*    padding-left: 30px !important;*/
    /*    padding-right: 30px !important;*/
    /*}*/
    .padding-container {
        padding: 1rem 30px;
    }
    .header-section, .header-section-nav {
        padding: 1rem !important;
    }
    .header-name, .header-name-nav {
        font-size: 16px;
    }
    .mob-v-center {
        align-items: center;
    }
    .hamburger div {
        width: 40px;
        height: 0.5px;
        margin-bottom: 5px;
    }
    .toggled-navlinks .row .col-12 {
        padding: 0 !important;
    }
    .nav-links {
        font-size: 7.5rem;
    }
    .home-textanime-container {
        height: 125px;
    }
    .home-top-section {
        padding: 1rem;
    }
    .home-top-section p {
        font-size: 10rem;
    }
    .three-grid-section {
        padding: 1rem;
    }
    .footer-section {
        padding: 3rem 1rem;
    }
    .b-right-section div {
        margin-right: 1rem;
    }
    .services-section {
        margin: 4rem 1rem 2rem;
    }
    .work-section {
        margin: 4rem 1rem 0;
    }
    .testimonial-content {
        padding: 0 4rem;
    }
    .banner-section {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .nav-links-flex {
        padding: unset !important;
    }
}

/* IPAD VIEW CSS */
@media (min-width: 768px) and (max-width: 991px) {
    .mobhide {
        display: none;
    }
    .directFadeInUpMob {
        animation-name: directFadeInUp;
        animation-duration: 1s;
    }
    .fadeInUpMob {
        opacity:0;
        transform: translateY(40%);
        transition: all 1s ease;
    }
    body {
        overflow-x: hidden;
    }
    .common-width {
        width: auto;
    }
    .custom-width {
        width: auto;
    }
    .row>* {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .padding-container {
        padding: 1rem 30px;
    }
    .header-section, .header-section-nav {
        padding: 1rem !important;
    }
    .header-name, .header-name-nav {
        font-size: 24px;
    }
    .mob-v-center {
        align-items: center;
    }
    .hamburger div {
        width: 40px;
        height: 0.5px;
        margin-bottom: 5px;
    }
    .toggled-navlinks .row .col-12 {
        padding: 0 !important;
    }
    .nav-links {
        font-size: 7.5rem;
    }
    /*.nav-social-flex {*/
    /*    display: block;*/
    /*}*/
    .mob-b-right-section{
        padding: 0 30px;
    }
    .b-right-img {
        width: 100%;
        margin-bottom: 0;
    }
    .footer-section {
        padding: 2rem 30px 3rem;
    }
    .footer-head {
        font-size: 30px;
        /*line-height: 0.8;*/
    }
    .footer-flex {
        font-size: 20px;
        margin: 1rem auto;
        justify-content: space-between;
    }
    .footer-flex div {
        margin-right: 0;
    }
    .b-right-section div {
        /*margin-right: 16px;*/
        right: unset;
        padding-left: 30px;
        /*padding-top: 1rem;*/
        padding-bottom: 1rem;
    }
    .b-right-section div p {
        font-size: 18px;
        margin-bottom: 6px;
    }
    
    .fixed-nav-margintop {
        margin-top: 5rem;
    }
    .home-textanime-container {
        height: 94px;
    }
    .home-top-section p {
        font-size: 7.5rem;
    }
    .three-grid-section {
        margin-bottom: 0;
    }
    .home-left-text {
        font-size: 46px;
    }
    .home-center-img {
        float: unset;
        width: 100%;
        margin-top: 10px;
    }
    .home-center-img-caption {
        font-size: 14px;
    }
    .three-grid-section .row .col-md-4:nth-child(1) {
        order: 2;
    }
    .three-grid-section .row .col-md-4:nth-child(2) {
        order: 1;
    }
    .three-grid-section .row .col-md-4:nth-child(3) {
        order: 3;
        margin-top: 2rem;
    }
    .pr-adj {
        padding-right: 2rem !important;
    }
    
    .services-section {
        margin: 8rem 30px 1rem;
    }
    details {
        margin-bottom: 30px;
    }
    details > summary {
        padding: 1rem 0;
    }
    .big-title {
        font-size: 30px;
        line-height: 0.8;
    }
    .content-p {
        font-size: 20px;
        line-height: 1.3;
    }
    .accordion-tab .big-title {
        letter-spacing: 1px;
        margin-bottom: 2rem;
    }
    .sup-num {
        font-size: 16px;
        margin-right: -2rem;
        margin-top: -5%;
        letter-spacing: unset;
    }
    .expand span::after {
        right: 0rem;
        font-size: 3rem;
    }
    details[open] summary span::after {
        font-size: 2.5rem !important;
    }
    details[open] > div {
        padding: 0;
    }
    .acc-offset-left {
        margin-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .accordion-btm-txt {
        font-size: 30px;
        margin-bottom: 50px;
    }
    .testimonial-content {
        padding: 0;
    }
    
    .banner-section {
        margin-bottom: 3rem;
    }
    .small-title {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .article-title {
        font-size: 30px;
    }
    .article-p {
        font-size: 18px;
        line-height: 1.3;
        /*text-align: left;*/
    }
    .article-main-img {
        margin: 1rem 0;
    }
    .view-pdf {
        font-size: 16px;
    }
    .read-story-link {
        font-size: 20px;
    }
    .arrow-img {
        height: 10px;
        margin-left: 1rem;
    }
    .cus-md-30-L {
        width: 55% !important;
    }
    .cus-md-60-C {
        width: 100% !important;
    }
    .cus-md-30-R {
        width: 45% !important;
    }
    .cus-md-30-L {
        border-right: unset;
    }
    .work-row {
        margin: 0 auto 6rem !important;
    }
    .work-row > div:nth-child(1) {
        order: 1;
    }
    .work-row > div:nth-child(2) {
        order: 3;
    }
    .work-row > div:nth-child(3) {
        order: 2;
    }
    .work-left-div {
        height: 30%;
    }
    .work-left-span {
        font-size: 14px;
        margin-top: 3px;
    }
    .work-right-div {
        margin: 1rem 0 1rem;
    }
    .work-row > div {
        padding: 0 !important;
    }
    .work-center-div {
        margin: 0;
        height: unset;
    }
    .work-scope {
        font-size: 14px;
    }
    .tabs {
        flex-wrap: wrap;
        padding: 2rem 30px !important;
    }
    .tab {
        flex: 1 1 auto;
        margin: 5px 34px;
        text-align: center;
    }
    .testimonial-section {
        margin-bottom: 5rem;
    }
    .testimonial-buttons {
        top: 0 !important;
    }
    .clients-section-services {
        margin: 0 0 4rem;
    }
    .clients-section-home {
        margin: 0 0 4rem;
    }
    .nav-links-flex {
        padding: unset !important;
    }
}

/* MOBILE VIEW CSS */
@media only screen and (max-width: 767px) {
    .mobhide {
        display: none;
    }
    .directFadeInUpMob {
        animation-name: directFadeInUp;
        animation-duration: 1s;
    }
    .fadeInUpMob {
        opacity:0;
        transform: translateY(40%);
        transition: all 1s ease;
    }
    body {
        overflow-x: hidden;
    }
    .row>* {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .common-width {
        width: auto;
    }
    .custom-width {
        width: auto;
    }
    .padding-container {
        padding: 1rem 16px;
    }
    .header-name, .header-name-nav {
        font-size: 20px;
    }
    .mob-v-center {
        align-items: center;
    }
    .nav-links {
        font-size: 3.5rem;
    }
    .nav-social-flex {
        display: block;
    }
    
    .mob-b-right-section{
        padding: 0 16px;
    }
    .b-right-img {
        width: 100%;
        margin-bottom: 0;
    }
    .footer-section {
        padding: 2rem 16px 3rem;
    }
    .footer-head {
        font-size: 24px;
        /*line-height: 0.8;*/
    }
    .footer-flex {
        margin: 1rem auto;
        justify-content: space-between;
    }
    .footer-flex div {
        margin-right: 0;
    }
    .b-right-section div {
        margin-right: 16px;
        right: unset;
        padding-left: 16px;
        /*padding-top: 1rem;*/
        padding-bottom: 1rem;
    }
    .b-right-section div p {
        font-size: 16px;
        margin-bottom: 6px;
    }
    
    .fixed-nav-margintop {
        margin-top: 5.5rem;
    }
    .home-textanime-container {
        height: 45px;
    }
    .home-top-section p {
        font-size: 3.5rem;
    }
    .three-grid-section {
        margin-bottom: 0;
    }
    .home-left-text {
        font-size: 24px;
    }
    .three-grid-section .row .col-md-4:nth-child(1) {
        order: 2;
    }
    .three-grid-section .row .col-md-4:nth-child(2) {
        order: 1;
    }
    .three-grid-section .row .col-md-4:nth-child(3) {
        order: 3;
        margin-top: 2rem;
    }
    .pr-adj {
        padding-right: 2rem !important;
    }
    
    .services-section {
        margin: 5.5rem 16px 1rem;
    }
    details {
        margin-bottom: 15px;
    }
    details > summary {
        padding: 1.2rem 0 1rem;
    }
    .big-title {
        font-size: 24px;
        line-height: 0.8;
    }
    .content-p {
        font-size: 16px;
        line-height: 1.28;
    }
    .accordion-tab .big-title {
        letter-spacing: 1px;
    }
    .sup-num {
        margin-right: -1.7rem;
        margin-top: -9%;
        letter-spacing: unset;
    }
    .expand span::after {
        right: 0rem;
        font-size: 2rem;
    }
    details[open] summary span::after {
        font-size: 1.5rem !important;
    }
    details[open] > div {
        padding: 0;
    }
    .acc-offset-left {
        margin-left: 0;
        padding-right: 0;
        width: 100%;
    }
    .accordion-btm-txt {
        font-size: 24px;
        margin-bottom: 50px;
    }
    .testimonial-content {
        padding: 0;
    }
    
    .banner-section {
        margin-bottom: 3rem;
    }
    .small-title {
        font-size: 18px;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .article-title {
        font-size: 24px;
    }
    .article-p {
        font-size: 16px;
        line-height: 1.28;
        /*text-align: left;*/
    }
    .article-main-img {
        margin: 1rem 0;
    }
    .view-pdf {
        font-size: 16px;
    }
    .arrow-img {
        height: 8px;
        margin-left: 1rem;
    }
    .cus-md-30-L, .cus-md-60-C, .cus-md-30-R {
        width: 100% !important;
    }
    .cus-md-30-L {
        border-right: unset;
    }
    .work-row {
        margin: 0 auto 6rem !important;
    }
    .work-row > div:nth-child(1) {
        order: 1;
    }
    .work-row > div:nth-child(2) {
        order: 3;
    }
    .work-row > div:nth-child(3) {
        order: 2;
    }
    .work-right-div {
        margin: 1rem 0 1rem;
    }
    .work-row > div {
        padding: 0 !important;
    }
    .work-center-div {
        margin: 0;
        height: unset;
    }
    .tabs {
        flex-wrap: wrap;
        padding: 2rem 16px !important;
    }
    .tab {
        flex: 1 1 auto;
        margin: 4px;
        text-align: center;
    }
    .testimonial-buttons {
        top: 2% !important;
    }
    .testimonial-section {
        margin-bottom: 4rem;
    }
    .clients-section-services {
        margin: 0 0 2rem;
    }
    .clients-section-home {
        margin: 0 0 2rem;
    }
    .client-grid-container {
        grid-template-columns: auto auto auto;
        gap: 10px;
    }
    .mob-mb-adj {
        margin-bottom: 10px;
    }
    .home-center-img {
        float: unset;
        width: 100%;
    }
    .nav-links-flex {
        padding: unset !important;
    }
    .blog-grid {
        padding-bottom: 2rem;
    }
    .blog-title {
        line-height: 1;
    }
}


/*ANIMATIONS START*/
.visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes directFadeInUp {
    from {
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        transform: translateY(40%);
        transition: all 1s ease;
    }
    to {
        opacity: 1;
        visibility: visible;
        overflow: hidden;
        transform: translateY(0);
    }
}

@keyframes articleImageAnime {
    from {
        opacity: 0;
        visibility: hidden;
        transition: all 2s ease;
    }
    to {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes articleTitleAnime {
    from {
        opacity: 0;
        visibility: hidden;
        transform: translateY(80%);
        transition: all 1s ease;
    }
    to {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@keyframes open {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
/*ANIMATIONS END*/