@import url('https://fonts.googleapis.com/css2?family=Lateef&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lateef&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');


@import url("../fonts/brandon/stylesheet.css");

@font-face {
  font-family: 'Weekend';
  src: url('../fonts/Weekend.eot');
  src: url('../fonts/Weekend.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Weekend.woff2') format('woff2'),
    url('../fonts/Weekend.woff') format('woff'),
    url('../fonts/Weekend.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html {
  overflow-x: hidden;
}

a {
  color: #236496;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  /* color: #939ca3; */
}

a,
a:focus,
a:active {
  outline: none;
  transition: .2s;
}

img {
  max-width: 100%;
}

.filter-btn {
  border: 1px solid #b5b5b5;
  min-width: 170px;
  text-align: left;
  border-radius: 3px;
}

.filter-btn:hover {
  border: 1px solid #b5b5b5;
  background: #d4d4d4 !important;
}

.form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 46px;
  border-width: 1px;
}

.form-control:active,
.form-control:focus {
  border-color: #ff7404;
}

textarea.form-control {
  height: inherit;
}

.btn.btn-sm {
  font-size: 12px;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active {
  color: #fff;
}

.btn.btn-outline-white {
  border-width: 2px;
  border-color: #fff;
  color: #fff;
}

.btn.btn-outline-white:hover,
.btn.btn-outline-white:focus {
  background: #fff;
  color: #000 !important;
  border-width: 2px;
}

.btn:hover {
  text-decoration: none;
}

/* New BODY */
#wrapper {
  overflow: hidden;
  padding-top: 15px;
  position: relative;
}

.posi-relative {
  position: relative;
}

ol,
ul {
  margin: 0;
}

.pagination-bottom {
  float: right;
}

.divider-box {
  padding-left: 0px;
}

.divider-box .line {
  display: block;
  border-bottom: 1px solid #cdcdcd;
  margin-top: 15px;
}

.pagination {
  padding-left: 0;
  padding-right: 0px;
  margin: 10px 0;
  border-radius: 4px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #236496;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding-right: .7rem;
  padding-left: .7rem;
}

.collapse.navbar-collapse.custom ul li a:after {
  display: none;
}

#navbarCollapse.navbar-collapse.custom.collapse.in {
  display: block;
  margin-left: 10px;
  margin-top: 20px;
}


/* Header Section Styling */
header {
  grid-column: 1/5;
  padding: 0;
}

header ul {
  padding-inline-start: 0;
}

header .top-bar a {
  color: #959595 !important;
}

header .top-bar nav ul li {
  list-style: none;
  display: inline-block;
  padding: 0 20px;
  font-size: 14.73px;
}

header .top-bar nav ul li:first-child {
  padding-left: 0;
}

header .top-bar nav ul li:last-child {
  padding-right: 0;
}

.header-container {
  display: grid;
  grid-template-columns: 350px 1fr;
  align-items: center;
  max-width: 1300px;
  padding: 0 15px;
  margin: 0 auto;
}

.hero-content h1 {
  font-family: Rockwell, serif;
  letter-spacing: normal;
  line-height: 62px;
}

@media screen and (max-width: 767px) {
  .hero-content h1 {
    font-size: 32px;
    line-height: 1.3;
  }
}

header .top-bar {
  text-align: right;
}

.mobile-menu {
  display: none;
}

header .top-bar a {
  color: #363636;
}

@media (max-width: 1400px) {
  header .top-bar nav ul li {
    padding: 0 5px;
  }
}

@media(max-width:1300px) {
  .header-container {
    max-width: 1120px;
  }

  header .top-bar nav ul li {
    font-size: 16.73px;
  }
}

@media(max-width:1199px) {
  header .top-bar nav ul li {
    padding: 0 10px;
    font-size: 14px;
  }
}

@media(max-width:991px) {
  .mobile-menu {
    display: block;
  }

  .desktop-menu {
    display: none;
  }

  .header-logo img {
    max-width: 150px;
  }

  header {
    position: relative;
  }

  .header-container {
    grid-template-columns: 1fr;
  }

  .topnav a.icon {
    background: #fff;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    padding-right: 15px;
  }

  .topnav a.icon i.fa {
    font-size: 20px;
  }

  #mobileLinks {
    display: none;
    background: #B6B7BB;
    position: absolute;
    top: 55px;
    right: 0;
    width: 100%;
    left: 0px;
    z-index: 9;
  }

  #mobileLinks a {
    color: #fff !important;
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #fff;
  }
}

/*------------------------------ 
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 i {
  display: table-cell;
  padding-right: 10px;
}

.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-right {
  float: right;
}

.alert-right a {
  color: #fff;
}

.alert-right a:hover {
  opacity: .7;
}


/*Addvertisement*/
.addvertisement {
  padding-top: 10px;
  /* padding-bottom:25px; */
}

.add-slider {
  padding-left: 0;
  list-style: none;
  padding-top: 8px;
}

ul.add-slider {
  margin-bottom: 10px;
}

.add-slider .left-img {
  width: 45px;
  float: right;
  position: relative;
  padding-top: 2px;
}

.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: 52px;
}

.add-slider .right-content {
  padding-left: 10px;
  margin-right: 50px;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.32857143;
}

.add-slider .right-content h6 {
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.32857143;
  color: #A9A9A9;
}

/* .add-slider .right-content .news-date{
  font-size: 14px;
  margin-bottom: 10px;
} */
.add-slider .right-content a {
  color: #A9A9A9;
  text-decoration: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.32857143;
}

/* .add-slider .right-content a:hover {
  opacity: .8;
} */

.addvertisement .owl-theme .owl-nav {
  margin-top: 0px;
  /* padding-bottom: 15px; */
}

.add-prev {
  position: absolute;
  top: 18px;
  left: -20px;
}

.add-next {
  position: absolute;
  top: 18px;
  right: -20px;
}

.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: 99999;
  position: relative;
  margin-top: -20px;
  padding-top: 31px;
  padding-bottom: 25px;
}

.main-logo {
  max-width: 250px;
  bottom: 0;
  /* margin-top: -24px; */
  margin-top: 0;
  z-index: 99;
  position: relative;
}

.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: #236496;
  color: #236496;
  outline: 0;
  padding-left: 15px;
}

.search-form.open .form-control {
  opacity: 1
}

.search-form input[type=search]:focus::-webkit-input-placeholder {
  color: #236496;
  -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: #236496;
  -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: #236496;
  -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: #236496;
  -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;
}

/*Slider*/
.caro-nav {
  position: absolute;
  right: 100px;
  top: 0;
  /* transform: translateY(-50%); */
  z-index: 99;
}

.caro-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;

}

.caro-nav ul li {
  position: relative;
  float: left;
}

.caro-nav ul li a:hover {
  background-color: #E9AE30;
  /* background-color: #cc6600; */
}

.caro-nav ul li.caro-nav-active a {
  /* background-color: #E9AE30; */
  background-color: #cc6600;
}

.caro-nav ul li a {
  display: inline-block;
  background-color: #236496;
  margin-right: 10px;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}

/*-- Main slide --*/
.carousel-control.left,
.carousel-control.right {
  background: none;
}

.main-slider .carousel-inner {
  overflow: visible;
}

.main-slider .item img {
  width: 100%;
  display: block;
}

.main-slider .slider-box {
  background-color: rgba(233, 174, 48, .9);
  padding: 30px;
  font-size: 22px;
  color: #fff;
  width: 500px;
  transform: translateY(-50%);
  float: right;
  position: absolute;
  right: 100px;
  top: 50%;
}

.main-slider .item .slider-box a {
  color: rgba(255, 255, 255, 0.9);
}

.main-slider .item .slider-box a:hover {
  color: rgba(255, 255, 255, 1);
}

.main-slider .carousel-control.left span {
  padding: 15px;
}

.main-slider .carousel-control.right span {
  padding: 15px;
}

.main-slider .carousel-control .fa-angle-left,
.main-slider .carousel-control .fa-angle-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  transform: translateY(-50%);
}

.main-slider .carousel-control .fa-angle-left {
  left: 0;
}

.main-slider .carousel-control .fa-angle-right {
  right: 0;
}

.main-slider .carousel-control i {
  /*background: rgba(38, 71, 108,.70);*/
  color: #fff;
  /* line-height: 36px;
  font-size: 32px; */
  padding: 15px 20px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-slider .carousel-control i:hover {
  background: #f9ba48;
}

/* Slider Section */
.slider-wrap ul.slides li {
  position: relative;
}

.slider-wrap ul.slides li .slider-content {
  position: absolute;
  width: 100%;
  /*top: 0;*/
  bottom: 8px;
  left: 0;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.slider-wrap ul.slides li .slider-content h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: 'Weekend', Arial, Helvetica, sans-serif;
  font-size: 4.875rem;
  line-height: 1;
}

.slider-wrap ul.slides li .slider-content h1 span {
  /* font-family:'proxima_nova_altbold', Arial, Helvetica, sans-serif; */
  font-family: 'Arimo', sans-serif;
  font-size: 3.625rem;
}

.slider-wrap .flexslider .flex-direction-nav {
  display: flex;
  justify-content: center;
  /*width: calc(100% - 20%);*/
  width: calc(100% - 16%);
  top: 40px;
  position: relative;
}

.slider-wrap .flexslider .flex-direction-nav li {
  margin-left: 5px;
  margin-right: 5px;
}

.slider-wrap .flexslider .flex-direction-nav li a {
  opacity: 1 !important;
  position: relative;
  z-index: 1;
  top: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.slider-wrap .flexslider .flex-direction-nav li a.flex-next {
  left: 0;
}

.slider-wrap .flexslider .flex-direction-nav li a.flex-prev:before {
  content: '';
  width: 100%;
  height: 100%;
  display: inline-block;
  background: url(../imgs/icons/left-arrow.svg) no-repeat center center;
  background-size: 15px;
}

.slider-wrap .flexslider .flex-direction-nav li a.flex-next:before {
  content: '';
  width: 100%;
  height: 100%;
  display: inline-block;
  background: url(../img/icons/right-arrow.svg) no-repeat center center;
  background-size: 15px;
}

.slider-wrap .flexslider .flex-direction-nav li a.flex-prev {
  right: 0;
  left: 0;
}

.thumb-images {
  margin-top: -90px;
}

.thumb-wrapper {
  max-width: 560px;
  margin-left: auto !important;
}

.flex-thumb {
  max-width: 100%;
}

.slider-wrap .flex-thumb .flex-direction-nav {
  display: none;
}

.slider-wrap .flex-thumb .thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
}

.slider-wrap .flex-thumb .thumb-overlay h4 {
  color: #fff;
  /* font-family:'proxima_nova_ltsemibold', Arial, Helvetica, sans-serif; */
  font-family: 'Arimo', sans-serif;
  text-transform: uppercase;
  font-size: 1.375rem;
}

/* Welcome Section Css */
.welcome-wrapper {
  /* background:url(../img/welcome-bg.png) no-repeat left top;
  background-size: contain; */
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  /* margin-top: -56px; */
}

.welcome-wrapper-inner {
  /* background: rgba(0, 0, 0, 0.85); */
  background: url(../imgs/welcome-bg.png) no-repeat left top;
  background-size: contain;
  padding-bottom: 150px;
  padding-top: 150px;
}

.welcome-wrapper h1 {
  color: #fff;
  /* font-family:'proxima_nova_altbold', Arial, Helvetica, sans-serif; */
  font-family: 'Arimo', sans-serif;
  font-size: 3.125rem;
  padding-right: 3.75rem;
  position: relative;
  padding-bottom: 1.875rem;
}

.welcome-wrapper h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 3.75rem;
  min-width: 50px;
  height: 5px;
  background-color: #fff;
}

.welcome-wrapper-inner a.arrow {
  background: url(../imgs/icons/arrowright_wht.svg) no-repeat right center;
  background-size: 18px;
  color: #fff;
  padding-right: 1.5rem;
  letter-spacing: 2px;
  /* font-family: 'proxima_nova_ltsemibold', Arial, Helvetica, sans-serif; */
  font-family: 'Arimo', sans-serif;
  margin-top: 1rem;
  display: inline-block;
}

.welcome-wrapper-inner a {
  background-size: 18px;
  color: #fff;
  letter-spacing: 2px;
  /* font-family: 'proxima_nova_ltsemibold', Arial, Helvetica, sans-serif; */
  font-family: 'Arimo', sans-serif;
  margin-top: 1rem;
  display: inline-block;
}

/* Event Section */
.event-wrapper .tab-wrapper .nav-tabs {
  border: none;
  margin-bottom: 2.375rem;
}

/*.event-wrapper .tab-wrapper .nav-tabs .nav-link:hover,
.event-wrapper .tab-wrapper .nav-tabs .nav-link:focus{
  border:none;
}*/
.event-wrapper .tab-wrapper .nav-tabs .nav-link {
  color: #999;
  /* font-family: 'proxima_nova_altbold', Arial, Helvetica, sans-serif; */
  font-family: 'Arimo', sans-serif;
  font-size: 18px;
  border: none;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
  position: relative;
  border-bottom: 4px solid #ffffff;
  display: inline-block;
}

button:focus {
  outline: none;
}

.event-wrapper .tab-wrapper .nav-tabs .nav-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.event-wrapper .tab-wrapper .nav-tabs .nav-item.show .nav-link,
.event-wrapper .tab-wrapper .nav-tabs .nav-link.active {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 4px solid #336699;
  color: #000;
  /*width: 90%;*/
  display: inline-block;
  padding-right: 20px;
}

.event-wrapper .tab-content .tab-pane .tab-image {
  margin-top: -4.375rem;
}

.section-title h2 {
  font-size: 2.5rem;
}

.section-header .subtitle {
  color: #666666;
  font-size: 1.125rem;
  text-transform: uppercase;
}

.section-text {
  margin-top: 2rem;
}

.section-text a {
  background: url(../imgs/icons/right-arrow-black.svg) no-repeat right center;
  background-size: 18px;
  color: #333;
  padding-right: 1.5rem;
  letter-spacing: 2px;
  /* font-family: 'proxima_nova_ltsemibold', Arial, Helvetica, sans-serif; */
  font-family: 'Arimo', sans-serif;
  margin-top: 1rem;
  display: inline-block;
  text-transform: uppercase;
}

.card .card-title {
  /* font-family: 'proxima_nova_altbold', Arial, Helvetica, sans-serif; */
  font-family: 'Arimo', sans-serif;
  font-size: 1.125rem;
  /*text-transform: uppercase;*/
  margin: 0 0 5px;
}

.card h5 {
  font-size: 1rem;
}

/* Story Carousel */
.story-wrap .card {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0
}

.story-wrap .card .card-body {
  padding-left: 0;
  padding-right: 0;
}

/* Footer Section */
.footer-wrap {
  background-size: cover;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 2rem;
  position: relative;
}

.footer-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.85); */
  background-color: rgba(0, 0, 0, 0.5);
}

.footer-wrap h2,
.footer-wrap h3 {
  color: #fff;
}

.footer-wrap h2 {
  font-size: 1.625rem;
  /* font-family: 'proxima_nova_altbold', Arial, Helvetica, sans-serif; */
  font-family: 'Arimo', sans-serif;
}

.footer-wrap h3 {
  font-size: 1.125rem;
  /* font-family: 'proxima_nova_ltthin', Arial, Helvetica, sans-serif; */
  font-family: 'Arimo', sans-serif;
  word-spacing: 2px;
  text-transform: none;
}

footer.footer-wrap a {
  color: #fff;
}

.footer-wrap ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

.footer-wrap ul li a {
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 12px;
}

.footer-wrap .footer-nav li {
  padding-left: 1rem;
  padding-right: 1rem;
}

.footer-wrap .footer-nav {
  margin-top: 4rem;
}

/* Loader */
.element-animate {
  opacity: 0;
  visibility: hidden;
}

#loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000;
}

#loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

.left_btn {
  bottom: 11px;
  position: absolute;
  z-index: 2;
  background: #f0b652;
  padding: 5px 18px;
  text-transform: uppercase;
  font-size: 13px;
  color: #000;
}

img.lft_icon {
  width: 12px;
  transform: rotate(320deg);
  margin-bottom: 4px;
  margin-right: 5px;
}

.image_wrapper.rotate img {
  transform: rotate(90deg);
  margin-left: 10px;
}

.row.for_position {
  margin-top: -100px;
  background: #fff;
}

.col-md-12.for_under {
  padding: 10px 28px;
}

h1.story_title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
  letter-spacing: 5px;
}

.flex-viewport {
  z-index: 9;
}

.logo-wrap.show,
.weather-wrap.show {
  display: none;
}

#navbarCollapse .nav-item a:hover {
  color: #8ccdff;
}

#slider .slider-content h1 span.font_change {
  font-family: 'Weekend', Arial, Helvetica, sans-serif;
  font-size: 4.875rem;
  line-height: 1;
}

#slider .slider-content h1 span {
  /*background: #000;*/
  /*opacity: 0.7;*/
  /*padding: 5px 15px;
    line-height: 100px !important;*/
  text-shadow: -1px 1px 0px #000000;
}

#open_dropdown {
  position: absolute;
  background: rgb(255, 255, 255);
  padding: 15px;
  display: block;
  margin-top: -10px;
}

#popup-btn:hover {
  cursor: pointer;
}

input.for_text {
  padding-left: 10px;
}

input.for_btn {
  background: #8ccdff;
  box-shadow: none;
  border: none;
  padding: 3px 10px;
}

input.for_btn:hover {
  cursor: pointer;
}

a.lowercase_text {
  text-transform: none;
  margin-left: 10px;
  background-image: none;
  font-size: 14px;
}

.mail_to {
  color: #fff;
}

.mail_to:hover {
  color: #8ccdff;
}

#slider .indicators {
  position: absolute;
  bottom: 43%;
  z-index: 9;
  width: 100%;
}

#slider .indicators .lft_indi {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.85);
}

#slider .indicators .right_indi {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  float: right;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0.85);
}

#slider .indicators .lft_indi:hover,
#slider .indicators .right_indi:hover {
  cursor: pointer;
}

#slider .indicators .left_indicator {
  width: 20px;
  position: absolute;
  left: 15px;
  top: 15px;
}

#slider .indicators .right_indicator {
  width: 20px;
  position: absolute;
  right: 24px;
  top: 15px;
}


/* Breadcrumb */
.breadcrumb-section .breadcrumb {
  background: none;
  padding-left: 0;
  padding-right: 0;
  text-transform: capitalize;
}

.breadcrumb-section .breadcrumb a {
  color: #336699;
}

.breadcrumb-section .breadcrumb a:hover {
  opacity: 0.8;
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

/* //Breadcrumb */

/* Interiror Page Css */
.main-content {
  clear: both;
  /*margin: 35px 0;*/
  display: inline-block;
  width: 100%;
}

.page-title h1.title {
  /* font-family: 'proxima_nova_ltthin', sans-serif;
  font-size: 50px; */
  /* font-family: 'Bodoni_SvtyTwo_ITC_TT', Arial, Helvetica, sans-serif; */
  font-family: 'Arimo', sans-serif;
  font-size: 42px;
  text-transform: uppercase;
}

.h2-title {
  color: #236496;
  text-transform: uppercase;
  line-height: 1.3;
  margin-top: 20px;
}

.planning-section h2.h2-title {
  color: #236496;
  text-transform: uppercase;
  line-height: 1.3;
  margin-top: 20px;
}

.breadcrumb-section .breadcrumb {
  background: none;
  padding-left: 0;
  padding-right: 0;
  text-transform: capitalize;
}

.breadcrumb-section .breadcrumb a {
  color: #336699;
}

.breadcrumb-section .breadcrumb a:hover {
  opacity: 0.8;
}

hr.bottom-border {
  background: url(../imgs/icons/stripe.png) repeat-x 0 0;
  height: 5px;
  width: 100%;
  display: inline-block;
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

hr.bottom-border.right-bottom-border {
  margin-top: 5px;
  margin-bottom: 20px;
}

/* .main-content a{
  color:#336699;
} */
.main-content a#myA {
  position: relative;
  width: 300px;
  height: auto;
  z-index: unset;
}

.inner_banner img {
  width: 100%;
}

/*Gallery*/
.gallery {
  position: relative;
  display: table;
}

.g-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.g-list ul li {
  width: 14.28%;
  float: left;
}

.g-list ul li img {
  display: block;
  width: 100%;
}

.g-box {
  position: absolute;
  width: 28.57%;
  background-color: #fff;
  right: 14.28%;
  top: 50%;
  transform: translateY(-50%);
  padding: 30px;
}

.g-box h2,
.g-box h3 {
  line-height: 1.2;
  font-weight: 600;
}

.g-box h2,
.g-box h3,
.g-box p {
  text-transform: uppercase;
  color: #236496;
}

.g-box p {
  margin-top: 15px;
  margin-bottom: 15px;
}

.g-box:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border: 1px solid #E9AE30;
  z-index: -1;
}

.see-more a {
  background-color: #a6421b;
  color: #fff;
  padding: 5px 15px;
  text-transform: uppercase;
  transition: .3s;
}

.see-more a:hover {
  opacity: .8;
}

.image-section .caption {
  padding: 6px 0;
  font-size: 13px;
  line-height: 1.2;
}

.gallery-wrap {
  margin-top: 30px;
}

.gallery-container .col-sm-4 {
  padding-left: 10px;
  padding-right: 10px;
}

.gallery-container .thumbnail {
  position: relative;
  text-align: center;
  border: none;
  padding: 0;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.gallery-container .thumbnail a .lightbox-overlay {
  position: absolute;
  width: 100%;
  height: 100%;

  top: 0;
  left: 0;


  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: flex;
  align-items: center;
}

.icon-gallery {
  background: rgba(0, 0, 0, 0.7);
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  line-height: 30px;
}

.icon-gallery i {
  color: #fff;
}

.planning-section {
  /*border:1px solid #eeeeee;*/
  padding: 10px 2px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.planning-section h2.h2-title {
  margin-top: 0;
}

.tag-section h3.h3-title {
  /* font-family: 'Proxima Nova',  sans-serif; */
  font-family: 'Arimo', sans-serif;
  text-transform: uppercase;
}

.tag-section ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tag-section ul li {
  float: left;
  margin-right: 10px;
}

.tag-section ul li a {
  text-transform: uppercase;
  color: #fff;
  background: #336699;
  padding: 5px 10px;
}

.tag-section ul li a:hover {
  background: #333;
  text-decoration: none;
}

.right-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}

.right-section .right-address ul li:first-child {
  border-top: 1px solid #ccc;
}

.right-section .right-address ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  display: inline-block;
  width: 100%;
}

.right-section .right-address ul li>div {
  float: left;
}

.right-section .right-address ul li a {
  line-height: 28px;
  float: left;
}

.address-icon {
  margin-right: 18px;
  margin-top: 1px;
}

.address-icon.phone-cont {
  margin-right: 22px;
}

.address-icon i {
  color: #336699;
  font-size: 24px;
}

.address-icon i.fa.fa-calendar {
  font-size: 16px;
}

.location-map .modal-body {
  padding: 0;
}

.location-map .modal-body iframe {
  width: 100%;
  height: 450px;
}

.location-map .modal-content {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background: none;
}

.location-map .modal-content {
  border: none;
}

.location-map .modal-header {
  padding: 15px 0 0;
}

.location-map .modal-header button.close {
  opacity: 1;
  color: #ccc;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  font-size: 32px;
}



.right-section h3 {
  font-size: 21px;
  text-transform: uppercase;
  /* font-family: 'Proxima Nova',  sans-serif; */
  font-family: 'Arimo', sans-serif;
  color: #336699;
}

.right-links-section a {
  /*text-transform: capitalize;*/
}

.right-links-section .nav-tabs>li {
  margin: 0;
  position: relative;
  padding: 0 10px;
}

.right-links-section .nav-tabs>li:first-child {
  padding-left: 0;
}

.right-links-section .nav-tabs>li:last-child {
  padding-right: 0;
}

.right-links-section .nav>li:first-child:after {
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  color: #bcbcbc;
}

.right-links-section .nav-tabs>li.active>a,
.right-links-section .nav-tabs>li.active>a:focus,
.right-links-section .nav-tabs>li.active>a:hover {
  border: none;
  background: none;
}

.right-links-section .nav-tabs>li.active>a {
  color: #336699;

}

.right-links-section .nav>li>a {
  padding: 0;
  color: #bcbcbc;
  border: none;
  font-size: 16px;
}

.right-links-section .nav-tabs {
  border: none;
  margin-bottom: 15px;
}

.right-links-section #by_name a:hover {
  opacity: 0.8;
}

.right-links-section .nav>li>a:hover {
  background: none;
  color: #336699;
  border: none;
}

.right-links-section #activity label {
  padding: 0;
  margin: 0 0 5px;
  display: block;
  cursor: pointer;
  font-weight: normal;
}

.right-links-section #activity ul {
  margin-top: 20px;
}

.right-links-section #activity label input[type="checkbox"] {
  margin: 3px 0 0 0;
  float: left;
}

.right-links-section #activity label i {
  margin: 0 10px;
}

.goto-btn {
  margin-top: 15px;
}

.goto-btn button {
  text-transform: uppercase;
  background: #336699;
  color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 6px 15px;
  border: none;
  cursor: pointer;
}

.goto-btn.tellus-btn {
  margin-top: 6px;
}

.goto-btn.tellus-btn button {
  text-transform: uppercase;
  background: transparent;
  color: #336699;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 6px 0;
  border: none;
  cursor: pointer;
}

/* .slbCaption{
	display:none !important;
} */
.slbContentOuter .slbIframeCont {
  width: 50em !important;
}

#baguetteBox-overlay {
  display: none;
}

/* //Interiror Page Css */

/* Slideshow */

#slideshow {
  position: relative;
  width: 100% !important;
  height: 320px;
  overflow: hidden;
  /* border:8px solid #fff;
  -webkit-box-shadow:1px 1px 5px #ddd;
  -moz-box-shadow:1px 1px 5px #ddd;
  -o-box-shadow:1px 1px 5px #ddd;
  box-shadow:1px 1px 5px #ddd; */
}

#slideshow img {
  max-width: none;
  position: absolute;
  width: 100%;
  /* height:350px; */
  height: 320px;
  object-fit: cover;
  top: 0;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  -webkit-transition-duration: 3s, 8s;
  -moz-transition-property: opacity, -moz-transform;
  -moz-transition-duration: 3s, 8s;
  -o-transition-property: opacity, -o-transform;
  -o-transition-duration: 3s, 8s;
  transition-property: opacity, transform;
  transition-duration: 3s, 8s;
}

#slideshow img {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}

#slideshow :nth-child(2n+1) {
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
}

#slideshow :nth-child(3n+1) {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}

#slideshow :nth-child(4n+1) {
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
}

#slideshow .fx:first-child+img~img {
  z-index: -1;
}

#slideshow .fx {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}

div.banner {
  position: relative;
  min-height: 30px;
}

.offer-section-wrap {
  position: absolute;
  bottom: 1px;
  left: 12px;
  width: 90%;
}

.swim_more {
  font-weight: 300;
  white-space: nowrap;
}

.offer-section {
  text-align: center;
  background: rgba(51, 102, 153, 0.9);
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.4;
  min-height: 75px;
}

.offer-section:after {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid rgba(51, 102, 153, 1);
  bottom: -20px;
  left: 42%;
}

.offer-section p {
  margin: 0 0 10px;
  font-weight: 700;
}

/* Staff Directory page */

.pro-pic {
  position: absolute;
  left: 15px;
  top: -60px;
  z-index: 999;
}

.pro-pic img {
  width: 80px !important;
  height: 80px !important;
  object-fit: cover;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.employees-detail .staff-contact {
  color: #666;
  font-size: 14px;
  line-height: 20px;
}

h3.event-title {
  margin-bottom: 10px;
}

.right-part h3 {
  font-family: 'Rockwell', 'sans-serif';
  font-weight: 400;
  color: black;
  text-transform: none;
}

.right-part h3 a {
  color: #265172;
}

.right-part .shadow-box {
  padding-bottom: 28px;
  padding-top: 25px;
  position: relative;
  display: inline-block;
  background-size: 100%;
}

.right-part .thumb-image img {
  margin-bottom: 10px;
}

.right-part .shadow-box.right-1 {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.right-part .shadow-box:last-child {
  background: none;
}

.right-part .shadow-box .text-part {
  display: inline-block;
  width: 100%;
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.right-part .shadow-box .text-part iframe {
  height: 150px;
}

.sidebar-block-content p {
  font-weight: 600;
  color: #555555;
}

/* LEFT sidebar / menu */
.left-part h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.left-part h3 a {
  color: #236496;
  font-family: 'Arimo', sans-serif;
  font-weight: normal;
}

.left-part ul {
  padding-left: 0;
}

.left-part ul.catgry li.dropmenu {
  position: relative;
}

.left-part .ineer-left_head .catgry li.active {
  position: relative;
}

.left-part .catgry .dropmenu .sub-menu li a:hover,
.left-part .catgry .dropmenu .sub-menu li.active a {
  font-weight: normal !important;
}

.left-part .ineer-left_head .catgry li.active.dropmenu .togglemenu {
  position: absolute;
  top: 0 !important;
  right: 0px;
  display: block;
  cursor: pointer;
}

.left-part .ineer-left_head .catgry li .togglemenu {
  display: none;
  position: absolute;
  top: 0 !important;
  right: 0px;
  cursor: pointer;
}

.left-part .ineer-left_head .catgry li.dropmenu .togglemenu {
  display: block;
  cursor: pointer;
}

.togglemenu1 .active-nav {
  font-size: 14px;
  color: #336699;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  width: 100%;
  padding-right: 15px;
  line-height: 18px;
  cursor: pointer;
}

.left-part .ineer-left_head .catgry li.dropmenu span.plus>img {
  width: 100%;
  max-width: 12px;
}

.left-part .ineer-left_head .catgry li.dropmenu .togglemenu1 span.plus>img {
  width: 100%;
  max-width: 12px;
}

.left-part .ineer-left_head .catgry li.active.nodropmenu .togglemenu1 span.plus {
  display: none;
}

.left-part .ineer-left_head .catgry li .togglemenu1 img {
  position: absolute;
  top: 4px;
  right: 3px;
  width: 15px;
}

.left-part .ineer-left_head .catgry li .sub-menu {
  display: block;
  padding-left: 10px;
}

.left-part .ineer-left_head .catgry .dropmenu>a {
  position: relative;
}

.left-part .ineer-left_head .catgry .togglemenu span,
.left-part .ineer-left_head .catgry .togglemenu span {
  background-size: 15px;
  position: absolute;
  right: 0;
  content: '';
  width: 15px;
  height: 15px;
  top: 0;
  /* top: 8px; */
  cursor: pointer;
}

.left-part li {
  margin: 3px 0;
  display: inline-block;
  width: 100%;
}

.left-part li a {
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  width: 100%;
}

.left-part li a:hover,
.left-part li.active>a,
.left-part h3 a:hover,
.left-part li.active a.mehind {
  color: #e9ae30;
}

.left-part .catgry .dropmenu .sub-menu .pagelist a {
  /* color: inherit; */
  font-weight: unset;
  font-size: .9em;
  text-transform: capitalize;
}

.sub-menu li.active a {
  font-weight: bold;
}

.left-part .catgry .dropmenu .sub-menu li a:hover,
.left-part .catgry .dropmenu .sub-menu li.active a {
  font-weight: bold;
}

/* Event Calendar */
.table-style .today {
  background: #2A3F54;
  color: #ffffff;
}

.text-box .staff-details {
  background: #fff;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 9;
  margin-top: 15px;
}

.text-box {
  position: relative;
  text-align: center;
  padding: 15px;
  margin-bottom: 0;
  width: 100%;
  text-align: left;
  display: inline-block;
}

/* Cov_all.css start */

.employees-list {
  margin-top: 30px;
}

.employees-member-profiles {
  padding-top: 0;
  padding-bottom: 0;
}

.employees-list-wrapper {
  max-width: 100%;
  margin: 0;
}

.employees-list-wrapper h1 {
  /* font-family: 'Bodoni_SvtyTwo_ITC_TT', Arial, Helvetica, sans-serif; */
  font-family: 'Arimo', sans-serif;
  font-size: 42px;
}

.employees-list-wrapper .nav-tabs {
  border-bottom: medium none;
  padding-left: 0;
}

.employees-list-wrapper .nav-tabs>li {
  float: left;
  position: relative;
  margin: 0 17px;
  list-style: none;
}

.employees-list-wrapper .nav-tabs>li:first-child {
  margin-left: 0;
}

.employees-list-wrapper .nav-tabs>li:last-child:after {
  display: none;
}

.employees-list-wrapper .nav-tabs>li:after {
  position: absolute;
  content: "";
  right: -19px;
  top: 7px;
  background-color: #999999;
  width: 2px;
  height: 18px;
}

.employees-list-wrapper ul.nav.nav-tabs li a:hover {
  cursor: pointer;
}

a.active_tab {
  color: #336699 !important;
}

.employees-list-wrapper .nav-tabs>li>a {
  border: medium none;
  border-radius: 0;
  line-height: 1.42857;
  margin-right: 0;
  color: #999999;
  font-size: 21px;
  padding: 0;
  transition: all 0.5s ease-in-out;
}

.employees-list-wrapper .nav-tabs li a:hover {
  color: #000;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
}

.employees-list-wrapper .nav-tabs>li.active>a,
.employees-list-wrapper .nav-tabs>li.active>a:focus,
.employees-list-wrapper .nav-tabs>li.active>a:hover {
  border: none;
  color: #000;
}

.employees-list .employees-detail {
  border: 1px solid #cecece;
  margin-bottom: 30px;
  margin-top: 0;
  position: relative;
  cursor: default;
  min-height: 376px;

}

.employees-list .employees-detail .success_reveal_message {
  font-size: 30px;
  color: green;
  line-height: 40px;
  padding-top: 30px !important;
  padding: 10px;
  padding-bottom: 60px;
}

.employees-list .employees-detail .image-holder img {
  width: 100%;
}

.employees-list .employees-detail .text-box {
  font-size: 18px;
}

.employees-list .employees-detail .text-box h2 {
  color: #333;
  font-size: 24px;
  font-weight: 600;
}

.employees-list .employees-detail .text-box p {
  color: #333;
  font-size: 17px;
  margin-bottom: 0;
  line-height: 18px;
  margin-top: 5px;
  min-height: 45px;
}

.employees-list .emloyees-card {
  margin: 0 -15px;
  padding-left: 15px;
}

.staff-description {
  font-style: italic;
  color: #336666;
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: normal;
}

.employees-list .employees-detail:hover .pluse-hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  visibility: visible;
  opacity: 1;
}

.employees-list .introtext {
  padding: 0 15px 20px;
  font-size: 18px;
  line-height: 24px;
  color: #666666;
}

.employees-list ul li {
  list-style: none;
  float: left;
}

.right-part ul {
  padding-left: 0;
}

.right-part ul li {
  list-style: none;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  /*display: inline-block;*/
  width: 100%;
  color: #000;
}

.remove_pad ul.for_bullets {
  padding-left: 15px;
}

.right-part ul li a {
  padding: 5px 0;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
  display: inline-block;
  width: 100%;
  font-size: 16px;
}

/*.thumb-image h3.sky-blue{
  font-size: 21px;
  text-transform: uppercase;
  font-family: 'Proxima Nova', sans-serif;
  color: #336699;
}*/
.right-part ul li:last-child {
  border-bottom: none;
  border-bottom: none;
}

header .nav>li>a {
  color: #df5a26;
}

header .nav>li>a .menu-item-description {
  color: #333333;
}

/* card gallery issue */
.emloyees-card .card-customize-reveal .login-form .form-group,
.emloyees-card .card-customize-staff-reveal .login-form .form-group {
  position: relative;
  margin-bottom: 23px;
}

.emloyees-card .card-customize-reveal .login-form .form-group span.error,
.emloyees-card .card-customize-staff-reveal .login-form .form-group span.error {
  position: absolute;
  left: 0;
  bottom: -18px;
  font-size: 11px !important;
}

.emloyees-card .card-customize-reveal .login-form .form-group textarea,
.emloyees-card .card-customize-staff-reveal .login-form .form-group textarea {
  height: 75px;
  padding: 10px;
  border: 1px solid #cecece;
}

.emloyees-card.custom-card .card-customize-reveal {
  overflow: hidden !important;
}

#usr_name,
#usr_email,
#usr_phone {
  padding-left: 8px;
  min-height: 40px;
  border: 1px solid #cecece;
}

.emloyees-card .card-customize-staff-reveal {
  overflow: hidden !important;
}

.employees-member-profiles .card-custom-reveal,
.employees-member-profiles .card-customize-reveal,
.employees-member-profiles .card-customize-staff-reveal {
  padding: 20px;
  position: absolute;
  background-color: rgb(255, 255, 255);
  width: 100%;
  left: 0px;
  bottom: 0px;
  height: 100%;
  z-index: 9999;
  overflow-y: auto;
  display: none;
}

.employees-member-profiles .show-custom-toggle {
  float: left;
  margin-top: 10px;
}

.employees-member-profiles .show-customize-toggle {
  margin-top: 10px;
}

.employees-member-profiles .custom-contact {
  line-height: 10px !important;
}

.employees-member-profiles .card-customize-reveal #usr_message,
.employees-member-profiles .card-customize-reveal #usr_name,
.employees-member-profiles .card-customize-reveal #usr_phone,
.employees-member-profiles .card-customize-reveal #usr_email {
  width: 99%;
}

.emloyees-card.custom-card .employees-detail button.close,
.employees-member-profiles .card-customize-staff-reveal button.close {
  margin-top: -18px;
  margin-right: -10px
}

.employees-member-profiles .card-customize-reveal .submittion,
.employees-member-profiles .card-customize-staff-reveal .submittion {
  background: #336699;
  color: white;
  width: 99%;
  height: 36px;
  border: none;
}

.card-customize-staff-reveal .submittion:hover {
  cursor: pointer;
}

.employees-member-profiles .card-custom-reveal p span,
.employees-member-profiles .card-custom-reveal p,
.employees-member-profiles .card-customize-staff-reveal p span,
.employees-member-profiles .card-customize-staff-reveal p {
  color: rgba(0, 0, 0, 0.71) !important;
  margin: 10px 0 !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 1.5 !important;
  font-size: 16px !important;
}

.employees-member-profiles .card-custom-reveal .close {
  position: absolute;
  right: 30px;
  top: 35px;
}

.employees-member-profiles .card-customize-reveal #usr_message-error,
.employees-member-profiles #usr_name-error,
.employees-member-profiles #usr_email-error,
.employees-member-profiles #usr_phone-error {
  color: red;
}

.employees-member-profiles .card-bio p {
  margin-bottom: 15px;
}

.employees-member-profiles .card-bio ul {
  color: rgba(0, 0, 0, 0.71) !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 1.5 !important;
  font-size: 16px !important;

}

.employees-member-profiles .card-bio ul li {
  list-style: disc;
}

.employees-member-profiles .emloyees-card-list .staff-contact,
.employees-member-profiles .emloyees-card-list .staff-toggle {
  float: left !important;
}

.employees-member-profiles .emloyees-card-list .staff-toggle {
  margin-top: 2px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.employees-member-profiles .emloyees-card-list .staff-toggle:hover {
  opacity: 0.8;
}

.employees-member-profiles .emloyees-card-list .staff-toggle h5 {
  font-weight: normal;
  font-size: 15px;
}

.col-md-3.left-part.col-sm-3.hidden-xs {
  width: 16.33%;
  margin-left: 0;
  padding: 5px 0 0 18px;
  flex: unset;
}

.mid-right-cont.col-md-9.col-sm-9 {
  width: 83%;
  padding-right: 0;
  max-width: unset;
  flex: unset;
}

.event-section {
  width: 100%;
}

.event-calendar.event-section {
  padding-top: 30px;
}

.event-box .event a {
  color: #2c2c6c;
  font-family: 'Noto Serif', serif;
}

.card-customize-staff-reveal .close:hover {
  cursor: pointer;
}

section.main-content {
  margin-top: 20px;
}

.employees-list-wrapper .nav-tabs li a {
  /*font-family: 'Bodoni_SvtyTwo_ITC_TT', Arial, Helvetica, sans-serif;*/
  font-size: 22px;
  text-transform: uppercase;
  /* font-family: "Proxima Nova", Arial, sans-serif; */
  font-family: 'Arimo', sans-serif;
}

/* Photos Landing page */
.section {
  position: relative
}

/*.section_wrapper,.container{
  max-width:1220px;
  margin:0 auto;
  position:relative
}*/
.section.full-width>.section_wrapper {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important
}

.section_wrapper:after,
.container:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
}

.mcb-wrap {
  float: left;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

.mcb-wrap.move-up {
  z-index: 28;
}

.mcb-wrap.divider {
  width: 100%;
  height: 0 !important
}

.divider {
  margin-bottom: 30px;
}

.column,
.columns {
  float: left;
  margin: 0 1% 40px;
}

/* .column */
.one-sixth.column {
  width: 14.666%;
}

/* 1/6 */
.one-fifth.column {
  width: 18%;
}

/* 1/5 */
.one-fourth.column,
.four.columns {
  width: 23%;
}

/* 1/4 */
.one-third.column {
  width: 31.333%;
}

/* 1/3 */
.two-fifth.column {
  width: 38%;
}

/* 2/5 */

.one-second.column {
  width: 48%;
}

/* 1/2 */
.three-fifth.column {
  width: 58%;
}

/* 3/5 */
.two-third.column {
  width: 64.666%;
}

/* 2/3 */
.three-fourth.column {
  width: 73%;
}

/* 3/4 */
.four-fifth.column {
  width: 78%;
}

/* 4/5 */
.five-sixth.column {
  width: 81.333%;
}

/* 5/6 */
.one.column {
  width: 98%;
}

/* 1/1 */

hr.no_line {
  border-top: 0;
}

.column_attr.clearfix h2 {
  color: #336699;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 32px;
  font-weight: 900;
  letter-spacing: 5px;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.right_image ul {
  padding: 0;
}

.right_image ul li {
  list-style: none;
  float: left;
}

.modal-dialog.custom {
  max-width: 900px;
  top: 40px;
}

.modal-dialog.custom .modal-body {
  padding: 0;
}

.close.cls:hover {
  cursor: pointer;
  color: #fff;
}

.close.cls {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  position: absolute;
  top: -25px;
  z-index: 99999;
  right: 5px;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  img.visible_photo.scale-with-grid {
    max-width: 100%;
    height: auto;
  }

  .two-third.column {
    width: 100%;
  }

  .section.mcb-section.custom {
    padding-left: 33px;
    padding-right: 33px;
    padding-top: 50px !important;
  }

  .column.mcb-column.one-third.column_column.surfing_box {
    width: 100%;
  }

  h2.for_aligns {
    font-size: 19px !important;
    line-height: 19px !important;
    letter-spacing: 3px !important;
  }
}


.right-portfolio ul {
  margin-left: -15px;
  margin-right: -15px;
}

.right-portfolio li {
  width: 50%;
  display: inline-block;
  float: left;
  padding: 15px;
}

.portfolio-list .portfolio-item {
  position: relative;
}

.thumb-info {
  display: block;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  background-color: #FFF;
  border-radius: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.thumb-info .thumb-info-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  margin: 0;
  overflow: hidden;
  display: block;
  position: relative;
}

.thumb-info img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  position: relative;
  width: 100%;
}

.thumb-info:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.thumb-info.thumb-info-centered-info .thumb-info-title {
  background: transparent;
  left: 5%;
  width: 90%;
  -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
  transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, opacity .2s ease-out;
  transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  top: 50%;
  bottom: auto;
  opacity: 0;
  text-align: center;
  padding: 0;
  position: absolute;
}

.thumb-info .thumb-info-inner {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}

.thumb-info .thumb-info-wrapper:after {
  content: "";
  background: rgba(33, 37, 41, 0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  bottom: -4px;
  color: #FFF;
  left: -4px;
  position: absolute;
  right: -4px;
  top: -4px;
  display: block;
  opacity: 0;
  z-index: 1;
}

.thumb-info:hover .thumb-info-wrapper:after {
  opacity: 1;
}

.thumb-info.thumb-info-centered-info .thumb-info-title {
  color: #fff;
}

.thumb-info.thumb-info-centered-info:hover .thumb-info-title {
  opacity: 1;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 2;
}

.disabled-popup {
  display: none;
}

.iframe-wrapper iframe {
  width: 100%;
  min-height: 250px;
}

.page-title h1.title {
  text-transform: none;
}

.photo_counter {
  position: relative;
  top: 30px;
  left: 48px;
  /* font-family: 'Bodoni SvtyTwo OS ITC TT'; */
  font-family: 'Arimo', sans-serif;
  font-size: 40px;
  font-weight: normal !important;
  color: #bec0c1;
}

.portfolio-item span.thumb-info-wrapper.border-radius-0 span.thumb-info-title {
  top: 60px;
  left: 12px;
  line-height: 0;
}

.portfolio-item span.thumb-info-inner.text-1 {
  /* font-family: 'Bodoni SvtyTwo OS ITC TT'; */
  font-family: 'Arimo', sans-serif;
  font-size: 29px;
  line-height: 35px;
  text-align: left;
  font-weight: normal;
  min-height: 105px;
}

/* pressromm page start */

.typology-section> :last-child {
  margin-bottom: 0;
}

.sidebar_intro {
  margin-bottom: 20px;
}

.typology-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.typology-layout-b:first-child {
  padding-top: 0;
}

.typology-layout-b {
  padding-left: 13rem;
  padding-bottom: 67px;
  margin-bottom: 0;
  padding-top: 67px;
}

.typology-post {
  position: relative;
  /*margin-bottom: 9rem;
    padding-bottom: 10rem;*/

}

.pressroom-section .typology-post {
  display: none;
}

.typology-post.typology-layout-b::before,
.section-content-b .typology-ad-between-posts::before {
  background:
    rgba(68, 68, 68, 0.2);
}

.section-content-b .typology-ad-between-posts::before,
.typology-post.typology-layout-b::before {
  content: "";
  height: 100%;
  position: absolute;
  width: 1px;
  left: 9rem;
  top: 25px;
  display: block;
}

.entry-footer,
.entry-header {
  position: relative;
  z-index: 2;
}

.entry-header {
  margin-bottom: 27px;
}

.entry-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.entry-title,
.typology-layout-a .entry-content p:last-child,
.typology-layout-b .entry-content p:last-child,
.typology-layout-b .entry-content p:only-of-type,
blockquote p,
q p {
  margin-bottom: 0;
}

.entry-title a {
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-size: 30px;
}

.typology-posts .entry-title a {
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  text-decoration: none;
  color: #236496;
  font-size: 24px;
}

.para_cont a:hover {
  text-decoration: none !important;
  color: #939ca3 !important;
}

.pressroom-section .typology-layout-b {
  padding-bottom: 40px;
  margin-bottom: 0;
  padding-top: 40px;
}

.pressroom-section .typology-fake-bg {
  margin-top: 50px;
}

.pressroom-section .typology-layout-b.first_child {
  padding-top: 0;
}

.typology-fake-bg {
  margin-top: 30px;
}

.entry-meta {
  margin-top: 10px;
}

.meta-item {
  text-transform: none;
}

.typology-pagination .navigation {
  position: relative;
  max-width: 355px;
  margin: 0 auto;
  display: block;
  height: 42px;
  /*text-align: center;*/
}

.para_cont.open_txt .more-text,
.para_cont.open_txt .close_txt {
  display: block;
}

.para_cont .close_txt {
  display: none;
}

.para_cont .close_txt:hover {
  cursor: pointer;
}

.para_cont .close_txt {
  color: #336699;
  margin-top: 15px;
}

.para_cont.open_txt a.read-more {
  display: none;
}

.entry-content.for_fonts img {
  margin-bottom: 15px;
}

.typology-pagination {
  margin-top: 67px;
  margin-bottom: 67px;
}

.typology-loader {
  font-size: 8px;
  width: 32px;
  margin: 0 auto 0 -16px;
  opacity: 0;
  top: 17px;
  height: 10px;
  left: 50%;
  z-index: -1;
  position: absolute;
}

.typology-pagination .infinite-scroll a,
.typology-pagination .load-more a,
.typology-pagination .nav-links .next,
.typology-pagination .nav-links .prev,
.typology-pagination .next a,
.typology-pagination .prev a {
  min-width: 160px;
}

.typology-pagination .current,
.typology-pagination .infinite-scroll a,
.typology-pagination .load-more a,
.typology-pagination .nav-links .next,
.typology-pagination .nav-links .prev,
.typology-pagination .next a,
.typology-pagination .prev a {
  color: #ffffff;
  background: #333333;
}

.typology-pagination a,
.typology-pagination span {
  font-size: 1.1rem;
  line-height: 39px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}

.meta-item,
.meta-item span,
.meta-item a,
.comment-metadata a {
  color: #888888;
}

.typology-layout-b .post-date-hidden,
.meta-item {
  font-size: 1.3rem;
  display: none;
}

.meta-item {
  margin-right: 15px;
}

.meta-item {
  display: inline-table;
  vertical-align: top;
}

.coauthors {
  display: inline;
}

.meta-item,
.meta-item span,
.meta-item a,
.comment-metadata a {
  color: #888888;
}

.meta-author a {
  margin-left: 5px;
}

.meta-item,
.meta-item span,
.meta-item a,
.comment-metadata a {
  color:
    #888888;
}

.meta-item a {
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom .1s ease-in-out;
  -o-transition: border-bottom .1s ease-in-out;
  transition: border-bottom .1s ease-in-out;
}

.typology-layout-b .post-date {
  position: absolute;
  top: 8px;
  left: -139px;
  text-align: center;
  width: 75px;
}

.typology-layout-b .post-date-day,
.typology-outline-nav li a:hover,
.style-timeline .post-date-day {
  color:
    #c62641;
}

.typology-layout-b .post-date-day {
  font-size: 6rem;
  display: block;
  line-height: 6rem;
}

.post-date-month {
  color: #333333;
}

.typology-layout-b .post-date::after,
blockquote::before,
q::before {
  background: #c62641;
}

.typology-layout-b .post-date::after {
  content: "";
  position: absolute;
  height: 11px;
  width: 11px;
  display: block;
  border-radius: 50%;
  left: 94px;
  top: 17px;
  z-index: 2;
}

.comment-content a,
.comment-reply-link,
.entry-content a,
.logged-in-as a,
.textwidget a,
.typology-footer .widget p a {
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid;
  -webkit-transition: border-bottom .1s ease-in-out;
  -o-transition: border-bottom .1s ease-in-out;
  transition: border-bottom .1s ease-in-out;
}

.typology-featured-image {
  position: relative;
  padding: 0 !important;
  border: none !important;
  display: inline-block;
  margin-bottom: 33px;
}

.entry-content .typology-featured-image:hover {
  background: #000;
  opacity: 0.9;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.entry-title,
.typology-layout-a .entry-content p:last-child,
.typology-layout-b .entry-content p:last-child,
.typology-layout-b .entry-content p:only-of-type,
blockquote p,
q p {
  margin-bottom: 0;
}

.typology-post::after,
.section-title::after,
.typology-pagination::before {
  background:
    rgba(51, 51, 51, 0.2);
}

.section-title::after,
.typology-post::after {
  content: "";
  height: 1px;
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  background: rgba(68, 68, 68, 0.2);
}

header.entry-header .entry-meta .meta-item.meta-author {
  font-size: 15px !important;
}

header.entry-header .entry-meta .meta-item.meta-author .coauthors span.vcard.author span.fn {
  font-size: 15px;
}

header.entry-header .entry-meta .meta-item.meta-author .coauthors span.vcard.author span.fn:after,
header.entry-header .entry-meta .meta-item.meta-rtime:after {
  content: "/";
  right: -7px;
  position: relative;
}

header.entry-header .entry-meta .meta-item.meta-rtime {
  font-size: 15px;
}

header.entry-header .entry-meta .meta-item.meta-comments {
  font-size: 15px;
}

header.entry-header .entry-meta .meta-item.meta-comments a:hover {

  border-bottom: 1px solid;
}

/*Photo gallery start */
ul#lightgallery .photo_title,
ul#lightgallery .photo_counter {
  display: none;
}

ul#lightgallery li a:hover>.photo_title {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  /* font-family: 'Bodoni_SvtyTwo_ITC_TT'; */
  font-family: 'Arimo', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  z-index: 999;
}

ul#lightgallery li a:hover>.photo_counter {
  display: block;
  position: absolute;
  color: #c3c5c7;
  font-size: 42px;
  line-height: 32px;
  left: 115px;
  top: 140px;
  z-index: 999;
}

#lightgallery a {
  position: relative;
}

ul#lightgallery li a:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  background: rgba(33, 37, 41, 0.8);
  ;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  height: 100%;
  width: 100%;
}

ul#lightgallery {
  padding: 0;
}

.demo-gallery>ul>li {
  width: 170px !important;
  margin: 0 !important;
  display: inline-block;
  list-style: outside none none;
  position: relative;
}

.demo-gallery>ul>li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

.demo-gallery>ul>li a>img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery>ul>li a:hover>img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
  opacity: 1;
}

.demo-gallery>ul>li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery>a>img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery>a:hover>img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
  opacity: 1;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

/*Photo gallery end */

ul#hover_box_image {
  list-style: none;
}

ul#hover_box_image_two {
  list-style: none;
}

.hover_one .col-sm-6 {
  float: left;
  padding: 0;
}

.hover_two .col-sm-6 {
  float: left;
  padding: 0;
}

.img-wrapper-second:after {
  /* .img-circle:after { */
  width: 311px;
  height: 179px;
  /*background-color: #2DFFF3;*/
  background-color: #8CCDFF;
  position: absolute;
  content: " ";
  top: 32px;
  left: 48px;
  z-index: -9;
}


.col-sm-12.hover_one .img-first {
  position: relative;
  left: 2px;
}

.col-sm-12.hover_one .img-first:before {
  width: 90px;
  height: 185px;
  /*background-color: #2DFFF3;*/
  background-color: #8CCDFF;
  position: absolute;
  content: " ";
  top: 180px;
  left: 40px;
}

.img-circle {
  position: relative;
  top: -34px;
  left: 35px;
  z-index: 10;
}

.col-sm-12.hover_one {
  padding: 0;
}

.col-sm-12.hover_two {
  position: relative;
  clear: both;
  z-index: 9;
}

.col-sm-12.hover_three {
  bottom: 150px;
}

.video_image {
  position: relative;
  top: -95px;
  left: 125px;
}

.hover_three .col-sm-12.col-md-8 {
  float: left !important;
  padding: 0;
}

.hover_three .col-sm-12.col-md-4 {
  float: left !important;
  padding: 0;
}


.hover_one img.img-responsive {
  position: relative;
  top: -7px;
}

.hover_two .video_image {
  position: relative;
  top: -132px;
  left: 85px;
}

.hover_three .col-sm-8 {
  float: left;
  padding: 0;
}

.hover_three .col-sm-4 {
  float: left;
  padding: 0;
}

.hover_three img.img-responsive {
  top: -28px;
  position: relative;
  left: 50px;
}

.hover_three h5 {
  top: 35px;
  position: relative;
  text-align: right;
  color: #336699;
  /* font-family: 'proxima_nova_altbold', Arial, Helvetica, sans-serif; */
  font-family: 'Arimo', sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 18px;
  right: 8px;
}

.video_image {
  position: relative;
}

.hover_one .col-sm-12.col-md-6 {
  float: left;
  padding: 0;
}

.hover_one .col-sm-12.col-md-6 {
  float: left;
  padding: 0;
}

section.story-wrap .card-body h4.card-title a {
  color: #000;
}

footer.footer-wrap {
  margin-top: 30px;
}

/* for FAQ module start */
div.for_size {
  width: 576px;
  overflow: hidden;
  display: inline-block;
}

h4.panel-title.faq-title {
  margin-bottom: 0;
}

h3.faq-subheading {
  position: relative;
  border-bottom: 1px solid #000;
  cursor: pointer;
  font-size: 24px;
  margin: 0px;
  padding: 10px 0px;
  font-weight: 600;
}

h3.faq-subheading.more:after {
  content: "+";
  font-size: 24px;
  position: absolute;
  right: 15px;
  top: 15px;
  font-family: 'Arimo', sans-serif;
  color: #337ab7;
  font-weight: 600;
}

h3.faq-subheading.more.active {
  color: #337ab7;
  color: #337ab7;
  border-bottom: 1px solid #337ab7;
}

h3.faq-subheading.more.active:after {
  content: "close";
  font-size: 14px;
  position: absolute;
  right: 8px;
  top: 20px;
  color: #337ab7;
  font-weight: 300;
  text-transform: capitalize;
  font-family: 'Arimo', sans-serif;
}

.faq-accordian-wrap.panel-default>.panel-heading {
  background: none;
  padding: 0;
  display: inline-block;
  width: 100%;
  border: none;
  position: relative;
  cursor: pointer;
}

.faq-accordian-wrap.panel-default>.panel-heading::after {
  content: "";
  background: url(../imgs/icons/right-arrow1.svg) no-repeat scroll 0 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 10px;
}

h4.panel-title.faq-title a {
  margin-right: 0 !important;
}

.faq-accordian-wrap.panel-default>.panel-heading.isOpen::after {
  content: "";
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq-accordian-wrap.panel-default {
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin-bottom: 0;
  cursor: pointer;
}

.faq-accordian-wrap.panel-default .panel-body {
  border-top: none !important;
  padding-left: 0;
  padding-right: 0;
}

.faq-accordian-wrap.panel-default>.panel-heading h4.panel-title.faq-title>a {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 400;
  color: #000;
  position: relative;
  line-height: normal;
}

/* for FAQ module end */

/* stuff module start */
.resources_page .title-link h3.event-title,
.list-item-section a h3.event-title {
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 700;
  margin-top: 15px;
  color: #000;
}

a.title-link:hover h3.event-title,
a.title-link:focus h3.event-title {
  opacity: 0.8 !important;
}

.resources_page .resources_page>h4 {
  margin-bottom: 40px;
}

.resources_page .event-box p,
.list-item-section .event-box p {
  margin-bottom: 10px;
}

/*.resource-top-cont {
  margin-top: 20px;
}*/
.resource-part {
  width: 100%;
}

html body h3.event-title.stuff-list-title {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 5px;
  font-weight: 400;
  margin-top: 15px;
  color: #369;
  margin-top: 0;
}

.stuff-thumb-image {
  position: relative;
}

.stuff-thumb-image .thumb-overlay {
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

.stuff-thumb-image a:hover .thumb-overlay {
  opacity: 1;
}

.stuff-thumb-image .thumb-overlay span {
  display: table;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

.stuff-thumb-image .thumb-overlay span i {
  display: table-cell;
  vertical-align: middle;
  color: #000;
  font-size: 20px;
}

.event-title a {
  font-size: 32px;
  line-height: 38px;
  font-family: 'Font Awesome 5 Pro';
  color: black;
}

.event-box .event-date {
  color: black;
  font-weight: 600;
  margin-top: 10px;
}

.event-box .event-content {
  margin: 10px 0px;
}

/* stuff module end */



/* Event module start */
.filter.event-filter select.selectpicker {
  border: 1px solid #ccc;
  color: #333;
  /* margin-right: 10px; */
  background: #fff;
  padding: 5px;
}

.filter.event-filter select.selectpicker:hover {
  cursor: pointer;
}

.blog-content .blog-image-box {
  cursor: pointer;
  position: relative;
}

.blog-content .blog-image-box .magnifying-glass {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, .7);
  border-radius: 50px;
  padding: 8px;
  line-height: normal;
}

.events-section a:hover {
  opacity: 0.8;
}

.gallery-wrap.add_top {
  margin-top: 0;
}

/* Event module end */

/* for Editorial 1 start */

.hide_editorial_1 {
  display: none;
}

/* for Editorial 1 end */


/*resident giude*/
/*side bar*/
.right-part {
  padding-top: 3px;
}

.address-icon {
  position: relative;
}

.sky-blue.remove_space {
  display: none;
}

.right-part .shadow-box.right-1 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.address-cont.address-sidebar strong {
  line-height: 1.8;
}

.map_icon .address-cont.address-sidebar:before {
  content: "\f041";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #336699;
  font-size: 24px;
  padding-right: 0.5em;
  position: absolute;
  top: 7px;
  left: 0;
}

.right-part .shadow-box .text-part .address-cont.address-sidebar {
  padding-left: 30px;
  font-weight: 100;
  font-size: 16px;
  position: relative;
  line-height: 1.8;
  color: #000000;
  /* font-family: "Proxima Nova", Arial, sans-serif;padding-top: 15px */
  font-family: 'Arimo', sans-serif;
}

.address-cont.address-sidebar a {
  color: #336699;
  line-height: 28px;
  font-size: 1rem;
}

.address-icon {
  display: none;
}

.shadow-box-part {
  display: none;
}

.right-part .shadow-box.right-2,
.right-part .shadow-box.right-3 {
  border-bottom: 1px solid #ccc;
  position: relative;
  width: 100%;
  /*padding: 20px 0px;
    padding-left: 30px;*/
}

.right-part .shadow-box.right-4 {

  border-bottom: 1px solid #ccc;
  position: relative;
  width: 100%;
  padding: 10px 0px;


}

.right-part .shadow-box.right-4 .text-part ul li a {
  border-bottom: none;
  font-size: 16px;
  padding: 0;
  line-height: 1.8;
  /* font-family: 'Proxima Nova', sans-serif; */
  font-family: 'Arimo', sans-serif;
}

.right-part .shadow-box.right-4 .text-part ul {
  margin-bottom: 0px;
}

.right-part .shadow-box.right-4 .text-part ul li a:hover {
  opacity: 0.8;
}

.gallery-wrap .gallery-container .gallery .thumbnail span.icon-gallery {
  line-height: 2.2;
}

/*main section end*/

.rtfz_cls.col-md-9.col-sm-6.middle-section.remove_space,
.right-part.right_align {
  float: left;
}

.right-part.right_align .right_sidebar.news_sidebar {
  margin-top: 0;
}

.right_align .shadow-box.right-1 {
  border-top: none;
}

.right-part.right_align {
  padding-top: 20px;
}

.col-md-3.col-sm-3.col-xs-12.right-part.right_align.hide_sidebars {
  display: none;
}

.rtfz_cls.col-md-9.col-sm-6.middle-section.remove_space.max_width {
  max-width: 100%;
}

.typology-posts article a {
  border-bottom: none;
}

a.views_more {
  float: right;
}

.col-md-3.col-sm-3.col-xs-12.right-part div.rss-feed {
  display: none;
}

.right_sidebar.hide_on_section {
  display: none;
}

.list-item-section .event-box,
.resource-part .event-section .event-box {
  margin-top: 0;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  padding-top: 2px;
}

.list-content-wrapp .list-img-left {
  max-width: 170px;
  float: left;
}

.list-content-wrapp .list-content {
  padding-left: 185px;
  clear: none;
  border-top: none;
  padding-top: 0;
}

.list-content.full-width-resource label {
  font-weight: 700;
}

.resource-part .event-box h1.event-title {
  font-size: 24px;
  color: #000;
  font-family: unset;
}

.resource-part .event-box a {
  font-family: unset;
}

.resource-part .list-content.full-width-resource {
  padding-left: 0;
}

.resource-part #selectresource:hover {
  cursor: pointer;
}

.resource-part #selectresource {
  padding: 0 5px;
}

img.img-responsive.first_clg_img {
  height: 220px;
  z-index: 99;
  /* height: 251px;
  width: 320px; */
}

img.img-res.second_clg_img {
  height: 155px;
  /* height: 128px;
  width: 193px; */
}

img.img-responsive.third_clg_img {
  /* width: 566px;
  height: 426px; */
  height: 425px;
  width: 100%;
}

img.img-responsive.fourth_clg_img {
  /* width: 302px;
  height: 152px; */
  height: 170px;
  z-index: 9;
}

.layout_b .flt_lft {
  float: left;
}

.layout_b .flt_rt {
  float: right;
}

.layout_b {
  margin-top: 20px;
}

.right-part.borders .shadow-box.right-1 {
  border-top: none;
}

/* .container.hide_cont_width{
  margin-top: 20px;
} */
.editorial-mdl-top.brdrimg .flt_lft {
  float: left;
}

.editorial-mdl-top.brdrimg img.full_wid {
  width: 100%;
  margin-bottom: 15px;
}

.image-section.margin_below {
  margin-bottom: 10px;
}

.image-section .image-caption {
  font-family: 'Arimo', sans-serif;
  font-size: 13px;
  font-weight: 300;
}

img.marginc_below {
  margin-bottom: 10px;
}

.entry-content.for_fonts p.for_fonts {
  margin: 0px 0px 18px;
  padding: 0px;
  border: 0px;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-stretch: inherit;
  line-height: 1.45em;
  outline: none;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-family: Georgia, serif;
  font-size: 1.26em;
  color: rgb(46, 46, 46);
  background-color: rgb(247, 247, 247);
}

article .more_link {
  display: inline-block;
  width: 100%;
}

article .more_link a {
  float: right;
}

article .more_link a:hover {
  cursor: pointer;
}

.para_cont span.more-text {
  display: none;
}

.grid-container3.default_hidden {
  display: none;
}

body.dektop-menu #navbarCollapse ul.navbar-nav.left-nav li:hover>.dropdown-menu.second_drop,
body.dektop-menu #navbarCollapse ul.navbar-nav.right-nav li:hover>.dropdown-menu.second_drop,
body.dektop-menu #navbarCollapse .dropdown-menu.second_drop li:hover>ul.dropdown-menu.third_drop {
  display: block;
}

body.dektop-menu span.sub-arrow {
  display: none;
}

/*li.open_nav:hover > ul{
  display: block;
}*/
.grid-container3.default_hidden {
  position: absolute;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9;
}

/*.grid-container3.default_hidden ul{
  list-style: none;
  padding: 8px 15px;
}*/
.editorial-mdl-top1.full_width_iframe {
  width: 100%;
}

#for_custom_ht {
  height: 500px;
}

.rtfz_cls.col-md-7.col-sm-6.middle-section .gallery-wrap {
  margin: 0;
}

.navbar-nav.left-nav li a,
.navbar-nav.right-nav li a {
  color: #fff;
}

.navbar-nav.left-nav li a:hover,
.navbar-nav.right-nav li a:hover {
  color: #60ccfd;
}

.navbar-nav.left-nav li>ul,
.navbar-nav.right-nav li>ul {
  background: rgba(0, 0, 0, 0.85);
}

.navbar-nav.left-nav li,
.navbar-nav.right-nav li {
  position: relative;
}

.navbar-expand-md .navbar-nav .dropdown-menu.second_drop {
  /*padding: 8px 15px;*/
}

.navbar-expand-md .navbar-nav .dropdown-menu.second_drop a,
.navbar-expand-md .navbar-nav .dropdown-menu.third_drop a {
  font-size: 14px;
  width: auto;
  display: inline-block;
  /*padding: 3px 5px;*/
}

.navbar-nav .sub-arrow,
.navbar-nav .collapsible .sub-arrow {
  position: static;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px dashed transparent;
  border-bottom: 4px dashed transparent;
  border-left: 4px dashed transparent;
  margin-left: 8px;
}

ul.dropdown-menu.second_drop li span.sub-arrow {
  position: absolute;
  right: -5px;
  margin-top: 10px;
  margin-right: 15px;
  border-top: 4px dashed transparent;
  border-bottom: 4px dashed transparent;
  border-left: 4px solid;
  color: #fff;
}

ul.dropdown-menu.second_drop,
ul.dropdown-menu.third_drop {
  /*padding: 8px 12px;*/
  min-width: 17em;
  max-width: 20em;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  border-radius: 0;
  margin: 0;
}

ul.dropdown-menu.second_drop li a {
  padding: 4px 15px;
}

ul.dropdown-menu.third_drop {
  left: 100%;
  top: -9px;
  padding: 8px 0;
}

h1.hide_title_resource {
  display: none;
}

.resource-part.ml.border-gray.clearfix .event-section.clearfix .event-box:first-child {
  padding-top: 0;
}

.col-md-3.left-part.col-sm-3.hidden-xs.add_padd_up {
  padding: 20px 0 0 18px;
}

.right-part p {
  margin-bottom: 0;
}

/*nav.navbar.navbar-expand-md{
  margin-bottom: 30px;
}*/
/* .container.hide_cont_width{
  margin-top: 30px;
} */
article header.entry-header {
  margin-bottom: 10px;
}

p.pressroomdate.custom {
  margin-bottom: 0;
}

.contact_left_address .form_lft {
  float: left;
  padding: 0;
}

.contact_left_address .form.right-part {
  float: right;
  padding: 0;
}

.contact_left_address .form.right-part input[type="text"] {
  border: 1px solid #ccc;
}

.contact_left_address .form.right-part .form-control:active,
.form-control:focus {
  border-color: #336699;
}

span.output_message {
  background: #336699;
  color: #fff;
  padding: 5px 12px;
  margin-top: 15px;
}

button.custom_contact:hover {
  cursor: pointer;
}

.contact_left_address {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

h3.event-title.stuff-list-title.stuff_modules a,
.event-title.stuff-list-title.stuff_modules h1 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 5px;
  font-weight: 400;
  margin-top: 0;
  color: #369;
  font-family: 'Roboto', sans-serif
}

.stuff-list-title.stuff_modules .event-box.new {
  padding-top: 8px;
}

.stuff-list-title.stuff_modules .event-box.new img {
  margin-bottom: 10px;
}

.custom_wrapepr_contact {
  margin-top: 30px;
}

/*.editorial-mdl-top1.planning-section{
    padding: 0px 2px;
}*/

.main-section.people-card {
  width: 100%;
}

.people-card-list {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}

/*For Webcam popup*/
.boxinner {
  width: 40%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.button:hover {
  background: #06D85F;
}

.overlayinner {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}

.overlayinner:target {
  visibility: visible;
  opacity: 1;
}

.popupinner {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popupinner .close {
  position: absolute;
  top: 0px;
  right: 3px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333 !important;
}

.popupinner .close:hover {
  color: #06D85F;
}

.popupinner .contentinner {
  max-height: 30%;
  overflow: auto;
}

h4.custom_size_font,
p.font_desc,
.fck_field p {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  margin: 0 0 10px;
}

.content-part h4.custom_size_font {
  font-size: 18px;
  line-height: 24px;
}

@media screen and (max-width: 700px) {
  .boxinner {
    width: 70%;
  }

  .popupinner {
    width: 70%;
  }
}

/*For Webcam popup End*/

li.active.open_nav>a {
  color: #60ccfd;
}

.stuff-event-wrapp.remove_lft_space {
  padding-left: 0;
}

ul.for_bullets li {
  list-style: unset;
  display: flow-root list-item;
}

ul.for_bullets {
  padding-left: 12px;
}

/* h2.h2-title.increese_font{
  font-size: 34px;
  line-height: 35px;
} */
.goto-btn.tellus-btn a {
  padding-left: 0;
}

img.webcam_icon_2 {
  display: none;
}

.navbar-nav.left-nav li a.on_hover:hover>img.webcam_icon_1 {
  display: none;
}

.navbar-nav.left-nav li a.on_hover:hover>img.webcam_icon_2 {
  display: block;
}

.flex-direction-nav {
  display: none !important;
}

#carousel_ .float {
  position: relative;
  z-index: 9;
  float: left;
  margin-right: 18px;
}

#carousel_ .float .thumb-overlay {
  position: absolute;
  left: 0;
  top: 0;
  padding: 1rem;
}

#carousel_ .float .thumb-overlay h4 {
  color: #fff;
  /* font-family: 'proxima_nova_ltsemibold', Arial, Helvetica, sans-serif; */
  font-family: 'Arimo', sans-serif;
  text-transform: uppercase;
  font-size: 1.375rem;
  text-shadow: -1px 1px 0px #000000;
}

.block-subhead {
  font-size: 22px;
  color: #236496;
  font-weight: 600;
}

.section-text.remove_space {
  margin-top: 10px;
}

.section-text.remove_space p {
  margin-bottom: 0;
}

h5.news_healine {
  min-height: 48px;
}

p.webcam_caption {
  line-height: 24px;
}

.news_cats span a {
  text-transform: uppercase;
  color: #666 !important;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

.news_cats span a.tab_active {
  color: #336699 !important;
  /* border-bottom: 4px solid #369;*/
  display: inline-block;
  padding-bottom: 6px;
}

.news_cats span a {
  border-bottom: 4px solid #fff;
  padding-bottom: 6px;
}

.news_cats a {
  font-size: 19px;
}

.news_cats span a:hover {
  cursor: pointer;
}

a.read-more-close {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.news_cats {
  /*max-width: 610px;
  margin: auto;*/
}

#para_none {
  display: none;
}

.para_wrapper.tab_active #para_block {
  display: none;
}

.para_wrapper.tab_active #para_none {
  display: block;
}

a.read_more_para:hover,
a.close_para:hover {
  cursor: pointer;
}

a.read_more_para,
a.close_para {
  color: #336699 !important;
}

.height_align {
  height: 165px;
  overflow: hidden;
  display: inline-block;
}

.height_align img {
  width: 100%;
}

.col-sm-4.news_right a h5:hover {
  color: #336699;
}

.col-sm-4.news_right p {
  font-size: 15px;
  line-height: 22px;
}

#tabing_News::after {
  content: '';
  background: #666;
  height: 13px;
  width: 2px;
  position: absolute;
  margin-left: 9px;
  top: 10px;
}

.news_cats {
  position: relative;
}

.resources_page .event-box .full-width-resource a>h1:hover {
  color: #336699 !important;
  transition: all .3s;
}

.remove_pad ul.for_bullets li {
  font-size: 16px;
  padding: 5px 0;
}

/* Slideshow module css */
.slide_row {
  width: 100%;
}

.ht-hero {
  clear: both;
}

.slide_row .ht-hero-lft.col-sm-8 {
  padding: 0px 15px 0px 0px;
  min-height: 130px;
  float: left;
}

.slide_row .ht-hero-rgt.col-sm-4 {
  padding: 0px 0;
  float: right;
  border-left: 1px dotted #666;
}

.slide_row .rel-lnk-rgt {
  margin-top: 5px;
}

.slide_row .rel-lnk-top {
  float: left;
  width: 100%;
  padding-left: 15px !important;
  border-bottom: 1px dotted #666;
  padding-bottom: 15px;
}

.slide_row h2 {
  margin-bottom: 10px;
}

.slide_row p {
  margin-bottom: 10px;
}

.slideshowbanner-image {
  display: inline-block;
  width: 100%;
}

#slideshowpics {
  height: 450px;
}

.slideshowbanner-image img {
  width: 100%;
  height: 450px;
}

@media screen and (max-width: 875px) {
  .slideshowbanner-image img {
    width: 100%;
    height: 200px;
  }

  #slideshowpics {
    height: 200px;
  }
}

.slideshow-main {
  position: relative;
  overflow: hidden;
  /* margin-top: 30px; */
}

.slideshow-main #nav-bottom {
  float: right;
  display: inline-block;
  position: relative;
  top: -27px;
  left: -10px;
  z-index: 5;
}

.slideshow-main #nav-bottom a {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 15px;
  background-color: #cccccc;
  overflow: hidden;
  text-indent: -999px;
  margin-left: 5px;
}

.slideshow-main #nav-bottom a.activeSlide {
  background: #336699;
}

.show_nav.hide_editorial_1.hide_editorial_1 {
  display: block;
}

.middle-section.space,
.show_nav.hide_editorial_1 {
  margin-top: 30px;
}

.rel-lnk-lft p {
  font-weight: 600;
}

.slider_cont {
  display: inline-block;
  margin-left: 15px;
  margin-top: 5px;
}

.slider_cont p {
  font-weight: 600;
  font-size: 20px;
  margin: 10px 0px;
  /* font-family: 'Arimo', sans-serif; */
  line-height: 26px;
  color: black;
}

.slide_row.add_spc {
  margin-top: 30px;
}

li.submodule.manage_line {
  line-height: 19px;
}

/* Member table start */
ul.custom_tab li {
  width: 20%;
}

.usr_members.active {
  display: block !important;
}

.usr_members tr td {
  padding: 10px 0;
  line-height: 21px;
  width: 20%;
}

.usr_members {
  display: none;
}

.usr_members tr {
  border-bottom: 1px solid #777;
}

.nav.nav-tabs.custom_tab li.active a {
  border-bottom: 2px solid #369;
  color: #369;
}

.nav.nav-tabs.custom_tab li a:hover {
  cursor: pointer;
}

.nav.nav-tabs.custom_tab li a {
  font-size: 14px;
  padding-bottom: 10px;
  display: inline-block;
  font-weight: 600;
}

.custom_row {
  margin-top: 30px;
}

#zone_wise_btn {
  margin-left: 15px;
}

#first_wise_btn {
  margin-left: 20px;
}

a#spouse_wise_btn {
  margin-left: 20px;
}

a#company_wise_btn {
  margin-left: 20px;
}

.tab-content.custom_wrapper {
  /*margin-top: 10px;*/
  background: #eafbfe;
  padding: 0 15px;
}

.sorter_table {
  margin-top: 25px;
}

a#last_wise_btn {
  margin-left: 10px;
}

.sorter_table .custom_tab li.lake_zone_cls,
.sorter_table .lake_wrapper .usr_members table tr td.lake_zone_cls,
.sorter_table .first_name_wrapper .usr_members table tr td.lake_zone_cls,
.sorter_table .last_name_wrapper .usr_members table tr td.lake_zone_cls,
.sorter_table .spouse_name_wrapper .usr_members table tr td.lake_zone_cls {
  width: 13%;
}

.sorter_table .custom_tab li.last_name_cls,
.sorter_table .lake_wrapper .usr_members table tr td.last_name_cls,
.sorter_table .first_name_wrapper .usr_members table tr td.last_name_cls,
.sorter_table .last_name_wrapper .usr_members table tr td.last_name_cls,
.sorter_table .spouse_name_wrapper .usr_members table tr td.last_name_cls {
  width: 22%;
}

/* Member table end */

/*tabing*/


.event-wrapper .tab-wrapper .nav-tabs .nav-item {
  width: 100%;
  text-align: center;
}

.event-wrapper .tab-wrapper .nav-tabs .nav-item a {
  width: 100%;
  padding-right: 0 !important;
}

.tab-wrapper ul#tabsJustified {
  border-bottom: 2px solid #ccc;
}

.event-wrapper .tab-wrapper .nav-tabs .nav-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
}

.event-wrapper .tab-wrapper .nav-tabs.lookTwoTab li.nav-item {
  width: 50%;
  flex: none;
  max-width: 50%;
}

/*news tab1 end*/
/*/*news tab 2*/
.news_cats #tabing_News::after {
  display: none;
}

.news_cats .tab_active {
  margin-bottom: 0;
  border-bottom: 2px solid #336699 !important;
  background: #ffffff;
  z-index: 999999;
  padding: 6px 15px;
  transition: none;
}

.news_cats {
  position: relative;
}

.news_cats a#tabing_Obituaries {
  padding: 6px 15px !important;
  /*border: 1px solid #ffffff;*/
}

.news_cats:before {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid rgb(167, 176, 180);
}

.news_cats span a.tab_active {

  position: relative;
  z-index: 9;
  background: #fff;
  border-bottom: none;
}

.news_cats span a {
  border-bottom: none;
  padding-bottom: 6px;
  padding: 6px 15px !important;
}

/*news tab2 end*/


/*become_a_member*/
.hide_cont_width .middle-section .content-part .planning-section {
  width: 100%;
}

/*become_a_member end*/

#slideshow.remove_scale img.fx {
  transform: unset;
}

.stuff-list-title.stuff_modules>h1 {
  /* font-family: 'Bodoni_SvtyTwo_ITC_TT', Arial, Helvetica, sans-serif !important; */
  font-family: 'Arimo', sans-serif;
  font-size: 44px !important;
  color: #000 !important;
  margin-bottom: 28px !important;
  margin-top: 22px !important;
}

/* for stuff tabing start */

.nav.nav-tabs.stuff_tabbing li a {
  color: #666;
  font-size: 18px;
  font-weight: 600;
  padding: 11px 10px;
}

.nav.nav-tabs.stuff_tabbing li {
  line-height: 42px;
}

.for_border {
  margin-top: 32px;
}

.nav.nav-tabs.stuff_tabbing li.active a {
  border-top: 1px solid rgb(167, 176, 180);
  border-left: 1px solid rgb(167, 176, 180);
  border-right: 1px solid rgb(167, 176, 180);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 11px 10px;
  color: #336699;
  position: relative;
  background-color: #fff;
}

.resources_page.resource_details {
  position: relative;
}

.nav-tabs.stuff_tabbing {
  border-bottom: unset;
}

.for_border:before {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 41px;
  border-bottom: 1px solid rgb(167, 176, 180);
}

/* for stuff tabing end */
#lightgallery-Hist a.single_2 {
  width: 100%;
}

footer.footer-wrap {
  background-size: cover !important;
  height: 100%;
  background-position: center;
}



/*****************/

.footer h4 {
  text-transform: uppercase;
  color: #A9A9A9;
  font-size: 18px;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer ul li {
  line-height: 2.5;
}

.footer ul li a {
  color: #236496;
  text-decoration: none;
}

.footer ul li a:hover {
  opacity: .8;
}

footer.footer-safe-area .cutom-safe-another p {
  color: #d5d5d5;
  font-weight: 400;
  margin-bottom: 6px;
}

footer.footer-safe-area .cutom-safe-another p span {
  font-weight: 500;
}

.footer-bottom {
  text-align: center;
  background: #A9A9A9;
  padding: 40px 0;
}

.copy-right {
  vertical-align: middle;
  padding: 0 33px;
  margin-top: 20px;
}

.copy-right p {
  font-size: 12px;
  color: #fffefe;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.about-jeff .copy-right p {
  font-size: 14px;
}

.faqs-page .copy-right p {
  font-size: 14px;
}

.foot-nav {
  display: inline-block;
  vertical-align: middle;
  padding: 0 33px;
}

.foot-nav ul {
  padding: 0;
  margin: 0;
}

.foot-nav ul li {
  padding: 0 15px;
  margin: 0;
  list-style: none;
  border-left: 1px solid #fffefe;
  line-height: 15px;
}

.foot-nav ul li a {
  font-size: 14px;
  color: #fffefe;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 15px;
}

.foot-nav ul li a:hover {
  background: none;
}

.foot-nav ul li a:focus {
  background: none;
}

.foot-nav ul li:first-child {
  border-left: none;
}



/*ToolTip*/
.mcTooltipWrapper,
.mcTooltipInner {
  width: 300px !important;
}

.foo-tooltip h3 {
  margin-top: 0;
  color: #236496;
}

.foo-tooltip p {
  font-size: 12px;

}

.foot-nav ul li .foo-tooltip {
  text-align: left;
}

.foot-nav ul li .foo-tooltip a {
  text-transform: inherit;
  line-height: 24px;
  font-size: 12px;
}

.foot-nav ul li .foo-tooltip p {
  color: #236496;
}


.contact-tooltip a {
  display: block;
  position: relative;
  z-index: 0;
}

.contact-tooltip a:hover~.tooltip-sep-content {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
  transition-delay: 0;
}

.tooltip-sep-content {
  opacity: 0;
  visibility: hidden;
  padding: 15px 30px;
  /*border: 2px solid #666;*/
  background-color: #fff;
  width: 360px;
  position: absolute;
  left: 0;
  transform: translateX(calc(-50% + 45px));
  z-index: 9999;
  bottom: 35px;
  transition-delay: 2s;
  border-radius: 3px;
  box-shadow: 1px 1px 4px -1px #000;
}

.tooltip-sep-content:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: rotate(134deg);
  bottom: -6px;
  width: 15px;
  height: 15px;
  background: #fff;
  /* border: 2px solid #666; */
  z-index: -5;
  box-shadow: 2px -2px 1px 1px #666;
}

.foo-widget {
  color: #236496;
  line-height: 2;
  margin-bottom: 30px;
}

.foo-widget ul li a {
  color: #236496;
}


.wi-social ul li {
  /*background: #1c2652;*/
}

.wi-social ul li {
  display: inline-block;
  margin-right: 5px;
  width: 45px;
  height: 45px;
  /*margin-bottom: 15px;*/
  text-align: center;
  position: relative;
}

.wi-social ul li a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.wi-social ul li a .normal-show {
  position: absolute;
  left: 0;
  right: 0;
  top: 34%;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.wi-social ul li a .hover-show {
  position: absolute;
  left: 0;
  right: 0;
  top: 120%;
  bottom: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.wi-social ul li a:hover i.normal-show {
  top: -55%;
}

.wi-social ul li a:hover i.hover-show {
  top: 55%;
}




.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.grid {
  list-style: none;
  margin: 30px auto;
  padding: 1;
}

.grid .item {
  display: block;
  float: left;
  opacity: 1;
}

.grid.effect-2 .item.animate {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
  0% {}

  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveUp {
  0% {}

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@media screen and (max-width: 900px) {
  .grid .item {
    width: 50%;
  }
}

@media screen and (max-width: 400px) {
  .grid .item {
    width: 100%;
  }
}

.left.carousel-control i {
  padding: 15px 12px 15px 10px;
}

.right.carousel-control i {
  padding: 15px 10px 15px 12px;
}

.left.carousel-control i:before {
  content: '';
  background: url(../../images/back.svg) no-repeat 0 0;
  background-size: 100%;
  height: 30px;
  width: 30px;
  display: inline-block;
  margin-top: 3px;
}

.right.carousel-control i:before {
  content: '';
  background: url(../../images/next.svg) no-repeat 0 0;
  background-size: 100%;
  height: 30px;
  width: 30px;
  display: inline-block;
  margin-top: 3px;
}


.happy-content .happy-botttom .event-notice {
  margin-bottom: 5px;
  font-weight: 600;
}

.happy-content .happy-botttom a {
  color: #333;
}

.happy-content .happy-botttom a:hover {
  color: #236496;
}

.happy-content .happy-botttom .canceled-event {
  color: #a6421b;
  margin-top: 5px;
}

.contact-address {
  margin-bottom: 30px;
}

html body .so-list {
  /*width:258px;*/
  width: 120px;
}



/*hamburger menu*/
.button_container {
  position: absolute;
  top: 44px;
  right: 2%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease, top .2s ease;
  z-index: 9999;
}

.button_container:hover {
  opacity: .7;
}

.button_container.active {
  /*  top: 28px;*/
}

.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}

.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}

.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}

.button_container span {
  background: #236496;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 11px;
}

.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay-menu {
  position: absolute;
  background: #236496;
  top: 0;
  right: 0;
  /* width: 270px; */
  width: auto;
  min-width: 270px;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 999;
}

.overlay-menu.open {
  opacity: .9;
  visibility: visible;
  min-height: 580px;
  top: -26px;
}

.overlay-menu.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}

.overlay-menu.open li:nth-of-type(2) {
  animation-delay: .4s;
}

.overlay-menu.open li:nth-of-type(3) {
  animation-delay: .45s;
}

.overlay-menu.open li:nth-of-type(4) {
  animation-delay: .50s;
}

.overlay-menu nav {
  position: relative;
  height: 77%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 400;
  text-align: right;
}

.overlay-menu ul {
  list-style: none;
  /* padding: 0; */
  padding: 0 30px 20px;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
  /* padding-right: 50px; */
}

.overlay-menu ul li {
  display: block;
  /*height: 25%;
  height: calc(100% / 4);
  min-height: 50px;*/
  line-height: 1.9;
  position: relative;
  opacity: 0;
}

.overlay-menu ul li a {
  display: inline-block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}

.overlay-menu ul li a:hover:after,
.overlay-menu ul li a:focus:after,
.overlay-menu ul li a:active:after {
  width: 100%;
}

.overlay-menu ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 2px;
  background: #FFF;
  transition: .35s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-nav>li {
    float: left;
  }
}

.navbar-nav {
  flex-direction: row;
}

.mew {
  border-top: 1px solid #f1f1f1;
  margin-top: 50px;
  padding-top: 20px;
}


.navbar-nav {
  flex-direction: row;
}

.overlay-menu ul li a:hover {
  color: #FFF !important;
}





/*Event Page*/
.event-all-itmes {
  margin-top: 50px;
}

.event-all-itmes .heading {
  color: #236496;
  text-transform: uppercase;
}

.event-all-itmes .shadow-box {
  margin-top: 20px;
}

.event-all-itmes .reset {
  display: inline-block;
  float: right;
}

.filter {
  margin-top: 21px;
  padding-bottom: 20px;
  background-image: url("../../../images/lower-shadow.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  background-color: #fff;
  position: relative;
}

.event-box {
  padding: 15px 0 13px 0;
  clear: left;
}

.event-all-itmes .right-part .shadow-box.right-1 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.event-all-itmes .thumb-image img {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

/*Calendar Style*/
.supercal {
  width: 100%;
}

.supercal .supercal-header {
  display: block;
  line-height: 34px;
  text-align: center;
  position: relative;
  background: #fff;
  padding: 10px 0 0 0;
}

.supercal .supercal-header .prev-month {
  float: left;
  height: 34px;
  width: 20px;
  background-image: url(images/left-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 15px;
  background-size: 100%;
}

.supercal .supercal-header .next-month {
  float: right;
  height: 34px;
  width: 20px;
  background-image: url(images/right-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0;
  background-size: 100%;
}

.supercal-month {
  position: relative;
  z-index: 0;
  overflow: hidden;
  /* border:1px solid #c6c6c6; */
  padding: 0 0 15px 0;
  background: #fff;
}

.thumb-image>img {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px !important;
}

.supercal-month th {
  font-weight: normal;
  font-size: 10px;
}

.supercal table {
  width: 100%;
  /*width:auto !important;*/
  max-width: auto !important;
  background: #fff;
  font-size: 12px;
}

.supercal table td {
  font-size: 12px;
  /* font-family: 'Arimo', sans-serif; */
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
  /* padding:3.6px; */
  padding: 8px 2px 8px;
  border: none;
  font-size: 10px;
  color: #666;
}

.supercal td {
  cursor: pointer;
  /* font-family: 'Arimo', sans-serif; */
}

.supercal-month .table-condensed.current tbody>tr>th {
  text-transform: uppercase;
  font-weight: 700 !important;
  border: none;
  padding-bottom: 0;
  font-size: 10px;
  color: #5b5652 !important;
  text-align: center;
}

.supercal-month .table-condensed.current tbody>tr>th:first-child {
  color: #ff000c !important;
  text-align: center;
}

.supercal td:hover {
  color: #337ab7;
}

.supercal td.month-prev,
.supercal td.month-next {
  /* background: #eee; */
  color: #b3b3b3 !important;
}

.supercal td.selected {
  /* background: #7BB205 !important; */
  /* color: #fff;
font-weight: normal; */
  color: #337ab7 !important;
  font-weight: bold;
}

.supercal td.today {
  /* font-weight: bold; */
}

/* Footer */
.supercal .supercal-footer {
  width: 100%;
  display: table;
  display: none;
}

.supercal .supercal-footer span.supercal-input {
  display: table-cell;
  width: 100%;
  cursor: default;
}

.month {
  /*font-family: dinengschriftregular;*/
  font-size: 18px;
  color: #585756;
  /* text-transform:uppercase; */
  text-align: left;
  font-weight: bold;
}

.month .datecal {
  color: #337ab7;
}

.example1 td {
  border: 1px solid #fdfdfd;
}

.supercal-header .btn {
  background-color: transparent;
  padding: 0;
  text-indent: -9986px;
}

.supercal-header .btn:focus,
.supercal-header .btn:active,
.supercal-header .btn.active {
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
}

.supercal table td {
  text-align: center;
}

.supercal table {
  margin-bottom: 0px;
}

.example1.supercal.carousel-vertical.transition {
  background-image: url("../images/calendar-shaddow.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 3px;
}

.eventdate {
  font-family: arial;
  font-size: 13px;
  margin-top: 14px;
}

.eventdate .gray-text {
  margin-top: 11px;
}

.eventdate .sky-blue-text {

  font-size: 17px;
  letter-spacing: normal;
  margin-bottom: 1px;
}

.eventdate.col-md-12 {
  padding: 0 18px 18px 0;
  width: 100% !important;
}

.supercal table td.has-events {
  /* background: #0FB7F0 ; */
  /* color:#fff; */
  color: #666;
  position: relative;
}

.supercal table td.has-events:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #337ab7;
  display: inline-block;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  bottom: 0;
  left: 49%;
}

.right-sidebar {
  position: relative;
}

.event-section .event-image-box .event-back {
  cursor: pointer;
}

@media (max-width: 630px) {
  .events-section .event-box .event-image {
    max-width: inherit;
  }

  .events-section .event-box .event-content.add_space {
    margin-top: 10px;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .elements-main .blog-content .blog-content-div {
    margin-top: 10px;
  }
}

@media (max-width: 1024px) {
  .event-content.custom_wrap_cont {
    width: 65%;
  }
}

@media (min-width: 768px) {
  .event-content.custom_wrap_cont {
    width: 65%;
  }
}

.happening .happy-t-r a:hover,
.happening .view-all a:hover {
  color: #939ca3 !important;
}

.social-slider .so-items a:hover {
  color: #fff !important;
}

.icon_container ul.doclist {
  list-style: none;
  font-size: 13px;
  margin-left: 0;
  padding-left: 0;
}

.doclist a {
  color: #a6421b;
  font-size: 16px;
}

.marginTop {
  margin-top: 30px;
}

/*overriding owl-carousel css*/
.owl-carousel .owl-nav.disabled {
  display: none !important;
  height: 0;
  padding-bottom: 0;
}

.testimonial .owl-carousel .owl-nav.disabled {
  display: none !important;
}

hr {
  margin: 10px 0;
}

h4.evt-boiltitle {
  padding-top: 15px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
}


.boiluplist_item {
  padding-top: 15px;
  border-bottom: solid 1px #C1C1C1;
}

.sidebar_main_title h3.sky-blue {
  margin-bottom: 0;
}

/* Sidebar boilup Quote styles, added 7th January 2022 */
.sidebar-quote-boilup {
  padding: 20px 2px 10px 2px;
}

.quote-image-wrapper {
  position: relative;
}

.quote-image-wrapper .quote-image {
  background: #fff;
  display: inline-block;
  padding: 10px 10px 20px;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.10);
  -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.10);
  -ms-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.10);
}

.sidebar-quote-boilup ul li.quote-credit {
  padding-left: 10px;
}

.sidebar-quote-boilup ul li.quote-credit::before {
  content: '-';
  position: absolute;
  left: 0;
}

.sidebar_cont .boilup_list.shadow-box .sidebar-quote-boilup:not(:last-child) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
}

ul li.ql-indent-1 {
  margin-left: 20px;
  list-style-type: circle;
}

ul li.ql-indent-2 {
  margin-left: 40px;
  list-style-type: square;
}

ol li.ql-indent-1 {
  margin-left: 20px;
  list-style-type: lower-alpha;
}

ol li.ql-indent-2 {
  margin-left: 40px;
  list-style-type: lower-roman;
}


.mega-text-new h3 {
  margin-top: 0;
}

.arrow-btn {
  background: #ffc58d;
  padding: 6px 12px 7px 12px;
}

@media (max-width: 767px) {
  h3.about_head-left:after {
    content: '';
    background: url(../imgs/icons/right-arrow-black.svg) no-repeat scroll 0 0;
    background-size: 100%;
    display: inline-block;
    right: 5px;
    width: 20px;
    height: 20px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    top: 0;
  }

  h3.about_head-left.active:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
  }

  .col-md-3.left-part.col-sm-3.hddn-xs {
    width: 100%;
  }
}

@media (min-width: 767px) {
  .col-md-3.left-part.col-sm-3.hddn-xs {
    width: 16.33%;
    margin-left: 0;
    padding: 5px 0 0 18px;
    flex: unset;
  }
}

/* Portfolio page Css */
.gallerycontainer #filters {
  margin-top: -15px !important;
}

.wrapper .gallerycontainer .right-part {
  display: none;
}

.wrapper .gallerycontainer ul.catgry.lft,
.wrapper .gallerycontainer h3 {
  /*display: none;*/
}

.wrapper .gallerycontainer .mid-right-cont.col-md-9.col-sm-9.portfolio_structure {
  width: 83% !important;
  float: left;
}

.wrapper .gallerycontainer .portfolio_structure .middle-section {
  width: 100% !important;
}

.portfolio-tab {
  width: 100%;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 25px;
}

.portfolio-tab #myBtnContainer {
  display: inline-block;
  float: left;
}


.wrapper .gallerycontainer #info {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fcf8e3;
  border: 1px solid #fbeed5;
  width: 95%;
  max-width: 900px;
  margin: 0 auto 40px auto;
  font-family: arial;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.wrapper .gallerycontainer #info .info-wrapper {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;

}

.wrapper .gallerycontainer #info a {
  color: #c09853;
  text-decoration: none;
}

.wrapper .gallerycontainer #info p {
  margin: 5px 0 0 0;
}


.wrapper .gallerycontainer .container {
  /* position: relative; 
    width: 1170px; 
    margin: 0 auto;  */
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.wrapper .gallerycontainer #filters {
  margin: 1%;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}

.wrapper .gallerycontainer #filters li {
  float: left;
  list-style: none;
}

.wrapper .gallerycontainer #filters li span {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #666;
  cursor: pointer;
  border-radius: 0;
  line-height: 1.42857;
  margin-right: 0;
  color: #999999;
  font-size: 21px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.wrapper .gallerycontainer #filters li:first-child span {
  padding-left: 0 !important;
}

.wrapper .gallerycontainer #filters li span.active {
  /* background: #e95a44;
        color:#fff; */
  color: #b05216;
}

.wrapper .gallerycontainer #portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  /*width:23%;*/
  width: 31%;
  /*width: 100%;*/
  margin: 1%;
  display: none;
  float: left;
  overflow: hidden;
}

@media (max-width: 767px) {
  .wrapper .gallerycontainer #portfoliolist .portfolio {
    width: 100%;
    margin-bottom: 15px;
  }
}

.wrapper .gallerycontainer .portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  background: #666;
  cursor: pointer;
  min-height: 194px;
}

.wrapper .gallerycontainer .portfolio img {
  max-width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
}

.wrapper .gallerycontainer .portfolio:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
}

.wrapper .gallerycontainer .portfolio .label {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;

  white-space: normal;
  line-height: normal;
  padding: 25px;
}

.wrapper .gallerycontainer .portfolio .label-bg {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.wrapper .gallerycontainer .portfolio .label-text {
  color: #fff;
  position: relative;
  z-index: 500;
  padding: 5px 8px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}

.wrapper .gallerycontainer .portfolio .label-text a {
  color: #fff;
}

.wrapper .gallerycontainer .portfolio .label-text a:hover,
.wrapper .gallerycontainer .portfolio .label-text a:focus {
  opacity: 0.9;
}

.wrapper .gallerycontainer .portfolio .text-category {
  display: block;
  font-size: 9px;
}

.wrapper .gallerycontainer .portfolio:hover .label {
  bottom: 0;
  opacity: 1;
}

.wrapper .gallerycontainer .portfolio:hover img {
  top: 0;
}

.wrapper .gallerycontainer .portfolio:hover .portfolio-title {
  display: none;
}

.wrapper .gallerycontainer .portfolio .portfolio-title {
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  padding: 5px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 145px;

}

.wrapper .gallerycontainer .portfolio .portfolio-title .portfolio-tit-inner {
  padding: 10px;
  border: 1px solid #fff;
  min-height: 105px;
  display: inline-flex;
  width: 100%;
  align-items: center;
}

.wrapper .gallerycontainer .portfolio .portfolio-title .portfolio-tit-inner h2 {
  /*font-family: 'Dream Beach', sans-serif;
    font-family: 'NewsCycle','NewsCycle-Bold';*/
  /*font-size: 32px;*/
  font-size: 20px;
  /*line-height: 32px;*/
  line-height: 26px;
  text-transform: capitalize;
  font-weight: 600;
  margin: 0 auto;
  color: #fff;
}

.wrapper .gallerycontainer #filters li span {
  text-transform: capitalize !important;
}

/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .wrapper .gallerycontainer .container {
    width: 768px;
  }
}

/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  .wrapper .gallerycontainer .container {
    width: 95%;
  }

  .wrapper .gallerycontainer #ads {
    display: none;
  }

}

@media only screen and (max-width: 479px) {
  .employees-list ul.emloyees-card .image-holder {
    min-height: unset;
  }

  .employees-list ul.emloyees-card li {
    width: 100%;
  }
}


/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .wrapper .gallerycontainer .container {
    /* width: 70%; */
  }

  .wrapper .gallerycontainer #filters li span {
    font-size: 18px;
    padding: 5px 10px;
  }

  .wrapper .gallerycontainer .portfolio img {
    width: 100%;
  }

  .wrapper .gallerycontainer #ads {
    display: none;
  }

  .employees-list ul.emloyees-card .image-holder {
    min-height: unset;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {

  .wrapper .gallerycontainer #filters li span {
    padding: 5px 15px;
    font-size: 18px;
  }

  .wrapper .gallerycontainer .portfolio_structure .middle-section {
    padding-left: 0;
    padding-right: 0;
  }

  /*
    .wrapper .gallerycontainer .portfolio .portfolio-title{
        width:70%;
    }
    */

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper .gallerycontainer .mid-right-cont.col-md-9.col-sm-9.portfolio_structure {
    width: 75% !important;
  }

  .wrapper .gallerycontainer .portfolio .portfolio-title .portfolio-tit-inner {
    min-height: 60px;
  }

  .wrapper .gallerycontainer .portfolio .portfolio-title .portfolio-tit-inner h2 {
    font-size: 18px;
  }

  .employees-list ul.emloyees-card .image-holder {
    min-height: 212px;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .wrapper .gallerycontainer .portfolio .portfolio-title .portfolio-tit-inner h2 {
    font-size: 28px;
  }

  .wrapper .gallerycontainer .portfolio .portfolio-title .portfolio-tit-inner {
    min-height: 80px;
  }

  .employees-list ul.emloyees-card .image-holder {
    min-height: 202px;
  }
}

.wrapper .gallerycontainer .portfolio-wrapper {
  position: relative;
  padding-bottom: 100%;
}

.wrapper .gallerycontainer .portfolio .portfolio-title {
  width: 100%;
  position: relative;
  bottom: auto;
  left: auto;
}


.wrapper .gallerycontainer .portfolio .portfolio-title-outer {
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}


/* for accordion layout*/
.customaccordian-wrap h3.faq-subheading:after {
  content: '';
  background: url(../imgs/icons/right-arrow-black.svg) no-repeat scroll 0 0;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  top: 15px;
}

.customaccordian-wrap h3.faq-subheading.active:after,
.accordian_subtitle.active:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  top: 15px;
}

.customaccordian-wrap .list-content {
  padding: 10px 0px 10px 0px;
}

.list-content .col-md-4.stuff-mid-content {
  padding-left: 5px;
  padding-right: 5px;
}

.list-content .col-md-8.stuff-mid-content {
  padding-right: 5px;
}

.stuff-mid-content p {
  margin-bottom: 5px;
}

.stuff-sidebar-content {
  border-left: 1px solid #000000;
}

@media screen and (max-width: 875px) {
  .stuff-sidebar-content {
    border-left: none;
  }
}

.stuff-sidebar-content h4 {
  margin-bottom: 10px;
}

.stuff-sidebar-content ul li {
  list-style: disc;
  margin-bottom: 3px;
}

.list-content ol,
.list-content ul {
  padding-left: 18px;
}

.dropdown-menu {
  white-space: normal;
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
}

.dropdown-menu li {
  border-bottom: 1px solid #f5f5f5
}

.dropdown-menu li:last-child {
  border-bottom: none;
}

.resources_page .filter-group {
  margin-top: 10px;
}

.resources_page .filter-group-clear {
  margin-top: 10px;
  padding-top: 5px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {}

.blog-content .event-back {
  margin-bottom: 10px;
}

.blog-content h4,
.blog-content p {
  text-align: center;
}

.big-blog-content {
  padding-top: 20px;
}

.big-blog-content .row {
  padding-top: 10px;
}

.short-event-list {
  margin-top: 30px;
}

.short-event-item span {
  padding: 0px 5px;
}

.p-2.js-collapse {
  display: none;
}

.popover-div {
  position: absolute;
  border: 1px solid #9f9d9d;
  box-shadow: 1px 1px 5px;
  border-radius: 6px;
  background: white;
  width: 100%;
  top: -10px;
}

.popover-div .popover-title {
  padding: 10px 15px 15px 15px;
  margin-bottom: 0px;
  text-align: center;
  background: #f7f7f7;
}

.popover-div .popover-title p {
  text-align: center;
  font-size: 24px;
  font-family: 'Oxygen';
}

.popover-div .arrow {
  left: calc(50% - 10px);
  position: absolute;
  width: 0px;
  height: 0px;
  border-width: 10px;
  border-color: #9f9d9d;
  border-style: solid;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  top: -20px;
}

.popover-div .arrow::after {
  content: '';
  width: 0px;
  position: absolute;
  height: 0px;
  border-width: 8px;
  border-color: #f7f7f7;
  border-style: solid;
  top: -6px;
  left: -8px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

.popover-div .popover-content {
  padding: 15px;
}

.popover-div .popover-content a:hover {
  opacity: 1;
  color: #939ca3;
}

.calender-text {
  margin-bottom: 5px!important;
  /* font-size: 20px; */
  color: #2b5265;
}

.dropdown-toggle {
  display: flex;
  justify-content: space-between;
}

.dropdown-toggle::after {
  margin-top: 8px;
}

#cur_month {
  color: #2385c7;
  font-size: 26px;
  position: absolute;
  top: 0px;
  left: 10px;
}

#cur_month span {
  color: black;
  margin-left: 10px;
}

#sidebar-calendar {
  position: relative;
  padding-top: 20px;
}

#sidebar-calendar .month-name {
  display: none;
}

#sidebar-calendar .btn-prev-month {
  position: absolute;
  right: 25px;
}

#sidebar-calendar .btn-next-month {
  position: absolute;
  right: 0px;
}

#sidebar-calendar .text-warning.fw-bold {
  color: rgb(173, 173, 173) !important;
}

#sidebar-calendar .bootstrap-calendar-weekday-row {
  justify-content: space-between;
}

#sidebar-calendar .bootstrap-calendar-weekday-row .bootstrap-calendar-weekday:nth-child(2) {
  color: #ff000c !important;
  font-weight: 600;
}

#sidebar-calendar .bootstrap-calendar-week {
  display: none !important;
}

#sidebar-calendar .bootstrap-calendar-weekday-row div:nth-child(1) {
  display: none !important;
}

#sidebar-calendar .js-weeks .flex-nowrap {
  justify-content: space-between;
}

.btn-group {
  width: 100%;
}

#photo_modal .modal-dialog {
  width: fit-content;
}

#photo_modal .modal-body {
  padding: 0px;
  text-align: center;
}

.modal-footer {
  justify-content: space-between !important;
  overflow: hidden;
}

.modal-footer .btn-secondary {
  color: black;
  background: #d5d5d5;
  border: none;
  font-family: 'Arimo';
}

.carousel-inner img {
  margin: auto;
  max-height: calc(100vh - 100px) !important;
}

@media screen and (max-width:991px) {
  #photo_modal .modal-dialog {
    padding-top: 20px;
  }
}

.widget-safe-1 h3 {
  margin-bottom: 5px;
}

.elements-landing {
  margin-bottom: 20px;
}

.elements-main .text-content {
  margin-top: 30px;
  margin-bottom: 50px;
}

#nav .Hamburger {
  position: sticky;
  top: 5px;
  width: 42px;
  left: 100%;
  z-index: 99999;
}

/* #event-carousel .carousel-item.active img {
  filter: brightness(1);
} */
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: brightness(1);
  color: white;
}

.carousel-caption h5,
.carousel-caption p {
  text-shadow: 1px 1px 4px black;
}





.blg-title {
  width: 100%;
  margin: 30px auto 20px auto;
  overflow: hidden;
  text-align: center;
}

.blg-title h2 {
  color: #000;
  font-size: 31px;
  margin: 0px;
  font-weight: 600;
  margin-bottom: 11px;
  line-height: 1.1;
}

.blg-title p {
  color: #a9b2bf;
  font-size: 16px;
  margin: 0px;
}

section.blg {
  width: 100%;
  /*background-color: #eff2f7;*/
  position: relative;
  padding-bottom: 70px;
}

section.blg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: #eff2f7;
}

section.blg .container {
  box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
  background-color: #fff;
  position: relative;
  padding: 30px 70px;
  padding-bottom: 0;
}

section.blg .container .row div img {
  width: 100%;
}

section.blg .container .row div h2 {
  font-size: 15px;
  line-height: 1.3;
  padding: 0px 15px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}

section.blg .container .row div h5 {
  text-align: center;
  font-size: 17px;
  margin-top: 16px;
  color: #000;
  font-weight: 600;
  border-bottom: 1px dotted #a8a8a8;
  padding-bottom: 5px;
  margin-bottom: 2px;
  /*height: 38px;
  */
}

section.blg .container .row div h5>span {
  color: #a8a8a8;
}

section.blg .container .row div h6 {
  text-align: center;
  font-size: 20px;
  margin-top: 5px;
  color: #a8a8a8;
  font-weight: 600;
  padding-bottom: 10px;
}

.block-on-hover {
  position: relative;

}

.block-on-hover .block-on-hover-tex {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(21 153 72 / 85%);
  ;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  transform: scale(0);
  transition: .3s;
  font-size: 20px;
  font-family: 'Roboto Serif', serif;
  padding: 15px;
}

.blg .block-on-hover .block-on-hover-tex {
  align-items: center;
}

.block-on-hover .block-on-hover-tex p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.3;
  font-family: 'Rockwell';
}

.block-on-hover:hover .block-on-hover-tex {
  transform: scale(1);
  cursor: pointer;
}

.carousel-council.owl-theme {
  position: relative;
}

.carousel-council.owl-theme .owl-nav {
  top: 0;
}

.carousel-council.owl-theme .owl-nav .owl-prev,
.carousel-council.owl-theme .owl-nav .owl-next {
  position: absolute;
  display: flex;
  align-items: center;
  padding: 3px 10px !important;
  border-radius: 50%;
  background: #0000001f;
  color: #000000;
  top: 100px;
}

.carousel-council.owl-theme .owl-nav .owl-prev i,
.carousel-council.owl-theme .owl-nav .owl-next i {
  font-size: 30px;
}

.carousel-council.owl-theme .owl-nav .owl-prev:hover,
.carousel-council.owl-theme .owl-nav .owl-next:hover {
  background: #0000007a;
  color: white;
}

.carousel-council.owl-theme .owl-nav .owl-prev {
  left: -43px;
}

.carousel-council.owl-theme .owl-nav .owl-next {
  right: -45px;
}



@media (min-width: 769px) and (max-width: 1000.99px) {

  .carousel-council.owl-theme .owl-nav .owl-prev,
  .carousel-council.owl-theme .owl-nav .owl-next {}
}

@media (min-width: 1001px) and (max-width: 1024.99px) {

  .carousel-council.owl-theme .owl-nav .owl-prev,
  .carousel-council.owl-theme .owl-nav .owl-next {}
}

@media (min-width: 1025px) and (max-width: 1199.99px) {

  .carousel-council.owl-theme .owl-nav .owl-prev,
  .carousel-council.owl-theme .owl-nav .owl-next {}
}

@media (min-width: 1200px) and (max-width: 1400px) {

  .carousel-council.owl-theme .owl-nav .owl-prev,
  .carousel-council.owl-theme .owl-nav .owl-next {}
}


.list-safe-1 {
  padding-bottom: 15px;
  margin-top: 20px;
}

.list-safe-1 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;

}

.list-safe-1 ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #56700C;
  font-weight: 600;
  font-size: 20px;
  transition: .3s;
  position: relative;
  padding: 0 10px;
}

.list-safe-1 ul li a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  bottom: 4px;
  width: 2px;
  background: #56700C;
}

.list-safe-1 ul li:last-child a:before {
  display: none;
}

.list-safe-1 ul li a:hover {
  opacity: .8;
}

@media (min-width: 1400px) {

  .banner-slider .owl-dots,
  .banner-slider .owl-nav {
    max-width: 1140px;
  }
}

.banner-on-right {
  top: 40px;
  left: 55% !important;
}

.reg-area .hot-topics .hot-text {
  flex: 0 0 80px;
}

.reg-area .welcome-img {
  margin-top: -30px;
}

.reg-area .welcome-img img {
  transform: rotate(-8deg);
  position: relative;
  z-index: 2;
}

.voice-items .voice-item .voice-item-inner h5 span {
  margin-bottom: 8px;
}

.main-banner .banner-inner h1 {
  font-size: 1.1;
}

@media (max-width: 1200px) {
  .banner-on-right {
    left: 50% !important;
  }
}


/* Billboard area */

.two-sections {
  /*	background: #eeeeee;*/
  padding-left: 30px;
  padding-right: 30px;
}

.billboard {
  overflow: hidden;
}

.billboard-inner {
  position: relative;
}

.billboard-inner .videoembed {
  max-width: 100%;
}

.billboard-search-bar {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 80%;
  text-align: center;
  transition: opacity 1s ease;
}

.billboard-search-bar input {
  display: inline-block;
  padding: 15px 30px;
  color: #222;
  border-radius: 5px;
  border: 10px solid #005f2f;
  /*    min-width: 500px;*/
  font-size: 23px;
  text-align: center;
  /* font-family: 'PT Serif', serif; */
  font-family: 'Arimo', serif;
  background: rgb(255 255 255 / 70%);
  margin: auto;
}

.billboard-search-bar form {
  position: relative;
  text-align: center;
  display: inline-block;
}

.billboard-search-bar input[type="submit"] {
  position: absolute;
  left: calc(100% + 15px);
  bottom: 0;
  border: 0;
  background: #71b246;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  padding: 0;
  text-align: center;
  color: #fff;
  /*    opacity: 0;*/
  top: 0;
  transition: .3s;
}

@media (min-width: 991px) {
  .billboard-search-bar .billboard-search-bar-input {
    min-width: 460px;
  }
}

@media (max-width: 991px) {
  .billboard-search-bar input[type="submit"] {
    width: 55px;
    height: 55px;
  }
}

.billboard-search-bar input[type="text"]:focus+input[type="submit"] {
  opacity: 1;
}

.billboard-search-bar input[type="text"]:focus+input[type="submit"]:hover {
  opacity: .8;
}

.billboard-search-bar input:focus::-webkit-input-placeholder {
  opacity: 0;
}

/* Chrome <=56, Safari < 10 */
.billboard-search-bar input:focus:-moz-placeholder {
  opacity: 0;
}

/* FF 4-18 */
.billboard-search-bar input:focus::-moz-placeholder {
  opacity: 0;
}

/* FF 19-50 */
.billboard-search-bar input:focus:-ms-input-placeholder {
  opacity: 0;
}

/* IE 10+ */
.billboard-search-bar input:focus::placeholder {
  opacity: 0;
}

/* Modern Browsers */

.billboard-search-bar h3 {
  font-size: 130px;
  font-weight: 700;
  line-height: 135px;
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  color: rgba(255, 255, 255, .9);
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  /* text-shadow: 1px 1px #000; */
  line-height: 120px;
}

.billboard-search-bar h4 {
  color: #FFBD53;
  line-height: 1.1;
  font-size: 39px;
  margin-bottom: 0;
  font-family: 'Rockwell';
  text-align: center;
  display: inline-block;
  background: rgb(0 0 0 / 70%);
  padding: 12px;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .billboard-search-bar input {
    padding: 5px 15px;
    font-size: 40px;
  }
}

@media (max-width: 1299px) {
  .billboard-search-bar h3 {
    font-size: 105px;
    line-height: .9;
  }

}

@media (max-width: 1199px) {
  .billboard-search-bar h3 {
    font-size: 90px;
  }
}

@media (max-width: 991px) {
  .billboard-search-bar h3 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .billboard-search-bar h3 {
    font-size: 38px;
    text-align: center;
  }
}

.billboard-inner:before {
  /*content: "";
      position: absolute;
      left: -30px;
      right: -30px;
      top: 50px;
      bottom: 0;
      background:  #e5f4ff;
      z-index: -1;*/
}

.billboard-inner .billboard-img {
  /*    padding-left: 275px;*/
  /*    padding-right: 15px;*/
}

.billboard-inner .billboard-img img {
  margin-top: -40px;
  /*	min-height: 280px;*/
  /*	object-fit: cover;*/
}

.billboard-inner {
  position: relative;
}

.billboard-inner .billboard-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 430px;
  bottom: 0;
  display: flex;
  align-items: center;
  padding-left: 35px;
}

.billboard-inner .owl-item {}

.billboard-inner .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.billboard-inner .billboard-text h2 {
  font-size: 37px;
  line-height: 1.1;
  /* text-shadow: 2px 1px 0px #fff; */
  font-family: 'PT Serif', serif;
  color: #fff;
  background: rgba(180, 102, 72, .85);
  padding: 10px 20px;
}


.billboard-inner .owl-carousel .owl-nav button.owl-next,
.billboard-inner .owl-carousel .owl-nav button.owl-prev {
  font-size: 42px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0px 16px 8px 15px !important;
  /* background: rgba(0,0,0,.1); */
  /* background: #005f2f; */
  background: #1c5e89;
  display: block;
  color: #fff;
  line-height: 1;
  transition: .3s;
  max-height: 50px;
  bottom: auto;
  border-radius: 0;
}

.billboard-inner .owl-carousel .owl-nav button.owl-next span,
.billboard-inner .owl-carousel .owl-nav button.owl-prev span {

  font-family: 'AvenirMedium' !important;

}

.billboard-inner .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
}

.billboard-inner .owl-carousel .owl-nav button.owl-prev:hover {
  /*  background: #005f2f;*/
  /*  left: 5px;*/
  opacity: .8;
}

.billboard-inner .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 0;
}

.billboard-inner .owl-carousel .owl-nav button.owl-next:hover {
  /*  background: #005f2f;*/
  /*  right: 5px;*/
  opacity: .8;
}


@media (max-width: 1199px) {
  .billboard-inner .billboard-text {
    width: 380px;
    padding-left: 18px;
  }

  .billboard-inner .billboard-text h2 {
    font-size: 36px;
  }
}

@media (max-width: 1099px) {
  .billboard-inner .billboard-text {
    width: 340px;
  }

  .billboard-inner .billboard-text h2 {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .two-sections {
    /*	    padding-left: 0;*/
    /*	    padding-right: 0;*/
  }

  .billboard-inner {
    /* padding-left: 15px;
        padding-right: 15px; */
  }

  .billboard-inner .billboard-text {
    padding-left: 25px;
  }

  .billboard-inner .billboard-img {
    padding-left: 0;
    padding-right: 0;
  }

  .billboard-inner .billboard-img img {
    margin-top: 0;
  }

  .billboard-inner .owl-carousel .owl-nav button.owl-next,
  .billboard-inner .owl-carousel .owl-nav button.owl-prev {
    font-size: 25px;
    padding: 0px 9px 6px 9px !important;
  }


}

@media (max-width: 767px) {
  .billboard-inner .billboard-text {
    width: 80%;
  }

}

.video-container {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1299px) {
  .video-container {
    height: 500px;
  }

  .featured {
    margin-top: -100px;
  }

}

@media (max-width: 1199px) {
  .video-container {
    height: 400px;
  }
}

@media (max-width: 991px) {
  .video-container {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .video-container {
    height: 300px;
  }
}

/*Featured*/
.two-sections {

  /* box-shadow: 0px 26px 11px -22px #d1d1d1; */
  background-color: #fff;
  background-image: url(../images/new/shadow-bottom.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 80%;
}

@media (min-width: 992px) {
  .what-need-area {
    margin-left: 50px;
  }
}

.featured-area {
  background-color: #2a2d39;
}

.featured {
  position: relative;
  /* top: -90px; */
  padding-top: 13px;
  margin-right: -30px;
  margin-left: -30px;
  /* padding-left: 82px; */
  margin-top: -200px;
  z-index: 99;
  background-color: #fff;
  padding-left: 20px;
  padding-bottom: 0;
}

.featured-another {
  /*	margin-right: -50px;*/
}

.featured-special {
  margin-top: -70px;
  position: relative;
  z-index: 99;
  margin-right: -50px;
}

.featured h3 {
  font-family: 'AvenirMedium';
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {}

@media (max-width: 1099px) {}

@media (max-width: 991px) {
  .featured-area {
    padding-top: 15px;
  }

  .two-sections {
    background-size: 90%;
    padding-bottom: 30px;
    padding-top: 15px;
    ;
  }

  .billboard-inner:before {
    left: -15px;
    right: -15px;
  }

  .featured {
    /*padding-left: 30px;
  padding-right: 15px;
  margin-right: -15px;
  margin-left: -15px;*/
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    margin-top: 0;
  }

  .featuredIcons .img-fluid {
    max-width: 150px !important;
  }

  .featured .featured-item {
    margin-bottom: 30px
  }

  .featured-another {
    margin-right: 0;
  }

  .featured-special {
    margin-top: 0;
    margin-right: 0;
  }

  .featured h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px;
  }

}

@media (max-width: 767px) {}




.section-title {

  text-align: center;

}



.section-title h2 {

  font-size: 44px;
  line-height: 44px;
  font-family: 'PT Serif', serif;

  color: #df5a26;


  margin: 0;

}

.section-title p {

  font-size: 15px;

  line-height: 25px;

  color: #575757;

  font-family: 'MerriweatherRegular';

}

.j-list {

  padding: 40px 0 0;

}



.j-block {

  text-align: center;

}

.journey-sec {

  padding: 85px 0;
  padding-top: 0;

}



.j-list .featured-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.j-list .featured-nav li.featuredIcons {
  text-align: center;
  margin-bottom: 10px;
}

.j-list .featured-nav li.featuredIcons .featuredIcon {
  display: grid;
}

.j-list .featured-nav li.featuredIcons img {
  width: 95%;
  max-width: 180px;
}

.j-list .featured-nav .h3customHeader {
  font-size: 22px !important;
}

@media screen and (min-width: 1024px) {

  .j-list .featured-nav li.featuredIcons {
    width: 16%;
  }
}

.j-list .featured-nav li .icon {

  margin: 0;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;

}



.j-list .featured-nav li .featuredIcon:hover {

  opacity: 1;

}



.j-list .featured-nav li .featuredIcon h3 {

  font-size: 18px;

  line-height: 20px;

  color: #212121;

  /* font-family: 'Arimo', serif; */
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  text-transform: uppercase;

  padding-top: 8px;
  border-top: 1px solid gray;

}

.featured-nav .featuredIcons {
  position: relative;
}

.featured-nav .featured-sub-menu {
  display: none;
  position: absolute;
  background-color: #563996;
  width: 200px;
  padding: 10px 20px;
  color: white;
  margin-left: 50%;
  transform: translate(-50%, 0);
  padding-left: 30px;
  z-index: 1;
}

.featured-nav .featured-sub-menu:after {
  border-width: 9px 0 0 9px;
  border-color: transparent transparent transparent #563996;
  border-style: solid;
  content: "";
  top: -9px;
  left: 50%;
  position: absolute;
  height: 0;
  width: 0
}

.featured-nav .featuredIcons:hover .featured-sub-menu {
  display: block;
}

.featured-nav .featuredIcons:hover h4 {
  color: #563996;
}

.featured-nav .featuredIcons .featured-sub-menu:hover {
  display: block;
}

.featured-nav .featured-sub-menu li {
  list-style: disc;
  text-align: left;
}

.featured-nav .featured-sub-menu a {
  color: white;
  font-size: 14px;
  line-height: 21px;
  font-family: Poppins;
  padding: 7px 0;
}

@media (max-width: 767px) {
  .j-list .featured-nav li.featuredIcons {
    width: 50%;
    text-align: center;
    padding: 0 0 10px;
    margin-bottom: 5px;
  }
}

@media (max-width: 375px) {
  .j-list .featured-nav li.featuredIcons {
    width: 100%;
  }
}


.j-block-detail {

  max-width: 64%;

  margin: 25px auto 0;

  text-align: center;

}



.j-block-detail .detail-block p {

  font-size: 16px;

  line-height: 25px;

  color: #575757;

  /* font-family: 'PT Serif', serif; */
  font-family: 'Arimo', serif;
  min-height: 50px;

}

.featured .default-message {
  font-size: 16px;
  line-height: 25px;
  color: #575757;
  /* font-family: 'PT Serif', serif; */
  font-family: 'Arimo', serif;
}

.featured .section-title p:empty {
  display: none;
}

.featured .section-title p>br {
  display: none;
}

.featured .j-list {
  padding-top: 0;
  margin-top: -18px;
}


.j-block-detail .detail-block {

  /* display: none; */

}


@media (max-width: 991px) {
  .j-block-detail {
    max-width: 100%;
    margin-bottom: 30px;
  }

}

/* News area */
.news-area {
  background-color: #2a2d39;
  color: white;
  /* padding-top: 200px;
  margin-top: -200px; */
  margin-bottom: 80px;
  padding-bottom: 30px;
}

.news-area .news-head {
  padding-top: 30px;
}

.news-area .news-head h5,
.news-area .news-head h1 {
  color: white;
  text-transform: uppercase;
  padding: 15px 0 0;
  font-weight: 500;
}

.news-area .news-head h5 {
  font-size: 22px;
}

.news-area .news-head h1 {
  font-size: 50px;
  font-weight: 600;
  /* font-family: "Castoro", serif; */
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
}

.news-area .news-body h3 {
  margin: 25px 0 10px;
  color: white;
  /* text-transform: uppercase; */
  font-size: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-area .news-body h3,
.news-area .news-body h3 a {
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  /* font-family: "Poppins", serif; */
  font-size: 29px;
  line-height: 32px;
  font-weight: 600 !important;
}

.news-area .news-body p.meta {
  margin: 3px 0 10px;
  float: none;
  display: block;
  color: #ffffffd4;
}

.news-area .news-body p.meta span.divider {
  margin: 0 10px;
  font-weight: 400;
  background-color: transparent;
  font-size: 17px;
}

.news-area .news-body p.meta,
.news-area .news-body p.meta a {
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  color: #fff;
}

.news-area .news-body p.meta a {}

.news-area .news-body p.teaser {
  font-size: 15px;
  color: #ffffffd4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0 !important;
}

.news-area .news-body .read_more {
  display: block;
  margin: 0 !important;
  font-weight: 400 !important;
  color: white;
  font-size: 15px !important;
  line-height:26px !important;
}

.news-area .carousel-5 {
  position: relative
}

.news-area .carousel-5 .owl-nav {
  position: static;
}

.news-area .carousel-5 .owl-nav .owl-prev,
.news-area .carousel-5 .owl-nav .owl-next {
  color: white;
  border: none;
  position: absolute;
  top: 110px;
  font-size: 30px !important;
  border-radius: 50%;
  background-color: #ccc !important;
  padding: 5px 16px !important;
  padding-top: 6px !important;
  padding-bottom: 4px !important;
  line-height: 37px;
}

.news-area .carousel-5 .owl-prev {
  left: 0px
}

.news-area .carousel-5 .owl-next {
  right: 0px
}

.news-area .news-footer a {
  float: right;
  color: white;
}

.custom-scroll {
  overflow: hidden;
}

.custom-scroll::-webkit-scrollbar {
  width: 11px;
  /* Width of the scrollbar */
  height: 11px;
  /* Height (for horizontal scrollbars) */
}

.custom-scroll::-webkit-scrollbar-track {
  background: #f3f3f3;
  /* Track color */
  border-radius: 10px;
  /* Rounded track */
}

.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #aaa;
  /* Scrollbar color */
  border-radius: 10px;
  /* Rounded corners */
  border: 1px solid #f3f3f3;
  /* Padding around the scrollbar thumb */
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #888;
  /* Color on hover */
}

/* video block */
.special-loop-left {
  position: relative;
}

.special-loop-video {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.safe-sticky li {
  list-style-type: none;
  background-color: rgb(27 83 157 / 70%);
  color: #efefef;
  padding: 0 15px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  align-items: center;
  /*box-shadow: 12px 3px 5px 3px #7e7d7d;*/
}

.safe-sticky li:hover {
  background-color: rgb(27 83 157 / 100%);
}

.safe-sticky .safe-sticky-sidebar-left-icon {
  background: red;
  width: 35px;
  transition: .3s;
  position: relative;
}

.safe-sticky .safe-sticky-sidebar-left-icon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  /*  background: #464646; */
}

.safe-sticky li:hover .safe-sticky-sidebar-left-icon:after {
  /*background: red;*/
}

/*.safe-sticky li:hover {
  margin-left: -40px;
  -webkit-filter: grayscale(0%);
  background: red;
}
.safeRightStickySidebar .safe-sticky li:hover {
  margin-left: -150px;
}*/
.safe-sticky li:hover .safe-sticky-sidebar-left-icon {
  /*background: #e4652b;*/
}

.safe-sticky li img {
  margin: 7px 5px;
  margin-right: 3px;
}

.safe-sticky li p {
  /*     float:left; */
  padding: 0px;
  margin: 0px;
  margin-left: 7px;
  line-height: 43px;
  font-size: 16px;
  text-transform: uppercase;
  color: white;
}

.safe-sticky li:hover a,
.safe-sticky li:hover p {
  /*background-color: rgb(27 83 157 / 100%);*/
}

.safe-sticky li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
}

/*Right Side Buttons End*/
.video-wrap {
  position: relative;
  height: 0;
  display: flex;
  align-items: center;
  border-radius: 20px;
  justify-content: center;
  /*     background: url(https://image.freepik.com/free-vector/youtube-player-icon-with-flat-design_23-2147839964.jpg); */
  background-position: center;
  background-size: cover;
}

.about-page-video-section .video-wrap {
  height: 350px;
}

.video-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.28;
  border-radius: 20px;
  /*background: transparent linear-gradient(270deg, #EE3163 0%, #1D32CC 100%) 0% 0% no-repeat padding-box;*/
}

.video-wrap::after {
  position: absolute;
  content: '';
  top: 15px;
  left: 15px;
  width: 100%;
  height: 100%;
  z-index: -1;
  /*     background: #EEEEEE; */
  border-radius: 20px;
}

.video-content {
  position: relative;
  z-index: 1;
}

.video-content span {
  display: inline-block;
}

.video-content h5 {
  color: #FFFFFF;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 0;
}

/* Vidoe Play */
.video-play {
  width: 63px;
  height: 64px;
  color: #FFFFFF;
  font-size: 23px;
  line-height: 66px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  /* background: #ffffff; */
  display: inline-block;
  box-shadow: 0 0 0 0 #fff;
  -webkit-animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
  animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
}

.video-play:hover,
.video-play:focus {
  color: #FFFFFF;
}

.video-play:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  border-radius: 50%;
  /*background: #EE3163;*/
  transform: scale(1.3);
  /*box-shadow: 0 0 0 0 rgba(238, 49, 99,.7);*/
  -webkit-animation: pulse 1.75s infinite cubic-bezier(.66, 0, 0, 1);
  animation: pulse 1.75s infinite cubic-bezier(.66, 0, 0, 1);
}

.video-play i {
  /*margin-left: 5px;*/
  position: relative;
  z-index: 5;
  color: #fff;
  transition: .3s;
}

.video-play i:hover {
  color: #08a58a;
}

/*video play button animation*/
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px transparent
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px transparent
  }
}


.news-head .dekoline:after {
  right: 0
}

.glad_ask_left {
  margin-top: 30px;
}

.glad_ask .sqr_box {
  padding: 0;
}

.glad_ask .card-container {
  perspective: 1000px;
}

.glad_ask .card {
  transition: transform 0.8s .5s;
  transform-style: preserve-3d;
  box-sizing: border-box;
}

.glad_ask .card-front,
.glad_ask .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  backface-visibility: hidden;
}

.glad_ask .card-front {}

.glad_ask .card-back {
  transform: rotateY(180deg);
}

.glad_ask .card:hover {
  transform: rotateY(180deg);
}

.glad_ask .sqr_box .over_layer {
  display: block;
}
.glad_ask .sqr_box .over_layer p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .glad_ask_left {
    margin-top: 15px;
  }

  .glad_ask .sqr_box {
    height: 180px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

.bouncing-icon {
  animation: bounce 1s infinite;
  /* Adjust duration and iterations as needed */
  animation-delay: 500ms;
  /* Add this line for 500ms delay */
}

@keyframes bounce {

  0%,
  80% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
    /* Adjust bounce height */
  }
}

.notes-area .note-item {
  margin: 58x;
}
.notes-area .notes-content p {
  margin-bottom: 0;
}
.notes-area .notes-content p a {
  font-weight: 600; 
  color: #21409a;
}

.bubble {
  background-color: #ffffff33;
  /* Or your desired color */
  border-radius: 50%;
  padding: 10px 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.bubble:hover {
  opacity: 1 !important;
  background-color: #ffffff55;
  color: white;
}


/*--- blog ---*/
.safe-blog-blog-thumbnail {
  position: relative;
  text-align: center;
}

.safe-blog-blog-thumbnail .icon-bullhorn {
  margin-right: 9px;
}

.safe-blog-blog-thumbnail .safe-blog-sticky-banner {
  position: absolute;
  bottom: 0px;
  font-size: 12px;
  font-weight: bold;
  padding: 7px 15px;
  text-transform: uppercase;
  right: 0;
}

.safe-blog-blog-thumbnail {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.safe-blog-blog-thumbnail.safe-blog-audio {
  background: transparent;
}

.safe-blog-blog-thumbnail>a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.safe-blog-blog-widget {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 3px 5px;
  width: 100%;
  background-color: white;
  height: 220px;
}

.safe-blog-blog-widget .safe-blog-divider {
  height: 1px;
  background-color: lightgray;
}

.safe-blog-blog-widget .safe-blog-item article {
  width: 100%;
}

.safe-blog-blog-widget .safe-blog-item {
  padding: 5px 15px;
  clear: both;
  height: 50%;
  display: flex;
  align-items: center;
}

.safe-blog-blog-widget .safe-blog-item:first {
  border-bottom: 1px solid lightgray;
}

.safe-blog-standard-style {
  display: flex;
  flex-direction: row;
  align-items: start;
}

.safe-blog-blog-widget .safe-blog-blog-thumbnail {
  width: 100px;
  float: left;
  margin-right: 15px;
  flex: 0 0 100px;
  margin-top: 8px;
}

.safe-blog-blog-widget .safe-blog-blog-thumbnail .safe-blog-sticky-banner {
  display: none;
}

.safe-blog-blog-widget .safe-blog-blog-date-wrapper {
  float: left;
  /* width: 45px; */
  margin-right: 10px;
  /* margin-left: 15px; */
  text-align: center;
  align-self: center;
}

.safe-blog-blog-widget .safe-blog-blog-day {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  /* margin-bottom: 4px; */
  color: #df5a26;
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
}

.safe-blog-blog-widget .safe-blog-blog-month {
  margin-top: 5px;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #df5a26;
  font-family: 'Sofia Sans Extra Condensed', sans-serif;

}

.safe-blog-blog-widget .safe-blog-blog-title {
  line-height: 20px;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display:block;
  /* display: -webkit-box;
  -webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
  padding-bottom: 0;
}

.safe-blog-blog-widget .safe-blog-blog-subtitle {
  font-size: 14px;
  color: #888;
  font-weight: 500;
  line-height: 1 !important;
  --bs-body-line-height: 1 !important;
}

.safe-blog-blog-widget .safe-blog-blog-subtitle i {
  line-height: 1 !important;
  --bs-body-line-height: 1 !important;

}

.safe-blog-blog-widget .safe-blog-blog-subtitle .city {
  font-weight: 700;
  color: #333;
  padding-left: 8px;
  line-height: 1 !important;
  --bs-body-line-height: 1 !important;
}

.safe-blog-blog-widget .safe-blog-blog-title a {
  transition: .3s;
  font-weight: 600;
  font-size: 22px;
  font-family: 'Sofia Sans Extra Condensed', sans-serif;

}

.safe-blog-blog-widget .safe-blog-blog-title a:hover {
  opacity: .8;
}

.safe-blog-blog-widget .safe-blog-blog-info {
  font-size: 13px;
  font-weight: bold;
}

.safe-blog-blog-widget .safe-blog-blog-info .blog-info {
  display: inline;
  margin-left: 17px;
}

.safe-blog-blog-widget .safe-blog-blog-info .blog-comment .safe-blog-tail {
  display: none;
}

.safe-blog-blog-widget .safe-blog-blog-info .blog-info i {
  font-size: 15px;
  margin-right: 8px;
}

.safe-blog-blog-widget .safe-blog-blog-info .blog-info:first-child {
  margin-left: 0px;
}

.safe-blog-blog-widget .post-header {
  overflow: hidden;
}

.blog-read-btn {
  margin-left: 100px;
}

.blog-read-btn a {
  transition: .3s;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #5dc269;
}

.blog-read-btn a:hover {
  opacity: .8;
}

/* */
@media (max-width: 1199px) {
  .widget-item-n {
    margin-bottom: 30px;
  }
}

.video-widget h4 {
  font-size: 17px;
  margin-top: 15px;
}

.video-widget a {
  transition: .3s;
}

.video-widget:hover a {
  opacity: .8;
}

@media (max-width: 767px) {
  .blog-area .col-md-4 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {

  .safe-blog-blog-widget .safe-blog-blog-thumbnail,
  .safe-blog-blog-widget .safe-blog-blog-thumbnail img {
    flex: 0 0 60px;
    width: 60px;
    height: 40px;
    object-fit: cover;
  }

  .safe-blog-blog-widget .safe-blog-blog-month,
  .safe-blog-blog-widget .safe-blog-blog-day {
    font-size: 24px !important;
  }

  .safe-blog-blog-widget .safe-blog-blog-title a {
    font-size: 18px;
  }
}


.alert-me {
  background-color: #fff;
  padding: 12px;
  color: #000;
  border-radius: 0;
  line-height: 22px;
  /* to override bootstrap 3 vs 4 diffs */
}

.modal-alert.emergency,
.alert-me.emergency {
  background-color: #a6421b;
  color: #fff;
}

.modal-alert.information,
.alert-me.information {
  background-color: #4CAF50;
  color: #fff;
}

.modal-alert.warning,
.alert-me.warning {
  background-color: #FFC107;
  color: #000;
}

.modal-alert.news,
.alert-me.news {
  background-color: #2196F3;
  color: #fff;
}

.alert-me.alert-dismissable .close,
.alert-me.alert-dismissible .close {
  right: 0;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
  background-color: transparent;
  border: 0;
  font-size: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.alert-me span {
  /* color: #000; */
  color: #fff;
}

.close {
  opacity: 1
}

.alert-left {
  /* float: left; */
  display: table-row;
}

.alert-left i {
  display: table-cell;
  padding-right: 10px;
}

.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;
}

#bottombar {
  background-color: #2abec5 !important;
}

.header_fullwidth_special #bottombar:after,
.header_fullwidth_special #bottombar:before {
  background-color: #2abec5 !important;
}

#add-nav>li>a {
  color: white !important;
}

#translate_btn_wrap {
  background-color: #1b8e94 !important;
}

#translate_btn_wrap:hover {
  background-color: #15757a !important;
}
/* 
header .nav>li>a {
  color: #2abec5;
} */

.font-sofia {
  font-family: 'Sofia Sans Extra Condensed', sans-serif !important;
}
/* test */
.safe-blog-blog-widget .safe-blog-blog-title a {
  font-size: 27px;
  line-height: 30px;
}
.safe-blog-blog-widget .safe-blog-blog-month,
.safe-blog-blog-widget .safe-blog-blog-day {
  font-size: 36px;
}

.billboard-inner .billboard-img {
  padding-top: 50px;
}
.billboard-inner .billboard-img img {
  margin-top: 0;;
}

@media screen and (max-width: 1155px) {
  .billboard-inner .billboard-img {
    padding-top: 0;
  }
  .featured {
    margin-top: -150px !important;
  }
}
@media screen and (max-width: 992px) {
  .billboard-inner .billboard-img {
    padding-top: 0;
  }
}
.billboard-inner .billboard-img img {
  width: 100%;
}
@media (max-width: 767px) {
  .billboard-inner .billboard-img img {
      min-height: 290px;
      object-fit: cover;
  }
}