/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap"); */
@import url("../../css2");
:root {
  --yellow: #e7b44f;
}

* {
  padding: 0;
  margin: 0;
}
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
.form-heading {
  font-size: 28px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
}
a{
  cursor: pointer !important;
  text-decoration: none;
}

/*.hero_banner h1, */
.select_titile {
  font-family: "Playfair Display", sans-serif;
}

/*LandingPage*/
/************/
.select_website_view {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.select_website_view * {
  overflow: hidden;
}
.select_website_view .col-md-6 {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 5%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear;
}
.select_website_view .col-md-6.hovered:hover {
  background-size: 215%;
}
.select_website_view .col-md-6 .overlay {
  position: absolute;
  width: 100%;
  height: 230px;
  background: #000;
  opacity: 0;
  left: 0;
  bottom: 0;
  transition: all 0.3s linear;
  animation: fadesIn 0.6s linear forwards;
  animation-delay: 0.6s;
}
.select_website_view .col-md-6.hovered .overlay {
  height: 100vh;
}

.select_website_view .col-md-6 a.btn {
  width: 60%;
  margin: 0 auto;
  position: relative;
}
.select_website_view .col-md-6 h2 {
  font-size: 45px;
  color: var(--yellow);
  position: relative;
}
.select_website_view .col-md-6 p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0px;
  position: relative;
}
.select_website_view .col-md-6 hr {
  border-top: 0px solid #fff;
  opacity: 0.5;
  position: relative;
  margin: 30px -40px;
}
.select_website_view .anchor {
  background: #00000040 url(../images/external-link-svg.svg) no-repeat center /
    25%;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  transform: translate3d(-50%, -50%, 0);
  /*  cursor: pointer; */
  transition: transform 0.2s cubic-bezier(0.02, 1.23, 0.79, 1.08);
}
.select_website_view .anchor_link {
  position: absolute;
  background: #fff0;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}

.personal {
  background: url(../../comp/delhi/b8/011pxx11.xx11.210621161154.z3b8/catalogue/gfx-events-sant-nagar-east-of-kailash-delhi-wedding-planners-uafhpvf3om.jpg)
    no-repeat center / 200%;
  animation: slideRight 0.75s linear;
}
.corporate {
  background: url(https://jbmholidays.com/wp-content/uploads/2023/01/corporate-event-organisers-in-bangalore.jpg)
    no-repeat center / 200%;
  animation: slideLeft 0.75s linear;
}

@keyframes slideRight {
  0% {
    background-position-x: -100%;
  }
  100% {
    background-position-x: center;
  }
}

@keyframes slideLeft {
  0% {
    background-position-x: 200%;
  }
  100% {
    background-position-x: center;
  }
}

@keyframes fadesIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}

/*****************/
/*****************/

/*****Landing page 2****/
/**********************/

.select_type {
  height: 100vh;
  padding: 6%;
  background-color: #000;
  background: #00000070 url(../BG-1.webp) no-repeat center / cover;
  background-blend-mode: color;
}

.select_type .first {
  margin-top: 50px;
}
.select_type .second {
  margin-top: 30px;
}
.select_img_wrapper {
  height: 62vh;
  margin-bottom: -75px;
}
.mouse_hover {
  position: absolute;
}

.floating_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.floating_img {
  width: 70%;
  height: 62vh;
  margin: auto;
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.floating_img:before {
  width: 100%;
  height: 60%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #000000eb, #0000);
  /*    opacity: 0.8;*/
}
.floating {
  animation-name: floating;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-top: 5px;
}
.second .select_img_wrapper {
  height: 55vh;
}
.second .floating_img {
  width: 65%;
  height: 100%;
}
.second .floating {
  animation-delay: 1s;
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0px);
  }
}

.select_titile {
  color: #fff;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
  margin: auto;
  position: relative;
  margin-top: -70px;
}
.first .select_titile,
.first .a_link {
  width: 60%;
  position: relative;
  z-index: 2;
  margin: auto;
}
.second .select_titile,
.second .a_link {
  width: 55%;
  position: relative;
  z-index: 2;
  margin: auto;
}

.select_img_wrapper img.position-absolute {
  z-index: 1;
  border: 0px solid #fff;
  box-shadow: 0 5px 15px 0 #0000003d;
  border-radius: 4px;
  transition: all 0.3s linear;
  opacity: 0;
}

.linking:hover img.position-absolute {
  opacity: 1;
  animation-name: leBounceZoomIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes leBounceZoomIn {
  0%,
  25%,
  55%,
  85%,
  100% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }
  41%,
  44% {
    animation-timing-function: ease-in;
    transform: scale(1.07);
  }
  70% {
    animation-timing-function: ease-in;
    transform: scale(1.09);
  }
  90% {
    transform: scale(1.01);
  }
}
.select_img_wrapper img.one {
  width: 200px;
  top: -40px;
}
.select_img_wrapper img.two {
  width: 250px;
  right: 0;
  transition-delay: 0.2s;
  animation-delay: 0.1s;
}
.select_img_wrapper img.three {
  width: 250px;
  top: 40%;
  transition-delay: 0.4s;
  animation-delay: 0.3s;
}
.select_img_wrapper img.four {
  width: 150px;
  height: 150px;
  right: 0;
  top: 50%;
  transition-delay: 0.6s;
  animation-delay: 0.5s;
}

.a_link a {
  text-decoration: none;
  color: var(--yellow);
  margin-top: 15px;
  display: block;
  font-size: 18px;
  transition: all 0.3s linear;
  opacity: 0;
}
.linking:hover + .a_link a {
  opacity: 1;
}
.linking {
  text-decoration: none;
}
.linking:hover {
  text-decoration: underline;
  text-decoration-color: var(--yellow);
}

/********************/
/********************/

.sec_title {
  font-size: 50px;
}
.sec_title_p {
  font-size: 50px;
}

.sec_title span {
  color: var(--yellow);
  /* background-image: url(../images/bt-cta-bg.jpg);
    background-size: contain;
    background-position: center center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}
.sec_padding {
  padding: 80px 0;
}

/* .home-page-video{
    position: absolute;
    z-index: 1;
    bottom: 0%;
    left: 0%;
    overflow: hidden;
    height: 400px;
    width: 400px;
    background-color: #999;
    border-radius: 100%;
} */
/* .home-page-video {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0%;
    overflow: hidden;
    width: 40vw;
    height: 40vh;
    border-radius: 50%;
} */

/* .home-page-video {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
} */

.home-page-video {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.frame {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 99;
  transform: rotate(180deg);
}

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

video {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center center;
}

.banner_content {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000cc;
  height: 100vh;
}

.banner_title {
  font-size: 80px;
  color: #fff;
  padding-top: 15%;
  font-weight: 800;
}

#words {
  color: var(--yellow);
}

.counter_num {
  font-size: 48px;
  color: var(--yellow);
  font-weight: 700;
}

.about_counter p {
  color: #fff;
  font-size: 16px;
  width: 92%;
}

.service_card {
  height: 508px;
  width: 100%;
  position: relative;
  transition: 0.4s all;
  overflow: hidden;
}

.service_card .service_image {
  height: 100%;
  width: 100%;
  transition: 0.4s all;
}

.service_card .service_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.4s all;
  object-position: center center;
}

.service_card:hover .service_image img {
  transform: scale(1.1);
}

.service_content {
  position: absolute;
  bottom: 0px;
  padding: 10px;
  width: 100%;
  min-height: 300px;
  transition: 0.4s all;
  background-image: linear-gradient(180deg, #2562ff00 0%, #000000fa 100%);
}
.service_card:hover .service_content {
  transition: 0.4s all;
  background-image: linear-gradient(180deg, #2563ff00 0%, #000000 70%);
}

.service_content h3 {
  color: #fff;
  font-size: 35px;
  font-weight: 900;
  padding-top: 131px;
}
.service_content a {
  /*
    position: absolute;
    bottom: 30px;
    left: 30%;
    z-index: 1;
*/
  font-size: 18px;
  text-decoration: none;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  margin-top: 10px;
  max-width: 100%;
  color: #fff;
}

.service_content a i {
  font-size: 18px;
  margin-right: 9px;
  transform: rotate(-45deg);
  transition: 0.4s all;
}

.service_card:hover .service_content a i {
  transform: rotate(0deg);
}

.cta-1 {
  background-image: url(../images/cta-bg.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px;
  border-radius: 30px;
}

/* 

.gallery .gallery-item{
	width:100%;
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom:25px;
}
.gallery .s-height{
	height:300px;
}
.gallery .m-height{
	height:350px;
}
.gallery .l-height{
	height: 477px;
}
.gallery img{
	width:100%;
	height:100%;
	object-fit: cover;
	object-position: center;
}
.gallery .gallery-item::after{
	content:'View';
	position: absolute;
	width:100%;
	height:0%;
	background:#e63e3888;
	left:50%;
	top:50%;
	align-items: center;
	justify-content: center;
	transform: translate(-50%,-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	transition:all 0.3s ease-in-out;
	overflow: hidden;
	color:white;
}
.gallery .gallery-item:hover::after{
	height:100%;
} */

.btn-theme {
  border: 1px solid #000;
  border-radius: 60px;
  padding: 15px 30px;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.4s linear;
}
.btn-theme:hover {
  background: var(--yellow);
  color: #000;
  box-shadow: 0 13px 0 -5px #000;
}
.btn-theme.light {
  background: #fff;
  color: #000;
}
.btn-theme.light:hover {
  background: var(--yellow);
  color: #000;
  box-shadow: 0 13px 0 -5px #fff;
}

.grid-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-wrapper > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.grid_item {
  position: relative;
  cursor: pointer;
}
.grid_item .grid_content {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--yellow);
  color: #000;
  /*    padding: 10px 20px;*/
}
.grid_item .grid_content h3 {
  margin-bottom: 0;
  font-size: 20px;
}

.grid-wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}
.grid-wrapper .wide {
  grid-column: span 2;
}
.grid-wrapper .tall {
  grid-row: span 2;
}
.grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}

/* .client-item{
    border: 1px solid #edebeb;
    padding: 5px 25px;
    transition: .4s all;
    margin: 8px;
    border-radius: 5px;
}
.client-item img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    filter: grayscale(0);
    transition: .4s all;

}
.client-item:hover img{ 
    filter: grayscale(1);
    transform: scale(1.05);
} */

.bottom_cta {
  margin-top: 0;
  padding-top: 0;
}
.bottom_cta .sec_title {
  font-size: 45px;
}
.bt-cta {
  background-image: url(../images/corporate/bt-cta-bg.jpg);
  /*    height: 80vh;*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px;
  margin-top: 0;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.bt-cta:before {
  content: "";
  background: linear-gradient(90deg, #000, #fff0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.god_speed .col-lg-11 {
  border-radius: 25px;
  border: 1px solid #fff;
  box-shadow: 10px 15px 25px -12px #00000029;
  margin-bottom: -60px;
  padding: 10px 40px;
  background: #e7b44f;
  font-size: 17px;
  position: relative;
}

.footer.sec_padding {
  margin-top: 0px;
  padding-top: 120px;
}
.footer-logo img {
  width: 200px;
}
.footer-logo p {
  font-size: 15px;
  color: #d6d6d6;
}

.footer-link h3 {
  color: var(--yellow);
  margin-bottom: 20px;
  font-size: 24px;
}
.footer-link ul {
  padding-left: 0;
}
.footer-link ul li {
  text-decoration: none;
  color: #d6d6d6;
  padding-bottom: 5px;
  font-size: 15px;
  list-style: none;
  transition: 0.4s all;
}
.footer-link ul li a {
  text-decoration: none;
  transition: 0.4s all;
  color: #d6d6d6;
}
.footer-link ul li a:hover {
  color: var(--yellow);
  margin-left: 4px;
}
.socials-a {
  display: flex;
  justify-content: end;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item a i {
  color: #fff;
  padding-left: 20px;
}
.copyright {
  margin-top: -5px;
}
.copyright_sec {
  border-top: 1px solid var(--yellow);
  padding: 20px 0 10px 0;
}

/*======L's code=======*/
/*====================*/

.hero_banner {
  min-height: 580px;
  background: #fff;
  padding: 50px 15px 0;
  color: var(--yellow);
  text-align: left;
  font-size: 50px;
}
.hero_banner h1 {
  font-size: 1.5em;
  line-height: 1.1em;
  /*    text-shadow: -5px 10px 5px #0000000d;*/
  padding-right: 2.2em;
  font-weight: 600;
}
.hero_banner h1 .exp {
  display: block;
  margin-left: -0.42em;
}
.hero_banner h2 {
  font-size: 42px;
}
.hero_desc {
  margin-top: 50px;
}
.hero_desc p {
  font-size: 20px;
  line-height: 1.4;
  color: #000;
}
.scroll_down {
  width: 120px;
  height: 120px;
  color: #000;
  text-align: center;
  line-height: 120px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  font-size: 20px;
  margin: auto;
  transition: all 0.3s linear;
}
.scroll_down i {
  transition: all 0.3s linear;
}
.scroll_down:hover {
  transform: scale(0.9);
}
.scroll_down:hover i {
  transform: scale(1.1);
  color: var(--yellow);
}

.videoscroller {
  --circle: 400px;
  height: 1000px;
  background: #fff;
  /*    overflow: hidden;*/
  margin-top: 0px;
  z-index: 0;
}
.circle,
.v-circle {
  width: var(--circle);
  height: var(--circle);
  border-radius: 50%;
  overflow: hidden;
  background: var(--yellow);
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
}
.v-circle video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.circle.left {
  /*    left: -8em;*/
}
.circle.right {
  /*    right: -12em;*/
  background: #000;
}
.v-circle {
  /*    left: 2em;*/
  z-index: 2;
}

.about-sec {
  min-height: 94vh;
  max-height: 1000px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 0;
}
.about_image img {
  width: var(--size);
  height: var(--size);
  object-fit: cover;
  display: block;
}
.bigimage {
  --size: 350px;
  position: relative;
  margin-left: auto;
  margin-top: 270px;
}
.smalltop {
  --size: 120px;
  position: absolute;
  top: 40%;
  left: 12%;
}
.smallcenter {
  --size: 100px;
  position: absolute;
  top: 20%;
  left: 70%;
}
.smallbottom {
  --size: 170px;
  position: absolute;
  top: -10%;
  left: 38%;
}

.service_content p {
  color: #fff;
  opacity: 0;
  visibility: hidden;
  padding: 10px 15px;
  height: 0;
  margin-bottom: 0;
}
.service_content p,
.service_card .service_content h3 {
  transition: all 0.3s linear;
}
.service_card:hover .service_content h3 {
  padding-top: 8%;
}
.service_card:hover .service_content p {
  opacity: 1;
  visibility: visible;
  height: 145px;
}
.service_card:hover .service_content a {
  color: var(--yellow);
}

.service_sec .col-lg-6:nth-child(1) {
  padding: 12px 80px;
}

.service_sec .col-lg-6:nth-child(2) {
  padding: 12px 70px;
}
.service_sec .col-lg-6:nth-child(2) .service_card {
  margin-top: 10em;
}

.service_sec .col-lg-6:nth-child(3) {
  padding: 12px 120px;
}
.service_sec .col-lg-6:nth-child(3) .service_card {
  margin-top: -4em;
  height: 465px;
}
.service_sec .col-lg-6:nth-child(3) .service_card:hover .service_content h3 {
  padding-top: 0%;
}
.service_sec .col-lg-6:nth-child(3) .service_card:hover .service_content p {
  height: 172px;
}

.service_sec .col-lg-6:nth-child(4) {
  padding: 12px 20px;
}
.service_sec .col-lg-6:nth-child(4) .service_card {
  margin-top: 8em;
}

.service_sec .col-lg-6:nth-child(5) {
  padding: 12px 60px;
}
.service_sec .col-lg-6:nth-child(5) .service_card {
  margin-top: -8em;
}

.service_sec .col-lg-6:nth-child(6) {
  padding: 12px 100px;
}
.service_sec .col-lg-6:nth-child(6) .service_card {
  margin-top: 6em;
}
.service_sec .col-lg-6:nth-child(6) .service_card:hover .service_content h3 {
  padding-top: 0%;
}
.service_sec .col-lg-6:nth-child(6) .service_card:hover .service_content p {
  height: 172px;
}

.service_sec .col-lg-6:nth-child(7) {
  padding: 12px 40px;
}
.service_sec .col-lg-6:nth-child(7) .service_card {
  margin-top: -8em;
}

.service_sec .col-lg-6:nth-child(8) {
  padding: 12px 40px;
}
.service_sec .col-lg-6:nth-child(8) .service_card {
  margin-top: 4em;
  height: 410px;
}

.services .overlay {
  top: 30%;
  font-size: 32em;
  font-weight: 600;
  color: #fff0;
  -webkit-text-stroke: 1px #dadada;
  white-space: nowrap;
}

.approach {
  margin: 30px 0;
}
.approach_steps .col-md-3 {
  background: #fff;
  padding: 60px 40px;
  height: 412px;
  transition: all 0.3s linear;
}
.approach_steps {
  margin-top: 60px;
  max-width: 1600px;
}
.approach_steps .col-md-3:hover {
  background: #fffcdd;
  box-shadow: 0px 20px 30px -25px #c5c5c5;
}
.approach_steps .col-md-3:not(:last-child) {
  border-right: 1px solid #e8e8e8;
}
.approach_steps .col-md-3 img {
  width: 80px;
}
.approach_steps .col-md-3 h3 {
  font-size: 26px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 20px;
  transition: all 0.3s linear;
}
/*

.approach_steps .col-md-3:hover h3 {
    color: var(--yellow);
}*/

.why_list {
  margin-top: 80px;
  position: relative;
}
.why_list .nos {
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 9999rem;
  width: 80px;
  transition: all 0.3s linear;
  height: 80px;
}
.why_list .col-12:hover .nos {
  border: 1px solid var(--yellow);
}
.why_list .col-12 {
  padding-left: 150px;
  border-bottom: 1px solid #ffffff4d;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.why_list .col-12:last-child {
  border-bottom: 0px solid #ffffff4d;
}
.why_list .col-12 img {
  width: 260px;
  height: 340px;
  object-fit: cover;
  position: absolute;
  top: -40px;
  right: 50px;
  transform: rotate(15deg);
  border-radius: 5px;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}
.why_list .col-12:hover img {
  opacity: 1;
  visibility: visible;
}
.why_list h3 {
  font-size: 46px;
}
.why_list p {
  width: 80%;
  margin-top: 20px;
}

header {
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(180deg, #000000db, transparent);
  /* backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px); */
}
nav .nav-item .nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  margin: 0 15px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s linear;
}
nav .nav-item:hover .nav-link {
  color: var(--yellow);
}
nav .nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  display: block;
  visibility: visible;
}

nav .nav-item.dropdown .dropdown-menu {
  padding: 15px 0;
  border: 0;
  box-shadow: 0 6px 20px -15px;
  border-radius: 15px;
  min-width: 290px;
  /* background-color: #e7b44f; */
}
nav .nav-item.dropdown .dropdown-menu li {
  margin-bottom: 0;
}
nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  padding: 13px 5px;
  transition: all 0.3s linear;
  /* white-space: normal; */
  border-bottom: 1px solid #e1e1e1;
}

nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  color: #000;
  background-color: transparent;
  padding-left: 10px;
}

nav .nav-item.dropdown .dropdown-menu.megamenu {
  width: 62%;
  left: 24%;
  position: fixed;
  padding: 20px;
}

.head_header {
  display: flex;
  border-bottom: 2px solid var(--yellow);
}
.head_header img {
  height: 30px;
}

nav .nav-item.dropdown .dropdown-menu.megamenu p {
  padding: 4px 15px 5px;
  font-weight: 700;
  color: #000;
  font-size: 24px;
  margin-bottom: 0;
}

nav .nav-item.dropdown .dropdown-menu li a {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 15px;
}

.Sideform {
  width: 375px;
  background: #000000d6;
  background-image: url(../../photo/2016/11/23/15/48/audience-1853662_640.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 25px;
  position: fixed;
  right: -380px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
  background-blend-mode: color;
  transition: all 0.3s linear;
  z-index: 12;
}
.Sideform.active {
  right: 0;
}
.Sideform .text-yellow {
  color: var(--yellow);
}
.Sideform .btn {
  font-size: 16px;
  margin: 20px auto;
  display: block;
}
.Sideform .form-floating > .form-control,
.Sideform .form-floating > .form-control-plaintext,
.Sideform .form-floating > .form-select {
  height: calc(3rem + 2px);
  line-height: 1.25;
  padding: 1.25rem 0.75rem 0.5rem;
  background: #ffffff45;
  color: #fff;
  border: 0px;
  backdrop-filter: blur(3px);
  font-size: 14px;
}
.Sideform .form-floating > label {
  padding: 0.5rem 0.75rem;
  color: #fff;
  font-size: 15px;
}
.request-btn {
  position: fixed;
  background: #e7b44f;
  right: -44px;
  top: 47%;
  transform: rotate(90deg) translateY(-50%);
  z-index: 2;
  color: #000;
  padding: 12px 25px;
  border-radius: 5px;
  transition: all 0.3s linear;
}
.request-btn.active {
  right: 330px;
  background: #e7b44f;
}
.request-btn:hover {
  color: #fff;
  background: #000;
}
.Sideform .close {
  color: #000;
  position: absolute;
  top: -30px;
  left: -15px;
  background: #fff;
  padding: 4px 9px;
  font-size: 20px;
  border: 0px;
  box-shadow: 0 0 15px #00000047;
  opacity: 0;
}
.Sideform.active .close {
  opacity: 1;
}

.content-list h3 {
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 15px;
}
.content-list hr {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  margin: 20px 0;
}

.slider .carousel-inner {
  height: 100vh;
  max-height: 740px;
}
.slider .carousel-inner img {
  height: 100%;
  object-fit: cover;
}
.slider .carousel-indicators [data-bs-target] {
  width: 24px;
  border-radius: 10px;
  height: 12px;
  border-top: 0px;
  border-bottom: 0px;
  transition: all 0.3s linear;
}
.slider .carousel-indicators {
  margin-bottom: 2rem;
}
.slider .carousel-indicators .active {
  background: var(--yellow);
  width: 50px;
}

/*inauguration page*/
.breadcrumb {
  background-color: #000;
  background-image: var(--bg-img);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 100px;
  overflow: hidden;
  height: 550px !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 0px;
  padding-top: 11%;
}

.breadcrumb .overlay {
  background: linear-gradient(to bottom, #000000de, #0000)
  /*    backdrop-filter: blur(2px);*/
  /*    opacity: 0.5;*/
}
.breadcrumb::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 400px;
  width: 400px;
  background-color: var(--yellow);
  border-radius: 9999rem;
  content: "";
  z-index: 1;
  transform: translate(-50%, 25%);
}

.breadcrumb::after {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 400px;
  width: 400px;
  background-color: var(--yellow);
  border-radius: 9999rem;
  content: "";
  transform: translate(65%, 25%);
}

.breadcrumb_img {
  height: 400px;
  width: 400px;
  border-radius: 100%;
  margin-top: -17%;
  margin-left: 20%;
  position: relative;
}
.breadcrumb_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.usp-box {
  padding: 30px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 3px 5px 20px 0px rgba(0, 0, 0, 0.07);
  text-align: center;
}
.usp-box .img_wrap {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 24px;
  margin: auto;
  margin-bottom: 15px;
  background: var(--yellow);
  box-shadow: 0 3px 22px -5px #00000014;
}
.usp-box h2 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 15px;
}

.secform_box {
  background: var(--yellow);
  box-shadow: 0 3px 22px -5px #00000014;
  border-radius: 20px;
  padding: 50px;
  margin: 30px auto;
}
.secform_box .l_content {
  padding-right: 60px;
}

.r_form .col {
  margin-left: 60px;
  border-radius: 20px;
  box-shadow: 0 3px 22px -5px #00000014;
}
.r_form .form-control {
  background-color: #f8f8f8;
  border: 1px solid #ededed;
  /*    box-shadow: 0 3px 10px -5px #00000014;*/
}
.r_form .btn-theme.light:hover {
  box-shadow: 0 13px 0 -5px #000;
}

.bg-grad-fade {
  background: linear-gradient(to bottom, #fff, #f1f1f1);
}

.events_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}
.events_list ul li {
  max-width: 30%;
  padding: 20px 40px;
  /*    border: 1px solid #000;*/
  border-radius: 100px;
  background: #000 var(--bg-img) no-repeat center / cover;
  background-blend-mode: color;
  transition: all 0.3s linear;
}
.events_list ul li:hover {
  background: #0000009e var(--bg-img) no-repeat center / cover;
  box-shadow: 0 13px 0 -5px var(--yellow);
}
.events_list ul.d2 li:hover {
  background: none;
  box-shadow: none;
}
.events_list ul li {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.events_list ul.d2 li {
  color: #000;
  padding: 0;
  width: 33.33%;
  text-align: left;
}
ul.list-styled {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.list-styled li i {
  color: #000;
  background: var(--yellow);
  border-radius: 50%;
  height: 25px;
  min-width: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 15px;
}
.fw-semibold {
  font-weight: 500;
}

.accordion {
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-item {
  margin-bottom: 20px;
  border: 1px solid #ebebeb;
  box-shadow: 0 5px 15px -5px #dedede;
  border-radius: 8px;
  overflow: hidden;
}
.accordion-button {
  padding: 20px 15px;
  font-size: 18px;
  font-weight: 600;
}
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fffbe0;
}
.md-overflow-hidden {
  overflow: hidden;
}

/*Device Responsive*/
@media screen and (max-width: 1199px) {
  .select_type {
    padding: 8% 2%;
  }
  .second .floating_img {
    width: 78%;
    height: 86%;
  }
  .floating_img {
    width: 82%;
    height: 55vh;
    margin-top: 30px;
  }
  .select_titile {
    font-size: 42px;
    transform: translateY(-30px);
  }
  .select_img_wrapper img.one {
    width: 165px;
  }
  .select_img_wrapper img.two {
    width: 190px;
  }
  .select_img_wrapper img.three {
    width: 200px;
  }
  .select_img_wrapper img.four {
    width: 120px;
    height: 120px;
  }

  .sec_title,
  .intro_title {
    font-size: 50px;
  }
  .sec_title_p {
    font-size: 45px;
  }

  .bt-cta {
    padding: 80px;
  }
  .bottom_cta .sec_title {
    font-size: 36px;
  }

  .usps p.fs-2 {
    font-size: 24px !important;
  }
  .usp-box {
    padding: 15px;
    height: 100%;
  }
  .secform_box {
    padding: 30px;
  }
  .secform_box .l_content {
    padding-right: 0px;
  }
  .r_form .col {
    margin-left: 20px;
    padding: 25px !important;
  }

  .service_sec .col-lg-6 {
    padding: 12px 25px !important;
  }
  .events_list ul li {
    font-size: 16px;
  }
  .events_list ul li i {
    height: 20px;
    min-width: 20px;
    text-align: center;
    line-height: 20px;
    margin-top: 5px;
  }
  .events_list ul.d2 li {
    display: flex;
  }

  .approach_steps .col-md-3 {
    padding: 35px 20px;
    height: 340px;
  }
  .approach_steps .col-md-3 h3 {
    font-size: 24px;
  }
  .approach_steps .col-md-3 img {
    width: 62px;
  }

  .god_speed .col-lg-11 {
    padding: 30px;
  }
  god_speed h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  nav .nav-item.dropdown .dropdown-menu.megamenu {
    width: auto;
    left: 0;
    position: static;
    padding: 20px 0;
    height: auto;
    overflow-x: scroll;
  }

  nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    font-size: 13px;
  }

  .select_type {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .select_type > .container {
    max-width: 100%;
  }
  .second .floating_img {
    width: 90%;
  }
  .floating_img {
    width: 90%;
  }
  .select_titile {
    font-size: 36px;
    transform: translateY(-30px);
  }
  .select_img_wrapper img.one {
    width: 125px;
  }
  .select_img_wrapper img.two {
    width: 150px;
  }
  .select_img_wrapper img.three {
    width: 160px;
  }
  .select_img_wrapper img.four {
    width: 90px;
    height: 90px;
  }

  .god_speed .col-lg-11 {
    padding: 20px;
  }
  .god_speed .col-lg-11 > .row {
    flex-direction: column-reverse;
  }
  .god_speed .col-lg-11 > .row .col-md-8 {
    width: 100%;
  }
  .footer-link h3 {
    margin-bottom: 20px;
    margin-top: 15px;
  }
  .footer.sec_padding {
    padding: 120px 0 20px 0;
  }
  .list-inline-item a i {
    padding-left: 14px;
  }

  .sec_title,
  .intro_title {
    font-size: 40px;
  }

  .sec_title_p {
    font-size: 40px;
  }
  .services .overlay,
  .sec_title br,
  .intro_title br {
    display: none;
  }

  .navbar > .container-fluid {
    justify-content: flex-end;
  }
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28225, 220, 9, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .navbar-toggler:focus {
    box-shadow: 0 0 0 2px #ffffffa6;
  }

  .bt-cta {
    padding: 60px;
  }
  img.img-fluid.nav_logo {
    max-width: 150px;
    margin-bottom: -50px;
  }
  .navbar-toggler {
    transform: translateY(-20px);
  }
  header.position-absolute {
    background: linear-gradient(180deg, #000000, #1f0202);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    position: fixed !important;
  }
  nav .nav-item .nav-link,
  .navbar-nav .nav-link.active,
  .navbar-nav .show > .nav-link {
    margin: 0px;
  }

 
  .slider .carousel-inner,
  .videoscroller,
  .about-sec {
    height: auto;
    min-height: unset;
    max-height: unset;
  }

  .hero_banner h2 {
    font-size: 27px;
  }
  .hero_banner h1 {
    font-size: 48px;
    padding-right: 0;
  }
  .hero_desc {
    margin-top: 20px;
  }
  .hero_banner {
    min-height: auto;
    padding-bottom: 60px;
  }
  .videoscroller {
    max-width: 720px;
    margin: auto;
    margin-bottom: 50px;
  }
  .videoscroller .circle {
    display: none;
  }
  .videoscroller .v-circle {
    position: static;
    transform: translateX(0);
    border-radius: 25px;
    width: 100%;
    height: 315px;
  }

  .sec_padding {
    padding: 50px 0;
  }

  .about_counter p,
  .why_list p {
    width: 100%;
  }
  .smallbottom {
    top: 5%;
    left: 30%;
  }
  .smallcenter {
    top: 10%;
  }
  .bigimage {
    width: 360px;
    margin-top: 225px;
  }

  .content-list h3,
  .approach_steps .col-md-3 h3,
  .why_list h3,
  .service_content h3 {
    font-size: 27px;
  }
  .more_CE .col-lg-7.text-center {
    text-align: left !important;
  }

  .approach {
    margin: 0;
  }
  .approach_steps {
    max-width: 720px;
    margin: auto;
  }
  .approach_steps .col-md-3 {
    width: 50%;
    padding: 30px;
    height: auto;
    /*        border-right: 1px solid #e8e8e8;*/
  }
  .approach_steps .col-md-3:not(:nth-child(odd)) {
    width: 50%;
    padding: 30px;
    height: auto;
    border-right: 0px;
  }
  .approach_steps .col-md-3 img {
    width: 60px;
  }

  .why_list .col-12 {
    padding-left: 124px;
  }
  .why_list h3 br {
    display: none;
  }
  .why_list .col-12 img {
    width: 198px;
    height: 300px;
    top: -15px;
    right: 15px;
    transform: rotate(0deg);
    opacity: 1;
    visibility: visible;
  }
  .why_list .col-12:last-child {
    padding-bottom: 0;
  }
  .grid-wrapper {
    margin-top: 30px;
  }
  .service_card,
  .service_sec .col-lg-6:nth-child(3) .service_card {
    height: 360px;
  }
  .service_sec .col-lg-6.col-md-6 {
    padding: 14px !important;
  }
  .service_content h3 {
    padding-top: 200px;
  }

  .breadcrumb::before {
    transform: translate(-65%, 45%);
  }
  .breadcrumb::after {
    transform: translate(75%, 45%);
  }

  .usps p.fs-2 {
    font-size: 16px !important;
    text-align: center;
  }
  .usp-box .img_wrap {
    width: 70px;
    height: 70px;
    padding: 15px;
  }
  .usp-box h2 {
    font-size: 17px;
  }
  .events_list ul.d2 {
    margin-top: 25px;
    gap: 15px;
    justify-content: flex-start;
  }
  .events_list ul.d2 li {
    min-width: 47.5%;
  }

  .breadcrumb {
    height: 100% !important;
    padding: 50px 15px;
    margin-top: 22%;
  }
  .breadcrumb .overlay {
    background: linear-gradient(to bottom, #0000009e, #0000009c);
  }
}

@media screen and (max-width: 767px) {
  section.slider,
  .breadcrumb {
    margin-top: 30%
  }
  nav .nav-item.dropdown .dropdown-menu.megamenu {
    width: auto;
    left: 0;
    position: static;
    padding: 0 0 20px 0;
    height: 57vh;
    overflow-x: scroll;
  }
  .head_header {
    padding-top: 15px;
  }

  nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    font-size: 13px;
  }

  .head_header {
    display: flex;
    border-bottom: 2px solid var(--yellow);
  }
  .head_header img {
    height: 30px;
  }

  .about-breadcrumb {
    height: auto !important;
  }
  .landing-logo {
    width: 160px;
  }
  .md-overflow-hidden {
    overflow: auto;
  }
  .select_type {
    height: 100vh;
  }
  .select_img_wrapper,
  .second .select_img_wrapper {
    height: auto;
    margin-bottom: 0;
  }
  .floating {
    animation: none;
  }
  .floating_img,
  .second .floating_img {
    margin-top: 60px;
    height: 30vh;
  }
  .first .select_titile,
  .second .select_titile {
    width: 80%;
  }
  .select_type > .container {
    max-width: 100%;
  }
  .select_titile {
    transform: translateY(10px);
    text-align: center;
    font-size: 30px;
  }
  .select_titile br {
    display: none;
  }
  .second .floating_img {
    width: 90%;
  }
  .floating_img {
    width: 90%;
  }
  .select_type .second,
  .select_type .first {
    margin-top: 0;
  }
  .select_img_wrapper img.one {
    width: 125px;
  }
  .select_img_wrapper img.two {
    width: 150px;
  }
  .select_img_wrapper img.three {
    width: 160px;
  }
  .select_img_wrapper img.four {
    width: 90px;
    height: 90px;
  }

  .god_speed img {
    max-width: 250px;
    margin: auto;
    display: block;
  }
  .copyright_sec,
  .socials-a {
    text-align: center;
    justify-content: center;
  }
  .request-btn {
    right: -47px;
    padding: 6px 20px;
  }
  .god_speed .col-lg-11 > .row .col-md-8 {
    text-align: center;
  }

  .sec_title,
  .intro_title {
    font-size: 26px;
  }
  .sec_title_p {
    font-size: 25px;
    line-height: 1.1;
  }

  .dropdown-item {
    white-space: normal;
  }
  nav .nav-item.dropdown .dropdown-menu.megamenu {
    width: auto;
  }

  .bt-cta {
    padding: 40px;
    background-position: 80% 100%;
  }
  .bottom_cta .sec_title {
    font-size: 6vw;
    margin-bottom: 20px;
  }
  .approach_steps,
  .videoscroller {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  img.img-fluid.nav_logo {
    max-width: 120px;
    padding-top: 4px;
  }
  nav .nav-item .nav-link,
  .navbar-nav .nav-link.active,
  .navbar-nav .show > .nav-link {
    font-size: 16px;
  }

  .hero_banner {
    padding-bottom: 40px;
  }
  .hero_banner h2 {
    font-size: 21px;
    margin-top: 0px !important;
  }
  .hero_banner h1 {
    font-size: 30px;
  }
  .hero_desc p {
    font-size: 16px;
  }
  .btn-theme {
    padding: 13px 30px;
    font-size: 15px;
  }
  .videoscroller .v-circle {
    height: 50vw;
  }
  .counter_num {
    font-size: 35px;
  }
  .about_image img {
    width: auto;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 6px !important;
    position: static;
  }
  .bigimage {
    margin-top: 0;
  }
  .about_image img,
  .bigimage,
  .smallimage,
  .centerimage {
    position: static;
    margin-bottom: 20px;
  }
  .content-list h3,
  .approach_steps .col-md-3 h3,
  .why_list h3,
  .service_content h3 {
    font-size: 23px;
  }
  .service_sec.row.mt-lg-5.mt-md-4 {
    padding-left: 25px;
    padding-right: 0;
  }
  .service_sec .col-lg-6.col-md-6 {
    padding: 12px 5px !important;
  }
  .service_card,
  .service_sec .col-lg-6:nth-child(3) .service_card {
    height: 330px;
  }
  .service_sec .col-lg-6:nth-child(2) .service_card,
  .service_card,
  .service_sec .col-lg-6:nth-child(3) .service_card,
  .service_card,
  .service_sec .col-lg-6:nth-child(4) .service_card,
  .service_card,
  .service_sec .col-lg-6:nth-child(5) .service_card,
  .service_card,
  .service_sec .col-lg-6:nth-child(6) .service_card {
    margin-top: 0;
    border-radius: 5px;
  }
  .service_content p {
    font-size: 15px;
    line-height: 1.5;
  }

  .approach_steps .col-md-3,
  .approach_steps .col-md-3:not(:nth-child(odd)) {
    width: 100%;
  }
  .approach_steps .col-md-3:not(:last-child) {
    border-right: 0px;
    border-bottom: 1px solid #ccc;
  }

  .approach_steps .col-md-3 h3 br,
  .breadcrumb::before,
  .breadcrumb::after {
    display: none;
  }

  .why_list .col-12 {
    padding-left: 10px;
  }
  .why_list .col-12 img {
    position: static;
    width: 100%;
  }
  .why_list .nos {
    position: absolute;
    top: -8px;
    left: 90%;
    border: 1px solid hsl(0deg 0% 100% / 96%);
    width: 40px;
    height: 40px;
  }

  .grid-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    grid-auto-rows: 30vw;
    grid-auto-flow: dense;
  }
  .bottom_cta {
    padding: 40px 15px;
    text-align: center;
  }
  .px-5 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
  .events_list ul.d2 li {
    min-width: 100%;
  }
  .events_list ul.d2 li i {
    font-size: 15px;
  }

  .usp-box {
    margin-bottom: 20px;
    height: auto;
  }
  .r_form .col {
    margin-left: 0px;
    padding: 15px !important;
  }
  .secform_box {
    margin: 0 auto 30px;
  }
  .accordion-button {
    font-size: 16px;
    line-height: 1.3;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .approach_steps,
  .videoscroller {
    max-width: 540px;
  }
}

/* .brand-items {
  overflow: hidden;
  position: relative;
} */

.brand-items .brand-item {
  height: 100px;
  padding: 10px;
  position: relative;
  width: 100%;
  border: 1px solid #edebeb;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

.brand-items .brand-item .brand-item-in {
  border-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}

.brand-items .brand-item .brand-item-in img {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.brand-items .brand-item .brand-logo-2 {
  opacity: 0;
  margin-left: 200px;
}

.brand-items .brand-item.active .brand-logo-1 {
  opacity: 0;
  margin-left: -200px;
}

.brand-items .brand-item.active .brand-logo-2 {
  opacity: 1;
  margin-left: 0;
}

.client-item {
  /* padding: 5px 25px; */
  transition: 0.4s all;
  margin: 8px;
  border-radius: 5px;
}
.client-item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  filter: grayscale(0);
  transition: 0.4s all;
}
.client-item:hover img {
  filter: grayscale(1);
  transform: scale(1.05);
}

@media only screen and (min-width: 992px) and (max-width: 1210px) {
  nav .nav-item .nav-link,
  .navbar-nav .nav-link.active,
  .navbar-nav .show > .nav-link {
    margin: 0 12px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 1199px) and (max-width: 1280px) {
  .sec_title {
    font-size: 45px;
  }
  .why_list h3 {
    font-size: 35px;
  }
  .bottom_cta .sec_title {
    font-size: 35px;
  }
  .btn-theme{
    font-size: 15px;
  }
}


.float_whatsapp{
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
.float_whatsapp img{
  width: 55px;
  border-radius: 50px;
}
.top_bar{
  /* height: 50px; */
  background-color: #e7b44f;
  overflow-x: hidden;
  width: 100%;
}

.top_bar_links ul{
  display: flex;
  padding-left: 0;
  justify-content: end;
  align-items: center;
  margin-bottom: 0;
}
.top_bar_links ul li{
  padding: 10px 20px;
  list-style: none;
  border-right: 1px solid #000;
  font-size: 15px;
}
.top_bar_links ul li a{
  text-decoration: none;
  color: #000;

}
.top_bar_links ul li svg{
  height: 17px;
}
.top_bar_links ul li:last-child{
  border-right: 0;
}



.social_media ul{
  padding-left: 0;
  display: flex;
  margin-bottom: 0;
}
.social_media ul li{
  text-decoration: none;
  list-style: none;
  font-size: 15px;
  /* margin-right: 10px; */
  padding: 10px 15px 0 15px;
  /* height: 35px;
  width: 35px; */
  display: flex;
  align-items: center;
  /* justify-content: center; */
  /* border-radius: 50px; */
  /* border: 1px solid #000; */
  transition: .4s all;
  cursor: pointer;
}
.social_media ul li a{
  color: #000;
}
.social_media ul li:hover{
  background-color: var(--yellow);
}

@media screen and (max-width: 767px) {
  .top_bar_links ul{
    justify-content: space-around;
  }
  .form-heading {
    font-size: 23px !important;
  }
  .top_bar_links ul li{
    padding: 6px 8px;
    font-size: 13px;
  }
  .social_media{
    display: none;
  }
}

/* new  */
ul.list-styled1 {
  padding-left: 0;
}
ul.list-styled1 li{
  list-style: none;
  display: flex;
  margin-bottom: 20px;
  align-items: start;
  gap: 10px;
}
ul.list-styled1 li i {
  color: #000;
  background: var(--yellow);
  border-radius: 50%;
  height: 25px;
  min-width: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 13px;
  margin-top: 5px;
}


/* new  */

.serv_box_6 {
  margin: 15px;
  margin-bottom: 50px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s linear;
  box-shadow: 0 0px 2px 0px #00000024;
  position: relative;
  height: 420px;
}
.serv_box_6:hover {
  box-shadow: 0 18px 40px -18px #00000024;
  transform: translateY(-10px);
}
.serv_box_6 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: all 0.3s linear;
  position: absolute;
  z-index: 0;
}
.serv_box_6:hover img {
  transform: scale(1.15);
}
.service_cont_6 {
  padding: 40px 15px 25px;
  height: 100%;
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
  justify-content: space-between;
  position: relative;
  background-image: linear-gradient(to bottom, #fff0 20%, #000000a6);
  transition: all 0.3s linear;
  color: #fff;
}
.service_cont_6:hover {
  background-image: linear-gradient(to bottom, #000000c7, #000000a6);
}
.service_cont_6 p {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.3s linear;
}
.service_cont_6:hover p {
  opacity: 1;
  transform: translateY(0px);
}
.serv_box_6 h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 15px;
  transition: all 0.3s linear;
  border-bottom: 1px solid var(--yellow);
  padding-bottom: 10px;
}
.serv_box_6:hover h3 {
  color: var(--yellow);
}
.benefit_sec{
  background-color: #000;
}



.connect-icon {
  position: fixed;
  right: 15px;
  bottom: 60px;
  display: flex;
  flex-direction: column;
  z-index: 99;
}

.connect-icon img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}


.uq_approch{
  height: 100%;
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 10px;
  border-radius: 10px;
}
.uq_approch img{
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.uq_approch h3{
  padding-top: 10px;
  font-size: 26px;
  font-weight: 600;
}



.benefit_box{
  padding: 0px 20px;
}
.benefit_box .b_count{
  font-size: 36px;
  background-color: #e7b44f;
  height: 60px;
  width: 60px !important;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
}

.benefit_box h3{
  border-bottom: 1px solid #000;
  padding: 20px 0;
  margin-bottom: 20px;
}

.benefit_box p{
  font-size: 15px;
}
.secform_box.secform_box1{
  margin-top: 0;
}
.secform_box1 label{
  font-size: 15px;
  color: #373737;
}
.secform_box1 .r_form .col {
  margin-left: 0px;
  border-radius: 20px;
  box-shadow: none;
}


@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .benefit_box h3{
    font-size: 26px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1400px) {
  .benefit_box h3{
    font-size: 26px;
  }
}






/* about css  */

.Apart{
  /* display: flex; */
  width: 100%;
  /* background-color: #f8f8f8; */
  border: 1px solid #e1e1e1;  
  transition: .4s all;
  height: 100%;
  background-color: #fff;
}

.apart_head{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 40px;
  margin-bottom: 20px;
  padding: 20px;
}
.apart_head .counter{
  height: 70px;
  width: 70px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s all;
}
.a_content{
  padding: 10px 20px;
}


.red_shade {
  background: #ffcece;
}
.orange_shade {
  background: #ffead2 !important;
}
.green_shade {
  background: #d2ffd8 !important;
}
.blue_shade {
  background: #deecff !important;
}
.voilet_shade {
  background: #cad3ff !important;
}
.pink_shade {
  background: #efd4ff !important;
}

.Apart:hover .red_shade {
  background: #ff8888;
}
.Apart:hover .orange_shade {
  background: #ffc98b !important;
}
.Apart:hover .green_shade {
  background: #a2ffae !important;
}
.Apart:hover .blue_shade {
  background: #9cc5ff !important;
}
.Apart:hover .voilet_shade {
  background: #95a7ff !important;
}
.Apart:hover .pink_shade {
  background: #dca1ff !important;
}

.close_modal{
  position: absolute;
  top: -40px;
  right: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  background-color: #fff;
  height: 40px;
  width: 40px;
  cursor: pointer;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}



@media (min-width: 1299px) and (max-width: 1440px) {
  .sec_title{
    font-size: 45px;
  }
}