* {
  transition: all 0.5s;
}

body {
  font-size: 13px;
  color: #343434;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans', sans-serif;
}

a {}

a:hover {
  text-decoration: none;
  color: #0b642b;
}

header {
  background: #f2f2f2;
}

.bg-blue {
  background: #3f9d25;
  color: #fff;
}

ul.top-menu {
  margin: 0 -10px;
  padding: 0;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

ul.top-menu li {
  list-style: none;
  flex-direction: row;
  border-right: 1px solid #0b642b;
}

ul.top-menu li:last-child {
  border-right: 0;
}

ul.top-menu li a {
  color: #fff;
  padding: 0 10px;
}

ul.top-menu li a:hover {
  color: #0b642b;
}

ul.address {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  display: flex;
  padding: 10px 0;
}

ul.address li {
  color: #999;
  border-right: 1px solid #e4e4e4;
  padding: 0 10px;
  display: flex;
  align-items: center;
}

ul.address li:last-child {
  border-right: 0;
}

ul.address li i {
  color: #f87844;
  margin-right: 10px;
  font-size: 1.1em;
}

ul.address li i.circle {
  border: 1px solid;
  border-radius: 50%;
  padding: 5px;
  font-size: 0.9em;
}

ul.address li a {
  color: #999;
}

ul.address li a:hover {
  color: #0b642b;
}

.navbar {
  padding-left: 0;
  padding-right: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 1.2em;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  color: #f87844;
  border-bottom: 2px solid transparent;
}

.navbar-expand-lg .navbar-nav li {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.navbar-nav .active .nav-link {
  border-bottom: 2px solid #0b642b;
  padding-bottom: 5px;
}

.navbar-nav .nav-item:hover .nav-link {
  border-bottom: 2px solid #0b642b;
}

.single-slider {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  position: relative;
  z-index: 9;
}

.slider-content {
  text-align: right;
  width: 90%;
  margin: 0 auto;
}

.slider-content > h3 {
  font-size: 38px;
  color: #fff;
  line-height: 38px;
  padding-bottom: 20px;
  font-weight: 700;
  text-shadow: 0 0 5px #000;
}

.slider-content > p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
}

/*
.slider-content > h3 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}
*/

.slider-content > * {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

.active .slider-content > h3 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms;
}

.active .slider-content > p {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms;
}

.slider-btn .button-default {
  padding: 10px 30px;
  margin-top: 10px;
  font-weight: 600;
  font-size: 16px;
}

.slider-btn .button-default:hover {
  color: #f87844;
}

.active .slider-content .slider-btn {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.button-default {
  background: #16632b none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  margin: 0;
  padding: 15px 35px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
}

.abroad-wrapper {
  position: relative;
  padding: 50px 0;
}

.bx-grid {
  position: relative;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}

.bx-grid .p-0 {
  height: 305px;
}

.frame-img:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.abroad-info,
.abroad-info-next {
  position: relative;
  background: #16632b;
  padding: 20px 15px 20px 15px;
  height: 305px;
}

.abroad-info:before {
  position: absolute;
  content: '';
  right: -50px;
  top: 45%;
  content: '';
  position: absolute;
  border: 25px solid transparent;
  border-left-color: #16632b;
  z-index: 9;
}

.abroad-info-next:before {
  position: absolute;
  content: '';
  left: -50px;
  top: 45%;
  content: '';
  position: absolute;
  border: 25px solid transparent;
  border-right-color: #16632b;
  z-index: 9;
}

.abroad-info h1,
.abroad-info-next h1 {
  color: #f5a425;
  font-family: 'Oswald', sans-serif;
  font-size: 2em;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.abroad-info p,
.abroad-info-next p {
  color: #ffffff;
}

.btn-site {
  background-color: #f5a425;
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  color: #fff;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 1em;
  padding: 10px 18px;
  text-transform: uppercase;
  transition: 0.3s;
}

.white {
  background: #ffffff;
  color: #000000;
}

.frame-img {
  position: relative;
  opacity: 1;
  display: block;
  width: 100%;
  height: 305px;
  transition: .5s ease;
  backface-visibility: hidden;
  overflow: hidden;
}

.frame-img img {
  min-height: 305px;
  width: 100%;
}

.frame-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
  object-fit: cover;
}

.success-story {
  background: #f2f2f2;
  padding: 30px 0;
}
.success-story h2 {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 30px;
  color: #16632b;
}

.success-story .frame-img, .success-story .frame-img img {
  min-height: 0;
  height: 220px;
}

.success-student-info {
  background: #fff;
  text-align: center;
  padding: 10px 0;
}
.success-student-info h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5em;
  margin-bottom: 5px;
}

.success-student .owl-nav button.owl-prev:focus, .success-student .owl-nav button.owl-next:focus {
  outline: 0;
}
.success-student .owl-nav button.owl-prev, .success-student .owl-nav button.owl-next {
  background: #ccc;
  padding: 10px 15px!important;
  left: -20px;
  opacity: 0.3;
  position: absolute;
  top: calc(50% - 20px);
}
.success-student .owl-nav button.owl-next {
  left: auto;
  right: -20px;
}
.success-student .owl-nav button.owl-prev:hover, .success-student .owl-nav button.owl-next:hover {
  opacity: 1;
}

.services {
  padding: 50px 0;
}
.services h2 {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 30px;
  color: #16632b;
}
.services h2 span {
  color: #f68b41;
}
.service-block {
  text-align: center;  
}
.services i {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  text-align: center;
  background: #f2f2f2;
  font-size: 50px;
  padding: 35px 0;
  color: #16632b
}
.service-block:hover i {
  background: #f2eecf;
}
.service-block a {
  display: inline-block;
}
.service-block h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.4em;
  margin-top: 10px;
}
.service-block a h3 {
  color: #000;  
}
.service-block a:hover h3 {
  color: #ccc;
}

footer {
  background: #3f9d25;
  padding: 30px 0 0;
  color: #fff;
  font-size: 1.1em;
}
footer figure {
  background: #fff;
  padding: 5px;
}
footer a {
  color: #ddd;
}
.contact-details ul {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}
.contact-details li {
  line-height: 30px;
  font-size: 15px;
}
.contact-details li i {
  color: #f87844;
  padding-right: 5px;
}
.contact-details li:hover i {
  color: #16632b;
}
.social-icons li {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}
.social-icons li i {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  padding: 10px 0;
}
.copyright {
  background: #16632b;
  padding: 10px 0;
  font-size: 0.9em;
  margin-top: 20px;
}
.copyright ul {
  text-align: right;
  margin: 0;
}
.copyright ul li {
  display: inline-block;
  list-style: none;
  padding: 0 5px;
}
.copyright ul li a {
  color: #fff;
}
.copyright ul li a:hover {
  color: #f87844;
}