@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Edumate Education HTML Template
    Template URI: 
    Description: Edumate Education HTML Template
    Author: HasTech
    Author URI: https://themeforest.net/user/hastech
    Support: https://hasthemes.com/contact-us/
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;500;600;700;800&display=swap");
body {
  font-family: "Exo 2", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #151515;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  color: #07294D;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #151515;
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 30px;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background-color: #07294D;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-btn {
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .main-btn {
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
}
.main-btn:hover {
  background-color: #0C8B51;
  color: #fff;
}
.main-btn.main-btn-2 {
  background-color: #0C8B51;
  color: #fff;
}
.main-btn.main-btn-2:hover {
  background-color: #07294D;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0;
}

/*===== All Section Title Style =====*/
.section-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .section-title {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
.section-title .title {
  font-size: 32px;
  line-height: 36px;
  position: relative;
  padding-right: 0px;
  display: inline-block;
  /*
  		&::before{
  			position: absolute;
  			content: '';
  			width: 2px;
  			height: 65%;
  			background-color: $theme-color;
  			top: 50%;
  			right: 0px;
  			@include transform(translateY(-50%));

  			@media (max-width: 767px){
  				height: 2px;
  				left: 0;
  				right: auto;
  				top: auto;
  				bottom: 0;
  				width: 100px;
  				@include transform(translateY(0));
  			}
  			@media only screen and (min-width: 576px) and (max-width: 767px){
  				width: 2px;
  				height: 75%;
  				left: auto;
  				top: 50%;
  				right: 0px;
  				bottom: auto;
  				@include transform(translateY(-50%));
  			}
  		}
  */
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .title {
    font-size: 34px;
    line-height: 40px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .title {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 20px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title .title {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 0;
    padding-right: 30px;
  }
}
.section-title p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #07294D;
  padding-left: 60px;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title p {
    font-size: 16px;
    padding-left: 50px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .section-title p {
    padding-left: 0px;
    font-size: 16px;
    line-height: 28px;
    margin-top: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title p {
    padding-left: 30px;
    font-size: 16px;
    line-height: 28px;
    margin-top: 0;
  }
}

.section-title-2 .title {
  font-size: 47px;
  line-height: 54px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title-2 .title {
    font-size: 38px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .section-title-2 .title {
    font-size: 30px;
    line-height: 30px;
  }
}
.section-title-2 .line {
  width: 150px;
  background: transparent;
  border: 1px solid #07294D;
  margin-top: 25px;
}
.section-title-2 p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #07294D;
  margin-top: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title-2 p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .section-title-2 p {
    padding-left: 0px;
    font-size: 16px;
    line-height: 28px;
  }
}

/*===== All Pagination Style =====*/
.pagination-items {
  padding-top: 60px;
}
.pagination-items li {
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .pagination-items li {
    margin: 0 5px;
  }
}
.pagination-items li.disabled {
  color: #a2a2a2;
}
.pagination-items li.prev a {
  color: #151515;
}
.pagination-items li.next a {
  color: #151515;
}
.pagination-items li.active a {
  color: #151515;
}
.pagination-items li a {
  font-weight: 500;
  font-size: 18px;
  color: #a2a2a2;
}
@media (max-width: 767px) {
  .pagination-items li a {
    font-size: 14px;
  }
}
.pagination-items li a.active {
  color: #151515;
  padding-right: 90px;
  position: relative;
}
@media (max-width: 767px) {
  .pagination-items li a.active {
    padding-right: 50px;
  }
}
.pagination-items li a.active::before {
  position: absolute;
  content: "";
  width: 75px;
  height: 1px;
  background-color: #151515;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .pagination-items li a.active::before {
    width: 40px;
  }
}

/*===== All Form, Radio & Checkbox Style =====*/
.form-radio input[type=radio] {
  display: none;
}
.form-radio input[type=radio] + label {
  font-weight: 500;
  font-size: 14px;
  color: #303030;
  margin-bottom: 0;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  display: block;
}
.form-radio input[type=radio] + label span {
  width: 14px;
  height: 14px;
  border: 1px solid #707070;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.form-radio input[type=radio] + label span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  background-color: #07294D;
  border-radius: 50%;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.form-radio input[type=radio]:checked + label span {
  border-color: #07294D;
}
.form-radio input[type=radio]:checked + label span::before {
  opacity: 1;
  visibility: visible;
}

.checkbox input[type=checkbox] {
  display: none;
}
.checkbox input[type=checkbox] + label {
  position: relative;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: #151515;
}
@media (max-width: 767px) {
  .checkbox input[type=checkbox] + label {
    font-size: 14px;
  }
}
.checkbox input[type=checkbox] + label span {
  width: 16px;
  height: 16px;
  border: 1px solid #151515;
  position: relative;
  border-radius: 3px;
  top: 5px;
  margin-right: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .checkbox input[type=checkbox] + label span {
    width: 14px;
    height: 14px;
  }
}
.checkbox input[type=checkbox] + label span::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 12px;
  color: #222;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  top: -6px;
  left: 1px;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .checkbox input[type=checkbox] + label span::before {
    top: -5px;
    left: 0;
  }
}
.checkbox input[type=checkbox]:checked + label span {
  background-color: #07294D;
  border-color: #07294D;
}
.checkbox input[type=checkbox]:checked + label span::before {
  color: #fff;
  opacity: 1;
  visibility: visible;
}

.single-form {
  margin-top: 30px;
}
.single-form textarea, .single-form input, .single-form select {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #DBDBDB;
  font-weight: 500;
  font-size: 16px;
  color: #303030;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-form textarea:focus, .single-form input:focus, .single-form select:focus {
  border-color: #0C8B51;
}
@media (max-width: 767px) {
  .single-form textarea, .single-form input, .single-form select {
    height: 45px;
  }
}
.single-form textarea {
  height: 230px;
  padding-top: 15px;
  resize: none;
}
.single-form .main-btn {
  height: 36px;
  line-height: 36px;
  padding: 0 22px;
  font-size: 14px;
}

/*===== All select Style =====*/
.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #9c9c9c;
  height: 35px;
  border: 0;
  border-bottom: 1px solid #9c9c9c;
  width: 100%;
}

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 0;
}

.styledSelect::after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #07294D;
  border-right: 1px solid #07294D;
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  margin-top: -9px;
}
.styledSelect.active::after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #DBDBDB;
  background-color: #fff;
}
.options li {
  padding: 6px 10px;
  margin: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 14px;
  font-weight: 500;
  color: #151515;
}
.options li:hover {
  background-color: #07294D;
  color: #fff;
}

/*===== Tab Animation ======*/
.tab-pane.active {
  -webkit-animation: tabUp 0.5s;
  -moz-animation: tabUp 0.5s;
  -o-animation: tabUp 0.5s;
  animation: tabUp 0.5s;
}

@-webkit-keyframes tabUp {
  from {
    transform: translate3d(0, 30px, 0);
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
}
@keyframes tabUp {
  from {
    transform: translate3d(0, 30px, 0);
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
}
.dropitem {
  display: none;
}

/*===========================
      02.HEADER css
===========================*/
.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
}

.header-top {
  background: #062a4f;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .header-top-wrapper .header-top-left {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-top-wrapper .header-top-left {
    width: auto;
  }
}
.header-top-wrapper .header-top-left .header-meta li a {
  font-family: Exo 2;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-top-wrapper .header-top-left .header-meta li a:hover {
  color: #FFFFFF;
  /*8D8D8D;*/
}
@media (max-width: 767px) {
  .header-top-wrapper .header-top-right {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-top-wrapper .header-top-right {
    width: auto;
  }
}
.header-top-wrapper .header-top-right .header-link a {
  font-family: Exo 2;
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}
.header-top-wrapper .header-top-right .header-link a + a {
  margin-left: 45px;
}
.header-top-wrapper .header-top-right .header-link a:hover {
  color: #fff;
}
.header-top-wrapper .header-top-right .header-link a.active {
  text-decoration: underline;
}

.navigation {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .navigation {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #07294D;
    z-index: 9999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: 0.8s;
    transition-timing-function: ease;
  }
}
@media (max-width: 767px) {
  .navigation .nav-menus-wrapper {
    width: 280px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #07294D;
    z-index: 9999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: 0.8s;
    transition-timing-function: ease;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
  }
}
@media (max-width: 767px) {
  .navigation .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
  }
}
.navigation .nav-menus-wrapper .nav-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .nav-menus-wrapper .nav-menu {
    display: block;
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .navigation .nav-menus-wrapper .nav-menu {
    display: block;
    padding-top: 80px;
  }
}
.navigation .nav-menus-wrapper .nav-menu li {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .nav-menus-wrapper .nav-menu li {
    border-top: 1px solid rgba(219, 219, 219, 0.15);
  }
}
@media (max-width: 767px) {
  .navigation .nav-menus-wrapper .nav-menu li {
    border-top: 1px solid rgba(219, 219, 219, 0.15);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .nav-menus-wrapper .nav-menu li:last-child {
    border-bottom: 1px solid rgba(219, 219, 219, 0.15);
  }
}
@media (max-width: 767px) {
  .navigation .nav-menus-wrapper .nav-menu li:last-child {
    border-bottom: 1px solid rgba(219, 219, 219, 0.15);
  }
}
.navigation .nav-menus-wrapper .nav-menu li + li {
  margin-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navigation .nav-menus-wrapper .nav-menu li + li {
    margin-left: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .nav-menus-wrapper .nav-menu li + li {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navigation .nav-menus-wrapper .nav-menu li + li {
    margin-left: 0;
  }
}
.navigation .nav-menus-wrapper .nav-menu li a {
  font-weight: 600;
  font-size: 16px;
  padding: 43px 0;
  color: #07294D;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navigation .nav-menus-wrapper .nav-menu li a {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .nav-menus-wrapper .nav-menu li a {
    color: #fff;
    padding: 12px 15px 12px 26px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .navigation .nav-menus-wrapper .nav-menu li a {
    color: #fff;
    padding: 12px 15px 12px 26px;
    font-size: 14px;
  }
}
.navigation .nav-menus-wrapper .nav-menu li a.active {
  color: #0C8B51;
}
.navigation .nav-menus-wrapper .nav-menu li:hover > a {
  color: #0C8B51;
}
.navigation .nav-menus-wrapper .nav-menu li .nav-submenu {
  position: absolute;
  width: 215px;
  background-color: #fff;
  border-top: 2px solid #07294D;
  padding: 10px 0px;
  -webkit-box-shadow: 2px 2px 20px rgba(7, 41, 77, 0.1);
  -moz-box-shadow: 2px 2px 20px rgba(7, 41, 77, 0.1);
  box-shadow: 2px 2px 20px rgba(7, 41, 77, 0.1);
  top: 100%;
  left: 0;
  z-index: 99;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .nav-menus-wrapper .nav-menu li .nav-submenu {
    position: relative;
    width: 100%;
    background-color: transparent;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .navigation .nav-menus-wrapper .nav-menu li .nav-submenu {
    position: relative;
    width: 100%;
    background-color: transparent;
    padding: 0;
  }
}
.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li {
  margin-left: 0;
}
.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li a {
  line-height: 1;
  padding: 10px 20px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .nav-menus-wrapper .nav-menu li .nav-submenu li a {
    padding: 12px 35px;
  }
}
@media (max-width: 767px) {
  .navigation .nav-menus-wrapper .nav-menu li .nav-submenu li a {
    padding: 12px 35px;
  }
}
.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li a i {
  display: block;
  font-size: 13px;
  float: right;
}
.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li:hover > a {
  padding-left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .nav-menus-wrapper .nav-menu li .nav-submenu li:hover > a {
    padding: 12px 35px;
  }
}
@media (max-width: 767px) {
  .navigation .nav-menus-wrapper .nav-menu li .nav-submenu li:hover > a {
    padding: 12px 35px;
  }
}
.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li .nav-submenu {
  top: -12px;
  left: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .nav-menus-wrapper .nav-menu li .nav-submenu li .nav-submenu {
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .navigation .nav-menus-wrapper .nav-menu li .nav-submenu li .nav-submenu {
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .nav-menus-wrapper .nav-menu li .nav-submenu li .nav-submenu li a {
    padding-left: 45px;
  }
}
@media (max-width: 767px) {
  .navigation .nav-menus-wrapper .nav-menu li .nav-submenu li .nav-submenu li a {
    padding-left: 45px;
  }
}
.navigation .nav-menus-wrapper .submenu-indicator {
  margin-left: 8px;
  margin-top: 8px;
  float: right;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .nav-menus-wrapper .submenu-indicator {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .navigation .nav-menus-wrapper .submenu-indicator {
    margin: 0;
  }
}
.navigation .nav-menus-wrapper .submenu-indicator .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #07294D #07294D transparent;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .nav-menus-wrapper .submenu-indicator .submenu-indicator-chevron {
    border-color: transparent #DBDBDB #DBDBDB transparent;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .navigation .nav-menus-wrapper .submenu-indicator .submenu-indicator-chevron {
    border-color: transparent #DBDBDB #DBDBDB transparent;
    margin: 0;
  }
}
.navigation .nav-menus-wrapper .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .nav-menus-wrapper .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0;
  }
}
@media (max-width: 767px) {
  .navigation .nav-menus-wrapper .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0;
  }
}
.navigation .nav-menus-wrapper .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navigation .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  cursor: pointer;
}
.navigation .nav-toggle::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #07294D;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #07294D, 0 1em 0 0 #07294D;
}
.navigation .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #DBDBDB;
  font-size: 26px;
  cursor: pointer;
}
.navigation .header-search {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .header-search {
    position: absolute;
    top: 50%;
    right: 70px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
  }
}
@media (max-width: 767px) {
  .navigation .header-search {
    position: absolute;
    top: 50%;
    right: 70px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .navigation .header-search {
    display: block;
  }
}
.navigation .header-search input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #07294D;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #8d8d8d;
  height: 30px;
}
.navigation .header-search input::placeholder {
  opacity: 1;
  color: #8d8d8d;
}
.navigation .header-search input::-moz-placeholder {
  opacity: 1;
  color: #8d8d8d;
}
.navigation .header-search input::-moz-placeholder {
  opacity: 1;
  color: #8d8d8d;
}
.navigation .header-search input::-webkit-input-placeholder {
  opacity: 1;
  color: #8d8d8d;
}
.navigation .header-search button {
  padding: 0;
  background: none;
  border: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
}
.navigation.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-animation: sticky 1s;
  -moz-animation: sticky 1s;
  -o-animation: sticky 1s;
  animation: sticky 1s;
  -webkit-box-shadow: 2px 2px 20px rgba(34, 34, 34, 0.15);
  -moz-box-shadow: 2px 2px 20px rgba(34, 34, 34, 0.15);
  box-shadow: 2px 2px 20px rgba(34, 34, 34, 0.15);
  background-color: #fff;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.navigation-portrait .submenu-indicator {
  width: 45px;
  height: 45px;
  position: absolute;
  text-align: center;
  z-index: 20000;
  top: 0;
  right: 0;
}
.navigation-portrait .submenu-indicator .submenu-indicator-chevron {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) !important;
  -moz-transform: translate(-50%, -50%) rotate(45deg) !important;
  -ms-transform: translate(-50%, -50%) rotate(45deg) !important;
  -o-transform: translate(-50%, -50%) rotate(45deg) !important;
  transform: translate(-50%, -50%) rotate(45deg) !important;
}
.navigation-portrait .nav-submenu-open > a .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: translate(-50%, -50%) rotate(225deg) !important;
  -moz-transform: translate(-50%, -50%) rotate(225deg) !important;
  -ms-transform: translate(-50%, -50%) rotate(225deg) !important;
  -o-transform: translate(-50%, -50%) rotate(225deg) !important;
  transform: translate(-50%, -50%) rotate(225deg) !important;
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 999;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
/*@import 'slider';*/
/*@import 'features';*/
/*===========================
     05.Top Courses css
===========================*/
.top-courses-area {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-courses-area {
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  .top-courses-area {
    padding-top: 15px;
  }
}

.courses-wrapper {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-wrapper {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .courses-wrapper {
    padding-top: 20px;
  }
}
.courses-wrapper.wrapper-2 {
  padding-top: 10px;
}
.courses-wrapper .courses-col:nth-child(8n+1) .single-courses-2, .courses-wrapper .courses-col:nth-child(8n+1) .single-courses {
  background-color: #07294D;
}
.courses-wrapper .courses-col:nth-child(8n+1) .single-courses-2 .courses-content .duration-rating, .courses-wrapper .courses-col:nth-child(8n+1) .single-courses .courses-content .duration-rating {
  background-color: #07294D;
}
.courses-wrapper .courses-col:nth-child(8n+2) .single-courses-2, .courses-wrapper .courses-col:nth-child(8n+2) .single-courses {
  background-color: #0C8B51;
}
.courses-wrapper .courses-col:nth-child(8n+2) .single-courses-2 .courses-content .duration-rating, .courses-wrapper .courses-col:nth-child(8n+2) .single-courses .courses-content .duration-rating {
  background-color: #0C8B51;
}
.courses-wrapper .courses-col:nth-child(8n+3) .single-courses-2, .courses-wrapper .courses-col:nth-child(8n+3) .single-courses {
  background-color: #2F7AD5;
}
.courses-wrapper .courses-col:nth-child(8n+3) .single-courses-2 .courses-content .duration-rating, .courses-wrapper .courses-col:nth-child(8n+3) .single-courses .courses-content .duration-rating {
  background-color: #2F7AD5;
}
.courses-wrapper .courses-col:nth-child(8n+4) .single-courses-2, .courses-wrapper .courses-col:nth-child(8n+4) .single-courses {
  background-color: #27B8A7;
}
.courses-wrapper .courses-col:nth-child(8n+4) .single-courses-2 .courses-content .duration-rating, .courses-wrapper .courses-col:nth-child(8n+4) .single-courses .courses-content .duration-rating {
  background-color: #27B8A7;
}
.courses-wrapper .courses-col:nth-child(8n+5) .single-courses-2, .courses-wrapper .courses-col:nth-child(8n+5) .single-courses {
  background-color: #1EC1D9;
}
.courses-wrapper .courses-col:nth-child(8n+5) .single-courses-2 .courses-content .duration-rating, .courses-wrapper .courses-col:nth-child(8n+5) .single-courses .courses-content .duration-rating {
  background-color: #1EC1D9;
}
.courses-wrapper .courses-col:nth-child(8n+6) .single-courses-2, .courses-wrapper .courses-col:nth-child(8n+6) .single-courses {
  background-color: #D94DA6;
}
.courses-wrapper .courses-col:nth-child(8n+6) .single-courses-2 .courses-content .duration-rating, .courses-wrapper .courses-col:nth-child(8n+6) .single-courses .courses-content .duration-rating {
  background-color: #D94DA6;
}
.courses-wrapper .courses-col:nth-child(8n+7) .single-courses-2, .courses-wrapper .courses-col:nth-child(8n+7) .single-courses {
  background-color: #EAB830;
}
.courses-wrapper .courses-col:nth-child(8n+7) .single-courses-2 .courses-content .duration-rating, .courses-wrapper .courses-col:nth-child(8n+7) .single-courses .courses-content .duration-rating {
  background-color: #EAB830;
}
.courses-wrapper .courses-col:nth-child(8n+8) .single-courses-2, .courses-wrapper .courses-col:nth-child(8n+8) .single-courses {
  background-color: #753B76;
}
.courses-wrapper .courses-col:nth-child(8n+8) .single-courses-2 .courses-content .duration-rating, .courses-wrapper .courses-col:nth-child(8n+8) .single-courses .courses-content .duration-rating {
  background-color: #753B76;
}

.single-courses {
  padding: 28px 25px 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-courses {
    padding: 18px 15px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-courses {
    padding: 50px 40px;
  }
}
.single-courses .category {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #fff;
}
.single-courses .courses-title a {
  font-family: Exo 2;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-courses .courses-title a {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .single-courses .courses-title a {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-courses .courses-title a {
    font-size: 18px;
    line-height: 28px;
  }
}
.single-courses .duration-fee {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-top: 5px;
}
.single-courses .duration-fee .duration {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 24px;
  color: #fff;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-courses .duration-fee .duration {
    font-size: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-courses .duration-fee .duration {
    font-size: 12px;
  }
}
.single-courses .duration-fee .fee {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 24px;
  color: #fff;
  padding-left: 26px;
  position: relative;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-courses .duration-fee .fee {
    font-size: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-courses .duration-fee .fee {
    font-size: 12px;
  }
}
.single-courses .duration-fee .fee::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 80%;
  left: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}
.single-courses .rating {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.single-courses .rating span {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 24px;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-courses .rating span {
    font-size: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-courses .rating span {
    font-size: 12px;
  }
}
.single-courses .rating .star {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-courses .rating .star li {
  font-size: 10px;
  color: #fff;
  margin-left: 5px;
}
.single-courses .courses-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  border-top: 1px solid #fff;
  margin-top: 15px;
}
.single-courses .courses-link .apply {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
  color: #fff;
  margin-top: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-courses .courses-link .apply {
    font-size: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-courses .courses-link .apply {
    font-size: 12px;
  }
}
.single-courses .courses-link .more {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
  color: #fff;
  margin-top: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-courses .courses-link .more {
    font-size: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-courses .courses-link .more {
    font-size: 12px;
  }
}

/*===== Courses 2 =====*/
.single-courses-2 .courses-image {
  overflow: hidden;
}
.single-courses-2 .courses-image a {
  display: block;
}
.single-courses-2 .courses-image img {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-courses-2 .courses-content {
  padding: 25px 25px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-courses-2 .courses-content {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-courses-2 .courses-content {
    padding: 30px 40px;
  }
}
.single-courses-2 .courses-content .category {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #fff;
}
.single-courses-2 .courses-content .courses-title a {
  font-family: Exo 2;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-courses-2 .courses-content .courses-title a {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .single-courses-2 .courses-content .courses-title a {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-courses-2 .courses-content .courses-title a {
    font-size: 18px;
    line-height: 28px;
  }
}
.single-courses-2 .courses-content .duration-rating {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 0 25px 25px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-courses-2 .courses-content .duration-rating {
    padding: 0px 15px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-courses-2 .courses-content .duration-rating {
    padding: 0px 40px 30px;
  }
}
.single-courses-2 .courses-content .duration-rating .duration-fee {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.single-courses-2 .courses-content .duration-rating .duration-fee .duration {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 16px;
  color: #fff;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-courses-2 .courses-content .duration-rating .duration-fee .duration {
    font-size: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-courses-2 .courses-content .duration-rating .duration-fee .duration {
    font-size: 12px;
  }
}
.single-courses-2 .courses-content .duration-rating .duration-fee .fee {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 24px;
  color: #fff;
  padding-left: 26px;
  position: relative;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-courses-2 .courses-content .duration-rating .duration-fee .fee {
    font-size: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-courses-2 .courses-content .duration-rating .duration-fee .fee {
    font-size: 12px;
  }
}
.single-courses-2 .courses-content .duration-rating .duration-fee .fee::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 80%;
  left: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}
.single-courses-2 .courses-content .duration-rating .duration-fee .credit {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 24px;
  color: #fff;
  padding-left: 26px;
  position: relative;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-courses-2 .courses-content .duration-rating .duration-fee .credit {
    font-size: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-courses-2 .courses-content .duration-rating .duration-fee .credit {
    font-size: 12px;
  }
}
.single-courses-2 .courses-content .duration-rating .duration-fee .credit::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 80%;
  left: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}
.single-courses-2 .courses-content .duration-rating .rating {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.single-courses-2 .courses-content .duration-rating .rating span {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 24px;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-courses-2 .courses-content .duration-rating .rating span {
    font-size: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-courses-2 .courses-content .duration-rating .rating span {
    font-size: 12px;
  }
}
.single-courses-2 .courses-content .duration-rating .rating .star {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-courses-2 .courses-content .duration-rating .rating .star li {
  font-size: 10px;
  color: #fff;
  margin-left: 5px;
}
.single-courses-2 .courses-content .courses-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  border-top: 1px solid #fff;
  margin-top: 15px;
  padding-bottom: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 1;
  visibility: visible;
}
.single-courses-2 .courses-content .courses-link .apply {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
  color: #fff;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-courses-2 .courses-content .courses-link .apply {
    font-size: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-courses-2 .courses-content .courses-link .apply {
    font-size: 12px;
  }
}
.single-courses-2 .courses-content .courses-link .more {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
  color: #fff;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-courses-2 .courses-content .courses-link .more {
    font-size: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-courses-2 .courses-content .courses-link .more {
    font-size: 12px;
  }
}
.single-courses-2:hover .courses-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.single-courses-2:hover .courses-content .duration-rating {
  opacity: 1;
  visibility: visible;
}
.single-courses-2:hover .courses-link {
  opacity: 1;
  visibility: hidden;
}

.courses-menu .menu-items li {
  display: inline-block;
  width: 125px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #07294D;
  border: 1px solid #DBDBDB;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  margin-top: 10px;
}
.courses-menu .menu-items li + li {
  margin-left: 23px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-menu .menu-items li + li {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-menu .menu-items li + li {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .courses-menu .menu-items li + li {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-menu .menu-items li {
    width: 110px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-menu .menu-items li {
    width: 100px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .courses-menu .menu-items li {
    width: auto;
    font-size: 14px;
    padding: 0 15px;
    height: 40px;
    line-height: 38px;
  }
}
.courses-menu .menu-items li:hover, .courses-menu .menu-items li.active {
  background-color: #0C8B51;
  color: #fff;
  border-color: #0C8B51;
}

/*===== Courses Page =====*/
.courses-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .courses-list {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .courses-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
.courses-list .courses-image {
  overflow: hidden;
}
.courses-list .courses-image a {
  display: block;
}
.courses-list .courses-image img {
  width: 320px;
  height: 300px;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .courses-list .courses-image img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .courses-list .courses-image img {
    width: 260px;
    height: 250px;
  }
}
.courses-list .courses-content {
  padding: 10px 20px;
  position: relative;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-list .courses-content {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .courses-list .courses-content {
    padding: 10px 15px;
  }
}
.courses-list .courses-content .courses-fee {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 30px;
  right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-list .courses-content .courses-fee {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .courses-list .courses-content .courses-fee {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 10px;
  }
}
.courses-list .courses-content .courses-content-wrapper {
  max-width: 300px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-list .courses-content .courses-content-wrapper {
    max-width: 270px;
  }
}
.courses-list .courses-content .duration-rating {
  position: relative;
  padding: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-list .courses-content .duration-rating {
    padding: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-list .courses-content .duration-rating {
    padding: 0px;
  }
}
.courses-list:hover .courses-content .courses-link {
  opacity: 1;
  visibility: visible;
}

/*===== Courses Page =====*/
.courses-bar {
  padding-top: 20px;
}

.courses-tab {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
.courses-tab .nav {
  padding-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-tab .nav {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .courses-tab .nav {
    padding-right: 20px;
  }
}
.courses-tab .nav li {
  margin-right: 10px;
}
.courses-tab .nav li a {
  font-size: 20px;
  color: #DFDFDF;
}
.courses-tab .nav li a.active {
  color: #07294D;
}
.courses-tab p {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #9c9c9c;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.courses-bar-form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .courses-bar-form {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .courses-bar-form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}

.courses-select {
  width: 210px;
  position: relative;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-select {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .courses-select {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .courses-select {
    width: 210px;
  }
}
.courses-select i {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
}
.courses-select select {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #9c9c9c;
  height: 35px;
  border: 0;
  border-bottom: 1px solid #9c9c9c;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.courses-search {
  width: 270px;
  position: relative;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-search {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .courses-search {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .courses-search {
    width: 210px;
  }
}
.courses-search input {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #9c9c9c;
  height: 35px;
  border: 0;
  border-bottom: 1px solid #9c9c9c;
  width: 100%;
}
.courses-search input::placeholder {
  opacity: 1;
  color: #9c9c9c;
}
.courses-search input::-moz-placeholder {
  opacity: 1;
  color: #9c9c9c;
}
.courses-search input::-moz-placeholder {
  opacity: 1;
  color: #9c9c9c;
}
.courses-search input::-webkit-input-placeholder {
  opacity: 1;
  color: #9c9c9c;
}
.courses-search i {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
}

/*@import 'specialty';*/
/*@import 'campus-visit';*/
/*===========================
        08.Event css
===========================*/
.event-area {
  padding-top: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-area {
    padding-top: 55px;
  }
}
@media (max-width: 767px) {
  .event-area {
    padding-top: 35px;
  }
}

.event-title-tab-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .event-title-tab-menu {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-title-tab-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
.event-title-tab-menu .event-title {
  display: inline-block;
}
.event-title-tab-menu .event-title .title {
  font-size: 47px;
  line-height: 54px;
  position: relative;
  padding-right: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event-title-tab-menu .event-title .title {
    font-size: 34px;
    line-height: 40px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-title-tab-menu .event-title .title {
    font-size: 36px;
    line-height: 45px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .event-title-tab-menu .event-title .title {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 20px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-title-tab-menu .event-title .title {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 0;
    padding-right: 30px;
  }
}
.event-title-tab-menu .event-title .title::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 65%;
  background-color: #07294D;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .event-title-tab-menu .event-title .title::before {
    height: 2px;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    width: 100px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-title-tab-menu .event-title .title::before {
    width: 2px;
    height: 75%;
    left: auto;
    top: 50%;
    right: 0px;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.event-tab-menu {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.event-tab-menu .nav {
  padding-left: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event-tab-menu .nav {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-tab-menu .nav {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .event-tab-menu .nav {
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-tab-menu .nav {
    padding-left: 30px;
  }
}
.event-tab-menu .nav li + li {
  margin-left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-tab-menu .nav li + li {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .event-tab-menu .nav li + li {
    margin-left: 10px;
  }
}
.event-tab-menu .nav li a {
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  color: #07294D;
  border: 1px solid #DBDBDB;
  padding: 0 30px;
  height: 45px;
  line-height: 43px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-tab-menu .nav li a {
    font-size: 16px;
    padding: 0 20px;
    height: 40px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .event-tab-menu .nav li a {
    font-size: 14px;
    padding: 0 10px;
    height: 40px;
    line-height: 38px;
  }
}
.event-tab-menu .nav li a.active {
  background-color: #0C8B51;
  border-color: #0C8B51;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.event-tab-items {
  padding-top: 40px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-tab-items {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .event-tab-items {
    padding-top: 20px;
  }
}
.event-tab-items .view-btn {
  position: absolute;
  top: 25px;
  right: 0;
}
@media (max-width: 767px) {
  .event-tab-items .view-btn {
    position: relative;
  }
}
.event-tab-items .view-btn .view-more {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #808080;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.event-tab-items .view-btn .view-more:hover {
  color: #07294D;
}

.single-event {
  background-color: #F1F1F1;
  padding: 25px 15px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-event {
    padding: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-event {
    padding: 30px 25px;
  }
}
.single-event .time {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  display: block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-event .time {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .single-event .time {
    font-size: 14px;
  }
}
.single-event .date {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #0C8B51;
  display: block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-event .date {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .single-event .date {
    font-size: 18px;
    line-height: 30px;
  }
}
.single-event .event-title a {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 30px;
  color: #07294D;
  margin-top: 11px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-event .event-title a {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .single-event .event-title a {
    font-size: 18px;
    line-height: 25px;
  }
}
.single-event .place {
  font-weight: 500;
  font-size: 16px;
  margin-top: 11px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-event .place {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .single-event .place {
    font-size: 14px;
  }
}
.single-event .more {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-top: 15px;
  color: #151515;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-event .more {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .single-event .more {
    font-size: 13px;
  }
}
.single-event .more i {
  font-size: 11px;
  margin-left: 3px;
}
.single-event:hover {
  background-color: #07294D;
}
.single-event:hover .time {
  color: #fff;
}
.single-event:hover .event-title a {
  color: #fff;
}
.single-event:hover .place {
  color: #fff;
}
.single-event:hover .more {
  color: #fff;
}

/*===== Event 2 =====*/
.event-image img {
  width: 100%;
}

.event-title {
  max-width: 490px;
  margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-title {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .event-title {
    margin-left: 0;
  }
}

.event-wrapper-2 {
  max-width: 490px;
}

.single-event-2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
}
.single-event-2 .event-date {
  width: 125px;
  height: 125px;
  background-color: #F1F1F1;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .single-event-2 .event-date {
    width: 80px;
    height: 80px;
  }
}
.single-event-2 .event-date .date {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 32px;
  color: #07294D;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-event-2 .event-date .date {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .single-event-2 .event-date .date {
    font-size: 16px;
    line-height: 26px;
  }
}
.single-event-2 .event-content {
  padding-left: 30px;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 767px) {
  .single-event-2 .event-content {
    padding-left: 15px;
  }
}
.single-event-2 .event-content .event-title-2 a {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 30px;
  color: #07294D;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-event-2 .event-content .event-title-2 a {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .single-event-2 .event-content .event-title-2 a {
    font-size: 16px;
    line-height: 26px;
  }
}
.single-event-2 .event-content .event-title-2 a:hover {
  color: #0C8B51;
}
.single-event-2 .event-content .place {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .single-event-2 .event-content .place {
    font-size: 13px;
    line-height: 24px;
  }
}
.single-event-2 .event-content .time {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  display: block;
}
@media (max-width: 767px) {
  .single-event-2 .event-content .time {
    font-size: 13px;
    line-height: 24px;
  }
}
.single-event-2 .event-content .more {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
  color: #151515;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .single-event-2 .event-content .more {
    font-size: 12px;
    line-height: 22px;
  }
}
.single-event-2 .event-content .more:hover {
  color: #0C8B51;
}
.single-event-2:hover .event-date {
  background-color: #0C8B51;
}
.single-event-2:hover .event-date .date {
  color: #fff;
}

/*===== Event Page =====*/
.event-page {
  padding-top: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-page {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .event-page {
    padding-top: 50px;
  }
}

.event-menu .menu-items li {
  display: inline-block;
  width: 125px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #07294D;
  border: 1px solid #DBDBDB;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  margin-top: 10px;
}
.event-menu .menu-items li + li {
  margin-left: 23px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event-menu .menu-items li + li {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-menu .menu-items li + li {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .event-menu .menu-items li + li {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event-menu .menu-items li {
    width: 110px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-menu .menu-items li {
    width: 100px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .event-menu .menu-items li {
    width: auto;
    font-size: 14px;
    padding: 0 15px;
    height: 40px;
    line-height: 38px;
  }
}
.event-menu .menu-items li:hover, .event-menu .menu-items li.active {
  background-color: #0C8B51;
  color: #fff;
  border-color: #0C8B51;
}

.event-wrapper {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-wrapper {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .event-wrapper {
    padding-top: 20px;
  }
}

/*@import 'testimonials';*/
/*@import 'counter';*/
/*===========================
      11.Blog css 
===========================*/
.blog-area {
  padding-top: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .blog-area {
    padding-top: 70px;
  }
}

.blog-area-2 {
  position: relative;
  padding-top: 112px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area-2 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .blog-area-2 {
    padding-top: 70px;
  }
}
.blog-area-2::before {
  position: absolute;
  content: "";
  max-width: 1300px;
  width: 100%;
  height: 60%;
  background-color: #F1F1F1;
  top: 0;
  left: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-area-2::before {
    left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-area-2::before {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area-2::before {
    left: 0;
  }
}
@media (max-width: 767px) {
  .blog-area-2::before {
    left: 0;
  }
}
.blog-area-2 .trending-title {
  font-weight: 700;
  font-size: 46px;
  letter-spacing: 0.1em;
  line-height: 24px;
  color: #d5d5d5;
  opacity: 0.46;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
  position: absolute;
  top: 283px;
  left: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-area-2 .trending-title {
    top: 30px;
    left: 15px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-area-2 .trending-title {
    top: 30px;
    left: 15px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area-2 .trending-title {
    display: none;
  }
}
@media (max-width: 767px) {
  .blog-area-2 .trending-title {
    display: none;
  }
}

.blog-wrapper {
  padding-top: 35px;
  position: relative;
}
.blog-wrapper .more-post {
  position: absolute;
  top: -35px;
  right: 170px;
  font-weight: 600;
  font-size: 18px;
  color: #07294D;
  border-bottom: 1px solid #707070;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-wrapper .more-post {
    right: 0;
  }
}
@media (max-width: 767px) {
  .blog-wrapper .more-post {
    right: 0;
  }
}
@media (max-width: 767px) {
  .blog-wrapper .more-post {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 30px;
    text-align: center;
  }
}

.single-blog {
  background-color: #F1F1F1;
}
.single-blog .blog-image {
  overflow: hidden;
}
.single-blog .blog-image a {
  display: block;
}
.single-blog .blog-image img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
}
.single-blog .blog-content {
  padding: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog .blog-content {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .single-blog .blog-content {
    padding: 15px;
  }
}
.single-blog .blog-content .meta li {
  display: inline-block;
  position: relative;
}
.single-blog .blog-content .meta li + li {
  margin-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog .blog-content .meta li + li {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog .blog-content .meta li + li {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .single-blog .blog-content .meta li + li {
    margin-left: 20px;
  }
}
.single-blog .blog-content .meta li + li::before {
  position: absolute;
  content: "-";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -18px;
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog .blog-content .meta li + li::before {
    left: -13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog .blog-content .meta li + li::before {
    left: -13px;
  }
}
@media (max-width: 767px) {
  .single-blog .blog-content .meta li + li::before {
    left: -13px;
  }
}
.single-blog .blog-content .meta li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #151515;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog .blog-content .meta li a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .single-blog .blog-content .meta li a {
    font-size: 12px;
  }
}
.single-blog .blog-content .meta li a:hover {
  color: #0C8B51;
}
.single-blog .blog-content .blog-title a {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  color: #07294D;
  margin-top: 10px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog .blog-content .blog-title a {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog .blog-content .blog-title a {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .single-blog .blog-content .blog-title a {
    font-size: 18px;
    line-height: 28px;
  }
}
.single-blog .blog-content .blog-title a:hover {
  color: #0C8B51;
}
.single-blog .blog-content .more {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 24px;
  color: #151515;
  margin-top: 15px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-blog .blog-content .more {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .single-blog .blog-content .more {
    font-size: 14px;
  }
}
.single-blog .blog-content .more i {
  margin-left: 3px;
  font-size: 12px;
}
.single-blog .blog-content .more:hover {
  color: #0C8B51;
}
.single-blog:hover .blog-image {
  overflow: hidden;
}
.single-blog:hover .blog-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*===== Blog Page Style =====*/
.blog-page {
  padding-top: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-page {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .blog-page {
    padding-top: 50px;
  }
}

/*@import 'newsletter';*/
/*===========================
      13.Footer css
===========================*/
.footer-area {
  position: relative;
  z-index: 5;
  padding-top: 50px;
}
.footer-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(7, 41, 77, 0.95);
  z-index: -1;
}
.footer-area.footer-02 {
  padding-top: 0;
}

.footer-widget {
  padding-top: 10px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget {
    padding-bottom: 95px;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .footer-widget {
    padding-bottom: 75px;
    padding-top: 30px;
  }
}
.footer-widget .footer-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .footer-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .footer-widget .footer-title {
    font-size: 20px;
  }
}

.footer-link .link-list {
  padding-top: 10px;
}
.footer-link .link-list li {
  margin-top: 25px;
}
.footer-link .link-list li p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 24px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-link .link-list li p {
    font-size: 14px;
  }
}
.footer-link .link-list li a {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 24px;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-link .link-list li a {
    font-size: 14px;
  }
}
.footer-link .link-list li a:hover {
  color: #0C8B51;
}

.footer-widget-wrapper {
  border-top: 1px solid #fff;
  padding-top: 0px;
  margin-top: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-widget-wrapper .footer-social {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .footer-widget-wrapper .footer-social {
    text-align: center;
    width: 100%;
  }
}
.footer-widget-wrapper .footer-social li {
  display: inline-block;
}
.footer-widget-wrapper .footer-social li + li {
  margin-left: 20px;
}
.footer-widget-wrapper .footer-social li a {
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer-widget-wrapper .footer-social li a:hover {
  background-color: #fff;
  color: #0C8B51;
}
.footer-widget-wrapper .footer-menu {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .footer-widget-wrapper .footer-menu {
    text-align: center;
    width: 100%;
  }
}
.footer-widget-wrapper .footer-menu .menu li {
  display: inline-block;
}
.footer-widget-wrapper .footer-menu .menu li + li {
  margin-left: 25px;
}
.footer-widget-wrapper .footer-menu .menu li a {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer-widget-wrapper .footer-menu .menu li a:hover {
  color: #0C8B51;
}

.footer-copyright {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.footer-copyright .copyright {
  padding: 13px 0;
}
.footer-copyright .copyright p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .footer-copyright .copyright p {
    font-size: 14px;
  }
}
.footer-copyright .copyright p a {
  color: #151515;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer-copyright .copyright p a:hover {
  color: #07294D;
}

/*===== Back To Top =====*/
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  z-index: 99;
  text-align: center;
  display: none;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
  -moz-box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
  box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  color: #fff;
  background-color: #07294D;
}
.back-to-top:hover {
  color: #fff;
  background-color: #0C8B51;
}

/*===========================
      14.About css 
===========================*/
.about-area {
  padding-top: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area {
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  .about-area {
    padding-top: 15px;
  }
}

.about-content {
  max-width: 380px;
}
.about-content .about-title {
  font-weight: bold;
  font-size: 46px;
  line-height: 54px;
  color: #07294D;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content .about-title {
    font-size: 38px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .about-content .about-title {
    font-size: 30px;
    line-height: 30px;
  }
}
.about-content .about-title span {
  color: #0C8B51;
}
.about-content .line {
  width: 150px;
  background: transparent;
  border: 1px solid #07294D;
  margin-top: 25px;
}
.about-content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #07294D;
  margin-top: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .about-content p {
    padding-left: 0px;
    font-size: 16px;
    line-height: 28px;
  }
}
.about-content .main-btn {
  width: 160px;
  margin-top: 45px;
}

.about-image {
  position: relative;
  max-width: 665px;
  height: 635px;
  margin-left: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .about-image {
    height: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image {
    height: 550px;
  }
}
.about-image .single-image {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image .single-image {
    -webkit-transform: rotate(45deg) scale(0.6);
    -moz-transform: rotate(45deg) scale(0.6);
    -ms-transform: rotate(45deg) scale(0.6);
    -o-transform: rotate(45deg) scale(0.6);
    transform: rotate(45deg) scale(0.6);
  }
}
@media (max-width: 767px) {
  .about-image .single-image {
    position: relative;
    -webkit-transform: rotate(45deg) scale(0.6);
    -moz-transform: rotate(45deg) scale(0.6);
    -ms-transform: rotate(45deg) scale(0.6);
    -o-transform: rotate(45deg) scale(0.6);
    transform: rotate(45deg) scale(0.6);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image .single-image {
    position: absolute;
    -webkit-transform: rotate(45deg) scale(0.8);
    -moz-transform: rotate(45deg) scale(0.8);
    -ms-transform: rotate(45deg) scale(0.8);
    -o-transform: rotate(45deg) scale(0.8);
    transform: rotate(45deg) scale(0.8);
  }
}
.about-image .single-image img {
  border-radius: 30px;
}
@media (max-width: 767px) {
  .about-image .single-image img {
    width: 100%;
  }
}
.about-image .single-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 30px;
  z-index: -1;
}
.about-image .single-image.image-1 {
  top: 72px;
  right: 63px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image .single-image.image-1 {
    top: 45px;
  }
}
@media (max-width: 767px) {
  .about-image .single-image.image-1 {
    top: 0;
    right: 0;
    margin: 30px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image .single-image.image-1 {
    top: 10px;
    right: 26px;
    margin: 0;
  }
}
.about-image .single-image.image-1::before {
  right: -14px;
  top: -14px;
  background-color: #07294D;
}
.about-image .single-image.image-2 {
  top: 56%;
  left: 29%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image .single-image.image-2 {
    top: 53%;
    left: 23%;
  }
}
@media (max-width: 767px) {
  .about-image .single-image.image-2 {
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image .single-image.image-2 {
    top: 54%;
    left: 29%;
  }
}
.about-image .single-image.image-2::before {
  right: -12px;
  bottom: -12px;
  background-color: #27B8A7;
}
.about-image .single-image.image-3 {
  top: 31%;
  left: 49px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image .single-image.image-3 {
    top: 32%;
  }
}
@media (max-width: 767px) {
  .about-image .single-image.image-3 {
    top: 34%;
    left: -14px;
    position: absolute;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image .single-image.image-3 {
    top: 31%;
    left: 49px;
  }
}
.about-image .single-image.image-3::before {
  bottom: -10px;
  left: -10px;
  background-color: #0C8B51;
}
.about-image .single-image.image-4 {
  top: 38px;
  left: 24%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image .single-image.image-4 {
    top: 47px;
    left: 22%;
  }
}
@media (max-width: 767px) {
  .about-image .single-image.image-4 {
    top: 34%;
    left: auto;
    right: -14px;
    position: absolute;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image .single-image.image-4 {
    top: 15px;
    left: 14%;
    right: auto;
  }
}
.about-image .single-image.image-4::before {
  top: -10px;
  left: -10px;
  background-color: #2F7AD5;
}
.about-image .about-icon {
  position: absolute;
}
.about-image .about-icon.icon-1 {
  left: 75px;
  top: 105px;
}
@media (max-width: 767px) {
  .about-image .about-icon.icon-1 {
    left: 30px;
    top: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image .about-icon.icon-1 {
    left: 40px;
    top: 115px;
  }
}
.about-image .about-icon.icon-2 {
  top: 18px;
  left: 53%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .about-image .about-icon.icon-2 {
    top: 25px;
    left: 80%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image .about-icon.icon-2 {
    left: 47%;
    top: 18px;
  }
}
.about-image .about-icon.icon-3 {
  left: 50px;
  bottom: 28%;
}
@media (max-width: 767px) {
  .about-image .about-icon.icon-3 {
    left: 0;
    bottom: 32%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image .about-icon.icon-3 {
    left: 50px;
    bottom: 28%;
  }
}
.about-image .about-icon.icon-4 {
  right: 140px;
  bottom: 25%;
}
@media (max-width: 767px) {
  .about-image .about-icon.icon-4 {
    right: 25px;
    bottom: 33%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image .about-icon.icon-4 {
    right: 100px;
  }
}

/*@import 'online-library';*/
/*===========================
    16.Page Banner css
===========================*/
.page-banner {
  padding-top: 155px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-banner {
    padding-top: 155px;
  }
}
@media (max-width: 767px) {
  .page-banner {
    padding-top: 190px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-banner {
    padding-top: 155px;
  }
}

.banner-content {
  padding-top: 25px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-content {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .banner-content {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.banner-content .title {
  color: #fff;
  font-weight: 700;
  font-size: 38px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-content .title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .banner-content .title {
    font-size: 32px;
  }
}

/*@import 'teachers';*/
/*@import 'courses-sidebar';
@import 'courses-details';

@import 'event-details';
@import 'gallery';
@import 'teacher-details';
@import 'shop-sidebar';
@import 'product-details';
*/
/*===========================
    25.Blog Sidebar css
===========================*/
.blog-sidebar {
  padding-right: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-sidebar {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .blog-sidebar {
    padding-right: 0;
  }
}
.blog-sidebar.right-sidebar {
  padding-right: 0;
  padding-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar.right-sidebar {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-sidebar.right-sidebar {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .blog-sidebar.right-sidebar {
    padding-left: 0;
  }
}
.blog-sidebar .sidebar-title .title {
  font-weight: 500;
  font-size: 20px;
  color: #07294D;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar .sidebar-title .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .blog-sidebar .sidebar-title .title {
    font-size: 20px;
  }
}
.blog-sidebar ul {
  padding-top: 8px;
}
.blog-sidebar ul li {
  padding: 8px 0;
  border-bottom: 1px solid #DBDBDB;
  font-weight: 500;
  font-size: 16px;
  font-weight: normal;
  color: #303030;
}
.blog-sidebar ul li a {
  color: #07294D;
}
.blog-sidebar ul li p {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar ul li {
    font-size: 12px;
  }
}
.blog-sidebar ul li:last-child {
  border-bottom: 0;
}
.blog-sidebar ul li strong {
  display: block;
  float: right;
  font-weight: 500;
}

.blog-sidebar-category {
  background-color: #F1F1F1;
  padding: 10px 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar-category {
    padding: 15px 10px;
  }
}
.blog-sidebar-category .category-items {
  padding-top: 0px;
}
.blog-sidebar-post {
  background-color: #F1F1F1;
  padding: 10px 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar-post {
    padding: 15px 10px;
  }
}
.blog-sidebar-post .post-items {
  padding-top: 15px;
}
.blog-sidebar-post .post-items li + li {
  border-top: 1px solid #DBDBDB;
}
.blog-sidebar-post .post-items li .single-post {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.blog-sidebar-post .post-items li .single-post .post-content {
  padding-left: 15px;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.blog-sidebar-post .post-items li .single-post .post-content .post-title {
  line-height: 20px;
}
.blog-sidebar-post .post-items li .single-post .post-content .post-title a {
  font-size: 16px;
  color: #07294D;
}
.blog-sidebar-post .post-items li .single-post .post-content .more {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #07294D;
  margin-top: 10px;
}
.blog-sidebar-post .post-items li .single-post .post-content .more i {
  font-size: 11px;
}

.blog-sidebar-banner a {
  display: block;
}
.blog-sidebar-banner a img {
  width: 100%;
}

.blog-sidebar-tags {
  background-color: #F1F1F1;
  padding: 30px 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar-tags {
    padding: 25px 20px;
  }
}
.blog-sidebar-tags .tags-items {
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 20px;
}
.blog-sidebar-tags .tags-items li {
  border-bottom: 0;
  display: inline-block;
  padding: 3px 10px;
}
.blog-sidebar-tags .tags-items li a {
  font-weight: 500;
  font-size: 14px;
  color: #07294D;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog-sidebar-tags .tags-items li a:hover {
  color: #0C8B51;
}

/*===========================
    26.Blog Details css
===========================*/
.blog-details-page {
  padding-top: 0px;
}
.blog-details-page sub-title {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-page {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .blog-details-page {
    padding-top: 30px;
  }
}

.blog-details-content .details-content .meta {
  padding-top: 0px;
}
.blog-details-content .details-content .meta li {
  display: inline-block;
  position: relative;
}
.blog-details-content .details-content .meta li + li {
  margin-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-content .details-content .meta li + li {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-content .details-content .meta li + li {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .blog-details-content .details-content .meta li + li {
    margin-left: 20px;
  }
}
.blog-details-content .details-content .meta li + li::before {
  position: absolute;
  content: "-";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -18px;
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-content .details-content .meta li + li::before {
    left: -13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-content .details-content .meta li + li::before {
    left: -13px;
  }
}
@media (max-width: 767px) {
  .blog-details-content .details-content .meta li + li::before {
    left: -13px;
  }
}
.blog-details-content .details-content .meta li a {
  font-weight: 500;
  /*font-size: 18px;
  line-height: 16px;*/
  color: #151515;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /*@media only screen and (min-width: 992px) and (max-width: 1199px) {
      font-size: 12px;
  }

  @media (max-width: 767px) {
      font-size: 12px;
  }*/
}
.blog-details-content .details-content .meta li a:hover {
  color: #0C8B51;
}
.blog-details-content .details-content .title {
  font-weight: 700;
  font-size: 26px;
  color: #07294D;
  margin-top: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-content .details-content .title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .blog-details-content .details-content .title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-content .details-content .title {
    font-size: 26px;
  }
}
.blog-details-content .details-content p {
  /*margin-top: 20px;
  font-weight: 500;
  font-size: 16px;*/
  line-height: 16px;
  color: #303030;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-content .details-content p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-content .details-content p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .blog-details-content .details-content p {
    font-size: 14px;
    line-height: 16px;
  }
}
.blog-details-content .details-content .blog-list li {
  position: relative;
  padding-left: 40px;
  margin-top: 20px;
}
.blog-details-content .details-content .blog-list li i, .blog-details-content .details-content .blog-list li em {
  color: #151515;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-content .details-content .blog-list li i, .blog-details-content .details-content .blog-list li em {
    font-size: 16px;
  }
}
.blog-details-content .details-content .blog-list li p {
  margin-top: 0;
}
.blog-details-content .details-content .blog-tags {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 45px;
}
.blog-details-content .details-content .blog-tags span {
  font-weight: 700;
  font-size: 18px;
  color: #303030;
}
.blog-details-content .details-content .blog-tags .tags li {
  display: inline-block;
  margin-left: 5px;
}
.blog-details-content .details-content .blog-tags .tags li a {
  font-weight: 500;
  font-size: 18px;
  color: #303030;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-content .details-content .blog-tags .tags li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-content .details-content .blog-tags .tags li a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .blog-details-content .details-content .blog-tags .tags li a {
    font-size: 14px;
  }
}
.blog-details-content .blog-comment {
  padding-top: 70px;
}
.blog-details-content .blog-comment .comment-title {
  font-weight: 700;
  font-size: 24px;
  color: #07294D;
  position: relative;
  padding-bottom: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-content .blog-comment .comment-title {
    font-size: 20px;
  }
}
.blog-details-content .blog-comment .comment-title::before {
  width: 100px;
  height: 2px;
  background-color: #07294D;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
}
.blog-details-content .blog-comment > p {
  margin-top: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  color: #303030;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-content .blog-comment > p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-content .blog-comment > p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .blog-details-content .blog-comment > p {
    font-size: 14px;
    line-height: 24px;
  }
}
.blog-details-content .blog-comment .comment-items li .single-comment {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .blog-details-content .blog-comment .comment-items li .single-comment {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-content .blog-comment .comment-items li .single-comment {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
.blog-details-content .blog-comment .comment-items li .single-comment .comment-author img {
  border-radius: 50%;
}
.blog-details-content .blog-comment .comment-items li .single-comment .comment-content {
  padding-left: 30px;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 767px) {
  .blog-details-content .blog-comment .comment-items li .single-comment .comment-content {
    padding-left: 0;
    padding-top: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-content .blog-comment .comment-items li .single-comment .comment-content {
    padding-left: 25px;
    padding-top: 0;
  }
}
.blog-details-content .blog-comment .comment-items li .single-comment .comment-content .meta {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.blog-details-content .blog-comment .comment-items li .single-comment .comment-content .meta .name {
  font-weight: 600;
  font-size: 18px;
  color: #151515;
}
.blog-details-content .blog-comment .comment-items li .single-comment .comment-content .meta .time {
  font-weight: 500;
  font-size: 14px;
  color: #151515;
  margin-left: 10px;
}
.blog-details-content .blog-comment .comment-items li .single-comment .comment-content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #151515;
  margin-top: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-content .blog-comment .comment-items li .single-comment .comment-content p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-content .blog-comment .comment-items li .single-comment .comment-content p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .blog-details-content .blog-comment .comment-items li .single-comment .comment-content p {
    font-size: 14px;
    line-height: 24px;
  }
}
.blog-details-content .blog-comment .comment-items li .single-comment .comment-content .reply {
  font-weight: 500;
  font-size: 14px;
  color: #151515;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog-details-content .blog-comment .comment-items li .single-comment .comment-content .reply:hover {
  color: #0C8B51;
}
.blog-details-content .blog-comment .comment-items li .comment-reply {
  padding-left: 130px;
}
@media (max-width: 767px) {
  .blog-details-content .blog-comment .comment-items li .comment-reply {
    padding-left: 0;
  }
}

/*===========================
        27.Contact css
===========================*/
.contact-area {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-area {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .contact-area {
    padding-top: 50px;
  }
}

.single-contact-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-contact-info .info-icon i {
  font-size: 24px;
  color: #07294D;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #DBDBDB;
  border-radius: 50%;
}
.single-contact-info .info-content {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
}
.single-contact-info .info-content .title {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #0C8B51;
  padding-bottom: 15px;
}
.single-contact-info .info-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #151515;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-contact-info .info-content p {
    font-size: 14px;
  }
}
.single-contact-info .info-content p a {
  color: #151515;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-contact-info .info-content p a:hover {
  color: #0C8B51;
}

.contact-form {
  padding-top: 50px;
}

.form-message.success, .form-message.error {
  font-size: 16px;
  color: #07294D;
  background: #ddd;
  padding: 10px 15px;
  margin-left: 15px;
  margin-top: 15px;
}
.form-message.error {
  color: #f00;
}

.contact-title .title {
  font-weight: 700;
  font-size: 24px;
  color: #07294D;
  position: relative;
  padding-bottom: 21px;
}
@media (max-width: 767px) {
  .contact-title .title {
    font-size: 20px;
  }
}
.contact-title .title::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 2px;
  background-color: #07294D;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.contact-title p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #151515;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-title p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-title p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contact-title p {
    font-size: 14px;
    line-height: 24px;
  }
}

.contact-form-wrapper {
  padding-top: 30px;
}

/*===========================
        28.FAQ's css
===========================*/
.faq-area {
  padding-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-area {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .faq-area {
    padding-top: 70px;
  }
}

.faq-wrapper {
  padding-top: 0px;
}
.faq-wrapper .accordion .card {
  position: relative;
  padding-left: 40px;
  border: 0;
  margin-top: 0px;
}
.faq-wrapper .accordion .card .question {
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
  color: #07294D;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-wrapper .accordion .card .question {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-wrapper .accordion .card .question {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .faq-wrapper .accordion .card .question {
    font-size: 24px;
    line-height: 36px;
  }
}
.faq-wrapper .accordion .card .card-header {
  padding: 5px 0;
  border-bottom: 0;
  margin-bottom: 0;
  background: none;
}
.faq-wrapper .accordion .card .card-header a {
  font-weight: 600;
  font-size: 18px;
  color: #0C8B51;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-wrapper .accordion .card .card-header a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-wrapper .accordion .card .card-header a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .faq-wrapper .accordion .card .card-header a {
    font-size: 16px;
  }
}
.faq-wrapper .accordion .card .card-header a.collapsed {
  color: #303030;
}
.faq-wrapper .accordion .card .card-body {
  padding: 0;
  padding-left: 35px;
  position: relative;
  margin-top: 30px;
}
.faq-wrapper .accordion .card .card-body .answer {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #07294D;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-wrapper .accordion .card .card-body .answer {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-wrapper .accordion .card .card-body .answer {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .faq-wrapper .accordion .card .card-body .answer {
    font-size: 20px;
  }
}
.faq-wrapper .accordion .card .card-body p {
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  color: #303030;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-wrapper .accordion .card .card-body p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-wrapper .accordion .card .card-body p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .faq-wrapper .accordion .card .card-body p {
    font-size: 14px;
    line-height: 26px;
  }
  .faq-wrapper .accordion .card .card-body p br {
    display: none;
  }
}

/*
@import 'login-register';
@import 'notice';
*/

/*# sourceMappingURL=style.css.map */
