/* Base */
html{
	overflow-x:hidden;
}
body {
	line-height: 1.7;
	color: #000;
	font-weight: 400;
	font-size: 1rem;
	font-family: 'Poppins', sans-serif;
	background-color:#767c6a;
	background-image: url(../images/bg1.png);
	background-position: center center;
	background-size:cover;
	background-repeat: repeat;
	width:100%;
	height:400px;
	position:relative;
}
::-moz-selection {
	background: #000;
	color: #fff;
}

::selection {
	background: #000;
	color: #fff;
}

a {
	color: #d03333;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

a:hover {
	text-decoration: none;
	color:#EA9999;
}

.border-2 {
	border-width: 2px;
}

.text-black {
	color: #000 !important;
}

.bg-black {
	background: #000 !important;
}

.color-black-opacity-5 {
	color: rgba(0, 0, 0, 0.5);
}

.color-white-opacity-5 {
	color: rgba(255, 255, 255, 0.5);
}
/* Back to top button */

.back-to-top {
	position: fixed;
	display: none;
	background: #82c34a;
	color: #fff;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	border-radius: 50%;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
	z-index: 11;
}
  
.back-to-top i {
	padding-top: 12px;
	color: #fff;
}
.chat-icon {
	position: fixed;
	width: 40px;
	height: 40px;
	right: 25px;
	bottom: 25px;
	transition: background 0.5s;
	z-index: 11;
	background-color:#EA9999;
	color:#fff;
	display: flex;
	align-items:center;
	justify-content: center;
	border-radius:100%;
}
.chat-icon:hover{
	color:#fff;
}
.call-btn{
	position: fixed;
	left:20px;
	bottom:100px;
	z-index: 9999;
}
  /* Prelaoder */
  
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}
  
#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #f2f2f2;
	border-top: 6px solid #EA9999;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}
  
@-webkit-keyframes animate-preloader {
	0% {
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
  
	100% {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
}
  
@keyframes animate-preloader {
	0% {
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
  
	100% {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
}
  
.site-wrap:before {
	display: none;
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
	background: rgba(0, 0, 0, 0.6);
	content: "";
	position: absolute;
	z-index: 2000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
}

.offcanvas-menu .site-wrap {
	height: 100%;
	width: 100%;
	z-index: 2;
}

.offcanvas-menu .site-wrap:before {
	opacity: 1;
	visibility: visible;
}

.btn {
	font-size: 16px;
	padding: 10px 30px;
	border: 2px solid #bd0d0d;
	color: #bf1616;
	transition: all 0.5s;
}

.btn:hover,
.btn:active,
.btn:focus {
	background-color: #bd0d0d;
	color: #fff;
	transition: all 0.5s;
}

.btn-01 {
	background-color: #bd0d0d;
}

.btn.btn-primary {
	background: #d03333;
	;
	border-color: #d03333;
	;
	color: #fff;
}

.btn.btn-primary:hover {
	background: #fff;
	border-color: #fff;
	color: #d03333;
	;
}

.btn.btn-primary.btn-black--hover:hover {
	background: #666666;
	color: #fff;
}

.line-height-1 {
	line-height: 1 !important;
}

.bg-black {
	background: #000;
}

.form-control {
	height: 43px;
	border: none;
	background-color:#f4f4f4;
	border-bottom: 1px solid #d3d3d3;
	border-radius:0px;
}
.sticky-top{
	top:30px;
}
.form-control:active,
.form-control:focus {
	border-color: #d03333;
	;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}



.is-sticky .site-menu-toggle {
	color: #000;
}
/* mobile-nav */
/* 
.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #413e66;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #1bb1dc;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #065e77;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #1bb1dc;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

 */

.mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
	left: -260px;
	width: 260px;
	padding-top: 18px;
	background: rgb(108 0 13);
	transition: 0.4s;
  }
  
  .mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  
  .mobile-nav a {
	display: block;
	position: relative;
	color: #fff;
	padding: 10px 20px;
	font-weight: 500;
  }
  
  .mobile-nav a:hover,
  .mobile-nav .active > a,
  .mobile-nav li:hover > a {
	color: #8dc2fa;
	text-decoration: none;
  }
  
  .mobile-nav .drop-down > a:after {
	content: "\f078";
	font-family: FontAwesome;
	padding-left: 10px;
	position: absolute;
	right: 15px;
  }
  
  .mobile-nav .active.drop-down > a:after {
	content: "\f077";
  }
  
  .mobile-nav .drop-down > a {
	padding-right: 35px;
  }
  
  .mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
  }
  
  .mobile-nav .drop-down li {
	padding-left: 20px;
  }
  
  .mobile-nav-toggle {
	position: fixed;
	right: 0;
	top: 10px;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
  }
  
  .mobile-nav-toggle i {
	margin: 18px 18px 0 0;
	color: #fff;
  }
  
  .mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgb(108 0 13 / 39%);
	overflow: hidden;
	display: none;
  }
  
  .mobile-nav-active {
	overflow: hidden;
  }
  
  .mobile-nav-active .mobile-nav {
	left: 0;
  }
  
  .mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
  }
  
/* sicoriaan-css */
.home-slider{
  /* height:100vh; */
  position: relative;
  /* overflow: hidden; */
}
/* .home-slider .owl-item{
  height:100vh;
} */
.home-slider .swiper-slide{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height:500px;
	display:flex;
	align-items: flex-end;
	justify-content: flex-end;
	position: relative;
}
.home-slider .swiper-slide:before{
	position:absolute;
  content:'';
  width:100%;
  height:100%;
  top:0;
  left:0;
  background-color:#0000007a;
  /* border:1px solid #fff; */
}
/* .home-slider .owl-item img{
  width:100%;

} */


.slider-content{
  position: absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index: 9;
  padding:60px;
  text-align: center;
}
.slider-content .middle-content{
  height:80vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right:35px;
}
.slider-content .middle-content:before{
  position:absolute;
  content:'';
  width:100%;
  height:100%;
  top:0;
  left:0;
  background-color:#0000003d;
  border:1px solid #fff;
}

.slider-inner-zone{
	position:relative;
}
.slider-content .logo-area{
	position: absolute;
	width:100%;
	height:100%;
	top:-32px;
}
/* .logo-area{
	margin-top:-13px;
	padding-top:10px;
} */
.logo-area img {
  max-width: 200px;
  position: relative;
  z-index: 9;
  display:inline !important;
  margin:0px auto;
}
.register-form{
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
.registration-area{
	/* margin-top:20px; */
	background-color:#0000009e;
	box-shadow:0px 0px 10px #0009;
}
.register-form{
  padding:20px 10px;
  margin:0;
}
.register-form label{
  color:#fff;
}
.register-form .form-control{
	border-radius:5px;
}
/* .register-form .form-group .form-control{
  padding:0;
  border:none;
} */
.register-form .submit-btnno input[type="submit"]{
  background:transparent;
  border:none;
  color:#fff;
  font-size:30px;
}
.bg-red{
  background-color:#EA9999;
}
.submit-btn02{
	padding: 5px 0px;
    border-radius: 5px;
    background-color: #EA9999;
    color: #fff;
    border: none;
    border: 2px solid #EA9999;
    transition: all 0.5s;
    font-size: 19px;
    margin-top: 36px;
    width: 100%;
}
.sticky-wrapper .site-menu-toggle i{
	color: #fff;
	background-color:#df5102;
	margin-right:10px;
	margin-top:10px;
	padding:5px;
}
.main-nav,
.main-nav * {
  /* margin-top: 3px; */
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 5px 10px;
  transition: 0.3s;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}
.bg-gold{
	background-color: #00000087;
	padding:10px 0px;
}
.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #fff;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left:0;
  top:35px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #EA9999;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
  margin:0;
  border-bottom:1px dotted #fff;
}
.main-nav .drop-down li:last-child{
	border-bottom:none;
}
.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #fff;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #000;
  background-color:#fff;
}

/* .main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
} */

.main-nav .drop-down .drop-down ul {
  top: 0;
  right: 100%;
  left:auto;
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  right: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f107";
  position: absolute;
  font-family: FontAwesome;
  right: 15px;
}
.toggle-btn{
	background-color:#EA9999;
}
.toggle-btn i{
	color:#fff;
}

.sticky-wrapper {
	position: absolute;
	z-index: 100;
	width: 100%;
}

.sticky-wrapper .site-navbar {
	padding: 15px 0px;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.sticky-wrapper.is-sticky .site-navbar {
	background-color: #EA9999;
    box-shadow: 0px 0px 10px #00000070;
}

.sticky-wrapper .shrink {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.banner-content h2{
  font-family: "Monotype Corsiva";
  font-size:60px;
  font-weight:700;
  color:#d7d6d6;
  position: relative;
  z-index: 1;
  line-height:90px;
  padding-right:40px;
}
.gallery-area{
	padding-top:110px;
}
/* .middle-content h2 span{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size:48px;
} */
.about-section{
  padding:100px 0px;
}
.about-img img{
  width:100%;
}
.about-content{
  padding-left:30px;
}
.about-content h2{
  
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size:48px;
  color:#000;
}
.about-content h4{
  font-family: 'Poppins', sans-serif;
  font-size:28px;
  color:#EA9999;
}
.about-content p{
  font-size:16px;
  /* font-weight: 600; */
}
.play-btn-icon img{
  width:30px;
  margin-right:5px;
}
.playstore-btn .icon-area i{
  font-size:40px;
  color:#fff;
  padding-right:10px;
}
.playstore-btn{
  display: inline-block;
  background-color:#000;
  border-radius:5px;
  padding:10px;
  margin-right:20px;
}
.playstore-btn p{
  margin:0;
  color:#fff;
  font-size:14px;
  line-height: 25px;
}
.playstore-btn p span{
  font-size:25px;
}
.success-stories{
  padding-bottom:80px;
}
.padd-top{
	padding-top:80px;
}
.section-header{
  text-align:center;
}
.section-header .section-title{
  
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size:40px;
  color:#EA9999;
  line-height: 30px;
  margin-bottom:20px;
}
.section-header .section-title span{
	font-size:25px;
}
.section-header h5{
  font-family: 'Poppins', sans-serif;
  color:#000;
  font-size:25px;
  line-height: 40px;
}
.section-header h5 span{
  color:#EA9999;
}
.stories-content-area{
  padding-top:30px;
}
.stories-content-area .item h4{
  text-align:center;
  font-size:14px;
  padding:10px 0px;
  color:#000;
  font-weight:700;
}
.stories-content-area .item h4 span{
	color:#EA9999;
}
.specialist-area{
	padding:80px 0px;
	background-color: #e49d31;

}
.special-box{
	text-align:center;
}
.special-box img{
	width:100px;
	height:100px;
	border:2px solid #fff;
	border-radius:100%;
}
.special-box h5{
	font-size:18px;
	color:#fff;
	margin-top:20px;
}
.special-header{
	text-align:center;
}
.special-header h2{
	font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 48px;
    color: #fff;
	line-height: 30px;
	margin-bottom:20px;
}
.special-header p{
	color:#fff;
	font-size:15px;
	width:60%;
	margin:0px auto;
	padding-bottom:60px;
}
.card{
	background-color:transparent;
}
.know-mr-btn{
	display:inline-block;
	padding:5px 20px;
	border:1px solid #fff;
	color:#fff;
	display: inline-block;
	margin-top:30px;
	text-transform: uppercase;
	font-size:20px;
}
.know-mr-btn:hover{
	color:#fff;
	background-color:#EA9999;
	border:1px solid #EA9999;
}
.package-area{
	padding:100px 0px;
}
.section-header{
	color:#000;
	width:70%;
	margin:0px auto;
	font-size:15px;
	padding-bottom:30px;
}
.trand-img{
	overflow: hidden;
}
.service-content img{
	width:100%;
	height:250px;
	object-fit: cover;
	object-position: 50% top;
	transform:scale(1);
	transition:all 0.5s;
	
}
.service-content img:hover{
	transform:scale(1.2);
	transition:all 0.5s;
	
}
.service-content h4{
	text-align:center;
	color:#EA9999;
	font-size:20px;
	font-family: 'Poppins', sans-serif;
	margin:0;
	padding:10px 0px;
}
.contact-info h3{
	font-size: 22px;
    font-weight: 700;
    color: #EA9999;
}
.service-area{
	padding-top:60px;
	/* background-color:#f2f2f2; */
}
.contact-area{
	padding:100px 0px;
}
.contact-info h4{
	color:#000;
	font-weight:600;
	font-size: 16px;
    line-height: 40px;
}
.submit-btn01{
	color:#fff;
	text-transform: uppercase;
	background-color: #EA9999;
	border:2px solid #EA9999;
	padding:5px 20px;
	font-size:20px;
	line-height: 25px;
	transition:all 0.5s;
	margin-top:30px;
}
.submit-btn01:hover{
	background-color:#fff;
	color:#EA9999;
	transition:all 0.5s;
}
.call-to-action{
	background-image: url('../images/events-bg.jpg');
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	width:100%;
	padding:60px 0px;
	background-attachment: fixed;
}
.call-content{
	text-align:center;
}
.call-content h1{
	font-family: 'Poppins', sans-serif;
	font-size:60px;
	color:#fff;
	margin-bottom:30px;
}
.contact-btn{
	text-transform: uppercase;
    color: #fff;
	background-color: #EA9999;
	border:2px solid #EA9999;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 5px;
    margin-top: 30px;
	display: inline-block;
	line-height: 25px;
}
.contact-btn:hover{
	background-color:transparent;
	color:#EA9999;
}
.apps-area{
	justify-content: center;
}
.apps-area a:last-child{
	margin-right:0;
}
.logo-wrap{
	padding:100px 0px;
}
.footer-logo{
	margin-bottom:20px;
}
.social-link a{
	margin:0px 4px;
}
.logo-wrap h5{
	text-transform: uppercase;
	color:#e26e35;
	margin-top:20px;
	font-weight: 400;
}
.footer{
	padding:40px 0px;
	background-color:#EA9999;
	overflow: hidden;
}
.quick-link{
	text-align:center;
}
.quick-link ul{
	list-style:none;
	padding:0;
	margin:0;
}
.quick-link ul li{
	display:inline-block;
	padding:0px 20px;
	border-right:1px solid #fff;
	line-height: 20px;
}
.quick-link ul li:last-child{
	border-right:none;
}
.quick-link ul li a{
	text-decoration: none;
	color:#fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size:25px;
}
.quick-link p{
	color:#fff;
	margin-top:20px;
	font-size:12px;
	margin-bottom:0px;
}
.banner-with-text{
	position:relative;
	background-size: cover;
	background-position:center center;
	background-repeat: no-repeat;
	width:100%;
	height:500px;
	display:flex;
	align-items: center;
}
.package-content{
	display:flex;
	align-items:center;
	justify-content:center;
	
}
.package-content .middle-cont{
	text-align:center;
	padding:30px 20px;
	background-color:#00000085;
	position: relative;
	z-index:9;
}
.middle-cont h2{
	color:#fff;
	font-size:40px;
    font-family: 'Poppins', sans-serif;
}
.middle-cont h4{
	font-family: 'Yanone Kaffeesatz';
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 15px;
}
.rashmi-content h5{
	font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 30px;
    line-height: 40px;
}
.rashmi-content h5 span{
	text-transform: uppercase;
    color: #EA9999;
}
.rashmi-content h2.section-title{
	font-family: 'Poppins', sans-serif;
	
    font-weight: 700;
    font-size: 48px;
    color: #000;
    line-height: 30px;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.message{
	text-transform: capitalize !important;
}

.grey-btn{
	display: inline-block;
	padding:5px 25px;
	background-color:#555555;
	border:2px solid #555555;
	color:#fff;
	text-transform: uppercase;
	transition:all 0.5s;
}
.grey-btn:hover{
	background-color:#EA9999;
	border:2px solid #EA9999;
	color:#fff;
	transition:all 0.5s;
}
.rashmi-details{
	padding-bottom:100px;
}
.rashmi-images{
	text-align:center;
}
.rashmi-images img{
	width:100%;
}
.event-image img{
	object-fit:cover;
	object-position:50% top;
	width:250px;
	height:250px;
	border-radius: 100%;
	border:5px solid #fff;
}

.inner-page-banner{
	background-image:url('../images/inner-banner.jpg');
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	/* background-attachment: fixed; */
	position: relative;
	padding:120px 0px;
}
.packages-img img{
	width: 100%;
    object-fit: cover;
    object-position: 50% top;
    height: 250px;
}
/* .inner-page-banner:before{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	content:'';
	background-color:#00000024;
} */
.galmid-content{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.absolute-header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:99;
	padding: 10px 0px;
}
/* .pad-lef{
	padding-left:95px;
} */


.banner-content-inner h2{
	font-family: 'Poppins', sans-serif;
	
    color: #fff;
    font-size: 48px;
	line-height: 40px;
	position:relative;
	margin-bottom:30px;
	font-weight:600;
	
}
.banner-content-inner h2 span{
	position:absolute;
	right:0;
	top:15px;
	font-size:14px;
	color:#edca07;
	line-height: 20px;	
}
.banner-content-inner p{
	color:#dedede;
	font-size:16px;
}
.pack-content{
	padding:110px 0px;
}
.lit-content{
	padding-top:60px;
}
.lit-content p{
	color:#000;
	margin:0;
}
.pack-details{
	padding:30px;
	background-color:#e70902;
}
.pack-details .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background-color:transparent;
	color:#000;
}
.pack-details .nav-pills .nav-link h3{
	font-size:16px;
	color:#fff;
}
.stories-img img{
	object-fit: cover;
    object-position: 50% top;
    width: 100%;
    height: 230px;
}
.pack-details .nav-pills .nav-link h3 input[type="checkbox"]{
	margin-right:10px;
}
.pack-details .nav-pills .nav-link h3 span{
	padding-left:25px;
	font-size:14px;
	color:#f4c900;
	text-transform: uppercase;
}
.pack-area-content h2{
	font-family: 'Poppins', sans-serif;
    color: #EA9999;
	font-size: 35px;
	font-weight:600;
	line-height: 50px;
	margin:0;
}
.pack-area-content h2 span{
	font-size:20px;
	text-transform: uppercase;
}
.pack-area-content h5{
	color:#e70902;
	font-size:20px;
	font-weight:600;
}
.pack-area-content p{
	font-size:16px;
	text-align: justify;
}
.pack-area-content p b{
	color:#000;
}
.pack-btn{
	display: inline-block;
	background-color:#e70902;
	border:2px solid #e70902;
	color:#fff;
	padding:5px 15px;
	text-transform: uppercase;
	font-weight:600;
}
.pack-btn:hover{
	background-color:#fff;
	color:#e70902;
}
.rashmi-content h4{
	color:#EA9999;
	font-size:20px;
	font-weight: 600;
	
}
.rashmi-image img{
	width:100%;
}
.bottom-quick-link ul{
	list-style:none;
	padding:0;
	margin:0;
}
.bottom-quick-link ul li{
	display:block;
	text-align: left;
	border:none;
	padding-bottom:5px;
}
.bottom-quick-link ul li a{
	color:#fff;
	font-size: 13px;
    font-weight: 600;
}
.sub-menu ul.drop-filter{
	padding:0px;
	margin:0;
}

.sub-menu .fa{
	position: relative;
}
.sub-menu .fa:before {
	position: absolute;
	right:5px;
	content: "\f106";
	font-family: 'FontAwesome';
}
  
.sub-menu .fa.collapsed:before {
	content: "\f107";
	font-family: 'FontAwesome';
}
.contact-form h3{
	font-family: 'Poppins', sans-serif;
	text-align:center;
	color:#000;
	font-size:40px;
	margin-bottom:30px;
}

.submit-btn{
	padding:5px 15px;
	border-radius:5px;
	background-color:#EA9999;
	color:#fff;
	border:none;
	border:2px solid #EA9999;
	transition:all 0.5s;
}
.submit-btn:hover{
	background-color: #fff;
	color:#EA9999;
	transition:all 0.5s;
}
.bottom-quick-link h2{
	font-family: 'Poppins', sans-serif;
	color:#fff;
	font-size: 20px;
    margin-bottom: 20px;
}
.bottom-quick-link p{
	color:#fff;
	font-size:14px;
}
.swiper-slide img{
	width:100%;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image: url('../images/angle-rightpng.png');
	background-color:#EA9999;
	background-size:contain;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image: url('../images/angle-left.png');
	background-color:#EA9999;
	background-size:contain;
}
.contact04pad{
	padding:8px 30px;
}
.about-image-area img{
	width:100%;
}
.rashmi-content h2{
	font-family: 'Poppins', sans-serif;
	font-size:28px;
	color:#EA9999;
}
.about-middle-content{
	padding:60px 0px;
	background-color:#f0f0f0;
}
.about-middle-content h3{
	font-family: 'Poppins', sans-serif;
	font-size:40px;
	color:#EA9999;
	font-weight:700;
	margin-bottom:30px;
}
.about-inner{
	background-position: top center;
	/* height:100vh; */
}
.philosophy{
	background-image:url('../images/banner-05.jpg');
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	width:100%;
	height:400px;
	display: flex;
	align-items: center;
	background-attachment: fixed;
}
.banner-content-inner{
	padding:20px 40px;
	background-color:#000000bf;
}
.banner-content-inner h3{
	font-family: 'Poppins', sans-serif;
	color:#fff;
	font-size:40px;
}
.philosophy-content{
	text-align:center;
}
.philosophy-content h1{
	font-family: 'Poppins', sans-serif;
	
	font-size:50px;
	color:#fff;
	font-weight:700;
	margin-bottom:30px;
}
.philosophy-content p{
	color:#fff;
}
.box-shade{
	box-shadow:0px -6px 15px #0003;
}
.rashmi-content h3{
	font-family: 'Sacramento', cursive;
    font-size: 65px;
    line-height: 65px;
    color: #fff;
}
.gallery-image{
	position: relative;
	overflow: hidden;
	margin-bottom:30px;
}
.gallery-image:before{
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	content:'';
	background-color:transparent;
	transition: all .3s linear;
}
.gallery-image:hover:before{
	background-color:#0000005e;
	transition: all .3s linear;
}
.gallery-image img{
	object-fit: cover;
	object-position: 50% top;
	height:350px;
	width:100%;
}
.galler-content{
	position: absolute;
	top:20px;
	text-align:center;
	transform:translateY(95%);
	-webkit-transform: translateY(95%);
	transition: visibility 0s linear .5s,opacity .8s linear;
	-webkit-transition: visibility 0s linear .5s,opacity .8s linear;
	transition: all .3s linear;
}
.gallery-image:hover .galler-content{
	transform:translateY(0%);
	-webkit-transform: translateY(0%);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}
.gallery-image:hover .service-name h2{
	background-color:transparent;
}
.service-name h2{
	font-family: 'Yanone Kaffeesatz';
	color:#fff;
	font-weight:600;
	text-transform: uppercase;
	font-size:35px;
	padding:10px 0px;
	margin:0;
	background-color:#00000094;
}
.office-add p{
	color:#fff;
	font-size:15px;
	height:143px;
}
.office-add{
	padding:20px;
}
.office-add .head-content{
	border:1px solid #fff;
	border-radius:5px;
	padding:10px;
}
.office-add .head-content a{
	color:#fff600;
	font-weight:500;
}
.message-details{
	/* background-color:#f0f0f0; */
	padding:60px 0px;
}
.rashmi-header{
	text-align:center;
}
.rashmi-header h2{
	
	font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #EA9999;
    line-height: 30px;
    margin-bottom: 20px;
}
.rashmi-header p{
	color:#000;
	width:80%;
	margin:0px auto;
	padding-bottom:30px;
}
.message-details p{
	color:#000;
}
.faq-row {
	margin: 0 auto;
	min-height: 170px;
}

.faq-row h4 {
	font-size: 20px;
	font-weight: 600;
	padding: 0;
	margin: 0;
}
.faq-row h4 {
	color: #000;
}

.faq-row p {
	font-size: 14px;
	margin: 10px 0;
}
.faq-row h6 {
	font-size: 12px;
	padding: 0;
	text-transform: uppercase;
	margin: 0;
}
.faq-row h6 a {
	color: #5b5b5b;
}
.faq-row h6 a:hover, .faq-row h6 a:focus, .faq-row h6 a:active {
	color: #000;
}
.loan-page-top h2 {
	font-family: 'Poppins', sans-serif;
    font-size: 50px;
    line-height: 120%;
    padding: 0 0 20px;
    color: #EA9999;
    margin-bottom: 30px;
}
.contact-info a{
	color:#000;
}
.pack-area-content a{
	color:#000;
}
.media-body ul{
	list-style:none;
	margin:0;
	padding:0;
}
.loan-page-top {
    margin: 0 auto;
    text-align: center;
}
.media-left, .media>.pull-left {
    padding-right: 10px;
}
.inner-wrap {
    padding:110px 0px ;
}
.faq-row ul li {
    font-size: 14px;
}
.footer-logo img{
	max-width: 170px;
}
.social-link img{
	width:30px;
	box-shadow:0px 0px 12px #00000078;
    border-radius: 100%;
}
.social-link h2{
	font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
.bg-none{
	background-color:transparent !important;
}
.contact-banner{
	background-position: bottom center;
}
.contact-img img{
	width: 100%;
    height: 570px;
    object-fit: cover;
    object-position: 50% top;
}
.shadow-box{
	padding:30px 20px;
    box-shadow: 0px 0px 10px #0000006b;
}
.packages-img{
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
	width:100%;
	height:100%;
}
.contact-img{
	position: relative;
}
.bs-example{
	margin: 20px;
}
.accordion .fa{
	margin-right: 0.5rem;
	  font-size: 24px;
	  font-weight: bold;
	position: relative;
	top: 2px;
}
.card-header{
	background-color:rgb(108 0 13);
}
.card-header button{
	border:none;
	padding:0;
	color:#fff;
	white-space: normal;
	text-decoration:none;
	text-align:left;
}
.card-header button:hover, button:focus, button:visited, button:active{
	background-color:transparent !important;
	color:#fff !important;
	text-decoration:none !important;
}
#more {display: none;}
.rashmi-content h5{
	font-size:18px;
	line-height: 25px;
	font-weight: 600;
}
.events-img{
	margin-bottom: 30px;
    box-shadow: 0px 0px 10px #00000066;
    border-radius: 5px;
    overflow: hidden;
}
.events-img img{
	width:100%;
	object-fit:cover;
	object-position:50% top;
	height:300px;
}
.testimonial-image{
	margin-bottom:30px;
}
.testimonial-image img{
	width:100%;
	object-fit: contain;
	object-position: 50% top;
}
.pagination{
	margin:0;
}
.page-link{
	color:#fff;
	background-color: #EA9999;
}
.page-link:hover{
	color:#EA9999;
}
.page-item.active .page-link{
	color:#EA9999;
	background-color:#fff;
	border-color:#fff;
}
.contact-details{
	padding:30px;
	position: relative;
}
.contact-details ul{
	list-style:none;
	padding:0;
	margin:0;
}
.contact-details ul li{
	display:flex;
	padding-bottom:30px;
	color:#fff;
}
.contact-details ul li:last-child{
	padding-bottom:0;
}
.contact-details ul li i{
	width:50px;
	font-size: 25px;
}
.contact-details ul li a{
	color:#fff;
	font-weight:500;
	font-size:18px
}
.contact-details ul li p{
	margin:0;
	font-size:18px
}
.contact-img{
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
	width:100%;
}
.contact-img:before{
	position: absolute;
	background-color:#00000057;
	content:'';
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.register-banner{
	height:450px;
	background-position:top center;
}
.success-box{
	text-align:center;
	padding:10px;
}
.success-box img{
	object-fit:cover;
	object-position: 50% top;
	width:150px;
	height:150px;
	border-radius:100%;
	margin-bottom:10px;
}
.success-box h4{
	font-size:18px;
	font-weight: 500;
	color:#EA9999;
}
.success-box p{
	font-size:14px;
}
.success-stories-register{
	padding:80px 0px;
}
.reistration-content h2{
	font-size: 25px;
    color: #EA9999;
    font-weight: 600;
}
.reistration-content ul{
	padding-left:18px;
}
.reistration-content ul li{
	padding-bottom:10px;
}
.registration-form h3{
	font-size: 25px;
    color: #EA9999;
    font-weight: 600;
}
.contact-details-area{
	padding-top:80px;
}
.success-gallery-box{
	padding:10px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #0000006b;
	margin-bottom:30px;
}
.success-gallery-box img{
	object-fit: cover;
	object-position: 50% top;
	width:100%;
	height:250px;
	margin-bottom:20px;
}
.success-gallery-box h2{
	text-transform: uppercase;
	font-size:20px;
	text-align:center;
	color:#EA9999;
	font-weight: 700;
}
.pagination-area{
	margin-top:30px;
}
.call-now-btn{
	background-color:#EA9999;
	border-radius:25px;
	padding:5px 20px !important;
}
.is-sticky .call-now-btn{
	background-color:#000;
}
.footer-bottom{
	padding:40px 0px;
	background-color:#d2d2d2;
}
.footer-content h4{
	font-size:20px;
}
.footer-content p{
	font-size:15px;
	margin-bottom:30px;
}
.footer-content p:last-child{
	margin-bottom:0px;
}
#more {display: none;}
.read-more{
	color:#EA9999;
	font-size:14px;
}
.mobile-footer{
	padding:10px 0px;
	background-color:#EA9999;
	text-align:center;
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index: 999;
	display: none;
}
.mobile-footer ul{
	list-style: none;
	margin:0;
	padding:0;
}
.mobile-footer ul li{
	display: inline-block;
	padding:0px 15px;
	border-right:1px solid #fff;
	line-height: 20px;
}
.mobile-footer ul li:last-child{
	border-right:none;
}
.mobile-footer ul li a{
	color:#fff;
	font-size:14px;
}
@media(max-width:992px){
	.register-form{
		padding:20px;
	}
	/* .registration-area{
		margin-top:-240px;
	} */
	/* .mobile-nav-toggle{
		display:none;
	} */
	.register-form .form-group{
		margin-bottom:20px;
	}
	.middle-content h2{
		font-size:70px;
	}
	.middle-content h2 span{
		font-size:40px;
	}
	.register-form .form-group{
		padding:0;
	}
	.register-form .form-group label{
		font-size:14px;
		padding:5px;
	}
	.register-form .submit-btn input[type="submit"]{
		font-size:22px;
	}
	.about-section{
		padding:50px 0px;
	}
	.about-content{
		padding-left:0px;
		margin-top:30px;
	}
	.about-content h2{
		font-size:40px;
	}
	.section-header .section-title{
		font-size:40px;
	}
	.section-header h5{
		font-size:25px;
	}
	.special-header h2{
		font-size:40px;
	}
	.success-stories{
		padding-bottom: 50px;
	}
	.specialist-area{
		padding:50px 0px;
	}
	.package-area{
		padding:50px 0px;
	}
	.contact-area{
		padding:50px 0px;
	}
	.logo-wrap{
		padding:50px 0px;
	}
	.quick-link ul li{
		padding:0px 10px;
	}
	.pack-area-content{
		margin-top:20px;
	}
	.event-image{
		margin-bottom:20px;
	}
	/* .mobile-nav{
		display:none;
	} */
	.slider-content .middle-content{
		align-items: center;
		justify-content:  center;
	}
	.call-content h1{
		font-size:40px;
	}
	.faq-row{
		padding:0;
	}
	.about-image-area img{
		width:300px;
	}
	.call-float-btn{
		position: fixed;
		top: 22px;
		right: 70px;
	}
}
@media(max-width:768px){
	/* .registration-area{
		margin-top: -240px;
	} */
	.banner-content{
		margin-top:0px;
	}
	.register-form .form-group{
		margin-top:20px;

	}
	.middle-content h2{
		line-height:50px;
	}
	.special-box{
		margin-bottom:20px;
	}
	.rashmi-content a{
		margin-bottom:20px;
	}
	.submit-btn01{
		margin-left:10px;
	}
	.rashmi-content{
		margin-top:20px;
	}
	.contact-img img{
		height:400px;
	}
	.home-slider .swiper-slide{
		height:80vh;
	}
	.banner-content h2{
		font-size: 50px;
	}
}
@media(max-width:480px){
	.home-slider .swiper-slide{
		height:300px;
	}
	.contact-img img {
		height: 230px;
	}
	.slider-content{
		padding:15px;
	}
	.slider-content{
		top:60px;
	}
	.logo-area img{
		max-width:135px;
	}
	.slider-content .logo-area{
		top:-21px;
	}
	.middle-content h2{
		font-size:35px;
		line-height: 30px;
	}
	.middle-content h2 span{
		font-size:30px;
	}
	.register-form{
		padding:10px;
	}
	.about-content h2{
		font-size:30px;
	}
	.about-content h4{
		font-size:20px;
	}
	.about-content p{
		font-size:14px;
	}
	.apps-area01{
		display:block !important;
	}
	.playstore-btn{
		margin-right:0;
		margin-bottom:20px;

	}
	.section-header .section-title{
		font-size:25px;
		margin-bottom:10px;
	}
	.section-header h5{
		font-size:20px;
		line-height: 20px;
	}
	.stories-content-area{
		padding-top:0px;
	}
	.special-header h2{
		font-size:30px;
	}
	.special-header p{
		width:100%;
		font-size:14px;
	}
	.section-header{
		width:100%;
	}
	.service-content h4{
		font-size:20px;
	}
	.contact-info h4{
		font-size: 14px;
		line-height: 30px;
	}
	.call-content h1{
		font-size:30px;
	}
	.footer-logo{
		max-width:180px;
	}
	.social-link a img{
		width:30px;
	}
	.apps-area{
		display:block !important;
	}
	.quick-link ul li a{
		font-size:20px;
	}
	.quick-link p{
		font-size:10px;
	}
	.section-header{
		padding-bottom:0;
	}
	.register-form .form-group label{
		padding:0;
	}
	.banner-content-inner h2{
		font-size:35px;
		margin:0;
	}
	.banner-content-inner p{
		font-size:14px;
	}
	.pad-lef{
		padding-left:0;
	}
	.pack-content{
		padding:30px 0px;
		padding-top:80px;
	}
	.pack-area-content h2{
		font-size:24px;
	}
	.rashmi-content h2{
		font-size:20px;
	}
	.pack-area-content p{
		font-size:14px;
	}
	.rashmi-content h5 span{
		font-size:20px;
		line-height:20px;
	}
	.middle-cont h2{
		font-size:30px;
	}
	.middle-cont h4{
		font-size: 15px;
    	letter-spacing: 5px;
	}
	.gallery-area{
		padding-top: 40px;
	}
	.rashmi-content h3{
		font-size:45px;
	}
	.rashmi-content p{
		font-size:14px;
	}
	.rashmi-content a {
		font-size:14px;
	}
	.rashmi-details{
		padding-bottom:50px;
	}
	.register-form .submit-btnno input[type="submit"]{
		font-size:16px;
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
		left:0;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
		right:0;
	}
	.rashmi-content h2.section-title{
		font-size:35px;
	}
	.main-nav .drop-down .drop-down:hover > ul{
		right:50%;
	}
	.about-middle-content h3{
		font-size:30px;
	}
	.about-middle-content{
		padding:30px 0px;
	}
	.philosophy-content h1{
		font-size:30px;
	}
	.rashmi-content h3{
		font-size:35px;
	}
	.office-add p{
		font-size:13px;
	}
	.banner-with-text{
		height:350px;
	}
	.bottom-quick-link ul li a{
		font-size:14px;
	}
	.banner-content-inner h2 span{
		top:-12px;
	}
	.lit-content p{
		font-size:14px;
	}
	.pack-area-content h5{
		font-size:16px;
	}
	.pack-btn{
		padding:5px 10px;
		font-size:14px;
	}
	.rashmi-header h2{
		font-size:30px;
	}
	.rashmi-content h4{

		font-size:25px;
	}
	.message-details{
		padding:30px 0px;
	}
	.new-logo img{
		max-width: 170px !important;
		margin-top: -15px !important;
	}
	.section-header p{
		font-size:14px;
	}
	.about-section{
		padding: 30px 0px;
	}
	.success-stories{
		padding-bottom: 30px;
	}
	.package-area{
		padding: 30px 0px;
	}
	.rashmi-header p{
		width:100%;
	}
	.contact-area{
		padding:30px 0px;
	}
	.call-to-action{
		padding:30px 0px;
	}
	.footer{
		padding:30px 0px;
	}
	.social-link{
		margin-bottom:20px;
	}
	.bottom-quick-link{
		margin-bottom:20px;
	}
	.bottom-quick-link{
		padding-top:0px !important;
	}
	.rashmi-content h4{
		font-size:16px;
	}
	.contact-form h3{
		font-size:30px;
	}
	.loan-page-top h2{
		font-size:30px;
		padding:0;
	}
	.faq-row h4{
		font-size:16px;
	}
	.media-body ul{
		padding:0;
		margin:0;
	}
	.banner-content h2{
		font-size:30px;
		line-height: 30px;
	}
	.shadow-box{
		padding:0;
		box-shadow: none;
	}
	.contact-form{
		padding:10px 0px;
	}
	.banner-content-inner{
		padding:10px;
	}
	.banner-content-inner h3{
		font-size:23px;
	}
	.inner-page-banner{
		padding:90px 0px;
	}
	.card-body p{
		font-size:14px;
	}
	.contact-info h3{
		font-size:16px;
	}
	.contact-details{
		padding:10px;
	}
	.contact-details ul li i{
		width:30px;
	}
	.contact-details ul li p{
		font-size:14px;
	}
	.contact-details ul li a{
		font-size:14px;
	}
	.contact-details ul li i{
		font-size:18px;
	}
	.success-stories-register{
		padding:40px 0px;
	}
	.success-box p{
		margin:0;
	}
	.reistration-content h2{
		font-size:20px;
	}
	.reistration-content p{
		font-size:14px;
	}
	.reistration-content ul li{
		font-size:14px;
	}
	.registration-form h3{
		font-size:20px;
	}
	.contact-details-area {
		padding-top: 40px;
	}
	.contact-information h4{
		font-size:18px;
	}
	.contact-details ul li{
		padding-bottom:15px;
	}
	.chat-icon{
		bottom:60px;
	}
	.footer-desktop{
		display: none;
	}
	.mobile-footer{
		display: block;
	}
	.pb-60{
		padding-bottom:60px;
	}
	#gb-widget-497{
		left:30px;
		bottom:0;
		opacity: 0 !important;
	}
	#ey9fRIM-1611595792869{
		opacity:0 !important; 
		bottom:0 !important;
		right:20px !important;
	}
	.mobile-nav-toggle{
		top:4px;
	}
	.call-float-btn{
		top:18px;
	}
	.call-float-btn ul li a{
		font-size:15px;
	}
}