/********** Template CSS **********/
:root {
    --primary: rgb(13, 82, 255);
    --secondary: #34ad54;
    --light: #eef9ff;
    --dark: #091e3e;
}

body {
    scroll-behavior: smooth;
    font-family: "open", sans-serif;
}

/* .row>*{
    padding-right: 0px !important;
    padding-left: 0px !important;
} */

/*** Spinner ***/
.spinner {
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
    width: 150px;
    height: 150px;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        /* -webkit-transform: perspective(120px) */
        -webkit-transform: rotateY(0deg);
    }

    50% {
        -webkit-transform: rotateY(180deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(180.1deg);
        -webkit-transform: rotateY(180.1deg);
    }

    100% {
        transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 700 !important;
    font-family: "open", sans-serif;
}

.logo {
    width: 70px;
    height: 60px;
}

a,
p {
    /* font-family: 'Titillium Web', sans-serif; */
    /* font-family: 'Share Tech', sans-serif; */
    /* font-family: 'Montserrat', sans-serif; */
    font-family: "open", sans-serif;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
    /* font-family: 'Titillium Web', sans-serif; */
    /* font-family: 'Ubuntu', sans-serif; */
    /* font-family: 'Share Tech', sans-serif; */
    /* font-family: "Houschka Rounded Alt Medium Regular";
    font-family: "Houschka-medium"; */
    /* font-family: 'Poppins', sans-serif; */
    /* font-family: 'Montserrat', sans-serif; */
    /* font-family: 'Montserrat', sans-serif; */
    font-family: "open", sans-serif;
}

section {
    padding: 50px 150px !important;
}

@media (max-width: 991px) {
    section {
        padding: 50px 20px !important;
    }

    .team_section .main_team .profile figure figcaption {
        font-size: 11px !important;
    }
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
    /* font-family: 'Titillium Web', sans-serif; */
    /* font-family: 'Share Tech', sans-serif; */
    /* font-family: 'Montserrat', sans-serif; */
    font-family: "open", sans-serif;
}

.text {
    color: rgb(13, 82, 255);
    /* font-family: 'Titillium Web', sans-serif; */
    /* font-family: 'Ubuntu', sans-serif; */
    /* font-family: 'Share Tech', sans-serif; */
    /* font-family: 'Montserrat', sans-serif; */
    font-family: "open", sans-serif;
}

/*** Button ***/
.btn {
    font-weight: 600;
    transition: 0.5s;
    padding: 10px 20px !important;
    background: rgb(13, 82, 255);
    color: white;
    border: 1px solid rgb(13, 82, 255);
    border-radius: 28px;
    /* font-family: 'Titillium Web', sans-serif; */
    /* font-family: 'Ubuntu', sans-serif; */
    /* font-family: 'Share Tech', sans-serif; */
    /* font-family: 'Montserrat', sans-serif; */
    font-family: "open", sans-serif;
}

.contact_btn:hover {
    /* background-color: white !important; */
}

.btn-primary,
.btn-secondary {
    color: #ffffff;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    /* box-shadow: inset 0 0 0 0 var(--light); */
    color: white;
}

.btn-secondary:hover {
    /* box-shadow: inset 0 0 0 0 var(--secondary); */
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.a-tab {
    background: rgb(13, 82, 255);
    color: white;
}

a.mailto, a.tel{
    color: #6B6A75;
}

.post-hov:hover {
    color: rgb(13, 82, 255);
}

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: "open", sans-serif;
    /* font-family: 'Titillium Web', sans-serif; */
    /* font-family: 'Ubuntu', sans-serif; */
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: 0.5s;
}

@media (min-width: 991px) {
    .navbar {
        width: 100% !important;
        position: fixed !important;
        background: white !important;
        height: 90px !important;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: black !important;
    }

    .navbar .navbar-brand h1 img {
        filter: none;
    }
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    /*padding: 20px 0;*/
    color: var(--dark);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-dark .navbar-brand .logo {
    color: #ffffff;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.dropdown-menu {
    transition: 0.5s ease-in-out;
}

.dropdown-menu .dropdown-item {
    padding: 0px 30px;
    margin: 10px 0px;
    transition: 0.5s ease;
}

.dropdown-item:hover {
    color: rgb(13, 82, 255);
    background-color: transparent;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #ffffff;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand .logo {
        color: var(--primary);
    }
}

.navbar-dark {
    /* display: none; */
}

.navbar {
    transition: 0.5s ease-in-out;
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        padding: 20px 0px;
        top: 0;
        transition: 0.5s ease-in-out;
        left: 0;
        /* border-bottom: 2px solid rgba(256, 256, 256, .3); */
        z-index: 999;
        padding: 0px 150px !important;
    }

    .sticky-top.navbar-dark {
        position: fixed;
        transition: 0.5s ease-in-out;
        background: #ffffff;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: 0.5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
        height: 1.5px;
        bottom: 20px;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand {
        color: var(--primary);
        padding: 0;
    }
}

@media (min-width: 476px) {
    .sticky-top.navbar-dark .navbar-brand .logo {
        width: 100px;
    }
}
.error-page {
    text-align: center !important;
}
.error-page h1 {
    font-size: 200px;
    line-height: 1;
    font-weight: 600;
}
/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, 0.3);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
        /* font-family: 'Titillium Web', sans-serif; */
        /* font-family: 'Ubuntu', sans-serif; */
        /* font-family: 'Share Tech', sans-serif; */
        /* font-family: 'Montserrat', sans-serif; */
        font-family: "open", sans-serif;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

@media (max-width: 991px) {
    .section-title::before {
        left: 80px !important;
    }
}

.section-title.text-center::before {
    left: 50% !important;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    /* background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear; */
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {
        left: 0;
    }

    50% {
        left: 145px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes section-title-run-center {
    0% {
        left: 50%;
        margin-left: -75px;
    }

    50% {
        left: 50%;
        margin-left: 45px;
    }

    100% {
        left: 50%;
        margin-left: -75px;
    }
}

@-webkit-keyframes section-title-run-sm {
    0% {
        left: 0;
    }

    50% {
        left: 85px;
    }

    100% {
        left: 0;
    }
}

.about-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*** Section Title ***/
.about-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.about-title.text-center::before {
    left: 50% !important;
    margin-left: -75px;
}

.about-title.about-title-sm::before {
    width: 90px;
    height: 3px;
}

.about-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    /* background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear; */
}

.about-title.about-title-sm::after {
    width: 4px;
    height: 3px;
}

.about-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.about-title.about-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {
        left: 0;
    }

    50% {
        left: 145px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes section-title-run-center {
    0% {
        left: 50%;
        margin-left: -75px;
    }

    50% {
        left: 50%;
        margin-left: 45px;
    }

    100% {
        left: 50%;
        margin-left: -75px;
    }
}

@-webkit-keyframes section-title-run-sm {
    0% {
        left: 0;
    }

    50% {
        left: 85px;
    }

    100% {
        left: 0;
    }
}

/*** Service ***/
.service-item {
    position: relative;
    /* height: fit-content; */
    width: auto;
    height: 100% !important;
    cursor: pointer;
    padding: 0 30px;
    background-color: white !important;
    box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0ffec;

    border-radius: 50px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
    font-size: 28px;
}

.service-item .service-icon img {
    transform: rotate(45deg);
}

.service-item .service-icon svg {
    transform: rotate(45deg);
    font-weight: bold;
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-cont:hover {
    background: #daedf4;
}

/* .service-item:hover a.btn {
  background-color: #091E3E;
  bottom: -1px;
  width: 100%;
  height: 300px;
  opacity: 0.3;
  left: 30px;
} */

a.btn:hover i {
    position: absolute;
    bottom: 150px;
    font-size: 30px;
    color: #212529;
    font-weight: bold;
}

/*** Testimonial ***/
.testimonial-item {
    border-radius: 10px;
    margin-right: 10px;
    margin-left: 10px;
}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #dddddd;
    border-radius: 2px;
    transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #ffffff !important;
    box-shadow: 0 0 30px #dddddd;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
    text-align: center;
    margin-bottom: 20px;
    background: #343a40;
    position: relative;
    overflow: hidden;
}

.team .member .member-info {
    opacity: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
}

.team .member .member-info-content {
    position: absolute;
    left: 50px;
    right: 0;
    bottom: 0;
    transition: bottom 0.4s;
}

.team .member .member-info-content h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
    color: #fff;
}

.team .member .member-info-content span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #fff;
}

.team .member .social {
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    width: 50px;
    transition: left ease-in-out 0.3s;
    background: rgba(11, 35, 65, 0.5);
    text-align: center;
}

.team .member .social a {
    transition: color 0.3s;
    display: block;
    color: #fff;
    margin-top: 15px;
}

.team .member .social a:hover {
    color: rgb(13, 82, 255);
}

.team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

.team .member:hover .member-info {
    background: linear-gradient(
        0deg,
        rgba(11, 35, 65, 0.9) 0%,
        rgba(11, 35, 65, 0.8) 20%,
        rgba(0, 212, 255, 0) 100%
    );
    opacity: 1;
    transition: 0.4s;
}

.team .member:hover .member-info-content {
    bottom: 30px;
    transition: bottom 0.4s;
}

.team .member:hover .social {
    left: 0;
    transition: left ease-in-out 0.3s;
}

/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, 0.2), rgba(9, 30, 62, 0.2)),
        url(../img/Images/banners/bg.jpg) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: 0.5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

.bg-lin:hover {
    color: rgb(13, 82, 255);
}

.more-text {
    color: rgb(13, 82, 255);
}

input {
    /* margin-top: 10px; */
    margin-bottom: 10px;
    border-radius: 10px;
}

/*  */
.ftco-section {
    padding: 7em 0;
}

.ftco-no-pt {
    padding-top: 0;
}

.ftco-no-pb {
    padding-bottom: 0;
}

/* //HEADING SECTION */
.heading-section {
    font-size: 28px;
}

/* //COVER BG */
.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* //OWL CAROUSEL */
.owl-carousel {
    position: relative;

    .owl-item {
        opacity: 1;

        &.active {
            opacity: 1;
        }
    }

    .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;

        .owl-prev,
        .owl-next {
            position: absolute;
            transform: translateY(-50%);
            margin-top: -60px;
            color: rgba(0, 0, 0, 0.1) !important;
            @include transition(0.7s);

            span {
                &:before {
                    font-size: 30px;
                }
            }

            opacity: 0;
        }

        .owl-prev {
            left: 0;
        }

        .owl-next {
            right: 0;
        }
    }

    .owl-dots {
        /* text-align: center;
		margin-top: 20px;
		.owl-dot {
			width: 10px;
			height: 10px;
			margin: 5px;
			border-radius: 50%;
			background: rgba(0,0,0,.1);
			position: relative;
			&:hover, &:focus{
				outline: none !important;
			}
			&.active {
				background: var(--primary);
			}
		} */
    }

    &:hover {
        .owl-nav {
            .owl-prev,
            .owl-next {
                opacity: 1;
            }

            .owl-prev {
                left: -25px;
            }

            .owl-next {
                right: -25px;
            }
        }
    }
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

/* //WORK */
.work {
    width: 100%;

    .img {
        width: 100%;
        height: 300px;
        position: relative;
        border-radius: 15px !important;

        -webkit-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
        -moz-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
        box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);

        .icon {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background: white;
            display: block;
            opacity: 0;
            @include transition(0.3s);
        }
    }

    .text {
        h3 {
            font-size: 18px;
            font-weight: 500;

            a {
                color: black;
            }
        }

        span {
            font-size: 12px;
            letter-spacing: 1px;
            color: rgba(0, 0, 0, 1.3);
            text-transform: uppercase;
            font-weight: 500;
        }
    }

    &:hover {
        .img {
            .icon {
                width: 100%;
                height: 100%;
                border-radius: 0;
                background: #2c3e50;
                opacity: 0.5;
            }
        }
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/











#footer .footer-newsletter form input[type="submit"]:hover {
    background: rgb(13, 82, 255);
}

#footer .footer-top {
   
    background: #fff !important;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    /* font-family: 'Titillium Web', sans-serif; */
    /* font-family: 'Ubuntu', sans-serif; */
    font-family: "open", sans-serif;
    color: #5c5c5c;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #212529;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: rgb(13, 82, 255);
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #5c5c5c;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: rgb(13, 82, 255);
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgb(13, 82, 255);
    color: #fff;
    line-height:1;
    padding: 8px 0;
    margin-right:15px;
    border-radius:50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}


#footer .footer-top .social-links a:hover {
    background: #091e3e;
    color: #fff;
}

#footer .copyright {
    text-align: center;
    padding: 20px 0px;
    color: #fff;
    margin: 0 auto !important;
}
#footer .copyright-pp {
    text-align: center;
    padding: 20px 0px 0px;
    color: #fff;
    margin: 0 auto !important;
}

#footer .copyright-pp a,#footer .copyright-pp a:hover {
    color: #fff;
}

@media (max-width: 575px) {
    #footer .copyright,
    #footer .copyright-pp,
    #footer .credits {
        float: none;
        -moz-text-align-last: center;
        text-align-last: center;
        padding: 3px 0;
    }
}

/*  */
.service-container {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.service-container .icon {
    margin-top: 5%;
    font-size: 38px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.service-container .number-icon .icon-2 {
    height: 70px;
    width: 70px;
    line-height: 80px;
    border-radius: 64% 36% 55% 45% / 76% 72% 28% 24% !important;
    border-color: #f89d36 !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.service-container .number-icon .icon-2 i {
    font-size: 30px;
}

.service-container .number-icon .number {
    position: absolute;
    top: 0;
    right: 70px;
    left: 0;
    height: 35px;
    width: 35px;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.service-container .number-icon .number span {
    line-height: 30px;
}

.service-container .content .number {
    font-size: 40px;
    color: #dee2e6;
}

.service-container .content .title {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.service-container.hover-bg {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.service-container.hover-bg .smooth-icon {
    position: absolute;
    bottom: -40px;
    right: -20px;
    font-size: 60px;
    color: #f8f9fa;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.service-container.hover-bg:hover {
    background-color: #f89d36;
}

.service-container.hover-bg:hover .content .title {
    color: #ffffff !important;
}

.service-container.hover-bg:hover .content .serv-pera {
    color: #fafafb !important;
}

.service-container.hover-bg:hover .smooth-icon {
    font-size: 100px;
    opacity: 0.2;
    bottom: -20px;
    right: 10px;
}

.service-container:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
    box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
}

.service-container:hover .icon {
    color: #f89d36;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.service-container:hover .number-icon .icon-2 {
    background-color: #f89d36;
    border-radius: 50% !important;
}

.service-container:hover .number-icon .icon-2 i {
    color: #ffffff !important;
}

.service-container:hover .number-icon .number {
    color: #ffffff;
    background: #f89d36 !important;
    border-color: #ffffff !important;
}

.service-container:hover .content .title {
    color: #f89d36;
}

.service-container a:hover,
.service-container a .title:hover {
    color: #f89d36 !important;
}

@-webkit-keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

/* ========== */
.bg-2 {
    background: url("/img/hero-bg.jpg");
    background-size: cover;
}

/* ========= */
.service-block4 {
    position: relative;
    border: 1px solid #f7f7f7;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
}

.service-block4:before {
    position: absolute;
    top: -42px;
    right: -100px;
    z-index: 0;
    content: " ";
    width: 250px;
    height: 120px;
    background: #e8f4f8;
    border-bottom-left-radius: 0;
    transition: all 0.4s ease-in-out;
    transform: rotate(45deg);
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.service-block4:hover:before {
    background: rgb(13, 82, 255);
}

.service-block4 .service-icon {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 1;
    text-align: center;
}

.service-block4 i {
    color: rgb(13, 82, 255);
    font-size: 38px;
    line-height: normal;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    margin-bottom: 0;
}

.service-block4:hover i {
    color: #fff;
}

.service-block4 .service-desc {
    position: relative;
}

.service-block4 .service-desc h4 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
}

.service-block4 .service-desc h5 {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500;
}

.service-block4 .service-desc h5:after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: rgb(13, 82, 255);
    margin-top: 10px;
    margin-bottom: 15px;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.service-block4 p {
    margin-top: 25px;
    padding-right: 50px;
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .service-block4:before {
        right: -110px;
    }

    .service-block4 .service-desc h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .service-block4 p {
        padding-right: 40px;
        margin-top: 20px;
    }

    .service-block4 i {
        font-size: 34px;
    }
}

@media screen and (max-width: 991px) {
    .service-block4 {
        padding: 25px;
    }

    .service-block4 .service-desc h4 {
        font-size: 15px;
    }

    .service-block4 i {
        font-size: 32px;
    }

    .service-block4 p {
        margin-top: 15px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 767px) {
    .service-block4 {
        padding: 20px;
    }

    .service-block4:before {
        right: -130px;
    }

    .service-block4 i {
        font-size: 28px;
    }

    .service-block4 .service-icon {
        top: 13px;
        right: 12px;
    }
}

.margin-30px-bottom {
    margin-bottom: 120px;
}

/*  */

.card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 0px;
    position: relative;
    margin-bottom: 1.56rem;
}

.card {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0px;
    overflow-wrap: break-word;
    background-color: rgb(248, 248, 248);
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.57rem;
}

.bg-primary {
    background-color: rgb(240, 194, 75) !important;
}

.mb-9 {
    margin-bottom: 4.96rem !important;
}

.card-icon-border-large {
    width: 100px;
    height: 100px;
    margin: -3.06rem auto 0px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    border: 6px solid;
    border-radius: 50%;
    font-size: 1.88rem;
    line-height: 90px;
    color: rgb(102, 102, 102);
}

.mtn-80 {
    margin-top: -5rem !important;
}

/* Domain */
.product-rating {
    line-height: 22px;
}

.product-rating i {
    color: #fc0;
    display: inline-block;
    margin-right: 2px;
    font-size: 14px;
}

@media screen and (max-width: 1199px) {
    .product-rating {
        margin-bottom: 5px;
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .product-rating i {
        font-size: 13px;
    }
}

.text-secondary {
    color: #004975 !important;
}

.card-wrapper {
    position: relative;
    overflow: hidden;
}

.card-wrapper .card-img {
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-out;
}

.card-wrapper .card-img img {
    transition: all 0.3s ease-in-out;
    border-radius: 0.25rem;
    border-radius: 0.25rem;
}

.card-wrapper .card-body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    padding: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    transform: translateX(-100%);
    transition: 0.8s;
    z-index: 11;
}

.card-wrapper:before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 100%;
    z-index: 9;
    transition: 0.8s;

    border-radius: 0.25rem;
}

.card-wrapper:hover:before {
    right: 0;
}

.card-wrapper h3,
.card-wrapper p {
    color: #fff;
}

.card-wrapper .read-more {
    color: #fff;
}

.card-wrapper .read-more:after {
    color: #fff;
}

.card-wrapper:hover .card-body {
    visibility: visible;
    transform: translateX(0px);
}

.card-wrapper:hover .background-color {
    right: 0;
}

.ti-shopping-cart:before {
    content: "\e60d";
}

.mb-2-6,
.my-2-6 {
    margin-bottom: 2.6rem;
}

.text-primary {
    color: #00baee !important;
}

/* new Styles */

.about_btn:hover {
    background-color: transparent !important;
    color: black !important;
    border: 1px solid rgb(16, 110, 234);
}

.hide_in_media {
}

.about_section {
    padding: 0px 150px;
}

@media screen and (max-width: 990px) {
    .navbar-collapse {
        padding: 30px 0px;
    }

    .dropdown-menu {
        transition: 0.5s ease-in-out;
        padding-left: 30px;
        border: none;
    }
}

@media screen and (max-width: 767px) {
    .about_section {
        padding: 30px !important;
    }
}

@media screen and (max-width: 500px) {
    .about_section {
        padding: 0px !important;
    }
}

/* wave css */

.editorial {
    display: block;
    width: 100%;
    height: 60px;
    max-height: 60px;
    margin: 0;
    z-index: 5;
    bottom: 0;
    left: 0px;
    float: left;
}

/* .parallax1>use {
  animation: move-forever1 10s linear;

  &:nth-child(1) {
    animation-delay: -2s;
  }
} */

/* .parallax2>use {
  animation: move-forever2 8s linear;

  &:nth-child(1) {
    animation-delay: -2s;
  }
} */

/* .parallax3>use {
  animation: move-forever3 6s linear;

  &:nth-child(1) {
    animation-delay: -2s;
  }
} */

/* .parallax4>use {
  animation: move-forever4 4s linear;

  &:nth-child(1) {
    animation-delay: -2s;
  }
} */

/* @keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever4 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
} */

@media screen and (max-width: 990px) {
    .media_revert {
        display: flex;
        flex-direction: column-reverse;
        gap: 10px !important;
    }

    .media_service {
        margin: 30px 0px;
        flex-direction: column-reverse;
    }
}

/* team section css */

.team_section {
    padding: 50px 50px;
}

.team_section .main_team {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 50px;
    row-gap: 70px;
}

.team_section .main_team .profile {
    display: flex;
    justify-content: center;
    position: relative;
}

.team_section .main_team .profile figure {
    width: 80%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.team_section .main_team .profile figure img {
    width: 80%;
}

.team_section .main_team .profile figure figcaption {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0px;
    text-transform: capitalize;
    cursor: pointer;
}

.team_section .main_team .profile figure .social a {
    transition: color 0.3s;
    color: black;
    margin-top: 15px;
}

.team_section .main_team .profile figure .social a:hover {
    color: rgb(13, 82, 255);
}

@media screen and (max-width: 1440px) {
    .main_team {
        column-gap: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .team_section .main_team {
        column-gap: 35px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .team_section .main_team .profile figure::after {
        font-size: 10px;
    }

    .team_section {
        padding: 50px 0px;
    }

    .team_section .main_team {
        column-gap: 20px;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 600px) {
    .team_section .main_team {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 0px;
        row-gap: 0px;
    }

    .team_section .main_team .profile:nth-child(2),
    .team_section .main_team .profile:nth-child(4),
    .team_section .main_team .profile:nth-child(6) {
        margin-top: 50px;
    }

    .team_section .main_team .profile:nth-child(3),
    .team_section .main_team .profile:nth-child(5) {
        margin-top: 0px;
    }
}

.team_section .main_advisors {
    display: flex;
    flex-direction: row;
}

/* new testimonail css */

.testimonial_section {
    display: block;
    overflow: hidden;
}

.testimonial_section:after {
    display: block;
    clear: both;
    content: "";
}

.testimonial_section .about_content {
    background-color: white;
    padding-top: 70px;
    padding-right: 210px;
    padding-bottom: 62px;
    position: relative;
}

.testimonial_section .about_content .background_layer {
    background-color: white;
    width: auto;
    margin-left: -200px;
    right: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.testimonial_section .about_content .layer_content {
    position: relative;
    z-index: 9;
    height: 100%;
}

.testimonial_section .about_content .layer_content .section_title {
    margin-bottom: 24px;
    position: relative;
}

.testimonial_section .about_content .layer_content .section_title:after {
    display: block;
    clear: both;
    content: "";
}

.testimonial_section .about_content .layer_content .section_title h5 {
    color: black;
    font-family: "open", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    margin-top: -5px;
    margin-bottom: 6px;
}

.testimonial_section .about_content .layer_content .section_title h2 {
    font-family: "open", sans-serif;
    font-weight: 300;
    font-size: 45px;
    line-height: 50px;
    padding-bottom: 51px;
    margin-bottom: 0px;
    color: black;
}

.testimonial_section .about_content .layer_content .section_title h2 strong {
    font-weight: 600 !important;
    width: 100%;
    display: block;
}

.testimonial_section
    .about_content
    .layer_content
    .section_title
    .heading_line {
    position: relative;
}

.testimonial_section
    .about_content
    .layer_content
    .section_title
    .heading_line
    span {
    transition: all 0.5s ease-in-out 0s;
    position: relative;
}

.testimonial_section
    .about_content
    .layer_content
    .section_title
    .heading_line
    span:after {
    content: "";
    right: auto;
    left: 69px;
    position: absolute;
    bottom: 28px;
    width: 17px;
    margin-left: 0;
    border-bottom-width: 3px;
    border-bottom-color: #cacaca;
    border-bottom-style: solid;
}

.testimonial_section
    .about_content
    .layer_content
    .section_title
    .heading_line:after {
    content: "";
    left: 1%;
    margin-left: 0;
    position: absolute;
    bottom: 28px;
    width: 59px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: rgb(13, 82, 255);
}

.testimonial_section .about_content .layer_content .section_title p {
    color: #fff;
    margin: 0 0 15px;
}

.testimonial_section .about_content .layer_content a {
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.testimonial_section .about_content .layer_content a i {
    font-size: 18px;
    vertical-align: middle;
}

.testimonial_section .about_content .layer_content a:hover {
    color: rgb(13, 82, 255);
}

.testimonial_section .testimonial_box {
    margin-top: 60px !important;
    position: relative;
}

.testimonial_section .testimonial_box .testimonial_container {
    background-color: rgb(13, 82, 255);
    margin-left: -170px !important;
    position: relative;
}

.testimonial_section .testimonial_box .testimonial_container .background_layer {
    background-color: rgb(13, 82, 255);
    width: auto;
    margin-right: -200px;
    right: 0;
    /* background-image: url(../images/map.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content {
    position: relative;
    z-index: 9;
    height: 100%;
}

.testimonial_section
    .testimonial_box
    .testimonial_container
    .layer_content
    .testimonial_owlCarousel {
    display: block;
    position: relative;
}

.testimonial_section
    .testimonial_box
    .testimonial_container
    .layer_content
    .testimonial_owlCarousel
    .testimonials {
    margin: 10px 0 10px 0;
    padding: 62px 0px 72px 50px;
    position: relative;
    text-align: center;
}

.testimonial_section
    .testimonial_box
    .testimonial_container
    .layer_content
    .testimonial_owlCarousel
    .testimonials
    .testimonial_content {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
    margin-left: 150px;
    margin-top: 69px;
    padding: 45px 40px 45px 40px;
    z-index: -1;
    position: relative;
    background-color: #fff;
    transition: all 0.5s ease-in-out 0s;
}

.testimonial_section
    .testimonial_box
    .testimonial_container
    .layer_content
    .testimonial_owlCarousel
    .testimonials
    .testimonial_content
    .testimonial_caption {
    margin-bottom: 15px;
    position: relative;
}

.testimonial_section
    .testimonial_box
    .testimonial_container
    .layer_content
    .testimonial_owlCarousel
    .testimonials
    .testimonial_content
    .testimonial_caption:after {
    content: "";
    width: 30px;
    display: block;
    height: 2px;
    text-align: center;
    left: 46%;
    margin-top: 6px;
    background-color: rgb(13, 82, 255);
    position: absolute;
}

.testimonial_section
    .testimonial_box
    .testimonial_container
    .layer_content
    .testimonial_owlCarousel
    .testimonials
    .testimonial_content
    .testimonial_caption
    h6 {
    padding-top: 0;
    margin-bottom: -5px;
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
    color: #020d26;
}

.testimonial_section
    .testimonial_box
    .testimonial_container
    .layer_content
    .testimonial_owlCarousel
    .testimonials
    .testimonial_content
    .testimonial_caption
    span {
    font-size: 12px;
    color: #9f9f9f;
    margin: 0;
}

.testimonial_section
    .testimonial_box
    .testimonial_container
    .layer_content
    .testimonial_owlCarousel
    .testimonials
    .testimonial_content
    p {
    padding: 0;
    margin: 0;
    padding-top: 10px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #5d6576;
    font-style: italic;
}

.testimonial_section
    .testimonial_box
    .testimonial_container
    .layer_content
    .testimonial_owlCarousel
    .testimonials
    .images_box
    .testimonial_img {
    border: none;
    position: absolute;
    top: 0;
    width: 200px;
    left: 55px;
    top: 80px;
}

.testimonial_section
    .testimonial_box
    .testimonial_container
    .layer_content
    .testimonial_owlCarousel
    .testimonials
    .images_box
    .testimonial_img
    img {
    object-fit: cover;
    max-width: 100% !important;
    overflow: hidden;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.testimonial_section
    .testimonial_box
    .testimonial_container
    .owl-nav
    .owl-prev {
    position: absolute;
    top: 165px;
    right: 42px;
    border-radius: 0;
    border: 1px solid black;
    background: white;
    display: block;
    outline: 0;
    width: 34px;
    line-height: 34px;
    height: 34px;
    color: black !important;
    font-size: 23px;
    margin-top: -20px;
    transition: all 0.3s ease-in-out;
}

.testimonial_section
    .testimonial_box
    .testimonial_container
    .owl-nav
    .owl-prev:hover {
    background: #020d26;
    color: white !important;
}

.testimonial_section
    .testimonial_box
    .testimonial_container
    .owl-nav
    .owl-next {
    position: absolute;
    top: 165px;
    right: 5px;
    border-radius: 0;
    display: block;
    background: white;
    border: 1px solid black;
    outline: 0;
    width: 34px;
    text-align: center;
    line-height: 34px;
    height: 34px;
    color: black !important;
    font-size: 23px;
    margin-top: -20px;
    transition: all 0.3s ease-in-out;
}

.testimonial_section
    .testimonial_box
    .testimonial_container
    .owl-nav
    .owl-next:hover {
    background: #020d26;
    color: white !important;
}

@media all and (max-width: 991px) {
    .testimonial_section .about_content {
        padding-right: 15px !important;
    }

    .testimonial_section .about_content .background_layer {
        width: 100% !important;
    }

    .testimonial_section .testimonial_box {
        margin-top: 0 !important;
    }

    .testimonial_section .testimonial_box .background_layer {
        width: 200% !important;
        margin-left: -200px;
    }

    .testimonial_section .testimonial_box .about_content {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-top: 28% !important;
    }

    .testimonial_section .testimonial_box .testimonial_container {
        margin-left: -15px !important;
    }

    .testimonial_section .testimonial_box .testimonial_container .testimonials {
        margin: 0px 0 20px 0;
    }

    .testimonial_section
        .testimonial_box
        .testimonial_container
        .testimonials
        .testimonial_content {
        margin-left: -36px !important;
    }

    .testimonial_section
        .testimonial_box
        .testimonial_container
        .layer_content
        .testimonial_owlCarousel
        .testimonials
        .images_box
        .testimonial_img {
        top: -5px;
    }

    .testimonial_section .about_content {
        padding-bottom: 0px;
    }

    .testimonial_section .about_content .layer_content {
        padding: 0px 10px;
    }
}

/* active tag */
.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
    color: black;
}

.dropdown-item.active,
.dropdown-item:hover {
    color: rgb(13, 82, 255);
}

/* timeline */

.timeline {
    position: relative;
    margin: 50px auto;
    /* padding:40px 0; */
    width: 1000px;
    box-sizing: border-box;
}

.timeline:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #c5c5c5;
}

.timeline ul {
    padding: 0;
    margin: 0;
}

.timeline ul li {
    list-style: none;
    position: relative;
    width: 50%;
    padding: 20px 40px;
    box-sizing: border-box;
}

.timeline ul li:nth-child(odd) {
    float: left;
    text-align: right;
    clear: both;
}

.timeline ul li:nth-child(even) {
    float: right;
    text-align: left;
    clear: both;
}

.content {
    padding-bottom: 20px;
}

.timeline ul li:nth-child(odd):before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 24px;
    right: -6px;
    background: rgb(13, 82, 255);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.timeline ul li:nth-child(even):before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 24px;
    left: -4px;
    background: rgb(13, 82, 255);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.timeline ul li h3 {
    padding: 0;
    margin: 0;
    color: rgb(13, 82, 255);
    font-weight: 600;
}

.timeline ul li p {
    margin: 10px 0 0;
    padding: 0;
}

.timeline ul li .time h4 {
    margin: 0;
    padding: 0;
    color: white;
    font-size: 14px;
}

.timeline ul li:nth-child(odd) .time {
    position: absolute;
    top: 12px;
    right: -165px;
    margin: 0;
    padding: 8px 16px;
    background: rgb(13, 82, 255);
    color: #fff;
    border-radius: 18px;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.timeline ul li:nth-child(even) .time {
    position: absolute;
    top: 12px;
    left: -165px;
    margin: 0;
    padding: 8px 16px;
    background: rgb(13, 82, 255);
    color: #fff;
    border-radius: 18px;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

@media (max-width: 1000px) {
    .timeline {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .timeline {
        width: 100%;
        padding-bottom: 0;
    }

    h1 {
        font-size: 40px;
        text-align: center;
    }

    .timeline:before {
        left: 20px;
        height: 100%;
    }

    .timeline ul li:nth-child(odd),
    .timeline ul li:nth-child(even) {
        width: 100%;
        text-align: left;
        padding-left: 50px;
        padding-bottom: 50px;
    }

    .timeline ul li:nth-child(odd):before,
    .timeline ul li:nth-child(even):before {
        top: -18px;
        left: 16px;
    }

    .timeline ul li:nth-child(odd) .time,
    .timeline ul li:nth-child(even) .time {
        top: -30px;
        left: 50px;
        right: inherit;
    }
}

/* Culture Gallery */
#gallery {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;

    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

@media (max-width: 1200px) {
    #gallery {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;

        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width: 800px) {
    #gallery {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;

        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width: 600px) {
    #gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

#gallery img,
#gallery video {
    width: 100%;
    height: auto;
    margin: 4% auto;
    box-shadow: -3px 5px 15px #000;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.modal-img,
.model-vid {
    width: 100%;
    height: auto;
}

.modal-body {
    padding: 0px;
}

.benefits {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

/* services section icons for home page */

.services_icons{
    
    width: 20% !important;
    align-items: center !important;
    padding-bottom: 8px !important;
}
.services_icons img{
    max-width: 100%;
}

.row media_service {
    align-items: center !important;
    justify-content: center !important;
}

.sbtn {
    border-radius: 15px !important;
}

@media (max-width: 991px) {
    .row-card {
        margin-right: 0px !important;
    }
}

.row-card {
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 15px 0px;
    display: flex;
    flex-direction: row;
    background-color: white;
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.075);
}

.row-card .col-lg-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* industry vertex */

.col-lg-9 {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.wrapper {
    height: 250px;
    width: 100%;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.wrapper .card {
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    transform: translateY(0deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    transition: transform 2s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.wrapper:hover > .front-face {
    transform: rotateY(-180deg);
}

.wrapper .card img {
    max-width: 100% !important;
    max-height: 100% !important;
   
    /* object-fit: cover; */
    border-radius: 10px;
}

.wrapper .back-face {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    transform: rotateY(180deg);
}

.wrapper:hover > .back-face {
    transform: rotateY(0deg);
}

.wrapper .back-face img {
    height: 100px;
    width: 100px;
    padding: 5px;
    border-radius: 50%;
    background: rgb(13, 82, 255);
}

.wrapper .back-face .info {
    text-align: center;
    padding: 0px 10px;
}

.back-face .info .title {
    font-size: 30px;
    font-weight: 500;
}

.back-face ul {
    display: flex;
}

.back-face ul a {
    display: block;
    height: 40px;
    width: 40px;
    color: #fff;
    text-align: center;
    margin: 0 5px;
    line-height: 38px;
    border: 2px solid transparent;
    border-radius: 50%;
    background: linear-gradient(375deg, #1cc7d0, #2ede98);
    transition: all 0.5s ease;
}

.back-face ul a:hover {
    color: #1cc7d0;
    border-color: #1cc7d0;
    background: linear-gradient(375deg, transparent, transparent);
}

/*  Slider for team section */
.how-section1 {
    margin-top: -15%;
    padding: 10%;
}

.how-section1 h4 {
    color: #ffa500;
    font-weight: bold;
    font-size: 30px;
}

.how-section1 .subheading {
    color: #3931af;
    font-size: 20px;
}

.how-section1 .row {
    margin-top: 10%;
}

.how-img {
    text-align: center;
    padding: 0px 30px;
}

.how-img img {
    max-width: 100% !important;
}

.cntnt {
    padding-top: 1rem;
    gap: 30px;
}

.card-team {
    background: #fff;
    box-shadow: 30px 10px 30px 10px rgba(0, 0, 0, 0.8);
    /* border-radius: 1rem; */
    padding: 10px;
}

.img-hover-zoom--colorize img {
    border-radius: 50%;
    cursor: pointer;
    height: auto;
    margin-top: 20px;
    padding: 1px;
    transition: transform 0.5s;
    /* filter: grayscale(100%); */
    max-width: 100%;
}

.img-hover-zoom--colorize:hover img {
    filter: grayscale(0);
    transform: scale(1.01);
    max-width: 100%;
}

.card-team h5 {
    overflow: hidden;
    font-weight: 200;
    font-size: 0.9rem;
}

.card-team h5 a {
    color: black;
    text-decoration: none;
}

.role {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px !important;
    color: #575757;
}

.box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fab {
    font-size: 1.5rem;
    color: darkgray;
    transition: transform 0.5s;
}

.fab:hover {
    color: black;
    transform: scale(1.1);
}

.card-team h3 {
    font-size: 1.5rem;
}

/* MEDIA */

@media only screen and (min-width: 1200px) {
    .img-hover-zoom--colorize img {
        max-width: 100%;
    }
}

@media screen and (min-width: 480px) {
    .img-hover-zoom--colorize img {
        max-width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .h1,
    h1 {
        font-size: 2rem;
    }
}

.list-inline-item a {
    color: black !important;
}

.list-inline-item a:hover {
    color: #004975 !important;
}

@media (max-width: 991px) {
    .about-col-desc {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 0px !important;
    }
    .testimonial_section
        .testimonial_box
        .testimonial_container
        .layer_content
        .testimonial_owlCarousel
        .testimonials
        .images_box
        .testimonial_img {
        width: 250px;
    }

    .wave {
        display: none;
    }

    .r-card-col {
        text-align: center;
    }

    .footer-top {
        padding: 60px 0px 30px 0px !important;
        background-color: #fff !important;
    }
}

/* form error */
form .error {
    color: #ff0000;
}

.icn {
    color: black !important;
}

/* home slider */

.home-slider {
    overflow: hidden;
}
.slidess{
   position: relative;
   top: 40px;
    padding: 45px 45px 45px 45px;
}

@media (max-width:991px) {
    .slider-item{
        background-size: contain;
    }
    .slider-item .block{
        
        text-align: center;
    }   
    .posp-e{
        position: relative;
        top: -100px;
    }
    .slidess{
       
        padding: 10px !important;
    }
}


/* team fix */
.fix-h {
    height: 100% !important;
}


.slide-btn:hover{
    background-color: transparent;
    color: white;
}

/* extra styles */

footer {
    background: #0D52FF !important;
}

.footer-logo {
    width: 150px;
}

.border-bottom-none {
    border-bottom: none;
}

.navlogostyle {
    width: 75px;
    height: 75px;
}

.ml-n20 {
    margin-left: -20px;
}

.border-r-20 {
    border-radius: 20px;
}

.bannerstyle {
    color: white;
    text-shadow: 1px 1px 1px #fff
}

.scrolltotpstyle {
    border-radius: 50% !important;
    padding: 10px !important
}

.spinnerimgstyle {
    width: 150px;
    height: 150px;
}

.benefit-style {
    background-color: #e8f4f8;
    padding-bottom: 100px;
}

.pl-40 {
    padding-left: 40px
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-20{
    padding-bottom: 20px;
}

.accordian-maxwidth {
    max-width: 600px;
}

.contact-us-a {
    font-size: 21px;
    text-decoration: underline
}

.light-bg {
    background-color: #e8f4f8;
}

.row-div {
    display: flex;
    flex-direction: row;
    align-items: bottom;
    gap: 10px
}

.w-30 {
    width: 30px;
}

.w-35 {
    width: 35px;
}

.h-55 {
    height: 55px;
}

.iframestyle {
    width: 100%;
    overflow: hidden;
    height: 350px;
}

.mtb-50 {
    margin: 50px 0px !important;
}

.m-0 {
    margin: 0 !important;
}

.contact-btn-st {
    display: flex;
    text-align: center;
    justify-content: center;
}

.contact_btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    gap: 10px
}

@media (max-width:750px) {
    .contact_btn {
        flex-direction: column !important;
    }
}

.p-45{
    padding: 45px;
}

.c-white {
    color: white;
}

.c-40-whitesmoke {
    color: whitesmoke;
    font-size: 40px
}

.p-50 {
    padding: 50px;
}

.slidesr_item {
    background-size: cover
}

.slider-1-img {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), url(../img/slide1.jpeg);
}

.slider-2-img {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), url(../img/slide2.jpeg);
}

.slider-3-img {
    background-image: url(../img/slide3.jpg);
}

.slide-4-img {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), url(../img/sliderr.jpg);
    background-position: center
}

.mr-0,
.ml-0 {
    margin-right: 0px !important;
    margin-left: 0px !important
}

.min-h {
    min-height: 300px;
}

.obj-co {
    object-fit: contain;
}

.rd-btn {
    background: rgb(13, 82, 255);
    color: white;
}

.c-pointer {
    cursor: pointer;
}

.a-center {
    align-items: center;
}

.j-center {
    justify-content: center;
}

.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.h-200{
    height: 200px;
}

.w-40{
    width: 40%;
}

.w-35{
    width: 35%;
}

.svg-style{
    color: white; border: 2px solid white; border-radius: 50%; padding: 5px 5px;
}

.p-20{
    padding: 20px;
}

.ptb-50{
    padding-top: 50px;
    padding-bottom: 50px;
}

.flex-end{
    align-items: flex-end;
}

.f-32{
    font-size: 32px;
}

.c-primary{
    color: rgb(13, 82, 255);
}

.container.choose-sesit .row-card{
    min-height: 150px;
    margin: 0 auto;
}

.container.choose-sesit .row-card .w-100{
    width: unset !important;
    max-width: 100%;
}

/* @media (max-width:767px) {
    footer .footer-contact   {
        text-align: center;
    }
} */

/* indexinlinecss */
#modal-content{
    background: rgba(9, 30, 62, .7);
}
#aboutstart{
    margin-right: 0px !important;
    margin-left: 0px !important;
}

#aboutstartinner2{
    background: rgb(13, 82, 255);
     color: white;
}
.aboutinner3{
    object-fit: contain;
}
.aboutinner4{
    cursor: pointer;
}
.aboutinner5{
    width: fit-content
}
#threeiconssection{
    max-width: 600px; 
}
#whychooseus{
    background-color:#e8f4f8; 
    padding-bottom: 100px;
}
#whychooseusinner{
    max-width: 600px;
}
.whychooseusinner2{
    align-items: center;
    justify-content: center;
}

#industryverticals{
    padding-top: 90px !important;
    padding-bottom: 30px !important; 
}
#industryverticals2{
    max-width: 600px;
}
.industryverticals3{
    height: 200px;
    object-fit: contain;
}
#industryverticals11{
    align-items: center; 
    justify-content: center;
}
.industryverticals12{
    width: fit-content;
}
#ourservices{
    background-color: #e8f4f8;
}
#ourservices1{
    max-width: 600px;
}
.ourservices1{
    position: relative;
}
.ourservices2{
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center;
}
.ourservices3{
    align-items: center; 
    justify-content: center;
}
.ourservices4{
    width: fit-content
}
.ourleadership{
    display: flex; 
    flex: 1;
    align-items: center; 
    justify-content: center;

}
.ourleadership2{
    max-width: 600px;
}

.ourteam{
    padding-bottom: 20px !important;
}
#testimonials{
    background: #e8f4f8
}
#testimonials2{
    padding: 50px 0px;
}
.testimonials4{
    max-width: 100%;
}
#projects{
    display: flex;
    flex-direction: row;
}
#projects2{
    max-width: 600px;
}
#projects3{
    row-gap: 80px;
}
.projects4{
    color: white; 
    border: 2px solid white; 
    border-radius: 50%; 
    padding: 5px 5px;
    width:40; 
    height:40;
}
/* contatpageinlinecss */

  .contact1{
    max-width: 600px;
  }
  .contact2{
    display: flex;
    flex-direction: row; 
    align-items:bottom;
    gap: 10px
  }
  
  .contact3{
    width: 30px
  }
  .contact4{
    width: 35px
  }
  .contact5{
    margin-top:20px !important
  }
  .contact6{
    height: 55px
  }
/* contactuspageinlinecssens */

/* indexinlinecssend */

/* servicesinnerpages */

/* bopinlinecss */
.servicesbanner{
    color: white; 
    /* text-shadow: 1px 1px 1px #fff; */
}
.servicesbanner .text-white {
    color: #fff !important;
  }
.servicesinner2{
    width: 100%;
}
#bpo3{
    background-color:#e8f4f8;
}
.faq2{
    margin: 0px !important
}
.faqcontact{
    font-size: 21px;
    text-decoration: underline ;
    color: rgb(13, 82, 255) ;

}
#faq1{
    display: flex;
    text-align: center;
    justify-content: center;
}

/* bopinlinecssend */

/* businessservices */
#business1{
    background-color:#e8f4f8; 
    padding-bottom: 100px;
}
.business2{
    padding-left: 40px;
}
#business3{
    background-color:#e8f4f8;
    padding-bottom: 100px;
}
.business4{
    max-width: 600px;
}
/* businessservicesend */

/* itservices */
.benifits{
    background-color:#e8f4f8;
    padding-bottom: 100px;
}
.benifits2{

}
.itservices{
    background-color:#e8f4f8;
    padding-bottom: 100px;}
/* itservicesend */

.more-row {
    display: flex;
    -ms-flex-direction: row;
    align-items: center
}

.verticals{
    padding-top: 90px;
    padding-bottom: 90px;
}
.verticals2{
    object-fit: contain;
     padding: 20px ;
}
.verticals3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end ;
    padding: 20px
}

/* .whychooseus */

.whychooseus{
    justify-content: center;
    align-items: center
}
.whychooseus2{
    object-fit: contain
}
.whychooseus3{
    background: #e8f4f8;
}

.ourstory{
    background: #EEF9FF
}

.ourstory2{
    font-size: 32px; 
}
.ourstory3{
    margin-right: 0px !important;
    margin-left: 0px !important;
    gap:10px
}
.ourstory4{
    clear:both;
}

.our_services1{
    margin-right: 0px !important;
    margin-left: 0px !important;}

.our_services2{
    background-color: rgb(13, 82, 255);
    border-radius: 20px;
}
.our_services3{
    background: #e8f4f8;
}
.our_services4{
    padding: 50px 0px;
}
.projects_title{
    background-color: rgb(13, 82, 255);
}

.swiper{
    max-height: 100vh;
    max-width: fit-content;
  
}
.swiper-slide {
   
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover !important;
    height: auto;
    background-position: center !important;
    background-size: cover !important;
    
}



.slidetext1{
color: white
}
.slidetext2{
    color: whitesmoke;
    font-size: 40px
}

/* new css */
.about-img{
    visibility: visible;
    animation-delay: 0.9s;
    max-width: 100%;
    padding-top: 20px;
}
@media (max-width:767px) {
    .slidetext2{
        color: whitesmoke;
        font-size: 25px;
        text-align: left !important;
       
    }
}
.why-chose-us-img{
    max-width: 100%;
   
}

.bg-back{
    background: #0D52FF;
}
.foo-gap{
    padding-top: 150px;
}
.foot-logo{
    display: flex !important;
    text-align: center;
    width: 80%;    
}
.foot-logo img{
    max-width: 100%;
}
.scroll-tp{
    border-radius: 50% !important;
    padding: 10px !important
}
.contact_btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    gap: 10px
}

@media (max-width:750px) {
    .contact_btn {
        flex-direction: column !important;
    }
}

.culture-gp{
    margin: 50px 0px !important;
    
}
.cult-fp{
    margin: 50px 0px !important; gap: 20px !important
}
.cultu-pp{
    margin: 50px 0px !important; gap: 10px
}
.mapp{
    width: 100%; overflow: hidden;
    height: 350px;
}
.cont-cp{
    width: 50px;
    margin-top: 30px;
}
.cont-cp2{
    width: 40px;
}
.gp-lg{
    padding-top: 50px;
}
.compna-lo{
    display: flex; 
    flex-direction: row;
    align-items: center; 
    gap: 15px; 
    width: 90vw;
    margin: auto
}
.cp-lg{
    width: 100%;
    padding: 20px !important
}
.nac-log{
    width: 75px;
    
}
.max-car{
    max-width: 600px;
}
.pad-gap{
    padding: 20px 0px
}
.hed-col-e{
    color: white; text-shadow: 1px 1px 1px #fff"
}

.par{
    text-align: justify !important;
}

/* video */
.wrap{
    position: relative;
    max-width: 1000px;
    width: 90%;
    margin: 5px auto;
  }
  
   /* The outer-div to move the elements */
  .box-video{
    position: relative;
    width: 100%;
    margin:0 auto 20px auto;
    cursor: pointer;
    overflow: hidden;
  }
  
   /* Set Cover aka Background-Image */
  .box-video .bg-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
  }
  
   /* Add light shade to make play button visible*/
  .bg-video::after{ 
      content:'';
      position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.1);
        z-index: 3;
        }
  
  
  /* The Play-Button using CSS-Only */
  .box-video .bt-play {
    position: absolute;
    top:50%;
    left:50%;
    margin:-30px 0 0 -30px;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.5);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50%;
    text-indent: -999em;
    cursor: pointer;
    z-index:2;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  
  /* The Play-Triangle */
  .box-video .bt-play:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0;
    width: 0;
    margin: -12px 0 0 -6px;
    border: solid transparent;
    border-left-color: #000;
    border-width: 12px 20px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  
  .box-video:hover .bt-play {
    transform: scale(1.1);
  }
  
  /* When Class added the Cover gets hidden... */
  .box-video.open .bg-video{
    visibility: hidden;
    opacity: 0;
  
    -webkit-transition: all .6s .8s;
    transition: all .6s .8s;  
  }
  
  /* and iframe shows up */
  .box-video.open .video-container{
    opacity: 1;
    -webkit-transition: all .6s .8s;
    transition: all .6s .8s;
  }
  
  /* Giving the div ratio of 16:9 with padding */
  .video-container {
      position: relative;
      width: 100%;
      height: 0;
    margin: 0;
    z-index: 1;
      padding-bottom: 56.27198%;
  }
  
  .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  } 
  .mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
/* gallery */
/* Main CSS */
.grid-wrapper > a {
	display: flex;
	justify-content: center;
	align-items: center;
}
div > a > img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	border-radius: 5px;
}

.grid-wrapper {
	display: grid;
	grid-gap: 5px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-auto-rows: 200px;
	grid-auto-flow: dense;
}
.grid-wrapper .wide {
	grid-column: span 2;
}
.grid-wrapper .tall {
	grid-row: span 2;
}
.grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
}
.world-map{
    max-width: 800px;
    margin: auto;
}
.card {
    background: #e8f4f8;
    box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 1px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px
}
@media screen and (max-width: 767px) {
    .foot-logo img{
        max-width: 40%;
    }
    .foot-logo{
        text-align: center;
        width: 60%;    
    }

}
 /* input error */
 .error {
    color: red;
  }
  #loader, #loaderTouch, #loaderBrochure  {
  margin-top: 10px;
  display: none;
  }
  #loader img, #loaderTouch img, #loaderBrochure img {
    width: 60px;
  }
  .iti {
    width: 100%;
  }
  .vertical-details{
    padding-bottom: 50px;
  }
  .hiddenloadModel{
    display: none;
  }
  @media screen and (max-width: 767px) {  
    .mobile-view
    {
        display: block !important;
    }
    .desktop-view{
        display: none !important;
    }
   .mp-top{
    margin-top: 30px;
   }
}
@media screen and (min-width: 768px) {
    .desktop-view{
        display: block !important;
    }
    .mobile-view
    {
        display: none !important;
    }
}