html {
  scroll-behavior: smooth;
}
body{
     
     font-family: "Poppins", sans-serif;
  font-size: 16px;
    font-weight: 300;
         }
         img {
         
         max-width: 100%;
         }

ul, ol{
    list-style: none;
    padding: 0;
    margin: 0;
        
}

a, a:hover{
    color: inherit;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}


    button {
    border: 0;
    background-color: transparent;
        padding: 0;
}
.form-control:focus {
  
    box-shadow: unset;
}

*  {
       -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
     moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
h2 {
    text-transform: uppercase;
    font-size: 45px;
}
h2 strong{
    position: relative;
}
h2 strong::after {
    content: "";
    display: block;
    background-image: url(/wp-content/uploads/2024/05/under-line.svg);
    width: 100%;
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: -28px;
}

input#s::-webkit-search-cancel-button {
    right: -6px;
    position: relative;
    font-size: 18px;
}
.border-top{
    border-top: none!important;
}


.page-id-28 .cta_section{
    background-image: url(/wp-content/uploads/2024/05/background-bg-1-scaled-1.webp)!important;
}
/*************************/

/* horizontal */
@keyframes infiniteScroll {
  from {transform: translateX(0)}
  to {transform: translateX(-50%)}
}
.marquee {
  width: 100%;
  overflow-x: hidden;
}
.explore-marquee-container {
    overflow: hidden;
}
.horizontal-scrolling-items {
  display: flex;
  width: 4600px;
  animation-name: infiniteScroll;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  align-items:center;
}
.horizontal-scrolling-items__item {
  white-space: nowrap;
}
.explore-bg-shape{
    background-color: #000E20;
    color: #fff;
}

/* horizontal slider */


.circle-shape {
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #4CC6B1;
    border-radius: 45px;
}
.horizontal-scrolling-items span {
   
    text-transform: uppercase;
    letter-spacing: 7px;
    margin: 0 20px;
}
.navbar-nav {
    flex-direction: row;
    justify-content: center;
}

#header-menu .current-menu-ancestor > a{
    color: #4CC6B1 !important;
    font-weight: 600 !important;
}

.navbar-nav li a {
    text-transform: uppercase !important;
    padding: 3px 20px !important;
    color: #000;
}
.navbar-nav .current_page_item > a {
  font-weight: 600 !important;
}
.navbar-nav li:hover > a, .navbar-nav .current_page_item > a {
 
      
    color: #4CC6B1 !important;
/*    transform: scale(1.1) !important;*/
}
.search-section {
    position: relative;
    max-width: 245px;
    margin-left: auto;
}
form.search-section .form-control {
    border: 1px solid #4CC6B1;
    border-radius: 45px;
    padding: 12px 26px;
    font-size: 13px;
    color: #000;
    padding-right: 50px;
}

.search-page-wrapper h2{
    font-size: 30px;
}
.btn_search {
    border: 1px solid #4CC6B1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3px;
    width: 38px;
    height: 38px;
    border-radius: 35px;
    padding: 9px;
    line-height: 3px;
}

.header_logo{
    position: relative;
}
.main-header {
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.18);
    padding: 5px 0;
}
.main_logo, .footer-logo {
    max-width: 140px;
}
.tagline-hilight {
    position: relative;
    max-width: 63px;
    left: 12px;
    top: -11px;
    
}





.banner_section {
    background-size: cover;
    height: 580px;
    background-position: center left;
    background-repeat: no-repeat;
    position: relative;
}

.banner_text_center {
    position: absolute;
    text-align: end;
    max-width: 545px;
    top: 50%;
    transform: translateY(-50%);
}
.banner_text_center h1 {
    font-size: 50px;
    color: #fff;
}
.banner_text_center h1 a {
    font-size: 25px;
    text-decoration: underline;
    font-weight: 400;
}




.about_pre {
    background: rgb(239,239,239);
    background: linear-gradient(0deg, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%);
}


.about_pre_bg {
    box-shadow: 0px 4px 24px 0px rgb(0 0 0 / 11%);
    text-align: center;
    font-size: 25px;
    border-radius: 0 0 60px 60px;
    padding: 55px 65px;
    background-color: #fff;
    margin-bottom: 35px;
    font-weight: 300;
}

.process h5 {
    
    color: #fff;
    padding: 12px 8px 12px 25px;
    margin-bottom: 0px;
}
.process {
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}
.process p {
    padding: 17px 25px 17px;
}
.process-black h5{
    background-color: #000E20;
}
.process-green h5{
    background-color: #4CC6B1;
}

.process-black{border: 1px solid #000E20;}
.process-green{border: 1px solid #4CC6B1;}

.process_box {
    position: relative;
     height: 100%;
}
.process_box .arrow_shape {
    position: absolute;
    bottom: -19px;
    right: 238px;
    width: 85px;
    z-index: 9;
    transition: all 1s;
}



.process_box .arrow_shape.arrow_move{
    width: 85px;
    right: -38px;
}


.footer_section {
    background-color: #000E20;
}
.footer_left p {
    color: #fff;
    font-weight: 300;
    padding: 11px 100px 11px 0;
}
.social_media_sec li {
    display: inline-block;
    margin-right: 7px;
}
.social_media_sec li:hover{
     transform: scale(1.1);
}
.footer-right h5 {
    text-transform: uppercase;
    color: #fff;
}

.footer_menu li a {
    color: #fff;
}

.ulcheck li {
    position: relative;
    padding-left: 25px;
}
.footer-right .ulcheck li{
    padding-bottom: 10px;
}
.ulcheck li::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/wp-content/uploads/2024/05/check.svg);
    width: 16px;
    height: 16px;
    left: 0;
    top: 4px;
    background-repeat: no-repeat;
}

.sub_list_menu{
    display: flex;
    justify-content: end;
}

.footer_menu li:hover a {
 
      
    color: #4CC6B1;
}

.pricing-box {
    background-color: rgb(109 211 149 / 30%);
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    position: relative;
    padding-bottom: 125px;
}
.price_feature_btn {
    position: absolute;
    bottom: 22px;
    padding: 0 29px;
    left: 0;
    right: 0;
    margin: auto;
}
.pricing-box h4 {
    text-align: center;
    background-color: #4DC7B0;
    color: #fff;
    padding: 13px 3px;
}

.price {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0px;
}
p.price_sub {
    text-align: center;
    text-transform: uppercase;
}
.strk_btn, .strk_btn:hover {
    border: 2px solid #6DD395;
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    color: #6DD395;
    text-transform: uppercase;
    border-radius: 45px;
    padding: 8px 10px;
}


.fill-btn, .fill-btn:hover {
    background: rgb(239,239,239);
    background: linear-gradient(0deg, #6DD395 0%, #4FC7AE 100%);
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 45px;
    padding: 8px 10px;
    transition: all .3s;
}
.price_info {
    padding: 0 15px 30px;
}

.fill-btn:hover{
    transform: translateY(-5px);
}

.page-id-7 .fill-btn:hover{
    transform: translateY(5px) scale(1.1);
}
/*
.text_price_info{
    min-height: 184px;
}
*/

.page-banner-area {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #E6F6F3;
    position: relative;
    z-index: 1;
}
.custom-title {
    margin-bottom: 9px;
    font-size: 40px;
    color: #4DC7B0 !important;
    text-transform: uppercase;
    max-width: 820px;
    margin: auto;
}
.page-banner-content .pages-list {
    padding-left: 0;
    margin-bottom: 0;
}
.page-banner-shape-1 {
    position: absolute;
    bottom: 5%;
    left: 28%;
    -webkit-transform: translateY(-12%) translateX(-38%);
    transform: translateY(-12%) translateX(-38%);
    z-index: -1;
    width: 125px;
}

.page-banner-shape-2 {
    position: absolute;
    top: 25%;
    right: 10%;
    -webkit-transform: translateY(-25%) translateX(-10%);
    transform: translateY(-25%) translateX(-10%);
    z-index: -1;
}
ul.list_grid li {
    margin-bottom: 7px;
}
.img_sec img {
    border-radius: 10px;
    border: 12px solid #fff;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 9%);
}


.btn_common {
    background: rgb(239,239,239);
    background: linear-gradient(90deg, #6DD395 0%, #4FC7AE 100%);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 45px;
    padding: 10px 34px;
    transition: all .3s;
}

.budgett .input-group{
    flex-wrap: nowrap;
}

.budgett .form-control{
    border-radius: 0;
}

.btn_common:hover{
    color: #fff;
    transform: translateY(-5px) scale(1.1);
}
.page-id-285 .btn_common{
    border: none;
}
/* .process{
    z-index: 1;
    position: relative;
}

.process_box.animation-active{
    z-index: 1;
} */

.process_box#step1 .arrow_shape {
    left: -10%;
    opacity: 0;
    transition: all ease 700ms;
} 

 .process_box#step1 .process{
    margin-left: -100px;
    opacity: 0;
}

.process_box#step1.animation-active .process {
    position: relative;
    animation-name: example4;
    animation-duration: 500ms;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    z-index: 0;
  }

  @keyframes example4 {
    from {
      margin-left: -100px;
      opacity: 0;
    }
    to {
      margin-left: 0;
      opacity: 1;
      z-index: 0;
    }
  }

  .process_box#step2 .process{
    margin-left: -200px;
    opacity: 0;
    
    z-index: 0;
}

.process_box#step2.animation-active .process {
    position: relative;
    animation-name: example5;
    animation-duration: 400ms;
    animation-delay: 500ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;

    z-index: 0;
  }

  @keyframes example5 {
    from {
      margin-left: -200px;
      opacity: 0;
      visibility: hidden;
    }
    to {
      margin-left: 0;
      opacity: 1;
 
      z-index: 0;
    }
  }

  .process_box#step3 .process{
    margin-left: -300px;
    opacity: 0;
}

.process_box#step3.animation-active .process {
    position: relative;
    animation-name: example6;
    animation-duration: 400ms;
    animation-delay: 900ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    z-index: 0;
  }

  @keyframes example6 {
    from {
      margin-left: -300px;
      opacity: 0;
    }
    to {
      margin-left: 0;
      opacity: 1;
      z-index: 0;
    }
  }

  .process_box#step4 .process{
    margin-left: -400px;
    opacity: 0;

}

.process_box#step4.animation-active .process {
    position: relative;
    animation-name: example7;
    animation-duration: 400ms;
    animation-delay: 1300ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    z-index: 0;
  }

  @keyframes example7 {
    from {
      margin-left: -400px;
      opacity: 0;
    }
    to {
      margin-left: 0;
      opacity: 1;
    }
  }




/* .process_box#step1{
    left: -10%;
    opacity: 0;
}

.process_box#step2{
    left: -20%;
    opacity: 0;
}

.process_box#step3{
    left: -20%;
    opacity: 0;
}

.process_box#step4{
    left: -20%;
    opacity: 0;
}

.process_box#step3.animation-active{
    
    animation-name: example6;
  animation-duration: 400ms;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

.process_box#step4.animation-active{
    
    animation-name: example6;
  animation-duration: 400ms;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}


.process_box#step2.animation-active{
    
    animation-name: example6;
  animation-duration: 400ms;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

.process_box#step1.animation-active{
   
    animation-name: example5;
  animation-duration: 400ms;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

@keyframes example5 {
    from {
      left: -10%;
      opacity: 0;
    }
    to {
      left: 0%;
      opacity: 1;
    }
  }

  @keyframes example6 {
    from {
      left: -10%;
      opacity: 0;
    }
    to {
      left: auto;
      opacity: 1;
    }
  } */
.process_box#step1.animation-active .arrow_shape {
   
    animation-name: example;
  animation-duration: 400ms;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
@keyframes example {
  from {
    left: -10%;
    opacity: 0;
  }
  to {
    left: 85%;
    opacity: 1;
    z-index: 999;
  }
}


.process_box#step2 .arrow_shape {
    left: -50%;
    opacity: 0;
    transition: all ease 700ms;
}
.process_box#step2.animation-active .arrow_shape {
    right: -38px;
    animation-name: example2;
  animation-duration: 400ms;
  animation-delay: 400ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
@keyframes example2 {
  from {
    left: -50%;
    opacity: 0;
  }
  to {
    left: 85%;
    opacity: 1;
    z-index: 999;
  }
}


.process_box#step3 .arrow_shape {
    left: -100%;
    opacity: 0;
    transition: all ease 700ms;
}
.process_box#step3.animation-active .arrow_shape {
    right: -38px;
    animation-name: example2;
  animation-duration: 400ms;
  animation-delay: 800ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
@keyframes example2 {
  from {
    left: -200px;
    opacity: 0;
  }
  to {
    left: 85%;
    opacity: 1;
    z-index: 999;
  }
}



/* 
.sub_list_menu {
    border-top: 1px solid rgb(255 255 255 / 30%);
    padding-top: 25px;
    margin-top: 25px;
} */


.footer-text{
border-top: 1px solid rgb(255 255 255 / 30%);
    padding-top: 25px;
    margin-top: 25px;
    

}

.sub_list_menu li {
    display: inline-block;
}

.sub_list_menu li a {
    color: #fff;
    padding-left: 25px;
}


.modal-dialog {
    max-width: 945px;
}
.modal-content {
    background-color: transparent;
}
.modal-header {
    background-color: #fff;
}

.modal-backdrop.show {
    opacity: 0.9;
}

.cta_section {
   
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
}
.cta_section:before {
    content: "";
    display: block;
    position: absolute;
    background-color: rgb(0 0 0 / 65%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.cta_section .row{
    position: relative;
}
.cta_section h3 {
    color: #fff;
    font-weight: 300;
}
.cta_section h3.text-uppercase {
    font-weight: 400;
}
.cta_section p, .cta_section h1{
    color: #fff;
}

.digital-marketing{
    position: relative;
}
.box-digital {
    border-radius: 10px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 9%);
    padding: 55px;
    position: absolute;
    background-color: #fff;
    top: 50%;
    max-width: 650px;
    left: 70px;
    transform: translateY(-50%);
    border: 1px solid #c3c3c3;
}




.text_sec h3, .cta_section .main-title-tag {
    text-transform: uppercase;
    font-weight: 600;
}
.includes-title {
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.green-color{
    color: #4DC7B0;
}

.cta_section .green-color {
    font-weight: 600;
}


.work-solution h3 {
    text-transform: uppercase;
}
#myTab {
    border: 0;
    justify-content: center;
}

#myTab  button {
    border: 0;
    color: #000;
    border-bottom: 3px solid #fff;
    padding: 12px 22px;
    font-weight: 500;
}
#myTab  button.active{
    color: #4DC7B0;
    border-bottom: 3px solid #4DC7B0;

}
.video_div {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}
.video_div::after {
    content: "";
    position: absolute;
    display: block;
    background-color: rgb(0 0 0 / 10%);
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}
.pulse-div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 9;
    margin: auto;
    width: 70px;
}
.pulse {
    position: relative;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    line-height: 100px;
    font-family: sans-serif;
    text-transform: uppercase;
    animation: animate-pulse 3s linear infinite;
    cursor: pointer;
}
.pulse img {
    position: absolute;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}
@keyframes animate-pulse{
    0%{
        box-shadow: 0 0 0 0 rgba(255,255,255,0.7),  0 0 0 0 rgba(255,255,255,0.7);
    }
    40%{
        box-shadow: 0 0 0 50px rgba(255,255,255,0.0),  0 0 0 0 rgba(255,255,255,0.7);
    }
    80%{
        box-shadow: 0 0 0 50px rgba(255,255,255,0.0),  0 0 0 30px rgba(255,255,255,0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(255,255,255,0.0),  0 0 0 30px rgba(255,255,255,0);
    }
    
}

.video_section{
        background: rgb(239,239,239);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
}



.services_section {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 35px;
    height: 500px;
    cursor: pointer;
}
.services_section::after {
    content: "";
    display: block;
    position: absolute;
    background-color: rgb(18 170 142 / 90%);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.service_content {
    position: absolute;
    z-index: 9;
    bottom: 21px;
}
/***************************************************************/

.accrdion-portfolio-area, 
.accrdion-portfolio-area div {
	height: 100%;
	min-height: 100vh;
}

.accordion-portfolio-lists li {
	overflow: hidden;
	border: 7px solid var(--dark);
	border-bottom: none;
}

.accordion-portfolio-lists {
/*    overflow-x: auto;*/
    margin: 0 auto;
    padding: 0;
    list-style: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
    height: 400px;
    min-height: 400px;
}

.accordion-portfolio-lists {
    padding-top: 0px;
    padding-bottom: 25px;
/*    width: 2074px;*/
}


.items {
    height: 375px !important;
}
.items:hover, .on-hover{
    width: 440px !important;
}
ul#accordion::before {
    content: "";
    display: block;
    position: absolute;
    background: rgb(1, 27, 64);
    background: linear-gradient(-90deg, rgb(0 92 131 / 0%) 0%, rgb(1, 27, 64) 100%);
    left: -2px;
    z-index: 999;
    width: 260px;
    height: 100%;
    top: 0;
    bottom: 0;
}

#services option:nth-child(1) span {
    display: none;
}
.owl-item.center .items{
    width: 440px !important;
}
.owl-item.center .accordion-overlay h2, .on-hover .accordion-overlay h2 {
    font-size: 25px;
}
.owl-item.center a.serv-btn, .on-hover a.serv-btn{
    display: block !important;
    width: 45px !important;
}
.owl-item.center span, .on-hover span {
    display: none;
}
.items:hover .accordion-overlay h2, .on-hover .accordion-overlay h2 {
    font-size: 25px;
}
.items:hover a.serv-btn, .on-hover a.serv-btn{
    display: block !important;
    width: 45px !important;
}

select#services {
    text-indent: -13px;
    text-indent: -13px;
    text-overflow: ellipsis;
    width: 100%;
    /* overflow: hidden !important; */
    padding-right: 30px;
    white-space: nowrap;
}
li.items:hover span, .on-hover span {
    display: none;
}
.slick-current img {
    width: 560px !important;
}
.accordion-portfolio-lists .owl-item.center .items::before{
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%) repeat scroll 0 0;
    z-index: -1;
    transition: all 0.35s ease-in-out;
        height: 80%;
    visibility: visible;
    opacity: 1;
}

.accordion-portfolio-lists .owl-item.center .items::after{
    display: none;
}
.accordion-portfolio-lists .items:hover::before, .accordion-portfolio-lists .on-hover::before{
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%) repeat scroll 0 0;
    z-index: -1;
    transition: all 0.35s ease-in-out;
        height: 80%;
    visibility: visible;
    opacity: 1;
}
.accordion-portfolio-lists .items:hover::after, .accordion-portfolio-lists .on-hover::after{
    display: none;
}
.accordion-portfolio-lists li {
    cursor: grab;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 1.6em;
    list-style: none;
    width: 210px;
    margin: 0 8px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    border-radius: 30px;
    float: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.owl-nav.disabled {
    display: block !important;
}
.owl-dots {
    display: none;
}
.owl-nav.disabled {
    display: block !important;
    position: absolute;
    top: -120px;
    right: 30px;
}
.owl-nav.disabled button span{
    font-size: 0px !important;
}
.owl-next span, .owl-prev span{
    width: 55px;
    height: 55px;
        background-size: cover;
    opacity: 1 !important;
}
.owl-next span {
  background-image: url("/wp-content/uploads/2024/02/slider-right.svg");
}
.owl-prev span {
  background-image: url("/wp-content/uploads/2024/02/slider-left.svg");
    right: 50px !important;
}
/*
.accordion-portfolio-lists li.out {
	width: 440px;
}
*/
.accordion-overlay h2 {
    text-transform: capitalize;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
a.serv-btn {
    display: none;
}
li.out a.serv-btn {
    display: block;
}
li.out .accordion-overlay h2 {
    font-size: 25px;
}
ul#accordion span {
    position: absolute;
    top: 6px;
    color: transparent;
    -webkit-text-stroke: 1px white;
    right: 0;
    font-size: 40px;
    left: auto;
    opacity: 0.7;
}
ul#accordion .out span{
    display: none;
}
.our_services {
    background: rgb(1,27,64);
    /* background: linear-gradient(90deg, rgba(1,27,64,1) 0%, rgba(0,112,151,1) 100%); */
    overflow: hidden;
}

ul#accordion::after {
    content: "";
    display: block;
    position: absolute;
    background: rgb(1,27,64);
    background: linear-gradient(90deg, rgb(0 92 131 / 0%) 0%, rgb(1,27,64) 100%);
    right: -2px;
    z-index: 999;
    width: 260px;
    height: 100%;
    top: 0;
    bottom: 0;
}
.accordion-portfolio-lists li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 110%;
    width: 120%;
    background: #1DC35E;
    z-index: -1;
    opacity: 0.60;
    transition: all 0.35s ease-in-out;
}

.contact_sec select option:not(:last-child){
    margin-bottom: 30px;
}

.contact_sec select option{
    position: relative;
}

.contact_sec select option{
    background-image: url(/wp-content/uploads/2024/05/check.svg);
    width: 15px;
    height: 15px;
    background-size: cover;
    background-position: 0%;
    background-repeat: no-repeat;
}

.contact_sec select option::after{
    content: "";
    display: block;
    position: absolute;
    background-image: url(/wp-content/uploads/2024/05/check.svg);
    width: 16px;
    height: 16px;
    left: 0;
    top: 4px;
    background-repeat: no-repeat;
}





.wpcf7-form-control-select {
    position: relative;
}
 
.wpcf7-form-control-select + .selected-image img {
    max-width: 100%;
    height: auto;
    display: block;
}



.items-color-1::after {
    background: #12AA8E !important;
}
.budget_field p{
    margin-bottom: 0;}

    .budgett p{
        
    display: flex;
    
}
.items-color-2::after {
	background: #3287D6 !important;
}

.items-color-3::after {
	background: #666666 !important;
}
.items-color-4::after {
	background: #12AA8E !important;
}
.items-color-5::after {
	background: #3287D6 !important;
}
.items-color-6::after {
	background: #1DC35E !important;
}
.items-color-7::after {
	background: #666666 !important;
}



.accordion-portfolio-lists li:nth-child(2)::after {
    background: #12AA8E;
}

.accordion-portfolio-lists li:nth-child(3)::after {
	background: #3287D6;
}

.accordion-portfolio-lists li:nth-child(4)::after {
	background: #666666;
}
.accordion-portfolio-lists li:nth-child(5)::after {
	background: #12AA8E;
}
.accordion-portfolio-lists li:nth-child(6)::after {
	background: #3287D6;
}
.accordion-portfolio-lists li:nth-child(7)::after {
	background: #1DC35E;
}
.accordion-portfolio-lists li:nth-child(8)::after {
	background: #666666;
}

.accordion-portfolio-lists li.out::after {
	opacity: 0;
}

.accordion-portfolio-lists li .accordion-overlay.big-section {
	width: 100%;
}



.accrdion-portfolio-area .accordion-overlay {
	display: inline-block;
	height: auto;
	min-height: auto;
	padding: 30px;
	border-radius: 20px;
	position: relative;
	z-index: 1;
}

.accordion-portfolio-lists li h3 {
	position: absolute;
	left: 50%;
	margin: 0 !important;
	font-weight: 700;
	padding: 0;
	transform: translateX(-50%);
	top: 50px;
	writing-mode: vertical-rl;
	transition: all 0.35s ease-in-out;
	font-size: 22px;
}

.accordion-portfolio-lists li.out h3 {
	writing-mode: inherit;
	left: auto;
	transform: inherit;
	right: 50px;
	display: none;
	border-radius: 10px;
}

.accordion-portfolio-lists li > span {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 900;
	font-size: 80px;
	bottom: -50px;
	-webkit-text-stroke: 1px var(--white);
	color: transparent;
	transition: all 0.35s ease-in-out;
}

.accordion-portfolio-lists li.out > span {
	bottom: -200px;
	visibility: visible;
	opacity: 0;
	transition-duration: 0.10s;
}

.accordion-portfolio-lists li::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 30%;
	width: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%) repeat scroll 0 0;
	z-index: -1;
	transition: all 0.35s ease-in-out;
	visibility: hidden;
	opacity: 0;
}

.accordion-portfolio-lists li.out::before {
	height: 80%;
	visibility: visible;
	opacity: 1;
}

.accrdion-portfolio-area .accordion-overlay span {
	display: inline-block;
	border-radius: 30px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	z-index: 1;
	padding-left: 115px;
	transition: all 0.35s ease-in-out;
	transform: translateX(100px);
	opacity: 0;
	visibility: hidden;
}

.accrdion-portfolio-area .out .accordion-overlay span {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	transition-delay: 0.15s;
}

.pricing_blocks{
    max-width: 900px;
    margin: 0 auto;
}

.accrdion-portfolio-area .accordion-overlay span::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	height: 1px;
	width: 100px;
	background: var(--white);
}

.accrdion-portfolio-area .accordion-overlay h2 {
	margin: 0;
	font-weight: 900;
	transition: all 0.35s ease-in-out;
	transform: translateX(-100px);
	opacity: 0;
	visibility: hidden;
}

.accrdion-portfolio-area .out .accordion-overlay h2 {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	transition-delay: 0.15s;
}

.accrdion-portfolio-area .accordion-overlay p {
	z-index: 1;
	position: relative;
	color: var(--white);
	margin: 0;
	margin-top: 15px;
	transition: all 0.35s ease-in-out;
	transform: translateX(50px);
	opacity: 0;
	visibility: hidden;
}

.accrdion-portfolio-area .out .accordion-overlay p {
	opacity: 0.9;
	visibility: visible;
	transform: translateX(0);
	transition-delay: 0.15s;
}

.accrdion-portfolio-area .accordion-overlay > a {
	display: inline-block;
	height: 70px;
	width: 70px;
	text-align: center;
	line-height: 68px;
	background: var(--dark);
	border-radius: 50%;
	margin-top: 25px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(25px);
	font-size: 30px;
	border: 2px solid rgba(255, 255, 255, 1);
}

.accrdion-portfolio-area .accordion-overlay a i {
	transform: rotate(-45deg);
	-webkit-text-stroke: 1px var(--white);
	color: transparent;
}

.accrdion-portfolio-area .out .accordion-overlay a {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition-delay: 0.30s;
}



/********************************************************/

/* ============================================================== 
    # Accordion Portfolio 
=================================================================== */

.slider-new-htp .accrdion-portfolio-area, 
.slider-new-htp .accrdion-portfolio-area div {
	height: 100%;
	min-height: 100vh;
}

.slider-new-htp .accordion-portfolio-lists li {
	overflow: hidden;
	border: 7px solid var(--dark);
	border-bottom: none;
}

.slider-new-htp .accordion-portfolio-lists {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	position: relative;
	height: 100vh;
    min-height: 100vh;
}

.slider-new-htp .accordion-portfolio-lists {
    padding-top: 130px;
    padding-bottom: 25px;
    width: 100%;
}

.slider-new-htp .accordion-portfolio-lists li {
    cursor: grab;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0;
    padding: 1.6em;
    list-style: none;
    width: 16.66666667%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    border-radius: 30px;
    float: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin: 0 6px;
}

.slider-new-htp .accordion-portfolio-lists li::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: linear-gradient(45deg, var(--color-secondary) 0%, var(--color-secondary-to) 50%);
	z-index: -1;
	opacity: 0.75;
	transition: all 0.35s ease-in-out;
}

/*
.slider-new-htp .accordion-portfolio-lists li:nth-child(2)::after {
	background: #fba065;
}

.slider-new-htp .accordion-portfolio-lists li:nth-child(3)::after {
	background: #bccd7e;
}

.slider-new-htp .accordion-portfolio-lists li:nth-child(4)::after {
	background: #6a850b;
}
*/

.slider-new-htp .accordion-portfolio-lists li.out::after {
	opacity: 0;
}

.slider-new-htp .accordion-portfolio-lists li .accordion-overlay.big-section {
	width: 100%;
}

.slider-new-htp .accordion-portfolio-lists li.out {
    width: 18%;
}


.slider-new-htp .accrdion-portfolio-area .accordion-overlay {
	display: inline-block;
	height: auto;
	min-height: auto;
	padding: 30px;
	border-radius: 20px;
	position: relative;
	z-index: 1;
}

.slider-new-htp .accordion-portfolio-lists li h3 {
	position: absolute;
	left: 50%;
	margin: 0 !important;
	font-weight: 700;
	padding: 0;
	transform: translateX(-50%);
	top: 50px;
	writing-mode: vertical-rl;
	transition: all 0.35s ease-in-out;
	font-size: 22px;
}

.slider-new-htp .accordion-portfolio-lists li.out h3 {
	writing-mode: inherit;
	left: auto;
	transform: inherit;
	right: 50px;
	display: none;
	border-radius: 10px;
}

.slider-new-htp .accordion-portfolio-lists li > span {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 900;
	font-size: 80px;
	bottom: -50px;
	-webkit-text-stroke: 1px var(--white);
	color: transparent;
	transition: all 0.35s ease-in-out;
}

.slider-new-htp .accordion-portfolio-lists li.out > span {
	bottom: -200px;
	visibility: visible;
	opacity: 0;
	transition-duration: 0.10s;
}

.slider-new-htp .accordion-portfolio-lists li::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 30%;
	width: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%) repeat scroll 0 0;
	z-index: -1;
	transition: all 0.35s ease-in-out;
	visibility: hidden;
	opacity: 0;
}

.slider-new-htp .accordion-portfolio-lists li.out::before {
	height: 80%;
	visibility: visible;
	opacity: 1;
}

.slider-new-htp .accrdion-portfolio-area .accordion-overlay span {
	display: inline-block;
	border-radius: 30px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	z-index: 1;
	padding-left: 115px;
	transition: all 0.35s ease-in-out;
	transform: translateX(100px);
	opacity: 0;
	visibility: hidden;
}

.slider-new-htp .accrdion-portfolio-area .out .accordion-overlay span {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	transition-delay: 0.15s;
}

.slider-new-htp .accrdion-portfolio-area .accordion-overlay span::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	height: 1px;
	width: 100px;
	background: var(--white);
}

.slider-new-htp .accrdion-portfolio-area .accordion-overlay h2 {
	margin: 0;
	font-weight: 900;
	transition: all 0.35s ease-in-out;
	transform: translateX(-100px);
	opacity: 0;
	visibility: hidden;
}

.slider-new-htp .accrdion-portfolio-area .out .accordion-overlay h2 {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	transition-delay: 0.15s;
}

.slider-new-htp .accrdion-portfolio-area .accordion-overlay p {
	z-index: 1;
	position: relative;
	color: var(--white);
	margin: 0;
	margin-top: 15px;
	transition: all 0.35s ease-in-out;
	transform: translateX(50px);
	opacity: 0;
	visibility: hidden;
}

.slider-new-htp .accrdion-portfolio-area .out .accordion-overlay p {
	opacity: 0.9;
	visibility: visible;
	transform: translateX(0);
	transition-delay: 0.15s;
}

.slider-new-htp .accrdion-portfolio-area .accordion-overlay > a {
	display: inline-block;
	height: 70px;
	width: 70px;
	text-align: center;
	line-height: 68px;
	background: var(--dark);
	border-radius: 50%;
	margin-top: 25px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(25px);
	font-size: 30px;
	border: 2px solid rgba(255, 255, 255, 1);
}

.slider-new-htp .accrdion-portfolio-area .accordion-overlay a i {
	transform: rotate(-45deg);
	-webkit-text-stroke: 1px var(--white);
	color: transparent;
}

.slider-new-htp .accrdion-portfolio-area .out .accordion-overlay a {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition-delay: 0.30s;
}


/* ============================================================== 
    # Accordion Portfolio Single
=================================================================== */


/********************************************************/













.popup-single-modal .modal-content {
	position: relative;
}

.bg-dark .popup-single-modal .modal-content {
	background: var(--dark-secondary);
}

.popup-single-modal .modal-content .modal-header {
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
	z-index: 9;
	right: 45px;
	top: 45px;
}

.popup-single-modal .modal-content .modal-header button.btn-close {
	height: 16px;
	width: 16px;
	line-height: 30px;
	background: var(--white);
	opacity: 1;
	color: var(--white);
	border-radius: 50%;
	position: relative;
	font-weight: 500;
	overflow: inherit;
}

.popup-single-modal .modal-content .modal-header button.btn-close::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "\f00d";
	font-family: "Font Awesome 5 Pro";
	transform: translate(-50%, -50%);
	height: auto;
	width: auto;
	z-index: 1;
	background: transparent;
	color: var(--color-heading);
}

.popup-single-modal .modal-content .modal-header button.btn-close::before {
	position: absolute;
	left: -5px;
	top: -5px;
	content: "";
	height: 42px;
	width: 42px;
	background: var(--white);
	z-index: -1;
	border-radius: 50%;
	opacity: 0.5;
}

.popup-single-modal .modal-dialog-scrollable .modal-body {
	padding: 50px;
	border-radius: inherit;
}

.popup-single-modal .modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.popup-single-modal .modal-dialog-scrollable .modal-body::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.popup-single-modal .modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
	background-color: var(--dark);
}

.bg-dark .popup-single-modal .modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px var(--white);
	background-color: #F5F5F5;
}

.bg-dark .popup-single-modal .modal-dialog-scrollable .modal-body::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.bg-dark .popup-single-modal .modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
	background-color: var(--color-primary);
}


.section-Calendly {
    background-color: #fbfcfd;
    padding-bottom: 31px;
}

.box_design {
    background-color: #fff;
    border: 1px solid var(--text-color-level3, rgba(26,26,26,0.1)));
    border-radius: 8px;
    box-shadow: 0 1px 8px 0 rgb(0 0 0/8%);
}



.left_side_box .meeting-info {
     padding: 30px;
}

.logo_main {
     padding: 30px;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}


.left_side_box{
     border-right: 1px solid #d9d9d9;
}
.meeting-info img {
    border-radius: 655px;
    width: 76px;
    margin-bottom: 14px;
}
.meeting-info h6 {
    color: rgb(26 26 26 / 61%);
}
.meeting-info h3, .right_side_box h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.meeting-info .icon-items {
    color: rgb(26 26 26 / 61%);
    font-weight: 500;
}
  .meeting-info .icon-items svg {
    width: 20px;
}
.meeting-info a {
    color: hsl(215.29deg 100% 50%);
    font-size: 12px;
}
.meeting-info p {
   
    font-size: 14px;
}

/*****************************/
/*****************************/
/*****************************/
.right_side_box{
    padding-left: 21px;
}
.right_side_box img {
    padding-right: 21px;
}

.left_side_box {
    height: 560px;
    overflow: auto;
    position: relative;
}
/*****************************/
/*****************************/
/*****************************/

@media (min-width: 1400px) {
	.popup-single-modal .modal-xl {
		max-width: 1320px;
	}
}

ul.gallery-project-basic-info {
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #dddddd;
	padding-left: 50px;
	margin-left: 50px;
}

.bg-dark ul.gallery-project-basic-info {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}

ul.gallery-project-basic-info li {
	margin-top: 20px;
	font-weight: 700;
	color: var(--color-heading);
	font-size: 18px;
}

.bg-dark ul.gallery-project-basic-info li {
	color: var(--white);
	font-weight: 600;
	font-size: 15px;
	margin-top: 25px;
}

ul.gallery-project-basic-info li:first-child {
	margin-top: 0;
}

ul.gallery-project-basic-info li span {
	display: block;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	color: var(--color-paragraph);
}

.bg-dark ul.gallery-project-basic-info li span {
	color: #cccccc;
	font-weight: 400;
}

.project-details h1, 
.project-details h2, 
.project-details h3, 
.project-details h4, 
.project-details h5, 
.project-details h6 {
	font-weight: 800;
	margin-bottom: 20px;
}

.bg-dark .project-details h1, 
.bg-dark .project-details h2, 
.bg-dark .project-details h3, 
.bg-dark .project-details h4, 
.bg-dark .project-details h5, 
.bg-dark .project-details h6 {
	font-weight: 700;
}

.thumb-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

ul.list-disc {
	list-style: disc;
	margin-left: 20px;
	padding: 0;
	margin-bottom: 0;
}

ul.list-disc li {
	list-style: disc;
	margin-top: 7px;
}

.bg-dark ul.list-disc li {
	color: #cccccc;
}

.engage_box {
    box-shadow: inset 0px 0px 34px 0px rgb(0 0 0 / 3%), 0px 1px 8px 0px rgb(0 0 0 / 14%);
    padding: 25px;
    height: 100%;
    border: 5px solid #fff;
    border-radius: 25px;
}
.engage_box img {
    width: 50px;
    margin-bottom: 10px;
}


.pricing_section_box {
    background-color: rgb(211 242 223);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 100%;
}
.price_title h4 {
    background-color: #4DC7B0;
    text-align: center;
    color: #fff;
    padding: 17px 5px;
    font-size: 20px;
}
.price_text_box {
    padding: 20px 22px 186px;
}
.price_text {
    font-size: 37px;
    font-weight: 500;
}
.price_text span {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}
.price_text_box h6 {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 10px;
    display: inline-block;
}
.price_btn_sec {
    position: absolute;
    bottom: 31px;
    right: 0;
    left: 0;
    padding: 0 22px;
}
.price_btn_sec p {
    font-size: 14px;
}
.text_common, .text_common:hover {
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline;
}

.pricing_section_box ul.ulcheck li,
.pricing_section_box .price_text_box h6,
.pricing_section_box p,
.pricing_section_box p i,
.pricing_section_box .price_text,
.pricing_section_box .price_btn_sec p,
.pricing_section_box .text_common,
.pricing_section_box strong,
.pricing_section_box span
{
    color: #000;
}
.pricing_section_box:hover {
    background-color: #000E20;
    transform: scale(1.02);
    
}
.pricing_section_box:hover ul.ulcheck li,
.pricing_section_box:hover .price_text_box h6,
.pricing_section_box:hover p,
.pricing_section_box:hover p i,
.pricing_section_box:hover .price_text,
.pricing_section_box:hover .price_btn_sec p,
.pricing_section_box:hover .text_common,
.pricing_section_box:hover strong,
.pricing_section_box:hover span
{
    color: #fff;
}


/*
.contact_us{
    position: relative;
}
.contact_us::after{
    content: "";
    display: block;
    position: absolute;
    background-color: rgb(236 255 243);
    width: 100%;
    height: 50%;
    top: 0;
    right: 0;
    left: 0;
}
*/


.contact_sec {
    position: relative;
    z-index: 9;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 1px 1px 21px 1px rgb(0 0 0 / 4%);
}
.contact_info_right.p-0 img {
    height: 100%;
    object-fit: cover;
}



.contact_info_left, .contact_info_right{
    padding: 35px;
}
/* .contact_info_right {
    background-color: #4dc7b0;
        background: linear-gradient(90deg, #6DD395 0%, #4FC7AE 100%);
} */
.contact_info_right {
    color: #fff;
    height: 100%;
}
.contact_info_right li img {
    width: 13px;
    margin-right: 10px;
}
.contact_info_right li:first-child img {
   position: relative;
    top: 5px;
}
.contact_info_right ul li {
    display: flex;
    align-items: start;
    margin-bottom: 15px;
}

.form-label {
    font-size: 14px;
}
.form-control, .form-select, textarea {
    border: 1px solid #d4d4d4;
    padding: 11px 18px;
    color: #888;
    border-radius: 8px;
    font-size: 13px;
}

.form-select{
    font-size: 13px;
}
.form-control::placeholder, .form-select{
     color: #888;
    font-weight: 300;
}

.digital-marketing .col-md-7 img {
    height: 586px;
    object-fit: cover;
}







/**************media***********************/




@media (min-width: 1280px){
    .container {
    max-width: 1250px;
}


}
@media (min-width: 991px){
    
.navbar-nav .nav-item {
    position: relative;
}


ul.sub-menu {
    position: absolute;
    background-color: #000e20;
    color: #fff;
    z-index: 999;
    width: 370px;
    display: none;
    top: -410px;
    opacity: 0;
}
 .navbar-nav > .nav-item:hover > .sub-menu {
    top: 30px;
    opacity: 1;
    display: block;
}
ul.sub-menu li a {
    color: #fff;
}

.sub-menu::before {
    position: absolute;
    top: -8px;
    left: 69px;
    margin-left: -8px;
    content: " ";
    display: block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #181c1f;
    border-left: 8px solid transparent;
}
ul.sub-menu li a {
    border-bottom: dotted 1px rgba(255, 255, 255, 0.15);
    padding: 15px 20px;
    text-transform: capitalize !important;
    font-size: 14px;
    padding: 11px 18px !important;
    display: inline-block;
    line-height: normal;
    width: 100%;
}

}


.calculator p {
    font-size: 12px;
}
.calculator a {
    padding: 9px 23px;
    font-size: 16px;
}
.calculator {
    text-align: center;
}

.calculator a i {
    font-size: 18px;
}



@media (max-width:1400px) {
    .form-select{
        font-size: 13px;
    }
}

@media (max-width:1300px) {
    .form-label{
        font-size: 13px;
    }
}

@media (max-width: 1199px){
    ul#myTab li button {
    padding: 12px 10px;
}
 

.calculator a {
        padding: 9px 23px;
        font-size: 16px;
    }

    .calculator a i {
    font-size: 19px;
}

.calculator p {
    font-size: 10px;
}

.navbar-nav li a{
    padding: 3px 15px!important;
}
}

@media (max-width:1024px) {
    li.out .accordion-overlay h2 {
    font-size: 18px;
}

   .owl-carousel .owl-item .serv-btn img {
    
    width: 25px;
}
    ul#accordion::after {
    width: 50px;
}
.box-digital {
    left: 0;
    right: 0;
    background-color: rgb(255 255 255 / 98%);
    padding: 30px 30px;
    margin: 0 22px;
}
}

@media (max-width: 991px){
    ul#myTab li button {
    font-size: 12px;
}
.menu-item-has-children::after{
    border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 3px;
  content: '';
}
.form-select{
    font-size: 13px;
}

.pricing_section_box{
    max-width: 450px;
    margin: 0 auto;
}
.menu-item-has-children.open_dropdown::after{
    transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.menu-item-has-children .sub-menu{
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    height: 0;
    display: none;
}

.menu-item-has-children .sub-menu.dropdown_show{
    opacity: 1;
    visibility: visible;
    height: 100%;
    display: block;
}

.menu-item-has-children{
    position: relative;
}
    .cta_section br{
        display: none;
    }

    .navbar{
        justify-content: right;
    }
    .accordion-button:not(.collapsed) {
    background-color: #4dc7b0;
    color: #fff;
}
    .accordion-body {
    padding: 41px;
}
    .accordion-button:not(.collapsed)::after {
    background-color: #fff;
    width: 25px;
    height: 24px;
    text-align: center;
    padding: 0;
    background-position: 2px;
    border-radius: 5px;
}
    .engage-sec h2 {
    margin-bottom: 25px !important;
}
.banner_text_center h1, .banner_text_center h1 a {
    font-size: 28px;
}
    .banner_text_center {
        
    max-width: 305px;
        
    right: 20px;
}
    .banner_section {
    height: 490px;
}
    .navbar-nav {
    display: block !important;
}
.navbar-nav li a {
    padding-left: 9px !important;
    margin-bottom: 14px;
}
    .navbar-nav li:hover a, .navbar-nav .current_page_item a {

    transform: scale(1) !important;
}
    .main_logo, .footer-logo {
    max-width: 92px;
}
.tagline-hilight {
    position: absolute;
    max-width: 27px;
    left: 92px;
    top: 6px;
}
    button.navbar-toggler {
    border: 0;
    padding: 0;
    position: relative;
    right: 15px;
    color: transparent!important;
}
    ul.sub-menu {
    padding-left: 21px;
}
    .navbar-nav li a {
    padding: 0px 20px !important;
}

.search-section{
    margin:  0 auto;
}
}
@media (max-width: 767px){
   .accordion-portfolio-lists li::after {
  
    opacity: 0.80;
}

.page-id-565 .tagline-hilight {
        left: 91px !important;
        max-width: 40px !important;
    }

    


    .accordion-overlay h2 {
    font-size: 20px;
    font-weight: 600;
}
/*
    .owl-item.center .items{
    width: 440px !important;
}
*/
    .owl-carousel .owl-item .serv-btn img {
    
    width: 25px;
}
    ul#accordion::after {
    width: 50px;
}
.box-digital {
    left: 0;
    right: 0;
    background-color: rgb(255 255 255 / 98%);
    padding: 30px 30px;
    margin: 0 22px;
}

.page-id-481 .fill-btn {
    font-size: 14px;
}

.footer-text .col-md-6:nth-child(1) p {
    margin-bottom: 0px !important;
}
.footer-text .col-md-6:nth-child(1) {
    order: 2;
    text-align: center;
    font-size: 13px;
    margin-top: 6px;
}
.footer-text .col-md-6:nth-child(2) .sub_list_menu li a {
    padding: 0 10px;
}


.digipage {
    margin: 40px 15px;
}
.process_box .arrow_shape {
    position: absolute;
    bottom: -19px;
    right: auto;
    width: 72px;
    z-index: 9;
    transform: rotate(98deg);
    left: -25px;
}

.process_box#step1.animation-active .process{
    animation-duration: 100ms;
}

.process_box#step1 .process{
    opacity: 1!important;
    margin-left: 0!important;
}

.budgett:not(:last-child) {
    margin-bottom: 15px;
}
/* .contact_info_left{
    padding-bottom: 0!important;
    padding-top: 0!important;
} */

.process_box#step1.animation-active .arrow_shape {
  
    animation-name: example;
  animation-duration: 400ms;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
@keyframes example {
  from {
    left: -10%;
    opacity: 0;
  }
  to {
    left: -25px;
    opacity: 1;
  }
}


.process_box#step2 .arrow_shape {
    left: -50%;
    opacity: 0;
    transition: all ease 700ms;
}
.process_box#step2.animation-active .arrow_shape {
    
    animation-name: example2;
  animation-duration: 400ms;
  animation-delay: 400ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
@keyframes example2 {
  from {
    left: -50%;
    opacity: 0;
  }
  to {
    left: -25px;
    opacity: 1;
  }
}


.process_box#step3 .arrow_shape {
    left: -100%;
    opacity: 0;
    transition: all ease 700ms;
}
.process_box#step3.animation-active .arrow_shape {
    
    animation-name: example2;
  animation-duration: 400ms;
  animation-delay: 800ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
@keyframes example2 {
  from {
    left: -200px;
    opacity: 0;
  }
  to {
    left: -25px;
    opacity: 1;
  }
}



    h2 {
    text-transform: uppercase;
    font-size: 28px;
}
    .about_pre_bg {
    box-shadow: 0px 4px 24px 0px rgb(0 0 0 / 11%);
    text-align: center;
    font-size: 16px;
    border-radius: 0 0 30px 30px;
    padding: 25px 25px;
    background-color: #fff;
    margin-bottom: 35px;
    font-weight: 300;
}
    .footer-right h5 {
    margin-top: 35px;
    margin-bottom: 14px !important;
}
    .footer_left p {
    padding: 11px 0px 11px 0;
}
    .sub_list_menu li a {
    color: #fff;
    padding-right: 14px;
}
    .sub_list_menu li:last-child a {
    color: #fff;
    padding-right: 0px;
}
    .sub_list_menu {
    display: flex;
    justify-content: center;
}
    .pulse {
        
    width: 50px;
    height: 50px;
}
    .pulse img {
        
    height: 19px;
}
    .video_div {
        
    border-radius: 10px;
}
    .price_text {
    font-size: 30px;
        
}
    .price_text span {
    font-size: 12px;
}
    .Competitive-Pricing {
    padding-bottom: 0px !important;
}
    .banner_section {
    height: 221px;
}
    .page-banner-area {
    padding-top: 30px;
    padding-bottom: 30px;
}
    .page-banner-shape-1 {
        
    width: 55px;
}
.owl-nav.disabled {
    display: block !important;
    position: absolute;
    top: -70px;
    right: 10px;
}
}
@media (max-width: 580px){
    .banner_text_center h1, .banner_text_center h1 a {
    font-size: 18px;
}


.calculator a {
    padding: 7px 13px;
    font-size: 13px;
}
.calculator p {
    font-size: 8px;
}

.calculator a i {
    font-size: 14px;
}

  .banner_text_center {
    max-width: 185px;
    right: 1px;
    top: 57%;
}
    .banner_text_center h1 a {
    margin-top: 6px;
}
.banner_section {
    height: 175px;
}
.custom-title {
    font-size: 20px;
}
    .items:hover, .on-hover {
    width: 300px !important;
}

.owl-item.center .accordion-overlay h2, .on-hover .accordion-overlay h2 {
    font-size: 22px;
}

ul#accordion::before {
    content: "";
    display: none;
    position: absolute;
    background: rgb(1, 27, 64);
    background: linear-gradient(-90deg, rgb(0 92 131 / 0%) 0%, rgb(1, 27, 64) 100%);
    left: -2px;
    z-index: 999;
    width: 50px;
    height: 100%;
    top: 0;
    bottom: 0;
}

.owl-item.center .items{
    width: 100%;
}
    
    .pricing_section_box:hover {
    transform: scale(1);
}
    div#t a img {
    width: 25px;
}
    .items:hover .accordion-overlay h2, .on-hover .accordion-overlay h2 {
    font-size: 18px;
}

.cta_section{
    background-attachment: local;
}
}

@media (max-width: 500px) {
    .our_services h2{
        text-align: center;
    }
     .accordion-portfolio-lists li{
        width: 150px;
    }
    .accordion-overlay h2, li.out .accordion-overlay h2 {
    font-size: 16px;
}
}


@media screen and (min-width:991px) {
     .menu-item-has-children:hover .sub-menu {
        display: block;
        top: 40px;
        opacity: 1;
     }

     .offcanvas-body{
        justify-content: center;
     }
}

.form-check-input{
    border: none!important;
}

.page-id-418 .btn_common{
    border: none;
}

.page-id-418 .contact_info_left,
.page-id-418 .contact_info_right{
    padding-top: 0!important;
}

.wpcf7 form.sent .wpcf7-response-output {
    display: none !important;
    /* border-color: #46b450; */
}

.digipage{
    text-align: center;
    max-width: 100% !important;
    margin: 40px 15px !important;
    padding: 20px 30px;
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 9%);
    border-radius: 10px;
}

    .digipage img{
        width: 130px;
    }

    .page-id-481 .fill-btn img {
    width: 20px;
    position: relative;
    top: -2px;
}