
@font-face {
  font-family: 'GothamRounded-Medium';
  src: url('../fonts/GothamRounded-Medium.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/GothamRounded-Medium.otf')  format('opentype'),
         url('../fonts/GothamRounded-Medium.woff') format('woff'), 
         url('../fonts/GothamRounded-Medium.ttf')  format('truetype'), 
         url('../fonts/GothamRounded-Medium.svg#GothamRounded-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Light';
  src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/Gotham-Light.otf')  format('opentype'),
 url('../fonts/Gotham-Light.woff') format('woff'), 
 url('../fonts/Gotham-Light.ttf')  format('truetype'), 
 url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}


.home_sctn5 h1 {
    color: #333;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding:0 35px;
    transition: 0.5s all ease;
}
.hdr_col {
    position: static;
    padding: 0;
}
.header_mn .row {
    margin: 0;
}
.logo_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    transition: 0.5s all ease;
}
.menu_mn {
    margin-left: auto;
    background: #000;
    padding-right: 120px;
    position: relative;
}
/*.header_fixed {
    position: fixed;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.11);
    background: #fff;
}*/

/*.header_fixed .logo_menu {
    height: 80px;
    transition: 0.5s all ease;
    margin: 0;
    align-items: center;
}*/
.logo {
    display: flex;
    align-items: center;
    background: #000;
    padding: 12px 15px 12px 30px;
    height: 120px;
}
.logo img {
    max-width: 115px;
    transition: 0.5s all ease;
}
/*.header_fixed .logo img {
    max-width: 80px;
    transition: 0.5s all ease;
}*/
.menu_mn ul li {
    display: inline-block;
    position: relative;
    font-weight: 300;
    margin-left: 20px;
}

.menu_mn ul li a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    padding: 10px 0;
    position: relative;
}
.header_fixed .menu_mn ul li a {
    color: #000;
}

.menu_mn ul li:hover a {
    color: #fecc0d;
    transition: 0.5s all ease;
}
.menu_mn ul li:hover ul.submenu{display:block !important;}
.menu_mn ul li ul.submenu{display:none; width:200px; background:#fff; position:absolute; height:auto; top:40px; box-shadow: none;border-radius: 0;margin: 0;padding: 0;}
.menu_mn ul li ul.submenu li{display:block; width:100%; text-align:left; margin:0;}
.menu_mn ul li ul.submenu li a{color:#000; font-size:14px; line-height:24px; font-weight:500;  border-bottom: 1px solid #ccc;  position:inherit; display:block; padding:10px 10px 10px 20px ; margin-left:0;}
.menu_mn ul li ul.submenu li a:hover{color:#000; background:#ffc20e;}
.menu_mn ul li ul.submenu:after { width: 0; height: 0;  position: absolute; border-bottom: 10px solid #fff; border-left: 10px solid transparent; content: ""; top: -10px; left: 10px; border-right: 10px solid transparent;}
.menu_mn{padding:0 ! important;}
.dropdown-submenu {position: relative;}
.dropdown-submenu a::after {transform: rotate(-90deg);position: absolute;right: 6px;top: 1.5em;}
.dropdown-submenu .dropdown-menu {top: 0;left: 100%;margin-left: .1rem;margin-right: .1rem;border-radius:0px;padding:0;}
.dropdown-submenu:hover .dropdown-menu{display:block ! important;}

@media (max-width:767px){
    .msubmenu{margin-left:25px;}
}


.Home_banner{position: relative;}
.Home_banner .pic img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.rt_menu_icon {
    display: flex;
    align-items: center;
}
.rt_menu_icon a {
    display: flex;
    height: 45px;
    background: #ffc20e;
    align-items: center;
    padding: 10px 20px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    transition: 0.5s all ease;
    font-family: 'GothamRounded-Medium';
    margin-left: 15px;
}
.rt_menu_icon a:hover {
    background: #1f9fc4;
    transition: 0.5s all ease;
}
.rt_menu_icon a img {
    display: inline-block;
    margin-right: 10px;
}
.banner {
    height: 100vh;
    background: #000;
}
.bannr_tx {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 100%;
    text-align: right;
    padding-right: 100px;
}
.funder_tx {
    width: 380px;
    text-align: left;
    float: right;
}
.bannr_tx h1 {
    font-size: 71px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 86px;
    margin: 0;
    letter-spacing: -1.5px;
    color: #ffc20f;
    font-family: 'GothamRounded-Medium';
}
.bannr_tx h2 {
    font-size: 142px;
    color: #ffffff;
    margin: 50px 0px 25px 0px;
    font-weight: 800;
    line-height: 30px;
    text-transform: capitalize;
    font-family: 'GothamRounded-Medium';
    letter-spacing: 7px;
}
.bannr_tx h2 span {font-size: 58px;}

.bnr_btn {
    display: inline-block;
    background: #ffc20f;
    padding: 7px 42px;
    font-weight: 500;
    color: #000;
    border-radius: 30px;
    font-size: 31px;
    margin-top: 16px;
    transition: 0.5s all ease;
    font-family: 'GothamRounded-Medium';
}
.bnr_btn:hover{
    background: #fff;
    color: #000;
    transition: 0.5s all ease;
}
.bnr_img {
    position: absolute;
    top: 0;
    left:0px;
}
.bnr_img img {
    height: 100vh;
}

.ftr_form_lt h1 span {
    display: inline-block;
    color: #1f9fc4;
}
.ftr_form_DIV {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 15px;
    margin-bottom: 40px;
}
.ftr_form_lt {
    width: 23%;
}
.ftr_form_rt {
    width: 77%;
}
.form-group {
    width: 100%;
    padding: 0 5px;
    float: left;
}
.form-group-33 {
    width: 33.333%;
}
.form-control {
    font-size: 15px;
    color: #787878;
    height: 50px;
    padding: 7px 0 8px 20px;
    border-radius: 0;
    background: #fff;
    border: 0px;
}
.form-group-66 {
    width: 66.66%;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
textarea.form-control {
    height: 50px;
    padding-top: 13px;
}
.form_btn {
    background: #1f9fc4;
    width: 100%;
    border: 0;
    height: 50px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    transition: 0.5s all ease;
    padding: 0 15px;
    text-align: center;
    cursor: pointer;
}
.form_btn:hover{
    background: #ffc20e;
    color:#fff;
    transition: 0.5s all ease;
}

.Home_sectio1 {
    background: #e9e9e9;
}
.feature_div ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:35px;
}
.feature_div ul li {
    background: #241f21;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
    padding: 30px;
    margin: 0% 5% 5% 5%;
    align-items: center;
    border-radius: 10px;
}
.feature_div ul li:nth-child(2){
    background: #fdc20e;
}
.feature_div ul li:nth-child(3){
    background: #241f21;
	margin: 0% 5% 0% 5%;
}
.feature_div ul li:nth-child(4){
    background: #fdc20e;
	margin: 0% 5% 0% 5%;
}

.feature_div ul li h1 {
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 65px;
}
.feature_div ul li h5 {
    font-size: 22px;
    line-height: 25px;
}
.feature_div ul li:nth-child(2) h1, .feature_div ul li:nth-child(2) h5{
    color: #000;
}
.feature_div ul li:nth-child(3) h1, .feature_div ul li:nth-child(3) h5{
    color: #fff;
}
.feature_div ul li:nth-child(4) h1, .feature_div ul li:nth-child(4) h5{
    color: #000;
}

.om {text-align: center;
    font-size: 82px;
    line-height: 90px;
    font-weight: 700;}

.band { background: #fdc20e;
    padding: 20px 50px;
    display: flex;
    margin-top: 20px;
    text-align: center;}

.band ul{}
.band li{display: inline-block;
    font-size: 52px;
    font-weight: 700;}
.band li span {color:#fff; font-size: 100px; vertical-align: sub; line-height: 0;}
.band-img { text-align:center;}
.band-img img {width:100%;}
.band-text { text-align: center;
    padding: 50px 50px 0px 50px;
    font-size: 34px;
    font-weight: 700;
    font-style: italic;
    line-height: 40px;
}

.Shambhu_DIV {
    position: relative;
}
.Shambhu_DIV img {
    object-fit: cover;
}
.Shambhu_tx {
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.Shambhu_in {
    max-width: 600px;
    width: 100%;
    padding-left: 0;
    padding-right: 75px;
}
.Shambhu_in h3 {
    font-size: 32px;
    line-height: 44px;
    margin: 0;
    font-weight: 500;
}
.Home_sectio3 {
    display: flex;
    flex-direction: row-reverse;
    background: #ccc;
    align-items: center;
    margin-top: 15px;
}
.Anjalidi_lt {
    width: 50%;
}

.Anjalidi_rt {
    width: 50%;
    padding-left: 15px;
}

.Home_sectio3 .Shambhu_in {
    max-width: 600px;
    width: 100%;
    padding-left: 0px;
    padding-right: 50px;
    float: right;
}
.Home_sectio3 .Shambhu_in h3 {
    font-weight: 600;
    color: #000;
}

.Home_sectio2, .Home_sectio4 {
    margin-top: 15px;
}
.Home_sectio4 h3 {
    color: #ffc20f;
}

.Home_sectio5 {
    padding: 25px 0;
    background: #e9e9e9;
}
.Home_sectio5 h1 {
    color: #fff;
    font-size: 32px;
    line-height: 49px;
    font-weight: 600;
    margin-bottom: 15px;
}
.Home_sectio5 h1 span {
    display: inline-block;
    background: #ffc20f;
    padding: 2px 20px;
    font-weight: bold;
    color: #000;
    border-radius: 15px;
}

.Home_sectio6 {
    padding: 35px 0;
    background: #e9e9e9;
}
.Home_sectio5 h2 {
    font-size: 24px;
    line-height: 43px;
    color: #000;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: uppercase;
}

.Home_sectio6 ul li {
    display: block;
    font-size: 24px;
    color: #000;
    font-weight: 5;
    line-height: 36px;
    margin-bottom: 5px;
    font-weight: 500;
}
.Home_sectio6 ul li.fonts_sm {
    font-size: 17px;
    line-height: 26px;
    margin-top: 25px;
}
.section_logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 50px 0;
}
.section_logo span {
    display: inline-block;
}
.section_logo a {
    display: inline-block;
    font-size: 24px;
    color: #000;
    font-weight: 5;
    line-height: 36px;
    margin-bottom: 5px;
    font-weight: 600;
    transition: 0.5s all ease;
}
.section_logo a span{color: #000;}
.section_logo a:hover{
    color: #fdc20e;
    transition: 0.5s all ease;
}
.Home_sectio7{
    position: relative;
    background: url(../images/many_img.jpg) no-repeat center center;
    background-size: cover; 
}
.many_in {
    padding: 115px 0;
}
.many_bx h1 {
    font-size: 32px;
    color: #fff;
    font-weight: 400;
    line-height: 43px;
    margin-bottom: 7px;
}

.many_bx {
    width: 365px;
    background: #000;
    padding: 15px 35px 30px 45px;
    float: right;
}
.many_bx h5 {
    color: #fff;
    font-size: 21px;
    margin: 0;
    font-weight: 400;
    line-height: 32px;
}
.logo_se2 {
    position: absolute;
    left: 50px;
    bottom: 50px;
}
.Home_sectio8 h1 {
    font-size: 36px;
    line-height: 47px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 400;
}

.Home_sectio8 .feature_div ul li h5 {
    font-size: 24px;
    line-height: 36px;
    margin: 0;
    font-weight: 500;
}
.Home_sectio8 .feature_div ul li h5 b {
    font-weight: 800;
}

.Home_sectio8 .feature_div ul li:nth-child(3) h5 {
    padding-right: 0;
    color: #333;
}
.Home_sectio8 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.Home_sectio8 ul li {
    width: 32%;
}

.Home_sectio8 ul li img{width: 100%;}

.Home_sectio9 h1 {
    font-size: 36px;
    line-height: 47px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 400;
}
.Home_sectio9 h3 {
    font-size: 28px;
    line-height: 37px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 500;
}
.Home_sectio9 h4 {
    font-size: 28px;
    line-height: 35px;
    color: #000000;
    font-weight: 800;
    margin-bottom: 20px;
}
.Home_sectio9 h5 {
    font-size: 18px;
    line-height: 27px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
}


/*Donate css Start*/
.home_section6 {
    background: url(../images/donate_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 0;
    margin-top: 110px;
    padding-bottom: 50px;
}
.donate_tx {
    padding-right: 90px;
    margin-top: 130px;
}
.donate_tx h1 {
    font-size: 42px;
    line-height: 60px;
    color: #fff;
    margin: 0;
}

.bank_details ul li {
    display: block;
    color: #000000;
    font-size: 22px;
    margin: 10px 0;
    line-height: 30px;
}
.bank_details {
    width: 540px;
    background: #ffc20e;
    padding: 55px;
    float: right;
    margin-top: -60px;
    position: relative;
}
.bank_details:before {
    position: absolute;
    left: -60px;
    top: 0px;
    border-bottom: 60px solid #c89a10;
    border-left: 60px solid transparent;
    content: "";
}
.bank_details ul {
    margin-bottom: 25px;
}
.bank_details h3 {
    font-size: 32px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}
.bank_details h1 {
    font-size: 56px;
    font-weight: 900;
    line-height: 60px;
    margin-bottom: 30px;
    color: #fff;
    font-family: 'Muli', sans-serif;
}
.bank_details h1 span {
    display: inline-block;
    position: relative;
}
.bank_details h1 span:before {
    display: inline-block;
    height: 10px;
    background: #fff;
    position: absolute; 
    bottom:-10px;
    left: 0;
    width: 100%;
    content: "";
}
.bank_details ul.donatio_s li {
    font-size: 16px;
}
.Home_sectio10 ul {
    display: flex;
    flex-wrap: wrap;
}
.Home_sectio10 ul li {
    width: 33.33%;
}
.Home_sectio10 ul li img {
    width: 100%;
}
.Home_sectio10 ul{}



/*Footer Css Start*/

footer{
    background: url(../images/footer_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 50px 0 60px 0;
}

footer h3 {
    font-size: 45px;
    color: #1f9fc4;
    line-height: 45px;
    font-weight: 600;
    margin: 0;
}

footer ul li {
    display: block;
    color: #626262;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
}
footer h5 {
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 7px;
}

footer ul li a{display: inline-block; color: #1f9fc4; transition: 0.5s all ease;}
footer ul li a:hover{ color: #ffc20e; transition: 0.5s all ease;}
.footer_2 {
    margin-top: 54px;
    padding-top: 50px;
    border-top: 1px solid #bfbfbf;
}
.footer_2 ul li {
    display: inline-block;
}
.footer_2 ul li a {
    color: #626262;
    display: block;
}
ul.footer_2_bx1 li {
    margin-right: 30px;
}

.footer_2 ul li {
    font-size: 14px;
}
.footer_2_bx3 ul li a {
    display: inline-block;
}
.footer_2_bx3 ul li {
    margin-right: 0;
}
footer h1 {
    font-size: 28px;
    line-height: 37px;
}
/*Footer Css End*/


.dm_bm_icon {
    overflow: hidden;
    width: 100%;
    margin: 15px 0 !important;
    float: left;
}
#ngoContentContainer .dm_bm_icon img {
    padding: 0px 2.5px;
    /* height: 60px; */
    width: 65px;
    max-width: 45px;
}
#DonateNow {
    background: #e9e9e9;
}
#ngoContentContainer {
    padding-top: 35px;
}
.text-danger {
    color: #dc3545!important;
    font-size: 12px;
}


.dnow {position: fixed;
    right: 0;
    top: 34%;
    z-index: 99;}
.dnow:hover {opacity: .8;}


