@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}

body {
  font-size: 14px;
}

html {
  scroll-behavior: smooth;
}

.img-responsive {
  width: 100%;
  height: auto;
}

#navbar {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 100px;
  background-color: #ffffff;
}

#navbar .nav-item {
  padding: 7px 10px;
  transition: 0.3s all;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 100%;
}

#navbar .nav-link {
  transition: 0.3s all;
  color: #000000;
}

#navbar .nav-link:hover {
  transition: 0.3s all;
  color: #ff0000;
}

.nav-item2 button {
  border: none;
  outline: none;
  background-color: #099582;
  padding: 10px 30px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
}

.nav-item2 button:hover {
  background-color: #ff0000;
}

.navbar-light .navbar-toggler {
  outline: none;
  border: none;
}

.banner_nav {
  display: flex;
  gap: 20px;
  align-items: center;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 5px 10px;
  border-radius: 120px;
  width: fit-content;
  margin-bottom: 23px;
}

.banner_navR {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  margin-right: 50px;
}

.banner-left {
  padding-top: 100px;
  position: relative;
}

.banner-head {
  font-weight: 600;
  font-size: 50px;
  line-height: 100%;
  margin-bottom: 15px;
  color: #ff0000;
}

.banner-head span {
  color: #099582;
}

.pry_btn button {
  border: none;
  outline: none;
  background-color: #099582;
  padding: 10px 30px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
}

.pry_btn button:hover {
  background-color: #ff0000;
}

.nav-item2 {
  margin-left: 50px;
}

.image-switch-container {
  position: relative;
  width: 24px;
  height: 32px;
  overflow: hidden;
}

.switch-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity 0.4s ease-in-out;
  will-change: opacity;
  opacity: 0;
  visibility: hidden;
}

.switch-img.visible {
  opacity: 1;
  visibility: visible;
}

.banner-icon1 {
  position: absolute;
  top: 20px;
}

.banner-icon2 {
  position: absolute;
  top: 20px;
  right: 20px;
}

.banner-icon3 {
  position: absolute;
  top: 190px;
  right: 20px;
}

.banner {
  margin-bottom: 100px;
}

#about {
  margin-bottom: 100px;
  background-color: #0995820f;
  padding-top: 66px;
  padding-bottom: 65px;
}

.about_right {
  padding-top: 50px;
}

.about_right-sub {
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 10px;
  color: #099582;
}

.about_right-head {
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  margin-bottom: 20px;
}

.about_right p {
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 28px;
}

#services {
  margin-bottom: 100px;
}

.services-sub {
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 20px;
  color: #099582;
}

.services-nav {
  margin-bottom: 60px;
}

.services-nav-content {
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  text-align: center;
  width: 60%;
  margin: auto;
}

.services-nav-content span {
  color: #ff0000;
}

.services-row-image {
  position: relative;
}

.services-row-top {
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  line-height: 100%;
  color: #ffffff;
}

.services-row-botom {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 100%;
  color: #ffffff;
}

.services-row-img:hover {
  filter: brightness(0.7);
}

.services-row-botom {
  display: none;
}

.services-row-image:hover .services-row-top {
  display: none;
}

.services-row-image:hover .services-row-botom {
  display: block;
}

.services-row-txt {
  padding-top: 50px;
}

.services-row-txt-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  line-height: 100%;
}

.services-row-txt-line {
  border: 3px solid #ff0000;
  width: 25%;
  margin-top: 5px;
  margin-bottom: 15px;
}

.services-row-txt p {
  font-weight: 300;
  font-style: Light;
  font-size: 18px;
  margin-bottom: 20px;
}

.services-row-txt p span {
  color: #ff0000;
}

.services-row {
  margin-bottom: 100px;
}

.features {
  background-color: #ff000008;
  padding-top: 53px;
  padding-bottom: 52px;
  margin-bottom: 100px;
}

.feat_rows-left-sub {
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  margin-bottom: 20px;
  color: #099582;
}

.feat_rows-left-head {
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  margin-bottom: 21px;
}

.feat_rows-left p {
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 30px;
}

.feat_right-section {
  display: flex;
  gap: 10px;
}

.feat_right-sectionR {
  width: 90%;
}

.feat_right-sectionR-head {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
}

.feat_right-sectionR p {
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
}

.feat_right-section-line {
  border: 0.5px solid #0000004d;
  margin-bottom: 30px;
  margin-top: 10px;
}

.feat_rows-right {
  position: relative;
}

.feat_right-section-divide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.5px solid #0000004d;
  height: 100%;
}

.rtpp {
  padding-top: 50px;
}

#contact {
  margin-bottom: 100px;
  position: relative;
}

.contact-left {
  box-shadow: 0px 10px 40px 0px #00000040;
  padding-top: 65px;
  border-radius: 20px 0px 0px 20px;
  padding-left: 150px;
  padding-bottom: 37px;
  padding-right: 100px;
}

#contact .col-md-8 {
  padding-left: 0px;
  padding-right: 0px;
}

.contact-left-sub {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 9px;
  color: #099582;
}

.contact-left-head {
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  color: #000000cc;
  margin-bottom: 39px;
}

.contact-left p {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  margin-bottom: 5px;
}

.contact-left input {
  width: 80%;
  border: none;
  outline: none;
  border: 1.5px solid #00000033;
  border-radius: 10px;
  padding: 10px 15px;
  margin-bottom: 25px;
}

.contact-left input::placeholder {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #0000004d;
}

.contact-left textarea {
  width: 80%;
  border: none;
  outline: none;
  border: 1.5px solid #00000033;
  border-radius: 10px;
  padding: 10px 15px;
  margin-bottom: 25px;
}

.contact-left textarea::placeholder {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #0000004d;
}

.contact-left button {
  border: none;
  outline: none;
  background-color: #099582;
  width: 80%;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 10px;
}

.contact-left button:hover {
  background-color: #ff0000;
}

.contact_info {
  background-color: #ff0000;
  padding: 50px;
  border-radius: 0px 20px 20px 0px;
  width: fit-content;
  position: absolute;
  top: 100px;
  left: 80px;
  color: #ffffff;
}

.contact_info-head {
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  margin-bottom: 48px;
}

.contactNav {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 40px;
}

.contactNavR {
  font-weight: 600;
  font-size: 18px;
}

.footer {
  background-color: #0995820f;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-logo p {
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 21px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.footer-icons {
  display: flex;
  gap: 20px;
}

.footer-right {
  padding-top: 20px;
}

.footer-head {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  margin-bottom: 20px;
}

.footer-right ul li {
  list-style: none;
  line-height: 35px;
}

.footer-right ul li a {
  text-decoration: none;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  color: #000000;
}

.footer-right ul li a:hover {
  color: #ff0000;
}

.footer-right p {
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  margin-bottom: 15px;
}

.footer-right input {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  border: 1.5px solid #0000004d;
  padding: 10px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.footer-right input::placeholder {
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  color: #000000b2;
}

.footer-right button {
  border: none;
  outline: none;
  background-color: #099582;
  padding: 10px 30px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
}

.footer-right button:hover {
  background-color: #ff0000;
}

.modal-sub {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  margin-bottom: 17px;
}

.modal-head {
  margin-bottom: 50px;
}

.modal-head-contents {
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  text-align: center;
  width: 80%;
  margin: auto;
}

.modal-head-contents span {
  color: #ff0000;
}

.modal-Left-head {
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  margin-bottom: 3px;
}

.modal-Left {
  padding: 10px;
}

.modal-Left-line {
  border: 2px solid #099582;
  width: 30%;
  margin-bottom: 30px;
}

.modal-Left-nav {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}

.modal-Left-navR {
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
}

.modal-Right {
  padding-top: 70px;
}

.modalBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.modalBtn button {
  border: none;
  outline: none;
  background-color: #099582;
  padding: 10px 30px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
}

.modalBtn button:hover {
  background-color: #ff0000;
}

/* MEDIA */

@media (max-width: 736px) {
  .modal-head-contents {
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    text-align: center;
    width: 95%;
    margin: auto;
  }
  .footer-logo {
    margin-bottom: 20px;
  }
  .footer-right {
    margin-bottom: 20px;
  }
  .contact_info {
    background-color: #ff0000;
    padding: 20px;
    border-radius: 0px 20px 20px 0px;
    width: fit-content;
    position: relative;
    top: 20px;
    left: 0px;
    color: #ffffff;
  }

  .contact-left button {
    width: 100%;
  }
  .contact-left input {
    width: 100%;
  }

  .contact-left textarea {
    width: 100%;
  }
  .contact-left {
    box-shadow: 0px 10px 40px 0px #00000040;
    border-radius: 20px 0px 0px 20px;
    padding: 30px;
  }
  .feat_right-section-line {
    display: none;
  }
  .feat_right-row {
    margin-bottom: 30px;
  }
  .rtpp {
    padding-top: 0px;
  }
  .feat_right-section-divide {
    display: none;
  }
  #sev-margin {
    margin-bottom: 40px;
  }
  .services-row {
    margin-bottom: 0px;
  }
  .services-row-top {
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 700;
    font-style: Bold;
    font-size: 25px;
    line-height: 100%;
    color: #ffffff;
  }

  .services-row-botom {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 100%;
    color: #ffffff;
  }
  .services-nav-content {
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    width: 100%;
    margin: auto;
  }
  .banner_navR {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    margin-right: 50px;
  }

  .banner-left {
    margin-bottom: 40px;
  }
  .nav-item2 {
    margin-left: 0px;
  }
}
