@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Cera Pro';
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: 'Cera pro';
  src: url("./fonts/ceralight.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cera pro';
  src: url("./fonts/ceraregular.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Cera pro';
  src: url("./fonts/cereproregular.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cera pro';
  src: url("./fonts/ceraproitalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Cera pro';
  src: url("./fonts/cereprobold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cera pro';
  src: url("./fonts/cereprobolditalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

button:focus, input:focus, select:focus, textarea:focus {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  outline: 0 !important;
  border-color: unset;
}

img {
  max-width: 100%;
}

ul, li, p, figure, blockquote, figcaption, h1, h2, h3, h4, h5, h6, img, article, summary, a {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

a {
  color: #fff;
}

a:hover {
  opacity: 0.9;
  color: #fff;
}

.bgsecondary {
  background-color: #f9bb00 !important;
  color: #333 !important;
  margin-top: 1rem !important;
}

.siteTitle {
  color: #fff;
  text-align: center;
  font-size: 38px;
  margin-bottom: 3rem;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 3px #f9bb00 solid;
  padding-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.siteTitle h2 {
  font-size: 32px;
}

.siteTitle p {
  color: #A0AABA;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -.01em;
}

.siteHeader {
  background-color: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 99;
}

.siteHeader .imgLogo {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.siteHeader nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.siteHeader nav ul li {
  position: relative;
  padding: 12px 15px;
}

.siteHeader nav ul li:nth-child(1) {
  padding-left: 0;
}

.siteHeader nav ul li a {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(24, 36, 48, 0.3);
  font-weight: 600;
  font-size: 18px;
}

.siteHeader nav ul li ul {
  opacity: 0;
  position: absolute;
  min-width: 220px;
  visibility: hidden;
  top: 100%;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-transition: 0.3 opacity;
  transition: 0.3 opacity;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 8px 0 rgba(14, 16, 18, 0.1);
          box-shadow: 0 1px 8px 0 rgba(14, 16, 18, 0.1);
}

.siteHeader nav ul li ul li {
  padding: 0;
}

.siteHeader nav ul li ul a {
  color: #333;
  display: block;
  font-weight: 400;
  padding: 7px 28px;
  border-bottom: 1px #eee solid;
}

.siteHeader nav ul li.menu-item-has-children::after {
  content: '';
  font-family: 'Font Awesome 5 Free';
  color: #fff;
  font-weight: 900;
  position: absolute;
  top: 13px;
  pointer-events: none;
  right: 0;
}

.siteHeader nav ul li.menu-item-has-children:hover > .submenu {
  opacity: 1;
  visibility: visible;
}

.siteHeader nav ul li.menu-item-has-children li:nth-child(1) {
  padding-top: 28px;
}

.siteHeader nav ul li.menu-item-has-children li:last-child {
  padding-bottom: 28px;
}

.siteHeader nav ul li.menu-item-has-children li.menu-item-has-children > .submenu {
  left: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
}

.siteHeader nav ul li.menu-item-has-children li.menu-item-has-children:hover > .submenu {
  opacity: 1;
  visibility: visible;
}

.siteSec {
  padding-top: 60px;
  margin-bottom: 60px;
}

.colorBtn {
  color: #333;
  background-color: #fff;
  padding: 8px 12px;
  margin-left: 15px;
  font-size: 15px;
  border-radius: 100px;
  font-weight: 500;
  display: inline-block;
}

.colorBtn:hover {
  opacity: 0.8;
  color: #333;
}

.requestFelx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.requestFelx a {
  color: #fff;
  font-weight: 600;
  text-shadow: 2px 2px 2px rgba(24, 36, 48, 0.3);
}

.requestFelx a.colorBtn {
  color: #333;
  background-color: #f9bb00;
  padding: 5px 12px;
  margin-left: 15px;
  font-size: 15px;
  border-radius: 100px;
  font-weight: 500;
}

.requestFelx a.colorBtn:hover {
  opacity: 0.8;
}

.homeBanner .clicktoDown {
  position: absolute;
  bottom: 10px;
  left: 0%;
}

.homeBanner img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: panoroma 10s linear infinite;
  animation: panoroma 10s linear infinite;
}

.homeBanner .bannerSingle {
  overflow: hidden;
}

.homeBanner .bannerSingle::after {
  content: "";
  background-color: #0000004a;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  z-index: 9;
}

.homeBanner .bannerText {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform: 0.6s transform;
          transform: 0.6s transform;
  top: 50%;
  text-align: center;
  z-index: 99;
}

.homeBanner .bannerText h1 {
  font-size: 60px;
  line-height: 80px;
  letter-spacing: -.025em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2rem;
  text-shadow: 2px 2px 2px rgba(24, 36, 48, 0.4);
  -webkit-transform: translate(0%, -200%);
          transform: translate(0%, -200%);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.homeBanner .bannerText h2 {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -.01em;
  text-shadow: 2px 2px 2px rgba(24, 36, 48, 0.4);
  -webkit-transform: translate(0%, 200%);
          transform: translate(0%, 200%);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.homeBanner .bannerText a {
  margin-top: 1.7rem;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.homeBanner .swiper-slide-active .bannerText h1 {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.homeBanner .swiper-slide-active .bannerText h2 {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

.homeBanner .swiper-slide-active .bannerText a {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.gallerySlider {
  background-color: #333;
  position: relative;
}

.gallerySlider img {
  border-radius: 50px;
}

.whoareWe {
  background-color: #f9bb00;
  padding: 0;
}

.whoareWe img {
  border-radius: 40px;
  -webkit-box-shadow: 0px 5px 19.53px 1.47px rgba(85, 80, 98, 0.1);
          box-shadow: 0px 5px 19.53px 1.47px rgba(85, 80, 98, 0.1);
}

.aboutContent {
  padding: 35px 20px;
}

.aboutContent h2 {
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  font-weight: 500;
  letter-spacing: -.02em;
  margin-bottom: 1rem;
}

.aboutContent p {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  margin-bottom: 10px;
}

.partnerSec {
  background-color: #333;
  text-align: center;
  padding: 70px;
}

.partnerSec #partnerSlider {
  overflow-x: hidden;
}

.partnerSec img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.faqSec {
  background-color: #333;
  text-align: center;
  padding-bottom: 60px;
}

.faqSec .accordion-item {
  background-color: transparent;
  border: 0;
  font-size: 18px;
  line-height: 30px;
  color: #A0AABA;
}

.faqSec .accordion-button:not(.collapsed) {
  background-color: transparent;
  border-bottom: #fff;
  color: #fff;
}

.faqSec .accordion-button {
  background-color: transparent;
  border: 0;
  font-size: 24px;
  color: #A0AABA;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.faqSec .accordion-button::after {
  margin-left: 15px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.contactFrom {
  padding: 30px 20px 40px;
}

.contactFrom input[type=text], .contactFrom input[type=tel], .contactFrom input[type=email], .contactFrom select, .contactFrom textarea {
  margin-bottom: 30px;
  border-radius: 100px;
  border: 1px #333 solid;
  color: #333;
}

.disclamer {
  color: #333;
  margin-bottom: 0.8rem;
}

.disclamer a {
  opacity: 0.8;
  border-bottom: 1px #eee solid;
}

.agreeTerms {
  color: #333;
}

.siteFooter {
  background-color: #333;
  padding: 20px 0;
}

.siteFooter p {
  color: #A0AABA;
  font-size: 13px;
}

.siteFooter nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.siteFooter nav ul li {
  list-style: circle;
  color: #fff;
  padding-right: 20px;
  margin-right: 20px;
}

.siteFooter nav ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.siteFooter nav ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.footerContact li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.socialLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.socialLinks li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.4rem;
}

.socialLinks li a {
  margin: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.socialLinks li .fb {
  background-color: #097ceb;
  margin-left: 0;
}

.socialLinks li .instagram {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.socialLinks li .twitter {
  background-color: #009edb;
}

#testSlider {
  overflow: hidden;
}

.testSec {
  padding: 40px 0;
}

.single-testimonial {
  border-radius: 45px;
  position: relative;
  z-index: 2;
}

.single-testimonial p {
  padding: 30px 10px 10px 10px;
  padding-bottom: 20px;
  position: relative;
  z-index: 3;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.single-testimonial::before {
  content: "";
  position: absolute;
  left: -35px;
  top: -35px;
  background: url(./imgs/block.png) no-repeat var(--blue);
  background-size: 60%;
  width: 126px;
  height: 100px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-position: 34px 15px;
}

.single-testimonial::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -34px;
  background: url(./imgs/block.png) no-repeat var(--blue);
  background-size: 60%;
  width: 126px;
  height: 100px;
  background-position: 34px 19px;
}

.round {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.round-1::before {
  content: "";
  position: absolute;
  left: 88px;
  top: -7px;
  width: 50px;
  height: 7px;
  background: #fff;
  border-radius: 30px;
}

.round-1::after {
  content: "";
  position: absolute;
  left: -7px;
  top: 62px;
  width: 7px;
  height: 50px;
  background: #fff;
  border-radius: 30px;
}

.round-2::before {
  content: "";
  position: absolute;
  right: 87px;
  bottom: -7px;
  width: 50px;
  height: 7px;
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}

.round-2::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: 62px;
  width: 7px;
  height: 50px;
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}

.client-video {
  padding-right: 15px;
}

.client-video img {
  border-radius: 50%;
  border: 5px #eee solid;
}

.client-info {
  position: relative;
  z-index: 3;
  margin-top: 1rem;
}

.client-info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
}

.client-info img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.client-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client-info h6 {
  color: #000;
  font-weight: 700;
  font-size: 22px;
}

.client-info span {
  display: inline-block;
  color: #333;
  font-size: 12px;
}

.sec-title.white-title h2 {
  color: #fff;
}

.single-testimonial p {
  position: relative;
  padding-top: 3.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.single-testimonial p::after {
  content: '';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  left: 5px;
  top: 5px;
  position: absolute;
  font-size: 48px;
  color: #f9bb00;
}

.footerWidget img {
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footerWidget h2 {
  font-size: 20px;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #fff;
}

.footerWidget ul li a {
  color: #eee;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
}

.footerWidget p {
  color: #eee;
}

.servicesWidget ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.servicesWidget ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.singleWhatWeDo {
  text-align: center;
  padding: 15px;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  border-radius: 20px;
  margin: 5px 0;
}

.singleWhatWeDo:hover {
  -webkit-box-shadow: 0 0 30px 0 #e8e6db;
  box-shadow: 0 0 30px 0 #e8e6db;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.singleWhatWeDo .whatTitle {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-top: 0.5rem;
}

.singleWhatWeDo img {
  height: 80px;
  width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev, .swiper-button-prev, .swiper-rtl .swiper-button-next {
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333;
  border-radius: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after, .swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
  font-size: 24px;
  padding: 10px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: -35px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: -35px;
}

.topTitle {
  font-size: 24px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 28px;
  padding: 10px 0;
  margin-bottom: 15px;
}

.topTitle span {
  background-color: #333;
  line-height: 30px;
  color: #fff;
  padding: 3px;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  margin-left: 10px;
  font-size: 24px;
}

.singleWorkflow {
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: .4s;
  transition: .4s;
}

.workFlow {
  text-align: center;
  padding-bottom: 15px;
}

.workFlow i {
  font-size: 48px;
}

.workFlow h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
}

.workFlow img {
  height: 100px;
}

.infoHeader {
  padding: 8px 0 7px;
  margin: 6px;
  border-bottom: 1px #5d5d5d solid;
}

.infoHeader .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.infoHeader .info li {
  color: #fff;
  font-size: 14px;
  padding: 0 15px;
}

.infoHeader .info li:nth-child(1) {
  border-right: 1px #eee solid;
  padding-left: 0;
}

.singlePackages {
  padding: 0  30px 30px 30px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 5px 19.53px 1.47px rgba(85, 80, 98, 0.1);
          box-shadow: 0px 5px 19.53px 1.47px rgba(85, 80, 98, 0.1);
  background-color: #ffbf0021;
}

.singlePackages .bgsecondary {
  margin-left: 0;
}

.singlePackages * {
  color: #333;
}

.singlePackages .titleBox {
  position: relative;
  padding: 30px;
  margin-bottom: 0.8rem;
  margin-left: -30px;
  margin-right: -30px;
}

.singlePackages .titleBox::after {
  content: '';
  -webkit-clip-path: polygon(12% 0, 89% 0, 100% 20%, 100% 100%, 64% 100%, 29% 100%, 0 100%, 0% 20%);
          clip-path: polygon(12% 0, 89% 0, 100% 20%, 100% 100%, 64% 100%, 29% 100%, 0 100%, 0% 20%);
  background-color: #f9bb00;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  padding: 30px 15px;
  left: 0;
}

.singlePackages .priceBox {
  font-weight: 600;
  color: #333;
  padding: 0px 12px;
  margin-bottom: 0.4rem;
  background-color: #f9bb00;
  border-radius: 10px;
  font-size: 24px;
}

.singlePackages li {
  line-height: 2;
}

.singlePackages h5 {
  font-size: 24px;
  margin-bottom: 0.2rem;
}

.singlePackages .singlePackages ul {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 15;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.suscribeForm input, .suscribeForm button {
  border-radius: 30px;
}

.footerContact p {
  color: #eee;
}

.singleWh {
  background-color: #f9bb00;
  -webkit-box-shadow: 0px 5px 19.53px 1.47px rgba(85, 80, 98, 0.1);
          box-shadow: 0px 5px 19.53px 1.47px rgba(85, 80, 98, 0.1);
  border-radius: 30px;
  padding: 20px;
}

.singleWh img {
  width: 53px;
  margin-bottom: 7px;
}

.singleWh .whyTitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
}

.singleWh .whyContent {
  color: #1d1d1d;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 5px;
  font-weight: 500;
}

.itemwhy:nth-child(2) {
  margin-top: 50px;
}

.trustBuild img {
  border-radius: 30px;
}

.callusBtn {
  padding: 40px 0;
}

.ma5menu__toggle, .ma5menu__toggle:hover, .ma5menu__panel, .ma5menu__head {
  background-color: #333;
}

.ma5menu__logo {
  background-image: url(./imgs/logo100.png);
}

.ma5menu__alert {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 101, 182, 0)), color-stop(50%, #333));
  background-image: linear-gradient(to bottom, rgba(14, 101, 182, 0) 0%, #333 50%);
}

.singleServiceContent h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.2rem;
}

.singleServiceContent h1 span {
  border-bottom: 3px #f9bb00 solid;
}

.singleServiceContent h1 img {
  height: 60px;
}

.singleServiceContent p {
  font-size: 16px;
  line-height: 2;
}

.singleServThumb img {
  border-radius: 50px;
  width: 100%;
}

.includedService ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.includedService ul li {
  border: 1px #c4c4c4 solid;
  margin: 10px;
  padding: 12px;
  border-radius: 100px;
  font-weight: 500;
}

.includedService ul li:nth-child(1) {
  margin-left: 0;
}

.bookPackageOption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bookPackageOption .colorBtn {
  color: #333;
  background-color: #f9bb00;
  padding: 8px 12px;
  margin-left: 15px;
  font-size: 18px;
  border-radius: 100px;
  font-weight: 500;
}

#askForQuote .modal-header {
  position: absolute;
  right: 0;
  z-index: 9;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f9bb00;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#askForQuote .modal-header .btn-close {
  margin: 0;
}

.quoteContent {
  padding: 20px 10px;
}

.imgLeftFormHolder {
  height: auto;
}

.imgLeftFormHolder img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.stickyBox {
  position: -webkit-sticky;
  position: sticky;
  top: 4rem;
}

.singleBlogs .priceTitle {
  margin-bottom: 1rem;
}

.singleBlogs img {
  border-radius: 20px;
  margin-bottom: 0.7rem;
  height: 200px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.latestBox {
  margin: 30px 0;
}

.latestBox h5 {
  font-size: 20px;
  margin-bottom: 10px;
}

.latestBox ul {
  padding-left: 20px;
}

.latestBox ul li {
  line-height: 2;
  list-style: disc;
}

.latestBox ul li a {
  color: #333;
}

.nav-tabs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0;
}

.nav-tabs li a {
  font-size: 18px;
  color: #333;
}

.profilePic img {
  border-radius: 100px;
}

.singleCerti {
  color: #333;
}

.singleCerti img {
  border-radius: 10px;
}

.singleCerti:hover {
  color: #333;
}

.nav-tabs li a.forgetBox {
  padding: 9px 15px;
  font-size: 14px;
}

.cross {
  height: 20px;
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: red;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 11;
}

@-webkit-keyframes panoroma {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes panoroma {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.clicktoDown {
  height: 50px;
  width: 100%;
  font-size: 32px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #fff;
  z-index: 99;
}

.clicktoDown:hover {
  color: #333;
}

.registerBox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.registerBox a {
  display: block;
  padding: 12px 25px;
  border: 2px #333 solid;
  margin: 1rem;
  border-radius: 100px;
}

.form-floating input, .form-floating select, .form-floating textarea, .select2-container .select2-selection--multiple, .select2-container .select2-search--inline .select2-search__field {
  margin-bottom: 30px !important;
  border-radius: 100px !important;
  border: 1px #333 solid !important;
  color: #333 !important;
}

.select2-container .select2-search--inline .select2-search__field {
  border: 0 !important;
}

.singupBox {
  border: 1px #eee solid;
  -webkit-box-shadow: 0 0 10px #eee;
          box-shadow: 0 0 10px #eee;
  padding: 25px;
}

.sideBanner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.profileHeaderImg .dropdown-menu li a {
  color: #333;
}

.profileHeaderImg button {
  border: 0;
  background-color: transparent;
}

.profileHeaderImg img {
  height: 45px;
  width: 45px;
  border: 2px #333 solid;
  border-radius: 50%;
}

.form-control {
  margin-bottom: 30px;
  border-radius: 100px;
  border: 1px #333 solid;
  color: #333;
}

.singlePage {
  position: relative;
}

.singlePage img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.singlePage .bannerCaption {
  position: absolute;
  padding: 30px;
  bottom: 0;
  left: 0;
}

.siteAbout p {
  margin-bottom: 30px;
  font-size: 24px;
}

.contctBox {
  padding: 40px;
}

.contctBox a {
  font-size: 20px;
  font-weight: 500;
  color: #333;
}

.contctBox svg {
  fill: #f9bb00;
}

.contctBox .socialLinks a svg {
  fill: #fff;
}

.bannerCaption h3.text-dark {
  color: #fff !important;
  font-weight: 600;
}

.fixedHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.fixedHeader.siteHeader nav ul li a {
  color: #333;
}

.fixedHeader .requestFelx a {
  color: #333;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 99;
  font-size: 18px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: none;
  outline: none;
  background-color: #f9bb00;
  color: white;
  cursor: pointer;
  border-radius: 4px;
}

.servicesSidebar {
  border: 1px #eee solid;
  padding: 20px;
}

.servicesSidebar ul li a {
  color: #f9bb00;
  font-size: 18px;
  -webkit-transition: 0.5 ease-in-out;
  transition: 0.5 ease-in-out;
  line-height: 2;
}

.servicesSidebar ul li a:hover {
  color: #333;
}

.servicesSidebar h4 {
  margin-bottom: 1rem;
}

iframe {
  width: 100%;
}

.siteAbout h4 {
  font-size: 32px;
}

.siteSec.siteAbout {
  background-color: #f9bb00;
}

.loginBox {
  background-image: url(./imgs/our-menu-bg.jpg);
}

.loginLink {
  color: #f9bb00;
  font-weight: 700;
  border-bottom: 1px #f9bb00 solid;
}

.loginLink:hover {
  color: #333;
}

.wantTime {
  font-size: 16px;
  margin-bottom: 0.3rem;
}

@media (max-width: 992px) {
  html {
    overflow-x: hidden;
  }
  .requestFelx a.colorBtn {
    white-space: nowrap;
  }
  .siteTitle h2 {
    font-size: 24px;
  }
  .siteTitle p {
    font-size: 16px;
  }
  .siteAbout h4 {
    font-size: 28px;
  }
  .siteAbout p {
    font-size: 20px;
  }
  .homeBanner .bannerText h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .homeBanner .bannerText h2 {
    font-size: 18px;
  }
  .aboutContent {
    padding: 40px 20px;
  }
  .aboutContent h2 {
    font-size: 24px;
  }
  .aboutContent p {
    font-size: 16px;
  }
  .partnerSec {
    padding: 40px 20px;
  }
  .faqSec .accordion-button {
    font-size: 20px;
  }
  .faqSec .accordion-item {
    font-size: 16px;
  }
  .siteHeader nav {
    display: none;
  }
  .siteFooter nav ul li {
    padding-right: 10px;
    margin-right: 10px;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0;
  }
  .whoareWe img {
    -webkit-clip-path: unset;
            clip-path: unset;
  }
  .trustBuild img {
    margin-bottom: 1.2rem;
  }
  .itemwhy:nth-child(2) {
    margin-top: 1.2rem;
  }
  .itemwhy {
    margin-top: 1.2rem;
  }
  .singlePackages {
    margin-bottom: 1.2rem;
  }
}

@media (max-width: 768px) {
  .partnerSec {
    padding: 20px;
  }
  .homeBanner .bannerText {
    -webkit-transform: translate(-30%, -50%) !important;
            transform: translate(-30%, -50%) !important;
    left: 40%;
  }
  .homeBanner .bannerText h1 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .requestFelx {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#header {
  position: fixed;
  top: -100%; /* Start off-screen */
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  transition: top 0.4s ease-out;
  opacity: 0;
}

#header.visible {
  top: 0;
  transition: top 0.4s ease-out;
  opacity: 1;
}

/* .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
} */
.scroll-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f9bb00;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  z-index: 1000;
  border: none;
}

.scroll-top-btn.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top-btn:hover {
  background: #f2d200;
  color: #000;
  transform: translateY(-5px);
}
.pin-spacer{
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .panel.vh-100{
      height: 100% !important;
  }
}
/*# sourceMappingURL=style.css.map */