/*@font-face {
    font-family: 'Open Sans';
    src: url(OpenSans-Regular.ttf);
}
@font-face {
    font-family:'Open Sans', sans-serif;
    src: url(OpenSans-Semibold.ttf);
}
@font-face {
    font-family:'Open Sans', sans-serif;
    src: url(OpenSans-Bold.ttf);
}*/
body{
	position: relative;
}
body{font-family:'Open Sans', sans-serif; background-color: #ffffff; overflow-x: hidden;}
a:hover, a:focus{
	text-decoration: none;
	outline: 0;
}
.glyphicon{
	/*top: 0;*/
}
.affix {
     	top: 0;
     	width: 100%;
     	z-index: 9999 !important;
 }

.affix + .container-fluid {
     	padding-top: 70px;
}
.bold{font-weight:700;font-family:'Open Sans', sans-serif;}
.sm-bold{font-weight: 600;font-family: 'Open Sans', sans-serif;}
.mar-pad-0{padding:0;margin:0;}
.p-0{padding: 0;}
.border-radius-0{border-radius:0px !important;}
.hr-modified{margin:10px auto !important;border-color: #ccc;}
.no-hvr-clr:hover{color:black !important;}
.no-box-shadow{box-shadow:none !important;}
.centered { display: flex; justify-content: center; }
.txt-red{color:red;}
.txt-sm{font-size: 12px;}
.txt-white{color:white !important;}
.txt-black{color:black !important;}
.txt-d-grey{color: #073849 !important}
.txt-grey{color:#808080;}
.txt-l-grey{color:#5c5c5c;}
.txt-green{color:green;}
.txt-shade{
	text-shadow: 0 0 5px #000;
}

/*new css*/
.new-slider-img{
	width: 100%;
    height: 380px;
    object-fit: cover;
}
.new-slider-caption{
	display: table-cell;
    height: 380px;
    background-color: #fff;
    padding-left: 10rem;
    vertical-align: middle;
}
.new-slider-caption h4{
	font-size: 23px;
}
.alignment{
	align-self: center;
}

.clr{
	color: blue !important;
	text-decoration: underline;
}
.clr-theme{
	color: #30848a;
}
.txt-theme{
	color: #F50707;
}
.txt-theme-2{
	color:#30848a !important;
}
.txt-theme-2:hover{
	color: #30848a !important;
	transition: 0.2s;
}
.txt-theme:hover{
	/*color: #333;
	transition: 0.5s;*/
}
.focus-theme:focus{
	border-color: #F50707;
	box-shadow: none;
}
.txt-l-black{
	color: #111;
}
.v-align-m{
	vertical-align: middle;
}
.v-align-t{
	vertical-align: top;
}
.theme-bg{
	background-color: #0c232b;
}
.theme-bg-2{
	background-color: #30848a;
}
.btn-theme{
	color: #fff;
	background-color: #30848a;
	text-transform: capitalize;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
	transition: 0.3s;
}
.btn-theme:hover{
	color: #fff;
	background-color: #35aab3;
	transition: 0.3s;
}
.btn-theme:focus{
	color: #fff;
}
.btn-theme-2{
	color: #fff !important;
	background-color: #073849;
	text-transform: capitalize;
	font-family:'Open Sans', sans-serif;
	font-size: 14px;
	border-radius: 3px;
	transition: 0.3s;
	letter-spacing: 1px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.btn-theme-2:hover{
	background-color: #493561;
	transition: 0.3s;
}
.btn-foot{
	background-color: #30848a;
	text-transform: capitalize;
	letter-spacing: 1px;
	padding: 10px 12px;
}
.btn-foot:hover{
	color: #fff !important;
	background-color: #35aab3;
}
.cl-cnt-3{
	column-count: 3;
}
.d-block{
	display: block !important;
}
.d-inline{
	display: inline !important;
}
.d-flex{
	display: flex;
}
.flex-1{
	flex: 1;
}
.flex-2{
	flex: 2;
}
.flex-3{
	flex: 3;
}
.flex-4{
	flex: 4;
}
.m-b-10{
	margin-bottom: 10px;
}
.m-t-10{
	margin-top: 10px;
}
.m-b-20{
	margin-bottom: 20px !important;
}
.m-t-20{
	margin-top: 20px;
}
.m-b-30{
	margin-bottom: 30px;
}
.m-t-30{
	margin-top: 30px;
}
.m-b-40{
	margin-bottom: 40px;
}
.m-t-40{
	margin-top: 40px;
}
.m-b-60{
	margin-bottom: 60px;
}
.m-t-60{
	margin-top: 60px;
}
.m-b-80{
	margin-bottom: 80px;
}
.mp-r-0{
	padding-right: 0;
	margin-right: 0;
}
.mp-l-0{
	padding-left: 0;
	margin-left: 0;
}
.bordered{
	border: 4px solid #fff;
  border-radius: 4px;
  display: block;
}
.b-org{
	border-color: #0c232b;
}
.b-shadow{
	border: 3px solid #eee;
	box-shadow: 0 0 10px #000;
}

.hover_cyan:hover{
	color: #0069B4 !important;
}
.mypagination{
	margin-top: 40px;
	display: flex;
	justify-content: center;
}
.mypagination li.active a, .mypagination li.active a:hover{
	background-color: #30848a;
	border-color: #30848a;
}
.mypagination>li>a, .mypagination>li>span,.mypagination>li>a:hover, .mypagination>li>span:hover{
	color: #000;
}





.logo-nav{
	min-height: 80px;
	padding-top: 14px;
	padding-bottom: 15px;
	line-height: 52px;
	
}






.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.carousel-control{
	width: 2%;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{
	    font-size: 18px !important;
    background-color: #0c232b;
    height: 40px !important;
    width: 50px !important;
    padding: 10px;
}
.icon-lr{
	background-color: #0c232b;
    height: 40px;
    width: 50px;
    padding: 10px;
}

.carousel-control.right{
	right: 0px;
	background-image: none !!important;
}
.carousel-control.left{
	left: 0px;
	background-image: none !important;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel-fade .carousel-inner .item:nth-child(1) {
    /*background: url(../img/slider.jpg) no-repeat center center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
.carousel-fade .carousel-inner .item:nth-child(2) {
    /*background: url(../img/slider2.jpg) no-repeat center center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
.carousel-fade .carousel-inner .item:nth-child(3) {
    /*background: url(../img/slider3.jpg) no-repeat center center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
.carousel {
	position: relative;
    /*z-index: -99;*/
}
.carousel .icon-next, .carousel .icon-prev{
	margin-top: -30px;
}
.carousel .item {
    width: 100%;
    height: 380px;
 /*   padding-top: 180px;*/
}
.inner-page-slider .carousel .item{
	height: 338px !important;
	padding: 0;
}
.inner-page-slider .carousel .item img{
	width: 100%;
}
#myCarousel2 .carousel-control.left{
	left: 0;
}
#myCarousel2 .carousel-control.right{
	right: 0;
}
.slider_caption_box{
	/*height: 180px;*/
	/*background-color: #322949;*/
	background: rgba(59, 49, 76, 0.8);
	color: #fff;
	padding: 10px 15px;
	/*opacity: 0.8;*/
	letter-spacing: 1px;
	position: absolute;
	width: 100%;
	bottom: -38rem;
	text-align: center;
	opacity: 0;
	transition: .4s;
}
.slider_caption_box h4{
	line-height: 1.2;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0px;
}

.slider_caption_box h4 a{
	color: #ccc;
	text-decoration:underline;
	font-size: 14px;
	padding-left: 10px;
}

.slider_caption_box h4 a:hover{
	color: #fff;
}
.sticky{
	position: fixed;
    top: 0;
    z-index: 1000;
    transition: 0.4s;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.20), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.my-navbar{
	z-index: 3;
	width: 100%;
	border-radius: 0;
	background-color: #0c232b;
	border: 0;
	margin-bottom: 0;
	min-height: 66px;
	padding-top: 16px;
	padding-bottom: 15px;
	/*opacity: 0.8;*/
	/*position: absolute;*/
}
.my-navbar-nav>li{
	margin-right: 8px;
}
.gallery-img{
	width: 100%;
	height: 160px;
	margin-bottom: 15px;
}
.icon-top-listing{
	padding-left: 0px;
	list-style-type: none;
	display: inline-flex;
}
.icon-top-listing li{
	list-style-type: none;
}
.scial-pd{
	padding-left: 10px;
	color: #515151;
}
.scial-pd i{
	vertical-align: middle;
	color: #515151;
}

.scial-pd i:hover{
	color: #000000;
}
.my-navbar-nav>li>a{
    	padding: 6px 22px 8px 22px;
    	color: #fff !important;
    	font-size: 15px;
    	font-weight: 600;font-family: 'Open Sans', sans-serif;
    	border-radius: 25px;
    	transition: background-color 0.3s;
    	text-transform: capitalize;
}
.my-navbar-nav>li>a:hover{
	background-color: #30848a !important;
	transition: background-color 0.3s;
}
.my-navbar-nav>.active>a{
	background-color: #30848a !important;
}
.my-navbar-nav>.open>a, .my-navbar-nav>.open>a:focus, .my-navbar-nav>.open>a:hover{
	background-color: #30848a !important;
}
.my-dropdown-menu{
	border-radius: 5px !important;
	border: 1px solid #ccc;
	padding: 5px 0;
	margin-top: 16px !important;
	min-width: 200px;
}

.my-dropdown-menu:after {
	position: absolute;
	top: -6px;
	left: 25px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	content: '';
}
.my-dropdown-menu>li:last-child>a{
	/*border-bottom-right-radius: 20px;*/
	/*border-bottom-left-radius: 20px;*/
}
.my-dropdown-menu>li>a{
	padding: 8px 10px;
	font-size: 12px;
}
.my-dropdown-menu>li>a:hover{
	background-color: #eee;
	text-decoration: underline;
}





.social_sec{
	min-height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #C8C8C8;
}
.social_sec>ul>li{
	padding-left: 60px;
	padding-right: 60px;
}





.about_sec{
	padding-top: 40px;
	padding-bottom: 60px; 
}
.main_heading{
	color: #073849;
	font-weight: 900;
	font-family:'Open Sans', sans-serif;
	font-size: 32px;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 20px;
}


.text{
	font-size: 15px;
	line-height: 1.7;
	margin: 0;
	color: #585858;
}





.help_sec{
	padding-top: 20px;
	padding-bottom: 30px;
	background-image: url(../img/help-bg-img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	/*min-height: 400px;*/
	max-width: 100%;
	color: #fff;
	position:relative;
}

.help_sec:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:#115167;
    mix-blend-mode: multiply;
}
.help_sec .container{
    position:relative;
}
.help_heading{
	color: #fff;
	font-weight: 900;
	font-family:'Open Sans', sans-serif;
	font-size: 32px;
	margin: 0;
	text-transform: none;
	margin-bottom: 40px;
	text-align: center;
	text-transform: capitalize;
}
.my-media-img{
	/*height: 78px;
	width: 78px;*/
	border: 1px solid #fff;
	padding: 12px 14px;
	border-radius: 5px;
	transition: 0.3s;
	background-color: #30848a;
	border-color: #30848a;
	margin:10px auto;
}
.help_sec .media{
    text-align:center;
}
.help_sec .media:hover .my-media-img{
	background-color: transparent;
	border-color: #fff;
	transition: 0.3s;
}
.help_sec .media-heading{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-family:'Open Sans', sans-serif;
	margin-bottom: 10px;
	color: #fff;
}
.help_sec .media-text{
	font-size: 16px;
	margin: 0;
	color: #fff;
}
.help_sec .col-md-6{
	height: auto;
	overflow-y: hidden;
}
.impact_sec{
	background-color: #f1f1f1;
	padding-top: 30px;
	padding-bottom: 30px;
}
.help_rs{
	/*color: #ff8b28;*/
	/*font-weight: bold;*/
	/*font-size: 20px;*/
}



.events_sec{
	padding-top: 20px;
	padding-bottom: 20px; 
}
.event_date{
	width: 54px;
	height: 54px;
	text-align: center;
	background-color: #30848a;
	border-radius: 5px;
	color: #fff;
	/*padding: 3px;*/
	transition: background-color 0.3s;
}
.digit{
	font-size: 18px;
	margin: 0;
	font-weight: 700;
	font-family:'Open Sans', sans-serif;
	line-height: 28px;
}
.alph{
	font-size: 14px;
	font-weight: 600;
	font-family:'Open Sans', sans-serif;
	margin: 0;
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: 1px;
}
.events_sec .media-heading{
	font-size: 18px;
	color: #073849;
	font-weight: 700;
	font-family:'Open Sans', sans-serif;
	text-transform: uppercase;
	transition: 0.3s;
}
.time>img, .location>img{
	margin-right: 5px;
}
.events_sec .time, .events_sec .location{
	color: #073849;
	font-size: 14px;
	font-weight: 600;
	font-family:'Open Sans', sans-serif;
}
.events_sec a:hover .media-heading{
	color: #30848a;
	transition: 0.3s;
}
.events_sec a:hover .event_date{
	background-color: #fff;
	color: #30848a;
	transition: background-color 0.3s;
	border: 1px solid #30848a;
}
.events_sec a{
	color: #111;
	transition: 0.3s;
}
.events_sec a:hover{
	/*color: #30848a;
	transition: 0.3s;*/
}
.events_sec .title{
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 5px;
	color: #0c232b;
}
.events_sec p{
	font-size: 14px;
	line-height: 1.3;
}







.info_sec{
	/*background-image: url(../img/info-img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;*/
	    background-color: #0c232b;
    min-height: 230px;
    max-width: 100%;
    padding-bottom: 20px;
    padding-top: 30px;
    color: #fff;
    display: flex;
    align-items: center;
}
.info{
	height: 115px;
	overflow-y: hidden;
}
.info>h3{
	margin-top: 10px;
}
.facts_heading{
		color: #fff;
	font-weight: 700;
	font-family:'Open Sans', sans-serif;
	margin: 0;
	text-transform: none;
	margin-bottom: 40px;
	text-align: center;
	text-transform: capitalize;
}

.latest-hori{
	margin-top: 2px;
	margin-bottom: 13px;
	border-color: #d6c3c3;
}

/*.counter-value{
	color: #30848a;
}*/

/*.text-uppercase{
	color: #30848a;
}
*/


.donor_details{
	font-size: 14px;
}
.donor_sec{
	background-image: url(../img/donor-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	min-height: 460px;
	max-width: 100%;
	color: #232323;
	display: flex;
	align-items: center;
}
.donor_sec .text{
	margin-bottom: 30px;
}
.my-o-i-txt{
	background-color: #fff;
	min-height: 100px;
	display: flex;
	align-items: center;
	padding: 0 8px;
	font-size: 15px;
	font-weight: 500;
	font-family:'Open Sans', sans-serif;
	border-radius: 5px;
    line-height: 1.6;
	border-bottom: 1px solid #a3a5a7;
}
.donor-name{
	font-size: 15px;
	font-weight: 700;
	font-family:'Open Sans', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.donor-prof{
	color: #30848a;
	font-weight: 600;
	font-family:'Open Sans', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
/*.donor_sec .next, .donor_sec .prev{
	line-height: 110px;
	cursor: pointer;
}*/

.twitter-post-sec{
	height: auto;
	overflow-y: hidden;
	background-color: #fff;
	border: 1px solid #d8d8d8;

}
.twitter-post-sec > h4{
	color: #232323;
	background-color: #eee;
	margin: 0;
	padding: 15px;
	text-align: center;
	font-weight: 700;
	font-family:'Open Sans', sans-serif;
	letter-spacing: 1px;
}


.student_heading{
	color: #073849;
	font-weight: 700;
	font-family:'Open Sans', sans-serif;
	font-size: 22px;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.student-para{
	color: #073849;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	margin-top: 10px;
}
/*
.alumni_heading{
	color: #073849;
	font-weight: 700;
	font-family:'Open Sans', sans-serif;
	font-size: 24px;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.alumni-para{
	color: #073849;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	margin-top: 10px;
}*/






.footer_sec{
	background-image: url(../img/footer-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 280px;
	max-width: 100%;
	color: #fff;
	padding: 0;
	/*padding-top: 20px;*/
	position: absolute;
	width: 100%;
	display: flex;
	align-items: center;
}
.footer_sec:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:#115167;
    mix-blend-mode: multiply;
}
.subscriber_box{
	min-height: 250px;
	background-color: #e56d0d;
	color: #fff;
	padding: 25px 23px;
	border-radius: 5px;
}
.footer_sec h4{
	font-size: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 700;
	font-family:'Open Sans', sans-serif;
	margin-bottom: 15px;
}
.footer_sec a{
	color: #fff;
	transition: 0.3s;
}
.footer_sec a:hover{
	color: #30848a;
	transition: 0.3s;
}
.footer_sec .media .media-left img{
	width: 91px;
	height: 70px;
}
.footer_sec .title{
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	font-family:'Open Sans', sans-serif;
	text-transform: uppercase;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
.footer_sec .date{
	color: #ff973f;
	font-weight: 600;
	font-family:'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}
.footer_sec .media-heading{
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	line-height: 1.5;
	text-transform: capitalize;
}
.footer_sec .media-text > div > span{
	font-size: 12px;
	font-weight: 400;
}
#owl-demo-footer{
	/*position: absolute;*/
}
.next-gal, .prev-gal{
	/*cursor: pointer;
	position: absolute;
	top: 150px;
	z-index: 1000;
	transition: background-color 0s !important;*/
}
.next-gal{
	/*right: 20px;*/
	/*background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);*/
}
.next-gal:hover{
	/*background-color: #fff;
	border-radius: 50%;
	transition: background-color 0.3s !important;*/
}
.prev-gal{
	/*left: 20px;*/
}
.prev-gal:hover{
	/*background-color: #fff;
	border-radius: 50%;
	transition: background-color 0.3s !important;*/
}
#owl-demo-footer .item img{
    display: block;
    /*width: 100%;
    height: 250px;*/
}
.subscriber_box > p{
	line-height: 1.5;
	margin: 0;
}
.subscriber_box input{
	height: 40px;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 10px;
}
.subscriber_box input[type=email]{
	margin-top: 20px;
}
.subscriber_box input[type=email]:focus{
	border-color: #111;
}
.btn-submit{
	background-color: #30848a;
	color: #fff;
	transition: 0.3s;
	letter-spacing: 1px;
}
.btn-submit:hover, .btn-submit:focus{
	background-color: #35aab3;
	color: #fff;
	transition: 0.3s;
	/*letter-spacing: 4px;*/
}
.foot_useful_links{
	margin-left: -25px;
	/*list-style-image: url(../img/foot-link-angle.png) !important;*/
	list-style-type: none;
	padding-left: 25px;
}
.foot_useful_links>li:first-child{
	/*padding-top: 0;*/
}
.foot_useful_links>li{
	/*border-bottom: 2px dashed #fff;*/
	padding: 5px 0;
}
.foot_useful_links>li>a{
	font-size: 14px;
	letter-spacing: 1px;
	display: block;
}
.foot_useful_links>li>a:hover{
	/*color: #ffe7d2;*/
}
.gallery_box{
	margin: 0 4px 2px 0px;
	display: inline-block;
}
.gallery_box img{
	width: 80px;
	height: 70px;
}
.copyright_sec{
	background-color: #0c232b;
	color: #fff;
	min-height: 40px;
	font-size: 14px;
	font-weight: 600;
	font-family:'Open Sans', sans-serif;
	padding-top: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	letter-spacing: 1px;
}
.copyright_sec a{
	color: #fff;
	transition: 0.3s;
}
.copyright_sec a:hover{
	color: #30848a;
	transition: 0.3s;
}

/*my styling*/

.media-home-body{
	height: 115px;
}
.btn-display{
	display: none;
	float: right;
	margin-right: 22px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#subs-form .input-group{
	width: 100%;
} 
#subs-form .input-group .form-control{
	border-radius: 0px !important;
} 
.navbar-toggle{
	float: left !important;
	margin-left: 22px !important;
	border:none !important; 
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #fff;
}
.navbar-toggle:hover{
	background-color: transparent !important;
}
.navbar-toggle:focus{
	background-color: transparent !important;
}
/*end of my styling*/



/*media queries*/

@media(max-width: 1024px){
	/*.new-slider-caption{
		height: auto;
	}
	.ordr2{
		order: 2;
	}
	.ordr1{
		order: 1;
	}*/
}
@media(max-width: 500px){
	.footer_sec .d-flex{
		display: block;
		text-align: center;
	}
	.footer_sec .text-right{
		text-align: center;
	}
	.footer_sec{
		padding-bottom: 120px !important;
	}	
}
@media(max-width: 600px){
	.logo-nav .pull-left, .logo-nav .pull-right{
		float: none !important;
		text-align: center !important;
	}
}
@media(max-width: 768px){
	.new-slider-caption{
		display: block;
	    height: auto;
	    background-color: #0c232b;
	    padding-left: 2rem;
	    vertical-align: middle;
	    padding-right: 2rem;
	    width: 100%;
	    text-align: center;
	    color: #fff;
	    padding-top: 1rem;
	    padding-bottom: 1rem;
	}
	.carousel .item{
		height: auto;
	}
	.new-slider-caption h4{
		font-size: 18px;
		margin-top: 0px;
	}
	.dgr{
		display:grid;
	}
	.ordr2{
		order: 2;
	}
	.ordr1{
		order: 1;
	}
	.help_sec .col-xs-12{
		margin-bottom: 20px;
	}
	.donor_sec{
		display: block;
		padding: 30px 10px;
	}
	.my-o-i-img{
		margin-top: 20px;
	}
	.footer_sec{
		padding: 30px 0;
	}
	.subscriber_box{
		margin-bottom: 20px;
	}
	.info_sec{
		padding: 20px;
	}
}
@media(max-width: 1200px){
	.footer_sec{
		padding: 20px 0 80px 0;
	}
}


@media(max-width: 767px){
	.btn-display{
		display: block;
	}
	.btn-smnot-show{
		display: none;
	}
	
}





/*About page*/
.about_pg_sec{
	min-height: 400px;
	margin-top: 20px !important;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.about_pg_sec a{
	color: #073849;
}
.abt_pg_sidebar li{
	margin-bottom: 2px;
}
.abt_pg_sidebar li a{
	font-family:'Open Sans', sans-serif;
	font-size: 16px;
	padding: 16px 10px 16px 20px;
	background-color: #F2F2F2;
	color: #073849;
	display: block;
	transition: 0.3s;
	text-transform: capitalize;
}
.abt_pg_sidebar li a:hover{
	background-color: #dfdfdf;
	transition: 0.3s;
}
.actv_abt_link{
	background-color: #073849 !important;
	color: #fff !important;
	border-left: 5px solid #30848a;
	padding-left: 16px !important;
}
.actv_abt_list:after{
	/*content: url(../img/side-caret.png);
	float: right;
	top: 15px;
	position: absolute;
	right: 8px;*/
}
.abt_content_sec p{
	color: #585858;
	font-size: 15px;
	font-family:'Open Sans', sans-serif;
	margin-bottom: 20px;
    margin-top: 0px;
	line-height: 1.7;
}
#inner-bg{
	background-image: url(../img/slider.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 230px;
	opacity: 0.9;
	/*filter: brightness(90%);*/
}
.breadcrumbs_sec{
	padding-top: 70px;
}
.breadcrumbs_sec>.breadcrumb{
	background: transparent;
	padding-left: 0;
}
.breadcrumbs_sec>.breadcrumb>li>a{
	color: #fff;
	font-weight: 700;
	font-family:'Open Sans', sans-serif;
	text-transform: capitalize;
	font-size: 14px;
	text-shadow: 0 0 5px #000;
}
.brd-0{
	border: 1px solid transparent !important;
}
.my-thumbnail{
	padding: 10px 5px;
	text-align: center;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	transition: 0.3s;
	display: block;
}
.my-thumbnail:hover{
	/*border-color: #aaa;
	transition: 0.2s;*/
  box-shadow: 0 0 10px #0c232b;
  transition: 0.3s;
}
.my-thumbnail>img{
	width: 240px;
	height: 240px;
}
.bod-img{
    height: 370px;
}
.bod-img>img{
    width: 170px;
    height: 170px;
    margin: 0 auto;
}
.city-thumb{
	max-height: 238px;
	overflow-y: hidden;
}
.city-thumb>img{
	width: 138px;
	height: 138px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.my-thumbnail>h4,h5{
	font-family:'Open Sans', sans-serif;
	text-transform: uppercase;
	/*height: 25px;*/
}
.my-thumbnail>p{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 1.4 !important;
}
.camp_city_ltb{
	height: 225px;
}
.camp_city_ltb>a>img{
	height: 141px;
	width: 100%;
}
.img-border{
	border: 1px solid #ccc;
	padding: 5px;
}
.img-border>img{
	height: 177px;
	width: 177px;
}
.img-events>img{
	width: 250px;
	height: 100px;
}
.rm-link{
	color: #30848a !important;
	margin-bottom: 5px;
	font-family:'Open Sans', sans-serif;
	font-size: 14px;
}
.contact-form input[type=text], input[type=email], textarea{
	margin-bottom: 20px;
	border-radius: 3px !important;
	box-shadow: none;
}
.contact-form textarea{
	height: 100px;
	resize: none;
}
.contact-form input:focus, textarea:focus{
	border-color: #30848a !important;
	box-shadow: none !important;
}

/*Multistep form page styling*/
#progressbar2{
	/*background-color: #073849;*/
	border-radius: 5px;
}
#progressbar2>li{
	color: #fff;
	font-size: 14px;
	font-family:'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 34%;
	height: 46px;
	border-radius: 5px;
	padding-left: 25px !important;
	padding-top: 13px;
}
#progressbar2>li:nth-child(2),#progressbar2>li:nth-child(3){
	padding-left: 40px !important;
	margin-left: -23px;
	width: 35%;
}
#progressbar2>li:nth-child(3){
	margin-left: -26px;
}
.active_step>.steps_dig{
	/*background-color: #30848a;*/
}
.steps_dig{
	border: 2px solid #fff;
	padding: 2px 7px;
	border-radius: 50%;
	margin-right: 20px;
}
#progressbar2{
	margin-bottom: 20px;
}
.req_sign{
	color: #fe7e12;
}
.br_box{
	background-color: #073849;
	color: #fff !important;
	padding: 13px 20px;
	font-size: 15px;
	margin-bottom: 15px;
	font-family:'Open Sans', sans-serif;
	text-transform: uppercase;
	border-bottom: 3px solid #30848a;
	display: block;
	height: 52px;
	letter-spacing: 1px;
	cursor: pointer;
}
.br_box:hover{
	color: #fff;
	text-decoration: none;
}
.br_box:focus{
	color: #fff;
	text-decoration: none;
	/*outline: 5px solid #FFA200;
	border-bottom: 0px;*/
}
.br_box > input[type='radio']:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #d1d3d1;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.br_box > input[type='radio']:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #ffa500;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
.other_q{
	height: 52px;
}
.donate_submit_btn{
	background-color: #30848a;
	height: 46px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
	border-radius: 3px;
	font-weight: 700;
	font-size: 18px;
	transition: all 0.3s ease-in-out;
	box-shadow: none;
	border-color: #30848a;
	letter-spacing: 1px;
}
.donate_submit_btn:hover{
	letter-spacing: 3px;
	transition: all 0.3s ease-in-out;
}
.donate_submit_btn:focus{
	box-shadow: none;
	outline: none;
	border-color: #30848a;
}
.donate_input{
	border-radius: 3px;
	border: 2px solid #E1E1E1;
	font-size: 14px;
	box-shadow: none;
}
.donate_input:focus{
	border-color: #afe0fd;
	outline: 1px solid #afe0fd;
}
.donate_input_lbl{
	color: #073849;
	font-size: 15px;
	text-transform: capitalize;
	font-family:'Open Sans', sans-serif;
	margin-bottom: 5px !important;
}
.donate_name_input{
	height: 40px;
	border: 1px solid #ACACAC;
	margin-bottom: 20px;
}
form .input-error {
	border-color: #30848a;
	/*outline: 1px solid #afe0fd;*/
}

form.registration-form fieldset {
	display: none;
}
form.registration-form select{
	-webkit-appearance: none; 
   -moz-appearance: none;
   appearance: none;       /* remove default arrow */
	background: url('../img/caret-dd.png') no-repeat right;
}
/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}
.brick{
	height: 24px;
	width: 24px;
  vertical-align: bottom;
  margin: 0 !important;
  cursor: pointer;
}
.br_box{
	cursor: pointer;
	display: block;
}
.br_box > input[type='checkbox']:checked:after{
  width: 23px;
  height: 23px;
  padding-left: 5px;
  position: relative;
  background-color: #30848a;
  content: '\2713';
  color: #fff;
  display: inline-block;
  visibility: visible;
  outline: 0;
}
/*Banks portion*/
.banks_tabs_row > li > a > div{
	background-color: #fff;
	padding: 15px 26px;
	border: 2px solid #AAAAA9;
	height: 102px;
	width: 132px;
	transition: 0.3s;
}
.banks_tabs_row > li > a > div:hover{
	box-shadow: 0 0 10px #30848a;
	transition: 0.3s;
}
.banks_tabs_row > li.active > a > div{
	border: 2px solid #30848a;
	box-shadow: 0 0 10px #30848a;
}
.banks_tabs_row > li{
	margin-right: 15px;
	margin-bottom: 15px;
}
.banks_tabs_row > li:last-child {
    margin-right: -7px;
}
.banks_tabs_row > li > a > div > img{
	height: 70px;
	width: 77px;
}
.banks_tab_content{
	border: 2px solid #30848a;
	box-shadow: 0 0 10px #30848a;
	padding: 20px 26px;
	background-color: #fff;
	margin-top: 15px;
}
.form_txtar{
	resize: none;
	height: 70px !important;
}
.form_txtar:focus{
	border-color: #afe0fd !important;
	outline: 1px solid #afe0fd !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6) !important;
}
.qtyandotherdiv{
	min-height: 100px;
	padding-top: 20px;
	padding-bottom: 40px;
	border: 1px solid #afe0fd;
	outline: 1px solid #afe0fd;
	box-shadow: 0 0 5px #afe0fd;
}
.qtyandotherdiv input[type=number]{
	padding: 10px;
}
.y_gv_img_all{
	width: auto !important;
}
.y_gv_img{
	position: relative;
	/*width: 350px;*/
	/*margin-bottom: 20px;*/
}
.y_gv_img img{
	height: 131px;
	width: 100%;
}
.img_cap{
	background-color: #111;
	opacity: 1;
	color: #fff !important;
	padding: 5px 10px;
	/*position: absolute;*/
	width: 100%;
	/*bottom: 0;*/
	margin-top: -4px;
	letter-spacing: 1px;
	font-size: 14px;
	border-left: 5px solid #E56D0D;
	height: 50px;
}
.img_cap_2{
	border-left: 0;
	width: 100%;
}
.y_gv_img a h4{
	font-size: 24px;
	font-weight: 700;
	color: #30848a
}
.y_gv_img a p{
	color: #535353;
	font-size: 15px;
	line-height: 1.6;
}
/*Video slider*/
#owl-video-slider .item{
	display: flex;
	justify-content: center;
	
}

#owl-video-slider .item img{
	width: 180px;
	height: 100px;
	margin: 10px 0;
	cursor: pointer;
}
.vid-container {
  position: relative;
  padding-bottom: 42%;
  padding-top: 55px; 
  height: 0;
}
.vid-container iframe,
.vid-container object,
.vid-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.arrows {
	position:absolute;
	width: 100%;
	display: none;
}
/*#owl-video-slider:hover .arrow-left {opacity: 1 !important;}
#owl-video-slider:hover .arrow-right {opacity: 1 !important;}*/
.arrow-left {
	color: #fff;
	position: absolute;
	background: #fff;
	padding: 10px 4px;
	left: 0px;
	top: -80px;
	z-index: 99;
	cursor: pointer;
	opacity: 0.8;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.arrow-right {
	color: #fff;
	position: absolute;
	background: #fff;
	padding: 10px 4px;
	right: 27px;
	top: -80px;
	z-index:100;
	cursor: pointer;
	opacity: 0.8;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.arrow-left:hover {
	background: #fafafa;
	opacity: 1;
}
.arrow-right:hover {
	background: #fafafa;
	opacity: 1;
}
.arr-r-ft, .arr-l-ft{
	top: 100px !important;
}
.arr-r-ft{
	right: 30px;
}
.arrows-footer-gal div>a{
	color: #111;
}
.arrows-footer-gal div>a:hover{
	color: #111;
}
@media (max-width: 624px) {
	.vid-list-container {
		padding-bottom: 20px;
	}
	.arrows {
		position:relative;
		margin: 0 auto;
		width:96px;
	}
	.arrow-left {
		left: 0;
		top: -17px;
	}
	.arrow-right {
		right: 0;
		top: -17px;
	}
}
.img-standard{
	height: 338px;
	width: 100%;
	margin-bottom: 20px;
}
.load-modal-close{
	position: absolute;
	top: .5em;
	right: .5em;
	z-index: 12;
	font-size: 38px;
}
.btn-donate-mdl{
	position: absolute;
    z-index: 12;
    bottom: 9.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0px;
    font-size: 14px;
    padding-left: 2rem;
    padding-right: 2rem;
    transition: .3s;
    width: 30%;
}
.btn-donate-mdl:hover{
	background-color: #000;
	border-color: #000;
	transition: .3s;
}
.modal {
  overflow-y: auto;
}
.modal-open {
  overflow: auto;
}
.modal-open[style] {
  padding-right: 0px !important;
}
.coming-soon{
	margin: auto;font-weight: bold;text-shadow: 0px 0px 10px #30848a;color: #fff;font-size: 50px;letter-spacing: 7px;text-transform: uppercase;text-align: center;line-height: 1.2;background-color: #322949;padding: 20px 50px;border-radius: 20px;
}
.cust-nav-pills>li.active>a, .cust-nav-pills>li.active>a:focus, .cust-nav-pills>li.active>a:active, .cust-nav-pills>li.active>a:hover{
	background-color: #30848a;
}
.cust-nav-pills>li>a{
	border: 1px solid #ccc;
}
.news-thumbs-row a{
	color: #414141;
	transition: 0.3s;
}
.news-thumbs-row a:hover>h4{
	color: #000000;
	transition: 0.3s;
}
.news-thumbs-row h4{
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1.3;
	height: 40px;
	overflow: hidden;
	margin-bottom: 5px;
}
.up-ev{
	color: #414141;
	transition: 0.3s;
}
.up-ev:hover{
	color: #000000;
	transition: 0.3s;
}
.subs_box{
	background-color: #30848a;padding: 20px;color: #fff;
}
.subs_box h4{
	letter-spacing: 2px;
	font-size: 18px;
	text-transform: uppercase;
}

.subs-newsletter{
	/*text-align: right;*/
}

/*--------namal_run-page----------*/

.bg-img1{
	height: 400px;
	width: 100%;
	padding: 0px;
	margin-top: 20px;
	/*background-image: url(./assets/img/run-img.jpg);*/
	

}
.btn-run{
	color: #fff;
	background-color: #30848a;
	text-transform: capitalize;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin:25px 0px;
	transition: 0.3s;
	letter-spacing: .8px;
	/*float: right!important;*/
}
.run-heading{
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	background-color: #3A304B;
	text-align: center;
	color:#ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	font-size: 27px;

}
.clr-bg1{
	background-color: #3A304B!important;
	

}
.fld{
	padding: 0px!important;
	margin-bottom: 30px;
}
.namal-sin{
	font-size: 24px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.run-descrip{
	font-size: 19px;
	padding-top: 10px;
}
.run-descrip1{
	color: #ffffff;
	font-size: 18px;
	padding-top: 10px;
	padding-right: 30px;
}
.slid-heading{
	color: #ffffff;
	font-weight: bold;
	padding-top: 20px;

}
.more-read{
	color: #ffffff!important;
	text-decoration: underline;
}
.run-descrip1 a:hover{
	text-decoration: underline;
	color: #F2A200!important;
}

.mobile-view-icon{
	display: none;
}

#button {
  display: inline-block;
  background-color: #35aab3;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
 -webkit-box-shadow: 13px 16px 19px -13px rgba(5,5,5,1);
-moz-box-shadow: 13px 16px 19px -13px rgba(5,5,5,1);
box-shadow: 13px 16px 19px -13px rgba(5,5,5,1);
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 46px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}



/*===== Vertical Timeline =====*/
#conference-timeline {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
  display: table;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: #00b0bd;
  padding: 15px 23px;
  color: #fff;
  max-width: 5%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #30848a;
  z-index: -1;
}
#conference-timeline .conference-timeline-content {
  padding-top: 67px;
  padding-bottom: 67px;
}
.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 44%;
  width: 100%;
}
/*.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  text-align: right;
}*/
.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.03);
 
}
/*.timeline-article p {
  margin: 0 0 0 60px;
  padding: 0;
  font-weight: 400;
  color: #242424;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}
.timeline-article p span.article-number {
  position: absolute;
  font-weight: 300;
  font-size: 44px;
  top: 10px;
  left: -60px;
  color: #00b0bd;
}*/
.card-timeline{
	padding: 15px;
}
.card-timeline p{
	margin-bottom: 0px;
}
.content-hover{
	transition: .3s;
	margin-bottom: 1.5rem;
}

.timeline-article .content-left-container {
  float: left;
}
.timeline-article .content-right-container {
  float: right;
}
.timeline-article .content-left:before,
.timeline-article .content-right:before{
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: "FontAwesome";
  color: #fff;
}
.timeline-article .content-left:before {
  content: "\f0da";
  right: -8px;
  color: #073849;
}
.timeline-article .content-right:before {
  content: "\f0d9";
  left: -8px;
  color: #073849;
}

.timeline-article .meta-date {
      position: absolute;
    top: 0;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-left: -42px;
    color: #fff;
    border-radius: 100%;
    background: #073849;
}
.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}
.timeline-article .meta-date .date {
      font-size: 20px;
    line-height: 50px;
    padding-top: 14px;
}
.timeline-article .meta-date .month {
  font-size: 18px;
  line-height: 10px;
}
.content-hover:hover{
	border:1px solid #000;
}
.timeline-mrgn{
	overflow: hidden;
	position: relative;
}
.img-hvr-zoom{
	overflow: hidden;
	position: relative;
}
.timeline-mrgn img{
  -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.timeline-mrgn:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); 
}


/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;
  }
  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 50px;
  }
  .timeline-article .meta-date {
    margin-left: 0;
    left: 20px;
  }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 110px;
    min-height: 53px;
  }
  .timeline-article .content-left-container {
    margin-bottom: 20px;
  }
  .timeline-article .content-left,
  .timeline-article .content-right {
    
   
  }
  .timeline-article .content-left:before {
    display: none;
  }
  .timeline-article .content-right:before {
    display: none;
  }
}

@media(max-width: 480px){
	.btn-donate-mdl {
	    font-size: 11px;
	    padding-left: 1rem;
	    padding-right: 1rem;
	}
}
@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }
  .timeline-article p span.article-number {
    display: none;
  }
  
}
/*===== // Resonsive Vertical Timeline =====*/
@media(max-width: 425px){
	/*.slider_caption_box{
		display: none;
	}*/
	.abt_content_sec p{
		display: none;
	}
	.disc-row-ne{
		display: none;
	}
	/*.donate_name_input{
		margin-bottom: 0px;
	}*/
	.dropdowns-donation .dropdown{
		margin-bottom: 10px;
	}
	.slider_caption_box{
		display: none;
	}
	.media-home-body{
		height: auto;
	}
	.background-img-slider{
		background-size: 100% !important;
		background-position: 50% 50% !important;
	}
	.slider_caption_box{
		bottom: -16.7rem;
	}
	/*.carousel .item{
		height: 119px;
	}*/
	.slider_caption_box h4{
		font-size: 13px;
	}
	.slider_caption_box h4 a{
		font-size: 9px;
	}
	.moble-pull-not{
		display: none;
	}
	
	.mobile-view-icon .scial-pd{
		color: #fff !important;
	}

	.mobile-view-icon li{
		display: inline !important;
	}

	.mobile-view-icon .scial-pd i{
		color: #fff !important;
	}
	.mobile-view-icon .scial-pd i:hover{
		color: #fff !important;
	}
	.web-view-show{
		display: none;
	}
	.mobile-view-icon{
		display: block;
	}
	.student_heading{
		font-size: 20px;
	}
	.news-thumbs-row{
		padding-bottom: 2rem;
		text-align: center;
	}
	.twitter-post-sec{
		margin-top: 4rem;
	}
	.img-standard{
		height: auto;
	}
	.my-dropdown-menu:after{
		display: none;
	}
	.my-dropdown-menu{
		margin-top: 4px !important;
	}
	.my-navbar-nav>li>a{
		margin-top: 10px;
	    margin-left: 19px;
	    margin-right: 19px;
	}
	.logo-nav{
		padding-bottom: 0px;
		line-height: 45px;
	}
	.main_heading{
		font-size: 26px;
	}
	.my-o-i-txt{
		font-size: 15px;
	}
	.subs-newsletter{
		text-align: center;
		padding-top: 4rem;
	}
	.foot_useful_links{
		margin-bottom: 3rem;
	}
	.help_heading{
		font-size: 26px;
		margin-bottom: 1rem;
	}
	.help_sec .media-heading{
		font-size: 16px;
	}
	.my-media-img{
		padding: 5px 5px;
	}
	.help_sec .media-text{
		font-size: 14px;
	}
	#img1{
		display: none!important;
	}
	#img2{
		display: block!important;
	}
	.btn-run{
		font-size: 12px;
		letter-spacing: initial;
		margin-left: 15px;
	}
	.run-heading{
		font-size: 24px;
		padding: 10px 10px;
	}
	.run-descrip{
		font-size: 16px;
	}
	.namal-sin {
		font-size: 22px;
	}
	.bg-img1{
		height: 320px;

	}
	.cont{
		padding-left: 25px;
	}
}
@media(max-width: 375px){
.btn-run {
    font-size: 13px;
    letter-spacing: initial;
    margin-left: 70px;
}
	
	.slider_caption_box {
    	bottom: -14.7rem;
	}
	
}
@media(max-width: 375px){
	.bt1{
		display: none;
	}
}
@media(min-width: 376px){
	.bt2{
		display: none!important;
	}
}
@media(min-width: 426px){
	#img2{
		display: none!important;
	}
}
@media(max-width: 320px){
	.btn-run {
    font-size: 13px;
    letter-spacing: initial;
    margin-left: 45px;
}	
	.slider_caption_box {
	    bottom: -12.7rem;
	}
	.slider_caption_box h4 {
	    font-size: 9px;
	}
	.slider_caption_box h4 a {
	    font-size: 8px;
	}

	
.cont {
    padding-left: 18px;
}
}
@media(min-width: 767px){

		.text1{
			display: none;
		}
	}
@media(max-width: 425px){
	

	  .run-descrip1 {
	    color: #ffffff;
	    font-size: 16px;
	    padding-top: 20px;
	    padding:0px 20px;
		}
	}

@media(max-width: 766px){
	.text1{
			display: block;
		}
}	
.text1{
	margin-left: 1rem;
	margin-right: 3rem;
	position: absolute;
	top: 40%;
  }

 /* @media(min-width: 500px){
  	.slider_caption_box{
		display: block !important;
	}
  }*/
@media(min-width: 768px){
.img-disp{
	display: none;
}
}

@media(max-width: 767px){
	.canda-block{
		margin-left: 2rem !important;
		margin-right: 2rem !important;
	}

	.tab-mrgn{
		margin-left: 2rem;
		margin-right: 2rem;
	}
	.navbar-nav .open .dropdown-menu{
		margin-left: 10px; 	
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a{
		color: #fff !important;
	}
	#progressbar2>li{
	    font-size: 11px;
        line-height: 14px;
        width: 33%;
        padding-left: 7px !important;
        padding-top: 2px;
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: center;
	}
	#progressbar2{
	    display:flex;
	}
	#progressbar2>li:nth-child(2), #progressbar2>li:nth-child(3){
	    padding-left:18px !important;
	}
	.steps_dig{
	    margin-right:6px;
	}
}
.lap-img{
	height: 380px !important;
}

.tab-img{
	display: none !important;
}

.mob-img{
	display: none !important;
}

@media(max-width: 768px){
	.lap-img{
		display: none !important;
	}

	.carousel-caption{
		display: none !important;
	}

	.tab-img{
		display: block !important;
		height: 380px !important;
	}
}

@media(max-width: 425px){
	.tab-img{
		display: none !important;
	}

	.mob-img{
		display: block !important;
		height: 380px !important;
	}
}

.carousel-caption{
	left: 77%;
	bottom: 132px;
}
/*@media(min-width: 576px){
	.mobile{
		display: block !important;
	}
	.tab{
		display: none !important;
	}
	.laptop{  
		display: none !important;
	}

}
@media(min-width: 768px){
	.mobile{
		display: none !important;
	}
	.tab{
		display: block !important;
	}
	.laptop{  
		display: none !important;
	}
}


@media(max-width: 992px){
	.mobile{
		display: none !important;
	}
	.tab{
		display: none !important;
	}
	.laptop{  
		display: block !important;
	}
}*/
