* {
  margin: 0;
  padding: 0;
}

html,
body {
  position: relative;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.swiper {
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  background-color: #222222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  color: #f2f2f2;
  font-family: "Poppins", sans-serif;
}

h1 {
  color: #f2f2f2;
  font-size: calc(1.5625rem + 3.75vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 4.375rem;
  }
}

h2 {
  font-size: calc(1.4375rem + 2.25vw);
  font-weight: 600;
}
@media (min-width: 1200px) {
  h2 {
    font-size: 3.125rem;
  }
}

h3,
h4 {
  font-size: 1.125rem;
  font-family: "Poppins", sans-serif;
}

p,
q {
  line-height: 1.9;
  font-size: 1.125rem;
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: #9b9b9b;
}
@media (max-width: 768px) {
  p,
q {
    font-size: 1rem;
  }
}

ul {
  margin: 0;
  padding: 0;
}

button:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

a {
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  width: 100%;
  height: auto;
}

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

.whats-app-button {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999999;
}
.whats-app-button img {
  width: 50px;
}
@media (max-width: 576px) {
  .whats-app-button {
    bottom: 20px;
    right: 20px;
  }
}

.button {
  background-color: #27367b;
  border: 2px solid #27367b;
  padding: 0.9375rem calc(1.375rem + 1.5vw);
  font-size: 1.125rem;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
@media (min-width: 1200px) {
  .button {
    padding: 0.9375rem 2.5rem;
  }
}
.button:hover {
  background-color: transparent;
  color: #f2f2f2;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: transparent;
  border: 2px solid #fff;
  padding: 5px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #27367b !important;
  border-color: #27367b !important;
}

section {
  padding: calc(2.0625rem + 9.75vw) 0 0 0;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
@media (min-width: 1200px) {
  section {
    padding: 9.375rem 0 0 0;
  }
}

.section-heading {
  margin-bottom: 80px;
}

.section-heading h2 {
  margin-bottom: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .section-heading h2 {
    margin-bottom: 1.875rem;
  }
}

.section-heading p {
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .section-heading h2,
.section-heading p {
    text-align: center;
  }
}
.underline_text {
  color: #9b9b9b;
  text-transform: uppercase;
  font-size: 1rem;
  position: relative;
  display: inline-block;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.underline_text::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #e0a112;
  display: block;
  position: absolute;
  bottom: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.welcome.underline_text::before {
  background-color: #f2f2f2;
}

.top-header {
  background-color: #222222;
  padding: 1.25rem 0;
  max-height: 60px;
}
.top-header p {
  font-size: 0.875rem;
}
.top-header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 20px;
}
.top-header ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-header ul a ion-icon {
  font-size: calc(1.2625rem + 0.15vw);
  color: #fff;
}
@media (min-width: 1200px) {
  .top-header ul a ion-icon {
    font-size: 1.375rem;
  }
}
.top-header .welcome-text {
  padding-left: 20px;
}
.top-header .top-header-info .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-header .top-header-info ion-icon {
  color: #e0a112;
  font-size: 1.25rem;
}
.top-header .top-header-info .text a {
  color: #9b9b9b;
}

header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 60px;
  z-index: 99999;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
header.fixed {
  position: fixed;
  top: 0;
  background-color: #222222;
  -webkit-animation: header 0.3s ease-in-out linear;
          animation: header 0.3s ease-in-out linear;
  min-height: auto;
  max-height: auto;
}
header.fixed .navbar {
  min-height: auto;
}
header.fixed .navbar-brand img {
  max-width: 90px;
}
@media (max-width: 991px) {
  header.fixed .navbar-brand img {
    max-width: 70px;
  }
}
@media (min-width: 991px) {
  header {
    min-height: 188px;
    max-height: 188px;
  }
}
header .navbar {
  min-height: 188px;
}
header .navbar-brand img {
  max-height: 161px;
}
header .menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  z-index: 999;
}
header .line {
  fill: none;
  stroke: #27367b;
  stroke-width: 6;
  -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
header .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
header .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
header .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
header .opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
header .opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
header .opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
header.nav-up {
  top: -200px;
}
header .nav-link {
  color: #9b9b9b;
  font-size: 1rem;
}
header .nav-link.active, header .nav-link:focus, header .nav-link:hover {
  color: #fff;
}
header .nav-link.lang {
  font-size: 22px;
  color: #e0a112;
}
header .nav-link.lang:hover {
  color: #fff;
}
@media (max-width: 991px) {
  header .navbar {
    padding-top: 0;
  }
  header .header-button,
header .nav-link {
    text-align: left;
  }
  header .header-button a {
    color: #f2f2f2;
  }
  header .navbar-collapse {
    position: fixed;
    min-width: 300px;
    height: 100vh;
    top: 0;
    left: 0;
  }
  header .navbar-collapse.collapse:not(.show) {
    display: block;
  }
  header #navbarNav {
    background-color: #222222;
    top: 0;
    left: -100%;
    z-index: 9;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header #navbarNav.collapse.show {
    left: 0;
  }
  header #navbarNav .nav-link {
    font-size: 1.25rem;
  }
  header .nav-link {
    padding-right: calc(1.375rem + 1.5vw) !important;
    padding-left: calc(1.375rem + 1.5vw) !important;
  }
}
@media (max-width: 991px) {
  header .navbar-brand img {
    max-height: 100px;
  }
  header .navbar {
    min-height: 120px;
  }
}
@-webkit-keyframes header {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes header {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.hero h2.slider-heading {
  font-size: calc(1.5625rem + 3.75vw);
}
@media (min-width: 1200px) {
  .hero h2.slider-heading {
    font-size: 4.375rem;
  }
}
.hero .swiper-slide {
  height: 827px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: url("../images/slider/slider-01.jpg") center center no-repeat;
  background-size: cover;
  z-index: 1;
}
.hero .swiper-slide h1,
.hero .swiper-slide h2 {
  font-weight: bolder;
  color: #f2f2f2;
}
.hero .swiper-slide .slider-heading {
  max-width: 740px;
  line-height: 100px;
  margin: auto auto calc(1.3125rem + 0.75vw) auto;
}
@media (min-width: 1200px) {
  .hero .swiper-slide .slider-heading {
    margin: auto auto 1.875rem auto;
  }
}
@media (max-width: 768px) {
  .hero .swiper-slide .slider-heading {
    line-height: 70px;
  }
}
.hero .swiper-slide p.welcome {
  color: #f2f2f2;
  font-size: 1.125rem;
  position: relative;
}
.hero .swiper-slide p.welcome span {
  color: #e0a112;
}
.hero .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.62);
  z-index: -1;
}
.hero .swiper-slide.one {
  background-image: url("../images/slider/slider-01.jpg");
}
.hero .swiper-slide.two {
  background-image: url("../images/slider/slider-02.jpg");
}
.hero .swiper-slide.three {
  background-image: url("../images/slider/slider-03.jpg");
}
.hero .swiper-slide.four {
  background-image: url("../images/slider/slider-04.jpg");
}
.hero .container {
  padding-top: calc(2.0625rem + 9.75vw);
  padding-bottom: calc(2.0625rem + 9.75vw);
}
@media (min-width: 1200px) {
  .hero .container {
    padding-top: 9.375rem;
  }
}
@media (min-width: 1200px) {
  .hero .container {
    padding-bottom: 9.375rem;
  }
}
@media (max-width: 576px) {
  .hero .container {
    margin-top: calc(-1.75rem - 6vw);
  }
}
@media (max-width: 576px) and (min-width: 1200px) {
  .hero .container {
    margin-top: -6.25rem;
  }
}
.hero .swiper-button-prev:after,
.hero .swiper-rtl .swiper-button-next:after,
.hero .swiper-button-next:after,
.hero .swiper-rtl .swiper-button-prev:after {
  content: "";
  display: none;
}
.hero .swiper-button-next,
.hero .swiper-button-prev {
  width: 76px;
  height: 76px;
  border: 1px solid #707070;
  border-radius: 50%;
}
.hero .swiper-button-next ion-icon,
.hero .swiper-button-prev ion-icon {
  color: #707070;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .hero .swiper-button-next ion-icon,
.hero .swiper-button-prev ion-icon {
    font-size: 2.5rem;
  }
}

.about-us .about-images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr 30px 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.about-us .about-images > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.about-us .about-images > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.about-us .about-images > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.about-us .about-images > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.about-us .image-01 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
.about-us .image-02 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}
.about-us .image-03 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/3/3;
}
.about-us h2 {
  line-height: 70px;
}
@media (max-width: 1200px) {
  .about-us h2 {
    line-height: 50px;
  }
}
.about-us .our-features .row {
  row-gap: 60px;
}
.about-us .our-features .col-6 {
  padding: 0;
}
.about-us .our-features .feature .icon {
  width: 42px;
  height: 42px;
  background-color: #27367b;
  border-radius: 50%;
  text-align: center;
  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;
}
.about-us .our-features .feature .icon ion-icon {
  line-height: 50px;
  color: #fff;
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .about-us .our-features .feature .icon ion-icon {
    font-size: 1.875rem;
  }
}
.about-us .our-features .feature h4 {
  margin: 0;
}

@media (max-width: 1399px) {
  .our-services .row {
    row-gap: 70px;
  }
}
.our-services .service {
  -webkit-box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.298);
          box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.298);
}
.our-services .service.alt {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.our-services .service.alt .service-content {
  padding: 0;
}
.our-services .service.alt .button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.our-services .service .service-image img {
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 1399px) {
  .our-services .service .service-image img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.our-services .service .service-content {
  padding: 20px 30px;
}
.our-services .service .service-content h3 {
  font-size: calc(1.3125rem + 0.75vw);
  font-weight: bold;
}
@media (min-width: 1200px) {
  .our-services .service .service-content h3 {
    font-size: 1.875rem;
  }
}
.our-services .service .service-content .service-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  border-top: 1px solid rgba(112, 112, 112, 0.22);
}
.our-services .service .service-content .service-link img {
  width: 37.99px;
}
.our-services .service .service-content .service-link ion-icon {
  color: #27367b;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .our-services .service .service-content .service-link ion-icon {
    font-size: 2.5rem;
  }
}
.our-services .service .service-content .service-link a {
  color: #e0a112;
  font-size: 1.125rem;
  text-decoration: underline;
}
.our-services .youtube-iframe {
  width: 100%;
  min-height: 358px;
}
@media (max-width: 1399px) {
  .our-services .youtube-iframe {
    width: 100%;
    min-height: 350px;
  }
}

.projects .projectsSwiper {
  min-height: 750px;
}
@media (max-width: 1399px) {
  .projects .projectsSwiper {
    min-height: 960px;
  }
}
@media (max-width: 1200px) {
  .projects .projectsSwiper {
    min-height: 850px;
  }
}
@media (max-width: 991px) {
  .projects .projectsSwiper {
    min-height: 620px;
  }
}
@media (max-width: 768px) {
  .projects .projectsSwiper {
    min-height: 920px;
  }
}
@media (max-width: 576px) {
  .projects .projectsSwiper {
    min-height: 820px;
  }
}
.projects .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
.projects .project-image {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.projects .project-image::before {
  content: "+";
  font-size: calc(1.4375rem + 2.25vw);
  color: #fff;
  text-align: center;
  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;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: rgba(0, 0, 0, 0.81);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 1200px) {
  .projects .project-image::before {
    font-size: 3.125rem;
  }
}
.projects .project-image .featured-img {
  min-height: 550px;
}
.projects .project-box-content {
  position: absolute;
  z-index: 999;
  bottom: -20%;
  left: 12%;
  background-color: #f2f2f2;
  min-width: 371px;
  min-height: 327px;
  padding: calc(1.375rem + 1.5vw);
  overflow: hidden;
}
@media (min-width: 1200px) {
  .projects .project-box-content {
    padding: 2.5rem;
  }
}
.projects .project-box-content::before {
  content: "";
  font-size: calc(1.4375rem + 2.25vw);
  color: #fff;
  text-align: center;
  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;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  left: 0%;
  background-color: #27367b;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
@media (min-width: 1200px) {
  .projects .project-box-content::before {
    font-size: 3.125rem;
  }
}
.projects .project-box-content h6 {
  color: #e0a112;
}
.projects .project-box-content h3 {
  font-size: calc(1.3125rem + 0.75vw);
  color: #222222;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 1200px) {
  .projects .project-box-content h3 {
    font-size: 1.875rem;
  }
}
.projects .project-box-content p {
  font-size: 1rem;
}
.projects .project-box-content .date {
  font-size: 1.125rem;
  color: #27367b;
  border-top: 1px solid rgba(112, 112, 112, 0.22);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .projects .project-box-content {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    left: 0%;
  }
}
.projects .project:hover .project-image::before {
  left: 0;
}
.projects .project:hover .project-box-content h3 {
  color: #f2f2f2;
}
.projects .project:hover .project-box-content .date {
  color: #e0a112;
}
.projects .project:hover .project-box-content::before {
  top: 0;
}
@media (max-width: 576px) {
  .projects .swiper-horizontal > .swiper-pagination-bullets,
.projects .swiper-pagination-bullets.swiper-pagination-horizontal,
.projects .swiper-pagination-custom,
.projects .swiper-pagination-fraction {
    bottom: 100px;
  }
}

.contact-us {
  padding-bottom: calc(2.0625rem + 9.75vw);
}
@media (min-width: 1200px) {
  .contact-us {
    padding-bottom: 9.375rem;
  }
}
.contact-us input,
.contact-us textarea {
  border-radius: 0;
  padding: 15px 20px;
  resize: none;
  border: 2px solid transparent;
}
.contact-us input::-webkit-input-placeholder, .contact-us textarea::-webkit-input-placeholder {
  font-weight: 500;
  color: #9b9b9b;
}
.contact-us input::-moz-placeholder, .contact-us textarea::-moz-placeholder {
  font-weight: 500;
  color: #9b9b9b;
}
.contact-us input:-ms-input-placeholder, .contact-us textarea:-ms-input-placeholder {
  font-weight: 500;
  color: #9b9b9b;
}
.contact-us input::-ms-input-placeholder, .contact-us textarea::-ms-input-placeholder {
  font-weight: 500;
  color: #9b9b9b;
}
.contact-us input::placeholder,
.contact-us textarea::placeholder {
  font-weight: 500;
  color: #9b9b9b;
}
.contact-us input:focus,
.contact-us textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #27367b;
}

footer {
  background-color: #27367b;
  padding-top: calc(1.4375rem + 2.25vw);
  padding-bottom: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
  footer {
    padding-top: 3.125rem;
  }
}
@media (min-width: 1200px) {
  footer {
    padding-bottom: 3.125rem;
  }
}
footer .logo {
  max-width: 161px;
}
@media (max-width: 768px) {
  footer .logo {
    max-width: 100px;
  }
}
footer .footer-heading {
  color: #f2f2f2;
  font-size: calc(1.2625rem + 0.15vw);
  font-weight: 600;
  padding-top: 30px;
}
@media (min-width: 1200px) {
  footer .footer-heading {
    font-size: 1.375rem;
  }
}
footer li {
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}
footer li ion-icon {
  color: #e0a112;
  font-size: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  footer li ion-icon {
    font-size: 1.5625rem;
  }
}
footer p {
  color: #9b9b9b;
}
footer a {
  color: #9b9b9b;
  font-size: 1rem;
}
footer a:hover {
  color: #9b9b9b;
}
footer .newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
footer .newsletter-form input,
footer .newsletter-form input:focus {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 10px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border-bottom: 4px solid #e0a112;
  color: #9b9b9b;
  font-size: 1.125rem;
}
footer .newsletter-form button {
  background-color: #f2f2f2;
  border: none;
  outline: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  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;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .newsletter-form button ion-icon {
  font-size: 20px;
}
footer .newsletter-form button:hover {
  background-color: #e0a112;
}
footer .newsletter-form button:hover ion-icon {
  color: #f2f2f2;
}

.footer-bottom {
  background-color: #222222;
  padding: 0.9375rem 0;
}
.footer-bottom p {
  font-size: 1rem;
  color: #f2f2f2;
}
@media (max-width: 768px) {
  .footer-bottom p {
    font-size: 0.875rem;
  }
}

.about-product {
  margin-top: calc(2.375rem + 13.5vw);
  padding-top: calc(1.4375rem + 2.25vw);
  padding-bottom: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
  .about-product {
    margin-top: 12.5rem;
  }
}
@media (min-width: 1200px) {
  .about-product {
    padding-top: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .about-product {
    padding-bottom: 3.125rem;
  }
}
@media (max-width: 576px) {
  .about-product {
    margin-top: calc(3rem + 21vw);
  }
}
@media (max-width: 576px) and (min-width: 1200px) {
  .about-product {
    margin-top: 18.75rem;
  }
}
.about-product .breadcrumb-item a {
  color: #e0a112;
}
.about-product h1 {
  font-size: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
  .about-product h1 {
    font-size: 3.125rem;
  }
}

.features .feature .feature-number {
  color: #27367b;
  font-size: calc(1.6875rem + 5.25vw);
  font-weight: bold;
}
@media (min-width: 1200px) {
  .features .feature .feature-number {
    font-size: 5.625rem;
  }
}
.features .feature .feature-title h3 {
  font-size: calc(1.3125rem + 0.75vw);
  font-weight: bold;
}
@media (min-width: 1200px) {
  .features .feature .feature-title h3 {
    font-size: 1.875rem;
  }
}
.features .feature .feature-desc {
  margin-top: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .features .feature .feature-desc {
    margin-top: 1.875rem;
  }
}

.specifications {
  padding-bottom: calc(2.0625rem + 9.75vw);
}
@media (min-width: 1200px) {
  .specifications {
    padding-bottom: 9.375rem;
  }
}
.specifications .table-box .table-heading {
  color: #e0a112;
  font-weight: bold;
  margin: calc(1.375rem + 1.5vw) 0;
}
@media (min-width: 1200px) {
  .specifications .table-box .table-heading {
    margin: 2.5rem 0;
  }
}
.specifications .table-box .table-active {
  background-color: #27367b;
}
.specifications .table-box tr td {
  padding: 15px;
  width: 50%;
}
.specifications .table-box tr td:last-of-type {
  text-align: end;
}
/*# sourceMappingURL=style.css.map */