@import url(https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  font-family: "Arvo", serif;
  overflow-x: hidden;
  background-color: #1E2C2D;
  color: #fff;
}

.mail-btn {
  position: fixed;
  bottom: 50px;
  right: 20px;
  background-color: #43B1BE;
  padding: 10px;
  border-radius: 100%;
  color: #f7f8f3;
}

.enquiry-form {
  background-position: center;
  background-size: cover;
  position: relative;
  color: #fff;
  background-color: #1E2C2D;
  background-image: none !important;
  position: relative;
  overflow: hidden;
}
.enquiry-form h3 {
  padding-bottom: 2rem;
  font-size: 3rem;
}
.enquiry-form .container {
  margin: auto;
  position: relative;
}
.enquiry-form .container .bx-cog {
  position: absolute;
  animation: spin 2s infinite forwards linear;
}
.enquiry-form .container .bx-cog:nth-child(1) {
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20rem;
  opacity: 0.3;
  color: #43B1BE;
}
.enquiry-form .container .bx-cog:nth-child(2) {
  bottom: 5rem;
  left: -5rem;
  font-size: 10rem;
  opacity: 0.3;
  color: #43B1BE;
}
.enquiry-form .container .form {
  background-color: #43B1BE;
  padding: 2rem 1rem;
  border-radius: 0.5rem;
}
.enquiry-form h3 {
  font-weight: bold;
}
.enquiry-form .form-group .form-control {
  background-color: #1e2c2d;
  border-color: transparent;
  color: #f7f8f3;
  padding: 1.5rem 0.5rem;
}
.enquiry-form .form-group .btn {
  color: #f7f8f3;
  border: 0.5rem solid #1E2C2D;
}

#sidebar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
#sidebar .content {
  background-color: #fff;
  width: 100%;
  max-width: 300px;
  position: relative;
}
#sidebar .content img {
  height: 40px;
  background-color: #fff;
  margin-top: 10px;
  margin-left: 10px;
}
#sidebar .content .bx-x {
  position: absolute;
  top: 10px;
  right: 10px;
}
#sidebar .content a {
  display: block;
  color: #002c3e;
  text-decoration: none;
  margin: 20px 0px;
  padding-left: 20px;
}
#sidebar .content .service-side {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sidebar .content .service-side .bx {
  margin-right: 20px;
}
#sidebar .content div h4 {
  padding-left: 20px;
  color: #002c3e;
}
#sidebar .content div a {
  display: block;
  margin: 5px 0px;
  padding-left: 20px;
  font-size: 15px;
}

#page-header {
  width: 100%;
  height: 25rem;
  position: relative;
  background-color: #1E2C2D;
}
@media only screen and (max-width: 800px) {
  #page-header {
    margin-top: 5rem;
    height: 15rem;
  }
}
#page-header img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}
#page-header .inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
#page-header .inner-content {
  border-radius: 0.5rem;
  width: 80%;
  padding: 3rem 0rem;
  background-color: rgba(67, 177, 190, 0.6);
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 800px) {
  #page-header .inner-content {
    width: 90%;
  }
}
#page-header .inner-content .bx {
  position: absolute;
  color: #1e2c2d;
  animation: spin 4.5s infinite forwards linear;
}
#page-header .inner-content .bx:nth-child(1) {
  font-size: 10rem;
  top: -3.5rem;
  left: -3.5rem;
}
#page-header .inner-content .bx:nth-child(2) {
  font-size: 20rem;
  bottom: -3.5rem;
  right: -10rem;
}
#page-header .inner-body {
  position: relative;
  z-index: 1;
}
#page-header .inner .links a {
  display: inline-block;
  padding: 10px;
  position: relative;
  color: #fff;
  text-decoration: none;
}
#page-header .inner .links a::before {
  content: "/";
  position: absolute;
  right: -5px;
}
#page-header .inner .links a:nth-last-of-type(1)::before {
  display: none;
}

#navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
#navigation .logo-black {
  display: none;
}
#navigation .menu-buttons {
  display: none;
}
#navigation .menu-buttons .bx {
  color: #fff;
}
#navigation .nav-link,
#navigation .dropdown-toggle {
  color: #fff;
}

#homepage .hero-section .carousel-item {
  height: 80vh;
  position: relative;
}
#homepage .hero-section .carousel-item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
#homepage .hero-section .carousel-item .deskop {
  display: block !important;
}
#homepage .hero-section .carousel-item .mobile {
  display: none !important;
}
#homepage .hero-section .carousel-item .carousel-caption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
#homepage .about-section {
  background-color: #1E2C2D;
}
#homepage .about-section .container {
  background-color: rgba(67, 177, 190, 0.2);
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  #homepage .about-section .container {
    width: 90%;
  }
}
#homepage .about-section .container .bx-cog {
  position: absolute;
  animation: spin 2s infinite forwards linear;
}
#homepage .about-section .container .bx-cog:nth-child(1) {
  top: -5rem;
  right: -5rem;
  font-size: 20rem;
  opacity: 0.3;
  color: #1E2C2D;
}
#homepage .about-section .container .bx-cog:nth-child(2) {
  bottom: -5rem;
  left: -5rem;
  font-size: 10rem;
  opacity: 0.3;
  color: #1E2C2D;
}
#homepage .service-section {
  width: 100%;
  background-color: #544f55;
  color: #fff;
  text-align: center;
}
#homepage .service-section h2 {
  font-weight: 700;
  padding-bottom: 2rem;
}
#homepage .service-section .box {
  position: relative;
  border-radius: 0.5rem;
}
#homepage .service-section .box:hover .inner {
  border-radius: 0.5rem;
}
#homepage .service-section .box img {
  width: 100%;
  border-radius: 0.5rem;
}
#homepage .service-section .box .inner {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background-color: rgba(67, 177, 190, 0.9);
  bottom: 0;
  color: #fff;
  transition: all 0.3s linear;
  border-radius: 0 0 0.5rem 0.5rem;
}
#homepage .service-section .box .inner p {
  display: none;
  transition: all 0.3s linear;
}
#homepage .service-section .box:hover .inner {
  height: 100%;
}
#homepage .service-section .box:hover .inner p {
  display: block;
}
#homepage .indusrtry-section {
  background-color: #544f55;
  text-align: center;
  color: #fff;
}
#homepage .indusrtry-section h2 {
  font-weight: bold;
  padding-bottom: 2rem;
}
#homepage .indusrtry-section .owl-carousel {
  position: relative;
  padding-bottom: 3rem;
}
#homepage .indusrtry-section .owl-carousel .owl-nav button {
  position: absolute;
  font-size: 3rem;
  background-color: #43B1BE;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#homepage .indusrtry-section .owl-carousel .owl-nav button:nth-of-type(1) {
  right: 60px;
}
#homepage .indusrtry-section .owl-carousel .owl-nav button:nth-of-type(2) {
  right: 0px;
}
#homepage .indusrtry-section .owl-carousel .owl-dots {
  display: none;
}
@media only screen and (max-width: 800px) {
  #homepage .indusrtry-section .owl-carousel .owl-dots {
    display: block;
  }
}
#homepage .indusrtry-section .owl-carousel .box {
  margin: 5px;
  position: relative;
  border-radius: 0.5rem;
}
#homepage .indusrtry-section .owl-carousel .box:hover .inner {
  border-radius: 0.5rem;
}
#homepage .indusrtry-section .owl-carousel .box img {
  width: 100%;
  border-radius: 0.5rem;
}
#homepage .indusrtry-section .owl-carousel .box .inner {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background-color: rgba(67, 177, 190, 0.7);
  bottom: 0;
  color: #fff;
  transition: all 0.3s linear;
  border-radius: 0 0 0.5rem 0.5rem;
}
#homepage .indusrtry-section .owl-carousel .box .inner p {
  display: none;
  transition: all 0.3s linear;
}
#homepage .indusrtry-section .owl-carousel .box:hover .inner {
  height: 100%;
}
#homepage .indusrtry-section .owl-carousel .box:hover .inner p {
  display: block;
}
#homepage .data-section {
  text-align: center;
  background-image: url("https://cdn-icons-png.flaticon.com/512/76/76716.png");
  background-size: 3rem 3rem;
  background-attachment: fixed;
  position: relative;
  color: #fff;
  background-color: #1E2C2D;
}
#homepage .data-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 44, 62, 0.6);
}
#homepage .data-section .row {
  padding: 6rem 0rem;
}
#homepage .data-section .row .col-sm-2 {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  #homepage .data-section .row .col-sm-2 {
    padding-bottom: 2rem;
  }
}
#homepage .data-section .row .col-sm-2 img {
  height: 80px;
  margin-right: 20px;
}
#homepage .data-section .row .col-sm-2 .inner .h2 {
  font-weight: bolder !important;
}
#homepage .data-section .row .col-sm-2 .inner p {
  color: #f7444e;
  font-weight: bolder !important;
}
#homepage .subsidairy-section {
  position: relative;
  color: #fff;
  background-color: #1E2C2D;
}
#homepage .subsidairy-section .container .row .media {
  background-color: rgba(67, 177, 190, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 2rem;
  border-radius: 0.5rem;
  position: relative;
  grid-gap: 1.5rem;
}
#homepage .subsidairy-section .container .row .media-body,
#homepage .subsidairy-section .container .row .media img {
  position: relative;
  z-index: 1;
}
#homepage .subsidairy-section .container .row .media img {
  background-color: #fff !important;
  border-radius: 0.5rem;
}
#homepage .subsidairy-section .container .row .media .bx-cog {
  position: absolute;
  animation: spin 4s infinite forwards linear;
}
#homepage .subsidairy-section .container .row .media .bx-cog:nth-child(1) {
  top: -5rem;
  right: -5rem;
  font-size: 20rem;
  opacity: 0.3;
  color: #1E2C2D;
}
#homepage .subsidairy-section .container .row .media .bx-cog:nth-child(2) {
  bottom: -5rem;
  left: -5rem;
  font-size: 10rem;
  opacity: 0.3;
  color: #1E2C2D;
}
#homepage .subsidairy-section .container .row .col-sm-6:nth-last-child(1) .media {
  flex-direction: column-reverse;
}

#about-page {
  min-height: 100vh;
}

#contact-page {
  min-height: 100vh;
}
#contact-page #map {
  width: 100%;
  height: 400px;
}
#contact-page .container .row .col-sm-4 {
  text-align: center;
  transform: scale(0.95);
}
#contact-page .container .row .col-sm-4 h4 {
  padding: 10px 0px;
}

#footer {
  background-size: 3rem 3rem;
  background-attachment: fixed;
  color: #fff;
  background-color: #1E2C2D;
  position: relative;
}
#footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 44, 62, 0.6);
}
#footer .container {
  position: relative;
  z-index: 1;
}
#footer .subscribe-us .btn {
  padding: 0;
  margin-left: 10px;
}
#footer .subscribe-us .btn .bx {
  border: none !important;
  font-size: 16px !important;
  padding: 0px;
}
@media only screen and (max-width: 800px) {
  #footer .container .row .btn-outline-danger {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#footer .container .row-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
}
@media only screen and (max-width: 800px) {
  #footer .container .row-left {
    display: block;
    text-align: center;
    width: 100%;
  }
  #footer .container .row-left img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#footer .container .row-right {
  padding: 0px 10px;
}
#footer .container .row-right a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
#footer .container .row-right:nth-last-of-type(1) .bx {
  font-size: 20px;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 100%;
}
#footer-service, #footer-links {
  margin-bottom: 2rem;
}
#footer-service-body, #footer-links-body {
  display: flex;
  grid-gap: 1rem;
}
#footer small {
  display: inline-block;
  margin-top: 2rem;
}

@media only screen and (max-width: 600px) {
  .enquiry-form .container {
    width: 95%;
  }
  #navigation .menu-buttons {
    display: block;
  }
  #navigation .menu-buttons .bx-x {
    display: none;
  }
  #homepage .hero-section .carousel-item .desktop {
    display: none !important;
  }
  #homepage .hero-section .carousel-item .mobile {
    display: block !important;
  }
  #homepage .hero-section .carousel-item .carousel-caption {
    position: absolute;
    left: 0;
    top: calc(100% - 200px);
    height: 200px;
    width: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #footer h4 {
    margin-bottom: 1rem;
  }
  #footer .col-sm-3 {
    margin-top: 20px;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.bg-white {
  background-color: #1E2C2D !important;
}
.bg-white a,
.bg-white button {
  color: #fff !important;
}

.modal-content {
  background-color: #1E2C2D;
}
