/* CSS Document */

/*
 * V-Excel Educational Trust
 * Legacy website stylesheet
 *
 * Originally based on the CHcharity template (2018).
 * This file contains active legacy styles retained for compatibility.
 *
 * Do not add new design work here.
 * New styles and overrides should go into vexcel.css.
 */

/*
    Created on   : 01/01/2018.
    Theme Name   : CHcharity.
    Description  : Chcharity - Charity Fundraising HTML Template.
    Version      : 1.0.
    Author       : @template_mr. 
    Developed by : @template_mr.
*/

/* =========================================================
   TABLE OF CONTENTS
   =========================================================

   01. Imports and vendor styles
   02. Loading transition
   03. Global styles and utilities
   04. Header and navigation
   05. Homepage sections
   06. Inner-page banner
   07. About and programme content
   08. Causes and programme listings
   09. Events
   10. Gallery
   11. Team and trustees
   12. Forms
   13. Services list
   14. Contact
   15. Footer
   16. Responsive styles
   17. V-Excel legacy customisations

   ========================================================= 
*/

/* =========================================================
   01. IMPORTS AND VENDOR STYLES
   ========================================================= 
*/
/*------- Fonts ---------*/
@import url('https://fonts.googleapis.com/css2?family=Abel&family=Oswald:wght@200;500;600;700&display=swap');
@import url('../font/font-awesome/css/font-awesome.min.css');

/*---- Bootstrap ----- */
@import url('../vendor/bootstrap/css/bootstrap.min.css');
@import url('../vendor/bootstrap-select-1.10.0/dist/css/bootstrap-select.min.css');
@import url('../vendor/bootstrap-slider-master/dist/css/bootstrap-slider.min.css');

/*----Plugins---*/
@import url('../vendor/Camera-master/css/camera.css');
@import url('../vendor/fancybox/dist/jquery.fancybox.min.css');
@import url('../vendor/fancybox/jquery.fancybox.css');
@import url('../font/flat-icon/font/flaticon.css');
@import url('../vendor/OwlCarousel2/dist/assets/owl.carousel.min.css');
@import url('../vendor/OwlCarousel2/dist/assets/owl.theme.default.min.css');
@import url('../vendor/WOW-master/css/libs/animate.css');
@import url('../vendor/hover.css');
@import url('../vendor/jquery-ui/jquery-ui.min.css');
@import url('../vendor/sanzzy-map/dist/snazzy-info-window.min.css');

/* =========================================================
   02. LOADING TRANSITION
   ========================================================= 
*/
   
#loader-wrapper 
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: #fff;
	overflow: hidden;
}
#loader 
{
	background: url(../images/1.gif);
	width: 64px;
	height: 64px;
	position: relative;
	top: 50%;
	margin: -32px auto 0 auto;
}

/* =========================================================
   03. GLOBAL STYLES AND UTILITIES
   ========================================================= 
*/
@font-face 
{
	font-family: "font-awesome";
	src: url('../font/font-awesome/fonts/fontawesome-webfont.ttf');
	src: url('../font/font-awesome/fonts/fontawesome-webfont.eot'), /*IE9 Compat Modes*/
		 url('../font/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
		 url('../font/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../font/font-awesome/fonts/fontawesome-webfont.svg') format('svg'), /* Legacy iOS */
}
* {
	margin:0;
	padding: 0;
}
body 
{
	font-family: 'Segoe UI';
	color: #000;
	font-size: 16px;
	font-weight: 400;
	overflow-x: hidden !important;
	position: relative;
}
h1,h2,h3,h4,h5,h6,p,ul 
{ 
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 
{
	font-family: 'Segoe UI';
	color: #171616;
	text-transform: none;
	font-weight: 500;
}
h1 
{
	font-size: 20px;
	line-height: 74px;
	font-weight: 700;
	
}
h2 
{
	font-size: 40px; 
	line-height: 60px;
	font-weight: 600;
}
h3 
{
	font-size: 32px; 
	line-height: 40px;
}
h4 
{
	font-size: 24px; 
	line-height: 36px;
}
h5 
{
	font-size: 20px; 
	line-height: 30px;
}
h6 
{
	font-size: 16px; 
	line-height: 25px;
}
p 
{
	font-family: 'Segoe UI';
	font-weight: 400;
	line-height: 26px;
	font-size: 14px;
	color: rgba(0,0,0,.9);
}
a 
{
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all .3s ease-out;
	   -moz-transition: all .3s ease-out;
	    -ms-transition: all .3s ease-out;
	     -o-transition: all .3s ease-out;
	        transition: all .3s ease-out;
}
a:hover,a:active,a:visited,a:focus 
{
	text-decoration: none;
	outline: none;
}
button 
{
	border: none;
	outline: none;
	box-shadow: none;
	display: block; 
	padding: 0;
}
ul 
{
	list-style-type: none;
}
/* PN 20251027 */
li 
{
	list-style-type: none;
	font-size: 14px;
}
/* end PN 20251027 */
img 
{
	max-width: 100%; 
	display: block;
}
input,textarea 
{
	outline: none; 
	-webkit-box-shadow: none; 
	box-shadow: none;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.main-page-wrapper 
{
	overflow-x: hidden !important;
}
.clear-fix 
{
	clear: both;
}
.clear-fix:after 
{
	display: table;
	content: '';
	clear: both;
}
.float-left 
{
	float: left;
}
.float-right 
{
	float: right;
}

.portfolio-item .item-opacity,
.portfolio-item .item-opacity>div>h6,
.Team-Pages .Our-Team-Item .Team-Text>h5,
.Blog-List-Wrapper>li>h5,
.Rcent-Causes-Item-Wrapper .Causes-Item .Causes-Text,
.Causes-Sidebar-Wrapper .Causes-Sidebar-Item>.Causes-Text>h3,
#Details-Slider.owl-theme .owl-dots .owl-dot span,
#theme-main-banner .camera_prev,
#theme-main-banner .camera_next,
.Children-Care-list .list-item,
.Children-Care-list .list-item>i,
.Right-Side-Bar .Side-Our-Programs>ul>li>a>i,
.mixitUp_menu ul li:before,
.mixitUp_menu ul li,

.tran3s 
{
	-webkit-transition: all .3s ease-out;
	   -moz-transition: all .3s ease-out;
	    -ms-transition: all .3s ease-out;
	     -o-transition: all .3s ease-out;
	        transition: all .3s ease-out;
}
img,
.tran5s 
{
	-webkit-transition: all .5s ease-out;
	   -moz-transition: all .5s ease-out;
	    -ms-transition: all .5s ease-out;
	     -o-transition: all .5s ease-out;
	        transition: all .5s ease-out;
}
.p-color 
{
	color:  #d24b38 ;
}
.p-color-bg 
{
	background:  rgba(253,88,11,0.85) ; /* #00a29b; */
}
.text-center 
{
	text-align: center;
}
.a-comon 
{
	font-size: 16px;
	font-weight: 600;
	font-family: 'Segoe UI','Abel','Open Sans', sans-serif;
	text-align: center;
}
.margin-top 
{
	margin-top: 40px !important; 
	margin-bottom: 80px !important;
}
.margin-bottom 
{
	margin-bottom: 120px !important;
}
.margin-top-0 
{
	margin-top: 0 !important;
}
.margin-bottom-0 
{
	margin-bottom: 0 !important;
}
.padding-top-0 
{
	padding-top: 0 !important;
}
.padding-bottom-0 
{
	padding-bottom: 0 !important;
}

/**============= Theme title ===============**/
.Theme-title h2 
{
	font-weight: 700;
}
.Theme-title h6 
{
	font-weight: 500;
	color: #d24b38 ;
	line-height: 55px;
	margin-bottom: 12px;
	font-size: 21px;
}

/* =========================================================
   04. HEADER AND NAVIGATION
   ========================================================= 
*/
 
/*======================== Top Header ====================*/
.top-header 
{
	background: rgba(253,88,11,0.85) /* #d24b38; */
}
.top-header ul 
{
	padding: 12px 0;
}
.top-header ul>li 
{
	display: inline-block;
}
.top-header ul>li>a 
{
	color: #fff;
}
.top-header ul>li>a:hover 
{
	color:  #d24b38;
}
.top-header .top-header-left li 
{
	margin-right: 20px;
}
.top-header .top-header-left li>a>i 
{
	margin-right: 10px;
}
.top-header .top-header-right li:last-child,
.top-header .top-header-left li:last-child 
{ 
	margin-right: 0;
}
.top-header .top-header-right li 
{
	margin-right: 28px;
}
/*======================== Middle Header ====================*/
.middle-header 
{
	background-color: 	#ff9900;
    background-repeat: repeat-y;
}
.middle-header-contant
{
    margin-top: 14px;
}
.middle-header .middle-header-contant ul>li 
{
	float: left; 
	width: 33.333333%; 
	padding-left: 65px;
	position: relative;
}
.middle-header .middle-header-contant ul>li>i 
{
	position: absolute;
	top: 0;
	left: 0;
	color: #bfbcbc;
	font-size: 40px;
	line-height: 50px;
}
.middle-header .middle-header-contant ul>li>a,
.middle-header .middle-header-contant ul>li>span 
{
	display: block; color: rgba(0,0,0,0.7); font-weight: 600;
}
.middle-header .middle-header-contant ul>li>p 
{
	font-weight: 500;
    color: #d24b38 ;
    font-style: italic;
    font-size: 15px;
    line-height: 35px;
}
.middle-header .middle-header-contant ul>li>a:hover 
{
	color:  #d24b38;
}
/*======================== Search Overlay ====================*/
#search-button 
{
	background: transparent;
	color: #fff;
	font-size: 22px;
	position: relative;
	display: inline-block;
	line-height: 79px;
	width: 60px;
}
#searchWrapper 
{
	position: fixed;
	top:0;
	right: 0;
	bottom: 0;
	left:0;
	background: rgba(255,255,255,0.97);
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
}
#searchWrapper.show-box 
{
	opacity: 1; visibility: visible;
}
#searchWrapper .container 
{
	height: 100%;
}
#searchWrapper img 
{
	margin:0 auto;
	position: relative;
	top:20%;
}
#searchWrapper form 
{
	position: relative;
	top:40%;
	height: 70px;
	-webkit-transform:translateY(-50%);
	      transform:translateY(-50%);
}
#searchWrapper form input 
{
	height: 100%;
	width: 100%;
	border: 1px solid rgba(253,88,11,0.2);
	border-radius: 5px;
	padding: 0 95px 0 20px;
	background: rgba(240,240,240,0.5);
	font-size: 20px;
	letter-spacing: 1.2px;
	font-weight: 300;
}
#searchWrapper form input:focus 
{
	box-shadow: 0px 0px 18px -3px rgba(253,88,11,0.7);
}
#searchWrapper form button 
{
	position: absolute;
	top:0;
	right: 0;
	width: 90px;
	height: 100%;
	position: absolute;
	font-size: 20px;
	color:#fff;
	border-radius: 0 5px 5px 0;
	background:  #d24b38;
}
#searchWrapper #close-button 
{
	position: absolute;
	top:20px;
	right: 20px;
	width: 60px;
	height: 60px;
	font-size: 35px;
	background: transparent;
}
#search-button:hover
{
	color: #fff; 
	background:rgb(0, 162, 155);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
}
/*======================== Main Menu ====================*/
.main-menu-button>i 
{
    font-weight: 400;
    margin-left: -2px;
    font-size: 25px;
    line-height: 19px;
    float: right;
    background-color: rgb(255,153,0);/*#00a29b;*/
    padding: 10px;
    height: 43px;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
}
.main-menu-button:hover
{
	color: #fff; 
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
}
.theme-main-menu 
{
	background: #36454F; /* #000000; */ /*#2b2a27;*/
}
.theme-main-menu .menu-skew-div 
{
	position: relative;
}
.main-menu .navbar-nav 
{
	margin: 0; width: 100%;
}
.navbar 
{
	border: none; 
	margin-bottom: 0; 
	float: left;
}
.main-menu .navbar-collapse 
{
	padding:0;
	box-shadow: none;
	z-index: 9999;
}
.main-menu .navbar-nav >li 
{
    margin-right: -1px;
}
.main-menu .navbar-nav >li:last-child 
{
	margin-right: 0;
}
.main-menu .navbar-nav >li>a 
{
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 18px;
    line-height: 41px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nav>li>a:focus, .nav>li>a:hover
{   
	background: rgba(253,88,11,0.85)  /* #00a29b */ !important;    
	color: #fff; 
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
}  
.main-menu .navbar-nav >li.active>a
{ 
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
}
.main-menu .navbar-nav >li.active>a,
.main-menu .navbar-nav >li:hover a,
.main-menu .navbar-nav >li:focus a 
{
	color: #fff;     
	background-color: rgba(253,88,11,0.85); /*#00a29b;*/ 
}
.main-menu nav ul li.dropdown-holder .fa 
{
	display: none;
	line-height: 46px;
	width: 60px;
	font-size: 18px;
	color: #fff;
	position: absolute;
	top:0;
	right: 0;
	text-align: center;
	cursor: pointer;
	border-left: solid 1px #fff;
}
.navbar-toggle 
{
	margin: 0;
	background: transparent;
	border-radius: 0;
	padding: 0;
	height: 61px;
}
.navbar-toggle .icon-bar 
{
	background:  #d24b38 ;
	height: 4px;
	width: 35px;
}
.navbar-toggle .icon-bar+.icon-bar 
{
	margin-top: 6px;
}
.navbar-toggle:hover .icon-bar+.icon-bar 
{
	margin-top: 4px;
}
/*=================== Sub Menu ==============*/
.main-menu .navbar-nav>li.dropdown-holder .sub-menu 
{
	position: absolute;
	min-width: 249px;
	top: 110px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: 99999;
	box-shadow: 0px 0px 25px -3px rgba(21,21,21,0.09); background-color: #fff;
}
.main-menu .navbar-nav>li.dropdown-holder:hover .sub-menu 
{
	opacity: 1;
	visibility: visible;
	top: 60px;
	-webkit-transform: scaleY(1);
	 -moz-transform: scaleY(1);
	  -ms-transform: scaleY(1);
	   -o-transform: scaleY(1);
		  transform: scaleY(1);
	z-index: 99999;
    border-top: 3px solid #2b2a27;
}
.main-menu .navbar-nav>li.dropdown-holder .sub-menu li a 
{
	font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    color: #222222;
    padding:10px 15px;
    display: block;
    border-top: 1px solid rgba(0,0,0,0.05);
    background: #fff;
    position: relative;
}
.main-menu .navbar-nav>li.dropdown-holder .sub-menu li:hover a 
{
    background:  rgba(253,88,11,0.85);
    color: #fff;
}
/*==================================== Theme Main Banner ====================================*/
.theme-main-menu.fixed 
{
	position: fixed !important;
	width:100%;
	top:0;
	left:0;
	z-index: 9999;
	margin: 0;
	animation-name: menu_sticky;
	animation-duration: 0.90s;
	animation-timing-function: ease-in-out;
	box-shadow: 0px 0px 25px -3px rgba(21,21,21,0.2);
}
.camera_wrap 
{
	float:none;
}
#theme-main-banner .camera_overlayer 
{
	content: '';
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
}
#theme-main-banner .camera_prev, #theme-main-banner .camera_next 
{
	height: 120px;
	width: 30px;
	margin-top: -60px;
	text-align: center;
}
#theme-main-banner .camera_prev:hover, #theme-main-banner .camera_next:hover {/*background: rgba(0,0,0,0.7);*/}
#theme-main-banner .camera_prev > span,#theme-main-banner .camera_next > span 
{
	background: none;
	display: block;
	width: 100%;
	height: 100%;
}
#theme-main-banner .camera_prev > span:before,#theme-main-banner .camera_next > span:before 
{
	font-family: 'font-awesome';
	font-size: 32px;
	color:#fff;
	line-height: 120px;
}
#theme-main-banner .camera_prev > span:before 
{
	content: '';
}
#theme-main-banner .camera_next > span:before 
{
	content: '';
}
#theme-main-banner.camera_wrap .camera_pag .camera_pag_ul li 
{
	display: none !important;
}
#theme-main-banner .camera_caption 
{
	height: 100%;
}
#theme-main-banner .camera_caption>div 
{
	background: transparent;
	position: absolute;
	width: 100%;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	text-shadow: none;
	left: 0;
	padding: 0;
}
#theme-main-banner .camera_caption .container h1 
{
	color: #fff; 
	margin-bottom: 70px;
}
#theme-main-banner .camera_caption .container h6 
{
	color: #fff; 
	font-size: 18px; 
	font-weight: 700;
}
#theme-main-banner .camera_caption .container a 
{
    width: 173px;
	font-weight: 600;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #ff9b01;
	opacity: 1;
	margin-top: 30px;
	text-transform: capitalize;
	letter-spacing: 1px;
}
#theme-main-banner .camera_caption .container>a:before 
{
	background: #fff; 
	color:#333 !important;
}

/*======================== Banner Bottom Section ====================*/
.banner-bottom-section 
{
	background: url(../images/home/bg-img-1.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
.banner-bottom-section>.opact-div 
{
	background: rgba(0,0,0,0.72);
	min-height: 283px; 
	padding: 70px 0;
}
.banner-bottom-section-text>h3 
{
	font-size: 33px; 
	color: #fff; 
	margin-bottom: 30px;
}
.banner-bottom-section-text>p 
{
	color: #fff; 
	font-size: 18px;
}
.banner-bottom-section-button a 
{
	display: block;
    line-height: 48px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    background: #ff9b01;
    text-align: center;
    margin: 0 auto;
    padding: 0px 17px;
}
.banner-bottom-section-button a:hover
{
	color:  #d24b38;
}

/*==================================== Rcent Causes ======================================*/
.Rcent-Causes-Section 
{
	padding:65px 0 70px;
}
.Rcent-Causes-Section .Theme-title 
{
	margin-bottom: 30px;
}
.Rcent-Causes-Item-Wrapper .Causes-Item .Causes-Img 
{
	position: relative; 
	overflow: hidden;
	border:1px solid #e0dedd;
}
.Rcent-Causes-Item-Wrapper .Causes-Item .Causes-Img:before 
{
	content: "";
    width: 200%;
    height: 110%;
    border-radius: 50%;
    position: absolute;
    top: -102%;
    left: -50%;
    right: -50%;
    z-index: 9;
}
.Rcent-Causes-Item-Wrapper .Causes-Item .Causes-Img>img 
{
	width: 100%;
	-webkit-transform:scale3D(1.1,1.1,1.1);
          transform:scale3D(1.1,1.1,1.1);
}
.Rcent-Causes-Item-Wrapper .Causes-Item:hover .Causes-Img>img 
{
	-webkit-transform:scale3D(1,1,1);
          transform:scale3D(1,1,1);
}
.Rcent-Causes-Item-Wrapper .Causes-Item .Causes-Text 
{
	border:1px solid #e0dedd;
	border-top: none;
    padding: 19px 0px;
    text-align: center;
}
.Rcent-Causes-Item-Wrapper .Causes-Item:hover .Causes-Text 
{
	border-color:  #d24b38;
}
.Rcent-Causes-Item-Wrapper .Causes-Item .Causes-Text>h3 
{
	font-weight: 600;
	font-size: 23px;
	margin: 5px 0 25px;
}
.Rcent-Causes-Item-Wrapper .Causes-Item .Causes-Text>ul>li 
{
	display: inline-block;
	vertical-align: middle;
	color: #171616;
	font-size: 18px;
	font-weight: 600;
	line-height: 32px;
}
.Rcent-Causes-Item-Wrapper .Causes-Item .Causes-Text>p 
{
	margin: 25px 0 35px;
}
.Rcent-Causes-Item-Wrapper .Causes-Item .Causes-Text>a 
{
	width: 160px;
	line-height: 43px;
	color:  #d24b38;
	border: solid 1px  #d24b38;
	font-weight: 600;
}
.Rcent-Causes-Item-Wrapper .Causes-Item .Causes-Text>a:hover 
{
	color: #fff; 
	background: #d24b38;
}
.Rcent-Causes-Item-Wrapper>a 
{
	display: block;
	width: 228px;
	line-height: 45px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	background:  #d24b38 ;
	text-align: center;
	margin: 70px auto 0;
}
/*======================================= Company History =======================================*/
.company-history-section 
{
	position: relative;
	background: url(../images/home/who-we-are.webp) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
.company-history-section .company-history-shape-img-top,
.company-history-section .company-history-shape-img-bottom 
{
	position: absolute;
}
.company-history-section .company-history-shape-img-top>img,
.company-history-section .company-history-shape-img-bottom>img 
{
	width: 100%;
	max-height: 120px;
}
.company-history-section .company-history-shape-img-top 
{
	top: 0; 
	right: 0; 
	left: 0;
}
.company-history-section .company-history-shape-img-bottom 
{
	bottom: 0; 
	right: 0; 
	left: 0;
}
.company-history-containt-opact 
{
	padding: 190px 0;
	background: rgba(253,88,11,0.85);
}
.company-history-containt-opact .history-item>div 
{
	padding-left: 95px; 
	position: relative; 
	min-height: 110px;
}
.company-history-containt-opact .history-item>div>i 
{
	font-size: 50px; 
	color: #fff; 
	line-height: 50px; 
	position: absolute; 
	top: 0; 
	left: 0;
}
.company-history-containt-opact .history-item>div>p 
{
	color: #fff; 
	font-size: 20px; 
	margin-bottom: 10px;
}
.company-history-containt-opact .history-item>div>h2 
{
	color: #fff; 
	font-size: 52px; 
	font-weight: 700;
}
.company-history-containt-opact .history-item.item-four 
{
	float: right;
}
.company-history-containt-opact .history-item.item-two,
.company-history-containt-opact .history-item.item-three 
{
	width: 208px; 
	margin: 0 auto;
}

/*==================================== Upcoming Events ======================================*/
.Events-Item-Wrapper>li 
{
	background: #f7f7f7; 
	position: relative; 
	overflow: hidden;
	margin-bottom: 20px;
	padding-right: 65px;
}
.Events-Item-Wrapper>li .events-img,
.Events-Item-Wrapper>li .day,
.Events-Item-Wrapper>li .events-text 
{
	float: left; 
	text-align: center;
}
.Events-Item-Wrapper>li .events-img 
{
	width: 300px; 
	overflow: hidden; 
	border: 1px solid #f7f7f7;
}
.Events-Item-Wrapper>li .events-img>img 
{
	width: 100%;
	-webkit-transform:scale3D(1.1,1.1,1.1);
          transform:scale3D(1.1,1.1,1.1);
}
.Events-Item-Wrapper>li:hover .events-img>img 
{
	-webkit-transform:scale3D(1,1,1);
          transform:scale3D(1,1,1);
}
.Events-Item-Wrapper>li .day 
{
	width: 200px; 
	margin-top: 70px; 
	padding-left: 50px;
}
.Events-Item-Wrapper>li .day>h2 
{
	font-size: 80px; 
	color: #dddcdc; 
	margin-bottom: 30px;
}
.Events-Item-Wrapper>li .day>h6 
{
	font-size: 18px; 
	font-weight: 600; 
	color:  #d24b38; 
	line-height: 36px;
}
.Events-Item-Wrapper>li .events-text 
{    
	width: Calc(100% - 313px); 
	margin-top: 31px;
    float: right;
}
.Events-Item-Wrapper>li .events-text>h4 
{
	margin-bottom: 20px; 
	font-weight: 600;
}
.Events-Item-Wrapper>li .events-text>p 
{
	max-width: 385px; 
	margin: 0 auto; 
	line-height: 30px;
}
.Events-Item-Wrapper>li .events-text>p>i 
{
	color: rgba(253,88,11,0.7);
}
.Events-Item-Wrapper>li>a 
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background:  #d24b38 ;
	color: #fff;
	width: 60px;
	text-align: center;
	font-size: 15px;
}
.Events-Item-Wrapper>li>a>i 
{
	display: block;
	line-height: 60px;
	width: 60px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

/*================================= Testimonials ===========================*/
.testimonial-section 
{
	position: relative;
	background: url(../images/home/who-we-are.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
.testimonial-section .testimonial-shape-img 
{
	position: absolute; 
	top: 0; 
	right: 0; 
	left: 0;
}
.testimonial-section .testimonial-shape-img>img 
{
	width: 100%; 
	max-height: 160px;
}
.testimonial-section .testimonial-opact 
{
	padding: 200px 0 65px; 
	background: rgba(0,0,0,0.82);
}
.testimonial-containt .testimonial-shape-border 
{
	width: 93px; 
	border-bottom: solid 1px #fff; 
	margin: 0 auto 50px; 
	text-align: center;
}
.testimonial-containt .testimonial-shape-border>i 
{
	font-size: 50px; 
	color:  #d24b38 ; 
	margin-bottom: 5px; 
	display: inline-block;
}
.testimonial-containt .carousel-inner>.item 
{
	text-align: center;
}
.testimonial-containt .carousel-inner>.item>p 
{
	font-size: 20px; 
	line-height: 40px; 
	color: #fff; 
	padding: 0 16%;
}
.testimonial-containt .carousel-inner>.item>span 
{
	color:  #d24b38; 
	font-size: 18px; 
	font-weight: 600; 
	display: block; 
	margin: 50px 0 18px;
}
.testimonial-containt .carousel-inner>.item>img 
{
	width: 94px; 
	height: 94px; 
	margin: 0 auto; 
	display: block; 
	border-radius: 50%;
}
.testimonial-containt .carousel-indicators 
{
	display: none !important;
}
/*========================================= News Update ======================================*/
.news-update-section 
{
	margin: 120px 0 100px;
}
.home-news-update-wrapper 
{
	margin-top: 67px;
}
.home-news-update-item 
{
	margin-bottom: 30px;
}
.home-news-update-item>.news-update-img 
{
	overflow: hidden;
}
.home-news-update-item>.news-update-img>img 
{
	width: 100%;
}
.home-news-update-item:hover>.news-update-img>img 
{
	-webkit-transform: scale3D(1.1,1.1,1);
    transform: scale3D(1.1,1.1,1);
}
.home-news-update-item>.news-update-text 
{
	padding: 47px 10px 30px 30px;
	min-height: 290px;
	-webkit-box-shadow: 0px 6px 20px 1px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 6px 20px 1px rgba(0,0,0,0.1);
			box-shadow: 0px 6px 20px 1px rgba(0,0,0,0.1);
}
.home-news-update-item>.news-update-text>span 
{
	display: block; 
	color:  #d24b38;
}
.home-news-update-item>.news-update-text>span>i 
{
	margin-right: 10px;
}
.home-news-update-item>.news-update-text>p 
{
	font-size: 20px; 
	color: #171616; 
	font-weight: 600; 
	line-height: 34px; 
	margin: 23px 0 32px;
	font-family: 'Abel','Abel','Montserrat', sans-serif;
}
.home-news-update-item>.news-update-text>a 
{
	font-size: 18px; 
	line-height: 34px; 
	font-weight: 600; 
	color: #8e8e8e;
}
.home-news-update-item>.news-update-text>a>i 
{
	font-size: 14px; 
	margin-right: 10px; 
	vertical-align: middle;
}
.home-news-update-item>.news-update-text:hover>a 
{
	color:  #d24b38;
}
/*================================== them-main-footer-section =====================================*/
.main-footer-top-section 
{
	background: rgba(253,88,11,0.85); 
	text-align: center; 
	padding: 30px 0;
}
.main-footer-top-section .footer-top-item>h3 
{
	color: #fff; 
	line-height: 50px;
}
.Subscribe-footer-form 
{
	/*padding-top: 35px;*/
}
.Subscribe-footer-form>p 
{
	color: #fff; 
	font-size: 18px; 
	margin-bottom: 20px;
}
.Subscribe-footer-form>form 
{
	max-width: 600px; 
	height: 52px; 
	padding-right: 200px; 
	position: relative; 
	margin: 0 auto;
}
.Subscribe-footer-form>form>input 
{
	width: 100%; 
	height: 100%; 
	max-height: 52px; 
	border: none; 
	padding: 0 15px;
}
.Subscribe-footer-form>form>button 
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	max-height: 52px;
	width: 195px;
	background: rgb(147, 52, 39);
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.Subscribe-footer-form>form>button:before 
{
	background: rgba(0,0,0,0.8);
}
.Subscribe-footer-form>form>button:hover 
{
	color:  #d24b38;
}
/*==============*/
.them-main-footer-containt-item 
{
	background: #212120; 
	padding: 95px 0 80px;
}
.them-main-footer-containt-item .footer-containt-item-text-and-logo 
{
	padding-right: 20px;
}
.them-main-footer-containt-item .footer-containt-item-text-and-logo .footer-logo 
{
	margin-bottom: 40px;
}
.them-main-footer-containt-item .footer-containt-item-text-and-logo>p 
{
	color: #cccccc;/*#787777;*/ 
	font-size: 14px; 
	line-height: 30px;
}
.them-main-footer-containt-item .footer-containt-item 
{
	/*padding-top: 44px;*/
}
.them-main-footer-containt-item .footer-containt-item>ul>li 
{
	line-height: 30px;
    font-size: 15px; 
}
.them-main-footer-containt-item .footer-containt-item>ul>li>a 
{
	color: #cccccc;/*#787777;*/
}
.them-main-footer-containt-item .footer-containt-item>ul>li>a:hover 
{
	color:  #d24b38;
}
/*======*/
.main-footer-bottom-section 
{
	padding: 35px 0; 
	background: #1c1c1a;
}
.main-footer-bottom-section .footer-bottom-left-said>li,
.main-footer-bottom-section .footer-bottom-right-said>li 
{
	display: inline-block;
}
.main-footer-bottom-section .footer-bottom-left-said 
{
	float: left;
}
.main-footer-bottom-section .footer-bottom-left-said>li>span 
{
	font-size: 15px; 
	color: #969494; 
	margin-right: 5px;
}
.main-footer-bottom-section .footer-bottom-left-said>li>span>a 
{
	color: #d24b38;
}
.main-footer-bottom-section .footer-bottom-center-said>li,
.main-footer-bottom-section .footer-bottom-center-said>li 
{
	display: inline-block;
}
.main-footer-bottom-section .footer-bottom-center-said 
{
	float: right;
}
.main-footer-bottom-section .footer-bottom-center-said>li>span 
{
	font-size: 15px; 
	color: #969494; 
	margin-right: 5px;
}
.main-footer-bottom-section .footer-bottom-center-said>li>span>a 
{
	color:  #d24b38;
}
.main-footer-bottom-section .footer-bottom-right-said 
{
	float: right;
}
.main-footer-bottom-section .footer-bottom-right-said>li>a 
{
	color: #969494; 
	padding: 0 12px; 
	font-size: 16px;
}
.main-footer-bottom-section .footer-bottom-right-said>li>a:hover 
{
	color: #d24b38;
}
/*** 
====================================================================
	INDEX - 2
====================================================================
***/
.top-header.top-header-v-two 
{
	background: transparent; 
	border-bottom: solid 1px #e4e3e2;
}
.top-header.top-header-v-two ul>li>a 
{
	color: #757575;
}
.top-header.top-header-v-two ul>li>a:hover 
{
	color: #d24b38;
}
/*** 
====================================================================
	THEME
====================================================================
***/

.theme-main-menu.theme-main-menu-v-two 
{
	background: transparent;
}
.theme-main-menu.theme-main-menu-v-two .menu-skew-v-two 
{
	background: #2b2a27;
    padding-left: 14px;
}
.theme-main-menu.theme-main-menu-v-two .menu-skew-v-two:before 
{
	content: "";
	width: 400px;
	background:  #d24b38 ;
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	bottom: 0;
  	-webkit-transform: skew(-0deg);
        	transform: skew(-0deg);
}
.theme-main-menu.theme-main-menu-v-two.fixed 
{
	box-shadow: none;
}
.theme-main-menu.theme-main-menu-v-two.fixed .menu-skew-v-two 
{
	box-shadow: 0px 0px 25px -3px rgba(21,21,21,0.2);
}
#theme-main-banner .camera_caption .caption-v-two>h1 
{
	margin-bottom: 0;
}
.caption-v-two>h1>span 
{
	color:  #d24b38;
}
.caption-v-two>h1>span>span 
{
	color: #fff; 
	font-size: 18px;
}
#theme-main-banner .camera_caption .caption-v-two>h6 
{
	margin: 35px 0 30px;
}
#theme-main-banner .camera_caption .caption-v-two>a 
{
	border: solid 1px  #d24b38; 
	margin-right: 15px;
}
#theme-main-banner .camera_caption .caption-v-two>a:hover,
#theme-main-banner .camera_caption .caption-v-two>a.banner-button-two 
{
	background: transparent; 
	border-color: #fff;
}
#theme-main-banner .camera_caption .caption-v-two>a.banner-button-two:hover 
{
	background: #d24b38; 
	border-color: #d24b38;
}
/*==================================== Urgent Program ======================================*/
.Urgent-Program 
{   
	margin-top: 55px;
    margin-bottom: 55px;
}
.Urgent-Program .Urgent-Program-Item>h2 
{
	font-size: 35px; 
	font-weight: 700;
}
.Urgent-Program .Urgent-Program-Item>p 
{
	font-size: 16.6px;
    line-height: 35px;
    margin: 32px 0;
}
.Urgent-Program .Urgent-Program-Item .Urgent-Location>li 
{
	display: inline-block;
	width: 34%;
	text-align: center;
	color: #fff;
	background: #d24b38;
	line-height: 35px;
	font-size: 15px;
	margin-bottom: 5px;
}
.Urgent-Program .Urgent-Program-Item .Urgent-Location>li:last-child 
{
	width: 30%
}
.Urgent-Program .Urgent-Program-Item .Urgent-Location>li>i 
{
	margin-right: 8px;
}
.Urgent-Program .Urgent-Program-Item .Urgent-Piechart 
{
	margin: 45px 0;
}
.Urgent-Program .Urgent-Program-Item .Urgent-Piechart>li 
{
	display: inline-block;
	vertical-align: middle;
	font-size: 25px;
	font-weight: 600;
	line-height: 32px;
}
.Urgent-Program .Urgent-Program-Item .Urgent-Massage>a.two:hover,
.Urgent-Massage>a 
{
	width: 160px;
	line-height: 45px;
	text-align: center;
	background: #d24b38;
	color: #fff;
	font-weight: 600;
}
.Urgent-Program .Urgent-Program-Item .Urgent-Massage>a.one:hover,
.Urgent-Program .Urgent-Program-Item .Urgent-Massage>a.two 
{
	background: #817f7f;
}
.Urgent-Program .Urgent-Program-Img 
{
	position: relative;
	overflow: hidden;
	margin-top: 10px;
}
.Urgent-Program .Urgent-Program-Img:before 
{
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: solid 1px #fff;
}
.Urgent-Program .Urgent-Program-Img>img 
{
	width: 100%;
}
.testimonial-section .testimonial-opact.testimonial-opact-v-two 
{
	background: #f2f2f2;
}
.testimonial-section .testimonial-opact.testimonial-opact-v-two .testimonial-containt .testimonial-shape-border 
{
	border-color: #d4c8c8;
}
.testimonial-section .testimonial-opact.testimonial-opact-v-two .testimonial-containt .carousel-inner>.item>span 
{
	color: rgba(0,0,0,0.7);
}
.testimonial-section .testimonial-opact.testimonial-opact-v-two .testimonial-containt .carousel-inner>.item>p 
{
	color: rgba(0,0,0,0.9);
}
/*** 
====================================================================
	Theme Inner Banner
====================================================================
***/
.Theme-Inner-Banner.inner-banner-bg-img-one 
{
	background: url(../images/about/services2.png) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;     
	height: 260px;
}
.Theme-Inner-Banner.inner-banner-bg-img-two 
{
	background: url(../images/home/banner-slider-2.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
.Theme-Inner-Banner.inner-banner-bg-img-two>.banner-opacity 
{
	background: rgba(0,0,0,0.75);
}
.Theme-Inner-Banner .banner-opacity 
{
	background: rgba(0,0,0,0.42);
    height: 260px;
}
.Theme-Inner-Banner .banner-content 
{
    padding: 12px 0 67px;
    position: relative;
}
.Theme-Inner-Banner .banner-content>h1 
{
	color: #fff; font-size: 45px;
}
.Theme-Inner-Banner .banner-content>p 
{
	color: #fff;
	font-size: 24px;
	line-height: 45px;
	text-transform: uppercase;
}
.Theme-Inner-Banner .banner-content>ul 
{
	position: absolute;
	left: 0;
	bottom: 18px;
}
.Theme-Inner-Banner .banner-content>ul>li 
{
	display: inline-block; 
	color: #fff; 
	font-size: 16px;
}
.Theme-Inner-Banner .banner-content>ul>li>span 
{
	padding: 0 10px;
}
.Theme-Inner-Banner .banner-content>ul>li>a 
{
	color: #fff;
}
.Theme-Inner-Banner .banner-content>ul>li>a:hover 
{
	color: #d24b38;
}
.Theme-Inner-Banner .banner-content>a 
{
	display: block;
	width: 230px;
	line-height: 50px;
	background:  rgba(253,88,11,0.85) ; /* #00a29b ;*/
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	position: absolute;
	right: 0;
	bottom: 0; display: none;
}
.Theme-Inner-Banner .banner-content>a:hover 
{
	color: #d24b38;
}
.Theme-Inner-Banner.inner-banner-bg-img-two>.banner-opacity 
{
	background: rgba(0,0,0,0.75);
}

/***
====================================================================
	Causes
====================================================================
***/
/*==================================== Causes Sidebar ======================================*/
.Causes-Sidebar-Wrapper .Causes-Sidebar-Item 
{
	margin-bottom: 40px; 
	box-shadow: 0 0 5px 2px rgba(145,145,145,.35);
}
.Causes-Sidebar-Wrapper .Causes-Sidebar-Item>.Causes-Text,
.Causes-Sidebar-Wrapper .Causes-Sidebar-Item>.Causes-Img 
{
	float: left; 
	height: 295px;
}
.Causes-Sidebar-Wrapper .Causes-Sidebar-Item>.Causes-Img 
{
	width: 251px; 
	border:0px;
}
.Causes-Sidebar-Wrapper .Causes-Sidebar-Item>.Causes-Img:before 
{
	content: "";
    width: 110%;
    height: 200%;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: -50%;
    left: auto;
    right: -103%;
    bottom: -50%;
    z-index: 9;
}
.Causes-Sidebar-Wrapper .Causes-Sidebar-Item>.Causes-Img>img 
{
	height: 100%;
}
.Causes-Sidebar-Wrapper .Causes-Sidebar-Item>.Causes-Text 
{
	width: calc(100% - 251px);
	padding: 20px 0;
	border: solid 1px #ebebeb;
	border-left: none;  
}
.Causes-Sidebar-Wrapper .Causes-Sidebar-Item>.Causes-Text>h3 
{
	font-size: 18px;
}
.Causes-Sidebar-Wrapper .Causes-Sidebar-Item>.Causes-Text:hover>h3 
{
	color: #d24b38;
}
.Causes-Sidebar-Wrapper .Causes-Sidebar-Item>.Causes-Text>p 
{
	margin: 20px auto 30px; 
	max-width: 405px;
}
/******************/
.number-next-and-pivias 
{    
	padding-top: 35px;
}
.number-next-and-pivias>li 
{
	display: inline-block;
}
.number-next-and-pivias>li>a 
{
	font-size: 20px;
	font-weight: 600;
	color: #171616;
	line-height: 32px;
	padding: 0 10px;
	vertical-align: middle;
}
.number-next-and-pivias>li:last-child>a 
{
	line-height: 0; 
	color: #d24b38;
}
.number-next-and-pivias>li>a>i 
{
	font-size: 15px; 
	margin-left: 10px; 
	line-height: 32px;
}
.number-next-and-pivias>li>a:hover 
{
	color: #d24b38;
}

/*==================================== Causes Details ======================================*/
.Causes-Details-Wrapper .Causes-Details-Item>.Causes-Img:before 
{
	width: 200%; 
	height: 110%; 
	top: auto; 
	left: -50%; 
	right: -50%; 
	bottom: -102%;
}
.Causes-Details-Wrapper .Causes-Details-Item>.Causes-Text 
{
	border: none; 
	border-bottom: solid 1px #e9e3e3;
}
.Causes-Details-Wrapper .Causes-Details-Item>.Causes-Text>.ul-One 
{
	margin-bottom: 30px;
}
.Causes-Details-Wrapper .Causes-Details-Item>.Causes-Text>.ul-One>li>span 
{
	color: #d24b38; 
	margin-left: 30px;
}

/*******************/
.Details-Info>h3 
{
	font-size: 24px;
    font-weight: 600;
    margin: 28px 0 0px;
    color: #d24b38;
    margin-bottom: 13px;
}
.Details-Info .info-list-one 
{
	margin-bottom: 35px;
}
.Details-Info .info-list-one>li 
{
	display: inline-block;
	font-size: 14px;
	line-height: 32px;
	color: rgba(0,0,0,0.6);
	margin-right: 20px;
}
.Details-Info>p 
{
	line-height: 36px; 
	margin-bottom: 3px;
}
.Details-Info>.Share-Div>p
{
	font-weight: 600; 
	line-height: 36px; 
	font-size: 17px;
	padding-right: 10px;
	position: relative;
	padding-bottom: 30px;
	color: rgba(0,0,0,0.9);
}
.Details-Info>.Share-Div>p>.quotation 
{
	position: absolute;
	bottom: 25px;
	right: 30px;
	font-size: 30px;
	color: #dedede;
	z-index: -1;
}
.Details-Info>.Share-Div>.Share-tex 
{
	margin-left: 60px;
	border-left: solid 1px  #d24b38 ;
	padding-left: 20px;
}
.Details-Info>.Share-Div>.Share-tex>li 
{
	line-height: 36px;
	font-weight: 600;
	color: rgba(0,0,0,0.9);
}
.Details-Info>.Share-Div>.Share-List 
{
	margin-top: 70px;
}
.Details-Info>.Share-Div>.Share-List>li 
{
	display: inline-block;
}
.Details-Info>.Share-Div>.Share-List>li>span 
{
	font-size: 20px;
	font-weight: 600;
	color: #171616;
	line-height: 36px;
	margin-right: 10px;
}
.Details-Info>.Share-Div>.Share-List>li>a 
{
	font-size: 18px;
	color: #4c4747;
	line-height: 36px;
	padding: 0 10px;
}
.Details-Info>.Share-Div>.Share-List>li>a:hover 
{
	color: #d24b38;
}
#Details-Slider 
{
	margin: 22px 0 38px;
}
#Details-Slider.owl-theme .owl-dots .owl-dot.active span, 
#Details-Slider.owl-theme .owl-dots .owl-dot:hover span 
{
	background: #d24b38;
}
#Details-Slider.owl-theme .owl-dots 
{
	margin-top: 25px; 
	display: none;
}

/***
====================================================================
	Events
====================================================================
***/
.Item-Events-List-Wrapper>.Causes-Img-Date>.Date 
{
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 999;
	padding: 12px 0;
	width: 59px;
	background: #d24b38;
	text-align: center;
}
.Item-Events-List-Wrapper>.Causes-Img-Date>.Date>span 
{
	font-size: 26px; 
	font-weight: 700; 
	line-height: 32px; 
	color: #fff;
	display: block;
}
.Item-Events-List-Wrapper>.Causes-Img-Date>.Date>p 
{
	font-weight: 600; 
	font-size: 20px; 
	color: #fff; 
	text-align: center;
}
.Item-Events-List-Wrapper>.Causes-Text 
{
	padding: 25px 8px !important;
}
.Item-Events-List-Wrapper>.Causes-Text>h3 
{
	margin-bottom: 0 !important;
}
.Item-Events-List-Wrapper>.Causes-Text>p 
{
	margin:9px auto 9px !important;
	max-width: 425px !important; 
	text-align: center;
}
.Item-Events-List-Wrapper>.Causes-Text>ul 
{
	margin-bottom: 16px;
}
.Item-Events-List-Wrapper>.Causes-Text>ul>li 
{
	font-size: 16px !important;
	font-weight: 400;
	color: rgba(0,0,0,0.6) !important;
	font-style: italic;
	margin-right: 20px;
}
.Item-Events-List-Wrapper>.Causes-Text>ul>li>i 
{
	margin-right: 5px; 
	font-family: font-Awesome;
}
/*============================================= Events v-2 ===============================================*/
.Events-Pages-v2 
{
	margin-top: 120px;
}
.Events-Pages-v2 .Events-Item-Wrapper>li>a 
{
	background: #dddcdc;
}
.Events-Pages-v2 .Events-Item-Wrapper>li>a:hover 
{
	background: #d24b38;
}
/****/
.Events-Serch-Top 
{
	margin-bottom: 40px; 
	text-align: center;
}
.Events-Serch-Top>li 
{
	display: inline-block; 
	margin-bottom: 15px; 
	vertical-align: middle;
}
.Events-Serch-Top>li:nth-of-type(1) 
{
	float: left;
}
.Events-Serch-Top>li:nth-of-type(3) 
{
	float: right;
}
.Events-Serch-Top>li>form 
{
	width: 270px; 
	height: 50px; 
	position: relative;
}
.Events-Serch-Top>li>form>input 
{
	width: 100%;
	height: 100%;
	padding: 0 50px 0 10px;
	border: solid 1px #ebebeb;
}
.Events-Serch-Top>li>form>input:focus 
{
	box-shadow: 0px 0px 18px -3px rgba(253,88,11,0.3); 
	border-color: rgba(253,88,11,0.2);
}
.Events-Serch-Top>li>form>button 
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	background: transparent;
	color: #958f8f;
}
/***/
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] 
{
	width: 222px !important;
	height: 50px !important;
	border: solid 1px #ebebeb;
}
.bootstrap-select > .dropdown-toggle:focus,
.bootstrap-select > .dropdown-toggle 
{
	width: 100%;
	height: 100%;
	white-space: normal;
	display: block;
	border: none;
	position: relative;
	background: #fff !important;
	outline: none !important;
	line-height: 35px;
	padding-left: 15px;
	box-shadow: none !important;
}
.find-course .bootstrap-select > .dropdown-toggle:hover,
.find-course .bootstrap-select > .dropdown-toggle:focus 
{
	background: transparent;
	outline: none !important;
}
.bootstrap-select.btn-group .dropdown-toggle .caret 
{
	display: none;
}
.bootstrap-select.btn-group .dropdown-toggle .bs-caret 
{
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	width: 25px;
}
.bootstrap-select.btn-group .dropdown-toggle .bs-caret:before 
{
	font-family: 'font-awesome';
	content: '';
	position: absolute;
	top:0;
	left: 0;
	font-size: 18px;
	line-height: 50px;
	color: #848484;
}
.bootstrap-select.btn-group .dropdown-menu 
{
	border: solid 1px #ebebeb;
	box-shadow: none;
	border-radius: 0;
	margin-top: 1px;
}
.bootstrap-select.btn-group .dropdown-menu li>a 
{
	line-height: 30px; 
	border-bottom: solid 1px #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.selected a,
.bootstrap-select.btn-group .dropdown-menu li:hover a 
{
	color: #fff; 
	background: #d24b38;
}
/****/
.Events-Serch-Top>li>ul>li 
{
	display: inline-block;
}
.Events-Serch-Top>li>ul>li>a 
{
	width: 52px;
	line-height: 48px;
	border: solid 1px #ebebeb;
	text-align: center;
	color: #958f8f;
}
.Events-Serch-Top>li>ul>li>a:hover 
{
	background: #d24b38; 
	color: #fff;
}
/*=============================================== Events Details =================================================*/
.Event-Details-Pages .Causes-Details-Item .Causes-Text .Look-Event>li,
.Event-Details-Pages .Causes-Details-Item .Causes-Text .Wacker-Drive>li 
{
	font-size: 16px;
	font-weight: 400;
	color: #848383;
    line-height: 39px;
	margin-right: 27px;
	margin-bottom: 10px;
}
.Event-Details-Pages .Causes-Details-Item .Causes-Text .Look-Event>li>i,
.Event-Details-Pages .Causes-Details-Item .Causes-Text .Wacker-Drive>li>i 
{   
	margin-right: 7px;
    color: #d24b38;
    font-weight: 400;
    font-family: font-Awesome;
}
.Event-Details-Pages .Causes-Details-Item .Causes-Text .Look-Event 
{
    margin: 0px 0 -7px;
}
.Event-Details-Pages .Causes-Details-Item .Causes-Text .Look-Event>li>a 
{
	width: 225px;
	line-height: 45px;
	color: #fff;
	background:  #d24b38 ;
	font-weight: 600;
}
.Event-Details-Pages .Causes-Details-Item .Causes-Text .Look-Event>li>a:hover 
{
	background: #e8e8e8; 
	color: #000;
}
/*=========== Google Map ==========*/

.map-canvas 
{
	width: 100%; 
	height: 100%;
}
.si-content img 
{
	margin-bottom: 10px;
}
.si-has-border .si-content-wrapper 
{
	border: none;
}
.si-shadow-wrapper-top 
{
	opacity: 0;
}
/**********/
.Share-Div>h3 
{
	font-size: 22px; 
	padding-top: 20px;
}
.Event-Details-Pages .Share-Div .Share-List 
{
	margin-top: 25px;
}
/*** 
====================================================================
	Gallery
====================================================================
***/
.mixitUp_menu 
{
	margin-bottom: 60px; 
	text-align: center;
}
.mixitUp_menu ul li 
{
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	cursor: pointer;
	margin: 0 15px;
	font-family: 'Abel','Montserrat', sans-serif;
	position: relative;
	line-height: 36px;
	color: #504f4f;
	margin-bottom: 10px;
}
.mixitUp_menu ul li:before 
{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	background:  #d24b38 ;
	width: 0%;
}
.mixitUp_menu ul li.changed:before 
{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	background:  #d24b38 ;
	width: 100%;
}
.mixitUp_menu ul li:first-child.mixitup-control-active:before 
{
	height: 0px;
}
.mixitUp_menu ul li.mixitup-control-active:before,
.mixitUp_menu ul li:hover:before 
{
	width: 100%;
}
.mixitUp_menu ul li.mixitup-control-active,
.mixitUp_menu ul li:hover 
{
	color: #d24b38;
}
.mixitUp_menu ul li.mixitup-control-active:before,
.mixitUp_menu ul li:hover:before 
{
	width: 100%;
}
.mixitUp_menu ul li.mixitup-control-active,
.mixitUp_menu ul li:hover 
{
	color: #d24b38;
}
/****/
/****/
.portfolio-item 
{
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.portfolio-item>img 
{
	width: 100%;
	-webkit-transform:scale3D(1.1,1.1,1.1);
          transform:scale3D(1.1,1.1,1.1);
}
.portfolio-item:hover>img 
{
	-webkit-transform:scale3D(1,1,1);
          transform:scale3D(1,1,1);
}
.portfolio-item .item-opacity 
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.62);
	opacity: 0;
}
.portfolio-item:hover .item-opacity 
{
	opacity: 1;
}
.portfolio-item .item-opacity>div 
{
	position: relative;
	height: 100%;
	z-index: 99;
}
.portfolio-item .item-opacity>div>h6 
{
    font-size: 17px;
    line-height: 31px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    bottom: -50px;
    left: 21px;
    right: 85px;
    text-align: left;
}
.portfolio-item:hover .item-opacity>div>h6 
{
    bottom: 23px;
}
.portfolio-item .item-opacity>div>ul 
{
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.portfolio-item .item-opacity>div>ul>li:nth-of-type(1) 
{
	margin-bottom: 12px;
}
.portfolio-item .item-opacity>div>ul>li>a 
{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #fff;
    background: #d24b38 ;
    line-height: 51px;
    font-size: 25px;
    opacity: 0;
}
.portfolio-item:hover .item-opacity>div>ul>li>a 
{
	opacity: 1;
}
.portfolio-item .item-opacity>div>ul>li:nth-of-type(1)>a 
{
	-webkit-transition-delay: 0.3s; 
	transition-delay: 0.3s;
}
.portfolio-item .item-opacity>div>ul>li:nth-of-type(2)>a 
{
	-webkit-transition-delay: 0.2s; 
	transition-delay: 0.2s;
}
/*** 
====================================================================
	Team Pages
====================================================================
***/
.Team-Pages 
{
	/*margin-top: 140px;*/
}
.Team-Pages .Our-Team-Item 
{
	margin-bottom: 30px; 
	width: 96%;
}
.Team-Pages .Our-Team-Item .Team-Img 
{
	overflow: hidden;
	border: 1px solid #ccc;
}
.Team-Pages .Our-Team-Item .Team-Img>img 
{ 
	width: 100%;
	-webkit-transform:scale3D(1.1,1.1,1.1);
          transform:scale3D(1.1,1.1,1.1);
}
.Team-Pages .Our-Team-Item:hover .Team-Img>img 
{
	-webkit-transform:scale3D(1,1,1);
          transform:scale3D(1,1,1);
}
.Team-Pages .Our-Team-Item .Team-Text 
{
    background: #f5f5f5;
    text-align: center;
    border-bottom: solid 2px #d24b38;
    padding: 25px 5px;
    height: 153px;
}
.Team-Pages .Our-Team-Item .Team-Text>h5 
{    
	font-weight: 600;
    font-size: 16px;
}
.Team-Pages .Our-Team-Item:hover .Team-Text>h5 
{
	color: #d24b38;
}
.Team-Pages .Our-Team-Item .Team-Text>p 
{  
	line-height: 26px; 
	text-align:center;
    margin: 5px 0 39px;
    font-weight: 600;
    height: 30px;
}
.Team-Pages .Our-Team-Item .Team-Text>ul>li 
{
	display: inline-block;
    margin: 3px 7px;
    color: #595454;
    font-size: 15px;
}
.Team-Pages .Our-Team-Item .Team-Text>ul>li>a 
{
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	background: #d1cfcf;
	color: #fff;
}
.Team-Pages .Our-Team-Item .Team-Text>ul>li>a:hover 
{
	background: #d24b38;
}
/*** 
====================================================================
	Join Volunteer
====================================================================
***/
.Join-Volunteer-Pages .Theme-title 
{
	margin:00px 0 27px;
}
.Join-Volunteer-Pages .single-input {
	height: 42px;height: 42px;
	margin-bottom: 24px;
	width: 100%;
}
.Join-Volunteer-Pages .single-input>input 
{
    width: 100%;
    height: 100%;
    padding: 0 20px;
    border: solid 1px #ccc;
    font-size: 15px;
}
.Join-Volunteer-Pages .single-textarea>textarea:focus,
.Join-Volunteer-Pages .single-input>input:focus 
{
	box-shadow: 0px 0px 18px -3px rgba(253,88,11,0.3); 
	border-color: rgba(253,88,11,0.2);
}
.Join-Volunteer-Pages .single-input>.bootstrap-select.btn-group:not(.input-group-btn),
.Join-Volunteer-Pages .single-input>.bootstrap-select.btn-group[class*="col-"] 
{
	width: 100% !important;
	height: 100% !important;
	border: solid 1px #e5e2e2;
}
.Join-Volunteer-Pages .single-input>.bootstrap-select.btn-group .dropdown-toggle .bs-caret:before 
{
	content: '';
}
.Join-Volunteer-Pages .single-textarea 
{
	margin-bottom: 50px;
	width: 100%;
    height: 186px;
}
.Join-Volunteer-Pages .single-textarea>textarea 
{
	max-width: 100%;
	min-width: 100%;
	max-height: 100%;
	min-height: 100%;
	padding: 20px;
	border: solid 1px #e5e2e2;
}
.Join-Volunteer-Pages form>button 
{
    width: 146px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #d24b38 ;
    margin-right: 10px;
}
/*** 
====================================================================
	Blog
====================================================================
***/
.Blog-List-Wrapper>li 
{
    margin-bottom: 18px;
    padding-bottom: 23px;
    border-bottom: solid 1px #e5e3e3;
}
.Blog-List-Wrapper>li:last-child 
{
	border-bottom: none;
}
.Blog-List-Wrapper>li>h5 
{
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 6px;
    max-width: 700px;
}
.Blog-List-Wrapper>li:hover>h5 
{
	color: #d24b38;
}
.Blog-List-Wrapper>li>p 
{ 
	line-height: 30px;
    margin-bottom: 23px;
    font-size: 15px;
}
.Blog-List-Wrapper>li>ul>li 
{
    display: inline-block;
    margin-right: 22px;
    line-height: 35px;
    font-size: 15px;
    color: rgba(253,88,11,0.7);
    margin-bottom: 10px;
}
.Blog-List-Wrapper>li>ul>li>a 
{
	width: 200px;
	line-height: 45px;
	text-align: center;
	background: #d24b38;
	color: #fff;
	font-weight: 600;
}
/***
====================================================================
	Contact Us
====================================================================
***/
.Contact-Us-Pages 
{  
	margin-top: 40px !important;
    margin-bottom: 80px !important;
}
.Contact-Us-Pages .Contact-Us-Map 
{
	height: 465px;
}
.Contact-Us-Pages h5 
{
	line-height: 40px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;     
	color: #ff9b01;
}
.Contact-Us-Pages .Headquarters-Two .Toll-Free>li 
{
	color: rgba(0,0,0,0.7);
	line-height: 30px;   
}
.Contact-Us-Pages .Client-Care .Icon 
{
	margin: 16px 0 32px;
}
.Contact-Us-Pages .Client-Care .Icon>li 
{
	display: inline-block;
	font-size: 18px;
	margin-right: 15px;
}
.Contact-Us-Pages .Client-Care .Icon>li>a 
{
	color: #534f4f;
}
.Contact-Us-Pages .Client-Care .Icon>li>a:hover 
{
	color: #d24b38;
}
.Contact-Us-Pages .Headquarters-Two .Toll-Free 
{
    background: transparent;
}
.Contact-Us-Pages .Headquarters-Two .Toll-Free>li 
{
	color: #333; 
	display: -webkit-flex;
    display: flex;
    line-height: 30px;
}
.head
{
	line-height: 42px;
}
.value-decrease-and-select .value-section 
{
	padding-bottom: 25px;
}
.value-decrease-and-select .value-section>li 
{
	display: inline-block;
	vertical-align: middle;
}
.value-decrease-and-select .value-section>li button 
{
	width: 70px;
	height: 40px;
	color: #fff;
	font-size: 14px;
	background: #d24b38;
}
.value-decrease-and-select .value-section>li:nth-child(2) 
{
	width: 70px;
	height: 40px;
	line-height: 40px;
	background: #eeeded;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #000;
}
.value-decrease-and-select>ul>li>a 
{
	text-align: center;
	width: 130px;
	line-height: 40px;
	color: #fff;
	background: #d24b38;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

/*============================= Click To Top =========================*/
.scroll-top 
{
	width:30px;
	height:30px;
	position: fixed;
	bottom: 5px;
	right: 10px;
	z-index: 99;
	text-align: center;
	color:#fff;
	font-size: 20px;
	display: none;
	border-radius: 3px;
}
.scroll-top:after 
{
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
/*** 
====================================================================
  Conatct Form Activation
====================================================================
 ***/
#success,
#error 
{
  position: relative;
  width:500px;
  height: 100px;
  top: calc(50% - 50px);
  left:calc(50% - 250px);
  background: rgba(0,0,0,0.8);
  text-align: center;
}
#success .wrapper,
#error .wrapper 
{
  display: table;
  width:100%;
  height: 100%;
}
#success .wrapper p,
#error .wrapper p
{
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 1px;
}
#success p
{
	color: #ffce6e;
}
#error p
{
	color: #C9182B;
}
#error button,
#success button 
{
  color:#fff;
  width:40px;
  height:40px;
  line-height: 20px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 20px;
}
.form-validation label.error 
{
	display: none !important;
}
.form-validation input.error,
.form-validation textarea.error 
{
	border:1px solid #f03838 !important;
}
.widget-title 
{
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
	margin-bottom: 6px;
    font-weight: 700; color:#fff;
}
.contact-list ul 
{
    padding-left: 0px;
}
.contact-list ul li 
{
    color: #cccccc;/*#606060; */
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
    display: -webkit-flex;
    display: flex;
	line-height: 30px;
}
.contact-list .fa 
{
    margin-right: 11px;
    line-height: 28px; font-size:14px;
}
.submenu-big
{
	width: 635px !important;
}
.submenu-big .col-md-6
{
	padding-right: 0px; 
	padding-left:0px;
	border-right: 1px solid #f1f1f1;
}
.Wacker-Drive li
{
	text-align:left;
}
.Wacker-Drive
{
	left: 21px;
	color: #fff; 
	z-index: -1;
}
.Case-video
{
	margin-bottom: 30px; 
	background: #efeeee;
    border: 1px solid #f1f1f1;
}
.image-title
{
	background-color: #f1f1f1;
    font-size: 19px;
    padding: 9px;
    margin-top: -5px;
    line-height: 36px;
}
.image-title a
{
	color: #333;
}
.mt-bt
{
	margin-bottom: 100px;
}
.testi-review
{
	margin-bottom: 20px;
}
.innovators-text-head 
{
	margin-bottom:0px;
}
.innovators-text-head h3
{
	font-size: 24px;
    color:  #d24b38;
}
blockquote
{
	padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #ff9b01;
    border-right: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    backgroud:#fff;
}
blockquote p
{
	margin-top:15px; 
	margin-bottom:15px;
}
.Side-Our-Programs 
{
    padding: 30px 0;
}
.main-Our-Programs h5
{   
	padding: 5px 0;
    padding-top: 5px;
    color: #ff9b01;
}
.main-Our-Programs>ul>li 
{
    font-size: 14px !important;
    color: #555;
    background-color: transparent;
    padding:5px;
    float: none;
    line-height: 20px !important;
    list-style: square;
    padding-left: 0px;
    margin-left: 50px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0px;
}
.main-Our-Programs>ul>li>a 
{
    display: inline-block;
    line-height: 20px;
    color: #ff9b01;
    position: relative;
}
.main-Our-Programs>ul>li>i 
{
	display: inline-block;
    font-size: 13px;
    line-height: 30px;
    color: #2b2a27;
    position: relative;
    top: 0;
    left: 0;
    margin-right: 6px;
    display: none;
}
.guide-star
{ 
    padding-right: 0px;
    width: 110px;
    float: right;
    margin-top: 0;
}
.head-logo a
{
	float: right;
}

.heading 
{
	margin-bottom:27px;
}
.pt-lt
{
	padding-left:0px;
}
.pt-rt
{
	padding-right:0px;
}
.activity
{
	position: relative  !important;
    bottom: -2px  !important;
    right: 1px !important;
}
.activity li 
{
	margin-top: 60px  !important;
}
.activity li a 
{  
	width: 56px  !important;
    height: 56px  !important;
	line-height: 54px  !important;
    font-size: 24px  !important; 
}
.front-event-text
{
	width: Calc(100% - 506px) !important;
    margin-top: 52px !important;
    float: right !important;
}
.mt-tp
{
	margin-top: 13px;
}
.heading h3
{
    position: relative;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	margin-bottom: 40px;
	padding-bottom: 15px;
}
.heading h3:before
{     
	content: "";
	display: block;
	width: 54px;
	height: 2px;
	background: #d24b38 ;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 99;
}
.heading h3:after
{	content: "";
    display: block;
    width: 108px;
    height: 2px;
    background:#ff9400;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}
.advisory-text
{
	height:auto !important; 
	height: 97px !important;
}
.advisory-text h5
{ 
	height: 48px !important;
}
.Causes-Sidebar-Wrapper .Causes-Sidebar-Item>.Causes-Text>h4
{
	font-size: 18px;
}
.Rcent-Causes-Item-Wrapper .Causes-Item .Causes-Text>h4 
{
	font-weight: 600;
}
.innovators-text-head h4
{
	font-size:22px;
	margin-bottom: 22px;
	color: #d24b38;
}
.careertable {}
.careertable tr
{
	border: 1px solid #ccc;
}
.careertable th
{	padding: 10px; 
	border: 1px solid #ccc;
}
.careertable tr td
{
	padding: 10px;
    border: 1px solid #ccc;
    font-weight: 500;
    color: #555;
    font-size: 15px;
}
.carrer-btn
{	
	background-color:#ff9b01;
    padding: 8px;
    color: #fff;
    font-size: 14px; cursor: pointer;
}
.tabs 
{
	width: 100%;
    float: none;
    list-style: none;
    position: relative;
    margin: 34px 0 0 0px;
    text-align: left; 
}
.tabs li 
{
	float: left;
	display: block;
}
.tabs input[type="radio"] 
{
	position: absolute;
	top: 0;
	left: -9999px;
}
.tabs label 
{
	display: block;
	padding: 14px 21px;
	border-radius: 2px 2px 0 0;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	background:#efeeee;
	cursor: pointer;
	position: relative;
	top: 4px;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tabs label:hover 
{
	background: #703688;
}
.tabs .tab-content 
{
	z-index: 2;
	display: none;
	overflow: hidden;
	width: 100%;
	font-size: 17px;
	line-height: 25px;
	padding: 25px;
	position: absolute;
	top: 53px;
	left: 0;
	background: #fff;     
	border: 1px solid #efeeee;
}
.tabs [id^="tab"]:checked + label 
{
	top: 0;
	padding-top: 17px;
	background: #ffbd58;
}
.tabs [id^="tab"]:checked ~ [id^="tab-content"] 
{
	display: block;
}
p.link 
{
	clear: both;
	margin: 380px 0 0 15px;
}
p.link a 
{
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	padding: 5px 10px;
	margin: 0 5px;
	background-color: #612e76;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
p.link a:hover 
{
	background-color: #522764;
}
.dontable-detail{}
.dontable-detail tr
{
	border: 1px solid #ccc;
}
.dontable-detail tr td 
{
	border: 1px solid #ccc;
    padding: 9px;
}
.dontable-detail th
{
	border: 1px solid #ccc;
    padding: 9px;
}
.Share-Div
{
	margin-top: 22px;
}
.title h4
{
	font-size:22px; 
	color: #ff9b01;
}
.title ul
{
	float:right;
}
.title ul li
{	
	line-height: 41px;
}
.title ul li .fa 
{
	margin-right: 14px;
	color: #d24b38;
}
.Contact-Us-Pages ul>li>i
{
	margin-right: 8px;
    line-height: 30px;
}
.Contact-Us-Pages ul>li
{   
	margin-right: 8px;  
	color:rgba(0,0,0,0.7);
    line-height: 30px;
}
.Contact-Us-Pages ul>li>a
{
	color:rgba(0,0,0,0.7);
}
.tab-content
{
	border: 1px solid #eeeded;
    padding: 16px;
}
.modal-dialog
{
	margin: auto !important;
    padding-top: 82px;
	width: 65%;
}
.quickview
{
	color: #fff;
    background-color: #d24b38;
    border-color: #d24b38;
    border-radius: 50px !IMPORTANT;
    padding: 9px 16px;
    font-size: 18px;
    cursor: pointer;
    width: 18%;
}
.modal-body p
{
	font-family: calibri; 
	font-size: 14px;
    font-weight: 400;
}
.img-team
{
	border: 1px solid #f1f1f1;
    border-radius: 75%;
    width: 85%;
    margin-left: 12px;
}
.modal-header
{
	padding: 14px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close 
{
    margin-top: -2px;
    background-color: #d24b38;
    color: #2b2a27;
    padding: 7px 12px;
    border-radius: 50%;
    opacity: 25;
}
.new-margin
{
	margin-bottom: 32px !important; 
    padding-bottom:0px !important;
}
/* Carousel Control */
.control-box 
{
	text-align: right;
    margin-bottom: 10px;
}
.carousel-control
{
	background: #000 ;
	border: 0px;
	border-radius: 0px;
	display: inline-block;
	font-size: 34px;
	font-weight: 200;
	line-height: 18px;
	opacity: 2;
	padding: 4px 10px 0px;
	position: static;
	height: 33px;
	width: 34px;
}
.carousel-control.left 
{
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgb(43, 42, 39) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgb(43, 42, 39)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgb(43, 42, 39) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right 
{
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgb(43, 42, 39) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgb(43, 42, 39)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgb(43, 42, 39) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.team-list
{
	line-height: 29px;
    font-size: 15px;
    font-weight: 600;
    color: #5b4c4c;
}
.team-list li
{ 
	display: inherit;
}
.tarang-title
{
	font-weight: 500 !important;
}
.tarang-title1
{
	height: 169px !important;
}
.tarang-title2
{
	height: 217px !important;
}
.tarang-title1 h5
{
	font-weight: 500 !important;
}
.tarang-title2 h5
{
	font-weight: 500 !important;
}
.acet li p
{
	font-size: 15px !important;
    margin-bottom: 10px !important;
}
.acet li p i
{
	font-size: 14px;
}
.Causes-Img
{
	border: 1px solid #f1f1f1;
}
.early-intervention-wrapper>li
{
	margin-bottom: 11px !important;
    padding-bottom: 13px !important;
    border-bottom: solid 1px #e5e3e3;
}
.early-intervention-wrapper>li>p
{
	line-height: 35px;
    margin-bottom: 3px;
    font-size: 15px;
}
.early-intervention-wrapper
{
	margin-top: 20px;
    margin-bottom: 17px;
}
.subtitle
{
	margin-bottom: 16px;
    color: #333;
}
.main-Our-Programs2 h5
{
	padding: 16px 0;
    padding-top: 0px;
    color: #ff9b01;
}
.main-Our-Programs2>ul>li 
{
       margin-bottom: 13px;
       font-size: 15PX !important;
       color: #555;
       padding: 3px;
       float: none;
       line-height: 32px !important;
	   list-style: square;
       margin-left: 20px;
}
.main-Our-Programs2>ul>li>a 
{
    display: inline-block;
    line-height: 30px;
    color: #ff9b01;
    position: relative;
}
.main-Our-Programs2>ul>li>i 
{
	display: inline-block;
    font-size: 13px;
    color: #2b2a27;
    position: relative;
    top: 0;
    left: 0;     
	margin-right: 6px;
}
.early-intervention-wrapper>li>h5
{ 
    line-height: 39px;
    font-weight: 500;
    margin-bottom: 7px;
}
.early-intervention-wrapper>li:last-child
{
	border-bottom: solid 1px #e5e3e3 !important;
}
.margin-top p
{ 
	font-size:14px;     
	text-align: justify;     
	line-height: 24px;   
	margin-bottom: 7px; 
}
.side-Img{}
.short-term-wrapper 
{
    margin-top: 10px;
    margin-bottom: 8px;
}
.short-term-wrapper h4 
{
    font-size: 22px;
}
.short-term-wrapper>li 
{
    margin-bottom: 11px !important;
    padding-bottom: 13px !important;
    border-bottom: solid 1px #e5e3e3;
}
.short-term-wrapper>li>h5 
{
    line-height: 39px;
    font-weight: 500;
    margin-bottom:0px !important;
}
.short-term-wrapper>li>p 
{
    line-height: 35px;
    margin-bottom: 3px;
    font-size: 15px;
}
.ass-quickview
{
	color: #fff;
    background-color: #d24b38;
    border-color: #d24b38;
    border-radius: 50px !important;
    padding: 9px 16px;
    font-size: 18px;
    cursor: pointer;
}
.advisor-full-height
{
	height: 609px;
    overflow-y: scroll;
}
.board-of-trustee
{
	height: 0px !important;
}

/** media queries **/
@media (max-width: 991px) 
{
  .timeline li .timeline-panel 
  {
	width: 44%;
  }
}

@media (max-width: 700px) 
{
	.page-header h1 
	{
		font-size: 1.8em;
	}
    ul.timeline:before 
	{
		left: 40px;
	}
    .tldate 
	{
		width: 140px;
	}
	ul.timeline li .timeline-panel 
	{
		width: calc(100% - 90px);
		width: -moz-calc(100% - 90px);
		width: -webkit-calc(100% - 90px);
	}
	ul.timeline li .tl-circ 
	{
		top: 22px;
		left: 22px;
		margin-left: 0;
	}
	ul.timeline > li > .tldate 
	{
		margin: 0;
	}
	ul.timeline > li > .timeline-panel 
	{
		float: right;
	}
	ul.timeline > li > .timeline-panel:before 
	{
		border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto;
	}
	ul.timeline > li > .timeline-panel:after 
	{
		border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto;
	}
}
.outside-india{}
.outside-india tr{}
.outside-india tr td
{
	padding: 9px;
    font-size: 15px;
    color: #555;
    border: 1px solid #f1f1f1;
}
.top-header .top-header-left li .fas
{
	color:#fff;
	margin-right:6px;
	font-family: font-Awesome;
}
.them-logo
{
	height:94px;
}
.sub-menu-new
{
	position: absolute;
	min-width: 850px !important;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 99999;
    box-shadow: 0px 0px 25px -3px rgba(21,21,21,0.09);
 }
.sub-menu-new1
{
	position: absolute;
	min-width: 500px !important;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 99999;
    box-shadow: 0px 0px 25px -3px rgba(21,21,21,0.09);
 }
.main-menu .navbar-nav>li.dropdown-holder .sub-menu li a .fas
{
	margin-right: 10px;
    color: #ffb33e;
    font-weight: 600;
}
.main-menu .navbar-nav>li.dropdown-holder .sub-menu li:hover a .fas
{
	color: #fff;
}
.top-header 
{
    background:#888888;
    border-bottom: 1px solid #ff9b01;
}
.theme-main-menu .menu-skew-div:before 
{
    content: "";
    width: 5000px;
    background:transparent !important;
    left: 65%;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: skew(-28deg);
    transform: skew(-28deg);
}
.main-menu-button 
{
	position: relative;
    float: right;
    display: block;
    color: #fff;
    width: 172px;
    /* width: 176px; */
    line-height: 43px;
    background: #d24b38;
    margin-left: 0px;
    text-transform: uppercase;
    font-size: 15px;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    margin-top: 9px;
    height: 43px;
    border-radius: 40px;
}
.Theme-Inner-Banner.inner-banner-bg-img-three 
{
	background: url(../images/home/banner-slider-3.jpg) no-repeat center center;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.Theme-Inner-Banner.inner-banner-bg-img-three>.banner-opacity 
{
	background: rgba(0,0,0,0.75);
}
.Theme-Inner-Banner.inner-banner-bg-img-four 
{
	background: url(../images/home/banner-slider-4.jpg) no-repeat center center;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.Theme-Inner-Banner.inner-banner-bg-img-four>.banner-opacity 
{
	background: rgba(0,0,0,0.75);
}
.Theme-Inner-Banner.inner-banner-bg-img-five 
{
	background: url(../images/home/banner-slider-5.jpg) no-repeat center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.Theme-Inner-Banner.inner-banner-bg-img-five>.banner-opacity 
{
	background: rgba(0,0,0,0.75);
}
.Theme-Inner-Banner.inner-banner-bg-img-six 
{
	background: url(../images/home/banner-slider-6.jpg) no-repeat center center;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.Theme-Inner-Banner.inner-banner-bg-img-six>.banner-opacity 
{
	background: rgba(0,0,0,0.75);
}
.bg-img1
{   
	position: relative;
    background: url(../images/home/bg-img-3.jpg) no-repeat center;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.bg-img1 .fa
{
	color: #fff!important; 
}
.bg-img2
{    
	position: relative;
    background: url(../images/home/banner-slider-2.jpg) no-repeat center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.bg-img2 .fa
{
	color: #fff!important; 
}
.bg-img3
{   
	position: relative;
    background: url(../images/home/banner-slider-3.jpg) no-repeat center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.bg-img3 .fa
{
	color: #fff!important; 
}
.bg-img4
{  
	position: relative;
    background: url(../images/home/banner-slider-4.jpg) no-repeat center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.bg-img4 .fa
{
	color: #fff!important; 
}
.bg-img5
{
	position: relative;
    background: url(../images/home/banner-slider-5.jpg) no-repeat center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.bg-img5 .fa
{
	color: #fff!important; 
}
.opactiy-team
{
	background: rgba(169, 66, 95, 0.76) !important;
}
.opactiy-team2
{
	background:rgba(49, 112, 143, 0.8) !important;
}
.opactiy-team3
{
	background: rgba(225, 73, 150, 0.81) !important;
}
.opactiy-team4
{
	background: rgba(210, 75, 55, 0.79) !important;
}
.opactiy-team5
{
	background:rgba(233, 125, 13, 0.84) !important;
}
.opactiy-team6 
{
	background: rgba(60, 118, 61, 0.74) !important;
}
.opactiy-team7 
{
	background: rgba(145, 63, 146, 0.8) !important;
}
.opactiy-team8 
{
	background: rgba(225, 150, 73, 0.84) !important;
}

section 
{
    margin-top: 20px;
}
section  .client-logos-repeater 
{
	height: 124px;
    cursor: pointer;
    margin: 5px;
    width: 186px;
    border: 1px solid #eee;     
	border-radius: 4px 4px 0 0;
}
section  .client-logos-repeater:hover 
{
	box-shadow: 0 4px 8px 0 rgba(91, 91, 91, 0.25), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff; transition: .2s ease all;
}
section  .client-logos-repeater img 
{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.logo-title 
{
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFF;
    background-color: #0079c2;
}
.reset-list
{
	list-style: none;
    margin-bottom: 12px;
} 
.Causes-Text h2 
{
	font-size: 23px;
    line-height: 30px;
    color: #933427;
}
.event-item:first-child 
{
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.event-list 
{
	padding: 15px;
    background: #eeeeee;
    display: block;
    box-shadow: 0 0 5px 2px rgba(145,145,145,.35);
}
.event-item 
{
    width: 100%;
    border-top: 1px dotted #666;
    margin-top: 20px;
    padding-top: 20px;
}
.event-list-left 
{
    margin-right: 2% !important;
    width: 20%;
}
.event-list .event-list-right 
{
    width: 78%;
}
.event-img 
{
	width: 100%;
    border: 1px solid #eee;
    margin-top: 5px;
}
.event-name 
{
    font-size: 20px;
    color: #933427;
    margin-bottom: 10px;
    font-weight: 600;
	font-family: 'Abel','Montserrat', sans-serif;
}
.event-date 
{
	margin-bottom: 10px;
    color: #d24b38;     
	font-family: 'Abel','Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px; 
}
 .event-date i 
 {
    margin-right: 5px;      
	font-weight: 500;
    font-family: font-Awesome;
}
.event-time i
{
	margin-right: 5px;  
	font-weight: 800;
}
.event-time
{
	margin-bottom: 10px;
    color: #d24b38;     
	font-family: 'Abel','Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px; 
}
.event-intro 
{
	color: #666;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Abel','Montserrat', sans-serif;
    font-weight: 500;
}
.navbar-toggle .icon-bar 
{
    display: block;
    width: 27px;
    height: 2px;
    border-radius: 1px;
    border-bottom: 2px solid #ddd;
}
.address-list td
{    
	padding: 10px;
    padding-left: 0px;
    border-bottom: 1px dotted #ccc;     
	font-size: 15px;
    line-height: 25px;
}
.address-list 
{	
	margin-bottom: 30px;
}
.address-list .fa
{    
	margin-right:10px;
    color: #d24b38;
    font-weight: 400;
    font-family: font-Awesome; 
}
.accordion 
{
    width: 100%;
    margin: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.accordion .link 
{
	cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 22%;
    background-color: #2c2c2ae3;
    font-size: 16px;
}
.accordion li:last-child .link 
{
	border-bottom: 0;
}
.accordion li i 
{
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down 
{
	right: 12px;
	left: auto;
	font-size: 16px;
}
.accordion li.open .link 
{
	color: #fff; 
}
.accordion li.open i 
{
	color: #fff;
}
.accordion li.open i.fa-chevron-down 
{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
/**
 * Submenu
 -----------------------------*/
.submenu 
{
    background: #efeeee;
    font-size: 14px;
    width: 100%;
}
.submenu li 
{	
	border-bottom: 1px solid #77777740;
    float: none;
}
.submenu a 
{
	display: block;
    text-decoration: none;
    color: #2b2a27;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    margin-right: 0px !important;
    border: 0px !important;
    border-radius: 0px !important;
    font-size: 16px;
}
.submenu .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
{
    color: #fff;
    cursor: default;
    background-color: #d24b38;
    border:0px;
    border-bottom-color: transparent;
}
.tab-content h4
{ 
	margin-bottom: 0;
    color: #d24b38;
    font-size: 17px;
    width: 85%;
}
.newsletter-archive 
{
	font-size: 15px !important;
    line-height: 35px !important;
    font-weight: 500 !important;
    color: #fff;
    position: absolute;
    bottom: 72px !IMPORTANT;
    left: 21px;
    right: 85px;
    text-align: left;
}
header h1 
{
	color: #fff;
    padding: 0 1rem;
    position: absolute;
    top: -2px;
    right: -2rem;
    font-size: 18px;
}
.fixed-header 
{
	display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
	background-color: #ff9b01;
    background-repeat: repeat-y;
    background: -webkit-linear-gradient(left, #ff9b01, #f7d39e);
    background: -moz-linear-gradient(left, #ff9b01, #f7d39e);
    background: -ms-linear-gradient(left, #ff9b01, #f7d39e);
    background: -o-linear-gradient(left, #ff9b01, #f7d39e);
    background: -webkit-radial-gradient(70% 50%, closest-corner, #f7d39e, #ff9b01);
    padding: 31px 0 38px;
}
navh 
{
    width: 100%;
    height: 60px;
    position: absolute;
    z-index: -10; display: none;
}
navh div 
{
	color: white;
    font-size: 14px;
    line-height: 60px;
	top: -30px;
    visibility: hidden;
    width: 100%;
}
.visible-title 
{
    visibility: visible;
}
.theme-main-menu.fixed 
{
    position: fixed !important;
    width: 100%;
	top: 69px;
    left: 0;
    z-index: 9999;
    margin: 0;
    animation-name: menu_sticky;
    animation-duration: 0.90s;
    animation-timing-function: ease-in-out;
    box-shadow: 0px 0px 25px -3px rgba(21,21,21,0.2);
}
.fixed-header img
{   
	position: absolute;
    top: 7px;
    left: 4px;
    padding: 0px;
    float: left;
    width: 145px;
}
.toll-left
{
	background: #d24b38;
    color: #fff;
    padding: 16px;
    margin-top: 15px; 
}
.toll-left li
{
	line-height: 40px !important;
}
.modal 
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.continue-reading>li>ul>li
{ 
	display: inline-block;
    margin-right: 22px;
    line-height: 35px;
    font-size: 15px;
    color: rgba(253,88,11,0.7);
    margin-bottom: 10px !important;
}
.continue-reading>li
{   
	margin-bottom: 18px !important;
    padding-bottom: 0 !important;
}
.Side-Upcoming-Events
{	
	padding-top: 0px !important;
}
.designation
{
	font-weight: 800;
    margin-top: 20px;
    font-size: 19px !important;
    margin-bottom: 15px !important;
}
.sortable td
{
	padding: 6px;
    border: 1px solid #f1f1f1;
    font-size: 15px;
    color: #333;
}
/** TOOLTIP TEXT **/
.tooltip 
{
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}
.tooltip .tooltiptext 
{
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
}
.tooltip:hover .tooltiptext 
{
	visibility: visible;
}
.logo-container 
{
	background-color: black;   /* black background */
	text-align: center;        /* center content horizontally */
	padding: 20px;             /* optional spacing */
}
.head-logo 
{
	display: inline-flex;      /* align items side by side */
	gap: 15px;                 /* spacing between images */
	list-style: none;          /* remove bullets */
	padding: 0;
	margin: 0;
}
.head-logo li 
{
	display: inline-block;
}
.anniversary-badge 
{
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 1000;
}
/* Ensure it doesn't overlap the menu on mobile */
@media (max-width: 768px) 
{
    .anniversary-badge 
	{
        max-height: 50px;
        position: relative;
        right: 0;
        text-align: center;
        margin: 10px 0;
    }
}

/*((((((((((((((((((((( scroll Menu ))))))))))))))))))))*/
@keyframes menu_sticky 
{
	0%   {margin-top:-120px;opacity: 0;}
	50%  {margin-top: -64px;opacity: 0;}
	100% {margin-top: 0;opacity: 1;}
}
