@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'San Francisco Text';
	src: url('fonts/SanFranciscoText-Regular.woff2') format('woff2'),  url('fonts/SanFranciscoText-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'San Francisco Text';
    src: url('fonts/SanFranciscoText-Light.woff2') format('woff2'),
        url('fonts/SanFranciscoText-Light.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
	font-family: 'San Francisco Text';
	src: url('fonts/SanFranciscoText-Bold.woff2') format('woff2'),  url('fonts/SanFranciscoText-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'San Francisco Text';
	src: url('fonts/SanFranciscoText-Medium.woff2') format('woff2'),  url('fonts/SanFranciscoText-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
    font-family: 'Satisfy';
    src: url('fonts/Satisfy-Regular.woff2') format('woff2'),
        url('fonts/Satisfy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'San Francisco Text';
    src: url('fonts/SanFranciscoText-BoldItalic.woff2') format('woff2'),
        url('fonts/SanFranciscoText-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'San Francisco Text';
    src: url('fonts/SanFranciscoText-Italic.woff2') format('woff2'),
        url('fonts/SanFranciscoText-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'ralewaymedium';
    src: url('fonts/raleway-medium.eot');
    src: url('fonts/raleway-medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-medium.woff') format('woff'),
         url('fonts/raleway-medium.ttf') format('truetype'),
         url('fonts/raleway-medium.svg#ralewaymedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* general start*/
body {
	background: #fff;
	color: #464646;
	font-family: 'San Francisco Text';
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
}
sub, sup {
	font-size: 75%;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: 10px;
	left: 10px;
}
sub {
	bottom: 10px;
	right: 0
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul li {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 40px;
	line-height: 42px;
	color: #000;
	font-family: 'San Francisco Text';
	font-weight: normal;
	font-style: normal;
}
h2 {
	font-size: 36px;
	line-height: 38px;
	color: #000;
	font-family: 'San Francisco Text';
	font-weight: normal;
	font-style: normal;
}
h3 {
	font-size: 30px;
	line-height: 32px;
	color: #000;
	font-family: 'San Francisco Text';
	font-weight: normal;
	font-style: normal;
}
h4 {
	font-size: 26px;
	line-height: 30px;
	color: #000;
	font-family: 'San Francisco Text';
	font-weight: normal;
	font-style: normal;
}
h5 {
	font-size: 20px;
	line-height: 24px;
	color: #000;
	font-family: 'San Francisco Text';
	font-weight: normal;
	font-style: normal;
}
p {
	padding: 0 0 20px 0;
	margin: 0;
}
a {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	color: #04a45c;
	outline: none;
	text-decoration: none;
}
a:hover, a:focus {
	color: #f09e56;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration: none !important;
	outline: none !important;
}
a > img {
	line-height: 0;
}
select, button, input {
	box-shadow: none;
	outline: none;
}
select:hover, button:hover, input:hover, select:focus, button:focus, input:focus {
	box-shadow: none;
	outline: none;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-image: url(images/seclect-arrow.png) !important;
	background-repeat: no-repeat;
	background-position: 95% center;
}
ul.inline_b li {
	display: inline-block;
	vertical-align: middle;
}
.spacer {
	clear: both;
	font-size: 0;
	line-height: 0;
}
.nomar {
	margin: 0;
}
.nomar_R {
	margin-right: 0;
}
.nomar_L {
	margin-left: 0;
}
.nomar_B {
	margin-bottom: 0;
}
.nopad {
	padding: 0 !important;
}
.nopad_R {
	padding-right: 0;
}
.nopad_L {
	padding-left: 0;
}
.nopad_B {
	padding-bottom: 0;
}
.nobor {
	border: none;
}
.nobor_L {
	border-left: none;
}
.nobor_R {
	border-right: none;
}
.nobor_T {
	border-top: none;
}
.nobor_B {
	border-bottom: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.middle {
	margin: 0 auto;
}
.alignleft {
	text-align: left;
	margin: 0;
}
.alignright {
	text-align: right;
	margin: 0;
}
.aligncenter {
	text-align: center;
	margin: 0;
}
.wrapper {
	width: 100%;
}
.footer, footer {
	width: 100%;
	background: #464646;
	padding: 50px 0 0;
}
.site, .site-branding {
	margin: 0;
}
.site-inner {
	width: 100%;
	max-width: 100%;
	margin: 0;
}
.site-header {
	padding: 0;
}
body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {
	height: auto;
}
.site-branding, .site-header-menu, .header-image {
	margin-bottom: 0;
	margin-top: 0;
}
.main-navigation, .site-main {
	margin: 0;
}
.site-header-main {
	display: block;
}
.site-content {
	padding: 0;
}
.content-area {
	float: none;
	margin-right: 0;
	width: 100%;
}
.site-footer {
	display: block;
	padding: 0;
}
.widget {
	font-size: inherit;
	line-height: inherit;
	border: none;
	padding: 0;
	margin: 0;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease;
}
.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease;
}
.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}
.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both;
}
.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}
@-webkit-keyframes empty {
 0% {
opacity: 1
}
}
@-moz-keyframes empty {
 0% {
opacity: 1
}
}
@keyframes empty {
 0% {
opacity: 1
}
}
@-webkit-keyframes fadeIn {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@-moz-keyframes fadeIn {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@keyframes fadeIn {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@-webkit-keyframes fadeOut {
 0% {
opacity:1;
}
 100% {
opacity:0;
}
}
@-moz-keyframes fadeOut {
 0% {
opacity:1;
}
 100% {
opacity:0;
}
}
@keyframes fadeOut {
 0% {
opacity:1;
}
 100% {
opacity:0;
}
}
@-webkit-keyframes backSlideOut {
 25% {
opacity: .5;
-webkit-transform: translateZ(-500px);
}
 75% {
opacity: .5;
-webkit-transform: translateZ(-500px) translateX(-200%);
}
 100% {
opacity: .5;
-webkit-transform: translateZ(-500px) translateX(-200%);
}
}
@-moz-keyframes backSlideOut {
 25% {
opacity: .5;
-moz-transform: translateZ(-500px);
}
 75% {
opacity: .5;
-moz-transform: translateZ(-500px) translateX(-200%);
}
 100% {
opacity: .5;
-moz-transform: translateZ(-500px) translateX(-200%);
}
}
@keyframes backSlideOut {
 25% {
opacity: .5;
transform: translateZ(-500px);
}
 75% {
opacity: .5;
transform: translateZ(-500px) translateX(-200%);
}
 100% {
opacity: .5;
transform: translateZ(-500px) translateX(-200%);
}
}
@-webkit-keyframes backSlideIn {
 0%, 25% {
opacity: .5;
-webkit-transform: translateZ(-500px) translateX(200%);
}
 75% {
opacity: .5;
-webkit-transform: translateZ(-500px);
}
 100% {
opacity: 1;
-webkit-transform: translateZ(0) translateX(0);
}
}
@-moz-keyframes backSlideIn {
 0%, 25% {
opacity: .5;
-moz-transform: translateZ(-500px) translateX(200%);
}
 75% {
opacity: .5;
-moz-transform: translateZ(-500px);
}
 100% {
opacity: 1;
-moz-transform: translateZ(0) translateX(0);
}
}
@keyframes backSlideIn {
 0%, 25% {
opacity: .5;
transform: translateZ(-500px) translateX(200%);
}
 75% {
opacity: .5;
transform: translateZ(-500px);
}
 100% {
opacity: 1;
transform: translateZ(0) translateX(0);
}
}
@-webkit-keyframes scaleToFade {
 to {
opacity: 0;
-webkit-transform: scale(.8);
}
}
@-moz-keyframes scaleToFade {
 to {
opacity: 0;
-moz-transform: scale(.8);
}
}
@keyframes scaleToFade {
 to {
opacity: 0;
transform: scale(.8);
}
}
@-webkit-keyframes goDown {
 from {
-webkit-transform: translateY(-100%);
}
}
@-moz-keyframes goDown {
 from {
-moz-transform: translateY(-100%);
}
}
@keyframes goDown {
 from {
transform: translateY(-100%);
}
}
 @-webkit-keyframes scaleUpFrom {
 from {
opacity: 0;
-webkit-transform: scale(1.5);
}
}
@-moz-keyframes scaleUpFrom {
 from {
opacity: 0;
-moz-transform: scale(1.5);
}
}
@keyframes scaleUpFrom {
 from {
opacity: 0;
transform: scale(1.5);
}
}
 @-webkit-keyframes scaleUpTo {
 to {
opacity: 0;
-webkit-transform: scale(1.5);
}
}
@-moz-keyframes scaleUpTo {
 to {
opacity: 0;
-moz-transform: scale(1.5);
}
}
@keyframes scaleUpTo {
 to {
opacity: 0;
transform: scale(1.5);
}
}
.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
 *display: inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
   display: inline;
}
.banner_capbtn a {
    min-width: 215px !important;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
@font-face {
	font-family: 'Linearicons-Free';
	src:url('fonts/Linearicons-Free.eot?w118d');
	src:url('fonts/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'),
		url('fonts/Linearicons-Free.woff2?w118d') format('woff2'),
		url('fonts/Linearicons-Free.woff?w118d') format('woff'),
		url('fonts/Linearicons-Free.ttf?w118d') format('truetype'),
		url('fonts/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
	font-weight: normal;
	font-style: normal;
}

.lnr {
	font-family: 'Linearicons-Free';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lnr-home:before {
	content: "\e800";
}
.lnr-apartment:before {
	content: "\e801";
}
.lnr-pencil:before {
	content: "\e802";
}
.lnr-magic-wand:before {
	content: "\e803";
}
.lnr-drop:before {
	content: "\e804";
}
.lnr-lighter:before {
	content: "\e805";
}
.lnr-poop:before {
	content: "\e806";
}
.lnr-sun:before {
	content: "\e807";
}
.lnr-moon:before {
	content: "\e808";
}
.lnr-cloud:before {
	content: "\e809";
}
.lnr-cloud-upload:before {
	content: "\e80a";
}
.lnr-cloud-download:before {
	content: "\e80b";
}
.lnr-cloud-sync:before {
	content: "\e80c";
}
.lnr-cloud-check:before {
	content: "\e80d";
}
.lnr-database:before {
	content: "\e80e";
}
.lnr-lock:before {
	content: "\e80f";
}
.lnr-cog:before {
	content: "\e810";
}
.lnr-trash:before {
	content: "\e811";
}
.lnr-dice:before {
	content: "\e812";
}
.lnr-heart:before {
	content: "\e813";
}
.lnr-star:before {
	content: "\e814";
}
.lnr-star-half:before {
	content: "\e815";
}
.lnr-star-empty:before {
	content: "\e816";
}
.lnr-flag:before {
	content: "\e817";
}
.lnr-envelope:before {
	content: "\e818";
}
.lnr-paperclip:before {
	content: "\e819";
}
.lnr-inbox:before {
	content: "\e81a";
}
.lnr-eye:before {
	content: "\e81b";
}
.lnr-printer:before {
	content: "\e81c";
}
.lnr-file-empty:before {
	content: "\e81d";
}
.lnr-file-add:before {
	content: "\e81e";
}
.lnr-enter:before {
	content: "\e81f";
}
.lnr-exit:before {
	content: "\e820";
}
.lnr-graduation-hat:before {
	content: "\e821";
}
.lnr-license:before {
	content: "\e822";
}
.lnr-music-note:before {
	content: "\e823";
}
.lnr-film-play:before {
	content: "\e824";
}
.lnr-camera-video:before {
	content: "\e825";
}
.lnr-camera:before {
	content: "\e826";
}
.lnr-picture:before {
	content: "\e827";
}
.lnr-book:before {
	content: "\e828";
}
.lnr-bookmark:before {
	content: "\e829";
}
.lnr-user:before {
	content: "\e82a";
}
.lnr-users:before {
	content: "\e82b";
}
.lnr-shirt:before {
	content: "\e82c";
}
.lnr-store:before {
	content: "\e82d";
}
.lnr-cart:before {
	content: "\e82e";
}
.lnr-tag:before {
	content: "\e82f";
}
.lnr-phone-handset:before {
	content: "\e830";
}
.lnr-phone:before {
	content: "\e831";
}
.lnr-pushpin:before {
	content: "\e832";
}
.lnr-map-marker:before {
	content: "\e833";
}
.lnr-map:before {
	content: "\e834";
}
.lnr-location:before {
	content: "\e835";
}
.lnr-calendar-full:before {
	content: "\e836";
}
.lnr-keyboard:before {
	content: "\e837";
}
.lnr-spell-check:before {
	content: "\e838";
}
.lnr-screen:before {
	content: "\e839";
}
.lnr-smartphone:before {
	content: "\e83a";
}
.lnr-tablet:before {
	content: "\e83b";
}
.lnr-laptop:before {
	content: "\e83c";
}
.lnr-laptop-phone:before {
	content: "\e83d";
}
.lnr-power-switch:before {
	content: "\e83e";
}
.lnr-bubble:before {
	content: "\e83f";
}
.lnr-heart-pulse:before {
	content: "\e840";
}
.lnr-construction:before {
	content: "\e841";
}
.lnr-pie-chart:before {
	content: "\e842";
}
.lnr-chart-bars:before {
	content: "\e843";
}
.lnr-gift:before {
	content: "\e844";
}
.lnr-diamond:before {
	content: "\e845";
}
.lnr-linearicons:before {
	content: "\e846";
}
.lnr-dinner:before {
	content: "\e847";
}
.lnr-coffee-cup:before {
	content: "\e848";
}
.lnr-leaf:before {
	content: "\e849";
}
.lnr-paw:before {
	content: "\e84a";
}
.lnr-rocket:before {
	content: "\e84b";
}
.lnr-briefcase:before {
	content: "\e84c";
}
.lnr-bus:before {
	content: "\e84d";
}
.lnr-car:before {
	content: "\e84e";
}
.lnr-train:before {
	content: "\e84f";
}
.lnr-bicycle:before {
	content: "\e850";
}
.lnr-wheelchair:before {
	content: "\e851";
}
.lnr-select:before {
	content: "\e852";
}
.lnr-earth:before {
	content: "\e853";
}
.lnr-smile:before {
	content: "\e854";
}
.lnr-sad:before {
	content: "\e855";
}
.lnr-neutral:before {
	content: "\e856";
}
.lnr-mustache:before {
	content: "\e857";
}
.lnr-alarm:before {
	content: "\e858";
}
.lnr-bullhorn:before {
	content: "\e859";
}
.lnr-volume-high:before {
	content: "\e85a";
}
.lnr-volume-medium:before {
	content: "\e85b";
}
.lnr-volume-low:before {
	content: "\e85c";
}
.lnr-volume:before {
	content: "\e85d";
}
.lnr-mic:before {
	content: "\e85e";
}
.lnr-hourglass:before {
	content: "\e85f";
}
.lnr-undo:before {
	content: "\e860";
}
.lnr-redo:before {
	content: "\e861";
}
.lnr-sync:before {
	content: "\e862";
}
.lnr-history:before {
	content: "\e863";
}
.lnr-clock:before {
	content: "\e864";
}
.lnr-download:before {
	content: "\e865";
}
.lnr-upload:before {
	content: "\e866";
}
.lnr-enter-down:before {
	content: "\e867";
}
.lnr-exit-up:before {
	content: "\e868";
}
.lnr-bug:before {
	content: "\e869";
}
.lnr-code:before {
	content: "\e86a";
}
.lnr-link:before {
	content: "\e86b";
}
.lnr-unlink:before {
	content: "\e86c";
}
.lnr-thumbs-up:before {
	content: "\e86d";
}
.lnr-thumbs-down:before {
	content: "\e86e";
}
.lnr-magnifier:before {
	content: "\e86f";
}
.lnr-cross:before {
	content: "\e870";
}
.lnr-menu:before {
	content: "\e871";
}
.lnr-list:before {
	content: "\e872";
}
.lnr-chevron-up:before {
	content: "\e873";
}
.lnr-chevron-down:before {
	content: "\e874";
}
.lnr-chevron-left:before {
	content: "\e875";
}
.lnr-chevron-right:before {
	content: "\e876";
}
.lnr-arrow-up:before {
	content: "\e877";
}
.lnr-arrow-down:before {
	content: "\e878";
}
.lnr-arrow-left:before {
	content: "\e879";
}
.lnr-arrow-right:before {
	content: "\e87a";
}
.lnr-move:before {
	content: "\e87b";
}
.lnr-warning:before {
	content: "\e87c";
}
.lnr-question-circle:before {
	content: "\e87d";
}
.lnr-menu-circle:before {
	content: "\e87e";
}
.lnr-checkmark-circle:before {
	content: "\e87f";
}
.lnr-cross-circle:before {
	content: "\e880";
}
.lnr-plus-circle:before {
	content: "\e881";
}
.lnr-circle-minus:before {
	content: "\e882";
}
.lnr-arrow-up-circle:before {
	content: "\e883";
}
.lnr-arrow-down-circle:before {
	content: "\e884";
}
.lnr-arrow-left-circle:before {
	content: "\e885";
}
.lnr-arrow-right-circle:before {
	content: "\e886";
}
.lnr-chevron-up-circle:before {
	content: "\e887";
}
.lnr-chevron-down-circle:before {
	content: "\e888";
}
.lnr-chevron-left-circle:before {
	content: "\e889";
}
.lnr-chevron-right-circle:before {
	content: "\e88a";
}
.lnr-crop:before {
	content: "\e88b";
}
.lnr-frame-expand:before {
	content: "\e88c";
}
.lnr-frame-contract:before {
	content: "\e88d";
}
.lnr-layers:before {
	content: "\e88e";
}
.lnr-funnel:before {
	content: "\e88f";
}
.lnr-text-format:before {
	content: "\e890";
}
.lnr-text-format-remove:before {
	content: "\e891";
}
.lnr-text-size:before {
	content: "\e892";
}
.lnr-bold:before {
	content: "\e893";
}
.lnr-italic:before {
	content: "\e894";
}
.lnr-underline:before {
	content: "\e895";
}
.lnr-strikethrough:before {
	content: "\e896";
}
.lnr-highlight:before {
	content: "\e897";
}
.lnr-text-align-left:before {
	content: "\e898";
}
.lnr-text-align-center:before {
	content: "\e899";
}
.lnr-text-align-right:before {
	content: "\e89a";
}
.lnr-text-align-justify:before {
	content: "\e89b";
}
.lnr-line-spacing:before {
	content: "\e89c";
}
.lnr-indent-increase:before {
	content: "\e89d";
}
.lnr-indent-decrease:before {
	content: "\e89e";
}
.lnr-pilcrow:before {
	content: "\e89f";
}
.lnr-direction-ltr:before {
	content: "\e8a0";
}
.lnr-direction-rtl:before {
	content: "\e8a1";
}
.lnr-page-break:before {
	content: "\e8a2";
}
.lnr-sort-alpha-asc:before {
	content: "\e8a3";
}
.lnr-sort-amount-asc:before {
	content: "\e8a4";
}
.lnr-hand:before {
	content: "\e8a5";
}
.lnr-pointer-up:before {
	content: "\e8a6";
}
.lnr-pointer-right:before {
	content: "\e8a7";
}
.lnr-pointer-down:before {
	content: "\e8a8";
}
.lnr-pointer-left:before {
	content: "\e8a9";
}

/* general end*/


.home_banner img {
	width: 100%;
	height: auto;
}
#master-header {
	position: fixed;
	background: rgba(0,0,0,0);
	top: 0;
	padding:20px 0;
	left: 0;
	width: 100%;
	z-index: 100;
	-webkit-transition: all 0.5s ease-in-out;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.5s ease-in-out;/* Firefox 4-15 */
	-o-transition: all 0.5s ease-in-out;/* Opera 10.5-12.00 */
	transition: all 0.5s ease-in-out;/* Firefox 16+, Opera 12.50+ */
}
#master-header.fixed{
	background:rgba(0,0,0,0.8);
	padding:10px 0;
	-webkit-transition: all 0.5s ease-in-out;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.5s ease-in-out;/* Firefox 4-15 */
	-o-transition: all 0.5s ease-in-out;/* Opera 10.5-12.00 */
	transition: all 0.5s ease-in-out;/* Firefox 16+, Opera 12.50+ */
}
.logo{
	display:block;
}
.logo > img{
	width:240px;
	height:auto;
	-webkit-transition: all 0.5s ease-in-out;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.5s ease-in-out;/* Firefox 4-15 */
	-o-transition: all 0.5s ease-in-out;/* Opera 10.5-12.00 */
	transition: all 0.5s ease-in-out;/* Firefox 16+, Opera 12.50+ */
}
#master-header.fixed .logo > img{
	width:100px;
	-webkit-transition: all 0.5s ease-in-out;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.5s ease-in-out;/* Firefox 4-15 */
	-o-transition: all 0.5s ease-in-out;/* Opera 10.5-12.00 */
	transition: all 0.5s ease-in-out;/* Firefox 16+, Opera 12.50+ */
}
.main-navigation a {
	color: #fff;
}
.home_banner {
	position: relative;
}
.banner_cap {
	position: absolute;
	left: 0;
	bottom: 100px;
	width: 100%;
	text-align: center;
	z-index:5;
}
.banner_capbtn{margin-top: 100px;}
.banner_cap h1 img{width:auto;}
.banner_cap h1 {
	font-size: 6vw;
	line-height: 6vw;
	margin-bottom: 20px;
	font-style: italic;
	color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#5a5a5a)";/*IE 8*/
	text-shadow: 3px 3px 3px #5a5a5a;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
 	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#5a5a5a); /*IE 5.5-7*/
}
.btn1 {
	font-size: 20px;
	line-height:24px;
	padding: 8px 40px;
	background: rgba(0,0,0,0);
	border: 2px solid #fff;
	display: inline-block;
	color: #fff;
	font-family: 'San Francisco Text';
	font-weight: normal;
	font-style: normal;
}
.btn1:hover, .btn1:focus {
	background: #fff;
	color: #000;
}
.btn2 {
	font-size: 20px;
	line-height:24px;
	padding: 8px 40px;
	background: #fff;
	border: 2px solid #fff;
	display: inline-block;
	color: #000;
	font-family: 'San Francisco Text';
	font-weight: normal;
	font-style: normal;
}
.btn2:hover, .btn2:focus {
	background: rgba(0,0,0,0);
	color: #fff;
}
.banner_capbtn a {
	margin: 0px 10%;
}
.mnu_wrp {
	position: relative;
}
.logo_sec {
	position: absolute;
	left: 0;
	top: 0;
	z-index:1;
}
.tog_mnu {
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 30px;
	color: #FFF;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mnu_sec {
	float: none;
	padding: 48px 0;
	-webkit-transition: all 0.5s ease-in-out;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.5s ease-in-out;/* Firefox 4-15 */
	-o-transition: all 0.5s ease-in-out;/* Opera 10.5-12.00 */
	transition: all 0.5s ease-in-out;/* Firefox 16+, Opera 12.50+ */
}
#master-header.fixed .mnu_sec {
  padding: 10px 0;
  -webkit-transition: all 0.5s ease-in-out;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.5s ease-in-out;/* Firefox 4-15 */
	-o-transition: all 0.5s ease-in-out;/* Opera 10.5-12.00 */
	transition: all 0.5s ease-in-out;/* Firefox 16+, Opera 12.50+ */
}
.navbar {
	margin: 0;
	min-height: inherit;
}
.navbar-nav {
	float: none;
	text-align: right;
}
.navbar-nav > li {
	float: none;
	display: inline-block;
}
.mnu_sec .navbar-nav > li {
	margin: 0 20px;
	position:relative;
}
.mnu_sec .navbar-nav > li.menu-item-has-children:after{
	content: "\f0d7";
	font-family: 'FontAwesome';
	right:-5px;
	top:10px;
	display:block;
	color:#fff;
	position:absolute;
}
.g-recaptcha {
    margin-bottom: 12px;
}
.mnu_sec .navbar-nav > li > .sub-menu{
	position:absolute;
	left:0;
	top:130%;
	margin:0;
	padding:0;
	text-align:left;
	opacity:0;
	visibility:hidden;
	-webkit-transition: all 0.5s ease-in-out;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.5s ease-in-out;/* Firefox 4-15 */
	-o-transition: all 0.5s ease-in-out;/* Opera 10.5-12.00 */
	transition: all 0.5s ease-in-out;/* Firefox 16+, Opera 12.50+ */
}
.mnu_sec .navbar-nav > li:hover > .sub-menu{
	top:100%;
	opacity:1;
	visibility:visible;
	-webkit-transition: all 0.5s ease-in-out;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.5s ease-in-out;/* Firefox 4-15 */
	-o-transition: all 0.5s ease-in-out;/* Opera 10.5-12.00 */
	transition: all 0.5s ease-in-out;/* Firefox 16+, Opera 12.50+ */
}
.mnu_sec .navbar-nav > li > .sub-menu:before{
	position:absolute;
	left:20px;
	bottom:100%;
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 8px 6px;
	border-color: transparent transparent rgba(0,0,0,0.8) transparent;
}
.mnu_sec .navbar-nav > li > .sub-menu > li > a{
	display:block;
	padding:5px 15px;
	background:rgba(0,0,0,0.8);
	color:#fff;
	white-space:nowrap;
	font-weight:normal !important;
}
.mnu_sec .navbar-nav > li > .sub-menu > li{
	border-bottom:1px solid #000;
}
.mnu_sec .navbar-nav > li > .sub-menu > li:first-child > a{
	border-radius:5px 5px 0 0;
	overflow:hidden;
}
.mnu_sec .navbar-nav > li > .sub-menu > li:last-child > a{
	border-radius:0 0 5px 5px;
	overflow:hidden;
}
.mnu_sec .navbar-nav > li > .sub-menu > li:last-child{
	border:none;
}
.mnu_sec .navbar-nav > li > .sub-menu > li:hover > a{
	background:#000;
}
.mnu_sec .navbar-nav > li > a {
	padding:10px;
	font-size: 16px;
	color: #FFF;
	font-family: 'San Francisco Text';
	font-weight: normal;
	font-style: normal;
}
.nav > li > a:hover, .nav > li > a:focus, .nav > li:hover > a{
	background-color: rgba(0,0,0,0) !important;
	color: #f09e56 !important;
}
.mnu_sec .nav > li.current-menu-item >a {
	background-color: rgba(0,0,0,0) !important;
	color: #f09e56 !important;
}
.slide_mnu{
	position:fixed;
	width:250px;
	right:-250px;
	top:0;
	height:100%;
	z-index:100;
	overflow:auto;
	background:rgba(58,25,66,0.8);
	-webkit-transition: all 0.5s ease-in-out;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.5s ease-in-out;/* Firefox 4-15 */
	-o-transition: all 0.5s ease-in-out;/* Opera 10.5-12.00 */
	transition: all 0.5s ease-in-out;/* Firefox 16+, Opera 12.50+ */
}
.openslidemnu .slide_mnu{
	right:0;
	-webkit-transition: all 0.5s ease-in-out;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.5s ease-in-out;/* Firefox 4-15 */
	-o-transition: all 0.5s ease-in-out;/* Opera 10.5-12.00 */
	transition: all 0.5s ease-in-out;/* Firefox 16+, Opera 12.50+ */
}
.slide_mnu .menu > li > a{
	display:block;
	padding:15px 20px;
	color:#fff;
}
.slide_mnu .menu > li:hover > a, .slide_mnu .menu > li.current-menu-item > a{
	background:#3a1942;
}
.slide_mnu .menu > li{
	border-bottom:1px solid #3a1942;
}
.slide_mnu .menu > li:last-child{
	border:none;
}
.slide_mnuhdr:after, .slide_mnuhdr:before{
	clear:both;
	content:'';
	display:table;
}
.slide_mnu .menu > li > .sub-menu > li > a{
	color: #fff;
    display: block;
    padding: 8px 20px 8px 30px;
	font-size:14px;
}
.slide_mnuhdr{
	border-bottom:1px solid #3a1942;
}
.cls_slidemnu{
	float:right;
	height:30px;
	width:30px;
	line-height:28px;
	text-align:center;
	background:#fff;
	color:#3a1942;
}
.wl_sec {
	background: #fff;
	padding: 50px 0;
}
.wl_sec h2 {
	font-size: 45px;
	font-weight: normal;
	color: #000;
	line-height: initial;
	text-align: center;
	padding-bottom: 24px;
}
.wl_sec .gather {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	padding:20px;
}
.wl_sec .gather ul {
	margin: 0;
	padding: 0;
}
.wl_sec .gather ul li {
	display: inline-block;
	width: 50%;
	padding: 0 90px;
	position:relative;
}
.wl_sec .gather ul li:after{
	content:'';
	position:absolute;
	left:100%;
	top:55%;
	width:2px;
	height:60px;
	background:#f09e56;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
}
.wl_sec .gather ul > li:last-child:after{
	display:none;
}
.wl_sec .gather ul li:last-child {
    border: medium none;
    padding: 0 90px;
    width: 50%;
	margin-left:-4px;
}
.wl_sec .gather ul li h3 {
	color: #000;
	font-size: 26px;
	font-weight: 500;
	line-height: initial;
	margin-bottom: 10px;
	padding:0;
	text-align:center;
}
.wl_sec .gather ul li p {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	line-height: 26px;
	text-align:center;
	padding:0;
}
.wl_sec .gather ul li span {
	font-size: 18px;
	font-weight: 400;
	color: #1f1f1f;
	display: inline-flex;
	text-align: left;
	line-height: 24px;
}
.wl_sec .gather .drs {	
	margin: 50px 0 0 0;
	text-align: center;
}
.wl_sec .gather .drs a {
	background: #f09e56;
	color: #fff;
	font-size: 20px;
	padding: 10px 0;
	display: block;
	width: 200px;
	margin:0 auto;
}
.wl_sec .gather .drs a:hover{
	background:#000;
	color:#fff;
}
.wl_sec .gather .drs a i {
	color: #f09e56;
	font-size: 26px;
}
.upco_confrc {
	position:relative;
	min-height:300px;
}
.upco_confrc > img{
	width:100%;
	height:auto;
}
.upco_evt_wrp{
	position:absolute;
	top:12%;
	left:0;
	width:100%;
}
.upcoming_from_wrp{
	position:absolute;
	bottom:8%;
	left:0;
	width:100%;
}
.upco_confrc .widget .widget-title {
	font-size: 70px;
	font-weight: 500;
	color: #fff;
	text-transform:capitalize;
	font-family: 'San Francisco Text';
	font-weight: bold;
	letter-spacing:inherit;
	margin:0;
	line-height: initial;
	text-align: center;
	padding:40px 0 0;
}
.ai1ec-popover.ai1ec-popup .post-edit-link{display:none;}
.ai1ec-agenda-widget-view {
  max-width: 100%;
}
.upco_evt .ai1ec-date{
	background:rgba(0,0,0,0) !important;
	border:none !important;
	text-align:center;
}
.upco_evt .ai1ec-popover.ai1ec-popup{
	position:static;
	display:block !important;
	border:none;
	border-radius:0;
	background:rgba(0,0,0,0);
	color:#fff;
	box-shadow:none;
	width:100%;
	text-align:center;
	max-width:100%;
	padding:0;
}
.upco_evt .ai1ec-date-events{
	position:relative;
}
.upco_evt .ai1ec-date-events:after{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	content:'';
	background:0 0;
	z-index:1;
	background:rgba(0,0,0,0);
}
.upco_evt .ai1ec-popup-trigger, .upco_evt .ai1ec-date-title, .upco_evt .ai1ec-popup-title, .upco_evt .ai1ec-popup-excerpt{
	display:none !important;
}
.upco_evt .ai1ec-event, .upco_evt .ai1ec-date-events{
	margin:0;
}
.upco_evt .ai1ec-event-time{
	margin:10px 0 0 0 !important;
	padding:0 !important;
	font-size:16px !important;
	font-weight:normal !important;
	background:rgba(0,0,0,0) !important;
}
.ai1ec-no-results {
    color: #ccc;
    font-size: 15px;
    font-weight: 600;
    margin: 0 !important;
    text-align: center;
}
.grw_sec {
	padding: 130px 0 190px;
	background: url(images/grow-banner.jpg) 0 0 / cover no-repeat;
}
.grw_sec h2 {
	font-size: 80px;
	line-height:80px !important;
	color: #f09e56;
	font-weight: 700;
	line-height: initial;
	margin-bottom: 0;
}
.grw_sec h2 span{
	color:#fff;
}
.grw_sec h3{
	font-size:32px; 
	margin-bottom:15px;
	color:#FFF; 
	font-weight:normal;
}
.grw_sec h2 span{
	display:block; 
	font-size:18px; 
	font-weight:500;
}
.grw_sec p {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	line-height: 30px;
	width: 100%;
	max-width: 520px;
}
.grw_by small{
	display:block;
	font-size:18px;
	line-height:18px;
	margin-bottom:10px;
}
.grw_by{
	margin-bottom:20px;
	color:#fff;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
}
.grw_btn{
	margin-top:40px;
}
.grw_btn a {
	margin: 0 2% 0 0;
}
.grw_btn .btn1 {
	font-size: 16px;
	padding: 6px 60px;
	background: rgba(0,0,0,0);
	border: 2px solid #fff;
	display: inline-block;
	color: #fff;
	font-family: 'ralewaymedium';
    font-weight: normal;
    font-style: normal;
}
.grw_btn .btn1:hover, .grw_btn .btn1:focus {
	background: #fff;
	color: #000;
}
.grw_btn .btn2 {
	font-size: 16px;
	padding: 6px 60px;
	background: #fff;
	border: 2px solid #fff;
	display: inline-block;
	color: #000;
	font-family: 'ralewaymedium';
    font-weight: normal;
    font-style: normal;
}
.grw_btn .btn2:hover, .grw_btn .btn2:focus {
	background: rgba(0,0,0,0);
	color: #fff;
}
.ftr_top {
  margin-bottom: 70px;
  margin-top: 30px;
}
.ftr_top h3 {
	font-size: 24px;
	font-weight: 700;
	color: #ccc;
	padding-bottom: 20px;
}
.ftr_top .ftr_con p {
	font-size: 18px;
	font-weight: 400;
	color: #ccc;
	line-height: 26px;
}
.mns_lgo{
	display:none;
}
.postid-378 .mns_lgo{
	display:block;
}
.postid-378 .inner-conwrp h3.title2{
	display:none;
}
.wal_srch .form-control, .wal_srch .btn{
	height:55px;
	font-size:20px;
}
.wal_srch{
	margin-bottom:30px;
}
.about-page p {
    font-size: 20px;
    font-style: initial;
}
.blg_sec h4 {
    margin-bottom: 15px;
}
.ftr_soc .textwidget{
	margin-left:8px;
}
.ftr_top .ftr_con h4 {
	margin: 0;
	font-size: 24px;
	font-weight: 500;
	color: #b4b4b4;
	letter-spacing:0;
}
.inner_banner > img{
	width:100%;
}
.ftr_top .ftr_con h4 i{
	margin-right:10px;
}
.ftr_top .ftr_con ul li {
	background: #ef9e56;
	border-radius: 50%;
	display: inline-block;
	margin: 0 10px 0 0;
	width: 50px;
}
.ftr_top .ftr_con ul li a {
	color: #fff;
	display: block;
	font-size: 30px;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	box-shadow: none;
}
.ftr_top .ftr_con ul li a:hover{
	color:#000;
}
.ftr_top .ftr_con h5 {
	margin: 0 0 10px;
	font-size: 18px;
	color: #b4b4b4;
	font-weight: 500;
	font-style: normal;
}
.ftr_top .ftr_con .wpcf7 p {
	padding: 0;
}
.ftr_top .ftr_con .wpcf7 input {
	background: none;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	font-weight: 400;
	color: #b4b4b4;
	padding: 5px 0;
	border-radius: 0;
}
.ftr_top .ftr_con .wpcf7 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b4b4b4;
}
.ftr_top .ftr_con .wpcf7 input::-moz-placeholder { /* Firefox 19+ */
  color: #b4b4b4;
}
.ftr_top .ftr_con .wpcf7 input:-ms-input-placeholder { /* IE 10+ */
  color: #b4b4b4;
}
.ftr_top .ftr_con .wpcf7 input:-moz-placeholder { /* Firefox 18- */
  color: #b4b4b4;
}
.ftr_top .ftr_con .wpcf7 .wpcf7-submit {
	background: #f09e56;
	color: #FFF;
	border: none;
	font-size: 18px;
	font-weight: 400;
	text-transform: none;
	padding: 8px 14px;
	margin-top: 10px;
}
.ftr_top .ftr_con .wpcf7 .wpcf7-submit:hover{
	color:#000;
}
.page-template-template-ministries .clndr_wrp{
	margin:50px 0;
}
ul#menu-footer-menu.menu {
	padding: 26px 0;
}
ul#menu-footer-menu.menu li {
	display: inline-block;
	margin: 0 25px;
}
ul#menu-footer-menu.menu li a {
	font-size: 20px;
	color: #ccc;
	font-weight: 400;
}
.ftr_cpyr {
	margin-top: 14px;
}
.ftr_cpyr p {
	font-size: 16px;
	color: #ccc;
	font-weight: 400;
}
.ftr_cpyr span{font-size:14px; color:#CCC; text-align:center;}
.btm-footer{background:#252525; padding:14px 0 40px;}
.gather p {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}
.glry_inr {
	margin: 0 0 8px;
}
.glry_inr a{
	display:block;
	position:relative;
	z-index:3;
	overflow: hidden;
}
.glry_inr a:after{
	content:'';
	left:0;
	right:0;
	bottom:0;
	top:0;
	background:rgba(240,158,86,0.8);
	position:absolute;
	z-index:1;
	opacity:0;
	visibility:hidden;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.glry_inr a:hover:after{
	opacity:1;
	visibility:visible;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.glry_inr h3{
	position:absolute;
	bottom:10px;
	padding:10px;
	text-align:center;
	color:#fff;
	width:100%;
	z-index:2;
	font-size:34px;
}
.text-center.flry_cont p {
  color: #f09e56;
  font-family: "San Francisco Text";
  font-size: 30px;
  font-style: italic;
  font-weight: normal;
  line-height: 38px;
  margin: 0 auto;
}
.text-center.flry_cont {
	padding: 100px 0;
}
.ai1ec-weekday-date {
	font-size: 43px;
	font-weight: normal;
	display: block;
}
.ai1ec-week-view th .ai1ec-weekday-date, .ai1ec-oneday-view th .ai1ec-weekday-date {
	font-size: 48px;
	font-weight: bold!important;
	font-weight: normal;
	text-align: center;
	display: block;
}
th.ai1ec-weekday {
	text-align: center!important;
}
section.event_clander {
	padding-top: 60px;
}
.fstname {
	width: 20%;
	display: inline-block;
	padding:0 10px;
	vertical-align:middle;
	margin:0 -4px 0 0;
	position:relative;
}
.upcoming_from .fstname .ajax-loader{
	position:absolute;
	right:5px;
	top:14px;
}
.upcoming_from .fstname .wpcf7-submit{
	width:100%;
}
.fstname1 {
	width: 100%;
	padding:0 10px;
	vertical-align:middle;
	position:relative;
	margin: auto;
}
.upcoming_from .wpcf7-form{
	margin:0 -10px;
}
section.upcoming_form {
	background: #78580e;
}
.upcoming_from input.wpcf7-text {
	background: none;
	border: 1px solid #fff;
	border-radius: 0px;
	color: #fff;
	width:100%;
	height:40px;
	padding:5px;
}
.upcoming_from .wpcf7-submit {
	background: #fff;
	color: #000;
	border-radius: 0;
	padding: 14px 15px;
	border:none;
	outline:none;
	height:42px;
}
.wpcf7-form-control-wrap {
  display: block;
}
.upcoming_from input.wpcf7-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #fff;
 opacity:1;
}
.upcoming_from input.wpcf7-text::-moz-placeholder { /* Firefox 19+ */
 color: #fff;
 opacity:1;
}
.upcoming_from input.wpcf7-text:-ms-input-placeholder { /* IE 10+ */
 color: #fff;
 opacity:1;
}
.upcoming_from input.wpcf7-text:-moz-placeholder { /* Firefox 18- */
 color: #fff;
 opacity:1;
}
input.wpcf7-form-control.wpcf7-submit:hover {
	background: #000;
	color: #fff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
i.fa.fa-angle-double-down {
	font-size: 43px;
	color: #f09e56;
}
.event_clander table.ai1ec-week-view-original{
	visibility:visible;
	border:none;
}
.event_clander .ai1ec-grid-container{
	display:none;
}
.event_clander .ai1ec-week-view-original thead > tr:last-child{
	display:none;
}
.event_clander .timely .ai1ec-weekday a{
	color:#696969;
	display:block;
	padding:10px;
	position:relative;
	cursor:pointer;	
}
.event_clander .ai1ec-weekday-date {
  font-size: 50px !important;
  line-height:50px;
  font-weight: bold !important;
}
.event_clander .ai1ec-weekday-day{
	font-size:18px !important;
	color:#000;
}
.event_clander .ai1ec-clearfix, .event_clander .ai1ec-pagination, .event_clander .ai1ec-subscribe-container{
	display:none;
}
.event_clander .ai1ec-week-view-original tbody .ai1ec-week > td{
	display:none;
}
.event_clander .ai1ec-week-view-original tbody .ai1ec-week > td.ai1ec-today{
	display:block;
}
.event_clander .ai1ec-week-view-original th.ai1ec-today .ai1ec-load-view{
	background:#f09e56;
	color:#fff;
	display:block;
}
.event_clander th.ai1ec-today .ai1ec-load-view:after, .event_clander th.ai1ec-today .ai1ec-load-view:before {
	bottom: -30px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index:1;
}
.event_clander th.ai1ec-today .ai1ec-load-view:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #d9d9d9;
	border-width: 16px;
	margin-left: -16px;
}
.event_clander th.ai1ec-today .ai1ec-load-view:before {
	border-color: rgba(44, 57, 245, 0);
	border-bottom-color: #f09e56;
	border-width: 22px;
	margin-left: -22px;
}
.event_clander .ai1ec-week-view-original th.ai1ec-today .ai1ec-load-view .ai1ec-weekday-day{
	color:#fff;
}
.event_clander table, .event_clander thead, .event_clander tbody, .event_clander tr{
	display:block;
}
.event_clander table thead tr th{
	display:inline-block;
	width:14.285%;
	margin:0 -4px 0 0;
}
.event_clander .ai1ec-week-view-original .ai1ec-week .ai1ec-day{
	border:4px solid #f09e56;
	background:#d9d9d9;
	padding:30px 20px;
	position:relative;
	margin-top:26px;
}
.event_clander .ai1ec-week-view-original .ai1ec-week .ai1ec-day:after{
	position:absolute;
	content:'';
	top:0;
	left:0;
	width:100%;
	z-index:2;
	background:rgba(0,0,0,0);
	height:100%;
}
.event_clander .ai1ec-week-view-original .ai1ec-week .ai1ec-day .ai1ec-popover{
	display:block;
	position:static;
	padding:10px 0;
	box-shadow:none;
	border:none;
	background:rgba(0,0,0,0);
	border-radius:0;
	width:100%;
	max-width:100%;
}
.event_clander .ai1ec-event-time{
	padding:0 !important;
	margin:0 !important;
	background:rgba(0,0,0,0) !important;
}
.event_clander .ai1ec-week-view-original{
	height:auto !important;
}
.event_clander a.ai1ec-event-container{
	display:none !important;
}
.event_clander .ai1ec-popup-title, .event_clander .ai1ec-event-time{
	display:inline-block;
	vertical-align:middle;
	font-size:16px !important;
	color:#532a5d;
}
.event_clander .ai1ec-event-time{
	float:left;
	text-transform:uppercase;
}
.event_clander .ai1ec-popup-title{
	margin-left:100px;
	text-transform:capitalize;
}
.event_clander .ai1ec-popup-title .ai1ec-load-event{
	font-weight:normal !important;
	color:#532a5d;
}
.event_clander .ai1ec-popup-excerpt{
	display:none;
}
.event_clander .ai1ec-day > h3{
	color:#000 !important;
	margin:0 !important;
}
.event_clander h2{
	color:#fff;
	padding:10px 6px;
	background:#f09e56;
	font-style:italic;
}
.event_clander h2 i{
	float:right;
}
.event_clander .ai1ec-main-container {
	margin-top:15px;
}
.evnt_placesec{
	padding:30px 0;
	background:#464646;
	color:#fff;
	font-size:22px;
}
.evnt_placesec p{
	padding:0;
	line-height:32px;
	display:inline-block;
	margin-right:30px;
	font-family: 'San Francisco Text';
	font-weight: normal;
	font-style: normal;
}
.evnt_placesec .fa-map-marker{
	color:#f09e56;
	font-size:20px;
	margin-right:10px;
}
.contact_banner{
    position: relative;
}
.banner_cot{
	position: absolute;
	left: 0;
	bottom: 80px;
	width: 100%;
}
.banner_cot h2 {
	font-size: 5vw;
	line-height: 5vw;
	margin-bottom: 20px;
	font-family: 'San Francisco Text';
    font-weight: bold;
    font-style: italic;
	color: #fff;
	border-bottom:8px solid #FFF;
	display:inline-block;
	text-transform:uppercase;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#5a5a5a)";/*IE 8*/
	text-shadow: 3px 3px 3px #5a5a5a;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
 	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#5a5a5a); /*IE 5.5-7*/
}
.page-template-template-upcoming-event .glry{
	padding-top:0;
}
.inner-conwrp{
	padding:70px 0 30px;
}
.inner_banner{
	position: relative;
}
.abt_tab1 .nav.nav-tabs{
	display:table-cell;
	vertical-align:top;
	border:none;
}
.abt_tab1 .nav.nav-tabs > li{
	float:none;
	margin-bottom:40px;
	position:relative;
	width:170px;
	margin-right:30px;
}
.abt_tab1 .nav.nav-tabs > li.active:after{
	content:'';
	height:100%;
	width:30px;
	left:100%;
	top:12px;
	background:#d9d9d9;
	display:block;
	position:absolute;
	-moz-transform: skewX(0) skewY(40deg);
	-webkit-transform: skew(0, 40deg);
	-o-transform: skew(0, 40deg);
	-ms-transform: skew(0, 40deg);
	transform: skew(0, 40deg);
}
.abt_tab1 .nav.nav-tabs > li.active:last-child:after{
	-moz-transform: skewX(0) skewY(-40deg);
	-webkit-transform: skew(0, -40deg);
	-o-transform: skew(0, -40deg);
	-ms-transform: skew(0, -40deg);
	transform: skew(0, -40deg);
	top:-12px;
}
.abt_tab1 .nav.nav-tabs > li:last-child{
	margin-bottom:0;
}
.abt_tab1 .nav.nav-tabs > li a{
	display:block;
	padding:10px;
	background:#464646;
	color:#fff;
	border-radius:0 !important;
	border:none !important;
	box-shadow:none !important;
	text-align:center;
	margin:0;
}
.abt_tab1 .nav.nav-tabs > li a span{
	display:block;
	margin-bottom:10px;
}
.abt_tab1 .nav.nav-tabs > li a span img{
	width:100px;
}
.abt_tab1 .nav.nav-tabs > li a em{
	font-size:20px;
	line-height:22px;
	font-family: "San Francisco Text";
	font-weight:normal;
	font-style:normal;
	display:block;
}
.abt_tab1 .nav.nav-tabs > li.active > a, .abt_tab1 .nav.nav-tabs > li:hover > a, .abt_tab1 .nav.nav-tabs > li > a:focus{
	background:#f09e56 !important;
	color:#000 !important;
}
.abt_tab1 .tab-content{
	display:table-cell;
	vertical-align:top;
	padding:20px;
	background:#f5f5f5;
	width:100%;
	position:relative;
	overflow:auto;
}
.abt_tab1.marB50 {
  margin-bottom: 150px;
  margin-top: 100px;
}
.abt_tab1 .tab-pane > div{
	position:absolute;
	left:0;
	right:0;
	top:50%;
	overflow:auto;
	padding:15px 30px;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
}
.abt_tab1 .tab-pane{
	color:#464646;
	font-size:24px;
	line-height:30px;
	text-align:left;
	font-weight: normal;
    font-style: italic;
	font-family: 'San Francisco Text';
}
.abt_tab1 .tab-pane h2{
	text-align:center;
	margin-bottom:20px;
	color:#000;
	font-size:34px;
	font-family: "San Francisco Text";
	font-weight:normal;
	font-style:normal;
}
.abt_tab2 .nav.nav-tabs{
	border:none;
	margin-bottom:40px;
	padding:0 50px;
}
.abt_tab2 .nav.nav-tabs > li{
	float:left;
	margin:0;
	position:relative;
}
/*.abt_tab2 .nav.nav-tabs > li:last-child{
	float:right;
}*/
.abt_tab2 .nav.nav-tabs > li > a{
	font-size:30px;
	line-height:30px;
	color:#fff !important;
	text-transform:capitalize;
	text-align:center;
	display:block;
	min-width:300px;
	padding:10px 0;
	border:none;
	box-shadow:none;
	border-radius:0;
	background:#464646 !important;
}
.abt_tab2 .nav.nav-tabs > li.active > a, .abt_tab2 .nav.nav-tabs > li:hover > a, .abt_tab2 .nav.nav-tabs > li > a:hover, .abt_tab2 .nav.nav-tabs > li > a:focus{
	background:#f09e56 !important;
	color:#000 !important;
}
.abt_tab2 .nav.nav-tabs > li.active:after{
	position:absolute;
	display:block;
	width:100%;
	height:40px;
	content:'';
	left:5px;
	top:100%;
	background:#d9d9d9;
	-moz-transform: skewX(19deg) skewY(0deg);
	-webkit-transform: skew(19deg, 0deg);
	-o-transform: skew(19deg, 0deg);
	-ms-transform: skew(19deg, 0deg);
	transform: skew(19deg, 0deg);
}
.abt_tab2 .nav.nav-tabs > li.active:last-child:after{
	left:-6px;
	-moz-transform: skewX(-20deg) skewY(0deg);
	-webkit-transform: skew(-20deg, 0deg);
	-o-transform: skew(-20deg, 0deg);
	-ms-transform: skew(-20deg, 0deg);
	transform: skew(-20deg, 0deg);
}
.abt_tab2 .tab-pane .text.text-center {
  background: #f5f5f5 none repeat scroll 0 0;
  color: #464646;
  font-family: "San Francisco Text";
  font-size: 26px;
  font-style: italic;
  font-weight: normal;
  line-height: 32px;
  padding: 50px;
}
.ldrshp_sec h2{
	font-size:40px;
	line-height:40px;
	margin-bottom:40px;
}
.marB50{
	margin-bottom:50px;
}
.ldrshp_inr a{
	display:block;
	position:relative;
}
.ldrshp_inr{
	margin-bottom:30px;
	min-height: 470px;
}
.ldrshp_thmbimg img{
	width:100%;
}
.ldrshp_thmbimg{
	margin-bottom:10px;
	-webkit-transition: all 0.5s ease-in-out;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.5s ease-in-out;/* Firefox 4-15 */
	-o-transition: all 0.5s ease-in-out;/* Opera 10.5-12.00 */
	transition: all 0.5s ease-in-out;/* Firefox 16+, Opera 12.50+ */
	position:relative;
	overflow:hidden;
}
.ldrshp_thmbimg:after{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	left:0;
	top:100%;
	z-index:1;
	background:rgba(0,0,0,0.6);
	-webkit-transition: all 0.5s ease-in-out;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.5s ease-in-out;/* Firefox 4-15 */
	-o-transition: all 0.5s ease-in-out;/* Opera 10.5-12.00 */
	transition: all 0.5s ease-in-out;/* Firefox 16+, Opera 12.50+ */
}
.ldrshp_thmbimg:before{
	display:none;
	content: "\e86b";
	font-family: 'Linearicons-Free';
	position:absolute;
	left:50%;
	top:50%;
	font-size:24px;
	height:40px;
	width:40px;
	line-height:38px;
	text-align:center;
	border:1px solid #fff;
	background:#fff;
	color:#000;
	opacity:0;
	visibility:hidden;
	-webkit-transform:translate(-50%, -50%) scale(0.1,0.1);
	-moz-transform:translate(-50%, -50%) scale(0.1,0.1);
	-ms-transform:translate(-50%, -50%) scale(0.1,0.1);
	-o-transform:translate(-50%, -50%) scale(0.1,0.1);
	transform:translate(-50%, -50%) scale(0.1,0.1);
	z-index:2;
	-webkit-transition: all 1s ease-in-out;/* Safari 3.2+, Chrome */
	-moz-transition: all 1s ease-in-out;/* Firefox 4-15 */
	-o-transition: all 1s ease-in-out;/* Opera 10.5-12.00 */
	transition: all 1s ease-in-out;/* Firefox 16+, Opera 12.50+ */
}
.ldrshp_inr a:hover .ldrshp_thmbimg:after{
	top:0;
	-webkit-transition: all 0.5s ease-in-out;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.5s ease-in-out;/* Firefox 4-15 */
	-o-transition: all 0.5s ease-in-out;/* Opera 10.5-12.00 */
	transition: all 0.5s ease-in-out;/* Firefox 16+, Opera 12.50+ */
}
.ldrshp_inr a:hover .ldrshp_thmbimg:before{
	-webkit-transition: all 1s ease-in-out;/* Safari 3.2+, Chrome */
	-moz-transition: all 1s ease-in-out;/* Firefox 4-15 */
	-o-transition: all 1s ease-in-out;/* Opera 10.5-12.00 */
	transition: all 1s ease-in-out;/* Firefox 16+, Opera 12.50+ */
	opacity:1;
	visibility:visible;
	-webkit-transform:translate(-50%, -50%) scale(1,1);
	-moz-transform:translate(-50%, -50%) scale(1,1);
	-ms-transform:translate(-50%, -50%) scale(1,1);
	-o-transform:translate(-50%, -50%) scale(1,1);
	transform:translate(-50%, -50%) scale(1,1);
}
.ldrshp_inr h3{
	font-size:22px;
	line-height:24px;
	color:#6a6a6a;
	margin-bottom:10px;
	text-transform:capitalize;
	font-weight:bold;
}
.ldrshp_inr span{
	color:#6a6a6a;
	font-size:16px;
	line-height:18px;
	display:block;
}
.ldrshp_inr a:hover h3, .ldrshp_inr a:hover span{
	color:#000;
}
.nopadB{
	padding-bottom:0 !important;
}
.getinvwrp h2{
	font-family: 'San Francisco Text';
	font-weight: 500;
	font-style: normal;
	margin-bottom:20px;
	font-size:40px;
	line-height:43px;
}
.getinvwrp h2 img{
	display:inline-block;
	vertical-align: middle;
	margin-left:10px;
}
.getinvwrp .col-sm-4 img{
	width:100%;
}
.getinvwrp{
	position:relative;
	overflow:hidden;
	color:#464646;
	font-size:20px;
	line-height:26px;
	font-family: 'San Francisco Text';
    font-weight: normal;
    font-style: italic;
	padding:90px 0;
	z-index:2;
}
.getinvwrp .getinvlrgicon{
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
	opacity:0.03;
	width:300px;
	z-index:-1;
}
.title1{
	font-size:30px;
	line-height:32px;
	margin-bottom:20px;
}
.blgsingle_sec .img-thumbnail{
	margin-bottom:15px;
}
.getinvwrp:after{
	width:280px;
	content:'';
	position:absolute;
	display:block;
	left:50%;
	bottom:20px;
	height:1px;
	background:#757272;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translateX(-50%);
}
.get_invwrp > .getinvwrp:nth-child(odd){
	background:#fff;
}
.get_invwrp > .getinvwrp:nth-child(even){
	background:#cccccc;
}
.get_invwrp > .getinvwrp:nth-child(odd) .col-sm-8{
	text-align:right;
}
.get_invwrp > .getinvwrp:nth-child(odd) .getinvlrgicon{
	right:-80px;
}
.get_invwrp > .getinvwrp:nth-child(even) .getinvlrgicon{
	left:-80px;
}
.get_invwrp > .getinvwrp:nth-child(even) .col-sm-4{
	float:right;
}
.get_invwrp > .getinvwrp:nth-child(even) h2{
	direction: rtl;
}
.contact-page .clearfix .col-sm-5{
	background:#f09e56;
	padding:50px 30px;
}
.contact-page .clearfix .col-sm-7{
	background:#f5f5f5;
	padding:50px;
}
.contact-page h3{
	margin-bottom:20px;
	font-size:40px;
	line-height:40px;
}
.contact-page .get-in-touch{
	font-size:20px;
	line-height:26px;
	color:#000;
}
.contact-page .get-in-touch p{
	padding-bottom:52px;
	padding-left:40px;
	position:relative;
}
.contact-page .get-in-touch i.fa{
	position:absolute;
	top:5px;
	left:0;
	font-size:26px;
}
.contact-page .get-in-touch em{
	font-style:normal;
}
.cont_frmwrp .wpcf7-text, .cont_frmwrp .wpcf7-textarea{
	height:50px;
	border-radius:0;
	box-shadow:none;
	background:#fff;
	border:1px solid #fff;
	padding:10px;
}
.cont_frmwrp .wpcf7-text:hover, .cont_frmwrp .wpcf7-text:focus, .cont_frmwrp .wpcf7-textarea:hover, .cont_frmwrp .wpcf7-textarea:focus{
	border:1px solid #f09e56;
}
.cont_frmwrp .wpcf7-textarea{
	height:105px;
}
.cont_frmwrp .fld{
	margin-bottom:20px;
}
.cont_frmwrp .wpcf7-form > p{
	padding:0 0 25px;
	text-align:center;
}
.wpcf7-form .wpcf7-submit{
	background:#f09e56;
	color:#fff;
	font-family: 'San Francisco Text';
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
	border-radius:0;
	padding:10px 20px;
}
.map{
	margin-top:10px;
}
.mbsc-ios .mbsc-cal{
	position:relative;
}
.mbsc-fr-inline .mbsc-fr-popup{
	border-bottom:1px solid #eeeeee;
}
.mbsc-cal-days-c{
	position:absolute;
	bottom:10px;
	left:0;
	width:100%;
	z-index:1;
}
.mbsc-ios .mbsc-cal-cell {
    border-top:none;
}
.mbsc-ios .mbsc-cal-hdr{
	border:none;
	padding:5px 0;
}
.mbsc-ios .mbsc-cal .mbsc-cal-btn {
  display: none;
}
.mbsc-ios .mbsc-fr-btn{
	color:#f09d57;
}
.mbsc-ios .mbsc-cal-day-date{
	margin:0;
	border:none !important;
}
.mbsc-cal-cell-i > div:nth-child(2){
	opacity:0 !important;
}
.mbsc-ios .mbsc-cal-day-scroll-c {
    padding-bottom: 0;
}
.mbsc-btn-e{
	font-size:65px;
}
.mbsc-ios .mbsc-cal-today{
	color:#f09d57;
}
.mbsc-ios .mbsc-cal-c .mbsc-cal .mbsc-cal-body .mbsc-selected .mbsc-cal-cell-txt{
    background: #f09d57;
}
.mbsc-ios .mbsc-cal-day-date{
	border-radius:0;
	padding:0 0 25px;
	width:100%;
}
.mbsc-ios .mbsc-cal-cell:focus .mbsc-cal-cell-txt, 
.mbsc-ios.mbsc-no-touch .mbsc-cal-cell:not(.mbsc-disabled):hover .mbsc-cal-cell-txt {
    background:#f09d57;
	color:#fff;
}
.mbsc-ios .mbsc-cal-days>div {
    font-size: 19px;
}
.clndr_vw{
	text-align:right;
}
.clndr_vw > a{
	display:inline-block;
	color:#000;
	margin-left:-4px;
	padding:10px 20px;
	font-size:16px;
	background:#fff;
	border:1px solid #f8f8f8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=225, Color=#c0c0c0)";/*IE 8*/
	-moz-box-shadow: -3px 3px 2px #c0c0c0;/*FF 3.5+*/
	-webkit-box-shadow: -3px 3px 2px #c0c0c0;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	box-shadow: -3px 3px 2px #c0c0c0;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=225, Color=#c0c0c0); /*IE 5.5-7*/
}
.clndr_vw > a i{
	padding-left:5px;
}
.clndr_tit h2{
	float:left;
}
.clndr_vw > a.active{
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=225, Color=#c0c0c0)";/*IE 8*/
	-moz-box-shadow: inset -3px 3px 2px #c0c0c0;/*FF 3.5+*/
	-webkit-box-shadow: inset -3px 3px 2px #c0c0c0;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	box-shadow: inset -3px 3px 2px #c0c0c0;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=225, Color=#c0c0c0); /*IE 5.5-7*/
}
.clndr_tit{
	padding-bottom:5px;
	margin-bottom:20px;
}
.clndr_wrp label{
	margin:0;
}
.evnt_title, .evnt_rdmore{
	display:inline-block;
	vertical-align:middle;
	padding:10px 20px ;
	margin-left:-4px;
}
.evnt_time{
	display:inline-block;
	vertical-align:top;
	padding:10px 20px ;
	margin-left:-4px;
}
.evnt_time{
	width:20%;
	color:#676767;
}
.evnt_title{
	width:70%;
}
.evnt_rdmore{
	text-align:right;
	width:10%;
}
.evnt_deta {
  border-bottom: 1px solid #eeeeee;
  font-size: 22px;
  line-height: 26px;
}
.evnt_rdmore a i{
	font-size:14px !important;
}
.evnt_detawrp{
	margin-top:20px;
	color:#000;
	font-size:16px;
}
.evnt_rdmore a, .evntlst_rdmore a{
	display:inline-block;
	width:20px;
	height:20px;
	border-radius:100%;
	border:1px solid #a5a5a5;
	color:#a5a5a5;
	background:#fff;
	line-height:16px;
	text-align:center;
}
.evnt_rdmore a:hover, .evntlst_rdmore a:hover{
	background:#f09d57;
	color:#fff;
}
.padB50{
	padding-bottom:50px;
}
.flry_cont{
	background:#f2f2f2;
}
.padTB50{
	padding:50px 0;
}
.glry{
	padding:100px 0 20px;
}
.glry h2{
	text-align:center;
	margin-bottom:30px;
}
.title2{
	margin-bottom:30px;
	text-align:center;
	color:#000;
	font-family: 'Satisfy';
	font-weight:normal;
	font-style:normal;
	font-size:70px;
}
.minis_cont {
  background: #f2f2f2;
  font-size: 20px;
  line-height: 30px;
  padding: 100px 15px 50px;
  position: relative;
  top: -40px;
  z-index: -1;
  letter-spacing:-1px;
}
.innerpgcon{
	/* background:#f2f2f2; */
	padding:20px;
	font-size:18px;
	line-height:24px;
}
.minis_conwrp > img{
	width:80%;
	margin:0 auto;
	display:block;
}
.upcmtime{
	position:absolute;
	top:50px;
	left:0;
	width:100%;
	text-align:center;
}
.upcmtime{
	color:#fff;
	font-size:18px;
	line-height:22px;
}
.upcmtime h3 {
  color: #fff;
  font-size: 45px;
  line-height: 48px;
  margin-bottom: 10px;
}
.upcmtime_con {
  font-size: 30px;
  line-height: 36px;
}
.upcmtime h3 span{
	font-weight: bold;
}
.blg_thmbimg{
	position:relative;
}
.blg_thmbimg a{
	display:block;
	position:relative;
}
.blg_thmbimg a img{
	width:100%;
}
.blg_thmb h3{
	color:#000;
	font-size:34px;
	line-height:34px;
	margin:15px 0;
}
.blg_thmb h3 a{
	color:#000;
}
.single.single-post .site-main > .container{
	padding:0;
	width:100%;
	max-width:100%;
}
.comments-area, .navigation.post-navigation{
	width:1170px;
	padding:0 15px;
	margin:0 auto;
}
.comment-notes, .comment-awaiting-moderation, .logged-in-as, .form-allowed-tags {
  color: #000;
  font-size: 16px;
  line-height: 20px;
}
.comments-title, .comment-reply-title {
  border-top: 1px solid #000;
  font-family: 'San Francisco Text';
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  padding-top: 10px;
}
.comment-notes, .comment-awaiting-moderation, .logged-in-as, .form-allowed-tags {
  margin-bottom: 0;
}
.comment-form label {
  color: #000;
  font-family: 'San Francisco Text';
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 16px;
  margin-bottom:5px;
}
.comment-form:after, .comment-form:before{
	content:'';
	clear:both;
	display:table;
}
.comment-form-comment{
	float:left;
	width:50%;
	padding-right:15px;
}
.comment-form-author, .comment-form-email, .comment-form-url{
	float:left;
	width:50%;
	padding-left:15px;
	padding-bottom:13px;
}
.form-submit{
	float:right;
}
.comment-form .submit{
	background:#fff;
	border:1px solid #000;
	color:#000;
	font-size:16px;
	line-height:18px;
	font-family: 'San Francisco Text';
	font-style:normal;
	font-weight:normal;
	padding:10px 20px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.comment-form .submit:hover, .comment-form .submit:focus{
	background:#000;
	color:#fff;
	outline:none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.navigation.post-navigation{
	border:none;
}
.screen-reader-text{
	display:none;
}
.nav-links{
	border-top:1px solid #000;
	padding:15px 0;
}
.post-navigation a {
  color: #000;
  display: inline-block;
  padding: 0;
}
.post-navigation .post-title {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.25;
}
.nav-links:after, .nav-links:before{
	content:'';
	clear:both;
	display:table;
}
.nav-previous{
	float:left;
}
.nav-next{
	float:right;
	border:none !important;
	text-align:right;
}
.clndr_wrp_sec.padTB50{
	padding-top:100px;
}
.btn_grn, input.btn_grn{
	display:inline-block;
	background: #f09e56;
    color: #fff;
    font-size: 20px;
    padding: 10px 30px;
	font-family: 'San Francisco Text';
	font-weight: normal;
	font-style: normal;
}
.btn_grn:hover, input.btn_grn:hover{
	background:#000;
	color:#fff;
}
.full_calbtn{
	margin-top:50px;
}
div.wpcf7-response-output{
  border: 1px solid #f09e56 !important;
  color: #fff !important;
  margin: 10px 0;
  padding: 0.2em 1em;
  text-align: center;
}
.cont_frmwrp div.wpcf7-response-output{
	color:#000 !important;
}
.blg_secwrp h2{
	margin-bottom:10px;
	display:inline-block;
}
.blg_secwrp{
	margin:0 0 30px;
	
}
.blgsingle_sec h2{
	font-size:24px;
	line-height:28px;
	color:#000;
	font-family: 'San Francisco Text';
	font-weight: bold;
	font-style: normal;
	margin:0 0 10px;
}

/*********24-04-18****************/
.shorting {
    width: 100%;
    float: right;
    text-align: right;
}
.short {
    width: 100%;
	margin-bottom: 25px;
}
.short p {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin: 0 20px 0 0;
}
select.catgry {
    width: 40%;
    padding: 7px 8px;
}
.sharesection a {
    display: inline-block;
    padding:0;
    color: #999999;
	margin-right:-4px;
}
.sharesection a i, .sharesection span i{
	margin-right:5px;
	color:#676767;
}
.sharesection span {
    display: inline-block;
    padding: 0;
    color: #999999;
	margin:0 30px;
}
.blg_cat{
    display: inline-block;
    margin: 0 0 16px 0;
    background: #353535;
    margin: 15px 0;
    color: #fff;
    font-size: 18px;
	padding: 5px 20px;
    text-transform: uppercase;
}
.blg_lst{
	text-align:center;
	font-size:20px;
	line-height:24px;
}
.short .form-control{
	display:inline-block;
	vertical-align:top;
	width:auto;
	padding:5px 20px 5px 5px;
	background-color:#fff;
	box-shadow:none !important;
	border-radius:0;
}
.short select.form-control{
	margin-left:20px;
}
.short .srchbtn{
	display:inline-block;
	height:34px;
	width:34px;
	background-image: url(images/srch.png) !important;
	background-repeat: no-repeat;
	background-position: center center;
	padding:0;
	background-color:#fff;
}
.short .srchbtn:hover, .short .srchbtn:focus{
	background-image: url(images/srch.png) !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#fff;
}
.short .srch_box .form-control{
	border:none;
}
.grw_sec h2.title1 a {
    color: #f09e56;
}
.grw_sec h2.title1 a:hover, .grw_sec h2.title1 a:focus {
    color: #04a45c;
}
.srch_box{
	display:inline-block;
	vertical-align:top;
	border:1px solid #d1d1d1;
	height:34px;
	overflow:hidden;
}
.evnt_deta .evnt_title p{
	padding:5px 0;
}
.evnt_deta .evnt_title span{
	font-weight:bold;
}
.drs{
	margin-top:15px;
}
.evntlst{
	padding:15px;
	border-top:1px solid #eeeeee;
	font-size:16px;
	color:#000;
}
.evntlst_day{
	display:inline-block;
	vertical-align:top;
	width:30%;
	padding:10px 0;
}
.evntlst_infowrp{
	display:inline-block;
	vertical-align:top;
	width:70%;
	margin-left:-4px;
}
.evntlst_info{
	width:100%;
	display:table;
	padding:10px 0;
}
.evntlst_time, .evntlst_tit, .evntlst_rdmore{
	display:table-cell;
	vertical-align:middle;
}
.evntlst_time{
	width:200px;
}
.evntlst_rdmore{
	text-align:right;
}
.wekvw, .lstvw, .mnth{
	display:none;
}
.wekvw.active, .lstvw.active, .mnth.active{
	display:block;
}
.lstvw{
	border-bottom:1px solid #eeeeee;
}
.blg_thmb{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #ebebeb;
}
.blog .blg_sec{
	margin:0;
}
.blg_sec > div.blg_thmb:last-child{
	padding:0;
	margin:0;
	border:none;
}
.clndr_tit.short select.form-control{
	margin:0;
}
.vdo_thmb video{
	margin:0;
}
.vdo_thmb h3{
	font-size:20px;
	line-height:22px;
	margin-bottom:10px;
	color:#f09e56;
}
.vdo_thmb .maintitle h3{
	color:#000;
}
.vdo_thmb{
	margin-bottom:30px;
	width:100%;
	max-width:100%;
}
#sync1 .vdo_thmb{
	margin-bottom:0;
}
#sync2 .item{
	margin:0 10px;
}
#sync1 .owl-controls{
	display:none !important;
}
#sync2{
	margin-top:30px;
}

/***************26-04-18************/
audio#player2 {
    width: 100%;
}
.maintitle {
    width: 100%;
    text-align: center;
    margin: 0 0 45px 0;
}
.maintitle h3{font-size:35px;}
.threecol_slide .item {
    margin: 0 10px;
}
.vdo_thmb{position:relative; border:none;}
.fea_mp3 audio{position:absolute; bottom:0; left:0; width:100%;}
.fea_mp3 h3 {
    position: absolute;
    top: 30px;
    left: 40px;
    color: #fff;
}

.owl-wrapper-outer i.fa.fa-play {
    position: absolute;
    left: 170px;
    top: 60px;
    font-size: 47px;
	color:#fff;
}
.btn3{
	display:inline-block;
	padding:10px 15px;
	font-size:16px;
	line-height:20px;
	font-family: 'San Francisco Text';
	font-weight: normal;
	font-style: normal;
	color:#fff;
	background:#464646;
	border-radius:0;
}
.btn3:hover{
	background:#000;
}
.glry > .row{
	margin:0 -4px;
}
.glry > .row > .col-xs-12{
	padding:0 4px;
}
.well{
	width:100%;
	max-width:800px;
	margin:0 auto 10px;
}
.well h3{
	font-size:24px;
	line-height:26px;
	margin-bottom:10px;
}
.well label{
	font-weight:normal;
	font-style:normal;
	color:#000;
}
.well span.bg-primary{
	padding:5px 10px;
}
.mbsc-ios .mbsc-fr-w .mbsc-cal-day-date{
  	color: #696969;
  	font-family: 'San Francisco Text';
    font-weight: 200;
    font-style: normal;
}
.mbsc-cal-days{
	font-family: 'San Francisco Text';
	font-weight: normal;
	font-style: normal;
}
.mbsc-ios .mbsc-fr-w .mbsc-selected{
	background:#f09e56;
}
.mbsc-ios .mbsc-fr-w .mbsc-selected .mbsc-cal-day-date {
	color:#fff;
}
.mbsc-ios .mbsc-fr-w .mbsc-cal-today .mbsc-cal-day-date {
  color: #f09e56;
}
.glry_inr a img{
	width:100%;
	height:auto;
}
.short > form {
	display:inline-block;
	vertical-align:top;
}
.comments-area {
  margin: 0 auto !important;
}
#attend_success{
	padding:10px;
}
.page-template-template-ministries .glry > .row > .col-sm-4:first-child .glry_inr a:after{
	opacity:1;
	/*visibility:visible;*/
}
.modal-header {
  position: relative;
}
.modal-header .close {
  margin-top: 0;
  position:absolute;
  right:15px;
  top:50%;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  transform:translateY(-50%);
}
.vdo_thmb > img{
	width:100%;
}
.gov_sec h2{
	margin-bottom:30px;
}
.gov h3{
	margin-bottom:15px;
	font-size:26px;
	display:inline-block;
	position:relative;
}
.gov h3:after{
	position:absolute;
	left:0;
	top:100%;
	width:100%;
	height:1px;
	background:#222;
	content:'';
}
.gov h3:before{
	position:absolute;
	left:0;
	top:100%;
	width:40px;
	height:6px;
	background:#222;
	content:'';
}
.inlineclogo a{
	display:inline-block;
	vertical-align:middle;
	margin:0 10px;
}
#abttab2 > div{
	top:0 !important;
	transform:none !important;
	height:100% !important;
}
.gov_inr p{
	padding:0;
}
.gov_inr{
	margin-bottom:30px;
}
.single-governing_board .addtoany_content{
	display:none;
}
.opnr{
	padding:50px 0;
	background:#f1f1f1;
}
#videoplayer{
	opacity:0;
	position:relative;
	z-index:2;
	-webkit-transition: all 0.5s ease-in-out;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.5s ease-in-out;/* Firefox 4-15 */
	-o-transition: all 0.5s ease-in-out;/* Opera 10.5-12.00 */
	transition: all 0.5s ease-in-out;/* Firefox 16+, Opera 12.50+ */
}
.home_banner:after{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:rgba(0,0,0,0.6);
	content:'';
	z-index:2;
}
/*.home_banner .mejs__controls{
	display:none !important;
}*/
.togl > a{
	position:relative;
}
.togl > a:after{
	position:absolute;
	font-family: 'FontAwesome';
	content: "\f078";
	right:10px;
	top:16px;
	color:#fff;
	-webkit-transition: all 0.5s ease-in-out;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.5s ease-in-out;/* Firefox 4-15 */
	-o-transition: all 0.5s ease-in-out;/* Opera 10.5-12.00 */
	transition: all 0.5s ease-in-out;/* Firefox 16+, Opera 12.50+ */
}
.togl > a.active:after{
	-moz-transform: rotate(180deg);/* FF3.5+ */
	-webkit-transform: rotate(180deg);/*Saf3.1+, Chrome*/
	-o-transform: rotate(180deg);/* Opera 10.5 */
	-ms-transform: rotate(180deg);/* IE 9 */
	transform: rotate(180deg);
	-webkit-transition: all 0.5s ease-in-out;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.5s ease-in-out;/* Firefox 4-15 */
	-o-transition: all 0.5s ease-in-out;/* Opera 10.5-12.00 */
	transition: all 0.5s ease-in-out;/* Firefox 16+, Opera 12.50+ */
}
.slide_mnu .sub-menu{
	display:none;
}
.page-template-template-get-involved .inner-conwrp{
	padding-top:0;
}
#abtbel1 .wp-post-image{
	display:none;
}
.vdo_thmb h4{
	font-size:20px;
}
.banner_capbtn a {
    min-width: 100px;
}
.minis_cont h4{
	font-family: 'San Francisco Text';
	font-weight: bold;
	font-style: normal;
	margin-bottom:15px;
}
.minis_cont ul{
	margin-bottom:20px;
}
.ldrshp{
	font-size:26px;
	line-height:20px;
}
.ldrshp{
	color: #464646;
	font-family: "San Francisco Text";
	font-size: 26px;
	font-style: italic;
	font-weight: normal;
	line-height: 32px;
	background:#f5f5f5;
	padding:50px 50px 30px;
	margin-bottom:30px;
}
.single-governing_board header#master-header{
	background:rgba(0,0,0,0.8);
}
.inner-conwrp.sing_gov{
	padding:60px 0;
}
.mob_img{
	display:none;
}
.mob_img img{
	width:100%;
}
/* Just hide post date for now*/
.jp-relatedposts-post-date{
	display: none !important;
}

@media screen and (min-width: 768px){
	.home_banner .mejs__controls, .home_banner .mejs__overlay-button{
	display:none !important;

}
	h4.responsive-xs{
        font-size:26px !important;
        line-height:33px !important;
    }

}
@media screen and (max-width: 992px){

	.home_banner:after{
	display:none;
}
	h4.responsive-xs{
            font-size:15px !important;
            line-height:17px !important;
        }
}

@media only screen and (min-width: 992px) and (max-width:1169px){
	.logo > img {
		width: 190px;
	}
	.mnu_sec .navbar-nav > li {
		margin: 0 10px;
	}
	.banner_capbtn {
	  margin-top: 50px;
	}
	.banner_cap {
	  bottom: 50px;
	}
	.banner_cap h1 img {
	  width: 300px;
	}
	.evnt_placesec p {
	  margin-right: 0;
	  margin-bottom:10px;
	  display:block;
	}
	.upcmtime h3 {
	  font-size: 40px;
	  line-height: 45px;
	}
	.fstname {
	  width: 33.333%;
	  margin:0 -4px 10px 0;
	}
	.mbsc-btn-e {
	  font-size: 45px;
	}
	.mbsc-ios .mbsc-cal-days > div {
	  font-size: 16px;
	}
	.glry_inr h3 {
	  font-size: 23px;
	  line-height: 26px;
	}
	.ftr_top h3 {
	  font-size: 19px;
	}
	.ftr_soc .textwidget {
	  margin-left: 0;
	}
	ul#menu-footer-menu.menu li {
	  margin: 0 10px;
	}
	ul#menu-footer-menu.menu li a {
	  font-size: 16px;
	}
	.slide_mnu .menu > li > a {padding: 10px 20px;}
    ul#menu-footer-menu.menu li{ margin: 0 14px;}

}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.logo > img {
		width: 190px;
	}
	.mnu_sec .navbar-nav > li {
		margin: 0 10px;
	}
	.banner_capbtn {
	  margin-top: 50px;
	}
	.banner_cap {
	  bottom: 50px;
	}
	.banner_cap h1 img {
	  width: 200px;
	}
	.evnt_placesec p {
	  margin-right: 0;
	  margin-bottom:10px;
	  display:block;
	}
	.upcmtime h3 {
	  font-size: 40px;
	  line-height: 45px;
	}
	.fstname {
	  width: 33.333%;
	  margin:0 -4px 10px 0;
	}
	.mbsc-btn-e {
	  font-size: 45px;
	}
	.mbsc-ios .mbsc-cal-days > div {
	  font-size: 16px;
	}
	.glry_inr h3 {
	  font-size: 23px;
	  line-height: 26px;
	}
	.ftr_top h3 {
	  font-size: 19px;
	}
	.ftr_soc .textwidget {
	  margin-left: 0;
	}
	.menu-footer-menu-container ul li {
	  margin: 0 18px !important;
	}
	ul#menu-footer-menu.menu li a {
	  font-size: 16px;
	}
	.slide_mnu .menu > li > a {
	  padding: 10px 20px;
	}
	.text-center.flry_cont p {
	  font-size: 24px;
	  line-height: 30px;
	}
	.text-center.flry_cont{padding:40px 0;}
	.clndr_wrp_sec.padTB50{padding-top:50px;}
	.glry_sec .glry{padding:50px 0 20px;}
	.grw_sec{padding:40px 0;}
}
@media screen and (max-width: 767px){
	.logo > img {
		width: 70px;
	}
	.mnu_sec .navbar-nav > li {
		margin: 0 10px;
	}
	.banner_capbtn {
	  margin-top: 50px;
	}
	.banner_cap {
	  bottom: 5%;
	}
	.banner_cap h1 img {
	  width: 200px;
	}
	.evnt_placesec p {
	  margin-right: 0;
	  margin-bottom:10px;
	  display:block;
	}
	.upcmtime h3 {
	  font-size: 40px;
	  line-height: 45px;
	}
	.fstname {
	  width: 100%;
	  margin:0 0 10px;
	}
	.mbsc-btn-e {
	  font-size: 45px;
	}
	.mbsc-ios .mbsc-cal-days > div {
	  font-size: 16px;
	}
	.glry_inr h3 {
	  font-size: 23px;
	  line-height: 26px;
	}
	.ftr_top h3 {
	  font-size: 19px;
	}
	.ftr_soc .textwidget {
	  margin-left: 0;
	}
	ul#menu-footer-menu.menu li {
	  margin: 0 10px;
	}
	ul#menu-footer-menu.menu li a {
	  font-size: 16px;
	}
	.slide_mnu .menu > li > a {
	  padding: 10px 20px;
	}
	.text-center.flry_cont p {
	  font-size: 24px;
	  line-height: 30px;
	}
	.wl_sec .gather ul li {
	  padding: 0;
	  width: 100%;
	  display:block;
	}
	.wl_sec .gather ul li:last-child {
		display:block;
	  margin-left: 0;
	  margin-top: 25px;
	  padding: 0;
	  width: 100%;
	}
	.wl_sec .gather ul li::after {
	  display:none;
	}
	#master-header {
	  padding: 10px 0;
	}
	.mnu_sec {
	  padding: 11px 0;
	  min-height:50px;
	}
	.banner_capbtn a {
	  margin: 3px 1%;
	}
	.banner_capbtn a {
       min-width: 125px !important;
    }
	.btn1 {
	  font-size: 14px;
	  padding: 4px 10px;
	}
	.ldrshp {
    	line-height: inherit;
	}
	.banner_cap h1 img {
    	width: 32%;
	}
	.abt_tab1 .tab-pane{
		text-align:center;
	}
	.banner_cap h1 {
	  display: block;
	}
	.navbar-toggle {
	  display: none;
	}
	.wl_sec .gather {
	  padding: 0;
	}
	.wl_sec{text-align:center;}
	.wl_sec h2 {
	  text-align: center;
	  font-size:30px;
	  line-height:34px;
	}
	.wl_sec .gather ul li p{text-align:center;}
	.drs {text-align:center;}
	.upcmtime h3 {
	  font-size: 22px;
	  line-height: 26px;
	}
	.upcmtime {
	  top: 20px;
	}
	.upcoming_from_wrp {
	  position: static;
	  background: #464646;
	  padding: 30px 0;
	}
	.upcoming_from > br{
		display:none;
	}
	.upcoming_from > .wpcf7-form > .fstname:last-child{
		margin:0;
	}
	.clndr_wrp_sec.padTB50 {
	  padding:50px 0;
	}
	.clndr_tit h2 {
	  float: none;
	  font-size: 30px;
	  line-height: 34px;
	  text-align: center;
	  padding-bottom:16px;
	}
	.wl_sec .gather ul li h3 {
	  font-size: 22px;
	  line-height: 24px;
	  margin-bottom: 5px;
	}
	.clndr_vw > a {
	  font-size: 14px;
	  padding: 5px 15px;
	  width: 108px;
	}
	.clndr_vw {
	  float: none !important;
	  margin-top: 10px;
	  text-align: center;
	}
	.mbsc-btn-e {
	  font-size: 26px;
	}
	.mbsc-cal-days-c {
	  bottom: 0;
	}
	.mbsc-ios .mbsc-cal-days > div {
	  font-size: 14px;
	}
	.mbsc-cal-days > div {
	  overflow: hidden;
	  padding: 0 5px;
	  text-align: center;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	  width: 14.2857%;
	}
	.evnt_time {
	  display: block;
	  margin-left: 0;
	  padding:5px;
	  width:100%;
	}
	.evnt_title, .evnt_rdmore {
	  display: block;
	  margin-left: 0;
	  padding: 5px;
	  width:100%;
	}
	.evnt_deta{
		position:relative;
	}
	.evnt_rdmore {
	  position:absolute;
	  top:0;
	  right:0;
	  width: auto;
	}
	.gov h3 {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
}
.gov_sec h2 {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 24px;
}
.gov_sec.marB50{
	margin-bottom:0;
}
	.mbsc-ios .mbsc-cal-day-date {
  padding: 0 0 18px;
}
.text-center.flry_cont {
  padding: 50px 0;
}
.glry {
  padding: 50px 0;
}
.glry .row > .col-sm-3{
	width:50%;
}
.page-template-template-ministries .inner-conwrp > .padB50{
	padding-bottom:0;
}
.grw_sec {
  padding: 50px 0;
}
.grw_btn .btn1 {
  font-size: 14px;
  padding: 3px 20px;
}
.footer, footer {
  padding: 0;
}
.ftr_top {
  margin-bottom: 0;
  margin-top: 30px;
}
.ftr_con{
	margin-bottom:30px;
}
ul#menu-footer-menu.menu li {
  margin: 5px;
}
ul#menu-footer-menu.menu {
  padding: 10px 0;
}
.btm-footer {
  padding: 14px 0 25px;
}
.banner_cot {
  bottom: 0;
}
.abt_tab1 .nav.nav-tabs > li a span {
  display: none;
}
.abt_tab1 .nav.nav-tabs {
  display: block;
}
.abt_tab1 .nav.nav-tabs > li a em {
  font-size: 14px;
}
.abt_tab1 .nav.nav-tabs > li.active::after {
	display:none;
}
.abt_tab1 .tab-content {
  display: block;
}
.abt_tab1 .tab-pane > div {
  padding: 0;
  position: static;
  transform: none;
  height:auto !important;
}
.abt_tab1 .tab-pane h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.abt_tab1 .tab-pane {
  font-size: 16px;
  line-height: 20px;
  height:auto !important;
}
.abt_tab1.marB50 {
  margin-bottom: 30px;
  margin-top: 0;
}
.abt_tab1 .nav.nav-tabs > li {
  float: none;
  display:inline-block;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
  width: auto;
}
.abt_tab2 .nav.nav-tabs {
  margin-bottom: 0;
  padding: 0;
}
.abt_tab2 .nav.nav-tabs > li.active::after {
  display: none;
}
.abt_tab2 .nav.nav-tabs > li > a {
  font-size: 20px;
  line-height: 22px;
  min-width: auto;
  padding: 10px 15px;
}
.abt_tab2 .nav.nav-tabs > li:last-child {
  float: left;
}
.abt_tab2 .tab-pane .text.text-center {
  font-size: 16px;
  line-height: 20px;
  padding: 15px;
}
.gov > .row > .col-md-3{
	width:50%;
}
.ldrshp_inr {
  min-height: auto;
}
.ldrshp_sec h2 {
  margin-bottom: 20px;
}
.evntlst {
  padding: 5px 0;
}
.blgsingle_sec .img-thumbnail{
	margin-bottom:10px;
}
.short{text-align:center;}
.srch_box{; margin: 0 0 13px;}
.modal-title {
  padding-right: 15px;
}
select#list_cate {
	margin: 0 0 10px 0;
}
/* a#weekv {
    width: 37%;
}*/
.innerpgcon_wrp.padTB50 .srch_box {
    width: 100%;
    margin: 0 0 12px;
}
.getinvwrp h2 {
    font-size: 30px;
}
.evnt_detawrp{margin-top:0;}
.full_calbtn{margin-top:20px;}
.page-template-template-ministries .clndr_wrp{margin:0;}
.sharesection span{margin:0 18px;}
.maintitle h3{font-size:30px;}
.well{padding:10px;}
.xs-nopad{padding:0 !important; margin-top:8px;}

.banner_capbtn {
  margin-top: 0;
}
.mob_img{
	display:block;
}
#videoplayer{
	display:none;
}
.grw_sec h2 {
    font-size: 44px;
    line-height: 48px !important;
    margin-bottom: 27px !important;
}
.title2{
    font-size: 50px;
    line-height: 47px;
}
.contact-page .get-in-touch p {
	padding-bottom: 20px;
}
}
@media screen and (max-width: 425px){
p {
    font-size: 16px !important;
    font-style: initial;
}
.comment-form-author, .comment-form-email, .comment-form-url{
    float: none;
    padding-left: 0px;
    width: auto; 
    padding-right: 0px;
}
.comment-form-comment{
    width: auto; 
    padding-right: 0px;
}
.comments-area, .navigation.post-navigation{
    width: auto;
}
}
#wpcf7-f779-p446-o1 div.wpcf7-response-output{color:#000 !important}
.form-group textarea{height:100px;resize:none;}
a.addtoany_share img{background:blue;padding:2px;border-radius:5px}
@media screen and (max-width: 767px){
.calendar-tab{
    text-align: center;
    margin-top:20px;
}
.vforms h2{text-align:center;}
}


/*Corner Popup */

#corner-popup a, #corner-popup a span, 
#corner-popup a div, #corner-popup span, 
#corner-popup div:before, 
#corner-popup div:after {
 -webkit-transition: all ease-in 0.3s;
 transition-property: all ease-in 0.3s;
 -webkit-font-smoothing: subpixel-antialiased;
 -webkit-text-stroke: 1px transparent;
}
#corner-popup a, #corner-popup a:hover {
 text-decoration: none;
}
#corner-popup *, #corner-popup :after, #corner-popup :before {
 box-sizing: border-box;
}
#corner-popup p {
 margin: 0 0 10px;
}

@media (max-width: 768px) {
#corner-popup .hide-mobile {
 display: none !important;
}
#corner-popup .xs-12 {
 width: 100%;
}
}

@media (min-width: 768px) {
#corner-popup .sm-1 {
 width: 8.33333333%;
}
#corner-popup .sm-2 {
 width: 16.66666667%;
}
#corner-popup .sm-3 {
 width: 25%;
}
#corner-popup .sm-4 {
 width: 33.33333333%;
}
#corner-popup .sm-5 {
 width: 41.66666667%;
}
#corner-popup .sm-6 {
 width: 50%;
}
#corner-popup .sm-7 {
 width: 58.33333333%;
}
#corner-popup .sm-8 {
 width: 66.66666667%;
}
#corner-popup .sm-9 {
 width: 75%;
}
#corner-popup .sm-10 {
 width: 83.33333333%;
}
#corner-popup .sm-11 {
 width: 91.66666667%;
}
#corner-popup .sm-12 {
 width: 100%;
}
}
#corner-popup .col {
 float: left;
 position: relative;
 min-height: 1px;
 padding-right: 15px;
 padding-left: 15px;
}
#corner-popup .responsive {
 display: block;
 max-width: 100%;
 height: auto;
}
#corner-popup {
 font-family: 'Open Sans', 'Halvetica', sans-serif;
 text-rendering: optimizeLegibility;
 display: none;
 position: fixed;
 bottom: 0;
 right: 0;
 width: 100%;
 height: auto;
 padding: 15px;
 background: #fff;
 border: 1px solid #efefef;
 box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.06);
 z-index: 9999;
 align-items: center;
 justify-content: center;
 word-break: break-word;
}

@media (max-width: 768px) {
#corner-popup .popup-xs {
 width: 100% !important;
 bottom: 0 !important;
 right: 0 !important;
 left: 0 !important;
}
}

@media (min-width: 768px) {
#corner-popup {
 bottom: 60px;
 right: 80px;
 width: 390px;
 padding: 20px;
}
}
#corner-popup .corner-img {
 display: none;
 height: 100%;
 width: 140px;
 margin: 0 auto;
 border-radius: 50%;
}
#corner-popup .corner-img-cookie {
 display: none;
 height: 100%;
 width: 95px;
 margin: 0 auto;
}

@media (min-width: 768px) {
#corner-popup .corner-img, #corner-popup .corner-img-cookie {
 display: block;
}
}
#corner-popup .corner-close {
 position: relative;
 bottom: 33px;
 left: 94%;
 width: 34px;
 height: 34px;
 cursor: pointer;
 border-radius: 50%;
 background: #fff;
 box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.09);
}

@media (min-width: 768px) {
#corner-popup .corner-close {
 bottom: 31px;
 left: 108%;
}
#corner-popup .close-change {
 left: 106%;
}
#corner-popup .close-change1 {
 left: 104%;
}
}
#corner-popup .corner-close:before, #corner-popup .corner-close:after {
 position: absolute;
 left: 15px;
 top: 10px;
 content: ' ';
 height: 15px;
 width: 4px;
 background-color: #464646;
}
#corner-popup .corner-close:before {
 transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
}
#corner-popup .corner-close:after {
 transform: rotate(-45deg);
 -webkit-transform: rotate(-45deg);
}
#corner-popup .corner-container {
 position: relative;
 bottom: 17px;
}
#corner-popup .corner-container-1 {
 position: relative;
 bottom: 10px;
 padding-top: 10px;
 padding-bottom: 10px;
}
#corner-popup .corner-container-2 {
 position: relative;
 bottom: 17px;
 padding: 7px;
 padding-left: 12px;
 padding-right: 12px;
}
#corner-popup .corner-head {
 font-weight: bold;
 font-size: 28px;
 line-height: 0px;
 text-transform: uppercase;
 text-align: center;
 word-break: break-word;
 color: #464646;
 margin-bottom: 12px;
}

@media (min-width: 768px) {
#corner-popup .corner-head {
 text-align: left;
 font-weight:bold;
}
}
#corner-popup .head-center {
 text-align: center !important;
}
#corner-popup .corner-text {
 font-size: 14px;
 line-height: 18px;
 word-break: break-word;
 margin-top: -5px;
 font-weight:bold;
}

#corner-popup .corner-btn, 
#corner-popup .corner-btn-cookie, 
#corner-popup .corner-btn-close {
 display: block;
 background: #464646;
 width: 100%;
 height: 39px;
 font-weight: 300;
 font-size: 14px;
 font-weight: 500;
 text-align: center;
 color: #fff;
 vertical-align: middle;
 line-height: 37px;
 cursor: pointer;
}
#corner-popup .cookie-more {
 color: #464646;
 font-weight: bold;
}
.slide-left {
 position: relative;
 right: -400px;
 -webkit-animation: slideleft 0.8s forwards;
 -moz-animation: slideleft 0.8s forwards;
 animation: slideleft 0.8s forwards;
}
.slide-left-rev {
 position: relative;
 right: -400px;
 -webkit-animation: slideleftrev 0.8s forwards;
 -moz-animation: slideleftrev 0.8s forwards;
 animation: slideleftrev 0.8s forwards;
}
.slide-right {
 position: relative;
 left: -400px;
 -webkit-animation: slideright 0.8s forwards;
 -moz-animation: slideright 0.8s forwards;
 animation: slideright 0.8s forwards;
}
.slide-right-rev {
 position: relative;
 left: -400px;
 -webkit-animation: sliderightrev 0.8s forwards;
 -moz-animation: sliderightrev 0.8s forwards;
 animation: sliderightrev 0.8s forwards;
}
.slide-top {
 position: relative;
 bottom: -400px;
 -webkit-animation: slidetop 0.5s forwards;
 -moz-animation: slidetop 0.5s forwards;
 animation: slidetop 0.5s forwards;
}
.slide-top-rev {
 position: relative;
 bottom: -400px;
 -webkit-animation: slidetoprev 0.5s forwards;
 -moz-animation: slidetoprev 0.5s forwards;
 animation: slidetoprev 0.5s forwards;
}
@-webkit-keyframes slideleft {
 0% {
 transform: translateX(300px);
 }
 100% {
 transform: translateX(0);
 }
}
@-moz-keyframes slideleft {
 0% {
 transform: translateX(300px);
 }
 100% {
 transform: translateX(0);
 }
}
@keyframes slideleft {
 0% {
 transform: translateX(300px);
 }
 100% {
 transform: translateX(0);
 }
}
@-webkit-keyframes slideleftrev {
 0% {
 transform: translateX(0);
 }
 100% {
 transform: translateX(700px);
 }
}
@-moz-keyframes slideleftrev {
 0% {
 transform: translateX(0);
 }
 100% {
 transform: translateX(700px);
 }
}
@keyframes slideleftrev {
 0% {
 transform: translateX(0);
 }
 100% {
 transform: translateX(700px);
 }
}
@-webkit-keyframes slideright {
 0% {
 transform: translateX(-300px);
 }
 100% {
 transform: translateX(0);
 }
}
@-moz-keyframes slideright {
 0% {
 transform: translateX(-300px);
 }
 100% {
 transform: translateX(0);
 }
}
@keyframes slideright {
 0% {
 transform: translateX(-300px);
 }
 100% {
 transform: translateX(0);
 }
}
@-webkit-keyframes sliderightrev {
 0% {
 transform: translateX(0);
 }
 100% {
 transform: translateX(-700px);
 }
}
@-moz-keyframes sliderightrev {
 0% {
 transform: translateX(0);
 }
 100% {
 transform: translateX(-700px);
 }
}
@keyframes sliderightrev {
 0% {
 transform: translateX(0);
 }
 100% {
 transform: translateX(-700px);
 }
}
@-webkit-keyframes slidetop {
 0% {
 transform: translateY(200px);
 }
 100% {
 transform: translateY(0);
 }
}
@-moz-keyframes slidetop {
 0% {
 transform: translateY(200px);
 }
 100% {
 transform: translateY(0);
 }
}
@keyframes slidetop {
 0% {
 transform: translateY(200px);
 }
 100% {
 transform: translateY(0);
 }
}
@-webkit-keyframes slidetoprev {
 0% {
 transform: translateY(0);
 }
 100% {
 transform: translateY(300px);
 }
}
@-moz-keyframes slidetoprev {
 0% {
 transform: translateY(0);
 }
 100% {
 transform: translateY(300px);
 }
}
@keyframes slidetoprev {
 0% {
 transform: translateY(0);
 }
 100% {
 transform: translateY(300px);
 }
}
 
