/* home-banner */

.main-banner.home-banner {
    height: 700px;
    margin-top: 96px;
}

.home .site-header {
    padding: 10px 0;
    background: #ffffff;
}

.banner-card {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.spl-banner-content.banner-content {
    /* background: #ffffffc4;
    border: 2px solid #045ca7; */
    /* padding: 30px;
    box-shadow: 0 4px 15px rgb(12 35 34 / 83%); */
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgb(0 0 0 / 92%) -40%, rgb(0 0 0 / 6%) 100%);
}

@media only screen and (max-width:1920px) {
    .main-banner.home-banner {
        height: 650px;
    }
}

@media only screen and (max-width:1199px) {
    .main-banner.home-banner {
        height: 600px;
    }
}

@media only screen and (max-width:991px) {
    .main-banner.home-banner {
        margin-top: 100px;
        height: 550px;
    }

    .main-banner.home-banner .h1-title {
        font-size: 50px;
        line-height: 65px;
    }
}

@media only screen and (max-width:767px) {
    .main-banner.home-banner {
        height: 450px;
    }

    .main-banner.home-banner .h1-title {
        font-size: 40px;
        line-height: 55px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:575px) {
    .main-banner.home-banner {
        height: 380px;
    }

    .main-banner.home-banner .h1-title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 10px;
    }
}

/* home-banner */

/* default-banner */

.main-banner.inner-banner {
    position: relative;
    padding: 0px;
    margin-top: 96px;
    height: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

@media only screen and (max-width:1920px) {
    .main-banner.inner-banner {
        height: 420px;
    }
}

@media only screen and (max-width:1199px) {
    .main-banner.inner-banner {
        position: relative;
        height: 380px;
    }
}

@media only screen and (max-width:991px) {
    .main-banner.inner-banner {
        margin-top: 100px;
        height: 340px;
    }

    .main-banner.inner-banner .h1-title {
        font-size: 42px;
        line-height: 52px;
        margin-bottom: 10px !important;
    }
}

@media only screen and (max-width:767px) {
    .main-banner.inner-banner {
        height: 300px;
    }

    .main-banner.inner-banner .h1-title {
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 10px !important;
    }
}

@media only screen and (max-width:575px) {
    .main-banner.inner-banner {
        height: 280px;
    }
}

/* default-banner */

/* about-section */

.main-about-img.about-img-spl {
    padding: 0px;
}

.about-img-wrap {
    position: relative;
    padding: 4px;
    z-index: 1;
}

.main-about-img.about-img-spl .about-img-wrap img {
    box-shadow: 0 4px 15px rgb(12 35 34 / 55%);
}

.about-img-wrap::before {
    content: "";
    height: 80px;
    width: 70px;
    position: absolute;
    background: #a1ce24;
    top: -1px;
    right: -1px;
    z-index: -1;
}

.about-img-wrap::after {
    content: "";
    height: 80px;
    width: 70px;
    position: absolute;
    background: #a1ce24;
    bottom: -1px;
    left: -1px;
    z-index: -1;
}

.main-about-us {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.heading-section h2 {
    font-size: 42px;
    line-height: 46px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    color: #045ca7;
}

.heading-section h2::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 3px;
    background-color: #a1ce24;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
}

@media only screen and (max-width:767px) {
    .about-content .h2-title {
        font-size: 35px !important;
        line-height: 50px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width:575px) {
    .about-content {
        padding-bottom: 30px;
    }

    .about-content .sub-title {
        font-size: 18px !important;
    }

    .about-content .h2-title {
        font-size: 28px !important;
        line-height: 40px;
        margin-bottom: 0px;
    }

    /* heading-section */
    .heading-section h2 {
        font-size: 36px;
        line-height: 42px;
    }
}

/* about-section */

/* our-products-section */

.page-services-list .service-box {
    padding: 15px 0px 0px;
    margin-bottom: 0px;
    /* border-top: 2px solid #fff; */
    border-radius: 0px;
    box-shadow: 1px 1px 10px 0px #00000033;
    transition: 0.5s ease-in-out;
}

.page-services-list .service-box:hover {
    box-shadow: 1px 1px 10px 0px #00000091;
    /* border-top: 2px solid #045ca7; */
    transition: 0.5s ease-in-out;
}

.product-btn-box {
    margin-top: 15px;
}

.product-btn-box a.product-read-more {
    background: #045ca7;
    color: #fff;
    font-weight: 500;
    padding: 12px 15px;
    display: block;
    width: 100%;
    transition: 0.5s ease-in-out;
}

.page-services-list .service-box:hover a.product-read-more {
    background: #a1ce24;
    transition: 0.5s ease-in-out;
}

.service-box-text {
    padding: 0px 15px;
}

.main-services.page-services-list {
    background: #f1f1f1;
}

@media only screen and (max-width:991px) {
    .product-btn-box a.product-read-more {
        font-size: 20px;
    }
}

@media only screen and (max-width:767px) and (min-width:576px) {
    .service-box-text .h3-title {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
    }
}

@media only screen and (max-width:575px) {
    .service-box-text .h3-title {
        height: auto;
    }
}

/* our-products-section */

/*testimonial-start*/
.testimonial-wrap {
    padding: 70px 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}

.testimonial-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: radial-gradient(circle, rgb(239 173 50 / 14%) -40%, rgb(87 155 177 / 44%) 100%);
    background: radial-gradient(circle, rgb(0 0 0 / 48%) -40%, rgb(0 0 0 / 6%) 100%); */
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.testimonial-upper {
    background-color: #fff;
    padding: 30px 10px 30px 46px;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 1px 1px 10px 0px #a1ce24;
}

.testimonial-texts {
    position: relative;
    height: 144px;
    overflow-y: auto;
}

.testimonial-texts::-webkit-scrollbar {
    width: 2px;
}

/* Handle */
.testimonial-texts::-webkit-scrollbar-thumb {
    /*    background: #00acfd;*/
    /*    background: linear-gradient(to left bottom, #fc2e78 20%, #008fdb 50%);*/
    /* background: linear-gradient(to left bottom, #045ca7, #045ca7); */
    background: linear-gradient(to left bottom, #a1ce24, #a1ce24);
}

/* Handle on hover */
.testimonial-texts::-webkit-scrollbar-thumb:hover {
    /*    background: #00acfd;*/
    /* background: linear-gradient(to left bottom, #045ca7, #045ca7); */
    background: linear-gradient(to left bottom, #a1ce24, #a1ce24);
}

.testimonial-upper:before {
    content: "\f10d";
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    bottom: 0;
    right: 0;
    top: 26px;
    margin: auto;
    color: #a1ce24;
    font-size: 30px;
}

.testimonial-upper p {
    margin-bottom: 0;
    padding-right: 10px;
    text-align: justify;
}

.testimonial-grid img {
    border-radius: 50%;
}

.testimonial-grid h5 {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.testimonial-grid h6 {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
}

/*
.testimonial-wrap .heading-section h2,
.testimonial-wrap .heading-section p {
    color: #fff;
}
*/
#owl-carousel3 {
    margin-top: 0px !important;
}

.testimonial-wrap .heading-section h2 {
    color: #ffffff;
}

.testimonial-wrap .owl-theme .owl-dots .owl-dot.active span,
.testimonial-wrap .owl-theme .owl-dots .owl-dot:hover span {
    background: #a0cc24;
}

@media only screen and (max-width:1199px) {
    .testimonial-texts {
        height: 168px;
    }
}

@media only screen and (max-width:767px) {
    .testimonial-texts {
        height: 144px;
    }
}

@media only screen and (max-width:575px) {
    .testimonial-wrap {
        padding: 48px 0;
    }

    .testimonial-texts {
        height: 96px;
    }
}

@media only screen and (max-width:475px) {
    .testimonial-texts {
        height: 120px;
    }
}

@media only screen and (max-width:410px) {
    .testimonial-texts {
        height: 144px;
    }
}

/*testimonial-end*/

/* contact-start */

.contact-wrap {
    padding: 20px 15px 10px;
    border: 2px solid #a1ce24;
    border-radius: 0px;
    position: relative;
    z-index: 5;
    background: #fff;
    box-shadow: 5px 5px 15px rgb(12 35 34 / 20%);
}

.contact-wrap .contact-form {
    box-shadow: none;
    background: transparent;
    padding: 0px;
    height: auto;
}

.main-contact {
    padding: 70px 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

@media only screen and (max-width:575px) {
    .contact-wrap {
        padding: 20px 15px 0px;
    }
}

/* contact-end */


/***********************
    gallery-page-start
************************/

/*gallery-start*/
.gallery-wrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
}

/* .gallery-wrap h3 {
    font-size: 56px;
    line-height: 60px;
}

.gallery-wrap h4 {
    font-size: 48px;
    line-height: 52px;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 40px;
} */

.gallery-images {
    margin-bottom: 30px;
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    border: 2px solid #a1ce24;
}

.gallery-images>img {
    height: 300px;
}

.gallery-images .gallery-overlay .image {
    opacity: 0;
}

.plus-icon img {
    width: 45px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    filter: invert(69%) sepia(96%) saturate(390%) hue-rotate(26deg) brightness(95%) contrast(87%);
}

.gallery-overlay {
    width: 80%;
    height: 80%;
    background-color: #0000003d;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: .5s ease-in-out;
}

.gallery-images:hover .gallery-overlay {
    opacity: 1;
    transform: scale(1.25);
    transition: .5s ease-in-out;
}

@media only screen and (max-width:1279px) {
    .gallery-images>img {
        height: 270px;
    }
}

@media only screen and (max-width:1199px) {
    .gallery-images>img {
        height: 230px;
    }
}

@media only screen and (max-width:991px) {
    .gallery-images>img {
        height: 160px;
    }
}

@media only screen and (max-width:767px) {
    .gallery-images>img {
        height: 180px;
    }
}

@media only screen and (max-width:575px) {
    .gallery-images>img {
        height: auto;
    }
}

/*gallery-end*/

/***********************
    gallery-page-end
************************/


/***********************
    contact-page-start
************************/

.contact-page-link-new {}

.contact-page-link-box-new {
    text-align: center;
    background: #fff;
    padding: 15px 10px;
    box-shadow: 0 4px 15px rgba(12, 35, 34, 0.2);
    margin-bottom: 20px;
    border: 2px solid #a0cd24;
}

.contact-page-link-icon img {
    filter: invert(69%) sepia(96%) saturate(390%) hue-rotate(26deg) brightness(95%) contrast(87%);
}

.contact-page-link-text-new p {
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 23px;
}

.contact-page-link-text-new p a {
    color: #045ca7;
}

.contact-form {
    box-shadow: 0 4px 15px rgba(12, 35, 34, 0.2);
    background: #fff;
    padding: 30px 15px;
    height: 100%;
}

.contact-page-link-box-new.location {
    margin-bottom: 0px;
}

.contact-map {
    width: 100%;
    height: 500px;
    position: relative;
}

@media only screen and (max-width:1199px) and (min-width:992px) {
    .main-contact.page-contact .contact-form .form-box {
        margin-bottom: 32px;
    }
}

@media only screen and (max-width:991px) {
    .contact-map {
        height: 440px;
    }
}

@media only screen and (max-width:767px) {
    .contact-map {
        height: 380px;
    }
}

@media only screen and (max-width:575px) {
    .contact-map {
        height: 330px;
    }
}

@media only screen and (max-width:410px) {
    .contact-map {
        height: 300px;
    }
}

/***********************
    contact-page-end
************************/


/***********************
     blog-page-start
************************/

.blog-wrap {
    background-color: #f7f7f7;
}

.property-blog-card {
    overflow: hidden;
    border-radius: 0;
    transition: 0.3s ease-in-out;
}

.property-blog-card:hover {
    -webkit-box-shadow: 0 4px 15px rgba(12, 35, 34, 0.2);
    box-shadow: 0 4px 15px rgba(12, 35, 34, 0.2);
    transition: 0.3s ease-in-out;
}

.property-blog-card .card-img-top {
    height: 228px;
    overflow: hidden;
    border-radius: 0;
}

.property-blog-card .card-img-top img {
    transition: 0.25s linear;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.property-blog-card:hover .card-img-top img {
    transform: scale(1.10);
    transition: 0.35s linear;
}

.blog-icon-list li {
    display: inline-block;
    padding: 0px 6px;
}

.blog-icon-list li a {
    font-size: 16px;
}

.blog-bottom-1 {
    color: #045ca7;
    display: block;
    margin-bottom: 2px !important;
}

.blog-bottom-2 {
    color: #00215c;
}

.property-blog-card .card-title {
    margin-bottom: 14px;
    font-weight: 500;
    font-size: 18px;
    height: 44px;
    overflow: hidden;
    color: #045ca7;
    text-align: justify;
    margin-bottom: 6px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;
}

.property-blog-card .card-text {
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;
}

.property-blog-card:hover .card-title {
    color: #a1ce24;
    transition: 0.3s ease-in-out;
}

.property-blog-card .card-text a {
    color: #a1ce24;
}

.blog-down h6 {
    font-size: 16px;
    color: #121212;
}

.blog-down h6 span {
    color: #000;
}

.blog-bottom-1 i.fa {
    font-size: 16px;
    padding: 0px;
    width: auto;
    margin-left: 0px;
    color: #045ca7;
}

.blog-bottom-2 i.fa {
    font-size: 16px;
    padding: 0px;
    width: auto;
    margin-left: 0px;
    color: #00215c;
}

.case-anchor a {
    color: #045ca7;
}

@media only screen and (max-width:1199px) {
    .property-blog-card .card-img-top {
        height: 198px;
    }
}

@media only screen and (max-width:991px) {
    .property-blog-card .card-img-top {
        height: auto;
        overflow: hidden;
        border-radius: 0;
    }
}

@media only screen and (max-width:482px) {
    .property-blog-card .card-title {
        margin-bottom: 8px;
    }
}

/***********************
      blog-page-end
************************/

/***********************
   blog-details-start
************************/

.blog-details-wrap {
    background-color: #f7f7f7;
}

.blog-details-inner {
    background: #fff;
    box-shadow: 0 4px 15px rgb(12 35 34 / 20%);
}

.blog-details-upper {
    padding: 18px 15px 0px 15px;
}

.blog-details-upper h3 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 0px;
    color: #045ca7;
}

.blog-details-box {}

.blog-details-img {}

.blog-details-img img {
    width: 100%;
    height: auto;
}

.blog-details-text {
    padding: 15px 15px;
}

.blog-details-text p:last-child {
    margin-bottom: 0px;
}

.blog-details-text .blog-bottom-1,
.blog-details-text .blog-bottom-2 {
    display: inline-block;
}

.blog-details-text p {
    text-align: justify;
}

@media only screen and (max-width:1199px) {
    .blog-details-upper {
        padding: 15px 15px;
    }

    .blog-details-upper h3 {
        font-size: 24px;
        line-height: 32px;
    }
}

@media only screen and (max-width:767px) {
    .blog-details-upper h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .blog-details-text {
        padding: 15px 15px;
    }
}

@media only screen and (max-width:575px) {
    .blog-details-upper h3 {
        font-size: 18px;
        line-height: 26px;
    }
}

/***********************
    blog-details-end
************************/

/***********************
   products-page-start
************************/

.products-page-wrap {
    background-color: #f7f7f7;
}

.products-page-box {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(12, 35, 34, 0.2);
}

.products-page-box-heading {}

.products-page-box-heading h5 {
    padding: 10px 15px 10px;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    background: #045ca7;
    color: #fff;
    margin-bottom: 0px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 400;
}

.products-page-img {
    overflow: hidden;
    height: 250px;
}

.products-page-img img {
    box-shadow: 1px 1px 15px rgb(12 35 34 / 8%);
    transition: 0.5s ease-in-out;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.products-page-text {}

.products-page-text h6 {
    margin-bottom: 0px;
    padding: 12px 15px;
    text-align: center;
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    height: 158px;
    overflow-y: auto;
    border-top: 4px solid #045ca7;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* width */
.products-page-text h6::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.products-page-text h6::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
}

/* Handle */
.products-page-text h6::-webkit-scrollbar-thumb {
    /*    background: #00acfd;*/
    /*    background: linear-gradient(to left bottom, #fc2e78 20%, #008fdb 50%);*/
    background: linear-gradient(to left bottom, #a1ce24, #a1ce24);
}

/* Handle on hover */
.products-page-text h6::-webkit-scrollbar-thumb:hover {
    /*    background: #00acfd;*/
    background: linear-gradient(to left bottom, #a1ce24, #a1ce24);
}


.products-page-btn-box {
    display: flex;
    justify-content: space-evenly;
    box-shadow: -1px -1px 5px #06060626;
}

.products-page-btn-box .products-call-btn {
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 5px;
    background: linear-gradient(to right, #045ca7, #045ca7);
    border-radius: 0px;
    transition: 0.5s;
    color: #fff !important;
    width: 50%;
    font-weight: 500;
    text-align: center;
    font-size: 13px;
}

.products-page-btn-box .products-chat-btn {
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 5px;
    background: linear-gradient(to right, #25d366, #25d366);
    border-radius: 0px;
    transition: 0.5s;
    color: #fff !important;
    width: 50%;
    font-weight: 500;
    text-align: center;
    border-left: 1px solid #ffffff;
    font-size: 13px;
}

.products-page-btn-box .fa {
    font-size: 13px;
    color: #fff;
    padding: 0px;
    width: auto;
    margin-left: 0px;
    margin-right: 0px;
}

.products-page-box:hover img {
    transform: scale(1.1);
    /* transition: 0.3s ease-in-out; */
}

@media only screen and (max-width:1279px) {
    .products-page-img {
        height: 235px;
    }

    .products-page-text h6 {
        height: 170px;
    }
}

@media only screen and (max-width:1199px) {
    .products-page-img {
        height: 250px;
    }

    .products-page-text h6 {
        height: 170px;
    }
}

@media only screen and (max-width:991px) {
    .products-page-img {
        height: 220px;
    }

    .products-page-text h6 {
        height: 158px;
    }
}

@media only screen and (max-width:767px) {
    .products-page-img {
        height: auto;
    }

    .products-page-text h6 {
        height: auto;
    }

    .products-page-box-heading h5 {
        height: auto;
    }
}

/***********************
   products-page-end
************************/

/***********************
   about-page-start
************************/

/* about-us-part */

.about-page-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.about-page-card {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(12, 35, 34, 0.2);
    padding: 20px 15px;
}

@media only screen and (max-width:991px) {
    .about-page-text.about-content {
        padding-bottom: 10px;
    }

    .about-page-card {
        padding: 35px 15px;
    }
}

@media only screen and (max-width:575px) {
    .about-page-card {
        padding: 30px 15px;
    }
}

/* about-us-part */

/* mission-vision */
.mission-vision-wrap {
    overflow: hidden;
}

.mv-box {
    box-shadow: 0 4px 15px 1px rgba(12, 35, 34, 0.2);
}

.mv-img-heading {
    background: linear-gradient(to bottom, #045ca7, #1e91f3);
    padding: 25px 15px 20px;
    /* clip-path: polygon(0 0, 100% 0, 100% 90%, 57% 90%, 50% 100%, 43% 90%, 0 90%); */
}

.mv-img-heading img {
    width: 90px;
    filter: invert(94%) sepia(6%) saturate(0%) hue-rotate(82deg) brightness(105%) contrast(106%);
    transition: 0.3s ease-in-out;
}

.mv-box:hover img {
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
}

.mv-img-heading h5 {
    font-size: 28px;
    line-height: 36px;
    margin-top: 15px;
    margin-bottom: 0px;
    font-weight: 500;
    color: #fff;
}

.mv-text {
    border-bottom: 5px solid #1885e2;
}

.mv-text p {
    text-align: justify;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 12px 15px 12px;
    height: 240px;
    overflow-y: auto;
}

.mv-text p::-webkit-scrollbar {
    width: 3px;
}

/* Handle */
.mv-text p::-webkit-scrollbar-thumb {
    /*    background: #00acfd;*/
    /*    background: linear-gradient(to left bottom, #fc2e78 20%, #008fdb 50%);*/
    background: linear-gradient(to left bottom, #a1ce24, #a1ce24);
}

/* Handle on hover */
.mv-text p::-webkit-scrollbar-thumb:hover {
    /*    background: #00acfd;*/
    background: linear-gradient(to left bottom, #a1ce24, #a1ce24);
}

@media only screen and (max-width:1279px) and (min-width:1200px) {
    .mv-text p {
        height: 264px;
    }
}

@media only screen and (max-width:991px) {
    .mv-text p {
        height: 264px;
    }
}

@media only screen and (max-width:767px) {
    .mv-text p {
        height: auto;
    }
}


/* mission-vision */

/***********************
    about-page-end
************************/

/***********************
      foooter-start
************************/

.our-services ul li a {
    text-transform: uppercase;
}

.site-footer {
    padding: 70px 0 !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #12121200;
    background: linear-gradient(343deg, #000000, #00284a4f);
}

.site-footer .h3-title {
    color: #a1ce24;
}

.copy-right p {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 14px;
}

@media only screen and (max-width:991px) {
    .site-footer {
        padding: 48px 0 18px !important;
    }
}

@media only screen and (max-width:767px) {
    .footer-contact-link a {
        font-size: 11px;
        line-height: 20px;
    }
}

@media only screen and (max-width:575px) {
    .copy-right p span {
        display: block;
    }
}

/***********************
       foooter-end
************************/

.certificate-sec {}

.certificate-box {
    padding: 20px 5px;
    border: 2px solid #045ca7;
    background: #fff;
    overflow: hidden;
    border-radius: 0px;
    box-shadow: 1px 1px 10px 0px #00000033;
}

.certificate-box img {}

.certificate-box h5 {
    color: #000;
    font-size: 16px;
    text-align: center;
}

@media only screen and (max-width:991px) {
    .certificate-box h5 {
        color: #000;
        font-size: 14px;
    }
}

.modal-btn {
    background: #045ca7;
    border-color: #045ca7;
    border-radius: 0px;
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: 12px;
    box-shadow: none !important;
}

.modal-btn:hover {
    background: #a1ce24;
    border-color: #a1ce24;
    box-shadow: none !important;
}

.payment-modal {
    padding-right: 0px !important;
}

.payment-modal .modal-dialog {}

.payment-modal .modal-content {
    width: 290px;
    margin: 0 auto;
    border: 0px solid #fff;
    border-radius: 0px !important;
    overflow: hidden;
}

.payment-modal .modal-header {
    border-bottom: 2px solid #a1ce24;
}

.payment-modal .modal-title {
    color: #045ca7;
}

.payment-modal .close {
    opacity: 1;
    font-weight: 500;
}

.payment-modal .close span {
    color: #045ca7;
}

.payment-modal .modal-body {}

.payment-modal .modal-body img {}