@font-face {
  font-family: f1;
  src: url(../font/Figtree-Regular.ttf);
}

@font-face {
  font-family: f2;
  src: url(../font/Figtree-Medium.ttf);
}

@font-face {
  font-family: f3;
  src: url(../font/Figtree-SemiBold.ttf);
}

@font-face {
  font-family: f4;
  src: url(../font/Figtree-Bold.ttf);
}

ul {
  list-style: none !important;
  padding-left: 0 !important;
}

a {
  text-decoration: none !important;
}
h2{
  font-size: 24px !important;
    color: #852e59;
}
h3{
  font-size: 18px !important;
    color: #852e59;
}
p {
  line-height: 25px;
  font-size: 17px;
  color: #000;
}

.w-90 {
  width: 90%;
  margin: auto;
}

.w-100 {
  width: 100%;
  margin: auto;
}

.d-flex-jc-ac {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.d-flex-ac {
  display: flex;
  align-items: center;
}

.d-flex-jc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.position-relative {
  position: relative;
}

/* Main page styles starts*/
/* navbar starts */

.top_nav {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 11;
}

.navbar {
  padding: 0px !important;
}

.media_icons .soc_ic {
  font-size: 25px;
  margin-right: 10px;
  color: #fff;
}

.media_icons a {
  font-size: 14px;
  color: #fff !important;
  margin-right: 15px;
}

.bxs-map {
  font-size: 25px;
  margin-right: 5px;
}

.bxs-envelope {
  font-size: 25px;
  margin-right: 5px;
}

.bxs-phone-call {
  font-size: 25px;
  margin-right: 5px;
}

.navbar-light img {
  width: 120px;
}

.navbar {
  padding: 0px !important;
}

.nav_bar {
  background: #ffffff66;
  padding: 10px 15px;
  border-radius: 10px;
  position: relative;
  top: 20px;
}

.navbar-light .navbar-nav .nav-item {
  margin: 5px 10px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
  color: #852e59 !important;
  font-size: 17px;
  font-family: "f3";
  background: #fdcb0a;
  border-radius: 50px;
  padding: 7px 17px;
  transition: 0.70s;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 4px !important;
  border-radius: 10px !important;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff !important;
  background-clip: padding-box;
  border: 0;
  border-top: 16px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

.nav-link {
  color: #000 !important;
}



.navbar-light .navbar-toggler {
  background-color: #51a6f0;
  color: #000 !important;
}

.nav-item a {
  font-size: 17px;
  font-family: "f3";
  transition: 0.70s;
  color: #fff !important;
}

.bx {
  color: #fff !important;
}

/* page banner starts */
.page_banner {
  height: 100vh;
  position: relative;
}

.page_banner::before {
  background: #000000ad;
  content: "";
  position: absolute;
  width: 100%;
  height: 80vh;
}

.page_banner img {
  width: 100%;
  height: 80%;
  object-fit: cover;
}

.page_banner_caption {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
  color: #fff;
}

.page_banner_caption h1 {
  font-family: "f4";
  font-size: 40px;
}

/* page banner ends */

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 425px !important;
  bottom: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10% !important;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 100 !important;
  transition: opacity .15s ease;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 150px !important;
  left: 0;
  z-index: 111 !important;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 10rem;
  margin-left: 15%;
}

/* navbar ends */

/* home banner starts */

.ban_bgimg {
  position: relative;
  height: 100vh;
}

.ban_bgimg img {
  width: 100%;
  height: 80%;
  object-fit: cover;
}

.ban_bgimg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ban_bgimg:before {
  background: #0000005d;
  content: '';
  position: absolute;
  width: 100%;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;

}

.ban_bgimg .carousel-caption {
  position: absolute;
  color: #fff;
  /* height: 100%; */
  top: 5%;
  /* left: 10%; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: start !important;
}

/* home banner ends */

/* about us */
.about_us span {
  font-family: "f4";
  font-size: 20px;
  color: #F6A71B;
}

.about_us h2 {
  font-family: "f4";
  font-size: 30px;
  color: #852e59;
}

.about_us h1 {
  font-family: "f4";
  font-size: 22px;
  color: #252525;
}

.about_us p {
  text-align: justify;
}

.ord_btn a {
  background: #fdcb0a!important;
  color: #852e59 !important;
  padding: 10px 15px;
  border-radius: 5px;
  font-family: "f2";
  font-size: 14px;
}

.cloud_bg {
  background: url(../img/background.jpg)no-repeat fixed;
  /* background: linear-gradient(340deg, #852e59, #f0e5ea); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 30px;
}

.cloud_bgs {
  background: url(../img/cloud.png)no-repeat fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding: 20px 30px; */
}

.cloud_bg_new {
  /* background: url(../img/Cloud\ new.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  /* padding: 20px 30px; */
}

.abt-content {
  padding-top: 25px;
  padding-bottom: 20px;
}

.abt-content h2 {
  font-size: 30px;
  font-family: f4;
  color: #fff;
}

.abt-content p {
  font-family: 'f2';
  font-size: 16px;
}

/* about us ends */

/* blog starts */

.cou_card {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0px 3px 10px #0000004c;
  margin: 20px 4%;
}

.cou_img {
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 10px;
  background: #000;
}

.cou_img img {
  width: 100%;
  border-radius: 10px;
  transition: 0.5s;
}

.cou_card h3 {
  font-size: 20px;
  font-family: "f4";
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  color: #852e59;
}

.cou_card p {
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-family: "f2";
  color: #000;
  font-size: 15px;
  height: 180px;
}

.cou_card:hover img {
  transform: scale(1.2);
  transition: 0.5s;
  opacity: 0.5;
}

.cou_card h5 {
  background: #e30000;
  display: inline-block;
  padding: 5px 8px;
  color: #fff;
  font-family: "f2";
  font-size: 14px;
  border-radius: 5px;
}

.hom_cou h2 {
  color: #852e59;
  font-family: "f4";
  font-size: 35px;
}

/* blog ends */

/* EEE page styles starts */
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: .5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background: #852e59 !important;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
}

.dr_hv:hover {
  background: #ffee00 !important;
  color: #852e59 !important;
}

/*home banner starts*/
.ban_con h1 {
  font-family: "f4";
  font-size: 40px;
  text-align: center;
  filter: drop-shadow(8px 7px 3px #00000048);
}

.ban_con a {
  background: #fdcb0a  !important;

  color: #88295c !important;
  padding: 10px 15px;
  border-radius: 5px;
  font-family: "f3";
  font-size: 16px;
}

.ban_con p {
  text-align: center;
}

/*home banner starts*/


/* scroll top button */

#button {
  display: inline-block;
  background-color: #852e59;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #ffee00;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

/* scroll top ends */
nav .hov_nav:hover .dr_li {
  display: block;
  position: absolute;
  left: 0 !important;
  top: 41px;
  z-index: 99;
}

nav .dr_li {
  display: none;
}

.hov_nav {
  position: relative;
}

.owl-dots {
  display: none !important;
}

.owl-nav {
  display: none !important;
}

.cl_logo {
  /* margin-top: 40px; */
  /* background-color: whitesmoke; */
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 8px 16px -4px #00000048;
  border-radius: 10px;
  padding: 10px;
}

/* .owl-stage{
  transform: translate3d(-1161px, 0px, 0px); width: 2904px; transition: all 2s linear 0s !important;
} */

.item img {
  box-shadow: 0 7px 20px #008dd114;
  border-radius: 10px;
  border: 1px solid #0099db1a;
  background: #ffff;
}

/* .owl-carousel .owl-item img {
  display: block !important;
  width: 100% !important;
}

.owl-stage-outer{
  overflow: visible;
} */
.col-sm p {
  font-family: "f4";
  font-size: 25px;
  color: #fff;
  text-align: center;
}

.nav_contact {
  position: relative;
  z-index: 99 !important;
  margin-top: 60px;
}

.nav_contact img {
  width: 40px !important;
  border-radius: 100px !important;
}

/*  */

/* gallery starts */

.content_title h2 {
  color: #852e59;
  font-family: "f4";
  font-size: 35px;
}

.gallery_page_section h3 {
  font-family: "f4";
  font-size: 30px;
  color: #1B1C57;
}

.gallery_image {
  margin: 2% 2%;
  background: #000;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.gallery_image img {
  width: 100%;
  border-radius: 10px;
  transition: 0.5s;
}

.gallery_image:hover img {
  opacity: 0.4;
  transition: 0.5s;
}

.gallery_caption {
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery_image:hover .gallery_caption {
  opacity: 1;
  transition: 0.5s;
}

.gallery_view h4 {
  font-family: "f3";
  font-size: 16px;
  padding-bottom: 15px;
}

.gallery_view .org_btn a {
  background: #FCA829;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff !important;
}

.btn_re a {
  background: #852e59;
  padding: 10px 15px;
  border-radius: 8px;
  color: #fff !important;
  font-family: "f2";
  font-size: 15px;
  cursor: pointer;
}

/* gallery ends */

/* footer starts */
ul {
  margin: 0px;
  padding: 0px;
}

.footer-section {
  background: #101522;
  position: relative;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #757575;
  font-size: 15px;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 160px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}

.footer-social-icon span {
  color: #FFC857;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3B5998;
  padding: 10px;
  border-radius: 30px;
}

.twitter-bg {
  background: #55ACEE;
  padding: 10px;
  border-radius: 30px;
}

.google-bg {
  background: #DD4B39;
  padding: 10px;
  border-radius: 30px;
}

.footer-widget-heading h3 {
  color: #FFC857;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #852e59;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #852e59;
}

.footer-widget ul li a {
  color: #E0E0E0;
  text-transform: capitalize;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #852e59;
  padding: 13px 20px;
  border: 1px solid #852e59;
  top: 0;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  background: #202020;
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}

.copyright-text p a {
  color: #fdcb0a;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #ff5e14;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.privacy_content h1 {
  font-family: "f4";
  font-size: 40px;
  color: #852e59;
}

.privacy_content h3 {
  font-family: "f4";
  font-size: 25px;
  color: #51a6f0;
}

.privacy_content p {
  font-family: "f2";
  font-size: 16px;
  color: #252525;
  text-align: justify;
  line-height: 30px;
}

.privacy_content ul {
  font-family: "f2";
  font-size: 16px;
  line-height: 30px;
}

.terms_bg {
  background: url(../img/banner-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 30px;
  margin-top: -100px;
}

/* side icon start */

.social_icon {
  position: fixed;
  right: 0;
  bottom: 16%;
  z-index: 111;
}

.social_icon_enq {
  position: fixed;
  left: 0;
  bottom: 30%;
  z-index: 111;
}

.social_icon_enq ul li span {
  font-size: 15px;
  padding: 5px 2px;
  color: #fdcb0a !important;
  background-color: #852e59;
  writing-mode: vertical-lr;
  text-orientation: upright;
  border-radius: 0px 5px 5px 0px;
}

.social_icon ul .en_quiry {
  font-size: 15px;
  background: #0067a4;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  color: #fff;
  position: absolute;
  bottom: 270px;
  right: 0;
  justify-content: center;
}

.social_icon ul .en_call {
  font-size: 15px;
  background: linear-gradient(317deg, #fca335, #ce6311);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  color: #fff;
  position: absolute;
  bottom: 210px;
  right: 0;
  justify-content: center;
}

.social_icon ul .en_what {
  font-size: 20px;
  background: linear-gradient(317deg, #1cf743, #116814);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  color: #fff;
  position: absolute;
  bottom: 150px;
  right: 0;
  justify-content: center;
}

/* Circle */

/* social ends */
/* footer ends */

/* contact us start */
.contact_us_6 {
  font-family: "f2";
}

.contact_us_6 .text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
}

.contact_us_6 .responsive-cell-block {
  min-height: 75px;
}

.contact_us_6 input:focus,
.contact_us_6 textarea:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.contact_us_6 .container-block {
  min-height: 75px;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
}

.contact_us_6 .responsive-container-block {
  min-height: 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.contact_us_6 .responsive-container-block.big-container {
  padding-top: 10px;
  padding-right: 30px;
  width: 35%;
  padding-bottom: 10px;
  padding-left: 30px;
  background-color: #03a9f4;
  position: absolute;
  height: 950px;
  right: 0px;
}

.contact_us_6 .responsive-container-block.container {
  position: relative;
  min-height: 75px;
  flex-direction: row;
  z-index: 2;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  max-width: 1320px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.contact_us_6 .container-block.form-wrapper {
  background-color: white;
  max-width: 100%;
  text-align: center;
  padding-top: 50px;
  padding-right: 40px;
  padding-bottom: 50px;
  padding-left: 40px;
  /* box-shadow: rgb(133 46 89 / 38%) 0px 4px 20px 7px; */
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-top: 90px;
  margin-right: 0px;
  margin-bottom: 60px;
  margin-left: 0px;
}

.contact_us_6 .text-blk.contactus-head {
  font-size: 36px;
  line-height: 52px;
  font-weight: 900;
  font-family: "f4";
}

.contact_us_6 .text-blk.contactus-subhead {
  color: #9c9c9c;
  width: 300px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  display: none;
}

.contact_us_6 .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 26px;
  margin-left: 0px;
  min-height: 50px;
}

.contact_us_6 .input {
  width: 100%;
  height: 50px;
  padding-top: 1px;
  padding-right: 15px;
  padding-bottom: 1px;
  padding-left: 15px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #eeeeee;
  border-right-color: #eeeeee;
  border-bottom-color: #eeeeee;
  border-left-color: #eeeeee;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-size: 16px;
  color: black;
}

.contact_us_6 .textinput {
  width: 98%;
  min-height: 150px;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #eeeeee;
  border-right-color: #eeeeee;
  border-bottom-color: #eeeeee;
  border-left-color: #eeeeee;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-size: 16px;
}

.contact_us_6 .submit-btn {
  width: 98%;
  background-color: #852e59;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  color: #fdcb0a;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: outset;
  border-right-style: outset;
  border-bottom-style: outset;
  border-left-style: outset;
  border-top-color: #767676;
  border-right-color: #767676;
  border-bottom-color: #767676;
  border-left-color: #767676;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.contact_us_6 .form-box {
  z-index: 2;
  margin-top: 0px;
  margin-right: 48px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.contact_us_6 .text-blk.input-title {
  text-align: left;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  font-size: 14px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  color: #852e59;
}

.contact_us_6 ::placeholder {
  color: #dadada;
}

.contact_us_6 .mob-text {
  display: block;
  text-align: left;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  margin-left: 0px;
}

.contact_us_6 .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-12.wk-ipadp-12 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.contact_us_6 .text-blk.contactus-subhead.color {
  color: white;
}

/* .contact_us_6 .map-box {
  max-width: 800px;
  max-height: 520px;
  width: 100%;
  height: 520px;
  background-color: #d9d9d9;
  background-image: url("https://workik-widget-assets.s3.amazonaws.com/widget-assets/images/sc23.png");
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%;
} */

.contact_us_6 .map-part {
  width: 100%;
  height: 100%;
}

.contact_us_6 .text-blk.map-contactus-head {
  font-weight: 900;
  font-size: 22px;
  line-height: 32px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  color: #fff;
}

.contact_us_6 .text-blk.map-contactus-subhead {
  max-width: 300px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.contact_us_6 .social-media-links.mob {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  width: 230px;
  display: flex;
  justify-content: flex-start;
}

.contact_us_6 .link-img {
  width: 30px;
  height: 30px;
  margin-top: 0px;
  margin-right: 25px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.contact_us_6 .link-img.image-block {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.contact_us_6 .social-icon-link {
  margin: 0 25px 0 0;
  padding: 0 0 0 0;
}

@media (max-width: 1024px) {
  .contact_us_6 .responsive-container-block.container {
    justify-content: center;
  }

  .contact_us_6 .map-box {
    position: absolute;
    top: 0px;
    max-height: 320px;
  }

  .contact_us_6 .map-box {
    max-width: 100%;
    width: 100%;
  }

  .contact_us_6 .responsive-container-block.container {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .contact_us_6 .map-part {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contact_us_6 .container-block.form-wrapper {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_6 .mob-text {
    display: block;
  }

  .contact_us_6 .form-box {
    margin-top: 200px;
    margin-right: 60px;
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .contact_us_6 .link-img {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: flex;
    justify-content: space-evenly;
  }

  .contact_us_6 .social-media-links.mob {
    justify-content: space-evenly;
  }

  .contact_us_6 .responsive-cell-block.wk-desk-7.wk-ipadp-12.wk-tab-12.wk-mobile-12 {
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
  }

  .contact_us_6 .text-blk.contactus-subhead {
    display: block;
  }

  .contact_us_6 .mob-text {
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_6 .responsive-container-block.container {
    flex-wrap: wrap;
  }

  .contact_us_6 .form-box {
    margin-top: 200px;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  .contact_us_6 .submit-btn {
    width: 100%;
  }

  .contact_us_6 .input {
    width: 100%;
  }

  .contact_us_6 .textinput {
    width: 100%;
  }

  .contact_us_6 .container-block.form-wrapper {
    margin-top: 80px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_6 .text-blk.input-title {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .contact_us_6 .form-box {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .contact_us_6 .container-block.form-wrapper {
    padding-top: 50px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-left: 15px;
  }

  .contact_us_6 .mob-text {
    display: block;
  }

  .contact_us_6 .responsive-container-block.container {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .contact_us_6 .form-box {
    margin-top: 200px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_6 .container-block.form-wrapper {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_6 .form-box {
    margin-top: 220px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_6 .form-box {
    margin-top: 220px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
  }

  .contact_us_6 .text-blk.contactus-head {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 500px) {
  .contact_us_6 .container-block.form-wrapper {
    padding-top: 50px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-left: 15px;
  }

  .contact_us_6 .container-block.form-wrapper {
    margin-top: 60px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_6 .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }

  .contact_us_6 .responsive-container-block {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 35px;
    margin-left: 0px;
  }

  .contact_us_6 .text-blk.input-title {
    font-size: 12px;
  }

  .contact_us_6 .text-blk.contactus-head {
    font-size: 26px;
    line-height: 35px;
  }

  .contact_us_6 .input {
    height: 45px;
  }
}

responsive .wk-desk-1 {
  width: 8.333333%;
}

.wk-desk-2 {
  width: 16.666667%;
}

.wk-desk-3 {
  width: 25%;
}

.wk-desk-4 {
  width: 33.333333%;
}

.wk-desk-5 {
  width: 41.666667%;
}

.wk-desk-6 {
  width: 50%;
}

.wk-desk-7 {
  width: 55.333333%;
}

.wk-desk-8 {
  width: 66.666667%;
}

.wk-desk-9 {
  width: 75%;
}

.wk-desk-10 {
  width: 83.333333%;
}

.wk-desk-11 {
  width: 91.666667%;
}

.wk-desk-12 {
  width: 100%;
}

@media (max-width: 1024px) {
  .wk-ipadp-1 {
    width: 8.333333%;
  }

  .wk-ipadp-2 {
    width: 16.666667%;
  }

  .wk-ipadp-3 {
    width: 25%;
  }

  .wk-ipadp-4 {
    width: 33.333333%;
  }

  .wk-ipadp-5 {
    width: 41.666667%;
  }

  .wk-ipadp-6 {
    width: 50%;
  }

  .wk-ipadp-7 {
    width: 58.333333%;
  }

  .wk-ipadp-8 {
    width: 66.666667%;
  }

  .wk-ipadp-9 {
    width: 75%;
  }

  .wk-ipadp-10 {
    width: 83.333333%;
  }

  .wk-ipadp-11 {
    width: 91.666667%;
  }

  .wk-ipadp-12 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wk-tab-1 {
    width: 8.333333%;
  }

  .wk-tab-2 {
    width: 16.666667%;
  }

  .wk-tab-3 {
    width: 25%;
  }

  .wk-tab-4 {
    width: 33.333333%;
  }

  .wk-tab-5 {
    width: 41.666667%;
  }

  .wk-tab-6 {
    width: 50%;
  }

  .wk-tab-7 {
    width: 58.333333%;
  }

  .wk-tab-8 {
    width: 66.666667%;
  }

  .wk-tab-9 {
    width: 75%;
  }

  .wk-tab-10 {
    width: 83.333333%;
  }

  .wk-tab-11 {
    width: 91.666667%;
  }

  .wk-tab-12 {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .wk-mobile-1 {
    width: 8.333333%;
  }

  .wk-mobile-2 {
    width: 16.666667%;
  }

  .wk-mobile-3 {
    width: 25%;
  }

  .wk-mobile-4 {
    width: 33.333333%;
  }

  .wk-mobile-5 {
    width: 41.666667%;
  }

  .wk-mobile-6 {
    width: 50%;
  }

  .wk-mobile-7 {
    width: 58.333333%;
  }

  .wk-mobile-8 {
    width: 66.666667%;
  }

  .wk-mobile-9 {
    width: 75%;
  }

  .wk-mobile-10 {
    width: 83.333333%;
  }

  .wk-mobile-11 {
    width: 91.666667%;
  }

  .wk-mobile-12 {
    width: 100%;
  }
}

/* contact us ends */

/* enuire */
.enquire-button {
  position: fixed;
  right: 20px;
  top: 58%;
  transform: translateY(-50%);
  background-color: #ff5733;
  color: white;
  border: none;
  padding: 15px 20px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 99;

}

/* Custom Styling */
.modal-content {
  border-radius: 10px;
  padding: 20px;
}

.modal-header {
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.modal-header .btn-close {
  color: white;
}

.input, .textinput, select {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.modal-footer .btn {
  width: 100%;
  padding: 10px;
}

.social_icon_enq {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}



.en_quiry:hover {
  background: #0056b3;
}

/* whatsapp */
.floating-buttons {
  position: fixed;
  right: 20px;
  bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 150;
}

.floating-buttons a {
  width: 50px;
  height: 50px;
  background-color: #25D366;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  font-size: 24px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}

.floating-buttons a.phone {
  background-color: #007BFF;
}

.floating-buttons a:hover {
  transform: scale(1.1);
}

/* footer starts */



.foot_icon {
  width: 50px !important;
  height: 50px !important;
  background: #852e59;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  margin-right: 15px;
}

.foot_icon img {
  width: 25px !important;
  height: 25px !important;
}


.footer_section a {
  color: #fff !important;
  font-size: 16px;
  font-family: "f1";
  word-break: break-all;
}

.footer_section p {
  color: #fff;
  margin: 0;
  text-align: start;
}

.foot_cont {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}

.social_sec .foot_icon {
  margin-bottom: 15px;
}

.footer_section h5 {
  font-family: "f3";
  font-size: 25px;
  margin-bottom: 15px;
  color: #FFC857;
}

/* footer ends */
/* three button */
.button-wrapper {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  background-color: #f4f4f8;
}

.button-group {
  display: flex;
  gap: 20px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  cursor: pointer;
  background-color: #ffffff;
  color: #782C49;
  border: 2px solid #782C49;
}

.btn svg {
  width: 20px;
  height: 20px;
  fill: #782C49;
  transition: fill 0.3s ease;
}

.btn:hover {
  background-color: #782C49;
  color: #ffffff;
}

.btn:hover svg {
  fill:  #fdcb0a;
}

@media (max-width: 768px) {
  .button-group {
    flex-direction: column;
    align-items: center;
  }
}
/* card */
.security-card {
  background-color: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  width: 90%;
  margin: 20px auto;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.security-card h2 {
  color: #2c3e50;
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
}

.security-card ul {
  list-style: none;
  padding: 0;
}

.security-card li {
  background: #eaf1f8;
  margin: 10px 0;
  padding: 12px 20px;
  border-radius: 10px;
  color: #333;
  font-size: 16px;
  transition: background 0.3s ease;
}

.security-card li:hover {
  background: #d4e4f4;
}

/* owl */
.review-carousel-01 .review-card {
  background: #f7fbfc;
  border-radius: 16px;
  padding: 30px;
  /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); */
  width: 680px;
  height: 220px;
  box-sizing: border-box;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-carousel-01 .review-text {
  font-size: 17px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
  flex-grow: 1;
}

.review-carousel-01 .reviewer-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;
}

.review-carousel-01 .reviewer-img {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #eee;
}

.review-carousel-01 .reviewer-details {
  text-align: left;
  display: flex;
  flex-direction: column;
}

.review-carousel-01 .review-name {
  font-weight: 600;
  font-size: 15px;
  color: #222;
  margin-bottom: 2px;
}

.review-carousel-01 .review-company {
  font-size: 13px;
  color: #777;
}