@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&amp;display=swap');



body {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.gal {
  float: left;
  width: 100%;
}
.gal img {
  float: left;
  width: 100%;
  border: 2px solid #801838;
}
.about-part p video {
  float: right;
  width: 30%;
  margin-left: 20px;
  border: 3px solid #04393b;
}
.hdd {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.about-part img {
  float: right;
  width: 30%;
  margin-left: 15px;
  border: 5px solid #04393b;
}
.main-container {
  float: left;
  width: 100%;
  overflow: hidden;
  background: url(../images/bg3.png);
  background-attachment: fixed;
  background-repeat: repeat;
}


ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

.text-center {
  text-align: center !important;
}


.header {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
}



.top-head {
  background: linear-gradient(45deg, #04393b, #88d2c9);
  padding: 5px 0;
  float: left;
  width: 100%;
}

.top-head-cta ul li {
  display: inline-block;
  padding: 5px 9px 5px 13px;
}

.top-head-cta ul li a {
  color: #000000;
  display: inline-block;
  text-align: right;
  position: relative;
  background: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  padding: 3px 15px 5px 30px;
  border-radius: 50px;
}

.top-head-cta ul li a i {
  display: inline-block;
  border-radius: 8px;
  width: 30px;
  height: 30px;
  line-height: 34px;
  position: absolute;
  left: -7px;
  text-align: center;
  top: -1px;
  background: #fea30e;
  transform: rotate(45deg);
  fill: #ffffff;
}

.center-top-head {
  background: #fea30e;
  padding: 5px 8px;
  font-size: 16px;
  text-align: center;
  position: relative;
}

.center-top-head:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: #fea30e;
  right: -5px;
  top: 7px;
  z-index: 1;
  transform: rotate(45deg);
}

.center-top-head:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: #fea30e;
  left: -5px;
  top: 7px;
  z-index: 1;
  transform: rotate(45deg);
}

.center-top-head li {
  margin: 0 4px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 18px;
}

.center-top-head li i {
  background: linear-gradient(to right, #1e0142, #850149);
  color: #fff;
  border-radius: 7px;
  width: 28px;
  height: 28px;
  font-size: 15px;
  padding: 6px 0;
  fill: #ffffff;
  position: relative;
  top: -0.5px;
}

.ic-r {
  text-align: center;
  padding: 4px 0;
}

.ic-r p {
  color: #ff2f0d;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zoom-in-zoom-out {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

.ic-r img {
  width: 29px;
  margin-right: 5px;
}

.light-back {
  background: #fff;
  border-radius: 45px;
  margin-top: 5px;
}



.mar-part marquee {

  margin-bottom: -6px;
  padding: 3px 0;
}

.mar-part {
  float: left;
  width: 100%;
  padding: 5px 8px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(45deg, #04393b, #88d2c9);
}


.main-services {
  position: relative;
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.main-services1 {
  padding: 10px;
  width: 20%;
  text-align: center;
}

.main-services2 {
  padding: 30px 25px 60px;
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 9;
  border-radius: 300px;
  box-shadow: 0 0 15px 0px #c9c9c95e;
  border: 1px solid #fea30e;
}

.main-services2:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 300px;
  left: 0;
  top: 0;
  background: linear-gradient(45deg, #04393b, #88d2c9);
  z-index: -9;
  transition: transform .5s ease;
  transform: scaleX(0);
  transform-origin: right;
}

.main-services2:after {
  height: 300px;
  width: 300px;
  background: #ffffff;
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 0;
  opacity: 0;
  top: 250px;
  transform-origin: left;
  transition: transform .5s ease, opacity .5s ease;
}

.main-services2:hover:before {
  transform: scale(1);
  transform-origin: left;
}

.main-services2:hover:after {
  opacity: 0.1;
  transform: perspective(150px) scaleX(1);
}

.main-services2 span {
  background: #f5f5f5;
  border: solid 1px #ffd06d;
  height: 130px;
  width: 130px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 130px;
}

.main-services2 span img {
  width: 50%;
}

.main-services2:hover strong {
  color: #fff;
}

.main-services2 strong {
  font-size: 22px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #04393b;
  font-weight: 600;
  padding: 16px 0 0 0;
  display: block;
}

.main-services2 p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 21px;
  padding: 9px 0 0 0;
}

.main-services2:hover p {
  color: #fff;
}


.about-part {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.line-style {
  background: #fea30e;
  height: 1px;
}

.sab-title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 26px 5px;
  border-radius: 40px;
  background: #fea30e;
  color: #0a0a0a;
  position: relative;
  top: -15px;
  display: flex;
}

.center-title {
  margin: 0 auto;
  width: fit-content;
}

.title-h2 {
  font-size: 50px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #04393b;
  font-weight: 700;
}

.about-list-btn li {
  display: inline-block;
  margin-right: 10px;
  background: linear-gradient(to right, #ffdd98, #fea30e, #ffdd98);
  padding: 8px 25px;
  border-radius: 100px;
  color: #000000;
  border: solid 1px #ffcc5d;
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0px;
}

.about-list-btn {
  margin: 11px 0;
}

.about-list-btn li i {
  color: #911243;
}

.title-h3 {
  line-height: 1.2;
  text-transform: capitalize;
  color: #04393b;
  font-weight: 700;
  font-size: 30px;
}

.cta-card {
  background: linear-gradient(to right, #ffdd98, #fea30e, #ffdd98);
  padding: 15px 25px;
  border-radius: 8px;
  border: solid 1px #ffcc5d;
  text-align: center;
  margin-top: 20px;
  float: left;
}

.cta-card a {
  font-size: 50px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #04393b;
  font-weight: 700;
}

.cta-card a i {
  font-size: 40px;
}

.sab-change {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 26px 5px;
  border-radius: 40px;
  background: #24013e;
  color: #ffffff;
  position: relative;
  top: -15px;
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  margin-top: 25px;
}

.about-part p {
  font-size: 17px;
  line-height: 40px;
}


.ser-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.ser-card {
  overflow: hidden;
  position: relative;
  z-index: 9;
  border-radius: 12px;
  box-shadow: 0 0 15px 0px #c9c9c95e;
  border: 1px solid #fea30e;
  background: linear-gradient(45deg, #04393b, #88d2c9);
  padding: 0 20px 20px 20px;
  border-top: unset;
  margin-bottom: 15px;
  margin-top: 20px;
}

.ser-card img {
  padding: 0px;
  border-radius: 0 0 200px 200px;
  border: 6px solid #ffffff;
  text-align: center;
  border-top: 0;
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
}

.ser-card h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 26px 5px;
  border-radius: 0;
  background: linear-gradient(to right, #ffdd9805, #ffffffe3, #ffffffe3, #ffffffe3, #ffdd9805);
  color: #0a0a0a;
  text-align: center;
}

.ser-card h3 {
  color: #fff;
  text-align: center;
  font-size: 25px;
  margin-top: 10px;
}

.ser-card p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
}

.cta-card-link {
  color: #000000;
  background: #fea30e;
  padding: 10px 19px;
  display: block;
  width: fit-content;
  margin: 0 auto;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 500;
}





.footer {
  background: #101010;
  position: relative;
  z-index: 9;
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.footer:before {
  background: url(../images/bg2.jpg) no-repeat;
  position: absolute;
  background-size: cover;
  content: "";
  height: 100%;
  top: 0;
  background-position: center;
  width: 100%;
  left: 0;
  z-index: -9;
  opacity: 0.1;
}

.footer-left1 {
  padding: 0px 40px 30px 0px;
}

.footer-about p {
  color: #a3a3a3;
  padding: 15px 0 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.footer-about a {
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(45deg, #04393b, #88d2c9);
  padding: 9px 21px 9px 21px;
  font-weight: 600;
  text-shadow: 0px -1px 9px #e5a355;
  margin: 17px 0 0px 0;
  border-radius: 28px;
}

.footer-links {
  padding: 18px 0 0;
}

.footer-navigation1 strong {
  display: block;
  color: #fea30e;
  font-size: 23px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 500;
}

.footer-navigation1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-navigation1 ul li {
  padding: 8px 0 8px 17px;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
}

.footer-navigation1 li:before {
  content: "";
  font-size: 15px;
  margin: 0;
  left: 0;
  border-radius: 20px;
  top: 16px;
  width: 7px;
  height: 7px;
  background: #fea30e;
  position: absolute;
}

.footer-navigation1 ul li a {
  color: #c5c5c5;
}

.footer-services1 {
  padding: 0 0px;
}

.footer-services1 strong {
  display: block;
  color: #fea30e;
  font-size: 23px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 500;
}

.services-left1 {
  padding: 0px;
}

.services-left1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.services-left1 ul li {
  padding: 8px 0 8px 17px;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  color: #c5c5c5;
}

.services-left1 li:before {
  content: "";
  font-size: 15px;
  margin: 0;
  left: 0;
  border-radius: 20px;
  top: 16px;
  width: 7px;
  height: 7px;
  background: #fea30e;
  position: absolute;
}

.footer-right1 {
  padding: 0px 0 0 30px;
  border-left: 1px solid #fea30e;
}

.footer-right1 strong {
  display: block;
  color: #fea30e;
  font-size: 26px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 700;
  position: relative;
}

.footer-right1 strong:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: linear-gradient(45deg, #04393b, #88d2c9);
  left: 0;
  bottom: -5px;
  border-radius: 20px;
}

.footer-right1 strong:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 50%;
  background: #fea30e;
  border-radius: 20px;
  left: 0;
  bottom: -6px;
}

.footer-right1 ul {
  padding: 20px 0 0;
  margin: 0;
  list-style: none;
}

.footer-right1 ul li {
  padding: 15px 0;
}

.footer-right1 li i {
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
  color: #fea30e;
  text-transform: uppercase;
  display: block;
}

.footer-right1 li span {
  font-size: 15px;
  display: block;
  padding: 6px 0 0 0;
  color: #d1d1d1;
}

.copy-right {
  padding: 30px 0 0;
  border-top: 1px solid #fea30e;
}

.copy-right p {
  color: #fff;
  font-size: 15px;
  display: block;
}



.testimonials {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.testimonials-1 {
  padding: 15px 15px;
}

.testimonials-2 {
  padding: 0 0 25px;
  position: relative;
  padding: 0;
}

.quote i {
  font-size: 140px;
  color: #ffffff;
  margin: -49px 0 0;
  position: absolute;
  bottom: 0;
  opacity: .1;
}

.client-detail {
  padding: 8px 20px 6px;
  background: #000;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px 30px 0 0;
}

.testi-box .client-detail span {
  font-size: 18px;
  color: #fea30e;
  font-weight: 600;
  text-transform: capitalize;
}

.testi-box .client-detail .rating i {
  color: #fff;
  font-size: 16px;
}

.client-msg p {
  font-size: 16px;
  font-weight: 300;
  line-height: 31px;
  color: #ffffff;
  background: linear-gradient(45deg, #04393b, #88d2c9);
  background-position: center;
  padding: 15px 15px 20px;
  border-radius: 0 0 30px 30px;
  text-align: justify;
}




.why {
  float: left;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(45deg, #04393b, #88d2c9);
}

.why-header {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 35px;
  color: #fea30e;
}

.why-sub {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.counter {
  text-align: center;
  padding: 0 20px 20px;
  position: relative;
  z-index: 1;
  margin-top: 30px;
  float: left;
  width: 100%;
}

.counter:before {
  content: '';
  border: 3px solid #fea30e;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 30px;
  bottom: 0;
  right: 0;
  z-index: -1;
  clip-path: polygon(0 0, 50% 0, 50% 50%, 100% 50%, 100% 100%, 0 100%);
}

.counter .counter-icon {
  color: #013220;
  background-color: #fea30e;
  font-size: 33px;
  line-height: 63px;
  width: 65px;
  height: 65px;
  margin: 0 auto 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.counter .counter-icon i {
  line-height: 65px;
}

.value-plus {
  color: #fea30e;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 4px;
  display: block;
}

.counter h3 {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  margin: 0;
}

.gallery-cont {
  float: left;
  width: 100%;
  padding-top: 40px;
}
.gallery-cont .gal img {
  border: 5px solid #8f1938;
}
.gallery-cont-img {
  float: left;
  width: 100%;
}
.gallery-cont-img .col-sm-3 {
  padding: 1px;
}
@media(min-width:992px) and (max-width:1200px) {}

@media(min-width:768px) and (max-width:991px) {
  .top-head-cta {
    text-align: center;
  }

  .ser-section .col-sm-4 {
    width: 50%;
  }

  .main-services1 {
    width: 49%;
    display: inline-grid;
  }
}

@media(min-width:640px) and (max-width:767px) {
  .top-head-cta {
    text-align: center;
  }

 

  .cta-card a {
    font-size: 26px;
  }

  .main-services1 {
    width: 49%;
    display: inline-grid;
  }

  .footer {
    padding: 50px 20px;
  }
}

@media(min-width:480px) and (max-width:639px) {
  .top-head-cta {
    text-align: center;
  }

  .header2 {
    display: none;
  }

  .cta-card a {
    font-size: 26px;
  }

  .main-services1 {
    width: 49%;
    display: inline-grid;
  }

  .footer {
    padding: 50px 20px;
  } .about-part img {
  width: 100%;
}
.top-head-cta ul li a {
  font-size: 11px;
}
.header .container-fluid {
  padding: 0;
}
.about-part p video {
  float: right;
  width: 100%;
  padding-left: 0px;
  border: 3px solid #04393b;
}
}

@media(min-width:320px) and (max-width:479px) {
  .top-head-cta {
    text-align: center;
  }



  .cta-card a {
    font-size: 26px;
  }

  .main-services1 {
    width: 100%;
  }

  .footer {
    padding: 50px 20px;
  }
  .about-part img {
  width: 100%;
}
.top-head-cta ul li a {
  font-size: 11px;
}
.header .container-fluid {
  padding: 0;
}
.about-part p video {
  float: right;
  width: 100%;
  padding-left: 0px;
  border: 3px solid #04393b;
}
}