html {
  height: 100%;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  min-height: 100%;
  padding: 0;
  font-size: 14px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x: hidden;
}

a {
  color: #111;
  text-decoration: none;
}

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

.active {
  /*background:#dd6718;*/
  color: #111;
}

.visited {
  /*background:#dd6718;*/
  color: #111;
}

.focus {
  /*background:#dd6718;*/
  color: #111;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mtp10 {
  margin-top: 10px;
}

.mtp20 {
  margin-top: 20px;
}

.mtp30 {
  margin-top: 30px;
}

.mtp40 {
  margin-top: 40px;
}

.mtp50 {
  margin-top: 50px;
}

.mtp80 {
  margin-top: 80px;
}

.mbt10 {
  margin-bottom: 10px;
}

.mbt20 {
  margin-bottom: 20px;
}

.mbt30 {
  margin-bottom: 30px;
}

.mbt40 {
  margin-bottom: 40px;
}

.mbt50 {
  margin-bottom: 50px;
}

.mbt60 {
  margin-bottom: 60px;
}

.mbt70 {
  margin-bottom: 70px;
}

.mbt80 {
  margin-bottom: 80px;
}

.mbt90 {
  margin-bottom: 90px;
}

.mbt100 {
  margin-bottom: 100px;
}

.minmum-height {
  min-height: 400px;
}

.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}

.pdng1 {
  padding: 0;
}

.fl-right {
  float: right;
}

.fl-left {
  float: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
  font-family: "Lora", serif;
}

.top-menu.mobile-view {
  display: none;
}

.section-padding {
  padding-left: 40px;
  padding-right: 40px;
}

.main-header {
  background: rgba(255, 255, 255, 0.8901960784);
}

.top-menu {
  background: #9f8c63;
}
.top-menu .top-menu-list ul li {
  display: inline-block;
  margin-right: 30px;
}

.search-modal .search-sec {
  background: transparent;
  border: none;
  height: 48px;
  padding: 0px;
  border: 1px solid #e1e1e1;
  outline: none;
  position: relative;
}
.search-modal .search-sec .h-fld.form-control {
  background: transparent;
  height: 48px;
  border: none;
  outline: none;
  font-size: 14px;
  padding-right: 50px;
}
.search-modal .search-sec .h-fld.form-control:focus {
  background: transparent;
  box-shadow: none;
}
.search-modal .search-sec .searchbtm {
  position: absolute;
  right: 0;
  top: 0;
  outline: none;
  border: none;
  width: 48px;
  height: 48px;
  background: transparent;
}
.search-modal .modal-dialog {
  margin: 0;
  max-width: 100%;
}
.search-modal .modal-content {
  border: none;
  border-radius: 0;
  outline: 0;
}
.search-modal .modal-header {
  border-bottom: none;
}
.search-modal .modal {
  z-index: 99999;
}

.top-bar {
  background: #0097ff;
  padding: 10px 40px;
  color: #fff;
  font-size: 16px;
}
.top-bar .btm-1 {
  background: #00278d;
  padding: 7px 15px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  outline: none;
  border-radius: 7px;
  border: none;
}
.top-bar .T-R {
  text-align: right;
}
.top-bar .top-bar-menu ul li {
  display: inline-block;
  margin-right: 10px;
}
.top-bar .top-bar-menu ul li a {
  color: #333;
  font-size: 14px;
}
.top-bar .top-phone-menu ul {
  text-align: right;
}
.top-bar .top-phone-menu ul li {
  color: #333;
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
}
.top-bar .top-phone-menu ul li a {
  color: #333;
  font-size: 14px;
}

.top-header .logo {
  margin-top: 5px;
}
.top-header .logo img {
  width: 195px;
}
.top-header .search-list {
  text-align: right;
}
.top-header .search-list ul li {
  display: inline-block;
  position: relative;
}
.top-header .search-list ul li a {
  font-size: 20px;
  color: #000;
}
.top-header .search-list .phonet {
  margin-top: 19px;
}
.top-header .search-list .phonet i {
  position: absolute;
  left: -66px;
  top: 2px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(205, 205, 205, 0.8039215686);
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  color: #8b8888;
}
.top-header .phonetxt {
  font-size: 12px;
  color: #0097ff;
  display: block;
}
.top-header .phonetxt1 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

.main-header.sticky {
  position: fixed;
  transition: 0.3s all linear;
  box-shadow: 3px 1px 9px 0px rgba(179, 176, 176, 0.5294117647);
  top: 0;
  right: 0;
  left: 0;
  backdrop-filter: blur(10px);
  z-index: 99;
  background-color: #fff;
}

.menu-sec {
  position: relative;
}

.menusub-title {
  text-align: left;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #efefef;
  margin-bottom: 16px;
  padding-bottom: 9px;
}

.menu-door-img img {
  border-radius: 15px;
}

.second-marquee-bg {
  background: #fff8f2;
  padding: 10px 10px;
}

.offer-sec {
  background: #fff8f2;
}

.marquee-sec {
  padding: 20px 0;
}

.pdng {
  padding: 0 30px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.home-bnr-sec {
  width: 100%;
  overflow: hidden;
}
.home-bnr-sec .slider-txt-main {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 150px;
}
.home-bnr-sec .slider-txt-main .slider-txt {
  z-index: 9;
}
.home-bnr-sec .slider-txt-main .slider-txt .slider-txtimg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.home-bnr-sec .slider-txt-main .slider-txt h1 {
  font-size: 50px;
  line-height: 75px;
  color: #00278d;
  padding-right: 50px;
  position: relative;
}
.home-bnr-sec .slider-txt-main .slider-txt .hdrline {
  position: relative;
  top: -18px;
  left: 5px;
}
.home-bnr-sec .slider-txt-main .slider-txt .sub-heading {
  letter-spacing: 2px;
  font-size: 17px;
  margin-bottom: 15px;
  color: #0097ff;
  text-transform: uppercase;
}
.home-bnr-sec .slider-txt-main .slider-txt p {
  font-size: 17px;
  color: #747272;
}
.home-bnr-sec .slider-txt-main .slider-txt .advn-bnr {
  position: relative;
  padding-left: 100px;
  margin-bottom: 50px;
}
.home-bnr-sec .slider-txt-main .slider-txt .advn-bnr .icon {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  position: absolute;
  left: 0;
  top: 15px;
}
.home-bnr-sec .slider-txt-main .slider-txt .advn-bnr .icon img {
  width: 40px;
}
.home-bnr-sec .slider-txt-main .slider-txt .advn-bnr .txtbnr {
  font-size: 18px;
  color: #0097ff;
  padding-top: 30px;
}
.home-bnr-sec .carousel-control-prev,
.home-bnr-sec .carousel-control-next {
  position: absolute;
  top: 50%;
  bottom: auto;
  z-index: 1;
  display: inline-block;
  width: auto;
  padding: 0;
  color: #000;
  text-align: center;
  background: none;
  border: 0;
  opacity: 1;
  transition: opacity 0.15s ease;
}
.home-bnr-sec .carousel-control-next-icon,
.home-bnr-sec .carousel-control-prev-icon {
  background: #fff;
  font-size: 16px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border: none;
}
.home-bnr-sec .carousel {
  position: relative;
}

.cta-btm {
  background: #00278d;
  padding: 12px 40px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 30px;
}
.cta-btm i {
  padding-left: 10px;
}
.cta-btm:hover {
  background: #00278d;
  color: #fff;
}

.cta-btm.home-btm1 {
  background: #0097ff;
}
.cta-btm.home-btm1:hover {
  background: #0097ff;
  color: #fff;
}

.sale-txt {
  background: #199588;
  padding: 4px 10px;
  font-size: 9px;
  border-radius: 3px;
  color: #fff;
  position: relative;
  top: -2px;
}

.sale-txt.hot-txt {
  background: #e62a65;
}

.shipping-sec {
  padding: 40px 0;
}
.shipping-sec .shipping-box {
  position: relative;
  margin-bottom: 10px;
  padding-left: 64px;
}
.shipping-sec .shipping-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
}
.shipping-sec .shipping-box .title {
  font-size: 17px;
  margin-bottom: 0px;
  font-weight: 600;
  color: #242424;
}
.shipping-sec .shipping-box .shipping-box p {
  color: #514e4e;
  font-size: 15px;
}

.cate-box {
  position: relative;
  margin-bottom: 30px;
}
.cate-box .cateimg {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.cate-box .cateimg img {
  transition: all 0.3s;
}
.cate-box .catetxt-sec {
  position: absolute;
  right: 0;
  top: 0;
  width: 46%;
  padding: 30px 20px;
}
.cate-box .catetxt-sec h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 10px;
}
.cate-box .catetxt-sec .sub-title {
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.cate-box .catetxt-sec.catetxt-3 {
  right: auto;
  left: 18px;
}
.cate-box .shop-btm {
  border-bottom: 2px solid #757171;
  font-size: 16px;
  color: #4c4a4a;
}

.cate-box:hover img {
  transform: scale(1.1);
}

.newsletersecmain {
  background-image: url(./images/newsleter-bg.jpg);
  padding: 80px 0 50px;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.newletter-form {
  margin-bottom: 5px;
}
.newletter-form .nws-fld {
  background: #fff;
  border: none;
  color: #000;
  height: 50px;
  position: relative;
}
.newletter-form .form-control {
  border-radius: 0;
  border: none;
  padding-right: 100px;
  height: 50px;
  outline: none;
  box-shadow: inherit;
}
.newletter-form .newletter-btm {
  background: #ce967e;
  height: 50px;
  color: #fff;
  outline: none;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 28px;
}
.newletter-form h4 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 25px;
}

.product-bg {
  background-image: url(./images/h2-background-team.jpg);
  padding: 80px 0;
  background-size: cover;
  text-align: center;
}

.everything-content {
  background-color: #cdeff3;
  background-image: url(./images/h3-img-7.jpg);
  padding: 270px 180px;
  background-size: cover;
  height: 100vh;
  background-position: bottom center;
}
.everything-content .subtxt {
  font-family: "Mr De Haviland", cursive;
  font-size: 50px;
}
.everything-content h3 {
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 20px;
}
.everything-content p {
  font-size: 16px;
  line-height: 30px;
}

.everything-content.one {
  background-image: url(./images/h3-img-6.jpg);
}

.everything-sec {
  overflow: hidden;
}

.client-bg {
  background-image: url(./images/h2-background-team.jpg);
  padding: 80px 0;
  background-size: cover;
  background-attachment: fixed;
}

.shop-btm {
  border: 1px solid #ce967e;
  padding: 14px 34px;
  display: inline-block;
  color: #ce967e;
  font-weight: 500;
  letter-spacing: 1px;
}

.inr-banner-sec {
  padding: 210px 0 100px;
  text-align: center;
}
.inr-banner-sec h2 {
  color: #fff;
}
.inr-banner-sec .breadcrumb {
  display: inline-flex;
  font-size: 16px;
}
.inr-banner-sec .breadcrumb li a {
  color: #fff;
}
.inr-banner-sec .breadcrumb-item.active {
  color: #fff;
}

.inr-body {
  padding: 60px 0;
}
.inr-body .inr-about-content {
  padding-right: 40px;
}
.inr-body .inr-about-content h2 {
  padding-right: 145px;
  line-height: 51px;
  font-size: 35px;
  margin-top: 0;
}
.inr-body .inr-about-img {
  padding-left: 50px;
}
.inr-body p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  letter-spacing: 0.5px;
}

.contact-form {
  background: #fff;
}
.contact-form .contact-fld {
  width: 100%;
  height: 50px;
  background: #fff;
  color: #000;
  border: none;
  padding: 5px 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #242424;
}
.contact-form .txt-height {
  height: 130px !important;
}
.contact-form .submit-btm {
  background: transparent;
  outline: none;
  border: none;
  color: #ce967e;
  padding: 10px 36px;
  transition: all linear 0.5s;
  font-weight: 600;
  border: 2px solid #ce967e;
  letter-spacing: 0.5px;
  margin-top: 20px;
  font-size: 18px;
}
.contact-form .submit-btm:hover {
  background: #ce967e;
  color: #fff;
  border: 2px solid #ce967e;
}

.inr-cont-adrs {
  background: #ce967e;
  padding: 40px;
  color: #fff;
  margin-left: 60px;
  margin-top: 60px;
}
.inr-cont-adrs p {
  color: #fff;
}
.inr-cont-adrs p a {
  color: #fff;
}

.marquee .inner > * {
  white-space: nowrap;
  padding: 0 4rem;
}

.marquee2 {
  width: 100%;
  overflow: hidden;
}

.marquee2 .inner2 {
  width: 100%;
  position: relative;
  display: flex;
}
.marquee2 .inner2 p {
  font-size: 15px;
  letter-spacing: 1px;
  padding-top: 5px;
  margin-bottom: 0;
  position: relative;
  color: #fff;
}
.marquee2 .inner2 p::after {
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
  height: 20px;
  background: #fff;
}
.marquee2 .inner2 p a {
  color: #000;
  font-weight: 500;
}

.marquee2 .inner2 > * {
  white-space: nowrap;
  padding: 0 15px;
}

.booking-sec {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.booking-sec:after {
  content: "";
  position: absolute;
  right: 0;
  background-color: #00278D;
  width: 100%;
  height: 100%;
  z-index: -1;
  bottom: 0;
}
.booking-sec .icon-img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.booking-bg {
  background-color: #00278D;
  padding: 30px;
  border-bottom-left-radius: 30px;
}
.booking-bg .booking-left {
  padding: 30px;
  border-radius: 7px;
  border: 3px solid #fff;
  color: #fff;
  padding-bottom: 0;
}
.booking-bg .booking-left h3 {
  margin-bottom: 30px;
}
.booking-bg .booking-left .booking-lefttxt {
  position: relative;
  padding-left: 80px;
  margin-bottom: 35px;
  font-size: 18px;
  padding-top: 4px;
}
.booking-bg .booking-left .booking-lefttxt i {
  color: #fff;
  background: #0097ff;
  width: 60px;
  height: 60px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
}
.booking-bg .booking-left .booking-lefttxt span {
  display: block;
}
.booking-bg .booking-frm {
  position: relative;
  z-index: 9;
}
.booking-bg .booking-frm .b-title {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
}
.booking-bg .booking-frm p {
  font-size: 17px;
  color: #fff;
}
.booking-bg .booking-frm .h-fld.form-control {
  height: 60px;
  width: 100%;
}
.booking-bg .booking-frm .form-group {
  margin-bottom: 20px;
}
.booking-bg .bookbtm {
  background: #0097ff;
  width: 100%;
  border-radius: 7px;
  outline: none;
  border: none;
  color: #fff;
  font-size: 20px;
  height: 63px;
}

.about-sec {
  padding: 45px 0;
  position: relative;
  z-index: 1;
  background: #f2f7ff;
  margin: 40px;
  border-radius: 20px;
}
.about-sec::after {
  content: "";
  background-image: url(images/hero-bg.svg);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: -1;
  opacity: 0.2;
}

.about-txt {
  padding-left: 50px;
}
.about-txt p {
  font-size: 17px;
  line-height: 28px;
  color: #898989;
}

.h-titel .sub-titel {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0097ff;
}
.h-titel .titel {
  font-size: 44px;
  line-height: 55px;
  font-weight: 600;
  color: #00278d;
}

.h-titel.text-white .titel {
  color: #fff;
}
.h-titel.text-white .sub-titel {
  color: #fff;
}

.subabot-img img {
  border-radius: 5px;
  margin-bottom: 20px;
}

.subabot-txt .rightch-txt {
  font-size: 20px;
  font-weight: 600;
  color: #00278d;
  margin-bottom: 10px;
}
.subabot-txt ul li {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
  padding-left: 28px;
}
.subabot-txt ul li img {
  position: absolute;
  left: 0;
  top: 0;
}

.about-img-sec {
  padding-right: 0;
  margin-top: 0;
  position: relative;
}
.about-img-sec img {
  border-radius: 20px;
}
.about-img-sec .dot-img {
  position: absolute;
  right: 35px;
  top: 190px;
  z-index: -1;
}
.about-img-sec .exp-img {
  bottom: 30px;
  position: absolute;
}
.about-img-sec .exp-img img {
  width: 340px;
}

.services-sec {
  padding: 60px 140px;
}
.services-sec .services-box {
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
}
.services-sec .services-box:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, transparent 40.5%, #161a2d 100%);
  width: 100%;
  height: 100%;
  backface-visibility: visible;
  opacity: 1;
  visibility: visible;
  border-radius: 10px;
}
.services-sec .services-box .services-boxtxt {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  color: #fff;
  padding: 20px;
}
.services-sec .services-box .services-boxtxt p {
  font-size: 18px;
  margin-bottom: 0;
}
.services-sec .services-box .services-boxtxt .srv-title {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
}
.services-sec .services-box .services-boxtxt .readmore-btm {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  margin-top: 10px;
}
.services-sec .services-box .services-boxtxt .readmore-btm i {
  padding-left: 15px;
}
.services-sec .services-box .servicesimg img {
  border-radius: 10px;
  width: 100%;
}

.whychoose-us {
  background: linear-gradient(180deg, #161a2e 0%, #306cfd 174.98%);
  padding: 80px;
  border-radius: 20px;
  margin: 0 40px;
  position: relative;
  z-index: 1;
}
.whychoose-us::after {
  content: "";
  background-image: url(images/hero-bg.svg);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: -1;
}

.why-choose-txt {
  color: #fff;
}
.why-choose-txt p {
  font-size: 17px;
}
.why-choose-txt ul li {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  padding-left: 28px;
}
.why-choose-txt ul li img {
  position: absolute;
  left: 0;
  top: 0;
}

.why-choose-usimg {
  position: relative;
}
.why-choose-usimg img {
  border-radius: 20px;
}

.reviewbox {
  background-color: #f6f6f8;
  padding: 60px 30px;
  margin: 0 15px;
  border-radius: 20px;
  position: relative;
  border: 1px solid #ddd;
}
.reviewbox .name-box {
  position: relative;
  padding-left: 60px;
  margin-bottom: 20px;
}
.reviewbox .name-box .nm {
  font-size: 18px;
  font-weight: 600;
}
.reviewbox .name-box .dt {
  color: #b7adad;
}
.reviewbox .name-box img {
  position: absolute;
  left: 0;
  top: 3px;
  width: 40px;
}
.reviewbox p {
  font-size: 18px;
  color: #817979;
}
.reviewbox .star-txt {
  color: #fcbf02;
}

.review-sec {
  background-color: #fff;
  padding: 50px 0;
  margin: 40px;
  border-radius: 20px;
}
.review-sec .slick-prev {
  display: none !important;
}
.review-sec .slick-next {
  display: none !important;
}

.faq-sec {
  background-image: url(images/faqs-image-bg-metal.jpg);
  padding: 60px 0;
  background-attachment: fixed;
  margin: 40px;
  border-radius: 20px;
}
.faq-sec p {
  color: #fff;
  font-size: 18px;
}
.faq-sec .qstn-box {
  background: rgba(255, 255, 255, 0.1019607843);
  padding: 40px;
  border-radius: 20px;
  margin-top: 30px;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
}
.faq-sec .qstn-box .q-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 16px;
}
.faq-sec .qstn-box .phn {
  color: #fff;
  font-size: 18px;
}
.faq-sec .faq-dtl {
  padding-left: 40px;
}
.faq-sec .faq-dtl .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: transparent;
  font-size: 22px;
  font-family: "Outfit", sans-serif;
  text-shadow: inherit;
  outline: none;
}
.faq-sec .faq-dtl button:focus:not(:focus-visible) {
  outline: none;
}
.faq-sec .faq-dtl .accordion-item {
  border-bottom: 1px solid #7a7777;
}
.faq-sec .faq-dtl .accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: transparent;
}
.faq-sec .faq-dtl .accordion-button {
  font-size: 22px;
  font-family: "Outfit", sans-serif;
  color: #fff;
  padding: 20px 0;
}
.faq-sec .faq-dtl .accordion-button::after {
  background-image: url(./images/down-arrow.png);
}
.faq-sec .faq-dtl .accordion-body {
  padding: 0;
}
.faq-sec .faq-left {
  margin-bottom: 20px;
  position: sticky;
  top: 30px;
  padding-right: 30px;
  color: #fff;
}
.faq-sec .faq-left .sub-ttle {
  font-size: 18px;
  letter-spacing: 1px;
}
.faq-sec .faq-left .title {
  font-size: 44px;
  font-weight: 500;
}

.befor-after {
  background: #f2f7ff;
  padding: 50px 0;
  margin: 40px;
  border-radius: 20px;
}
.befor-after .before-lefttxt {
  padding-right: 80px;
}
.befor-after .slider-container {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 400px;
  border-radius: 0.7rem;
  overflow: hidden;
}
.befor-after .slider-container img {
  width: 100%;
}
.befor-after .before-image,
.befor-after .after-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.befor-after {
  /* Styling the Before/After text */
}
.befor-after .before-text,
.befor-after .after-text {
  position: absolute;
  font-family: system-ui;
  font-size: 14px;
  font-weight: 600;
  color: #3a3a3a;
  z-index: 4;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.6196078431);
  border-radius: 0.3rem;
  letter-spacing: 2px;
  transition: opacity 0.3s ease-in-out;
}
.befor-after {
  /* Before text */
}
.befor-after .before-text {
  left: 20px;
  /* Position text to the left */
  top: 20px;
  z-index: 5;
}
.befor-after {
  /* After text */
}
.befor-after .after-text {
  right: 20px;
  /* Position text to the right */
  top: 20px;
  z-index: 3;
}
.befor-after {
  /* Hide the After text initially */
}
.befor-after .after-image .after-text {
  visibility: visible;
  z-index: 3;
}
.befor-after .after-image {
  clip-path: inset(0 50% 0 0);
}
.befor-after .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0px;
  height: 100%;
  background-color: #fff;
  cursor: pointer;
  z-index: 2;
}
.befor-after .slider-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  z-index: 1;
}
.befor-after .pulse-container {
  position: relative;
  display: inline-block;
}
.befor-after .pulse-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  /* Larger than the SVG */
  height: 70px;
  border-radius: 50%;
  background-color: #ffffff;
  /* Color of the pulse */
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}
.befor-after .slider-line svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}
.befor-after {
  /* Prevent text/image selection while dragging */
}
.befor-after .slider-container,
.befor-after .before-image img,
.befor-after .after-image img {
  user-select: none;
  /* Disable selection on most browsers */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
.befor-after .slider-handle,
.befor-after .slider-line {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.footer {
  padding: 70px 0 0;
  background: linear-gradient(180deg, #161a2e 0%, #306cfd 174.98%);
  position: relative;
  overflow: hidden;
  color: #fff;
  z-index: 1;
}
.footer:after {
  content: "";
  background-image: url(images/hero-bg.svg);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: -1;
}
.footer h3 {
  font-size: 26px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  margin-bottom: 20px;
}
.footer p {
  line-height: 28px;
  letter-spacing: 0.5px;
  font-size: 17px;
}
.footer .footer-list ul li {
  margin-bottom: 10px;
}
.footer .footer-list ul li a {
  font-size: 17px;
  color: #fff;
  letter-spacing: 0.5px;
}
.footer .footer-list ul li a:hover {
  color: #ce967e;
}
.footer .footer-list.footer-sddress {
  position: relative;
}
.footer .footer-list.footer-sddress ul li {
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}
.footer .footer-list.footer-sddress ul li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
}

.sub-footer {
  border-top: 1px solid #efefef;
  padding-top: 30px;
  margin-top: 40px;
  padding-bottom: 20px;
}
.sub-footer .oprtxt p {
  text-align: left;
}
.sub-footer p {
  line-height: 28px;
  letter-spacing: 0.5px;
  font-size: 15px;
  margin-bottom: 0;
  text-align: right;
}
.sub-footer p a {
  color: #fff;
  font-weight: 600;
}

.social-list ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 17px;
}
.social-list ul li a {
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.5px;
  width: 40px;
  height: 40px;
  display: block;
  border: 1px solid #bac4e1;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}
.social-list ul li a:hover {
  color: #fff;
}

.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 9;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.reveal {
  position: relative;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}

.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: left;
}

.whychoose-video {
  width: 100%;
}
.whychoose-video video {
  width: 100%;
  border-radius: 15px;
}

.mbil-btm-acpt {
  display: none;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.top-mdl-sec {
  position: relative;
  z-index: 1;
  background: #f2f7ff;
  padding: 10px 40px;
}
.top-mdl-sec .tp-social {
  text-align: right;
}
.top-mdl-sec .tp-social ul li {
  display: inline-block;
}
.top-mdl-sec .tp-social ul li a {
  font-size: 13px;
  color: #00278d;
  letter-spacing: 0.5px;
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid #00278d;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
}
.top-mdl-sec .tp-social ul li a:hover {
  color: #fff;
  background-color: #00278d;
  border: 1px solid #00278d;
}
.top-mdl-sec .tp-adr p {
  margin-bottom: 0;
  font-size: 16px;
  color: #000;
  padding-top: 4px;
  font-weight: 600;
  letter-spacing: 0.8px;
}

.top-mdl-sec .tp-social ul li.tp-acptxm-btm a {
  width: auto;
  display: inline-block;
  height: auto;
  padding: 1px 20px;
  border: none;
  font-weight: 600;
  padding-right: 34px;
}

.right-fixicon {
  position: fixed;
  right: 20px;
  top: 200px;
  z-index: 9999;
}
.right-fixicon .icontxt {
  width: 40px;
  height: 40px;
  display: block;
  background: #0097ff;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 10px;
  color: #fff;
}

.gr-ve {
  padding-left: 17px;
  margin-bottom: 30px;
  padding-right: 17px;
}

.scdl-btm {
  position: fixed;
  right: 90px;
  bottom: 0;
  z-index: 99;
  background: #0097ff;
  padding: 10px 30px;
  color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 16px;
}
.scdl-btm:hover {
  background: #0097ff;
  color: #fff;
}

.home-bnnr {
  position: relative;
}
.home-bnnr .videotxt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  z-index: 9;
}
.home-bnnr .videotxt .slider-txt {
  z-index: 9;
}
.home-bnnr .videotxt .slider-txt .slider-txtimg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.home-bnnr .videotxt .slider-txt h1 {
  font-size: 50px;
  line-height: 75px;
  color: #fff;
  padding-right: 50px;
  position: relative;
}
.home-bnnr .videotxt .slider-txt .hdrline {
  position: relative;
  top: -18px;
  left: 5px;
}
.home-bnnr .videotxt .slider-txt .sub-heading {
  letter-spacing: 2px;
  font-size: 17px;
  margin-bottom: 15px;
  color: #fff;
  text-transform: uppercase;
}
.home-bnnr .videotxt .slider-txt p {
  font-size: 17px;
  color: #747272;
}
.home-bnnr .videotxt .slider-txt .advn-bnr {
  position: relative;
  padding-left: 100px;
  margin-bottom: 50px;
}
.home-bnnr .videotxt .slider-txt .advn-bnr .icon {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  position: absolute;
  left: 0;
  top: 15px;
}
.home-bnnr .videotxt .slider-txt .advn-bnr .icon img {
  width: 40px;
}
.home-bnnr .videotxt .slider-txt .advn-bnr .txtbnr {
  font-size: 18px;
  color: #fff;
  padding-top: 30px;
}

.video-final {
  position: relative;
  width: 100%;
  padding-top: 40%;
  /* 16:9 Aspect Ratio */
  overflow: hidden;
}
.video-final::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2392156863);
  z-index: 1;
}

.video-final video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* or 'contain' if you don't want crop */
}

.rltv {
  position: relative;
}

.dent-icon-a {
  position: absolute;
  left: 0;
  top: 30px;
}
.dent-icon-a img {
  width: 120px;
  opacity: 0.2;
}

.dent-icon-a.btm {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}

.dent-icon-a.rght {
  left: auto;
  right: 0;
  top: 30px;
}

.dent-icon-a.rght.opcty {
  right: 40px;
}
.dent-icon-a.rght.opcty img {
  opacity: 100;
  width: 40px;
}

.dr-box {
  background: #fff;
  border-radius: 20px;
}
.dr-box img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.dr-box .drtxt-box {
  padding: 10px 20px;
}
.dr-box .drtxt-box .dr-nm {
  color: #00278d;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
.dr-box .drtxt-box .dr-des {
  font-size: 18px;
  color: #c5c5c5;
  margin-bottom: 18px;
}

.mp-sec .mptxt-box {
  margin-top: 75px;
  padding-right: 49px;
}
.mp-sec .mptxt-box p {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 32px;
}

.h-mp-l iframe {
  border-radius: 15px;
}

.h-mp-l {
  width: 100%;
  height: 650px;
  border-radius: 25px;
}

.inst-sec {
  padding: 50px 0;
  margin: 40px;
}
.inst-sec .insta-img img {
  border-radius: 20px;
}

.margin-40 {
  margin: 40px;
}

.inr-bnr {
  padding: 90px 0;
  margin: 0 40px;
}

.brdr-rdss {
  border-radius: 20px;
}

.inrbody {
  padding: 45px 0;
  position: relative;
  z-index: 1;
  background: #f2f7ff;
}
.inrbody:after {
  content: "";
  background-image: url(images/hero-bg.svg);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: -1;
  opacity: 0.2;
}
.inrbody p {
  font-size: 18px;
  line-height: 30px;
  color: #898989;
}

.count-sec {
  background: rgba(255, 255, 255, 0.4784313725);
  padding: 40px;
  border-radius: 20px;
  margin-top: 20px;
}
.count-sec .count-box {
  text-align: center;
}
.count-sec .c-title {
  font-size: 53px;
  font-weight: 600;
  color: #00278d;
}
.count-sec .c-sub-title {
  font-size: 17px;
}

.inr-cont-box {
  background: #fff;
  padding: 15px;
  height: 350px;
  margin-bottom: 40px;
  border-radius: 15px;
}
.inr-cont-box i {
  color: #efefef;
  font-size: 40px;
  margin-bottom: 10px;
  display: inline-block;
}
.inr-cont-box p {
  margin-bottom: 10px;
}
.inr-cont-box h4 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #303030;
}

.cta-btm.second i {
  padding-left: 0;
  padding-right: 10px;
}

.inr-contact-form {
  margin-top: 0;
  margin-bottom: 50px;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
}
.inr-contact-form h3 {
  margin-bottom: 30px;
  font-family: "Outfit", sans-serif;
}
.inr-contact-form .form-group {
  margin-bottom: 15px;
}
.inr-contact-form .contact-fld {
  width: 100%;
  height: 60px;
  background: #f2f7ff;
  color: #000;
  padding: 10px 25px;
  outline: none;
  border: none;
  border-radius: 10px;
  font-weight: 500;
}
.inr-contact-form .txt-height {
  height: 130px !important;
}
.inr-contact-form .submit-btm {
  background: #0097ff;
  outline: none;
  border: none;
  color: #fff;
  border-radius: 30px;
  padding: 10px 36px;
  transition: all linear 0.5s;
  font-weight: 600;
  border: none;
  letter-spacing: 0.5px;
  font-size: 18px;
}
.inr-contact-form .submit-btm:hover {
  background: #0097ff;
  color: #fff;
}

.h-mp-l-one {
  height: 500px;
}
.h-mp-l-one iframe {
  border-radius: 20px;
}

.servicees-box3 {
  background: rgba(255, 255, 255, 0.6039215686);
  text-align: center;
  padding: 60px;
  margin-bottom: 30px;
  border-radius: 20px;
}
.servicees-box3 img {
  border-radius: 50%;
  height: 160px;
  width: 160px;
}
.servicees-box3 figure {
  margin: 0 0 0;
}

.single-list {
  background: rgba(255, 255, 255, 0.6039215686);
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 20px;
}
.single-list p {
  margin-bottom: 5px;
  letter-spacing: 1px;
  color: #000;
}
.single-list ul li {
  font-size: 17px;
  line-height: 30px;
  list-style: circle;
  font-weight: 600;
  margin-left: 25px;
  color: #000;
}
.single-list ul li a {
  font-size: 17px;
  line-height: 30px;
  list-style: circle;
  margin-left: 25px;
  color: #000;
}

.single-list.two-line-list ul {
  -moz-column-count: 3;
       column-count: 3;
}

.left-sec-service {
  padding-left: 30px;
  position: sticky;
  top: 170px;
}

.service-list-box {
  background: #fafcff;
  padding: 19px;
  border-radius: 20px;
}
.service-list-box ul li {
  position: relative;
  padding-right: 10px;
}
.service-list-box ul li::after {
  content: "\f4fe";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 8px;
  top: 18px;
  font-size: 16px;
  color: #000;
  z-index: 9;
}
.service-list-box ul li a {
  font-size: 16px;
  letter-spacing: 0.8px;
  font-weight: 500;
  color: #000;
  background: #fff;
  padding: 17px;
  display: block;
  border-radius: 12px;
  margin-bottom: 11px;
}

.emgcy {
  background: #00278d;
  color: #fff;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  padding-left: 80px;
}
.emgcy p {
  color: #fff;
}
.emgcy .icon-t i {
  position: absolute;
  left: 9px;
  top: 13px;
  font-size: 55px;
  rotate: 10deg;
}
.emgcy a {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.single-list.mbmrbox {
  background: linear-gradient(180deg, #161a2e 0%, #306cfd 174.98%);
}
.single-list.mbmrbox ul li {
  color: #fff;
}
.single-list.mbmrbox p {
  color: #fff;
}

.tbl-main-sec {
  background: #fff;
  padding: 16px;
  margin-bottom: 30px;
  border-radius: 20px;
}
.tbl-main-sec .tbl-img {
  position: sticky;
  top: 180px;
}
.tbl-main-sec .tbl-highlight-box {
  background: #0097ff;
  padding: 18px;
  border-radius: 12px;
  font-size: 32px;
  color: #fff;
  text-align: center;
}

.exclv-box {
  background: #d3ecff;
  padding: 50px;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 20px;
}
.exclv-box .title {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
}
.exclv-box .discounttxt {
  font-size: 58px;
  font-weight: 600;
}
.exclv-box .discounttxt span {
  font-size: 18px;
  position: relative;
  top: -16px;
}

.exclv-box.box2 {
  background: #fbfbfb;
  color: #3197e3;
}

.exclv-box.box3 {
  background: #57a7e3;
  color: #fff;
}

ul.list-1 {
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 20px;
}
ul.list-1 li {
  list-style: circle;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}/*# sourceMappingURL=cssstyle.css.map */