:root {
    --red: #AC0E00;
    --white: #ffffff;
    --black: #000000;
    --gray: #72777B;
    --light-white: #F8F8F8;
    --yellow: #FFBD2E;
    --lightgray: #929292;
    --dark-gray: #212121;
}
h4 {
    line-height: 28px !important;
}

.text-red {
    color: var(--red);
}
.bg-red {
    background-color: var(--red);
}
.bg-grey {
    background-color: var(--dark-gray);
}

.weight-7 {
    font-weight: 700;
}

.weight-6 {
    font-weight: 600;
}

.weight-5 {
    font-weight: 500;
}

.weight-8 {
    font-weight: 800;
}

.border_line {
    height: 7px !important;
    opacity: 1;
    max-width: 100px;
}

body {
    font-family: 'Poppins', sans-serif;
}

.top_section {
    height: 100vh;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.btn-lg {
    font-size: 14px !important;
    padding: 15px 30px !important;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.05, 1.05);
    }
    100% {
      transform: scale(1, 1);
    }
  }


.red_btn {
    background-color: var(--red);
    border-radius: 6px;
    font-size: 12px;
    padding: 10px 27px;

}
/* Product Table */


/* Automatic Serial Number Row */
   .product-table {
    counter-reset: serial-number; /* Set the serial number counter to 0 */
   }
   .product-table td:first-child:before {
    counter-increment: serial-number; /* Increment the serial number counter */
    content: counter(serial-number); /* Display the counter */
   }

/* ---HEADER--- */
.header {
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
}

.stickyeader {
    background-color: var(--white);
    position: fixed;
    top: 0;
}

.nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.header .nav-link {
    font-size: 14px;
}

.current-nav-item .sub-menu li a {
    color: #000 !important;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--red);
    color: var(--light-white) !important;
}

.logo-img {
    width: 230px;
}

.stickyeader .nav-link {
    color: var(--black) !important;
}

.stickyeader .current-nav-item .nav-link.active {
    color: var(--red) !important;
}
.current-nav-item .nav-link {
    color: var(--red) !important;
}


/* Sub menu */
.ms-3-has-children {
    position: relative;
}

.sub-menu {
    position: absolute;
    visibility: hidden;
    opacity: 0; 
    top: 100%;
    padding: 5px 15px;
    text-align: left;
    background-color: var(--white);
    list-style: none;
    margin-top: 10px;
    border-top: 2px solid var(--red);
    transition: .2s 0s;
    -webkit-transition: .2s 0s;
    box-shadow: 0 2px 10px -2px rgb(0 0 0 / 10%);
    width: 200px;
}
.sub-menu li {
    margin-left: 0 !important;
}
.sub-menu li a {
    color: #000 !important;
}

#menu .ms-3-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    transition-delay: 0s;
    overflow: auto;
    z-index: 99;
}
.ms-3-has-children:after {
    position: absolute;
    content: "\f078";
    font-size: 13px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "fontawesome";
}
.ms-3-has-children {
    padding-right: 8px;
}

/* Top head */
.header-top {
    background: var(--red);
}
.header-top span a{
    list-style: none;
    color: var(--white);
    font-size: 14px;
    text-decoration: none;
}
.header-top span i{
    color: var(--white);
}
.header-top ul li{
    list-style: none;
    display: inline-block;
}
.header-top ul li a {
    font-size: 14px;
    color: var(--white);
}


.play_btn {
    color: var(--red);
    background-color: var(--white);
    border-radius: 100px;
    padding: 22px 24px 21px 27px;
    font-size: 22px;
}

.play_btn:hover {
    background-color: var(--red);
    color: var(--white);
    transition: .8s !important;
}

.slider .slider_heading {
    font-size: 46px;
    line-height: 60px;

}
.line {
    padding-bottom: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1.1px;
    width: fit-content;
}

.slider_text {
    font-size: 16px;
    line-height: 26px;
}
.cards {
    margin-top: -100px;
}
.card {
    border-radius: 13px;
    border: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    min-height: 220px;
    position: relative;
    transition: top ease 0.5s;
    top: 0;
}

.white_background {
    background-color: rgb(255 255 255);
}

.wc-process-slide .card-img {
    width: 50px;
    padding: 11px;
    border-radius: 5px;
}

.wc-process-slide .card-text {
    font-size: 17px;
}
.hover-up-animation {
    transition: all 0.5s;
}
.hover-up-animation:hover {
    top: -30px;
}

.service-card p {
    font-size: 12px;
    color: var(--gray);
    line-height: 23px;
}

.formula_content .content_heading {
    font-size: 39px;
    line-height: 58px;
}

.formula_content .content_text {
    font-size: 14px;
    color: var(--gray);
}

.slider_back {
    max-height: 598px;

}

.slider_back::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.slider_back::-webkit-scrollbar-track {
    background-color: #F1F1F1;
    -webkit-border-radius: 7px;
    border-radius: 2px;
}

.slider_back::-webkit-scrollbar-thumb {
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #C1C1C1;
}

.formula_slider_back {
    box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
}

.circle_icon {
    font-size: 13px;
}

.red_circle {
    color: var(--red);
}

.yellow_circle {
    color: var(--yellow);
}

.red_circle {
    color: var(--red);
}

.dark_area {
    background-color: var(--dark-gray);
}

.dark_area .card {
    border: 1px solid #3F3F3F;
}

.dark_area .card img {
    width: 47px;
    padding: 11px;
    border-radius: 5px;
}

.dark_area h4 {
    font-size: 16px;
}

.dark_area p {
    font-size: 12px;
}

.scroll_slider .next {
    right: -30px;
    border: 1px solid #ddd;
    padding: 6px 13px 5px 15px;
}

.scroll_slider ul li {
    width: 200px;
    height: 100%;
    float: right;
}

.sab_heading {
    font-size: 16px;
}

.heading {
    font-size: 30px;
    line-height: 42px;
}

.image_bck:hover .image {
    opacity: 0.3;
    cursor: pointer;
}

.image_bck .image {
    object-fit: cover;
    height: 100%;
    border-radius: 10px;
}

.hover_content {
    display: none;
}

.hover_content h4 {
    font-size: 17px;
}

.hover_content button {
    font-size: 13px;
}

.image_bck:hover .hover_content {
    display: block;
    transition: .8s !important;
}

.accordion-button {
    font-size: 15px;
}

.accordion-body {
    font-size: 14px;
    color: #616161;
}
.accordion-button::after {
    background-size: 15px;
}
.contact {
    margin-bottom: -136px;
}
.contact p a {
    color: var(--gray);
}
.contact h6 a:hover {
    color: var(--red);
}
.call-back-form input, .call-back-form textarea {
    width: 100%;
    border: 1px solid #000;
    padding: 10px;
    margin: 8px 0;
    border-radius: 9px;
}
.call-back-form textarea {
    height: 100px;
}
.call-back-form input:focus-visible {
    outline: 1px solid #000;
}

.work-with-wrapp img {
    transition: all ease 0.5s;
}
.work-with-wrapp img:hover {
    scale: 1.1;
}

/* footer */
footer ul {
    list-style: none;
    font-size: 12px;
}

footer .follow_icons li {
    padding: 8px 11px 7px 12px;
    font-size: 17px;
}
footer ul#menu-header-menu {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
footer ul#menu-header-menu li a{
    color: var(--white) !important;
}
footer .widgettitle {
    display: none;
}
li.widget {
    list-style-type: none;
}



/* Testimonial  */
.c-testimonial.swiper {
    width: 100%;
    height: 100%;
  }

 .c-testimonial .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
  }

.c-testimonial  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.c-testimonial .client-box {
    border-radius: 10px;
    min-height: 280px;
}
/* Service PAGE */
.breadcrumb-item a:hover {
    color: var(--red);
}

.service_banner {
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Service Card */
.Execution h2{
    font-weight: bold;
}
.Execution-box{
    position: relative;
}
.Execution-box::after{
    background: url(images/dots.png) no-repeat; 
     position: absolute;
     content: "";
     bottom: 0px;
     right: 0;
     top: 32%;
     left: 9%;
     z-index: -1;
}
.Execution-box::before{
     background: url(images/dots.png) no-repeat; 
     position: absolute;
    content: "";
    bottom: 0px;
    right: 1px;
    top: 80%;
    left: 80%;
    z-index: -3; 
}
.Execution-box .white_background{
    background: var(--white);
    border-radius: 50%;
    width: 70px;
}
.Execution-box .card-white{
    border-radius: 25px;
    border: none;
    box-shadow: 0px 4px 14px rgb(0 0 0 / 6%);
    min-height: 315px;
}
.service-card img {
    border-radius: 25px 25px 0px 0;
}
.Execution-box .card-white:hover{
		background: var(--dark-gray) !important;
        color: var(--white);
        transition: all 0.4s;
}
.Execution-box .card-white:hover p{
    color: var(--light-white);
}
/* Pagination */
.wp-pagenavi .pages, .wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
    padding: 10px 15px;
    color: var(--black);
    border: 1px solid var(--black);
    border-radius: 4px;
}
.wp-pagenavi .current {
    color: var(--red) !important;
    border: 1px solid var(--red);
}

/* CTA  */
.bg-red-shape {
    border-radius: 25px;
    color: var(--white);
    box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: center !important;
}
/* Video Play */
#video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  #video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
}
  
  #video-iframe {
    width: 100%;
    height: 100%;
  }
  
  #close-button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    padding: 5px 10px;
    background-color: var(--white);
    border: none;
    cursor: pointer;
  }

.service_cat_list .active a {
    color: var(--red) !important;
}
.service_cat_list .active i {
    color: var(--red) !important;
}
/* About Us Page */
.digital-marketing .search-img {
    left: 0;
    top: 22%;
}
.digital-marketing .user-1-img {
    left: 5%;
    bottom: 26%;
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

  
  .team .member {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
  }
  .team .member  .member-info {
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 60%;
    padding: 25px;
    margin-left: -40px;
    z-index: 1;
}
  
  .team .member .member-img {
    position: relative;
    overflow: hidden;
    width: 40%;
  }
  
  .team .member .social {
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    opacity: 0;
    transition: ease-in-out 0.3s;
    text-align: center;
  }
  
  .team .member .social a {
    transition: color 0.3s;
    color: #151515;
    margin: 0 3px;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.8);
    transition: ease-in-out 0.3s;
    color: #484848;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  
  .team .member .social a:hover {
    color: #151515;
    background: var(--red);
  }
  
  .team .member .social i {
    font-size: 18px;
    line-height: 0;
  }
  
  
  .team .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #151515;
  }
  
  .team .member .member-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #aaaaaa;
  }
  
  .team .member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #777777;
    margin-bottom: 0;
  }
  
  .team .member:hover .social {
    opacity: 1;
    bottom: 15px;
  }
  .team .swiper-button-prev, .team .swiper-button-next {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.team .swiper-button-prev::after, .team .swiper-button-next::after {
    font-size: 18px;
    color: #000000;
    font-weight: 800;
}
/* Contact Page */
.contact-form {
    width: 90%;
    margin: 0 auto;
    border-radius: 25px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.contact-wrapp input, .contact-wrapp textarea {
    width: 100% !important;
    padding: 15px;
    border: none;
    margin: 10px 0;
    border-radius: 6px;
    background-color: #f8f9fa;
}
li.elementor-icon-list-item a {
    color: var(--black);
}
.contact-wrapp textarea {
    height: 125px;
}
.contact-wrapp .submit-btn.red_btn {
    padding: 10px 45px;
    border: 1px solid var(--red);
    background-color: var(--red);
    font-size: 14px;
}
.contact-wrapp .contact-img img {
    width: 80%;
}

/* Media Query */
@media only screen and (max-width: 992px){
    .header {
        background-color: var(--light-white);
    }

    .header .nav-link {
        color: var(--black) !important;
    }

    .navbar-light .navbar-toggler {
        border: none;
    }

    .stickyeader {
        position: fixed !important;
        left: 0;
        right: 0;
        top: 0;
    }
    .Digital-Strategy .Orgnic .catogry img{
        float: none;
    }
    .Digital-Strategy .Orgnic .catogry p{
        text-align: center !important;
    }
    .cards {
        margin-top: 50px;
    }

    br {
        display: none;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }
    .logo-img {
        max-width: 150px;
    }
    .accordion-body {
        font-size: 12px;
        color: #616161;
    }
    .sab_heading {
        font-size: 14px;
    }
    .heading {
        font-size: 20px;
        line-height: 27px;
    }
    .formula_content .content_text {
        font-size: 12px;
    }
    .red_btn {
        font-size: 11px;
    }
    .card-pera {
        font-size: 11px;
    }
    .wc-process-slide .card-text {
        font-size: 15px;
    }
    .slider_text {
        font-size: 15px;
        line-height: 20px;
        
    }
    .play_btn {
        padding: 19px 21px 18px 24px;
        font-size: 19px;
    }
    .play_taxt{
        font-size: 11px;
    }
    .slider .slider_heading {
        font-size: 20px;
        line-height: 30px;
    }
    .formula_content .content_heading{
        font-size: 20px;
        line-height: 27px;
    }
    .border_line {
        height: 4px !important;
    }
}


@media only screen and (max-width: 767px) {
.ms-3-has-children:after {
    padding: 12px;
    z-index: 99;
}
    .btn-lg {
        font-size: 14px !important;
        padding: 10px 15px !important;
        animation: zoom-in-zoom-out 2s ease-out infinite;
    }
    .slider .slider_heading {
        font-size: 30px;
        line-height: 37px;
    }
    .line {
        width: auto;
    }
    
    .accordion-button {
        font-size: 14px;
    }
    .team .member {
        display: block;
        margin: 0;
        padding: 50px 0 0;
    }
    .contact-form {
        width: 100%;
    }
    .team .member .member-img {
        width: 100%;
    }
    .team .member  .member-info {
        width: 100%;
        margin-left: 0px;
        border: 1px solid var(--gray);
        box-shadow: none;
    }
    #video-container {
        width: 80%;
        height: 40%;
    }

    footer .follow_icons li {
        padding: 9px 11px 5px 11px;
    }
    .border_line {
        margin: 0 auto;
    }
    .Digital-Strategy .Orgnic .catogry img{
        float: none;
    }
    .Digital-Strategy .Orgnic .catogry .text-start{
        text-align: center !important;
    }
    .our-services{
        text-align: center;
    }
   .development img{
    width: 100%;
    }
    .Build-Website{
        text-align: center;
    }
    .Timeline-Driven{
        text-align: center;
    }
    .Timeline-Driven h2{
        font-size: 30px;
    }
    .Timeline-Driven h4 {
        font-size: 20px;
    }
    .digital-marketing-box .card-white{
        width: 100%;
    }
    .wht-drive-us h2{
        font-size: 30px;
    }
    .digital-saluotin h2{
        font-size: 30px;
    }
    .digital-saluotin{
        text-align: center;
    }
   
    .wht-drive-us p{
        text-align: center;
    }
    .contact-bg-map{
        text-align: center;
    }
    footer ul#menu-header-menu{
        display: block;
    }

}