
/* Header */
/*Search Cros*/
/*.search-box input:placeholder-shown + button{
  opacity: 0;
  pointer-events: none;
} 

.search-box button {
    position: absolute;
    border: none;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 16px;
    font-size: 23px;
    border-radius: 50%;
    top: -1px;
    bottom: 0;
    right: 3px;
    margin: auto;
    background: #cdcdcd;
    padding: 0;
    outline: none;
    cursor: pointer;
    transition: .1s;
    color: #236496;
    box-shadow: none;
    z-index: 99;
}
.search-box input:focus + button {
    outline: 0;
}*/

.header-top {
  /*display: flex;*/
  /*justify-self: center;*/
}
.header-top .container {
  position: relative;
}
.header-top-inner {
    display: flex;
    justify-content: space-between;
}
.header-top .header_logo {
    text-align: left;
/*    margin-bottom: -20px;*/
    position: relative;
    z-index: 99;
    display: flex;
}
.header-top .header_logo a:hover {
  opacity: 1;
}
.header-top .header_logo img {
    max-height: 153px;
    padding: 8px 5px;
    margin-bottom: -80px;
}
.header-top .header_logo span {
    font-size: 36px;
    font-weight: normal;
    font-family: 'Georgia';
    color: #005f2f;
    align-self: flex-end;
    margin-bottom: 11px;
}
@media (max-width: 1360px) {
    .header-top .header_logo span {
        font-size: 26px;
    }
}
@media (max-width: 1300px) {
    .header-top .header_logo span {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
  .header-top .header_logo {
      margin-top: -6px;
  }
  .header-top .header_logo img {
      max-height: 90px;
  }
}
@media (max-width: 425px) {
  .header-top .header_logo span {
      font-size: 16px;
  }
}

header .navbar-nav a{
  /* text-transform: uppercase; */
  color:#fff;
  /* font-family: "proxima_nova_ltthin", Arial, sans-serif; */
  font-family: 'Poppins', sans-serif;
  /*font-size: 15px;
  margin-right: 3px;*/
  /* font-size: 13px; */
  margin-right: 0;
}
.main-nav ul {
background-color: #6F6862;
margin: 0;
padding: 0 11px;
height: 100%;
display: table;
}
.nav-justified {
width: 100%;
}
.main-nav ul li a {
display: inline-flex;
color: #fff;
padding: 9px 4px;
text-transform: uppercase;
height: 100%;
width: 100%;
justify-content: center;
align-items: center;
white-space: nowrap;
font-size: 13px;
font-weight: 600;
font-weight: 500;
transition: .3s;
}
.main-nav ul li a:hover {
  opacity: .8;
}
.main-nav ul li+li:before {
content: '|';
color: #FFFFFF;
position: absolute;
font-size: 13px;
top:8px;
font-weight: 600;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: .7rem;
    padding-left: .7rem;
}
.weather{
  max-width: 100px;
}
.weather a{
  min-width: 222px;
    transform: scale(0.5);
    margin-left: -60px;
}
header .navbar-nav.left-nav{
  width:43%;
  justify-content: space-between;
}
.collapse.navbar-collapse.custom ul li a:after{
  display: none;
}
header .navbar-nav.right-nav{
  width:45%;
  /*justify-content: flex-end;*/
  justify-content: space-between;
  align-items: center;
}
header .logo-wrap{
  width:12%;
  margin: 0 10px;
  text-align: center;
}

#navbarCollapse.navbar-collapse.custom.collapse.in{
  display: block;
  margin-left: 10px;
  margin-top: 20px;
}


/*Search Box*/


.search-safe-area {
  display: inline-block;
}

.search-safe-area {
  justify-content: right;
}


.search-box {
    position: relative;
    height: 45px;
    width: 0px;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55 );
    margin-right: 45px;
    margin-top: 23px;
}
.search-box.active{
  width: 300px;
}

.search-box.active input{
  opacity:1;
}

.search-box input {
    height: 100%;
    width: 100%;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 18px;
    border-radius: 50px;
    padding: 0 60px 0 20px;
    outline: none;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55 );
}

.search-box .search-btn {
    height: 40px;
    width: 40px;
    background: #cdcdcd;
    color: #676767;
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 17px;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55 );
    z-index: 2;
}

.search-box.active .search-btn {
    height: 40px;
    width: 40px;
    background: #005f2f;
    color: #fff;
}
.search-box .cancel-btn{
  position: absolute;
  color: #664AFF;
  top:50%;
  right: 0;
  transform: translateY(-50%);
  color:#005f2f;
  font-size: 16px;
  cursor:pointer;
  height:50px;
  width:50px;
  line-height:50px;
  text-align:center;
  border-radius:50%
  opacity:0;
}

.search-box.active .cancel-btn {
    right: -2px;
    opacity: 1;
    color: #ffffff;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55 );
    z-index: 9999;
}
.search-box.active .search-btn .fa-search {
    opacity: 0;
}

/*------------------------------ 
HEADER
------------------------------ */
.alert-me {
  background-color: #a6421b;
  padding: 12px;
  color: #fff;
  border-radius: 0;
  line-height: 22px;  /* to override bootstrap 3 vs 4 diffs */
}
.alert-me.alert-dismissable .close, 
.alert-me.alert-dismissible .close {
  right: 0;
}
.alert-me span {
  /* color: #000; */
  color: #fff;
}
.close {opacity:1}
.alert-left {
  /* float: left; */
  display: table-row;
}

.alert-left #alertData {
  display: table-cell;
}
.alert-left a{
  color:rgba(233, 174, 48, 1);
  font-weight: 600;
}
.alert-left a:hover{
  color:rgba(255, 255, 255, 1);
}
/* .alert-left strong {
  margin-left: 5px;
} */
.alert-right {
  float: right;
}
.alert-right a {
  color: #fff;
}
.alert-right a:hover {
  opacity: .7;
}


/*Addvertisement*/
.addvertisement {
    padding-top: 25px;
    padding-bottom:25px;
    padding-right: 50px;
}
.add-slider {
  padding-left: 0;
}
.add-slider .left-img {
  width: 70px;
  float: left;
  position: relative;
  padding-top: 2px;
  padding-right: 10px;
}
.add-slider {
  list-style: none;
    padding-top: 8px;
}
ul.add-slider {


}
.add-slider li {
  margin-right: 5px;
  position: relative;
}
.add-slider li:after {
/*  position: absolute;
  content: "";
  width: 1px;
  top: -2px;
  bottom: -2px;
  background: #A9A9A9;
  right: -10px;
  height: 62px;*/
}
.add-slider .right-content {
  /*padding-left: 10px;
  margin-right: 50px;*/
  font-weight: 300;
  font-size: 15px;
  line-height:1.32857143;
}
.add-slider .right-content h5 {
  margin-bottom: 5px;
}
.add-slider .right-content h6{
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 0;
  line-height:1.32857143;
}
.add-slider .right-content .news-date{
  /* font-size: 14px;
  margin-bottom: 10px; */
}
.add-slider .right-content a {
  color: #000000;
  text-decoration: none;
  -webkit-transition:   .2s;
  -o-transition:  .2s;
  transition:   .2s;
}
.add-slider .right-content a:focus,
.add-slider .right-content a:hover {
  color: #138df4;
}

.addvertisement .owl-theme .owl-nav {
    margin-top: 0px;
    padding-bottom: 15px;
}
.add-prev {
  position: absolute;
  top: 27px;
  left: 0;
}
.add-next {
  position: absolute;
  top: 27px;
  right: 0;
}
.add-prev i:hover,
.add-next i:hover {
  color: #E9AE30;
}


@media (max-width: 767px) {
  .add-prev {
    position: absolute;
  }
  .add-next {
    position: absolute;
  }

  .add-slider li:after {
    position: absolute;
    content: "";
    width: 1px;
    top: -2px;
    bottom: -2px;
    background: #fff;
    right: -10px;
    height: 52px;
  }

  .happy-top {
    margin-bottom: 0px;
    margin-top: 30px;
    display: table;
  }

  .happy-botttom {
    padding: 0px 0px 0px 70px;
    margin: 0px !important;
  }

  .event-notice {
    margin: 0px !important;
    padding: 0px;
    line-height: 12px;
  }




}

/*Serach*/
.common-header {
  /*box-shadow: 0 14px 7px -9px #f1f1f1;*/
  z-index: 999;
  position: relative;
  margin-top: -20px;
  padding-top: 20px;
}
.main-logo {
  /*max-width: 250px;
  bottom: -15px;
  margin-top: -24px;
  z-index: 99;
  position: relative;
   border-radius: 50%;
  background-color: #1b539d ; */
  margin: 23px auto; 
  text-align:center; 
  max-width:100%;
}
.btn-search {
   display: none; 
}
.search-form {
  margin-top: 2px;
  width: 50px;
  -webkit-transition: width ease-in-out .3s;
  -o-transition: width ease-in-out .3s;
  transition: width ease-in-out .3s;
}
.search-form.open {
  width: 300px;
  margin-right: 5px;
}
.close-search, .open-search {
  width: 35px;
  height: 35px;
  background: #f4f4f4;
  position: absolute;
  z-index: 3;
  right: 24px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  line-height: 36px;
  color: #787b80;
  cursor: pointer;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.close-search {
  background: 0 0
}
.close-search:before {
  content: "\f00d"
}
.open-search:before {
  content: "\f002"
}
.search-form .form-control {
border-radius: 0;
  padding-left: 30px;
  border-color: #f4f4f4;
  opacity: 0;
  -webkit-transition: background ease-in-out .15s, border-color ease-in-out .15s, opacity ease-in-out .3s;
  -o-transition: background ease-in-out .15s, border-color ease-in-out .15s, opacity ease-in-out .3s;
  transition: background ease-in-out .15s, border-color ease-in-out .15s, opacity ease-in-out .3s;
  height: 36px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search-form .form-control:focus {
  border-color: #1b539d;
  color: #1b539d;
  outline: 0;
  padding-left: 15px;
}
.search-form.open .form-control {
  opacity: 1
}
.search-form input[type=search]:focus::-webkit-input-placeholder {
  color: #1b539d;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.search-form input[type=search]:focus::-moz-placeholder {
  color: #1b539d;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; 
}
.search-form input[type=search]:focus:-ms-input-placeholder {
  color: #1b539d;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.search-form input[type=search]:focus:-moz-placeholder {
  color: #1b539d;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.search-form.open form {margin-right: 20px;}


/*New Header */
.our-menu ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
/*    margin-left: 250px;*/
    gap: 80px;
}
.our-menu ul li {
/*  flex: 1;*/
}
.our-menu ul li a {
    display: block;
    position: relative;
    color: #fff;
    padding: 15px 0px;
    font-size: 18px;
    transition: .3s;
    text-align: right;
}
.our-menu ul li a:hover {
  opacity: .8;
}
.our-menu ul li a:before {
  content: "";
}
.our-menu {
  background: #051c5c;
}
@media (max-width: 1399px) {
  .our-menu ul li a {
      padding: 10px 5px;
      font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .our-menu {
    display: none;
  }
  .our-menu ul {
    flex-wrap: wrap;
  }
  .our-menu ul li {
      flex: auto;
  }
  .our-menu ul li a {
      padding: 5px;
  }
}



/*
===================
Top Area
===================
*/
.top-area .row {
  margin-left: -2px;
  margin-right: -2px;
}
.top-area div[class*="col-"] {
  margin: 0;
  padding: 0;
  padding: 2px;
}
.top-area-first {
  position: relative;
}
.top-area-first .over-first {
    position: absolute;
    left: 0;
    right: 0;
    /* bottom: 40px; */
    text-align: center;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.top-area-first .over-first h4 {
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
}
.top-area-first .over-first h4 span {
  display: block;
  font-size: 16px;
}


.top-area-text {
  position: relative;
  margin-bottom: 2px;
}
.top-area-text img {
  width: 100%;
}
.top-area-text .over-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.top-area-text .over-text h4 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    margin-left: 20px;
    margin-bottom: 10px;
}
.top-area-text .over-text a {
  transition: .3s;
}
.top-area-text .over-text a:hover {
  opacity: .8;
}


/*----*/
.upcoming-events {
  padding: 15px;
}
@media (min-width: 1500px) {
  .upcoming-events {
    margin-top: 5px;
  }
}
.upcoming-events h3 {
  margin-bottom: 0;
  color: #1b539d;
  font-weight: 400;
  text-transform: uppercase;
}
.upcoming-events ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.upcoming-events ul li {
    border-bottom: 1px solid #ddd;
    display: flex;
    padding: 10px 0;
}
.upcoming-events ul li span {
    text-transform: uppercase;
    font-size: 16px;
    color: #7e181b;
    font-weight: 600;
    letter-spacing: 1px;
    min-width: 78px;
    display: inline-block;
    position: relative;
}
.upcoming-events ul li span:before {
    content: "";
    position: absolute;
    right: 8px;
    top: 6px;
    height: 15px;
    background: #7e181b;
    bottom: 0;
    width: 2px;
}
.upcoming-events ul li a {
    text-transform: uppercase;
    font-size: 16px;
    color: #868687;
    font-weight: 500;
    display: inline-block;
    transition: .3s;
    line-height: 1.2;
}
.upcoming-events ul li a:hover {
  opacity: .8;
}
.event-btn {
  text-align: right;
}
.event-btn a {
  text-decoration: none;
  color: #051c5c;
  display: inline-block;
  margin-top: 15px;
  transition: .3s;
}
.event-btn a:hover {
  opacity: .8;
}

@media (max-width: 1199px) {
  .top-area-first .over-first img {
      max-width: 120px;
  }
}

@media (max-width: 767px) {
  .top-area-first .over-first {
      bottom: 15px;
  }
  .top-area-first .over-first h4 {
      font-size: 18px;
  }
  .top-area-first .over-first img {
      max-width: 70px;
  }
  .top-area-first .over-first h4 span {
      font-size: 14px;
  }
  .top-area-text .over-text h4 {
      font-size: 18px;
  }
  .upcoming-events h3 {
    margin-bottom: 0
  }
}

@media (max-width: 420px) {
  .col-custom-xs {
    width: 100%;
  }
}












/*New*/
.inner-page-top.header-top .button_container {
    position: absolute;
    top: 31px;
    right: 15px;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease, top .2s ease;
    z-index: 999999 !important;
}
.inner-page-top.header-top .overlay-menu {
    z-index: 9999 !important;
}
.inner-page-top.header-top .header_logo img {
    max-height: 115px;
    padding: 0 5px;
    margin-bottom: -36px;
}

.inner-page-top.header-top .search-safe-area {
    display: inline-block;
    display: block;
    position: relative;
}
.inner-page-top.header-top .search-box {
    position: absolute;
    right: 15px;
/*    z-index: 9999999999999;*/
}

.inner-page-top.header-top .header_logo a {
    display: flex;
}