body,
html {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.montserrat-normal {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.montserrat-medium {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.montserrat-semibold {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.montserrat-bold {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

header {
  background: url(../img/banner_img.jpg) top center no-repeat;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  padding-bottom: 20px;
}
.top_menu {
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  padding: 10px;
}
.menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menu ul li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  padding: 5px 20px;
  font-weight: 700;
}

.mobile_icon,
.mobile_close {
  display: none;
}
.mobile_close {
  width: 35px;
  height: 35px;
  color: #fff;
  background: #000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 18px;
}
.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.logo {
  max-width: 160px;
  width: 100%;
}

.banner_text {
  max-width: 500px;
  width: 100%;
  margin: 12% auto auto auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner_text h3 {
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  font-size: 30px;
  line-height: 40px;
}

.call_btn {
  padding: 15px 35px;
  border: 1px solid #fff;
  margin: 15px 0 0 0;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  background: none;
}
.call_btn:hover {
  background: #226ac9;
  border: 1px solid #226ac9;
  color: #fff;
}
.widget_wrapper {
  background: #3f71b7;
  width: 100%;
  padding: 40px;
}

.wiget_div_box {
  max-width: 730px;
  width: 100%;
  margin: -12% auto auto auto;
}

.widget_img_box {
  position: relative;
}

.widget_text_box {
  padding: 10px 20px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget_text {
  padding: 10px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.aboutus_section {
  position: relative;
  width: 100%;
  padding: 80px 20px;
}

.section_title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 0 30px 0;
}

.title_box {
  font-size: 30px;
  color: #3f71b7;
  background: #fff;
  border: 1px solid #3f71b7;
  padding: 10px 20px;
  position: relative;
  z-index: 1;
}

.section_title::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #3f71b7;
  position: absolute;
}

section.aboutus_section p {
  font-size: 18px;
  line-height: 34px;
}

.features_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0 0 0;
}

.gallery_section {
  background: url(../img/gallery_bg.jpg) center center no-repeat;
  width: 100%;
  padding: 60px 0;
}
.gallery_box {
  background: url(../img/gallery_section_bg.png) center center no-repeat;
  width: 100%;
  min-height: 365px;
  position: relative;
}
.gallery_div {
  background: #b2c70c;
  padding: 20px;
  max-width: 300px;
  min-height: 410px;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 330px;
  top: -20px;
}

.gallery_div h2 {
  font-weight: 700;
  font-size: 48px;
}

.gallery_div p {
  font-size: 18px;
  margin: 20px 0;
}

button.btn.viewall_btn {
  border: 1px solid #fff;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.map_section {
  width: 100%;
}

footer {
  background: #0b2f60;
  color: #bbe2c6;
  padding: 30px 0;
  margin: -7px 0 0 0;
}

footer h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 30px 0;
}

.footer_icon_details {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 7px 0;
}

.footer_icon_details img {
  margin: 0 20px 0 0;
}

.footer_icon_details a {
  color: #bbe2c6;
  text-decoration: none;
}

.social_list ul li {
  margin: 0 0 9px 0;
}

.footer_links ul li {
  margin: 0 0 15px 0;
}

.footer_links ul li a {
  color: #bbe2c6;
  text-decoration: none;
}
.copyright_div {
  width: 100%;
  background: #1b1b1b;
  padding: 15px 0;
}
.copyright_div p {
  font-size: 13px;
  color: #636764;
}
@media only screen and (max-width: 991px) {
  .gallery_section {
    padding: 30px 0;
  }
  .gallery_box {
    background: none;
  }
  .gallery_div {
    background: #b2c70c;
    padding: 20px;
    max-width: 300px;
    min-height: 410px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    right: 0;
    top: 0;
    margin: auto;
  }
  .features_list {
    flex-direction: column;
  }
  .features_list img {
    margin: 0 0 30px 0;
  }
  .mobile_icon {
    display: block;
  }
  .mobile_close {
    display: flex;
  }

  .menu {
    position: fixed;
    background: #3f71b7;
    width: 100%;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    padding: 15px;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10;
  }
  .menu.active {
    display: flex;
  }
  .menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
  }
  .menu ul li {
    margin: 15px 0;
  }
  .menu ul li a {
    color: #fff;
  }
}
