@import url("https://fonts.cdnfonts.com/css/adobe-clean");
body {
    font-family: "Lusitana";
}
.header-logo {
    width: 150px;
}
.banner-section {
    z-index: 1;
    position: relative;
    margin-top: 65px;
}
.donate-banner-section {
    z-index: 1;
    position: relative;
    margin-top: 77px;
}
.header-menu
{
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    display: inline-flex;
    column-gap: 25px;
    float: right;
}
.top-btn {
    position: fixed;
    bottom: 20px;
    right: 15px;
    padding: 8px 8px;
    color: #fff;
    background: #011c45a1;
    z-index: 9999999;
    transition: all 0.3s;
    border: none;
    border-radius: 10px;
    display: none;
}
.top-btn:hover {
    color: #0a0626;
}
.top-btn:focus {
    border: none;
    box-shadow: none;
    color: #fff;
}
.top-btn i {
    font-size: 22px;
    text-align: center;
}


.down-btn {
    position: fixed;
    bottom: 70px;
    right: 15px;
    padding: 8px 8px;
    color: #fff;
    background: #011c45a1;
    z-index: 9999999;
    transition: all 0.3s;
    border: none;
    border-radius: 10px;
    display: none;
}
.down-btn:hover {
    color: #0a0626;
}
.down-btn:focus {
    border: none;
    box-shadow: none;
    color: #fff;
}
.down-btn i {
    font-size: 22px;
    text-align: center;
}


.nav-item{
    font-family: 'Lusitana';
    font-weight: 600;
    color: #fff;
}
.nav-item:hover {
    color: #fff;
}
.fa.fa.fa-bars{
    color: #fff;
    font-size: 25px;
}
a:hover {
    text-decoration: none!important;
}
.top-sec {
    margin-top: 77px;
}
.patronship-section {
    z-index: 2;
    position: relative;
    margin-top: -50px;
}
.offer-section {
    z-index: 2;
    position: relative;
    margin-top: 10px;
}
.quotes-section {
    z-index: 3;
    position: relative;
    margin-top: 0px;
}
.donate-section {
    z-index: 4;
    position: relative;
    margin-top: 0px;
}
.program-section {
    z-index: 5;
    position: relative;
    margin-top: 0px;
}
.btn-donate {
    background: linear-gradient(126deg, #f0c24d, #e67a27);
    color: #fff;
    border: none;
    border-radius: 22px;
    padding: 8px 39px;
}
.header-section {
    padding: 8px 0px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: black;
    z-index: 1000;
}
.banner-section .owl-dots {
    text-align: center;
    margin: 0px 0;
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
}
.banner-section .owl-dots button.owl-dot {
    width: 11px;
    height: 11px;
    border-radius: 47%;
    display: inline-block;
    background: #9e9c9c;
    margin: 2px 3px;
}
.banner-section .owl-dots button.owl-dot.active {
    background-color: #fff !important;
    width: 14px;
    height: 14px;
}
.banner-img {
    width: 100% !important;
}
.banner-section .owl-nav {
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    width: 95%;
}
.banner-section .owl-carousel .owl-nav button.owl-prev
{
    color: #fff;
    background: gray;
    padding: 4px 13px 1px 12px !important;
    border-radius: 24px;
    font-size: 25px;
    float: left;
}
.banner-section .owl-carousel .owl-nav button.owl-next
{
    color: #fff;
    background: gray;
    padding: 5px 12px 1px 14px !important;
    border-radius: 24px;
    font-size: 25px;
    float: right;
}
.banner-div
{
    position: absolute;
    top: 0;
}
.banner-logo
{
    width: 200px!important;
}
button:focus {
    outline: none!important;
}
.card-image
{
    padding: 15px 40px 0px 40px;
}
.carousel-text{
    font-family: 'Lusitana';
    padding: 0 12px;
    font-size: 20px;
}
.about-h5{
    color: #000;
    font-family: Lusitana;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.about-para{
    color: #464646;
    text-align: justify;
    font-family: "Lusitana";
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.video-section
{
    background: #6584B1;
    padding: 60px 0;
}
.footer-text{
    color: #232323;
    font-family: "Lusitana";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer-section
{
    padding: 20px 0;
}
.footer-top-section
{
    background: #1D262F;
    padding: 50px 0;
}
.contact-h5{
    color: #FFF;
    font-family: 'Lusitana';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.7;
}
.contact-para{
    color: #C9C9C9;
    font-family: "Lusitana";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.social-ul
{
    padding: 0;
    list-style: none;
    display: inline-flex;
    column-gap: 20px;
}

.nav-class{
    display: inline-flex;
    column-gap: 35px;
    align-items: center;
    text-align: center;
    padding: 0;
}
.nav-class li{
    list-style:none;
    font-size: 18px;
    font-weight: 600;
}
.nav-class li a{
    color: #fff;
}
.nav-link.desc-toggle.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.drpdwn-ul
{
    padding-left: 15px;
    display: none;
}
.drpdwn-ul li
{
    border-left: 1px solid;
    border-style: dashed;
    border-right: none;
    border-top: none;
    border-bottom: none;
}
.nav-section{
    background: rgb(9 9 9 / 56%);
    padding: 7px 0;
    color: #fff;
    z-index: 3;
    position: relative;
}
.nav-link {
    display: block;
    padding: 0;
    color: #fff;
}
.nav-link:hover {
    color: #fff;
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu {
        margin-top: 0px;
    }
}	
.nav-item{
    position: relative;
}
.desc-toggle::after {
    display: none;
}
.dropdown-menu {
    color: #fff;
    border: none;
    background: #0e0f0fdb;
}
.dropdown-item {
    color: #fff;
}
.btn-register{
    background: #ed6b50;
    border-radius: 20px;
    color: #fff;
    padding: 3px 9px;
}
#sideNav {
    width: 100%;
    height: 104vh;
    position: fixed;
    left: -767px;
    top: 0;
    background: #232323f5;
    z-index: 4;
    transition: 0.5s;
    overflow-x: hidden;
    overflow-y: auto;
}
.side-bar.active{
    left: 0px!important;
}
.close-div .fa
{
    color: #fff;
    padding: 10px 9px;
    font-size: 26px;
}
.sidebar-img
{
    height: 80px;
}
.mob-nav {
    display: block;
    column-gap: 35px;
    align-items: center;
    text-align: left;
    padding-left: 28px;
    color: #fff;
}
.mob-nav li {
    list-style: none;
    font-size: 15px;
    font-weight: 600;
    padding: 11px 4px;
}
.video-img
{
    width: 100%;
    cursor: pointer;
    border-radius: 20px;
}
#video-popup-container {
    display:none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
  }
  
  #video-popup-close {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -15px;
    z-index: 998;
    width: 34px;
    height: 34px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 33px;
    color: #fff;
    border: 1px solid #fff;
  }
  
  #video-popup-iframe-container {
    position: absolute;
    z-index: 997;
    width: 100%;
    padding-bottom: 56.25%;
  }
  
  #video-popup-iframe {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 34px;
    border-bottom-left-radius: 34px;
    border-bottom-right-radius: 34px;
  }
  
  #video-popup-overlay {
    display: none;
    position: fixed;
    z-index: 995;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
  }
  
  #video-popup-close:hover {
    color: #DE0023;
  }
  .article-h5{
        color: black;
        font-family: 'Lusitana';
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
}
.article-h3
{
    color: black;
    font-family: 'Lusitana';
    font-size: 20px;
    font-style: normal;
    line-height: normal;
}
.article-ul
{
    list-style: auto;
    padding-left: 27px;
}
.article-ul li{
    padding-left: 20px;
}
b{
    color: black!important;
}
.blu{
    color: blue;
    text-decoration: underline;
}
.pdf-section {
    margin-top: 90px!important;
}
.pdf-img{
    width: 100%;
}
.read-more{
    border: 2px solid #ef8c0d;
    border-radius: 15px;
    font-size: 14px;
    color: black;
    font-weight: 500;
    text-align: center;
}
.card-img {
    border-radius: 32px!important;
}
.black-txt{
    color: black!important;
}
.footer-logo-img
{
    width: 200px;
}
.proposal-ul
{
    list-style: auto;
    text-align: justify;
    padding: 0 15px;
}
.proposal-ul li{
    margin-bottom: 10px;
    font-size: 21px;
    color: #464646;
}
.centersmall-img
{
    filter: invert(100%);
    padding-bottom: 10px;
    width: 126px;
}
.show-bottom
{
    display: flex;
    justify-content: center;
    align-items: end;
}
.sft-one-about-section
{
    padding: 30px 30px;
    background: #f2efe2;
}
.srila-prabhupada-section
{
    padding: 70px 30px;
    background: black;
}
.round-img{
    border-radius: 50%;
}
.brd-left{
    border-left: 2px solid #808080;
}
.srila-text
{
    font-size: 30px;
    padding-left: 18px;
    color: #c9c9c9;
    font-weight: 500;
}
.downangel{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
}
.fa-angle-down{
    margin: 0 auto;
    font-size: 25px;
}
.readmore{
    display: inline-block;
    padding-left: 6px;
    color: #fff;
    font-size: 20px;
}
.srila-prabhupada-built
{
    padding: 30px 30px;
    background: #e1eaef;
}
.sft-one-history-section
{
    padding: 30px 30px;
    background: #e5e2ed;
}
.sft-one-council-section
{
    padding: 30px 30px;
    background: #e2ede3;
}
.built-title{
    color: #173548;
    font-size: 50px;
}
.built-para
{
    color: #173548;
    font-size: 16px;
}
.built-ul li{
    color: #173548;
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 1.5em;
    position: relative;
    font-style: italic;
}

.built-ul li:after {
    content: "";
    height: 0.4em;
    width: 0.4em;
    background: #173548;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 10px;
    left: 0;
  }
.built-ul
{
    padding-left: 115px;
    list-style: none;
}
.built-img
{
    width: 100%;
}
.yellow-div{
    background: #f7de74;
    padding: 80px 35px;
    border-radius: 15px;
}
.tem-h5{
    color: black;
    font-size: 30px;
    font-weight: 600;
}
.about-para.txt{
    text-align: left;
}
.black-div{
    background: #22232d;
    padding: 30px 35px;
    border-radius: 15px;
}
.black-div h5,.black-div p{
    color: #fff!important;
}
.yellow-color{
    background:#ffd503!important;
    padding: 40px 35px;
}
.govinfo-txt
{
    font-size: 13px;
    color: black;
}
.dec-div.float-md-right
{
    /* padding-right: 15px; */
}
.gov-title{
    font-weight: 600;
    font-size: 19px;
}
.yellow-color hr{
    margin: 10px 62px!important;
    border-top: 2px solid rgb(255 255 255 / 42%)!important;
}
.left-img
{
    width: 197px;
    height: 197px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.right-img
{
    width: 197px;
    height: 197px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
@font-face {
    font-family: 'holreg';
    src: url('../frontasset/font/HolmenOT-RegularItalic.ttf') format("truetype");
}
@font-face {
    font-family: 'latblod';
    src: url('../frontasset/font/LTAfficherNeue-BoldSubhead-BF65b07a5df0abb.ttf') format("truetype");
}
@font-face {
    font-family: 'latsub';
    src: url('../frontasset/font/LTAfficherNeue-Subhead-BF65b07a5d8778f.ttf') format("truetype");
}
@font-face {
    font-family: 'popblod';
    src: url('../frontasset/font/Poppins-Bold.ttf') format("truetype");
}
@font-face {
    font-family: 'popitalic';
    src: url('../frontasset/font/Poppins-Italic.ttf') format("truetype");
}
@font-face {
    font-family: 'poplight';
    src: url('../frontasset/font/Poppins-Light.ttf') format("truetype");
}
@font-face {
    font-family: 'popsemiblod';
    src: url('../frontasset/font/Poppins-SemiBold.ttf') format("truetype");
}
.italic-para
{
    font-family: 'popitalic'!important;
}
.srila-text{
    font-family: 'latsub'!important;
}
.built-title{
    font-family: 'latsub'!important;
}
.built-para{
    font-family: 'poplight'!important;
}
.holrg{
    font-family: 'holreg'!important;
}
.built-ul li
{
    font-family: 'poplight'!important;
}
.yellow-div .about-para {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}