a,
a:hover {
    text-decoration: none;
}

.styled-link {
    position: relative;
    padding-bottom: 3px;
    flex-shrink: 0;
}

.styled-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0%;
    height: 1px;
    transition: 0.5s all;
}

.styled-link:hover:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

/*floating button*/
.float1 {
    font-weight: 400;
    vertical-align: middle;
    padding: 8px 16px 10px;
    position: fixed;
    bottom: 20px;
    left: 10px;
    background-color: #03a84e;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    z-index: 100;
    text-decoration: none;
    animation: key1 .3s ease infinite alternate;
}

.float1:hover {
    color: #fff;
}

.float1 i {
    margin-right: 10px;
    font-size: 22px;
    position: relative;
    top: 2px;
    color: #f8f8f8;
}

@keyframes key1 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

/* navbar Above */
body{
  color: #fff;
  position: relative;
  background-color: #1a1a1a;
  /* isolation: isolate; */
  /* z-index: 1; */
}
.homepage_parent{
  background-position: 0 -420px;
  background:  url("../img/pagebg.webp");
}
.azure-depths {
      position: absolute;
      inset: 0;
      z-index: 1;
      background: radial-gradient(
        125% 125% at 50% 100%,
        #000000 40%,
        #350136 100%
      );
    }
#navbarAbove {
    background: #ff9800;
    font-size: 15px;
    color: #fff;
    padding: 16px 0;
    /* background-color: #fff; */
}
.head_social li {
    background: #fff;
    padding: 0 6px;
    border-radius: 50%;
  }
.head_social li a {
    color: #ff9800 !important;
  }
#navbarBelow .navbar-toggler i {
    color: #c92d6c;
}

#navbarAbove a {
    color: #fff;
    font-size: 13px;
}

#navbarAbove .styled-link:hover:after {
    background-color: #000 !important;
}

/* navbar Below */
.m-header {
    position: absolute;
    width: 100%;
    z-index: 999;
}

#navbarBelow a {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
}
.navbar-nav .dropdown-menu.show {
  display: flex;
  flex-wrap: wrap;
  width: 620px;
  /* justify-content: center; */
  align-items: center;
  gap: 13px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 10px;
}
.navbar-nav .dropdown-menu li {
  width: 48.6%;
  background: #c92d6c;
  padding: 5px 0 5px 0;
  border-radius: 10px;
  border: 1px solid #c92d6c;
  color: #c92d6c !important;
}
.navbar-nav .dropdown-menu li a {
  font-weight: 600 !important;
}
#navbarBelow .dropdown-menu a {
  color: #fff;
}
#navbarBelow li {
    position: relative;
}


.nav-link.dropdown-toggle::after {
    transition: 0.5s;
}

.nav-link.dropdown-toggle.show::after {
    transform: rotate(180deg);
}

#navbarBelow .navbar-toggler {
    color: #fff;
    border: none;
    box-shadow: none;
}

#navbarBelow.fixed-top {
    background-color: #1A5DA5;
    animation: navbarBelow 500ms linear;
    padding: 15px 0;
}

@keyframes navbarBelow {
    0% {
        opacity: 0%;
        transform: translateY(-50%);
    }

    ;

    100% {
        opacity: 100%;
        transform: translateY(0);
    }
}

#navbarNavDropdown {
    font-size: 1.1rem;
    font-weight: 600;
}

.navbar-brand img {
    max-height: 60px;
}

.dropdown-menu {
    background-color: #c92d6c;
}

.dropdown-item {
    color: #000;
    font-weight: 400;
}
.navbar-nav .dropdown-menu li:hover {
  background: #fff;
  color: #c92d6c !important;
}
.dropdown-item.active,
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    background-color: #fff;
    color: #c92d6c !important;
}

.navbar-right-button {
    background: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 50px;
    color: #FF9800 !important;
    padding: 9px 22px;
}


#navbarBelow .navbar-collapse.collapsing,
#navbarBelow .navbar-collapse.show {
    margin-top: 10px;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
h1,
h2,
h3,
h4{
    font-family: 'Nexa';
}
a,
h5,
h6,
li,
p,
span,
ul {
    font-family: "Inter", sans-serif;
    margin: 0 !important;
}

#navbarBelow {
    padding: 10px 0px 0 0px;
  }
/* SECTION1 */
/* .h_bannmixbg{
 
} */
.h_sec1.home{
    position: relative;
    padding: 140px 0 60px 0;
    isolation: isolate;
    /* background: url(../img/s1bg.png) no-repeat center/cover; */
}

.defaulth1 {
    font-weight: 800;
    line-height: 74px;
    font-size: 55px;
    color: #fff;
    /* text-transform: capitalize; */
}
.btn_wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 17px 0 0 0;
    align-items: center;
}
#navbarBelow .btn_wrap .btn1 i {
  font-size: 15px;
  translate: -7px 0px;
}
a.btn1 {
    background: #C92D6C;
    border: none;
    font-size: 17px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    padding: 15px 32px;
    font-weight: 600;
    transition: 0.7s;
}
a.btn1:hover , a.btn2:hover {
  transform: scale(1.1);
}
i.cust {
    transform: rotate(-49deg);
}
.btn1.popup-btn.big {
    font-size: 22px;
  }
a.btn2 {
    background:#fff;
    border: none;
    font-size: 17px;
    text-align: center;
    border-radius: 50px;
    color: #000;
    padding: 15px 32px;
    font-weight: 600;
    transition: 0.7s;

}
.btn_wrap a {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .btn_wrap a i {
    font-size: 21px;
  }
  .btn_wrap .btn1.popup-btn.bg_dark {
    background: #fff;
    color: #000;
  }
.defaulth2 {
    font-size: 54px;
    color: #fff;
    margin: 13px 0 !important;
}
.defaulth2.black{
    color: #fff;
}
.bold {
    font-weight: 600;
}
.defaulth2 span{
    font-family: 'Nexa';
}
.clr_1 {
    color: #C92D6C !important;
}

.defaultp {
    color: #ffffff7b;
    margin: 10px 0;
    font-size: 18px;
    line-height: 25px;
}
.h_s1right .h_s1slider .slide .icon {
  background: #C92D6C;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.h_s1right .h_s1slider .slide h4 {
  font-weight: 600;
  margin: 10px 0 10px 0 !important;
  color: #fff;
}
.h_s1right .h_s1slider .slide a {
  font-weight: 600;
  padding: 10px 0 0 0;
  color: #fff;
}
.h_s1right .h_s1slider .slide a i {
  transform: rotate(-49deg);
  color: #c92d6c;
}
.line_img {
    margin: -15px 0 14px 0;
}
.h_s1mid{
    position: relative;
}
.circle_p {
    display: flex;
    justify-content: end;
  }
  .circle_p .circle {
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    /* background-color: aqua; */
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/roundtext1.png) no-repeat;
    bottom: 0;
    /* transform: scale(0.8); */
    animation: rotateText 10s linear infinite;
  }
  
  .logo {
    position: absolute;
    width: 90px;
    height: 90px;
    background-image: url(../img/arrow.png);
    background-size: cover;
    border-radius: 50%;
    animation: rotateTextop 10s linear infinite;
  }
  
  .text {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotateText 10s linear infinite;
  }
  
  @keyframes rotateText {
    0% {
        transform: rotate(0deg);
    }
  
    100% {
        transform: rotate(360deg);
    }
  }
  @keyframes rotateTextop {
    0% {
        transform: rotate(-0deg);
    }
  
    100% {
        transform: rotate(-360deg);
    }
  }
  
  .text span {
    position: absolute;
    left: 50%;
    font-size: 1em;
    transform-origin: 0 89px;
  }

  #navbarBelow .btn_wrap .btn1 {
    font-size: 17px !important;
    color: #fff !important;
    font-weight: 600 !important;
  }
  .h_sec1 .dot_true .slick-dots {
    translate: -79px 0px;
  }
  .dot_true .slick-dots li {
    margin: 0 1px !important;
  }
  
  .dot_true .slick-dots li button {
    height: 7px;
    width: 2px;
    background:#D0D5DD;
    border-radius:13px;
    padding:0 6px;
    transition:0.5s;
    margin-top: 17px !important;
  }
  
  .dot_true .slick-dots li.slick-active button {
    background-color: #C92D6C;
    border:0px solid #0d6baa;
    margin:0 -6px;
    height: 7px;
    width: 23px;
  }
  
  .dot_true .slick-dots li button::before {
    display: none;
  }
  .h_sec3.home {
    padding: 100px 0 120px 0px;
  }
 .h_s3box.box {
    height: 410px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
    border-radius: 12px;
    border: 7px solid #ffffff12;
  }
  .h_s3box.box1{
    background: url(../img/s2boxbg1.webp) no-repeat center/cover;
    padding: 0 66px;
    transform: rotate(45deg);
    position: relative;
    z-index: 0;
    transition: 0.7s;
  }
  .h_s3box.box1.active{
    transform: rotate(0deg);
  }
  .h_s3box.box1.active .disc{
    transform: rotate(0deg);
  }
  .h_s3box.box1 .disc {
    transform: rotate(-45deg);
  }
  .h_s3box.box2{
    /* background: url(../img/s2boxbg2.webp) no-repeat center/cover #00000047; */
    background-blend-mode: overlay;
    position: relative;
    transform: rotate(45deg);
    transition: 0.7s;
    position: relative;
    overflow: hidden;
  }
  .h_s3box.box2:before{
    background: url(../img/s2boxbg2.webp) no-repeat center/cover #00000047;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(-45deg) scale(1.45);
    transition: 0.7s;
  }
  .h_s3box.box2.active::before {
    transform: rotate(0) scale(1.45);
  }
  .h_s3box.box2 .disc {
    transform: rotate(-45deg);
  }
  .h_s3box.box2.active{
    transform: rotate(0deg);
  }
  .h_s3box.box2.active .disc{
    transform: rotate(0deg);
  }
  .h_s3box.box3{
    background: url(../img/s2boxbg3.webp) no-repeat center/cover;
    padding: 0 66px;
    transform: rotate(45deg);
    position: relative;
    z-index: 0;
    transition: 0.7s;
  }
  .h_s3box.box3 .disc {
    transform: rotate(-45deg);
  }
  .h_s3box.box3.active{
    transform: rotate(0deg);
  }
  .h_s3box.box3.active .disc{
    transform: rotate(0deg);
  }
  .h_s3box.box p {
    margin: 14px 0 25px 0 !important;
  }
  .h_s3box p, .h_s3box .btn_wrap {
    opacity: 0;
    transition: 0.7s;
  }
  .h_s3box.active p , .h_s3box.active .btn_wrap {
    opacity: 1;
  }
  
.h_s3box.box.box2 .inner {
    background: #0000004f;
    height: 100%;
    margin: 12px 12px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    backdrop-filter: blur(6px);
    border: 2px solid #0003;
    border-radius: 11px;
    padding: 0 50px;
  }
  /* .h_main2{
    background: url(../img/s2bg.png) no-repeat center/cover;
  } */
  /* .h_sec4.home.s4home{
    background: url(../img/s4bg.png) no-repeat center/cover;
  } */
/* SECTION1 */

/* SECTION4 */

.h_s4box.box {
    background: #fff;
    padding: 20px 29px;
    border-bottom: 4px solid #c92d6c;
    border-radius: 12px;
    color: #1D3143;
  }
  .h_s4box.box h4 {
    text-transform: uppercase;
    font-size: 20px;
    height: 45px;
  }
  .h_s4box.box p.defaultp {
    opacity: 0.8;
    margin: 15px 0 25px 0 !important;
    height: 150px;
    color: #0B010D;
  }
  .h_s4slider .slick-slide {
    padding: 30px 12px 12px 12px;
    height: auto !important ;
  }
  .h_s4box.box ul {
    margin: 20px 0 0 0 !important;
  }
.h_s4box.box ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 0 0 !important;
    border-bottom: 1px solid #00000021;
    padding: 0 0 12px 0;
  }
  .h_s4box.box ul li i {
    background: #C92D6C;
    padding: 5px 5px;
    border-radius: 50%;
    color: #fff;
  }
  .h_s4box.box ul li p {
    font-size: 17px;
  }
  
.h_s4box.box.box1 {
    transform: rotate(-19deg);
    position: relative;
    z-index: 0;
    translate: 110px 0px;
    transition: 1.8s;
    transition-delay: 0.8s;
  }
  .h_s4box.box.box2 {
    transform: rotate(-5deg);
    position: relative;
    z-index: 0;
    translate: 30px 0px;
    z-index: 2;
    transition: 1.8s;
    transition-delay: 0.8s;
  }
  .h_s4box.box.box3 {
    transform: rotate(23deg);
    position: relative;
    z-index: 0;
    translate: -30px 0px;
    z-index: 1;
    transition: 1.8s;
    transition-delay: 0.8s;
  }
  .h_s4box.box.box4 {
    transform: rotate(8deg);
    position: relative;
    z-index: 0;
    translate: -60px 0px;
    z-index: 0;
    transition: 1.8s;
    transition-delay: 0.8s;
  }
  .h_sec4.home.active .h_s4box {
    transform: rotate(0deg) !important;
    position: relative !important;
    translate: 0 0 !important;
  }
 .h_sec5.cta.home {
    background: url(../img/s5bg.webp) no-repeat center/cover;
    padding: 90px 0;
 }

 .cta_toptext{
    font-size: 17px;
    color: #fff;
    background: url(../img/cta_label.webp) no-repeat;
    padding: 10px 13px;
    font-weight: 600;
 }
 .port_slider .slide {
   margin: 40px 0 0 0;
 }
 .port_slider .slick-list.draggable {
    width: 120%;
  left: -260px;
}
 .port_slider .slide h4 {
    font-size: 28px;
    font-weight: 700;
    color: #1D3143;
    margin: 10px 0 0 0;
  }
  .port_slider .slide {
    padding: 0 20px;
  }
  section{
    overflow: hidden;
  }
  /* .h_sec6.home {
    background:url(../img/s6bg.png) no-repeat center/cover;
 } */
/* .h_sec6.home.portfolio.blue {
  background: linear-gradient(rgb(195, 206, 246) 0%, rgba(195, 206, 246, 0) 100%);
} */
.h_sec6.home.portfolio.pink {
  background: linear-gradient(0deg, rgba(255, 224, 236, 0.00) 0%, #FFE0ED 100%);
}
 .port_slider .slick-dots{
     translate: 10px 10px;
    }
      /* .h_sec7.home.s7home {
        background: url(../img/s7bg.png) no-repeat center/cover;
        background-color: #000;
      } */
    .h_sec8.home .container{
      background: #0000006e;
      padding: 20px 40px 50px 40px;
      border-radius: 15px;
      border: 7px solid #ffffff24;
   }

   .s8_achievebox {
    background: #ffffff0f;
    backdrop-filter: blur(10px);
    padding: 40px 0 40px 20px;
    border: 1px solid #ffffff0f;
    border-radius: 12px;
    margin: 30px 0 0 0;
  }
  .s8_achievebox h2 {
    color: #C92D6C !important;
    font-weight: 700;
    font-size: 50px;
  }
  /* main.main3{
    background: url(../img/mian3bg.webp) no-repeat center/cover;
  } */
  
.pckgbox {
    background: #0000000f;
    color: #fff;
    border-radius: 22px;
    margin: 40px 0 0 0;
    transition: 0.8s;
    border: 1px solid #ffffff2b;
  }
  /* .h_sec10.home {
    background: #F0F0F0;
  } */
  .h_sec10.home .container-fluid {
    padding: 0 260px 0 110px;
  }
  .pckgbox ul li {
    border-bottom: 1px solid #ffffff75;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 15px;
  }
  .pckgbox ul li.nb{
    border-bottom:0px solid #ffffff75;
  }

  .pckgbox.big {
    margin-left: 156px;
  }
  .pckgbox.small img[src="img/logo.svg"] {
    /* filter: invert(1) brightness(100); */
    width: 70%;
  }
  
.pckgbox.small h5 {
    font-size: 29px;
    font-weight: 600;
  }
  .pckgbox.small.us {
      background: #000000eb;
  }
  
.pckgbox.small.us + .btn_wrap a {
    padding: 7px 27px;
  }
  .pckgbox.small.us + .btn_wrap {
    justify-content: center;
  }
  /* .h_sec10.home.s10home{
    background: url(../img/s10bg.png) no-repeat center/cover;
  } */
  /* .h_sec11.home{
    background: linear-gradient(0deg,rgba(215, 239, 255, 1) 0%, rgba(215, 239, 255, 0) 50%);
  } */
  .h_s11slider .slide {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 45px 40px;
    border-radius: 17px;
    height: 370px;
    margin: 50px 0 0 0;
    width: 915px !important;
  }
  .h_s11slider .slide.infoweb {
    background-image: linear-gradient(120deg,#151717 0%, #727D7D 100%);
  }
  .h_s11slider .slide.wordpress {
    background-image: linear-gradient(120deg, #112222 0%, #448888 100%);
  }
  .h_s11slider .slide.ecom {
    background-image: linear-gradient(120deg,#1B0931 0%, #531C97 100%);
  }
  .h_s11slider .slide.mlingweb {
    background-image: linear-gradient(120deg, #151717 0%, #BD06C4 100%);
  }
  .h_s11slider .slide.susweb {
    background-image: linear-gradient(120deg, #26100A 0%, #401D14 100%);
  }
  .h_s11slider .slide.entweb {
    background-image: linear-gradient(120deg,#151717 0%, #FE0168 100%);
  }
  .h_s11slider .slick-slide {
    padding: 0 8px;
  }
   .h_s11slider .slick-list.draggable {
    width: 120%;
  left: -260px;
}
  .h_s11slider .slide .left .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    margin: 0 0 13px 0;
  }
  .h_s11slider .slide .btn_wrap a {
    background: transparent;
    border: 1px solid #fff;
    padding: 6px 20px;
  }
  .h_s11slider .slide h5 {
    font-size: 30px;
    font-weight: 600;
  }
  .h_s11slider .slide .left {
    width: 61% !important;
    flex-shrink: 0;
  }
  .h_s11slider .slide .right {
    width: 42%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  /* .h_sec12.home.indust_sec{
    background:url(../img/indusbg.png) no-repeat center/cover;
    background-color: #000;
  } */
  /* .logodesign_page_p .h_sec12.home{
    background: linear-gradient(0deg, rgba(255, 224, 236, 0.00) 0%, #FFE0ED 100%);
  }
  .webdnd_page_p .h_sec12.home{
    background: linear-gradient(0deg, rgba(255, 224, 236, 0.00) 0%, #FFE0ED 100%);
  } */
  .h_industry_slider .slide{
    height: 400px;
    border-radius:10px;
  }
  .h_industry_slider .slide.slide1{
    background: url(../img/indus_bg1.webp) no-repeat center/cover;
  }
  .h_industry_slider .slide.slide2{
    background: url(../img/indus_bg2.webp) no-repeat center/cover;
  }
  .h_industry_slider .slide.slide3{
    background: url(../img/indus_bg3.webp) no-repeat center/cover;
  }
  .h_industry_slider .slide.slide4{
    background: url(../img/indus_bg4.webp) no-repeat center/cover;
  }
  
  .h_industry_slider .slide h5 {
    font-size: 28px;
  }
  .h_industry_slider .slide .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 20px 0 20px;
    color: #fff;
  }
  .h_industry_slider .slide .top i {
    background: #fff;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
    transform: rotate(40deg);
    color: #000;
  }
  .h_industry_slider .slick-slide {
    padding: 30px 25px 20px 0px;
  }
  .testibox {
    background: #333;
    padding: 20px 30px;
    border-radius: 13px;
    color: #fff;
    margin: 35px 0 0 0;
  }
  
.testibox .top {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0px 0 16px 0;
  }
  .testibox .top i {
    color: #C92D6C;
    margin: 0 3px 0 0;
  }
  .testibox .designation {
    margin: 20px 0 20px 0 !important;
    font-size: 16px;
  }
  .testibox .review {
    height: 97px;
  }
  .testibox .verify {
    color: #a8ee73;
    display: flex;
    align-items: center;
    gap: 9px;
  }
  
/* .h_sec14.home.process_sec{
  background: url(../img/process_bg.png) no-repeat center/cover;
  background-color: #000;
} */
.h_sec14.home .container {
  background: #161616;
  padding: 40px 30px;
  border-radius: 20px;    
  }
  .stepbox {
    background: #ffffff0f;
    backdrop-filter: blur(10px);
    border: 1px solid #ffffff0f;
    padding: 30px 22px;
    border-radius: 20px;
    position: relative;
  }
  .stepbox img {
    margin: 40px 0 30px 0;
  }
  .stepbox .mid {
    height: 520px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .stepbox p.num {
    float: right;
    margin: 0px 10px 0px 13px !important;
    background: #00000063;
    padding: 9px 11px;
    border-radius: 21px;
    border: 2px solid #ffffff3d;
    position: absolute;
  right: 16px;
  }
  .stepbox h5 {
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 13px 0 !important;
  }
  /* .main3{
    background: url(../img/main3bg.webp) no-repeat center/cover;
  } */
  /* .main4{
    background: url(../img/main4bg.png) no-repeat center/cover;
    background-color: #000;
  } */
  /* .main5{
    background: url(../img/main5bg.png) no-repeat center/cover;
    background-color: #000;
  } */
  /* .main6{
    background: url(../img/main6bg.png) no-repeat center/cover;
    background-color: #000;
  } */
  .logodesign_page_p .main3{
    background: url(../img/web_dnd_page/main3bg.webp) no-repeat center/cover;
  }
  /* .webdnd_page_p .main3{
    background: url(../img/web_dnd_page/main3bg.webp) no-repeat center/cover;
  } */
  /* .mobdnd_page_p .main3{
    background: url(../img/mob_dnd_page/main3bg.webp) no-repeat center/cover;
  } */
  .s15_accordion_parent {
    margin:  39px 0 0 0;
    position: relative;
  }
  .s15_accordion_parent::before {
    background: #c92d6c;
    height: 90%;
    width: 2px;
    position: absolute;
    left: 24px;
    top: 28px;
    content: "";
    z-index: 999;
  }
.s15acc button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    border: 0;
    background: transparent;
    text-align: start;
    color: #fff;
    font-weight: 600;
}

.s15acc button.collapsed i.fa-plus {
    transform: rotate(0);
}

.s15acc button i.fa-plus {
    transition: 0.4s cubic-bezier(1, 0.52, 1, 1);
    transform: rotate(135deg);
}

.s15acc {
    margin: 30px 0 0 0;
    border-radius: 12px;
    background: #ffffff21;
    padding: 4px 0;
    border-top: 0px solid #0000004f;
}

.s15acc button i.fa-plus {
    border-radius: 50%;
    background: #c92d6c;
    color: #fff;
    padding: 8px 9px;
    border-radius: 21px;
}

.s15acc .s9num {
    background: transparent;
    border-radius: 50%;
    padding: 7px 6px;
}

.s15acc .card.card-body {
  border: 0;
  color: #b9b9b9;
  border-top: 0px solid #000;
  border-radius: 0;
  padding: 11px 60px 20px 52px;
  background: #fff0;  
}

.s15acc button p {
    display: flex;
    align-items: center;
    gap: 17px;
  }
  .h_sec16.home.last_sec_cta h5 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 25px 0 !important;
  }
  .h_sec16.home.last_sec_cta .ul1 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 14px;
  }
  .h_sec16.home.last_sec_cta .ul1 li.box {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px 0 0 0 !important;
  }
.h_sec16.home.last_sec_cta .container.one {
    background: #ffffff0f;
    padding: 40px 30px;
    border-radius: 19px;
    border: 7px solid #ffffff0f;
  }
  .h_sec16.home.last_sec_cta .ul2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 14px;
  }
  
.h_sec16.home.last_sec_cta .ul2 li.box {
    margin: 30px 0 0 0 !important;
    padding: 10px 0 10px 20px;
  }
  
.h_s13form input , .h_s13form textarea {
    padding: 13px 17px;
    border: 0;
    border-radius: 11px;
    margin: 5px 0 0 0;
    resize: none;
    background: #ffffff2e;
  }
  .h_s13form input::placeholder , .h_s13form textarea::placeholder{
    color: #ffffff2e;
  }
  .h_s13form label {
    font-size: 14px;
    font-weight: 600;
  }
  .h_s13form .col_cust label span {
    color: #ffffffa3;
  }
  .h_s13form label span.req {
    color: red;
  }
  .h_s13form .col_cust {
    margin: 25px 0 0 0;
  }
.h_s13form .agre-button {
  display: flex;
  align-items: center;
  gap: 25px;
}
.h_s13form .agre-button button {
    background: #c92d6c;
    color: #fff;
    padding: 10px 40px;
    font-weight: 700;
    border-radius: 30px;
}
/* SECTION4 */


/* INNE PAGE CSS */
/* .innerbanner_main{
    background: url(../img/logo_page/s1bg.webp) no-repeat center/cover ;
}
.innerbanner_main.mob{
  background: url(../img/mob_dnd_page/s1bg.webp) no-repeat center/cover;
} */
.i_sec1.inner {
    padding: 130px 0 10px 0;
}
.i_sec4.inner.logopage{
    background: linear-gradient(180deg, rgba(255, 224, 236, 0.00) 0%, #FFE0ED 100%);
}

.logo_s4slider .slick-list {
    width: 143%;
    padding: 4px 6px;
  }
  .logo_s4slider .slide {
    background: #FEE1EA;
    padding: 80px 30px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 260px;
    transition: 0.7s;
  }
  .logo_s4slider .slick-slide {
    padding: 18px 21px;
  }
  .logo_s4slider .slide h4 {
    font-weight: 600;
    color: #1D3143;
    margin: 15px 0 15px 0;
    font-size: 24px;
    padding: 0 30px;
  }
  .logo_s4slider .slick-current .slide {
    background: #c92d6c;
  }
  .logo_s4slider .slick-current .slide h4 , .logo_s4slider .slick-current .slide p {
    color: #fff;
  }
  .logo_s4slider .slick-current .slide img {
    filter: invert(1) brightness(100);
  }
  .logo_s4slider .slick-current {
    outline: 2px solid #c92d6c;
    border-radius: 300px;
  }
  .logo_s4slider .slick-dots {
    translate: -873px -75px;
  }
  .h_sec5.cta.logo_page {
    background: url(../img/logo_page/s5bg.webp) no-repeat center/cover;
 }
  .logoportbox {
    text-align: center;
    margin: 50px 0 0 0;
  }
  .logoportbox img {
    border-radius: 14px;
  }
  .home_porttabs .port_slider .slide .top {
    height: 500px;
  }
  .home_porttabs .port_slider .slide .top img {
    object-fit: cover;
  }
  
.home_porttabs .nav-tabs {
  justify-content: center;
  border: 0;
  margin: 30px 0 0 0;
  gap: 21px;
}
.home_porttabs .nav-tabs a {
  background: #fff;
  border: 0;
  color: #1d3143;
  font-size: 17px;
  font-weight: 600;
  border-radius: 8px;
  padding: 10px 17px;
}
.home_porttabs .nav-tabs a.active {
  background: #c92d6c;
  color: #fff;
  box-shadow: 0 0 17px 2px #c92d6cbf;
}
.inner_web_port {
  border-top: 1px solid #ffffff2a;
  margin: 25px 0 0 0;
}
/* .brand_portslider_right.dm .slick-slide , .brand_portslider_left.dm .slick-slide{
  padding: 0 12px;
} */
.brand_portslider_left.dm .slick-slide {
  padding: 0 10px;
}
.brand_portslider_right.dm .slick-slide {
  padding: 0 10px;
}
.logo_s8ul {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 45px 0 0 0 !important;
  }
  .logo_s8ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 15px;
    width: 20%;
    padding: 0 50px;
  }
  .logo_s8ul li .icon {
    background: linear-gradient(120deg,rgba(201, 45, 108, 1) 0%, rgba(29, 49, 67, 1) 100%);
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 19px;
  }
  .logo_s8ul li hr {
    margin: 0 0 15px 0;
  }
  .s9_logosec::before{
    display: none ;
  }
  .s9_logosec .s15acc .card.card-body {
    padding: 30px 38px 60px 30px;
    background: #1D3143;
  }
  .logo_acc1 button.collapsed{
    background: #620f30;
  }
  .logo_acc2 button.collapsed{
    background: #7C123D;
  }
  .logo_acc3 button.collapsed{
    background: #9C184D;
  }
  .logo_acc4 button.collapsed{
    background: #B3225C;
  }
  .logo_acc5 button.collapsed{
    background: #C92D6C;
  }
  .logo_acc button {
    background: #1d3143;
  }
  .s15acc.logo_acc {
    margin: 0 0 0 0 !important;
    padding: 0 60px 0 0px !important;
  }
  .s15acc.logo_acc button {
    color: #fff;
    padding: 22px 20px;
  }
  .s15acc.logo_acc1 button{
    border-radius: 14px 14px 0 0;
  }
  .s15acc.logo_acc5 button.collapsed{
    border-radius:  0 0 14px 14px;
  }
  .s15acc.logo_acc5 button{
    border-radius:  0 ;
  }
  .s15acc.logo_acc5 .card.card-body{
    border-radius: 0 0 14px 14px;
  }
  
.s9_logosec .s15acc .card.card-body p {
    padding: 0px 150px 10px 0px;
    opacity: 0.7;
  }
  .s9_logosec .s15acc h3 {
    font-weight: 600;
    font-size: 28px;
    margin: 0;
  }
  .s9_logosec .s15acc .btn_wrap {
    justify-content: space-between;
  }
  .s15acc.logo_acc button i.fa-chevron-down {
    background: #fff;
    padding: 14px 20px;
    border-radius: 6px;
    color: #c92d6c;
    font-size: 26px;
  }
  .s15acc.logo_acc button.collapsed i.fa-chevron-down {
    transform: rotate(0);
}

.s15acc.logo_acc button i.fa-chevron-down {
    /* transition: 0.4s cubic-bezier(1, 0.52, 1, 1); */
    transform: rotate(180deg);
}
  /* 
  
  
  .logo_s4slider .slick-current {
    border: 1px solid #c92d6c;
    border-radius: 300px;
  } */
  /* .i_sec10.inner.logo_page{
    background: linear-gradient(180deg, rgba(255, 224, 236, 0.00) 0%, #FFE0ED 100%);
  } */
.logo_s10box {
    background: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px 20px;
    border-radius: 0px;
    border-bottom: 8px solid #c92d6c;
    position: relative;
    z-index: 1;
    margin: 120px 0 0 0;
  }
  .logo_s10box .icon {
    height: 178px;
    width: 165px;
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 20px 0px 20px 0px;
    margin: -59px 0 0px 0;
    position: relative;
    z-index: 9999999999999999999999999999;
  }
  .logo_s10box h4 {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    margin: 10px 0 13px 0;
  }
  /* .logo_s10box::before {
    content: "";
    position: absolute;
    top: -13px;
    left: 82px;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: -10px solid transparent;
    border-right: 10px solid #c92d6c;
    border-radius: 0px 0px 0px 0px;
  }
  .logo_s10box::after {
    content: "";
    position: absolute;
    top: -13px;
    left: 215px;
    width: 0px;
    height: 0px;
    border-top: 14px solid transparent;
    border-bottom: -10px solid transparent;
    border-left: 10px solid #c92d6c;
  } */
  .logo_s10line {
    position: absolute;
    top: -58px;
    translate: 160px -10px;
    width: 100%;
  }
  .logo_s10box p {
    height: 190px;
  }
  .h_sec5.cta.web_dnd_page {
    background: url(../img/web_dnd_page/s5bg.webp) no-repeat center/cover;
 }
 .webdnd_page_p{
    background: url(../img/web_dnd_page/pagebg.png) no-repeat center/cover;
    background-position: 0 -10px;
 }
 .mobdnd_page_p{
    background: url(../img/mob_dnd_page/pagebg.png) no-repeat center/cover;
    background-position: 0 -10px;
 }
 .webdnd_page_p.brandpage_p{
    background: url(../img/brand_page/pagebg.png) no-repeat center/cover;
    background-position: 0 -90px;
 }
 .webdnd_page_p.brandpage_p{
    background: url(../img/brand_page/pagebg.png) no-repeat center/cover;
    background-position: 0 -90px;
 }
 .webdnd_page_p.digitalmarketing_page{
    background: url(../img/digital_marketing_page/page_bg.png) no-repeat center/cover;
    background-position: 0 -90px;
 }
 .market_collat_page_p{
   background: url(../img/market_collat_page/pagebg.png) no-repeat center/cover;
   background-position: 0 -90px;
  }
  .webdnd_page_p.seo_p{
     background: url(../img/seo_page/pagebg.png) no-repeat center/cover;
     background-position: 0 -90px;
  }
  .webdnd_page_p.smm_page{
     background: url(../img/smm_page/pagebg.png) no-repeat center/cover;
     background-position: 0 -90px;
  }
  .mobdnd_page_p.backend_page{
     background: url(../img/backend_page/pagebg.png) no-repeat center/cover;
     background-position: 0 -90px;
  }
  .webdnd_page_p.domainreg_page{
     background: url(../img/domain_page/pagebg.png) no-repeat center/cover;
     background-position: 0 -90px;
  }
  .mobdnd_page_p.package_p{
     background: url(../img/package_page/pagebg.png) no-repeat center/cover;
     background-position: 0 -90px;
  }
  .webdnd_page_p.about_page{
     background: url(../img/package_page/pagebg.png) no-repeat center/cover;
     background-position: 0 -90px;
  }
 


  .webdnd_s5_pointul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    width: 310px;
  }
  /* .webdnd_main1{
    background: url(../img/web_dnd_page/mainbg1.webp) no-repeat center/cover;
  } */
  .webdnd_s5_pointul li p{
    font-weight: 600;
    opacity: 0.5;
  }
  .webdnd_s5_pointul li .icon {
    background: #7DDBF5;
    height: 64px;
    border-radius: 50%;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #c92d6c;
    color: #c92d6c;
    font-size: 24px;
  }
  .webdnd_s5_pointul li.active p{
    opacity: 1;
  }
  .webdnd_s5_pointul.right li {
    display: flex;
    flex-direction: row-reverse;
  }
  
.webdnd_s5_discul li.box {
    display: none;
    /* background: url(../img/s9_boxbg1.webp) no-repeat center/cover; */
    height: 624px;
    border-radius: 50%;
    padding: 0 15px;
    background: #FFEDF4;
  }
  .webdnd_s5_discul li.box.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 0 70px;
  }
  .webdnd_s5_discul li.box h2 {
    color: #1D3143;
    font-size: 40px;
  }
  .webdnd_s5_discul li.box p {
    color: #1D3143;
  }
  .i_sec5.inner .row2{
    margin: 105px 0 160px 0 !important;
    position: relative;
    
  }
  .i_sec5.inner .row2 .circle{
    height: 740px;
    width: 740px;
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    border: 1px solid #C92D6C;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    background: transparent;
  }
  .webdnd_s5_pointul {
    position: relative;
    z-index: 999;
    translate: 0;
  }
  .webdnd_s5_discul.left {
    position: relative;
    z-index: 0;
    translate: 0;
  }
  
.box.big .icon {
    height: 190px;
    width: 190px;
    padding: 0px 0px;
    text-align: center;
    background: linear-gradient(160deg,rgba(201, 45, 108, 1) 0%, rgba(29, 49, 67, 1) 100%);
    border: 3px dashed #f8ddf8;
    transition: 0.8s;
}
.box.big:hover .icon{
    border: 3px dashed #1D3143;
    background: #fff;
  }
  .box.big:hover h5{
    color: #1D3143;
  }
  .box.big h5 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    padding: 0 30px;
  }
.webdnd_s5_pointul.left li.box1 {
    translate: 602px -157px;
  }
  .webdnd_s5_pointul.left li.box2 {
    translate: 355px -114px;
  }
  .webdnd_s5_pointul.left li.box3 {
    translate: 178px 38px;
  }
  .webdnd_s5_pointul.left li.box4 {
    translate: 297px 87px;
  }

  .webdnd_s5_pointul.right li.box5 {
    translate: -363px 13px;
  }
  .webdnd_s5_pointul.right li.box6 {
    translate: -188px 165px;
  }
  .webdnd_s5_pointul.right li.box7 {
    translate: -308px 215px;
  }
  .webdnd_s5_pointul.right li.box8 {
    translate: -553px 153px;
  }
  /* .webdnd_page_p .h_sec6.home.portfolio{
    background: linear-gradient(0deg, rgba(255, 224, 236, 0.00) 0%, #FFE0ED 100%);
  } */
  
.webdnd_s8tabs a {
    border: 0 !important;
    color: #ffffff54;
    font-weight: 700;
    font-size: 20px;
    background-color: #fff0 !important;
  }
  .webdnd_s8tabs #nav-tab {
    justify-content: space-between;
    margin: 20px 0 40px 0;
  }
  .webdnd_s8tabs a.active {
    color: #c92d6c !important;
  }
  .webdnd_s8tabs a:hover {
    color: #c92d6c !important;
  }
  .webdnd_s8tabs .tab-pane ul.list-unstyled {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  .webdnd_s8tabs .tab-pane ul.list-unstyled li.box {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .webdnd_s8tabs .tab-pane ul.list-unstyled li.box .icon {
    border: 1px solid #ffffff1c;
    height: 90px;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 13px;
    margin: 0 0 4px 0;
    background: #000000a3;    
  }
  .webdnd_s8tabs .tab-pane ul.list-unstyled li.box p {
    font-size: 14px;
  }
  .webdnd_s8tabs .tab-pane ul.list-unstyled li.box p {
    display: none;
  }
  /* .i_sec4.inner.mob_dnd{
    background: linear-gradient(180deg, rgba(195, 206, 246, 0.00) 0%, #C3CEF6 100%);
  } */
.mobdnd_s4serv.left ul li.box {
  text-align: right;
  padding: 0 0 0 70px;
}
.mobdnd_s4serv.right ul li.box {
  text-align: left;
  padding: 0 70px 0 0px;
}
.mobdnd_s4serv ul li.box h4 {
  font-size: 24px;
  font-weight: 600;
  color: #c92d6c;
}
.mobdnd_s4serv ul {
  margin: 0px 0 0 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 540px;
}
.h_sec5.cta.mob_dnd_page {
  background: url(../img/mob_dnd_page/s5bg.webp) no-repeat center/cover;
}
/* .webdnd_page_p .h_sec6.home.portfolio.blue {
  background: linear-gradient(180deg, #C3CEF6 0%, rgba(195, 206, 246, 0.00) 100%);
} */
.mob_port_slider .slide {
  display: flex !important;
  border: 2px solid #ffffff24;
  gap: 38px;
  border-radius: 14px;
  margin: 15px 0 0 0;
}
.mob_port_slider .slide .left {
  width: 50%;
  padding: 20px 0px 23px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mob_port_slider .slide .left .mid h3 {
  font-size: 33px;
  font-weight: 600;
  color: #fff;
  margin: 30px 0 30px 0;
}
.mob_port_slider .slide .left .mid .inner h4 {
  font-weight: 600;
  color: #fff;
  margin: 40px 0 0 0;
}
.mob_port_slider .slide .left .mid .inner ul {
  display: flex;
  justify-content: space-between;
}
.mob_port_slider .slide .right {
  width: 50%;
  background: #4041ac;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 20px 0 0 0;
}
.mob_port_slider .slide.one .right {
  background: #4041ac;
}
.mob_port_slider .slide.two .right {
  background: #53A4C9;
}
.mob_port_slider .slide.three .right {
  background: #ad1fcc;
}
.mob_port_slider .slide.four .right {
  background: #cc1f72;
}
.mob_port_slider .slide.five .right {
  background: #f3843c;
}
.mob_port_slider .slide .left .btn1 {
  background: #fff;
  color: #c92d6c;
  outline: 1px solid #c92d6c;
  padding: 8px 19px;
}
.mob_port_slider .slick-slide {
  padding: 12px 10px;
}
/* .mobdnd_page_p .i_sec10.inner.logo_page {
  background: linear-gradient(00deg, #C3CEF6 0%, rgba(195, 206, 246, 0.00) 100%);
} */
/* .mobdnd_page_p .h_sec12.home {
  background: linear-gradient(180deg, #C3CEF6 0%, rgba(195, 206, 246, 0.00) 100%);
} */
.i_sec4.inner.brand_dev {
  overflow: visible !important;
}
.brand_s4slide {
  padding: 30px 0 30px 0;
  position: sticky;
  top: 0;
}
.brand_s4slide_p {
  margin: 30px 0 0 0;
}

.brand_s4slide.one {
  background: #1C3042;
}
.brand_s4slide.two {
  background: #fff;
}
.brand_s4slide.two h3 , .brand_s4slide.two p{
  color: #000;
}
.brand_s4slide.three {
  background: #C92D6C;
}
.brand_s4slide.four {
  background: #46236A;
}
.brand_s4slide.five {
  background: #7A2C8F;
}
.brand_s4slide.six {
  background: #090909;
}
.brand_s4slide h3 {
  font-size: 47px;
  font-weight: 700;
  
}

.illustration_s5box {
  background: #141414;
  text-align: center;
  padding: 40px 40px;
  border: 3px dashed #7A2C8F;
  border-radius: 22px;
  position: relative;
  margin: 30px 13px 0 13px;
  transition: 0.8s;
  /* overflow: hidden; */
}
.illustration_s5box h4 {
  color: #7A2C8F;
  font-weight: 700;
  margin: 17px 0 17px 0;
}
.illustration_s5box p {
  height: 204px;
}
.illustration_s5box::before {
  content: "";
  background: #7a2c8f;
  height: 15px;
  width: 185px;
  position: absolute;
  top: 1%;
  left: 50%;
  translate: -50% -50%;
  border-radius: 0px 0 30px 30px;
}
.illustration_s5box::after {
  content: "";
  background: url(../img/market_collat_page/s5icon1.webp) no-repeat center/contain;
  height: 262px;
  width: 384px;
  position: absolute;
  top: 39%;
  left: 0%;
  border-radius: 0px 0 30px 30px;
  opacity: 0.1;
  overflow: hidden;
  filter: invert(1) brightness(0);
}
.illustration_s5box .icon {
  margin: 10px 0 0 0;
}
.illustration_s5box:hover {
  background: #7a2c8f;
}
.illustration_s5box:hover p , .illustration_s5box:hover h4 {
  color: #fff;
}
.illustration_s5box:hover img{
  filter: invert(1) brightness(100);
}
.illustration_s5box:hover::after {
  display: none !important;
}
.illustration_s5box:hover::before {
  background: #fff ;
}
.h_sec5.cta.home.marketing_collaterals{
  background: url(../img/market_collat_page/s6bg.webp) no-repeat center/cover;
}

/* .i_sec5.inner.market_collat {
  background: linear-gradient(180deg, rgba(195, 206, 246, 0.00) 0%, #C3CEF6 100%);
} */
.i_sec4.inner.market_collat ul li.box {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #ffffff3d;
  padding: 10px 0 10px 0;
  height: 91px;
}
.i_sec4.inner.market_collat ul li.box img {
  height: 49px;
}
.i_sec4.inner.market_collat ul li.box.nb{
  border: 0;
}
.i_sec4.inner.market_collat ul li.box h4 {
  font-size: 23px;
  font-weight: 600;
  margin: 0;
}
/* .i_sec8.inner.market_collat{
  background: url(../img/market_collat_page/s8bg.webp) no-repeat center/cover;
} */
/* .market_collat_page_p .i_sec10.inner.logo_page {
  background: linear-gradient(00deg, #C3CEF6 0%, rgba(195, 206, 246, 0.00) 100%);
} */
/* .market_collat_page_p .h_sec12.home {
  background: linear-gradient(180deg, #C3CEF6 0%, rgba(195, 206, 246, 0.00) 100%);
} */
/* .i_sec5.inner.digital_marketing{
  background: linear-gradient(180deg, rgba(255, 224, 236, 0.00) 0%, #EEC5F7 100%);
  overflow: visible;
} */
.dm_s5ul {
  position: relative;
}
.dm_s5ul:before {
  height: 100%;
  width: 2px;
  background: #C92D6C;
  position: absolute;
  left: 24px;
  top: 0;
  content: "";
  /*! z-index: 1; */
}
.dm_s5ul li.box {
  display: flex;
  align-items: center;
  gap: 55px;
  margin: 25px 0 0 0 !important;
}
.dm_s5left {
  position: sticky;
  top: 40px;
}
.dm_s5ul li.box .num_p {
  height: 50px;
  width: 50px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #C92D6C;
}
.dm_s5ul li.box .num {
  background: #C92D6C;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dm_s5ul li.box .disc {
  background: #00000063;
  color: #fff;
  padding: 55px 80px 50px 40px;
  position: relative;
  border-radius: 13px;
  backdrop-filter: blur(30px);
}
.dm_s5ul li.box .disc h4 {
  font-weight: 600;
}
.dm_s5ul li.box .disc p {
  opacity: 0.7;
}
.dm_s5ul li.box .disc .icon {
  height: 80px;
  width: 80px;
  background: #c92d6c;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.h_sec5.cta.home.digital_marketing{
  background: url(../img/digital_marketing_page/s6bg.webp) no-repeat center/cover;
}
/* .i_sec7.inner.digital_marketing {
  overflow: visible !important;
} */
.i_sec7.inner.digital_marketing {
  overflow: visible; 
}
.i_sec7.inner.digital_marketing .container{
  background: url(../img/digital_marketing_page/s7bg.webp) no-repeat center/cover;
  padding: 40px 60px;
  border-radius: 30px;
}
.i_sec5.inner.digital_marketing {
  overflow: visible;
}

.dm_s7ul li.box {
  background: #00000063;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 130px;
  padding: 30px 50px;
  margin: 40px 0 0 0 !important;
  backdrop-filter: blur(40px);
  border-radius: 15px;
  border: 1px solid #fff;
  position: sticky;
  top: 0;
}
.dm_s7ul li.box h4{
  font-size: 26px;
  font-weight: 600;
}
.seo_s3box {
  text-align: center;
  background: #00000078;
  box-shadow: 0 0 34px #0000001e;
  padding: 10px 10px;
  border-radius: 20px;
  border: 2px dashed #707070;
  margin: 20px 10px 0 10px;
  height: 170px;
}

.seo_s3box:hover {
  background: #C92D6C;
  color: #fff !important;
}
.seo_s3box:hover p{
  color: #fff !important;
}
.seo_s3box:hover img{
  filter: invert(1) brightness(100);
}

.seo_s3box p {
  line-height: 19px;
}

.seo_s3box img {
  margin: 0 0 7px 0;
}
.i_s4tab.seo-services #nav-tab {
  border: 0;
  justify-content: center;
  gap: 35px;
  border-bottom: 1px solid #707070;
}

.i_s4tab.seo-services #nav-tab a {
  background: transparent;
  border-radius: 0px;
  padding: 0 0 5px 0;
  color: #fff;
  padding: 0 0 17px 0;
  font-weight: 600;
}
.i_s4tab.seo-services #nav-tab a img {
  filter: invert(1) brightness(100);
}
.i_s4tab.seo-services #nav-tab a:hover {
  border: 0;
}

.i_s4tab.seo-services #nav-tab a.active {
  border: 0;
  color: #fff;
  position: relative;
}

.i_s4tab.seo-services #nav-tab a.active::before {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #C92D6C;
}

.i_s4tab.seo-services {
  margin: 31px 0 0 0;
}

.i_s4tab.seo-services #nav-tabContent .tab-pane {
  margin: 30px 0 0 0;
}

.i_s4tab.seo-services #nav-tabContent .tab-pane .right {
  translate: 0 15px;
}

.i_s4tab.seo-services #nav-tabContent .tab-pane .left {
  background: #fff0;
  padding: 24px 0px;
  border-radius: 20px;
}
.i_s4tab.seo-services #nav-tabContent .tab-pane .left h3 {
  font-size: 40px;
}
.i_sec4.inner.seo_service .s4ul {
  display: flex;
  justify-content: space-around;
  gap: 12px;
}

.i_sec4.inner.seo_service .s4ul li.box {
  box-shadow: 0 0 18px #00000052;
  padding: 15px 10px;
  border-radius: 20px;
  margin: 30px 15px 0 15px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  width: 20%;
  text-align: center;
  background: #00000087;
}
.i_sec4.inner.seo_service .s4ul li.box img {
  filter: invert(1) brightness(100);
}
.i_sec4.inner.seo_service .s4ul li.box p {
  font-size: 14px;
  font-weight: 600;
}
/* .i_sec4.inner.seo_service {
  background: linear-gradient(180deg, rgba(255, 224, 236, 0.00) 0%, #FFE0ED 100%);
} */
/* .i_sec6.inner.seo_page {
  background: url(../img/seo_page/s6bg.webp) no-repeat center/cover;
} */
.i_sec6.inner.seo_page .row2 {
  margin: 30px 0 0 0;
  border: 3px solid #ffffff1f;
}
.row.row2 .col-lg-4 {
  padding: 0;
  margin: 0;
}
.seo_s6box {
  border-right: 1px solid #ffffff1f;
  border-bottom: 1px solid #ffffff1f;
}
.seo_s6box.nbb{
  border-bottom: 0 !important;
}
.seo_s6box.nbr{
  border-right: 0 !important;
}
.seo_s6box {
  text-align: center;
  background: #090909;
}
.seo_s6box img {
  margin: 5px 0 20px 0;
  height: 154px;
}
.seo_s6box h4 {
  font-size: 22px;
  font-weight: 600;
}
.seo_s6box .inner {
  padding: 30px 20px;
}

.backend_s3box h3 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
.backend_s3box {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 30px 0 0 0;
}
.backend_s3box .icon {
  height: 190px;
  width: 190px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.backend_s3box.box1 .icon {
  background: #1D3143;
}
.backend_s3box.box2 .icon {
  background: #8817A7;
}
.backend_s3box.box3 .icon {
  background: #D538B0;
}
.backend_s3box.box4 .icon {
  background: #D538B0;
}
.backend_s3box.box2, .backend_s3box.box4 {
  flex-direction: row-reverse;
}
/* .i_sec4.inner.backend_page {
  background: linear-gradient(180deg, rgba(195, 206, 246, 0.00) 0%, #C3CEF6 100%);
} */
.backend_s4box {
  /* background: rgb(29, 49, 67); */
  color: rgb(255, 255, 255);
  padding: 28px 60px 25px 27px;
  position: relative;
  border-radius: 13px;
  margin: 30px 0 0 0;
  background: #00000063;
  backdrop-filter: blur(30px);
}
.backend_s4box p {
  height: 191px;
}
.backend_s4box .icon {
  height: 80px;
  width: 80px;
  background: rgb(201, 45, 108);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.backend_s4box .disc h3 {
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 24px;
  padding: 0 50px 0 0px;
  height: 70px;
}
.h_sec5.cta.backend_page {
  background: url(../img/backend_page/s5bg.webp) no-repeat center/cover;
}
.h_sec5.cta.seo_page {
  background: url(../img/seo_page/s5bg.webp) no-repeat center/cover;
}
.domain_s3box{
  display: flex;
  align-items: center;
  padding: 20px 0 20px 20px;
  position: relative;
  height: 250px;
  margin: 25px 0 0 0;
}
.domain_s3box.box1{
  background: url(../img/domain_page/s3bg_1.webp) no-repeat center/cover;
}
.domain_s3box.box2{
  background: url(../img/domain_page/s3bg_2.webp) no-repeat center/cover;
}
.domain_s3box.box3{
  background: url(../img/domain_page/s3bg_3.webp) no-repeat center/cover;
}
.domain_s3box.box4{
  background: url(../img/domain_page/s3bg_4.webp) no-repeat center/cover;
}
.domain_s3box h3 {
  font-size: 30px;
  font-weight: 600;
}
.domain_s3box .icon {
  flex-shrink: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.domain_s3box .disc {
  width: 60%;
}

.domain_s4box_p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.domain_s4box_p .illustration_s5box {
  width: 46%;
  margin: 20px 10px 0 10px;
  padding: 20px 20px 20px 20px;
}
.domain_s4box_p .illustration_s5box p {
  height: 124px;
}
.domain_s4box_p .illustration_s5box::after {
  height: 180px;
  width: 290px;
}
.domain_s4box_p .illustration_s5box::before {
  height: 15px;
  width: 125px;
}
.domain_s4box_p .illustration_s5box h4 {
  margin: 10px 0 10px 0;
}
.h_sec5.cta.domain {
  background: url(../img/domain_page/s5bg.webp) no-repeat center/cover;
}
.h_sec5.cta.domain a.btn1 {
  background: #000;
}
/* INNE PAGE CSS */


footer {
    width: 100%;
    background: #000;
    overflow: hidden;
}

.foot_top {
    width: 100%;
    overflow: hidden;
    padding: 60px 0 40px;
}

.foot_box {
width: 100%;
}

.foot_box p {
color: #fff !important;
font-size: 14px;
}
img[src="img/ftr-logo.webp"] {
    margin: 0 0 20px 0px;
    width: 40%;
}
.foot_box h3 {
color: #fff;
font-weight: 400;
position: relative;
font-size: 25px;
font-weight: 600;
}

.foot_box ul {
padding: 0 0 0 0px;
list-style: none;
}
.foot_box.links.services ul {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
}
.foot_box.links.services ul li {
  width: 47%;
}
.foot_box ul li {
line-height: 30px;
position: relative;
}
.foot_box ul li i{
color: #B2C3BF;
}

/* .foot_box ul li::before {
content: "";
width: 10px;
height: 10px;
position: absolute;
left: -20px;
background: #fff;
top: 9px;
border-radius: 0 10px 10px 0;
transition: linear .5s;
} */

.foot_box ul li a {
color: #fff;
transition: linear .2s;
font-size: 14px;
}

.foot_box2 h3 {
margin: 0 0 20px;
color: #fff;
font-weight: 400;
padding-bottom: 15px;
position: relative;
font-size: 22px;
}

/* .foot_box2 h3::before {
content: "";
bottom: -2px;
right: 50%;
left: 0;
position: absolute;
z-index: 1;
height: 2px;
width: 90%;
background: #fff;
} */
.foot_box.links {
border: 1px solid #ffffff36;
padding: 20px 13px;
border-radius: 11px;
height: 315px;
}
.foot_box2 ul li {
color: #fff;
padding: 0 0 10px;
}

.foot_box.disc ul li {
background: #fff;
width: 30px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
height: 30px;
margin: 20px 0 0 0 !important;
}
.foot_box.disc ul li i {
color: #212121;
}
.foot_box.disc ul {
display: flex;
align-items: center;
gap: 20px;
}
.foot_box.disc h5 {
color: #fff;
font-weight: 700;
margin: 10px 0 8px 0 !important;
}

.foot_top .row2 .btn_wrap{
margin: 0 !important;
}
.foot_top .row2 {
align-items: center;
border: 1px solid #505050;
border-radius: 8px;
margin-top: 30px;
padding:0px 0 0px 0;
}
.foot_top .row2 .foot_ctalink {
color: #fff;
display: flex;
align-items: center;
justify-content: center;
gap: 13px;
padding: 0 0px;
height: 56px;
}
.foot_ctalink.call {
padding:0 24px 0 0px !important;
}
.foot_top .row2 .foot_ctalink.br{
border-right: 1px solid #505050;
}
.foot_top .row2 .foot_ctalink i {
height: 23px;
width: 25px;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
color: #000;
border-radius: 50%;
/*! border-right: 1px solid #fff; */
}

/* .foot_box h3::before {
content: "";
bottom: -2px;
right: 50%;
left: 0;
position: absolute;
z-index: 1;
height: 2px;
width: 25%;
background: #fff;
} */

.foot_box img {
margin-top: 10px;
}

.foot_box2 ul li a {
color: #fff;
font-size: 12px;
}

.foot_box2 ul li {
list-style: none;
}

.foot_bot {
    background: #000;
    /* padding: 16px 0; */
}
.foot_bot .container {
    border-top: 1px solid #ffffff70;
    padding-top: 21px;
    padding-bottom: 11px;
  }
.foot_bot p {
text-align: center;
color: #fff !important;
margin: 0;
/* padding: 16px 0; */
}

.foot_top .row2 a.btn1 {
padding: 16px 32px;
width: 100%;
text-align: center;
display: flex;
justify-content: center;
}
footer .locationsec{
    background: url(../img/ftrmap.webp) no-repeat;
    padding-top: 190px;
    background-size: cover;
    background-position: 0 10px;
    padding-bottom: 50px;
}
.ftr_locationbox {
    background: #0E1F2F;
    color: #fff;
    padding: 30px 50px;
    border-radius: 10px;
  }
  .ftr_locationbox h5 {
    font-weight: 600;
    margin: 24px 0 20px 0 !important;
  }
  .ftr_locationbox p , .ftr_locationbox a {
    opacity: 0.6;
  }



  .pckg_box{
    background: url(../img/package_page/s3bg.webp) no-repeat center/cover;
    padding: 30px 20px;
    margin: 30px 0 0 0;
    height: 793px;
    transition:0.7s;
  }
  .pckg_box:hover{
    background: url(../img/package_page/s3bg_hvr.webp) no-repeat center/cover;
    color: #fff;
  }
  .pckg_box:hover .top_disc .icon {
    background: #fff;
  }
  .pckg_box:hover .top_disc .icon img{
    filter: brightness(0) saturate(100%) invert(23%) sepia(66%) saturate(2480%) hue-rotate(313deg) brightness(95%) contrast(89%);
  }
  .pckg_box:hover p , .pckg_box:hover p .clr_1 {
    color: #fff !important; 
  }
  .pckg_box:hover .bottom_disc ul li i{
    color: #fff !important;
  }
  .pckg_box:hover .btn1 {
    background: #fff;
    color: #c92d6c;
  }
  .pckg_box:hover .bottomcta ul li a{
    color: #fff !important;
  }

  .pckg_box .top_disc {
    display: flex;
    align-items: center;
    gap: 24px;
    /*! justify-content: space-between; */
    width: 100%;
    transition:0.7s;
  }
  .pckg_box .top_disc .icon {
    background: #c92d6c;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    transition:0.7s;
    flex-shrink: 0;
  }
  .pckg_box .top_disc .disc h3 {
    font-size: 22px;
    font-weight: 600;
    transition:0.7s;
  }
  .pckg_box .top_disc .disc h6 {
    font-size: 20px;
    color: #00000040 !important;
    transition:0.7s;
  }
  .pckg_box .mid_disc p.rate {
    font-size: 50px;
    font-weight: 600;
    margin: 14px 0 15px 0 !important;
    transition:0.7s;
  }
  .pckg_box .mid_disc .btn_wrap {
    margin: 25px 0 13px 0;
    transition:0.7s;
  }
  .pckg_box .mid_disc p.rate span {
    font-size: 14px;
    transition:0.7s;
  }
  
.bottom_disc ul {
  padding: 5px 0 20px 0px;
  height: 290px;
  overflow: scroll;
  transition:0.7s;
}
.pckg_box .mid_disc p.rush_para {
  padding: 15px 0 15px 0 !important;
  border-bottom: 4px dotted #00000024;
  transition:0.7s;
}
.bottom_disc ul li.box {
  margin: 15px 0 0 0 !important;
  transition:0.7s;
}
.bottomcta ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  transition:0.7s;
}
.bottomcta ul li {
  width: 48%;
  transition:0.7s;
}
.bottomcta {
  border-top: 1px solid #c92d6c;
  padding: 20px 0 0 0;
  transition:0.7s;
}
.package_tabs .nav-tabs {
  justify-content: center;
  border: 0;
  margin: 30px 0 0 0;
  gap: 21px;
}
.package_tabs .nav-tabs a {
  background: #fff;
  border: 0;
  color: #1d3143;
  font-size: 17px;
  font-weight: 600;
  border-radius: 8px;
  padding: 10px 17px;
  border: 1px solid #c92d6c;
}
.package_tabs .nav-tabs a.active {
  background: #c92d6c;
  color: #fff;
  box-shadow: 0 0 17px 2px #c92d6cbf;
  border: 1px solid #c92d6c;
}
.combohead{
  background: url(../img/package_page/adv_head.png) no-repeat center/cover;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.combobox .heading {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 5px 0 !important;
}
.combobox li {
  margin: 10px 0 10px 0 !important;
}
.combo_pckg .container {
  border: 1px solid #c92d6c;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.39);
  backdrop-filter: blur(30px);
}

.combofoot.price {
  display: flex;
  align-items: center;
  gap: 30px;
}
.combofoot.price h3 {
  font-size: 50px;
  font-weight: 600;
}
.combofoot.price h3 span {
  font-size: 14px;
}
.combofoot.price h4 {
  font-size: 14px;
}
.combofoot {
  /* border-top: 1px solid #c92d6c; */
  padding: 0 ;
}
.combofoot .btn_wrap {
  margin: 0 ;
}
.combofoot .bottomcta {
  border: 0;
  padding: 0 !important;
}
.row.row2.cf {
  border-top: 1px solid #c92d6c;
  padding: 13px 30px;
}


@media (max-width:1720px) {
    .h_sec10.home .container-fluid {
        padding: 0 142px 0 110px;
    }
    .pckgbox.big {
        margin-left: 36px;
    }
    .brand_portslider_left .slick-slide, .brand_portslider_right .slick-slide {
      padding: 0 12px;
    }
}
@media (max-width:1600px) {
    .port_slider .slick-list.draggable {
        width: 120%;
        left: -181px;
    }
    .h_s11slider .slick-list.draggable {
        width: 120%;
        left: -181px;
    }
    .main2 {
      background: url(../img/mian2bg.webp) no-repeat;
      background-position: 0 0;
    }
}
@media (max-width:1450px) {
    .defaulth1 {
        font-size: 49px;
        padding: 10px 0;
        line-height: 64px;
    }      
    .defaulth2 {
        font-size: 48px;
    }
    .pckgbox.big {
        margin-left: 0px;
    }
    .h_sec10.home .container-fluid {
        padding: 0 20px 0 20px;
    }
    .h_s11slider .slick-list.draggable {
        width: 120%;
        left: -123px;
    }
    .h_sec1.home {
        padding: 128px 0 60px 0;
    }
    .h_s1mid {
        width: 88%;
        margin: auto;
    }
    .main2 {
        background: url(../img/mian2bg.webp) no-repeat center;
    }
    .logo_s10box {
        margin: 85px 0 0 0;
    }
    .i_sec5.inner .row2 {
      transform: scale(0.9);
    }
    img[src="img/brand_page/s8left.webp"] {
      width: 80%;
      margin: auto;
      display: table;
    }
    .brand_portslider_left .slick-slide , .brand_portslider_right .slick-slide {
      padding: 0 17px;
    }
    .mob_port_slider .slide .left .mid h3 {
      font-size: 21px;
    }
    .mob_port_slider .slide .left .mid .inner h4 {
      margin: 30px 0 0 0;
    }
    .mob_port_slider .slide .left .mid .inner h4 {
      margin: 24px 0 0 0;
    }
    img[src="img/mob_dnd_page/s7right.webp"] {
      width: 72%;
      margin: auto;
      display: table;
    }
    .i_sec4.inner.market_collat ul li.box img {
      width: 9%;
    }
    .i_sec4.inner.market_collat ul li.box {
      height: 86px;
    }
}
@media (max-width:1399px) {
    .h_s3box.box {
        height: 370px;
        width: 370px;
    }
    .h_s4box.box h4 {
        text-transform: uppercase;
        font-size: 19px;
      }
      .h_s4box.box ul li p {
        font-size: 15px;
      }
      .testibox .designation {
        font-size: 14px;
      }
      .defaultp {
        font-size: 16px;
      }
      .h_s11slider .slide {
        margin: 20px 0 0 0;
    }
    .h_industry_slider .slide h5 {
        font-size: 23px;
    }
    .logo_s4slider .slick-dots {
        translate: -733px -105px;
    }
    .logo_s4slider .slide {
        padding: 80px 15px;
    }
    .logo_s4slider .slick-slide {
        padding: 18px 13px;
    }
    .logo_s8ul li .disc p {
        font-size: 14px;
    }
    .s9_logosec .s15acc .btn_wrap {
        flex-wrap: nowrap;
    }
    .s9_logosec .s15acc .btn_wrap .leftimg{
        width: 38%;
    }
    .logo_s10box::before {
        left: 58px;
    }
    .logo_s10box::after {
        left: 192px;
    }
    .webdnd_s5_pointul.left li.box1 {
      translate: 514px -152px;
    }
    .webdnd_s5_pointul.left li.box2 {
      translate: 245px -94px;
    }
    .webdnd_s5_pointul.left li.box3 {
      translate: 121px 38px;
    }
    .webdnd_s5_pointul.left li.box4 {
      translate: 217px 87px;
    }
    .webdnd_s5_pointul.right li.box5 {
      translate: -290px 33px;
    }
    .webdnd_s5_pointul.right li.box6 {
      translate: -184px 165px;
    }
    .webdnd_s5_pointul.right li.box7 {
      translate: -278px 215px;
    }
    .webdnd_s5_pointul.right li.box8 {
      translate: -508px 153px;
    }
    .h_s4box.box {
      background: #fff;
      padding: 20px 15px;
    }
    .logo_s10box h4 {
      font-size: 22px;
      padding: 0 21px;
    }
    .logo_s10box p {
      height: 210px;
    }
    .s9_logosec .s15acc h3 {
      font-size: 22px;
    }
    .illustration_s5box::after {
      height: 229px;
      width: 321px;
    }
    .illustration_s5box {
      padding: 40px 30px;
      margin: 30px 0px 0 0px;
    }
    .domain_s3box .icon {
      flex-shrink: 0;
      position: absolute;
      right: -46px;
      bottom: 0;
    }
    .domain_s3box {
      overflow: hidden;
    }
    .domain_s3box .icon img {
      width: 80%;
    }
    .domain_s3box h3 {
      font-size: 26px;
    }
    .domain_s4box_p .illustration_s5box::after {
      height: 205px;
      width: 245px;
    }
    .domain_s4box_p .illustration_s5box h4 {
      margin: 10px 0 10px 0;
      font-size: 19px;
    }
    .domain_s4box_p .illustration_s5box p {
      height: 104px;
    }
    .illustration_s5box img {
      width: 42%;
    }
    .domain_s3box .icon img {
      width: 80%;
      display: none;
    }
    .logo_s10box p {
      height: 190px;
    }
    .circle_p .circle {
      scale: 0.8;
    }
    .pckg_box {
      height: 676px;
    }
    .bottom_disc ul {
      height: 226px;
    }
    .pckg_box .mid_disc p.rate {
      margin: 5px 0 5px 0 !important;
    }
    .pckg_box .btn1 {
      padding: 8px 0 8px 0px;
    }
    .bottom_disc ul li.box {
      margin: 6px 0 0 0 !important;
    }
    .pckg_box .mid_disc p.rush_para {
      padding: 6px 0 13px 0 !important;
    }
    .pckg_box .top_disc .disc h3 {
      font-size: 19px;
    }
    .bottomcta {
      border-top: 1px solid #c92d6c;
      padding: 9px 0 0 0;
    }
    
}
.desk_hide{
  display: none;
}
@media (max-width:991px) {
  .desk_hide{
    display: block;
  }
  .defaulth1 {
    font-size: 33px;
    padding: 0px 0;
    line-height: 42px;
  }
    .res_slider .slick-dots li { margin: 0 7px !important;  }
    .res_slider .slick-dots li button { height: 11px; width: 11px; background: #c92d6c; border-radius: 13px; padding: 0 9px; transition: 0.5s; margin-top: 17px !important; }
    .res_slider .slick-dots li.slick-active button { background-color: #fff; border: 1px solid #c92d6c; width: 34px; margin: 0 -9px; /* padding: 0 14px; */ }
    .res_slider .slick-dots li button::before { display: none; }
    .mob_hide{
        display: none !important;
    }
    .pckgbox ul li {
      flex-direction: column;
      gap: 5px;
    }
    .h_sec16.home.last_sec_cta .container {
      padding: 30px 10px;
    }
    .foot_box.links {
      height: auto;
    }
    .foot_box.links.services ul li {
      width: 100%;
    }
    .mob_center{
        text-align:center;
    }
    #navbarBelow .navbar-collapse {
      order: 3;
      background-color: #c92d6c;
      padding: 0 10px;
      margin: 20px 0 0 0 !important;
    }
    .navbar-nav .dropdown-menu li {
      width: 100%;
    }
    .navbar-nav .dropdown-menu.show {
      width: 100%;
      border-radius: 10px;
      padding: 10px 16px;
      height: 250px;
      overflow: scroll;
      gap: 0px;
    }
    #navbarBelow a {
      color: #fff;
    }
    .navbar-nav .dropdown-menu li {
      background: transparent !important;
      border: 0;
    }
    .navbar-nav .dropdown-menu li {
      padding: 0px 0 0px 0;
    }
    #navbarBelow .dropdown-menu a{
      color: #c92d6c !important;
    }
    #navbarBelow .navbar-toggler {
        order: 1;
    }
    .foot_box {
        margin: 30px 0 0 0;
    }
    .h_s1right .h_s1slider .slide {
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        margin: 20px 0 20px 0;
    }
    .h_sec1.home {
        padding: 118px 0 30px 0;
    }
    .h_sec1 .dot_true .slick-dots {
        translate: 0px 0px;
    }
    .h_s3box.box {
        height: 390px !important; 
        width: auto !important; 
        transform: rotate(0deg) !important; 
    }
    .h_s3box.box .disc {
        transform: rotate(0deg) !important;
    }
    .h_s3box p, .h_s3box .btn_wrap {
        opacity: 1;
    }
    .h_sec3.home {
        padding: 20px 0 0px 0px;
    }
    .h_sec4.home .h_s4box {
        transform: rotate(0deg) !important;
        position: relative !important;
        translate: 0 0 !important;
    }
    .cta_toptext {
        background: url(../img/cta_label.webp) no-repeat center;
    }
    .h_sec5.cta.home {
        padding: 50px 0;
    }
    .port_slider .slick-list.draggable {
        width: 100%;
        left: 0px;
    }
    .port_slider .slide h4 {
        font-size: 22px;
    }
    .h_sec8.home .container {
        padding: 10px 25px 30px 25px;
    }
    .s8_achievebox {
        padding: 20px 0 20px 0px;
    }
    .h_s11slider .slick-list.draggable {
        width: 100%;
        left: 0px;
    }
    .h_s11slider .slide {
        width: auto !important;
    }
    .h_s11slider .slide .right{
        display: none !important;
    }
    .h_s11slider .slide .left {
        width: 100% !important;
        text-align: center;
    }
    .h_s11slider .slide {
        width: 354px !important;
    }
    .h_s11slider .slide .left .top {
        justify-content: center;
    }
    .h_industry_slider .slick-slide {
        padding: 30px 10px 20px 10px;
    }
    .stepbox {
        margin: 30px 0 0 0;
    }
    .stepbox .mid {
        height: 298px;
        width: 100%;
        margin: 0 0 40px 0;
    }
    .stepbox img {
        margin: 40px 0 30px 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .s15acc button span {
        flex-shrink: 0;
    }
    .s15acc button i.fa-plus {
        padding: 4px 4px;
    }
    .h_sec16.home.last_sec_cta .ul1 {
        justify-content: center !important;
    }
    .h_s13form .agre-button {
        flex-direction: column-reverse;
    }
    .ftr_locationbox {
        margin: 30px 0 0 0;
    }
    footer .locationsec {
        background: #1d3143;
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .logo_s4slider .slick-list {
        width: 100%;
        padding: 4px 6px;
    }
    .logo_s4slider .slick-dots {
        translate: 0 0;
    }
    .logo_s8mid {
        margin: 30px 0 30px 0;
    }
    .s15acc.logo_acc {
        margin: 0 0 0 0 !important;
        padding: 0 0px 0 0px !important;
    }
    .s9_logosec .s15acc .card.card-body p {
        padding: 0px 0px 10px 0px;
    }
    .s9_logosec .s15acc .btn_wrap img {
        display: none;
    }
    .i_sec9.home.logo_page .row {
        flex-direction: column-reverse !important;
    }
    .logo_s10line{
        display: none;
    }
    .logo_s10box::before {
        left: 116px;
    }
    .logo_s10box::after {
        left: 250px;
    }
    .i_sec10.inner.logo_page .res_slider .slick-slide {
        padding: 6px 20px;
    }
    .webdnd_s8tabs .tab-pane ul.list-unstyled li.box {
      margin: 30px 0 0 0 !important;
    }
    .logo_s10box {
      margin: 35px 0 0 0;
    }
    .brand_s4slide{
      text-align: center;
    }
    .brand_s4slide img{
      margin: 20px 0 0 0;
    }
    .brand_s4slide h3 {
      font-size: 25px;
    }
    .h_s2box {
      display: flex;
      justify-content: center;
    }
    .h_s4slider .slick-slide {
      padding: 30px 12px 12px 12px;
    }
    .h_s4box.box p.defaultp {
      height: 97px;
    }
    .h_s4box.box h4 {
      font-size: 18px;
      height: auto;
    }
    .main2 {
      background-position: 0 0;
    }
    .h_s11slider .slide h5 {
      font-size: 22px;
    }
    a.btn1 , a.btn2 {
      font-size: 15px;
      padding: 7px 20px;
    }
    .i_sec4.inner.digital_marketing ul {
      padding-right: 0 !important;
    }
    .i_sec7.inner.digital_marketing .container {
      padding: 40px 20px;
    }
    .dm_s7ul li.box{
      flex-direction: column;
    }
    .dm_s7ul li.box img{
      display: none !important;
    }
    .dm_s7ul li.box {
      gap: 0px;
      text-align: center;
      padding: 30px 20px;
    }
    .seo_s3box {
      display: flex !important;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .i_s4tab.seo-services #nav-tabContent .tab-pane .left h3 {
      font-size: 26px;
    }
    .i_s4tab.seo-services #nav-tabContent .tab-pane .left{
      text-align: center;
    }
    .backend_s3box.box2, .backend_s3box.box4 {
      flex-direction: column-reverse;
    }
    .backend_s3box {
      flex-direction: column-reverse;
      gap: 10px;
      justify-content: center;
      text-align: center;
    }
    .domain_s3box {
      padding: 0;
    }
    .domain_s3box .disc {
      width: 100%;
      text-align: center;
    }
    .domain_s4box_p .illustration_s5box {
      display: flex !important;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      margin: 0;
    }  
    .illustration_s5box .icon {
      margin: 10px 0 0 0;
      display: flex;
      justify-content: center;
    }
    .illustration_s5box img {
      width: 65%;
    }
    .domain_s4box_p.res_slider .slick-slide {
      padding: 17px 30px;
    }
    .domain_s4box_p .illustration_s5box::after {
      height: 137px;
      width: 285px;
    }
    .h_sec8.h_achievesec.home .col-lg-3 {
      text-align: center !important;
      margin: 20px 0 0 0;
    }
    .mob_port_slider .slide .right {
      background: #4041ac;
      display: none;
    }
    .mob_port_slider .slide .left {
      width: 100%;
      padding: 20px 10px 23px 10px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .h_sec6.home.portfolio.blue {
      padding-bottom: 0 !important;
    }
    .dm_s7ul li.box {
      margin: 25px 0 0 0 !important;
    }
    .dm_s7ul li.box h4 {
      font-size: 23px;
    }
    .backend_s3box h3 {
      font-size: 23px;
      margin: 11px 0 11px 0;
    }
    .pckg_box {
      height: 650px;
    }
}

@media (max-width:575px) {
    .navbar-brand img {
        max-height: 50px;
    }

    #navbarAbove {
        padding: 5px 0;
        font-size: 12px;
        text-align: center;
    }
    .h_s1left {
        text-align: center;
      }
      .btn_wrap{
        justify-content: center;
      }
      .defaulth2 {
        font-size: 27px;
      }
}
.slick-slide {
  height: auto !important;
}