/*
000   - 576px:  // Small devices (landscape phones, 576px and up)
576px - 768px:  // Medium devices (tablets, 768px and up)
768px - 992px:  // Large devices (desktops, 992px and up)
992px - 1200px: // X-Large devices (large desktops, 1200px and up)
992px - 1200px: // XX-Large devices (larger desktops, 1400px and up)

$breakpoint argument choices:
- xs-phone
- phone
- tab-port
- tab-land
- big-desktop
- larger-screen
*/
/* --- For Animation --- */

@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem); }
  80% {
    transform: translateX(1rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem); }
  80% {
    transform: translateX(-1rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }

@keyframes movieInbottom {
  0% {
    opacity: 0;
    transform: translateY(3rem); }
  80% {
    transform: translateY(-1rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0); } }

@-moz-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px); }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0); } }

.in-down {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

/** fadeInLeft **/
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

body {
  box-sizing: border-box; 
  background-color: white;}

a {
  text-decoration: none; }

body {
  font-family: 'Inter', sans-serif;
  font-style: normal; }

.u-center-text {
  text-align: center !important; }

.u-justify-text {
  text-align: justify !important; }

.u-margin-bottom-big {
  margin-bottom: 8rem !important; }

.u-margin-bottom-medium {
  margin-bottom: 4rem !important; }

.u-margin-bottom-small {
  margin-bottom: 2rem !important; }

.u-margin-bottom-x-small {
  margin-bottom: .5rem !important; }

.u-margin-top-x-big {
  margin-top: 10rem !important; }

.u-margin-top-big {
  margin-top: 8rem !important; }

.box-shadow-card {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14); }

.img-same {
  width: 100%;
  height: 200px; }

.vertically-center {
  height: 65vh;
  display: table-cell;
  vertical-align: middle; }

.fixed-header-shadow {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1) !important; }

.hidden-sm,
.hidden-xs,
.hidden-tab {
  display: none; }

.mega__menu-hidden {
  display: none;
  opacity: 0; }

.more {
  display: none;
  opacity: 0; }

.facebook:hover {
  color: #4267b2 !important; }

.instagram:hover {
  color: #c13584 !important; }

.linkedin:hover {
  color: #0a66c2 !important; }

.twitter:hover {
  color: #1da1f2 !important; }

.card img {
  height: 15rem;
  width: 100%;
  object-fit: cover; }

.cta__active {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  vertical-align: middle;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  transition: 0.3s; }

.cta__active-green {
  background-color: #8a9777;
  border: 1px solid #8a9777;
  color: #212b36; }
  .cta__active-green:hover, .cta__active-green:active, .cta__active-green:focus {
    background-color: #9aa784;
    border: 1px solid #8a9777;
    color: #ffffff; }

.cta__active-blue {
  background-color: #005cbf;
  border: 1px solid #005cbf;
  color: #ffffff; }
  .cta__active-blue:hover, .cta__active-blue:active, .cta__active-blue:focus {
    background-color: #0c427b;
    border: 1px solid #0c427b; }

.cta__active-blue-outline {
  background-color: #ffffff;
  border: 1px solid #005cbf;
  color: #005cbf; }
  .cta__active-blue-outline:hover, .cta__active-blue-outline:active, .cta__active-blue-outline:focus {
    background-color: #0c427b;
    border: 1px solid #0c427b;
    color: #ffffff; }

.cta__more {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  width: 12rem;
  height: auto; }
  .cta__more-circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #307ef3;
    border-radius: 2.5rem; }
    .cta__more-circle .icon {
      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      background: #307ef3;
      margin-left: 0.75rem; }
      .cta__more-circle .icon.arrow {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        left: 0.625rem;
        width: 1.85rem;
        height: 0.125rem;
        background: #307ef3; }
        .cta__more-circle .icon.arrow::before {
          position: absolute;
          content: "";
          top: -0.25rem;
          right: 0.0625rem;
          width: 0.625rem;
          height: 0.625rem;
          border-top: 0.125rem solid #307ef3;
          border-right: 0.125rem solid #307ef3;
          transform: rotate(45deg); }
  .cta__more-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    color: #307ef3;
    font-weight: 300;
    line-height: 1.6;
    text-align: center;
    text-transform: lowercase; }
  .cta__more:hover .cta__more-circle {
    width: 100%; }
    .cta__more:hover .cta__more-circle .icon.arrow {
      background: #307ef3; }

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0; }

.section-bg {
  background-color: #ffffff; }

.section-title {
  text-align: center;
  padding-bottom: 10px; 
  }

.section-title h2 {
  font-size: 30px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative; }

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px); }

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #ed1c24;
  bottom: 0;
  left: calc(50% - 20px); }

.section-title p {
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
  line-height: 25px;
  text-shadow: ;
  }

.section-slogan {
  font-weight: 700;
  color: #108A18;}
}

.section-bg {
  background-color: #ffffff; }

.contact-section-title {
  text-align: center;
  padding-bottom: 10px; 
  }

.contact-section-title h2 {
  font-size: 25px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 10px;
  padding-bottom: 5px;
  position: relative; }
  
.footer {
  background: #040202;
  padding-top: 20px;
  padding-bottom: 5px; }
.footer__logo {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
  .footer__box-content {
    margin-top: 2rem; }
    .footer__box-content p {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #ffffff; }
    .footer__box-content-title h2 {
      font-weight: 500;
      font-size: 18px;
      line-height: 28px;
      color: #ffffff; }
    .footer__box-content-nav ul {
      margin: 0;
      padding: 0; }
      .footer__box-content-nav ul li {
        list-style: none; }
        .footer__box-content-nav ul li:not(:last-child) {
          margin-bottom: 8px; }
    .footer__box-content-nav a {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #ffffff;
      transition: 0.3s; }
    .footer__box-content-nav a:hover,
    .footer__box-content-nav .active,
    .footer__box-content-nav .active:focus,
    .footer__box-content-nav li:hover > a {
      color: #ffffff; }
    .footer__box-content-address {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #ffffff; }
  .footer__box-social-media {
    margin-top: 2.5rem; }
    .footer__box-social-media h2 {
      font-weight: 400;
      font-size: 20px;
      line-height: 24px;
      color: #ffffff; }
    .footer__box-social-media ul {
      margin: 0;
      padding: 0; }
      .footer__box-social-media ul li {
        position: relative;
        display: inline;
        list-style: none;
        cursor: pointer; }
        .footer__box-social-media ul li:not(:last-child) {
          margin-right: 15px; }
        .footer__box-social-media ul li a {
          font-size: 1.2rem;
          color: #ffffff;
          transition: 0.3s; }
  .footer .copyright-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff; }
    .footer .copyright-text span,
    .footer .copyright-text a {
      font-weight: 600;
      color: #ffffff; }
  .footer_bottom-menu {
    float: right; }
    @media (max-width: 768px) {
      .footer_bottom-menu {
        margin-top: 20px;
        float: left; } }
    .footer_bottom-menu ul {
      margin: 0;
      padding: 0;
      display: flex; }
      .footer_bottom-menu ul li {
        list-style: none; }
        .footer_bottom-menu ul li:not(:last-child) {
          margin-right: 40px; }
        .footer_bottom-menu ul li a {
          font-weight: 400;
          font-size: 14px;
          line-height: 24px;
          color: #ffffff; }
          .footer_bottom-menu ul li a:hover {
            color: #ffffff; }
  .footer hr {
    border-top: 1px solid rgba(102, 102, 125, 0.8) !important;
    opacity: 1; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #d6d4d4;
  transition: all 0.5s;
  padding: 1rem 0;
  z-index: 1010; }

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0; }

  /* @media  (max-width: 772px){
    .btn{
      position: absolute;
      display: block;
      left: 400px;
      justify-content: space-between;
    
    }
  } */
    
  

  /* .btn{
    background-color: white;
    color: black;
  }
   .dark-mode  {
background-color: rgb(72, 71, 71);
color: white;

} */

#header .logo {
  font-size: 50px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  color: red;
  text-transform: uppercase;
}

#header .logo a {
  color: #307ef3; }

#header .logo img {
  max-height: 30px; 
  margin-top: -10px;  }

.scrolled-offset {
  margin-top: 70px; }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0; 
  }

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center; }

.navbar li {
  position: relative; }

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 500;
  color: #030303;
  white-space: nowrap;
  transition: 0.3s; }

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px; }

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #313ffffe;
  transition: 0.2s; }

.navbar .getstarted,
.navbar .getstarted:focus {
  color: #5cb874;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 4px;
  border: 2px solid #5cb874;
  transition: 0.3s;
  font-size: 14px; }

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff; }

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: -20%;
  right: 0;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s; }
.navbar .dropdown ul li {
  min-width: 200px; }

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none; }

.navbar .dropdown ul a i {
  font-size: 12px; }

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #307ef3; }

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible; }

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden; }

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible; }
.menu-large {
  position: static !important;
  width: 100%;
}
.dropdown-menu {
	--bs-dropdown-link-active-bg: #fff;
}
.mondol_logo {display: none;}

/*==========================*/
/* Mobile Navigation        */
/*==========================*/
.mobile-nav-toggle {
  color: #ffffff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s; }

.mobile-nav-toggle.bi-x {
  color: #fff; }

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
    float: right !important; }
  .navbar ul {
    display: none; }
  .quick-menu {
    display: none; } }

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999; }

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px; }

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s; }

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222; }

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #307ef3;
  font-weight: 600; }

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px; }

  .dropdown:hover .dropdown-menu
    {
        display: block;

    }

    .dropdown:focus .dropdown-menu
    {
        display: block;

    }

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); }

.navbar-mobile .dropdown ul li {
  min-width: 200px; }

.navbar-mobile .dropdown ul a {
  padding: 10px 20px; }

.navbar-mobile .dropdown ul a i {
  font-size: 12px; }

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #307ef3; }

.navbar-mobile .dropdown > .dropdown-active {
  display: block; }

/*==========================*/
/* Quick Menu               */
/*==========================*/
.quick-menu .searchIcon {
  cursor: pointer; }

.quick-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center; }
  .quick-menu ul li {
    position: relative;
    list-style: none;
    float: left;
    padding: 0 10px;
    font-size: 14px;
    border-right: 1px #e3e3e3 solid;
    cursor: pointer; }
    .quick-menu ul li:last-child {
      border-right: none; }

/*==========================*/
/* SIDEBAR                  */
/*==========================*/
.sidebar__sub {
  height: 100vh !important;
  z-index: 99999;
  display: none;
  visibility: hidden;
  position: fixed;
  background-color: #f9fafb !important;
  top: 0;
  left: 0;
  right: 315px;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  @media (max-width: 992px) {
    .sidebar__sub {
      overflow-y: scroll;
      scroll-behavior: smooth; } }

.sidebar {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  min-height: 100vh;
  z-index: 9999;
  background-color: #c7c7c7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 0 1.5rem; }
  .sidebar__header {
    margin: 1.15rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: center; }
    .sidebar__header .sidebarToggle {
      border: 1.5px solid #307ef3;
      border-radius: 100%;
      height: 2.5rem;
      width: 2.5rem;
      background-color: #f9fafb; }
      .sidebar__header .sidebarToggle:hover {
        color: #ed1c24;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
  .sidebar__nav {
    margin: 0;
    padding: 0; }
    .sidebar__nav-item {
      position: relative;
      list-style: none;
      font-size: 14px;
      cursor: pointer; }
      .sidebar__nav-item:not(:last-child) {
        margin-bottom: 20px; }
      .sidebar__nav-item-link {
        font-weight: 900;
        font-size: 18px;
        line-height: 20px;
        color: #000000;
        text-decoration: none; }
        .sidebar__nav-item-link::after {
          content: "";
          display: block;
          width: 0;
          height: 3px;
          background: #000000;
          transition: width 0.3s; }
        .sidebar__nav-item-link:hover {
          color: #000000; }
          .sidebar__nav-item-link:hover::after {
            width: 22px; }
      .sidebar__nav-item-sm a {
        font-weight: 400;
        font-size: 14px !important;
        line-height: 15px; }
      .sidebar__nav-item-social-media ul {
        margin: 0;
        padding: 0; }
        .sidebar__nav-item-social-media ul li {
          position: relative;
          display: inline;
          list-style: none;
          cursor: pointer; }
          .sidebar__nav-item-social-media ul li:not(:last-child) {
            margin-right: 15px; }
          .sidebar__nav-item-social-media ul li a {
            font-size: 1.2rem;
            color: #000000;
            transition: 0.3s; }
    .sidebar__nav-mega__menu-wrap {
      position: absolute;
      width: 100% !important;
      height: 100vh !important;
      background: #f9fafb !important;
      padding: 1rem; }
      .sidebar__nav-mega__menu-wrap-title {
        font-weight: 600;
        font-size: 40px;
        line-height: 48px;
        color: #000000; }
      .sidebar__nav-mega__menu-wrap-list {
        margin: 0;
        padding: 0; }
        .sidebar__nav-mega__menu-wrap-list li {
          position: relative;
          list-style: none;
          padding: 0.5rem 0;
          cursor: pointer;
          border-bottom: 1px solid #e1e1e0; }
          .sidebar__nav-mega__menu-wrap-list li:not(:last-child) {
            margin-bottom: 1.5rem; }
          .sidebar__nav-mega__menu-wrap-list li a {
            font-weight: 500;
            font-size: 12px;
            line-height: 13px;
            color: #000000;
            transition: 0.3s; }
            .sidebar__nav-mega__menu-wrap-list li a:hover {
              color: #307ef3; }

/*--------------------------------------------------------------
# 1. Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: 100%;
  top:0px;
  /* background-color: #f6f6f5; */
  /* overflow:hidden; */
  position: relative;
  }

 .carousel-caption{
    left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
  } 

/* change transition duration to control the speed of fade effect */
.carousel-item {
  transition-timing-function: linear;
}

/*
 @-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner .carousel-item > img {
  -webkit-animation: zoom 5s;
  animation: zoom 1s;
}
*/
.text-position {
	text-align: left;
	margin-left: 150px;
	margin-top: 250px;
} 
.text-position h1 {
	font-size: 35px;
	font-weight: 500;
	text-shadow: 2px 2px 4px #000000;
}  
.text-position h3 {
	font-size: 18px;
	text-shadow: 2px 2px 4px #000000;
} 
.about-text-position {
	text-align: left;
	margin-left: 150px;
	margin-top: 180px;
} 
.about-text-position h1 {
	font-size: 35px;
	font-weight: 500;
	text-shadow: 2px 2px 4px #000000;
}
  .caption1{
    color: white;
  }
  .caption2{
    color: #16917d;
  }
  .caption3{
	color: #fff;
  }
   .caption4{
    color: #fff;
  }  
   .caption5{
    color: #0B4E04;
  } 
  
  @media (max-width: 992px) {
#hero {
    height: 100%; 
	width: 100%;
	position: relative;
	  } 
.carousel-indicators {
     display: none;
    }
.text-position {
	text-align: left;
	margin-left: 80px;
	margin-top: 100px;
} 
.text-position h1 {
	font-size: 15px;
	font-weight: 500;
	text-shadow: 2px 2px 4px #000000;
}  
.text-position h3 {
	font-size: 12px;
	text-shadow: 2px 2px 4px #000000;
} 
.about-text-position {
	text-align: left;
	margin-left: 80px;
	margin-top: 100px;
} 
.about-text-position h1 {
	font-size: 15px;
	font-weight: 500;
	text-shadow: 2px 2px 4px #000000;
}
	}
	
  @media (max-width: 772px) {
 #hero {
    height: 100%; 
	width: 100%;
	position: relative;
	  } 
.carousel-indicators {
     display: none;
    }
.text-position {
	text-align: left;
	margin-left: 50px;
	margin-top: 40px;
} 
.text-position h1 {
	font-size: 12px;
	font-weight: 500;
	text-shadow: 2px 2px 4px #000000;
}  
.text-position h3 {
	font-size: 10px;
	text-shadow: 2px 2px 4px #000000;
} 
.about-text-position {
	text-align: left;
	margin-left: 50px;
	margin-top: 40px;
} 
.about-text-position h1 {
	font-size: 12px;
	font-weight: 500;
	text-shadow: 2px 2px 4px #000000;
}
  }
  @media (max-width: 576px) {
 #hero {
    height: 100%; 
	width: 100%;
	position: relative;
	  } 
.carousel-indicators {
     display: none;
    }
.text-position {
	text-align: left;
	margin-left: 50px;
	margin-top: 40px;
} 
.text-position h1 {
	font-size: 12px;
	font-weight: 500;
	text-shadow: 2px 2px 4px #000000;
}  
.text-position h3 {
	font-size: 10px;
	text-shadow: 2px 2px 4px #000000;
} 
.text-position p {
	font-size: 10px;
	text-shadow: 2px 2px 4px #000000;
} 
.about-text-position {
	text-align: left;
	margin-left: 50px;
	margin-top: 40px;
} 
.about-text-position h1 {
	font-size: 12px;
	font-weight: 500;
	text-shadow: 2px 2px 4px #000000;
}
.mondol_logo {display: none;}
	}
  @media (max-width: 320px) {
  #hero {
    height: 100%; 
	width: 100%;
	position: relative;
	  } 
.carousel-indicators {
     display: none;
    }
.text-position {
	text-align: left;
	margin-left: 50px;
	margin-top: 40px;
} 
.text-position h1 {
	font-size: 12px;
	font-weight: 500;
	text-shadow: 2px 2px 4px #000000;
}  
.text-position h3 {
	font-size: 10px;
	text-shadow: 2px 2px 4px #000000;
} 

.about-text-position {
	text-align: left;
	margin-left: 50px;
	margin-top: 40px;
} 
.about-text-position h1 {
	font-size: 12px;
	font-weight: 500;
	text-shadow: 2px 2px 4px #000000;
}
.mondol_logo {display: none;}
	  }
	  
  #hero__col-bg {
    margin-top: -100px;
    padding-top: 100px;
    height: 100vh;
    box-shadow:  5px 10px 18px rgb(241, 55, 55);
    width: 100%;
    background-position: top left !important;
    background-repeat: no-repeat !important; }
	
    @media (max-width: 1400px) {
      #hero__col-bg {
        margin-top: -115px;
        box-shadow:  5px 10px 18px rgb(241, 55, 55); } }
    @media (max-width: 1200px) {
      #hero__col-bg {
        margin-top: -90px;
        height: 60vh;
        box-shadow:  5px 10px 18px rgb(66, 150, 235); } }
    @media (max-width: 992px) {
      #hero__col-bg {
        margin-top: -120px;
        padding-top: 10px;
        box-shadow:  5px 10px 18px rgb(203, 251, 32); } }

#hero .carousel-indicators {
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 2px; }
  @media (max-width: 992px) {
    #hero .carousel-indicators {
      position: absolute;
      bottom: -90px;
      left: 45%; } }
  @media (max-width: 768px) {
    #hero .carousel-indicators {
      bottom: -80px; } }
  @media (max-width: 576px) {
    #hero .carousel-indicators {
      bottom: -80px; } }
  @media (max-width: 320px) {
    #hero .carousel-indicators {
      bottom: 0px; } }

#hero .carousel-indicators button {
  cursor: pointer;
  background-color: #307ef3;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  opacity: 1; }
  #hero .carousel-indicators button:not(:last-child) {
    margin-right: 15px; }

#hero .carousel-indicators button.active {
  background-color: transparent;
  border-style: solid;
  border-width: 7px;
  border-color: #307ef3; }
.hero__slider-caption {
  margin-top: 50px; }
  @media (max-width: 1200px) {
    .hero__slider-caption {
      margin-top: 50px; } }
  @media (max-width: 992px) {
    .hero__slider-caption {
      text-align: center;
      margin-bottom: 20px !important; } }
  .hero__slider-caption h1,
  .hero__slider-caption h2 {
    font-weight: 400;
    color: #030303;
    margin-bottom: 25px; }
  .hero__slider-caption h1 {
    font-size: 50px;
    line-height: 55px; }
    @media (max-width: 1200px) {
      .hero__slider-caption h1 {
        font-size: 36px;
        line-height: 40px; } }
    @media (max-width: 768px) {
      .hero__slider-caption h1 {
        font-size: 26px;
        line-height: 30px; } }
  .hero__slider-caption h2 {
    font-size: 24px;
    line-height: 26px; }
    @media (max-width: 1200px) {
      .hero__slider-caption h2 {
        font-size: 18px;
        line-height: 20px; } }
    @media (max-width: 768px) {
      .hero__slider-caption h2 {
        font-size: 14px;
        line-height: 16px; } }

.hero__slider .cta__more {
  width: 14rem; }
  .hero__slider .cta__more-text {
    top: -3px;
    color: #010101;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px; }

.hero__slider .carousel-indicators {
  justify-content: start !important; }
  @media (max-width: 992px) {
    .hero__slider .carousel-indicators {
      margin-bottom: 20px !important; } }

/*--------------------------------------------------------------
# 2. Banner Section
--------------------------------------------------------------*/
.banner_section {
	position: relative;
}
.banner_section .banner_text {
	position: absolute;
	z-index: 1;
	margin: 0 auto;
	left: 0;
	right: 0;        
	text-align: left;
	top: 40%; /* Adjust this value to move the positioned div up and down */
	width: 80%; /* Set the width of the positioned div */
}
.banner_text h1 {
	font-weight: 500;
	font-size: 30px;
	line-height: 30px;
	color: white;
	right: 200px;
	text-shadow: 1px 1px 2px black, 0 0 10px rgb(126, 126, 129), 0 0 5px darkblue;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.banner_text p {
	
		
}

.banner_section .cta__more {
	width: 14rem; }
.banner_section .cta__more-text {
  top: -3px;
  color: #307ef3;
  font-weight: 600;
  font-size: 18px;
  padding-left: 20px;
  line-height: 20px; }

.sustainability_text {
	color: #fff;
}

@media (max-width: 766px) {
.banner_section {
	position: relative;
}
.banner_section .banner_text {
	position: absolute;
	z-index: 1;
	margin: 0 auto;
	left: 0;
	right: 0;        
	text-align: left;
	top: 25%; /* Adjust this value to move the positioned div up and down */
	width: 80%; /* Set the width of the positioned div */
	}
.banner_text h1 {
	font-weight: 400;
	font-size: 15px;
	line-height: 12px;
	color: white;
	right: 80px;
	text-shadow: 1px 1px 2px black, 0 0 10px rgb(126, 126, 129), 0 0 5px darkblue;
	text-transform: uppercase;
	margin-bottom: 10px;
	}
.banner_text p {
	font-size: 10px;
	}
.banner_section .cta__more {
	display: none; }
.sustainability .cta__more {
	display: none; }
}
/*--------------------------------------------------------------
# 3. Certifications Section
--------------------------------------------------------------*/
.certifications {
  /* display: flex;
  flex-wrap: nowrap; */
  overflow: hidden;
  height: 100%;
  width: 100%; }
  .ph{
    box-shadow: 2px 2px 5px rgb(132, 132, 132);
    border-radius: 30px;
    background-color: white;
  }
  @media (max-width: 1200px) {
    .certifications {
      padding-top: 20px;
      height: 100% !important; }}
      @media (max-width: 772px) {
        .certifications {
          
          height: 100% !important; }
        .contain-2{
          padding-bottom: 2px;
        }
        }
          .contain-2{
            height: 100%;
          }
   
  .certifications__bg {
    padding: 30px;
    margin-top: 5px;
    /* box-shadow: 2px 5px 5px 10px rgb(61, 87, 61); */
    width: 100%;
    background-position: top left !important;
    background-repeat: no-repeat !important; }
    @media (max-width: 1200px) {
      .certifications__bg {
        height: 90% !important; } }
        @media (max-width: 992px){
          .certifications{
            padding: 10px;
          }
          .certifications__bg{
            background-size: 100%;
            background-repeat: no-repeat;
          }

        }
  .certifications__content {
    margin-bottom: 10px;
   }
    .certifications__content p {
      font-weight: 500;
      font-size: 22px;
      line-height: 27px;
      color: #212b36;
      margin-bottom: 30px; }
/*--------------------------------------------------------------
# 4. Services Section
--------------------------------------------------------------*/
.services {
  position: relative;
  height: 100%;
  width: 100%; 
  margin-top: 20px;}
  .services__tab {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #e2e1e1 !important; }
    .services__tab #v-pills-tab {
      position: absolute;
      left: 0;
      top: 25%; }
      @media (max-width: 1200px) {
        .services__tab #v-pills-tab {
          top: 15%;
          left: -25px; } }
      @media (max-width: 768px) {
        .services__tab #v-pills-tab {
          top: 5%;
          left: -25px; } }
    .services__tab .nav-pills .nav-link {
      min-height: 50px;
      color: #116ee8;
      background-color: transparent;
      transform: rotate(-90deg); }
      .n{
        color: #19191a;
      }
      .services__tab .nav-pills .nav-link:not(:last-child) {
        margin-top: 20px;
        margin-bottom: 20px; }
      .services__tab .nav-pills .nav-link span {
        font-weight: 500;
        font-size: 12px;
        margin-right: 5px; }
    .services__tab .nav-pills .nav-link.active {
      color: #0e3d9a; }
    .services__tab-packaging {
      height: 60vh;
      width: 100%;
      background-color: #9aa784 !important; }
    .services__tab-content {
      text-align: center;
      padding: 4rem 2rem; }
      @media (max-width: 1400px) {
        .services__tab-content {
          padding: 3rem 0.5rem; } }
      .services__tab-content h1 {
        font-weight: 400;
        font-size: 45px;
        line-height: 47px;
        color: #000000;
        margin-bottom: 50px !important; }
        @media (max-width: 1400px) {
          .services__tab-content h1 {
            font-size: 35px;
            line-height: 37px; } }
            .cta__active{
              bottom: 10px;
              background-color: #0a66c2;
              color: white;
              border: none;
             }

      .services__tab-content p {
        font-weight: 500;
        font-size: 20px;
        padding-left: 15px;
        line-height: 30px;
        font-style: italic;
        color: #000000; }
        @media (max-width: 1200px) {
          .services__tab-content p {
            font-size: 12px;
            line-height: 15px; } }
    .services__tab-img {
      height: 100%;
      width: 100%; }
      .services__tab-img img {
        width: 100vw;
        height: 100%; }
		
/*--------------------------------------------------------------
# Buyer Slider Section
--------------------------------------------------------------*/

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*--------------------------------------------------------------
# Strengths Section
--------------------------------------------------------------*/
.strengths__header {
  position: relative;
  height: 100%;
  padding: 5rem 4rem 1rem;
  background-color: white;
}
  @media (max-width: 1400px) {
    .strengths__header {
      padding: 5rem 4rem 3rem; } }
  .strengths__header-line {
    position: absolute;
    top: 160px;
    left: -30px;
    transform: rotate(-90deg);
    font-weight: 500;
    font-size: 14px;
    line-height: 13px;
    color: #212b36; }
    @media (max-width: 1400px) {
      .strengths__header-line {
        top: 130px;
        font-weight: 500;
        font-size: 12px;
        line-height: 11px; } }
  .strengths__header-title {
    font-weight: 400;
    font-size: 56px;
    line-height: 55px;
    color: #000000;
    text-transform: uppercase; }
    @media (max-width: 1400px) {
      .strengths__header-title {
        font-size: 36px;
        line-height: 35px; } }

.strengths__amount {
  height: 100%;
  padding: 2rem 2rem 1rem;
  background-color: #f7dc7a;
 }
  .strengths__amount-item1{
    box-sizing: border-box;
    border:2px solid #283f3c;
    height: 30vh;
  }
  .strengths__amount-item1 h2{
    text-align: center;
    padding-top: 20px;
    color: rgb(215, 121, 13);
    /* font-weight: 800; */
    font-size: 50px;

  }
  .strengths__amount-item1 h6{
    text-align: center;
    color: rgb(215, 121, 13);
    font-size: 25px;
  }
  .strengths__amount-item2{
    box-sizing: border-box;
    border:2px solid #283f3c;
    height: 30vh;
  }
  .strengths__amount-item2 h2{
    text-align: center;
    padding-top: 20px;
    color: rgb(215, 121, 13);
    /* font-weight: 800; */
    font-size: 50px;

  }
  .strengths__amount-item2 h6{
    text-align: center;
    color: rgb(215, 121, 13);
    font-size: 25px;
  }

  .strengths__amount-item3{
    box-sizing: border-box;
    border:2px solid #283f3c;
    height: 30vh;
  }
  .strengths__amount-item3 h2{
    text-align: center;
    padding-top: 20px;
    color: rgb(215, 121, 13);
    /* font-weight: 800; */
    font-size: 50px;

  }
  .strengths__amount-item3 h6{
    text-align: center;
    color: rgb(215, 121, 13);
    font-size: 25px;
  }

  .strengths__amount-item4{
    box-sizing: border-box;
    border:2px solid #283f3c;
    height: 30vh;
  }
  .strengths__amount-item4 h2{
    text-align: center;
    padding-top: 20px;
    color: rgb(215, 121, 13);
    /* font-weight: 800; */
    font-size: 50px;

  }
  .strengths__amount-item4 h6{
    text-align: center;
    color: rgb(215, 121, 13);
    font-size: 25px;
  }
  @media (max-width: 1400px) {
    .strengths__amount {
      padding: 5rem 4rem 3rem; } }
  .strengths__amount-item {
    text-align: center; }
    .strengths__amount-item h2 {
      font-weight: 700;
      font-size: 64px;
      line-height: 70px;
      color: #212b36; }

      @media (max-width:772px) {
        .strengths__amount-item h2 {
          width: 100px;
          height: 100px;

        } 
        
      }
    .strengths__amount-item small {
      font-weight: 400;
      font-size: 24px;
      line-height: 26px;
      color: #000000; }

/*--------------------------------------------------------------
# Sustainable Package Section
--------------------------------------------------------------*/
.sustainable-package {
  height: 100%; }
  .sustainable-package__bg {
    padding: 5rem;
    height: 100%;
    width: 100%;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px; }
    .sustainable-package__bg-img {
      width: 300px;
      height: auto;
      position: absolute;
      top: 20%;
      left: -55px; }
      @media (max-width: 1400px) {
        .sustainable-package__bg-img {
          width: 250px;
          top: 18%;
          left: -35px; } }
      @media (max-width: 1200px) {
        .sustainable-package__bg-img {
          width: 220px;
          top: 25%;
          left: -25px; } }
      @media (max-width: 992px) {
        .sustainable-package__bg-img {
          width: 120px;
          top: 12%;
          left: -15px; } }
      @media (max-width: 576px) {
        .sustainable-package__bg-img {
          width: 75px;
          top: 25%;
          left: -5px; } }
  .sustainable-package__text {
    padding: 5rem;
    margin-top: 5rem; }
    @media (max-width: 1200px) {
      .sustainable-package__text {
        margin-top: 3rem; } }
    @media (max-width: 992px) {
      .sustainable-package__text {
        padding: 1rem 0;
        margin-top: 1rem; } }
    .sustainable-package__text h2 {
      font-weight: 400;
      font-size: 36px;
      line-height: 47px;
      color: #000000; }
      @media (max-width: 1400px) {
        .sustainable-package__text h2 {
          font-size: 26px;
          line-height: 37px; } }
      @media (max-width: 1200px) {
        .sustainable-package__text h2 {
          font-size: 20px;
          line-height: 30px; } }

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
  /* position: relative; */
  /* background-position: left bottom; */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat !important;
  background-size: cover;
  /* background-color: #f6f6f5 !important;  */
  min-height: 500px;}
  .testimonials__title {
    text-align: center !important; }
    .testimonials__title h1 {
      font-weight: 500;
      font-size: 40px;
      line-height: 36px;
      color: black;
      text-transform: uppercase;
      margin-bottom: 20px; }
  .testimonials__text {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #212b36;
    margin-bottom: 25px; }
    @media (max-width: 1400px) {
      .testimonials__text {
        font-size: 30px;
        line-height: 37px; } }
    @media (max-width: 992px) {
      .testimonials__text {
        font-size: 26px;
        line-height: 34px; } }
  .testimonials__box {
    position: relative; }
    .testimonials__box .swiper-button-prev i,
    .testimonials__box .swiper-button-next i {
      font-size: 24px;
      color: #212b36; }
    .testimonials__box .swiper-button-prev::after,
    .testimonials__box .swiper-button-next::after {
      content: none !important; }
    .testimonials__box-item-content-des p {
      font-weight: 400;
      font-size: 20px;
      line-height: 36px;
      text-align: center;
      font-family: cursive;
      color: #212b36; }
      .testimonials__box-item-content-des p i {
        font-size: 36px;
        color: black; }
    .testimonials__box-item-content-img, .testimonials__box-item-content-title {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 15px; }
    .testimonials__box-item-content-title {
      margin-bottom: 0 !important; }
      .testimonials__box-item-content-title p {
        font-weight: 600;
        font-size: 24px;
        font-family: Georgia, serif;
        line-height: 28px;
        color: black; }
        .blockquote-footer{
          font: italic 1.2em "Fira Sans", serif;
          color: black;
        }

/*--------------------------------------------------------------
# Blog Section
--------------------------------------------------------------*/
.blog {
  background-color: #ffffff; }
  .blog__title {
    text-align: left !important;
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    color: #005cbf;
    text-transform: uppercase; }
  .blog__text {
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    text-transform: capitalize; }
  .blog .card {
    border-radius: 0; }
    .blog .card .card__img {
      overflow: hidden; }
      .blog .card .card__img .card-img-top {
        transition: 0.6s;
        border-radius: 0 !important; }
        .blog .card .card__img .card-img-top:hover {
          transform: scale(1.3); }
    .blog .card .card-body {
      min-height: 250px; }
      @media (max-width: 1200px) {
        .blog .card .card-body {
          min-height: 275px; } }
      @media (max-width: 992px) {
        .blog .card .card-body {
          min-height: 300px; } }
      @media (max-width: 768px) {
        .blog .card .card-body {
          min-height: 100px; } }
      .blog .card .card-body .card-title {
        font-weight: 500;
        font-size: 12px;
        line-height: 13px;
        text-transform: uppercase;
        color: #005cbf; }
      .blog .card .card-body .card-title__link {
        font-weight: 500;
        font-size: 22px;
        line-height: 30px;
        text-transform: capitalize;
        color: #212b36;
        transition: 0.3s; }
        .blog .card .card-body .card-title__link:hover {
          color: #307ef3; }
      .blog .card .card-body .card-text {
        margin-top: 1.5rem;
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        text-transform: capitalize;
        color: #212b36;
        overflow-wrap: break-word; }

/*--------------------------------------------------------------
# Newsletter Section
--------------------------------------------------------------*/
.newsletter {
  position: relative;
  padding-bottom: 0 !important;
  /* background-color: #e6d1ae !important; */
  background-repeat: no-repeat !important;
  background-position: left !important; }
  .newsletter__title {
    text-align: center; }
    .newsletter__title h1 {
      font-weight: 400;
      font-size: 20px;
      line-height: 30px;
      color: #212b36; }
  .newsletter__form .form-control::-webkit-input-placeholder {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #9b91ab; }
  .newsletter__form .form-control:-ms-input-placeholder {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #919eab; }
  .newsletter__form .form-control::placeholder {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #aba591; }
  .newsletter__form .form-check-label {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px; }

/*--------------------------------------------------------------
# Page Section
--------------------------------------------------------------*/ 
.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
   display: none;
}

.add-read-more.show-more-content .read-more {
   display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
   font-weight: normal;
   margin-left: 2px;
   color: blue;
   cursor: pointer;
}

.add-read-more{
  width: 100%;
  margin: 0 auto;
}	
  
.read_more_link {
        font-weight: 500;
        font-size: 16px;
        line-height: 15px;
        text-transform: capitalize;
        color: #212b36;
        transition: 0.3s; }
		
.read_more_link:hover {
          color: #307ef3; 
		  }
		  	 
.about li {
	list-style: none;
	line-height: 22px;
	font-size: 14px;
}

.heading-title {
  text-align: center;
  padding-bottom: 2px; }

.heading-title h1 {
      font-weight: 500;
      font-size: 40px;
      line-height: 36px;
      color: black;
      text-transform: uppercase;
      margin-top: 20px;
      margin-bottom: 20px;
	  padding-bottom: 20px;
	  position: relative
	  }

.heading-title h1::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px); }

.heading-title h1::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #ed1c24;
  bottom: 0;
  left: calc(50% - 20px); }

  .text-content {
    font-size: 14px;
    line-height: 25px;
    
  }

.img_position_left {float: left; padding-right: 5px; border-radius: 20px 50px;}
.img_position_right {float: right; padding-left: 5px; border-radius: 20px 50px; }
.img_position_center {float: middle; padding: 5px;}
.sust_img_size img {height: 150px;}
/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 360px !important;
}
.table tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: none;
    border-width: 0;
}
.br-gap {
	display: block;
	margin-bottom: 0.4em;
}

#myImg {
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 25%;
  width: auto;
  padding: 16px;
  margin-top: 0px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev,
.next {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #ddd;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

 /* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}
input[type=email], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}
/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}
/*--------------------------------------------------------------
# Footer Section
--------------------------------------------------------------*/    
.footer{
  background-color: #7e7e7d ;
}

/*--------------------------------------------------------------
# Swiper Pagination Custom Style
--------------------------------------------------------------*/
.swiper-pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  list-style: none;
  align-items: center; }
  .swiper-pagination span {
    margin: 5px 0; }
  .swiper-pagination .swiper-pagination-bullet {
    cursor: pointer;
    width: 7px;
    height: 7px;
    background-color: #307ef3;
    opacity: 1;
    border: 1px solid #307ef3; }
    .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
      margin-right: 15px; }
  .swiper-pagination .swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border: 7px solid #307ef3; }

/*--------------------------------------------------------------
# Animation Key Frames
--------------------------------------------------------------*/
@keyframes increase {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.5); } }

.back-to-top {
  position: fixed;
  display: none;
  left: 10px;
  bottom: 30px;
  z-index: 99; }
  @media (max-width: 992px) {
    .back-to-top {
      left: 5px; } }

.bot-icon {
  position: fixed;
  right: 0;
  bottom: 10px;
  z-index: 99; }

.bot-icon img {
    width: 70%; }

.page-loader-wrapper {
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  overflow: hidden;
  text-align: center; }
  .page-loader-wrapper span {
    font-size: 13px;
    margin-top: 10px;
    font-weight: bold;
    color: #231f20; }
  .page-loader-wrapper .loader {
    position: relative;
    top: calc(50% - 30px); }

.preloader__wrapper {
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: #111; }

.loader {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.loader .ring {
  position: relative;
  margin: -30px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top: 4px solid #24ecff;
  animation: animate 4s linear infinite; }

@keyframes animate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.loader .ring::before {
  content: '';
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: #24ecff;
  box-shadow: 0 0 0 5px #24ecff33,
 0 0 0 10px #24ecff22,
 0 0 0 20px #24ecff11,
 0 0 20px #24ecff,
 0 0 50px #24ecff; }

.loader .ring:nth-child(2) {
  animation: animate2 4s linear infinite;
  animation-delay: -1s;
  border-top: 4px solid transparent;
  border-left: 4px solid #93ff2d; }

.loader .ring:nth-child(2)::before {
  content: '';
  position: absolute;
  top: initial;
  left: 12px;
  bottom: 12px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: #93ff2d;
  box-shadow: 0 0 0 5px #93ff2d33,
 0 0 0 10px #93ff2d22,
 0 0 0 20px #93ff2d11,
 0 0 20px #93ff2d,
 0 0 50px #93ff2d; }

@keyframes animate2 {
  0% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(0deg); } }

.loader .ring:nth-child(3) {
  animation: animate2 4s linear infinite;
  animation-delay: -3s;
  position: absolute;
  top: 66.66px;
  border-top: 4px solid transparent;
  border-left: 4px solid #e41cf8; }

.loader .ring:nth-child(3)::before {
  content: '';
  position: absolute;
  top: initial;
  left: 12px;
  bottom: 12px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: #e41cf8;
  box-shadow: 0 0 0 5px #e41cf833,
 0 0 0 10px #e41cf822,
 0 0 0 20px #e41cf811,
 0 0 20px #e41cf8,
 0 0 50px #e41cf8; }

.loader p {
  position: absolute;
  color: #fff;
  font-size: 1.2em;
  font-family: consolas;
  bottom: -150px;
  letter-spacing: 0.15em; }

.expended__search-wrap {
  position: relative;
  display: none; }
  .expended__search-wrap-inner {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    z-index: 1050;
    background-color: #ffffff;
    overflow: hidden; }
  .expended__search-wrap__close-btn {
    position: relative;
    z-index: 1060; }
    .expended__search-wrap__close-btn .searchToggle {
      position: absolute;
      top: 20px;
      right: 20px;
      border: 1.5px solid #307ef3;
      border-radius: 100%;
      height: 2.5rem;
      width: 2.5rem;
      background-color: #f9fafb; }
      .expended__search-wrap__close-btn .searchToggle:hover {
        color: #ed1c24;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
  .expended__search-wrap__field {
    height: 50vh;
    background-color: #ffffff;
    position: relative; }
    .expended__search-wrap__field-area {
      margin-top: 20vh; }
      .expended__search-wrap__field-area .form-control {
        border: 0;
        border-radius: 0 !important;
        border-bottom: 2px solid #d9d9d9;
        padding: 1.5rem 0.75rem !important;
        font-size: 42px !important; }
        .expended__search-wrap__field-area .form-control:focus {
          box-shadow: none !important; }
      .expended__search-wrap__field-area ::-webkit-input-placeholder {
        /* Edge */
        font-weight: 300 !important;
        font-size: 42px !important;
        color: #000000 !important;
        opacity: 0.5; }
      .expended__search-wrap__field-area :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        font-weight: 300 !important;
        font-size: 42px !important;
        color: #000000 !important;
        opacity: 0.5; }
      .expended__search-wrap__field-area ::placeholder {
        font-weight: 300 !important;
        font-size: 42px !important;
        color: #000000 !important;
        opacity: 0.5; }
      .expended__search-wrap__field-area .form-text {
        display: flex;
        justify-content: end;
        align-items: center;
        font-weight: 700;
        font-size: 13px;
        line-height: 16px;
        margin-top: 10px;
        color: #000000; }
  .expended__search-wrap__suggest {
    height: 50vh;
    padding: 2.5rem 0;
    background-color: #f9fafb; }
    .expended__search-wrap__suggest-title {
      font-weight: 300;
      font-size: 40px;
      line-height: 48px;
      color: #000000;
      margin-bottom: 3rem; }
    .expended__search-wrap__suggest-item ul {
      margin: 0;
      padding: 0; }
      .expended__search-wrap__suggest-item ul li {
        position: relative;
        display: block;
        list-style: none;
        cursor: pointer; }
        .expended__search-wrap__suggest-item ul li:not(:last-child) {
          margin-bottom: 15px; }
        .expended__search-wrap__suggest-item ul li a {
          font-weight: 400;
          font-size: 24px;
          line-height: 33px;
          color: #00509e;
          text-decoration: underline !important;
          transition: 0.3s; }
