@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap);

.header-top, .header-top > form.search-form > div.header-search .search-group {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox
}

.btn-lg, .header-nav .navbar-default .navbar-nav li .dropdown-menu li a:hover, footer .footer-list li a {
  color: #fff
}

.btn-lg, .button, .page-content {
  font-size: 18px
}

footer .facebook, footer .twitter {
  -webkit-clip-path: inset(25px at 50% 50%)
}

.bg-trans-black {
  background-color: rgba(0, 0, 0, .8)
}

.bg-trans-green {
  background-color: rgba(96, 136, 44, .8)
}

.bg-trans-lightBlue {
  background-color: rgba(8, 175, 231, .8)
}

.bg-trans-orange {
  background-color: rgba(231, 132, 46, .8)
}

.bg-trans-darkBlue {
  background-color: rgba(56, 76, 135, .8)
}

.bg-trans-purple {
  background-color: rgba(119, 49, 136, .8)
}

body {
  font-family: "PT Sans"
}

.btn-primary {
  background-color: #3d5daa
}

.btn-lg {
  font-weight: 700;
  border: none;
  border-radius: 3px;
  min-width: 230px;
  max-width: 300px;
  white-space: inherit
}

.btn-more-events, .btn-more-news {
  margin-top: 7px;
  min-width: 267px
}

.button {
  min-width: 150px;
  padding: 6px 16px
}

.header-top {
  margin: 0;
  padding: 10px 0;
  list-style-type: none;
  min-height: 0;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.header-top > div a {
  color: #3d3d3e;
  font-size: 22px
}

.header-top > form.search-form > div.header-search .search-group {
  display: flex
}

.header-top > form.search-form > div.header-search .form-control {
  background-color: #f6f6f6;
  min-height: 37px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #ddd;
  box-shadow: none;
  -webkit-box-shadow: none
}

.header-top > form.search-form > div.header-search .form-control::-webkit-input-placeholder {
  color: #999;
  font-weight: 400
}

.header-top > form.search-form > div.header-search .btn {
  border-radius: 0 4px 4px 0
}

.header-nav {
  background: #f0f4f8;
  background: -moz-linear-gradient(0deg, #f0f4f8 0, #b0c2ed 100%);
  border-bottom: 1px solid #e0ecf9
}

.header-nav .header-title {
  margin: 14px 0 0;
  font-size: 46px;
  font-weight: 700;
  color: #131313
}

.header-nav .navbar-default {
  background-color: transparent;
  border: none;
  margin-bottom: 12px;
  margin-top: 15px
}

.header-nav .navbar-default .navbar-nav li a {
  font-size: 20px;
  color: #3d3d3e;
  font-weight: 600;
  padding: 13px 24px
}

.header-nav .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: #3d5daa;
  color: #fff
}

.header-nav .navbar-default .navbar-nav li .dropdown-menu {
  width: 290px;
  border: none;
  border-radius: 0;
  padding: 30px 10px
}

.header-nav .navbar-default .navbar-nav li .dropdown-menu li a {
  color: #3d5daa;
  white-space: normal;
  padding: 8px 24px
}

.header-mobile-search {
  display: none
}

@media screen and (max-width: 500px) {
  .header-top {
    width: 60%
  }
}

@media (max-width: 990px) {
  .navbar-header, .navbar-nav > li {
    float: none
  }

  .navbar-left, .navbar-nav, .navbar-right {
    float: none !important
  }

  .navbar-toggle {
    display: block
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
  }

  .navbar-collapse.collapse {
    display: none !important
  }

  .navbar-nav {
    margin-top: 7.5px
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .collapse.in {
    display: block !important
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }
}

.slider .slide-item img {
  width: 100%;
  margin: auto
}

.slider .slick-dots {
  display: flex;
  position: absolute;
  margin: 0;
  justify-content: center;
  padding: 0;
  list-style-type: none;
  bottom: 34px;
  left: 0;
  right: 0
}

.slider .slick-dots li {
  margin: 0 8px
}

.slider .slick-dots li button {
  background: #3d5daa;
  border: 2px solid #ffd;
  border-radius: 50%;
  color: #3d5daa;
  width: 22px;
  height: 22px
}

.page-content {
  padding: 30px 0
}

.page-content h2 {
  font-size: 32px;
  color: #333;
  margin-bottom: 0;
  margin-top: 5px;
  line-height: 1.2em;
  font-weight: 500
}

.page-content p {
  font-size: 18px;
  color: #000;
  line-height: 1.5em;
  margin-bottom: 25px
}

.list-bullet li, .page-content li {
  line-height: 22px
}

.page-content aside {
  padding-left: 50px;
  position: relative;
  min-height: 880px
}

.page-content aside::before {
  content: "";
  display: block;
  width: 1px;
  height: 900px;
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #b5b6b7
}

.page-content h1 {
  font-size: 40px;
  color: #3d5daa;
  font-weight: 700;
  margin-bottom: 35px
}

.list-bullet, .page-content ol, .page-content ul {
  margin: 0;
  padding: 20px;
  font-size: 18px
}

.box-wrap, .call-to-action.lg h3 {
  margin-bottom: 20px
}

.page-content li {
  font-size: 18px
}

.page-content ol li {
  padding-left: 5px
}

.page-content ol li ol, .page-content ol li ul, .page-content ul li ol, .page-content ul li ul {
  padding-top: 0;
  padding-bottom: 0
}

.page-content .event-date, .page-content .news-date {
  font-size: 14px
}

.page-content .event-title, .page-content .news-title {
  font-size: 22px;
  font-weight: 700
}

.page-banner {
  min-height: 433px;
  background-repeat: no-repeat;
  background-size: cover
}

.page-banner h1 {
  font-size: 48px;
  font-weight: 700;
  color: #3d5daa
}

.box-wrap {
  min-height: 250px
}

.box-wrap p {
  margin-bottom: 30px
}

.list-links, .news-events-section .list-news-event, footer .footer-list {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.list-links li {
  margin-bottom: 12px
}

.list-links li a {
  font-size: 18px;
  color: #3d5daa
}

.section-bordered {
  border-bottom: 1px solid #9b989b;
  margin-bottom: 32px
}

.section-title {
  font-size: 36px;
  color: #020202;
  padding-bottom: 18px;
  font-weight: 700
}

.videos {
  padding-top: 50px;
  padding-bottom: 40px
}

.videos .video-item:hover p {
  color: #9fa0a2;
  text-decoration: underline
}

.videos .video-item .thumb {
  text-align: center;
  position: relative
}

.videos .video-item .thumb span {
  display: block;
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  margin: auto
}

.videos .video-item .thumb img {
  margin: auto
}

.videos .video-item p {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-top: 17px;
  color: #3d5daa
}

.call-to-action {
  background-color: #c9d6f2;
  min-height: 239px
}

.call-to-action.lg {
  margin-bottom: 10px
}

.call-to-action h3 {
  text-align: center;
  font-weight: 700;
  font-size: 48px
}

.call-to-action p {
  font-size: 24px;
  text-align: center;
  max-width: 860px;
  margin: auto auto 1em
}

.news-events-section {
  padding: 25px 0 24px
}

.news-events-section .list-news-event li {
  margin-bottom: 9px
}

.news-events-section .list-news-event li a {
  color: #3d5daa;
  font-size: 18px;
  font-weight: 600
}

.news-events-section .list-news-event li a .date {
  color: #3d3d3e;
  margin-right: 6px
}

.form .form-group {
  margin-bottom: 24px
}

.form .form-control::placeholder {
  color: #3f3d3d
}

.form .form-control:focus {
  background-color: #fff;
  outline: 0;
  border: 1px solid #3d3d3e;
  box-shadow: none
}

.form .form-control {
  border: 1px solid #5f6160;
  border-radius: 0;
  min-height: 38px;
  background-color: #fff;
  font-weight: 700;
  font-size: 15px
}

footer {
  background-color: #3d5daa;
  color: #fff;
  padding: 40px 0;
  margin-top: 0;
  position: relative;
  font-size: 18px
}

footer .footer-logos a {
  margin-right: 20px
}

footer .footer-logos a img {
  min-width: 100px;
  max-width: 100px;
  border: 1px solid #d0d0d0;
  margin-bottom: 20px;
  border-radius: 4px
}

footer .copyright {
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

footer .copyright > div {
  flex: 1
}

.list-arrow-right li {
  position: relative;
  padding-left: 20px
}

.list-arrow-right li::before {
  content: ">";
  display: block;
  position: absolute;
  left: 0;
  top: 0
}

footer .footer_social_media a {
  font-size: 17px;
  color: #fff;
  text-decoration: none
}

footer .footer_social_media_heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 5px
}

.breadcrumb, .breadcrumb > a {
  font-size: 15px
}

footer .short_hr {
  width: 55px
}

footer .social-media-icons {
  list-style: none;
  margin: 0;
  padding: 0
}

footer .social-media-icons li {
  display: inline-block
}

footer .social-media-icons a {
  background-image: url(/images/social-media-icons.png);
  background-image: url(/images/social-media-icons.png), none;
  background-repeat: no-repeat;
  display: block;
  transition: 350ms ease-out;
  -webkit-transition: 350ms ease-out;
  -o-transition: 350ms ease-out;
  width: 56px;
  height: 56px
}

footer .social-media-icons a:hover {
  opacity: .6
}

footer .facebook {
  background-position: -17px -10px;
  clip-path: circle(25px at 50% 50%)
}

footer .twitter {
  background-position: -17px -85px;
  clip-path: circle(25px at 50% 50%)
}

footer .instagram, footer .youtube {
  -webkit-clip-path: inset(25px at 50% 50%)
}

footer .instagram {
  background-position: -85px -10px;
  clip-path: circle(25px at 50% 50%)
}

footer .youtube {
  background-position: -150px -10px;
  clip-path: circle(25px at 50% 50%)
}

footer .linkedin {
  background-position: -150px -85px;
  -webkit-clip-path: inset(25px at 50% 50%);
  clip-path: circle(25px at 50% 50%)
}

footer .social-media-icons a.tiktok {
  background-image: none;
  float: right;
  width: 65px;
  height: 65px;
  padding-top: 5px
}

footer .social-media-icons .tiktok img {
  border: 0;
  width: 65px;
  height: 65px
}

@media screen and (max-width: 767px) {
  .header-top {
    width: 75%
  }

  .slider .slick-dots {
    display: none !important
  }

  .call-to-action h3, .page-content h1 {
    font-size: 36px
  }

  .page-content aside {
    min-height: auto;
    padding-left: 0
  }

  .page-content aside::before, footer .copyright img {
    display: none
  }

  .page-content h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 6px
  }

  .call-to-action {
    min-height: auto
  }

  .call-to-action.lg {
    margin-bottom: 12px
  }

  .call-to-action.lg h3 {
    margin-bottom: 20px
  }

  .call-to-action p {
    font-size: 18px
  }

  .page-banner {
    min-height: 146px
  }

  .videos .video-item p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px
  }

  .videos .video-item .thumb span img {
    max-width: 28px
  }

  .videos .video-item .thumb img {
    max-width: 100%
  }

  .section-title {
    font-size: 24px;
    padding-bottom: 18px
  }

  .news-events-section {
    padding: 36px 0 24px
  }

  .news-events-section .list-news-event {
    margin: 0;
    padding: 0 0 20px;
    list-style-type: none
  }

  .news-events-section .list-news-event li {
    margin-bottom: 4px
  }

  .news-events-section .list-news-event li a {
    font-size: 15px
  }

  footer {
    padding: 10px 0 40px
  }

  footer > .container > .row {
    display: flex;
    flex-wrap: wrap
  }

  footer > .container > .row > .col-sm-4 {
    width: 100%
  }

  footer > .container > .row > .col-sm-4:nth-child(2) {
    order: -1
  }

  footer .footer-list, footer .footer_social_media_heading {
    margin-top: 20px
  }

  footer .copyright {
    display: block
  }
}

@media (max-width: 767px) {
  footer #language_translate {
    margin-top: 15px;
    text-align: left
  }

  footer .footer_social_media_heading {
    margin-top: 20px
  }

  .header-top .contact-no h2 a {
    font-size: 30px !important
  }
}

@media (min-width: 767px) and (max-width: 1199px) {
  footer .footer_social_media_heading {
    margin-top: 20px
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1142px
  }

  footer .footer_social_media_heading {
    margin-top: 5px
  }

  footer #language_translate {
    text-align: left
  }
}

.breadcrumb {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0
}

.page-content .read_more_expand_text_more {
  float: right;
  padding: 10px
}

.page-content .read_more_expand_text_fade {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
  vertical-align: bottom;
  margin: 0;
  padding: 30px 0;
  background-image: -moz-linear-gradient(top, transparent, #000);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f000), color-stop(1, #fff))
}

@media screen and (max-width: 767px) {
  .page-content .read_more_expand_text_fade {
    bottom: -15px
  }
}

.hdr_search_btn {
  padding-top: 6px;
  padding-bottom: 7px;
  line-height: 14px
}

.header-top .contact-no p {
  margin: 0;
  font-size: 20px
}

.header-top .contact-no h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 700
}

@media screen and (max-width: 991px) {
  .header-top {
    flex-wrap: wrap;
    justify-content: center
  }

  .header-nav .header-title, .header-top > form.search-form > div.header-search {
    display: none
  }

  .header-top > div.header-top-link {
    margin-right: 10px;
    margin-left: 10px
  }

  .header-top > div.header-top-link a {
    font-size: 16px;
    font-weight: 700
  }

  .header-nav {
    margin-top: 25px
  }

  .header-nav .navbar-header .navbar-toggle {
    float: left;
    border: none;
    padding: 0;
    margin: 0
  }

  .header-nav .navbar-header .navbar-toggle .icon-bar {
    background-color: #3d5daa;
    width: 30px;
    height: 6px;
    border-radius: 3px
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none
  }

  .header-mobile-search {
    padding: 20px 0;
    display: block
  }

  .header-mobile-search .search-group {
    position: relative
  }

  .header-mobile-search .search-group .form-control {
    height: 40px;
    border-radius: 0;
    border: 1px solid #555
  }

  .header-mobile-search .search-group > div {
    position: absolute;
    right: 0;
    top: 2px
  }

  .header-mobile-search .btn {
    border: none;
    background-color: transparent
  }

  .content {
    padding: 10px 0
  }

  .header-top > div.contact-no {
    width: 100%;
    text-align: center;
    margin-bottom: 16px
  }
}

.header-nav .header-logo {
  position: absolute;
  top: -72px;
  left: -4px
}

.header-nav .header-logo img {
  width: 200px
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .header-top {
    width: 85%;
    float: right
  }

  .header-nav {
    margin-top: 25px
  }

  .header-nav .header-title {
    font-size: 36px;
    text-align: right
  }

  .header-nav .navbar-default .navbar-nav li a {
    padding: 13px 10px
  }

  .header-nav .header-logo {
    padding-right: 25px
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #content-image .btn-lg {
    min-width: 230px !important
  }

  .header-nav .header-logo {
    top: -90px;
    left: unset;
    right: 10px
  }

  .header-nav .header-logo img {
    width: 177px;
    margin-top: 28px
  }
}

@media (max-width: 767px) {
  .header-nav .header-logo {
    top: -90px;
    left: unset;
    right: 10px
  }

  .header-nav .header-logo img {
    width: 177px;
    margin-top: 28px
  }
}

@media (max-width: 575px) {
  .header-nav .header-logo {
    top: -42px;
    left: unset;
    right: 10px
  }

  .header-nav .header-logo img {
    width: 165px;
    margin-top: -16px
  }
}

@media (max-width: 481px) {
  .header-top .contact-no h2 a {
    font-size: 25px !important
  }

  .header-nav .header-logo {
    top: -33px;
    left: unset;
    right: 10px
  }

  .header-nav .header-logo img {
    width: 165px;
    margin-top: 18px
  }
}