/********** Template CSS **********/
:root {
    --primary: #18363e;
    --secondary: #757575;
    --light: #F3F6F8;
    --dark: #0C2B4B;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.brd-25 {
    border-radius: 25px;
}

.font1 {
    font-size: 1.8em !important;
}

.img2 {
    box-shadow: 0px 2px 17px #5351517d;
    top: 70px;
    width: 100px;
    z-index: 11;
    height: 100px;
    left: -50px;
    border-radius: 50%;
}

.img3 {
    box-shadow: 0px 2px 17px #5351517d;
    top: 200px;
    width: 100px;
    z-index: 11;
    height: 100px;
    left: -50px;
    border-radius: 50%;
}

.img4 {
    box-shadow: 0px 2px 17px #5351517d;
    top: 330px;
    width: 100px;
    z-index: 11;
    height: 100px;
    left: -50px;
    border-radius: 50%;
}

.bg-gray {
    background-color: #f4f4f4;
}

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


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

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


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
    border-radius: 5px;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

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

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

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

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 80px;
    border-radius: 0px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 29px 0;
    color: var(--dark);
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
    font-size: 14px
}

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

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown-mega {
    position: static;
}

.dropdown-mega .mega-menu {
    left: 0px;
    right: 0px;
    width: 100%;
    padding: 30px 50px
}

.dropdown-mega .mega-menu h4 {
    font-weight: 900;
    font-size: 20px;
    color: #000;
    margin-bottom: 15px
}

.dropdown-mega .mega-menu .block {
    border: 1px solid rgb(219, 221, 232);
    padding: 16px 8px;
    border-radius: 4px;
    margin-bottom: 15px
}

.dropdown-mega .mega-menu .block:hover {
    background-color: #dddddd57;
}

.dropdown-mega .mega-menu .block h5 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 3px;
}

.dropdown-mega .mega-menu .block p {
    margin-bottom: 0px;
    font-size: 13px;
}

.dropdown-mega .mega-menu .block svg {
    background-color: #eee;
    margin-right: 10px
}

.dropdown-mega .mega-menu .p-17 {
    padding-top: 17px
}

.dropdown-mega .mega-menu .block2 {
    padding: 17px 10px;
    border-radius: 15px;
}

.dropdown-mega .mega-menu .block2 p {
    margin-bottom: 0px;
}

.dropdown-mega .mega-menu .block2:nth-child(1):hover {
    background: #93f6f629
}

.dropdown-mega .mega-menu .block2:nth-child(2):hover {
    background: #fbd49914
}

.dropdown-mega .mega-menu .block2:nth-child(3):hover {
    background: #f692c214
}

.dropdown-mega .mega-menu .block2 .badge {
    border-radius: 5px;
    margin-bottom: 3px;
}

.dropdown-mega .mega-menu .block2 .bg-success {
    background-color: #00d2d229 !important;
    color: #025050
}

.dropdown-mega .mega-menu .block2 .bg-pink {
    background-color: #f0409514 !important;
    color: #9a0550
}

.dropdown-mega .mega-menu .block2 .bg-yellow {
    background-color: #ff990014;
    color: #bc5004;
}

.dropdown-mega .mega-menu .block2 svg {
    border-radius: 5px
}

.dropdown-mega .mega-menu .block3 svg {
    margin-right: 20px
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, .57);
    z-index: 1;
}

.carousel-caption .btn {
    border-radius: 25px;
}

.carousel-caption h1 {
    font-size: 3em;
    line-height: 45px;
}

.carousel video {
    width: 100%;
    height: 550px;
    object-fit: cover
}

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


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


/*** offer ***/
.mh-100 {
    min-height: 100vh;
}

.offer1 {
    position: relative;
    height: 670px;
    margin-bottom: 5em;
}

.offer1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: skewY(-4deg);
    background: #f4f4f4;
    transform-origin: top right;
    z-index: -1;
}

.client-stories {
    position: relative;
    height: 500px;
    margin-top: 8em;
    margin-bottom: 2em;
    background: #f4f4f4;
}

.client-stories:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: skewY(4deg);
    background: #f4f4f4;
    transform-origin: top right;
    z-index: -1;
}

.topbar {
    position: relative;
    height: 300px;
    margin-bottom: 3em;
    background: #18363e;
}

.topbar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: skewY(-4deg);
    background: #18363e;
    transform-origin: bottom right;
    z-index: -1;
}

.top-banner {
    background-color: #18363e;
    background-image: url(../img/bg-square-dots-02.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
}



.top-banner h2 {
    font-size: 3.5em;
    position: relative;
}

.top-banner h2:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0px;
    height: 3px;
    background: #fff;
    width: 100px;
    margin: 0px auto;
    border-radius: 23px;
}
.career ul, .career-detail ul  {
    margin: 0;
    padding: 0
}
.career .img-c{
    position: relative;
}
.career .img-c:before{
    content: '';
    position: absolute;
    width: 400px;
    height: 300px;
    border-radius: 23px;
    right: -25px;
    top:-25px;
    background: linear-gradient(#025050, #18363e);
    z-index: -1;
}
.career-block{
    background-color: #f5f5f5;
    padding: 3em;
    border-radius: 23px;
}
.f-block{
    background-color: #f5f5f5;
    padding: 3em 2em;
    border-radius: 23px;
    text-align: center;
}
ul.list-items{
    margin: 0 0 0 15px;
    padding: 0
}

.career-top{
    border-bottom: 1px solid #b2b3b3;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
.career-top h4{
    margin-top: 0px
}

.career ul li, .career-detail ul li{
    list-style-type: none;
    margin-bottom: 0.6em
}
.career ul li i, .career-detail ul li i{
    color:rgb(60 124 141);
    margin-right: 10px
}
.career h1{
    font-size: 2.5em !important;
    font-weight: 900;
}
.career-detail .bg-gray{
    border-radius: 23px;
}
.career-detail .bg-gray .fa{
    color: #000;
    margin-right: 10px
}
.teal{
    color: #125a73
}
.mx-auto{
    display: table;
    margin: 0px auto;
}
.career-detail label{
    color: rgb(45, 45, 45);
    font-weight: 600;
}

.offer h5 {
    margin-bottom: 0px
}

.offer strong {
    font-size: 14px
}

.clients-row {
    position: relative;
    margin-top: 2em !important;
    padding: 7em 0em 3em;
    height: 520px
}

.clients-row:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: skewY(4deg);
    background: #5f96aa;
    transform-origin: bottom left;
    z-index: -1;
}

.offer p {
    line-height: 17px;
    margin-top: 10px;
}

.top-title h3,
.top-title p {
    color: #fff
}

.c-item {
    padding: 10px 25px;
    border-radius: 15px
}

.c-item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #f5f5f5;
    box-shadow: 0px 5px 12px #d9d4d4;
    margin-bottom: 15px;
    margin-right: 10px
}

.c-item h5 {
    font-size: 18px;
    margin: 0px 0px 15px
}

.offer-item {
    border-radius: 25px;
}

.offer-item .offer-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.offer-item:hover .offer-overlay {
    height: 100%;
    opacity: 1;
}

.news img {
    width: 370px;
    height: 275px;
    object-fit: cover;
}

.news h5 {
    height: 85px;
    overflow: hidden;
}
.usecase-block .icon{
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin: 0px auto 1.5em;
    display: table;
    border-radius: 50%;
    background-color: #4d9fb675;
}
.usecase-block img{
    width: 40px
}

/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .75);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social {
    height: 100%;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    height: 40px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px solid var(--primary);
    transition: .5s;
}

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

.testimonial-carousel .owl-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.testimonial-carousel .owl-item .offer-item {
    margin: 0px 15px
}

.nav-tabs {
    width: 20%;
    float: left;
    border-bottom: 0px;
    margin-right: 5%;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: transparent;
    border-color: transparent;
    text-align: left;
}

.nav-link {
    padding: 0.8rem
}

.tab-content {
    width: 75%
}

.nav-tabs li {
    display: block;
    width: 100%
}

.nav-tabs li button {
    width: 100%;
    font-weight: 600;
    color: #000;
    border-left: 5px solid #fff !important;
}

.nav-tabs .nav-link.active {
    border-left: 5px solid #2e5f6e !important;
}

.nav-tabs .nav-link {
    text-align: left
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: transparent;
}

.nav-tabs li a {
    display: block;
    padding: 10px 20px;
    font-weight: 600;
    color: #000
}

.nav-tabs li.active a {
    color: #2e5f6e
}

/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    font-size: 14px
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--light);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .col-lg-3 {
    width: 20%;
    padding: 0px 10px
}

.copyright {
    background: #2e5f6e;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #fff;
}
.contact ul{
    margin: 2em 0 0;
    padding: 0
}
.contact ul li{
    list-style-type: none;
}
.contact ul li p{
    font-size: 14px;
}
.contact h1{
    color: #fff
}
.contact h4{
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 0.2rem;
}
.contact .fa{
    background: #ddd;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #2e5f6e;
    text-align: center;
    margin-right: 25px;
    font-size: 1.5em;
    border-radius: 12px;
}

.contact-form{
    background-color: rgb(255 255 255 / 5%);
    border-radius: 23px;
    padding: 2.5em
}
.contact-form2{
    background-color: #fafafa;
    border-radius: 23px;
    padding: 2.5em
}
.contact-form .form-control{
    border: 1px solid #e3e3e3;
    background: transparent;
    box-shadow: none;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}
.contact-form2 .form-control{
    background: transparent;
    box-shadow: none;
    border-radius: 5px;
    font-size: 14px;
}
.contact-form .form-control::placeholder{
    color: #fff;
    font-size: 14px;
}
.contact-form2 .form-control::placeholder{
    color: #000;
    font-size: 14px;
}
.contact-form input[type="checkbox"], .contact-form2 input[type="checkbox"]{
    margin-top: 6px !important;
}
.text-black{
    color: #000 !important
}

.highlight{
    border-radius: 40px;
}
.highlight h1{
    color: #000
}


@media(max-width: 768px) {
    .footer .col-lg-3 {
        width: 100%;
        padding: 0px 10px
    }

    .news .d-flex {
        flex-direction: column !important
    }
}