@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Text:wght@400;500;600;700&display=swap');

html {
    overflow-x: hidden;
}

* {
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

body {
    color: #606060;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    margin: 0 0 20px;
    color: #1a1b1e;
    font-family: "Red Hat Display", sans-serif;
}

p {
    font-family: "Red Hat Text", sans-serif;
}

.nav-menu,
nav {
    display: -webkit-box;
    display: -ms-flexbox;
    text-align: center
}

.nav-menu,
.navbar,
nav {
    text-align: center
}

.nav-link {
    font-size: 18px;
    font-weight: 500;
    font-family: "Red Hat Display", sans-serif;
}

a {

    color: inherit;
}

.bar:first-child,
body,
nav {
    width: 100%
}

.bx-shadow-1 {
    box-shadow: 0 0 4px #ddd;
}


nav {
    height: auto;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: rgba(255, 255, 255, 0.2);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

ul {
    margin-bottom: 0
}

.navbar {
    /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    transition: .5s */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar {
    margin-left: auto;
    margin-right: auto;
}

.bar,
.fa-times,
.nav-link {

    -webkit-transition: .5s;
    transition: .5s;
    color: #000;
}

.outline-none {
    outline: 0;
}

.nav-menu li {
    list-style: none;
    margin: 7px 28px;
}

.logo img {
    margin: 2px 20px;
}

.nav-menu {
    display: flex;
    margin: 15px 10px 15px 150px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.nav-link {
    text-decoration: none;
    transition: .5s;
    color: #fff;
}

.nav-link:hover {
    color: #00c3ff;
}


.header-right-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 50px;
}

.btn-primary.small.header-btn-hidde-on-mb {
    margin-left: 66px;
}

.btn-primary.small {
    padding: 18px 24px;
    font-size: 16px;
    line-height: 1.125em;
}

.btn-primary {
    padding: 26px 42px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    border-width: 1.5px;
    border-color: #fff;
    border-radius: 48px;
    background-color: #fff;
    -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
    transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
    transition: border-color 300ms ease, background-color 300ms ease, transform 300ms ease, color 300ms ease;
    transition: border-color 300ms ease, background-color 300ms ease, transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
    color: #00C3FF;
    line-height: 1.111em;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

.line-rounded-icon.link-icon-right.v2 {
    margin-left: 4px;
}

.line-rounded-icon.link-icon-right {
    display: inline-block;
    margin-left: 6px;
}

.btn-primary.small {
    font-size: 18px;
    line-height: 1.125em;
}

/*------dropdown----------*/
.dropdown .dropbtn {
    border: none;
    outline: none;
    background-color: inherit;
    font-family: "Red Hat Display", sans-serif;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 2px;
    /* box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15); */
    padding: 15px 10px 15px 20px;
    width: 250px;
    border-radius: 15px;
}

.btn-secondary {
    background-color: transparent !important;
    margin: 7px 28px;
}

.dropdown-content a {
    float: none;
    color: #333333;
    display: block;
    font-size: 16px;
    margin-bottom: 0;
    padding: 10px 15px;
    padding-left: 20px;
    text-align: left;
    text-transform: capitalize;
    /* border-bottom: solid 1px #f5f5f5; */
}

.dropdown-content a::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -15px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #00c3ff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.dropdown-content a:hover {
    color: #00c3ff;
    padding-left: 15px;
    background-color: transparent;
}

.nav-menu li:last-child a {
    border-bottom: none;
}

.dropdown-content li {
    margin: 0;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-menu {
    list-style-type: none;
}

.dropdown-item {
    margin-left: 0px !important;
}


.hamburger {
    display: none
}

#ticket-tab li {
    border-right: 1px solid #333;
}

#ticket-tab li button {
    border: 0;
    outline: none;
    padding: 0px 25px;
    background-color: #fff;
}

#ticket-tab li:last-child {
    border-right: 0;
}

.bar,
.fa-times {
    width: 1.5rem;
    height: 3px;
    display: block;
    padding: 0;
    margin: 6px;
    transition: .5s;
    background-color: #000
}

.bar:nth-child(2) {
    width: 200%
}

.bar:nth-child(3) {
    width: 300%
}

.menu-btn {
    border: 2px solid #fff;
}

.nav-menu li:last-child,
.nav-menu li:last-child a {
    padding-right: 0 !important
}

.top-nav {
    padding: 10px 50px;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
}

@media (max-width:992px) {

    .hamburger {
        display: block;
        margin-right: 35px;
    }

    .nav-menu {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: start;
        align-items: center;
        position: fixed;
        top: 75px;
        right: -100%;
        -webkit-transition: .5s;
        transition: .5s;
        margin: 0 auto;
    }

    .nav-menu li {
        padding: 0
    }

    .nav-link {
        margin: .2rem 0;
        z-index: 1
    }

}

.logo img {
    width: 160px;
}

@media screen and (max-width:480px) {
    .nav-link {
        padding: .75rem 0
    }

    .logo img {
        width: 120px;
    }

    .navbar {
        margin-left: 5px;
        margin-right: 5px;
    }

    .wview {
        display: none;
    }
}

@media screen and (max-width:992px) {
    nav {
        z-index: 999999;
        height: 75px;
    }

    header {
        position: fixed;
        width: 100%;
        background-color: transparent;
        z-index: 999999;
    }


    header>nav {
        position: fixed;
        background-color: #fff
    }

    header+section {
        padding-top: 75px
    }

}

@media screen and (min-width:993px) and (max-width:1200px) {

    .nav-link {
        font-size: 1rem
    }
}

@media screen and (min-width: 992px) {
    header {
        position: fixed;
        width: 100%;
        background-color: transparent;
        z-index: 999999;
    }

    header.sticky {
        position: fixed;
        top: 0;
        background-color: #fff !important;
        box-shadow: 0 0px 12px #ddd;
        z-index: 999999;
    }

    header.sticky nav .navbar ul li a {
        color: #000 !important;
    }

    header.sticky nav .navbar .dropdown a {
        color: #000 !important;
    }

    header.sticky nav .navbar ul li a:hover {
        color: #00c3ff !important;
    }

    header.sticky nav .navbar .dropdown a:hover {
        color: #00c3ff !important;
    }

    header.sticky nav .navbar .dropdown a ul li a:hover {
        color: #00c3ff !important;
    }

}

/* ---------------new-style----nav----------- */




@media (max-width:992px) {

    .mailchimp-one .inner-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hamburger {
        display: block;
        margin-right: 35px;
    }

    .active .bar:nth-child(2) {
        opacity: 0
    }

    .active .bar:first-child {
        -webkit-transform: translateY(8px) rotate(-315deg);
        transform: translateY(8px) rotate(-315deg);
        width: 300%
    }

    .active .bar:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
        width: 300%
    }

    .nav-menu {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: start;
        align-items: center;
        position: fixed;
        top: 75px;
        right: -100%;
        -webkit-transition: .5s;
        transition: .5s;
        margin: 0 auto;
    }

    .nav-menu li {
        padding: 0
    }

    .nav-link {
        margin: .2rem 0;
        z-index: 1
    }

    .active {
        right: 0;
        z-index: 100;
        transition: .2s
    }
    ul.nav-menu.active {
    background-color: #fff;
    color: #444;
}
}

@media screen and (max-width:480px) {
    .nav-link {
        padding: .75rem 0;
        color: #000;
    }

    .logo img {
        width: 120px;
    }

    .banner-two__btn-block {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .banner-two__btn-block .thm-btn:nth-child(2) {
        margin-left: 0;
        margin-top: 20px;
    }
    .dropdown-menu {
    top: 100%;
    left: -58%;
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: -58%;
}
.wview .btn-primary{
        display: none;
    }
    .btn-primary .small{
        display: none;
    }
}


/* --------------------Banner------------------- */

.ban-secz {
    padding-top: 184px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

.linear-blue {
    background-color: transparent;
    background-image: linear-gradient(80deg, #1f0098 0%, #05d7f0 100%);
    position: relative;
}

.bg-overlay {
    background-image: url('../images/bg-overlay-home.webp');
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.elementor-shape {
    z-index: -1;
}
.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.elementor-shape-bottom {
    bottom: -1px;
}
.banner-small {
    color: #c4f1ff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 20px;
}
.banner-small:before {
  position: absolute;
  left: 43%;
  bottom: -12px;
  width: 90px;
  height: 3px;
  content: "";
  margin-top: 6px;
  background-color: #fe4c1c;
}
.banner-main {
    color: #FFFFFF;
    font-size: 74px;
    line-height: 80px;
    font-weight: 900;
    margin-top: 20px;
}

.blu-text {
    color: #00c3ff;
}

.one-line-form {
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 7px;
    background: #fff;
    border-radius: 33px;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    margin-top: 35px;
}
.one-line-form>p>span, .one-line-form>span {
    width: 40%;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: ltr;
}
.wpcf7 input.wpcf7-text {
    width: 100%;
}
.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: ltr;
}
.one-line-form input {
    border: none;
    color: #7e7e7e;
    font-weight: 500;
    border: 1px solid #e6e6e6;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    padding: 9px 20px;
    box-sizing: border-box;
    outline: none;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: ltr;
}
.one-line-form input {
    border: none;
}
.one-line-form>p {
    margin-bottom: 0;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
    color: #7e7e7e;
    border: 1px solid #e6e6e6;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    padding: 9px 20px;
    box-sizing: border-box;
    outline: none;
}
.wpcf7 input.wpcf7-text {
    width: 100%;
}
.one-line-form button {
    position: absolute;
    top: 5px;
    right: 5px;
    box-shadow: none!important;
}
.one-line-form>p>*, .one-line-form>* {
    float: left;
}
.one-line-form input {
    border: none;
}
.one-line-form input:-ms-input-placeholder{
    color: #252525;
}
.one-line-form input.wpcf7-email {
    border-radius: 0px;
    border-left: 1px solid #e6e6e6;
    padding: 0px 20px;
    margin: 9px 0px;
}
.one-line-form select {
    border: none;
    border-radius: 0px;
    border-left: 1px solid #e6e6e6;
    padding: 0px 20px;
    margin: 9px 0px;
    width: 254px;
    height: 100%;
    outline: none;
    color: #7e7e7e;
    font-weight: 500;
    background-color: #ffffff !important;
}

.imager-over-section {
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #f0f6ff;
    position: relative;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.big-image {
    position: absolute;
    left: 25%;
    margin-top: -7%;
}

.big-image img {
    width: 650px;
}

@media screen and (max-width:480px) {

    h1{
        font-size: 38px !important;
    }

    .banner-main {
        line-height: 40px;
        font-weight: 900;
    }

    .ban-secz {
        padding-top: 120px;
        padding-bottom: 100px;
        position: relative;
    }

    .imager-over-section {
        padding: 0px 0px 180px 0px;
    }

    .big-image {
        position: absolute;
        left: 2%;
        margin-top: -25%;
    }

    .big-image img {
        width: 100%;
    }
}

.ban-bottom{
    margin-top: -12%;
}
/* ---------4-box pages------------ */

.sec-boxes {
    padding-top: 40px;
    padding-bottom: 90px;
    /* background-color: #f0f6ff; */
}

.icon-box.s3 {
    padding: 50px 27px 50px 27px;
    position: relative;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 8px 8px 30px 0 rgba(42, 67, 113, .15);
    -webkit-box-shadow: 8px 8px 30px 0 rgba(42, 67, 113, .15);
    -moz-box-shadow: 8px 8px 30px 0 rgba(42, 67, 113, .15);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.icon-box.s3 .bg-s3 {
    position: absolute;
    content: "";
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #0039e4;
    background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: linear-gradient(145deg, #0039e4, #04dbf1);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.s3 .bg-before {
    background-image: url('../images/bg1-box-1.png');
    background-position: top left;
    background-repeat: no-repeat;
}

.icon-box.s3 .bg-before {
    top: 0;
    left: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
}

.icon-box.s3 .bg-before,
.icon-box.s3 .bg-after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background: #fff;
    z-index: -1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.s3 .bg-after {
    background-image: url('../images/bg2-box-1.png');
    background-position: bottom right;
    background-repeat: no-repeat;
}

.s3 .icon-main {
    background-color: transparent;
    background-image: linear-gradient(180deg, #00c3ff 100%, #f2295b 100%);
}

.icon-box.s3 .icon-main {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-bottom: 25px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #0039e4;
    background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: linear-gradient(145deg, #0039e4, #04dbf1);
    box-shadow: 8px 8px 30px 0 rgba(1, 96, 231, .3);
    -webkit-box-shadow: 8px 8px 30px 0 rgba(1, 96, 231, .3);
    -moz-box-shadow: 8px 8px 30px 0 rgba(1, 96, 231, .3);
}

.icon-box.s3 .icon-main i,
.icon-box.s3 .icon-main span:before {
    font-size: 30px;
    line-height: 70px;
}
.icon-box.s3:hover .icon-main img{
box-shadow: 8px 8px 30px rgba(1, 96, 231, .3);
}
.flaticon-startup:before {
    content: "\f135";
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 14px;
    font-style: normal;
    margin-left: 0;
}

.content-box {
    text-align: center;
}

.icon-box.s3 .content-box h5 {
    margin-bottom: 12px;
    font-size: 18px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.icon-box .content-box .box-title {
    font-weight: 700;
}

.icon-box .content-box .box-title a {
    color: #1a1b1e;
    box-shadow: none;
    text-decoration: none;
}

.icon-box.s3 .content-box p {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.icon-box.s3 .action-box {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.octf-btn {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    font-size: 16px;
    padding: 16px 28px 16px 28px;
    line-height: 1;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    background: #fe4c1c;
    cursor: pointer;
    border: 1px solid transparent;
    outline: 0;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    font-family: "Red Hat Display", sans-serif;
    overflow: hidden;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    box-shadow: 12px 12px 20px 0 rgba(254, 76, 28, .3);
    -webkit-box-shadow: 12px 12px 20px 0 rgba(254, 76, 28, .3);
    -moz-box-shadow: 12px 12px 20px 0 rgba(254, 76, 28, .3);
}

.octf-btn-icon {
    text-align: left;
    padding: 5px 5px 5px 28px;
}

.octf-btn.octf-btn-white {
    background: #fff;
    box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, .15);
    -webkit-box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, .15);
    -moz-box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, .15);
    color: #fe4c1c;
}

.octf-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    background-color: rgba(255, 255, 255, .8);
}

.octf-btn.octf-btn-white:before {
    background-color: rgba(254, 76, 28, .5);
}






/* -----------Grow Your Business with Our SEO Agency-------------- */

.sec001 {
    padding: 40px 0px;
}

.left-align {
    text-align: left;
}

.sub-heading {
    font-size: 14px;
    font-weight: 700;
    color: #a5b7d2;
    position: relative;
    display: inline-block;
    padding-left: 21px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sub-heading::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #a5b7d2;
    top: 3.5px;
    left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.main-heading {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #1a1b1e;
    font-family: "Red Hat Display", sans-serif;
}

.f-22 {
    font-size: 22px;
    line-height: 36px;
    color: #1a1b1e;
}

.nor-text {
    font-family: "Red Hat Text", sans-serif;
    color: #606060;
    padding: 10px 0px 45px 0px;
}

.octf-btn-secondary.octf-btn-icon {
    box-shadow: 8px 8px 18px 0 rgba(0, 195, 255, .3);
    -webkit-box-shadow: 8px 8px 18px 0 rgba(0, 195, 255, .3);
    -moz-box-shadow: 8px 8px 18px 0 rgba(0, 195, 255, .3);
}

.octf-btn-secondary.octf-btn {
    box-shadow: 12px 12px 20px 0 rgba(0, 195, 255, .3);
    -webkit-box-shadow: 12px 12px 20px 0 rgba(0, 195, 255, .3);
    -moz-box-shadow: 12px 12px 20px 0 rgba(0, 195, 255, .3);
}

.octf-btn-secondary {
    background: #00c3ff;
}

.octf-btn-icon {
    text-align: left;
    padding: 5px 5px 5px 28px;
}

.octf-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    background-color: rgba(255, 255, 255, .8);
}

.octf-btn-icon i {
    background: #fff;
    color: #fe4c1c;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-left: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.octf-btn-secondary i {
    color: #00c3ff;
}

.octf-btn-secondary:hover,
.octf-btn-secondary:focus {
    box-shadow: none
}


/* -------company-imgs- */

.company-img {
    -webkit-filter: contrast(0%);
    filter: contrast(0%);
    opacity: .7;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-bottom: 30px;
}

.company-img:hover {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

.company-row {
    margin: 10px auto;
}

/* ---------FAQS----------------- */

.heading-2 {
    margin-bottom: 35px;
    font-size: 40px;
    font-weight: 900;
}

.accordion {
    /* position: relative; */
    width: 350px;
    margin-left: 40px;
}

.title {
    margin-top: 20px;
    font-size: 2rem;
    text-align: center;
}

.content-accordion {
    margin-top: 35px;
    margin-right: 50px;
}

.question-answer {
    width: 100%;
    /* border-bottom: 1px solid #e8e8e8; */
    background: #fff;
    box-shadow: 8px 8px 25px 0 rgba(42, 67, 113, .15);
    -webkit-box-shadow: 8px 8px 25px 0 rgba(42, 67, 113, .15);
    -moz-box-shadow: 8px 8px 25px 0 rgba(42, 67, 113, .15);
    border-radius: 28px;
    -webkit-border-radius: 25px;
    margin-bottom: 20px;
}

.question {
    display: flex;
    justify-content: space-between;
    padding: 0px 25px;
    cursor: pointer;
}

.accordion-img {
    position: relative;
    width: 320px;
}

.title-question {
    margin: 1.4rem 0rem;
    font-size: 1.2rem;
    font-weight: 500;
    color: #000;
}

.question-btn {
    background-color: #00c3ff;
    border-radius: 50%;
    padding: 5px 10px;
    color: #fff;
    font-size: 16px;
        height: 35px;
    margin-top: 15px;
    cursor: pointer;
    border: 1px solid #00C3FF;
    line-height: normal;
}

.up-icon {
    display: none;
}

.answer {
    font-size: 17px;
    line-height: 1.4;
    padding: 10px 20px;
    display: none;
}

.title-question:hover {
    color: #00c3ff;
    cursor: pointer;
}

.show-text .title-question {
    color: #00c3ff;
}

.show-text .answer {
    display: block;
}

.show-text .up-icon {
    display: inline;
}

.show-text .down-icon {
    display: none;
}

@media screen and (min-width: 992px) {
    .accordion {
        width: 920px;
        height: 0;
        display: flex;
    }

    .accordion-img {
        position: relative;
        width: 420px;
        top: 88px;
    }

    /* .question-answer {
          width: 380px;
        } */

    .content-accordion {
        margin-top: 40px;
    }

    .title {
        margin-top: 50px;
        font-size: 3rem;
    }
}

@media screen and (max-width: 480px) {
    .content-accordion {
        margin-top: 20px;
        margin-right: 0px;
    }
}


/* ----------bg hover - boxes-------------- */
.sec002 {
    padding-top: 90px;
    padding-bottom: 75px;
}

.bg-secz .container .row>* {
    padding: 0 !important;
}

.bg-box-grid {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background-color: #0039e4;
    background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: linear-gradient(145deg, #0039e4, #04dbf1);
    box-shadow: 30px 30px 65px 0 rgba(2, 156, 236, .3);
    -webkit-box-shadow: 30px 30px 65px 0 rgba(2, 156, 236, .3);
    -moz-box-shadow: 30px 30px 65px 0 rgba(2, 156, 236, .3);
}

.no-padding {
    padding: 0;
}

.bg-hover-box {
    height: 100%;
    padding: 50px;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, .3);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.bg-icon-box img {
    margin-bottom: 30px;
    background-color: transparent;
    padding: 15px;
}
.bg-hover-box:hover .bg-icon-box img{
    background-color: #0039e4;
    border-radius: 50%;
}
.bg-icon {
    font-size: 40px;
}

.bg-title {
    margin-bottom: 14px;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

.bg-hover-box:hover {
    background-color: #ffffff;
    color: #1a1b1e;
}

.bg-hover-box:hover .bg-title {
    color: #1a1b1e;
}

@media screen and (max-width: 480px) {
    .sec002 {
        padding-top: 70px;
        padding-bottom: 75px;
    }

    .bg-box-grid {
        margin: 0 15px;
        box-shadow: none;
    }

    .bg-secz .container .row>* {
        flex-shrink: unset;
    }
}

/* --------------footer----------------- */

.bg-blu-gradient {
    background-color: transparent;
    background-image: linear-gradient(145deg, #002cae 47%, #04b6f1 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 110px 0px 60px 0px;
}

.footer-box {
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin-top: 30px;
}

.footer-icon-box {
    margin-bottom: 25px;
}

.footer-icon {
    font-size: 30px;
    color: #61daff;
    line-height: 1;
}

.footer-content p {
    color: #ffffff;
    font-family: "Red Hat Display", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer-content h6 {
    color: #9ee8ff;
    font-family: "Red Hat Display", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 8px;
}

.footer-img {
    margin-bottom: 25px;
}

.footer-side {
    position: relative;
}

.box-style2 {
    border-right: 1px solid rgba(255, 255, 255, .2);
    height: 70%;
}

.footer-pages {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: center;
}

.footer-pages li {
    display: inline-block;
    margin: 0 29px;
    margin-bottom: 15px;
}

.footer-pages li a {
    font-family: "Red Hat Display", sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}

.footer-pages li a:hover {
    border-bottom: 1px solid #fff;
}

.foot-content {
    color: #acebff;
    font-family: "Red Hat Text", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
}

/* -----------testimonials----------------- */

.testi-seczz {
    background-image: url('../images/shape-team-1.png');
    background-position: 0px 220px;
    background-repeat: no-repeat;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 80px 0px 0px 0px;
    position: relative;
}

.testi-overlay {
    background-image: url('../images/bg-overlay-home.webp');
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.mt-top {
    margin-top: 40px;
}

.testimonials-wrap {
    position: relative;
    max-width: 100%;
    padding-left: 70px;
    margin: 100px auto 135px;
}

.testimonials-wrap .bg-block {
    width: calc(50% + 55px);
}

.testimonials-wrap .bg-block {
    content: "";
    position: absolute;
    top: -70px;
    left: 0;
    width: calc(50% + 90px);
    height: calc(100% + 140px);
    z-index: -1;
    box-shadow: 30px 30px 45px 0 rgba(2, 156, 236, .3);
    -webkit-box-shadow: 30px 30px 45px 0 rgba(2, 156, 236, .3);
    -moz-box-shadow: 30px 30px 45px 0 rgba(2, 156, 236, .3);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background-color: #0039e4;
    background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: linear-gradient(145deg, #0039e4, #04dbf1);
}

.testimonials-inner {
    box-shadow: 8px 8px 30px 0 rgba(42, 67, 113, .15);
    -webkit-box-shadow: 8px 8px 30px 0 rgba(42, 67, 113, .15);
    -moz-box-shadow: 8px 8px 30px 0 rgba(42, 67, 113, .15);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background: #fff;
    padding: 80px 50px 70px;
    text-align: center;
}

.testimonials-inner {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.testimonials-img-box {
    position: relative;
    text-align: center;
}

.testimonials-img-box img {
    display: inline-block;
    margin-bottom: 42px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 100px;
    box-shadow: none;
}

.t-text {
    font-size: 22px;
    color: #1a1b1e;
    margin-bottom: 32px;
}

.t-info h6 {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
    font-family: "Red Hat Display", sans-serif;
    margin-bottom: 5px;
}

.carousel-control-prev {
    position: absolute;
    width: 46px;
    height: 46px;
    left: 5%;
    margin-top: -6%;
    background: #fff;
    color: #00c3ff;
    border: none;
    outline: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, .15);
    -webkit-box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, .15);
    -moz-box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, .15);
    cursor: unset;
}

.carousel-control-prev:hover {
    background-color: #00C3FF;
}

.carousel-control-next {
    position: absolute;
    width: 46px;
    height: 46px;
    right: 63%;
    margin-top: -6%;
    background: #fff;
    color: #00c3ff;
    border: none;
    outline: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, .15);
    -webkit-box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, .15);
    -moz-box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, .15);
    cursor: unset;
}

.carousel-control-next:hover {
    background-color: #00C3FF;
}


/* -------------contact pages--------------- */

.map-bgs {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 500;
    background: center center no-repeat;
    background-size: cover;
    text-align: center;
}

.page-title {
    font-size: 46px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #1a1b1e;
    font-family: "Red Hat Display", sans-serif;
    margin-top: 30px;
}

.breadcrumbs {
    margin-bottom: 0;
    margin-top: 30px;
    text-transform: capitalize;
    margin: 0 0 20px;
    padding-left: 18px;
}

.breadcrumbs li {
    display: inline-block;
    font-size: 18px;
}

.breadcrumbs li a {
    color: #a5b7d2;
    font-size: 18px;
}

.breadcrumbs .active:before {
    content: "\3e";
    font-family: "Font Awesome 6 Free";
    font-size: 15px;
    color: #a5b7d2;
    margin: 0 8px;
}

/* -----------forms-------------- */
.blu-gradient-box {
    box-shadow: 18px 18px 40px 0px rgba(2, 156, 236, 0.3);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-color: transparent;
    background-image: linear-gradient(145deg, #0039e4 0%, #04dbf1 100%);
    padding: 60px;
    border-radius: 15px;
}

.contact-info {
    font-size: 22px;
    overflow: hidden;
    margin-bottom: 20px;
}

.contact-info i {
    font-size: 30px;
    margin-top: 2px;
    line-height: 1;
    float: left;
    color: #61daff;
}

.info-text {
    padding-left: 50px;
    font-weight: 500;
    color: #ffffff
}

.info-text h6 {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #61daff;
    font-weight: 900;
}

/* ---------contact-form--------- */
.form-seczz {
    margin-left: 45px;
    margin-top: 25px;
}

.contact-page-form {
    margin-top: 30px;
}

.form-control {
    color: #7e7e7e;
    border: 1px solid #e6e6e6;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    padding: 9px 20px;
    box-sizing: border-box;
    outline: none;
    font-family: "Red Hat Text", sans-serif;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 20px;
}

@media screen and (max-width:480px) {
    .form-seczz {
        margin-left: 0px;
        margin-top: 25px;
    }

    .blu-gradient-box {
        padding: 15px;
    }

    .contact-info {
        font-size: 16px;
    }
}

/* ------------About----------- */
.grey-bg {
    background-color: #f0f6ff;
    position: relative;
    padding-top: 80px;
    padding-bottom: 55px;
}

.overflow {
    overflow: hidden;
}

.progress-box {
    margin-bottom: 30px;
}

.progress-box .pname {
    margin-bottom: 10px;
    font-weight: 700;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.bg-blu {
    background: #00c3ff;
    box-shadow: 10px 10px 24px 0px rgba(0, 195, 255, 0.3);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.progress {
    --bs-progress-height: 10px !important;
}

.pad-letft {
    padding-left: 90px;
}

/* --------------4 boxes--------------  */

.hover-elementor-sec {
    position: relative;
}

/* .element-populated{
    padding: 15px;
} */
.hover-icon-box {
    text-align: center;
}

.icon-box {
    padding: 50px 27px 50px 27px;
}

.icon-box {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.icon-box.s3 {
    position: relative;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 8px 8px 30px 0 rgba(42, 67, 113, .15);
    -webkit-box-shadow: 8px 8px 30px 0 rgba(42, 67, 113, .15);
    -moz-box-shadow: 8px 8px 30px 0 rgba(42, 67, 113, .15);
}

.icon-box.s3 .bg-s3 {
    position: absolute;
    content: "";
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #0039e4;
    background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: linear-gradient(145deg, #0039e4, #04dbf1);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.s3 .bg-before {
    background-image: url('../images/bg1-box2-1.png');
    background-position: top left;
    background-repeat: no-repeat;
}

.icon-box.s3 .bg-before {
    top: 0;
    left: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
}

.s3 .bg-after {
    background-image: url('../images/bg2-box2-1.png');
    background-position: bottom right;
    background-repeat: no-repeat;
}

.icon-box.s3 .bg-before,
.icon-box.s3 .bg-after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background: #fff;
    z-index: -1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.icon-box.s3 .bg-after {
    bottom: 0;
    right: 0;
    background-position: bottom right;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
}

.s3 .icon-main {
    background-color: transparent;
    background-image: linear-gradient(180deg, #00c3ff 100%, #f2295b 100%);
}

.icon-box.s3 .icon-main {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-bottom: 25px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #0039e4;
    background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: linear-gradient(145deg, #0039e4, #04dbf1);
    box-shadow: 8px 8px 30px 0 rgba(1, 96, 231, .3);
    -webkit-box-shadow: 8px 8px 30px 0 rgba(1, 96, 231, .3);
    -moz-box-shadow: 8px 8px 30px 0 rgba(1, 96, 231, .3);
}

.icon-box.s3 .content-box h5 {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.icon-box .content-box .box-title a {
    color: #1a1b1e;
}

.icon-box.s3 .content-box p {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.icon-box.s3 .action-box {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.octf-btn {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    font-size: 16px;
    padding: 10px 28px 10px 28px;
    line-height: 1;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    background: #fe4c1c;
    cursor: pointer;
    border: 1px solid transparent;
    outline: 0;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    font-family: "Red Hat Display", sans-serif;
    overflow: hidden;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    box-shadow: 12px 12px 20px 0 rgba(254, 76, 28, .3);
    -webkit-box-shadow: 12px 12px 20px 0 rgba(254, 76, 28, .3);
    -moz-box-shadow: 12px 12px 20px 0 rgba(254, 76, 28, .3);
}

.octf-btn.octf-btn-white {
    background: #fff;
    box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, .15);
    -webkit-box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, .15);
    -moz-box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, .15);
    color: #fe4c1c;
    border-radius: 30px;
}

.octf-btn.octf-btn-white:before {
    background-color: rgba(254, 76, 28, .5);
}

.octf-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    background-color: rgba(255, 255, 255, .8);
}

.octf-btn-icon i {
    background: #fff;
    color: #fe4c1c;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-left: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.octf-btn.octf-btn-white i {
    background: #fe4c1c;
    color: #fff;
}

.icon-box.s3:hover .icon-main svg {
    fill: #00c3ff
}

.icon-box.s3:hover .bg-before,
.icon-box.s3:hover .bg-after {
    opacity: 1;
    visibility: visible
}

.icon-box.s3:hover .bg-s3,
.icon-box.s3:hover .action-box {
    opacity: 1;
    visibility: visible
}

.icon-box.s3:hover .action-box {
    bottom: -26px
}

.icon-box.s3:hover h5,
.icon-box.s3:hover p {
    color: #fff
}

.icon-box.s3:hover h5 a,
.icon-box.s3:hover p a {
    color: #fff
}

.icon-box.s3:hover h5 a:hover,
.icon-box.s3:hover p a:hover {
    color: #fe4c1c
}

/*.icon-box.s3:hover .icon-main {*/
/*    background: #fff;*/
/*    color: #00c3ff*/
/*}*/

.box-hover-gradient:hover .bg-before,
.icon-box.s3.box-hover-gradient:hover .bg-after {
    z-index: -2
}

.icon-box.s3:not(.box-hover-gradient):hover .bg-s3 {
    opacity: 0
}

/*----------new-update------------*/

.flex-shrink-1 h2{
    font-size: 22px;
}
@media screen and (max-width: 480px) {
.testimonials-wrap {
    padding-left: 5px;
}
}

 
.how-work-inner-v3:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('images/download.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    z-index: -1;
}
@media (min-width: 576px){
.d-sm-flex {
    display: flex!important;
}
}

/* ----------new-style----------- */
.how-work-inner-v3 .icon img{
    vertical-align: middle
}
.how-work-inner-v3:hover h2{
    color: #3661fc
}
.how-work-inner-v3 {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden
}
.how-work-inner-v3 {
    padding: 31px 31px 42px 56px
}

.how-work-inner-v3:after {
    content: '';
    width: 148px;
    height: 148px;
    position: absolute;
    left: 32px;
    top: 7px;
    border-radius: 50%;
    background: #3661fc;
    z-index: -11;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}
.how-work-inner-v3:hover:after {
    background-color: #fe651b;
    background: -webkit-linear-gradient(90deg, #fe651b -.02%, #ffaa52 100.06%);
    background: linear-gradient(90deg, #fe651b -.02%, #ffaa52 100.06%)
}

.how-work-inner-v3:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    /* top: 0; */
    top: -48px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='464' height='213' viewBox='0 0 464 213' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.0039 213C30.0039 213 2.82036 212.82 0 183.483V173.818C0 173.818 2.47036 113.131 77.3 100.761C77.3 100.761 170.492 80.9795 170.842 0.0103683H434.466C434.466 0.0103683 460.29 -1.40183 464 28.7362V183.924C464 183.924 460.64 213 435.937 213H30.0039Z' fill='%23F4F4FF'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    z-index: -1
}

.how-work-inner-v3.white:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='464' height='213' viewBox='0 0 464 213' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.0039 213C30.0039 213 2.82036 212.82 0 183.483V173.818C0 173.818 2.47036 113.131 77.3 100.761C77.3 100.761 170.492 80.9795 170.842 0.0103683H434.466C434.466 0.0103683 460.29 -1.40183 464 28.7362V183.924C464 183.924 460.64 213 435.937 213H30.0039Z' fill='white'/%3E%3C/svg%3E%0A")
}

.how-work-inner-v3 .icon {
    background-color: #fe651b;
    background: -webkit-linear-gradient(90deg, #fe651b -.02%, #ffaa52 100.06%);
    background: linear-gradient(90deg, #fe651b -.02%, #ffaa52 100.06%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in
}

.custom-product-wrap .img .left-badges .badge.created,
.how-work-inner-v3:hover .icon,
.price-range-slider .range-bar .ui-slider-range {
    background: #3661fc
}

.how-work-inner-v3 .flex-shrink-1 {
    padding-top: 12px;
    padding-left: 30px
}

.how-work-inner-v3 .flex-shrink-1 p {
    margin-top: 16px;
    color: #1a1a1a
}

.how-work-inner-v3 .number {
    font-weight: 700;
    font-size: 46px;
    line-height: 56px;
    position: absolute;
    left: 32px;
    /* bottom: 15px; */
    bottom: 60px;
    color: #1a1a1a;
    opacity: .1;
    z-index: 1;
}
.sec001{
        padding: 60px 0 35px;
    }
.registerarea__video p {
    font-size: 22px !important;
    margin-bottom: 0 !important;
}
/*-------------mobile-view-------------*/

@media screen and (max-width:480px) {
    .sec001{
        padding: 30px 0;
    }
    .banner-main {
    line-height: 40px;
    font-weight: 900;
    font-size: 38px;
}
.one-line-form>p {
    margin-bottom: 0;
    font-size: 13px;
}
.one-line-form {
    padding: 4px;
}
.one-line-form {
    margin-top: 20px;
}
.one-line-form .octf-btn {
    font-size: 13px;
    height: 40px;
}
.one-line-form .octf-btn-icon i {
    width: 30px;
    height: 30px;
    line-height: 35px;
}
.t-text {
    font-size: 18px;
    color: #1a1b1e;
    margin-bottom: 32px;
}
.section__title .section__title__heading h2 {
    font-size: 35px;
    line-height: 40px;
}
.video__pop__btn{
    display: none;
}
.registerarea__video p {
    font-size: 18px !important;
    line-height: 27px;
    margin-bottom: 20px !important;
}
.testi-seczz {
    padding: 0;
}
.testimonials-inner {
    padding: 40px 20px 70px;
}
.heading-2 {
    margin-bottom: 10px;
    font-size: 35px;
}
.title-question {
    font-size: 17px;
}
.answer {
    font-size: 15px;
}
.how-work-inner-v3 .flex-shrink-1 {
    padding-top: 5px;
    padding-left: 33px;
}
.bg-blu-gradient {
    padding: 60px 0 45px;
}
.ban-secz {
    padding-top: 100px;
    padding-bottom: 60px;
    position: relative;
}
.footer-pages li {
    display: block;
}
.bg-hover-box {
    padding: 25px;
}
.pad-letft {
    padding-left: 10px;
}
.icon-box.s3 {
    padding: 30px 20px;
}
.flex-shrink-1 h2 {
    font-size: 22px !important;
    margin-bottom: 10px;
}
.how-work-inner-v3:before {
    top: -57px;
}
.sec002 {
    padding-top: 40px;
    padding-bottom: 35px;
}
h2{
    font-size: 35px;
}
.nav-imgz{
    display: none !important;
}
.sticky-imgz{
    display: block !important;
}
}

.footsocial{
        padding: 0;
        margin: 0;
    }
    .footsocial li{
        list-style: none;
        display: inline-block;
    }
    .footsocial li a i{
        font-size: 30px;
        color: #61daff;
        margin-right: 30px;
        margin-bottom: 20px;
    }

.form-spinner, .contact-response-output, .bcontact-response-output {
    display: none;
}









/*--------------new-style-------------------*/



/* -----------new-design---------------- */


/* -----------------------
   Background Wave Section
-------------------------- */
.why-us-section {
    background: url('../images/BG16.webp');
    /* matches your screenshot wave */
    background-size: cover;
    background-position: center;
    padding-top: 60px;
    padding-bottom: 80px;
}

/* Underline below "So, why us?" */
.underline {
    width: 60px;
    height: 6px;
    background: #00c7e6;
    margin-bottom: 30px;
}

/* --------------------------------
   Feature Box Styling
----------------------------------- */
.feature-box {
    background: transparent;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 10px;
}

/* ICON defaults */
.icon-wrapper {
    font-size: 75px;
    color: #ff8d8d;
    transition: transform 0.35s ease, color 0.35s ease;
}

/* Heading defaults */
.feature-title {
    font-size: 22px;
    color: #333;
    font-weight: 700;
    transition: color 0.35s ease;
}

/* TEXT */
.feature-box p {
    font-size: 1.05rem;
    color: #444;
}

/* Hover effect */
.feature-box:hover .icon-wrapper {
    transform: translateY(-12px);
    /* Lift up */
    /* color: #00c7e6; Optional match color */
}

.feature-box:hover .feature-title {
    color: #00c7e6;
    /* heading color change */
}






.heading {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 40px;
    color: #222;
}

/* Purple header column */
.purple-col {
    background: #9E6CFF;
    color: white !important;
}

.comparison-table th,
.comparison-table td {
    padding: 18px 20px;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
    font-size: 15px;
    font-family: "Red Hat Display", sans-serif;
}

.comparison-table th {
    background: #fff;
    font-weight: 600;
}

.comparison-table td {
    background: #fff;
    color: #333 !important;
}

/* Top header row styling */
.top-header th {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    border: none !important;
}


/* Icon placeholders (optional) */
.header-icon {
    font-size: 26px;
    margin-bottom: 6px;
    opacity: 0.8;
}

/* Top header styling */
.top-header th {
    text-align: left;
    font-size: 1.25rem;
    font-weight: 600;
    border: none !important;
    padding: 10px 40px;
}

/* Purple first column */
.top-header .purple-col {
    background: #04dbf1 !important;
    color: #fff !important;
}

/* Black background for remaining columns */
.top-header .black-col {
    background: #0039e4  !important;
    color: #fff !important;
}

.bggrs {
    background-color: #edecf0 !important;
}

/* Icon style */
.header-icon {
    font-size: 26px;
    margin-right: 10px;
    vertical-align: middle;
}


/*--------------table-2-------------*/



/* --------------new-table-card-------------- */

.passionates-box {
    background-color: #04dbf1;
    /* Exact sampled color */
    color: white;
    padding: 40px;
    width: 360px;
    border-radius: 4px;
}

.passionates-title {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 25px;
}

.passionates-table {
    width: 100%;
}

.passionates-table td {
    padding: 10px 0;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.25); */
    font-size: 15px;
}

.passionates-table td:first-child {
    font-weight: 600;
    width: 40%;
}

.passionates-table tr:last-child td {
    border-bottom: none;
}

/* ------table-2----------- */

.team-box {
    background-color: #ffffff;
    width: 360px;
    padding-bottom: 30px;
}

.team-header {
    background-color: #0039e4;
    padding: 20px 25px;
    color: white;
    display: flex;
    align-items: center;
    gap: 12px;
}

.team-header-title {
    font-size: 22px;
    font-weight: 600;
}

.team-table {
    padding: 25px;
    width: 100%;
}

.team-table td {
    padding: 10px;
    font-size: 15px;
}

.team-table td:first-child {
    font-weight: 700;
    width: 40%;
}

.team-table tr:last-child td {
    border-bottom: none;
}

/* Simple placeholder icon */
/* .icon-placeholder {
    width: 28px;
    height: 28px;
    border: 2px solid white;
    border-radius: 50%;
    position: relative;
}

.icon-placeholder::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 6px;
    border: 2px solid white;
    border-top: none;
    border-radius: 0 0 10px 10px;
    bottom: -8px;
    left: 4px;
} */




/* -----------services-------------- */


.seo-nav {
    background: white;
    padding: 15px 0;
    overflow-x: auto;
    white-space: nowrap;
}

.seo-btn {
    font-size: 21px;
    font-weight: 600;
    padding: 10px 14px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: all .2s;
    display: inline-block;
    margin-right: 15px;
}

.seo-btn:hover {
    border-bottom: 3px solid #000;
}

.seo-btn.active {
    background: #dff4f3;
    border-radius: 10px 10px 0 0;
    border-bottom: 3px solid transparent !important;
}

.seo-section {
    background: #dff4f3;
    border-radius: 0 0 12px 12px;
    padding: 30px;
    margin-top: -32px;
}

.seo-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}
.seo-img{
    width: 100%;
}
.seo-text {
    font-size: 18px;
    line-height: 1.6;
}

img {
    border-radius: 12px;
}

/* Mobile adjustments */
@media (max-width: 767px) {
    .seo-btn {
        font-size: 16px;
        padding: 8px 12px;
        margin-right: 14px;
    }

    .seo-title {
        font-size: 28px;
    }

    .seo-text {
        font-size: 17px;
    }

    .seo-section {
        padding: 20px;
    }
}






/* -----------design-5----------------- */

.service-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 0 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    position: relative;
    transition: 0.2s ease;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-5px);
}

/* right colored line */
.accent-line {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    border-radius: 0 18px 18px 0;
}

.orange {
    background: #ff7f32;
}

.green {
    background: #3ccf91;
}

.pink {
    background: #ff61c9;
}


.service-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 6px;
}

.service-desc {
    color: #666;
    font-size: 0.95rem;
}

.serheads{
    font-size: 26px;
    font-weight: 900;
    letter-spacing: -.05rem;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #000;
}
.serpargh{
    font-size: 19px;
    font-weight: 400;
    line-height: 1.6;
    width: 100%;
    margin: 0 0 15px;
}

.wview {
    display: block;
}
.mview {
    display: none;
}
/*-------------mobile-view-------------*/

@media screen and (max-width:480px) {

.wview {
    display: none;
}
.mview {
    display: block;
}
    .carousel-control-prev {
    left: -2%;
    top: 50%;
}
.carousel-control-next {
    right: -2%;
    top: 50%;
}
.icon-box{
    padding: 10px;
}
.service-card {
    padding: 20px;
}
}







/*----------------new-button-design----------------*/


   .dual-btn-container {
    height: 85px;
    max-width: 850px;
    border-radius: 45px;
    background: #fff;
    display: flex;
    position: relative;
    overflow: hidden;
    margin: 45px auto;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* LEFT SIDE */
.left-side {
    width: 50%;
    background: #ff7f32;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    transition: .3s;
}
.bluebgs{
    background: #0039e4;
}
.whitbgs{
   background: #fff;
   color: #0039e4;
}
/* RIGHT SIDE */
.right-side {
    width: 50%;
    background: #04dbf1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: 700;
    color: #000;
    transition: .3s;
}

/* CENTER ICON */
.center-icon-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.center-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #001C33;
    color: #fff;
    border: 6px solid rgba(255,255,255,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    transition: .3s;
}


/* HOVER EFFECTS – BG & GLOW */

/* Hover LEFT */
.left-side:hover {
    background: #04dbf1;
}
.left-side:hover ~ .right-side {
    background: #fff;
}
.left-side:hover ~ .center-icon-wrapper .center-icon {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(0,255,160,.5);
}

/* Hover RIGHT */
.right-side:hover {
    background: #04dbf1;
}


.right-side:hover ~ .center-icon-wrapper .center-icon {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(0,255,160,.5);
}
.right-side:hover .left-side {
    background: #fff !important;
    color: #000;
}


.dual-btn-container:has(.right-side:hover) .left-side {
    background: #fff !important;
    color: #000;
}
.dual-btn-container:has(.right-side:hover) .right-side {
    background: #ff7f32;
    color: #fff;
}


@media screen and (max-width:480px) {
    .center-icon {
    width: 55px;
    height: 55px;
    font-size: 24px;
}
.right-side, .left-side{
    font-size: 15px;
    line-height: 1.4;
    text-transform: capitalize;
}
}
