
/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,500i,600,700,800');
@font-face {
    font-family: 'SuisseIntl';
    src: url(css/SuisseIntl-Regular.ttf);
}
A {
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
A:hover {
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}


/*------- General Styles -------*/
html, body {
	height: 100%;
	color: #6d6d6d;
	font-size: 14px;
	font-family: 'Suisse-Intl','sans-serif' !important; 
}

img {
	max-width: 100%;
}
p {
	font-size: 14px;
	color: #000000;
	line-height: 24px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: 500;
	color: #000;
}
label {
	font-weight: 500 !important;
	color: #333;
}
.text_indent {
	text-indent: -9999999px !important;
}
.display_block {
	display: block !important;
}
.display_inline_block {
	display: inline-block !important;
}

/*------- Heading Styles -------*/

h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
	line-height: 30px;
}
h4 {
	font-size: 18px;
	line-height: 25px;
}
h5 {
	font-size: 16px;
	line-height: 21px;
}
h6 {
	font-size: 14px;
	line-height: 18px;
}
/*------- Heading Styles -------*/
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
	text-decoration: none;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #fd0009;
	text-decoration: none;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}

/*------- Font Size -------*/
.font_size_10 { font-size:10px; }
.font_size_11 { font-size:11px; }
.font_size_12 { font-size:12px; }
.font_size_13 { font-size:13px; }
.font_size_14 { font-size:14px; }
.font_size_15 { font-size:15px; }
.font_size_16 { font-size:16px; }
.font_size_17 { font-size:17px; }
.font_size_18 { font-size:18px; }
.font_size_19 { font-size:19px; }
.font_size_20 { font-size:20px; }
.font_size_21 { font-size:21px; }
.font_size_22 { font-size:22px; }
.font_size_23 { font-size:23px; }
.font_size_24 { font-size:24px; }
.font_size_25 { font-size:25px; }
.font_size_26 { font-size:26px; }
.font_size_27 { font-size:27px; }
.font_size_28 { font-size:28px; }
.font_size_29 { font-size:29px; }
.font_size_30 { font-size:30px; }
.font_size_31 { font-size:31px; }
.font_size_32 { font-size:32px; }
.font_size_33 { font-size:33px; }
.font_size_34 { font-size:34px; }
.font_size_35 { font-size:35px; }
.font_size_36 { font-size:36px; }
.font_size_37 { font-size:37px; }
.font_size_38 { font-size:38px; }
.font_size_39 { font-size:39px; }
.font_size_40 { font-size:40px; }

.font_size_45 { font-size:45px; }
.font_size_50 { font-size:50px; }
.font_size_55 { font-size:55px; }
.font_size_60 { font-size:60px; }
.font_size_65 { font-size:65px; }
.font_size_70 { font-size:70px; }
.font_size_75 { font-size:75px; }
.font_size_80 { font-size:80px; }
.font_size_85 { font-size:85px; }
.font_size_90 { font-size:90px; }
.font_size_95 { font-size:95px; }
.font_size_100 { font-size:100px; }
.font_size_110 { font-size:110px; }
.font_size_120 { font-size:120px; }

/*------- Text Line Height -------*/
.line_height_10 {
	line-height: 10px;
}
.line_height_12 {
	line-height: 12px;
}
.line_height_14 {
	line-height: 14px;
}
.line_height_15 {
	line-height: 15px;
}
.line_height_16 {
	line-height: 16px;
}
.line_height_17 {
	line-height: 17px;
}
.line_height_18 {
	line-height: 18px;
}
.line_height_19 {
	line-height: 19px;
}
.line_height_20 {
	line-height: 20px;
}
.line_height_21 {
	line-height: 21px;
}
.line_height_22 {
	line-height: 22px;
}
.line_height_23 {
	line-height: 23px;
}
.line_height_24 {
	line-height: 24px;
}
.line_height_25 {
	line-height: 25px;
}
.line_height_26 {
	line-height: 26px;
}
.line_height_27 {
	line-height: 27px;
}
.line_height_34 {
	line-height: 34px;
}
.line_height_36 {
	line-height: 36px;
}
.line_height_40 {
	line-height: 40px;
}
.line_height_42 {
	line-height: 42px;
}
.line_height_44 {
	line-height: 44px;
}
.line_height_45 {
	line-height: 45px;
}
.line_height_50 {
	line-height: 50px;
}
.line_height_52 {
	line-height: 52px;
}
.line_height_53 {
	line-height: 53px;
}
.line_height_54 {
	line-height: 54px;
}
.line_height_55 {
	line-height: 55px;
}
.line_height_60 {
	line-height: 60px;
}
.line_height_62 {
	line-height: 62px;
}
.line_height_64 {
	line-height: 64px;
}
.line_height_65 {
	line-height: 65px;
}
.line_height_67 {
	line-height: 67px;
}
.line_height_70 {
	line-height: 70px;
}

/*------- Image Alignment -------*/
.img_left {
	float: left;
	padding-right:25px;
}
.img_right {
	float: right;
	padding-left:25px;
}
/*------- Image Alignment End -------*/

/*------- Opacity Layer End -------*/

.opacity-medium {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    top: 0;
    left: 0;
}
.opacity-extra-medium {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
}
.opacity-dark {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    top: 0;
    left: 0;
}
/*------- Opacity Layer Start -------*/

.center-col {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
/*------- Video Embed Start -------*/

	.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;

}	
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
	
iframe {
    border: none !important;
}
	
/*----- Youtube -----*/

.display-table-cell {
    display: table-cell !important;
}

.vertical-align-middle {
    vertical-align: middle;
}
.display-table {
    display: table !important;
}

/*----- HTML5 Video Start ----*/

.html-video {
    background-color: #000;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: auto;
    z-index: -3;
}
video {
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
#full_width_video_html {
	clear:both;
	width:100%;
}
.overflow-hidden {
	overflow:hidden !important;
}

/*----- HTML5 Video End ----*/			
	
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parallax {
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
}
		

/*------- Video Embed End -------*/

/*------- Positions End -------*/
.position-relative {
    position: relative !important;
}
.position-absolute {
    position:absolute !important;
}
.position-fixed {
    position:fixed !important;
}
.position-static {
    position:static !important;
}
/*------- Positions End -------*/

/*------- Image mouseover effect -------*/
span.roll {
	background: center center no-repeat #fff;
	height: 100%;
	position: absolute;
	text-align: center;
	/*line-height: 153px;*/
	width: 100%;
	z-index: 10;
}
/* add the font awesome icon */
 
.roll:before {
	content: "\f00e";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	color: #FFF;
	background: #fd0009;
	padding: 10px 20px;
	font-size: 40px;
	position: absolute;
	top: 43%;
	left: 45%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
span.roll_lnk {
	background: center center no-repeat #fff;
	height: 96%;
	position: absolute;
	text-align: center;
	width: 96% !important;
	z-index: 10;
}
/* add the font awesome icon */
 
.roll_lnk:before {
	content: "\f0c1";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	color: #FFF;
	background: #fd0009;
	padding: 10px 20px;
	font-size: 30px;
	position: absolute;
	top: 35%;
	left: 35%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
span.roll_lnk2 {
	background: center center no-repeat #fff;
	height: 100%;
	position: absolute;
	text-align: center;
	width: 100% !important;
	z-index: 10;
}
span.roll_lnk2:before {
	content: "\f0c1";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	color: #FFF;
	background: #fd0009;
	padding: 10px 20px;
	font-size: 30px;
	position: absolute;
	top: 40%;
	left: 40%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
span.roll_lnk2_zm {
	background: center center no-repeat #fff;
	height: 100%;
	position: absolute;
	text-align: center;
	width: 100% !important;
	z-index: 10;
}
span.roll_lnk2_zm:before {
	content: "\f00e";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	color: #FFF;
	background: #fd0009;
	padding: 10px 20px;
	font-size: 30px;
	position: absolute;
	top: 40%;
	left: 40%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

span.roll_lnk3 {
	background: center center no-repeat #fff;
	height: 100%;
	position: absolute;
	text-align: center;
	width: 100% !important;
	z-index: 10;
}
span.roll_lnk3:before {
	content: "\f0c1";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	color: #FFF;
	background: #fd0009;
	padding: 10px 20px;
	font-size: 30px;
	position: absolute;
	top: 45%;
	left: 45%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.img_zoom_box_inner_sub {
	overflow: hidden !important;
	position: relative;
}
.img_zoom_box_inner_sub img {
	min-width: 100% !important;
	max-width: 100% !important;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.img_zoom_box_inner_sub:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/*------- Image mouseover effect -------*/

hr {
	border: 0;
	border-top: 1px solid #ddd;
	display: block;
}
/*------- Text Link styles -------*/
A.red_link {
	text-decoration: none;
	color: #fd0009;
	transition: all 0.3s ease-in-out;
}
A.red_link:hover {
	text-decoration: underline;
	color: #000;
	transition: all 0.3s ease-in-out;
}

A.white_link {
	text-decoration: underline;
	
	color: #FFF;
	transition: all 0.3s ease-in-out;
}
A.white_link:hover {
	text-decoration: none;
	color: #FFF;
	transition: all 0.3s ease-in-out;
}

.arial_font {
	 font-family:Arial, Helvetica, sans-serif !important;
}

/*------- Text Color styles -------*/
.text_gray {
	color: #333;
}
.text_semi_gray {
	color: #555;
}
.xtra_light_gray {
	color: #c8c8c8;
}
.text_light_gray {
	color: #777;
}
.text_red {
	color: #fd0009;
}
.text_black {
	color: #000;
}
.text_white {
	color: #FFF;
}

.light_gray_sml_heading {
	font-weight: 500 !important;
	color: #6d6d6d;
	font-size: 16px;
}
.text_light_normal {
	font-weight: 400 !important;
}
.text_light_bold {
	font-weight: 500 !important;
}
.text_semi_bold {
	font-weight: 600 !important;
}
.text_bold {
	font-weight: 700 !important;
}
.text_heavy {
	font-weight: 800 !important;
}
/*------- Text Link styles -------*/

/*------- Pull Up / Down (Margin) styles -------*/
.pull-down-5 {
	margin-top: 5px;
}
.pull-down-10 {
	margin-top: 10px;
}
.pull-down-14 {
	margin-top: 14px;
}
.pull-down-15 {
	margin-top: 15px;
}
.pull-down-20 {
	margin-top: 20px !important;
}
.pull-down-25 {
	margin-top: 25px;
}
.pull-down-30 {
	margin-top: 30px;
}
.pull-down-35 {
	margin-top: 35px;
}
.pdg-tp-btm-90 {
	margin-top: 40px;
}
.pull-down-40 {
	margin-top: 40px;
}
.pull-down-50 {
	margin-top: 50px;
}
.pull-down-60 {
	margin-top: 60px;
}
.pull-down-70 {
	margin-top: 70px !important;
}
.pull-down-75 {
	margin-top: 75px;
}
.pull-down-80 {
	margin-top: 80px;
}
.pull-down-90 {
	margin-top: 90px;
}
.pull-down-100 {
	margin-top: 100px;
}
/*------- Push Up / Down (Padding) styles -------*/
.push-down-40 {
	padding-bottom: 40px;
}
.push-down-50 {
	padding-bottom: 50px;
}
.push-down-60 {
	padding-bottom: 60px;
}
.push-down-70 {
	padding-bottom: 70px;
}
.push-down-80 {
	padding-bottom: 80px;
}
.push-down-30 {
	padding-bottom: 30px;
}
.push-down-20 {
	padding-bottom: 20px;
}
.push-down-15 {
	padding-bottom: 15px;
}
.push-down-5 {
	padding-bottom: 5px;
}
.push-down-10 {
	padding-bottom: 10px;
}
.pdg-tp-0 {
	padding-top: 0px;
}
.pdg-tp-5 {
	padding-top: 5px;
}
.pdg-tp-btm-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pdg-tp-btm-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.pdg-tp-btm-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.pdg-tp-btm-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.pdg-tp-btm-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.pdg-tp-btm-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pdg-tp-btm-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.pdg-tp-btm-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pdg-tp-btm-90 {
	padding-top: 90px;
	padding-bottom: 90px;
}
.pdg-tp-btm-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.pdg-tp-btm-110 {
	padding-top: 110px;
	padding-bottom: 110px;
}
.pdg-tp-btm-120 {
	padding-top: 120px;
	padding-bottom: 120px;
}
.pdg-tp-btm-130 {
	padding-top: 130px;
	padding-bottom: 130px;
}
.pdg-tp-btm-140 {
	padding-top: 140px;
	padding-bottom: 140px;
}
.pdg-tp-btm-150 {
	padding-top: 150px;
	padding-bottom: 150px;
}

.pdg-btm-20 {
	padding-bottom: 20px;
}
.pdng_left_right {
	padding-left: 5px;
	padding-right: 5px;
}
/*------- Pull Left / Right (Margin) styles -------*/
.pull-left-15 {
	margin-left: -15px;
}
.pull-left-35 {
	margin-left: -35px;
}
.pull-left-40 {
	margin-left: -40px;
}
.pull-left-50 {
	margin-left: -50px;
}
.pull-left-60 {
	margin-left: -60px;
}
.pull-right-20 {
	margin-left: 20px;
}
.pull-right-30 {
	margin-right: -30px;
}
.pull-right-40 {
	margin-right: -40px;
}
/*------- Push Left / Right (Padding) styles -------*/
.push-left-25 {
	margin-left: 25px;
}
.push-left-30 {
	margin-left: 30px;
}
.push-left-35 {
	margin-left: 35px;
}
.push-left-40 {
	margin-left: 40px;
}
.push-left-50 {
	margin-left: 50px;
}
.push-left-60 {
	margin-left: 60px;
}
.push-left-70 {
	margin-left: 70px;
}
.push-left-75 {
	margin-left: 75px;
}
.pdg-rt-5 {
	padding-right: 5px;
}
.pdg-rt-10 {
	padding-right: 10px;
}
.pdg-rt-20 {
	padding-right: 20px;
}
.pdg-rt-30 {
	padding-right: 30px;
}
.pdg-10 {
	padding: 10px;
}
.pdg-15 {
	padding: 15px;
}
.pdg-20 {
	padding: 20px;
}
.pdg-rt-40 {
	padding-right: 40px;
}
.pdg-rt-50 {
	padding-right: 50px;
}
.pdg-rt-60 {
	padding-right: 60px;
}
.pdg-rt-70 {
	padding-right: 70px;
}
.pdg-rt-80 {
	padding-right: 80px;
}
.pdg-rt-90 {
	padding-right: 0px;
}
.pdg-rt-100 {
	padding-right: 100px;
}
.pdg-rt-120 {
	padding-right: 120px;
}
.pdg-lt-rt-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.pdg-lt-rt-10 {
	padding-left: 10px;
	padding-right: 10px;
}
.pdg-lt-rt-15 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.pdg-lt-rt-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.pdg-lt-rt-25 {
	padding-left: 25px;
	padding-right: 25px;
}
.pdg-lt-rt-30 {
	padding-left: 30px;
	padding-right: 30px;
}
.pdg-lt-rt-35 {
	padding-left: 35px;
	padding-right: 35px;
}
.pdg-lt-rt-40 {
	padding-left: 40px;
	padding-right: 40px;
}
.pdg-lt-rt-50 {
	padding-left: 50px;
	padding-right: 50px;
}
.pdg-lt-rt-60 {
	padding-left: 60px;
	padding-right: 60px;
}
.pdg-lt-rt-70 {
	padding-left: 70px;
	padding-right: 70px;
}
.pdg-lt-0 {
	padding-left: 0px !important;
}
.pdg-rt-0 {
	padding-right: 0px !important;
}
.pdg-tp-10 {
	padding-top: 10px;
}
.pdg-tp-20 {
	padding-top: 20px;
}
.pdg-tp-30 {
	padding-top: 30px;
}
.pdg-tp-40 {
	padding-top: 40px;
}
.pdg-tp-50 {
	padding-top: 50px;
}
.pdg-tp-60 {
	padding-top: 60px;
}
.pdg-tp-70 {
	padding-top: 70px;
}
.pdg-tp-80 {
	padding-top: 80px;
}
.pdg-tp-82 {
	padding-top: 82px;
}
.pdg-tp-90 {
	padding-top: 90px;
}
.pdg-tp-100 {
	padding-top: 100px;
}
.pdg-tp-120 {
	padding-top: 120px;
}
.pdg-lt-10 {
	padding-left: 10px;
}
.pdg-lt-12 {
	padding-left: 12px !important;
}
.pdg-lt-15 {
	padding-left: 15px;
}
.pdg-lt-20 {
	padding-left: 20px;
}
.pdg-lt-30 {
	padding-left: 30px;
}
.pdg-lt-50 {
	padding-left: 50px;
}
.pdg-lt-145 {
	padding-left: 145px;
}
.pdg-lt-160 {
	padding-left: 160px;
}
.pdg-lt-170 {
	padding-left: 170px;
}
/*------- Margin styles -------*/
.margin-lt-rt-auto {
	margin-left:auto;
	margin-right:auto;
}
.margin-tp-bttm-0 {
	margin-top: 0;
	margin-bottom: 0;
}
.margin-tp-bttm-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.margin-lt-0 {
	margin-left: 0px;
}
.margin-lt-rt-0 {
	margin-left: 0px;
	margin-right: 0px;
}
.margin-bttm-10 {
	margin-bottom: 10px;
}
.margin-bttm-15 {
	margin-bottom: 15px;
}
.margin-bttm-20 {
	margin-bottom: 20px;
}
.margin-bttm-30 {
	margin-bottom: 30px;
}
.margin-bttm-40 {
	margin-bottom: 40px;
}
.margin-bttm-50 {
	margin-bottom: 50px;
}
.margin-bttm-60 {
	margin-bottom: 60px;
}
.margin-lt-rt-15 {
	margin-left: 15px;
	margin-right: 15px;
}
/*------- Text Align styles -------*/
.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}
.text_center {
	text-align: center;
}
/*------- Text Align styles -------*/

/*------- Border styles -------*/
.text_uppercase {
	text-transform: uppercase;
}
/*------- Border styles -------*/
.border_box {
	border: 1px solid #e2e2e2;
}
.border_top {
	border-top: 1px solid #e2e2e2;
}
.border_bottom {
	border-bottom: 1px solid #e2e2e2;
}
.border_left {
	border-left: 1px solid #e2e2e2;
}
.border_right {
	border-right: 1px solid #e2e2e2;
}
.no_border {
	border: none !important;
}
/*------- Border styles -------*/

/*------- Background styles -------*/
.light-gray-bg-strip {
	background-color: #e8e8e8;
}
.extra-bg-dark-gray {
    background-color: #1c1c1c;
}
.black-bg-strip {
	background-color: #000;
}
.red-bg-strip {
	background-color: #FD0009;
}
.fresh-red-bg-strip {
	background-color: #ff121a;
}

/*------- Background styles -------*/

/*------- Z-Index styles -------*/
.z-index-0 {
    z-index: 0;
}
.z-index-10 {
    z-index: 10;
}
.z-index-99 {
    z-index: 99;
}
.z-index-999 {
    z-index: 999;
}
.z-index-9999 {
    z-index: 9999;
}
/*------- Z-Index styles -------*/

/*------- Font Awesome Font size styles -------*/
.fa.med {
	font-size: 20px;
}
.fa.large {
	font-size: 30px;
}
/*------- Font Awesome Font size styles -------*/


/*------- Button Styles -------*/

.btn {
	font-weight: 500;
	text-transform: uppercase;
}
.sml_btn {
	border-radius: 45px;
	padding: 10px 25px;
}
.xl_sml_btn {
	border-radius: 45px;
	padding: 11px 35px;
}
.med_btn {
	border-radius: 45px;
	padding: 12px 40px;
}
.lg_btn {
	border-radius: 45px;
	padding: 16px 42px;
}
.xl_lg_btn {
	border-radius: 45px;
	padding: 18px 45px;
}

.btn-theme-default:hover {
	background: #FFF;
	color: #000;
}
.btn-theme-white, .btn-theme-white:active, .btn-theme-white:focus {
	transition: all 0.3s ease-in-out;
	background: #FFF;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	
}
.btn-theme-white:hover {
	background: #fd0009;
	color: #FFF;
}
.btn-theme-banner-red, .btn-theme-banner-red:active, .btn-theme-banner-red:focus {
	transition: all 0.3s ease-in-out;
	background: #fd0009;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	
}
.btn-theme-banner-red:hover {
	background: #FFF;
	color: #fd0009;
}

.btn-theme-banner-gray, .btn-theme-banner-gray:active, .btn-theme-banner-gray:focus {
	background: #676767;
	color: #FFF;
	transition: all 0.5s ease-in-out;
	font-size: 18px;
	font-weight: 600;
}
.btn-theme-banner-gray:hover {
	background: #000;
	color: #FFF;
}
.btn-theme-default, .btn-theme-default:active, .btn-theme-default:focus {
	background: #fd0009;
	color: #FFF;
	transition: all 0.5s ease-in-out;
}
.btn-theme-red, .btn-theme-red:active, .btn-theme-red:focus {
	background: #fd0009;
	color: #FFF;
	transition: all 0.5s ease-in-out;
}
.btn-theme-red:hover {
	background: #000;
	color: #FFF;
	text-decoration:none;
}
.btn-theme-red-search, .btn-theme-red-search:active, .btn-theme-red-search:focus {
	font-weight: 600;
	padding: 13px 35px 13px 55px;
	background: url(../images/search-icon.png) 28px 12px #fd0009 no-repeat;
	color: #FFF;
	transition: all 0.5s ease-in-out;
}
.btn-theme-red-search:hover {
	font-weight: 600;
	padding: 13px 35px 13px 55px;
	background: url(../images/search-icon-hvr.png) 28px 12px #FFF no-repeat;
	color: #000;
}
.btn-theme-gray:hover {
	background: #fd0009;
	color: #FFF;
}
.btn-theme-gray, .btn-theme-gray:active, .btn-theme-gray:focus {
	background: #868686;
	color: #FFF;
	transition: all 0.5s ease-in-out;
}

.btn-theme-black:hover {
	background: #fd0009;
	color: #FFF;
}
.btn-theme-black, .btn-theme-black:active, .btn-theme-black:focus {
	background: #000;
	color: #FFF;
	transition: all 0.5s ease-in-out;
}


.btn-red_outter_fn, .btn-red_outter_fn:active, .btn-red_outter_fn:focus {
	border: 2px solid #fd0009 !important;
	color: #000;
	transition: all 0.5s ease-in-out;
}
.btn-red_outter_fn:hover {
	background: #fd0009;
	color: #FFF;
}

.btn-black_outter_fn, .btn-black_outter_fn:active, .btn-black_outter_fn:focus {
	border: 2px solid #000 !important;
	color: #000;
	transition: all 0.5s ease-in-out;
}
.btn-black_outter_fn:hover {
	background: #000;
	color: #FFF;
}

.btn-white_outter_fn, .btn-white_outter_fn:active, .btn-white_outter_fn:focus {
	border: 2px solid #FFF !important;
	color: #FFF;
	transition: all 0.5s ease-in-out;
}
.btn-white_outter_fn:hover {
	background: #FFF;
	color: #000;

}


.btn-theme-banner-black, .btn-theme-banner-black:active, .btn-theme-banner-black:focus {
	background: #000;
	color: #FFF;
	transition: all 0.5s ease-in-out;
}
.btn-theme-banner-black:hover {
	background: #fd0009;
	color: #FFF;
}

.btn-red_outter, .btn-red_outter:active, .btn-red_outter:focus {
	border: 2px solid #fd0009 !important;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	transition: all 0.5s ease-in-out;
}
.btn-red_outter:hover {
	background: #fd0009;
	color: #FFF;
}
.btn-gray_narrow_outter, .btn-gray_narrow_outter:active, .btn-gray_narrow_outter:focus {
	border: 1px solid #dfdfdf !important;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	transition: all 0.5s ease-in-out;
}
.btn-gray_narrow_outter:hover {
	background: #fd0009;
	border: 1px solid #fd0009;
	color: #FFF;
}
.btn-white_outter, .btn-white_outter:active, .btn-white_outter:focus {
	border: 2px solid #FFF !important;
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	transition: all 0.5s ease-in-out;
}
.btn-white_outter, .btn-white_outter:active, .btn-white_outter:focus {
	border: 2px solid #FFF !important;
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	transition: all 0.5s ease-in-out;
}
.btn-white_outter:hover {
	background: #FFF;
	color: #000;
}
/*------- Button Styles -------*/

/*------- Wide Column Styles -------*/
.wide_col {
	padding-left: 5px;
	padding-right: 0px;
}

.wide_col_lt_rt_0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.wide-row {
	margin: 0 -13px;
}
/*------- Top Navigation Styles -------*/
.navbar-right-pan {
	padding-right: 50px;
	position: relative;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-top: 12px;
}
.navbar-collapse {
	padding-left: 0px;
}
.nav_sub_nz>li>a {
	padding: 15px 10px;
}
.top_nav_sub {
	font-size: 12px;
	color: #d2d2d2;
	padding-left: 6px;
}
.top_nav_sub_divider {
	padding-top: 17px;
	color: #474646;
}
.stay_connect {
	color: #c0c0c0;
	font-weight: 500;
	border-left: solid 1px #282828;
	padding: 15px 15px;
	text-transform: uppercase;
}
.top_right_icn {
	border-left: solid 1px #282828;
	border-right: solid 1px #282828;
	cursor: pointer;
	padding: 14px 12px;
	color: #c0c0c0;
	transition: all 0.5s ease-in-out;
}
.top_right_icn:hover {
	cursor: pointer;
	color: #FFF;
}
.navbar-right-new {
	float: right !important;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	color: #000;
}
/*------- Top Navigation Styles -------*/

/*------- Main Navigation Dropdown Styles -------*/

ul.nav.navbar-right-new li ul li a {
	text-transform: none;
	padding: 12px 15px !important; /*border-bottom: solid 1px #f5f5f5 !important;*/
}
ul.nav.navbar-right-new li ul li a:hover {
	text-decoration:none;
	color:#fd0009 !important;
	background-color:transparent !important;
}
ul.sm.sm-blue.nav.navbar-nav.navbar-nav2.navbar-right-new li ul.dropdown-menu.sm-nowrap li {
	border-bottom: solid 1px #ececec;
}
ul.sm.sm-blue.nav.navbar-nav.navbar-nav2.navbar-right-new li ul.dropdown-menu.sm-nowrap li:last-child {
	border-bottom: none !important;
}
ul.nav.navbar-right-new li.open>a, li.open>a:focus {
	background-color: #FFF !important;
}
ul.sm.sm-blue.nav.navbar-nav.navbar-nav2.navbar-right-new.sm-collapsible li:last-child {
	border-bottom: none !important;
}
ul.sm.sm-blue.nav.navbar-nav.navbar-nav2.navbar-right-new.sm-collapsible li.open ul.dropdown-menu li:last-child {
	border-bottom: none !important;
}
ul.sm.sm-blue.nav.navbar-nav.navbar-nav2.navbar-right-new li span.caret {
/*display:none !important;*/
}
ul.sm.sm-blue.nav.navbar-nav.navbar-nav2.navbar-right-new li ul.dropdown-menu.sm-nowrap li span.caret {
	display: block !important;
}
/*------- Main Navigation Dropdown Styles -------*/

/*--------- Search Expanding Starts here ---------*/

.searchbox {
	position: absolute;
	top: 0;
	right: 0px;
	/* position: relative; */
	min-width: 50px;
	width: 0%;
	font-weight:500 !important;
	/* height: 50px; */
    /* float: right; */
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-ms-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-ms-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}
.searchbox-input {
	top: 0;
	right: 0;
	border: 0;
	outline: 0;
	background: #000;
	/*background: #ebebeb;*/
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0px 55px 0px 20px;
	font-size: 18px;
	color: #FFF !important;
	font-weight:500;
}
.searchbox-input::-webkit-input-placeholder {
 color: #FFF;
 text-transform:uppercase;
 padding-left:10px;
 font-weight:500;
}
.searchbox-input:-moz-placeholder {
	font-size:14px;
  color: #FFF;
  text-transform:uppercase; 
  font-weight:500;
}
.searchbox-input::-moz-placeholder {
	font-size:14px;
  color: #FFF;
  text-transform:uppercase; 
  font-weight:500;
}
.searchbox-input:-ms-input-placeholder {
	font-size:14px;
  color: #FFF;
  text-transform:uppercase;
  font-weight:500;
}
.searchbox-icon, .searchbox-submit {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: 0;
	font-family: verdana;
	right: 0;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	color: #c0c0c0 !important;
	background: #000;
	border-left: solid 1px #282828;
	border-right: solid 1px #282828;
}
.searchbox-icon, .searchbox-submit:hover {
	cursor: pointer;
	color: #FFF;
}
.searchbox-open {
	width: 100%;
}
/*--------- Search Expanding End here ---------*/

/*--------- Owl Carousel Slider Start here ---------*/
    #owl-demo .item{
      margin: 3px;
    }
    #owl-demo .item img{
      display: block;
      width: 100%;
      height: auto;
    }
/*--------- Owl Carousel Slider End here ---------*/

/*------- Home Front page End here--------*/
.buy_now_absolute {
	 position:absolute;
	 right:10px;
	 top:36% !important;
	 z-index: 999;
}
.menu_buy_btn_pan {
	float:left;
	clear:both;
	padding: 5px 0px 30px 13px;
}

.icon_circle_gray_bordr {
	border-radius: 100%;
    border: solid 1px #CCCCCC;
    height: 50px;
    width: 50px;
	text-align:center;
	padding-top: 10px;
}

#front_main_info {
	text-align:center;
}

#owl-front-featured.owl-carousel.owl-theme .owl-controls {
	margin-top: -60px;
}
#owl-front-featured.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
   background:#fd0009 !important;
	 opacity: 9 !important;
	 filter: Alpha(Opacity=90);
	 z-index:9999 !important; 
}

#rs-slider-pan-demos {
    width: 100%;
    background: #333;
}

#rs-slider-pan-demos h4 {
	color:#9b9b9b;
}
#rs-slider-pan-demos h4 a {
	color:#9b9b9b;
}
#rs-slider-pan-demos h4 a:hover {
	color:#FFF;
}
#owl-front-rslider .item-inner:hover h4 a {
	color:#FFF !important;
}

#front_main_info h1 {
	line-height:50px;
}
#front_main_info h2 {
	display:inline-block;
	color:#fd0009;
	font-size:85px;
	font-weight:800;
	text-transform:uppercase;

}
/*#front_main_info h2 span span {
	color:#000;
	font-size:18px;
	font-weight:600;
}*/
#front_main_info h4 {
	color:#000;
	font-size:18px;
	font-weight:600;
}
#demos .img_zoom_box_inner_sub {
    overflow: hidden !important;
    position: relative;
	
	-webkit-box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.16);
	box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.16);
}

#demos .gallery_heading_pan {
    padding: 22px 2%;
	font-size:14px;
	text-transform:uppercase;
	font-weight:600;
}

#demos .filter-button {
	 font-size: 15px;
}

#demos .gallery_heading_pan {
    min-height: 60px;
    max-height: 60px;
    overflow: hidden !important;
}

#mobile_navigation_front {
    width: 100%;
    background: #e1e1e1;
	text-align:center;
}

#rs-slider-pan {
    width: 100%;
    background: #FFF;
}
#front_main_features {
	text-align:center;
}
#front_main_features h6 {
	font-size:14px;
	color:#333;
	font-weight: 600;
	text-align:center;
	margin-top:15px;
}

#front_main_features #front_icons_pan .col-lg-2.col-md-2.col-sm-3.col-xs-6 {
	padding:40px;
	overflow:hidden !important;
	max-height:250px;
	min-height:250px;
}

#home_front_buy_now_wrapper {
    width: 100%;
    background: #FFF;
    text-align: center;
}
#home_front_buy_now_wrapper h1 {
	padding-left:15px;
	padding-right:15px;
}
#home_front_buy_now_wrapper h3 {
	padding-left:15px;
	padding-right:15px;
}
#home_front_buy_now_wrapper img {
    width: 100%;
	padding-top:40px;
}
/*------- Home Front page End here--------*/

/*------- Home page Version 1 Start here--------*/


#cover {
	background: #222 url('img/stars.html') center center no-repeat;
	background-size: cover;
	color: white;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
}
#cover-caption {
	width: 100%;
}
.header {
	clear: both;
}

.banner-bottom {
	background-color: rgba(0,0,0,10);
	padding: 32px;
}
.banner-bottom h2 {
	color: #FFF;
	font-weight: 400;
}
.banner-bottom p {
	font-size: 16px;
	color: #b8b8b8;
	margin-top: 12px;
}
.consultation-btn {
	max-width: 418px;
	float: right;
}
.consultation-btn a:focus {
	border: 2px solid #FFF !important;
}
.consultation-btn a {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	border: 2px solid #FFF;
	padding: 12px 25px;
	webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease 0s;
	outline: none;
}
.consultation-btn a:hover {
	background: #FFF;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	border: 2px solid #000;
	webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease 0s;
	outline: none;
}
.consultation-btn a:hover i {
	width: 40px;
	height: 40px;
	padding-top: 7px;
	text-align: center;
	display: inline-block;
	float: left;
	font-size: 20px;
	border: 4px solid #000;
	border-radius: 100%;
}
.consultation-btn span {
	max-width: 323px;
	display: inline-block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.consultation-btn i {
	width: 40px;
	height: 40px;
	padding-top: 7px;
	text-align: center;
	display: inline-block;
	float: left;
	font-size: 20px;
	border: 4px solid #FFF;
	border-radius: 100%;
	margin-top: 5px;
}
.consultation-btn a span span {
	float: left;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	padding-left: 0px;
}
.become-member {
	width: 18%;
	float: left;
}
.become-member h1 {
	line-height: 27px;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: normal;
	color: #5e5e5e;
}
.become-member h1 span {
	font-weight: bold;
	font-size: 32px;
}
.padtb {
	padding: 15px 0px;
}
.become-member-txt {
	width: 78%;
	float: left;/*margin-top:1%;*/
}
.become-member-txt h4 {
	line-height: 32px;
	font-size: 21px;
	font-weight: normal;
	color: #5e5e5e;
	padding: 10px 17px;
	border-left: solid 4px #fd0009;
}
.icons-outter {
	float: left;
	clear: both;
}
.member-box-1 {
	width: 45%;
	float: left;
}
.icon-container {
	float: left;
	height: 59px;
	text-align: center;
	transition: all 0.2s ease-in-out 0s;
	width: 59px;
}
.icon-txt {
	margin-left: 70px;
}
.icon-txt h3 {
	font-size: 20px;
	color: #000;
	font-weight: 500;
	margin-top: 0px;
	padding-top: 0px;
}
.icon-txt p {
	margin-top: 5px;
	font-size: 16px;
	color: #777;
}
#specialities {
	text-align: center;
}
#specialities h2 {
	margin: 24px auto;
}
#specialities h3 {
	margin: 24px auto;
}
/*#specialities p {
	font-size:14px;
	line-height:24px;
	color:#6d6d6d;
}*/

.title-red-line-center::after {
	display: block;
	content: "";
	position: relative;
	margin: .70em auto;
	width: 60px;
	background-color: #fd0009;
	height: 3px;
}
.title-red-line-left::after {
	display: block;
	content: "";
	position: relative;
	margin: .70em 0;
	width: 60px;
	background-color: #fd0009;
	height: 3px;
}
.title-red-line-right::after {
	display: block;
	content: "";
	position: relative;
	margin: .70em 0px .70em auto;
	width: 60px;
	background-color: #fd0009;
	height: 3px;
}
.item-inner {
	padding: 30px 10px;
}
#mission {
	position:relative;
	width: 100%;
	background: url(../images/mission-pic.jpg) bottom center no-repeat #333;
	background-size: cover;
	background-attachment: fixed;
	min-height: 550px;
}
.mission-box {
	background: rgba(0,0,0,0.9);
	color: white;
	padding: 3.7rem;
}
.mission-box h1 {
	color: #FFF;
}
.mission-box p {
	color: #c0bfbf;
	margin-bottom: 2.4rem;
}
.section-content {
	padding: 5rem 0;
}
#price-table {
	text-align: center;
}
.price_padng {
	padding: 0 4px 10px 4px;
}
.pricing_table {
	background: #fff;
	padding: 0 10px 10px 10px;
}
.price_table_inner {
	border: solid 1px #e2e2e2;
	padding-bottom: 30px;
	transition: all .4s ease 0s;
}
.price_table_inner:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
	transition: all .4s ease 0s;
}
.pricing_table_head {
	background: #f1f1f1;
	padding: 20px 0;
}
.pricing_table_head h3 {
	padding-bottom: 10px;
}
.pricing_table ul {
	padding: 25px 0 20px;
}
.pricing_table ul li {
	line-height: 40px;
	color: #6d6d6d;
}
.price_table_inner_red:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.8);
	-moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.8);
	box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.8);
	transition: all .4s ease 0s;
}
.price_table_inner_red {
	border: solid 2px #fd0009;
	padding-bottom: 28px;
	transition: all .4s ease 0s;
}
.pricing_table_head_red {
	background: #fd0009;
	padding: 20px 0;
}
.pricing_table_head_red h3 {
	color: #FFF;
	padding-bottom: 10px;
}
.pricing_table_head_red h2 {
	color: #FFF;
}
#testimonials {
	text-align: center;
}
.testimonial {
	display: block;
}
.testimonial img {
	margin: 0px auto 30px auto;
	/*margin: 30px auto;*/
	max-width: 100%;
	height: 160px;
	width: 160px;
	border-radius: 100%;
	border: solid #FFF 4px;
	-moz-box-shadow: 0px 0px 5px 0px #ccc;
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc;
}
#testimonials blockquote {
	border-left: none;
}
#testimonials blockquote p {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	font-style: italic;
	color: #6d6d6d;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 0px;
}
#testimonials h4 {
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	color: #000;
}
#testimonials h4 span {
	font-size: 14px;
	font-weight: 500;
	font-style: italic;
	color: #000;
}
.testimonial blockquote {
	position: relative;
}
.testimonial blockquote::before {
	left: 0px;
	top: 0;
	color: #888;
	content: "“";
	font-size: 80px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	font-family: Georgia, serif;
}
.testimonial blockquote::after {
	color: #888;
	content: "”";
	font-size: 80px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	bottom: -0.5em;
	right: 10px;
	font-family: Georgia, serif;
}
/*------- Home page Version 1 End here--------*/


/*------- Home page Version 2 Starts here--------*/

.text-shadow-none {
	text-shadow: none !important;
}
.become-member-pan-2 {
	margin: 0 auto !important;
	max-width: 800px;
}
.become-member-2 {
	width: 20%;
	float: left;
}
.become-member-2 h1 {
	line-height: 27px;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: normal;
	color: #5e5e5e;
}
.become-member-2 h1 span {
	font-weight: bold;
	font-size: 32px;
}
.become-member-txt-2 {
	width: 78%;
	float: left;
}
.become-member-txt-2 h4 {
	line-height: 32px;
	font-size: 21px;
	font-weight: normal;
	color: #5e5e5e;
	padding: 10px 17px;
	border-left: solid 4px #fd0009;
}
.icons-outter_2 {
	float: left;
	clear: both;
}
.icons-inner-pan-left {
	width: 28%;
	float: left;
}
.icons-inner-pan-center {
	width: 42%;
	float: left;
}
.icons-inner-pan-right {
	width: 28%;
	float: right;
}
#recipe_search_home {
	position:relative;
	text-align: center;
	width: 100%;
	background: url(../images/search-bg.jpg) bottom center no-repeat #000;
	background-size: cover;
	background-attachment: fixed;
	min-height: 560px;
}
.recipe_search_home_inner {
	color: #FFF;
	padding: 3.7rem;
}
.recipe_search_home_inner h1 {
	color: #FFF;
}
.recipe_search_home_inner p {
	color: #c0bfbf;
	margin-bottom: 2.4rem;
}
.recipe_search_bar_home_pan {
	width: 80%;
	margin: 0 auto !important;
}
.recipe_search_bar_home_field {
	width: 75%;
	float: left;
}
.recipe_search_bar_home_select {
	width: 25%;
	float: left;
}
.form-recipe_search_bar_home_field {
	display: block;
	width: 100%;
	height: 50px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-border-bottom-left-radius: 40px;
	-moz-border-radius-bottomleft: 40px;
	border-bottom-left-radius: 40px;
	-webkit-border-top-left-radius: 40px;
	-moz-border-radius-topleft: 40px;
	border-top-left-radius: 40px;
}
.form-recipe_search_bar_home_select {
	display: block;
	width: 100%;
	height: 50px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-border-bottom-right-radius: 40px;
	-moz-border-radius-bottomright: 40px;
	border-bottom-right-radius: 40px;
	-webkit-border-top-right-radius: 40px;
	-moz-border-radius-topright: 40px;
	border-top-right-radius: 40px;
}
.section-content-2 {
	padding: 0rem 0;
}
#mission-2 {
	width: 100%;
	background: #fd0009;
	position:relative;
}
.row_mrg_lt_rt_0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.mission-box-2 {
	color: #FFF;
	padding: 4rem 3.5rem;
}
.mission-box-2 h1 {
	color: #FFF;
}
.mission-box-2 h3 {
	color: #FFF;
	font-size: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.mission-box-2 p {
	color: #FFF;
	padding-top: 10px;
}
.mission-box-2-rt {
	background: url(../images/mission_right-nw-1.jpg) #4f0402 top center no-repeat;
	background-size: cover;
	max-width: 100%;
	min-height: 494px;
	overflow: hidden;
}
.mission-box-2-rt-innr_pan {
	display: block;
	float: left;
	padding-top: 371px;
	padding-bottom: 10px;
	text-align: center;
	margin: 3%;
	border: solid 1px #FFF;
	width: 94%;
	transition: all 0.5s ease-in-out;
}
.mission-box-2-rt-innr_pan:hover {
	border: solid 1px #fd0009;
	transition: all 0.5s ease-in-out;
}
.mission-box-2-rt-innr_pan:hover h1 {
	color: #fd0009;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000000;
	transition: all 0.5s ease-in-out;
}
.mission-box-2-rt-innr_pan h1 {
	font-size: 40px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000000;
	padding-bottom: 5px;
}
.mission-box-2-rt-innr_pan h1 a {
	color: #FFF;
	text-shadow: 1px 1px 1px #000000;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.mission-box-2-rt-innr_pan h1 a:hover {
	color: #fd0009;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000000;
	transition: all 0.5s ease-in-out;
}
.mission-box-2-rt-innr_pan h5 {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 1px #000000;
}
/*------- Home page Version 2 End here --------*/


/*------- Home page Version 3 Start here --------*/
#home-3-icons-pan {
	text-align: center;
}
.home-3-icons-box {
	background: #fff;
	padding: 0 10px 10px 10px;
}
.home-3-icons-box-inner {
	border: solid 1px #e9e9e9;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.home-3-icons-wrapper {
	padding: 30px 0;
}
.home-3-icons-box-inner h3 {
	padding-bottom: 15px;
	position:relative;
}
.home-3-icons-wrapper i {
	font-size: 60px;
	color: #fd0009;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.home-3-icons-box-inner:hover {
	color: #FFF;
	border: solid 1px #fd0009;
	background-color: #fd0009;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.home-3-icons-box-inner:hover i {
	color: #FFF;

	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.home-3-icons-box-inner:hover h3 {
	color: #FFF;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.home-3-icons-box-inner:hover p {
	color: #FFF;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.home-3-icons-box-inner:hover .btn-theme-red, .btn-theme-red:active, .btn-theme-red:focus {
	background: #000;
	color: #FFF;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
/*------- Home page Version 3 End here --------*/


/*------- Home page Version 4 Start here --------*/
	
#home-4-icons-pan {
	max-width: 100%;
	background: url(../images/home-right-img-nw3.jpg) top right no-repeat;
	/*background: url(../images/home-right-img.jpg) top right no-repeat;*/
	background-size: cover cover !important;
}
/*------- Home page Version 4 End here --------*/

/*------- Home page Version 5 Starts here--------*/
#home-5-icons-pan {
	max-width: 100%;
}
.home-5-icons-box-inner {
	position: relative;
	padding: 0 0 0 55px;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.home-5-icons-box-inner h3 {
	padding-bottom: 10px;
}
.home-5-icons-box-inner .faw-icon {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	left: 0;
}
.home-5-icons-box-inner .faw-icon i {
	font-size: 42px;
	color: #fd0009;
}
.home-5-icons-box {
	background: #fff;
	padding: 35px 10px;
	 transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.home-5-icons-box:hover {
	  color: #FFF;
    background-color: #fd0009;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.home-5-icons-box:hover i {
	  color: #FFF;
   
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}


.home-5-icons-box:hover h3 {
	color: #FFF;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.home-5-icons-box:hover p {
	color: #FFF;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.home-5-icons-wrapper {
	padding: 30px 0;
}
#home-5-benefit-box-txt p, #home-5-benefit-bttm-box-txt p {
	padding-bottom: 20px;
}
/*------- Home page Version 5 End here--------*/


/*------- Home page Version 6 Start here--------*/
	#home_page6_top_box {
    padding: 82px 0px;
    width: 100%;
    background: url(../images/pizza-img1-box.jpg) top center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    min-height: 700px;
}


.home-6-icons-box {
	
	padding: 25px 10px;
	 transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.home-6-icons-box:hover {
	border-radius: 25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	 
	  color: #FFF;
    background-color: #fd0009;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}



.home-6-icons-box:hover h3 {
	color: #FFF;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.home-6-icons-box:hover p {
	color: #FFF;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

#home-6-icons-pan {
	max-width: 100%;
}
.home-6-icons-box-inner {
	position: relative;
	padding: 0 0 0 55px;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.home-6-icons-box-inner h3 {
	padding-bottom: 10px;
	color:#000;
}
.home-6-icons-box-inner .faw-icon {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	left: 0;
}
.home-6-icons-box-inner .faw-icon i {
	font-size: 42px;
	color: #fd0009;
}
.home-6-icons-box-inner p {
	color:#6d6d6d;
}

.home-6-icons-box:hover i {
	color: #FFF;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
/*------- Home page Version 6 End here--------*/


/*------- Home page Boxed Version 1 Starts here--------*/
.boxed_wrapper {
	max-width: 1200px !important;
	margin: 0 auto !important;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	background: #FFF;
}
.boxed_wrapper .navbar-collapse {
	padding-right: 5px !important;
}
.boxed_wrapper .banner-bottom .col-md-7.banner_bttm_pan {
	padding-left: 0px !important;
}
.boxed_wrapper .banner-bottom .col-md-5.consultation_pan .consultation-btn {
	margin-right: 15px;
}
.boxed_wrapper .top_nav_sub {
	padding-left: 0px !important;
}
.boxed_wrapper .navbar-brand {
	float: left;
	padding: 10px 10px !important;
	font-size: 18px;
	line-height: 20px;
}
.boxed_wrapper .icon-container {
	float: left;
	height: 50px;
	text-align: center;
	transition: all 0.2s ease-in-out 0s;
	width: 50px;
}
.boxed_wrapper .icon-txt {
	margin-left: 65px;
}
/*------- Home page Boxed Version 1 End here--------*/


/*------- Home page Boxed Version 2 Starts here--------*/

.boxed_wrapper #mission-2 {
	background: #fd0009;
}
.boxed_wrapper .section-content-2 {
	padding: 0rem 0 !important;
}
.boxed_wrapper .mission-box-2-rt-innr_pan h1 {
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000000;
	padding-bottom: 5px;
}
.boxed_wrapper .mission-box-2 {
	background: #fd0009;
	color: #FFF;
	padding: 3.9rem 3.5rem;
}
/*------- Home page Boxed Version 2 End here--------*/



/*------- Footer Starts here--------*/
#footer {
	background: url(../images/footer_03.jpg) repeat #000;
	min-height: 340px;
}
#footer p {
	color: #cbcbcb;
}
.footer-title {
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	margin: 0 0 18px 0;
}
#footer .links {
	text-align: left;
}
#footer .links ul {
	padding: 0;
	margin: 0;
}
#footer .links ul li {
	list-style: none;
	color: #cbcbcb;
	line-height: 28px;
}
#footer .links ul li a {
	color: #cbcbcb;
	transition: all 0.5s ease-in-out;
}
#footer .links ul li a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer address i.email {
	font-size: 16px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
#footer address i {
	position: absolute;
	left: 0;
	top: 1px;
	color: #a4b0b6;
	font-size: 20px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
#footer address i:hover {
	color: #FFF;
}
.address-box {
	width: 100%;
	position: relative;
	display: inline-block;
	margin-bottom: 7px;
}
#footer address p {
	margin-left: 22px;
	padding-right: 40px;
	line-height: 24px;
}
#footer address p span {
	font-weight: 700;
	color: #777777;
}
.newsletter {
	text-align: left;
}
.newsletter-title {
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	font-size: 24px;
	margin: -5px 0 10px 0;
}
.newsletter-title span {
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
}
#footer .newsletter p {
	color: #8b8b8b;
	font-size: 12px;
	line-height: 20px;
}
.form-inline .form-group {
	position: relative !important;
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.footer_lnk {
	text-transform: uppercase;
	color: #FFF;
	font-size: 12px;
}
.footer_lnk a {
	color: #FFF;
	text-decoration: underline;
}
.footer_lnk a:hover {
	color: #fd0009;
}
#footer .newsletter .form-control {
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	min-width: 242px;
	display: block;
	width: 100%;
	height: 46px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#footer .newsletter .subscribe_pan {
	position: relative !important;
	width: auto;
}
#footer .newsletter .btn-rnd {
	top: 3px;
	right: 4px;
	z-index: 9999;
	position: absolute;
}
#footer .newsletter .btn-lg {
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 0px 0px;
	font-size: 18px;
	line-height: 1.3333333;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
#footer .newsletter .btn-success {
	color: #fff;
	background-color: #fd0009;
	border-color: #fd0009;
}
#footer .copy_right {
	text-align: center;
}
#footer .copy_right .copyright_pan {
	text-align: center;
}
#footer .copy_right .copyright_pan p {
	font-size: 14px;
	line-height: 22px;
	margin-top: 8px;
}
#footer .copy_right .connect {
	margin-top: 40px;
}
#footer .copy_right .connect ul {
	list-style: none;
	float: left;
}
#footer .copy_right .connect li {
	list-style: none;
	float: left;
	display: inline-block;
	margin-right: 8px;
}
#footer .copy_right .connect li a {
	color: #000;
	height: 32px;
	width: 32px;
	display: inline-block;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	background-color: #FFF;
	border-radius: 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
#footer .copy_right .connect li a:hover {
	color: #FFF;
	background: #fd0009;
}
/*------- Footer End here--------*/


/*---------- About us Page Starts here ----------*/

/*---------- Inner Page Header Starts here ----------*/
#cover_main {
	padding: 82px 0px;
	width: 100%;
	background: url(../images/header-img1.jpg) top center no-repeat;
	background-size: cover;
	min-height: 250px;
}
#cover_main h1 {
	display: inline-block;
	line-height: 40px;
	text-transform: uppercase;
	color: #FFF;
	padding-bottom: 7px;
	border-bottom: solid 3px #fd0009;
}
#cover_main h5 {
	color: #e1e1e1;
	font-size: 24px;
	font-weight: 400;
	padding-top: 7px;
}
/*---------- Breadcrumbs Starts here ----------*/

.breadcrumbs {
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.breadcrumbs li {
	float: left;
	padding: 0px;
	font-weight: 500;
}
.breadcrumbs li a {
	color: #6d6d6d;
}
.breadcrumbs li::after {
	content: "\f105";
	font-family: FontAwesome;
	padding: 10px;
}
.breadcrumbs li:last-child::after {
	content: "";
	padding: 0px;
}
/*---------- Breadcrumbs End here ----------*/


.col-md-4-inner {
	padding: 0px 10px;
}
#meet-team {
	text-align: center;
}
.box_table_col_4 {
	background: #fff;
	padding: 0 10px 10px 10px;
}
.box_table_col_4_padng {
	padding: 0 4px 10px 4px;
}
.box_table_col_4_pan {
	background: #fff;
	padding: 0 10px 10px 10px;
}
.box_table_col_4_pan_inner {
	border: solid 1px #e2e2e2;
	padding: 30px 15px;
}
.box_table_col_4_pan_inner img {
	clear: both;
	max-width: 100%;
	height: 155px;
	width: 155px;
	border-radius: 100%;
}
.box_table_col_4_pan_inner h4 {
	font-weight: 600;
	margin-top: 25px;
	margin-bottom: 10px;
	text-transform: uppercase;
	clear: both;
}
.box_table_col_4_pan_inner h5 {
	font-size: 16px;
	margin-bottom: 10px;
	text-transform: uppercase;
	clear: both;
}
.box_table_col_4_pan_inner p {
	line-height: 22px;
}
.box_table_col_4_pan_inner ul {
	list-style: none;
	border-top: solid 1px #e2e2e2;
	margin: 25px auto 0px auto;
	padding-top: 25px;
	padding-left: 0px;
}
.box_table_col_4_pan_inner li {
	list-style: none;
	display: inline-block;
	margin-right: 2px;
}
.box_table_col_4_pan_inner li a {
	color: #FFF;
	height: 35px;
	width: 35px;
	display: inline-block;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	background-color: #000;
	border-radius: 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.box_table_col_4_pan_inner li a:hover {
	color: #FFF;
	height: 35px;
	width: 35px;
	display: inline-block;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	background-color: #fd0009;
	border-radius: 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
/*---------- Happy Customer Section Starts here ----------*/
#happy_customers_pan {
	width: 100%;
	background: #fd0009;
	min-height: 200px;
	text-align: center;
}
.happy_customers_content {
	padding: 4rem 0;
}
#happy_customers_pan h1 {
	font-size: 50px;
	color: #FFF;
	font-weight: bold;
	padding-bottom: 5px;
}
#happy_customers_pan h2 {
	font-size: 20px;
	color: #FFF;
	text-transform: uppercase;
}
#get_in_touch {
	text-align: center;
}
/*---------- Happy Customer Section End here ----------*/


/*---------- About us Page 2 Starts here ----------*/
.about2_video_popup {
	width:100%;
	min-height:500px;
	background-repeat:no-repeat;
	background-size: cover;
    overflow: hidden;
}
#meet-team2{
    text-align: center;
}
.box_table_col_4_pan_inner2 {
    padding: 10px 0px;
}
.box_table_col_4_pan_inner2 h4 {
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 2px;
    text-transform: uppercase;
    clear: both;
}
.box_table_col_4_pan_inner2 h5 {
	color:#666;
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    clear: both;
}
.box_table_col_4_pan_inner2 p {
    line-height: 22px;
}
.box_table_col_4_pan_inner2 ul {
    list-style: none;
    border-top: solid 1px #e2e2e2;
    margin: 25px auto 0px auto;
    padding-top: 25px;
    padding-left: 0px;
}
.box_table_col_4_pan_inner2 li {
    list-style: none;
    display: inline-block;
    margin-right: 2px;
}
.box_table_col_4_pan_inner2 li a {
    color: #FFF;
    height: 35px;
    width: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    background-color: #000;
    border-radius: 100%;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.box_table_col_4_pan_inner2 li a:hover {
    color: #FFF;
    height: 35px;
    width: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    background-color: #fd0009;
    border-radius: 100%;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

/*---------- About us Page 2 End here ----------*/

/*------- Services Page 1 Starts here--------*/
#services_pan {
	text-align: left;
}
#services_pan_full_width {
	width: 100%;
	clear: both;
}
#left_img_pan_services {
	width: 100%;
}
.left-img-1-lt {
	background: url(../images/mission-pic.jpg) top center no-repeat;
	background-size: cover;
	max-width: 100%;
	min-height: 430px;
	overflow: hidden;
}
#left_img_pan_services_txt.col-md-6.pdg-lt-rt-0 {
	padding: 2.2em 25px !important;
}
#right_img_pan_services_txt.col-md-6.pdg-lt-rt-0 {
	padding: 2.2em 25px !important;
}
.right-img-1-rt {
	background: url(../images/food_img_2.jpg) top center no-repeat;
	background-size: cover;
	max-width: 100%;
	min-height: 430px;
	overflow: hidden;
}
.video_650 {
	max-width: 650px;
	text-align: center;
}
/*------- Services Page 1 End here--------*/


/*------- Services Page 2 Starts here--------*/

.icon_col_full {
	clear: both;
	float: none;
	margin-right: 0;
}
.services_feature_box {
	position: relative;
	padding: 0 0 0 40px;
}
.services_feature_box .fbox-icon i {
	font-size: 30px;
	color: #fd0009;
}
.services_feature_box .fbox-icon {
	display: block;
	position: absolute;
	width: 35px;
	height: 50px;
	top: 0;
	left: 0;
}
.services_feature_box h3 {
	font-size: 20px;
}
.services_feature_box p {
	margin-left: -35px;
	margin-top: 8px;
}
.services_feature_box:first-child {
	margin-top: 0;
}
#services_pan_accordian .panel-heading {
	padding: 0px;
}

#services_pan_accordian .panel-heading h4.panel-title a {
	font-weight: 500;
	padding: 10px 15px;
	display: block;
	cursor: pointer;
	margin-bottom: 0px;
	position: relative;
}
#services_pan_accordian .panel-heading h4.panel-title a.active {
	color: #FFF;
	background-color: #0088cc;
	border-color: #ddd;
}
#services_pan_accordian .panel-heading.active > label {
	background-color: #0088cc;
	border-color: #0088cc;
	color: #ffffff;
}
#services_pan_accordian .panel-group .panel+.panel {
	margin-top: 10px !important;
}
#services_pan_accordian .panel-title .glyphicon {
	position: absolute;
	right: 10px;
	top: 35%;
	font-weight: normal;
	font-size: 12px;
}
.col_box_3 {
	padding: 0px 20px;
	position: relative;
}
.col_box_3_box {
	position: relative;
	padding: 0 0 0 60px;
}
.col_box_3_box_icon {
	display: block;
	position: absolute;
	width: 60px;
	height: 80px;
	top: -18px;
	left: 0;
	font-size: 72px;
	color: #bbbbbb;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
/*------- Services Page 2 End here--------*/

/*------------ Video Coaching Starts here---------*/

#video_listing_info {
	padding-left: 45px;
}
.video_main {
	width: 98%;
	float: left;
	position: relative;
}
.video_main img {
	width: 100%;
}
.video_main_play_btn {
	width: 147px;
	height: 152px;
	position: absolute;
	top: 30%;
	left: 40%;
}
.video_main_head_pan {
	width: 100%;
	clear: both;
	float: left;
}
.video_main_head_pan h4 a {
	color: #000;
	text-decoration: none;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.video_main_head_pan h4 a:hover {
	color: #fd0009;
	text-decoration: none;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.video_main_head_pan .video_social_pan.pull-down-10 {
	margin-top: 20px;
}
.sml_video_wrapper .video_social_pan.pull-down-10 {
	margin-top: 10px;
}
.video_social_pan {
	float: left;/*margin-top: 20px;*/
}
.video_social_pan ul {
	list-style: none;
	float: left;
	padding-left: 0px;
}
.video_social_pan ul li {
	list-style: none;
	float: left;
	display: inline-block;
	margin-right: 15px;
}
.video_social_pan ul li .fa {
	font-size: 20px;
}
.video_social_pan ul li span {
	font-family: Arial, Helvetica, sans-serif;
}
.video_main_sml {
	width: 100%;
	float: left;
	position: relative;
}
.video_sml_play_btn {
	width: 76px;
	height: 75px;
	position: absolute;
	top: 28%;
	left: 32%;
}
.video_social_pan {
	width: 100%;
	float: left;
	margin-top: 5px;
	clear: both;
}
.video_social_pan ul {
	list-style: none;
	float: left;
	padding-left: 0px;
}
.video_social_pan ul li {
	list-style: none;
	float: left;
	display: inline-block;
	margin-right: 15px;
}
.video_social_pan ul li span {
	font-family: Arial, Helvetica, sans-serif;
}
.video_social_pan ul li .fa {
	font-size: 20px;
}
#video_listing_info .col-md-6 h6 {
	font-size: 16px;
	color: #3e3e3e;
	font-weight: 500;
	padding-top: 9px;
	padding-bottom: 9px;
}
select.categroy_item {
	width: 140px;
	background-color: #FFF;
	border: none;
	padding: 5px;
	margin-left: 10px;
}
.video_listing .col-md-8 article.post-full h3 a {
	color: #000;
	text-decoration: none;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.video_listing .col-md-8 article.post-full h3 a:hover {
	color: #fd0009;
	text-decoration: none;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.video_listing.row.border_bottom.pdg-tp-btm-40 {
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.video_listing.row.border_bottom.pdg-tp-btm-40:hover {
	-webkit-box-shadow: 0 8px 6px -6px gray;
	-moz-box-shadow: 0 8px 6px -6px gray;
	box-shadow: 0 8px 6px -6px gray;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.video_listing.row.border_bottom.pdg-tp-btm-40:hover h3 a {
	color: #fd0009;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.video_listing.row.border_bottom.pdg-tp-btm-40 img {
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.video_listing.row.border_bottom.pdg-tp-btm-40:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.video_listing .col-md-8 {
	padding-left: 30px;
}
/*------------ Video Coaching End here---------*/

/*------------ Meal Planner Page 1 starts here ------------*/

ul.tick_list {
	list-style: none;
	border-top: solid 1px #e2e2e2;
	margin: 15px auto 0px auto;
	padding-top: 12px;
	padding-bottom: 5px;
	padding-left: 0px;
}
ul.tick_list li {
	clear: both;
	list-style: none;
	display: block;
}
ul.tick_list li .fa {
	width: 22px;
	height: 22px;
	margin-right: 8px;
	margin-top: 2px;
	line-height: 21px;
	float: left;
	font-size: 20px;
	color: #000;
	display: inline-block;
}
ul.tick_list li p {
	padding: 0px;
	margin: 0px;
	display: table;
}

.close {
	float: right;
	font-size: 32px !important;
	font-weight: 500 !important;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}
.modal-content {
	text-align: left !important;
}
.modal-body img {
	width: 200px;
	height: 180px;
}
.meal_planner {
	max-width: 100%;
	padding-right: 50px;
}
.meal_planner ul .nav-tabs li {
	margin-left: auto !important;
	margin-right: auto !important;
}
.meal_planner .nav-tabs>li>a {
	color: #FFF;
	background: #fd0009;
	font-size: 24px;
	font-weight: 500;
}
.meal_planner .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #000;
	cursor: default;
	background-color: #fff !important;
	border: 1px solid #ddd !important;
	border-bottom-color: transparent !important;
}
.week_day_box {
	font-weight: 500;
	font-size: 32px;
	color: #FFF;
	background: #fd0009;
	line-height: 3.8rem;
	padding: 35px 0px;
}
.week_day_box span {
	display: block;
	/*line-height: 5rem;*/
	font-weight: 500;
	font-size: 72px;
}
.week_day_box_item_pan {
	padding: 0 10px;
	position: relative;
}
.week_day_box_inner_wrapper {
	position: relative;
	width: 100%;
}
.overlay {
	position: absolute;
	bottom: 0;
	left: 0%;
	right: 0;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
}
.week_day_box_inner_wrapper:hover .overlay {
	height: 100%;
}
.text-ovr {
	white-space: nowrap;
	color: white;
	font-size: 20px;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.text-ovr a {
	color: #FFF;
	text-decoration: none;
}
.week_day_box_item {
	position: relative;
}
.week_day_box_head {
	font-size: 18px;
	font-weight: 500;
	padding-top: 6px;
	padding-bottom: 6px;
	text-shadow: 0 1px 0 #FFF;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #000;
	text-align: center;
	background: rgba(255,255,255,.8);
}
#sidebar {
	padding: 0px;
}
.widget_popular {
	display: inline-block;
	width: 100%;
	border: 1px solid #ddd;
	margin-bottom: 30px;
}
.widget_popular h3 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	margin: 0 15px;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
.widget_popular_inner {
	padding: 15px;
	transition: all .4s ease 0s;
}
.widget_popular_inner .image-holder {
	width: 75px;
	height: 75px;
	float: left;
	padding-right: 15px;
	transition: all .4s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
}
.widget_popular_inner .text-body {
	padding-right: 10px;
}
.widget_popular_inner .text-body h5 {
	margin-top: 0px;
	line-height: 22px;
	font-weight: 500;
}
.widget_popular_inner .text-body h5 a {
	display: block;
	color: #000;
	text-decoration: none;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.widget_popular_inner .text-body h5 a:hover {
	color: #fd0009;
	text-decoration: none;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.widget_popular_inner:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.widget_popular_inner:hover h5 a {
	color: #fd0009;
	text-decoration: none;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.widget_popular_inner .text-body .social_pan {
	float: left;
	margin-top: 5px;
}
.widget_popular_inner .text-body .social_pan ul {
	list-style: none;
	float: left;
	padding-left: 0px;
}
.widget_popular_inner .text-body .social_pan ul li {
	list-style: none;
	float: left;
	display: inline-block;
	margin-right: 15px;
}
.widget_popular_inner .text-body .social_pan ul li .fa {
	font-size: 20px;
}
.widget_popular_inner .text-body .social_pan ul li span {
	font-family: Arial, Helvetica, sans-serif;
}
.widget_topics_inner {
	padding: 0 15px;
}
.widget_topics_inner ul {
	list-style: none;
	float: left;
	padding-left: 0px;
}
.widget_topics_inner li {
	width: 100%;
	list-style: none;
	float: left;
	display: inline-block;
	margin-right: 0px;
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}
.widget_topics_inner li.noborder {
	border-bottom: none !important;
}
.widget_topics_inner li .fa {
	width: 22px;
	height: 22px;
	margin-right: 8px;
	margin-top: 4px;
	line-height: 21px;
	float: left;
	font-size: 20px;
	color: #000;
	display: inline-block;
}
.widget_topics_inner li h5 {
	color: #000;
	line-height: 22px;
	font-weight: 500;
	display: table;
}
.widget_topics_inner li h5 a {
	color: #000;
	text-decoration: none;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.widget_topics_inner li h5 a:hover {
	color: #fd0009;
	text-decoration: none;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
/*------------ Meal Planner Page 1 Ends here ------------*/

/*-------  Portfolio 1 columns Starts here --------*/

.portfolio_1_column_pan {
	clear: both;
	float: left;
	position: relative;
	padding-bottom: 55px;
	margin-bottom: 30px;
}
.portfolio_1_column_pan::after {
	width: 98%;
	margin-left: 10px;
	position: absolute;
	bottom: 20px;
	left: 0px;
	border-top: solid 1px #ddd;
	display: block !important;
}

.portfolio_1_column_pan::after:last-child {
 border-top: none !important;
}
.portfolio_1_column_des {
	clear: both;
	padding: 0px 0px;
}
/*-------  Portfolio 1 columns End here--------*/

/*-------  Portfolio 3 columns Starts here--------*/
#portfolio2_info {
	max-width: 100%;
}
.portfolio_2_inner {
	position: relative;
}
.portfolio_2_heading_pan {
	width: 96%;
	min-height: 85px;
	max-height: 85px;
	overflow: hidden !important;
	text-align: center;
	padding: 15px 2%;
	font-size: 20px;
	font-weight: 500;
	color: #333;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.portfolio_2_heading_pan a {
	text-decoration: none;
	color: #333;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.portfolio_2_heading_pan a:hover {
	text-decoration: none;
	color: #fd0009;
}
.portfolio_2_heading_pan span {
	text-align: center;
	width: 100%;
	padding-top: 5px;
	font-size: 14px;
	color: #999;
	float: left;
	clear: both;
}
.box_table_col_4_pan:hover .portfolio_2_heading_pan a {
	color: #fd0009;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
/*-------  Portfolio 3 columns End here--------*/

/*-------  Portfolio 4 columns Starts here--------*/
#portfolio1_info {
	max-width: 100%;
}
#portfolio1_middle_box {
	border-top: solid 1px #CCC;
	background: #f1f1f1;
}
#portfolio1_middle_box #left_head_box.col-md-6 h3 {
	line-height: 38px;
	font-weight: 600 !important;
}
#portfolio1_middle_box #right_head_box {
	padding-left: 100px;
}
/*-------  Portfolio 4 columns End here--------*/


/*-------  Portfolio 1 Detail Starts here--------*/
.portfolio_widget_tags {
	clear: both;
	padding: 0px;
}
.portfolio_widget_tags ul {
	list-style: none;
	float: left;
	padding-left: 0px;
	width: 100%;
	clear: both;
}
.portfolio_widget_tags ul li {
	width: auto;
	list-style: none;
	float: left;
	margin-right: 0px;
}
.portfolio_widget_tags ul li a {
	font-weight: 500;
	float: left;
	color: #000;
	text-decoration: none;
	border: 1px solid #ddd !important;
	padding: 8px 16px;
	border-radius: 45px;
	margin-bottom: 10px;
	margin-right: 7px;
	transition: all 0.5s ease-in-out;
}
.portfolio_widget_tags ul li a:hover {
	font-weight: 500;
	float: left;
	text-decoration: none;
	background: #fd0009;
	border: 1px solid #fd0009 !important;
	color: #FFF;
	padding: 8px 16px;
}
.portfolio_widget_date_details {
	clear: both;
	padding: 0px;
}
.portfolio_widget_date_details p {
	font-size: 16px;
	color: #fd0009;
	padding-bottom: 8px;
}
.portfolio_widget_date_details p b {
	font-weight: 600;
	width: 50%;
	display: inline-block;
}
.portfolio_widget_date_details p span {
	font-size: 16px;
	font-weight: 500;
	color: #333;
}
#portfolio_wide_1_img_middle_box {
	padding: 82px 0px;
	width: 100%;
	background: url(../images/portfolio-middle-bg.jpg) top center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	min-height: 650px;
}
.portfolio_related_box_inner {
	position: relative;
	border: solid 1px #e2e2e2;
}
.portfolio_related_box_inner_sub {
	margin: 10px;
	overflow: hidden !important;
}
.portfolio_related_box_inner_sub img {
	min-width: 100% !important;
	max-width: 100% !important;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.portfolio_related_box_inner_sub:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.portfolio-middle-box-txt-pan {
	background: rgba(0,0,0,0.7);
    color: #FFF;
    padding: 4rem 3.5rem;
}
.portfolio-middle-box-txt-pan h1 {
    color: #FFF;
}
.portfolio-middle-box-txt-pan h3 {
    color: #FFF;
    font-size: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.portfolio-middle-box-txt-pan p {
    color: #FFF;
    padding-top: 10px;
}

#related_works_portfolio {
	max-width: 100%;
}
/*-------  Portfolio 1 Detail End here--------*/


/*-------  Portfolio 2 Detail Starts here--------*/
	
	#portfolio_detail2_top_1_box {
    padding: 82px 0px;
    width: 100%;
    background: url(../images/portfolio-top-box.jpg) top center no-repeat;
    /*background-attachment: fixed;*/
    background-size: cover;
    min-height: 750px;
}
	.portfolio_detail2_top_inner_box {
		max-width:700px;
		margin-top:10%;
		margin-left:auto;
		margin-right:auto;
	}
	.portfolio_detail2_fn {
		max-width:100%;
	}
	.portfolio_detail2_fn p {
		font-size:15px;
	}
	.portfolio_detail2_fn p b {
		color:#fd0009;
	}
	
	.portfolio_detail2_fn p span {
		color:#000;
	}
	#portfolio_detail2_middle_full_width {
		 width: 100%;
		 clear:both;
	}
	.portfolio_design_imgs {
		position:relative !important;
		max-width:100%;
		overflow:hidden;
	}
	
	#portfolio_wide_2_img_bttm_box {
	position:relative !important;
    padding: 82px 0px;
    width: 100%;
    background: url(../images/portfolio-bttm-box.jpg) top center no-repeat;
        background-attachment: scroll;
    background-attachment: fixed;
    background-size: cover;
    min-height: 900px;
}
	.portfolio_wide_2_bttm_box_txt_pan {
		max-width:900px;
    background: rgba(255,255,255,.9);
    color: #FFF;
    padding: 4rem 3.5rem;
	
	position:absolute;
	top:30% !important;
	left:10%;
}
	
	
/*-------  Portfolio 2 Detail End here--------*/



/*------------ Recipe Search Starts here -----------*/

.search_pan_bar {
	margin: 0 20px !important;
}
.search_btna {
	background: url(../images/search-icon.png) center left no-repeat;
}
select.sort-select {
	color: #000;
	width: 182px;
	background-color: #FFF;
	border: none !important;
	outline: none !important;
	height: 45px;
	padding: 6px 12px;
	font-weight: 500;
	font-size: 20px;
	margin-left: 10px;
}
select.sort-select a, a:focus, a:active {
	border: 0 !important;
	outline: none !important;
}
.sort-by-select {
	max-width: 182px;
	display: block;
	width: 100%;
	height: 45px;
	padding: 6px 12px;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.42857143;
	color: #000;
	background-color: #fff;
	border: none !important;
	-moz-box-shadow: 0 0 0px #FFF;
	-webkit-box-shadow: 0 0 0px #FFF;
	box-shadow: 0 0 0px #FFF;
}
.box2_table_col_4_pan {
	background: #fff;
	padding: 0 10px 10px 10px;
}
.box2_table_col_4_pan_inner {
	border: solid 1px #e2e2e2;
	padding: 10px;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.box2_table_col_4_pan_inner:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.box2_table_col_4_pan_inner:hover h4 a {
	color: #fd0009;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.box2_table_col_4_pan_inner img {
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.box2_table_col_4_pan_inner:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.box2_table_col_4_pan_inner h4 {
	padding: 12px 0;
	font-weight: 500;
	line-height: 24px;
}
.box2_table_col_4_pan_inner h4 a {
	color: #000;
	text-decoration: none;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.box2_table_col_4_pan_inner h4 a:hover {
	color: #fd0009;
	text-decoration: none;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.box2_table_col_4_pan_inner ul {
	list-style: none;
	border-top: solid 1px #e2e2e2;
	margin: 25px auto 0px auto;
	padding-top: 15px;
	padding-left: 0px;
}
.box2_table_col_4_pan_inner li {
	width: 49%;
	list-style: none;
	display: inline-block;
}
.box2_table_col_4_pan_inner li a {
	color: #000;
	display: inline-block;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.box2_table_col_4_pan_inner li a:hover {
	color: #fd0009;
	display: inline-block;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.box2_table_col_4_pan_inner li a .fa {
	font-size: 28px;
	color: #fd0009;
	padding-right: 3px;
}
.pagination_red>.active>a, .pagination_red>.active>a:focus, .pagination_red>.active>a:hover, .pagination_red>.active>span, .pagination_red>.active>span:focus, .pagination_red>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #fd0009;
	border-color: #fd0009;
}
.pagination_red>li>a:focus, .pagination_red>li>a:hover, .pagination_red>li>span:focus, .pagination_red>li>span:hover {
	z-index: 2;
	color: #6d6d6d;
	background-color: #eee;
	border-color: #ddd;
}
.pagination_red li a {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #6d6d6d;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.recipe_search_btn_pan {
	width: auto;
	position: absolute;
	top: 0px;
	right: 14px;
	z-index: 99;
}
/*------------ Recipe Search End here -----------*/

/*------------ Recipe Details Starts here -----------*/

.full_width_box_style_1 {
	max-width: 100%;
	float: left;
	margin: 0 10px;
	padding: 10px;
}
ul.social_icons {
	list-style: none;
	border-top: solid 1px #e2e2e2;
	margin: 20px auto 0px auto;
	padding-top: 15px;
	padding-left: 0px;
}
ul.social_icons li {
	list-style: none;
	display: inline-block;
	margin-right: 2px;
}
ul.social_icons li a {
	color: #FFF;
	height: 35px;
	width: 35px;
	display: inline-block;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	background-color: #000;
	border-radius: 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
ul.social_icons li a:hover {
	color: #FFF;
	height: 35px;
	width: 35px;
	display: inline-block;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	background-color: #fd0009;
	border-radius: 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
ul.ingredients {
	list-style: none;
	border-top: solid 1px #e2e2e2;
	margin: 20px auto 0px auto;
	padding-top: 18px;
	padding-bottom: 5px;
	padding-left: 0px;
}
ul.ingredients li {
	clear: both;
	list-style: none;
	display: block;/* padding-bottom: 18px;
    margin-bottom: 15px;*/
	
}
ul.ingredients li .fa {
	width: 22px;
	height: 22px;
	margin-right: 8px;
	margin-top: 2px;
	line-height: 21px;
	float: left;
	font-size: 20px;
	color: #000;
	display: inline-block;
}
ul.ingredients li p {
	padding: 0px;
	margin: 0px;
	display: table;
}
.img_left_pdg_15 {
	padding-left: 15px !important;
}
#how_prepare p {
	margin-bottom: 30px;
}
/*------------ Recipe Details Ends here -----------*/

/*------------ Blog Page 1 Starts here -----------*/

.post-full {
	margin-bottom: 20px;
}
article.post-full.pdg-rt-40 {
	border-bottom: 1px solid #ddd;
	margin-bottom: 50px !important;
	padding-bottom: 50px !important;
}
article.post-full.pdg-rt-40 {
	transition: all .4s ease 0s;
}
article.post-full.pdg-rt-40:hover {
	-webkit-box-shadow: 0 8px 6px -6px gray;
	-moz-box-shadow: 0 8px 6px -6px gray;
	box-shadow: 0 8px 6px -6px gray;
	transition: all .4s ease 0s;
}
article.post-full.pdg-rt-40:hover h2 a {
	color: #fd0009;
	transition: all .4s ease 0s;
}
article.post-full.pdg-rt-40 h2 a {
	text-decoration: none;
	color: #000;
	transition: all .4s ease 0s;
}
article.post-full.pdg-rt-40 h2 a:hover {
	text-decoration: none;
	color: #fd0009;
	transition: all .4s ease 0s;
}
ul.blog_list {
	list-style: none;
	clear: both;
	padding-top: 15px;
	padding-left: 0px;
}
ul.blog_list li {
	list-style: none;
	display: inline-block;
	margin-right: 20px;
}
ul.blog_list li .fa {
	font-size: 22px;
	color: #3d3d3d;
	margin-right: 5px;
}
.post-full .social_pan {
	float: right;
	margin-top: 5px;
}
.post-full .social_pan ul {
	list-style: none;
	float: left;
	padding-left: 0px;
}
.post-full .social_pan ul li {
	list-style: none;
	float: left;
	margin-right: 15px;
}
.post-full .social_pan ul li a {
	color: #000;
	line-height: 35px;
	text-align: center;
}
.post-full .social_pan ul li a:hover {
	text-decoration: none;
	line-height: 35px;
	text-align: center;
}
.social_pan ul li:active, .social_pan ul li:focus {
	text-decoration: none;
}
.post-full .social_pan ul li .fa {
	padding-top: 3px;
	margin-right: 5px;
	color: #3d3d3d;
	border-radius: 100%;
	border: solid 1px #CCCCCC;
	height: 35px;
	width: 35px;
	display: inline-block;
	font-size: 24px;
}
.post-full .social_pan ul li span {
	font-family: Arial, Helvetica, sans-serif;
}
.widget_category {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.widget_category h3 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	margin: 0 15px;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
.widget_category_inner {
	padding: 0 15px;
}
.widget_category_inner ul {
	list-style: none;
	float: left;
	padding-left: 0px;
	margin-top: 10px;
}
.widget_category_inner ul li {
	width: 100%;
	list-style: none;
	float: left;
	display: inline-block;
	margin-right: 0px;
	/*border-bottom: 1px solid #ddd;*/
	padding: 10px 0;
}
.widget_category_inner li .fa {
	width: 22px;
	height: 22px;
	margin-right: 8px;
	margin-top: 2px;
	line-height: 21px;
	float: left;
	font-size: 20px;
	color: #000;
	display: inline-block;
}
.widget_category h3.video_page_wid {
	padding: 10px 0;
}
.widget_category_inner li h5 {
	color: #000;
	line-height: 22px;
	font-weight: 500;
	font-size: 16px;
	display: table;
}
.widget_category_inner li h5 a {
	color: #000;
	text-decoration: none;
}
.widget_category_inner li h5 a:hover {
	color: #fd0009 !important;
}
.widget_tags {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.widget_tags h3 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	margin: 0 15px;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
.widget_tags_inner {
	padding: 0 15px;
}
.widget_tags_inner ul {
	list-style: none;
	float: left;
	padding-left: 0px;
}
.widget_tags_inner ul li {
	width: auto;
	list-style: none;
	float: left;
	margin-right: 0px;
}
.widget_tags_inner ul li a {
	font-weight: 500;
	float: left;
	color: #000;
	text-decoration: none;
	border: 1px solid #ddd !important;
	padding: 8px 16px;
	border-radius: 45px;
	margin-bottom: 10px;
	margin-right: 7px;
	transition: all 0.5s ease-in-out;
}
.widget_tags_inner ul li a:hover {
	font-weight: 500;
	float: left;
	text-decoration: none;
	background: #fd0009;
	border: 1px solid #fd0009 !important;
	color: #FFF;
	padding: 8px 16px;
}
/*------------ Blog Page 1 End here -----------*/


/*------------ Blog Page 2 Starts here --------*/

.blog_img_pan {
	width: 100%;
	margin-right: 2%;
}
.blog_img_pan img {
	width: 100%;
}
.blog_txt_details {
	width: 100%;
	margin-top: 20px;
}
/*------------ Blog Page 2 End here -----------*/


/*------------ Blog Details Page Start here -----------*/
.entry_cover {
	width: 100%;
}
.entry_thumbnail {
	margin-bottom: 25px;
}
.entry_thumbnail img {
	float: left;
	margin-right: 33px;
	margin-top: 8px;
	margin-bottom: 10px;
}
blockquote.community_details {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	font-style: italic;
	color: #333;
	line-height: 26px;
	border-left: none;
}
.widget_tags_horizontal {
	padding: 0 0px;
}
.widget_tags_horizontal ul {
	list-style: none;
	float: left;
	padding-left: 0px;
}
.widget_tags_horizontal li {
	width: auto;
	list-style: none;
	float: left;
	margin-right: 0px;
}
.widget_tags_horizontal ul li a {
	font-weight: 500;
	float: left;
	color: #000;
	text-decoration: none;
	border: 1px solid #ddd !important;
	padding: 8px 16px;
	border-radius: 45px;
	margin-right: 7px;
	margin-bottom: 10px;
	transition: all 0.5s ease-in-out;
}
.widget_tags_horizontal ul li a:hover {
	font-weight: 500;
	float: left;
	color: #FFF;
	text-decoration: none;
	background-color: #fd0009;
	border-color: #fd0009;
	padding: 8px 16px;
	border-radius: 45px;
	margin-right: 7px;
}
.about_author_head_pan {
	margin-left: 15px !important;
	margin-right: 30px !important;
}
.about_auther_arrow {
	width: 39px;
	height: 18px;
	position: absolute;
	bottom: -26px;
	left: 62px;
	background: url(../images/abt-author-arrow.jpg) top center no-repeat;
}
.about_author {
	font-size: 18px;
	font-weight: 500;
	padding: 20px 0 10px 0px;/* margin-bottom: 70px;
    padding: 24px 24px 41px;*/
}
.share_this_article_head {
	font-size: 18px;
	font-weight: 500;
}
ul.share_social_icons_nw {
	list-style: none;
	margin: 0px auto 0px auto;
	padding-top: 15px;
	padding-left: 0px;
}
ul.share_social_icons_nw li {
	list-style: none;
	display: inline-block;
	margin-right: 5px;
}
ul.share_social_icons_nw li a {
	color: #000;
	height: 35px;
	width: 35px;
	display: inline-block;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	border: solid 1px #b1b1b1;
	border-radius: 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
ul.share_social_icons_nw li a:hover {
	color: #FFF;
	height: 35px;
	width: 35px;
	display: inline-block;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	border: solid 1px #fd0009;
	background-color: #fd0009;
	border-radius: 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.author_img_pan {
	float: left;
	height: 155px;
	width: 155px;
}
.author_img_pan img {
	max-width: 100%;
	height: 155px;
	width: 155px;
	border-radius: 100%;
}
.author_name_txt {
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
}
.author_des_txt {
	color: #6d6d6d;
	font-size: 16px;
	text-transform: uppercase;
}
.next_pre {
	font-weight: 500;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
}
.next_pre_post {
	font-size: 16px;
	font-weight: 500;
}
.next_pre_post a {
	color: #6d6d6d;
	text-decoration: none;
}
.next_pre_post a:hover {
	color: #000;
	text-decoration: underline;
}
.comments_outter_pan {
	max-width: 100%;
	float: left;
}
.comments_post_date {
	line-height: 22px;
	font-size: 16px;
	color: #6d6d6d;
}
.comment_name_date_pan {
	max-width: 60%;
	width: 60%;
	float: left;
}
.comment_reply_pan {
	max-width: 40%;
	width: 40%;
	float: left;
}
.reply_comments_outter_pan {
	padding-top: 20px;
	max-width: 100%;
	float: left;
	background: url(../images/re-comment-arrow_03.jpg) 30px 0px no-repeat;
}
.reply_comments_inner_pan {
	max-width: 92%;
	float: right;
}
.leave_comment {
	width: 100%;
	max-width: 100%;
	float: left;
}
/*------------ Blog Details Page End here -----------*/


/*------------ Contact Starts here ------------*/
.form-contact {
	display: block;
	width: 100%;
	height: 45px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.form-contact-textarea {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.office-box {
	position: relative;
	display: inline-block;
	margin-bottom: 7px;
}
.office-box i {
	position: absolute;
	left: 0;
	top: 1px;
	color: #fd0009;
	font-size: 20px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.office-box p {
	margin-left: 22px;
	padding-right: 40px;
	line-height: 24px;
}
.office-box p span {
	font-weight: 600;
}
.google-map {
	background: #E5E3DF;
	height: 500px;
	margin: 0;
	width: 100%;
}
.google-map iframe {
	width: 100% !important;
	height:500px;
	border:none !important;
}
/*------------ Contact End here ------------*/

/*------------ Dashboard Page Start here -----------*/

#cover_main_short {
	/*padding: 37px 0px;*/
	width: 100%;
	background: url(../images/header-img1.jpg) top center no-repeat;
	/* background-size: cover; */
	min-height: 125px;
	max-height: 125px;
}
#cover_main_short h1 {
	display: inline-block;
	line-height: 40px;
	text-transform: uppercase;
	color: #FFF;
	padding-bottom: 7px;
	border-bottom: solid 3px #fd0009;
}
#cover_main_short h3 {
	font-size: 20px;
	text-transform: uppercase;
	color: #FFF;
}
.dashboard_table_col_2 {
	text-align: left;
	position: relative;
	top: -87px;
	left: 0px;
}
.dashboard_table_col_2 img {
	max-width: 100%;
	height: 135px;
	width: 135px;
	border-radius: 100%;
}
.dashboard_user_details {
	font-size: 16px;
	font-weight: 500;
}
.dashboard_user_details span {
	padding-left: 8px;
	padding-top: 10px !important;
}
.current_weight_pan {
	width: 100%;
	margin-bottom: 20px;
}
.current_weight_head {
	width: 100%;
	margin-bottom: 15px;
}
.current_weight_head h1 {
	font-family: Arial;
	font-size: 60px;
	font-weight: bold;
	color: #f30d15;
}
.current_weight_head h1 span {
	font-family: Arial;
	font-size: 36px;
	font-weight: bold;
	color: #000;
}
.current_weight_head h1 span span {
	font-family: 'Raleway', sans-serif;
	font-size: 16px !important;
	font-weight: 500;
	color: #505050;
}
.current_weight_inner {
	width: 100%;
	clear: both;
}
.current_weight_inner img {
	width: 100%;
}
.form-dashboard {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: block;
	width: 100%;
	height: 45px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background: url(../images/search-dashboard.jpg) center right no-repeat;
	border: none !important;
}
.dashboard_msg_title {
	font-size: 16px;
}
.dashboard_3_icon_size {
	font-size: 68px;
	color: #5d5d5d;
}
#dashboard_member_gp, #dashboard_favourites, #dashboard_progress_photo {
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
#dashboard_member_gp:hover, #dashboard_favourites:hover, #dashboard_progress_photo:hover {
	background-color: #fd0009;
	border: 1px solid #fd0009 ;
	color: #FFF;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
#dashboard_member_gp:hover i, #dashboard_favourites:hover i, #dashboard_progress_photo:hover i {
	color: #FFF;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
#dashboard_member_gp:hover h4 {
	color: #FFF;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
#dashboard_favourites:hover h4 {
	color: #FFF;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
#dashboard_progress_photo:hover h4 {
	color: #FFF;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.forget_pass {
	margin-left: -20px;
	font-size: 15px;
	font-weight: 600;
	color: #000;
	font-style: italic;
}
.forget_pass a {
	color: #000;
	text-decoration: underline;
	transition: all 0.5s ease-in-out;
}
.forget_pass a:hover {
	color: #fd0009;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
}
#bttm_boxes_icon .col-md-4.pdg-rt-10 {
	padding-right: 14px !important;
}
#do_u_like_pan {
	width: 100%;
	background: #fd0009;
	min-height: 120px;
}
#do_u_like_pan h1 {
	line-height: 1.3;
	font-size: 30px;
	color: #FFF;
	font-weight: 500;
	padding-bottom: 5px;
}
#do_u_like_pan p {
	color: #ffc8ca;
	font-weight: 500;
	font-size: 15px;
}
/*------------ Dashboard Page End here -----------*/


/*--------- Register Page Starts here ---------*/
.widget_tick {
	padding: 0px;
}
.widget_tick ul {
	list-style: none;
	float: left;
	padding-left: 0px;
}
.widget_tick li {
	width: 100%;
	list-style: none;
	float: left;
	display: inline-block;
	margin-right: 0px;
	padding: 8px 0;
}
.widget_tick li .fa {
	width: 22px;
	height: 22px;
	margin-right: 8px;
	margin-top: 3px;
	line-height: 21px;
	float: left;
	font-size: 20px;
	color: #000;
	display: inline-block;
}
.widget_tick li h5 {
	color: #6d6d6d;
	line-height: 22px;
	font-weight: 500;
	display: table;
}
.buy-btn {
	width: auto;
	float: right;
}
.buy-btn a {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	border: 2px solid #FFF;
	padding: 12px 25px;
	webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease 0s;
}
.buy-btn a:focus {
	border: 2px solid #FFF !important;
}
.buy-btn span {
	max-width: 323px;
	display: inline-block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.buy-btn a:hover {
	background: #FFF;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	border: 2px solid #FFF;
	webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease 0s;
	outline: none;
}
/*---------- Register Page End here ----------*/



/*------- Career page Starts here--------*/
#careers_pan .panel-heading {
	padding: 0px !important;
}
#careers_pan .panel-heading h4.panel-title a {
	font-weight: 500;
	padding: 10px 15px;
	display: block;
	cursor: pointer;
	margin-bottom: 0px;
	position: relative;
}
/*	#careers_pan .panel-heading label::after {
    content: "\f105";
    font-family: FontAwesome;
	font-size:18px;
    padding: 10px;
	
    margin-top: -6px;
    position: absolute;
    right: 4px;
    top: 15%;

}*/

.panel-heading h4.panel-title a.active {
	color: #FFF;
	background-color: #0088cc;
	border-color: #ddd;
}
#careers_pan .panel-heading.active > label {
	background-color: #0088cc;
	border-color: #0088cc;
	color: #ffffff;
}
.panel-group .panel+.panel {
	margin-top: 10px !important;
}
#careers_pan .panel-title .glyphicon {
	position: absolute;
	right: 10px;
	top: 35%;
	font-weight: normal;
	font-size: 12px;
}
/*------- Career page Ends here--------*/


/*------- 404 page Starts here--------*/
#no_page h1 {
	font-size: 130px;
	font-weight: bold;
}
#no_page p {
	font-size: 20px;
	font-weight: 600;
}
.bullets_sub_links_pan {
	width: 100%;
	float: left;
}
.bullets_innr_pan {
	width: 30.63%;
	float: left;
	margin-right: 2%;
}
ul.bullet_items {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	clear:both;
}
ul.bullet_items li {
	font-weight: 500;
	list-style: none;
	line-height: 34px !important;
}
ul.bullet_items li a {
	display:block;
	color: #333;
	text-decoration: none;
}
ul.bullet_items li a::before {
	color: #000;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 14px;
	padding-right: 7px;
}
ul.bullet_items li a:hover {
	color: #fd0009;
	text-decoration: none;
}
#nopage_right p {
	font-size: 16px;
}
/*------- 404 page Ends here--------*/


/*------- Maintenance page Starts here--------*/
.maintenance_pan {
	background: #fd0009;
	width: 100%;
}
ul.maintenance_items {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}
ul.maintenance_items li {
	float: left;
	font-weight: 500;
	list-style: none;
	line-height: 34px !important;
	color: #FFF;
	margin-right: 15px;
	padding-top: 8px;
}
ul.maintenance_items li a {
	color: #FFF;
	text-decoration: none;
}
ul.maintenance_items a:hover {
	color: #FFF;
	text-decoration: underline;
}
#maintenance .stay_connect {
	color: #FFF;
	font-weight: 500;
	border-left: none;
	padding: 11px 15px 0 0 !important;
	text-transform: uppercase;
}
#maintenance ul.social {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}
#maintenance ul.social li {
	float: left;
	font-weight: 500;
	list-style: none;
	line-height: 28px !important;
	color: #FFF;
	margin-right: 0px;
	padding-top: 8px;
}
#maintenance ul.social li a {
	padding: 8px 10px;
	margin: 0px;
	color: #FFF;
	text-decoration: none;
}
#maintenance ul.social li a:hover {
	color: #FFF;
	text-decoration: none;
}
.maintenance_secondary_txt {
	font-size: 18px;
}
.xtra_large_icon {
	font-size: 80px;
}
#maintenance_right .maintenance_newsletter {
	border: solid 1px #CCCCCC;
	padding: 25px 25px;
}
#maintenance_right .maintenance_newsletter .btn.btn-danger {
	font-size: 14px !important;
}
#maintenance_right .maintenance_newsletter .input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 15px;
	line-height: 1.3333333;
}
/*------- Maintenance page Ends here--------*/

/*------- Pricing Page Starts here--------*/

#pricing_page_info {
	max-width: 100%;
}
.pricing_testimonial {
	display: block;
}
.pricing_testimonial img {
	margin: 0px auto 30px auto;
	/* margin: 30px auto; */
	max-width: 100%;
	height: 140px;
	width: 140px;
	border-radius: 100%;
	border: solid #FFF 4px;
	-moz-box-shadow: 0px 0px 5px 0px #ccc;
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
	box-shadow: 0px 0px 5px 0px #ccc;
}
.pricing_testimonial blockquote {
	position: relative;
	border: 1px solid #eee;
	background: #FFF;
	webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.pricing_testimonial blockquote::before {
	left: 7px;
	top: 7px;
	color: #888;
	content: "“";
	font-size: 60px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	font-family: Georgia, serif;
}
.pricing_testimonial blockquote::after {
	color: #888;
	content: "”";
	font-size: 60px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	bottom: -0.5em;
	right: 10px;
	font-family: Georgia, serif;
}
.pricing_testimonial blockquote p {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	font-style: italic;
	color: #6d6d6d;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 0px;
}
.pricing_testimonial h4 {
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	color: #000;
	padding-top: 15px;
}
.pricing_testimonial h4 span {
	font-size: 14px;
	font-weight: 500;
	font-style: italic;
	color: #000;
}
/*------- Pricing Page End here--------*/


/*---------- FAQ Page Start here ----------*/
#faq_page {
	max-width: 100%;
}
#faq_page_accordian .panel-default>.panel-heading {
	border-bottom: 1px solid #ddd;
	color: #000;
	padding-left: 5px;
	background: none !important;
}
#faq_page_accordian .panel-default {
	border-color: #FFF;
}
#faq_page_accordian .panel-title .glyphicon {
	color: #555;
	position: absolute;
	right: 0px;
	top: 20%;
	font-weight: normal;
	font-size: 12px;
}
#faq_page_accordian .panel-heading h4.panel-title a {
	font-weight: 500;
	display: block;
	cursor: pointer;
	margin-bottom: 0px;
	position: relative;
	color: #000;
}
#faq_page_accordian .panel-heading h4.panel-title a {
	text-decoration: none;
	color: #000;
}
#faq_page_accordian.panel-heading h4.panel-title a:hover {
	text-decoration: none;
	color: #fd0009;
}
#faq_page_accordian .panel-group .panel {
	-webkit-box-shadow:none;
    box-shadow:none; 
}

/*---------- FAQ Page End here ----------*/

/*---- Bootstrap Slider Captions ----*/
.carousel-caption h3 {
	line-height: 58px;
	text-transform: uppercase;
	font-size: 60px;
	font-weight: 800;
	color: #FFF;
	text-shadow: 1px 1px 1px #000000;
}
.carousel-caption h3 a {
	color: #FFF;
	text-decoration: none;
}
.carousel-caption h3 a:hover {
	color: #fd0009;
	text-decoration: none;
}
.carousel-caption h6 {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: normal;
	color: #FFF;
	text-shadow: 1px 1px 1px #000000;
}
.carousel-caption h6 a {
	color: #FFF;
	text-decoration: none;
}
.carousel-caption h6 a:hover {
	color: #fd0009;
	text-decoration: none;
}
.carousel-caption p {
	line-height: 34px;
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	text-shadow: 1px 1px 1px #000000;
}
.carousel-caption.middle {
	position: absolute;
	right: 15%;
	bottom: 26% !important;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.carousel-caption.middle p {
	padding-bottom: 15px;
	padding-left: 45px;
	padding-right: 45px;
	line-height: 34px;
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	text-shadow: 1px 1px 1px #000000;
}
.slider-title-red-line-center::after {
	display: block;
	content: "";
	position: relative;
	margin: .30em auto;
	width: 80px;
	background-color: #fd0009;
	height: 4px;
}
.carousel-caption.left {
	position: absolute;
	right: 35%;
	bottom: 29%;
	left: 5%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.carousel-caption.left h3 {
	line-height: 48px;
	text-transform: uppercase;
	font-size: 48px;
	font-weight: 800;
	color: #000;
	text-shadow: none !important;
}
.carousel-caption.left h3 a {
	color: #000;
	text-decoration: none;
}
.carousel-caption.left h3 a:hover {
	color: #fd0009;
	text-decoration: none;
}
.carousel-caption.left p {
	padding-bottom: 15px;
	padding-left: 45px;
	padding-right: 45px;
	line-height: 38px;
	font-size: 24px;
	font-weight: normal;
	color: #000;
	text-shadow: none !important;
}
	
/*---- Bootstrap Slider Captions ----*/


/*---------- Personal Coaching Start here ----------*/

/*---------- Personal Coaching Page End here ----------*/



/*---------- Site Map Page Start here ----------*/
#sitemap_cont {
	max-width:100%;
}

#sitemap_cont h4 {
	float:left;
	clear:both;
	 margin-top: 20px;
}
#sitemap_cont h4:first-child {
    margin-top: 0px;
}
   
.bullets_innr_pan_4_column {
	width: 23%;
	float: left;
	margin-right: 2%;
}

/*---------- Site Map Page End here ----------*/


/*---------- Shortcodes Start here ----------*/

#title_cover_short_dark {
    padding: 35px 0px;
    width: 100%;
	background:#191919;
}

#title_cover_short_light_gray {
    padding: 35px 0px;
    width: 100%;
	background-color: #F5F5F5;
    border-bottom: 1px solid #EEE;
}

#title_cover_short_semi_gray {
    padding: 35px 0px;
    width: 100%;
	background-color: #9a9a9a;
    border-bottom: 1px solid #898989;
}

#title_cover_short_red {
    padding: 35px 0px;
    width: 100%;
	background-color: #fd0009;
    border-bottom: 1px solid #d90109;
}

.breadcrumbs_2 {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.breadcrumbs_2 li {
   display: inline-block;
     color: #7e7e7e;
}
.breadcrumbs_2 li a {
    color: #7e7e7e;
}
.breadcrumbs_2 li::after {
    content: "\f105";
    font-family: FontAwesome;
    padding: 10px;
}
.breadcrumbs_2 li:last-child::after {
    content: "";
    padding: 0px;
}
.breadcrumbs_2 li a:hover {
    color: #fd0009;
}

.breadcrumbs_3 {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.breadcrumbs_3 li {
   display: inline-block;
     color: #d9d9d9;
}
.breadcrumbs_3 li a {
    color: #d9d9d9;
}
.breadcrumbs_3 li::after {
    content: "\f105";
    font-family: FontAwesome;
    padding: 10px;
}
.breadcrumbs_3 li:last-child::after {
    content: "";
    padding: 0px;
}
.breadcrumbs_3 li a:hover {
    color: #fff;
}



#alert_shortcode {
	max-width:100%;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-default {
    background-color: #f2f2f2;
    border-color: #eaeaea;
    color: #737373;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert.alert-dark {
    background-color: #333a44;
    border-color: #07080a;
    color: #ced3db;
}

.alert-red {
    color: #FFF;
    background-color: #fd0009;
    border-color: #df0109;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -6px;
    right: -10px;
    color: inherit;
}
.alert ul {
    padding: 0;
    margin: 7px 0 0 40px;
}
.alert ul li {
    font-size: 14px;
}

.alert.alert-red.alert-dismissable a.close{
	color:#FFF !important;
	opacity:0.7 !important;
}

.alert .fa, .alert .icons {
    margin-right: 8px;
    font-size: 1.1em;
}



/*---------- Shortcodes End here ----------*/



/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  background: #ffffff;
  left:0px;
  top:0px;
  border-bottom: 1px solid #e0e0e0;
  width:100%;
  z-index:0;
  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 .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/** header-top **/

.header-top{
  position: relative;
  width: 100%;
  background: #212121;
}
.header-top .top-left,
.header-top .top-right{
  position: relative;
  padding: 15px 0px 13px 0px;
}
.header-top .social-content li{
  position: relative;
  display: inline-block;
  margin-right: 30px;
}
.header-top .social-content li:last-child{
  margin-right: 0px;
}
.header-top .social-content li a,
.header-top .social-content li{
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  line-height: 24px;
}
.header-top .social-content li a:hover{
  color: #ff5e14;
}
.header-top .top-right .right-content li{
  position: relative;
  display: inline-block;
  margin-left: 40px;
}
.header-top .top-right .right-content li:first-child{
  margin-left: 0px;
}
.header-top .top-right .right-content li:before{
  position: absolute;
  content: '';
  background: #ffffff;
  width: 1px;
  height: 20px;
  top: 3px;
  right: -25px;
}
.header-top .top-right .right-content li:last-child:before{
  display: none;
}
.header-top .top-right .right-content li a{
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #ffffff;
}
.header-top .top-right .right-content li i:before{
  margin-right: 7px;
}
.header-top .top-right{
  width: 100%;
  text-align: right;
}
.bg-box .top-right:before{
  position: absolute;
  content: '';
  background: #ff5e14;
  width: 4000px;
  height: 100%;
  left: -30px;
  top: 0px;
}

/** header-bottom **/


.header-bottom{
  position: relative;
  background: #ffffff;
}
.main-header .logo-box{
  position: relative;
  display: inline-block;
  margin: 19px 0px 0px 0px;
}
.main-header .menu-area{
  position: relative;
  margin: 0px -16px 0px -16px;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.main-header .header-bottom .nav-right{
  position: relative;
  margin-top: 25px;
}
.main-header .header-bottom .nav-right li{
  position: relative;
  display: inline-block;
}
.main-header .header-bottom .nav-right li.link{
  margin: 0px 25px 0px 0px;
  top: 3px;
}
.main-header .header-bottom .nav-right li.link i:before{
  margin: 0px;
  color: #000000;
  transition: all 500ms ease;
}
.main-header .header-bottom .nav-right li.link i:hover:before{
  color: #ff5e14;
}
.main-header .header-bottom .nav-right .donate-box button{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
    /* font-family: 'Work Sans', sans-serif; */
  color: #ffffff;
  background: #212121;
  padding: 7px 40px 7px 39px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 300ms ease;
}
.main-header .header-bottom .nav-right .donate-box button:hover{
  background: #ff5e14;
}


/** main-menu **/

.main-menu{
  position: relative;
  display: block;
}
.main-menu .navbar-collapse{
  padding:0px;  
}

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

.main-menu .navigation > li{
  position:relative;
  float:left;
  margin: 0px 19px;
  list-style: none;
}
.main-header .menu-column{
  padding: 0px;
}
.main-menu .navigation > li > a{
  position:relative;
  display:block;
  font-size:17px;
    /* font-family: 'Work Sans', sans-serif; */
  color:#222222;
  line-height:30px;
  font-weight:500;
  opacity:1;
  text-transform:capitalize;
  padding: 31px 0px 29px 0px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.main-menu .navigation > li > a:before{
  position: absolute;
  content: '';
  background: #ff5e14;
  width: 0%;
  height: 2px;
  left: 0px;
  bottom: 21px;
  transition: all 500ms ease;
}
.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li:hover > a:before{
  width: 100%;
}


.main-menu .navigation > li > ul{
  position:absolute;
  left:0px;
  top: 100%;
  width:250px;
  z-index:100;
  display:none;
  background:#212121;
  border-bottom: 3px solid #ff5e14;
  padding: 0;
  list-style: none;
}

.main-menu .navigation > li:hover > ul {
	display: block!important;
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 7px 30px;
  background: #212121;
  border-bottom: 1px dashed #333;
  transition: all 500ms ease;
}

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

.main-menu .navigation > li > ul > li > a{
  position:relative;
  display:block;
    /* font-family: 'Work Sans', sans-serif; */
  padding:6px 0px;
  line-height:24px;
  font-size:15px;
  color:#ffffff;
  font-weight: 500;
  text-align:left;
  text-transform:capitalize;
  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{
  background: #ff5e14;
  border-bottom: 1px dashed #ff5e14;
}
.main-menu .navigation > li > ul > li:last-child:hover{
  border-bottom: none;
}

.main-menu .navigation > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
  position:absolute;
  right: 0px;
  top: 0px;
  font-size:18px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  color:#ffffff;
  width: 50px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  cursor:pointer;
  z-index:5;
  display: none;
}
.navbar-header {
  display: none;
}


.main-menu .navigation > li > ul > li > ul {
	display: none;
	    left: 100%;
    top: 0;
    position: absolute;
    margin: 0;
        padding: 0;
    width: 200px;
}
.main-menu .navigation > li > ul > li > ul > li {
    background: #212121;
    border-bottom:1px dashed #333;
    position: relative;
    width: 100%;
    padding: 7px 30px;
    transition: all 500ms ease;
    list-style: none;
}
.main-menu .navigation > li > ul > li > ul > li:hover {
	background: #ff5e14;
}
.main-menu .navigation > li > ul > li > ul > li > a {
	    position: relative;
    display: block;
      /* font-family: 'Work Sans', sans-serif; */
    padding: 6px 0px;
    line-height: 24px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    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 > ul {
	display: block;
}

/** header-style-three **/

.header-style-three{
  background: transparent;
}
.header-style-three .header-top .top-left .text{
  position: relative;
  font-size: 16px;
  color: #9ea0a9;
}
.header-style-three .header-top .top-left .text a{
  font-size: 16px;
  color: #ff5e14;
}
.header-style-three .header-top .top-left .text a:hover{
  color: #ffffff;
}
.header-style-three .header-top .top-right .social-content li a{
  color: #909090;
}
.header-style-three .header-top .top-right .social-content li a:hover{
  color: #ffffff;
}
.header-style-three .header-top .social-content li{
  margin-right: 27px;
}
.header-style-three .header-top .top-left, 
.header-style-three .header-top .top-right {
  padding: 15px 0px 14px 0px;
}
.header-upper{
  position: relative;
  background: #ffffff;
  padding: 30px 0px 61px 0px;
}
.header-upper .upper-column{
  position: relative;
  float: left;
  margin-left: 24px;
  font-size: 17px;
  padding: 0px 30px 0px 67px;
}
.header-upper .upper-column ul {
	margin: 0;
	padding: 0;
}
.header-upper .upper-column button{
  padding: 10px 37px 10px 37px;
}
.header-upper .upper-column .icon-box{
  position: absolute;
  left: 0px;
  top: 1px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 2px solid #ebebeb;
  border-radius: 50%;
  transition: all 500ms ease;
}
.header-upper .upper-column:hover .icon-box{
  border: 2px solid #ff5e14;
}
.header-upper .upper-column .icon-box i:before{
  font-size: 28px;
  color: #ff5e14;
  margin: 0px;
}
.header-upper .upper-column ul li{
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: #9f9f9f;
}
.header-upper .upper-column ul strong{
  position: relative;
  display: block;
  font-size: 18px;
  color: #222222;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0px;
}
.header-style-three .header-bottom{
  position: relative;
  background: transparent;
  width: 100%;
}
.header-style-three .header-bottom .menu-box{
  position: absolute;
  left: 0px;
  top: -33px;
  width: 100%;
}
.header-style-three .header-bottom .nav-outer{
  position: relative;
  background: #124DA6;
  padding: 0px 30px 0px 10px;
}
.header-upper .logo-box{
  margin-top: 0px;
}
.header-upper .upper-column.donate-box{
  padding: 0px;
  margin-left: 21px;
}
.header-style-three .header-bottom .nav-outer .menu-area{
  margin: 0px;
  border: none;
  width: 100%;
}
.header-style-three .header-bottom .nav-outer .menu-area .main-menu .navigation {
  margin: inherit;
  display: flex;
  justify-content: space-between;
}
.header-style-three .header-bottom .nav-outer .main-menu .navigation > li > a{
  color: #ffffff;
  padding: 16px 0px 19px 0px;
}
.header-style-three .header-bottom .nav-outer .main-menu .navigation > li > a:before{
  background: #ffffff;
  bottom: 0px;
}
.header-style-three .header-bottom .nav-outer .nav-right li{
  position: relative;
  display: inline-block;
  margin-right: 29px;
}
.header-style-three .header-bottom .nav-outer .nav-right li:last-child{
  margin-right: 0px;
}
.header-style-three .header-bottom .nav-right i:before{
  font-size: 20px;
  color: #ffffff;
  margin: 0px;
}
.header-style-three .header-bottom .nav-right{
  margin-top: 20px;
}
.header-style-three .search-box.now-visible,
.header-style-three .search-box-area .search-box{
  top: 45px;
}
.theme-btn-three{
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  padding: 10px 46px 10px 47px;
  color: #ff5e14;
  text-transform: capitalize;
  background: transparent;
  border: 2px solid #ff5e14;
  cursor: pointer;
  border-radius: 30px;
  transition: all 500ms ease;
}
.theme-btn-three:hover{
  background: #ff5e14;
  border: 2px solid #ff5e14;
  color: #ffffff;
}

/** search box **/

.main-header .search-box-area{
  position: relative;
  left: 4px;
}
.search-box-area .search-toggle i:before{
  position: relative;
  font-size: 13px;
  color: #ffffff;
  margin: 0px;
  cursor: pointer;
  transition: all 500ms ease;
}
.search-box-area .search-box {
  opacity: 0;
  position: absolute;
  background: #fff;
  padding: 15px 20px 20px 20px;
  border-top: 3px solid #e5e5e5;
  box-shadow: 0 1px 1px 0px #ccc;
  right: 0px;
  top: 40px;
  visibility: hidden;
  z-index: 9;
}
.search-box-area .form-group{
  position: relative;
  margin-bottom: 0px;
}
.search-box-area .form-group button{
  position: absolute;
  top: 2px;
  right: 0px;
  width: 46px;
  height: 46px;
  color: #fff;
  background: #ff5e14;
  cursor: pointer;
  border: none;
  z-index: 10;
}
.header-top .top-right .right-content .search-box-area .form-group i:before{
  margin: 0px;
}
.search-box-area input[type='search']{
  width: 250px;
  height: 50px;
  border: 2px solid #ff5e14;
  padding: 10px 50px 10px 20px;
  z-index: 9;
  margin-bottom: 0px;
}
.search-box.now-visible {
  top: 40px;
  right: 0px;
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

ul.social-content {
	margin: 0;
}
@media only screen and (max-width: 991px) {
	.header-upper .logo-box {
		margin-top: 0px;
		text-align: center;
		width: 100%;
		display: block;
		margin: 0 0 20px;
	}
	.header-upper .upper-right {
		float: none;
		text-align: center;
	}
	.header-upper .upper-column {
		display: inline-block;
		float: none;
		margin-bottom: 15px;
		margin-left: 0px;
	}
}

/** main slider **/


.main-slider{
  position:relative;
}

.main-slider .content {
  position: relative;
}

.main-slider .slide {
    position: relative;
    padding: 90px 0px 260px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.img-box img{
	max-height: 500px;
	max-width: 100%;
	object-fit: cover;
}
.main-slider .slide:before{
  position: absolute;
  content: '';
  background: #ffffff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.5;
}

.main-slider h1 {
    position: relative;
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 22px;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    /* font-family: 'Playfair Display', serif; */
	color: #124da6;
}

.main-slider h1 span{
  color: red;
  margin-left: 200px;
}

.main-slider .active h1{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1300ms;
}

.main-slider .text{
  position:relative;
  color:#ffffff;
  font-size:20px;
  font-weight:400;
  margin-bottom:44px;
  line-height: 32px;
  display:inline-block;
  /* font-family: 'Work Sans', sans-serif; */
  opacity:0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.main-slider .active .text{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1000ms;
}

.main-slider .donate-box{
  opacity:0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.main-slider .donate-box .theme-btn{
  padding: 12px 48px 12px 47px;
}

.main-slider .active .donate-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 2500ms;
}

.main-slider .owl-dots{
  position:absolute;
  left:50%;
  bottom:20px;
}

.main-slider .owl-dots .owl-dot{
  position:relative;
  width:20px;
  height:5px;
  margin:0px 4px;
  display:inline-block;
  background-color:#ffffff;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-slider .owl-dots .owl-dot:hover,
.main-slider .owl-dots .owl-dot.active{
  background-color:#51dc3c;
}

.main-slider .owl-buttons{
  position:absolute;
  left:0px;
  top:50%;
  z-index:1;
  width:100%;
  margin-top:-20px;
}
.main-slider .owl-buttons span {
	vertical-align: middle;
}

.main-slider .owl-theme .owl-controls .owl-buttons [class*="owl-"]{
  position: absolute;
}

.main-slider .owl-buttons .owl-prev{
  position:absolute;
  left:40px;
  width:60px;
  height:60px;
  color:#51dc3c;
  line-height:60px;
  text-align:center;
  font-size:30px;
  border-radius:50%;
  display:inline-block;
  background-color:rgba(255, 255, 255, 0.5);
  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-slider .owl-buttons .owl-prev .previous{
  position:relative;
  -webkit-transform:rotate(-180deg);
  -ms-transform:rotate(-180deg);
  transform:rotate(-180deg);
  display:inline-block;
}

.main-slider .owl-buttons .owl-next{
  position:absolute;
  right:40px !important;
  width:60px;
  height:60px;
  color:#ffffff;
  font-size:30px;
  line-height:60px;
  text-align:center;
  border-radius:50%;
  display:inline-block;
  background-color:rgba(255, 255, 255, 0.5);
  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-slider .owl-buttons .owl-prev:hover,
.main-slider .owl-buttons .owl-next:hover{
  background-color:#ff5e14;
}
.main-slider .owl-theme .owl-controls .owl-buttons [class*="owl-"]:hover{
  color: #ffffff;
}
.main-slider .owl-theme .owl-controls .owl-buttons [class*="owl-"] span:before{
  position: relative;
  font-size: 30px;
  transition: all 500ms ease;
}
.main-slider .owl-theme .owl-controls .owl-buttons .owl-next span:before{
  right: 25px;
}
.main-slider .owl-theme .owl-controls .owl-buttons .owl-prev span:before{
  left: 25px;
}
.main-slider .owl-theme .owl-controls .owl-buttons .owl-next:hover span:before{
  right: 0px;
}
.main-slider .owl-theme .owl-controls .owl-buttons .owl-prev:hover span:before{
  left: 0px;
}

/** feature-style-three **/

.feature-style-three .feature-column:first-child .single-feature-content:before{
  background: rgba(167, 207, 69, 0.90);
}
.feature-style-three .feature-column:first-child .single-feature-content:hover:before{
  background: rgba(167, 207, 69, 1.0);
}
.feature-style-three .feature-column:nth-child(2) .single-feature-content:before{
  background: rgba(255, 94, 20, 0.90);
}
.feature-style-three .feature-column:nth-child(2) .single-feature-content:hover:before{
  background: rgba(255, 94, 20, 1.0);
}
.feature-style-three .feature-column:nth-child(3) .single-feature-content:before{
  background: rgba(37, 170, 225, 0.90);
}
.feature-style-three .feature-column:nth-child(3) .single-feature-content:hover:before{
  background: rgba(37, 170, 225, 1.0);
}
.feature-style-three .feature-content{
  padding: 0px;
  box-shadow: none;
}
.feature-style-three .single-feature-content{
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.20);
}
/** feature-section **/

.feature-section{
  position: relative;
}
.feature-content{
  position: relative;
  margin-top: -141px;
  padding: 0px 15px 0px 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.10);
  z-index: 1;
}
.feature-section .feature-column{
  padding: 0px;
}
.single-feature-content{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 285px;
  padding: 59px 25px 54px 25px;
}
.single-feature-content:before{
  position: absolute;
  content: '';
  background: rgba(255, 94, 20, 0.95);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}
.single-feature-content:hover:before{
  background: rgba(0, 0, 0, 0.90);
}
.single-feature-content .icon-box{
  position: relative;
  margin-bottom: 19px;
}
.single-feature-content .icon-box i:before{
  font-size: 50px;
  color: #ffffff;
  margin: 0px;
}
.single-feature-content .link a{
  position: relative;
  display: inline-block;
  font-size: 26px;
  line-height: 35px;
  color: #ffffff;
  margin-bottom: 13px;
}
.single-feature-content .link a:hover{
  color: #ff3c00;
}
.feature-style-three .single-feature-content .link a:hover{
  color: #ffffff;
}
.single-feature-content .text{
  position: relative;
  color: #ffffff;
  margin-bottom: 23px;
}
.single-feature-content .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 30px;
  padding: 8px 29px 7px 29px;
}
.single-feature-content .btn-box a:hover{
  background: #ffffff;
  color: #000000;
}

.centred {
    text-align: center;
}

.theme-btn {
    position: relative;
    display: inline-block;
    font-size: 15px;
    /* font-family: 'Work Sans', sans-serif; */
    padding: 13px 55px 13px 55px;
    background: #ff5e14;
    color: #ffffff;
    border-radius: 30px;
    text-transform: capitalize;
    transition: all 300ms ease;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    border: none;
}
.theme-btn:hover {
    background: #212121;
    color: #ffffff;
}
.main-slider .donate-box{
  opacity:0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.main-slider .donate-box .theme-btn{
  padding: 12px 48px 12px 47px;
}

.main-slider .active .donate-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 2500ms;
}

/** about-section **/

.about-section{
  position: relative;
  padding: 120px 0px;
}
.about-section .about-content{
  margin-top: -7px;
}
.about-section .about-content .title{
  position: relative;
  display: block;
  font-size: 42px;
  line-height: 52px;
  /* font-family: 'Playfair Display', serif; */
  color: #222222;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 35px;
}
.about-section .about-content .title span{
  color: #ff5e14;
}
.about-section .about-content .text{
  font-size: 16px;
  color: #222222;
  margin-bottom: 25px;
}
.about-content .list{
  margin-bottom: 32px;
}
.about-content .list li{
  position: relative;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 0px 0px 0px 25px;
}
.about-content .list li:before{
  position: absolute;
  content: "\f10c";
  /* font-family: 'FontAwesome'; */
  font-size: 14px;
  color: #848484;
  left: 0px;
  top: 0px;
}
.about-section .about-content .link a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #222222;
  border: 2px solid #ff5e14;
  border-radius: 30px;
  padding: 13px 36px 11px 37px;
}
.about-section .about-content .link a:hover{
  background: #ff5e14;
  color: #ffffff;
}

.about-section .video-gallery {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-left: 20px;
  box-shadow: 0 20px 50px rgba(229, 229, 229, 0.90);
}
.about-section .video-gallery:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.50);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.about-section .video-gallery img {
  width: 100%;
}
.about-section .video-gallery .overlay-gallery {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 500ms ease;
}
.about-section .video-gallery .overlay-gallery .icon-holder{
  display: table;
  height: 100%;
  width: 100%;    
}
.about-section .video-gallery .overlay-gallery .icon-holder .icon{
  display: table-cell;
  vertical-align: middle;    
}
.video-gallery .overlay-gallery .icon-holder .icon a{
  position: relative;
  display: inline-block;
  width: 74px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  background: #ff5e14;
  border-radius: 50%;
  -webkit-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: all 1s ease;
}
.video-gallery .overlay-gallery .icon-holder .icon i:before{
  font-size: 20px;
  color: #ffffff;
  margin: 0px;
}

/** cause-section **/

.cause-top-content{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  padding: 79px 0px 350px 0px;
}
.cause-top-content .top-title{
  position: relative;
  font-size: 42px;
  line-height: 55px;
   /* font-family: 'Playfair Display', serif; */ 
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 13px;
}
.cause-top-content .top-text{
  position: relative;
  color: #ffffff;
  margin-bottom: 27px;
}
.cause-bottom-content{
  background: #f0f1f5;
  padding-bottom: 120px;
}
.cause-bottom-content .cause-content{
  margin-top: -340px;
  background: transparent;
}

.single-cause-content .progress-box{
  position: relative;
  margin-bottom: 21px;
}
.single-cause-content .progress-box .progress {
  height: 6px;
  margin-bottom: 4px;
}
.single-cause-content .progress-box .progress {
  background-color: #e5e5e5;
  border-radius: 0px;
  box-shadow: none;
  overflow: visible;
}
.single-cause-content .progress-box .progress-bar {
  position: relative;
  background-color: #ff5e14;
  box-shadow: none;
  -webkit-transition: all 3s ease 0s;
  -moz-transition: all 3s ease 0s;
  -ms-transition: all 3s ease 0s;
  -o-transition: all 3s ease 0s;
  transition: all 3s ease 0s;
  width: 0;
}
.single-cause-content .progress-box .progress-bar .value-holder {
  position: absolute;
  text-align: center;
  /* font-family: 'Work Sans', sans-serif; */
  bottom: 15px;
  right: -29px;
  color: #ff5e14;
  line-height: 18px;
  font-weight: 700;
  border: 2px solid #ffae89;
  border-radius: 3px;
  font-size: 12px;
  padding: 3px 4px 2px 4px;
}
.single-cause-content .progress-box .progress-bar .value-holder:before {
  position: absolute;
  content: '';
  background: #ffffff;
  width: 8px;
  height: 8px;
  left: 50%;
  margin-left: -3px;
  bottom: -5px;
  border-bottom: 2px solid #ffae89;
  border-right: 2px solid #ffae89;
  transform: rotate(45deg);
}
.single-cause-content{
  position: relative;
  background: #ffffff;
  padding: 20px 20px 31px 20px;
}
.single-cause-content .image-box{
  position: relative;
  overflow: hidden;
  margin-bottom: 22px!important;
}
.single-cause-content .lower-content h4 a{
  display: inline-block;
  margin-bottom: 0;
}
.single-cause-content .lower-content .text{
  line-height: 24px;
  margin-bottom: 59px;
}
.single-cause-content .price{
  margin-bottom: 22px;
}
.single-cause-content .price li{
  position: relative;
  display: inline-block;
  color: #222222;
}
.single-cause-content .price li:last-child{
  float: right;
}
.single-cause-content .price li span{
  color: #848484;
}
.cause-section .owl-dots{
  display: none !important;
}
.cause-section .owl-theme .owl-controls{
  position: absolute;
  top: -83px;
  left: 50%;
  margin-left: -44px;
}
.overlay-bg:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.80);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
.overlay-style-one .inner-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.overlay-style-one .image-box {
  position: relative;
  display: block;
  margin-bottom: 0px;
}
.overlay-style-one .image-box img {
  position: relative;
  display: block;
  width: 100%;
}
.overlay-style-one .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}
.overlay-style-one .overlay-box:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
}
.overlay-style-one .inner-box .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 0px;
}
.overlay-style-one .inner-box .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.overlay-style-one .inner-box:hover .overlay-box:before {
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
}
.overlay-style-one .inner-box:hover .overlay-box {
  opacity: 1;
}
.overlay-style-one .inner-box .overlay-inner .content a.link{
    width: 66px;
    height: 66px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    z-index: 1;
    display: block;
    top: 50%;
    left: 50%;
    margin-top: -33px;
    margin-left: -33px;
    cursor: pointer;
    transition: background-color 0.3s,opacity 0.3s,visibility 0.3s,border-color 0.3s;
    -webkit-transition: background-color 0.3s,opacity 0.3s,visibility 0.3s,border-color 0.3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
.overlay-style-one .inner-box .overlay-inner .content a.link .fa {
	color: rgba(255,255,255,.5);
    top: 50%;
    margin-top: 17px;
    font-size: 33px;
    text-align: center;
}
.overlay-style-one .inner-box:hover .overlay-inner .content a.link{
  background: #C00;
  color: #ffffff;
      animation: videoiconclick 1.5s infinite ease-in-out;
    -webkit-animation: videoiconclick 1.5s infinite ease-in-out;
}
.single-cause-content .lower-content h4 a{
  display: inline-block;
  margin-bottom: 16px;
}

.three-column-carousel .owl-item {
  margin-left: 0px;
}
.three-column-carousel .owl-item:first-child {
  margin-left: 0;
}
.single-cause-content-wapper {
	padding: 0 10px;
}


#new-footer {
	margin: 60px 0 0 ;
	background: #1c2931;
	padding: 60px 0 0px 0;
	color: #a9c3a6;
	font-size: 14px;
}
#new-footer p {
	color: #a3bdcc;
	text-align: center;
}
#new-footer .foo-box {
	position: relative;
	border: solid 1px #334049;
	padding: 50px 0 15px;
}
#new-footer .foo-box h3 {
	margin: 0 0 25px;

}
#new-footer .foo-box h3,
#new-footer .foo-box p {
	/* font-family: Arial; */
	font-family: 'Suisse-Intl','sans-serif' !important; 
}
#new-footer .foo-box p {
	font-size: 15px;
	margin: 0 0 3px;
}
#new-footer .fa {
    background: #ff5e14;
    position: absolute;
    top: -30px;
    margin: 0 0 0 -25px;
    left: 50%;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    /* vertical-align: middle; */
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
}
.foo-bottom {
	margin: 30px 0 0 0;
	border-top: solid 1px #334049;
	padding: 15px 0;
    background: #162127;
}
.p-0 {
	padding: 0;
}
.m-0 {
	margin: 0;
}
@media(max-width: 968px){
	#new-footer .foo-box {
		margin: 0 0 60px;
	}
	.main-slider h1 {
		font-size: 29px !important;
		line-height: 29px !important;
	}
	.main-slider .slide {
		padding: 0px 0px 200px 0px;
	}
	.main-slider h1 span {
		margin-left: 150px;
	}
}
/* *****************************
======================> helpers 
***************************************/
.text-white {
	color: #fff;
}
/** upcoming-event **/

.upcoming-event{
  position: relative;
}
.upcoming-event .title-text{
  margin-bottom: 43px;
}
.single-upcoming-event{
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
}
.single-upcoming-event .img-box{
  position: relative;
  overflow: hidden;
}
.single-upcoming-event .img-box img{
  width: 100%;
  transform: scale(1.0);
  transition: all 5s ease;
}
.single-upcoming-event:hover .img-box img{
  transform: scale(1.5);
}
.single-upcoming-event .img-box .date{
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  width: 70px;
  height: 70px;
  text-transform: uppercase;
  text-align: center;
  background: #ff5e14;
  padding: 19px 0px 15px 0px;
  transition: all 500ms ease;
  font-family: Arial;
}
.single-upcoming-event .img-box .date span{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 14px;
  font-weight: 500;
  color: #ffffff;
}
.single-upcoming-event .lower-content{
  position: relative;
  padding: 22px 20px 39px 30px;
  height: 141px;
  max-height: 141px;
}
.single-upcoming-event .lower-content h4 a{
  display: inline-block;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical;
}
.lower-content h4 {
    font-size: 16px;
    line-height: 23px;
}
.single-upcoming-event .lower-content .info-box{
  margin-bottom: 23px;
}
.single-upcoming-event .lower-content .info-box li{
  position: relative;
  display: inline-block;
  margin-right: 7px;
  font-size: 14px;
}
.single-upcoming-event .lower-content .info-box li:last-child{
  margin-right: 0px;
}
.single-upcoming-event .lower-content .info-box li i:before{
  font-size: 14px;
  color: #ff5e14;
  margin-right: 6px;
}
.single-upcoming-event .lower-content .theme-btn-two{
  padding: 4px 28px 6px 28px;
}
/** overlay-style **/


.single-upcoming-event .overlay-style-one .inner-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.single-upcoming-event .overlay-style-one .image-box {
  position: relative;
  display: block;
  margin-bottom: 0px;
}
.single-upcoming-event .overlay-style-one .image-box img {
  position: relative;
  display: block;
  width: 100%;
}
.single-upcoming-event .overlay-style-one .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}
.single-upcoming-event .overlay-style-one .overlay-box:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-color: rgba(255, 94, 20, 0.80);
  -moz-transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.single-upcoming-event .overlay-style-one .inner-box .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 0px;
}
.single-upcoming-event .overlay-style-one .inner-box .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.single-upcoming-event .overlay-style-one .inner-box:hover .overlay-box:before {
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
}
.single-upcoming-event .overlay-style-one .inner-box:hover .overlay-box {
  opacity: 1;
}
.single-upcoming-event .overlay-style-one .inner-box .overlay-inner .content a.link{
  position: relative;
  display: inline-block;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 52px;
  background: #ffffff;
  color: #ff5e14;
  text-align: center;
  border-radius: 50%;
}
.single-upcoming-event .overlay-style-one .inner-box .overlay-inner .content a.link:hover{
  background: #222222;
  color: #ffffff;
}

.overlay-style-two .single-item .image {
  position: relative;
  overflow: hidden;
}
.overlay-style-two .single-item .image:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 8;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(255, 94, 20, 0.80);
}
.overlay-style-two .single-item img {
  width: 100%;
  -webkit-transition: .7s ease;
  -o-transition: .7s ease;
  transition: .7s ease;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}
.overlay-style-two .single-item:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.overlay-style-two .single-item .overlay {
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 10;
}
.overlay-style-two .single-item .overlay-content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 0px;
}
.overlay-style-two .single-item .overlay .content {
  display: table-cell;
  vertical-align: middle;
}
.overlay-style-two .single-item:hover .image:before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
}
.overlay-style-two .single-item:hover .overlay {
  opacity: 1;
}
.overlay-style-two .single-item .overlay a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0px;
  color: #ffffff;
}
.overlay-style-two .single-item .overlay a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 52px;
  background: #ffffff;
  color: #ff5e14;
  text-align: center;
  border-radius: 50%;
}
.overlay-style-two .single-item .overlay a:hover{
  background: #222222;
  color: #ffffff;
}
.overlay-style-two .sec-title {
    position: relative;
    display: block;
    font-size: 42px;
    line-height: 52px;
    font-family: Arial, serif;
    color: #222222;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 30px;
    margin-bottom: 12px;
}
.overlay-style-two .upcoming-event .title-text {
    margin-bottom: 43px;
}
.overlay-style-two .title-text {
    font-size: 16px;
    margin-bottom: 30px;
}

/** page-title **/

.page-title {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 0px 0 0px;
}
.page-title .container{
	max-width: 850px;
}
.page-title:before{
  position: absolute;
  content: '';
  background: #ffffff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.page-title .content-box .title{
  position: relative;
  display: block;
  font-size: 68px;
  line-height: 75px;
  /* font-family: 'Playfair Display', serif; */
  color: #000000;
  font-weight: 700;
  margin-bottom: 15px;
}
.page-title .content-box .bread-crumb li{
  position: relative;
  display: inline-block;
  margin-right: 1px;
  padding-right: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
}
.page-title .content-box .bread-crumb li:before{
  position: absolute;
  content: '/';
  font-size: 16px;
  color: #000000;
  top: 0px;
  right: 0px;
}
.page-title .content-box .bread-crumb li:last-child:before{
  display: none;
}
.page-title .content-box .bread-crumb li:last-child{
  margin-right: 0px;
  padding-right: 0px;
}
.page-title .content-box .bread-crumb li a{
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
}
.page-title .content-box .bread-crumb li a:hover{
  color: #ff5e14;
}
.news-section.sec-pad-2 {
	padding-top: 0 !important;
}
/*** 

====================================================================
                        Blog-Page
====================================================================

***/


.blog-grid .single-news-content{
  margin-bottom: 50px;
}
.blog-grid .pagination,
.blog-classic .pagination{
  padding-top: 20px;
}
.blog-classic .blog-classic-content{
  margin-right: 20px;
}
.blog-classic .blog-classic-content .single-news-content{
  margin-bottom: 50px;
}
.blog-classic .blog-classic-content .single-news-content:hover{
  transform: scale(1.0);
}
.blog-classic .blog-classic-content .single-news-content .lower-content .text a{
  position: relative;
  display: inline-block;
  font-size: 26px;
  line-height: 35px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 4px;
}
.blog-classic .blog-classic-content .single-news-content .lower-content .text a:hover{
  color: #ff5e14;
}
.blog-classic .blog-classic-content .single-news-content .img-box{
  margin-bottom: 22px;
}

.blog-details .blog-details-content{
  margin-right: 20px;
}
.blog-details .blog-details-content img{
  width: 100%;
}
.img-none img{
	display: none;
}
.blog-details .blog-details-content .content-style-one .img-box{
  margin-bottom: 32px;
}
.blog-details .blog-details-content .content-style-one{
  margin-bottom: 43px;
}
.blog-details .blog-details-content .content-style-one .sec-title{
  line-height: 60px;
  margin-bottom: 11px;
}
.blog-details .blog-details-content .content-style-one .date{
  margin-bottom: 16px;
}
.blog-details .blog-details-content .content-style-two .text{
  position: relative;
  margin: 43px 0px 30px 0px;
}
.blog-details .blog-details-content .content-style-two .text p{
  margin-bottom: 26px;
}
.blog-details .blog-details-content .post-share-option{
  position: relative;
  padding: 13px 0px 15px 0px;
  margin-bottom: 65px;
}
.blog-details .blog-details-content .post-share-option .share{
  position: relative;
  float: right;
}
.blog-details .blog-details-content .post-share-option .share .social-links{
  position: absolute;
  right: 60%;
  top: 0px;
  width: 150px;
  opacity: 0;
  visibility: hidden;
  margin-right: -15px;
  padding-right: 5px;
  transition: all 500ms ease;
}
.blog-details .blog-details-content .post-share-option .share:hover .social-links {
  opacity: 1;
  visibility: visible;
  margin-right: 0px;
}
.blog-details .blog-details-content .post-share-option .share a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 45px;
  z-index: 1;
}
.blog-details .blog-details-content .post-share-option .share i:before{
  font-size: 13px;
  margin-right: 9px;
}
.blog-details .blog-details-content .post-share-option .list{
  display: inline-block;
}
.blog-details .blog-details-content .post-share-option .list li{
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.blog-details .blog-details-content .post-share-option .list li:last-child{
  margin-right: 0px;
}
.blog-details .blog-details-content .post-share-option .list li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  border: 2px solid #dedede;
  padding: 3px 22px 2px 22px;
  border-radius: 30px;
}
.blog-details .blog-details-content .post-share-option .list li a:hover{
  color: #ffffff;
  background: #ff5e14;
  border: 2px solid #ff5e14;
}
.blog-details .blog-details-content .comment-area .comment-box{
  position: relative;
  padding: 20px 30px 25px 31px;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.blog-details .blog-details-content .comment-area .comment{
  position: relative;
  padding: 0px 0px 0px 100px;
  margin-bottom: 25px;
}
.blog-details .blog-details-content .comment-area .comment .thumb-box{
  position: absolute;
  overflow: hidden;
  left: 0px;
  top: 7px;
  width: 75px;
  height: 70px;
}
.blog-details .blog-details-content .comment-area .comment.replay{
  margin-left: 100px;
  margin-bottom: 0px;
  border-top: 1px solid #f4f4f4;
  padding: 19px 0px 0px 100px;
}
.blog-details .blog-details-content .comment-area .comment.replay .thumb-box{
  top: 25px;
}
.blog-details .blog-details-content .comment-area .comment.replay .time{
  margin-bottom: 13px;
}
.blog-details .blog-details-content .comment-title{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  /* font-family: 'Playfair Display', serif; */
  color: #222222;
  font-weight: 700;
  margin-bottom: 32px;
}
.blog-details .blog-details-content .comment-area .comment .comment-name{
  font-size: 20px;
  color: #222222;
  font-weight: 500;
  margin-bottom: 1px;
  display: block;
}
.blog-details .blog-details-content .comment-area .comment .time{
  display: inline-block;
  margin-bottom: 10px;
}
.blog-details .blog-details-content .comment-area .comment .replay{
  position: relative;
  display: inline-block;
  float: right;
  margin-top: -12px;
}
.blog-details .blog-details-content .comment-area .comment .replay a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 22px;
  color: #222222;
  border: 2px solid #dedede;
  padding: 1px 18px 3px 17px;
  border-radius: 30px;
}
.blog-details .blog-details-content .comment-area .comment .replay a:hover{
  color: #ffffff;
  border: 2px solid #ff5e14;
  background: #ff5e14;
}
.blog-details .blog-details-content .comment-area{
  margin-bottom: 102px;
}
.blog-details .blog-details-content .comment-form-area .form-group input[type='text'],
.blog-details .blog-details-content .comment-form-area .form-group input[type='email'],
.blog-details .blog-details-content .comment-form-area .form-group textarea{
  position: relative;
  width: 100%;
  height: 47px;
  border: 1px solid #e5e5e5;
  padding: 10px 20px;
  font-size: 15px;
  font-style: italic;
  color: #848484;
  margin-bottom: 20px;
  transition: all 500ms ease;
}
.blog-details .blog-details-content .comment-form-area .form-group textarea{
  height: 207px;
  resize: none;
  margin-bottom: 22px;
}
.blog-details .blog-details-content .comment-form-area .form-group input:focus,
.blog-details .blog-details-content .comment-form-area .form-group textarea:focus{
  border: 1px solid #ff5e14;
}
.blog-details .blog-details-content .comment-form-area .form-group .theme-btn{
  padding: 11px 35px 10px 35px;
}
.sec-pad-2 {
    padding: 120px 0px !important;
}

/* Mobile menu
---------------------------------------- */
body.mobile_layout.menu_style_left {	margin-left: 0; }
body.mobile_layout.menu_style_right {	margin-right: 0; }
body.mobile_layout.menu_style_right .menu_side_wrap {		right: -6rem; }
body.mobile_layout.menu_style_left .menu_side_wrap {		left: -6rem; }
body.mobile_layout.menu_style_right .menu_side_wrap.opened {right: 0; }
body.mobile_layout.menu_style_left .menu_side_wrap.opened {	left: 0; }

body.mobile_layout.menu_style_side .menu_side_wrap .menu_side_button { 	display:block; }
body.mobile_layout.menu_style_left .menu_side_wrap .menu_side_button:hover { right: -2em; }
body.mobile_layout.menu_style_right .menu_side_wrap .menu_side_button:hover { left: -2em; }

.menu_mobile_close {
	display:block;
	width: 5em;
	height: 5em;
	cursor:pointer;
	position:absolute;
	right:0;
	top: 0;
}
.menu_mobile_close:before,
.menu_mobile_close:after {
	content:' ';
	position:absolute;
	z-index:2;
	left:38%;
	top:50%;
	width: 25%;
	height: 0;
	margin-top:-1px;
	-webkit-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
	border-top: 2px solid #fff;
}
.menu_mobile_close:before {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
			transform: rotate(45deg);
}
.menu_mobile_close:after {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

.menu_mobile_overlay {
	/* display:none !important; */
	/* position:fixed; */
	/* z-index:100000; */
	/* left:0; */
	/* top:0; */
	/* right:0; */
	/* bottom:0; */
	/* background-color:rgba(0,0,0,0.8); */
}

.menu_mobile {
	position:fixed;
	z-index:100002;
	left:0;
	top:0;
	height: 0;
	width: 100%;
	-webkit-transition: height .3s ease-out;
	    -ms-transition: height .3s ease-out;
	        transition: height .3s ease-out;
}
.menu_mobile.opened {
	height:100%;
}

.menu_mobile_inner {
	position:absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom:0;
	width: 100%;
	height: 100%;
	text-align:center;
	overflow:hidden;
}

.menu_mobile a {
	display:block;
}

.menu_mobile .sc_layouts_logo {
	text-align:center;
	margin: 4.4rem 0 0;
}
.menu_mobile .menu_mobile_nav_area {
	position:absolute;
	z-index: 1;
	left: 0;
	top: 70px;
	width: 100%;
	height: auto;
	max-height: 70%;
	padding-right:10px;	/* Hide scrollbar */
	overflow-y: scroll;
}

.menu_mobile .menu_mobile_nav_area ul {
	margin:0 auto;
	padding:0;
	list-style:none;
	width: auto;
}
.menu_mobile .menu_mobile_nav_area ul ul {
	margin: 0;
	display:none;
}
.menu_mobile .menu_mobile_nav_area li {
	margin-bottom:0;
	width:auto;
}
.menu_mobile .menu_mobile_nav_area li > a {
	font-size: 20px;
	line-height: 1.5em;
	padding: 1px 2.5em 1px 0;
	text-transform:uppercase;
	letter-spacing:1px;
	position:relative;
	display: inline-block;
	width: 240px;
	    color: #ffffff;
	text-align:left;
	-webkit-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
.menu_mobile .menu_mobile_nav_area > ul > li > a {
	font-size: 20px;
	line-height: 1.5em;
}
.menu_mobile .menu_mobile_nav_area > ul > li > a:hover {
	text-decoration: none;
}
.menu_mobile .menu_mobile_nav_area > ul > li li > a {
	padding-left: 1em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
.menu_mobile .menu_mobile_nav_area > ul > li li li > a {
	padding-left: 2em;
}
.menu_mobile .menu_mobile_nav_area > ul > li li li li > a {
	padding-left: 3em;
}
.menu_mobile .menu_mobile_nav_area .open_child_menu {
	position:absolute;
	z-index:1;
	right:0;
	top:0;
	display:block;
	width:1em;
	height:1em;
	line-height:1em;
	padding:0;
	text-align:center;
	background-color: rgba(255,255,255,0.1);
	-webkit-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	        transition: all ease .3s;
}

.menu_mobile .menu_mobile_nav_area .open_child_menu .fa {
    font-size: 15px;
}

.menu_mobile .menu_mobile_nav_area li li .open_child_menu {
	background-color:transparent;
	padding: 0;
}
.menu_mobile .menu_mobile_nav_area a:hover > .open_child_menu {
	background-color: rgba(255,255,255,0.2);
}

.menu_mobile .search_form_wrap {
	position:absolute;
	left: 50%;
	bottom: 8rem;
	width: 28rem;
	margin-left: -14rem;
}
.menu_mobile .search_form_wrap form {
	position:relative;
}
.menu_mobile .search_form_wrap .search_field {
	width:100%;
	padding: 1.5em 3em 1.5em 1.5em !important;
}
.menu_mobile .search_form_wrap .search_submit {
	position:absolute;
	left: auto;
	right:0;
	top:0;
	font-size:0.8667em;
	padding:1.5em 1.3em;
	background-color:transparent;
}

.menu_mobile .socials_mobile {
	position:absolute;
	left: 0;
	bottom: 4rem;
	text-align:center;
	display:block;
	width: 100%;
}
.menu_mobile .social_item {
	display:inline-block;
	margin: 1em 1em 0 0;
}
.menu_mobile .social_item .social_icon {
	display:block;
	font-size:1em;
	width:1em;
	height: 1em;
	line-height:1em;
	text-align:center;
}
.scheme_dark .menu_side_inner, .scheme_dark .menu_mobile_inner {
    color: #a6a49a;
    background-color: #2d2928;
}

.sc_layouts_menu_mobile_button {
	display: none;
}
@media (max-width: 968px){
	.header-top {
		display: none;
	}
	.header-upper .logo-box {
		width: 80%;
		position: relative;
	}

	.sc_layouts_menu_mobile_button {
		display: block;
		position: absolute;
		right: -40px;
		top: 5px;
	}
	.sc_layouts_menu_mobile_button .fa {
		    color: #ff5e14;
		    font-size: 25px;
	}

	.map-col {
		    vertical-align: bottom;
	}
}

@media only screen and (max-width: 1200px){
	.about-section .video-column {
		margin: 50px 0px 0px 0px;
	}
	.main-slider h1 {
		font-size: 35px;
		line-height: 40px;
	}
}


.localization-dropdown {
    display: inline-block;
    position: relative;
        margin: -5px 0 0 0;
}
.localization-dropdown > a {
  position: relative;
  background-color: #383837;
  border: 0;
  line-height: 34px;
  border-radius: 0;
  color: #fff;
  text-align: center;
  height: 33px;
  padding: 0px 20px 0px 22px;
  display: block;
}
.localization-dropdown li {
    display: block;
}
.upcoming-event .row .col-lg-4{
	margin-bottom: 30px;
}

/* .localization-dropdown .dropdown-menu {
   margin: 0;
  background-color: #162f3a;
} */
/* .localization-dropdown .dropdown-menu li {
   padding: 0 5px;
  border-top: 1px dashed #D4D4D4;
  height: 32px;
  line-height: 32px;
} */
/* .localization-dropdown .dropdown-menu li a {
  color: #fff;
} */

.mobile-fixed-nav {
   display: none;
}
@media (max-width: 768px) {
	.mobile-fixed-nav {
		display: block;
		position: fixed;
		background: #fff;
		z-index: 999;
		padding: 10px;
	}
	.mobile-fixed-nav .logo-box {
		width: 80%;
		position: relative;
	}
	.main-slider h1 span {
		margin-left: 0;
	}
}

.category-page .single-item {
	margin: 0 0 30px;
}


.category_list {
	margin: 40px 0 0 0;
}
.category_list a {
	color: #1a1b1f;
}
.category_list a:hover {
	text-decoration: none;
}
.category_list .w-dyn-item {
    margin-bottom: 16px;
    margin-top: 0px;
    padding: 16px;
    border-radius: 5px;
    background-color: rgba(247, 248, 250, 0.19);
    box-shadow: 2px 6px 28px -5px rgba(0, 0, 0, 0.22);
    -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 200ms ease;
    transition: color 100ms ease, background-color 100ms ease, box-shadow 200ms ease;
    color: #1a1b1f;
}

.category_list .w-dyn-item .item-heading.smaller {
	margin-top: 0px;
    margin-bottom: 10px;
    /* font-family: Graphik, sans-serif; */
	font-family: 'Suisse-Intl','sans-serif' !important; 
    font-weight: 400;
    font-size: 17px;
    line-height: 1.3;
}
.category_list .w-dyn-item:hover {
    box-shadow: 4px 9px 28px 1px rgba(0, 0, 0, 0.2);
}
.content-style-one span{
	font-family: 'Suisse-Intl','sans-serif' !important; 
}