/*
Theme Name: charityclub
Theme URI: http://asianitbd.com/wp/charityclub/
Author: Tona Theme
Author URI: http://themeforest.net/user/tona_theme
Description: This is Charity Club Fund Rasing WP theme
Version: 1.4
License: copyright commercial
License URI: http://themeforest.net/user/tona_theme
Text Domain: wp_charityclub
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
*/

/* charityclub Nonprofit wordpress theme */


/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Header Style Two
5. Main Slider
6. Main Features
7. Featured Fluid Section
8. Welcome Section
8. Default Section
9. Default Featured Columns / Recent Projects / Events Section
10. Two Column Fluid
11. Vertical Links
12. Testimonials Style One
13. Blog News Section
14. Sponsors Carousel
15. Parallax Section
16. Intro Section
17. Main Footer
18. Default Icon Column
19. Testimonials Style Two
20. Our Team
21. FAQs Page
22. Error Page
23. Blog Pages / Classic / Three Column
24. Blog Details
25. Comments Area
26. Comment Form
27. Sidebar Styles / Widgets
28. Gallery Masonry
29. Gallery Three Column
30. Contact Page

**********************************************/

/*** 

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

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

/*** 

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

 ***/
html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color:#25292f;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
}

code, kbd, pre, samp{
	font-family: 'Roboto',sans-serif;
}

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

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

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

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

p{
	position:relative;
	line-height:1.8em;	
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}
.strike-through{
	text-decoration:line-through;	
}

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

.small-container{
	max-width:1000px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:320px;
	min-height:500px;
	
}

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;
	font-family: 'Raleway', sans-serif;
}

.centered{
	text-align:center;	
}

.lined-btn{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:7px 0px;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	background:none;
	color:#25292f !important;
	border-bottom:2px solid #aa3d3f;
}

.lined-btn:hover{
	padding:7px 15px;
	background:#aa3d3f;
	color:#ffffff !important;
	border-color:#aa3d3f;	
}

.btn-style-one{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:11px 25px;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	background:none;
	color:#ffffff !important;
	border:2px solid #ffffff !important;
	border-radius:3px;
}

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

.btn-style-two{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:11px 25px;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	background:#aa3d3f;
	color:#ffffff !important;
	border:2px solid #aa3d3f !important;
	border-radius:3px;
}

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

.btn-style-three{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:10px 25px;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	background:none;
	color:#25292f !important;
	border:2px solid #e0e0e0 !important;
	border-radius:3px;
}

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

.btn-style-four{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:11px 25px;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	background:#303030;
	color:#ffffff !important;
	border:2px solid #303030 !important;
	border-radius:3px;
}

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

.btn-style-five{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:11px 25px;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	background:#fff;
	color:#aa3d3f !important;
	border:2px solid #ffffff !important;
	border-radius:3px;
}

.btn-style-five:hover{
	background:none;
	color:#fff !important;
	border-color:#aa3d3f;	
}

.rounded-btn{
	position:relative;
	display:inline-block;
	line-height:26px;
	padding:10px 30px;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	color:#ffffff !important;
	border:2px solid #ffffff;
	-webkit-border-radius:25px;
	-ms-border-radius:25px;
	-o-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
}

.rounded-btn:hover{
	background:#ffffff;
	color:#aa3d3f !important;
	border-color:#aa3d3f;	
}

.rounded-btn-theme{
	position:relative;
	display:inline-block;
	line-height:26px;
	padding:10px 30px;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	color:#aa3d3f !important;
	border:2px solid #aa3d3f;
	-webkit-border-radius:25px;
	-ms-border-radius:25px;
	-o-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
}

.rounded-btn-theme:hover{
	background:#aa3d3f;
	color:#ffffff !important;
	border-color:#aa3d3f;	
}

.rounded-btn-blue{
	position:relative;
	display:inline-block;
	line-height:22px;
	padding:8px 25px;
	font-size:12px;
	text-transform:uppercase;
	color:#ffffff;
	background:#aa3d3f;
	border:1px solid #aa3d3f;
	-webkit-border-radius:20px;
	-ms-border-radius:20px;
	-o-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}

.rounded-btn-blue:hover{
	background:#ffffff;
	color:#aa3d3f;
	border-color:#aa3d3f;	
}

.rounded-btn-orange{
	position:relative;
	display:inline-block;
	line-height:22px;
	padding:10px 25px;
	font-size:12px;
	text-transform:uppercase;
	color:#ffffff;
	border:1px solid #ffa800;
	background:#ffa800;
	-webkit-border-radius:20px;
	-ms-border-radius:20px;
	-o-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}

.rounded-btn-orange:hover{
	background:#ffffff;
	color:#ffa800;
	border-color:#ffa800;	
}

.rounded-orange-alt{
	position:relative;
	display:inline-block;
	line-height:22px;
	padding:8px 25px;
	font-size:12px;
	text-transform:uppercase;
	color:#1a1a1a;
	border:1px solid #ffa800;
	background:#ffffff;
	-webkit-border-radius:20px;
	-ms-border-radius:20px;
	-o-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}

.rounded-orange-alt:hover{
	background:#ffa800;
	color:#ffffff;
	border-color:#ffa800;	
}

.rounded-btn-alt{
	position:relative;
	display:inline-block;
	line-height:22px;
	padding:6px 25px;
	font-size:12px;
	text-transform:uppercase;
	color:#ffffff;
	border:1px solid #aa3d3f;
	-webkit-border-radius:18px;
	-ms-border-radius:18px;
	-o-border-radius:18px;
	-moz-border-radius:18px;
	border-radius:18px;
}

.rounded-btn-alt:hover{
	background:#ffffff;
	color:#262b2f;
	border-color:#dae5ef;	
}

.theme-btn .icon{
	font-size:16px;	
}

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

.theme-btn .icon-right{

	padding-left:50px;
}

.btn-sm {
	font-family: "Roboto",sans-serif;
	font-size: 11px;
	padding: 2px 9px;
}

.btn-xs {
	font-family: "Roboto",sans-serif;
	font-size: 10px;
	line-height: 21px;
	padding: 2px 7px;
}

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

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

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

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

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

.white_color{
	color:#ffffff !important;	
}

.theme_color{
	color:#aa3d3f !important;	
}

.black_color{
	color:#25292f !important;	
}

.grey_color{
	color:#303030 !important;	
}

.color_eee{
	color:#eee !important;	
}

.padd-top-20{
	padding-top:20px !important;	
}

.padd-top-30{
	padding-top:30px !important;	
}

.padd-top-40{
	padding-top:40px !important;	
}

.padd-top-50{
	padding-top:50px !important;	
}

.padd-bott-8{
	padding-bottom:8px !important;	
}

.padd-right-20{
	padding-right:20px !important;	
}

.padd-bott-20{
	padding-bottom:20px !important;	
}

.padd-bott-30{
	padding-bottom:30px !important;	
}

.padd-bott-40{
	padding-bottom:40px !important;	
}

.padd-bott-50{
	padding-bottom:50px !important;	
}

.margin-left-20{
	margin-left:20px !important;	
}

.margin-top-20{
	margin-top:20px !important;	
}

.margin-top-30{
	margin-top:30px !important;	
}

.margin-top-40{
	margin-top:40px !important;	
}

.margin-top-50{
	margin-top:50px !important;	
}

.margin-bott-20{
	margin-bottom:20px !important;	
}

.margin-bott-30{
	margin-bottom:30px !important;	
}

.margin-bott-40{
	margin-bottom:40px !important;	
}

.margin-bott-50{
	margin-bottom:50px !important;	
}

.no-padd-bottom{
	padding-bottom:0px !important;	
}

.no-padd-top{
	padding-top:0px !important;	
}

.no-margin-bottom{
	margin-bottom:0px !important;	
}

.no-margin-top{
	margin-top:0px !important;	
}

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

.bg-light-grey{
	background:#fbfbfb;	
}

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

/* theme-overlay */

.theme-overlay {
	position: relative;
}

.theme-overlay::before {
	background-color: rgba(221, 83, 26, 0.65) !important;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

.theme-overlay.overlay-white::before {
	background-color: rgba(255, 255, 255, 0.65) !important;
}

.theme-overlay.overlay-deep-white::before {
	background-color: rgba(255, 255, 255, 0.92) !important;
}

.theme-overlay.overlay-black::before {
	background-color: rgba(0, 0, 0, 0.75) !important;
}

.theme-overlay.overlay-deep-black::before {
	background-color: rgba(0, 0, 0, 0.92) !important;
}

/* Font Size*/

.fs-12 {
	font-size: 12px !important;
}

.fs-13 {
	font-size: 13px !important;
}

.fs-14 {
	font-size: 14px !important;
}

.fs-15 {
	font-size: 15px !important;
}

.fs-16 {
	font-size: 16px !important;
}

.fs-18 {
	font-size: 18px !important;
}

.fs-20 {
	font-size: 20px !important;
}

.fs-24 {
	font-size: 22px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-30 {
	font-size: 30px !important;
}

.fs-32 {
	font-size: 32px !important;
}

.fs-36 {
	font-size: 36px !important;
}

.fs-38 {
	font-size: 38px !important;
}

.fs-48 {
	font-size: 48px !important;
}

.fs-60 {
    font-size: 60px !important;
}

.fs-64 {
    font-size: 64px !important;
}

.fs-72 {
	font-size: 72px !important;
}

/* Font Weight */

.fw-400{
    font-weight: 400 !important;
}
.fw-500{
	font-weight: 500 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.fw-700{
    font-weight: 700 !important;
}
.fw-b{
	font-weight: bold !important;
}

.lh-30 {
	line-height: 30px;
}
.roboto-font {
	font-family: 'Roboto', sans-serif;
}
.bga-f {
	background-attachment: fixed;
}

/*Section Title*/

.inner-title {
	font-family: "Raleway",sans-serif;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2em;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.double-line {
	display: block;
	margin-bottom: 30px;
	margin-top: 10px;
	position: relative;
}
.double-line::before,
.double-line::after {
	border: 1px solid #aa3d3f;
    bottom: -10px;
	content: "";
	height: 1px;
	left: 0;
	margin: 1px auto auto;
	position: absolute;
	right: 0;
	width: 50px;
}
.double-line::before {
	border-color: #eee;
	width: 100%;
}
.double-line.line-left::before,
.double-line.line-left::after {
	left: 0;
	right: auto;
}

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


/*** 

====================================================================
    Owl Carousel 
====================================================================

***/

.owl-carousel.owl-nav-style .owl-nav .owl-prev,
.owl-carousel.owl-nav-style .owl-nav .owl-next  {
    background: rgba(240, 240, 240, 0.85);
    border-radius: 0px;
    color: #25292f;
    margin: 0;
    padding: 10px 12px;
    position: absolute;
    text-align: center;
    top: 45%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.owl-carousel.owl-nav-style .owl-nav .owl-prev i,
.owl-carousel.owl-nav-style .owl-nav .owl-next i  {
    color: #666;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.owl-carousel.owl-nav-style .owl-nav .owl-prev  {
    left: 0;
}

.owl-carousel.owl-nav-style .owl-nav .owl-next {
    right: 0;
}

/* owl nav style two */

.owl-carousel.owl-nav-style.owl-nav2 .owl-nav .owl-prev,
.owl-carousel.owl-nav-style.owl-nav2 .owl-nav .owl-next  {
    opacity: 0;
    top: 30%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.owl-carousel.owl-nav-style.owl-nav2:hover .owl-nav .owl-prev,
.owl-carousel.owl-nav-style.owl-nav2:hover .owl-nav .owl-next  {
    opacity: 1;
}

/* owl nav style three */

.owl-carousel.owl-nav-style.owl-nav3 .owl-nav .owl-prev,
.owl-carousel.owl-nav-style.owl-nav3 .owl-nav .owl-next {
    background-color: #f5f5f5;
    border: 1px solid #e9e9e9;
    left: auto;
    padding: 0 10px;
    top: -58px;
}

.owl-carousel.owl-nav-style.owl-nav3 .owl-nav .owl-prev:hover,
.owl-carousel.owl-nav-style.owl-nav3 .owl-nav .owl-next:hover  {
    background: rgba(235, 83, 16, 0.85);
    border-color: #aa3d3f;
    color: #fff;
}

.owl-carousel.owl-nav-style.owl-nav3 .owl-nav .owl-prev {
    right: 30px;
}

.owl-carousel.owl-nav-style.owl-nav3 .owl-nav .owl-next  {
    right: 0;
}

.owl-carousel.owl-nav-style.owl-nav3 .owl-nav .owl-prev i,
.owl-carousel.owl-nav-style.owl-nav3 .owl-nav .owl-next i {
    font-size: 14px;
}

/*** 

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

***/

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

.scroll-to-top:hover{
	color:#aa3d3f;
	background:#ffffff;
	-webkit-box-shadow:0px 0px 5px 0px #aa3d3f;
	-ms-box-shadow:0px 0px 5px 0px #aa3d3f;
	-o-box-shadow:0px 0px 5px 0px #aa3d3f;
	-moz-box-shadow:0px 0px 5px 0px #aa3d3f;	
	box-shadow:0px 0px 5px 0px #aa3d3f;
}


/*** 

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

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	background:#ffffff;
	z-index:999;
	width:100%;
	border-top:4px solid #262626;
	border-bottom:4px solid #aa3d3f;
}

.main-header .top-bar{
	position:relative;
	z-index:1;
}

.main-header .top-bar .top-container{
	position:relative;
	max-width:1170px;
	margin:0 auto;	
}

.main-header .top-bar .info-outer{
	position:absolute;
	right:0px;
	top:0px;
	background:#262626;
	color:#ffffff;
	padding:3px 20px 7px 20px;
	border-radius:0px 0px 5px 5px;
}

.main-header .top-bar .info-outer:before{
	content:'';
	position:absolute;
	left:-20px;
	top:0px;
	border-top: 37px solid #262626;
	border-left: 20px solid transparent;
}

.main-header .top-bar .info-box{
	position:relative;
}

.main-header .top-bar .info-box li{
	position:relative;
	float:left;
	padding-left:30px;
	margin-right:70px;
	line-height:30px;	
}

.main-header .top-bar .info-box li:after{
	content:'/';
	position:absolute;
	right:-40px;
	top:0px;
	color:#505050;
	font-size:20px;	
}

.main-header .top-bar .info-box li .icon{
	position:absolute;
	left:0px;
	top:0px;
	line-height:30px;
	font-size:16px;
	color:#aa3d3f;	
}

.main-header .top-bar .info-box li a{
	position:relative;
	color:#ffffff;
	font-weight:300;
	font-size:14px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;		
}

.main-header .top-bar .info-box li a:hover{
	color:#aa3d3f;	
}

.social-links-one{
	position:relative;
	margin:0px !important;
	padding-left:0px !important;	
}

.social-links-one:after{
	display:none;
}

.social-links-one a{
	position:relative;
	display:inline-block;
	text-align:center;
	width:20px;
	line-height:30px;
	font-size:14px;
	color:#ffffff;
}

.social-links-one a:hover{
	color:#aa3d3f;
}

.main-header .header-upper{
	position:relative;
	width:100%;
	left:0px;
	top:0px;
	color:#677c91;
	padding:25px 0px;
	background:#ffffff;
}

.fixed-header.main-header .header-upper{
	position:fixed;
	padding:10px 0px;
	border-bottom:1px solid #d0d0d0;	
}

.main-header .header-upper .logo{
	position:relative;
	float:left;	
}

.main-header .header-upper .logo img{
	max-width:100%;
	display:inline-block;	
}

.main-header .header-upper .nav-outer{
	position:relative;
	float:right;
	margin-top:40px;
	padding-right:150px;	
}

.fixed-header.main-header .header-upper .nav-outer{
	margin-top:22px;	
}

.main-header .header-upper .nav-outer .btn-donate{
	position:absolute;
	right:0px;
	top:0px;
	width:150px;
	text-align:center;
	line-height:24px;
	padding:8px 15px;
	border-radius:20px;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
	font-weight:700;
	font-family:'Raleway',sans-serif;
	background:#aa3d3f;
}

.main-header .header-upper .nav-outer .btn-donate:hover{
	background:#262626;	
}

.main-menu{
	position:relative;
	float:left;
	padding:0px 0px;	
	width: 100%;
    z-index: 99;
}

.main-menu .navbar-collapse{
	padding:0px !important;	
	width: 100%;
    z-index: 99;
}

.main-menu .navigation{
	position:relative;
	float:right;
	margin:0px;
	font-family: 'Roboto', sans-serif;
	font-weight:600;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:0px;
	margin-right:25px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:8px 0px;
	font-size:14px;
	color:#444444;
	line-height:24px;
	text-transform:uppercase;
	font-weight:700;
	opacity:1;
	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:20px !important;	

}

.main-menu .navigation > li.dropdown > a:before{
	font-family: 'FontAwesome';
	content: "\f0d7";
	position:absolute;
	right:0px;
	font-weight:400;
	font-size:12px;
	/*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:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	color:#aa3d3f;
	opacity:1;
}

.main-menu .navigation > li:hover > a:after{
	opacity:1;
}

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

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:120%;
	width:200px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border:1px solid #aa3d3f;
	border-top:3px solid #aa3d3f;
	transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-n;
	-webkit-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	-o-transition:all 300ms ease-in;
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-top:1px solid #aa3d3f;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:8px 15px;
	line-height:20px;
	font-weight:500;
	font-size:14px;
	text-transform:capitalize;
	color:#444444;
	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:#aa3d3f;	
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f0da";
	position:absolute;
	right:10px;
	top:8px;
	width:10px;
	height:20px;
	display:block;
	color:#444444;
	line-height:20px;
	font-size:14px;
	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:-1px;
	width:200px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff !important;
	border:1px solid #aa3d3f;
	border-left:4px solid #aa3d3f;
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #aa3d3f;
}

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

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:8px 15px;
	line-height:20px;
	font-weight:500;
	font-size:14px;
	text-transform:capitalize;
	color:#444444;
	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:#aa3d3f;
}

.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;
	left:100%;
	transition:all 500ms ease-in;
	-moz-transition:all 500ms ease-in;
	-webkit-transition:all 500ms ease-in;
	-ms-transition:all 500ms ease-in;
	-o-transition:all 500ms ease-in;	
}

.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;
}


/*** 

====================================================================
	Header Style Two style
====================================================================

***/

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

.header-style-two .header-top{
	position:relative;
	color:#677c91;
	padding:15px 0px;
}

.header-style-two .header-top .info-outer{
	position: absolute;
    top: 0;
    right: 0;
    max-width: 366px;	
}

.header-style-two .header-top .info-box{
	position:relative;
	float:left;
	margin-left:0px;
	margin-top:22px;
	margin-right: 25px;
	padding-left:40px;
	line-height:24px;
	font-family: 'Open Sans', sans-serif;	
	font-size: 14px;
}

.header-style-two .header-top .social-box{
	position: absolute;
    right: 20px;
    top: 0;
    margin: 0;
    padding: 0;	
}

.header-style-two .header-top .info-box .icon{
	position:absolute;
	width:40px;
	height:40px;
	left:0px;
	top:50%;
	margin-top:-20px;
	line-height:40px;
	font-size: 25px;
	color:#333;	
}

.header-style-two .header-top .info-box strong{
	position:relative;
	display:block;
	color:#333;
	font-size:13px;
	text-transform:uppercase;	
	display: none;
}

.header-style-two .header-top .info-box a{
	position:relative;
	color:#333;
	font-weight:500;	
}
.header-style-two .header-top .info-box a:hover{ 
	color:#aa3d3f;	
}


.header-style-two .header-top .info-box .phone{
	font-size:14px;
	color:#333;
}

.header-style-two .social-links{
	position:relative;
	top: 57px;	
	display: flex;
}
.header-style-two .header-top .info-box .social-links a {
	margin-left: 10px;
}

.header-style-two .social-links a{
	position:relative;
	display:block;
	text-align:center;
	width:36px;
	height:36px;
	line-height:36px;
	font-size:14px;
	margin-right:3px;
	color:#ffffff !important;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;	
	margin-bottom: 10px;
}

.header-style-two .social-links a:hover{
	opacity:0.70;
}

.header-style-two .social-links a.facebook{
	background-color:#3b5998;	
}

.header-style-two .social-links a.twitter{
	background-color:#00aced;	
}

.header-style-two .social-links a.google-plus{
	background-color:#dd4b39;	
}

.header-style-two .social-links a.linkedin{
	background-color:#007bb5;	
}

.header-style-two .social-links a.pinterest{
	background-color:#cb2027;	
}

.header-style-two .social-links a.instagram{
	background-color:#125688;	
}

.header-style-two .header-top .logo{
	position:relative;
	text-align: center;
}

.header-style-two .header-top .logo img{
	max-width: 300px;
	display:inline-block;	
}

.header-style-two .lower-part{
	position:relative;
	padding:0px 0px;
	width:100%;
	left:0px;
	top:0px;
	height:38px;
	background:none;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.fixed-header .lower-part{
	position:fixed;
	background:#25292f;
	padding:0px !important;	
}

.header-style-two .lower-part .auto-container{
	position:relative;
	max-width:1170px;
	padding:0px 0px;	
}
.header-style-two .lower-part {
	background-color:#fff5e4 !important;	
	/* padding: 15px 210px 15px 40px; */
	position: relative;
}
.header-style-two .lower-part:before {
	position: absolute;
	content: '';
	left: -50%;
	top: 0;
	width: 100%;
	height: 100%;
	background:#fff5e4;	
	min-height: 70px;
}
.header-style-two .lower-part:after {
	position: absolute;
	content: '';
	right: -77%;
	top: 0;
	width: 100%;
	height: 100%;
	/* background:#aa3d3e;	 */
	background:#fff5e4;	
	min-height: 70px;
}

.header-style-two .lower-part .outer-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	padding:18px 15px 18px 40px;
	background-color:#fff5e4 !important;
}

.header-style-two .lower-part .outer-box .btn-box{
	position:absolute;
	right:0px;
	top:0px;
	width:240px;
	height:100%;
	padding:20px 10px;
	text-align:center;
	background:#aa3d3e;
	z-index:20;
}

.header-style-two .lower-part .outer-box .btn-box:before{
	content:'';
	position:absolute;
	left:-20px;
	top:0px;
	/*width:50px;*/
	height:100%;
	background:#aa3d3e;
	-webkit-transform:skewX(-20deg);
	-ms-transform:skewX(-20deg);
	-o-transform:skewX(-20deg);
	-moz-transform:skewX(-20deg);
	transform:skewX(-20deg);	
}

.header-style-two .lower-part .outer-box .btn-box a{
	display:inline-block;
	line-height:36px;
	color:#ffffff;
	font-weight:700;
	text-transform:uppercase;
	font-family:'Raleway',sans-serif;	
}

.header-style-two .lower-part .outer-box .btn-box a:hover{
	color:#fff5e4 !important;	
}

.header-style-two .lower-part .logo{
	position:relative;
	float:left;
	padding:10px 0px;
}

.fixed-header .lower-part .logo{
	padding:0px !important;	
}

.header-style-two .lower-part .logo img{
	display:inline-block;
	max-width:100%;	
}

.header-style-two .main-menu .navigation > li{
	margin-right:50px;	
}

.header-style-two .main-menu .navigation > li > a{
	color:#aa3d3e !important;	
	line-height: 70px;
	padding: 0px;

	/* font-weight: 600; */
}


.header-style-two .main-menu .navigation > li > a:hover, .header-style-two .main-menu .navigation > li > a:focus, .header-style-two .main-menu .navigation > li.current_page_item > a,
.header-style-two .main-menu .navigation > li.current_page_parent > a{
	color: #343434 !important;
        background-color: transparent !important;
}
.header-style-two .main-menu .navigation > li.current_page_parent > ul li.current_page_item a{
    color: #343434 !important;
}
.footer-widget ul li.current_page_item a, .footer-widget ul li a:hover{
	color: #aa3d3e  !important;
}



/*** 

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

***/

.main-slider{
	position:relative;
	width:100%;
	overflow:hidden;	
}

.main-slider .circular-drop{
	position:relative;
	width:100px;
	height:100px;
	padding:30px 0px;
	text-align:center;
	background:#aa3d3f;
	line-height:36px;
	color:#ffffff;
	font-size:70px;
	font-weight:700;
	font-family:'Raleway',sans-serif;
	border-radius:50px 0px 50px 50px;
}

.main-slider .circular-drop sub{
	font-size:24px;	
}

.main-slider h2{
	line-height:1.2em;
	font-size:28px;
	font-weight:400;
	padding:7px 15px;
}

.main-slider h1{
	line-height:1.2em;
	font-weight:700;
	font-size:92px;
	color:#ffffff;
	text-transform:uppercase;
}

.main-slider h1.light{
	line-height:1.2em;
	font-weight:700;
	font-size:72px;
	color:#ffffff;
	text-transform:uppercase;
}

.main-slider .bg-color{
	position:relative;
	padding:5px 16px;
	line-height:1.4em;
	font-size:26px;
	font-weight:700;
	background:#aa3d3f;
	color:#ffffff;
	text-transform:uppercase;
}

.main-slider h2{
	line-height:1.2em;
	font-weight:800;
	font-size:72px;
	color:#ffffff;
	text-transform:uppercase;
}

.main-slider .normal-font{
	font-weight:400;	
}

.main-slider h4{
	position:relative;
	padding:5px 16px;
	line-height:1.4em;
	font-size:24px;
	font-weight:600;
	color:#ffffff;
	text-transform:uppercase;
}

.main-slider .text{
	line-height:1.4em;
	font-weight:400;
	font-size:18px;
	color:#ededed;
}

.main-slider .tp-bullets{
	display:none;	
}

.main-slider .tp-bullets.preview4 .bullet{
	background:#ffc13b !important;
	border-color:#202020 !important;
	margin:0px 5px;	
}

.main-slider .tp-bullets.preview4 .bullet:hover,
.main-slider .tp-bullets.preview4 .bullet.selected{
	border-color:#ffc13b !important;	
}

/*** 

====================================================================
	Main Features Section
====================================================================

***/

.main-features{
	position:relative;
	padding:90px 0px 50px;	
}

.main-features .title-box{
	position:relative;
	margin-bottom:80px;	
}

.main-features .title-box h1{
	position:relative;
	font-size:72px;
	color:#aa3d3f;
	line-height:1.4em;
	font-family:'Roboto',sans-serif;	
}

.main-features .title-box h2{
	position:relative;
	font-size:36px;
	font-weight:800;
	color:#25292f;
	margin-bottom:20px;	
	text-transform:uppercase;
}

.main-features .title-box .text{
	position:relative;
	font-size:18px;
	font-weight:300;
	color:#7c7c7c;
}

.main-features .features-column{
	position:relative;
	margin-bottom:50px;	
}

.features-column .icon-box{
	position:relative;
	width:240px;
	height:240px;
	padding:40px 20px 20px 20px;
	text-align:center;
	margin:0 auto;
	color:#ffffff;
}

.features-column .icon-box:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:#aa3d3f;
	border-radius:120px 0px 120px 120px;	
	background:-moz-linear-gradient(right top,#51980b,#aa3d3f);
	background:-o-linear-gradient(right top,#51980b,#aa3d3f);
	background:-ms-linear-gradient(right top,#51980b,#aa3d3f);	
	background:-webkit-linear-gradient(right top,#51980b,#aa3d3f);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.features-column:hover .icon-box:before{
	-webkit-transform:rotate(-45deg);	
	-ms-transform:rotate(-45deg);	
	-o-transform:rotate(-45deg);	
	-moz-transform:rotate(-45deg);	
	transform:rotate(-45deg);	
}

.features-column .icon-box .icon{
	position:relative;
	font-size:88px;
	line-height:100px;
	margin-bottom:20px;
	z-index:2;
}

.features-column .icon-box .title{
	position:relative;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	z-index:2;
}

.default-icon-column{
	position:relative;
}

.main-features .default-icon-column{
	margin-bottom:50px;	
}

.default-icon-column .icon-box{
	position:relative;
	width:80px;
	height:80px;
	padding:10px;
	line-height:56px;
	text-align:center;
	margin-bottom:30px;
	border-radius:50%;	
}

.default-icon-column .icon-box.center{
	margin: auto auto 30px;	
}

.default-icon-column .icon-box:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	border:2px solid #f1f1f1;
	border-radius:50%;
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.default-icon-column:hover .icon-box:before{
	border-color:#aa3d3f;
}

.default-icon-column .icon-box .icon{
	position:relative;
	font-size:36px;
	color:#aa3d3f;
	z-index:2;
}

.default-icon-column h3{
	font-size:18px;
	text-transform:uppercase;
	color:#25292f;
	font-weight:700;
	margin-bottom:10px;	
}

.default-icon-column .text{
	font-size:15px;
	color:#8d8d8d;
}

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


.sec-title h2{
	font-size:40px;
	font-weight:800;
	margin-bottom:15px;
	line-height:1.2em;
	text-transform:uppercase;
}

.sec-title .bigger-text{
	font-size:26px;
	font-weight:700;
	margin-bottom:15px;
	line-height:1.2em;
}

.sec-title .text{
	font-size:16px;
	line-height:2em;
}

/*** 

====================================================================
	Two Column Fluid
====================================================================

***/

.featured-fluid-section{
	position:relative;
	padding:0px;
	min-height:250px;
	background:#f9f9f9;	
}

.featured-fluid-section .column{
	position:relative;
	display:block;
	float:left;
	width:50%;
}

.featured-fluid-section .image-column{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	float:right;
}

.featured-fluid-section .text-column{
	float:right;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;	
}

.featured-fluid-section .text-column .content-box{
	position:relative;
	max-width:600px;
	padding-left:15px;
}

.featured-fluid-section .dark-column .content-box{
	padding:80px 15px 80px 80px;
	color:#a8a8a8;
}

.featured-fluid-section .dark-column:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(25,25,25,0.95);	
}

.featured-fluid-section.style-two .dark-column:before{
	background:rgba(235,83,16,0.95);	
}

.two-column-fluid.featured-fluid-section.style-two .dark-column{
	color: #a8a8a8;
}

.two-column-fluid.featured-fluid-section.style-two .icon-box {
	margin-bottom: 0;
}

.two-column-fluid.featured-fluid-section.style-two .icon-box .icon {
	float: none;
}

.two-column-fluid.featured-fluid-section.style-two .icon-box .lower-box {
	padding: 0 28px;
}

.featured-fluid-section .dark-column h2{
	font-size:36px;
	margin-bottom:20px;
	font-weight:800;
	color:#ffffff;
	text-transform:uppercase;
	line-height:1.2em;	
}

.featured-fluid-section .dark-column .title-text{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:300;
	margin-bottom:40px;
	padding-bottom:15px;	
}

.featured-fluid-section.style-two .dark-column .title-text a{
	color:#ffffff;	
}

.featured-fluid-section .dark-column .title-text:after{
	content:'';
	position:absolute;
	left:0px;
	top:100%;
	width:30px;
	height:3px;
	background:#aa3d3f;
	color:#ffffff;	
}

.featured-fluid-section.style-two .dark-column .title-text:after{
	background:#ffffff;
}

.featured-fluid-section .theme-btn{
	margin-right:15px;
	padding-left:30px;
	padding-right:30px;	
}

.featured-fluid-section .dark-column .text{
	position:relative;
	color:#d5d5d5;
	font-size:15px;
	margin-bottom:50px;	
}

.featured-fluid-section.style-two .dark-column .text{
	color:#f2f2f2;	
}

/*** 

====================================================================
	Recent Causes Section
====================================================================

***/

.recent-projects,
.projects-section{
	position:relative;
	padding:60px 0px 10px;
}

.recent-projects .column,
.projects-section .column{
	margin-bottom:60px;	
}

.default-featured-column .image-box img{
	display:block;
	width:100%;
	-webkit-transform:scale(1.05,1.05);
	-ms-transform:scale(1.05,1.05);
	-o-transform:scale(1.05,1.05);
	-moz-transform:scale(1.05,1.05);
	transform:scale(1.05,1.05);
	-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-featured-column:hover .image-box img{
	-webkit-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	-moz-transform:scale(1,1);
	transform:scale(1,1);
}

.default-featured-column .inner-box{
	position:relative;
	background:#ffffff;	
}

.default-featured-column .image-box{
	position:relative;
	overflow:hidden;	
}

.default-featured-column .image-box .post-tag{
	position:absolute;
	font-size:13px;
	font-weight:600;
	font-family:'Raleway',sans-serif;
	left:20px;
	bottom:15px;
	background:#aa3d3f;
	text-transform:uppercase;
	color:#ffffff;
	line-height:24px;
	padding:5px 15px;
	border-radius:3px;	
}

.default-featured-column .content-box{
	position:relative;
	padding:20px 0px 0px;	
}

.list-view .default-featured-column .content-box{
	padding-top:0px;	
}

.default-featured-column .content-box .text{
	position:relative;
	margin-bottom:25px;
}

.default-featured-column h3{
	font-size:18px;
	text-transform:uppercase;
	font-weight:800;
	margin-bottom:5px;
}

.default-featured-column .detail-header h2{
	font-size:32px;
	text-transform:uppercase;
	font-weight:800;
	margin:5px 0px 10px 0px;
}

.default-featured-column .bigger-text{
	font-size:18px;
	margin-bottom:20px;	
}

.default-featured-column h3 a{
	color:#25292f;
	-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-featured-column h3 a:hover{
	color:#aa3d3f;	
}

.default-featured-column .column-info{
	position:relative;
	font-size:15px;
	margin-bottom:15px;
	color:#aa3d3f;	
}

.default-featured-column .column-info .raised-amount{
	color:#303030;
	margin-right: 10px;	
}

.default-featured-column .text{
	position:relative;
	font-size:15px;
	color:#8d8d8d;
}

.default-featured-column.style-three .content-box {
	background-color: #f5f5f5;
	padding: 20px;
}

.default-featured-column.style-three .content-box .text{
	margin-bottom:15px;
}

.default-featured-column.style-three h3 {
	font-size: 20px;
	font-weight: 700;
}

/*Style Two*/

.default-featured-column.style-two .inner-box{
	background:#f5f5f5;	
	
}
.default-featured-column.style-two .image-box{
	position:relative;
	overflow: visible;
	max-height: 200px;
	
}
.default-featured-column.style-two .image-box a{
	display: block;
	overflow: hidden;
	max-height: 195px;
}

.default-featured-column .image-box .donate-piechart {
	bottom: -25px;
	display: table;
	position: absolute;
	right: 10px;
}


.default-featured-column .image-box .donate-piechart .piechart-block {
	background-color: #aa3d3f;
	border-radius: 50%;
}
.default-featured-column .image-box .donate-piechart .piechart {
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.default-featured-column .image-box .donate-piechart .piechart canvas {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-height: 51px;
}
.default-featured-column .image-box .donate-piechart .piechart-block .piechart {
	min-height: 50px;
	min-width: 50px;
}
.default-featured-column .image-box .donate-piechart .piechart-block .piechart span {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 49px;
}
.default-featured-column .image-box .donate-piechart .piechart-block .piechart span:after {
	color: #fff;
	content: "%";
	font-size: 13px;
	font-weight: 600;
}
.default-featured-column.style-two h3{
	font-size:18px;
	font-weight:700;
	text-transform:capitalize;
}
.default-featured-column.style-two .content-box {
	padding: 20px 18px;
	min-height: 275px;
}
.default-featured-column.style-two .content-box .column-info {
	font-size: 14px;
}
.default-featured-column.style-two .content-box .text {
	margin-bottom: 18px;
}
.default-featured-column.style-two .content-box ul li.theme_color {
	width: 100%;
	position: relative;
	padding: 0 0 0 25px;
}
.default-featured-column.style-two .content-box ul li.theme_color i{
	position: absolute;
	left: 4px;
	top: 5px;
}

/* .default-featured-column.style-two .content-box ul li .tribe-address br{
	display: none;
} */
/*Causes List Style*/

.causes-list-section .column{
	margin-bottom:50px;	
}

.causes-list-section .default-featured-column .image-box .donate-piechart {
	right: -25px;
	top: 42%;
}

/*Single Causes Style*/

.single-causes-section .default-featured-column h3{
	font-size:24px;
	font-weight:800;
	margin-bottom:20px;
}

.single-causes-section .default-featured-column .image-box .donate-piechart {
	bottom: 10px;
}

.single-causes-section .default-featured-column .image-box .donate-piechart .piechart-block {
  background-color: rgba(1, 1, 1, 0.55);
}

/*** 

====================================================================
	Two Column Fluid
====================================================================

***/

.two-column-fluid{
	position:relative;
	padding:0px;
	min-height:250px;
	background:#f9f9f9;	
}

.two-column-fluid .column{
	position:relative;
	display:block;
	float:left;
	width:50%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.two-column-fluid .left-column:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.95);	
}

.two-column-fluid .left-column .content-box{
	position:relative;
	float:right;
	max-width:600px;
	padding:80px 80px 70px 15px;
	z-index:1;	
}

.two-column-fluid .left-column h2{
	font-size:40px;
	font-weight:800;
	margin-bottom:10px;
	text-transform:uppercase;
	line-height:1.2em;
	color:#25292f;
}

.two-column-fluid .left-column .title-text{
	position:relative;
	color:#706f6f;
	font-size:18px;
	font-weight:300;
	margin-bottom:20px;
	padding-bottom:15px;	
}

.two-column-fluid .left-column .title-text:after{
	content:'';
	position:absolute;
	left:0px;
	top:100%;
	width:30px;
	height:3px;
	background:#aa3d3f;
	color:#ffffff;	
}

.two-column-fluid .left-column .text{
	margin-bottom:25px;
	font-size:15px;
	color:#8d8d8d;
}

.two-column-fluid .text-column{
	min-height:400px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;	
}

.two-column-fluid .text-column .content-box{
	position:relative;
	max-width:600px;
	padding-left:15px;
}

.two-column-fluid .icon-box{
	position:relative;
	float:left;
	margin-bottom:10px;	
}

.two-column-fluid .icon-box h4{
	font-size:28px;
	font-weight:800;
	color:#25292f;
	font-family:'Roboto',sans-serif;	
}

.two-column-fluid .icon-box .icon{
	position:relative;
	color:#aa3d3f;
	padding-left:26px;
	margin-bottom:25px;
	font-size:48px;	
}

.two-column-fluid .icon-box .icon span{
	display:block;	
}

.two-column-fluid .icon-box .lower-box{
	position:relative;
	font-size:14px;
	text-transform:uppercase;
	font-weight:400;
	padding:0px 28px;
	color:#5f5f5f;
	border-right:1px dashed #aa3d3f;	
}

.two-column-fluid .icon-box:first-child .lower-box{
	padding-left:0px;	
}

.two-column-fluid .icon-box:last-child .lower-box{
	border:none;
	padding-right:0px;
}

.two-column-fluid .icon-box:first-child .icon{
	padding-left:0px;	
}

.two-column-fluid.style-two {
	min-height: auto;	
}

.two-column-fluid.style-two .icon-box .icon {
	float: left;
	margin-top: 18px;
}

.two-column-fluid.style-two .icon-box .lower-box {
	float: left;
}

.two-column-fluid.style-two .icon-box .lower-box {
	padding:0px 15px;
}

.two-column-fluid.style-two .icon-box:first-child .lower-box {
	padding:0px 15px;
}

.two-column-fluid.style-two .icon-box h4 {
	font-size: 24px;
}

.two-column-fluid .right-column .outer-box{
	position:relative;
	padding:0px 0px 0px 100px;	
}

.two-column-fluid .right-column .content-box{
	padding:75px 15px 80px 80px;
	max-width:600px;
}

.two-column-fluid .right-column:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(221,83,26,0.95);	
}

.two-column-fluid .right-column.dark-style:before{
	background:rgba(33,33,33,0.92);	
}

.two-column-fluid .right-column .quote-icon{
	position:absolute;
	left:0px;
	top:12px;
	width:70px;
	height:70px;
	line-height:66px;
	border:3px solid #ffffff;
	text-align:center;
	color:#ffffff;
	font-size:26px;
	border-radius:50% 0% 50% 50%;
}

.two-column-fluid .right-column .quote-icon{
	background:#aa3d3f;
	border-color:#aa3d3f;	
}

.two-column-fluid .right-column h2{
	color:#ffffff;
	font-size:40px;
	font-weight:800;	
	margin-bottom:30px;
	padding-bottom:10px;
	text-transform:uppercase;	
}

.two-column-fluid .right-column h2:after{
	content:'';
	position:absolute;
	left:0px;
	top:100%;
	width:35px;
	height:2px;
	background:#ffffff;
	color:#ffffff;	
}

.two-column-fluid .right-column .text-content{
	position:relative;
}

.two-column-fluid .right-column .text{
	position:relative;
	margin-bottom:20px;
	color:#e8e8e8;
	font-size:15px;	
}

.two-column-fluid .right-column .info{
	position:relative;
	padding:5px 15px 0px 90px;	
}

.two-column-fluid .right-column .info .image-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;	
}

.two-column-fluid .right-column .info .image-thumb img{
	display:block;
	width:70px;
	border-radius:3px;	
}

.two-column-fluid .right-column .info h3{
	font-size:18px;
	font-weight:700;
	margin-bottom:5px;
	color:#ffffff;
}

.two-column-fluid .right-column .info p{
	margin-bottom:0px;
	color:#e8e8e8;
	font-size:16px;
}

.two-column-fluid .right-column .signature img{
	position:relative;
	margin-top:20px;
	display:inline-block;
	max-width:100%;	
}

/*** 

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

***/

.events-section{
	position:relative;
	padding:40px 0;
}

.events-section .column{
	margin-bottom:40px;	
}

.vertical-links-outer{
	position:relative;
}

.vertical-links-outer .link-block{
	position:relative;
	color:#8d8d8d;
	font-size:15px;
	margin-bottom:5px;	
}

.vertical-links-outer .link-block:last-child{
	margin-bottom:0px;	
}

.vertical-links-outer .default{
	position:relative;
	color:#8d8d8d;
	font-size:15px;
	display:block;
	padding:20px 0px 20px 100px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;	
}

.vertical-links-outer .default .image-thumb{
	position:absolute;
	left:0px;
	top:20px;
	width:80px;
	height:75px;	
}

.vertical-links-outer .default .image-thumb img{
	display:block;
	max-width:100%;	
}

.vertical-links-outer .alternate{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	color:#ffffff;
	background:#393d42;
	padding:20px 30px;
	opacity:0;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;	
}

.vertical-links-outer .link-block:hover .alternate{
	opacity:1;	
}

.vertical-links-outer .link-block strong{
	font-size:18px;
	font-weight:700;
	margin-bottom:5px;
	display:block;
	color:#25292f;
	font-family:'Raleway',sans-serif;	
}

.vertical-links-outer .link-block .alternate strong{
	color:#ffffff;
	margin-bottom:10px;	
}

.vertical-links-outer .link-block .title{
	font-size:18px;
	font-weight:700;
	margin-bottom:5px;
	display:block;
	color:#25292f;
	font-family:'Raleway',sans-serif;	
}

.vertical-links-outer .link-block .alternate .title{
	color:#ffffff;
	margin-bottom:10px;	
}

.vertical-links-outer .link-block .alternate .title a{
	color:#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;
}

.vertical-links-outer .link-block .alternate .title a:hover{
	color:#aa3d3f;
}

/*Event Style*/

.vertical-links-outer.events-post .link-block {
	margin-bottom: 15px;
}

.vertical-links-outer.events-post .default {
	background-color: #f5f5f5;
	padding: 20px 70px 20px 110px;
}

.vertical-links-outer.events-post .default .image-thumb {
	left: 15px;
	top: 15px;
}

.vertical-links-outer.events-post .link-block .title{
	font-size: 16px;
}

.events-post .event-held li {
	font-size: 13px;
	line-height: 22px;
}

.events-post .event-held li i {
  color: #aa3d3f;
  margin-right: 5px;
}

.events-post .event-date {
	position: absolute;
	right: 15px;
	top: 17%;
}

.events-post .event-date .event-day {
	background-color: #aa3d3f;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	padding: 10px 7px;
}

.events-post .event-date .event-month {
	background: #1c1c1c;
	color: #ddd;
	font-size: 14px;
	font-weight: 600;
	padding: 0 7px;
	text-align: center;
	text-transform: uppercase;
}

.vertical-links-outer.events-post .alternate{
	padding:7px 30px;
}

.vertical-links-outer.events-post .alternate .desc{
	margin-bottom: 5px;
}

/*Events List Style*/

.events-list-section .default-featured-column .image-box .post-tag {
	font-family: 'Roboto', sans-serif;
}
.events-list-section .default-featured-column.style-two h3 {
	font-size: 24px;
}

/*Events Slider Style*/

/* bx-event-carousel style-two */
/* event slider */
.bx-wrapper {
  margin: 0 auto 7px;
  padding: 0;
  position: relative;
}
.bx-wrapper .bx-viewport {
	background: transparent;
	border: none;
	box-shadow: none;
	left: 0;
}
/* bx top nav style */
.bx-controls .bx-controls-direction > a {
    background: #aa3d3f;
    background-image: none;
    border: 2px solid #aa3d3f;
	color: #fff;
    height: auto;
    line-height: 26px;
    padding: 0 11px;
    width: auto;
    text-indent: 0;
    top: -34px;
    z-index: 0;
}
.bx-controls .bx-controls-direction > a:hover {
	background: #fff;
	color: #aa3d3f;
}
.bx-controls .bx-controls-direction > a:hover i {
	color: #aa3d3f;
}
.bx-controls .bx-controls-direction > a i {
	color: #fff;
}
.bx-controls .bx-controls-direction .bx-prev {
    right: 51px;
    left: auto;
}
.bx-controls .bx-controls-direction .bx-next {
    right: 16px;
}

/***

====================================================================
	Testimonials Section style
====================================================================

***/

.testimonials-section{
	position:relative;
	padding:40px 0px;
	background-position:center top;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
}

.testimonials-section.style-two{
	background-size:auto;
	background-attachment:scroll;
	background-repeat:repeat;
	text-align:center;
}

.testimonials-section .auto-container{
	position:relative;
	z-index:5;
}

.testimonials-section .sec-title {
	margin-bottom:60px;
}

.testimonials-section .sec-title h2{
	color:#ffffff;	
}

.testimonials-section .sec-title .text{
	color:#ffffff;	
}

.testimonials-section .testimonials-slider .slide-item{
	position:relative;
	margin:0px 0px 0px 0px;
	border:2px solid transparent;
	background:#ffffff;
	padding:20px;
	border-radius:4px;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.testimonials-section .testimonials-slider .info-box{
	position:relative;
	padding:20px 0px 20px 120px;
	min-height:60px;
	display: none;
	
}

.testimonials-section.style-two .testimonials-slider .info-box{
	padding:0px 0px 20px 0px;	
}

.testimonials-section .testimonials-slider .image-box{
	position:absolute;
	left:0px;
	top:-25px;
	width:100px;
	height:100px;
	border:5px solid #ffffff;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.testimonials-section.style-two .testimonials-slider .image-box{
	position:relative;
	top:0px;
	margin:-40px auto 20px;	
}

.testimonials-section .testimonials-slider .slide-item:hover,
.testimonials-section .testimonials-slider .slide-item:hover .image-box{
	border-color:#aa3d3f;	
}

.testimonials-section .testimonials-slider .image-box img{
	position:relative;
	width:90px !important;
	height:90px !important;
	display:block;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

.testimonials-section .slide-item h3{
	position:relative;
	font-size:16px;
	font-family:'Roboto',sans-serif;
	color:#253d4a;
	font-weight:700;
	margin-bottom:0px;
	text-transform:uppercase;	
}

.testimonials-section .slide-item .designation{
	position:relative;
	font-size:15px;
	color:#aa3d3f;
	margin-bottom:0px;	
}

.testimonials-section .slide-text{
	position:relative;
	font-size:15px;
	color:#515c61;
	line-height:2em;	
	
}

.testimonials-section .slide-text .wp125ad a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 200px;
}
.testimonials-section .slide-text .wp125ad a img {
	max-width: 100%;
	max-height: 200px;
	height: auto;
	width: auto;
}
.testimonials-slider.testimonials-carousel {
	margin-bottom: 35px;
}

.testimonials-section .owl-controls{
	position: absolute;
    text-align: center;
    padding: 20px 0px;
    top: 50%;
    width: 100%;
    margin: -37px 0 0 0;
}
.testimonials-section .owl-controls .owl-nav{
	display: flex;
	justify-content: space-between;
}
.testimonials-section .owl-stage-outer {
	z-index: 9;
}
.testimonials-section .owl-controls .owl-next,
.testimonials-section .owl-controls .owl-prev{
	position:relative;
	width:50px !important;
	height:38px !important;
	padding:0px !important;
	background:#aa3d3f !important;
	color:#ffffff !important;
	line-height:38px;
	font-size:20px !important;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.testimonials-section .owl-controls .owl-next:hover,
.testimonials-section .owl-controls .owl-prev:hover{
	background:#000 !important;	
}

.testimonials-section .owl-controls .owl-prev{
	border-radius:4px 0px 0px 4px !important;
	margin:0px 0 0 -50px !important;	
}

.testimonials-section .owl-controls .owl-next{
	border-radius:0px 4px 4px 0px !important;
	margin:0px -50px 0 0px !important;	
	right:-1px;	
}

.testimonials-section .owl-dots,
.testimonials-section.style-two .owl-nav{
	display:none !important;
}

.testimonials-section.style-two .owl-dots{
	display:block !important;
}

.owl-theme .owl-dots .owl-dot span{
	background:#4c4c4c;
	width:10px;
	height:10px;
	margin:0px 3px;
	border-radius:50%;	
}



/*** 

====================================================================
	Blog News Section
====================================================================

***/

.blog-news-section{
	position:relative;
	padding:60px 0px 10px;
}

.blog-news-section .blog-news-column{
	margin-bottom:60px;	
}

.blog-news-column .image-box img{
	display: block;
    width: 100%;
    height: auto;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.blog-news-column:hover .image-box img{
	-webkit-transform:scale(1.05,1.05) rotate(-2deg);	
	-ms-transform:scale(1.05,1.05) rotate(-2deg);	
	-o-transform:scale(1.05,1.05) rotate(-2deg);	
	-moz-transform:scale(1.05,1.05) rotate(-2deg);	
	transform:scale(1.05,1.05) rotate(-2deg);	
}

.blog-news-column .image-box .news-date {
	background: #aa3d3f none repeat scroll 0 0;
	bottom: 25px;
	color: #ffffff;
	font-size: 32px;
	font-weight: 800;
	height: 80px;
	line-height: 30px;
	outline: 1px dashed #fff;
	outline-offset: -4px;
	padding: 12px 10px 10px;
	position: absolute;
	right: 30px;
	text-align: center;
	width: 80px;
}

.blog-news-column .image-box .news-date .month{
	font-size:20px;
	line-height:24px;
	display:block;	
}

.blog-news-column .inner-box{
	position:relative;
	background:#ffffff;	
}

.blog-news-column .image-box{
	position:relative;
	overflow:hidden;	
}
.blog-news-column .image-box, .blog-news-column .image-box a {
	width: 100%;
}


.blog-news-column .content-box{
	position:relative;
	padding:20px 0px 0px;	
}

.blog-news-column .content-box .text{
	position:relative;
	margin-bottom:20px;
}

.blog-news-column h3{
	font-size:22px;
	font-weight:700;
	margin-bottom:12px;
}

.blog-news-column h3 a{
	color:#25292f;	
}

.blog-news-column h3 a:hover{
	color:#aa3d3f;	
}

.blog-news-column .post-info{
	position:relative;
	margin-bottom:15px;
	color:#919191;
	font-size:13px;
	line-height:24px;
}

.blog-news-column .post-author{
	float:left;
	color:#000000;
	font-style:italic;
	padding-right:10px;
}

.blog-news-column .post-options{
	float:right;	
}

.blog-news-column .post-info .icon{
	display:inline-block;
	width:20px;
	padding-right:5px;
	font-size:16px;
	color:#aa3d3f;
	font-weight:normal;
}

.blog-news-column .post-options a{
	position:relative;
	display:inline-block;
	margin-left:15px;
	font-weight:700;
	color:#67696c;	
}

.blog-news-column .read-more{
	font-weight:700;
	color:#25292f;
	font-size:13px;
	text-transform:uppercase;	
}

.blog-news-section .post-share-options{
	position:relative;
	padding:10px 15px;
	background:#f8f8f8;
	border-bottom:1px solid #e0e0e0;
}

.blog-news-section .post-share-options .tags a{
	position:relative;
	color:#999999;
}

.blog-news-section .post-share-options .tags{
	padding-top:5px;
}


/*** 

====================================================================
	Sponsors Section Style
====================================================================

***/

.sponsors-section{
	position:relative;
	padding:35px 0;
	background:#aa3d3f;
}

.sponsors-section .slider-outer{
	margin:0px;
}

.sponsors-section .sponsors-slider{
	position:relative;
}

.sponsors-section .sponsors-slider li img{
	width: auto;
}

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

.sponsors-section .owl-nav .owl-prev{
	position:absolute;
	left:0px;
	top:50%;
	margin:-25px 0px 0px -25px !important;
	line-height:48px;
	width:50px;
	height:50px;
	border:1px solid #e9e9e9;
	text-align:center;
	color:#cccccc;
	background:#ffffff !important;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sponsors-section .owl-nav .owl-next{
	position:absolute;
	right:0px;
	top:50%;
	margin:-25px -25px 0px 0px !important;
	line-height:48px;
	width:50px;
	height:50px;
	border:1px solid #e9e9e9;
	text-align:center;
	color:#cccccc;
	background:#ffffff !important;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sponsors-section .owl-nav .owl-prev .fa:before,
.sponsors-section .owl-nav .owl-next .fa:before{
	font-size:24px;
	color:#223555;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.sponsors-section .owl-nav .owl-prev:hover .fa:before,
.sponsors-section .owl-nav .owl-next:hover .fa:before{
	color:#ffffff;	
}

.sponsors-section .owl-nav .owl-prev:hover,
.sponsors-section .owl-nav .owl-next:hover{
	background:#223555 !important;
}

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


/*** 

====================================================================
	Parallax Section Style
====================================================================

***/

.parallax-section{
	position:relative;
	padding:80px 0px;
	background-size:cover;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
}

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

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

.parallax-section h2{
	color:#ffffff;
	font-size:48px;
	font-weight:800;
	margin-bottom:15px;
	text-transform:uppercase;	
}

.parallax-section .text{
	color:#ffffff;
	font-size:24px;
	font-weight:300;
	margin-bottom:40px;	
}

.parallax-section .theme-btn{
	position:relative;
	margin:0px 10px 10px;
}


/*** 

====================================================================
	Subscribe Intro
====================================================================

***/

.subscribe-intro{
	position:relative;
	padding:40px 0px;
	background:#aa3d3f;
	color:#ffffff;
}

.subscribe-intro:before{
	content:'';
	position:absolute;
	display:block;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:url(images/background/map-pattern.png) center center no-repeat;	
}

.subscribe-intro .auto-container{
	position:relative;
	z-index:1;	
}

.subscribe-intro .column{
	margin-bottom:20px;
	font-size:17px;
	font-weight:300;
}

.subscribe-intro .column h2{
	font-size:30px;
	margin-bottom:10px;
	font-weight:600;
	color:#ffffff;
	text-transform:capitalize;
}


/*** 

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

***/

.main-footer{
	position:relative;
	color:#c9c9c9;
	background-color:#fff5e4;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	font-family:'Roboto',sans-serif;	
}

.main-footer:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#fff5e4;	
}
.main-footer .footer-bottom{
	background-color:#343434;
}
.main-footer p{
	line-height:2em;
	margin-bottom:20px;
}

.main-footer .footer-upper{
	position:relative;
	padding: 15px 0;
	z-index:1;
}

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

.footer-upper .column h2{
	position:relative;
	font-size:18px;
	line-height:1.4em;
	margin-bottom:30px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#ffffff;
}

.main-footer .footer-upper a{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.main-footer .footer-upper a:hover{
	color:#ffffff;	
}
.footer-widget ul li {
    /* margin-bottom: 18px; */
	line-height: 35px !important;
}
.footer-widget ul li a {
        color: #c9c9c9 !important;
}
.footer-widget ul li a:hover {
        color: #aa3d3f !important;
}

.footer-upper .links-widget li{
	position:relative;
	margin-bottom:15px;
}

.footer-upper .links-widget li a{
	position:relative;
	display:block;
	font-size:14px;
	color:#c9c9c9;
	line-height:24px;
}
#menu-main-menu-1 li a {
    position: relative;
    padding-left: 20px;
}
#menu-main-menu-1 li a:before {
    color: #aa3d3f;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    line-height: 18px;
    position: absolute;
    top: 0;
    width: 20px;
}

.footer-upper .links-widget li a:hover,
.footer-upper .news-widget .news-post a:hover{
	color:#aa3d3f;	
}

.footer-widget.contact-widget input,
.footer-widget.contact-widget textarea,
.footer-widget > .textwidget input,
.footer-widget > .textwidget textarea {
	width: 100%;
	height: 50px;
	background: rgba(0,0,0,0.15);
	color: #000000;
	font-size: 13px;	
	margin-bottom: 10px;
	border: none;
	outline: none;
	padding: 0 20px;
}
.footer-widget.contact-widget textarea, 
.footer-widget > .textwidget textarea {
	height: 100px;
	padding-top: 15px;
	margin-bottom: 5px;
}
.footer-widget.contact-widget button, 
.footer-widget > .textwidget button {
	width: 100%;
	height: 50px;
	background: #aa3d3f;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	border: none;
	outline: none;
	padding: 0;
	line-height: 50px;
	font-weight: bold;
	transition: all .3s ease;
}
.footer-widget.contact-widget button:hover,
.footer-widget > .textwidget button:hover {
	background: #fff;
	color: #f14b05;
}
.footer-widget.contact-widget input[type="submit"],
.footer-widget > .textwidget input[type="submit"] {
    background-color: #aa3d3f !important;
}
.main-footer .social-links a{
	position:relative;
	display:inline-block;
	font-size:15px;
	width:32px;
	height:32px;
	line-height:30px;
	border:1px solid rgba(255,255,255,0.20);
	text-align:center;
	background:none;
	margin-right:10px;
	color:#f1f1f1;
	border-radius:50%;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.main-footer .social-links a:hover{
	color:#ffffff;
	background:#aa3d3f;	
}

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

.main-footer .contact-info li{
	position:relative;
	padding-left:30px;
	margin:0px 0px 7px;
	line-height:30px;	
}

.main-footer .contact-info li .icon{
	position:absolute;
	font-weight:700;
	font-size:16px;
	color:#aa3d3f;
	left:0px;
	top:0px;
	line-height:30px;
}

.social-links-two{
	position:relative;
}

.social-links-two a{
	position:relative;
	display:block;
	float:left;
	text-align:center;
	width:28px;
	height:28px;
	line-height:26px;
	border:1px solid #343434;
	border-radius:50%;
	font-size:12px;
	margin-right:8px;
	color:#343434 !important;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;	
}
.social-links-two a:hover {
	border:1px solid #aa3d3f !important;
	color:#fff !important;
}
.blog-news-section .social-links-two a{
	background:#545454;
	color:#ffffff;
	font-size:13px;
	width:32px;
	height:32px;
	line-height:32px;
	border:none;	
}

.social-links-two.alt a{
	font-size:12px;
	border:1px solid #cccccc;
	color:#cccccc !important;
}

.social-links-two a:hover{
	background:#aa3d3f;
	border-color:#aa3d3f;
}

.social-links-two.alt a:hover{
	background:#aa3d3f !important;
	border-color:#aa3d3f;	
	color:#ffffff !important;
}

.footer-upper .news-widget .news-post{
	position:relative;
	padding:0px 0px 0px 80px;
	margin-bottom:40px;
	color:#c9c9c9;
	line-height:20px;
}

.footer-upper .news-widget .news-post .news-content{
	margin-bottom:5px;	
}

.footer-upper .news-widget .news-post a{
	position:relative;
	color:#c9c9c9;
}

.footer-upper .news-widget .news-post .time{
	position:relative;
	color:#808080;
	font-size:12px;
}

.footer-upper .news-widget .news-post .image-thumb{
	position:absolute;
	width:65px;
	height:65px;
	left:0px;
	top:0px;
}

.footer-upper .news-widget .news-post .image-thumb img{
	display:block;
	width:65px;	
}

.footer-bottom{
	position:relative;
	border-top:1px solid rgba(255,255,255,0.10);
	padding:16px 0px;
	font-size:15px;
	text-align:center;
	color:#808080;
}

.footer-bottom .copyright{
	position:relative;
	line-height:20px;
	padding:5px 0px;
            display: flex;
    justify-content: space-between;
}

.footer-widget .wpcf7-form .contact-form {
	display: inline-block;
	width: 100%;
}

.footer-widget .wpcf7-form .contact-form .wpcf7-submit{
	float: left;
	width: auto;
	padding: 11px 25px;
	font-size: 13px;
	font-weight: 700;
}
.footer-widget .wpcf7-form .contact-form .wpcf7-submit:hover {
	background: transparent !important;
}

.footer-widget .wpcf7-form .contact-form .wpcf7-form-control-wrap {
	position: relative;
	display: block;
	margin-bottom: 25px;
}
.footer-widget .wpcf7-form .contact-form .wpcf7-form-control-wrap .wpcf7-form-control{
	margin: 0;
}
.footer-widget .wpcf7-form .contact-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	position: absolute;
	left: 0;
	bottom: -22px;
	width: 100%;
	font-size: 13px;
	
}
.widget_text .footer-widget h2 {
    margin-left: 0 !important;
}


div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
   width: 100%;
   margin: 15px 0;
}
/*** 

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

 ***/
 
.page-title{
	position:relative;
	padding:48px 0px 10px;
	text-align:center;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	color:#ffffff;
}

.page-title:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#feebc8;
}

.page-title h1{
	font-size:40px;
	margin-bottom:0px;
	text-transform:uppercase;
	font-weight:800;
	color:#aa3d3f;
}
.page-title .bread-crumb h3 {
	font-size: 20px;
}
.page-title .bread-crumb{
	position:relative;
	color:#aa3d3f;
}

.page-title .bread-crumb a{
	position:relative;
	font-size:15px;
	text-transform:uppercase;
	color:#aa3d3f !important;
	margin:0px 5px;
}

.page-title .bread-crumb a:hover{
	position:relative;
	color:#aa3d3f;
}

.page-title .auto-container{
	 position:relative;
	 z-index:5;
}
.page-title .bread-crumb ul li a:after {
	color:#696969 !important;
}
/*** 

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

***/

.error-section{
	position:relative;
	padding:100px 0px;
	background:#ffffff;
}

.error-section .error-text .medium-text{
	position:relative;
	font-size:72px;
	line-height:1.2em;
	margin-bottom:-10px;
}

.error-section .error-text{
	position:relative;
	margin-top:-50px;
	display:inline-block;
	padding-left:50px;	
}

.error-section .error-text .bigger-font{
	position:relative;
	font-size:200px;
	line-height:1.2em;
	color:#25292f;
	margin-bottom:30px;
	padding-bottom:15px;
	font-weight:800;
	border-bottom:1px solid #e0e0e0;
}

.error-section .error-text h3{
	position:relative;
	font-size:36px;
	line-height:1.2em;
	margin-bottom:20px;
	font-weight:400;
	font-family:'Roboto',sans-serif;
}

.error-section .error-text .text{
	position:relative;
	font-size:16px;
	margin-bottom:30px;
	color:#828282;
}

.error-section .theme-btn{
	padding-left:30px;
	padding-right:30px;	
}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

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

.faqs-section .column{
	margin-bottom:20px;	
}

.accordion-box{
	position:relative;
	margin-right:0px;	
}

.accordion-box .accordion{
	position:relative;
	margin-bottom:10px;
	padding-bottom:0px;
	padding-left:60px;
	border-bottom:1px solid #e9e9e9;
}

.accordion-box .accordion .accord-btn{
	position:relative;
	display:block;
	min-height:40px;
	line-height:30px;
	padding:3px 0px 5px;
	color:#2f2f31;
	cursor:pointer;
	margin-bottom:0px;
}

.accordion-box .accordion .accord-btn h4{
	position:relative;
	font-size:20px;
	line-height:30px;
	font-weight:600;
	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;
}

.accordion-box .accordion .accord-btn:before{
	content:'\f067';
	font-family: 'FontAwesome';
	position:absolute;
	left:-60px;
	top:0px;
	width:30px;
	height:30px;
	line-height:28px;
	font-size:14px;
	font-weight:normal;
	color:#aa3d3f;
	text-align:center;
	border:2px solid #aa3d3f;
	background:#ffffff;
	border-radius:3px;
}

.accordion-box .accordion .accord-btn.active:before{
	content:'\f068';
	color:#ffffff;
	background:#aa3d3f;
}

.accordion-box .accordion .accord-btn.active{
	color:#aa3d3f;
	border-color:#aa3d3f;	
}

.accordion-box .accordion .accord-content{
	position:relative;
	border-top:none;
	display:none;
	background:#ffffff;
}

.accordion-box .accordion .accord-content.collapsed{
	display:block;	
}

.accordion-box .accordion .accord-content p{
	position:relative;
	font-size:15px;
	color:#8d8d8d;
}

/*** 

====================================================================
	Welcome Section
====================================================================

***/



/*** 

====================================================================
	Default Section
====================================================================

***/

.default-section{
	position:relative;
	padding:90px 0px 40px;
}

.default-section .column{
	position:relative;
	margin-bottom:50px;	
}

.default-section .image-column img{
	display:inline-block;
	width:100%;	
}

.video-box{
	position:relative;	
}

.video-box img{
	display:block;
	width:100%;	
}

.video-box .video-link{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(37,41,47,0.60);
}

.video-box .video-link .icon-outer{
	position:absolute;
	width:100%;
	height:50px;
	top:50%;
	margin-top:-35px;
	text-align:center;
}

.video-box .video-link .icon-outer .fa{
	position:relative;
	display:inline-block;
	font-size:28px;
	line-height:70px;
	padding-left:8px;
	width:70px;
	height:70px;
	text-align:center;
	background:rgba(255,255,255,0.70);
	color:#aa3d3f;
	transition:all 500ms ease;
}

.video-box .video-link:hover .fa{
	background:rgba(255,255,255,0.90);	
}

.default-text-column{
	position:relative;	
}

.default-text-column.with-margin .inner-box{
	padding-left:10px;
}

.default-text-column h2{
	font-size:36px;
	font-weight:800;
	margin-bottom:10px;
	line-height:1.2em;
	text-transform:uppercase;
}

.default-text-column h3{
	font-size:20px;
	font-weight:700;
	margin-bottom:20px;
}

.default-text-column .bigger-text{
	font-size:18px;
	font-weight:300;
	margin-bottom:20px;
}

.default-text-column .text{
	margin-bottom:25px;
	font-size:15px;
	color:#9d9d9d;
}

.default-text-column ul{
	margin-bottom:35px;	
}

.styled-list-one {
    position: relative;
}

.styled-list-one li {
    line-height: 26px;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
	font-size:16px;
	color:#303030;
	font-weight:600;
}

.styled-list-one.normal-font li {
	font-weight:normal;	
}

li.col-xs-12{
	padding-left:40px;	
}

.styled-list-one li::before {
    color: #aa3d3f;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 20px;
    left: 0;
    line-height: 24px;
    position: absolute;
    top: 0;
    width: 20px;
}

li.col-xs-12:before{
	left:15px;	
}

.styled-list-two {
    position: relative;
}

.styled-list-two li {
    line-height: 26px;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
	font-size:16px;
	color:#303030;
}

.styled-list-two li::before {
    color: #aa3d3f;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 20px;
    left: 0;
	font-weight:300;
    line-height: 24px;
    position: absolute;
    top: 0;
    width: 20px;
}

/*** 

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

***/

.team-section{
	position:relative;
	background:#ffffff;
	padding:60px 0px 10px;
}

.team-section.extended{
	padding:90px 0px 30px;
}

.team-section .team-member{
	position:relative;
	margin-bottom:60px;	
}

.team-section.extended .team-member{
	margin-bottom:60px;	
}

.team-section .team-member .inner-box{
	position:relative;
	display:block;
	background:#ffffff;
	margin:0 auto;
}

.team-section .team-member .image{
	position:relative;	
}

.team-section .team-member .image img{
	position:relative;
	display:block;
	width:100%;	
}

.member-details .team-member .image img{
	position:relative;
	display:block;
	width:auto;	
}

.team-section .team-member .member-info{
	position:relative;
	padding:25px 0px 0px;
}

.member-details .team-member .member-info{
	padding-top:0px;	
}

.team-section .team-member h3 a{
	font-size:18px;
	color:#2f2f31;
	font-weight:700;
	text-transform:capitalize;
	margin-bottom:5px;
}

.member-details .team-member h3{
	font-size:24px;
	font-weight:700;
	text-transform:capitalize;	
}

.team-section .team-member .designation{
	font-size:14px;
	line-height:20px;
	color:#aa3d3f;
	text-transform:capitalize;
}

.team-section .team-member .social-links{
	position:relative;
}

.team-section .team-member .social-links a{
	position:relative;
	display:inline-block;
	width:34px;
	height:34px;
	font-size:14px;
	margin:0px 3px 5px;
	line-height:32px;
	border-radius:50%;
	text-align:center;
	border:1px solid #e1e1e1;
	color:#c3c3c3;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.team-section .team-member .social-links a:hover{
	background-color:#aa3d3f;
	color:#ffffff;
	border-color:#aa3d3f;
}

.team-section .team-member .text{
	position:relative;
	color:#8d8d8d;
	font-size:15px;
	padding:15px 0px 10px;
	border-bottom:1px solid #e9e9e9;
	margin-bottom:25px;
}

.no-border{
	border:none !important;	
}

/*** 

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

***/

.styled-pagination{
	position:relative;
}

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

.styled-pagination li a,.styled-pagination li > span{
	position:relative;
	display:block;
	line-height:24px;
	padding:6px 5px;
	font-size:16px;
	text-transform:uppercase;
	min-width:40px;
	border:2px solid rgba(0,0,0,0.10);	
	background:#ffffff;
	color:#1a1a1a;
	text-align:center;
	border-radius:3px;
	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.next,
.styled-pagination li a.prev{
	padding:6px 25px;	
}

.styled-pagination li a:hover,.styled-pagination li > span.current,
.styled-pagination li a.active{
	color:#ffffff;
	background:#3a3a3a;
	border-color:#3a3a3a;	
}

/*** 

====================================================================
	Sidebar Page Style
====================================================================

***/

.sidebar-page{
	position:relative;
	padding: 40px 0;	
}

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

blockquote{
	font-size:inherit;
	
}

.sidebar-page .blog-detail .post-desc h2{
	font-size:20px;
	margin-bottom:22px;
	color:#1a1a1a;	
}

.sidebar-page .blog-detail .post-desc h3{
	font-size:18px;
	margin-bottom:10px;
	color:#1a1a1a;	
}

.sidebar-page .blog-detail h4{
	font-size:16px;
	margin-bottom:20px;	
}

.check-list li .fa{
	position:relative;
	color:#cbda37;	
}

.remove-list li .fa{
	position:relative;
	color:#ff0000;	
}

.sidebar-page .blog-detail .post-tags{
	position:relative;
	padding:15px;
	font-size:16px;
	background:#f5f5f5;
	color:#999999;
	margin-bottom:50px;
}

.sidebar-page .blog-detail .post-tags a{
	position:relative;
	color:#777777;
	font-size:15px;
}

.sidebar-page .blog-detail .post-tags a:hover{
	color:#00bff3;	
}

/*** 

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

 ***/

.sidebar-page .comments-area{
	position:relative;	
}

.sidebar-page .group-title{
	position:relative;
	margin-bottom:40px;
	padding-bottom:16px;
}

.sidebar-page .group-title h2{
	font-size:32px;
	font-family:'Roboto',sans-serif;
	color:#1a1a1a;
	font-weight:700;
	margin-bottom:0px;
	text-transform:uppercase;
}

.sidebar-page .group-title:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:40px;
	height:2px;
	background:#aa3d3f;	
}

.sidebar-page .comments-area .comment-box{
	position:relative;	
}

.sidebar-page .comments-area .comment{
	position:relative;
	margin:0px 0px 50px 0px;
	padding:0px 0px 10px 110px;	
}

.sidebar-page .comments-area .reply-comment{
	margin-left:50px;	
}

.sidebar-page .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:84px;
	height:84px;
	border:3px solid #ffffff;
	border-radius:5px;
	-moz-box-shadow:0px 0px 2px 0px #000000;
	-ms-box-shadow:0px 0px 2px 0px #000000;
	-o-box-shadow:0px 0px 2px 0px #000000;
	-webkit-box-shadow:0px 0px 2px 0px #000000;
	box-shadow:0px 0px 2px 0px #000000;
}

.sidebar-page .comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
	border-radius:5px;
}

.sidebar-page .comments-area .comment-info{
	margin-bottom:10px;
	color:#bcbcbc;
	font-size:15px;
	font-family:'Roboto',sans-serif;	
}

.sidebar-page .comments-area .comment-box strong{
	color:#1a1a1a;
	font-weight:700;
	text-transform:uppercase;
}

.sidebar-page .comments-area .reply-btn{
	position:absolute;
	right:0px;
	top:0px;
	font-family:'Roboto',sans-serif;
	color:#ffffff;
	padding:5px 20px;
	line-height:24px;
	background:#545454;
	border-radius:3px;
	font-weight:600;
	text-transform:uppercase;		
}

.sidebar-page .comments-area .reply-btn:hover{
	background-color:#aa3d3f;	
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

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

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:8px 15px;
	color:#222222;
	border:1px solid #d0d0d0;
	height:42px;
	border-radius:3px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#aa3d3f;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:10px 15px;
	color:#222222;
	border:1px solid #d0d0d0;

	height:170px;
	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;
}

.comment-form button{
	position:relative;
	display:inline-block;
}


/*** 

====================================================================
	Side Bar Style
====================================================================

 ***/
.sidebar-page .sidebar{
	position:relative;
	padding:0px 0px 0px;	
}

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

.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:24px;
	padding:8px 50px 8px 20px;
	border:1px solid #d0d0d0;
	background:#ffffff;
	color:#3a3a3a;
	display:block;
	width:100%;
	border-radius:5px;
	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:#aa3d3f;	
}

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

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

.sidebar .sidebar-title{
	position:relative;
	margin-bottom:30px;
	padding-bottom:15px;
}

.sidebar .sidebar-title h3{
	font-size:20px;
	color:#1a1a1a;
	font-weight:800;
	text-transform:uppercase;
}

.sidebar .sidebar-title:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:40px;
	height:2px;
	background:#aa3d3f;	
}

.sidebar .recent-posts .post{
	position:relative;
	font-size:13px;
	margin-bottom:20px;
	color:#cccccc;
	padding-left:90px;
}

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

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

.sidebar .recent-posts .post h4{
	font-size:16px;
	font-weight:600;
	margin:0px 0px 5px;
	line-height:1.4em;
	color:#292929;
}

.sidebar .recent-posts .post a,
.sidebar .recent-posts .post a:hover{
	color:#aa3d3f;	
}

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

.sidebar .recent-posts .post-info{
	color:#000000;
	text-transform:capitalize;	
}

.sidebar .recent-posts .post-info .icon{
	padding-right:5px;	
}

.sidebar-page .contact-info{
	position:relative;
	font-size:14px;
	margin-bottom:30px;
}

.sidebar-page .contact-info .text{
	position:relative;
	font-size:14px;
	margin-bottom:10px;
	color:#7f7f7f;
}

.sidebar-page .contact-info li{
	position:relative;
	margin-bottom:5px;
	line-height:1.8em;
	color:#7f7f7f;	
}

.sidebar-page .contact-info li strong{
	position:relative;
	padding-right:10px;
	font-weight:600;
	color:#292929;	
}

.sidebar-page .contact-info a{
	color:#aa3d3f;
	transition:all 300ms ease-in;
	-webkit-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	-o-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;	
}

.sidebar-page .contact-info a:hover{
	color:#3d3d3d;	
}

.sidebar .popular-tags a{
	position:relative;
	font-family:'Roboto',sans-serif;
	display:inline-block;
	line-height:24px;
	padding:5px 20px;
	margin:0px 5px 12px 0px;
	border:1px solid rgba(0,0,0,0.10);	
	background:#ffffff;
	color:#1a1a1a;
	text-align:center;
	font-size:13px;
	border-radius:5px;
	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:#aa3d3f;
	border-color:#aa3d3f;
	color:#ffffff;	
}

.sidebar .list{
	position:relative;
}

.sidebar .list li{
	position:relative;
	margin-bottom:7px;
	line-height:32px;	
}

.sidebar .list li .count{
	position:relative;
}

.sidebar .list li a{
	position:relative;
	display:block;
	color:#3d3d3d;
	font-size:16px;
	font-weight:400;
}

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

/*** 

====================================================================
	Releated Posts Section
====================================================================

***/

.related-posts-section{
	position:relative;
	padding:60px 0px 50px;
}

.related-posts-section h2{
	font-size:36px;
	font-weight:800;
	margin-bottom:30px;
	color:#25292f;
	text-transform:uppercase;
	padding-right:100px;	
}

.related-posts-section .owl-controls{
	position:absolute;
	right:0px;
	top:-80px;
	padding:0px 0px;
	margin:0px;	
}

.related-posts-section .owl-controls .owl-next,
.related-posts-section .owl-controls .owl-prev{
	position:relative;
	width:40px !important;
	height:40px !important;
	padding:0px !important;
	background:#ffffff !important;
	color:#999999 !important;
	border:2px solid #e9e9e9;
	line-height:36px;
	font-size:20px !important;
	border-radius:4px !important;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
	margin:3px 0px 0px 10px !important;	
}

.related-posts-section .owl-controls .owl-next:hover,
.related-posts-section .owl-controls .owl-prev:hover{
	background:#25292f !important;
	color:#ffffff !important;
	border-color:#25292f;
}

.related-posts-section .owl-dots{
	display:none !important;
}

.filters-section{
	position:relative;
	padding:30px 30px 20px;
	background:#fafafa;
	border-radius:5px;
	margin-bottom:40px;	
}

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

.filters-section .form-group .field-label{
	position:relative;
	font-size:16px;
	color:#202020;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:10px;
}

.filters-section .form-group input{
	position:relative;
	display:block;
	width:100%;
	line-height:30px;
	padding:10px 20px;
	color:#555555;
	background:#ffffff;
	border:1px solid #ffffff;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.filters-section .form-group input:focus{
	border-color:#aa3d3f;	
}

.filters-section button{
	width:100%;
	display:block;
	padding:12px 20px;
	text-align:center;	
}

.other-info{
	position:relative;	
}

.other-info h3{
	font-size:20px !important;
	font-weight:800;
	text-transform:uppercase !important;	
	text-align: left;
	margin-bottom: 20px;
}

.other-info .info-box{
	position:relative;	
}

.other-info .info-box li{
	position:relative;
	padding-left:60px;
	color:#8d8d8d;
	min-height:50px;
	font-size:15px;
	margin-bottom:25px;
}

.other-info .info-box li:last-child{
	margin-bottom:0px;	
}

.other-info .info-box li strong{
	display:block;
	color:#000000;
	font-weight:700;
	font-size:18px;
	font-family:'Raleway',sans-serif;	
}

.other-info .info-box li .icon{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-25px;
	height:50px;
	line-height:50px;
	color:#dee1e3;
	font-size:36px;
}

.other-info .text{
	margin-bottom:20px;
	font-size:15px;	
}

/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-section{
	position:relative;
}

.map-canvas{
	border-radius:5px;
}

.map-canvas .map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	font-family:'Roboto',sans-serif;	
}

.map-canvas .map-data h6{
	font-weight:700;
	font-size:14px;
	text-align:center;
	margin-bottom:5px;
	color:#2e2e2e;	
}

/*** 

====================================================================
	Contact Section Style
====================================================================

***/

.contact-section{
	position:relative;
	padding:90px 0px 10px;
}

.contact-section .column{
	margin-bottom:60px;	
}

.contact-section h2{
	font-size:24px;
	font-weight:800;
	text-transform:uppercase;
	margin-bottom:40px;
	color:#2f2f2f;	
}

.contact-form .form-group{
	position:relative;
	margin-bottom:26px;
	padding: 0;
}

.contact-form .form-group .field-label{
	position:relative;
	font-size:16px;
	color:#202020;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:10px;
}

.contact-form .form-group input{
	position:relative;
	display:block;
	width:100%;
	line-height:30px;
	padding:10px 20px;
	color:#555555;
	background:#ffffff;
	border:1px solid #e0e0e0;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:30px;
	padding:11px 20px;
	color:#555555;
	height:300px;
	resize:none;
	background:#ffffff;
	border:1px solid #e0e0e0;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus{
	border-color:#aa3d3f;	
}

.contact-form .form-group input.error,
.contact-form .form-group textarea.error{
	border-color:#ff0000;	
}

.contact-form .form-group label.error{
	display:block;
	padding:10px 0px 0px 0px;
	line-height:24px;
	text-transform:capitalize;
	font-size:15px;
	color:#ff0000;
	font-weight:400;	
}

.contact-form .form-group .theme-btn{
	padding:5px 20px;
        font-size: 14px;
        letter-spacing: 1px;
}

/*** 

====================================================================
	Fact Counter Style
====================================================================

***/

.member-details .column{
	margin-bottom:30px;	
}

.fact-counter{
	position:relative;
	padding:0px 0px 0px;
	width:100%;
}

.fact-counter .column{
	position:relative;
}

.fact-counter .column .inner{
	position:relative;
	padding:35px 5px 20px;
	text-align:center;
	background:#aa3d3f;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;	
}

.fact-counter .column:hover .inner{
	background:#1c1c1c;
}

.fact-counter .column .icon{
	position:relative;
	color:#ffffff;
	font-size:64px;
	line-height:50px;
}

.fact-counter .column .count-text{
	position:relative;
	font-size:48px;
	font-weight:700;
	text-transform:uppercase;
	font-family:'Roboto',sans-serif;
	color:#ffffff;
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	font-family:'Raleway',sans-serif;
	color:#ffffff;
	margin:25px 0px 20px;
}

.info-list li{
	margin-bottom:5px;	
}

.info-list strong{
	display:inline-block;
	min-width:120px;
	font-weight:700;
	text-transform:uppercase;
	color:#222e35;	
}


/*** 

====================================================================
	Gallery Section Style
====================================================================

***/

.gallery-section{
	position:relative;
	padding:40px 0px;	
}
.gallery-section.sortable-masonry {
	padding:0 0 40px 0px;	
}
.default-portfolio-item{
	position:relative;
}

.mixed-gallery-section .column,
.gallery-section .column{
	margin-bottom:30px;
}

.default-portfolio-item .inner-box{
	position:relative;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.default-portfolio-item .image-box img{
	display:block;
	max-width:100%;	
	height:auto;
	width: 100%;
}

.default-portfolio-item .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background:rgba(235,83,16,0.70);
	border-radius:5px;
	opacity:0;
	visibility:hidden;
	-webkit-transform:scale(0,0);
	-ms-transform:scale(0,0);
	-moz-transform:scale(0,0);
	-o-transform:scale(0,0);
	transform:scale(0,0);
	-webkit-transition:all 400ms ease-out;
	-ms-transition:all 400ms ease-out;
	-o-transition:all 400ms ease-out;
	-moz-transition:all 400ms ease-out;
	transition:all 400ms ease-out;
}

.default-portfolio-item:hover .overlay-box{
	-webkit-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	-moz-transform:scale(1,1);
	transform:scale(1,1);
	opacity:1;
	visibility:visible;	
}

.default-portfolio-item .overlay-box .inner-content{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	padding:20px 40px;
	display:table;
	vertical-align:middle;
	text-align:center;	
}

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

.default-portfolio-item .overlay-box h3{
	font-size:16px;
	font-weight:700;
	color:#ffffff;
	max-width:300px;
	margin:15px auto 20px;
	text-transform:uppercase;
	line-height:1.8em;	
}

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

.default-portfolio-item .overlay-box .arrow{
	position:relative;
	display:block;
	height:30px;
	line-height:30px;
	font-size:30px;
	color:#ffffff;	
}

.filter-list .mix{
	display:none;	
}

.gutterless .filter-list .mix{
	padding: 1px;
	margin-bottom: 0;
}

.advertise-with-us .wpb_content_element {
	margin-bottom: 0px;
}

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

.gallery-section .filter-btns{
	position:relative;
	text-align:center;
	font-family:'Raleway',sans-serif;
}
.gallery-section .erf-two-columns {
	display: flex;
	justify-content: center;
}
.gallery-section .erf-two-columns .form-group {
	margin: 0 1.5rem 0 0;
}
.gallery-section .erf-two-columns .form-group select {
    padding: 0px 25px 0px 10px;	
}

.gallery-section .filter-btns li{
	position:relative;
	display:inline-block;
	padding:9px 25px;
	line-height:24px;
	border:2px solid #e9e9e9;
	color:#808080;
	cursor:pointer;
	text-transform:uppercase;
	font-size:13px;
	font-weight:700;
	margin:0px 5px 10px;
	border-radius:3px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.gallery-section .filter-btns li:hover,
.gallery-section .filter-btns li.active{
	border-color:#aa3d3f;
	color:#ffffff;
	background:#aa3d3f;	
}


/*** 

====================================================================
	Donation Section style
====================================================================

***/

.donation-section{
	position:relative;
}

.donation-form-outer{
	position:relative;
	padding:50px;
	background:#f6f6f6;
	border-radius:2px;
	font-family:'Roboto',sans-serif;
}

.donation-form-outer h3{
	font-size:28px;
	font-weight:700;
	margin-bottom:30px;	
}

.donation-form-outer h4{
	font-size:24px;
	font-weight:800;
	margin-bottom:30px;
	text-transform:uppercase;	
}

.donation-form-outer hr{
	margin-bottom:40px;
	border-color:#e0e0e0;	
}

.donation-form-outer .form-group{
	position:relative;
	margin-bottom:30px;	
}

.donation-form-outer .form-group.other-amount{
	top:5px;	
}

.donation-form-outer input[type="text"],
.donation-form-outer input[type="email"],
.donation-form-outer input[type="tel"],
.donation-form-outer input[type="url"],
.donation-form-outer input[type="password"],
.donation-form-outer select,
.donation-form-outer textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:34px;
	padding:8px 20px;
	background:#ffffff;
	border:1px solid #e0e0e0;
	height:52px;
}

.donation-form-outer select{
	cursor:pointer;	
}

.donation-form-outer .field-label{
	position:relative;
	display:block;
	font-weight:600;
	font-size:18px;
	color:#252525;
	line-height:28px;
	margin-bottom:10px;
}

.donation-form-outer .field-label .required{
	color:#ff0000;
	font-size:14px;	
}

.donation-form-outer .radio-select{
	position:relative;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	line-height:30px;
}

.donation-form-outer .radio-select label{
	position:relative;
	display:block;
	height:56px;
	padding:13px 20px;
	text-align:center;
	color:#ffffff;
	font-size:24px;
	font-weight:800;
	text-transform:uppercase;
	background:#878787;
	border-radius:5px;
	cursor:pointer;	
}

.donation-form-outer .radio-select input[type="radio"]{
	display:none;	
}

.donation-form-outer .radio-select input[type="radio"]:checked+label{
	color:#ffffff;
	background:#aa3d3f;
}

.donation-form-outer button{
	padding:12px 30px;	
}
.copyright a:hover{
    color: #ffffff;
}
.default-section .image-column img{
    width:auto;
    transform: translateY(130%);
}
.default-section .image-column {
    text-align: center;
}


/*********************************/
.single-tribe_events .tribe-events-event-image {
	max-height: 500px;
}

#tribe-events-content {
	margin: 0;
}

#tribe-events-content .sidebar-page {
	padding-top:0; 
}

.executiveOfficers {
	display: inline-block;
    width: 100%;
}
.executiveOfficers .col{
	width: 100%;
	max-width: 50%;
	float: left;
}
.executiveOfficers .col ul li{
	    padding: 0;
    margin: 0 0 0 18px;
    list-style: disc;
}

.aboutbecome .executiveOfficers .col ul li{
	  margin: 0 0 0 0px;
    list-style: none;
}

.faq-content .faqs-section .col-md-6.col-sm-12.col-xs-12{
	width: 100%;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
	font-size: 13px;
    font-weight: 600;
    font-family: 'Raleway',sans-serif;
    background: #aa3d3f;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 24px;
    padding: 5px 15px;
    border-radius: 3px;
}

.contact-form .wpcf7-form .form-group:last-child .text-right{
text-align: left;
}
.eemail_textbox_button {
    width: auto !important;
}
.eemail_textbox_class {
    width: 200px;
    color: #252525;
    padding: 0px 15px;
}
.events-section.latest-events .events-list-section{
 	display: flex;
	flex-wrap: wrap;
}
.events-section.latest-events .events-list-section .column {
	margin-bottom: 30px;
}
.aboutbecome  {
	padding: 50px 0 0px 0;
	background: #f5f5f5;
	text-align: center;
}
.aboutbecome .executiveOfficers .col{
	width: 100%;
	max-width: 100%;
	float: left;
	text-align: center;
}

/* .contentform-address, .contentform-location {
	max-width: 50%;
} */

.single-tribe_events .event-details .tribe-events-event-image {
	max-height: 700px;
}

.event-details .default-featured-column.style-two .image-box {
	max-height: inherit;
}
.event-details .default-featured-column.style-two .image-box a{
	max-height: inherit;
}
.event-details .default-featured-column.style-two .image-box a .tribe-events-event-image {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.event-details .default-featured-column.style-two .image-box a .tribe-events-event-image img {
	max-height:100%;
	height: auto;
	width: auto;
	max-width: 100%;
}



/****** Contact form **************/
.contentform-address .wpb_wrapper{
	position: static;
    max-width: 1200px;
    padding: 50px 15px 0 15px;
	margin: 0 auto;
	
}

.contentform-address .wpb_wrapper .default-section, .contentform-address .wpb_wrapper .contact-section{
	max-width: 100%;
	float: left;
	padding: 0px 0px 0px;
	width: 100%;
}
/* .contentform-address .wpb_wrapper .default-section .column, .contentform-address .wpb_wrapper .contact-section .column{
	width: 100%;
} */
.our-address .contact-section.no-padd-top .auto-container .column {
	margin: 0;
	width: 100%;
}


.our-address .contact-section.no-padd-top .auto-container .column:last-child {
    display: none;
}
.contactform-box .contact-section{
	padding: 50px 0px 10px !important;
}
.contactform-box .contact-section.no-padd-top .auto-container .column {
	width: 100% !important;
}
.contactform-box .contact-section.no-padd-top .auto-container .column:first-child {
    display: none;
}

.contactform-box .contact-form .form-group textarea{
	height: 130px !important;
}


/* .subscribe-intro .auto-container .column {
	max-width: 50%;
	width: 100%;

} */

.subscribe-intro .auto-container .column .text-right div{
	display: flex;
	position: relative;
}
.subscribe-intro .auto-container .column .text-right div .eemail_msg{
    position: absolute;
    bottom: -26px;
    left: 0;
    color: #fff;
    width: 100%;
    font-size: 15px;
}
.subscribe-intro .auto-container .column .text-right .eemail_textbox {margin-right: 10px;}
.subscribe-intro .auto-container .column .text-right div .eemail_textbox_class{
	border-radius:5px;
	color: #555555;
	font-size: 16px;
	font-weight: 400; 

}
.pricetable {
    width: 100%;
	max-width: 80%;
	margin: 35px auto;
}

.pricetable .pricetable-button-container a {
    width: 100px;
}
.tablepress tfoot th, .tablepress thead th {
    background-color: #aa3d3f !important;
}
.eemail_textbox_class {
    width: 300px !important;
}
.widget ul li a {
    width: auto !important;
}
a.tribe-events-gcal, a.tribe-events-ical {
    clear: both;
    color: #fff;
    float: right;
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 8px;
    padding: 0 6px;
    text-decoration: none;
}


.sec-title h1 .normal-font{font-weight: 800; }
.gurjarwinnerofbest .welcome-section .col-lg-8.col-md-12 h2{ text-align: center;}
.gurjarwinnerofbest .welcome-section .col-lg-8.col-md-12 iframe {
	margin: 15px auto;
	max-width: 300px;
	display: inherit;
}


/*.gurjarwinnerofbest .welcome-section .col-lg-8.col-md-12 figure.wp-block-image{
	max-height: 440px;
	overflow: hidden;
}*/
.exexutive-committee-table table.table thead th{ color: #fff;}

/****** Footer css **********/
/*.footer-widget .menu-main-menu-container ul.menu li.menu-item ul.sub-menu{
	display: none;
}*/
/*15/9/2020*/
/* .erf-container .erf-form.erf-change-password input[type="password"] {
    max-width: 100%;
    width: 24% !important;
    display: inline-block;
} */
/* .erf-my-account-content,.erf-container ,.form-group>label {color:#000000!important;} */




/* .erf-layout-two-column .erf-login-form .form-group input[type="text"],.erf-layout-two-column .erf-login-form .form-group input[type="password"]{
    max-width: 100%;
    width: 24% !important;
} */

/*15/9/2020*/
/*7/10/2020*/
.disabletext{cursor: not-allowed;}

/*8/10/2020*/
.erf-container .erf-form .form-group, .erf-container .erf-form .fb-rich-text {
    margin: -5px 0px -5px 0px!important;
}
.erf-container .erf-form .form-group {
    position: relative;
}
.erf-container .erf-form .form-group .fb-text-label input {
    margin: 0 10px 0 0!important;
}

@media only screen and (max-width: 767px){
	.default-featured-column.style-two .content-box {
		min-height: inherit;
	}

	.contentform-address .wpb_wrapper .default-section, .contentform-address .wpb_wrapper .contact-section{
		max-width: 100%;
		float: left;
		padding: 0px 0px 0px;
		width: 100%;
	}

	.contentform-address .wpb_wrapper .default-section .column, .contentform-address .wpb_wrapper .contact-section .column {
		width: 100%;
		margin: 0 0 30px 0 !important;
	}
	.gurjarwinnerofbest .welcome-section .col-lg-8.col-md-12 h3 {
		text-align: left;
		padding:0px 15px 15px 15px;
	}
	.gurjarwinnerofbest .welcome-section .col-lg-8.col-md-12 h2 {
		margin-top: 20px;
	}
	.gurjarwinnerofbest .welcome-section .col-lg-8.col-md-12 p {
		padding: 0 15px;
	}

	.sec-title {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.pricetable {
		max-width: 100%;
	}
        .erf-change-password{
            width: 100%!important;
        }
        .erf-container .erf-form.erf-change-password input[type="password"] {
    max-width: 100%;
    width: 100%!important;
    display: inline-block;
}
	
}

@media only screen and (max-width: 580px){
	.executiveOfficers .col {

		width: 100%;
		max-width: 100%;
		float: left;
	
	}
}

@media only screen and (max-width: 414px){
	.subscribe-intro .auto-container .column .text-right div{
		display: flex;
		position: relative;
		flex-wrap: wrap;
	}

	.subscribe-intro .auto-container .column .text-right .eemail_textbox, .subscribe-intro .auto-container .column .text-right .eemail_button {
		width: 100%;
		margin: 0 0 15px 0;
	}
	.subscribe-intro .auto-container .column .text-right div .eemail_textbox_class {
		border-radius: 5px;
		color: #555555;
		font-size: 16px;
		font-weight: 400;
		padding: 10px 15px;
		width: 100%;
	}

	.subscribe-intro .auto-container .column .text-right div #eemail_txt_Button {
		width: 100% !important;
	}
}
.footer-widget ul li {
    line-height: 1.2em;
    font-size: 14px;
}
.footer-widget ul li ul li {
    margin-left: 0px !important; 
}
.footer-widget ul li ul li:first-child {
    margin-top: 15px; 
}
.tribe-events-back a{
    font-size: 20px !important;
}
.tribe-events-back a span{
    font-size: 26px !important;
}
.tp-parallax-wrap {
    transform-style: preserve-3d;
    display: none !important;
}


/*** Header new changes Date 26-02-20 ********/
h2, h2 .normal-font{
	font-weight: 800 !important;
}
.black_color, h2 {
	color: #aa3d3f !important;
}
.header-style-two .lower-part .outer-box {
	padding: 0px 15px 0px 15px !important; 
	
}

.main-menu .navbar-collapse > .navigation{
	background-color:#fff5e4 !important;

	width: 100%;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 767px){
	.main-menu .navbar-collapse > .navigation {
		flex-wrap: wrap;
	}


	.header-style-two .main-menu .navbar-collapse > .navigation > li:hover > a:before, .header-style-two .main-menu .navbar-collapse > .navigation > li:focus > a:before,
	.header-style-two .main-menu .navbar-collapse > .navigation > li > a:hover:before, .header-style-two .main-menu .navbar-collapse > .navigation > li > a:focus:before {
		color: #fff;
	}
}

/*.header-style-two .main-menu .navigation > li > a, .header-style-two .main-menu .navigation > li.current_page_item > a {
	color: #aa3d3e !important;
}
.header-style-two .main-menu .navigation > li > a:hover, .header-style-two .main-menu .navigation > li > a:focus, .header-style-two .main-menu .navigation > li.current-menu-item > a {
	color: #aa3d3e !important;
	background-color: transparent !important;
}*/

.header-style-two .main-menu .navbar-collapse > .navigation > li:hover > a {
	background-color: transparent !important;
}
.main-menu .navigation > li.dropdown:hover > ul, .main-menu .navigation > li > ul {
	margin: -3px 0 0 -20px !important;
}
.main-menu .navigation > li > ul {
	border-color: transparent !important;
	background: #fff5e4e3;
}
.main-menu .navigation > li > ul > li {
	padding: 10px 0;
	border: none !important;
	border-top: 1px solid #c1c1c1 !important;
}
.main-menu .navigation > li > ul > li > a, .main-menu .navigation > li > ul > li:hover > a, .main-menu .navigation > li > ul > li > a:focus {
	color: #aa3d3e !important;
	padding: 0 15px!important;
	background-color: transparent !important;
	text-transform: uppercase;
}
.main-menu .navigation > li > ul > li > a:hover{
	background-color: transparent !important;
	color: #aa3d3e !important;
}

.welcometext{
	background-color:#fff5e4;
	margin: 0 !important;
	padding: 30px 0 40px 0;
}
.welcometext h1 {
font-size: 40px;
font-weight: 800;
	color: #aa3d3f;
}
.welcometext h3{
	margin-bottom: 0px;
        margin-top: 10px;
	font-weight: 600;
	color: #aa3d3f;
}
.welcometext p {
	color: #aa3d3f;
	margin-top: 5px;
	font-weight: 500;
}
.welcome-section {
	padding: 40px 0 !important;	
}

.events-post .event-date .event-day {
	background-color: #aa3d3e !important;
}

.vertical-links-outer.events-post .link-block {
    margin-bottom: 5px !important;
}
.vertical-links-outer.events-post .default {
    padding: 12px 70px 10px 110px !important;
}
.bx-wrapper .bx-viewport {
	height: 497px !important;	
}

.welcome-section .col-lg-8.col-md-12 .wp-block-image {
	max-height: 570px;
	height: 100%;
    overflow-y: auto;
	text-align: center;
}

.gallery-section .filter-btns li {
	border: 2px solid #aa3d3f !important;
	color: #25292f;
}

.testimonials-section .auto-container{
 text-align: center;
}

.subscribe-intro .column h2 {
	color: #fff !important;
}
.footer-widget ul li a, .footer-widget ul li, .footer-widget .textwidget p, .footer-widget ul li a {
	color: #343434 !important;
}


/* myaccount page */

.erf-login-container,.erf-password-lost-container,.erf-otp-container,.erf-password-update-container {
	/*display: flex;*/
	/*justify-content: center;*/
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
}
.erf-password-update-container {
     width: 100%;
        max-width: 350px;
        margin: 0 auto;
}
.erf-login-container .erf-message,.erf-otp-container .erf-message{
padding-bottom: 15px;
color:#398f14;
} /*edit form css*/

.erf-login-container .erf-form-html .form-group{ margin-bottom:0px!important;}
.erf-login-form input[type="checkbox"]{
	/*margin: 6px 5px 0 3px !important;*/
        margin: 0px 5px 0 3px!important;
	position: relative!important;
}


.erf-login-form{
	/*width: 30%;*/
        width: 100%;
}

.erf-login-form .form-control{
    width: 100% !important;
}

.erf-my-account-col-edit a:hover {
    color: #aa3d3f;
    font-size: 14px;
}

.erf-my-account-content,.erf-container ,.form-group>label {color:#000000!important;}

.erf-login-form .form-group input[type="text"]{
	width: 100% !important;

}

.erf-container .erf-form .erf-submit-button{
	display: flex;
	justify-content: start;
	margin-top: 10px;
}

.page-template-default  .erf-submit-button{
	display: inline-block !important;
}

/* .page-template-default  .erf-submit-button .erf-button{
	float: left;
}
.page-template-default .erf-submit-button .erf-button:first-child{
	float: right !important;
} */

.erf-show-login{
	padding: 12px 0px 12px 15px;
}

#lostpasswordform  .erf-show-login{

		padding: 12px 0px 12px 30px;
	
}

a:focus, a:hover{
	color: #aa3d3f;
}

.form-group{
	padding: 0px !important;
}

.form-group label{
	font-weight: bold;
	font-size: 14px !important;
	color: #333333!important;
}

.form-control{
    height: 45px !important; /*8/10/2020*/
    color: #000000;
    font-size: 13px !important;
    border: none;
    outline: none;
	padding: 0 20px;
	margin-bottom: 15px !important;
	border: 1px solid #ced4da !important;
	border-radius: 0;
}


.btn-default, .btn.btn-primary{
	padding: 11px 25px;
    font-size: 13px;
	font-weight: 700;
	background-color: #aa3d3f !important;
	color: #fff;
	text-transform: uppercase;
	border-color: #aa3d3f !important;
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default, .btn.btn-primary:hover{
	color: #aa3d3e !important;
	border-color: #aa3d3f !important;
	background: transparent !important;
}

.rendered-form{
	margin: 0px !important;
}

.erf-content-above {
    margin-bottom: 25px;
    font-weight: 700;
}

.erf-container .erf-my-account{
	display: flex !important;
	flex-wrap: nowrap !important;
}

.nav-tabs {
	border-bottom: none;
	width: 30%;
	margin-right: 60px;
}

.nav li {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
	flex-wrap: wrap;
	margin-bottom: 2px;

}
.nav li a{
	color: #ffffff;
	background: #aa3d3e;
	font-size: 14px !important;
}

.nav>li>a:focus, .nav>li>a:hover{
	color: #aa3d3e;
	font-size: 14px !important;
	background-color: #feebc8;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	color: #aa3d3e;
	background-color: #feebc8;
	font-size: 14px !important;
}

.erf-profile-details-wrap{
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.erf-container .erf-profile-details-wrap .erf-profile-logout{
	margin-top: 25px;
    float: left;
}

.erf-container .erf-profile-details-wrap .edit_link_div{
    float: left;
    margin-top: 25px;
    padding: 6px 30px;
}

.tab-pane{
	width: 80% !important;
}
.title{
	display: flex;
    justify-content: space-between;
}

.erf-my-account-col-edit{
	width: auto !important;
	font-size: 16px !important;
	font-weight: bold;
	color: #343434 !important;
}

.erf-my-account-col-edit a:hover{
	font-size: 16px !important;

}

.erf-change-password{
	width: 75%;
}

.erf-change-password .theme-btn{
	margin-left: 178px;
	margin-top: 15px;
}




.btn-secondary{
	background: #dedede;
    padding: 10px 25px;
    margin-left: 10px;
    border: 1px solid #ccc;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.radio-inline label{
	padding-left: 5px !important;
}

.erf-container .erf-form .radio input[type="radio"], .erf-container .erf-form .checkbox input[type="checkbox"], .erf-container .erf-form .radio-inline input[type="radio"], .erf-container .erf-form .checkbox-inline input[type="checkbox"]{
	width: 18px;
	top: 45%;
}

.radio-group {
	margin-top: 10px;
}
.sidebar-page ul{
    padding: 0 0 0 20px;
}
.sidebar-page ul li{
    list-style:disc;
    line-height: 2.2em;
}

@media only screen and (max-width: 767px) {
	.header-style-two .lower-part .outer-box {
		min-height: 54px !important;
	}
	.header-style-two .lower-part:before, .header-style-two .lower-part:after {
		min-height: 54px;
	}
}

/*about us page  changes 26/02/2020 code start*/

.become-member {
	text-align: center;
	padding: 30px 0;
	
}
.become-member a {
	font-size: 24px;
	font-weight: 600;
}
.gettoknow {
	text-align: center;
}
.gettoknow h3 {
	font-weight: bold;
}


.exexutive-committee-table .become-member {
	padding: 0px 0;
}

.nominations-committee .wpb_content_element {
	margin-bottom: -5px !important;
}
.nominations-committee .wpb_content_element .become-member {
	padding-bottom: 0;
}

.gurjar-scholarship .wpb_content_element {
	margin-bottom: -15px !important;
}


/*about us page  changes 26/02/2020 code end*/

/*EXECUTIVE COMMITTEE changes 26/02/2020 code start*/
table.tablepress-id-1 th.main-title {
	background: #feebc8;
	text-align: center;
}
/*EXECUTIVE COMMITTEE changes 26/02/2020 code end*/


/*loader css start 27/02/2020*/
img.efbl-loader {
	display: none;
}
/*loader css start 27/02/2020*/


/*Subcribe For Newsletter code start 27/02/2020*/
.fb-page {
	padding-left: 10%;
}
.become-btn {
	margin-top: 70px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
	outline: 0px !important;
}

.erf-container .erf-profile-details-wrap .erf-profile-details{
	padding-left: 0px !important;
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.erf-container .erf-profile-details-wrap .erf-profile-details .erf-flex {
	max-width: 48%;
	width: 100% !important;
	margin-bottom: 15px;
}
.erf-container .erf-profile-detail-title {
    width: 50% !important;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: normal;
}
.erf-container .erf-profile-detail-content {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.erf-my-account-profile-tab .member-details-top .erf-profile-details {
	width: 100% !important;
    max-width: 100% !important;
}
.erf-my-account-profile-tab .erf-container .erf-profile-details-wrap .erf-profile-details .erf-flex {
	max-width: 100%;
    width: 48% !important;
    margin-bottom: 15px;
}

.erf-my-account-profile-tab .member-details-top .erf-profile-details-right {
	width: 100% !important;
    max-width: 100% !important;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.erf-my-account-profile-tab .member-details-top .erf-profile-details-right .erf-flex {
	max-width: 100%;
    width: 48% !important;
    margin-bottom: 15px;
}

.inline-radio-btn{float: left;}
.inline-radio-btn label{
	font-weight: bold;
}

.radio-group_2{
	display: flex;
    justify-content: space-evenly;
}

.pass-text{
	font-size: 12px !important;
}

.erf-container .parsley-errors-list li, .erf-container .erf-error-row, .erf-container .erf-field-error{
    padding-top: 0px!important;
    margin-top: -10px;
}


.erf-plans .checkbox{
	float: left !important;
}

.erf-container .erf-plan-description{
	float: right !important;
	font-weight: bold;
    font-size: 18px !important;
}

.erf-container .erf-form .erf-plans>.form-group-plans label[class$="-label"]{
	padding: 3px 0px 0px 10px !important;
    margin: 0;
}

.erf-show-login {
    padding: 12px 0px 12px 0px;
}
.erf-container .erf_payment_header h5, .thm-unit-test h3{
	color: #aa3d3e !important;
    font-weight: bold !important;
    text-transform: uppercase;
}



.erf-container .erf-payment-wrapper {
    padding: 15px;
    background: rgba(200, 200, 200, 0.1);
    margin: 15px 0px;
}

/* .blog-news-section .erf-container{
	display: flex;
    justify-content: center;
}  */

.erf-password-lost-container{
	width: 30%;
}



.erf-container .erf-modal-close{
	background-image: url(./images/fancybox/fancybox_sprite.png) !important;
	top: -18px !important;
    right: -18px !important;
    width: 36px !important;
    height: 36px !important;
}

.erf-container .erf-modal>div{
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	-o-border-radius: 0px !important;
}

.copyright a{color: #fff;}

.copyright a:hover{
	text-decoration: underline;
}

/* date-14oct2020 */

.lost-password-title{
	font-weight: bold;
    font-size: 14px !important;
    color: #333333!important;
}
.my_custom_single_row{
	display: flex;
	width: 100%;
    justify-content: space-between;
}

.my_custom_single_row .erf-two-columns{
	width: 48.1% !important;
}

.parsley-errors-list{
	position: relative;
    top: -9px;
}

.erf-modal  .radio-inline input[type=radio]{
	width: 20px;
	margin-top: -9px;
}

.erf-modal  .inline-radio-btn .radio-group {
	margin-top: 0px;
}

.page-template-default .erf-modal .erf-submit-button{
	display: block !important;
    clear: both;
}

.erf-modal .inline-radio-btn {
    float: left;
    margin-right: 45px;
}

.erf-radio-group .radio-group {
	margin-top: 0px !important;
}
/*local become a member form*/
#erf_form_734 .erf-radio-group{
	margin-bottom: 15px !important;
}

#erf_form_734 .field-field-EUzfSqPGnGWWg5e{
    width: 30% !important;
}

#erf_form_734 .field-field-0fSyYS95Jfz4QfB{
	width: 67%;
}

#erf_form_734 .field-field-o4Ebj34gKUNkgWU{
	margin-top: 1px !important;
}

/*stage become a member form*/
#erf_form_743 .erf-radio-group{
	margin-bottom: 15px !important;
}
#erf_form_743 .field-field-EUzfSqPGnGWWg5e{
   width: 30% !important;
}

#erf_form_743 .field-field-0fSyYS95Jfz4QfB{
	width: 67%;
}
#erf_form_743 .field-field-o4Ebj34gKUNkgWU{
	margin-top: 1px !important;
}
#becomamember .erf-container .erf-price-total{
	border-bottom: 0px !important;
	position: relative;
	margin-bottom: 0px;
}

#becomamember  .erf-container .erf-price-total p{
    position: absolute;
    right: 15px;
    top: -30px;
}


#becomamember  .erf-container .erf-payment-methods input[type="radio"]{
    top: 6px;
}


.erf-header{
	margin: 0px;
	padding: 0px !important;
}
.erf-header h3{
	padding: 0px;
    font-size: 1.4em !important;
    margin-bottom: 15px !important;
}


.intl-tel-input .flag-container{
   display: none;
}

.intl-tel-input.separate-dial-code input[type=tel]{
	padding-left: 20px !important;
}

.erf-container .erf-form .intl-tel-input{
	margin-bottom: 10px !important;
}

.new-userregistration .sidebar-page{
	padding: 30px 0px 0px !important;
}


.new-myaccount .my_custom_single_row {
	display: block;
}


.new-myaccount  .my_custom_single_row .erf-two-columns {
    width: 100% !important;
}


input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus{
	outline: none !important;
}

.form-control:focus{
	box-shadow: none !important;
}

.form-control{
	box-shadow: none !important;
}

.erf-container .erf-form .form-control, .erf-container .erf-form .other-option+label input[type="text"]{
	padding: 0px 20px !important;
}


/* date-14oct2020 end */


.pass-text{
	line-height: 50px;
}

.erf-field-error{
	position: absolute;
    line-height: 26px;
}

.erf-error-row{
	line-height: 32px;
}


.my_custom_dual_row{
	padding-left: 52px;
    display: flex;
    justify-content: space-between;
}

.my_custom_dual_row .userregi{

	width: 48% !important;
	padding-left: -1px;
}

.my_custom_dual_row .userregi .erf-password{
	width: 100% !important;
}

@media only screen and (max-width: 1180px) {
    #nav_menu-3 .footer-widget h2{
        display:none; 
    }
    
    
}

@media only screen and (max-width: 1024px) {

.header-style-two .header-top .logo {
		position: relative;
		text-align: left;
	}

.header-style-two .main-menu .navigation > li {
    margin-right: 28px;
}
.erf-my-account .tab-pane {
    width: 95% !important;
}
    
}

@media only screen and (max-width: 991px) {
.header-style-two .main-menu .navigation > li {
    margin-right: 8px !important;
}


.header-style-two .main-menu .navigation > li > a{
    font-size:12px;
}
	.subscribe-intro {
		text-align: center;
	}
	.right-form {
		display: flex;
		text-align: center;
		justify-content: space-around;
	}
	.right-form .text-right {
		padding-top: 0;
    	margin-right: 0;

	}
	
	.fb-page {
		padding: 0;
	}

	.erf-login-form {
		width: 50%;
	}

	.inline-radio-btn {
		float: none;
		margin-bottom: 10px;
	}
	.radio-group_2 {
		display: inherit;
		justify-content: start;
	}

	
	#erf_form_734 .field-field-0fSyYS95Jfz4QfB, #erf_form_734 .field-field-EUzfSqPGnGWWg5e, #erf_form_734 .field-field-o4Ebj34gKUNkgWU {
		width: 100%;
	}
	.erf-container .erf-form.erf-change-password label {
		width: 100% !important;
	}

	.erf-change-password .theme-btn {
		margin-left: 0px;
	}

	.erf-my-account-col-edit {
		width: 117px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px)  {

	.become-btn {
		margin-top: 0;
	}
	.header-style-two .lower-part .outer-box{padding: 0px 15px 0px 15px !important}
	.header-style-two .lower-part .outer-box .btn-box{width:177px; padding: 20px 8px;}
	.header-style-two .lower-part .outer-box .btn-box a
	{
	font-size:12px;
        }
      
 
}

@media only screen and (max-width: 767px) {
	.right-form {
		display: block;
	}
	.subscribe-intro .auto-container .column .text-right div {
		display: block;
		width: 100% !important;
	}
	.subscribe-intro .auto-container .column .text-right div .eemail_textbox_class {
		padding: 10px 15px;
    	width: 100% !important;
	}
	.eemail_textbox_button {
		width: 100% !important;
	}
	.become-btn a { width: 100%;}

	.erf-login-form {
		width: 950%;
	}
	.erf-container .erf-my-account {
		display: flex !important;
		flex-wrap: wrap !important;
	}
	.tab-pane {
		width: 100% !important;
	}
	.erf-my-account-profile-tab {
		width: 100%;
	}

	#reset-password1 .theme-btn {
		margin-left: 100px;
		margin-top: 15px;
	}

	/* date-14oct2020 */
	.my_custom_single_row .erf-two-columns{
		width: 100% !important;
	}

	.my_custom_single_row {
		display: block;
	}	

	.nav-tabs {
		border-bottom: none;
		width: 100%;
		margin-right: 0px;
	}
	/* date-14oct2020  end*/
        .erf-my-account .tab-pane {
        width: 100% !important;
        }
        .erf-layout-two-column.erf-container .erf-form .radio-group {
            width: 100%!important;
            display: inline-block;
        }
        #erf_form_743 .field-field-EUzfSqPGnGWWg5e {
            width: 100% !important;
        }
         #membership_blank {display: none;}
}

/*Subcribe For Newsletter code end 27/02/2020*/

/*coming soon page code start 27/02/2020*/

.comingsoon{
	margin: 200px 0px !important;
 }

/*coming soon page code end 27/02/2020*/


/*become a member code start 27/02/2020*/
.become-main {
	text-align: center;
}
.become-main h3 {
	font-weight: 600;
}
.become-main h4 {
	color: #aa3d3f;
    font-size: 22px;
    font-weight: 600;
}
.become-main p {
	font-size: 22px;
    font-weight: 400;
}
.become-main p.small-font  {
	font-size: 16px;
    font-weight: 400;
}

.become-main .btn-style-two {
	padding: 11px 40px;
}

.become-main .theme-btn.btn-style-two {
	margin: 20px 0;
}
/*become a member code end 27/02/2020*/

/*contact page code start 27/02/2020*/

span.wpcf7-not-valid-tip {
	text-align: left;
}
div.wpcf7-validation-errors {
	color: #f00;
	text-align: left;
}
div.wpcf7-mail-sent-ok {
	color: #398f14;
	text-align: left;
}

/*contact page code end 27/02/2020*/


/*event detail page code start 27/02/2020*/
#tribe-events-footer .post-control a {
	color: #aa3d3f;

}
#tribe-events-footer .post-control a:hover {
	color: #252525;
}
.thm-unit-test .posts-nav a span {
	color: #aa3d3f !important;
}
.thm-unit-test .posts-nav a:hover span {
	color: #252525 !important ;
}

/*event detail page code end 27/02/2020*/

/*footer code start 27/02/2020*/

#menu-footer-quick-link-1 li a {
	position: relative;
    padding-left: 40px;
	padding-bottom: 0;
	display: inline-block; 
	line-height: 18px;
	
}
#menu-footer-quick-link-1 li a:before {
	
	color: #aa3d3f;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 18px;
    left: 18px;
    line-height: 18px;
    position: absolute;
    top: -2px;
    width: 20px;

 }
 #menu-footer-quick-link-2 li a {
	position: relative;
    padding-left: 20px;
}
#menu-footer-quick-link-2 li a:before {
	
	color: #aa3d3f;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    line-height: 18px;
    position: absolute;
    top: 0;
    width: 20px;

 }
 #nav_menu-2 .footer-widget {
    padding-left: 60px;
}



@media only screen and (max-width: 1280px) {
	#nav_menu-2 .footer-widget {
		padding-left: 0;
	}
	#nav_menu-2 {
		margin-bottom: 0 !important ;
	}
	#nav_menu-3 {
		margin-bottom: 30px !important;
	
	}
 
}

.erf-container .erf-form.erf-change-password .pass-wrapper {
	width: 100% !important;
    float: left !important;
	position: relative;
    margin: -22px 0 0 0;
}
.erf-container .erf-form.erf-change-password .pass-graybar {
	position: absolute;
    top: 35px !important;
    left: 0 !important;
	right: inherit !important;
    width: 70%;
}
.erf-container .erf-form.erf-change-password .parsley-errors-list {
    margin-left: 0% !important;
    padding: 5px 0 0 0;
}

.erf-my-account-content .parsley-errors-list {
	padding: 0 0 0 0px;
	margin: 0;
}
/*footer code end 27/02/2020*/

.footer-widget {
    margin-bottom: 0px !important;
}
div.wpcf7-response-output {
    margin: 0em 0em 2em;
}


/*09/03/2020 changes start*/

/*news latter page code  start*/

	h2.down-title {
		text-align: center;
		font-weight: 600 !important;
		padding: 40px 0;
	}
	.news-row {
		display: flex;
		justify-content: space-between;
		padding: 10px 20px;
		box-sizing: border-box;
	}
	.news-row .date  {
		font-size: 20px;
		line-height: normal;
		padding-top: 10px;
		min-width: 180px;
	}
	.down-btn {
		align-self: center;
	 }
	/* .down-btn a {
		border-radius: 0;
		padding: 11px 25px;
		font-size: 20px;
    	font-weight: 400;
	} */
	.news-row.odd {
		background: #ebebeb;
		border-top: 2px solid #969696;
		border-bottom: 2px solid #969696;
	}
	.news-row.odd:last-child {
		margin-bottom: 70px;
	}
        .news-row.even:last-child {
         margin-bottom: 70px;
        }


	
/*news latter page code  end*/

/*advertise-with-us code start 09/03/2020*/
	.pricetable h3.pricetable-name {
		height: 75px;
	}
	.features {
		min-height: 160px;
	}
	.pricetable .pricetable-feature {
		text-align: center;
	}
	.for-more-text {
		text-align: center;
	}
	.for-more-text p {
		font-size: 25px;
		line-height: normal;
		margin: 0;
		padding: 0;
	}
	.page-id-592 .vc_wp_text h2.widgettitle {
		text-align: center;
		font-weight: 500 !important;
		padding-top: 30px;
		font-size: 25px;
	}
	ul.benifits {
		width: 100%;
    	display: inline-block;
		text-align: center;
		padding: 15px;
	}
	ul.benifits li {
		min-width: 490px;
		float: none;
		font-size: 18px;
		display: inline-block;
		text-align: left;
		position: relative;
		font-weight: normal;
	}
	ul.benifits li:before {
		background: #000;
		width: 7px;
		height: 7px;
		content: "";
		position: absolute;
		left: 3px;
		top: 13px;
		border-radius: 100%;
	}




/*advertise-with-us code end 09/03/2020*/

/*forms code start 09/03/2020*/
.page-id-615 .news-row .date {
	/*width: 400px;*/
}
.news-row .date .desc {
	color: #6f6969;
	font-weight: 300;
	font-size: 20px;
}
 
/*forms code end 09/03/2020*/
/*09/03/2020 changes end*/


.erf-form.erf-change-address .erf-two-columns {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.erf-form.erf-change-address .erf-two-columns .form-group {
	width: 48%;
}

.erf-form.erf-change-address .erf-two-columns.erf-two-columns-btns {
	margin-top: 15px;
}


.member-details-top {
	display: flex;
	justify-content: space-between !important;
	flex-wrap: wrap;	
}

.member-details-top .erf-profile-details {
	width: 100% !important;
	max-width: 45% !important;
}

.member-details-top .erf-profile-details-right {
	width: 100% !important;
	max-width: 45% !important;
}

.erf-layout-two-column.erf-container .erf-form .form-control {
	border-radius: 0 !important;
}

.erf-password .parsley-errors-list {
	top: -2px !important;
}
.erf-layout-two-column.erf-container .pass-wrapper {
	margin-top: -10px;
}

@media only screen and (max-width: 1280px) {

	.member-details-top .erf-profile-details {
		width: auto !important;
		max-width: 45% !important;
	}
	
	.member-details-top .erf-profile-details-right {
		width: auto !important;
		max-width: 45% !important;
	}

}

@media only screen and (max-width: 767px) {
	.erf-form.erf-change-address .erf-two-columns .form-group {
		width: 100%;
	}

	.member-details-top {
		flex-wrap: wrap !important;	
	}
	.member-details-top .erf-profile-details, .member-details-top .erf-profile-details-right {
		width: 100% !important;
		max-width: 100% !important;
		margin-bottom: 25px;
	}


	.erf-container .erf-form .radio-inline {
		width: auto !important;
	}

	#erf_form_734 .field-field-EUzfSqPGnGWWg5e {
		width: 100% !important;
	}

	.my_custom_dual_row {
		padding-left: 0px;
		flex-wrap: wrap;
}

.my_custom_dual_row .userregi {
	width: 100% !important;
}
}

.psucess {color:#398f14;}

.custom-two-Column {
display: flex;
}
.custom-two-Column .erf-text  {
    width: 50%;
    padding-right: 20px !important;
}
.custom-two-Column .erf-text:last-child  { padding-right: 0!important;}
.form-group.editpref-paperless{margin-bottom: 0!important;}

.my_custom_single_row ul.parsley-errors-list {
    padding-left: 0px!important;
    margin-top: -20px;
}
.intl-tel-input input, .intl-tel-input input[type=tel], .intl-tel-input input[type=text]{
    margin-bottom: 25px!important;
}
.erf-reg-form-container .field-field-aoAy9K7Q8A9s9cP .parsley-errors-list li,
.erf-reg-form-container .field-field-5MQhtzsYyMRUeDE .parsley-errors-list li{
    padding-top: 0px!important;
    margin-top: 20px!important;
}

.erf-reg-form-container .erf-container .erf-form .intl-tel-input{
	margin-bottom: 0px !important;
}

.erf-reg-form-container .form-control{
    height: 45px !important; /*8/10/2020*/
    color: #000000;
    font-size: 13px !important;
    border: none;
    outline: none;
	padding: 0 20px;
	margin-bottom: 25px !important;
	border: 1px solid #ced4da !important;
	border-radius: 0;
}

.field-text-qOnn2C .erf-container .parsley-errors-list li, .erf-container .erf-error-row, .erf-container .erf-field-error{
    padding-top: 0px!important;
}
.erf-reg-form-container .erf-password .parsley-errors-list li

{
     padding-top: 0px!important;
    margin-top: 20px!important;
    margin-bottom: 5px !important;
}
.erf-my-account .erf-two-columns.custm_8 {
    margin: 15px 0 0 0;
    display: inline-block;
    vertical-align: top;
}
.erf-radio-group.form-group.field-field-kbRp2raQcGtgj4J.erf-element-width-12 {
    margin: 0px 0 0 0 !important;
    display: inline-block;
    padding: 0;
}


.our-address .default-section.other-info .auto-container .column  {
	 margin: 0 auto;
	 float: none;
 }
 /*30/3/2020*/
.main-menu .navigation > li > ul > li:hover > a, .main-menu .navigation > li > ul > li > a:hover, .main-menu .navigation > li > ul > li > a:focus {
    color: #333 !important;
}
.main-menu .navigation > li.current-menu-parent > a, .main-menu .navigation > li.current-menu-parent .submenu li.current-menu-item > a{
    color: #333 !important;
}


button[disabled] {
    cursor: not-allowed !important;
    background-color: #DCDCDC !important;
    border: 2px solid #DCDCDC !important;
    color: #B0B0B0 !important;
}
button[disabled]:hover{
    color: #B0B0B0 !important;
}

.erf-container #viewmemberprofile .erf-profile-detail-title {
    white-space: nowrap;
}

.erf-my-account-profile-tab .fb-text label.error{
    color: #f00!important;
padding-top: 5px !important;
display: block!important;
font-size: 12px!important;
line-height: 1.2em!important;
font-weight:normal!important;
}
.testimonials-section .testimonials-slider .slide-item {
  padding: 10px;
  /*margin-bottom: -1px;*/
  /*min-height: 186px;
  display: flex;
  align-items: center;*/
}
.testimonials-section .testimonials-slider .owl-item {
min-height: 187px;
display: flex;
align-items: center;
}
.testimonials-section .owl-controls .owl-prev {
margin-top: -4px !important;
}
/*20/9/2021*/
.list span.tribe-events-event-cost{display:contents !important;} /*event details cost dropdown fixing*/


/******************************************************************/
/*** Add New Css ****/
/******************************************************************/
/* .user-login-page .wpb_wrapper .wpb_content_element.wpb_text_column {
	margin-bottom: 0;
} */

.user-login-page .form-group {
	margin-bottom: 0;
}
.user-login-page .form-group input{
	margin-bottom: 15px !important;
}
.user-login-page .erf-submit-button {
	width: 100%;
}
.user-login-page .erf-submit-button input {
	margin-bottom: 0 !important;
}

.user-login-page .form-group.remember {
	margin-bottom: 20px;
	padding-top: 8px !important;
}
.user-login-page .form-group.remember input {
	margin: 0 10px 0 0 !important;
}

.user-login-page .form-group.remember .fb-text-label{
	display: flex;
	align-items: center;
}
.user-login-page .form-group .fb-text-label .erf-required {
	color: #f00;
    font-weight: 400;
    margin-left: 3px;
}
.user-login-page .erf-account-switch {
	padding-top: 15px;
}
.user-login-page .pippin_errors .error {
	font-size: 15px;
}
.user-login-page .pippin_errors .error strong{
	color: red;
}


#reset-password .erf-change-password .rbtns .btn-style-two{
	padding: 11px 25px;
    font-size: 13px;
    font-weight: 700;
    background-color: #aa3d3f !important;
    color: #fff;
    text-transform: uppercase;
    border-color: #aa3d3f !important;
	text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	border: 1px solid transparent;
    border-radius: 4px;
}
#reset-password .erf-change-password .rbtns .btn-style-two:hover, #reset-password .erf-change-password .rbtns .btn-style-two:focus{
	color: #aa3d3e !important;
	border-color: #aa3d3f !important;
	background: transparent !important;
}


#becomamember .erf-front-form .rendered-form .my_custom_single_row .erf-two-columns.custm_5{
	padding-top: 15px;
	margin-bottom: 20px;
}

#becomamember .erf-front-form .rendered-form .my_custom_single_row .erf-two-columns.custm_5 .form-group .inline-radio-btn .erf-radio-group-label{
	white-space: nowrap;
}
#becomamember .erf-front-form .rendered-form .my_custom_single_row .erf-two-columns.custm_5 .form-group .form-group .inline-radio-btn {
	padding-top: 5px;
}
#becomamember .erf-front-form  .erf-external-form-elements .erf-submit-button .btn-default{
	padding: 14px 25px;
    font-size: 13px;
    font-weight: 700;
    background-color: #aa3d3f !important;
    color: #fff;
    text-transform: uppercase;
    border-color: #aa3d3f !important;
	text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	border: 2px solid transparent;
    border-radius: 4px;
}

#becomamember .erf-front-form  .erf-external-form-elements .erf-submit-button .btn-default:hover, #becomamember .erf-front-form  .erf-external-form-elements .erf-submit-button .btn-default:focus{
	color: #aa3d3e !important;
	border-color: #aa3d3f !important;
	background: transparent !important;
}

.erf-my-account-content div#message.updated {
	margin-bottom: 25px;
    width: 100%;
}

.erf-my-account-content div#message.updated p {
	background-color: #fff;
    padding: 5px 10px;
    display: inline-block;
    margin: 0;
    font-size: 15px;
    color: green;
    border: 1px solid #9cd59c;
    border-radius: 5px;
    font-weight: 400 !important;
}

.erf-my-account-content div#message.updated p strong{ font-weight: 500;}


body.new-userregistration .erf-form.erf-front-form .my_custom_single_row .erf-two-columns .form-group {
	position: relative;
}
body.new-userregistration .erf-form.erf-front-form .my_custom_single_row .erf-two-columns .form-group input{
	margin-bottom: 20px !important;
}
body.new-userregistration .erf-form.erf-front-form .my_custom_single_row .erf-two-columns .form-group label.error {
	position: relative;
	bottom: 0;
	left: 0;
	font-size: 12px !important;
    color: red !important;
    line-height: normal;
    font-weight: 400;
    margin-top: -14px;
}
.erf-form.erf-change-address .erf-two-columns .form-group { margin: 0px !important;}

.table>thead>tr>th {color:#fff !important;}

.erf-form.erf-change-address .erf-two-columns .form-group { margin: 0px !important;}

#getpartnerdetailsform .form-control {margin-bottom: 0px !important;}

div.amendment_form_submit {
    color: #398f14;
    text-align: left;
    border: 1px solid #40c740;
    background-color: #e1fde1;
    padding: 20px;
    border-radius: 5px;
    font: 500 16px 'Roboto', sans-serif;
}
.constitution-page-notes{
	margin-top: -22px; 
	list-style:none; 
	padding: 0px !important;
}
.constitution-page-notes .constitution-page-notes-error{
	list-style: none;
    font-style: italic;
    color: red;
}
.constitution-page-notes .constitution-page-notes-sucess{
	list-style: none;
    font-style: italic;
    color: green;
}