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

.styled-link {
    position: relative;
    padding-bottom: 3px;
    flex-shrink: 0;
}
#navbarAbove .styled-link i {
    background:white;
    padding:8px 8px;
    border-radius:50%;
    font-size: 11px;
    color: #FE6563;
  }
.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 */
#navbarAbove {
    background: #101010;
    font-size: 15px;
    color: #fff;
    padding: 7px 0;
    /* background-color: #fff; */
}
.head_social li {
    background: #fff;
    padding: 0 6px;
    border-radius: 50%;
  }
.head_social li a {
    color: #000 !important;
  }
#navbarBelow .navbar-toggler i {
    color: #fff;
}

#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;
}


.dropdown-item:focus, .dropdown-item:hover {
  color: #1e2125;
  background-color: none;
}
#navbarBelow li {
    position: relative;
}


/* #navbarBelow li::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #ff9800;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

#navbarBelow li:hover::after {
    width: 100%;
    left: 0;
} */

.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: #fe6562;
  min-width: 270px !important;
}

.dropdown-item {
    color: #000;
    font-weight: 400;
}

.dropdown-item.active,
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
  background-color: #85d1ea;
  color: #000 !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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span,
ul {
    font-family: 'Poppins', sans-serif;
    margin: 0 !important;
}


body {
    font-family: 'Poppins', sans-serif;
}
/* #navbarBelow {
    padding: 30px 30px 0 30px;
  } */
/* SECTION1 */
.h_sec1.home{
    position: relative;
    padding:130px 0 0px 0;
    isolation: isolate;
    background:url(../img/s1bg.webp) no-repeat center/cover;
    height: 730px;
    display: flex;
    align-items: center;
}
video[src="img/s4left.mp4"] {
  border-radius: 27px;
}
/* .h_sec1.home::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.71) 0%, rgba(13, 107, 170, 0.71) 100%);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
  } */
.h_sec1.home .s1video {
    position: absolute;
    top: 0;
    height: 640px;
    width: 100%;
    object-fit: cover;
    z-index: -2;
    height: 100%;
}
  .h_s1left .top{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 121px;
  }
.defaulth1 {
    font-weight: 700;
    line-height: normal;
    font-size: 60px;
    color: #fff;
    text-transform: capitalize;
}
.btn_wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 17px 0 0 0;
    align-items: center;
}

a.btn1 {
    background: #fe6461;
    border: none;
    font-size: 16px;
    text-align: center;
    border-radius: 7px;
    color: #fff;
    padding: 15px 32px;
    font-weight: 600 !important;
    transition: 0.3s;
}
a.btn1:hover , a.btn2:hover {
  transform: scale(1.08);
}
#navbarBelow a.btn2 {
  padding: 15px 20px !important;
}
.btn1.popup-btn.big {
    font-size: 22px;
  }
a.btn2 {
    background:#fff;
    border: none;
    font-size: 16px;
    text-align: center;
    border-radius: 7px;
    color: #000;
    padding: 15px 32px;
    font-weight: 600 !important;
    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: 42px;
    color: #fff;
    margin: 0 0 13px 0 !important;
}
.defaulth2.black{
    color: #021020;
}
.bold600 {
    font-weight: 600;
}
.bold700 {
    font-weight: 700;
}
.bold800 {
    font-weight: 800;
}
.bold900 {
    font-weight: 900;
}

.clr_1 {
    color: #0D6BAA !important;
}
.clr_2 {
    color: #ff6461 !important;
}

.defaultp {
    color: #2A2A2A;
    margin: 10px 0;
    font-size: 15px;
    line-height: 25px;
}
/* SECTION1 */

/* SECTION2 */
.h_sec2.home{
    background: #EDEDED;
}
.h_sec2.home .col-lg-2.col-md-12.col-sm-12{
    padding: 0 !important;
}
.h_s2box {
    background: #EDEDED;
    height: 117px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.7s;
  }
/* SECTION2 */
/* SECTION3 */

.h_sec3.home ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .h_sec3.home ul li.box {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 163px;
    border-radius: 11px;
  }
  
.h_sec3.home ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 50px 0 0 0 !important;
  }
  .h_sec3.home ul li.box {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 157px;
    border-radius: 11px;
    border: 10px solid transparent;
    background: linear-gradient(178deg, #021790a1, #fff) border-box;
    position: relative;
    isolation: isolate;
  }
  .h_sec3.home ul li.box::before {
    background: white;
    content: '';
    height: 111.7%;
    width: 110.3%;
    position: absolute;
    z-index: -1;
    border-radius: 11px;
  }

/* SECTION3 */
/* SECTION4 */

.h_sec4.home  {
    /* background: linear-gradient(0deg,rgba(182, 212, 255, 1) 0%, rgba(182, 212, 255, 0) 100%); */
    background: linear-gradient(0deg, #00C3FF8C 0%, rgba(182, 212, 255, 0) 100%);
  }
  
/* SECTION4 */

/* SECTION5 */
.h_sec5.home{
    background: url(../img/s5bg.webp) no-repeat top/cover;
}
.btn2.tel i {
    font-size: 10px;
    color: #fff;
    background: #000;
    padding: 6px 6px;
    border-radius: 50%;
  }
.btn2.tel.dark{
    color: #fff;
    background: #000;
  }
.btn2.tel.dark i {
    color: #000;
    background: #fff;
  }
  
/* SECTION5 */

/* SECTION6 */
.s6_leftul li {
    background:#111111;
    display:flex;
    align-items:center;
    gap:10px;
    color:#fff;
    height:77px;
    padding:0 20px;
    margin:20px 0 0 0 !important;
    font-weight:600;
    border-radius:12px;
    transition: 0.5s;
  }
  .s6_leftul.left li.box.active {
    background:  #00C3FF;
  }
  .s6_leftul_disc li.box {
    display: none;
    background: url(../img/s6box_bg.webp) no-repeat center/cover;
    padding:20px 30px 40px 30px;
    margin:19px 0px 0px 80px !important;
    border-radius:12px;
  }
  .s6_leftul_disc li.box .btn_wrap .btn2 {
    display: none;
  }
  .s6_leftul_disc li.box.active {
    display: block;
  }
  
.s6_leftul_disc li.box .bottom {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
  }
  .s6_leftul_disc li.box .bottom h4 {
      font-size: 28px;
      font-weight: 600;
    }
    .s6_leftul_disc li.box .bottom .btn_wrap {
        flex-shrink: 0;
    }
    
.h_sec6.home .inner_sec {
    position: relative;
    isolation: isolate;
    margin: 20px 0 0 0;
  }
  .h_sec6.home .inner_sec::before {
    background: #FF6461;
    height: 100%;
    position: absolute;
    top: 51.8%;
    left: 9%;
    content: '';
    width: 30%;
    z-index: -1;
    translate: -50% -50%;
    border-radius: 20px;
  }
  /* SECTION6 */
  /* SECTION7 */
  .port_box img {
    object-fit: cover;
    object-position: top;
    margin: 0px 0 0 0;
    /* overflow: hidden; */
    /* transition: 0.7s; */
    transition: all .5s ease-in-out;
  }
  .port_box.appdev img {
    border: 10px solid #000;
    border-radius: 18px;
  }
  .port_box {
    height: 321px;
    margin: 30px 0 0 0;
    overflow: hidden;
  }
  .port_box.shortimg {
    height: auto;
  }
  
  /* .port_box:hover {
    object-position: 0px -520px;
  } */
  .port_box.single img {
    object-position: top;
  }
  .port_box.single:hover img{
    object-position: top;
  }
  
  .port_box {
    margin:23px 0 0 0;
  }
  .port_box.appdev{
    height: auto;
  }
  .h_sec7.home.portfolio_sec #nav-tab {
    border: 0;
    justify-content: center;
    margin: 30px 0 20px 0;
    justify-content: space-between;
  }
  .h_sec7.home.portfolio_sec #nav-tab a {
    border: 0;
    border: 1px solid #111;
    border-radius: 6px;
    color: #111;
    font-weight: 600;
    text-align: center;
    padding:  12px 34px;
  }
  .h_sec7.home.portfolio_sec #nav-tab a.active {
    background: linear-gradient(90deg,rgb(131, 211, 236) 0%, rgb(255, 100, 97) 100%);
    color: #fff;
    border: transparent;
  }
  #nav-tabContent .tab-pane .container {
    padding:0;
  }
  
.h_sec7.home.portfolio_sec {
    position: relative;
    isolation: isolate;
  }
  .h_sec7.home.portfolio_sec::before {
    background:linear-gradient(180deg,#7DD5F2 0%, #FF6461 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    translate: -50% -50%;
    height: 233px;
    width: 600px;
    z-index: -1; 
    filter: blur(790px);
  }
  .btn2.chats.dark {
    background: #111;
    color: #fff;
  }
  .btn2.chats.dark i {
    color: #000;
    background: #fff;
  }
  
/* SECTION7 */

/* SECTION9 */
.h_sec9.home {
    background:linear-gradient(0deg,rgba(182, 212, 255, 0.49) 0%, rgba(182, 212, 255, 0) 100%);
  }
.s9_pointul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    width: 310px;
  }
  .s9_pointul li p{
    font-weight: 600;
    opacity: 0.5;
  }
  .s9_pointul li .icon {
    background: #7DDBF5;
    height: 64px;
    border-radius: 50%;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .s9_pointul li.active .icon{
    background:#FF6461 ;
  }
  .s9_pointul li.active p{
    opacity: 1;
  }
  .s9_pointul.right li {
    display: flex;
    flex-direction: row-reverse;
  }
  
.s9_discul li.box {
    display: none;
    /* background: url(../img/s9_boxbg1.webp) no-repeat center/cover; */
    height: 412px;
    border-radius: 50%;
    padding: 0 40px;
  }
  .s9_discul li.box.box1 {
    background: url(../img/s9_boxbg-1.webp) no-repeat center/cover;
  }
  .s9_discul li.box.box2 {
    background: url(../img/s9_boxbg-2.webp) no-repeat center/cover;
  }
  .s9_discul li.box.box3 {
    background: url(../img/s9_boxbg-3.webp) no-repeat center/cover;
  }
  .s9_discul li.box.box4 {
    background: url(../img/s9_boxbg-4.webp) no-repeat center/cover;
  }
  .s9_discul li.box.box5 {
    background: url(../img/s9_boxbg-5.webp) no-repeat center/cover;
  }
  .s9_discul li.box.box6 {
    background: url(../img/s9_boxbg-6.webp) no-repeat center/cover;
  }
  .s9_discul li.box.box7 {
    background: url(../img/s9_boxbg-7.webp) no-repeat center/cover;
  }
  .s9_discul li.box.box8 {
    background: url(../img/s9_boxbg-8.webp) no-repeat center/cover;
  }
  .s9_discul li.box.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    /*! background: red; */  transform: scale(1.1);
  }
  .s9_discul li.box h4 {
    font-size: 34px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 10px 0 !important;
  }
  .s9_discul li.box p {
    color: #fff;
  }
  .h_sec9.home .row2{
    margin: 105px 0 100px 0 !important;
  }
  .h_sec9.home .row2 .circle{
    background: linear-gradient(48deg,rgba(2, 24, 144, 0) 0%, rgba(78, 89, 186, 0.52) 100%);
    height: 595px;
    width: 595px;
    position: absolute;
    border-radius:50%;
    z-index: -1;
  }
.h_sec9.home .row2 .circle:before {
    content: '';
    background: #fff;
    height: 99%;
    width: 99%;
    position: absolute;
    z-index: 28;
    border-radius: 50%;
    translate: -50% -50%;
    left: 50%;
    top: 50%;
  }
  .s9_pointul {
    position: relative;
    z-index: 999;
    translate: 0;
  }
  .s9_discul.left {
    position: relative;
    z-index: 999;
    translate: 0;
  }
.s9_pointul.left li.box1 {
    translate: 220px -140px;
  }
  .s9_pointul.left li.box2 {
    translate: 107px -50px;
  }
  .s9_pointul.left li.box3 {
    translate: 102px 38px;
  }
  .s9_pointul.left li.box4 {
    translate: 267px 137px;
  }

  .s9_pointul.right li.box5 {
    translate: -200px -140px;
  }
  .s9_pointul.right li.box6 {
    translate: -82px -50px;
  }
  .s9_pointul.right li.box7 {
    translate: -98px 39px;
  }
  .s9_pointul.right li.box8 {
    translate: -206px 139px;
  }
/* SECTION9 */
/* SECTION9 */
/* SECTION10 */
.h_sec10.home {
    background:url(../img/s10bg.webp) no-repeat center/cover;
  }
  
.h_s10ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
  }
  .h_s10ul li.box {
    background: linear-gradient(0deg,rgba(124, 218, 244, 0) 0%, #191D1FA3  100%);
    width: 33%;
    height: 134px;
    margin: 20px 11px 0 11px !important;
    border-radius: 10px;
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 30px;
  }
  .h_s10ul li.box::before {
    content: '';
    background: #00C3FF;
    height: 100%;
    width: 98.8%;
    position: absolute;
    top: 52%;
    left: 50%;
    z-index: -1;
    border-radius: 10px;
    translate: -50% -50%;
  }
  .h_s10ul li.box h3 {
    margin: 17px 0 0 0 !important;
  }
  .h_sec10.home .s10_btnwrap .btn1 {
    background: #7CDAF4;
  }
  .h_sec10.home .s10_btnwrap {
    margin: 40px 0 0 0;
  }
  /* SECTION10 */
  /* SECTION11 */
  .h_s11ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    flex-wrap: wrap;
  }
  .h_s11ul li.box {
    width: 17%;
    border:1px solid #475467;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius:  50%;
    height: 179px;
    margin:26px 14px 0 14px !important;
    position: relative;
    isolation: isolate;
  }
  .h_s11ul li.box::before {
    background:linear-gradient(180deg,#7CD6F2 0%, #F45C5E 100%);
    position: absolute;
    content: '';
    height: 100px;
    width: 100px;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    border-radius:50%;
    z-index: -1;
    filter: blur(28px);
    transform: scale(0);
    transition: 0.7s;
  }
  .h_s11ul li.box:hover::before{
    transform: scale(1);
  }
/* SECTION11 */
/* SECTION12 */
.h_sec12.home{
    background: url(../img/s12bg.webp) no-repeat center/cover;
    position: relative;
    isolation: isolate;
}
.h_sec12.home::before{
    background:linear-gradient(150deg,#F45C5E82 0%, #00C3FFBA 100%);
    position: absolute;
    content: '';
    height: 1043px;
    width: 658px;
    left: 8%;
    top: 15%;
    border-radius:  50%;
    filter: blur(188px);
    z-index: -1;
}

.h_s12ul li.box h4 {
    color: #111111;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 10px 0 !important;
  }
  .h_s12ul li.box {
    display: flex;
    align-items: start;
    gap: 40px;
    margin: 40px 0 0 0 !important;
    position: relative;
  }
  .h_s12ul li.box .icon {
    background: #00C3FF;
    height: 40px;
    border-radius: 50%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-weight: 700;
    transition: 0.7s;
  }
  .h_s12ul li.box:hover .icon {
    background: #FF6461;
  }
  
.h_s12ul li.box:before {
    content: '';
    background: #00C3FF;
    position: absolute;
    height: 85%;
    width: 2px;
    top: 49px;
    left: 19px;
    transition: 0.7s;
  }
/* .h_s12ul li.box:hover:before {
    background: #FF6461;
} */
.h_s12ul li.box:last-child::before{
    display: none;
}
.s12_leftdisc {
    margin:20px 0 0 0;
    position: sticky;
    top: 0;
  }
/* SECTION12 */

/* SECTION13 */
.testi_box {
    background: #fff;
    box-shadow: 0 0 30px #0000001a;
    border-radius: 10px;
    margin: 40px 0 0 0;
  }
  .testi_box .top {
    display: flex;
    justify-content: space-between;
    padding: 19px 40px 0 40px;
    align-items: center;
  }
  .testi_box .mid {
    padding: 10px 20px 20px 20px;
  }
  .testi_box .top i {
    color: #FF6461;
  }
  .testi_box .bottom {
    background: #FF6461;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .testi_box .bottom ul li {
    display: flex;
    align-items: center;
    gap: 19px;
    padding: 10px 40px;
    color: #fff;
  }
  img[src="img/review_page/s2left.webp"] {
    width: 58%;
  }
  .testi_box .mid p {
    height: 180px;
  }
  .testi_box .bottom ul li .icon img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    object-fit: cover;
  }
  .testi_slider .slick-slide {
    padding:  0 10px;
  }
  .testi_slider .slick-dots li { margin: 0 7px !important;  }
  .testi_slider .slick-dots li button { height: 11px; width: 11px; background: #D0D5DD; border-radius: 13px; padding: 0 0px; transition: 0.5s; margin-top: 17px !important; }
  .testi_slider .slick-dots li.slick-active button { background-color: #FF6461;
    border:  1px solid #FF6461;
    width: 12px;
    margin:  0 0px; }
  .testi_slider .slick-dots li button::before { display: none; }
  .testi_box .bottom ul li h5 {
    font-weight: 600;
  }
/* SECTION13 */
/* SECTION14 */
.s14_accordion_parent {
    margin:  39px 0 0 0;
  }
.s14acc button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    border: 0;
    background: transparent;
    text-align: start;
    color: #111;
    font-weight: 600;
}

.s14acc button.collapsed i {
    transform: rotate(0);
}

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

.s14acc {
    margin: 0px 0 0 0;
    border-radius: 6px;
    background:#fff;
    padding:9px 0;
    border-top:1px solid #0000004f;
    border-radius:0px;
}

.s14acc button i {
    border-radius: 50%;
    background: transparent;
    color: #000;
    padding: 8px 9px;
    border-radius: 21px;
}

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

.s14acc .card.card-body {
    border: 0;
    color: #6e706e;
    border-top: 0px solid #000;
    border-radius: 0;
}

.h_sec12{
    background: url(../img/h_s12_bg.webp);
}

/* SECTION14 */
/* SECTION15 */

.h_sec15.home .container.one{
    background: url(../img/s15bg.webp) no-repeat ;
    background-size: cover;
    height: 731px;
    /* padding:  30px 40px 0 40px; */
}
.s15_botform {
    padding:0px 60px 0 30px;
  }
  .s15head {
    padding:27px 50px 0 30px;
  }
.s15_botform .head h4 {
    font-size: 16px;
    font-weight: 600;
  }
  .s15_botform input {
    border-radius: 40px;
    margin: 20px 0 0px 0;
    padding: 12px 20px;
  }
  .s15_botform .head {
    margin: 40px 0 0px 0;
  }
  .s15_botform textarea {
    border-radius: 10px;
    resize: none;
    margin: 20px 0 0 0;
    height: 128px;
  }
  .s15_botform button {
    background: #FF6461;
    width: 100%;
    margin: 30px 0 0 0;
    color: #fff;
    padding: 10px 0;
    font-weight: 600;
  }
  .s15_botform textarea::placeholder , .s15_botform input::placeholder {
    color: #667085;
  }
  
.s15_quesbox {
    background: #FF6461;
    padding: 29px 40px;
    color: #fff;
    border-radius: 20px;
    margin: 3px 0px 0px -20px;
    height: 290px;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
  }
  .s15_quesbox h4 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 10px 0 !important;
  }
  .s15_quesbox .bottom ul li {
    display: flex;
    align-items: center;
    gap: 19px;
    padding: 10px 0px;
    color: #fff;
  }
  .s15_quesbox h6 {
    font-size: 24px;
    margin: 25px 0 11px 0 !important;
  }
  .s15_img {
    translate: 0 0;
    margin:93px 0px 0 -40px;
  }
/* SECTION15 */

/* INNER PAGES */
.h_sec4.inner.design1{
  background: url(../img/branding_page/s4bg.webp) no-repeat center/cover;
  margin:30px 80px 0 80px;
  border-radius:12px;
}
video[src="img/branding_page/s3left.mp4"] {
  border-radius: 16px;
}
.branding_s4box {
  background: #FF6461;
  padding: 20px 20px;
  border-radius: 10px;
  margin: 32px 0 0 0;
}
.branding_s4box p {
  height: 142px;
}
.branding_s4box h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px 0 !important;
}
.theme_bg_center{
  position: relative;
  isolation: isolate;
}
.theme_bg_center::before{
  content: '';
  background:linear-gradient(180deg,rgba(132, 210, 235, 0.46) 0%, rgba(254, 101, 99, 0.51) 100%);
  position: absolute;
  height: 500px;
  width: 500px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  border-radius:0%;
  filter: blur(300px);
}
.h_sec6.inner.cta.design1{
  background: url(../img/branding_page/s6bg.webp) no-repeat center/cover;
}


.branding_s8box {
  /* background: #00C3FF; */
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 354px;
  background-size: cover;
  padding:0px 30px 0 30px;
  margin: 21px 0 0 0;
}
.branding_s8box::before{
  background: url(../img/branding_page/s8boxbg.webp) no-repeat;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  content: '';
  /* transition: 0.7s; */
  z-index: -1;
}
.branding_s8box::after{
  background: url(../img/branding_page/s8boxbg_hvr.webp) no-repeat;
  height: 0%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: '';
  z-index: -1;
  transition: 0.7s;
}
.branding_s8box:hover::before{
height: 0%;
opacity: 0;

}
.branding_s8box:hover::after{
height: 100%;
opacity: 1;
transition: 0.7s;
}
.branding_s8box:hover , .branding_s8box:hover p{
  color: #fff !important;
  transition: 0.7s;
}
.branding_s8box h3 {
  font-size: 23px;
  font-weight: 800;
  margin: 10px 0 10px 0 !important;
}
.branding_s8box p {
  height: 120px;
}
.h_sec1.home.inner.banner{
  background: url(../img/branding_page/s1bg.webp) no-repeat center/cover;
}
.d2_s4tabs {
  margin:40px 0 0 0;
}
.d2_s4tabs #nav-tab a.active {
  background: #00C3FF;
}
.d2_s4tabs #nav-tab a.active {
  border-bottom: 3px solid #00C3FF;
}
.d2_s4tabs #nav-tabContent {
  background: #00c3ff;
  border: 0;
  border-radius: 0 0 20px 20px;
}
.d2_s4tabs #nav-tabContent .row {
  align-items: center;
  padding: 23px 40px;
}

.d2_s4tabs #nav-tab a .disc h4 {
  font-size: 18px;
  font-weight: 600;
}
.d2_s4tabs #nav-tab a {
  background: #ff6461;
  display: flex;
  align-items: start;
  color: #fff;
  padding:20px 10px 10px 18px;
  border-radius:12px 12px 0 0;
  border-bottom:0;
  width: 15%;
  gap:12px;
  border-bottom: 3px solid #fff;
}
.d2_s4tabs #nav-tab a .icon {
  height: 45px;
  width: 45px;
}
.d2_s4tabs #nav-tab {
  flex-wrap: nowrap;
  justify-content: space-between;
  border: 0;
}
.ecom_s4box{
  background: url(../img/ecommercewebdesign_page/s4boxbg.webp) no-repeat center/cover;
  color: #ffd;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:40px;
  height: 332.8px;
  padding:0px 40px 0px 40px;
  position: relative;
  margin:90px 10px 0 10px;
}
.ecom_s4box .icon {
  background: #00C3FF;
  padding: 0px 0px;
  border-radius: 50%;
  flex-shrink: 0;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -64px;
}
.ecom_s4box .disc h4 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 14px 0 !important;
}
.ecom_s4box .disc {
  margin: 26px 0 0 0;
}
.growth_tabs #nav-tab {
  border: 0;
  justify-content: center;
  gap: 40px;
  margin: 30px 0 0 0;
  }
  .growth_tabs #nav-tab a {
  border: 0;
  color: #000;
  display: flex;
  align-items: center;
  gap: 19px;
  background: #fff;
  box-shadow: 0 0 3px #00000075;
  border-radius: 13px;
  }
  .growth_tabs #nav-tab a.active{
  background: #FF6461;
  color: #fff;
  }
  .growth_tabs #nav-tab a.active img {
  background: #fff;
  border-radius: 50%;
  padding: 4px 5px;
  height: 30px;
  width: 30px;
  object-fit: contain;
  }
  /* .growth_tabs .tab-pane  .box {
    display: flex;
    align-items: center;
    margin: 40px 0 0px 0;
    gap: 30px;
    }
    .growth_tabs .tab-pane .box .left {
    width: 50%;
    }
    .growth_tabs .tab-pane .box .right {
    width: 50%;
    }
    .growth_tabs .tab-pane .box .right img {
    max-width: 100%;
    height: auto;
    } */
    .h_sec7.inner.design3{
      background: url(../img/ecommercewebdesign_page/s7bg.webp) no-repeat center/cover;
    }
    .growth_tabs .tab-pane {
      margin:40px 0 0 0;
    }
    .webdev_s4slide {
      background:#E0F4FB;
      padding:23px 22px;
      border-radius:12px;
    }
    .webdev_s4slider .slick-list {
      width: 137%;
    }
    .webdev_s4slider .slick-slide {
      padding:0px 19px;
    }
    
.webdev_s4slide hr {
  width: 41px;
  opacity: 1;
  padding: 1px 10px;
  margin: 17px 0 20px 0;
}
.webdev_s4slide .disc {
  margin: 10px 0 0 0;
}
.webdev_s4slide .disc h4 {
  font-weight: 700;
  font-size: 21px;
}
.webdev_s4slide .disc p {
  padding: 0 27px 0 0px;
  height: 130px;
  overflow: hidden;
}
.h_sec4.inner.design4.webportal .webdev_s4slide img {
  border: 10px solid #000;
  border-radius: 12px;
}
.dot_true .slick-dots li {
  margin: 0 1px !important;
}

.dot_true .slick-dots li button {
  height: 11px;
  width: 0px;
  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: #FF6461;
  border:0px solid #0d6baa;
  width: 0;
  margin:0 0px;
  padding: 0 6px;
}

.dot_true .slick-dots li button::before {
  display: none;
}
.webdev_s4slider .slick-dots {
  left: -825px;
  bottom: 77px;
}
.appdevelopment_s4box {
  background: #DFF4FB;
  padding: 20px 20px 20px 30px;
  margin: 20px 0 0 0;
  border-radius: 16px;
  transition: 0.7s;
}
.appdevelopment_s4box:hover{
  background: #00C3FF;
}
.appdevelopment_s4box h4 {
  font-weight: 700;
  font-size: 20px;
}
.appdevelopment_s4box.left {
  margin-right: 21px;
}
.appdevelopment_s4box.right {
  margin-left: 21px;
}
.appdev_portul {
  display: flex;
  gap:50px;
  justify-content: space-between;
  padding: 30px 70px;
}
.smm_s4box.box1{
  background: url(../img/smm_page/s4img1.webp) no-repeat center/cover;
}
.smm_s4box.box2{
  background: url(../img/smm_page/s4img2.webp) no-repeat center/cover;
}
.smm_s4box.box3{
  background: url(../img/smm_page/s4img3.webp) no-repeat center/cover;
}
.smm_s4box.box4{
  background: url(../img/smm_page/s4img4.webp) no-repeat center/cover;
}
.smm_s4box{
  height: 529px;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  text-align: center;
  padding:0 60px 40px 60px;
  margin: 30px 0 0 0;
}
.smm_s4box h4 {
  font-weight: 600;
  font-size: 20px;
}
.seo_serv_box { display: flex; align-items: baseline; gap: 13px;   margin: 20px 0 27px 0 !important;}
.seo_serv_box h4 {
  font-size: 30px;
  color: #000;
  font-weight: 600;
}
.seo_serv_box.active h4{
  color: #fe6562;
 }
.seo_serv_box.active h2 { color: #00caff; }
.seo_serv_box { cursor: pointer; }
.seo_serv_box p { max-height: 0; opacity: 0; transition: max-height 1s ease;   }
.seo_serv_box i { position: relative; font-size: 22px;color: #fe6562; }
.seo_serv_box.active i::after { position: absolute; top: -8px; right: -7px; border-radius: 50%; height: 38px; width: 38px; content: ''; border: 1px solid #fe6562; }
.seo_serv_box.active p { max-height: 180px; opacity: 1; }
.seo_serv_box div { position: relative; }
.seo_serv_box div::before { background: #fe6562; height: 56px; position: absolute; top: 20px; left: -25px; content: ''; width: 2px; }
.seo_serv_box.box_nine div::before { display: none; }
.seo_serv_box.active div::before { height: 202px; }
.seo_prob_box { background: linear-gradient(90deg,rgb(131, 211, 236) 0%, rgb(255, 100, 97) 100%); display: flex; align-items: center; position: relative; height: 84px; justify-content: center; margin: 30px 0 0 45px; }
.seo_prob_box .desc { translate: 18px 0px; text-align: center; }
.seo_prob_box .icon { background: #ff6461; height: 100px; width: 100px; display: flex; align-items: center; justify-content: center; border-radius: 10px; position: absolute; left: -25px; }
.seo_prob_box p { margin: 0; color: #fff; padding: 0 0px; font-size: 16px; font-weight: 700; }
.seo_prob_box .icon img { filter: invert(1) brightness(100); }
.seo_prob_box .question { position: absolute; top: -10px; right: -20px; }

.s6_ul1 li {
  font-size: 19px;
  margin: 9px 0 0 0 !important;
  display: flex;
  gap: 10px;
  align-items: center;
}
.s6_ul1 li i {
  transform: rotate(44deg);
}
.seo_s6accparent .s14acc {
  border: 1px solid #00000021;
}
.seo_s6accparent .s14acc button {
  font-size: 24px;
}
.seo_s6accparent .s14acc .card-body ul li {
  font-size: 16px;
  margin: 10px 0 0 0 !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
.seo_s6accparent .s14acc .card-body ul li i {
  transform: rotate(43deg);
}
.seo_sec7_box { border-bottom: 4px solid #A2A2A2; border-radius: 5px; display: flex; align-items: center; gap: 10px; justify-content: center; cursor: pointer; transition: 0.7s; margin: 27px 0 0 0; padding: 11px 0px; background: #e3e3e3; }
.seo_sec7_box.active { border-bottom: 4px solid #FF6461; }
.seo_sec7_box:hover { border-bottom: 4px solid #FF6461; }
.seo_sec7_box i { transform: rotate(45deg); }
.seo_sec7_box p { margin: 0; font-size: 15px; }

.orm_s4slider .slick-list {
  width: 130%;
}
.orm_s4slide .icon {
  background: #FF6461;
  height: 70px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border-radius: 10px;
  margin: 30px 0 0 0;
}
.orm_s4slide .btn_wrap {
  justify-content: end;
}
.orm_s4slide {
  box-shadow: 0 0 30px #0000001c;
  padding: 20px 35px 20px 35px;
  border-radius: 12px;
  transition: 0.7s;
}
.orm_s4slider .slick-slide {
  padding: 35px 10px 25px 10px;
}
.orm_s4slide .disc h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 25px 0 18px 0 !important;
}
.orm_s4slide .btn_wrap a {
  color: #ff6461;
  font-weight: 600;
}

.orm_sliderbtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 10px;
  translate: 30px 4px;
}
.orm_sliderbtn button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  background: #ff6461;
  color: #fff;
}
.orm_sliderbtn button.next_btn {
  background: #111 !important;
}
.orm_s4slider .slick-current .orm_s4slide{
  color: #fff;
  background: #111;
}
.orm_s4slider .slick-current .orm_s4slide p{
  color: #fff;
}
.orm_s4slider .slick-current .orm_s4slide .btn_wrap a{
  color: #fff;
}

.orm_s6box .btn_wrap a {
  color: #fe6562;
  font-weight: 600;
}
.orm_s6box h4 {
  font-size: 25px;
  font-weight: 600;
  margin: 11px 0 10px 0 !important;
}
.orm_s6box {
  padding: 0 20px 0 13px;
  margin: 31px 0 0px 0;
}
.orm_s6box.br{
  border-right: 1px solid #0000004d;
}

.explainer_s4box .disc {
  background: #07C1FB;
  text-align: center;
  padding: 20px 20px;
  color: #fff !important;
  padding: 50px 20px 30px 20px;
  transition: 0.7s;
  height: 190px;
}
.explainer_s4box .disc h4 {
  font-weight: 600;
  font-size: 24px;
}
.explainer_s4box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  border: 3px solid #fe6562;
  margin: 20px 0 0 0;
}
.explainer_s4box .icon {
  background: #07c1fb;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 27px;
  transform: rotate(90deg);
  margin: -50px 0 -30px 0;
  transition: 0.7s;
}
.explainer_s4box .icon i {
  translate: 3px 0px;
}
.explainer_s4box .btn_wrap a {
  background: #07c1fb;
}
.explainer_s4box .btn_wrap {
  margin: 20px 0 -80px 0;
  opacity: 0;
  transition: 0.7s;
}
.explainer_s4box:hover .btn_wrap {
  margin: 17px 0 0 0;
  opacity: 1;
}
.explainer_s4box:hover .disc {
  margin: -50px 0 0px 0;
  background: #FF6461;
  height: 250px;
}
.explainer_s4box:hover .icon {
  translate: 0px -40px;
}
.h_sec1.home.inner.banner.vp video {
  border-radius: 18px;
}


.h_sec1.industry_banner.accounting{
  background: url(../img/industries/accounting/s1bg.webp) no-repeat center/cover !important;
}
.h_sec1.industry_banner.bank{
  background: url(../img/industries/bank/s1bg.webp) no-repeat center/cover !important;
}
.h_sec1.industry_banner.autorepair{
  background: url(../img/industries/autorepair/s1bg.webp) no-repeat center/cover !important;
}
.h_sec1.industry_banner.church{
  background: url(../img/industries/church/s1bg.webp) no-repeat center/cover !important;
}
.h_sec1.industry_banner.dentist{
  background: url(../img/industries/dentist/s1bg.webp) no-repeat center/cover !important;
}
.h_sec1.industry_banner.architechture{
  background: url(../img/industries/architechture/s1bg.webp) no-repeat center/cover !important;
}
.h_sec1.industry_banner.doctor{
  background: url(../img/industries/doctor/s1bg.webp) no-repeat center/cover !important;
}
.h_sec1.industry_banner.electrician{
  background: url(../img/industries/electrician/s1bg.webp) no-repeat center/cover !important;
}
.h_sec1.industry_banner.law{
  background: url(../img/industries/law/s1bg.webp) no-repeat center/cover !important;
}
.h_sec1.industry_banner.plumber{
  background: url(../img/industries/plumber/s1bg.webp) no-repeat center/cover !important;
}
.h_sec1.industry_banner.nft-market{
  background: url(../img/industries/nft-market/s1bg.webp) no-repeat center/cover !important;
}
.h_sec1.industry_banner.ntf-web{
  background: url(../img/industries/ntf-web/s1bg.webp) no-repeat center/cover !important;
}
.h_sec1.industry_banner.realestate{
  background: url(../img/industries/realestate/s1bg.webp) no-repeat center/cover !important;
}
.h_sec1.industry_banner.wedding{
  background: url(../img/industries/wedding/s1bg.webp) no-repeat center/cover !important;
}

.indus_trust_ul li {
  width: 30% !important;
}
.indus_trust_ul {
  flex-wrap: wrap;
  gap: 40px 10px !important;
}
.h_sec3.industry.accounting{
  background: url(../img/industries/accounting/s3bg.webp) no-repeat center/cover;
}
.h_sec3.industry.bank{
  background: url(../img/industries/bank/s3bg.webp) no-repeat center/cover;
}
.h_sec3.industry.autorepair{
  background: url(../img/industries/autorepair/s3bg.webp) no-repeat center/cover;
}
.h_sec3.industry.church{
  background: url(../img/industries/church/s3bg.webp) no-repeat center/cover;
}
.h_sec3.industry.dentist{
  background: url(../img/industries/dentist/s3bg.webp) no-repeat center/cover;
}
.h_sec3.industry.architechture{
  background: url(../img/industries/architechture/s3bg.webp) no-repeat center/cover;
}
.h_sec3.industry.doctor{
  background: url(../img/industries/doctor/s3bg.webp) no-repeat center/cover;
}
.h_sec3.industry.electrician{
  background: url(../img/industries/electrician/s3bg.webp) no-repeat center/cover;
}
.h_sec3.industry.law{
  background: url(../img/industries/law/s3bg.webp) no-repeat center/cover;
}
.h_sec3.industry.plumber{
  background: url(../img/industries/plumber/s3bg.webp) no-repeat center/cover;
}
.h_sec3.industry.nft-market{
  background: url(../img/industries/nft-market/s3bg.webp) no-repeat center/cover;
}
.h_sec3.industry.ntf-web{
  background: url(../img/industries/ntf-web/s3bg.webp) no-repeat center/cover;
}
.h_sec3.industry.realestate{
  background: url(../img/industries/realestate/s3bg.webp) no-repeat center/cover;
}
.h_sec3.industry.wedding{
  background: url(../img/industries/wedding/s3bg.webp) no-repeat center/cover;
}
.h_sec3.industry .bigheading {
  max-width: 100%;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 900;
  color: #fd666400;
  background: linear-gradient(180deg,rgb(242, 242, 243) 0%, rgba(255, 100, 97, 0.42) 100%);
  background-clip: text;
  font-size: clamp(24px, 12vw, 70px);
  
}
.h_sec7.industry {
  padding: 110px 0 110px 0 !important;
}
.h_sec7.industry.accounting {
  background: url(../img/industries/accounting/s6bg.webp) no-repeat center/cover;
}
.h_sec7.industry.autorepair{
  background: url(../img/industries/autorepair/s6bg.webp) no-repeat center/cover;
}
.h_sec7.industry.bank{
  background: url(../img/industries/bank/s6bg.webp) no-repeat center/cover;
}
.h_sec7.industry.church{
  background: url(../img/industries/church/s6bg.webp) no-repeat center/cover;
}
.h_sec7.industry.dentist{
  background: url(../img/industries/dentist/s6bg.webp) no-repeat center/cover;
}
.h_sec7.industry.architechture{
  background: url(../img/industries/architechture/s6bg.webp) no-repeat center/cover;
}
.h_sec7.industry.doctor{
  background: url(../img/industries/doctor/s6bg.webp) no-repeat center/cover;
}
.h_sec7.industry.electrician{
  background: url(../img/industries/electrician/s6bg.webp) no-repeat center/cover;
}
.h_sec7.industry.law{
  background: url(../img/industries/law/s6bg.webp) no-repeat center/cover;
}
.h_sec7.industry.plumber{
  background: url(../img/industries/plumber/s6bg.webp) no-repeat center/cover;
}
.h_sec7.industry.nft-market{
  background: url(../img/industries/nft-market/s6bg.webp) no-repeat center/cover;
}
.h_sec7.industry.ntf-web{
  background: url(../img/industries/ntf-web/s6bg.webp) no-repeat center/cover;
}
.h_sec7.industry.realestate{
  background: url(../img/industries/realestate/s6bg.webp) no-repeat center/cover;
}
.h_sec7.industry.wedding{
  background: url(../img/industries/wedding/s6bg.webp) no-repeat center/cover;
}
.alter_indus_s6box {
  background: #fff;
  padding: 47px 40px;
  border-radius: 10px;
}
.alter_indus_s6img {
  width: 80%;
  translate: -37px 0px;
  position: relative;
  z-index: 0;
}






.h_sec3.industry {
  position: relative;
}
/* .h_sec3.industry .bigheading {
  max-width: 100%;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 900;
  color: #fd666400;
  background: linear-gradient(180deg,rgb(242, 242, 243) 0%, rgba(255, 100, 97, 0.42) 100%);
  background-clip: text;
  font-size: 74px;
} */
.h_sec3.industry img{
  position: relative;
  z-index: 8;
}
.indus_s6slider .slick-slide{
  padding: 0 10px;
}
.indus_s6box {
  background: #f6f5f5;
  padding: 30px 20px;
  display: flex !important;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 12px;
  margin: 60px 0 10px 0 !important;
  transition: 0.7s;
}
.indus_s6box p {
  height: 190px;
}
.indus_s6box h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 10px 0 !important;
  height: 50px;
}
.indus_s6box .icon {
  background: #fff;
  height: 90px;
  width: 90px;
  display: flex ;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: -70px 0 0 0;
  border: 1px solid #000;
  padding: 0 13px;
  transition: 0.7s;
}
.indus_s6box:hover{
  background: #ff6461;
}
.indus_s6box:hover p , .indus_s6box:hover h4{
  color: #fff;
}
.indus_s6box:hover .icon{
  background: #ff6461;
  border-color: #fff;
}
.indus_s6box:hover .icon img{
  filter: invert(1) brightness(100);
}
.pckgbox {
  box-shadow: 0 0 10px 0 #0003;
  position: relative;
  padding: 0 0 20px 0;
  border-bottom: 6px solid #6DD7F5;
  border-radius: 18px;
}
.pckgbox .top {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.pckgbox .top h3 {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  background: url(../img/pckg_label.png) no-repeat;
  padding: 10px 13px;
  font-weight: 600;
  /* background-size: cover; */
  margin: 17px 0 15px 0 !important;
  /* background-position: 0px 0px; */
}
.pckgbox.small .top h3 {
  background-position: -62px 0px;
}
.pckgbox .top h4 {
  font-size: 18px;
  padding: 0px 0px 0 15px;
}
.pckgbox .top h5 {
  font-size: 50px;
  font-weight: 700;
  padding: 0px 0px 0 15px;
}
.pckgbox .top .disc {
  width: 60%;
}
.pckgbox .mid ul li i {
  color: #14C74A;
}

.pckgbox .mid ul {
  margin: 10px 13px 10px 13px !important;
  height: 260px;
  overflow: auto;
  border-top: 1px solid #0000001c;
}
.pckgbox .mid ul li {
  margin: 10px 6px 0px 0 !important;
}
.pckgbox .top .img {
  position: absolute;
  top: 0;
  right: 0;
}
.pckgbox .bottom .btn1 {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.pckgbox .bottom {
  padding: 0px 11px;
} 
.pckgbox_slider .slick-slide {
  padding: 24px 13px;
}
.pckgbox .top h5 span {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 0 -12px !important;
}
.pckgbox_slider .slick-prev {
  background: #f46868 !important;
  color: #fff !important;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.pckgbox_slider .slick-next {
  background: #f46868 !important;
  color: #fff !important;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.pckgbox_slider .slick-prev::before {
  content: "\f053";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 17px;
  opacity: 1;
}
.pckgbox_slider .slick-next::before {
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 17px;
  opacity: 1;
}
/* INNER PAGES */

/* LOACTION PAGES SECTION1 */
.c_sec1 {
  padding: 185px 0 103px 0;
  background: #000;
  position: relative;
  isolation: isolate;
  color: #fff;
}

.c_sec1::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0.6;
  right: 0;
}
/* .c_sec1.san_francisco{
  position: relative;
} */
.c_sec1.california::before {
  background: url(../img/city/california/banner-img.webp) no-repeat center/cover;
}
.c_sec1.virginia::before {
  background: url(../img/city/virginia/banner-img.webp) no-repeat center/cover;
}
.c_sec1.washington::before {
  background: url(../img/city/washington/banner-img.webp) no-repeat center/cover;
}
.c_sec1.colorado::before {
  background: url(../img/city/colorado/banner-img.webp) no-repeat center/cover;
}
.c_sec1.maryland::before {
  background: url(../img/city/maryland/banner-img.webp) no-repeat center/cover;
}

.s1box {
  text-align: center;
}

/* .s1box h1 {
  font-size: 48px;
  font-weight: bold;
} */

.s1box p {
  padding: 25px 0;
}

ul.c_sec1_badges {
  margin: 50px 0 0 0 !important; 
  display: flex;
  justify-content: center;
  gap: 13px;
  flex-wrap: wrap;
}


/* SECTION1 */
/* SECTION2 */
.c_sec2.california{
  background: url(../img/city/california/about-bg.webp) no-repeat center/cover;
}
.c_sec2.virginia{
  background: url(../img/city/virginia/about-bg.webp) no-repeat center/cover;
}
.c_sec2.washington{
  background: url(../img/city/washington/about-bg.webp) no-repeat center/cover;
}
.c_sec2.colorado{
  background: url(../img/city/colorado/about-bg.webp) no-repeat center/cover;
}
.c_sec2.maryland{
  background: url(../img/city/maryland/about-bg.webp) no-repeat center/cover;
}
.c_sec2{
  padding: 97px 0 50px 0;
}

h2.defaulth2 {
  font-size: 42px;
  font-weight: 600;
  margin: 0 0 15px 0px;
}

h2.defaulth2 span {
  color: #ff6461;
}

.s2left p {
  margin: 35px 0;
  line-height: 27px;
  font-size: 14px;
  color: #000000c4;
}

.c_sec2 .s2right img {
  margin: 0 0 -52px 0;
}

.c_sec2 .s2right {
  position: relative;
}

.c_sec2 .s2right::after {
  content: "";
  background: #e2e2e2;
  width: 650px;
  height: 663px;
  position: absolute;
  left: 39px;
  top: 0;
  z-index: -1;
  border-radius: 50%;
}

/* SECTION2 */

/* SECTION3 */
.c_sec3 {
  padding: 55px 0;
  background: url(../img/city/california/s3bg.webp) no-repeat center/cover;
  position: relative;
  isolation: isolate;
  color: #fff;
}

.c_sec3::before {
  content: "";
  background: linear-gradient(90deg, rgba(80, 35, 110, 0.59) 0%, rgba(223, 112, 67, 0.75) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  right: 0;
}

.c_sec3 .s3box img {
  height: 73px;
}
.c_sec3 .s3box {
  margin:16px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
}

/* SECTION3 */

/* SECTION4 */
.c_sec4 {
  padding: 97px 0 50px 0;
  background: url(../img/city/california/s4bg.webp) no-repeat center/cover;
  position: relative;
  isolation: isolate;
}
.s4left {
  color: #fff;
}

.s4left h2 {
  font-size: 30px;
}

.c_sec4 .slick-slider .slick-slide {
  padding: 10px;
  transition: 0.7s;
}

/* .c_sec4 .slick-slider .slick-slide.slick-active.slick-current{
      scale: 1;
  } */
.c_sec4 .slick-current+.slick-slide .s4box {
  transform: scale(0.92);
}

.c_sec4 .slick-current+.slick-slide+.slick-slide .s4box {
  transform: scale(0.85);
  /* scale: .96; */
  margin: 0 -23px;
}

.s4box {
  background: #E2E2E2;
  padding: 32px 21px;
  transition: all 1s;
  height: auto;
  overflow: hidden;
  position: relative;
}

/* .s4box.one:after,
.s4box.two:after,
.s4box.three:after {
  content: "";
  position: absolute;
  width: 117px;
  height: 125px;
  top: 0;
  right: 0;
} */

/* .s4box.one::after {
  background: url(../img/city/california/s4icon1_bg.webp) no-repeat center;
}

.s4box.two:after,
.s4box.three:after {
  background: url(../img/city/california/s4icon2_bg.webp) no-repeat center;

} */

.s4box:hover {
  color: #fff;
  background: #FF6461;
  outline: 10px solid #fff;
}

.s4box:hover p {
  color: #fff;
}

.s4box h3 {
  margin: 11px 0;
  font-size: 23px;
}

.s4box p {
  line-height: 27px;
  font-size: 14px;
  color: #000000c2;
  margin: 10px 0;
  transition: all 0.7s;
  overflow-y: scroll;
  height: auto;
}

.s4icon {
  background: #fff;
  height: 79px;
  width: 79px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

/* .s4box.two {
  scale: 0.9;
}
.s4box.three {
  scale: 0.8;
  margin: 0 0 0 -31px;
} */
/* SECTION4 */

/* SECTION5 */
.c_sec5 {
  padding: 140px 0 93px 0;
  background: #eeeeee;
  isolation: isolate;
  position: relative;
}

.c_sec5::after {
  background: url(../img/city/california/s5left_bg.webp) no-repeat center/cover;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.s5left {
  position: relative;
}

/* .s5left:after{
      content: "";
      background: url(../img/city/california/s5left_bg.webp) no-repeat center/cover;
      width: 100%;
      height: 100%;
      position: absolute;
  } */
.s5left .orangebg {
  position: absolute;
  left: 0;
  top: 0;
}

.s5_phone {
  position: relative;
  display: flex;
}

.s5left .orangebg {
  position: absolute;
  left: -32px;
  top: -118px;
}

.s5_phone .big_phone {
  position: absolute;
  top: -22%;
  left: 115px;
}

.s5right p {
  margin: 35px 0;
  line-height: 27px;
  font-size: 14px;
  color: #000000c2;
}

/* SECTION5 */

/* SECTION6 */
.c_sec6 {
  padding: 20px 0;
  box-shadow: 0px 0 13px 0 #00000059;
  margin: 0 0 10px 0;
}

.s6icons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

/* SECTION6 */
/* SECTION7 */
.c_sec7 {
  padding: 80px 0;
  background: #fff;
  isolation: isolate;
  position: relative;
}

.c_sec7:before {
  content: "";
  background: url(../img/city/california/s7bg.webp) no-repeat center/cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.s7box.br {
  border-right: 1px solid #00000078;
}

.s7box h3 {
  font-size: 61px;
  font-weight: normal;
  color: #50236E;
}

/* SECTION7 */

/* SECTION8 */
.c_sec8 {
  padding: 60px 0;
  background: url(../img/city/california/s8bg.webp) no-repeat center/cover;
}

.s8right p {
  margin: 23px 0px;
  line-height: 27px;
  font-size: 14px;
  color: #000000c2;
}

/* SECTION8 */
/* SECTION9 */
.c_sec9.california {
  background: url(../img/city/california/s9bg.webp) no-repeat center/cover #000000b2;
}
.c_sec9.virginia {
  background: url(../img/city/virginia/s9bg.webp) no-repeat center/cover #000000b2;
}
.c_sec9.washington {
  background: url(../img/city/washington/s9bg.webp) no-repeat center/cover #000000b2;
}
.c_sec9.colorado {
  background: url(../img/city/colorado/s9bg.webp) no-repeat center/cover #000000b2;
}
.c_sec9.maryland {
  background: url(../img/city/maryland/s9bg.webp) no-repeat center/cover #000000b2;
}
.c_sec9 {
  padding: 40px 0;
  background-blend-mode: overlay;
  overflow:visible !important;
  height: 386px;
}

.s9right p {
  margin: 23px 0px;
  line-height: 27px;
  font-size: 14px;
  color: #000000c2;
}

.s9left img {
  scale: 1.3;
  margin: 0px 0 0 -110px;
  position: relative;
  z-index: 1;
}

/* SECTION9 */

/* SECTION10 */
.c_sec10 {
  padding: 80px 0;
  background: #e2e2e2;
  isolation: isolate;
  position: relative;
}

.c_sec10:before {
  content: "";
  background: url(../img/city/california/s10bg.webp) no-repeat center/cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

/* SECTION10 */
/* SECTION11 */
.c_sec10 {
  padding: 80px 0;
  background: #fff;
  position: relative;
}

.c_sec11 p {
  /* line-height: 27px; */
  font-size: 14px;
  color: #000000c2;
}

.s11icon {
  height: 55px;
  width: 55px;
  background: #ff6461;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.s11_ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 10px 0 45px 0 !important;
}

ul.s11_ul li {
  width: 45%;
  margin: 25px 0 0 0 !important;
}

ul.s11_ul li h3 {
  font-size: 19px;
  font-weight: 600;
  margin: 20px 0 10px 0 !important;
}
section{
  overflow: hidden !important;
}
.s11right img {
  margin: 0 0 0 39px;
}
ul.ftr-main-ul-st-othr ::-webkit-scrollbar {
  width: 8px
}

ul.ftr-main-ul-st-othr ::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px
}

ul.ftr-main-ul-st-othr ::-webkit-scrollbar-thumb {
  background: #DB6E44;
  border-radius: 8px
}

ul.ftr-main-ul-st-othr ::-webkit-scrollbar-thumb:hover {
  background: #DB6E44
}
/* SECTION11 */
.cta-sec {
  overflow: hidden;
}
.industries-sec {
  overflow: hidden;
}

@media (max-width:1430px) {
  .c_sec2 .s2right::after {
      left: -16px;
  }

  .c_sec2 .s2right img {
      margin: 0 0 -289px 0;
  }

  .s11right img {
      max-width: 125%;
      height: auto;
  }
  img[src="img/city/california/s10left.webp"] {
    width: 58%;
  }
  img[src="img/city/california/s8right.webp"] {
    width: 80%;
    margin:  auto;
    display: table;
  }
  .c_sec1 {
    padding:  135px 0 103px 0;
  }
  .s1box p {
   padding:  5px 0;
  }
  .h_sec3.home ul li.box {
    height: 123px;
  }
  .indus_trust_ul li img {
    width: 57%;
  }
  .h_sec3.home.industry_sec.trust .indus_s3left {
    width: 80%;
  }
  .indus_s4right{
    width: 60%;
  }
  .h_sec3.home.industry_sec.trust .indus_s3left {
    width: 91%;
  }
  .indus_s4right {
    width: 73%;
  }
  .alter_indus_s6img {
    width: 97%;
  }
  .h_sec7.industry {
    padding: 50px 0 50px 0 !important;
  }
}

@media (max-width:1399px) {
  img[src="img/city/california/s10left.webp"] {
    width: 68%;
  }
  .s11right img {
    max-width: 159%;
    height: auto;
    margin:0 0 0 6px;
  }
  .s15_quesbox {
    height: 246px;
  }
}
@media (max-width:991px) {
  .c_sec1 {
    padding:200px 0 33px 0;
  }
  .c_sec2 {
    padding:  37px 0 37px 0;
  }
  .s5_phone {
      justify-content: center;
  }

  .c_sec2 .s2right::after {
      left: 74px;
  }

  .s4left {
      text-align: center;
  }

  .c_sec4 .slick-current+.slick-slide .s4box {
      transform: none;
  }

  .c_sec4 .slick-current+.slick-slide+.slick-slide .s4box {
      transform: none;
  }

  .s5left {
      display: none;
  }

  .s5right,
  .c_sec6 p,
  .s9right {
      text-align: center;
  }
  .c_sec6 p{
    font-size: 29px;
    font-weight: 600;
    margin: 0 0 20px 0 !important;
  }

  .s6icons {
      margin: 20px 0 0 0;
  }

  .s7box.br {
      border-right: 0;
  }

  .c_sec9 img {
      display: none;
  }

  .s11right img {
      max-width: 100%;
      height: auto;
      margin: 0;
  }
  .c_sec9 {
    height: auto;
  }
  .c_sec11.california {
    padding: 0 0 30px 0 !important;
  }
  .alter_indus_s6box {
    background: #fff;
    padding: 27px 20px;
  }
}

@media (max-width:575px) {
  .main.main-tech-div {
      display: none;
    }
    .c_sec2 .s2right img,
    .c_sec2 .s2right::after {
      display: none;
  }

  h2.defaulth2 {
      font-size: 26px;
  }

  .s6icons {
      justify-content: center;
  }

  ul.s11_ul li {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
  }

  .s11right {
      margin: 26px 0px;
  }

  /* .s1box h1 {
      font-size: 25px;
  } */
  .res_slider ul.slick-dots li button::before {
      font-size: 53px;
  }
  .res_slider ul.slick-dots li.slick-active button::before{
      color: #d56b46;
  }
  .how-sec .res_slider ul.slick-dots {
      display: flex;
      gap: 30px;
    }
}
.other_states {
  margin: 40px 30px 0 30px;
}
.other_states h4{
  font-size: 30px;
font-weight: bold;
padding-bottom: 15px;
color: #000;
}
.ftr_states {
  margin:13px 0 0 0;
  gap: 14px;
  /* columns: 4; */
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.ftr_states li{
  width: 23%;
}
.ftr_states li a{
  font-size: 18px;
  color: #000;
}
.other_states_row {
  /* scale: 0; */
  /* display: none; */
  /* transition: 1s; */
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease; 
}
.plus {
  position: relative;
  justify-content: center;
  display: flex;
  margin: 50px 0 0 0;
}
  .plus i {
      background: #fff;
      width: 50px;
      height: 50px;
      color: #000;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      box-shadow: 0 0 30px 0 #000;
      transition: 0.3s ease-in-out; 
  }
  .plus i.active{
      transform: rotate(45deg);

  }
    .plus::before {
      content: "";
      background: #212529;
      height: 3px;
      width: 100%;
      position: absolute;
      top: 23px;
      right: 0;
      z-index: -1;
    }
    .other_states_row.active{
      /* scale: 1;
      display: flex;
      transition: 1s; */
      max-height: 1000px;
    }
/* CITYPAGE (AHMED) */



    /* FOOTER  */
    
    footer {
        width: 100%;
        background: #111111;
        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;
}

.foot_box h3 {
    margin: 0 0 20px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 9px;
    position: relative;
    font-size: 25px;
    font-weight: 600;
}

.foot_box ul {
    padding: 0 0 0 0px;
    list-style: none;
}

.foot_box ul li {
    line-height: 26px;
    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: 13px;
}

.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: auto;
}
.foot_box2 ul li {
    color: #fff;
    padding: 0 0 10px;
}
.foot_box.links.services ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3px;
  /* padding: 13px 0; */
}
.foot_box.links.services ul li {
  width: 48%;
}
.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: start;
  gap: 13px;
  padding: 0 0px;
  height: 56px;
}
.foot_box.links.ind-ftr ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 0px;
}
.foot_box.links.ind-ftr ul li {
  width: 48%;
}
.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%;
  flex-shrink: 0;
  /*! 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: #111;
    padding: 16px 0;
  }
  .foot_bot .container {
    border-top:  1px solid #ffffffa3;
    padding:  14px 0 0 0;
    opacity: 0.5;
  }
.foot_bot p {
    text-align: center;
    color: #fff !important;
    margin: 0;
}

.foot_top .row2 a.btn1 {
    padding:16px 32px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    height: 140px;
    color: #000;
    background:#00C3FF;
    font-weight: 600 !important;
}

.drop-menu,
.mega-menu {
    top: 81px;
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
    z-index: 10;
    display: flex;
    transition: .1s
}

.services-menu ul{
    background-color: #3CC6F3
}


header nav ul li:hover .drop-menu {
    opacity: 1;
    max-width: 100vw;
    visibility: visible
}

header nav ul li:hover .mega-menu {
    opacity: 1;
    max-width: 100vw;
    visibility: visible
}

.drop-menu,
.mega-menu {
    opacity: 0;
    visibility: hidden;
    /* max-width: 0; */
}

.services-menu ul{
    list-style-type: none
}


:root {
    --primary-color: #fe6563;
    --secondary-color: #00000#fff #FFFFFF;
}


.text-primary,
header nav ul li a:hover {
    color: #3cc6f3 !important
}


header {
    /* position: sticky; */
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
}

header .navbar-brand {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px
}

header .navbar-brand img {
    height: 50px;
    display: block
}

header .dg-logo-text {
    overflow: hidden
}

header .navbar-brand:hover .dg-logo-text img {
    transform: translateX(0)
}

header .dg-logo-text img {
    height: 40px;
    transform: translateX(-100%);
    transition: .4s
}

#award-tabContent,
header .navbar {
    padding: 0
}

header #mainNavbar {
    width: 70%;
    gap: 1%;
    position: relative
}

header nav ul {
    justify-content: center;
    gap: 14px;
    align-items: center;
}

.instagram-card,
.our-project-portfolio,
header nav ul li {
    position: relative
}

.position-none {
    position: unset
}

header nav ul li a {
  font-weight: 600;
  color: #fff !important;
  font-size: 15px;
  text-decoration: none;
  padding: 30px 10px;
  display: block;
  position: relative;
  transition: .1s;
  text-transform: capitalize
}
header nav .drop-menu  a , .mega-content a { 
  color: #000 !important;
}

header nav ul li .has-dropdown::after {
    content: "\f107";
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 600);
    position: absolute;
    right: -5px;
    transform: translateY(2px);
    font-size: 13px
}



.drop-menu,
.mega-menu {
    background-color: #fff
}

.drop-menu {
    position: absolute;
    left: 0;
    width: 470px;
    align-items: stretch
}

.drop-menu-content {
    width: 100%
}

.drop-menu .drop-menu-content-header a {
    padding: 16px 24px;
    font-size: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    border-radius: 0
}

.drop-menu .drop-menu-content-header span,
.mega-content .mega-content-header span {
    color: #fe6563;
    font-weight: 500;
    font-size: 18px
}

.drop-menu-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 10px;
    padding: 16px 24px
}

.drop-menu-links a,
.mega-links a {
    border: 1px solid rgba(0, 0, 0, .2);
    font-size: 15px;
    border-radius: 50px;
    padding: 4px 10px;
    font-weight: 500
}
.drop-menu-links a:hover,
.mega-links a:hover {
  color: #fff !important;
  background: #FF6461;
}
.drop-menu-links a:hover img,
.mega-links a:hover img {
  filter: invert(0) brightness(100);
}

.mega-menu {
    position: absolute;
    right: -600px;
    max-width: 100vw;
    align-items: stretch
}

.mega-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 10px;
    padding: 30px
}

.services-menu ul {
    padding: 0;
    margin: 0
}

.services-menu ul li a {
    color: #fff !important;
    padding: 15px 25px;
    font-weight: 600;
    font-size: 16px;
    opacity: .7;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

/* .services-menu ul li a:hover {
    color: #fd6664 !important;
    opacity: 1
} */
.services-menu ul li a.active{
  color: #3cc6f3 !important;
  background-color: #fff !important;
  opacity: 1
}
.services-menu ul li a.active img{
  filter: brightness(0) saturate(100%) invert(69%) sepia(9%) saturate(6078%) hue-rotate(165deg) brightness(104%) contrast(91%);
}
.services-menu ul li a img,
.social-widget img {
    width: 28px
}

.service-menu-list {
    width: 300px;
}

.mega-content {
    width: calc(100% - 300px)
}

.mega-content .mega-content-header a {
    padding: 20px 30px;
    font-size: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}
.mega-content.active {
    display: block
}


.mega-content,
nav a.accordion-button::after {
    display: none
}

.mega-content-header {
  width: 630px;
}

/* @media (max-width:1750px) {
  .h_sec3.industry .bigheading {
    font-size: 210px;
  }
}
@media (max-width:1750px) {
  .h_sec3.industry .bigheading {
    font-size: 210px;
  }
} */
@media (max-width:1450px) {
    .defaulth1 {
        font-size: 50px;
        padding: 10px 0;
    }      
    .defaulth2 {
        font-size: 36px;
    }
    img[src="img/s1right.webp"] {
      width: 90%;
      margin:  auto;
      display: table;
    }
    .h_sec1.home {
      position: relative;
      padding:150px 0 50px 0;
      height: auto;
      background-position:top;
    }
    .s15_botform .head {
      margin: 20px 0 0px 0;
    }
    .s15_botform textarea {
      height: 95px;
    }
    .s15_img {
      margin:    63px 0px 0 -40px;
    }
    .h_sec15.home .container.one {
      height: 663px;
    }
    img[src="img/webdesign_page/s4img1.webp"] {
      width: 100%;
      margin:auto;
      display: table;
    }
    img[src="img/webdesign_page/s7right.webp"] {
      width: 80%;
      margin:auto;
      display: table;
    }
    .h_sec4.inner.design1 {
      margin:30px 30px 0 30px;
    }
    img[src="img/branding_page/s7right.webp"] {
      width: 80%;
      margin:    auto;
      display: table;
    }
    img[src="img/appdevelopment_page/s1right.webp"] {
      width: 72%;
      margin:  auto;
      display: table;
    }
    img[src="img/appdevelopment_page/s7right.webp"] {
      width: 80%;
      margin:  auto;
      display: table;
    }
    .smm_s4box {
      padding: 0 10px 40px 10px;
    }
    img[src="img/webdevelopment_page/s7right.webp"] {
      width: 80%;
      margin: auto;
      display: table;
    }
    img[src="img/branding_page/s1right.webp"] {
      width: 80%;
      margin: 20px auto 0 auto;
      display: table;
    }
    img[src="img/portaldevelopment_page/s1right.webp"] {
      width: 80%;
      margin: 20px auto 0 auto;
      display: table;
    }
    img[src="img/cmsdevelopment_page/s1right.webp"] {
      width: 80%;
      margin: 20px auto 0 auto;
      display: table;
    }
    img[src="img/logodesign_page/s7right.webp"] {
      width: 76%;
      margin: auto;
      display: table;
    }
    .h_sec1.home.industry_banner {
      height: 600px;
    }
    .h_sec1.home.webdevbanner {
      padding: 160px 0 50px 0;
    }
    .h_sec1.home.ecomdevbanner {
      padding: 160px 0 50px 0;
    }
    .h_sec1.home.inner.banner.vp video {
      width: 80%;
      margin: 35px auto 0 auto;
      display: table;
    }
    .contact_box_ftr a{
      font-size: 13px;
    }
  }
  .h_s11ul li.box{
    font-size: 16px !important;
  }
@media (max-width:1399px) {
  .s6_leftul li {
    height: 63px;
}
.h_sec7.home.portfolio_sec #nav-tab a {
  padding: 7px 16px;
  font-size: 15px;
}
.s9_discul li.box {
    height: 346px;
}
.s9_pointul.left li.box1 {
  translate: 165px -110px;
}
.s9_pointul.left li.box2 {
  translate: 75px -40px;
}
.s9_pointul.left li.box3 {
  translate: 71px 38px;
}
.s9_pointul.left li.box4 {
  translate: 212px 110px;
}
.s9_pointul.right li.box5 {
  translate: -199px -111px;
}
.s9_pointul.right li.box6 {
  translate: -95px -41px;
}
.s9_pointul.right li.box7 {
  translate: -110px 37px;
}
.s9_pointul.right li.box8 {
  translate: -204px 109px;
}
.h_sec9.home .row2 .circle {
  height: 495px;
  width: 495px;
}
.h_sec9.home .row2 {
  margin:75px 0 100px 0 !important;
}
.h_sec1.home {
  position: relative;
  padding:210px 0 50px 0;
  height: auto;
  /* background-position: 0 58px; */
}
img[src="img/s1right.webp"] {
  width: 86%;
  margin:auto;
  display: table;
}
.lap_hide{
  display: none;
}
.h_s2box img {
  width: 71%;
}
.h_s2box.box5 img {
  width: 47%;
}
.h_sec3.home ul li.box {
  width: 16%;
  height: 130px;
}
.h_sec3.home ul li.box img {
  width: 87px;
}
.h_sec3.home ul {
  margin:20px 0 0 0 !important;
}
.h_s11ul li.box {
  width: 17%;
  height: 152px;
  margin:26px 8px 0 8px !important;
}
.h_sec15.home .container.one {
  height: 632px;
}
.s15_img {
  margin:93px 40px 0 -20px;
}
.s15_quesbox {
  padding:18px 30px;
}
.d2_s4tabs #nav-tab a .disc h4 {
  font-size: 15px;
}
img[src="img/webdesign_page/s7right.webp"] {
  width: 90%;
}
.branding_s8box {
  height: 345px;
}
.branding_s8box::before , .branding_s8box::after {
  border-radius:62px;
}
img[src="img/branding_page/s7right.webp"] {
  width: 98%;
}
.ecom_s4box {
  height: 282.9px;
  padding:0px 20px 0px 20px;
  margin: 70px 10px 0 10px;
}
.ecom_s4box .icon {
  height: 80px;
  width: 80px;
  top: -53px;
}
.ecom_s4box .disc h4 {
  font-size: 21px;
  font-weight: 600;
  margin:0 0 6px 0 !important;
}
.ecom_s4box .disc {
 margin:34px 0 0 0;
}
img[src="img/appdevelopment_page/s7right.webp"] {
  width: 94%;
}
.s6_leftul_disc li.box .bottom h4 {
  font-size: 26px;
  padding: 0 10px;
}
.webdev_s4slider .slick-dots {
  left: -683px;
}
.webdev_s4slide .disc h4 {
  height: 47px;
}
.branding_s4box h3 {
  font-size: 22px;
}
.branding_s4box p {
  height: 180px;
}
img[src="img/branding_page/s1right.webp"] {
  width: 90%;
  margin: 0px auto 0 auto;
  display: table;
}
img[src="img/portaldevelopment_page/s1right.webp"] {
  width: 90%;
  margin: 0px auto 0 auto;
  display: table;
}
img[src="img/cmsdevelopment_page/s1right.webp"] {
  width: 90%;
  margin: 0px auto 0 auto;
  display: table;
}
.h_sec1.home.inner.banner.vp video {
  width: 96%;
  margin: 0px auto 0 auto;
  display: table;
}
header #mainNavbar {
  width: 61%;
}
h2.defaulth2 {
  font-size: 41px;
}
}
.desk_hide{
  display: none !important;
}
@media (max-width:991px) {
    .defaulth1 {
        font-size: 32px;
        padding: 10px 0;
    }

    .res_slider .slick-dots li { margin: 0 1px !important;  }
    .res_slider .slick-dots li button { height: 11px; width:0px; background: #D0D5DD; border-radius: 13px; padding: 0 6px; transition: 0.5s; margin-top: 17px !important; }
    .res_slider .slick-dots li.slick-active button { background-color: #FF6461; border: 0px solid #0d6baa; width: 0px; margin: 0 0px;  padding: 0 6px;  }
    .res_slider .slick-dots li button::before { display: none; }
    .mob_hide{
        display: none !important;
    }
    .desk_hide{
        display: block !important;
    }
    .mob_center{
        text-align:center;
    }
    #navbarBelow .navbar-collapse {
        order: 3;
        background-color: #122441;
        padding: 0 10px;
        margin-right: 0 !important;
    }
    #navbarBelow .navbar-toggler {
        order: 1;
    }
    .foot_box {
        margin: 30px 0 0 0;
    }
    .h_sec3.home ul{
      flex-wrap: wrap;
    }
    .h_sec3.home ul li.box {
      width: 31%;
    }
    .s6_leftul_disc li.box {
      margin: 19px 0px 0px 0px !important;
    }
    .s6_leftul_disc li.box .bottom {
      flex-direction: column;
    }
    .h_sec7.home.portfolio_sec #nav-tab {
      border:0;
      justify-content: center;
      margin:30px 0 20px 0;
      justify-content: center;
      gap:10px;
    }
    .s9_discul li.box {
      display: flex !important;
      transform: scale(1) !important;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      align-items: center;
      margin: 0 0 20px 0 !important;
    }
    .h_sec9.home .row2 {
      margin:  25px 0 10px 0 !important;
    }
    .h_s10ul {
      flex-direction: column;
    }
    .h_s10ul li.box {
      width: 91%;
    }
    .h_s11ul li.box {
      width: 27%;
      height: 107px;
      overflow: hidden;
    }
    .h_s11ul li.box p {
      font-size: 0px;
    }
    .h_s12ul li.box {
      flex-direction: column;
      align-items: center;
      display: flex !important;
    }
    .h_s12ul li.box::before {
      display: none;
    }
    .h_s12ul li.box {
      gap: 19px;
    }
    .testi_box .mid {
     padding:10px 20px 20px 20px;
    }
    .s15_botform {
      padding:0px 30px 0 30px;
    }
    .h_sec15.home .container.one {
      height: auto;
      padding:  0 0 40px 0;
      border-radius:  29px;
    }
    section{
      overflow: hidden;
    }
    .h_s10ul li.box {
      height: 115px;
    }
    .h_sec4.inner.design1 {
      margin:30px 10px 0 10px;
    }
    .branding_s8box::before  {
      height: 98%;
      border-radius: 66px;
    }
    .branding_s8box:hover::after {
      height: 98%;
      border-radius: 66px;
    }
    .h_sec4.inner.design1 .res_slider .slick-slide {
      padding:0 11px;
    }

    .d2_s4tabs #nav-tab {
      flex-wrap: wrap;
    }
    .d2_s4tabs #nav-tab a {
      background:#ff6461;
      display: flex;
      align-items: start;
      color: #fff;
      padding: 13px;
      border-radius:26px;
      border-bottom:0;
      width: 33%;
      gap:12px;
      margin: 10px 0 !important;
    }
    .d2_s4tabs #nav-tab a .icon{
      display: none;
    }
    .d2_s4tabs #nav-tab a .disc h4 {
      font-size: 14px;
    }
    .d2_s4tabs #nav-tabContent .row {
      padding:23px 20px;
    }
    .d2_s4tabs #nav-tabContent {
      background:#00c3ff;
      border:0;
      border-radius:17px;
    }
    .ecom_s4box {
      height: 297.8px;
    }
    .h_sec4.inner.design3.py-5.mob_center {
      padding-bottom: 0 !important;
    }
    .growth_tabs #nav-tab {
      gap:20px;
    }
    .appdevelopment_s4box.right {
      margin-left: 0px;
    }
    .appdevelopment_s4box.left {
      margin-right: 0px;
    }
    section{
      overflow: hidden !important;
    }
    .appdev_portul {
      padding:0 !important;
    }
    .appdev_portul .slick-slide {
      padding :0 20px;
    }
    .testi_box .mid p {
      height: 186px;
    }
    .testi_box .mid {
      padding:  10px 10px 20px 10px;
    }
    .testi_box .bottom ul li {
      display: flex;
      align-items: center;
      gap:19px;
      padding:10px 17px;
    }
    #navbarAbove a {
      color: #fff;
      font-size: 12px;
    }
    .theme_bg_center{
      overflow: hidden;
    }
    .branding_s4box {
      margin: 18px 0 13px 0;
    }
    .orm_sliderbtn {
      display: flex;
      flex-direction: row;
      translate: 0;
    }
    .orm_s4slider .slick-list {
      width: 100%;
    }
    .orm_s4slide {
      display: flex !important;
      align-items: center;
      justify-content: center;
      text-align: center;
      flex-direction: column;
    }
    .orm_s4slide .icon {
      margin: 10px 0 0 0;
    }
    .webdev_s4slider .slick-list {
      width: 100%;
    }
    .webdev_s4slide .disc p {
      padding: 0 0px 0 0px;
    }
    .webdev_s4slide hr {
      margin: 0px 0 20px 0;
    }
  
    img[src="img/s4left.webp"] {
      margin: 0px 0 30px 0;
    }
    #navbarBelow a {
      color: #fff;
      font-weight: 600;
      display: inline-block;
      font-size: 15px;
    }
    .foot_box.links.services ul li {
      width: 100%;
    }
    .foot_bot .d-flex.align-items-center.justify-content-end.gap-3 {
      justify-content: center !important;
    }
    img[src="img/ftr_awards.webp"] {
      margin: 30px 0 0 0;
    }
    .foot_top .row2 .foot_ctalink.br {
      border-right: 0px solid #505050;
    }
    .h_sec1.home {
      position: relative;
      padding: 140px 0 70px 0;
      background-position: 0 0px;
      height: 100vh;
    }
    .h_s11ul li.box:last-child {
      display: none;
    }
 
    .webdev_s4slider .slick-dots {
      left: 0;
      bottom: -25px;
    }
    .webdev_s4slide hr{
      display: none;
    }
    .port_box.appdev {
      display: flex !important;
      justify-content: center;
    }
    .seo_serv_box.active div::before {
      display: none !important;
      height: 0px !important;
      width: 0px !important;
    }
    .seo_serv_box i {
      margin: 0 0 19px 0;
    }
    .s6_ul1 li {
      font-size: 12px;
    }
    h2.defaulth2 {
      font-size: 32px;
    }
    .indus_trust_ul {
      gap: 20px 10px !important;
    }
   }

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

    #navbarAbove {
        padding: 5px 0;
        font-size: 12px;
        text-align: center;
    }
    .h_s1left {
        text-align: center;
      }
      .btn_wrap{
        justify-content: center;
      }
      .defaulth2 {
        font-size: 27px;
      }
      a.btn1 , a.btn2 {
        padding: 8px 17px !important;
      }
}

