body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    color: #858A96;
    transition: all 0.3s ease-in;
}

.wrapper {
    padding: 10vh 0;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.container {
    width: 95% !important;
    max-width: 90%;
}

.modal-lg {
    max-width: 85%;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes slide {
    from {
        background-position: 0 0
    }
    to {
        background-position: 20000px 0
    }
}

.heading {}

.heading h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1em;
    color: #404757;
    margin-bottom: 20px;
}

.heading h6 {
    margin: 0 0 20px;
    font-weight: 300;
}

.heading h5 {
    color: #3E70B7;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 0.5px;
}

.btn-primary-outline {
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    line-height: 1em;
    fill: #124d93;
    color: #124d93;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #124d93;
    border-radius: 30px 30px 30px 30px;
    padding: 14px 30px 14px 30px;
}

.btn-primary-outline:hover {
    transition: all 0.3s ease-in;
    transform: translateY(-8px);
}

.btn-primary-inverse {
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    text-transform: none;
    fill: #404757;
    color: #404757;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    padding: 14px 30px 14px 30px;
}

.btn-primary {
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    line-height: 1em;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #2e7bd4;
    border-radius: 30px 30px 30px 30px;
    padding: 14px 30px 14px 30px;
    border: 0px;
}

.btn-primary:hover {
    transition: all 0.3s ease-in;
    transform: translateY(-8px);
    background-color: #2e7bd4;
}

.btn-primary:focus,
.btn-primary:active {
    background-color: #2e7bd4;
}

.form-control,
.form-control:focus {
    border-radius: 10px;
    padding: 0.8rem 1rem;
    font-weight: 300;
    font-size: 14px;
    background-color: #ffffff25;
    color: #ffff;
}

.form-control::placeholder {
    color: #ffff;
}

a:hover {
    text-decoration: none;
}

header {
    background: #124D93;
    background: linear-gradient(137deg, rgba(18, 77, 147, 1) 0%, rgba(19, 163, 82, 1) 100%);
}

.top-overlay {
    margin-bottom: -3px;
    overflow: hidden;
}

.top-overlay img {
    width: 103%;
    margin-left: -1%;
}

.bottom-overlay {
    margin-top: -3px;
    overflow: hidden;
}

.bottom-overlay img {
    width: 103%;
    margin-left: -1%;
}

.fixed-top {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 9px 2px rgba(67, 172, 80, 0.23);
    -moz-box-shadow: 0px 0px 9px 2px rgba(67, 172, 80, 0.23);
    box-shadow: 0px 0px 9px 2px rgba(67, 172, 80, 0.23);
}

.fixed-top .navbar-nav .nav-item .nav-link {
    color: #000;
}

.navbar-toggler i {
    color: #fff;
    font-size: 20px;
}

.navbar-brand .fixed {
    display: block !important;
    max-height: 65px;
}

.navbar-brand .onscroll {
    display: none;
}

.fixed-top .navbar-toggler-icon i {
    color: #165184;
}

.fixed-top .navbar-brand .fixed {
    display: none !important;
}

.fixed-top .navbar-brand .onscroll {
    display: block !important;
    max-width: 170px;
}

header .navbar-nav .nav-item .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 15px;
}

.slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider-wrapper .slider-content h1 {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 1em;
}

.slider-wrapper .slider-content h6 {
    color: #2e7bd4;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 0.5px;
}

.slider-wrapper .slider-content p {
    color: #F7F7F7;
    font-size: 16px;
    font-weight: 300;
    line-height: 34px;
}

.slider-wrapper .slider-overlay {
    position: absolute;
    bottom: -1% !important;
    left: -5%;
    z-index: 999;
    width: 110%;
}

.clients-wrapper {}

.clients-wrapper .swiper-pagination-bullet {
    margin: 2px;
}

.whatwedo-wrapper {}

.whatwedo-wrapper .whatwedo-widget {
    position: relative;
    padding: 1.5rem 1rem;
    margin-bottom: 30px;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 7px 40px 2px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in;
    overflow: hidden;
    transition: all 0.3s ease-in;
}

.whatwedo-wrapper .whatwedo-widget .whatwedo-icon {
    background: linear-gradient(137deg, rgba(190, 190, 190, 0.3) 0%, rgba(190, 190, 190, 0.3) 100%);
    border-radius: 30px;
    width: 80px;
    height: 80px;
    padding-top: 21px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    transition: all 0.3s ease-in;
}

.whatwedo-wrapper .whatwedo-widget .whatwedo-icon i {
    color: #124d93;
    font-size: 35px;
    transition: all 0.3s ease-in;
}

.whatwedo-wrapper .whatwedo-widget:hover {
    box-shadow: 0px 15px 40px 2px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in;
}

.whatwedo-wrapper .whatwedo-widget:hover>.whatwedo-icon {
    background: #124D93;
    background: linear-gradient(137deg, rgba(18, 77, 147, 1) 0%, rgba(19, 163, 82, 1) 100%);
    transition: all 0.3s ease-in;
}

.whatwedo-wrapper .whatwedo-widget:hover>.whatwedo-icon i {
    color: #fff;
    transition: all 0.3s ease-in;
}

.whatwedo-wrapper .whatwedo-widget .whatwedo-content {
    opacity: 1;
    z-index: 99;
    position: relative;
}

.whatwedo-wrapper .whatwedo-widget .whatwedo-content h2 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
    color: #404757 !important;
}

.benefits-wrapper {
    background: linear-gradient(137deg, rgba(18, 77, 147, 1) 0%, rgba(19, 163, 82, 1) 100%);
}

.benefits-wrapper h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1em;
    color: #fff;
}

.benefits-wrapper p {
    color: #F7F7F7;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

.jet-animation {
    position: relative;
    animation: moveX 8s ease-in-out infinite;
}

@keyframes moveX {
    0% {
        transform: translate(0, 0);
    }
    /* start */
    25% {
        transform: translate(30px, -30px);
    }
    /* move ↗ */
    50% {
        transform: translate(0, 0);
    }
    /* back to center */
    75% {
        transform: translate(-30px, 30px);
    }
    /* move ↙ */
    100% {
        transform: translate(0, 0);
    }
    /* return to center */
}

.about-wrapper {}

.about-wrapper .about-img img {
    border-radius: 30px;
}

.about-wrapper .about-content p {
    line-height: 30px;
    font-size: 16px;
}

.testimonial-wrapper {
    background: linear-gradient(137deg, rgb(246, 243, 243) 0%, rgb(255, 255, 255) 100%);
}

.testimonial-wrapper h1 {
    color: #404757;
}

.testimonial-wrapper .heading .icon {
    background-color: #2e7bd4;
    border-radius: 30px;
    width: 80px;
    height: 80px;
    padding-top: 27px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    transition: all 0.3s ease-in;
}

.testimonial-wrapper .heading i {
    color: #fff;
    font-size: 20px;
    transition: all 0.3s ease-in;
}

.testimonial-wrapper .testimonial-content {
    margin-bottom: 30px;
}

.testimonial-wrapper .testimonial-content p {
    color: #858A96;
}

.testimonial-wrapper .testimonial-content h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    color: #858A96;
}

.testimonial-wrapper .testimonial-content h6 {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 11px;
    letter-spacing: 0.5px;
    color: #fff;
}

.mission-wrapper .mission-img img {
    border-radius: 20px;
}

.mission-wrapper .call-widget-icon-wrap {
    width: 40px;
    height: 40px;
    background: #2e7bd4;
    border-radius: 15px;
    text-align: center;
    padding-top: 5px;
}

.mission-wrapper .call-widget-icon-wrap i {
    color: #fff;
}

.call-widget h6 {
    color: #404757;
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
    margin-top: 8px;
}

footer {
    background: #124D93;
    background: linear-gradient(137deg, rgba(18, 77, 147, 1) 0%, rgba(19, 163, 82, 1) 100%);
}

footer .heading h6 {
    color: #2e7bd4;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 0.5px;
}

footer .heading h1 {
    color: #fff;
}

footer .heading p {
    color: #fff;
}

footer .socialicons {
    display: inline-flex;
    list-style: none;
    padding-left: 0px;
    width: 100%;
}

footer .socialicons li {
    width: 45px;
    height: 45px;
    margin: 0px 5px;
    background-color: #2e7bd4;
    border-radius: 50%;
    font-size: 18px;
    padding-top: 11px;
    transition: all 0.3s ease-in;
    text-align: center;
}

footer .socialicons li i {
    color: #fff;
}

footer .socialicons li:hover {
    background-color: #fff;
    transition: all 0.3s ease-in;
}

footer .socialicons li:hover i {
    color: #2e7bd4;
    transition: all 0.3s ease-in;
}

.copright-wrapper {
    text-align: center;
    padding: 4vh;
    border-top: 1px solid #5ba48b;
    margin-top: 5vh;
}

.copright-wrapper p {
    margin-bottom: 0px;
    color: #fff;
}

.contact-details {
    margin-bottom: 0px;
    list-style: none;
}

.contact-details li {
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    padding-left: 10px;
}

.contact-details li span {
    width: 40px;
    height: 40px;
    background: linear-gradient(137deg, rgba(18, 77, 147, 1) 0%, rgba(19, 163, 82, 1) 100%);
    border: 1px solid #ddd;
    border-radius: 50%;
    font-size: 16px;
    padding-top: 7px;
    transition: all 0.3s ease-in;
    text-align: center;
    position: absolute;
    margin-left: -45px;
    margin-top: -8px;
}

@media only screen and (max-width: 768px) {
    .navbar-brand .fixed {
        display: block !important;
        max-width: 170px;
    }
    .whatwedo-wrapper .whatwedo-widget.mt-100 {
        margin-top: -0px;
    }
    .copright-wrapper .socialicons {
        justify-content: center;
    }
    .copright-wrapper .copy {
        text-align: center !important;
        margin-top: 10px;
    }
}