body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter-Medium', sans-serif;
}

/*
=========================================================
  Typography
=========================================================*/

@font-face {
    font-family: 'Inter-Black';
    src: url('../fonts/Inter-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('../fonts/Inter-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-SemiBold';
    src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Medium';
    src: url('../fonts/Inter-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('../fonts/Inter-Regular.ttf') format('truetype');
}


/*=========================================================*/
.navbar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transition: .5s;
    background: #000000;
    z-index: 111;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.toggler-icon {
    font-size: 26px;
    color: #fff;
}

.navbar-dark .navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: unset;
}

.navbar.black {
    background: #000000;
}

.nav-menu .nav-item a {
    position: relative;
    margin-top: 12px;
}

.nav-menu .nav-item a span {
    position: absolute;
    content: '';
}

.nav-menu .nav-item a span {
    position: absolute;
    content: '';
    top: -12px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: #00E6E6;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #00E6E6;
}

.navbar-dark .navbar-nav .nav-link:hover.dropdown-toggle::after,
.navbar-dark .navbar-nav .nav-link:focus.dropdown-toggle::after {
    border: 1.5px solid #00E6E6;
}

.nav-link.dropdown-toggle.active.dropdown-toggle::after {
    border: 1.5px solid #00E6E6;
}

.navbar .dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
    border: 1.5px solid #fff;
    border-radius: 5px;
    padding: 1px 3px;
    font-size: 12px;
    line-height: 12px;
}

.login-btn .btn {
    color: #050404;
    font-weight: 500;
    padding: 14px 25px;
    border-radius: 0;
    transition: 0.4s ease;
}

.btn-check:focus+.btn-light, .btn-light:focus {
    box-shadow: unset;
}

.login-btn .btn:hover {
    background-color: #00E6E6;
}

.nav-menu .dropdown-menu {
    width: 100%;
    background: #fff;
    border: unset;
    box-shadow: 7px 9px 44px rgb(0 0 0 / 12%);
}

.dropdown-menu .mega-content .list-group {
    border-radius: 30px;
    width: 100%;
    padding: 30px;
}

.light-danger {
    background: #FFEEF4;
}

.light-info {
    background: #E1FBFF;
}

.light-dark {
    background: #050404;
}

.dropdown-menu .mega-content .list-group img {
    margin-bottom: 26px;
}

.dropdown-menu .mega-content .list-group h5 {
    margin-bottom: 15px;
    color: #050404;
    font-weight: 600;
}

.light-dark h5 {
    color: #fff !important;
}

.dropdown-menu .mega-content .list-group p {
    margin-bottom: 15px;
    color: #707070;
    font-size: 14px;
}

.mega-box-btn {
    font-weight: 500;
    text-decoration: none;
}

.mega-box-btn.light-danger {
    color: #FB1D58;
    margin-top: 0;
}

.mega-box-btn.light-info {
    color: #13ADC5;
    margin-top: 0;
}

.industry-solutions-list,
.industry-solutions-results-list {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.industry-solutions-list a {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 6px 10px;
    margin-top: 0 !important;
}

.industry-solutions-results {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    margin-top: 30px;
    padding: 20px 20px 25px;
}

.industry-solutions-results a {
    background: #FB1D58;
    border-radius: 4px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 6px 10px;
    margin-top: 0 !important;
}

/* home page testimonial start */
.client-meet-slider-image {
    width: 260px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #212121;
    margin-bottom: 30px;
}

.client-meet-image {
    display: inline-block;
}

.client-meet-image img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.client-meet-text h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.client-meet-text h4 img {
    width: 12px;
    height: 12px;
}

.client-meet-text span {
    color: #707070;
    font-size: 14px;
}

/* home page testimonial end */

.slick-list.draggable {
    padding: 0 100px 0 0 !important;
}

/* Service Page CSS Start*/
.services {
    position: relative;
    padding: 40px 0 70px;
    margin-top: 107px;
}

.services-head {
    margin-bottom: 60px;
}

.services-head h3 {
    position: relative;
    padding: 0;
    color: #02CFAA;
    line-height: 1;
    letter-spacing: 0.3px;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    margin-bottom: 30px;
}

.services-head h3:before {
    content: '';
    width: 60px;
    height: 3px;
    background: #02CFAA;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}

.services-head h3 span {
    font-weight: 700;
    padding-bottom: 5px;
    color: #2f2f2f
}

.services-head p {
    color: #818181;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.services .box {
    background-color: #12141c;
    overflow: hidden;
    transition: .3s ease;
    height: 100%;
}

.services .box i {
    color: #02CFAA;
    transition: inherit;
    transition-delay: 0s
}

.services h4 {
    color: #fff;
    transition: inherit;
    transition-delay: .05s;
}

.services .box p {
    color: #999999;
    transition: inherit;
    transition-delay: .1s;
}

.readmore {
    color: #fff;
    overflow: hidden;
    display: inline-block;
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding-right: 2rem;
}

/* .readmore:before {
	animation: ts-link-arrow-effect-animation-out;
    animation-fill-mode: forwards;
    animation-duration: .4s;
    animation-timing-function: cubic-bezier(.6, .01, 0, 1);
    background-color: #02CFAA;
    bottom: 0;
    height: .125rem;
    margin: auto;
    left: 0;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    transform: scaleX(.2);
    transform-origin: left center;
    z-index: 0;
} */
.readmore span {
    position: relative;
    /*transform: translareadmore:beforeteX(-200%);*/
    display: inline-block;
    transition: .6s cubic-bezier(.6, .01, 0, 1);
}

.readmore:hover {
    color: #02CFAA;
}

.box:hover .readmore span {
    /*transform: translateX(0%);*/
}

/*.services:hover .readmore:before {*/
/*	animation: ts-link-arrow-effect-animation-in;*/
/*    animation-fill-mode: forwards;*/
/*    animation-duration: .4s;*/
/*    animation-timing-function: cubic-bezier(.6, .01, 0, 1);*/
/*}*/
.services .box:hover i,
.services .box:hover h4,
.services .box:hover p {
    transform: translateY(-0.625rem);
}

@keyframes ts-link-arrow-effect-animation-out {
    0% {
        transform-origin: right center;
        transform: scaleX(.2);
    }

    70% {
        transform-origin: right center;
    }

    71% {
        transform-origin: left center;
        transform: scaleX(1);
    }

    100% {
        transform-origin: left center;
        transform: scaleX(.2);
    }
}

@keyframes ts-link-arrow-effect-animation-in {
    0% {
        transform-origin: left center;
        transform: scaleX(.2);
    }

    70% {
        transform-origin: left center;
        transform: scaleX(1);
    }

    71% {
        transform-origin: right center;
    }

    100% {
        transform-origin: right center;
        transform: scaleX(.2);
    }
}

/* checkout page css start */
.checkout-pricing-table {
    background: #f2f2f280;
    text-align: center;
    position: relative;
    font-weight: normal;
    width: 100%;
    height: 100%;
    padding: 20px;
    transition: all 0.6s ease;
    transform: perspective(1000px);
}

.checkout-pricing-table-title h4,
.total-value-text h4 {
    color: #2f3439;
    font-weight: bold;
    font-size: 20px;
}

.checkout-pricing-table .checkout-price-value {
    color: #2f3439;
    transition: all 0.3s ease 0s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #d2d6da;
    padding-top: 7px;
}

.checkout-price-value .value {
    display: flex;
    align-items: center;
    justify-content: start;
    font-weight: bold;
}

.checkout-price-value .currency {
    display: inline-block;
    font-size: 24px;
}

.checkout-price-value .amount {
    font-size: 24px;
    font-weight: 700;
    display: flex;
}

.checkout-pricing-content ul {
    color: #6f6f6f;
    line-height: 30px;
    font-size: 15px;
    margin-bottom: 7px;
}

.checkout-pricing-content ul li img {
    width: 18px;
}

.checkout-Payment-box .title {
    color: #2f3439;
    font-weight: bold;
    font-size: 20px;
}

.checkout-Payment-box .choos-text {
    margin-bottom: 20px;
}

.checkout-Payment-box .checkout-Payment-Method {
    cursor: pointer;
    display: block;
}

.checkout-Payment-box .checkout-Payment-Method input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.checkout-Payment-box .checkout-Payment-Method input[type="radio"]:checked+.checkout-Payment-Method-content {
    border: 1px solid #02cfaa;
    background: rgb(2 207 170 / 11%);
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.checkout-Payment-box .checkout-Payment-Method .checkout-Payment-Method-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e1e2e7;
    border-radius: 10px;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
    position: relative;
}

.checkout-Payment-Method-content .pay-options-img {
    height: 60px;
    margin-left: 20px;
}

.checkout-Payment-icon span {
    display: inline-block;
    position: relative;
}

.checkout-Payment-icon span img {
    width: 40px;
    height: 100%;
    margin-right: 5px;
}

.checkout-Payment-box .checkout-Payment-Method input[type="radio"]:checked+.checkout-Payment-Method-content:after {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background: #02CFAA;
    left: 12px;
    top: 30px;
    border-radius: 100%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
    box-shadow: 0px 0px 0px 2px #02cfaa;
}

.checkout-pay-button .plan-pay-btn {
    font-size: 22px;
    font-weight: 500;
    width: 100%;
    height: 48px;
}

.offset-xl-2 {
    position: relative;
    z-index: 1;
}

.offset-xl-2::after {
    content: '';
    position: absolute;
    background: #e6e6e6;
    height: 100%;
    width: 1px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial {
    padding: 100px 0;
    background: #000;
    color: #fff;
}

/* checkout page css end */

@media (max-width: 575px) {
    .services {
        padding: 50px 0 0px;
    }

    .services-head {
        margin-bottom: 20px;
    }
}

/* Service Page CSS End*/

@media(max-width:991px) {
    .navbar {
        background: #000;
    }

    .navbar-nav {
        gap: 0 !important;
        padding: 10px 0;
    }

    .nav-menu .nav-item a span {
        display: none;
    }
}

@media(max-width:480px) {
    .logo img {
        width: 60px;
    }
}

/* Graphics Page CSS Start*/
.graphics {
    position: relative;
    padding: 40px 0 70px;
    margin-top: 107px;
}

.graphics-head {
    margin-bottom: 60px;
}

.graphics-head h3 {
    position: relative;
    padding: 0;
    color: #02CFAA;
    line-height: 1;
    letter-spacing: 0.3px;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    margin-bottom: 30px;
}

.graphics-head h3:before {
    content: '';
    width: 60px;
    height: 3px;
    background: #02CFAA;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}

.graphics-head h3 span {
    font-weight: 700;
    padding-bottom: 5px;
    color: #2f2f2f
}

.graphics-head p {
    color: #818181;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.graphics .box img {
    width: 100%;
    height: 100%;
    max-height: 250px;
}

@media (max-width: 575px) {
    .graphics {
        padding: 50px 0 0px;
    }

    .graphics-head {
        margin-bottom: 20px;
    }
}

/* graphics Page CSS Close*/


/* Video Page CSS Start*/

.video-section {
    position: relative;
    padding: 40px 0 70px;
    margin-top: 107px;
}

.video-section-head {
    margin-bottom: 60px;
}

.video-section-head h3 {
    position: relative;
    padding: 0;
    color: #02CFAA;
    line-height: 1;
    letter-spacing: 0.3px;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    margin-bottom: 30px;
}

.video-section-head h3:before {
    content: '';
    width: 60px;
    height: 3px;
    background: #02CFAA;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}

.video-section-head h3 span {
    font-weight: 700;
    padding-bottom: 5video-sectionpx;
    color: #2f2f2f
}

.video-section-head p {
    color: #818181;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.video-section .box video {
    width: 100%;
    height: 100%;
    max-height: 220px;
    max-width: 390px;
}

@media (max-width: 575px) {
    .video-section {
        padding: 50px 0 0px;
    }

    video-section .video-section-head {
        margin-bottom: 20px;
    }
}

/* Video Page CSS Close*/

.testimonial {
    padding: 100px 0;
}

.testimonial-content {
    position: relative;
}

.testimonial-content h6 {
    color: #02CFAA;
    font-weight: 500;
    font-size: 14px;
}

.testimonial-content h2 {
    font-weight: normal;
    font-size: 38px;
    margin: 20px 0;
    font-family: 'Inter-Medium', sans-serif;
}

.testimonial-video video {
    width: 100%
}

@media (max-width: 991px) {
    .testimonial {
        padding: 50px 0 80px 0;
    }
}

/* Testimonial Page CSS Close*/


/*========================================================
    Navbar And Mega Menu Close
========================================================*/

.hero-banner {
    width: 100%;
    min-height: 800px;
    height: 100%;
    background-image: url('../images/hero-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}

.hero-banner-content-box {
    position: relative;
    top: 200px;
}

.hero-banner-content h2 {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 64px;
    margin-bottom: 30px;
}

.hero-banner-content h2 span {
    font-weight: 400;
}

.hero-banner-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #707070;
    margin-bottom: 50px;
}

.hero-banner-vacter {
    text-align: right;
}

.hero-banner-vacter img {
    max-width: 100%;
}

.hero-banner-btn {
    display: flex;
    align-items: center;
    gap: 14px;
    white-space: normal;
}

.hero-banner-btn .plan-btn,
.hero-banner-btn .more-btn {
    background: #00E6E6;
    padding: 14px 47px;
    color: #000000;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    transition: 0.3s ease;
}

.hero-banner-btn .more-btn {
    background-color: transparent;
    color: #fff;
}

.hero-banner-btn .plan-btn:hover {
    background-color: #fff;
}

.hero-banner-btn .more-btn:hover {
    background: #00E6E6;
    color: #000000;
}

@media(max-width:991px) {
    .hero-banner-content h2 {
        font-size: 50px;
    }

    .hero-banner-content h2 br {
        display: none;
    }

    .hero-banner-btn .plan-btn, .hero-banner-btn .more-btn {
        padding: 14px 30px;
    }
}

@media(max-width: 767px) {
    .hero-banner-content-box {
        top: 130px;
    }

    .hero-banner-content-box .row {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .hero-banner-vacter img {
        width: 300px;
    }

    .hero-banner-vacter {
        text-align: unset;
    }

    .hero-banner-content p {
        font-size: 16px;
    }
}

@media(max-width: 480px) {
    .hero-banner-content h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .hero-banner-content p {
        margin-bottom: 30px;
    }
}

@media(max-width:360px) {
    .hero-banner-content h2 {
        font-size: 30px;
    }

    .hero-banner-btn .plan-btn,
    .hero-banner-btn .more-btn {
        padding: 10px 15px;
    }
}

/*========================================================
   Hero-Banner Close
========================================================*/
.partners {
    background: rgba(5, 4, 4, 0.05);
    padding: 30px 0;
}

.partners-logo img {
    margin: 0 auto;
}

.logo img, .services-logo {
    width: 90px;
}

.footer-logo {
    width: 150px;
}

/*========================================================
   partners-slider Close
========================================================*/

.about {
    padding: 100px 0;
}

.about-content {
    position: relative;
    margin-top: 50px;
}

.section-no {
    border-bottom: 1px solid #707070;
    width: 300px;
    font-weight: 400;
    font-size: 16px;
    color: #707070;
    position: absolute;
    top: -35px;
    text-align: right;
}

.about-image {
    text-align: right;
}

.about-image img {
    max-width: 100%;
}

.about-content h6,
.our-services-content h6 {
    color: #02CFAA;
    font-weight: 500;
    font-size: 14px;
}

.about-content h2 {
    color: #000000;
    font-weight: normal;
    font-size: 38px;
    margin: 20px 0;
    font-family: 'Inter-Medium', sans-serif;
}

.about-content p {
    font-weight: 400;
    font-size: 18px;
    color: #707070;
}

@media(max-width:992px) {
    .about {
        padding: 30px 0;
    }

    .about-content {
        margin-top: 20px;
    }

    .section-no {
        width: 260px;
    }
}

@media(max-width:767px) {
    .about-image {
        text-align: unset;
    }

    .about .row {
        flex-direction: column-reverse;
    }
}

/*========================================================
   About Close
========================================================*/
.our-subscription .container-fluid {
    overflow: hidden;
}

.our-subscription .container-fluid .col-sm-6 {
    padding: 0;
}

.our-subscription-slider .slick-list.draggable {
    padding: 0 !important;
}

.our-subscription-slider-box .our-subscription-text-box {
    background: rgba(115, 4, 34, 0.03);
}

.our-subscription-text-box {
    background: #000000;
    color: #fff;
}

.our-subscription-text-box {
    position: relative;
    padding: 93px 50px;
    height: 550px;
    max-height: 100%;
}

.our-subscription .section-no {
    border-bottom: 1px solid #707070;
    width: 300px;
    font-weight: 400;
    font-size: 16px;
    color: #707070;
    position: absolute;
    top: 45px;
    text-align: right;
}

.our-subscription-slider-image {
    margin-bottom: 15px;
}

.our-subscription-slider-box .our-subscription-text-box h4 {
    color: #000;
    margin: 20px 0;
}

.our-subscription-text-box h6 {
    font-weight: 500;
    font-size: 14px;
}

.our-subscription-text-box h2 {
    font-weight: normal;
    font-family: 'Inter-Medium', sans-serif;
    font-size: 38px;
    margin: 20px 0;
}

.our-subscription-text-box p {
    font-weight: 400;
    font-size: 18px;
    color: #707070;
    margin-bottom: 50px;
}

.descover-btn {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    text-decoration: none;
}

.details-btn {
    font-weight: 500;
    font-size: 18px;
    color: #00E6E6;
    text-decoration: none;
}


@media(max-width:992px) {
    .our-subscription-text-box {
        padding: 30px 15px;
    }

    .our-subscription-slider-box .our-subscription-text-box h4 {
        font-size: 16px;
        white-space: nowrap;
    }

    .our-subscription-text-box h2 {
        font-size: 28px;
    }

    .our-subscription .section-no {
        top: 32px;
        width: 220px;
    }

    .our-subscription-text-box p {
        margin-bottom: 20px;
    }
}

/*========================================================
   Our Subscription Close
========================================================*/
.our-services {
    padding: 100px 0;
}

.our-services-content {
    position: relative;
}

.our-services-content h2 {
    font-weight: normal;
    font-size: 38px;
    margin: 20px 0;
    font-family: 'Inter-Medium', sans-serif;
}

.our-services-video {
    position: relative;
}

.our-services-video .services-logo {
    position: absolute;
    z-index: 11;
    top: 22px;
    left: 22px;
}

.video-testimonial-block {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 35px;
}

.video-testimonial-block .video-thumbnail {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    background-size: cover;
    top: 0;
    left: 0;
}

.video-testimonial-block .video iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
    border-radius: 35px;
    max-height: 350px;
}

.video-testimonial-block .video-play {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
}

.video-testimonial-block .video-play::before {
    content: "\f144";
    font: normal normal normal 14px/1;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 50px;
    color: rgb(255 255 255 / 50%);
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    background: rgb(255 255 255 / 25%);
}

.our-services-link {
    margin-bottom: 20px;
}

.our-services-link a {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 6px 18px;
    margin: 5px;
    font-size: 18px;
    color: #000000;
    text-decoration: none;
    font-weight: 400;
    display: inline-block;
}

.our-services-link a:hover {
    color: #000000;
}

@media(max-width:991px) {
    .our-services {
        padding: 50px 0 80px 0;
    }

    .video-testimonial-block .video {
        position: relative;
    }

    .our-services-video .services-logo {
        top: 15px;
        left: 15px;
        width: 50px;
    }

    /* .video-testimonial-block {
        height: 45vh;
    } */
    .our-services-link a {
        padding: 6px 10px;
        margin: 4px;
        font-size: 15px;
    }
}

@media(max-width: 470px) {
    .our-services-link a {
        display: block;
    }

    .video-testimonial-block,
    .video-testimonial-block .video iframe {
        height: 31vh;
    }

    .client-meet--title h2 {
        font-size: 30px !important;
        margin-bottom: 20px;
    }
}

/*========================================================
   Our-Services Close
========================================================*/
.client-meet {
    background: #000000;
    color: #fff;
}

.client-meet-text-box {
    background: #FFFFFF;
    box-shadow: 7px 9px 44px rgb(0 0 0 / 12%);
    border-radius: 30px;
    display: flex;
    color: #000;
    align-items: center;
    justify-content: center;
    padding: 34px;
    width: 370px;
    max-width: 100%;
    margin: 0 auto 50px;
    margin-top: -35px;
}

.client-meet-text,
.client-meet-content {
    text-align: center;
}

.client-meet--title h2 {
    font-weight: normal;
    font-size: 38px;
    color: #02CFAA;
    font-family: 'Inter-Medium', sans-serif;
}

.client-meet--title h2 span {
    color: #fff;
}

.client-meet-text h6 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-weight: 700;
    margin: 0;
}

.client-meet-text h6 span {
    font-size: 30px;
    color: #707070;
    margin-top: 7px;
}

.client-meet-text h6 p {
    font-weight: 400;
    font-size: 14px;
    color: #707070;
    margin: 0 0px 0 15px;
    text-align: left;
}

.client-meet-like-icon li {
    list-style: none;
    display: inline-block;
    margin: 20px 0;
}

.client-meet-like-icon li i {
    font-size: 24px;
    background: #02CFAA;
    border: 3px solid #02CFAA;
    color: #fff;
    border-radius: 5px;
    padding: 6px;
    position: relative;
    z-index: 1;
}

.client-meet-like-icon .un-like i {
    border: 2px solid #000000;
    background: transparent;
    color: #000;
}

.client-meet-like-icon li i::after {
    content: '';
    background: #02CFAA;
    border-radius: 2px;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    z-index: 99;
    display: inline-block;
    width: 15px;
    height: 15px;
    z-index: -1;
}

.client-meet-like-icon .un-like i::after {
    background: transparent;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    bottom: -9px;
}

.client-meet-boxes {
    box-shadow: 7px 9px 44px rgb(0 0 0 / 12%);
    padding: 30px;
    height: 480px;
    max-height: 100%;
    cursor: pointer;
}

.client-meet-slider-text h3 {
    margin-bottom: 14px;
    font-weight: normal;
    font-size: 20px;
    font-family: 'Inter-Medium', sans-serif;
}

.client-meet-slider-text span {
    font-weight: 500;
    font-size: 14px;
    color: #00E6E6;
}

.client-meet-slider-text p {
    color: #707070;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin: 8px 0 20px;
}

.client-meet-slider-text h6 {
    font-weight: 400;
    font-size: 14px;
}

.client-meet-boxes:hover {
    background: rgba(255, 255, 255, 0.05);
}

@media(max-width:767px) {
    .client-meet-boxes {
        height: auto;
    }
}

/*========================================================
   Client Meet Close
========================================================*/
.working {
    background: #FFFFFF;
    position: relative;
    z-index: 1;
}

.working:before,
.working:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 50%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

.working:after {
    background: #FAF7F8;
    right: 0;
    left: auto;

}

.working-box {
    padding: 80px 30px 40px;
}

.questions-work,
.glance-work {
    position: relative;
}

.questions-work h2,
.glance-work h2 {
    font-weight: normal;
    font-size: 38px;
    margin-bottom: 50px;
    font-family: 'Inter-Medium', sans-serif;
}

.glance-work h2 {
    margin-bottom: 20px;
}

.glance-work p {
    color: #707070;
    font-weight: 400;
    font-size: 18px;
}

.questions-work h6,
.glance-work h6 {
    color: #02CFAA;
}

.questions-accordion .accordion-item {
    background: transparent;
    box-shadow: unset;
    margin-bottom: 12px;
    border: unset;
    border-radius: 20px;
}

.questions-accordion .accordion-button:focus {
    box-shadow: unset;
}

.questions-accordion .accordion-button,
.questions-accordion .accordion-item:first-of-type .accordion-button,
.questions-accordion .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 7px 9px 34px rgb(0 0 0 / 12%);
    color: #000000;
    font-weight: 500;
    font-size: 18px;
}

.questions-accordion .accordion-button:not(.collapsed) {
    background: #FFFFFF;
    box-shadow: 7px 9px 34px rgb(0 0 0 / 12%);
    border: unset;
}

.questions-accordion .accordion-body p {
    color: #707070;
    font-weight: normal;
    font-size: 16px;
    font-family: 'Inter-Medium', sans-serif;
}

.faq-btn {
    font-weight: 500;
    font-size: 18px;
    color: #02CFAA;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    text-decoration: none;
}

a:hover {
    color: #02CFAA;
}

.questions-accordion .accordion-button::after {
    border: 1.5px solid #02CFAA;
    border-radius: 5px;
    width: 7px;
    height: 5px;
    padding: 7px;
    background-size: cover;
}

.glance-icon-text {
    text-decoration: none;
}

.glance-icon-text {
    display: block;
    background: #fff;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    width: 164px;
    height: 160px;
    transition: 0.3s ease;
}

.glance-icon-text:hover p {
    color: #fff;
}

.glance-icon-text:hover {
    background: #000;
    border-radius: 50%;
}

.glance-icon-text img {
    margin-bottom: 20px;
}

.glance-icon-text p {
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
}

@media(max-width:1200px) {
    .glance-icon-text {
        width: 140px;
        height: 140px;
    }

    .glance-icon-text p {
        font-size: 14px;
    }
}

@media(max-width:767px) {
    .working-box {
        padding: 50px 30px 10px;
    }

    .glance-icon-text {
        box-shadow: 7px 9px 34px rgb(0 0 0 / 9%);
        margin: 0 auto 20px;
    }

    .working:before, .working:after {
        width: 100%;
        height: 50%;
        background: #fff;
        top: auto;
    }

    .working:after {
        background: #FAF7F8;
        bottom: 0;
    }
}

@media(max-width:575px) {
    .glance-icon-text {
        width: auto;
        height: auto;
    }

    .questions-work h2, .glance-work h2 {
        font-size: 24px;
    }

    .questions-accordion .accordion-button {
        font-size: 15px;
    }

    .questions-accordion .accordion-body p {
        font-size: 14px;
    }

    .glance-icon-text:hover {
        border-radius: 20px;
    }
}

/*========================================================
   Working Close
========================================================*/

.membership {
    background: #02CFAA;
    padding: 50px 0;
    color: #fff;
}

.membership a {
    text-decoration: none;
}

.membership-title {
    border-right: 1px solid #fff;
}

.membership-title h2 {
    margin: 0;
    font-weight: normal;
    font-size: 38px;
    font-family: 'Inter-Medium', sans-serif;
}

.membership-box.active,
.membership-box {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #000;
    padding: 22px 8px;
    /* padding: 22px; */
    cursor: pointer;
    transition: 0.3s ease;
}

.membership-box {
    background: transparent;
    color: #fff;
}

.membership-box:hover {
    background: #fff;
    color: #000;
}

.membership-month-pay {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.membership-box.active h5 span {
    color: #02CFAA;
    font-weight: 600;
}

.membership-box.active span {
    color: #707070;
    font-weight: 400;
}

.membership-box h5 span {
    font-weight: 600;
}

.membership-box h5 {
    /* font-size: 18px; */
    font-size: 14px;
    font-weight: 400;
}

.membership-month-pay h6 span {
    font-weight: 400;
    font-size: 14px;
}

.membership-box.active i,
.membership-box:hover .membership-month-pay i {
    color: #02CFAA;
}

.membership-box:hover h5 span {
    color: #02CFAA;
    font-weight: 600;
}

.membership-box:hover span {
    color: #707070;
}

@media(max-width: 991px) {
    .membership {
        padding: 20px 0;
    }

    .membership-box {
        margin-bottom: 10px;
    }
}

@media(max-width: 767px) {
    .membership-title {
        border-right: unset;
        margin-bottom: 20px;
    }
}

/*========================================================
   Member Ship Close
========================================================*/

.footer .row {
    display: flex;
    flex-wrap: wrap;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer {
    background-color: #000000;
    padding: 70px 0 0;
}

.footer-col:first-child {
    width: 40%;
}

.footer-col {
    width: 20%;
    padding: 0 15px;
    position: relative;
}

.footer-col:first-child:before {
    position: absolute;
    content: '';
    width: 1px;
    background: rgba(255, 255, 255, 0.12);
    height: 100%;
    right: 70px;
    top: 0;
    bottom: 0;
}

.footer-col h4 {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: normal;
    position: relative;
    font-family: 'Inter-Medium', sans-serif;
}

.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #00E6E6;
    height: 3px;
    box-sizing: border-box;
    width: 27px;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #707070;
    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
}

.social-links {
    display: flex;
    gap: 20px;
    margin: 10px 0;
}

.footer-logo-text {
    color: #707070;
    margin: 0;
}

.footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #707070;
    transition: all 0.5s ease;
    font-size: 22px;
}

.footer-col .social-links a:hover {
    color: #41434a;
}

.footer-email {
    display: flex;
}

.footer-email input {
    width: 270px;
    height: 52px;
    font-size: 16px;
    color: #707070;
    background: rgba(255, 255, 255, 0.1);
    padding-left: 10px;
    border: 0;
    outline: 0;
}

.footer-email button {
    width: 120px;
    height: 52px;
    color: #000;
    background-color: #00E6E6;
    padding-left: 10px;
    border: 0;
    outline: 0;
    text-align: center;
    margin-left: -30px;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-copyright {
    background: #000000;
    color: #707070;
    padding: 25px;
    margin-top: 60px;
    text-transform: capitalize;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-copyright p {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 16px;
}

@media(max-width: 991px) {
    .footer-col:first-child {
        width: 70%;
    }

    .footer-col {
        width: 30%;
        margin-bottom: 30px;
    }

    .footer-copyright {
        margin-top: 0;
        padding: 15px;
    }
}

@media(max-width: 767px) {
    .footer-col:first-child:before {
        display: none;
    }
}

@media(max-width: 574px) {
    .footer {
        padding: 15px 0 0;
    }

    .footer-col,
    .footer-col:first-child {
        width: 100%;
    }
}

/*========================================================
   Footer Close
========================================================*/


/*========================================================
   Login Modal Start
========================================================*/
.fade:not(.show) {
    opacity: 1;
}

.modal-btn-flex li {
    font-size: 17px;
    width: 45%;
    /* background-color: #f2f2f2; */
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

.login-boxes .nav-tabs {
    padding: 15px 0;
    border-bottom: unset;
}

.modal-btn-flex li a {
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    display: block;
    padding: 0.5rem;
    text-decoration: none;
    color: #000;
}

.modal-btn-flex>li>a.active, .modal-btn-flex>li.active>a:focus, .modal-btn-flex>li.active>a:hover {
    /* background-color:#e5ecf4; */
    color: #000;
    border-bottom: 3px solid #000;
}

.login-btn, .signup-btn, .btn-send {
    background: #000;
    color: #fff;
}

.login-btn:hover, .signup-btn:hover, .btn-send:hover {
    color: #fff;
}

.forgot-link {
    margin-top: 15px;
}

.forgot-link a {
    color: #000;
    text-decoration: none;
}

.forgot-title {
    font-weight: 300;
    font-size: 20px;
}

.close-btn {
    float: right;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    border: unset;
    background: transparent;
}

.log-sign .modal-dialog,
.forgot-box .modal-dialog {
    margin-top: 13rem;
}

.login-boxes {
    border-top: 7px solid #00E6E6;
    position: relative;
}

.login-boxes:after {
    position: absolute;
    content: '';
    background: #00E6E6;
    width: 60px;
    height: 5px;
    bottom: 0;
    left: 0;
}

.login-boxes:before {
    position: absolute;
    content: '';
    background: #00E6E6;
    width: 5px;
    height: 86%;
    bottom: 0;
    left: 0;
}

.group2 {
    position: relative;
    margin-top: 16px;
}

.btn-block {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
}

.modal-header {
    background-color: #e5ecf4;
}

.group {
    position: relative;
    margin-top: 30px;
}

.input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    -webkit-appearance: none;
    display: block;
    background: none;
    color: #636363;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #757575;
}

.input:focus {
    outline: none;
}

/* Label */
.label {
    color: #757575;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    top: 10px;
    transition: all 0.2s ease;
}

/* active */
.input:focus~.label, .input.used~.label {
    top: -20px;
    transform: scale(.75);
    left: -15px;
    color: #00E6E6;
}

/* Underline */

.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #00E6E6;
    transition: all 0.2s ease;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}


/* active */

.input:focus~.bar:before, .input:focus~.bar:after {
    width: 50%;
}


/* Highlight */

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}


/* active */

.input:focus~.highlight {
    animation: inputHighlighter 0.3s ease;
}


@media screen and (max-width: 767px) and (min-width: 576px) {
    #myModal {
        margin-left: 20%;
        margin-right: 20%;
    }

    #forgot-password {
        margin-left: 20%;
        margin-right: 20%;
    }
}


@media screen and (min-width: 768px) {

    #myModal .modal-dialog {
        width: 500px;
    }

    #forgot-password .modal-dialog {
        width: 500px;
    }

    .modal-body {
        padding-left: 50px;
        padding-right: 50px;
    }
}


.modal-body {
    background-size: #fff;
    z-index: 4;
}

em {
    display: none;
}

/*========================================================
   Login Modal Close
========================================================*/


/*========================================================
   Contact  Page Start
========================================================*/

.contact-page {
    padding: 4em 0;
    margin-top: 107px;
    position: relative;
    z-index: 1;
}

.contact-page-title h2 {
    display: block;
    margin: 11px 0 17px 0;
    font-size: 80px;
    line-height: 80px;
    color: #f1ebe5;
    text-shadow: 0 6.36px 8.896px #c4b59d, 0 -2px 1px #fff;
    letter-spacing: -4px;
    font-weight: bold;
    text-transform: uppercase;
}

.contact-page:before {
    z-index: -1;
    position: absolute;
    height: 70vh;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    background: #02CFAA;
}

.contact-wrap {
    -webkit-box-shadow: 0 0px 20px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0px 20px 0 rgb(0 0 0 / 20%);
    margin-top: 60px;
}

.contact-wrap .form h3 {
    color: #02CFAA;
    ;
    font-size: 20px;
    margin-bottom: 30px;
}

.contact-wrap .col-form-label {
    font-size: 14px;
    color: #b3b3b3;
    margin: 0 0 10px 0;
    display: inline-block;
    padding: 0;
}

#contactForm .form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    background: none;
}

#contactForm .form-control:active,
#contactForm .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000;
}

.contact-wrap .form {
    background: #fff;
}

.contact-wrap .form, .contact-wrap .contact-info {
    padding: 40px;
}

.contact-wrap .contact-info {
    background: #000000;
}

.contact-wrap .contact-info {
    color: rgba(255, 255, 255, 0.5);
}

.contact-wrap .contact-info h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}

.contact-wrap .contact-info ul li {
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.5);
}

.contact-wrap .contact-info ul li .wrap-icon {
    font-size: 20px;
    color: #fff;
    margin-top: 5px;
}

.contact-send-btn {
    font-weight: 500;
    padding: 14px 25px;
    border-radius: 0;
    transition: 0.4s ease;
    background-color: #02CFAA;
    color: #fff;
}

@media(max-width: 575px) {
    .contact-page {
        padding: 4em 0 1em;
    }

    .contact-page-title h2 {
        font-size: 40px;
        line-height: 40px;
        margin: 0;
        letter-spacing: 2px;
    }
}

/*========================================================
   Contact Page Close
========================================================*/

/*========================================================
   About-Section-Close Start
========================================================*/
.about-section {
    padding: 4em 0;
    margin-top: 107px;
}

.about-sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.about-sec-title .title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #02CFAA;
    font-weight: 500;
    margin-bottom: 15px;
}

.about-sec-title h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1.28em;
    color: #212529;
    font-weight: 600;
    padding-bottom: 18px;
}

.about-sec-title h2:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 3px;
    background-color: #d1d2d6;
}

.about-sec-title .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-top: 35px;
}

.about-sec-title.light h2 {
    color: #ffffff;
}

.about-sec-title.text-center h2:before {
    left: 50%;
    margin-left: -25px;
}

.about-section .list-style-one {
    position: relative;
}

.about-section .list-style-one li {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    font-weight: 400;
    padding-left: 35px;
    margin-bottom: 12px;
}

.about-sect-title h4 {
    position: relative;
    padding: 0;
    color: #02CFAA;
    line-height: 1;
    letter-spacing: 0.3px;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    margin-bottom: 30px;
}

.about-sect-title {
    margin-bottom: 60px;
}

.about-sect-title h4:before {
    content: '';
    width: 60px;
    height: 3px;
    background: #02CFAA;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}

.about-sect-title h4 span {
    font-weight: 700;
    padding-bottom: 5px;
    color: #212529;
}

.about-sect-title p {
    color: #707070;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.about-section .list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #02CFAA;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.about-section .list-style-one li a:hover {
    color: #44bce2;
}

.about-section .btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    margin-top: 40px;
    padding: 10px 30px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.02em;
    background-color: #02CFAA;
    text-decoration: none;
    transition: 0.4s ease;
}

.about-section .btn-style-one:hover {
    background-color: #000;
    color: #ffffff;
}

.about-section {
    position: relative;
    padding: 50px 0 70px;
}

.about-section .about-sec-title {
    margin-bottom: 45px;
}

.about-section .about-content-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section .about-content-column .about-inner-column {
    position: relative;
    padding-left: 30px;
}

.about-section .text {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 26px;
    color: #707070;
    font-weight: 400;
}

.about-section .list-style-one {
    margin-bottom: 45px;
}

.about-section .btn-box {
    position: relative;
}

.about-section .btn-box a {
    padding: 15px 50px;
}

.about-section .about-image-column {
    position: relative;
}

.about-section .about-image-column .text-layer {
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .about-image-column .about-inner-column {
    position: relative;
    padding-left: 120px;
    padding-bottom: 125px;
}

.about-section .about-image-column .about-inner-column:before {
    position: absolute;
    left: -75px;
    top: 65px;
    height: 520px;
    width: 520px;
    background-image: url(https://i.ibb.co/fxJ1jtC/about-circle-1.png);
    content: "";
}

.about-section .about-image-column .image-1 {
    position: relative;
}

.about-section .about-image-column .image-2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-section .about-image-column .image-2 img,
.about-section .about-image-column .image-1 img {
    box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
}

.about-section .about-image-column .video-link {
    position: absolute;
    left: 70px;
    top: 170px;
}

.about-section .about-image-column .video-link .link {
    position: relative;
    display: block;
    font-size: 22px;
    color: #191e34;
    font-weight: 400;
    text-align: center;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-section .about-image-column .video-link .link:hover {
    background-color: #000;
    color: #fff
}


@media(max-width:1199px) {

    /* .about-section .about-image-column .about-inner-column{
        padding-left: 50px;
    } */
    .about-section .about-image-column .image-2 img,
    .about-section .about-image-column .image-1 img {
        width: 100%;
    }
}

@media(max-width:575px) {
    .about-section {
        padding: 50px 0 0px;
    }

    .about-section .about-image-column .about-inner-column:before {
        display: none;
    }

    .about-section .about-image-column .image-2 {
        position: relative;
    }

    .about-section .about-image-column .about-inner-column,
    .about-section .about-content-column .about-inner-column {
        padding: 0;
    }

    .about-sec-title h2,
    .about-sect-title h4 {
        font-size: 32px;
    }

    .about-section .text,
    .about-section .about-content-column,
    .about-sect-title {
        margin-bottom: 15px;
    }

    .about-section .btn-style-one {
        margin-top: 15px;
    }
}

/*========================================================
   About-Section-Close Close
========================================================*/

label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 12px !important;
    color: #ff0000 !important;
    font-weight: 700 !important;
}

.login-boxes select {
    font-size: 18px;
    padding: 0 0 10px;
    display: block;
    background: none;
    color: #636363;
    width: 100%;
    border: none !important;
    border-radius: 0;
    border-bottom: 1px solid #757575 !important;
}


/*==================================
Plans Tabs Pages Start
===================================*/
.plans {
    padding: 0 1.5rem 4rem;
    position: relative;
}

.plans-text h2 {
    position: relative;
    padding: 0;
    color: #02CFAA;
    line-height: 1;
    letter-spacing: 0.3px;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    margin-bottom: 30px;
}

.plans-text p {
    color: #707070;
}

.plans-taps {
    text-align: center;
    display: block;
    margin: 40px 0 0;
}

.plans-taps .tabs {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.btn-primary {
    background: #02CFAA;
    border-color: #02CFAA;
}

.btn-primary.active {
    background: #00E6E6;
    border-color: #00E6E6;
}

.plans-taps .tab-link {
    margin: 0 0.5%;
    padding: 15px 40px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    transition: all ease 0.5s;
}

.plans-taps .tab-link:hover {
    color: #000;
    background: #02CFAA;
    border-color: #02CFAA;
}

.plans-taps .tab-link.active {
    color: #333;
    background: #00E6E6;
    border-color: #00E6E6;
}

.btn.active:focus,
.btn:focus {
    box-shadow: unset;
}

.plans-taps-contentr {
    padding: 0px 0px;
}

.plan-tab-content {
    display: none;
    text-align: center;
    color: #888;
    font-weight: 300;
    font-size: 15px;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
}

.plan-tab-content.active {
    display: block;
}

@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none;
    }
}


.pricing-content ul {
    margin: 0;
    padding: 0;
}

.pricing-content ul li {
    list-style: none;
}

.pricing-table {
    background: #fff;
    text-align: center;
    position: relative;
    border: 1px solid #ede8e8b0;
    width: 100%;
    height: 100%;
    padding-bottom: 80px;
}

.pricing-table-title h4 {
    color: #2f3439;
    font-weight: bold;
    font-size: 20px;
}

.pricing-table .price-value {
    color: #02CFAA;
    margin-bottom: 10px;
    transition: all 0.3s ease 0s;
}

.pricing-table.blue .price-value {
    color: #00E6E6;
}

.price-value .value {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.pricing-table.green .price-value {
    color: #02CFAA;
}

.pricing-table .currency {
    display: inline-block;
    font-size: 45px;
}

.price-value .amount {
    font-size: 45px;
    font-weight: 700;
    display: flex;
}

.price-value .amount p {
    font-size: 14px;
    display: flex;
    align-items: end;
    font-weight: 400;
}

.pricing-content ul {
    color: #6f6f6f;
    line-height: 44px;
    font-size: 15px;
    text-align: left;
}

.pricing-content ul li {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    padding-left: 15px;
}

.pricing-content ul li:last-child {
    border-bottom: none;
}

.pricing-header, .pricing-table {
    border-radius: 0.8rem;
}

.select-btn {
    display: block;
    margin: 0 16px;
    padding: 10px 0;
    box-shadow: 0 4px 7px -1px rgb(0 0 0 / 11%), 0 2px 4px -1px rgb(0 0 0 / 7%);
    border-radius: 0.5rem;
    border: unset;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.select-btn:hover,
.select-btn:focus {
    background: #000;
    outline: unset;
    border-color: #000;
}

.pricing-table .select-btn a {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width:991px) {
    .pricing-table {
        margin-bottom: 30px;
    }

    .plans-taps .tab-link {
        padding: 15px 24px;
    }
}

@media(max-width: 575px) {
    .pay-button .plan-pay-btn {
        display: block;
    }
}

/*==================================
  Plans Tabs Pages Close
  ===================================*/


.select2-container {
    z-index: 99999;
    width: 100%;

}

.select2-container .select2-selection--single {
    border-bottom: 1px solid #757575 !important;
    border-width: 0 0 1px 0 !important;
    border-radius: 0;
    height: 30px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-appearance: none;
    display: block;
    background: none;
    color: #636363;
    padding: 0 !important;
}




.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested) {
    max-height: 15rem;
    overflow-y: auto;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    margin: 0;
    color: #566a7f !important;
    font-size: 14px !important;
    padding: 12px 0 !important;
    text-indent: 15px;
    border-bottom: 1px solid #d2d6da !important;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}


.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    background-color: #00E6E6 !important;
    color: #fff !important;
}

.select2-container--bootstrap-5 .select2-selection {
    box-shadow: unset;
    border: unset;
    border-radius: 0 !important;
    padding-left: 0 !important;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    color: #636363 !important;
}

.mega-box-btn {
    font-weight: 500;
    text-decoration: none;
    transition: 0.4s ease;
}

.mega-box-btn:hover {
    padding-left: 20px;
    transform: scale(1.1);
    text-shadow: 2px 2px #f9f9f9;
    font-weight: bold;
}

.ourwork_menu>li:hover>.submenu, .ourwork_toggle:hover>.ourwork_menu {
    display: block;
    left: 0;
    top: 100%;
}

.dropdown-menu.ourwork_menu:before {
    position: absolute;
    content: '';
    background: linear-gradient(#000 50%, #fff 50%);
    width: 100%;
    height: 50px;
    left: 45%;
    transform: translateX(-45%);
    top: -30px;
    background-size: 100% 200%;
    background-position: 0 40.5%;
}