
img{
max-width:100%;

}
.header-nav.navbar-transparent.animated-active {
    background-color: rgba(0, 0, 0, 0.1);
}
.header-nav.navbar-white {
    background-color: rgba(255, 255, 255, 0.95);
    border: medium none;
}
.header-nav.navbar-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 1030;
}
.navbar-fixed-top {
    top: 0;
    /* border-width: 0 0 1px; */
}
.header-nav {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.header-nav.navbar-transparent.animated-active .header-nav-wrapper {
    border-bottom: none;
}
.menuzord {
    width: 100%;
    padding: 0 0px;
    float: left;
    position: relative;
    /* background: #fff; */
}
.menuzord .showhide {
    width: 60px;
    height: 46px;
    padding: 13px 0 0;
    /* display: none; */
    float: right;
    text-decoration: none;
    outline: none;
    /* -webkit-tap-highlight-color: rgba(0,0,0,0); */
    -webkit-tap-highlight-color: transparent;
}
.menuzord .showhide em {
    width: 20px;
    height: 3px;
    margin: 3.5px 20px 0;
    float: right;
    background: #777;
}
.menuzord-brand {
    /* margin: 18px 30px 0 0; */
    float: left;
    color: #666;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    cursor: pointer;
}
.pull-left {
    float: left!important;
	/* margin-left: 100px; */
	/* margin-top: 5px; */
}
.menuzord-brand img {
    max-height: 63px;
	margin-top: 3px;
}
.menuzord-menu.menuzord-right {
    float: right;
}
.menuzord-menu {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}
.menuzord-menu > li {
    padding: 18px 0;
}
.menuzord-menu > li {
    display: inline-block;
    float: left;
}
.header-nav.navbar-transparent.animated-active .menuzord-menu > li > a {
    color: #fff;
}
.menuzord .menuzord-menu > li.active > a, .menuzord .menuzord-menu > li:hover > a, .menuzord .menuzord-menu ul.dropdown li:hover > a {
    background: #3DB4D9;
    color: #fff;
}
.menuzord-menu > li > a {
    /* color: #333333; */
    font-size: 13px;
    /* font-weight: 600; */
}
.menuzord {
    font-family: 'Open Sans', sans-serif;
	    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.menuzord-menu > li > a {
    padding: 8px 12px;
   border-radius: 30px;
 
	display: inline-block;
    text-decoration: none;
	outline: 0;
    line-height: 1.42857143;
}
.menuzord-menu li .indicator {
    margin-left: 3px;
}
.menuzord-menu ul.dropdown {
    top: 71px;
}
.header-nav.navbar-transparent .header-nav-wrapper {
    border-bottom: 1px solid #eee;
}
.menuzord-menu ul.dropdown{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 99;
    min-width: 180px;
    white-space: nowrap;
    background: #fff;
}
.menuzord-menu ul.dropdown li {
    margin: 0;
}
.menuzord-menu ul.dropdown li {
    clear: both;
    width: 100%;
    border: 0 none;
    font-size: 12px;
    position: relative;
}
.menuzord .menuzord-menu ul.dropdown li:hover > a {
    background: #3DB4D9;
    color: #fff;
}
.menuzord-menu ul.dropdown li:hover > a {
    padding-left: 28px;
    padding-right: 19px;
    color: #333;
}
.menuzord-menu ul.dropdown li a {
    padding: 7px 25px 7px 22px;
    color: #666;
    font-weight: 600;
	width: 100%;
    background: none;
    padding: 10px 25px 10px 22px;
    color: #888;
    text-decoration: none;
    display: inline-block;
    float: left;
    clear: both;
    position: relative;
    outline: 0;
	transition: padding .2s linear;
}

.menuzord-menu li ul.dropdown li .indicator {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 15px;
}
.bg-silver-light {
    background-color: #f2f3f3 !important;
}


.pb-0 {
    padding-bottom: 0!important;
}
.pt-0 {
    padding-top: 0!important;
}
.pb-30 {
    padding-bottom: 20px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.divider {
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.text-theme-colored {
    color: #3DB4D9 !important;
}
.mb-0 {
    margin-bottom: 0!important;
}
.mt-20 {
    margin-top: 0px !important;
}



.mt-5 {
    margin-top: 5px !important;
}
h3, h4, h5, h6{
    font-family: 'Trirong', serif;
    font-weight: 500;
    line-height: 1.42857143;
    /* color: #333333; */
	/* font-size: 17px; */
}
.btn-theme-colored {
    color: #fff;
    background-color: #3DB4D9;
    border-color: #3DB4D9;
}
.btn-theme-colored:hover {
    color: #fff;
    background-color: #259abe;
    border-color: #2493b5;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mt-10 {
    /* margin-top: 10px !important; */
}

.btn-flat {
    border-radius: 6%;
}
.pt-30 {
    padding-top: 12px !important;
}
.font-13 {
    font-size: 13px !important;
}
.text-white {
    color: #fff !important;
}
.text-center {
    text-align: center;
}
.home-countdown > li {
    background: #3DB4D9;
}
.home-countdown > li {
    /* background: #3db4d9 none repeat scroll 0 0; */
    margin-right: 12px;
    padding: 12px 18px;
    text-transform: uppercase;
}
.home-countdown > li > span {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    display: inline-block;
    position: relative;
}
.home-countdown > li > span:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 25px;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 103%;
}
section {
    position: relative;
}
section > .container{
    /* padding-top: 40px; */
    padding-bottom: 15px;
}
.icon>img:hover{
	border: 2px solid #3DB4D9;
    border-radius: 20%;
	padding: 5px 5px 2px 5px;
}
a:hover{
    color: #595959;
    text-decoration: none;
	outline: 0;
}
.icon img{
    position: relative;
}
.icon-rounded img{
    border-radius: 3px;
}
.icon>img{
    display: inline-block;
    /* height: 64px; */
    /* margin-bottom: 20px; */
    text-align: center;
    /* -webkit-transition: all 0.3s ease; */
    /* -o-transition: all 0.3s ease; */
    transition: all 0.3s ease;
    width: 88px;
	border: 2px solid transparent;
    border-radius: 20%;
	padding: 5px 5px 2px 5px;
}
.mb-20 {
    margin-bottom: 10px !important;
}
h3 a, h4 a, h5 a, h6 a {
    color: #333333;
}

.proj {
    /* background: #252525; */
    /* padding-top: 2px; */
}
.parallax {
    width: 100%;
    /* height: 100%; */
    margin: 0 auto;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-position: top center;
}
.divider{
	box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
}
.layer-overlay.overlay-dark-6::before {
    background-color: rgba(17, 17, 17, 0.6);
}
.layer-overlay::before {
    background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.wpb_row {
    margin-bottom: 0px;
}
.vc_row {
    margin-left: 0px;
    margin-right: 0px;
}
.vc_col-md-12{
	padding-left: 20px;
    padding-right: 20px;
}
.vc_column_container > .vc_column-inner {
    padding: 0px;
}
.projects-title {
    border-left: 1px solid #3db4d9;
    margin-top: 30px;
}
.projects-title:before {
    content: "";
    display: block;
    height: 100%;
    width: 5px;
    position: absolute;
    left: -9px;
    top: 0px;
    background: #3db4d9;
}
.projects-title h2 {
       /* margin-bottom: 0; */
    margin-top: 0px;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    line-height: 21px;
    font-family: 'Trirong', serif;
}
.title.widgettitle {
    display: inline-block;
    position: relative;
}
.title:before .widgettitle:before{
    bottom: -16px;
    content: "";
    left: 0;
    height: 1px;
    position: absolute;
}
.projects-title p {
   font-size: 16px;
    color: #8c8989;
    font-weight: 500;
    margin: 0;
    font-family: 'PT Sans', sans-serif;
    font-style: italic;
}
.projects-title:after {
    content: "";
    background: #3db4d9;
    height: 2px;
    display: block;
    width: 50px;
    margin-top: 4px;
}
.nav {
    
    margin-bottom: 0;
    list-style: none;
}
.nav>a{
	/* padding: 70px 30px 23px 30px; */
	width: auto;
}
.nav-pills>li>a {
padding: 50px 20px 20px 20px;
    text-transform: uppercase;
    font-size: 14px;
    color: #f3f1f1;
    background: #3a3939;
    /* font-family: "Montserrat", sans-serif; */
    font-family: 'Trirong', serif;
    letter-spacing: 1px;
    font-weight: 600;
    border-bottom: 2px solid #3db4d9;
    border-right: 1px solid #5b5959;
}
.tab-content {
    display: table;
    margin-top: 50px;
}
.tab-pane.active {
    display: block;
}
.tab-pane {
    display: none;
    padding-top: 8px;
}
.projects-content {
    overflow: hidden;	    
}
.projects-item-wrap {
        position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border: 5px solid #fff;
}

.projects-item-wrap  img{
    transition: 0.5s;
}

.projects-item-wrap:hover img{
    
    transform: scale(1.1);
    
}










.projects-content .projects-item {
    margin-top: 30px;
    transition: opacity .5s !important;
}
.project-hover {
    bottom: 0;
    z-index: 5;
	left: 15px;
    padding: 25px;
    position: absolute;
    right: 15px;
    top: 63px;
}
.project-hover{
    transition: .3s opacity;
	
}
.projects-item .project-title {
    color: #fab702;
    font-size: 14px;
    margin: 0 0 25px 0;
}
.text-uppercase {
    text-transform: uppercase;
}
.projects-item{
	padding-right: 15px;
}
.projects-pagination {
    display: block;
    margin-top: 22px;
    text-align: center;
    margin-bottom: 2px;
}
.projects-pagination > button {
    background: none;
    border: 1px solid;
    border-radius: 3px;
    color: rgba(255, 255, 255, 0.15);
    display: inline-block;
    height: 37px;
    position: relative;
    width: 37px;
}
.projects-pagination > button i {
    font-size: 18px;
    left: 50%;
    position: absolute;
    top: 50%;
    /* -ms-transform: translateY(-50%) translateX(-50%); */
    transform: translateY(-50%) translateX(-50%);
}
.projects-pagination > button + button {
    margin-left: 3px;
}
.causes:hover .thumb img {
    transform: scale(1.1);
}
.causes .thumb img{
    transition: all 500ms ease 0s;
}
.owl-carousel .owl-item img{
	transform-style: preserve-3d;
	/* display: block; */
}
.img-fullwidth{
    width: 100% !important;
}
.causes .thumb{
	position: relative;
    overflow: hidden;
}
.bg-white{
	/* background-color:#fff !important; */
}
.causes .thumb .overlay-donate-now{
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    /* text-align: center; */
    top: -50px;
    transition: all 400ms ease 0s;
}
.btn-sm{
        font-size: 12px;
    padding: 7px 17px;
    text-transform: uppercase;
}
.causes:hover .thumb .overlay-donate-now {
	top:10%;
}
.ml-5 {
    margin-left: 5px !important;
}
.font-16 {
    font-size: 16px !important;
}
.mt-0 {
    margin-top: 0!important;
}
.causes .progress-item .progress {
    background-color: #efefef;
    border-bottom: 1px solid #d3d3d3;
    box-shadow: none;
    height: 15px;
}
.progress-item .progress {
    background-color: #f8f8f8;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4) inset;
    border-radius: 0;
    height: 14px;
    margin-bottom: 15px;
    overflow: visible;
}
.progress-item .progress-bar{
	background: #3DB4D9;
}
.progress-item .progress-bar {
    font-size: 11px;
    padding-left: 10px;
    position: relative;
    text-align: left;
    /* width: 0; */
    height: 15px;
    /* -webkit-transition: all 1s ease 0s; */
    /* -o-transition: all 1s ease 0s; */
    transition: all 1s ease 0s;
}
.causes .progress-item .progress-bar .percent {
    border-color: #3DB4D9 !important;
}
.causes .progress-item .progress-bar .percent {
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid;
    color: #333333;
    font-size: 10px;
    line-height: 8px;
    padding: 8px 5px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -7px;
}
.progress-item .progress-bar .percent {
    background: #3DB4D9;
}
.progress-item .progress-bar .percent{
	border-radius:0 7px 7px 0;
}
.owl-carousel .owl-item img{
	display:block;
}
.thumb.img-hid img{
	overflow:hidden;
}
.owl-theme .owl-dots .owl-dot span {
    border: 2px solid #3DB4D9;
}
.owl-theme .owl-dots .owl-dot.active span{
    background: #3DB4D9;
}
.section-title {
    margin-bottom: 10px;
}
.line-bottom-center{
	font-size: 2rem;
	font-weight:600;
	margin-bottom:10px;
}
.gallery-isotope.grid-4 .gallery-item {
    width: 25%;
}
.gallery-isotope.gutter-small .gallery-item {
    padding-right: 2px;
    padding-bottom: 2px;
}
.gallery-isotope .gallery-item {
    overflow: hidden;
        
}
.gallery-isotope .gallery-item .thumb {
    position: relative;
    overflow: hidden;
}
.img-fullwidth {
    width: 100% !important;
}
.gallery-isotope .gallery-item .overlay-shade {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    background-color: #333;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.gallery-isotope .gallery-item:hover .overlay-shade {
    opacity: 0.9;
}
.gallery-isotope .gallery-item .icons-holder .icons-holder-inner a{
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.icon-theme-colored.icon-dark a{
	background-color:#3DB4D9;
	color:#fff;
	display: block;
}
.styled-icons.icon-sm a{
	font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 2px 7px 2px 0;
    width: 30px;
	padding-left: 8px;
}
.styled-icons.icon-circled a {
    border-radius: 50%;
}
.gallery-isotope .gallery-item .icons-holder{
	position: absolute;
    top: 0%;
    left: 50%;
    display: inline-block;
    width: auto;
    height: 36px;
    vertical-align: middle;
    z-index: 13;
    transition: all 0.3s ease-in-out;
}
.gallery-isotope .gallery-item:hover .icons-holder{
	top: 50%;
}
.gallery-isotope .gallery-item .icons-holder .icons-holder-inner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: -18px 0 0 -50%;
}
.gallery-isotope .gallery-item:hover .icons-holder .icons-holder-inner a {
    opacity: 1;
}
.gallery-isotope .gallery-item .icons-holder .icons-holder-inner a {
    transition: all 0.3s ease-in-out;
}
.spacer {
    margin-top: 20px;
}
.spacer h2{
   font-weight: 600;
}
.subscribe {
    background: #fff212;
    padding: 0px 0px;
    border-top: 2px solid #1e8035;
    border-bottom: 4px solid black;
}
.img-heart{
	position: absolute;
    top: 0px;
	padding-left: 40%;
    padding-top: 22%;
}
footer {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 55px 0 0px;
    position: relative;
}
.footer-widget-title {
    float: left;
    width: 100%;
    padding-top: 5px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.footer-widget-title h4 {
    color: #FFFFFF;
    float: left;
    font-family: roboto;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.2px;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
}
h4{
	margin: 0;
    padding: 0;
}
.footer-widget-title h4 span{
	color: #3DB4D9;
}
.footer_carousel {
    float: left;
    width: 100%;
    position: relative;
}
.footer_carousel li {
    /* float: left; */
    padding-left: 2px;
}
.review {
    float: left;
    margin-bottom: 20px;
    position: relative;
}
.review:after {
    width: 5px;
    height: 5px;
    background: none repeat scroll 0 0 #6F6F6F;
    content: "";
    position: absolute;
    left: 40px;
    bottom: -2px;
    border-radius: 50%;
}
.review i {
    float: left;
    margin-right: 5px;
    padding-left: 15px;
    color: #fff;
    font-size: 46px;
    font-style: normal;
    font-weight: bold;
    line-height: 45px;
}
.review > p {
    border-left: 1px solid #6F6F6F;
    color: #bfbfbf;
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 26px;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 10px;
    position: relative;
    font-family: roboto;
}
.footer-text> p {
	margin: 0 0 10px;
}
.review > p:before {
    content: "";
    height: 5px;
    width: 5px;
    background: none repeat scroll 0 0 #6F6F6F;
    position: absolute;
    left: -3px;
    top: 0;
    border-radius: 50%;
}
.review span {
    color: #fff;
}
.review > p:after {
    height: 1px;
    width: 40px;
    content: "";
    background: none repeat scroll 0 0 #6F6F6F;
    position: absolute;
    left: 0;
    bottom: 0;
}
.from {
    color: #767575;
    font-family: roboto;
    font-size: 12px;
    float: left;
}
.from h6 {
    color: #cccccc;
    font-family: roboto;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.footer_carousel .flex-control-nav {
    bottom: 10px;
    margin: 0;
    list-style: none;
    position: absolute;
    right: 0;
    top: auto;
}
.footer_carousel .flex-control-nav li {
    float: left;
}
.footer_carousel .flex-control-nav a {
    float: left;
    height: 5px;
    width: 15px;
    background: none repeat scroll 0 0 #5B5A5A;
    margin-right: 5px;
    color: transparent;
    cursor: pointer;
}
.footer_carousel .flex-control-nav li a.flex-active {
    background: #fff;
}
.contact-details {
    float: left;
    list-style: none outside none;
}
.contact-details li span {
    color: #e2e2e2;
    float: left;
    font-family: roboto;
    font-size: 13px;
    font-weight: 600;
    line-height: 12px;
    margin-bottom: 10px;
    width: 100%;
    letter-spacing: 0.3px;
}
.contact-details li span i {
    color: #c0c0c0;
    font-size: 13px;
    margin-right: 10px;
}
.contact-details li p {
    color: #C0C0C0;
    float: left;
    font-family: roboto;
    font-size: 13px;
    margin-bottom: 20px;
    width: 100%;
}
.contact-details li p a {
    color: #C0C0C0;
}
.footer-widget-title h4:after {
    content: "";
    width: 100%;
    border-bottom: 1px dotted #939292;
    position: absolute;
    bottom: 0;
    right: -110%;
}
.form-group{
	margin-bottom: 10px;
}

.newsletter{
    background-color: #85cbe7;
    padding: 0px 10px 1px 10px;
    position: relative;
	border-radius: 0 0 3px 3px;
}


.newsletter h4{
   font-family: roboto;
    font-size: 20px;
    color: #fff;
    margin-bottom: 25px;
    text-transform: uppercase;
}


.newsletter > p {
    float: left;
    margin-bottom: 15px;
    margin-top: -5px;
    color: #fbfbfb;
    font-family: roboto;
    font-size: 12px;
}
.newsletter:before{
	background-color: #85cbe7;
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -99%;
}
.social-bar {
   float: left;
    width: 100%;
    padding: 12px 19px;
    list-style: none outside none;
    text-align: center;
    margin: 0px;
}
.social-bar li {
    display: inline-block;
    
    margin-right: 11px;
    border-radius: 3px;
    overflow: hidden;
}

.newsletter-btn{
	background-color: #85cbe7;
	float: left;
    width: 100%;
    padding: 5px 20px;
	border-radius: 3px
}
.newsletter-btn > input{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255,255,255,0.3);
    color: #FFF;
    display: table;
    font-family: roboto;
    font-size: 11px;
    margin: 0 auto;
    padding: 8px 40px;
    text-transform: uppercase;
	border-radius: 3px;
	transition: all 0.4s ease 0s;
}
.newsletter-btn > input:hover {
    font-size: 13px;
}
.footer-bottom {
    float: left;
    width: 100%;
	padding: 18px 0px 6px;
    border-top: 1px solid #171616;
    background: none repeat scroll 0 0 #323131;
}
.tp-mask{
	 margin-right: 10px;
}
   
    
.padding{
    
    
    padding: 100px 0px;
    
}

.visions h1 {
    font-family: 'Trirong', serif;
    font-size: 25px;
}

.visions ul
{
	list-style:none;
	margin-left:-40px;
}
/*
     FILE ARCHIVED ON 21:14:12 Apr 07, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:15:34 Jun 05, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.648
  exclusion.robots: 0.202
  exclusion.robots.policy: 0.193
  esindex: 0.011
  cdx.remote: 25.428
  LoadShardBlock: 138.487 (3)
  PetaboxLoader3.datanode: 161.588 (4)
  load_resource: 109.573
  PetaboxLoader3.resolve: 49.137
*/



section.bread {
    background-image: url(https://mlmf.co.in/donation.jpg);
    padding: 100px;
    background-repeat: no-repeat;
}