/*!
Theme Name: cincysai
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cincysai
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

cincysai is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

* { margin: 0;}

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	font-family:"Ubuntu", sans-serif;
	color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
        margin: 0 0 10px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 10px 0;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 0 15px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #626262;
}

a:visited {
	color: #626262;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

header .top-menu{ margin:10px 0 0 0;  }
header .navbar-nav li { position:relative;     margin: 0; }

header .navbar-nav li a{
	font-size:14px;     
	color: #333333;     
	font-weight: 500;
    letter-spacing: 0.7px;
    padding:15px 10px;
    text-decoration: none;
    outline: none;
     transition: all 300ms ease-in;
}




header .top-menu .menu {
	list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 100;  }
header .top-menu .menu li.menu-item-has-children a:after,
header .navbar-nav li.menu-item-has-children a:after{
	content:"\f0d7";
	font-family: "FontAwesome";
	position: relative;
	margin: 0px 5px 0 5px;
		opacity: 1;
}

header .top-menu .menu li .sub-menu li a:after,
header .navbar-nav li .sub-menu li a:after{
	content:"";
	opacity: 0;
}

header .navbar-nav li .sub-menu li.menu-item-has-children a:after{
	content:"\f0d7";
	font-family: "FontAwesome";
	position: absolute;
    right: 6px;
    rotate: 81;
    rotate: -90deg;
	margin: 0px 5px 0 5px;
		opacity: 1;
}

header .top-menu .menu li .sub-menu,
header .navbar-nav li .sub-menu{
	position: absolute;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
    display: none;
    background: #fff;
    width:max-content;
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
    transition: all 300ms ease-in;    z-index: 10;
}


header .navbar-nav li:last-child .sub-menu {
    left: auto; right: 0;
}
header .navbar-nav li .sub-menu li .sub-menu{
	position: absolute;
	left: 100%;
	top:0;
	list-style: none;
	margin: 0;
	padding: 0;
    display: none;
    background: #fff;
    width:max-content;
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
    transition: all 300ms ease-in;
}

header .navbar-nav li .sub-menu li .sub-menu li a:after, 
header .navbar-nav li .sub-menu li a:after{
	content:"";
	opacity: 0;
}

header .top-menu .menu li:hover .sub-menu,
header .navbar-nav li:hover .sub-menu,
header .navbar-nav li .sub-menu li:hover .sub-menu{
	display: block;
}
header .top-menu .menu li a{
	font-size:14px;     
	color: #333333;     
	font-weight:500;
    letter-spacing: 0.7px;
    padding:11px 10px 11px 31px;
    display: block;
    text-decoration: none;
    outline: none;
     transition: all 300ms ease-in;
     text-align: left;
}
header .top-menu li { margin:0;     display: inline-block; }
header .top-menu .menu .sub-menu li a{
    padding:11px 31px;
    text-align: left;
}
header .top-menu .menu li.btn-orange-li a{padding: 5px 20px;
    background: #ff7c04;
    margin-left: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;}
header .top-menu .menu li.btn-orange-li a:hover{     background: #ab1c19;}

header .navbar-nav li .sub-menu li a{
	font-size:14px;     
	color: #333333;     
	font-weight:500;
    letter-spacing: 0.7px;
    padding:8px 30px;
    display: block;
    text-decoration: none;
    outline: none;
     transition: all 300ms ease-in;
}

header .navbar-nav li.current-menu-ancestor a{color:#ff6600 !important;   }
header .navbar-nav li a:hover {color:#ff6600;}
header .navbar-nav li.current-menu-ancestor a:hover .sub-menu li a,
header .navbar-nav li.current-menu-ancestor .sub-menu li a,
header .navbar-nav li a:hover .sub-menu li a{    color: #333 !important; }

header .navbar-default .navbar-nav>li>a {
    color: #333;
}
header .navbar-defaul, 
header .navbar-nav>li>a:hover {
    color: #ff7a00 ;
}

header .navbar-nav li .sub-menu li.current_page_item a,
header .top-menu .menu li .sub-menu li a:hover,
header .navbar-nav li .sub-menu li a:hover{    
	color: #fff !important; 
	background-color: #FF6600;
	text-decoration: none;
    outline: none;
	 transition: all 300ms ease-in;
}
header ul#menu-header-menu {
    padding: 4% 0 0 0;
}

header .navbar-brand { 
    height: auto;
    padding: 0 0 15px 0;
    width: 520px;
 }

header .navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin: 0;
}

header.fixed-header{position: fixed;
    top: 0;
    z-index: 20;
    background: #fff;
    width: 100%;}

header .top-menu .widget { display: inline-block;  } 
header .top-menu #custom_html-2.widget ul { list-style:none; margin:0; padding:0;  }
header .top-menu #custom_html-2.widget ul li{  display: inline-block; padding:0 15px; }
header .top-menu #custom_html-2.widget ul li.red-color a {color: #FF4B4B; font-weight: 600; letter-spacing: 1px; font-size: 15px; position:relative;}
header .top-menu #custom_html-2.widget ul li.red-color a:before{/*content: "\f664";*/ content: ""; font-family: "Font Awesome 6 Free"; margin: 0 4px 0 0px;}
header .top-menu #custom_html-2.widget ul li.red-color a{padding: 8px 20px 8px 13px; background: #ab1c19 ; margin-left:0px; text-align: center; text-transform: uppercase; color: #fff; font-weight: 600; letter-spacing: 1px; position: relative;top: 0; font-size: 16px !important;}
header .top-menu #custom_html-2.widget ul li.red-color a:hover{     background: #ff7c04;}

header .top-menu #custom_html-2.widget ul li.social-icons a{color: #fff; padding: 8px 10px; margin: 0 5px;}
header .top-menu #custom_html-2.widget ul li.social-icons a.icon-facebook{background-color: #3b5998;}
header .top-menu #custom_html-2.widget ul li.social-icons a.icon-youtube{background-color: #cd201f;}
header .top-menu #custom_html-2.widget ul li.social-icons a.icon-x-twitter { background-color: #000;}
header .top-menu #custom_html-2.widget ul li.social-icons a.icon-instagram{ background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );}
header .top-menu #custom_html-2.widget ul li.social-icons a:hover{ opacity:0.8;  }
header .top-menu a:hover {color: #ff7a00; text-decoration: none;}


.gry-bg{background-color: #F9F9F9;}
.gradiant-bg{background-color: transparent; background-image: linear-gradient(180deg, #FFFFFF 0%, #EDEADE 100%);}
.p-50{padding:50px 0px;}
.p-30{padding:30px 0px;}
ul,
ol{ marbin:0 0 0 15px; padding:0  }
ul li,
ol li{ margin:0 0 5px 0;  }
ul li, p,
ol li{
	color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
        margin: 0 0 10px 0;
}

h2.heading {
    color: #ff6600;
    font-size: 28px;
    font-weight: 600;
    line-height: 48px;
    position: relative;
    margin: -10px 0 15px 0;
}
h2.heading span.black { position:relative;color: #ff6600; }
h2.heading span{color: #ff6600;}
h2.heading:before{ 
	content: "";
	position:absolute;
	width: 0px;
	height: 0px;
	background:#ff6600; ;  
	bottom:0px;  
}
h2.heading span.black:before{ 
content: "";
    position: absolute;
    width: 94%;
    height: 2px;
    background: #ff6600;
    bottom: -6px;
	display:none;
}
h3.heading {
    color: #ff6600;
    font-size: 24px;
    font-weight: 600;
    line-height: 44px;
    position: relative;
    margin-bottom: 10px;
}


h3.headh3 {
    margin: 0 0 10px 0;
    color: #333;
}

h4.sub-head {
    color: #A81C1B;
    font-family: "Ubuntu", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
}

.hero-sec{position: relative;}


.hero-sec .owl-carousel .item { background: #fdddaa;}
.hero-sec .owl-carousel .item img{    width: 44%;
    /* height: calc(100vh - 120px); */
    margin: auto;}
.hero-sec .owl-carousel .owl-nav { 
	position: absolute;  
	top: 50%;
	margin: -20px 0 0 0;
	width: 100%;
	opacity: 0;
	 transition: all 300ms ease-in;
}
.hero-sec .owl-carousel:hover .owl-nav {opacity: 1;  transition: all 300ms ease-in;}
.hero-sec .owl-carousel .owl-nav button.owl-prev,
.hero-sec .owl-carousel .owl-nav button.owl-next {
    cursor: pointer;
    background: #333;
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 50%;
    color: #fff;
}
.hero-sec .owl-nav button.owl-prev {left:10px;}
.hero-sec .owl-nav button.owl-next {right:10px;}
.marquee-sec { padding: 15px 15px 12px 15px;background: #ff8412;}
.marquee-sec marquee {     color: #fff;font-weight:500;font-size: 15px; letter-spacing: 1px;  }

.values-sec .values-block{ 
	    display: block;
        text-align: center;
 }
.values-sec .values-block aside{
width: 31.88%;
    display: inline-block;
    padding: 12px;
    text-align: center;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 15px 0;
}
.values-sec .values-block aside .in-block{
	position: relative;
} 
.values-sec .values-block aside .in-block:hover h4{
color:#ff6600;
} 
.values-sec .values-block aside .in-block a{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;

} 
.events-sec aside{ padding:15px 0;  }
.events-sec aside .in-block{
	padding: 10px; position: relative;
	transition: all 1s ease-in;
}
.events-sec aside .in-block figure{ position:relative; height:170px; overflow:hidden;margin:0;   }
.events-sec aside .in-block figure img{ height:auto; width:100%;  }
.events-sec aside .in-block h4{ font-size:16px; font-weight:600; line-height:26px; margin:10px 0 0 0;     min-height: 55px;}
.events-sec aside .in-block a{ position:absolute; width:100%; height:100%; top:0; left:0;  }
.events-sec aside:hover .in-block{
    background: #FFFFFF;
    box-shadow: 0px 20px 26px rgb(255 122 0 / 16%);
    transition: all 1s ease-in;
}

.events-sec .owl-carousel .owl-nav { 
	position: absolute;  
	top: 50%;
	margin: -20px 0 0 0;
	width: 100%;
	opacity: 1;
	 transition: all 300ms ease-in;
}
.events-sec .owl-carousel:hover .owl-nav {opacity: 1;  transition: all 300ms ease-in;}
.events-sec .owl-carousel .owl-nav button.owl-prev,
.events-sec .owl-carousel .owl-nav button.owl-next {
    cursor: pointer;
    background: #333;
    width:30px;
    height:30px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 50%;
    color: #fff;
}
.events-sec .owl-nav button.owl-prev {left:-35px;}
.events-sec .owl-nav button.owl-next {right:-35px;}

.btn-sec{ padding-top:20px;  }
.btn-sec .btn.white{ font-weight: 700;
    color: #FF6600;
    background-color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 0px 10px 0px rgba(219.74999999999997, 212.62902513586954, 212.62902513586954, 0.5);
    padding: 8px 12px 8px 12px;  transition: all 300ms ease-in;
}

.btn-sec .btn.white:hover{    
	color: #fff;
    background-color: #FF6600;transition: all 300ms ease-in;
}

.btn-orange{
	color: #fff;
	background-color: #FF6600;
	padding: 8px 12px 8px 12px;  
	transition: all 300ms ease-in;
	 border-radius:4px;

}
.btn-orange:focus,
.btn-orange:hover,
.btn-orange:visited{ opacity:0.7; color: #fff; text-decoration:none; }


.div-table{ display:table; vertical-align:middle; width: 100%;}
.div-table aside{ display:table-cell; vertical-align:middle;  }
.live-darshan-sec{ background-color: #FF6600;  }
.live-darshan-sec .div-table aside{ width:50%; }
.live-darshan-sec .div-table aside.left-cell .in-cell{ padding:10% 15%;}
.live-darshan-sec .div-table aside.left-cell .in-cell h2.heading{ color:#fff;  }
.live-darshan-sec .div-table aside.left-cell .in-cell h2.heading:before {background: #ffffff; width: 60px; height: 3px;}
.live-darshan-sec .div-table aside.right-cell{position: relative; padding: 0;}
.live-darshan-sec .div-table aside.right-cell:before {
    content: " ";
    position: absolute;
    display: block;
    width: 30%;
    height: 100%;
    top: 0;
    left: -30%;
    z-index: 1;
    background: #FF6600;
    transform-origin: top;
    transform-origin: ;
    transform: skew(30deg, 0deg);
}
.live-darshan-sec .div-table aside.right-cell img{ width:100%;  }
body { margin:0;}
footer{ padding:20px 0 0 0; border-top:2px solid #F9F9F9;}
footer aside .widget-title{    color: #333333;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;}
footer aside  ul{ list-style:none; margin:0; padding:0; }
footer aside  ul li a{ color: #626262; }
footer aside  ul li a:hover{ color: #FF6600; text-decoration: none;}
footer aside address ul li{ padding:0 0 0 20px; position: relative;     display:block;}
footer aside address ul.email-phone-ul li{}
footer aside address ul li:before{
font-family: "FontAwesome";
color: #FF6600;
position: absolute;
top:0;
left: 0;
}
footer aside address ul li.location:before{  
content: "\f041";
}
footer aside address ul li.email:before{  
content: "\f0e0";
}
footer aside address ul li.phone:before{  
content: "\f095";
}
footer aside ul li.social-icons { margin:10px 0; display:block;  }
footer aside ul li.social-icons a {
    color: #fff;
    padding: 8px 10px;
    margin: 0 5px;
}
footer aside ul li.social-icons a.icon-facebook {
    background-color: #3b5998;
}

footer aside ul li.social-icons a.icon-youtube {
    background-color: #cd201f;
}
footer aside ul li.social-icons a.icon-x-twitter {
    background-color: #000;
}
footer aside ul li.social-icons a.icon-instagram{ background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );}

footer aside .footer-brand img{width:400px; margin-bottom:10px; display:inline-block;}
footer aside ul li.app-icons a img{ width:100px;  }
footer .bottom-footer{ margin: 15px 0 0 0; border-top:2px solid #F9F9F9; padding: 10px 0 0px 0;}
footer .bottom-footer .fsi{ text-align:right;  }
footer .bottom-footer ul li{display: inline-block; margin:0 0 0 10px; }


.inner-banner { min-height:315px; background-size: cover; background-repeat: no-repeat; }
.inner-banner .hero_text{display:none;}
.inner-banner .hero_text h1{color: #FFFFFF; font-size: 24px; line-height: 30px; text-shadow: 2px 0px 5px black;}

.sevices-sec .in-block{position: relative; margin: 0 0 10px 0; background: #fff;box-shadow: 0 0 10px rgb(0 0 0 / 10%); transition: .5s ease-in-out; width: 100%; padding: 10px; font-size: 16px; font-weight: 600;}
.sevices-sec .in-block aside.img-cell{ width:20%;  }
.sevices-sec .in-block aside.img-cell img{ width:100%; padding:0 10px 0 0;  }    
.sevices-sec .in-block a{ position:absolute; width:100%; height:100%; top:0; left:0;  }
.sevices-sec .in-block:hover{box-shadow: 0 19px 21px -15px rgb(0 0 0 / 21%); background: #f2f2f2;transition: .5s ease-in-out;}
.dieties-sec article{ margin:5% 0; display:block;  }
.dieties-sec article aside{ width:50%;  }
.dieties-sec article img{ width: 100%; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);}
.dieties-sec article.leftimg aside.content-cell{ padding:15px 15px 15px 5%; text-align:justify;  }
.dieties-sec article.rightimg aside.content-cell{ padding:15px 5% 15px 15px; text-align:justify;  }
.dieties-sec article.rightimg aside .d-none{ display:none;  }

.satcharitra-sec aside { margin:15px 0;  }
.satcharitra-sec aside .in-block{
	border:1px solid #CFC2C2;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; 
	padding: 15px;
	text-align: center;
}
.satcharitra-sec aside .in-block a.btn-orange{ margin:20px 0; display:inline-block;}
.satcharitra-sec aside .in-block:hover{box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);}


nav.navigation.post-navigation {
    display: none;
}
.aarti-sec article {    
	border: solid 1px #C8C8C8A1;
    box-shadow: -5px 0px 10px 0px rgba(206, 204, 204, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 20px 20px 20px;
    margin: 15px 0;
    background: #fff;
}

.aarti-sec article h3 {
    margin: 0 0 10px 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 20px;  }
.aarti-sec article ul{ list-style:none; margin:0; padding:0; position:relative;  }
.aarti-sec article ul:before{ 
	content:"";
	width: 1px;
	height: 100%;
	position: absolute;
	left:50%;
	background:#C8C8C8A1;
  } 
.aarti-sec article ul li { display: inline-block; width: 49.8%;  padding: 5px 10px;}
.aarti-sec article ul li .in-block{border-bottom: 1px solid #C8C8C8A1; }
.aarti-sec article ul li aside.title-cell {width: 85%; font-weight: 600;}
.aarti-sec article ul li aside.pdf-cell {width: 5%;}
.aarti-sec article ul li aside.pdf-cell a{font-size: 34px; color: #333;}
.aarti-sec article ul li aside.pdf-cell a:hover{color: #FF6600;}
.aarti-sec article ul li aside.audio-cell {width: 10%;}
.aarti-sec article ul li aside.audio-cell .plyr {min-width: 100%;}
.aarti-sec article ul li aside.audio-cell .plyr__controls .plyr__controls__item:first-child{ margin:0;  }
.aarti-sec article ul li aside.audio-cell .plyr--audio .plyr__control:focus-visible, 
.aarti-sec article ul li aside.audio-cell .plyr--audio .plyr__control:hover, 
.aarti-sec article ul li aside.audio-cell .plyr--audio .plyr__control[aria-expanded=true] {  background: transparent;background: transparent;  color: #f60;  color: #f60;}

.events-g-sec aside .in-block{ position:relative; transition: all 300ms ease-in; margin-bottom: 30px; padding-bottom: 20px;}
.events-g-sec aside .in-block a figure{ margin:0 0 10px 0;  }
.events-g-sec aside .in-block a figure img{ width:100% !important;}
.events-g-sec aside .in-block a h4{ color: #000000; font-size: 20px; font-weight: 500;line-height: 18px;}
.events-g-sec aside .in-block a:hover h4{ color: #000000; text-decoration: none;}
.events-g-sec aside .in-block a:hover{ text-decoration:none;  }
.events-g-sec aside .in-block:hover {transition: all 300ms ease-in; background: #fff; padding:10px 10px 20px 10px;  box-shadow: 0px 19px 21px -15px rgba(0, 0, 0, 0.5);}

.priest-sec aside .in-block{    margin: 0 0 15px 0; box-shadow: 0px 0px 10px 0px rgba(155, 150, 150, 0.5); background: #cccccc;}
.priest-sec aside .in-block figure{ margin:0 0 0px 0;  }
.priest-sec aside .in-block figure img{ width:100% !important;}
.priest-sec aside .in-block .txt-details{ padding:15px; text-align:center;  }
.priest-sec aside .in-block .txt-details .top-txt{ min-height:160px;  }
.priest-sec aside .in-block .txt-details .top-txt h4{ margin-top:0; }
.priest-sec aside .in-block .collapse{ padding:30px 10px 10px 10px; }
.priest-sec aside .in-block .collapse ul{ text-align: left; margin:0; padding:0;  }
.priest-sec aside .in-block .collapse ul li{ text-align: left;  }

.priest-sec.member-sec aside .in-block .txt-details .top-txt, 
.priest-sec.member-sec aside .in-block .txt-details .top-txt p{ min-height: auto; text-align: center;}
.priest-sec.member-sec aside { margin:15px 0  }
.priest-sec.member-sec aside .in-block .txt-details .top-txt{ min-height:108px;  }

.form-sec .form-group{ margin:0;  }
.form-sec .form-control,
.form-sec select{border: 0px solid #ebebeb; color:#333; background: #ebebeb !important; height: 60px;  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);  border-radius: 0; width: 100%; padding: 15px;}
.form-sec .intl-tel-input,
.c-form-sec .intl-tel-input{display: block;}
.c-form-sec .iti,
.form-sec .iti { width: 100%;}
.c-form-sec textarea {min-height:120px; height:auto;}
.form-sec textarea{ border: 0px solid #ebebeb; color: #333; background: #ebebeb !important; box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); border-radius: 0; width: 100%; padding: 15px; min-height:120px; height:auto;}
.form-sec .btn-orange{color: #fff; background-color: #FF6600; padding: 12px 12px; transition: all 300ms ease-in; border-radius: 4px; display: block;width: 100%; font-weight: 600;}
.form-sec .btn-orange:focus,
.form-sec .btn-orange:hover,
.form-sec .btn-orange:visited{ opacity:0.7; color: #fff; text-decoration:none;  display: block; } 
.form-sec  .wpcf7-spinner { margin: 0 0 0 -12px;  position: absolute; right: auto; left: 50%; top: -20px;}

.c-form-sec .form-group{ margin:0;  }
.c-form-sec .form-control,
.c-form-sec select{ background: #fff;  border:1px solid #ebebeb; color:#333; height: 60px;  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);  border-radius: 0; width: 100%; padding: 15px;}
.c-form-sec .iti { width: 100%;}
.c-form-sec textarea{  background: #fff;  border:1px solid #ebebeb;  color: #333; box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); border-radius: 0; width: 100%; padding: 15px;}
.c-form-sec .btn-orange{color: #fff; background-color: #FF6600; padding: 12px 12px; transition: all 300ms ease-in; border-radius: 4px; display: block; font-weight: 600; margin:auto; text-align:center; }
.c-form-sec .btn-orange:focus,
.c-form-sec .btn-orange:hover,
.c-form-sec .btn-orange:visited{ opacity:0.7; color: #fff; text-decoration:none;  display: block; } 

.volunteer-sec .form-sec { padding:5% 0 2% 0; width:60%; margin:auto;  }
.contact-sec aside{ margin-bottom:15px;  }
.contact-sec aside .in-block{ background-color: #FF6600; padding:20px; min-height:160px;  }
.contact-sec aside .in-block h3{ color:#fff; font-weight:600;  }
.contact-sec aside .in-block p,
.contact-sec aside .in-block ul li { color:#fff; margin:0;  }
.contact-sec aside .in-block ul{ margin:0 0 0 0; padding:0 0 0 15px;}
.page-sec p{ text-align:justify;  }
.page-sec ul{ margin:0 0 0 30px; }

.table-timings td:first-child, .table-timings th:first-child {
    background: #EA601C;
    color: #fff;
    border: 1px solid #EA601C;
        text-align: center;
    font-weight: 600;
}

.table-timings {
    background-color: transparent;
    width: 100%;
    margin-block-end: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse;
}

.table-timings:first-child tr:first-child th {
    border-block-start: 1px solid hsla(0, 0%, 50.2%, .5019607843);
}

.table-timings1 {
    background-color: transparent;
    width: 100%;
    margin-block-end: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse;
}

.table-timings1 td{
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0, 0%, 50.2%, .5019607843);
}

.table-timings1 thead th,
.table-timings1 thead td{
	font-size: 16px;
    background: #EA601C;
	 padding: 15px;
    color: #fff;
    border: 1px solid #EA601C;
        text-align: center;
    font-weight: 600;
}

.table-timings1 {
    background-color: transparent;
    width: 100%;
    margin-block-end: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse;
}

.table-timings1 td {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0, 0%, 50.2%, .5019607843);
	font-size: 16px ;
}

.simcal-calendar th, .simcal-calendar td {
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0, 0%, 50.2%, .5019607843);
}

.simcal-default-calendar-grid .simcal-day>div {
    box-sizing: content-box;
    display: block;
    height: 100%;
    min-height: 100px !important;
}

.page-sec p.simcal-align-right {
    text-align: right;
}
.page-sec p.simcal-align-right a.post-edit-link{
       color: #ff7a00;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
}



/****************************************
  scrollTop 
*****************************************/

.scrollTop {
 position: fixed;
    right: 2%;
    bottom: 10%;
    background-color: #ff7a00;
    padding: 10px 20px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    font-weight: bolder;
    border-radius: 7px;
    font-size: 20px;
}

.scrollTop a {
  font-size: 22px;
  color: #fff;
  outline:none;
}
.scrollTop:hover { background-color: #f2f2f2; outline:none;}
.scrollTop:hover a:hover {
  font-size: 18px;
  color: #ff7a00;
}


.pop-up-sec .modal-dialog { width: 80%; margin: 8% auto 2% auto; max-width: 80%;}
.pop-up-sec .modal-dialog .modal-body { padding: 0;}
.pop-up-sec .modal-dialog .modal-body{}
.pop-up-sec .modal-dialog .modal-body .brouch-download-sec .form-sec { padding: 0px 0;}
.pop-up-sec .close { opacity: 1; color: #e62933; font-size: 30px; position: absolute; right: 10px;  top: 2px; border: none; background: transparent;}
.pop-up-sec .close:hover { opacity:0.7;}
.pop-up-sec .section-title { text-align: left; padding: 0 15px 15px 15px;}
.pop-up-sec .modal-dialog { top: 15% !important;}
.pop-up-sec .modal-dialog .succfail-box.succ { text-align: center;     padding: 20px !important;}
.pop-up-sec .modal-dialog .succfail-box.succ img { width: 100%;height: auto;}
.pop-up-sec .modal-dialog .succfail-box.succ h2 {color: #00a651; margin-bottom: 20px;font-size: 26px;font-weight: 600;font-family: 'Lato', sans-serif;}
.pop-up-sec .modal-dialog .succfail-box.succ p { margin: 10px;line-height: 20px; font-size: 16px;}
.pop-up-sec .modal-dialog .modal-content .modal-body img.tick-img { width: 220px; margin: 20px auto;}
.pop-up-sec.success-pop .modal-dialog {    margin-top:30px; width: 400px;  background: transparent; padding: 5px; border-radius: 5px;}
.pop-up-sec .modal-dialog.home_modal_icon { margin-top: 0%; width: 48%;}
.modal-backdrop.fade.in { height: 100% !important;}
.pop-up-sec .modal-dialog.home_modal_icon .succfail-box.succ img { width: 100%;height: auto;}
.pop-up-sec.success-pop .modal-dialog .modal-body { padding: 0;}
.modal-backdrop { opacity: 1 !important;background-color:rgba(0, 0, 0, 0.8) !important;}
.wpcf7 form.sent .wpcf7-response-output { display: none !important;}
.page-id-611 .wpcf7 form.sent .wpcf7-response-output {display: block ! IMPORTANT;max-width: 375px;}

.hero-sec{ position:relative; }
.hero-sec aside.left-cell{position: absolute; width:28%; background: #fdddaa; z-index: 2; top: 0; left:0;  height: 100%; padding:10px 20px 20px 20px;}
.hero-sec aside.right-cell{position: absolute; width:28%; background: #fdddaa; z-index: 2; top: 0; right:0;  height: 100%; padding:10px 20px 20px 20px;}
.hero-sec aside.left-cell .in-block h3,
.hero-sec aside.right-cell .in-block h3{margin:0;  }
.hero-sec aside.right-cell .in-block p,
.hero-sec aside.left-cell .in-block p{ margin:0 !important}

.hero-sec aside.left-cell .in-block h3,
.hero-sec aside.left-cell .in-block p{ text-align:right;}

.hero-sec .owl-carousel{position: relative;}
/*.hero-sec .owl-carousel .owl-stage-outer { height: 66vh !important;}*/

.bloglist-ul{list-style: none; margin: 0; padding: 0;}
.bloglist-ul li{padding:15px 130px 15px 15px; background: #f2f2f2; border-radius: 10px; position:relative;}
.bloglist-ul li h3,
.bloglist-ul li h3 a{}
.bloglist-ul li .btn.white{right: 15px; top: 15px; position: absolute; font-weight: 700; color: #FF6600;  background-color: #FFFFFF;  border-radius: 0px 0px 0px 0px;  box-shadow: 0px 0px 10px 0px rgba(219.74999999999997, 212.62902513586954, 212.62902513586954, 0.5);  padding: 8px 12px 8px 12px;  transition: all 300ms ease-in;}
.bloglist-ul li .btn.white:hover{color: #fff;background-color: #FF6600;transition: all 300ms ease-in;}
 
body.page-id-531 footer.W6Tqvc {
    display: none !important;
}

.join-whatsapp-sec{ padding:30px 0; }
.join-whatsapp-sec h2.heading{ width: 75%; margin: auto;}
.join-whatsapp-sec .animated-box{    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
    background-color: #f9f9f9;
    margin:30px auto;}
