.landing-page-banner {
    padding: 150px 0;
/*    background-image: url(../images/banner-newbg.png);*/
    background-size: 100% 100%;
    background-position: center center;
    background-color: #0c0a09;
    position: relative;
    overflow: hidden;
}  

section {
    padding-left:40px !important;
} 

.main-section {
    position: relative;
    min-height: 100vh;
    transition: all 0.5s ease;
   
}

.our-work-service-icons img {
    border-radius: 16px;
    background: #FFF;
} 

.contactform-block {
    background-image: url(../images/contact-bg.png);
    background-size: cover;
    background-position: center center;
    position: relative;
    background-color: #000;
    z-index: 9;
    word-spacing: 2px;
} 




.dw-container {
    max-width: 1700px;
    margin: 0 auto;
    position: relative;
}

.dw-container-inner {
    width: calc(100% - 263px);
    display: inline-block;
    vertical-align: top;
   
}

.sidebar {
    position: sticky;
    top: 50px;
    left: 0;
    height: 100vh;
    width: 260px;
    z-index: 5;
    transition: all 0.5s ease;
    border-right: 2px solid #686868;
    vertical-align: top;
    display: inline-block;
}
 

.landing-popupup .landing-popup-form input:focus,
.landing-popupup .landing-popup-form textarea:focus {
    border: none !important;
    outline: none;
}


.top-bar {
    position: fixed;
    width: 100%;
    left: 0;
    z-index:9;
    background: #1F1F1F;
    padding: 10px;
    top: 0;
/*    max-width: 1600px;*/
    right: 0;
    margin: 0px auto;
}

span.ticket-title {
    color: var(--stone-200, #E7E5E4);
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

span.ticker-linktitle {
    color: var(--stone-200, #E7E5E4);
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    padding: 10px;
}

.marquee {
    overflow: hidden;
    padding: 0;
}

/*.marquee-content {
  display: flex;
  animation: scrolling 25s linear infinite;
}*/
.marquee-content {
display: flex;
    flex-flow: row;
    align-items: center;
    animation: 38.4418s linear 0s infinite normal none running ticketscroll;
    }

    .marquee-content:hover {
display: flex;
    flex-flow: row;
    align-items: center;
    animation: 38.4418s linear 0s infinite normal none paused ticketscroll;
    }

.marquee-item {
  flex: 0 0 20vw;
  margin: 0 0.7vw; 
 display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    
}

.marquee-item:after {
    width: 7.121px;
    height: 7.121px;
    transform: rotate(45deg);
    background: #fff;
    content: '';
    position: absolute;
    left: -15px;
    border-radius: 42px;
    top: 13px;
}

.marquee-item img {
  display: block;
  /* width: 100%; */
   padding: 0 20px; 
}


@keyframes ticketscroll
{
    from {transform:translate3d(0,0,0);}

    to {transform:translate3d(-1922.0919999999999px,0,0);}
}



@keyframes scrolling {
  0% { transform: translateX(0); }
  100% { transform: translatex(-100vw); }
}






.sidebar.close {
  width: 78px;
}
.sidebar .logo-details {
/*  height: 60px;*/
  width: 100%;
  display: flex;
  align-items: center;
}
.sidebar .logo-details i {
  font-size: 30px;
  color: #fff;
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
}
.sidebar .logo-details .logo_name {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s ease;
  transition-delay: 0.1s;
}
.sidebar.close .logo-details .logo_name {
  transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links {
  height: 100%;
  padding: 0 0 150px 0;
  overflow: auto;
}
.sidebar.close .nav-links {
  overflow: visible;
}
.sidebar .nav-links::-webkit-scrollbar {
  display: none;
}
.sidebar .nav-links li {
  position: relative;
  list-style: none;
  transition: all 0.4s ease;
}
.sidebar .nav-links li:hover {
  background: #1d1b31;
}
.sidebar .nav-links li .icon-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar.close .nav-links li .icon-link {
  display: block;
}
.sidebar .nav-links li i {
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sidebar .nav-links li.showMenu i.arrow {
  transform: rotate(-180deg);
}
.sidebar.close .nav-links i.arrow {
  display: none;
}
.sidebar .nav-links li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.sidebar .nav-links li a .link_name {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  transition: all 0.4s ease;
}
.sidebar.close .nav-links li a .link_name {
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li .sub-menu {
  padding: 6px 6px 14px 80px;
  margin-top: -10px;
  background: #1d1b31;
  display: none;
}
.sidebar .nav-links li.showMenu .sub-menu {
  display: block;
}
.sidebar .nav-links li .sub-menu a {
  color: #fff;
  font-size: 15px;
  padding: 5px 0;
  white-space: nowrap;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.sidebar .nav-links li .sub-menu a:hover {
  opacity: 1;
}
.sidebar.close .nav-links li .sub-menu {
  position: absolute;
  left: 100%;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0s;
}
.sidebar.close .nav-links li:hover .sub-menu {
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
}

.sidebar .nav-links li .sub-menu .link_name {
  display: none;
}
.sidebar.close .nav-links li .sub-menu .link_name {
  font-size: 18px;
  opacity: 1;
  display: block;
}
.sidebar .nav-links li .sub-menu.blank {
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}

.sidebar .nav-links li:hover .sub-menu.blank {
  top: 50%;
  transform: translateY(-50%);
}


.section-heading-title {
    display: inline-flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 64px;
    background: #FAFAF9;
    position: relative;
    left: 100px;
    z-index:7;
    color: var(--stone-800, #292524);
font-family: Plus Jakarta Sans;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 2.08px;
text-transform: uppercase;
}


.title-icons {
    width: 7.121px;
    height: 7.121px;
    transform: rotate(45deg);
    border-radius: 2px;
    background: var(--red-600, #DC2626);
}


.home-section {
  position: relative;
  background: #e4e9f7;
  height: 100vh;
  left: 260px;
  width: calc(100% - 260px);
  transition: all 0.5s ease;
}
.sidebar.close ~ .home-section {
  left: 78px;
  width: calc(100% - 78px);
}
.home-section .home-content {
  height: 60px;
  display: flex;
  align-items: center;
}
.home-section .home-content .bx-menu,
.home-section .home-content .text {
  color: #11101d;
  font-size: 35px;
}
.home-section .home-content .bx-menu {
  margin: 0 15px;
  cursor: pointer;
}
.home-section .home-content .text {
  font-size: 26px;
  font-weight: 600;
}


@media (max-width: 420px) {
  .sidebar.close .nav-links li .sub-menu {
    display: none;
  }
}


.landing-page-banner .banner-btn {
    margin-top: 30px;
}

.align-items-center {
    align-items: center;
} 

.banner-btn {
    color: #ffffff;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 32px;
    background: #DC2626;
    display: inline-flex;
    height: 48px;
    padding: 14px 24px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}  
  
.banner-btn:hover {
    background-color: #ffffff;
    color: #000000; 
    opacity: 1;  
}

.next-pre-btn {
    color: #ffffff;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 32px;
    background: #DC2626;
    display: inline-flex;
    height: 48px;
    padding: 14px 24px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}  
  
.next-pre-btn:hover {
    background-color: #ffffff;
    color: #000000; 
    opacity: 1;  
}
.next-pre-btn svg {
    transition: 0.5s ease-in-out;
    margin: 0;
}

 
 .aboutus-content-block h3 {
    color: #FFF;
    font-family: Anton;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 141.667% */
    margin: 5px 0;
} 

.our-value-title-block {
    margin-bottom: 100px;
} 



.our-value-block {   
    padding:50px 20px;  
    border-radius: 16px;
    background: #191919;
    margin: 15px 0;
   transition: 0.5s ease;
} 

.our-value-block:hover {
    background: transparent;
        transition: 0.7s ease;
        opacity: 1;
} 

.our-value-block .content-block {
    min-height: 120px;
}


.aboutus-section {
    padding-bottom:100px;
}

.aboutus-content-block p {
    color: var(--stone-400, #A8A29E);
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.aboutus-content-block {
    border-radius: 16px;
    border: 1px solid var(--stone-500, #78716C);
    padding: 30px;
}


.banner-title {
color: #FFF;
font-family: Anton;
font-size: 50px;
font-style: normal;
font-weight: 400;
line-height:  60px;
}

.icon-tab.active .icon-label,
 .icon-tab:hover .icon-label {
    color: #fff;
} 

.banner-content-block svg ,
.contactus-section svg {
    margin-left: 15px;
}

.banner-btn:hover svg path {
    stroke: #000000;
}

.next-pre-btn:hover svg path {
    stroke: #000000;
}
.banner-title span,
.contactus-section span {
    font-family: sans-serif;
    color: #ffffff;
    letter-spacing: 0px;
}

.common-padding {
    padding: 100px 0;
    overflow: hidden;
} 


.section-main-heading {
    color: #FFF;
    text-align: center;
    font-family: Anton;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}   


.form-container {
    max-width: 800px;
    margin: 50px auto 0;
}

.form-container label {
    color: #FFF;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 10px 0;    
    word-spacing: 2px 
}


.form-container .input input {
    display: flex;
    width: 100%;
    padding: 16px 24px 16px 16px;
    align-items: center;
    gap: 8px;
    background: #111111;
    border-radius: 12px;
    border: 1px solid #4B4B4B;
    background: rgba(0, 0, 0, 0.30);
    margin: 10px 0;
    color: rgba(245, 245, 245, 0.70);
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;    
}

.form-container textarea {
    display: flex;
    height: 157px;
    padding: 16px 24px 16px 16px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    background: #111111;
    resize: none;
    width: 100%;
    border-radius: 12px;
    border: 1px solid #4B4B4B;
    background: rgba(0, 0, 0, 0.30);
    margin: 10px 0;
    color: rgba(245, 245, 245, 0.70);
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 200% */
    text-transform: capitalize;
}


.form-container span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
    margin:-5px 0 0;
    line-height: 1;
    padding: 0;
    width: 100%;
    text-align: left;
}    

.form-container .input {
    position: relative;
    padding: 0;
}

.form-container .wpcf7-response-output {
    position: absolute; 
    font-size: 12px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0px auto !important;
    max-width: 700px;
        z-index: 9999;
    bottom: 0px;
}


button.wpcf7-submit {
    display: inline-flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 32px;
    border: 1px solid var(--white, #FFF);
    color: var(--white, #FFF);
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    background: #111111;
        transition: 0.5s ease;
}

.submit-btn {
    text-align: center;
    margin: 15px auto;
} 

.contact-number svg {
    margin: -5px 7px;
}

.contact-number a:hover svg path {
       fill: #DC2626;
}



.landing-popupup .submit-btn {
    text-align: center;
    margin: 0px auto;
}  

button.wpcf7-submit:hover{
    color: #000000;
}
.wpcf7-submit:hover svg path {
    stroke: #000000 !important;
} 

button.wpcf7-submit:hover {
    background: #fff;
    border-color: #fff;
    opacity: 1;
    color: #000;
}

button.wpcf7-submit:hover svg {
    transform: translate(10px, 0px);
}

button.wpcf7-submit svg {
    transition: 0.5s ease-in-out;
    margin: 0;
}


.form-container .col-sm-12.message-box {
    padding: 0;
}
 
/*.form-container .input.name {
    padding-right: 10px;
}
*/
.form-container .input.email {
    padding-left: 10px;
}



.form-container .col-sm-12.message-box {
    margin: 10px 0;
}

.content-title {
    color: #141413;
     font-family: 'Anton', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 80.6px */
} 

.heading-sections {
    position: relative;
}

.heading-sections:after {
    background: #44403c;
    width: 98%;
    height: 2px;
    left: 10px;
    position: absolute;
    content: '';
    top: 25px;
}

.our-work-block {
    margin-top: 70px;
} 

.our-work-service-icons {
    width: 100%;
    height: 345px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
} 



.our-work-content p {
    color: #A8A29E;
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
} 

 
 

.content-overview p {
color: #D6D3D1;
font-family: Plus Jakarta Sans;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */ 
max-width: 80%;  
}

.moretext p, .moretext_approach p{
    padding-top: 0;
}



.read-more-btn {
    color: #141412;
    text-align: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.read-more-btn:hover {
    text-decoration: underline;
}

.our-strengths {
    background: #F6F6F6;
}

.panel-heading h3 {
    color: #000000;
    font-family: 'Anton', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
} 

.content-overview {
    margin-top: 20px;
}

.icon-label {
    color: #141413;
   font-family: 'Anton', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    line-height: 20px; 
    width: 100%;
   
}

.icon-tab {
    margin: 25px 0;
    border-radius: 45px;
    background: #FFF;
    padding: 22px 20px; cursor: pointer;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    transition: 0.5s ease;
}

.icon-tab  svg {
    float: right;
    margin: 3px 0;
} 

.icon-tab.active,.icon-tab:hover {
    background: #000000;
} 
.icon-tab:hover {
    background: #000000;
    transition: 0.7s ease;
    transform: scale(1.07);
} 


.icon-tab.active svg path, 
.icon-tab:hover svg path {
    stroke: #000000;
}


.full-width-title {
    margin-bottom: 20px;
}

.landing-faqs-section .ant-collapse-content>.ant-collapse-content-box {
    padding: 10px 5px;
}


.custom-cms-content p{
    color: #FFF;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; 
    opacity: 0.6;
}
.landing-faqs-section .acc_active .ant-collapse-header.acc_head {
    background: transparent;
    border: 2px solid transparent;
    transition: all 0.3s;
    color: #ffffff;
    color: #FFF;
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
        width: 100%;
    text-align: left;
    display: block;

}

.common-faq-icons {
    position: absolute;
    right: 40px;
    top: 20px;
}
 
li.acc_active.acc_section .plus-icon {
    display: none !important;
}

li.acc_active.acc_section .minus-icons {
    display: block !important;
    right: 0;
} 

.landing-faqs-section .acc_active .ant-collapse-header.acc_head:hover{
 background:transparent;
}

.acc_active .ant-collapse-header.acc_head {
    padding: 20px 0 0 !important;
   
}

/*.custom-cms-content {
    max-width: 97%;
}*/

.landing-faqs-section .ant-collapse-header.acc_head:hover{
   
    border: 2px solid transparent;
    transition: all 0.5s;
     color: #ffffff;
     opacity: 0.7;
    background: rgba(113, 113, 113, 0.20);
}



.contactus-section {
    text-align: center;
    padding-bottom: 150px;
} 
 
li.acc_active.acc_section {
    border-radius: 16px;
    border: 1px solid var(--white, #FFF);
    display: flex;
    padding: 20px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    flex-shrink: 0;
}

.testimonial-card {
    border-radius: 10px;
    background: #f6f6f6;
    text-align: center;
    padding: 25px;
    min-height: 220px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
} 


.footer-content p {
    color: #FFF;
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 30.6px */
    opacity: 0.6;
} 

.testimonial-title {
    text-align: center;
    font-feature-settings: 'salt' on, 'liga' off;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 116.667% */
}

.testimonial-content {
    color: rgba(0, 0, 0, 0.63);
    text-align: center;
    font-feature-settings: 'salt' on, 'liga' off;
    font-size: 10px;
    font-style: italic;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
    margin: 15px 0;
}

.testimonial-content p {
    color: rgba(0, 0, 0, 0.63);
    text-align: center;
    font-feature-settings: 'salt' on, 'liga' off;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
}

.testimonial-author-content {
    text-align: center;
    padding:30px 0;
}

.author-details {
    color: #141413;
    text-align: center;
   font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.contactus-section span,
.contactus-section .content-title {
    font-family: 'Poppins', sans-serif;
}

.profession {
    color: rgba(0, 0, 0, 0.63);
    text-align: center;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
}

.testimonial-detail {
    position: relative;
}

.quotes-arrow {
    position: absolute;
    max-width: 90px;
    right: -10px;
    top: -15px;
    opacity: .7;
} 

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
      background: #fff !important;
    opacity: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    opacity: .5;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 5px;
    background: transparent;
    border: 1px solid #000000;
} 


.moretext,.moretext_approach {
  display: none;
} 



.landing-fixed-icon {
    position: absolute;
    top: 26px;
    left: 26px;
}

.landing-popup-icon {
    cursor: pointer;
    transition: 0.5s ease;
    z-index: 9999;
    animation: rotateicon 7s linear infinite;
    width: 88px;
    height: 88px;
}

.rotate-icons {
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    display: inline-block;
    right: 20px;
    bottom: 20px;
    z-index: 12;
    left:94%;
} 



.rotate-icons:hover .landing-popup-icon svg path {
    stroke: #fff;
    fill: #fff;
}
.rotate-icons:hover .landing-fixed-icon svg path {
    stroke: #000000;
    fill: #000000;
}

.rotate-icons:hover ellipse {
    fill: #fff;
}

@keyframes rotateicon {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}

/*.landing-popup-icon:hover {
    transform: scale(1.2);
    transition: 0.7s ease;
    right: 40px;
}*/

.content-overview-image {
    padding-top: 30px;
}

.landing-popupup h4 {
color: #FFF;
    font-family: Anton;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
} 
.modal-content p {
    overflow: hidden;
    color: #A8A29E;
    text-align: center;
    text-overflow: ellipsis;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

.modal .landing-popupup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
} 
.landing-popupup .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    padding: 20px;
    width: 30rem;
    border-radius: 0.5rem;
    max-width: 600px;
    background-image: url(../images/popup-bg.png);
    opacity: 1;
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.landing-popupup .landing-popup-form input {
    width: 100%;
    display: flex;
    padding: 16px 24px 16px 16px;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid #4B4B4B;
    background: rgba(0, 0, 0, 0.30);
    color: #fff;
}

.modal label {
    color: #FFF;
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    width: 100%;
    display: block;
    margin: 5px 0;
    word-spacing: 7px;
}

.landing-popup-form br {
    display: none;
}




.landing-popup-form textarea {
    resize: none;
    width: 100%;
    display: flex;
    height: 80px;
    align-items: flex-start;
    gap: 8px;
    padding: 15px;
    margin-bottom: 26px;
    color: #000;
    border-radius: 12px;
    border: 1px solid #4B4B4B;
    background: rgba(0, 0, 0, 0.30);
    color: rgba(245, 245, 245, 0.70);
font-family: Plus Jakarta Sans;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
}


.close-button {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
} 

.close-button:hover {
    opacity: 0.9;
}


.acc_section svg{
    transform: rotate(180deg);
}

.acc_section svg path {
    fill: #141413;
}

.acc_active svg path,
.acc_section:hover svg path {
    fill: #ffffff;
}

.acc_active svg,
.acc_active:hover svg
{
    transform: rotate(0deg);
} 


.wpcf7-form-control-wrap {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 15px;
} 

.message-box span.wpcf7-form-control-wrap {
    padding: 0;
}

.landing-popupup span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
    margin: 0;
    line-height: 1;
    padding: 0;
    width: 100%;
    bottom: 0px;
    left: 10px;
    text-align: left;
} 

.landing-popupup .wpcf7-response-output {
    border: none !important;
    margin: -5px 0 !important;
        z-index: 9999;
    bottom: 0px;
}

form.wpcf7-form{
    position: relative;
    padding-bottom: 20px;
}

.landing-popupup .input {
    position: relative;
    margin:0;
}


.landing-popupup .wpcf7-response-output {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 100%;
    margin: 0px auto;
}


.partners_badge-block img {
    width: 100px;
}




.mobile-device {
    display: none;
} 

footer.site-footer {
    background: #010101;
    color: #fff;
    position: relative;
    z-index: 8;
} 

.footer-content p:empty {
display: none;
}

.listcount4 .contact-icon {visibility: hidden;} 



.banner-btn svg {
    transition: 0.5s ease-in-out;
}

.banner-btn:hover svg {
    transform: translate(10px, 0px);
}


.counterouter {
    display: flex;
    align-items: center;
}



.our-services-block {
    border-radius: 16px;
    border: 1px solid var(--stone-500, #78716C);
    background: rgba(12, 10, 9, 0.60);
    padding: 40px 20px;
    margin: 100px 0 0;
    text-align: center;
    min-height: 490px;
} 

.page-template-marketing-page-template .icon-label {
    font-size: 14px;
}



.service-label {
    color: #FFF;
    text-align: center;
    font-family: Anton;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    margin: 15px 0;
} 


.service-content p {
 color: var(--stone-400, #A8A29E);
text-align: center;
font-family: Plus Jakarta Sans;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
}  

/*.site-header .container {
    max-width: 1600px;
} 
*/
.inner-content-container {
    max-width: 960px;
/*    margin: 0px auto;*/
}  

.service-icons svg {
    max-width: 140px;
} 

.partner-logo {
    margin: 20px 7px;
    transition: 0.3s ease all;
}

.partner-logo:hover {
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    transform: scale(1.05);
}
 

.banner-btn svg {
    transition: 0.5s ease-in-out;
    margin:0;
} 


.blog-section {
    position: relative;
    margin-top: 80px;
}

.contact-us-form-block .contact-info-block svg {
    background: #000;
    padding: 7px;
    border-radius: 30px;
    width: 40px;
    height: 40px;
} 

.blog-section:after {
    background: #E6E6E6;
    position: absolute;
    width: 100%;
    content: '';
    height:55%;
    top: 0;
    z-index: -1;
}

div#blogs {
    margin-top: 30px;
}

.post-info-block {
    background: #FBF8EE;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
    max-width: 90%;
    margin: 0 auto;
    position: absolute;
    bottom: 10px;
    z-index: 9999;
    left: 0;
    right: 0;
}

.blog-readmore img {
    max-width: 20px;
}

.blog-readmore {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #141413;
    text-align: right;
  
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 15px 0;
}

.card-row {
    border-radius: 20px;
    background: #FBFFF3;
    box-shadow: 0px 4px 40px 0px rgba(102, 165, 0, 0.20), 0px 25px 54px 0px rgba(0, 0, 0, 0.20);
    padding: 40px;
    margin-top: 30px;
}

.card-row .banner-btn {
    margin: 0;
}



.row.card-row {
    position: relative;
}



.card-row h3 span {
    font-weight: normal;
}



a.banner-btn.m-t-0 {
    margin: 0;
}



.blog-readmore span {
    padding-right: 7px;
}

.blog-readmore {
    position: relative;
}

.blog-readmore:after {
    position: absolute;
    width: 100%;
    content: '';
    background: #141413;
    height: 1.5px;
    bottom: 0;
} 

.blog-section .owl-nav {
    position: absolute;
    top: 27%;
    width: 100%;
}

.page-template-home-page-template section.contactus-section.common-padding {
    padding-top: 0;
} 

.blog-section button.owl-prev {
    left: -20px;
    position: absolute;
    background: #fff !important;
    box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.12);
    height: 35px;
    width: 35px;
}

.blog-section button.owl-next {
    position: absolute;
    right: -20px;
    background: #fff !important;
    box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.12);
    height: 35px;
    width: 35px;
}

.blog-section img.slider-left-arrow {
    width: 20px;
    margin-top: 5px;
}

.blog-section img.slider-right-arrow {
    width: 20px;
    margin-top: 5px;
}

h4.case-studies-sub-headinf.text-center {
    font-size: 18px;
    font-weight: normal;
}

.home-case-study.common-padding {background: #F2F7EA;}




.p-t-0 {
    padding-top: 0;
}


section.google-map {
    overflow: hidden;
}

.contact-map iframe {
    width: 100%;
    height: 450px;
}



/* Home page */




.our-work-title {
    text-align: left;
    margin: 30px 0 10px;
} 

.learn-btn {
    display: flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 32px;
    border: 1px solid var(--white, #FFF);
    margin: 20px 0;
    max-width: 170px;
    color: #fff;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.learn-btn:hover {
    background: #fff;
    border-color: #fff;
    opacity: 1;
    color: #000;
}

.learn-btn svg {
    transition: 0.5s ease-in-out;
    margin: 0;
}
.learn-btn:hover svg {
    transform: translate(10px, 0px);
}
.learn-btn:hover svg path {
    stroke:#000000;
} 

.left-heading-title {
    text-align: left;
    margin: 60px 0;
} 

.owl-carousel button:hover {
    background: none !important;
} 

.ourworks-listing-block .owl-nav {
       width: 100%;
}

.ourworks-listing-block button.owl-prev {
    position: absolute;
    left: 0;
    top: 12px;
}
.ourworks-listing-block button.owl-next {
    position: absolute;
    right: 0;
    top: 12px;
}

.ourworks-listing-block .owl-stage-outer {
    margin: 0 20px;
}

section.our-work-sections {
  /*   background-image: url(../images/our-work-bg.png);
    background-size: 100% 100%;
    background-position: center center;
     background-color: #191919; */
    position: relative;
     padding: 0;
   
}



section.our-services-sections{
    background: #0c0a09;
/*        padding-bottom: 0; */
}

.workstation1,.workstation4 {
    border-radius: 16px;
    background: #191919;
    display: flex;    
    padding: 30px 32px;
    flex-direction: column;
    align-items: flex-start;
}

.workstation2,.workstation3 {
    border-radius: 16px;
    background: #0C0A09;
    display: flex;  
    padding: 30px 32px;
    flex-direction: column;
    align-items: flex-start;
   
}



.client-logo-block {
    width: 100%;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.faq-content-block {
    color: #FFF;
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 30.6px */
    opacity: 0.6;
    padding-left: 100px;
}

.client-logo-inner-sections {
    display: flex;
    align-items: center;
    background-image: url(../images/logo-bg.png);
    background-size: 100% 100%;
    padding: 20px 0;
    justify-content: center;
    vertical-align: middle;
} 

.submit-btn input:hover {
    background: #fff;
    color: #000 !important;
}   


.workstation-block1,.workstation-block3 {
    padding-right: 0;
}

.workstation-block2,.workstation-block4 {
    padding-left: 0;
}



.workhorsedigital-service-icons {
    margin-left: 10px;
}

.content-block p {
    overflow: hidden;
    color: #A8A29E;
    text-overflow: ellipsis;
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

h4.our-work-title.service-label {
    color: var(--white, #FFF);
    font-family: Anton;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
}

.content-block li {
    overflow: hidden;
    color: #A8A29E;
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    width: 49%;
    display: inline-flex;
    line-height: 32px;
} 

.content-block {
    min-height: 160px;
    margin: 10px 0 0 0;
}


svg {
    max-width: 100%;
}

.about-inner-banner {
    overflow: hidden;   
} 

.accordions li.opens img.accordions-arrow {
        transform: rotate(180deg);
    }

    img.accordions-arrow {
    width: 14px;
}

span.arrow.links {
    margin-left: 10px;
    cursor: pointer;
}  

.sidebar li.menu-item {
    margin: 30px 0;
    padding-left: 15px;
}  

li.menu-item a {
    color: var(--stone-400, #A8A29E);
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

li.menu-item.active a {
    color: #fff;
}

li.menu-item a:hover {
    color: #fff;
     opacity: 1;
} 

li.menu-item a:hover {
    color: #fff;
    opacity: 1;
}

ul.sub-menu li {
    padding: 7px 0;
}

ul.sub-menu li a {
    font-size: 14px;
} 

  ul.sub-menu.accordion-contents {
        overflow: unset;
        position: unset;
        height: 100%;
        width: 100%;
        min-width: 100%;
        box-shadow: none;
        transition: none;
        background: transparent;
        display: none;
        padding:15px 10px 0;
    }

li.menu-item.has-childrens.opens {
    margin-bottom: 0;
}


.page-template-case-studies-template .our-work-sections{
    background: #0c0a09;
} 
 

 .contact-form-block .contactform-block {
    background: #0c0a09;
} 
 

.form-container.full-width {
    max-width: 1000px;
} 

.contact-inner-content-container {
    max-width: 1000px;
    margin: 0px auto;
    overflow: hidden;
}

.map-image {
    padding: 0 15px;
} 

.address-block a {
    color: #A8A29E;
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.address-block h4.service-label {
    margin: 0;
}

.address-block {
    text-align: center;
    position: relative;
    margin-top: -70px;
}


.error-404.not-found {
    text-align: center;
    padding: 100px 0;
}

 

.overview-block p {
    color: #A8A29E;
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.single-case-study-title {
    font-family: Anton;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
} 

.overview-list-block {
    margin-top: 40px;
}


.overview-content ul  {
    margin: 20px 0;
}

.overview-content ul li {
    color: #A8A29E;
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    padding-left: 20px;
    margin: 5px 0;
    position: relative;
}

.overview-content {
    padding: 20px 0;
}

.challenge-overview-content h2.section-main-heading {
    text-align: left;
}

section.challenges-overview-block {
    background: #0c0a09;
}

.single-casestudy section.overview-block{
    background: #191919;
}

.client-testimonial-sections {
    padding: 40px;
    margin: 60px 0 0;
    border-radius: 24px;
    background-image: url(../images/testimonial-bg.png);
    background-size: 100% 100%;
} 


.client-feedbackblock p {
    color: #A8A29E;
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

h2.client-name {
    color: #FFF;
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4px;
}

h5.client-name {
    color: #A8A29E;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.client-image-block {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    margin: 0 16px;
}

.overview-content ul li:after {
    position: absolute;
    width: 7px;
    height: 7px;
    background: #A8A29E;
    content: '';
    left: 0;
    top: 12px;
    border-radius: 100px;
}
.client-image-block img {
    border-radius: 100%;
}

.client-intro-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0;
}

.next-pre-btn {
    margin-top:60px;
    background: transparent;
    border: 1px solid;
}

.prev-btn:hover svg {
    transform: translate(-10px, 0px) !important;
}

.next-btn {
    float: right;
/*    margin-right: 30px;*/
} 


.grecaptcha-badge {
    display: none !important;
    opacity: 0 !important;
} 


.cta-btn-block {
    text-align: center;
    margin-top: 30px;
}  

.our-work-services-list img {
    max-width: 170px;
    height: 70px;
}  

.workhorsedigital-works-list {
    margin-top: 70px;
}  


 .our-work-services-list {
        position: relative;
        display: inline-block;
        transition: 0.5s ease;
    }
     .our-work-services-list .workhover-image{
      transition: 0.7s ease;
    }

 .our-work-services-list .workhover-image {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    right: 0;
    margin: 0px auto;
}
    .our-work-services-list:hover .workhover-image{
        display: inline !important;
        opacity: 1;
       transition: 0.7s ease;
    }


.contactform-block .inner-content-container {
    margin: 0px auto;
}


/* width */
::-webkit-scrollbar {
  width:4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #191919; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

::-webkit-scrollbar:horizontal{
  height: 4px;
background: #191919; 
}
::-webkit-scrollbar-thumb:horizontal{
        background: #191919; 
        border-radius: 10px;
        
    }


section.faqs-section {
    padding-bottom: 20px;
} 


.single-service .services-section.servicespage .panel-body {
    margin: 0;
}

.single-service .services-section.servicespage .icon-tab {
    padding: 14px 10px;
    margin-bottom: 15px;
} 

.single-service .services-section.servicespage .panel-body p {
    margin-bottom: 20px;
}

.tabs-services{
    padding-bottom: 0;
}


.single-service  .services-section.servicespage .icon-tab{
margin: 10px 0 15px;

}

h2.process-title {
    color: var(--white, #FFF);
    font-family: Anton;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
}

.process-content {
    color: #A8A29E;
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    max-width: 100%;
}

.process-list-block {
    margin-bottom: 100px;
    padding-left: 100px;
}
.process-list-block {
    position: relative;
}

span.process-count {
    color: #000;
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 160% */
    position: absolute;
    left: 0;
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    background: #E4E3E3;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-process-image {
    text-align: center;
    margin-top: -80px;
    margin-bottom: 50px;
}  

.our-process-list {
    position: relative;
}

section.our-process-block {
    padding-bottom: 0;
}

.our-process-list:after {
    position: absolute;
    background: transparent;
    content: '';
    left: 28px;
    right: 0;
    top: 0;
    height: 80%;
    z-index: -1;
    border-style: dashed;
    border-image-source: url(../images/Line.png);
    border-image-slice: 20;
    border-image-repeat: round;
    border-right: none;
}  

.process-list-block:last-child {
    margin: 0;
}

.sub-menu li.sub-menu-items.active a {
    color: #fff;
}

li.menu-item.active.has-childrens.opens .sub-menu a {
    color: var(--stone-400, #A8A29E);
} 


.landing-banner-image img {
    min-width: 470px;
}   

ul#accordion {
    padding-left: 20px;
}

.workhorsedigital-lists {
    display: flex;
    flex-flow: row;
    align-items: center;
    animation: 38.4418s linear 0s infinite normal none running ticketscroll;
    margin-top: 100px;
} 

.workhorsedigital-lists:hover {
        display: flex;
    flex-flow: row;
    align-items: center;
    animation: 38.4418s linear 0s infinite normal none running ticketscroll;
}

.workhorsedigital-lists .our-work-services-list {
    position: relative;
    display: inline-block;
    transition: 0.5s ease;
    margin: 0 40px; 
}

.single-service .section_wrapper {
    min-height: 420px;
}


.postid-2227 .scroll-divblock{
    max-height: 357px;
    overflow-y: scroll;    
}

.scroll-divblock{
    max-height: 330px;
    overflow-y: scroll;    
}

.workhorse-secvices-list {
    padding: 0 20px 20px;
}

/*.service-content p {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */ 

.inner-pages-banner-block {
    padding-bottom: 0;
}


.privacy-policy h1 {
    font-size: 40px;
    margin: 20px 0;
}

.privacy-policy h2 {
    font-size: 28px;
    font-weight: 400;
    margin: 7px 0;
    letter-spacing: 2px;
}

.privacy-policy p {
    font-size: 16px;
    padding: 7px 0;
} 

#top-ticker-disable .sidebar {
    top: 0;
}

.privacy-policy strong {
    font-weight: 400;
} 


/* Jan Month */

.case-study-image {
    margin: 0 15px;
}

 

.case-study-title {
    color: var(--white, #FFF);
    font-family: Anton;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 14px;
}   

ul.casestudy-lists {
    display: flex;
    margin-top:15px;
    flex-wrap: wrap;
}

.casestudy-lists h4 {
    color: #DC2626;
    font-family: Plus Jakarta Sans;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 7px 0;
}   

ul.casestudy-lists li {
    width: 40%;
    padding: 0;
    margin: 0 30px 20px 0;
} 

ul.casestudy-lists li:last-child {
    margin-bottom: 0;
}


.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px !important;
} 


.margin-row {
    margin-top: 70px;
}

.page-template-case-studies-template .case-study-image {
    margin: 0;
} 

.even-row {
    flex-direction: row-reverse;
} 


.single .landing-banner-image img {
    min-width: inherit;
    border-radius: 20px;
} 

.achievements_block {
    padding-top: 80px;
}

ul.casestudy-lists li:after {
    display: none;
} 

.achievements_block .overview-content ul li:after {
    background: url(../images/list-circle.png) !important;
    width: 15px;
    height: 15px;
    top: 35%;
}


.single ul.casestudy-lists p {
   
    white-space: nowrap;
}


ul.banner-featured-lists {
    display: flex;
    flex-wrap: wrap;
    margin:15px 0 0;
} 

.engaged-content p {
    padding-bottom: 10px;
} 

.overview-right-block {
    text-align: right;
} 

.casestudies-banner {
    padding: 120px 0;
}


.overview-row {
    margin-top: 100px;
}


.home ul.casestudy-lists li {
    margin-bottom: 0;
} 


/* Responsive */

@media only screen and (min-width:1440px) {

.inner-content-container {
    max-width:1070px;
/*    overflow: hidden;*/
}  

.content-block li {
    font-size: 16px;
}  


.rotate-icons {
    left: 93%;
}

section {
    padding-left: 50px !important;
}

.service-content p {
    font-size: 19px;
    line-height: 36px;
} 

.landing-popup-icon {
    right: 50px;

}

.error-404.not-found {
    text-align: center;
    padding: 100px 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.workhorse-secvices-list {
    width: 90%;
    margin-left: 10px;
    max-width: 310px;
}



}

@media only screen and (min-width:1600px) {

.inner-content-container {
    max-width: 1170px;
/*      overflow: hidden;*/
} 

.marquee-item {
    flex: 0 0 18vw;
}

.service-content p {
    font-size: 22px;
    line-height: 36px;
}




}


@media only screen and (max-width:1366px) {

    h4.our-work-title.service-label{

        font-size: 20px;
    }

.landing-popup-icon svg {
    width: 70px;
    height: 70px;
}

.landing-popup-icon {
    width: 70px;
    height: 70px;
}

.landing-fixed-icon {
    left: 23px;
    top: 23px;
}

.landing-fixed-icon svg {
    width: 25px;
    height: 25px;
}

.banner-title {
    font-size: 40px;
}


.content-block p {
    font-size: 16px;
} 

.case-studuy-content p {
    font-size: 16px;
}  

.single ul.casestudy-lists p {
    white-space: normal;
    font-size: 16px;
    max-width: 100%;
} 



}

@media only screen and (max-width:1280px) {

    .rotate-icons {
    left: 90%;
}

.overview-row {
    margin-top:70px;
}


.landing-banner-image img {
    min-width: initial;
}

.inner-content-container {
       padding-right: 30px;
}

.our-services-block {
    max-height: 380px; 
}

.service-icons img.img-fluid {
    max-width: 100px;
}

.service-label {
    font-size: 20px;
}

.service-content p {
    font-size: 16px;
}

h4.our-work-title.service-label {
    font-size: 20px;
} 

ul.casestudy-lists {
    display: flex;
    margin-top: 15px;
    flex-wrap: initial;
} 

.casestudy-lists h4 {
    font-size: 24px;
} 

 
}


@media only screen and (max-width:1199px) {

.error-404.not-found {
    text-align: center;
    padding: 100px 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
} 

.single ul.casestudy-lists p {
       font-size: 14px;
}

ul.casestudy-lists li {
    margin-right: 30px;
    width: 100%;
}

.single ul.casestudy-lists p {
    white-space: initial;
} 

section {
    padding-left: 20px !important;
}

.our-services-block {
    max-height: 410px;
}

.mobile-logo img {
    max-width: 65px;
}



.workstation1, .workstation2,
.workstation3, .workstation4{
    padding: 20px;
}

section.landing-page-banner {
    background-image: none;
} 
.our-work-services-list img {
    margin: 0px auto;
}

.our-work-services-list {
    width: 80%;
}

.learn-btn {
    padding: 12px;
    max-width: 140px;
}

.ourworks-listing-block button.owl-prev {
    left: 15px;
}
.ourworks-listing-block button.owl-next {
    right: 30px;
}

.our-services-block {
       padding: 20px 10px;
}

.client-logo-block img.img-fluid {
    max-width: 120px;
}
h4.our-work-title.service-label {
    font-size: 16px;
}


.marquee-item {
    flex: 0 0 30vw;
 }

 .banner-title {
    font-size: 40px;
}

.service-label {
    font-size: 18px;
}

.content-block li {
    font-size: 15px;
    vertical-align: text-top;
}

.content-block p {
    font-size: 16px;
}

.section-main-heading {
    font-size: 30px;
}

.faq-content-block {
    font-size: 16px;
}

.inner-content-container {
    max-width: 1000px;
    overflow: hidden;
    padding-right: 30px;
}

.rotate-icons {
    position: fixed;
    left: inherit;
}

}


@media only screen and (max-width:1040px) {


.service-content p {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.contact-inner-content-container {
    max-width: 680px;
    margin: 0px auto;
    overflow: hidden;
}

.modal.landing-popupup {
    z-index: 999;
} 

.digital-marketing-services .service-content {
    padding-left: 10px;
    padding-top: 7px;
}

.content-overview p {
    max-width: 100%;
    }

h4.service-label {
    font-size: 16px;
    line-height: 34px;
}

.our-services-block {
    padding: 20px 10px;
    height: 100%;
    min-height: inherit;
}


.section-heading-title {
    left: 50px;
}

.service-content p {
    font-size: 14px;
    line-height: 25px;
}

.service-content {
    min-height: 150px;
}

.content-block li {
    font-size: 12px;
    vertical-align: text-top;
    line-height: 20px;
    margin: 7px 0;
}

.banner-title {
    font-size: 28px;
    line-height:45px;
}

.blockid2 .col-sm-8 {
    padding-top: initial;
} 
.blockid3 .col-sm-8 {
    padding-top:initial;
}

.case-studies-card.row h2 {
    font-size: 30px;
} 

.content-title {
    font-size: 50px;
}

.common-padding {
    padding: 40px 0;
}

.icon-label {
    font-size: 12px;
}

.testimonial-content p {
    font-size: 14px;
}

.testimonial-card {
    min-height: 250px;
}

.contactus-section {
    padding-bottom: 100px;
}

.inner-content-container {
    padding-right: 21px;
    padding-left: 15px;
}

}



@media only screen and (max-width:990px) {

 .global-header{
    display: none;
 } 

 section {
    padding-left: 15px !important;
}   

.top-bar {
    z-index: 11;
}
.ourworks-listing-block button.owl-prev {
    left: 15px;
}
.ourworks-listing-block button.owl-next {
    right: 15px;
}

.our-services-block {
    padding: 20px 4px;
}

.service-content p {
    font-size: 14px;
    line-height: 24px;
}


.contact-inner-content-container {
    max-width: 510px;
    margin: 0px auto;
    overflow: hidden;
}

.client-logo-block img.img-fluid {
    max-width: 100px;
}

h4.our-work-title.service-label {
    font-size: 18px;
}

.content-block li {
    font-size: 14px;
    vertical-align: text-top;
    width: 48%;
}

.our-work-service-icons {
    height: inherit;
}

.marquee-item {
    flex: 0 0 40vw;
}

.banner-title {
    font-size: 24px;
    line-height: 32px;
}

.content-overview p {
    font-size: 14px;
    line-height: 24px;
}

.sidebar {
   display: none;
}

.dw-container-inner {
    width:100%;
}

.case-studies-card.row {
    padding: 40px 40px 100px;
    align-items: center;
    position: relative;
}
.case-studies-card-contnet {
    padding: 30px 0;
    max-width: 100%;
}

.page-template-home-page-template .owl-dots {
    margin-top: 50px !important;
}

.icon-tab {
    padding: 12px;
/*    white-space: nowrap;*/
}

.our-strengths .col-sm-3 {
    padding: 0;
}

.content-title {
    font-size: 40px;
}

.panel-heading h3 {
    font-size: 24px;
}

.icon-tab svg {
    width: 14px;
}

.testimonial-title {
    font-size: 16px;
}

.testimonial-content {
    margin: 0;
}

.testimonial-content p {
    font-size: 13px;
}

.landing-faqs-section .accordionjs .acc_section .acc_head {
    font-size: 14px;
} 

.custom-cms-content p {
    font-size: 13px;

}

.our-process-list:after {
    height: 75%;
 
}

.case-studies-card.row .col-sm-4 img {
    max-height: 480px;
    height: inherit;
}

.labelcount p {
    font-size: 14px;
    line-height: 20px;
}

.labelcount p br {
    display: none;
}

section.case-studies-block-sec.default-padding-block {
    padding: 80px 0 0;
} 




.client-logo-inner-sections {
    background-image: url(../images/mobile-logo-bg.svg);
    background-size: cover;
} 

.owl-nav button:hover,
.owl-nav button:focus{
    background: transparent !important;
}
.section-main-heading {
    font-size: 22px;
}

.faq-content-block {
    font-size: 14px;
    padding-left: 0;
}

.form-container {
    max-width: 600px;
}

.service-icons img.img-fluid {
    max-width: 70px;
}


.workhorsedigital-lists {
    margin-top: 60px;
}

.landing-page-banner {
    padding: 120px 0 40px;
} 

.home .landing-page-banner {
    padding: 150px 0 50px;
}

.our-services-block {
    min-height: 350px;
    height: inherit;
} 

.single .content-block {
    margin-top: -15px;
}

.section-heading-title {
    font-size: 14px;
}

h4.service-label {
    font-size: 16px;
    line-height: 24px;
} 


.our-work-content p {
    font-size: 14px;
    line-height: 24px;
}

.submit-btn .wpcf7-submit {
       font-size: 14px;
}

.learn-btn {
    font-size: 14px;
}

.content-block p {
    font-size: 14px;
    line-height: 24px;
}

.content-block li {
        line-height: 22px;
    margin: 2px 0;
}

.footer-container .col-sm-2,.footer-container .col-sm-3 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    margin-top: 60px;
}

.get-in-touch.button a {
    font-size: 14px;
}

.our-work-block {
    margin-top: 30px;
}



}


@media only screen and (max-width:767px) {


.case-studycontent {
    padding: 20px;
}

.overview-row {
    margin-top: 0;
}

.challenge-row {
    flex-wrap: wrap-reverse;

}

.overview-row {
    flex-flow: wrap !important;
}

.single .overview-content {
    padding: 40px 0 0;
    text-align: center;
} 

ul.casestudy-lists {
    flex-wrap: wrap;
} 

.solution-row {
    flex-flow: column-reverse;
}

.margin-row {
    margin-top: 40px;
}

.single .challenges-overview-block .row.align-items-center {
    flex-flow: wrap;
}

.case-study-title {
    font-size: 20px;
}

ul.casestudy-lists li {
    margin-right: 10px;
    width: 47%;
}

.casestudy-lists h4 {
    font-size: 20px;
    margin: 4px 0;
} 

.acc_active .ant-collapse-header.acc_head {
    padding: 20px 10px 0 0px !important;
}

.our-process-list:after {
    height: 80%;
}

.privacy-policy p {
    font-size: 14px;
       line-height: 24px;
}
.page-id-3 .form-container.full-width {
    padding: 0 15px;
    margin: 0;
}

.privacy-policy h2 {
    font-size: 20px;
}


.our-services-block {
    min-height: 300px;
    height: inherit;
} 

h2.process-title {
    font-size: 20px;
}

.services-section.servicespage .content-block p {
    font-size: 14px;
    line-height: 24px; 
}

.process-content p {
    font-size: 14px;
    line-height: 24px;
}


.service-content p {
    display: -webkit-box;
    -webkit-line-clamp: 24;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


ul#accordion {
    padding-left: 0;
}

.form-container .input input {
    margin:2px 0;
} 

.form-container span.wpcf7-not-valid-tip {
    margin: 0;
}

.form-container .wpcf7-response-output {
    margin: -5px auto !important;
} 


.landing-page-banner {
    padding: 100px 0 50px;
}

.aboutus-section {
    padding: 0 0 50px;
}

.our-services-sections .address-div1,
.our-services-sections .address-div3 {
    max-width: 50%;
    margin-bottom: 40px;
}


.home .landing-page-banner {
    padding: 100px 0 50px;
}


.mobile-logo img {
    max-width: 65px;
}

.workhorse-secvices-list {
    max-width: 100%;
    overflow-x: scroll;
    display: flex;
    padding: 0 15px;
    align-items: center;
    /* justify-content: space-between; */
}  

.our-process-image {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.single-service .services-section.servicespage .icon-tab {
       padding: 12px;
    margin-right: 25px;
    min-width: 300px;
} 

.single-tabs-services .content-block {
    margin-top: 20px;
}



.our-work-services-list {
    left: -15px;
    position: relative;
    text-align: center;
    width: 100%;
}

.our-work-services-list img {
    margin: 0px auto;
}


.ourworks-listing-block .slider-left-arrow {
    transform: inherit;
}
 
 .ourworks-listing-block button.owl-prev{
    left:15px;
 }

.ourworks-listing-block button.owl-next{
    right: 15px;
}
.error-404.not-found {
    padding: 100px 0 0;
}

.our-services-block {
    padding: 20px 10px;
}

.overlay-mobile-menu .phone-icon {
    margin: 0;
}

.sticky-icon .rotate-icons {
    display: none;
}

.sticky-icon {
    overflow: hidden;
}


.contact-inner-content-container .col-sm-4 {
    max-width: 50%;
    margin: 0px auto 30px;
    flex: 50%;
}

.w-50 {
    max-width: 50% !important;
}

.prev-btn {
    max-width: 120px;
    display: inline;
    float: left;
}

.next-btn {
    float: right;
    display: inline;
    max-width: 140px;
}

.challenges-overview-block .row.align-items-center {
    flex-flow: column-reverse;
}

.overview-content {
    padding: 40px 0;
}

.client-testimonial-sections {
    padding: 20px;
}

h5.client-name {
    font-size: 14px;
}

.overview-list-block {
    text-align: left;
}

.overview-list-block h4.our-work-title.service-label {
    text-align: left;
}

.overview-list-block p {
    text-align: left;
    width: 80%;
}


.aboutus-content-block {
    padding: 40px;
    margin: 20px 0;
}

.about-inner-banner {
    padding: 0;
}

.aboutus-image {
    text-align: center;
    margin: 20px 0;
}

.owl-carousel .col-sm-6 {
    padding: 0;
}

.service-icons img.img-fluid {
    max-width: max-content;
}

.form-container .input.name {
    padding-right: 0;
}

h4.service-label {
    font-size: 24px;
    line-height: 24px;
}

.service-content p {
    font-size: 20px;
    line-height: 30px;
}

.content-overview p,
.overview-block p,
.client-feedbackblock p,
.overview-content ul li{
    font-size: 14px;
    line-height: 24px;
} 

.footer-container .col-sm-2,.footer-container .col-sm-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0px;
}
.landing-popupup .input {
    padding: 0;
}

.client-logo-inner-sections {
    background-image: url(../images/mobile-logo-bg.svg);
}




.workstation-block1, .workstation-block3 {
    padding-right: 15px;
}

.workstation-block2, .workstation-block4 {
    padding-left: 15px;
}

.row.owl-theme.service-work-stations-list {
    margin: 0;
}


section.client-logo-section {
    padding: 0px !important;
}

.col-sm-12.message-box {
    padding: 0;
}
.our-services-sections h4.our-work-title.service-label {
    text-align: left;
}

.mobile-phone-icon {
    display: inline-flex;
    height: 48px;
    padding: 14px 23px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 32px;
    border: 1px solid #FFF;
}

.get-in-touch.button {
    display: inline-flex;
    height: 48px;
    padding: 14px 16px;
    align-items: center;
    /* gap: 8px; */
    flex-shrink: 0;
    border-radius: 32px;
}

.get-in-touch.button a {
    margin: 0;
}

.contact-number {
    color: #FFF;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact-number a {
    color: #FFF;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.phone-icon {
    padding-right: 0;
}

.slider-left-arrow {
    transform: rotate(180deg);
}

.client-logo-block img.img-fluid {
    max-width: 80px;
}

.overlay-mobile-menu .phone-number {
    position: absolute;
    left: 0;
    bottom:40px;
    top: 80%;
        justify-content: center;
} 

.overlay-mobile-menu .get-in-touch.button {
    padding: 0;
    margin-right: 15px;
}
 
.workstation1, .workstation2,
.workstation3, .workstation4 {

    background: #191919;

}



.client-logo-inner-sections {
    padding: 40px 0;
}

.owl-nav button:hover,
.owl-nav button:focus{
    background: transparent !important;
}

h4.our-work-title.service-label {
    text-align: center;
}

.our-work-content {
    text-align: center;
}

.button-section {
    text-align: center;
}

.our-work-block a.learn-btn {
    margin: 20px auto;
}

.menu-title {
    margin-top: 30px;
}

.copyright-container p {
    font-size: 14px;
}


.common-faq-icons {
    position: absolute;
    right: 20px;
    top: 24px;
}

li.acc_active.acc_section .minus-icons {
    display: block !important;
    right: 0;
    top: 35px;
}

li.acc_active.acc_section {
    padding:15px 10px;
}

section {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.form-container {
    width: 100%;
    padding: 0 30px;
}
.form-container .wpcf7-response-output {
    padding: 0 15px;
    max-width: 300px;
    border: none !important;
}

.form-container textarea {
    height: 120px;
    font-size: 13px;
}

.form-container .input.email {
    padding: 0;
}

.form-container .wpcf7-response-output {
    padding: 0 15px;
    max-width: 300px;
    border: none !important;
}

.ant-collapse {
    padding: 0 10px;
} 

.section-main-heading {
    font-size: 24px;
    padding: 0 10px;
    margin: 40px 0px 20px;
}

.section-main-heading br {
    display: none;
}

.faq-content-block {
    padding: 0 10px;
}

.faq-content-block {
    font-size: 16px;
} 

.content-block li {
    width: 100%;
    font-size: 14px;
    margin: 3px 0;
} 

.workstation1, .workstation2, .workstation3, .workstation4 {
    padding: 20px;

} 
.our-services-sections .content-block {
     padding-right: 20px;
}
.work-stations-list {
    margin: 0; 
    margin-top: 50px;   
}

.our-work-service-icons {
    width: 100%;
}

.inner-content-container {
    width: 100%;
    padding: 0;
}

.service-content p {
    font-size: 14px;
    line-height: 26px;
} 

.banner-title {
     font-size: 26px;
     line-height: 40px;
     text-align: center;
}


h1.banner-title br {
    display: none;
} 

.sidebar {
    display: none;
}

.dw-container-inner {
    width: 100%;
}

header.site-header {
    top: 10px;
    height: 40px;
} 


.marquee-item {
  flex: 0 0 80vw;
  }
  
.contact-us-form-block h4.content-sub-title {
    display: none;
} 

.contact-form-block h3 {
    text-align: center;
} 

.contact-us-form-block .address-text a {
     font-size: 14px;
    }

.contact-us-form-block .address-text {
    text-align: left;
   
}  



.contact-form-block.landing-popupup {
    padding: 20px 35px;
    margin: 30px 0;
}

.common-field {
    max-width: 48% !important;
    flex: 49% !important;
} 

.col-sm-6.input.name.common-field {
    margin-right: 10px;
} 

.landing-banner-image img {
    display: none;
}

.landing-banner-image {
    text-align: center;
}


.banner-content-block {
    max-width: 100%;
    padding-top: 30px;
}



.labelcount p {
    font-size: 16px;
    line-height: 24px;
}

.labelcount p br {
    display: initial;
}

.case-studies-card.row .col-sm-4 img {
    border-radius: 10px;
    max-width: 300px;
    width: 100%;
    object-fit: cover;
    margin: 0px auto 30px;
    max-height: 350px;
    height: inherit;
}
.case-studies-card.row .col-sm-8 {
    padding: 0;
    max-width: 300px;
    padding-bottom: 50px;
}
.case-studies-number {
    left: 60px;
}
    .case-studies-heading-block h2 {
        font-size: 40px;
        line-height: 50px;
    }
  
    .case-studies-card.row .col-sm-4 {
        padding: 0;
    }
 .case-studies-card.row h3 {
    font-size: 16px;
    margin: 10px 0;
}

.case-studies-card-contnet {
    padding: 10px 0 20px;
    max-width: 100%;
}
.case-studies-card.row.panel {
    padding: 40px;
    box-shadow: none;
    flex-direction: column-reverse;
    border: 1px solid rgba(102, 165, 0, 0.20);
    width: 100%;
    margin: 0px auto;
    border-radius: 20px;
    background: #FBFFF3;
}

section.case-studies-block-sec .content-title.text-center {
    margin-bottom: 20px;
}

  .case-studies-card.row h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
}
  
    .case-studies-card-container {
        position: unset;
        margin-top: 0 !important;
    }
    .case-studies-row {
        display: block !important;
        margin-bottom: 0;
    }
   

    h1.banner-title br {
    display: inherit;
}

.blog-box {
    padding:0 15px 100px;
}

.partner-logo {
    margin: 10px 0;
}

section.case-studies-block-sec.default-padding-block {
    padding:60px 0;
}
.case-studies-block-sec .owl-dots {
    margin-top: 50px !important;
}

.post-info-block {
    max-width: 80%;
}

div#blogs {
    margin: 0;
}

.blog-section .owl-dots {
    margin-top: 40px !important;
}

.page-template-home-page-template h1.banner-title {
    margin-bottom: 0;
}

span.numcount {
    font-size: 60px;
    width: 50%;
}
.our-services-block {
      margin: 12px 0px;
}
.counterouter {
    max-width: 350px;
    margin: 0px auto;
    justify-content: center;
}

div#counter-box {
    max-width: 400px;
}


.our-strengths .col-sm-3 {
    padding: 0 15px;
}

.landing-popupup .modal-content {
    width: 90%;
    max-width: 500px;
}

.landing-popupup .input.name {
    padding: 0;
    margin: 10px 0;
}

.landing-popupup .input.email {
    padding: 0;
    margin: 10px 0 0;
}


.banner-btn {
    margin: 15px auto;
    display: block;
    text-align: center;
    max-width: 100%;
} 

.content-overview {
    text-align: center;
}

.icon-tab {
    margin: 10px 0;
}

.common-padding {
    padding:60px 0;
}

/*.landing-page-banner {
    padding-bottom: 80px;
}
*/
.section-heading-title {
    left: 20px;
}


.landing-faqs-section .ant-collapse-content>.ant-collapse-content-box {
    padding: 2px;
}

.landing-faqs-section .accordionjs .acc_section .acc_head {
    font-size: 14px;
    line-height: 24px !important;
}

.custom-cms-content p {
    font-size: 14px;
   
}

.testimonial-card {
    max-width: 90%;
    margin: 0px auto;
}

.contactus-section h3.content-title {
    font-size: 50px;
    margin-bottom: 50px;
}

section.contactus-section {
    padding-bottom: 70px;
}


.desktop-device {
    display: none;
}

.banner-btn .mobile-device {
    margin-top: 50px;
}

.banner-btn.mobile-device svg {
    margin: 0 10px;
}

/*.overview-section .row {
    flex-direction: column-reverse;
} */

.our-approach .row {
    flex-direction: column-reverse;
}

.content-overview-image {
    padding:0;
} 
.content-title {
    font-size: 40px;
    margin: 30px 0 50px;
}

.our-strengths h2.content-title {
    margin-bottom: 10px;
} 


.mobile-device {
    display: block;
    text-align: center;
    width: 100%;
}

.content-overview .mobile-device p {
    color: var(--stone-300, #D6D3D1);
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
} 

.our-strengths .mobile-device {
    padding-top: 0 !important;
}

.strengths-title {
    color: #000000;
    font-family: Outfit;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 10px 0;
}
.our-strengths .acc_section svg {
    transform: rotate(0deg);
}

.our-strengths .acc_active svg path,
.our-strengths .acc_section:hover svg path {
    fill: #ffffff;
    stroke: #fff;
}

.content-overview {
    padding: 30px 0;
    margin: 0;
} 

.mobile-device a.banner-btn {
    margin: 10px auto;
    max-width: 400px;
}

 

.landing-page-banner .banner-btn {
    margin: 10px 0 40px;
}

.contact-inner-content-container {
    max-width: 350px;
}

  .overlay-content ul li .sub-menu-items {
    padding:5px;
}

.our-value-block {
    border: 1px solid #FFF;
    margin: 10px;
        padding-top: 0;
} 

.col-sm-6.input.email {
    margin: 15px 0;
} 

.col-sm-4.address-div2 {
    order: 3;
    max-width: 100%;
} 

h4.our-work-title.service-label {
    font-size: 20px;
} 


.landing-popup-icon svg {
    width: 60px;
    height: 60px;
}

.landing-popup-icon {
    width: 60px;
    height: 60px;
}

.landing-fixed-icon {
    left: 20px;
    top: 20px;
}

.landing-fixed-icon svg {
    width: 20px;
    height: 20px;
}

.service-icons img.img-fluid {
    max-width: 80px;
    margin: 0px auto;
}

.cta-modal-popup {
    max-width: 200px;
    margin: 0px auto !important;
}

.banner-btn svg {
    transition: 0.5s ease-in-out;
    margin: -4px 4px;
} 


    }


@media only screen and (max-width:575px) {


.accordionjs .acc_section .acc_head {
    font-size: 16px;
    padding: 15px 22px;
}




}



@media only screen and (max-width:360px) {


.banner-btn {
    font-size: 14px;
}
.banner-btn svg {
    transition: 0.5s ease-in-out;
    margin: -5px 0;
} 

.get-in-touch.button a {
    font-size: 12px;
    padding: 13px;
    height: initial;
}

.mobile-phone-icon {
    font-size: 12px;
    height: inherit;
    padding: 6px 10px;
}
.phone-icon {
    padding-right: 0;
    margin: 3px;
}

.contact-number a {
    font-size: 12px;
} 

.section-main-heading {
      font-size: 20px;
} 

h4.service-label {
    font-size: 20px;
}





}

@media only screen and (max-width:320px) {

footer.site-footer {
    overflow-x: hidden;
}

.mobile-header {
    padding: 0;
}

.mobile-logo img {
    max-width: 60px;
}


    }