*{
  margin:0; 
  padding:0; 
  outline:none;
}
/* Disable text selection */
html {
  scroll-behavior: smooth;
}

html {
  overflow-x: hidden;
}
html body{
  margin:0; 
  padding:0; 
  -ms-word-wrap:break-word; 
  word-wrap:break-word; 
  background-color:#FFFFFF; 
  position:relative; 
  font-size: 15px;
  color: #6c6c6c;
  font-weight: 300;
  overflow-x: hidden;
  padding: 0 !important;
}
a{
  text-decoration: none !important;
}
.testi-title a:hover {
  color: #FDDB3A;
}

/* banner */

#banner {
  position: relative;
  height: 758px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left-background-box {
  background: #1195FF;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: -2;
  border-bottom-left-radius: 200px;
}
.banner-layer-svg {
  position: absolute;
  top: 0;
  z-index: -1;
}
.third_word_class {
  color: #1195FF;
}
.banner-star-svg {
  position: absolute;
  left: 84px;
  top: 0px;
  z-index: -2;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  bottom: 0;
  transform: translate(0px, -42px);

}
.banner-contents h1 {
  font-family: Jost;
  font-size: 55px;
  font-weight: 700;
  line-height: 65.38px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.banner-contents p {
  font-family: Jost;
  font-size: 25px;
  font-weight: 400;
  line-height: 36.13px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #131313;
  margin-bottom: 0;
  transition: 0.8s ease-in-out;
}
.banner-buttons a::after {
  content: "\f061";
  position: absolute;
  top: 0;
  color: #FFFFFF;
  font-weight: 900;
  bottom: 0;
  z-index: 1;
  font-family: 'FontAwesome';
  right: 14px;
  font-size: 22px;
  transform: rotate(-45deg);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-buttons a {
  font-family: Jost;
  font-size: 25px;
  font-weight: 500;
  line-height: 36.13px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  background: #1195FF;
  padding: 10px 42px;
  border-radius: 50px;
  position: relative;
}
.banner-buttons {
  margin: 42px 0;
}
.banner-right-images {
  display: flex;
  align-items: center;
}
.banner-right-image1{
  position: absolute;
  bottom: 0;
  transform: translate(-169px, 0px);
  top: 0;
  display: flex;
  align-items: end;
  justify-content: center;

}
.banner-right-image2 {
  position: absolute;
  bottom: 0;
  transform: translate(179px, 0px);
  z-index: -1;
  top: 0;
  display: flex;
  align-items: end;
  justify-content: center;
}
.banner-right-images img {
  width: 100%;
  animation: shake 14s linear infinite;
  transition-delay: 3s;
}
.banner-right-image1 img {
  height: 758px;
  object-fit: cover;
}
.banner-right-image2 img {
  height: 711px;
  object-fit: cover;
}






/* Partners */
.partners-heading h2 {
  color: #0A2A2B;
  text-align: center;
  font-size: 38px;
  font-family: 'Cormorant';
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 0;
  padding-bottom: 26px;
}
section#partners {
  padding: 60px 0;
  position: relative;
}
.partners-image-box {
  width: 19% !important;
  border: 1px solid #D9D9D9;
  padding: 10px 12px;
  text-align: center;
  margin: 16px 0;
  transition: 0.8s ease-in-out;
}
.partners-image-box:hover {
  border: 1px solid #C9AF86;
}



/* services */
section#services {
  padding: 80px 0 0;
  position: relative;
}
.services-inner-content {
  background: #FFF;
  height: 204px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding: 0px 32px;
  flex-direction: column;
  transition: 0.8s ease-in-out;
  border: 1px solid #DEDEDE;
  margin-bottom: 80px;
  border-radius: 5px;
  position: relative;
}

.our-services-box a {
  font-family: Jost;
  font-size: 20px;
  font-weight: 600;
  line-height: 28.9px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1195FF;
}
.our-services-box p {
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #292929;
  margin-bottom: 0  ;
}
.services-content-box {
  padding: 0;
  margin-top: 30px;
}
.our-services-box {
  text-align: center;
}
.our-services-image {
  background: #fff;
  width: 111px;
  height: 111px;
  position: absolute;
  top: revert-layer;
  top: -48px;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #DEDEDE;
}

.our-services-heading h2 {
  font-family: Unbounded;
  font-size: 25px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0.1em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1195FF;
  text-align: center;
}

.our-services-heading h3 {
  font-family: Jost;
  font-size: 48px;
  font-weight: 700;
  line-height: 69.36px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.our-services-content {
  margin-top: 70px;
}
.services-inner-content:hover .our-services-image {
  border: 1px solid #1195FF;
}
.services-inner-content:hover {
  background: #1195FF;
  box-shadow: 0px 4px 20px 0px #0C528933;
}

.services-inner-content:hover a{
  color: #fff;
}

.services-inner-content:hover p {
  color: #fff;
}
/* About us */

.about-background-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
section#about-us {
  padding: 60px 0;
  position: relative;
  background: #DDF0FF;
  z-index: 1;
}
.about-right-image {
  display: flex;
  align-items: end;
}
.about-right-image img {
  width: 100%;
  animation: shake 14s linear infinite;
    transition-delay: 3s;
}
.right-image-two img {
  border-radius: 117px 15px 15px 15px;
}
.our-services-image img {
  animation: tada 3s linear infinite;
}

.right-image-one img {
  height: 412px;
  object-fit: cover;
  width: 100%;
}
.right-image-two img {
  height: 379px;
  object-fit: cover;
  width: 100%;
}

.right-image-one img {
  border-radius: 15px 15px 117px 15px;
}
.right-image-two {
  margin: 0 22px 0 0;
}
.about-details h2 {
  font-family: Unbounded;
  font-size: 25px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0.1em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1195FF;
}
.about-details h3 {
  font-family: Jost;
  font-size: 48px;
  font-weight: 700;
  line-height: 69.36px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.about-details p {
  font-family: Jost;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #292929;
  margin-bottom: 0;
}
.about-us-points-icon i {
  color: #1195FF;
  font-size: 20px;
  font-weight: 700;
  font-family: 'FontAwesome';
}
.about-us-points-icon {
  display: flex;
  align-items: center;
  justify-content: left;
  padding-bottom: 19px;
}
.about-us-points {
  margin-top: 22px;
}
.about-us-button a {
  font-family: Jost;
  font-size: 25px;
  font-weight: 500;
  line-height: 36.13px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  background: #1195FF;
  padding: 7px 32px;
  border-radius: 50px;
}
.about-us-button {
  margin-top: 20px;
}
.about-us-button a:hover {
  background: #FDDB3A;
  transition: 0.8s ease-in-out;
  color: #fff;
}
.counter-button-text a:hover{
  background: #FDDB3A;
  transition: 0.8s ease-in-out;
  color: #fff;
}
.about-us-points p {
  padding-left: 10px;
}
.about-experience-text h5 {
  font-family: Jost;
  font-size: 45px;
  font-weight: 700;
  line-height: 65.03px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  margin-bottom: 0;
}

.about-experience-text h6 {
  font-family: Jost;
  font-size: 32px;
  font-weight: 700;
  line-height: 46.24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  margin-bottom: 0;
  padding-left: 14px;

}
.about-experience-text {
  background: #1195FF;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 10px 10px 39px 10px;
  margin: 6px 0;
}


/* who we are section */
section#who-we-are img {
  width: 100%;
  animation: shake 14s linear infinite;
  transition-delay: 3s;
}
section#who-we-are {
  background-size: 100% 100%;
  position: relative;
  height: 831px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#who-we-are .right-image{
  position: absolute;
  right: 0;
  bottom: 0;
}

#who-we-are .left-image {
  position: absolute;
  left: 0;
  bottom: 0;

}
.who-we-are-details h2 {
  font-family: Jost;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.who-we-are-details p {
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.who-we-are-details {
  background: rgba(255, 255, 255, 0.6);
  padding: 28px;
  border-radius: 21px;
}
.know-more-button a {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  background: #1195FF;
  padding: 14px 56px;
  border-radius: 100px;
}
.know-more-button a:hover {
  background: #FDDB3A;
  transition: 0.8s ease-in-out;
  color: #fff;
}
.know-more-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* get our services */
section#get-our-services {
  background: #DDF0FF;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.getsevices-background-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.get-our-services-details h6 {
  font-family: Unbounded;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.13em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #050505;
}
.get-our-services-details h2 {
  font-family: Jost;
  font-size: 44px;
  font-weight: 700;
  line-height: 67.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #050505;
}
.get-our-services-image-content {
  display: flex;
  margin: 20px 0 0;
}
.get-our-services-content h6 {
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 0;
}
.get-our-services-content h6 span {
  font-family: Jost;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.get-our-services-content {
  padding-left: 18px;
}
.get-our-services-image img {
  border: 3px solid #1195FF;
  border-radius: 21px;
  width: 100%;
  height: 100%;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.get-our-services-image-content .get-our-services-image img {
  width: 117px;
  height: 106px;
}
.get-services-inner-details {
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
  padding: 8px 0;
}
.get-services-box:nth-child(3) .get-services-inner-details::after {
  display: none;
}
.get-services-inner-details::after {
  content: "";
  border: 1px solid #ADAFAE;
  width: 100%;
  position: absolute;
  bottom: -14px;
  width: 85%;
}
.get-services-inner-content h6 {
  font-family: Jost;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #050505;
  margin-bottom: 0;
  padding-bottom: 12px;
}
.get-services-inner-content p {
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #050505;
  width: 60%;
  margin-bottom: 0;
}
.get-services-inner-content {
  padding-left: 20px;
}
.get-services-left-image {
  background: #1195FF;
  width: 115px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon( 45.165% 1.353%,45.165% 1.353%,45.57% 1.102%,45.994% 0.876%,46.434% 0.675%,46.89% 0.499%,47.359% 0.348%,47.839% 0.224%,48.33% 0.127%,48.829% 0.057%,49.334% 0.014%,49.844% 0%,49.844% 0%,50.355% 0.014%,50.86% 0.057%,51.359% 0.127%,51.85% 0.224%,52.331% 0.348%,52.799% 0.499%,53.255% 0.675%,53.695% 0.876%,54.119% 1.102%,54.524% 1.353%,54.524% 1.353%,57.188% 3.17%,59.805% 5.028%,62.377% 6.927%,64.901% 8.865%,67.378% 10.843%,69.805% 12.859%,72.184% 14.913%,74.512% 17.005%,76.79% 19.134%,79.016% 21.299%,79.016% 21.299%,82.078% 24.471%,85.09% 27.845%,87.988% 31.402%,90.707% 35.123%,93.184% 38.991%,95.355% 42.987%,97.155% 47.094%,98.52% 51.294%,99.386% 55.567%,99.689% 59.897%,99.689% 59.897%,99.533% 63.073%,99.068% 66.209%,98.303% 69.292%,97.243% 72.308%,95.895% 75.244%,94.267% 78.087%,92.366% 80.823%,90.198% 83.438%,87.77% 85.92%,85.09% 88.254%,85.09% 88.254%,82.189% 90.411%,79.104% 92.364%,75.853% 94.108%,72.453% 95.638%,68.919% 96.947%,65.27% 98.031%,61.521% 98.884%,57.689% 99.5%,53.791% 99.874%,49.844% 100%,49.844% 100%,45.898% 99.874%,42% 99.5%,38.168% 98.884%,34.419% 98.031%,30.77% 96.947%,27.237% 95.638%,23.836% 94.108%,20.585% 92.364%,17.501% 90.411%,14.599% 88.254%,14.599% 88.254%,11.919% 85.92%,9.491% 83.438%,7.323% 80.823%,5.422% 78.087%,3.794% 75.244%,2.447% 72.308%,1.387% 69.292%,0.621% 66.209%,0.156% 63.073%,0% 59.897%,0% 59.897%,0.303% 55.567%,1.169% 51.294%,2.534% 47.094%,4.334% 42.987%,6.505% 38.99%,8.982% 35.122%,11.701% 31.4%,14.599% 27.843%,17.611% 24.468%,20.673% 21.294%,20.673% 21.294%,22.899% 19.129%,25.177% 17.001%,27.505% 14.91%,29.884% 12.856%,32.312% 10.841%,34.789% 8.863%,37.313% 6.926%,39.885% 5.027%,42.502% 3.17%,45.165% 1.353% );

  height: 140px;

}
.get-services-left-image img {
  width: 42%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: tada 3s linear infinite;

}
/* our commitements */
.commitements-heading h2 {
  font-family: Jost;
  font-size: 48px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 0;
}
section#our-commitements {
  padding: 60px 0;
  position: relative;
  background: #E3F3FF;
  z-index: 1;
}

.commitement-background-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}




.commitements-details img {
  width: 100%;
  height: 575px;
  border-radius: 20px;
  object-fit: cover;
}
.commitements-details h2 {
  font-family: Jost;
  font-size: 25px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -0.04em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 0;
}
.commitements-details p {
  font-family: Jost;
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: -0.04em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #7F7F7F;
}

/* Have a Questions */
.questions-left-images img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: shake 14s linear infinite;
  transition-delay: 3s;
}
.have-questions-form-heading h2 {
  font-family: Jost;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  padding-bottom: 20px;

} 
section#have-questions {
  padding: 80px 0 0;
  position: relative;
}
.have-questions-form {
  background: #1195FF;
  padding: 10px 48px;
  height: 100%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.have-questions-form label {
  font-family: 'dashicons';
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FBFFFE;
  padding: 16px 0;

}
.have-questions-form input {
  width: 100%;
}
form.wpcf7-form.init{
  width: 100%;
}
.have-questions-form textarea {
  border: unset !important;
  border-radius: 8px !important;
  height: 180px !important;
}
.have-questions-form {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;

}
.background-mask svg {
  height: 100%;
  width: 100%;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background: #FDDB3A !important;
  padding: 12px 42px;
  max-width: max-content;
  color: #1D1D1D;
  border-radius: 8px;
  margin: 18px 0;

}
.have-questions-form input {
  width: 100%;
  border: unset;
  padding: 16px 16px;
  border-radius: 8px;
}
.have-questions-form input::placeholder {
  font-family: Plus Jakarta Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ADAFAE;
}

.have-questions-form textarea::placeholder {
  font-family: Plus Jakarta Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ADAFAE;
}

.check-icon-one i{
  clip-path: polygon( 99.378% 20.463%,99.378% 20.463%,99.275% 19.604%,99.137% 18.77%,98.953% 17.966%,98.714% 17.192%,98.409% 16.453%,98.027% 15.75%,97.558% 15.086%,96.991% 14.465%,96.316% 13.888%,95.523% 13.358%,95.523% 13.358%,92.191% 11.693%,88.362% 10.261%,84.148% 9.006%,79.663% 7.875%,75.017% 6.812%,70.325% 5.762%,65.698% 4.669%,61.25% 3.48%,57.092% 2.138%,53.338% 0.589%,53.338% 0.589%,53.103% 0.521%,52.867% 0.453%,52.63% 0.388%,52.392% 0.324%,52.154% 0.263%,51.914% 0.204%,51.673% 0.149%,51.431% 0.096%,51.188% 0.046%,50.944% 0%,47.974% 0%,47.974% 0%,47.856% 0.049%,47.738% 0.096%,47.619% 0.141%,47.498% 0.183%,47.377% 0.224%,47.255% 0.262%,47.132% 0.299%,47.007% 0.334%,46.881% 0.368%,46.754% 0.4%,46.754% 0.4%,43.401% 1.773%,39.035% 3.154%,33.945% 4.545%,28.415% 5.948%,22.734% 7.366%,17.187% 8.801%,12.06% 10.255%,7.641% 11.731%,4.216% 13.231%,2.072% 14.758%,2.072% 14.758%,1.92% 14.932%,1.781% 15.113%,1.655% 15.3%,1.539% 15.493%,1.433% 15.691%,1.335% 15.892%,1.244% 16.098%,1.159% 16.305%,1.079% 16.515%,1.001% 16.726%,1.001% 16.726%,0.876% 17.764%,0.746% 18.8%,0.614% 19.835%,0.485% 20.87%,0.363% 21.905%,0.251% 22.942%,0.155% 23.98%,0.079% 25.022%,0.026% 26.067%,0% 27.116%,0% 27.116%,-0.001% 28.159%,0.014% 29.197%,0.038% 30.232%,0.068% 31.265%,0.096% 32.295%,0.119% 33.324%,0.131% 34.352%,0.126% 35.381%,0.1% 36.411%,0.046% 37.442%,0.046% 37.442%,0.318% 39.674%,0.451% 41.938%,0.479% 44.225%,0.437% 46.528%,0.358% 48.839%,0.277% 51.152%,0.228% 53.457%,0.244% 55.747%,0.36% 58.015%,0.61% 60.253%,0.61% 60.253%,2.025% 66.149%,4.332% 71.311%,7.42% 75.825%,11.177% 79.778%,15.493% 83.259%,20.256% 86.355%,25.356% 89.154%,30.681% 91.743%,36.12% 94.21%,41.563% 96.642%,41.563% 96.642%,42.381% 96.798%,43.203% 96.983%,44.022% 97.197%,44.835% 97.443%,45.636% 97.722%,46.42% 98.036%,47.182% 98.385%,47.917% 98.772%,48.62% 99.197%,49.286% 99.663%,49.286% 99.663%,49.341% 99.695%,49.394% 99.726%,49.447% 99.758%,49.498% 99.79%,49.548% 99.822%,49.598% 99.855%,49.647% 99.888%,49.696% 99.921%,49.744% 99.955%,49.793% 99.989%,51.588% 99.989%,51.588% 99.989%,51.606% 99.983%,51.624% 99.976%,51.643% 99.968%,51.662% 99.961%,51.68% 99.953%,51.699% 99.945%,51.718% 99.937%,51.737% 99.93%,51.755% 99.922%,51.773% 99.916%,51.773% 99.916%,52.436% 99.417%,53.132% 98.954%,53.858% 98.524%,54.608% 98.124%,55.381% 97.753%,56.171% 97.406%,56.976% 97.083%,57.791% 96.779%,58.613% 96.493%,59.438% 96.221%,59.438% 96.221%,64.033% 94.081%,68.616% 91.977%,73.123% 89.829%,77.487% 87.558%,81.644% 85.084%,85.528% 82.327%,89.074% 79.208%,92.217% 75.645%,94.891% 71.561%,97.03% 66.874%,97.03% 66.874%,97.944% 63.628%,98.67% 59.519%,99.222% 54.752%,99.615% 49.538%,99.86% 44.082%,99.973% 38.592%,99.967% 33.277%,99.854% 28.343%,99.65% 23.999%,99.367% 20.453% );
  background: #0095D4;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 38px;
  animation: tada 3s linear infinite;


}
.check-icon-one {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px 0px #0000000D;
  width: 146px;
  height: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  top: 0;
  position: absolute;
  left: 0;
  transform: translate(68px, 90px);
}
.check-icon-two i{
  clip-path: polygon( 99.378% 20.463%,99.378% 20.463%,99.275% 19.604%,99.137% 18.77%,98.953% 17.966%,98.714% 17.192%,98.409% 16.453%,98.027% 15.75%,97.558% 15.086%,96.991% 14.465%,96.316% 13.888%,95.523% 13.358%,95.523% 13.358%,92.191% 11.693%,88.362% 10.261%,84.148% 9.006%,79.663% 7.875%,75.017% 6.812%,70.325% 5.762%,65.698% 4.669%,61.25% 3.48%,57.092% 2.138%,53.338% 0.589%,53.338% 0.589%,53.103% 0.521%,52.867% 0.453%,52.63% 0.388%,52.392% 0.324%,52.154% 0.263%,51.914% 0.204%,51.673% 0.149%,51.431% 0.096%,51.188% 0.046%,50.944% 0%,47.974% 0%,47.974% 0%,47.856% 0.049%,47.738% 0.096%,47.619% 0.141%,47.498% 0.183%,47.377% 0.224%,47.255% 0.262%,47.132% 0.299%,47.007% 0.334%,46.881% 0.368%,46.754% 0.4%,46.754% 0.4%,43.401% 1.773%,39.035% 3.154%,33.945% 4.545%,28.415% 5.948%,22.734% 7.366%,17.187% 8.801%,12.06% 10.255%,7.641% 11.731%,4.216% 13.231%,2.072% 14.758%,2.072% 14.758%,1.92% 14.932%,1.781% 15.113%,1.655% 15.3%,1.539% 15.493%,1.433% 15.691%,1.335% 15.892%,1.244% 16.098%,1.159% 16.305%,1.079% 16.515%,1.001% 16.726%,1.001% 16.726%,0.876% 17.764%,0.746% 18.8%,0.614% 19.835%,0.485% 20.87%,0.363% 21.905%,0.251% 22.942%,0.155% 23.98%,0.079% 25.022%,0.026% 26.067%,0% 27.116%,0% 27.116%,-0.001% 28.159%,0.014% 29.197%,0.038% 30.232%,0.068% 31.265%,0.096% 32.295%,0.119% 33.324%,0.131% 34.352%,0.126% 35.381%,0.1% 36.411%,0.046% 37.442%,0.046% 37.442%,0.318% 39.674%,0.451% 41.938%,0.479% 44.225%,0.437% 46.528%,0.358% 48.839%,0.277% 51.152%,0.228% 53.457%,0.244% 55.747%,0.36% 58.015%,0.61% 60.253%,0.61% 60.253%,2.025% 66.149%,4.332% 71.311%,7.42% 75.825%,11.177% 79.778%,15.493% 83.259%,20.256% 86.355%,25.356% 89.154%,30.681% 91.743%,36.12% 94.21%,41.563% 96.642%,41.563% 96.642%,42.381% 96.798%,43.203% 96.983%,44.022% 97.197%,44.835% 97.443%,45.636% 97.722%,46.42% 98.036%,47.182% 98.385%,47.917% 98.772%,48.62% 99.197%,49.286% 99.663%,49.286% 99.663%,49.341% 99.695%,49.394% 99.726%,49.447% 99.758%,49.498% 99.79%,49.548% 99.822%,49.598% 99.855%,49.647% 99.888%,49.696% 99.921%,49.744% 99.955%,49.793% 99.989%,51.588% 99.989%,51.588% 99.989%,51.606% 99.983%,51.624% 99.976%,51.643% 99.968%,51.662% 99.961%,51.68% 99.953%,51.699% 99.945%,51.718% 99.937%,51.737% 99.93%,51.755% 99.922%,51.773% 99.916%,51.773% 99.916%,52.436% 99.417%,53.132% 98.954%,53.858% 98.524%,54.608% 98.124%,55.381% 97.753%,56.171% 97.406%,56.976% 97.083%,57.791% 96.779%,58.613% 96.493%,59.438% 96.221%,59.438% 96.221%,64.033% 94.081%,68.616% 91.977%,73.123% 89.829%,77.487% 87.558%,81.644% 85.084%,85.528% 82.327%,89.074% 79.208%,92.217% 75.645%,94.891% 71.561%,97.03% 66.874%,97.03% 66.874%,97.944% 63.628%,98.67% 59.519%,99.222% 54.752%,99.615% 49.538%,99.86% 44.082%,99.973% 38.592%,99.967% 33.277%,99.854% 28.343%,99.65% 23.999%,99.367% 20.453% );
  background: #0095D4;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: tada 3s linear infinite;
  color: #ffffff;
  font-size: 38px;

}
.check-icon-two {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px 0px #0000000D;
  width: 146px;
  height: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  top: 0;
  position: absolute;
  right: 0;
  transform: translate(-40px, 90px);
}


/* OUr Teams */
section#our-teams {
  padding: 60px 0;
  position: relative;
}
.teams-heading h2 {
  font-family: Jost;
  font-size: 48px;
  font-weight: 700;
  line-height: 69.36px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 0;
}

.teams-heading p {
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 19.95px;
  letter-spacing: 0.23014286160469055px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #121212;
}
section#our-teams .owl-nav {
  display: none;
}
.team-members img {
  width: 100%;
  height: 335px;
  border-radius: 14px;
  object-fit: cover;
}
.our-team-box a {
  font-family: Nunito Sans;
  font-size: 12.27px;
  font-weight: 400;
  line-height: 12.27px;
  letter-spacing: 0.23014286160469055px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.teams-arrow-rightt {
  position: absolute;
  right: 12px;
  bottom: 17px;
  background: #D9D9D926;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.77px solid #FFFFFF33;
  border-radius: 50%;
  backdrop-filter: blur(23.478261947631836px);
}
.teams-inner-content:hover .our-team-box{
  background: #1195FF;
}
.teams-inner-content:hover .our-team-box a{
  color: #FFFFFF;
}
.teams-inner-content:hover .teams-arrow-rightt{
  background: #1195FF;

}
.teams-arrow-rightt i {
  color: #fff;
  transform: rotate(-45deg);
  font-size: 20px;
}

.teams-inner-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  box-shadow: 4px 5px 11.5px 2px #1195FF6E;
  border: 4px solid #1195FF;
  border-radius: 14px;
  display: none;
  transition: 0.8s ease-in-out;
}



.teams-inner-content:hover::after {
  transition: 0.8s ease-in-out;
  display: block;
}

/* join the flow */
section#join-the-flow {
  background: #0A2A2B;
  position: relative;
  margin: 80px 0 120px;
}

.join-the-flow-heading h2 {
  color: #fff;
  text-align: left;
  font-size: 22px;
  font-family: "outfit";
  font-weight: 500;
  margin-bottom: 0;
}
.join-the-flow-heading h4 {
  color: #fff;
  text-align: left;
  font-size: 38px;
  font-family: 'Cormorant';
  font-weight: 700;
  line-height: 56px;
}
.join-the-flow-heading p {
  color: #FFFFFF;
  font-size: 16px;
  font-family: 'Outfit';
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}
.join-flow-button a {
  font-family: 'Outfit';
  color: #0A2A2B;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  padding: 13px 26px;
  transition: 0.8s ease-in-out;
}
.join-flow-button a:hover {
  background: #C9AF86;
  color: #fff;
}
.join-flow-button {
  display: flex;
  align-items: baseline;
  justify-content: left;
  margin: 26px 0;
}
.joint-flow-left-image {
  display: flex;
  justify-content: space-between;
  height: 537px;

}
.joint-flow-left-image img {
  width: 300px;
  height: 100%;
}

.flew-left-image-one {
  transform: translate(0px, -56px);
}
.partners-image-box img {
  width: 100%;
  padding: 0 40px;
}
.explore-button i {
  color: #0A2A2B;
  font-size: 16px;
  padding-left: 6px;
}
#our-classes .owl-item.unique-class .explore-button {
  display: none;
}
.flew-left-image-two {
  transform: translate(0px, 56px);
}



/* counter */
.section-counter-heading h2 {
  font-family: Jost;
  font-size: 48px;
  font-weight: 700;
  line-height: 69.36px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  width: 54%;
}
.section-counter-heading {
  background: #DDF0FF;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.counter-right-star-svg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-200px, 0px);
}
.counter-left-star-svg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(166px, 0px);
}
.counter-contents p {
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 25.05px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  width: 50%;
}
.counter-button-text a {
  font-family: Jost;
  font-size: 25px;
  font-weight: 500;
  line-height: 36.13px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  background: #1195FF;
  padding: 12px 32px;
  border-radius: 15px;
  transform: translate(0px, -31px);
}
.counter-button-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter-contents {
  display: flex;
  align-items: center;
  justify-content: center;
}
section#counter {
  position: relative;
  padding: 60px 0;
}

.counter_box {
  background: #1195FF;
  clip-path: polygon( 45.165% 1.353%,45.165% 1.353%,45.57% 1.102%,45.994% 0.876%,46.434% 0.675%,46.89% 0.499%,47.359% 0.348%,47.839% 0.224%,48.33% 0.127%,48.829% 0.057%,49.334% 0.014%,49.844% 0%,49.844% 0%,50.355% 0.014%,50.86% 0.057%,51.359% 0.127%,51.85% 0.224%,52.331% 0.348%,52.799% 0.499%,53.255% 0.675%,53.695% 0.876%,54.119% 1.102%,54.524% 1.353%,54.524% 1.353%,57.188% 3.17%,59.805% 5.028%,62.377% 6.927%,64.901% 8.865%,67.378% 10.843%,69.805% 12.859%,72.184% 14.913%,74.512% 17.005%,76.79% 19.134%,79.016% 21.299%,79.016% 21.299%,82.078% 24.471%,85.09% 27.845%,87.988% 31.402%,90.707% 35.123%,93.184% 38.991%,95.355% 42.987%,97.155% 47.094%,98.52% 51.294%,99.386% 55.567%,99.689% 59.897%,99.689% 59.897%,99.533% 63.073%,99.068% 66.209%,98.303% 69.292%,97.243% 72.308%,95.895% 75.244%,94.267% 78.087%,92.366% 80.823%,90.198% 83.438%,87.77% 85.92%,85.09% 88.254%,85.09% 88.254%,82.189% 90.411%,79.104% 92.364%,75.853% 94.108%,72.453% 95.638%,68.919% 96.947%,65.27% 98.031%,61.521% 98.884%,57.689% 99.5%,53.791% 99.874%,49.844% 100%,49.844% 100%,45.898% 99.874%,42% 99.5%,38.168% 98.884%,34.419% 98.031%,30.77% 96.947%,27.237% 95.638%,23.836% 94.108%,20.585% 92.364%,17.501% 90.411%,14.599% 88.254%,14.599% 88.254%,11.919% 85.92%,9.491% 83.438%,7.323% 80.823%,5.422% 78.087%,3.794% 75.244%,2.447% 72.308%,1.387% 69.292%,0.621% 66.209%,0.156% 63.073%,0% 59.897%,0% 59.897%,0.303% 55.567%,1.169% 51.294%,2.534% 47.094%,4.334% 42.987%,6.505% 38.99%,8.982% 35.122%,11.701% 31.4%,14.599% 27.843%,17.611% 24.468%,20.673% 21.294%,20.673% 21.294%,22.899% 19.129%,25.177% 17.001%,27.505% 14.91%,29.884% 12.856%,32.312% 10.841%,34.789% 8.863%,37.313% 6.926%,39.885% 5.027%,42.502% 3.17%,45.165% 1.353% );
  height: 293px;
  width: 242px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.couter-details {
  justify-content: space-between;
}
.counter_box p {
  font-family: Roboto;
  font-size: 48px;
  font-weight: 700;
  line-height: 56.25px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  margin-bottom: 0;
}
.text-counter h6 {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.09px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FEF5E7;

}

.header-contact-number {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}


.header-phone-number i {
  color: #FFFFFF;
  font-size: 16px;
  padding-right: 9px;
}
.header-phone-number:hover {
  background: #FDDB3A;
  transition: 0.8s ease-in-out;
}
.banner-buttons a:hover {
  background: #FDDB3A;
  transition: 0.8s ease-in-out;
  color: #fff;
}
.header-phone-number a:hover{
  color: #fff;
}
/* Testimonial */
#testimonial {
  padding: 60px 0;
  position: relative;
  background-size: 100% 100%;
  background: #E0F2FF;
  z-index: 1;
}

.testimonial-background-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.testimonial-stars {
  padding: 20px 0 10px;
}
.testimonial-stars span i {
  color: #FE7443;
  font-size: 18px;
  padding-right: 10px;
  font-weight: 900;
}
.blog-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
section#testimonial .owl-nav {
  display: none;
}
section#testimonial .owl-dots {
  display: none;
}

.testimonial-heading h2 {
  font-family: Jost;
  font-size: 48px;
  font-weight: 700;
  line-height: 69.36px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}

.testimonial-heading h3 {
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 19.95px;
  letter-spacing: 0.23014286160469055px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #121212;
}
.items-testimonial {
  background: #F4F6FB;
  padding: 20px;
  border-radius: 32px;
}
.testimonial-content p {
  font-family: Plus Jakarta Sans;
  font-size: 18px;
  font-weight: 300;
  line-height: 22.68px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #334047;
}
.testi-title a {
  font-family: Nunito Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 27.28px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #334047;
}
.testi-title p {
  font-family: Nunito Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.82px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #5A717C;
  margin-bottom: 0;
}
.testi-title {
  padding-left: 12px;
}
.test-info {
  display: flex;
  align-items: center;
  justify-content: left;
}


/* our portfolio */
section#our-portfolio {
  padding: 60px 0;
  position: relative;
  background: #E3F3FF;
  z-index: 1;
}

.portfolio-background-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.test-copyright p a {
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 27.04px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  margin-bottom: 0;
}


.our-portfolio-image img {
  width: 100%;
  height: 100%;
}
.portfolio-heading h2 {
  font-family: Unbounded;
  font-size: 25px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0.1em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 8px;
}
.portfolio-heading h3 {
  font-family: Jost;
  font-size: 48px;
  font-weight: 700;
  line-height: 69.36px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.our-portfolio-box a {
  font-family: Jost;
  font-size: 25px;
  font-weight: 500;
  line-height: 36.13px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
}
#our-portfolio .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.portfolio-content-box {
  background: linear-gradient(360deg, #1195FF 12.55%, rgba(217, 217, 217, 0) 100%);
  padding: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.portfolio-inner-content:hover  .portfolio-content-box{
  display: block;
}
#our-portfolio button.owl-dot.active {
  width: 17px;
  height: 17px;
}
#our-portfolio .owl-dots .owl-dot {
  background: #1195FF;
  width: 11px;
  height: 11px;
  border: unset;
  margin: 3px;
  border-radius: 50px;
}
.portfolio-arrow a i {
  color: #FFFFFF;
  font-size: 28px;
  position: absolute;
  right: 26px;
  bottom: 30px;
}
.portfolio-arrow a i:hover {
  color: #FDDB3A;
}
section#our-portfolio .owl-nav {
  display: none;
}
.portfolio-content-box p {
  font-family: Jost;
  font-size: 18px;
  font-weight: 500;
  line-height: 26.01px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFFDB;
  margin-bottom: 0;
}


/* our Blogs */
section#our-blogs {
  padding: 60px 0;
  position: relative;
  background-size: 100% 100%;
}
.view-all-blogs-button a {
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 22.5px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #171717;
  background: #FDDB3A;
  border-radius: 42px;
  transition: 0.8s ease-in;

}
.blogs-view-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.view-all-blogs-button:hover a {
  background: #1195FF !important;
}
.view-all-blogs-button:hover a {
  color: #ffffff;
}
.view-all-blogs-button:hover i {
  color: #ffffff;
}

.view-all-blogs-button:hover {
  background: #1195FF;
}
.view-all-blogs-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  background: #FDDB3A;
  border-radius: 42px;
  max-width: fit-content;
  padding: 16px 34px;
  transition: 0.8s ease-in;
}
.view-all-blogs-button i {
  color: #171717;
  font-size: 18px;
  padding-left: 8px;
  transition: 0.8s ease-in;

}
#our-blogs .owl-nav {
  display: none;
}
.blog-img img {
  border-radius: 48px 48px 0 0;
  width: 100%;
}
.blog-title a {
  font-family: Jost;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1195FF;
}
.blogs-content p {
  font-family: Jost;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  padding: 18px 25px 30px;

}
.blog-contents-details {
  box-shadow: 0px 4px 4px 0px #00000040;
  background: #ffffff;
  border-radius: 0 0 48px 48px;
}

.blog-box:hover .blogs-category a {
  color: #1195FF;
  background: #FFFFFF;
}

.blogs-category a {
  font-family: Inter;
  font-size: 15px;
  font-weight: 800;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  background: #FDDB3A;
  padding: 10px 16px;
  border-radius: 50px;
}
.blogs-category {
  position: absolute;
  top: 44px;
  left: 12px;
}
.blog-title {
  padding: 18px 25px 0;
}
.blogs-heading h2 {
  font-family: Jost;
  font-size: 48px;
  font-weight: 700;
  line-height: 75px;
  letter-spacing: -1.2000000476837158px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1195FF;
}

.teams-inner-content{
  transition: 0.8s ease-in-out;
}
.our-team-box {
  position: absolute;
  bottom: 13px;
  left: 12px;
  background: #FFFFFF;
  width: 200px;
  padding: 12px 20px;
  border-radius: 48px;
  text-align: center;
  z-index: 1;
}
/*--------------------Video Section----------------*/

/* Outer */
.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  right: 0px;
  background: rgba(0, 0, 0, 0.77);
  z-index: 9999;
  border-radius: 0;

}
/* Inner */
.popup-inner {
  max-width:1000px;
  width:90%;
  position:absolute;
  top:50%;
  right:50%;
  -webkit-transform:translate(50%, -50%);
  transform:translate(50%, -50%);
  border-radius:3px;
}
.popup-inner embed {
  height: 500px;
  border: 4px solid #05A4FD;
}
/* Close Button */
.popup-close {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: ease 0.25s all;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 1000px;
  background: #0A2A2B;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #fff;
  font-weight: 700;
}

.popup-close:hover {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  background: rgba(0,0,0,1);
  text-decoration: none;
  background: #0A2A2B;
  color: #fff;

}
.yogo-video-container {
  position: relative;
}
.over_video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 20px 30px;
}
.custom-container {
  height: 700px;
  position: relative;
}
.ps_video{
  text-align: center;
}
.ps_video a i {
  color: #0A2A2B;
  font-size: 24px;
  background: #05A4FD;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.outer_video {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.outer_video {
  background: rgba(255,255,255,0.2);
  border-radius: 50px;
  padding: 10px;
  margin: 16px;
}
.yoga-video-contents h2 {
  color: #fff;
  text-align: left;
  font-size: 22px;
  font-family: "outfit";
  font-weight: 500;
  margin-bottom: 0;
}
.yoga-video-contents h3 {
  color: #fff;
  text-align: left;
  font-size: 38px;
  font-family: 'Cormorant';
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 0;
}
.yoga-video-contents p {
  color: #FFFFFF;
  font-size: 16px;
  font-family: 'Outfit';
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  width: 64%;
}
.yoga-video-contents {
  padding: 10px;
}



/*------------------ Contact Page -----------------*/
.contact-page-details
{
  padding-bottom: 30px;
}
h3.contact-page {
  margin-left: 3%;
  font-weight: bold;
  color: #18304c;
  border-bottom: solid 4px #d3da36;
  display: table;
  margin-bottom: 4%;
}
.contac_form input[type='text'],
.contac_form input[type='email'],
.contac_form input[type='url'],
.contac_form input[type='password'],
.contac_form input[type='search'],
.contac_form input[type='number'],
.contac_form input[type='tel'],
.contac_form input[type='range'],
.contac_form input[type='date'],
.contac_form input[type='month'],
.contac_form input[type='week'],
.contac_form input[type='time'],
.contac_form input[type='datetime'],
.contac_form input[type='datetime-local'],
.contac_form input[type='color'],
.contac_form select,
.contac_form textarea,
.contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  background-color:transparent;
  border-color: #ccc;
  color: #2f3357;
  border-radius: 0px;
  box-shadow: none;
    border: 1px solid #C9AF86;
  background-color: transparent;
  width: 100%;
}
.contact-box .wpcf7 input[type="text"], .contact-box .wpcf7 input[type="email"] {
  font-size: 16px;
  padding: 10px 10px;
  margin: 0 12px 32px 0;
  height: auto;
  background: unset;
  border-radius: unset;
  opacity: 1;
  border: 1px solid #C9AF86;
}
.outer_dpage h2 {
  font-family: Cormorant Garamond;
  font-size: 42px;
  font-weight: 600;
  line-height: 42.39px;
  text-align: center;
  color: #1A1819;
}
td.product-name a {
  color: #1A1819;
}
.wishlist_table .product-stock-status span.wishlist-in-stock {
  color: #0A2A2B;
}
.wishlist_table .product-add-to-cart a {
  display: table!important;
  margin: 0 auto 5px!important;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
  color: #FFFFFF;
  background: #1A1819;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 5px;

}
.woocommerce-MyAccount-content p a{
  font-family: 'Lato';
  color: #818181;
  font-weight: 600;
  font-size: 16px;
}
.woocommerce-MyAccount-content p {
  font-family: 'Lato';
  color: #1A1819;
  font-weight: 600;
  font-size: 16px;
}
nav.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  margin-bottom: 10px;
  border: 1px solid #0A2A2B;
  padding: 12px;
}
nav.woocommerce-MyAccount-navigation ul li a {
  font-family: 'Lato';
  color: #1A1819;
  font-weight: 600;
  font-size: 16px;
}

.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0,0,0,.1);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
  font-size: 18px;
  color: #1A1819;
  text-align: center;
  font-family: 'Cormorant Garamond';
  font-weight: 900;
}
.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em;
  font-size: 18px;
  color: #1A1819;
  text-align: center;
  font-family: 'Cormorant Garamond';
  font-weight: 900;
}
.outer_dpage {
  padding: 60px 0;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  padding: 13px;
  border-radius: unset;
  border: 1px solid #222222;
  border: 1px solid #58585833;
  margin-top: 10px;
}
.contact-box .contac_form input[type="submit"]:hover{
  background: #1195FF !important;
  color: #fff !important;
}
.contact-box a:hover {
  color: #0A2A2B;
}
.contact-box .contac_form input[type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.8s ease-in-out;
    border: unset;
    margin: 12px 0;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: #FDDB3A !important;
    padding: 12px 42px;
    max-width: max-content;
    color: #1D1D1D;
    border-radius: 8px;

}
.services-content-box {
  padding: 16px 0;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: center;
  align-items: center;
}
.special-offer-percentage h2 {
  font-family: Cormorant Garamond;
  font-size: 62px;
  font-weight: 600;
  line-height: 75.08px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
  height: 190px;
  width: 225px;
  background: #0A2A2B;
  clip-path: polygon( 21.847% 10.395%,21.847% 10.395%,27.327% 6.493%,32.772% 3.569%,38.157% 1.556%,43.461% 0.388%,48.66% 0%,53.733% 0.326%,58.655% 1.3%,63.404% 2.857%,67.958% 4.93%,72.293% 7.453%,72.293% 7.453%,75.092% 9.777%,78.077% 12.724%,81.167% 16.278%,84.279% 20.42%,87.332% 25.134%,90.245% 30.401%,92.935% 36.204%,95.322% 42.525%,97.323% 49.347%,98.856% 56.651%,98.856% 56.651%,99.623% 63.953%,99.572% 71.472%,98.751% 78.816%,97.208% 85.594%,94.988% 91.416%,92.141% 95.89%,88.713% 98.624%,84.751% 99.228%,80.304% 97.311%,75.418% 92.48%,75.418% 92.48%,70.987% 88.573%,66.251% 87.25%,61.204% 87.907%,55.837% 89.941%,50.143% 92.749%,44.114% 95.729%,37.742% 98.276%,31.019% 99.788%,23.938% 99.661%,16.49% 97.293%,16.49% 97.293%,9.779% 92.415%,4.869% 85.466%,1.688% 76.905%,0.164% 67.191%,0.227% 56.783%,1.805% 46.14%,4.827% 35.721%,9.222% 25.984%,14.919% 17.389%,21.847% 10.395% );
  display: flex;
  align-items: center;
  justify-content: center;
  animation: shake 16s linear infinite;
}
.special-deal-contents {
  padding-left: 36px;
}
.pagination span a {
  background: #0A2A2B !important;
  background: #fff;
  color: #1A1819;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: 0.6s ease-in-out;
  border: unset;
  margin-right: 6px;
}


.pagination span span {
  background: #0A2A2B !important;
  background: #fff;
  color: #1A1819;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: 0.6s ease-in-out;
  border: unset;
  margin-right: 6px;
}
.c_content span {
  color: #000000;
  line-height: auto;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.09px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.contact-page-details a {
  font-family: 'Jost';
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: center;
  color: #7F7F7F;
}
section#contact-box{
  padding:0;
  margin:0;
}

.contact-info {
  font-size: 14px;
  line-height: 26px;
  padding: 20px;
  width: 100%; 
}
.contac_form h3 {
  font-family: 'Jost';
  font-size: 42px;
  font-weight: 600;
  line-height: 42.39px;
  text-align: center;
  color: #000000;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  height: 100px;
  width: 100%;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #818181;
  padding: 10px;
  border: 1px solid #C9AF86;
  border-radius: unset;
  padding: 24px 16px;

}
.background-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.contac_form label {
  font-family: 'dashicons';
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  padding: 16px 0;
}
div#single-teams {
  padding: 60px 0;
}

.contact-box .wpcf7 input[type="text"]::placeholder {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #818181;
}


.contact-info .head{
  color:#000;
}
.contact-address, .contact-email, .contact-phone {
  margin: 7px 0;
}
.order-track-hover.text-start p {
  font-family: 'Mulish';
  font-size: 16px;
  font-weight: 400;
  color: #1B1C1E;
}
.wp-block-search__label {
  font-family: Jost;
  font-size: 20px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -0.04em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 0;
}
.wp-block-search__input{
  background: unset;
  border: 1px solid #C9AF86;
  width: 100%;
  padding: 14px;
  color: #929292;
  font-family: 'Cormorant';
  font-size: 16px;
  font-weight: 700;
}
button.wp-block-search__button.wp-element-button::after {
  content: "\f002";
  font-family: 'FontAwesome';
  color: #000000;
  right: 20px;
  top: 11px;
  position: absolute;
  font-size: 20px;
  z-index: 1;
}
textarea#comment::placeholder {
  font-family: Plus Jakarta Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ADAFAE;
  padding: 4px 4px;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: auto;
  background: #05A4FD;
  padding: 8px 29px;
}
span.post-title {
  font-size: 18px !important;
  color: #808080 !important;
  padding-left: 7px;
}
.nav-next span {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-family: 'Jost';
  font-weight: 500;
  margin-bottom: 0;

}
div#single-testimonial {
  padding: 60px 0;
}
.test-info img {
  width: 72px;
  height: 72px;
  border-radius: 36px;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  max-width: fit-content;
  background: #05A4FD;
  padding: 8px 29px;
}
span.post-title {
  font-size: 18px;
  color: #000000 !important;
  padding-left: 14px
}
.our-portfolio-box a:hover {
  color: #fff;
}
.nav-previous span {
  color: #ffffff !important;
  text-align: center;
  font-size: 22px;
  font-family: 'Jost';
  font-weight: 500;
  margin-bottom: 0;
}
.wp-block-search__button {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: unset !important;
  border: unset !important;
  font-size: 0 !important;
}
.single-page-content p {
  padding: 16px 0;
  font-family: Jost;
  font-size: 19px;
  font-weight: 400;
  line-height: 30.13px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #131313;
  margin-bottom: 0;
  transition: 0.8s ease-in-out;
}
.wp-block-search__inside-wrapper{
  position: relative;
}
.contac_form textarea, .contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  background-color: transparent;
  border-color: #ccc;
  color: #2f3357;
  border-radius: 10px;
  box-shadow: none;
  border: 1px solid #cccccc;
  background-color: transparent;
  width: 100%;
}
#sidebar {
  padding: 10px;
  background: #FDDB3A;
  padding: 30px;
}
div#sidebar h2 {
  font-family: Jost;
  font-size: 25px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -0.04em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 0;
}
div#sidebar ul li a {
  font-family: Jost;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.blog-box {
  position: relative;
}
.blog-box-content img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.singlepage-blog-title a {
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: right;
  color: #1A1819;
}
div#full-width-blog {
  padding: 60px 0;
}


.middle-align {
  padding: 60px 0;
}
.middle-align ul li a {
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: center;
  color: #818181;
}
.c_content {
  color: #ffffff;
}
.contact-page-details .contact-address
{
  text-align: center;
  border: 2px solid #1195FF;
  padding: 11px;
  height: 170px;
  border-radius: 21PX;
}
aside#media_image-2 {
  padding-bottom: 24px;
}

.footer1 .textwidget p {
  font-family: Jost;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.66px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.contact-us-form input::placeholder {
  color: #929292;
  font-family: 'Cormorant';
  font-size: 16px;
  font-weight: 700;
}
.contact-us-form textarea::placeholder {
  color: #929292;
  font-family: 'Cormorant';
  font-size: 16px;
  font-weight: 700;
}
 .textwidget p {
  color: #000000;
  font-family: Jost;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.66px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.about_me ul li a {
  color: #231F20;
  font-family: Jost;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.time p span {
  color: #231F20;
  font-family: Jost;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.time1 p span {
  color: #231F20;
  font-family: Jost;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.time p {
  font-family: Jost;
  font-size: 18px;
  font-weight: 700;
  line-height: 26.01px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}

.time1 p {
  font-family: Jost;
  font-size: 18px;
  font-weight: 700;
  line-height: 26.01px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.footer1 .textwidget {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;

}
.menu-footer-menus-container {
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 42px;
}
aside#media_image-2 img {
  width: auto;
}
.cash_img img {
  width: 100%;
  padding-right: 8px;
}
.footer-chief-images img {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-179px, 140px);
}
.media-post-image img {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #0A2A2B;
}
.media.post-thumb {
  display: flex;
  align-items: center;
  justify-content: left;
}
#shop .yith-wcwl-add-button {
  display: none;
}
.woocommerce ul.products li.product .price del {
  color: inherit;
  opacity: .5;
  display: inline-block;
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
  color: #818181;
}
.woocommerce ul.products li.product .price ins {
  background: 0 0;
  font-weight: 700;
  display: inline-block;
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
  color: #1A1819;
  text-decoration: none;
}
.contact-page-details .contact-email
{
  text-align: center;
  border: 2px solid #1195FF;
  padding: 11px;
  height: 170px;
  border-radius: 21PX;


}
.contact-page-details .contact-phone
{
  text-align: center;
  border: 2px solid #1195FF;
  padding: 11px;
  height: 170px;
  border-radius: 21PX;
}




.contact-box .wpcf7 input[type="text"]::placeholder, .contact-box .wpcf7 input[type="email"]::placeholder {
  color: #929292;
  font-family: 'Cormorant';
  font-size: 16px;
  font-weight: 700;
}




.contact-box {
  padding: 60px 0;
}
.contact-page-details .inner-cont i {
  font-size: 32px;
  color: #1195FF;
  padding: 14px 0;
}
.contac_form span.wpcf7-form-control-wrap input{
  margin: 0 12px 30px 0;
  border: 2px solid #cccccc;

}



/* Contact us */

.contact-us-details h2 {
  color: #0A2A2B;
  text-align: left;
  font-size: 22px;
  font-family: "outfit";
  font-weight: 500;
  margin-bottom: 0;
}
.contact-us-details h4 {
  color: #0A2A2B;
  text-align: left;
  font-size: 38px;
  font-family: 'Cormorant';
  font-weight: 700;
  line-height: 56px;
}
.contact-us-form label {
  font-size: 16px;
  font-family: 'Cormorant';
  color: #0A2A2B;
  font-weight: 600;
}

.contact-us-form input {
  background: unset;
  border: 1px solid #C9AF86;
  width: 100%;
  padding: 14px;
  margin-bottom: 20px;
}

.contact-us-form textarea {
  background: unset;
  border: 1px solid #C9AF86;
  width: 100%;
  padding: 14px;
  margin-bottom: 20px;
}

section#contact-us {
  padding: 60px 0;
}

.contact-us-map embed {
  height: 325px;
}
.contact-us-form p {
  margin-bottom: 0;
}
.contact-us-form {
  position: relative;
} 

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
}
.topbar-email-content a:hover {
  color: #C9AF86;
}

.contact-us-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
  font-family: 'Outfit';
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background: #0A2A2B;
  padding: 13px 26px;
  width: 160px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.8s ease-in-out;
  margin-bottom: 0;
  border: unset;
}
.have-questions-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  background: #fff !important;
  color: #1195FF;
}
.teams-inner-content {
  position: relative;
}
.our-teams-page {
  padding: 60px 0;
}
.our-classes-page {
  padding: 60px 0;
}
form.search-form.serach-page [type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
  background: unset;
  border: 1px solid #C9AF86;
  width: 100%;
  padding: 14px;
  background: #fff;
}

.service-single-body {
  text-align: left;
  letter-spacing: 0px;
  color: #1195FF;
  opacity: 1;
  font-family: 'Cormorant';
  font-size: 20px;
  font-weight: 700;
}
.service-single-body {
  text-align: left;
  letter-spacing: 0px;
  color: #fff;
  opacity: 1;
  font-family: 'Cormorant';
  font-size: 20px;
  font-weight: 700;
  width: 100%;
}

.contact-us-form .wpcf7 form .wpcf7-response-output {
  padding: 0.2em 1em;
  border: 2px solid #C9AF86 !important;
  font-size: 17px;
  color: #0A2A2B;
  font-family: 'Outfit';
  font-weight: 500;
  margin-bottom: 18px;
  text-align: center;
  margin: 10px 0 0;

}
.service-para {
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration-skip-ink: none;
  color: #000000;
  padding: 8px 0 0;
}
.head-para .service-heading {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  font-family: 'Jost';
  line-height: normal;
  margin-bottom: 0;
}
section#singleService {
  padding: 60px 0;
}
.service-image1 img {
  width: 100%;
}
.service-paragraph {
  padding: 8px 0 0;
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration-skip-ink: none;
  color: #000000;
}
.service-image2 img {
  width: 100%;
}
#singleService .nav-item {
  background: #1195FF !important;

}
.single-srevice-title a {
  text-align: left;
  letter-spacing: 0px;
  color: #1195FF;
  opacity: 1;
  font-family: 'Cormorant';
  font-size: 30px;
  font-weight: 700;
}
.single-srevice-title a:hover {
  color: #C9AF86;
}
#singleService .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #FFFFFF !important;
  background-color: #000000 !important;
  width: 100%;
  border-radius: 0;
}
#singleService .nav-item {
  background: #1195FF !important;
  width: 100%;
  margin-bottom: 15px;
}
.nav-pills .nav-link.active .service-single-body {
  color: #FFFFFF;
}
.single-srevice-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#singleService .nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
  padding: 18px 18px;
  width: 100%;
}
.search-page-sec [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
  font-family: 'Outfit';
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background: #0A2A2B;
  padding: 13px 26px;
  height: 53px;
  transition: 0.8s ease-in-out;
  margin-bottom: 0;
  border: unset;
}
.topbar-socialbox a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-footer-menus-container .current-menu-item a {
  color: #05A4FD !important;
}
/* footer */
.main-navigation a:hover {
  color: #FDDB3A !important;
}
.banner-right-image img {
  width: 100%;
}

.news-form-input input.wpcf7-form-control.wpcf7-text {
  border: 1px solid #C9AF86;
  background: unset;
  padding: 14px;
  width: 100%;
}

.news-form-input input.wpcf7-form-control.wpcf7-text::placeholder {
  font-family: 'Cormorant';
  font-size: 16px;
  color: #929292;
  font-weight: 500;
}
.have-questions-form form.wpcf7-form.init p {
  margin-bottom: 0;
}

/* banner */
.card h1 {
  color: #fff;
  font-family: Jost;
  font-size: 48px;
  font-weight: 700;
  line-height: 69.36px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.banner-image .card {
  padding: 50px;
  border: unset;
  background: #1195FF;
  border-radius: 0px 21px 21px 0;
}

.bradcrumbs a {
  font-family: 'Roboto';
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding-right: 12px;

}
.bradcrumbs {
  font-family: 'Roboto';
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

/* Single blog page */

.feature-box img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.main-single-div .content_page {
  background: #DDF0FF;
  padding: 26px;
  margin-bottom: 60px;
}

.main-single-div p {
  font-family: Jost;
  font-size: 18px;
  font-weight: 400;
  line-height: 36.13px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #131313;
  margin-bottom: 0;
  transition: 0.8s ease-in-out;

  margin-bottom: 0;
}
.main-single-div h1 {
  font-family: Jost;
  font-size: 42px;
  font-weight: 700;
  line-height: 65.38px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
ol.comment-list a {
  color: #000000;
}
p.comment-form-comment textarea {
  background: #fff;
  border: 2px solid #1195FF;
  width: 100%;
  padding: 14px;
  margin-bottom: 20px;
  height: 120px;
  font-family: 'Jost';
  font-size: 18px;
  color: #050505;
  border-radius: 8px;
}
.comment-form-comment textarea::placeholder
{
  color: #FFF;
}
.form-submit input#submit {
  display: flex;
  align-items: center;
  justify-content: center;
  border: unset;
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background: #FDDB3A;
  padding: 12px 42px;
  max-width: max-content;
  color: #1D1D1D;
  border-radius: 8px;
}
.meta-box-question {
  font-family: Jost;
  font-size: 30px;
  font-weight: 700;
  line-height: 75px;
  letter-spacing: -1.2000000476837158px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1195FF;
}

.metabox span {
  font-family: Jost;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -0.04em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 0;
}
span.entry-date {
  padding: 0px 30px;
}
.metabox span a {
  font-family: Jost;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -0.04em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 0;
  text-transform: capitalize;


}
.metabox {
  padding-bottom: 18px;
}
.social-icons a i:hover {
  color: #fff;
  background: #FDDB3A;
  transition: 0.8s ease-in-out;
}


.social-icons p a i {
  padding-left: 0;
  margin-left: 0px;
  font-size: 18px;
  color: #fff;
  width: 41px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 11px;
  background: #1195FF;
  text-align: center;
  border-radius: 50px;
}
.social-icons p {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-bottom: 24px;
}
div#respond h2 {
  color: #FFFFFF;
  text-align: left;
  font-size: 38px;
  font-family: 'Cormorant';
  font-weight: 700;
  line-height: 56px;
}

div#comments h2 {
  font-family: Jost;
  font-size: 30px;
  font-weight: 700;
  line-height: 65.38px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}

div#div-comment-3 a {
  color: #050505;
  font-size: 16px;
  font-family: 'Jost';
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}
.comment-author.vcard {
  color: #050505;
  font-size: 16px;
  font-family: 'Jost';
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}

.blog-title a:hover {
  color: #FDDB3A;
}
.read-more-button a:hover{
  color: #FDDB3A;

}


/* header search */

.search-register-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-container {
  position: relative;
  display: inline-block;
}
.header-searchform-register-button button i {
  font-size: 22px;
  color: #000000;
}
.header-searchform-register-button button.search-submit {
  position: absolute;
  right: 16px;
  bottom: 0;
  top: 0;
  margin: auto;
}
button.search-submit i {
  color: #0A2A2B;
  font-size: 18px;
}
.searchBox {
  display: none;
  position: absolute;
  top: 57px;
  left: -58px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 10;
  box-shadow: unset;
  outline: none;
  border: unset;
  background: unset;
  width: 300px;

}

.search-field {
  padding: 5px;
  border: 1px solid #ccc;
  outline: none;
  width: 200px;
}

.search-submit {
  background: none;
  border: none;
  cursor: pointer;
}

.search-submit i {
  font-size: 16px;
}

.close {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.search-register-button button.search-submit{
  position: absolute;
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.header-searchform-register-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

/* terms and condition*/
section#tandc {
  padding: 60px 0;
}
section#tandc h1 {
  font-family: Jost;
  font-size: 48px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 32px;
}
section#tandc h2 {
  font-size: 25px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -0.04em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 0;
  padding-top: 26px;

}
section#tandc p {
  margin-bottom: 0;
  font-family: Jost;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}


/* faq page */
.faq-page {
  padding: 60px 0;
}
.panel-body p {
  font-family: Jost;
  font-size: 17px;
  font-weight: 400;
  line-height: 26.13px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #131313;
  margin-bottom: 0;
  transition: 0.8s ease-in-out;
}
.accordion-button{
  font-family: Jost;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 28.9px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #050505 !important;
}
.accordion-button:not(.collapsed) {
  color: #1195FF !important;
  background-color: unset !important;
  box-shadow: unset !important;
}
.accordion-header {
  margin-bottom: 0;
  background: unset !important;
  border: unset !important;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid #1195FF !important;
  border-radius: 8px !important;
}

.accordion-button:focus {
  z-index: 3;
  border-color: unset !important;
  outline: 0;
  box-shadow: unset !important;
}
.faq-content-box  .card{
  border: unset;
}
.accordion-button{
  padding: 0 !important;
}

.faq-content-box .card-header {
  padding: 20px 26px !important;
}
.accordion-body {
  padding: 0px 26px 20px !important;
}


/* footer */
div#footer {
  position: relative;
  z-index: 1;
}
.footer-background-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
.footer-cols {
  position: relative;
  z-index: 1;
}


/* 404 page */
.page-content h3 span {
  font-family: Jost;
  font-size: 55px;
  font-weight: 700;
  line-height: 65.38px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.page-content h3 {
  text-align: center;
}
.page-content p {
  font-family: Jost;
  font-size: 19px;
  font-weight: 400;
  line-height: 36.13px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #131313;
  margin-bottom: 0;
  transition: 0.8s ease-in-out;
}
.error404 .content_page {
  padding: 60px 0;
} 
.read-moresec a {
  font-family: Jost;
  font-size: 20px;
  font-weight: 400;
  line-height: 22.5px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #171717;
  background: #FDDB3A;
  padding: 18px 44px;
  border-radius: 42px;
}
.read-moresec {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 46px;
}