@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&family=Source+Sans+Pro:wght@300;400;600&display=swap');

body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a,
.button, button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a {
  color: #000;
}
a.blue {
  color: #317bd6;
  font-weight: 600;
}
a:focus,
.button:focus, button:focus {
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #317bd6;
  text-decoration: none;
}
a.blue:hover {
  color: #000;
}
.portfolio-cat a:hover,
.footer-menu li a:hover {
  text-decoration: none;
}

button {
  color: #000;
  outline: medium none;
}

h1, h2, h3, h4, h5, .h4 {
  font-family: "Source Sans Pro", sans-serif;
  color: #232637;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
}
h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
  margin-top: 15px;
}

h4, .h4 {
  font-size: 21px;
  line-height: 1.2;
}
.section-title h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin-bottom: 10px;
}
.history dl {
  width: 100%;
  overflow: hidden;
  text-align: left; 
}
.history dl dt {
  float: left;
  background: #fff;
  padding: 4px 12px;
  margin: 5px 15px 5px 0;
  width: 120px;
  text-align: center; 
}
.history dl dd {
  float: left;
  padding: 4px 0;
  margin: 5px 0 5px 0;
  text-align: left;
  width: calc(100% - 135px);
}
@media (max-width: 767px) {
  .history dl dt {
    width: 100%;
  }
  .history dl dd {
    width: 100%;
  }
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #232637;
  margin-bottom: 13px;
  font-family: "Source Sans Pro", sans-serif;
}

*::-moz-selection {
  background: #232637;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #232637;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #232637;
  color: #fff;
  text-shadow: none;
}

*::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

*::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}
.mb-65 {
  margin-bottom: 67px;
}

.black-bg {
  background: #020c26 !important;
}

.white-bg {
  background: #ffffff;
}

.gray_bg {
  background: #ecf1fc;
}

.bg-img-1 {
  background-image: url(../img/slider/slider-img-1.jpg);
}

.bg-img-2 {
  background-image: url(../img/background-img/bg-img-2.jpg);
}

.cta-bg-1 {
  background-image: url(../img/background-img/bg-img-3.jpg);
}

.bg-beige {
  background: #f8f5ed !important;
}

.section__padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .section__padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section__padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.pt-120 {
  padding-top: 120px;
}

.owl-carousel .owl-nav div {
  background: transparent;
  height: 50px;
  position: absolute;
  text-align: center;
  top: 150%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50px;
  background-color: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  left: 50px;
  font-size: 18px;
  line-height: 48px;
  border: 3px solid rgba(255,255,255,0.75);
}

.owl-carousel.slider_news .owl-nav div {
  border: 3px solid #ecf1fc;
  top: 275px;
  left: -60px;
}

.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 50px;
}

.owl-carousel.slider_news .owl-nav div.owl-next {
  left: auto;
  right: -60px;
}

.owl-carousel .owl-nav div.owl-next i {
  position: relative;
  right: -1px;
  color: rgba(255,255,255,0.75);
}
.owl-carousel.slider_news .owl-nav div.owl-next i {
  color: #ecf1fc;
}
.owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  top: 0px;
  left: -1px;
  color: rgba(255,255,255,0.75);
}
.owl-carousel.slider_news .owl-nav div.owl-prev i {
  color: #ecf1fc;
}
.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.owl-nav div:hover {
  background: #317bd6;
  border: 3px solid transparent;
}

.owl-prev:hover i, .owl-next:hover i {
  color: #fff !important;
}

.mb-20px {
  margin-bottom: 20px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-40 {
  margin-bottom: 40px;
}

.boxed-btn {
  background: #fff;
  display: inline-block;
  padding: 5px 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #232637;
  text-align: center;
  color: #232637;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 3px;
}

.boxed-btn:hover {
  background: #232637;
  color: #fff !important;
  border: 1px solid #232637;
}

.boxed-btn:focus {
  outline: none;
}

.boxed-btn2 {
  background: #232637;
  color: #fff !important;
  display: inline-block;
  padding: 5px 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #232637;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 3px;
}

.boxed-btn2:hover, .boxed-btn2.active {
  background: #fff;
  color: #232637 !important;
  border: 1px solid #232637;
}
span.boxed-btn2:hover {
  background: #232637;
  color: #fff !important;
  border: 1px solid #232637;
  cursor: default;
}

a.boxed-btn2.event {
  background: #232637;
  border: 1px solid #232637;
}
a.boxed-btn2.event:hover {
  background: #fff;
  color: #232637 !important;
  border: 1px solid #232637;
}
span.boxed-btn2.event, span.boxed-btn2.event:hover {
  background: #fff;
  color: #232637 !important;
  border: 1px solid #232637;
}

.boxed-btn2:focus {
  outline: none;
}

.boxed-btn2.active {
   opacity: 0.33 !important;
}
.boxed-btn2.small {
  padding: 2px 5px;
  font-size: 12px;
}
.boxed-btn3 {
  background: #317bd6;
  color: #fff;
  display: inline-block;
  padding: 17px 50px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border: 0;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  overflow: hidden;
}

.boxed-btn3:hover {
  background: #fff;
  color: #317bd6;
  border: 1px solid #317bd6;
}

.boxed-btn3:focus {
  outline: none;
}

.boxed-btn5 {
  background: transparent;
  display: inline-block;
  padding: 12px 50px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.program__content .boxed-btn5 {
  border: 1px solid #317bd6;
  color: #317bd6 !important;
}

.login_area .boxed-btn5 {
  border: 1px solid #232637;
  color: #232637 !important;
}

.boxed-btn5:hover {
  background: #317bd6;
  color: #fff !important;
  border: 1px solid #317bd6;
}

.login_area .boxed-btn5:hover {
  background: #232637;
  border: 1px solid #232637;
}

.boxed-btn5:focus {
  outline: none;
}

.section_title h3, .subpage h1 {
  font-size: 44px;
  font-weight: 400;
  font-family: "Playfair Display", cursive;
  color: #232637;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .section_title h3 {
    font-size: 24px;
  }
}

.section_title p {
  font-size: 18px;
  line-height: 2;
  color: #232637;
  margin-bottom: 0;
}

p.lhnorm {
  line-height: 1.5; 
}

.section_title.white_text h3, .section_title.white_text p {
  color: #fff;
}

.mb-100 {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 40px;
  }
}

.mb-70 {
  margin-bottom: 69px;
}

@media (max-width: 767px) {
  .mb-70 {
    margin-bottom: 40px;
  }
}

.mb-45 {
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .mb-45 {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .mobile_menu {
    position: relative;
    right: 0px;
    width: calc(100% + 30px);
    z-index: 9;
    left: -15px;
  }
  .mobile_menu.showmenu {
    display: block!important; 
  }
}

.slicknav_menu .slicknav_nav {
  background: #fff;
  float: right;
  margin-top: 0;
  padding: 0;
  width: 100%;
  padding: 0;
  border-radius: 0px;
  margin-top: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 11px;
}

.slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #317bd6;
}

.slicknav_menu .slicknav_nav a.active {
  color: #317bd6;
}

@media (max-width: 767px) {
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

.slicknav_menu .slicknav_nav .slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: -40px;
  position: relative;
  z-index: 99;
  border: 1px solid #ddd;
  top: 3px;
  right: 5px;
  top: -36px;
}

.slicknav_menu .slicknav_icon {
  margin-right: 0;
  margin-top: 0;
  position: relative;
  right: 30px;
  top: -40px;
  padding-bottom: 3px;
}

@media (max-width: 767px) {
  .slicknav_menu {
    margin-right: 0px;
  }
}

.slicknav_nav .slicknav_arrow {
  float: right;
  font-size: 30px;
  position: relative;
  top: -9px;
}

.slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
  border: none;
  border-radius: 3px;
  top: 5px;
  padding: 5px;
  right: 0;
  margin-top: -5px;
  top: -29px;
}

.header-area {
  width: 100%;
}

.header-area .main-header-area .logo {
  margin: 20px 0;
}
.header-area .main-header-area .logo img {
  max-width: 300px;
}
@media (max-width: 767px) {
  .header-area {
    padding-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .header-area .main-header-area .logo img {
    max-width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-area {
    padding-top: 0;
  }
}

.header-area .main-header-area {
  background: #fff;
  padding: 0 150px;
  -webkit-box-shadow: 0px 2px 2.94px 0.06px rgba(12, 29, 46, 0.05);
  -moz-box-shadow: 0px 2px 2.94px 0.06px rgba(12, 29, 46, 0.05);
  box-shadow: 0px 2px 2.94px 0.06px rgba(12, 29, 46, 0.05);
}

@media (max-width: 767px) {
  .header-area .main-header-area {
    padding: 10px 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area {
    padding: 10px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area {
    padding: 0 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area {
    padding: 0 50px;
  }
}

@media (max-width: 767px) {
  .header-area .main-header-area .logo img {
    width: 80%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area .logo img {
    width: 80%;
  }
}

.header-area .main-header-area .appointment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  margin: 0 60px 0 0;
}
@media (min-width: 992px) {
  .header-area .main-header-area .appointment {
    margin: 0;
  }
}

.header-area .main-header-area .appointment .social_links ul li {
  display: inline-block;
}

.header-area .main-header-area .appointment .social_links ul li a {
  color: #A8A7A0;
  margin: 0 10px;
  font-size: 15px;
}

.header-area .main-header-area .appointment .social_links ul li a:hover {
  color: #fff;
}

.header-area .main-header-area .appointment .book_btn, .header-area .main-header-area .appointment .profile_btn {
  margin-left: 30px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .appointment .book_btn, .header-area .main-header-area .appointment .profile_btn {
    margin-left: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area .appointment .book_btn, .header-area .main-header-area .appointment .profile_btn {
    margin-left: 0;
  }
}

.header-area .main-header-area .appointment .book_btn a {
  background: #232637;
  padding: 13px 60px;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid transparent;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
    letter-spacing: 1px;

}

.header-area .main-header-area .appointment .profile_btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #232637;
  width: 50px;
  height: 50px;
  font-size: 24px;
  font-weight: 400;
  border: 1px solid transparent;
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .appointment .book_btn a {
    padding: 12px 20px;
  }
}

.header-area .main-header-area .appointment .book_btn a:hover {
  background: #fff;
  color: #232637;
  border: 1px solid #232637;
}

.header-area .main-header-area .main-menu {
  text-align: center;
}

.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  font-family: "Source Sans Pro", sans-serif;
  color: #32364a;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 20px 0;
}

.header-area .main-header-area .main-menu ul li a {
  display: inline-block;
  padding: 10px 0px 10px 0px;
  position: relative;
}

.header-area .main-header-area .main-menu ul#navigation li a {
  font-size: 16px;
  padding: 39px 0px 39px 0px;
}

ul.admin li {
  display: inline-block;
  color: #fff;
}
.admin {
  font-size: 13px;
}
ul.admin li a {
  color: #ebb830;
  padding: 0 10px;
}
ul li.active a {
  color: #317bd6;
}
ul.admin li.active a, ul.admin li:hover a {
  color: #fff;
}

div.admin a {
  display: inline-block;
  color: #ebb830;
  padding: 0 10px;
}
div.admin span {
  display: inline-block;
  color: #f8f5ed;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .admin {
    font-size: 16px;
  }
  div.admin span:nth-child(2) {
    margin-right: -20px;
  }
}
div.admin a.active, div.admin a:hover {
  color: #fff;
}

table.admin {
  width: 100%;
}
table.stdtable {
  background: #f8f5ed;
}
table.stdtable td {
  border: 1px solid #fff;
  padding: 5px 15px 0px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .main-menu ul li {
    margin: 0 7px;
  }
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

.header-area .main-header-area .main-menu ul li a i {
  font-size: 9px;
}

@media (max-width: 767px) {
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

.header-area .main-header-area .main-menu ul li a::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scaleX(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-area .main-header-area .main-menu ul li a:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li a.active::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li a:hover, .header-area .main-header-area .main-menu ul li.active, .header-area .main-header-area .main-menu ul li.active a {
  color: #317bd6;
}

.header-area .main-header-area .main-menu ul#navigation li .submenu, div.profile_btn ul.submenu {
  position: absolute;
  /*left: 0;*/
  top: 120%;
  margin-top: 0;
  background: #fff;
  width: auto;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-box-shadow: 3px 3px 5px 1px rgba(12, 29, 46, 0.1);
  -moz-box-shadow: 3px 3px 5px 1px rgba(12, 29, 46, 0.1);
  box-shadow: 3px 3px 5px 1px rgba(12, 29, 46, 0.1);
}
div.profile_btn ul.submenu {
  margin-top: 35px;
}

.header-area .main-header-area .main-menu ul#navigation li .submenu li, div.profile_btn ul.submenu li {
  display: block;
  border-top: 1px solid rgba(12, 29, 46, 0.1);
  padding: 0;
}

.header-area .main-header-area .main-menu ul#navigation li .submenu li a, div.profile_btn ul.submenu li a {
  padding: 10px 15px;
  position: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  color: #232637;
}

.header-area .main-header-area .main-menu ul#navigation li .submenu li.active a, div.profile_btn ul.submenu li.active a {
  color: #317bd6;
}

.header-area .main-header-area .main-menu ul#navigation li .submenu li a::before, div.profile_btn ul.submenu li a:before {
  display: none;
}

.header-area .main-header-area .main-menu ul#navigation li .submenu li:hover a, div.profile_btn ul.submenu li:hover a {
  color: #317bd6;
}

.header-area .main-header-area .main-menu ul#navigation li:hover > .submenu, div.profile_btn:hover ul.submenu {
  opacity: 1;
  visibility: visible;
  top: 50px;
}

.header-area .main-header-area .main-menu ul#navigation li:hover > a::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul#navigation li:first-child a {
  padding-left: 0;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .main-menu ul#navigation li:last-child a {
    margin-right: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area .main-menu ul#navigation li:last-child a {
    margin-right: 30px;
  }
}
.header-area .main-header-area.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 99;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.96);
}

@media (max-width: 767px) {
  .header-area .main-header-area.sticky {
    padding: 10px 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area.sticky {
    padding: 10px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area.sticky {
    padding: 0px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area.sticky {
    padding: 0px 20px;
  }
}

.header-area .main-header-area.sticky .main-menu {
  padding: 0;
}

.header-area .header-top_area {
  padding: 11px 150px;
  background: #232637;
}

.header-area .header-top_area p {
  color: #fff; 
}

.header-area .header-top_area a {
  color: #ebb830; 
}

.header-area .header-top_area a:hover {
  color: #fff; 
}

@media (max-width: 767px) {
  .header-area .header-top_area {
    padding: 10px 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .header-top_area {
    padding: 10px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .header-top_area {
    padding: 11px 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .header-top_area {
    padding: 11px 50px;
  }
}

@media (max-width: 767px) {
  .header-area .header-top_area .header_top_wrap {
    display: block !important;
    text-align: center;
  }
}

.header-area .header-top_area .header_top_wrap p {
  margin-bottom: 0;
  font-size: 14px;
  color: #ffffff;
}

.header-area .header-top_area .header_top_wrap p span {
  color: #fff;
}

.header-area .header-top_area .header_top_wrap p span i {
  margin-right: 3px;
}

.header-area .header-top_area .header_top_wrap .text_wrap p a {
  color: #fff;
  font-size: 14px;
}

.header-area .header-top_area .header_top_wrap .text_wrap a:last-child {
  margin-left: 30px;
  padding-left: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .header-area .header-top_area .header_top_wrap .text_wrap a:last-child {
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
  }
}

.header-area .header-top_area .header_top_wrap .text_wrap a:last-child::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 13px;
  background: #fff;
  content: '';
}

.slider_area.slider_bg_1 {
  background-image: url("../img/hero.webp");
  height: 40vh;
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767px) {
  .slider_area .single_slider {
    height: 420px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slider_area .single_slider {
    height: 520px;
  }
}

.slider_area .single_slider .slider_text {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 15px 30px;
  margin-left: 5vw;
  background: rgba(7, 144, 207,0.6);
}

.slider_area .single_slider .slider_text h1 {
  color: #232637;
  font-family: "Playfair Display", cursive;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.16;
}
.slider_area .single_slider .slider_text h1 span {
  font-size: 64px;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 767px) {
  .slider_area .single_slider .slider_text {
    margin-left: 0;
  }
  .slider_area .single_slider .slider_text h1 {
    font-size: 25px;
  }
  .slider_area .single_slider .slider_text h1 span {
    font-size: 45px;
  }
}

#about, #members, #contact {
  height: 120px;
  margin-top:-120px;
}
.border_bottom {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 60px;
  padding-top: 60px;
}
/*
#about li {
  padding-left: 30px;
  background:url(img/li.png) left center no-repeat;
}
*/
.footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: #232637;
}

/* line 7 */
.footer p {
  font-family: "Source Sans Pro", sans-serif !important;
}

/* line 10 */
.footer .footer_top {
  padding-top: 120px;
  padding-bottom: 110px;
}

@media (max-width: 767px) {
  /* line 10 */
  .footer .footer_top {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  /* line 17 */
  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 17 */
  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
}

/* line 24 */
.footer .footer_top .footer_widget .footer_title {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 25px;
  font-family: "Source Sans Pro", sans-serif;
}

@media (max-width: 767px) {
  /* line 24 */
  .footer .footer_top .footer_widget .footer_title {
    margin-bottom: 20px;
  }
}

/* line 35 */
.footer .footer_top .footer_widget .footer_logo {
  font-size: 22px;
  font-weight: 400;
  color: #040E27;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  /* line 35 */
  .footer .footer_top .footer_widget .footer_logo {
    margin-bottom: 20px;
  }
}

/* line 45 */
.footer .footer_top .footer_widget p {
  color: #7A838B;
  font-size: 14px;
  font-weight: 400;
}

/* line 51 */
.footer .footer_top .footer_widget p a {
  color: #7A838B;
}

/* line 53 */
.footer .footer_top .footer_widget p a:hover {
  color: #040E27;
}

/* line 59 */
.footer .footer_top .footer_widget p.footer_text {
  font-size: 16px;
  color: #B2B2B2;
  margin-bottom: 23px;
  font-weight: 400;
  line-height: 28px;
}

/* line 65 */
.footer .footer_top .footer_widget p.footer_text a.domain {
  color: #B2B2B2;
  font-weight: 400;
}

.footer .footer_top .footer_widget p.footer_text a.domain:hover {
  color: #040E27;
  border-bottom: 1px solid #040E27;
}

.footer .footer_top .footer_widget ul {
  padding: 0;
  margin: 0;
}
.footer .footer_top .footer_widget ul li {
  color: #8891a1;
  font-size: 16px;
  line-height: 30px;
  padding: 0;
  margin: 0;
}

.footer .footer_top .footer_widget ul li a {
  color: #7A838B;
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif;
  padding: 0;
  margin: 0;
}

.footer .footer_top .footer_widget ul li a:hover {
  color: #317bd6;
}

.ilps_form {
  position: relative;
  margin-bottom: 20px;
}

.ilps_form input {
  width: 100%;
  height: 60px;
  background: transparent;
  padding-left: 20px;
  font-size: 15px;
  color: #000;
  border: none;
  background: #fff;
  border-radius: 0px;
  font-family: "Source Sans Pro", sans-serif;
}

.ilps_form input::placeholder {
  font-size: 14px;
  color: #aeb4ba;
  font-weight: 300;
}

.ilps_form input:focus {
  outline: none;
}

.input_short {
  max-width: 200px;  
}

/* line 127 */
.ilps_form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  border: none;
  font-size: 16px;
  color: #fff;
  background: #ebb830;
  padding: 0 30px;
  cursor: pointer;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .ilps_form button {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
  }
}

.footer .footer_top .footer_widget .newsletter_text {
  font-size: 13px;
  color: #7A838B;
  line-height: 26px;
}

.footer .copy-right_text {
  padding-bottom: 60px;
}

.footer .copy-right_text .copy_right {
  font-size: 15px;
  color: #7A838B;
  margin-bottom: 0;
  font-weight: 500;
}

@media (max-width: 767px) {
  .footer .copy-right_text .copy_right {
    font-size: 13px;
  }
}

.footer .copy-right_text .copy_right a {
  color: #317bd6;
}

.footer .newsLetter_wrap {
  margin-bottom: 76px;
}

.footer .newsLetter_wrap .footer_widget .footer_title {
  margin-bottom: 40px;
}

.footer .footer_border {
  border-top: 1px solid #353b56;
  padding-bottom: 60px;
}

.footer .social_links ul li {
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .footer .social_links ul li {
    margin-right: 0;
  }
}

.footer .social_links ul li a span.sl {
  font-size: 14px;
  width: 31px;
  height: 31px;
  display: inline-block;
  text-align: center;
  background: #3b5998;
  line-height: 31px !important;
  margin-right: 7px;
  color: #fff !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer .social_links ul li a i {
  font-size: 20px;
  position: relative;
}

.footer .social_links ul li:nth-child(2) a {
  background: #1da1f2;
}

.footer .social_links ul li:nth-child(3) a {
  background: #dd4b39;
}

.footer .social_links ul li:nth-child(4) a {
  background: #0077b5;
}


.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.popular_program_area .single__program {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .popular_program_area .single__program {
    margin-bottom: 50px;
  }
}

.popular_program_area .single__program .program__content {
  background: #ecf1fc;
  padding: 20px 30px 30px;
  position: relative;
}

.popular_program_area .single__program .program__content span {
  margin-top: 25px;
}

.popular_program_area .single__program .program__content::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  background-image: url(../img/program/shape.png);
  content: '';
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .popular_program_area .single__program .program__content {
    margin-bottom: 30px;
  }
}

.popular_program_area .single__program .program__content span {
  display: block;
  font-size: 16px;
  color: #232637;
  font-weight: 400;
  margin-top: 50px;
}

.popular_program_area .single__program .program__content h4 {
  font-size: 25px;
  color: #232637;
  font-family: "Playfair Display", cursive;
  font-weight: 400;
  margin-top: 6px;
}

.popular_program_area .single__program .program__content p {
  color: #232637;
  font-size: 16px;
  line-height: 28px;
  margin-top: 23px;
  margin-bottom: 35px;
}

.popular_program_area .nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #ecf1fc;
  margin-bottom: 80px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 33px;
}

@media (max-width: 767px) {
  .popular_program_area .nav {
    margin-bottom: 40px;
  }
}

.popular_program_area .nav a {
  font-size: 16px;
  color: #232637;
  font-weight: 400;
  display: inline-block;
  padding: 8px 22px;
}

@media (max-width: 767px) {
  .popular_program_area .nav a {
    padding: 8px 16px;
  }
}

.popular_program_area .nav a.active {
  background: #232637;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.popular_program_area.program__page .single__program {
  margin-bottom: 30px;
}

.service_area {
  padding-top: 85px;
  padding-bottom: 50px;
}

.service_area .single_service {
  background: #ebb830;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 27.5px 10px 27.5px 20px;
  margin-bottom: 30px;
  transition: all 0.2s ease;
}

.service_area .single_service:hover {
  margin: 1px -1px -1px 1px;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

@media (max-width: 767px) {
  .service_area .single_service {
    padding: 20px 20px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .service_area .single_service {
    padding: 20px 20px;
  }
}

.service_area .single_service .icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  margin-right: 15px;
}

.service_area .single_service .icon i {
  color: #ebb830;
}

.service_area a.service_info .single_service h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 23px;
  margin-bottom: 7px;
}

.service_area .single_service .service_info h2 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}

.service_area .single_service.about {
  background: #317bd6;
}
.service_area .single_service.about .icon i {
  color: #317bd6;
}

.service_area .single_service.register {
  background: #ff5e13;
}
.service_area .single_service.register .icon i {
  color: #ff5e13;
}

@media (min-width: 992px) {
  .service_area .buttons {
    padding-top: 0;
    margin-top: -250px;
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .service_area a.service_info .single_service h4 {
    font-size: 16px;
  }
}

.webinars .btn.btn-primary {
  background: #ff5e13;
  color: #fff;
  border-radius: 50%;
  border: none;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px auto;
}
.webinars .btn.btn-primary:hover, .webinars .btn.btn-primary:active {
  background: #317bd6;
}
.webinars .boxed-btn, .form-contact .boxed-btn {
  background: #ff5e13;
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  color: #fff !important;
  border-radius: 6px;
}

.webinars .boxed-btn:hover, .form-contact .boxed-btn:hover, .form-contact .boxed-btn.active {
  background: #317bd6;
  color: #fff;
}
.form-contact .boxed-btn i {
  display: none;
}
.form-contact .boxed-btn.active i {
  display: inline-block;
  margin-right: 12px;
  font-size: 24px;
  color: #fff;
}
.webinar-module-buttons {
  padding: 0; 
}
.webinars .boxed-btn.small {
  padding: 2px 8px;
  font-size: 13px;
  letter-spacing: normal;
}
.recent_event_area {
  background: #ecf1fc;
}

.form-contact .boxed-btn.module-btn {
  display: block;
  width: 100%;
  margin: 12px 0;
  font-size: 20px;
}
.form-contact .boxed-btn.module-btn small {
  font-size: 15px;
  text-transform: none;
  letter-spacing: normal;
}
.module-btn.disabled {
  background-color: rgba(0,0,0,0.25);
  color: #888;
  cursor: not-allowed;
}

.module-btn.disabled:hover {
  background-color: rgba(0,0,0,0.25);
}
.recent_event_area .single_event {
  border: 1px solid #317bd6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  background: #fff;
}
.recent_event_area .single_event:nth-child(2) {
  border: 1px solid #ebb830;
}

@media (max-width: 767px) {
  .recent_event_area .single_event {
    display: block !important;
  }
}

.recent_event_area .single_event .date {
  background: #317bd6;
  padding: 40px 20px;
  height: 100%;
  display: block;
  width: 25%;
  min-width: 270px;
  max-width: 400px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .recent_event_area .single_event .date {
    padding: 23px 23px;
  }
}

.recent_event_area .single_event .date span {
  font-size: 58px;
  font-family: "Playfair Display", cursive;
  color: #fff;
  line-height: 1;
  margin-bottom: 7px;
  display: inline-block;
}

.recent_event_area .single_event .date p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.recent_event_area .single_event .event_info {
  padding-left: 30px;
  padding-right: 30px;
}

.recent_event_area .single_event .event_info {
  /*width: 71%;*/
}
.recent_event_area .single_event .date {
  width: 30%;
}

@media (max-width: 767px) {
  .recent_event_area .single_event .event_info {
    padding: 15px;
  }
  .recent_event_area .single_event .date {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1124px) {
  .recent_event_area .single_event .event_info {
    padding: 15px 25px;
  }
  .recent_event_area .single_event .date {
    padding: 75px 20px;
  }
}

.recent_event_area .single_event .event_info h4 {
  font-size: 24px;
  font-family: "Playfair Display", cursive;
  color: #232637;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .recent_event_area .single_event .event_info h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .recent_event_area .single_event .event_info h4 {
    font-size: 25px;
  }
}

.recent_event_area .single_event .event_info p {
  color: #232637;
  font-size: 16px;
}

.recent_event_area .single_event .event_info p span {
  margin-right: 44px;
}

@media (max-width: 767px) {
  .recent_event_area .single_event .event_info p span {
    margin-right: 20px;
  }
}

.recent_event_area .single_event .event_info p span i {
  margin-right: 4px;
}

.recent_event_area .single_event:nth-child(2) .date {
  background: #ebb830;
}

.event_details_area .single_event {
  overflow: hidden;
  margin-bottom: 90px;
}
.event_details_area .single_event img {
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .event_details_area .single_event {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .event_details_area .single_event {
    display: block !important;
  }
}

.event_details_area .single_event:last-child {
  margin-bottom: 0;
}

.event_details_area .single_event .thumb {
  position: relative;
  min-height: 250px;
}

.event_details_area .single_event .thumb img {
  width: 458px;
  max-width: max-content;
  max-height: max-content;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .event_details_area .single_event .thumb img {
    width: 100%;
  }
}

.event_details_area .single_event .thumb .date {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #317bd6;
  padding: 25px 35px;
}

.event_details_area .single_event .thumb .date h4 {
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
  font-family: "Playfair Display", cursive;
}

.event_details_area .single_event .thumb .date span {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.event_details_area .single_event .event_details_info {
  padding-left: 30px;
}

@media (max-width: 767px) {
  .event_details_area .single_event .event_details_info {
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .event_details_area .single_event .event_details_info {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .event_details_area .single_event .event_details_info .event_info {
    padding: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .event_details_area .single_event .event_details_info .event_info {
    padding: 25px 0 0 0;
  }
}

/*.event_details_area .single_event .event_details_info .event_info h4 {
  font-size: 30px;
  font-family: "Playfair Display", cursive;
  color: #232637;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .event_details_area .single_event .event_details_info .event_info h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .event_details_area .single_event .event_details_info .event_info h4 {
    font-size: 25px;
  }
}

.event_details_area .single_event .event_details_info .event_info p {
  color: #232637;
  font-size: 16px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 52px;
  padding-bottom: 31px;
}

@media (max-width: 767px) {
  .event_details_area .single_event .event_details_info .event_info p {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .event_details_area .single_event .event_details_info .event_info p {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}

.event_details_area .single_event .event_details_info .event_info p span {
  margin-right: 44px;
}

@media (max-width: 767px) {
  .event_details_area .single_event .event_details_info .event_info p span {
    margin-right: 20px;
  }
}

.event_details_area .single_event .event_details_info .event_info p span i {
  margin-right: 4px;
}
*/
.event_details_area .single_event .event_details_info .event_info_text {
  margin-bottom: 54px;
}
.event_details_area a.boxed-btn {
  width: 180px; 
}
@media (max-width: 767px) {
  .event_details_area .single_event .event_details_info .event_info_text {
    margin-bottom: 20px;
  }
  .event_details_area a.boxed-btn {
    width: 100%; 
  }
}
.event_details_info img {
  width: 100%;
  height: auto;
}
.single_event a:not(.boxed-btn2) {
  color: #317bd6;
}
.single_event a:not(.boxed-btn2):before {
  content: url(../img/li.png);
  display: inline-block;
  width: 12px;
  margin-right: 3px;
}
.latest_course_area {
  position: relative;
  padding: 0;
  z-index: 0;
}

.latest_course_area .latest_course_inner::before {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  content: '';
  background-size: cover;
  background-position: center center;
  background-image: url(../img/lipids.jpg);
}

.course_info {
  background: rgba(35,66,98,0.9);
  width: 100%;
  height: 100%;
  padding: 120px 60px;
}

.single_wrap {
 padding-right: 15px; 
}

@media (max-width: 767px) {
  .latest_course_area .latest_course_inner::before {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .latest_course_area .section_title p br {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .latest_course_area .section_title p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .latest_course_area .course_info .course_wrap {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .latest_course_area .course_info .course_wrap .single_wrap {
    margin-bottom: 30px;
  }
}

.latest_course_area .course_info .course_wrap .icon {
  background: #fff;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  display: inline-block;
}

.latest_course_area .course_info .course_wrap .icon i {
  line-height: 70px;
  font-size: 30px;
  position: relative;
  left: 4px;
  color: #357ed7;
}

.latest_course_area .course_info h4 {
  font-size: 25px;
  line-height: 1.4;
  color: #fff;
  font-family: "Playfair Display", cursive;
  margin-top: 22px;
}

.latest_course_area .course_info h5 {
  font-size: 21px;
  line-height: 1.4;
  color: #fff;
  font-family: "Playfair Display", cursive;
  margin-top: 22px;
}

.latest_course_area .course_info .course_wrap p {
  font-size: 16px;
  color: #fff;
}

.admission_area, .login_area {
  position: relative;
  padding: 110px 0;
  z-index: 0;
}

.admission_area::before {
  position: absolute;
  background-image: url(../img/apply.jpg);
  right: 0;
  content: '';
  width: 60%;
  top: 0;
  bottom: 0;
  z-index: -2;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 767px) {
  .admission_area::before {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .admission_area::before {
    width: 100%;
  }
}

.admission_area::after {
  position: absolute;
  background: #000;
  right: 0;
  content: '';
  width: 60%;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(35,66,98,0.9);
}

@media (max-width: 767px) {
  .admission_area::after {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .admission_area::after {
    width: 100%;
  }
}

.admission_area .admission_inner::before {
  position: absolute;
  left: 0;
  width: 40%;
  top: 0;
  bottom: 0;
  content: '';
  background-size: cover;
  background-position: center center;
  background-image: url(../img/apply.jpg);
}

@media (max-width: 767px) {
  .admission_area .admission_inner::before {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .admission_area .admission_inner::before {
    display: none;
  }
}

.contact-section .section_title h3 {
  font-family: "Playfair Display", cursive;
  color: #232637;
  font-size: 55px;
  margin-bottom: 40px;
}

.contact-section .section_title p {
  color: #232637;
}

.single_input input[type="text"], .single_input input[type="email"], .single_input input[type="password"], .single_input textarea {
  width: 100%;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #7b7e8d;
  padding: 5px 5px 10px 5px;
  margin-bottom: 30px;
}

.contact_form .single_input input, .contact_form .single_input textarea {
  color: #000;
  background: transparent;
}

.contact_form .single_input input::placeholder, .contact_form .single_input textarea::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.contact_form .single_input input:focus, .contact_form .single_input textarea:focus {
  outline: none;
}

.contact_form .single_input textarea {
  height: 110px;
}

.login_area .single_input input::placeholder {
  color: #8f9195; 
}

/*=================== contact banner start ====================*/
.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-info {
  margin-bottom: 25px;
}

.contact-info__icon {
  margin-right: 20px;
}

.contact-info__icon i, .contact-info__icon span {
  color: #232637;
  font-size: 27px;
}

.contact-info .media-body h3 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #232637;
}

.contact-info .media-body h3 a:hover {
  color: #8f9195;
}
.media-body a:not(.blue) {
  color: #232637
}
.contact-info .media-body p, .contact-info .media-body a {
  color: #232637;
}


/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

.form-contact label {
  font-size: 14px;color: #ff5e13;
}

.form-contact .form-group {
  margin-bottom: 30px;
}

.form-contact .form-control {
  border: 1px solid #232637;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 15px;
  background: transparent;
  color: #232637;
}

.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #232637;
}

.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}

/*=================== contact form end ====================*/
/* Contact Success and error Area css======================*/
.modal-message .modal-dialog, .modal.fade .modal-dialog {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
  background: #f8f5ed;
  border-radius: 0;
}

.modal-message .modal-dialog .modal-content .modal-header, .modal.fade .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  background: #fff;
}

.modal-message .modal-dialog .modal-content .modal-body, .modal.fade .modal-dialog .modal-content .modal-body, .modal-message .modal-dialog .modal-content .modal-footer, .modal.fade .modal-dialog .modal-content .modal-footer {
  background: #f8f5ed;
}

.modal-message .modal-dialog .modal-content .modal-header h2, .modal.fade .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}

.contact-section {
  padding: 130px 0 100px;
  background-color: #f8f5ed;
}

@media (max-width: 991px) {
  .contact-section {
    padding: 70px 0 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-section {
    padding: 80px 0 50px;
  }
}

.contact-section .btn_2 {
  background-color: #191d34;
  padding: 18px 60px;
  border-radius: 50px;
  margin-top: 0;
}

.contact-section .btn_2:hover {
  background-color: #ff5e13;
}

.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

.list-style {
  width: 14px;
  height: 14px;
}

.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input:focus {
  outline: none;
}

.input-group-icon {
  position: relative;
}

.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

.input-group-icon .icon i {
  color: #797979;
}

.input-group-icon .single-input {
  padding-left: 45px;
}

.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

.single-textarea:focus {
  outline: none;
}

.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-primary:focus {
  outline: none;
  border: 1px solid #ff5e13;
}

.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 582 */
.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

/* line 588 */
.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 596 */
.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}


/* line 999 */
.default-select {
  height: 40px;
}

/* line 1086 */
.mt-10 {
  margin-top: 10px;
}

/* line 1089 */
.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

/* line 1093 */
.mb-30 {
  margin-bottom: 30px;
}

/* line 1096 */
.mt-30 {
  margin-top: 30px;
}
.blog-author {
  margin-bottom: 30px;
}

.blog-author > div {
  padding: 20px 15px;
  background: #fff; 
}

@media (max-width: 600px) {
  /* line 1182 */
  .blog-author {
    padding: 15px 8px;
  }
}

/* line 1191 */
.blog-author img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

@media (max-width: 600px) {
  /* line 1191 */
  .blog-author img {
    width: 45px;
    height: 45px;
  }
}

/* line 1204 */
.blog-author a {
  display: inline-block;
}

/* line 1208 */
.blog-author a:hover {
  color: #317bd6;
}

/* line 1213 */
.blog-author p {
  margin-bottom: 0;
  font-size: 15px;
}

/* line 1218 */
.blog-author h4 {
  font-size: 18px;
  margin-bottom: 24px;
}

.blog_item_img {
  position: relative;
}

.blog_item_img.mini img {
  display: block;
  max-width: 120px;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .blog_item_img.mini img {
    display: inline-block;
    margin: 0 15px 0 0;
  }
}

/* line 599 */
.blog_item_date {
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  color: #fff;
  background-color: #317bd6;
  padding: 8px 15px;
  z-index: 3;
}

@media (min-width: 768px) {
  /* line 599 */
  .blog_item_date {
    bottom: -40px;
    left: 30px;
    padding: 13px 30px;
  }
  .blog_item_logo .blog_item_date {
    bottom: -70px;
  }
}

/* line 615 */
.blog_item_date h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
  margin-top: 0;
}

@media (min-width: 768px) {
  /* line 615 */
  .blog_item_date h3 {
    font-size: 30px;
  }
}

/* line 627 */
.blog_item_date p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}

@media (min-width: 768px) {
  /* line 627 */
  .blog_item_date p {
    font-size: 18px;
  }
}

.blog_item_logo {
  position: relative;
  height: 120px;
  display: flex;
  align-items: center;
  margin: 10px auto 30px;
}
/*.modal-body input {
  display: inline-block;
  width: 190px;
  height: 33px;
  margin: 2px 3px -2px 0;
}*/
.img-fluid-v {
  display: block;
  max-height: 100%;
  width: auto;
  max-width: 50%;
  margin: 0 auto;
}
.alert-warning {
  background: #F36B00;
  color: #fff;
}
.dnone {
  display: none; 
}
.memberlist td {
  border-bottom: 1px solid #e9e5d9;
}
.nowrap {
  white-space: nowrap;
}
.orangebg {
  padding: 15px;
  border-radius: 15px;
  background:#FF9542;
}
#contact {
  background: #ecf1fc; 
}
.newscat {
  display: inline-block;
  color: #fff;
  padding: 2px 4px;
  text-align: center;
  max-width: calc(100% - 30px);
  margin: 0 15px;
}
@media (min-width: 768px) {
  .newscat {
    margin: 0;
    max-width: 100%;
  }
}
.verboten {
 display:none; 
}
.bibbase_group {
  background-color: red;
}
em.ps-5 {
  display: inline-block;
  padding-left: 36px;
}
.reminder-highlight {
  background-color: #e6f7ec; /* leichtes Grün */
  transition: background-color 0.6s ease;
}
.tr-checkedin { background: #e6f7ec !important; }   /* hellgrün */
.badge-nochk  { background:#6c757d; }
.badge-chk    { background:#198754; }
/* Status-Farben */
/* Spam/Deleted standardmäßig ausblenden */
body.hide-spam tr.tr-status-spam { display: none; }

/* Farben je Status */
tr.tr-status-reminder { background: #c8e8fb !important; }
tr.tr-status-certificate { background: #82c075 !important; }
tr.tr-status-spam { background: #fbe7c4 !important; }

/* Mini-UI */
.status-cell { white-space: nowrap; }
.status-select { display:inline-block; width:auto; }
