*{
    margin: 0;
    padding: 0; 
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
  }
  
  :root{ 
    /*===== Colores =====*/
    --manu-color:#2597DB;
    --main-color: #3567B1;
    --second-color:#90CDF0;
    --third-color:#208063;
    --white-color:#fff;
    --grayText-color:#979797;
  }  
.borderRadius0{
  border-radius: 0;
}
  .marginTop80{
    margin-top: 80px;
  }
  .p9{
    font-size:9px;
  }
  .p10{
    font-size:10px;
  }
  .p12{
    font-size:12px;
  }
  .p14{
    font-size:14px;
  }
  .p30{
    font-size: 30px;
  }
  .grayText{
    color:var(--grayText-color);
  }
  .readMore01 {
    color: var(--third-color);
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}
.readMore01:hover {
    color: var(--third-color); 
}
.underline_one {
  position: relative;
  line-height: 50px;
  font-weight: 700;
} 
.underline_one:before {
  position: absolute;
  content: "";
  background: #208063;
  height: 4px;
  width: 60px;
  bottom: 0px;
  left: 0;
} 
.underline_one:after {
  position: absolute;
  content: "";
  background: #2597db;
  height: 4px;
  width: 50px;
  bottom: 0;
  left: 59px;
}
.fixed_right_btn{
  position: fixed;
  right: 0;
  top: 50%;
  display: grid;
  z-index: 999;
}
.fixed_right_btn a {
  padding: 6px 14px;
  background: var(--third-color);
  font-size: 30px;
  color: #fff;
  margin: 1px 0;
  border-radius: 5px;
}
/* fixed left */
.fixed_left_btn {
  position: fixed;
  top: 40%;
  display: grid;
  z-index: 999;
} 
.fixed_left_btn a {
  padding: 6px 11px;
  background: var(--manu-color);
  margin: 1px 0;
  border-radius: 5px;
  font-size: 20px;
  color: #fff;
}
  /* top manuber */
  .top_logo{
    height: 75px;
    padding: 2px;
  }
.Lang_btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 0px 5px 0 0;
    margin: 2px;
}
.Lang_btn span{
  padding: 0 5px;
  background: var(--third-color);
  border-radius: 4px 0 0 4px;
}
.Lang_btn:hover {
  color: #fff;
}
  .top_manu {
    background: var(--main-color);
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}
.top_manu_container{ 
  display: flex;
  justify-content: space-between;
}
.top_manu p{
    padding: 7px;
    color: var(--white-color);
    margin: 0;
    font-size: 12px;
}
.Link_btn{
    color:#fff;
    font-size: 12px;
}
.Link_btn:hover{
    color:#fff; 
}

/* modal */
.modal-dialog{
  max-width: 760px !important;
}
.modalLayout {
  background: white;
  padding: 0;
} 
.modalLayout h4 {
  background: var(--third-color);
  color: #fff;
  padding: 10px;
} 
.modalBoxes {
  display: flex;
  justify-content: space-evenly;
} 
.modalBox1 {
  font-size: 30px; 
  padding: 20px 30px;
  margin: 85px 0px;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 150px;
}
.modalBox1 a {
  cursor: pointer;
  text-align: center;
  display: block;
  font-size: 17px;
  color:var(--third-color);
}
.modalBox1 a i{ 
  font-size: 25px;
}
.menu_modal {
  height: auto;
  width: 100%;
  position: absolute;
  top: 0;
  background: #fff;
  left: 0;
}
.text_m_text {
  position: relative;
  padding: 10px;
  background: var(--third-color);
}
.text_m_text h5 {
  margin: 0;
}
.text_m_text a{
  color:#fff;
}
.text_m_h5{
  position: absolute;
  left: 50%;
  top: 11px;
  transform: translate(-50%);
  color: #fff;
}
  /* main manuber */
  .wrapper{
    background: #004080;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 31px;
  }
  /* .wrapper nav{ 
    max-width: calc(100% - 200px);
    margin: 0 auto; 
  } */
  nav .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  nav .content .links{ 
    display: flex;
    margin: 0;
  }
  .content .logo a{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
  }
  .content .links li{
    list-style: none;
    line-height: 70px;
  }
  .content .links li a,
  .content .links li label{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 9px 17px;
    border-radius: 0px;
    transition: all 0.3s ease;
    text-decoration: none;
  }
  .content .links li label{
    display: none;
  }
   /*.content .links li a:hover,
  .content .links li label:hover{
    background: #323c4e; 
  }*/
  .content .links ul li a:hover{
    background: #2597DB;
    color: #000;
  }
  .wrapper .search-icon,
  .wrapper .menu-icon{
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    line-height: 70px;
    width: 70px;
    text-align: center;
    float: right;
  }
  .wrapper .menu-icon{
    display: none;
  }
  .wrapper #show-search:checked ~ .search-icon i::before{
    content: "\f00d";
  }
   
  .wrapper .search-box{
    position: absolute;
    height: 100%;
    max-width: calc(100% - 50px);
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  .wrapper #show-search:checked ~ .search-box{
    opacity: 1;
    pointer-events: auto;
  }
  .search-box input{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 17px;
    color: #fff;
    background: #171c24;
    padding: 0 100px 0 15px;
  }
  .search-box input::placeholder{
    color: #f2f2f2;
  }
  .search-box .go-icon{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 60px;
    width: 70px;
    background: #171c24;
    border: none;
    outline: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
  }
  .wrapper input[type="checkbox"]{
    display: none;
  }
   
  /* Dropdown Menu code start */
  .content .links ul{
    position: absolute;
    background: var(--main-color);
    top: 75px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
  }
  .content .links li:hover > ul{
    top: 75px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
  }
  .content .links ul li a{
    display: block;
    width: 100%;
    line-height: 30px;
    border-radius: 0px!important;
  }
  .content .links ul ul{
    position: absolute;
    top: 0;
    right: calc(-100% + -54px);
  }
  .content .links ul li{
    position: relative;
  }
  .content .links ul li:hover ul{
    top: 0;
  }
  /* main landing page slider */
  .slider {
    position: relative;
    top: 1px;
    margin-top: 100px;
}
.slider::before {
    content: "";
    position: absolute;
    background: #000000bd;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.slider_text{
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    bottom:unset;
}
.slider_text h1{
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 3px;
}
/* marquee area  */
marquee{
  font-size: 15px;
  color: #fff;
  background: var(--third-color);
  padding: 5px;
  }
  .marquee_ul{
    margin: 0;
    display: flex;
  }
  .marquee_ul li{
    list-style: none;
    margin-left: 50px;
  }

 /* about area  */
 .about_text_bold {
  font-weight: 700;
  font-size: 15px;
}
 .about_text_layout img{
  width: 340px;
  float: left;
  padding:7px 12px 10px 0;
 }
 .about_text_layout p {
  text-align: justify;
  color: #7f7f7f;
  font-size: 14px;
}
.notice_item {
  border-bottom: 1px solid #9999997d;
  padding: 10px 0;
}
.notice_item p {
  font-size: 18px;
  color: #999999;
  margin: 0;
} 
.notice_item span{
  font-size: 14px;
  color: var(--third-color);
}
/* gallery */
.galary_top {
  display: flex;
  justify-content: space-between;
}
.filter-button{
    font-size: 18px;
    border: 1px solid var(--third-color);
    border-radius: 5px;
    text-align: center;
    color: var(--third-color);
}
.filter-button:hover{
    font-size: 18px;
    border: 1px solid var(--third-color);
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: var(--third-color);
}
.btn-default:active .filter-button:active{
    background-color: var(--third-color);
    color: white;
}
.port-image{
    width: 100%;
}
.gallery_product{
    margin-bottom: 30px;
}
/* news  */
.news_item img {
  padding: 5px 0;
  width: 100%;
}
.date_news {
  font-size: 14px;
  color: var(--third-color);
}
.news_title {
  color: #000000db !important;
  font-weight: bold;
}
.news_item p {
  margin: 0;
  padding: 5px 0;
  color:#999999;
}
/* event  */
.event_layout {
  display: flex;
  padding: 5px 0;
  cursor: pointer;
} 
.date_event p {
  background: var(--third-color);
  color: #fff;
  padding: 5px;
  text-align: center;
  margin: 5px;
  line-height: 30px;
  border-radius: 5px;
} 
.date_event span {
  font-size: 25px;
  font-weight: 700;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.event_text {
  padding: 0px 5px;
} 
.event_text h5 {
  text-transform: capitalize;
  margin-bottom: 5px;
  font-weight: 700;
}
.event_text p{
  color: #999999;
}
.event_text span{
  color:var(--manu-color);
  font-size: 14px;
}
/* discover */
/*********************** Demo - 13 *******************/
.box13{
  position:relative;
  transition:all .2s ease-out 0s;
}
.box13 .box-content,.box13:after{
  position:absolute;
  left:20px;
  right:20px;
}
.box13:after{
  content:"";
  display:block;
  background:var(--main-color);
  top:20px;
  bottom:20px;
  opacity:0;
  transform:rotate3d(-1,1,0,100deg);
  transition:all .4s ease-in-out 0s;
}
.box13:hover:after{
  opacity:.8;
  transform:rotate3d(0,0,0,0deg);
}
.box13 img{
  width:100%;
  height:auto;
}
.box13 .box-content{
  top:45%;
  opacity:0;
  z-index:1;
  -webkit-transform:translate(10%,-30%);
  transform:translate(10%,-30%);
  transition:all .2s ease-out 0s;
}
.box13:hover .box-content{
  opacity:1;
  transform:translate(0,-50%);
  transition-delay:.2s;
  text-align: center;
} 
.box13 .post{
  display:block;
  font-size:16px;
  color:#fff;
  margin-bottom:3px;
} 
.box14 .icon li,.box14 .post{
  display:inline-block;
}
h4.title_discover {
  text-align: center;
  padding: 10px;
  background:var(--main-color);
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
h4.title_discover:hover {
  background:var(--manu-color);
}
/* excutive committee */
/*********************** Demo - 8 *******************/
.box8 .icon,.box8 .title{
  margin:0;
  position:absolute;
}
.box8{
  box-shadow:0 0 3px rgba(0,0,0,.3);
  position:relative;
  overflow: hidden;
  margin:0 5px;
}
.box8 img{
  width:100%;
  height:auto;
}
.box8 .box-content{
  width:100%;
  height:100%;
  background:rgba(0,0,0,.6);
  opacity:0;
  position:absolute;
  top:0;
  left:0;
  transform:perspective(400px) rotateX(-90deg);
  transform-origin:center top 0;
  transition:all .5s ease 0s;
}
.box8 .icon li a,.box8 .title{
  background: #3567b1cf;
  font-size:11px;
  color:#fff;
}
.box8:hover .box-content{
  opacity:1;
  transform:perspective(400px) rotateX(0);
}
.box8 .title{
  padding:5px 7px;
  border-radius:5px;
  font-weight:600;
  bottom:0;
  left:0;
  right: 0;
  transition:all .9s ease 0s;
}
.box8 .title p{
  margin: 0;
}
.box8 .icon li a,.box9 .box-content,.box9 .icon li,.box9 img{
  transition:all .35s ease 0s;
}
.box8:hover .title{
  bottom:-75px;
}
.box8 .icon {
  list-style: none;
  padding: 5px;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
}
.box8 .icon li a{
  display:block;
  width:40px;
  height:40px;
  line-height:40px;
  border-radius:50%;
  margin-right:7px;
}
.box9 .icon,.box9 .title{
  width:100%;
  font-size:22px;
}
.box8 .icon li a:hover{
  background:#fff;
  color:#000;
}
.icon span {
  font-size: 14px;
  font-weight: 700;
} 
.icon p {
  font-size: 13px;
  margin:0;
}
.footer{
  background:#111111;
}
.footer_li li a {
  color: #afb0b2;
} 
.footer_li li {
  padding: 5px 0px;
  list-style: none;
}
.footer_item p {
  color: #afb0b2;
}
.footer_item h5{
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
  line-height: 55px;
  color: #fff;
  font-size: 25px;
}
.footer_item h5:after {
  content: "";
  position: absolute;
  height: 6px;
  width: 120px;
  background: var(--third-color);
  bottom: -5px;
  left: -2px;
}
.footer_logo{
  text-align:right;
}
.footer_logo img{
  height:150px;
}
.footer_hr{
  border: 1px solid #e9ecef66;
}
.bottom_footer {
  justify-content: space-between;
  color: #fff;
  padding: 0px 15px;
}
@media only screen and (max-width:990px){.box8{margin-bottom:20px}
}
@media only screen and (max-width:990px){.box13{margin-bottom:30px}
}

  /* Responsive code start */
  @media screen and (max-width: 1250px){
    .wrapper nav{
      max-width: 100%;
      padding: 0 20px;
    }
    nav .content .links{
      margin-left: 30px;
    }
    .content .links li a{
      padding: 8px 13px;
    }
    .wrapper .search-box{
      max-width: calc(100% - 100px);
    }
    .wrapper .search-box input{
      padding: 0 100px 0 15px;
    }
  }
   
  @media screen and (max-width: 900px){
    .wrapper .menu-icon{
      display: block;
    }
    .wrapper #show-menu:checked ~ .menu-icon i::before{
      content: "\f00d";
    }
    nav .content .links{
      display: block;
      position: fixed;
      background: #14181f;
      height: 100%;
      width: 100%;
      top: 70px;
      left: -100%;
      margin-left: 0;
      max-width: 350px;
      overflow-y: auto;
      padding-bottom: 100px;
      transition: all 0.3s ease;
    }
    nav #show-menu:checked ~ .content .links{
      left: 0%;
    }
    .content .links li{
      margin: 15px 20px;
    }
    .content .links li a,
    .content .links li label{
      line-height: 40px;
      font-size: 20px;
      display: block;
      padding: 8px 18px;
      cursor: pointer;
    }
    .content .links li a.desktop-link{
      display: none;
    }
   
    /* dropdown responsive code start */
    .content .links ul,
    .content .links ul ul{
      position: static;
      opacity: 1;
      visibility: visible;
      background: none;
      max-height: 0px;
      overflow: hidden;
    }
    .content .links #show-features:checked ~ ul,
    .content .links #show-services:checked ~ ul,
    .content .links #show-hall:checked ~ ul,
    .content .links #show-recreation:checked ~ ul,
    .content .links #show-fitness:checked ~ ul,
    .content .links #show-items:checked ~ ul,
    .content .links #show-guest:checked ~ ul{
      max-height: 100vh;
    }
    .content .links ul li{
      margin: 7px 20px;
    }
    .content .links ul li a{
      font-size: 18px;
      line-height: 30px;
      border-radius: 5px!important;
    }
  }
   
  @media screen and (max-width: 400px){
    .wrapper nav{
      padding: 0 10px;
    }
    .content .logo a{
      font-size: 27px;
    }
    .wrapper .search-box{
      max-width: calc(100% - 70px);
    }
    .wrapper .search-box .go-icon{
      width: 30px;
      right: 0;
    }
    .wrapper .search-box input{
      padding-right: 30px;
    }
    .top_manu p,.Lang_btn,.Link_btn{
      font-size:9px;
    }
    .wrapper {
      top: 26px;
    }
    .fixed_right_btn,.fixed_left_btn{
      display: none;
    }
    .filter-button{
      margin: 3px 0;
    }
  }
   
  .dummy-text{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: -1;
    padding: 0 20px;
    text-align: center;
    transform: translate(-50%, -50%);
  }
  .dummy-text h2{
    font-size: 45px;
    margin: 5px 0;
  }