@charset "utf-8";
.fl {
  float: left;
}
.fr {
  float: right;
}
.cb {
  font-size: 0;
  line-height: 0;
  height: 0;
  clear: both;
}
.list-null {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hidden {
  display: none;
}
.hidden-md {
  display: none;
}
.relative {
  position: relative;
}
.up {
  text-transform: uppercase;
}
.h-50 {
  height: 50%;
}
body {
  overflow-x: hidden;
  font-size: 14px;
  font-family: 'MontserratRegular', sans-serif;
}
.wrap {
  max-width: 100vw;
  overflow-x: hidden;
  font-size: 14px;
  font-family: 'MontserratRegular', sans-serif;
}
.button {
  display: inline-block;
  width: 100%;
  margin: 2em 0;
  padding: 14px;
  background: #ccd500;
  border: 0;
  border-radius: 24px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.button.second {
  background: #d8d8d8;
}
.button:hover {
  text-decoration: none;
  color: #000;
}
:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: initial !important;
}
h1,
h2,
h3 {
  font-family: 'MontserratMedium', sans-serif;
}
.container-float {
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 570px;
  height: 100%;
}
#confirm-dialog .modal-dialog {
  max-width: 740px;
}
.header .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  width: 100%;
  margin: 0 auto;
  z-index: -1;
}
.header .bg-menu {
  background: #ccd500;
}
.header .menu-toggle {
  position: absolute;
  top: -15px;
  right: 15px;
  width: 32px;
  height: 32px;
  z-index: 98;
}
.header .menu-toggle span {
  display: block;
  width: 38px;
  height: 6px;
  margin-bottom: 3px;
  background: #3fb09e;
  border-radius: 3px;
}
.header .top {
  padding-top: 1em;
  padding-bottom: 1em;
}
.header .top .address p {
  margin-bottom: 4px;
  color: #fff;
  font-family: 'MontserratMedium', sans-serif;
}
.header .top .logo img {
  max-width: 100%;
  max-height: 135px;
}
.header .top .logo2 {
  text-align: right;
}
.header .top .logo2 span {
  width: 100%;
  color: #fff;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.header.inner .address p {
  color: #000;
}
.header.inner .address .phone {
  color: #3fb09e;
}
.header.inner .logo2 span {
  color: #000;
}
.header.inner .menu-main ul {
  margin: 0;
}
.header .menu-main ul {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin: 1em 0;
  padding: 0;
  background: rgba(63,176,158,0.9);
  border-radius: 24px;
  list-style: none;
}
.header .menu-main ul li {
  padding: .5em 0;
  color: #fff;
  text-align: center;
  font-family: 'MontserratMedium', sans-serif;
}
.header .menu-main ul li a {
  color: #fff;
  text-transform: uppercase;
}
.header .menu-main ul li a:hover {
  color: #000;
  text-decoration: none;
}
.header .menu-main ul li.menu-close {
  display: none;
}
.header .header-image img {
  width: 80%;
  margin: 8em 0;
}
.header .button {
  width: 50%;
  padding: 12px;
  background: rgba(0,0,0,0.5);
  border: 1px solid #fff;
  border-radius: 24px;
  color: #ccd500;
  font-family: 'MontserratMedium', sans-serif;
  transition: .3s;
}
.header .button:hover {
  background: #000;
}
.header .header-inner img {
  width: 100%;
}
.about .container-fluid {
  background: linear-gradient(to right,#fff 0%,#fff 50%,#3fb09e 50%);
}
.about .col-12 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.about .side-right {
  position: relative;
  padding-left: 2em;
  background: url(/templates/alumniforum/img/bg-about.png) center center no-repeat #3fb09e;
  background-size: contain;
  color: #fff;
}
.about .side-right .head {
  position: absolute;
  top: -10px;
  left: 0;
  width: 600%;
  height: 10px;
  background: #3fb09e;
  border-radius: 10px 0 0 0;
}
.countdown .container-fluid {
  padding-top: 2em;
  padding-bottom: 2em;
  background: #f0f0f0;
}
.countdown h2 {
  margin: 0 0 2em;
  font-size: 24px;
  text-align: center;
  font-family: 'MontserratMedium', sans-serif;
  text-transform: uppercase;
}
.countdown .button1 img,
.countdown .button2 img {
  max-width: 100%;
  margin-top: 2em;
}
.sliders .reviews-slider {
  position: relative;
}
.sliders .reviews-slider .slide {
  position: relative;
}
.sliders .reviews-slider .slide img {
  width: 100%;
}
.sliders .reviews-slider .slide .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5em 4em;
  background: rgba(0,0,0,0.75);
  color: #fff;
}
.sliders .reviews-slider .slide .text h4 {
  font-size: 14px;
  font-weight: bold;
}
.sliders .reviews-slider .slide .text p {
  margin-bottom: 0;
}
.sliders .reviews-slider .arrow {
  position: absolute;
  bottom: 9%;
  width: 11px;
  height: 58px;
  background: url(/templates/alumniforum/img/arrow-left-white.png) center center no-repeat;
  cursor: pointer;
  z-index: 2;
}
.sliders .reviews-slider .arrow-prev {
  left: 26px;
}
.sliders .reviews-slider .arrow-next {
  right: 26px;
  transform: rotate(180deg);
}
.sliders .partners-slider {
  position: relative;
  margin-top: 3em;
}
.sliders .partners-slider .slick-track {
  display: flex;
  align-items: center;
}
.sliders .partners-slider .slide {
  text-align: center;
}
.sliders .partners-slider .slide img {
  display: inline;
  max-width: 80%;
}
.sliders .partners-slider .arrow {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 60px;
  margin-top: -30px;
  background: url(/templates/alumniforum/img/arrow-left-black.png) center center no-repeat;
  cursor: pointer;
  z-index: 2;
}
.sliders .partners-slider .arrow-prev {
  left: 78px;
}
.sliders .partners-slider .arrow-next {
  right: 78px;
  transform: rotate(180deg);
}
.contact-us .container-fluid {
  padding-top: 2em;
  padding-bottom: 2em;
  background: #ccd500;
}
.contact-us h2 {
  margin: 0 0 2em;
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-family: 'MontserratMedium', sans-serif;
  text-transform: uppercase;
}
.contact-us input {
  width: 100%;
  padding: 6px 16px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 24px;
  color: #fff;
}
.contact-us button {
  width: 100%;
  margin: 0;
  padding: 7px 16px;
  background: #3fb09e;
  border: 0;
  border-radius: 24px;
  color: #fff;
  text-transform: uppercase;
}
.contacts .row {
  position: relative;
}
.contacts .contacts-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 75px;
  width: 45%;
  padding: 2em 4em;
  background: rgba(255,255,255,0.75);
  z-index: 1;
}
.contacts .contacts-content h2 {
  color: #3fb09e;
  text-transform: uppercase;
}
.footer .container-fluid {
  padding-top: 2em;
  padding-bottom: 2em;
  background: #747474;
  color: #fff;
}
.footer .menu-footer ul {
  display: flex;
  justify-content: space-between;
  margin: 0 0 2em;
  padding: 0;
  list-style: none;
}
.footer .menu-footer ul li {
  color: #fff;
}
.footer .menu-footer ul li a {
  color: #fff;
}
.footer .menu-footer ul li a:hover {
  text-decoration: none;
}
.content .container {
  padding-top: 2em;
  padding-bottom: 2em;
}
.content .header-inner {
  background: url(/templates/alumniforum/img/header-inner.jpg) center top no-repeat;
  background-size: cover;
}
.content .header-inner h1 {
  margin: 1em 0;
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
}
.content .menu-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.content .menu-inner ul li {
  padding: .5em;
}
.content .menu-inner ul li a {
  display: block;
  width: 100%;
  padding: .25em 0;
  color: #000;
  font-family: 'MontserratMedium', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
.content .menu-inner ul li.active a {
  padding-left: 10px;
  border-left: 8px solid #ccd500;
  color: #3fb09e;
  font-weight: bold;
}
.content form input[type=text],
.content form input[type=number],
.content form input[type=date],
.content form input[type=email] {
  width: 100%;
  min-height: 31px;
  margin: 1em 0;
  padding: 4px 12px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
}
.content form label.checkbox,
.content form label.radio {
  position: relative;
  padding: 2px 0 0 28px;
  cursor: pointer;
}
.content form label.checkbox input,
.content form label.radio input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.content form label.checkbox span,
.content form label.radio span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #d8d8d8;
}
.content form label.radio span {
  border-radius: 50%;
}
.content form label.radio span:before {
  content: " ";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
}
.content form label.radio :checked ~ span:before {
  background: #ccd500;
}
.content form label.checkbox {
  display: block;
}
.content form label.checkbox span {
  border-radius: 3px;
}
.content form label.checkbox span:before {
  content: "✔";
  position: absolute;
  top: -1px;
  left: 3px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.content form label.checkbox :checked ~ span:before {
  color: #ccd500;
}
.content form .notice {
  font-size: 12px;
}
.content form .pad {
  margin-top: 2em;
}
.content form .agree {
  color: #3fb09e;
  font-family: 'MontserratMedium', sans-serf;
}
.content form button {
  width: 100%;
  margin: 2em 0;
  padding: 14px;
  background: #ccd500;
  border: 0;
  border-radius: 24px;
  color: #fff;
  font-family: 'MontserratMedium', sans-serif;
  text-transform: uppercase;
}
.content form button:hover {
  color: #000;
}
.content form button.no {
  background: #c1c1c1;
}
.media-page .section h2 {
  margin-bottom: 1em;
  color: #3fb09e;
  text-align: center;
  text-transform: uppercase;
}
.media-page .section .item {
  margin-bottom: 2em;
  text-align: center;
}
.media-page .section .item .img {
  position: relative;
  height: 170px;
  overflow: hidden;
}
.media-page .section .item .img img {
  width: 100%;
}
.media-page .section .item .img h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 1em 0;
  background: rgba(0,0,0,0.75);
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-family: 'MontserratRegular', sans-serif;
}
.media-page .section .item .button {
  display: inline-block;
  width: 80%;
  margin: 1em auto 0;
  padding: 8px;
  background: #fff;
  border: 2px solid #3fb09e;
  border-radius: 24px;
  color: #3fb09e;
}
.media-page .section .item .button:hover {
  text-decoration: none;
}
.media-page .section .video-slider {
  position: relative;
}
.media-page .section .video-slider ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.media-page .section .video-slider .arrow {
  position: absolute;
  top: 50%;
  width: 11px;
  height: 58px;
  margin-top: -29px;
  background: url(/templates/alumniforum/img/arrow-left.png) center center no-repeat;
  cursor: pointer;
}
.media-page .section .video-slider .arrow-prev {
  left: -26px;
}
.media-page .section .video-slider .arrow-next {
  right: -26px;
  transform: rotate(180deg);
}
.media-page .section + .section {
  margin-top: 4em;
}
.buttons .container-fluid {
  padding-top: 2em;
  padding-bottom: 2em;
  background: #eee;
  background: radial-gradient(ellipse at top,#eee 0%,#fff 50%,#eee 100%);
}
.speakers .container-fluid {
  padding: 4em 0;
  background: #f0f0f0;
}
.speakers .slider {
  position: relative;
}
.speakers .slider .slide {
  text-align: center;
}
.speakers .slider .slide .img img {
  display: inline-block;
  width: 80%;
}
.speakers .slider .slide h3 {
  margin: 1em 0;
  color: #3fb09e;
  font-size: 14px;
  font-family: 'MontserratMedium', sans-serif;
}
.speakers .slider .slide h4 {
  margin: 0;
  font-size: 14px;
}
.reviews .header-reviews {
  padding-top: 3em;
  padding-bottom: 3em;
  background: #3fb09e;
  text-align: center;
}
.reviews .header-reviews h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-family: 'MontserratMedium', sans-serif;
  text-transform: uppercase;
}
.reviews .reviews-slider {
  position: relative;
}
.reviews .reviews-slider .slide {
  position: relative;
}
.reviews .reviews-slider .slide img {
  width: 100%;
}
.reviews .reviews-slider .slide .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5em 4em;
  background: rgba(0,0,0,0.75);
  color: #fff;
}
.reviews .reviews-slider .slide .text h4 {
  font-size: 14px;
  font-weight: bold;
}
.reviews .reviews-slider .slide .text p {
  margin-bottom: 0;
}
.reviews .reviews-slider .arrow {
  position: absolute;
  bottom: 9%;
  width: 11px;
  height: 58px;
  background: url(/templates/alumniforum/img/arrow-left-white.png) center center no-repeat;
  cursor: pointer;
  z-index: 2;
}
.reviews .reviews-slider .arrow-prev {
  left: 26px;
}
.reviews .reviews-slider .arrow-next {
  right: 26px;
  transform: rotate(180deg);
}
.contacts-page .container-float {
  padding: 4em 15px;
}
.contacts-page .map1 {
  border-bottom: 3px solid #3fb09e;
}
.contacts-page .second-row {
  background: #f0f0f0;
}
.question .container-fluid {
  padding-top: 2em;
  padding-bottom: 2em;
  background: url(/templates/alumniforum/img/bg-question.png) center top no-repeat #3fb09e;
  background-size: contain;
}
.question h2 {
  margin: 0 0 1em;
  color: #fff;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
}
.question input,
.question textarea {
  width: 100%;
  padding: 4px 12px;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
}
.question input + input {
  margin-top: 1em;
}
.question textarea {
  height: 100%;
}
.question button {
  margin-top: 2em;
  background: none;
  border: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .hidden-md {
    display: block;
  }
  .text-xs-center {
    text-align: center;
  }
  .container-float {
    position: static;
  }
  .header .bg {
    background: url(/templates/alumniforum/img/img-header.jpg) center top no-repeat;
    background-size: cover;
  }
  .header .video-bg {
    display: none;
  }
  .header .logo img {
    max-width: 80% !important;
  }
  .header .logo span {
    font-size: 5px;
  }
  .header .social {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .header .header-image img {
    margin: 1em 0 2em;
  }
  .header .button {
    margin-bottom: 1em;
  }
  .header .menu-container ul {
    display: block;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    border-radius: 0;
    background: #3fb09e;
    z-index: 99;
  }
  .header .menu-container ul li {
    display: block;
    border-bottom: 1px solid #fff;
  }
  .header .menu-container ul li.li {
    display: none;
  }
  .header .menu-container ul li.menu-close {
    display: block !important;
  }
  .about .container-fluid {
    background: #fff;
  }
  .about .head {
    width: 100% !important;
    border-radius: 10px 10px 0 0 !important;
  }
  .countdown .button1 img {
    margin-top: 0;
  }
  .contact-us h2 {
    margin-bottom: 1em !important;
  }
  .contact-us input {
    margin-bottom: .75em;
  }
  .contacts .contacts-content {
    position: static;
    width: 100%;
    padding: 2em 15px;
  }
  .footer .container-fluid {
    font-size: 12px;
  }
  .footer .container-fluid .logo img {
    max-width: 80%;
  }
  .footer .container-fluid a {
    color: #3fb09e;
  }
  .container .menu-inner {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 2em;
  }
  .container .menu-inner .menu-inner-toggle {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    z-index: 98;
  }
  .container .menu-inner .menu-inner-toggle span {
    display: block;
    width: 38px;
    height: 6px;
    background: #ccd500;
    border-radius: 3px;
  }
  .container .menu-inner .menu-inner-toggle span + span {
    margin-top: 3px;
  }
  .container .menu-inner ul {
    display: none;
    background: #ccd500;
  }
  .container .menu-inner ul li {
    border-bottom: 1px solid #fff;
  }
  .container .menu-inner ul li a {
    color: #000;
  }
  .container .menu-inner ul li.active a {
    border: 0;
    padding: 0;
  }
  .sliders .partners-slider {
    margin: 2em 0;
  }
  .sliders .partners-slider .arrow-prev {
    left: 0;
  }
  .sliders .partners-slider .arrow-next {
    right: 0;
  }
  .sliders .reviews-slider .text {
    position: static !important;
  }
  .sliders .reviews-slider .arrow {
    bottom: 25% !important;
  }
  .sliders .reviews-slider .arrow.arrow-prev {
    left: 20px;
  }
  .sliders .reviews-slider .arrow.arrow-next {
    right: 20px;
  }
  .reviews .reviews-slider .slide {
    height: 450px;
  }
  .reviews .reviews-slider .slide .text {
    position: relative !important;
    height: 276px;
  }
  .reviews .reviews-slider .arrow {
    bottom: 25%;
  }
  .buttons .buttons-logo {
    margin: 2em 0;
  }
  .content form .radio,
  .content form .checkbox {
    padding-left: 22px !important;
  }
  .content form .radio input,
  .content form .checkbox input {
    top: 6px;
    left: 2px;
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
  }
  .content form .radio span,
  .content form .checkbox span {
    display: none;
  }
  #confirm-dialog .modal-footer {
    display: block !important;
  }
  #confirm-dialog .modal-footer .button {
    margin: .5em 4px !important;
  }
}
