@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Heebo&display=swap");
* {
  margin: 0px;
  padding: 0px;
  font-family: 'Heebo', sans-serif;
}

html {
  font-size: 62.5%;
}

/*navbar start*/
.navbar-brand img {
  width: 11vw;
  height: 13vh;
}

.navbar-nav {
  padding: 0 1.5rem;
}

.navbar-nav a {
  color: #102250 !important;
  text-align: right;
  font-weight: 600;
  margin-right: 2rem;
  position: relative;
}

.navbar-nav a:hover {
  color: #fff !important;
  font-weight: 600;
}

.navbar-nav a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 0;
  background-color: #000;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.navbar-nav a:hover:before {
  width: 100%;
  background-color: #fff;
}

.nav-link {
  color: #555 !important;
  font-weight: 600;
  font-size: 2rem;
}

.navbar {
  background: -webkit-gradient(linear, left top, right top, from(rgba(183, 240, 246, 0.9)), to(rgba(19, 129, 142, 0.9))) !important;
  background: linear-gradient(to right, rgba(183, 240, 246, 0.9), rgba(19, 129, 142, 0.9)) !important;
}

.navbar-toggler {
  color: #c7b3b3 !important;
}

.dropdown-menu {
  background: -webkit-gradient(linear, left top, right top, from(rgba(183, 240, 246, 0.9)), to(rgba(19, 129, 142, 0.9))) !important;
  background: linear-gradient(to right, rgba(183, 240, 246, 0.9), rgba(19, 129, 142, 0.9)) !important;
  font-size: 2rem;
  text-align: justify !important;
  color: #fff !important;
  margin-top: 3.6rem !important;
  border-style: none;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}

.dropdown-menu a {
  color: #000 !important;
  text-align: justify;
  padding: .7rem;
}

.dropdown-menu a:before {
  display: none;
}

.dropdown-menu a:hover {
  background-color: black;
}

.dropdown-menu.show {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}

/******** navbar end ***********/
/*carousel start*/
.carousel-item {
  width: 100%;
  height: 70vh;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 5.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #f38913;
  text-align: center;
}

.carousel-caption h3 {
  font-family: vardana;
  text-align: center;
  font-size: 4.5rem;
  color: #fff;
  font-weight: bold;
}

/*welcome start */
.welcome h1 {
  font-weight: 400;
  font-size: 3.6rem;
  font-family: 'Josefin Sans', sans-serif;
}

.welimg img {
  padding-right: 2rem;
}

.welp {
  font-size: 1.7rem;
  text-align: justify;
}

/******** why us start ***********/
.why1 p {
  padding-right: 5rem;
  padding-left: 5rem;
  font-size: 1.7rem;
  text-align: justify;
}

.why {
  position: absolute;
  z-index: 1;
  width: 100%;
}

.why h1 {
  font-weight: 400;
  font-size: 3.6rem;
  font-family: 'Josefin Sans', sans-serif;
}

.why2 {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#b7f0f6), to(#13818e)) !important;
  background: linear-gradient(to right, #b7f0f6, #13818e) !important;
  width: 100%;
  height: 70vh;
  -webkit-clip-path: polygon(100% 0, 100% 40%, 20% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 40%, 20% 100%, 0 100%, 0 0);
}

/******** product card start ***********/
.productcard h1 {
  font-weight: 400;
  font-size: 3.6rem;
  font-family: 'Josefin Sans', sans-serif;
}

.cardph {
  padding: 2.5rem;
  font-size: 1.7rem;
  text-align: justify;
}

.card-body h5 {
  font-size: 1.8rem;
  font-weight: bold !important;
}

.card-body a {
  font-size: 1.6rem;
}

.pbtn .btn {
  font-size: 1.8rem;
}

.cardp1 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  -webkit-box-shadow: .5rem .5rem #888888;
          box-shadow: .5rem .5rem #888888;
}

.cardp1 img {
  height: 25vh;
}

/* contact us form start */
.contactus1 {
  position: absolute;
  z-index: 1;
  width: 100%;
}

.contactus1 h1 {
  font-weight: 400;
  font-size: 3.6rem;
  font-family: 'Josefin Sans', sans-serif;
}

.form1 {
  font-size: 1.7rem;
  padding: 1rem;
}

.form1 input {
  font-size: 1.7rem;
}

.form1 textarea {
  resize: none;
  font-size: 1.7rem;
  height: 8rem;
}

.form1 button {
  font-size: 1.7rem;
}

.contactus2 {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#b7f0f6), to(#13818e)) !important;
  background: linear-gradient(to right, #b7f0f6, #13818e) !important;
  width: 100%;
  height: 90vh;
  -webkit-clip-path: polygon(80% 0, 100% 0, 100% 100%, 0 100%, 0 60%);
          clip-path: polygon(80% 0, 100% 0, 100% 100%, 0 100%, 0 60%);
}

/* footer start */
.footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#b7f0f6), to(#13818e)) !important;
  background: linear-gradient(180deg, #b7f0f6, #13818e) !important;
}

.footer h4 {
  font-size: 2.2rem;
}

.footer h5 {
  font-size: 2rem;
}

.footer p {
  font-size: 1.7rem;
}

.footer2 {
  background-color: #064d5f !important;
}

.footer2 p {
  font-size: 1.4rem;
  margin-top: 0.5rem;
}

.sidebtn {
  /*position: fixed;
    top:50%;
    transform: translateY(-50%);
    transform: rotate(-90deg);
    z-index: 10;
    left:-4%;
    align-items: center;*/
}

.sidebtn :hover {
  background: -webkit-gradient(linear, left top, right top, from(#b7f0f6), to(#13818e)) !important;
  background: linear-gradient(to right, #b7f0f6, #13818e) !important;
  color: #000;
  border: 1px solid;
  font-weight: 500;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.sidebtn a {
  text-decoration: none;
  width: auto;
  background: #000;
  color: #fff !important;
  font-size: 2rem;
  padding: 1rem;
  border: 1px solid #000;
  font-weight: 500;
}

.pshape {
  display: none;
}

.modal-header h5 {
  font-size: 2.5rem;
  font-weight: bolder;
  color: #03718d;
  -webkit-transform: translateX(80%);
          transform: translateX(80%);
}

.modal-header button {
  font-size: 1.8rem;
}

.formcal {
  margin-top: 10px;
}

.formcal label {
  font-size: 1.8rem;
  font-weight: 600;
  color: #2b0666;
}

.formcal select {
  font-size: 1.6rem;
  font-weight: 600;
  color: #02485a;
}

.formcal select option {
  font-size: 1.6rem;
  font-weight: 600;
  color: #02485a;
}

.formcal button {
  font-size: 1.8rem;
  width: 100%;
  -webkit-transform: translateY(65%);
          transform: translateY(65%);
}

.formcal span {
  font-size: 1.8rem;
}

.formcal input {
  font-size: 1.8rem;
  color: #02485a;
  font-weight: 600;
}

.modal {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

/* about us start */
.about p {
  font-size: 1.7rem;
  text-align: justify;
}

.about h1 {
  font-weight: 400;
  font-size: 3.6rem;
  font-family: 'Josefin Sans', sans-serif;
}

.about img {
  padding: 4rem;
}

/* missin vision quality start*/
.mvq {
  position: absolute;
  z-index: 1;
  width: 100%;
}

.mvq img {
  height: 35vh;
  width: 100%;
  margin-top: 1rem;
}

.mvq h1 {
  font-weight: 400;
  font-size: 3.6rem;
  font-family: 'Josefin Sans', sans-serif;
}

.mvq p {
  font-size: 1.7rem;
  padding: 0.5rem;
}

.mvq1 {
  padding: 2.5rem;
}

.mvq2 {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#b7f0f6), to(#13818e)) !important;
  background: linear-gradient(to right, #b7f0f6, #13818e) !important;
  width: 100%;
  height: 85vh;
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
          clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
}

/* key strength start */
.keys {
  margin-top: 2rem;
}

.keys h1 {
  font-weight: 400;
  font-size: 3.6rem;
  font-family: 'Josefin Sans', sans-serif;
}

.keys p {
  font-size: 2.5rem;
}

.keyp {
  margin-top: 2.5rem;
}

/* contact us form start */
.contactus3 {
  padding-top: 20px;
}

.contactus3 h4 {
  font-size: 2.2rem;
}

.contactus3 h5 {
  font-size: 2rem;
}

.contactus3 p {
  font-size: 1.7rem;
}

.contactus3 li {
  font-size: 1.7rem;
  font-weight: 600;
}

.cul li {
  list-style-type: none;
  font-size: 1.5rem;
  font-weight: 400;
}

.map {
  width: 100%;
  position: absolute;
  z-index: 1;
}

.map h1 {
  font-weight: 400;
  font-size: 3.6rem;
  font-family: 'Josefin Sans', sans-serif;
}

.map2 {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#b7f0f6), to(#13818e)) !important;
  background: linear-gradient(to right, #b7f0f6, #13818e) !important;
  width: 100%;
  height: 85vh;
  -webkit-clip-path: polygon(80% 0, 100% 0, 100% 100%, 0 100%, 0 60%);
          clip-path: polygon(80% 0, 100% 0, 100% 100%, 0 100%, 0 60%);
}

.product1 h1 {
  font-weight: 400;
  font-size: 3.6rem;
  font-family: 'Josefin Sans', sans-serif;
}

.cards1 {
  padding: 2rem;
}

.cards1 ol li {
  font-size: 1.5rem;
  font-weight: 500;
}

.cards1 ul li {
  font-size: 1.3rem;
}

.cards1 h3 {
  color: #0da8b9;
  line-height: 30px;
}

.cardp {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  border: solid 0.1rem;
  -webkit-box-shadow: .5rem .5rem #888888;
          box-shadow: .5rem .5rem #888888;
  border-radius: 2rem 0rem;
}

.cardp img {
  height: 25vh;
  border-radius: 2rem 0rem;
}

.card {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid;
}

.card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 5px 5px 15px;
          box-shadow: 5px 5px 15px;
}

table {
  font-size: 1.8rem;
  color: #2b0666;
  border: solid 1px #000;
  margin-top: 3rem;
}

#adminbtn {
  font-size: 2rem;
  background-color: #2395a1;
  border: none;
}

.login1 {
  width: 800px;
  height: 400px;
  border-radius: 20px;
  margin-top: 150px;
  -webkit-box-shadow: 5px 5px 10px #005266;
          box-shadow: 5px 5px 10px #005266;
}

.limg {
  width: 400px;
  height: 400px;
  background-color: #03718d;
  border-radius: 20px;
  background-image: url("../img/about3.jpg");
  background-repeat: no-repeat;
  position: absolute;
}

.lback {
  width: 400px;
  height: 400px;
  border-radius: 20px;
  background: rgba(250, 250, 250, 0.5);
  position: relative;
  z-index: 1;
}

.lback img {
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
  width: 350px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.formdiv h1 {
  text-align: center;
  margin-top: 70px;
  font-size: 3rem;
  font-weight: 600;
  color: #036c8b !important;
}

.lform {
  margin-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
}

.lform input {
  font-size: 2rem;
  margin-top: 1.2rem;
}

.lform button {
  font-size: 2rem;
  margin-top: 2.5rem;
}

.lform i {
  font-size: 2rem;
  color: #036c8b;
}

.lform span {
  margin-top: 1.2rem;
}

@media (max-width: 360px) {
  html {
    font-size: 45%;
  }
  .navbar-light .navbar-toggler {
    width: 12vw;
    height: 5vh;
    margin-right: 2.5rem;
    border: 1px solid #fff;
  }
  a:before {
    display: none;
  }
  a:hover:before {
    display: none;
  }
  .navbar-brand img {
    width: 30vw;
    height: 10vh;
  }
  .carousel-item {
    width: 100%;
    height: auto;
  }
  .welcome h1 {
    font-weight: 600;
    font-size: 3rem;
    font-family: 'Josefin Sans', sans-serif;
  }
  .welimg img {
    padding: 2rem;
  }
  .wp {
    padding: 1.5rem 3rem 0rem 3rem;
    font-family: 'Gemunu Libre', sans-serif;
  }
  .why h1 {
    font-weight: 600;
    font-size: 3rem;
    font-family: 'Josefin Sans', sans-serif;
  }
  .why1 p {
    padding: 0rem 3rem 0rem 3rem;
  }
  .whyimg img {
    padding: 2rem;
    width: 100%;
    height: auto;
  }
  .why2 {
    width: 100%;
    height: 85vh;
    -webkit-clip-path: polygon(100% 0, 100% 45%, 20% 100%, 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% 45%, 20% 100%, 0 100%, 0 0);
  }
  .productcard {
    padding-top: 3rem;
  }
  .productcard h1 {
    font-weight: 600;
    font-size: 3rem;
    font-family: 'Josefin Sans', sans-serif;
  }
  .cardph {
    padding: 0rem 5rem 5rem 5rem;
  }
  .cardph .card {
    -webkit-box-shadow: .5rem .5rem #888888;
            box-shadow: .5rem .5rem #888888;
  }
  .pbtn .btn {
    font-size: 2.5rem;
    padding: 1rem;
  }
  .contactus1 h1 {
    font-weight: 600;
    font-size: 3rem;
    font-family: 'Josefin Sans', sans-serif;
  }
  .contactus1 img {
    padding: 2rem;
    width: 100%;
    height: auto;
  }
  .contactus2 {
    width: 100%;
    height: 118vh;
    -webkit-clip-path: polygon(80% 0, 100% 0, 100% 100%, 0 100%, 0 50%);
            clip-path: polygon(80% 0, 100% 0, 100% 100%, 0 100%, 0 50%);
  }
  .form1 {
    font-size: 2rem;
    font-weight: 500;
  }
  .form1 input, .form1 textarea {
    font-size: 2rem;
    border-radius: 5px;
  }
  .form1 button {
    font-size: 2.5rem;
    width: 100%;
    border-radius: 5px;
    font-weight: 500;
    background: midnightblue;
  }
  .footer h4, .contactus3 h4 {
    font-size: 2.5rem;
    text-align: center;
    padding-top: 3rem;
  }
  .footer h5, .contactus3 h5 {
    font-size: 2.2rem;
    text-align: center;
    padding-top: 1.5rem;
  }
  .footer hr, .contactus3 hr {
    margin: auto;
  }
  .footer p, .contactus3 p {
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    padding-top: 1.8rem;
  }
  .footer ul li, .contactus3 ul li {
    list-style-type: none;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .bi-facebook {
    margin-right: 50%;
    margin-left: 50%;
  }
  .footer2 p {
    font-size: 1.4rem;
    margin-top: 0.5rem;
    text-align: center !important;
  }
  .sidebtn {
    left: -5rem;
    border-radius: 5px;
  }
  .calbtn .btn {
    padding-bottom: 3rem !important;
  }
  .about h1 {
    font-weight: 600;
    font-size: 3rem;
    font-family: 'Josefin Sans', sans-serif;
  }
  .about img {
    padding: 2rem;
    width: 100%;
    height: auto;
  }
  .ap {
    padding: 1.5rem 3rem 0rem 3rem;
  }
  .mvq img {
    padding: 2rem;
    width: 100%;
    height: 30vh;
  }
  .mvq h1 {
    font-weight: 600;
    font-size: 3rem;
    font-family: 'Josefin Sans', sans-serif;
  }
  .mvq p {
    padding: 0rem 3rem 0rem 3rem;
  }
  .mvq2 {
    height: 195vh;
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
            clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  }
  .keys h1 {
    font-weight: 600;
    font-size: 3rem;
    font-family: 'Josefin Sans', sans-serif;
  }
  .keys p {
    padding: 0rem 3rem 0rem 3rem;
    font-size: 2.5rem;
    text-align: justify;
    line-height: 30px;
  }
  .keys img {
    width: 100%;
    height: auto;
    padding: 2rem;
    margin-top: 20px;
  }
  .cards1 {
    padding: 4rem 6rem 4rem 6rem;
  }
  .product1 h1 {
    font-weight: 600;
    font-size: 3rem;
    font-family: 'Josefin Sans', sans-serif;
  }
  .card-body h5 {
    font-size: 2.5rem;
  }
  .map h1 {
    font-weight: 600;
    font-size: 3rem;
    font-family: 'Josefin Sans', sans-serif;
  }
  .map2 {
    height: 125vh;
    -webkit-clip-path: polygon(60% 0, 100% 0, 100% 100%, 0 100%, 0 55%);
            clip-path: polygon(60% 0, 100% 0, 100% 100%, 0 100%, 0 55%);
  }
  .mapv iframe {
    width: 100%;
    height: 50vh;
    padding: 3rem 2rem 3rem 2rem;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 55%;
  }
  .navbar-light .navbar-toggler {
    width: 12vw;
    height: 5vh;
    margin-right: 2.5rem;
    border: 1px solid #fff;
  }
  a:before {
    display: none;
  }
  a:hover:before {
    display: none;
  }
  .navbar-brand img {
    width: 22vw;
    height: 11vh;
  }
  .dropdown-menu {
    display: none;
  }
  .dropdown-menu a {
    text-align: right;
  }
  .carousel-item {
    width: 100%;
    height: auto;
  }
  .sidebtn {
    display: block;
    float: right;
    margin-bottom: 20px;
  }
  .welcome h1 {
    font-weight: 600;
    font-size: 3.5rem;
    font-family: 'Josefin Sans', sans-serif;
  }
  .welimg img {
    padding: 5rem;
    margin-top: -3rem;
    width: 100%;
  }
  .wp {
    padding: 1.5rem 5rem 0rem 5rem;
    font-family: 'Gemunu Libre', sans-serif;
  }
  .why h1 {
    font-weight: 600;
    font-size: 3.5rem;
    font-family: 'Josefin Sans', sans-serif;
  }
  .why1 p {
    padding: 0rem 5rem 0rem 5rem;
  }
  .whyimg img {
    padding: 5rem;
    width: 100%;
    height: auto;
  }
  .why2 {
    width: 100%;
    height: 130vh;
    -webkit-clip-path: polygon(100% 0, 100% 45%, 20% 100%, 0 100%, 0 0);
            clip-path: polygon(100% 0, 100% 45%, 20% 100%, 0 100%, 0 0);
  }
  .productcard {
    padding-top: 3rem;
  }
  .productcard h1 {
    font-weight: 600;
    font-size: 3.5rem;
    font-family: 'Josefin Sans', sans-serif;
  }
  .cardph {
    padding: 0rem 5rem 5rem 5rem;
  }
  .cardph .card {
    -webkit-box-shadow: .5rem .5rem #888888;
            box-shadow: .5rem .5rem #888888;
  }
  .pbtn .btn {
    font-size: 2.5rem;
    padding: 1rem;
  }
  .contactus1 h1 {
    font-weight: 600;
    font-size: 3.5rem;
    font-family: 'Josefin Sans', sans-serif;
  }
  .contactus1 img {
    display: none;
    /* padding: 2rem;
            width:100%;
            height: auto;*/
  }
  .contactus2 {
    padding: 5rem;
    width: 100%;
    height: 105vh;
    -webkit-clip-path: polygon(80% 0, 100% 0, 100% 100%, 0 100%, 0 50%);
            clip-path: polygon(80% 0, 100% 0, 100% 100%, 0 100%, 0 50%);
  }
  .form1 {
    font-size: 2rem;
    font-weight: 500;
    padding: 0rem 6rem 0rem 6rem;
  }
  .form1 input, .form1 textarea {
    font-size: 2rem;
    border-radius: 10px;
    margin-bottom: 2rem;
  }
  .form1 button {
    font-size: 2.5rem;
    width: 100%;
    border-radius: 10px;
    font-weight: 500;
    background: midnightblue;
  }
  .footer h4, .contactus3 h4 {
    font-size: 2.5rem;
    padding-top: 3rem;
  }
  .footer h5, .contactus3 h5 {
    font-size: 2.2rem;
    padding-top: 1.5rem;
  }
  .footer hr, .contactus3 hr {
    margin: auto;
  }
  .footer p, .contactus3 p {
    font-size: 2rem;
    font-weight: 500;
    padding-top: 1.8rem;
  }
  .footer ul li, .contactus3 ul li {
    list-style-type: none;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .footer2 p {
    font-size: 1.4rem;
    margin-top: 0.5rem;
    text-align: center !important;
  }
  .sidebtn {
    left: -5rem;
    border-radius: 5px;
  }
  .calbtn .btn {
    padding-bottom: 3rem !important;
  }
  .about h1 {
    font-weight: 600;
    font-size: 3.5rem;
    font-family: 'Josefin Sans', sans-serif;
  }
  .about img {
    padding: 0rem 5rem 5rem 5rem;
    width: 100%;
    height: auto;
  }
  .ap {
    padding: 1.5rem 5rem 0rem 5rem;
  }
  .mvq img {
    padding: 2rem;
    width: 100%;
    height: 40vh;
  }
  .mvq h1 {
    font-weight: 600;
    font-size: 3.5rem;
    font-family: 'Josefin Sans', sans-serif;
  }
  .mvq p {
    padding: 0rem 5rem 0rem 5rem;
    text-align: justify;
  }
  .mvq .qimg {
    height: 60vh;
  }
  .mvq2 {
    height: 195vh;
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
            clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  }
  .keys .container {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .keys h1 {
    font-weight: 600;
    font-size: 3.5rem;
    font-family: 'Josefin Sans', sans-serif;
    margin-top: 5rem;
  }
  .keys p {
    padding: 0rem 3rem 0rem 3rem;
    font-size: 1.7rem;
    font-weight: 500;
    text-align: justify;
    line-height: 30px;
  }
  .keys img {
    width: 100%;
    height: 100%;
    padding: rem;
    margin-top: 20px;
  }
  .cards1 {
    padding: 4rem 6rem 4rem 6rem;
  }
  .product1 h1 {
    font-weight: 600;
    font-size: 3.5rem;
    font-family: 'Josefin Sans', sans-serif;
  }
  .card-body h5 {
    font-size: 2.5rem;
  }
  .map h1 {
    font-weight: 600;
    font-size: 3.5rem;
    font-family: 'Josefin Sans', sans-serif;
  }
  .map2 {
    height: 1080px;
    -webkit-clip-path: polygon(60% 0, 100% 0, 100% 100%, 0 100%, 0 55%);
            clip-path: polygon(60% 0, 100% 0, 100% 100%, 0 100%, 0 55%);
  }
  .mapv iframe {
    width: 100%;
    height: 70vh;
    padding: 3rem 5rem 3rem 5rem;
  }
}
/*# sourceMappingURL=style.css.map */