/**
* Template Name: Om Swami
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

@font-face {
	font-family: 'Roboto', sans-serif;
	src: url('../fonts/berliana_lovely_freebies.woff2') format('woff2'), url('../fonts/berliana_lovely_freebies.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Ceria';
	src: url('../fonts/Ceria.woff2') format('woff2'), url('../fonts/Ceria.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body {
	font-family: 'Roboto', sans-serif;
	color: #444444;
	overflow-x:hidden;
}

a {
	color: #e47c41;
	text-decoration: none;
}

.link {     
	color: #e47c41;
}
	
.link:hover {
	color: #000;
}

.link-bg {     
	color: #fff;
	background-color: #e47c41;
	padding:2px 10px;
	margin:0px 10px;
	border-radius:50px;
}
	
.link-bg:hover {
	color: #fff;
	background-color: #000;
}

a:hover {
	color: #e47c41;
	text-decoration: none;
}
.here{
	color:#e47c41;
}
.here:hover {
    text-decoration: underline;
    color: #000;
    text-decoration-thickness: 3px;
}

.commonbtn {
	    background: #e47c41;
    color: #fff;
    padding: 5px 25px;
    border-radius: 50px;
    font-weight: 600;
}

.commonbtn:hover {
	background-color:#000;
	color:#fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
}

/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: #ef4036;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}

.back-to-top i {
	font-size: 24px;
	color: #fff;
	line-height: 0;
}

.back-to-top:hover {
	background: #ff6a40;
	color: #fff;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #ef4036;
	border-top-color: #ffe9e3;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}

}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}

}

/*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
@media screen and (max-width:768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}

}

/* 6.1 Header
--------------------------------------------------------------*/

/* Preloader */
.preloader-wrapper {
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999900;
	background: #fff;
}

.preloader-wrapper .preloader {
	margin: 20% auto 0;
	transform: translateZ(0);
}

.preloader:before, .preloader:after {
	content: '';
	position: absolute;
	top: 0;
}

.preloader:before, .preloader:after, .preloader {
	border-radius: 50%;
	width: 2em;
	height: 2em;
	animation: animation 1.2s infinite ease-in-out;
}

.preloader {
	animation-delay: -0.16s;
}

.preloader:before {
	left: -3.5em;
	animation-delay: -0.32s;
}

.preloader:after {
	left: 3.5em;
}

@keyframes animation {
	0%, 80%, 100% {
		box-shadow: 0 2em 0 -1em #333;
	}

	40% {
		box-shadow: 0 2em 0 0 #333;
	}

}

a { color:#e47c41; }

.sidebar-sticky {
	position: fixed;
    right: -50px;
    top: 45%;
    z-index: 999;
    display: inline-block;
}

.sidebar-sticky .donate-button {
	    background: #eb702a;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 15px;
    font-weight: 600;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transform: rotate(270deg);
    display: inline-block;
}

.headertop {
	background-color: #e1ecf2;
	color: #314f8f;
	font-weight: 500;
	text-align: center;
	font-size: 0.9rem;
}

.header_logo {
	max-width: 100%;
}

.header-top ul {
	margin:0;
	padding:0;
	list-style:none;
}

.header-top ul li {
	list-style:none;
}

/* Omnav Nav */

.omnav {
	position: relative;
	width: 100%;
	z-index: 9900;
	line-height: normal;
	display: flex;
    justify-content: end;
    right: 15px;
}

.omnav a {
	color: #777;
}

.omnav ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.omnav li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	line-height: normal;
	vertical-align: middle;
}

.omnav li a {
	padding: 15px;
	display: block;
	text-decoration: none;
	color: #777;
	font-size: inherit;
	font-family: inherit;
	box-sizing: border-box;     /* -webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		transition: all .3s ease-out; */
	font-size: 1rem;
}

.omnav.light li a:hover {
	color: #e17031;
}

/* main level */
.omnav > ul > li {
	display: inline-block;
}

.omnav > ul > li > a {
	font-size: 1rem;
	border-radius: 50px;
	color: #fff;
	padding: 5px 10px;
}

.sub-menu {
	/* box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .15) !important; */
	box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, .15) !important;
}

/* first level dd */

.omnav ul ul {
	top: auto;
	width: 240px;
	position: absolute;
	z-index: 9900;
	text-align: left;
	display: none;
	background: #ddd;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /*overflow: hidden;*/
}

.omnav ul ul li a {
	padding:5px 15px;
	text-transform:capitalize !important;
	margin:5px 0px;
	color:#000;
}

.omnav li li {
	display: block;
}

/* second level dd */
.omnav ul ul ul {
	top: 0;     /* dd animtion - change to auto to remove */
	left: 220px;
}

.omnav > ul > li:hover > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
	top: 0;
}

.omnav ul ul li {
	border-bottom: none;
}

.omnav.light ul ul li:hover {
	background-color: #e17031;
	color: #fff;
	border-radius:50px;
}

.omnav.light ul ul li a:hover ul li a {
	color: red;
}
.omnav.light ul ul ul li a:hover  {
	background-color: #e17031;
	color: #fff !important;
}

/* .drop-left */
.omnav > ul > li.drop-left > ul {
	right: 0;
}

.omnav li.drop-left ul ul {
	left: auto;
	right: 220px;
}

/* light theme */
.omnav.light {
	background: rgba(255, 255, 255, 1);
}

.omnav.light a {
	color: #000;
}

.omnav.light ul ul {
	background: rgba(255, 255, 255, 1);
}

.omnav.light li a {
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.9rem;
}

/* dark theme */
.omnav.dark {
	background: rgba(0, 0, 0, 1);
}

.omnav.dark a {
	color: #FFF;
}

.omnav.dark ul ul {
	background: rgba(0, 0, 0, 1);
}

.omnav.dark li a {
	color: #FFF;
}

/* sticky nav */
.omnav.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

/* only used when 'scrollbarFix' is set to true in the js. This fixes horizontal scrollbar caused by the dd menus that are very long.*/
body.omnav-noscroll-x {
	overflow-x: hidden;
}

/* general styling */
.omnav li.has-sub > a:after {
	content: '';
	margin-left: 10px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #FFF;
	display: inline-block;
}

.omnav li li.has-sub > a:after {
	margin-left: 10px;
	float: right;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #FFF;
	position: relative;
	top: 4px;
}

.omnav li.drop-left li.has-sub > a:after {
	float: left;
	margin-right: 10px;
	border-left: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #FFF;
}

.omnav.hide-arrows li.has-sub > a:after, .omnav.hide-arrows li li.has-sub > a:after, .omnav.hide-arrows li.drop-left li.has-sub > a:after {
	display: none;
}

.omnav .menu-toggle, .omnav .close-menu, .omnav .call-btn-mobile, .omnav .location-btn-mobile {
	display: none;
	text-transform: uppercase;
	text-decoration: none;
}

.omnav .dd-toggle {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	width: 48px;
	height: 51px;
	text-align: center;
	z-index: 9999;
	border: 0;
}

.omnav.desktop li.has-sub a {

	/** padding-right: 5px; **/
}

.omnav.desktop.hide-arrows li.has-sub a {
	padding-right: 15px;
}

.omnav.mobile > ul > li > a.dd-toggle {
	padding: 0;
}

.omnav li.call-btn-mobile, .omnav li.location-btn-mobile {
	display: none;
}

/* svg icons */
.omnav svg {
	fill: currentColor;
	width: 1em;
	height: 1em;
	position: relative;
	top: 2px;
}

/* svg icons */
.omnav a.dd-toggle .icon-plus {
	box-sizing: border-box;
	transition: transform 0.3s;
	width: 12px;
	height: 100%;
	position: relative;
	vertical-align: middle;
	display: inline-block;
}

.omnav a.dd-toggle .icon-plus:before {
	content: '';
	display: block;
	width: 12px;
	height: 0px;
	border-bottom: solid 3px #777;
	position: absolute;
	top: 50%;
	transform: rotate(90deg);
	transition: width 0.3s;
}

.omnav a.dd-toggle .icon-plus:after {
	content: '';
	display: block;
	width: 12px;
	height: 0px;
	top: 50%;
	border-bottom: solid 3px #777;
	position: absolute;
}

.omnav li.open > a.dd-toggle .icon-plus {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.omnav.light a.dd-toggle .icon-plus:before {
	border-color: #000;
}

.omnav.light a.dd-toggle .icon-plus:after {
	border-color: #000;
}

.omnav.dark a.dd-toggle .icon-plus:before {
	border-color: #FFF;
}

.omnav.dark a.dd-toggle .icon-plus:after {
	border-color: #FFF;
}

.omnav .icon-close {
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	position: relative;
	display: inline-block;
}

.omnav .icon-close:before {
	content: '';
	display: block;
	width: 12px;
	height: 0px;
	border-bottom: solid 3px #777;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
}

.omnav .icon-close:after {
	content: '';
	display: block;
	width: 12px;
	height: 0px;
	top: 50%;
	border-bottom: solid 3px #777;
	position: absolute;
	transform: rotate(-45deg);
}

.omnav.light .icon-close:before {
	border-color: #000;
}

.omnav.light .icon-close:after {
	border-color: #000;
}

.omnav.dark .icon-close:before {
	border-color: #FFF;
}

.omnav.dark .icon-close:after {
	border-color: #FFF;
}

/* mobile nav */
.omnav .menu-toggle, .omnav .call-btn-mobile, .omnav .location-btn-mobile, .omnav .close-menu {
	padding: 15px;
	box-sizing: border-box;
}

.omnav .menu-toggle span.bars {
	display: inline-block;
	margin-right: 7px;
	position: relative;
	top: 3px;
}

.omnav .menu-toggle span.bars span {
	display: block;
	width: 15px;
	height: 2px;
	border-radius: 6px;
	background: #777;
	margin: 0 0 3px;
}

.omnav .full {
	width: 100%;
}

.omnav .half {
	width: 50%;
}

.omnav .third {
	width: 33%;
	text-align: center;
}

.omnav .location-btn-mobile.third {
	text-align: center;
}

.omnav .location-btn-mobile.half {
	text-align: right;
}

.omnav.light .third, .omnav.light .half {
	border-left: 1px solid rgba(0, 0, 0, .15);
}

.omnav.light.left .third, .omnav.light.left .half {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.omnav.light.right .third, .omnav.light.right .half {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.omnav.light .third:first-child, .omnav.light .half:first-child {
	border-left: 0;
}

.omnav.dark .third, .omnav.dark .half {
	border-left: 1px solid rgba(255, 255, 255, .15);
}

.omnav.dark.left .third, .omnav.dark.left .half {
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.omnav.dark.right .third, .omnav.dark.right .half {
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.omnav.light.left .menu-toggle, .omnav.light.right .menu-toggle {
	border-bottom: 0;
}

.omnav.dark.left .menu-toggle, .omnav.dark.right .menu-toggle {
	border-bottom: 0;
}

.omnav.dark .third:first-child, .omnav.dark .half:first-child {
	border-left: 0;
}

.omnav.light .menu-toggle span.bars span {
	background: #000;
}

.omnav.dark .menu-toggle span.bars span {
	background: #FFF;
}

.omnav.mobile {

	/* position: static; */
	position: relative;
	z-index: 999;
}

.omnav.mobile.fixed {
	position: static;
}

.omnav.mobile ul {
	position: relative;
	display: none;
}

.omnav.mobile.active {
	padding-bottom: 0;
}

.omnav.mobile.active > ul {
	display: block;
}

.omnav.mobile ul {
	text-align: left;
}

.omnav.mobile > ul > li {
	display: block;
}

.omnav.mobile > ul > li > a {
	padding: 15px;
}

.omnav.mobile ul {
	background: rgba(221, 221, 221, 1);
}

.omnav.mobile ul ul {
	position: relative;
	opacity: 1;
	visibility: visible;
	width: auto;
	display: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: color 0 ease-in;
	transition: none;
}

.omnav.mobile ul ul ul {
	left: auto;
	top: auto;
}

.omnav.mobile li.drop-left ul ul {
	right: auto;
}

.omnav.mobile li a {
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.omnav.mobile > ul {
	border-top: 1px solid rgba(255, 255, 255, .15);
}

.omnav.mobile.light li a {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.omnav.mobile.light > ul {
	border-top: 1px solid rgba(0, 0, 0, .15);
}

.omnav.mobile li a.dd-toggle {
	border: 0;
}

.omnav.mobile.light li a.dd-toggle {
	border: 0;
}

.omnav.mobile .menu-toggle, .omnav.mobile .dd-toggle, .omnav.mobile .close-menu, .omnav.mobile .call-btn-mobile, .omnav.mobile .location-btn-mobile {
	display: inline-block;
}

.omnav.mobile li.call-btn-mobile {
	border-right: 1px solid rgba(255, 255, 255, .1);
	box-sizing: border-box;
}

.omnav.mobile li.call-btn-mobile, .omnav.mobile li.location-btn-mobile {
	display: inline-block;
	width: 50%;
	text-transform: uppercase;
	text-align: center;
}

.omnav.mobile li.call-btn-mobile.full, .omnav.mobile li.location-btn-mobile.full {
	display: block;
	width: 100%;
	text-transform: uppercase;
	border-right: 0;
	text-align: left;
}

.omnav.mobile.light ul {
	background: rgba(255, 255, 255, 1);
}

.omnav.mobile.dark ul {
	background: rgba(0, 0, 0, 1);
}

.omnav.mobile.dark ul ul {
	background: rgba(255, 255, 255, .08);
}

.omnav.mobile.light li.call-btn-mobile {
	border-right: 1px solid rgba(0, 0, 0, .1);
}

.omnav.mobile.top {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

.omnav.mobile li.has-sub > a:after, .omnav.mobile li li.has-sub > a:after, .omnav.mobile li.drop-left li.has-sub > a:after {
	display: none;
}

/* left and right positions */
.omnav.mobile.right > ul, .omnav.mobile.left > ul {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	/** max-width: 280px; **/
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.omnav.mobile.right > ul {
	right: 0;
}

.omnav.mobile.right .close-menu, .omnav.mobile.left .close-menu {
	display: inline-block;
	text-align: right;
}

.omnav.mobile.left > ul {
	left: 0;
}

.omnav.mobile.right .location-btn-mobile.half, .omnav.mobile.right .call-btn-mobile.half, .omnav.mobile.right .close-menu.half {
	text-align: center;
}

.omnav.mobile.right .location-btn-mobile.third, .omnav.mobile.right .call-btn-mobile.third, .omnav.mobile.right .close-menu.third {
	text-align: center;
}

.omnav.mobile.left .location-btn-mobile.half, .omnav.mobile.left .call-btn-mobile.half, .omnav.mobile.left .close-menu.half {
	text-align: center;
}

.omnav.mobile.left .location-btn-mobile.third, .omnav.mobile.left .call-btn-mobile.third, .omnav.mobile.left .close-menu.third {
	text-align: center;
}

.omnav.mobile.left .menu-toggle.half, .omnav.mobile.left .menu-toggle.third, .omnav.mobile.right .menu-toggle.half, .omnav.mobile.right .menu-toggle.third {
	text-align: left;
}

.omnav.mobile.left .close-menu.third span, .omnav.mobile.right .close-menu.third span {
	display: none;
}

.omnav.mobile.left .close-menu.third {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom:15px;
}

.omnav > ul > li.current-menu-item > a {
	    border-radius: 0px;
		padding-bottom:15px;
}

.omnav > ul > li.current-menu-item > a.dd-toggle .icon-plus {
	height:65%;
}

/* left and right positions */

/* mega dd */

.omnav.desktop li.mega ul ul {
	background: none;
}

.omnav.desktop li.mega li {
	display: inline-block;
	vertical-align: top;
	margin-left: -4px;
}

.omnav.desktop li.mega li li {
	display: block;
	position: relative;
	left: 4px;
}

.omnav.desktop li.mega ul ul {
	width: auto;
}

.omnav.desktop > ul > li.mega {
	position: inherit;
}

.omnav.desktop > ul > li.mega > ul {
	width: 100%;
}

.omnav.desktop > ul > li.mega > ul li.has-sub ul {
	display: block;
	position: relative;
	left: auto;
}

.omnav.desktop > ul > li.mega > ul > li {
	padding-bottom: 15px;
	box-sizing: border-box;
}

.omnav.desktop li.mega li li a {
	padding: 5px 15px;
}

.omnav.desktop li.mega li.has-sub a:after {
	display: none;
}

.omnav.desktop > ul > li.mega > ul > li > a {
	color: yellow;
}

.share-icon {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #f3f3f3;
	color: #1b2682;
	font-size: 0.9rem;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9;
	border-radius: 50px;
}

/* mega dd */

/* Fallback for slow javascript load */
@media only screen and (max-width:768px) {
	.omnav {
		overflow: hidden;
		display: block;
	}

	.omnav ul {
		position: relative;
		display: none;
	}

}

/* mobile nav */
@media only screen and (max-width:420px) {
	.omnav.mobile .call-btn-mobile.third span, .omnav.mobile .location-btn-mobile.third span {
		display: none;
	}

}

@media (min-width:991px) {
	.omnav li.has-sub > a:after {
		display: none;
	}

}

.sub-menu-toggle {
	display: none;
}

.bottom-sticky-menu { display:none; }

/* Omswami Ashram Banner */

.omswami-ashram-banner {
	background-position: center center;
	position: relative !important;
    bottom: -130px;
    z-index: 9;
	margin-top:-145px;
}

.omswami-ashram-banner h1 {
	font-family: 'Ceria';
	color: #ea6b23;
	font-size: 4rem;
}

.banner-content {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50px;
	max-width: 800px;
}

.punchline {
	color: #626262;
	font-size: 1.2rem;
    line-height: 28px;
    padding: 0px 50px;
}

.punchline span.red { color:#e17031; }

.welcome-title {
	color: #000;
	text-transform: uppercase;
	font-size: 2rem;
	font-weight: 600;
}

.punchline::before{
	content: '';
	background-image: url(../images/left-comma.png);
	background-repeat: no-repeat;
	width:81px;
	height:66px;
	position: absolute;
	left: -35px;
	top: 0;
}

.punchline::after{
	content: '';
	background-image: url(../images/right-comma.png);
	background-repeat: no-repeat;
	width:81px;
	height:66px;
	position: absolute;
	right: 0;
	bottom: 0;
}

/* Home page Main Section Bar
  ------------------------------------------------------------- */

.main-section-bg {
	/** background-image: url(../images/homebg.webp);
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 3970px;
	position: relative;
	text-align: center; **/
}

#mainbg {
	background: url(../images/homebg.webp) 50% 0 fixed;
    height: auto;
    margin: 0 auto;
    width: 100%;
	min-height: 3970px;
    position: relative;
    text-align: center;
	margin-top:0 !important;
}

.mt-n9 {
	margin-top: -9rem !important;
}

.pt-18 {
	padding-top: 21rem !important;
}

.upcoming-events .events-col {
	position: absolute;
	top: 0;
	width: 100%;
	padding: 85px;
	text-align: center;
	max-width: 1165px;
}

.upcoming-events .events-col h2.block-title {
	font-family: 'Ceria';
	color: #ea6b23;
	font-size: 3rem;
}

.event-column img {
	width: 200px;
}

.events-content .event-date {
	background-color: #f09c68;
	color: #fff;
	padding: 0px 10px;
}

.events-content h3.event-title {
	font-size: 1.5rem;
}

.arrow-icon {
	background-color: #e26822;
	color: #fff;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
}

.arrow-icon:hover {
	background-color: #000;
	color: #fff;
	cursor: pointer;
}

.eventlink:hover .arrow-icon{
	background-color: #000;
	color: #fff;
	cursor: pointer;
}

.eventlink:hover .events-content .event-date {
	background-color: #f2610f;
}

.eventlink:hover .events-content h3.event-title {
	color: #000;
}

.view-btn {
	color: #000;
	text-transform: lowercase;
	border: #e26822 solid 2px;
	border-radius: 50px;
	padding: 5px 25px;
}

.view-btn:hover {
	background-color: #e26822;
	color: #fff;
}

h3.main-title {
	color: #fff;
	font-family: 'Ceria';
	font-size: 3rem;
	text-shadow: #436308 2px 0 50px;
	line-height:80px;
}

.box-block { top:-40px; }

.box-block-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 50px 40px 30px 30px;
	max-width: 600px;
	margin: 0 auto;
	height: 100%;
}

.box-block-content .temple-cate .temple-cate-col img {
	margin: 0 auto;
	/* width: 90px;
	border: #ea6b23 solid 2px;
	border-radius: 50px;
	padding: 15px;
	height: 90px; */
}

.box-block-content h3.sub-title {
	font-family: 'Ceria';
	color: #ea6b23;
}

.temple-cate {
	text-align: center;
}

.common-btn {
		background: #fff;
    border: #ea6b23 solid 1px;
    border-radius: 10px;
    color: #ea6b23;
    padding: 8px 10px;
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
}

.common-btn:hover {
	background-color: #ea6b23;
	color: #fff;
}

.block-summary {
	line-height: 21px;
	padding: 10px 35px;
	font-size: 1rem;
}


/* Social Section ----------------------------*/

.social-section {
	background-color: #fff2e2;
	position: relative;
	overflow-x: hidden;
	z-index:1;
}

.social-section:after {
	content:'';
	background-image: url(../images/leaf-bg-right.png);
	width: 178px;
	height: 372px;
	position: absolute;
	right: -81px;
	top: -40px;
	z-index: -1;
}

.social-section:before {
	content:'';
	background-image: url(../images/leaf-bg-left.png);
	width: 402px;
	height: 199px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 0;
}

.ss-col {
	background-color: #fff;
	background-color: #fff;
	min-height: 409px;
	background:#000;
}

.page-block-subtitle {
	color: #ea6b23;
	font-family: 'Ceria';
}

.ss-content {
	font-size: 0.9rem;
}

h3.post-title {
	font-size: 1.3rem;
	font-weight: 500;
}

.post-date {
	background-color: #fff2e2;
	color: #000;
	font-size: 0.8rem;
	padding: 2px 15px;
	display: inline-block;
	margin-bottom: 5px;
}

.more-btn {
	color: #e47c41;
	font-weight: 500;
	display: block;
}

/* About om swami
  ------------------------------------------------------------- */

.swamiji-about {
	position: relative;
}

.about-content h2 {
	color: #ea6b23;
	font-size: 2.4rem;
}

.about-content {
	color: #6b6b6b;
	font-size: 1.1rem;
}

.knowbtn {
	background-color: #e77e42;
	color: #fff;
	font-weight: 600;
	font-size: 1.1rem;
	padding: 9px 25px;
}

.knowbtn:hover {
	background-color: #000;
	color: #fff;
}

.swamiji-flower {
	position: absolute;
	bottom: -50px;
	right: 0;
}

.feather {
	position: absolute;
	left: 0;
	bottom: 0;
}

/* divine connections
  ------------------------------------------------------------- */

	.divine-connections {
		background-image: url(../images/divine-connections-bg.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}

	.divine-content h3 {
		font-family: 'Ceria';
	}


/* Search Bar
  ------------------------------------------------------------- */

/** Search Form
  --------------------------------------------------------------*/

.search-form input[type="search"].search-field {
	width: 100%;
	border: 2px solid var(--grey-color);
	transition: ease-in;
	transition-duration: 0.2s;
	border-radius: 50px;
	padding: 10px 40px;
}

.search-form input[type="search"].search-field:focus {
	border: 2px solid var(--dark-color);
}

.search-form button {
	position: absolute;
	top: 6px;
	right: 9px;
	background: transparent;
	border: none;
	box-shadow: none;
}

/** Search Popup
  --------------------------------------------------------------*/
.search-popup {
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.search-popup.is-visible {
	opacity: 1;
	visibility: visible;
	cursor: -webkit-image-set(url("data:image/svg+xml;charset=utf8,%3Csvg !string!!string!!string!!string!%3E%3Cpath !string!!string!/%3E%3C/svg%3E") 1x, url("data:image/svg+xml;charset=utf8,%3Csvg !string!!string!!string!!string!%3E%3Cpath !string!!string!/%3E%3C/svg%3E") 2x), pointer;
	cursor: url("data:image/svg+xml;charset=utf8,%3Csvg !string!!string!!string!!string!%3E%3Cpath !string!!string!/%3E%3C/svg%3E"), pointer;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}

.search-popup-container {
	background-color: transparent;
	position: relative;
	top: 50%;
	margin: 0 auto;
	padding: 0;
	width: 90%;
	max-width: 800px;
	text-align: center;
	box-shadow: none;
	cursor: default;
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.is-visible .search-popup-container {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.search-popup-form {
	position: relative;
	margin: 0 0 3em 0;
}

.search-popup-form .form-control {
	padding: 0 0 .375em 0;
	font-size: 2em;
}

.search-popup-form #search-popup-submit {
	display: none;
}

.search-popup .search-popup-close {
	display: block;
	position: absolute;
	top: 2em;
	right: 2em;
	margin: -0.5em;
	padding: 0.5em;
	line-height: 0;
}

.search-popup .search-popup-close:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.search-popup .search-popup-close i {
	display: block;
	position: relative;
	width: 1em;
	height: 1em;
	fill: rgba(0, 0, 0, 0.5);
}

.search-popup .search-popup-close:hover i {
	fill: rgba(0, 0, 0, 1);
}

.search-popup .cat-list-title {
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 0.6em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.search-popup .cat-list {
	margin: 0;
	list-style-type: none;
}

.search-popup .cat-list-item {
	display: inline-block;
	margin-bottom: 0;
	letter-spacing: 0.015em;
	font-size: 2em;
}

.search-popup .cat-list-item a:hover::after {
	height: 1px;
	opacity: 1;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
}

.search-popup .cat-list-item::after {

	/** xmlns='http://www.w3.org/2000/svg' ;**/
	padding: 0 5px;
	line-height: 1;
	vertical-align: text-top;
}

.search-popup .cat-list-item:last-child::after {
	display: none;
}

@media only screen and (max-width:991px) {
	.search-popup .cat-list-item, .search-popup-form .form-control {
		font-size: 1.425em;
	}

}

@media only screen and (max-width:767px) {
	.search-popup .search-popup-close {
		top: 1em;
		right: 1em;
	}

}

@media only screen and (max-width:575px) {
	.search-popup .cat-list-item, .search-popup-form .form-control {
		font-size: 1.125em;
	}

	.search-popup .search-popup-close {
		top: 1em;
		right: 1em;
	}

}

.search-popup input[width='20'] {
	font-size: 22px;
	height: 60px;
	padding: 26px;
}

.search-popup .search-form button {
	position: absolute;
	top: 0;
	right: 8px;
	margin: 0;
	padding: 15px;
}

.search-popup .search-form button i {
	font-size: 29px;
}


/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  
#header {
	transition: all 0.5s;
	z-index: 997;
	padding: 0;
	background-color: #fff;
	width:100%;
	padding:10px;
}

#header.header-scrolled, #header.header-inner-pages {
	background: rgb(255, 255, 255);
	padding: 10px 0;
	position:fixed;
}

#header .logo {
	font-size: 32px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 2px;
}

#header .logo a {
	color: #fff;
}

#header .logo img {
	max-height: 60px;
}

.login-menu {
	margin: 0;
	padding: 0;
}

.login-menu li {
	display: inline-block;
	list-style: none;
}

.login-menu li a {
	color: #a3a3a3;
	font-size: 1rem;
	padding: 5px 10px;
}

.omnav > ul > li.current-menu-item > a {
	background-color: #e17031;
	border-radius: 50px;
	color: #fff;
	padding: 5px 15px;
}

.omnav > ul > li.current-menu-item > a:hover {
	color:#fff;
}

.omnav.light li a:hover {
    background-color: #e17031;
	border-radius: 50px;
	color: #fff;
}

/*--------------------------------------------------------------
  # Banner Section
  --------------------------------------------------------------*/

.mainBanner .swiper-button-next, .swiper-button-prev {
	color: #fff;
}

/*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/


section {
	padding: 60px 0;
}

.section-bg {
	background-color: #f0f4f8;
}

.section-title {
	padding-bottom: 40px;
}

.section-title h2 {
	font-size: 14px;
	font-weight: 500;
	padding: 0;
	line-height: 1px;
	margin: 0 0 5px 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #5c8eb0;
	font-family: 'Roboto', sans-serif;
}

.section-title h2::after {
	height='20';
	width: 120px;
	height: 1px;
	display: inline-block;
	background: #ff8664;
	margin: 4px 10px;
}

.section-title p {
	margin: 0;
	margin: 0;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	color: #263d4d;
}

/*--------------------------------------------------------------
  # Sticky Bar
  --------------------------------------------------------------*/
.stickybar {
	background-color: #f4faff;
	color: #5982a4;
	padding: 10px !important;
	font-size: 1rem;
}

.stickybar span {
	background-color: #52b9e9;
	padding: 5px;
	border-radius: 5px;
	color: #ffff;
	margin: 0 5px;
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/

.footer-bottom {
	background-color: #fff;
	font-size: 0.9rem;
	padding: 50px 0px;
}

.footer-bottom .footer-title {
	font-size: 1.34rem;
	font-weight: 500;
	margin-bottom: 15px;
	color: #e77e42;
}

.footer-bottom ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.footer-bottom ul li {
	list-style: none;
	display:block;
}

.footerbot-menu li {
	list-style: none;
	display:inline-block !important;
} 

.footer-bottom ul li a {
	color: #676767;
	font-size: 1.1rem;
	line-height: 34px;
}

.footerbot-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

.footerbot-menu li a {
	color: #9a9a9a !important;
	display: inline-block;
	padding: 0 5px;
	font-size: 0.9rem !important;
}

.soclia-media ul li {
	display: inline-block;
	padding: 0px 5px;
}

.soclia-media ul {
	    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.soclia-media ul li a {
	font-size: 1rem;
	color: #e77e42;
	border: #e77e42 solid 1px;
	padding: 0px;
	border-radius: 50px;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow:hidden;
}

.joinbtn {
	color: #5982a4;
	font-size: 1.1rem;
	text-decoration: underline;
	margin-left: 15px;
	margin-right: 5px;
}

.form-outline .form-control:focus {
	outline: inherit;
}

.newsletter {
	position: relative;
}

#search-button {
	position: absolute;
	right: 0;
	top: 6px;
	background: none;
	box-shadow: none;
	color: #ea6e28;

}

#search-button .bx-right-arrow-alt {
	  font-size: 2rem;
    position: relative;
    top: -10px;
    padding: 0;
    right: -13px;
}

.form-outline .form-control~.form-label {
	top:-3px;
	font-weight: 400;
	font-size: 1rem;
}

/* About us page */

h1.entry-title, .singular .entry-title {
	font-size:2.5rem !important;
	font-family: 'Ceria';
	color:#e47c41;
}

.page-id-38 .page-punchline h5 { font-style: italic; } 

.page-punchline h5 {
    text-align: center;
    margin: 25px 0px;
    color: #292929;
    font-weight: 400;
    line-height: 27px;
}

.page-id-38 .page-punchline::before {
    content: '';
    background-image: url(../images/left-comma.png);
    background-repeat: no-repeat;
    width: 81px;
    height: 66px;
    position: absolute;
    left: -80px;
    top: -45px;
}

.page-id-38 .page-punchline::after {
    content: '';
    background-image: url(../images/right-comma.png);
    background-repeat: no-repeat;
    width: 81px;
    height: 66px;
    position: absolute;
    right: 0px;
    bottom: -48px;
}

.page-title { position:relative; }
.page-title:before {
    content:'';
    background-image: url(../images/aboutbg.png);
    background-repeat: no-repeat;
    position:absolute;
    left:0;
    right:0;
    text-align:center;
    margin:0 auto;
    top:0;
    width:1012px;
    height:1012px;
    margin-top:-550px;
    z-index:-1;
}

.page-content {
    min-height:500px;
	position: relative;
    z-index: 1;
}

.aboutcontent p { margin-bottom:15px; }

.common-list {
    margin:0;
    padding:0;
}
.common-list li {
    list-style: none;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    padding: 0px 10px 0px 10px;
    border-right: #e2f1f4 solid 1px;
}

.common-list li:last-child { border:none;}

.aboutcontent h3 {
    color: #e47c41;
    text-transform: uppercase;
    font-size: 1.5rem;
}

.common-list li:empty, li:empty {
    display:none !important;
}

.aboutcontent { font-size:1.1rem ;}


.internal-content { position:relative; padding-bottom:50px; }
.internal-content:before {
	content:'';
	background-image:url(../images/page-left-bg.png);
	position:absolute;
	left:0;
	width:679px;
	height:100%;
	top:0;
	z-index:-1;
	background-repeat:no-repeat;
}

.internal-content:after {
	content:'';
	background-image:url(../images/right-bg.png);
	position:absolute;
	right:0;
	width:503px;
	height:100%;
	top:0;
	z-index:-1;
	background-repeat:no-repeat;
}

/* Get Involved page */

.get-involved-page-list { margin:0; padding:0; }
.get-involved-page-list li { list-style:none; display:inline-block; }
.get-involved-page-list li a {     
	color: #000;
    padding: 13px 25px;
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, .15);
    border-radius: 15px;
    font-size: 1.2rem;
    margin: 0px 5px 10px 5px;
    font-weight: 600;
    display: inherit; 
	}
.get-involved-page-list li a:hover {
	background-color:#e17031;
	color:#fff;
}
.block-title {
	font-size: 1.6rem;
    font-family: 'Ceria';
    color: #e47c41;
    line-height: 48px;
}
.get-content p {
	line-height: 30px;
    font-size: 1.1rem;
}

.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    background-color: #fff;
}
.contact .info-box i {
    font-size: 35px;
    color: #e47c41;
    border-radius: 50%;
    padding: 8px;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contactform { background-color:#fff; }
.contactform h2 {
	font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: 600;
}

div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol { float:right !important; }
.ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span { font-size:18px !important; }
.ewd-ufaq-faq-body {
    padding: 10px 25px;
    padding-left: 5px !important;
}
.ewd-ufaq-faq-body { font-size:1.2rem !important; }

.gallery-content { background-color:#fff;}
.gallery-content h2.block-title {     
	min-height: 125px;
    font-size: 1rem;
    line-height: 31px;
    padding: 15px; }

.app-screen {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	margin:0 auto;
}
.screen-slider .swiper {
	overflow:hidden;
	max-width:430px;
	position:relative;
	left:-11px;
}

.post-image { height:168px; }

.single-gallery h1.entry-title, .single-gallery .entry-title { line-height:70px; }

@media(min-width:768px){
	.main-logo {
		padding:5px 20px 0 0;
	}
}

@media(max-width:767px){
.screen-slider .swiper {
    max-width: 297px;
    left: -8px;
}
}

h5.month {
	font-size: 1.2rem;
    font-family: 'Ceria';
    color: #1f1f1f;
    line-height: 48px;
}
.more-link { color: #e47c41; font-weight: 600; }
.books-content { background-color:#fff; }
.buy-link-button {
	display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    margin: 5px 0px;
	background-color:#1ab1db;
	color:#fff;
	padding:10px;
	border-radius:5px;
}
.buy-link-button:hover {
	background-color:#e47c41;
	color:#fff;
}

.buy-link-button.flipkart-btn {
	background-color: #0b6bbb;
    color: #ffffff;
}

.buy-link-button.flipkart-btn .fa-shopping-cart {
	color: #f2d61e;
    font-size: 21px;
    margin-right: 5px;
}

.buy-link-button.flipkart-btn:hover {
	background-color: #131921;
    color: #ffffff;
}

.books-content p {
    line-height: 30px;
    font-size: 1.1rem;
}

.bookdetails-content p {
	margin-bottom:15px; 
}

.download-pics { text-align:center; }
.download-pics .wp-block-file .wp-block-file__button {
	background: #e47c41 !important;
    color: #fff !important;
    border: none;
    border-radius: 50px;
}

.ewd-ufaq-faq-toggle { position : relative; }

.ewd-ufaq-faq-toggle:before {
	content:'';
	background-image: url(https://redcubeclients.in.net/omswami/wp-content/themes/omswami/assets/images/check-yellow-icon.png);
	background-repeat: no-repeat;
    width: 35px;
    height: 30px;
    position: absolute;
    left: 0px !important;
    top: 6px !important;
}

.ewd-ufaq-faq-toggle {
    position: relative;
    padding-left: 45px !important;
}

.ewd-ufaq-faq-div {
    margin: 0 !important;
    padding: 15px 0 15px 0px !important;
    clear: both;
    border-bottom: #acacac solid 1px !important;
}

div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol {
	margin-top:10px !important;
}


/* Humor page */

.testi-col {
	background-color:#fff;
	font-size:1.1rem;	
}
.testi-footer {
	background-color:#22c199;
}

.testi-footer img {
	border: #fff solid 3px;
    position: relative;
    margin-top: -55px !important;
}

.testiname {
	margin-top: 15px;
    color: #fff;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 1px;
}

.testi-col .fa-quote-left { font-size:1.5rem; }

.testi-section .col-lg-4:nth-child(odd) .testi-col .testi-footer { background-color:#22c199; color:#fff; }
.testi-section .col-lg-4:nth-child(odd) .testi-col .testi-content .fa-quote-left { color:#22c199; }
.testi-section .col-lg-4:nth-child(even) .testi-col .testi-footer { background-color:#8a5fbb; color:#fff; }
.testi-section .col-lg-4:nth-child(even) .testi-col .testi-content .fa-quote-left { color:#8a5fbb; }

.photogallery { background-color:#fff; }
.photogallery .carousel-slider .owl-nav .owl-next svg, .photogallery .carousel-slider .owl-nav .owl-prev svg {
	color:#e47c41 !important;
}
.carousel-slider.dots-center .owl-dots { display:none !important; }

.pagination { border:none !important; }
.page-item:first-child .page-link, .page-item:last-child .page-link { color:#e47c41 !important; }
.page-link { color:#000; font-weight:600; }
.page-link:hover { background-color:#fff !important; }
.wpcf7-form .form-control { min-height:40px; border-radius:0px; margin-bottom:15px; }
.wpcf7-form .form-select { margin-bottom:15px; }
textarea.form-control { max-height:123px; border-radius:0px; } 
.wpcf7-form br { display:none; }
.wpcf7-submit {
	background-color: #e17031 !important;
    color: #fff !important;
    font-size: 1.5rem !important;
    padding: 5px 15px !important;
	border:none !important; 
}

/* Flag Animation */

.flag {
    width: 300px;
    height: 200px;
    margin: 0px;
    position: absolute;
    right: -38px;
    top: -84px;
    z-index: -1;
}

.flag:before {
	content:'';
	background-image:url('../images/stick.png');
	width:71px;
	height:95px;
	position:absolute;
	left:16px;
	z-index:1;
	display:none;
}

.flag-element {
    -webkit-animation:oscill 1s ease-in-out infinite alternate; 
    -moz-animation:oscill 1s ease-in-out infinite alternate; 
    -ms-animation:oscill 1s ease-in-out infinite alternate; 
    animation:oscill 1s ease-in-out infinite alternate; 
    background: url('../images/flaganimation.png');
    background-size: 300px 100%;
    position:relative;
    height:100%;
    width:1px;
    display:inline-block;
}
@-webkit-keyframes oscill {
    0% {
        top: 5%;
    }        
    100% {
        top: -5%;
    }
}
@-moz-keyframes oscill {
    0% {
        top: 5%;
    }        
    100% {
        top: -5%;
    }
}
@-ms-keyframes oscill {
    0% {
        top: 5%;
    }        
    100% {
        top: -5%;
    }
}
@keyframes oscill {
    0% {
        top: 5%;
    }        
    100% {
        top: -5%;
    }
}

.flag-animation {
	position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}
.flag-animation img {
	width:200px;
}

.peacock-feather {
	position: absolute;
    top: 500px;
    left: 0;
    z-index: 9;
}
.peacock-feather img {
	width:200px;
}

.omswami-form h2 {
	font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.wpcf7-form .form-control {
    border-radius: 50px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.wpcf7-form textarea {
	border-radius: 10px !important;
    max-height: 70px;
}

/*--------------------------------------------------------------
# Popup CSS
--------------------------------------------------------------*/

.slider-video-icon { 
  position: relative; 
  border-radius: 10px;
  overflow: hidden; 
  border-radius:20px;
}

.slider-video-icon::before {
  content: '';
  background-color: rgba(0,0,0,0.3);
  position:absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top:0;
  width: 100%;
  height: 100%;
  border-radius:20px;
}

.vidP {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000c7;
  z-index: 99999;
  padding: 50px;
  backdrop-filter: blur(3px);
  display: none;
  transition: display ease-in-out 200ms;
  -webkit-transition: display ease-in-out 200ms;
  -moz-transition: display ease-in-out 200ms;
}

.vidP .innerPop {
  max-width: 80%;
  max-height: 100%;
  position: absolute;
  background: #000;
  padding: 15px;
  top: 50%;
  left: 50%;
  border-radius: 20px;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.vidP .innerPop .cls_btn {
  position: absolute;
  right: -15px;
  top: -15px;
}

.vidP .innerPop .cls_btn a {
  width: 40px;
  height: 40px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #333;
  border-radius: 100px;
}

.vidP .innerPop .videoWrap video {
  width: 100%;
  height: 100%;
}

.vidP .innerPop .videoWrap iframe {
  min-width: 70vw;
  min-height: 85vh;
}

.vidP.active {
  display: block;
  transition: display ease-in-out 200ms;
  -webkit-transition: display ease-in-out 200ms;
  -moz-transition: display ease-in-out 200ms;
}

.slider-video-icon a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 500%;
  position: absolute;
  color: #5a49f8;
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-white 1s linear infinite;
  -webkit-transition: .5s;
  background: #d72523;
  left: 0;
  right: 0;
  top: 42%;
  bottom: 0;
  text-align: center;
  margin: 0 auto;
}

.slider-video-icon .bx-play {     
color: #fff;
  font-size: 25px;
  padding-top: 14px;
  padding-left: 7px; }

@-webkit-keyframes ripple-white {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
  }
  100% {
      -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
  }
}

@keyframes ripple-white {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
  }
  100% {
      -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
  }
}

.newsletter-col {
	background-image:url(../images/third.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}

.news-content {
	position: relative;
    top: 0;
    text-align: center;
    font-size: 0.9rem;
    line-height: 20px;
	padding:15px;
}

.news-content h5 {
	font-family: 'Ceria';
    color: #e47c41;
    font-weight: 300;
    font-size: 1rem;
    line-height: 23px;
}

.news-content p {
	font-weight: 600;
    line-height: 20px;
    color: #6b6b6b;
}

.explore-btn {
	background: #e47c41;
    color: #fff;
    border-radius: 5px;
    padding: 8px 15px;
    font-weight: 600;
}

.explore-btn:hover {
	background:#000;
	color:#fff;
}

@media(max-width:767px){
	.blackapp {
		padding-bottom: 60px;
	}
}

@media(min-width:1700px){
.news-content {
    padding: 36px 40px;
}
}

