@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 6px;    
  height: 6px; 
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
body.splash-active {
  overflow: hidden;
}
#splash {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#splash.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}
body {
    background-color: #000000;
    font-family: 'Open Sans', sans-serif;
}
.section-padding{
    padding: 60px 0px;
}
ul{
    margin-bottom: 0px !important;
    padding-left: 0px !important;
}
p{
    margin-bottom: 0px !important;
}
h1, h2, h3, h4, h5, .button, .numbered .tp-bullet .tp-count {
    font-family: 'Montserrat', sans-serif;
}
.container{
    max-width: 1140px;
    margin: 0 auto;
    padding: 0px 15px;
}
.heading{
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
#splash {
  position: fixed;
  inset: 0;
  background: #05060a;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: all 1.2s ease-in-out;
}
#splash img {
  width: 150px;
  transition: all 1.2s ease-in-out;
}
#splash.move {
  background: transparent;
  pointer-events: none;
}
#splash.move img {
max-width: 150px;
position: absolute;
top: 22px;
left: 126px;
}
/* -----top animation----- */
.section-up{
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease-out;
}
.section-up.show {
  opacity: 1;
  transform: translateY(0);
}
/* ==============header section============== */
.header-section{
    background-color: #4a2ba7 !important;
}
.nav-items .row{
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 16px 0px;
}
.nav-logo a img{
    max-width: 150px;
}
.nav-menu ul li{
    display: inline !important;
    list-style-type: none;
}
.nav-menu ul li a{
    padding: 8px 0 !important;
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    line-height: normal;
    margin-left: 35px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    transition: 0.5s;
}
.nav-menu .services-megamenu-col h5 a{
  margin-left:5px !important; ;
}
.nav-menu .services-megamenu-col .list-group a{
  margin-left:5px !important; ;
}
.nav-menu ul li a:hover{
color: #24cdd5 !important;
}
.bar{
    display:none;
    cursor:pointer;
    font-size:28px;
    color: #fff;
}
.mobile-close{
    display:none;
}
.dropdown-mega{
position:relative !important;
}
.dropdown-mega .dropdown-menu{
position:absolute !important;
top:40px;
left:-30px;
width:230px;
background:#ffffff;
padding:8px 0px 12px;
border:none;
border-radius:0;
display:block !important;
opacity:0;
visibility:hidden;
pointer-events:none;
transition:.3s;
z-index:99999;
box-shadow:0 10px 30px rgba(0,0,0,.15);
display: inline-block;
}
.dropdown-mega::after{
content:"";
position:absolute;
top:100%;
left:-60px;
width:220px;
height:20px;
}
.dropdown-mega:hover .dropdown-menu{
opacity:1;
visibility:visible;
pointer-events:auto;
}
.mega-item{
position:relative;
background-color: #ffffff;
}
.mega-item h5{
margin:0;
}
.dropdown-menu .mega-item a{
   
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 16px;
    color: #222 !important;
    position: relative;
    line-height: normal;
    margin-left:0px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    transition: 0.5s;
        padding: 10px 15px !important;
}
.dropdown-menu .mega-item a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #e53935 25%, #ffb300 25% 50%, #43a047 50% 75%, #4d8eff 75%);
}
.mega-item h5 a{
display:block;
padding:18px 20px !important;
margin-right: 10px !important;
margin-left: 10px  !important;
margin-bottom: 8px !important;
color:#222 !important;
font-weight: 500 !important;
text-decoration:none;
font-size:16px !important;
position:relative;
text-transform:uppercase;
}
.mega-item h5 a::after{
content:"";
position:absolute;
bottom:0;
left:0;
height:3px;
width:100%;
display: block;
background:
linear-gradient(
to right,
#e53935 25%,
#ffb300 25% 50%,
#43a047 50% 75%,
#4d8eff 75%
);
}
.mega-item h5 a i{
  display: none;
}
.submenu{
position:absolute;
left:100%;
top:0;
width:230px;
background:#ffffff !important;
display:block !important;
opacity:0;
visibility:hidden;
pointer-events:none;
transition:.3s;
box-shadow:0 10px 30px rgba(0,0,0,.15);

margin-right: 10px !important;
margin-bottom: 8px !important;
color: #000 !important;
}
.submenu::before{
content:"";
position:absolute;
left:0px;
top:0;
width:30px;
height:100%;
}
.mega-item:hover>.submenu{
opacity:1;
visibility:visible;
pointer-events:auto;
}
.submenu a{
display:block;
margin-left: 0px !important;
padding:18px 10px;
text-decoration:none;
background:#ffffff;
color:#222 !important;
position:relative;
  padding: 10px 0px 10px !important;
  margin-bottom: 10px !important;
}
.submenu a::after{
content:"";
position:absolute;
left:0;
bottom:0;
width:100%;
height:3px;
background:
linear-gradient(
to right,
#e53935 25%,
#ffb300 25% 50%,
#43a047 50% 75%,
#4d8eff 75%
);
}
.mega-item:hover h5 a,
.submenu a:hover{
background:#fff;
color:#4d8eff;
}
/* ============banner section============ */
   /* ----------- popup css ---------- */
.banner-img {
    width: 400px;
    height: 320px;
}
.main-img {
    position: relative;
}
.hero {
    overflow: visible;
    padding-top: 20px;
}
.hero-inner {
position: relative;
display: flex;
}
.hero-item {
width: 60%;
}
.hero-media {
width: 40%;
margin-top: 30px;
}
.laptop video {
width: 100%;
display: block;
}
.next {
height: 100vh;
background: #0b0d14;
}
.laptop {
position: absolute;
bottom: 130px;
left: 128px;
width: 255px;
height: 150px;
overflow: hidden;
background: #0e0d0e;
box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6);
display: flex;
align-items: center;
justify-content: center;
transform-style: preserve-3d;
}
.laptop-content {
text-align: center;
padding: 15px;
}
.laptop-content h2 {
font-size: 16px;
font-weight: 600;
margin-bottom: 10px;
text-align: left;
padding-top: 0px;
 font-family: "Montserrat", sans-serif;
}
.laptop-content p {
font-size: 13px;
color: #cfd3ff;
text-align: left;
}
.para {
width: 100%;
}
.banner-section {
height: 100%;
padding: 25px 0px 190px;
background: linear-gradient(to bottom, #4b2ba8, #031233);
color: white;
overflow: hidden;
/* float:left;
width:100%; */
}
.banner-item .row {
display: flex;
align-items: center;
justify-content: space-between;
}
.banner-text h2 {
        transition: none;
        text-align: inherit;
        line-height: 26px;
        border-width: 0px;
        margin: 0px;
        padding: 0px;
        letter-spacing: 0px;
        font-weight: 100;
        font-size: 37px;
}

    .banner-text h3 {
        transition: none;
        text-align: inherit;
        line-height: 37px !important;
        border-width: 0px;
        margin: 20px 0px;
        padding: 0px;
        letter-spacing: 0px;
        font-weight: 900;
        font-size: 38px;
    }

    .banner-text h4 {
        transition: none;
        text-align: inherit;
        line-height: 16px !important;
        border-width: 0px;
        margin: 15px 0px;
        padding: 0px;
        letter-spacing: 0px;
        font-weight: 100;
        font-size: 15px;
    }

    .banner-btn {
        background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
        display: inline-block;
        border-radius: 30px;
        margin-top: 20px;
    }

    .banner-btn:hover {
    opacity: 0.8;
    }
    /* .text-w{
    width:100%;
    float:left
    } */
.console-container {
    font-size:64px;
    font-weight: bold;
    float: left;
    padding-bottom:5px;
    line-height: 80px;
    text-align: left;
}
.console-underscore {
    float: right;
}
.banner-btn a {
    display: inline-block;
    padding: 8px 30px;
    text-decoration: none;
    color: #ffffff;
}
.banner-img {
display: flex;
justify-content: flex-end;
}
.banner-img img {
max-width: 100%;
height: 360px;
}
.console-container{
    font-size:42px;
    font-weight:bold;
    line-height:1.2;
    color:#fff;
    min-height:240px;
}
.console-underscore{
    display:inline-block;
    animation:blink .7s infinite;
}
@keyframes blink{
50%{
opacity:0;
}
}
.banner-content p {
    font-size: 18px !important;
    margin-top: 10px !important;
    font-weight: 100 !important;
    padding-bottom: 25px;
}
.report-box{
    background:#5b50a0;
    border:1px solid  rgba(0, 0, 0, .1);
    border-radius:12px;
    text-align:center;
    padding:30px;
    padding-top: 1.85rem;
    padding-bottom: 1.35rem;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.report-box h2{
        font-weight: 800;
        color: #fff;
        font-size: 30px;
        text-transform: uppercase;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
}
.report-box p{
    font-size:16px;
    margin-bottom:15px !important;
    text-align: center;
    color: #fff;
}
.report-form{
    max-width:760px;
    border-radius:16px;
    overflow:hidden;
    background: #040826;
    border: 1px solid rgba(65, 95, 170, 0.35);
    border-radius: 16px;
    padding: 10px;
    gap: 14px;
    box-shadow: 0 0 0 1px rgba(70, 110, 255, 0.06), inset 0 0 20px rgba(20, 40, 120, 0.15);
    display: flex;
    align-content: center;
    margin: 0 auto;
}
.input-wrap{
    flex:1;
    display:flex;
    align-items:center;
    padding:0 20px;
}
.input-wrap i{
    color:#778;
    margin-right:10px;
}
.input-wrap input{
    width:100%;
    padding:10px 5px !important ;
    border:none;
    outline:none;
    background:transparent;
    color:#fff;
    font-size:16px;
}
.input-wrap input::placeholder{
    color:#8e94bf;
}
#generateBtn{
border:none;
padding: 0px 15px !important;
text-align: center;
outline: none;
cursor: pointer;
border-radius: 14px;
font-size: 16px;
font-weight: 700;
color: #09111f;
background: linear-gradient(90deg, #4284f3 45%, #fdc106 100%);
box-shadow: 0 4px 14px rgba(110, 227, 209, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.35);
transition: 0.2s ease;
white-space: nowrap;
}
#generateBtn:hover{
transform:scale(1.04);
}
/* ============services section=============  */
.services-section {
    background-image: url("../images/servicesback.webp");
    height: 100%;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: -200px !important;
    height: 200px;

}
    .tilt-carousel .tilt-item {
        transform: rotate(-8deg) scale(0.6);
        transition: 0.6s ease;
        opacity: 1;
        border-radius: 20px;
        border: 1px solid #fff;
        padding:20px 15px;
        text-align: center;
        background-color: #131544;
    }
    .owl-item.active.center .tilt-item {
        transform: scale(1) rotate(0deg);
        opacity: 1;
        background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    }
    .owl-item.active:first-child .tilt-item,
    .owl-item.active.center ~ .owl-item .tilt-item {
        transform: rotate(-8deg) scale(0.6);
    }
    .owl-item.active.center + .owl-item .tilt-item {
        transform: rotate(8deg) scale(0.6);
    }
    .owl-carousel .owl-stage-outer {
        padding: 20px 0;
    }
    .tilt-item {
        max-width: 400px !important;
        min-height: 200px !important;
        margin: 0 auto;
    }
.bottom25 {
    height: 40px;
    width: 40px;
    line-height: 50px;

    i {
        font-size: 30px;
        color: #ffffff;
    }
}
.bottom10 a {
    font-size: 28px !important;
    font-weight: 500;
    text-decoration: none;
    color: #ffffff;
}
.tilt-item p {
    font-size:18px;
    color:#fff;
    font-weight: 100 !important;
}

/* ---------- our services section ---------- */
#b2c{
   margin-top: -200px !important;
    background-color: #e73c2f;
padding-top: 200px !important;
}
.heading-title{
    margin-top: 60px;
}
.heading-title h2 {
    line-height: 1;
}
.animate-charcter {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 42px;
    font-weight: 800;
    visibility: visible;
    animation-delay: 300ms;
}
.ctf-para p{
    color: #fff;
    font-size: 18px;
}

/* ===== BULB SECTION (ISOLATED & SAFE) ===== */
.bulb-section {
  position: relative;
  height: 500vh; 
  background: #000;
}
.pin-wrap {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.canvas-overlay-text {
  position: absolute;
  inset: 0;
  z-index: 2; 
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(20px, 3.6vw, 48px);
  pointer-events: none;
  text-align: center;
}
#scrollVideo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1; 
}
.overlay-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.text {
  font-size: 50px;
  color: #fff;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.4s ease;
}
.text.show {
  opacity: 1;
  transform: translateY(0);
}
.overlay-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
}
#scrollText {
  font-size: 40px;
  color: #fff;
  max-width: 900px;
  line-height: 1.4;
}
#scrollText span {
  opacity: 0;
  transform: translateY(20px);
  display: inline-block;
  margin: 0 5px;
  transition: 0.4s ease;
}
#scrollText span.show {
  opacity: 1;
  transform: translateY(0);
}
.bulb-section{
    position: relative !important;
    height: 700vh !important;
    background: #000 !important;
}
.canvas-outer-wrapper{
    position: sticky !important;
    top: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    overflow: hidden !important;
}
#scrollVideo{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    z-index: 1 !important;
}
.canvas-overlay-text{
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 999999 !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    pointer-events: none !important;
}
.canvas-overlay-text h2{
    color: #fff !important;
    font-size: 45px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    z-index: 999999 !important;
}
.reveal-word{
    opacity: 0;
    display: inline-block;
    transform: translateY(40px);
    transition: all .5s ease;
    margin-right: 10px;
    color: #fff !important;
}
.reveal-word.show{
    opacity: 1 !important;
    transform: translateY(0px) !important;
}
.w-100{
  max-width: 300px;
}

/* ================project link section=================  */
.project-link-section {
    background:#000 url("../images/contactback.webp");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    z-index: 1;
    position: relative;
    text-align:center;
    border-bottom: 1px solid #333;
    float: left;
    width: 100%;
}
.project-link-section video {
        position: relative;
        opacity: 0.2;
        width: 100%;
}
.contant-w{
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 123;
        width: 100%;

}
.project-link {
        text-align: center;
        padding: 140px 20px 150px;
        position:absolute;
        top: 0;
        width: 100%;
        margin: 0 auto;
}
.project-link-section h2 {
    font-size:52px;
    margin-bottom: 20px;
    font-weight:bold;
    text-transform:uppercase;
    color: #fff;
}
.project-link-section h3 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
    color:#fff;
}
.project-link p {
            color: #fff;
            max-width: 710px;
            margin: 0 auto;
            line-height: 1.6;
            font-size: 16px;
            opacity: 0.9;
            margin-bottom: 40px;
}
.btn-main {
        background: linear-gradient(90deg, #6a1bff, #b43cdd);
        border: none;
        padding: 12px 35px;
        border-radius: 30px;
        font-size: 16px;
        color: white;
        cursor: pointer;
        transition: 0.3s;
        margin-top: 30px;
        border: 1px solid #cfcfcf;
}
.btn-main:hover {
            opacity: 0.8;
}
.launch {
        margin-top: 20px;
        display: inline-block;
        font-size: 16px;
        color: #cfcfcf !important;
        text-decoration: none;
        transition: 0.3s;
        border-bottom: 1px solid #555;
}
.launch:hover {
        color: #ffffff;
}
.logo a {
        color: #e7e7e7 !important;
}

    .logo {
        position: absolute;
        opacity: 0.25;
        font-size: 14px;
    }

    .logo1 {
        top: 20%;
        left: 20px;
    }

    .logo2 {
        top: 45%;
        left: 10%;
    }

    .logo3 {
        top: 40%;
        right: 7%;
    }

    .logo4 {
        bottom: -2%;
        right: 10%;
    }

    .logo5 {
        bottom: 30%;
        right: 22%;
    }

    .logo6 {
        bottom: 5%;
        left: 10%;
    }

    .logo7 {
        top: 20%;
        right: 20px;
    }

    .logo8 {
        bottom: 8%;
        left: 35%;
    }

    .logo9 {
        bottom: 30%;
        left: 22%;
    }

    .logo10 {
        bottom: 15%;
        left: 47%;
        font-size: 22px;
    }
 .masked-text {
        font-size: 32px;
        font-weight: bold;
        color: transparent;
        background-image: url('../images/textbackground.jpg');
        background-size: 200%; /* Enlarged for smooth animation */
        background-position: 0 50%;
        color: transparent;
        -webkit-background-clip: text; /* REQUIRED */
        background-clip: text; /* optional (future support) */

        -webkit-text-fill-color: transparent; /* REQUIRED */

        animation: animate-background 5s linear infinite alternate;
    }
    @keyframes animate-background {
        0% {
            background-position: 0 50%;
        }

        100% {
            background-position: 100% 50%;
        }
    }

/* =============location section=============== */
.world-section {
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(135deg,#0d0e12 0%, #1a1d2d 40%, #0c0d14 80% );
    overflow: hidden;
    background-image: url("../images/servicesback.webp");
    height: 100%;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.world-section .row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
  .left-content h1 {
        font-size: 32px;
        line-height: 1.3;
        font-weight: 600;
        color: #fff;
    }
.left-content h1 span {
            color: #6f6fff;
        }
    .subtext {
        margin: 20px 0 35px !important;
        color: #959698;
        font-size: 17px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px !important;
    color: #ffffff;
    }
    .contact-form {
        width: 100%;
    }
    .form-row {
        display: flex;
        gap: 15px;
        margin-bottom: 15px;
    }
        .form-row input {
            flex: 1;
            padding: 14px 18px;
            background: transparent;
            border: 1px solid #6f6fff;
            border-radius: 30px;
            color: #fff;
            outline: none;
            font-size: 15px;
            transition: 0.3s;
        }
    ::placeholder {
        color: #fff;
    }
    .form-row input:focus {
        border-color: #6f6fff;
        background: #1a1d22;
    }
    .checkbox-row {
        display: flex;
        align-items: center;
        margin: 20px 0;
        font-size: 14px;
    }
        .checkbox-row input {
            width: 18px;
            height: 18px;
            margin-right: 10px;
        }
        .checkbox-row a {
            color: #6f6fff;
        }
        .checkbox-row label {
            color: #ccc;
        }
    .submit-btn {
        padding: 10px 80px;
        font-size: 16px;
        border: none;
        background: #6f6fff;
        color: #fff;
        border-radius: 30px;
        cursor: pointer;
        transition: 0.3s;
        margin-top: 10px;
    }
    .submit-btn:hover {
        background: #5858ff;
    }
.error,
.check-error{
display:block;
color:red;
font-size:13px;
margin-top:5px;
margin-bottom:10px;
}

input.error-border{
border:1px solid red;
}

/* ==========faq section============= */
.faq-section {
    background: radial-gradient(circle at center, #2a2a72, #000000);
    color: #fff;
    font-family: "Poppins", sans-serif;
    /*background-image: url('../images/review.webp');*/
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.faq-section img{
    width:100%;
}
    .faq-title {
        text-align: left;
        font-size: 35px;
        font-weight: 600;
        margin-bottom: 50px;
        color: #fff;
    }

        .faq-title span {
            color: #b497ff;
        }

    .faq-container {
        margin: auto;
    }

    .faq-item {
        background: rgba(255, 255, 255, 0.08);
        border-radius: 5px;
        padding:10px 15px;
        margin-bottom: 15px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        transition: 0.3s ease;
    }
.faq-item:hover {
  border-left: 4px solid #00bcd4;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
    .faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

        .faq-question h3 {
            font-size: 15px;
            font-weight: 400;
            margin: 0;
            color: #fff;
        }

    .faq-answer p {
        font-size: 13px;
        font-weight: 300;
        color: #fff;
    }

    .faq-icon {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background-color: #25123f;
        transition: 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .faq-answer {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: 0.4s ease-in-out;
        padding-right: 20px;
    }

        .faq-answer.active {
            max-height: 400px;
            opacity: 1;
            margin-top: 12px;
                display: block !important;
        }


/* ---------grow-your-business------------ */
.grow-your-business{
    position: relative;
    height: 600vh;
    background: #000;
}
.grow-sticky{
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.carousel-tabs{
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 30px;
    z-index: 999;
}
.carousel-tab{
    padding: 10px 24px;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,.2);
    background: transparent;
    color: #fff;
    cursor: pointer;
    transition: .4s;
}
.carousel-tab.is-active{
    background: #fff;
    color: #000;
}
.king-carousel__cards{
    position: relative;
    width: 100%;
    height: 100vh;
    margin-top: 100px;
    margin-bottom: 90px;
}
.king-carousel__card{
    position: absolute;
    top: 55%;
    left: 50%;
    width: 400px;
    height: 440px;
    border-radius: 30px;
    overflow: hidden;
    transform: translate(-50%, -50%) scale(.72);
    opacity: 0;
    transition: 1s cubic-bezier(.22,.61,.36,1);
    z-index: 1;
}
.king-carousel__card.active{
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    z-index: 5;
}
.king-carousel__card.left{
    transform: translate(-160%, -50%) scale(.82);
    opacity: .45;
    z-index: 2;
}
.king-carousel__card.right{
    transform: translate(60%, -50%) scale(.82);
    opacity: .45;
    z-index: 2;
}
.king-carousel__card-background-image{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.fixed-video{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
    overflow:hidden;
}

.fixed-video video{
    width:100%;
    height:100%;
    object-fit:cover;
}

.fixed-video::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.45);
    z-index:2;
}

/* ================Technology section================ */
.technology-section {
    background-image: url("../images/contactback.webp");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background: #2ea34b;
}
.technology-section p{
     font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px !important;
    display: block;
    color: #fff;
}
    .ad-img {
        width: 100%;
        height: 140px;
        border: 2px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
    }

        .ad-img img {
            max-width: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    /* ============review section============== */
    #reviews{
            background: linear-gradient(0deg, rgba(75, 48, 153, 1) 0%, rgba(6, 18, 35, 1) 100%);
    }
    #reviews .heading p{
        color: #fff;
        margin-bottom: 8px !important;
    }
    .testimonial-wrapp {
	padding-bottom: 0.25rem;
	margin: auto 1rem;
}
.testimonial-wrapp,  .testimonial-wrapp .testimonial-text,  .testimonial-wrapp .testimonial-photo,  .testimonial-wrapp .quoted,  .testimonial-quote {
	position: relative;
 -webkit-transition: all .4s ease-in;
 -o-transition: all .4s ease-in;
 transition: all .4s ease-in;
}
.testimonial-wrapp,  .testimonial-wrapp .testimonial-text {
	text-align: center;
}
.testimonial-wrapp .quoted,  .testimonial-wrapp .testimonial-photo {
	display: inline-block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.testimonial-wrapp .quoted {
	-webkit-background-size: 100% 100%;
	background-size: 200% 100%;
	background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
	background-image: -webkit-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
	background-image: -moz-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
	background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
	background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	height: 50px;
	width: 50px;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
	z-index: 1;
}
.testimonial-wrapp .testimonial-text {
	padding: 50px 30px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #f1f1f1;
	overflow: hidden;
	text-align: justify;
	transition: color 0.3s ease-in 0.1s;
}
.testimonial-wrapp .testimonial-text:hover{
    color: #ffffff !important;
    opacity: 1;
}
#testimonial-grid .testimonial-wrapp .testimonial-text {
 padding: 3rem .75rem;
}
.testimonial-wrapp .testimonial-photo {
	height: 100px;
	width: 100px;
	margin-top: -50px;
	overflow: hidden;
}
.testimonial-wrapp .testimonial-photo,  .testimonial-wrapp .testimonial-photo>img {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.testimonial-wrapp:hover img {
	transform: scale(1.1) rotate(-10deg);
}
h4.darkcolor {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.whitecolor {
	color: #fff;
}
h4.whitecolor {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
 .testimonial-wrapp .testimonial-text::before {
 content: '';
 position: absolute;
 top: -10%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 -moz-transform: translate(-50%, -50%);
 -o-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 height: 30px;
 width: 30px;
 -webkit-background-size: 200% auto;
 background-size: 200% auto;
 background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
 background-image: -webkit-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
 background-image: -moz-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
 background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
 background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
 -webkit-border-radius: 50%;
 border-radius: 50%;
 z-index: -2;
 transition: top 0.4s linear, transform 0.6s ease 0.2s;
    opacity: 1;
    color:  #ffffff !important;
}
 .testimonial-wrapp:hover .testimonial-text::before {
 top: 60%;
 transform: translate(-50%, -50%) scale(20);
    color:  #ffffff !important;
}
.testimonial-icon {
	overflow: hidden;
}
.testimonial-icon .social-icons {
	transform: translateY(-200%) scale(1.7);
	opacity: 0;
	transition: 0.5s ease-out 0.1s;
}
.testimonial-wrapp:hover .testimonial-icon .social-icons {
	transform: translateY(0) scale(1);
	opacity: 1;
}
.testimonial-wrapp:hover .testimonial-text,  .testimonial-wrapp:hover .quoted {
	color: #fff !important;
}
#testimonial-main-slider .owl-dot,  #price-slider .owl-dot,  #ourteam-main-slider .owl-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: transparent;
	transition: 0.4s all;
	border-color: #a5a5a5;
	overflow: hidden;
    display: none;
}

 #testimonial-main-slider .owl-dot::before,  #price-slider .owl-dot::before,  #ourteam-main-slider .owl-dot::before {
 content: '';
 position: absolute;
 bottom:0;
 left: 0;
 padding: 5px;
 border-radius: 50%;
 background: #24cdd5;
 transform: translateY(100%);
}
 #testimonial-main-slider .active.owl-dot::before,  #price-slider .active.owl-dot::before,  #ourteam-main-slider .active.owl-dot::before {
 transform: translateY(0);
}
.bottom40{
color: #ffffff;
font-size: 14px;
}

#reviews .whitecolor{
  margin-bottom: 0px !important;  
}
.whitecolor a{
color: #fff !important;
font-size: 16px;
}
.defaultcolor {
    color: #24cdd5;
    font-size: 12px;
}
/* ------footer section------- */
#site-footer ul li span.icon-contact {
font-size:18px!important;
margin-bottom: 5px;
}
#site-footer ul li {
font-size:14px;
color: #fff;
margin-bottom:8px;
}
.footer-section{
 background: linear-gradient(0deg, rgba(75, 48, 153, 1) 0%, rgba(6, 18, 35, 1) 100%);
 position: relative;
 z-index: 1;
 padding-top: 60px;
     float: left;
    width: 100%;
}
.waveWrapper {
overflow: hidden;
position: absolute;
left: 0;
right: 0;
bottom: 0px;
top: -2px;
margin: auto;
z-index: -1;
}
.waveWrapperInner {
position: absolute;
width: 100%;
overflow: hidden;
height: 100%;
bottom: -1px;
background: linear-gradient(0deg, rgba(75, 48, 153, 1) 0%, rgba(6, 18, 35, 1) 100%);
}
.waveAnimation .waveTop {
-webkit-animation: move-wave 3s;
animation: move-wave 3s;
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.waveMiddle {
background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
animation: move_wave 10s linear infinite;
}
.waveBottom {
background-size: 50% 100px;
}
.waveAnimation .waveBottom {
animation: move_wave 15s linear infinite;
}
.bgTop {
z-index: 15;
opacity: 0.5;
}
.bgMiddle {
z-index: 10;
opacity: 0.75;
}
.bgBottom {
z-index: 5;
}
.wave {
position: absolute;
left: 0;
width: 200%;
height: 100%;
background-repeat: repeat no-repeat;
background-position: 0 bottom;
transform-origin: center bottom;
}
.waveTop {
    background-size: 50% 100px;
    position: absolute;
}
.waveAnimation .waveTop {
-webkit-animation: move-wave 3s;
animation: move-wave 3s;
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.waveMiddle {
    background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
.waveBottom {
    background-size: 50% 100px;
}
.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}
@keyframes move_wave {
 0% {
 transform: translateX(0) translateZ(0) scaleY(1)
}
 50% {
 transform: translateX(-25%) translateZ(0) scaleY(0.55)
}
 100% {
 transform: translateX(-50%) translateZ(0) scaleY(1)
}
}
.phone-sce img{
width: 30px;
}
.footer_logo img{
width: 150px;
margin-bottom: 25px !important;
}
.d-table a{
font-size: 13px;
text-decoration: none;
color: #ffffff;
}
.whitecolor{
font-size:22px;
color: #fff;
}
footer .footer_panel .address-item>span {
    width: 30px;
    font-size: 30px;
    color: #ffffff;
}
.d-table-cell {
  color: #fff;
}
a{
text-decoration: none;
}
.address-item{
    margin-bottom: 20px !important;
}
.foot-social-icons li a i{
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #ffffff;
    /* border: 1px solid #ffffff; */
    display:flex;
    align-items: center;
    justify-content:center;
}
.modal-link img{
    margin: 20px 0px;
    width: 160px;
}
.flag-image {
    max-width: 30px;
}
.footer-section ul li{
    list-style-type: none;
}
.links li a{
    font-size: 13px;
    color: #ffffff !important;
    margin-bottom: 4px;
       position: relative;
        transition: all 0.3s ease-in-out;
}
.links li a:hover{
    color: #24cdd5;
  transform:scaleX(0.5);
}
.links li i{
    color: #475869;
    margin-right: 8px;
    font-size: 13px;
}
.foot-last li i{
   color: #24cdd5;
   font-size: 18px;
}
.foot-last li a{
   color: #ffffff;
}
.copyright-text{
  color: #6610f2;
  font-size: 14px;
  text-align: center;
  padding: 15px 0px;
}
.links li a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  transform: translateX(0);
  transition: transform 0.3s ease, color 0.3s ease;
}
.links li a:hover{
  transform: translateX(12px);
  color: #24cdd5 !important;
}

.social-media-icon{
position: relative;
}
.social-media-icon ul {
  display: flex;
}
.social-media-icon ul li {
  list-style: none;
}
.social-media-icon ul li a {
  background-color: transparent;
  text-align: center;
  line-height: 80px;
  font-size: 35px;
  margin-right: 8px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  z-index: 1;
}
.social-media-icon ul li a i{
  position: relative;
  color: #ffffff;
  transition: .5s;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-media-icon ul li a:hover i{
  color: #fff;
  transform: rotateY(360deg);
}
.social-media-icon ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: .5s;
  z-index: 2;
}
.social-media-icon ul li a:hover:before {
  top: 0;
}
.social-media-icon ul li:nth-child(1) a:before{
  background: #3b5999;
}
.social-media-icon ul li:nth-child(2) a:before{
  background: #55acee;
}
.social-media-icon ul li:nth-child(3) a:before {
  background: #0077b5;
}
.social-media-icon ul li:nth-child(4) a:before {
  background: linear-gradient(
  45deg,
  #feda75,
  #fa7e1e,
  #d62976,
  #962fbf,
  #4f5bd5
);
}

/* ---------top button--------- */
#scrollTopBtn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #0d0d12;
  border: none;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.4s ease;
  background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
}

#scrollTopBtn.show {
  opacity: 1;
  transform: scale(1);
}

#scrollTopBtn.center {
  right: 50%;
  bottom: 150px;
  transform: translate(50%, 50%) scale(1.1);
}

.progress-ring {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}

.progress-ring__circle {
  stroke-dasharray: 163;
  stroke-dashoffset: 163;
  transition: stroke-dashoffset 0.2s linear;
}

#scrollTopBtn .arrow {
  position: relative;
  color: white;
  font-size: 20px;
  z-index: 2;
}
#scrollTopBtn .arrow {
  position: relative;
  display: inline-block;
  transition: transform 0.3s ease;
}

#scrollTopBtn:hover .arrow {
  animation: arrowBounce 0.6s ease-in-out infinite;
}

@keyframes arrowBounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}

#scrollTopBtn:hover {
  box-shadow: 0 0 12px rgba(140, 100, 255, 0.5);
}

/* Vertical animation (Desktop only) */
@keyframes slideInUp {
from {
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes slideOutUp {
from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
to {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
}
}
.slideInUp {
  animation-name: slideInUp;
}
.slideOutUp {
  animation-name: slideOutUp;
}
.mobile-close{
  display: none;
}

/* ----------text animate---------- */
.animate-charcter {
	text-transform: uppercase;
	background-image: linear-gradient(  -225deg,  #231557 0%,  #44107a 29%,  #ff1361 67%,  #fff800 100%  );
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	color: #fff;
	background-clip: text;

	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textclip 2s linear infinite;
	display: inline-block;
	font-size: 42px;
	font-weight: 800;
}
 @keyframes textclip {
 to {
 background-position: 200% center;
}
}
.bgdark-violet {
	background: rgb(75,48,153);
	background: linear-gradient(0deg, rgba(6, 18, 35, 1) 0%, rgba(75, 48, 153, 1) 100%);
}

.bottom-footer .wow{
    display: flex;
    align-items: center;
}
.bottom-footer ul li a img {
    width: 100px;
    padding: 5px;
}
.wow li a img {
    width: 80px;
    margin: 0 5px;
}


/* --------------- inner page ------------- */
#inner-header{
    background-color: #4c2990 !important;
}
#main-banner-page{
background-image: url("../images/bg-service-commany.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 0px;
    margin-top: 0px;
}

.page-header .page-titles, .page-header .title-wrap {
    position: relative;
        padding: 1.125rem 1.5rem;
    transform: translateY(50%);
    line-height: 1;
  
    margin-top: 130px;
}
.gradient-bg{
    background: linear-gradient(90deg, rgba(75, 48, 153, 1) 0%, rgba(6, 18, 35, 1) 100%) !important;
}
.gradient-bg h3{
    margin-bottom: 0px !important;
}
.float-start{
        font-size: 1.5rem;
color: #ffffff;
}
.breadcrumb .breadcrumb-item a{
    font-size: 14px !important;
    position: relative;
}
.breadcrumb .breadcrumb-item {
    font-size: 14px;
    position: relative;
   color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: #fff;
    content: var(--bs-breadcrumb-divider, "/");
}

/* ----------- our mission -------------- */
.our-mission-section{
    margin-top: 40px !important;
}
#our-apps{
    margin-top: 40px;
}
.cmn-t-pulse {
    animation: pulse 1s ease infinite;
    transition: transform 0.2s;
}
.circle {
    border-radius: 60%;
    margin: 0.15em;
    font-size: 3em;
}
.fa-microphone {
    color: #FFFFFF;
    background: #fec106;
    padding: 0.2em 0.4em;
}
.sub-heading-title h2{
    color: #cdc7c7;
    font-size: 32px;
font-weight: 300;
margin-top: 8px !important;
}
.our-mission-section{
    background: rgb(75, 48, 153);
    background: linear-gradient(0deg, rgba(75, 48, 153, 1) 0%, rgba(6, 18, 35, 1) 100%) !important;
    margin-top: -40px !important;
    padding-top: 80px;
}
hr {
    margin: 2rem 0;
    color: inherit;
    border: 0;
    border-top:2px solid #504e70;
    opacity: 1;
}
.our-mission-section #our-apps{
    background: transparent !important;
}
 /* --------- Our Mission ----------  */

#our-apps{
       background: rgb(75, 48, 153);
    background: linear-gradient(0deg, rgba(75, 48, 153, 1) 0%, rgba(6, 18, 35, 1) 100%);
    overflow:hidden;
    margin-top: 0px !important;
}

.ourwork{
    display:flex;
    justify-content:space-between;

    flex-wrap:wrap;
}

.ourwork .card{
    position:relative;
    width:250px;
    height:350px; /* fixed */
    background:transparent!important;
    border:none!important;
}

/* top box */
.ourwork .card .face1{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:200px;
    background:#2e2e2e;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:.5s ease;
    box-shadow:0 15px 35px rgba(0,0,0,.45);
    transform: translateY(100px);
    background: #333;
}
.face a{
        background: #333;
    color: #fff;
}
.ourwork .card .face1 h3{
 margin: 10px 0 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}

/* bottom content */
.ourwork .card .face2{
    position:absolute;
    top:180px;
    left:0;
    width:100%;
    height:170px;
    background:#f2f2f2;
    padding:35px 20px;
    box-sizing:border-box;
    opacity:0;
    transform:translateY(-30px);
    transition:.5s ease;
    box-shadow:0 15px 35px rgba(0,0,0,.45);
}
.ourwork .card .face2 p{
   line-height: 1.7;
    font-size: 14px;
    margin-bottom:18px !important;
}
.log_mod_btn{
      margin: 15px 0 0;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    padding: 5px 10px;
    border: 1px solid #333;
    border-radius: 2px;
        transition:.5s ease;
        cursor: pointer;
}
.log_mod_btn:hover{
    background: #333;
    color: #fff;
}
.ourwork .card:hover .face1{
    background:#49A9D9;
    transform:translateY(-20px);
}

.ourwork .card:hover .face2{
    opacity:1;
    transform:translateY(0);
}

/* mobile */

@media(max-width:768px){

/*.ourwork{*/
/*gap:90px;*/
/*}*/

.ourwork .card{
width:100%;
max-width:280px;
}

}


/* ------- blog page ----------- */

#b2c .animate-charcter {
    text-align: left !important;
    margin-bottom:0px !important;
}
.blog-page{
background: linear-gradient(0deg, rgba(75, 48, 153, 1) 0%, rgba(6, 18, 35, 1) 100%) !important;
}

.animate-charcter{

color:#ffb400;

text-align:center;

font-size:38px;

font-weight:700;

margin-bottom:50px;

text-transform:uppercase;

}

.blogPage{
display:none;
}

.blogPage.active{
display:block;
}

.blog{

background:#402986;

padding:25px;

margin-bottom:30px;

border-radius:8px;

align-items:center;

transition:.4s;

}

.blog:hover{

transform:translateY(-6px);

}

.blog img{

width:100%;

display:block;

border-radius:5px;

}

.blog h3{

color:white;

font-size:25px;

line-height:1.4;

margin-bottom:15px;

}

.blog p{

color:#ddd;

line-height:1.8;

font-size:14px;

}

.meta{

display:flex;

gap:30px;

margin-bottom:15px;

color:#24cdd5;

font-size:13px;

}

.gradient-btn{

background:#24cdd5;

padding:10px 25px;

display:inline-block;

border-radius:30px;

color:white;

text-decoration:none;

}
.prevBtn{
 font-size:20px; 
 line-height: 1;
 background-color: #ffffff !important;
 color:  #000 !important;
 border: none !important;
}
.nextBtn{
 font-size:20px; 
 line-height: 1;
 background-color: #ffffff !important;
 color:  #000 !important;
 border: none !important;  
}
.pagination .page-link{

background:none;

border:1px solid #24cdd5;
width:35px;
height:35px;
border-radius:50%;
color:#fff;

}
.pagination {
display: flex;
gap: 5px;
}
.pagination .active .page-link{
background:#24cdd5;
width:35px;
height:35px;
border-radius:50%;
display: flex;
align-items:center;
justify-content: center;
}

/* --------- review page -------- */
#review-header{
    background-color: #019faa !important;
}
#review-banner-page{
background-image: url("../images/review.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 0px;
    margin-top: 0px;
}
.review-section{
background: linear-gradient(0deg, rgba(75, 48, 153, 1) 0%, rgba(6, 18, 35, 1) 100%);
}
.video-container video{
    width: 100%;
    height: 250px;
    background: #000;
}
#testinomila_page .review-section .heading {
    width: 100% !important;
    color: #696969;
    margin: 50px auto;
    font-size: 3rem;
    font-weight: 200;
    text-align: center;
}

/* ----------- contact page --------------- */

#contact-banner{
    background-color: #0280b3 !important;
}
#contact-banner{
background-image: url("../images/contact.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 0px;
    margin-top: 0px;
}
.review-section{
background: linear-gradient(0deg, rgba(75, 48, 153, 1) 0%, rgba(6, 18, 35, 1) 100%);
}
label {
    font-size: 15px !important;
    color: #ffffff;
    margin-bottom: 4px;
}
.getin_form .form-control {
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 41px;
    color: #fff;
    font-size: 0.875rem;
    background: none;
}
.form-group {
    margin-bottom: 1rem;
}
#seo{
background: linear-gradient(0deg, rgba(75, 48, 153, 1) 0%, rgba(6, 18, 35, 1) 100%);
    padding-bottom: 25px;
        padding-top: 50px;
}
.form-group textarea {
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 41px;
    color: #fff;
    font-size: 0.875rem;
    background: none;
    min-height: 160px;
}
#seo .gradient-btn{
 /*background:#24cdd5;
padding:10px 25px;
display: block !important;
border-radius:30px;
color:white;
text-decoration:none;
width: 100% !important;
   border: none !important;*/
}
#seo .defaultcolor {
    color: #24cdd5;
    font-size: 12px;
      font-size: 1.125rem;
    font-weight: normal;
    display: block;
}
#seo .heading-title h2{
        color: #fff;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 36px;
}  
#seo .bottom10{
    display: flex;
    align-items: center;
    gap: 18px;
    color:  #fff;
    font-size: 14px !important;
    margin-bottom: 10px !important;
}
#seo .bottom10 a {
    font-size: 14px !important;
}
#seo ul li{
    /* display: inline;
  list-style-type: square; */
  margin-left: 50px;
  margin-bottom: 15px;
}
#seo ul li a{
  /*text-decoration: none;
  color: #26313c;
  font-size: 14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #fff;
  margin-right:4px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  text-align: center;
  padding-top:3px ;
  border: 1px solid #333;*/
}
.map iframe{
    width: 100%;
    height: 400px;
}
.seo-services img{
    width: 100%;
  margin-bottom: 40px;
}
.seo-title{
          text-align: center !important;
}
.seo-title a{
        color: #8dd8ff !important;
        font-size: 22px;
}
.services_digital_marketing .animate-charcter{
    font-size: 34px !important;
}

.zoom-in-zoom-out {
    margin: 24px;
    width: 65px;
    height: 65px;
    background: #fff;
    position: fixed;
    top:75%;
    z-index: 99;
    font-size: 85px;
    left: 1px;
    animation: zoom-in-zoom-out 2s ease-out infinite;
    border-radius: 10px;
    border: 4px solid #014918;
}
.zoom-in-zoom-out img {
	width: 100%;
	display: block;
	border-radius: 10px;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.popup-btn{
    position: fixed;
    width: 200px;
    text-align: center;
    right: -78px;
    z-index: 9999;
    top: 50%;
    background: #fff;
    padding: 8px;
  -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.popup-btn a{
          color: #333;
    font-size: 18px;
 }
.popup-btn a:hover{
    text-decoration: none;
 }


@media(max-width:768px){

.blog{

padding:15px;

}

.blog img{

margin-bottom:20px;

}

.blog h3{

font-size:18px;

}

}
.blog-img img{
    width: 100%;
}
.blogPage{
display:none;
}
.blogPage.active{
display:block;
}
.blog-title a h3{
font-size: 1.5rem;
color: #ffffff;
}

.blog-title span{
    font-size: 13px;
    font-weight: 400;
    color: #24cdd5;
    display: flex;
    gap: 5px;
    align-items: center;
    font-weight: bold;
}
.blog-title span i{
    margin-left: 20px;
}
.blog-title p{
    color: #ffffff;
    letter-spacing: 0.8px;
    font-weight: bold;
    line-height: 1.7;
    font-size: 14px;
    margin: 15px 0px 35px !important;
}
#read_btn{
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    margin-top: 20px;
}
#read_btn a{
    display: inline-block;
    font-size: 16px;
    padding: .8rem 2.25rem;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
    font-weight: 600;
    z-index: 1;
    border: 1px solid transparent;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
}

/* -------------- designing --------------- */
#designing-header{
    background-color: #4a2992 !important;
}
#designing-banner-page{
background-image: url("../images/designing-header.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 0px;
    margin-top: 0px;
}
#designing{
    padding-top: 150px;
    color: #fff;
    background: linear-gradient(0deg, rgba(75, 48, 153, 1) 0%, rgba(6, 18, 35, 1) 100%);

}
#designing .row-item{
   
h1{
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 30px !important;
}
p{
font-size: 14px;
line-height: 1.7;
margin-top: 10px !important;
}
h2{
    font-size: 32px;
}
h3 {
    font-size: 1.4rem;
    margin-top: 15px !important;
}
ul{
    margin-left: 40px !important;
}
a{
    color: #fff;
}
}
.bdz-cta {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(90deg, #0076b6, #00a1e0);
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    border: none !important;
    border-radius: 50px;
    padding: 12px 26px;
    box-shadow: 0 6px 15px rgba(0, 118, 182, 0.25);
    transition: all 0.3s ease;
    text-decoration: none !important;
    font-family: "Poppins", system-ui, sans-serif;
    cursor: pointer;
    margin-bottom: 50px;
}
#designing1 .faq-head{
text-align: center;
h2{
    font-size: 38px;
    font-weight: 600;
}
p{
    font-size: 16px;
    margin: 10px 0px 35px!important;
}
}
.grow-details .heading-title{
    text-align: center;
    span{
        display: block;
        font-size:18px; font-weight:bold;
    }
}
.services_digital_marketing{
       background: linear-gradient(0deg, rgba(75, 48, 153, 1) 0%, rgba(6, 18, 35, 1) 100%);
       border-top: 1px solid #353436;
       padding-bottom: 60px;
       color:  #fff;
}
.services_digital_marketing .animate-charcter{
    margin-bottom: 25px !important;
    margin-top: 10px;
}
.services_digital_marketing .heading-title{
    max-width: 900px;
    margin: 0 auto;
}
.services_digital_marketing .heading-title p{
  margin-bottom: 35px !important;
}
.uk-margin{
      background: #522c9b;
    text-align: left;
    border: 0px solid rgba(238, 238, 238, 1);
    margin-bottom: 30px;
    margin-left: 0;
    padding: 20px;
    transition: .5s;
    position: relative;
}
.uk-margin .icon {
    width: 70px;
    height: 70px;
    padding: 15px;
    border: 1px solid #ccc;
    text-align: center;
    float: left;
    margin-right: 10px;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-image: -webkit-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -moz-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    border-radius: 100%;
}
.uk-margin .icon img{
      width: 45px;
    height: auto;
}
.uk-margin h3 a{
    font-size: 22px;
    font-weight: bold;
    color: #27c8d6 !important;
    padding-bottom: 5px;
}
.uk-margin p{
text-align: justify;
font-size: 14px;
line-height: 1.6;
}
.gradient-btn {
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-image: -webkit-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -moz-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    color: #fff;
    margin-top: 30px;
    font-weight: 500;
}
.uk-margin:hover {
    background: linear-gradient(rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.53)), transparent url(../images/box-img.jpg) center center / cover no-repeat scroll;
    transform: translateY(-8px);
}
#get_a_quote {
    position: fixed;
    top: 60%;
    right: -66px;
    z-index: 10;
    /* border-radius: 10px; */
    padding: 15px 30px;
    border: 1px solid #ffffff;
    cursor: pointer;
    transform: rotate(90deg);
    color: #000000;
    background-color: #ffffff;
    font-weight: 600;
}
.demo-section .hovereffect img{
    width: 100%;
}
.demo-section{
    background: radial-gradient(circle at center, #191944, #000000);
    padding: 20px 0px;
}
.web-design h2{
      color: #fff;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 36px;
}
#seo .hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
#seo .hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    width: 100%;
      overflow: hidden;
}
.hovereffect:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
     overflow: hidden;
}
#seo .hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    visibility: unset;
    top: 0;
    left: 0;
    opacity: 0;
      background-image: linear-gradient(to right, #23ced5aa 0%, #5192e1aa 100%) !important;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#seo .hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}
#seo .row .col-xl-3{
margin-bottom: 20px;
}

#seo .hovereffect:hover h2, .hovereffect:hover a {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}
#seo .hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 24px;
    -webkit-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    transform: translatey(-100px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 5px;
    margin-top: 47%;
}
.graphic h2 {
    font-size: 20px;
    text-align: center;
    padding: 25px 0 60px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.graphic h2 span {
    font-weight: bold;
    float: left;
    padding-top: 5px;
    width: 100%;
    color: #fec106;
    font-size: 36px;
}
.graphic .hovereffect img{
    object-fit: cover;
    width: 100%;
}
.graphic .col-sm-3{
margin-bottom: 20px;
}
.bgdark{
          background: rgb(75, 48, 153);
    background: linear-gradient(0deg, rgba(75, 48, 153, 1) 0%, rgba(6, 18, 35, 1) 100%);
     
        text-decoration: none;
           color: #ffffff;
    
}
#uk-margin1{
    min-height: 195px !important;
}
#uk-margin2{
    min-height: 220px !important;
}
#uk-margin3{
    min-height: 190px !important;
}

.modal {
    color: #000;
    background: #FFF;
    width: 70%;
    height: 500px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    position: fixed;
    margin-top: 10%;
    left: 15%;
    line-height: 25px;
    z-index: 99;
}
.modal-bg {
    background: #FFF;
    zoom: 1;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
.inner-demo .media img{
    width: 100%;
    margin-bottom: 20px;
}
.media:hover .layer {
    opacity: 0.8;
    width: 100%;
    transition: all 0.5s ease;
}
.inner-demo .layer {
    opacity: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #FFF;
    color: #151E3F;
    transition: all 0.9s ease;
}
 
.inner-demo .media {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
*, ::after, ::before {
    box-sizing: border-box;
}
 
.inner-demo .layer a p{
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.modal-content{
    max-width: 400px;
    margin: 0 auto;
    padding: 15px 0px !important;
}
.modal-body{
border: none !important;
padding: 8px 10px !important;
}
.modal-body input{
    background-color: #e8f0fe !important;
    border-radius: 0px;
    padding: 8px 0px !important;
}
.modal-body input::placeholder{
    font-size: 14px;
    text-indent: 8px;
}
.modal-title{
 font-size: 18px;
font-weight: 600;
color: #636363;
}
.modal-header {
    border: none !important;
}
.modal-footer{
    border: none !important;
    padding-top: 0px !important;
}
.modal-footer button{
    width: 100%;
    background-color: #24cdd5 !important;
    border: none !important;
    border-radius: 0px;
    padding: 8px 0px !important;
}
#header-back{
    background-color: #061224 !important;
}
/*.report-section{*/
/*     background-color: #061224 !important;*/
/*}*/
.report-header{
    max-width: 750px;
margin: 40px auto;
text-align: center;
/* box-shadow: 5px 5px 5px rgb(75, 48, 153); */
}
.report-header p{
    color: #ffffff;
    font-size: 14px;
    margin: 14px 0px 18px !important;
    text-align: center;
}
.font-health {
font-weight: 800;
color: #fff;
font-size: 30px;
text-transform: uppercase;
text-align: center;
}
 
.animate-font {
    background-image: linear-gradient(-225deg, #fdc106 0%, #4284f3 29%, #fdc106 67%, #4284f3 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    /* text-fill-color: transparent; */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
}
.search-box{
    display:flex;
    max-width:700px;
    margin:auto;
    border:1px solid #234;
    border-radius:10px;
    overflow:hidden;
}
 
.search-box input{
    flex:1;
    height:55px;
    border:none;
    padding:0 15px;
    background:#081633;
    color:#fff;
}
 
.search-box button{
    border:none;
    padding:0 25px;
    background:linear-gradient(90deg,#4285f4,#ffc107);
    color:#fff;
    cursor:pointer;
}
 
.audit-box{
    background:transparent;
    border:1px solid #444;
    border-radius:12px;
    padding:25px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
    position: relative;
    border-radius: 20px;
    background: #000;
    overflow: hidden;
    z-index: 1;
    padding: 35px;
    color: #ffffff;
}
 
.audit-left p{
    text-align: left;
    color: #9b9a9a;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}
.audit-score{
    text-align:right;
}
.audit-score span{
    font-weight:700;
    display: block;
    font-size: 55px;
    color: #fdc106;
    font-weight: bold;
    margin: 0;
        font-family: 'Montserrat', sans-serif;
}
.audit-score small{
    text-align: right;
    color: #9b9a9a;
    margin-top: 10px;
}
.audit-left h2{
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
}
 
.score-card{
    background:#06113d;
    border:1px solid #233a7a;
    border-radius:12px;
    padding:25px;
    text-align:center;
    background: #040826;
    border: 1px solid #13204b;
    border-radius: 16px;
    padding: 35px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease;
    margin-bottom: 20px;
}
.score-card:hover {
    transform: translateY(-5px);
    border-color: #1e3a8a;
    box-shadow: 0 0 25px rgba(0, 255, 255, 0.08);
}
.card i{
    color:#ffc107;
    font-size:24px;
    margin-bottom:15px;
}
 
.card h3{
    color:#ffc107;
    margin-bottom:10px;
}
 
/* .report-section{
    background:#111;
    border:1px solid #444;
    border-radius:12px;
    padding:25px;
    margin-bottom:20px;
} */
.icon-box{
        width: 52px;
    height: 52px;
    margin: 0 auto 18px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
}
.cyan {
    background: rgba(0, 255, 255, 0.08);
    color: #39e7ff;
}
.yellow {
    background: rgba(255, 196, 0, 0.10);
    color: #ffcc00;
}
.report-section h3{
    color:#ffc107;
    margin-bottom:20px;
}
.percentage {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}
.vitals{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}
.cyan-text {
    color: #39e7ff !important;
}
.vitals div{
    background:#1b1b1b;
    padding:15px;
    border-radius:8px;
}
.score-card p{
       color: #8c96b8;
    font-size: 17px;
    letter-spacing: 0.3px;
}
.website-health1 {
    position: relative;
    border-radius: 20px;
    background: #111;
    overflow: hidden;
    z-index: 1;
    padding: 2px;
}
.website-health1 .card-body {
    background: #151515;
    border-radius: 18px;
    padding: 35px;
    position: relative;
    z-index: 2;
}
.audit-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 800;
}
.audit-subtitle {
    text-align: left;
    color: #9b9a9a;
    margin-top: 10px;
}
.health-result {
    color: #9b9a9a;
    text-align: justify;
    margin-bottom: unset !important;
    margin-bottom: 3px !important;
}
.health-result1 {
    color: #fff;
    font-weight: 600;
    text-align: justify;
    margin-bottom: unset !important;
}
.report-section li{
    margin-bottom:10px;
}
 
.action-buttons{
    display:flex;
    gap:20px;
    margin-top:30px;
}
 
.btn-outline,
.btn-gradient{
    flex:1;
    text-align:center;
    padding:15px;
    text-decoration:none;
    border-radius:10px;
    font-weight:600;
}
 
.btn-outline{
    border:1px solid #fff;
    color:#fff;
}
.btn-gradient{
    position: relative;
    border-radius: 10px;
    background: #111;
    overflow: hidden;
    z-index: 1;
}
.btn-gradient {
    color: #000;
    font-weight: 900;
    font-size: 16px;
}
.btn-gradient::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, #fdc106, #4284f3, #fdc106, #4284f3, #4284f3);
    background-size: 100% 100%;
    animation: 8s linear infinite;
    z-index: -2;
}
 
.btn-gradient::after {
    content: "";
    position: absolute;
    inset: -5px;
    background: linear-gradient(270deg, #fdc106, #4284f3, #fdc106, #4284f3, #4284f3);
    background-size: 400% 400%;
    animation: 8s linear infinite;
    filter: blur(20px);
    opacity: 0.4;
    z-index: -3;
}
@media(max-width:768px){
.report-header {
    max-width: 750px;
    margin: 110px auto 70px;
}
.font-health {
font-size: 20px;
}
.report-header p {
    font-size: 12px;
}
.score-card {
    padding: 15px;
    padding: 30px 15px;
}
.percentage {
    font-size: 32px;
    margin-bottom: 0px !important;
}
.report-section .section-padding{
    padding: 0px 0px !important;
}
.flex-item .col-sm-4{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.audit-title {
    font-size: 18px;
    margin-bottom: 10px !important;
}
.website-health1 .card-body {
    padding: 25px 15px;
}
 
.btn-outline, .btn-gradient {
font-size: 14px;
    padding: 7px 15px;
}
.score-grid{
        grid-template-columns:1fr;
    }
 
    .vitals{
        grid-template-columns:1fr;
    }
 
    .audit-box{
        flex-direction:column;
        gap:20px;
        text-align:center;
    }
 
    .action-buttons{
        flex-direction:column;
    }
 
    .search-box{
        flex-direction:row;
    }
 
    .search-box button{
        height:45px;
        padding: 0px 8px;
        font-size: 12px;
    }
.search-box input {
    height: 45px;
    padding: 0 15px;
}
.audit-left h2{
font-size: 18px;
}
.audit-left p {
    text-align: left;
    color: #9b9a9a;
 
    display: block;
    font-size: 13px;
}
 
}

/* ------------------ responsive view ------------------- */
@media screen and (max-width:991px){
.nav-items .row {
padding: 6px 0px; 
}
.banner-content{
text-align: center;
}
.bar{
display:block;
    font-size: 22px;
}
.nav-menu{
    position:absolute;
    top:0;
    left: -100%;
    width:300px;
    height:100vh;
    background:#111;
    padding:80px 30px;
    transition:.5s ease;
    z-index:9999;
}

.nav-menu.active{
   left:-20px;
}

.mobile-close{
    display:block;
    position:absolute;
    top:20px;
    right:20px;
    color:#fff;
    font-size:30px;
    cursor:pointer;
}

.navbar-nav{
    display:flex;
    flex-direction:column;
    gap:0px;
}

.navbar-nav li a{
    color:#fff;
}
.dropdown-mega .dropdown-menu{
position:static !important;
opacity:1;
visibility:visible;
display:none !important;
width:100%;
box-shadow:none;
}
.dropdown-mega.active .dropdown-menu{
display:block !important;
}
.submenu{
position:static;
opacity:1;
visibility:visible;
display:none !important;
width:100%;
box-shadow:none;
padding-left:15px;
}
.mega-item.active .submenu{
display:block !important;
}
.dropdown-mega::after,
.submenu::before{
display:none;
}
.console-container {
    font-size: 24px;
}
.banner-content p {
    font-size: 15px !important;
    padding-bottom: 15px;
}
.report-section{
    margin-top: -110px !important;
}
.report-box h2 {
    font-weight: 500;
    font-size: 18px;
}
.king-carousel__cards {
    height: 100% !important;
}
.king-carousel__cards {
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}
.owl-theme .owl-dots .owl-dot span {
display: none;
}
.ourwork .card .face1 h3 {
    font-size: 18px !important;
}

.whitecolor {
    font-size: 16px;
}
.links li a {
    font-size: 11px;
    margin-bottom: 0px;
}
#site-footer ul li {
    margin-bottom: 1px;
}
footer .footer_panel .address-item>span {
    font-size: 18px;
}
.d-table a
 {
    font-size: 11px;
}
.modal-link img {
    margin: 20px 0px 10px;
    width: 100px;
}
.foot-last li a {
    font-size: 11px;
}
.bottom-footer ul li a img {
    width: 70px;
    padding: 0px;
}
.breadcrumb{
   margin: 8px 0px 0px;   
}
.blog_top h2 {
    font-size: 16px !important;
    font-weight: 500 !important;
     margin-top: 15px;
}
}

@media screen and (max-width:768px){
    .grow-your-business{
        height: 500vh;
    }
    .king-carousel__card{
        width: 78vw;
        height: 65vh;
    }
    .king-carousel__card.left,
    .king-carousel__card.right{
        opacity: 0;
    }
    .carousel-tabs{
        flex-wrap: wrap;
        width: 90%;
        justify-content: center;
    }
}
/* ===========================responsive view =========================== */
@media (max-width: 992px) {
    #main-banner-page .whitecolor {
    display: flex;
    justify-content: center !important;
    align-items: center;
       flex-direction: column;
}
.nav-logo a img {
max-width: 100px;
}
.console-container{
    height: 100%;
    text-align: center;
    width: 100%;
    margin: 10px auto 0px;
}
.banner-section {
padding: 40px 0px 300px;
}
.banner-img img {
width: 100%;
margin: 20px auto 0;
display: block;
}
.slide-counter {
display: none;
}
.banner-text h2{
font-size: 20px;
}
.banner-text h3{
font-size: 22px;
margin: 1px 0px;
font-weight: 400px !important;
}
.banner-text h4{
font-size: 13px;
}
.review-card{
  margin: 1px;
}
.hero{
  position: relative !important;
  left: 0px !important;
  padding: 0px 0px !important;
}
.hero-item {
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
  .hero-item {
    width: 100%;
    height: 100% !important;
    text-align: center;
  }
.hero-inner {
  height: 100% !important;
}
  .banner-btn {
    display: block;
    width: fit-content;
    margin: 20px auto 0;
  }
.banner-content p {
  text-align: center !important;
  font-size: 16px !important;
}
.logo{
  display: none;
}
.project-link {
    padding: 10px 15px 20px;
}
.form-row {
    display: flex;
    flex-direction: column;
}
.service-container{
margin-top: 20px;
}
.map-container{
  display: none;
}
.review-card {
  height: auto;
  width: 100%;
}
.pin-spacer{
  height: 100% !important;
  padding: 0px 0px 0px !important;
}
.hero-media{
display: none;
}
.hero-section {
flex-direction: column;
text-align: center;
}
.left-content {
max-width: 100%;
}
.right-images {
width: 100%;
margin-top: 40px;
}
/* animation */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-inner{
    display: flex;
    flex-direction: column;
    /* justify-content: center;
    align-items: center; */
}

.carousel-tab {
    padding: 4px 10px;
    border-radius:8px;
    font-size: 12px;
}
.bulb-section{
    display: none;
}
.faq-item {
    padding: 8px;
    margin-bottom: 25px;
}
.faq-question h3 {
    font-size: 13px;
        font-weight: 400 !important;
}
.carousel-tabs {
    gap: 10px;
}
.carousel-tab.is-active{
  color: #000;
}
.ourwork .card {
width: 100%;
max-width: 100%;
margin: 0 auto;
}

}
@media (max-width: 768px) {
.banner-text {
 text-align: center !important;
 margin: 0 auto;
}
.banner-text h2,
.banner-text h3,
.banner-text h4 {
 text-align: center !important;
}
.banner-btn {
text-align: center !important;
margin-top: 20px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.banner-item .col-xl-6 {
text-align: center;
}
  .grow-your-business {
    height: 100% !important;
    padding: 10px 0;
  }

  .king-carousel__cards {
    height: 420px;
  }

  .king-carousel__card {
    width: 78vw;
  }

  .king-carousel__card.is-left,
  .king-carousel__card.is-right {
    opacity: 0;
  }

  .d-lg-none{
    display: block !important;
  }
  .bottom-footer .wow {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.report-box {
    padding: 15px;
}
.report-box p {
    font-size: 12px;

}
.report-form {
    padding: 6px;
}

.input-wrap {
    padding: 0 6px;
}
#generateBtn {
    font-size: 12px;
}

.bottom10 a {
    font-size: 18px !important;
}
.tilt-item p {
    font-size: 12px;
}
.bottom25 {
    i {
        font-size: 22px;
        color: #ffffff;
    }
}
#b2c {
    padding-top: 110px !important;
}

.heading-title {
    margin: 15px 0px !important;
}
.heading-title h2{
    font-size: 16px;
}
.ctf-para p {
    color: #fff;
    font-size: 12px;
}
}

.ourwork{
    padding:40px 0px;
}

@media screen and (width: 1920px) {
 .contactus-wrapp.position-absolute {
 width: 83%;
 left: 168px;
 top: -180px;
}
 #app-slider, .app-slider-lock {
 left: 60px;
}
 .bottom35 {
 margin-bottom: 35px;
}
 .font-normal {
 font-weight: normal;
 font-size: 3rem;
}
}
 @media (max-width: 1600px) and (min-width: 1400px) {
 #app-slider, .app-slider-lock {
 left: 60px;
}
 .bottom35 {
 margin-bottom: 40px;
}
}
 @media (min-width: 1400px) {
 .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
 max-width: 1140px;
}
}
 @media (max-width: 1400px) {
 html {
 font-size: 15px;
}
}
 @media (max-width: 1266px) {
 html {
 font-size: 14px;
}
}
 @media (max-width: 1024px) {
     .modal {
    width: 95%;
    position: fixed; 
    margin-top: 10%;
    left: 0;
    right: 0;
    z-index: 99;
    margin: 25% auto;
}
     #our-work .modal {
    width:100% !important;
    height: 100% important;
    margin: 125px auto !important;
    left: 0px !important;
   background:none !important;
}
 h2 {
 font-size: 2.75rem;
}
 h3 {
 font-size: 1.375rem;
}
 .contactus-wrapp.position-absolute {
 width: 88% !important;
}
}
 @media (max-width: 992px) {
  .footer-section .img-fluid {
    max-width: 100%;
    height: auto;
    max-width: 37px;
    margin-bottom: 10px;
}
 h2 {
 font-size: 2.5rem;
}
 p {
 font-size: 12px;
}
 .navbar-expand-lg>.container,  .navbar-expand-lg>.container-fluid {
 padding-right: 15px;
 padding-left: 15px;
}
 #shop .findus .form-group {
 margin-bottom: 20px !important;
 width: 100%;
}
 #shop .findus .button,  .findus .form-group {
 width: 100%;
}
 .navbar-brand.center-brand {
 position: relative;
 top: auto;
 margin: 16px 0;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
}
 .padding_testi {
 padding: 3.25rem 0 9.75rem 0;
}
 .process-wrapp li {
 padding: 60px 15px 0 15px;
}
.project-link{
    position: absolute;
    top: 0;
}
.project-link-section{
    background-color: #060a0f;
    position: relative;
}
.project-link-section video {
visibility: hidden;
display:none;
}

.project-link-section h2{
    font-size: 22px;
}

.project-link {
        padding: 70px 10px 0px;
}
.project-link-section h3{
    font-size: 18px;
}
.project-link p{
    font-size: 12px;
}
.btn-main{
    font-size: 12px;
}
.launch{
    font-size: 12px;
}
.left-content h1 {
    font-size: 22px;
}
.subtext{
    font-size: 16px;
}

.form-row {
    display: flex;
    gap: 0px;
    margin-bottom: 0px;
}
.submit-btn{
        padding: 8px 60px;
    font-size: 12px;
}
.map-2{
    margin-top: 40px;
}

.faq-title {
    font-size: 22px;
    margin-bottom: 50px;
    margin-top: 40px;
}
.faq-section img {
    width: 100%;
margin-bottom: 40px;
}
.faq-answer p {
    font-size: 12px;
    font-weight: 400;
}
.animate-charcter {
    font-size: 22px;
}

.testimonial-wrapp .testimonial-text {
    padding: 30px 15px;
}
 .padding_top_half {
 padding-top: 2rem;
}
.footer-container .row .col-lg-3{
    margin-top: 15px;
}

}
 @media (max-width: 767px) {
 .revicon {
 display: none;
 visibility: hidden;
 opacity: 0;
}
 .feature-item.innovative-border.arr-left::before {
 top: auto;
 bottom: -8px;
 right: calc(50% - 7px);
 transform: rotate(45deg);
}
 .feature-item.innovative-border.arr-right::before {
 right: auto;
 top: -8px;
 left: calc(50% - 7px);
 transform: rotate(45deg);
}
 .margin {
 margin: 6rem 0;
}
 .margin_bottom {
 margin-bottom: 6rem;
}
 .margin_top {
 margin-top: 4rem;
}
 .padding_half {
 padding: 2rem 0;
}
 .margin_half {
 margin: 2rem 0;
}
/* .padding_bottom_half {*/
/* padding-bottom: 2rem;*/
/*}*/
 .margin_bottom_half {
 margin-bottom: 2rem;
}
 .padding_top_half {
 padding-top: 2rem;
}
 .heading_space {
 margin-bottom: 2rem;
}
 .team-box:hover .team-content h4 {
 margin-top: -10px;
}
 .navbar-nav .nav-link:focus,  .dropdown-menu .dropdown-item:focus,  .dropdown-menu.megamenu .dropdown-item:focus {
 color: #24cdd5;
}
 .transparent-form textarea {
 height: 40px;
 min-height: 40px;
 overflow-y: hidden;
}
 .video-play-button {
 top: 100%;
 right: 50%;
 transform: translate(50%, -50%);
}
 .process-wrapp li {
 padding: 50px 15px 0 15px;
}
 .forget-buttons {
 display: flex;
 justify-content: space-between;
}
 .forget-buttons button {
 width: 47%;
}
 .cbp-l-filters .cbp-filter-item {
 margin: 0 .3rem 0.9rem;
}
 .heading .divider-left {
 margin: 10px auto;
}
 .video-content-setting {
 padding: 5rem 4rem;
}
 #particles-text-morph {
 width: 100% !important;
}
}
 @media (max-width: 576px) {
 html {
 font-size: 13px;
}
.profile .p_pic,  .profile .profile_text {
 display: block;
}
 .profile_bg {
 padding: 5px;
}
 .title-wrap h3 {
 display: block;
 margin: 3px auto;
 text-align: center;
 float: unset !important;
}
 .title-wrap ul {
 float: unset !important;
 display: flex;
 justify-content: center;
}
 .apply_coupon .coupon a {
 display: block;
 width: 100%;
}
 .dark-slider h2,  .light-slider h2 {
 font-size: 34px !important;
}
 .dark-slider p,  .light-slider p {
 font-size: 16px !important;
 line-height: 1.4 !important;
}
 .process-wrapp li {
 padding: 35px 15px 0 15px;
}
 .page-header .page-titles {
 transform: translateY(20px);
}
 #pagepiling .darkcolor {
 color: #fff;
}
 .sidemenu_btn {
 margin-right: 0;
}
}
 @media (max-width: 424px) {
 .side-menu .btn-close {
 margin-right: 0.7rem;
}
 #services-slider .service-box>span {
 padding-top: 0.5rem;
}
 .eny_profile .profile_text .readmorebtn {
 top: auto;
 bottom: -20px;
}
}
 @media (max-width: 360px) {
 .tabset-list a,  .accordion-item a {
 display: block;
 padding: 10px 1.3rem;
}
 #testimonial-slider .owl-nav {
 width: 270px;
}
 .eny_profile .profile_photo,  .eny_profile .profile_text {
 display: block;
 margin: 10px auto;
 text-align: center;
}
 .dark-slider h2,  .light-slider h2 {
 font-size: 28px !important;
}
}

@media screen and (max-width:991px){

.nav-menu{
    position:fixed;
    top:0;
    left:-100%;
    width:280px;
    height:100vh;
    background:linear-gradient(
    to bottom,
    #10134f,
    #26166d,
    #5f33cc
    );

    padding:70px 25px;
    transition:.5s;
    z-index:9999;
}

.nav-menu.active{
    left:0;
}

.mobile-close{
    display:block;
    position:absolute;
    top:20px;
    right:20px;
    color:#fff;
    font-size:20px;
    cursor:pointer;
}

.navbar-nav{
    display:flex;
    flex-direction:column;
    gap:0px;
}

.navbar-nav li{
    list-style:none;
}

.navbar-nav li a{
    color:#fff;
    text-decoration:none;
    font-size:13px;
}

/* services */

.dropdown-menu{
    display:none;
    /*margin-top:10px;*/
    padding-left:15px;
    background-color: transparent !important;
}

.dropdown-mega.active .dropdown-menu{
    display:block;
}

/* child dropdown */

/*.mega-item{*/
/*    margin:10px 0;*/
/*}*/

.mega-item h5{
    margin:0;
}
.dropdown-menu .mega-item a {
    font-size: 12px;
    margin-left: 0px;
    padding: 5px 0px !important;
}
.mega-item h5 a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    color:#fff;
    font-size:12px;
}

.submenu{
    max-height:0;
    overflow:hidden;
    transition:.4s;
    padding-left:15px;
    background: none !important;
}

.mega-item.active .submenu{
    max-height:300px;

}
.submenu a::after{
        background: none !important;
}
.submenu a{
    display:block;
    margin:0px 0px 2px;
    font-size:11px !important;
    color:#d7d7d7 !important;
    background-color: transparent;
}
.mega-item {
      background-color: transparent !important;
}
.mega-item a{
    color: #ffffff !important;
}
.dropdown-menu .mega-item a {
   color: #ffffff !important;  
}
.mega-item h5 a::after{
    background: transparent;
}
.shadow {
    box-shadow: none !important;
}
.mega-item:hover h5 a, .submenu a:hover {
    background: transparent !important;
    color: #fff !important;
}
.nav-menu ul li a:hover {
    color: #fff!important;
}
.submenu{
     background: transparent !important;  
}
.nav-menu ul li a{
    margin-left: 2px !important;
}
.dropdown-mega .dropdown-menu{
    padding: 4px 14px;
}
.mega-item a{
    display:flex !important;
    justify-content:flex-start;
    align-items:center;
    width:100%;
    color:#fff;
    text-decoration:none;
    font-size:10px;
    padding:8px 0;
    gap: 10px;
}

.mega-item h5 a i{
    font-size:12px;
    transition:.3s;
}

/* rotate arrow on open */

.mega-item.active h5 a i{
    transform:rotate(180deg);
}
.mega-item h5 a i{
display: block;
}
.dropdown-menu .mega-item a::after{
    display: none;
}
    .nav-menu ul li a i{
         font-size: 11px;
    }
.our-services-section{
    padding:100px 0px 40px;
}
.animate-charcter {
          font-size: 18px;
        margin-bottom: 20px;
        margin-top: 30px;
}
.card a img {
        background-color: transparent !important;
        max-height: 220px;
        object-fit: contain;
    }

.bottom-footer .wow {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

.float-start{
        font-size: 18px;
          margin-bottom: 10px !important;
}
.breadcrumb .breadcrumb-item a {
    font-size: 12px !important;
      margin-top: 15px !important;
}

.about .col-lg-6
{display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
}
.bdz-cta-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    all: unset;
    padding-bottom: 20px;
}
.process-wrapp {
	overflow: hidden;
	display: table;
	table-layout: fixed;
	margin: 0 15px;
}
.process-wrapp,  .process-wrapp li,  .process-wrapp li>.pro-step {
	z-index: 1;
}
.process-wrapp li,  .process-wrapp li>.pro-step {
	text-align: center;
}
.process-wrapp li {
	padding: 70px 15px 0 15px;
	display: table-cell;
}
.process-wrapp li:hover {
	cursor: pointer;
}
/* .whitecolor span{
    display: inline-block;
   height: 90px;
    width: 90px;
    line-height: 90px;
    border: 1px solid #fff;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    position: relative;
}
.whitecolor span::after{
    position: absolute;
    content: "";
    height: 1px;
    top: 115px;
    left: 0;
    background: rgba(255, 255, 255, .5);
    width: 30%;
    z-index: -1;
    margin: 0;
}
.whitecolor span::before{
    position: absolute;
    content: "";
   height: 1px;
    top: 115px;
    background: rgba(255, 255, 255, .5);
    width: 50%;
    z-index: -1;
    margin: 0;
} */
.process-wrapp .pro-step {
    display: inline-block;
	height: 90px;
	width: 90px;
	line-height: 90px;
	border: 1px solid #fff;
	font-size: 28px;
	font-weight: 600;
	color: #fff;
    position: relative;
        transition:0.5s;
        border-radius: 50%;
}

.process-wrapp span::after{
    position: absolute;
    content: "";
    height: 1px;
    top: 47px;
    left: 90px;
    background: linear-gradient(90deg, #fff, #fff);
    width: 77%;
    z-index: -1;
    margin: 0;
}
.process-wrapp span::before{
    position: absolute;
    content: "";
   height: 1px;
    top: 47px;
    right: 90px;
     background: linear-gradient(90deg, #fff, #fff);
    width: 77%;
    z-index: -1;
    margin: 0;
}

.process-wrapp .pro-step:hover{
    background: linear-gradient(90deg, #5192e1, #23ced5);
}

.fontbold{
    font-size: 15px;
    font-weight: 500;
    margin: 20px 0px 14px !important;
}

.process-wrapp .mt-n2 {
    font-size: 14px;
}
 .process-wrapp li:first-child>.pro-step::before{
background: none;
}
 .process-wrapp li:last-child>.pro-step::after{
background: none;
}
.wpcf7 p label{
    width: 100%;
    float: left;
    padding: 5px 0;
}
.wpcf7 input {
    box-shadow: none;
    height: 41px;
    color: rgb(255, 255, 255);
    font-size: 0.875rem;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    background: none;
        width: 100%;
    padding: .375rem .75rem;
    border-radius: 5px;
    margin-top: 5px;
}
.wpcf7 textarea{
    box-shadow: none;
    height: 41px;
    color: rgb(255, 255, 255);
    font-size: 0.875rem;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    background: none;
     width: 100%;
    padding: .375rem .75rem;
    border-radius: 5px;
    min-height: 150px;
    margin-top: 5px;
}
.wpcf7 .wpcf7-submit {
    background-size: 200%;
    background-image: linear-gradient(to right, rgb(81, 146, 225) 0%, rgb(35, 206, 213) 51%, rgb(81, 146, 225) 100%);
    color: rgb(255, 255, 255);
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
    z-index: 1;
    padding: 0.8rem 2.25rem;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 30px;
}
.wpcf7 .wpcf7-submit:over {
        background-image: linear-gradient(to right, rgb(81, 146, 225)100% rgb(35, 206, 213) 51%, rgb(81, 146, 225) 0%, );
}
#map{
    width: 100%;
    float: left;
}
#map iframe{
      width: 100%;
    float: left;

}
.social-icons {
    position: relative;
    right: 0px;
    top: 40%;
    transform: translateY(-50%);
    list-style: none;
    padding: 0px;
}
#seo .social-icons li {
        font-size: 20px;
       margin-left: 5px;
    margin-bottom: 15px;
    margin-top: 25px;
        display: inline-block;
}
ul.social-icons li a{
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 14px;
    text-align: center;
    display: block;
    color: rgb(38, 49, 60);
    position: relative;
    z-index: 1;
    border-radius: 50%;
    margin: 0px 1px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(124, 124, 124);
    border-image: initial;
        background: rgb(255, 255, 255);
}
.facebook::before {
    background-color: rgb(66, 103, 178) !important;
}
#maincontent{
        background: rgb(75, 48, 153);
    background: linear-gradient(0deg, rgba(75, 48, 153, 1) 0%, rgba(6, 18, 35, 1) 100%);
        padding-top: 150px;
    color: #ffffff;
}
 

.blog_top .row {
      border-bottom: 2px dotted #ccc;
    padding: 25px 0 30px
}
.blog_top {
    text-align: center;
    width: 100%;
    padding-bottom: 50px;
    float: left;
}
.box-image img {
    width: 100%;
    height: 190px;
}
.blog_top h2 {
   font-size: 1.5rem;
    color: #ffffff;
    font-weight: 700;
    text-align: left;
}
.blog_top p {
	text-align:left;
}
.blog_top .more-btn a {
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    padding: 10px 17px;
    color: #fff!important;
    margin-top: 20px;
        border-radius: 30px;
    float: left;
}
#sidebar {
      border: 1px solid #522c9b;
    float: left;
    background: #522c9b;
}
#sidebar  #block-2{
    display: none;
}

#sidebar .wp-block-search__inside-wrapper{
    display: none;  
}
#sidebar #block-3{
    padding: 0px;
}
#sidebar #block-3 h2{
   float: left;
    width: 100%;
    background: #24cdd5;
    padding: 5px;
    font-size: 22px;
    font-weight: bold;
}
#sidebar #block-4 h2{
   float: left;
    width: 100%;
    background: #24cdd5;
    padding: 5px;
    font-size: 22px;
    font-weight: bold;
}
#sidebar ul {
    list-style-type: none
}

#sidebar ul li {
    float: left;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ccc
}

#sidebar ul li a {
    color: #fff;
    font-size: 15px
}

#sidebar form .search-field {
    padding: 9.5px;
    font-size: 16px;
    font-weight: 400;
    float: left;
    width: 100%
}
#comments{
    display: none;
}
.post-info .fa-comments{
    display: none;
}
.entry-comments{
    display: none; 
}
#comments textarea {
    padding: 5px;
    width: 300px;
    height: 80px;
}
#comments label {
    width: 90%;
    float: left;
    font-weight: 400
}

#comments input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 5px
}

#comments textarea {
    padding: 5px;
    width: 300px;
    height: 80px
}
#comments form input[type=checkbox] {
    float: left;
    width: 30px;
    padding: 0;
    margin: 7px 0
}
#comments label {
    width: 90%;
    float: left;
    font-weight: 400
}
#comments form input[type=submit] {
    background:linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    color: #fff;
    padding: 10px
}

#comments img {
    width: auto
}

#sidebar form input[type=submit] {
    float: right;
    width: 90px;
    padding: 10px;
    background:linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    color: #fff;
    border: 1px solid #55ab00
}
.mainimage img{
	width:100%;
	height:auto;
}
.feature-box img {
    border-radius: 0px;
    width: 100%;
    height: auto;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    width: 100%;
    text-align: center;
}
.pagination a, .pagination span {
    display: inline-block;
    margin: 2px 2px 2px 0;
    padding: 10px 15px;
    text-decoration: none;
    width: auto;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
        height: 50px;
}
.pagination .current {
    padding: 10px 15px;
    color: #fff;
    background:linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    border: 1px solid linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
}
.link_section {
	width: 100%;
	float: left;
	background: #f7f6f5;
	text-align: center;
	padding: 25px 0;
}
.link_section ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.link_section ul li {
	float: left;
	width: 31%;
	border: 1px dashed #333;
	margin: 0px 1% 10px;
	padding: 8px 0px;
	background: #ccc;
}
.link_section ul li a {
	color: #333;
	font-size: 14px;
	font-weight: 300;
}
#our-apps #maincontent{
    background: none;
        padding-top: 3.5rem !important;
}
#our-apps #maincontent h1{
        font-size: 28px;
    font-weight: bold;
}

.blog-sec h3 a {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    float: left;
    margin: 15px 0px;
}
.entry-content p{
       font-size: 12px; 
}
.blogbtn a{
        background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    padding: 10px 17px;
    color: #fff !important;
    margin-top: 20px;
    border-radius: 30px;
    float: left;
}
.blogbtn a span{
    display: none;
}
.post-info .entry-date{
    color: #ccc;
}
.post-info .screen-reader-text{
    display: none;
}

/* banner POPUP */
 
.popup-overlay{
    position:fixed;
    inset:0;
    top: 20px;
    background:rgba(0,0,0,.75);
    display:flex;
    justify-content:center;
    align-items:center;
    opacity:0;
    visibility:hidden;
    transition:.3s;
    z-index:9999;
}
.popup-overlay.active{
    opacity:1;
    visibility:visible;
}
.popup-box{
    max-width:420px;
    background:#02093b;
    padding:30px;
    border-radius:20px;
    position:relative;
}
.popup-box h2{
    color:#fff;
    font-size:32px;
    margin-bottom:5px !important;
}
.popup-box p{
    margin-bottom:15px !important;
    line-height:1.7;
    font-size: 14px;
    color: #808080;
    font-weight: normal;
}
.popup-box input{
     width: 100%;
     height: 35px !important;
    border-radius: 14px;
    border: 1px solid rgba(120, 140, 255, 0.08);
    background: #0d1037;
    padding: 0 18px !important;
    color: #e6ebff;
    font-size: 15px;
    outline: none;
    transition: 0.2s ease;
    margin-bottom: 15px !important;
}
.popup-box input::placeholder{
    color:#7d89bf;
}
 
.submit-btn:hover{
    transform: translateY(-2px);
    filter: brightness(1.03);
    background: linear-gradient(90deg, #fdc106 45%, #4284f3 100%);
}
.close-popup{
    position:absolute;
    right:18px;
    top:10px;
    color:#fff;
    font-size:35px;
    cursor:pointer;
}
@media(max-width:768px){
 
    .report-form{
        flex-direction:column;
    }
 
    #generateBtn{
        height:35px;
           border-radius: 8px;
    }
 
    .popup-box h2{
        font-size:34px;
    }
 
}
 
 
/* -------- report page css --------- */
#header-back{
    background-color: #061224 !important;
}
/*.report-section{*/
/*     background-color: #061224 !important;*/
/*}*/
.report-header{
    max-width: 750px;
margin: 40px auto;
text-align: center;
/* box-shadow: 5px 5px 5px rgb(75, 48, 153); */
}
.report-header p{
    color: #ffffff;
    font-size: 14px;
    margin: 14px 0px 18px !important;
    text-align: center;
}
.font-health {
font-weight: 800;
color: #fff;
font-size: 30px;
text-transform: uppercase;
text-align: center;
}
 
.animate-font {
    background-image: linear-gradient(-225deg, #fdc106 0%, #4284f3 29%, #fdc106 67%, #4284f3 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
}
.search-box{
    display:flex;
    max-width:700px;
    margin:auto;
    border:1px solid #234;
    border-radius:10px;
    overflow:hidden;
}
 
.search-box input{
    flex:1;
    height:55px;
    border:none;
    padding:0 15px;
    background:#081633;
    color:#fff;
}
 
.search-box button{
    border:none;
    padding:0 25px;
    background:linear-gradient(90deg,#4285f4,#ffc107);
    color:#fff;
    cursor:pointer;
}
 
.audit-box{
    background:transparent;
    border:1px solid #444;
    border-radius:12px;
    padding:25px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
    position: relative;
    border-radius: 20px;
    background: #000;
    overflow: hidden;
    z-index: 1;
    padding: 35px;
    color: #ffffff;
}
 
.audit-left p{
    text-align: left;
    color: #9b9a9a;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}
.audit-score{
    text-align:right;
}
.audit-score span{
    font-weight:700;
    display: block;
    font-size: 55px;
    color: #fdc106;
    font-weight: bold;
    margin: 0;
        font-family: 'Montserrat', sans-serif;
}
.audit-score small{
    text-align: right;
    color: #9b9a9a;
    margin-top: 10px;
}
.audit-left h2{
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
}
 
.score-card{
    background:#06113d;
    border:1px solid #233a7a;
    border-radius:12px;
    padding:25px;
    text-align:center;
    background: #040826;
    border: 1px solid #13204b;
    border-radius: 16px;
    padding: 35px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease;
    margin-bottom: 20px;
}
.score-card:hover {
    transform: translateY(-5px);
    border-color: #1e3a8a;
    box-shadow: 0 0 25px rgba(0, 255, 255, 0.08);
}
.card i{
    color:#ffc107;
    font-size:24px;
    margin-bottom:15px;
}
 
.card h3{
    color:#ffc107;
    margin-bottom:10px;
}
 
/* .report-section{
    background:#111;
    border:1px solid #444;
    border-radius:12px;
    padding:25px;
    margin-bottom:20px;
} */
.icon-box{
        width: 52px;
    height: 52px;
    margin: 0 auto 18px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
}
.cyan {
    background: rgba(0, 255, 255, 0.08);
    color: #39e7ff;
}
.yellow {
    background: rgba(255, 196, 0, 0.10);
    color: #ffcc00;
}
.report-section h3{
    color:#ffc107;
    margin-bottom:20px;
}
.percentage {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}
.vitals{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}
.cyan-text {
    color: #39e7ff !important;
}
.vitals div{
    background:#1b1b1b;
    padding:15px;
    border-radius:8px;
}
.score-card p{
       color: #8c96b8;
    font-size: 17px;
    letter-spacing: 0.3px;
}
.website-health1 {
    position: relative;
    border-radius: 20px;
    background: #111;
    overflow: hidden;
    z-index: 1;
    padding: 2px;
}
.website-health1 .card-body {
    background: #151515;
    border-radius: 18px;
    padding: 35px;
    position: relative;
    z-index: 2;
}
.audit-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 800;
}
.audit-subtitle {
    text-align: left;
    color: #9b9a9a;
    margin-top: 10px;
}
.health-result {
    color: #9b9a9a;
    text-align: justify;
    margin-bottom: unset !important;
    margin-bottom: 3px !important;
}
.health-result1 {
    color: #fff;
    font-weight: 600;
    text-align: justify;
    margin-bottom: unset !important;
}
.report-section li{
    margin-bottom:10px;
}
 
.action-buttons{
    display:flex;
    gap:20px;
    margin-top:30px;
}
 
.btn-outline,
.btn-gradient{
    flex:1;
    text-align:center;
    padding:15px;
    text-decoration:none;
    border-radius:10px;
    font-weight:600;
}
 
.btn-outline{
    border:1px solid #fff;
    color:#fff;
}
.btn-gradient{
    position: relative;
    border-radius: 10px;
    background: #111;
    overflow: hidden;
    z-index: 1;
}
.btn-gradient {
    color: #000;
    font-weight: 900;
    font-size: 16px;
}
.btn-gradient::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, #fdc106, #4284f3, #fdc106, #4284f3, #4284f3);
    background-size: 100% 100%;
    animation: 8s linear infinite;
    z-index: -2;
}
 
.btn-gradient::after {
    content: "";
    position: absolute;
    inset: -5px;
    background: linear-gradient(270deg, #fdc106, #4284f3, #fdc106, #4284f3, #4284f3);
    background-size: 400% 400%;
    animation: 8s linear infinite;
    filter: blur(20px);
    opacity: 0.4;
    z-index: -3;
}
@media(max-width:768px){
.report-header {
    max-width: 750px;
    margin: 110px auto 70px;
}
.font-health {
font-size: 20px;
}
.report-header p {
    font-size: 12px;
}
.score-card {
    padding: 15px;
    padding: 30px 15px;
}
.percentage {
    font-size: 32px;
    margin-bottom: 0px !important;
}
.report-section .section-padding{
    padding: 0px 0px !important;
}
.flex-item .col-sm-4{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.audit-title {
    font-size: 18px;
    margin-bottom: 10px !important;
}
.website-health1 .card-body {
    padding: 25px 15px;
}
 
.btn-outline, .btn-gradient {
font-size: 14px;
    padding: 7px 15px;
}
.score-grid{
        grid-template-columns:1fr;
    }
 
    .vitals{
        grid-template-columns:1fr;
    }
 
    .audit-box{
        flex-direction:column;
        gap:20px;
        text-align:center;
    }
 
    .action-buttons{
        flex-direction:column;
    }
 
    .search-box{
        flex-direction:row;
    }
 
    .search-box button{
        height:45px;
        padding: 0px 8px;
        font-size: 12px;
    }
.search-box input {
    height: 45px;
    padding: 0 15px;
}
.audit-left h2{
font-size: 18px;
}
.audit-left p {
    text-align: left;
    color: #9b9a9a;
 
    display: block;
    font-size: 13px;
}
 
}
#our-work .modal {
    width: 350px;
    height: 300px;
    margin: 0px auto;
    left: 40%;
}
#videoLightbox{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.95);
    z-index:999999;
    justify-content:center;
    align-items:center;
}
#videoLightbox.show{
    display:flex;
}
#videoLightbox video{
    max-width:90%;
    max-height:90vh;
}
#videoClose{
    position:absolute;
    top:20px;
    right:25px;
    color:#fff;
    font-size:40px;
    cursor:pointer;
}
.videoNav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    color:#fff;
    font-size:40px;
    cursor:pointer;
    user-select:none;
}
#videoPrev{left:20px;}
#videoNext{right:20px;}
 
.video-container video{
    cursor:pointer;
}
.padding{
    padding:60px 0px !important;
}
/* =========================
   1024px and Below
========================= */
@media (max-width:1024px){

    .hero-media {
        display: none;
    }
  .pin-spacer{
  height: 100% !important;
padding: 0px 0px 0px !important; 
   }
.hero-item {
    width: 100% !important;
    margin: 0 auto;
        text-align: center;
}
.console-container {
    float: none;
        text-align: center;
}
  .nav-menu ul li a {
    font-size: 14px;
    margin-left: 15px;
}  
    
.bottom-footer .wow {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}    
.project-link{
        position:relative;
        padding:100px 20px;
    }
.contant-w{
        position:relative;
    }
 

    .project-link-section h2{
        font-size:42px;
    }

    .project-link-section h3{
        font-size:24px;
    }

    .project-link p{
        max-width:90%;
        font-size:15px;
    }
     .logo{
        display:none !important;
        font-size:13px;
    }
    .project-link-section video {
   display:none !important;
}
}
/* =========================
   997px and Below
========================= */
@media (max-width:997px){

    .project-link{
        padding:90px 20px;
    }

    .project-link-section h2{
        font-size:36px;
        line-height:1.3;
    }

    .project-link-section h3{
        font-size:22px;
    }

    .project-link p{
        font-size:15px;
    }

    .btn-main{
        padding:12px 28px;
    }
}
/* =========================
   757px and Below
========================= */
@media (max-width:757px){

    .project-link{
        padding:70px 15px;
    }

    .project-link-section h2{
        font-size:30px;
    }

    .project-link-section h3{
        font-size:20px;
        margin-bottom:20px;
    }

    .project-link p{
        font-size:13px;
        margin-bottom:25px;
    }

    .masked-text{
        font-size:20px;
    }

    .btn-main{
        font-size:14px;
        padding:10px 24px;
    }

    .launch{
        font-size:13px;
    }
}
/* =========================
   500px and Below
========================= */
@media (max-width:500px){

    .project-link{
        padding:60px 15px;
    }

    .project-link-section h2{
        font-size:24px;
        margin-bottom:15px;
    }

    .project-link-section h3{
        font-size:18px;
        margin-bottom:15px;
    }

    .project-link p{
        font-size:13px;
        line-height:1.7;
        margin-bottom:20px;
    }

    .masked-text{
        font-size:20px;
    }

    .btn-main{
        width:100%;
        max-width:260px;
        font-size:14px;
        padding:12px;
    }

    .launch{
        display:none !important;
        font-size:13px;
    }
}

@media (max-width: 991px){
    .grow-your-business{
        height: 70vh;
    }
    .grow-sticky{
        position: relative;
        height: 70vh;
    }
    .carousel-tabs{
        top: 20px;
        gap: 8px;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }
    .carousel-tab{
        padding: 4px 12px;
        font-size: 11px;
    }
    .king-carousel__cards{
        margin: 0;
        height: 100vh;
    }
    .king-carousel__card{
        width: 75vw;
        max-width: 420px;
        height: auto;
        aspect-ratio: 4/5;
        top: 55%;
    }
    .king-carousel__card.left,
    .king-carousel__card.right{
        display: none;
    }
    .king-carousel__card.active{
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    .king-carousel__card-background-image{
        object-fit: cover;
    }
    #get_a_quote{
    position: fixed;
    top: 70%;
    right: -52px;
    padding: 12px 22px;
    font-size: 12px;
}
}
@media (max-width: 552px) {
    .king-carousel__card-background-image {
        object-fit: contain;
    }
        .king-carousel__card{
                   max-width: 350px;
        }
}

@media (max-width: 992px) {

.screen-reader-text{
    font-size: 1rem;
  margin-left: 5px !important;
}
#seo .heading-title h2 {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 0px;
}
#seo .bottom10 {
    display: flex;
    align-items: flex-start;
    font-size: 12px !important;
    margin-bottom: 10px !important;
}
.social-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px !important;
}

.contact-meta .heading-title {
        text-align: left;
    }

.text-center {
    text-align: center !important;
    font-size: 15px;
    font-weight: 400;
      margin-top: 30px !important;
}
 strong {
    font-weight: 400;
    font-size: 11px;
    margin-top: 5px !important;
    display: inline-block;
}
#seo ul li
 {
    margin-left: 20px;
    margin-bottom: 10px;
        font-size: 11px;
}
ul {
       margin: 10px 0px!important;
        padding-left: 20px !important;
}
#our-apps #maincontent h1 {
    font-size: 18px;
    font-weight: 400;
}
.related-posts-main-title{
       font-size: 18px;
}
.mainimage img {
    margin-bottom: 20px;
}
.blog-sec h3 a {
    font-size: 12px;
    line-height: 19px;
    font-weight: 400;
}
.post-info{
   margin-top: 20px !important;
}

.blogbtn a {
    padding: 8px 26px;
    margin-bottom: 20px;
}
#sidebar #block-3 h2 {
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 400;
}
.wp-block-group__inner-container ul{
      padding-left: 2px !important;
}
ol{
    margin-bottom: 6px !important;
    padding-left: 1rem !important;
}
#sidebar ul li a {
    color: #fff;
    font-size: 12px;
}

#sidebar #block-4 h2 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
}
.bdz-cta {
    font-weight: 400;
    font-size: 12px;
    padding: 10px 26px;
    margin-top: 35px;
    margin-bottom: 0px;
}
.fw-bold{
       font-size: 18px; 
       font-weight: 400 !important;
}
.faq-number{
    margin-right:5px;
}
.faq-answer{
           font-size: 12px; 
}
.services_digital_marketing .animate-charcter {
    font-size: 18px !important;
}
.services_digital_marketing .animate-charcter {
    margin-bottom: 10px !important;
    margin-top: 8px;
}
.fadeInUp span{
        font-size: 12px !important;
          font-weight: 400 !important;
}
.services_digital_marketing .heading-title{
    padding:20px 0px !important;
}

.services_digital_marketing .row{
    width:100% !important;
    margin:0 auto;
    padding:0px 0px !important;
}
.uk-margin .icon img {
    width: 30px;
    height: auto;
}
.uk-margin .icon {
    width: 55px;
    height: 55px;
        padding: 12px;
}

.uk-margin h3 a {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 2px;
}

}
.our-services-section .heading-title .animate-charcter {
    text-align: left !important;
      margin-bottom: 10px !important;
}
#main-banner-page .whitecolor{
  display: flex;
    justify-content: space-between;
    align-items: center;
}
#our-apps h2 {
   margin:20px 0px !important;  
}
#our-apps a{
    color:#fff !important;
}

.mega-item a i{
      display: none !important;
}
.submenu{
   margin-left: 1px !important;   
}
@media screen and (max-width:991px){
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}
.nav-menu{
    position: fixed;
    top: 57px;             
    left: 0;
    width: 100%;
    height: 0;
    overflow-y: auto;

    background: linear-gradient(
        to top,
        #10134f,
        #26166d,
        #5f33cc
    );

    transition: height .4s ease;
    z-index: 9999;
    padding: 0 25px;
}

/* Open Menu */
.nav-menu.active{
    height: calc(100vh - 70px);
    padding: 20px 25px;
}

/* Close Button */
.mobile-close{
    display: none;
}

/* Menu Items */
.navbar-nav{
    display: flex;
    flex-direction: column;
}

.navbar-nav li{
    list-style: none;
}

.navbar-nav li a{
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 12px 0;
}
.mobile-close{
    display: block;
    position: absolute;
        top: 5px;
        right: 20px;
        color: #fff;
        font-size: 20px;
        cursor: pointer;

}
.mega-item a i{
      display: block !important;
}

}







/*@media(max-width:991px){*/

/*.nav-menu{*/
/*    position:fixed;*/
/*    top:58px;*/
/*    left:0;*/
/*    width:100%;*/
/*    height:calc(100vh - 70px);*/

/*    background:linear-gradient(*/
/*        180deg,*/
/*        rgba(90,46,199,.98),*/
/*        rgba(22,18,102,.98)*/
/*    );*/

/*    backdrop-filter:blur(10px);*/

/*    transform:translateY(-100%);*/
/*    opacity:0;*/
/*    visibility:hidden;*/

/*    transition:.5s ease;*/

/*    z-index:9999;*/

/*    display:flex;*/
/*    justify-content:center;*/
/*    align-items:flex-start;*/
/*    padding-top:40px;*/
/*}*/

/*.nav-menu.active{*/
/*    transform:translateY(0);*/
/*    opacity:1;*/
/*    visibility:visible;*/
/*}*/



/*.mobile-close{*/
/*    position:absolute;*/
/*    top:5px;*/
/*    right:25px;*/
/*    color:#fff;*/
/*    font-size:24px;*/
/*    cursor:pointer;*/
/*}*/



/*.navbar-nav{*/
/*    width:100%;*/
/*    text-align:center;*/
/*}*/

/*.navbar-nav li{*/
/*    list-style:none;*/
/*    opacity:0;*/
/*    transform:translateY(-30px);*/
/*}*/

/*.nav-menu.active .navbar-nav li{*/
/*    animation:dropMenu .5s forwards;*/
/*}*/

/*.nav-menu.active .navbar-nav li:nth-child(1){*/
/*    animation-delay:.1s;*/
/*}*/

/*.nav-menu.active .navbar-nav li:nth-child(2){*/
/*    animation-delay:.2s;*/
/*}*/

/*.nav-menu.active .navbar-nav li:nth-child(3){*/
/*    animation-delay:.3s;*/
/*}*/

/*.nav-menu.active .navbar-nav li:nth-child(4){*/
/*    animation-delay:.4s;*/
/*}*/

/*.nav-menu.active .navbar-nav li:nth-child(5){*/
/*    animation-delay:.5s;*/
/*}*/

/*.nav-menu.active .navbar-nav li:nth-child(6){*/
/*    animation-delay:.6s;*/
/*}*/

/*.navbar-nav li a{*/
/*    position:relative;*/
/*    display:inline-block;*/
/*    padding:14px 25px;*/

/*    color:#fff;*/
/*    text-decoration:none;*/

/*    font-size:18px;*/
/*    font-weight:500;*/

/*    transition:.3s;*/
/*}*/



/*.navbar-nav li a::before{*/
/*    content:'';*/
/*    position:absolute;*/

/*    left:-20px;*/
/*    top:50%;*/

/*    width:0;*/
/*    height:2px;*/

/*    background:#fff;*/

/*    transform:translateY(-50%);*/

/*    transition:.3s;*/
/*}*/

/*.navbar-nav li a:hover{*/
/*    transform:translateX(10px);*/
/*}*/

/*.navbar-nav li a:hover::before{*/
/*    width:14px;*/
/*}*/



/*@keyframes dropMenu{*/

/*    from{*/
/*        opacity:0;*/
/*        transform:translateY(-30px);*/
/*    }*/

/*    to{*/
/*        opacity:1;*/
/*        transform:translateY(0);*/
/*    }*/

/*}*/

/*}*/
