/*==== Progress Bar =====*/
.sigma-progress-bar-wrapper {
	margin-bottom: 45px;
}
.sigma-progress-bar-wrapper:last-child{
    margin-bottom: 0;
}
.sigma_progress_bar_wrapper .sigma-progress-bar {
	width: 100%;
    height: 5px;
    background-color: #ddd;
        display: flex;
    align-items: center;
}
.sigma_progress_bar_wrapper .sigma-progress-bar-inner {
	width: 0%;
	height: 5px;
	background-color: #F74F22;
	position: relative;
    margin-left: 0;
}
.sigma_progress_bar_wrapper.progress-bar-style-1 .sigma-progress-bar-inner span {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #F74F22;
    transform: translateY(-50%);
}
.progress-bar-style-1 .sigma-progress-bar-wrapper {
    margin-bottom: 0;
}
.progress-bar-style-1 .sigma-progress-bar-wrapper + .sigma-progress-bar-wrapper {
    margin-top: 30px;
}
.sigma-progress-bar-title {
	font-size: 14px;
	font-weight: 600;
	font-family: Poppins;
	margin: 0 0 5px;
	display: inline-block;
	color: #041d38;
}
.sigma-progress-bar-value {
	float: right;
	font-weight: 600;
	font-family: Poppins;
	color: #041d38;
}
/*rounded-bar*/
.rounded-bar .chart{
	position: relative;
    min-width: 90px;
    min-height: 90px;
    width: 90px;
}
.rounded-bar .chart canvas{
	    position: absolute;
    left: 0;
    top: 0;
}
.rounded-bar .chart .icon{
	    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #041d38;
}
.progress-bar-style-3 .chart span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 700;
	font-size: 40px;
	line-height: 1;
	color: #022147;
}
.progress-bar-style-3 .chart span b {
    font-size: 20px;
    padding-left: 5px;
    color: #F74F22;
}
.chart-two .counter-flex {
    position: absolute;
    left: 0;
    top: 47%;
    display: flex;
    justify-content: center;
    right: 0;
    transform: translateY(-50%);
}
.chart-two .counter-flex span {
    font-size: 40px;
    color: #022147;
    font-weight: 600;
}
.progress-bar-style-3.size-sm .chart-two .counter-flex span{
	font-size: 20px;
}
.chart-two {
    position: relative;
}
/*==== Counter ====*/
.counter-style-1 .counter-box{
  text-align: center;
}
.counter-style-1 .counter-box .icon {
    margin-bottom: 30px;
}
.counter-style-1 .counter-box .icon i {
    font-size: 70px;
    color: #F74F22;
}
.counter-style-1 .counter-box h4 {
    font-size: 60px;
    word-spacing: 0;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}
.counter-style-1 .counter-box h4 .plus-icon {
    font-size: 16px;
}
.counter-box .title {
    color: #999999;
}
.counter-dark-layout .counter-box h4{
  color:#fff;
}
.counter-text-left .counter-box {
    text-align: left;
}
.counter-text-right .counter-box {
    text-align: right;
}
.counter-text-center .counter-box {
    text-align: center;
}
/* counter style 2 */
.counter-style-2 .counter-box.counter-box-two {
    background-color: #fff;
    padding: 30px 40px 30px 120px;
    position: relative;
    margin-bottom: 30px;
}
.counter-style-2 .counter-box.counter-box-two .icon {
    position: absolute;
    top: 40px;
    left: 40px;
    font-size: 60px;
    color: #F74F22;
    margin: 0;
    line-height: 1;
}
.counter-style-2 .counter-box.counter-box-two h4 {
    font-size: 60px;
    word-spacing: 0;
    font-weight: 400;
    letter-spacing: -1px;
    font-family: "Poppins", serif;
}
.counter-style-2 .counter-box.counter-box-two .icon img {
    width: 60px;
}
.counter-style-2.counter-dark-layout .counter-box {
    background-color: #111;
}
.counter-style-2.counter-dark-layout .counter-box h4{
  color:#fff;
}
@media (max-width: 575px) {
.counter-style-2 .counter-box.counter-box-two h4,
.counter-style-1 .counter-box h4 {
    font-size: 38px;
}
}
/* style 3*/
.counter-style-3 .counter-box.counter-box-three {
    position: relative;
    text-align: center;
    padding: 30px;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    background-size: cover;
    justify-content: center;
    z-index: -1;
    flex-direction: column;
}
.counter-style-3 .primary-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #022147b3;
    z-index: -1;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 50%;
}
.counter-style-3 .counter-box.counter-box-three h4 {
    position: relative;
    font-size: 85px;
    line-height: 1;
    margin: 0 0 0;
}
.counter-style-3 .counter-box.counter-box-three .title{
  font-size: 16px;
  margin: 0;
  color: #fff;
}
.counter-style-3 .counter-box.counter-box-three h4 span.counter {
    font-size: 85px;
}
.counter-style-3 .counter-box.counter-box-three h4 {
    font-size: 18px;
}
/*===== Custom Heading =====*/
.custom-heading-style-2 .section-title .heading-subtitle {
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 0;
    color: #F74F22;
    font-weight: 700;
    align-items: center;
    letter-spacing: inherit;
    justify-content: flex-start;
}
.custom-heading-style-2 .section-title .heading-subtitle:before {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 14px;
    margin-right: 10px;
}
.custom-heading-style-2.text-center .section-title .heading-subtitle:after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 14px;
    margin-left: 10px;
}
.custom-heading-style-2.text-center.text-md-right .section-title .heading-subtitle:after {
    display: none;
}
.custom-heading-style-2 .section-title .heading-title {
    position: relative;
    margin: 0;
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
}
.custom-heading-style-2 .section-title {
    max-width: 500px;
}
.custom-heading-style-2.text-center .section-title {
    margin: 0 auto 50px;
}
.custom-heading-style-3 .section-title .heading-subtitle {
    color: #F74F22;
    background-color: #F74F2233;
    display: inline-block;
    padding: 8px 20px;
    font-size: 13px;
    letter-spacing: inherit;
    margin-bottom: 15px;
}
.custom-heading-style-3 .section-title .heading-title {
    position: relative;
    margin: 0;
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
}
.theme-icon-cat-temple .custom-heading-style-3 .section-title .heading-subtitle {
    border-radius: 30px;
}
.sigma_cta-sperator {
    z-index: 1;
    position: absolute;
    top: 72%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    color: #022147;
    font-weight: 600;
    background-color: #fff;
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0 3px 12px -4px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 12px -4px rgba(0, 0, 0, .1);
    justify-content: center;
}
.theme-icon-cat-temple .custom-heading-style-2 .section-title .heading-subtitle:before,
.theme-icon-cat-temple .custom-heading-style-2.text-center .section-title .heading-subtitle:after {
    content: "\f679";
}
.theme-icon-cat-mosque .custom-heading-style-2 .section-title .heading-subtitle:before,
.theme-icon-cat-mosque .custom-heading-style-2.text-center .section-title .heading-subtitle:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #F74F22;
}
.theme-icon-cat-mosque .custom-heading-style-2 .section-title .heading-subtitle{
	justify-content: flex-start;
  display: inline-flex;
}
.theme-icon-cat-buddha .custom-heading-style-2 .section-title .heading-subtitle:before,
.theme-icon-cat-buddha .custom-heading-style-2.text-center .section-title .heading-subtitle:after {
	content: "\f39b";
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 30px;
  font-weight: 400;
  margin-right: 10px;
}
.theme-icon-cat-buddha .custom-heading-style-2 .section-title .heading-subtitle{
	display: flex;
}
.theme-icon-cat-buddha .custom-heading-style-2.text-center .section-title .heading-subtitle{
	justify-content: center;
}
.theme-icon-cat-buddha .custom-heading-style-2.text-right .section-title .heading-subtitle{
	justify-content: flex-end;
}
@media(max-width: 991px) {
  .custom-heading-style-2 .section-title .heading-title,
  .custom-heading-style-3 .section-title .heading-title{
    font-size: 40px;
  }
}
@media(max-width: 768px) {
  .custom-heading-style-2 .section-title .heading-title,
  .custom-heading-style-3 .section-title .heading-title{
    font-size: 30px;
  }
}
/*---- Infobox ====*/
.cta-section .cta-inner {
  position: relative;
  z-index: 1;
}
.cta-section .cta-inner .cta-text p {
  font-size: 20px;
  line-height: 1.6;
  color: #a08d69;
}
.cta-section .cta-inner .cta-text a.main-btn.btn-filled {
  background-color: #111;
  color: #fff;
  margin-top: 40px;
  border-color: #111;
}
.cta-section .cta-inner .cta-text a.main-btn.btn-filled:hover {
  background-color: #F74F22;
  border-color: #F74F22;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-section .cta-inner .cta-text {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .cta-section .cta-inner .cta-text {
    margin-top: 60px;
  }
}
.cta-section .cta-inner .cta-features .single-feature {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  -ms-grid-columns: 120px 1fr;
      grid-template-columns: 120px 1fr;
  margin-bottom: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-section .cta-inner .cta-features .single-feature {
    -ms-grid-columns: 100px 1fr;
        grid-template-columns: 100px 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta-section .cta-inner .cta-features .single-feature {
    -ms-grid-columns: 100px 1fr;
        grid-template-columns: 100px 1fr;
  }
}
@media (max-width: 575px) {
  .cta-section .cta-inner .cta-features .single-feature {
    display: block;
  }
}
.cta-section .cta-inner .cta-features .single-feature .icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(190, 173, 142, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(190, 173, 142, 0.2);
  text-align: center;
  line-height: 120px;
  font-size: 60px;
  color: #F74F22;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-section .cta-inner .cta-features .single-feature .icon {
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .cta-section .cta-inner .cta-features .single-feature .icon {
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .cta-section .cta-inner .cta-features .single-feature .icon {
    margin-bottom: 30px;
  }
}
.cta-section .cta-inner .cta-features .single-feature .cta-desc {
  position: relative;
  padding-left: 40px;
  z-index: 1;
  font-size: 14px;
}
@media (max-width: 575px) {
  .cta-section .cta-inner .cta-features .single-feature .cta-desc {
    padding-left: 0;
  }
}
.cta-section .cta-inner .cta-features .single-feature .cta-desc h3 {
  font-size: 30px;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-section .cta-inner .cta-features .single-feature .cta-desc h3 {
    font-size: 26px;
  }
}
.cta-section .cta-inner .cta-features .single-feature .cta-desc .count {
  position: absolute;
  font-size: 120px;
  font-weight: 700;
  left: -32px;
  top: 0;
  line-height: 1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #111;
  z-index: -1;
  color: transparent;
  opacity: 0.1;
}
@media (max-width: 575px) {
  .cta-section .cta-inner .cta-features .single-feature .cta-desc .count {
    left: 0;
    top: -75px;
  }
  .cta-section .cta-inner .cta-features .single-feature .cta-desc h3{
    font-size: 24px;
  }
}
.cta-section .cta-inner .cta-features .single-feature:hover .icon {
  background-color: #F74F22;
  color: #fff;
}
.cta-section .cta-inner .cta-features .single-feature:last-child {
  margin-bottom: 0;
}
.sigma-shortcode-wrapper.border-arrows .slick-arrow {
  border-color: #fff;
  border: 1px solid #fff;
}
.theme-icon-cat-mosque .sigma-shortcode-wrapper.border-arrows .slick-arrow{
	border-color: transparent;
}
/* infobox style 2 */
.features-loop .feature-box {
  padding: 60px 50px;
  background-color: #fff;
  font-size: 14px;
  background-color: #fff;
  border: 2px solid #f8f8f8;
  position: relative;
  margin-bottom: 30px;
  /*=======  Dark Style  =======*/
}
.infobox-right .features-loop .feature-box {
    text-align: left;
}
.infobox-right .features-loop .feature-box {
    text-align: right;
}
.infobox-center .features-loop .feature-box {
    text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-loop .feature-box {
    padding: 50px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-loop .feature-box {
    padding: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features-loop .feature-box {
    padding: 35px 25px;
  }
}
@media (max-width: 575px) {
  .features-loop .feature-box {
    padding: 50px 30px;
  }
}
.features-loop .feature-box .icon {
  margin-bottom: 30px;
  font-size: 70px;
  color: #F74F22;
  line-height: 1;
}
.features-loop .feature-box:hover .icon i {
  -webkit-animation: hvr-buzz-out 0.75s linear 1;
          animation: hvr-buzz-out 0.75s linear 1;
}
.features-loop .feature-box h3 {
  font-size: 30px;
  margin-bottom: 30px;
  letter-spacing: -1px;
}
.features-loop .feature-box:hover h3{
  cursor: pointer;
  color: #F74F22;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features-loop .feature-box h3 {
    font-size: 24px;
  }
}
.features-loop .feature-box .count {
  line-height: 1;
  position: absolute;
  right: 0;
  top: -10px;
  font-size: 120px;
  color: #f8f8f8;
}
.features-loop .feature-box.with-hover-img .hover-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: visible;
  opacity: 1;
}
.features-loop .feature-box.with-hover-img:hover .hover-img {
  opacity: 0;
  visibility: hidden;
}
.features-loop .feature-box.dark-box {
  background-color: #292929;
  border: none;
}
.features-loop .feature-box.dark-box,
.features-loop .feature-box.dark-box h3 a {
  color: #fff;
}
.features-loop .feature-box.dark-box .count {
  color: #111;
}
.infobox-dark .features-loop .feature-box, .infobox-dark .features-loop .feature-box h3 {
    background-color: #111;
    color: #fff;
}
.infobox-dark .features-loop .feature-box:hover h3{
  color: #F74F22;
}
.infobox-dark  .features-loop .feature-box .count{
  color:#000;
}
.features-loop .feature-box p{
  margin-bottom: 0;
}
.infobox-style-3 .features-loop .feature-box {
    padding: 50px 30px;
}
/* style 4 */
.infobox-style-4 .sigma_icon-block.icon-block-3{
  display: flex;
  align-items: center;
  box-shadow: none;
  position: relative;
  background-color: #fff;
  border-radius: 0;
  z-index: 1;
  padding: 0;
}
.infobox-style-4 .sigma_icon-block.icon-block-3 .icon-wrapper i,
.infobox-style-4 .sigma_icon-block.icon-block-3 .icon-wrapper span.icon-number,
.infobox-style-4 .sigma_icon-block.icon-block-3 .icon-wrapper img{
    margin: 0;
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F74F22;
    opacity: 1;
    margin-right: 20px;
}
.infobox-style-4 .sigma_icon-block.icon-block-3 .sigma_icon-block-content {
    flex: 1;
}
.infobox-style-4 .sigma_icon-block.icon-block-3 .sigma_icon-block-content h5 {
    font-size: 22px;
    margin-bottom: 0;
}
.infobox-style-4 .sigma_icon-block.icon-block-3 .sigma_icon-block-content p {
    margin-top: 5px;
    margin-bottom: 0;
}
.infobox-style-4 .sigma_icon-block .icon-wrapper {
    margin-right: 0;
}
/* style 5 */
.infobox-style-5 .sigma_icon-block {
    background-color: #fff;
    border: 2px solid #efefef;
    padding: 40px;
    display: block;
}
.infobox-style-5 .sigma_icon-block > i {
    margin: 0;
    top: 50%;
    left: 50%;
    right: auto;
    color: #022147;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 140px;
    width: auto;
    height: auto;
    display: inline-flex;
    justify-content: flex-start;
    background-color: transparent;
    border: 0;
}
.infobox-style-5 .sigma_icon-block .sigma_icon-block-content > span {
    color: #F74F22;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
}
.infobox-style-5 .sigma_icon-block span i {
    font-size: 14px;
    margin-left: 5px;
}
.infobox-style-5 .sigma_icon-block .sigma_icon-block-content h5{
  color:#022147;
  font-size: 24px;
  margin-bottom: 0;
}
.infobox-style-5 .sigma_icon-block p {
    color: #767e88;
    margin-top: 10px;
    margin-bottom: 0;
}
.infobox-style-5 .sigma_icon-block .icon-wrapper i {
    align-items: center;
    width: auto;
    height: auto;
    font-size: 60px;
    display: inline-flex;
    justify-content: flex-start;
    background-color: transparent;
    border: 0;
    color: #F74F22;
    line-height: normal;
    margin: 0;
    margin-top: 20px;
    opacity: 1;
}
.infobox-style-5 .sigma_icon-block:hover {
    box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
    border-color: transparent;
}
.infobox-style-5 .sigma_icon-block:hover > i {
    opacity: .1;
    visibility: visible;
}
.infobox-style-4 .sigma_icon-block.icon-block-3 .icon-wrapper img {
    max-width: 100px;
}
/* style 6 */
.infobox-style-6 .sigma_icon-block {
    padding: 40px;
    box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
}
.infobox-style-6 .sigma_icon-block .icon-wrapper {
    margin: 0;
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.infobox-style-6 .sigma_icon-block .icon-wrapper i, .infobox-style-6 .sigma_icon-block .icon-wrapper span.numbers {
    font-size: 70px;
    color: #F74F22;
    opacity: 1;
    line-height: 1;
}
.infobox-style-6 .sigma_icon-block .sigma_icon-block-content h5 {
    font-size: 22px;
    margin-bottom: 0;
}
.infobox-style-6 .sigma_icon-block .sigma_icon-block-content p {
    margin-top: 5px;
    margin-bottom: 0;
}
.infobox-style-6 .sigma_icon-block .sigma_icon-block-content i {
    font-size: 14px;
    margin: 0;
    display: inline-block;
    opacity: 1;
    margin-top: 20px;
    color: #777;
    opacity: .3;
}
@media (max-width: 768px) {
  .infobox-style-4 .sigma_icon-block.icon-block-3{
    margin-bottom: 10px;
  }
}
/*==== Testimonials =====*/
.testimonial-box {
  background-color: #fff;
  text-align: center;
  padding: 50px 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-box {
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-box {
    padding: 50px 20px;
    font-size: 14px;
  }
}
.testimonial-box .client-img {
  max-width: 150px;
  max-height: 150px;
  margin: auto;
  position: relative;
}
.testimonial-box .client-img img {
  max-width: 150px;
  max-height: 150px;
  border-radius: 50%;
}
.testimonial-box .client-img .check {
  position: absolute;
  right: 0;
  top: 0;
  border: 4px solid #fff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #F74F22;
  text-align: center;
  line-height: 50px;
  color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial-box h3 {
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 35px;
  letter-spacing: -1px;
}
.testimonials-style-1 .testimonial-box .clinet-post {
    margin-bottom: 10px;
    display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-box h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-box h3 {
    font-size: 22px;
  }
}
.testimonial-box .clinet-post {
  font-weight: bold;
  text-transform: uppercase;
  color: #F74F22;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-box .clinet-post {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-box .clinet-post {
    font-size: 12px;
  }
}
.testimonial-box:hover {
  -webkit-box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.2);
          box-shadow: 0px 14px 24px 0px rgba(190, 173, 142, 0.2);
}
.testimonial-slider ul.slick-dots{
  margin-top: 30px;
}
.testimonial-slider ul.slick-dots li {
  display: inline-block;
  cursor: pointer;
}
.testimonial-slider ul.slick-dots li button {
  font-size: 0;
  border: 0;
  background-color: #EFEFEF;
  width: 16px;
  height: 4px;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.testimonial-slider ul.slick-dots li.slick-active button {
  width: 26px;
  background-color: #F74F22;
}
/* style 2 */
.testimonials-style-2 .sigma_testimonial-inner,
.testimonials-style-2 .slick-slide.sigma_testimonial-inner {
    position: relative;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px 10px 8px 0px rgba(53,82,99,0.09);
    display: flex;
    align-items: flex-start;
}
.testimonials-style-2 .sigma_testimonial-thumb {
    position: relative;
    margin-right: 20px;
    width: 100px;
}
.testimonials-style-2 .sigma_testimonial-thumb + div {
    flex: 1;
}
.testimonials-style-2 .sigma_testimonial-thumb:before {
    content: '\f105';
    font-family: flaticon;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background-color: #F74F22;
}
.testimonials-style-2 .sigma_testimonial-body {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
}
.testimonials-style-2 .sigma_testimonial-body p{
  margin-bottom: 0;
}
.testimonials-style-2 .sigma_rating-wrapper {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.testimonials-style-2 .sigma_rating-wrapper .sigma-testimonial-rating i.active {
    color: #ffa80a;
    margin-right: 5px;
    font-size: 12px;
}
.testimonials-style-2 .sigma_rating-wrapper .sigma-testimonial-rating i {
    font-size: 12px;
}
.testimonials-style-2 .sigma_testimonial-footer {
    display: flex;
    align-items: center;
}
.testimonials-style-2 .sigma_testimonial-footer cite {
    font-size: 15px;
    font-weight: 700;
    color: #022147;
    font-style: normal;
    display: block;
}
.sigma_testimonials_wrapper .testimonial-slider .slick-track,
.sigma_testimonials_wrapper .shortcode_slider .slick-track {
    padding: 20px 0;
}

.sigma-shortcode-wrapper.sigma_testimonial_slider_wrapper .slick-slider .slick-slide p {
    font-size: 18px;
    color: #fff;
    margin: 10px 0 30px;
}
.sigma-shortcode-wrapper.sigma_testimonial_slider_wrapper .slick-slider .slick-slide .sigma_testimonial-author cite {
    font-size: 18px;
    color: #fff;
    font-style: normal;
}
.sigma-shortcode-wrapper.sigma_testimonial_slider_wrapper .slick-slider .slick-dots {
    margin-top: 10px;
    justify-content: end;
}
.sigma-shortcode-wrapper.sigma_testimonial_slider_wrapper .icon{
  margin-left: 0;
  line-height: 1;
  color: #F74F22;
  display: flex;
  font-size: 50px;
  align-items: center;
  width: auto;
  height: auto;
}
.sigma_testimonial_slider_wrapper {
    box-shadow: none;
    padding: 40px;
    background-color: #022147;
    text-align: left;
    position: relative;
}
.sigma_testimonial_slider_wrapper .sigma_testimonial-image {
    position: relative;
    margin-top: -150px;
}
.sigma_testimonial_slider_wrapper .sigma_testimonial-image .row > div {
    padding: 0;
}
.sigma_testimonial_slider_wrapper .sigma_testimonial-image .row > div + div {
    margin-left: 10px;
}
.sigma_testimonial_slider_wrapper::after {
    content: "";
    position: absolute;
    right: -118%;
    top: 0;
    width: 120%;
    z-index: -1;
    height: 100%;
    background-color: #022147;
}
.sigma_testimonial_slider_wrapper .sigma_testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/*==== Custom Tabs ====*/
.sigma-custom-tabs .tab-pane p{
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
}
.sigma-custom-tabs ul.nav{
	margin-top: 25px;
}
.sigma-custom-tabs ul.nav li{
	margin-right: 25px;
	margin-bottom: 20px;
}
.sigma-custom-tabs ul.nav li a{
	text-align: center;
    font-weight: 700;
    padding: 0;
    border-radius: 0;
    color: #fff;
}
.sigma-custom-tabs ul.nav li a span.icon{
	display: block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: #072341;
    color: #F74F22;
    font-size: 40px;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.sigma-custom-tabs ul.nav li a:hover,
.sigma-custom-tabs ul.nav li a.active{
	    background-color: transparent;
}
.sigma-custom-tabs ul.nav li a:hover span.icon,
.sigma-custom-tabs ul.nav li a.active span.icon{
	background-color: #F74F22;
    color: #072341;
}
.theme-icon-cat-mosque .border-before p::before {
    content: "";
    position: absolute;
    left: -26px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #F74F22;
    animation: back-forth 3s linear infinite;
}
/*===== Stories =====*/
/*tabs css*/
.stories-layout-tabs .stories-filter ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.stories-layout-tabs .stories-filter ul li {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    padding: 10px;
    margin: 0 15px;
    text-transform: none;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.stories-layout-tabs .stories-filter ul li:focus {
    outline: none;
}
.stories-layout-tabs .stories-filter ul li:hover,
.stories-layout-tabs .stories-filter ul li.active {
    color: #F74F22;
}
/* style 3 */
.sigma-stories-style-3 .sigma_stories-item.style-2,
.sigma-stories-style-4 .sigma_stories-item  {
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
}
.sigma-stories-style-4 .sigma_stories-item img {
    width: 100%;
}
.sigma-stories-style-3 .sigma_stories-item.style-2 img {
    width: 100%;
}
.sigma-stories-style-3 .sigma_stories-item.style-2 .sigma_stories-item-content {
    position: relative;
    opacity: 1;
    visibility: visible;
    top: auto;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    height: auto;
    left: auto;
    box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
    background-color: #fff;
    transition: .3s;
    padding: 20px;
    display: flex;
}
.sigma-stories-style-3 .sigma_stories-item.style-2 .sigma_stories-item-content h5 {
    margin: 0;
    font-size: 16px;
}
.sigma-stories-style-3 .sigma_stories-item.style-2 .sigma_stories-item-content a {
    color: #022147;
    transition: 0.3s;
}
.sigma-stories-style-3 .sigma_stories-item.style-2:hover .sigma_stories-item-content a i{
  transform: translateX(5px);
  color: #F74F22;
  transition: 0.3s;
}
/* style 4 */
.sigma-stories-style-4 .sigma_stories-item .sigma_stories-item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: .3s;
    padding: 20px;
}
.sigma-stories-style-4 .sigma_stories-item .sigma_stories-item-content .sigma_stories-item-content-inner h5 {
    margin: 0 0 10px;
}
.sigma-stories-style-4 .sigma_stories-item .sigma_stories-item-content .sigma_stories-item-content-inner h5 a{
  color:#fff;
}
.sigma-stories-style-4 .sigma_stories-item .sigma_stories-item-content .sigma_stories-item-content-inner p {
    margin: 0;
    color: #f4f4f4;
}
.sigma-stories-style-4 .sigma_stories-item-content-inner {
    margin-top: auto;
    transform: translateY(10px);
    opacity: 0;
    text-align: left;
    visibility: hidden;
    transition: .3s;
}
.sigma-stories-style-4 .sigma_stories-item .sigma_stories-item-content a 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;
    opacity: 0;
    visibility: hidden;
}
.sigma-stories-style-4 .sigma_stories-item:hover .sigma_stories-item-content {
    background-color: rgba(0,0,0,.4);
}
.sigma-stories-style-4 .sigma_stories-item:hover .sigma_stories-item-content .sigma_stories-item-content-inner {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.sigma-stories-style-4 .sigma_stories-item:hover .sigma_stories-item-content i {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}
/*-------- isotope tabs layout ----------*/
.sigma-shortcode-wrapper .sigma_post-filter {
    position: relative;
    max-width: fit-content;
    margin: 0 0 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
}
.text-center .sigma_post-filter.tabs-style-1 {
    margin: 0 auto 50px;
}
.sigma-shortcode-wrapper .sigma_post-filter a {
    display: flex;
    position: relative;
    transition: .3s;
    padding: 20px 40px;
    font-size: 14px;
    color: #777;
    border-bottom: 3px solid transparent;
    margin: 0;
    font-weight: 600;
    cursor: pointer;
}
.sigma-shortcode-wrapper .sigma_post-filter a .icon {
    margin-right: 10px;
}
.sigma-shortcode-wrapper .sigma_post-filter a + a:before {
    content: '';
    width: 2px;
    height: 15px;
    background-color: #efefef;
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}
.sigma-shortcode-wrapper .sigma_post-filter a.active {
    color: #F74F22;
    border-bottom: 3px solid #F74F22;
}
.sigma-shortcode-wrapper .sigma_post-filter.tabs-style-2,
.sigma-shortcode-wrapper .sigma_post-filter.tabs-style-3,
.sigma-shortcode-wrapper .sigma_post-filter.tabs-style-4 {
    max-width: 100%;
    justify-content: flex-start;
    border: none;
}
.sigma-shortcode-wrapper .sigma_post-filter.tabs-style-2 a:before,
.sigma-shortcode-wrapper .sigma_post-filter.tabs-style-3 a:before,
.sigma-shortcode-wrapper .sigma_post-filter.tabs-style-4 a:before {
    display: none;
}
.sigma-shortcode-wrapper .sigma_post-filter.tabs-style-2 a {
    padding: 0;
    border: none;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 100px;
    background: #fff;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 3%);
    flex-direction: column;
}
.sigma-shortcode-wrapper .sigma_post-filter.tabs-style-2 a .icon{
  margin: 0;
  margin-bottom: 10px;
}
.sigma-shortcode-wrapper .sigma_post-filter.tabs-style-2 a + a,
.sigma-shortcode-wrapper .sigma_post-filter.tabs-style-3 a + a,
.sigma-shortcode-wrapper .sigma_post-filter.tabs-style-4 a + a {
    margin-left: 20px;
}
.sigma-shortcode-wrapper .sigma_post-filter.tabs-style-2 a.active,
.sigma-shortcode-wrapper .sigma_post-filter.tabs-style-2 a:hover,
.sigma-shortcode-wrapper .sigma_post-filter.tabs-style-3 a.active,
.sigma-shortcode-wrapper .sigma_post-filter.tabs-style-3 a:hover,
.sigma-shortcode-wrapper .sigma_post-filter.tabs-style-4 a.active,
.sigma-shortcode-wrapper .sigma_post-filter.tabs-style-4 a:hover  {
    transition:0.3s;
    color: #fff;
    background: #F74F22;
}
.sigma-shortcode-wrapper .sigma_post-filter.tabs-style-3 a,
.sigma-shortcode-wrapper .sigma_post-filter.tabs-style-4 a {
    border: none;
    background: #fff;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 3%);
    padding: 0;
    line-height: 45px;
    margin-bottom: 5px;
    width: 150px;
    height: 45px;
    justify-content: center;
    align-items: center;
}
.sigma-shortcode-wrapper .sigma_post-filter.tabs-style-4 a {
  border-radius: 50px;
}
.flex-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-section .sigma_post-filter.tabs-style-5,
.flex-section .custom-heading-style-2 .section-title .heading-title {
    margin-bottom: 0;
}
.flex-section {
    margin-bottom: 50px;
}
.sigma-shortcode-wrapper .sigma_post-filter.justify-content-end {
    margin: 0 0 50px auto;
}
.sigma-shortcode-wrapper .sigma_post-filter.justify-content-start {
    margin: 0 auto 50px 0;
}
.sigma-shortcode-wrapper .sigma_post-filter.justify-content-center {
    margin: 0 auto 50px;
}
@media(max-width: 991px) {
  .flex-section {
    display: block;
  }
}
@media (max-width: 768px) {
  .sigma-shortcode-wrapper .sigma_post-filter{
    display: block;
    margin: 0;
  }
  .sigma-shortcode-wrapper .sigma_post-filter a + a:before{
    display: none;
  }
  .sigma-shortcode-wrapper .sigma_post-filter a{
    display: inline-block;
    width: 100%;
  }
}
/*===== List =====*/
.sigma-list-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sigma-list-wrapper ul.sigma-list{
  padding-left: 0;
}
.sigma-list-wrapper ul li {
    margin: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sigma-list-wrapper ul li i {
    margin-right: 10px;
    vertical-align: middle;
    color: #F74F22;
}
.sigma-list-wrapper ul li p {
    padding: 0;
    margin: 0;
}
/* style 2 */
.sigma-list-wrapper.style-2 ul li p {
    padding: 0;
    margin: 0;
    color: #022147;
    font-size: 16px;
}
.sigma-list-wrapper.style-2 ul li {
    margin: 0;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #022147;
    font-weight: 600;
    margin-bottom: 20px;
}
.sigma-list-wrapper.style-2 ul li .sigma-list-icon {
    font-size: 18px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-right: 10px;
    color: #F74F22;
    background-color: #f9ffed;
}
.sigma-list-wrapper.style-2 ul li .sigma-list-icon i {
    margin-right: 0;
}
.theme-icon-cat-temple .sigma-list-wrapper.style-2 ul li .sigma-list-icon {
    border-radius: 40px;
}
.sigma_basic_slider_wrapper .slick-slider .slick-dots {
    justify-content: flex-start;
}
/*===== Blog =====*/
.latest-news .latest-post-box .post-img {
  height: 260px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .latest-news .latest-post-box .post-img {
    height: 220px;
  }
}
.latest-news .latest-post-box .post-desc {
  background-color: #fff;
  padding: 40px 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .latest-news .latest-post-box .post-desc {
    padding: 35px 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .latest-news .latest-post-box .post-desc {
    padding: 35px 18px;
    font-size: 14px;
  }
}
@media (max-width: 399px) {
  .latest-news .latest-post-box .post-desc {
    padding: 35px 25px;
    font-size: 14px;
  }
}
.latest-news .latest-post-box .post-desc .post-meta {
  margin-bottom: 20px;
  padding-left: 0;
}
.latest-news .latest-post-box .post-desc .post-meta li {
  display: inline-block;
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .latest-news .latest-post-box .post-desc .post-meta li {
    margin-right: 5px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .latest-news .latest-post-box .post-desc .post-meta li {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .latest-news .latest-post-box .post-desc .post-meta li {
    margin-right: 5px;
    font-size: 12px;
  }
}
@media (max-width: 399px) {
  .latest-news .latest-post-box .post-desc .post-meta li {
    margin-right: 5px;
    font-size: 12px;
  }
}
.latest-news .latest-post-box .post-desc .post-meta li a {
  font-weight: 500;
  color: #777;
}
.latest-news .latest-post-box .post-desc .post-meta li a i {
  margin-right: 10px;
}
.latest-news .latest-post-box .post-desc .post-meta li:last-child {
  margin-right: 0;
}
.latest-news .latest-post-box .post-desc h4 {
  font-size: 24px;
  margin-bottom: 25px;
  letter-spacing: -1px;
  line-height: 1.4;
}
.sigma-shortcode-wrapper.blog-style-4 .sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-title,
.sigma-shortcode-wrapper.blog-style-5 .sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: normal;
}
.sigma-shortcode-wrapper.blog-style-5 .sigma-post-style-1 .sigma-post-wrapper .sigma-post-inner .entry-title {
    margin-bottom: 0;
}
.sigma-shortcode-wrapper.blog-style-5 .sigma-post-style-1.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;
    margin-top: -45px;
}
.sigma-shortcode-wrapper.blog-style-5 .sigma-post-style-1 .sigma-post-wrapper {
    overflow: visible;
}
.sigma-shortcode-wrapper.blog-style-5 .sigma-post-style-1 .sigma-post-wrapper .post-thumbnail {
    display: block;
    overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .latest-news .latest-post-box .post-desc h4 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .latest-news .latest-post-box .post-desc h4 {
    font-size: 20px;
  }
}
@media (max-width: 399px) {
  .latest-news .latest-post-box .post-desc h4 {
    font-size: 20px;
  }
}
.section-title span.title-tag {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-bottom: 20px;
}
.post-read-more-link a i {
    font-weight: 900;
}
/*===== Video =====*/
.video-wrap {
    width: 100%;
    height: 480px;
    background-size: cover;
    background-position: center;
    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;
}
.video-style-1 .video-wrap a.popup-video,
.video-style-2 .video-wrap a.popup-video.font {
    border-radius: 50%;
    -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);
    width: 120px;
    height: 120px;
    line-height: 120px;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    color: #111;
    position: relative;
}
.video-style-1 .video-wrap a.popup-video::before,
.video-style-2 .video-wrap a.popup-video.font::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;
}
.video-style-1 .video-wrap a.popup-video::after,
.video-style-2 .video-wrap a.popup-video.font::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;
}
.video-style-2 .video-wrap {
    height: auto;
}
/* style 3 */
.theme-icon-cat-temple .video-style-3 .popup-video,
.theme-icon-cat-temple .video-style-3 .popup-video::before,
.theme-icon-cat-temple .video-style-3 .popup-video::after {
    border-radius: 50px;
}
.video-style-3 .popup-video {
    position: relative;
    width: 80px;
    height: 80px;
    background-color: #F74F22;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.video-style-3 .popup-video: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;
}
.video-style-3 .popup-video: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;
}
.video-style-3 .popup-video.secondary {
    background: #022147;
    color: #fff;
}
.video-style-3 .popup-video.secondary:hover{
  background: #fff;
  color:#022147;
}
.video-style-3 .popup-video.white {
    background: #fff;
    color: #F74F22;
}
.video-style-3 .popup-video.white:hover{
  background: #F74F22;
  color:#fff;
}
/*===== Style 4 ====*/
.sigma_video_wrapper.video-style-4 .sigma_video-popup-wrap {
    position: relative;
    transition: .3s;
}
.sigma_video_wrapper.video-style-4 .sigma_video-popup-wrap img {
    width: 100%;
}
.sigma_video_wrapper.video-style-4 .sigma_video-popup-wrap .sigma_video-popup {
    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: 2;
    width: 50px;
    height: 50px;
}
.sigma_video_wrapper.video-style-4 .sigma_video-popup-wrap .sigma_video-popup::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;
}
.sigma_video_wrapper.video-style-4 .sigma_video-popup-wrap .sigma_video-popup::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_video_wrapper.video-style-4 h6 {
    margin-bottom: 0;
    margin-top: 15px;
}
/*==== Gallery ====*/
/*=======  Gallery  =======*/
.sigma_gallery_wrapper:not(.elementor-gallery-section) .gallery-loop {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
@media (max-width: 767px) {
    .sigma_gallery_wrapper:not(.elementor-gallery-section) .gallery-loop {
    grid-gap: 10px;
  }
}
@media (max-width: 575px) {
    .sigma_gallery_wrapper:not(.elementor-gallery-section) .gallery-loop {
    grid-gap: 10px;
  }
}
.sigma_gallery_wrapper:not(.elementor-gallery-section) .gallery-loop .single-gallery-image {
  overflow: hidden;
}
.sigma_gallery_wrapper:not(.elementor-gallery-section) .gallery-loop .single-gallery-image img {
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.sigma_gallery_wrapper:not(.elementor-gallery-section) .gallery-loop .single-gallery-image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sigma_gallery_wrapper:not(.elementor-gallery-section) .gallery-loop .single-gallery-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: cover;
}
.sigma_gallery_wrapper:not(.elementor-gallery-section) .gallery-loop .single-gallery-image a {
    display: block;
    height: 100%;
}
.sigma_gallery_wrapper:not(.elementor-gallery-section) .gallery-loop .single-gallery-image:nth-child(3),
.sigma_gallery_wrapper:not(.elementor-gallery-section) .gallery-loop .single-gallery-image:nth-child(6),
.sigma_gallery_wrapper:not(.elementor-gallery-section) .gallery-loop .single-gallery-image:nth-child(9),
.sigma_gallery_wrapper:not(.elementor-gallery-section) .gallery-loop .single-gallery-image:nth-child(12),
.sigma_gallery_wrapper:not(.elementor-gallery-section) .gallery-loop .single-gallery-image:nth-child(15),
.sigma_gallery_wrapper:not(.elementor-gallery-section) .gallery-loop .single-gallery-image:nth-child(18),
.sigma_gallery_wrapper:not(.elementor-gallery-section) .gallery-loop .single-gallery-image:nth-child(21) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}
.sigma_gallery_wrapper:not(.elementor-gallery-section) .gallery-loop .single-gallery-image:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
}
.sigma_gallery_wrapper:not(.elementor-gallery-section) .gallery-loop .single-gallery-image:nth-child(6) {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4 / 5;
}
.sigma_gallery_wrapper:not(.elementor-gallery-section) .gallery-loop .single-gallery-image:nth-child(9) {
  -ms-grid-row: 6;
  -ms-grid-row-span: 1;
  grid-row: 6 / 7;
}
.sigma_gallery_wrapper:not(.elementor-gallery-section) .gallery-loop .single-gallery-image:nth-child(12) {
  -ms-grid-row: 8;
  -ms-grid-row-span: 1;
  grid-row: 8 / 9;
}
.sigma_gallery_wrapper:not(.elementor-gallery-section) .gallery-loop .single-gallery-image:nth-child(15) {
  -ms-grid-row: 10;
  -ms-grid-row-span: 1;
  grid-row: 10 / 11;
}
.sigma_gallery_wrapper:not(.elementor-gallery-section) .gallery-loop .single-gallery-image:nth-child(18) {
  -ms-grid-row: 12;
  -ms-grid-row-span: 1;
  grid-row: 12 / 13;
}
.sigma_gallery_wrapper:not(.elementor-gallery-section) .gallery-loop .single-gallery-image:nth-child(21) {
  -ms-grid-row: 14;
  -ms-grid-row-span: 1;
  grid-row: 14 / 15;
}
/*==== Custom Images =====*/
.z-index-3{
  z-index: 3;
}
.custom-images-style-1 .img-group{
  position: relative;
  text-align: center;
  padding: 80px;
}
.custom-images-style-1 .img-group-inner{
  position: relative;
}
.custom-images-style-1 .img-group-inner img {
    width: 100%;
}
.custom-images-style-1 .img-group-inner span{
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  background-color: #F74F22;
}
.custom-images-style-1 .img-group-inner span + span{
  top: auto;
  right: auto;
  left: -10px;
  bottom: -10px;
  background-color: #fff;
}
.custom-images-style-1 .img-group img:nth-child(2){
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
	width: 218px;
	height: 260px;
	object-fit: cover;
}
.custom-images-style-1 .img-group img:nth-child(3){
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
	width: 168px;
	height: 200px;
	object-fit: cover;
}
/* style 2 */
.custom-images-style-2 .img-group-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.custom-images-style-2 .img-group-2 img + img {
    margin-left: auto;
    margin-top: -50%;
}
@media(max-width: 400px) {
  .custom-images-style-1 .img-group img:nth-child(2),
  .custom-images-style-1 .img-group img:nth-child(3) {
    display: none;
  }
  .custom-images-style-1 .img-group{
    padding: 0;
  }
}
/*==== Service ====*/
.service-style-1 .sigma_service,
.service-style-2 .sigma_service,
.service-style-3 .sigma_service {
    display: block;
    background-color: #fff;
    border: 1px solid #efefef;
    padding: 40px;
    text-align: center;
    transition: .3s;
    margin-bottom: 30px;
}
.service-style-1 .sigma_service.style-2 {
    background-color: transparent;
    box-shadow: none;
    text-align: left;
    padding: 0;
}
.sigma_service.style-2 .sigma_service-thumb {
    position: relative;
    margin: 0;
    z-index: 1;
}
.sigma_service.style-2 .sigma_service-thumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.sigma_service.style-2 i {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
    font-size: 60px;
    line-height: 1;
}
.sigma_service.style-2 .sigma_service-body {
    padding: 30px;
    background: #fff;
}
.sigma_service.style-2 h5 {
    margin-bottom: 20px;
}
.sigma_service.style-2 p {
    margin: 0;
}
.sigma_service:hover {
    transform: translateY(-3px);
}
.sigma_service.style-2:hover .sigma_service-thumb::before {
    opacity: 1;
    visibility: visible;
}
.sigma_service.style-2:hover i {
    opacity: 1;
    visibility: visible;
}
.sigma_service.style-2 .sigma_service-thumb img {
    width: 100%;
}
/* style 2 */
.service-style-2 .sigma_service-thumb i {
    font-size: 60px;
    color: #F74F22;
    line-height: 1;
    transition: .3s;
}
.service-style-2 .sigma_service-thumb {
    margin-bottom: 40px;
}
.service-style-2 .sigma_service-body h5,
.service-style-3 .sigma_service-body h {
    margin-bottom: 10px;
    transition: 0.3s;
}
.service-style-2 .sigma_service-body h5 p,
.service-style-3 .sigma_service-body h5 p {
    margin: 0;
    transition: 0.3s;
}
.service-style-2 .sigma_service .btn-link,
.service-style-3 .sigma_service .btn-link {
    margin-top: 20px;
    display: block;
    position: relative;
    color: #022147;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
.service-style-2 .sigma_service .btn-link i,
.service-style-3 .sigma_service .btn-link i {
    font-size: 14px;
    color: #022147;
    margin-left: 5px;
    transition: 0.3s;
}
.service-style-2 .sigma_service.style-1 .btn-link:hover i,
.service-style-3 .sigma_service.style-1 .btn-link:hover i {
    transform: translateX(5px);
    transition: 0.3s;
}
.service-style-2 .sigma_service {
    text-align: left;
}
.theme-icon-cat-temple .service-style-2 .sigma_service {
    border-radius: 10px;
}
.service-style-2 .sigma_service:hover {
    background: #F74F22;
    border-color: #F74F22;
}
.service-style-2 .sigma_service:hover .sigma_service-thumb i,
.service-style-2 .sigma_service:hover .sigma_service-body h5,
.service-style-2 .sigma_service:hover .sigma_service-body p,
.service-style-2 .sigma_service:hover .btn-link,
.service-style-2 .sigma_service:hover .btn-link i {
    color: #fff;
}
/*  style 3 */
.service-style-3 .sigma_service .sigma_service-thumb {
    position: relative;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: 0 auto 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #efefef;
}
.service-style-3 .sigma_service .sigma_service-thumb::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 17px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #F74F22;
    transition: .3s;
}
.service-style-3 .sigma_service i {
    font-size: 60px;
    color: #F74F22;
    line-height: 1;
    transition: .3s;
}
.service-style-3 .sigma_service .sigma_service-thumb::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 17px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #F74F22;
    transition: .3s;
}
.service-style-3 .sigma_service:hover .sigma_service-thumb::before {
    top: -4px;
    right: 47px;
}
.service-style-3 .sigma_service:hover .sigma_service-thumb::after {
    bottom: -4px;
    left: 47px;
}
.custom-text-btn {
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
.custom-text-btn i {
    margin-left: 5px;
    transition: 0.3s;
}
.custom-text-btn:hover i{
    transform: translateX(5px);
    transition: 0.3s;
}
/*==== CTA ====*/
.sigma_cta.cta-style-1 .sigma_cta {
    padding: 30px 30px 30px 50px;
    display: flex;
    height: 100%;
    flex-direction: column;
    position: relative;
    justify-content: center;
}
.sigma_cta.cta-style-1 .sigma_cta img {
    position: absolute;
    bottom: 0;
    left: -100px;
}
.sigma_cta.cta-style-1.lg-img .sigma_cta img {
    left: -300px;
}
.sigma_cta.cta-style-1 .sigma_cta img + .sigma_cta-content {
    padding-left: 60px;
    padding-right: 0;
}
.sigma_cta.cta-style-1.lg-img .sigma_cta img + .sigma_cta-content{
  padding-left: 120px;
}
.sigma_cta.cta-style-1 .sigma_cta.primary-bg .sigma_cta-content span {
    color: #fff;
    font-weight: 600;
}
.sigma_cta.cta-style-1 .sigma_cta .sigma_cta-content h4 {
    margin: 0;
    font-size: 36px;
    line-height: 1.68;
}
.sigma_cta.cta-style-1 .sigma_cta.secondary-bg {
    background: #022147;
}
.sigma_cta.cta-style-1 .sigma_cta.secondary-bg .sigma_cta-content span {
    font-weight: 600;
    color: #F74F22;
}
.sigma_cta.cta-style-1 .sigma_cta.align-right img {
    right: -100px;
    left: auto;
}
.sigma_cta.cta-style-1 .sigma_cta.align-right img + .sigma_cta-content {
    padding-right: 80px;
    padding-left: 0;
}
.sigma_search-adv-input {
    position: relative;
}
.sigma_search-adv-input input.form-control {
    padding: 8px 15px;
    border: 0;
    color: #fff;
    box-shadow: none;
    height: 60px;
    font-size: 14px;
}
.sigma_cta.primary-bg .sigma_search-adv-input input.form-control{
  background:#0003;
}
.sigma_cta.primary-bg .sigma_search-adv-input input.form-control::placeholder {
    color: #fff;
}
.sigma_search-adv-input button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 0;
}
.sigma_cta.primary-bg .sigma_search-adv-input button {
    background: #0221474d;
}
.sigma_cta.secondary-bg .sigma_search-adv-input input.form-control{
  background:#ffffff1a;
}
.sigma_cta.secondary-bg .sigma_search-adv-input button,
.theme-icon-cat-buddha .sigma_cta.secondary-bg .sigma_search-adv-input button {
    background: #F74F22;
}
/* style 2*/
.sigma_cta.cta-style-2 .sigma_cta {
    padding: 30px;
}
.sigma_cta.cta-style-2 .sigma_cta img {
    position: absolute;
    bottom: 0;
    right: 20px;
    max-width: 250px;
    z-index: 1;
}
.cta-circle {
    width: 190px;
    height: 190px;
    background-color: #02214745;
    border-radius: 50%;
    position: absolute;
    bottom: 30px;
    right: 120px;
}
.sigma_cta.cta-style-2 .sigma_cta .sigma_box-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.sigma_cta.cta-style-2 .sigma_cta .sigma_box-content .form-group {
    position: relative;
    color: #fff;
}
.sigma_cta.cta-style-2 .sigma_cta .sigma_box-content .form-group i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #EFEFEF;
}
.sigma_cta.cta-style-2 .sigma_cta .sigma_box-content .form-group input::placeholder {
    color: #fff;
}
.sigma_cta.cta-style-2 .sigma_cta .sigma_box-content .sigma_box-text {
    max-width: 350px;
}
.sigma_cta.cta-style-2 .sigma_cta .sigma_box-content .sigma_box-text h5 {
    margin: 0 0 10px;
    color: #fff;
}
.sigma_cta.cta-style-2 .sigma_cta .sigma_box-content .sigma_box-text p {
  margin: 0 0 10px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sigma_cta.cta-style-2 .sigma_cta .sigma_box-content a {
    margin-top: 50px;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255,255,255, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: .3s;
}
.sigma_cta.cta-style-2 .sigma_cta .sigma_box-content a:hover {
    text-decoration: none;
    background: #fff;
    color: #022147;
    transition: 0.3s;
}
.sigma_cta.cta-style-2 .sigma_cta.secondary-bg {
    background: #022147;
}
.sigma_cta.cta-style-2 .sigma_cta {
    padding: 30px;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}
.sigma_cta.cta-style-2 .sigma_cta.primary-overlay:before,
.sigma_cta.cta-style-2 .sigma_cta.secondary-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* z-index: -1; */
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    background: #9dce36a6;
}
.sigma_cta.cta-style-2 .sigma_cta.secondary-overlay:before {
    background: #022147a6;
}
.sigma_cta.cta-style-2 .sigma_cta .sigma_box-content form{
  margin-top: 50px;
  margin-bottom: 0;
}
.sigma_cta.cta-style-2 .sigma_cta .sigma_box-content form input {
    background: none;
    border: 1px solid #fff;
    height: 50px;
}
.sigma_cta.cta-style-2 .sigma_cta .sigma_box-content form button {
    background: none;
}
.cta-style-3 .sigma_icon-block {
    box-shadow: none;
    border: 0;
    text-align: left;
    padding: 40px;
    display: block;
}
.cta-style-3 .sigma_icon-block.secondary-bg {
    background: #022147;
}
.cta-style-3 .sigma_icon-block.primary-bg {
    background: #F74F22;
}
.cta-style-3 .sigma_icon-block > .icon i {
    position: absolute;
    top: -40px;
    right: 20px;
    font-size: 140px;
    opacity: .1;
    color: #fff;
}
.cta-style-3 .sigma_icon-block .sigma_icon-block-content h5 {
    color: #fff;
    margin-bottom: 10px;
}
.cta-style-3 .sigma_icon-block .sigma_icon-block-content p {
    margin-bottom: 0;
    color: #fff;
}
.sigma_icon-block .icon-wrapper .icon i {
    width: auto;
    height: auto;
    font-size: 60px;
    display: inline-flex;
    justify-content: flex-start;
    background-color: transparent;
    border: 0;
    color: #F74F22;
    position: relative;
    opacity: 1;
    margin-bottom: 15px;
}
.cta-style-3 .sigma_icon-block.secondary-bg .sigma_icon-block-content .sigma_search-adv-input input.form-control {
    background: #000;
}
.cta-style-3 .sigma_icon-block.primary-bg .icon i, .cta-style-3 .sigma_icon-block.primary-bg p {
    color: #fff;
}
.cta-style-3 .sigma_icon-block.primary-bg .sigma_search-adv-input button{
  background: #022147;
}
.service-cta {
    position: absolute;
      top: 45%;
      right: 15px;
      transform: translateY(-50%);
}
@media(max-width: 991px) {
  .sigma_cta.cta-style-1 .sigma_cta.align-right img + .sigma_cta-content{
    padding-right: 0;
  }
  .sigma_cta.cta-style-1 .sigma_cta img + .sigma_cta-content,
  .sigma_cta.cta-style-1.lg-img .sigma_cta img + .sigma_cta-content{
    padding-left: 0;
  }
  .sigma_cta.cta-style-1 .sigma_cta {
    padding: 20px;
}
}
/*==== Volunteer ====*/
.sigma-volunteer-style-2 .sigma_volunteer.volunteer-5 {
    position: relative;
    margin-bottom: 30px;
}
.sigma-volunteer-style-2 .sigma_volunteer.volunteer-5 .sigma_volunteer-thumb {
    width: auto;
    margin: 0;
}
.sigma-volunteer-style-2 .sigma_volunteer-thumb img {
    width: 100%;
    transition: .3s;
}
.sigma-volunteer-style-2 .sigma_volunteer.volunteer-5 .sigma_volunteer-thumb .sigma_sm {
    position: absolute;
    top: 10px;
    right: 10px;
    flex-direction: column;
}
.sigma-volunteer-style-2 .sigma_sm {
    display: flex;
    align-items: center;
    margin: 0;
}
.sigma-volunteer-style-2 .sigma_volunteer.volunteer-5 .sigma_volunteer-thumb .sigma_sm li:nth-child(4),
.sigma-volunteer-style-2 .sigma_volunteer.volunteer-5 .sigma_volunteer-thumb .sigma_sm li:nth-child(3),
.sigma-volunteer-style-2 .sigma_volunteer.volunteer-5 .sigma_volunteer-thumb .sigma_sm li:nth-child(2),
.sigma-volunteer-style-2 .sigma_volunteer.volunteer-5 .sigma_volunteer-thumb .sigma_sm li {
    position: relative;
    list-style: none;
    top: auto;
    right: auto;
}
.sigma-volunteer-style-2 .sigma_volunteer.volunteer-5 .sigma_volunteer-thumb .sigma_sm li a {
    border-radius: 0;
    background-color: #fff;
    font-size: 14px;
    width: 40px;
    height: 40px;
    display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
visibility: hidden;
transition-duration: .3s;
    color: #022147;
}
.sigma-volunteer-style-2 .sigma_volunteer.volunteer-5 .sigma_volunteer-thumb .sigma_sm a.trigger-volunteer-socials {
    border: 0;
}
.sigma-volunteer-style-2 .sigma_volunteer.volunteer-5 .sigma_volunteer-thumb .sigma_sm a.trigger-volunteer-socials{
    opacity: 1;
    visibility: visible;
}
.sigma-volunteer-style-2 .sigma_volunteer.volunteer-5 .sigma_volunteer-thumb .sigma_sm.visible a.trigger-volunteer-socials,
.sigma-volunteer-style-2 .sigma_volunteer.volunteer-5 .sigma_volunteer-thumb .sigma_sm a:hover,
.sigma-volunteer-style-2 .sigma_volunteer.volunteer-4 .sigma_volunteer-thumb .sigma_sm.visible a.trigger-volunteer-socials,
.sigma-volunteer-style-2 .sigma_volunteer.volunteer-4 .sigma_volunteer-thumb .sigma_sm a:hover {
    background-color: #F74F22;
}
.sigma-volunteer-style-2 .sigma_volunteer.volunteer-5 .sigma_volunteer-body {
    padding: 20px;
    text-align: center;
    background-color: #fff;
}
.sigma-volunteer-style-2 .sigma_volunteer-info p,
.sigma-volunteer-style-3 .sigma_volunteer-info p {
    font-size: 15px;
    line-height: 24px;
    color: #F74F22;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px;
    font-weight: 600;
}
.sigma-volunteer-style-2 .sigma_volunteer.volunteer-5 .sigma_volunteer-info h5,
.sigma-volunteer-style-3 .sigma_volunteer.volunteer-4 .sigma_volunteer-info h5 {
    font-size: 20px;
    margin-bottom: 0;
}
.sigma-volunteer-style-3 .sigma_volunteer.volunteer-4 .sigma_volunteer-info h5 {
    font-size: 24px;
}
.text-white.sigma-volunteer-style-3 .sigma_volunteer-info p, .text-white.sigma-volunteer-style-3 .sigma_volunteer-info h5 a {
    color: #fff;
}
.sigma-volunteer-style-2 .sigma_volunteer.volunteer-5 .sigma_volunteer-thumb .sigma_sm.visible a,
.sigma_volunteer.volunteer-4 .sigma_volunteer-thumb .sigma_sm.visible a {
    opacity: 1;
    visibility: visible;
}
.sigma-volunteer-style-2 .sigma_volunteer.volunteer-5 .sigma_volunteer-thumb .sigma_sm.visible a:hover {
    color: #fff;
}
.sigma-volunteer-style-2 .sigma_volunteer.volunteer-5 .sigma_volunteer-thumb .sigma_sm a.trigger-volunteer-socials:hover i,
.sigma-volunteer-style-3 .sigma_volunteer.volunteer-4 .sigma_volunteer-thumb .sigma_sm a.trigger-volunteer-socials:hover i{
  transition: 0.3s;
}
.sigma-volunteer-style-2 .sigma_volunteer.volunteer-5 .sigma_volunteer-thumb .sigma_sm a.trigger-volunteer-socials:hover i{
      transform: rotate(45deg);
      transition: 0.3s;
      color:#fff;
}
.sigma-volunteer-style-2 .sigma_volunteer.volunteer-5 .sigma_volunteer-thumb .sigma_sm.visible li:first-child a i{
  transform: rotate(45deg);
}
.sigma-volunteer-style-2 .sigma_volunteer.volunteer-5 .sigma_volunteer-thumb .sigma_sm li:nth-child(2) a{
    transition-delay: .1s;
}
/* style 3*/
.sigma_volunteer.volunteer-4 .sigma_volunteer-thumb {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: visible;
}
.sigma_volunteer.volunteer-4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.3s;
    border-radius: 50%;
}
.sigma_volunteer.volunteer-4 .sigma_sm {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sigma_volunteer.volunteer-4 .sigma_sm li {
    position: absolute;
    top: 0;
    right: 25px;
}
.sigma_volunteer.volunteer-4 .sigma_sm li a {
    color: #fff;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #022147;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition-duration: .3s;
}
.sigma_volunteer.volunteer-4 .sigma_volunteer-thumb .sigma_sm a.trigger-volunteer-socials {
    border: 2px solid #fff;
    opacity: 1;
    visibility: visible;
}
.sigma_volunteer.volunteer-4 .sigma_volunteer-thumb .sigma_sm li:nth-child(2) {
    top: 45px;
    right: -10px;
}
.sigma_volunteer.volunteer-4 .sigma_volunteer-thumb .sigma_sm li:nth-child(2) a {
    transition-delay: .1s;
}
.sigma_volunteer.volunteer-4 .sigma_volunteer-thumb .sigma_sm li:nth-child(3) {
    top: 100px;
    right: -15px;
}
.sigma_volunteer.volunteer-4 .sigma_volunteer-thumb .sigma_sm li:nth-child(3) a {
    transition-delay: .2s;
}
.sigma_volunteer.volunteer-4 .sigma_volunteer-thumb .sigma_sm li:nth-child(4) {
    top: 150px;
    right: 15px;
}
.sigma_volunteer.volunteer-4 .sigma_volunteer-thumb .sigma_sm li:nth-child(4) a {
    transition-delay: .3s;
}
.sigma_volunteer.volunteer-4 .sigma_volunteer-thumb .sigma_sm li:nth-child(5) {
    top: 175px;
    right: 70px;
}
.sigma_volunteer.volunteer-4 .sigma_volunteer-thumb .sigma_sm li:nth-child(5) a {
    transition-delay: .4s;
}
.sigma_volunteer.volunteer-4 {
    text-align: center;
    margin-bottom: 30px;
}
.sigma_volunteer.volunteer-4 .sigma_volunteer-thumb .sigma_sm a.trigger-volunteer-socials:hover {
    background: #F74F22;
}
.sigma_volunteer.volunteer-4 .sigma_volunteer-thumb .sigma_sm a.trigger-volunteer-socials:hover i,
.sigma_volunteer.volunteer-4 .sigma_volunteer-thumb .sigma_sm.visible a.trigger-volunteer-socials i {
    transform: rotate(45deg);
}
.sigma_volunteer.volunteer-4 .sigma_volunteer-thumb .sigma_sm a.trigger-volunteer-socials:hover i{
  transition: 0.3s;
}
.sigma_volunteer.volunteer-4 .sigma_sm li a:hover,
.sigma_volunteer.volunteer-4 .sigma_volunteer-thumb .sigma_sm.visible a.trigger-volunteer-socials {
    background: #F74F22;
    color: #fff;
}
/*===== CTA =====*/
.sigma_cta.cta-style-1 .sigma_cta {
    padding: 30px 30px 30px 50px;
    display: flex;
    height: 100%;
    flex-direction: column;
    position: relative;
    justify-content: center;
}
.sigma_cta.cta-style-1 .sigma_cta img {
    position: absolute;
    bottom: 0;
    left: -100px;
}
.sigma_cta.cta-style-1.lg-img .sigma_cta img {
    left: -300px;
}
.sigma_cta.cta-style-1 .sigma_cta img + .sigma_cta-content {
    padding-left: 60px;
    padding-right: 0;
}
.sigma_cta.cta-style-1.lg-img .sigma_cta img + .sigma_cta-content{
  padding-left: 230px;
}
.sigma_cta.cta-style-1 .sigma_cta.primary-bg .sigma_cta-content span {
    color: #fff;
    font-weight: 600;
}
.sigma_cta.cta-style-1 .sigma_cta .sigma_cta-content h4 {
    margin: 0;
    font-size: 34px;
    line-height: 1.68;
}
.sigma_cta.cta-style-1 .sigma_cta.secondary-bg {
    background: #022147;
}
.sigma_cta.cta-style-1 .sigma_cta.secondary-bg .sigma_cta-content span {
    font-weight: 600;
    color: #F74F22;
}
.theme-icon-cat-temple .sigma_cta.cta-style-1 .sigma_cta.secondary-bg .sigma_cta-content span {
    color: #fff;
}
.sigma_cta.cta-style-1 .sigma_cta.align-right img {
    right: -100px;
    left: auto;
}
.sigma_cta.cta-style-1 .sigma_cta.align-right img + .sigma_cta-content {
    padding-right: 80px;
    padding-left: 0;
}
.sigma_search-adv-input {
    position: relative;
}
.sigma_search-adv-input input.form-control {
    padding: 8px 15px;
    border: 0;
    color: #fff;
    box-shadow: none;
    height: 60px;
    font-size: 14px;
}
.sigma_cta.primary-bg .sigma_search-adv-input input.form-control{
  background:#0003;
}
.sigma_cta.primary-bg .sigma_search-adv-input input.form-control::placeholder {
    color: #fff;
}
.sigma_search-adv-input button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 0;
}
.sigma_cta.primary-bg .sigma_search-adv-input button {
    background: #0221474d;
}
.sigma_cta.secondary-bg .sigma_search-adv-input input.form-control{
  background:#0003;
}
.theme-icon-cat-mosque .sigma_cta.secondary-bg .sigma_search-adv-input input.form-control {
    background: #ffffff1A;
}
.sigma_cta.secondary-bg .sigma_search-adv-input input.form-control::placeholder{
	color: #fff;
}
.theme-icon-cat-mosque .sigma_cta.secondary-bg .sigma_search-adv-input button{
	background-color:#F74F22;
}
.sigma_cta.primary-bg .sigma_search-adv-input button,
.sigma_cta.secondary-bg .sigma_search-adv-input button {
    background: #0221474d;
}
/* style 2*/
.sigma_cta.cta-style-2 .sigma_cta {
    padding: 30px;
}
.sigma_cta.cta-style-2 .sigma_cta img {
    position: absolute;
    bottom: 0;
    right: 20px;
    max-width: 250px;
    z-index: 1;
}
.cta-circle {
    width: 190px;
    height: 190px;
    background-color: #02214745;
    border-radius: 50%;
    position: absolute;
    bottom: 30px;
    right: 120px;
}
.sigma_cta.cta-style-2 .sigma_cta .sigma_box-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.sigma_cta.cta-style-2 .sigma_cta .sigma_box-content .form-group {
    position: relative;
    color: #fff;
}
.sigma_cta.cta-style-2 .sigma_cta .sigma_box-content .form-group i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #EFEFEF;
}
.sigma_cta.cta-style-2 .sigma_cta .sigma_box-content .form-group input::placeholder {
    color: #fff;
}
.sigma_cta.cta-style-2 .sigma_cta .sigma_box-content .sigma_box-text {
    max-width: 350px;
}
.sigma_cta.cta-style-2 .sigma_cta .sigma_box-content .sigma_box-text h5 {
    margin: 0 0 10px;
    color: #fff;
}
.sigma_cta.cta-style-2 .sigma_cta .sigma_box-content .sigma_box-text p {
  margin: 0 0 10px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sigma_cta.cta-style-2 .sigma_cta .sigma_box-content a {
    margin-top: 50px;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255,255,255, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: .3s;
}
.sigma_cta.cta-style-2 .sigma_cta .sigma_box-content a:hover {
    text-decoration: none;
    background: #fff;
    color: #022147;
    transition: 0.3s;
}
.sigma_cta.cta-style-2 .sigma_cta.secondary-bg {
    background: #022147;
}
.sigma_cta.cta-style-2 .sigma_cta {
    padding: 30px;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}
.sigma_cta.cta-style-2 .sigma_cta.primary-overlay:before,
.sigma_cta.cta-style-2 .sigma_cta.secondary-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* z-index: -1; */
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    background: #9dce36a6;
}
.sigma_cta.cta-style-2 .sigma_cta.secondary-overlay:before {
    background: #022147a6;
}
.sigma_cta.cta-style-2 .sigma_cta .sigma_box-content form{
  margin-top: 50px;
  margin-bottom: 0;
}
.sigma_cta.cta-style-2 .sigma_cta .sigma_box-content form input {
    background: none;
    border: 1px solid #fff;
    height: 50px;
}
.sigma_cta.cta-style-2 .sigma_cta .sigma_box-content form button {
    background: none;
}
.cta-style-3 .sigma_icon-block {
    box-shadow: none;
    border: 0;
    text-align: left;
    padding: 40px;
    display: block;
}
.cta-style-3 .sigma_icon-block.secondary-bg {
    background: #022147;
}
.cta-style-3 .sigma_icon-block.primary-bg {
    background: #F74F22;
}
.cta-style-3 .sigma_icon-block > .icon i {
    position: absolute;
    top: -40px;
    right: 20px;
    font-size: 140px;
    opacity: .1;
    color: #fff;
}
.cta-style-3 .sigma_icon-block .sigma_icon-block-content h5 {
    color: #fff;
    margin-bottom: 10px;
}
.cta-style-3 .sigma_icon-block .sigma_icon-block-content p {
    margin-bottom: 0;
    color: #fff;
}
.sigma_icon-block .icon-wrapper .icon i {
    width: auto;
    height: auto;
    font-size: 60px;
    display: inline-flex;
    justify-content: flex-start;
    background-color: transparent;
    border: 0;
    color: #F74F22;
    position: relative;
    opacity: 1;
    margin-bottom: 15px;
}
.cta-style-3 .sigma_icon-block.secondary-bg .sigma_icon-block-content .sigma_search-adv-input input.form-control {
    background: #000;
}
.cta-style-3 .sigma_icon-block.primary-bg .icon i, .cta-style-3 .sigma_icon-block.primary-bg p {
    color: #fff;
}
.cta-style-3 .sigma_icon-block.primary-bg .sigma_search-adv-input button{
  background: #022147;
}
.service-cta {
    position: absolute;
      top: 45%;
      right: 15px;
      transform: translateY(-50%);
}
@media(max-width: 991px) {
  .sigma_cta.cta-style-1 .sigma_cta.align-right img + .sigma_cta-content{
    padding-right: 0;
  }
  .sigma_cta.cta-style-1 .sigma_cta img + .sigma_cta-content,
  .sigma_cta.cta-style-1.lg-img .sigma_cta img + .sigma_cta-content{
    padding-left: 0;
  }
  .sigma_cta.cta-style-1 .sigma_cta {
    padding: 20px;
	}
}
@media(max-width: 400px) {
	.sigma_search-adv-input input.form-control{
		font-size: 12px;
	}
}
/*==== History ====*/
.sigma_timeline-nodes {
  margin-bottom: 50px;
  position: relative;
}
.sigma_timeline-nodes.align-right {
  flex-direction: row-reverse;
}
.sigma_timeline-nodes.align-right .sigma_timeline-date {
  text-align: right;
}
.sigma_timeline-nodes::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 49.99999%;
  width: 0;
  border-left: 1px solid #F74F22;
  opacity: .3;
  height: calc(100% + 50px);
  z-index: 1;
  transform: translateX(-50%);
}
.sigma_timeline-nodes:last-child::before{
  display: none;
}
.sigma_timeline-element h4 {
  font-size: 24px;
  line-height: 45px;
  font-weight: 600;
}
.sigma_timeline-nodes:nth-child(odd) h4,
.sigma_timeline-nodes:nth-child(odd) p {
  text-align: right;
}
.sigma_timeline-nodes:nth-child(odd) h4,
.sigma_timeline-nodes:nth-child(odd) p{
  text-align: right;
}
.sigma_timeline-element p,
.sigma_timeline-element time {
  color: #555b62;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}
.sigma_timeline-image {
  position: relative;
  z-index: 2;
}
.sigma_timeline-image i {
  background: #fff;
  padding: 5px;
  color: #F74F22;
  border-radius: 50%;
  margin-top: 0;
  font-size: 24px;
}
.sigma_timeline-nodes:nth-child(odd) .sigma_timeline-date{
  text-align: left;
}
.sigma_timeline-date>span {
    text-align: center;
    color: #555b62;
    font-weight: 600;
    margin-top: 8px;
    font-size: 14px;
    text-transform: uppercase;
}
.sigma_timeline-date span>span {
  font-size: 20px;
  font-weight: 700;
  color: #022147;
}
.sigma_timeline-date span.sigma_timeline-month {
  text-align: center;
  line-height: 20px;
  color: #555b62;
  margin-top: 8px;
  font-size: 14px;
  text-transform: uppercase;
}
.sigma_timeline-date>span>span {
    display: flex;
    flex-wrap: wrap;
}
.sigma_timeline-nodes.align-right .sigma_timeline-date>span>span {
    justify-content: flex-end;
}
@media(max-width: 768px) {
  .sigma_timeline-nodes::before,
  .sigma_timeline-image{
    display: none;
  }
  .sigma_timeline-nodes.align-left .sigma_timeline-date span,
  .sigma_timeline-nodes.align-left .sigma_timeline-date {
    text-align: right;
    justify-content: flex-end;
  }
  .sigma_timeline-nodes.align-right .sigma_timeline-date span, .sigma_timeline-nodes.align-right .sigma_timeline-date, .sigma_timeline-nodes.align-right .sigma_timeline-date>span>span {
    text-align: left;
    justify-content: flex-start;
}
}
/*==== Contact Form ====*/
.custom-form {
    padding: 40px 40px 10px;
    background-color: #022147;
}
.sigma_icon-block {
    background-color: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}
.sigma_icon-block .icon-wrapper {
    margin-right: 10px;
}
.sigma_icon-block .icon-wrapper i {
    font-size: 40px;
    line-height: 1;
    margin: 0 0 15px;
    color: #777;
    display: inline-block;
    opacity: 0.3;
    margin-bottom: 0;
}
.sigma_icon-block .sigma_icon-block-content h6 {
    font-size: 14px;
    color: #fff;
    margin: 0;
}
.sigma_icon-block .sigma_icon-block-content a {
    display: block;
}
.custom-form form {
    margin-bottom: 20px;
}
.sigma_rating i.active {
    color: #ffa80a;
}
/*==== Youtube broadcast ====*/
.sigma_video-popup-wrap.sigma_youtube-livestream {
    position: relative;
    transition: .3s;
    height: 100%;
}
.sigma_video-popup-wrap.sigma_youtube-livestream .sigma_youtube-livestream-content-wrapper {
    height: 100%;
}
.sigma_video-popup-wrap.sigma_youtube-livestream .sigma_youtube-livestream-content-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sigma_video-popup-wrap.sigma_youtube-livestream .sigma_youtube-livestream-content-wrapper .sigma_video-popup,
.sigma_youtube_playlist_wrapper .video-full .player-w-thumb .video-iframe {
  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: 2;
}
.theme-icon-cat-temple .sigma_video-popup-wrap.sigma_youtube-livestream .sigma_youtube-livestream-content-wrapper .sigma_video-popup,
.theme-icon-cat-temple .sigma_youtube_playlist_wrapper .video-full .player-w-thumb .video-iframe,
.theme-icon-cat-temple .sigma_video_wrapper.video-style-4 .sigma_video-popup-wrap .sigma_video-popup{
	border-radius: 50px;
}
.sigma_youtube_broadcast_wrapper.sigma_youtube-broadcast .sigma_box {
  padding: 30px;
  margin: 50px 0;
  background-color: #fff;
  box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
}
.sigma_video-popup-wrap.sigma_youtube-livestream .sigma_youtube-livestream-content-wrapper .sigma_video-popup::before,
.sigma_youtube_playlist_wrapper .video-full .player-w-thumb .video-iframe::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;
}
.sigma_video-popup-wrap.sigma_youtube-livestream .sigma_youtube-livestream-content-wrapper .sigma_video-popup::after,
.sigma_youtube_playlist_wrapper .video-full .player-w-thumb .video-iframe::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;
}
/*=== Youutbe playlist css ===*/
.sigma_youtube_playlist_wrapper .video-full .player-w-thumb {
    position: relative;
    display: inline-block;
    transition: .3s;
}
.sigma_youtube_playlist_wrapper .video-full .player-w-thumb .video-iframe{
  width: 50px;
  height: 50px;
}
.sigma_youtube_playlist_wrapper .slick-slider .slick-slide {
    margin: 0 15px;
}
/*==== Time Table ====*/
/* Mass Timing */
.sigma_mass-timing{
  margin-bottom: 0;
}
.sigma_mass-timing .sigma_mass-content-wrapper h4 {
  font-size: 16px;
  background-color: #022147;
  color: #fff;
  margin-bottom: 0;
  padding: 15px;
}
.sigma_mass-timing .sigma_mass-content-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sigma_mass-timing .sigma_mass-content-wrapper ul li {
    padding: 15px;
    border: 1px solid #efefef;
}
.sigma_mass-timing .sigma_mass-content-wrapper ul li {
    font-size: 16px;
    padding: 15px;
    border: 1px solid #efefef;
    font-weight: 600;
    color: #777;
    min-height: 62px;
}
.sigma_mass-timing .sigma_mass-content-wrapper ul li + li {
    border-top: 0;
}
.sigma_mass-content-wrapper.row > div + div ul li {
    border-left: 0;
}
@media(max-width: 1200px) {
  .sigma_mass-timing .sigma_mass-content-wrapper ul li{
    min-height: 92px;
  }
	.sigma_cta.cta-style-1.lg-img .sigma_cta img + .sigma_cta-content{
		padding-left: 120px;
	}
}
@media(max-width: 991px) {
  .sigma_mass-timing .sigma_mass-content-wrapper ul li{
    min-height: 62px;
  }
  .sigma_mass-content-wrapper.row > div + div ul li{
    border-left: 1px solid #efefef;
  }
	.sigma_cta.cta-style-1 .sigma_cta .sigma_cta-content h4{
		font-size: 35px;
	}
}
