/*********************
Consistent Font Sizes
*********************/
/*********************
Center Block
*********************/
/*********************
Clearfix
*********************/
/*********************
transition
*********************/
/*********************
Centering Items
*********************/
/*********************
BREAKPOINTS
*********************/
/*********************
Placeholders for input
*********************/
/*********************
Animations
*********************/
/*********************
Transition
*********************/
@import url("https://fonts.googleapis.com/css2?Mulish:wght@400;500;600;700;800&family=Noto+Sans:ital,wght@0,400;0,500;0,600;0,700;1,500;1,600&family=Parisienne&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:wght@400;500;600;700;800;900&family=Roboto:wght@400;500;700;900&family=Satisfy&display=swap");
#loading {
  height: 100vh;
  width: 100%;
  background: #fff no-repeat center;
  position: fixed;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center; }
  #loading img {
    width: 20rem; }

.facebook {
  position: relative;
  height: 200px; }
  .facebook iframe {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

#scroll-top {
  position: fixed;
  bottom: 80px;
  right: 10px; }
  #scroll-top i {
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    background-color: #0095da;
    color: #fff; }

.our-team .row {
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .our-team .row {
      margin: 0 -5px; } }
  .our-team .row .member-col {
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .our-team .row .member-col {
        padding: 0 5px; } }

.member-inner {
  text-align: center; }
  .member-inner img {
    border-radius: 10px;
    height: 300px;
    width: 100%;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .member-inner img {
        height: 140px; } }
  .member-inner h5 {
    font-size: 18px;
    color: #333;
    margin: 10px 0 6px;
    font-weight: 700;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .member-inner h5 {
        margin: 10px 0 0;
        font-size: 16px; } }
  .member-inner h6 {
    margin: 0;
    color: #0095da;
    font-size: 15px;
    font-weight: normal;
    font-family: "Mulish", sans-serif;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .member-inner h6 {
        font-size: 12px; } }

.team-detail .image {
  text-align: center;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 767px) {
    .team-detail .image {
      margin-bottom: 1rem; } }
  .team-detail .image img {
    margin-bottom: 10px;
    border: 4px solid #fff;
    box-shadow: 0px 0px 0px 1px #eee; }
  .team-detail .image h5 {
    margin-bottom: 4px;
    font-weight: 700;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .team-detail .image h5 {
        font-size: 16px; } }
  .team-detail .image span {
    color: #0095da;
    font-size: 15px; }
.team-detail .description p {
  text-align: justify; }
.team-detail ul {
  padding: 0; }
  .team-detail ul li {
    display: inline-block;
    margin: 5px 4px 0; }
    .team-detail ul li i {
      height: 36px;
      line-height: 36px;
      width: 36px;
      text-align: center;
      background-color: #0095da;
      border-radius: 50%;
      color: #fff; }
      .team-detail ul li i:hover {
        background-color: #0095da; }

.page-not-found img {
  width: 40%;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .page-not-found img {
      width: 60%; } }
.page-not-found h2 {
  color: #555;
  margin: 2rem auto;
  font-weight: 600;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */ }
  @media (max-width: 991px) {
    .page-not-found h2 {
      font-size: 26px; } }
  @media (max-width: 767px) {
    .page-not-found h2 {
      font-size: 24px; } }
  @media (max-width: 575px) {
    .page-not-found h2 {
      font-size: 18px;
      margin: 1rem 0; } }

/* =====global css starts=====*/
html {
  scroll-behavior: smooth;
  counter-reset: section; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Mulish", sans-serif; }

/* =====typography=====*/
a, i, button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a, a:hover {
  text-decoration: none; }

/* =====layout=====*/
ul {
  margin: 0; }

img {
  object-fit: cover;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  max-width: 100%;
  height: auto; }

.sp-tb {
  padding: 5% 0; }

.sp-t {
  padding-top: 5%; }

.sp-b {
  padding-bottom: 5%; }

.maincontainer {
  width: 86%;
  margin: 0 auto;
  max-width: 1440px; }

#page {
  max-width: 1600px;
  margin: 0 auto; }

/* =====components=====*/
.btn:focus, .btn-link, button:focus, .form-select:focus {
  box-shadow: none;
  outline: none;
  text-decoration: none; }

button {
  background-color: unset;
  border: none; }

.btn-link:hover {
  text-decoration: none; }

.form-control:focus, button:focus, .slick-slide:focus, a:focus {
  box-shadow: none;
  outline: none; }

.mt {
  margin-top: 24px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */ }
  @media (max-width: 767px) {
    .mt {
      margin-top: 20px; } }
  @media (max-width: 575px) {
    .mt {
      margin-top: 16px; } }
  @media (max-width: 479px) {
    .mt {
      margin-top: 10px; } }

.mt {
  margin-bottom: 24px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */ }
  @media (max-width: 767px) {
    .mt {
      margin-bottom: 20px; } }
  @media (max-width: 575px) {
    .mt {
      margin-bottom: 16px; } }
  @media (max-width: 479px) {
    .mt {
      margin-bottom: 10px; } }

.btn-one {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0095da;
  color: #fff; }
  .btn-one:hover {
    background-color: #0095da;
    color: #fff; }

.entry-title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .entry-title {
      margin-bottom: 16px; } }

.site-main p {
  text-align: justify; }

.google-map {
  position: relative;
  width: 100%;
  height: 300px;
  margin-top: 5%;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .google-map {
      height: 300px; } }
  .google-map iframe {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

form label {
  margin-bottom: 4px; }
form input, form select {
  height: 44px; }
form input, form select, form textarea {
  margin-bottom: 10px; }
form textarea {
  height: 100px; }
form input[type=submit] {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0095da;
  color: #fff;
  height: max-content;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  form input[type=submit]:hover {
    background-color: #0095da;
    color: #fff; }

/*# sourceMappingURL=main.css.map */
