@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

/* ------------------------------Body-------------------------------- */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  color: #333333;
  font-family: 'Poppins', sans-serif;
  background-color: #ffffff;

}


ul {
  margin: 0;
}

li {
  margin: 0;
}

a {
  color: #1F3044;
  text-decoration: none;
  font-weight: 600;
}

a:hover {
  opacity: .8;
  color: #1BA098;
  text-decoration: none;
}

.active {
  color: #a19975;
}

/* ------------------------------Navbar-------------------------------- */

.bg-primary {
  background-color: #1F3044 !important;
}

.bg-primary-text {
  color: #1F3044 !important;
}

.bg-contact-text {
  color: #1F3044 !important;
  font-size: 26px !important;
  text-align: center !important;
  padding: 10px 20px;
}




.bg-white-text {
  color: #ffffff !important;
}

.bg-secondary {
  background-color: #1BA098 !important;
}

.bg-secondary-text {
  color: #1BA098 !important;
}

.bg-steel {
  background-color: #EAF2F5 !important;
}

.bg-grey {
  background-color: #ffffff !important;
}

.space {
  margin-top: 10px !important;
}

@media (max-width: 700px) {
  .hide {
    display: none;
  }

  .space {
    margin-top: 0px !important;
  }
}

/* ------------------------------Navbar-------------------------------- */


.navbar {
  min-height: 70px;
}

.nav-link {
  color: #333333;
}

.nav-item {
  padding-right: 20px;
  padding-left: 10px;
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

.container .navbar-brand {
  font-size: 30px;
  font-weight: 600;
}


.navbar-nav .nav-link {
  font-size: 17px;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .nav-item {
    padding-right: 10px;
    padding-left: 0px;
  }
}

@media (max-width: 991px) {
  .nav-item {
    padding-right: 5px;
    padding-left: 0px;
  }
}


@media (max-width: 700px) {
  .nav-item {
    padding: 10px 20px;
  }
}





/* ------------------------------Slider-------------------------------- */

/* slider 1 */
.slider-1 {
  display: flex;
  justify-content: left;
  align-items: left;
  /* background: url("/media/hero.png") no-repeat center; */
  height: 90vh;
  color: #fff;
  min-height: 400px;
  background-size: cover;
  background-attachment: fixed;
  opacity: 1;
  padding: 0px 180px;
}


.slider-1 .max-width {
  margin: auto 0 auto 30px;
}

@media (max-width: 551px) {
  .slider-1 {
    /* background: url("/media/hero-mobile.png") no-repeat center; */
    height: 100vh;
    opacity: 0.9;
  }
}

@media (max-width: 1300px) {
  .slider-1 .max-width {
    margin-left: 0px;
  }

  .slider-1 {
    padding: 0px 100px;
  }
}

@media (max-width: 991px) {
  .max-width {
    padding: 0 50px;
  }

  .slider-1 {
    padding: 0px 10px;
  }
}
/* slider 2 */
.slider-2 {
  display: flex;
  justify-content: left;
  align-items: left;
  /* background: url("/media/hero.png") no-repeat center; */
  height: 90vh;
  color: #fff;
  min-height: 400px;
  background-size: cover;
  background-attachment: fixed;
  opacity: 1;
  padding: 0px 180px;
}


.slider-2 .max-width {
  margin: auto 0 auto 30px;
}

@media (max-width: 551px) {
  .slider-2 {
    /* background: url("/media/hero-mobile.png") no-repeat center; */
    height: 100vh;
    opacity: 0.9;
  }
}

@media (max-width: 1300px) {
  .slider-2 .max-width {
    margin-left: 0px;
  }

  .slider-2 {
    padding: 0px 100px;
  }
}

@media (max-width: 991px) {
  .max-width {
    padding: 0 50px;
  }

  .slider-2 {
    padding: 0px 10px;
  }
}
/* slider 3 */
.slider-3 {
  display: flex;
  justify-content: left;
  align-items: left;
  /* background: url("/media/hero.png") no-repeat center; */
  height: 90vh;
  color: #fff;
  min-height: 400px;
  background-size: cover;
  background-attachment: fixed;
  opacity: 1;
  padding: 0px 180px;
}


.slider-3 .max-width {
  margin: auto 0 auto 30px;
}

@media (max-width: 551px) {
  .slider-3 {
    /* background: url("/media/hero-mobile.png") no-repeat center; */
    height: 100vh;
    opacity: 0.9;
  }
}

@media (max-width: 1300px) {
  .slider-3 .max-width {
    margin-left: 0px;
  }

  .slider-3 {
    padding: 0px 100px;
  }
}

@media (max-width: 991px) {
  .max-width {
    padding: 0 50px;
  }

  .slider-3 {
    padding: 0px 10px;
  }
}


/* slider end  */
.slider {
  display: flex;
  justify-content: left;
  align-items: left;
  /* background: url("/media/hero.png") no-repeat center; */
  height: 90vh;
  color: #fff;
  min-height: 400px;
  background-size: cover;
  background-attachment: fixed;
  opacity: 1;
  padding: 0px 180px;
}


.slider .max-width {
  margin: auto 0 auto 30px;
}

@media (max-width: 551px) {
  .slider {
    /* background: url("/media/hero-mobile.png") no-repeat center; */
    height: 100vh;
    opacity: 0.9;
  }
}

@media (max-width: 1300px) {
  .slider .max-width {
    margin-left: 0px;
  }

  .slider {
    padding: 0px 100px;
  }
}

@media (max-width: 991px) {
  .max-width {
    padding: 0 50px;
  }

  .slider {
    padding: 0px 10px;
  }
}



.slider-content .head-2 {
  font-size: 20px;
  font-weight: 500;
}

.slider-content .head-2 {
  color: #1BA098;
}


.slider-content .head-1 {
  font-size: 35px;
  margin: 5px 0;
  font-weight: 700;
  color: #1F3044;
}




@media (max-width: 947px) {

  .slider-content .head-2 {
    font-size: 16px;
    font-weight: 600;
  }

  .slider-content .head-1 {
    font-size: 25px;
  }
}

@media (max-width: 690px) {
  .max-width {
    padding: 0 23px;
  }

  .slider-content .head-2 {
    font-size: 16px;
    font-weight: 600;
  }

  .slider-content .head-1 {
    font-size: 25px;
  }
}

@media (max-width: 500px) {
  .slider-content .head-2 {
    font-size: 13px;
    font-weight: 600;
  }

  .slider-content .head-1 {
    font-size: 25px;
  }
}


/* ------------------------------Section-------------------------------- */

section {
  padding: 50px 10px;
  overflow: hidden;
}


.section-title {
  text-align: center;
  padding-bottom: 20px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 20px;
  position: relative;
  color: #1F3044;
}

/* ------------------------------Service-------------------------------- */


.custom-container .card-square {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 25px;
  background: #ffffff;
  border-radius: 10px;
  border-color: #f3f5fa;
  /* background: url("/media/card-individual.png") no-repeat center; */
  background-size: cover;
  opacity: 1;
}


.custom-container .card-square-service {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 25px;
  background: #ffffff;
  border-radius: 10px;
  border-color: #f3f5fa;
  /* background: url("/media/card.png") no-repeat center; */
  background-size: cover;
  opacity: 1;
}

.custom-container .card-square-inner-service {
  padding: 10px 20px;
  background: #ffffff;
  border-radius: 30px;
  border-color: #f3f5fa;
  background-size: cover;
  opacity: 1;
}

.card-square-service-text {
  font-size: 22px !important;
  font-weight: bold !important;
  margin-bottom: 20px !important;
  padding-bottom: 10px !important;
  position: relative;
  color: #1F3044;
}

.inner-service {
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #ffffff;
}

.custom-container .card-square h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 22px;
}


.paragraph {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 5px;
  text-align: justify;
  text-justify: inter-word;
}

.paragraph-cookie {
  line-height: 24px;
  font-size: 12px;
  text-align: justify;
  text-justify: inter-word;
}

.paragraph-medium {
  line-height: 28px;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: justify;
  text-justify: inter-word;
}


.paragraph-normal {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-word;
}

.paragraph-big {
  line-height: 24px;
  font-size: 17px;
  margin-bottom: 5px;
  font-weight: 400;
  text-align: justify, center;
  text-justify: inter-word;
}

.paragraph-about {
  line-height: 24px;
  font-size: 17px;
  margin-bottom: 5px;
  font-weight: 400;
  text-align: justify;
  text-justify: inter-word;
}

@media (max-width: 771px) {
  .paragraph-about {
    font-size: 15px;
    font-weight: 400;
  }
}

.paragraph-contact {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 5px;
}

.custom-container .card-square .design {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 5px;
}

/* ------------------------------Footer-------------------------------- */

footer {
  padding: 10px 15px;
}

.footer-text {
  line-height: 24px;
  font-size: 15px;
}

@media (max-width: 771px) {
  .footer-text {
    line-height: 24px;
    font-size: 13px;
    text-align: center;
  }
}

/* ------------------------------maintenance-------------------------------- */


.maintenance {
  display: flex;
  justify-content: left;
  align-items: left;
  background: url("/media/hero.png") no-repeat center;
  height: 90vh;
  color: #fff;
  min-height: 400px;
  background-size: cover;
  background-attachment: fixed;
  opacity: 1;
  padding: 0px 180px;
}

@media (max-width: 551px) {
  .maintenance {
    background: url("/media/hero-mobile.png") no-repeat center;
    height: 100vh;
    opacity: 0.9;
  }
}

.maintenance .max-width {
  margin: auto 0 auto 30px;
}

.maintenance .maintenance-content .t2 {
  font-size: 75px;
  font-weight: 600;
  margin-left: -3px;
}

.maintenance .maintenance-content .t2 {
  color: #1F3044;
}


@media (max-width: 1300px) {
  .maintenance .max-width {
    margin-left: 0px;
  }

  .maintenance {
    padding: 0px 100px;
  }
}

@media (max-width: 991px) {
  .max-width {
    padding: 0 50px;
  }

  .maintenance {
    padding: 0px 10px;
  }
}

@media (max-width: 947px) {
  .maintenance .maintenance-content .t2 {
    font-size: 70px;
  }
}

@media (max-width: 690px) {
  .max-width {
    padding: 0 23px;
  }

  .maintenance .maintenance-content .t2 {
    font-size: 60px;
  }
}

@media (max-width: 500px) {

  .maintenance .maintenance-content .t2 {
    font-size: 50px;
  }

}

.fixed-bottom {
  margin: 0px !important;
  padding: 10px !important;
  border-radius: 0px !important;
}


.center-justify {
  justify-content: center;
  display: flex;
  align-items: center;
}



@media (max-width: 1200px) {

  .display {
    display: none !important;
  }
}


/* ------------------------------Sub Service-------------------------------- */


.service-heading {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #1F3044;
}