﻿/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans');*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticon.eot");
  src: url("../fonts/flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/flaticon.woff") format("woff"),
       url("../fonts/flaticon.ttf") format("truetype"),
       url("../fonts/flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
body{
    margin:0;
    padding:0;
    text-align:left;
    font-size:14px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    overflow-x:hidden;
}
.brdr1{border:1px solid #000;}
.brdr{border:1px solid #fff;}
.mngtop40{margin-top:40px;}
.mngtop20{margin-top:20px;}
.mngtop30{margin-top:30px;}
.mngtop50{margin-top:50px;}
.mngtop60{margin-top:60px;}
.mngbtm40{margin-bottom:40px;}
.mngbtm20{margin-bottom:20px;}
.mngbtm30{margin-bottom:30px;}
.mngbtm50{margin-bottom:50px;}
.mngbtm60{margin-bottom:60px;}
ul{padding:0;}
a:hover{text-decoration:none;cursor:pointer;}

/*--------top_bar---------*/
.ecoworld_cont{position: relative;margin: 0 auto;}
.topbar {background: rgb(102, 144, 4);height: 40px;line-height: 40px;}
.topbar a {text-decoration: none;color: #ffffff;}
.topbar ul {margin: 0;padding:0;display:inline-block;list-style:none;}
.topbar .topbar_left li { display: inline-block;list-style: none; }
.topbar .topbar_left li i { margin-right: 5px;}
.donate {position: absolute;z-index: 999;top: 2px;right: 0;}
.donate:hover{top: 0;transition:0.5s all;}
.donate:hover .btn-details3{padding: 8px 12px;transition:0.5s all;}
.donate .btn-details3 {background-color: rgb(192, 0, 0);border-radius: 0px;color: #fff !important;font-size: 12px;font-weight: normal !important;outline:0!important;}
/*------logo_part---------*/
.nvbr{
	background-color: #000;
	border-color: #000;
}
.nvbr li{
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.nvbr li:first-child{
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.nvbr li ul li:first-child{
    border-left: 0px solid #c00000;
}
.nvbr li ul li{
    border-right: 0px solid #c00000;
}
.upper-column {
	position: relative;
    float: left;
    padding-top: 25px;
}
.icon-box {
    position: absolute;
    left:0px;
    top: 20px;
    width: 30px;
    height: 30px;
    color: #4a5c7a;
    font-size: 32px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.icon-box span{
	color: #000000;
	font-size: 22px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
/*header*/
.namheader{width:100%; float:left; position:relative; padding:13px 0;}
.namheader:after{width:100%; height:3px; position:absolute; left:0; top:0; content:""; background:#669004;}
.containerb{width:100%; max-width:1170px; margin:0 auto; padding:0 15px;}
.namhcontent{width:100%; float:left; position:relative;}
.logobx{width:100%; float:left;}
.logobx a{display:inline-block;}
.logimg{display:inline-block; vertical-align:middle; margin-right:9px; height:80px;}
.logdesc{display:inline-block; vertical-align:middle;}
.logdesc h1{width:100%;float:left;margin:0;font-size:25px;font-weight:600;line-height:25px;font-family:'Roboto Condensed', sans-serif; color:#fe0000; margin-bottom:5px; }
.logdesc h2{width:100%; float:left; margin:0; font-family:'Lucida Handwriting'; font-size:17px; line-height:24px; color:#333; }


.rt_mharea{width:58%; position:relative; display:inline-block; position:absolute; right:0; top:50%; transform:translate(0%,-50%);}
.ch_info{width:100%; float:left; text-align:right;}
.ch_info li{display:inline-block; vertical-align:middle;}
.etbox{width:100%; float:left; position:relative;}
.etbox.sepa{padding-left:40px;}
.etbox.sepa:after{width:1px; height:100%; position:absolute; left:20px; top:0; background:#dee0e9; content:"";}
.etbox img{opacity:0.5; display:inline-block; vertical-align:middle; margin-right:7px;}
.etbox h3{font-size:14px; font-weight:600; color:#333; text-align:left; display:inline-block; vertical-align:middle; margin:0;}
.etbox h3 span{display:block; font-size:11px; font-weight:400; color:#777; letter-spacing:0.3px; margin-bottom:3px; text-transform:uppercase; }

.info-box ul{padding-left:52px;}
.info-box li {
    position: relative;
    line-height: 24px;
   
    font-size: 15px;
    /* font-family: 'Lora',serif; */
    font-family: 'Roboto Condensed', sans-serif;
    color: #7d7a7a;
    list-style:none;
}
.info-box li a{
	color: #7d7a7a;
	text-decoration:none;
}
.info-box strong {
    font-weight: 400;
    color: #c00000;
    font-size: 21px;
    font-family: 'Roboto Condensed', sans-serif;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}
.flaticon-location-1:before {
    content: "\2709";
}
.flaticon-telephone:before {
    content: "\f1dc";
}
.styled-icons{
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style: none;
	margin-right: 20px !important;
}
.styled-icons li {
	display: inline-block;
	list-style: none;
}
.styled-icons li i {
	margin-right: 12px;
}
.styled-icons li a:hover i {
    color: #000;
}
.wel span{
	color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
}

.topsection{width:100%; float:left; position:relative;}
.topsection:after{width:100%; height:5px; position:absolute; left:0; top:0; content:""; background:#669004;}
.topnav_border {background: #90be54;display: block;width: 100%;height: 4px;position: absolute;top: -4px;left: 0;}
.lg img{padding: 10px 0;max-width: 75px;}
.topsection h1 {font-size: 23px;color: #C00000;margin: 25px 0 10px;font-weight: bold;font-family: 'Roboto Condensed', sans-serif;}
.topsection h2 {font-size: 17px; margin-top: 0;margin-bottom: 0;line-height: 100%;padding: 0;font-family: 'Lucida Handwriting';}
.pdrt{border-right: 1px solid #f2f2f2;}
.menu{margin-top:0px;}
.menu a{font-family:sans-serif;font-weight: 700;text-transform: uppercase;font-size: 12px;letter-spacing: 0.5px;}
.menu .dropdown-menu > li > a:hover, .menu .dropdown-menu > li > a:focus{background:#fe0000;}
.menu ul li ul li:first-child {border-top: 3px solid #C00000;}
/*---------RECENT_CAUSES---------*/
.theme-color {color: #fcb20b;}
.section-title {font-size: 3.4rem;text-transform: uppercase;margin-bottom: 0;font-weight: 700; color:#fff;}
.section-header .section-subtext {margin-top: 12px;margin-bottom: 0; color:#fff; opacity:0.9; font-weight:400;}
.interactive-banner {margin-bottom: 15px; float: left;width: 100%;position: relative;}
.act{background-color:#C00000;}
.act a{color:#fff !important;}
.interactive-banner .banner-content-wrap {position: absolute;bottom: 0;left: 0; right: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#111111), color-stop(20%, #111111), to(rgba(17, 17, 17, 0)));
  background-image: linear-gradient(to top, #111111 0%, #111111 20%, rgba(17, 17, 17, 0) 100%);
  padding:77px 25px 13px 29px;color: #ffffff;}
.interactive-banner .hd {display: block;text-transform: uppercase; margin-bottom: 3px;font-weight: 700;line-height: 1.353;font-family: 'Montserrat', sans-serif;margin-top: 0;font-size: 15px;}
.text {position: relative;color: #777777;font-size: 14px;line-height: 1.8em;font-weight: 400;}
.donatebtn {padding: 8px 12px; font-size: 11px; -moz-user-select: none;-ms-user-select: none;background-color: #4d4641;color: #ffffff;transition:0.5s all;}
.donatebtn:hover{background-color:#c00000;color:#fff;text-decoration:none;transition:0.5s all;}
/*---------about----------*/
.aboutbg{background: #f5f4f1;padding:50px 0; background: url('../images/savelifebg.jpg') no-repeat;background-size: cover; background-attachment:fixed; position:relative; z-index:1;}
.aboutbg:after{content:"";top:0;left:0;width:100%;height:100%;position:absolute;background:rgba(51, 51, 51, .85); z-index:-1;}

.abpara{font-family: "Open Sans", Helvetica, Arial, sans-serif;font-size: 14px;line-height: 1.857;text-align: left; margin-top: 30px;text-align:justify; color:#fff;}
.section-subtitle{text-transform: uppercase;font-size: 2.2rem;font-family: "Montserrat", sans-serif;margin-top: 10px;margin-bottom: 0;}
/*----------video_part------*/
.video-generic {position: relative;}
.video-generic .video-play {width: 80px;height: 80px; line-height: 80px;background-color: #e69f00;border-radius: 50%;display: inline-block;text-align: center;font-size: 1.8rem;position: absolute;top: 50%; left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.video-play i{color: #423630 !important;}
.video-generic .video-play i {margin-left: 3px;}
.video-generic .video-play:hover {background-color: #fcb20b;color: #ffffff;}
.video-content {position: absolute;top: 0;left: 0;right: 0; bottom: 0;}
/*----------MAKE THE BETTER WORLD------*/
.save_life {padding: 40px 0;background: url('../images/savelifebg.jpg') no-repeat;background-size: cover;position: relative; background-attachment: fixed;}
.save_life::after{content: "";top: 0;left: 0;width: 100%;height: 100%;position: absolute;background:rgba(51, 51, 51, .85);   }
.save{position: relative;z-index: 2;text-align: center;}
.save h3{text-transform: uppercase;font-size:40px;line-height: 70px;color: #fff;font-family: "Open Sans", Helvetica, Arial, sans-serif;margin:0; font-weight: bold;}
.save p{font-size: 16px;line-height: 26px;color: #fff;}
.save_links{margin-top: 40px;}
.save_links a{font-weight: bold;width: 194px;height: 40px;display: inline-block;color: #c00000; line-height: 40px;background: #fff;text-transform: uppercase;font-size: 12px;}
.save_links a:first-child{border-top-left-radius: 25px;border-bottom-left-radius: 25px;background-color: #c00000; color: #fff;text-decoration:none;transition:0.5s all;}
.save_links a:last-child{border-top-right-radius: 25px;border-bottom-right-radius: 25px;margin-right: 4px;}
.save_links a:first-child:hover{ background:#fff;color:#c00000;text-decoration:none;transition:0.5s all;}
.save_links a:last-child:hover{ background-color:#c00000;color:#fff;text-decoration:none;transition:0.5s all;}
/*-------------about--------------*/
.leftborder ul{margin:0px; padding:0px;}
.leftborder ul li{list-style:none;}
.leftborder ul li a{color:#000;}
.leftborder ul li a:hover{color:#ED1C24;}
.leftborder ul li a i{margin-right:10px;color:#ED1C24;}
.thm-titlecustomstyle:before {position: absolute;content: "";left: 0;width: 4px;height: 18px;left: 14px;background: #ed1c24;}
.thm-titlecustomstyle{font-size:16px;word-wrap: break-word;color:#000000;font-weight:700;margin:0 0px 20px 24px;}
.feature-para{font-size: 16px;word-wrap: break-word;line-height: 26px;color: #000;text-align: left;font-weight: 300;}
.feature-btn {font-weight: 600;font-size: 12px;color: rgb(237, 28, 36);text-decoration:none;transition:0.5s all ease;}
.feature-btn:hover {text-decoration:none !important;transition:0.5s all ease; cursor:pointer;}
.abt-btn {font-weight: 600; display:inline-block; font-size: 12px;color:#fff;border-radius:0px !important;background-color: rgb(252, 178, 11); border: 1px solid rgb(252, 178, 11);padding: 8px 16px;text-decoration:none !important;transition:0.5s all ease;}
.abt-btn:hover {color: rgb(252, 178, 11);background-color: transparent;border: 1px solid rgb(252, 178, 11);text-decoration:none !important;transition:0.5s all ease;cursor:pointer;}
.feature-btn:hover{color:#000;transition:0.5s all;cursor:pointer;}
.feature-btn:hover i{color:#000; transition:0.5s all;}
.feature-btn i {margin-left: 5px;color: rgb(237, 28, 36);}
.post-list-meta-date {color: #959595;font-size: 12px;margin-bottom:20px;}
.post-list-meta-date i {margin-right: 10px;}
.post-list-title a {text-transform: uppercase; padding: 0;margin: 0; font-size: 13px;line-height: 16px;color: #000;}
.post-list-title a:hover{color: #c5181f;}
.post-listing-btn {margin: 30px 0;display: inline-block;text-transform: uppercase;font-size: 12px;font-weight: 600;color: #ed1c24;}
.post-listing-btn i {margin-left: 10px;}
.mmt{height:380px !important;overflow:hidden;}
.bgim {background-image: url(../image/slider2.jpg);height:500px;background-attachment: fixed;color: #FFFFFF;width: 100%;}
.bgop {background-color: rgba(0,0,0,0.7);width: 100%;height: 100%;padding: 30px 0px 30px;}
.bgop h3{color:#fff !important;margin: 0 0px 20px 40px;text-align: left;}
.bgop h3:before {position: absolute;content: "";left: 0;width: 4px;height: 18px;left: 15px;background: #ed1c24;}
.allc{ border:1px solid #FFCD05;background-color:transparent; color:#FFCD05;  padding:10px 30px;margin-top:40px !important;font-weight:500;}
.allc:hover{ border:1px solid #FFCD05;background-color:#FFCD05;color:#fff;padding:10px 30px;font-weight:500;text-decoration:none;transition:0.5s all;}
.partnerbg h3{color:#000 !important;margin: 0 0px 20px 26px;display:inline-block;}
.partnerbg h3:before {position: absolute;content: "";width: 4px;height: 18px;background: #ed1c24;left: 513px;}
.glyphicon{margin-right:4px !important; /*override*/}
.pagination .glyphicon{margin-right:0px !important; /*override*/}
.pagination a{color:#555;}
.panel ul{padding:0px;margin:0px;list-style:none;height:264px !important;}
.panel-body {padding: 15px 15px 0px 0px !important;}
.news-item{padding:4px 4px;margin:0px;border-bottom:1px dotted #555; }
.cs-section-title { float: left; overflow: hidden; position: relative; width: 100%; }
.main-title.col-md-12 {margin: 0px;}
.cs-section-title:before, .cs-section-title:after { border-bottom: 1px dotted #ececec; border-top: 1px dotted #ececec; content: ""; height: 3px; left: 100%; margin-left: 10px; position: absolute; top: 10px; width: 7700px; }
.cs-section-title:after { left: auto; margin-right: 10px; }
.cs-section-title h2 {color: #c00000 !important;display: inline-block;font-family: 'Roboto Condensed', sans-serif;float: left;font-size: 14px !important;margin-bottom: 15px;text-transform: uppercase;margin: 5px 0;font-weight: 600;letter-spacing: 1px;}
.fb_iframe_widget{border: 1px solid #dbdbdb;padding: 2px;}
/*----footer-------*/
.footer{letter-spacing: 0.01em; opacity: 0.9;}
footer li{list-style:none;color: #ffffff !important;}
.group {background-image: url(../images/footer-bg.jpg) !important;padding: 60px 0 0; position:relative; z-index:1; background-attachment:fixed;} 
.group:after{width:100%; height:100%; position:absolute; left:0; top:0; content:""; background:rgba(0,0,0,0.7); z-index:-1;}
.group:before {background-color: #f4f2ee !important;}
.widget_recent_entries ul li a{color: rgba(255, 255, 255, 0.69) !important;}
.widget_recent_entries ul li a:hover{color:#EC7F24 !important;text-decoration:none;transition:0.5s all;}
.widget_text ul li {color:rgba(255, 255, 255, 0.69) !important; padding: 0px 0px 10px 29px; position: relative;list-style: none;line-height: 28px;}
.widget_text ul li a {color: #ffffff;}
.widget_text ul li i { left: 0px; position: absolute; top: 7px; }
.widget_text li:last-child {margin-bottom: 0;}
.footer-nav {background: url(../images/footer-nav-bg.png) no-repeat center top; margin-top: 20px;padding-top: 15px;}
.logo{ margin-bottom: 20px;}
.footer-nav ul { float: left; text-align: center; width: 100%; }
.footer-nav ul li { background: url(/images/footerli-bg.png) no-repeat right center; display: inline-block; padding: 0 22px 0 14px; }
.footer-nav ul li:last-child {background: none;}
.footer-nav ul li a { color: #FFF !important; display: inline-block; font-size: 12px; line-height: 22px; }
.footer-nav ul li a:hover { border-bottom: 1px dotted #858585; color: #ec7f24; }
.copyright p { color: #FFF; line-height: 32px; }
.socialmedia li { float: left; margin-right: 15px;}
.socialmedia li a { display: block; line-height: 32px; }
.socialmedia li a i { background-color: #FFF;font-size: 14px;vertical-align: middle;height: 30px;width: 30px;line-height: 30px;text-align: center; }
.socialmedia li a .fa-facebook{color:#2d5faa;transition:0.5s all ease;}
.socialmedia li a .fa:hover{color:#fff;background-color:#C00000;transition:0.5s all ease;}
.socialmedia li a .fa-twitter{color:#3ba3f3;transition:0.5s all ease;}
.socialmedia li a .fa-google-plus{color:#f33b3b;transition:0.5s all ease;}
.socialmedia li a .fa-youtube{color:#22b6f4;transition:0.5s all ease;}
.socialmedia li a .fa-linkedin{color:#a82626;transition:0.5s all ease;}
.widget_recent_entries li{line-height: 28px;padding: 6px 0px;border-top: 1px dotted #666666;float: left;width: 100%;}
footer.group h2 { color:#fff !important;font: Normal 18px 'Roboto Condensed', sans-serif !important;text-transform: uppercase;margin: 0 0 20px 0;}
.widget-form p {line-height: 1.7; margin-bottom:10px;font-size: 14px;color: #8f8b89;}
.widget_recent_entries ul li:first-child {border-top: none;}
/*-----footer_signup-----------*/
.sign-up {margin-bottom: 30px;}
.sign-up .input-group-addon {padding: 0;border: 0;background: none;}
.sign-up .form-control {background: none;border: 2px solid #595756;border-right: 0;height: 45px;font-size: 14px;color: #595756;}
.sign-up .form-control::-moz-placeholder {color: #595756;font-weight: 400;}
.sign-up .btn-theme {height: 45px;vertical-align: top;background: none;padding: 10px 20px;}
.sign-up .btn-theme:hover, .sign-up .btn-theme:focus {color: #fff;}
.sign-up .form-control { background: none;border: 2px solid #595756;border-right: 0; height: 45px; font-size: 14px;color: #fff;}
.sign-up .btn-theme, .header-second .bottom-line:before {border-color: #d6b014; color: #ecc731;border-radius: 0;}
/*--------about us-------*/

/*about us page*/
.page_content{width:100%; float:left; padding:50px 0;}
.page_content h4{width:100%; float:left; text-transform:capitalize; font-size:18px; line-height:24px; 
color:#111; font-weight:600; position:relative; margin-bottom:10px;}

.parnr_list{width:100%; float:left; list-style:none;}
.parnr_list li{display:inline-block; vertical-align:middle; padding:10px; border:1px solid #e1e1e1; margin-right:7px;}
.parnr_list li img{max-width:100px;}
.listcourse{width:100%;}
.listcourse .parnr_list li{margin-bottom:15px;}

.abban{width:100%; float:left; margin-bottom:15px;}
.page_content h4 strong{color:#fe0000; font-weight:600;}

.about_rt{width:40%; float:right;}
.page_content p{width:100%; float:left; margin:0 0 20px;}
.page_content  .nomar{margin:0;}
ul.bulet_style1{width: 100%;float: left;}
ul.bulet_style1 li{position:relative;line-height: 28px;padding-left: 30px;text-transform:capitalize;}
ul.bulet_style1 li::after{position: absolute;left: 0;top: 7px;content:""; background:#960a0b url(../images/about/arrow-right.png) no-repeat center;border-radius: 100px;text-align:center;width:15px;height: 15px;}

/*----timeline----*/
.main-timeline {overflow: hidden;position: relative;padding: 60px 0;}
.main-timeline:before,
.main-timeline:after{content: "";display: block; width: 100%;clear: both;}
.main-timeline:before{content: "";width: 1px;height: 100%;background: #d6d5d5;position: absolute;top: 30px;left: 50%;}
.main-timeline .timeline{width: 50%;float: left;padding-right: 30px;position: relative;}
.main-timeline .timeline-icon{ width: 24px;height: 24px; background: #fff;border: 1px solid #cfcdcd;position: absolute;top: 17px;right: -13px;z-index: 1;transform: rotate(45deg);}
.main-timeline .timeline-icon:before {content: "";display: block; width: 15px;height: 15px; background: #fff;position: absolute; top: 50%;left: 50%;transform: translate(-50%, -50%);transition: background-color 0.2s ease 0s;}
.main-timeline .timeline:hover .timeline-icon:before {background: #39b3ff;border-color: #39b3ff;}
.main-timeline .timeline-content{padding: 30px;margin: 0 63px 0 0px;border: 1px solid #ffffff;}
.main-timeline .timeline:hover .timeline-content {border: 1px solid #cfcdcd;}
.main-timeline .timeline-content:before {content: "";display: block;width: 14px;height: 14px; background: #fff;border: 1px solid #cfcdcd;position: absolute;top: 21px;right: 87px;transform: rotate(45deg);transition: all 0.2s ease 0s;}
.main-timeline .timeline:hover .timeline-content:before {background: #39b3ff;border-color: #39b3ff;}
.main-timeline .timeline-content:after {content: "";width: 11%; height: 1px;background: #cfcdcd; position: absolute;top: 28px;right: 3%;}
.timeline-content ul{padding-left:15px;}
.timeline-content ul li{line-height:24px;}
.main-timeline .title{font-size: 19px;font-weight: bold;color: #504f54;margin: 0 0 10px 0;text-align: right;}
.main-timeline .timeline:hover .title {color: #39b3ff;}
.main-timeline .timeline:nth-child(2n):hover .timeline-content .title {font-size: 19px;font-weight: bold;color: #39b3ff;margin: 0 0 10px 0;text-align: left;}
.main-timeline .description{font-size: 14px;color: #7d7b7b;margin: 0;text-align: justify; line-height: 24px;margin-bottom: 10px;}
.main-timeline .timeline:before, .main-timeline .timeline:after {content: "";display: block;clear: both;}
.main-timeline .timeline:first-child:before,
.main-timeline .timeline:last-child:before{content: "";width: 11px;height: 11px;background: #cfcdcd;box-sizing: content-box;border: 5px solid #fff;box-shadow: 0 0 0 2px #cfcdcd;position: absolute;top: -54px;right: -11px;transform: rotate(45deg);}
.main-timeline .timeline:last-child{float:right;}
.main-timeline .timeline:last-child:before{top: auto; bottom: -54px;left: -10px;}
.main-timeline .timeline:nth-child(2n){ padding: 0 0 0 30px; }
.main-timeline .timeline:nth-child(2n) .timeline-icon{right: auto;left: -11.5px;}
.main-timeline .timeline:nth-child(2n) .year{ border-radius: 50px 0 0 50px; }
.main-timeline .timeline:nth-child(2n) .year:before{border-left: none;border-right: 35px solid transparent;left: auto;right: 0;}
.main-timeline .timeline:nth-child(2n) .timeline-content{text-align: left;margin: 0 0px 0 63px;}
.main-timeline .timeline:nth-child(2n) .timeline-content .title {font-size: 19px;font-weight: bold;color: #504f54;margin: 0 0 10px 0;text-align: left;}
.main-timeline .timeline:nth-child(2){margin-top: 122px; }
.main-timeline .timeline:nth-child(odd){ margin: -175px 0 0 0; }
.main-timeline .timeline:nth-child(even){ margin-bottom: 93px; }
.main-timeline .timeline:first-child,
.main-timeline .timeline:last-child:nth-child(even){ margin: 0; }
.main-timeline .timeline:nth-child(2n) .timeline-icon{ border-color: #7eda99; }
.main-timeline .timeline:nth-child(2n) .year{ background: #7eda99; }
.main-timeline .timeline:nth-child(2n) .year:before{ border-top-color: #92efad; }
.main-timeline .timeline:nth-child(3n) .timeline-icon{ border-color: #8a5ec1; }
.main-timeline .timeline:nth-child(3n) .year{ background: #8a5ec1; }
.main-timeline .timeline:nth-child(3n) .year:before{ border-top-color: #a381cf; }
.main-timeline .timeline:nth-child(4n) .timeline-icon{ border-color: #f98d9c; }
.main-timeline .timeline:nth-child(4n) .year{ background: #f98d9c; }
.main-timeline .timeline:nth-child(4n) .year:before{ border-top-color: #f2aab3; }
.main-timeline .timeline:nth-child(2n) .timeline-content:before{left: 87px;}
.main-timeline .timeline:nth-child(2n) .timeline-content:after{ left: 3%; }
@media only screen and (max-width: 767px){
    .main-timeline{ overflow: visible; }
    .main-timeline:before{top: 0;left: 0;}
    .main-timeline .timeline:nth-child(2),
    .main-timeline .timeline:nth-child(odd),
    .main-timeline .timeline:nth-child(even){ margin: 0; }
    .main-timeline .timeline{ width: 100%; float: none;padding: 0 0 0 30px;margin-bottom: 20px !important;}
    .main-timeline .timeline-icon{ right: auto;left: -14.5px;}
    .main-timeline .year{ border-radius: 50px 0 0 50px; }
    .main-timeline .year:before{border-left: none;border-right: 35px solid transparent;left: auto;right: 0;}
    .main-timeline .timeline-content{ margin: 0 35px 0 45px; }}
.part img{border: 1px solid #f2f2f2;
    padding: 10px;height: 101px;}
/*-----------*/
.crumbs-inner {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.7);padding: 40px 0px;color: #fff;}
.crumbs-inner h2{color:#ff8a00;}
.crumbs-inner ul li {display: inline-block;list-style-type:none;}
.crumbs-inner ul li a {color: #fff;padding-right: 24px;}
.crumbs-inner ul li a:hover {text-decoration:none;}
.crumbs-inner ul li a:before {content: '-';position: relative;left: 55px;top: 0;}
/*------team-member------*/
.author-block {background-color: whitesmoke;clear: both;display: table;margin: 20px 0;padding: 23px 20px 20px 20px;border-radius:4px;}
.author-block img{position: absolute;top: -36px; border: 6px solid #fff;-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);}
.author-block h3{margin-top:0px;}
.author-block p{margin-top:30px;line-height:27px;}
/*------------profile-----------*/
.teamlftimg{background-color: #fafafa;padding: 30px;text-align: center;height: 343px;max-height: 343px;margin-bottom:20px;}
.team p {line-height: 20px;font-size: 12px;font-family: 'Montserrat', sans-serif;}
.teamlftimg h3{margin-top:7px;}
.modal-content{text-align:left;}
.modal-body {padding: 33px;}
.modal-header {padding: 19px 33px;}
.teamlftimg h5{font-size: 14px;font-weight:bold;}
.hding{height:100px;max-height:100px;margin-top:15px;}
.teamlftimg a{padding: 6px 10px !important;border: 1px solid #a23333;font-size: 12px;color: #a23333;transition:0.5s all ease;}
.teamlftimg a:hover{background-color:#a23333;color:#fff;transition:0.5s all ease;}
/*------------health page-----------*/
.dsn::before {right: 0;bottom: 0;top: 50px;left: 50px; position: absolute;content: "";border: 10px solid #ff8a00;}
.dsn1::before {left: 0;bottom: 0;top: 50px;right: 50px;position: absolute;content: "";border: 10px solid #ff8a00;}
.health figure img {position: relative;}
.dsn {padding: 0 30px 40px 0;}
.dsn1 {padding: 0 0px 40px 30px;}
.healthdesc{padding-left:40px;}
.healthdesc p{line-height:25px;}
.healthdesc1{padding-right:50px;}
.healthdesc1 p{line-height:25px;}
.health ul{padding-left:10px;}
.health ul li{list-style-type:none;margin-bottom: 7px;line-height:25px;}
.health ul li i{color: #ff8a00; margin: 3px 10px 10px 0px;float: left;}
hr { margin-top: 0px !important;margin-bottom: 20px !important;border: 0 !important;border-top: 2px solid #afa9a9 !important;width: 76px !important;margin-left: 0px !important;}
.health h4{margin-bottom: 4px;}
/*----------media-----------*/
.fusion-date-and-formats {float: left;margin-right: 17px; width: 82px;text-align: center;height: 155px;}
.fusion-date-and-formats .fusion-date-box {padding: 8px 0 5px;color: #fff;display: block;background-color: #f09a3e;border-color: #f09a3e;}
.fusion-date-and-formats .fusion-date {display: block;line-height: 29px;font-size: 29px;font-weight: 700;}
.fusion-date-and-formats .fusion-format-box i {display: block;line-height: 55px;font-size: 30px; color: #c3c2c0;}
.fusion-date-and-formats .fusion-format-box { margin-top: 3px;background-color: #eef0f2;}
.fusion-post-content h2{font-weight: 700;line-height: 32px;letter-spacing: 0px;font-size: 22px; color: #807365;margin-top: 3px;margin-bottom:0px;}
.fusion-single-line-meta{color: #7e8890 !important;}
.fusion-post-content p{color: #000;margin-bottom: 5px;}
.fusion-post-content p span{color: #f09a3e;}
.fusion-single-line-meta{font-size:17px; font-family: "Open Sans", Helvetica, Arial, sans-serif;}
.singldv{border-bottom:1px solid #a2a2a25c;}
.contactform .form-control{font-size: 12px;background: none !important;box-shadow: none !important;padding: 17px 10px;border-radius: 0 !important;color: #000;border: 1px solid rgba(0,0,0,0.1);}
.sngldv{background-color:#f7f7f7;padding:20px;margin-bottom:20px;}
.sngldv h4{color: #c00000;}
.sngldv h5{line-height: 21px;}
.sngldv ul li i{color: #c00000;}
.contactform h3{margin-top:0px;}
.contactform p{margin-bottom:20px;}
/*----annualreport----*/
.crumbs-inner ul li.res a:before {
    content: '-';
    position: relative;
    left: 83px;
    top: 0;
}
.annul p{margin-bottom:20px;}
.annul p i{color:#e01818;margin-right:10px;}
.annul p a{color: #e01818;font-size: 15px;border: 1px solid #e01818;padding:7px 15px;}
.dwnllist{width:100%; float:left; list-style:none;}
.dwnllist li{width:100%; float:left; margin-bottom:10px;}
.dwnllist li a{display:inline-block; border:1px solid #d80000; padding:10px 20px; background:#fe0000; color:#fff; 
transition:all 0.5s ease;}
.dwnllist li a i{margin-right:7px;}
.dwnllist li a:hover{color:#fe0000; background:#fff; border:1px solid #fe0000;}
/*---------donate modalpop up-------------*/
#donate .close, #volunterr .close {float: right !important;text-shadow: 0 1px 0 #fff;filter: alpha(opacity=20);margin-right: -27px !important;margin-top: -21px !important;opacity:1;}
#donate .modal-content {background-image: url(../images/dnt.jpg);background-position: 51% 13%;background-size: cover; background-repeat: no-repeat;}
#donate .modal-body, #volunterr .modal-body { padding: 0px !important; }
#donate form {background-color: #bdbbbbc2;padding: 28px;}
#donate form .form-control{border-radius: 0px; border: 1px solid #fff; box-shadow: none;width: 80%;margin: 0 auto 10px;font-size: 12px;color: #000;}
.bttndv{width: 80%;margin: 0 auto 10px;}
#donate form .form-group {margin-bottom: 0px;}
#donate .modal-dialog, #volunterr .modal-dialog {margin: 100px auto 30px;}
/*---------donate modalpop up-------------*/
#volunterr .modal-content {    background-image: url(../images/vlt.jpg);
    background-repeat: no-repeat;
    background-size: down;
    background-position: bottom;}
#volunterr form {background-color: #bdbbbbc2;padding: 28px;}
 #volunterr form .form-control {
    border-radius: 0px;
    border: 1px solid #f2f2f2;
    box-shadow: none;
    width: 80%;
    margin: 0 auto 10px;
    font-size: 12px;
    color: #000;
    background-color: #ffffffe3;
}
 #volunterr h3{margin-bottom:20px;}
/*--compliance---*/
.comp a{padding: 9px 20px;
    border-radius: 29px;
    color: #fff;
    background-color: #8b8b8b;}
.comp a:hover{color: #fff;
    background-color:#ff8a00;}
.comp h5{color: #ff8a00;margin-bottom:20px;margin-top:30px;font-size: 17px;}



/*anually report*/
/*project*/
.project_outer{width:100%; float:left;}
.prrow{width:100%; float:left;}
.prcol{width:33%; float:left; margin-right:0%; margin-bottom:30px; padding:0 15px;}
.fcdish{width:100%; float:left; box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);}
.prcol:nth-child(3n+3){margin-right:0;}
.prcol figure{width:100%; float:left; position:relative; height:153px; }
.prcol figure img{height:153px; width:100%; object-fit:cover;}
.prcol figure:after{content:""; position:absolute; z-index:9; width: 0; left:0; bottom:0; height: 0; border-style: solid; border-width: 193px 0 0 300px; border-color: transparent transparent transparent #7a3826;}
.prcol figcaption{width:100%; float:left; position:relative;}
.descp{width:100%; float:left; }
.cover_page{width:100%; float:left; height:336px; overflow:hidden;}
.cover_page .cp{width:100%;}
.descp h2{font-weight:600; font-size:16px; line-height:24px; text-transform:capitalize; color:#fff;background:#c00000; width:100%; float:left; padding:15px 20px;  margin:0; transition:all 0.5s ease; position:relative; padding-left:60px; }
.descp h2:hover{background:#000;}
 .descp h2 span{display:inline-block; vertical-align:middle;}
.dwn{width:25px; margin-right:10px; display:inline-block; vertical-align:middle; position:absolute; left:20px;}
.prcol img{transition:all 0.5s ease;}

/*health*/
.rthbox{width:100%; float:left;}
.rthbox h3{width:100%;float:left;margin:0;font-size:18px; line-height:24px; color:#000; font-weight:600; margin-bottom:20px;}
.rthbox .hltcol_area h3{margin-bottom:30px;}
.bxhlth{width:100%; float:left; padding:20px;box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.35); margin-bottom:30px;}
.bxhlth.tenpad{background:#f2f2f2; padding:15px; min-height:165px;}
.hltcol_area{width:100%; float:left; margin-top:20px;}
.hltcol_area .bxhlth{width:48%; float:left;}
.hltcol_area .bxhlth:nth-child(2){float:right;}
.bxhlth h4{width:100%; float:left; font-size:16px; line-height:20px; color:#d50000; font-weight:400;}
.pwrls_list{width:100%; float:left; margin-top:10px;}
.pwrls_list li{width:100%; float:left; position:relative; padding-left:22px; color:#333; font-size:15px; line-height:20px; margin-bottom:10px;margin-right:4% }
.pwrls_list li:nth-child(2n+2){margin-right:0;}
.pwrls_list li:after{width:6px;height:6px;position:absolute;left:0;top:9px; content:""; background:#000000; border-radius:100px;}

/*about*/
.mapvis{width:100%; float:left;}
.maplt_area{width:48%; float:left;}
.maparea{width:48%; float:right;}
.lgstat{width:100%; float:left; margin-top:10px;}
.lglist{width:100%; float:left; list-style:none;}
.lglist li{width:18.4%; float:left; margin-right:2%;}
.lglist li:last-child{margin-right:0;}
.lgstat.opoli{margin-top:15px;}
.lgstat.opoli .bxhlth h4{text-align:center; font-size:16px; line-height:24px; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); padding:10px 25px;}
.lgstat.opoli .bxhlth h4 span{display:block;}
.lgstat.opoli .bxhlth{min-height:150px; position:relative;}
.lgstat.opoli .lglist li{width:23.5%;}
.iw_title h1{width:100%; float:left; font-size:15px; padding:15px;}

.mobile_screen {display: none;}
.large_screen {display: block;}
.projcol{height:auto !important; min-height: 595px;}

@media(max-width:1259px){
	.menu .navbar li a{padding:15px 30px;}
	.container{width:100% !important;}
	.teamlftimg{padding:15px ;}
	}
@media(max-width:1024px){
	.menu .navbar li a{padding:15px 14px;}
	.logdesc h1{font-size:20px;}
	
	}
	
@media(max-width:979px){
	.row .rev_slider_wrapper{float:left;}
	.group{float:left;}
	.bannam{width:100%; float:left;}
	
.mobile_screen {display: block;}
.large_screen {display: none;}

/*menu*/
/*top header*/
.top_header{width:100%; float:left; background:#fb2229; padding:7px 0px;}
.top_header_content{width:100%; float:left; position:relative; }
.top_header ul li{margin-right:7px; display:inline-block; position:relative;}
.login_btn img{width:13px; margin-left:10px; margin-right:5px;}
.left_top_header{width:100%; float:left;}
.info_top{width:100%; float:left;}
.info_top li img{opacity:0.7; transition:all 0.5s ease;}
.info_top li:hover img{opacity:1;}
.rt_top_header{width:auto; position:static; right:0; top:2px;}
.login_btn a{display:block; color:#fff; line-height:14px; border-radius:30px;}
.login_btn a:hover{color:#fff;}
/*apply now btn*/
.apply_now_btn{width:119px; position:absolute; top:50%; transform:none; right:40px; transform:translate(0,-50%);}
.apply_now_btn a{display:inline-block; font-size:12px; line-height:16px;color:#fff; padding:7px 15px; 
font-weight:600; text-transform:uppercase;background: linear-gradient(to bottom, rgba(74,76,176,1) 0%, rgba(12,15,105,1) 100%);}
.apply_now_btn:hover a{background: linear-gradient(to bottom, rgba(74,76,176,1) 0%, rgba(2,4,66,1) 28%, rgba(2,4,66,1) 100%);}	
/*mobile header*/
.logo_box{float:left; width: 100%; padding-right:55px;}
.logo_box a{display:inline-block;}
.logo_box a span{position:absolute; left:85px; top:15px; max-width:155px; color:#fe0000; font-weight:600;}
.logo_box img{width:55px;}
.main_header_outer{min-height:78px; padding-top:8px; padding-bottom:7px; border-bottom:1px solid #e5e5e5; width:100%; position:relative; float:left;}
.rt_menu_area {width:auto;position:absolute;top:50%;right:20px;left:auto;padding:0px 0px 0px; transform:translate(0,-50%);}
/*toggle menu*/
.menu_toggle_mob{width:25px; float:left; cursor:pointer;}
.bar1, .bar2, .bar3 {width:23px; height: 2px; background-color: #333; margin: 4px 0; transition: 0.4s; cursor:pointer;}
.active .bar1 {transform: rotate(-45deg) translate(-5px, 5px) ;}
.active .bar2 {opacity: 0;}
.active .bar3 {-webkit-transform: rotate(45deg) translate(-4px, -4px) ;transform: rotate(45deg) translate(-4px, -4px) ;}
.main_menu_outer{width:100%; float:left;}
.main_menu_outer ul{margin:0; padding:0; width:100%; float:left; list-style:none;}
.main_menu_outer ul li{position:relative; width:100%; float:left;}
.main_menu_outer ul li a{border-bottom:1px solid #dfdfdf; display:block; text-decoration:none; padding:10px; color:#111;}
.main_menu_outer ul li:hover a{background:#fb2229; color:#fff;}
.main_menu_outer ul li:hover li a{background:#fff; color:#333;}
.main_menu_outer ul li:hover li:hover a{background:#fb2229; color:#fff;}
.main_menu_outer ul li ul{height:auto; position:static; visibility:visible; opacity:1;}
.main_menu_outer ul li ul::after{display:none;}
.main_menu_outer ul li ul{box-shadow:none; transition:none; display:none;}
.main_menu_outer ul li li a{border-bottom:1px solid #dfdfdf; padding-left:25px;}
.drop_icon{cursor:pointer; position:absolute; right:5px; top:3px; width:40px;height:40px; background:url(../images/dropdown.png) no-repeat center; transition:all 0.5s ease;}
.drop_icon.act{transform:rotate(180deg);}
.main_menu_outer ul li:hover ul ul{opacity:1; visibility:visible;}
.main_menu_outer ul li ul{background:#fff;}
.main_menu_outer ul li ul li a, .main_menu_outer ul li:hover ul li a{color:#333;}

.projcol{width:100% !important; margin-bottom:30px; padding-bottom:25px !important; min-height:auto; !important}
.projcol .img-responsive{height:230px; object-fit:cover; width:100%;}

.abtnam{margin-bottom:30px;}
.group.ftnam{width:100%;}

.maplt_area{width:100%;}
.maparea{width:100%; margin-bottom:30px;}
.lglist li{width:100%; margin-right:0; }
.bxhlth.tenpad{min-height:auto;}
.bxhlth{margin-bottom:20px;}
.parnr_list li{margin-bottom:10px;}
.about_lt{width:100%; float:left;}
.innerpgttl_area{width:100%; float:left;}
.abbgs{width:100%; float:left; position:relative; min-height:150px; z-index:1;}
.abbgs:after{content:""; width:100%; height:100%; position:absolute; left:0; top:0; background:rgba(0,0,0,0.7);}
.abbgs h2{width:100%; float:left;}
.abbgs ul{width:100%; float:left;}
.baninner{min-height:150px; object-fit:cover;}
.crumbs-inner{padding:0; top:50%; transform:translate(0,-50%); height:auto; background:none; z-index:9; width:100%; }
.page_content{padding:25px 0;}



.rbt_bg_gray.rbt_flat .navbar-nav > .active > a, 
.rbt_bg_gray.rbt_flat .navbar-nav > .active > a:hover, 
.rbt_bg_gray.rbt_flat .navbar-nav > .active > a:focus{background-size:20px !important;}
.teampg{padding-left:0 !important;}
.teampg .col-sm-4{padding:0 !important;}
.lgstat.opoli .lglist li{width:100%;}
.health{width:100%; float:left; margin-top:35px;}
.dsn{margin-bottom:30px;}
.healthdesc{padding-left:0; padding-right:0;}
.healthdesc1{padding-right:0; margin-bottom:30px;}
.annul{width:100%; float:left;}
.prcol{width:100%;}
.education-gallery.education-classic-gallery ul li{width:25% !important;}
.comp a{display:inline-block; margin-bottom:10px;}
.contactform{margin-bottom:30px; padding:0;}
.health  .col-sm-5{padding-left:0; padding-right:0;}
}
@media(max-width:639px){
	.abbgs{min-height:90px;}
	.baninner{min-height:90px;}
	.abbgs h2{font-size:18px;}
	.abbgs ul{margin-bottom:0;}
	.hltcol_area .bxhlth{width:100%;}
	.dsn{padding: 0 15px 30px 0;}
	.dsn:before,
	.dsn1:before{border-width:5px;}
	.education-gallery.education-classic-gallery ul li{width:48% !important;}
	}	

	
	
	
	
/* Shakti Css */
.notice_btn{
   font-size: 18px;
    font-weight: 600;
    color: #fa0000;
}

.notice_btn span{
   padding: 3px 8px;
    color: #ffffff;
    border-radius: 12px;
    animation: change-background 2s ease infinite;
    font-size: 10px;
    position: relative;
    top: -16px;
    left: -10px;
}
   @keyframes change-background {
      0% {
        background: #fa0000;
      }
      50% {
        background: #b3dbd3;
      }
      100% {
        background: #fe0000;
      }
    }
.parnr_list li:last-child{border: unset;}
.health figure img {
    height: 235px;
    object-fit: cover;
}
.teamlftimg img{
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.partner_img {
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0 10px 20px -10px rgb(0 0 0 / 20%);
}
.partner_img img{
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.vdv{
    padding: 17px 0 !important; 
}
/*.pgton {*/
/*  margin-bottom: 4rem;*/
/*}*/
/*.pgton .pagination {*/
/*  align-items: center;*/
/*  text-align: center;*/
/*  justify-content: center;*/
/*}*/
/*.pgton .pagination span {*/
/*  padding: 8px 26px;*/
/*  border: 1px solid rgba(0, 67, 63, 0.4);*/
/*}*/
/*.pgton .pagination button {*/
/*  border: 1px solid #fe0000;*/
/*  background: #fe0000;*/
/*  color: #fff;*/
/*  padding: 6px 10px;*/
/*}*/

/*.nxtbtn {*/
/*  background-color: rgba(0, 67, 63, 0.5803921569) !important;*/
/*  color: #ffffff !important;*/
/*  border: 1px solid rgba(0, 67, 63, 0.1490196078) !important;*/
/*}*/
/*.pagination {*/
/*    display: block;*/
/*}*/

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 17px 0 54px;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  .pagination a {
    padding: 6px 12px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
    border-radius: 4px;
    transition: 0.2s;
  }
  .pagination a:hover {
    background: #fe0800;
    color: #fff !important;
  }
  .pagination a.active {
    background: #fe0800;
    color: #fff !important;
    pointer-events: none;
  }
  .pagination a.disabled {
    color: #aaa;
    pointer-events: none;
    border-color: #eee;
  }
  
  
  
  
  @media(max-width:479px){
	.login_btn a{font-size:12px;}
	.login_btn img{display:none;}
	.dsn{padding: 0 5px 20px 0;}
	.dsn1{padding: 0 0px 20px 5px;}
	.cover_page{height:350px;}
	.education-gallery.education-classic-gallery ul li{width:50% !important;}
	.rbt_tab > .tab-content{padding:20px 0px !important;}
	.health ul {
     padding-left: 0px;
     }
     .education-gallery.education-modern-gallery ul {
       margin: 0px -12px;
       }
       .health figure img {
      height: 155px !important;
      object-fit: cover;
    }
        .pagination a {
        padding: 7px 6px !important;
    }
       .pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
        margin: 0px 0;
        /* padding: 0; */
        width: 97%;
        /* box-sizing: border-box; */
        flex-wrap: inherit;
        padding-top: 6%;
    }
     /*.col-sm-12{*/
     /*    padding: 0px !important;*/
     /*}*/
     .abtnam{
     margin-top: 22%;
     margin-bottom: 10%;
     }
     .video-generic , .hfhf {
     display: none;
      }
         .parnr_list li {
        display: inline-flex;
        vertical-align: middle;
        padding: 18px;
        border: 1px solid #e1e1e1;
        margin-right: 10px;
        height: 114px;
        width: 46%;
        align-items: center;
    }
.fot-up{
        padding: 3rem 0 2rem;
}
.lglist li{
   width: 100% !important;
    margin-right: 20px;
}
    .crumbs-inner {
        width: 100%;
    }
  }
  
  .rbt_video_youtube .col-sm-12{
 padding-right: 1px !important;
 padding-left: 6px !important;
}
  .rbt_video_youtube_left {
    float: left;
    height: auto !important;
}
  
