.align-items-end {

    align-items: center;
    justify-content: center;
}
.logoElephion {
   width: 100px;
   position: absolute;
   top: 30px;
   bottom: auto;
   left: 0;
   right: 0;
   margin: 0 auto;
   text-align: center;
   z-index: 9;
}
.section-title-wrapper {
   width: fit-content;
   padding: 10px 20px;
   background-image: url(/wp-content/uploads/scribble.svg);
   background-repeat: no-repeat;
   background-size: contain;
   margin: 0 auto 20px;
   text-align: center;
   background-position: center center;
}
.section-title-wrapper.left {
   background-position: left center;
   margin-left: 0;
}
.section-title-wrapper.right {
   background-position: right center;
   margin-right: 0;
}
.section-title-wrapper .section-title {
   font-family: "Montserrat", Sans-serif;
   font-size: 13px;
   font-weight: 600;
   letter-spacing: 1px;
   text-transform: none;
   margin: 0px 15px;
   line-height: 1;
}

.section-name {
   font-size: 13px;
   font-weight: 600;
   text-align: center;
   margin: 20px 0px 10px 0;
   }
.section-name, h2, h4, p {
   font-family: 'Montserrat', Sans-Serif;
   }
section.about-us  .section-heading-wrapper {
   margin-bottom: 20px;
}
.section-heading-wrapper {
   text-align: center;
   margin-bottom: 70px;
   position: relative;
}
.section-heading-wrapper.left {
   text-align: left;
}
.section-heading-wrapper.right {
   text-align: right;
}
.section-heading-wrapper .shadow-title {
   font-size: 100px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0;
    opacity: 0.05;
    position: absolute;
    top: -125px;
    margin: auto;
    left: 0;
    right: 0;
}
.section-heading-wrapper .heading-title {
   text-transform: uppercase;
   font-size: 40px;
   font-weight: 600;
}
.section-heading-wrapper .heading-title .txt-rotate {
   display: inline-block;
}
.txt-rotate {
   display: block;
   background-color: #F67D2C;
   padding: 0px 20px 0px 20px;
   border: none;
   border-radius: 10px;
   width: fit-content;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
}
.txt-rotate.inverse {
   background-color: #212121;
   color: #F67D2C;
}
.about-text {
   padding-right: 200px;
}
.hero-title {
       font-weight: 600;
       letter-spacing: 0;
       text-align: center;
       margin: 10px 0;
       font-size: 40px;
   }
.vertical-line {
       height: 125px;
       width: 0.5px;
       background-color: #ffffff;
       left: 50%;
       margin: 20px 50%;
   }
.dsn-heading-title {
    font-size: 40px !important;
    font-weight: 600 !important;
    font-family: "Montserrat", sans-serif !important;
    letter-spacing: 0px !important;
    line-height: 45px !important;
    text-transform: uppercase;
    }
.dsn-heading-title .effect-ajax, .dsn-item-post .box-content .post-content .post-title-info .post-title a {
   color: #ffffff !important;
}
.title.dsn-heading-title {
    text-align: center !important;
}
.typed-cursor {
   opacity: 1;
   animation: blink .7s infinite;
}
@keyframes blink {
   0% {opacity: 1;}
   50% {opacity: 0;}
   100% {opacity: 1;}
 }
 body.v-light .hero-slider span {
   color: #000000;
 }
 .hero-slider .dsn-def-btn {
   justify-content: center;
   margin-top: 80px;
}
.creative-button-inner {
   display: flex;
   justify-content: center;

}
.creative-button-text span {
   font-size: 12px;
   font-family: "Montserrat", sans-serif;
   text-align: center;
   background: #ffffff;
   padding: 12px 25px;
   border-radius: 50px;
   text-transform: uppercase;
   border: 1px solid var(--font-color);
}
.overlay-btn-effect {
   position: relative;
   overflow: hidden;
   clip-path: inset(0 0 0 0 round 50px);
}
.overlay-btn-effect span {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   -webkit-transition: -webkit-transform .3s;
   transition: -webkit-transform .3s;
   transition: transform .3s;
   transition: transform .3s, -webkit-transform .3s;
   -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
   transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.overlay-btn-effect::before {
   content: attr(data-text);
   background-color: #f67d2c;
   border-radius: 50px;
   font-size: 12px;
   font-family: "Montserrat", sans-serif;
   line-height: 15px;
   text-transform: uppercase;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -webkit-transform: translate3d(-100%, 0, 0);
   transform: translate3d(-100%, 0, 0);
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   padding: 0;
   -webkit-transition: -webkit-transform .3s;
   transition: -webkit-transform .3s;
   transition: transform .3s;
   transition: transform .3s, -webkit-transform .3s;
   -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
   transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.overlay-btn-effect:hover::before {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
}
.overlay-btn-effect:hover span {
   -webkit-transform: translate3d(100%, 0, 0);
   transform: translate3d(100%, 0, 0);
}
 .title-h2 {
    text-align: left;
 }
 .dsn-def-btn .dsn-btn .title-btn {
    font-family: "montserrat", sans-serif;
    text-transform: uppercase;
 }
.dsn-item-post .box-content .post-content .post-title-info .post-title a {
    font-size: 40px !important;
    font-weight: 600 !important;
    font-family: "montserrat", sans-serif !important;
    line-height: 1 !important;
}
.move-circle.border-color-default .icon-circle {
    background-color: #ffffff;
}
section.work .dsn-normal-btn .dsn-btn .title-btn {
    color: #000000;
    font-family: "montserrat", sans-serif;
    font-weight: 600;
}
section.work .dsn-container .dsn-bg-section {
   padding: 22px;
}
[data-overlay]:before, [data-dsn-overlay]:before {
   display: none !important;
}
.box-right.box-creative .p-relative {
    height: 450px;
    width: 100%;
    margin: 0px 40px 0px 0px;
    padding: 0px 60px 0px 0px;
    border-radius: 0px;
    border-radius: 0px;
}
.box-right.box-creative .p-relative .img-box-parallax {
    border-radius: 0px;
}
.box-right.box-creative .p-relative .img-box-parallax .cover-bg-img {
    object-fit: contain;
}
.box-right.box-creative .img-top .cover-bg-img {
    width: 92px;
    height: 89px;
    object-fit: cover;
    object-position: center center;
    border-radius: 7px 7px 7px 7px;
}
.box-right.box-creative .img-bottom {
    position: absolute;
    left: -40px;
    bottom: 50px;
}
.box-right.box-creative .img-bottom .cover-bg-img {
    width: auto;
    height: 200px;
    object-fit: cover;
    object-position: center center;
    border-radius: 7px 7px 7px 7px;
}
.main-slider .dsn-slider-content {
   margin-bottom: 0;
}
/* .main-slider .bg-three-js canvas {
   width: 80% !important;
   height: auto !important;
   right: 0;
   margin: auto;
} */
section.about-us, section.clients {
   padding-top: 0px !important;
}
section.we-offer .root-posts .dsn-posts .dsn-animate-down {
   margin-right: 80px;
   margin-top: -15px;
}
section.we-offer .root-posts .pin-spacer .dsn-grid-layout .dsn-item-post {
   top: 50px;
}
section.clients .dsn-brand {
   margin-left: 8%;
   margin-right: 8%;
}
section.clients .dsn-brand .dsn-grid-layout {
   transform: none !important;
}
section.clients .has-parallax-image .swiper-container .swiper-wrapper .grid-item {
   margin-right: 0px !important;
   width: 155px !important;
   height: auto;
   margin: 15px;
}
section.clients .has-parallax-image .swiper-container .swiper-wrapper .grid-item .image-item {
   padding: 10px;
   margin: 20px;
}
section.clients .has-parallax-image .swiper-container .swiper-wrapper .grid-item .image-item .cover-bg-img {
   height: 100%;
   width: 100%;
   object-fit: contain;
}
section.blogs .dsn-grid-layout {
   --dsn-width-item: 3;
   --dsn-col-item: 25px;
   --dsn-row-item: 30px;
}
section.blogs .dsn-grid-layout article {
   transform: scale(1);
   transition: transform 0.3s ease-in-out;
}
section.blogs .dsn-grid-layout article:hover {
   transform: scale(1.05);
}
section.blogs .dsn-grid-layout .box-content {
   padding: 30px 30px 50px;
   border-style: none;
   border-radius: 15px;
   border: 1px solid #737373;
}
section.blogs .dsn-grid-layout .box-content .box-image-link .box-image-bg img {
   transform: scale(1);
   transition: transform 0.5s ease-in-out;
}
section.blogs .dsn-grid-layout .box-content:hover .box-image-link .box-image-bg img {
   transform: scale(1.1);
}
section.blogs .dsn-grid-layout .post-content {
   padding: 30px 0 0 !important;
   border-style: none;
   margin-top: 0 !important;
}
section.blogs .dsn-grid-layout .post-content .post-title-info .blog-title > div {
   font-size: 30px;
   font-weight: 600;
   line-height: 35px;
   letter-spacing: 0rem;
   display: -webkit-box;
   max-width: 100%;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
}
section.blogs .dsn-grid-layout .post-content .post-description-info p {
   color: #747373;
   font-family: "Inter", Sans-serif;
   font-size: 1rem;
   font-weight: 300;
   line-height: 1rem;
   display: -webkit-box;
   max-width: 100%;
   -webkit-line-clamp: 4;
   -webkit-box-orient: vertical;
   overflow: hidden;
}
section.blogs .dsn-category.entry-meta span, section.blogs .entry-date.entry-meta {
   font-family: "Poppins", sans-serif;
   letter-spacing: 1px;
   word-spacing: 0px;
}
section.blogs .dsn-category.entry-meta span {
   color: #F67D2C;
   font-size: 16px;
   font-weight: 500;
}
section.blogs .entry-date.entry-meta {
   color: #A8ACAF;
   font-size: 11px;
   font-weight: 300;
   float: right;
}

section.blog .dsn-grid-layout {
   --dsn-width-item: 3;
   --dsn-col-item: 20px;
   --dsn-row-item: 30px;
}
section.blog .dsn-grid-layout .box-content {
   padding: 20px 20px 20px 20px;
   border-style: none;
   border-radius: 0% 0% 0% 0%;
}
section.blog .dsn-grid-layout .post-content {
   padding: 20px 20px 20px 20px;
   border-style: none;
   margin-top: 0 !important;
}
section.blog .dsn-grid-layout .post-content .post-title-info .blog-title a {
   font-size: 1.5rem;
   font-weight: 600;
   line-height: 1.5rem;
   letter-spacing: 0rem;
   /*display: -webkit-box;
   max-width: 100%;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;*/
}
section.blog .dsn-grid-layout .post-content .post-description-info p {
   color: #747373;
   font-family: "Inter", Sans-serif;
   font-size: 1rem;
   font-weight: 300;
   line-height: 1rem;
   display: -webkit-box;
   max-width: 100%;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   overflow: hidden;
}
 /* section.blogs .dsn-under-img {
   padding: 0 50px;
 }
 .root-posts .dsn-posts .dsn-blogs .blogs-container .blogs-wrapper {
   display: flex;
 }
 .root-posts .dsn-posts .dsn-blogs .blogs-container .blogs-wrapper .dsn-item-post {
   width: 28% !important;
   margin: 40px 10px;
 }
 .root-posts .dsn-posts .dsn-blogs .blogs-container .blogs-wrapper .dsn-item-post .box-content {
   padding: 20px 20px 40px 20px;
   align-items: center;
 }
 .root-posts .dsn-posts .dsn-blogs .blogs-container .blogs-wrapper .dsn-item-post .box-content .box-image-link {
   margin-bottom: 0;
 }
 .root-posts .dsn-posts .dsn-blogs .blogs-container .blogs-wrapper .dsn-item-post .box-content .box-image-link .box-image-bg {
   height: 330px;
   width: 330px;
 }
 .root-posts .dsn-posts .dsn-blogs .blogs-container .blogs-wrapper .dsn-item-post  .box-content .post-content {
   padding: 20px 20px 20px 20px;
   margin-top: 0;
 }
 .root-posts .dsn-posts .dsn-blogs .blogs-container .blogs-wrapper .dsn-item-post  .box-content .post-content .post-title-info .post-meta .entry-meta, 
 .root-posts .dsn-posts .dsn-blogs .blogs-container .blogs-wrapper .dsn-item-post  .box-content .post-content .post-title-info .post-meta .entry-meta span {
   color: #646464;
   font-family: "Montserrat", Sans-serif;
   font-size: 0.7rem;
   font-weight: 300;
   text-transform: uppercase;
   letter-spacing: 1px;
   word-spacing: 0px;
 }

 .root-posts .dsn-posts .dsn-blogs .blogs-container .blogs-wrapper .dsn-item-post  .box-content .post-content .post-title-info .blog-title {
 font-family: 'Montserrat', sans-serif;
 font-size: 1.5rem;
 font-weight: 600;
 line-height: 1.5rem;
 letter-spacing: 0;

 }
 .root-posts .dsn-posts .dsn-blogs .blogs-container .blogs-wrapper .dsn-item-post  .box-content .post-content .post-description-info .section_description {
 color: #747373;
    font-family: "Inter", Sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1rem;
 }
 .root-posts .dsn-posts .dsn-blogs .blogs-container .blogs-wrapper .dsn-item-post  .box-content .post-content .post-description-info .dsn-def-btn {
   margin-top: 15px;
 } */
 /* .entry-date.entry-meta, .dsn-category.entry-meta span {
   color: #646464;
    font-family: "Montserrat", Sans-serif;
    font-size: 0.7rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 0px;
 } */
 .testimonial-name.sm-title-block {
   font-family:  "Montserrat", sans-serif;
   font-size: 30px;
   font-weight: 600;
   font-style: normal;
   letter-spacing: 0px;
   margin-bottom: 15px;
 }
 .quote .testimonial-content {
   font-family: "Inter", sans-serif;
   font-weight: 300;
   font-style: normal;
   line-height: 1.5;
   margin: 0px;
 }
 .d-flex .label.box-text .testimonial-position {
   color: #4c4c4c;
   font-family: "Montserrat", sans-serif;
   font-size: 15px;
   font-weight: 400;
   font-style: normal;
   line-height: 1px;
   letter-spacing: 0px;
 }
 .testimonial-item {
   text-align: left;
   padding: 10px;
   margin-top: 50px;
   margin-left: 25px;
   margin-right: 25px;
 }
 .border-style {
   border: 1px solid #303030;
   padding: 30px;
   margin: 0px;
   border-radius: 15px;
 }
 .testimonials-content .swiper-container .swiper-wrapper .testimonial-inner-item .testimonial-item-wrapper {
   display: flex;
 }
 .testimonials-content .swiper-container .swiper-wrapper .testimonial-inner-item .testimonial-item-wrapper .quotation-mark {
   margin: 0px 10px;
 }
 .testimonials-content .swiper-container .swiper-wrapper .testimonial-inner-item .testimonial-item-wrapper .quotation-mark img {
   height: auto;
   width: 200px;
   content: '';
   position: absolute;
   z-index: -1;
   opacity: 0.25;
 }
footer .move-circle.border-color-default .icon-circle, nav .move-circle.border-color-default .icon-circle {
   background: transparent;
}

.site-header.dsn-hamburger ul > li > a > span.dsn-icon {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
}
footer .footer-content-wrapper {
   display: flex;
   justify-content: space-between;
}
footer .footer-content .cta-lines {
   font-size: 35px;
   letter-spacing: 2px;
}
footer .footer-content .cta-lines > div {
   margin: 0;
   line-height: 1.25;
   font-family: 'Montserrat', Sans-Serif;
}
footer .footer-content .cta-lines .line2 {
   color: #F67D2C;
}
footer .footer-content .cta-lines .line3 a {
   font-size: 30px;
   letter-spacing: 2px;
   color: #4C4C4C;
   font-family: 'Montserrat', Sans-Serif;
}
footer .footer-content .cta-lines .line3 a:hover {
   color: #F67D2C;
}
footer .footer-bottom .over-hidden.left {
   float: left;
}
footer .footer-bottom .over-hidden.right {
   float: right;
}
footer .footer-bottom .over-hidden.right .footer-heart {
   width: 30px;
   margin: 0 -5px;
}
#dsn_footer ul.menu li a, #dsn_footer ul.sub-menu li a {
   margin-left: 10px;
    margin-bottom: 15px !important;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1.25px;
}
#dsn_footer ul.menu li a, #dsn_footer ul.sub-menu li a {
   color: #6C6C6C;
}
#dsn_footer ul.menu li a:hover , #dsn_footer ul.sub-menu li a:hover {
   color: #F67D2C;
}
.dsn-socials li a {
   width: 50px !important;
   height: 50px !important;
}
section.contact .contact-wrapper .contact-content-wrapper {
   display: flex;
   align-items: center;
}
section.contact .contact-wrapper .contact-content-wrapper .contact-content {
   width: 33%;
   text-align: center;
   position: relative;
}
section.contact .contact-wrapper .contact-content-wrapper .contact-content.middle {
   background: url('https://website.elephion.in/wp-content/uploads/git.webp') no-repeat center center / contain;
   height: calc(3.7rem * 6);
}
 section.contact .contact-wrapper .contact-content-wrapper .contact-content .contact-text {
   font-size: 5rem;
   letter-spacing: 0.0001vw;
   font-family: montserrat;
   font-weight: 700;
   line-height: 3.7rem;
   text-align: center;
   transform: skew(-30deg);
   transition: transform 100ms ease-in-out;
 }
 section.contact .contact-wrapper .contact-content-wrapper .contact-content:hover .contact-text {
   transform: skew(0deg);
 }
section.contact .contact-wrapper .contact-content-wrapper .contact-content a {
   position: absolute;
   align-items: center;
   background-color: #F67D2C;
   border: 0;
   border-radius: 100px;
   box-sizing: border-box;
   color: #ffffff;
   cursor: pointer;
   display: inline-flex;
   font-family: montserrat;
   font-size: 16px;
   font-weight: 600;
   justify-content: center;
   line-height: 20px;
   max-width: 480px;
   min-height: 40px;
   min-width: 0px;
   overflow: hidden;
   padding: 0px;
   padding-left: 20px;
   padding-right: 20px;
   text-align: center;
   touch-action: manipulation;
   transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
   user-select: none;
   -webkit-user-select: none;
   vertical-align: middle;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
.newsletter-main-wrapper {
   background: #0B0B0B;
   border-radius: 20px;
   padding: 60px 0px;
   width: 75%;
   margin-left: auto !important;
   margin-right: auto !important;
}
.newsletter-main-wrapper .section-heading-wrapper {
   margin-bottom: 10px !important;
}
.newsletter-main-wrapper .newsletters-wrapper .form-wrapper {
   width: 50%;
   margin: 0 auto;
}
.newsletter-main-wrapper .newsletters-wrapper .form-wrapper .wpcf7-form-control-wrap {
   width: 100%;
}
.newsletter-main-wrapper .newsletters-wrapper .form-wrapper .wpcf7-form-control-wrap input {
   text-align: left;
   background: #02010100;
   color: var(--font-color);
   border-style: solid;
   border-width: 0px 0px 1px 0px;
   border-color: #ffffff;
   padding: 12px;
   font-family: "Montserrat", sans-serif;
   font-weight: 400;
   font-size: 16px;
   border-radius: 3px;
   width: 100%;
}
.newsletters-wrapper .form-wrapper .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance {
   text-align: left;
   color: #4c4c4c;
   border-style: none;
   font-family: "Montserrat", sans-serif;
   font-weight: 300;
   font-size: 15px;
   line-height: 1.3;
   padding: 0;
}
.newsletters-wrapper .form-wrapper .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
   margin-left: 0px;
}
.newsletter-main-wrapper .newsletters-wrapper .form-wrapper .wpcf7-acceptance label {
   display: flex;
   align-items: flex-start;
}
.newsletter-main-wrapper .newsletters-wrapper .form-wrapper .wpcf7-acceptance label input  {
   width: auto;
   margin-right: 10px;
   margin-top: 5px;
}
.newsletter-main-wrapper .newsletters-wrapper .form-wrapper .wpcf7-form-control.wpcf7-submit {
   text-align: center;
   color: #ffffff;
   width: 28%;
   border-radius: 40px;
   padding: 14px;
   font-family: "Montserrat", Sans-serif;
   font-weight: 600;
   font-size: 15px;
   background: #F67D2C;
   text-transform: uppercase;
   margin-top: 25px;
   cursor: pointer;
}
.newsletter-main-wrapper .newsletters-wrapper .form-wrapper .wpcf7-form-control.wpcf7-submit:hover {
   background: #1a1a1a;
}
.newsletter-main-wrapper .newsletters-wrapper .form-wrapper p:has(.wpcf7-submit) {
   text-align: center;
}

section.clients .dsn-brand .cover-bg-img {
filter: grayscale(1) brightness(0.85) invert(1);
}
section.work .dsn-style-metro.dsn-metro-2 .dsn-posts .dsn-item-post:nth-of-type(odd) .box-image-bg, section.work .dsn-style-metro.dsn-metro-2 .dsn-posts .dsn-item-post:nth-of-type(even) .box-image-bg {
   height: auto !important;
}
section.work .dsn-style-metro.dsn-metro-2 .dsn-posts .dsn-item-post {
   min-height: 300px !important;
}

section.testimonials .dsn-style-cards .dsn-posts .box-image-link {
   width: 40%;
}
section.testimonials .dsn-style-cards .dsn-posts.box-image-normal .post-content {
   width: calc(60% - 50px);
   margin-left: 40%;
}
section.testimonials .dsn-style-cards .dsn-posts.box-image-normal .post-content .post-title-info img.quote-icon {
   width: 100px;
   height: 100px;
}
body.v-dark section.testimonials .dsn-style-cards .dsn-posts.box-image-normal .post-content .post-title-info img.quote-icon {
   filter: brightness(1) invert(1);
}
section.testimonials .dsn-style-cards .dsn-posts.box-image-normal .post-content .post-title-info .post-text {
   margin: 50px 0;
}
section.testimonials .dsn-style-cards .dsn-posts .dsn-item-post.swiper-slide-active .box-image-link .box-image-bg::before {
   opacity: 0;
}
section.testimonials .dsn-style-cards .dsn-posts .dsn-item-post.swiper-slide-prev .box-image-link {
   margin-left: 66%;
   transition: margin-left 1s ease-in;
}
section.testimonials .dsn-nav-arrow.p-absolute {
   bottom: 45% !important;
   justify-content: space-between;
}
.clients-logo-wrapper {
   width: 76%;
   margin-left: 12%;
   margin-right: 12%;
}
.clients-logo-wrapper .clients-grid {
   display: flex;
   flex-wrap: wrap;
}
.clients-logo-wrapper .clients-grid .brand-logo {
   width: 175px;
   margin: auto;
   padding: 0px 30px 40px 30px;
}
.clients-logo-wrapper .clients-grid .brand-logo .brand-logo-img {
margin: auto;
filter: grayscale(1) brightness(0.85) invert(1);
}
.clients-logo-wrapper .clients-grid .brand-logo .brand-logo-img:hover, section.clients .dsn-brand .cover-bg-img:hover {
   filter: none;
   opacity: 100%;
}
/* blog page css */
body.page-id-10 section.page-header-wrapper .page-header .page-header-icon {
   display: none;
   }
body.page-id-10 .vertical-line {
   display: none;
}
body.page-id-10 section.page-header-wrapper .page-header .page-header-title {
   margin-top: 15px;
}
section.blog-filters {
   padding: 0 100px;
}
/* section.page-header-wrapper .page-header .page-title-wrapper .page-title {
   font-size: 18px;
   font-weight: 300;
   letter-spacing: 0px;
}
section.page-header-wrapper .page-header .page-subtitle {
      font-size: 60px;
      padding: 0px 25%;
      font-weight: 600;
      letter-spacing: 0px;
      line-height: 1.2;
} */
section.blog-two .blogs-main-wrapper {
   padding-top: 0px;
}
.services-options-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      width: 80%;
      margin-left: 10%;
      margin-right: 10%;
}
.search-wrapper {

}
.search-wrapper input {
   text-align: center;
   background: transparent;
   border: none;
   border-bottom: 1px solid #ffffff;
   width: 80%;
   margin-left: 10%;
   margin-right: 10%;
   margin-bottom: 30px;
   padding-bottom: 15px;
   font-size: 25px;
   font-family: "Montserrat", sans-serif;
   font-weight: 400;
   text-decoration: none;
   color: #FFFFFF;
}
.search-wrapper input::placeholder {
   color: #333333;
}
.services-options-wrapper .services-options-list {
   font-size: 12px;
   font-weight: 300;
   letter-spacing: 1px;
   margin: 10px;
   border: 1px solid #FFFFFF;
   border-radius: 50px;
   cursor: pointer;
   text-align: center;
   padding: 15px 30px;
   line-height: 1.2;
   transition: background-color 0.3s;
}
.services-options-wrapper .services-options-list:hover {
border-color: #F67D2C;
background-color: #F67D2C;
color: #ffffff;
}
.services-options-wrapper .services-options-list.active {
border-color: #F67D2C;
background-color: #F67D2C;
color: #ffffff;
}
.blogs-main-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
      width: 80%;
      margin-left: 10%;
      margin-right: 10%;
      padding-top: 100px;
}
.blogs-main-wrapper .blog-wrapper {
      border: 1px solid #ffffff;
      padding: 30px;
      border-radius: 20px;
      margin: 15px;
      width: 30%;
}
.blogs-main-wrapper .blog-wrapper .blog-img {

}
.blogs-main-wrapper .blog-wrapper .blog-img img {
      height: 360px;
      width: 360px;
      object-fit: cover;
}
.blogs-main-wrapper .blog-wrapper .blog-content-wrapper {
padding-bottom: 20px;
}
.blogs-main-wrapper .blog-wrapper .blog-content-wrapper .blog-info {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 30px;
}
.dsn-def-btn .dsn-icon i {
   color: #000000;
}
.blogs-main-wrapper .blog-wrapper .blog-content-wrapper .blog-info .category {
font-size: 16px;
      color: #F67D2C;
      font-family: "Poppins", sans-serif;
}
.blogs-main-wrapper .blog-wrapper .blog-content-wrapper .blog-info .date {
      font-family: "Poppins", sans-serif;
      font-size: 11px;
      color: #A8ACAF;
}
.blogs-main-wrapper .blog-wrapper .blog-content-wrapper .blog-title {
      letter-spacing: 0px;
      line-height: 1.2;
      font-size: 30px;
      margin-bottom: 20px;
      margin-top: 10px;
}
.blogs-main-wrapper .blog-wrapper .blog-content-wrapper .blog-content {
font-size: 12px;
      color: #7F7F7F;
      line-height: 1.3;
}

   /* blog page css */
section.page-header-wrapper {
   padding: 50px 0;
}
section.page-header-wrapper .page-header {
   text-align: center;
}
section.page-header-wrapper .page-header .page-header-icon {
   width: 100px;
   margin: 0px auto 20px;
}
section.page-header-wrapper .page-header .page-title-wrapper {
   padding: 8px 20px;
   background-image: url(/wp-content/uploads/scribble.svg);
   background-repeat: no-repeat;
   background-size: contain;
   margin-bottom: 20px;
   text-align: center;
   background-position: center center;
}
section.page-header-wrapper .page-header .page-title-wrapper .page-title {
   font-size: 13px;
   font-weight: 600;
   letter-spacing: 1px;
   text-transform: none;
}
section.page-header-wrapper .page-header #hero_title {
   width: fit-content;
   margin: 0 auto;
}
section.page-header-wrapper .page-header .page-subtitle {
   font-size: 40px;
   font-weight: 600;
   letter-spacing: 0px;
   line-height: 1;
}
section.page-header-wrapper .page-header .page-header-title {
   font-size: 32px;
   letter-spacing: 0;
   font-weight: 600;
   margin-bottom: 20px;
}
section.page-header-wrapper .page-header .page-header-title span {
   color: #F67D2C;
}
section.page-header-wrapper .page-header .page-header-text {
   width: 50%;
   margin: 0 auto;
}
section.page-header-wrapper .page-header .page-header-text p {
   font-size: 15px;
   font-weight: 500;
}
section.all-services .services-grid-wrapper .services-grid {
    display: flex;
    align-items: center;
}
section.all-services .services-grid-wrapper .services-grid .services-content-wrapper {
   width: 50%;
}
section.all-services .services-grid-wrapper .services-grid .services-content-wrapper .bg-number {
   position: absolute;
   font-size: 150px;
   font-weight: 600;
   font-family: 'Excon', sans-serif;
   opacity: 0.1;
   line-height: 1;
}
section.all-services .services-grid-wrapper .services-grid .services-content-wrapper .services-content {
    padding: 75px 0px 75px 75px;
}
section.all-services .services-grid-wrapper .services-grid .services-content-wrapper .services-content h2 {
   letter-spacing: 1px;
   font-weight: 600;
   line-height: 1;
   margin-bottom: 15px;
}
section.all-services .services-grid-wrapper .services-grid .services-img-wrapper {
   width: 50%;
   height: 400px;
   overflow: hidden;
   margin-bottom: 100px;
}
section.all-services .services-grid-wrapper .services-grid.text-first .services-img-wrapper {
   margin-left: 50px;
}
section.all-services .services-grid-wrapper .services-grid.img-first .services-img-wrapper {
   margin-right: 50px;
}

section.all-portfolio .dsn-filtering {
   text-align: center;
   justify-content: center;
   width: 80%;
   margin: 0 auto;
}
section.all-portfolio .filtering-t .filtering-wrap .filtering button {
   margin-right: 20px;
   margin-bottom: 15px;
}
section.all-portfolio .filtering-t .filtering-wrap .filtering button:not(:last-of-type):after {
   margin: 0 5px;
}
section.all-portfolio .filtering-t .filtering-wrap .filtering button.active {
   color: var(--theme-color)
}
.dsn-style-metro.dsn-metro-1 .dsn-posts .dsn-item-post .post-content .post-title {
   border-top: 0px;
   padding-top: 0px;
}
.tax-portfolio-category .dsn-style-metro.dsn-metro-1 .dsn-posts .dsn-item-post .post-content .post-title {
   border-top: 1px solid #ffffff;
   background: #191919;
}
.dsn-style-metro.dsn-metro-1 .dsn-posts .dsn-item-post .post-content .dsn-category {
   padding-top: 0px;
}
.dsn-style-metro.dsn-metro-1 .dsn-posts .dsn-item-post .post-content .dsn-category span {
   margin: 10px 0px;
}
.dsn-style-metro.dsn-metro-1 .dsn-posts .dsn-item-post .post-content .dsn-category span a {
   font-family: 'Excon';
   font-size: 12px;
   font-weight: 500;
   text-transform: uppercase;
   letter-spacing: 1px;
}
section.all-portfolio .dsn-background-inherit .background-section .dsn-bg {
   background-color: var(--assistant-color);
}
section.all-portfolio .dsn-style-metro.dsn-metro-1 .dsn-posts .dsn-item-post .post-content .post-title a {
   font-size: 27px !important;
   font-family: 'Excon' !important;
   font-weight: 600 !important;
}
/* .section-wrapper:has(.post-password-form) {
   display: flex;
} */
.post-password-form {
   height: 70vh;
   border: 0.5px solid #DCDCDC;
   width: 100%;
   text-align: center;
   padding: 150px;
}
.post-password-form p {
   font-size: 18px;
   margin-bottom: 50px;
}
.post-password-form p input[type="password"] {
   font-size: 18px;
   padding: 5px;
   border: 1px solid var(--border-color);
   border-radius: 3px;
}
.post-password-form p input[type="submit"] {
   background-color: var(--theme-color);
   padding: 8px 20px;
   border: 1px solid var(--border-color);
   border-radius: 3px;
   color: var(--font-color);
   font-weight: 600;
   cursor: pointer;
}
section.contact-form .wpcf7-form .wpcf7-form-control-wrap {
   padding: 15px 0;
   width: 100%;
}
section.contact-form .wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox {
   display: flex;
   flex-wrap: wrap;
   border: none;
}
section.contact-form .wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
   text-align: center;
   border: 0.5px solid #333333;
   border-radius: 100px;
   margin: 5px;
   overflow: hidden;
}
section.contact-form .wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
   display: block;
   color: var(--font-color);
   font-family: "Montserrat";
   font-weight: 400;
   font-size: 16px;
   cursor: pointer;
   padding: 10px 20px;
}
section.contact-form .wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input {
   height: 0;
   width: 0;
}
section.contact-form .wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label:has(input:checked) {
   background-color: var(--theme-color);
}
section.contact-form .wpcf7-form label {
   font-size: 20px;
}
.services-list {
   display: flex;
   padding: 0 100px;
   align-content: center;
   justify-content: center;
   flex-wrap: wrap;
   margin-bottom: 50px;
}
.services-list li {
   color: #ffffff;
   font-family: "Montserrat";
   font-weight: 400;
   font-size: 20px;
   padding: 10px 20px;
   text-align: center;
   border: 0.5px solid #333333;
   border-radius: 100px;
   margin: 7px;
}
.wpcf7-form .wpcf7-form-control-wrap {
   padding: 15px 0;
   width: 80%;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
   height: 100px;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
   text-align: center;
   background: #02010100;
   color: #4c4c4c;
   border-style: solid;
   border-width: 0px 0px 1px 0px;
   border-color: #4c4c4c;
   padding: 10px 0px;
   font-family: "Montserrat", sans-serif;
   font-weight: 400;
   font-size: 16px;
   border-radius: 3px;
   width: 100%;
}
/* .wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
   background: #1a1a1a;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit {
   text-align: center;
   color: #ffffff;
   width: 120px;
   border-radius: 10px 10px 10px 10px;
   padding: 10px 20px;
   font-family: "Montserrat", Sans-serif;
   font-weight: 500;
   font-size: 17px;
   background: #F67D2C;
   margin-top: 20px;
} */
section.contact-form .contact-form-main-wrapper {
   display: flex;
   align-items: center;
}
section.contact-form .contact-form-text {
   width: 40%;
   padding-left: 100px;
   text-align: left;
}
section.contact-form .contact-form-text .heading {
   letter-spacing: 0;
   font-size: 60px;
}
section.contact-form .contact-form-text .content-text {
font-size: 26px;
}
section.contact-form .contact-form {
   width: 60%;
}
.contact-form .wpcf7 .wpcf7-form .fieldset-cf7mls-wrapper .fieldset-cf7mls {
   width: 90%;
}
.contact-form .wpcf7 .wpcf7-form .fieldset-cf7mls-wrapper .fieldset-cf7mls .wpcf7-form-control.wpcf7-submit {
   background-color: #F67D2C !important;
   color: #ffffff !important;
}

/** About Team CSS **/

.our-team-wrapper {
   display: flex;
   align-items: center;
}
.our-team-wrapper .our-team-img {
   position: relative;
   margin: 20px 10px;
   width: 100%;
   height: 100%;
   text-align: center;
   cursor: pointer;
}
.our-team-wrapper .our-team-img .team-meta {
   position: absolute;
   margin: auto;
   left: 0;
   right: 0;
   bottom: 0;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   align-items: center;
   -ms-flex-align: center;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   justify-content: center;
   padding: 2em;
   width: 100%;
   height: 100%;
   color: #fff;
   text-transform: uppercase;
   font-style: normal;
   font-size: 1.25em;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
}
.our-team-wrapper .our-team-img .team-meta::before {
   content: "";
   position: absolute;
   top: 30px;
   right: 30px;
   bottom: 30px;
   left: 30px;
   border: 1px solid #FFFFFF;
   background-color: rgba(155,74,27,.5294117647);
}
.our-team-wrapper .our-team-img .team-meta .social-icons span {
   margin: 10px;
}
.our-team-wrapper .our-team-img .team-meta .social-icons span i {
   font-size: 15px;
}
.our-team-wrapper .our-team-img .team-meta::before, .our-team-wrapper .our-team-img .team-meta p, .our-team-wrapper .our-team-img .team-meta .social-icons {
   opacity: 0;
   -webkit-transition: opacity .35s,-webkit-transform .35s;
   transition: opacity .35s,transform .35s;
   transition: opacity .35s,transform .35s,-webkit-transform .35s;
   -webkit-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0)
}
.our-team-wrapper .our-team-img:hover .team-meta::before, .our-team-wrapper .our-team-img:hover .team-meta p, .our-team-wrapper .our-team-img:hover .team-meta .social-icons{
   opacity: 1;
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1)
}
.our-team-wrapper .our-team-img .team-meta .team-name {
   font-size: 16px;
   font-weight: 500;
   font-family: 'Montserrat', sans-serif;
   -webkit-transition: -webkit-transform .35s;
   transition: transform .35s;
   transition: transform .35s, -webkit-transform .35s;
   -webkit-transform: translate3d(0, 100%, 0);
   transform: translate3d(0, 100%, 0);
}
.our-team-wrapper .our-team-img:hover .team-meta .team-name {
   -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}
.our-team-wrapper .our-team-img .team-meta p {
   font-size: 12px;
   font-weight: 300;
}
.our-team-wrapper .our-team-img img {
   position: relative;
   display: block;
   width: 400px;
   height: 400px;
   opacity: 0.9;
   object-fit: cover;
   object-position: center center;
}

/** About Team CSS **/

/** Team Page CSS **/

.team-mate-wrapper {
   display: flex;
   align-items: flex-start;
   padding: 75px 50px;
}
.team-mate-wrapper .team-mate-img {
   margin: 0 50px !important;
   width: 35% !important;
}
.team-mate-wrapper .team-mate-info {
   padding: 20px 50px;
   width: 65%;
   text-align: left;
}
/* .team-mate-wrapper .team-mate-info::before {
   content: attr(data-designation);
   position: absolute;
   text-transform: uppercase;
   color: var(--heading-color);
   font-size: var(--title-heading);
   line-height: calc(var(--title-heading) + 10px);
   letter-spacing: 2px;
   font-weight: var(--font-weight-heading);
   font-family: var(--heading-font);
   opacity: 0.061;
   left: 45px;
   top: 0;
} */
.team-mate-wrapper .team-mate-info .team-mate-name {
   font-family: "Montserrat", Sans-serif;
   font-size: 46px;
   font-weight: 600;
   text-transform: capitalize;
   line-height: 0px;
   word-spacing: 1px;
   margin-bottom: 45px;
}
.team-mate-wrapper .team-mate-info .team-mate-name span {
   color: #F67D2C;
   text-transform: capitalize;
}
.team-mate-wrapper .team-mate-info .team-mate-detail {
   color: #7f7f7f;
   font-family: "Montserrat", Sans-serif;
   font-size: 12px;
   font-weight: 300;
   letter-spacing: 0px;
   word-spacing: 0px;
   padding: 0 75px 0 0;
   margin: 10px 0;
}
.team-mate-wrapper .team-mate-info .social-icons {
   display: flex;
   align-items: center;
   padding: 5px;
}
.team-mate-wrapper .team-mate-info .social-icons a {
   padding: 5px 0px;
   margin-right: 5px;
}
.team-mate-wrapper .team-mate-info .social-icons .social-media .dsn-icon {
   width: 60px;
   height: 60px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   border: 1px solid rgba(255, 255, 255, .15);
}
.team-mate-wrapper .team-mate-info .social-icons .social-media .dsn-icon i {
   font-size: 15px;
   color: #ffffff !important;
}
.text-section-wrapper .hero-title span {
   color: #7f7f7f;
}
section.get-in-touch {
   padding-bottom: 0px !important;
}

/** Team Page CSS **/

.social-side {
   bottom: 15px !important;
}
section.testimonials {
   padding: 75px 0 50px;
}
/* .dsn-posts .dsn-animate-up, .dsn-posts .dsn-animate-down {
   font-size: 12vw !important;
} */

.sticky-cta {
   position: fixed;
    right: 30px;
    bottom: 30px;
    text-decoration: none;
    background: #008000;
    /* filter: drop-shadow(0px 0px 3px #999999); */
    line-height: 1;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
}
.sticky-cta:focus {
   text-decoration: none;
}
.sticky-cta i {
   color: #FFFFFF;
   font-size: 25px;
}

.menu-social-icons {
    display: none;
    position: absolute;
    bottom: 30px;
}
/** Light Mode CSS - Start**/

body.v-light .vertical-line {
   background-color: #7f7f7f;
}
body.v-light .content-wrapper .content-text-wrapper .paragraph {
   color: #0009;
}
body.v-light .content-wrapper .img-wrapper img {
   filter: invert(1);
}
body.v-light .our-team-wrapper .our-team-img:hover .team-meta .team-name, body.v-light .our-team-wrapper .our-team-img .team-meta .team-name,
.our-team-wrapper .our-team-img .team-meta p {
   color: #ffffff;
}
body.v-light .testimonials-content .swiper-container .swiper-wrapper .testimonial-inner-item .testimonial-item-wrapper .quotation-mark img {
   filter: brightness(3.5);
}
body.v-light .newsletter-main-wrapper {
   background: #E8e8e8;
}
body.v-light .newsletter-main-wrapper .newsletters-wrapper .form-wrapper .wpcf7-form-control-wrap input {
   border-color: #0009;
}
body.v-light section.all-portfolio .dsn-background-inherit .background-section .dsn-bg {
   background-color: #242424;
}
body.v-light section.contact-form .wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label:has(input:checked) {
   background-color: #F67D2C;
   color: #ffffff;
   border-color: #f67d2c;
}
body.v-light section.contact-form .wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:has(input:checked) {
   border-color: #F67D2C;
}
body.v-light form.cf7mls input.wpcf7-form-control.wpcf7-submit {
   background-color: #F67D2C;
   color: #ffffff;
}
body.v-light .team-mate-wrapper .team-mate-info .social-icons .social-media .dsn-icon i {
   color: #000000 !important;;
}
body.v-light .team-mate-wrapper .team-mate-info .social-icons .social-media .dsn-icon {
   border: 1px solid rgba(76, 76, 76, .5);
}
body.v-light .team-mate-wrapper .team-mate-info .social-icons {
   padding: 5px 0px;
}
body.v-light .team-mate-wrapper .team-mate-info .social-icons a {
   padding: 5px 0px 5px;
   margin-left: 5px;
}
/** Light Mode CSS - End**/