@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
    --main-color: #16c8f7;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-btn {
    text-align: center;
    width: 150px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    outline: none;
    margin-top: 10px;
}

.btn-7 {
    background: linear-gradient(0deg, #16c8f7 0%, #16c8f7 100%);
    line-height: 42px;
    padding: 0;
    border: none;
}

.btn-7 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.btn-7:before,
.btn-7:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: #16c8f7;
    box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.9), -4px -4px 5px 0px rgba(255, 255, 255, 0.9), 7px 7px 20px 0px rgba(0, 0, 0, 0.2), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.btn-7:before {
    height: 0%;
    width: 2px;
}

.btn-7:after {
    width: 0%;
    height: 2px;
}

.btn-7:hover {
    color: #16c8f7;
    background: transparent;
}

.btn-7:hover:before {
    height: 100%;
}

.btn-7:hover:after {
    width: 100%;
}

.btn-7 span:before,
.btn-7 span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #16c8f7;
    box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.9), -4px -4px 5px 0px rgba(255, 255, 255, 0.9), 7px 7px 20px 0px rgba(0, 0, 0, 0.2), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.btn-7 span:before {
    width: 2px;
    height: 0%;
}

.btn-7 span:after {
    height: 2px;
    width: 0%;
}

.btn-7 span:hover:before {
    height: 100%;
}

.btn-7 span:hover:after {
    width: 100%;
}

.hero-wrapper {
    padding: 40px 0 250px;
    background: var(--main-color);
    border-bottom-right-radius: 100px;
    position: relative;
}

.hero-wrapper .container .row {
    text-align: center;
}

.slide-content {
    position: relative;
}

.slide-content::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url("../images/mail.webp") no-repeat;
    height: 360px;
    width: 370px;
    background-size: contain;
}

.hero-wrapper::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: url("../images/arrow-vector.webp") no-repeat;
    height: 370px;
    width: 260px;
    background-size: contain;
}

.hero-wrapper .slide-content .mobile-text {
    display: none;
}

.hero-wrapper .slide-content .slider-typed h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 50px;
    text-transform: capitalize;
}

span.typed {
    font-weight: 600;
}

.hero-wrapper .slide-content .slider-typed .desptop-text {
    margin: auto;
    display: flex;
    gap: 8px;
    max-width: 780px;
}

.hero-wrapper .slide-content .desptop-text .typed::after {
    content: "|";
    display: inline;
    animation: blink 0.7s infinite;
    margin-left: 5px;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.hero-wrapper .slide-content p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 50px;
}

.hero-wrapper-img {
    position: relative;
    margin-top: -230px;
}

.video-wrapper {
    position: relative;
    margin-top: -230px;
}

.video-wrapper .bg-video {
    pointer-events: none;
}

.slider-btn li:nth-child(1) a {
    background: var(--main-color);
    color: #fff;
    border: 2px solid var(--main-color);
}

.slider-btn li {
    display: inline-block;
    margin-left: 25px;
}

.slider-btn li a {
    padding: 15px 45px;
    color: rgba(5, 0, 0, 0.6);
    border-radius: 5px;
    font-size: 20px;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid rgba(5, 0, 0, 0.6);
}

.slider-btn {
    justify-content: center;
    display: flex;
    margin-top: 50px;
}

.text-animation {
    background-image: url(../images/text-animation.webp);
    background-position: center;
    background-size: 100%;
    position: relative;
    background-repeat: no-repeat;
    margin: 110px 0;
    overflow: hidden;
}

.text-animation .animation-image-logo h2 {
    position: relative;
    font-size: 25px;
    padding-bottom: 15px;
}

.text-animation .animation-image-logo span {
    color: var(--main-color);
    display: inline-block;
    font-size: 53px;
    line-height: 1;
}

.animation-image-logo h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40%;
    height: 2px;
    background: #878787;
}

.text-animation .right {
    max-width: 850px;
    margin-left: auto;
    position: relative;
}

.text-animation p {
    font-size: 26px;
    margin: 0;
    color: #000000;
    line-height: 40px;
    opacity: 0.4;
}

.text-animation-tablet {
    display: none;
}

.reviews {
    background-color: #16c8f7;
    padding: 20px 0;
    text-align: center;
}

.reviews .img-box img {
    background: #fff;
    border-radius: 20px;
    width: 210px;
    padding: 10px 15px;
}

.custom-accordion {
    position: relative;
    z-index: 2;
    padding: 110px 0;
}

.custom-accordion-content p {
    font-size: 26px;
    line-height: 40px;
    font-weight: 200;
    max-width: 400px;
}

.custom-accordion .accordion .accordion-item {
    border: none !important;
}

.custom-accordion .accordion .accordion-item .accordion-body {
    padding: 10px 20px 16px;
}

.custom-accordion .accordion .accordion-item .accordion-body p {
    color: #7a89a4;
    font-weight: 200;
    font-size: 26px;
    line-height: 40px;
}

.custom-accordion .accordion .accordion-item .accordion-button {
    background: transparent;
    box-shadow: none !important;
    font-size: 25px;
    font-weight: 700;
    color: #000;
    padding: 15px 20px;
}

.custom-accordion .accordion .accordion-item .accordion-button::after {
    margin: 5px 0 0 20px;
}

.our-client {
    background: #f4f4f3;
    padding: 60px 0;
    margin-bottom: 60px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.our-client .title h1 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 50px;
    letter-spacing: 1px;
}

.our-client .custom-our-logo-two {
    margin-top: 20px;
}

.our-client .owl-carousel .item .client-logo {
    padding: 20px 60px;
}

.testimonials-sec,
.our-work-portfolio {
    padding: 100px 0;
}

.testimonials-heading h6 {
    font-size: 53px;
    text-transform: uppercase;
    color: var(--main-color);
}

.testimonials-heading h3 {
    font-size: 25px;
    font-weight: 700;
}

.testimonials-contents {
    padding: 29px 50px 20px;
    position: relative;
}

.testimonials-contents:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    left: 0px;
    top: 20px;
    font-size: 40px;
    color: #ffd212;
}

.testimonials-contents h4 {
    font-size: 26px;
    line-height: 50px;
    font-weight: 200;
    margin-bottom: 30px;
}

.testimonials-contents h6 {
    font-size: 18px;
    margin: 10px 0 0;
    font-weight: 700;
    color: #000;
}

.testimonials-contents h5 {
    font-size: 17px;
    color: #ff3f2b;
    margin: 10px 0 15px;
}

.testimonials-contents p {
    font-size: 16px;
    margin: 0;
}

.testimonials-contents .testimonials-profile {
    display: flex;
    gap: 10px;
}

.testimonials-contents .testimonials-profile img {
    width: 60px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
    color: #000;
}

.testimonials-slide .owl-nav,
.video-client-testimonial .owl-nav {
    text-align: right;
    margin-right: 30px;
    margin-top: 0;
}

.testimonials-slide .owl-nav button,
.video-client-testimonial .owl-nav button {
    border: 1px solid #25499e !important;
    color: #25499e !important;
    margin-right: 15px !important;
    height: 45px;
    width: 45px;
    border-radius: 0 !important;
}

.section-title-portfolio h3 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 500;
    position: relative;
}

.section-title-portfolio h3::before {
    position: absolute;
    content: "";
    right: 0;
    width: 65%;
    top: 60%;
    height: 2px;
    background: #333;
}

.section-title-portfolio h6 {
    font-size: 21px;
    margin: 10px 0 20px;
}

.section-title-portfolio p {
    font-size: 26px;
    max-width: 950px;
    color: #333333a8;
    line-height: 40px;
}

.screen {
    display: block;
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
    border: 2px solid #b3b3b3;
    border-radius: 1px;
    margin: 0 auto;
    transition: all 0.4s ease-in-out;
}

.screen img {
    bottom: -3400px;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: top 11s;
    -moz-transition: top 11s;
    -ms-transition: top 11s;
    -o-transition: top 11s;
    transition: bottom 11s;
}

.screen:hover img {
    bottom: 0;
    -webkit-transition: all 11s;
    -moz-transition: all 11s;
    -ms-transition: all 11s;
    -o-transition: all 11s;
    transition: all 11s;
}

.list-portfolio-menu li {
    display: inline-block;
    background: #30303021;
    color: #303030;
    border-radius: 30px;
    padding: 5px 20px;
    margin-right: 10px;
}

ul.list-portfolio-menu {
    margin-bottom: 20px;
}

.brand-portfolio {
    padding: 25px 15px;
    border: 1px solid #00000042;
    margin-bottom: 20px;
    border-radius: 15px;
}

.brand-portfolio h4 {
    font-size: 26px;
    font-weight: 200;
    margin-bottom: 20px;
    line-height: 40px;
}

.brand-portfolio ul li a {
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
    font-size: 15px;
    background: #000;
    padding: 10px 15px;
}

.brand-portfolio ul li {
    display: inline-block;
    margin-right: 5px;
}

.brand-portfolio ul li:nth-child(2) {
    margin-right: 0;
}

.screen h5 {
    position: absolute;
    z-index: 999;
    background: #303030;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    top: 20px;
    left: 20px;
}

.brand-porofolio-img {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.brand-porofolio-img img {
    height: 270px;
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
}

footer {
    /* background-color: #16c8f7;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0 40px; 
    position: relative;
    z-index: 1; */

    background-image: url(../images/footer.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0 50px;
    z-index: 2;
    position: relative;
    overflow: hidden;
}

footer::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    right: 0;
    background: url("../images/footer-bg1.png") no-repeat;
    background-size: cover;
    z-index: -1;
}

.copyright {
    background-color: #333;
    border-top: 1px solid #fff;
}

footer .quick-links .logo-box img {
    width: 220px;
    margin-bottom: 15px;
    /* padding: 10px; */
    /* background: #000; */
    border-radius: 4px;
}

footer .quick-links p {
    margin: 0;
    color: #fff;
    font-size: 16px;
}

footer .bottom-footer .quick-links .social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

/* footer .bottom-footer .quick-links .social-icons li i {
    font-size: 22px;
    color: #fff;
} */

footer .title {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

footer .title:before {
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 2px;
    content: "";
}

footer .bottom-footer .info ul li {
    color: #fff;
    font-size: 16px;
    position: relative;
}

footer .bottom-footer .info ul li div {
    display: flex;
    gap: 15px;
}

footer .bottom-footer .info ul li i {
    font-size: 18px;
    margin-top: 3px;
}

footer .bottom-footer .info ul li span,
footer .bottom-footer .info ul li a {
    color: #fff;
}

footer .bottom-footer .quick-links ul li {
    padding-bottom: 10px;
    position: relative;
}

footer .bottom-footer .quick-links ul li a {
    color: #fff;
    transition: all .2s linear;
}

footer .bottom-footer .quick-links ul li a:hover {
    color: #16c8f7;
}

.social-icons li a {
    display: inline-block;
    height: 45px;
    width: 45px;
    background-color: #fff;
    color: #000 !important;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    border-radius: 30px;
    transition: all .2s linear;
}

.social-icons li a:hover {
    background-color: #16c8f7;
    color: #fff !important;
}

.social-icons li a i {
    margin: 0 !important;
}

footer .bottom-footer .quick-links ul li i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.copyright .title {
    text-align: center;
    margin: 0;
    color: #fff;
    padding: 15px 0;
    font-size: 17px;
}

.lets-talk-sec {
    padding: 100px 0;
}

.lets-talk-sec h4 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 25px;
}

.lets-talk-sec p {
    font-size: 20px;
    padding-left: 25px;
    position: relative;
    line-height: 15px;
}

.lets-talk-sec p a {
    margin-top: 25px;
    display: block;
}

.lets-talk-sec p::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 3px;
    background: #0d6efd;
    height: 100%;
}

.form-contact .form-group .form-control {
    box-shadow: rgb(100 100 111 / 10%) 0px 0px 12px 0px;
    border-color: #f2f2f2;
    height: 60px;
    border: 1px solid #262728;
}

.form-contact .form-group {
    margin-bottom: 20px;
}

.form-contact .form-group label,
.form-head {
    font-size: 18px;
    font-weight: 600;
    color: #413c3c;
    margin-bottom: 5px;
    margin-left: 5px;
}

form.form-contact {
    margin-top: 40px;
}

input.btn-submit {
    background: #1454be;
    border: none;
    color: #fff;
    padding: 15px 70px;
    font-size: 21px;
    border-radius: 20px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
}

.video-client {
    position: relative;
    padding: 80px 0;
}

.video-client .title {
    margin-bottom: 50px;
}

.video-client .title h3 {
    font-size: 25px;
    line-height: 40px;
    font-weight: 700;
}

.video-client .title span {
    color: var(--main-color);
    font-size: 53px;
    line-height: 0;
}

.client-video .row {
    align-items: center;
    justify-content: space-between;
}

.video-client .client-description {
    margin-left: 50px;
    position: relative;
    z-index: 5;
}

.video-client .client-description:before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    background-image: url(../images/quote.svg);
    background-repeat: no-repeat;
    z-index: -1;
    top: -95px;
    left: -75px;
}

.video-client .client-description p {
    font-size: 27px;
    line-height: 45px;
    margin: 0;
}

.video-client .client-description .client-designation {
    margin-top: 40px;
}

.video-client .client-description .client-designation h4 {
    font-size: 26px;
    margin-bottom: 0;
}

.video-client .client-description .client-designation p {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.home-let-talk {
    padding: 120px 0;
}

.home-let-talk .home-let-talk-heading {
    text-align: center;
    position: relative;
    z-index: 2;
}

.home-let-talk .home-let-talk-heading::after {
    z-index: -1;
    content: "";
    position: absolute;
    background-image: url("../images/heading-circle.webp");
    width: 250px;
    height: 233px;
    top: -108px;
    left: 0;
    right: 0;
    margin: auto;
}

.home-let-talk .home-let-talk-heading h3 {
    color: var(--main-color);
    font-weight: 700;
    font-size: 53px;
    margin-bottom: 20px;
}

.home-let-talk .home-let-talk-heading span {
    font-size: 25px;
    display: inline-block;
    font-weight: 600;
}

.home-let-talk .home-let-talk-paragraph {
    max-width: 950px;
    text-align: center;
    margin: 50px auto 0;
}

.home-let-talk .home-let-talk-paragraph p {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 35px;
}

.home-let-talk a {
    padding: 15px 25px;
    display: inline-block;
    border-radius: 10px;
    background-color: var(--main-color);
    outline: none;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
}

.home-let-talk a img {
    margin-left: 10px;
    width: 100px;
}

.home-let-talk .button-image img {
    display: block;
    margin: 20px 80px 0 auto;
}

.cursor {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 2px solid #0c0c0c;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 5px), -50%);
    transform: translate(calc(-50% + 5px), -50%);
    z-index: 999991;
}

.cursor2 {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #000;
    opacity: 0.3;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
    z-index: 999991;
}

.new {
    transform: scale(6);
    opacity: 0.3;
    transition: all 200ms ease-out;
    background: #000;
    width: 35px;
    height: 35px;
}

.slider-services {
    overflow: hidden;
    margin-bottom: 40px;
    background-color: #fff;
    position: relative;
}

.swiper-wrapper {
    width: 1250px;
    margin: 0 auto;
}

.swiper-button-prev,
.swiper-button-next {
    display: none;
}

.main-slider {
    display: flex;
    gap: 15px;
    padding: 30px 0;
    background: #fff;
}

.left-slider {
    align-items: center;
    display: flex;
    height: 100%;
    width: 38%;
}

.left-slider-inner {
    padding: 45px 30px;
    border-radius: 8px;
}

.left-slider-inner.one {
    background: #16c8f7;
}

.left-slider-inner.two {
    background: #232f6f;
}

.left-slider-inner.three {
    background: #034c7f;
}

.left-content-slide {
    margin-top: 20px;
}

.left-content-slide h4 {
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}

.left-img-slide {
    margin-bottom: 50px;
}

.left-img-slide img {
    margin: auto;
    display: block;
}

.left-content-slide p {
    font-size: 19px;
    color: #fff;
    line-height: 30px;
    margin: 0;
}

.right-top-slider {
    display: flex;
    padding: 30px;
    border-radius: 8px;
    align-items: center;
}

.right-top-slider.four {
    background-color: #168b79;
}

.right-bottom-slide.five {
    background-color: #2a8bad;
}

.right-top-slider.six {
    background-color: #4b8dff;
}

.right-bottom-slide.seven {
    background-color: #162836;
}

.right-top-slider.eight {
    background-color: #3693c7;
}

.right-bottom-slide.nine {
    background-color: #ba2697;
}

.right-top-slider .right-top-img-slide img {
    width: 260px;
}

.right-bottom-slide .right-bottom-img-slide img {
    width: 260px;
}

.right-slider a {
    display: block;
}

.right-slider {
    display: grid;
    gap: 15px;
    width: 58%;
    margin: auto;
}

.right-top-content-slide,
.right-bottom-content-slide {
    max-width: 370px;
    margin-left: 50px;
}

.right-top-slider h4,
.right-bottom-content-slide h4 {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}

.right-top-slider p,
.right-bottom-content-slide p {
    color: #fff;
    margin: 0;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.5;
}

.right-bottom-slide {
    display: flex;
    padding: 30px;
    border-radius: 8px;
    align-items: center;
}

.text-animation .left {
    margin: 20px 0 50px;
    max-width: 850px;
    position: relative;
}

.text-animation .left .text-area-hover1 {
    position: absolute;
    top: 0;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
}

.text-animation .left .text-area-hover1 p {
    color: #000;
    opacity: 1;
}

.text-animation .left .text-area-hover2 {
    position: absolute;
    top: 0;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
}

.text-animation .left .text-area-hover2 p {
    color: #000;
    opacity: 1;
}

.text-animation .left .text-area-hover3 {
    position: absolute;
    top: 0;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
}

.text-animation .left .text-area-hover3 p {
    color: #000;
    opacity: 1;
}

.two-sec2 {
    position: absolute;
    top: 0;
    left: 0;
}

.two-sec2 p {
    opacity: 1;
}

.two-sec2 p>span {
    width: 0%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.drag-services {
    padding: 60px 0;
    background: #636363;
}

.left-box-drop {
    display: flex;
    gap: 20px;
    background: #fff;
    padding: 15px 15px 0px 15px;
    padding-left: 15px;
    justify-content: space-around;
}

.left-box-drop li {
    border-radius: 10px;
    text-align: center;
    width: 160px;
    height: 150px;
    font-size: 13px;
    position: relative;
    color: #fff;
    font-weight: 600;
    line-height: 20px;
    padding: 0 5px;
    margin-bottom: 15px;
    padding-top: 22px;
    text-transform: uppercase;
    background-color: #242424;
}

.left-box-drop li div img {
    width: 60px;
}

.left-box-drop li .content {
    display: flex;
    padding-top: 10px;
    justify-content: center;
    font-size: 16px;
}

.right-drop {
    display: flex;
    gap: 20px;
    background: #fff;
    padding: 10px 10px 0 10px;
    padding-left: 15px;
    position: relative;
    justify-content: space-between;
}

.right-drop ul li {
    position: relative;
    border: 1px dashed #333333;
    border-radius: 10px;
    text-align: center;
    width: 160px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    font-size: 17px;
    color: #c7c7c7;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 17px;
    text-transform: uppercase;
}

.send-request a {
    padding: 15px 35px;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #fff;
    text-transform: uppercase;
}

.send-request {
    text-align: center;
    margin-top: 40px;
}

.PopupCCnt input.form-control {
    height: 40px;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    margin-bottom: 15px;
}

.PopupCCnt textarea.form-control {
    border: 1px solid #b5b5b5;
    border-radius: 0;
    margin-bottom: 15px;
    font-size: 14px;
}

input.btn-submit {
    margin-top: 10px;
    border: none;
    background: linear-gradient(0deg, #16c8f7 0%, #1a82c7 100%);
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    color: #fff;
    padding: 10px 45px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 5px;
}

.PopupCCnt .form-control::placeholder {
    color: #333;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none !important;
    opacity: 1;
}

.modal-content {
    border: none !important;
}

.modal-body {
    padding: 10px;
}

#myModal1 h4.modal-title {
    font-size: 22px;
    font-weight: 700;
}

.modal-content .modal-header {
    justify-content: center !important;
    padding: 10px 0;
}

.modal-header .btn-close {
    margin: 0;
    position: absolute;
    right: 0;
}

.form-group.check-box {
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 10px;
}

.form-group.check-box input {
    height: 15px;
    width: 20px;
}

.right-drop li .cwc {
    position: absolute;
    background: #000;
    height: 100%;
    width: 100%;
    padding: 20px 10px 0;
    top: 0;
}

.right-drop li .cwc img.img-fluid {
    height: 50px;
}

.right-drop li .cwc span.content {
    display: flex;
    padding-top: 10px;
    justify-content: center;
    color: #fff;
}

.drag-services h5 {
    font-size: 75px;
    color: #c3baba;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.drag-services .services-form {
    display: none;
}

.header {
    position: relative;
    padding: 10px 0;
    background: #000;
}

.header .navbar {
    max-width: 1200px;
    margin: auto;
}

.header .navbar .brand img {
    width: 170px;
}

.header .navbar .menu .menu-inner {
    display: flex;
    gap: 5px;
}

.header .navbar .menu .menu-inner .menu-item {
    position: relative;
}

.header .navbar .menu .menu-inner .menu-item .menu-link {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 20px;
    line-height: 50px;
}

.header .navbar .menu .menu-inner .menu-item .dropdown-menu {
    z-index: 99;
    min-width: 280px;
    color: #313131;
    top: 50px;
    left: -20px;
    border: unset;
}

.header .navbar .menu .menu-inner .menu-item .dropdown-toggle::after {
    margin-left: 5px;
    vertical-align: 3px;
}

.header .navbar .menu .menu-inner .menu-item .dropdown-menu a {
    color: #313131;
    font-weight: 600;
    padding: 10px 20px;
    display: block;
    transition: color 0.2s;
}

.header .navbar .menu .menu-inner .menu-item .dropdown-menu a:hover {
    color: #16c8f7;
}

.header .navbar .menu-block {
    background: var(--main-color);
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    padding: 10px 30px;
}

.header .navbar .burger {
    position: relative;
    display: none;
    cursor: pointer;
    order: -1;
    width: 1.75rem;
    height: auto;
    border: none;
    outline: none;
    visibility: visible;
}

.header .navbar .burger .burger-line {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 2px;
    margin: 6px auto;
    transform: rotate(0deg);
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.header .navbar .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.65);
    transition: all 0.3s ease-in-out;
}

.header .navbar .menu .mobile-view-logo {
    display: none;
}

.header .navbar .menu {
    position: relative;
}

.header .navbar .menu .close {
    position: absolute;
    top: 15px;
    right: -20px;
    background-color: #000000;
    width: 38px;
    height: 38px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    display: none;
}

.hide {
    overflow: hidden;
}

.show {
    left: 0 !important;
}

.is_overlay {
    opacity: 1 !important;
    visibility: visible !important;
}

.main-sec {
    position: relative;
    overflow: hidden;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-left img {
    height: 300px;
    width: 800px;
    opacity: 0;
}

.img-right img {
    height: 300px;
    width: 800px;
    float: right;
    opacity: 0;
}

.center-content h3 {
    color: #342f2f;
    font-size: 95px;
    display: flex;
    text-align: center;
    font-weight: 300;
    justify-content: center;
}

.center-content h3 span {
    color: var(--main-color);
    font-weight: bold;
    width: 0%;
    display: inline-block;
    padding-left: 15px;
    overflow: hidden;
}

.scrollsequence-first-content {
    position: relative;
}

.font-some h3 {
    font-size: 80px;
}

.font-some {
    position: absolute;
    left: 0;
    right: 0;
    width: 125vh;
}

.top-content.font-some {
    top: 0;
}

.top-content.font-some h3,
.bottom-content.font-some h3 {
    opacity: 0;
    color: #fff;
    font-size: 95px;
    text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
}

.bottom-content.font-some {
    bottom: 0;
}

.img-right {
    position: absolute;
    right: 0;
    top: 0;
}

.img-left {
    position: absolute;
    left: 0;
    bottom: -10%;
}

.bg-color {
    height: 100%;
    width: 100%;
    background: var(--main-color);
    position: absolute;
    left: 0;
    top: 0%;
    transform: rotateX(90deg);
}

.bg-content {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-content h3 {
    font-size: 80px;
    opacity: 0;
    text-transform: uppercase;
    transform: translate(250px, 0px);
}

.bg-content .first-create {
    font-weight: 300;
}

.bg-content h3 .bg-create {
    font-weight: 800;
    color: #ffff;
}

.bg-right-img img {
    opacity: 0;
    transform: translate(250px, 0);
}

.bg-white-sec {
    background-color: #fff;
    height: 100vh;
    width: 0%;
    position: absolute;
    left: 0;
    top: 0;
    justify-content: center;
    display: flex;
    margin-left: -300px;
    align-items: center;
    box-shadow: 58px 0 85px 60px white;
}

.bg-content-content h3 {
    opacity: 0;
    font-size: 80px;
    transform: scale(8.5);
    font-weight: 300;
}

.bg-content-content h3 span {
    color: var(--main-color);
    font-weight: bold;
}

.bottom-we-do-bg {
    background-color: var(--main-color);
    height: 100vh;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    justify-content: center;
    display: flex;
    margin-left: -170px;
    align-items: center;
    box-shadow: 51px 0px 25px 20px var(--main-color);
}

.top-we-do-bg-content {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
}

.we-bg-logo {
    background-color: var(--main-color);
    height: 100vh;
    width: 0;
    margin-left: -170px;
    position: absolute;
    left: 0;
    top: 0;
    justify-content: center;
    display: flex;
    align-items: center;
}

.bg-logo-sec img {
    height: 120px;
    opacity: 0;
}

.top-we-do-bg-content h3 span {
    font-size: 80px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    line-height: 100px;
}

.top-we-do-bg-content h3 .left-slide {
    transform: translateX(-150px);
    opacity: 0;
}

.top-we-do-bg-content h3 .top-slide {
    transform: translateY(-150px);
    opacity: 0;
}

.top-we-do-bg-content h3 .bottom-slide {
    transform: translateY(150px);
    opacity: 0;
}

.top-we-do-bg-content h3 .right-slide {
    transform: translateX(150px);
    opacity: 0;
}

.bottom-we-do-bg-content h3 {
    font-size: 100px;
    color: #fff;
    font-weight: 900;
}

.main-itle {
    position: relative;
    padding: 80px 0;
}

.main-itle .main-title-content {
    text-align: center;
}

.main-itle .main-title-content {
    text-align: center;
}

.main-itle .main-title-content span {
    color: #16c8f7;
    display: block;
    line-height: 0;
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 400;
}

.main-itle .main-title-content h1 {
    color: #313131;
    font-size: 50px;
    margin-bottom: 15px;
    font-weight: 800;
}

.main-itle .main-title-content p {
    font-size: 17px;
    color: #151017;
    max-width: 900px;
    margin: auto;
    line-height: 25px;
}

.services-boxes .row {
    align-items: center;
}

.services-boxes .logo-left-right {
    margin: 0 10px;
}

.services-boxes .logo-left-right img.img-fluid {
    background: #333;
    padding: 20px;
    border-radius: 5px;
}

.services-boxes .services-box-content {
    overflow: hidden;
    padding: 10px;
}

.services-box-content.left .icon-box {
    transform: translateX(420px);
}

.services-box-content.right .icon-box {
    transform: translateX(-420px);
}

.services-boxes .services-box-content .icon-box {
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
    border: 3px solid transparent;
    padding: 22px;
    border-radius: 8px;
    margin-bottom: 30px;
    transition: border 0.3s;
}

.services-boxes .services-box-content .icon-box:hover {
    border: 3px solid #16c8f7;
}

.services-boxes .services-box-content .icon-box .icon {
    min-width: 65px;
    height: 65px;
    line-height: 65px;
    background-color: #16c8f7;
    text-align: center;
    border-radius: 50px;
}

.services-boxes .services-box-content .icon-box .icon img {
    width: 40px;
}

.services-boxes .services-box-content .icon-box .content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #313131;
}

.services-boxes .services-box-content .icon-box .content p {
    font-size: 16px;
    margin: 0;
    color: #313131;
}

.services {
    position: relative;
    padding: 80px 0;
}

.services:nth-child(even) {
    background-color: #f9f9f9;
}

.services .services-content {
    padding-right: 56px;
}

.services .services-content h3 {
    font-size: 45px;
    color: #313131;
    font-weight: 800;
    line-height: 48px;
    padding-bottom: 20px;
    margin: 0;
    text-transform: uppercase;
}

.services .services-content p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: 20px;
}

.services .services-content ul li {
    padding-bottom: 10px;
    font-size: 16px;
    color: #000;
}

.services .services-content ul li i {
    color: #16c8f7;
    font-size: 22px;
    vertical-align: middle;
    margin-right: 5px;
}

@media (min-width: 320px) and (max-width: 600px) {
    .main-itle .main-title-content span {
        font-size: 20px;
    }

    .main-itle .main-title-content h1 {
        font-size: 35px;
    }

    .main-itle .main-title-content p {
        font-size: 15px;
        line-height: 25px;
    }

    .services {
        padding: 50px 0;
    }

    .services:nth-child(even) .row {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .services-boxes .logo-left-right {
        margin: 0 30px 35px;
    }

    .services-boxes .services-box-content .icon-box {
        text-align: center;
        flex-wrap: wrap;
        justify-content: center;
        padding: 22px 20px;
    }

    .services-boxes .services-box-content .icon-box .content p {
        font-size: 15px;
    }

    .services .services-content {
        padding: 0px 10px;
        margin-bottom: 40px;
    }

    .services:nth-child(even) .services-content {
        margin-bottom: 0px;
    }

    .services .services-content h3 {
        font-size: 35px;
        line-height: 35px;
    }

    .services .services-content ul {
        text-align: left;
    }
}

.top-slide img.img-fluid {
    width: 150px;
}

.bottom-slide img {
    width: 140px;
    display: inline-block;
}

.do-main {
    position: relative;
    padding: 0 20px;
    margin-top: -5px;
}

.top-we-do-bg-content h3 {
    display: inline-flex;
}

span.bottom-slide {
    position: absolute;
    top: 0;
    width: 140px;
    left: 0;
    right: 0;
    margin: auto;
}

span.top-slide {
    position: relative;
}

.slider-services-mobile {
    display: none;
}

.slider-services-mobile .title {
    font-weight: 700;
    font-size: 25px;
    display: inline-block;
    margin-bottom: 20px;
}

.slider-services-mobile .title::before {
    content: "";
    display: inline-block;
}

.slider-services-mobile .services-item {
    padding: 30px 20px;
    background-color: #faf9f6;
    border-radius: 20px;
    margin: 0 10px 40px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.slider-services-mobile .services-item .service-image {
    text-align: center;
}

.slider-services-mobile .services-item .service-image img {
    width: 220px;
}

.slider-services-mobile .services-item .service-content {
    margin-top: 30px;
}

.slider-services-mobile .services-item .service-content h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
}

.slider-services-mobile .services-item .service-content p {
    margin: 0;
    font-size: 16px;
    color: #000;
}

.sidebar-page-container {
    position: relative;
    padding: 110px 0 80px;
}

.news-block-two {
    position: relative;
    margin-bottom: 60px;
}

.news-block-two .inner-box .image {
    position: relative;
    background-color: #6c0e77;
}

.news-block-two .inner-box .image .post-date {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 15px;
    letter-spacing: 1px;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    background: linear-gradient(0deg, #16c8f7 0%, #1a82c7 100%);
}

.news-block-two .inner-box .image .post-date span {
    position: relative;
    font-weight: 400;
    font-size: 16px;
}

.news-block-two .inner-box .lower-content {
    position: relative;
    padding: 30px;
}

.news-block-two .inner-box .lower-content:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    box-shadow: rgb(149 149 153 / 29%) 0 7px 29px 0;
}

.news-block-two .inner-box .lower-content .post-info li {
    position: relative;
    color: #222;
    font-size: 14px;
    line-height: 1.1em;
    margin-right: 10px;
    padding-right: 10px;
    display: inline-block;
    border-right: 1px solid #222;
}

.news-block-two .inner-box .lower-content .post-info li .author-image {
    position: absolute;
    left: 0;
    top: -12px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50px;
}

.news-block-two .inner-box .lower-content .post-info li:last-child {
    padding-right: 0;
    margin-right: 0;
    border: none;
    color: #313131;
    font-weight: 600;
}

.news-block-two .inner-box .lower-content .post-info li span,
.news-block-two .inner-box .lower-content h3 a:hover {
    color: #16c8f7;
}

.news-block-two .inner-box .lower-content h3 {
    position: relative;
    line-height: 1.3em;
    font-weight: 600;
    margin-top: 10px;
    padding-bottom: 15px;
}

.news-block-two .inner-box .lower-content h3 a {
    position: relative;
    color: #313131;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.news-block-two .inner-box .lower-content h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100px;
    background: linear-gradient(48deg, #16c8f7 0%, #1a82c7 100%);
}

.news-block-two .inner-box .lower-content .text {
    position: relative;
    color: #313131;
    font-size: 16px;
    line-height: 1.9em;
    margin-top: 15px;
    margin-bottom: 25px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.news-block-two .inner-box .lower-content .read-more {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    visibility: visible;
    padding: 12px 28px;
    text-transform: uppercase;
    background: linear-gradient(0deg, #16c8f7 0%, #1a82c7 100%);
}

.news-block-two .inner-box .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}

.news-block-two .inner-box .image .overlay-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 85px;
    height: 85px;
    color: #fff;
    margin-left: -50px;
    text-align: center;
    border-radius: 50%;
    line-height: 85px;
    display: inline-block;
    font-size: 76px;
    padding-left: 1px;
    margin-top: -42px;
    background-color: #076093;
}

.news-block-two .inner-box .image .overlay-box .ripple,
.news-block-two .inner-box .image .overlay-box .ripple:after,
.news-block-two .inner-box .image .overlay-box .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85px;
    height: 85px;
    margin-left: 0.5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    -webkit-animation: 3s infinite ripple;
    -moz-animation: 3s infinite ripple;
    -ms-animation: ripple 3s infinite;
    -o-animation: 3s infinite ripple;
    animation: 3s infinite ripple;
}

.news-block-two .inner-box .image .overlay-box .ripple:before {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.news-block-two .inner-box .image .overlay-box .ripple:after {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.sidebar-widget {
    margin-bottom: 45px;
}

.sidebar-widget .widget-content {
    position: relative;
    padding: 30px;
    box-shadow: rgb(149 149 153 / 29%) 0 7px 29px 0;
}

.sidebar-title {
    position: relative;
    margin-bottom: 15px;
}

.sidebar-title h5 {
    position: relative;
    font-size: 26px;
    color: #313131;
    font-weight: 600;
    padding-bottom: 15px;
}

.sidebar-title h5:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(48deg, #16c8f7 0%, #1a82c7 100%);
}

.cat-list-two li {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #e7ecf4;
    display: block;
}

.cat-list-two li a {
    color: #313131;
    font-size: 17px;
    display: inline-block;
}

.news-block-two.custom-page .inner-box .lower-content h3 {
    color: #313131;
    margin: 0;
    padding-bottom: 20px;
}

.news-block-two.custom-page .inner-box .lower-content .text {
    margin-bottom: 10px;
    margin-top: 0;
}

.news-block-two.custom-page .inner-box .lower-content .blog-title {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
}

.news-block-two .inner-box .image img.img-fluid {
    width: 100%;
}

.news-block-two.custom-page .inner-box .lower-content ul {
    padding: 10px 0;
}

.news-block-two.custom-page .inner-box .lower-content ul li {
    position: relative;
    color: #313131;
    font-size: 16px;
    line-height: 1.9em;
}

.text-info {
    color: #16c8f7 !important;
}

.text-animation-mobile {
    display: none;
}

.text-animation-mobile .left .two-sec2 p,
.text-animation-mobile .right .two-sec2 p {
    font-size: 15px;
    line-height: 25px;
}

.swiper-container {
    background: #fff;
}

.swiper-slide {
    margin-right: 15px !important;
}

.we-bg-logo img {
    width: 300px;
    opacity: 0;
}

.digital-marketing {
    padding: 60px 0;
    position: relative;
    background-color: #f3f3f3;
}

.digital-marketing .row:nth-child(3) {
    margin-top: 60px;
}

.digital-marketing .title {
    text-align: center;
    margin-bottom: 40px;
}

.digital-marketing .title h3 {
    font-size: 30px;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.digital-marketing .title h3 span {
    font-weight: 700;
}

.digital-marketing .title h3::after {
    content: "";
    position: absolute;
    width: 15%;
    height: 3px;
    background: #16c8f7;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.digital-marketing .title p {
    font-size: 16px;
}

.digital-marketing .content p {
    font-size: 16px;
    line-height: 26px;
}

.digital-services-boxes {
    position: relative;
    padding: 50px 0;
}

.digital-services-boxes .item {
    border: 1px solid #ccc;
}

.digital-services-boxes .item .heading {
    background-color: #16c8f7;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.digital-services-boxes .item .heading h3 {
    font-size: 18px;
    font-weight: 600;
}

.digital-services-boxes .item .heading p {
    margin: 0;
    font-size: 15px;
}

.digital-services-boxes .item .ranking {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    padding: 20px;
    text-align: center;
}

.digital-services-boxes .item .ranking .left:nth-child(1) {
    border-right: 1px solid #ccc;
}

.digital-services-boxes .item .ranking .left h3 {
    color: #16c8f7;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 5px;
}

.digital-services-boxes .item .ranking .left p {
    margin: 0;
    font-size: 15px;
}

.all-services {
    padding: 60px 0 0;
    position: relative;
}

.all-services .title {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.all-services .title h3::after {
    content: "";
    position: absolute;
    width: 12%;
    height: 3px;
    background: #16c8f7;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.all-services .title h3 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 10px;
}

.all-services .title p {
    font-size: 18px;
}

.all-services .services-box {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.all-services .services-box h3 {
    color: #16c8f7;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 25px;
}

.all-services .services-box p {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
}

.services-point {
    margin-top: 50px;
}

.services-point ul li {
    padding-bottom: 10px;
    font-size: 16px;
}

.services-point ul li i {
    color: #16c8f7;
    padding-right: 5px;
}

.new-all-services {
    background-color: unset;
    padding: 20px 0 60px;
}

.privay-policy {
    padding: 100px 0;
}

.privay-policy a {
    color: #16c8f7;
    font-weight: 700;
}

.privay-policy h2 {
    font-weight: 700;
    font-size: 30px;
}

.privay-policy h3 {
    font-weight: 700;
    font-size: 25px;
}

.privay-policy h5 {
    font-size: 20px;
    font-weight: 600;
}

.privay-policy p {
    font-size: 15px;
    line-height: 25px;
}

.privay-policy p b {
    font-size: 18px;
}

.privay-policy ul {
    padding-bottom: 10px;
    font-size: 16px;
}

.privay-policy ul li {
    padding-bottom: 10px;
}

.numer-error {
    color: #ff0000;
    font-weight: 700;
    font-size: 14px;
    display: none;
}

.how-we-work {
    position: relative;
    margin: 80px 0;
}

.how-we-work .img-box img {
    display: block;
    margin: auto;
}

.how-we-work .title {
    margin-bottom: 50px;
}

.how-we-work .title h3 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

li.menu-item.dropdown-main:hover .dropdown-menu {
    display: block;
}

.services-timeline {
    position: relative;
    padding: 60px 0;
}

.services-timeline .title {
    margin-bottom: 50px;
}

.services-timeline .title h3 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.services-timeline .img-box img {
    display: block;
    margin: auto;
}

.first-view-port {
    background-image: linear-gradient(rgb(22 200 247 / 30%), rgb(22 200 247)), url(../images/blockchain-page.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;
    margin-bottom: 60px;
}

.first-view-port .content span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.first-view-port .content h1 {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.first-view-port .content p {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 10px;
}

.first-view-port .content ul {
    margin: 15px 0;
}

.first-view-port .content ul li {
    color: #fff;
    font-size: 16px;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.first-view-port .content h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}

.first-view-port form {
    background: #fff;
    padding: 30px 20px;
    border-radius: 5px;
}

.first-view-port form .title {
    color: #16c8f7;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.first-view-port form .form-group input {
    border-radius: unset;
    border: 2px solid #d9dddc;
    padding: 8px;
    color: #333;
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 500;
}

.first-view-port form .form-group textarea {
    width: 100%;
    height: 100px;
    border: 2px solid #d9dddc;
    padding: 10px;
    color: #333;
    font-size: 15px;
    font-weight: 500;
}

.first-view-port form .button-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.first-view-port form .button-box .custom-button input {
    background: #16c8f7;
    height: 45px;
    padding: 0 30px;
    border: unset;
    color: #fff;
}

.first-view-port form .button-box p {
    margin: 0;
    font-size: 14px;
    color: #000;
}

.video-wrapper .proposal-button {
    text-align: center;
    padding-top: 30px;
}

.video-wrapper .proposal-button .menu-block {
    background: var(--main-color);
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    padding: 10px 25px;
}

.counter {
    margin-top: -130px;
    position: relative;
}

.counter .inner {
    border: 2px solid #16c8f7;
    background: #f2f2f2;
    border-radius: 10px;
    padding: 50px 30px 60px;
}

.counter .inner .item h3 {
    color: #16c8f7;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}

.counter .inner .item p {
    color: #313131;
    text-transform: capitalize;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.our-badges {
    margin: -40px 0 80px;
    position: relative;
    z-index: 5;
}

.our-badges .custom-badge {
    max-width: 750px;
    background: #fff;
    border: 2px solid #16c8f7;
    border-radius: 10px;
    padding: 20px 30px;
}

.cta {
    position: relative;
    margin: 60px 0;
    z-index: 5;
}

.cta .content .img-box img {
    position: absolute;
    pointer-events: none;
}

.cta .content .img-box img:nth-child(1) {
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 55px;
}

.cta .content .img-box img:nth-child(2) {
    right: 0;
    top: 0;
    width: 85px;
}

.cta .content .img-box img:nth-child(3) {
    top: 0;
    left: 0;
    width: 250px;
}

.cta .content .img-box img:nth-child(4) {
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 300px;
}

.cta .content {
    background: #16c8f7;
    text-align: center;
    border-radius: 30px;
    padding: 50px 0;
    position: relative;
}

.cta .content h3 {
    font-size: 35px;
    color: #fff;
    margin-bottom: 15px;
}

.cta .content h3 span {
    font-weight: 600;
}

.cta .content p {
    color: #fff;
    font-size: 18px;
    max-width: 750px;
    margin: auto;
}

.cta .content .enquiry {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    margin-top: 20px;
}

.client-and-portfolio {
    margin: 60px 0 0;
}

.client-and-portfolio .item {
    overflow: hidden;
    position: relative;
    background: #16c8f7;
    padding: 60px 50px;
    border-radius: 15px;
}

.client-and-portfolio .item .content .review {
    background: #fff;
    max-width: 550px;
    border-radius: 10px;
    padding: 25px 30px;
    border: 2px solid #000;
}

.client-and-portfolio .item .content h3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #fff;
}

.client-and-portfolio .item .content .review h3 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #313131;
}

.client-and-portfolio .item .content .review h3::after {
    content: "";
    position: absolute;
    width: 15%;
    height: 3px;
    background: #16c8f7;
    left: 0;
    bottom: 0;
}

.client-and-portfolio .item .content .review p {
    margin: 0;
    color: #555;
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
}

.client-and-portfolio .item .content a {
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 40px;
    margin-top: 30px;
}

.client-and-portfolio .item .portfolio-image {
    position: absolute;
    top: -145px;
    right: -370px;
}

.client-and-portfolio .owl-nav .owl-prev,
.client-and-portfolio .owl-nav .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -50px;
    color: #16c8f7 !important;
    border: 2px solid #16c8f7 !important;
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.client-and-portfolio .owl-nav .owl-next {
    right: -50px;
    left: unset;
}

.teams {
    overflow: hidden;
    margin: 10px 0 60px 0;
    position: relative;
}

.teams .container-fluid {
    padding: 0;
}

.teams .container-fluid .row:nth-child(even) {
    padding: 30px 0;
}

.teams .team-description {
    width: 100%;
    height: 100%;
    background: #16c8f7;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-left: 80px;
    position: relative;
    z-index: 9;
}

.teams .team-description::before {
    position: absolute;
    content: "";
    background: url(../images/dots.webp) no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.2;
}

.teams .team-description .profile-info h1 {
    color: #fff;
    font-size: 30px;
}

.teams .team-description .profile-info h1 span {
    font-weight: 600;
}

.teams .team-description .profile-info p {
    margin: 0;
    color: #fff;
    font-size: 18px;
}

.teams .team-description .profile-info .additional-description {
    margin: 0;
    color: #fff;
    font-size: 15px;
    max-width: 500px;
    margin-top: 5px;
    line-height: 24px;
}

.teams .team-description .profile-info .website-link {
    color: #fff;
    text-decoration: underline;
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
}

.timeline {
    margin-bottom: 60px;
    position: relative;
}

.timeline .history h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 40px;
}

.timeline .history h1 span {
    color: #16c8f7;
    font-weight: 600;
}

.timeline .title .timeline .title h1 .timeline .main-timeline:after {
    content: "";
    display: block;
    clear: both;
}

.timeline .main-timeline .timeline {
    width: 50%;
    padding: 60px 0 0 0;
    margin: 0 5px 25px 0;
    float: left;
}

.timeline .main-timeline .timeline-content {
    min-height: 80px;
    padding: 0 15px 0 0;
    border: 2px solid #16c8f7;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.timeline .main-timeline .timeline-content:hover {
    text-decoration: none;
}

.timeline .main-timeline .timeline-content:before,
.timeline .main-timeline .timeline-content:after {
    content: "";
    background-color: #16c8f7;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    top: -5px;
}

.timeline .main-timeline .timeline-content:after {
    top: auto;
    bottom: -5px;
}

.timeline .main-timeline .timeline-year {
    color: #fff;
    background-color: #16c8f7;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 3px 20px 3px 50px;
    position: absolute;
    right: -2px;
    top: -60px;
    z-index: 1;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 15% 100%, 0 50%);
}

.timeline .main-timeline .title {
    color: #16c8f7;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0;
}

.timeline .main-timeline .timeline:nth-child(even) {
    margin: 0 0 25px 5px;
    float: right;
}

.timeline .main-timeline .timeline:nth-child(even) .timeline-content {
    text-align: left;
    padding: 0 0 0 15px;
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.timeline .main-timeline .timeline:nth-child(even) .timeline-content:before,
.timeline .main-timeline .timeline:nth-child(even) .timeline-content:after {
    right: auto;
    left: -4px;
}

.timeline .main-timeline .timeline:nth-child(even) .timeline-year {
    right: auto;
    left: -2px;
    clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
}

.whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: fixed;
    bottom: 20px;
    right: 25px;
    text-align: center;
    width: 200px;
    background: #25d366;
    padding: 6px 0;
    font-weight: 700;
    z-index: 99;
    color: #000;
    font-size: 21px;
    border-radius: 20px;
    box-shadow: rgba(106, 221, 61, 0.2) 0px 2px 8px 0px;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}



@keyframes pulsing {
    to {
        box-shadow: 10PX 0 0 40px rgba(100, 219, 54, 0);
    }
}


.whatsapp i {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin-right: 5px;
}

.whatsapp .content p {
    margin: 0;
    color: #fff;
    font-size: 17px;
}

.form-contact textarea.form-control {
    height: 150px !important;
}

.choose-services {
    padding: 60px 0;
    position: relative;
}

.choose-services .title {
    margin-bottom: 40px;
}

.choose-services .title h1 {
    font-size: 22px;
    text-align: center;
    font-weight: 700;
}

.choose-services ul li:not(:last-child) {
    margin-bottom: 20px;
}

.choose-services ul li:last-child .number:after {
    all: unset;
}

.choose-services ul .main {
    display: flex;
    gap: 20px;
}

.choose-services ul .main .number {
    position: relative;
}

.choose-services ul .main .number span {
    display: block;
    width: 50px;
    height: 50px;
    border: 2px solid #000;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    font-weight: 700;
}

.choose-services ul .main .info h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.choose-services ul .main .info p {
    margin: 0;
    font-size: 16px;
    color: #000;
    line-height: 26px;
}

.your-business {
    padding: 60px 0;
    position: relative;
}

.your-business .title {
    max-width: 700px;
    margin: 0 auto 40px;
}

.your-business .title h1 {
    font-size: 30px;
    text-align: center;
    font-weight: 800;
    line-height: 38px;
}

.your-business ul .main {
    display: flex;
    gap: 20px;
}

.your-business ul .main .icon-box i {
    color: #16c8f7;
    font-size: 20px;
    margin-top: 3px;
}

.your-business ul .main .content h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}

.your-business ul .main .content p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
}

.seo-projects {
    position: relative;
    padding: 60px 0;
}

.seo-projects .container {
    max-width: 1250px;
}

.seo-projects .title h1 {
    margin-bottom: 30px;
    font-size: 35px;
    text-align: center;
    font-weight: 700;
}

.seo-projects .main {
    border: 2px solid #d3d3d3;
}

.seo-projects .main div:first-child img {
    width: 100%;
}

.seo-projects .main .title {
    background-color: #16c8f7;
    text-align: center;
    color: #fff;
    padding: 15px 0;
}

.seo-projects .main .title h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.seo-projects .main .title p {
    margin: 0;
    font-size: 16px;
}

.seo-projects .main .percentage {
    display: flex;
    justify-content: center;
    gap: 15px;
    text-align: center;
    padding: 15px 0;
}

.seo-projects .main .percentage div:nth-child(1) {
    border-right: 2px solid #d3d3d3;
    padding-right: 15px;
}

.seo-projects .main .percentage h3 {
    font-weight: 600;
    color: #16c8f7;
    font-size: 28px;
}

.seo-projects .main .percentage p {
    font-size: 16px;
    margin: 0;
    line-height: 24px;
}

.seo-projects .bottom-content {
    text-align: center;
}

.seo-projects .bottom-content p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
}

.timeline-new {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 220px);
    justify-content: center;
}

.timeline-new li {
    grid-column: span 2;
    text-align: center;
    border-radius: 65px;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    font-family: sans-serif;
    position: relative;
    padding: 20px;
    border: 20px solid #0000;
    background: linear-gradient(#1583d1 0 0) content-box, linear-gradient(#efefef 0 0) padding-box, linear-gradient(var(--d, 90deg), #0000 75%, #000000 0) border-box;
}

.timeline-new li:nth-child(even) {
    grid-column-end: -1;
    --d: -90deg;
    --c: #009cda;
}

.timeline-new li:not(:last-child) {
    margin-bottom: -20px;
}

.timeline-new li:before,
.timeline-new li:after {
    content: "";
    display: block;
    height: 0.6em;
}

.timeline-new time {
    position: absolute;
    font-size: 0.65em;
    left: calc(100% + 50px);
    top: 50%;
    line-height: 23px;
    transform: translateY(-50%);
    white-space: nowrap;
}

.timeline-new li:nth-child(even) time {
    left: auto;
    color: #000;
    right: calc(100% + 50px);
}

.timeline-new time:before {
    content: "";
    position: absolute;
    height: 10px;
    top: calc(50% - 5px);
    right: calc(100% + 5px);
    width: 65px;
    background: repeating-linear-gradient(-90deg, #000000 0 5px, #0000 0 10px) 50% / 100% 2px no-repeat;
}

.timeline-new li:nth-child(even) time:before {
    right: auto;
    left: calc(100% + 5px);
    background: repeating-linear-gradient(90deg, #009cda 0 5px, #0000 0 10px) 50%/100% 2px no-repeat;
}

.faq {
    background-color: #272727;
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}

.faq:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 200px;
    background: linear-gradient(rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 100%);
    border-bottom-right-radius: 32px;
    border: 1px solid rgb(56, 56, 56);
}

.faq:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 200px;
    background: linear-gradient(rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 100%);
    border-bottom-left-radius: 32px;
    border: 1px solid rgb(56, 56, 56);
}

.faq .badge {
    max-width: 95px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: #8f8f8f;
    box-shadow: rgba(255, 255, 255, 0.12) 0px 0px 0px 1px;
    border-radius: 8px;
    padding: 6px 0;
    margin-bottom: 25px;
}

.faq .badge svg {
    width: 20px !important;
    height: 20px !important;
}

.faq .badge p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.faq .title {
    text-align: center;
    color: #fff;
}

.faq .title h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.faq .title .main-para {
    max-width: 540px;
    margin: auto;
}

.faq .title .main-para p {
    margin: 0;
    color: #8f8f8f;
    font-size: 16px;
}

.faq .accordion {
    max-width: 800px;
    margin: auto;
    padding: 0;
    margin-top: 40px;
}

.faq .accordion .accordion-item:not(:last-child) {
    margin-bottom: 18px;
    border: none;
}

.faq .accordion .accordion-item .accordion-header {
    background: #272727;
}

.faq .accordion .accordion-item .accordion-button {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(171, 171, 171, 0.06) 100%) rgba(0, 0, 0, 0);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgb(235, 235, 235);
    font-size: 17px;
    box-shadow: none;
    font-weight: 600;
}

.faq .accordion .accordion-item .accordion-button::after {
    content: "+";
    margin: 0;
    width: unset;
    height: unset;
    background-image: unset;
    background-repeat: unset;
    background-size: unset;
}

.faq .accordion .accordion-item .accordion-body {
    padding: 1rem 1.25rem;
    background-color: #272727;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: none;
}

.faq .accordion .accordion-item .accordion-body ul {
    list-style: auto;
    padding-left: 25px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.accordion-flush .accordion-collapse {
    background-color: #272727;
}

.accordion-item:last-of-type .accordion-collapse {
    border-radius: unset;
}

.faq .accordion .accordion-item .accordion-body p {
    color: #d1d1d1;
    font-size: 16px;
    line-height: 26px;
}

.faq .accordion .accordion-item .accordion-body p:last-child {
    margin: 0;
}

.web-designing-pricing {
    padding: 60px 0;
}

.web-designing-pricing .title {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-color: #16c8f7;
    color: #fff;
    text-align: center;
    padding: 32px 0;
}

.web-designing-pricing .title h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.web-designing-pricing .title p {
    font-size: 15px;
    margin: 0;
}

.web-designing-pricing .table thead tr th {
    width: 25%;
    text-align: center;
    color: #16c8f7;
    font-size: 16px;
    font-weight: 700;
    padding: 20px;
    vertical-align: middle;
    line-height: 26px;
    border-right: 1px solid #f8f8f8;
}

.web-designing-pricing .table tbody tr th {
    background-color: #f7f7f7;
    text-align: center;
    padding: 30px;
    font-size: 15px;
    font-weight: 600;
}

.web-designing-pricing .table tbody td {
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    border-right: 1px solid #f8f8f8;
}

.web-designing-pricing .table tbody td .fa-xmark {
    color: #f44336;
}

.web-designing-pricing .table tbody td .fa-check {
    color: #1b750a;
}

.video-sec {
    padding: 60px 0;
}

.video-popup-bg {
    background: url(../images/video_bg.webp) no-repeat;
    padding: 145px 0;
    box-shadow: 0 50px 40px #fff;
    border-radius: 20px 20px 20px 20px;
    background-color: #0a1119;
    background-size: cover;
}

.video-popup-bg .modal-header {
    border: none;
}

.youtube-video-btn i {
    font-size: 35px;
    color: #fff;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 40px;
    background: #16c8f7;
    padding: 20px;
    border-radius: 50px;
    cursor: pointer;
}

.youtube-video-btn {
    text-align: center;
}

.video-sec-title span {
    color: #212529;
    font-size: 18px;
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

.video-sec-title {
    padding-top: 40px;
}

.video-sec-title h3 {
    font-size: 32px;
    line-height: 1.143em;
    margin-bottom: 20px;
    font-weight: 700;
}

.video-sec-title p {
    color: #212529;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}

.main-specific-solutions {
    padding: 80px 0;
}

.main-specific-solutions .title {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

.main-specific-solutions .title h1 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}

.main-specific-solutions .title h1 span {
    color: #16c8f7;
    border-bottom: 3px solid currentColor;
}

.main-specific-solutions .title p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

.main-specific-solutions .industry-specific-solutions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}

.main-specific-solutions .industry-specific-solutions li {
    width: 15%;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 40px #604c3e21;
    border-radius: 10px 10px 10px 10px;
    transition: 0.25s ease-in-out;
    overflow: hidden;
}

.main-specific-solutions .industry-specific-solutions li:hover {
    box-shadow: 1px 0 34px 1px rgba(0, 0, 0, 0.13), 0 15px 34px 1px rgba(0, 0, 0, 0.13);
    transform: scale(1.05);
}

.main-specific-solutions .industry-specific-solutions .heading-content {
    padding: 5px;
    min-height: 80px;
}

.main-specific-solutions .industry-specific-solutions .img {
    padding: 20px 10px;
}

.main-specific-solutions .industry-specific-solutions .heading-content h5 {
    color: #212121;
    margin: 10px 5px;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
}

.bgs-blue {
    background-color: #021f61;
}

.cl-white {
    color: #fff;
}

.lh-74 {
    line-height: 55px;
}

.fs-64 {
    font-size: 43px;
}

.extra-bold {
    font-weight: 800;
}

.section_home-ours .bgs-tech {
    background-color: #13306c;
    border-radius: 30px;
}

.section_home-ours .nav-tech .nav-item:not(:last-child) {
    padding-bottom: 20px;
}

.section_home-ours .nav-tech .nav-link.active,
.section_home-ours .nav-tech .show>.nav-link {
    color: #fff;
    background-color: #011f60;
    box-shadow: none;
}

.section_home-ours .nav-tech .nav-link {
    background: none;
    position: relative;
    width: 100%;
    border: 0;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
    text-align: left;
    padding: 14px 30px;
    box-shadow: 0px 0px 0px 1px rgb(145 124 124 / 9%);
}

.section_home-ours .nav-tech .nav-link::after {
    content: "";
    position: absolute;
    background: url("../images/port-arrow.webp") no-repeat;
    width: 50px;
    height: 30px;
    right: 13px;
    top: 25px;
    color: #fff;
}

.cl-darkyellow,
.cl-yellow {
    color: #fbc707;
}

.section_home-ours .nav-techs ul {
    padding-left: 0;
}

.section_home-ours .nav-techs ul li {
    color: #011f60;
    background: #fff;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 30px;
    margin: 0 5px 8px 0;
}

.section_home-ours p {
    font-size: 18px;
    line-height: 30px;
}
 
.breadcrumb-sec {
    background: linear-gradient(45deg, #16c8f7, #3781ab);
    padding: 80px 0;
}

.breadcrumb-sec h1 {
    font-size: 46px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}