body {
    /*font-family: 'BDO Grotesk', sans-serif !important;*/
    font-family: "DM Sans", sans-serif !important;
    color: #000;
    font-style: normal;
    margin: 0;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.27px;
    overflow-x: hidden;
}
.container{
    width: 100%;
    max-width: 1440px !important;
    margin: 0 auto;
    padding: 0 !important;
}
.tnp.tnp-subscription {
    color: #fff;
}
.governance img {
    width: 100px !important;
}
.governance .twae-wrapper {
    --tw-ibx-size: 30px !important;
}
.governance .twae-wrapper .twae-icon {
    border: none !important;
}
.Partnership svg * {
    stroke: #fff !important;
}
/*==============custom-theme==============*/
/*@font-face {
  font-family: 'Ivy Presto Display';
  src: url('../Font/ivy-presto-display/ivy-presto-headline-semi-bold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ivy Presto Display';
  src: url('../Font/ivy-presto-display/ivy-presto-headline-light.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brockmann';
  src: url('../Font/brockmann/brockmann-regular.ttf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brockmann';
  src: url('../Font/brockmann/brockmann-medium.ttf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BDO Grotesk';
  src: url('../Font/bdo-grotesk/BDOGrotesk-DemiBold-BF648a656f9c460.ttf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}*/
@font-face {
  font-family: 'BDO Grotesk';
  src: url('../Font/bdo-grotesk/BDOGrotesk-Medium-BF648a656fc86b8.ttf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*@font-face {
  font-family: 'BDO Grotesk';
  src: url('../Font/bdo-grotesk/BDOGrotesk-Regular-BF648a656fd543a.ttf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BDO Grotesk';
  src: url('../Font/bdo-grotesk/BDOGrotesk-Light-BF648a656f91fcb.ttf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}*/
.site{
    max-width: 100% !important;
    border: none !important;
}
h1 ,h2, h3, h4, h5, h6, .counter span{
    /*font-family: 'Ivy Presto Display', serif !important;*/
    font-family: "DM Sans", sans-serif !important;
   /* margin: 0 !important;*/
}
menu, ul, p {margin: 0 !important; padding: 0 !important;}
a {text-decoration: none !important;}
img {max-width: 100%;}ul {padding: 0;}li {list-style: none;}
.contact-form .wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    bottom: -28px;
}
#font-grotesk{
 font-family: 'BDO Grotesk Medium' !important;
}
.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #dc3838 !important;
    bottom: -50px !important;
}
.wpcf7 form .wpcf7-response-output {
    border-color: #6e8f86 !important;
   /* position: absolute;
    bottom: -58px;
    margin: 0 !important;*/
    font-size: 16px;
    width: 75%;
}
.submitWrap{
    align-items: end;
    display: flex;
}
/*==============button==============*/
.default-button a.btn {
    background: #6E8F86;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    color: #F4F4F4;
    border-radius: 8px;
    padding: 12px 27px;
    border: 1px solid #6E8F86;
}
.default-button a.btn:hover {
    color: #F1EAE0;
    background: #3D4D49;
    border: 1px solid #3D4D49;
}
.default-button a:focus{
    outline: none;
    box-shadow: none;
}
.default-button a img {
    padding-left: 18px;
}
.blog-box .default-button {
    margin-top: 10px;
    padding: 0;
}
.Not-found-page .desc .default-button{
    text-align: left;
}
.Not-found-page .default-button a.btn {
    gap: 10px;
    display: flex;
    align-items: center;
}
/*==============Banner==============*/
.banner {
    min-height: 185px;
    display: flex;
    align-items: center;
    text-align: center;
    background: #3D4D49;
    justify-content: center;
}
.banner h1 {
    color: #F4F4F4;
    background: none;
    font-size: 45px;
    font-weight: 400;
}
.banner_images {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 185px !important;
    background-size: cover;
    background-position: center center;
    background-color: #3D4D49;
}
.banner_images:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    background: #000;
    opacity: 0.5;
}
.banner_images {
    position: relative;
}
.banner_images h1 {
    color: #F4F4F4;
    z-index: 1;
    background: none;
    font-size: 45px;
    font-weight: 600;
}
/*==============404-page==============*/
.Not-found-page {
    padding: 80px 0;
    text-align: center;
}
.Not-found-page .heading h1 {
    color: #3d4d49;
    font-size: 120px;
    font-style: normal;
    font-weight: bold;
    line-height: 150px;
    background: none;
}
.Not-found-page .heading h2{
    color: #3d4d49;
    font-size: 60px;
    font-style: normal;
    font-weight: bold;
    line-height: 70px;
    margin-bottom: 20px !important; 
}
.Not-found-page .desc p {
    color: #000;
    margin: 25px 0 !important;
    font-size: 20px;
}
.search-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}
form.search-form input.search-field {
    height: 50px;
    border-radius: 10px;
}
.header nav a {
    outline: none !important;
}
.tnp-subscription form.tnp-ajax {
    font-size: 14px;
    gap: 15px;
}
.tnp-subscription form.tnp-ajax br {
    display: none;
}
.blog-page .page-content p {
    color: #000;
}
.single-page .inner_content p {
    font-size: 21px;
    line-height: 135%;
    letter-spacing: -0.315px;
}
/*==============blog==============*/
.blog-page, .single-page {
    padding: 80px 56px;
}
.blog-box .post-content h3 {
    font-size: 25px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.48px;
    margin: 0px;
}
h3.post_title a, .blog-box .post-content h3, .default-page h2.wp-block-heading {
    color: #3D4D49;
}
.time-and-date {
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.blog-box {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    min-height: 450px;
    margin-bottom: 25px;
    border-radius: 8px;
}
.post-image img {
    height: 230px !important;
    width: 100%;
    object-fit: cover;
}
.post-image {
    width: 100%;
    height: 230px;
    background: #f7f7f7;
}
.blog-box .post-image:before {
    content: "";
    min-height: 230px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0.4;
}
.short_contant {
    padding: 10px 0;
}
.post-content {
    padding: 30px;
}
.blog-page .col-12:last-child .blog-box {
    margin: 0;
}
/*==============author==============*/
.author_page h1 span.vcard a {
    color: #F1EAE0;
}
.author_page h1 span.vcard a:hover {
    opacity: 0.5;
    text-decoration: none;
}
/*==============page.php==============*/
.page_banner h1 {
    padding-bottom: 30px;
    font-weight: 600;
    color: #000;
}
.page-section p {
    padding-bottom: 14px !IMPORTANT;
    color: #000;
}
.page-section h2 {
    font-size: 28px;
    padding: 10px 0;
    font-weight: 600;
}
.default-page h2.wp-block-heading {
    font-size: 50px;
    line-height: 50px;
}
.pages-content blockquote {
    font-size: inherit;
    font-style: normal;
    font-weight: inherit;
    margin: 0;
}
.pages-content p a {
    color: #3D4D49;
    font-weight: bold;
    cursor: pointer;
}
.hentry {
    padding-bottom: 60px !important;
}
input:focus, textarea:focus{
    border: none !important;
}
/*==============Contact-Form==============*/
.contact-form .row{
    gap: 80px;
}
.contact-form label{
    font-size: 14px;
    line-height: 135%;
    letter-spacing: 0.308px;
    font-weight: 500;
    color: #000000;
}
.contact-form input, .contact-form textarea {
    font-size: 20px;
    line-height: 135%;
    letter-spacing: -0.315px;
    width: 100%;
    padding: 30px 0 8px 0;
    border: 0;
    border-bottom: 1px solid #1E2958 !important;
    margin: 0 0 48px 0;
    color: #000000;
    border-radius: 0px;
    background: transparent;
    outline: none;
}
.contact-form .form-control:focus {
    background: transparent;
    outline: none;
    box-shadow: none;
}
.contact-form input::placeholder, .contact-form textarea::placeholder {
    color: #999090;
    font-weight: 400;
    font-size: 20px;
    line-height: 135%;
    letter-spacing: -0.315px;
    /*font-family: 'BDO Grotesk', sans-serif !important;*/
    font-family: "DM Sans", sans-serif !important;
}
.contact-form textarea {
    padding: 0;
    height: 40px;
    margin: 86px 0 0 0 !important;
}
.contact-form p input.default-button {
    background: #6E8F86;
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
    color: #FCFAF7;
    padding: 12px 40px;
    width: 136px;
    height: 38px;
    border: 1px solid #6E8F86 !important;
    letter-spacing: 0.28px;
    margin: 0px !important;
    border-radius: 2px;
    text-transform: uppercase;
    font-family: "DM Sans", sans-serif !important;
    transition: 0.5s;
}
.contact-form p input.default-button:hover {
    color: #F4F4F4;
    background: #3D4D49;
    border: 1px solid #4471C5 !important;
}
.contact-form p {
    margin: 0px 0 9px;
}
/*.submit-button {
    min-height: 0px;
    position: absolute;
    bottom: 0;
}*/
.wpcf7-response-output {
    margin: 30px 0 2em 0 !important;
    padding: 0.2em 1em !important;
}
.wpcf7-spinner {
    width: 16px !important;
    height: 16px !important;
    margin: 0 8px !important;
}

/*==============News Letter==============*/
.subscribe-form form label {
    position: relative;
    top: 10px;
    left: 5px;
    z-index: 9;
    background: #0000;
    max-width: fit-content;
    color: #1E2958;
    visibility: hidden;
}
.tnp-field label {
    display: none !important;
}
.subscribe-form form input.tnp-email::placeholder {
    color: rgb(235 235 235 / 50%);
}
.tnp.tnp-subscription {
    max-width: 100%;
    margin: 0;
}
.subscribe-form .tnp-subscription form {
    display: flex;
    align-items: center;
    padding: 8px 8px 8px 22px !important;
    border: 1px solid #B6B4B0;
    border-radius: 8px;
}
.subscribe-form .tnp-field{
    margin-bottom: 0 !important;
}
.subscribe-form .tnp-field.tnp-field-email {
    width: 100%;
}
.newsletter-form input[type="submit"]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.subscribe-form form input.tnp-email {
    background: transparent;
    color: #B6B4B0;
    padding: 0px !important;
    font-size: 18px;
    line-height: 120%;
    /*font-family: 'Brockmann', sans-serif !important;*/
    font-family: "DM Sans", sans-serif !important;
}
.subscribe-form form input.tnp-submit:hover {
    color: #F4F4F4;
    background: #6E8F86 !important;
}
.subscribe-form form input.tnp-submit {
    color: #3D4D49;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    padding: 14px 40px 12px;
    border-radius: 4px;
    background: #F6F8FF !important;
    /* font-family: 'Brockmann', sans-serif !important; */
    font-family: "DM Sans", sans-serif !important;
    transition: 0.5s;
}
/*==============Header & Footer==============*/
.footer-menu nav ul li.team {
    padding-right: 8px !important;
}
.footer-border.border-bottom {
    border-bottom: 0.5px solid #4b5479 !important;
    width: 100%;
}
.subscribe-form form input.tnp-email:focus-visible {
    outline: none;
}
.footer p, .footer ul li a{
    /*font-family: 'Brockmann', sans-serif !important;*/
    font-family: "DM Sans", sans-serif !important;
}
/*============== Home Page ==============*/
span.one-line{
    display: block;
}
.icon-box h3 {
    margin: 0 0 16px !important;
}
.icon-box span.bold-text {
    display: block;
    margin-top: 20px;
    font-weight: 600;
    color: #F4F4F4;
}
.icon-box span.bold-text a {
    color: #F4F4F4;
}
input:-webkit-autofill {background-color: transparent !important;}
.contact-form input:-webkit-autofill {-webkit-box-shadow: 0 0 0 1000px #ebebeb inset !important;-webkit-text-fill-color: #000 !important;}
.footer-space input:-webkit-autofill {-webkit-box-shadow: 0 0 0 1000px #1e2958 inset !important;-webkit-text-fill-color: #F8F7F5 !important;}
.page-template-default .page-section, .page-template-default .page_banner {
    padding: 0px 56px;
}
.page-template-default .page-section{
    padding-bottom: 80px;
}
.page-template-default .page_banner {
    padding-top: 80px;
}
/*.tnp-subscription form.tnp-ajax {
    min-height: 62px;
    color: #F8F7F5 !important;
}*/
.header {
    position: relative;
    width: 100%;
    transition: all 1s ease-in-out;
}
.counter>div span {
    transition: all 1s ease-in-out !important;
}
.counter>div:hover span {
    color: #fff;
}
.darkHeader {
    position: fixed !important;
    z-index: 9999 !important;
    width: 100% !important;
    left: 0;
    animation: slideDown 1s ease forwards;
    top: 0;
}
span.blue-heading{
    color: #F4F4F4;
    display: block;
}
.btn-icon a span svg {
    width: 41px;
    height: 44px;
}
.btn-icon span.elementor-button-content-wrapper{
    align-items: center !important;
}
.about-sec-icon h3 {
    margin-bottom: 32px !important;
}
.about-sec-icon .elementor-icon-box-icon{
    margin-top: 5px !important;
}
.our-process .elementor-icon-box-content p{
    /*font-family: 'Brockmann', sans-serif !important;*/
    font-family: "DM Sans", sans-serif !important;
}
#bg-yellow .blue-border{
    position: relative;
}
.yellow-text{
    color: #E5A312;
}
.project-position>.e-con-inner{
    position: relative;
}
/*************************11-june-2026**********************/
.custom-header.scrolled{
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}
body.page-id-18.admin-bar .custom-header{
    top: 32px;
}

@media screen and (max-width: 782px){
    body.page-id-18.admin-bar .custom-header{
        top: 46px;
    }
}
/*===============Responsive ==================*/
@media (max-width:1540px) and (min-width:1440px) {
    body .footer-space {
        max-width: 100% !important;
        padding: 0 56px !important;
    }
}
@media(min-width: 1440px){
    .footer-space{
        padding: 0 !important;
    }
    .footer-logo{
        padding: 36px 0;
    }    
}
@media (min-width:1367px) {
    .footer-space {
        width: 100% !important;
        max-width: 1440px !important;
    }
    .strategy-icon-sec .icon-box h3{
        margin-bottom: 17px !important;
    }
}
@media(max-width: 1399px) {
    .icon-box span.bold-text {
        margin-top: 15px; 
    }
}
@media(max-width: 1350px) {
    .subscribe-form form input.tnp-submit {
        font-size: 16px;
        padding: 12px 30px 12px;
    }
}
@media(min-width: 1240px) and (max-width: 1349px) {
    .footer-menu nav ul#menu-1-bf15afd li{
        margin-right: 80px !important;
    }
}
@media(max-width: 1200px) {

    .wpcf7 form .wpcf7-response-output {
    width: 100%;
}
    .single-page .inner_content p {
        font-size: 18px;
    }
    .contact-form input::placeholder, .contact-form textarea::placeholder {
        font-size: 18px !important;
    }
    .contact-form .row {
        gap: 20px;
    }
    .about-sec-icon .elementor-icon-box-icon{
        margin-top: 2px !important;
    }
}
@media (min-width:1025px) and (max-width:1240px) {
    .footer-space .subscribe-form {
        width: 60% !important;
    }
    .footer-menu nav ul#menu-1-bf15afd li{
        margin-right: 80px !important;
    }
    .small-text p {
        font-size: 17px !important;
    }
    .footer-space .subscribe-content {
        width: 40% !important;
    }
}
@media(min-width: 1024px) and (max-width: 1199px) {
    .footer-menu nav ul#menu-1-bf15afd li{
        margin-right: 56px !important;
    }
}
@media (min-width:1025px) and (max-width:1140px) {
    .footer-space .subscribe-content p {
        font-size: 16px !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .contact-form textarea {
        margin: 50px 0 0 0 !important;
    }
    .page-section{
        padding: 60px 10px 40px 10px;
        margin-bottom: 0;
        min-height: 0;
    }
    .banner_images, .banner {
        min-height: 300px;
    }
    .banner_images h1, .banner h1 {
        text-align: center;
        font-size: 50px;
        line-height: 62px;
        margin-bottom: 0;
    }
    .blog-page {
        margin-bottom: 0;
    }
    .Not-found-page, .blog-page {
        padding: 60px 40px;
    }
    .Not-found-search-content {
        padding: 35px 10px 60px 10px;
    }
    .Not-found-page .heading h1{
        font-size: 50px;
        line-height: 62px;
    }
    .Not-found-page .heading h2{
        padding-top: 10px;
    }
    .search-banner h1, header.page-header h1, .category-page h1, .author_page h1, .page_banner h1, .Not-found-page .heading h2 {
        font-size: 35px;
        line-height: 43px;
    }
    .Not-found-page .desc p {
        margin: 20px 0 0 !important;
        font-size: 16px;
    }
}
@media (max-width:1024px){
    .single-page .inner_content p {
        font-size: 16px;
    }
    .page-template-default .page-section, .page-template-default .page_banner {
        padding: 0px 40px;
    }
    .single-page {
        padding: 60px 40px;
    }
    .page-template-default .page-section{
        padding-bottom: 60px;
    }
    .page-template-default .page_banner {
        padding-top: 60px;
    }
    .post-content {
        padding: 18px;
    }
    .about-sec-icon .elementor-icon-box-icon{
        margin-top: 5px !important;
    }
    #bg-yellow .blue-border::after {
        top: 18px !important;
        height: 250px !important;
    }
}
@media(min-width: 1024px) {
    .header nav{
        width: 100% !important;
    }
}
@media(max-width: 880px) {
    .post-image img, .blog-box .post-image:before, .post-image {
        min-height: 200px !important;
        height: 200px !important;
    }
    .time-and-date span {
        font-size: 14px !important;
    }
    .page-template-default .page-section, .page-template-default .page_banner {
        padding: 0px 30px;
    }
    .single-page {
        padding: 40px 30px;
    }
    .page-template-default .page-section{
        padding-bottom: 40px;
    }
    .page-template-default .page_banner {
        padding-top: 40px;
    }
    .subscribe-form form input.tnp-submit {
        font-size: 14px;
    }
    .contact-form .row {
        gap: 20px;
    }
    .contact-form input::placeholder, .contact-form textarea::placeholder {
        font-size: 15px !important; 
    }
    .blog-page {
        padding: 50px 30px;
    }
    .page-section h2 {
        font-size: 22px;
    }
    #bg-yellow .blue-border::after {
        top: 16px !important;
        height: 260px !important;
    }
}
@media (min-width:768px) {
    .our-process .elementor-widget-icon-box {
        width: 25% !important;
    }
    .main-menu nav {
        width: 100% !important;
    }
    #bg-yellow .blue-border::after {
        content: '';
        position: absolute;
        top: 25px;
        left: 100%;
        transform: translateX(-50%);
        width: 1px;
        height: 294px;
        background-color: #B6B4B0;
    }
}
@media(max-width: 767px) {

  
    .main-banner .banner-image {
    position: static !important;
}
.main-banner .banner-image img {
    width: 100% !important;
    height: 100% !important;
    margin-right: -40px;
}
.icon-box span.bold-text {
    margin-top: 5px;
}
    .menu-item, .header nav {
        overflow: hidden;
    }
    .page-template-default .page-section, .page-template-default .page_banner {
        padding: 0px 20px;
    }
    .single-page {
        padding: 40px 20px;
        text-align: center;
    }
    .page-template-default .page-section{
        padding-bottom: 40px;
    }
    .page-template-default .page_banner {
        padding-top: 40px;
    }
    .header nav ul {
        height: 100vh !important;
        display: block !important;
    }
    .contact-form input {
        margin-bottom: 30px !important;
    }
    .Not-found-page .desc p {
        margin: 20px 0 0 !important;
        font-size: 16px;
    }
    .page-section {
        padding: 40px 10px 20px 10px;
        margin-bottom: 0;
        min-height: 0;
    }
    .banner_images, .banner {
        min-height: 175px !important;
    }
    .banner_images h1, .banner h1 {
        text-align: center;
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 0;
    }
    .blog-page {
        margin-bottom: 0;
    }
    .Not-found-page, .blog-page {
        padding: 40px 20px !important;
    }
    .Not-found-search-content {
        padding: 15px 10px 40px 10px;
    }
    .Not-found-page .heading h1{
        font-size: 45px;
        line-height: 55px
    }
    .Not-found-page .heading h2 {
        padding-top: 10px;
    }
    .search-section {
        display: block;
    }
    .search-banner h1, header.page-header h1, .category-page h1, .author_page h1, .page_banner h1, .Not-found-page .heading h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .default-button{
        font-size: 16px;
        line-height: 16px;
        padding: 14px 30px;
        margin-top: 15px;
    }
    .default-button a img {
        padding-left: 10px;
    }
    .Not-found-page .default-button a.btn {
        width: fit-content;
        margin: 0 auto;
        font-size: 16px;
    }
    .Not-found-page .search-section {
        margin-top: 0;
    }
    .Not-found-page .default-button {
        margin-top: 6px;
        padding-bottom: 0;
    }
    #bg-yellow{
        background: none !important;
    }
    .project-img-sec{
        position: relative !important;
    }
div#yellow-img img {
    position: relative;
    z-index: 9;
    width: max-content;
}
}
@media (max-width:767px) and (min-width:576px){
    .main-banner h1 {
        font-size: 42px !important;
    }
    .icon-box h3 {
        margin: 0 0 5px !important;
    }
}
@media(max-width: 575px) {
    .contact-form .wpcf7-not-valid-tip {
     position: static;
}
span.wpcf7-form-control-wrap {
    margin-bottom: 10px !important;
    display: block;
}
    .icon-box h3 {
        margin: 0 0 5px !important;
    }
    .subscribe-form .tnp-subscription form {
        padding: 4px 4px 4px 12px !important;
    }
    .subscribe-form form input.tnp-submit {
        font-size: 16px !important;
        padding: 10px 20px 10px !important;
    }
    .text-animate {
        overflow: hidden;
        width: 0;
        animation: typing 3s steps(40, end) forwards;
        border-right: 2px solid transparent;
        white-space: normal !important;
        max-width: 282px !important;
    }
    .main-banner .text-animate{
        animation: none;
    }
    .contact-form .row{
        gap: 0px !important;
    }
    .contact-form input, .contact-form textarea {
    padding: 5px  0;
    margin-bottom: 3px !important;
}
    .contact-form input::placeholder, .contact-form textarea::placeholder{
        font-size: 16px !important;
    }
    .contact-form .col {
        max-width: 100% !important;
        flex: 100%;
    }
    span.one-line, span.blue-heading {
        display: unset;
    }
    .submit-button {
        min-height: 0px;
        position: relative;
        bottom: 0;
    }
    /*.contact-form textarea {
        margin: 38px 0 30px 0 !important;
    }*/
    .blog-page .blog-box {
        width: 100%;
    }
    .home-sec-2 {
        min-height: 550px !important;
    }
    div#yellow-img img {
        height: 260px !important;
    }
    div#yellow-img {
        margin-top: -165px !important;
    }
    .about-sec-icon h3 {
        margin-bottom: 16px !important;
    }
    .about-img-space{
        padding-left: 0 !important;
    }
    .counter .count{ 
       max-width: 100% !important;
       flex: 100% !important;
    }
}
/*Animations ----------------------------------*/
@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.text-animate {
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    animation: typing 3s steps(40, end) forwards;
    border-right: 2px solid transparent;
}
@keyframes typing {
    from { width: 0; }
    to { width: 100%; }
}
/*Animations ---------------------------------------------*/
@media (min-width: 992px){
body:not(.elementor-editor-active) .animate__customFadeInLeft,
body:not(.elementor-editor-active) .animate__customFadeInRight,
body:not(.elementor-editor-active) .animate__customFadeInUp {
    opacity: 0;
    visibility: hidden;
}
body:not(.elementor-editor-active) .in-view.animate__customFadeInLeft {
    animation: customFadeInLeft 2s ease-in-out forwards;
    visibility: visible;
}
body:not(.elementor-editor-active) .in-view.animate__customFadeInRight {
    animation: customFadeInRight 2s ease-in-out forwards;
    visibility: visible;
}
body:not(.elementor-editor-active) .in-view.animate__customFadeInUp {
    animation: customFadeInUp 2s ease-in-out forwards;
    visibility: visible;
}
@keyframes customFadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-40px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes customFadeInRight {
    0% {
        opacity: 0;
        transform: translateX(40px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes customFadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.animate-fade-left {
    animation: customFadeInLeft 1s ease-out forwards;
}
.animate-fade-right {
    animation: customFadeInRight 1s ease-out forwards;
}
.animate-fade-up {
    animation: customFadeInUp 1s ease-out forwards;
}