body, html {
  height: 100%;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0%;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  flex-direction: column;
  align-items: center;
}

.hero-section {
  background: url(images/hero-section-bg.png) no-repeat center center;
  height: 907px;
  position: relative;
  
}
.hero-section h6 {
    font-size: 18px;
    padding-bottom: 10px;
}
.hero-overlay {
  max-width: 1500px;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.hero-div{
  display: flex;
  justify-content: space-between;
  margin: 0%;
  padding: 0%;
}
.hero-section .responsive-h6 {
    align-items: center;
    display: flex;
}

.hero-section .responsive-h6 img.icon {
    margin-right: 7px;
}

.hero-section h4.responsive-subheading {
    font-size: 30px;
    font-weight: normal;
}

.hero-section h2.responsive-subheading {
    font-weight: 500;
    font-size: 50px;
}

.hero-div .rights-div {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.hero-div .form-container {
    min-width: 400px
}

.hero-div  .form-head {
    font-weight: bold;
    font-size: 22px;
}

.form-box {
  padding: 20px;
  border-radius: 8px;
  color: black;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.5)
}

.scroll-down {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 14px;
}


.header-top .navbar {
    transition: .3s ease;
    z-index: 9;
}

.header-top.fixed {}

.header-top.fixed .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: .3s ease;
}

.header-top .navbar li.nav-item {
    margin-left: 20px;
}

.hero-div .responsive-h4 {
    font-weight: 400;
}


.fgrid-float-label {
  position: relative;
    margin: 0px 0px 10px 0;
    font-family: sans-serif;
}
.fgrid-float-label input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  line-height: 1;
  font-size: 1rem;
  display: block;
  border: 1px solid dodgerblue;
  color: dodgerblue;
  background-color: transparent;
}
.fgrid-float-label input:focus ~ label {
  font-size: 0.625rem;
  top: -0.5rem;
  transition: all 100ms ease-in-out 100ms;
}
.fgrid-float-label input:focus ~ label:before {
  width: 100%;
}
.fgrid-float-label input.required ~ label {
  font-weight: normal;
}
.fgrid-float-label input.required ~ label:after {
  content: "✱";
  font-size: 0.5rem;
  margin-left: 0.1rem;
  vertical-align: super;
}
.fgrid-float-label label {
    line-height: 1;
    display: block;
    position: absolute;
    top: 9px;
    left: 10px;
    color: #595c5f;
    padding: 0.25rem;
    z-index: 0;
    transition: all 200ms ease-in-out;
    font-weight: normal;
    cursor: auto;
}
.fgrid-float-label label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
  display: inline-block;
  height: 100%;
  width: 0;
  background: white;
  transition: all 200ms ease-in-out;
}

.fgrid-float-label input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.container_mouse {
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 2rem;
    cursor: pointer;
    position: absolute;
    bottom: 40px;
    z-index: 9999;
    left: 0;
    right: 0;
    font-size: 12px;
    text-transform: none;
    font-weight: 100;
}

.container_mouse .mouse-btn {
    margin: 10px auto;
    width: 24px;
    height: 56px;
    border: 1px solid #fff;
    border-radius: 30px;
    display: flex;
}

.container_mouse .mouse-btn .mouse-scroll {
    display: block;
    width: 14px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    margin: auto;
    animation: scrolling 1s linear infinite;
}


@keyframes scrolling {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(20px);
  }
}


.image-grid-section img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-equal {
  width: 100%;
  height: 100%;
  object-fit: cover; /* crops image to fit */
}

.hero-div h1.responsive-heading {
    color: #fff;
}

.visitus-section {
    padding-top: 60px;
}
.visitus-section .inner-bx {
    background: #0072CE;
    border-radius: 12px;
    padding: 0;
}

.visitus-section .inner-bx h2.responsive-heading {
    color: #fff;
    padding: 0;
    margin: 0;
}

section.visitus-section {}

section.visitus-section .info {
    text-align: left;
    padding-top: 0px;
    font-size: 16px;
}

section.visitus-section .info p {
    font-size: 16px;
    font-weight: 400;
}

section.visitus-section .card {
    height: auto;
}

section.footer {}

section.footer p.responsive-subheading {
    font-size: 24px;
    color: #303030;
}

section.footer a {
    color: #2385D7;
}

.copyright {
    border-top: 1px solid #eee;
}

@media (min-width: 1550px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1500px;
    }
}
/* Responsive */
@media (max-width: 1500px) {
  .hero-text {
    text-align: center;
    padding-left: 0;
    margin-bottom: 20px;
  }
}

.responsive-heading {
    font-size: 1.2rem;
    font-weight: 700;
    font-style: bold;
    letter-spacing: -1%;   /* mobile */
    color: #121212;
  }
.responsive-subheading {
    font-size: 0.9rem;
    font-weight: 700;
    font-style: bold;
    line-height: 120%;
    letter-spacing: -1%; /* mobile */
  }
.responsive-h4{
    font-size: 0.8rem;
    font-weight: 500;
    font-style: medium;
    letter-spacing: -0.5%; /* mobile */
  }
  .responsive-h5{
    font-size: 0.7rem;
    font-weight: 400;
    font-style: regular;
    line-height: 120%;
    letter-spacing: -0.5%; /* mobile */
  }
  .responsive-h6{
    font-size: 0.6rem;
    font-weight: 400;
    font-style: regular;
    line-height: 120%;
    letter-spacing: -0.5%; /* mobile */
  }
  .responsive-h7{
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: -1%; /* mobile */
  }
  .responsive-h8{
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: -0.5%; /* mobile */
  }

  @media (min-width: 768px) {
    .responsive-heading {
      font-size: 2.2rem; /* tablet */
    }
    .responsive-subheading {
      font-size: 0.9rem; /* tablet */
    }
    .responsive-h4 {
      font-size: 0.8rem; /* tablet */
    }
    .responsive-h5 {
      font-size: 0.7rem; /* tablet */
    }
    .responsive-h6 {
      font-size: 0.6rem; /* tablet */
    }
  }
  @media (min-width: 1300px) {
    .responsive-heading {
      font-size: 48px; /* desktop */
    }
    .responsive-subheading {
      font-size: 40px; /* desktop */
    }
    .responsive-h4 {
      font-size: 20px; /* desktop */
    }
    .responsive-h5 {
      font-size: 24px; /* desktop */
    }
    .responsive-h6 {
      font-size: 18px; /* desktop */
    }
    .responsive-h7{
      font-size: 32px;
    }
    .responsive-h8{
      font-size: 16px;
    }
  }
  
  
  
  @media screen and (max-width: 680px) {
      section.footer .container.text-black {
    margin-top: 0 !important;
}

section.footer p.responsive-subheading br {
    display: none;
}

section.footer p.responsive-subheading {
    font-size: 17px;
    margin-bottom: 16px !important;
}

.copyright p.responsive-h0 {
    font-size: 13px;
}

.visitus-section .inner-bx .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

section.section-2 h2.responsive-heading, section.section-3 h2.responsive-heading, .visitus-section .inner-bx h2.responsive-heading {
    font-size: 28px;
}

section.section-2 {}

section.section-2 h2.responsive-heading, section.section-3 h2.responsive-heading {}

section.visitus-section {
    padding-top: 0;
    margin-bottom: 0 !important;
}

.hero-div .responsive-h4 {
    font-size: 18px;
    line-height: 135%;
}

section.hero-section {
    padding-top: 26px;
    height: auto;
    padding-bottom: 90px !important;
}

.hero-div h1.responsive-heading {
    font-size: 30px;
}

.hero-section h4.responsive-subheading {
    font-size: 23px;
}

.hero-section h5.responsive-subheading {
    font-size: 30px;
}

.hero-section .responsive-h6 {
    font-size: 14px;
}

.hero-section p.responsive-h5 {
    font-size: 18px;
}

.container_mouse .mouse-btn {
    width: 15px;
    height: 45px;
}

.container_mouse .mouse-btn .mouse-scroll {
    width: 10px;
    height: 8px;
}

.container_mouse {
    bottom: 16px;
}
.header-top .navbar li.nav-item {
    margin: 8px 4px 2px 0px;
    padding: 0;
    border-bottom: 1px solid #eee;
}

.header-top .navbar li.nav-item a.nav-link {
    font-size: 20px;
    line-height: normal;
    font-weight: bold !important;
    color: #000;
}

.header-top .navbar {
}

.header-top ul.navbar-nav {
    padding-top: 11px;
}

.header-top .navbar li.nav-item:last-child {
    border: 0;
    margin-bottom: 0;
}

button.navbar-toggler {
    border: 0;
    padding: 0;
    margin: 0;
    box-shadow: none !important;
}

button.navbar-toggler span.navbar-toggler-icon {
    filter: invert(0);
}


  }
