﻿body {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Inter', sans-serif;
}

h1, h2, h2, h3, h4, h5, h6 {
    font-family: 'Space Grotesk', sans-serif;
}

p {
    font-family: 'Inter', sans-serif;
}

a {
    font-family: 'Inter', sans-serif;
}

.container-small {
    margin-left: -50px;
    margin-right: -50px;
}

.padd-right {
    padding-right: 0px;
}

.padd-left {
    padding-left: 0px;
}

.padd-both {
    padding-left: 0px;
    padding-right: 0px;
}

a {
    text-decoration: none !important;
}

.btn-default {
    background-image: none !important;
    text-shadow: none !important;
}

.section {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

/*--------------------top header---------------------*/
.headermmm {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    z-index: 9;
    position: relative;
}

.topheaderborder {
    height: 46px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    border-bottom: 1px solid #000000bf;
    background: rgb(0 0 0 / 63%);
}

.text-mainsecc {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.textmainsecc-a {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 9px 10px;
    float: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    border-left: 1px solid #ffffff1a;
}

.top-header-sec {
    height: 88px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background-color: rgb(0 0 0 / 25%);
}

.topheader-t66 {
    height: auto;
    width: 100%;
    margin: 28px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.top-header-icons {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.top-headericonsaa {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    color: #192136;
    text-align: left;
}

.top-header-icons-ul {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: right;
}

    .top-header-icons-ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 5px 0px 5px;
        list-style-type: none;
        display: inline-block;
        text-align: left;
    }

        .top-header-icons-ul li a {
            height: auto !important;
            margin: 0px 0px 0px 0px;
            padding: 11px 2px 10px 2px;
            font-size: 14.5px;
            font-weight: 400;
            line-height: 24px;
            color: #fff;
            border-right: 1px solid #ffffff1a;
            float: left;
            -webkit-transition: all 0.9s;
            -o-transition: all 0.9s;
            -moz-transition: all 0.9s;
            transition: all 0.9s;
        }

            .top-header-icons-ul li a:hover {
                color: #fff;
            }

            .top-header-icons-ul li a i {
                color: #192136;
                font-size: 14px;
            }

.top-icons {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}


.icon-topcolog {
    color: #feb800;
    font-weight: 600 !important;
}



.donateimg {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.responsive-menu-bg {
    height: auto;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.smalllogo {
    height: auto;
    width: 100px;
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.logohead {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.logohead5555 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.logohead222 {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background: #fff;
    border-radius: 4px;
}

/***********************************top arrow*******************************/
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    border: 2px solid #000000;
    background: #000000;
    color: rgb(255, 255, 255);
    z-index: 99999999;
    width: 35px;
    height: 35px;
    line-height: 34px;
    right: 30px;
    bottom: 30px;
    padding-top: 0;
    font-size: 11px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(45deg);
    transition: all .5s ease-in-out;
}

    .scroll-top-wrapper:hover {
        border: 2px solid #fff;
        background: #fff;
        z-index: 99999999;
        color: #222;
    }

    .scroll-top-wrapper.show {
        visibility: visible;
        cursor: pointer;
        opacity: 1;
    }

    .scroll-top-wrapper i.fa {
        line-height: 0;
        padding: 0 1px 0 0;
        font-size: 17px;
        text-align: center;
    }


/**************slider**************/
.slider-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.indicators-line > .carousel-indicators {
    display: none;
}

/******************footer main css***********************/
.main-footer-top {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 40px 0px 40px 0px;
    float: left;
    background-color: #021738;
}

.footerlogo33 {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.about-footer-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.about-footer-sec-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    float: left;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    text-align: left;
}

.main-footertopsecond {
    height: 84px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 18px 0px 18px 0px;
    float: left;
    background: #fff;
}

.quick-links {
    height: auto;
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.about-footer-sec-images {
    margin: 0px auto;
}

.about-footer-sec-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    float: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    color: #c5cdcf;
}

.intsimg2 {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.about-companys-u {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    float: left;
}

    .about-companys-u li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        list-style-type: none;
    }

        .about-companys-u li a {
            height: auto;
            margin: 0px 0px 0px 0px;
            padding: 0px 5px 0px 5px;
            float: left;
        }

            .about-companys-u li a i {
                height: 30px;
                width: 30px;
                margin: 0px 0px 0px 0px;
                padding: 5px 0px 0px 0px;
                float: left;
                font-size: 18px;
                text-align: center;
                color: #fff;
                border: 2px solid #ff5b5b;
                background: #ff0000;
            }

.address-footer {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.company-add-p {
    height: auto;
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
    color: #e7e7e7;
    text-align: left;
    letter-spacing: 0.2px;
}


.company-a {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    color: #c5c5c5;
}

    .company-a:hover {
        color: #fff;
    }

.about-companys {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.about-imge {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.about-companys-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    color: #c5cdcf;
}


.footer-location-se {
    height: auto;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.footer-location-icon {
    height: auto;
    padding: 0px 0px 0px 0px;
    font-size: 19px !important;
    line-height: 28px !important;
    text-align: left;
    float: left;
    color: #fff;
}

.footer-location-sectext {
    height: auto;
    width: 100%;
    margin: -30px 0px 0px 0px;
    padding: 0px 0px 0px 35px;
    float: left;
}

.footer-location-aaa {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    transition: 0.8s;
}

    .footer-location-aaa:hover {
        color: #FF3147 !important;
    }


.footer-social {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.footer-social-ul {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .footer-social-ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        list-style-type: none;
        display: inline-block;
    }

        .footer-social-ul li a {
            margin: 0px 0px 0px 0px;
            padding: 0px 5px 0px 0px;
        }

            .footer-social-ul li a i {
                margin: 0px 0px 0px 0px;
                padding: 0px 5px 0px 5px;
                font-size: 16px;
                line-height: 22px;
                text-align: center;
                color: #0c263b;
                font-weight: 400;
                transition: 0.8s;
            }

                .footer-social-ul li a i:hover {
                    transition: 0.3s;
                    color: #ee344e;
                }



.dummy_facebook {
    height: 200px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    float: left;
    border-style: none;
}

.information-ul {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.information-li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    list-style-type: none;
}

.information-a {
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 20px;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    position: relative;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
}

    .information-a:hover {
        color: #FF3147;
        margin-left: 10px;
    }

        .information-a:hover:before {
            color: #FF3147;
        }

    .information-a:before {
        font-family: fontAwesome;
        content: "\f068";
        font-size: 12px;
        line-height: 23px;
        color: #fff;
        left: 0px;
        top: 0px;
        padding: 0px 0px 0px 0px;
        position: absolute;
        margin: 0px 0px 0px 0px;
    }


/********************Down footer****************/
.footer-downmain-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    float: left;
    background: #020523;
}

.footer-down-iner {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .footer-down-iner p {
        margin: 0px 0px 0px 0px;
        padding: 14px 0px 0px 0px;
        font-size: 15px;
        font-weight: 400;
        line-height: 26px;
        color: #021738;
        text-align: left;
        height: auto;
        width: 100%;
        float: left;
    }

.footer-down-iner2 {
    height: auto;
    margin: 0px auto;
    padding: 10px 0px 0px 0px;
    text-align: center;
    width: 300px;
    float: right;
}

.designer_link2 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #021738;
    text-align: center;
}

.designerlin66 {
    height: auto;
    margin: 0px;
    padding: 0;
    float: right;
}



.main-footer {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    float: left;
    background: #062633;
}

.main-footer-iner {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.footer-logo {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    float: left;
}


.footersect-border {
    height: auto;
    width: 100%;
    margin: 20px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.footersect-border-p22 {
    height: 1px;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #0000001f;
}


.text-headingtt-h266 {
    height: auto;
    width: 100%;
    margin: 0px 0px 40px 0px;
    padding: 0px 0px 10px 0px;
    float: left;
    font-size: 30px;
    line-height: 30px;
    text-align: left;
    font-weight: 800;
    color: #033b4a;
    /*background: url(../images/head_border.png);
    background-repeat: no-repeat;
    background-position: left bottom;*/
}

.texbox-border22 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.contactus-sec {
    height: auto;
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background-color: #fff;
}

.textcont33 {
    height: auto;
    width: 100%;
    margin: 10px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    text-align: left;
}

.contact-secbox {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background: #fff;
}

.cont-secbox22 {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 28px !important;
    text-align: center;
    color: #FF3147;
}

.contact-secbox2 {
    height: auto;
    width: 100%;
    margin: -31px 0px 0px 0px;
    padding: 0px 0px 0px 50px;
    float: left;
}

.contact-secbox2-h222 {
    height: auto;
    width: 100%;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    text-align: left;
    color: #333;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.contact-secbox2-a {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    text-align: left;
    color: #000;
    letter-spacing: 0.5px;
}

    .contact-secbox2-a:hover {
        color: #b0acac;
    }


.messbox-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
    float: left;
}

.messbox-sec-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 30px 0px;
    padding: 30px 0px 0px 0px;
    float: left;
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    text-align: left;
    color: #192136;
}

.texbox-border {
    height: auto;
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.formcontrol {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    color: #555;
    text-align: left;
    background: #f6f6f6;
    padding: 19px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e0e1e5;
}



    .formcontrol:focus {
        border-color: #fff;
        outline: 0;
        border: 1px solid #e0e1e5;
    }

.cont-submit {
    height: auto;
    width: 100%;
    margin: 5px 0px 0px 0px;
    padding: 13px 20px 12px 20px;
    float: right;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    background: #FF3147;
    border: 1px solid #FF3147;
    border-style: none;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: 0.8s;
}

    .cont-submit:hover {
        background: #021738;
    }

.cont-submite4 {
    height: auto;
    width: 100%;
    margin: 25px 0px 0px 0px;
    padding: 12px 20px 12px 20px;
    float: right;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    background: #0c263b;
    border-style: none;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    letter-spacing: 0.5px;
    transition: 0.8s;
}

    .cont-submite4:hover {
        background: #fff;
        color: #0c263b;
        border-style: none;
        transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    }

.textboxspace23 {
    padding-right: 0px;
}

.contact-addr {
    height: auto;
    width: 100%;
    margin: 0px 0px 25px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.contact-shadwtext {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 15px 15px;
    float: left;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.contact-shadwh2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
    text-align: left;
    color: #ec1d2d;
    letter-spacing: 0.5px;
}

.contact-shadw33 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 20px;
    float: left;
    background-color: #192136 !important;
}

.locationbackgrou {
    height: auto;
    width: 100%;
    margin: 0px 0px 70px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background: #fff;
    position: relative;
}

.contactus-locationsec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.cont-loca {
    height: 500px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    border-style: none;
}

.studentsreg-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 70px 0px 70px 0px;
    float: left;
    background-color: #f8f8f8;
}

.regnow-images {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.locationbb {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    float: left;
    background: #f6f6f6;
    padding: 30px 25px 10px;
    margin-bottom: 20px;
}

.communicationn {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    float: left;
    background: #fff;
    background-image: url(https://www.transparenttextures.com/patterns/cream-pixels.png);
    padding: 30px 25px 10px;
    margin-bottom: 20px;
    border: 1px solid #f5f5f5;
}

.locationnn {
    height: auto;
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 5px 0px;
    float: left;
    border-bottom: 1px solid #ececec;
}

.contactmdi {
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}


.locationnn-x22 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 28px !important;
    text-align: center;
    color: #00b415;
}

.locationnnh1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    text-align: center;
    color: #333;
}

.loccontactmdi {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.loccontactmdiloc {
    height: 200px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    border-style: none;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.fontaaa {
    font-size: 13px;
}
/******************************captcha**********************/
.capchamargin-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
    float: left;
}

.protectedcap {
    user-select: none;
    font-size: 15px;
    line-height: 20px;
    background: #fff;
    padding: 9px 10px 6px 10px;
    border: 1px solid #c7c7c7;
    color: #333;
    font-weight: 600;
    height: 45px;
    float: left;
    letter-spacing: 0.5px;
    margin: 0px 0px 0px 15px;
}

.protectedcap22 {
    user-select: none;
    font-size: 15px;
    line-height: 20px;
    background: #fff;
    padding: 5px 5px 6px 10px;
    border: 1px solid #c7c7c7;
    color: #5c5c5c;
    font-weight: 600;
    height: 45px;
    width: 110px;
    float: left;
    letter-spacing: 0.5px;
    margin: 0px 0px 0px 0px;
}

    .protectedcap22:focus {
        border-color: #ccc !important;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }


.btnrefreshcaptcha {
    height: 45px;
    width: 35px;
    margin: 0px 0px 0px 5px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    font-weight: 400;
    color: #fff !important;
    line-height: 43px;
    text-align: center;
    background-color: #FF3147;
    border: 1px solid #FF3147;
    transition: 0.5s;
}

    .btnrefreshcaptcha:hover {
        background-color: #021738;
        border: 1px solid #021738;
    }

/**********about page******/

.allpage-555 {
    height: auto;
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.pagedata-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 50px 0px 50px 0px;
    float: left;
    background: #f9f9f9;
    border-bottom: 2px solid #f3f3f3;
}

.allpage-text {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.allpage-text-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 23px;
    color: #777777;
    font-weight: 400;
    text-align: left;
}

.intimages {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.intimages-left {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    width: 100%;
}

.intimages a:hover::before {
    border: 0 solid rgba(255, 255, 255, 0.7);
}

.intimages a::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    border: 70px solid rgba(255, 255, 255, 0);
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.laarnfoot {
    height: auto;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    color: #fff;
    text-align: left;
    letter-spacing: 0.2px;
}

/***************submit now**************/
.submitnow-secc {
    height: 161px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background-color: #ffede8;
}

.submitnow-seccmain {
    height: auto;
    width: 100%;
    margin: 53px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.submitnow-seccmain-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #fea38e;
    text-align: left;
}

/***********email search**********/
.search-buttonss {
    height: auto;
    width: 100%;
    margin: 55px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.topsearch {
    padding: 0px 20px 0px 20px;
    font-size: 14px;
    line-height: 22px;
    height: 50px;
    float: left;
    width: 70%;
    background: #ffffff;
    color: #7f7f7f;
    border-radius: 30px 0px 0px 30px;
    border: 1px solid #e0e0e0;
}

    .topsearch:focus {
        outline: 0;
    }

.linkbutton-searc {
    height: 50px;
    float: left;
    width: 30%;
    padding: 0px 0px 0px 0px;
    background: #fea38e;
    color: #ffffffe6;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
    text-transform: uppercase;
    border-left: none;
    cursor: pointer;
    text-align: center;
    border-radius: 0px 30px 30px 0px;
    transition: 0.5s;
    border: 1px solid #fea38e;
    transition: 0.5s;
}

    .linkbutton-searc:hover {
        background-color: #fff;
        color: #333333;
        border: 1px solid #e0e0e0;
    }

    .linkbutton-searc:focus {
        outline: 0;
    }


/*************ul sec*/
.auline-ul {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .auline-ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 5px 10px 25px;
        list-style-type: none;
        display: block;
        width: 100%;
        float: left;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: #555555;
        position: relative;
        text-align: left;
    }

        .auline-ul li:before {
            font-family: FontAwesome;
            position: absolute;
            left: 0px;
            top: 0px;
            width: 16px;
            height: 16px;
            content: "\f00c";
            display: block;
            color: #FF3147;
        }

/******button*******/
.abobtnnn {
    height: auto;
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.abobtnnn123 {
    height: auto;
    margin: 0px 15px 0px 0px;
    padding: 18px 30px 18px 30px;
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    background-color: #FF3147;
    transition: 0.8s;
    font-weight: 700;
}

    .abobtnnn123:hover {
        background-color: #021738;
    }

.abobtnnn144 {
    background-color: #ee344e;
}

.aboutdeff {
    height: auto;
    width: 100%;
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

/**********about default*****/
.aboutus-sec {
    height: auto;
    width: 100%;
    margin: 70px 0px 70px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    transition: all 0.3s;
}

.aboutussectext23-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 18px;
    line-height: 23px;
    color: #ff3147;
    font-weight: 700;
    text-align: left;
}

.aboutussectext2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.aboutussectext2-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    color: #5153ff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    text-align: left;
}

.aboutussectext2-h2 {
    height: auto;
    width: 100%;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    color: #021738;
    font-size: 37px;
    line-height: 47px;
    text-align: left;
    font-weight: 700;
}

.aboutussectext2-p22 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    color: #555555;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
}

.aboutdefaul {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.blog-imag {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    overflow: hidden;
}

.blog-boxheading-img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

    .blog-boxheading-img:hover {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }


.vidgall23l {
    height: auto;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: center;
}

.aboutline2 {
    height: 2px;
    width: 70px;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    background-color: #fff;
}


.vidgall23ldd {
    height: auto;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: center;
}

.aboutline2dd {
    height: 2px;
    width: 70px;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    background-color: #222;
}


.vidgall23lddnol {
    height: auto;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: center;
}

.aboutline2ddnol {
    height: 2px;
    width: 70px;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    background-color: #222;
}


.vidgall23l_p3 {
    height: auto;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: center;
}

.aboutline23 {
    height: 2px;
    width: 70px;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    background-color: #222;
}

.missioniconn {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.missioniconnimg {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.missioniconnh1 {
    height: auto;
    width: 100%;
    margin: -42px 0px 0px 0px;
    padding: 0px 0px 0px 80px;
    float: left;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    color: #021738;
}


/*************hover****/
.boxab {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: center;
    overflow: hidden;
    position: relative;
}

    .boxab:before,
    .boxab:after {
        content: "";
        background: #333;
        transform: scale(0);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: all 0.5s ease 0s;
    }

    .boxab:after {
        background: #000;
        border: 1px solid #aaa;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        transition: all 0.5s ease 0.2s;
    }

    .boxab:hover:before {
        opacity: 0.5;
        transform: scale(1);
    }

    .boxab:hover:after {
        opacity: 0.35;
        transform: scale(1);
    }

    .boxab img {
        width: 100%;
        height: auto;
    }

    .boxab .boxab-content {
        color: #fff;
        width: 85%;
        filter: blur(5px);
        opacity: 0;
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        transition: all 0.4s ease 0.3s;
    }

    .boxab:hover .boxab-content {
        filter: blur(0);
        opacity: 1;
    }

    .boxab .title {
        font-size: 25px;
        font-weight: 200;
        text-transform: capitalize;
        margin: 0px 0px 10px 0px;
    }

    .boxab .post {
        font-size: 15px;
        line-height: 23px;
        font-weight: 600;
        display: block;
        margin: 0 0 10px;
    }


/************button*/
.centrebutton {
    height: auto;
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.centrebutton-a {
    height: 42px;
    margin: 0px auto;
    padding: 9px 0px 0px 0px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    text-align: center;
    background-color: #5153ff;
    width: 180px;
    color: #fff;
    display: block;
    transition: 0.8s;
    border-radius: 30px;
}

    .centrebutton-a:hover {
        background-color: #3da627;
    }

/**********************news scrolling sec slider down*************/
.latestnewssec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.latestnewssec-mainn {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 15px 0px 30px;
    float: left;
}

.scollingsection {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.scollingsection-ul {
    height: auto;
    width: 100%;
    margin: 16px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .scollingsection-ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 20px 0px 20px;
        display: inline-block;
    }

        .scollingsection-ul li a {
            height: auto;
            margin: 0px 0px 5px 0px;
            padding: 0px 0px 0px 32px;
            font-size: 15px;
            font-weight: 400;
            line-height: 13px;
            color: #333;
            position: relative;
            background-image: url('../images/news.gif');
            background-repeat: no-repeat;
        }

.newshealine {
    height: 45px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.newshealineh1 {
    height: auto;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    z-index: 5;
    position: relative;
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.highlightt {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    position: relative;
}

    .highlightt:before {
        content: "";
        height: 100%;
        position: absolute;
        width: 27%;
        background: #021738;
        top: 0;
        z-index: -1;
        left: -25px;
        transform: skew(30deg);
        z-index: 1;
    }

/*************services and fac*/
.servfacilit {
    height: auto;
    width: 100%;
    margin: 0px 0px 70px 0px;
    padding: 50px 0px 70px 0px;
    float: left;
    background-color: #f8f7f4;
}

.servfacilitheading {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: center;
}

.servfacilitw-p {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 2px;
    color: #ee344e;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
    padding: 10px 10px;
}

    .servfacilitw-p:before {
        content: "";
        position: absolute;
        bottom: 5px;
        left: 0px;
        width: 7px;
        height: 1px;
        background-color: #ee344e;
    }

    .servfacilitw-p:after {
        content: "";
        position: absolute;
        bottom: 5px;
        right: 0px;
        width: 7px;
        height: 1px;
        background-color: #ee344e;
    }


.servfacilitw-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    color: #273353;
    font-size: 37px;
    line-height: 47px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/**********patient says**********/
.testimonsays-sec {
    height: auto;
    width: 100%;
    margin: -120px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background-image: url(../images/hpatintt.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: inherit;
}

.testimonsays-secbgg {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 200px 0px 80px 0px;
    float: left;
    /*background: #0000007d;*/
}

.owltext-imagexx {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.owltext-imagexxtxx {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 150px;
    float: left;
}

.testimonsaysh-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    float: left;
    font-size: 22px;
    line-height: 23px;
    font-weight: 600;
    color: #e3e3e3;
    text-align: center;
    border-bottom: 1px solid #ffffff0f;
    letter-spacing: 1px;
}

/**************our benefit sec*********/
.ourbenefit-secc {
    height: auto;
    width: 100%;
    margin: 0px 0px 70px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.ourbenefit-main {
    height: auto;
    width: 50%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    position: relative;
}

.ourbenefitmain2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    border-radius: 0px 8px 0px 0px;
}

.textmainsecca22 {
    width: 100%;
    margin: 100px 0px 0px 0px;
    padding: 70px 100px 0px 15px;
    float: left;
}

.ourbeneimagtt {
    height: 250px;
    width: 314px;
    float: left;
    background-image: url(../images/contact-box.png);
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: inherit;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
}

.ourbeneimagttimages {
    height: auto;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
}

.ourbeneimagtt-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    float: left;
    font-size: 13px;
    line-height: 11px;
    text-align: center;
    font-weight: 800;
    color: #ee344e;
}

.ourbeneimagtt-aa {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    font-weight: 800;
    color: #fff;
}

.ourbenefit-maintext {
    height: auto;
    width: 50%;
    margin: 50px 0px 0px 0px;
    padding: 50px 70px 30px 70px;
    float: left;
    background-image: url(../images/benefit.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: inherit;
    border-radius: 0px 0px 0px 8px;
}

.ourbenefit2-p {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    color: #dfc4c4;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
}

    .ourbenefit2-p:before {
        content: "";
        position: absolute;
        bottom: 4px;
        left: -10px;
        width: 7px;
        height: 1px;
        background-color: #273353;
    }

    .ourbenefit2-p:after {
        content: "";
        position: absolute;
        bottom: 5px;
        right: -8px;
        width: 7px;
        height: 1px;
        background-color: #273353;
    }

.ourbenefit-h2 {
    height: auto;
    width: 100%;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    text-align: left;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.ourbenefit-p22 {
    height: auto;
    width: 100%;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    color: #e7e7e7;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    text-align: left;
}

.expernursin {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}


.texxtmainexp {
    height: auto;
    width: 50%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.texxtmainexp-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
    text-align: left;
}

.texxtmainexp-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    text-align: left;
}

.principalmessp {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 5px 20px 5px 20px;
    float: left;
    font-size: 15px;
    line-height: 27px;
    font-weight: 600;
    background-color: #fff;
    color: #333;
    text-align: center;
    transition: all 0.3s ease;
    transform: translateY(0px);
}

    .principalmessp:hover {
        background-color: #ffff00;
    }

/*---------------Footer-top--------------------*/
.shipping-top-sec-bg {
    margin: 0px 0px 0px 0px;
    padding: 30px 0px 30px 0px;
    width: 100%;
    height: auto;
    float: left;
    background: #f8f7f4;
}

.shipping-top-sec {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
    float: left;
}

.footer-top-bx-sec {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
    float: left;
}

.footer-top-bx-ico-sec {
    margin: 0px 20px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 45px;
    height: 45px;
    float: left;
    background: #ee344e;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    transition-property: color;
    transition-duration: 0.3s;
    font-size: 25px;
    line-height: 51px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    border-radius: 50%;
}

    .footer-top-bx-ico-sec:before {
        margin: 0px 20px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 45px;
        height: 45px;
        float: left;
        background: #ee344e;
        display: inline-block;
        vertical-align: middle;
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        overflow: hidden;
        transition-property: color;
        transition-duration: 0.3s;
        font-size: 23px;
        line-height: 45px;
        text-align: center;
        font-weight: 400;
        color: #fff;
        border-radius: 50%;
    }

/*.footer-top-bx-sec:hover .footer-top-bx-ico-sec:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}*/

.footer-top-bx-content-sec {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 70%;
    height: auto;
    float: left;
}

.footer-top-bx-ico {
    margin: 0px auto;
}

.footer-top-bx-h {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    color: #273353;
    font-weight: 800;
    line-height: 31px;
    text-align: left;
}

.footer-top-bxa {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
    float: left;
    color: #273353;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    line-height: 23px;
}

.flogomain {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    height: auto;
    float: left;
    background: #fff;
}

.footer44-social {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.footer55-social-ul {
    height: auto;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: right;
}

    .footer55-social-ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        list-style-type: none;
        display: inline-block;
    }

        .footer55-social-ul li a {
            margin: 0px 0px 0px 0px;
            padding: 0px 10px 0px 0px;
        }

            .footer55-social-ul li a i {
                height: 30px;
                width: 30px;
                margin: 0px 0px 0px 0px;
                padding: 0px 0px 0px 0px;
                font-size: 15px;
                line-height: 30px;
                text-align: center;
                color: #fff;
                font-weight: 400;
                border-radius: 5px;
                background: #3b5998;
                transition: 0.8s;
            }

                .footer55-social-ul li a i:hover {
                    background: #3b5998;
                    color: #fff;
                }

.accountpp {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: justify;
}

.footboxmain234 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
    float: left;
    border-left: 1px solid #0000001f;
}

.loginmessage333 {
    height: auto;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #FF3147;
    text-align: left;
}

.quickaaaf {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: justify;
}

.readmoreaaa {
    color: #fff;
}

/***********updating soon********/
.updatingsoon-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.updatingsoon-sec-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    color: #ff2000;
    font-weight: 600;
}

.updatingsoon-sec-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 17px;
    line-height: 40px;
    font-weight: 500;
    color: #0c263b;
    text-align: center;
}

.updatingsoon_image {
    height: auto;
    width: 400px;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
}

/********/

.rules-mainse-box {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .rules-mainse-box ol {
        height: auto;
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 15px;
        float: left;
    }

    .rules-mainse-box li {
        height: auto;
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        float: left;
        font-size: 15px;
        line-height: 30px;
        font-weight: 400;
        color: #333;
        text-align: justify;
    }

.margindiab {
    height: auto;
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

/*---------------------------News Page Css----------------------------*/
.new-sec {
    margin: 5px 0px 0px 0px;
    padding: 0px 0px;
    width: 100%;
    height: auto;
    float: left;
}

.new-wraper {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px;
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #ddd;
    -webkit-transition: all 0.7s ease-in-out;
    position: relative;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    box-shadow: 0px 0px 8px 1px rgba(171, 171, 171, 0.8);
}

    .new-wraper:hover {
        box-shadow: 0px 0px 8px 1px rgba(255, 255, 255, 0.8);
    }

.new-date {
    margin: 0px;
    padding: 6px 10px 10px 42px;
    width: 100%;
    height: auto;
    float: left;
    font-size: 17px;
    color: #ffffff;
    background: #0c263b;
    font-weight: 600;
    letter-spacing: 1px;
}

.new-heading {
    margin: 0px;
    padding: 10px 10px 7px 10px;
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    line-height: 21px;
    color: #383838;
    font-weight: 600;
}

.calender-icon44 {
    color: #ffffff;
    position: absolute;
    padding: 0px 0px 0px 0px;
    left: -11px;
    top: -10px;
    width: 52px;
}

.new-p {
    margin: 0px;
    padding: 0px 10px 10px 10px;
    width: 100%;
    height: auto;
    float: left;
    font-size: 15px;
    color: #333;
    line-height: 18px;
}

.mnge-bdy-wpr {
    margin: 20px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    overflow: auto;
}

.career-sec {
    margin: 0px 0px 0px 0px;
    padding: 10px 30px 30px;
    width: 100%;
    height: auto;
    float: left;
    box-shadow: 0 4px 26px 3px rgb(234, 230, 227);
}

.career-h {
    height: auto;
    width: 100%;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 20px;
    color: #67b341;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
}

/*-------------------Video Page------------------*/
.video-wpr {
    margin: 2px 0px 17px 0px;
    padding: 5px;
    width: 100%;
    height: auto;
    float: left;
    background: #ffffff;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 25%);
    border-radius: 5px;
}

.video-ifrm-wpr {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

.video-title-h {
    margin: 5px 0px 5px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #0c263b;
    font-weight: 800;
}

.anglr-btn-ul {
    margin: 15px 0px 15px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

    .anglr-btn-ul li {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

        .anglr-btn-ul li a {
            margin: 0px;
            text-decoration: none;
            background: linear-gradient(60deg, #fc075f, #ff6c12);
            color: #fff;
            padding: 2px 5px 4px 5px;
            min-width: 50px;
            text-align: center;
            border-radius: 3px;
            box-shadow: 0 12px 20px -10px rgba(156, 39, 176, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(156, 39, 176, 0.2);
        }

            .anglr-btn-ul li a:hover {
                background: linear-gradient(60deg, #08bd05, #ff8c00);
                color: #fff;
            }

/***********noticeboard*/
.noticeboard-sectmar {
    margin: 30px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
    float: left;
}

/*****quick link****/
.quicklinkkd {
    height: auto;
    width: 100%;
    margin: 50px 0px 70px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.owltext-quicklin {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    float: left;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    transition: all 0.3s ease;
    transform: translateY(0px);
}

.quicklin-imgsec-a {
    height: auto;
    width: 100px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

    .quicklin-imgsec-a img {
        margin: 0px auto;
        padding: 0px 0px 0px 0px;
        width: 150px !important;
        height: 100px;
    }

.patinetaaa {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
    float: left;
    color: #273353;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
}

/******************************all top images css**********************/
.abpppmar {
    height: auto;
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.aboutus-page {
    height: auto;
    width: 100%;
    margin: -134px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.aboutus-page-bg {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 180px 0px 40px 0px;
    float: left;
    background-color: #021738;
    background-image: url("https://www.transparenttextures.com/patterns/dark-dotted-2.png");
}

.aboutus-pagetext {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 15px 0px;
    float: left;
    background: #021738;
    border-radius: 10px;
}

.aboutus-pagetext-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 32px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
}

.aboutus-pagetext-ul {
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: center;
    width: 100%;
    margin: 0px 0px 0px 0px;
}

    .aboutus-pagetext-ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        list-style-type: none;
        display: inline-block;
    }

        .aboutus-pagetext-ul li a {
            height: auto;
            width: 100%;
            margin: 0px 0px 0px 0px;
            padding: 5px 0px 0px 0px;
            float: left;
            font-size: 16px;
            line-height: 23px;
            color: #e2e1e1;
            text-align: center;
        }

.aboupage-section {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 40px 0px 40px 0px;
    float: left;
}

.aboupage-section22 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.aboupage-section33 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 50px 0px 50px;
    float: left;
}

.aboupage-section-psec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #555555;
    text-align: justify;
}

/********text heading*******/
.headinggm {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.headinggm33 {
    height: auto;
    width: 100%;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.text-headingtt-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 5px 0px;
    float: left;
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    color: #021738;
    text-align: left;
    border-bottom: double #ededed;
}

.abouline33 {
    height: auto;
    margin: 10px 0px 25px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.pcolorr {
    color: #ec1f24;
}

/*********end*/
.lineer {
    height: auto;
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    float: left;
    border-top: 1px solid #e1e0e0;
}

.lineerpp {
    height: auto;
    width: 300px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #333;
    text-align: center;
}


/*---------------------------News Page Css----------------------------*/
.new-sec {
    margin: 5px 0px 0px 0px;
    padding: 0px 0px;
    width: 100%;
    height: auto;
    float: left;
}

.new-wraper {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px;
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #ddd;
    -webkit-transition: all 0.7s ease-in-out;
    position: relative;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    box-shadow: 0px 0px 8px 1px rgba(255, 255, 255, 0.8);
}

    .new-wraper:hover {
        box-shadow: 0px 0px 8px 1px rgba(171, 171, 171, 0.8);
    }

.new-date {
    margin: 0px;
    padding: 6px 10px 10px 42px;
    width: 100%;
    height: auto;
    float: left;
    font-size: 17px;
    color: #ffffff;
    background-color: #138400d4;
    background-image: url(https://www.transparenttextures.com/patterns/asfalt-light.png);
    font-weight: 600;
    letter-spacing: 1px;
}


.new-heading {
    margin: 0px;
    padding: 10px 10px 7px 10px;
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    line-height: 21px;
    color: #383838;
    font-weight: 600;
}

.calender-icon44 {
    color: #ffffff;
    position: absolute;
    padding: 0px 0px 0px 0px;
    left: -11px;
    top: -10px;
    width: 52px;
}

.new-p {
    margin: 0px;
    padding: 0px 10px 10px 10px;
    width: 100%;
    height: auto;
    float: left;
    font-size: 15px;
    color: #333;
    line-height: 18px;
}

.mnge-bdy-wpr {
    margin: 20px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    overflow: auto;
}

.career-sec {
    margin: 0px 0px 0px 0px;
    padding: 10px 30px 30px;
    width: 100%;
    height: auto;
    float: left;
    box-shadow: 0 4px 26px 3px rgb(234, 230, 227);
}

.career-h {
    height: auto;
    width: 100%;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 20px;
    color: #67b341;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: Poppins;
}


/*-------------------Video Page------------------*/
.video-wpr {
    margin: 2px 0px 17px 0px;
    padding: 5px;
    width: 100%;
    height: auto;
    float: left;
    background: #033b4a;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}

.video-ifrm-wpr {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

.video-title-h {
    margin: 5px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.anglr-btn-ul {
    margin: 15px 0px 15px 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

    .anglr-btn-ul li {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

        .anglr-btn-ul li a {
            margin: 0px;
            text-decoration: none;
            background: linear-gradient(60deg, #fc075f, #ff6c12);
            color: #fff;
            padding: 2px 5px 4px 5px;
            min-width: 50px;
            text-align: center;
            border-radius: 3px;
            box-shadow: 0 12px 20px -10px rgba(156, 39, 176, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(156, 39, 176, 0.2);
        }

            .anglr-btn-ul li a:hover {
                background: linear-gradient(60deg, #08bd05, #ff8c00);
                color: #fff;
            }


/***********noticeboard*/
.noticeboard-sectmar {
    margin: 30px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
    float: left;
}

.loginaa-a {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #fff !important;
}

/******************/
.donate-main {
    height: auto;
    width: 100%;
    margin: 23px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: right;
}

.quadrat {
    -webkit-animation: NAME-YOUR-ANIMATION 1s infinite;
    -moz-animation: NAME-YOUR-ANIMATION 1s infinite;
    -o-animation: NAME-YOUR-ANIMATION 1s infinite;
    animation: NAME-YOUR-ANIMATION 1s infinite;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    padding: 10px 8px 10px 8px;
    margin: 0px 0px 0px 5px;
    border-radius: 5px;
    float: right;
}

@-webkit-keyframes NAME-YOUR-ANIMATION {
    0%, 49% {
        background-color: #01ca02;
    }

    50%, 100% {
        background-color: #FF3147;
    }
}

/*****owl********/
.mainslidersec .owl-theme .owl-dots .owl-dot {
    display: inline-block !important;
    margin: 0px 0px 0px 0px !important;
}

.mainslidersec .owl-theme .owl-controls {
    text-align: right;
}

.mainslidersec .owl-theme .owl-dots .owl-dot span {
    width: 28px;
    height: 28px;
    margin: 2px 7px;
    background: #ffffff;
    border: 1px solid #9f9f9f;
}


.mainslidersec .owl-theme .owl-dots, .owl-theme .owl-nav {
    width: 25px;
    position: absolute;
    right: 25px;
    top: 30%;
}
/*********inculubatio33n******/
.inculubation {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 50px 0px 70px 0px;
    float: left;
    background-color: #021738;
}

.inculubationico {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    float: left;
    background-color: #fff;
    padding: 40px 25px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .inculubationico:hover {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

        .inculubationico:hover .inculubationicoh22 {
            color: #FF3147;
            -webkit-text-stroke-color: #FF3147;
        }

.inculubationicoico {
    float: left;
}

.inculubationicoh1 {
    height: 52px;
    width: 100%;
    margin: 25px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 24px;
    line-height: 31px;
    color: #021738;
    font-weight: 700;
    text-align: left;
}

.inculubationicop {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 16px;
    line-height: 24px;
    color: #021738;
    font-weight: 400;
    text-align: left;
}

.inculubationicoh22 {
    font-size: calc(1.425rem + 2.1vw);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #021738;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #F2F6F9;
    font-weight: 900;
    font-size: 54px;
    line-height: 50px;
    padding: 0px 0px 0px 0px;
    margin: 13px 0px 0px 0px;
    float: right;
}

/******our pillars*/
.ourpillars {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 70px 0px 70px 0px;
    float: left;
    background-color: #F2F6F9;
}

.ourpillars-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 18px;
    line-height: 23px;
    color: #ff3147;
    font-weight: 700;
    text-align: center;
}

.ourpillars-h2 {
    height: auto;
    width: 100%;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    color: #021738;
    font-size: 37px;
    line-height: 47px;
    text-align: center;
    font-weight: 700;
}

/**********pillars*/
.dolor-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 60px 0px 0px 0px;
    float: left;
}

.dolarsec-boxse {
    height: auto;
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    -moz-transition: all 0.9s;
    transition: all 0.9s;
}

.dolor-sec-heading {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.dolor-sec-heading-h2 {
    height: auto;
    /* width: 100%; */
    margin: 0px 0px 0px 0px;
    padding: 17px 0px 0px 96px;
    float: left;
    left: 0px;
    top: 0px;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
    font-weight: 600;
    color: #2d3a41;
    letter-spacing: 0.5px;
    position: absolute;
    text-transform: uppercase;
}

.dolorsec-images {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    -moz-transition: all 0.9s;
    transition: all 0.9s;
}

    .dolorsec-images:hover {
    }

.dolbgmmm {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
    float: left;
}

.dolbg-section {
    height: auto;
    width: 100%;
    margin: -30px 0px 0px 0px;
    padding: 30px 30px 0px 30px;
    float: left;
    background-color: #fff;
    z-index: 2;
    position: relative;
}

.dolbg-sectionh2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #ff3147;
    text-align: center;
}

.dolbg-sectionh1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 30px 0px;
    float: left;
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
    color: #141b22;
    text-align: center;
}

.dolorsec-images-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    font-weight: 400;
    color: #777777;
}

.dolorsec-images-a {
    height: 60px;
    width: 60px;
    margin: 0px auto;
    padding: 14px 0px 0px 0px;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    font-family: 'Jost', sans-serif;
    background: #021738;
    text-align: center;
    border-radius: 50%;
    display: table;
    margin-bottom: -30px;
}


/*******image hover**********/
.box33 {
    overflow: hidden;
    position: relative;
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    -moz-transition: all 0.9s;
    transition: all 0.9s;
}

    .box33:before {
        content: '';
        background: rgba(0,0,0,.4);
        opacity: 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 1;
        transition: all 0.3s ease 0.1s;
    }

.dolarsec-boxse:hover .box33:before {
    opacity: 1;
    animation: bounce-left 1s ease-in forwards;
}

.box33 img {
    width: 100%;
    height: 240px;
    transition: all 0.9s ease 0s;
}

.dolarsec-boxse:hover {
}

    .dolarsec-boxse:hover .dolbg-sectionh1 {
        color: #FF3147;
    }

    .dolarsec-boxse:hover .box33 img {
        transform: scale(1.5);
    }

.dolarsec-boxse:hover {
    opacity: 1;
    transform: translateY(0);
}

    .dolarsec-boxse:hover .dolorsec-images-a {
        background: #FF3147;
    }

    .dolarsec-boxse:hover .box33 .icon li a .box33 .box33-content {
        color: #fff;
        text-align: center;
        width: 100%;
        height: 100%;
        transform: translateX(-50%) translateY(-50%) scale(1);
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 2;
        transition: all 0.3s ease 0.5s;
    }

.box33 .content {
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transition: all 0.3s ease 0s;
}

.dolarsec-boxse:hover .box33 .content {
    opacity: 1;
}

.box33 .title {
    color: #ff3a6f;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    transform: translateY(-500px);
    opacity: 0;
    transition: all 0.8s ease 0.3s;
}

.box33 .post {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 10px;
    opacity: 0;
    transform: translateY(-500px);
    transition: all 0.8s ease 0.15s;
}



.box33:hover .title,
.box33:hover .post {
    opacity: 1;
    transform: translateY(0);
}

.box33 .icon {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

    .box33 .icon li {
        margin: 0 4px;
        opacity: 0;
        display: inline-block;
        transform: translateY(-200px);
        transition: all 0.8s ease 0s;
    }

        .box33 .icon li:nth-child(2) {
            transition-delay: 0.1s;
        }

.dolarsec-boxse:hover .box33 .icon li {
    opacity: 1;
    transform: translateY(0);
}

.box33 .icon li a {
    color: #fff;
    background: rgba(255,255,255,.43);
    font-size: 45px;
    line-height: 95px;
    height: 103px;
    width: 103px;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease 0s;
}

.dolarsec-boxse:hover .box33 .icon li a {
    color: #fff;
    background-color: #65656582;
    box-shadow: 0 0 15px #ffffff;
}

/******end*/

/**********our team***********/
.our-works {
    height: auto;
    width: 100%;
    margin: 100px 0px 100px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.our-worksboxx {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 30px 0px;
    float: left;
}

/*************counter*********/
:root {
    --main-color: #F7B508;
}

.counter {
    text-align: center;
    padding: 15px;
    position: relative;
    z-index: 1;
    margin: 40px 0px 0px 0px;
    height: auto;
    width: 100%;
    float: left;
}

    .counter .counter-icon {
        color: var(--main-color);
        background-color: #fff;
        font-size: 30px;
        line-height: 60px;
        width: 60px;
        height: 60px;
        margin: 0 0 10px;
        border-radius: 50%;
        box-shadow: 0 0 10px rgba(0,0,0,0.25);
        position: absolute;
        left: 0;
        top: 0;
    }

.counter-icon img {
    height: 40px;
    width: 40px;
    margin: 0px auto;
}


.counter .counter-content {
    padding: 40px 20px 20px;
    border: 5px solid var(--main-color);
    border-radius: 13px;
    box-shadow: 0 0 0 15px #fff, 0 0 35px rgba(0,0,0,0.7);
}

.counter h3 {
    height: 46px;
    color: #333;
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    margin: 0px 0px 0px 0px;
    font-family: 'Inter', sans-serif;
}

.counter .counter-value {
    color: var(--main-color);
    font-size: 27px;
    line-height: 30px;
    font-weight: 700;
}

.counter.red {
    --main-color: #F44543;
}

.counter.gray {
    --main-color: #8BADAB;
}

.counter.purple {
    --main-color: #8F0F5C;
}

.icopluss {
    font-size: 15px !important;
    line-height: 25px !important;
    margin-top: 0px;
    position: relative;
    color: #757575;
}

.ourworkmainn {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

/********testimonials*/
.testimonialss {
    height: auto;
    width: 100%;
    margin: 50px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.testimonialss-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 18px;
    line-height: 23px;
    color: #FF3147;
    font-weight: 700;
    text-align: left;
}

.testimonialss-h2 {
    height: auto;
    width: 100%;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    color: #fff;
    font-size: 37px;
    line-height: 47px;
    text-align: left;
    font-weight: 700;
}

/************default gallery*/
.imagegalleryy {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .imagegalleryy .owl-theme .owl-dots .owl-dot {
        display: none !important;
    }

.boxgall {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: center;
    overflow: hidden;
    position: relative;
    background: #ff3147;
}

    .boxgall img {
        width: 100%;
        height: auto;
        transition: all 0.8s ease 0s;
    }

    .boxgall:hover img {
        opacity: 0.1;
        transform: scale(1.8);
        transform-origin: left center;
        filter: grayscale(100%);
    }

    .boxgall .boxgall-content {
        opacity: 0;
        position: absolute;
        bottom: 30px;
        left: 15px;
        z-index: 2;
        transition: all 0.3s ease 0s;
        text-align: left;
    }

    .boxgall:hover .boxgall-content {
        opacity: 1;
    }

    .boxgall .title {
        color: #fff;
        font-size: 15px;
        line-height: 25px;
        font-weight: 700;
        margin: 0px 0px 0px 0px;
        float: left;
        width: 100%;
        padding: 0px 0px 0px 0px;
    }

    .boxgall .post {
        color: #fff;
        font-size: 15px;
        line-height: 25px;
        font-weight: 400;
    }

    .boxgall .icon {
        padding: 0;
        margin: 0;
        list-style: none;
        opacity: 0;
        position: absolute;
        right: 25px;
        top: 20px;
        transition: all 0.3s ease 0.1s;
    }

    .boxgall:hover .icon {
        opacity: 1;
    }

    .boxgall .icon li {
        margin: 7px 0;
    }

        .boxgall .icon li a {
            color: #FF3147;
            font-size: 20px;
            line-height: 52px;
            transition: all 0.3s;
            background: #fff;
            height: 50px;
            width: 50px;
            float: right;
            border-radius: 50%;
        }

            .boxgall .icon li a:hover {
                color: #FF3147;
            }

.spannttt {
    color: #FF3147;
}

/****************about default********/
.margpagvv {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 30px 0px 0px 0px;
    float: left;
}

.boxpage {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background-color: #f7f7f7;
    overflow: hidden;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

    .boxpage > img {
        width: 100%;
        height: auto;
        transition: all 0.3s ease-in-out;
    }

    .boxpage:hover > img {
        opacity: 0.5;
        filter: blur(5px);
        transform: scale(1.05);
    }

    .boxpage .boxpage-content {
        color: #fff;
        text-align: center;
        width: 100%;
        padding: 5px 0 0;
        transform: translateY(-50%);
        overflow: hidden;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 2;
    }

        .boxpage .boxpage-content .overlay-img {
            width: 50%;
            margin: 0 auto;
        }

            .boxpage .boxpage-content .overlay-img img {
                width: 100%;
                border-radius: 5px 5px 0 0;
                box-shadow: 0 0 5px rgba(0,0,0,0.5);
                opacity: 0;
                transform: translateY(80%);
                transition: all 0.3s ease 0.1s;
            }

    .boxpage:hover .boxpage-content .overlay-img img {
        opacity: 1;
        transform: translateY(0);
    }

    .boxpage .boxpage-content .inner-content {
        background-color: #000;
        padding: 10px 15px;
        opacity: 0;
        transform: scaleY(1.5);
        position: relative;
        transition: all 0.3s ease;
    }

    .boxpage:hover .boxpage-content .inner-content {
        opacity: 1;
        transform: scaleY(1);
    }

    .boxpage .title {
        font-size: 22px;
        line-height: 27px;
        color: #fff;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    .boxpage .post {
        font-size: 14px;
        line-height: 23px;
        font-weight: 500;
    }

.locseckk {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.contlocatinn {
    height: 350px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    border-style: none;
}

.contmarg56 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

/*************/
.textheadingttmmh1 {
    height: auto;
    width: 100%;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #FF3147;
    text-align: left;
    border-bottom: double #efefef;
}

.dnoborderr {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    float: left;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    background-color: #ffffff;
    background-image: url("https://www.transparenttextures.com/patterns/otis-redding.png");
}

.donatbbm {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.formcontroldo {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    color: #555;
    text-align: left;
    background: #ffffff;
    padding: 7px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e0e1e5;
}

    .formcontroldo:focus {
        border-color: #fff;
        outline: 0;
        border: 1px solid #e0e1e5;
    }

.margconttt {
    height: auto;
    width: 100%;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

/****tab main**/
.tabmm {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.tabmmh1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #FF3147;
    text-align: left;
    border-bottom: double #efefef;
}


.paymentdetsecc {
    height: auto;
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 15px;
    float: left;
    background: #e0e0e0;
}

.paymentdetseccp {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
}

.paymentdetsecch1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #FF3147;
    text-align: left;
    border-bottom: double #efefef;
}

.accountpp {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.accountpph1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #021738;
    text-align: left;
}

.accountpp-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
}

.banklogoo {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.asstabmm {
    height: 450px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}


/*******/
.formcontrolpay {
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    float: left;
    font-size: 15px;
    color: #555;
    text-align: left;
    padding: 12px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e0e1e5;
}

    .formcontrolpay:focus {
        outline: 0;
        border: 1px solid #e0e1e5;
    }

/************bea logo*/
.logobeaa {
    height: auto;
    width: 100%;
    margin: 8px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.logobeaamainn {
    height: 70px;
    width: 70px;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
}

.formcontroldo22 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    color: #555;
    text-align: left;
    background: #ffffff;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e0e1e5;
}

    .formcontroldo22:focus {
        border-color: #fff;
        outline: 0;
        border: 1px solid #e0e1e5;
    }

.membermm {
    height: auto;
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.headingdetth1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 3px 15px 3px 15px;
    float: left;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    background-color: #FF3147;
}

.abmarggg {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 20px 15px 10px 15px;
    float: left;
    border: 1px solid #ededed;
    background-color: #fff;
}

/**********member ship********/
.memberregg {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 16px;
}

.itechhh1 {
    height: auto;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    color: #FF3147;
    text-align: left;
    border-bottom: double #ededed;
}

.programhboxx {
    height: auto;
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background-color: #FF3147;
    background-image: url(https://www.transparenttextures.com/patterns/arches.png);
    border: 1px solid #ededed;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .programhboxx:hover {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

.programhboxxaa {
    height: 140px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 15px 15px 5px 15px;
    float: left;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

.poweredbysec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.poweredbysech1 {
    height: auto;
    width: 100%;
    margin: 15px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    color: #FF3147;
    text-align: center;
    border-bottom: 1px solid #f3f3f3;
}

.poweredbysech1ff {
    text-align: center;
    margin: 0px auto;
}

.poweredbysech2 {
    height: auto;
    width: 100%;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #FF3147;
    text-align: center;
}

/*****state*/
.aboupagestate {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    float: left;
    background: #fff;
    background-image: url(https://www.transparenttextures.com/patterns/cream-pixels.png);
    padding: 15px 15px 15px 15px;
    margin-bottom: 20px;
    border: 1px solid #f5f5f5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 5px 5px #d7d7d7;
}

    .aboupagestate:hover {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

.courmmargg {
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.downloadsamp {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.downloadsamph1 {
    height: auto;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    float: left;
    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    color: #021738;
    text-align: left;
}

.downbtnn {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 5px 10px 5px 10px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background-color: #FF3147;
    border-radius: 4px;
    -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    -moz-transition: all 0.9s;
    transition: all 0.9s;
}

    .downbtnn:hover {
        background-color: #021738;
    }

.appintshad {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 15px 10px 15px;
    float: left;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

/***********/
.bloghh {
    height: auto;
    width: 100%;
    margin: 15px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.bloghh1 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    color: #021738;
    text-align: center;
    font-family: 'Noto Serif', serif;
}

.bloghhp {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #555555;
    text-align: center;
    font-family: 'Noto Serif', serif;
    border-bottom: double #ededed;
}

.bloghhp22 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #555555;
    text-align: justify;
    font-family: 'Noto Serif', serif;
}

.deskmenu {
    width: 62%;
    padding-right:0px;
}

.desklogo {
    width: 13%;
}

/***********updating soon********/
.updatingsoon-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 10px 0px 5px 0px;
    float: left;
    border: 1px solid #e8e7e7;
    background: #f6f6f6;
}

.updatingsoon-sec-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #ff2000;
    font-weight: 600;
}

.updatingsoon-sec-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 40px;
    font-weight: 400;
    color: #333;
    text-align: center;
}


/*======================================*/

/*********** modern EAI footer ***********/
.eai-footer {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    font-family: 'Inter', 'Poppins', Arial, sans-serif;
    color: #ffffff;
    background: #03172b;
}

.eai-footer a,
.eai-footer a:hover,
.eai-footer a:focus {
    text-decoration: none;
}

.eai-footer-hero {
    width: 100%;
    float: left;
    padding: 28px 0px 24px 0px;
    background: linear-gradient(90deg, rgba(6, 43, 91, .96), rgba(17, 83, 155, .9)), url('../images/slider/slider1.jpg') center center/cover no-repeat;
    border-bottom: 3px solid #21bf5b;
}

.eai-footer-hero-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.eai-footer-hero-title {
    margin: 0px 0px 16px 0px;
    padding: 0px;
    font-size: 27px;
    line-height: 35px;
    font-weight: 800;
    color: #ffffff;
}

.eai-footer-hero-text {
    margin: 0px 0px 14px 0px;
    padding: 0px;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    color: rgba(255, 255, 255, .92);
}

.eai-footer-accent {
    display: flex;
    width: 176px;
    height: 4px;
    overflow: hidden;
    border-radius: 10px;
}

.eai-footer-accent span:nth-child(1) {
    flex: 1;
    background: #ff7a21;
}

.eai-footer-accent span:nth-child(2) {
    flex: 1;
    background: #ffffff;
}

.eai-footer-accent span:nth-child(3) {
    flex: 1;
    background: #16c05a;
}

.eai-footer-actions {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin: 0px 0px 24px 0px;
}

.eai-footer-action {
    display: block;
    min-height: 82px;
    padding: 0px 8px;
    color: #ffffff;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .28);
}

.eai-footer-action:last-child {
    border-right: none;
}

.eai-footer-action i {
    display: block;
    width: 42px;
    height: 42px;
    margin: 0px auto 8px auto;
    border: 2px solid rgba(255, 255, 255, .76);
    border-radius: 50%;
    color: #ffffff;
    font-size: 19px;
    line-height: 40px;
    text-align: center;
}

.eai-footer-action span {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #ffffff;
}

.eai-footer-cta-row {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: center;
}

.eai-footer-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 42px;
    padding: 0px 18px;
    border: 2px solid rgba(255, 255, 255, .9);
    border-radius: 8px;
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 800;
    transition: .25s ease;
}

.eai-footer-cta i {
    margin-left: 14px;
}

.eai-footer-cta-primary {
    border-color: #18cf52;
    background: #0bbd3f;
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, .14);
}

.eai-footer-cta:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.eai-footer-india {
    min-height: 132px;
    padding: 30px 0px 0px 58px;
    background: linear-gradient(155deg, transparent 18%, rgba(255, 122, 33, .86) 18%, rgba(255, 122, 33, .86) 35%, rgba(255,255,255,.9) 35%, rgba(255,255,255,.9) 52%, rgba(22,192,90,.86) 52%, rgba(22,192,90,.86) 70%, transparent 70%);
    color: #ffffff;
    font-family: 'Cookie', cursive;
    font-size: 26px;
    line-height: 27px;
    text-shadow: 0px 2px 8px rgba(0, 0, 0, .45);
    transform: rotate(-4deg);
}

.eai-footer-india span {
    display: block;
}

.eai-footer-main {
    width: 100%;
    float: left;
    padding: 28px 0px 16px 0px;
    background: radial-gradient(circle at 18% 0%, rgba(37, 117, 178, .35), transparent 34%), #03172b;
}

.eai-footer-grid {
    display: flex;
    flex-wrap: wrap;
}

.eai-footer-grid > div {
    border-right: 1px solid rgba(133, 181, 224, .24);
}

.eai-footer-grid > div:last-child {
    border-right: none;
}

.eai-footer-about,
.eai-footer-column {
    width: 100%;
    float: left;
    padding: 0px 18px;
}

.eai-footer-logo {
    width: 128px;
    max-width: 100%;
    margin: 0px 0px 12px 0px;
    padding: 8px 10px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0px 8px 22px rgba(0, 0, 0, .22);
}

.eai-footer-about h3,
.eai-footer-column h3 {
    margin: 0px 0px 13px 0px;
    padding: 0px 0px 10px 0px;
    position: relative;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
}

.eai-footer-about h3:after,
.eai-footer-column h3:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 46px;
    height: 4px;
    border-radius: 10px;
    background: #17ca57;
}

.eai-footer-column:nth-child(1) h3:after {
    background: #ff7a21;
}

.eai-footer-about p {
    margin: 0px 0px 16px 0px;
    padding: 0px;
    color: rgba(255, 255, 255, .84);
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
}

.eai-footer-bank-link {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 250px;
    max-width: 100%;
    height: 40px;
    margin: 0px 0px 0px 0px;
    padding: 0px 18px;
    border: 2px solid rgba(255, 255, 255, .9);
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 800;
}

.eai-footer-social {
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.eai-footer-social span {
    display: block;
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}

.eai-footer-social ul,
.eai-footer-links,
.eai-footer-bottom ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.eai-footer-social li {
    display: inline-block;
    margin: 0px 8px 8px 0px;
}

.eai-footer-social a {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    color: #ffffff;
    font-size: 17px;
    line-height: 36px;
    text-align: center;
    background: #1d74d8;
}

.eai-footer-social li:nth-child(2) a {
    background: #0072b1;
}

.eai-footer-social li:nth-child(3) a {
    background: #f00000;
}

.eai-footer-social li:nth-child(4) a {
    background: #04bd3f;
}

.eai-footer-social li:nth-child(5) a {
    background: #1da1f2;
}

.eai-footer-social li:nth-child(6) a {
    background: #e1306c;
}

.eai-footer-links li {
    margin: 0px 0px 8px 0px;
}

.eai-footer-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    transition: .2s ease;
}

.eai-footer-links a:after {
    content: "\f105";
    font-family: FontAwesome;
    color: rgba(255, 255, 255, .86);
    margin-left: auto;
}

.eai-footer-links a:hover {
    color: #ffffff;
    padding-left: 6px;
}

.eai-footer-links i {
    width: 24px;
    color: #ffffff;
    font-size: 16px;
}

.eai-footer-focus li:nth-child(1) i {
    color: #53b8ff;
}

.eai-footer-focus li:nth-child(2) i {
    color: #72cbff;
}

.eai-footer-focus li:nth-child(3) i {
    color: #ffffff;
}

.eai-footer-focus li:nth-child(4) i {
    color: #1fdb5d;
}

.eai-footer-focus li:nth-child(5) i {
    color: #ffffff;
}

.eai-footer-focus li:nth-child(6) i {
    color: #ff74ba;
}

.eai-footer-contact-card,
.eai-footer-phone {
    display: flex;
    gap: 12px;
    margin: 0px 0px 9px 0px;
    padding: 10px 12px;
    border: 1px solid rgba(101, 171, 230, .42);
    border-radius: 8px;
    background: rgba(42, 105, 163, .24);
}

.eai-footer-contact-card {
    max-width: 360px;
}

.eai-footer-phone {
    border-color: transparent;
    background: transparent;
    padding-left: 0px;
}

.eai-footer-contact-card > i,
.eai-footer-phone > i {
    width: 34px;
    min-width: 34px;
    height: 34px;
    color: #56b7ff;
    font-size: 25px;
    line-height: 34px;
    text-align: center;
}

.eai-footer-contact strong,
.eai-footer-phone strong {
    display: block;
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
}

.eai-footer-contact span,
.eai-footer-contact a,
.eai-footer-phone a {
    display: block;
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
    line-height: 19px;
}

.eai-footer-bottom {
    width: 100%;
    float: left;
    padding: 12px 0px;
    border-top: 1px solid rgba(255, 255, 255, .15);
    background: #04172a;
}

.eai-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.eai-footer-bottom p {
    margin: 0px;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
}

.eai-footer-bottom li {
    display: inline-block;
    margin: 0px 12px;
}

.eai-footer-bottom a,
.eai-footer-made span {
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
}

.eai-footer-made {
    min-width: 250px;
}

.eai-footer-made .eai-footer-accent {
    width: 190px;
    height: 4px;
    margin: 8px auto 0px auto;
}

/*********** donation bank details ***********/
.donation-bank-card {
    width: 100%;
    float: left;
    margin: 28px 0px 0px 0px;
    padding: 24px;
    border: 1px solid #dfe8f2;
    border-radius: 8px;
    background: linear-gradient(135deg, #f8fbff, #ffffff);
    box-shadow: 0px 12px 32px rgba(7, 32, 71, .08);
}

.donation-bank-card-head {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0px 0px 18px 0px;
}

.donation-bank-card-head > span {
    width: 52px;
    min-width: 52px;
    height: 52px;
    border-radius: 8px;
    color: #ffffff;
    background: #021738;
    text-align: center;
}

.donation-bank-card-head i {
    font-size: 24px;
    line-height: 52px;
}

.donation-bank-card h3 {
    margin: 0px 0px 4px 0px;
    padding: 0px;
    color: #021738;
    font-size: 23px;
    line-height: 29px;
    font-weight: 800;
}

.donation-bank-card p {
    margin: 0px;
    padding: 0px;
    color: #586575;
    font-size: 15px;
    line-height: 23px;
}

.donation-bank-list {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.donation-bank-list li {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin: 0px;
    padding: 12px 0px;
    border-bottom: 1px solid #e6edf5;
}

.donation-bank-list strong {
    min-width: 130px;
    color: #021738;
    font-size: 15px;
    line-height: 22px;
    font-weight: 800;
}

.donation-bank-list span {
    color: #333333;
    font-size: 15px;
    line-height: 22px;
    text-align: right;
}

.donation-bank-note {
    width: 100%;
    float: left;
    margin: 16px 0px 0px 0px !important;
    padding: 12px 14px !important;
    border-left: 4px solid #ff7a21;
    background: #fff8f2;
    color: #5a4a3f !important;
}

/*********** bank details popup ***********/
.eai-bank-modal .modal-dialog {
    width: 620px;
    max-width: calc(100% - 30px);
    margin-top: 80px;
}

.eai-bank-modal .modal-content {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 24px 60px rgba(0, 0, 0, .28);
}

.eai-bank-modal-header {
    position: relative;
    padding: 22px 26px 18px 26px;
    background: linear-gradient(135deg, #021738, #0e4d8d);
    color: #ffffff;
}

.eai-bank-modal-header .close {
    position: absolute;
    top: 16px;
    right: 18px;
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
}

.eai-bank-modal-header h3 {
    margin: 0px 36px 6px 0px;
    padding: 0px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    color: #ffffff;
}

.eai-bank-modal-header p {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    line-height: 23px;
    color: rgba(255, 255, 255, .88);
}

.eai-bank-modal .modal-body {
    padding: 22px 26px 26px 26px;
}

.eai-bank-modal-list {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.eai-bank-modal-list li {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 11px 0px;
    border-bottom: 1px solid #e3ebf4;
}

.eai-bank-modal-list strong {
    min-width: 138px;
    color: #021738;
    font-size: 15px;
    line-height: 22px;
    font-weight: 800;
}

.eai-bank-modal-list span {
    color: #333333;
    font-size: 15px;
    line-height: 22px;
    text-align: right;
}

.eai-bank-modal-note {
    margin: 18px 0px 18px 0px;
    padding: 12px 14px;
    border-left: 4px solid #ff7a21;
    background: #fff8f2;
    color: #5a4a3f;
    font-size: 14px;
    line-height: 22px;
}

.eai-bank-modal-donate {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 42px;
    padding: 0px 20px;
    border-radius: 6px;
    color: #ffffff;
    background: #0bbd3f;
    font-size: 15px;
    line-height: 20px;
    font-weight: 800;
}

.eai-bank-modal-donate:hover,
.eai-bank-modal-donate:focus {
    color: #ffffff;
}

.eai-bank-modal-donate i {
    margin-left: 12px;
}

@media screen and (max-width: 1199px) {
    .eai-footer-actions {
        grid-template-columns: repeat(2, 1fr);
    }

    .eai-footer-action:nth-child(2) {
        border-right: none;
    }

    .eai-footer-grid > div:nth-child(2) {
        border-right: none;
    }

    .eai-footer-grid > div {
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 767px) {
    .eai-footer-hero {
        padding: 24px 0px;
    }

    .eai-footer-hero-row {
        display: block;
    }

    .eai-footer-hero-title {
        font-size: 25px;
        line-height: 33px;
    }

    .eai-footer-actions {
        grid-template-columns: 1fr 1fr;
        margin-top: 26px;
    }

    .eai-footer-action {
        min-height: 76px;
    }

    .eai-footer-cta-row {
        justify-content: flex-start;
    }

    .eai-footer-india {
        min-height: 96px;
        margin-top: 18px;
        padding: 22px 0px 0px 42px;
        font-size: 22px;
        line-height: 23px;
    }

    .eai-footer-grid {
        display: block;
    }

    .eai-footer-grid > div {
        border-right: none;
    }

    .eai-footer-about,
    .eai-footer-column {
        padding: 0px;
    }

    .eai-footer-bottom-inner {
        display: block;
        text-align: center;
    }

    .eai-footer-bottom ul {
        margin: 12px 0px;
    }

    .eai-footer-bottom li {
        margin: 0px 8px 8px 8px;
    }

    .eai-footer-made {
        min-width: 0px;
    }

    .donation-bank-list li {
        display: block;
    }

    .donation-bank-list strong,
    .donation-bank-list span {
        display: block;
        text-align: left;
    }

    .donation-bank-list span {
        margin-top: 3px;
    }

    .eai-bank-modal .modal-dialog {
        margin-top: 30px;
    }

    .eai-bank-modal-list li {
        display: block;
    }

    .eai-bank-modal-list strong,
    .eai-bank-modal-list span {
        display: block;
        text-align: left;
    }

    .eai-bank-modal-list span {
        margin-top: 3px;
    }
}
