@import url("font-awesome.min.css");
body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff; }

.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px; }

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px; }

.layout_padding2-top {
  padding-top: 45px; }

.layout_padding2-bottom {
  padding-bottom: 45px; }

.layout_padding-top {
  padding-top: 90px; }

.layout_padding-bottom {
  padding-bottom: 90px; }

.heading_container {
  display: flex;
  flex-direction: column; }
  .heading_container h2 {
    position: relative;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px; }
    .heading_container h2::before {
      content: "";
      width: 40px;
      height: 7px;
      background-color: #1b6b71;
      border-radius: 10px;
      position: absolute;
      bottom: 0;
      left: 0; }
  .heading_container.heading_center {
    align-items: left;
    text-align: left; }
    .heading_container.heading_center h2::before {
      left: 50%;
      transform: translateX(-50%); }
  .heading_container.heading_center a {
        color: #1b6b71; }
  .heading_container.heading_center a:hover {
        color: #0c0c0c; }

/*header section*/
.hero_area {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative; }

.hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  display: flex;
  justify-content: center; }
  .hero_bg_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left; }
  .hero_bg_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.7)); }

.sub_page .hero_area {
  min-height: auto; }
.sub_page .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding-bottom: 21px; }

.hero_area.sub_pages {
  height: auto; }

.header_section {
  padding: 0; }
  .header_section .container-fluid {
    padding-right: 25px;
    padding-left: 25px; }
  .header_section .nav_container {
    margin: 0 auto; }

.header_top {
  padding: 15px 0; }
  .header_top .contact_link-container {
    display: flex;
    justify-content: space-between; }
    .header_top .contact_link-container a {
      display: flex;
      align-items: center;
      color: #ffffff;
      font-size: 15px; }
      .header_top .contact_link-container a i {
        font-size: 20px;
        color: #1b6b71;
        margin-right: 5px; }

#navbarSupportedContent {
  justify-content: space-between; }

.custom_nav-container {
  z-index: 99999;
  padding: 0; }
  .custom_nav-container .navbar-nav {
    margin-left: auto; }
    .custom_nav-container .navbar-nav .nav-item .nav-link {
      padding: 0;
      padding: 35px 15px 10px 15px;
      color: #ffffff;
      text-align: center;
      text-transform: uppercase;
      transition: all .2s; }
    .custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
      background-color: #1b6b71; }

a,
a:hover,
a:focus {
  text-decoration: none; }

a:hover,
a:focus {
  color: initial; }

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none; }

.navbar-brand {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .navbar-brand span {
    font-weight: bold;
    color: #ffffff;
    font-size: 24px; }

.custom_nav-container .navbar-toggler {
  outline: none; }

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  transition: all 0.3s; }
  .custom_nav-container .navbar-toggler span {
    display: block;
    width: 32px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 15px;
    margin: 7px 0;
    transition: all 0.3s;
    position: relative;
    transition: all 0.3s; }
    .custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
      content: "";
      position: absolute;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: #ffffff;
      border-radius: 15px;
      top: -10px;
      transition: all 0.3s; }
    .custom_nav-container .navbar-toggler span::after {
      top: 10px; }
  .custom_nav-container .navbar-toggler[aria-expanded="true"] {
    transform: rotate(360deg); }
    .custom_nav-container .navbar-toggler[aria-expanded="true"] span {
      transform: rotate(45deg); }
      .custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
        transform: rotate(90deg);
        top: 0; }

/*end header section*/
/* slider section */
.slider_section {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff; }
  .slider_section .row {
    align-items: center; }
  .slider_section .detail-box {
    width: 100%;
    margin: 0 auto; }
    .slider_section .detail-box h1 {
      text-transform: uppercase;
      font-size: 3rem;
      color: #ffffff;
      font-weight: 600; }
      .slider_section .detail-box h1 span {
        color: #1b6b71; }
    .slider_section .detail-box p {
      margin-top: 25px; }
    .slider_section .detail-box .btn-box {
      display: flex;
      margin-top: 30px; }
      .slider_section .detail-box .btn-box a {
        width: 180px;
        text-align: center;
        margin: 5px; }
      .slider_section .detail-box .btn-box .btn-1 {
        display: inline-block;
        padding: 10px 35px;
        background-color: #ffffff;
        color: #000000;
        transition: all 0.3s;
        border: 1px solid transparent; }
        .slider_section .detail-box .btn-box .btn-1:hover {
          background-color: transparent;
          border-color: #ffffff;
          color: #ffffff; }
      .slider_section .detail-box .btn-box .btn-2 {
        display: inline-block;
        padding: 10px 35px;
        background-color: #1b6b71;
        color: #ffffff;
        transition: all 0.3s;
        border: 1px solid transparent; }
        .slider_section .detail-box .btn-box .btn-2:hover {
          background-color: transparent;
          border-color: #1b6b71;
          color: #1b6b71; }
  .slider_section .img-box {
    display: flex; }
    .slider_section .img-box img {
      width: 100%; }
  .slider_section .idicator_container {
    position: relative; }
  .slider_section ol.carousel-indicators {
    margin: 0;
    bottom: -75px;
    justify-content: flex-end; }
    .slider_section ol.carousel-indicators li {
      width: 20px;
      height: 20px;
      border-radius: 100%;
      text-align: center;
      background-color: #1b6b71;
      opacity: 1;
      border: none;
      margin: 0 4px; }
      .slider_section ol.carousel-indicators li.active {
        background-color: #ffffff; }

.about_section {
  text-align: center; }
  .about_section .img-box {
    margin-top: 45px; }
    .about_section .img-box img {
      width: 100%; }
  .about_section p {
    margin-top: 45px; }
  .about_section a {
    display: inline-block;
    padding: 10px 35px;
    background-color: #1b6b71;
    color: #ffffff;
    transition: all 0.3s;
    border: 1px solid transparent;
    text-transform: uppercase; }
    .about_section a:hover {
      background-color: transparent;
      border-color: #1b6b71;
      color: #1b6b71; }

.service_section {
  background-color: #00394f; }
  .service_section .heading_container {
    color: #ffffff; }
  .service_section .box {
    background-color: #ffffff;
    padding: 25px 15px;
    text-align: left;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    margin-top: 45px; }
    .service_section .box .img-box img {
      width: 75px; }
    .service_section .box .detail-box {
      margin-top: 25px; }
      .service_section .box .detail-box h6 {
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px; }
      .service_section .box .detail-box a {
        color: #0c0c0c;
        font-weight: 600; }
        .service_section .box .detail-box a:hover {
        color: #1b6b71;
        font-weight: 600; }

.team_section .box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-top: 45px;
  position: relative; }
  .team_section .box .img-box {
    width: 100%; }
    .team_section .box .img-box img {
      width: 100%; }
  .team_section .box .social_box {
    position: absolute;
    top: 25px;
    right: 0;
    display: flex;
    flex-direction: column;
    padding: 10px 8px;
    background-color: #00394f;
    transform: translateX(100%);
    transition: all .3s; }
    .team_section .box .social_box a {
      color: #ffffff;
      transition: all .2s; }
      .team_section .box .social_box a:hover {
        color: #1b6b71; }
  .team_section .box .detail-box {
    position: absolute;
    width: 100%;
    color: #ffffff;
    padding: 25px 15px;
    text-align: center;
    bottom: 0;
    background-color: rgba(32, 106, 93, 0.9);
    transform: translateY(100%);
    transition: all .3s; }
    .team_section .box .detail-box h6 {
      margin-bottom: 0; }
  .team_section .box:hover .social_box {
    transform: none; }
  .team_section .box:hover .detail-box {
    transform: none; }
.team_section .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 45px; }
  .team_section .btn-box a {
    display: inline-block;
    padding: 10px 50px;
    background-color: #1b6b71;
    color: #ffffff;
    transition: all 0.3s;
    border: 1px solid transparent; }
    .team_section .btn-box a:hover {
      background-color: transparent;
      border-color: #1b6b71;
      color: #1b6b71; }

/* contact section */
.contact_section {
  position: relative;
  color: #ffffff; }
  .contact_section .row {
    align-items: center; }
  .contact_section .contact_form-container {
    margin-top: 35px; }
    .contact_section .contact_form-container input {
      border: none;
      outline: none;
      color: #000000;
      height: 45px;
      width: 100%;
      margin: 15px 0;
      padding-left: 15px;
      background-color: #ffffff; }
      .contact_section .contact_form-container input::placeholder {
        color: #000000;
        text-transform: uppercase; }
      .contact_section .contact_form-container input.message_input {
        height: 120px; }
    .contact_section .contact_form-container .btn-box {
      display: flex;
      justify-content: center;
      margin-top: 25px; }
    .contact_section .contact_form-container button {
      display: inline-block;
      padding: 10px 60px;
      background-color: #1b6b71;
      color: #ffffff;
      transition: all 0.3s;
      border: 1px solid transparent;
      text-transform: uppercase;
      font-weight: 600; }
      .contact_section .contact_form-container button:hover {
        background-color: transparent;
        border-color: #1b6b71;
        color: #1b6b71; }

.contact_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center; }
  .contact_bg_box .img-box {
    width: 100%; }
    .contact_bg_box .img-box img {
      min-width: 100%;
      min-height: 100%; }
  .contact_bg_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.35)); }

/* end contact section */
/* client section start */
.client_section .heading_container {
  margin-bottom: 30px; }
.client_section .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 15px; }
  .client_section .box .img-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 105px;
    margin-bottom: -50px;
    position: relative; }
    .client_section .box .img-box img {
      border-radius: 100%;
      border: 5px solid #fefefe; }
  .client_section .box .detail-box {
    background-color: #ffffff;
    padding: 60px 25px 15px 25px;
    background-color: #00394f;
    color: #ffffff; }
    .client_section .box .detail-box h6 {
      font-weight: 600;
      font-size: 18px;
      margin: 15px 0 5px 0; }
    .client_section .box .detail-box p {
      margin-bottom: 0;
      font-size: 15px;
      margin-bottom: 10px; }
.client_section .owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 45px;
  padding: 0 15px; }
  .client_section .owl-carousel .owl-nav .owl-prev,
  .client_section .owl-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    background-color: #00394f;
    color: #ffffff;
    outline: none;
    bottom: 0px;
    font-size: 24px;
    margin: 0 5px; }

/* client section end */
.info_section {
  background-color: #063547;
  color: #ffffff;
  padding: 75px 0 10px 0; }
  .info_section .row > div {
    margin-bottom: 25px; }
  .info_section h5 {
    margin-bottom: 25px;
    font-size: 24px; }
  .info_section .info_logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .info_section .info_logo .navbar-brand {
      padding: 0;
      margin-bottom: 20px; }
      .info_section .info_logo .navbar-brand span {
        font-size: 24px;
        color: #ffffff; }
  .info_section .info_links ul {
    padding: 0; }
    .info_section .info_links ul li {
      list-style-type: none; }
      .info_section .info_links ul li a {
        color: #ffffff; }
        .info_section .info_links ul li a:hover {
          color: #1b6b71; }
  .info_section .info_contact {
    display: flex;
    flex-direction: column; }
    .info_section .info_contact a {
      color: #ffffff;
      margin-bottom: 10px; }
      .info_section .info_contact a i {
        font-size: 20px;
        margin-right: 5px; }
      .info_section .info_contact a:hover {
        color: #1b6b71; }
  .info_section .info_form form input {
    outline: none;
    border: none;
    width: 100%;
    padding: 7px 10px; }
  .info_section .info_form form button {
    display: inline-block;
    padding: 8px 35px;
    background-color: #1b6b71;
    color: #ffffff;
    transition: all 0.3s;
    border: 1px solid transparent;
    margin-top: 15px;
    text-transform: uppercase; }
    .info_section .info_form form button:hover {
      background-color: transparent;
      border-color: #1b6b71;
      color: #1b6b71; }
  .info_section .info_form .social_box {
    margin-top: 25px;
    width: 100%;
    display: flex; }
    .info_section .info_form .social_box a {
      margin-right: 10px;
      color: #ffffff;
      font-size: 20px; }
      .info_section .info_form .social_box a:hover {
        color: #1b6b71; }

/* footer section*/
.footer_section {
  padding: 20px;
  background-color: #ffffff; }
  .footer_section p {
    color: #063547;
    margin: 0;
    text-align: center; }
    .footer_section p a {
      color: inherit; }

/* end footer section*/
