.navbarmaincontainer {
  padding: 0 10px;
  position: fixed;
  top: 0;
  z-index: 99999999;
  width: 100%;
  /* border: 2px solid red; */
}
.light-color {
  background-color: rgba(255, 255, 255, 0.6);
}
.dark-color {
  background-color: rgba(255, 255, 255, 0.9);
}

.classpadding {
  padding: 0px 17px;
}
.hovering:hover {
  background-color: #02337c;
  height: 100%;
}
.hovering:hover .navtext {
  color: white !important;
}
.navtext {
  font-size: 12px;
  font-weight: 700;
  color: #02337c;
  text-decoration: none;
}

.lighthovering:hover {
  background-color: #02337c80;
  height: 100%;
}
.lighthovering:hover .navtext {
  color: white !important;
}

.navbar-nav-links {
  padding: 10px 0px;
}

/* responsive */
@media only screen and (min-width: 825px) {
  .navbarmaincontainer {
    padding: 0 10px;
  }
  .navtext {
    font-size: 14px;
  }
}
@media only screen and (min-width: 940px) {
  .navbarmaincontainer {
    padding: 0 10px;
  }
  .navtext {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1148px) {
  .navbarmaincontainer {
    padding: 0 30px;
  }
  .navtext {
    font-size: 18px;
    margin: 0 10px;
  }
}
@media only screen and (min-width: 1244px) {
  .navtext {
    font-size: 18px;
  }
}
/* Hero section */
.hero-section-main-container {
  /* border: 2px solid red; */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.hero_section_text_carousel {
  /* border: 2px solid red; */
  width: 100vw;
  height: 50vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-div {
  margin: auto 0;
  /* border: 2 solid greenyellow; */
  display: flex;
  width: 70vw;
  transform: translateX(0);
  transition: transform 1s ease-in-out;
}

.hero_section_text_container {
  font-size: 1rem;
  font-weight: 700;
  color: white;
  font-family: 'GothamMedium', Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  word-wrap: break-word;
}

.hero_section_header {
  padding: 40px 50px;
  width: 100vw;
  height: 40vh;
  text-align: justify;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-button-container {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.hero-btn {
  color: #fff;
  font-weight: 600;
  padding: 10px 25px;
  border: 2px solid #248f24;
  background-color: #248f24;
  border-radius: 10px;
}
.hero-btn:active {
  transform: scale(0.92);
}
.hero-btn:hover {
  background-color: #2eb82e;
  background-color: #2eb82e;
}

/* responsive */
@media only screen and (min-width: 640px) {
  .hero_section_text_container {
    font-size: 1.5rem;
  }
  .hero_section_header {
    padding: 40px 60px;
  }
}
@media only screen and (min-width: 825px) {
  .hero_section_text_container {
    font-size: 2rem;
  }
  .hero_section_header {
    padding: 40px 60px;
  }
}
@media only screen and (min-width: 940px) {
}
@media only screen and (min-width: 1148px) {
  .hero_section_text_container {
    font-size: 2.5rem;
  }
  .hero_section_header {
    padding: 40px 70px;
  }
}
@media only screen and (min-width: 1440px) {
  .hero_section_text_container {
    font-size: 3rem;
  }
  .hero_section_header {
    padding: 40px 90px;
  }
}

/* Header section title */
.headersection-title > h1 {
  font-family: 'GothamMedium', Georgia, 'Times New Roman', Times, serif;
  text-align: center;
  font-size: 2rem;
  margin: 6rem 0rem;
  color: #000;
  position: relative;
  margin-bottom: 2rem;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}

.headersection-title h1::before {
  content: '';
  position: absolute;
  left: 50%;
  width: 60px;
  height: 3px;
  background: #e91e63;
  bottom: -10px;
  margin-left: -30px;
}

/* contact us page */

#contact-us {
  position: relative;
}
.contact .container {
  height: auto;
  position: relative;
}

.contactsection-title > h1 {
  font-family: 'GothamMedium', Georgia, 'Times New Roman', Times, serif;
  text-align: center;
  font-size: 2rem;
  margin: 2rem 0 2rem 0;
  color: #000;
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}

.contactsection-title h1::before {
  content: '';
  position: absolute;
  left: 50%;
  width: 60px;
  height: 3px;
  background: #e91e63;
  bottom: -10px;
  margin-left: -30px;
}

.contact .contact-section {
  width: 70%;
  margin: auto;
  padding: 1rem 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #0009;
}

.contact-email {
  display: flex;
  margin: 40px 0 60px 0;
}

.contactmailicon {
  margin-right: 20px;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #0009;
}
.contact-email h4 {
  font-weight: 800;
  font-size: 20px;
}

.contact-email p a {
  font-weight: 600;
  font-size: 18px;
}

.contact-phone {
  display: flex;
  margin: 60px 0 40px 0;
}

.contactphoneicon {
  margin-right: 20px;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #0009;
}

.contact-phone h4 {
  font-weight: 800;
  font-size: 20px;
}
.contact-phone p a {
  font-weight: 600;
  font-size: 18px;
}

.contact .contact-section .gridcontainer .contact-form {
  grid-column-start: 2;
  grid-column-end: 4;
  width: 100%;
}

.contact-form .form-top,
.contact-form .form-subject,
.contact-form .form-message,
.contact-form .g-recaptcha {
  margin: 1rem 0px;
}

.form-group {
  width: 100%;
  height: 100%;
  display: flex;
  flex: 1;
  padding: 0px 20px;
}
.form-group form {
  width: 100%;
  padding: 10px 10px 10px 10px;
}

.form-top {
  display: flex;
  flex: 1;
  width: 100%;
  justify-content: space-between;
}

.form-name {
  flex: 0.49;
}
.form-mail {
  flex: 0.49;
}

input[type='text'],
input[type='email'],
textarea {
  width: 100%;
  padding: 8px;
  border: 2px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 8px;
  resize: vertical;
  font-size: 16px;
}

textarea {
  max-height: 120px;
}

input:focus textarea:focus {
  outline: none;
}

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

.submit-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #33cc33;
  border: 2px solid #33cc33;
  border-radius: 10px;
}

small {
  color: red;
  font-size: 14px;
  font-weight: 800;
}

.log-contact {
  padding: 10px 0px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: orange;
  margin-bottom: 10px;
  font-weight: 800;
}

button {
  padding: 10px;
  font-weight: 600;
  font-size: 18px;
}

button:active {
  transform: scale(0.95);
}

.form-group form label {
  color: white;
  font-weight: 600;
  font-size: 18px;
}

.recaptcha {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 10px;
}

.howitstext {
  font-size: 20px;
  font-weight: 800;
}
.howitstextTitle {
  font-size: 26px;
  font-weight: 800;
}

/* Privacy page */

.privacy_main_container {
  margin-top: 90px;
}

.privacy_secondary_conatiner {
  margin: 40px 20px;
  border-radius: 20px;
  box-shadow: 4px 4px 6px #0008;
  background-color: #fff;
  color: black;
  font-size: 12px;
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif;
}

.privacy_secondary_conatiner p {
  color: black;
  font-weight: 500;
}
.privacy_secondary_conatiner a {
  color: dodgerblue;
}
.privacy_inner_conatiner {
  padding: 10px;
}
.privacy_header {
  font-size: 18px;
}
.privacy_subheader {
  font-size: 14px;
}
.privacy_bold {
  font-weight: 800 !important;
}
.privacy_semibold {
  font-weight: 600 !important;
}
.privacy_margin {
  margin-right: 15px;
  font-weight: 600 !important;
}

@media only screen and (min-width: 640px) {
  .privacy_secondary_conatiner {
    margin: 40px 20px;
    font-size: 14px;
  }
  .privacy_header {
    font-size: 20px;
  }
  .privacy_subheader {
    font-size: 16px;
  }
  .privacy_inner_conatiner {
    padding: 10px;
  }
}
@media only screen and (min-width: 825px) {
  .privacy_secondary_conatiner {
    margin: 40px 40px;
    font-size: 16px;
  }
  .privacy_header {
    font-size: 22px;
  }
  .privacy_subheader {
    font-size: 18px;
  }
  .privacy_inner_conatiner {
    padding: 20px;
  }
}
@media only screen and (min-width: 940px) {
}
@media only screen and (min-width: 1148px) {
  .privacy_secondary_conatiner {
    margin: 40px 60px;
    font-size: 18px;
  }
  .privacy_header {
    font-size: 24px;
  }
  .privacy_subheader {
    font-size: 20px;
  }
  .privacy_inner_conatiner {
    padding: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .privacy_secondary_conatiner {
    margin: 40px 100px;
    font-size: 20px;
  }
  .privacy_header {
    font-size: 26px;
  }
  .privacy_subheader {
    font-size: 22px;
  }
  .privacy_inner_conatiner {
    padding: 40px;
  }
}
