:root{
	--primary-color			: #E66C00;
	--secondery-color		: #F8F8F8;
	--text-color			: #000000;
	--accent-color			: #EA3400;
	--white-color			: #FFFFFF;
	--divider-color			: #EAF0EC;
	--dark-divider-color	: #FFFFFF1A;
	--error-color			: rgb(230, 87, 87);
	--default-font			: "Hanken Grotesk", sans-serif;
}
* {
	box-sizing: border-box;
  }

  @font-face {
    font-family: 'SFProDisplayMedium';
    src: url('../fonts/SFProDisplayMedium.eot');
    src: url('../fonts/SFProDisplayMedium.eot') format('embedded-opentype'),
         url('../fonts/SFProDisplayMedium.woff2') format('woff2'),
         url('../fonts/SFProDisplayMedium.woff') format('woff'),
         url('../fonts/SFProDisplayMedium.ttf') format('truetype'),
         url('../fonts/SFProDisplayMedium.svg#SFProDisplayMedium') format('svg');
}
@font-face {
    font-family: 'SFProDisplayBold';
    src: url('../fonts/SFProDisplayBold.eot');
    src: url('../fonts/SFProDisplayBold.eot') format('embedded-opentype'),
         url('../fonts/SFProDisplayBold.woff2') format('woff2'),
         url('../fonts/SFProDisplayBold.woff') format('woff'),
         url('../fonts/SFProDisplayBold.ttf') format('truetype'),
         url('../fonts/SFProDisplayBold.svg#SFProDisplayBold') format('svg');
}
@font-face {
    font-family: 'SFProDisplaySemibold';
    src: url('../fonts/SFProDisplaySemibold.eot');
    src: url('../fonts/SFProDisplaySemibold.eot') format('embedded-opentype'),
         url('../fonts/SFProDisplaySemibold.woff2') format('woff2'),
         url('../fonts/SFProDisplaySemibold.woff') format('woff'),
         url('../fonts/SFProDisplaySemibold.ttf') format('truetype'),
         url('../fonts/SFProDisplaySemibold.svg#SFProDisplaySemibold') format('svg');
}
@font-face {
    font-family: 'SFProDisplayRegular';
    src: url('../fonts/SFProDisplayRegular.eot');
    src: url('../fonts/SFProDisplayRegular.eot') format('embedded-opentype'),
         url('../fonts/SFProDisplayRegular.woff2') format('woff2'),
         url('../fonts/SFProDisplayRegular.woff') format('woff'),
         url('../fonts/SFProDisplayRegular.ttf') format('truetype'),
         url('../fonts/SFProDisplayRegular.svg#SFProDisplayRegular') format('svg');
} 
@font-face {
    font-family: 'retroversion_bold';
    src: url('../fonts/retroversion_bold.eot');
    src: url('../fonts/retroversion_bold.eot') format('embedded-opentype'),
         url('../fonts/retroversion_bold.woff2') format('woff2'),
         url('../fonts/retroversion_bold.woff') format('woff'),
         url('../fonts/retroversion_bold.ttf') format('truetype'),
         url('../fonts/retroversion_bold.svg#retroversion_bold') format('svg');
}


html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	scroll-behavior: smooth;
}
body{
	font-family: 'SFProDisplayMedium';
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6em;
	background-color: var(--white-color);
	color: var(--text-color);
	position: relative;
}
.container{
    width: 100%;
    max-width: 1300px;
}
.container-fluid {
    width: 100%;
    padding: 0 120px;
}
a, a:hover, a:focus {
	text-decoration:none;
    outline:none;
    transition: color 0.3s ease;
}
a {
	color: var(--accent-color);
}
b, strong {
    font-weight: 700;
}

img {
	max-width:100%;
	height: auto;
}

ol, ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none;
}

h1{
    font-size: 80px;
    line-height: 72px;
	font-weight: 400;
    color: var(--text-color);
    margin-bottom: 20px;
    letter-spacing: -0.03em;
	font-family: 'retroversion_bold';
}
h2{
    font-size: 56px;
    line-height: 56px;
	font-weight: 400;
	color: var(--text-color);
    margin-bottom: 0;
    font-family: 'SFProDisplaySemibold';
}
h3{
    font-size: 32px;
    line-height: 46px;
	font-weight: 400;
	color: var(--text-color);
    margin-bottom: 0;    
	font-family: 'SFProDisplaySemibold';
}
h4{
    font-size: 28px;
	line-height: 32px;
	font-weight: 400;
	color: var(--text-color);
    margin-bottom: 0;
	font-family: 'SFProDisplaySemibold';
}
h5{
    font-size:19px;
    line-height: 26px;
	font-weight: 400;
	color: var(--text-color);
    margin-bottom: 0;
	font-family: 'SFProDisplaySemibold';
}
h6{
    font-size: 18px;
    line-height: 24px;
	font-weight: 400;
	color: var(--text-color);
    margin-bottom: 0;
	font-family: 'SFProDisplaySemibold';
}
p{
    font-size: 24px;
    line-height: 29px;
	font-weight: 400;
	color: var(--text-color);
    margin-bottom: 30px;
	font-family: 'SFProDisplayRegular';
}
figure {
	margin: 0;
}
.align-center {
	text-align: center;
}
section {
	padding: 96px 0;
}

.section-title{
	margin-bottom: 40px;
	text-align: center;
}
.section-title h2{
	text-transform: capitalize;
	margin-bottom: 25px;
}
.section-title p{
	font-size: 32px;
	line-height: 40px;
	color: #373737;
	max-width: 1168px;
	margin: 0 auto 8px;
	font-family: 'SFProDisplayMedium';
}


@keyframes zoom{
	0%{
	  transform: scale(1);
	}
	50%{
	  transform: scale(0.8);
	}
	100%{
	  transform: scale(1);
	}
  }

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: var(--text-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading-container,
.loading{
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%;
}

.loading-container{
	margin: 40px auto;
}

.loading{
	border: 1px solid transparent;
	border-color: transparent var(--white-color) transparent var(--white-color);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading{
	transition: all 0.5s ease-in-out;
}

#loading-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 66px;
	transform: translate(-50%, -50%);
}

@keyframes rotate-loading{
	0%{
		transform: rotate(0deg);
	}

	100%{
		transform: rotate(360deg);
	}
}
.floatingdiv {
	position: fixed;
	top: 35%;
	right: 10px;
	z-index: 9999;
	width: 45px;
	height: 200px;
  }
  .floatingwhatsapp {   
	  background: var(--accent-color);    
	  width: 45px;
	  height: 45px;
	  text-align: center;
	  line-height: 42px;
	  border-radius: 50%;
	  box-shadow: -8px 9px 5px -7px rgb(0 0 0 / 24%);
	  display: block;
	  margin-bottom: 10px;
	}
	.floatingwhatsapp img {
	  width: 28px;
	  height: auto;
	}
	.floatingcall {    
	  background: var(--accent-color);
	  width: 45px;
	  height: 45px;
	  text-align: center;
	  line-height: 42px;
	  border-radius: 50%;
	  box-shadow: -8px 9px 5px -7px rgb(0 0 0 / 24%);
	  color: #fff;
	  font-size: 18px;
	  display: block;
	}
	.floatingcall svg {
	  color: #fff;
	}
	#scrollTopBtn {
	  position: fixed;
	  right: 10px;
	  bottom: 30px;
	  width: 45px;
	  height: 45px;
	  opacity: 0;
	  z-index: 1000;
	  font-size: 18px;
	  border-radius: 50%;
	  color: #fff;
	  background: var(--accent-color);  
	  overflow: hidden;
	  -webkit-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	  box-shadow: none;
	  border: none;
	}
	#scrollTopBtn.actived {
	  right: 30px;
	  opacity: 1;
	}
	.jobPopup {
		z-index: 99999;
	}
	.jobPopup .modal-dialog .modal-content {
		border-radius: 10px;
		border: 0;
		position: relative;
		display: flex;
		flex-direction: column;
		width: 100%;
		pointer-events: auto;
		background-clip: padding-box;
		outline: 0;
	}
	.jobPopup .modal-dialog .modal-content .modal-header {
		padding: 24px 0 18px;
		margin: 0 40px;
	}
	.jobPopup .modal-dialog .modal-content .modal-header .modal-title {
		font-size: 20px;
		color: #000;
		font-weight: 500;
	}
	.jobPopup .modal-dialog .modal-content .modal-header .btn-close {
		width: 20px;
		height: 20px;
		padding: 0;
		margin: 0;
		width: 18px;
		height: 18px;
		border-radius: 0;
		opacity: 1;
		margin-left: auto;
	}
	.jobPopup .modal-dialog .modal-content .modal-body {
		padding: 25px 40px 40px;
		position: relative;
		flex: 1 1 auto;
	}
	.jobPopup .modal-dialog .modal-content .modal-body form>*:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.jobPopup .modal-dialog .modal-content .modal-body form input[type="text"],
	.jobPopup .modal-dialog .modal-content .modal-body form input[type="tel"],
	.jobPopup .modal-dialog .modal-content .modal-body form input[type="email"],
	.jobPopup .modal-dialog .modal-content .modal-body form select  {
		height: 50px;
		padding: 10px 20px;
		width: 100%;
		font-size: 15px;
		border: 1px solid #707070;
		outline: none;
		box-shadow: none;
		border-radius: 5px;
		background: #fff;
		transition: all .3s;
		color: #263948;
	}
	.jobPopup .modal-dialog .modal-content .modal-body form input[type="text"]::placeholder,
	.jobPopup .modal-dialog .modal-content .modal-body form input[type="tel"]::placeholder,
	.jobPopup .modal-dialog .modal-content .modal-body form input[type="email"]::placeholder{
		color: #263948;
		opacity: 1;
	}
	.jobPopup .common-btn {
		margin-top: 12px;
		height: 45px;
		font-size: 15px;
		width: 100%;
	}
	.jobPopup .common-btn:hover,
	.jobPopup .common-btn:focus {
		background-color: var(--primary-color);
		color: var(--white-color);
	}

/* btns */

.common-btn {
	position: relative;
    display: inline-block;
    background: var(--accent-color);
    color: var(--white-color);
    font-weight: 400;
	font-size: 20px;
	line-height: 20px;
    text-transform: capitalize;
    border: none;
    padding: 17px 24px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    z-index: 0;
	border-radius: 8px;
	height:54px;
	text-align: center;
}
.common-btn:hover{
	background: var(--primary-color);
    color: var(--white-color);
}

/* btns */

/* header */

header.main-header{
	position: relative;
	z-index: 100;
}
header.main-header .header-sticky{
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
}
header.main-header .header-sticky.hide{
	transform: translateY(-100%);
	transition: transform 0.3s ease-in-out;
	border-radius: 0;
}
header.main-header .header-sticky.active{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0;
    transform: translateY(0);
	background: var(--secondary-color);
	border-bottom: 1px solid var(--divider-color);
	backdrop-filter: blur(30px);
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
      flex: 1;
      justify-content: center;
    }
}
.navbar{
	padding: 15px 0;
	align-items: flex-start;
	background-color: rgba(0, 0, 0, 0.7);
	height: 123px;
}
.navbar-brand{
	padding: 0;
	margin: 0;
}
.main-menu .nav-menu-wrapper{
	flex: 1;
	text-align: center;
}
.main-menu .nav-menu-wrapper > ul{
	align-items: center;
	display: inline-flex;
}
.main-menu ul li{
	margin: 0 5px;
	position: relative;
}
.main-menu ul li a{
	font-size: 16px;
	font-weight: 500;
	padding: 14px 15px !important;
	color: var(--white-color);
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}
.main-menu ul li.submenu > a:after{
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 14px;
	margin-left: 8px;
}
.main-menu ul li a:hover,
.main-menu ul li a:focus{
	color: var(--accent-color);
}
.main-menu ul ul{
	visibility: hidden;
	opacity: 0;
	transform: scaleY(0.8);
	transform-origin: top;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 240px;
	border-radius: 20px;
	position: absolute;
	left: 0;
	top: 100%;
	overflow: hidden;
	background-color: var(--accent-color);
	transition: all 0.3s ease-in-out;
	text-align: left;
}
.main-menu ul ul ul{
	left: 100%;
	top: 0;
	text-align: left;
}
.main-menu ul ul li{
	margin: 0;
	padding: 0;
}
.main-menu ul ul li a{
	color: var(--white-color);
	padding: 8px 20px !important;
	transition: all 0.3s ease-in-out;
    display: block;
}
.main-menu ul li:hover > ul{
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
    padding: 5px 0;
}
.main-menu ul ul li a:hover,
.main-menu ul ul li a:focus{
	color: var(--primary-color);
	background-color: transparent;
	padding: 8px 20px 8px 23px !important;
}
.cta-btn .call-btn::before {
    background-image: url(../images/icon-phone.svg);
}
.main-menu ul li.highlighted-menu{
    display: none;
}
.logo img {
	height: 182px;
	width: auto;
	margin: 0 auto;
}
.main-menu #menu1 {
	justify-content: flex-end;
	margin-top: -136px;
}
.main-menu #menu2 {
	justify-content: flex-start;
	margin-top: -136px;
}
.center-logo {
	background: rgba(0, 0, 0, 0.71);
	backdrop-filter: blur(26.6187px);
	border-radius: 0px 0px 24px 24px;
	width: 458px;
	height: 223.6px;
	padding: 21.295px 17.8685px;
	margin: 0 12px;
}
.sticky-center-logo {
	display: none;
	width: 458px;
}
.navbar-brand {
	display: block;
	text-align: center;
}
.mob-logo,
.close-mobile-menu {
    display: none;
}
.is-sticky {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 1040;
	border-bottom: 0 !important;
	height: 123px !important;
	max-height: 123px !important;
	background-color:rgba(0, 0, 0, 0.6)!important;
	-webkit-box-shadow: 0 3px 4px rgba(0,0,0,.07);
	box-shadow: 0 3px 4px rgba(0,0,0,.07);
	-webkit-animation: translateHeader 0.8s;
	animation: translateHeader 0.8s;
  }
  .is-sticky .main-menu  {
	height: 123px;
  }
  .is-sticky .main-menu #menu1,
  .is-sticky  .main-menu #menu2 {
	margin: 0;
  }
  @keyframes translateHeader {
	0% {
	  opacity:0;
	  -webkit-transform:translateY(-100%);
	  transform:translateY(-100%)
	}
	100% {
	  opacity:1;
	  -webkit-transform:translateY(0);
	  transform:translateY(0)
	}
  }
  @keyframes headerAnimation {
	0% {
	  opacity:0;
	  -webkit-transform:translateY(-100%);
	  transform:translateY(-100%)
	}
	100% {
	  opacity:1;
	  -webkit-transform:translateY(0);
	  transform:translateY(0)
	}
  }
  /* .is-sticky .logo img {
	height: 80px;
  } */
  .is-sticky .sticky-center-logo  {
	display: block;
  }
  .is-sticky .center-logo  {
	display: none;
  }
  .contact-now-box{
	display: flex;
	align-items: center;
}

.contact-now-box .icon-box{
	background-color: var(--accent-color);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	transition: all 0.3s ease-in-out;
}

.contact-now-box:hover .icon-box{
	background-color: var(--primary-color);
}

.contact-now-box .icon-box img{
	max-width: 20px;
}

.contact-now-box-content{
	width: calc(100% - 55px);
}

.contact-now-box-content p{
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.contact-now-box-content h3{
	font-size: 18px;
}


/* banner */

.hero-section {
	position: relative;
	margin-top: 0;
	padding: 0;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 1080px;
}
.hero-content {
	position: absolute;
	top: 57%;
	width: 100%;
	padding: 0 30px;
    left: 0;
	transform: translateY(-50%);
	text-align: center;
}
.hero-content h1 {
	color: var(--white-color);
	text-transform: uppercase;
	margin:0 auto 25px;
	max-width: 1200px;
}
.hero-content p {
	color: var(--white-color);
	font-size: 24px;
	line-height: 32px;
	margin:0 auto 15px;
	max-width: 1200px;
}
.hero-btn-wrap {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	padding: 0px;
	gap: 16px;
}
.white-btn {
	background-color: #fff;
	color: #EA3400;
}

/* scrolling script */

.our-scrolling-ticker {
  background-color: var(--accent-color);
  padding: 12px 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
} 
.scrolling-ticker-box {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 10px;
  align-items: center;
}
.scrolling-content {
  flex-shrink: 0;
  display: flex;
  gap: 10px;
  min-width: 100%;
  animation: scroll 24s linear infinite;
}
.scrolling-content span {
  display: inline-block;
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
  color: var(--white-color);
  font-family: 'SFProDisplaySemibold';
  font-style: italic;
  vertical-align: middle;
}
.scrolling-content span img {
  width: 100%;
  max-width: 24px;
}
@keyframes scroll{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(calc(-100% - 10px));
	}
}

/* service section */

.service-section {
	position:relative
}
.service-list .col-md-3 {
	padding: 0 8px;
}
.service-item {
	padding: 16px;
	background: #F7F7F7;
	border-radius: 24px;
}
.service-image img {
	border-radius: 8px;
	margin-bottom: 20px;
}
.service-item h3 {
	font-size: 32px;
	line-height: 33px;
	margin-bottom: 5px;
}
.service-item p {
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
	margin-bottom: 12px;
}
.service-item p span {
	font-size: 28px;
	line-height: 33px;
}
.service-item .common-btn {
	width: 100%;
	margin-top: 16px;
}

/* About section */

.about-section {
	position: relative;
	background: #FFF3EA;
}
.about-content {
	padding-left: 64px;
}
.about-content h4 {
	font-family: 'SFProDisplayMedium';
	color: #373737;
	margin-bottom: 20px;
}
.about-content h2 {
	font-size: 48px;
	line-height: 56px;
	margin-bottom: 28px;
}
.about-content p {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 28px;
	text-align: justify;
	font-family: 'SFProDisplayMedium';
}
.about-image {
	text-align: center;
}

/* event section */

.event-section {
	position:relative
}
.event-image img {
	border-radius: 24px;
	margin-bottom: 20px;
}
.event-item h3 {
	font-size: 32px;
	line-height: 33px;
	margin-bottom: 5px;
	color: #6B0F1A;
}
.event-date {
	font-size: 24px;
	line-height: 29px;
	color: #E66C00;
}
.event-item .location {
	font-size: 20px;
	line-height: 24px;
	color: #000;
	margin: 8px 0 16px;
	display: block;
	font-family: 'SFProDisplayRegular';
}
.event-item p {
	margin-bottom: 12px;
}
.event-item .common-btn {
	width: 100%;
	margin-top: 12px;
}

/* mantra */
.mantra-section {
	padding: 120px 0;
	background: #FFFFEA;
	position: relative;
}
.mantra-section::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 250px;
	height: 100%;
	content: "";
	background: url(../images/mantra-bg.svg) no-repeat right center;
}
.mantra-heading {
	width: 178px;
	height: 64px;
	background: url(../images/mantra-icon.svg) no-repeat left top;
	padding-left: 75px;
	margin-bottom: 36px;
}
.mantra-section p {
	font-size: 40px;
	line-height: 24px;
	font-family: 'SFProDisplaySemibold';
	font-style: italic;
}
.mantra-heading h3 {
	font-size: 32px;
	line-height: 32px;
	color: #000000;
}
.mantra-content h2 {
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 12px;
}
.mantra-content p {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 0;
}
.play-btn {
	background: #FFFFFF;
	border: 1px solid #FD5525;
	border-radius: 16px;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 12px 24px;
	gap: 8px;
	width: 190px;
	height: 48px;
	font-size: 24px;
	line-height: 24px;
	color: #FD5525;
	text-transform: capitalize;
}
.language-list {
	background: #E5E5E6;
	border-radius: 8px;
	width: 217px;
	height: 46px;
	display: flex;
	flex-direction: row;
	align-items: center;
	overflow: hidden;
}
.language-list li a {
	background: #E5E5E6;
	height: 46px;
	width: 74px;
	border-right: 1px solid #FFFFFF;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: #3E3E3E;
	display: flex;
	align-items: center;
	justify-content: center;
}
.language-list li:last-child a {
	border-right: none;
}
.language-list li.active a {
	background: #FD5525;
	color: #FFFFFF;
}
.mantra-bottom-content {
	margin-top: 46px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mantra-right p {
	line-height: 24px;
	font-family: 'SFProDisplayMedium';
}
.mantra-left {
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 32px;
}

/* store section */

.store-section .section-title {
	text-align: left;
}
.store-section .section-title p {
	margin: 0;
}
.bordered-btn {
	background: none;
	border: 1px solid #EA3400;
	border-radius: 8px;
	color: var(--accent-color);
}
.store-section .bordered-btn {
	float: right;
	margin-top: -62px;
}
.store-section .service-item h4 {
	font-weight: 600;
	font-size: 24px;
	line-height: 33px;
	text-transform: capitalize;
}
.store-section .service-item .price {
	font-weight: 600;
	font-size: 28px;
	line-height: 33px;
	color: var(--accent-color);
}

/* our mission */

.our-mission {
	position: relative;
	background: #F5F5F5;
}
.mission-wrap {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 56px;
}
.registration-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 16px;
}
.mission-content {
	max-width: 492px;
}
.mission-content h2 { 
	margin-bottom: 28px;
}
.registration-item {
	background: #FFFFFF;
	border: 2px solid #F2F2F2;
	box-shadow: 0px 51px 20px rgba(234, 52, 0, 0.01), 0px 29px 17px rgba(234, 52, 0, 0.03), 0px 13px 13px rgba(234, 52, 0, 0.05), 0px 3px 7px rgba(234, 52, 0, 0.06);
	border-radius: 24px;
	padding: 32px 16px 16px;
	text-align: center;
}
.registration-item h4 {
	color: #EA3400;
	border-bottom: 1px solid #BDBDBD;
	padding: 0px 0px 12px;
	margin-bottom: 30px;
}
.registration-item p strong {
	display: block;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 10px;
}
.registration-item p {
	font-weight: 600;
font-size: 20px;
line-height: 24px;
color: #474747;
margin-bottom: 20px;
}
.registration-item .common-btn {
	width: 100%;
}

/* blog */

.blog-section .event-image {
	position: relative;
}
.blog-section .event-image .category {
	position: absolute;
	top: 16px;
	right: 16px;
	background: #FEFFC9;
	border-radius: 8px;
	padding: 6px 24px;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #CD5505;
}
.blog-section .col-md-4:first-child .event-item .event-image .category {
	background: #FFC9C9;
	color: #CD0505;
}
.blog-section .col-md-4:last-child .event-item .event-image .category {
	background: #C9FCFF;
	color: #0562CD;
}
.blog-section h3 {
	color: var(--text-color);
	font-weight: 600;
}
.blog-section .event-date {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #646464;
	margin-bottom: 20px;
}
.blog-section .event-item p {
	font-weight: 500;
	margin: 0;
}

/* footer */

footer {
	background: linear-gradient(98.14deg, #EA3400 0%, #000000 94.82%);
	padding: 96px 0;
}
.footer-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	gap: 40px;
	margin-bottom: 64px;
}
.footer-news-letter {
	max-width: 502px;
}
.footer-news-letter h3 {
	font-weight: 500;
	color: #fff;
	margin-bottom: 28px;
	max-width: 350px;
}
.news-letter {
	display: flex;
flex-direction: row;
align-items: flex-start;
}
.footer-news-letter input[type="email"] {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 8px 0px 0px 8px;
	height: 51px;
	padding: 20px 16px;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
	border: none;
	box-shadow: none;
	width: 80%;
}
.subscribe-btn {
	width: 118px;
	height: 51px;
	background: #EA3400;
	border-radius: 0px 8px 8px 0px;
	padding: 15px 24px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	text-transform: capitalize;
	border: none;
	box-shadow: none;
}
footer h4 {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 15px;
}
footer p,
footer ul li a {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	text-transform: capitalize;
	color: #FFFFFF;
	opacity: 0.5;
}
footer ul li {
	margin-bottom: 7px;
}
footer ul li:hover a {
	opacity: 1;
}
.footer-social-links li {
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
}
.footer-social-links li a {
	padding: 10px;
	gap: 10px;
	width: 44px;
	height: 44px;
	background: rgba(0, 0, 0, 0.12);
	border-radius: 40px;
	color: #FFFFFF;
	font-size: 18px;
}
.email-address {
	background: url(../images/mail-icon.svg) no-repeat left top;
	padding-left: 30px;
	margin: 0;
}
.phone {
	background: url(../images/phone.svg) no-repeat left top;
	padding-left: 30px;
}
.footer-copyright {
	margin-top: 48px;
	border-top: 1px solid #FFFFFF;
	padding: 16px 0px;
}
.footer-copyright p {
	margin: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
	opacity: 0.7;
}
.designed-text {
	text-align: right;
}
  /* media query */

   @media only screen and (max-width: 1800px){	
    .container-fluid {
      padding: 0 80px;
    }
    section {
      padding: 100px 0;
    }    
  }
@media only screen and (max-width: 1700px){	
    .container-fluid {
      padding: 0 70px;
    }   
    section {
      padding: 90px 0;
    }  
} 
@media only screen and (max-width: 1600px){	
    .container-fluid {
      padding: 0 70px;
    }   
	h1 {
		font-size: 70px;
		line-height: 62px;
	}
	h2 {
  		font-size: 50px;
  		line-height: 50px;
	}
	.section-title p {
  		font-size: 28px;
  		line-height: 36px;
	}
	.service-item h3 {
  		font-size: 28px;
  		line-height: 30px;
	}
	.service-item p span {
		font-size: 26px;
		line-height: 31px;
	}
} 
 @media only screen and (max-width: 1500px){	
    .container-fluid {
      padding: 0 50px;
    }   
	.main-menu ul li a {
		font-size: 15px;
	}  
}
 @media only screen and (max-width: 1400px){	
    .container-fluid {
      padding: 0 30px;
    } 
	h1 {
		font-size: 64px;
		line-height: 60px;
	}
	h2 {
  		font-size: 46px;
  		line-height: 46px;
	}
	.section-title p {
  		font-size: 26px;
  		line-height: 34px;
	}
	.service-item h3 {
  		font-size: 26px;
  		line-height: 28px;
	}
	.service-item p span {
		font-size: 24px;
		line-height: 30px;
	}
	.service-item p {
		font-size: 17px;
		line-height: 21px;
	}
	p {
		font-size: 22px;
		line-height: 27px;
	}
	.mantra-section::after {
		width: 150px;
		background-size: 100% auto;
	}
}