@font-face {
    font-family: outfitBlack;
    src: url(plug/fonts/static/Outfit-Black.ttf);
}
@font-face {
    font-family: outfitBold;
    src: url(plug/fonts/static/Outfit-Bold.ttf);
}
@font-face {
    font-family: outfitExtraBold;
    src: url(plug/fonts/static/Outfit-ExtraBold.ttf);
}
@font-face {
    font-family: outfitExtraLight;
    src: url(plug/fonts/static/Outfit-ExtraLight.ttf);
}
@font-face {
    font-family: outfitLight;
    src: url(plug/fonts/static/Outfit-Light.ttf);
}
@font-face {
    font-family: outfitMedium;
    src: url(plug/fonts/static/Outfit-Medium.ttf);
}
@font-face {
    font-family: outfitRegular;
    src: url(plug/fonts/static/Outfit-Regular.ttf);
}
@font-face {
    font-family: outfitSemiBold;
    src: url(plug/fonts/static/Outfit-SemiBold.ttf);
}
@font-face {
    font-family: outfitThin;
    src: url(plug/fonts/static/Outfit-Thin.ttf);
}
@font-face {
    font-family: outfitVariablefonts;
    src: url(plug/fonts/Outfit-VariableFont_wght.ttf);
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Tamil:ital,wght@0,100..900;1,100..900&display=swap')


a.navbar-brand.p-0 {

}

@media (min-width: 992px){
    .navbar-light {
        position: inherit;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        background-color: #ffffff;
    }
}
.head-cont i {
    font-size: 19px;
    color: white;
    background-color: transparent;
    padding: 2px;
    margin-right: 6px;
}
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 26px 0;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #595959 !important;
    outline: none;
    transition: .5s;
}
a.nav-item.nav-link.active::before,.navbar-light .navbar-nav .nav-link::before  {
    display: none;
}
nav.navbar.navbar-expand-lg.navbar-light.px-4.px-lg-5.py-3.py-lg-0 {
    background-color: white;
}
.navbar-light .navbar-toggler {
    color: rgb(55, 60, 128);
    border-color: transparent;
}
.navbar-light .navbar-nav .nav-link {
    width: auto;
    position: relative;
    margin-right: 25px;
    padding: 2px 0;
    font-family: 'KalamBold';
    font-size: 18px;
    font-weight: 500;
    color: #595959 !important;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 2px 0;
    color: #5b5953 !important;
}
a.navbar-brand.p-0 {
    padding: 0px !important;
    width: 250px !important;
    text-align: center;
}
.btn.btn-primary-gradient, .btn.btn-secondary-gradient::after {
    background: linear-gradient(to bottom right, #fec552, #ff6d41);
}
input.form-control {
    border-radius: 3px;
}
sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 2px 0;
    color: #595959 !important;
    border-bottom: none;
    font-family: 'outfitSemiBold';
}
.sticky-top.navbar-light .navbar-nav .nav-link.home-active {
    padding: 2px 0;
    color: #2932ae !important;
    border-bottom: none;
}
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  {
    left:  0px;
}
.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input  {
    padding-left:  30px;
}
.right-addon input {
    padding-right: 30px;
}
/*Group icon end*/

.footer {
    margin-top: 10px;
    padding-top: 20px;
    background: none;
    background-position: left 0px bottom 0px, right 0px top 50%, center top;
    background-repeat: no-repeat;
}

.bg-primary {
    /*background-color: #dda600 !important;*/
}
.footer p {
    color: #d0c4c4;
    font-size: 16px;
    margin-bottom: 6px;
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: #d1c6c6;
    font-weight: normal;
    transition: .3s;
}
.client-review-form {
    background-color: #dfd0d0;
}
.client-review-form {
    background-color: #ffffff;
    padding: 31px;
    border-radius: 7px;
}
.client-review-form h4 {
    color: black !important;
    text-align: center;
}
textarea.form-control {
    border-radius: 5px;
}
span.copyrights-text {
    font-size: 14px;
    font-weight: 500;
}
span.copyrights-text a {
    color: #ededf1 !important;
}
input.btn.btn-success.usrev {
    text-align: center !important;
    margin-top: 15px;
    border-radius: 3px;
    background-color: black;
    border: none;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
    border: none;
    background: linear-gradient(to bottom right, #00adef, #3b85d7);
    border-radius: 5px;
}
.call-now-btn {
    position: fixed;
    left: 45px;
    bottom: 45px;
    z-index: 99;
    border: none;
    background: linear-gradient(to bottom right, #4caf50, #052407);
    color: wheat;
    font-size: 14px;
    width: 68px;
    padding-top: 47px;
}
a.btn.call-now {
    position: fixed;
    bottom: 24px;
    background-color: green;
    color: wheat;
    border-radius: 51px;
    left: 10px;
    z-index: 100;
}
.navbar-light .navbar-brand img {
    max-height: 105px;
    transition: .5s;
    padding: 3px;
}
.row.navbar.navbar-expand-lg.head-cont-s1.px-lg-5.py-3.py-lg-0 {
    background-color: #00065B;
    color: white;
    padding: 6px !important;
    min-height: 43px;
}
.head-cont span {
    font-size: 14px;
    margin-left: 4px;
    line-height: 20px;
    display: block;
}
.head-cont {
    padding-left: 13%;
    padding-right: 13%;
}
.row {
    --bs-gutter-x: 0;
}
a.media-share-ic .fab {
    color: #ffc107;
    background-color: #141413;
    font-size: 20px;
}

img.media-share-ic-icon {
    width: 32px;
    padding: 6px 5px;
    background-color: #0926fb;
    color: indianred;
    filter: invert(1);
}
img.media-share-ic-icon.s2 {
    background-color: #b79c3a;
}

img.media-share-ic-icon.s3 {
    background-color: #d5844c;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #ea7c3c !important;
    /*background-color: #2196f3;*/
    padding: 2px 9px;
    /*border-radius: 16px;*/
    /* margin-left: 8px; */
    /*transition: 0s;*/
}
.navbar-light .navbar-nav .nav-link {
    padding: 2px 9px;
    font-family: 'outfitSemiBold';
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 1px;
    padding-bottom: 1px;
}
body {
    margin: 0;
    font-family: 'Nunito', sans-serif;
    background-color: #ffffff;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: 'outfitSemiBold';
    font-weight: 500;
    line-height: 1.2;
    color: #262B47;
}
@media (max-width: 600px){
    .navbar {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    /*    a.nav-item.nav-link.home-active {
            color: #ffffff !important;
        }*/
    .navbar-light .navbar-nav .nav-link {
        width: auto;
        position: relative;
        margin-right: 0px;
        border-bottom: 1px dashed #2196f33d;
    }
    /*    .home-active {
            color: #ffffff !important;
            background-color: #2196f3;
            padding: 2px;
            text-align: center;
            width: 100%;
        }*/
}
.footer {
    margin-top: 0px;
    padding-top: 20px;
    background: none;
    background-position: left 0px bottom 0px, right 0px top 50%, center top;
    background-repeat: no-repeat;
    background: linear-gradient(0deg, rgb(44 42 43 / 58%), rgb(38 37 38)), url(../image/wefoundation_images/footer.jpg);
    background-size: cover;
}
img.foot-img {
    width: 200px;
    /* filter: drop-shadow(1px 2px 1px white); */
    background-color: #000000d9;
    border-radius: 9px;
    padding: 13px;
}



.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-google {
    background: #dd4b39;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    background: #ff9800;
    color: white;
}

.fa-pinterest {
    background: #cb2027;
    color: white;
}

.fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
    background: #00aff0;
    color: white;
}

.fa-android {
    background: #a4c639;
    color: white;
}

.fa-dribbble {
    background: #ea4c89;
    color: white;
}

.fa-vimeo {
    background: #45bbff;
    color: white;
}

.fa-tumblr {
    background: #2c4762;
    color: white;
}

.fa-vine {
    background: #00b489;
    color: white;
}

.fa-foursquare {
    background: #45bbff;
    color: white;
}

.fa-stumbleupon {
    background: #eb4924;
    color: white;
}

.fa-flickr {
    background: #f40083;
    color: white;
}

.fa-yahoo {
    background: #430297;
    color: white;
}

.fa-soundcloud {
    background: #ff5500;
    color: white;
}

.fa-reddit {
    background: #ff5700;
    color: white;
}

.fa-rss {
    background: #ff6600;
    color: white;
}
.social-foot i {
    padding: 10px;
    font-size: 22px;
    /* padding-left: 0px; */
    WIDTH: 43PX;
    text-align: center;
}
.social-foot a:before{
    display: none;
}
.head-cont a:before {
    display: none;
}
.head-cont.media i {
    padding: 4px 10px;
    border-radius: 17px;
    outline: 2px solid;
    margin-left: 2px;
    box-shadow: rgb(38 57 77) 0px 3px 16px -1px;
}
.head-cont.media {
    text-align: center;
}
.head-cont.media a {
    border-radius: 30px;
    padding: 0px 0px;
    margin-top: 5px;
    margin-bottom: 6px;
}
img.head-book {
    width: 100px;
    filter: none;
}
.sticky-top img.head-book {
    width: 60px;
    filter: none;
}
.scrolltotop {
    position: fixed;
    right: 0px;
    bottom: 45px;
    z-index: 99;
    border: none;
    background: linear-gradient(to bottom right, #272c77, #71749e);
    border-radius: 12px 0px 0px 13px;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.head-cont.media a:hover {
    color: snow;
}
ul.dropdown-menu.dropdown-menu-light.show {
    border-radius: 4px;
    border: 2px solid #a8cc3d;
    padding: 0px;
    margin-top: 0px;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #ffffff;
    background-color: #a8cc3d;
}
a.dropdown-item {
    padding: 19px;
    border-bottom: 1px dashed#a5ce40;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0px;
    margin: 0px;
    /*margin-top: 16px !important;*/
    font-size: 1rem;
    color: #a8cc3d;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid rgb(168 204 61);
    border-radius: 5px;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: 2px;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    /* margin-top: -11px; */
}
li.nav-item.dropdown {
    text-align: center;
}
@media (max-width: 991.98px){
    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
        color:#2b318e !important;
        /*background-color: orange;*/
        padding: 2px;
        text-align: center;
        width: 100%;
    }
    a.nav-item.nav-link {
        text-align: center;
        border-bottom: 1px dashed;
        width: 100%;
    }
    .navbar-light .navbar-nav .nav-link {
        /*color: #ffffff !important;*/
    }
    .navbar-light .navbar-nav .nav-link {
        width: auto;
        position: relative;
        margin-right: 0px;
        border-bottom: 1px dashed #ffffff;
        background-color: #fff;
    }

    /*//mob*/
    a.dropdown-item {
        padding: 5px;
        border-bottom: 1px dashed#a5ce40;
        text-align: center;
    }
    ul.dropdown-menu.dropdown-menu-light.show {
        border-radius: 4px;
        border: none;
        padding: 0px;
        margin-top: 0px;
    }
    ul.dropdown-menu.dropdown-menu-light.show li {
        background-color: #cddc3942;
    }
    .dropdown-menu {
        position: absolute;
        z-index: 1000;
        display: none;
        min-width: 10rem;
        padding: 0px;
        margin: 0px;
        /* margin-top: 16px !important; */
        font-size: 1rem;
        color: #a8cc3d;
        text-align: left;
        list-style: none;
        background-color: #cddc3929;
        background-clip: padding-box;
        border: none;
        border-radius: 5px;
    }
    nav.navbar.navbar-expand-lg.navbar-light.px-5.sticky-top.shadow-sm {
        position: fixed;
        top: 0px;
        width: 100%;
    }
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 2px 0;
        color: #2f2f2f !important;
        border-bottom: 1px dashed white;
    }

    .nav-active {
        color: #ffffff !important;
        background-color: #85ad0d;
        padding: 2px;
        text-align: center;
        width: 100%;
    }
    a.nav-item.nav-link.nav-active {
        color: #85ad0d !important;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: 0 0 0 0px;
    }
    a.nav-item.nav-link.nav-active {
        background-color: #fff;
        color: black !important;
        /*border-bottom: none;*/
    }
    img.head-book {
        width: 60px;
        filter: none;
        display: none;
    }
    .navbar-nav.mx-auto.py-0 {
        margin-bottom: 6px;
    }
}

a.nav-item.nav-link.nav-active {
    color: #2932ae !important;
}

@font-face {
    font-family: KalamLight;
    src: url(../css/font/Kalam-Light.ttf);
}
@font-face {
    font-family: KalamBold;
    src: url(../css/font/Kalam-Bold.ttf);
}
@font-face {
    font-family: KalamRegular;
    src: url(../css/font/Kalam-Regular.ttf);
}
@font-face {
    font-family: AnanthabairaviRegular;
    src: url(../css/font/Ananthabairavi-Regular.ttf);
}
body {
    margin: 0;
    font-family: 'outfitSemiBold';
    background-color: #ffffff;
}
.donate-icon {
    width: 106px;
    position: absolute;
    top: 0;
    filter: drop-shadow(-2px 3px 8px black);
}
h4.menu-lab {
    margin-bottom: 1px;
    text-align: center;
    color: white;
    background-color: #05af10;
    border-radius: 27px;
    font-size: 15px;
    padding: 5px;
    word-spacing: 4px;
    font-family: 'KalamBold';
    text-shadow: 1px 1px 2px black;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
marquee {
    height: 25px;
}
marquee i {
    /* height: 83px; */
    padding: 6px;
}
h1.barnd-name {
    font-family: AnanthabairaviRegular;
    font-size: 64px;
    color: #d42ce3;
    text-shadow: -2px 2px 4px rgb(0 0 0 / 88%), 2px -2px 0 rgb(255 255 255 / 90%);
    letter-spacing: 2px;
    -webkit-text-stroke-width: 0.00001cm;
    -webkit-text-stroke-color: white;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #e9f2ce;
}
.empose1 {
    font-size: 21px;
    color: #2d2d2d;
}

@media (min-width: 1400px){
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: none;
    }
}


/*footer*/

.col-md-4.contact-foot ul {
    display: flex;
}
.footer ul li {
    list-style: none;
}

.footer ul li a {
    position: relative;
    width: 40px;
    height: 38px;
    display: block;
    text-align: center;
    margin: 0 7px;
    border-radius: 50%;
    padding: 6px;
    box-sizing: border-box;
    text-decoration: none;
    box-shadow: 0 10px 15px rgba(0,0,0,0.3);
    background: linear-gradient(0deg, #ddd, #fff);
    transition: .5s;
}

.footer ul li a:hover {
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    text-decoration:none;
}

.footer ul li a .fab {
    widht: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(0deg, #fff, #ddd);
    border-radius: 50%;
    line-height: 26px;
    font-size: 24px;
    color: #262626;
    transition: .5s;
}

.footer ul li:nth-child(1) a:hover .fab {
    color: #3b5998;
}

.footer ul li:nth-child(2) a:hover .fab {
    color: #00aced;
}

.footer ul li:nth-child(3) a:hover .fab {
    color: #dd4b39;
}

.footer ul li:nth-child(4) a:hover .fab {
    color: #007bb6;
}

.footer ul li:nth-child(5) a:hover .fab {
    color: #e4405f;
}
.footer ol, ul {
    padding-left: 0;
}
.pd-10x {
    padding: 10px;
}
.p-pms-1 {
    font-weight: 900;
    margin-bottom: 28px;
}

.donate-btn {
    font-family: verdana, sans-serif;
    position: fixed;
    right: 5%;
    top: 0;
    background-color: orange;
    padding: 10px 22px;
    border-radius: 3px;
    font-weight: 700;
    color: #fff;
}

.donate-btn {
    animation: blinker 1s linear infinite;
    z-index: 999 !important;
    border-radius: 0px 0px 11px 11px;
    border: 3px solid #fff;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: rgb(255, 255, 255);
    height: 40px;
    line-height: 12px;
    border-top: none;
    box-shadow: rgba(4, 4, 4, 0.1) 0px 20px 25px -5px, rgba(2, 2, 2, 0.82) 0px 10px 10px -5px;
}

@keyframes blinker {
    250% {
        background-color: orange;


    }
    50% {
        background-color: red;
        color: #fff;
    }
    75% {
        background-color: orange;
    }
    100% {
        background-color: red;
        color: #fff;
    }
}
.name-section h5 {
    margin-bottom: 2px;
}