/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
    overflow-x: hidden
}

body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

a {
    color: #106eea;
    text-decoration: none;
}

a:hover {
    color: #3b8af2;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
}

.img-fluid {
    width: 100%;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.topbar {
    background: #0873BF;
    font-size: 13px;
    color: #fff;
    padding: 10px 0;
}

.topbar .contact-info i {
    font-style: normal;
    color: #fff;
    margin-right: 10px;
}

.topbar .contact-info a {
    color: #fff;
	text-decoration: none;
}

.topbar .social-links {
    text-align: right;
}

.topbar .social-links a {
    color: rgba(255, 255, 255, 0.7);
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
}

.topbar .social-links a:hover {
    color: white;
}

@media (max-width: 991px) {
    .contact-info, .social-links {
        text-align: center !important;
    }

    .contact-info {
        padding-bottom: 10px;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
    background: #fff;
    transition: all 0.5s;
    padding: 5px 0;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

header.fixed-top {
    padding: 5px 0;
	z-index: 99999;
}

.scrolled-offset {
    margin-top: 70px;
}

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

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
    margin-bottom: 0 !important;
    min-height: 0 !important;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar .navbar-collapse > ul > li {
    white-space: nowrap;
    padding: 10px 0 10px 25px;
}

.navbar .navbar-collapse a, .navbar .navbar-collapse a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-size: 14px;
    color: #404040 !important;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    font-weight: 600;
}

.navbar .navbar-collapse a i, .navbar .navbar-collapse a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar .navbar-collapse > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #0873BF;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.navbar .navbar-collapse a:hover:before, .navbar .navbar-collapse li:hover > a:before, .navbar .navbar-collapse .active:before {
    visibility: visible;
    width: 100%;
}

.navbar .navbar-collapse a:hover, .navbar .navbar-collapse .active, .navbar .navbar-collapse .active:focus, .navbar .navbar-collapse li:hover > a {
    color: #0873BF;
}

.navbar .navbar-collapse .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-weight: 400;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color: #106eea;
}

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #222222;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

/*     .navbar ul {
        display: none;
    } */
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(9, 9, 9, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a, .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #222222;
}

.navbar-mobile > ul > li {
    padding: 0;
}

.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
    visibility: hidden;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: #106eea;
}

.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
    color: #106eea;
}

.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

/*******************************/
/********** Hero CSS ***********/

.home-carousel .carousel {
    position: relative;
    width: 100%;
    min-height: 85vh;
    min-height: 400px;
    background: #092a49;
    margin-bottom: 45px;
}

.home-carousel .carousel .item img::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
}

.home-carousel .carousel-caption {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: 0;
    padding: 0;
    bottom: 0;
}

.home-carousel .carousel-caption h3 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 20px;
}

.home-carousel .carousel-caption p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 25px;
}

.home-carousel .carousel-caption .btn {
    padding: 10px 40px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    background: none;
    border: 2px solid #ffffff;
    border-radius: 5px;
    transition: .3s;
}

.home-carousel .carousel-caption .btn i {
    margin-right: 5px;
}

.home-carousel .carousel-caption .btn:hover {
    color: #fff;
    background: #0873BF;
    border-color: #0873BF;
    transition: .3s;
}


/* ABOUT US CSS */

.about {
    position: relative;
    width: 100%;
    padding: 4.5rem 0 3rem 0;
}

.about .section-header {
    margin-bottom: 30px;
    margin-left: 0;
}

.about .about-img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: .5s;
}

.about .about-img-1 {
    position: relative;
    height: 100%;
    height: 100%;
    margin: 0 150px 150px 0;
}

.about .about-img-2 {
    position: absolute;
    height: 100%;
    height: 100%;
    top: 250px;
    left: 150px;
    z-index: 1;
}

.about .about-img-1 img,
.about .about-img-2 img {
    position: relative;
    width: 100%;
}

.about-text p {
    font-size: 14px;
    line-height: 26px;
    color: #747474;
}

.about .about-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 10px 35px;
    font-size: 14px;
    color: #fff;
    border-radius: 0;
    background: #0873BF;
    transition: .3s;
    border-radius: 5px;
}

.about .section-header p {
    color: #ea0000;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.section-border {
    width: 50px;
    height: 2px;
    background: #ea0000;
    display: inline-block;
    margin-left: 5px;
}

.about .section-header h3 {
    margin-top: 20px;
    color: #0873BF;
    font-weight: 600;
}

.about .about-text a.btn:hover {
    color: #fff;
    background: #092a49;
}

@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: auto;
    }
}

/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 6rem 0;
    background: #F8F9FB;
}

.service .section-header p {
    color: #ea0000;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.service .section-header h3 {
    color: #0873BF;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.service .service-box {
    padding-left: 0px;
    padding-right: 0px;
}

.service .service-item {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    padding: 30px;
    background: #ffffff;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: .3s;
}

.service .service-item:hover {
    border-color: transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.service .service-item img {
    max-height: 50px;
    margin-bottom: 20px;
}

.service .service-item h3 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #0870ba;
}

.service .service-item p {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 24px;
    color: #747474;
}

.service .service-item a {
    position: relative;
    font-size: 16px;
    color: #0796fe;
    transition: .3s;
}

.service .service-item a::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    bottom: -3px;
    left: 10%;
    background: #0796fe;
}

.service .service-item:hover a.btn {
    color: #092a49;
    background: #1d2434;
    border-color: #1d2434;
}

/* ABOUT US CSS */

.project {
    position: relative;
    width: 100%;
    padding: 4rem 0 0 0;
}

.project .section-header {
    margin-bottom: 30px;
    /* margin-left: 0; */
}

.project .section-header h3 {
    color: #0873BF;
}

.project .row {
    background: #0873BF;
/*     border-radius: 30px; */
}

.project .project-img {
    position: relative;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: .5s;
    border-radius: 0px 100px 100px 0px;
}

.project .project-img-1 {
    position: relative;
    height: 100%;
}

.project .project-text {
    color: #fff;
    padding: 0 30px 0 40px;
}

.project .project-text span {
    font-size: 16px;
}

.project .project-text h3 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
}

.project .project-text p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px;
    color: #f9f9f9;
}

.project .project-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 10px 35px;
    font-size: 14px;
    color: #fff;
    border-radius: 0;
    background: transparent;
    transition: .3s;
    border: 2px solid #fff;
    border-radius: 5px;
}

.project .section-header p {
    color: #ea0000;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.project .section-header h3 {
    color: #0873BF;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.project .project-text a.btn:hover {
    color: #fff;
    background: #092a49;
    border-color: #092a49;
    transition: .3s;
}

@media (max-width: 767.98px) {
/*     .project .project-img {
        margin-bottom: 30px;
        height: auto;
    } */
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

.section-bg {
    background-color: #F8F9FB;
    padding: 6rem 0;
}

.section-title {
    padding-bottom: 30px;
}

#about .title p {
    color: #ea0000;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

#about .title h3 {
    color: #0873BF;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.section-img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: .5s;
}

.sectionSub-text {
    font-size: 14px;
    line-height: 26px;
    color: #747474;
}

.section-img-1 {
    position: relative;
    height: 100%;
    height: 100%;
    margin: 0 150px 150px 0;
}

.section-img-2 {
    position: absolute;
    height: 100%;
    height: 100%;
    top: 350px;
    left: 200px;
    z-index: 1;
}

.section-img-1 img,
.section-img-2 img {
    position: relative;
    width: 100%;
}

@media (min-width: 1024px) {
    .section-title p {
        width: 50%;
    }
}

.about .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}

.about .content ul li:first-child {
    margin-top: 35px;
}

.about .content ul i {
    background: #fff;
    box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
    font-size: 24px;
    padding: 20px;
    margin-right: 15px;
    color: #106eea;
    border-radius: 50px;
}

.about .content ul h5 {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin-top: 0;
}

.about .content ul p {
    font-size: 13px;
    padding-right: 30px;
    line-height: 24px;
    color: #555555;
}

.about .content p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
    padding: 4rem 0 10px 0;
    background: #092a49;
    color: #fff;
}

footer .widget {
    margin-bottom: 30px;
}

footer .widget .widget-title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

footer .widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

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

footer .widget ul a {
    color: #dedede;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    font-size: 14px;
}

footer .widget ul a:hover {
    text-decoration: none;
    color: #0873bf;
}

footer .social-links ul li {
    display: block;
    list-style: none;
    font-size: 14px;
}

footer .social-links ul li i {
    margin-right: 5px;
    font-size: 16px;
}

footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: none;
    color: #fff;
    line-height: 1;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    transition: 0.3s;
}

footer .social-links a:hover {
    background: #0873bf;
    color: #fff;
    text-decoration: none;
}

footer .social-links ul li p {
    margin-bottom: 5px;
}

.copyright {
    border-top: 1px solid #284764;
    padding-top: 1rem;
}

.copyright p {
    margin: 0;
    text-align: center;
    font-size: 13px;
}


/* 
Banner CSS */

#banner {
    min-height: 200px;
    background: url("../img/banner-img.png") top left;
    background-size: cover;
    background-position: center center;
    position: relative;
}

#banner:before {
    content: "";
    background: rgba(8, 115, 191, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#banner .container {
    position: relative;
}

#banner .banner-item {
    padding: 50px 0;
    color: #fff;
}

#banner h3 {
    margin: 0;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}

#banner span {
    margin: 0;
    font-size: 16px;
    font-weight: 200;
    color: #fff;
}

/* Mission Vision CSS */

.company .mission-img .vision-img {
    position: relative;
    width: 100%;
    /* height: 100%; */
    padding: 150px 0 150px 0;
}

.company {
    position: relative;
    width: 100%;
    padding: 6rem 0 3.2rem;
}

.company .section-header {
    margin-top: 3rem;
    padding-top: 50px;
    padding-right: 30px;
    color: #0796fe;
}

.company-text p {
    font-size: 14px;
    line-height: 26px;
    color: #747474;
}

.company .vision-img {
    width: 100%;
    height: 50%;
}

.company-img img, .vision-img img {
    width: 100%;
    /* height: 100%;
    object-fit: contain; */
    aspect-ratio: 1 / 1;
}


/* changes */
.mobile__display-image {
    display: none;
}

@media (max-width: 768px) {
    .desktop__display-image {
        display: none;
    }

    .mobile__display-image {
        display: block;
    }

    .manage__mb-layout {
        display: flex;
        flex-direction: column;
    }

    .company .section-header {
        margin-top: 0;
    }

    .manage__mb-layout .company-img {
        order: 3;
    }

    .manage__mb-layout .section-header {
        order: 1;
    }

    .manage__mb-layout .company-text {
        order: 2
    }

    /* .slider__content .project-img{

    } */
    .slider__content .project-img img {
        width: 100%;
        object-fit: cover;
    }

    .project .project-text {
/*         margin-top: 0;
        padding: 51px 40px;
        margin: 0; */
    }

    .slider__content .project-img {
        width: 100%;
        border-radius: 0;
        margin-bottom: 0;
    }

    .slider__content .my__slider {
        align-items: center;
    }

    .my__slider {
        padding-top: 0% !important;
    }

    .swiper {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .project-box
    > .thum {
        position: relative;
    }

    .project-box
    > .thum .image > img {
        border-radius: 5px;
        width: 100%;
    }

    .project-box
    > .thum {
        position: absolute;
        bottom: 40px;
        right: 15px;
        z-index: 5;
    }

    .project-box
    > .thum .project-title {
        background-color: rgba(0, 0, 0, 0.8);
        padding: 15px 25px;
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .project-box
    > .thum .project-title > .thum {
        display: inline-block;
    }

    .project-box
    > .thum .project-title > .thum img {
        border-radius: 50%;
    }

    .project-box
    > .thum .project-title .name {
        display: inline-block;
        margin-left: 5px;
        position: relative;
        bottom: 13px;
    }

    .project-box
    > .thum .project-title .name h6 {
        color: #fff;
        -webkit-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }

    .project-box
    > .thum .project-title .name h6:hover {
        color: #0796fe;
    }

    .section-img-2 {
        height: auto;
        bottom: 10%;
        top: auto;
        left: auto;
        width: 40%;
        right: 0;
    }

    #feature .title p {
        padding-left: 0;
    }


}

@media (max-width: 497px) {
    .about .about-img-2 {
        height: auto;
        top: auto;
        left: auto;
        bottom: 0;
        right: 0;
        text-align: right;
    }

    .about .about-img-2 img {
        width: 60%;
        height: 100%;
    }

    .section-img-1 {
        width: 80%;
        margin: 0 0px 150px 0;
    }

    .section-img-2 {

        width: 60%;
        right: 0;
    }
}

.work-img img {
    width: 100%;
}

p::before {
    display: none;
}

p::after {
    display: none;
}

.company .mission-img {
    padding-top: 100px;
    height: 50%;
}

.company-img .mission-img img {
    height: 50%;
    width: 100%;
    object-fit: cover;
}

.company .section-header p {
    color: #ea0000;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.company .section-header h3 {
    color: #0873BF;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 32px;
}

/* Our value css */
/*--------------------------------------------------------------
# Core values
--------------------------------------------------------------*/
.values .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.values .content ul {
    list-style: none;
    padding: 0;
}

.values .content ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}

.values .content ul li:first-child {
    margin-top: 35px;
}

.values .content ul i {
    background: #fff;
    box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
    font-size: 24px;
    padding: 20px;
    margin-right: 15px;
    color: #106eea;
    border-radius: 50px;
}

.values .content ul h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.values .content ul p {
    font-size: 14px;
    padding-right: 30px;
    color: #f9f9f9;
    line-height: 26px;
}

.values .content p:last-child {
    margin-bottom: 0;
}

.core-values {
    padding-left: 25px;
}

#values .title {
    text-align: center;
    margin-bottom: 40px;
}

#values .title p {
    margin-bottom: 0;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
}

#values .title p::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 35%;
    transform: translateY(-50%);
    width: 50px;
    height: 3px;
    border: 2px solid;
    border-radius: 500px;
    background-color: #0796fe;
}

.value-bg {
    background: #0873BF;
    padding: 6rem 0;
}

/* Our Impact */
.impact {
    position: relative;
    padding: 6rem 0;
}

.impact .ribbon {
    width: 100%;
    bottom: 0;
    height: 15%;
    margin-bottom: 0rem;
    position: absolute;
    left: 0;
    padding-left: 0;

}

.impact .ribbon span {
    height: 100%;
    width: 100%;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border-radius: 2px;
}

.ribbon span {
    position: absolute;
    text-align: center;
    display: block;
    width: 353px;
    padding: 5px 0;
    background-color: rgba(8, 115, 191, 0.8);
    color: white;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}

.impact .section-header p {
    color: #ea0000;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.impact .section-header h3 {
    color: #0873BF;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 32px;
}

.impact .impact-item {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    background: #ffffff;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
    transition: .3s;
    margin-top: 2.5rem;
}

.impact .impact-item:hover {
    border-color: transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.impact .impact-item img {
    width: 100%;
    height: 100%;
    /* margin-bottom: 20px; */
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
    padding: 60px 0;
}

.team .member {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}

.team .member .member-img {
    position: relative;
    overflow: hidden;
}

.team .member .member-info {
    padding: 25px 15px;
    text-align: center;
}

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

.team .member .member-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #0873BF;
}

.team .member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #777777;
}

.team .section-header p {
    color: #ea0000;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.team .section-header h3 {
    color: #0873BF;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 32px;
}

/* Testimonial */
.testimonials {
    background: #fff;
    padding: 6rem 0;
}

.feedback {
    background: #0873BF;
    position: relative;
    border-radius: 50px;
}

.testimonials .title {
    text-align: center;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 50px;
}

.testimonials .title h2 {
    font-size: 24px;
    font-weight: 600;
}

.testimonials ul {
    list-style: none;
}

.testimonials .section-header {
    margin-bottom: 40px;
}

.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    text-align: center;
    color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
    width: 100px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto;
}

.testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #fff;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #ddd;
    margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
    color: rgba(255, 255, 255, 0.4);
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
    color: #eee;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: white;
}

@media (min-width: 992px) {
    .testimonials .testimonial-item p {
        width: 80%;
    }
}

.testinomonials .content ul span {
    font-size: 18px;
    padding-right: 30px;
    color: #fff;
}

.testinomonials .content p:last-child {
    margin-bottom: 0;
}

.core-customer {
    margin: 35px;
}

.core-customer-1 {
    color: #fff;

    font-size: 20px;
}


#customer .title {
    text-align: center;
    margin-bottom: 40px;
}

#customer .title p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    letter-spacing: 1px;
}

#customer .title p::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 35%;
    transform: translateY(-50%);
    width: 50px;
    height: 3px;
    border: 2px solid;
    border-radius: 500px;
    background-color: #fff;
}

.customer-bg {
    background: #0873BF;
}

/*******************************/
/*********  Our Service CSS *********/
/*******************************/
.our-service {
    position: relative;
    width: 100%;
    padding: 6rem 0;
}

.our-service p {
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    color: #747474;
}

.our-service .section-header p {
    color: #0873bf;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 2rem;
}

.our-service .section-header h3 {
    color: #0796fe;
    text-align: center;
}

.our-service .section-header h5 {
    color: #777777;
    text-align: center;
}

.our-service .service-card {
    position: relative;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 50px;
    background: #ffffff;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: .3s;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 50px;
}

.our-service .service-card:hover {
    border-color: transparent;
    box-shadow: 0 0 60px rgba(0, 0, 0, .1);
}

.our-service .service-card img {
    max-height: 70px;
    margin-bottom: 20px;
}

.our-service .service-card h3 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #0870ba;
}

.our-service .service-card p {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 24px;
    color: #747474;
}

.our-service .service-card a {
    position: relative;
    font-size: 16px;
    color: #0796fe;
    transition: .3s;
}

.our-service .service-card a::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    bottom: -3px;
    left: 10%;
    background: #0796fe;
}

.our-service .service-card:hover a.btn {
    color: #092a49;
    background: #1d2434;
    border-color: #1d2434;
}

/* How we work */

#work .title {
    margin-bottom: 4rem;
}

#work .title p {
    color: #ea0000;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.work .title h3 {
    color: #0873BF;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.work-bg {
    background: #F8F9FB;
    padding: 6rem 0;
}

.work .work-img {
    position: relative;
    height: 100%;
}

/* featured service */
.feature {
    padding: 6rem 0;
}

.featured-content {
    padding-left: 30px;
}

.featured-content p {
    font-size: 14px;
    line-height: 26px;
    color: #747474;
}

#feature .title p {
    color: #ea0000;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

#feature .title h3 {
    color: #0873BF;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 32px;
}

.feature .content ul h5 {
    font-size: 18px;
    color: #555555;
    padding-left: 20px;
}

.feature .section-header {
    padding-left: 30px;
}

.feature .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.feature .content ul {
    padding: 20px 15px;
    list-style: none;
}

.feature .content ul li {
    display: flex;
    align-items: flex-start;
    padding-bottom: 1.5rem;
}

.about .content ul li:first-child {
    margin-top: 35px;
}

.feature .content ul i {
    background: #fff;
    box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
    font-size: 24px;
    padding: 20px;
    margin-right: 15px;
    color: #106eea;
    border-radius: 50px;
}

.feature .content ul p {
    font-size: 15px;
}

/* Project details */
.projectdetail {
    padding: 6rem 0;
}

.projectdetail h3 {
    font-size: 18px;
    padding-top: 10px;
    color: #0873BF;
    font-weight: 600;
    margin-top: 10px;
}

.projectdetail p {
    font-size: 14px;
    line-height: 26px;
    color: #747474;
}

.detail-img {
    width: 100%;
}

#course-part .section-title h5 {
    color: #0873BF;
    font-weight: 600;
    line-height: 32px;
    font-size: 20px;
}

.home-carousel .container {
    width: 100%;
    margin: 0;
    /* background: red; */
    max-width: none;
    padding: 0;
}

@media (max-width: 1200px) {
    .about .about-img-1 {
        margin: 0 43px 43px 0;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .about .about-img-2 {
        top: 177px;
        left: 125px;
    }

    .section-img-1 {
        margin: 0px 277px 231px 0;
    }

    .section-img-2 {
        width: 50%;
        top: 372px;
        left: 206px;
    }

}

/* contact us css */

.contact-pg-section {
    padding: 6rem 0;
}

@media (max-width: 991px) {
    .contact-pg-section {
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .contact-pg-section {
        padding-bottom: 80px;
    }
}

.contact-pg-section .section-title p {
    color: #ea0000;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.contact-pg-section .section-title h3 {
    color: #0873BF;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 32px;
}

.contact-pg-section form .form-control {
    background: #fff;
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 14px;
}

@media (max-width: 991px) {
    .contact-pg-section form .form-control {
        height: 45px;
    }
}

.contact-pg-section form input:focus,
.contact-pg-section form select:focus,
.contact-pg-section form textarea:focus {
    border-color: #0873BF;
}

.contact-pg-section form textarea.form-control {
    height: 180px;
}

.contact-pg-section form {
/*     margin: 0 -15px; */
/*     overflow: hidden; */
}

.contact-pg-section form ::-webkit-input-placeholder {
    font-style: normal;
    color: #9d9c9c;
}

.contact-pg-section form :-moz-placeholder {
    font-style: normal;
    color: #9d9c9c;
}

.contact-pg-section form ::-moz-placeholder {
    font-style: normal;
    color: #9d9c9c;
}

.contact-pg-section form :-ms-input-placeholder {
    font-style: normal;
    color: #9d9c9c;
}

.contact-pg-section form select {
    display: inline-block;
    color: #a9a9a9;
    cursor: pointer;
    opacity: 1;
    padding: 6px 12px;
    font-size: 15px;
}

@media (max-width: 600px) {
    .contact-pg-section form > div {
/*         width: calc(100% - 30px);
        float: none; */
    }
}

.contact-pg-section form .fullwidth {
    width: calc(100% - 30px);
    float: none;
    clear: both;
}

.contact-pg-section .office-info {
    background-color: #0873BF;
    position: relative;
    padding: 55px 55px;
    margin-top: -92px;
    margin-left: 50px;
}

@media (max-width: 1199px) {
    .contact-pg-section .office-info {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .contact-pg-section .office-info {
        margin-top: 0;
    }
}

.contact-pg-section .office-info > div {
    position: relative;
}

.contact-pg-section .office-info > div + div {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-pg-section .office-info h3 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 0.8em;
}

.contact-pg-section .office-info li {
    font-size: 14px;
    color: #fff;
}

.contact-pg-section .office-info li i {
    color: #fd5f17;
    display: inline-block;
    padding-right: 5px;
}

.contact-pg-section .office-info li a {
    color: #ffffff;
	text-decoration: none;
}

.contact-pg-section .office-info ul > li + li {
    margin-top: 8px;
}

.contact-map-section .contact-map {
    height: 550px;
}

.contact-map-section iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
}

.theme-btn {
    position: relative;
    padding: 10px 35px;
    font-size: 14px;
    color: #fff;
    background: #0873BF;
    transition: .3s;
    border-radius: 5px;
    outline: none;
    border: 0px;
}

.theme-btn:hover, .theme-btn:active {
    color: #fff;
    background: #092a49;
    transition: .3s;
}

@media (max-width: 991px) {
    .theme-btn {
        font-size: 13px;
        padding: 15px 25px;
    }
}

@media (max-width: 767px) {
    .theme-btn {
        padding: 13px 20px;
        font-size: 13px;
    }
}


.form input,
.form textarea,
.form select {
    border-color: #bfbfbf;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
    border-color: #0873BF;
    -webkit-box-shadow: 0 0 5px 0 #0873BF;
    -moz-box-shadow: 0 0 5px 0 #0873BF;
    -o-box-shadow: 0 0 5px 0 #0873BF;
    -ms-box-shadow: 0 0 5px 0 #0873BF;
    box-shadow: 0 0 5px 0 #0873BF;
}

.form ::-webkit-input-placeholder {
    font-style: italic;
    color: #595959;
}

.form :-moz-placeholder {
    font-style: italic;
    color: #595959;
}

.form ::-moz-placeholder {
    font-style: italic;
    color: #595959;
}

.form :-ms-input-placeholder {
    font-style: italic;
    color: #595959;
}

.form select {
    font-style: italic;
    background: url(../images/select-icon.html) no-repeat right center;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
}

.form select::-ms-expand {
    /* for IE 11 */
    display: none;
}


/* project-list */
.project-box > .thum {
    position: relative;
}

.project-box > .thum .image > img {
    border-radius: 5px;
    width: 100%;
}

.project-box > .thum .project-field {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.project-box > .thum .project-field > .thum {
    display: inline-block;
}

.project-box > .thum .project-field > .thum img {
    border-radius: 50%;
}

.project-box > .thum .project-field .name {
    display: inline-block;
    margin-left: 5px;
    position: relative;
}

.project-box > .thum .project-field .name h6 {
    color: #fff;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.project-box > .thum .project-field .name h6:hover {
    color: #080808;
}


.project-box .cont {
    padding-top: 25px;
}

.project-box .cont h4 {
    font-weight: 600;
    color: #000;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.project-box .cont h4:hover {
    color: #080808;
}

.course-slied .slick-arrow {
    position: absolute;
    top: -125px;
    right: 0;
}

.course-slied .prev.slick-arrow {
    left: auto;
    right: 50px;
}

.course-slied .slick-arrow i {
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 5px;
    color: #000;
    border: 2px solid #aaaaaa;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.course-slied .slick-arrow:hover i {
    border-color: #ffc600;
    background-color: #ffc600;
}

.heading--project {
    margin-top: 0rem !important;
    padding-top: 0px !important;
}


.project--image__content .vision-img {
    margin: 0 auto;
    /* border-radius: 20px; */
    /* max-height: 40rem; */
    height: auto;
}

.project--image__content .vision-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 20px;
}

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

/* partners logo  */
.partner-section {
    padding-top: 4rem;
    background-color: #ffffff;
    padding-left: 5rem;
    padding-right: 5rem;
    margin-bottom: 3rem;
  }
  .partner-header {
    color: #ea0000;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding-left: 0.7rem;
    padding-bottom: 2rem;
  }
  .gratitute-state {
    color: #0873bf;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .partner-slider .logo-list .img-box {
    height: 140px;
  }
  .partner-slider .logo-list .img-box .partner-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
/*   
  .logo-list {
    list-style-type: none;
  }
  .plogo-5 {
    max-width: 400px;
  }
   */
  ::-webkit-scrollbar {
    height: 1px;
  }
  
  ::-webkit-scrollbar-track {
    background-color: rgb(255, 255, 255);
    border: 0.2em solid rgb(214, 211, 211);
  }
  ::-webkit-scrollbar-thumb {
    background-color: #000;
    border: 0.2em solid rgb(151, 177, 192);
  }
  
  .img-box {
    margin: 1rem;
  }