/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #111439;
    scroll-behavior: smooth;
    font-family: 'League Spartan', sans-serif;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    width: 100%;
}

a {
    color: #141570;
}

a:hover {
    color: #050549;
}

.scrollup {
    position: fixed;
    right: 12px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: 900;
    font-size: 20px;
    z-index: 99999999 !important;
    display: none;
    border-radius: 12px;
    background: #1D55A5;
    transition: 400ms;
}

.scrollup:hover {
    color: #fff;
    background: #124c9c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Visby CF';
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ul li,
p {
    margin: 0px;
    padding: 0px;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

.padding-1 {
    padding: 70px 0px;
}

.padding-2 {
    padding: 30px 0px 30px 0px;
}

.padding-3 {
    padding: 100px 0px;
}

.padding-4 {
    padding: 70px 0px 0px;
}

.padding-5 {
    padding: 0px 0px 70px 0px;
}

.padding-6 {
    padding: 90px 0px 20px;
}

.p-0-m {
    padding: 0px;
}

@media screen and (max-width: 992px) {
    .padding-1 {
        padding: 50px 0px;
    }
    .btn-sandb {
        display: inline-block;
        border: 2px solid #FFF;
        border-radius: 5px;
        padding: 0px 0px 0px 15px !important;
        color: #FFF;
        text-decoration: none;
        transition: all 400ms ease-in;
    }
    .p-0-m {
        padding: 20px;
    }
}

.btn {
    display: inline-block;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 25px;
    transition: 400ms;
    font-weight: 500;
    font-family: 'Visby CF';
}

.btn:focus {
    box-shadow: none !important;
}

.btn-light {
    color: #FFF;
    background-color: rgb(255 255 255 / 35%);
    border-color: rgb(255 255 255 / 0%);
}

.btn-primary {
    background-color: #037AD5;
    border-color: #037AD5;
}

.overflow {
    overflow: hidden;
}

@media screen and (max-width: 992px) {
    .btn-sandb {
        display: inline-block;
        border: 2px solid #FFF;
        border-radius: 5px;
        padding: 0px 0px 0px 15px !important;
        color: #FFF;
        text-decoration: none;
        transition: all 400ms ease-in;
    }
}


/*header CSS*/

.main-header-wrapper {
    position: relative;
}

.header-wrapper {
    width: 100%;
    justify-content: space-between;
    z-index: 99999;
    transition: 400ms;
    top: 0px;
    position: absolute;
}

.site-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
    text-align: center;
}

.site-logo img {
    display: inline-block;
    width: 190px;
    transition: 400ms;
}

.nav-item {
    margin: 0px 15px;
}

.nav-link {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0px;
    box-shadow: none !important;
    text-shadow: none !important;
    transition: all 400ms ease;
    font-family: 'Visby CF';
}

.nav-link:hover {
    color: rgb(244, 244, 244);
    background: url(../images/menu-hover.svg) no-repeat top center;
    background-size: 100% 5px;
}

.nav-link.active {
    color: #FFF;
}

.nav-link:focus {
    color: #FFF;
}

.nav-toggle {
    position: relative;
    top: 0px;
    right: 0px;
}

.nav-toggle button {
    background-color: transparent;
    color: #FFF;
    font-weight: 600;
}

.fa-chevron-right {
    font-size: 12px;
}

.dropdown-menu-site {
    border-radius: 10px !important;
    margin: 0px;
    padding: 0px;
    left: -50% !important;
    border: none;
    margin-top: 0px !important;
    background: #ecf2f8;
    transition: all 400ms ease;
    overflow: hidden !important;
}

.dropdown-menu-site .dropdown-item {
    font-size: 14px;
    padding: 10px 20px;
    position: relative;
    transition: all 400ms ease;
    font-weight: 600 !important;
    line-height: normal;
}

.dropdown-menu-site .dropdown-item:hover {
    background: #dce3e8;
    z-index: 999;
    background-size: 18px;
    background-position: 15px 15px;
}

button:focus {
    box-shadow: none !important;
    border: none !important;
}

@media screen and (max-width: 992px) {
    .dropdown-menu-site {
        top: 8px !important;
        border-radius: 0px;
        margin: 0px;
        padding: 0px;
        left: -10% !important;
        border: none;
    }
    .navbar-toggler {
        color: #FFF;
    }
    .nav-item {
        margin: 0px 0px;
    }
    .mobile-nav {
        position: absolute;
        width: 100%;
    }
    .mobile-padding {
        padding: 20px 0px !important;
    }
    .nav-link {
        padding: 5px 0px;
    }
    .mobile-bg {
        padding: 20px !important;
        background-color: #050549 !important;
    }
}


/* end nav*/


/* end Header CSS*/


/* slider wrapper */

.slider-wrapper {
    position: relative;
}

.slider-container {
    display: block;
    background: #0054947d url(../images/slider-overlay-white.svg) no-repeat bottom center;
    background-size: cover;
    padding: 70px 0px 0px;
}

.padding-top {
    padding: 100px 0px 0px;
}

.slider-content {
    display: block;
    width: 100%;
}

.slider-content h1 {
    font-size: 80px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 20px;
}

.slider-content h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
}

.slider-content p {
    color: #425466;
    font-size: 24px;
    display: block;
    margin-bottom: 20px;
}

.slider-img {
    position: relative;
    width: 100%;
    text-align: center;
}

.slider-img img {
    width: 65%;
}

.bounce-bottom {
    -webkit-animation: bounce-bottom 7s steps(10, end) infinite alternate;
    animation: bounce-bottom 7s steps(10, end) infinite alternate;
}

@-webkit-keyframes bounce-bottom {
    0% {
        -webkit-transform: translateY(45px);
        transform: translateY(45px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(24px);
        transform: translateY(24px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    65% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    82% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    93% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    25%,
    55%,
    75%,
    87% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
}

@keyframes bounce-bottom {
    0% {
        -webkit-transform: translateY(45px);
        transform: translateY(45px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    40% {
        -webkit-transform: translateY(24px);
        transform: translateY(24px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    65% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    82% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    93% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    25%,
    55%,
    75%,
    87% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
}

.video-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    top: 0px;
    left: 0px;
}

@media screen and (max-width: 992px) {
    .slider-content span {
        width: auto !important;
        display: inline-block !important;
    }
    .slider-content .text-end {
        text-align: center !important;
    }
    .slider-content h1 {
        font-size: 30px;
        line-height: 30px;
    }
}


/* end slider wrapper */

.web-content-1 {
    position: relative;
}

.web-content-1 h2 {
    display: block;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 20px;
}

.web-content-1 h3 {
    display: block;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 20px;
}

.web-content-1 h4 {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
}

.web-content-1 h5 {
    font-size: 18px;
    font-weight: 600;
    display: block;
    color: #037AD5;
    margin-bottom: 20px;
    font-family: 'League Spartan', sans-serif;
}

.web-content-1 h6 {
    font-size: 14px;
    font-weight: 600;
    display: block;
    color: #037AD5;
    margin-bottom: 20px;
    font-family: 'League Spartan', sans-serif;
}

.web-content-1 p {
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
}

.web-content-1 ul {
    display: block;
    margin: 0px 0px 0px 15px;
    padding: 0px;
}

.web-content-1 ul li {
    margin: 0px;
    padding: 0px;
    line-height: 28px;
    list-style: circle;
}

.font-big {
    font-size: 48px !important;
}

.web-content-1 ul li a {
    text-decoration: none;
    color: #111439;
}

.linear-wipe {
    background: linear-gradient(to right, #37a4f7 20%, #037AD5 40%, #037AD5 60%, #37a4f7 80%);
    background-size: 200% auto;
    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 4s linear infinite;
}

@keyframes shine {
    to {
        background-position: 200% center;
    }
}

@media screen and (max-width: 992px) {
    .web-content-1 {
        margin-bottom: 30px;
    }
}


/* website icons */

.icons-1 {
    display: block;
    margin-bottom: 20px;
}

.icons-1 img {
    display: block;
    width: 64px;
}


/* end website icons */

.video-wrapper-2 {
    position: absolute;
    width: 90%;
    height: 75%;
    object-fit: cover;
    z-index: -1;
    top: 0px;
    left: 0px;
    overflow: hidden;
    -webkit-border-top-right-radius: 250px;
    -moz-border-radius-topright: 250px;
    border-top-right-radius: 250px;
}

.services-cards {
    display: flex;
    height: 60vh;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    border-radius: 50px;
    padding: 0px 30px 0px 0px;
    margin-bottom: 100px;
}

.services-content {
    display: block;
    padding: 30px;
    width: 70%;
    background-color: #FFF;
    -webkit-border-radius: 50px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 50px;
    -moz-border-radius-topright: 0;
    border-radius: 50px;
    border-top-right-radius: 0;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 90px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.services-content h3 {
    display: block;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.services-content a {
    color: #111439;
    font-size: 16px;
    text-decoration: none;
}

.services-content a:hover {
    color: #037AD5;
}

.services-content-icon {
    font-size: 10px !important;
}

#services-slider .owl-nav {
    position: absolute;
    top: -120px;
    right: 25%;
}

#services-slider .owl-prev {
    width: 40px;
    height: 40px;
    color: #FFF;
    border-radius: 50%;
    background-color: #ecf2f820;
}

#services-slider .owl-next {
    width: 40px;
    height: 40px;
    color: #FFF;
    border-radius: 50%;
    background-color: #ecf2f820;
}

@media screen and (max-width: 992px) {
    .video-wrapper-2 {
        position: absolute;
        width: 100%;
        height: 75%;
        object-fit: cover;
        z-index: -1;
        top: 0px;
        left: 0px;
        overflow: hidden;
        -webkit-border-top-right-radius: 0px;
        -moz-border-radius-topright: 0px;
        border-top-right-radius: 0px;
    }
    .services-cards {
        display: flex;
        height: 50vh;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
        border-radius: 50px;
        padding: 0px 30px 0px 0px;
        margin-bottom: 100px;
    }
    #services-slider .owl-nav {
        position: absolute;
        top: -70px;
        right: 10%;
    }
    .services-content {
        width: 90%;
    }
}

.images-card {
    display: block;
}

.image-icon {
    width: 70%;
}

.portfolio-single {
    position: relative;
    border-radius: 30px;
    background: url(../images/portfolio/portfolio-bg.svg) no-repeat bottom center;
    background-size: cover;
    background-position: 0px 100px;
}

.portfolio-single p {
    margin-bottom: 15px;
    font-size: 18px;
}

.client-details {
    display: flex;
    align-items: center;
}

.client-details img {
    display: inline-block;
    width: 280px;
    height: 60px;
    object-fit: contain;
    padding: 10px;
    border: 1px solid #dce3e8;
}

.client-details a {
    display: inline-block;
    font-size: 18px;
    margin-left: 15px;
    font-weight: 600;
    text-decoration: none;
    color: #124c9c;
}

@media screen and (max-width: 992px) {
    .client-details {
        flex-direction: column;
    }
    .client-details img {
        margin-bottom: 10px;
    }
}

.clients-cards {
    display: inline-block;
    background-color: #FFF;
    padding: 5px 40px;
    border-radius: 10px;
    margin: 15px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.clients-cards img {
    display: block;
    height: 100px !important;
    object-fit: contain;
}

.testimonials-container {
    display: block;
    position: relative;
    padding: 40px 30px 70px;
    background-color: #F6F9FC;
    -webkit-border-top-left-radius: 100px;
    -moz-border-radius-topleft: 100px;
    border-top-left-radius: 100px;
}

.testimonials {
    display: block;
}

.testimonials h4 {
    display: block;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
}

.testimonials h5 {
    display: block;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 38px;
}

.testimonials h6 {
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.image-testimonials {
    width: 70%;
}

#testimonials-slider .owl-dots {
    position: relative;
    display: flex;
    justify-content: flex-start;
}

#testimonials-slider .owl-dot.active {
    color: #037AD5 !important;
    border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #037AD5 !important;
}

.contact-container {
    display: block;
    position: relative;
    z-index: 999;
    padding: 40px 50px;
    margin-top: -50px;
    background: #0A2540;
    -webkit-border-radius: 0px;
    -webkit-border-top-right-radius: 75px;
    -moz-border-radius: 0px;
    -moz-border-radius-topright: 75px;
    border-radius: 0px;
    border-top-right-radius: 75px;
    color: #FFF;
    text-align: center;
}

.contact-container h2 {
    display: block;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-container p {
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
}


/* main content end */


/* Start footer content */

.footer-wrapper {
    position: relative;
    padding: 70px 0px;
    background-color: #F6F9FC;
}

.footer {
    display: block;
}

.footer img {
    display: inline-block;
    width: 200px;
}

.footer ul {
    display: flex;
    justify-content: space-between;
}

.footer ul li {
    display: inline-block;
}

.footer ul li a {
    display: inline-block;
    text-decoration: none;
    color: #111439;
}

.footer-social-media {
    display: block;
}

.footer-social-media ul {
    display: flex;
    justify-content: center;
}

.footer-social-media ul li {
    display: inline-block;
    margin: 0px 5px;
}

.footer-social-media ul li a {
    display: inline-block;
    color: #111439;
    text-decoration: none;
}

@media screen and (max-width: 992px) {
    .footer {
        text-align: center;
        margin-bottom: 30px;
    }
    .footer ul {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}


/* End footer content */

.flex-content {
    display: flex;
    align-items: center;
}

.flex-content img {
    width: 260px;
}

.flex-margin {
    margin-left: 50px;
}

.bg-blue {
    background-color: #F6F9FC;
}

.bg-grey {
    background-color: #425466;
}

@media screen and (max-width: 992px) {
    .flex-content {
        flex-direction: column;
    }
    .flex-margin {
        margin-left: 0px;
    }
    .flex-reverse {
        flex-direction: column-reverse;
    }
}

.min-images {
    display: inline-block;
    width: 250px;
}

.logo-client {
    width: 200px;
}

.clientsfull-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.clients-items {
    display: block;
    padding: 15px;
    border: 1px solid #dce3e8;
    margin: 10px;
    border-radius: 10px;
}

.clients-items img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}