/* Theme Name: ClikThot
Author: ClikThot
Description: Custom Theme For ClikThot
Version: 1.0 */



@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i|Raleway:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');


@import url('css/font-awesome.css');
@import url('css/animate.css');
@import url('css/owl.css');
@import url('css/jquery.fancybox.css');
@import url('css/jquery.mCustomScrollbar.min.css');
@import url('css/jquery.bootstrap-touchspin.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Lato', sans-serif;
	font-size:15px;
	color:#555555;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#da2128;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Lato', sans-serif;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
}

input,button,select,textarea{
	font-family: 'Lato', sans-serif;
}

p{
	position:relative;
	line-height:1.8em;	
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	overflow-x:hidden;
	min-width:300px;
	
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

.btn-style-one{
	position:relative;
	padding:9px 40px;
	line-height:24px;
	text-transform:uppercase;
	background:none;
	color:#ffffff !important;
	border:2px solid #ffffff;
	font-size:13px;
	font-weight:600;
	border-radius:2px;
}

.btn-style-one:hover{
	background:#ffffff;
	color:#da2128 !important;
}

.btn-style-two{
	position:relative;
	padding:9px 40px;
	line-height:24px;
	text-transform:uppercase;
	background:#da2128;
	color:#ffffff !important;
	border:2px solid #da2128;
	font-size:13px;
	font-weight:600;
	border-radius:2px;
}

.btn-style-two:hover{
	background:#222222;
	color:#ffffff !important;
	border-color:#222222;
}

.btn-style-three{
	position:relative;
	padding:8px 30px;
	line-height:24px;
	text-transform:uppercase;
	background:#da2128;
	color:#ffffff !important;
	border:2px solid #da2128;
	font-size:13px;
	font-weight:600;
	border-radius:2px;
}

.btn-style-three:hover{
	background:#222222;
	color:#ffffff !important;
	border-color:#222222;
}

.btn-style-four{
	position:relative;
	padding:8px 30px;
	line-height:24px;
	text-transform:uppercase;
	background:none;
	color:#222222 !important;
	border:2px solid #da2128;
	font-size:13px;
	font-weight:600;
	border-radius:2px;
}

.btn-style-four:hover{
	background:#da2128;
	color:#ffffff !important;
}

.theme-btn .icon-left{
	padding-right:10px;
}

.theme-btn .icon-right{
	padding-left:10px;
}

.theme_color{
	color:#da2128;	
}

.light-font{
	font-weight:300;	
}

.regular-font{
	font-weight:400;	
}

.semibold-font{
	font-weight:600;	
}

.bold-font{
	font-weight:700;	
}

.ex-bold-font{
	font-weight:800;	
}

.heavy-font{
	font-weight:900;
}

.bg-lightgrey{
	background-color:#f7f7f7 !important;	
}

.no-bg{
	background:none !important;	
}

.text-uppercase{
	text-transform:uppercase !important;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; display:none; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/loader.gif);}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:50%;
	background:#0a0a0a;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#da2128;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	background:#ffffff;
}

.main-header .auto-container{
	position:relative;	
}

.main-header .header-top{
	position:relative;
	background:#053c96;
	color:#ffffff;
	padding:12px 0px;
}

.main-header .header-top .top-left{
	position:relative;
	float:left;
}
.main-header .header-last {
    position: relative;
    background: #053c96;
    color: #ffffff;
    padding: 12px 0px;
}
.main-header .header-last .top-center{
text-align: left;
font-weight: 500;
text-transform: none;
font-size: 17px;
font-style: italic;
}

.main-header .header-top .top-left ul li{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding-left:25px;
    margin-right:40px;
	color:#ffffff;
}

.main-header .header-top .top-left ul li .icon{
	position:absolute;
	left:0px;
	top:1px;
	font-size:14px;
	line-height:24px;
}

.main-header .header-top .top-left ul li a:hover{
	color:#fff;
}

.main-header .header-top .top-left ul li a{
	position:relative;
	color:#ffffff;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.main-header .header-top .top-left ul li a:hover{
	color:#ececec;	
}

.main-header .header-top .top-right{
	position:relative;
	float:right;
}

.header-top .social-icon{
	position:relative;
}

.header-top .social-icon a{
	position: relative;
    display: inline-block;
    text-align: center;
    margin-left: 20px;
    line-height: 24px;
    font-size: 13px;
    color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-top .social-icon a:hover{
	color:#da2128;
}

.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header.fixed-header .main-box{
	position:fixed;
	border-bottom:1px solid #e0e0e0;
	padding:0px 0px;
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-header .main-box .outer-container{
	position:relative;
}

.main-header .main-box .logo-box{
    position: relative;
float: left;
left: 0px;
padding: 8px 0px 0px;
z-index: 10;
width: 360px;
    /*width: 106px;*/
}

.fixed-header .main-box .logo-box{
	padding:5px 0px;	
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .nav-toggler{
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-18px;
	display:none;
}

.main-header .nav-toggler button{
	position:relative;
	display:block;
	height:36px;
	width:42px;
	background:#da2128;
	color:#ffffff;
	text-align:center;
	font-size:16px;
	line-height:34px;
	border:1px solid #da2128;
	border-radius:3px;
	font-weight:normal;
}

.main-header .nav-outer{
	position:relative;
	float:right;
}

.main-menu{
	position:relative;
	font-family: 'Lato', sans-serif;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	display:inline-block;
	padding:20px 0px;
	margin-left:25px;
}

.fixed-header .main-menu .navigation > li{
	padding:10px 0px;	
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:20px 0px;
	color:#111111;
	text-align:center;
	line-height:30px;
	text-transform:uppercase;
	letter-spacing:0px;
	font-weight:600;
	opacity:1;
	font-size:13px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > a:before{
	content: "";
	position:absolute;
	left:0px;
	bottom:0px;
	width:0px;
	height:16px;
	display:block;
	background:url(../images/beat-separator-one.png) left bottom no-repeat;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

/*.main-menu .navigation > li.dropdown > a{
	padding-right:15px;
}

.main-menu .navigation > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:0px;
	top:16px;
	width:10px;
	height:30px;
	display:block;
	line-height:30px;
	font-size:14px;
	font-weight:normal;
}*/

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	color:#da2128;
	opacity:1;
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li.current-menu-item > a:before{
	width:100%;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:120%;
	width:220px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:3px solid #222222;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 15px;
	line-height:24px;
	font-weight:400;
	font-size:13px;
	text-transform:capitalize;
	color:#272727;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#ffffff;
	background:#da2128;	
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:10px;
	width:10px;
	height:20px;
	display:block;
	color:#253d4a;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:20px;
	width:220px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:3px solid #222222;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 15px;
	line-height:24px;
	font-weight:400;
	font-size:13px;
	text-transform:capitalize;
	color:#272727;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#ffffff;
	background:#da2128;	
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	color:#272727;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	background:url(../images/icons/submenu-icon.png) center center no-repeat;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}



/***

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar{
	position: fixed;
	top: 0;
	width: 305px;
	height: 100%;
	background: #272727;
	z-index: 9999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside > .mCSB_container{
	margin-right:0px;	
}

.hidden-bar.right-align {
	right: -400px;
}

.hidden-bar.right-align.visible-sidebar{
	right:0px;	
}

.hidden-bar.right-align .hidden-bar-closer {
	left: 0px;
}

.hidden-bar.left-align {
	left: -400px;
}

.hidden-bar.left-align.visible-sidebar {
	left: 0px;
}

.hidden-bar.left-align .hidden-bar-closer {
	right: -20px;
}

.hidden-bar .hidden-bar-closer {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	background: rgba(255,255,255,0.80);
	color: #272727;
	border-radius: 2px;
	text-align: center;
	line-height: 38px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}

.hidden-bar .hidden-bar-closer:hover {
	background: #da2128;
}

.hidden-bar .hidden-bar-closer:hover .btn {
	color: #ffffff;
}

.hidden-bar .hidden-bar-closer .btn {
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 14px;
}

.hidden-bar .social-icons {
	text-align: center;
	margin: 50px 0px 30px;
}

.hidden-bar .social-icons ul {
	font-size: 0;
	margin-left: -5px;
	margin-right: -5px;
}

.hidden-bar .social-icons ul li {
	display: inline-block;
	padding: 0 5px;
}

.hidden-bar .social-icons ul li a {
	display: block;
	width: 36px;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	background: #da2128;
	color: #ffffff;
	border-radius: 5px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hidden-bar .social-icons ul li a:hover {
	background: #ffffff;
	color:#da2128;
}

.hidden-bar-wrapper {
	height: 100%;
}

.hidden-bar .logo {
	padding: 30px 0px;
	background: #272727;
}

.hidden-bar .logo img{
	display:inline-block;
	max-width:100%;	
}

.hidden-bar .side-menu {
	background-color: transparent;
	padding: 0;
	font-size:13px;
	letter-spacing:1px;
}

.hidden-bar .side-menu ul li ul a {
	background: transparent;
}

.hidden-bar .side-menu ul li ul li ul li a {
	background: transparent;
}

.hidden-bar .side-menu a.current {
	color: #fff;
}

.hidden-bar .side-menu li.current > a {
	color: #fff;
}

.hidden-bar .side-menu ul li a {
	background: transparent;
	color: #ffffff;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	border-top: 1px solid rgba(255,255,255,0.30);
	border-bottom: 1px solid rgba(255,255,255,0.30);
	padding: 10px 15px 10px 20px;
	position: relative;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul > li.current > a,
.hidden-bar .side-menu ul > li > ul > li.current > a {
	background: rgba(255,255,255,0.10);
	color: #ffffff;
}

.hidden-bar .side-menu ul li a .btn.expander {
	background: none;
	color: #ffffff;
	border: 1px solid rgba(255,255,255,0.80);
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 0px;
	position: absolute;
	top: 6px;
	right: 20px;
	outline: none;
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	z-index:10;
}

.main-slider .tp-caption{
	z-index:5 ;
}

.main-slider .text{
	font-weight:400;
	line-height:1.8em;
	color:#ffffff;
	font-size:20px;
}

.main-slider h2{
	font-size: 22px !important;
	color:#ffffff;
	font-weight:700;
	text-transform:uppercase;
	line-height:1.3em;
	letter-spacing:2px;
	font-family: 'Raleway', sans-serif;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}
.tp-caption.black.tp-fade.tp-resizeme.start h3{
    font-siez:18px !important;
}

.main-slider .btn-style-one,
.main-slider .btn-style-two{
	border-width:2px !important;
}

.main-slider .tp-bullets.preview3 .bullet{
	background:none !important;
	width:10px !important;
	height:10px !important;
	border:2px solid #ffffff!important;
	border-radius:50%!important;
	margin:0px 7px;
}

.main-slider .tp-bullets.preview3 .bullet:hover,
.main-slider .tp-bullets.preview3 .bullet.selected{
	background:#ffffff !important;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3{
	background:none !important;
	width:54px !important;
	overflow:hidden;
	margin-top:0px !important;
	height:54px !important;
}

.main-slider .tparrows.preview3::after{
	top:0px;
	background:rgba(0,0,0,0);
	color:#ffffff;
	font-size:22px;
	height:54px !important;
	line-height:52px;
	width:50px !important;
	border:2px solid #ffffff;
	padding:0px;
	border-radius:2px;
}

.main-slider .tparrows.tp-leftarrow.preview3::after{
	content: '\f104';
	font-family:'FontAwesome';
}

.main-slider .tparrows.tp-rightarrow.preview3::after{
	content: '\f105';
	font-family:'FontAwesome';
}

.main-slider .tparrows.preview3.tp-leftarrow{
	left:30px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow{
	right:30px !important;
}

.main-slider .tparrows.preview3:hover::after{
	background:#da2128;
	border-color:#da2128;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper{
	visibility:hidden;
	opacity:0;
	display:none;	
}

.main-slider .tp-bannertimer{
	display:none !important;	
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:25px;
}

.sec-title.centered{
	text-align:center;
}

.sec-title h2{
	font-family:'Raleway',sans-serif;
	font-size:36px;
	font-weight:700;
	letter-spacing:1px;
	color:#222222;
	text-transform:uppercase;
	line-height:1.4em;
}

.sec-title .separator{
	position:relative;
	display:block;
	width:100%;
	height:17px;
	background:url(../images/separator-one.png) left bottom no-repeat;
}

.sec-title.centered .separator{
	background-position: center bottom;
}

.sec-title .desc-text{
	position:relative;
	line-height:1.8em;
	padding-top:4px;
}

.sec-title.centered .desc-text{
	/*max-width:860px;*/
	margin:0 auto;
		max-width:100%;
}

.who-we-are .about-text {
    margin-bottom: 50px;
}
.who-we-are .read_more {
    width: 170px;
    margin: 0px auto;
}
/*** 

====================================================================
	Who We Are
====================================================================

***/

.who-we-are{
	position:relative;
	/*padding:70px 0px 80px;*/
	padding:20px 0px 80px;
}

.who-we-are .image-column,
.who-we-are .content-column{
	position:relative;
	margin-bottom:40px;	
}

.who-we-are .image-column .image-box{
	position:relative;
	display:block;
}

.who-we-are .image-column img{
	display:block;
	width:100%;	
}

.who-we-are .content-column .inner{
	position:relative;
	padding-left:20px;
}

.who-we-are .content-column h3{
	font-size:24px;
	line-height:1.3em;
	font-weight:700;
	margin-bottom:15px;
	color:#da2128;
}

.who-we-are .content-column .strong-text{
	font-size:16px;
	font-weight:700;
	line-height:1.8em;
	margin-bottom:15px;
	color:#222222;
}

.who-we-are .content-column .text{
	font-size:14px;
	line-height:1.8em;
	margin-bottom:30px;
	color:#555555;
	text-align: justify;
}

/*** 

====================================================================
	Tabs Box / Tabs Syle One
====================================================================

***/

.tabs-box{
	position:relative;
}

.tabs-box .tab-buttons,
.tabs-box .tabs-content{
	position:relative;	
}

.tabs-style-one .tab-buttons{
	text-align:center;
	margin-bottom:50px;	
}

.tabs-style-one .tab-buttons .tab-btn{
	position:relative;
	display:inline-block;
	line-height:30px;
	padding:0px 0px 22px 35px;
	margin:0px 25px;
	text-transform:uppercase;
	color:#222222;
	font-weight:500;
	cursor:pointer;	
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.tabs-style-one .tab-buttons .tab-btn:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:20px;
	background:url(../images/separator-one.png) center bottom no-repeat;
	opacity:0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;	
}

.tabs-style-one .tab-buttons .tab-btn .icon{
	position:absolute;
	left:0px;
	top:0px;
	display:inline-block;
	font-size:24px;
	line-height:30px;
	padding-right:5px;	
}

.tabs-style-one .tab-buttons .tab-btn.active-btn{
	color:#da2128;	
}

.tabs-style-one .tab-buttons .tab-btn.active-btn:after{
	opacity:1;	
}

.tabs-box .tabs-content .tab{
	display:none;	
}

.tabs-box .tabs-content .active-tab{
	display:block;	
}

/*** 

====================================================================
	Recent Causes
====================================================================

***/

.recent-causes-section{
	position:relative;
	padding:44px 0px 0px;
	background:#f7f7f7;
}

.default-cause-box{
	position:relative;
	margin-bottom:30px;	
}

.default-cause-box .inner-box{
	position:relative;
	display:block;
	text-align:center;
	background:#ffffff;
	border:1px solid #e0e0e0;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.default-cause-box .inner-box:hover{
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);	
}

.default-cause-box .image-box{
	position:relative;	
}

.default-cause-box .image-box img{
	display:block;
	width:100%;	
}

.default-cause-box .inner-box .progress-box{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:5px;
}

.default-cause-box .inner-box .progress-box .bar{
	position:relative;
	width:100%;
	height:5px;
	background:rgba(204,204,204,0.60);
}

.default-cause-box .inner-box .progress-box .bar-inner{
	position:relative;
	display:block;
	width:0px;
	height:5px;
	background:#da2128;
	-webkit-transition:all 1500ms ease;
	-ms-transition:all 1500ms ease;
	-o-transition:all 1500ms ease;
	-moz-transition:all 1500ms ease;
	transition:all 1500ms ease;	
}

.default-cause-box .inner-box .progress-box .count-text{
	position:absolute;
	right:0px;
	margin-right:-23px;
	bottom:15px;
	width:46px;
	height:26px;
	background:#da2128;
	color:#ffffff;
	line-height:26px;
	font-size:13px;
	font-weight:600;
	border-radius:2px;
	opacity:0;
	-webkit-transition:all 1000ms ease;
	-ms-transition:all 1000ms ease;
	-o-transition:all 1000ms ease;
	-moz-transition:all 1000ms ease;
	transition:all 1000ms ease;	
}

.default-cause-box .inner-box .progress-box .bar-inner.counted .count-text{
	opacity:1;	
}

.default-cause-box .inner-box .progress-box .count-text:after{
	content:'';
	position:absolute;
	left:50%;
	margin-left:-4px;
	top:100%;
	border:4px solid transparent;
	border-top:5px solid #da2128;	
}

.default-cause-box .inner-box .lower-content{
	position:relative;
	padding:25px;	
}

.default-cause-box .inner-box .cause-donation-info{
	font-weight:500;
	font-size:16px;
	line-height:24px;
	color:#aaaaaa;	
}

.default-cause-box .inner-box .cause-donation-info .total{
	color:#da2128;	
}

.default-cause-box .inner-box .separator{
	position:relative;
	display:block;
	width:100%;
	margin:0px;
	height:50px;
	background:url(../images/icons/separator-two.png) center center no-repeat;	
}

.default-cause-box .inner-box h3{
	font-size:16px;
	font-weight:500;
	margin-bottom:7px;
	color:#222222;
}

.default-cause-box .inner-box h3 a{
	color:#222222;
}

.default-cause-box .inner-box h3 a:hover{
	color:#da2128;	
}

.default-cause-box .inner-box .text{
	line-height:1.8em;
	margin-bottom:20px;
}

.default-cause-box .inner-box .theme-btn{
	margin:0px 5px 10px;
	padding-left:24px;
	padding-right:24px;
	min-width:140px;
	text-align:center;
}

.cause-box-two{
	position:relative;
	margin-bottom:50px;	
}

.cause-box-two .inner-box{
	position:relative;
	display:block;
	background:#ffffff;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.cause-box-two .inner-box:hover{
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);	
}

.cause-box-two .image-box{
	position:relative;
}

.cause-box-two .image-box img{
	display:block;
	width:100%;	
}

.cause-box-two .inner-box .progress-box{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	text-align:center;
	height:5px;
}

.cause-box-two .inner-box .progress-box .bar{
	position:relative;
	width:100%;
	height:5px;
	background:rgba(204,204,204,0.60);
}

.cause-box-two .inner-box .progress-box .bar-inner{
	position:relative;
	display:block;
	width:0px;
	height:5px;
	background:#da2128;
	-webkit-transition:all 1500ms ease;
	-ms-transition:all 1500ms ease;
	-o-transition:all 1500ms ease;
	-moz-transition:all 1500ms ease;
	transition:all 1500ms ease;	
}

.cause-box-two .inner-box .progress-box .count-text{
	position:absolute;
	right:0px;
	margin-right:-23px;
	bottom:15px;
	width:46px;
	height:26px;
	background:#da2128;
	color:#ffffff;
	line-height:26px;
	font-size:13px;
	font-weight:600;
	border-radius:2px;
	opacity:0;
	-webkit-transition:all 1000ms ease;
	-ms-transition:all 1000ms ease;
	-o-transition:all 1000ms ease;
	-moz-transition:all 1000ms ease;
	transition:all 1000ms ease;	
}

.cause-box-two .inner-box .progress-box .bar-inner.counted .count-text{
	opacity:1;	
}

.cause-box-two .inner-box .progress-box .count-text:after{
	content:'';
	position:absolute;
	left:50%;
	margin-left:-4px;
	top:100%;
	border:4px solid transparent;
	border-top:5px solid #da2128;	
}

.cause-box-two .inner-box .lower-content{
	position:relative;
	background:#fafafa;
	padding:20px 20px 25px;	
}

.cause-box-two .inner-box .post-header{
	position:relative;
	padding-bottom:15px;
	margin-bottom:20px;	
	border-bottom:1px solid #e0e0e0;
}

.cause-box-two .inner-box h3{
	font-size:16px;
	font-weight:500;
	margin-bottom:5px;
	color:#222222;
}

.cause-box-two .inner-box h3 a{
	color:#222222;
}

.cause-box-two .inner-box h3 a:hover{
	color:#da2128;	
}

.cause-box-two .inner-box .cause-donation-info{
	font-weight:500;
	font-size:14px;
	line-height:22px;
	color:#aaaaaa;	
}

.cause-box-two .inner-box .cause-donation-info .total{
	color:#da2128;	
}

.cause-box-two .inner-box .post-header .theme-btn{
	margin-top:7px;	
}

.cause-box-two .inner-box .text{
	line-height:1.7em;
}

/*** 

====================================================================
	How To Contribute
====================================================================

***/

.flaticon-new-file{
    
border-radius: 100%;
padding: 7px;
color: lightgray;
}
.flaticon-new-file::before {

    display: none;

}

.how-to-contribute{
	position:relative;
	padding:120px 0px 120px;
}

.how-to-contribute.style-two{
	padding:120px 0px 90px;
}

.how-to-contribute .sec-title .desc-text{
	max-width:650px;
	padding-bottom:20px;
}

.how-to-contribute .outer-box{
	position:relative;
	max-width:820px;
	margin:0 auto;	
}

.how-to-contribute .outer-box:after{
	content:'';
	position:absolute;
	left:50%;
	top:5%;
	border-left:1px solid #e0e0e0;
	height:90%;
}

.how-to-contribute .contribute-block{
	position:relative;
	min-height:80px;
	margin-bottom:80px;
	z-index:1;
}

.how-to-contribute .contribute-block:last-child{
	margin:0px;	
}

.how-to-contribute .contribute-block .inner{
	position:relative;
	float:left;
	width:50%;
}

.how-to-contribute .contribute-block:nth-child(even) .inner{
	float:right;
}

.how-to-contribute .contribute-block .inner .inner-box{
	position:relative;
	max-width:410px;
	padding-right:110px;
	text-align:right;
}

.how-to-contribute .contribute-block:nth-child(even) .inner .inner-box{
	padding-right:0px;
	padding-left:110px;
	text-align:left;
}

.how-to-contribute .contribute-block .icon-box{
	position:absolute;
	right:-42px;
	top:50%;
	margin-top:-40px;
	line-height:80px;
	width:84px;
	height:80px;
	text-align:center;
	font-size:56px;
	color:#e0e0e0;
	background:#ffffff;
}

.how-to-contribute .contribute-block:nth-child(even) .icon-box{
	right:auto;
	left:-42px;
}

.how-to-contribute .contribute-block .count{
	color:#da2128;
	line-height:1.4em;
	font-size:18px;	
}

.how-to-contribute .contribute-block h3{
	color:#222222;
	font-size:18px;
	line-height:1.4em;
	font-weight:600;
	margin-bottom:5px;	
}

.contribute-block-two{
	position:relative;
	text-align:center;
	margin-bottom:30px;
}

.contribute-block-two .inner-box{
	position:relative;
	padding:50px 30px;
	border:1px solid #f0f0f0;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
}

.contribute-block-two .inner-box .icon-box{
	position:relative;
	font-size:48px;
	line-height:1em;
	color:#999999;
	margin-bottom:30px;	
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.contribute-block-two h3{
	color:#222222;
	font-size:18px;
	line-height:1.4em;
	font-weight:500;
	margin-bottom:10px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
}

.contribute-block-two .inner-box:hover h3,
.contribute-block-two .inner-box:hover .icon-box{
	color:#ffffff;
}

.contribute-block-two .text{
	font-size:14px;
	line-height:1.7em;
	margin-bottom:20px;	
}

.contribute-block-two .inner-box:hover{
	color:#ffffff;
	background:#da2128;
	border-color:#da2128;
}

.contribute-block-two .inner-box:hover .btn-style-two{
	color:#222222 !important;
	background:#ffffff !important;
	border-color:#ffffff;
}

/*** 

====================================================================
	Call TO Action
====================================================================

***/

.call-to-action{
	position:relative;
	padding:80px 0px;
	color:#ffffff;
	text-align:center;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position: center 21px;
}

.call-to-action:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(10,10,10,0.80);
}

.call-to-action .auto-container{
	position:relative;
	z-index:1;	
}

.call-to-action .sec-title h2,
.call-to-action .sec-title .desc-text{
	color:#ffffff;	
}

.call-to-action .links .theme-btn{
	margin:0px 12px 10px;	
}


/*** 

====================================================================
	Latest Events
====================================================================

***/

.latest-events{
	position:relative;
	padding:44px 0px 90px;
}

.latest-events.style-two{
	padding:80px 0px 50px;
	background:#f7f7f7;
}

.latest-events .image-column,
.latest-events .content-column{
	position:relative;
	margin-bottom:30px;	
}

.latest-events .image-column img{
	display:block;
	width:100%;	
}

.latest-events .medium-title{
	position: relative;
    margin-bottom: 15px;
    color: #da2128;
    font-weight: 500;
    font-size: 23px;
    margin-top: 30px;
}

.latest-events .where-we-active{
	margin-bottom:20px;	
}

.upcoming-events .event-box{
	position:relative;	
}

.upcoming-events .event-box .inner{
	position:relative;
	padding-left:145px;
	min-height:140px;
}

.upcoming-events .event-box .image-box{
	position:absolute;
	left:0px;
	top:0px;
	width:140px;
	height:140px;	
}

.upcoming-events .event-box .image-box img{
	display:block;
	width:100%;	
}

.upcoming-events .event-box .slide-content{
	position:relative;
	padding:14px 20px;
	background:#f7f7f7;	
}

.style-two .upcoming-events .event-box .slide-content{
	background:#ffffff;	
}

.upcoming-events .event-box h4{
	font-size:16px;
	font-weight:500;
	color:#222222;
	margin-bottom:5px;	
}

.upcoming-events .event-box h4 a{
	color:#222222;	
}

.upcoming-events .event-box .text{
	margin-bottom:10px;
	line-height:1.7em;
}

.upcoming-events .event-box .post-meta{
	position:relative;
}

.upcoming-events .event-box .post-meta li{
	position:relative;
	display:inline-block;
	margin-right:20px;
	color:#da2128;
	font-size:13px;
	line-height:24px;
	font-weight:500;
}

.upcoming-events .event-box .post-meta li a{
	color:#da2128;	
}

.upcoming-events .event-box .post-meta li .icon{
	font-weight:400;
	padding-right:7px;
}

.upcoming-events .owl-controls{
	padding:0px;
	margin:0px;
}

.upcoming-events .owl-theme .owl-controls .owl-dots{
	display:none !important;	
}

.upcoming-events .owl-theme .owl-controls .owl-nav{
	position:absolute;
	right:0px;
	top:-40px;	
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]{
	position:relative;
	display:inline-block;
	padding:0px;
	margin:0px;
	font-size:18px;
	background:none !important;
	color:#aaaaaa;
	margin-left:10px;	
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{
	color:#da2128;	
}

/*** 

====================================================================
	Sponsors Section
====================================================================

***/

.sponsors-section{
	position:relative;
	padding:80px 0px;
	color:#ffffff;
	text-align:center;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center center;
}

.sponsors-section:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(10,10,10,0.80);
}

.sponsors-section .auto-container{
	position:relative;
	z-index:1;	
}

.sponsors-section .sec-title h2,
.sponsors-section .sec-title .desc-text{
	color:#ffffff;	
}

.sponsors-section .slide-item img{
	opacity:0.80;
    width: auto;
	max-width:100%;
	display:inline-block;
	border:2px solid transparent;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sponsors-section .slide-item img:hover{
	opacity:1;
	border-color:#da2128;
}

.sponsors-section .owl-controls{
	display:none !important;
}

/*** 

====================================================================
	Sponsors Section Two
====================================================================

***/

.sponsors-section-two{
	position:relative;
	padding:100px 0px;
	text-align:center;
}

.sponsors-section-two .slide-item{
	margin:5px;	
}

.sponsors-section-two .slide-item img{
	 width: auto;
	max-width:100%;
	display:inline-block;
	border:1px solid #e0e0e0;
	-webkit-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sponsors-section-two .slide-item img:hover{
	opacity:1;
	-webkit-filter:grayscale(0%);
	-ms-filter:grayscale(0%);
	-o-filter:grayscale(0%);
	-moz-filter:grayscale(0%);
	-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.10);
	-o-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.10);
	-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.10);
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.10);
}

.sponsors-section-two .owl-controls{
	display:none !important;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
	padding:120px 0px 100px;
}

.news-section > .auto-container > .row{
	margin:0px -7px;	
}

.news-section > .auto-container > .row .column{
	padding:0px 7px;	
}

.news-section .sec-title .desc-text{
	max-width:650px;	
}

.news-style-one{
	position:relative;
	margin-bottom:20px;	
}

.news-style-one .inner-box{
	position:relative;
	display:block;	
}

.news-style-one .image-box{
	position:relative;
	display:block;
}

.news-style-one .image-box img{
	display:block;
	width:100%;
}

.news-style-one .image-box .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	background:rgba(10,10,10,0.40);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
}

.news-style-one .image-box .overlay-link .icon{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-25px;
	margin-top:-25px;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#ffffff;
	font-size:16px;
	border-radius:50%;
	background:rgba(250,111,28,1);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-style-one:hover .image-box .overlay-link{
	opacity:1;
}

.news-style-one .post-meta{
	position:relative;
	padding:10px 0px;
	line-height:24px;
	font-size:13px;
	border-bottom:1px solid #e0e0e0;
}

.news-style-one .post-meta a{
	color:#da2128;
	font-weight:500;	
}

.news-style-one .post-meta a:hover{
	color:#222222;
}

.news-style-one .post-meta .fa{
	padding-right:3px;
	font-weight:400;	
}

.news-style-one .lower-content{
	position:relative;
	padding:15px 0px 0px;
}

.news-style-one .lower-content h3{
	font-size:15px;
	color:#222222;
	font-weight:500;
	margin-bottom:7px;	
}

.news-style-one .lower-content h3 a{
	color:#222222;
}

.news-style-one .lower-content h3 a:hover{
	color:#da2128;
}

.news-style-two{
	position:relative;
	margin-bottom:14px;	
}

.news-style-two .inner-box{
	position:relative;
	display:block;
	padding-left:220px;
	min-height:172px;
	background:#f7f7f7;
}

.news-style-two .image-box{
	position:absolute;
	left:0px;
	top:0px;
	width:220px;
	display:block;
}

.news-style-two .image-box img{
	display:block;
	width:100%;
}

.news-style-two .image-box .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	background:rgba(10,10,10,0.40);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
}

.news-style-two .image-box .overlay-link .icon{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-20px;
	margin-top:-20px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#ffffff;
	font-size:14px;
	border-radius:50%;
	background:rgba(250,111,28,1);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-style-two:hover .image-box .overlay-link{
	opacity:1;
}

.news-style-two .post-meta{
	position:relative;
	margin-bottom:10px;
	line-height:24px;
	font-size:13px;
}

.news-style-two .post-meta a{
	color:#da2128;
	font-weight:500;	
}

.news-style-two .post-meta a:hover{
	color:#222222;
}

.news-style-two .post-meta .fa{
	padding-right:3px;
	font-weight:400;	
}

.news-style-two .lower-content{
	position:relative;
	padding:15px 20px;
}

.news-style-two .lower-content h3{
	font-size:13px;
	color:#222222;
	font-weight:500;
	margin-bottom:7px;	
}

.news-style-two .lower-content h3 a{
	color:#222222;
}

.news-style-two .lower-content h3 a:hover{
	color:#da2128;
}

.news-style-three{
	position:relative;
	margin-bottom:50px;	
}

.news-style-three .inner-box{
	position:relative;
	display:block;	
}

.news-style-three .image-box{
	position:relative;
	display:block;
}

.news-style-three iframe{
	display:block;
	width:100%;	
}

.news-style-three .image-box img{
	display:block;
	width:100%;
}

.news-style-three .post-header{
	position:relative;
	margin-bottom:15px;
}

.news-style-three .post-meta{
	position:relative;
	line-height:24px;
	font-size:14px;
}

.news-style-three .post-info{
	position:relative;
	font-size:13px;
}

.news-style-three .post-meta a{
	color:#da2128;
	font-weight:500;	
}

.news-style-three .post-meta a:hover{
	color:#222222;
}

.news-style-three .post-meta .fa{
	padding-right:3px;
	font-weight:400;	
}

.news-style-three .lower-content{
	position:relative;
	background:#fafafa;
	padding:20px 25px 30px;
}

.news-style-three .lower-content h3{
	font-size:16px;
	color:#222222;
	font-weight:500;
	margin-bottom:5px;
}

.news-style-three .lower-content h3 a{
	color:#222222;
}

.news-style-three .lower-content h3 a:hover{
	color:#da2128;
}

.news-style-three .lower-content .text{
	position:relative;
	line-height:1.7em;
	margin-bottom:20px;
}

.news-style-three .lower-content .read-more{
	position:relative;
	display:inline-block;
	text-transform:uppercase;
	font-size:13px;
	color:#555555;
	font-weight:600;
}

.news-style-three .lower-content .read-more .fa{
	padding-left:5px;
	font-weight:normal;	
}

.news-style-three .lower-content .read-more:hover{
	color:#da2128;	
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	background-color:#222222;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:left center;
	color:#ffffff;
	clear: both;
}

.main-footer a,
.main-footer input,
.main-footer textarea{
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-footer .auto-container{
	position:relative;
	z-index:1;	
}

.main-footer .widgets-section{
	position:relative;
	padding:70px 0px 40px;
}

.main-footer .footer-column{
	position:relative;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:30px;		
}

.main-footer .footer-logo{
	position:relative;
	margin-bottom:5px;
}

.main-footer .footer-logo img{
	display:block;
	max-width:100%;	
}

.main-footer .footer-column h2{
	font-size:16px;
	font-weight:500;
	text-transform:uppercase;
	padding:12px 0px 18px;
	background:url(../images/beat-separator-one.png) left bottom no-repeat;
	color:#da2128;	
}

.main-footer .about-widget .text{
	margin-bottom:30px;
	line-height:1.7em;	
}
.footer-widget.links-widget a {
    color: #fff;
}

.main-footer .about-widget .text p{
	margin-bottom:15px;	
}

.main-footer .about-widget .text .more-link{
	color:#da2128;	
}

.main-footer .posts-widget .widget-content{
	margin-left:-10px;	
}

.main-footer .posts-widget h2{
	margin-left:-10px;	
}

.main-footer .posts-widget .post{
	position:relative;
	min-height:55px;
	padding-left:100px;
	margin-bottom:20px;
}

.main-footer .posts-widget .post:last-child{
	margin-bottom:0px;
}

.main-footer .posts-widget .post .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:55px;
}

.main-footer .posts-widget .post .post-thumb .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(250,111,28,0.90);
	color:#ffffff;
	opacity:0;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;	
}

.main-footer .posts-widget .post:hover .post-thumb .overlay-link{
	opacity:1;	
}

.main-footer .posts-widget .post .post-thumb .overlay-link span{
	position:absolute;
	left:50%;
	top:50%;
	text-align:center;
	width:30px;
	margin-left:-15px;
	margin-top:-15px;
	line-height:30px;
	font-size:16px;	
}

.main-footer .posts-widget .post .post-thumb img{
	display:block;
	width:100%;
}

.main-footer .posts-widget .post .desc-text{
	position:relative;
	font-size:14px;
	color:#ffffff;
	line-height:1.8em;
	margin-bottom:0px;
}

.main-footer .posts-widget .post .desc-text a{
	color:#ffffff;
}

.main-footer .posts-widget .post .time{
	color:#aaaaaa;
	line-height:24px;
}

.main-footer .links-widget .list li{
	position:relative;
	margin-bottom:7px;	
}

.main-footer .links-widget .list li a{
	position:relative;
	display:inline-block;
	line-height:24px;
	color:#ffffff;
	text-transform:capitalize;
}

.main-footer .links-widget .list li a:hover{
	color:#da2128;
}

.main-footer .newsletter-widget{
	position:relative;	
}

.main-footer .newsletter-widget .text{
	line-height:1.8em;
	margin-bottom:10px;	
}

.main-footer .contact-info{
	position:relative;
	margin-bottom:25px;
}

.main-footer .contact-info li{
	position:relative;
	padding:0px;
	margin-bottom:5px;
	line-height:22px;
}

.newsletter-one{
	position: relative;
    border-top: 1px solid #fff;
    margin: 34px auto;
    padding-top: 6px;
}
.footer-widget.links-widget ul li {
    margin-bottom: 5px;
}
.newsletter-one h4{
	font-size:14px;
	font-weight:500;
	margin-bottom:15px;	
}

.newsletter-one .form-group{
	position:relative;
	margin-bottom:0px;
}

.newsletter-one .form-group input[type="text"],
.newsletter-one .form-group input[type="email"],
.newsletter-one .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:12px 15px;
	background:#ffffff;
	color:#333333;
	height:48px;
	font-size:13px;
	border:1px solid rgba(255,255,255,0.10);
	border-radius:2px;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;	
}

.newsletter-one .form-group input[type="text"]:focus,
.newsletter-one .form-group input[type="email"]:focus,
.newsletter-one .form-group textarea:focus{
	border-color:#da2128;
}

.newsletter-one .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	display:block;
	width:50px;
	height:48px;
	text-align:center;
	margin:0px;
	padding:12px 5px;
	line-height:24px;
	font-size:16px;
	text-transform:uppercase;
	font-weight:400;
	background:#da2128;
	color:#ffffff;
	letter-spacing:1px;
	border-radius:0px 2px 2px 0px;
}

.newsletter-one .form-group button:hover,
.newsletter-one .form-group input:focus + button{
	background:#6bcff6;
}

.main-footer .social-links a{
	position:relative;
	display:inline-block;
	margin-right:5px;
	text-align:center;
	width:30px;
	height:30px;
	border:2px solid #ffffff;
	line-height:26px;
	font-size:14px;
	color:#ffffff;
}

.main-footer .social-links a:hover{
	background:#02b0e8;
	border-color:#02b0e8;
}

.main-footer .footer-bottom{
	position:relative;
	padding:20px 0px;
	line-height:24px;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	background:#da2128;
}

/*** 

====================================================================
	Fun Facts Section
====================================================================

***/

.fun-facts-section{
	position:relative;
	padding:80px 0px 40px;
	color:#ffffff;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center center;
}

.fun-facts-section:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(10,10,10,0.80);
}

.fun-facts-section .auto-container{
	position:relative;
	z-index:1;	
}

.fun-facts-section .sec-title h2,
.fun-facts-section .sec-title .desc-text{
	color:#ffffff;	
}

.fun-facts-section .fact-counter .counter-column{
	position:relative;
	margin-bottom:40px;	
}

.fun-facts-section .fact-counter .counter-column .inner-box{
	max-width:320px;
	margin:0 auto;	
}

.fun-facts-section .fact-counter .count-outer{
	position:relative;
	font-size:36px;
	color:#ffffff;
	font-weight:700;
	margin-bottom:10px;	
}

.fun-facts-section .fact-counter .count-outer .icon{
	position:relative;
	font-size:32px;
	font-weight:400;
	color:#da2128;
	line-height:40px;
}

.fun-facts-section .fact-counter .count-outer .count-text{
	position:relative;
	font-size:36px;
	padding-left:20px;
	color:#ffffff;
	font-weight:700;
	line-height:40px;	
}

.fun-facts-section .fact-counter .counter-title{
	position:relative;
	font-size:14px;
	color:#ffffff;
	font-weight:500;
	text-transform:uppercase;
	margin-bottom:10px;	
}

.fun-facts-section .fact-counter .separator{
	position:relative;
	display:block;
	height:20px;
	width:100%;
	background:url(../images/icons/separator-three.png) left bottom no-repeat;
}

/*** 

====================================================================
	Shop Section
====================================================================

***/

.shop-section{
	position:relative;
	padding:120px 0px 90px;
}

.shop-section .sec-title .desc-text{
	max-width:650px;	
}

.default-shop-item{
	position:relative;
	margin-bottom:30px;	
}

.default-shop-item .inner-box{
	position:relative;
	text-align:center;
	display:block;
	border:1px solid #e0e0e0;	
}

.default-shop-item .image-box{
	position:relative;
	overflow:hidden;	
}

.default-shop-item .image-box img{
	display:block;
	width:100%;	
}

.default-shop-item .inner-box .prod-options{
	position:absolute;
	left:-50px;
	top:50%;
	margin-top:-45px;
	transition:all 500ms ease;	
}

.default-shop-item .inner-box:hover .prod-options{
	left:0px;	
}

.default-shop-item .inner-box .prod-options .option-btn{
	position:relative;
	display:block;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:16px;
	color:#ffffff;
	background:#da2128;
	margin-bottom:5px;
	border-radius:0px;
	transition:all 300ms ease;	
}

.default-shop-item .inner-box .prod-options .option-btn:hover{
	background:#222222;	
}

.default-shop-item .lower-content{
	position:relative;
	padding:15px 20px;
	background:#f7f7f7;	
}

.default-shop-item .lower-content h3{
	font-size:16px;
	color:#222222;
	font-weight:500;
	margin-bottom:7px;	
}

.default-shop-item .lower-content h3 a{
	color:#222222;
}

.default-shop-item .lower-content h3 a:hover{
	color:#da2128;
}

.default-shop-item .lower-content .price{
	margin-bottom:7px;
	font-weight:600;	
}

.default-shop-item .lower-content .price-txt{
	display:inline-block;
	line-height:24px;
	padding:3px 15px;
	color:#ffffff;
	background:#da2128;
	border-radius:2px;
}

.default-shop-item .lower-content .rating{
	font-size:12px;
	color:#da2128;
	line-height:24px;
}

.default-shop-item .lower-content .rating .fa{
	display:inline-block;
	margin:0px 2px;	
}

.shop-section .items-sorting{
	position:relative;
	margin-bottom:20px;	
}

.shop-section .items-sorting .results-column,
.shop-section .items-sorting .select-column{
	margin-bottom:10px;	
}

.shop-section .items-sorting .results-column h4{
	font-size:14px;
	font-weight:600;
	color:#6b6b6b;
	line-height:24px;
	padding:10px 0px;
}

.shop-section .items-sorting .form-group{
	margin-bottom:0px;	
}

.shop-section .items-sorting select{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:9px 15px 9px;
	height:44px;
	font-size:14px;
	border:1px solid #e0e0e0;
	cursor:pointer;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	background:url(../images/icons/icon-select.png) right center no-repeat;
	color:#999999;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.shop-section .items-sorting select option{
	text-indent:15px;	
}

.shop-section .items-sorting select:focus{
	border-color:#da2128;	
}

.shop-section .styled-pagination{
	text-align:right;	
}

.shop-section .styled-pagination ul li{
	margin-right:0px;
	margin-left:5px;	
}

.fancybox-next span,
.fancybox-prev span{
	background-image:none !important;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	text-align:center;
}

.fancybox-next span:before,
.fancybox-prev span:before{
	content:'';
	position:absolute;
	font-family: 'FontAwesome';
	left:0px;
	top:0px;
	font-size:12px;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	background-color:rgba(28,28,28,0.40) !important;
	color:#ffffff;
	visibility:visible;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.fancybox-next span:before{
	content:'\f178';
}

.fancybox-prev span:before{
	content:'\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before{
	background-color:#ffffff !important;
	color:#000000;	
}

.fancybox-type-image .fancybox-close{
	right:0px;
	top:0px;
	width:45px;
	height:45px;
	background:url(../images/icons/icon-cross.png) center center no-repeat;
	background-color:rgba(17,17,17,0.50) !important;	
}

.fancybox-type-image .fancybox-close:hover{
	background-color:#000000 !important;	
}

.fancybox-type-image .fancybox-skin{
	padding:0px !important;	
}

/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title{
	position:relative;
	padding:80px 0px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
}

.page-title:before{
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(9,9,9,0.70);
}

.page-title .auto-container{
	position:relative;
	z-index:1;
}	

.page-title h1{
	position:relative;
	font-size:36px;
	font-weight:700;
	color:#ffffff;
	margin-bottom:10px;
	line-height:1.4em;
	text-transform:uppercase;
	font-family:'Raleway',sans-serif;
}

.page-title .bread-crumb-outer{
	position:relative;
	display:inline-block;
	padding:0px 40px;
}

.page-title .bread-crumb-outer:before{
	content:'';
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-0.5px;
	width:30px;
	border-top:1px solid #da2128;	
}

.page-title .bread-crumb-outer:after{
	content:'';
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-0.5px;
	width:30px;
	border-top:1px solid #da2128;	
}

.page-title .bread-crumb-outer .bread-crumb li{
	position:relative;
	float:left;
	margin-right:30px;
	color:#ffffff;
	line-height:24px;
}

.page-title .bread-crumb-outer .bread-crumb li:last-child{
	margin-right:0px;
}

.page-title .bread-crumb-outer .bread-crumb li:after{
	content:'\f101';
	font-family: 'FontAwesome';
	position:absolute;
	right:-22px;
	width:10px;
	line-height:24px;
	font-size:14px;
	color:#da2128;
}

.page-title .bread-crumb-outer .bread-crumb li:last-child:after{
	display:none;	
}

.page-title .bread-crumb-outer .bread-crumb li a{
	color:#ffffff;	
}

.page-title .bread-crumb-outer .bread-crumb li a:hover{
	color:#da2128;	
}

.page-title .bread-crumb-outer .bread-crumb li.active{
	color:#da2128;	
}

/*** 

====================================================================
	About Us Section
====================================================================

***/

.about-us-section{
	position:relative;
	padding:60px 0px 90px;
}

.about-us-section .content-box{
	position:relative;
	padding:60px 0px;
	margin-bottom:50px;
}

.about-us-section .content-box:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:65%;
	height:100%;
	border:5px solid #053c964d	
}

.about-us-section .content-column .inner-box{
	position:relative;
	padding:0px 60px;	
}

.about-us-section .content-box .strong-text{
	font-weight:700;
	color:#da2128;
	margin-bottom:5px;
}

.about-us-section .content-box p{
	margin-bottom:20px;
	line-height:1.7em;	
}

.about-us-section .content-box p:last-child{
	margin-bottom:0px;	
}

.about-us-section .image-column img{
	display:block;
	width:100%;	
}

.default-icon-column{
	position:relative;
	margin-bottom:30px;	
}

.default-icon-column .inner-box{
	position:relative;
	display:block;
	max-width:80%;
	margin:0 auto;
	text-align:center;
}

.default-icon-column .icon-box{
	position:relative;
	line-height:1em;
	font-size:36px;
	color:#da2128;
	margin-bottom:15px;
}

.default-icon-column h3{
	position:relative;
	font-size:14px;
	font-weight:600;
	color:#222222;
	text-transform:uppercase;
}

.default-icon-column .separator{
	position:relative;
	height:40px;
	display:block;
	width:100%;
	background:url(../images/icons/separator-two.png) center center no-repeat;
}

.default-icon-column .text{
	line-height:1.7em;
}

/*** 

====================================================================
	Awards Sections
====================================================================

***/
.awards .content-box:before{

	width:75% !important;

}
.awards .left-box:before{left: 140px;}
.awards .content-column .inner-box{padding: 0px 20px;}
.awards .content-column .inner-box .text-content h3 {
    font-size: 14px;
}
/*** 

====================================================================
	What We Think
====================================================================

***/

.what-we-think{
	position:relative;
	padding:80px 0px 40px;
	background:#fafafa;
}

.what-we-think .content-column{
	position:relative;
}

.what-we-think .image-column{
	position:relative;
	margin-bottom:40px;	
}

.what-we-think .image-column img{
	display:block;
	width:100%;
}

.what-we-think .content-column h3{
	font-size:18px;
	color:#222222;
	font-weight:500;
	text-transform:uppercase;
	margin-bottom:15px;
}

.what-we-think .content-column .text{
	position:relative;
	margin-bottom:30px;
	text-align: justify;
}

.what-we-think .content-column .feature-box{
	position:relative;
	float:left;
	width:130px;
	margin:0px 40px 40px 0px;
	padding:20px 15px;
	text-align:center;
	font-weight:600;
	font-size:14px;
	color:#aaaaaa;
	border:5px solid #edeaea;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.what-we-think .content-column .feature-box:hover{
	border-color:#da2128;
}

.what-we-think .content-column .feature-box .count{
	display:block;
	font-size:30px;
	line-height:1em;
	color:#da2128;
	margin-bottom:5px;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	padding:120px 0px 90px;
	float:left;
	width:100%;
}

.default-team-member{
	position:relative;
	margin-bottom:30px;	
	min-height: 244px;
}

.default-team-member .inner-box{
	position:relative;
	display:block;
	background:#fcfcfc;
	border:1px solid #f0f0f0;	
}

.default-team-member .inner-box .content-column{
	position:relative;
	float:left;
	width:50%;
	text-align:center;	
}

.default-team-member .inner-box .content-column:after{
	content:'';
	position:absolute;
	left:100%;
	top:50%;
	margin-top:-12px;
	border:12px solid transparent;
	border-left:12px solid #fcfcfc;	
}

.default-team-member.alternate .inner-box .content-column:after{
	left:auto;
	right:100%;
	border:12px solid transparent;
	border-right:12px solid #fcfcfc;	
}

.default-team-member .inner-box .image-column{
	position:relative;
	float:right;
	width:50%;	
}

.default-team-member .inner-box .image-column img{
	position:relative;
	display:block;
	width:100%;
	height:auto;
}

.default-team-member.alternate .inner-box .content-column{
	float:right;
}

.default-team-member.alternate .inner-box .image-column{
	float:left;
}

.default-team-member .content-column .inner{
	position:relative;
	padding:20px 20px 20px;
}

.default-team-member .inner-box h3{
	position:relative;
	font-size:18px;
	font-weight:700;
	color:#da2128;
	padding-bottom:25px;
	margin-bottom:10px;
	background:url(../images/beat-separator-one.png) center bottom no-repeat;
}

.default-team-member .inner-box .text{
	position:relative;
	color:#555555;
	font-weight: 600;
	margin-bottom:20px;	
}

.default-team-member .inner-box .social-links a{
	position:relative;
	display:inline-block;
	font-size:13px;
	color:#aaaaaa;
	line-height:24px;
	margin:0px 8px;	
}

.default-team-member .inner-box .social-links a:hover{
	color:#da2128;	
}

/*** 

====================================================================
	404 Section
====================================================================

 ***/
 
.error-section{
	position:relative;
	text-align:center;
	padding:100px 0px;
}

.error-image{
	position:relative;
}

.error-image img{
	position:relative;
	max-width:100%;
	display:inline-block;
}

.error-section h3{
	position:relative;
	font-size:15px;
	margin-bottom:25px;
	font-weight:500;
}

.error-section .btn-box{
	position:relative;
}

.error-section .btn-box a{
	position:relative;
	padding:10px 30px;
	font-weight:600;
	font-size:13px;
}

.error-section .btn-box a span{
	padding-right:10px;
}

/*** 

====================================================================
	Sidebar
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:100px 0px 70px;
}

.sidebar-page-container .content-side{
	margin-bottom:30px;
	padding-right:55px;
}

.sidebar-page-container .sidebar{
	margin-left:-30px;
	margin-bottom:30px;		
}

.sidebar-title{
	position:relative;
	margin-bottom:20px;
	padding-bottom:22px;	
}

.sidebar-title:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:25px;
	background:url(../images/beat-separator-one.png) left bottom no-repeat;
}

.sidebar-title h3{
	position:relative;
	font-size:16px;
	color:#222222;
	font-weight:500;
	line-height:1.4em;
	text-transform:uppercase;	
}

.sidebar .sidebar-widget{
	position:relative;
	margin-bottom:40px;
}

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:26px;
	padding:10px 30px 10px 15px;
	border:1px solid #e0e0e0;
	height:48px;
	background:#ffffff;
	color:#1a1a1a;
	display:block;
	width:100%;
	border-radius:2px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group input:focus{
	border-color:#da2128;	
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:48px;
	width:50px;
	line-height:48px;
	text-align:center;
	display:block;
	font-size:14px;
	color:#ffffff;
	background:#da2128;
	border-radius:0px 2px 2px 0px;
}

.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover{
	color:#ffffff;
}

.sidebar .recent-posts .post{
	position:relative;
	padding-bottom:20px;
	margin-bottom:25px;
	border-bottom:1px solid #f0f0f0;
}

.sidebar .recent-posts .post:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}

.sidebar .recent-posts .post .post-thumb{
	position:relative;
	margin-bottom:12px;
}

.sidebar .recent-posts .post .post-thumb img{
	display:block;
	width:100%;	
}

.sidebar .recent-posts .post .desc-text{
	position:relative;
	font-size:14px;
	color:#555555;
	line-height:1.6em;
}

.sidebar .recent-posts .post h4{
	position:relative;
	font-size:16px;
	color:#222222;
	font-weight:500;
	margin-bottom:5px;
}

.sidebar .recent-posts .post h4 a{
	color:#1f1f1f;
}

.sidebar .recent-posts .post h4 a:hover{
	color:#da2128;
}

.sidebar .recent-events .post{
	position:relative;
	min-height:60px;
	padding-left:110px;
	margin-bottom:20px;
}

.sidebar .recent-events .post:last-child{
	margin-bottom:0px;
}

.sidebar .recent-events .post .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:90px;
}

.sidebar .recent-events .post .post-thumb img{
	display:block;
	width:100%;	
}

.sidebar .recent-events .post .desc-text{
	position:relative;
	font-size:14px;
	color:#555555;
	line-height:1.6em;
}

.sidebar .recent-events .post h4{
	position:relative;
	font-size:15px;
	line-height:1.5em;
	color:#222222;
	font-weight:500;
	top:-5px;
}

.sidebar .recent-events .post h4 a{
	color:#1f1f1f;
}

.sidebar .recent-events .post h4 a:hover{
	color:#da2128;
}

.sidebar .recent-events .post .post-meta{
	position:relative;
	margin-top:-2px;
}

.sidebar .recent-events .post .post-meta li{
	position:relative;
	display:block;
	color:#da2128;
	font-size:13px;
	line-height:20px;
	font-weight:500;
}

.sidebar .recent-events .post .post-meta li a{
	color:#da2128;	
}

.sidebar .recent-events .post .post-meta li .icon{
	font-weight:400;
	padding-right:7px;
}

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;	
	padding:6px 15px;
	margin:0px 5px 7px 0px;
	background:#da2128;
	color:#ffffff;
	font-size:14px;
	font-weight:400;
	border-radius:2px;
	text-transform:capitalize;
	text-align:center;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
	background-color:#222222;	
}

.sidebar .list{
	position:relative;
}

.sidebar .list li{
	position:relative;
	margin-bottom:5px;
}

.sidebar .list li a:before{
	content: "\f105";
	font-family: 'FontAwesome';
	position:absolute;
	left:0px;
	top:0;
	display:block;
	font-size:14px;
	line-height:24px;
}

.sidebar .list li a{
	position:relative;
	display:block;
	color:#555555;
	font-size:14px;
	font-weight:400;
	line-height:24px;
	padding:0px 0px 0px 15px;
}

.sidebar .list li a:hover{
	color:#da2128;	
}

.sidebar .text-widget{
	position:relative;
	color:#555555;
}

.sidebar .text-widget .text p{
	margin-bottom:15px;	
}

.sidebar .text-widget .text p:last-child{
	margin-bottom:0px;	
}

.sidebar .recent-gallery{
	position:relative;
}

.sidebar .recent-gallery .images-outer{
	position:relative;
	margin:0px -6px;	
}

.sidebar .recent-gallery .images-outer .gallery-post{
	position:relative;
	float:left;
	width:33.333%;
	padding:0px 6px;
	margin-bottom:12px;
	transition:all 300ms ease;	
}

.sidebar .recent-gallery .images-outer .gallery-post img{
	display:block;
	width:100%;
	transition:all 300ms ease;	
}

.sidebar .recent-gallery .images-outer .gallery-post img:hover{
	opacity:0.70;	
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.blog-details .comments-area{
	position:relative;
	margin-bottom:50px;	
}

.blog-details .comments-area .comment-box{
	position:relative;
	border-bottom:1px solid #e0e0e0;	
}

.blog-details .comments-area .comment{
	position:relative;
	padding:0px;	
	margin-bottom:50px;
}

.blog-details .comments-area .comment .comment-inner{
	position:relative;
	padding-left:100px;
	min-height:80px;
}

.blog-details .comments-area .comment .comment-content{
	position:relative;	
}

.blog-details .comments-area .comment .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:80px;
}

.blog-details .comments-area .comment .author-thumb img{
	width:100%;
	display:block;
}

.blog-details .comments-area .comment .comment-header{
	position:relative;
	font-size:13px;
	color:#999999;
	margin-bottom:5px;
}

.blog-details .comments-area .comment .comment-header strong{
	color:#222222;
	font-size:17px;
	font-weight:500;
	padding-right:30px;
}

.blog-details .comments-area .comment .text{
	line-height:1.7em;
}

.blog-details .comments-area .comment .reply-btn{
	position:absolute;
	right:0px;
	top:-5px;
	font-size:12px;
	color:#ffffff;
	background:#da2128;
	padding:4px 15px;
	line-height:20px;
	border-radius:2px;
	text-transform:uppercase;	
}

.blog-details .comments-area .comment .reply-btn:hover{
	background:#222222;	
}

.blog-details .comment-form .form-group{
	margin-bottom:20px;	
}

.blog-details .comment-form .btn-style-three{
	padding:8px 35px;
}

.blog-details .comment-form textarea{
	height:140px;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
}

.styled-pagination li{
	position:relative;
	display:inline-block;
	margin-right:5px;
}

.styled-pagination li a{
	position:relative;
	display:block;
	line-height:24px;
	padding:8px 5px;
	font-size:14px;
	text-transform:capitalize;
	min-width:42px;
	border:1px solid #e0e0e0;
	background:none;
	color:#121212;
	font-weight:500;
	text-align:center;
	border-radius:2px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#ffffff;
	background:#da2128;
	border-color:#da2128;	
}

/*** 

====================================================================
	Cause Details
====================================================================

***/

.cause-details{
	position:relative;
	padding:100px 0px;
}

.cause-details .cause-box-two{
	margin:0px;
}

.cause-details .cause-box-two .inner-box,
.cause-details .cause-box-two .inner-box:hover{
	box-shadow:none !important;
}

.cause-details .cause-box-two .lower-content{
	background:none;
	padding:20px 0px;	
}

.cause-details .cause-box-two .more-info{
	margin-bottom:20px;	
}

.cause-details .cause-post-controls{
	position:relative;
	border-top:1px solid #e0e0e0;
	padding:30px 0px 0px;
	text-align:right;
}

.cause-details .cause-post-controls a{
	position:relative;
	display:inline-block;
	margin-left:7px;
	min-width:42px;
	min-height:42px;
	line-height:24px;
	padding:8px 10px;
	text-align:center;
	border:1px solid #e0e0e0;
	border-radius:2px;
	color:#999999;
	font-size:14px;	
}

.cause-details .cause-post-controls a:hover{
	color:#555555;
	border-color:#555555;	
}


/*** 

====================================================================
	Donate Now
====================================================================

***/

.donate-now{
	position:relative;
	padding:120px 0px 70px;
}

.default-title{
	position:relative;
	margin-bottom:20px;
	padding-bottom:22px;	
}

.default-title:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:25px;
	background:url(../images/beat-separator-one.png) left bottom no-repeat;
}

.default-title h3{
	position:relative;
	font-size:17px;
	color:#222222;
	font-weight:500;
	line-height:1.4em;
	text-transform:uppercase;	
}

.donate-now .left-column{
	position:relative;
	margin-bottom:30px;	
}

.donate-now .right-column{
	position:relative;
	margin-bottom:30px;	
}

.donate-now .select-amount{
	position:relative;	
}

.donate-now .select-box{
	position:relative;
	float:left;
	width:60px;
	text-align:center;
	margin:0px 20px 10px 0px;	
}

.donate-now .input-box{
	position:relative;
	float:left;
	width:200px;
}

.donate-now .select-box input[type="radio"]{
	left:0px;
	top:0px;
	visibility:hidden;
	position:absolute;
	opacity:0;	
}

.donate-now .select-box label{
	display:block;
	line-height:22px;
	padding:10px 10px;
	text-align:center;
	font-size:14px;
	font-weight:500;
	color:#555555;
	border:1px solid #e0e0e0;
	cursor:pointer;
	border-radius:2px;
	transition:all 500ms ease;
}

.donate-now .select-box input[type="radio"]:checked+label{
	background:#da2128;
	border-color:#da2128;
	color:#ffffff;	
}

.default-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.default-form .form-group .field-label{
	display:block;
	line-height:24px;
	margin-bottom:10px;
	color:#222222;
	font-weight:500;
	font-size:14px;
}

.default-form .form-group .field-label sup,
.default-form .form-group .field-label .req{
	color:#ff0000;
	font-size:14px;
	padding-left:5px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="tel"],
.default-form input[type="url"],
.default-form select,
.default-form textarea{
	display:block;
	width:100%;
	line-height:22px;
	height:44px;
	font-size:13px;
	border:1px solid #e0e0e0;
	padding:10px 15px;	
	background-color:#ffffff;
	color:#222222;
	border-radius:2px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.default-form select{
	cursor:pointer;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
}

.default-form textarea{
	height:92px;
	resize:none;	
}

.become-volunteer .default-form textarea{
	height:160px;
}

.default-form select option{
	text-indent:15px;	
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus{
	border-color:#da2128;	
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error{
	border-color:#ff0000 !important;	
}

.default-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#ff0000;
	font-weight:500;	
}

/*** 

====================================================================
	FAQs Section
====================================================================

***/

.faqs-section{
	position:relative;
	padding:120px 0px 90px;
}

.faqs-section .title-box{
	position:relative;
	margin-bottom:20px;	
}

.faqs-section .title-box h3{
	font-size:16px;
	font-weight:500;
	text-transform:uppercase;
	color:#222222;
}

.faqs-section .column{
	position:relative;
	margin-bottom:30px;	
}

.accordion-box{
	position:relative;
}

.accordion-box .block{
	position:relative;
	margin-bottom:8px;
	border-radius:2px;
	border:1px solid #f0f0f0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.accordion-box .block.active-block{
	border-color:#da2128;	
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:15px;
	margin-bottom:0px;
	cursor:pointer;
	background:none;
	line-height:26px;
	padding:12px 10px 12px 40px;
	overflow:hidden;
	font-weight:500;
	color:#222222;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .acc-btn.active{
	color:#da2128;	
}

.accordion-box .block .icon-outer{
	position:absolute;
	left:15px;
	top:10px;
	width:20px;
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#222222;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .icon-outer .icon{
	position:absolute;
	left:0px;
	top:0;
	width:100%;
	height:30px;
	line-height:30px;
	font-size:16px;
	font-weight:normal;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.accordion-box .block .icon-outer .icon-plus{
	opacity:1;
}

.accordion-box .block .icon-outer .icon-minus{
	opacity:0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus{
	opacity:1;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus{
	opacity:0;
}

.accordion-box .block .acc-btn.active .icon-outer{
	color:#da2128;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;	
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content{
	position:relative;
	font-size:14px;
	padding:0px 40px 15px;
	color:#555555;	
}

.accordion-box .block .content p{
	margin-bottom:8px;
	line-height:1.7em;	
}

.accordion-box .block .content p:last-child{
	margin-bottom:0px;	
}

.faqs-section .video-box{
	position:relative;
	width:100%;
	margin-bottom:30px;	
}

.faqs-section .video-box iframe{
	display:block;
	width:100%;	
}

.faqs-section .info-box{
	position:relative;
	padding:65px 50px;
	text-align:center;
	background:#f7f7f7;
}

.faqs-section .info-box h4{
	font-size:16px;
	margin-bottom:12px;	
}

.faqs-section .info-box h4 a{
	color:#222222;
	font-weight:700;	
}

.faqs-section .info-box .text{
	margin-bottom:20px;	
}

/*** 

====================================================================
	Gallery Sections
====================================================================

***/

.gallery-section{
	position:relative;
	padding:120px 0px;
	overflow:hidden;
}

.gallery-section .filters{
	position:relative;
	text-align:center;
	margin-bottom:40px;
}

.gallery-section .filters li{
	position:relative;
	display:inline-block;
	padding:0px 0px 25px;
	line-height:24px;
	color:#555555;
	cursor:pointer;
	text-transform:uppercase;
	font-size:13px;
	font-weight:500;
	margin:0px 15px 10px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.gallery-section .filters li:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:25px;
	background:url(../images/beat-separator-one.png) center bottom no-repeat;
	-webkit-transform:scale(0,1);
	-ms-transform:scale(0,1);
	-o-transform:scale(0,1);
	-moz-transform:scale(0,1);
	transform:scale(0,1);
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.gallery-section .filters li.active{
	color:#da2128;	
}

.gallery-section .filters li.active:after{
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-moz-transform:scale(1);
	transform:scale(1);	
}

.default-portfolio-item{
	position:relative;
	margin-bottom:30px;
}

.default-portfolio-item.mix{
	display:none;
}

.default-portfolio-item .inner-box{
	position:relative;
	width:100%;
	overflow:hidden;
}

.default-portfolio-item .image-box{
	position:relative;
	display:block;	
}

.default-portfolio-item .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.default-portfolio-item .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	color:#ffffff;
	outline:1px solid #ffffff;
	outline-offset:-12px;
	background:rgba(10,10,10,0.60);
	opacity:0;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
	transition:all 700ms ease;
	-webkit-transform:translate(-100%,0%);
	-ms-transform:translate(-100%,0%);
	-o-transform:translate(-100%,0%);
	-moz-transform:translate(-100%,0%);
	transform:translate(-100%,0%);
}

.default-portfolio-item .inner-box:hover .overlay-box{
	opacity:1;
	-webkit-transform:translate(0%);
	-ms-transform:translate(0%);
	-o-transform:translate(0%);
	-moz-transform:translate(0%);
	transform:translate(0%);
}

.default-portfolio-item .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 30px;
}

.default-portfolio-item .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.default-portfolio-item .overlay-inner h3{
	font-size:16px;
	color:#ffffff;
	font-weight:500;
	text-transform:uppercase;
	margin-bottom:15px;
}

.default-portfolio-item .overlay-inner h3 a{
	color:#ffffff;	
}

.default-portfolio-item .overlay-inner h3 a:hover{
	color:#da2128;	
}

.default-portfolio-item .overlay-inner .image-link{
	position:relative;
	display:inline-block;
	font-size:16px;
	color:#ffffff;
	width:46px;
	height:46px;
	border:1px solid #ffffff;
	margin:0px 5px;
	line-height:44px;
	border-radius:50%;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.default-portfolio-item .overlay-inner .image-link .icon{
	position:relative;
}

.default-portfolio-item .overlay-inner .image-link:hover{
	background:#da2128;
	border-color:#da2128;	
}

.gallery-section .load-more{
	position:relative;
	padding-top:20px;	
}

/*** 

====================================================================
	Volunteer Section
====================================================================

***/

.volunteer-section{
	position:relative;
	padding:100px 0px 60px;
}

.volunteer-section .content-column{
	position:relative;
	margin-bottom:40px;	
}

.volunteer-section .content-column .bold-text{
	font-size:16px;
	font-weight:500;
	color:#da2128;
	margin-bottom:20px;	
}

.volunteer-section .content-column .image-box{
	display:block;
	margin-bottom:20px;	
}

.volunteer-section .content-column .image-box img{
	display:block;
	width:100%;
}

.volunteer-section .content-column .text{
	line-height:1.7em;
}

.volunteer-section .how-to-column{
	position:relative;
}

.volunteer-section .how-to-column .inner-box{
	position:relative;
	padding-left:50px;	
}

.volunteer-section .info-block{
	position:relative;
	margin-bottom:40px;
}

.volunteer-section .info-block .inner{
	position:relative;
	padding-left:110px;
	min-height:80px;	
}

.volunteer-section .info-block .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:80px;
	line-height:80px;
	font-size:32px;
	color:#ffffff;
	background:#da2128;
	text-align:center;
	overflow:hidden;	
}

.volunteer-section .info-block .icon-box .left-top-span{
	position:absolute;
	left:0px;
	top:0px;
	border:12px solid transparent;
	border-top:12px solid #ffffff;
	border-left:12px solid #ffffff;	
}

.volunteer-section .info-block .icon-box .right-top-span{
	position:absolute;
	right:0px;
	top:0px;
	border:12px solid transparent;
	border-top:12px solid #ffffff;
	border-right:12px solid #ffffff;	
}

.volunteer-section .info-block .icon-box .left-bottom-span{
	position:absolute;
	left:0px;
	bottom:0px;
	border:12px solid transparent;
	border-bottom:12px solid #ffffff;
	border-left:12px solid #ffffff;	
}

.volunteer-section .info-block .icon-box .right-bottom-span{
	position:absolute;
	right:0px;
	bottom:0px;
	border:12px solid transparent;
	border-bottom:12px solid #ffffff;
	border-right:12px solid #ffffff;	
}

.volunteer-section .info-block h4{
	font-size:16px;
	line-height:1.3em;
	font-weight:500;
	text-transform:uppercase;
	color:#222222;
	margin-bottom:10px;	
}

.volunteer-section .info-block .text{
	line-height:1.7em;
}

/*** 

====================================================================
	Become Volunteer Section
====================================================================

***/

.become-volunteer{
	position:relative;
	padding:80px 0px 60px;
	background:#f7f7f7;
}

.normal-title{
	position:relative;
	margin-bottom:20px;	
}

.normal-title h3{
	font-size:18px;
	text-transform:uppercase;
	font-weight:500;
	color:#222222;
}

.normal-title h3 strong{
	font-weight:700;	
}

/*** 

====================================================================
	Events Section
====================================================================

***/

.events-section{
	position:relative;
}

.default-event-box{
	position:relative;
	margin-bottom:50px;	
}

.default-event-box .inner-box{
	position:relative;
	display:block;
	background:#ffffff;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.default-event-box .inner-box:hover{
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);	
}

.default-event-box .image-box{
	position:relative;
}

.default-event-box .image-box img{
	display:block;
	width:100%;	
}

.default-event-box .inner-box .lower-content{
	position:relative;
	background:#fafafa;
	padding:25px 30px;	
}

.default-event-box .inner-box .post-header{
	position:relative;
	margin-bottom:15px;	
}

.default-event-box .inner-box h3{
	font-size:17px;
	font-weight:500;
	color:#222222;
}

.default-event-box .inner-box h3 a{
	color:#222222;
}

.default-event-box .inner-box h3 a:hover{
	color:#da2128;	
}

.default-event-box .post-meta{
	position:relative;
}

.default-event-box .post-meta li{
	position:relative;
	display:inline-block;
	margin-right:20px;
	color:#da2128;
	font-size:13px;
	line-height:24px;
	font-weight:500;
}

.default-event-box .post-meta li a{
	color:#da2128;	
}

.default-event-box .post-meta li .icon{
	font-weight:400;
	padding-right:7px;
}

.default-event-box .inner-box .post-header .date-box{
	position:relative;
	display:inline-block;
	margin-left:5px;
	min-width:50px;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	line-height:24px;
	padding:12px 5px;
	font-weight:600;
	color:#ffffff;
	background:#da2128;	
}

.default-event-box .inner-box .text{
	line-height:1.7em;
	margin-bottom:20px;
}

.default-event-box .inner-box .link-box{
	text-align:right;
}

.default-event-box .inner-box .link-box a{
	display:inline-block;
	color:#aaaaaa;
	font-weight:500;
}

.default-event-box .inner-box .link-box a .fa{
	padding-right:5px;
	color:#da2128;	
}

.default-event-box .inner-box .link-box a:hover{
	color:#da2128;
}

/*** 

====================================================================
	Event Details
====================================================================

***/

.event-details{
	position:relative;
	padding:100px 0px;
}

.event-details .default-event-box{
	margin:0px;
}

.event-details .default-event-box .inner-box,
.event-details .default-event-box .inner-box:hover{
	box-shadow:none !important;
}

.event-details .default-event-box .lower-content{
	background:none;
	padding:20px 0px;	
}

.event-details .default-event-box .post-header{
	padding-bottom:20px;
	border-bottom:1px solid #e0e0e0;
	margin-bottom:20px;	
}

.event-details .default-event-box .post-header h3{
	margin:10px 0px 5px;	
}

.event-details .default-event-box .text p{
	margin-bottom:15px;	
}

.event-details .post-options{
	position:relative;
	padding-top:10px;	
}

.event-details .post-options .share-it{
	text-align:right;
	padding-top:8px;
}

.event-details .post-options .share-it a{
	display:inline-block;
	line-height:28px;
	width:30px;
	height:30px;
	margin-left:5px;
	font-size:13px;
	text-align:center;
	border:1px solid #e0e0e0;
	color:#cccccc;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;		
}

.event-details .post-options .share-it a:hover{
	background:#02b0e8;
	color:#ffffff;
	border-color:#02b0e8;	
}

/*** 

====================================================================
	Countdown style
====================================================================

***/

.time-counter{
	position:relative;
}

.time-counter .time-countdown{
	position:relative;
}

.time-counter .time-countdown .counter-column{
	position:relative;
	display:inline-block;
	margin:0px 0px 0px 15px;
	min-width:50px;
	color:#222222;
	background:#ffffff;
	font-size:13px;
	line-height:30px;
	text-transform:capitalize;
	text-align:center;
}

.time-counter .time-countdown .counter-column .count{
	position:relative;
	display:block;
	font-size:18px;
	line-height:30px;
	padding:10px 10px;
	background:#da2128;
	color:#ffffff;
	font-style:normal;
	letter-spacing:1px;
	font-weight:700;
	border-radius:2px;
}

/*** 

====================================================================
	Blog Details
====================================================================

***/

.blog-details{
	position:relative;
	padding:100px 0px;
}

.blog-details .news-style-three .lower-content{
	background:none;
	padding:20px 0px;	
}

.blog-details .news-style-three .post-header{
	padding-bottom:20px;
	border-bottom:1px solid #e0e0e0;
	margin-bottom:20px;	
}

.blog-details .news-style-three .text p{
	margin-bottom:15px;	
}

.blog-details .post-bottom{
	position:relative;
	padding-bottom:20px;
	border-bottom:1px solid #e0e0e0;	
}

.blog-details .post-bottom .tags{
	font-weight:500;
	color:#222222;	
}

.blog-details .post-bottom .tags a{
	position:relative;
	display:inline-block;
	font-size:13px;
	padding:5px 10px;
	margin-left:5px;
	color:#ffffff;
	line-height:20px;
	background:#da2128;
	border-radius:2px;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;		
}

.blog-details .post-bottom .tags a:hover{
	background:#222222;	
}

.blog-details .post-bottom .share-it{
	text-align:right;
	font-weight:500;
	color:#222222;
	text-transform:uppercase;
}

.blog-details .post-bottom .share-it a{
	display:inline-block;
	line-height:28px;
	width:30px;
	height:30px;
	margin-left:5px;
	font-size:13px;
	text-align:center;
	border:1px solid #e0e0e0;
	color:#cccccc;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;		
}

.blog-details .post-bottom .share-it a:hover{
	background:#02b0e8;
	color:#ffffff;
	border-color:#02b0e8;	
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position:relative;
	padding:100px 0px 70px;
}

.contact-section .column{
	position:relative;
	margin-bottom:30px;	
}

.contact-section .info-column .info-box{
	position:relative;
	text-align:center;
	display:table;
	width:100%;
	height:170px;
	padding:20px;
	margin-bottom:30px;
	border:1px solid #e0e0e0;
	border-radius:3px;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.contact-section .info-column .info-box:hover{
	border-color:#da2128;	
}

.contact-section .info-column:first-child .info-box{
	height:370px;	
}

.contact-section .info-column .info-box .inner{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.contact-section .info-column .info-box .icon{
	position:relative;
	font-size:32px;
	line-height:1em;
	color:#da2128;
	margin-bottom:15px;	
}

.contact-section .info-column .info-box h4{
	font-size:16px;
	font-weight:500;
	color:#222222;
	margin-bottom:0px;	
}

.contact-section .contact-form .form-group{
	margin-bottom:15px;	
}

.contact-section .contact-form .form-group textarea{
	height:150px;	
}

/*** 

====================================================================
	Map Section
====================================================================

***/

.map-section{
	position:relative;	
}

.map-canvas{
	position:relative;
	left:0px;
	top:0px;
	width:100%;	
}

.map-canvas .map-data{
	text-align:center;
	font-size:13px;
	font-weight:400;
}

.map-canvas .map-data h6{
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
	text-align:center;
	margin-bottom:5px;
	color:#181818;	
}

/*** 

====================================================================
	Products Details style
====================================================================

***/

.shop-single{
	position:relative;
	padding:120px 0px 100px;	
}

.product-details .basic-details{
	position:relative;
	margin-bottom:50px;
}

.product-details .image-column,
.product-details .info-column{
	margin-bottom:20px;
}

.product-details .image-column .image-box{
	border:1px solid #e0e0e0;
	background:#ffffff;	
}

.product-details .info-column{
	position:relative;
}

.product-details .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;	
}

.product-details .basic-details .details-header{
	position:relative;
	margin-bottom:20px;	
}

.product-details .basic-details .details-header h4{
	font-size:18px;
	font-weight:500;
	margin:0px 0px;
	line-height:1.4em;
	color:#222222;
	margin-bottom:5px;
}

.product-details .basic-details .details-header h4 a{
	color:#333333;	
}

.product-details .basic-details .details-header .rating{
	font-size:14px;
	color:#da2128;
	margin-bottom:5px;
}

.product-details .basic-details .details-header .rating .fa{
	display:inline-block;
	margin-right:2px;	
}

.product-details .basic-details .details-header .rating .txt{
	font-size:14px;
	padding-right:15px;
	font-weight:500;
	color:#222222;
	text-transform:uppercase;	
}

.product-details .basic-details .details-header .item-price{
	font-size:18px;
	font-weight:600;
	color:#222222;
	line-height:24px;
	letter-spacing:1px;
}

.product-details .basic-details .text{
	margin-bottom:25px;
	line-height:1.6em;
}

.product-details .basic-details .text p{
	margin-bottom:15px;	
}

.product-details .basic-details .item-categories{
	margin:0px 0px 30px;
	font-size:13px;
}

.product-details .basic-details .item-categories a{
	position:relative;
	color:#da2128;
	text-transform:uppercase;	
}

.product-details .basic-details .availablity{
	position:relative;
	line-height:32px;
	margin-bottom:5px;
	font-size:13px;
	font-weight:500;
	color:#222222;
}

.product-details .basic-details .availablity strong{
	font-size:14px;
	letter-spacing:2px;
	color:#da2128;
	font-weight:600;
	text-transform:uppercase;
}

.quantity-spinner{
	position:relative;
	display:block;
	width:150px;
}

.product-details .quantity-spinner{
	margin-bottom:20px;
	float:left;
	margin-right:20px;	
}

.quantity-spinner input{
	position:relative;
	display:block;
	width:45px;
	line-height:24px;
	padding:9px 10px;
	margin:0px 53px;
	font-weight:500;
	height:42px;
	border:1px solid #e0e0e0;
	text-align:center;
	border-radius:2px;
}

.quantity-spinner .minus{
	position:absolute;
	left:0px;
	top:0px;
	width:45px;
	height:42px;
	line-height:22px;
	padding:10px 10px;
	text-align:center;
	background:#ffffff;
	font-weight:400;
	color:#555555;
	font-size:16px;
	border:1px solid #e0e0e0;
	z-index:1;
}

.quantity-spinner .plus{
	position:absolute;
	right:0px;
	top:0px;
	width:45px;
	height:42px;
	line-height:22px;
	padding:10px 10px;
	text-align:center;
	font-weight:400;
	background:#ffffff;
	color:#555555;
	font-size:16px;
	border:1px solid #e0e0e0;
	z-index:1;	
}

.product-details .basic-details .item-quantity .field-label{
	float:left;
	font-weight:700;
	font-size:14px;
	line-height:32px;
	display:inline-block;
	padding-right:20px;	
}

.product-details .basic-details .theme-btn{
	padding:8px 30px;
	margin-right:10px;
	margin-bottom:10px;	
}

.product-details .basic-details .theme-btn .icon{
	font-size:16px;
	font-weight:normal;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/


.product-info-tabs{
	position:relative;
	margin-bottom:70px;
}

.prod-tabs{
	position:relative;
}

.prod-tabs .tab-btns{
	position:relative;
	top:1px;
	z-index:1;	
}

.prod-tabs .tab-btns .tab-btn{
	position:relative;
	float:left;
	font-size:14px;
	color:#222222;
	text-transform:capitalize;
	font-weight:500;
	padding:10px 40px;
	line-height:24px;
	border:1px solid #f0f0f0;
	background:#f0f0f0;
	cursor:pointer;
}

.prod-tabs .tab-btns .tab-btn.active-btn{
	background:#ffffff;
}

.prod-tabs .tabs-container{
	position:relative;
	border:1px solid #f0f0f0;	
}

.prod-tabs .tabs-container .tab{
	position:relative;
	padding:30px 30px;
	display:none;
}

.prod-tabs .tabs-container .tab.active-tab{
	display:block;	
}

.prod-tabs .tabs-container .tab p,
.prod-tabs .tabs-container .tab h2,
.prod-tabs .tabs-container .tab h3,
.prod-tabs .tabs-container .tab h4,
.prod-tabs .tabs-container .tab h5,
.prod-tabs .tabs-container .tab h6{
	margin-bottom:15px;	
}


.prod-tabs .tabs-container .tab h3{
	font-size:16px;
	font-weight:500;
	text-transform:uppercase;
	color:#222222;
	margin-bottom:15px;
}

.prod-tabs .tabs-container .tab h4{
	font-size:14px;
	font-weight:500;
	text-transform:uppercase;
	color:#222222;
	margin-bottom:15px;
}

.prod-tabs .reviews-container{
	position:relative;	
}

.prod-tabs .reviews-container .review-box{
	position:relative;
	margin-bottom:30px;
	padding-left:100px;
	min-height:100px;
}

.prod-tabs .reviews-container .rev-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:82px;
	height:82px;
	border:1px solid #e0e0e0;
	background:#ffffff;
	border-radius:3px;
}

.prod-tabs .reviews-container .rev-thumb img{
	display:block;
	width:80px;
	height:80px;
	border-radius:3px;	
}

.prod-tabs .reviews-container .rev-content{
	position:relative;
	padding:15px;
	border:1px solid #e0e0e0;
	background:#ffffff;	
}

.prod-tabs .reviews-container .rating{
	color:#ff9c01;
	font-size:13px;
}

.prod-tabs .reviews-container .rating .fa{
	margin-right:1px;	
}

.prod-tabs .reviews-container .rev-info{
	font-size:12px;
	letter-spacing:1px;
	margin-bottom:10px;
}

.prod-tabs .reviews-container .rev-text{
	font-size:14px;
}

.prod-tabs .add-review{
	position:relative;
	margin:30px 0px 20px;
	font-size:14px;
}

.prod-tabs .add-review .rating{
	position:relative;
	padding-top:8px;	
}

.prod-tabs .add-review .rating .rate-box{
	position:relative;
	display:inline-block;
	margin-right:10px;
	font-size:14px;
	color:#555555;	
}

.prod-tabs .add-review .rating .rate-box:hover,
.prod-tabs .add-review .rating .rate-box:focus,
.prod-tabs .add-review .rating .rate-box:active{
	color:#da2128;	
}

.prod-tabs .add-review label{
	position:relative;
	display:block;
	font-size:14px;
	margin-bottom:5px;
	font-weight:400;
	color:#303030;	
}

.prod-tabs .add-review h3{
	margin-bottom:20px;	
}

.prod-tabs .add-review .form-group{
	position:relative;
	margin-bottom:20px;	
}

.prod-tabs .add-review .form-group input[type="text"],
.prod-tabs .add-review .form-group input[type="password"],
.prod-tabs .add-review .form-group input[type="tel"],
.prod-tabs .add-review .form-group input[type="email"],
.prod-tabs .add-review .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:9px 15px;
	color:#222222;
	border:1px solid #e0e0e0;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.prod-tabs .add-review .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:8px 15px;
	color:#222222;
	border:1px solid #e0e0e0;
	height:150px;
	resize:none;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.prod-tabs .add-review button{
	padding:8px 35px;
}

/*** 

====================================================================
	Cart Section style
====================================================================

***/

.cart-section{
	position:relative;
	padding:120px 0px;
}

.cart-outer{
	position:relative;
	margin-bottom:50px;	
}

.cart-outer .table-outer{
	position:relative;
	width:100%;
	overflow-x:auto;
}

.cart-outer .cart-table{
	width:100%;
	min-width:900px;
}

.cart-table .cart-header{
	position:relative;
	width:100%;
	text-transform:uppercase;
	font-size:14px;
	font-weight:500;
	background:#fafafa;
	color:#222222;
}

.cart-table thead tr{
	position:relative;
	width:100%;	
}

.cart-table thead tr th{
	line-height:24px;
	padding:16px 30px;
	min-width:120px;
	font-weight:500;
	font-size:14px;
}

.cart-table tbody tr td{
	line-height:24px;
	padding:20px 30px;
	min-width:120px;
}

.cart-table tbody tr td .prod-image{
	position:relative;
	width:118px;	
}

.cart-table tbody tr .prod-thumb{
	padding-left:0px;	
}

.cart-table tbody tr td .prod-image img{
	 display:block;
	 max-width:100%;
}

.cart-table tbody tr td .prod-image .remove-item{
	position:absolute;
	right:-5px;
	top:-5px;
	width:20px;
	height:20px;
	line-height:18px;
	font-size:10px;
	color:#ffffff;
	background:#222222;
	border-radius:50%;
	text-align:center;	
}

.cart-table tbody tr td .prod-image .remove-item:hover{
	background:#da2128;	
}

.cart-table tbody tr td h4{
	font-size:14px;
	color:#222222;
	font-weight:500;
	text-transform:uppercase;
}

.cart-table tbody tr td .rating{
	font-size:13px;
	color:#da2128;
}

.cart-table tbody tr td .rating .fa{
	display:inline-block;
	margin-right:3px;
	font-weight:normal;
}

.cart-table tbody tr{
	border-bottom:1px solid #e0e0e0;	
}

.cart-table tbody tr:last-child{
	border-bottom:none;	
}

.cart-table tbody tr td{
	vertical-align:middle;	
}

.cart-table tbody tr td .quantity-spinner{
	position:relative;
}

.cart-section .price-calculator{
	position:relative;
}

.cart-section .coupon-panel{
	position:relative;
	padding:15px 30px;
	line-height:26px;
	background:#fafafa;
	color:#222222;
	cursor:pointer;	
}

.cart-section .coupon-panel .icon{
	position:absolute;
	right:30px;
	top:50%;
	margin-top:-13px;
	line-height:26px;	
}

.cart-section .coupon-panel .fa{
	font-size:16px;	
}

.cart-section .coupon-panel .up{
	display:none;
}

.cart-section .coupon-panel.active-panel .up{
	display:block;
}

.cart-section .coupon-panel.active-panel .down{
	display:none;
}

.cart-section .coupon-outer,
.cart-section .coupon-outer .apply-coupon{
	position:relative;
}

.cart-section .coupon-content{
	position:relative;
	padding:20px 30px;
	background:#f0f0f0;
	display:none;
}

.cart-section .coupon-outer .form-group{
	position:relative;
	margin:0px;
	padding-right:170px;
	width:400px;
	max-width:100%;
}

.cart-section .coupon-outer .form-group input[type="text"]{
	display:block;
	line-height:24px;
	padding:9px 15px;
	border:1px solid #e0e0e0;
	height:44px;
	border-radius:2px;
	width:100%;
	background:#ffffff;	
}

.cart-section .coupon-outer .form-group .theme-btn{
	position:absolute;
	right:0px;
	top:0px;
	padding:8px 10px;
	font-size:13px;
	width:160px;
	text-align:center;
}

.cart-section .price-calculator{
	position:relative;
	text-align:right;	
}

.cart-section .price-calculator .totals-table{
	margin-bottom:20px;	
}

.cart-section .price-calculator .totals-table li{
	margin-bottom:5px;
}		

.cart-section .price-calculator .totals-table li .col{
	position:relative;
	float:left;
	width:60%;
	line-height:24px;	
}

.cart-section .price-calculator .totals-table li .bold-text{
	font-weight:500;
	color:#222222;
	width:40%;
}

.cart-section .cart-options .theme-btn{
	display:block;
	margin:0px 0 10px;
}
.tp-simpleresponsive > ul > li::before {

    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.48);
    height: 100%;
    width: 100%;
    display: none;
}
.help-patient {
    background: url(https://cancer.org.in/wp-content/uploads/2019/01/15241879_676598829180284_1646726937200010157_n.jpg);
    background-size: cover;
    padding: 120px 0 120px;
    position: relative;
    background-attachment: fixed;
}
.help-patient:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.32);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display:none;
}
.help-patient-grid {
    text-align: center;
    background: rgba(0, 0, 0, 0.77);
    padding: 20px;
    outline: 1px dashed rgba(255, 255, 255, 0.78);
    outline-offset: -6px;
    color: #fff;
}
.help-patient-grid .header {
    /*color: #053c96;
    font-size: 15px;
    font-weight: 600;
    margin-top: 14px;*/

    background: #da2128;
font-size: 11px;
margin-top: 10px;
color: #fff;
padding: 6px 6px;
}
.help-patient-grid figure {
    height: 162px;
    /*overflow: hidden;*/
}
.help-patient-grid figure img {

    height: 100%;

}
.our-team {
    padding: 100px 0;
    position: relative;
    background:url(images/bg-grey.jpg);
    z-index: 0;
    background-attachment: fixed;
}
.our-team .team-grid {
    width: 24%;
    float: left;
    padding: 0 5px;
    margin: 0 5px;   
}
.team-grid figure img {
   margin: auto;
   display: block;
   border-radius: 50%;
}
.team-bio .name {
    color: #da2128;
    font-size: 17px;
    margin-bottom: 4px;
}
.team-bio{
	text-align: center;
	padding: 10px 0;
	border-bottom: 2px solid #da2128;
}
.team-bio .dsgn {
    font-size: 15px;
    color: #333;
}
.director-details .team-bio .name {
    color: #333;
    font-size: 17px;
    margin-bottom: 4px;
    text-align: left;
}
.director-details .our-team .team-grid {
    width: 19%;
    float: left;
    padding: 0;
    margin: 0 5px 30PX;
}
.director-details .team-bio .dsgn {
    font-size: 15px;
    color: #333;
    text-align: left;
}
.our-team::before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.65);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
.view-all{
	text-align: center;
    margin: auto;
    display: block;
    background: #da2128;
    clear: both;
    width: 104px;
    padding: 6px 20px;
    color: #fff;
    border:2px solid #da2128;
    transition: 0.3s ease-in-out;
}
.view-all:hover{
	background:transparent;
	color: #da2128;
	transition: 0.3s ease-in-out;
}
.award{
	padding: 44px 0;
}
.award-bio li {
    margin: 10px auto;
}
.award-bio {
    text-align: justify;
}
.award h2.header {
    color: #333;
    border-bottom: 1px solid red;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 25px;
    width:100%;
}
.main-slider .tp-caption{
	display: none;
}
.counter {
    background: url(https://cancer.org.in/wp-content/uploads/2019/01/0V8B7960.jpg);
    padding: 80px 0;
    text-align: center;
    background-position: center center;
    position: relative;
}
.counter:before{
	position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.60);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.timer.count-title.count-number {
    color: #fff;
}
.counter-grid p{
	color: #fff;
	font-size: 14px;
}
.counter-grid {
    border-right: 1px solid #ccc;
}
.counter-grid:last-child{
	border:none;
}
.main-menu .navigation > li:last-child a{
	background: #053c96;
    padding: 1px 19px;
    border-radius: 17px;
    color: #fff;
}
.main-menu .navigation > li:last-child ul a{
	background:transparent;
	border-radius: initial;
	padding: 10px 15px;
	color: #333;
}
.who-we-are .header {
    color: #053c96;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 4px;
}
.media-coverage-grid .header {
    background: #053c96;
    text-align: center;
    color: #fff;
    padding: 6px 0;
    cursor: pointer;
}
.media-coverage-grid {
    margin-bottom: 30px;
    height: 162px;
    position: relative;
    z-index: 0;
    color: #fff;
}
.padding-bottom{
padding-bottom: 140px;
}
.testimonial-coverage .media-coverage-grid {
    margin-bottom: 130px;
    height: 162px;
}
.award-bio ul li {
    border-bottom: 1px solid #edeaea;
    margin-bottom: 11px;
    padding-bottom: 8px;
    position: relative;
    padding-left: 18px;
}
.award-bio ul li::before {
    position: absolute;
    content: "\f101";
    font-family: fontawesome;
    left: 0;
}
.award h2.header {
    color: #333;
    border-bottom: 1px solid #053c96;
    margin-bottom: 20px;
    font-size: 25px;
}
.media-coverage-grid figure {

min-height: 250px;
margin-top: 25px;
    overflow: hidden;
    height:100%;

}
.about-video img:last-child {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.8;
}
.about-video:hover img{
	opacity: 1;
}

.banner-caption {
    position: absolute;
    top: 58%;
    left: 50%;
    z-index: 99999;
    transform: translate(-50%,-50%);
    font-size: 44px;
    width: 63%;
    text-align: center;
	display:none;
    color: #fff;
    background: rgba(23, 23, 23, 0.4);
    padding: 25px 0;
    text-shadow: 2px 2px 1px black;
}
#banner {
    padding: 36vh 0;
    background-position: center center !important;
    background-size: cover !important;
    position:relative;
    text-align:center;
}
#banner:before{
    position:absolute;
    content:"";
    /*background:rgba(0,0,0,0.3);*/
    height:100%;
    width:100%;
    left:0;
    top:0;
}
.inner-content {
    padding: 60px 0;
}
#banner h2 {
    color: #fff;
    font-weight: 800;
    display: none;
}
.inner-content .who-we-are {
    padding: 0;
}
.main-slider .tp-bullets.preview3 .bullet{
    display:none !important;
}
.contact-form label {
    width: 100%;
}
.contact-form input[type="submit"] {
    background: #053c96;
    color: #fff;
    padding: 4px 24px;
}
.contact-us .address address li {
    margin-bottom: 6px;
}
.contact-us h4.header {
    color: #053c96;
    font-weight: 600;
    border-bottom: 2px solid #053c96;
    display: inline-block;
    margin-bottom: 13px;
}
.contact-us address {
    border-bottom: 1px solid rgba(192, 192, 192, 0.3);
    margin-bottom: 8px;
    padding-bottom: 6px;
}
address .header {
    color: #da2128;
    font-weight: 600;
    margin-bottom: 3px;
}
.location-map {
    border-top: 1px solid rgba(192, 192, 192, 0.3);
    padding-top: 30px;
    clear: both;
    margin-top: 20px;
    width: 100%;
    float: left;
}
.location-map iframe{
    height:320px;
}
.margin-top{
margin-top: 25px;
}
.gallery-item {
    width: 14% !important;
}
ul.list_part {
    width: 100%;
    float: left;
    margin: 0 30px 10px;
    font-size: 15px;
}
ul.list_part li{
float: left;
margin: 7px 16px;
width: 45%;
list-style: disc;}
ul.list_full {
    width: 100%;
    float: left;
    margin: 0px 30px 10px;
    font-size: 15px;
}
ul.list_full li {
    list-style: disc;
    margin: 10px 0 0 15px;
}
ul.list_full li > ul li {
    list-style: inside url;
}
ul.list_full li > ul li > ul li {
    list-style: inside upper-roman;
}
ul.list_full li > ul li > ul li > ul li {
    list-style: inside;
}
.inner_desc p {
    font-size: 15px;
}
.inner_desc .faq_stag p{
    margin: 0 0 10px;
}


.our-team.director-details .team-grid figure {
    display: none;
}
.product-details {
    text-align: center;
    background: #f2f2f2;
    margin-bottom: 30px;
    padding-top: 20px;
    color: #053c96;
    padding-bottom: 10px;
    box-shadow: 7px 2px 10px -7px rgba(0,0,0,0.3);
    border-bottom: 1px solid #053c96;
	height: 300px;
}
.product-details .product-img {
    margin-bottom: 8px;
}
.product-details .product-img img {
        width: 100% !important;
    max-height: 172px;
    object-fit: contain;
}
.product-details .header {
    margin: 3px 0;
}
.product-details .price {
    color: #333;
    font-weight:600;
}
.rehabilitation-product {
    padding: 80px 0;
}
.fancybox-overlay.fancybox-overlay-fixed {
    background: rgba(0, 0, 0, 0.78);
}
.donation {
    padding: 80px 0;
}
.payment-gateway-details table tr td:first-child {
    color: #053c96;
    font-weight: 600;
    text-align: left;
}
.payment-gateway-details {
    margin-top: 20px;
}
.payment-gateway-details {
    margin-top: 20px;
    border-right: 1px solid #ccc;
    padding-right: 42px;
}
.donate-img img {
    width: 146px;
    opacity: 0.6;
    margin-top: 0px;
}
.cheque-payment address li {
    margin-bottom: 3px;
}
.making-donation {
    clear: both;
    border-bottom: 1px solid #b6b6b6;
    padding: 4px 8px;
    margin-left: 15px;
}
.making-donation a{
    color: #053c96;
}
.types-of-payment {
    float: left;
    text-align: center;
    width: 33.33%;
    min-height: 199px;
    padding-top: 20px;
    position:relative;
}
.types-of-payment:before{
    content:"";
    position:absolute;
    width:1px;
    background:#ccc;
    height:180px;
    top:0;
    right:0;
}
.types-of-payment .details {
    margin-top:21px;
}

.types-of-payment:before {

    content: "";
    position: absolute;
    width: 1px;
    background: #ccc;
    height: 180px;
    top: 0;
    right: 0;

}
.types-of-payment:last-child:before {
    display: none;
}
.types-of-payment .details .title {
    margin-top: 10px;
    font-weight:600;
}
.payment-mode-option {
    clear: both;
    text-align: center;
    margin:40px 15px 0;
    float: left;
    width: 100%;
    margin-bottom:42px;
}
.payment-mode-option .sub-header {
    color: #da2128;
    font-size: 23px;
    padding-top: 29px;
    margin-bottom: 30px;
}
.choice-of-daonate {
    margin: 24px 15px;
    float:left;
    width:100%;
}
.choice-of-daonate h4 {
    text-align: center;
    color: #da2128;
    font-size: 20px;
    padding-top: 6px;
    margin-bottom: 10px;
    font-weight: 600;
}
.choice-of-daonate table th {
    background: #053c96;
    color: #fff;
}
.payment-notice {
    font-style: italic;
    font-weight: 600;
    border-left: 2px solid blue;
    padding-left: 10px;
}
.cheque-payment h4 {
    color: #da2128;
    font-size: 23px;
    padding-top: 29px;
    margin-bottom: 4px;
}

.cheque-payment {
    float: left;
    width: 100%;
}
.media-coverage-grid .header a {
    color: #fff;
}
.supportors table th {
    background: #053c96;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color:#fff;
}
.sahayata-form{
    padding:100px 0;
}
.sahayata-form label {
    float: left;
    width: 100%;
    margin-top: 18px;
}
.sahayata-form textarea {
    height: 66px;
}
.sahayata-form input[type="submit"] {
    float:left;
    background: #053c96;
    color: #fff;
    padding: 4px 24px;
    margin-left: 16px;
    margin-top: 10px;
}
.top_search{
    position: relative;float: left;margin-left: 400px;
}
.top_search li > input#s {

    color: #000;
    font-size: 14px;
    padding: 3px;
    margin: auto;

}
.top_search li > input[type="submit"] {

    padding: 3px;
    background: #000;
    text-transform: capitalize;

}
.tp-caption.large_text, .large_text, .tp-caption.black, .black{display: block;}
/*.tp-caption.black.tp-fade.tp-resizeme.start {*/
/*    left: 3% !important;*/
/*    width: 58%;*/
/*    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.3)) !important;*/
/*    padding: 20px 102px !important;*/
/*    box-sizing: border-box;*/
/*    font-size: 26px !important;*/
/*    top: 235px !important;*/
/*}*/
.tp-caption.black.tp-fade.tp-resizeme.start {
    background: rgba(0,0,0,0.6);
    padding: 6px !important;
    text-align:left;
    top: 261px !important;
}
.tp-caption.black.tp-fade.tp-resizeme.start h2{
    margin-bottom:4px !important;
}
.help-patient-grid img {
    width: auto !important;
    margin: auto;
}
.check-box-align input[type="checkbox"] {
    padding: 4px;
    margin: 9px;
}
.image-box .owl-item img {
    width: auto;
    margin: auto;
    padding-top: 96px;
}
.inner_desc {
    float: left;
    width: 100%;
}
.become-volunteer-form p {
    clear: both;
}
.become-volunteer-form lable {
    width:100%;
}
.become-volunteer-form textarea{
    height:60px;
}
.become-volunteer-form label {

    width: 100%;

}
.become-volunteer-form input[type="submit"]{
    background: #053c96;
    color: #fff;
    padding: 4px 24px;
    margin-left: 15px;
    margin-top: 12px;
}
.register-form input[type="submit"]{
    margin:0;
}
.contribute-blog-right {
    width: 30%;
    float: left;
    margin-left: 60px;
}
.contribute-blog-left{
    width: 30%;
    float: right;
    margin-left: 60px;
}
.contribute-blog-right img{
    width:100%;
}
.contribute-blog-left img{
    width:100%;
}
.address-location {
    overflow: auto;
    height: auto;
}
.post-question {

    background: #f6f4f4;
    float: left;
    width: 100%;
    padding: 40px 0;
    margin-top:30px;
}
.post-question button {
    background: #053c96;
    padding: 5px 43px;
    color: #fff;
}
.post-question .wpcf7-form-control.wpcf7-submit {
    background: #053c96;
    padding: 5px 43px;
    color: #fff;
}
.default-portfolio-item.masonry-item.all.\37 .col-md-4.col-sm-6.col-xs-12 {
    display: none !important;
}
.downloadable-resources .overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.69);
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    line-height: 60px;
    padding-top: 82px;
    color: #fff;
    outline: 1px solid #fff;
    outline-offset: -10px;
    left:-100%;
    transition:0.3s ease-in-out;
}
.downloadable-resources:hover .overlay{
    left:0;
    transition:0.3s ease-in-out;
}
.downloadable-resources .overlay h4{
    color:#fff;
    font-size:14px;
}
.downloadable-resources .overlay h4 a{   
    color:#fff;
}
.downloadable-resources {
    position: relative;
    height: 190px;
    overflow: hidden;
    margin-bottom: 30px;
}
.gallery-section .tab-content{
    margin-top: 40px;
}
.gallery-section ul.nav-tabs li {
    display: inline-block;
    float: none;
}
.gallery-section ul.nav-tabs li {
    display: inline-block;
    float: none;
}
.downloadable-resources img.ticker-logo {
    width: 70%;
    text-align: center;
    margin: auto;
    display: block;
}
.nav.nav-tabs {
    text-align: center;
}
.nav.nav-tabs li {
    display:inline-block;
    float:none;
}
.our-team.director-details{
    clear:both;
}

.payment-header {
    font-size: 20px;
    font-weight: 600;
    color: #da2128;
}
.credit-card-payment {
    border-top: 1px solid #e4e1e1;
    border-bottom: 1px solid #e4e1e1;
    width: 100%;
    float: left;
    margin: 23px 0;
    padding: 20px 0;
}
.media-coverage-list {
    background: #EAEAEA ;
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    height: 312px;
    box-sizing: border-box;
}
.choice-of-daonate h4 span {
    font-size: 13px;
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #333;
}



.paragragh {
	padding:15px;
}

.top  span {
	color:#ed3237;
	font-weight:600;
}

.img {
	text-align:center;
}

.img-text {
	text-align:center;
}

.item-content h3   {
	color:#053c96;
	font-weight:600;
	font-size:18px;
}

.item-content  span {
	color:#ed3237;
	font-weight:600;
}

.item-content  p {
	font-size:14px;
}

.item-content  img {
	margin:auto;
}


.paragraph ul {
	padding: 0;
    line-height: 2em;
    font-size: 14px;
	margin-top:-17px;
}

.caption p {
	color:#ed3237;
	font-weight:600;
	margin:15px 0;
	font-size:18px;
	text-align:center;
}

.head-1 {
	font-size: 20px;
    margin: 15px auto;
    color: #ea1010;
}

.hpv img {
	margin-top:57px;
}

.banner img {
	width:100%;
}
.paragraph ul li {
    list-style: inside;
}

/*downarrow animation*/

#scroll {
  text-align: center;
  width: 50px;
  height: 50px;
  background: black;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: -55px;
  margin-right: -25px;
  color: white;
  padding-top: 0px;
  font-size: 26px;
  line-height: 26px;
  cursor: pointer;
  position: absolute;
  right: 50%;
  -webkit-transition: -webkit-transform 0.6s ease;
  -moz-transition: -moz-transform 0.6s ease;
  transition: transform 0.6s ease;
  z-index:99;
}
#scroll.clicked {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}
#scroll.rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(3180deg);
}
#scroll span {
  position: relative;
  bottom: -10px;
}

.arrow-bounce {
  -webkit-animation: arrow 1s infinite;
  -moz-animation: arrow 1s infinite;
  -o-animation: arrow 1s infinite;
  animation: arrow 1s infinite;
  animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
}

@-webkit-keyframes arrow {
  0% {
    bottom: -13px;
  }
  50% {
    bottom: -8px;
  }
  100% {
    bottom: -13px;
  }
}
@-moz-keyframes arrow {
  0% {
    bottom: -13px;
  }
  50% {
    bottom: -8px;
  }
  100% {
    bottom: -13px;
  }
}
@keyframes arrow {
  0% {
    bottom: -13px;
  }
  50% {
    bottom: -8px;
  }
  100% {
    bottom: -13px;
  }
}

/*downarrowanimation end*/

.count-title.count-number {
    color: #FFF;
}
.media-coverage-grid h4.title {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    color: #fff;
    opacity:0;
    transition:0.3s ease-in-out;
}
.media-coverage-grid:hover h4.title{
    opacity:1;
    transition:0.3s ease-in-out;
}
.media-coverage-grid::before {
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.6);
    height: 105%;
    width: 100%;
    top: 0;
    z-index: 0;
    opacity:0;
    transition:0.3s ease-in-out;
}
.media-coverage-grid:hover:before{
    opacity:1;
    transition:0.3s ease-in-out;
}
.inner-box .text {
    margin-bottom: 12px;
}
.e-catelogue {
    border-top: 1px solid #ccc;
    clear: both;
    margin-top: 40px;
    float: left;
    width: 100%;
    padding-top: 30px;
}
.e-catelogue h4 {
    margin-top: 30px;
}
.research-grid .header {
    font-weight: 600;
    font-size: 16px;
}
.research-grid {
    margin-bottom: 20px;
}
.faqs-container .header {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: 10px;
}
.gift-item {
    margin-bottom: 30px;
    text-align: center;
}
.gift-item .image {

    height: 130px;
    overflow: hidden;

}
.top_search {

    display: none;

}
.footer-column:nth-child(1) .footer-widget.links-widget li {

    border-bottom: 1px solid #bfb9b9;
    padding-bottom: 6px;

}
.gift-item h3{
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    height:auto;
}
.newsletter-title{
    font-weight: 600;
    font-size: 18px;
    text-align:center;
}
.archives-link{
    clear:both;
}
.archives-link ul li {
    display: inline-block;
    border-right: 1px solid #ccc;
    padding: 0 10px 0 6px;
}
.archives-link h5 {
    font-size: 20px;
    margin-bottom: 6px;
}
ul.newsletter-link li {
    display: inline-block;
    border-right: 1px solid #484848;
    padding: 0 10px;
}
.newsletter-archive-link {
    margin-top: 15px;
    clear: both;
    float: left;
}
.newsletter-archive-link h3{
    font-size:18px;
}
ul.newsletter-link li:last-child {
    border: none;
}
.training ul {
    width: 100%;
    float: left;
    max-width: 100%;
    margin: 8px auto;
}
.training {
    float: left;
    width: 100%;
    margin-top:30px;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 14px;
}
.training ul li {
    width: 46%;
    float: left;
    list-style: inside;
    margin: 8px;
    font-weight: 500;
    padding-left: 20px;
}
.gift-item .content {
    min-height: 111px;
    text-align: center;
}
.rehabilation-grid {
    float: left;
    width: 100%;
    margin-top: 30px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 40px;
    font-weight:500;
}
.rehabilation-sub-point li {
    margin-bottom: 7px;
}
ul.patient-care-list li {
    position: relative;
    padding-left: 15px;
    font-size: 15px;
    margin-bottom: 6px;
}
ul.patient-care-list li::before {
    position: absolute;
    content: "";
    background: #6f6f6f;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    top: 10px;
}
.core-activities h4{
    margin-bottom: 3px;
    padding-bottom: 2px;
    display: inline-block;
    font-size:20px;
}
.rehabilation-sub-point li{
    position: relative;
    padding-left: 15px;
    float:left;
    width:100%;
}
.rehabilation-sub-point li::before {
    position: absolute;
    content: "";
    background: #6f6f6f;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    top: 10px;
}
.rehabilation-grid h4 {
    margin-bottom: 8px;
    font-weight: 600;
    margin-top: 5px;
    float: left;
    width: 100%;
}
#brest {
    float: left;
    overflow: hidden;
}
.volunteer-training .address {
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
    margin-top: 20px;
}
ul.volunteer-training-list li{
    position: relative;
    padding-left: 15px;
    float:left;
    width:100%;
}
ul.volunteer-training-list li:before{
    position: absolute;
    content: "";
    background: #6f6f6f;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    top: 10px;
}
.volunteer-training-list {
    float: left;
    margin-bottom: 7px;
}
.volunteer-training h4 {
    font-weight: 600;
    margin-top: 15px;
}
ul.separation-list li{
    width:40%;
    float:left;
}
.volunteer-training .address .name {
    color: #053c96;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}
.volunteer-training .address h4 {
    margin-bottom: 2px;
    margin-top: 0;
}
.volunteer-training .address li {
    margin-bottom: 3px;
}
.research-studies .main-sub-header {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 30px;
    text-transform: capitalize;
}
.research-studies h4 {
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 600;
    font-size: 16px;
}
.research-studies .main-sub-header {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 30px;
    text-transform: capitalize;
}
.media-coverage h4{
    margin-bottom: 8px;
    font-weight: 600;
    margin-top: 5px;
    float: left;
    width: 100%;
}
h4.sub-header{
    margin-bottom: 8px;
    font-weight: 600;
    margin-top: 5px;
    float: left;
    width: 100%;
}
.some-element h4.name{
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #da2128;
    margin-bottom: 10px;
}
.patient-care-list {
    clear: both;
}
.awareness-grid {
    padding-bottom: 40px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
}

h4.product-header-gift{
float: left;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    font-size: 22px;
}
.home_img_main, .first_main_img, .sec_main_img{text-align:center;z-index: 1;}
.sec_first_img {margin-right: -37px;}
.sec_sec_img {text-align: left;}

.woocommerce-billing-fields span.woocommerce-input-wrapper input.input-text{
	border: 1px solid rgba(0,0,0,.1);
    height: 35px;
    padding: 10px;
    
}
span.select2-selection{border:none !important;}

span.select2-selection__rendered{
	border: 1px solid rgba(0,0,0,.1);
    height: 35px;
    padding: 4px 9px;
    
}
.col2-set{
	float: left;
    margin-right: 25px;
    width: 50% !important;
}
.col2-set .col-1{
	width: 100% !important;
}
.woocommerce-checkout-review-order{
	    float: left;
    width: 47%;
}
#ywcnp_form_name_your_price{display:none;}
p#billing_city_field, p#billing_state_field, p#billing_postcode_field, p#billing_phone_field, p#billing_email_field, p#billing_specific_project_field{
	    float: left;
    width: 47%;
    overflow: visible;
}
p#billing_state_field, p#billing_phone_field, #billing_specific_project_field{
    clear: none;
    float: right !important;
}
.woocommerce {
    padding-bottom: 50px;
    float: left;
    width: 100%;
}
a.demo_btn{
	    background: #053c96;
    padding: 8px 19px;
    border-radius: 5px;
    line-height: 30px;

    letter-spacing: 0px;
    font-weight: 600;
    opacity: 1;
    font-size: 18px;
    color: #fff;
}
.excip {
    margin-top: 1%;
    margin-bottom: 5%;
}
.woocommerce-message {
    display: none;
}
.donate-form-inner form.cart {
    border: 1px #333 solid;
    margin: auto;
    padding: 30px;
}
h4.online_hd, .wcpa_type_header h2{
text-align: center;
    color: #da2128;
    font-size: 20px;
    padding-top: 6px;
    margin-bottom: 10px;
    font-weight: 600;
}
 .wcpa_type_header h2{text-align:left;}
 
 .inner-content ul.ppolicy li {
    list-style: disc;
    list-style-position: inside;
    margin-left: 25px;
    padding: 5px 0;
}
.footer-bottom a {
    color: #fff;
    text-decoration: underline;
}
p.olalala_size input{
	font-size: 12px;
}
table.colif2021 td a {
    float: left;
    text-align: center;
    width: 100%;
}
table.colif2021 td {
    padding-bottom: 30px;
}
.payment-mode-option.qrcodeleft{
	    margin-top: 30px !important;
		width:50% !important;
}
.choice-of-daonate.qrcoderight{
	    width: 44%;
    float: left;
    margin-top: 40px;
}
.choice-of-daonate.qrcoderight .payment-gateway-details{
	border-right: 0;
}
.payment-mode-option.qrcodeleft .types-of-payment:before {
    content: "";
    position: absolute;
    width: 1px;
    background: 0;
    height: 180px;
    top: 0;
    right: 0;
}