@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;500;600;700;800;900&family=Quicksand:wght@400;500;600;700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /*    font-family: Whitney SSm A,Whitney SSm B,Helvetica Neue,Helvetica,Arial,sans-serif;*/
}

body {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
    background-color: #ffffff;
    color: #0e2258;
}

a,
a:hover,
a.active {
    text-decoration: none !important;
    font-family: inherit;
}

p {
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0e2258;
    font-weight: normal;
    line-height: 1.2;
    font-family: inherit;
    letter-spacing: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
}

section {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.section-title {
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
    padding-bottom: 25px;
    text-align: center;
}

.section-title::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    height: 2px;
    width: 15px;
    background: #e03a3c;
    margin-left: -45px;
}

.section-title::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    height: 2px;
    width: 60px;
    background: #e03a3c;
    margin-left: -25px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 0;
}

.section-title h5 {
    display: inline-block;
    border-radius: 5px;
    color: #e03a3c !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    z-index: 1;
}

.section-title p {
    margin: 10px auto;
}

#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 3px 0;
}

#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    font-weight: 600;
}

#header .logo a {
    color: #0e2258;
    font-weight: bold;
}

#header .logo a img {
    width: 198px;
}

#header .navbar {
    padding: 0;
}

#header .navbar li.nav-item {
    position: relative;
}

#header .navbar .nav-link,
#header .navbar .nav-link:focus {
    padding: 23px 30px 23px 0;
    font-size: 15px;
    font-weight: 700;
    color: #0e2258;
    white-space: nowrap;
    transition: 0.3s;
    text-transform: uppercase;
}

#header .navbar a:hover,
#header .navbar .active,
#header .navbar .active:focus,
#header .navbar li:hover>a {
    color: #e03a3c;
}

#header .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-item {
    color: #212529;
    padding: 10px 20px;
    background: transparent;
    transition: .3s ease-in-out;
    font-size: 14px;
}

#header .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-item:hover {
    color: #e03a3c;
}

@media (min-width: 1280px) {
    #header .navbar.navbar-expand-lg .dropdown .dropdown-menu {
        display: block;
        position: absolute;
        left: 0;
        top: calc(100% + 30px);
        margin: 0;
        padding: 15px;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0 0 30px rgba(127, 137, 161, .25);
        transition: .3s;
        border-radius: 0;
        border: 0;
    }

    #header .navbar.navbar-expand-lg .dropdown:hover>.dropdown-menu {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
}

#header.header-scrolled {
    padding: 8px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}


/*============ Hero Section =======*/
#banner-area {
    width: 100%;
    padding-top: 96px;
    background: #e0ffef;
}

#banner-area:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

#banner-area h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    color: #006631;
}

#banner-area h2 {
    color: #006631;
    margin: 0px 0 10px 0;
    font-size: 24px;
    font-weight: 600;
}

#banner-area p.banner-area-text {
    margin: 10px 0 0px 0;
    color: #006631;
}

#banner-area .btn-get-started {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 35px;
    border-radius: 0px;
    transition: 0.5s;
    margin-top: 30px;
    color: #fff;
    background: #e03a3c;
    border: 2px solid #e03a3c;
}

#banner-area .btn-get-started:hover {
    background: #fff;
    border-color: #fff;
    color: #e03a3c;
}


#banner-area .appoinment-box {
    padding: 60px 37px;
    background: #ffb100;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

#banner-area .appoinment-box::after {
    position: absolute;
    top: 2%;
    content: "";
    height: 100%;
    width: 100%;
    background: #ffb100;
    z-index: -1;
    border-radius: 10px;
    opacity: 0.7;
}

#banner-area .appoinment-box .heading {
    margin-bottom: 30px;
}

#banner-area .appoinment-box h4 {
    color: #0e2258;
    font-weight: 700;
    font-size: 24px;
}

#banner-area .appoinment-box p {
    font-size: 15px;
    line-height: 26px;
    padding: 0 5%;
    color: #0e2258;
}

#banner-area .appoinment-box .form-group {
    margin-bottom: 30px;
}

#banner-area .appoinment-box .nice-select .list {
    width: 100%;
}

#banner-area .appoinment-box button[type=submit] {
    background: #e03a3c;
    border: 0;
    padding: 14px 45px;
    color: #fff;
    transition: .4s;
    border-radius: 50px;
    margin-top: 30px;
    transition: all 0.35s ease-in-out;
}

#banner-area .appoinment-box button[type=submit]:hover {
    background: #0e2258;
}

/*============ Hero Section End=======*/
/*============About======section=========*/
.about-us-content-area {
    padding: 50px 0;
}

.about-us-content-area .thumb {
    position: relative;
    z-index: 1;
    margin-right: 100px;
}

.about-us-content-area .thumb img {
    border-radius: 10px;
    height: 400px;
    object-fit: cover;
    box-shadow: 0px 0px 5px 0px gray;
}

.about-us-content-area .thumb::after {
    position: absolute;
    right: -50px;
    bottom: -50px;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 12px;
    background: #528e6f;
}

.about-us-content-area .content {
    padding-left: 15px;
}

.about-us-content-area .content>h5 {
    font-weight: 700;
    margin-bottom: 25px;
    color: #e03a3c;
    display: inline-block;
}

.about-us-content-area .content h2 {
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    font-size: 36px;
}

.about-us-content-area .content p {
    margin: 0;
}

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

.wl_offer li {
    color: #e03a3c;
    font-size: 16px;
}

.about-us-content-area .content li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;

}

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

.about-us-content-area .content ul i {
    background: rgba(5, 84, 242, 0.06);
    font-size: 20px;
    padding: 16px;
    margin-right: 15px;
    color: #e03a3c;
    border-radius: 50px;
}

.about-us-content-area .content ul h5 {
    font-size: 18px;
    font-weight: 700;
}

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

.about-us-content-area .content ul p {
    font-size: 15px;
}

/*============About Section End=========*/
/*======= services start ========*/

.service {
    padding: 80px 0px;
}

.service_price {
    color: #ffffff;
    font-size: 16px;
    font-weight: bolder;
    margin-top: 10%;
    text-align: center;
    background: #1f3a93;
    border-radius: 22px;
    width: 100%;
    padding: 9px 0px;
}

.services-list-items.services-default-carousel .item {
    padding: 33px 20px;
    background: #ffffff;
    box-shadow: 1px 4px 20px 0px rgb(0 0 0 / 10%);
    margin-bottom: 20px;
}

.services-list-items.services-default-carousel .item .top {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.services-list-items.services-default-carousel .item .top i {
    display: inline-block;
    font-size: 70px;
    margin-right: 20px;
    color: #e03a3c;
    position: relative;
    z-index: 1;
}

.services-list-items.services-default-carousel .item .top h4 {
    font-weight: 700;
    margin: 0;
}

.services-list-items .item ul {
    list-style: none;
    padding: 0;
}

.services-list-items .item ul li {
    display: block;
    font-weight: 700;
    margin-top: 10px;
    position: relative;
    z-index: 1;
    color: #0e2258;
}

.services-list-items .item ul li i {
    background: #e03a3c;
    font-size: 10px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    line-height: 15px;
}

.service .owl-stage-outer {
    margin: -15px -15px 0;
    padding: 15px;
}

.services-list-items.services-default-carousel .owl-nav {
    margin: 0;
}

.services-list-items.services-default-carousel .owl-nav .owl-prev,
.services-list-items.services-default-carousel .owl-nav .owl-next {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    color: #666666;
    font-size: 30px;
    height: 45px;
    left: 0;
    line-height: 55px;
    margin-top: -23px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.35s ease-in-out;
    width: 45px;
    opacity: 0;
}

.services-list-items.services-default-carousel .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.services-list-items.services-default-carousel:hover .owl-nav .owl-next {
    right: -60px;
    opacity: 1;
}

.services-list-items.services-default-carousel:hover .owl-nav .owl-prev {
    left: -60px;
    opacity: 1;
}

.services-list-items.services-default-carousel .owl-nav .owl-prev:hover,
.services-list-items.services-default-carousel .owl-nav .owl-next:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #e03a3c;
}

/*======= End services section ========*/
/*======= partner start ========*/
.partners-integrations.clients {
    background: #fff;
}

.partners-integrations.clients img {
    background: #f3f3f3;
    height: 70px;
    width: 100%;

}

.partners-integrations {
    background: #f3f3f3;
    padding: 15px 0;
    height: auto !important;
}

.partners-integrations h3 {
    font-size: 30px;
    font-weight: 600;
}

.partners-integrations a {
    text-decoration: underline !important;
    line-height: 30px;
    color: #0e2258;
    font-weight: 700;
}

.partners-integrations img {
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
    object-fit: contain;
}

/*======= End services section ========*/
/*======= partner start ========*/
#footer {
    background: #0e2258;
    color: #fff;
    position: relative;
    z-index: 1;
}

#footer:after {
    top: 0;
    content: "";
    position: absolute;
    background: url(../../webroot/img/footer-banner.png);
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    transform: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.3;
}

#footer .footer-top {
    z-index: 1;
    position: relative;
}

#footer .footer-top .container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 80px 0;
}

.liststyle_circle {
    background: #e1393b;
    border-radius: 10px;
}

#footer .footer-contact h3 {
    color: #fff;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
    color: #fff;
}

#footer .footer-top h4::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 0;
}

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

#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 {
    display: inline-block;
    transition: .3s;
    line-height: 1;
    color: #fff;
}

#footer .footer-top .footer-links ul a:hover {
    color: #e03a3c;
}

#footer .social-links a {
    font-size: 15px;
    line-height: 36px;
    margin-right: 10px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    border: 1px solid transparent;
}

#footer .social-links a {
    display: inline-block;
    color: #fff;
    transition: .3s;
}

#footer .social-links a:hover {
    color: #e03a3c;
    background: #fff;
    text-decoration: none;
    border: 1px solid #fff;
}

#footer .footer-after .ft_bottom {
    overflow: hidden;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer .footer-after .copyright_left p,
#footer .footer-after .copyright_right p {
    color: #fff;
    margin-bottom: 0;
}

#footer .footer-after .copyright_left p a,
#footer .footer-after .copyright_right p a {
    color: #e03a3c;
}

.copyright_right p {
    text-align: right;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    z-index: 996;
    border-radius: 50px;
    transition: .4s;
    border: 1px solid #e03a3c;
    background: #e03a3c;
    color: #fff;
}

.back-to-top:hover {
    color: #fff;
}

.back-to-top i {
    font-size: 20px;
    line-height: 0;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*======= footer End ========*/










/*======== media Quary ===========*/
@media only screen and (max-width: 768px) {
    #header .navbar.navbar-expand-lg .navbar-collapse {
        position: fixed;
        overflow: hidden;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgb(0 0 0 / 90%);
        transition: .3s;
        z-index: 10;
    }

    #header .navbar.navbar-expand-lg .navbar-nav {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px;
        border-radius: 10px;
        background-color: #fff;
        overflow-y: auto;
        transition: .3s;
    }

    #header .navbar .nav-link {
        padding: 0px 0px 23px 0;
    }

    #header .navbar.navbar-expand-lg .navbar-toggler {
        color: #e03a3c;
        font-size: 28px;
        cursor: pointer;
        border: 0;
        line-height: 0;
        transition: .5s;
        padding: 0;
    }

    #header .navbar.navbar-expand-lg .navbar-toggler:focus {
        box-shadow: none;
    }

    #header .navbar.navbar-expand-lg .navbar-toggler .fa-x {
        position: fixed;
        z-index: 9999;
        color: #fff;
        font-size: 20px;
        right: 13px;
        top: 13px;
    }

    #banner-area {
        height: 100%;
    }

    #banner-area .appoinment-box::after {
        content: none;
    }

    #banner-area h1 {
        font-size: 35px;
    }

    #banner-area .content {
        text-align: center;
        padding: 60px 0;
    }

    .about-us-content-area .content {
        padding-left: 0;
        margin-top: 30px;
    }

    .about-us-content-area .thumb {
        margin: 0;
    }

    .about-us-content-area .thumb::after {
        content: none;
    }

    .about-us-content-area .content h2,
    .mobile .mobile-info h3 {
        font-size: 30px !important;
    }

    #footer .footer-top .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .mobile .mobile-info {
        padding: 0 !important;
    }

    .about-us-content-area {
        padding: 120px 0 0 0;
    }

    .contact .info-container {
        margin-top: 30px;
    }

    section {
        padding: 60px 0;
        height: auto !important;
    }
}

/*======== media Quary End ===========*/
/*======== mobile End ===========*/
.mobile .mobile-img {
    display: flex;
    justify-content: center;
    position: relative;
}

.mobile .mobile-img::before {
    content: '';
    width: 430px;
    height: 430px;
    background-color: #FFF0E9;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.mobile .mobile-info {
    padding: 0px 65px;
}

.mobile .mobile-info .title-top {
    font-weight: 700;
    color: #e03a3c;
    letter-spacing: 2px;
}

.mobile .mobile-info h3 {
    text-align: left;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 18px;
}

.mobile .mobile-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile .mobile-info ul li {
    position: relative;
    margin-bottom: 20px;
}

.mobile .mobile-info ul li i {
    margin-right: 10px;
}

.mobile .mobile-info ul li span {
    font-weight: 700;
    font-size: 17px;
}

/*======== mobile End ===========*/
.contact .form-items h5 {
    display: inline-block;
    border-radius: 5px;
    color: #e03a3c !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.contact .form-items h2 {
    font-weight: 700;
    margin-top: -8px;
    margin-bottom: 30px;
    font-family: 'Nunito', sans-serif;
    line-height: 1.1;
}

.contact .form-items .form-group {
    margin-bottom: 30px;
}

.contact .form-items input,
.contact .form-items textarea {
    border: 1px solid #e7e7e7;
    padding: 20px 25px;
    box-shadow: inherit;
    min-height: 45px;
    font-size: 14px;
    border-radius: 5px;
}

.contact .form-items button {
    display: inline-block;
    padding: 15px 45px;
    text-transform: capitalize;
    font-weight: 900;
    position: relative;
    z-index: 1;
    color: #ffffff;
    background: #e03a3c;
    border: none !important;
    transition: all 0.35s ease-in-out;
    border-radius: 30px;
    margin-top: 30px;
}

.contact .form-items button:hover {
    background: #0e2258;
}

.contact .info-container {
    padding: 50px;
    background: #ffffff;
    box-shadow: 0 10px 30px 0 rgb(44 130 237 / 40%);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.contact .info-container::after {
    position: absolute;
    right: -80px;
    bottom: -50px;
    content: "";
    height: 200px;
    width: 200px;
    border: 25px solid #e7e7e7;
    border-radius: 50%;
    opacity: 0.4;
}

.contact .info-item {
    width: 100%;
    margin-bottom: 50px;
}

.contact .info-item i {
    font-size: 30px;
    margin-right: 25px;
    display: inline-block;
    color: #e03a3c;
}

.contact .info-item h4 {
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
}

.error-message {
    font-size: 12px;
    color: #dc3545;
}