/*------------------------------------------------------------------
[Table of contents]
* Default CSS
* Sidebar and Content
* stories Details
* Volunteer Details
* Blog
* Page Title
* Header
* Footer
* Row Setting
* Background Position and Color
* Form
* Accordion Style 1
* Owl Slider
* Search Form
* 404 Page
* Button
* Sigma Feature
* Custom
*Instagram
-------------------------------------------------------------------*/
@keyframes opac{
	from{opacity:0} to{opacity:1}
}
@-webkit-keyframes circle-rotate{
	100%
	{-webkit-transform:rotate(360deg);transform:rotate(360deg)
	}
}
@keyframes circle-rotate{
	100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)
	}
}
@keyframes lds-grid {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
}

@-webkit-keyframes rot {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rot {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes preloaderScale {
	100% {
		-webkit-transform: scale(0.1);
		transform: scale(0.1);
		opacity: 0;
	}
}

@keyframes preloaderScale {
	100% {
		-webkit-transform: scale(0.1);
		transform: scale(0.1);
		opacity: 0;
	}
}

@-webkit-keyframes sticky {
	0% {
		top: -200px;
	}
	100% {
		top: 0;
	}
}

@keyframes sticky {
	0% {
		top: -200px;
	}
	100% {
		top: 0;
	}
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		opacity: 0;
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		opacity: 0;
	}
}

@-webkit-keyframes pulse-border-2 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse-border-2 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-loading-ani1 {
	100% {
		-webkit-transform: translate(39px);
		transform: translate(39px);
		opacity: 0;
	}
}

@keyframes cssload-loading-ani1 {
	100% {
		-webkit-transform: translate(39px);
		transform: translate(39px);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-loading-ani2 {
	100% {
		-webkit-transform: translate(19px);
		transform: translate(19px);
		opacity: 1;
	}
}

@keyframes cssload-loading-ani2 {
	100% {
		-webkit-transform: translate(19px);
		transform: translate(19px);
		opacity: 1;
	}
}

@-webkit-keyframes cssload-loading-ani3 {
	100% {
		-webkit-transform: translate(19px);
		transform: translate(19px);
	}
}

@keyframes cssload-loading-ani3 {
	100% {
		-webkit-transform: translate(19px);
		transform: translate(19px);
	}
}

@-webkit-keyframes zoomIn {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes zoomIn {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes hvr-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}
	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}
	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}
	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}
	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}
	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}

@keyframes hvr-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}
	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}
	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}
	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}
	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}
	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}

@keyframes ripple {
	0%,
	35% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0.8;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2);
	}
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
	}
}

@-webkit-keyframes ripple-white {
	0% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	40% {
		opacity: 0.2;
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
	}
}

@keyframes ripple-white {
	0% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	40% {
		opacity: 0.2;
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
	}
}

@keyframes fadeHeaderInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInOut {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}

@keyframes pulseInOut {
	0% {
		opacity: 1;
		transform: scale(.3)
	}
	100% {
		opacity: 0;
		transform: scale(1.3)
	}
}

@keyframes pulseInOutSM {
	0% {
		opacity: 1;
		transform: scale(.3)
	}
	100% {
		opacity: 0;
		transform: scale(1.7)
	}
}

@keyframes preloader-style-2-1 {
	0% {
		top: 36px;
		height: 128px
	}
	50% {
		top: 60px;
		height: 80px
	}
	100% {
		top: 60px;
		height: 80px
	}
}

@keyframes preloader-style-2-2 {
	0% {
		top: 41.99999999999999px;
		height: 116.00000000000001px
	}
	50% {
		top: 60px;
		height: 80px
	}
	100% {
		top: 60px;
		height: 80px
	}
}

@keyframes preloader-style-2-3 {
	0% {
		top: 48px;
		height: 104px
	}
	50% {
		top: 60px;
		height: 80px
	}
	100% {
		top: 60px;
		height: 80px
	}
}

@keyframes bannerscale {
	50% {
		transform: scale(1.2);
	}
}
@keyframes rotate-y {
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes back-forth {
    0% {
        transform: translateY(-50%);
    }
    50% {
        transform: translateY(50%);
    }
    100% {
        transform: translateY(-50%);
    }
}
@-webkit-keyframes rot {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rot {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.sigma_preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	transition: .3s;
}

.sigma_preloader.hidden {
	opacity: 0;
	visibility: hidden;
}

.sigma_preloader ul {
	display: grid;
	margin: 0;
	padding: 0;
	grid-template-columns: repeat(5, 1fr);
	-webkit-animation: rot 16s linear infinite;
	animation: rot 16s linear infinite;
}

.sigma_preloader li {
	width: 40px;
	height: 40px;
	list-style: none;
	background: #F74F22;
	border-radius: 4px;
	box-shadow: 0 0 1px #fff, 0 0 5px #F74F22, 0 0 10px #F74F22, 0 0 15px #F74F22, 0 0 25px #F74F22, 0 0 55px #F74F22;
	-webkit-animation: preloaderScale 0.8s linear alternate infinite;
	animation: preloaderScale 0.8s linear alternate infinite;
}

.sigma_preloader li:nth-child(1) {
	z-index: 24;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.sigma_preloader li:nth-child(2) {
	z-index: 23;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.sigma_preloader li:nth-child(3) {
	z-index: 22;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.sigma_preloader li:nth-child(4) {
	z-index: 21;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.sigma_preloader li:nth-child(5) {
	z-index: 20;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.sigma_preloader li:nth-child(6) {
	z-index: 19;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.sigma_preloader li:nth-child(7) {
	z-index: 18;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.sigma_preloader li:nth-child(8) {
	z-index: 17;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.sigma_preloader li:nth-child(9) {
	z-index: 16;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.sigma_preloader li:nth-child(10) {
	z-index: 15;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.sigma_preloader li:nth-child(11) {
	z-index: 14;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.sigma_preloader li:nth-child(12) {
	z-index: 13;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.sigma_preloader li:nth-child(13) {
	z-index: 12;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.sigma_preloader li:nth-child(14) {
	z-index: 11;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.sigma_preloader li:nth-child(15) {
	z-index: 10;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.sigma_preloader li:nth-child(16) {
	z-index: 9;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.sigma_preloader li:nth-child(17) {
	z-index: 8;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.sigma_preloader li:nth-child(18) {
	z-index: 7;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.sigma_preloader li:nth-child(19) {
	z-index: 6;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.sigma_preloader li:nth-child(20) {
	z-index: 5;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.sigma_preloader li:nth-child(21) {
	z-index: 4;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.sigma_preloader li:nth-child(22) {
	z-index: 3;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.sigma_preloader li:nth-child(23) {
	z-index: 2;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.sigma_preloader li:nth-child(24) {
	z-index: 1;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.sigma_preloader li:nth-child(25) {
	z-index: 0;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}


/* preloader style 2 */

@keyframes preloader-style-2 {
	0% {
		background: #022147
	}
	12.5% {
		background: #022147
	}
	12.625% {
		background: #F74F22
	}
	100% {
		background: #F74F22
	}
}

.preloader-style-2 div {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #F74F22;
	animation: preloader-style-2 1.408450704225352s linear infinite;
}

.preloader-style-2 {
	left: -60px;
	position: relative;
	top: -60px;
}


/* preloader style 3 */

.lds-grid {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-grid div {
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #F74F22;
	;
	animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
	top: 8px;
	left: 8px;
	animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
	top: 8px;
	left: 32px;
	animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
	top: 8px;
	left: 56px;
	animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
	top: 32px;
	left: 8px;
	animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
	top: 32px;
	left: 32px;
	animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
	top: 32px;
	left: 56px;
	animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
	top: 56px;
	left: 8px;
	animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
	top: 56px;
	left: 32px;
	animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
	top: 56px;
	left: 56px;
	animation-delay: -1.6s;
}


/*=== Preloader stle 4 ====*/

.sigma_preloader.style-4 {
	background: #F74F22;
}

.sigma_preloader.style-4 svg {
	animation: bannerscale 3s linear infinite;
}

/*=== Preloader Style 5 ===*/
.sigma_preloader.style-5 svg {
  animation: fadeInOut 3s linear infinite;
}

/*=== Preloader style 6 ====*/
.sigma_preloader.style-6{
	backgrond :#F74F22;
}
.sigma_preloader.style-6 .preloader-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sigma_preloader.style-6 .preloader-image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #fff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: rotate-y 5s linear infinite;
}

/*=== Preloader style 7 ====*/
.sigma_preloader.style-7 {
    background-color: #f47a20;
}
.sigma_preloader.style-7 svg {
    animation: rot 5s linear infinite;
}


.down-arrow-wrap a {
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	background-color: #F74F22;
	border-radius: 50%;
	color: #fff;
	-webkit-box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
	box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
	position: relative;
	display: block;
	margin: 0 auto;
}

.down-arrow-wrap a:focus,
.down-arrow-wrap a:hover {
	color: #fff;
	background-color: #ec6a47;
	;
}

.down-arrow-wrap a::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 50%;
	-webkit-animation: pulse-border-2 1s linear infinite;
	animation: pulse-border-2 1s linear infinite;
}

.down-arrow-wrap a::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 50%;
	-webkit-animation: pulse-border-2 1.5s linear infinite;
	animation: pulse-border-2 1.5s linear infinite;
}

.z-index-1 {
	z-index: 1;
}

.primary-bg {
	background-color: #F74F22;
}

.custom-primary {
	color: #F74F22;
}

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

.section {
	padding: 100px 0;
}

.section.section-padding {
	padding: 100px 0 70px;
}

.section-heading .section-title {
	margin-bottom: 0;
}

.section-title span.title-tag,
.section-title .heading-subtitle {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-bottom: 20px;
	margin: 0;
}

.section-title h2 {
	font-size: 80px;
	line-height: 1.125;
	letter-spacing: -1px;
}

.section-title h3 {
	font-size: 46px;
	line-height: 1.125;
	letter-spacing: -1px;
}

.section-heading {
	margin-bottom: 50px;
}

.sigma-svg {
	width: 50px;
}

.sigma-svg.svg-sm {
	width: 25px;
}

.close-btn {
	border: 0;
	background-color: transparent;
	padding: 0;
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	outline: none;
}

.close-btn:hover,
.close-btn:focus {
	background-color: transparent;
}

.close-btn:focus {
	outline: none;
}

.close-btn span {
	position: absolute;
	width: 1px;
	height: 15px;
	display: block;
	background-color: #fff;
	opacity: 0.6;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.close-btn.close-dark span {
	background-color: #022147;
}

.close-btn.close-danger span {
	background-color: red;
}

.close-btn span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

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

.close-btn:hover span:nth-child(2) {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.close-btn.dark span {
	background-color: #022147;
}

.mb-30 {
	margin-bottom: 30px;
}

.overflow-visible {
	overflow: visible !important;
}

*:focus,
.slick-initialized .slick-slide:focus {
	outline: none;
}

.z-1 {
	z-index: 1;
}
.border-before p {
    position: relative;
}

.border-before p::before {
    content: "";
    position: absolute;
    left: -34px;
    top: 10px;
    width: 26px;
    height: 2px;
    background-color: #F74F22;
}
.border-before-style-2 p {
    position: relative;
}
.theme-icon-cat-temple .border-before p::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 30px;
    background-color: #F74F22;
}
.theme-icon-cat-temple .border-before p::after {
	content: "";
	position: absolute;
	left: -14px;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 30px;
	background-color: #F74F22;
}
.primary-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F74F229e;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
.secondary-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0221479e;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

/* Slick Slider */

.sigma-shortcode-wrapper .slick-slider .slick-list {
	margin: 0 -15px;
}

.sigma-shortcode-wrapper .slick-slider .slick-slide {
	margin: 0 15px;
}

.sigma-shortcode-wrapper .slick-arrow {
	height: 70px;
	width: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 18px;
	color: #111;
	background-color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.slick-arrow {
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	padding: 0;
	color: #111;
	background-color: #fff;
	transition: .3s;
}

.slick-arrow,
.slick-arrow:focus {
	outline: none;
}

.sigma-shortcode-wrapper .slick-arrow:hover,
.slick-arrow:hover {
	background-color: #F74F22;
	color: #fff;
	box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
}

.slick-slider .slick-dots {
	padding: 0;
	margin: 30px 0 0;
	list-style: none;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.arrow-style .slick-arrow:hover,
.arrow-style .slick-arrow.slider-next {
	background-color: #F74F22;
	color: #fff;
	-webkit-box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
	box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.3);
}

.arrow-style {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.arrow-style .slick-arrow.slider-next {
	margin-left: 20px;
}

.slick-slider .slick-dots button,
.slick-slider .slick-dots button:focus {
	outline: none;
}

.slick-slider .slick-dots button {
	font-size: 0;
	border: 0;
	background-color: #EFEFEF;
	width: 30px;
	height: 4px;
	padding: 0;
	margin: 0 5px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.light-dots .slick-slider .slick-dots button {
	background-color: #fff;
}

.slick-slider .slick-dots .slick-active button {
	width: 50px;
	background-color: #F74F22;
}


/*--------------------------------------------------------------
# Stories Details
--------------------------------------------------------------*/

.sigma-stories-details-container {
	padding: 36px 40px 15px;
	background-color: #f4f4f4;
	display: inline-block;
}

.sigma-stories-detail {
	padding-bottom: 10px;
	margin-top: 20px;
	padding-left: 20px;
}

.sigma-stories-details h3 {
	margin-bottom: 10px;
}

.sigma-stories-detail-title {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #111;
	font-size: 20px;
	position: relative;
}

.sigma-stories-detail-title:before {
	position: absolute;
	left: -20px;
	top: 6px;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #F74F22;
}

.sigma-stories-content {
	padding-top: 30px;
}

.sigma-stories-details-container .sigma-stories-detail-des {
	margin-bottom: 3px;
	display: inline-block;
}

.sigma-stories-details-container .sigma-stories-detail-des p {
	margin-bottom: 0;
}

.masonry-item .sigma-stories-content-cover h3.stories-title a:hover {
	color: #F74F22;
}


/*--------------------------------------------------------------
# Volunteer Details
--------------------------------------------------------------*/

.sigma-volunteer-detail .sigma-volunteer-thumbnail,
.sigma-volunteer-detail .sigma-volunteer-thumbnail .post-thumbnail {
	width: 100%;
	height: 100%;
}

.sigma-volunteer-detail .sigma-volunteer-thumbnail .post-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sigma-volunteer-thumbnail .post-thumbnail {
	position: relative;
}

h3.sigma-volunteer-title {
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 0;
	margin-top: 10px;
}

h5.sigma-volunteer-designation {
	font-size: 16px;
	color: #111;
	margin-bottom: 20px;
}

.sigma-volunteer-details {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px 30px;
	margin-left: 20px;
}

.sigma-volunteer-detail {
	padding-bottom: 20px;
}

.sigma-volunteer-detail-title {
	font-weight: 700;
	color: #111;
}

.sigma-volunteer-content {
	padding-top: 40px;
}

.sigma-volunteer-content .wpcf7-form-control-wrap {
	width: 100%;
}

.sigma-volunteer-link-profiles {
	margin: 0;
	padding: 0;
	clear: both;
}

.sigma-volunteer-link-profiles-container {
	border-top: 1px solid #f1f1f1;
	padding-top: 30px;
	margin-top: 10px;
}

.sigma-volunteer-detail .sigma-volunteer-link-profiles li {
	display: flex;
	align-items: center;
	margin: 0;
	font-size: 18px;
}

.sigma-volunteer-link-profiles li a {
	background-color: #f1f1f1;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	font-size: 16px;
	color: #111;
}

.sigma-volunteer-link-profiles li a:hover {
	color: #ffffff;
	background-color: #F74F22;
}

.sigma-volunteer-detail-title {
	font-size: 18px;
	font-weight: 600;
	position: relative;
	padding-right: 5px;
}

.sigma-volunteer-detail-title:before {
	position: absolute;
	left: -20px;
	top: 6px;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #F74F22;
}

.sigma-volunteer-des p {
	margin-bottom: 40px;
}

.sigma-volunteer-detail .sigma-volunteer-link-profiles li i {
	font-size: 20px;
	color: #F74F22;
	margin-right: 30px;
	width: 15px;
}

.sigma-volunteer-detail .sigma-volunteer-link-profiles li .title {
	color: #022147;
	font-weight: 600;
	padding-right: 12px;
	text-transform: capitalize;
}

.sigma-volunteer-detail .sigma-volunteer-link-profiles li a {
	background: none;
	width: auto;
	height: auto;
}

.sigma-volunteer-detail .sigma-volunteer-link-profiles li a:hover {
	color: #F74F22;
	background: none;
}


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.sigma-post {
	margin-bottom: 30px;
}

.sigma-post-wrapper .entry-title {
	font-size: 32px;
	margin-bottom: 15px;
	margin-top: 0;
	word-break: break-word;
	font-weight: 700;
}

.sigma-post-wrapper .entry-title a:hover {
	text-decoration: none;
	color: #F74F22;
}

.sigma-post-inner {
	padding: 40px;
	position: relative;
}

.sigma-post-style-1 .sigma-post-inner {
	background-color: #fff;
	border: 1px solid #efefef;
}

.post-details-box {
	padding: 40px;
	border: 1px solid #efefef;
}
.theme-icon-cat-temple .post-details-box {
    border-radius: 10px;
}
.post-details-box .sigma-post-details .sigma_post-thumb {
    margin-bottom: 20px;
}
.post-details-box .sigma-post-inner {
	padding: 0;
}

.sigma-post-wrapper .sigma-post-inner footer.entry-footer .post-read-more-link a {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	color: #022147;
}

.sigma-post-wrapper .sigma-post-inner footer.entry-footer .post-read-more-link a:hover i {
	transform: translateX(5px);
	transition: 0.3s;
}

.sigma-post-wrapper .sigma-post-inner footer.entry-footer .post-read-more-link a i {
	margin-left: 10px;
	transition: 0.3s;
	font-weight: 400;
}

.sigma-post-wrapper .sigma-post-inner footer.entry-footer .post-read-more-link a:hover {
	color: #111;
}

.sigma_post_views span i,
.sigma-post-wrapper .sigma-post-inner footer.entry-footer .post-read-more-link a i {
	margin-right: 6px;
}

.sigma-post-wrapper header .posted-on {
	display: block;
	top: -80px;
	font-family: "Poppins", sans-serif;
	width: 80px;
	height: 80px;
	padding: 15px 4px;
	position: absolute;
	right: 0;
	text-align: center;
}

.sigma-post-wrapper header .posted-on a {
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0;
}

.sigma-post-wrapper header .posted-on a span {
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 16px;
}

.sigma-post-wrapper .entry-meta-footer {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.sigma-post-wrapper .entry-meta-footer .entry-meta-container i {
	color: #F74F22;
}

.sigma-post-wrapper footer .entry-meta-container>span>i {
	margin-right: 5px;
}

.sigma-post-wrapper footer.entry-footer .social-icon-share {
	margin-left: auto;
	position: relative;
}

.sigma-post-wrapper footer a.social-share-button {
	display: none;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}

.sigma-post-wrapper footer ul.social-share-icons {
	position: relative;
	padding: 0;
	margin: 0;
	right: 0px;
	white-space: nowrap;
	top: 0px;
	list-style: none;
	visibility: visible;
	opacity: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.sigma-post-wrapper footer li.social-share-icon {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 30px;
	border-right: 1px solid #fff;
	overflow: hidden;
}

.sigma-post-wrapper footer ul.social-share-icons a.icon-link {
	display: block;
	text-align: center;
	background: transparent !important;
	line-height: 30px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 18px;
}

.sigma-post-wrapper footer ul.social-share-icons a.icon-link:hover {
	background-color: #022147;
}

.sigma-post-wrapper footer .social-icon-share:hover ul.social-share-icons {
	visibility: visible;
	opacity: 1;
	top: 0;
}

.sigma-post-wrapper blockquote,
.comment-content blockquote {
	padding: 50px;
	border-radius: 0;
	z-index: 1;
	font-size: 28px;
	font-family: "Poppins", serif;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
	background: #f7f7f7;
	text-align: center;
	letter-spacing: -1px;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column-reverse;
}
.theme-icon-cat-temple .sigma-post-wrapper blockquote,
.theme-icon-cat-temple .comment-content blockquote {
    border-radius: 10px;
}
.comment-content blockquote {
	letter-spacing: normal;
}

.sigma-post-wrapper blockquote::before,
.comment-content blockquote::before {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 60px;
	content: "\f105";
	color: #fff;
	font-family: flaticon;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	z-index: -1;
}

.sigma-post-wrapper blockquote p {
	font-size: 24px;
	font-weight: 500;
	color: #022147;
  line-height: 1.8;
}

.sigma-post-wrapper blockquote cite,
.sigma-post-wrapper blockquote cite strong {
	display: block;
	font-family: "Poppins", sans-serif;
	color: #F74F22;
	margin-bottom: 20px;
	font-size: 14px;
	text-transform: none;
	font-style: normal;
	letter-spacing: normal;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.sigma-post-wrapper blockquote p,
	.sigma-post-wrapper blockquote {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.sigma-post-wrapper blockquote p,
	.sigma-post-wrapper blockquote {
		font-size: 18px;
	}
}

@media (max-width: 399px) {
	.sigma-post-wrapper blockquote p,
	.sigma-post-wrapper blockquote {
		font-size: 16px;
	}
}

.sigma-post-inner .gallery {
	margin-bottom: 30px;
}

.post.sticky .sigma-post-inner {
	border: 5px solid #F74F22;
	position: relative;
}

.post.sticky .sigma-post-inner:after {
	content: "\f08d";
	font-family: 'Font Awesome 5 Pro';
	font-size: 25px;
	position: absolute;
	color: #fff;
	opacity: 1;
	right: 0px;
	top: 0px;
	background-color: #F74F22;
	padding: 0;
	width: 70px;
	line-height: 70px;
	height: 70px;
	text-align: center;
	font-weight: 900;
	border-radius: 0;
}

.archive-description {
	margin-bottom: 30px;
}


/*=== Comment List ===*/

.comments-area {
	margin-top: 20px;
}

.children,
.comment-list {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list>li.comment {
	margin-bottom: 40px;
	padding-bottom: 0;
}

.comment-list>li.comment:not(:first-child) {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #f1f1f1;
}

.comment-list .comment-body {
	margin-bottom: 30px;
	display: grid;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.comment-list .children {
	padding-left: 80px;
	position: relative;
}

.comment-list .children li:first-child {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #EFEFEF;
}

.comment-list .reply {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 500;
	letter-spacing: .1em;
}

.comment-list a.comment-reply-link {
	background: transparent !important;
	color: #111;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	z-index: 2;
	padding: 10px 25px;
	border: 2px solid #efefef;
	border-radius: 25px;
}

.comment-list a.comment-reply-link:hover:after {
	transform: translateX(5px);
	transition: 0.3s;
}

.comment-list a.comment-reply-link:after {
	margin-left: 5px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	content: "\f3e5";
	transition: 0.3s;
	display: inline-block;
}

#cancel-comment-reply-link {
	padding-left: 5px;
}

.comment-list a.comment-reply-link:hover {
	background-color: #111;
}

.comment-list .comment-avatar {
	min-width: 100px;
	margin-right: 30px;
	position: relative;
}

.comment-list .comment-content p {
	font-size: 14px;
	margin-bottom: 0;
}

.comment-list .comment-body .url {
	padding-left: 10px;
}

.comment-list .children .comment-avatar {
	top: 0;
}

.comment-list .comment-avatar img.avatar {
	width: 100px;
	border-radius: 50px;
}

.comment-list span.comment-author {
	font-family: "Poppins", sans-serif;
	display: block;
	font-size: 18px;
	text-transform: none;
	margin-bottom: 15px;
	color: #022147;
	font-weight: 700;
}

.comment-list span.comment-date {
	margin-bottom: 15px;
	display: block;
}

.comment-list .comment-date a {
	color: #F74F22;
	font-size: 13px;
	font-weight: 600;
}


/*=== Classic Leave a Reply ===*/

.comment-respond .comment-form {
	padding: 45px;
	background-color: #f8f8f8;
}
.theme-icon-cat-temple .comment-form button#submit {
    border-radius: 50px;
}
.comment-respond .comment-form .sigma-comment-form-input-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.sigma-comment-form-input-wrapper>p {
	padding: 0 15px;
	flex: 100%;
	margin-bottom: 20px;
	position: relative;
}

.comment-respond p.comment-form-comment {
	position: relative;
}

@media(max-width: 991px) {
	.sigma-comment-form-input-wrapper>p {
		flex: 0 0 100%;
	}
}

.comment-respond .sigma-comment-form-input-wrapper>p.comment-form-url,
.comment-respond .sigma-comment-form-input-wrapper .comment-form-comment {
	flex: 0 0 100%;
}

.comment-respond p.comment-form-comment .icon,
.comment-respond .sigma-comment-form-input-wrapper>p .icon {
	position: absolute;
	color: #F74F22;
	transform: translateY(0);
	top: 20px;
	display: block;
	right: 40px;
	left: auto;
}

.comment-respond p.comment-form-comment .icon {
	right: 25px;
}

.comment-respond p.comment-form-comment textarea,
.comment-respond .sigma-comment-form-input-wrapper>p input {
	height: 60px;
	border: 2px solid #efefef;
	background-color: #fff;
	padding-left: 25px;
	padding-right: 50px;
	text-transform: none;
	font-size: 14px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
}

.comment-respond p.comment-form-comment textarea {
	height: 150px;
}

.comment-respond .comment-form .submit i {
	margin-left: 10px;
}

.comments-area .comments-title,
.comment-respond .comment-reply-title {
	margin-bottom: 20px;
	text-transform: none;
	letter-spacing: -1px;
	font-size: 36px;
}

.comments-area .comment-form .comment-form-cookies-consent {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.comments-area .comment-form .comment-form-cookies-consent input {
	margin-top: 6px;
}

.comment-list .children .comment-respond {
	margin-bottom: 30px;
}

.comment-respond .comment-form p.form-submit {
	margin: 0;
}


/*=== Post Author Box ===*/

.post-author-box {
	margin-top: 25px;
	margin-bottom: 55px;
	padding: 30px;
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	background-color: none;
	border: 1px solid #efefef;
}

.post-author-box .post-author-details>span {
	color: #F74F22;
	font-size: 14px;
	font-weight: 600;
	display: block;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.6;
	margin-bottom: 6px;
}

.post-author-box .post-author-image {
	display: block;
	overflow: hidden;
	border-radius: 0%;
	margin-right: 40px;
	width: 150px;
}

.post-author-box .post-author-image .alignnone {
	margin: 0;
	width: 140px;
	height: 140px;
}

.post-author-box .post-author-details {
	-webkit-flex-shrink: 160;
	-moz-flex-shrink: 160;
	-ms-flex-negative: 160;
	flex-shrink: 160;
}

.post-author-box .author-title {
	font-size: 36px;
	letter-spacing: -1px;
	text-transform: none;
	margin-bottom: 20px;
  text-transform: capitalize;
}

.post-author-box .post-author-details .author-description {
	font-size: 14px;
	margin-bottom: 0;
}

.widget .author-box {
	text-align: center;
}

.widget .author-box img {
	border-radius: 50%;
	margin: 0 auto 20px;
	width: 150px;
}

.widget .author-box h6 {
	margin-bottom: 10px;
	text-transform: capitalize;
}

.widget-area.sidebar .widget .author-box .social-icon li {
	display: inline-block;
	margin-bottom: 0;
}

.widget-area.sidebar .widget .author-box .social-icon li a {
	color: #777;
	margin: 0 10px;
}
.widget-area.sidebar .widget .author-box .social-icon li a .fa-linkedin::before {
    content: "\f0e1";
}

.widget-area.sidebar .widget .author-box .social-icon li a:hover {
	color: #F74F22;
}


/*=== Related-posts===*/

.related-posts .sigma-post .sigma-post-wrapper {
	background-color: #fff;
	transition: .3s;
}

.related-posts .sigma-post-style-2 .sigma-post-inner {
	padding: 25px 0 0;
}

.related-posts .sigma-post h3 {
	font-size: 24px;
	margin-bottom: 20px;
	letter-spacing: -1px;
	text-transform: none;
}

.related-posts .sigma-post .entry-title a {
	display: block;
	text-decoration: none;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.related-posts .sigma-post .entry-title a:hover {
	color: #F74F22;
}

.related-posts .sigma-post:hover .sigma-post-wrapper {
	box-shadow: none;
	background-color: #f8f8f8;
}

.related-posts .sigma-post-content-cover {
	padding: 40px;
	position: relative;
	text-align: left;
}

.related-posts .sigma-post-date {
	display: flex;
	background: transparent;
	text-align: center;
	color: #777;
	font-size: 14px;
	text-transform: none;
	margin-bottom: 10px;
	line-height: normal;
}

.related-posts .sigma-post-image-container {
	overflow: hidden;
}

.related-posts .sigma-post-date span {
	margin-left: 3px;
}

.related-posts .sigma-post-date i {
	margin-right: 5px;
}

.related-posts .sigma-post-image-container .post-image {
	transform: scale(1.01);
}

.related-posts .sigma-post-post-wrapper:hover .sigma-post-image-container .post-image {
	transform: scale(1.2);
}

.related-posts .sigma-post-image-container .post-image {
	transition: .3s;
}


/*Blog Archive*/

.related-posts .sigma-post-image-container,
.related-posts .sigma-post .sigma-post-post-wrapper {
	position: relative;
}

.related-posts .sigma-post .sigma-post-post-wrapper .sigma-post-content {
	position: absolute;
	top: 0;
	background-color: #111;
	left: 0;
	right: 0;
	padding: 10px 20px;
	z-index: 1;
}

.related-posts .sigma-post .sigma-post-post-wrapper .sigma-post-content .sigma-post-meta {
	border: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.related-posts .sigma-post .sigma-post-post-wrapper .sigma-post-content .sigma-post-meta .post-meta-item>a,
.related-posts .sigma-post .sigma-post-post-wrapper .sigma-post-content .sigma-post-meta .post-meta-item {
	color: #fff;
}

.related-posts .sigma-post .sigma-post-post-wrapper .sigma-post-content .sigma-post-meta .post-meta-item {
	margin: 0 10px;
	text-transform: none;
	font-weight: 700;
}

.related-posts .sigma-post-description p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 75px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 0px;
	font-size: 14px;
}

.related-posts .sigma-blog-link {
	color: #F74F22;
	text-transform: none;
	font-weight: 700;
}

.related-posts .sigma-blog-link:hover {
	color: #111;
}

.related-posts .sigma-post {
	margin-bottom: 30px;
}

.related-posts .sigma-post.sigma-post-style-1 .sigma-post-inner .entry-content {
	margin-bottom: 0;
}

.post-details-box .sigma-related-title {
	font-size: 36px;
}

.related-posts .sigma-post .entry-content {
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 24px;
	max-height: 54px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sigma-post-style-1 .sigma-post-wrapper .post-thumbnail img {
	transition: .3s;
}

.sigma-post-style-1 .sigma-post-wrapper {
	overflow: hidden;
}

.sigma-post-style-1 .sigma-post-wrapper .post-thumbnail img:hover {
	transform: scale(1.2);
	transition: .3s;
}


/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/

.sigma-subheader {
	display: flex;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	align-items: center;
	background-color: #999;
}

.sigma-subheader {
	position: relative;
	flex-wrap: wrap;
	z-index: 1;
}

.sigma-subheader .page-title {
	font-size: 60px;
	color: #fff;
	text-transform: none;
	line-height: 1.2;
	margin: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.sigma-subheader .subheader-caption {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	max-width: 520px;
	margin: 20px 0 0;
	padding: 10px 30px;
	border-left: 2px solid #F74F22;
}
.sigma-subheader .subheader-caption::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 20px;
  width: 26px;
  height: 2px;
  background-color: #F74F22;
}

.sigma-subheader.text-right .subheader-caption {
	border-left: 0;
	border-right: 2px solid #F74F22;
	margin: 20px 0 0 auto;
}

.sigma-subheader:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	background-color: #111;
	opacity: 0.6;
	content: '';
}

.sigma-subheader.pattern-skewed:after {
	content: '';
	background-color: #fff;
	display: block;
	width: 120%;
	height: 70px;
	left: 0;
	top: auto;
	position: absolute;
	right: 0;
	bottom: -28px;
	transform: rotate(-2deg);
	opacity: 1;
}

.sigma-subheader.pattern-chalk:after {
	content: '';
	position: absolute;
	width: 100%;
	bottom: 0;
	padding-top: 15px;
	background-size: auto 75px;
	background-repeat: repeat-x;
	background-position: center 0;
	background-image: url(../images/texture-1.svg);
	top: auto;
	height: auto;
	background-color: transparent;
	opacity: 1;
}

.sigma-subheader.pattern-circular .page-title-shape {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 225px;
	background-color: transparent;
}

.sigma-subheader.pattern-circular .page-title-shape svg {
	width: calc(125% + 1.3px);
	height: 225px;
	display: block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.sigma-subheader.pattern-circular .page-title-shape svg path {
	fill: #ffffff;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.sigma-subheader .container {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 130px;
	padding-bottom: 130px;
}
.sigma-subheader.subheader-style-1 .container,
.sigma-subheader.subheader-style-2 .container{
	position: relative;
}
.has-header-absolute .sigma-subheader .container {
	padding-top: 250px;
}

.sigma-subheader .breadcrumb-shape {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	background-color: transparent;
}

.sigma-subheader .breadcrumb-shape svg {
	width: calc(125% + 1.3px);
	display: block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.sigma-subheader .breadcrumb-shape svg path {
	fill: #ffffff;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.sigma-subheader .breadcrumb {
	z-index: 22;
	padding: 20px;
	background-color: #fff;
	text-align: center;
	border-radius: 0;
	margin-top: 0;
	color: #F74F22;
	margin: 0 auto;
}

.sigma-subheader .breadcrumb a,
.sigma-subheader .breadcrumb li {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	text-transform: none;
	margin-right: 0px;
	position: relative;
	text-transform: uppercase;
	color: #777;
}

.sigma-subheader .breadcrumb li.active {
	color: #F74F22;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: "|";
}

.sigma-subheader .breadcrumb a:hover {
	color: #F74F22;
}
.subheader-style-4 .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    font-family: 'Font Awesome 5 Pro';
    content: "\f324";
}

.sigma-subheader.subheader-style-4 .breadcrumb li a{
	color: #fff;
}
.sigma-subheader .breadcrumb li a {
	padding-right: 0;
}

.sigma-subheader .breadcrumb li.current {
	padding-right: 0;
	margin-right: 0;
}

.sigma-subheader .btg-text {
	font-size: 300px;
	font-weight: 700;
	text-transform: none;
	line-height: 1;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px #fff;
	z-index: -1;
	opacity: 0.2;
	font-family: "Poppins", sans-serif;
}

.sigma-subheader-layer.container .subheader-title-wrapper {
	max-width: 900px;
}

.sigma-subheader.before-title .container,
.sigma-subheader.after-title .container {
	flex-wrap: wrap;
	flex-direction: column;
}

.sigma-subheader.before-title .container .breadcrumb-nav {
	margin-bottom: 30px;
}

.sigma-subheader.after-title .container .breadcrumb-nav {
	margin-top: 30px;
}

.sigma-subheader.before-title .sigma-subheader-layer.container .subheader-title-wrapper,
.sigma-subheader.after-title .sigma-subheader-layer.container .subheader-title-wrapper,
.sigma-subheader.below-image .sigma-subheader-layer.container .subheader-title-wrapper {
	max-width: 100%;
	width: 100%;
}

.sigma-subheader.text-center.before-title .subheader-caption,
.sigma-subheader.text-center.after-title .subheader-caption,
.sigma-subheader.text-center.below-image .sigma-subheader-layer.container .subheader-title-wrapper .subheader-caption {
	margin: 0 auto;
}

.sigma-subheader.text-right.before-title .sigma-subheader-layer.container,
.sigma-subheader.text-right.after-title .sigma-subheader-layer.container {
	align-items: flex-end;
}

.sigma-subheader.text-left.before-title .sigma-subheader-layer.container,
.sigma-subheader.text-left.after-title .sigma-subheader-layer.container {
	align-items: flex-start;
}

.breadcrumb-nav.below-image {
	background: #F74F22;
}

.breadcrumb-nav.below-image .breadcrumb {
	background: none;
	padding: 15px 0px;
	margin-bottom: 0;
}

.breadcrumb-nav.below-image .breadcrumb li,
.breadcrumb-nav.below-image .breadcrumb li a,
.breadcrumb-nav.below-image .breadcrumb li:before {
	color: #fff;
}

.breadcrumb-nav.below-image.text-right .breadcrumb {
	display: flex;
	justify-content: flex-end;
}

.breadcrumb-nav.below-image.text-center .breadcrumb {
	justify-content: center;
}


/*==== Subheader style 2 =====*/
.sigma-subheader.subheader-style-2 .breadcrumb {
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50px;
  box-shadow: 0px 10px 20px 0px rgb(53 82 99 / 9%);
}
.sigma-subheader.subheader-style-2 .container {
    display: block;
}
.sigma-subheader.subheader-style-2 .container .subheader-title-wrapper {
    width: 100%;
    max-width: 100%;
}
.sigma-subheader.subheader-style-2.text-center .subheader-title-wrapper .subheader-caption {
    margin: 20px auto 0;
}
.theme-icon-cat-temple .breadcrumb-item+.breadcrumb-item::before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f679";
}

/*------- Subheader Style 3 ----------*/
.sigma-subheader.subheader-style-3 .page-title {
  font-weight: 700;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
  opacity: 0.7;
}
.sigma-subheader.subheader-style-3 .subheader-caption {
    border: 0;
    padding: 0;
}
.sigma-subheader.subheader-style-3 .breadcrumb-nav {
    justify-content: center;
    align-items: center;
    border-radius: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.sigma-subheader.subheader-style-3 .subheader-caption::before{
	display: none;
}

/*===== Suheader style 4 ======*/
.sigma-subheader.subheader-style-4 .breadcrumb {
    background: transparent;
    padding: 0;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


/* Logo */

.site-logo-wrapper {
	position: relative;
	padding: 10px 0;
}

.site-logo-wrapper .site-slogan h5 {
	margin-bottom: 5px;
	text-transform: uppercase;
}

.site-logo-wrapper .site-slogan span {
	font-size: 16px;
	font-weight: 400;
}


/* Info Card */

.site-logo-wrapper .logo-infocard {
	position: absolute;
	top: 100%;
	left: 100%;
	transform: translateX(-50%);
	background-color: #F74F22;
	padding: 35px 25px;
	min-width: 500px;
	color: #fff;
	border-radius: 2px;
	font-size: 14px;
	display: block;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .4);
	z-index: 89;
	opacity: 0;
	visibility: hidden;
	transition: all .15s ease-out;
	transition-delay: .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.site-logo-wrapper .logo-infocard::before {
	content: '';
	position: absolute;
	top: 5px;
	right: 5px;
	width: 0;
	height: 0;
	border-top: 20px solid #fff;
	border-left: 20px solid transparent;
}
.site-header.header-layout-1 .site-logo-wrapper .logo-infocard {
    left: 50%;
}
.site-logo-wrapper .logo-infocard::after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 0;
	height: 0;
	border-bottom: 20px solid #fff;
	border-right: 20px solid transparent;
}

.site-logo-wrapper .logo-infocard p,
.site-logo-wrapper .logo-infocard strong,
.site-logo-wrapper .logo-infocard a {
	color: #fff;
}

.site-logo-wrapper:hover .logo-infocard {
	opacity: 1;
	visibility: visible;
}

.site-logo-wrapper .logo-infocard .info_card_logo {
	margin-bottom: 20px;
}

.site-logo-wrapper .logo-infocard .info_card_logo img {
	max-width: 110px;
}

.site-logo-wrapper .logo-infocard .contact-item {
	display: flex;
	align-items: flex-start;
}

.site-logo-wrapper .logo-infocard .contact-item svg {
	width: 25px;
	margin-right: 10px;
}

.site-logo-wrapper .logo-infocard .contact-item svg path {
	fill: #fff;
}

.site-logo-wrapper .logo-infocard .contact-item+.contact-item {
	margin-top: 20px;
}

.site-logo-wrapper .logo-infocard p {
	margin: 0;
}

.site-logo-wrapper .logo-infocard .contact-details p {
	margin-bottom: 0;
}

.site-logo-wrapper .logo-infocard a:hover {
	opacity: .8;
}

.site-logo-wrapper ul.social-info {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.site-logo-wrapper ul.social-info li {
	margin-left: 0;
}

.site-logo-wrapper ul.social-info li+li {
	margin-left: 10px;
}

.site-logo-wrapper ul.social-info li a {
	background-color: rgba(255, 255, 255, .3);
	color: #fff;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.site-logo-wrapper ul.social-info li a:hover {
	background-color: #fff;
	opacity: 1;
	color: #F74F22;
}


/* Burger Icon */

.burger-icon {
	position: relative;
	display: block;
	cursor: pointer;
}

.burger-icon.aside-m-trigger {
	display: none;
}

.burger-icon::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
}

.burger-icon span {
	display: block;
	width: 30px;
	height: 1px;
	background-color: #111;
	transform-origin: center;
}

.burger-icon span+span {
	margin-top: 5px;
}

.burger-icon span:nth-child(1) {
	transition: opacity .3s cubic-bezier(.77, 0, .175, 1), transform .3s cubic-bezier(.77, 0, .175, 1) .3s, height .3s cubic-bezier(.77, 0, .175, 1), background-color .3s cubic-bezier(.77, 0, .175, 1), width .3s cubic-bezier(.77, 0, .175, 1), margin .3s cubic-bezier(.77, 0, .175, 1);
}

.burger-icon span:nth-child(2) {
	width: 25px;
	transition: opacity .3s cubic-bezier(.77, 0, .175, 1) .3s, transform .3s cubic-bezier(.77, 0, .175, 1) .3s, height .3s cubic-bezier(.77, 0, .175, 1), background-color .3s cubic-bezier(.77, 0, .175, 1), width .3s cubic-bezier(.77, 0, .175, 1), margin .3s cubic-bezier(.77, 0, .175, 1);
}

.burger-icon span:nth-child(3) {
	width: 20px;
	transition: opacity .3s cubic-bezier(.77, 0, .175, 1), transform .3s cubic-bezier(.77, 0, .175, 1) .3s, height .3s cubic-bezier(.77, 0, .175, 1), background-color .3s cubic-bezier(.77, 0, .175, 1), width .3s cubic-bezier(.77, 0, .175, 1), margin .3s cubic-bezier(.77, 0, .175, 1);
}

.burger-icon:hover span {
	width: 30px;
}

.burger-icon.active span,
.burger-icon.active span+span {
	width: 30px;
}


/* Contact Info */

.site-header .contact-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: auto;
}

.site-header .contact-info .contact-item+.contact-item {
	margin-left: 20px;
}

.site-header .contact-info .contact-item {
	display: flex;
	align-items: center;
}

.site-header .contact-info .contact-item i {
	height: 30px;
	width: 30px;
	text-align: center;
	margin-right: 15px;
	line-height: 30px;
	border-radius: 4px;
	background-color: #111;
	color: #fff;
	transition: .3s;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.site-header .contact-info .contact-item:hover i {
	background-color: #F74F22;
}

.site-header .contact-info .contact-item .contact-list span {
	display: block;
}

.site-header .contact-info .contact-item .contact-list span:first-child {
	font-weight: 600;
	font-size: 14px;
}

.site-header .contact-info .contact-item .contact-list span:last-child,
.site-header .contact-info .contact-item .contact-list span:last-child a {
	font-family: "Poppins", serif;
	color: #111;
}


/* Asides */

.aside-collapse {
	position: fixed;
	width: 450px;
	height: 100%;
	top: 0;
	left: 0;
	padding: 40px;
	transition: .5s cubic-bezier(.77, 0, .175, 1);
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	overflow-y: auto;
	transform: translateX(-100%);
}

.aside-collapse.active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.aside-overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 998;
	background-color: rgba(0, 0, 0, .6);
	left: 0;
	top: 0;
	transition: .5s cubic-bezier(.77, 0, .175, 1);
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
}

.aside-collapse .close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 4;
}

.aside-collapse .close-btn span {
	height: 25px;
}

.aside-collapse.active+.aside-overlay {
	opacity: 1;
	visibility: visible;
}

.aside-collapse .widget-area.sidebar .widget {
	padding: 0;
}

.aside-collapse .widget-area.sidebar .widget+.widget {
	margin-top: 50px;
}

.aside-collapse.mobile-aside ul,
.aside-collapse.mobile-aside ul li {
	margin: 0;
	list-style: none;
}

.aside-collapse.mobile-aside ul li a {
	padding: 10px 15px;
	display: flex;
	color: #1D2228;
	font-weight: 700;
	border-bottom: 1px solid #e1e6ff;
}

.aside-collapse.mobile-aside ul li.menu-item-has-children>a::after,
.aside-collapse.mobile-aside ul .sigma_mega-menu-item>a::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f078";
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	text-rendering: auto;
	line-height: 28px;
	margin-left: auto;
	font-size: 10px;
}

.aside-collapse.mobile-aside {
	padding: 40px 0;
	width: 300px;
	display: none;
}

.aside-collapse.mobile-aside+.aside-overlay {
	display: none;
}

.aside-collapse.mobile-aside ul ul {
	display: none;
	background-color: #f8f8f8;
	padding: 0;
}

.aside-collapse.mobile-aside ul ul li a {
	padding-left: 30px;
}

.aside-collapse.mobile-aside ul ul ul li a {
	padding-left: 40px;
}

.aside-collapse.mobile-aside .contact-info {
	padding: 40px 20px 0;
}

.aside-collapse.mobile-aside .contact-info .contact-item {
	display: flex;
	align-items: center;
}

.aside-collapse.mobile-aside .contact-info .contact-item+.contact-item {
	margin-top: 20px;
}

.aside-collapse.mobile-aside .contact-info .contact-item i {
	height: 30px;
	width: 30px;
	text-align: center;
	margin-right: 15px;
	line-height: 30px;
	border-radius: 4px;
	background-color: #111;
	color: #fff;
	transition: .3s;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.aside-collapse.mobile-aside .contact-info .contact-item .contact-list span {
	display: block;
}

.aside-collapse.mobile-aside .contact-info .contact-item .contact-list span:first-child {
	font-weight: 600;
	font-size: 14px;
}

.aside-collapse.mobile-aside .contact-info .contact-item .contact-list span:last-child,
.aside-collapse.mobile-aside .contact-info .contact-item .contact-list span:last-child a {
	font-family: "Poppins", serif;
	color: #111;
}
.aside-collapse.mobile-aside .sigma_mega-menu-wrapper,
.aside-collapse.mobile-aside .sigma_mega-menu-wrapper .elementor-widget-wrap,
.sigma_aside .sigma_mega-menu-item .sigma_mega-menu-wrapper {
    padding: 0;
}
.sigma_aside .sigma_mega-menu-item .sigma_mega-menu-wrapper .elementor-widget-wrap {
    padding: 0;
}
.sigma_aside .sigma_mega-menu-item .sigma_mega-menu-wrapper .elementor-widget-wrap .m-megamenu .m-megamenu-content-wrapper .nav-link-tab-item,
.sigma_aside .sigma_mega-menu-item .sigma_mega-menu-wrapper .m-megamenu .m-megamenu-content-wrapper .nav-link-tab-item {
    background: #f8f8f8;
    padding-left: 20px;
}
.sigma_aside .sigma_mega-menu-item .sigma_mega-menu-wrapper .m-megamenu .m-megamenu-content-wrapper .nav-link-tab-item{
	padding-left: 20px;
}
/* Header */

.site-header {
	position: relative;
}

.site-header.header-absolute {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

.site-header .sticky-logo {
	display: none;
}

.site-header .site-header-bottom-inner,
.site-header .site-header-top-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

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

.site-header .site-header-bottom-inner>ul {
	margin-right: auto;
}

.burger-icon+ul {
	margin-left: 40px;
}

.site-header .site-header-bottom-inner>ul,
.site-header .site-header-top-inner>ul {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.site-header .site-header-bottom ul li,
.site-header .site-header-top ul li {
	position: relative;
}

.site-header .site-header-bottom-inner>ul>li>a,
.site-header .site-header-top-inner>ul>li>a {
	font-size: 16px;
	font-weight: 600;
	color: #111;
	text-transform: capitalize;
	padding: 40px 20px;
	display: block;
}

.site-header.header-layout-2 .site-header-bottom-inner>ul>li>a {
	padding: 30px 10px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

.site-header .site-header-bottom-inner>ul>li>a:hover,
.site-header .site-header-top-inner>ul>li>a:hover,
.site-header .site-header-bottom-inner>ul>li.current_page_item>a,
.site-header .site-header-top-inner>ul>li.current_page_item>a,
.site-header .site-header-bottom-inner>ul>li.current-menu-item>a,
.site-header .site-header-top-inner>ul>li.current-menu-item>a {
	color: #F74F22;
}

.site-header .site-header-bottom-inner>ul>li:first-child>a,
.site-header .site-header-top-inner>ul>li:first-child>a {
	padding-left: 0;
}

.site-header .site-header-bottom-inner>ul>li:last-child>a,
.site-header .site-header-top-inner>ul>li:last-child>a {
	padding-right: 0;
}

.site-header .site-header-bottom-inner>ul ul.sub-menu,
.site-header .site-header-top-inner>ul ul.sub-menu {
	position: absolute;
	left: 0;
	top: 110%;
	min-width: 230px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	z-index: 99;
	height: auto;
}

.site-header .site-header-bottom-inner>ul ul.sub-menu li a {
	display: block;
	padding: 8px 24px;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border-radius: 0;
	margin: 0 0;
	border-bottom: 1px solid rgba(242, 244, 248, 0.7);
	color: #777;
}

.site-header.header-layout-2 .site-header-bottom-inner>ul ul.sub-menu li a {
	padding: 15px 20px;
}

.site-header.header-layout-2 .site-header-bottom-inner>ul ul.sub-menu li:hover>a {
	background: #fff;
	border-color: #efefef;
}

.site-header.header-layout-2 .site-header-bottom-inner>ul ul.sub-menu>li>a:hover {
	color: #F74F22;
}

.site-header.header-layout-2 .site-header-bottom-inner>ul ul.sub-menu li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-header .site-header-bottom-inner>ul ul.sub-menu li a:hover {
	background-color: #F74F22;
	color: #fff;
	border-color: #F74F22;
}

.site-header .site-header-bottom-inner>ul li.menu-item-has-children:hover>ul,
.site-header .site-header-top-inner>ul li.menu-item-has-children:hover>ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.site-header .site-header-bottom-inner>ul ul.sub-menu li.menu-item-has-children ul,
.site-header .site-header-top-inner>ul ul.sub-menu li.menu-item-has-children ul,
.site-header .site-header-bottom-inner>ul ul.sub-menu li.menu-item-has-children:hover ul,
.site-header .site-header-top-inner>ul ul.sub-menu li.menu-item-has-children:hover ul {
	top: 0;
}

.site-header .site-header-bottom-inner>ul ul.sub-menu ul .sub-menu .sub-menu,
.site-header .site-header-top-inner>ul ul.sub-menu ul .sub-menu .sub-menu,
.site-header .site-header-bottom-inner>ul ul.sub-menu ul,
.site-header .site-header-top-inner>ul ul.sub-menu ul {
	right: 100%;
	left: auto;
}

.site-header .site-header-bottom-inner>ul ul.sub-menu ul .sub-menu,
.site-header .site-header-top-inner>ul ul.sub-menu ul .sub-menu {
	right: auto;
	left: 100%;
}

.site-header .site-header-top {
	padding: 15px 0;
}

.site-header .site-header-top .social-info {
	display: flex;
	align-items: center;
}

.site-header .site-header-top .social-info li+li {
	margin-left: 20px;
}

.site-header .site-header-top .social-info li a {
	display: block;
	color: #111;
	font-size: 16px;
}

.site-header .site-header-top-inner>a {
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	color: #111;
}

.site-header .site-header-top .social-info li a:hover,
.site-header .site-header-top-inner>a:hover {
	color: #F74F22;
}


/* Sticky Header */

.site-header.can-sticky {
	position: fixed;
	top: -100%;
	width: 100%;
	z-index: 990;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.site-header.can-sticky.sticky {
	top: 0;
	background-color: #fff;
	box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
	animation-name: fadeHeaderInDown;
}

.site-header.can-sticky:not(.is-alternate) {
	animation-fill-mode: both;
	animation-duration: 1s;
}

.site-header.can-sticky .sticky-logo {
	display: block;
}

.site-header.can-sticky .site-logo,
.site-header.can-sticky .site-header-top {
	display: none;
}

.header-controls {
	display: flex;
	align-items: center;
}

.header-controls>div {
	position: relative;
	width: 65px;
	height: 65px;
	border: 2px solid rgba(133, 133, 133, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	color: #111;
	transition: .3s;
}

.header-layout-2 .cart.dropdown-btn a {
	position: relative;
	width: 65px;
	height: 65px;
	border: 2px solid rgba(133, 133, 133, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	color: #022147;
	transition: .3s;
	margin-left: 10px;
	font-size: 20px;
}

.header-layout-2.header-scheme-dark .cart.dropdown-btn a {
	color: #fff;
}

.header-layout-2.header-scheme-dark .cart.dropdown-btn a span {
	background: #fff;
	color: #022147;
}

.header-layout-2 .cart.dropdown-btn a:hover {
	background: #F74F22;
	color: #fff;
	border-color: #F74F22;
}

.header-controls>div>a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #111;
}

.header-controls>div+div {
	margin-left: 20px;
}

.header-controls>div>a:hover,
.header-controls>.panel-control:hover {
	background-color: #F74F22;
	color: #fff;
}

.header-controls>div:hover span {
	background-color: #fff;
}

.header-controls .search-control .search-form-wrap {
	display: none;
	top: calc(100% + 22px);
	position: absolute;
	z-index: 4;
	right: 0;
	width: 350px;
}

.header-controls .search-control .search-form-wrap button {
	padding: 0;
	width: 60px;
	height: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.site-header.header-layout-1 .search-window.sigma_search-form-wrapper,
.site-header.header-layout-2 .search-window.sigma_search-form-wrapper,
.site-header.header-layout-5 .search-window.sigma_search-form-wrapper {
	display: none;
}


/* Header: Style 1 */

@media (min-width: 1600px) {
	.site-header.header-layout-1 [class*="site-header-"]>.container {
		max-width: 1600px;
	}
	.site-header.header-layout-2>.container {
		max-width: 1400px;
	}
}

@media (max-width: 1599px) and (min-width: 1200px) {
	.site-header.header-layout-1 [class*="site-header-"]>.container {
		max-width: 1200px;
	}
}


/* Header: Style 2 */

.site-header.header-layout-2 .site-header-bottom-inner {
	background-color: #fff;
}

.site-header.header-layout-2 .site-header-bottom-inner>ul {
	margin-left: 45px;
}

.site-header.header-layout-2 .site-logo-wrapper .logo-infocard {
	transform: translateX(0);
	left: 0;
}


/* Header: Style 3 */

.site-header.header-layout-3 .sigma_header-middle {
	background: #fff;
}

.site-header.header-layout-3 .sigma_header-middle .navbar {
	padding: 0;
	align-items: unset;
}

.site-header.header-layout-3 .sigma_header-controls {
	display: flex;
	align-items: center;
}

.site-header.header-layout-3 .sigma_header-controls.style-2 {
	padding: 0 30px;
	border-right: 1px solid #efefef;
}

.site-header.header-layout-3 .sigma_header-controls ul {
	display: flex;
	align-items: center;
	margin-bottom: 0;
}

.site-header.header-layout-3 .sigma_header-controls-inner {
	display: flex;
	align-items: center;
	margin: 0;
}

.site-header.header-layout-3 .aside-toggler {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	cursor: pointer;
	transition: .3s;
}

.site-header.header-layout-3 .sigma_header-controls-inner li {
	margin: 0;
}

.site-header.header-layout-3 .sigma_header-controls ul>li {
	margin-top: 0;
}

.site-header.header-layout-3 .aside-toggler.desktop-toggler,
.site-header.header-layout-5 .aside-toggler.desktop-toggler {
	display: flex;
	height: 58px;
	width: 58px;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	transition: .3s;
	border-radius: 8px;
	border: 1px solid #efefef;
}

.site-header.header-layout-3 .sigma_header-controls.style-2 .aside-toggler.desktop-toggler,
.site-header.header-layout-3 .sigma_header-controls.style-2 .sigma_header-controls-inner li a,
.site-header.header-layout-5 .sigma_header-controls.style-2 .aside-toggler.desktop-toggler,
.site-header.header-layout-5 .sigma_header-controls.style-2 .sigma_header-controls-inner li a {
	width: auto;
	height: auto;
	border-radius: 0;
	border: 0;
}

.site-header.header-layout-3 .sigma_header-controls.style-2 .aside-toggler.style-2,
.site-header.header-layout-3 .aside-toggler.style-2,
.site-header.header-layout-5 .sigma_header-controls.style-2 .aside-toggler.style-2,
.site-header.header-layout-5 .aside-toggler.style-2 {
	display: none;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	grid-gap: 4px;
}

.site-header.header-layout-3 .sigma_header-controls.style-2 .aside-toggler.style-2.desktop-toggler,
.site-header.header-layout-3 .aside-toggler.style-2.desktop-toggler,
.site-header.header-layout-5 .sigma_header-controls.style-2 .aside-toggler.style-2.desktop-toggler,
.site-header.header-layout-5 .aside-toggler.style-2.desktop-toggler {
	display: grid;
}

.site-header .aside-toggler.style-2:hover span:nth-child(2),
.site-header .aside-toggler.style-2:hover span:nth-child(7),
.site-header .aside-toggler.style-2:hover span:nth-child(9),
.site-header .aside-toggler.style-2:hover span:nth-child(8) {
	opacity: 0.6;
	background: #F74F22;
}

.site-header.header-layout-3 .aside-toggler span,
.site-header.header-layout-5 .aside-toggler span {
	display: block;
	margin-bottom: 4px;
	width: 20px;
	height: 1px;
	border-radius: 0;
	background: none;
	transition: .3s;
	transform-origin: right;
	border: 1px solid;
}

.site-header.header-layout-3 .sigma_header-controls.style-2 .aside-toggler span,
.site-header.header-layout-5 .sigma_header-controls.style-2 .aside-toggler span {
	margin-left: auto;
}

.site-header.header-layout-3 .aside-toggler span:nth-child(even),
.site-header.header-layout-5 .aside-toggler span:nth-child(even) {
	width: 30px;
}

.site-header.header-layout-3 .aside-toggler.style-2 span,
.site-header.header-layout-5 .aside-toggler.style-2 span {
	width: 8px;
	height: 8px;
	margin: 0;
}

.site-header.header-layout-3 .aside-toggler.desktop-toggler span,
.site-header.header-layout-5 .aside-toggler.desktop-toggler span {
	background: #F74F22;
	border: 1px solid #F74F22;
}

.site-header.header-layout-3 .aside-toggler.style-2 span:nth-child(2),
.site-header.header-layout-5 .aside-toggler.style-2 span:nth-child(2) {
	grid-row: 1;
	grid-column: 2;
}

.site-header.header-layout-3 .aside-toggler.style-2 span:nth-child(3),
.site-header.header-layout-5 .aside-toggler.style-2 span:nth-child(3) {
	grid-row: 1;
	grid-column: 3;
}

.site-header.header-layout-3 .aside-toggler.style-2 span:nth-child(4),
.site-header.header-layout-5 .aside-toggler.style-2 span:nth-child(4) {
	grid-row: 3;
	grid-column: 1;
}

.site-header.header-layout-3 .aside-toggler.style-2 span:nth-child(5),
.site-header.header-layout-5 .aside-toggler.style-2 span:nth-child(5) {
	grid-row: 3;
	grid-column: 3;
}

.site-header.header-layout-3 .aside-toggler.style-2 span:nth-child(6),
.site-header.header-layout-5 .aside-toggler.style-2 span:nth-child(6) {
	grid-row: 3;
	grid-column: 1;
}

.site-header.header-layout-3 .aside-toggler.style-2 span:nth-child(7),
.site-header.header-layout-5 .aside-toggler.style-2 span:nth-child(7) {
	grid-row: 3;
	grid-column: 2;
}

.site-header.header-layout-3 .aside-toggler.style-2 span:nth-child(8),
.site-header.header-layout-5 .aside-toggler.style-2 span:nth-child(8) {
	grid-row: 2;
	grid-column: 3;
}

.site-header.header-layout-3 .sigma_header-controls.style-2 .aside-toggler.style-2,
.site-header.header-layout-3 .aside-toggler.style-2,
.site-header.header-layout-5 .sigma_header-controls.style-2 .aside-toggler.style-2,
.site-header.header-layout-5 .aside-toggler.style-2 {
	display: none;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	grid-gap: 4px;
}

.site-header.header-layout-3 .sigma_header-middle .navbar-nav,
.site-header.header-layout-5 .sigma_header-middle .navbar-nav {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.site-header.header-layout-3 .sigma_header-middle .navbar-nav {
	margin-left: 50px;
	margin-right: auto;
}

.site-header.header-layout-3 .sigma_header-middle .navbar-nav .menu-item-has-children,
.site-header.header-layout-5 .sigma_header-middle .navbar-nav .menu-item-has-children {
	position: relative;
}

.site-header.header-layout-3 .sigma_header-middle .navbar-nav .menu-item,
.site-header.header-layout-5 .sigma_header-middle .navbar-nav .menu-item {
	margin: 0;
}

.site-header.header-layout-3 .sigma_header-middle .navbar>.navbar-nav>.menu-item>a,
.site-header.header-layout-5 .sigma_header-middle .navbar>.navbar-nav>.menu-item>a {
	position: relative;
	padding: 20px;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 600;
}

.site-header.header-layout-3 .sigma_header-middle .navbar>.navbar-nav>.menu-item>a,
.site-header.header-layout-5 .sigma_header-middle .navbar>.navbar-nav>.menu-item>a {
	color: #022147;
	padding: 30px 15px;
	text-transform: uppercase;
	font-size: 13px;
}

.site-header.header-layout-3 .sigma_header-middle .navbar>.navbar-nav>.menu-item:first-child>a,
.site-header.header-layout-5 .sigma_header-middle .navbar>.navbar-nav>.menu-item:first-child>a {
	padding-left: 0;
}

.site-header.header-layout-3 .sigma_header-middle .navbar>.navbar-nav>.menu-item>a::before {
	content: '';
	width: 100%;
	height: 0;
	transition: .3s;
	background-color: #fff;
}

.site-header.header-layout-3 .navbar-nav .menu-item-has-children>a::after,
.site-header.header-layout-2 .navbar-nav .menu-item-has-children>a::after,
.site-header.header-layout-3 .sigma_aside ul .menu-item.menu-item-has-children>a::after,
.site-header.header-layout-2 .sigma_aside ul .menu-item.menu-item-has-children>a::after,
.site-header.header-layout-3 .navbar-nav .sigma_mega-menu-item>a::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f067";
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	text-rendering: auto;
	line-height: 1.7;
	margin-left: auto;
	font-size: 10px;
}

.site-header.header-layout-3 .navbar-nav .menu-item-has-children>a::after,
.site-header.header-layout-2 .navbar-nav .menu-item-has-children>a::after,
.site-header.header-layout-3 .navbar-nav .sigma_mega-menu-item>a::after {
	margin-left: 10px;
}

.site-header.header-layout-3 .sub-menu,
.sigma_flex-menu .sub-menu {
	position: absolute;
	top: 105%;
	left: 0;
	border-radius: 0;
	width: 100%;
	background-color: #fff;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	z-index: 998;
	min-width: 230px;
	box-shadow: 0px 10px 50px 0px rgba(53, 82, 99, 0.09);
}

.site-header.header-layout-3 .sigma_header-middle .navbar-nav .menu-item-has-children:hover>.sub-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.site-header.header-layout-3 .sub-menu a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 20px;
	color: #777;
	font-weight: 400;
}

.site-header.header-layout-3 .sub-menu li:not(:last-child) {
	border-bottom: 1px solid #efefef;
}

.site-header.header-layout-3 .sub-menu a:hover {
	color: #F74F22;
	transform: translateX(5px);
}

.site-header.header-layout-3 .sigma_header-middle .navbar-nav .menu-item-has-children .sub-menu .sub-menu,
.site-header.header-layout-5 .sigma_header-middle .navbar-nav .menu-item-has-children .sub-menu .sub-menu {
	top: 0;
	left: 100%;
}
.site-header.header-layout-5 .sigma_header-middle .navbar-nav .sub-menu a {
    border-bottom: 1px solid #efefef;
}
.header-layout-3 .site-logo-wrapper {
	position: relative;
	background-color: #fff;
	height: 113px;
	padding: 0 30px;
	margin-bottom: -30px;
	text-align: center;
	z-index: 3;
	display: flex;
	box-shadow: 0px 10px 50px 0px rgba(53, 82, 99, 0.09);
	align-items: center;
}

.header-layout-3 .site-logo-wrapper .logo-wrap.site-logo a {
	width: 190px;
	display: block;
	padding: 10px 0;
}

.header-layout-3 .site-logo-wrapper .logo-wrap.sticky-logo a {
	padding: 10px 0;
	width: 190px;
	display: block;
}

.site-header.header-layout-3 .sigma_header-middle .sigma_header-button {
	margin-right: 40px;
	margin-left: auto;
}

.site-header.header-layout-3 .sigma_header-middle .sigma_header-button a {
	margin-right: 15px;
}
.site-header.header-layout-3 .sigma_header-middle .sigma_header-button a .sigma_header-contact-inner {
    display: flex;
    flex-direction: column;
}

.site-header.header-layout-3 .sigma_header-middle .sigma_header-button .cart.dropdown-btn a {
	position: relative;
	color: #F74F22;
	font-size: 30px;
	margin-right: 0;
}
.theme-icon-cat-temple .prayer-icon i::before {
  content: "\f161";
}
.theme-icon-cat-buddha .prayer-icon i::before {
    content: "\f121";
}
.cart.dropdown-btn a span {
	position: absolute;
	top: -10px;
	line-height: normal;
	background: #F74F22;
	color: #fff;
	font-size: 12px;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	right: -16px;
}
.cart.dropdown-btn a span.sigma_header-cart-total {
    display: none;
}
.site-header.header-layout-3 .sigma_header-middle .sigma_header-button a:last-child {
	margin-right: 0;
}

.site-header.header-layout-3 .sigma_header-contact {
	display: flex;
	align-items: center;
}

.site-header.header-layout-3 .sigma_header-contact i {
	font-size: 40px;
	line-height: 1;
	margin-right: 10px;
}

.site-header.header-layout-3 .sigma_header-contact span {
	font-size: 12px;
	color: #777;
	text-transform: uppercase;
	font-weight: 600;
}

.site-header.header-layout-3 .sigma_header-contact h6 {
	margin: 0;
	line-height: 1;
	font-weight: bold;
}

.site-header.header-layout-3 .sigma_btn-custom {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	position: relative;
	background-color: #F74F22;
	border: 0;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 15px 30px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border-radius: 0px;
	font-weight: 600;
	overflow: hidden;
	z-index: 1;
}

.site-header.header-layout-3 .sigma_header-controls .sigma_btn-custom {
	margin-left: 30px;
}

.site-header.header-layout-3 .sigma_btn-custom::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform-origin: center;
	background-color: #02214745;
	width: 10px;
	height: calc(100% - 15px);
	z-index: -1;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.site-header.header-layout-3 .sigma_btn-custom:hover,
.site-header.header-layout-3 .sigma_btn-custom:focus {
	color: #fff;
	outline: none;
}

.site-header.header-layout-3 .sigma_btn-custom:focus::before,
.site-header.header-layout-3 .sigma_btn-custom:hover::before {
	width: calc(100% - 14px);
	opacity: 1;
	visibility: visible;
}

.site-header.header-layout-3 .sigma_header-controls.style-1 a {
	padding: 0 30px;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 30px;
	justify-content: center;
}

.site-header.header-layout-3 .sigma_header-controls.style-1 {
	border-left: 1px solid #efefef;
}

.site-header.header-layout-3 .sigma_search-form-wrapper,
.site-header.header-layout-3 .sigma_search-form-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: rgba(0, 0, 0, .8);
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.site-header.header-layout-3 .sigma_search-form-wrapper.open {
	opacity: 1;
	visibility: visible;
}

.site-header.header-layout-3 .sigma_search-form-wrapper .close-btn {
	position: absolute;
	top: 60px;
	right: 60px;
}

.site-header.header-layout-3 .close-btn {
	border: 0;
	background-color: transparent;
	padding: 0;
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	transition: .3s;
	outline: none;
}

.site-header.header-layout-3 .search-form {
	width: 70%;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	opacity: 0;
	visibility: hidden;
}

.sigma_search-form-wrapper.open .search-form {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.site-header .search-form input {
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid #fff;
	padding: 20px 0;
	height: 90px;
	font-size: 40px;
	width: 100%;
	outline: none;
	color: #fff;
}

.site-header .search-form input::placeholder {
	color: #fff;
}

.site-header .sigma_search-form-wrapper button {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: transparent;
	border: 0;
	color: #fff;
	font-size: 30px;
	outline: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
	padding: 0;
}

.site-header .close-btn span {
	height: 40px;
	width: 2px;
}

.site-header .sigma_search-form-wrapper button:hover {
	background: none;
}
.site-header.header-layout-3 .sigma_header-middle .cart.dropdown-btn {
    display: flex;
    align-items: center;
}
.site-header.header-layout-3 .sigma_header-middle .cart.dropdown-btn .sigma_header-cart-inner,
.site-header.header-layout-3 .sigma_header-middle .cart.dropdown-btn .user-control {
    margin-left: 20px;
}
.site-header.header-layout-3 .sigma_header-middle .cart.dropdown-btn .sigma_header-cart-inner .sigma_header-cart-count {
    top: 0;
}
/*=== header 3 aside ===*/

.sigma_aside {
	position: fixed;
	top: 0;
	left: -300px;
	width: 300px;
	height: 100%;
	background-color: #fff;
	z-index: 999;
	transition: .5s cubic-bezier(.77, 0, .175, 1);
	overflow: auto;
}
aside.sigma_aside .site-slogan h5 {
    margin-bottom: 10px;
}

aside.sigma_aside .site-slogan {
    padding: 15px;
    display: block;
}
.sigma_aside-overlay.aside-trigger-left,
.sigma_aside.sigma_aside-left {
	display: none;
}

.sigma_aside.sigma_aside-right {
	left: auto;
	right: -400px;
	padding: 30px;
	width: 400px;
}

.sigma_aside.sigma_aside-bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .3;
	z-index: -1;
	background-position: 0 130%;
	background-repeat: no-repeat;
}

.sigma_aside.sigma_aside-right .sidebar {
	display: none;
}

.sigma_aside.open {
	left: 0;
}

.sigma_aside.sigma_aside-right.open {
	left: auto;
	right: 0;
}

.sigma_aside.open+.sigma_aside-overlay,
.sigma_aside-overlay+.sigma_aside.open {
	opacity: 1;
	visibility: visible;
}

.sigma_aside-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
	background-color: rgba(0, 0, 0, .7);
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
}

.sigma_aside.sigma_aside-left .logo-wrap.site-logo {
	padding: 15px;
}

.sigma_aside ul {
	margin: 0;
}

.sigma_aside ul .menu-item {
	margin: 0;
}

.sigma_aside ul .menu-item a {
	padding: 10px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #022147;
	font-weight: 700;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.sigma_aside ul .menu-item a:hover,
.sigma_aside ul .menu-item a.active {
	color: #F74F22;
}

.sigma_aside ul .menu-item.menu-item-has-children>a::after,
.sigma_aside ul .sigma_mega-menu-item>a::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f067";
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	text-rendering: auto;
	line-height: 24px;
	margin-left: auto;
	font-size: 10px;
}

.sigma_aside ul .menu-item .sub-menu {
	display: none;
	background-color: #f7f7f7;
	list-style: none;
	padding-left: 0;
}


/* Header: style 4 */

.header-layout-4.header-layout-3 .site-logo-wrapper {
	border-right: 1px solid #efefef;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	background: none;
	box-shadow: none;
	margin: 0;
}

.header-layout-4 .sigma_header-inner .cart.dropdown-btn {
	position: absolute;
	right: 30px;
	bottom: 12px;
	display: flex;
	align-items: center;
}

.header-layout-4 .sigma_header-inner .cart.dropdown-btn .sigma_header-cart-inner+.header-wishlist-count {
	margin-left: 30px;
}

.header-layout-4 .sigma_header-inner {
	flex: 1;
	display: flex;
	flex-direction: column;
	position: relative;
	justify-content: center;
}

.header-layout-4 .sigma_header-inner .cart.dropdown-btn a:hover {
	color: #F74F22;
}

.header-layout-4 .sigma_header-inner .cart.dropdown-btn a {
	font-size: 20px;
	position: relative;
	color: #767e88;
}

.header-layout-4 .sigma_header-inner .cart.dropdown-btn .header-wishlist-count .wishlist-item {
	top: -8px;
}

.header-layout-4 .sigma_header-inner .cart.dropdown-btn a.sigma_header-cart-inner i {
	font-weight: 600;
}

.header-layout-4 .sigma_header-inner .sigma_header-top {
	padding: 0 20px;
	border-bottom: 1px solid #efefef;
}

.header-layout-4 .sigma_header-inner .sigma_header-top .sigma_header-top-inner {
	display: flex;
	justify-content: space-between;
}

.header-layout-4 .sigma_header-inner .sigma_header-top .sigma_header-top-inner ul {
	display: flex;
	align-items: center;
	margin: 0;
}

.header-layout-4 .sigma_header-inner .sigma_header-top .sigma_header-top-inner ul li a,
.header-layout-4 .sigma_header-inner .sigma_header-top .sigma_header-top-inner ul li span {
	color: #022147;
	padding: 20px 15px;
	text-transform: uppercase;
	font-size: 13px;
	position: relative;
	display: block;
	font-weight: 600;
}

.header-layout-4 .sigma_header-inner .sigma_header-top .sigma_header-top-inner ul li a i,
.header-layout-4 .sigma_header-inner .sigma_header-top .sigma_header-top-inner ul li span i {
	margin-right: 10px;
}

.header-layout-4 .sigma_header-inner .sigma_header-top-links>li+li>a {
	border-left: 1px solid rgba(255, 255, 255, 0.12);
	margin-left: 15px;
}

.site-header.header-layout-4 .sigma_header-inner .navbar-nav {
	padding: 0 20px;
	margin-left: 0;
}

.site-header.header-layout-4 .sigma_header-inner .navbar-nav>li>a {
	color: #022147;
	padding: 20px 15px;
	text-transform: uppercase;
	font-size: 13px;
	position: relative;
	display: block;
	font-weight: 600;
}

.site-header.header-layout-4 .sigma_header-inner .navbar-nav .sub-menu,
.site-header.header-layout-5 .sigma_header-middle .navbar-nav .sub-menu {
	position: absolute;
	top: 105%;
	left: 0;
	border-radius: 0;
	width: 100%;
	background-color: #fff;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	z-index: 998;
	min-width: 230px;
	box-shadow: 0px 10px 50px 0px rgba(53, 82, 99, 0.09);
}

.site-header.header-layout-4 .sigma_header-inner .navbar-nav .sub-menu a,
.site-header.header-layout-5 .sigma_header-middle .navbar-nav .sub-menu a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 20px;
	color: #777;
	font-weight: 400;
}

.site-header.header-layout-4 .sigma_header-inner .navbar-nav .sub-menu a:hover,
.site-header.header-layout-5 .sigma_header-middle .navbar-nav .sub-menu a:hover {
    color: #F74F22;
    transform: translateX(5px);
}

.site-header.header-layout-4 .sigma_header-middle .navbar-nav .menu-item-has-children:hover>.sub-menu,
.site-header.header-layout-5 .sigma_header-middle .navbar-nav .menu-item-has-children:hover>.sub-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.site-header.header-layout-5 .sigma_header-middle .navbar-nav .menu-item-has-children:hover>.sub-menu .sub-menu,
.site-header.header-layout-4 .sigma_header-middle .navbar-nav .menu-item-has-children:hover>.sub-menu .sub-menu {
    top: 0;
}
.site-header.header-layout-4 .sigma_header-controls.style-2 a.sigma_btn-custom {
	margin: 0;
}

.site-header.header-layout-4 .sigma_header-controls.style-2 {
	padding: 20px;
	border: none;
	border-left: 1px solid #efefef;
}

.site-header.header-layout-4 .sigma_header-middle .navbar-nav {
	margin: 0;
}

.site-header.header-layout-4.header-absolute {
	padding: 20px;
}

.header-layout-4 .sigma_header-inner .cart.dropdown-btn .header-wishlist-count .wishlist-item .blockUI.blockMsg.blockElement h1 {
	display: none;
}

.header-layout-4 .sigma_header-inner .sigma_header-top .sigma_header-top-inner .navbar-nav .sub-menu {
	display: block;
}

.header-layout-4 .sigma_header-inner .sigma_header-top .sigma_base-livestream-status span,
.header-layout-5 .sigma_header-top .sigma_header-top-inner .sigma_base-livestream-status span {
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	color: #F74F22;
	padding: 20px 5px;
	display: block;
}

.header-layout-4 .sigma_header-inner .sigma_header-top .sigma_base-livestream-status.Live span::before,
.header-layout-5 .sigma_header-top .sigma_header-top-inner .sigma_base-livestream-status.Live span::before {
	font-size: 10px;
	color: #0e8700;;
	transition: 0.3s;
	margin-right: 4px;
	animation: fadeInOut 2s linear infinite;
	content: "\f111";
	font-family: 'Font Awesome 5 Pro';
	margin-right: 7px;
}
.site-header.header-layout-4 .sigma_header-inner .sigma_header-top .sigma_base-livestream-status.Live span,
.header-layout-5 .sigma_header-top .sigma_header-top-inner .sigma_base-livestream-status.Live span{
	color:#0e8700;
}

.header-layout-4 .sigma_header-inner .sigma_header-top .sigma_base-livestream-status.Offline span::before,
.header-layout-4 .sigma_header-inner .sigma_header-top .sigma_base-livestream-status.Upcoming span::before,
.header-layout-5 .sigma_header-top .sigma_header-top-inner .sigma_base-livestream-status.Offline span::before,
.header-layout-5 .sigma_header-top .sigma_header-top-inner .sigma_base-livestream-status.Upcoming span::before {
	font-size: 10px;
	color: #F74F22;
	transition: 0.3s;
	content: "\f111";
	font-family: 'Font Awesome 5 Pro';
	margin-right: 7px;
}

.header-layout-4 .sigma_header-inner .sigma_header-top .sigma_base-livestream-status.Upcoming span::before,
.header-layout-5 .sigma_header-top .sigma_header-top-inner .sigma_base-livestream-status.Upcoming span::before,
.header-layout-4 .sigma_header-inner .sigma_header-top .sigma_base-livestream-status.Offline span::before,
.header-layout-5 .sigma_header-top .sigma_header-top-inner .sigma_base-livestream-status.Offline span::before {
	animation: fadeInOut 2s linear infinite;
}

.site-header.header-layout-4 .sigma_header-inner .navbar-nav .sub-menu a:hover {
	color: #F74F22;
}

.header-layout-4.header-scheme-dark .sigma_header-inner .sigma_header-top .sigma_base-livestream-status span,
.header-layout-4.header-scheme-dark .sigma_header-inner .sigma_header-top .sigma_base-livestream-status.Live span::before,
.header-layout-4.header-scheme-dark .sigma_header-inner .sigma_header-top .sigma_base-livestream-status.Upcoming span::before,
.header-layout-4.header-scheme-dark .sigma_header-inner .sigma_header-top .sigma_base-livestream-status.Offline span::before,
.header-layout-5.header-scheme-dark .sigma_header-top .sigma_header-top-inner .sigma_base-livestream-statu span,
.header-layout-5.header-scheme-dark .sigma_header-top .sigma_header-top-inner .sigma_base-livestream-statu.Live span::before,
.header-layout-5.header-scheme-dark .sigma_header-top .sigma_header-top-inner .sigma_base-livestream-statu.Upcoming span::before,
.header-layout-5.header-scheme-dark .sigma_header-top .sigma_header-top-inner .sigma_base-livestream-statu.Offline span::before {
	color: #fff;
}

.header-layout-4.header-scheme-dark .sigma_header-inner .sigma_header-top .sigma_header-top-inner ul.sub-menu li a {
	color: #022147;
}
.site-header.header-layout-4 .sigma_header-inner .cart.dropdown-btn a span {
	background-color: #F74F22;
	top: -1px;
}
.site-header.header-layout-4 .sigma_header-inner .prayer-icon {
  position: absolute;
  right: 170px;
  bottom: 15px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #767e88;
}
.header-layout-4 .sigma_header-inner .cart.dropdown-btn a.prayer-icon {
    right: 0;
    top: 0;
    bottom: 0;
}
.site-header.header-layout-4.scheme-dark .sigma_header-inner .prayer-icon{
	color: #fff;
}
.site-header.header-layout-4 .sigma_header-inner .prayer-icon:hover,
.header-layout-4.header-scheme-dark .sigma_header-inner .sigma_header-top .sigma_header-top-inner ul.sub-menu li a:hover {
	color: #F74F22;
}
.site-header.header-layout-4 .user-control{
	margin-left: 30px;
}
.site-header.header-layout-4 .user-control a i {
    font-weight: 500;
}
/* Header: style 5 */

.site-header.header-layout-5 .logo-wrap.site-logo,
.site-header.header-layout-5.sticky .logo-wrap.sticky-logo {
	max-width: 180px;
}

.site-header.header-layout-5 .sigma_header-top .sigma_header-top-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site-header.header-layout-5 .sigma_header-top .sigma_header-top-inner .sigma_header-top-links,
.site-header.header-layout-5 .sigma_header-top .sigma_header-top-inner .social-info {
	display: flex;
	align-items: center;
	margin: 0;
}

.site-header.header-layout-5 .sigma_header-top .sigma_header-top-inner ul.sigma_header-top-links a,
.site-header.header-layout-5 .sigma_header-top .sigma_header-top-inner ul.sigma_header-top-links span {
	font-size: 13px;
	padding: 15px 0;
	line-height: normal;
	display: flex;
	color: #022147;
	align-items: center;
	font-weight: 600;
}

.site-header.header-layout-5 .sigma_header-top .sigma_header-top-inner .sigma_header-top-links>li {
	margin-left: 20px;
}

.site-header.header-layout-5 .sigma_header-top .sigma_header-top-inner .sigma_header-top-links>li:first-child {
	margin-left: 0;
}

.header-layout-5 .sigma_header-contact-inner h6 {
	margin-bottom: 0;
}

.site-header.header-layout-5 .sigma_header-top .sigma_header-top-inner .sigma_header-top-links>li span i {
	margin-right: 10px;
}

.site-header.header-layout-5 .sigma_header-top .sigma_header-top-inner .sigma_header-top-links a i {
	margin-right: 10px;
}

.site-header.header-layout-5 .sigma_header-top .sigma_header-top-inner .social-info a {
	display: inline-block;
	margin: 0 10px;
	color: #777;
}

.site-header.header-layout-5 .sigma_header-top .sigma_header-top-inner .social-info li:last-child a {
	margin-right: 0;
}

.site-header.header-layout-5 {
	background-color: #fff;
	box-shadow: 0px 10px 20px 0px rgba(53, 82, 99, 0.09);
}

.site-header.header-layout-5 .navbar {
	padding: 0;
}

.site-header.header-layout-5 .sigma_header-middle .navbar-nav {
	margin: 0 auto;
}

.site-header.header-layout-5 .navbar-nav .menu-item-has-children>a::after,
.site-header.header-layout-5 .sigma_aside ul .menu-item.menu-item-has-children>a::after,
.site-header.header-layout-5 .navbar-nav .sigma_mega-menu-item>a::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f078";
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	text-rendering: auto;
	line-height: 1.7;
	margin-left: auto;
	font-size: 10px;
}

.site-header.header-layout-5 .navbar-nav .menu-item-has-children>a::after,
.site-header.header-layout-5 .navbar-nav .sigma_mega-menu-item>a::after {
	margin-left: 10px;
}
.site-header.header-layout-5 .sigma_header-middle .navbar-nav .menu-item-has-children .sub-menu .menu-item-has-children>a::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
}

.site-header.can-sticky.header-layout-5.sticky .sigma_header-top {
	display: none;
}

.site-header.header-layout-5 .aside-toggler.style-2:hover {
	cursor: pointer;
}

.header-layout-5 .sigma_header-controls.sigma_header-button {
	margin-left: auto;
	margin-right: 30px;
	display: flex;
	align-items: center;
}

.header-layout-5 .sigma_header-controls.sigma_header-button a.sigma_header-contact {
	display: flex;
	align-items: center;
}

.header-layout-5 .sigma_header-controls.sigma_header-button a.sigma_header-contact i {
	font-size: 40px;
	line-height: 1;
	margin-right: 10px;
}

.header-layout-5 .sigma_header-controls.sigma_header-button a.sigma_header-contact span {
	font-size: 12px;
	color: #777;
	font-weight: 600;
	text-transform: uppercase;
}

.header-layout-5 .sigma_header-controls.sigma_header-button a.sigma_header-contact h6 {
	font-weight: 600;
	line-height: 1;
}

.site-header.header-layout-5.header-absolute {
	background: none;
	box-shadow: none;
	padding: 0;
}

.site-header.header-layout-5.header-absolute .sigma_header-middle .navbar {
	padding: 0 20px;
	background: #fff;
	box-shadow: 0px 10px 20px 0px rgba(53, 82, 99, 0.09);
}

.header-layout-6 .sigma_header-controls .sigma_btn-custom {
	background: #F74F22;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	padding: 15px 30px;
	position: relative;
	font-weight: 600;
	z-index: 1;
	overflow: hidden;
	display: block;
}

.custom-button-style-2 .header-layout-6 .sigma_header-controls .sigma_btn-custom:before {
	content: '';
	position: absolute;
	bottom: -85%;
	left: -95%;
	background-color: #02214733;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: .3s;
}

.custom-button-style-1 .header-layout-6 .sigma_header-controls .sigma_btn-custom:hover:before {
	width: 100%;
	left: 0;
	bottom: 0;
}

.site-header.header-layout-6.header-absolute .sigma_header-middle .navbar {
	padding: 0 20px;
	background: transparent;
	box-shadow: none;
}

.header-layout-6.sticky .d-lg-none.sticky-d-block {
	display: block !important;
}

.site-header.header-layout-6.header-absolute .sigma_header-middle {
	background: none;
}

.header-layout-5 .cart.dropdown-btn a.sigma_header-cart-inner i {
	font-weight: 600;
}

.header-layout-5 .sigma_header-top .sigma_header-top-inner .sigma_base-livestream-status {
	margin-left: auto;
	margin-right: 20px;
}
.site-header.header-layout-5 .sigma_header-middle .prayer-icon i {
    font-size: 21px;
    color: #767e88;
    font-weight: 700;
}
.site-header.header-layout-5 .sigma_header-middle .prayer-icon:hover i{
	color: #F74F22;
}
.site-header.header-layout-5 .sigma_header-middle .prayer-icon {
    margin-left: auto;
}
.site-header.header-layout-5 .sigma_header-middle .prayer-icon + .cart.dropdown-btn {
    margin-left: 30px;
}
.site-header.header-layout-5 .sigma_header-middle .prayer-icon + .sigma_header-controls {
    margin-left: 20px;
}
.site-header.header-layout-5.header-scheme-dark .sigma_header-middle .prayer-icon i {
    color: #fff;
}
/* Header: Dark Scheme */

.site-header.header-scheme-dark .site-slogan h5,
.site-header.header-scheme-dark .site-slogan a,
.site-header.header-scheme-dark .site-slogan span,
.site-header.header-scheme-dark .site-header-bottom-inner>ul>li>a,
.site-header.header-scheme-dark .site-header-top-inner>ul>li>a,
.site-header.header-scheme-dark .contact-info .contact-item .contact-list span:last-child,
.site-header.header-scheme-dark .contact-info .contact-item .contact-list span:last-child a,
.site-header.header-scheme-dark .contact-info .contact-item .contact-list span,
.site-header.header-scheme-dark .site-header-top .social-info li a,
.site-header.header-scheme-dark .site-header-top-inner>a {
	color: #fff;
}

.site-header.header-scheme-dark .site-header-top .social-info li a:hover,
.site-header.header-scheme-dark .site-header-top-inner>a:hover,
.site-header.header-scheme-dark .site-header-bottom-inner>ul>li>a:hover,
.site-header.header-scheme-dark .site-header-top-inner>ul>li>a:hover {
	color: #F74F22;
}

.site-header.header-scheme-dark .burger-icon span {
	background-color: #fff;
}

.site-header.header-scheme-dark .contact-info .contact-item i {
	color: #fff;
	background-color: #F74F22;
}

.site-header.header-scheme-dark .header-controls>div>a {
	color: #fff;
}

.site-header.header-layout-3.header-scheme-dark .sigma_header-middle,
.site-header.header-layout-5.header-scheme-dark,
.site-header.header-layout-5.header-absolute.header-scheme-dark .sigma_header-middle .navbar {
	background: #F74F22;
}

.site-header.header-layout-3.header-scheme-dark .sigma_header-controls.style-2,
.site-header.header-layout-3.header-scheme-dark .sigma_header-controls.style-1,
.header-layout-4.header-layout-3 .site-logo-wrapper,
.header-layout-4.header-scheme-dark .sigma_header-inner .sigma_header-top {
	border-color: #02214712;
}

.site-header.header-layout-3.header-scheme-dark .sigma_header-middle .navbar>.navbar-nav>.menu-item>a,
.site-header.header-layout-3.header-scheme-dark .sigma_header-contact i,
.site-header.header-layout-3.header-scheme-dark .sigma_header-contact h6,
.site-header.header-layout-3.header-scheme-dark .sigma_header-controls.style-1 a,
.site-header.header-layout-3.header-scheme-dark .sigma_header-contact span,
.header-layout-4.header-scheme-dark .sigma_header-inner .sigma_header-top .sigma_header-top-inner ul li a,
.site-header.header-layout-4.header-scheme-dark .sigma_header-inner .navbar-nav>li>a,
.site-header.header-layout-5.header-scheme-dark .sigma_header-top .sigma_header-top-inner ul.sigma_header-top-links a,
.site-header.header-layout-5.header-scheme-dark .sigma_header-top .sigma_header-top-inner .social-info a,
.site-header.header-layout-5.header-scheme-dark .sigma_header-middle .navbar>.navbar-nav>.menu-item>a,
.header-layout-5.header-scheme-dark .sigma_header-controls.sigma_header-button a.sigma_header-contact span,
.header-layout-5.header-scheme-dark .sigma_header-controls.sigma_header-button a.sigma_header-contact h6,
.header-layout-5.header-scheme-dark .sigma_header-controls.sigma_header-button a.sigma_header-contact,
.site-header.header-layout-3.header-scheme-dark .sigma_header-middle .sigma_header-button .cart.dropdown-btn a {
	color: #fff;
}

.site-header.header-layout-3.header-scheme-dark .sigma_btn-custom {
	background: #fff;
	color: #022147;
}

.site-header.header-layout-3.header-scheme-dark .sigma_btn-custom:hover {
	background: #F74F22;
	color: #fff;
}

.site-header.header-layout-3.header-scheme-dark .aside-toggler.desktop-toggler span,
.site-header.header-layout-3.header-scheme-dark .aside-toggler span,
.site-header.header-layout-5.header-scheme-dark .aside-toggler.desktop-toggler span {
	background: #fff;
}

.site-header.header-layout-5.header-scheme-dark.header-absolute {
	background: transparent;
}

.header-layout-6.header-scheme-dark .sigma_header-controls .sigma_btn-custom {
	background: #fff;
	color: #022147;
}

.site-header.header-layout-1.header-scheme-dark,
.site-header.header-layout-2.header-scheme-dark,
.site-header.header-layout-2.header-scheme-dark .site-header-bottom-inner {
	background: #022147;
}

.site-header.header-layout-1.header-scheme-dark .contact-info .contact-item i {
	color: #fff;
}

.site-header.header-layout-3 .sigma_header-contact i {
	color: #F74F22;
}

.header-layout-1 .cart.dropdown-btn a {
	position: relative;
	font-size: 14px;
	color: #fff;
	background: #022147;
	border-radius: 4px;
	display: flex;
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
}

.header-layout-1 .cart.dropdown-btn a span {
	color: #022147;
	background: none;
	font-size: 14px;
	font-weight: 600;
	color: #767e88;
	right: -18px;
}

.site-header.header-layout-1.header-scheme-dark .cart.dropdown-btn a {
	background: #F74F22;
}

.site-header.header-layout-1.header-scheme-dark .cart.dropdown-btn a span,
.header-layout-4.header-scheme-dark .sigma_header-inner .cart.dropdown-btn a,
.header-layout-5.header-scheme-dark .cart.dropdown-btn a {
	color: #fff;
}

.header-layout-5 .cart.dropdown-btn a {
	position: relative;
	font-size: 22px;
	color: #767e88;
}

.header-layout-5 .cart.dropdown-btn {
	margin-right: 30px;
	display: flex;
	align-items: center;
  margin-left: auto;
}
.header-layout-5 .navbar-nav + .cart.dropdown-btn {
    margin-left: 0;
}
.header-layout-5 .cart.dropdown-btn .user-control a i {
  font-weight: 400;
}
.header-layout-5 .cart.dropdown-btn .sigma_header-cart-inner+.header-wishlist-count {
	margin-left: 30px;
}

.header-layout-6 .sigma_header-controls.style-2 {
	display: flex;
	align-items: center;
}
.header-layout-5 .cart.dropdown-btn a.sigma_header-cart-inner {
    margin-left: 30px;
}
.header-layout-5 .cart.dropdown-btn .user-control {
    margin-left: 30px;
}

.header-layout-5 .cart.dropdown-btn .header-wishlist-count span {
	top: -7px;
}

.header-layout-5 .cart.dropdown-btn span {
	top: 0;
}

.site-header.header-layout-5 .sigma_header-top .sigma_header-top-inner .navbar-nav {
	display: flex;
	align-items: center;
	flex-direction: row;
	margin: 0;
	margin-left: auto;
}

.site-header.header-layout-5 .sigma_header-top .sigma_header-top-inner .navbar-nav li a {
	color: #022147;
	padding: 20px 15px;
	text-transform: uppercase;
	font-size: 13px;
	position: relative;
	display: block;
	font-weight: 600;
}

.site-header.header-layout-5 .sigma_header-top .sigma_header-top-inner .navbar-nav .sub-menu {
	position: absolute;
	top: 105%;
	left: 0;
	border-radius: 0;
	width: 100%;
	background-color: #fff;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	z-index: 998;
	min-width: 230px;
	box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
}

.site-header.header-layout-5 .sigma_header-top .sigma_header-top-inner .navbar-nav .sub-menu li:not(:last-child) {
	border-bottom: 1px solid #efefef;
}

.site-header.header-layout-5 .sigma_header-top .sigma_header-top-inner .navbar-nav .sub-menu a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 20px;
	text-transform: uppercase;
	font-size: 13px;
	position: relative;
	color: #777;
	font-weight: 400;
}

.site-header.header-layout-5 .sigma_header-top .sigma_header-top-inner .navbar-nav .sub-menu a:hover,
.header-layout-5 .cart.dropdown-btn a:hover {
	color: #F74F22;
}

.site-header.header-layout-5 .sigma_header-top .sigma_header-top-inner .navbar-nav .menu-item-has-children:hover>.sub-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.site-header.header-layout-5 .sigma_header-top .sigma_header-top-inner .navbar-nav li {
	position: relative;
}

.site-header.header-layout-5 .sigma_header-top .sigma_header-top-inner .social-info-wrapper {
	margin-left: auto;
}

.site-header.header-layout-5 .sigma_header-top .sigma_header-top-inner .sigma_base-livestream-status+.social-info-wrapper {
	margin-left: 0;
}


/* Admin bar enabled */

.admin-bar .site-header.can-sticky.sticky,
.admin-bar .aside-collapse,
.admin-bar .site-header:not(.can-sticky).header-absolute {
	top: 32px;
}

@media(max-width:782px) {
	.admin-bar .site-header.can-sticky.sticky,
	.admin-bar .aside-collapse,
	.admin-bar .site-header:not(.can-sticky).header-absolute {
		top: 46px;
	}
}

@media(max-width: 600px) {
	.admin-bar .site-header.can-sticky.sticky,
	.admin-bar .aside-collapse,
	.admin-bar .site-header:not(.can-sticky).header-absolute {
		top: 0;
	}
}


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

.site-footer {
	clear: both;
	width: 100%;
	color: rgba(255, 255, 255, 0.9);
}

.sigma-footer-widgets-wrapper {
	font-size: 14px;
	padding-top: 100px;
	padding-bottom: 40px;
}

.sigma-footer-widgets-wrapper .widget {
	margin-bottom: 50px;
}

.sigma-footer-widgets-wrapper .widget ul li a {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
}

.sigma-footer-widgets-wrapper a {
	color: #fff;
}

.sigma-footer-widgets-wrapper a:hover {
	color: #F74F22;
}

.sigma-footer-widgets-wrapper .widget {
	background: none;
	padding: 0;
}

.sigma-footer-widgets-wrapper .widget-title {
	font-size: 24px;
	color: #fff;
	margin-bottom: 20px;
	line-height: 30px;
}

.sigma-footer-widgets-wrapper .widget h6.widget-title:after {
	display: none;
}

.sigma-footer-widgets-wrapper ul {
	margin: 0;
}

.sigma-footer-widgets-wrapper li {
	list-style: none;
}

.sigma-footer-widgets-wrapper .widget_sigma_recent_entries li {
	padding-bottom: 0px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.sigma-footer-widgets-wrapper .widget_sigma_recent_entries li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.sigma-footer-widgets-wrapper .widget h6.widget-title {
	font-size: 24px;
	text-transform: none;
	color: #fff;
	margin-bottom: 20px;
	padding-left: 0;
	font-weight: 600;
}

.sigma-footer-widgets-wrapper .widget h6.widget-title:before {
	display: none;
}


/*=== Widget first ===*/

.sigma-footer-widgets-wrapper .footer-logo {
	display: block;
	margin-bottom: 20px;
}

.sigma-footer-widgets-wrapper a.btn.btn-outline-light.footer-button {
	border-radius: 0;
	border-width: 2px;
	font-size: 15px;
	padding: 15px 20px;
	font-weight: 600;
	margin-top: 10px;
	box-shadow: none !important;
}


/*=== Widget Blog ===*/

.sigma-footer-widgets-wrapper .widget_sigma_recent_entries .sigma-post-image {
	width: 70px;
	margin-right: 20px;
	margin-bottom: 0;
}

.sigma-footer-widgets-wrapper .widget_sigma_recent_entries .sigma-post-image img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}

.sigma-footer-widgets-wrapper .widget_sigma_recent_entries .sigma-post-content {
	max-width: calc(100% - 90px);
	display: flex;
	flex-direction: column-reverse;
}

.sigma-footer-widgets-wrapper .widget_sigma_recent_entries .sigma-post-content a {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
	text-transform: none;
	font-family: "Poppins", sans-serif;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 54px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.site-footer.footer-light .sigma-footer-widgets-wrapper .widget_sigma_recent_entries .sigma-post-content a {
	color: #022147;
}

.sigma-footer-widgets-wrapper .widget_sigma_recent_entries .sigma-post-content a:hover,
.site-footer.footer-light .sigma-footer-widgets-wrapper .widget_sigma_recent_entries .sigma-post-content a:hover {
	color: #F74F22;
}

.sigma-footer-widgets-wrapper .widget_sigma_recent_entries .sigma-post-content .sigma-post-date {
	font-size: 13px;
	color: #767E88;
	text-transform: none;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	margin-bottom: 5px;
}

.sigma-footer-widgets-wrapper .widget_sigma_recent_entries .sigma-post-content .sigma-post-date i {
	color: #F74F22;
	margin-right: 2px;
}


/*=== Widget Menu ===*/

.sigma-footer-widgets-wrapper .menu li {
	display: inline-block;
	width: 100%;
	float: none;
	padding: 0 0 11px 0;
	position: relative;
}


/*=== Widget Contact ===*/

.sigma-footer-widgets-wrapper .widget_contact li:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, .06);
	margin-bottom: 18px;
}

.sigma-footer-widgets-wrapper .widget_contact li {
	padding-left: 30px;
	position: relative;
	padding-top: 0;
	padding-bottom: 18px;
}

.sigma-footer-widgets-wrapper .widget_contact i {
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 16px;
	color: #fff !important;
}

.sigma-footer-widgets-wrapper .textwidget h3 {
	color: #fff;
}


/*=== Widget Copyright ===*/

.sigma-copyright .footer-copyright-section {
	padding-top: 35px;
	padding-bottom: 35px;
	font-size: 18px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media(max-width: 767px) {
	.sigma-copyright .footer-copyright-section {
		text-align: center;
		display: block;
	}
}

.sigma-copyright a {
	color: #fff;
}

.sigma-copyright .social-icons li a {
	color: rgba(248, 252, 255, .6);
}

.sigma-copyright .social-icons {
	margin: 0;
	padding: 0;
	display: inline;
}

.sigma-copyright .social-icons li {
	margin-left: 8px;
	margin-right: 8px;
	min-width: auto;
	display: inline-block;
}

.sigma-copyright .footer-right {
	text-align: right;
}

#colophon.site-footer .sigma-copyright a {
	color: #fff;
}


/* Dark Footer color scheme */

.site-footer.footer-dark {
	background-color: #022147;
}

.site-footer.footer-dark.site-footer.site-footer-layout-2 .footer-top {
	background-color: #111;
}

.site-footer.footer-dark input[type="number"],
.site-footer.footer-dark input[type="text"],
.site-footer.footer-dark input[type="email"],
.site-footer.footer-dark input[type="password"],
.site-footer.footer-dark input[type="tel"],
.site-footer.footer-dark input[type="url"],
.site-footer.footer-dark input[type="search"],
.site-footer.footer-dark textarea .site-footer.footer-dark .sigma-footer-widgets-wrapper .widget select,
.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget input[type="text"],
.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget input[type="email"],
.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget input[type="password"],
.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget_search .search-field,
.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget_tag_cloud a {
	border: 1px solid rgba(191, 191, 191, 0.32);
	background-color: #022147;
}
.site-footer.footer-dark input[type="search"]::placeholder {
    color: #fff;
}

.site-footer.footer-dark input[type="search"] {
    border-color: #ffffffa8;
}
.site-footer.footer-dark select {
	background-color: #fff;
}

.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget_tag_cloud a {
	color: #fff;
}

.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget_tag_cloud a:hover {
	background: #F74F22;
	color: #fff;
}

.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget_archive ul li span,
.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget_categories ul li span {
	background-color: #022147;
	color: #fff;
}

.site-footer.footer-dark .sigma-footer-widgets-wrapper .widget_calendar table th {
	background-color: #022147;
	color: #fff;
}

.site-footer.footer-dark .widget ul a {
	color: #fff;
}
.site-footer.footer-dark .widget ul a:hover {
    color: #f74f22;
}
.site-footer.footer-dark strong,
.site-footer.footer-dark .calendar_wrap caption,
.site-footer.footer-dark .widget ul a:hover,
.site-footer.footer-dark .widget.widget_rss .widget-title a,
.site-footer.footer-dark .wp-calendar-table td,
.site-footer.footer-dark .wp-calendar-table th {
	color: #fff;
}


/* Light Footer Color scheme */

.site-footer.footer-light {
	background-color: #fff;
	color: #777;
}
.site-footer .footer-top .sigma_search-adv-input input.form-control {
    color: #777;
}
.site-footer.footer-light .sigma-footer-widgets-wrapper a {
	color: #767E88;
}
.sigma-footer-widgets-wrapper .widget.widget_nav_menu ul li a::before {
  content: "\f654";
  font-family: 'Font Awesome 5 Pro';
  margin-right: 10px;
  font-size: 14px;
}
.theme-icon-cat-temple .sigma-footer-widgets-wrapper .widget.widget_nav_menu ul li a::before{
	content: "\f679";
}
.theme-icon-cat-mosque .sigma-footer-widgets-wrapper .widget.widget_nav_menu ul li a::before{
	content: "\f699";
}
.theme-icon-cat-buddha .sigma-footer-widgets-wrapper .widget.widget_nav_menu ul li a::before{
	content: "\f655";
}
.site-footer.footer-light .sigma-footer-widgets-wrapper a:hover {
	color: #F74F22;
}

.site-footer.footer-light .sigma-footer-widgets-wrapper .widget h6.widget-title {
	color: #022147;
	font-weight: 600;
	font-size: 24px;
}

.site-footer.footer-light .sigma-footer-widgets-wrapper .widget_tag_cloud a:hover {
	color: #fff;
}

.footer-light .sigma-footer-widgets-wrapper .widget p {
	color: #767E88;
	font-weight: 500;
}

.sigma-footer-widgets-wrapper .tagcloud a {
	font-weight: 500;
}

.site-footer.footer-light .widget_archive ul li span,
.site-footer.footer-light .widget_categories ul li span {
	background-color: #f8f8f8;
}


/* Footer Layout 2 */

.site-footer.site-footer-layout-2 .footer-copyright-section .footer-left {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.site-footer.site-footer-layout-2 .footer-top {
	background-color: #fff;
	padding: 120px 0;
}

.site-footer.site-footer-layout-2 .logo {
	margin-bottom: 45px;
}

.site-footer.site-footer-layout-2 .form-group {
	margin-top: 45px;
	margin-bottom: 0;
}

.site-footer.site-footer-layout-2 .form-group {
	position: relative;
	display: flex;
	padding: 20px;
	background-color: #f8f8f8;
}

.site-footer.site-footer-layout-2 .form-group button {
	background-color: #F74F22;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	width: 200px;
	letter-spacing: 3px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.site-footer.site-footer-layout-2 .form-group button:hover {
	background-color: #111;
}

.site-footer.site-footer-layout-2 .form-group input {
	border: none;
	font-size: 16px;
	letter-spacing: 3px;
	color: #767E88;
	background-color: #f8f8f8;
}


/*  footer layout 3 */

.site-footer-layout-3 .sigma_footer-bottom {
	padding: 30px 0;
	position: relative;
	border-top: 1px solid #767E88;
}

.footer-light.site-footer-layout-3 .sigma_footer-bottom {
	border-top: 1px solid #efefef;
}

.site-footer-layout-3 .sigma_footer-bottom .container-fluid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 150px 0 150px;
}

.site-footer-layout-3 .sigma_footer-logo {
	background-color: #fff;
	height: 120px;
	padding: 0 40px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	box-shadow: 0px 10px 50px 0px rgba(53, 82, 99, 0.09);
	align-items: center;
}

footer.site-footer-layout-3 .social-icon a {
	height: 50px;
	width: 50px;
	line-height: 50px;
	background-color: rgba(255, 255, 255, .1);
}

.sigma_footer-copyright p,
.sigma_footer-copyright {
	color: #767E88;
	font-weight: 600;
}
.site-footer.footer-dark .sigma_footer-copyright p,
.site-footer.footer-dark .sigma_footer-copyright {
    color: #fff;
}
.site-footer-layout-3 .sigma_footer-logo {
	background-color: #fff;
	height: 120px;
	padding: 0 40px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	box-shadow: 0px 10px 50px 0px rgba(53, 82, 99, 0.09);
	align-items: center;
}

footer.footer-light.site-footer-layout-3 .social-icon a {
	background-color: #f7f7f7;
	color: #022147;
}

footer.footer-light.site-footer-layout-3 .social-icon a:hover {
	background: #F74F22;
	color: #fff;
}

.footer-light .sigma-footer-widgets-wrapper .widget .custom-list li i {
	margin-right: 10px;
	font-weight: 500;
}

.footer-light .sigma-footer-widgets-wrapper .widget .custom-list li {
	font-weight: 400;
}

.sigma-footer-widgets-wrapper .widget p {
	font-weight: 400;
}

.footer-dark .sigma-footer-widgets-wrapper .widget p {
	color: #fff;
}

.site-footer.footer-dark .widget.widget_sigma_recent_entries ul a,
.footer-dark .sigma-footer-widgets-wrapper .widget_sigma_recent_entries .sigma-post-content .sigma-post-date,
.theme-icon-cat-temple .footer-dark .sigma-footer-widgets-wrapper .widget_sigma_recent_entries .sigma-post-content .sigma-post-date,
.theme-icon-cat-temple .site-footer.footer-dark .widget ul a:hover {
    color: #fff;
}

.site-footer.footer-dark .widget.widget_sigma_recent_entries ul a:hover {
	color: #F74F22;
}

.sigma-footer-widgets-wrapper ul.custom-list li i {
	margin-right: 10px;
}

.sigma-footer-widgets-wrapper ul.custom-list li {
	font-weight: 600;
}

.footer-dark .sigma-footer-widgets-wrapper ul.custom-list li {
	color: #fff;
}


/*--------------------------------------------------------------
# Row Setting
--------------------------------------------------------------*/

body .vc_col-has-fill>.vc_column-inner,
body .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
body .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
body .vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top: 0;
}

.sigma-title-color-light,
.sigma-title-color-light h1,
.sigma-title-color-light h2,
.sigma-title-color-light h3,
.sigma-title-color-light h4,
.sigma-title-color-light h5,
.sigma-title-color-light h6,
.sigma-title-color-light {
	color: #fff;
}

body .vc_row.row-overflow-vs[data-vc-full-width] {
	overflow: visible;
}

.sigma-extend-right-bg .sigma-extend-right-col:after {
	content: " ";
	position: absolute;
	width: 1000%;
	height: calc(100% + 200px);
	background-color: #f5f5f5;
	top: -100px;
	margin-right: -100%;
}

.sigma-extend-right-bg>.wpb_column:first-child .vc_column-inner {
	padding-right: 0;
}

.sigma-extend-right-bg>.wpb_column:last-child .vc_column-inner {
	padding-left: 0;
}

.page-template-full-width .entry-header {
	display: none;
}

.col-extend-right:after {
	content: '';
	width: 1000%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	margin-right: -100%;
	z-index: -1;
}

.sigma-bg-color-primary {
	background-color: #fecf36;
}

.sigma-bg-color-secondary {
	background-color: #022147;
}

.sigma-bg-color-tertiary {
	background-color: #f7f7f7;
}


/*--------------------------------------------------------------
# Background Position and Color
--------------------------------------------------------------*/

body .wpb_column.sigma-background-position-left-top>.vc_column-inner,
body .sigma-background-position-left-top {
	background-position: left top !important;
}

body .wpb_column.sigma-background-position-left-center>.vc_column-inner,
body .sigma-background-position-left-center {
	background-position: left center !important;
}

body .wpb_column.sigma-background-position-left-bottom>.vc_column-inner,
body .sigma-background-position-left-bottom {
	background-position: left bottom !important;
}

body .wpb_column.sigma-background-position-right-top>.vc_column-inner,
body .sigma-background-position-right-top {
	background-position: right top !important;
}

body .wpb_column.sigma-background-position-right-bottom>.vc_column-inner,
body .sigma-background-position-right-bottom {
	background-position: right bottom !important;
}

body .wpb_column.sigma-background-position-right-center>.vc_column-inner,
body .sigma-background-position-right-center {
	background-position: right center !important;
}

body .wpb_column.sigma-background-position-center-top>.vc_column-inner,
body .sigma-background-position-center-top {
	background-position: center top !important;
}

body .wpb_column.sigma-background-position-center-center>.vc_column-inner,
body .sigma-background-position-center-center {
	background-position: center center !important;
}

body .wpb_column.sigma-background-position-center-bottom>.vc_column-inner,
body .sigma-background-position-center-bottom {
	background-position: center bottom !important;
}


/*===  Background Color  ===*/

.vc_row.sigma-bg-color-white {
	background-color: #fff;
}

.wpb_column.sigma-bg-color-white>.vc_column-inner {
	background-color: #fff;
}

.wpb-js-composer .far,
.wpb-js-composer .fal {
	font-family: "Font Awesome 5 Pro";
}


/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/

.sigma-contact-info .wpcf7-form-control,
.sigma-contact-info textarea {
	border-radius: 0;
	width: 100%;
}

.sigma-contact-info .wpcf7-form-control-wrap {
	margin-top: 0px;
	display: inline-block;
	width: 100%;
}

.sigma-form-style-1 .input-group {
	margin-bottom: 10px;
}

.sigma-contact-info textarea {
	height: 141px;
}

.sigma-contact-info label {
	margin-bottom: 20px;
}

.sigma-contact-info .wpcf7-submit {
	width: 100%;
}

.sigma-contact-info .wpcf7-submit:hover {
	background-color: #111;
}

.sigma-contact-info .wpcf7-form-control-wrap.menu-765 {
	width: 100%;
}

.sigma-contact-info .wpcf7-checkbox .wpcf7-list-item {
	margin-left: 0;
}

.contact-form {
	background-color: #fff;
	padding: 100px;
}

.input-group .icon {
	position: absolute;
	left: 40px;
	top: 4px;
	color: #F74F22;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.input-group input,
.input-group select,
.input-group textarea,
.input-group select {
	padding-left: 80px;
}


/*=== Volunteer Form ===*/

.sigma-volunteer-form-1 .input-group {
	margin-bottom: 25px;
}

.sigma-volunteer-form-1 .wpcf7-form-control,
.sigma-contact-info textarea {
	border-radius: 0;
}

.sigma-contact-info .infobox-style-3 i:after {
	background-color: #f5f5f5;
	z-index: 9;
	top: 0;
}

.infobox-style-3 span.count {
	position: absolute;
	left: 0;
	bottom: 0;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	font-size: 70px;
	color: #f7fcff;
	z-index: -1;
	line-height: 1;
}


/*--------------------------------------------------------------
# Accordion Style 1
--------------------------------------------------------------*/

.sigma-accordion-style-1 .vc_tta.vc_general .vc_tta-panel {
	margin-bottom: 14px;
}

.sigma-accordion-style-1 .vc_tta-panel-title>a {
	color: #111 !important;
	font-size: 18px;
	font-weight: 700;
}

.wpb-js-composer .sigma-accordion-style-1 .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
	background-color: #fff;
}

.wpb-js-composer .vc_tta.vc_tta-style-classic.sigma-accordion-style-1 .vc_tta-panel-body,
.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-panel-heading {
	border-width: 0;
}

.wpb-js-composer .sigma-accordion-style-1 .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
	background-color: #111;
}

.wpb-js-composer .sigma-accordion-style-1 .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	background-color: #fff;
}

.wpb-js-composer .sigma-accordion-style-1 .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
	background-color: #ffffff;
	color: #111 !important;
}

.sigma-accordion-style-1 .vc_tta-panel-heading:hover .vc_tta-panel-title>a {
	color: #111 !important;
}

.wpb-js-composer .sigma-accordion-style-1 .vc_tta.vc_general .vc_tta-panel-title>a {
	padding: 21px 20px;
	position: relative;
}

.wpb-js-composer .vc_row.sigma-accordion-style-1.sigma-bg-color-white .vc_tta.vc_general .vc_tta-panel-title>a {
	background-color: #fff;
}

.wpb-js-composer .vc_row.sigma-accordion-style-1.sigma-bg-color-white .vc_tta.vc_general .vc_tta-panel-title>a:before {
	background-color: #fff;
}

.wpb-js-composer .sigma-accordion-style-1 .vc_tta.vc_general .vc_tta-panel-title>a:before {
	position: absolute;
	right: 11px;
	top: 15px;
	content: "";
	background-color: #f5f5f5;
	width: 30px;
	height: 30px;
	color: #111;
}

.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after,
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
	border-color: #111
}

.wpb-js-composer .sigma-accordion-style-1 .vc_tta.vc_general .vc_tta-panel-title>a:before {
	background-color: #f5f5f5;
	color: #111;
}

.wpb-js-composer .sigma-accordion-style-1 .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title>a:before {
	background-color: #F74F22;
}

.wpb-js-composer .sigma-accordion-style-1 .vc_tta-color-white.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
	border-color: #fff;
}

body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
	top: 25px;
	-webkit-transform: inherit;
	-ms-transform: inherit;
	transform: inherit;
}

.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-title a {
	padding: 20px 30px;
	background: #f7f7f7;
	font-size: 14px;
	text-align: center;
	color: #777;
}

.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title a {
	background: #fff;
	border-bottom: 3px solid #F74F22;
	box-shadow: 0 9px 35px 0 rgba(26, 47, 106, .07);
	color: #022147;
}

.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title a i {
	color: #F74F22;
}

.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-title a:not(first-child) {
	margin-top: 20px;
}

body .wpb_gmaps_widget .wpb_wrapper {
	background: none;
	padding: 0;
}


/*-------------------------------------------------------------
# Tab style
---------------------------------------------------------------*/

.vc_tta.vc_general .vc_tta-tabs-list .vc_tta-tab a {
	background: #f7f7f7;
	border: none;
	color: #022147;
	font-weight: 600;
	padding: 10px 20px;
	border-radius: 0;
}

.vc_tta.vc_general .vc_tta-tabs-list .vc_tta-tab {
	margin-right: 5px;
}

.vc_tta.vc_general .vc_tta-tabs-list .vc_tta-tab a i {
	color: #F74F22;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
}

.vc_tta.vc_general .vc_tta-tabs-list .vc_tta-tab.vc_active a {
	background: #fff;
}

.vc_tta.vc_general .vc_tta-tabs-list .vc_tta-tab.vc_active a:hover {
	background: #fff;
	color: #777;
}

.vc_tta.vc_general .vc_tta-tabs-list .vc_tta-tab.vc_active {
	background: #fff;
	border-bottom: 2px solid #F74F22;
}

.vc_tta.vc_general .vc_tta-tabs-list .vc_tta-tab a:hover {
	color: #F74F22;
	background: #f7f7f7;
}

.vc_tta-panels-container {
	margin-top: 20px;
}

body .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body {
	padding: 0;
	background: #fff;
	border: none;
}

.sigma_box-absolute>div {
	position: relative;
	top: -23px;
	left: -50px;
	width: calc(100% + 100px) !important;
	z-index: 1;
	padding: 40px !important;
	background-color: #fff;
	box-shadow: 0px 10px 50px 0px rgba(53, 82, 99, 0.09);
}

.sigma_box-absolute i,
i.sigma_box-absolute {
	font-size: 110px;
	opacity: .2;
	position: absolute;
	line-height: 1;
	top: 20px;
	right: 20px;
}
.sigma_elementor-absolute-box {
    display: block !important;
}
.sigma_elementor-absolute-box .elementor-widget-wrap {
    position: relative;
    top: -23px;
    left: -50px;
    width: calc(100% + 140px) !important;
    z-index: 1;
    padding: 40px !important;
    background-color: #fff;
    box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
}

/*--------------------------------------------------------------
# Owl Slider
--------------------------------------------------------------*/

.owl-dots {
	text-align: center;
	display: inline-block;
	margin-top: 32px;
}

.owl-dots .owl-dot {
	background-color: #f5f5f5;
	width: 10px;
	height: 10px;
	outline: none;
	display: inherit;
	margin: 0 4px;
}

.owl-dots .owl-dot.active {
	background-color: #F74F22;
}


/*! Arrow on Hover CSS */

.owl-nav button {
	outline: none;
}

.arrow-on-hover .owl-nav button {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #ffffff !important;
	position: absolute;
	top: 50%;
	margin-top: -15px;
}

.arrow-on-hover .owl-nav button:hover {
	background-color: #F74F22;
}

.arrow-on-hover .owl-nav button i {
	color: #111;
	font-size: 16px;
}

.arrow-on-hover .owl-nav button.owl-prev {
	left: 40px;
	opacity: 0;
}

.arrow-on-hover .owl-nav button.owl-next {
	right: 40px;
	opacity: 0;
}

.arrow-on-hover:hover .owl-nav button.owl-prev {
	left: 15px;
	opacity: 1;
}

.arrow-on-hover:hover .owl-nav button.owl-next {
	right: 15px;
	opacity: 1;
}


/*! Arrow Middle Right CSS */

.arrow-middle-right .owl-nav {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -15px;
}

.arrow-middle-right .owl-nav button {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: inherit;
	border: 1px solid #7d838d !important;
	display: inherit;
	margin: 5px 0;
}

.arrow-middle-right .owl-nav button:hover {
	background-color: #F74F22;
	border: 1px solid #F74F22;
	color: #ffffff;
}

.arrow-middle-right .owl-nav .owl-nav button i {
	color: #081528;
	font-size: 16px;
}


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

.sigma-searchform {
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

button.sigma-search-button {
	position: absolute;
	height: 55px;
	width: 55px;
	right: 0;
	background-color: #F74F22;
	top: 0;
	padding: 0;
}

.mfp-inline-holder .mfp-content {
	position: static;
}

.mfp-close {
	top: 40px;
	right: 40px;
	opacity: 1;
}

body .button.mfp-close {
	color: #fff;
}


/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/

section.error-404 {
	padding: 100px 0;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}

section.error-404 .search-form {
	position: relative;
	border: 2px solid #efefef;
}

section.error-404 .search-form input[type="search"] {
	background-color: #fff;
}

section.error-404 h1 {
	font-size: 80px;
	line-height: 1;
}

section.error-404 p {
	font-size: 16px;
	max-width: 500px;
	margin: 0 auto 30px;
}

section.error-404 .error-404-inner {
	background-color: #f8f8f8;
	padding: 45px;
}
body.error404.has-header-absolute .site-content .error-404 {
	padding-top: 230px;
}

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/

body .vc_btn3.vc_btn3-style-classic {
	border: none;
}

body .vc_btn3.vc_btn3-style-classic:hover {
	border: none;
}

.sigma-contact-info .wpcf7-submit,
body .vc_btn3.vc_btn3-size-md.vc_btn3-style-flat,
body .vc_btn3.vc_btn3-size-md {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
	padding-right: 40px;
	font-weight: bold;
	border: none;
	line-height: 1.8;
}

body .vc_btn3.vc_btn3-color-white:hover,
body .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:hover,
body .vc_btn3.vc_btn3-color-tertiary:hover,
body .vc_btn3.vc_btn3-color-tertiary.vc_btn3-style-flat:hover,
body .vc_btn3.vc_btn3-color-secondary:hover,
body .vc_btn3.vc_btn3-color-secondary:focus,
body .vc_btn3.vc_btn3-color-secondary.vc_btn3-style-flat:hover,
body .vc_btn3.vc_btn3-color-primary,
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
	color: #111;
	background-color: #F74F22;
}

body .vc_btn3.vc_btn3-color-primary:hover,
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover,
body .vc_btn3.vc_btn3-color-secondary,
body .vc_btn3.vc_btn3-color-secondary.vc_btn3-style-flat {
	color: #fff;
	background-color: #022147;
}

.btn.btn-outline-light.footer-button:hover,
.btn.btn-outline-light.footer-button:focus,
body .sigma-bg-color-secondary .vc_btn3.vc_btn3-color-primary:hover,
body .sigma-bg-color-secondary .vc_btn3.vc_btn3-color-primary:focus,
body .sigma-bg-color-secondary .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover,
body .vc_btn3.vc_btn3-color-tertiary,
body .vc_btn3.vc_btn3-color-tertiary.vc_btn3-style-flat {
	color: #111;
	background-color: #f5f5f5;
}

.vc_btn3.vc_btn3-style-custom,
body .vc_general.vc_btn3 {
	background-color: #F74F22;
	color: #ffffff;
	font-size: 14px;
	border-radius: 0px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	display: inline-block;
	line-height: 55px;
	padding: 0 40px;
  letter-spacing: normal;
}

.vc_btn3.vc_btn3-style-custom:hover,
body .vc_general.vc_btn3:hover,
body .vc_general.vc_btn3:focus {
	background-color: #ec6a47;
	color: #fff;
}

.text-white.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-secondary,
.text-white.vc_btn3-container .vc_general.vc_btn3.vc_btn3-color-primary {
	color: #fff;
}


/*==== theme options custom primary buttons ===*/

body.custom-button-style-2 .vc_btn3 {
	z-index: 1;
}

body.custom-button-style-1 .vc_general.vc_btn3,
body.custom-button-style-2 .vc_general.vc_btn3 {
	z-index: 1;
	overflow: hidden;
}

body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-icon-left,
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-icon-left,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-icon-left,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-icon-left,
body.custom-button-style-3 .vc_general.vc_btn3.vc_btn3-color-primary.vc_btn3-icon-left,
body.custom-button-style-3 .vc_general.vc_btn3.vc_btn3-color-secondary.vc_btn3-icon-left,
body.custom-button-style-3 .vc_general.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline.vc_btn3-icon-left,
body.custom-button-style-3 .vc_general.vc_btn3.vc_btn3-color-secondary.vc_btn3-style-outline.vc_btn3-icon-left,
body.custom-button-style-4 .vc_general.vc_btn3.vc_btn3-color-primary.vc_btn3-icon-left,
body.custom-button-style-4 .vc_general.vc_btn3.vc_btn3-color-secondary.vc_btn3-icon-left,
body.custom-button-style-4 .vc_general.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline.vc_btn3-icon-left,
body.custom-button-style-4 .vc_general.vc_btn3.vc_btn3-color-secondary.vc_btn3-style-outline.vc_btn3-icon-left  {
	padding: 0 40px 0 60px;
}

body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-icon-left .vc_btn3-icon,
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-icon-left .vc_btn3-icon,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-icon-left .vc_btn3-icon,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-icon-left .vc_btn3-icon,
body.custom-button-style-3 .vc_general.vc_btn3.vc_btn3-icon-left.vc_btn3-color-primary .vc_btn3-icon,
body.custom-button-style-3 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-icon-left.vc_btn3-color-primary .vc_btn3-icon,
body.custom-button-style-3 .vc_general.vc_btn3.vc_btn3-icon-left.vc_btn3-color-secondary .vc_btn3-icon,
body.custom-button-style-3 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-icon-left.vc_btn3-color-secondary .vc_btn3-icon,
body.custom-button-style-4 .vc_general.vc_btn3.vc_btn3-icon-left.vc_btn3-color-primary .vc_btn3-icon,
body.custom-button-style-4 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-icon-left.vc_btn3-color-primary .vc_btn3-icon,
body.custom-button-style-4 .vc_general.vc_btn3.vc_btn3-icon-left.vc_btn3-color-secondary .vc_btn3-icon,
body.custom-button-style-4 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-icon-left.vc_btn3-color-secondary .vc_btn3-icon {
	left: 35px;
}

body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-icon-right .vc_btn3-icon,
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-icon-right .vc_btn3-icon,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-icon-right .vc_btn3-icon,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-icon-right .vc_btn3-icon,
body.custom-button-style-3 .vc_general.vc_btn3.vc_btn3-icon-right.vc_btn3-color-primary .vc_btn3-icon,
body.custom-button-style-3 .vc_general.vc_btn3.vc_btn3-icon-right.vc_btn3-color-secondary .vc_btn3-icon,
body.custom-button-style-3 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-icon-right.vc_btn3-color-primary .vc_btn3-icon,
body.custom-button-style-3 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-icon-right.vc_btn3-color-secondary .vc_btn3-icon,
body.custom-button-style-4 .vc_general.vc_btn3.vc_btn3-icon-right.vc_btn3-color-primary .vc_btn3-icon,
body.custom-button-style-4 .vc_general.vc_btn3.vc_btn3-icon-right.vc_btn3-color-secondary .vc_btn3-icon,
body.custom-button-style-4 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-icon-right.vc_btn3-color-primary .vc_btn3-icon,
body.custom-button-style-4 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-icon-right.vc_btn3-color-secondary .vc_btn3-icon {
	right: 35px;
}

body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-icon-right,
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-icon-right,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-icon-right,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-icon-right,
body.custom-button-style-3 .vc_general.vc_btn3.vc_btn3-icon-right.vc_btn3-color-primary,
body.custom-button-style-3 .vc_general.vc_btn3.vc_btn3-icon-right.vc_btn3-color-secondary,
body.custom-button-style-3 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-icon-right.vc_btn3-color-primary,
body.custom-button-style-3 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-icon-right.vc_btn3-color-secondary,
body.custom-button-style-4 .vc_general.vc_btn3.vc_btn3-icon-right.vc_btn3-color-primary,
body.custom-button-style-4 .vc_general.vc_btn3.vc_btn3-icon-right.vc_btn3-color-secondary,
body.custom-button-style-4 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-icon-right.vc_btn3-color-primary,
body.custom-button-style-4 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-icon-right.vc_btn3-color-secondary {
	padding: 0 60px 0 40px;
}

body.custom-button-style-1 .vc_btn3.vc_btn3-style-classic.vc_btn3-color-primary:hover {
	background: #F74F22;
}

body.custom-button-style-1 .vc_btn3.vc_btn3-style-classic.vc_btn3-color-primary:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform-origin: center;
	background-color: #02214745;
	width: 10px;
	height: calc(100% - 15px);
	z-index: -1;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

body.custom-button-style-1 .vc_btn3.vc_btn3-style-classic.vc_btn3-color-secondary {
	background: #022147;
}

body.custom-button-style-1 .vc_btn3.vc_btn3-style-classic.vc_btn3-color-secondary:before,
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-classic.vc_btn3-color-tertiary:before,
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-outline:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform-origin: center;
	background-color: #ffffff45;
	width: 10px;
	height: calc(100% - 15px);
	z-index: -1;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-classic.vc_btn3-color-tertiary {
	background: #f5f5f5;
	color: #022147;
}

body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-classic.vc_btn3-color-tertiary:hover {
	background: #f5f5f5;
	color: #fff;
}

body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-classic.vc_btn3-color-tertiary:before {
	background-color: #022147;
}

body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-outline,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-style-outline,
body.custom-button-style-3 .vc_btn3.vc_general.vc_btn3-color-primary.vc_btn3-style-outline,
body.custom-button-style-3 .vc_btn3.vc_general.vc_btn3-color-secondary.vc_btn3-style-outline,
body.custom-button-style-4 .vc_btn3.vc_general.vc_btn3-color-primary.vc_btn3-style-outline,
body.custom-button-style-4 .vc_btn3.vc_general.vc_btn3-color-secondary.vc_btn3-style-outline {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	position: relative;
	background-color: transparent;
	color: #022147;
	box-shadow: none;
	border: 2px solid #efefef;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 40px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border-radius: 0px;
	font-weight: 600;
}

body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-primary:before,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-primary:before,
body.custom-button-style-3 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-primary:before,
body.custom-button-style-4 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-primary:before {
	background: #F74F22;
}

body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-primary:hover,
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-secondary:hover,
body.custom-button-style-3.theme-icon-cat-temple .text-white .vc_btn3.vc_general.vc_btn3-color-primary.vc_btn3-style-outline {
	color: #fff;
}

body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-secondary:before {
	background: #022147;
}

body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-tertiary:before {
	background: #f5f5f5;
}

body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-classic.vc_btn3-color-tertiary,
body.custom-button-style-1 .vc_btn3.vc_btn3-style-classic.vc_btn3-color-primary:hover:before,
body.custom-button-style-1 .vc_btn3.vc_btn3-style-classic.vc_btn3-color-secondary:hover:before,
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-classic.vc_btn3-color-tertiary:hover:before,
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-tertiary:hover:before,
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-primary:hover:before,
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-secondary:hover:before {
	width: calc(100% - 14px);
	opacity: 1;
	visibility: visible;
}


/*==== theme options custom secondary buttons ===*/

body.custom-button-style-2 .vc_btn3.vc_btn3-style-classic:before,
body.custom-button-style-2 .vc_btn3.vc_btn3-style-outline:before {
	content: '';
	position: absolute;
	bottom: -85%;
	left: -95%;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: .3s;
}

body.custom-button-style-2 .vc_btn3.vc_btn3-style-classic:hover:before,
body.custom-button-style-2 .vc_btn3.vc_btn3-style-outline:hover:before {
	width: 100%;
	left: 0;
	bottom: 0;
}

body.custom-button-style-2 .vc_btn3.vc_btn3-style-classic.vc_btn3-color-primary:before {
	background-color: #02214745;
}

body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-primary:hover {
	color: #fff;
}

body.custom-button-style-2 .vc_btn3.vc_btn3-style-classic.vc_btn3-color-secondary {
	background: #022147;
	color: #fff;
}

body.custom-button-style-2 .vc_btn3.vc_btn3-style-classic.vc_btn3-color-secondary:before {
	background: #ffffff35;
}

body.custom-button-style-2 .vc_btn3.vc_btn3-style-classic.vc_btn3-color-tertiary {
	background: #f5f5f5;
	color: #022147;
}

body.custom-button-style-2 .vc_btn3.vc_btn3-style-classic.vc_btn3-color-tertiary:before {
	background: #022147;
}

body.custom-button-style-2 .vc_btn3.vc_btn3-style-classic.vc_btn3-color-tertiary:hover,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-primary:hover,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-secondary:hover,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-tertiary:hover {
	color: #fff;
}

body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-secondary:before,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-tertiary:before {
	background: #022147;
}


body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-color-primary,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-color-primary {
    color: #fff;
}
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-shape-rounded,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-shape-rounded,
body.custom-button-style-3 .vc_general.vc_btn3.vc_btn3-shape-rounded,
body.custom-button-style-3 .vc_btn3.vc_general.vc_btn3-shape-rounded.vc_btn3-style-outline,
body.custom-button-style-4 .vc_general.vc_btn3.vc_btn3-shape-rounded,
body.custom-button-style-4 .vc_btn3.vc_general.vc_btn3-shape-rounded.vc_btn3-style-outline,
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-shape-rounded::before,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-shape-rounded::before,
body.custom-button-style-3 .vc_general.vc_btn3.vc_btn3-shape-rounded::before,
body.custom-button-style-3 .vc_btn3.vc_general.vc_btn3-shape-rounded.vc_btn3-style-outline::before,
body.custom-button-style-4 .vc_general.vc_btn3.vc_btn3-shape-rounded::before,
body.custom-button-style-4 .vc_btn3.vc_general.vc_btn3-shape-rounded.vc_btn3-style-outline::before {
    border-radius: 6px;
}
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-shape-round,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-shape-round,
body.custom-button-style-3 .vc_btn3.vc_general.vc_btn3-shape-round,
body.custom-button-style-3 .vc_btn3.vc_general.vc_btn3-shape-round.vc_btn3-style-outline,
body.custom-button-style-4 .vc_btn3.vc_general.vc_btn3-shape-round,
body.custom-button-style-4 .vc_btn3.vc_general.vc_btn3-shape-round.vc_btn3-style-outline,
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-shape-round::before,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-shape-round::before,
body.custom-button-style-3 .vc_btn3.vc_general.vc_btn3-shape-round::before,
body.custom-button-style-3 .vc_btn3.vc_general.vc_btn3-shape-round.vc_btn3-style-outline::before,
body.custom-button-style-4 .vc_btn3.vc_general.vc_btn3-shape-round::before,
body.custom-button-style-4 .vc_btn3.vc_general.vc_btn3-shape-round.vc_btn3-style-outline::before{
	border-radius: 50px;
}
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline {
    color: #F74F22;
}
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern{
	background-color: #F74F22;
	border-color: #F74F22;
}
.vc_btn3.vc_btn3-color-secondary.vc_btn3-style-modern {
    background-color: #022147;
}
body.custom-button-style-1 .vc_general.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover,
body.custom-button-style-3 .vc_btn3.vc_general.vc_btn3-color-primary,
body.custom-button-style-4 .vc_btn3.vc_general.vc_btn3-color-primary,
body.custom-button-style-1 .vc_btn3.vc_btn3-color-secondary:hover,
body.custom-button-style-3 .vc_btn3.vc_general.vc_btn3-color-primary.vc_btn3-style-flat:hover,
body.custom-button-style-3 .vc_btn3.vc_general.vc_btn3-color-primary.vc_btn3-style-outline:hover,
body.custom-button-style-4 .vc_btn3.vc_general.vc_btn3-color-primary.vc_btn3-style-flat:hover,
body.custom-button-style-4 .vc_btn3.vc_general.vc_btn3-color-primary.vc_btn3-style-outline:hover{
    color: #fff;
}
body.custom-button-style-3 .vc_btn3.vc_general,
body.custom-button-style-4 .vc_btn3.vc_general{
	z-index: 1;
}
body.custom-button-style-3 .vc_btn3.vc_general::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scaleY(0);
		z-index: -1;
    transform-origin: 50%;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
body.custom-button-style-4 .vc_btn3.vc_general::before {
	content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  border-radius: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
body.custom-button-style-3 .vc_btn3.vc_general.vc_btn3-color-primary::before,
body.custom-button-style-4 .vc_btn3.vc_general.vc_btn3-color-primary::before {
	background-color: #f53a07;
}
body.custom-button-style-3 .vc_btn3.vc_general:hover::before {
		transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}
body.custom-button-style-4 .vc_btn3.vc_general:hover::before{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 1;
	visibility: visible;
}
body.custom-button-style-3 .vc_btn3.vc_general.vc_btn3-color-secondary::before,
body.custom-button-style-4 .vc_btn3.vc_general.vc_btn3-color-secondary::before {
	background-color: #ffffff45;
}
body.custom-button-style-3 .vc_btn3.vc_general.vc_btn3-color-secondary.vc_btn3-style-flat::before,
body.custom-button-style-4 .vc_btn3.vc_general.vc_btn3-color-secondary.vc_btn3-style-flat::before{
	background-color: #F74F22;
}
body.custom-button-style-3 .vc_btn3.vc_general.vc_btn3-color-secondary:hover,
body.custom-button-style-4 .vc_btn3.vc_general.vc_btn3-color-secondary:hover,
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover{
	color: #fff;
}
body.custom-button-style-3 .vc_btn3.vc_general.vc_btn3-color-secondary.vc_btn3-style-outline::before,
body.custom-button-style-4 .vc_btn3.vc_general.vc_btn3-color-secondary.vc_btn3-style-outline::before{
	background-color: #022147;
}
body.custom-button-style-3 .vc_btn3.vc_general.vc_btn3-color-secondary.vc_btn3-style-outline:hover,
body.custom-button-style-4 .vc_btn3.vc_general.vc_btn3-color-secondary.vc_btn3-style-outline:hover{
	background-color: transparent;
	color: #fff;
}
body.custom-button-style-2 .vc_general.vc_btn3.vc_btn3-color-primary.vc_btn3-style-classic{
	background: #f74f22;
}

.custom-button-style-3 .site-header.header-layout-3 .sigma_header-middle .sigma_header-button a,
.custom-button-style-3 .sigma_btn-custom,
.custom-button-style-3 .site-header.header-layout-3 .sigma_header-controls .sigma_btn-custom{
	border-radius: 50px;
}

.custom-button-style-3 .site-header.header-layout-3 .sigma_header-middle .sigma_header-button a::before,
.custom-button-style-3 .site-header.header-layout-3 .sigma_header-controls .sigma_btn-custom::before,
.custom-button-style-3 .sigma_btn-custom::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scaleY(0);
		z-index: -1;
    transform-origin: 50%;
		border-radius: 50px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
.custom-button-style-4 .site-header.header-layout-3 .sigma_header-middle .sigma_header-button a::before,
.custom-button-style-4 .site-header.header-layout-3 .sigma_header-controls .sigma_btn-custom::before,
.custom-button-style-4 .sigma_btn-custom::before{
	content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  border-radius: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.custom-button-style-4 .site-header.header-layout-3 .sigma_header-controls .sigma_btn-custom::before {
    transform: none;
    transform-origin: inherit;
}
.custom-button-style-3 .site-header.header-layout-3 .sigma_header-middle .sigma_header-button a::before{
		height: auto;
    width: 100%;
}
.custom-button-style-4 .site-header.header-layout-3 .sigma_header-middle .sigma_header-button a::before {
    transform: none;
    transform-origin: inherit;
}
.custom-button-style-3 .site-header.header-layout-3 .sigma_header-middle .sigma_header-button a:hover::before,
.custom-button-style-3 .site-header.header-layout-3 .sigma_header-controls .sigma_btn-custom:hover::before,
.custom-button-style-3 .sigma_btn-custom:hover::before {
		transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}
.custom-button-style-4 .site-header.header-layout-3 .sigma_header-middle .sigma_header-button a:hover::before,
.custom-button-style-4 .site-header.header-layout-3 .sigma_header-controls .sigma_btn-custom:hover::before,
.custom-button-style-4 .sigma_btn-custom:hover::before{
	width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
}
.custom-button-style-3 .sigma_btn-custom:hover::before,
.custom-button-style-4 .sigma_btn-custom:hover::before{
	width: 100%;
}
.custom-button-style-3 .contact-form-1 .sigma_btn-custom{
	border-radius: 50px;
}
.custom-button-style-3 .contact-form-1 .sigma_btn-custom:before {
    width: 100%;
    top: auto;
    left: auto;
    height: 100%;
    transform: scaleY(0);
    transform-origin: inherit;
}
.custom-button-style-3 .contact-form-1 .sigma_btn-custom:hover::before,
.custom-button-style-4 .contact-form-1 .sigma_btn-custom:hover::before{
	width: 100%;
	transform: scaleY(1);
}
.custom-button-style-3 .site-header.header-layout-3 .sigma_header-controls .sigma_btn-custom::before {
    width: 100%;
    height: 100%;
}
.custom-button-style-4 .contact-form-1 .sigma_btn-custom:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 0;
	width: 0;
	border-radius: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transform: none;
  transition: 0.3s;
  transform-origin: inherit;
}
.custom-button-style-4 .contact-form-1 .sigma_btn-custom:hover::before{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 1;
	visibility: visible;
}
/*--------------------------------------------------------------
# accordion
--------------------------------------------------------------*/

body .vc_toggle_title {
	background: #f7f7f7;
	padding: 12px;
	transition: 0.3s;
}

body .vc_toggle_title h4 {
	font-size: 16px;
	color: #022147;
	font-weight: 500;
	transition: 0.3s;
}

body .vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
	left: auto;
	right: 20px;
}

body .vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
	left: auto;
	right: 20px;
	width: auto;
	height: auto;
	background: none;
	padding: 0;
	border: none;
	top: 30px;
}

body .vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 1.25rem;
	width: 14px;
	height: 2px;
	background-color: #848486;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 1;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	left: auto;
	right: -7px;
	border: none;
}

body .vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 1.25rem;
	width: 14px;
	height: 2px;
	background-color: #848486;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 1;
}

body .vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_icon:after {
	visibility: visible;
}

body .vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_title {
	background: #F74F22;
	transition: 0.3s;
}

body .vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_title h4 {
	color: #fff;
	transition: 0.3s;
}

body .vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_title .vc_toggle_icon:after,
body .vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_title .vc_toggle_icon:before {
	background: #fff;
	transition: 0.3s;
}

body .vc_toggle.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::before,
body .vc_toggle.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon::after {
	background: #848486;
	border: none;
}

body .vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_title:hover .vc_toggle_icon::before,
body .vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_title:hover .vc_toggle_icon::after {
	background: #fff;
}
body.theme-icon-cat-temple .vc_toggle .vc_toggle_title {
    border-radius: 10px;
}
body.theme-icon-cat-temple .vc_toggle.vc_toggle_active .vc_toggle_title {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
}
body .vc_toggle.vc_toggle_default .vc_toggle_content {
	margin: 0;
	padding: 1.25rem;
	background: #f7f7f7;
}

body .vc_toggle.vc_toggle_default .vc_toggle_content p {
	margin-bottom: 0;
}


/*--------------------------------------------------------------
# Sigma Feature
--------------------------------------------------------------*/

.sigma-z-index-down {
	z-index: -1;
}

.sigma-z-index-0 {
	z-index: 0;
}

.sigma-z-index-1 {
	z-index: 1;
}

.sigma-z-index-2 {
	z-index: 2;
}

.sigma-z-index-3 {
	z-index: 3;
}

.sigma-shadow-1 {
	box-shadow: 0 9px 35px 0 rgba(26, 47, 106, .07);
}

.ps-relative {
	position: relative;
}

.w-100 .wpb_wrapper,
.w-100 .wpb_wrapper .vc_single_image-wrapper,
.w-100 .wpb_wrapper .vc_single_image-wrapper img {
	width: 100%;
}
body .wpb_single_image .vc_figure,
body .wpb_single_image .vc_figure a{
	width: 100%;
}


/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/

.text-white p {
	color: #fff;
}

.sigma-year {
	background-color: #F74F22;
	color: #ffffff;
	text-align: center;
	padding: 20px 30px;
	font-size: 18px;
	text-transform: none;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
}


/*=== Sigma About Us 2 ===*/

.sigma-about .sigma-about2 img {
	position: absolute;
	bottom: 40px;
	left: 0;
}

.sigma-about .about-icon2 span {
	bottom: 110px;
	right: -25px;
	box-shadow: 0 5px 57px 0 rgba(0, 0, 0, .15);
	width: 100px;
	height: 100px;
	background-color: #ffffff;
	border-radius: 100px;
}

.sigma-about .about-icon2 {
	position: absolute;
	bottom: 70px;
	right: 25px;
}

.sigma-about .about-icon2 span:before {
	line-height: 100px;
	font-size: 40px !important;
}

.sigma-about .about-icon2 span:after {
	position: absolute;
	top: -10px;
	left: -10px;
	content: "";
	width: 120px;
	height: 120px;
	border: 2px dashed #ffffff;
	border-radius: 100px;
}

.sigma-about-us2 .about-icon span {
	bottom: 110px;
	right: -25px;
	box-shadow: 0 5px 57px 0 rgba(0, 0, 0, .15);
	width: 100px;
	height: 100px;
	background-color: #ffffff;
	border-radius: 100px;
}

.sigma-about-us2 .vc_icon_element-icon {
	margin-top: 34px;
}

.sigma-about-us2 .about-icon {
	position: absolute;
	top: 50%;
	left: 95px;
	margin-top: -62px;
}

.sigma-about-us2 .about-icon span:before {
	line-height: 100px;
}

.sigma-about-us2 .about-icon span:after {
	position: absolute;
	top: -10px;
	left: -10px;
	content: "";
	width: 120px;
	height: 120px;
	border: 2px dashed #ffffff;
	border-radius: 100px;
}

.sigma-about-us2 .about-icon:hover span:after {
	-webkit-animation: rotation 10s infinite linear;
}

.sigma-about-us2 .vc_custom_heading a {
	position: relative;
}

.sigma-about-us2 .vc_custom_heading a:before {
	left: 0;
	top: 0;
	content: "\f103";
	font-size: 40px;
	line-height: 40px;
	color: #111;
	font-family: Flaticon;
	vertical-align: middle;
	margin-right: 15px;
	font-weight: normal;
}


/*=== slidesigma About Introbox ===*/

.sigma-about-introbox:before {
	position: absolute;
	background-color: #F74F22;
	left: 0;
	top: 0;
	content: "";
	width: 80px;
	height: 100%;
}

.sigma-about-introbox h6 {
	position: absolute;
	transform: rotate(-90deg);
	font-size: 20px;
	left: -205px;
	top: 125px;
	z-index: 9;
	padding: 4px 30px;
	font-weight: 700;
	color: #ffffff;
	text-transform: none;
	letter-spacing: 2px;
}


/*=== slidesigma contact info ===*/

.sigma-contact-info .infobox-style-3 .sigma-infobox-wrapper {
	padding: 0;
	margin: 0;
	display: flex;
}

.sigma-contact-info .sigma-infobox-content {
	margin-left: 30px;
}

.sigma-contact-info .infobox-style-3 .sigma-infobox-title {
	margin-top: 0;
	font-weight: 700;
}

.sigma-contact-info .infobox-style-3 i:after {
	background-color: #f5f5f5;
	z-index: 9;
	top: 0;
}

.sigma-contact-info .infobox-style-3 i:before {
	z-index: 99;
}


/*=== Contact Box Style 1 CSS ===*/

.sigma-contact-box-style1 {
	display: inline-block;
	width: 100%;
}

.sigma-contact-box-style1:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 100%;
	content: "";
	background-color: #F74F22;
}

.sigma-contact-box-style1 a {
	color: #ffffff !important;
	margin-top: 15px;
	display: inherit;
	font-size: 22px;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
}

.sigma-contact-box-style1 a:hover {
	color: #00adee !important;
}

.sigma-contact-box-style1 h4 {
	position: absolute;
	transform: rotate(-90deg);
	display: inline-block;
	font-size: 24px;
	left: -115px;
	top: 50px;
	z-index: 9;
	font-weight: bold;
	color: #ffffff;
}


/*=== Video Box Style 1 ===*/

.sigma-video-box-style1 {
	position: absolute;
	width: 100%;
	bottom: 0;
}

.sigma-video-box-style1 h6 {
	font-size: 20px;
	color: #ffffff;
	font-family: old padding-left: 20px;
}

.sigma-video-box-style1 .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
	font-size: 34px;
	z-index: 9;
	width: 50px;
	height: 50px;
	background-color: #fff;
	color: #F74F22;
	border-radius: 50%;
	line-height: 50px;
	-webkit-transition: all 0.3s ease-out 0.3s;
	-moz-transition: all 0.3s ease-out 0.3s;
	-ms-transition: all 0.3s ease-out 0.3s;
	-o-transition: all 0.3s ease-out 0.3s;
	transition: all 0.3s ease-out 0.3s;
}

.sigma-video-box-style1 .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner:hover .vc_icon_element-icon:before {
	background-color: #F74F22;
	color: #fff;
}

.sigma-video-box-style1 h5 {
	position: absolute;
	transform: rotate(-90deg);
	font-size: 14px;
	left: -40px;
	top: 41px;
	z-index: 9;
	padding: 4px 30px;
	font-weight: bold;
	color: #ffffff;
	background-color: #F74F22;
}

.sigma-video-box-style1-bg .vc_column-inner {
	position: relative;
	padding: 30px 0 !important;
}


/*=== Video Box Style 2 ===*/

.sigma-video-box-style2 .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-iconm {
	-webkit-transition: all 0.3s ease-out 0.3s;
	-moz-transition: all 0.3s ease-out 0.3s;
	-ms-transition: all 0.3s ease-out 0.3s;
	-o-transition: all 0.3s ease-out 0.3s;
	transition: all 0.3s ease-out 0.3s;
}

.sigma-video-box-style2 {
	padding: 120px 0;
}

.sigma-video-box-style2.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
	font-size: 24px;
	z-index: 9;
	width: 70px;
	height: 70px;
	background-color: #fff;
	color: #F74F22;
	border-radius: 100px;
	line-height: 70px;
	-webkit-transition: all 0.3s ease-out 0.3s;
	-moz-transition: all 0.3s ease-out 0.3s;
	-ms-transition: all 0.3s ease-out 0.3s;
	-o-transition: all 0.3s ease-out 0.3s;
	transition: all 0.3s ease-out 0.3s;
}

.sigma-video-box-style2.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner:hover .vc_icon_element-icon:before {
	background-color: #F74F22;
	color: #fff;
}


/*=== Action Box Style 1 ===*/

.sigma-action-style1.sigma_custom_heading_wrapper .sigma-heading-title-wrapper .heading-title {
	position: relative;
	margin-left: 60px;
	font-weight: 600;
	font-size: 30px;
}

.sigma-action-style1.sigma_custom_heading_wrapper .sigma-heading-title-wrapper .heading-title:before {
	content: "\f126";
	position: absolute;
	font-size: 46px;
	color: #111;
	font-family: Flaticon;
	left: -60px;
	top: 0;
	font-weight: normal;
}

.sigma-action-box .sigma-title {
	font-size: 60px;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	line-height: 80px;
}

.sigma-action-box a {
	font-size: 24px;
	color: #111;
	border-bottom: 4px solid #F74F22;
	line-height: 24px;
	display: inline-block;
	font-family: "Poppins", sans-serif;
	margin-top: 15px;
}

.sigma-action-box a:hover {
	color: #ffffff;
	border-bottom: 4px solid #ffffff;
}


/*=== Infobox area CSS ===*/

.infobox-area .d-flex {
	margin-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-right: 20px;
}

.infobox-area {
	width: 80%;
	position: absolute;
	bottom: 80px;
	left: -30px;
	padding: 20px 10px;
}

.infobox-area:before {
	position: absolute;
	right: 40px;
	top: -40px;
	content: "";
	font-size: 46px;
	width: 0;
	height: 0;
	border-bottom: 40px solid #F74F22;
	border-left: 30px solid transparent;
}

.infobox-area .wpb_content_element {
	margin-bottom: 0;
}

.infobox-area .heading-box {
	width: 50%;
	color: #ffffff;
	position: relative;
	padding-top: 20px;
}

.infobox-area .heading-box:first-child {
	padding-left: 20px;
}

.infobox-area .heading-box h4 {
	color: #ffffff;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 0;
}

.infobox-area .heading-box:last-child:before {
	content: "";
	position: absolute;
	top: 0;
	background: rgba(255, 255, 255, 0.2);
	height: 100%;
	width: 1px;
	left: -20px;
}

.infobox-area .sigma-infobox-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


/* blog classic */

.sigma-post-wrapper footer .entry-meta-container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	text-transform: capitalize;
}

.sigma-post-wrapper footer .entry-meta-container>.author.vcard {
	width: auto;
	border-bottom: 0;
	margin-right: 15px;
	padding-right: 15px;
	position: relative;
}

.sigma-post-wrapper footer .entry-meta-container>.author.vcard:after {
	content: '';
	height: 100%;
	width: 1px;
	background-color: #f8f8f8e;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.sigma-post-wrapper footer.entry-footer {
	padding-top: 0;
}

.sigma-post-wrapper footer.entry-footer .social-icon-share {
	position: relative;
	right: 0px;
	margin-top: 0px;
	text-align: right;
}

.sigma-post-wrapper footer.entry-footer .social-icon-share h5 {
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	margin-bottom: 5px;
}


/*sidebar*/

.sidebar {
	margin-bottom: 30px;
}

.widget-area.sidebar .widget {
	padding: 30px;
	border: 1px solid #efefef;
}

.widget-area.sidebar .widget.widget_media_image {
	padding: 0;
}

.widget-area.sidebar .widget .btn-outline-light:before,
.widget-area.sidebar .widget .btn-outline-light:after,
.widget-area.sidebar .widget .btn-outline-light span {
	display: none;
}

.widget-area.sidebar .widget_categories ul li,
.widget-area.sidebar .widget_archive ul li {
	margin-top: 0;
}

.widget-area.sidebar .widget.widget_tag_cloud {
	padding-bottom: 22px;
}

.tagcloud a {
	display: inline-block;
	font-size: 12px !important;
	color: #022147;
	padding: 5px 20px;
	background-color: #f4f4f4;
	margin-bottom: 8px;
	margin-right: 5px;
	position: relative;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.tagcloud a:hover {
	background: #F74F22;
	color: #fff;
}

.widget-area.sidebar .widget ul>li {
	margin-bottom: 10px;
	padding-bottom: 0;
}

.widget ul li.recentcomments span a {
	font-weight: 500;
}

.widget-area.sidebar .widget.widget_sigma_recent_entries ul li:after,
.widget-area.sidebar .widget ul>li:last-child:after {
	display: none;
}

.widget-area.sidebar .widget .btn-outline-light {
	color: #111;
}

.widget-area.sidebar .widget .btn-outline-light:hover,
.widget-area.sidebar .widget .btn-outline-light:focus,
.widget-area.sidebar .widget .btn-outline-light {
	border-color: #666;
}

.widget-area.sidebar .widget ul>li:last-child {
	margin-bottom: 0;
}

.widget-area.sidebar .widget.widget_sigma_recent_entries ul {
	margin-bottom: -10px;
}

.entry-content .post-password-form input[type="password"] {
	height: 65px;
	top: 10px;
}

.entry-content .post-password-form input[type="submit"] {
	position: relative;
	top: 9px;
	left: -4px;
	height: 65px;
}

.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma-post-image {
	width: 80px;
	border-radius: 50%;
	margin-bottom: 0;
}

.widget-area.sidebar .widget.widget_sigma_recent_entries li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f1f1f1;
	display: flex;
	align-items: center;
}

.widget-area.sidebar .widget.widget_sigma_recent_entries li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma-post-image img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	border-radius: 50%;
}

.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma-post-content {
	width: calc(100% - 95px);
	flex: 1;
}

.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma-post-content a {
	text-transform: none;
	font-size: 14px;
	margin-bottom: 6px;
	font-family: "Poppins", sans-serif;
	color: #022147;
	font-weight: 600;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 54px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma-post-content a:hover {
	color: #F74F22;
}

.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma-post-content .sigma-post-date {
	font-size: 13px;
	font-weight: 600;
	text-transform: capitalize;
	color: #022147;
	margin-bottom: 5px;
}

.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma-post-content .sigma-post-date i {
	color: #F74F22;
	margin-right: 5px;
}

.widget-area.sidebar .widget.widget_sigma_cta_widget {
	padding: 0;
	border: none;
}

.widget_sigma_cta_widget .cta-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	min-width: 80%;
	text-transform: uppercase;
	font-weight: 600;
	background-color: #F74F22;
	padding: 20px;
	text-align: center;
	font-size: 24px;
	line-height: 1.4;
}

.widget-area.sidebar .widget.widget_sigma_cta_widget .sidebar-cta {
	position: relative;
}
.widget-area.sidebar .widget.widget_sigma_cta_widget .sidebar-cta img {
    width: 100%;
}

.widget-area.sidebar .widget.widget_sigma_cta_widget .cta-content span {
	font-size: 14px;
}

.widget-area.sidebar .widget.widget_sigma_cta_widget .cta-content h3 {
	font-size: 24px;
	margin-bottom: 0;
	margin-top: 3px;
	line-height: 1.5;
	color: #fff;
}

.widget-area.sidebar .widget.widget_sigma_cta_widget .cta-content h5 {
	color: #fff;
	margin-bottom: 5px;
}


/*Blog archive*/

.sigma-post-wrapper .sigma-post-inner .entry-content {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 15px;
	color: #777;
}

.post-detail-box.sigma-post-wrapper .sigma-post-inner .entry-content p {
	margin-bottom: 20px;
}

.sigma-post-wrapper header .posted-on a .entry-date {
	display: flex;
	align-items: center;
}

.sigma-post-wrapper header .posted-on {
	top: -40px;
	width: auto;
	height: auto;
	padding: 5px 10px;
}

.sigma-post-wrapper header .posted-on a .entry-date span {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	margin: 0 5px;
	letter-spacing: normal;
	text-transform: none;
}

.sigma-post-wrapper header .posted-on a .entry-date span:last-child {
	margin-right: 0;
}

.sigma-post-wrapper header .posted-on a .entry-date span:before {
	content: '/';
	margin-right: 5px;
	font-weight: 600
}

@media (max-width: 576px) {
	.comment-list .children {
		padding-left: 0 !important;
	}
	.sigma-post-wrapper .entry-title {
		font-size: 24px;
	}
	body,
	.entry-content p,
	.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li a,
	.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li span {
		font-size: 14px;
	}
}

.half-bg {
	position: relative;
}

.half-bg img {
	padding-top: 35px;
	padding-left: 35px;
}

.half-bg:before {
	content: '';
	background-color: #F74F22;
	display: block;
	height: 50%;
	z-index: -1;
	position: absolute;
	width: calc(50% + 35px);
	right: 35px;
	left: 0px;
}

.sigma-shadow-1.sigma-contact-info {
	box-shadow: 0px 16px 32px 0px rgba(146, 211, 215, 0.16);
}

.sigma-contact-box-style2.contact-page-box {
	background-color: #fff;
	padding: 60px;
	height: 100%;
}

.sigma-contact-box-style2.contact-page-box a {
	color: #ffffff !important;
	margin-top: 15px;
	display: inherit;
	font-size: 22px;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
}

.sigma-contact-box-style2.contact-page-box a:hover {
	color: #F74F22;
}

.sigma-contact-box-style2.contact-page-box .infobox-style-4 {
	padding: 0 !important;
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
	padding-bottom: 30px !important;
	border-bottom: 2px solid #F5F5F5;
}

.sigma-contact-box-style2.contact-page-box .infobox-style-4 .sigma-infobox-wrapper {
	padding-left: 0;
	align-items: flex-start !important;
}

.sigma-contact-box-style2.contact-page-box .infobox-style-4 i {
	width: auto;
	height: auto;
	text-align: left;
	background: no-repeat;
	border-radius: 0;
	display: inline-block;
	font-size: 40px;
	color: #F74F22;
	line-height: 1;
}

.sigma-contact-box-style2.contact-page-box .infobox-style-4:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sigma-contact-box-style2.contact-page-box .infobox-style-4 .sigma-infobox-content {
	display: flex;
	flex-direction: column-reverse;
}

.sigma-contact-box-style2.contact-page-box .infobox-style-4 .sigma-infobox-title {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 15px;
	color: #111;
	text-transform: none;
}

.sigma-contact-box-style2.contact-page-box .infobox-style-4 .sigma-infobox-text {
	font-family: "Poppins", sans-serif;
	color: #111;
}

.sigma-form.sigma-form-style-1 .row {
	margin-left: -5px;
	margin-right: -5px;
}

.sigma-contact-map .wpb_content_element {
	margin: 0 -15px;
}

.sigma-contact-info .wpcf7-submit {
	padding: 15px;
	background-color: #F74F22;
	border-color: #F74F22;
	color: #000;
	font-family: "Poppins", sans-serif;
	padding: 15px 42px;
	font-size: 14px;
}

.sigma-contact-info .wpcf7-submit:hover,
.sigma-contact-info .wpcf7-submit:focus {
	background-color: #fff !important;
	color: #111;
}


/*Blog archive*/

.sigma-post-wrapper .sigma_post_categories {
	margin-bottom: 20px;
}

.sigma-post-wrapper .sigma_post_categories .categories-list a {
	padding: 4px 30px;
	font-size: 13px;
	font-weight: 500;
	display: inline-block;
	color: #fff;
	margin: 0 5px 5px 0;
	background-color: #F74F22;
	text-transform: uppercase;
}

.sigma-post-wrapper .sigma_post_categories .categories-list a:hover {
	background-color: #ec6a47;
	color: #fff;
}

.sigma-post-wrapper .sigma-post-inner footer.entry-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
	flex-direction: row-reverse;
}

.sigma-post-wrapper .sigma-post-inner footer.entry-footer.blog-post-detail-footer {
	flex-wrap: nowrap;
	justify-content: flex-end;
}

.sigma-post-wrapper .sigma-post-inner .entry-footer.blog-post-detail-footer ul {
	justify-content: flex-end;
}

.sigma-post-wrapper .sigma-post-inner .entry-footer ul li .author-details .entry-meta-container .author.vcard,
.sigma-post-wrapper .sigma-post-inner footer.entry-footer .sigma_post_author .author.vcard {
	padding: 0;
	display: flex;
	align-items: center;
}

.sigma-post-wrapper .sigma-post-inner .entry-footer ul li .author-details .entry-meta-container .author.vcard img,
.sigma-post-wrapper .sigma-post-inner footer.entry-footer .sigma_post_author .author.vcard img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 15px;
}

.sigma-post-wrapper .sigma-post-inner .entry-footer ul li .author-details .entry-meta-container .author.vcard a,
.sigma-post-wrapper .sigma-post-inner footer.entry-footer .sigma_post_author .author.vcard a {
	display: inline-flex;
}

.sigma-post-wrapper .sigma-post-inner footer.entry-footer .sigma_post_author .author.vcard:after {
	display: none;
}

.sigma-post-wrapper .sigma-post-inner .entry-footer ul {
	padding: 0;
	margin-bottom: 15px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.sigma-post-wrapper .sigma-post-inner .entry-footer ul li {
	margin-bottom: 0;
}

.sigma-post-details .sigma-post-wrapper .sigma-post-inner .entry-footer ul li {
	margin-right: 20px;
	text-transform: capitalize;
}

.sigma-post-wrapper .sigma-post-inner .entry-footer ul li:last-child,
.sigma-post-details .sigma-post-wrapper .sigma-post-inner .entry-footer ul li:last-child,
.sigma-post-details .sigma-post-wrapper .sigma-post-inner .entry-footer ul li.social-share-icon {
	margin-right: 0;
}

.sigma-post-wrapper .sigma-post-inner .entry-footer ul li a,
.sigma-post-wrapper .sigma-post-inner .entry-footer ul li span,
.sigma-post-wrapper .sigma-post-inner .entry-footer ul li i {
	color: #022147;
	font-weight: 600;
	font-size: 13px;
}

.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .meta-comment a:hover span {
	color: #F74F22;
}

.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li a span {
	color: #777;
	font-size: 14px;
}

.sigma-post-wrapper footer ul.social-share-icons a.icon-link i,
.sigma-post-wrapper footer ul.social-share-icons a.icon-link {
	color: #777;
	transition: .3s;
}

.sigma-post-wrapper footer ul.social-share-icons a.icon-link i:hover,
.sigma-post-wrapper footer ul.social-share-icons a.icon-link:hover {
	color: #111;
}

.sigma-post-wrapper .sigma-post-inner ul.blog-list li:not(:last-child) {
	margin-bottom: 20px;
}

.sigma-post-wrapper .entry-content ul.blog-list {
	margin-bottom: 40px;
	margin-top: 30px;
	padding-left: 0;
	list-style: none;
}

.sigma-post-wrapper .entry-content ul.blog-list li {
	padding-left: 40px;
	position: relative;
	font-size: 14px;
	font-weight: 400;
	color: #022147;
}

.sigma-post-wrapper .entry-content ul.blog-list li:before {
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '\f00c';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 500;
	font-size: 20px;
	color: #F74F22;
}

.sigma-post-wrapper .entry-content ul.blog-list li:last-child {
	border-bottom: 0px solid #f8f8f8;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


/*==== Post Formats ====*/

.post-details-box .sigma-post-details.format-image .sigma_post-thumb img {
	width: 100%;
}

.post-details-box .sigma-post-details.format-image .sigma_post-thumb,
.post-details-box .post_format-post-format-gallery .sigma_post-thumb {
	margin-bottom: 30px;
}
.post-details-box .post_format-post-format-gallery.tag-jetpack-2 .sigma_post-thumb {
    margin: 0;
}
.post-details-box .post_format-post-format-gallery.tag-jetpack-2 .sigma_post-thumb .slick-dots {
    display: none !important;
}

.post_format-post-format-gallery .sigma_post-thumb {
	position: relative;
}

.post_format-post-format-gallery .sigma_post-thumb img {
	width: 100%;
}

.post_format-post-format-gallery .sigma_post-thumb .slick-arrow {
	background-color: #022147;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	color: #022147;
	transition: .3s;
	z-index: 9;
	opacity: 0;
	font-size: 0;
	visibility: hidden;
	line-height: 0;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.post_format-post-format-gallery .sigma_post-thumb .slick-arrow.slick-next {
	right: -25px;
}

.post_format-post-format-gallery .sigma_post-thumb .slick-arrow.slick-prev {
	left: -25px;
}

.post_format-post-format-gallery .sigma_post-thumb:hover .slick-arrow.slick-next {
	right: 25px;
	visibility: visible;
	opacity: 1;
}
.theme-icon-cat-temple .post_format-post-format-gallery .sigma_post-thumb .slick-arrow,
.theme-icon-cat-temple .post-details-box .sigma-post-wrapper .sigma_post_categories .categories-list a {
    border-radius: 30px;
}
.post_format-post-format-gallery .sigma_post-thumb:hover .slick-arrow.slick-prev {
	left: 25px;
	visibility: visible;
	opacity: 1;
}

.post_format-post-format-gallery .sigma_post-thumb .slick-arrow.slick-next:hover,
.post_format-post-format-gallery .sigma_post-thumb .slick-arrow.slick-prev:hover {
	box-shadow: none;
	background-color: #F74F22;
}

.post_format-post-format-gallery .sigma_post-thumb .slick-arrow.slick-next::before,
.post_format-post-format-gallery .sigma_post-thumb .slick-arrow.slick-prev::before {
	font-family: "Font Awesome 5 Pro";
	content: "\f054";
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	text-rendering: auto;
	color: #fff;
}

.post_format-post-format-gallery .sigma_post-thumb .slick-arrow.slick-prev::before {
	content: "\f053";
}

.post_format-post-format-gallery .sigma_post-thumb .slick-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px;
	margin: 0;
}

.post_format-post-format-gallery .sigma_post-thumb .slick-dots button {
	height: 7px;
}

.post_format-post-format-video .sigma_post-thumb img {
	width: 100%;
}

.post_format-post-format-video .sigma_post-thumb {
	position: relative;
	transition: .3s;
}

.post_format-post-format-video .sigma_post-thumb .sigma_video-btn {
	width: 80px;
	height: 80px;
	background-color: #F74F22;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.post_format-post-format-video .sigma_post-thumb .sigma_video-btn::before {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	border: 2px solid #fff;
	animation-name: pulseInOut;
	opacity: 0;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}

.post_format-post-format-video .sigma_post-thumb .sigma_video-btn::after {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	border: 2px solid #fff;
	animation-name: pulseInOutSM;
	opacity: 0;
	animation-duration: 3.5s;
	animation-iteration-count: infinite;
}

.sigma-post.format-audio .sigma_post-thumb.default .embed-responsive-16by9::before,
.post-details-box .sigma-post-details.format-audio .sigma_post-thumb.default .embed-responsive-16by9::before {
	padding-top: 16.25%;
}

.post-details-box .sigma-post-details.format-audio .sigma_post-thumb,
.post-details-box .post_format-post-format-video .sigma_post-thumb {
	margin-bottom: 30px;
}

.col-lg-6 .sigma-post.format-audio .sigma_post-thumb.default .embed-responsive-16by9::before {
	padding-top: 35%;
}

.col-lg-4 .sigma-post.format-audio .sigma_post-thumb.default .embed-responsive-16by9::before {
	padding-top: 49%;
}

.col-lg-3 .sigma-post.format-audio .sigma_post-thumb.default .embed-responsive-16by9::before {
	padding-top: 62%;
}

.sigma-post.format-quote .sigma-post-wrapper blockquote {
	margin-top: 0;
}

.sigma-post.format-link .sigma_post-thumb,
.post-details-box .sigma-post-details.format-link .sigma_post-thumb {
	padding: 40px;
	border: 0;
	position: relative;
	background-color: #F74F22;
}

.sigma-post.format-link .sigma_post-thumb h5,
.post-details-box .sigma-post-details.format-link .sigma_post-thumb h5,
.sigma-post.format-link .sigma_post-thumb .sigma_post-meta a,
.post-details-box .sigma-post-details.format-link .sigma_post-thumb .sigma_post-meta a,
.sigma-post.format-link .sigma_post-thumb .sigma_post-meta a i,
.post-details-box .sigma-post-details.format-link .sigma_post-thumb .sigma_post-meta a i,
.sigma-post.format-link .sigma_post-thumb .sigma_post-meta a:hover i,
.post-details-box .sigma-post-details.format-link .sigma_post-thumb .sigma_post-meta a:hover i {
	color: #fff;
}

.sigma-post.format-link .sigma_post-thumb .sigma_post-meta a i,
.post-details-box .sigma-post-details.format-link .sigma_post-thumb .sigma_post-meta a i {
	margin-right: 10px;
}

.sigma-post.format-link .sigma_post-thumb .sigma_post-meta a,
.post-details-box .sigma-post-details.format-link .sigma_post-thumb .sigma_post-meta a {
	font-weight: 500;
}

.sigma-post.format-link .sigma_post-thumb .post-link,
.post-details-box .sigma-post-details.format-link .sigma_post-thumb .post-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.sigma-post.format-link .sigma_post-thumb .sigma_post-meta,
.post-details-box .sigma-post-details.format-link .sigma_post-thumb .sigma_post-meta {
	position: relative;
	z-index: 2;
}

.sigma-post.format-link .sigma_post-thumb .sigma_post-meta a:hover,
.post-details-box .sigma-post-details.format-link .sigma_post-thumb .sigma_post-meta a:hover {
	color: #022147;
}

.post-details-box .sigma-post-details.format-link .sigma_post-thumb {
	margin-bottom: 20px;
}

.sigma-post-style-1.sigma-post-style-5.grid-layout.format-gallery .sigma_post-thumb .slick-dots {
	bottom: 60px;
}

.sigma-post-style-1.sigma-post-style-5.grid-layout.format-audio .sigma_post-thumb+.sigma-post-inner {
	margin-top: 0;
}


/*about us*/

.about-section {
	overflow: visible !important;
}

.about-section .about-tile-gallery {
	position: relative;
	min-height: 620px;
}

.about-section .about-tile-gallery .image-one {
	top: 0;
	left: 0;
	max-width: 400px;
	max-height: 450px;
	z-index: 1;
	position: absolute;
}

.about-section .about-tile-gallery .image-two {
	right: 20px;
	bottom: 0;
	max-width: 400px;
	max-height: 260px;
	z-index: 2;
	position: absolute;
}

.about-section .about-tile-gallery .image-three {
	right: 50px;
	top: 20px;
	max-width: 160px;
	z-index: 2;
	position: absolute;
}

.about-section .about-tile-gallery .icon {
	top: 140px;
	right: 95px;
	z-index: 3;
	position: absolute;
}

.about-section .about-tile-gallery .zero-icon {
	z-index: 4;
	left: -45px;
	bottom: 20px;
	position: absolute;
}

@media (min-width: 1600px) {
	.about-section .about-tile-gallery .zero-icon {
		bottom: 40px;
		left: -140px;
	}
}

.about-section .about-text .sngle-features {
	line-height: 1.8;
	display: flex;
	flex-wrap: wrap;
}

.about-section .rounded-bar {
	margin-bottom: 0;
}

.about-text-warp .laptop-img {
	position: absolute;
	bottom: -135px;
}

.about-text-warp .laptop-other {
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
}

@media(max-width: 1500px) {
	.about-text-warp .laptop-img {
		bottom: 0;
		top: 23%;
	}
	.about-text-warp .laptop-other {
		top: 53%;
	}
}

@media(max-width: 1200px) {
	.about-text-warp .laptop-other {
		display: none;
	}
}


/*About homepage 2*/

.image-frame {
	position: relative;
	z-index: 1;
}

.image-frame img {
	padding-right: 10px;
}

.image-frame::after {
	position: absolute;
	right: 0px;
	bottom: 10px;
	width: 180px;
	height: 180px;
	background-color: #F74F22;
	content: '';
	-webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
	z-index: -1;
}


/*widget_categories*/

.widget-area.sidebar .widget.widget_categories ul li:after,
.widget-area.sidebar .widget.widget_categories ul li a:before,
.widget-area.sidebar .widget.widget_archive ul li a:before,
.widget-area.sidebar .widget.widget_recent_entries ul li a:before,
.widget-area.sidebar .widget.widget_meta ul li a:before,
.widget-area.sidebar .widget.widget_pages ul li a:before {
	display: none;
}

.widget-area.sidebar .widget.widget_categories ul li a,
.widget-area.sidebar .widget.widget_archive ul li a,
.widget-area.sidebar .widget.widget_recent_entries ul li a,
.widget-area.sidebar .widget.widget_meta ul li a,
.widget-area.sidebar .widget.widget_pages ul li a {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 14px;
	font-size: 14px;
	padding-left: 15px;
	height: 50px;
	background-color: #f7f7f7;
	display: block;
	position: relative;
	line-height: 50px;
	color: #777;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.theme-icon-cat-temple .widget-area.sidebar .widget.widget_categories ul li a,
.theme-icon-cat-temple .widget-area.sidebar .widget.widget_archive ul li a,
.theme-icon-cat-temple .widget-area.sidebar .widget.widget_recent_entries ul li a,
.theme-icon-cat-temple .widget-area.sidebar .widget.widget_meta ul li a,
.theme-icon-cat-temple .widget-area.sidebar .widget.widget_pages ul li a,
.theme-icon-cat-temple .widget-area.sidebar .widget.widget_sigma_cta_widget .sidebar-cta img,
.theme-icon-cat-temple .widget-area.sidebar .widget,
.theme-icon-cat-temple .sigma-post-style-1 .sigma-post-inner{
	border-radius: 10px;
}
.theme-icon-cat-temple .widget-area.sidebar .widget.widget_sigma_social_share .social-icons li>a,
.theme-icon-cat-temple .tagcloud a,
.theme-icon-cat-temple .woocommerce nav.woocommerce-pagination ul li a,
.theme-icon-cat-temple .woocommerce nav.woocommerce-pagination ul li span,
.theme-icon-cat-temple .nav-links .page-numbers{
	border-radius: 50px;
}
.theme-icon-cat-temple .sigma-post.sigma-post-style-1.post_format-post-format-image .sigma_post-thumb img,
.theme-icon-cat-temple .sigma-post-style-1 .sigma-post-wrapper .post-thumbnail img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.theme-icon-cat-temple .widget-area.sidebar .widget.widget_search input[type="search"] {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.theme-icon-cat-temple .widget-area.sidebar .widget.widget_search button[type="submit"] {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.theme-icon-cat-temple .sigma-post-style-1.has-post-thumbnail .sigma-post-inner {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.widget-area.sidebar .widget.widget_categories ul li:last-child {
	margin-bottom: 0;
}

.widget-area.sidebar .widget.widget_categories ul li span,
.widget-area.sidebar .widget.widget_archive ul li span,
.widget-area.sidebar .widget.widget_recent_entries ul li span,
.widget-area.sidebar .widget.widget_meta ul li span,
.widget-area.sidebar .widget.widget_pages ul li span {
	position: absolute;
	right: 10px;
	top: 7px;
	width: 35px;
	height: 35px;
	line-height: 50px;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	background-color: transparent;
	color: #f74f22;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.widget-area.sidebar .widget.widget_categories ul li a:hover,
.widget-area.sidebar .widget.widget_archive ul li a:hover,
.widget-area.sidebar .widget.widget_recent_entries ul li a:hover,
.widget-area.sidebar .widget.widget_meta ul li a:hover,
.widget-area.sidebar .widget.widget_pages ul li a:hover {
	background-color: #F74F22;
}

.widget-area.sidebar .widget.widget_categories ul li a:hover,
.widget-area.sidebar .widget.widget_archive ul li a:hover,
.widget-area.sidebar .widget.widget_recent_entries ul li a:hover,
.widget-area.sidebar .widget.widget_meta ul li a:hover,
.widget-area.sidebar .widget.widget_pages ul li a:hover {
	color: #fff;
}

.widget-area.sidebar .widget.widget_categories ul li a:hover+span,
.widget-area.sidebar .widget.widget_archive ul li a:hover+span,
.widget-area.sidebar .widget.widget_recent_entries ul li a:hover+span,
.widget-area.sidebar .widget.widget_meta ul li a:hover+span,
.widget-area.sidebar .widget.widget_pages ul li a:hover+span {
	background: #fff;
	color: #F74F22;
}


/*call to action*/

.call-to-action.cta-inner .cta-img .wpb_content_element {
	margin-bottom: 0;
}

.call-to-action.cta-inner {
	position: relative;
}

.call-to-action.cta-inner.vc_row:after {
	content: '';
	background-color: #F74F22;
	padding-top: 120px;
	padding-bottom: 90px;
	-webkit-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
	display: block !important;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: visible;
	height: 360px;
	visibility: visible;
}

.call-to-action.cta-inner .cta-text {
	align-self: flex-end;
	position: static;
}

.call-to-action.cta-style-two .custom-heading-style-1 .heading-subtitle,
.call-to-action.cta-inner .cta-text .custom-heading-style-1 .heading-subtitle {
	color: #111;
}

.call-to-action.cta-style-two .custom-heading-style-1 .heading-subtitle:before,
.call-to-action.cta-inner .cta-text .custom-heading-style-1 .heading-subtitle:before {
	background-color: #111;
}

.call-to-action.cta-inner .cat-link {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	height: 80px;
	width: 80px;
	text-align: center;
	color: #fff;
	line-height: 80px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	font-size: 20px;
	background-color: #111;
}

.call-to-action.cta-inner .cat-link:hover {
	background-color: #fff;
	color: #111;
}

.call-to-action .need-cta-img {
	margin-bottom: 0;
	position: relative;
}

.call-to-action .need-cta-img:before {
	position: absolute;
	content: '';
	background-color: #111;
	height: 250px;
	width: 250px;
	border-radius: 50%;
	left: 1px;
	bottom: -60px;
	z-index: -1;
}

.rs-overflow-hd {
	overflow: hidden;
}

.call-to-action.cta-style-two {
	margin-top: 0;
}

.call-to-action.cta-style-two .cat-link {
	position: unset;
	display: inline-block;
	margin: auto;
	z-index: 1;
	right: 0;
	bottom: 0;
	height: 80px;
	width: 80px;
	text-align: center;
	color: #fff;
	line-height: 80px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	font-size: 20px;
	background-color: #111;
}

.call-to-action.cta-style-two .cat-link:hover {
	background-color: #fff;
	color: #111;
}

.call-to-action.cta-style-two.home-3 .custom-heading-style-1 .heading-subtitle {
	color: #F74F22;
}

.call-to-action.cta-style-two.home-3 .custom-heading-style-1 .heading-subtitle:before,
.call-to-action.cta-style-two.home-3 .cat-link,
.call-to-action.cta-style-two.home-3 .need-cta-img:before {
	background-color: #F74F22;
}

.cta-section .cta-inner {
	position: relative;
}


/*.video-section*/

.max-width-50 p,
.max-width-50 .custom-heading-style-1 {
	max-width: 480px;
}

.max-width-50 p,
.max-width-50 .sigma_custom_heading_wrapper .sigma-heading-title-wrapper .heading-title {
	color: #fff;
}

.wpb_single_image.overlay-normal img {
	height: 500px;
	object-fit: cover;
}

.video-link.home {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	z-index: 2;
}

.video-link.home .popup-video {
	position: relative;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background-color: #F74F22;
	font-size: 18px;
	font-weight: 700;
	text-transform: none;
	text-align: center;
	line-height: 100px;
	font-family: "Poppins", sans-serif;
	color: #111;
	display: inline-block;
}

.video-link.home .popup-video::after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: '';
	background-color: #F74F22;
	z-index: -1;
	border-radius: 50%;
	-webkit-animation: ripple-white 1s linear infinite;
	animation: ripple-white 1s linear infinite;
}

.overlay-normal:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: '';
	background-color: #767E88;
	opacity: 0.6;
}


/*footer top*/

footer .footer-top {
	padding: 40px 0;
}

footer .social-icon a {
	text-align: center;
	background-color: #022147;
	color: #fff;
	height: 60px;
	width: 60px;
	line-height: 60px;
	margin-left: 10px;
	display: inline-block;
}

footer .social-icon a:hover {
	background-color: #F74F22;
	color: #fff;
}


/* Stories Style 1 */

.sigma-stories {
	margin-bottom: 30px;
}

.sigma-stories-style-1 .sigma-stories-image-container:before,
.sigma-stories-style-1 .sigma-stories-image-container:after,
.sigma-stories-style-1 .h-one,
.sigma-stories-style-1 .h-two,
.sigma-stories-style-1 .h-three,
.sigma-stories-style-1 .h-four {
	-webkit-transition: all 0.3s ease-out 0.3s;
	-moz-transition: all 0.3s ease-out 0.3s;
	-ms-transition: all 0.3s ease-out 0.3s;
	-o-transition: all 0.3s ease-out 0.3s;
	transition: all 0.3s ease-out 0.3s;
}

.sigma-stories-style-1 .sigma-stories-wrapper {
	margin-bottom: 30px;
}

.sigma-stories-style-1 .sigma-stories-thumbnail-wrapper {
	position: relative;
	overflow: hidden;
	height: 320px;
}

.sigma-stories-style-1 .double-height .sigma-stories-thumbnail-wrapper {
	height: 670px;
}

.sigma-stories-style-1 .stories-title {
	font-size: 24px;
	line-height: normal;
	margin-bottom: 0;
	text-align: left;
	text-transform: none;
	letter-spacing: -1px;
}

.sigma-stories-style-1 .stories-title a {
	color: #111;
}

.sigma-stories-style-1 .stories-title a:hover {
	color: #F74F22;
}

.sigma-stories-style-1 .sigma-stories-category {
	position: relative;
	display: inline-block;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	color: #F74F22;
	text-transform: none;
	padding-left: 50px;
	margin-bottom: 5px;
}

.sigma-stories-style-1 .sigma-stories-category:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 2px;
	background-color: #F74F22;
}

.sigma-stories-action-icons {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -15px;
}

.sigma-stories-style-1 .sigma-stories-action-icons i {
	background-color: #F74F22;
	color: #ffffff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.sigma-stories-style-1 .sigma-stories-action-icons i:hover {
	background-color: #ffffff;
	color: #F74F22;
}

.sigma-stories-style-1 .sigma-stories-image-container {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.sigma-stories-style-1 .sigma-stories-thumbnail-wrapper .sigma-stories-image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: 0.5s all;
}

.sigma-stories-style-1 .sigma-stories-thumbnail-wrapper:hover .sigma-stories-image-container img {
	transform: scale(1.1);
}

.sigma-mfg-popup-image {
	display: none;
}

.sigma-stories-style-1 .sigma-stories-image-container:before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #767E88;
	opacity: 0;
	transition: 0.5s all;
	z-index: 1;
}

.sigma-stories-style-1 .sigma-stories-thumbnail-wrapper:hover .sigma-stories-image-container:before {
	opacity: 0.5;
}

.sigma-stories-style-1.stories-sigma-post-style-2 .sigma-stories-slide {
	margin-bottom: 30px;
}

.sigma-stories-style-1 .sigma-stories-thumbnail-wrapper .stories-content-sec {
	position: absolute;
	left: -80px;
	bottom: 0;
	background-color: #fff;
	padding: 30px 40px;
	-webkit-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	visibility: hidden;
	opacity: 0;
	z-index: 2;
}

.sigma-stories-style-1 .sigma-stories-thumbnail-wrapper:hover .stories-content-sec {
	left: 0;
	visibility: visible;
	opacity: 1;
}


/* Stories Style 2 */

.sigma-stories-style-2 .sigma-stories-thumbnail-wrapper {
	position: relative;
	padding-bottom: 80px;
}

.sigma-stories-style-2 .sigma-stories-thumbnail-wrapper .sigma-stories-image-container {
	overflow: hidden;
	width: 100%;
}

.sigma-stories-style-2 .sigma-stories-thumbnail-wrapper .sigma-stories-image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.sigma-stories-style-2 .sigma-stories-thumbnail-wrapper:hover .sigma-stories-image-container img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.sigma-stories-style-2 .sigma-stories-thumbnail-wrapper:hover .sigma-stories-content-cover {
	opacity: 1;
	visibility: visible;
}

.sigma-stories-style-2 .sigma-stories-thumbnail-wrapper .sigma-stories-content-cover {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 30px;
	padding: 20px 20px;
	background-color: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
}

.sigma-stories-style-2 .sigma-stories-thumbnail-wrapper .sigma-stories-content-cover .sigma-stories-category {
	position: relative;
	display: inline-block;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	color: #F74F22;
	text-transform: none;
	padding-left: 0px;
	margin-bottom: 10px;
}

.sigma-stories-style-2 .sigma-stories-thumbnail-wrapper .sigma-stories-content-cover .stories-title {
	font-size: 16px;
	text-transform: none;
	margin-bottom: 0;
}

.sigma-stories-style-2 .sigma-stories-thumbnail-wrapper .sigma-stories-content-cover .stories-title a {
	color: #fff;
}

.sigma-stories-style-2 .sigma-stories-thumbnail-wrapper .sigma-stories-content-cover .stories-link {
	display: inline-block;
	position: absolute;
	right: 50px;
	font-size: 20px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	color: #111;
	text-align: center;
	background-color: transparent;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.sigma-stories-style-2 .sigma-stories-thumbnail-wrapper .sigma-stories-content-cover .stories-link:hover,
.sigma-stories-style-2 .sigma-stories-thumbnail-wrapper:hover .sigma-stories-content-cover .stories-link {
	background: none;
	color: #fff;
}

.sigma-stories-style-2 .sigma-stories-thumbnail-wrapper .sigma-stories-content-cover .stories-title a {
	color: #022147;
}

.sigma-stories-style-2 .sigma-stories-thumbnail-wrapper:hover .sigma-stories-content-cover .sigma-stories-title a i {
	transition: 0.3s;
}

.sigma-stories-style-2 .sigma-stories-thumbnail-wrapper:hover .sigma-stories-content-cover .sigma-stories-title a i {
	transform: translateX(5px);
	color: #F74F22;
	transition: 0.3s;
}


/*sigma-stories-details*/

.sigma-stories-details .sigma-stories-thumbnail {
	position: relative;
	margin-bottom: 30px;
}

.sigma-stories-details .post-thumbnail {
	height: 650px;
	width: 100%;
}

.sigma-stories-details .post-thumbnail img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	height: 100%
}

.sigma-stories-details .sigma-stories-details-container {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	border: none;
	min-width: 300px;
	padding: 30px 35px;
	background-color: #fff;
}

.sigma-stories-details .sigma-stories-details-container .sigma-stories-detail {
	margin-top: 0;
	padding-left: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #efefef;
}

.sigma-stories-details .sigma-stories-details-container .sigma-stories-detail:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.sigma-stories-details .sigma-stories-details-container .sigma-stories-detail:last-child {
	margin-bottom: 0;
}

.sigma-stories-details .sigma-stories-details-container .sigma-stories-detail .sigma-stories-detail-title {
	position: relative;
	display: block;
	text-transform: none;
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #022147;
	margin-bottom: 10px;
}

.sigma-stories-details .sigma-stories-details-container .sigma-stories-detail .sigma-stories-detail-value {
	color: #777;
	font-weight: 500;
	line-height: 1.2;
}

.sigma-volunteer-detail .sigma-volunteer-details .sigma-volunteer-detail .sigma-volunteer-detail-title:before,
.sigma-stories-details .sigma-stories-details-container .sigma-stories-detail .sigma-stories-detail-title:before {
	display: none;
}

.sigma-stories-details .sigma-stories-content {
	padding-top: 0;
}

.sigma-stories-details .sigma-stories-content blockquote {
	position: relative;
	padding: 45px 60px;
	background-color: #F74F22;
	border-radius: 10px;
	z-index: 1;
	font-size: 22px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
	text-transform: none;
	text-align: center;
	margin: 0;
	border: none;
	display: flex;
	flex-direction: column-reverse;
}

.sigma-stories-details .sigma-stories-content blockquote:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url(../images/icon.png);
	background-size: contain;
	background-position: left top;
	content: '';
	background-repeat: no-repeat;
}

.sigma-stories-details .sigma-stories-content blockquote p>strong {
	font-size: 24px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 15px;
	display: block;
}

.sigma-stories-details .sigma-stories-content blockquote p>cite {
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-style: normal;
	text-transform: none;
}


/* Volunteer Style 1 */

.sigma-volunteer {
	margin-bottom: 30px;
}

.sigma-volunteer-style-1 {
	position: relative;
}

.sigma-volunteer-style-1 .sigma-volunteer-image-container:after,
.sigma-volunteer-style-1 .sigma-volunteer-image-container:before,
.sigma-volunteer-style-1 .sigma-volunteer-content-cover:before,
.sigma-volunteer-style-1 .sigma-volunteer-content-cover {
	transition: all 0.3s ease-out 0.3s;
}

.sigma-volunteer-style-1 .volunteer-title a {
	font-size: 30px;
	display: block;
	text-transform: none;
	margin-bottom: 10px;
	color: #fff;
}

.sigma-volunteer-style-1 .sigma-volunteer-image-container {
	position: relative;
	overflow: hidden;
}

.sigma-volunteer-style-1 .sigma-volunteer-image-container:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	content: '';
	z-index: 1;
}

.sigma-volunteer-style-1 .sigma-volunteer-wrapper:hover .sigma-volunteer-image-container:before {
	background-color: rgba(0, 0, 0, .5);
}

.sigma-volunteer-style-1 .sigma-volunteer-image-container img {
	width: 100%;
	transition: 0.5s all;
	transform: scale(1);
}

.sigma-volunteer-style-1 .sigma-volunteer-wrapper:hover .sigma-volunteer-image-container img {
	transform: scale(1.1);
}

.sigma-volunteer-style-1 .sigma-volunteer-wrapper .volunteer-title a {
	color: #fff;
}

.sigma-volunteer-style-1 .sigma-volunteer-content-cover {
	background: transparent;
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 20px;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.sigma-volunteer-style-1 h5.sigma-volunteer-designation {
	margin-bottom: 0;
	line-height: 24px;
	z-index: 9;
	position: relative;
	color: #F74F22;
	font-size: 16px;
	font-weight: 700;
	text-transform: none;
}

.sigma-volunteer-style-1 .sigma-volunteer-social-profiles {
	position: absolute;
	right: 0px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	top: 0;
}

.sigma-volunteer-style-1 .sigma-volunteer-social-profiles li {
	position: relative;
	margin-bottom: 0px;
	transition: all 900ms ease;
}

.sigma-volunteer-style-1 .sigma-volunteer-social-profiles li a {
	position: relative;
	width: 60px;
	height: 60px;
	color: #111;
	z-index: 1;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	background-color: #ffffff;
	font-size: 16px;
}

.sigma-volunteer-style-1 .sigma-volunteer-social-profiles li {
	transform: translateY(-20px);
	opacity: 0;
	transition: 0.3s all;
	visibility: hidden;
}

.sigma-volunteer-style-1 .sigma-volunteer-social-profiles:hover li,
.sigma-volunteer-style-1 .sigma-volunteer-social-profiles li.share-main {
	opacity: 1;
	transform: none;
	visibility: visible;
}

.sigma-volunteer-style-1 .sigma-volunteer-social-profiles li.share-main a {
	background-color: #ffffff;
	color: #111;
}

.sigma-volunteer-style-1 .sigma-volunteer-social-profiles li.share-main:hover a {
	background-color: #F74F22;
	color: #fff;
}

.sigma-volunteer-style-1.volunteer-sigma-post-style-2 {
	margin-bottom: 30px;
}

.sigma-volunteer-style-1 .sigma-volunteer-social-profiles li:hover a {
	background-color: #F74F22;
	color: #fff;
}

.sigma-volunteer-style-1 .sigma-volunteer-wrapper {
	position: relative;
	margin-bottom: 20px;
}

.sigma-post-style-2 .sigma-post-wrapper img {
	width: 100%;
}

.sigma-volunteer-style-2 .sigma-volunteer-image-container {
	width: 150px;
	margin: 0 auto 20px;
	border-radius: 50%;
}

.sigma-volunteer-style-2 .sigma-volunteer-image-container img {
	border-radius: 50%;
}

.sigma-volunteer-style-2 .volunteer-title a {
	display: block;
	font-size: 30px;
	margin-bottom: 15px;
	margin-top: 35px;
	letter-spacing: -1px;
}

.sigma-volunteer-style-2 .volunteer-title a:hover {
	color: #F74F22;
}

.sigma-volunteer-style-2 .sigma-volunteer-designation {
	font-weight: bold;
	text-transform: uppercase;
	color: #F74F22;
	margin-bottom: 30px;
	letter-spacing: 2px;
}

.sigma-volunteer-style-2 .sigma-volunteer-designation+p {
	margin-top: 20px;
	margin-bottom: 0;
}

.sigma-volunteer-style-2 .sigma-volunteer-social-profiles {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 30px 0 0;
}

.sigma-volunteer-style-2 .sigma-volunteer-social-profiles li {
	margin: 0 10px;
}

.sigma-volunteer-style-2 .sigma-volunteer-social-profiles li a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #f5f5f5;
}

.sigma-volunteer-style-2 .sigma-volunteer-social-profiles li a:hover {
	background-color: #F74F22;
	color: #fff;
}


/*sigma-volunteer-detail*/

.sigma-btn-dark .vc_btn3-color-primary,
.sigma-btn-dark .vc_btn3-color-secondary,
.theme-btn {
	font-size: 14px;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	color: #111;
	text-transform: none;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	padding: 0 45px;
	background-color: #fff;
	border: 2px solid #fff;
	position: relative;
	height: 60px;
	line-height: 60px;
	display: inline-block;
}

.sigma-btn-dark .vc_btn3-color-primary:after,
.sigma-btn-dark .vc_btn3-color-primary:before,
.sigma-btn-dark .vc_btn3-color-secondary:after,
.sigma-btn-dark .vc_btn3-color-secondary:before,
.theme-btn:after,
.theme-btn:before {
	position: absolute;
	right: 10px;
	top: 10px;
	height: 10px;
	width: 2px;
	content: '';
	background-color: #F74F22;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.sigma-btn-dark .vc_btn3-color-primary:before,
.sigma-btn-dark .vc_btn3-color-secondary:before,
.theme-btn:before {
	width: 10px;
	height: 2px;
}

.sigma-btn-dark .vc_btn3-color-secondary,
.theme-btn.btn-yellow {
	background-color: #F74F22;
	border-color: #F74F22;
}

.sigma-btn-dark .vc_btn3-color-secondary:after,
.sigma-btn-dark .vc_btn3-color-secondary:before,
.theme-btn.btn-yellow:after,
.theme-btn.btn-yellow:before {
	background-color: #111;
}

.sigma-btn-dark .vc_btn3-color-secondary:hover,
.theme-btn.btn-yellow:hover {
	background-color: #111;
	border-color: #111;
	color: #fff;
}

.sigma-btn-dark .vc_btn3-color-secondary:hover:after,
.sigma-btn-dark .vc_btn3-color-secondary:hover:before,
.theme-btn.btn-yellow:hover:after,
.theme-btn.btn-yellow:hover:before {
	background-color: #F74F22;
}

.sigma-btn-dark .vc_btn3-color-primary {
	background-color: #F74F22;
	border-color: #F74F22;
	color: #111;
}

.sigma-btn-dark .vc_btn3-color-primary:after,
.sigma-btn-dark .vc_btn3-color-primary:before {
	background-color: #111;
}

.sigma-btn-dark .vc_btn3-color-primary:hover {
	background-color: #111;
	border-color: #111;
	color: #111;
}

.sigma-btn-dark .vc_btn3-color-primary:hover:after,
.sigma-btn-dark .vc_btn3-color-primary:hover:before {
	background-color: #F74F22;
}

.theme-btn.btn-white {
	background-color: transparent;
	border-color: #111;
	color: #111;
}

.theme-btn.btn-white:after,
.theme-btn.btn-white:before {
	background-color: #F74F22;
}

.theme-btn.btn-white:hover {
	background-color: #F74F22;
	border-color: #F74F22;
	color: #111;
}

.theme-btn.btn-white:hover:after,
.theme-btn.btn-white:hover:before {
	background-color: #111;
}

.sigma-volunteer-detail {
	background-color: #fff;
}

.sigma-volunteer-detail .post-thumbnail img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	height: 100%;
}

.sigma-volunteer-detail .sigma-volunteer-textwrap {
	padding-left: 25px;
	position: relative;
}

.sigma-volunteer-detail .sigma-volunteer-title {
	line-height: normal;
	margin-top: 0;
	font-size: 40px;
	text-transform: none;
	margin-bottom: 10px;
}

.sigma-volunteer-detail .sigma-volunteer-designation {
	font-weight: 700;
	color: #F74F22;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	margin-bottom: 0;
}

.sigma-volunteer-detail .sigma-volunteer-designation-container {
	margin-bottom: 20px;
}

.sigma-volunteer-detail .sigma-volunteer-textwrap .theme-btn {
	position: absolute;
	right: 0;
	top: 15px;
}
.sigma-volunteer-detail .sigma-volunteer-textwrap .sigma-volunteer-details-container h5 {
  color: #F74F22;
  font-size: 16px;
  font-weight: 600;
}
.sigma-volunteer-detail .sigma-volunteer-link-profiles,
.sigma-volunteer-detail .sigma-volunteer-details {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #cfdfe7;
	margin-left: 0;
	display: block;
}

.sigma-volunteer-detail .sigma-volunteer-details .sigma-volunteer-detail {
	margin-bottom: 30px;
	padding-bottom: 0;
	color: #111;
	font-size: 16px;
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.sigma-volunteer-detail .sigma-volunteer-details .sigma-volunteer-detail:last-child {
	margin-bottom: 0;
}

.sigma-volunteer-detail .sigma-volunteer-details .sigma-volunteer-detail i {
	font-size: 20px;
	color: #F74F22;
	margin-right: 30px;
	width: 15px;
}

.sigma-volunteer-detail .sigma-volunteer-details .sigma-volunteer-detail .sigma-volunteer-detail-value a {
  color: #022147;
}

.sigma-volunteer-detail .sigma-volunteer-details .sigma-volunteer-detail svg {
	fill: #F74F22;
	margin-right: 25px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sigma-volunteer-detail .sigma-volunteer-link-profiles-container {
	border: none;
	margin-top: 0;
	padding-top: 0;
}


/*about-home-3*/

.about-home-3 .wpb_wrapper {
	padding-right: 40px;
}


/*video-style-2*/

.video-style-2 {
	position: relative;
	z-index: 1;
}

.video-style-2 .video-text {
	max-width: 600px;
	margin: 0 auto;
}

.video-style-2 .video-text .video-link-two {
	margin-bottom: 45px;
}

.video-style-2 .video-text .video-link-two .popup-video {
	position: relative;
	height: 140px;
	width: 140px;
	border-radius: 50%;
	background-color: #F74F22;
	font-size: 20px;
	text-align: center;
	line-height: 140px;
	color: #111;
	display: inline-block;
}

.video-style-2 .video-text .video-link-two .popup-video::after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: '';
	background-color: transparent;
	border-radius: 50%;
	border: 4px solid #ffffff;
	-webkit-animation: ripple-white 1s linear infinite;
	animation: ripple-white 1s linear infinite;
}

.video-style-2 .video-text .wpb_content_element {
	margin-bottom: 0;
}

.video-style-2 .video-text .wpb_content_element p {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
}


/*--------------------------------------------------------------
# Ministries
--------------------------------------------------------------*/


/*======= Ministries Archive ========*/

.sigma-ministries {
	position: relative;
	margin-bottom: 30px;
	cursor: pointer;
}

.sigma-ministries-style-1 img {
	width: 100%;
}

.sigma-ministries-style-1 .sigma_ministries-item-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: .3s;
	padding: 20px;
	background-color: rgba(0, 0, 0, .4);
}

.sigma-ministries-style-1 .sigma_ministries-item-content .sigma_ministries-item-content-inner {
	text-align: left;
	margin-top: auto;
}

.sigma-ministries-style-1 .sigma_ministries-item-content .ministries-link i {
	font-size: 15px;
	position: absolute;
	top: 20px;
	left: 20px;
	color: #fff;
	transition: .3s;
	z-index: 3;
	background-color: #F74F22;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sigma-ministries-style-1 .sigma_ministries-item-content .sigma_ministries-item-content-inner h5 {
	margin: 0 0 10px;
}

.sigma-ministries-style-1 .sigma_ministries-item-content .sigma_ministries-item-content-inner h5 a {
	color: #fff;
}

.sigma-ministries-style-1 .sigma_ministries-item-content .sigma_ministries-item-content-inner h5 a:hover {
	color: #F74F22;
}

.sigma-ministries-style-1 .sigma_ministries-item-content .sigma_ministries-item-content-inner p {
	margin-bottom: 0;
	color: #fff;
}

.sigma-ministries-style-2 .sigma_stories-item-content {
	top: auto;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	height: auto;
	left: auto;
	box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
	background-color: #fff;
	display: flex;
	padding: 20px;
}

.sigma-ministries-style-2 .sigma_stories-item-content h5 {
	font-size: 16px;
	margin: 0;
}

.sigma-ministries-style-2:hover .sigma_stories-item-content h5 a {
	color: #F74F22;
}
.sigma-ministries.sigma-ministries-style-2 img {
    width: 100%;
}
.sigma-ministries-style-2 .sigma_stories-item-content .stories-link,
.sigma-ministries-style-2 .sigma_stories-item-content .stories-link i,
.sigma-ministries-style-3 .sigma_stories-item-content .stories-link i {
	transition: 0.3s;
}

.sigma-ministries-style-2:hover .sigma_stories-item-content .stories-link i,
.sigma-ministries-style-3:hover .sigma_stories-item-content .stories-link i {
	transform: translateX(5px);
	color: #F74F22;
	transition: 0.3s;
}
.sigma-ministries-style-3 img {
    width: 100%;
}
.sigma-ministries-style-3 .sigma_stories-item-content {
	top: auto;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	height: auto;
	left: auto;
	box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
	background-color: #fff;
	width: calc(100% - 40px);
	margin-left: 20px;
	margin-top: -45px;
	position: relative;
	padding: 20px;
	display: flex;
	align-items: center;
}

.sigma-ministries-style-3 .sigma_stories-item-content h5 {
	font-size: 16px;
	margin: 0;
}

.sigma-ministries-style-3:hover .sigma_stories-item-content h5 a,
.sigma-ministries-style-3 .sigma_stories-item-content .sigma_stories-item-content-inner .sigma-ministries-category {
	color: #F74F22;
}


/*==== Ministries Details ====*/

.sigma-ministries-details .sigma_post-single-thumb {
	position: relative;
	margin-bottom: 30px;
}

.sigma-ministries-details .sigma_post-single-thumb img {
	padding-right: 100px;
  width: 100%;
  max-height: 490px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sigma-ministries-details .sigma_post-single-thumb .sigma_box {
	position: absolute;
	top: 60px;
	right: 0px;
	margin: 0;
	min-width: 300px;
	background-color: #fff;
	box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
	padding: 30px;
}

.sigma-ministries-details .sigma_post-single-thumb .sigma_box .sigma_list-item label {
	display: block;
	margin: 0;
	font-weight: 600;
	color: #022147;
}

.sigma-ministries-details .sigma_post-single-thumb .sigma_box .sigma_list-item+.sigma_list-item,
.sigma-ministries-details .sigma_post-single-thumb .sigma_box .sigma_list-item+.social-icon-share {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #efefef;
}

.sigma-ministries-details .sigma_post-single-thumb .sigma_box .social-icon-share h5 {
	display: none;
}

.sigma-ministries-details .sigma_post-single-thumb .sigma_box .social-icon-share .social-share-button {
	display: none;
}

.sigma-ministries-details .sigma_post-single-thumb .sigma_box .social-icon-share .social-share-icons {
	padding: 0;
	list-style: none;
	margin: 0;
	display: flex;
	align-items: center;
}

.sigma-ministries-details .sigma_post-single-thumb .sigma_box .social-icon-share .social-share-icons li a {
	color: #767e88;
}

.sigma-ministries-details .sigma_post-single-thumb .sigma_box .social-icon-share .social-share-icons li a:hover {
	color: #F74F22;
}

.sigma-ministries-details .sigma_post-single-thumb .sigma_box .social-icon-share .social-share-icons li+li {
	margin-left: 10px;
}


/*--------------------------------------------------------------
# Sermons
--------------------------------------------------------------*/


/*======= Sermons Archive ========*/
.sigma-sermons-style-1 .sigma_sermon-image img {
	width: 100%;
}
.sigma-sermons.sigma-sermons-style-1 {
    margin-bottom: 30px;
}

.sigma-sermons-style-1 .sigma_box {
	background-color: #fff;
	box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
	padding: 45px 30px;
}

.sigma-sermons-style-1 .sigma_box .subtitle {
	display: flex;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 5px;
}

.sigma-sermons-style-1 .sigma_box .sigma_sermon-info {
	display: flex;
	align-items: center;
	margin-top: 20px;
	padding: 0;
	list-style: none;
	flex-wrap: wrap;
}

.sigma-sermons-style-1 .sigma_box .sigma_sermon-info li {
	display: flex;
	align-items: center;
  flex-wrap: wrap;
}

.sigma-sermons-style-1 .sigma_box .sigma_sermon-info li i {
	color: #F74F22;
	margin-right: 10px;
}

.sigma-sermons-style-1 .sigma_box .sigma_sermon-info li .author-link {
	text-transform: capitalize;
	margin-left: 8px;
	text-decoration: underline;
}

.sigma-sermons-style-1 .sigma_box .sigma_sermon-info li {
    margin-right: 30px;
}

.sigma-sermons-style-1 .sigma_box .sigma_sermon-info li.sermons-date .posted-on a {
	color: #767e88;
}

.sigma-sermons-style-1 .sigma_box .sigma_sm {
	padding: 0;
	list-style: none;
	margin: 20px 0 0;
}

.sigma-sermons-style-1 .sigma_box .sigma_sm li+li {
	margin-left: 10px;
}

.sigma-sermons-style-1 .sigma_box .sigma_sm {
	padding: 0;
	list-style: none;
	margin: 20px 0 0;
	display: flex;
	align-items: center;
}

.sigma-sermons-style-1 .sigma_box .sigma_sm li a {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, .1);
	border: 2px solid #efefef;
	color: #767e88;
	font-size: 20px;
}

.sigma-sermons-style-1 .sigma_box .sigma_sm li a:hover {
	border-color: #F74F22;
	color: #F74F22;
}

/*--------------------------------------------------------------
# Community
--------------------------------------------------------------*/


/*======= Community Archive ========*/

.sigma-community {
	position: relative;
	margin-bottom: 30px;
	cursor: pointer;
}

.sigma-community-style-1 img {
	width: 100%;
}

.sigma-community-style-1 .sigma_community-item-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: .3s;
	padding: 20px;
	background-color: rgba(0, 0, 0, .4);
}

.sigma-community-style-1 .sigma_community-item-content .sigma_community-item-content-inner {
	text-align: left;
	margin-top: auto;
}

.sigma-community-style-1 .sigma_community-item-content .community-link i {
	font-size: 15px;
	position: absolute;
	top: 20px;
	left: 20px;
	color: #fff;
	transition: .3s;
	z-index: 3;
	background-color: #F74F22;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sigma-community-style-1 .sigma_community-item-content .sigma_community-item-content-inner h5 {
	margin: 0 0 10px;
}

.sigma-community-style-1 .sigma_community-item-content .sigma_community-item-content-inner h5 a {
	color: #fff;
}

.sigma-community-style-1 .sigma_community-item-content .sigma_community-item-content-inner h5 a:hover {
	color: #F74F22;
}

.sigma-community-style-1 .sigma_community-item-content .sigma_community-item-content-inner p {
	margin-bottom: 0;
	color: #fff;
}

.sigma-community-style-2 .sigma_portfolio-item-content {
	top: auto;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	height: auto;
	left: auto;
	box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
	background-color: #fff;
	display: flex;
	padding: 20px;
}

.sigma-community-style-2 .sigma_portfolio-item-content h5 {
	font-size: 16px;
	margin: 0;
}

.sigma-community-style-2:hover .sigma_portfolio-item-content h5 a {
	color: #F74F22;
}
.sigma-community.sigma-community-style-2 img {
    width: 100%;
}
.sigma-community-style-2 .sigma_portfolio-item-content .portfolio-link,
.sigma-community-style-2 .sigma_portfolio-item-content .portfolio-link i,
.sigma-community-style-3 .sigma_portfolio-item-content .portfolio-link i {
	transition: 0.3s;
}

.sigma-community-style-2:hover .sigma_portfolio-item-content .portfolio-link i,
.sigma-community-style-3:hover .sigma_portfolio-item-content .portfolio-link i {
	transform: translateX(5px);
	color: #F74F22;
	transition: 0.3s;
}
.sigma-community-style-3 img {
    width: 100%;
}
.sigma-community-style-3 .sigma_portfolio-item-content {
	top: auto;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	height: auto;
	left: auto;
	box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
	background-color: #fff;
	width: calc(100% - 40px);
	margin-left: 20px;
	margin-top: -45px;
	position: relative;
	padding: 20px;
	display: flex;
	align-items: center;
}

.sigma-community-style-3 .sigma_portfolio-item-content h5 {
	font-size: 16px;
	margin: 0;
}

.sigma-community-style-3:hover .sigma_portfolio-item-content h5 a,
.sigma-community-style-3 .sigma_portfolio-item-content .sigma_portfolio-item-content-inner .sigma-community-category {
	color: #F74F22;
}


/*==== Community Details ====*/

.sigma-community-details .sigma_post-single-thumb {
	position: relative;
	margin-bottom: 30px;
}

.sigma-community-details .sigma_post-single-thumb img {
	padding-right: 100px;
  width: 100%;
  max-height: 490px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sigma-community-details .sigma_post-single-thumb .sigma_box {
	position: absolute;
	top: 60px;
	right: 0px;
	margin: 0;
	min-width: 300px;
	background-color: #fff;
	box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
	padding: 30px;
}

.sigma-community-details .sigma_post-single-thumb .sigma_box .sigma_list-item label {
	display: block;
	margin: 0;
	font-weight: 600;
	color: #5d5d5d;
}

.sigma-community-details .sigma_post-single-thumb .sigma_box .sigma_list-item+.sigma_list-item,
.sigma-community-details .sigma_post-single-thumb .sigma_box .sigma_list-item+.social-icon-share {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #efefef;
}

.sigma-community-details .sigma_post-single-thumb .sigma_box .social-icon-share h5 {
	display: none;
}

.sigma-community-details .sigma_post-single-thumb .sigma_box .social-icon-share .social-share-button {
	display: none;
}

.sigma-community-details .sigma_post-single-thumb .sigma_box .social-icon-share .social-share-icons {
	padding: 0;
	list-style: none;
	margin: 0;
	display: flex;
	align-items: center;
}

.sigma-community-details .sigma_post-single-thumb .sigma_box .social-icon-share .social-share-icons li a {
	color: #767e88;
}

.sigma-community-details .sigma_post-single-thumb .sigma_box .social-icon-share .social-share-icons li a:hover {
	color: #F74F22;
}

.sigma-community-details .sigma_post-single-thumb .sigma_box .social-icon-share .social-share-icons li+li {
	margin-left: 10px;
}

/*===== Philosophy =====*/

.sigma-philosophy-style-1 {
	position: relative;
	margin-bottom: 30px;
}

.sigma-philosophy-style-1 .sigma_post-thumb {
	position: relative;
	display: block;
	overflow: hidden;
}

.sigma-philosophy-style-1 .sigma_post-thumb img {
	width: 100%;
	transition: 0.3s;
}

.sigma-philosophy-style-1 .sigma_post-thumb:hover img {
	transform: scale(1.2);
}

.sigma-philosophy-style-1 .sigma_post-thumb .philosophy-date-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 140px;
	height: 140px;
	background-color: #5d5d5d;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.sigma-philosophy-style-1 .sigma_post-thumb .philosophy-date-wrapper span {
	display: block;
	line-height: 1;
	margin-bottom: 4px;
	color: #F74F22;
	font-size: 40px;
}

.sigma-philosophy-style-1 .sigma_post-body {
	border: 1px solid #efefef;
	position: relative;
	background-color: #fff;
	z-index: 1;
	padding: 40px;
}

.sigma-philosophy-style-1 .sigma_post-body h5 {
	font-size: 32px;
	margin-bottom: 15px;
}

.sigma-philosophy-style-1 .sigma_post-body p {
	margin: 20px 0 0;
}

.sigma-philosophy-style-1 .sigma_post-body .sigma_post-meta {
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 0;
	margin-top: 25px;
}

.sigma-philosophy-style-1 .sigma_post-body .sigma_post-meta span {
	font-size: 14px;
	color: #5d5d5d;
	font-weight: 600;
	display: flex;
	align-items: center;
}

.sigma-philosophy-style-1 .sigma_post-body .sigma_post-meta span i {
	margin-right: 10px;
	color: #F74F22;
}

.sigma-philosophy-style-1 .sigma_post-body .sigma_post-meta span+span {
	margin-top: 10px;
}

.sigma-philosophy-style-1 .sigma_post-body .sigma_btn-custom {
	padding: 15px 30px;
	margin-top: 30px;
}

.sigma-philosophy-style-1 .sigma_post-body .sigma_btn-custom i {
    margin-left: 10px;
}

.sigma-philosophy-style-1 .sigma_post-body .sigma_btn-custom:hover {
	color: #fff;
}

.col-lg-6 .sigma-philosophy-style-1 .sigma_post-body h5 {
	font-size: 24px;
}

.sigma-philosophy-style-2 .sigma_box {
	background-color: #fff;
	box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
	padding: 45px 30px;
	margin: 0 0 30px;
}

.sigma-philosophy-style-2 .sigma_box .subtitle {
	display: flex;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 5px;
}

.sigma-philosophy-style-2 .sigma_box .sigma_philosophy-info {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.sigma-philosophy-style-2 .sigma_box .sigma_philosophy-info .philosophy-date-wrapper {
	color: #5d5d5d;
	font-weight: 600;
	font-size: 16px;
	margin-right: 50px;
}

.sigma-philosophy-style-2 .sigma_box .sigma_philosophy-info .philosophy-date-wrapper span {
	color: #F74F22;
	font-size: 40px;
	font-weight: 600;
	line-height: 1;
	display: block;
	text-align: center;
	margin-bottom: 3px;
}

.sigma-philosophy-style-2 .sigma_box .sigma_philosophy-info .sigma_philosophy-descr {
	list-style: none;
	padding: 0;
}

.sigma-philosophy-style-2 .sigma_box .sigma_philosophy-info .sigma_philosophy-descr li {
	display: flex;
	align-items: center;
}

.sigma-philosophy-style-2 .sigma_box .sigma_philosophy-info .sigma_philosophy-descr li i {
	color: #F74F22;
	margin-right: 10px;
}

.sigma-philosophy-style-2 .sigma_box .sigma_philosophy-info .sigma_philosophy-descr li+li {
	margin-top: 10px;
}

.sigma-philosophy-style-2 .sigma_box .section-button .sigma_btn-custom {
	padding: 12px 30px;
	margin-top: 33px;
}

.sigma-philosophy-style-2 .sigma_box .section-button .sigma_btn-custom:hover {
	color: #fff;
}


/*--- Philosophy Details ----*/

.sigma-philosophy-details {
	padding: 40px;
	border: 1px solid #efefef;
}

.sigma-philosophy-details .gallery-thumb {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.sigma-philosophy-details .gallery-thumb img {
	width: 100%;
	transition: 0.3s;
}

.sigma-philosophy-details .gallery-thumb:hover img {
	transform: scale(1.2);
}

.sigma-philosophy-details .gallery-thumb .sigma_philosophy-timer {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(33, 33, 33, 0.8);
	width: 100%;
	display: flex;
	text-align: center;
}

.sigma-philosophy-details .gallery-thumb .sigma_philosophy-timer .sigma_philosophy-date {
	width: 14%;
	padding: 8px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.sigma-philosophy-details .gallery-thumb .sigma_philosophy-timer .sigma_philosophy-date span {
	display: block;
	color: #F74F22;
	font-size: 30px;
	margin-bottom: -6px;
}

.sigma-philosophy-details .gallery-thumb .sigma_philosophy-timer .ss-countdown-time {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: transparent;
	border: 0;
	padding: 10px;
	margin: 0;
	width: 84%;
}

.sigma-philosophy-details .gallery-thumb .sigma_philosophy-timer .ss-countdown-time .section_count {
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.sigma-philosophy-details .gallery-thumb .sigma_philosophy-timer .ss-countdown-time .section_count .tcount {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
}

.sigma-philosophy-details .gallery-thumb .sigma_philosophy-timer .ss-countdown-time .section_count .text {
	color: #fff;
	font-size: 16px;
	margin-top: 5px;
	font-weight: 600;
}

.sigma-philosophy-details .sigma_post-meta span {
	color: #5d5d5d;
	font-weight: 600;
}

.sigma-philosophy-details .sigma_post-meta span+span {
	margin-left: 15px;
}

.sigma-philosophy-details .sigma_post-meta span i {
	color: #F74F22;
	margin-right: 5px;
}

.sigma-philosophy-details .sigma_post-meta {
	margin-bottom: 20px;
}

.entry-footer.philosophy-detail-footer-meta {
	display: flex;
	align-items: center;
	padding: 0 0 50px;
	margin-top: 50px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.entry-footer.philosophy-detail-footer-meta .philosophy-tags-meta {
	flex: 1;
}

.entry-footer.philosophy-detail-footer-meta .social-icon-share {
	text-align: right;
}

.entry-footer.philosophy-detail-footer-meta .social-icon-share .social-share-button {
	display: none;
}

.entry-footer.philosophy-detail-footer-meta .social-icon-share .social-share-icons {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.entry-footer.philosophy-detail-footer-meta h5 {
	font-size: 16px;
	margin-bottom: 5px;
}

.entry-footer.philosophy-detail-footer-meta .philosophy-tags-meta .tagcloud a {
	display: inline-block;
	font-size: 12px;
	padding: 3px 12px;
	color: #5d5d5d;
	text-transform: uppercase;
	font-weight: 500;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background-color: #efefef;
	margin: 6px 6px 0 0;
	border-radius: 0;
}

.entry-footer.philosophy-detail-footer-meta .philosophy-tags-meta .tagcloud a:hover {
	background: #F74F22;
	color: #fff;
}

.entry-footer.philosophy-detail-footer-meta .social-icon-share .social-share-icons li a {
	color: #777;
}

.entry-footer.philosophy-detail-footer-meta .social-icon-share .social-share-icons li+li {
	margin-left: 15px;
}

.entry-footer.philosophy-detail-footer-meta .social-icon-share .social-share-icons li a:hover {
	color: #F74F22;
}


/*--- Philosophy Sidebar ---*/

.widget-area.sidebar .widget.philosophy-info-widget ul li {
	margin: 0;
	display: flex;
}

.widget-area.sidebar .widget.philosophy-info-widget ul li+li {
	margin-top: 20px;
}

.widget-area.sidebar .widget.philosophy-info-widget ul li span {
	display: block;
	width: 43%;
	float: left;
	font-weight: 600;
}

.widget-area.sidebar .widget.philosophy-info-widget .sigma_btn-custom {
	padding: 15px 30px;
}

.widget-area.sidebar .widget.philosophy-info-widget .sigma_btn-custom:hover {
	color: #fff;
}

.widget-area.sidebar .widget-philosophy-speakers .card {
	background: #fff;
	border: 0;
}

.widget-area.sidebar .widget-philosophy-speakers .card .card-header {
	background-color: #fff;
	padding: 0 0 20px;
	margin-bottom: 18px;
	border-bottom: 1px solid #efefef;
}

.widget-area.sidebar .widget-philosophy-speakers .card .card-header .author-widget-box:hover {
    cursor: pointer;
}
.widget-area.sidebar .widget-philosophy-speakers .card .card-header .sigma_recent-post {
    display: flex;
    align-items: center;
}

.widget-area.sidebar .widget-philosophy-speakers .card .card-header .sigma_recent-post .speaker-image {
	width: 80px;
	height: 80px;
	margin-right: 20px;
}

.widget-area.sidebar .widget-philosophy-speakers .card .card-header .sigma_recent-post .speaker-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
}

.widget-area.sidebar .widget-philosophy-speakers .card .card-header .sigma_recent-post .sigma_recent-post-body h6 {
	margin-bottom: 6px;
}

.widget-area.sidebar .widget-philosophy-speakers .card .card-header .sigma_recent-post .sigma_recent-post-body p {
	font-weight: 600;
}

.widget-area.sidebar .widget-philosophy-speakers .card .card-body {
	padding: 0 0 18px;
}

.widget-area.sidebar .widget.widget_sigma_recent_philosophy ul li {
	display: flex;
	align-items: center;
	margin: 0;
}

.widget-area.sidebar .widget.widget_sigma_recent_philosophy ul li .philosophy-date {
	color: #5d5d5d;
	font-weight: 600;
	border-right: 1px solid #efefef;
	padding-right: 20px;
	text-align: center;
	margin-right: 20px;
}

.widget-area.sidebar .widget.widget_sigma_recent_philosophy ul li .philosophy-date span {
	display: block;
	line-height: 1;
	margin-bottom: 4px;
	color: #F74F22;
	font-weight: 600;
	font-size: 40px;
}

.widget-area.sidebar .widget.widget_sigma_recent_philosophy ul li .philosophy-name h6 a {
	color: #5d5d5d;
	font-size: 18px;
	font-weight: 700;
}

.widget-area.sidebar .widget.widget_sigma_recent_philosophy ul li .philosophy-name h6 a:hover {
	color: #F74F22;
}

.widget-area.sidebar .widget.widget_sigma_recent_philosophy ul li .philosophy-name h6 {
	margin-bottom: 3px;
}

.widget-area.sidebar .widget.widget_sigma_recent_philosophy ul li+li {
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px solid #efefef;
}

.widget-area.sidebar .widget.widget_sigma_recent_philosophy .sigma_btn-custom {
	padding: 15px 30px;
}

.widget-area.sidebar .widget.widget_sigma_recent_philosophy .sigma_btn-custom:hover {
	color: #fff;
}


/*--------------------------------------------------------------
# Puja
--------------------------------------------------------------*/


/*======= Puja Archive ========*/

.sigma-puja {
	position: relative;
	margin-bottom: 30px;
	cursor: pointer;
}

.sigma-puja-style-1 img {
	width: 100%;
}

.sigma-puja-style-1 .sigma_puja-item-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: .3s;
	padding: 20px;
	background-color: rgba(0, 0, 0, .4);
}

.sigma-puja-style-1 .sigma_puja-item-content .sigma_puja-item-content-inner {
	text-align: left;
	margin-top: auto;
}

.sigma-puja-style-1 .sigma_puja-item-content .puja-link i {
	font-size: 15px;
	position: absolute;
	top: 20px;
	left: 20px;
	color: #fff;
	transition: .3s;
	z-index: 3;
	background-color: #F74F22;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sigma-puja-style-1 .sigma_puja-item-content .sigma_puja-item-content-inner h5 {
	margin: 0 0 10px;
}

.sigma-puja-style-1 .sigma_puja-item-content .sigma_puja-item-content-inner h5 a {
	color: #fff;
}

.sigma-puja-style-1 .sigma_puja-item-content .sigma_puja-item-content-inner h5 a:hover {
	color: #F74F22;
}

.sigma-puja-style-1 .sigma_puja-item-content .sigma_puja-item-content-inner p {
	margin-bottom: 0;
	color: #fff;
}

.sigma-puja-style-2 .sigma_portfolio-item-content {
	top: auto;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	height: auto;
	left: auto;
	box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
	background-color: #fff;
	display: flex;
	padding: 20px;
}

.sigma-puja-style-2 .sigma_portfolio-item-content h5 {
	font-size: 16px;
	margin: 0;
}

.sigma-puja-style-2:hover .sigma_portfolio-item-content h5 a {
	color: #F74F22;
}
.sigma-puja.sigma-puja-style-2 img {
    width: 100%;
}
.sigma-puja-style-2 .sigma_portfolio-item-content .portfolio-link,
.sigma-puja-style-2 .sigma_portfolio-item-content .portfolio-link i,
.sigma-puja-style-3 .sigma_portfolio-item-content .portfolio-link i {
	transition: 0.3s;
}

.sigma-puja-style-2:hover .sigma_portfolio-item-content .portfolio-link i,
.sigma-puja-style-3:hover .sigma_portfolio-item-content .portfolio-link i {
	transform: translateX(5px);
	color: #F74F22;
	transition: 0.3s;
}
.sigma-puja-style-3 img {
    width: 100%;
}
.sigma-puja-style-3 .sigma_portfolio-item-content {
	top: auto;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	height: auto;
	left: auto;
	box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
	background-color: #fff;
	width: calc(100% - 40px);
	margin-left: 20px;
	margin-top: -45px;
	position: relative;
	padding: 20px;
	display: flex;
	align-items: center;
}

.sigma-puja-style-3 .sigma_portfolio-item-content h5 {
	font-size: 16px;
	margin: 0;
}

.sigma-puja-style-3:hover .sigma_portfolio-item-content h5 a,
.sigma-puja-style-3 .sigma_portfolio-item-content .sigma_portfolio-item-content-inner .sigma-puja-category {
	color: #F74F22;
}


/*==== Puja Details ====*/

.sigma-puja-details .sigma_post-single-thumb {
	position: relative;
	margin-bottom: 30px;
}

.sigma-puja-details .sigma_post-single-thumb img {
	padding-right: 100px;
  width: 100%;
  max-height: 490px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sigma-puja-details .sigma_post-single-thumb .sigma_box {
	position: absolute;
	top: 60px;
	right: 0px;
	margin: 0;
	min-width: 300px;
	background-color: #fff;
	box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
	padding: 30px;
}

.sigma-puja-details .sigma_post-single-thumb .sigma_box .sigma_list-item label {
	display: block;
	margin: 0;
	font-weight: 600;
	color: #db4242;
}

.sigma-puja-details .sigma_post-single-thumb .sigma_box .sigma_list-item+.sigma_list-item,
.sigma-puja-details .sigma_post-single-thumb .sigma_box .sigma_list-item+.social-icon-share {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #efefef;
}

.sigma-puja-details .sigma_post-single-thumb .sigma_box .social-icon-share h5 {
	display: none;
}

.sigma-puja-details .sigma_post-single-thumb .sigma_box .social-icon-share .social-share-button {
	display: none;
}

.sigma-puja-details .sigma_post-single-thumb .sigma_box .social-icon-share .social-share-icons {
	padding: 0;
	list-style: none;
	margin: 0;
	display: flex;
	align-items: center;
}

.sigma-puja-details .sigma_post-single-thumb .sigma_box .social-icon-share .social-share-icons li a {
	color: #767e88;
}

.sigma-puja-details .sigma_post-single-thumb .sigma_box .social-icon-share .social-share-icons li a:hover {
	color: #F74F22;
}

.sigma-puja-details .sigma_post-single-thumb .sigma_box .social-icon-share .social-share-icons li+li {
	margin-left: 10px;
}

/*--------------------------------------------------------------
# Holis
--------------------------------------------------------------*/


/*======= Holis Archive ========*/
.sigma-holis-style-1 .sigma_holi-image img {
	width: 100%;
}
.sigma-holis.sigma-holis-style-1 {
    margin-bottom: 30px;
}

.sigma-holis-style-1 .sigma_box {
	background-color: #fff;
	box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
	padding: 45px 30px;
  border-radius: 10px;
}

.sigma-holis-style-1 .sigma_box .subtitle {
	display: flex;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 5px;
}

.sigma-holis-style-1 .sigma_box .sigma_holi-info {
	display: flex;
	align-items: center;
	margin-top: 20px;
	padding: 0;
	list-style: none;
	flex-wrap: wrap;
}

.sigma-holis-style-1 .sigma_box .sigma_holi-info li {
	display: flex;
	align-items: center;
  flex-wrap: wrap;
}

.sigma-holis-style-1 .sigma_box .sigma_holi-info li i {
	color: #F74F22;
	margin-right: 10px;
}

.sigma-holis-style-1 .sigma_box .sigma_holi-info li .author-link {
	text-transform: capitalize;
	margin-left: 8px;
	text-decoration: underline;
}

.sigma-holis-style-1 .sigma_box .sigma_holi-info li {
    margin-right: 30px;
}

.sigma-holis-style-1 .sigma_box .sigma_holi-info li.holis-date .posted-on a {
	color: #767e88;
}

.sigma-holis-style-1 .sigma_box .sigma_sm {
	padding: 0;
	list-style: none;
	margin: 20px 0 0;
}

.sigma-holis-style-1 .sigma_box .sigma_sm li+li {
	margin-left: 10px;
}

.sigma-holis-style-1 .sigma_box .sigma_sm {
	padding: 0;
	list-style: none;
	margin: 20px 0 0;
	display: flex;
	align-items: center;
}

.sigma-holis-style-1 .sigma_box .sigma_sm li a {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, .1);
	border: 2px solid #efefef;
	color: #767e88;
	font-size: 20px;
  border-radius: 30px;
}

.sigma-holis-style-1 .sigma_box .sigma_sm li a:hover {
	border-color: #F74F22;
	color: #F74F22;
}


.sigma-holis-style-1 .sigma_box .sigma_sm .social-icon-share h5 {
	display: none;
}

.sigma-holis-style-1 .sigma_box .sigma_sm .social-icon-share .social-share-button {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, .1);
	border: 2px solid #efefef;
	color: #767e88;
	font-size: 20px;
  border-radius: 40px
}

.sigma-holis-style-1 .sigma_box .sigma_sm .social-icon-share .social-share-icons {
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}

.sigma-holis-style-1 .sigma_box .sigma_sm .social-icon-share {
	position: relative;
	margin-left: 10px;
}

.sigma-holis-style-1 .sigma_box .sigma_sm .social-icon-share .social-share-button:hover {
	border-color: #F74F22;
	color: #F74F22;
}

.sigma-holis-style-1 .sigma_box .sigma_sm .social-icon-share .social-share-icons li a {
	width: auto;
	height: auto;
	border: 0;
	font-size: 16px;
	width: 40px;
}

.sigma-holis-style-1 .sigma_box .sigma_sm .social-icon-share .social-share-icons li a:hover {
	color: #F74F22;
}

.sigma-holis-style-1 .sigma_box .sigma_sm .social-icon-share .social-share-icons {
	position: absolute;
	top: 0;
	left: 70px;
	top: 50%;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
}

.sigma-holis-style-1 .sigma_box .sigma_sm .social-icon-share:hover .social-share-icons {
	opacity: 1;
	visibility: visible;
	transition: 0.3s;
}


/*==== Single Holis ====*/

.sigma-holis-details .sigma_post-single-thumb {
	position: relative;
	margin-bottom: 30px;
}

.sigma-holis-details .sigma_post-single-thumb img {
	width: 100%;
	padding-right: 300px;
	min-height: 500px;
	max-height: 500px;
}

.sigma-holis-details .sigma_post-single-thumb .sigma_box {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-color: #fff;
	box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
	margin: 0;
	min-width: 300px;
}

.sigma-holis-details .sigma_post-single-thumb.hide-info img {
	padding-right: 0;
	min-height: 100%;
}



/*--------------------------------------------------------------
# Buddhism
--------------------------------------------------------------*/
/*======= Buddhism Archive ========*/
.sigma-buddhism-style-1 .sigma_buddhism-image img {
	width: 100%;
}
.sigma-buddhism.sigma-buddhism-style-1 {
    margin-bottom: 30px;
}

.sigma-buddhism-style-1 .sigma_box {
	background-color: #fff;
	box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
	padding: 45px 30px;
}

.sigma-buddhism-style-1 .sigma_box .subtitle {
	display: flex;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 5px;
}

.sigma-buddhism-style-1 .sigma_box .sigma_buddhism-info {
	display: flex;
	align-items: center;
	margin-top: 20px;
	padding: 0;
	list-style: none;
	flex-wrap: wrap;
}

.sigma-buddhism-style-1 .sigma_box .sigma_buddhism-info li {
	display: flex;
	align-items: center;
  flex-wrap: wrap;
}

.sigma-buddhism-style-1 .sigma_box .sigma_buddhism-info li i {
	color: #F74F22;
	margin-right: 10px;
}

.sigma-buddhism-style-1 .sigma_box .sigma_buddhism-info li .author-link {
	text-transform: capitalize;
	margin-left: 8px;
	text-decoration: underline;
}

.sigma-buddhism-style-1 .sigma_box .sigma_buddhism-info li {
    margin-right: 30px;
}

.sigma-buddhism-style-1 .sigma_box .sigma_buddhism-info li.buddhism-date .posted-on a {
	color: #767e88;
}

.sigma-buddhism-style-1 .sigma_box .sigma_sm {
	padding: 0;
	list-style: none;
	margin: 20px 0 0;
}

.sigma-buddhism-style-1 .sigma_box .sigma_sm li+li {
	margin-left: 10px;
}

.sigma-buddhism-style-1 .sigma_box .sigma_sm {
	padding: 0;
	list-style: none;
	margin: 20px 0 0;
	display: flex;
	align-items: center;
}

.sigma-buddhism-style-1 .sigma_box .sigma_sm li a {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, .1);
	border: 2px solid #efefef;
	color: #767e88;
	font-size: 20px;
}

.sigma-buddhism-style-1 .sigma_box .sigma_sm li a:hover {
	border-color: #F74F22;
	color: #F74F22;
}


.sigma-buddhism-style-1 .sigma_box .sigma_sm .social-icon-share h5 {
	display: none;
}

.sigma-buddhism-style-1 .sigma_box .sigma_sm .social-icon-share .social-share-button {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, .1);
	border: 2px solid #efefef;
	color: #767e88;
	font-size: 20px;
}

.sigma-buddhism-style-1 .sigma_box .sigma_sm .social-icon-share .social-share-icons {
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}

.sigma-buddhism-style-1 .sigma_box .sigma_sm .social-icon-share {
	position: relative;
	margin-left: 10px;
}

.sigma-buddhism-style-1 .sigma_box .sigma_sm .social-icon-share .social-share-button:hover {
	border-color: #F74F22;
	color: #F74F22;
}

.sigma-buddhism-style-1 .sigma_box .sigma_sm .social-icon-share .social-share-icons li a {
	width: auto;
	height: auto;
	border: 0;
	font-size: 16px;
	width: 40px;
}

.sigma-buddhism-style-1 .sigma_box .sigma_sm .social-icon-share .social-share-icons li a:hover {
	color: #F74F22;
}

.sigma-buddhism-style-1 .sigma_box .sigma_sm .social-icon-share .social-share-icons {
	position: absolute;
	top: 0;
	left: 70px;
	top: 50%;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
}

.sigma-buddhism-style-1 .sigma_box .sigma_sm .social-icon-share:hover .social-share-icons {
	opacity: 1;
	visibility: visible;
	transition: 0.3s;
}


/*==== Single Buddhism ====*/

.sigma-buddhism-details .sigma_post-single-thumb {
	position: relative;
	margin-bottom: 30px;
}

.sigma-buddhism-details .sigma_post-single-thumb img {
	width: 100%;
	padding-right: 300px;
	min-height: 500px;
	max-height: 500px;
}

.sigma-buddhism-details .sigma_post-single-thumb .sigma_box {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-color: #fff;
	box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
	margin: 0;
	min-width: 300px;
}

.sigma-buddhism-details .sigma_post-single-thumb.hide-info img {
	padding-right: 0;
	min-height: 100%;
}


/*** Player ***/

.audioplayer {
	width: 100%;
	margin: 30px 0 0;
}

.audioplayer:after {
	content: '';
	display: table;
	clear: both;
}

button[name=audioplay] {
	height: 55px;
	width: 55px;
	line-height: 55px;
	float: left;
	outline: none;
	border: none;
	background-color: #F74F223d;
	text-align: center;
	display: flex;
	align-items: center;
}

button[name=audioplay].play-btn:before {
	content: '\f04b';
}

button[name=audioplay]:before {
	color: #F74F22;
	font-size: 16px;
	line-height: inherit;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
}

button[name=audioplay].pause-btn:before {
	content: '\f04c';
}

.player-timestamp {
	background-color: #F74F223d;
	float: left;
	width: calc(100% - 75px);
	margin-left: 20px;
	padding: 20px 15px;
}

.player-timestamp:after {
	content: '';
	display: table;
	clear: both;
}

.timeupdate {
	display: inline-block;
	vertical-align: middle;
	line-height: 15px;
	color: #F74F22;
	float: left;
	width: 45px;
}

.timeline {
	background-color: #F74F22;
	width: calc(100% - 45px);
	vertical-align: middle;
	float: left;
	height: 9px;
	margin-top: 3px;
	overflow: hidden;
	cursor: pointer;
}

.playhead {
	height: 9px;
	width: 18px;
	background-color: #EFEFEF;
	position: relative;
}

.playhead:after {
	content: '';
	left: 100%;
	top: 0;
	height: 100%;
	width: 1000px;
	background-color: #EFEFEF;
	position: absolute;
}

button[name=audioplay]:hover,
button[name=audioplay]:focus {
	background-color: #F74F223d;
}

.sigma-sermons-style-1 .sigma_box .sigma_sm .social-icon-share h5 {
	display: none;
}

.sigma-sermons-style-1 .sigma_box .sigma_sm .social-icon-share .social-share-button {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, .1);
	border: 2px solid #efefef;
	color: #767e88;
	font-size: 20px;
}

.sigma-sermons-style-1 .sigma_box .sigma_sm .social-icon-share .social-share-icons {
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}

.sigma-sermons-style-1 .sigma_box .sigma_sm .social-icon-share {
	position: relative;
	margin-left: 10px;
}

.sigma-sermons-style-1 .sigma_box .sigma_sm .social-icon-share .social-share-button:hover {
	border-color: #F74F22;
	color: #F74F22;
}

.sigma-sermons-style-1 .sigma_box .sigma_sm .social-icon-share .social-share-icons li a {
	width: auto;
	height: auto;
	border: 0;
	font-size: 16px;
	width: 40px;
}

.sigma-sermons-style-1 .sigma_box .sigma_sm .social-icon-share .social-share-icons li a:hover {
	color: #F74F22;
}

.sigma-sermons-style-1 .sigma_box .sigma_sm .social-icon-share .social-share-icons {
	position: absolute;
	top: 0;
	left: 70px;
	top: 50%;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
}

.sigma-sermons-style-1 .sigma_box .sigma_sm .social-icon-share:hover .social-share-icons {
	opacity: 1;
	visibility: visible;
	transition: 0.3s;
}

.soundcloud-icon-player {
	display: none;
	animation: opac 1s;
}
.soundcloud-icon-player.open {
	display: block;
}
/*==== Single Sermons ====*/

.sigma-sermons-details .sigma_post-single-thumb {
	position: relative;
	margin-bottom: 30px;
}

.sigma-sermons-details .sigma_post-single-thumb img {
	width: 100%;
	padding-right: 300px;
	min-height: 500px;
	max-height: 500px;
}

.sigma-sermons-details .sigma_post-single-thumb .sigma_box {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-color: #fff;
	box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
	margin: 0;
	min-width: 300px;
}

.sigma-sermons-details .sigma_post-single-thumb.hide-info img {
	padding-right: 0;
	min-height: 100%;
}


/*===== Events =====*/

.sigma-events-style-1 {
	position: relative;
	margin-bottom: 30px;
}

.sigma-events-style-1 .sigma_post-thumb {
	position: relative;
	display: block;
	overflow: hidden;
}
.theme-icon-cat-temple .sigma-events-style-1 .sigma_post-thumb{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.theme-icon-cat-temple .sigma-events-style-1 .sigma_post-body{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.sigma-events-style-1 .sigma_post-thumb img {
	width: 100%;
	transition: 0.3s;
}

.sigma-events-style-1 .sigma_post-thumb:hover img {
	transform: scale(1.2);
}

.sigma-events-style-1 .sigma_post-thumb .event-date-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 140px;
	height: 140px;
	background-color: #022147;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.sigma-events-style-1 .sigma_post-thumb .event-date-wrapper span {
	display: block;
	line-height: 1;
	margin-bottom: 4px;
	color: #F74F22;
	font-size: 40px;
}

.sigma-events-style-1 .sigma_post-body {
	border: 1px solid #efefef;
	position: relative;
	background-color: #fff;
	z-index: 1;
	padding: 40px;
}

.sigma-events-style-1 .sigma_post-body h5 {
	font-size: 32px;
	margin-bottom: 15px;
}

.sigma-events-style-1 .sigma_post-body p {
	margin: 20px 0 0;
}

.sigma-events-style-1 .sigma_post-body .sigma_post-meta {
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 0;
	margin-top: 25px;
}

.sigma-events-style-1 .sigma_post-body .sigma_post-meta span {
	font-size: 14px;
	color: #022147;
	font-weight: 600;
	display: flex;
	align-items: center;
}

.sigma-events-style-1 .sigma_post-body .sigma_post-meta span i {
	margin-right: 10px;
	color: #F74F22;
}

.sigma-events-style-1 .sigma_post-body .sigma_post-meta span+span {
	margin-top: 10px;
}

.sigma-events-style-1 .sigma_post-body .sigma_btn-custom {
	padding: 15px 30px;
	margin-top: 30px;
}

.sigma-events-style-1 .sigma_post-body .sigma_btn-custom i {
    margin-left: 10px;
}

.sigma-events-style-1 .sigma_post-body .sigma_btn-custom:hover,
.sigma-events-style-1 .sigma_post-body .sigma_btn-custom:active,
.sigma-events-style-1 .sigma_post-body .sigma_btn-custom:focus {
	color: #fff;
}

.col-lg-6 .sigma-events-style-1 .sigma_post-body h5 {
	font-size: 24px;
}

.sigma-events-style-2 .sigma_box {
	background-color: #fff;
	box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
	padding: 45px 30px;
	margin: 0 0 30px;
}
.theme-icon-cat-temple .sigma-events-style-2 .sigma_box {
    border-radius: 8px;
}

.sigma-events-style-2 .sigma_box .subtitle {
	display: flex;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 5px;
}

.sigma-events-style-2 .sigma_box .sigma_event-info {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.sigma-events-style-2 .sigma_box .sigma_event-info .event-date-wrapper {
	color: #022147;
	font-weight: 600;
	font-size: 16px;
	margin-right: 50px;
}

.sigma-events-style-2 .sigma_box .sigma_event-info .event-date-wrapper span {
	color: #F74F22;
	font-size: 40px;
	font-weight: 600;
	line-height: 1;
	display: block;
	text-align: center;
	margin-bottom: 3px;
}

.sigma-events-style-2 .sigma_box .sigma_event-info .sigma_event-descr {
	list-style: none;
	padding: 0;
}

.sigma-events-style-2 .sigma_box .sigma_event-info .sigma_event-descr li {
	display: flex;
	align-items: center;
}

.sigma-events-style-2 .sigma_box .sigma_event-info .sigma_event-descr li i {
	color: #F74F22;
	margin-right: 10px;
}

.sigma-events-style-2 .sigma_box .sigma_event-info .sigma_event-descr li+li {
	margin-top: 10px;
}

.sigma-events-style-2 .sigma_box .section-button .sigma_btn-custom {
	padding: 12px 30px;
	margin-top: 33px;
}

.sigma-events-style-2 .sigma_box .section-button .sigma_btn-custom:hover {
	color: #fff;
}


/*--- Event Details ----*/

.sigma-events-details {
	padding: 40px;
	border: 1px solid #efefef;
}
.theme-icon-cat-temple .sigma-events-details{
	border-radius: 10px;
}
.sigma-events-details .gallery-thumb {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.sigma-events-details .gallery-thumb img {
	width: 100%;
	transition: 0.3s;
}

.sigma-events-details .gallery-thumb:hover img {
	transform: scale(1.2);
}

.sigma-events-details .gallery-thumb .sigma_event-timer {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(33, 33, 33, 0.8);
	width: 100%;
	display: flex;
	text-align: center;
}

.sigma-events-details .gallery-thumb .sigma_event-timer .sigma_event-date {
	width: 14%;
	padding: 8px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.sigma-events-details .gallery-thumb .sigma_event-timer .sigma_event-date span {
	display: block;
	color: #F74F22;
	font-size: 30px;
	margin-bottom: -6px;
}

.sigma-events-details .gallery-thumb .sigma_event-timer .ss-countdown-time {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: transparent;
	border: 0;
	padding: 10px;
	margin: 0;
	width: 84%;
}

.sigma-events-details .gallery-thumb .sigma_event-timer .ss-countdown-time .section_count {
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.sigma-events-details .gallery-thumb .sigma_event-timer .ss-countdown-time .section_count .tcount {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
}

.sigma-events-details .gallery-thumb .sigma_event-timer .ss-countdown-time .section_count .text {
	color: #fff;
	font-size: 16px;
	margin-top: 5px;
	font-weight: 600;
}

.sigma-events-details .sigma_post-meta span {
	color: #022147;
	font-weight: 600;
}

.sigma-events-details .sigma_post-meta span+span {
	margin-left: 15px;
}

.sigma-events-details .sigma_post-meta span i {
	color: #F74F22;
	margin-right: 5px;
}

.sigma-events-details .sigma_post-meta {
	margin-bottom: 20px;
}

.entry-footer.event-detail-footer-meta {
	display: flex;
	align-items: center;
	padding: 0 0 50px;
	margin-top: 50px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.entry-footer.event-detail-footer-meta .event-tags-meta {
	flex: 1;
}

.entry-footer.event-detail-footer-meta .social-icon-share {
	text-align: right;
}

.entry-footer.event-detail-footer-meta .social-icon-share .social-share-button {
	display: none;
}

.entry-footer.event-detail-footer-meta .social-icon-share .social-share-icons {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.entry-footer.event-detail-footer-meta h5 {
	font-size: 16px;
	margin-bottom: 5px;
}

.entry-footer.event-detail-footer-meta .event-tags-meta .tagcloud a {
	display: inline-block;
	font-size: 12px;
	padding: 3px 12px;
	color: #022147;
	text-transform: uppercase;
	font-weight: 500;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background-color: #efefef;
	margin: 6px 6px 0 0;
	border-radius: 0;
}
.theme-icon-cat-temple .entry-footer.event-detail-footer-meta .event-tags-meta .tagcloud a{
	border-radius: 30px;
}

.entry-footer.event-detail-footer-meta .event-tags-meta .tagcloud a:hover {
	background: #F74F22;
	color: #fff;
}

.entry-footer.event-detail-footer-meta .social-icon-share .social-share-icons li a {
	color: #777;
}

.entry-footer.event-detail-footer-meta .social-icon-share .social-share-icons li+li {
	margin-left: 15px;
}

.entry-footer.event-detail-footer-meta .social-icon-share .social-share-icons li a:hover {
	color: #F74F22;
}


/*--- Event Sidebar ---*/

.widget-area.sidebar .widget.event-info-widget ul li {
	margin: 0;
	display: flex;
  flex-wrap: wrap;
}

.widget-area.sidebar .widget.event-info-widget ul li+li {
	margin-top: 20px;
}

.widget-area.sidebar .widget.event-info-widget ul li span {
	display: block;
	width: 43%;
	float: left;
	font-weight: 600;
}

.widget-area.sidebar .widget.event-info-widget .sigma_btn-custom {
	padding: 15px 30px;
}

.widget-area.sidebar .widget.event-info-widget .sigma_btn-custom:hover,
.widget-area.sidebar .widget.event-info-widget .sigma_btn-custom:focus,
.widget-area.sidebar .widget.event-info-widget .sigma_btn-custom:active {
	color: #fff;
}

.widget-area.sidebar .widget-event-speakers .card {
	background: #fff;
	border: 0;
}

.widget-area.sidebar .widget-event-speakers .card .card-header {
	background-color: #fff;
	padding: 0 0 20px;
	margin-bottom: 18px;
	border-bottom: 1px solid #efefef;
}

.widget-area.sidebar .widget-event-speakers .card .card-header .author-widget-box:hover {
    cursor: pointer;
}
.widget-area.sidebar .widget-event-speakers .card .card-header .sigma_recent-post {
    display: flex;
    align-items: center;
}

.widget-area.sidebar .widget-event-speakers .card .card-header .sigma_recent-post .speaker-image {
	width: 80px;
	height: 80px;
	margin-right: 20px;
}

.widget-area.sidebar .widget-event-speakers .card .card-header .sigma_recent-post .speaker-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
}

.widget-area.sidebar .widget-event-speakers .card .card-header .sigma_recent-post .sigma_recent-post-body h6 {
	margin-bottom: 6px;
}

.widget-area.sidebar .widget-event-speakers .card .card-header .sigma_recent-post .sigma_recent-post-body p {
	font-weight: 600;
}

.widget-area.sidebar .widget-event-speakers .card .card-body {
	padding: 0 0 18px;
}

.widget-area.sidebar .widget.widget_sigma_recent_events ul li {
	display: flex;
	align-items: center;
	margin: 0;
}

.widget-area.sidebar .widget.widget_sigma_recent_events ul li .event-date {
	color: #022147;
	font-weight: 600;
	border-right: 1px solid #efefef;
	padding-right: 20px;
	text-align: center;
	margin-right: 20px;
}

.widget-area.sidebar .widget.widget_sigma_recent_events ul li .event-date span {
	display: block;
	line-height: 1;
	margin-bottom: 4px;
	color: #F74F22;
	font-weight: 600;
	font-size: 40px;
}

.widget-area.sidebar .widget.widget_sigma_recent_events ul li .event-name h6 a {
	color: #022147;
	font-size: 18px;
	font-weight: 700;
}

.widget-area.sidebar .widget.widget_sigma_recent_events ul li .event-name h6 a:hover {
	color: #F74F22;
}

.widget-area.sidebar .widget.widget_sigma_recent_events ul li .event-name h6 {
	margin-bottom: 3px;
}

.widget-area.sidebar .widget.widget_sigma_recent_events ul li+li {
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px solid #efefef;
}

.widget-area.sidebar .widget.widget_sigma_recent_events .sigma_btn-custom {
	padding: 15px 30px;
	font-weight: 600;
}

.widget-area.sidebar .widget.widget_sigma_recent_events .sigma_btn-custom:hover,
.widget-area.sidebar .widget.widget_sigma_recent_events .sigma_btn-custom:active,
.widget-area.sidebar .widget.widget_sigma_recent_events .sigma_btn-custom:focus {
	color: #fff;
}

/*======= Prayer Archive =====*/
.sigma-prayer.sigma-prayer-style-1 {
    position: relative;
    background-color: #fff;
    border: 1px solid #efefef;
    padding: 28px 20px;
    margin-bottom: 30px;
}
.sigma-prayer.sigma-prayer-style-1 > div {
	flex-wrap: wrap;
}
.sigma-prayer.sigma-prayer-style-1 .sigma_prayer-thumb {
    display: flex;
    align-items: center;
}
.sigma-prayer.sigma-prayer-style-1 .sigma_prayer-thumb .thumbnail-wrapper {
    border-radius: 50%;
    margin-right: 15px;
		width: 60px;
		min-width: 60px;
		height: 60px;
}
.sigma-prayer.sigma-prayer-style-1 .sigma_prayer-thumb .thumbnail-wrapper img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	border-radius: 50%;
}
.sigma-prayer.sigma-prayer-style-1 .sigma_prayer-thumb .thumbnail-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.sigma-prayer.sigma-prayer-style-1 .sigma_prayer-thumb .author-descr h6,
.sigma-prayer.sigma-prayer-style-1 .sigma_prayer-thumb .author-descr p {
    margin-bottom: 0;
}
.sigma-prayer.sigma-prayer-style-1 .entry-content {
    margin-top: 30px;
}
.sigma-prayer.sigma-prayer-style-1 .sigma_prayer-thumb .author-descr p span {
  color: #022147;
  margin-right: 3px;
  font-weight: 500;
}
.sigma-prayer.sigma-prayer-style-1 .sigma_prayer-share > span,
.sigma-prayer.sigma-prayer-style-1 .sigma_prayer-share .sigma_post_comments {
    border: 1px solid #efefef;
    padding: 6px 12px;
    font-size: 14px;
    transition: 0.3s;
}
.sigma-prayer.sigma-prayer-style-1 .sigma_prayer-share .sigma_post_comments {
    margin-left: -1px;
}
.sigma-prayer.sigma-prayer-style-1 .prayer-link-btn {
    padding: 15px 30px;
    margin-top: 20px;
}
.sigma-prayer.sigma-prayer-style-1 .prayer-link-btn:active,
.sigma-prayer.sigma-prayer-style-1 .prayer-link-btn:focus{
	color: #fff;
}
.sigma-prayer.sigma-prayer-style-1 .prayer-link-btn.wishlist-added i {
	font-weight: 600;
}
.sigma-prayer.sigma-prayer-style-1 .prayer-link-btn::before,
.sigma-prayer.sigma-prayer-style-1 .prayer-link-btn::before{
	background: none;
}
.sigma-prayer.sigma-prayer-style-1 .prayer-link-btn.ajax-wishlist-loading::before,
.sigma-prayer.sigma-prayer-style-1 .prayer-link-btn.ajax-wishlist-loader::before{
	content: "\f110";
	font-family: 'Font Awesome 5 Pro';
	animation: fa-spin 2s infinite linear;
	transform: none;
	left: auto;
	height: auto;
	width: auto;
	opacity: 1;
	visibility: visible;
	top: auto;
}
.sigma-prayer.sigma-prayer-style-1 .prayer-link-btn.ajax-wishlist-loading i,
.sigma-prayer.sigma-prayer-style-1 .prayer-link-btn.ajax-wishlist-loader i{
	opacity: 0;
	visibility: hidden;
}
.sigma-prayer.sigma-prayer-style-1 .prayer-link-btn:hover {
    color: #fff;
	background: #CD411C;
}
.sigma-prayer.sigma-prayer-style-1 .prayer-link-btn i {
    margin-right: 10px;
}
.sigma-prayer.sigma-prayer-style-1 .sigma_prayer-share .sigma_post_comments .comment-count-label {
    font-size: 0;
}
.sigma-prayer.sigma-prayer-style-1 .sigma_prayer-share .sigma_post_comments .comment-count {
    color: #767e88;
}
.sigma-prayer.sigma-prayer-style-1 .sigma_prayer-share {
    display: flex;
    align-items: center;
}
.sigma-prayer.sigma-prayer-style-1 .sigma_prayer-share span:hover,
.sigma-prayer.sigma-prayer-style-1 .sigma_prayer-share .sigma_post_comments:hover .comment-count,
.sigma-prayer.sigma-prayer-style-1 .sigma_prayer-share .sigma_post_comments:hover .meta-comment i{
	color: #F74F22;
}
.sigma-prayer.sigma-prayer-style-1 .sigma_prayer-share .sigma_btn-custom.prayer-link-btn {
	background: none;
	font-size: 0;
	color: #767e88;
	border: 1px solid #efefef;
	padding: 6px 12px;
	transition: 0.3s;
}
.sigma-prayer.sigma-prayer-style-1 .sigma_prayer-share .sigma_btn-custom.prayer-link-btn {
	background: none;
	font-size: 0;
	color: #767e88;
	border: 1px solid #efefef;
	padding: 6px 12px;
	transition: 0.3s;
	margin-top: 0;
	margin-left: 10px;
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sigma-prayer.sigma-prayer-style-1 .sigma_prayer-share .sigma_btn-custom.prayer-link-btn i {
	font-size: 14px;
	margin-right: 0;
	font-weight: 500;
}
.sigma-prayer.sigma-prayer-style-1 .sigma_prayer-share .sigma_btn-custom.prayer-link-btn:hover i{
	color: #F74F22;
}
/*----- Prayer Details ------*/
.prayer-single-wrapper {
    border: 1px solid #efefef;
    padding: 30px;
    background: #fff;
}
.sigma-prayer-details .sigma-prayer-thumbnail .post-thumbnail img {
  width: 100%;
}
.prayer-detail-footer .prayer-tags{
	margin-top: 20px;
}
.prayer-detail-footer .prayer-tags span a {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  padding: 3px 12px;
  background-color: #f8f8f8;
  text-transform: uppercase;
  color: #022147;
  font-weight: 500;
}
.prayer-detail-footer .prayer-tags span a:hover{
	color: #fff;
	background: #F74F22;
}

.sigma_recent-prayer {
    display: flex;
    align-items: center;
}
.sigma_recent-prayer .sigma_recent-post-body {
    flex: 1;
}
.sigma_recent-prayer .sigma_recent-post-body h6{
	margin-bottom: 6px;
  line-height: 1.2;
  font-size: 14px;
}
.sigma_recent-prayer .sigma_recent-post-body h6 a{
	color: #022147;
  font-weight: 700;
}
.sigma_recent-prayer .sigma_recent-post-body h6 a:hover,
.sigma_recent-prayer .sigma_recent-post-body > a i{
	color: #F74F22;
}
.sigma_recent-prayer .sigma_recent-post-body > a i{
	margin-right: 5px;
}
.sigma_recent-prayer .sigma_recent-post-body > a {
    color: #767E88;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}
.sigma_recent-prayer + .sigma_recent-prayer {
    padding-top: 20px;
		margin-top: 20px;
    border-top: 1px solid #efefef;
}
.sigma-prayer-details .sigma-stories-content {
    padding-top: 0;
}
.prayer-submit-form-wrapper {
    margin-top: 50px;
    border: 1px solid #efefef;
    padding: 40px;
    background: #fff;
    box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
    margin-bottom: 20px;
}
.prayer-submit-form-wrapper .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.prayer-submit-form-wrapper .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) button {
    height: 60px;
    border-radius: 0;
    background: #f5f5f5;
    font-size: 14px;
    font-family: 'Poppins';
    text-transform: capitalize;
		color: #848484;
}
.bootstrap-select .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
}
body .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none !important;
}
.prayer-submit-form-wrapper p, .prayer-submit-form-wrapper p label {
    font-weight: 500;
    color: #767e88;
}
.prayer-submit-form-wrapper p .bootstrap-select {
    padding-top: 10px;
}
.prayer-submit-form-wrapper p label {
    padding-bottom: 10px;
}
#prayer-submit-error {
    background: #f74f221a;
    color: #f74f22;
    padding: 5px 20px;
    border-radius: 3px;
		display: none;
    animation: opac 1s;
}
#prayer-submit-error.visible{
	display: inline-block;
}
/*--------------------------------------------------------------
# About Us Page
--------------------------------------------------------------*/

.about-sec-page .about-tile-gallery-two {
	min-height: 550px;
	position: relative;
	z-index: 5;
}

.about-sec-page .about-tile-gallery-two .image-two {
	position: absolute;
	left: -20px;
	bottom: 0;
	border-right: 20px solid #fff;
	border-top: 20px solid #fff;
	z-index: 1;
}

@media (min-width: 1600px) {
	.about-sec-page .about-tile-gallery-two .image-two {
		left: -120px;
	}
}

.about-sec-page .about-tile-gallery-two .image-one,
.about-sec-page .about-tile-gallery-two .image-two {
	margin-bottom: 0;
}

.about-sec-page .about-text .about-extra {
	padding-left: 215px;
	position: absolute;
	margin-top: 50px;
	bottom: 0;
}

.about-sec-page .about-text .about-extra img {
	position: absolute;
	left: -335px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 6;
}

.about-sec-page.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
	z-index: auto;
}

.single-detail-page .post-thumbnail {
	margin-bottom: 50px;
	height: 500px;
}

.single-detail-page .post-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.single-detail-page .page-service-list {
	margin-top: 30px;
	padding-left: 0;
	list-style: none;
}

.single-detail-page .page-service-list li {
	margin-bottom: 10px;
	color: #fff;
}

.single-detail-page .page-service-list li i {
	height: 30px;
	width: 30px;
	line-height: 30px;
	margin-right: 15px;
	color: #111;
	background-color: #F74F22;
	text-align: center;
}

.rounded-frame {
	position: relative;
}

.rounded-frame:after {
	content: '';
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-49%);
	transform: translateX(-49%);
	top: 100px;
	background-color: #F74F22;
	height: 465px;
	width: 465px;
	border-radius: 50%;
	z-index: -1;
}

@media (max-width: 767px) {
	.rounded-frame:after {
		width: 300px;
		height: 300px;
	}
}


/*---- service detail page ---*/

.sigma-service-wrapper .post-thumbnail {
	position: relative;
}

.sigma-service-wrapper .post-thumbnail .cta-style-3 {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	height: 100%;
}

.sigma-service-wrapper .post-thumbnail .cta-style-3 .sigma_btn-custom {
	margin-top: 30px;
	width: fit-content;
	padding: 10px 20px;
}

.sigma-service-wrapper .post-thumbnail .cta-style-3 .sigma_btn-custom:hover {
	color: #fff;
}

.post-thumbnail .cta-style-3 .sigma_icon-block {
	background: #022147;
	max-width: 350px;
	margin-bottom: 0;
	height: 100%;
}

.service-details .sigma-service-wrapper .post-thumbnail.cta_enable {
	padding-right: 200px;
	padding-bottom: 0;
	margin-bottom: 20px;
}
.service-details .sigma-service-wrapper .post-thumbnail img {
    width: 100%;
    max-height: 470px;
}
.theme-icon-cat-temple .service-details .sigma_icon-block .icon-wrapper .icon i {
    color: #fff;
}


.service-details .sigma-service-wrapper .post-thumbnail {
	padding-bottom: 20px;
}

.post-thumbnail .cta-style-3 .sigma_icon-block .sigma_service-footer ul {
	margin: 15px 0;
	padding: 0;
	list-style: none;
}

.post-thumbnail .cta-style-3 .sigma_icon-block .sigma_service-footer ul li {
	margin: 0;
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: 400;
	position: relative;
	font-size: 14px;
}

.post-thumbnail .cta-style-3 .sigma_icon-block .sigma_service-footer ul li::before {
	font-family: "Font Awesome 5 Pro";
	content: "\f00c";
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-rendering: auto;
	transition: .3s;
	margin-right: 10px;
	line-height: 1;
	font-size: 20px;
	color: #F74F22;
}

.post-thumbnail .cta-style-3 .sigma_icon-block .sigma_service-footer ul li+li {
	margin-top: 20px;
}

.post-thumbnail .cta-style-3 .sigma_icon-block .social-icon-share h5,
.post-thumbnail .cta-style-3 .sigma_icon-block .social-icon-share .social-share-button {
	display: none;
}

.post-thumbnail .cta-style-3 .sigma_icon-block .social-icon-share ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	margin-top: 20px;
	flex-wrap: wrap;
}

.post-thumbnail .cta-style-3 .sigma_icon-block .social-icon-share ul li {
	margin-bottom: 10px;
}

.post-thumbnail .cta-style-3 .sigma_icon-block .social-icon-share ul li a {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, .1);
	color: #fff;
}

.post-thumbnail .cta-style-3 .sigma_icon-block .social-icon-share ul li {
    margin-right: 10px;
}

.post-thumbnail .cta-style-3 .sigma_icon-block .social-icon-share ul li a:hover {
	background-color: #F74F22;
}

.lg-img .sigma_cta.cta-style-1 .sigma_cta img {
    left: -340px;
}
/*--------------------------------------------------------------
# Instagram
--------------------------------------------------------------*/

#sb_instagram #sbi_load {
	display: none;
}

#sb_instagram {
	margin-bottom: 0 !important;
}

#sb_instagram #sbi_images {
	margin: 0 -5px;
}


/*--------------------------------------------------------------
# Twitter
-------------------------------------------------------------*/

.ctf-author-box {
	display: flex;
  justify-content: flex-end;
	flex-direction: row-reverse;
}
#ctf .ctf-author-box-link{
	padding-left: 10px;
}
.ctf-tweet-meta a {
	color: #022147 !important;
	font-weight: 600;
}


/*--------------------------------------------------------------
# Blog Style 1
--------------------------------------------------------------*/

.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li a {
	font-weight: 600;
	color: #022147;
	font-size: 13px;
}

.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li a i,
.sigma-post-wrapper .sigma-post-inner .entry-footer ul li span i {
	font-weight: 500;
}

.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li a i,
.sigma-post-wrapper .sigma-post-inner .entry-footer ul li span i {
	margin-right: 10px;
}

.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li a:hover,
.sigma-post-wrapper .sigma-post-inner .entry-footer ul li span:hover,
{
	color: #F74F22;
}

.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner ul li:not(:last-child) {
	margin-bottom: 0;
}

.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner footer.entry-footer .sigma_post_author .author.vcard a {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	color: #022147;
	text-transform: capitalize;
}

.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner footer.entry-footer .sigma_post_author .author.vcard a span {
	color: #777;
	font-weight: 400;
	margin-right: 5px;
}

.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner footer.entry-footer .sigma_post_author .author.vcard a:hover {
	color: #111;
}

.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner footer.entry-footer {
	flex-direction: unset;
	margin-top: 25px;
}

.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li {
	margin-left: 0;
	margin-right: 28px;
}

.sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li i {
	color: #F74F22;
}
.theme-icon-cat-temple .sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .tag-list i::before {
    content: "\f679";
}
.theme-icon-cat-mosque .sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .tag-list i::before {
    content: "\f699";
}
.theme-icon-cat-buddha .sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .tag-list i::before {
    content: "\f655";
}
.sigma-shortcode-wrapper .sigma-post-style-1 .sigma-post-inner {
	padding: 25px;
}

.sigma-shortcode-wrapper .sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-title,
.sigma-shortcode-wrapper .sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .post-title {
	font-size: 22px;
	text-transform: none;
	letter-spacing: -1px;
	margin-bottom: 20px;
	line-height: 1.3;
}

.sigma-shortcode-wrapper .sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul {
	margin-bottom: 20px;
}

.sigma-shortcode-wrapper.blog-style-4 .sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul,
.sigma-shortcode-wrapper.blog-style-5 .sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul {
	margin-bottom: 10px;
}


/*--------------------------------------------------------------
# Blog Style 2
--------------------------------------------------------------*/

.sigma-post-style-2 .sigma-post-inner,
.sigma-post-style-3 .sigma-post-inner {
	padding: 25px;
	-webkit-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.sigma-post-style-2 .sigma-post-inner {
	transition: .3s;
	background-color: #fff;
	border: 1px solid #efefef;
}

.sigma-post-style-2 .sigma-post-wrapper .sigma_post_categories .categories-list a {
	padding: 5px 15px;
	font-size: 14px;
}

.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-title,
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .post-title {
	font-size: 22px;
	text-transform: none;
	letter-spacing: -1px;
	margin-bottom: 20px;
	line-height: 1.3;
}

.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-content {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f1f4f9;
}

.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-content p,
.sigma-post-style-3 .sigma-post-wrapper .sigma-post-inner .entry-content p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 24px;
	max-height: 75px;
	margin: 0;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul {
	margin-bottom: 0;
	width: 100%;
}

.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .entry-meta,
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .entry-meta a,
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .meta-comment,
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .post-meta-item {
	color: #777;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	text-transform: none;
}

.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .entry-meta i,
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .meta-comment i,
.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .post-meta-item i {
	color: #F74F22;
	margin-right: 5px;
}

.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li {
	margin-bottom: 0;
	margin-left: 0;
}

.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li+li {
	margin-left: 10px;
}

.sigma-post-details .sigma-post-wrapper .sigma-post-inner .entry-footer ul li+li {
	margin-left: 5px;
}

.sigma-post-style-2 .sigma-post-wrapper .sigma-post-inner footer.entry-footer {
	flex-direction: unset;
}

.sigma-post-details .sigma-post-wrapper .sigma-post-inner .entry-footer ul li i {
	color: #F74F22;
	font-weight: 500;
}

.sigma-post-details .sigma-post-wrapper .sigma-post-inner .entry-footer ul li.social-share-icon i {
	color: #777;
}


/*--------------------------------------------------------------
# Blog style 3
--------------------------------------------------------------*/

.sigma-post-style-3 .sigma-post-wrapper header .posted-on {
	display: block;
	position: relative;
	top: auto;
	left: auto;
	height: auto;
	width: auto;
	padding: 0;
	background-color: transparent;
}

.sigma-post-style-3 .sigma-post-wrapper header .posted-on a {
	color: #777;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}

.sigma-post-style-3 .sigma-post-wrapper header .posted-on a i,
.sigma-post-style-3 .sigma-post-wrapper header img {
	margin-right: 5px;
}

.sigma-post-style-3 .sigma-post-wrapper .sigma-post-inner {
	background-color: #fff;
	padding: 25px;
	border: 1px solid #efefef;
}

.sigma-post-style-3 .entry-header {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.sigma-post-style-3 .entry-header img {
	width: 25px;
	border-radius: 50%;
}

.sigma-post-style-3 .sigma-post-wrapper .entry-meta-footer {
	margin-right: 20px;
}

.sigma-post-style-3 .sigma-post-wrapper .entry-meta-footer .author.vcard {
	display: flex;
	align-items: center;
}

.sigma-post-style-3 .sigma-post-wrapper .entry-meta-footer a {
	color: #777;
}

.sigma-post-style-3 .sigma-post-wrapper .entry-meta-footer a:hover,
.sigma-post-style-3 .sigma-post-wrapper header .posted-on a:hover {
	color: #111;
}

.sigma-post-style-3 .sigma-post-wrapper .sigma-post-inner .entry-content {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.sigma-post-style-3 .sigma-post-wrapper .sigma-post-inner .entry-content p {
	margin: 0;
}

.sigma-post-style-3 .sigma-post-wrapper .sigma-post-inner .entry-title,
.sigma-post-style-3 .sigma-post-wrapper .sigma-post-inner .post-title {
	font-size: 22px;
	text-transform: none;
	letter-spacing: -1px;
	margin-bottom: 20px;
	line-height: 1.3;
}


/*--------------- Blog style 1 grid layout ----------*/

.sigma-post-style-1.grid-layout .sigma-post-wrapper .entry-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 54px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 18px;
	margin: 0 0 15px;
}

.sigma-post-style-1.grid-layout .sigma-post-wrapper .sigma_post_tags h5 {
	display: none;
}

.sigma-post-style-1.grid-layout .sigma-post-inner {
	padding: 30px;
}

.sigma-post-style-1.sigma-post-style-5.grid-layout .sigma-post-inner {
	border: 0;
	border-top: 3px solid #F74F22;
	box-shadow: 0px 10px 50px 0px rgba(53, 82, 99, 0.09);
	width: calc( 100% - 40px);
	margin-left: 20px;
}

.sigma-post-style-1.sigma-post-style-5.grid-layout.has-post-thumbnail .sigma-post-inner {
	margin-top: -45px;
}

.sigma-post-style-1.sigma-post-style-5 .sigma-post-wrapper {
	overflow: visible;
}

.sigma-post-style-1.sigma-post-style-5 .sigma-post-wrapper a.post-thumbnail {
	display: block;
	overflow: hidden;
}

.sigma-post-style-1.sigma-post-style-5.grid-layout .sigma-post-inner h4 {
	margin-bottom: 0;
}

.sigma-post-style-1.grid-layout .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .tag-list a:after {
	content: ',';
	font-size: 13px;
	margin-right: 5px;
}

.sigma-post-style-1.grid-layout .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .tag-list a:last-child:after {
	display: none;
	margin: 0;
}

.sigma-post-style-1.grid-layout .sigma-post-wrapper .sigma-post-inner footer.entry-footer .sigma_post_author .author.vcard img {
	width: 30px;
	height: 30px;
}

.sigma-post-style-1.grid-layout .sigma-post-wrapper .sigma-post-inner footer.entry-footer {
	margin-top: 0;
}
.blog-style-4 .sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner footer.entry-footer {
  flex-direction: column;
  align-items: flex-start;
}
.sigma-post-style-4.grid-layout .sigma-post-wrapper .sigma-post-inner footer.entry-footer .entry-header {
	display: block;
	width: 100%;
}

.sigma-post-style-1.sigma-post-style-5.grid-layout.format-gallery .sigma_post-thumb+.sigma-post-inner {
	margin-top: -45px;
}


/*--------------------------------------------------------------
# Blog single
--------------------------------------------------------------*/

.widget-area.sidebar .widget.widget_sigma_social_share .social-icons li {
	display: inline-block;
	margin-right: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget-area.sidebar .widget.widget_sigma_social_share .social-icons li:after {
	display: none;
}

.widget-area.sidebar .widget.widget_sigma_social_share .social-icons li>a {
	height: 45px;
	width: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #777;
	background-color: #f8f8f8;
	margin-bottom: 5px;
	text-align: center;
}

.widget-area.sidebar .widget.widget_sigma_social_share .social-icons li>a:hover {
	background-color: #F74F22;
	color: #fff;
}

.entry-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100%;
}

.sigma-post-wrapper .sigma-post-inner h3 {
	margin-bottom: 20px;
}

.sigma-post-wrapper .sigma-post-inner .alignwide figure {
	margin: 10px 0 30px;
}

.sigma-post-wrapper .sigma-post-inner .line {
	width: 100%;
	height: 1px;
	background-color: #f1f1f1;
	margin-top: 45px;
	margin-bottom: 45px;
}

.sigma-post-wrapper .sigma_post_tags {
	flex-direction: column;
}

.sigma-post-wrapper .sigma_post_tags h5 {
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	margin-bottom: 10px;
}
.theme-icon-cat-temple .sigma-post-wrapper footer .sigma_post_tags .entry-meta-container>.tag-list a{
	border-radius: 30px;
}
.sigma-post-wrapper footer .sigma_post_tags .entry-meta-container>.tag-list {
	padding: 0;
}

.sigma-post-wrapper footer .sigma_post_tags .entry-meta-container>.tag-list i {
	display: none;
}

.sigma-post-wrapper footer .sigma_post_tags .entry-meta-container>.tag-list a {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	padding: 3px 12px;
	background-color: #f8f8f8;
	text-transform: uppercase;
	color: #022147;
	font-weight: 500;
}

.sigma-post-wrapper footer .sigma_post_tags .entry-meta-container>.tag-list a:hover {
	background-color: #F74F22;
	color: #fff;
}

.sigma-post-wrapper footer li.social-share-icon:not(:last-child) {
	margin-bottom: 0;
}

.sigma-post-details .sigma-post-wrapper .post-thumbnail {
	margin-bottom: 25px;
}

.post-details-box .sigma-post-wrapper .sigma-post-inner .entry-footer ul li span:hover {
	color: #022147;
}

.post-details-box .sigma-post-wrapper .sigma-post-inner .entry-footer ul li span a:hover {
	color: #F74F22;
}

@media(max-width: 1200px) {
	.sigma-post-wrapper .sigma_post_tags {
		display: block;
	}
	.sigma-post-wrapper .sigma-post-inner footer.entry-footer {
		text-align: left;
	}
	.sigma-post-wrapper .sigma-post-inner .entry-footer ul li {
		margin-left: 0;
		margin-right: 15px;
	}
	.service-details .sigma-service-wrapper .post-thumbnail.cta_enable {
		padding-right: 30px;
	}
}

.vc_row.counter-big-text {
	position: relative;
	margin-bottom: 20px;
}

.vc_row.counter-big-text:after,
.vc_row.counter-big-text:before {
	display: block !important;
}

.vc_row.counter-big-text:before {
	content: 'Sacreva';
	font-size: 240px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	text-transform: none;
	line-height: 1;
	text-align: center;
	position: absolute;
	left: 50%;
	top: calc(50% - 10px);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px #fff;
	z-index: 1;
	opacity: 0.2;
}

.vc_row.counter-big-text:after {
	content: '';
	background-color: #111;
	left: 20px;
	right: 20px;
	bottom: -20px;
	top: 20px;
	z-index: -2;
	position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.vc_row.counter-big-text:before {
		font-size: 200px;
	}
}

@media only screen and (max-width: 767px) and (min-width: 576px) {
	.sigma-post-wrapper .entry-title {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	.vc_row.counter-big-text:before {
		font-size: 120px;
	}
}

@media (max-width: 399px) {
	.vc_row.counter-big-text:before {
		font-size: 80px;
	}
}


/*===== Go Top =====*/

.go-top-area {
	position: relative;
}

.go-top-area .go-top {
	position: fixed;
	bottom: 40px;
	right: 25px;
	cursor: pointer;
	color: #ffffff;
	background-color: #F74F22;
	z-index: 9999;
	width: 40px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	border-right: 0;
}

.go-top-area .go-top i {
	position: absolute;
	top: 50%;
	left: -4px;
	right: 0;
	margin: 0 auto;
	font-size: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: .3s;
}

.go-top-area .go-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%;
}

.go-top-area .go-top::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #F74F22;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.go-top-area .go-top:focus,
.go-top-area .go-top:hover {
	color: #fff;
}

.go-top-area .go-top:focus::before,
.go-top-area .go-top:hover::before {
	opacity: 1;
	visibility: visible;
}

.go-top-area .go-top:focus i:first-child,
.go-top-area .go-top:hover i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}

.go-top-area .go-top:focus i:last-child,
.go-top-area .go-top:hover i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%;
}

.go-top-area .go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.sigma-post-wrapper .entry-title {
		font-size: 32px;
	}
}

.go-top-wrap {
	position: relative;
}

.go-top-wrap .go-top-btn {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	z-index: 1;
	background-color: #F74F22;
}

.go-top-wrap .go-top-btn i {
	font-size: 20px;
	padding-left: 4px;
	color: #fff;
}

.go-top-wrap .go-top-btn::after {
	z-index: -1;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	animation: ripple 1.6s ease-out infinite;
	opacity: 0;
	background-color: #F74F22;
}

.go-top-wrap .go-top-btn:hover {
	background-color: #000;
	color: #fff;
}

.volunteer-style-1.volunteer-layout-slider {
	margin: 0 -15px;
}

.sigma-related-places {
	padding-top: 80px;
}

.dark-overlay {
	position: relative;
}

.dark-overlay:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s;
}

.dark-overlay.dark-overlay-3::before {
	background-color: rgba(0, 0, 0, .8);
}

.dark-overlay.dark-overlay-5::before {
	background-color: rgba(0, 0, 0, .5);
}

.primary-overlay:before {
	background-color: rgba(158, 207, 54, .7);
}


/* contact form */

.contact-form-1 input[type="text"],
.contact-form-1 input[type="email"],
.contact-form-1 input[type="password"],
.contact-form-1 textarea {
	background: rgba(255, 255, 255, .1);
	border: 0;
	color: #fff;
}

.contact-form-1 input[type="text"]::placeholder,
.contact-form-1 input[type="email"]::placeholder,
.contact-form-1 input[type="password"]::placeholder,
.contact-form-1 textarea::placeholder {
	color: #fff;
}

.contact-form-1 .form-group {
	position: relative;
	margin-bottom: 20px;
}
.contact-form-1 .form-group textarea:focus {
    color: #fff;
}
.contact-form-1 .form-group textarea {
	height: 100px;
	border-radius: 0;
}
.contact-form-1 .form-group textarea.form-control::placeholder {
    font-size: 14px;
}

.contact-form-1 .form-group textarea.form-control:focus {
    background: rgba(255, 255, 255, .1);
}

.contact-form-1 .form-group i {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	color: #EFEFEF;
}

.contact-form-1 .sigma_btn-custom i {
	position: absolute;
	top: 20px;
	right: 37%;
	color: #fff;
	z-index: 1;
}

.contact-form-1 .sigma_btn-custom:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform-origin: center;
	background-color: #02214745;
	width: 10px;
	height: calc(100% - 15px);
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.contact-form-1 .sigma_btn-custom input,
.sigma_btn-custom input {
	background: none;
	z-index: 10;
	width: 100%;
	position: relative;
}

.contact-form-1 .sigma_btn-custom,
.sigma_btn-custom {
	display: inline-block;
	text-align: center;
	position: relative;
	white-space: nowrap;
	vertical-align: middle;
	position: relative;
	border: 0;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border-radius: 0px;
	font-weight: 600;
	overflow: hidden;
	z-index: 1;
	background: #F74F22;
	width: 100%;
}

.contact-form-1 .sigma_btn-custom input:hover,
.sigma_btn-custom input:hover {
	background: none;
}

.contact-form-1 .sigma_btn-custom:hover:before,
.sigma_btn-custom:hover:before {
	width: calc(100% - 14px);
	opacity: 1;
	visibility: visible;
}

.sigma_btn-custom {
	width: auto;
}

body .sigma_btn-custom input:hover {
	background: none;
}

.contact-form-1 .sigma_btn-custom input:hover {
	background: none;
}

.custom-form input[type="text"],
.custom-form input[type="email"],
.custom-form input[type="password"],
.custom-form textarea {
	background-color: transparent;
	border: 2px solid #767E88;
	border-radius: 0;
	color: #fff;
	height: 60px;
}
.custom-form textarea:focus{
	color: #fff;
}
.theme-icon-cat-temple .custom-form input[type="text"],
.theme-icon-cat-temple .custom-form input[type="email"],
.theme-icon-cat-temple .custom-form input[type="password"],
.theme-icon-cat-temple .custom-form textarea {
    background-color: transparent;
    border: 2px solid #383838;
    border-radius: 10px;
    color: #fff;
    height: 60px;
}
.theme-icon-cat-temple .custom-form .form-group i{
	border-left-color: #383838;
}

.custom-form input[type="text"]::placeholder,
.custom-form input[type="email"]::placeholder,
.custom-form input[type="password"]::placeholder,
.custom-form textarea::placeholder {
	color: #fff;
}

.custom-form input[type="text"]:focus,
.custom-form input[type="email"]:focus,
.custom-form input[type="password"]:focus,
.custom-form textarea:focus {
	box-shadow: none;
	background: none;
	border: 2px solid #767E88;
}

.custom-form .form-group {
	position: relative;
}

.custom-form .form-group i {
	color: #fff;
	height: 100%;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	border-left: 2px solid #767E88;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.custom-form .form-group .sigma_btn-custom input {
	background: none;
	padding: 0;
	display: block;
}

.custom-form .form-group .sigma_btn-custom .ajax-loader {
	position: absolute;
	right: 40px;
	top: 16px;
}

.custom-form .form-group .sigma_btn-custom {
	background: #F74F22;
	position: relative;
	height: 60px;
	padding: 20px 40px;
	z-index: 1;
	overflow: hidden;
	font-size: 14px;
	width: 100%;
	font-weight: 600;
}

.custom-button-style-2 .sigma_btn-custom:before,
.custom-button-style-2 .site-header.header-layout-3 .sigma_btn-custom::before {
	content: '';
	position: absolute;
	bottom: -85%;
	left: -95%;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: .3s;
	background: #02214745;
}
.custom-button-style-2 .site-header.header-layout-3 .sigma_btn-custom::before,
.custom-button-style-2 .contact-form-1 .sigma_btn-custom:before {
  top: auto;
  transform: none;
  opacity: 1;
  visibility: visible;
}
.custom-button-style-2 .site-header.header-layout-3 .sigma_btn-custom:hover::before {
		width: 100%;
    left: 0;
    bottom: 0;
}

.custom-button-style-2 .sigma_btn-custom:hover:before {
	width: 100%;
	left: 0;
	bottom: 0;
}

.custom-button-style-1 .sigma_btn-custom:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform-origin: center;
	background-color: #02214745;
	width: 10px;
	height: calc(100% - 15px);
	z-index: -1;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.custom-button-style-1 .sigma_btn-custom:hover:before {
	width: calc(100% - 14px);
	opacity: 1;
	visibility: visible;
}

.custom-form input[type="submit"]:focus {
	outline: none;
	box-shadow: none;
	color: #fff;
}

.contact-us-form {
	padding: 40px;
	background: #fff;
	box-shadow: 0px 10px 50px 0px rgba(53, 82, 99, 0.09);
}

.contact-us-form .form-group {
	position: relative;
}

.contact-us-form .form-group i {
	position: absolute;
	top: 30px;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1;
  color: #404040;
}

.contact-us-form textarea {
	border: none;
	background: #f7f7f7;
	border-radius: 0;
	padding: 20px 20px;
}

.contact-us-form .text-center.sigma_btn-custom {
	display: block;
}

.contact-us-form .sigma_btn-custom input,
.contact-us-form .sigma_btn-custom input:hover {
	background: none;
}

.contact-us-form .sigma_btn-custom {
	background: #F74F22;
	position: relative;
	z-index: 1;
	padding: 0 10px;
	width: fit-content;
	margin: 0 auto;
}

.contact-us-form .sigma_btn-custom .ajax-loader {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 20px;
}

.form-group i {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-100%);
	z-index: 1;
}

.sigma_btn-custom:before {
	z-index: 1;
}

.form-control:focus {
	background: #EFEFEF;
	border: 0;
	box-shadow: none;
}

.form-control {
	border-radius: 0;
}

.appointment-form textarea {
	height: 100px;
}

.appointment-form textarea:focus {
	background: #EFEFEF;
}


/* slider navigation */

.sigma-shortcode-wrapper .slick-arrow {
	position: absolute;
	top: -90px;
	right: 0;
	width: 50px;
	height: 50px;
	background: #022147;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 50px;
}

.sigma-shortcode-wrapper .slick-arrow.slick-next:after {
	content: "\f054";
	font-family: 'Font Awesome 5 Pro';
	font-size: 16px;
	color: #fff;
	font-weight: 300;
}

.sigma-shortcode-wrapper .slick-arrow.slick-prev,
.sigma-shortcode-wrapper .slick-arrow.slick-next {
	font-size: 0;
}

.sigma-shortcode-wrapper .slick-arrow.slick-prev:before {
	content: "\f053";
	font-family: 'Font Awesome 5 Pro';
	font-size: 16px;
	color: #fff;
	font-weight: 300;
}

.sigma-shortcode-wrapper .slick-arrow.slick-prev {
	right: 60px;
}

.sigma-shortcode-wrapper.testimonials-style-2 .slick-arrow {
	top: auto;
	background: #f7f7f7;
	bottom: -80px;
	left: 50%;
	right: 50%;
}

.sigma-shortcode-wrapper.testimonials-style-2 .slick-prev.slick-arrow {
	left: 45%;
}

.sigma-shortcode-wrapper.testimonials-style-2 .slick-arrow:before,
.sigma-shortcode-wrapper.testimonials-style-2 .slick-arrow:after {
	color: #022147;
}

.sigma-shortcode-wrapper.testimonials-style-2 .slick-arrow:hover {
	box-shadow: none;
	background: #F74F22;
}

.sigma-shortcode-wrapper.testimonials-style-2 .slick-arrow:hover:before,
.sigma-shortcode-wrapper.testimonials-style-2 .slick-arrow:hover:after {
	color: #fff;
}


/*--- Spacer ----*/

.spacer {
	height: 140px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
}

.spacer.spacer-bottom {
	top: auto;
	bottom: 0;
}

.spacer-lg {
	height: 295px;
}

.light-bg {
	background-color: #f7f7f7;
}

.pattern-triangles::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url(../images/triangles.png);
	background-size: cover;
	background-position: center;
}
.theme-icon-cat-buddha .pattern-triangles::before{
	background-image: url(../images/triangles-2.png);
}
.vertical-seperator {
	display: block;
	width: 3px;
	height: 80px;
	text-align: center;
	background-color: #F74F22;
	margin: 0 auto;
}

/*-----------------------------------------------------------------
 Header Login/ Register Form
-----------------------------------------------------------------*/
.modal-dialog.header-user-wrapper .modal-content {
	padding: 0;
	border-radius: 6px;
	background-color: transparent;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
}
#header-login-register-form.modal {
	background: #0000008c;
	padding-right: 0 !important;
}
#header-login-register-form-wrapper {
	overflow: hidden;
	box-sizing: border-box;
	padding: 0;
}

#header-login-register-form-wrapper .registration-form-wrapper {
	z-index: 5;
	width: 100%;
	border-radius: 6px;
	min-height: 100%;
	padding: 50px;
	transition: 0.3s ease;
	background: #fff;
	cursor: pointer;
	display: none;
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.1s;
	-moz-animation-duration: 0.1s;
	-o-animation-duration: 0.1s;
	animation-duration: 0.1s;
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-o-animation-duration:0.1s;
	animation-delay: 0.1s;
}
.login-register-form-toggle {
	z-index: 10;
	position: absolute;
	top: 60px;
	right: 60px;
	background: #FFFFFF;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	transform-origin: center;
	transform: translate(0, -25%) scale(0);
	opacity: 0;
	cursor: pointer;
	transition: all 0.3s ease;
}

.login-register-form-toggle:before, .login-register-form-toggle:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 4px;
	background: #f74f22;
	transform: translate(-50%, -50%) rotate(-45deg);
	transition: .3s;
}
.login-register-form-toggle:before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.login-register-form-toggle.visible {
	transform: translate(0, -85%) scale(1);
	opacity: 1;
	right: 10px;
}
.login-register-form-toggle.visible:hover:before,
.login-register-form-toggle.visible:hover:after {
	transform: translate(-50%, -50%) rotate(0deg );
	transition: 0.3s;
}
#header-login-register-form-wrapper .registration-form-wrapper.active {
	cursor: default;
	display: block;
}
#header-login-register-form-wrapper #header-login-form .sigma_form-info {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.login-form-wrapper{
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.1s;
	-moz-animation-duration: 0.1s;
	-o-animation-duration: 0.1s;
	animation-duration: 0.1s;
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-o-animation-duration:0.1s;
	animation-delay: 0.1s;
	background: #fff;
	padding: 50px;
	border-radius: 6px;
}
.login-form-wrapper.hidden {
	display: none;
}
#header-login-register-form-wrapper .registration-form-wrapper #error-message .error:last-child {
	padding-bottom: 15px;
	border-bottom: 1px solid;
	margin-bottom: 20px;
}
#header-login-register-form-wrapper .registration-form-wrapper #error-message .error {
	margin: 0 0 10px;
	color: #b81c23;
}
#header-login-register-form-wrapper .section-title {
	margin-bottom: 50px;
}

#header-login-register-form-wrapper .section-title h2 {
	margin-bottom: 10px;
}
.header-login-register-form .sigma_close {
	right: 20px;
	position: absolute;
	background: transparent;
	z-index: 1;
	top: 10px;
}
.header-login-register-form .sigma_close span {
	width: 30px;
	height: 4px;
	opacity: 1;
	background: #f74f22;
}
.password-toggle.show-password:hover {
	cursor: pointer;
}
.modal-open{
	padding-right: 0!important;
}
.header-login-register-form .sigma_close span:first-child {
	transform: rotate(45deg);
}

.header-login-register-form .sigma_close span {
	position: absolute;
	width: 30px;
	height: 4px;
	opacity: 1;
	transition: .3s;
	background-color: #f74f22;
}
.header-login-register-form .sigma_close span:last-child {
	transform: rotate(
			135deg);
}
.header-login-register-form .sigma_close:hover span:first-child {
	transform: rotate(
			0deg);
}
.header-login-register-form .sigma_close:hover span:last-child {
	transform: rotate(
			180deg);
}
#header-login-register-form-wrapper .section-title h2 {
	font-size: 40px;
}
.header-login-register-form .sigma_close {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.3s;
}
#header-login-register-form-wrapper #header-login-form .form-group,
#header-login-register-form-wrapper #sacreva-register-form .form-group{
	position: relative;
	margin-bottom: 20px;
}
#header-login-register-form-wrapper #header-login-form .form-group i,
#header-login-register-form-wrapper #sacreva-register-form .form-group i{
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	z-index: 1;
}
#header-login-register-form-wrapper #sacreva-register-form .form-group .sigma_btn i {
	top: 21px;
}
.hide-cat-icon .sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-footer ul li .tag-list i,
.hide-cat-icon .custom-heading-style-2 .section-title .heading-subtitle:before,
.hide-cat-icon .custom-heading-style-2.text-center .section-title .heading-subtitle:after,
.hide-cat-icon .sigma-footer-widgets-wrapper .widget.widget_nav_menu ul li a::before {
    display: none;
}
