/*-----------------------------------------------------------------------------------

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

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

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600&display=swap');

@font-face {
  font-family: 'DJ5CTRIAL';
  src: url('../webfonts/dearJoe-5/DJ5CTRIAL.ttf.woff') format('woff'),
    url('../webfonts/dearJoe-5/DJ5CTRIAL.ttf.svg#dearJoe-II') format('svg'),
    url('../webfonts/dearJoe-5/DJ5CTRIAL.ttf.eot'),
    url('../webfonts/dearJoe-5/DJ5CTRIAL.ttf.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000000;
}

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

.header-content a {
    position: relative;
    z-index: 999;
}

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;
}

strong {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'DJ5CTRIAL';
  font-weight: 700;
  color: #10878f;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

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

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

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

.img-now{
  width: 180px;
}

/*===== 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: #10878f;
}

@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: #10878f;
}

/*===== 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: 47px;
  font-weight: 500;
  line-height: 54px;
  position: relative;
  padding-right: 60px;
  display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title .title {
    font-size: 34px;
    line-height: 40px;
    padding-right: 50px;
  }

  .img-now{
    width: 100px;
  }
}

@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 .title::before {
  position: absolute;
  content: '';
  width: 2px;
  height: 65%;
  background-color: #10878f;
  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) {
  .section-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) {
  .section-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%);
  }
}

.section-title p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #151515;
  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: 43px;
  font-weight: 500;
  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 #10878f;
  margin-top: 12px;
  margin-left: 50px;
  animation: zoom-in-zoom-out 2s linear infinite;
  display: inline-block;
  transform: rotate(1deg);
}

.section-title-2 p {
  /* font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #080808;
  margin-top: 20px;
  text-align: justify; */

  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #080808;
  margin-top: 20px;
  text-align: justify;
  margin-bottom: 15px;
}

@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 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: #10878f;
  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: #10878f;
}

.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: '\f00c';
  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: #10878f;
  border-color: #10878f;
}

.checkbox input[type="checkbox"]:checked+label span::before {
  color: #fff;
  opacity: 1;
  visibility: visible;
}

.single-form {
  margin-top: 20px;
}

.single-form textarea,
.single-form input,
.single-form select {
  width: 100%;
  height: 30px;
  padding: 0 15px;
  border: 1px solid #DBDBDB;
  font-weight: 500;
  font-size: 16px;
  color: #303030;
  border-radius: 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;
}

.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: 150px;
  padding-top: 15px;
  resize: none;
}

.single-form textarea.comment {
  height: 65px;
}

.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 #10878f;
  border-right: 1px solid #10878f;
  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: #10878f;
  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);
  }
}

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

.header-top {
  background: #10878f;
  padding: 6px 0;
}

.header-logo {
  /* position: absolute; */
  z-index: 99;
  top: -35px;
}

/* .header-logo img {

  animation: logorotate 4s 1;
}

@keyframes logorotate {
  50% {
    transform: rotateY(90deg);
  }
} */

@media (max-width: 768px) {
  /*.header-logo {

    top: -10px;
  } */

  .navigation .nav-toggle {
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .header-top-wrapper .header-top-left {
    width: 100%;
    text-align: center;
  }

  .header-logo {
    width: 260px;
    top: -35px;
  }
}

@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-weight: 400;
  font-size: 13px;
  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.social-media li {
  display: inline-block;
  padding: 0 9px;
}



.header-top-wrapper .header-top-left .header-meta li a:hover {
  color: #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: 'Roboto', sans-serif;
  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.register::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -22px;
  background-color: #8D8D8D;
}

.navigation {
  position: relative;
  padding: 8px 0;
}

@media (max-width: 991px) {
  .navigation .nav-toggle {
    display: block !important;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* .navigation {
    padding: 35px 0;
  } */

  .navigation .nav-toggle {
    display: block;
  }

}

/* @media (max-width: 767px) {
  .navigation {
    padding: 40px 0;
  }
} */
@media only screen and (min-width: 992px) and (max-width: 1074px) {
  .navigation .nav-menus-wrapper .nav-menu li a {
    font-size: 9px !important;
    padding: 6px 6px !important;
  }
}

@media only screen and (min-width: 1075px) and (max-width: 1289px) {
  .navigation .nav-menus-wrapper .nav-menu li a {
    font-size: 10px !important;
    padding: 6px 8px !important;
  }
}

@media only screen and (min-width: 1290px) and (max-width: 1430px) {
  .navigation .nav-menus-wrapper .nav-menu li a {
    font-size: 12px !important;
    padding: 6px 9px !important;
  }
}

@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: #10878f;
    z-index: 9999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: .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: #10878f;
    z-index: 9999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: .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;
  float: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation .nav-menus-wrapper .nav-menu {
    display: block;
    padding-top: 80px;
    float: none;
  }
}

@media (max-width: 767px) {
  .navigation .nav-menus-wrapper .nav-menu {
    display: block;
    padding-top: 80px;
    float: none;
  }
}

.navigation .nav-menus-wrapper .nav-menu li {
  position: relative;
  padding: 20px 0px;
}

/* .navigation .nav-menus-wrapper .nav-menu li:last-child {
  background-color: #000000;

} */

.navigation .nav-menus-wrapper .nav-menu li a.admission-btn {
  color: #ffffff;
  background: #10878f;
  padding: 5px 10px;
}

.navigation .nav-menus-wrapper .nav-menu li a.admission-btn:hover {
  color: #fff200;
}

@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);
    padding: 0;
  }
}

@media (max-width: 767px) {
  .navigation .nav-menus-wrapper .nav-menu li {
    border-top: 1px solid rgba(219, 219, 219, 0.15);
    padding: 0;
  }
}

@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: 6px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navigation .nav-menus-wrapper .nav-menu li+li {
    margin-left: 4px;
  }

  .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+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-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 5px 8px;
  color: #000000;
  -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: 768px) and (max-width: 991px) {
  .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.admission-btn {
    padding: 12px 15px 12px 26px;
  }
}

@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.admission-btn {
    padding: 12px 15px 12px 26px;
  }
}

.navigation .nav-menus-wrapper .nav-menu li a.active {
  color: #000000;
  padding: 5px 10px;
  /* background-color: #0b7fb3;
  border-radius: 5px; */
  border-bottom: #0b7eb3 3px solid;
}

.navigation .nav-menus-wrapper .nav-menu li a.active .submenu-indicator .submenu-indicator-chevron {
  border-color: transparent #000000 #000000 transparent;
}

/* @media (max-width: 991px) {
  .navigation .nav-menus-wrapper .nav-menu li a.active {
    color: #fff200;
  }
} */

.navigation .nav-menus-wrapper .nav-menu li:hover>a {
  color: #ffffff;
  background-color: #14b6c1;
  border-radius: 5px;
  border-bottom: none;
}

.navigation .nav-menus-wrapper .nav-menu li:hover>a .submenu-indicator .submenu-indicator-chevron {
  border-color: transparent #ffffff #ffffff transparent;
  -webkit-transform: rotate(223deg);
  -moz-transform: rotate(223deg);
  -ms-transform: rotate(223deg);
  -o-transform: rotate(223deg);
  transform: rotate(223deg);
}

/* .navigation .nav-menus-wrapper .submenu-indicator .submenu-indicator-chevron:hover {
  border-color: transparent #ffffff #ffffff transparent;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
} */

.navigation .nav-menus-wrapper .nav-menu li .nav-submenu {
  position: absolute;
  width: 235px;
  background-color: #fff;
  border-top: 2px solid #10878f;
  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: -50px;
  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;
    left: 0;
  }
}

@media (max-width: 767px) {
  .navigation .nav-menus-wrapper .nav-menu li .nav-submenu {
    position: relative;
    width: 100%;
    background-color: transparent;
    padding: 0;
    left: 0;
  }
}

.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li {
  margin-left: 0;
  padding: 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;
  }
  .header-logo .img-now{
    display: none;
  }
}

.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: 7px;
  margin-top: 7px;
  float: right;
  transition: all .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 #000000 #000000 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;
}

.navigation .nav-menus-wrapper .submenu-indicator .submenu-indicator-chevron:hover {
  border-color: transparent #ffffff #ffffff transparent;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

@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;
  display: none;
}

.navigation .nav-toggle::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #10878f;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #10878f, 0 1em 0 0 #10878f;
}

.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 #10878f;
  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%);
  }
}

/*===========================
      03.Slider css 
===========================*/
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  position: relative;
  padding: 0;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: 60px;
  top: 110px;
  left: 50px;
  right: 50px;
}

#hero .carousel-content {
  background: rgba(28, 23, 21, 0.7);
  padding: 20px;
  color: #fff;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  border-top: 5px solid #f03c02;
}

#hero .carousel-content h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
}

#hero .btn-get-started {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #f03c02;
}

#hero .btn-get-started:hover {
  background: #f03c02;
  color: #fff;
  text-decoration: none;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

@media (min-width: 1024px) {
  #hero .carousel-content {
    width: 60%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 992px) {
  #hero {
    height: calc(100vh - 70px);
  }

  #hero .carousel-content h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }

  #hero .carousel-content p {
    font-size: 15px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

@media (max-width: 576px) {
  .navigation .nav-toggle {
    margin-top: -10px;
  }
}

.single-slider {
  height: 1035px;
}

@media (max-width: 1440px) {
  .single-slider {
    height: 500px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slider {
    height: 415px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .single-slider {
    height: auto;
  }
}

.slider-content {
  max-width: 590px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content {
    max-width: 520px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content {
    max-width: 420px;
  }
}

@media (max-width: 767px) {
  .slider-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.slider-content .title {
  font-size: 65px;
  font-weight: 500;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content .title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content .title {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .slider-content .title {
    font-size: 28px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-content .title {
    font-size: 36px;
  }
}

.slider-content .slider-btn {
  padding-top: 40px;
}

.slider-content .slider-btn li {
  display: inline-block;
  margin-top: 10px;
  margin-right: 18px;
}

.slider-content .slider-btn li .main-btn {
  width: 165px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content .slider-btn li .main-btn {
    width: 145px;
  }
}

.slider-active .slick-arrow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: rgba(7, 41, 77, 0.7);
  color: #fff;
  font-size: 20px;
  z-index: 9;
  cursor: pointer;
}

.slider-active .slick-arrow.next {
  left: 45px;
}

/*==== Form Slider ====*/
.main-box {
  /* position: relative;
  display: block;
  width: 90%;
  height: 700px;
  margin: 50px auto; */
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(to right, #232f41, #374a62);
}

.lined-link {
  position: relative;
  text-decoration: none;
  transition: all 0.2s linear
}

.lined-link:hover {
  opacity: 0.5
}

.lined-link:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: -2px;
  border: none;
  border-bottom: 1px solid #63d5c4;
}

/************ Start Slider Container **************/

.form-cont {
  box-shadow: 0 0 20px #2a2a2a;
  background: linear-gradient(#162149, #14b6c1) !important;
  transition: all 0.3s ease;
}

.slick-slide,
.slick-slider {
  width: 100%;
  height: 100%
}

.clear-fix {
  clear: both;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: #8dffea;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.slick-dots li.slick-active button {
  background-color: #53C5B9;
  transform: scale(1.6);
  box-shadow: 0 0 10px #1b1b1b
}

.img-txt {
  position: relative;
}

.img-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(47, 63, 85, 0.53);
}

.img-txt h1 {
  position: absolute;
  display: block;
  top: 50%;
  color: #fff;
  width: 100%;
  padding: 50px 0;
  font-size: 45px;
  font-weight: 100;
  text-align: center;
  transform: translateY(-50%);
  background-color: transparent;
}

@media (max-width: 767px) {
  .img-txt h1 {
    font-size: 22px;
  }

}

/************ Start Form Container **************/

.top-buttons {
  position: relative;
  display: block;
  width: 100%;
  height: 15%;
  padding: 25px;
  text-align: right;
}

.top-buttons button {
  color: #cacaca;
  border: none;
  width: 90px;
  margin: -2px;
  padding: 10px;
  font-size: 16px;
  font-weight: 300;
  background: #4c5c72;
  cursor: pointer;
}

.top-buttons button:nth-child(1) {
  border-radius: 50px 0 0 50px;
}

.top-buttons button:nth-child(2) {
  border-radius: 0 50px 50px 0;
}

.top-active-button {
  color: #fff !important;
  box-shadow: 0 0 20px #2a2a2a;
  background: linear-gradient(#68dac7, #54c7ba) !important;
  transition: all 0.3s ease;
}

.form {
  width: 100%;
  height: 85%;
  padding: 10px 20px;
}

.form form {
  width: 100%;
  height: 100%;
}

.form form label,
.form form input[type="text"],
.form form input[type="email"],
.form form input[type="password"],
.form form input[type="number"],
.form form select,
.form form textarea {
  display: block;
}

.form form label {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  margin: 6px 0;
}

p.terms {
  color: #9E9E9E;
  margin-bottom: 60px;
}

.form form input[type="text"],
.form form input[type="email"],
.form form input[type="password"],
.form form input[type="number"],
.form form select,
.form form textarea {
  color: #ffffff;
  width: 100%;
  border: none;
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 30px;
  padding: 5px 0 10px 0;
  background: transparent;
  border-bottom: 1px solid #4c5c72;
}

.form form input::placeholder {
  color: #cecece;
}

.form form a {
  color: #fff;
}

input.form-btn {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding: 12px 55px;
  margin-right: 20px;
  border: none;
  cursor: pointer;
  border-radius: 35px;
  transition: all 0.3s linear;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.55);
  background: linear-gradient(to right, #5bcdbe, #41ab9e);
}

input.form-btn:hover {
  box-shadow: none
}

.form-signin {
  display: none;
  padding-top: 120px;
}

/*==== End Form Slider ====*/



/*===== Slider 03 =====*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-02 .single-slider {
    height: 450px;
  }

  .bg_cover {
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .slider-02 .single-slider {
    background-position: center right;
  }

  .bg_cover {
    background-size: cover;
  }
}

.slider-content-2 {
  max-width: 480px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-2 {
    max-width: 360px;
  }
}

/*===== Slider 03 =====*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-03 .single-slider {
    height: 450px;
  }
}

@media (max-width: 767px) {
  .slider-03 .single-slider {
    background-position: center center;
  }
}

.slider-content-3 {
  margin: 0 auto;
  max-width: 835px;
}

@media (max-width: 767px) {
  .slider-content-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/*===========================
      04.Features css 
===========================*/
.features-area {
  padding-top: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-area {
    padding-top: 95px;
  }
}

@media (max-width: 767px) {
  .features-area {
    padding-top: 75px;
  }
}

.features-wrapper {
  position: relative;
  z-index: 9;
}

.features-title {
  font-weight: 700;
  font-size: 46px;
  line-height: 54px;
  text-align: center;
  color: #10878f;
}

@media (max-width: 767px) {
  .features-title {
    font-size: 22px;
    line-height: 28px;
  }
}

.features-title span {
  color: #0C8B51;
  display: contents;
}

.features-image {
  margin-top: 50px;
}

.features-mask {
  max-width: 346px;
  height: 378px;
  background: #1f343f;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-mask {
    max-width: 306px;
    height: 348px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-mask {
    position: relative;
    margin: 50px auto 0;
  }
}

@media (max-width: 767px) {
  .features-mask {
    position: relative;
    margin: 50px auto 0;
  }
}

.features-mask::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(7, 41, 77, 0.95);
}

.features-mask::after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 100px solid #fff;
  border-left: 345px solid transparent;
}

.features-mask .features-mask-content {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  padding: 35px;
}

.features-mask .features-mask-content p {
  font-weight: 600;
  font-size: 28px;
  line-height: 50px;
  color: #fff;
  position: relative;
  padding-left: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-mask .features-mask-content p {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .features-mask .features-mask-content p {
    font-size: 20px;
  }
}

.features-mask .features-mask-content p::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*===== Features 2 =====*/
.features-area-2 {
  padding-top: 160px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-area-2 {
    padding-top: 95px;
  }
}

@media (max-width: 767px) {
  .features-area-2 {
    padding-top: 75px;
  }
}

.features-image-2 {
  position: relative;
  z-index: 5;
  max-width: 342px;
  width: 100%;
}

.features-image-2 img {
  width: 100%;
}

.features-image-2::before {
  position: absolute;
  content: '';
  background-color: #10878f;
  width: 80%;
  height: 70%;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.features-image-2::after {
  position: absolute;
  content: '';
  background-color: #F1F1F1;
  width: 80%;
  height: 70%;
  bottom: 60px;
  right: 0;
  z-index: -1;
}

.features-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
}

.features-items .features-items-wrapper .single-features-item .item-content .grade-des {
  font-size: 20px;
}

.features-items .features-items-wrapper .single-features-item {
  max-width: 300px;
  padding: 30px 0;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-items .features-items-wrapper .single-features-item {
    padding: 35px 0;
  }
}

@media (max-width: 767px) {
  .features-items .features-items-wrapper .single-features-item {
    padding: 35px 0;
  }
}

.features-items .features-items-wrapper .single-features-item+.single-features-item {
  border-top: 1px solid #DBDBDB;
}

.features-items .features-items-wrapper .single-features-item .item-icon img {
  height: 55px;
}

@media (max-width: 767px) {
  .features-items .features-items-wrapper .single-features-item .item-icon img {
    height: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features-items .features-items-wrapper .single-features-item .item-icon img {
    height: 50px;
  }
}

.features-items .features-items-wrapper .single-features-item .item-content {
  padding-left: 15px;
}

@media (max-width: 767px) {
  .features-items .features-items-wrapper .single-features-item .item-content {
    padding-left: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features-items .features-items-wrapper .single-features-item .item-content {
    padding-left: 15px;
  }
}

.features-items .features-items-wrapper .single-features-item .item-content p {
  color: #000000;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

@media (max-width: 767px) {
  .features-items .features-items-wrapper .single-features-item .item-content p {
    font-size: 18px;
    line-height: 22px;
  }

  .features-items .features-items-wrapper .single-features-item .item-content .grade-des {
    font-size: 15px
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features-items .features-items-wrapper .single-features-item .item-content p {
    font-size: 18px;
    line-height: 26px;
  }

  .features-items .features-items-wrapper .single-features-item .item-content .grade-des {
    font-size: 17px
  }
}

/*===========================
     05.Top Courses css 
===========================*/
.top-courses-area {
  padding-top: 110px;
  padding-bottom: 60px;
}

@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: #0b7eb3; */
  background-color: #f1f1f1;
  border-radius: 50px 50px;
}

/* .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: #0b7eb3;
} */

.courses-wrapper .courses-col:nth-child(8n+2) .single-courses-2,
.courses-wrapper .courses-col:nth-child(8n+2) .single-courses {
  /* background-color: #009c1d; */
  background-color: #f1f1f1;
  border-radius: 50px 50px;
}

/* .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: #009c1d;
} */

.courses-wrapper .courses-col:nth-child(8n+3) .single-courses-2,
.courses-wrapper .courses-col:nth-child(8n+3) .single-courses {
  /* background-color: #ab267f; */
  background-color: #f1f1f1;
  border-radius: 50px 50px;
}

/* .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: #ab267f;
} */

.courses-wrapper .courses-col:nth-child(8n+4) .single-courses-2,
.courses-wrapper .courses-col:nth-child(8n+4) .single-courses {
  /* background-color: #9c0369; */
  background-color: #f1f1f1;
  border-radius: 50px 50px;
}

/* .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: #9c0369;
} */

.courses-wrapper .courses-col:nth-child(8n+5) .single-courses-2,
.courses-wrapper .courses-col:nth-child(8n+5) .single-courses {
  /* background-color: #162149; */
  background-color: #f1f1f1;
  border-radius: 50px 50px;
}

/* .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: #162149;
} */

.courses-wrapper .courses-col:nth-child(8n+6) .single-courses-2,
.courses-wrapper .courses-col:nth-child(8n+6) .single-courses {
  /* background-color: #8b0d0a; */
  background-color: #f1f1f1;
  border-radius: 50px 50px;
}

/* .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: #8b0d0a;
} */

.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;
}

/* .courses-wrapper .courses-col:nth-child(8n+1) .single-courses-2,
.courses-wrapper .courses-col:nth-child(8n+1) .single-courses {
  background-color: #10878f;
}

.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: #10878f;
}

.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;

  max-height: 285px;
  border-radius: 10px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.courses-wrapper .single-courses:hover {
  -webkit-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
  /* border: 3px solid #0C8B51;
  transition: border 0.6s ease-in-out; */
  /*box-shadow: 5px 5px 5px 5px rgba(128, 128, 128, 0.9);
  transition: box-shadow 0.6s ease-in-out;*/
  /* animation: mymove 5s infinite; */
}

/* @keyframes mymove {
  50% {
    box-shadow: 10px 20px 30px rgba(148, 138, 138, 0.507);
  }
} */

@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-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: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #000000;
}

.single-courses-2 .courses-content .courses-title a span {
  color: #000000;
}

@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: 16px;
  letter-spacing: 0.03em;
  line-height: 24px;
  color: #000000;
  margin-top: 10px;
  text-align: justify;
}

@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: #fff200;
  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: #10878f;
  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: 25px 50px;
  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: 30px 40px;
  }
}

@media (max-width: 767px) {
  .courses-list .courses-content {
    padding: 20px 25px;
  }
}

.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: #10878f;
}

.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;
}

/*===========================
     06.Specialty css 
===========================*/
.specialty-area {
  padding-top: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .specialty-area {
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .specialty-area {
    padding-top: 50px;
  }
}

.single-specialty::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 80%;
}

.single-specialty:hover {
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.16);
}

.single-specialty .specialty-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /* max-width: 290px; */
  margin: 0 auto;
  background: #fff;
  padding: 15px 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: 768px) and (max-width: 991px) {
  .single-specialty .specialty-box {
    padding: 15px 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-specialty .specialty-box {
    padding: 15px 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-specialty .specialty-box .box-icon img {
    width: 45px;
  }
}

@media (max-width: 767px) {
  .single-specialty .specialty-box .box-icon img {
    width: 45px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-specialty .specialty-box .box-icon img {
    width: 35px;
  }
}

.single-specialty .specialty-box .box-content {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
}

.single-specialty .specialty-box .box-content p {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #10878f;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-specialty .specialty-box .box-content p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .single-specialty .specialty-box .box-content p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-specialty .specialty-box .box-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.single-specialty.active .specialty-box {
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.16);
}

/*===========================
     07.Campus Visit css 
===========================*/
.campus-visit-area {
  padding-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .campus-visit-area {
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .campus-visit-area {
    padding-top: 60px;
  }
}

.campus-visit-wrapper {
  position: relative;
  z-index: 9;
  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;
}

.campus-visit-wrapper::before {
  position: absolute;
  content: '';
  width: 40%;
  height: 100%;
  background-color: #10878f;
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .campus-visit-wrapper::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .campus-visit-wrapper::before {
    display: none;
  }
}

.campus-visit-wrapper::after {
  position: absolute;
  content: '';
  width: 60%;
  height: 100%;
  background-color: #F1F1F1;
  top: 0;
  right: 0;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .campus-visit-wrapper::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .campus-visit-wrapper::after {
    display: none;
  }
}

.campus-visit-wrapper .campus-image-col {
  width: 50%;
  padding-top: 90px;
  padding-bottom: 85px;
  padding-left: 70px;
  padding-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .campus-visit-wrapper .campus-image-col {
    background-color: #10878f;
    width: 100%;
    padding: 80px;
  }
}

@media (max-width: 767px) {
  .campus-visit-wrapper .campus-image-col {
    background-color: #10878f;
    width: 100%;
    padding: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .campus-visit-wrapper .campus-image-col {
    padding: 50px;
  }
}

.campus-visit-wrapper .campus-content-col {
  width: 50%;
  padding-top: 90px;
  padding-bottom: 85px;
  padding-right: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .campus-visit-wrapper .campus-content-col {
    background-color: #F1F1F1;
    width: 100%;
    padding: 80px;
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .campus-visit-wrapper .campus-content-col {
    background-color: #F1F1F1;
    width: 100%;
    padding: 20px 20px 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .campus-visit-wrapper .campus-content-col {
    padding: 50px;
    padding-top: 45px;
  }
}

.campus-image {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 35px;
}

.campus-image img {
  width: 100%;
}

.campus-image .slick-arrow {
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  text-transform: capitalize;
  cursor: pointer;
}

.campus-image .slick-arrow i {
  font-size: 13px;
  margin-right: 5px;
}

.campus-image .slick-arrow.next {
  left: 70px;
  margin-left: 5px;
  margin-right: auto;
}

.campus-image .slick-arrow.next::before {
  position: absolute;
  content: '/';
  font-size: 16px;
  color: #fff;
  left: -17px;
  top: 0;
}

.campus-content {
  /* max-width: 480px; */
  margin-left: auto;
  padding: 0 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .campus-content {
    margin-left: 0;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .campus-content {
    padding: 0;
  }
}

.campus-content .campus-title {
  font-weight: 500;
  font-size: 46px;
  line-height: 54px;
  color: #10878f;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .campus-content .campus-title {
    font-size: 34px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .campus-content .campus-title {
    font-size: 24px;
    line-height: 30px;
  }
}

.campus-content .line {
  width: 150px;
  background: transparent;
  border: 1px solid #10878f;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .campus-content .line {
    margin-top: 15px;
  }
}

.campus-content p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #151515;
  margin-top: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .campus-content p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .campus-content p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
}

.campus-content .video-title {
  font-weight: 500;
  font-size: 46px;
  line-height: 54px;
  color: #10878f;
  margin-top: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .campus-content .video-title {
    font-size: 34px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .campus-content .video-title {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
  }
}

.campus-content .play {
  font-weight: 600;
  font-size: 24px;
  line-height: 54px;
  color: #10878f;
  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) {
  .campus-content .play {
    font-size: 20px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  .campus-content .play {
    font-size: 20px;
    line-height: 30px;
  }
}

.campus-content .play i {
  margin-right: 8px;
}

.campus-content .play:hover {
  color: #0C8B51;
}

/*===== Campus 2 =====*/
.campus-visit-area-2 {
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #F1F1F1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .campus-visit-area-2 {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .campus-visit-area-2 {
    padding-top: 15px;
    padding-bottom: 40px;
  }
}

.campus-content-2 {
  margin-left: 0;
}

.campus-image-2 {
  position: relative;
  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;
}

.campus-image-2 img {
  width: 100%;
}

.campus-image-2 .campus-title-2 {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.15em;
  line-height: 24px;
  text-align: left;
  color: #d5d5d5;
  opacity: 0.45;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 130px;
  left: -15%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .campus-image-2 .campus-title-2 {
    font-size: 24px;
    top: 100px;
    left: -17%;
  }
}

@media (max-width: 767px) {
  .campus-image-2 .campus-title-2 {
    font-size: 14px;
    top: 53px;
    left: -19%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .campus-image-2 .campus-title-2 {
    font-size: 22px;
    top: 100px;
    left: -17%;
  }
}

.campus-image-2 .image-1 {
  width: 90%;
  margin-left: auto;
}

.campus-image-2 .image-2 {
  width: 38%;
}

.campus-image-2 .image-3 {
  width: 62%;
}

.campus-image-2 .more {
  position: absolute;
  bottom: 10px;
  right: 65%;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  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;
}

.campus-image-2 .more i {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .campus-image-2 .more i {
    margin-left: 4px;
  }
}

@media (max-width: 767px) {
  .campus-image-2 .more {
    font-size: 14px;
    bottom: 0;
  }
}

.campus-image-2 .more:hover {
  color: #0C8B51;
}

/*===== Campus 3 =====*/
.campus-visit-area-3 {
  padding-top: 160px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .campus-visit-area-3 {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .campus-visit-area-3 {
    padding-top: 80px;
  }
}

.campus-visit-area-3 .campus-visit-wrapper::before {
  left: auto;
  right: 0;
}

.campus-visit-area-3 .campus-visit-wrapper::after {
  right: auto;
  left: 0;
  display: none;
}

.campus-visit-area-3 .campus-visit-wrapper .campus-image-col {
  padding-left: 0px;
  padding-right: 70px;
  background-image: url(../images/dot.png);
  background-repeat: repeat;
  background-position: 3px -6px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .campus-visit-area-3 .campus-visit-wrapper .campus-image-col {
    padding: 80px;
  }
}

@media (max-width: 767px) {
  .campus-visit-area-3 .campus-visit-wrapper .campus-image-col {
    padding: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .campus-visit-area-3 .campus-visit-wrapper .campus-image-col {
    padding: 50px;
  }
}

.campus-visit-area-3 .campus-visit-wrapper .campus-content-col {
  padding-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .campus-visit-area-3 .campus-visit-wrapper .campus-content-col {
    padding: 80px;
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .campus-visit-area-3 .campus-visit-wrapper .campus-content-col {
    padding: 20px;
    padding-top: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .campus-visit-area-3 .campus-visit-wrapper .campus-content-col {
    padding: 50px;
    padding-top: 45px;
  }
}

.campus-visit-area-3 .campus-content {
  margin-left: 0;
  padding: 0px;
  max-width: 450px;
}

.campus-visit-area-3 .campus-image {
  padding-bottom: 0;
  position: relative;
  height: auto;
}

.campus-visit-area-3 .campus-image::before {
  position: absolute;
  content: '';
  bottom: 2px;
  right: 2px;
  background-color: #10878f;
  width: 150px;
  height: 40px;
  z-index: 5;
}

.campus-visit-area-3 .campus-image .slick-arrow {
  left: auto;
  right: 90px;
  bottom: 10px;
}

.campus-visit-area-3 .campus-image .slick-arrow.next {
  left: auto;
  right: 15px;
}

/*===========================
        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: #10878f;
  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: #10878f;
  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: #10878f;
}

.single-event {
  background-color: #F1F1F1;
  padding: 50px 25px;
  -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: #10878f;
  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: #10878f;
}

.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-image .bg-img::before {
  height: 5px;
  width: 90%;
  bottom: -5px;
  right: 10px;
}

.event-image .bg-img::after {
  height: 85%;
  width: 5px;
  bottom: -5px;
  right: 10px;
}

.event-image .bg-img::before {
  content: "";
  position: absolute;
  background: #ffc33d;
}

.event-image .bg-img::after {
  content: "";
  position: absolute;
  background: #ffc33d;
}

.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: #10878f;
  -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: #10878f;
  -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: #10878f;
  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;
  }
}

/*===========================
     09.Testimonials css 
===========================*/
.testimonials-area {
  overflow: hidden;
  padding-top: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials-area {
    padding-top: 55px;
  }
}

@media (max-width: 767px) {
  .testimonials-area {
    padding-top: 35px;
  }
}

.testimonials-title {
  padding-top: 40px;
}

.testimonials-title .title {
  font-weight: bold;
  font-size: 46px;
  line-height: 54px;
  color: #10878f;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonials-title .title {
    font-size: 38px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  .testimonials-title .title {
    font-size: 30px;
    line-height: 30px;
  }
}

.testimonials-title .line {
  width: 150px;
  background: transparent;
  border: 1px solid #10878f;
  margin-top: 25px;
}

.testimonials-title p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #10878f;
  margin-top: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonials-title p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .testimonials-title p {
    padding-left: 0px;
    font-size: 16px;
    line-height: 28px;
  }
}

.testimonials-wrapper {
  position: relative;
}

.testimonials-wrapper .testimonials-shape {
  position: absolute;
  background-color: #f2f2f2;
  border-radius: 50%;
}

.testimonials-wrapper .testimonials-shape.shape-1 {
  width: 185px;
  height: 185px;
  left: 0;
  top: 100px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonials-wrapper .testimonials-shape.shape-1 {
    left: 70px;
  }
}

.testimonials-wrapper .testimonials-shape.shape-2 {
  width: 133px;
  height: 133px;
  bottom: -10px;
  left: 0;
}

@media (max-width: 767px) {
  .testimonials-wrapper .testimonials-shape.shape-2 {
    bottom: 290px;
  }
}

@media (max-width: 767px) {
  .testimonials-wrapper .testimonials-shape.shape-2 {
    bottom: 210px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonials-wrapper .testimonials-shape.shape-2 {
    left: 35px;
    bottom: 190px;
  }
}

.testimonials-wrapper .testimonials-shape.shape-3 {
  width: 45px;
  height: 45px;
  bottom: -5px;
  left: 310px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonials-wrapper .testimonials-shape.shape-3 {
    left: 265px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials-wrapper .testimonials-shape.shape-3 {
    left: 255px;
  }
}

@media (max-width: 767px) {
  .testimonials-wrapper .testimonials-shape.shape-3 {
    bottom: 215px;
    left: 235px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonials-wrapper .testimonials-shape.shape-3 {
    left: 375px;
    bottom: 190px;
  }
}

.testimonials-image {
  margin-top: 50px;
}

.testimonials-image .single-testimonial-image {
  text-align: center;
}

.testimonials-image .single-testimonial-image img {
  display: inline-block;
}

.testimonials-image .slick-arrow {
  position: absolute;
  bottom: 100px;
  left: -400px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 24px;
  cursor: pointer;
  z-index: 9;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonials-image .slick-arrow {
    left: -320px;
    bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials-image .slick-arrow {
    left: auto;
    right: -57px;
    bottom: auto;
    top: 0;
  }
}

@media (max-width: 767px) {
  .testimonials-image .slick-arrow {
    left: 0;
    bottom: auto;
    top: -30px;
  }
}

.testimonials-image .slick-arrow i {
  margin-left: 3px;
}

.testimonials-content {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .testimonials-content {
    margin-top: 0px;
  }
}

.single-testimonial-content {
  padding: 45px 35px;
  background-color: #F1F1F1;
  border-top: 3px solid #0C8B51;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-testimonial-content {
    padding: 30px 25px;
  }
}

@media (max-width: 767px) {
  .single-testimonial-content {
    padding: 30px 25px;
  }
}

.single-testimonial-content .content-text {
  padding-left: 50px;
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .single-testimonial-content .content-text {
    padding-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-testimonial-content .content-text {
    padding-left: 50px;
  }
}

.single-testimonial-content .content-text i {
  position: absolute;
  top: 4px;
  left: 0;
  color: #0C8B51;
  font-size: 30px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .single-testimonial-content .content-text i {
    opacity: 0.3;
    z-index: -1;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-testimonial-content .content-text i {
    opacity: 1;
    z-index: auto;
  }
}

.single-testimonial-content .content-text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 767px) {
  .single-testimonial-content .content-text p {
    font-size: 14px;
    line-height: 26px;
  }
}

.single-testimonial-content .content-meta {
  margin-top: 20px;
}

.single-testimonial-content .content-meta .name,
.single-testimonial-content .content-meta .designation {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #10878f;
  position: relative;
  display: inline-block;
  margin-right: 13px;
  margin-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .single-testimonial-content .content-meta .name,
  .single-testimonial-content .content-meta .designation {
    font-size: 14px;
  }
}

@media (max-width: 767px) {

  .single-testimonial-content .content-meta .name,
  .single-testimonial-content .content-meta .designation {
    font-size: 13px;
    line-height: 22px;
  }
}

.single-testimonial-content .content-meta .designation {
  padding-left: 15px;
  margin-right: 0;
}

.single-testimonial-content .content-meta .designation::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 70%;
  left: 0;
  background-color: #707070;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*===== Testimonial 2 =====*/
.testimonials-area-2 {
  padding-top: 100px;
}

.testimonial-wrapper-2 {
  position: relative;
}

.testimonial-wrapper-2 .testimonials-shape {
  position: absolute;
  background-color: #f2f2f2;
  border-radius: 50%;
}

.testimonial-wrapper-2 .testimonials-shape.shape-1 {
  width: 185px;
  height: 185px;
  right: 210px;
  top: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-wrapper-2 .testimonials-shape.shape-1 {
    left: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-wrapper-2 .testimonials-shape.shape-1 {
    left: 180px;
  }
}

@media (max-width: 767px) {
  .testimonial-wrapper-2 .testimonials-shape.shape-1 {
    left: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-wrapper-2 .testimonials-shape.shape-1 {
    left: 220px;
  }
}

.testimonial-wrapper-2 .testimonials-shape.shape-2 {
  width: 133px;
  height: 133px;
  bottom: 110px;
  right: 230px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-wrapper-2 .testimonials-shape.shape-2 {
    left: 165px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-wrapper-2 .testimonials-shape.shape-2 {
    left: 180px;
  }
}

@media (max-width: 767px) {
  .testimonial-wrapper-2 .testimonials-shape.shape-2 {
    bottom: 70px;
    left: 155px;
  }
}

@media (max-width: 767px) {
  .testimonial-wrapper-2 .testimonials-shape.shape-2 {
    left: 275px;
  }
}

.testimonial-wrapper-2 .testimonials-content {
  margin-top: 70px;
  padding-left: 90px;
}

@media (max-width: 767px) {
  .testimonial-wrapper-2 .testimonials-content {
    padding-left: 0;
    margin-top: 50px;
  }
}

.testimonial-wrapper-2 .testimonials-content .single-testimonial-content {
  padding: 45px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-wrapper-2 .testimonials-content .single-testimonial-content {
    padding: 30px 25px;
  }
}

@media (max-width: 767px) {
  .testimonial-wrapper-2 .testimonials-content .single-testimonial-content {
    padding: 30px 25px;
  }
}

.testimonial-wrapper-2 .testimonials-image {
  margin-top: 50px;
  position: relative;
  margin-left: -190px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-wrapper-2 .testimonials-image {
    margin-left: -180px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-wrapper-2 .testimonials-image {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .testimonial-wrapper-2 .testimonials-image {
    margin-left: 0;
  }
}

.testimonial-wrapper-2 .testimonials-image .single-testimonial-image {
  text-align: center;
}

.testimonial-wrapper-2 .testimonials-image .single-testimonial-image img {
  display: inline-block;
}

.testimonial-wrapper-2 .testimonials-image .single-testimonial-image .content-meta {
  background-color: rgba(255, 255, 255, 0.82);
  padding: 0px 30px 6px;
  position: absolute;
  left: 0;
  bottom: 85px;
}

.testimonial-wrapper-2 .testimonials-image .single-testimonial-image .content-meta .name,
.testimonial-wrapper-2 .testimonials-image .single-testimonial-image .content-meta .designation {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #10878f;
  position: relative;
  display: inline-block;
  margin-right: 13px;
  margin-top: 6px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .testimonial-wrapper-2 .testimonials-image .single-testimonial-image .content-meta .name,
  .testimonial-wrapper-2 .testimonials-image .single-testimonial-image .content-meta .designation {
    font-size: 14px;
  }
}

@media (max-width: 767px) {

  .testimonial-wrapper-2 .testimonials-image .single-testimonial-image .content-meta .name,
  .testimonial-wrapper-2 .testimonials-image .single-testimonial-image .content-meta .designation {
    font-size: 13px;
    line-height: 22px;
  }
}

.testimonial-wrapper-2 .testimonials-image .single-testimonial-image .content-meta .designation {
  padding-left: 15px;
  margin-right: 0;
}

.testimonial-wrapper-2 .testimonials-image .single-testimonial-image .content-meta .designation::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 70%;
  left: 0;
  background-color: #707070;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.testimonial-wrapper-2 .testimonials-image .slick-arrow {
  bottom: auto;
  top: 70%;
  left: auto;
  right: 87px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-wrapper-2 .testimonials-image .slick-arrow {
    left: auto;
    bottom: 80px;
    right: 67px;
  }
}

@media (max-width: 767px) {
  .testimonial-wrapper-2 .testimonials-image .slick-arrow {
    left: auto;
    right: 20px;
    top: 0;
    -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) {
  .testimonial-wrapper-2 .testimonials-image .slick-arrow {
    left: auto;
    right: 20px;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.testimonial-wrapper-2 .testimonials-image .slick-arrow i {
  margin-left: 3px;
}

/*===========================
      10.Counter css 
===========================*/
@media (max-width: 767px) {
  .counter-area {
    padding-top: 75px;
  }
}

.counter-wrapper {
  position: relative;
  z-index: 5;
  padding: 45px 70px 75px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-wrapper {
    padding: 10px 40px 40px;
  }
}

@media (max-width: 767px) {
  .counter-wrapper {
    padding: 1px 0px 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-wrapper {
    padding: 1px 15px 30px;
  }
}

.counter-wrapper::before {
  position: absolute;
  content: '';
  background-color: rgba(7, 41, 77, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.counter-wrapper .counter-col {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.counter-wrapper .counter-col:first-child {
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}

.counter-wrapper .counter-col:last-child {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .counter-wrapper .counter-col:nth-child(2n+1) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-wrapper .counter-col:nth-child(2n+1) {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .counter-wrapper .counter-col:nth-child(2n+2) {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
}

.single-counter .counter-count {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 36px;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-counter .counter-count {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .single-counter .counter-count {
    font-size: 24px;
  }
}

.single-counter p {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 33px;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-counter p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .single-counter p {
    font-size: 16px;
  }
}

/*===== Counter 2 =====*/
.counter-area-2 {
  padding-top: 160px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-area-2 {
    padding-top: 95px;
  }
}

@media (max-width: 767px) {
  .counter-area-2 {
    padding-top: 75px;
  }
}

.counter-wrapper-2 {
  position: relative;
  z-index: 5;
  padding: 55px 60px 85px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-wrapper-2 {
    padding: 10px 40px 40px;
  }
}

@media (max-width: 767px) {
  .counter-wrapper-2 {
    padding: 1px 15px 30px;
  }
}

.counter-wrapper-2::before {
  position: absolute;
  content: '';
  background-color: rgba(7, 41, 77, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.counter-wrapper-2 .counter-col {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 767px) {
  .counter-wrapper-2 .counter-col {
    display: block;
    text-align: center;
  }
}

.counter-wrapper-2 .counter-col::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 70%;
  background-color: #DBDBDB;
  bottom: 0;
  left: 0;
  opacity: 0.65;
}

.counter-wrapper-2 .counter-col:first-child {
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}

.counter-wrapper-2 .counter-col:first-child::before {
  opacity: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-wrapper-2 .counter-col:first-child::before {
    opacity: 0 !important;
  }
}

.counter-wrapper-2 .counter-col:last-child {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .counter-wrapper-2 .counter-col:nth-child(2n+1)::before {
    opacity: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-wrapper-2 .counter-col:nth-child(2n+1)::before {
    opacity: 0.65;
  }
}

/*===========================
      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: 50px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area-2 {
    padding-top: 90px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .blog-area-2 {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}

.blog-area-2::before {
  position: absolute;
  content: '';
  /* max-width: 1300px; */
  width: 100%;
  height: 100%;
  background-color: #F1F1F1;
  top: 0;
  left: 0;
}

@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: #10878f;
  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: 500;
  font-size: 30px;
  line-height: 32px;
  text-align: left;
  color: #10878f;
  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;
  }
}

.fblike {
  float: right;
}

@media (max-width: 767px) {
  .single-blog .blog-content .more {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .fblike {
    float: none;
  }
}

.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: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-page {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .blog-page {
    padding-top: 30px;
  }
}

/*===========================
      12.Newsletter css 
===========================*/
.newsletter-area {
  padding-top: 160px;
  position: relative;
  z-index: 8;
  margin-bottom: -150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-area {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .newsletter-area {
    padding-top: 80px;
  }
}

.newsletter-area .section-title-2 {
  max-width: 355px;
}

.newsletter-area-2 {
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  z-index: 8;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-area-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .newsletter-area-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.newsletter-area-2 .section-title-2 {
  max-width: 355px;
}

.newsletter-area-3 {
  padding-bottom: 160px;
  position: relative;
  z-index: 8;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-area-3 {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .newsletter-area-3 {
    padding-bottom: 80px;
  }
}

.newsletter-area-3 .section-title-2 {
  max-width: 355px;
}

.newsletter-wrapper {
  padding: 20px 70px 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter-wrapper {
    padding: 20px 50px 45px;
  }
}

@media (max-width: 767px) {
  .newsletter-wrapper {
    padding: 5px 30px 30px;
  }
}

.newsletter-wrapper .section-title-2 {
  max-width: 355px;
}

.newsletter-form {
  position: relative;
}

.newsletter-form input {
  width: 100%;
  height: 70px;
  padding: 0 30px;
  padding-right: 173px;
  border: 0;
  background-color: #E2E2E2;
}

@media (max-width: 767px) {
  .newsletter-form input {
    padding: 0 15px;
    height: 50px;
  }
}

.newsletter-form .main-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  line-height: 70px;
}

@media (max-width: 767px) {
  .newsletter-form .main-btn {
    height: 50px;
    line-height: 50px;
    position: relative;
    margin-top: 10px;
    width: 100%;
  }
}

/*===========================
      13.Footer css 
===========================*/
.footer-area {
  position: relative;
  z-index: 5;
  padding-top: 15px;
}

.footer-area::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(16, 135, 143, 0.95);
  z-index: -1;
}

.footer-area.footer-02 {
  padding-top: 0;
}

.footer-widget {
  padding-top: 10px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget {
    padding-bottom: 45px;
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .footer-widget {
    padding-bottom: 45px;
    padding-top: 20px;
  }
}

.footer-widget .footer-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 22px;
  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: 15px;
}

.footer-link .link-list li p {
  font-weight: 400;
  font-size: 16px;
  /* letter-spacing: 0.02em; */
  line-height: 24px;
  color: #fff;

}

.footer-link .link-list li p i {
  margin-right: 8px;
}

@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: #162149;
}

.footer-link .social-list {
  padding-top: 15px;
}

.footer-link .social-list li {
  display: inline-block;
  padding: 0 9px;
  font-size: 16px;
}

.footer-link .social-list li:first-child {
  padding-left: 0;
}

.footer-link .social-list li a {
  color: #ffffff;
}

.footer-link .social-list li a:hover {
  color: #8D8D8D;
}

.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: 400;
  font-size: 16px;
  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: #10878f;
}

/*===== 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: #10878f;
}

.back-to-top:hover {
  color: #fff;
  background-color: #0C8B51;
}

/*===========================
      14.About css 
===========================*/
.about-area {
  padding-top: 70px;
}

@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: 500;
  font-size: 50px;
  line-height: 40px;
  color: #10878f;
}

.about-content .about-title span {
  font-size: 25px;
  font-weight: 500;
}

@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: #909090;
}

.about-content .line {
  width: 200px;
  background: transparent;
  border: 1px solid #10878f;
  margin-top: 12px;
  margin-left: 50px;
  animation: zoom-in-zoom-out 2s linear infinite;
  display: inline-block;
  transform: rotate(1deg);

}



.about-content p {
  /* font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #151515;
  margin-top: 25px; */
  /* font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #080808;
  margin-top: 20px;
  text-align: justify; */

  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #080808;
  margin-top: 20px;
  text-align: justify;
  margin-bottom: 15px;
}

.about-content .highlight-quote {
  font-size: 30px;
  font-family: 'Corinthia', cursive;
  font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content p {
    font-size: 16px;
    line-height: 28px;
  }

  .about-content .highlight-quote {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .about-content p {
    padding-left: 0px;
    font-size: 16px;
    line-height: 28px;
  }

  .about-content .highlight-quote {
    font-size: 23px;
  }
}

.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;

}

.about-image .single-image.image-1 img {
  -webkit-transition: transform .7s ease-in-out;
  -moz-transition: transform .7s ease-in-out;
  -ms-transition: transform .7s ease-in-out;
  -o-transition: transform .7s ease-in-out;
  transition: transform .7s ease-in-out;
}

.about-image .single-image.image-1 img:hover {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

@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: #10878f;
}

.about-image .single-image.image-2 {
  top: 56%;
  left: 29%;
}

.about-image .single-image.image-2 img {
  -webkit-transition: transform .7s ease-in-out;
  -moz-transition: transform .7s ease-in-out;
  -ms-transition: transform .7s ease-in-out;
  -o-transition: transform .7s ease-in-out;
  transition: transform .7s ease-in-out;
}

.about-image .single-image.image-2 img:hover {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

@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: 28%;
  left: 49px;
}

.about-image .single-image.image-3 img {
  -webkit-transition: transform .7s ease-in-out;
  -moz-transition: transform .7s ease-in-out;
  -ms-transition: transform .7s ease-in-out;
  -o-transition: transform .7s ease-in-out;
  transition: transform .7s ease-in-out;
}

.about-image .single-image.image-3 img:hover {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

@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%;
}

.about-image .single-image.image-4 img {
  -webkit-transition: transform .7s ease-in-out;
  -moz-transition: transform .7s ease-in-out;
  -ms-transition: transform .7s ease-in-out;
  -o-transition: transform .7s ease-in-out;
  transition: transform .7s ease-in-out;
}

.about-image .single-image.image-4 img:hover {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

@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;
  }
}

/*===========================
    15.Inline Library css 
===========================*/
.online-library-area {
  padding-top: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .online-library-area {
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .online-library-area {
    padding-top: 70px;
  }
}

.online-library-wrapper {
  padding-top: 40px;
}

.single-library {
  background-color: #F1F1F1;
}

.single-library .library-image {
  position: relative;
}

.single-library .library-image a {
  display: block;
}

.single-library .library-image img {
  width: 100%;
}

.single-library .library-image .discount {
  font-weight: 500;
  font-size: 14px;
  color: #151515;
  position: absolute;
  top: 28px;
  left: 28px;
}

.single-library .library-content {
  padding: 15px;
}

.single-library .library-content .library-title a {
  font-weight: 600;
  font-size: 18px;
  color: #10878f;
  -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-library .library-content .library-title a:hover {
  color: #0C8B51;
}

.single-library .library-content .price {
  font-weight: 500;
  font-size: 14px;
  color: #151515;
  margin-top: 10px;
}

/*===== Shop Page =====*/
.shop-area {
  padding-top: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-area {
    padding-top: 35px;
  }
}

@media (max-width: 767px) {
  .shop-area {
    padding-top: 15px;
  }
}

.shop-bar {
  padding-top: 20px;
}

.shop-showing {
  margin-top: 30px;
}

.shop-showing p {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #9c9c9c;
}

.shop-bar-form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .shop-bar-form {
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-bar-form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}

.shop-search {
  width: 270px;
  position: relative;
  margin-top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-search {
    width: 200px;
  }
}

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

.shop-search input {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #9c9c9c;
  height: 35px;
  border: 0;
  border-bottom: 1px solid #9c9c9c;
  width: 100%;
}

.shop-search input::placeholder {
  opacity: 1;
  color: #9c9c9c;
}

.shop-search input::-moz-placeholder {
  opacity: 1;
  color: #9c9c9c;
}

.shop-search input::-moz-placeholder {
  opacity: 1;
  color: #9c9c9c;
}

.shop-search input::-webkit-input-placeholder {
  opacity: 1;
  color: #9c9c9c;
}

.shop-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;
}

.shop-wrapper {
  padding-top: 10px;
}

/*===========================
    16.Page Banner css 
===========================*/
.page-banner {
  padding-top: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* .page-banner {
    padding-top: 30px;
  } */
}

@media (max-width: 767px) {
  /* .page-banner {
    padding-top: 25px;
  } */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* .page-banner {
    padding-top: 30px;
  } */
}

.banner-content {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-content {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

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

.banner-content .title {
  color: #fff;
  font-weight: 500;
  font-size: 65px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-content .title {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .banner-content .title {
    font-size: 32px;
  }
}

/*===========================
    17.Teachers css 
===========================*/
.teachers-area {
  padding-top: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .teachers-area {
    padding-top: 35px;
  }
}

@media (max-width: 767px) {
  .teachers-area {
    padding-top: 15px;
  }
}

@media only screen and (min-width: 1400px) {
  .teachers-row {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .teachers-row {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media only screen and (min-width: 1400px) {
  /* .teachers-row .teachers-col {
    padding-left: 40px;
    padding-right: 40px;
  } */
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /* .teachers-row .teachers-col {
    padding-left: 40px;
    padding-right: 40px;
  } */
}

.teachers-wrapper {
  padding-top: 35px;
  position: relative;
}

.single-teacher {
  position: relative;
  z-index: 5;
  padding-left: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-teacher {
    padding-left: 40px;
  }
}

.single-teacher::before {
  position: absolute;
  content: '';
  width: 60%;
  height: 85%;
  background-color: #F1F1F1;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.single-teacher .teacher-social {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-teacher .teacher-social {
    left: 10px;
  }
}

.single-teacher .teacher-social .social li+li {
  margin-top: 25px;
}

.single-teacher .teacher-social .social li a {
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  border: 1px solid #DBDBDB;
  border-radius: 50%;
  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: 768px) and (max-width: 991px) {
  .single-teacher .teacher-social .social li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
}

.single-teacher .teacher-social .social li a:hover {
  background-color: #0C8B51;
  border-color: #0C8B51;
  color: #fff;
}

.single-teacher .teacher-image a {
  display: block;
}

.single-teacher .teacher-image img {
  width: 100%;
}

.single-teacher .teacher-content {
  padding: 20px 15px;
}

.single-teacher .teacher-content .name a {
  font-size: 25px;
  font-weight: 600;
  color: #10878f;
  -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) {
  .single-teacher .teacher-content .name a {
    font-size: 16px;
  }
}

.single-teacher .teacher-content .name a:hover {
  color: #0C8B51;
}

.single-teacher .teacher-content .designation {
  font-size: 14px;
  color: #151515;
  font-weight: 500;
}

/*===== Teachers Page =====*/
.teachers-page {
  padding-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .teachers-page {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .teachers-page {
    padding-top: 0px;
  }
}

/*===========================
    18.Courses Sidebar css 
===========================*/
.courses-sidebar .sidebar-title .title {
  font-weight: 500;
  font-size: 24px;
  color: #10878f;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-sidebar .sidebar-title .title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .courses-sidebar .sidebar-title .title {
    font-size: 20px;
  }
}

.courses-sidebar ul {
  padding-top: 15px;
}

.courses-sidebar ul li {
  padding: 14px 0;
  border-bottom: 1px solid #DBDBDB;
  font-weight: 500;
  font-size: 14px;
  color: #303030;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-sidebar ul li {
    font-size: 12px;
  }
}

.courses-sidebar ul li:last-child {
  border-bottom: 0;
}

.courses-sidebar ul li strong {
  display: block;
  float: right;
  font-weight: 500;
}

.courses-sidebar-category {
  background-color: #F1F1F1;
  padding: 30px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-sidebar-category {
    padding: 25px 20px;
  }
}

.courses-sidebar-category .category-items {
  padding-top: 15px;
}

.courses-sidebar-fee {
  background-color: #F1F1F1;
  padding: 30px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-sidebar-fee {
    padding: 25px 20px;
  }
}

.courses-sidebar-fee .category-items {
  padding-top: 15px;
}

.courses-sidebar-banner a {
  display: block;
}

.courses-sidebar-banner a img {
  width: 100%;
}

.courses-sidebar-type {
  background-color: #F1F1F1;
  padding: 30px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-sidebar-type {
    padding: 25px 20px;
  }
}

.courses-sidebar-type .category-items {
  padding-top: 15px;
}

.courses-features {
  background-color: #F1F1F1;
  padding: 30px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-features {
    padding: 25px 20px;
  }
}

.courses-features .sidebar-btn {
  margin-top: 20px;
}

.courses-features .sidebar-btn .main-btn {
  height: 36px;
  line-height: 36px;
  padding: 0 22px;
  font-size: 14px;
}

/*===========================
    19.Courses Details css 
===========================*/
.courses-details {
  padding-top: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-details {
    padding-top: 35px;
  }
}

@media (max-width: 767px) {
  .courses-details {
    padding-top: 15px;
  }
}

.courses-details-content .title {
  font-weight: 700;
  font-size: 46px;
  color: #10878f;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-details-content .title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .courses-details-content .title {
    font-size: 24px;
  }
}

.courses-details-content p {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 35px;
  color: #080808;
  text-align: justify;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-details-content p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-details-content p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .courses-details-content p {
    font-size: 14px;
    line-height: 24px;
  }
}

.courses-details-content .sub-title {
  font-weight: 700;
  font-size: 24px;
  color: #10878f;
  position: relative;
  padding-bottom: 10px;
  margin-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-details-content .sub-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .courses-details-content .sub-title {
    font-size: 18px;
  }
}

.courses-details-content .sub-title::before {
  position: absolute;
  content: '';
  width: 150px;
  height: 2px;
  background-color: #10878f;
  left: 0;
  bottom: 0;
}

.courses-details-content .courses-details-list li {
  position: relative;
  padding-left: 40px;
  margin-top: 40px;
}

.courses-details-content .courses-details-list li i {
  color: #151515;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 10px;
}

.courses-details-content .courses-details-list li p {
  margin-top: 0;
}

.courses-details-tab {
  margin-top: 70px;
}

.courses-details-tab .nav li {
  border-left: 1px solid #DBDBDB;
}

@media (max-width: 767px) {
  .courses-details-tab .nav li {
    width: 50%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .courses-details-tab .nav li {
    width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }
}

.courses-details-tab .nav li a {
  display: block;
  background-color: #10878f;
  color: #fff;
  text-align: center;
  height: 70px;
  line-height: 70px;
  -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: 18px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .courses-details-tab .nav li a {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .courses-details-tab .nav li a {
    height: 55px;
    line-height: 55px;
  }
}

.courses-details-tab .nav li a.active {
  color: #cccccc;
}

.courses-details-tab .benefit-content {
  padding-top: 20px;
}

.courses-details-tab .benefit-content 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) {
  .courses-details-tab .benefit-content p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-details-tab .benefit-content p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .courses-details-tab .benefit-content p {
    font-size: 14px;
    line-height: 24px;
  }
}

.courses-details-tab .benefit-content .courses-details-list li {
  position: relative;
  padding-left: 40px;
  margin-top: 40px;
}

.courses-details-tab .benefit-content .courses-details-list li i {
  color: #151515;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 10px;
}

.courses-details-tab .benefit-content .courses-details-list li p {
  margin-top: 0;
}

.courses-details-tab .curriculum-content .single-curriculum {
  padding-top: 45px;
}

.courses-details-tab .curriculum-content .single-curriculum .title {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #10878f;
}

.courses-details-tab .curriculum-content .single-curriculum .curriculum-list {
  padding-left: 10px;
}

.courses-details-tab .curriculum-content .single-curriculum .curriculum-list li {
  margin-top: 20px;
}

.courses-details-tab .curriculum-content .single-curriculum .curriculum-list li a {
  font-weight: 500;
  font-size: 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) {
  .courses-details-tab .curriculum-content .single-curriculum .curriculum-list li a {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .courses-details-tab .curriculum-content .single-curriculum .curriculum-list li a {
    font-size: 14px;
  }
}

.courses-details-tab .curriculum-content .single-curriculum .curriculum-list li a i {
  color: #686868;
  margin-right: 5px;
}

.courses-details-tab .curriculum-content .single-curriculum .curriculum-list li a:hover {
  color: #0C8B51;
}

.courses-details-tab .courses-teachers {
  padding-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-details-tab .courses-teachers .single-teacher {
    padding-left: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-details-tab .courses-teachers .single-teacher .teacher-social {
    left: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-details-tab .courses-teachers .single-teacher .teacher-social .social li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
}

.courses-details-tab .courses-teachers .single-teacher .teacher-social .social li a:hover {
  background-color: #0C8B51;
  border-color: #0C8B51;
  color: #fff;
}

.courses-details-tab .courses-reviews .review-wrapper {
  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-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 540px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .courses-details-tab .courses-reviews .review-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.courses-details-tab .courses-reviews .review-wrapper .review-star {
  padding-top: 30px;
}

.courses-details-tab .courses-reviews .review-wrapper .review-star .single-review {
  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: 10px;
}

.courses-details-tab .courses-reviews .review-wrapper .review-star .single-review .label {
  font-weight: 500;
  font-size: 18px;
  color: #151515;
  width: 85px;
}

@media (max-width: 767px) {
  .courses-details-tab .courses-reviews .review-wrapper .review-star .single-review .label {
    font-size: 14px;
    width: 60px;
  }
}

.courses-details-tab .courses-reviews .review-wrapper .review-star .single-review .review-bar {
  width: 170px;
  height: 14px;
  background-color: #F1F1F1;
  position: relative;
}

@media (max-width: 767px) {
  .courses-details-tab .courses-reviews .review-wrapper .review-star .single-review .review-bar {
    width: 140px;
    height: 10px;
  }
}

.courses-details-tab .courses-reviews .review-wrapper .review-star .single-review .review-bar .bar-inner {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  background-color: #0C8B51;
}

.courses-details-tab .courses-reviews .review-wrapper .review-star .single-review .value {
  font-weight: 500;
  font-size: 18px;
  color: #151515;
  width: 50px;
  text-align: right;
}

@media (max-width: 767px) {
  .courses-details-tab .courses-reviews .review-wrapper .review-star .single-review .value {
    font-size: 14px;
    width: 40px;
  }
}

.courses-details-tab .courses-reviews .review-wrapper .review-point {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .courses-details-tab .courses-reviews .review-wrapper .review-point {
    margin: 0 50px;
  }
}

.courses-details-tab .courses-reviews .review-wrapper .review-point span {
  font-weight: bold;
  font-size: 70px;
  line-height: 80px;
  color: #10878f;
}

.courses-details-tab .courses-reviews .review-form {
  margin-top: 50px;
}

.courses-details-tab .courses-reviews .review-form .review-rating .title {
  font-weight: 700;
  font-size: 18px;
  color: #10878f;
}

.courses-details-tab .courses-reviews .review-form .review-rating ul {
  margin-top: 20px;
}

.courses-details-tab .courses-reviews .review-form .review-rating ul li {
  display: inline-block;
  color: #E1E1E1;
  cursor: pointer;
}

.courses-details-tab .courses-reviews .review-form .review-rating ul li.selected,
.courses-details-tab .courses-reviews .review-form .review-rating ul li.hover {
  color: #EAB830;
}

/*===========================
    20.Event Details css 
===========================*/
.event-details {
  padding-top: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-details {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .event-details {
    padding-top: 30px;
  }
}

.event-details-content .title {
  font-weight: 700;
  font-size: 46px;
  color: #10878f;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-details-content .title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .event-details-content .title {
    font-size: 24px;
  }
}

.event-details-content 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) {
  .event-details-content p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-details-content p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .event-details-content p {
    font-size: 14px;
    line-height: 24px;
  }
}

.event-details-content .sub-title {
  font-weight: 700;
  font-size: 24px;
  color: #10878f;
  position: relative;
  padding-bottom: 10px;
  margin-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-details-content .sub-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .event-details-content .sub-title {
    font-size: 18px;
  }
}

.event-details-content .sub-title::before {
  position: absolute;
  content: '';
  width: 150px;
  height: 2px;
  background-color: #10878f;
  left: 0;
  bottom: 0;
}

.event-details-content .event-list li {
  position: relative;
  padding-left: 40px;
  margin-top: 40px;
}

.event-details-content .event-list li i {
  color: #151515;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 10px;
}

.event-details-content .event-list li p {
  margin-top: 0;
}

.event-details-content .event-teachers {
  padding-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event-details-content .event-teachers .single-teacher {
    padding-left: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event-details-content .event-teachers .single-teacher .teacher-social {
    left: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event-details-content .event-teachers .single-teacher .teacher-social .social li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
}

.event-details-content .event-teachers .single-teacher .teacher-social .social li a:hover {
  background-color: #0C8B51;
  border-color: #0C8B51;
  color: #fff;
}

.event-details-content .event-schedule-table {
  margin-top: 50px;
}

.event-details-content .event-schedule-table .table thead tr th {
  background-color: #0C8B51;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
}

.event-details-content .event-schedule-table .table thead tr th.time {
  min-width: 190px;
}

.event-details-content .event-schedule-table .table thead tr th.topics {
  width: 100%;
  min-width: 300px;
}

.event-details-content .event-schedule-table .table thead tr th.speakers {
  min-width: 200px;
}

.event-details-content .event-schedule-table .table tbody tr td {
  background-color: #F1F1F1;
  border: 2px solid #fff;
  font-size: 14px;
  padding: 15px 20px;
  font-weight: 500;
}

.event-details-content .event-schedule-table .table tbody tr td.time {
  text-align: center;
}

.event-details-content .event-schedule-table .table tbody tr td.speakers {
  text-align: center;
}

.event-details-content .event-message 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) {
  .event-details-content .event-message p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-details-content .event-message p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .event-details-content .event-message p {
    font-size: 14px;
    line-height: 24px;
  }
}

.event-details-content .event-message .event-message-form {
  padding-top: 15px;
}

.event-sidebar .sidebar-title .title {
  font-weight: 500;
  font-size: 24px;
  color: #10878f;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event-sidebar .sidebar-title .title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .event-sidebar .sidebar-title .title {
    font-size: 20px;
  }
}

.event-sidebar ul {
  padding-top: 15px;
}

.event-sidebar ul li {
  padding: 14px 0;
  border-bottom: 1px solid #DBDBDB;
  font-weight: 500;
  font-size: 14px;
  color: #303030;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event-sidebar ul li {
    font-size: 12px;
  }
}

.event-sidebar ul li:last-child {
  border-bottom: 0;
}

.event-sidebar ul li strong {
  display: block;
  float: right;
  font-weight: 500;
}

.event-features {
  background-color: #F1F1F1;
  padding: 30px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event-features {
    padding: 25px 20px;
  }
}

.event-features .sidebar-btn {
  margin-top: 20px;
}

.event-features .sidebar-btn .main-btn {
  height: 36px;
  line-height: 36px;
  padding: 0 22px;
  font-size: 14px;
}

.event-sidebar-banner a {
  display: block;
}

.event-sidebar-banner a img {
  width: 100%;
}

/*===========================
        21.Gallery css 
===========================*/
.gallery-page {
  padding-top: 10px;
  padding-bottom: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-page {
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .gallery-page {
    padding-top: 50px;
  }
}

/*===========================
    22.Teachers Details css 
===========================*/
.teacher-details {
  padding-top: 40px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .teacher-details {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .teacher-details {
    padding-top: 30px;
  }
}

.single-teacher-details {
  position: relative;
  z-index: 5;
  padding-left: 70px;
  padding-bottom: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-teacher-details {
    padding-left: 40px;
    padding-bottom: 40px;
  }
}

.single-teacher-details::before {
  position: absolute;
  content: '';
  width: 60%;
  height: 85%;
  background-color: #F1F1F1;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.single-teacher-details .teacher-social {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-teacher-details .teacher-social {
    left: 10px;
  }
}

.single-teacher-details .teacher-social .social li+li {
  margin-top: 25px;
}

.single-teacher-details .teacher-social .social li a {
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  border: 1px solid #DBDBDB;
  border-radius: 50%;
  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: 768px) and (max-width: 991px) {
  .single-teacher-details .teacher-social .social li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
}

.single-teacher-details .teacher-social .social li a:hover {
  background-color: #0C8B51;
  border-color: #0C8B51;
  color: #fff;
}

.single-teacher-details .teacher-image a {
  display: block;
}

.single-teacher-details .teacher-image img {
  width: 100%;
}

.teacher-details-content .teacher-name {
  font-weight: 500;
  font-size: 46px;
  color: #10878f;
  position: relative;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .teacher-details-content .teacher-name {
    font-size: 28px;
  }
}

.teacher-details-content .teacher-name::before {
  position: absolute;
  content: '';
  width: 150px;
  height: 2px;
  background-color: #10878f;
  bottom: 0;
  left: 0;
  margin-left: 50px;
  animation: zoom-in-zoom-out 2s linear infinite;
  display: inline-block;
  transform: rotate(1deg);
}

.teacher-details-content .highlight-quote {
  font-size: 32px;
  font-family: 'Corinthia', cursive;
  font-weight: 600;
}

@media (max-width: 767px) {
  .teacher-details-content .teacher-name::before {
    width: 100px;
  }
}

.teacher-details-content .designation {
  font-weight: 600;
  font-size: 24px;
  color: #10878f;
  margin-top: 14px;
}

@media (max-width: 767px) {
  .teacher-details-content .designation {
    font-size: 18px;
  }
}

.teacher-details-content .department {
  font-weight: 500;
  font-size: 18px;
  color: #151515;
}

@media (max-width: 767px) {
  .teacher-details-content .department {
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .teacher-details-content .department {
    font-size: 16px;
  }
}

.teacher-details-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #080808;
  margin-top: 20px;
  text-align: justify;
  margin-bottom: 15px;


}

.quote-content {
  padding: 15px 35px;
  background-color: #F1F1F1;
  border-top: 3px solid #0C8B51;
}

.quote-content p {
  margin-top: 10px;
  margin-bottom: 10px;
}



@media (max-width: 767px) {
  .teacher-details-content p {
    font-size: 14px;
    line-height: 24px;
  }
}

.teacher-details-content .teacher-contact {
  padding-top: 15px;
}

.teacher-details-content .teacher-contact li {
  font-weight: 500;
  font-size: 18px;
  color: #303030;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .teacher-details-content .teacher-contact li {
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .teacher-details-content .teacher-contact li {
    font-size: 16px;
  }
}

.teacher-details-content .teacher-contact li a {
  color: #303030;
}

.teacher-details-tab {
  padding-top: 70px;
}

.teacher-details-tab .nav li {
  border-left: 1px solid #DBDBDB;
}

@media (max-width: 767px) {
  .teacher-details-tab .nav li {
    width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .teacher-details-tab .nav li {
    width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }
}

.teacher-details-tab .nav li a {
  display: block;
  background-color: #10878f;
  color: #fff;
  text-align: center;
  height: 70px;
  line-height: 70px;
  -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: 18px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .teacher-details-tab .nav li a {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .teacher-details-tab .nav li a {
    height: 55px;
    line-height: 55px;
  }
}

.teacher-details-tab .nav li a.active {
  color: #0C8B51;
}

.teacher-details-tab .tab-content {
  padding-top: 10px;
}

.teacher-details-tab .single-content-tab {
  margin-top: 40px;
}

.teacher-details-tab .single-content-tab .title {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #10878f;
  padding-bottom: 10px;
}

.teacher-details-tab .single-content-tab p {
  font-weight: 500;
  font-size: 16px;
  color: #151515;
}

/*===========================
    23.Shop Sidebar css 
===========================*/
.shop-sidebar .sidebar-title .title {
  font-weight: 500;
  font-size: 24px;
  color: #10878f;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-sidebar .sidebar-title .title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .shop-sidebar .sidebar-title .title {
    font-size: 20px;
  }
}

.shop-sidebar ul {
  padding-top: 15px;
}

.shop-sidebar ul li {
  padding: 14px 0;
  border-bottom: 1px solid #DBDBDB;
  font-weight: 500;
  font-size: 14px;
  color: #303030;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-sidebar ul li {
    font-size: 12px;
  }
}

.shop-sidebar ul li:last-child {
  border-bottom: 0;
}

.shop-sidebar ul li strong {
  display: block;
  float: right;
  font-weight: 500;
}

.shop-sidebar-category {
  background-color: #F1F1F1;
  padding: 30px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-sidebar-category {
    padding: 25px 20px;
  }
}

.shop-sidebar-category .category-items {
  padding-top: 15px;
}

.shop-sidebar-price {
  background-color: #F1F1F1;
  padding: 30px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-sidebar-price {
    padding: 25px 20px;
  }
}

.shop-sidebar-price .price-items {
  padding-top: 15px;
}

.shop-sidebar-banner a {
  display: block;
}

.shop-sidebar-banner a img {
  width: 100%;
}

.shop-sidebar-tags {
  background-color: #F1F1F1;
  padding: 30px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-sidebar-tags {
    padding: 25px 20px;
  }
}

.shop-sidebar-tags .tags-items {
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 20px;
}

.shop-sidebar-tags .tags-items li {
  border-bottom: 0;
  display: inline-block;
  padding: 3px 10px;
}

.shop-sidebar-tags .tags-items li a {
  font-weight: 500;
  font-size: 14px;
  color: #10878f;
  -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;
}

.shop-sidebar-tags .tags-items li a:hover {
  color: #0C8B51;
}

/*===========================
    24.Product Details css 
===========================*/
.product-details-page {
  padding-top: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-page {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .product-details-page {
    padding-top: 30px;
  }
}

.product-details-wrapper {
  padding-right: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-wrapper {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .product-details-wrapper {
    padding-right: 0px;
  }
}

.product-details-content .details-image img {
  width: 100%;
}

.product-details-content .details-content .product-title {
  font-weight: 700;
  font-size: 46px;
  color: #10878f;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-content .details-content .product-title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .product-details-content .details-content .product-title {
    font-size: 24px;
  }
}

.product-details-content .details-content .price-rating {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.product-details-content .details-content .price-rating .price {
  font-weight: 600;
  font-size: 24px;
  color: #0C8B51;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-content .details-content .price-rating .price {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .product-details-content .details-content .price-rating .price {
    font-size: 18px;
  }
}

.product-details-content .details-content .price-rating .rating li {
  display: inline-block;
  font-size: 12px;
}

.product-details-content .details-content .price-rating .rating li.rating-on {
  color: #FABB20;
}

.product-details-content .details-content .product-content-wrapper {
  border-top: 1px solid #DBDBDB;
  margin-top: 30px;
}

.product-details-content .details-content .product-content-wrapper p,
.product-details-content .details-content .product-content-wrapper span {
  font-weight: 500;
  font-size: 18px;
  color: #10878f;
}

@media (max-width: 767px) {

  .product-details-content .details-content .product-content-wrapper p,
  .product-details-content .details-content .product-content-wrapper span {
    font-size: 16px;
  }
}

.product-details-content .details-content .product-content-wrapper .stock {
  border-bottom: 1px solid #DBDBDB;
  padding: 15px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-content .details-content .product-content-wrapper .stock {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .product-details-content .details-content .product-content-wrapper .stock {
    padding: 10px 0;
  }
}

.product-details-content .details-content .product-content-wrapper .colors {
  border-bottom: 1px solid #DBDBDB;
  padding: 15px 0;
  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 only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-content .details-content .product-content-wrapper .colors {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .product-details-content .details-content .product-content-wrapper .colors {
    padding: 10px 0;
  }
}

.product-details-content .details-content .product-content-wrapper .colors .product-color {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.product-details-content .details-content .product-content-wrapper .colors .product-color li {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  margin-left: 15px;
  position: relative;
  cursor: pointer;
}

.product-details-content .details-content .product-content-wrapper .colors .product-color li.active::before {
  position: absolute;
  content: '\f00c';
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  top: -1px;
  left: 2px;
  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;
}

.product-details-content .details-content .product-content-wrapper .size {
  border-bottom: 1px solid #DBDBDB;
  padding: 15px 0;
  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 only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-content .details-content .product-content-wrapper .size {
    padding: 10px 0;
  }
}

.product-details-content .details-content .product-content-wrapper .size .product-size {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.product-details-content .details-content .product-content-wrapper .size .product-size li {
  margin-left: 15px;
}

.product-details-content .details-content .product-content-wrapper .size .product-size li span {
  color: #10878f;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}

.product-details-content .details-content .product-content-wrapper .size .product-size li.active span {
  color: #0C8B51;
}

.product-details-content .details-content .product-content-wrapper .quantity {
  border-bottom: 1px solid #DBDBDB;
  padding: 15px 0;
  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 only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-content .details-content .product-content-wrapper .quantity {
    padding: 10px 0;
  }
}

.product-details-content .details-content .product-content-wrapper .quantity .product-quantity {
  border-radius: 50px;
  overflow: hidden;
  margin-left: 20px;
}

.product-details-content .details-content .product-content-wrapper .quantity .product-quantity input {
  width: 40px;
  height: 26px;
  font-weight: 500;
  font-size: 14px;
  color: #10878f;
  border: 0;
  background-color: #F1F1F1;
  text-align: center;
}

.product-details-content .details-content .product-content-wrapper .quantity .product-quantity button {
  width: 26px;
  height: 26px;
  padding: 0;
  background-color: #DBD8D8;
  border: 0;
  font-weight: 500;
  font-size: 12px;
  color: #262626;
  -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;
}

.product-details-content .details-content .product-content-wrapper .quantity .product-quantity button:hover {
  background-color: #0C8B51;
  color: #fff;
}

.product-details-content .details-content .product-btn {
  padding-top: 40px;
}

.product-details-content .details-content .product-btn .add-cart {
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .product-details-content .details-content .product-btn .add-cart {
    height: 40px;
    line-height: 38px;
  }
}

.product-details-content .details-content .product-btn .compare,
.product-details-content .details-content .product-btn .wishlist {
  height: 45px;
  line-height: 43px;
  border: 1px solid #DBDBDB;
  color: #959494;
  font-size: 20px;
  padding: 0 20px;
  vertical-align: middle;
  margin-left: 15px;
  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 (max-width: 767px) {

  .product-details-content .details-content .product-btn .compare,
  .product-details-content .details-content .product-btn .wishlist {
    padding: 0 15px;
    font-size: 18px;
    height: 40px;
    line-height: 38px;
  }
}

.product-details-content .details-content .product-btn .compare:hover,
.product-details-content .details-content .product-btn .wishlist:hover {
  background-color: #10878f;
  border-color: #10878f;
  color: #fff;
}

.product-details-tab {
  padding-top: 70px;
}

.product-details-tab .nav li {
  border-left: 1px solid #DBDBDB;
}

@media (max-width: 767px) {
  .product-details-tab .nav li {
    width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-tab .nav li {
    width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }
}

.product-details-tab .nav li a {
  display: block;
  background-color: #10878f;
  color: #fff;
  text-align: center;
  height: 70px;
  line-height: 70px;
  -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: 18px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .product-details-tab .nav li a {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-tab .nav li a {
    height: 55px;
    line-height: 55px;
  }
}

.product-details-tab .nav li a.active {
  color: #0C8B51;
}

.product-details-tab .product-description {
  padding-top: 20px;
}

.product-details-tab .product-description 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) {
  .product-details-tab .product-description p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-tab .product-description p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .product-details-tab .product-description p {
    font-size: 14px;
    line-height: 24px;
  }
}

.product-details-tab .product-description .product-list li {
  position: relative;
  padding-left: 40px;
  margin-top: 40px;
}

.product-details-tab .product-description .product-list li i {
  color: #151515;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 5px;
}

.product-details-tab .product-description .product-list li p {
  margin-top: 0;
}

.product-details-tab .product-information {
  padding-top: 40px;
}

.product-details-tab .product-information .table tbody tr td {
  border: 0;
  padding: 0;
  vertical-align: middle;
  padding: 2px;
}

.product-details-tab .product-information .table tbody tr td.table-title {
  width: 180px;
  min-width: 180px;
}

.product-details-tab .product-information .table tbody tr td.table-title .title {
  font-weight: 500;
  font-size: 14px;
  color: #151515;
  border: 1px solid #DBDBDB;
  padding: 0 20px;
  height: 50px;
  line-height: 48px;
}

.product-details-tab .product-information .table tbody tr td.table-content p {
  font-weight: 500;
  font-size: 14px;
  color: #151515;
  padding: 0 20px;
  border: 1px solid #DBDBDB;
  height: 50px;
  line-height: 48px;
  white-space: nowrap;
}

.product-details-tab .product-reviews .review-wrapper {
  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-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 540px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .product-details-tab .product-reviews .review-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.product-details-tab .product-reviews .review-wrapper .review-star {
  padding-top: 30px;
}

.product-details-tab .product-reviews .review-wrapper .review-star .single-review {
  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: 10px;
}

.product-details-tab .product-reviews .review-wrapper .review-star .single-review .label {
  font-weight: 500;
  font-size: 18px;
  color: #151515;
  width: 85px;
}

@media (max-width: 767px) {
  .product-details-tab .product-reviews .review-wrapper .review-star .single-review .label {
    font-size: 14px;
    width: 60px;
  }
}

.product-details-tab .product-reviews .review-wrapper .review-star .single-review .review-bar {
  width: 170px;
  height: 14px;
  background-color: #F1F1F1;
  position: relative;
}

@media (max-width: 767px) {
  .product-details-tab .product-reviews .review-wrapper .review-star .single-review .review-bar {
    width: 140px;
    height: 10px;
  }
}

.product-details-tab .product-reviews .review-wrapper .review-star .single-review .review-bar .bar-inner {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  background-color: #0C8B51;
}

.product-details-tab .product-reviews .review-wrapper .review-star .single-review .value {
  font-weight: 500;
  font-size: 18px;
  color: #151515;
  width: 50px;
  text-align: right;
}

@media (max-width: 767px) {
  .product-details-tab .product-reviews .review-wrapper .review-star .single-review .value {
    font-size: 14px;
    width: 40px;
  }
}

.product-details-tab .product-reviews .review-wrapper .review-point {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .product-details-tab .product-reviews .review-wrapper .review-point {
    margin: 0 50px;
  }
}

.product-details-tab .product-reviews .review-wrapper .review-point span {
  font-weight: bold;
  font-size: 70px;
  line-height: 80px;
  color: #10878f;
}

.product-details-tab .product-reviews .review-form {
  margin-top: 50px;
}

.product-details-tab .product-reviews .review-form .review-rating .title {
  font-weight: 700;
  font-size: 18px;
  color: #10878f;
}

.product-details-tab .product-reviews .review-form .review-rating ul {
  margin-top: 20px;
}

.product-details-tab .product-reviews .review-form .review-rating ul li {
  display: inline-block;
  color: #E1E1E1;
  cursor: pointer;
}

.product-details-tab .product-reviews .review-form .review-rating ul li.selected,
.product-details-tab .product-reviews .review-form .review-rating ul li.hover {
  color: #EAB830;
}

/*===========================
    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: 24px;
  color: #10878f;
}

@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: 15px;
}

.blog-sidebar ul li {
  padding: 14px 0;
  border-bottom: 1px solid #DBDBDB;
  font-weight: 500;
  font-size: 14px;
  color: #303030;
}

@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: 30px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar-category {
    padding: 25px 20px;
  }
}

.blog-sidebar-category .category-items {
  padding-top: 15px;
}

.blog-sidebar-post {
  background-color: #F1F1F1;
  padding: 30px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar-post {
    padding: 25px 20px;
  }
}

.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 a {
  font-weight: 600;
  font-size: 16px;
  color: #10878f;
}

.blog-sidebar-post .post-items li .single-post .post-content .more {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #151515;
  margin-top: 10px;
}

.blog-sidebar-post .post-items li .single-post .post-thumb {
  width: 40px;
}

.blog-sidebar-post .post-items li .single-post .post-thumb img {
  border-radius: 5px;
}

.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: #10878f;
  -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: 110px;
}

@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: 30px;
}

.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) {
  .blog-details-content .details-content .meta li a {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .blog-details-content .details-content .meta li a {
    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: 46px;
  color: #10878f;
  margin-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-content .details-content .title {
    font-size: 36px;
  }
}

@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: 18px;
  line-height: 36px;
  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: 24px;
  }
}

.blog-details-content .details-content .blog-list li {
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
}

.blog-details-content .details-content .blog-list li i {
  color: #151515;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 5px;
  margin-top: 6px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-content .details-content .blog-list li i {
    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: #10878f;
  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: #10878f;
  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;
  padding-bottom: 50px;
}

@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: #10878f;
  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: 500;
  font-size: 25px;
  letter-spacing: 0.05em;
  color: #10878f;
  padding-bottom: 8px;
}

.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: 150px;
}

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

.form-message.error {
  color: #f00;
}

.contact-title .title {
  font-weight: 500;
  font-size: 31px;
  color: #10878f;
  position: relative;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .contact-title .title {
    font-size: 20px;
  }
}

.contact-title .title::before {
  position: absolute;
  content: '';
  width: 150px;
  height: 2px;
  background-color: #10878f;
  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: 150px;
}

@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: 25px;
  padding-bottom: 25px;
}

.faq-wrapper .accordion .card {
  position: relative;
  padding-left: 40px;
  border: 0;
  margin-top: 30px;
  background-color: #f1f1f1;
  border-radius: 5px;
}

.faq-wrapper .accordion .card .question {
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
  color: #10878f;
  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: 15px;
  position: relative;
  margin-top: 30px;
}

.faq-wrapper .accordion .card .card-body .answer {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #10878f;
  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;
  padding-left: 10px;

}

@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;
  }
}

/*===========================
   29.Login & Register css 
===========================*/
.login-register {
  padding-top: 60px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login-register {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .login-register {
    padding-top: 40px;
  }
}

.login-register-content .title {
  font-weight: 500;
  font-size: 30px;
  color: #10878f;
  position: relative;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .login-register-content .title {
    font-size: 20px;
  }
}

.login-register-content .title::before {
  position: absolute;
  content: '';
  width: 150px;
  height: 2px;
  background-color: #10878f;
  bottom: 0;
  left: 0;
}

.login-register-form .single-form .forget a {
  font-size: 16px;
  font-weight: 400;
  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) {
  .login-register-form .single-form .forget a {
    font-size: 14px;
  }
}

.login-register-form .single-form .forget a:hover {
  color: #10878f;
}

.login-register-form .single-form .main-btn {
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .login-register-form .single-form .main-btn {
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
}

/*===========================
        30.Notice css 
===========================*/
.notice-area {
  padding-top: 35px;
  padding-bottom: 85px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .notice-area {
    padding-top: 50px;
    padding-bottom: 100px
  }
}

@media (max-width: 767px) {
  .notice-area {
    padding-top: 40px;
    padding-bottom: 80px
  }
}

.notice-content {
  padding-top: 10px;
  margin-bottom: 40px;
}

.single-notice {
  margin-top: 30px;
  position: relative;
  padding-left: 50px;
}

.single-notice.stage {
  margin-top: 60px;
  position: relative;
  padding-left: 100px;
}

@media (max-width: 767px) {
  .single-notice {
    padding-left: 35px;
  }

  .single-notice.stage {
    padding-left: 72px;
  }

  .highlight-quote {
    font-size: 18px;
  }
}

.single-notice .number {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #7f3486;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-notice .number {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-notice .number {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .single-notice .number {
    font-size: 18px;
    line-height: 26px;
  }
}

.single-notice .notice-title {
  font-weight: 600;
  font-size: 24px;
  color: #303030;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-notice .notice-title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-notice .notice-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .single-notice .notice-title {
    font-size: 18px;
    line-height: 26px;
  }
}

.single-notice p {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #303030;
  margin-top: 2px;
}

.single-notice .highlight-quote {
  font-size: 18px;
  font-weight: 600;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-notice p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-notice p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .single-notice p {
    font-size: 14px;
    line-height: 26px;
  }
}



/*===========================
        31.Curcullem css 
===========================*/
.curriculum-area {
  position: relative;
  padding-top: 70px;
  /* background-color: #f1f1f1; */
  padding-bottom: 30px;
}

.curriculum-area .courses-wrapper .single-courses .item-icon {
  text-align: center;
  padding: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .curriculum-area {
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .curriculum-area {
    padding-top: 70px;
  }
}

/* .curriculum-area::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) {
  /*  .curriculum-area::before {
    left: 0;
  } */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* .curriculum-area::before {
    left: 0;
  } */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* .curriculum-area::before {
    left: 0;
  } */
}

@media (max-width: 767px) {
  /* .curriculum-area::before {
    left: 0;
  } */
}

.curriculum-area .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) {
  .curriculum-area .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) {
  .curriculum-area .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) {
  .curriculum-area .trending-title {
    display: none;
  }
}

@media (max-width: 767px) {
  .curriculum-area .trending-title {
    display: none;
  }
}

.curriculum-wrapper.wrapper-2 {
  padding-top: 10px;
}

/***** Wave *****/

div.waves {
  width: 100%;
  bottom: 0;
  position: absolute;
  z-index: 99;
}


svg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  animation-name: move-left;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.spacer {
  height: 100px;
  width: 100%;
}

@keyframes example {
  0% {
    left: 0px;
    top: 0px;
  }

  50% {
    left: -2000px;
    top: 200px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}

.wave-top {
  position: relative;
  height: 100px;
}

@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1)
  }

  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55)
  }

  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1)
  }
}

.waveWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  bottom: -1px;
  background-image: linear-gradient(to top, #14b6c1 20%, #10878f 80%);
}

.bgTop {
  z-index: 15;
  opacity: 0.5;
}

.bgMiddle {
  z-index: 10;
  opacity: 0.75;
}

.bgBottom {
  z-index: 5;
}

.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}

.waveTop {
  background-size: 50% 100px;
}

.waveAnimation .waveTop {
  animation: move-wave 3s;
  -webkit-animation: move-wave 3s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.waveMiddle {
  background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
  animation: move_wave 10s linear infinite;
}

.waveBottom {
  background-size: 50% 100px;
}

.waveAnimation .waveBottom {
  animation: move_wave 15s linear infinite;
}

/***** Highlight area *****/
.highlights-area {
  position: relative;
  z-index: 5;
  padding: 50px 0px 65px 0px;
}

.highlights-area .section-title .title {
  color: #000000;
}

.highlights-area::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f2f2f2;
  z-index: -1;
}

/* .highlights-details-list {
  padding: 0 10px 40px 10px;
} */

.highlights-area .highlights-details-list li {
  /* position: relative;
  padding-left: 40px;
  margin-top: 40px; */

  padding: 15px 10px;
  margin: 20px;
  background-color: #ffffff;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 50px 11px rgb(95 138 236 / 5%);
  transition: transform 350ms;
}

.highlights-area .highlights-details-list li:hover {

  background-color: #10878f;
  transform: translateY(-5px);
}

.highlights-area .highlights-details-list li:hover p {
  color: #ffffff;
}


.highlights-area .highlights-details-list li:hover i {
  color: #ffffff;
}

.highlights-area .highlights-details-list li i {
  /* 
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 10px; */
  color: #2b3151;
  float: left;
  margin-top: 6px;
}

.highlights-area .highlights-details-list li p {
  padding-left: 15px;
  display: table;
  color: #000000;
}

/***** Highlights-2 *******/
.highlights-area-1 {
  position: relative;
  z-index: 5;
  padding: 50px 0px 65px 0px;
}

.highlights-area-1 .section-title .title {
  color: #000000;
}

/* .highlights-area-1::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(16, 135, 143, 0.95);
  z-index: -1;
} */

/* .highlights-details-list {
  padding: 0 10px 40px 10px;
} */

.highlights-area-1 .highlights-details-list li {
  /* position: relative;
  padding-left: 40px;
  margin-top: 40px; */
  padding: 15px 0;
  margin: 0;
}

.highlights-area-1 .highlights-details-list li i {
  /* color: #000000;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 10px; */
  color: #000000;
  float: left;
  margin-top: 3px;
}

.highlights-area-1 .highlights-details-list li p {
  padding-left: 15px;
  display: table;
  color: #000000;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.5, 1.5);
  }

  100% {
    transform: scale(1, 1);
  }
}


/***** Highlight Area3 *****/
.highlights-director-list li i {
  float: left;
  margin-top: 10px;
  color: #1ebea5;
}

.highlights-director-list li p {
  padding-left: 15px;
  display: table;
  margin: 10px 0;
}

/***** institutation ******/
.institution-area {
  padding-top: 55px;
  padding-bottom: 30px;
}

.institution-area .bg-img {
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .institution-area {
    padding-top: 55px;
  }
}

@media (max-width: 767px) {
  .institution-area {
    padding-top: 35px;
  }
}

.institution-title {
  /* max-width: 490px; */
  margin-left: auto;
}

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

@media (max-width: 767px) {
  .institution-title {
    margin-left: 0;
  }
}

.institution-sub-title .section-title-2 .title {
  font-weight: 500;
  font-size: 35px;
  position: relative;
  margin-top: 25px;
}

.institution-sub-title .section-title-2 .title::before {
  position: absolute;
  content: '';
  width: 150px;
  height: 2px;
  background-color: #10878f;
  left: 0;
  bottom: 0;
}

.section-title-2 .highlight-quote {
  font-size: 32px;
  font-family: 'Corinthia', cursive;
  font-weight: 700;
}

.institution-sub-title .fp-video {
  box-shadow: 5px 5px #ccc;
}



.quote {
  margin: 0;
  background: #eee;
  padding: 0.5em;
  border-radius: 1em;
  margin-top: 1em;
}

.quote blockquote {
  font-family: 'Corinthia', cursive;
  font-size: 30px;
  font-weight: 700;
}


.quote figcaption,
.quote blockquote {
  margin: 0.5em;
}

.quote q::before,
.quote q::after {
  animation: dancing 1s linear infinite;
  display: inline-block;
  transform: rotate(13deg);
}

@keyframes dancing {
  0% {
    transform: rotate(13deg) scale(2);
  }

  25% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-13deg) scale(2);
  }

  75% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(13deg) scale(2);
  }
}

.quote q {
  quotes: "“" "”" "‘" "’" "“" "”";
}

/**** whats app ****/
.fixed-tabs-Whats {
  position: fixed;
  right: 0;
  bottom: 15%;
  z-index: 100;
}

.aba-whatsphone {
  background: #1ebea5;
  height: 50px;
  width: 60px;
  border-radius: 30px 0 0 30px;
  transition: .7s ease;
}

.aba-whatsphone:hover {
  width: 180px;
  transition: .7s ease;
}

.aba-whatsphone-icone {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAC9FBMVEUAAADv7+/g4ODd3d3k5OTa2tr9/f3+/v7s7Ozm5ubX19fa2tra2tr09PT4+Pjz8/Pq6uru7u7s7Ozj4+Pj4+Pj4+Ph4eHh4eHX19f09PT7+/vt7e3////7+/vw8PDt7e3s7Oz7+/vr6+vm5ubj4+PW1tbg4ODd3d3a2trc3Nze3t7x8fHx8fH4+Pjy8vLt7e3q6ur9/f34+Pjn5+fu7u7l5eXl5eX6+vro6Ojb29vf39/29vb19fXh4eGWlpb6+vr6+vrz8/P+/v719fX9/f3+/v7z8/P29vb9/f37+/vm5ubq6urm5ubX19fh4eH6+vr+/v7Nzc3l5eX5+fnf39/V1dXv7+/IyMjr6+u7u7v4+Pi2trb///9DxVMtuEI/w1FFx1VNy1swukU3vkpW0WNBxFIzu0cvuUNSzl9LyVpKyVkst0Eqt0BPzF0+wk9V0GFTzmBRzV5IyFdUz2FMyltHx1c9wU88wU79/v01vUgptj86wE05v0w2vUlZ0mQotT5Bx1EktDv7/vz4+Pgxu0UmtTwdsjT8/Pzb895W0WJR0F06wksxvkQvvEIpuD3m9+g3wEk1wEcruj/5/fnt+u/r+e3M79G56sCu5bZOzltIy1ZGylU+xU48w00iszgfszYasDH7+/vf9uGV4Z1t0Xpl1XBRxWNKy1gsu0Dz/PT09PTx8fHo+Ovj9+bh9eTf9OLP8dPE7Mqn5q6C1o6C2oxp13Rn0HRd0WlMzFo6vE8ktjr2/ffx+/LU89fI7c3F78nB68ex57iq57Gn4rCe4aea3qSO2JqN3ZZ91Ip51YV824R00YFx2XtgynBdzWtZxmpaymlPyF9IxllAwVIyuEb6/fr6+vrn+OnZ9dzW8trC78a96MS26Lyw5bii4que5KWX3aGU2p+R2pyJ2ZSF2JCF24+G34521INw031rzXlkzHRiz3Bj029dzGxKw1xKzVg7vk88wE47xEw1ukqw6rWb3KaM2JiH25F324BxzYBGvlkRrSr4hFN5AAAAXHRSTlMA9DkpGwT8+MVoMBAK+eTQuI+BfnJcVUoW/ujl4Nm9r6alnJuOSkZANCMI+Ofm2djXzsTDuaGVjIqAZVszMS/48fDs6dva2s/Ds6Shj4iHgXRwYmBgX0JBPy4jI2o55OUAAAVZSURBVEjHtZZ1QFNBGMDHxO7u7u7u7m59xkDFzelsN0AcrGDN6AYVEFERFQXs7u7u7q5/fN/3gse2B/qHv3929933e3e7u3f3BP+BgtMmjak7pGaNGgPbDu3cvUeVf1Abj25bmOBSre54178yi3dvJycc6de5R/7jrVCT4KFQ3WJ5u1PacbL9dqek7A7iBPqUK8GvlijLDnjz/nWnzmRkJGac+fHsy40UJjyYt3PXWnTKnlunfPR6vSyARCbT6wMS76+lmwqPc+5OHUAgwYcSI/RzfLjIIgKebaX1rs7cXqUI5FbGe9kcnzm58QmI0K8LJpCyTtzqVLfHyV6dInufuJ+yR9q7VWpgfG1i8jIZDwEREdsoe6ydTM3V3l2Zy/JgfuQ6atYm53LLU/36ZC7Ok/lR9zGxVHGO2wS3suVN8vx8WBJ5CO169oMOOhO1BBBFRUUlL+FhYTIuWaGGrFsRN9Y25UIgcte2sDunIhfyEPkmBJKLFGRehtJQvSHJFIlEpLsZ9tiuZJFzFiqpSWO6rowd71BCm1i0l6CGIeJBnIlbtQMt14GKf5R4OQk8F9gikiznQfkUEuRCdAv0hspTpZhEIsbH4kDEPEgkmyGhHMpFoXhdvFRConxB0OxXSviIPgIJrZqBXBuKYdFLgegd7EnwesZSHpQ7cbUKwJnVH4ono1cAINMcj1nBw+zlmyChEvzlQtDPubmzgejnrLwTIs75FAYJnUi5ESzUJvEMDM+4GEy7Rz7N5sXwHfcJM1+hMTMorAcpNwwCfMSsh5TSpNwFCgetdNyAcUJ+zpCX/BpyapJyPSjcC5xLY9iH9iEI8BHz9iqZ0pLZX0cDZ9EYzu3BlXoROHcWH4YLQXAHMfI9I9tiPE4AlkvWPOSrtFwfUsONixhWWtPRDp1lZWOGVYu4WN/icULK5WCp9gWuWsngfuk62gdWBdIR6yUvI7QzBOIWG8ScBJa53qtYjDv90N560eQFddPzkNAn3qacDNN2ZqmEOjiCkhReOZhOEIjlpNHo7WW8GAIH65OPJnemHTdDGVKeXhJK603eHDY8llN6+iuF+eNN+hV/fNkdW90vW2ArwDvZrBXO2AZ3LrbtYAOhpw/gLydJfQEqCY0FJGXxSnVXcOXVtpO7CQfCKNn2AColXUGulIDjtq3Ohfmsv4P8wAwtinlpOYdYlRY4tR7zFFxW2z4c8bOT12+AFttpKOuKCpAu+P9emhXzuCjczEl3cunhHhBXq3FILq70ZVMVZ8ZDzVExTWpLOsoO3u+wGuVsXGQ5e0vXxq4fadzsULtJNW7nD98MDgoK2XdW46EmQ9LLm3C62I8TYV+o3812c4KHOdvtw7t3WVIzVmdK07Hj+gIWvG9OZ3s4Z6bU7LmALsceJYAWrqxbDG7YkCzpzHyJ246uqpvd1X47Nl9VqqU2va4MLbLH/kPtgnzQ+B6To9ymCudTtSVMQVKsVCrVxGm1GqlTPLVXwgnEpQmn44b4zsz0JcXPr74dy4r39XRgjTb2ZRrlNm/k8DVz9/ea84/CYA0tx67Ex2nWcND4xsedTSfofisLuBTB+Tqc8yJs+ZqkiY+P80VitfGxn08w76W8emOOiZeVA3L/8J+/rpCj9VyQdf5haDATV7VvKsjFRMI5fiFp/v5plhTOI5s3sP/grscRdKqq1wge5BvLCB2+0EsxjaqSRTpVEnZ0UTlTdRuLVBQ4UIwSU1uPqFiAmoMKbVJV9qZLx8oFBY5UIBKqVh9eVMhpK1G5fHuX1I2qBJ0u4Zoq1aV1/Qk4T44MK1O0Z3HHsGvPRt26NmgwqkIlYdNmgv/AHwgll5kWhiGeAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  width: 200px;
  background-size: 40px;
  background-position: 12px 5px;
  padding: 12px;
}

.aba-whatsphone-icone a {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  margin-left: 50px;
  text-decoration: none;
  height: 60px;
  font-family: sans-serif;
}

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

/******** Services *********/
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .service-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  height: 100%;
  padding: 40px 30px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
}

.services .service-box .icon {
  font-size: 36px;
  padding: 10px 10px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}

.services .service-box h3 {
  color: #000000;
  font-weight: 500;
  margin-bottom: 15px;
}

.services .service-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
}

.services .service-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}

.services .service-box.blue {
  /* border-bottom: 3px solid #0b7eb3; */
  background: rgba(11, 126, 179, 0.5);
}

.services .service-box.blue .icon {
  color: #0b7eb3;
  background: #dbf3fe;
}

.services .service-box.blue .read-more {
  color: #0b7eb3;
}

.services .service-box.blue:hover {
  background: #0b7eb3;
}

/* .services .service-box.blue {
  border-bottom: 3px solid #2db6fa;
}

.services .service-box.blue .icon {
  color: #2db6fa;
  background: #dbf3fe;
}

.services .service-box.blue .read-more {
  color: #2db6fa;
}

.services .service-box.blue:hover {
  background: #2db6fa;
} */

.services .service-box.lpink {
  /* border-bottom: 3px solid #ab267f; */
  background: rgba(171, 38, 127, 0.5);
}

.services .service-box.lpink .icon {
  color: #ab267f;
  background: #feecf7;
}

.services .service-box.lpink .read-more {
  color: #ab267f;
}

.services .service-box.lpink:hover {
  background: #ab267f;
}

.services .service-box.pink {
  /*border-bottom: 3px solid #9c0369;*/
  background: rgba(156, 3, 105, 0.5);
}

.services .service-box.pink .icon {
  color: #9c0369;
  background: #feecf7;
}

.services .service-box.pink .read-more {
  color: #9c0369;
}

.services .service-box.pink:hover {
  background: #9c0369;
}

.services .service-box.green {
  /* border-bottom: 3px solid #009c1d; */
  background: rgba(0, 156, 29, 0.5);
}

.services .service-box.green .icon {
  color: #009c1d;
  background: #cffddf;
}

.services .service-box.green .read-more {
  color: #009c1d;
}

.services .service-box.green:hover {
  background: #009c1d;
}

.services .service-box.dblue {
  border-bottom: 3px solid #162149;
}

.services .service-box.dblue .icon {
  color: #162149;
  background: #edf0fb;
}

.services .service-box.dblue .read-more {
  color: #162149;
}

.services .service-box.dblue:hover {
  background: #162149;
}

.services .service-box.orange {
  /* border-bottom: 3px solid #e63d24; */
  background: rgba(230, 61, 36, 0.5);
}

.services .service-box.orange .icon {
  color: #e63d24;
  background: #f9d2cc;
}

.services .service-box.orange .read-more {
  color: #e63d24;
}

.services .service-box.orange:hover {
  background: #e63d24;
}

.services .service-box.maroon {
  /* border-bottom: 3px solid #8b0d0a; */
  background: rgba(139, 13, 10, 0.5);
}

.services .service-box.maroon .icon {
  color: #8b0d0a;
  background: #efc9c8;
}

.services .service-box.maroon .read-more {
  color: #8b0d0a;
}

.services .service-box.maroon:hover {
  background: #8b0d0a;
}

.services .service-box.red {
  border-bottom: 3px solid #ff0000;
}

.services .service-box.red .icon {
  color: #ff0000;
  background: #fef7f8;
}

.services .service-box.red .read-more {
  color: #ff0000;
}

.services .service-box.red:hover {
  background: #ff0000;
}

.services .service-box.purple {
  border-bottom: 3px solid #b50edf;
}

.services .service-box.purple .icon {
  color: #b50edf;
  background: #f8e4fd;
}

.services .service-box.purple .read-more {
  color: #b50edf;
}

.services .service-box.purple:hover {
  background: #b50edf;
}

.services .service-box:hover h3,
.services .service-box:hover p,
.services .service-box:hover .read-more {
  color: #fff;
}

.services .service-box:hover .icon {
  background: #fff;
}

/****** Owl Carousel *******/
.owl-slider .item {
  height: 100vh;
  position: relative;
}

.owl-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owl-slider .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
}

.owl-slider .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}

.owl-slider .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.owl-slider .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}

.owl-slider .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}

.owl-slider .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}

.owl-slider .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.owl-slider .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.owl-slider .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.owl-slider .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

.owl-slider .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

.owl-slider .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}

.owl-slider .owl-nav .owl-prev:focus {
  outline: 0;
}

.owl-slider .owl-nav .owl-prev:hover {
  background: #000 !important;
}

.owl-slider .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

.owl-slider .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}

.owl-slider .owl-nav .owl-next:focus {
  outline: 0;
}

.owl-slider .owl-nav .owl-next:hover {
  background: #000 !important;
}

.owl-slider:hover .owl-prev {
  left: 0px;
  opacity: 1;
}

.owl-slider:hover .owl-next {
  right: 0px;
  opacity: 1;
}

@media (max-width: 767px) {
  .owl-slider .item .cover .header-content h2 {
    font-size: 30px;
  }

  .owl-slider .item .cover .header-content h1 {
    font-size: 45px;
  }

  .owl-slider .item .cover .header-content h4 {
    font-size: 20px;
  }
}

.maveric-pro {
  background-color: #f7f7f7;
}

.single-campus {
  position: relative;
}

.single-campus .fa-play {
  position: absolute;
  top: 41%;
  left: 44%;
}

.single-campus .fa-play {
  background-color: rgb(241 241 241 / 69%);
  padding: 15px;
  border-radius: 50%;
}

/* Fixed side bar*/
.sticky-sidebar {
  display: flex;
}

/*.#sidebar-nav {
  width: 150px;
  border: 1px solid #ddd;
  margin: 0;
  padding: 0;
  float: left;
}

#sidebar-nav li {
  list-style: none;
  border: 1px solid #ddd;
  margin: 10px;
  padding: 2px;
}

#content {
  height: 2000px;
  width: 500px;
  padding: 10px;
  border: 1px solid #ddd;
  margin: 0 0 10px 5px;
  float: right;
}

#footer {
  clear: both;
  height: 800px;
  border: 1px solid green;
  background-color: #ddd;
}

.clear {
  clear: both;
}


#sidebar-nav.sticky {
  position: fixed;
  top: 5px;
}*/

.nav1 {
  white-space: nowrap;
  background: #10878f;
}

.nav1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Only stick if you can fit */
@media (min-height: 300px) {
  .nav1 ul {
    position: sticky;
    top: 0;
  }
}

.nav1 ul li a {
  display: block;
  padding: 0.5rem 1rem;
  color: white;
  text-decoration: none;
}

.nav1 ul li a.current {
  background: black;
}

.main1 {
  padding-bottom: 10rem;
}

.main1 section {
  padding: 2rem;
  margin: 0 0 2rem 0;
}

.services .service-box.blue {
  /* border-bottom: 3px solid #0b7eb3; */
  background: rgba(11, 126, 179, 0.5);
}

.services .service-box.blue .icon {
  color: #0b7eb3;
  background: #dbf3fe;
}

.services .service-box.blue .read-more {
  color: #0b7eb3;
}

.services .service-box.blue:hover {
  background: #0b7eb3;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.teacher-details-tab.registraion-tab .nav li {
  border-left: 0;
}

.teacher-details-tab.registraion-tab .nav li a {
  border-radius: 5px;
}

.teacher-details-tab.registraion-tab .nav li a.active {
  color: #ffc107;
}

.teacher-details-tab.registraion-tab .nav li {
  margin: 5px;
}

.login-register-form.fiesta {
  background-color: #cccccc3b;
  padding: 20px;
  border-radius: 5px;
}

.login-register-form.fiesta h1 {
  text-align: center;
  color: #fff;
}

.fiesta label {
  color: #f2cd50;
  font-size: 18px;
}

.fiesta span {
  color: #ffffff;
}

.fiesta .rules {
  color: #ffffff;
}

.fiesta .rules a {
  color: #f2cd50;
}

.fiesta .rules a:hover {
  color: rgba(16, 135, 143, 0.95);
}

@media (max-width: 767px) {

  .modal-title {
    font-size: 14px;
  }
}