@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: gray;
  border-radius: 0px;
}
::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #00c6ff;
}

body {
  background: #fff;
  font-size: 16px;
  color: #ffffff;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span,
strong {
  font-family: "Montserrat", sans-serif;
  color: #f3f3f3;
}

/* headings */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
  margin: 0;
  padding: 0;
}
p {
  line-height: normal;
  padding: 0;
  margin: 0px;
}
a {
  text-decoration: none;
  color: #fff;
}
a:hover {
  text-decoration: none;
  color: unset;
}
a:focus {
  outline: none;
  text-decoration: none;
}
figure {
  margin-bottom: 0;
}
img {
  border: 0px;
  outline: none;
  max-width: 100%;
}
ul {
  padding: 0px;
  margin: 0px;
}
ul,
li {
  list-style-type: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.sec-pad {
  padding: 80px 0;
}
.left-pad {
  padding-left: 15%;
}
/* Btn Sizes and styles */
ul.btn-wrap {
  gap: 20px;
}
ul.btn-wrap li {
}
ul.btn-wrap li:last-child {
}

.btn-size {
  padding: 5px 25px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0 25px;
  display: block;
  border: 2px solid;
  transition: 0.4s linear;
}
.btn-size:hover {
  color: #fff;
  border-radius: 25px 0;
  transform: translateY(-10px);
}

.btn-border {
  background-color: transparent;
  border-color: #8fc4f8;
  color: #fff;
  box-shadow: 1px 0px 19px 0px #8fc4f8;
}

.btn-border-white {
  background-color: transparent;
  border-color: #8fc4f8;
  color: #8fc4f8;
  box-shadow: 1px 0px 19px 0px #8fc4f8;
}
.btn-border-white:hover {
  color: #8fc4f8;
}

.btn-blue {
  background-color: #6b4ae1;
  color: #ffffff;
  border-color: #ffffff;
}
.btn-blue:hover {
  color: #000000;
}
.main-heading {
  line-height: 60px;
  font-weight: 700;
  font-size: 50px;
  text-shadow: 0px 2px 3px #00c7ffa8;
  color: #000;
}
.main-pera {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  color: #000;
}

.small-heading {
  color: #00c6ff;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.5;
}
.line-shape {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.line-shape:before {
  content: "";
  width: 20%;
  height: 6px;
  position: absolute;
  background-repeat: no-repeat;
  right: 10px;
  bottom: -2px;
  background: #8fc4f8;
  margin: auto;
  z-index: 1;
}
.line-shape:after {
  content: "";
  width: 80%;
  height: 2px;
  position: absolute;
  background-repeat: no-repeat;
  left: 10px;
  bottom: 0;
  background: #d1d1d1;
  margin: auto;
}

.my-tabs {
  display: none;
}
.my-tabs.current {
  display: block;
}

.c-gray {
  color: #444444;
}
.c-white {
  color: #fff;
}

/*header*/
header#header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 11;
}
#topbar {
  background: transparent;
  height: 100px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
  width: 100%;
}
.custom-nav {
  background-size: 100% 120%;
  z-index: 1;
  background: #181845;
  /*border-bottom-left-radius: 30px;*/
  /*border-top-right-radius: 30px;*/
  padding: 10px 20px;
  height: 100%;
  align-items: center;
}
#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}
#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}
#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}
#topbar .social-links a:hover {
  color: white;
}
header#header .wld-logo {
  margin-left: -10%;
}
header#header .wld-logo img {
  width: 80%;
  max-width:250px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/** * Desktop Navigation */
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  gap: 30px;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 0;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  color: #f3f3f3;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  text-transform: uppercase;
}
.review-box span p {
  display: block;
  margin-top: 35px;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
  visibility: visible;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #00b9ff !important;
}
.navbar a:hover::before,
.navbar > ul > li.active a:before {
  content: "";
  position: absolute;
  color: #00b9ff !important;
  background: #00b9ff !important;
  font-weight: bold;
  width: 2px;
  height: 20px;
  top: -19px;
  left: 0;
  transition: all 0.3s ease-in-out 0s;
  right: 0;
  margin: auto;
  display: none;
}
.navbar a:hover::after,
.navbar > ul > li.active a:after {
  content: "";
  position: absolute;
  color: #00b9ff !important;
  background: #00b9ff !important;
  font-weight: bold;
  width: 2px;
  height: 20px;
  bottom: -19px;
  left: 0;
  transition: all 0.3s ease-in-out 0s;
  right: 0;
  margin: auto;
  display: none;
}
.wld-logo {
  margin-left: -10%;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #106eea;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
.navbar > ul > li.active {
}
.navbar > ul > li.active a {
  color: #00b9ff !important;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/** * Mobile Navigation */
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}
@media (max-width: 991px) {
    .custom-nav .row {
        justify-content: space-around;
        width: 100%;
    }
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #106eea;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #106eea;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

.home-banner {
  background-position: top left;
  background-size: cover;
  position: relative;
  padding: 250px 0;
  overflow: hidden;
}
.home-banner:before {
  content: "";
  position: absolute;
  background-color: #14121280;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.home-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/wld/sidelogo.png) top left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  will-change: transform;
  animation: 8s move1 ease-in-out infinite;
  top: 0;
  left: 0;
}
.home-banner h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.home-banner h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  padding: 15px 0;
}
.home-banner .img-wrap {
  position: static;
}
.home-banner .img-wrap img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}

.home-banner.logo-banner:after {
  background: url(../images/wld/ld/h1.png) top left;
  animation: none;
}
.home-banner.mobile-banner:after {
  background: url(../images/wld/ma/h1.png) top left;
  animation: none;
}
.home-banner.web-banner:after {
  background-image: url(../images/wld/wd/h1.png);
  animation: none;
  background-repeat: no-repeat;
  bottom: 0;
  top: unset;
  background-position: inherit;
}
.home-banner.portfolio-banner:after {
  background: url(../images/about/portfolio-banner.png) top left;
  animation: none;
  background-repeat: no-repeat;
  bottom: 0;
  top: unset;
  background-position: inherit;
  background-size: cover;
}
.home-banner.contact-banner:after {
  background: url(../images/about/cl.png) top right;
  animation: none;
  background-repeat: no-repeat;
}

.home-banner.inner-banner:before,
.home-banner.inner-banner:after {
  display: none;
}

.portfolio-sec {
}
.portfolio-sec ul.port-tabs {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.portfolio-sec ul.port-tabs li {
  font-size: 16px;
  padding: 15px;
  border: 2px solid #747070;
  font-weight: 500;
  cursor: pointer;
  color: #747070;
}
.portfolio-sec ul.port-tabs li.current,
.portfolio-sec ul.port-tabs li:hover {
  background: #6b4ae1;
  color: #fff;
  border-color: #6b4ae1;
}
.portfolio-sec ul.port-wrap {
  margin-top: 60px;
}
.portfolio-sec ul.port-wrap li {
}
.portfolio-sec ul.port-wrap li img {
  border: 5px solid gold;
  border-radius: 15px;
  transition: all 0.3s linear;
  height: 370px;
  cursor: pointer;
  width: 95%;
  object-fit: cover;
}
.portfolio-sec ul.port-wrap li img:hover {
  opacity: 0.8;
  border-color: #000;
}

.home-about {
}
.home-about .right-img-box {
  background: url(../images/wld/about/bg.png);
  background-size: cover;
  padding: 7%;
  border-bottom-left-radius: 99px;
}
.home-about p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
.home-about .bullets {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0 40px 0;
}
.home-about .bullets li {
  flex: 48%;
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  color: #000;
  line-height: 18px;
  font-weight: 500;
}
.home-about .bullets li:before {
  content: "\f058";
  position: absolute;
  font-family: "Font Awesome 5";
  left: 0;
  color: #8fc4f8;
  font-weight: 600;
}

.service-box {
  background-image: url(../images/wld/service/bg.png);
  background-size: cover;
  color: #fff;
}
.service-box .main-heading {
  color: #fff;
  width: 70%;
  margin: auto;
}
.service-box .s-box {
  display: block;
  border: 2px solid #554b61;
  padding: 20px;
  margin: 10% 0;
  cursor: pointer;
  transition: all 0.5s ease-in;
  background-image: linear-gradient(#2646532b, #000),
    url(../images/wld/service/laptop.png);
  background-color: transparent;
  background-size: 0;
  background-position: inherit;
  background-repeat: no-repeat;
}
.service-box .s-box:hover {
  transform: translateY(-6px);
  background-size: cover;
}
.service-box .s-box span.numb {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.service-box .s-box img {
  margin: 10px 0;
  display: block;
}
.service-box .s-box h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}
.service-box .s-box h3 span {
  color: #00b2e5;
}
.service-box .s-box p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin: 15px 0;
}
.service-box .s-box a {
  display: block;
  color: #04b2e5;
  font-size: 16px;
  font-weight: 400;
}
.service-box .s-box a:hover {
}
.service-box .s-box:hover a {
  color: #fff;
}
.service-box .s-box a i {
  font-size: 16px;
  display: inline-block;
  position: relative;
  top: 1px;
  left: 2px;
}

.packsge-sec {
}
.packsge-sec p.main-pera {
  padding-top: 15px;
}
.packsge-sec ul.pkg-tabs {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.packsge-sec ul.pkg-tabs li {
  font-size: 16px;
  padding: 15px;
  border: 2px solid #747070;
  font-weight: 500;
  cursor: pointer;
  color: #747070;
}
.packsge-sec ul.pkg-tabs li.current,
.portfolio-sec ul.pkg-tabs li:hover {
  background: #6b4ae1;
  color: #fff;
  border-color: #6b4ae1;
}
.packsge-sec .pkg-box {
  box-shadow: -2px 5px 20px 0px #8d8787;
  background: #fffdfd;
  border-radius: 35px;
  position: relative;
  overflow: hidden;
  padding-bottom: 5%;
  cursor: pointer;
  border: 3px solid #8fc4f8;
  transition: all 0.5s ease;
  padding: 30px;
  width: 100%;
  margin: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.slick-slide .pkg-box { 
    width: 90%;
    
}
.packsge-sec .pkg-box .pkg-head {
  text-align: center;
}
.packsge-sec .pkg-box .pkg-head h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  color: #202020;
}
.packsge-sec .pkg-box .pkg-head h4 {
  font-size: 50px;
  color: #6b4ae1;
  font-weight: 700;
  margin-bottom: 20px;
}
.packsge-sec .pkg-box .pkg-head h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #202020;

}
.packsge-sec .pkg-box .pkg-list {
  height: 15em;
  overflow-y: auto;
  margin: 20px 0;
}
.packsge-sec .pkg-box .pkg-list li {
  position: relative;
  padding-bottom: 10px;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  padding-left: 30px;
  line-height: 24px;
  color: #202020;

}
.packsge-sec .pkg-box .pkg-list li:before {
  content: "\f058";
  position: absolute;
  font-family: "Font Awesome 5";
  left: 0;
  color: #6b4ae1;
  font-weight: 700;
}
.packsge-sec .pkg-box .pkg-btn-box {
  text-align: center;
  margin-bottom: 25px;
}
.packsge-sec .pkg-box .pkg-btn-box a {
  padding: 8px 25px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0 25px;
  display: inline-block;
  border: 2px solid;
  transition: 0.4s linear;
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff;
}
.packsge-sec .pkg-box .pkg-btn-box a:hover {
  border-radius: 25px 0;
  transform: translateY(-10px);
  color: #000000;

}

.packsge-sec .pkg-box .pkg-cta p {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #202020;

}
.packsge-sec .pkg-box .pkg-cta p a {
  color: #6b4ae1;
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.packsge-sec .pkg-box:hover {
  /* background: #181845 !important; */
  background: #6b4ae1 !important;
  border: 3px solid #fff;
  transform: translateY(-10px);
}
.packsge-sec .pkg-box a:hover  {
  color: #000000 !important;
}
.packsge-sec .pkg-box:hover h4 {
  color: #ffffff;
}

.packsge-sec .pkg-box:hover .pkg-list li:before {
  color: #fff;
}
.packsge-sec .pkg-box:hover .pkg-btn-box a {
  border-color: #fff;
}
.packsge-sec .pkg-box:hover .pkg-cta a {
  color: #fff;
}

.blue-cta {
  position: relative;
  background: #6b4ae1;
  padding: 75px 0;
  margin: 80px 0;
}
.blue-cta:before {
  content: "";
  position: absolute;
  background-image: linear-gradient(#6b4ae1, #0097c2);
  width: 600px;
  height: 600px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 260px;
  z-index: -1;
  animation: cube 5s linear infinite;
}
.blue-cta:after {
  content: "";
  position: absolute;
  background-image: url(../images/wld/cta/icos.png);
  width: 180px;
  height: 350px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.blue-cta .container {
  position: static;
}
.blue-cta .container:before {
  content: "";
  position: absolute;
  background-image: url(../images/wld/cta/icos-2.png);
  width: 217px;
  height: 199px;
  left: -60px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  transform: rotate(420deg);
}
.blue-cta .row {
  position: relative;
  z-index: 1;
}
.blue-cta .img-wrap {
}
.blue-cta .img-wrap img {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
}
.blue-cta .small-heading {
}
.blue-cta .main-heading {
  color: #fff;
}
.blue-cta p {
  font-size: 22px;
  color: #fff;
  padding: 15px 0;
  line-height: 30px;
}
.blue-cta ul.btn-wrap {
}

.testimonials-sec {
}
.testimonials-sec .main-heading {
  margin: auto;
  margin-bottom: 30px;
  width: 70%;
}
.testimonials-sec #customers-testimonials .item {
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
  opacity: 0.5;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.testimonials-sec #customers-testimonials .shadow-effect {
  background: #fff;
  padding: 20px 10px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ececec;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}
.testimonials-sec #customers-testimonials img {
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
  border-radius: 50%;
}
.testimonials-sec #customers-testimonials .shadow-effect p {
  height: 120px;
  overflow: hidden;
  font-size: 18px;
  line-height: 28px;
  margin: 15px 0;
  font-weight: 500;
  color: #242424;
}
.testimonials-sec #customers-testimonials .testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #6b4ae1;
  padding: 10px 35px;
  border-radius: 0 25px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}
.testimonials-sec
  #customers-testimonials
  .item.slick-current.slick-active.slick-center {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.testimonials-sec
  #customers-testimonials
  .item.slick-current.slick-active.slick-center
  .shadow-effect
  p {
  height: auto;
}
.testimonials-sec .slick-dots {
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  gap: 5px;
}
.testimonials-sec .slick-dots li {
  margin: 0;
}
.testimonials-sec .slick-dots li button {
  background: #8fc4f8;
  display: inline-block;
  height: 20px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transition: all 250ms ease-out 0s;
  width: 20px;
  border-radius: 2px;
}
.testimonials-sec .slick-dots li.slick-active button {
  background: #8fc4f8;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

.footer-form {
  background: #6b4ae1;
  position: relative;
}
.footer-form .img-wrap {
  position: absolute;
  left: 200px;
  bottom: 0;
}
.footer-form .img-wrap img {
}
.footer-form .form-wrap {
}
.footer-form h2 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}
.footer-form .form-wrap form {
  margin-top: 30px;
}
.footer-form .form-wrap form .feild-option {
  margin-top: 20px;
}
.footer-form .form-wrap form .feild-option input,
.footer-form .form-wrap form .feild-option textarea {
  outline: none;
  width: 100%;
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 0;
}
.footer-form .form-wrap form .feild-option input:focus,
.footer-form .form-wrap form .feild-option input:hover,
.footer-form .form-wrap form .feild-option input:active {
  border-color: #00c6ff;
}
.footer-form .form-wrap form .btn-form {
  margin-top: 20px;
}
.footer-form .form-wrap form .btn-form input {
  display: table;
  width: auto;
  background: #8fc4f8;
  padding: 10px 55px;
  border-radius: 0 25px;
  text-align: center;
  color: #fff;
  border: 0;
  font-size: 18px;
  font-weight: 600;
  transition: 0.5s linear;
  outline: none;
}
.footer-form .form-wrap form .btn-form input:hover {
  border-radius: 25px 0;
}
.footer-form .form-wrap form .feild-option textarea {
  height: 150px;
  resize: none;
}
.footer-form ::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.8;
}
.footer-form :-ms-input-placeholder {
  color: #fff;
  opacity: 0.8;
}
.footer-form ::placeholder {
  color: #fff;
  opacity: 0.8;
}

footer {
  padding: 40px 0;
  background: #181845;
}
footer .footer-logo {
  width: 70%;
}
footer .footer-logo p {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  padding: 20px 0;
  color: #eeeeee;
}
footer h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  color: #fff;
}
footer h5:before {
  content: "";
  width: 20%;
  height: 6px;
  position: absolute;
  background-repeat: no-repeat;
  right: 0;
  bottom: -2px;
  background: #8fc4f8;
  margin: auto;
  z-index: 1;
}
footer h5:after {
  content: "";
  width: 80%;
  height: 2px;
  position: absolute;
  background-repeat: no-repeat;
  left: 10px;
  bottom: 0;
  background: #d1d1d1;
  margin: auto;
}
footer ul.social-icons {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
}
footer ul.social-icons li {
}
footer ul.social-icons li a {
}
footer ul.social-icons li a i {
  color: #00b8ff;
}
footer ul.social-icons li a:hover i {
  color: #000;
}
footer ul.footer-menu {
}
footer ul.footer-menu li {
  margin-bottom: 5px;
}
footer ul.footer-menu li a {
  font-weight: 600;
  font-size: 15px;
  line-height: 27px;
  color: #dfdfdf !important;
  transition: 0.4s linear;
}
footer ul.footer-menu li a:hover {
  color: #00b8ff;
  margin-left: 10px;
}
footer ul.contact-info {
}
footer ul.contact-info li {
  padding-bottom: 15px;
  display: flex;
  align-items: baseline;
}
footer ul.contact-info li:last-child {
  padding-bottom: 0;
}
footer ul.contact-info li i {
  margin-right: 10px;
  color: #00b8ff;
}
footer ul.contact-info li p {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffe9e9;
}
footer ul.contact-info li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffe9e9;
}
footer ul.contact-info li a:hover {
  color: #00a8d2;
}
.footer-bottom {
  background: #6b4ae1;
  padding: 20px 0;
}
.footer-bottom .copy-rights {
}
.footer-bottom .copy-rights p {
  font-weight: 500;
  font-size: 15px;
  line-height: 27px;
  color: #fff;
}
.footer-bottom .copy-rights p span {
  color: #fff;
}
.footer-bottom .copy-rights ul.terms {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}
.footer-bottom .copy-rights ul.terms li {
}
.footer-bottom .copy-rights ul.terms li a {
  font-weight: 500;
  font-size: 15px;
  line-height: 27px;
  color: #fff;
}
.footer-bottom .copy-rights ul.terms li a:hover {
  color: #00a8d2;
}

.whatsapp {
  animation: scrollDownAnimation 0.5s infinite alternate;
  -webkit-animation: scrollDownAnimation 0.5s infinite alternate;
  background: #00a155;
  background: -moz-linear-gradient(left, #ea018e 0, #9b2c92 100%);
  border-radius: 100%;
  bottom: 100px;
  box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, 0.71);
  display: block;
  font-size: 34px;
  height: 51px;
  left: 20px;
  padding: 1px 0;
  position: fixed;
  width: 50px;
  z-index: 9999;
}
.whatsapp .fa-whatsapp {
  left: 10px;
  position: absolute;
  top: 8px;
  color: #fff;
}

.about-box .figure {
  background: #1d1d1d;
  overflow: hidden;
  position: relative;
  width: 90%;
  margin: auto;
}
.about-box .figure * {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.about-box .figure {
}
.about-box .figure img {
  width: 100%;
  margin: auto;
}
.about-box .figure figcaption {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  margin: auto;
  text-align: center;
}
.about-box .figure h3 {
  font-size: 45px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 1px;
  margin: 3px 0;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 3px 3px 3px #00c7ffa8;
}
.about-box .figure a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.about-box .figure:hover img,
.about-box .figure.hover img {
  -webkit-transform: scale(1.3) rotate(-3deg);
  transform: scale(1.3) rotate(-3deg);
}

.counter-sec {
  position: relative;
  padding: 100px 0;
}
.counter-sec:before {
  content: "";
  position: absolute;
  background-image: url(../images/about/yellow-bg.png);
  background-size: 100% 100%;
  background-color: #fff;
  height: 100%;
  padding: 2%;
  padding-left: 10%;
  padding-right: 10%;
  border-bottom-left-radius: 170px;
  right: 0;
  width: 70%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.counter-sec h3 {
  color: #fff;
  font-size: 45px;
  position: relative;
  font-weight: 700;
  line-height: 50px;
}
.counter-sec p {
  color: #fff;
  font-size: 25px;
  position: relative;
  font-weight: 400;
  line-height: 35px;
  padding: 15px 0;
}
.counter-sec ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  margin-top: 20px;
  margin-left: 20px;
}
.counter-sec ul li {
  position: relative;
}
.counter-sec ul li:before {
  height: 100%;
}
.counter-sec ul li:last-child:before {
  display: none;
}
.counter-sec ul li span {
  font-size: 50px;
  color: #fff;
  line-height: 55px;
  font-weight: 500;
}
.counter-sec ul li p.counter-plus {
  font-size: 50px;
  color: #fff;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.counter-sec ul li p {
  font-size: 14px;
  color: #fff;
  text-align: left;
  line-height: 20px;
  padding: 0;
}
.counter-sec .img-wrap {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.counter-sec .img-wrap img {
  width: 80%;
}

.sec2-img-full {
  position: relative;
  overflow: hidden;
}
.sec2-img-full .img-wrap {
}
.sec2-img-full .img-wrap img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 35%;
}

.pkg-sliders .slick-dots {
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  gap: 5px;
}
.pkg-sliders .slick-dots li {
  margin: 0;
}
.pkg-sliders .slick-dots li button {
  background: #8fc4f8;
  display: inline-block;
  height: 20px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transition: all 250ms ease-out 0s;
  width: 20px;
  border-radius: 2px;
}
.pkg-sliders .slick-dots li.slick-active button {
  background: #8fc4f8;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

.contact-wrap {
}
.contact-wrap ul.contact-info {
  margin-top: 100px;
}
.contact-wrap ul.contact-info li {
  padding-bottom: 30px;
  display: flex;
  align-items: baseline;
}
.contact-wrap ul.contact-info li:last-child {
  padding-bottom: 0;
}
.contact-wrap ul.contact-info li i {
  margin-right: 20px;
  color: #00b8ff;
}
.contact-wrap ul.contact-info li p {
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
}
.contact-wrap ul.contact-info li a {
  display: inline-block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
}
.contact-wrap ul.contact-info li a:hover {
  color: #00a8d2;
}

.google-map {
}
.google-map iframe {
  height: 500px;
  width: 100%;
}

.thankyou-sec {
  padding: 200px 0;
  text-align: center;
  background: #6b4ae1;
}
.thankyou-sec h1 {
  font-size: 55px;
  color: #fff;
  font-weight: 700;
}
.thankyou-sec p {
  font-size: 20px;
  color: #fff;
  width: 70%;
  margin: auto;
  line-height: 24px;
}

.term-banner {
  background: #6b4ae1;
  padding: 200px 0 100px;
}
.term-banner h1 {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  text-transform: capitalize;
}
.term-sec {
  padding: 60px 0;
  border-bottom: 1px solid #d1d1d1;
}
.term-sec h4 {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  line-height: 40px;
  padding-bottom: 15px;
}
.term-sec p {
  font-size: 20px;
  color: #000;
  line-height: 30px;
  font-weight: 400;
  padding-bottom: 15px;
}
.term-sec ul {
  padding-bottom: 15px;
}
.term-sec ul li {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
  list-style: disc;
  margin-left: 20px;
}

#topbar .container {
  align-items: center;
}
.custom-nav.open {
}
.custom-nav {
}
.humburger_menu {
}
.humburger_menu i {
  color: #ffffff;
  font-size: 25px;
}
.custom-nav .humburger_menu .cross {
  display: none;
}
.custom-nav.open .humburger_menu .cross {
  display: block;
}
.custom-nav.open .humburger_menu .menu-bar {
  display: none;
}
.mobile-nav-n {
}
.custom-nav.open .mobile-nav-n {
  transform: translateX(0px);
}
.custom-nav.open .mobile-nav-n ul {
  padding-top: 20px;
}
.custom-nav.open .mobile-nav-n ul li {
}
.custom-nav.open .mobile-nav-n ul li a {
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 35px;
}
.custom-nav .mobile-nav-n {
  transform: translateX(-500px);
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  background: #000;
  height: 100vh;
  transition: 0.9s linear;
}

/*preloader*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  overflow: hidden;
  background: #181845;
}
#preloader a {
  text-align: center;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 40%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #000;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.logolo {
  display: block;
  position: relative;
  left: 50%;
  top: 55%;
  width: 100%;
  height: auto;
  max-width: 400px;
  margin: -75px 0 0 -170px;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #0f306e;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.banner-logo .row {
  display: flex;
  align-items: center;
}

.banner-logo {
  padding: 45px 0;
}

.logo-side-img img {
  width: 98%;
  margin: 0 auto;
  display: table;
}
.logo-side-img img:hover {
  transform: scale(1.3);
  transition: all 0.8s ease-in-out;
}
.logo-side-img ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.logo-side-txt {
  position: relative;
}

.logo-side-txt:before {
  content: "";
  background: #ece6eb;
  position: absolute;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 100px;
}
.logo-side-txt h2 {
  font-size: 34px;
  font-weight: 700;
  color: #464646;
}
.logo-side-txt span {
  font-size: 20px;
  display: block;
  font-weight: 500;
  color: #464646;
}
.price-combo-pck {
  padding: 50px 0;
}
.price-cmb-bx {
  border-radius: 10px;
  background: #f2f2f2;
  padding-top: 40px;
}

.cmb-txt-hd {
  background: #6b4ae1;
  color: #fff;
  padding: 16px 20px;
  border-radius: 10px 10px 0 0;
  position: relative;
  border-radius: 0;
}
.cmb-txt-para {
  background: #122540;
  color: #fff;
  padding: 15px 20px;
}
.cmb-list-st {
  display: flex;
  padding-bottom: 25px;
  background: #f2f2f2;
}
.cmb-list-st ul li {
  color: #434242;
  line-height: 25px;
}
.cmb-list-st ul h4 {
  color: #080707;
  font-size: 18px;
  padding: 10px 0;
}
.cmb-list-st ul h5 {
  color: #fff;
  padding: 20px 0;
  font-size: 14px;
}
ul.cmb-ul-st-1,
ul.cmb-ul-st-2 {
  width: 37%;
  padding-top: 15px;
}
.cmb-list-st ul h5 span {
  background: #e01216;
  padding: 6px 9px;
  font-size: 20px;
}
.cmb-list-st ul {
  list-style: none;
  padding-left: 25px;
  margin: 0;
}
.cmb-list-st ul li {
  padding-left: 15px;
}
.cmb-list-st ul h4 i {
  margin-right: 5px;
  color: #6b4ae1;
}
.cmb-list-st ul li i {
  color: #8fc4f8;
  margin-right: 5px;
}
ul.cmb-ul-st-3 {
  text-align: right;
}
ul.cmb-ul-st-3 img {
  width: 100%;
  margin: 0 auto;
  display: table;
  text-align: center;
  position: relative;
  top: -118px;
}
.price-cmb-st {
  padding-right: 35px;
  margin-top: -30px;
}
.price-cmb-st h3 {
  color: #000;
  font-size: 25px;
  font-weight: 700;
}
.price-cmb-st p {
  font-size: 14px;
  color: #000;
}
.price-cmb-st h2 {
  font-size: 50px;
  font-weight: 700;
  color: #8fc4f8;
  padding-top: 7px;
}
ul.cmb-ul-st-3 .price-cmb-st h5 {
  font-size: 14px;
  text-transform: uppercase;
  color: #fefe17;
  padding: 0;
  margin-bottom: 30px;
}
.cmb-ul-st-3 a {
  margin: 0;
}
.ordr-btn {
 
  text-transform: capitalize;
}

.cmb-txt-hd:before {
  content: "";
  background: #f2f2f2;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 155px;
}

.price-combo-pck {
  padding: 50px 0;
  /* background: url(../../images/price-combo-bg2.html); */
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.price-combo-pck .btn-blue {
  font-size: 18px;
  margin-top: 15px;
}
.balti_popup  .btn-size{
  max-width: 200px;
  margin: auto;
}
.thank-you {
  /* From https://css.glass */
background: #181845;
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5.5px);
-webkit-backdrop-filter: blur(5.5px);
/* border: 1px solid rgba(255, 255, 255, 0.3); */
padding: 20px 30px;
}
.thank-you h1 {
  color: #ffffff;
}
.thank-you h4 {
  color: #c9c9c9;
}
.error-container {
  position: absolute;
  top: 0;
  left: 0;
  /* transform: translate(-50%, -50%); */
  z-index: 1111111;
  width: calc(100vw - 10px);
  height: 100vh;
  background-color: #00000065;
  display: flex;
  align-items: center;

}
.error-container .thank-you {
  box-shadow: 5px 2px 30px rgb(255 255 255 / 25%);
}

.price-cmb-st .btn-blue {
  background-color: #6b4ae1;
  color:#fff;
}

.packsge-sec .pkg-box .pkg-btn-box .pkg-btn{
  background: #6b4ae1;
  color: #fff;
}

.pkg-box:hover .pkg-btn-box .pkg-btn{
  background: #ffffff;
  color: #6b4ae1;.counter-sec ul

}

.pkg-box:hover .pkg-head h2 {
  color: #e2e2e2;
}
.pkg-box:hover .pkg-head h6 {
  color: #e2e2e2;

}
.pkg-box:hover .pkg-list li {
  color: #e2e2e2;

}
.pkg-box:hover  .pkg-cta p {
  color: #e2e2e2;

}