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

    Template Name: Gostudy-Education & LMS HTML5 Template
    Template URI: https://raistheme.com/
    Description: A Library of Responsive Bootstrap5, HTML5, and CSS3 Website Templates
    Author: Raistheme
    Author URI: https://raistheme.com/
    Version: 1.0


-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    01. Theme default CSS
    02. Header CSS
    2.1. Header Top CSS
    2.2 Offcanvas Menu CSS
    03. Hero CSS
    04. Features CSS
    05. Courses CSS
    06. Expert Track CSS
    07. Global Learner CSS
    08. Access Courses CSS
    09. Feature Category CSS
    10. Testimonial CSS
    11. Instructor CSS
    12. Blog CSS
    13. Brand CSS
    14. Call To Action CSS
    15. Courses Subject CSS
    16. Quality Education CSS
    17. Report Career CSS
    18. Certificate CSS
    19. Training Teachers CSS
    20. Team CSS
    21. Learning Effect CSS
    22. Blog Standard CSS
    23. Blog Details CSS
    24. Contact CSS
    25. About CSS
    26. Team Single CSS
    27. Error CSS
    28. Faq CSS
    29. Course Single CSS
    30. Page Banner CSS
    31. Footer CSS
    31.1. Footer Widget CSS
	

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/*-- Google Font --*/
@import url("https://fonts.googleapis.com/css2?family=Khula:wght@600;700&family=Nunito+Sans:wght@300;400;600;700&display=swap");
/*-- Common Style --*/
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  color: #666666;
  outline: none;
  visibility: visible;
  overflow-X: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: "";
}

body[dir="rtl"] {
  text-align: right;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Khula", sans-serif;
  color: #29303B;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 0;
}

h1 {
  font-size: 36px;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin-bottom: 0;
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: 0;
}

a:focus, button:focus, img:focus, input:focus {
  outline: 0;
}

a:focus {
  color: none;
  outline: none;
  text-decoration: none;
}

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

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

button, input[type="submit"] {
  cursor: pointer;
}

img {
  max-width: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}

/*-- Common Classes --*/
.section,
.main-wrapper {
  float: left;
  width: 100%;
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1230px;
  }
}

/*--Section Spacing--*/
.section-padding {
  padding-top: 47px;
  padding-bottom: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

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

@media only screen and (max-width: 767px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-padding-02 {
  padding-top: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-02 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-02 {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding-02 {
    padding-top: 60px;
  }
}

/*--Section Title--*/
.section-title .title {
  font-size: 36px;
  font-weight: 700;
  color: #29303B;
  line-height: 42px;
}

@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 28px;
    line-height: 36px;
  }
}

.section-title .title span {
  position: relative;
  z-index: 1;
}

.section-title .title span::before {
  position: absolute;
  content: '';
  width: 103%;
  height: 22px;
  background-color: #ffd24d;
  border-radius: 50px;
  z-index: -1;
  top: 12px;
  left: -5px;
}

@media only screen and (max-width: 575px) {
  .section-title .title span::before {
    height: 15px;
  }
}

/*--Swiper button Next & Prev--*/
.swiper-button-next,
.swiper-button-prev {
  border-radius: 50%;
  background-color: #ebebeb;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  padding: 0;
  -webkit-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) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
  font-weight: 700;
  color: #29303B;
  -webkit-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) {
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 14px;
  }
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #ff1f59;
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  color: #ffffff;
}

.swiper-button-next {
  right: -48px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .swiper-button-next {
    right: -25px;
  }
}

.swiper-button-prev {
  left: -48px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .swiper-button-prev {
    left: -25px;
  }
}

/*--Swiper Pagination--*/
.swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  background-color: #e1e1e1;
  width: 13px;
  height: 13px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff1f59;
}

/*--Gostudy Pagination--*/
.gostudy-pagination .pagination {
  margin-top: 90px;
}

@media only screen and (max-width: 575px) {
  .gostudy-pagination .pagination {
    margin-top: 60px;
  }
}

.gostudy-pagination .pagination .page-item {
  margin: 0 5px;
}

.gostudy-pagination .pagination .page-item.active .page-link {
  background-color: #ff1f59;
  border-color: #ff1f59;
  color: #ffffff;
}

.gostudy-pagination .pagination .page-item .page-link {
  width: 35px;
  height: 35px;
  padding: 0;
  line-height: 33px;
  font-size: 14px;
  text-align: center;
  color: #415674;
  font-weight: 600;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.gostudy-pagination .pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.gostudy-pagination .pagination .page-item .page-link:hover {
  background: #ff1f59;
  border-color: #ff1f59;
  color: #ffffff;
}

.gostudy-pagination .pagination .page-item .page-link i {
  line-height: 35px;
  font-size: 10px;
}

/*--  Preloader Styles  --*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #ffffff;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
          animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .ytp-spinner-circle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #022467 #022467 #f7f8f8;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #f7f8f8;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #f7f8f8;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
            transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
            transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
            transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
}

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
}

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
}

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
  }
}

/*----------------------------------------*/
/*  02. Elements CSS
/*----------------------------------------*/
/*--
/*  2.1 - Accordion CSS
/*----------------------------------------*/
.accordion .card {
  border: none;
  border-radius: 0;
  border-top: 1px solid #eeeeee;
}

.accordion .card .card-header {
  border: none;
  background-color: transparent;
  padding: 0;
}

.accordion .card .card-header [data-toggle="collapse"] {
  display: block;
  padding: 15px 0;
  border: none;
  background-color: transparent;
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
  font-family: "Khula", sans-serif;
  color: #29303B;
}

.accordion .card .card-header [data-toggle="collapse"]::after {
  display: inline-block;
  font-size: 90%;
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 15px;
  color: #ff1f59;
  -webkit-transform: rotateX(-190deg);
          transform: rotateX(-190deg);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.accordion .card .card-header [data-toggle="collapse"].collapsed::after {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.accordion .card .collapse, .accordion .card .collapsing {
  margin: 0;
}

.accordion .card .collapse .card-body, .accordion .card .collapsing .card-body {
  padding: 0 0 20px;
  max-width: 650px;
}

.accordion.text-center .card .card-header {
  padding-left: 15px;
  padding-right: 15px;
}

.accordion.text-center .card .collapse .card-body, .accordion.text-center .card .collapsing .card-body {
  padding: 0 15px 20px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-2 .card {
  border: none;
  border-radius: 0;
  background-color: #f8f7f7;
}

.accordion-2 .card + .card {
  margin-top: 15px;
}

.accordion-2 .card .card-header {
  border: none;
  background-color: transparent;
  padding: 0;
}

.accordion-2 .card .card-header [data-toggle="collapse"] {
  display: block;
  padding: 20px 60px 20px 30px;
  border: none;
  margin: 0;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  background-color: #ff1f59;
  color: #ffffff;
}

.accordion-2 .card .card-header [data-toggle="collapse"]::after {
  display: block;
  content: "-";
  position: absolute;
  right: 22px;
  top: 22px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  line-height: 17px;
  font-weight: 400;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  background-color: #ffffff;
  color: #ff1f59;
  padding-left: 3px;
}

.accordion-2 .card .card-header [data-toggle="collapse"].collapsed {
  background-color: #f8f7f7;
  color: #29303B;
}

.accordion-2 .card .card-header [data-toggle="collapse"].collapsed::after {
  content: "+";
  background-color: #ff1f59;
  color: #ffffff;
  padding-left: 1px;
}

.accordion-2 .card .collapse, .accordion-2 .card .collapsing {
  margin: 0;
}

.accordion-2 .card .collapse .card-body, .accordion-2 .card .collapsing .card-body {
  padding: 25px 30px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

/*--
/*  2.5 - List CSS
/*----------------------------------------*/
.list-bullet {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-bullet li {
  line-height: 2;
}

.list-bullet li::before {
  content: "\f111";
  font-size: 8px;
  font-family: "FontAwesome";
  color: #ff1f59;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.list-check-square-o {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-check-square-o li {
  line-height: 2;
}

.list-check-square-o li::before {
  content: "\f046";
  font-family: "FontAwesome";
  color: #ff1f59;
  margin-right: 10px;
  position: relative;
  top: 0;
}

/*--
/*  2.7 - Tab CSS
/*----------------------------------------*/
.nav-tabs {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.nav-tabs .nav-item {
  margin: 0;
}

.nav-tabs .nav-item .nav-link {
  margin: 0 0 -1px;
  border: none;
  padding: 15px 20px;
  position: relative;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  background-color: transparent;
  border-radius: 0;
}

.nav-tabs .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #ff1f59;
  opacity: 0;
}

.nav-tabs .nav-item .nav-link.active::before {
  opacity: 1;
}

@media only screen and (max-width: 449px) {
  .nav-tabs .nav-item .nav-link {
    padding: 10px;
  }
}

.tab-content:not(:first-child) {
  margin-top: 25px;
}

/*--
/*  2.6 - Skill/Progress CSS
/*----------------------------------------*/
.skill + .skill {
  margin-top: 40px;
}

.skill .progress {
  border-radius: 0;
  background-color: #ffffff;
  height: 10px;
}

.skill .progress .progress-bar {
  border-radius: 0;
  background-color: #ff1f59;
}

.skill .text {
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Khula", sans-serif;
  line-height: 1;
  margin-top: 7px;
}

.skill .text .value {
  font-size: 14px;
  margin-left: 15px;
  color: #ff1f59;
  margin-top: 2px;
}

/*--
/*  2.2 - Blockquote CSS
/*----------------------------------------*/
/*--
/*  2.4 - Form CSS
/*----------------------------------------*/
label {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: capitalize;
}

/*Input Field & Select*/
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
textarea {
  border: 1px solid #ebebeb;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #415674;
  border-radius: 4px;
  background-color: #ffffff;
  margin-bottom: 0;
  padding: 10px 25px;
  max-width: 100%;
  width: 100%;
  font-size: 13px;
  line-height: 30px;
  font-weight: 700;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
textarea:focus {
  outline: none;
  border-color: #ff1f59;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/icons/select-arrow-down.png);
  background-position: calc(100% - 25px) 50%;
  background-repeat: no-repeat;
  font-family: "Nunito Sans", sans-serif;
  width: 100%;
  border: none;
  background-color: #f7f7f7;
  line-height: 24px;
  font-weight: 300;
  height: 50px;
  padding: 10px 44px 10px 21px;
  color: #666666;
  border-radius: 0;
  max-width: 500px;
}

/*Switch*/
.ht-mcs-switcher-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: -5px -10px;
}

.ht-mcs-switcher-wrap.inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.ht-mcs-switcher-wrap .ht-mcs-switcher {
  margin: 5px 10px;
}

.ht-mcs-switcher {
  position: relative;
  line-height: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ht-mcs-switcher input {
  position: absolute;
  left: -9999px;
  top: 0;
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}

.ht-mcs-switcher input:checked + label {
  background-color: rgba(255, 31, 89, 0.3);
}

.ht-mcs-switcher input:checked + label::before {
  background-color: #ff1f59;
  -webkit-box-shadow: 0 0 15px rgba(255, 31, 89, 0.5);
          box-shadow: 0 0 15px rgba(255, 31, 89, 0.5);
  left: 26px;
}

.ht-mcs-switcher input:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}

.ht-mcs-switcher label {
  width: 52px;
  height: 18px;
  display: inline-block;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  margin: 4px 0;
  position: relative;
  text-indent: -9999px;
  cursor: pointer;
}

.ht-mcs-switcher label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: left 0.5s ease 0s, background-color 0.3s ease 0s;
  -o-transition: left 0.5s ease 0s, background-color 0.3s ease 0s;
  transition: left 0.5s ease 0s, background-color 0.3s ease 0s;
}

.ht-mcs-switcher.primary input:checked + label {
  background-color: rgba(255, 31, 89, 0.3);
}

.ht-mcs-switcher.primary input:checked + label::before {
  background-color: #ff1f59;
  -webkit-box-shadow: 0 0 15px rgba(255, 31, 89, 0.5);
          box-shadow: 0 0 15px rgba(255, 31, 89, 0.5);
}

.ht-mcs-switcher.secondary input:checked + label {
  background-color: rgba(221, 0, 0, 0.3);
}

.ht-mcs-switcher.secondary input:checked + label::before {
  background-color: #DD0000;
  -webkit-box-shadow: 0 0 15px rgba(221, 0, 0, 0.5);
          box-shadow: 0 0 15px rgba(221, 0, 0, 0.5);
}

.ht-mcs-switcher.success input:checked + label {
  background-color: rgba(76, 175, 80, 0.3);
}

.ht-mcs-switcher.success input:checked + label::before {
  background-color: #4CAF50;
  -webkit-box-shadow: 0 0 15px rgba(76, 175, 80, 0.5);
          box-shadow: 0 0 15px rgba(76, 175, 80, 0.5);
}

.ht-mcs-switcher.danger input:checked + label {
  background-color: rgba(244, 67, 54, 0.3);
}

.ht-mcs-switcher.danger input:checked + label::before {
  background-color: #F44336;
  -webkit-box-shadow: 0 0 15px rgba(244, 67, 54, 0.5);
          box-shadow: 0 0 15px rgba(244, 67, 54, 0.5);
}

.ht-mcs-switcher.warning input:checked + label {
  background-color: rgba(255, 193, 7, 0.3);
}

.ht-mcs-switcher.warning input:checked + label::before {
  background-color: #FFC107;
  -webkit-box-shadow: 0 0 15px rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 15px rgba(255, 193, 7, 0.5);
}

.ht-mcs-switcher.info input:checked + label {
  background-color: rgba(23, 162, 184, 0.3);
}

.ht-mcs-switcher.info input:checked + label::before {
  background-color: #17a2b8;
  -webkit-box-shadow: 0 0 15px rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 15px rgba(23, 162, 184, 0.5);
}

/*Custom Checkbox*/
.cus-checkbox-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: -5px -10px;
}

.cus-checkbox-wrap.inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.cus-checkbox-wrap .cus-checkbox {
  margin: 5px 10px;
}

.cus-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.cus-checkbox input {
  position: absolute;
  left: -9999px;
  top: 0;
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}

.cus-checkbox input:checked + label::before {
  background-color: #ff1f59;
  border-color: #ff1f59;
  background-image: url(../images/icons/checkbox.png);
}

.cus-checkbox input:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}

.cus-checkbox label {
  display: inline-block;
  line-height: 22px;
  position: relative;
  padding-left: 28px;
  min-width: 22px;
  min-height: 22px;
  cursor: pointer;
  margin: 0;
}

.cus-checkbox label span {
  padding-left: 8px;
}

.cus-checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 2px solid #bbbbbb;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-position: center center;
  background-repeat: no-repeat;
}

.cus-checkbox.primary input:checked + .icon {
  background-color: #ff1f59;
  border-color: #ff1f59;
}

.cus-checkbox.secondary input:checked + .icon {
  background-color: #DD0000;
  border-color: #DD0000;
}

.cus-checkbox.success input:checked + .icon {
  background-color: #4CAF50;
  border-color: #4CAF50;
}

.cus-checkbox.danger input:checked + .icon {
  background-color: #F44336;
  border-color: #F44336;
}

.cus-checkbox.warning input:checked + .icon {
  background-color: #FFC107;
  border-color: #FFC107;
}

.cus-checkbox.info input:checked + .icon {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/*Custom Radio*/
.cus-radio-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: -5px -10px;
}

.cus-radio-wrap.inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.cus-radio-wrap .cus-radio {
  margin: 5px 10px;
}

.cus-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.cus-radio input {
  position: absolute;
  left: -9999px;
  top: 0;
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  margin: 0;
}

.cus-radio input:checked + label::before {
  background-color: #ff1f59;
}

.cus-radio input:checked + label::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.cus-radio input:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}

.cus-radio label {
  display: inline-block;
  line-height: 22px;
  position: relative;
  padding-left: 28px;
  min-width: 22px;
  min-height: 22px;
  cursor: pointer;
  margin: 0;
}

.cus-radio label span {
  padding-left: 8px;
}

.cus-radio label::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #cccccc;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.cus-radio label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 7px;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transform: scale(3);
      -ms-transform: scale(3);
          transform: scale(3);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.cus-radio.primary input:checked + .icon {
  background-color: #ff1f59;
}

.cus-radio.secondary input:checked + .icon {
  background-color: #DD0000;
}

.cus-radio.success input:checked + .icon {
  background-color: #4CAF50;
}

.cus-radio.danger input:checked + .icon {
  background-color: #F44336;
}

.cus-radio.warning input:checked + .icon {
  background-color: #FFC107;
}

.cus-radio.info input:checked + .icon {
  background-color: #17a2b8;
}

/*Custom Upload*/
.cus-upload {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.cus-upload input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0;
}

/*--
/*  2.3 - Button CSS
/*----------------------------------------*/
.btn-margin {
  margin-top: 40px;
}

.btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -5px;
}

.btn-wrap .btn {
  margin: 5px;
}

.btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: #022467;
  border-color: transparent;
  color: #ffffff;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  height: 50px;
  line-height: 45px;
  padding: 0px 30px;
  border-width: 0;
  border-style: solid;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.btn:focus, .btn:focus:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #074fb4;
  color: #ffffff;
}

.btn-group {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.btn-group .btn {
  border-radius: 0;
}

.btn-group .btn:first-child {
  border-radius: 4px 0 0 4px;
}

.btn-group .btn:last-child {
  border-radius: 0 4px 4px 0;
}

.btn-round {
  border-radius: 100px;
}

.btn-square {
  border-radius: 0;
}

[class*="btn-icon-"] i {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 28px;
  text-align: center;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}

.btn-icon-left {
  padding-left: 69px;
}

.btn-icon-left i {
  left: 0;
  right: auto;
}

.btn-icon-right {
  padding-right: 69px;
}

.btn-icon-right i {
  left: auto;
  right: 0;
}

.btn-box {
  width: 50px;
  padding: 10px;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50px;
      -ms-flex: 1 0 50px;
          flex: 1 0 50px;
}

.btn-box i {
  display: block;
  line-height: 24px;
}

.btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary {
  background-color: #ff1f59;
  border-color: #ff1f59;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #ff1f59;
  border-color: #ff1f59;
}

.btn-secondary {
  background-color: #DD0000;
  border-color: #DD0000;
  color: #ffffff;
}

.btn-secondary:hover {
  background-color: #DD0000;
  border-color: #DD0000;
}

.btn-success {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: #ffffff;
}

.btn-success:hover {
  background-color: #4CAF50;
  border-color: #4CAF50;
}

.btn-danger {
  background-color: #F44336;
  border-color: #F44336;
  color: #ffffff;
}

.btn-danger:hover {
  background-color: #F44336;
  border-color: #F44336;
}

.btn-warning {
  background-color: #FFC107;
  border-color: #FFC107;
  color: #29303B;
}

.btn-warning:hover {
  background-color: #FFC107;
  border-color: #FFC107;
}

.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}

.btn-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #29303B;
}

.btn-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  background-color: #343a40;
  border-color: #343a40;
  color: #ffffff;
}

.btn-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
}

.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #29303B;
  -webkit-box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
          box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
}

.btn-white:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-heading-color {
  background-color: #29303B;
  border-color: #29303B;
  color: #ffffff;
}

.btn-heading-color:hover {
  background-color: #29303B;
  border-color: #29303B;
}

[class*="btn-outline-"] {
  border: 1px solid transparent;
}

.btn-outline-primary {
  border-color: #ff1f59;
  color: #ff1f59;
}

.btn-outline-primary:hover {
  background-color: #ff1f59;
  border-color: #ff1f59;
  color: #ffffff;
}

.btn-outline-secondary {
  border-color: #DD0000;
  color: #DD0000;
}

.btn-outline-secondary:hover {
  background-color: #DD0000;
  border-color: #DD0000;
  color: #ffffff;
}

.btn-outline-success {
  border-color: #4CAF50;
  color: #4CAF50;
}

.btn-outline-success:hover {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: #ffffff;
}

.btn-outline-danger {
  border-color: #F44336;
  color: #F44336;
}

.btn-outline-danger:hover {
  background-color: #F44336;
  border-color: #F44336;
  color: #ffffff;
}

.btn-outline-warning {
  border-color: #FFC107;
  color: #FFC107;
}

.btn-outline-warning:hover {
  background-color: #FFC107;
  border-color: #FFC107;
  color: #29303B;
}

.btn-outline-info {
  border-color: #17a2b8;
  color: #17a2b8;
}

.btn-outline-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}

.btn-outline-light {
  border-color: #f8f9fa;
  color: #f8f9fa;
}

.btn-outline-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #29303B;
}

.btn-outline-dark {
  border-color: #343a40;
  color: #343a40;
}

.btn-outline-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
  color: #ffffff;
}

.btn-outline-white {
  border-color: #ffffff;
  color: #ffffff;
}

.btn-outline-white:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #29303B;
}

.btn-outline-heading-color {
  border-color: #29303B;
  color: #29303B;
}

.btn-outline-heading-color:hover {
  background-color: #29303B;
  border-color: #29303B;
  color: #ffffff;
}

.btn-hover-primary:hover {
  background-color: #ff1f59;
  border-color: #ff1f59;
  color: #ffffff;
}

.btn-hover-secondary:hover {
  background-color: #DD0000;
  border-color: #DD0000;
  color: #ffffff;
}

.btn-hover-success:hover {
  background-color: #4CAF50;
  border-color: #4CAF50;
  color: #ffffff;
}

.btn-hover-danger:hover {
  background-color: #F44336;
  border-color: #F44336;
  color: #ffffff;
}

.btn-hover-warning:hover {
  background-color: #FFC107;
  border-color: #FFC107;
  color: #29303B;
}

.btn-hover-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}

.btn-hover-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #29303B;
}

.btn-hover-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
  color: #ffffff;
}

.btn-hover-white:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #29303B;
  -webkit-box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
          box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
}

.btn-hover-heading-color:hover {
  background-color: #29303B;
  border-color: #29303B;
  color: #ffffff;
}

.btn-android {
  background-color: #7AC157;
  border-color: #7AC157;
  color: #ffffff;
}

.btn-android:hover {
  background-color: #6bba45;
  border-color: #6bba45;
}

.btn-apple {
  background-color: #B8B8B8;
  border-color: #B8B8B8;
  color: #ffffff;
}

.btn-apple:hover {
  background-color: #ababab;
  border-color: #ababab;
}

.btn-behance {
  background-color: #1869FF;
  border-color: #1869FF;
  color: #ffffff;
}

.btn-behance:hover {
  background-color: #0059fe;
  border-color: #0059fe;
}

.btn-codepen {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

.btn-codepen:hover {
  background-color: black;
  border-color: black;
}

.btn-dribbble {
  background-color: #EA4C8A;
  border-color: #EA4C8A;
  color: #ffffff;
}

.btn-dribbble:hover {
  background-color: #e7357b;
  border-color: #e7357b;
}

.btn-dropbox {
  background-color: #007EE5;
  border-color: #007EE5;
  color: #ffffff;
}

.btn-dropbox:hover {
  background-color: #0070cc;
  border-color: #0070cc;
}

.btn-evernote {
  background-color: #78D525;
  border-color: #78D525;
  color: #ffffff;
}

.btn-evernote:hover {
  background-color: #6cbf21;
  border-color: #6cbf21;
}

.btn-facebook {
  background-color: #4867AA;
  border-color: #4867AA;
  color: #ffffff;
}

.btn-facebook:hover {
  background-color: #405c98;
  border-color: #405c98;
}

.btn-github {
  background-color: #313131;
  border-color: #313131;
  color: #ffffff;
}

.btn-github:hover {
  background-color: #242424;
  border-color: #242424;
}

.btn-google-drive {
  background-color: #1DA462;
  border-color: #1DA462;
  color: #ffffff;
}

.btn-google-drive:hover {
  background-color: #198e55;
  border-color: #198e55;
}

.btn-google-earth {
  background-color: #4285F4;
  border-color: #4285F4;
  color: #ffffff;
}

.btn-google-earth:hover {
  background-color: #2a75f3;
  border-color: #2a75f3;
}

.btn-google-glass {
  background-color: #EA4335;
  border-color: #EA4335;
  color: #ffffff;
}

.btn-google-glass:hover {
  background-color: #e82e1e;
  border-color: #e82e1e;
}

.btn-google-maps {
  background-color: #5083C3;
  border-color: #5083C3;
  color: #ffffff;
}

.btn-google-maps:hover {
  background-color: #4076ba;
  border-color: #4076ba;
}

.btn-google-play {
  background-color: #01B9FD;
  border-color: #01B9FD;
  color: #ffffff;
}

.btn-google-play:hover {
  background-color: #01a6e4;
  border-color: #01a6e4;
}

.btn-google-plus {
  background-color: #DD5144;
  border-color: #DD5144;
  color: #ffffff;
}

.btn-google-plus:hover {
  background-color: #d93d2e;
  border-color: #d93d2e;
}

.btn-google {
  background-color: #4285F4;
  border-color: #4285F4;
  color: #ffffff;
}

.btn-google:hover {
  background-color: #2a75f3;
  border-color: #2a75f3;
}

.btn-instagram {
  background-color: #B23A94;
  border-color: #B23A94;
  color: #ffffff;
}

.btn-instagram:hover {
  background-color: #9f3484;
  border-color: #9f3484;
}

.btn-css3 {
  background-color: #0277BD;
  border-color: #0277BD;
  color: #ffffff;
}

.btn-css3:hover {
  background-color: #0267a4;
  border-color: #0267a4;
}

.btn-html5 {
  background-color: #E44D26;
  border-color: #E44D26;
  color: #ffffff;
}

.btn-html5:hover {
  background-color: #d6411b;
  border-color: #d6411b;
}

.btn-javascript {
  background-color: #F9DC3D;
  border-color: #F9DC3D;
  color: #ffffff;
}

.btn-javascript:hover {
  background-color: #f8d824;
  border-color: #f8d824;
}

.btn-python {
  background-color: #0C9DBF;
  border-color: #0C9DBF;
  color: #ffffff;
}

.btn-python:hover {
  background-color: #0a89a7;
  border-color: #0a89a7;
}

.btn-lastfm {
  background-color: #E31B23;
  border-color: #E31B23;
  color: #ffffff;
}

.btn-lastfm:hover {
  background-color: #cc181f;
  border-color: #cc181f;
}

.btn-linkedin {
  background-color: #007BB6;
  border-color: #007BB6;
  color: #ffffff;
}

.btn-linkedin:hover {
  background-color: #006a9d;
  border-color: #006a9d;
}

.btn-paypal {
  background-color: #002F86;
  border-color: #002F86;
  color: #ffffff;
}

.btn-paypal:hover {
  background-color: #00266d;
  border-color: #00266d;
}

.btn-pinterest {
  background-color: #BD081B;
  border-color: #BD081B;
  color: #ffffff;
}

.btn-pinterest:hover {
  background-color: #a50718;
  border-color: #a50718;
}

.btn-pocket {
  background-color: #EF3E56;
  border-color: #EF3E56;
  color: #ffffff;
}

.btn-pocket:hover {
  background-color: #ed2641;
  border-color: #ed2641;
}

.btn-polymer {
  background-color: #F87292;
  border-color: #F87292;
  color: #ffffff;
}

.btn-polymer:hover {
  background-color: #f75a7f;
  border-color: #f75a7f;
}

.btn-rss {
  background-color: #F99C3A;
  border-color: #F99C3A;
  color: #ffffff;
}

.btn-rss:hover {
  background-color: #f89021;
  border-color: #f89021;
}

.btn-share {
  background-color: #2C9CFF;
  border-color: #2C9CFF;
  color: #ffffff;
}

.btn-share:hover {
  background-color: #1390ff;
  border-color: #1390ff;
}

.btn-stackoverflow {
  background-color: #F38024;
  border-color: #F38024;
  color: #ffffff;
}

.btn-stackoverflow:hover {
  background-color: #f0720d;
  border-color: #f0720d;
}

.btn-steam {
  background-color: #15497B;
  border-color: #15497B;
  color: #ffffff;
}

.btn-steam:hover {
  background-color: #113c65;
  border-color: #113c65;
}

.btn-twitter {
  background-color: #1DA1F2;
  border-color: #1DA1F2;
  color: #ffffff;
}

.btn-twitter:hover {
  background-color: #0d95e8;
  border-color: #0d95e8;
}

.btn-vk {
  background-color: #5181B8;
  border-color: #5181B8;
  color: #ffffff;
}

.btn-vk:hover {
  background-color: #4574aa;
  border-color: #4574aa;
}

.btn-wikipedia {
  background-color: #E9E9E9;
  border-color: #E9E9E9;
  color: #29303B;
}

.btn-wikipedia:hover {
  background-color: gainsboro;
  border-color: gainsboro;
}

.btn-windows {
  background-color: #0078D6;
  border-color: #0078D6;
  color: #ffffff;
}

.btn-windows:hover {
  background-color: #006abd;
  border-color: #006abd;
}

.btn-500px {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

.btn-500px:hover {
  background-color: black;
  border-color: black;
}

.btn-8tracks {
  background-color: #122D4B;
  border-color: #122D4B;
  color: #ffffff;
}

.btn-8tracks:hover {
  background-color: #0d2136;
  border-color: #0d2136;
}

.btn-amazon {
  background-color: #F79B34;
  border-color: #F79B34;
  color: #ffffff;
}

.btn-amazon:hover {
  background-color: #f68f1b;
  border-color: #f68f1b;
}

.btn-blogger {
  background-color: #F06A35;
  border-color: #F06A35;
  color: #ffffff;
}

.btn-blogger:hover {
  background-color: #ee581d;
  border-color: #ee581d;
}

.btn-delicious {
  background-color: #0000FE;
  border-color: #0000FE;
  color: #ffffff;
}

.btn-delicious:hover {
  background-color: #0000e5;
  border-color: #0000e5;
}

.btn-disqus {
  background-color: #2E9EFE;
  border-color: #2E9EFE;
  color: #ffffff;
}

.btn-disqus:hover {
  background-color: #1592fe;
  border-color: #1592fe;
}

.btn-flattr {
  background-color: #7AB831;
  border-color: #7AB831;
  color: #ffffff;
}

.btn-flattr:hover {
  background-color: #6da42c;
  border-color: #6da42c;
}

.btn-flickr {
  background-color: #FE0084;
  border-color: #FE0084;
  color: #ffffff;
}

.btn-flickr:hover {
  background-color: #e50077;
  border-color: #e50077;
}

.btn-odnoklassniki {
  background-color: #F58220;
  border-color: #F58220;
  color: #ffffff;
}

.btn-odnoklassniki:hover {
  background-color: #f1750b;
  border-color: #f1750b;
}

.btn-outlook {
  background-color: #0072C6;
  border-color: #0072C6;
  color: #ffffff;
}

.btn-outlook:hover {
  background-color: #0063ad;
  border-color: #0063ad;
}

.btn-playstation {
  background-color: #07418E;
  border-color: #07418E;
  color: #ffffff;
}

.btn-playstation:hover {
  background-color: #063676;
  border-color: #063676;
}

.btn-reddit {
  background-color: #FF4500;
  border-color: #FF4500;
  color: #ffffff;
}

.btn-reddit:hover {
  background-color: #e63e00;
  border-color: #e63e00;
}

.btn-skype {
  background-color: #00A9F0;
  border-color: #00A9F0;
  color: #ffffff;
}

.btn-skype:hover {
  background-color: #0097d7;
  border-color: #0097d7;
}

.btn-slideshare {
  background-color: #0077B5;
  border-color: #0077B5;
  color: #ffffff;
}

.btn-slideshare:hover {
  background-color: #00669c;
  border-color: #00669c;
}

.btn-soundcloud {
  background-color: #FE4900;
  border-color: #FE4900;
  color: #ffffff;
}

.btn-soundcloud:hover {
  background-color: #e54200;
  border-color: #e54200;
}

.btn-tumblr {
  background-color: #36465D;
  border-color: #36465D;
  color: #ffffff;
}

.btn-tumblr:hover {
  background-color: #2d3a4d;
  border-color: #2d3a4d;
}

.btn-twitch {
  background-color: #6441A4;
  border-color: #6441A4;
  color: #ffffff;
}

.btn-twitch:hover {
  background-color: #593a92;
  border-color: #593a92;
}

.btn-vimeo {
  background-color: #1AB7EA;
  border-color: #1AB7EA;
  color: #ffffff;
}

.btn-vimeo:hover {
  background-color: #14a7d7;
  border-color: #14a7d7;
}

.btn-whatsapp {
  background-color: #189D0E;
  border-color: #189D0E;
  color: #ffffff;
}

.btn-whatsapp:hover {
  background-color: #14860c;
  border-color: #14860c;
}

.btn-xbox {
  background-color: #107C0F;
  border-color: #107C0F;
  color: #ffffff;
}

.btn-xbox:hover {
  background-color: #0d650c;
  border-color: #0d650c;
}

.btn-yahoo {
  background-color: #4101AF;
  border-color: #4101AF;
  color: #ffffff;
}

.btn-yahoo:hover {
  background-color: #380196;
  border-color: #380196;
}

.btn-youtube {
  background-color: #FE0000;
  border-color: #FE0000;
  color: #ffffff;
}

.btn-youtube:hover {
  background-color: #e50000;
  border-color: #e50000;
}

/*----------------------------------------*/
/*  02. Header CSS
/*----------------------------------------*/
/*--
/*  2.1 - Header Top CSS
/*----------------------------------------*/
.header {
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header {
    padding: 15px 0;
  }
}

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 27px;
  
}

.header-logo a img {
  width: 200px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-logo a img {
    width: 130px;
  }
}

.header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu .main-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-menu .main-menu li {
  position: relative;
  padding: 30px 13px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu .main-menu li {
    padding: 30px 10px;
  }
}

.header-menu .main-menu li a {
  font-size: 14px;
  font-family: "Khula", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #1b2336;
}

.header-menu .main-menu li.active-menu > a {
  color: #ff1f59;
}

.header-menu .main-menu li.active-menu > .menu-icon::after {
  color: #ff1f59;
}

.header-menu .main-menu li .menu-icon::after {
  content: '\f16c';
  font-family: "flaticon";
  font-size: 10px;
  color: #94a0b9;
  margin-left: 5px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header-menu .main-menu li:hover > .menu-icon,
.header-menu .main-menu li:hover > a {
  color: #ff1f59;
}

.header-menu .main-menu li:hover > .menu-icon::after,
.header-menu .main-menu li:hover > a::after {
  color: #ff1f59;
}

.header-menu .main-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-menu .main-menu li .sub-menu {
  position: absolute;
  top: 110%;
  left: 0;
  width: 270px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  border-radius: 5px;
  z-index: 99;
  border-top: 3px solid #ff1f59;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header-menu .main-menu li .sub-menu li {
  padding: 0;
}

.header-menu .main-menu li .sub-menu li a {
  padding: 5px 30px;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  position: relative;
}

.header-menu .main-menu li .sub-menu li a::before {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 9px;
  height: 2px;
  background-color: #ff1f59;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header-menu .main-menu li .sub-menu li.active > a {
  color: #ff1f59;
}

.header-menu .main-menu li .sub-menu li.active > a::before {
  opacity: 1;
  visibility: visible;
  left: 15px;
}

.header-menu .main-menu li .sub-menu li:hover > a::before {
  opacity: 1;
  visibility: visible;
  left: 15px;
}

.header-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.header-search {
  margin-left: 27px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-search {
    margin-left: 20px;
  }
}

.header-search .search-btn {
  font-size: 17px;
  font-weight: 500;
  color: #29303B;
}

.header-search .search-btn:hover {
  color: #ff1f59;
}

.header-search .header-search-content {
  position: absolute;
  right: 20%;
  width: 330px;
  padding: 30px;
  background: #ffffff;
  -webkit-box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
          box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  border-radius: 10px;
  top: 100%;
  z-index: 9;
  transition: all 0.3s linear;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(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;
}

.header-search .header-search-content.on {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.header-search .header-search-content input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]), .header-search .header-search-content textarea {
  border: 1px solid #d6d5d7;
  border-radius: 5px;
  background-color: #ffffff;
  font-size: 13px;
  line-height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.header-search .header-search-content button.close-search {
  position: absolute;
  right: 30px;
  width: 50px;
  height: 50px;
  line-height: 54px;
  border-radius: 5px;
  background: transparent;
  color: #1b2336;
  border: 0;
  top: 50%;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s linear;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-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;
}

.header-search .header-search-content button.close-search:hover {
  background: #DD0000;
  color: #ffffff;
}

.header-cart {
  position: relative;
  padding-right: 30px;
  margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-cart {
    padding-right: 20px;
    margin-right: -23px;
  }
}

.header-cart::before {
  content: "";
  position: absolute;
  background: #e5e5e5;
  width: 1px;
  height: 30px;
  right: 0;
  top: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-cart::before {
    top: -3px;
  }
}

.header-cart .cart-btn {
  font-size: 17px;
  font-weight: 700;
  color: #29303B;
  margin-left: 15px;
}

.shopping-cart.cart-opened .shopping-cart-inner {
  right: 15px;
}

.shopping-cart.cart-opened .body-overlay {
  opacity: 1;
  visibility: visible;
}

.shopping-cart .shopping-cart-inner {
  position: fixed;
  background: #ffffff;
  top: 15px;
  right: -375px;
  width: 375px;
  height: 20%;
  border-radius: 10px;
  padding: 34px 34px 24px;
  text-align: center;
  -webkit-box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
          box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  z-index: 8888;
  overflow-y: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.shopping-cart .shopping-cart-inner .shopping-cart-content .empty-message {
  color: #1b2336;
}

.shopping-cart .body-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}

.header-login-join .login {
  color: #1b2336;
}

.header-login-join .login:hover {
  color: #ff1f59;
}

.header-login-join .join-btn {
  height: 61px;
  line-height: 41px;
  font-size: 17px;
  margin-left: 10px;
}

.header-toggle button {
  background: none;
  border: 0;
  padding: 0;
}

.header-toggle button span {
  width: 25px;
  height: 2px;
  background-color: #29303B;
  margin: 5px 0;
  display: block;
}

.sticky {
  position: fixed;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
          animation: sticky 1s;
}

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

/*--
/*  2.2 - Header Top CSS
/*----------------------------------------*/
.offcanvas {
  width: 320px;
}

@media only screen and (max-width: 575px) {
  .offcanvas {
    width: 280px;
  }
}

.offcanvas-logo a img {
  width: 130px;
}

.offcanvas-menu .main-menu li {
  position: relative;
}

.offcanvas-menu .main-menu li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #1b2336;
  padding: 5px 0px;
  position: relative;
}

.offcanvas-menu .main-menu li .menu-expand {
  position: absolute;
  right: 20px;
  top: 14px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.offcanvas-menu .main-menu li .menu-expand::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #1b2336;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.offcanvas-menu .main-menu li .menu-expand::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  left: 50%;
  bottom: 0;
  background-color: #1b2336;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.offcanvas-menu .main-menu li.active > .menu-expand::after {
  height: 0;
}

.offcanvas-menu .main-menu li ul {
  padding-left: 6%;
  display: none;
}

/*----------------------------------------*/
/*  4.1. Pages CSS (All Page Styles)
/*----------------------------------------*/
/*--
/*  03 - Hero CSS
/*----------------------------------------*/
.hero-section {
  position: relative;
  background: #f7f4f4;
  height: 930px;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section {
    height: 750px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-section {
    height: auto;
  }
}

.hero-content {
  max-width: 535px;
  padding-top: 160px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content {
    padding-top: 110px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-content {
    max-width: 510px;
    padding-top: 80px;
  }
}

.hero-content .title {
  font-size: 54px;
  font-weight: 700;
  color: #29303b;
  line-height: 65px;
  text-decoration: underline;
  -webkit-text-decoration-color: #99b1f5;
     -moz-text-decoration-color: #99b1f5;
          text-decoration-color: #99b1f5;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-content .title {
    font-size: 48px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-content .title {
    font-size: 32px;
    line-height: 40px;
  }
}

.hero-content p {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 25px;
  color: #686f7a;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-content p {
    margin-top: 20px;
  }
}

.hero-form {
  margin-top: 35px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-form {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-form {
    margin-top: 25px;
  }
}

.hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  height: 50px;
  width: 450px;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #d6d5d7;
  color: #000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    width: 370px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
    width: 100%;
  }
}

.hero-form .btn {
  position: absolute;
  top: 0;
  font-size: 14px;
  padding: 0 25px;
  right: 84px;
  height: 50px;
  line-height: 50px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-form .btn {
    right: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-form .btn {
    position: relative;
    width: 100%;
    display: block;
    margin-top: 10px;
    height: 50px;
    line-height: 50px;
    right: 0;
    border-radius: 5px;
  }
}

.hero-form .btn:hover {
  color: #ffffff;
  background: #DD0000;
}

.hero-info-list {
  margin-top: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-info-list {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-info-list {
    margin-top: 25px;
  }
}

.hero-info-list ul li {
  display: inline-block;
  margin-right: 25px;
  margin-top: 10px;
}

.hero-info-list ul li i {
  height: 30px;
  width: 30px;
  border-radius: 100px;
  line-height: 33px;
  text-align: center;
  color: #1EC58D;
  background-color: #cfe9e0;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
}

.hero-info-list ul li span {
  color: #000000;
}

.hero-images {
  position: absolute;
  top: 105px;
  right: 100px;
  max-width: 650px;
  height: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-images {
    right: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-images {
    position: absolute;
    top: 105px;
    right: 35px;
    max-width: 480px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-images {
    position: relative;
    width: 580px;
    margin: 0 auto;
    top: 0;
    right: 0;
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-images {
    position: relative;
    width: 450px;
    margin: 0 auto;
    top: 0;
    right: 0;
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-images {
    position: relative;
    width: 100%;
    margin: 0 auto;
    top: 0;
    right: 0;
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.hero-images .image {
  padding-bottom: 135px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-images .image {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-images .image {
    padding-left: 0px;
    padding-bottom: 210px;
  }
}

.hero-images .shape-1 {
  position: absolute;
  top: 350px;
  right: 0;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-images .shape-1 {
    top: 260px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-images .shape-1 {
    top: 350px;
    right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-images .shape-1 {
    top: 270px;
    right: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-images .shape-1 {
    top: 310px;
    right: 25px;
  }
}

@media only screen and (max-width: 449px) {
  .hero-images .shape-1 {
    top: 230px;
    right: 25px;
  }
}

.hero-images .shape-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-images .shape-2 {
    max-width: 70%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-images .shape-2 {
    right: 30px;
    top: 35px;
    max-width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .hero-images .shape-2 {
    right: 25px;
    top: 45px;
    max-width: 70%;
  }
}

@media only screen and (max-width: 575px) {
  .hero-images .shape-2 {
    right: 30px;
    top: 40px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 449px) {
  .hero-images .shape-2 {
    right: 30px;
    top: 55px;
    max-width: 60%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-images .shape-2 img {
    width: 380px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-images .shape-2 img {
    width: 380px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-images .shape-2 img {
    width: 300px;
  }
}

.hero-section-2 {
  padding-top:  117px;
  padding-bottom: 276px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section-2 {
    padding-top: 100px;
    padding-bottom: 110px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.hero-section-2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-radial-gradient(at center center, #000000 0%, #000000 100%);
  background: -o-radial-gradient(at center center, #000000 0%, #000000 100%);
  background: radial-gradient(at center center, #fbf1f1 0%, #a3a0a0 100%);
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: -1;
}

.hero-content-2 .title {
  color: #ffffff;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.3;
}

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

@media only screen and (max-width: 767px) {
  .hero-content-2 .title {
    font-size: 36px;
    line-height: 1.28;
  }
}

.hero-form-2 {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  max-width: 460px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-form-2 {
    max-width: 100%;
    margin-top: 60px;
  }
}

.hero-form-2 .hero-form-2-wrapper {
  padding: 45px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(49, 48, 48, 0.81);
          box-shadow: 0px 0px 40px 0px rgba(49, 48, 48, 0.81);
}

.hero-form-2 .heading-wrapper {
  margin-bottom: 5px;
}

.hero-form-2 .heading-wrapper .sub-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.88;
  color: #415674;
}

.hero-form-2 .heading-wrapper .title {
  font-size: 30px;
  line-height: 1.34;
  font-weight: 700;
  color: #1b2336;
  margin-top: 5px;
}

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

.hero-form-2 .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.hero-form-2 .single-form textarea {
  background: #f0f0f0;
  border: 0;
  padding-left: 15px;
}

.hero-form-2 .single-form textarea {
  height: 90px;
}

.hero-form-2 .form-btn {
  margin-top: 30px;
}

.hero-form-2 .form-btn .btn {
  font-size: 14px;
  font-family: "Khula", sans-serif;
  font-weight: 700;
  line-height: 52px;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
}

.hero-section-3 {
  padding: 110px 0px 300px 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.hero-section-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #2EA6A1;
  width: 100%;
  height: 100%;
  opacity: 0.96;
  z-index: -1;
}

.hero-content-3 {
  max-width: 735px;
  margin: 0 auto;
  text-align: center;
}

.hero-content-3 .title {
  color: #ffffff;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.3;
}

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

@media only screen and (max-width: 767px) {
  .hero-content-3 .title {
    font-size: 36px;
    line-height: 46px;
  }
}

.hero-content-3 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.88;
  color: #ffffff;
  padding: 0 70px;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .hero-content-3 p {
    padding: 0 0;
  }
}

.hero-content-3 .hero-form-3 {
  margin-top: 50px;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .hero-content-3 .hero-form-3 {
    margin-top: 30px;
  }
}

.hero-content-3 .hero-form-3 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.hero-content-3 .hero-form-3 textarea {
  width: 685px;
  padding: 10px 20px;
  border: 0;
}

@media only screen and (max-width: 767px) {
  .hero-content-3 .hero-form-3 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
  .hero-content-3 .hero-form-3 textarea {
    width: 300px;
  }
}

.hero-content-3 .hero-form-3 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
.hero-content-3 .hero-form-3 textarea:focus {
  outline: none;
  border-color: transparent;
}

.hero-content-3 .hero-form-3 .search {
  position: absolute;
  right: 10px;
  width: 50px;
  height: 50px;
  line-height: 52px;
  background: transparent;
  color: #1b2336;
  border: 0;
  top: 50%;
  font-size: 15px;
  font-weight: 700;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.hero-content-3 .hero-form-3 .search:hover {
  color: #ff1f59;
}

.hero-section-4 {
  padding-top: 110px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.hero-section-4::before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #302362;
  opacity: 0.92;
  z-index: -1;
}

.hero-content-4 {
  max-width: 555px;
  padding-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-content-4 {
    padding-top: 0;
  }
}

.hero-content-4 .title {
  color: White;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.3;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content-4 .title {
    font-size: 40px;
    line-height: 54px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-content-4 .title {
    font-size: 48px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-content-4 .title {
    font-size: 32px;
    line-height: 40px;
  }
}

.hero-content-4 .title span {
  color: #ffc107;
}

.hero-content-4 .text {
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
  margin-top: 15px;
}

.hero-content-4 .hero-form {
  position: relative;
  display: inline-block;
}

.hero-content-4 .hero-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  border-radius: 5px;
  border: 0;
  padding: 10px 20px;
  color: #415674;
}

.hero-content-4 .hero-form .search {
  position: absolute;
  right: 10px;
  width: 50px;
  height: 50px;
  line-height: 52px;
  background: transparent;
  color: #ff1f59;
  border: 0;
  top: 50%;
  font-size: 15px;
  font-weight: 700;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.hero-content-4 .hero-form .search:hover {
  color: #29303B;
}

.hero-content-4 p {
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
  margin-top: 30px;
}

.hero-content-4 p a {
  text-decoration: underline;
  font-style: italic;
  color: #ff1f59;
  margin-left: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-4-img {
    padding-top: 70px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.hero-section-5 {
  position: relative;
  background: #fcf9f0;
}

.hero-section-5 .shape-2 {
  position: absolute;
  display: block;
  pointer-events: auto;
  left: 246.5px;
  top: 141px;
  -webkit-animation: up-down 7s infinite;
          animation: up-down 7s infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-section-5 .shape-2 {
    display: none;
  }
}

.hero-section-5 .shape-3 {
  position: absolute;
  display: block;
  pointer-events: auto;
  left: 248.5px;
  top: 459px;
  z-index: 10;
  -webkit-animation: up-down 7s infinite;
          animation: up-down 7s infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-section-5 .shape-3 {
    display: none;
  }
}

.hero-section-5 .shape-4 {
  width: 34px;
  position: absolute;
  display: block;
  pointer-events: auto;
  right: 170px;
  top: 415px;
  z-index: 15;
  -webkit-animation: up-down 7s infinite;
          animation: up-down 7s infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-section-5 .shape-4 {
    display: none;
  }
}

@-webkit-keyframes up-down {
  0% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes up-down {
  0% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

.hero-content-5 {
  max-width: 520px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-content-5 {
    padding-top: 80px;
  }
}

.hero-content-5 .sub-title {
  font-size: 16px;
  color: #686f7a;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 100px;
  background: #ffffff;
  display: inline-block;
  -webkit-box-shadow: rgba(46, 63, 99, 0.15) 5px 4px 13px 0px;
          box-shadow: rgba(46, 63, 99, 0.15) 5px 4px 13px 0px;
}

@media only screen and (max-width: 575px) {
  .hero-content-5 .sub-title {
    font-size: 13px;
    height: 35px;
    line-height: 35px;
  }
}

.hero-content-5 .sub-title a {
  color: #ff0000;
  text-decoration: underline;
}

.hero-content-5 .title {
  font-size: 54px;
  line-height: 72px;
  color: #1b2336;
  font-weight: 700;
  padding-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content-5 .title {
    font-size: 48px;
    line-height: 62px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-content-5 .title {
    font-size: 32px;
    line-height: 40px;
  }
}

.hero-content-5 .title span {
  color: #ff1f59;
}

.hero-content-5 .btn {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  margin-top: 15px;
}

.hero-images-5 {
  padding-top: 200px;
  padding-bottom: 160px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .hero-images-5 {
    padding-top: 180px;
    padding-bottom: 140px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-images-5 {
    padding-top: 130px;
    padding-bottom: 95px;
  }
}

.hero-images-5 .image {
  text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-images-5 .image {
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .hero-images-5 .image {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-images-5 .image img {
    width: 355px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-images-5 .image img {
    width: 100%;
  }
}

.hero-images-5 .shape-1 {
  position: absolute;
  top: 139px;
  right: -85px;
  z-index: -1;
  max-width: 519px;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-images-5 .shape-1 {
    width: 415px;
    top: 140px;
    right: -35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-images-5 .shape-1 {
    width: 415px;
    top: 140px;
    right: 123px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-images-5 .shape-1 {
    width: 415px;
    top: 120px;
    right: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-images-5 .shape-1 {
    width: 100%;
    top: 85px;
    right: 0px;
  }
}

/*--
/*  04 - Features CSS
/*----------------------------------------*/
.features-wrapper {
  margin-top: -90px;
  overflow: hidden;
  z-index: 5;
  position: relative;
}

.features-col {
  border: 1px solid #E2E0E0;
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  .features-col {
    margin-bottom: 20px;
    border-radius: 10px;
  }
}

.features-col:first-child {
  border-right: 0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .features-col:first-child {
    border-right: 1px solid #E2E0E0;
  }
}

.features-col:last-child {
  border-left: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .features-col:last-child {
    border-left: 1px solid #E2E0E0;
    margin-bottom: 0px;
  }
}

.features-col .features-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-col .features-item {
    padding: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-col .features-item {
    padding: 35px;
    padding-bottom: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .features-col .features-item {
    display: block;
    text-align: center;
    padding: 40px;
    padding-bottom: 45px;
  }
}

.features-col .features-item .features-icon {
  width: 130px;
  height: 90px;
}

@media only screen and (max-width: 767px) {
  .features-col .features-item .features-icon {
    margin: 0 auto;
  }
}

.features-col .features-item .features-content {
  margin-left: -8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .features-col .features-item .features-content {
    margin-left: 0px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .features-col .features-item .features-content {
    margin-left: 0px;
    margin-top: 10px;
  }
}

.features-col .features-item .features-content .title {
  font-size: 18px;
  line-height: 18px;
  color: #333;
  font-weight: 700;
}

.features-col .features-item .features-content p {
  font-size: 16px;
  line-height: 16px;
  color: #333;
  font-weight: 400;
  padding-top: 10px;
}

.features-2-section {
  background: -webkit-linear-gradient(200deg, #EC5B5B 0%, #78275B 100%);
  background: -o-linear-gradient(200deg, #EC5B5B 0%, #78275B 100%);
  background: linear-gradient(250deg, #000000 0%, #000000 100%);
  padding-top: 32px;
}

.features-2-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}

.features-2-item .features-2-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 15px;
  padding-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-2-item .features-2-content {
    padding-right: 10px;
  }
}

.features-2-item .features-2-content .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
}

.features-2-item .features-2-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.88;
  color: #ffffff;
}

.features-3-wrapper {
  padding-top: 35px;
}

.features-3-item {
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 0;
  margin-top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .features-3-item {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.features-3-item .features-2-content {
  margin-left: 20px;
}

.features-4-section {
  background: #FFC107;
  padding-top: 32px;
}

.features-4-wrapper .features-2-item .features-2-content {
  margin-left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-4-wrapper .features-2-item .features-2-content {
    margin-left: 15px;
  }
}

.features-4-wrapper .features-2-item .features-2-content .title {
  color: #232323;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.features-4-wrapper .features-2-item .features-2-content .title:hover {
  color: #4D4C4C;
}

.features-4-wrapper .features-2-item .features-2-content p {
  color: #29303B;
}

.features-5-wrapper {
  margin-top: -30px;
}

.features-5-content {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 40px;
  margin-top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .features-5-content {
    background-position: center center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-5-content {
    background-position: center center;
    padding: 55px 35px;
  }
}

@media only screen and (max-width: 575px) {
  .features-5-content {
    background-position: center center;
    padding: 55px 32px;
  }
}

.features-5-content.features-1 {
  margin-right: 8px;
}

@media only screen and (max-width: 767px) {
  .features-5-content.features-1 {
    margin-right: 0;
  }
}

.features-5-content.features-2 {
  margin-left: 8px;
}

@media only screen and (max-width: 767px) {
  .features-5-content.features-2 {
    margin-left: 0;
  }
}

.features-5-content .title {
  color: #29303B;
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.features-5-content p {
  font-size: 16px;
  color: #686f7a;
  line-height: 30px;
  max-width: 280px;
  margin-top: 18px;
}

.features-5-content .btn {
  margin-top: 20px;
}

.features-6-section {
  background: #FCF9F0;
  position: relative;
  background-position: top left;
  background-repeat: no-repeat;
}

.features-6-item-wrapper {
  padding-top: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-6-item-wrapper {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .features-6-item-wrapper {
    padding-top: 20px;
  }
}

.features-6-item {
  padding: 0 35px;
  margin-top: 30px;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px) {
  .features-6-item {
    padding: 0px 0px;
  }
}

.features-6-item .features-6-content .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #29303B;
  margin-top: 25px;
}

.features-6-item .features-6-content p {
  font-size: 16px;
  line-height: 30px;
  color: #686f7a;
  margin-top: 10px;
}

/*--
/*  05 - Courses CSS
/*----------------------------------------*/
.courses-wrapper {
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
  .courses-wrapper {
    padding-top: 20px;
  }
}

.single-course {
  -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 30px;
}

.single-course .courses-image {
  position: relative;
}

.single-course .courses-image > a {
  display: block;
  position: relative;
}

.single-course .courses-image > a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}

.single-course .courses-image > a img {
  width: 100%;
}

.single-course .courses-image .top-meta .categories {
  position: absolute;
  top: 25px;
  left: 25px;
  max-width: 70%;
}

.single-course .courses-image .top-meta .categories .tag {
  font-size: 13px;
  font-weight: 600;
  border-radius: 3px;
  padding: 0 11px;
  line-height: 29px;
  display: inline-block;
  color: #ffffff;
  white-space: nowrap;
}

.single-course .courses-image .top-meta .categories .tag.color-1 {
  background: #90d181;
}

.single-course .courses-image .top-meta .categories .tag.color-2 {
  background: #FF6D34;
}

.single-course .courses-image .top-meta .categories .tag.color-3 {
  background: #41C8D0;
}

.single-course .courses-image .top-meta .categories .tag.color-4 {
  background: #F9BB03;
}

.single-course .courses-image .top-meta .wishlist a {
  background: #ffffff;
  color: #ff1f59;
  font-size: 16px;
  border-radius: 3px;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 30px;
  height: 30px;
  line-height: 34px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.single-course .courses-image .top-meta .wishlist a:hover {
  background: #ff1f59;
  color: #ffffff;
}

.single-course .courses-content {
  padding: 0 32px 20px 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-course .courses-content {
    padding: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .single-course .courses-content {
    padding: 0 20px 20px 31px;
  }
}

@media only screen and (max-width: 575px) {
  .single-course .courses-content {
    padding: 0 31px 20px 31px;
  }
}

.single-course .courses-content .courses-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-course .courses-content .courses-author {
    padding-top: 15px;
  }
}

.single-course .courses-content .courses-author img {
  border-radius: 50%;
  margin-right: 10px;
}

.single-course .courses-content .courses-author .name {
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  color: #686f7a;
}

.single-course .courses-content .title {
  font-size: 18px;
  font-weight: 700;
  font-family: "Khula", sans-serif;
  color: #1b2336;
  line-height: 1.55;
  margin-top: 15px;
}

.single-course .courses-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 30px 17px 30px;
  position: relative;
}

.single-course .courses-meta::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 77%;
  top: 0;
  background: #ebebeb;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-course .courses-meta::before {
    width: 85%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-course .courses-meta::before {
    width: 82%;
  }
}

@media only screen and (max-width: 575px) {
  .single-course .courses-meta::before {
    width: 87%;
  }
}

.single-course .courses-meta .course-enroll-rating p {
  color: #415674;
  font-size: 15px;
  margin-right: 13px;
}

.single-course .courses-meta .course-enroll-rating p i {
  color: #ff1f59;
  margin-right: 2px;
}

.single-course .courses-meta .price {
  font-size: 15px;
  font-weight: 700;
  color: #415674;
}

.single-course:hover .courses-image a::before {
  opacity: 0.2;
}

.view-all-courses {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FFF1F4;
  padding: 20px 10px 20px 10px;
  max-width: 780px;
  margin: 0 auto;
  margin-top: 90px;
  border-radius: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .view-all-courses {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .view-all-courses {
    display: block;
    text-align: center;
    padding: 30px;
  }
}

.view-all-courses .view-courses-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .view-all-courses .view-courses-content {
    display: block;
    text-align: center;
  }
}

.view-all-courses .view-courses-content img {
  padding-left: 15px;
  padding-right: 15px;
  width: 24%;
}

@media only screen and (max-width: 767px) {
  .view-all-courses .view-courses-content img {
    padding-left: 0px;
    padding-right: 0px;
    width: 120px;
  }
}

.view-all-courses .view-courses-content .title {
  color: #29303B;
  font-size: 18px;
  font-weight: 700;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .view-all-courses .view-courses-content .title {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .view-all-courses .view-courses-content .title {
    margin-top: 30px;
  }
}

.view-all-courses .btn {
  margin: 0 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .view-all-courses .btn {
    margin: 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .view-all-courses .btn {
    margin-top: 30px;
  }
}

.top-courses-section {
  background: #F0F4F5;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .top-courses-section .section-title {
    text-align: center;
  }
}

.top-courses-section .section-title.section-devider::before {
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .top-courses-section .section-title.section-devider::before {
    margin: auto;
  }
}

.top-courses-section .top-courses-wrapper {
  margin-top: 22px;
}

.top-courses-content-wrapper {
  padding-top: 15px;
}

.top-courses-filter {
  text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-courses-filter {
    text-align: center;
    padding-top: 23px;
  }
}

@media only screen and (max-width: 767px) {
  .top-courses-filter {
    text-align: center;
    padding-top: 15px;
  }
}

.top-courses-filter ul li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-family: "Khula", sans-serif;
  color: #415674;
  line-height: 20px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-right: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .top-courses-filter ul li {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .top-courses-filter ul li {
    margin-right: 25px;
  }
}

.top-courses-filter ul li:last-child {
  margin-right: 0;
}

.top-courses-filter ul li span {
  position: absolute;
  z-index: 1;
  top: -10px;
  width: 26px;
  height: 16px;
  right: -16px;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
  color: #415674;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
}

.top-courses-filter ul li:hover {
  color: #ff1f59;
}

.top-courses-filter ul li:hover span {
  opacity: 1;
  visibility: visible;
  color: #ff1f59;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.top-courses-filter ul li.active {
  color: #ff1f59;
}

.top-courses-filter ul li.active span {
  color: #ff1f59;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.top-courses-3-section .section-title.section-devider::before {
  margin: 0 auto;
}

.top-courses-3-section .top-courses-filter {
  padding-top: 45px;
}

@media only screen and (max-width: 767px) {
  .top-courses-3-section .top-courses-filter {
    padding-top: 20px;
  }
}

.top-courses-3-section .top-courses-content-wrapper {
  padding-top: 5px;
}

.top-courses-4-section {
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  .courses-5-section .section-title {
    text-align: center;
  }
}

.courses-5-wrapper {
  padding-top: 18px;
}

.courses-5-btn {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .courses-5-btn {
    text-align: center;
    margin-top: 20px;
  }
}

.courses-5-btn .btn {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  background: #FFF4F7;
  color: #DD0000;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.courses-5-btn .btn:hover {
  background: #DD0000;
  color: #ffffff;
}

.courses-grid-section {
  padding-top: 50px;
  padding-bottom: 75px;
}

.courses-grid-section .section-title {
  font-size: 16px;
  line-height: 42px;
  font-family: "Khula", sans-serif;
  font-weight: 700;
  color: #ff1f59;
}

.courses-grid-section .single-course .courses-content .courses-price {
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-23%);
      -ms-transform: translateY(-23%);
          transform: translateY(-23%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-grid-section .single-course .courses-content .courses-price {
    right: 30px;
    top: 43%;
  }
}

.courses-grid-section .single-course .courses-content .courses-price .price {
  font-size: 14px;
  font-weight: 800;
  width: 62px;
  height: 62px;
  background: #ff1f59;
  color: #ffffff;
  border-radius: 50%;
  text-transform: uppercase;
  padding: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-grid-section .single-course .courses-meta {
    padding: 17px 15px;
  }
}

.courses-grid-section .single-course .courses-meta .cart-btn a {
  font-size: 15px;
  line-height: 28px;
  font-weight: 700;
  color: #686f7a;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.courses-grid-section .single-course .courses-meta .cart-btn a:hover {
  color: #ff1f59;
}

.courses-grid-section .courses-grid-pagination .pagination {
  margin-top: 50px;
}

/*--
/*  06 - Expert Track CSS
/*----------------------------------------*/
.expert-track-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  padding-top: 100px;
  padding-bottom: 170px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .expert-track-section {
    padding-top: 30px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .expert-track-section {
    padding-top: 10px;
    padding-bottom: 80px;
  }
}

.expert-track-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#00000000), to(#000000));
  background: -webkit-linear-gradient(top, #00000000 0%, #000000 100%);
  background: -o-linear-gradient(top, #00000000 0%, #000000 100%);
  background: linear-gradient(180deg, #00000000 0%, #000000 100%);
  width: 100%;
  height: 100%;
  opacity: 0.43;
  z-index: -1;
}

.expert-track-content {
  padding-right: 100px;
  margin-top: 70px;
}

@media only screen and (max-width: 767px) {
  .expert-track-content {
    padding-right: 0;
  }
}

.expert-track-content .sub-title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

.expert-track-content .title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .expert-track-content .title {
    font-size: 28px;
  }
}

.expert-track-content .btn {
  margin-top: 20px;
}

.sign-up-content {
  padding-right: 0;
  padding-left: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sign-up-content {
    padding-left: 0;
    padding-right: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .sign-up-content {
    padding-left: 0;
    padding-right: 0;
  }
}

/*--
/*  07 - Global Learner CSS
/*----------------------------------------*/
.global-learner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.global-learner-content {
  text-align: right;
  padding-right: 50px;
  width: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .global-learner-content {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .global-learner-content {
    width: 100%;
    text-align: left;
  }
}

.global-learner-content .title {
  color: #29303B;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.28;
}

@media only screen and (max-width: 767px) {
  .global-learner-content .title {
    font-size: 28px;
  }
}

.learner-courses-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .learner-courses-content {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-top: 30px;
  }
}

.learner-courses-content .single-item .number {
  color: #FF1F59;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .learner-courses-content .single-item .number {
    font-size: 28px;
  }
}

.learner-courses-content .single-item.learner {
  padding: 24px 50px 0px 0px;
  border-right: 1px solid #ddd;
  text-align: right;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .learner-courses-content .single-item.learner {
    padding: 24px 40px 0px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .learner-courses-content .single-item.learner {
    padding: 20px 40px 0px 0px;
  }
}

.learner-courses-content .single-item.courses {
  padding: 24px 0px 0px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .learner-courses-content .single-item.courses {
    padding: 24px 0px 0px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .learner-courses-content .single-item.courses {
    padding: 20px 0px 0px 40px;
  }
}

.learner-courses-content .single-item span {
  font-size: 16px;
  color: #29303B;
}

/*--
/*  08 - Access Courses CSS
/*----------------------------------------*/
.access-course-wrapper {
  padding: 80px 0px 80px 60px;
  background: #F7F4F4;
  border-radius: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .access-course-wrapper {
    padding: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .access-course-wrapper {
    padding: 50px 20px 50px 20px;
  }
}

.access-course-img {
  padding-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .access-course-img {
    padding-left: 0;
    margin-bottom: 40px;
    text-align: center;
  }
}

.access-course-img img {
  max-width: 80%;
}

.access-course-content {
  padding: 30px 250px 0px 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .access-course-content {
    padding: 30px 220px 0px 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .access-course-content {
    max-width: 410px;
    padding: 30px 0px 0px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .access-course-content {
    padding: 0;
  }
}

.access-course-content .price {
  display: inline-block;
  overflow: hidden;
  background-color: #ff1f59;
  border-color: transparent;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
  padding: 0 35px;
  border-radius: 100px;
}

.access-course-content .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #29303B;
  margin-top: 27px;
}

@media only screen and (max-width: 767px) {
  .access-course-content .title {
    font-size: 28px;
    margin-top: 20px;
  }
}

.access-course-content ul {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .access-course-content ul {
    margin-top: 15px;
  }
}

.access-course-content ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  font-weight: 700;
  color: #686f7a;
  line-height: 38px;
}

@media only screen and (max-width: 575px) {
  .access-course-content ul li {
    font-size: 15px;
  }
}

.access-course-content ul li i {
  font-size: 14px;
  color: #29303B;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.access-course-content a {
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
  color: #ff1f59;
  margin-top: 20px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.access-course-content a:hover {
  color: #DD0000;
}

@media only screen and (max-width: 767px) {
  .access-course-content a {
    margin-top: 15px;
  }
}

/*--
/*  09 - Feature Category CSS
/*----------------------------------------*/
.features-category-wrapper {
  margin-top: -35px;
}

.features-category-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .features-category-item {
    display: block;
    text-align: center;
  }
}

.features-category-item .features-category-icon {
  margin-right: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-category-item .features-category-icon {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .features-category-item .features-category-icon {
    margin-right: 0px;
  }
}

.features-category-item .features-category-icon img {
  max-width: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-category-item .features-category-icon img {
    max-width: 50px;
  }
}

.features-category-item .features-category-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.features-category-item .features-category-content .title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  line-height: 36px;
}

.features-category-item .features-category-content .title a {
  color: #333;
}

@media only screen and (max-width: 767px) {
  .features-category-item .features-category-content .title {
    margin-top: 10px;
  }
}

.features-category-item .features-category-content .features-cate-list {
  margin-top: 15px;
}

.features-category-item .features-category-content .features-cate-list li {
  margin-bottom: 10px;
}

.features-category-item .features-category-content .features-cate-list li a {
  font-size: 16px;
  color: #29303B;
  text-decoration: underline;
  font-weight: 600;
}

.feature-category-2-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
  background: #ffffff;
  -webkit-box-shadow: 0px 16px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 16px 10px 0px rgba(0, 0, 0, 0.05);
  margin-top: -188px;
  z-index: 5;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .feature-category-2-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.feature-cat-2-title-box {
  width: 25%;
  padding: 50px 35px 65px 35px;
  margin: 0 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-cat-2-title-box {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .feature-cat-2-title-box {
    width: 100%;
    padding: 40px 30px;
  }
}

.feature-cat-2-title-box::before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: -webkit-linear-gradient(350deg, #3B3E49 0%, rgba(59, 62, 73, 0.3) 100%);
  background: -o-linear-gradient(350deg, #3B3E49 0%, rgba(59, 62, 73, 0.3) 100%);
  background: linear-gradient(100deg, #3B3E49 0%, rgba(59, 62, 73, 0.3) 100%);
  opacity: 1;
  z-index: -1;
}

.feature-cat-2-title-box .feature-cate-2-content .title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.34;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .feature-cat-2-title-box .feature-cate-2-content .title {
    font-size: 25px;
    line-height: 35px;
  }
}

.feature-cat-2-title-box .feature-cate-2-content .btn {
  margin-top: 22px;
  font-weight: 600;
}

.feature-cate-2-box {
  width: 25%;
  padding: 0 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .feature-cate-2-box {
    width: 100%;
  }
}

.feature-cate-2-box .feature-cate-2-item {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .feature-cate-2-box .feature-cate-2-item {
    margin-bottom: 0;
    margin-top: 20px;
  }
}

.feature-cate-2-box .feature-cate-2-item:last-child {
  margin-bottom: 0;
}

.feature-cate-2-box .feature-cate-2-item .feature-cate-2-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.feature-cate-2-box .feature-cate-2-item .feature-cate-2-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3B3E4987;
  border-radius: 3px;
  z-index: 0;
}

.feature-cate-2-box .feature-cate-2-item .feature-cate-2-img img {
  height: 161px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .feature-cate-2-box .feature-cate-2-item .feature-cate-2-img img {
    width: 100%;
  }
}

.feature-cate-2-box .feature-cate-2-item .feature-cate-2-img .feature-cate-2-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.feature-cate-2-box .feature-cate-2-item .feature-cate-2-img .feature-cate-2-text .title a {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.feature-cate-2-box .feature-cate-2-item .feature-cate-2-img .feature-cate-2-text .course {
  margin-top: 12px;
  font-size: 14px;
  font-family: "Khula", sans-serif;
  font-weight: 500;
  color: #ffffff;
}

.feature-cate-2-box .feature-cate-2-item:hover .feature-cate-2-text .title a {
  color: #DD0000;
}

.features-cate-3-item-wrapper {
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
  .features-cate-3-item-wrapper {
    padding-top: 20px;
  }
}

.features-cate-3-item {
  margin-top: 30px;
}

.features-cate-3-item .features-cate-3-img {
  border-radius: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 230px 40px 30px 40px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.features-cate-3-item .features-cate-3-img:hover {
  -webkit-transform: translateY(-5px) translate3d(0, -5px, 0);
          transform: translateY(-5px) translate3d(0, -5px, 0);
}

.features-cate-3-item .features-cate-3-img img {
  width: 100%;
}

.features-cate-3-item .features-cate-3-img::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(43%, #FFFFFF00), color-stop(63%, #00000082));
  background: -webkit-linear-gradient(top, #FFFFFF00 43%, #00000082 63%);
  background: -o-linear-gradient(top, #FFFFFF00 43%, #00000082 63%);
  background: linear-gradient(180deg, #FFFFFF00 43%, #00000082 63%);
  z-index: -1;
}

.features-cate-3-item .features-cate-3-text .title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: -3px;
  margin-top: 30px;
}

.features-cate-3-item .features-cate-3-text .title a {
  color: #ffffff;
}

.features-cate-3-item .features-cate-3-text .course {
  font-size: 12px;
  font-weight: 700;
  display: block;
}

.features-cate-3-item .features-cate-3-text .course a {
  color: #ffffff;
}

/*--
/*  10 - Testimonial CSS
/*----------------------------------------*/
.testimonial-section {
  background: #F8FAFF;
}

.testimonial-wrapper {
  padding-top: 15px;
  margin-bottom: -10px;
}

.single-testimonial {
  margin-top: 50px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.single-testimonial .testimonial-img {
  position: absolute;
  top: 6px;
  height: 80px;
}

.single-testimonial .testimonial-img img {
  width: 75px;
  height: 75px;
  border-radius: 100px;
  margin-left: 35px;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-testimonial .testimonial-content {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 40px 45px 60px 45px;
  background: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-testimonial .testimonial-content {
    padding: 40px 40px 60px 40px;
  }
}

.single-testimonial .testimonial-content.color-1 {
  border: 1px solid #ff6d34;
}

.single-testimonial .testimonial-content.color-1 i {
  color: #ff6d34;
}

.single-testimonial .testimonial-content.color-2 {
  border: 1px solid #01bca7;
}

.single-testimonial .testimonial-content.color-2 i {
  color: #01bca7;
}

.single-testimonial .testimonial-content.color-3 {
  border: 1px solid #ffbc51;
}

.single-testimonial .testimonial-content.color-3 i {
  color: #ffbc51;
}

.single-testimonial .testimonial-content.color-4 {
  border: 1px solid #ff6d34;
}

.single-testimonial .testimonial-content.color-4 i {
  color: #ff6d34;
}

.single-testimonial .testimonial-content p {
  color: #29303B;
  font-size: 22px;
  line-height: 38px;
  margin: 0;
  padding-bottom: 15px;
  max-width: 290px;
}

@media only screen and (max-width: 767px) {
  .single-testimonial .testimonial-content p {
    max-width: 100%;
  }
}

.single-testimonial .testimonial-content .testimonial-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-testimonial .testimonial-content .testimonial-bottom .name-degree {
  width: 85%;
}

.single-testimonial .testimonial-content .testimonial-bottom .name-degree .name {
  color: #29303b;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  display: block;
}

.single-testimonial .testimonial-content .testimonial-bottom .name-degree .degree {
  color: #29303b;
  font-size: 15px;
  margin: 0;
}

.single-testimonial .testimonial-content .testimonial-bottom span {
  font-size: 32px;
  color: #ff6d34;
}

.testimonial-active .testimonial-arrow {
  opacity: 0;
  visibility: hidden;
  top: 53%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  background: #ffffff;
  color: #1b2336;
  -webkit-box-shadow: 5px 4px 13px 0 rgba(46, 63, 99, 0.15);
          box-shadow: 5px 4px 13px 0 rgba(46, 63, 99, 0.15);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 767px) {
  .testimonial-active .testimonial-arrow {
    display: none;
  }
}

.testimonial-active .testimonial-arrow:hover {
  background: #ff1f59;
  color: #ffffff;
}

.testimonial-active .testimonial-arrow.swiper-button-prev {
  left: -30px;
}

.testimonial-active .testimonial-arrow.swiper-button-prev::after {
  content: "\f108";
  font-family: flaticon !important;
}

.testimonial-active .testimonial-arrow.swiper-button-next {
  right: -30px;
}

.testimonial-active .testimonial-arrow.swiper-button-next::after {
  content: "\f109";
  font-family: flaticon !important;
}

.testimonial-active:hover .testimonial-arrow {
  opacity: 1;
  visibility: visible;
}

.testimonial-active:hover .testimonial-arrow.swiper-button-prev {
  left: 15px;
}

.testimonial-active:hover .testimonial-arrow.swiper-button-next {
  right: 15px;
}

.testimonial-active .swiper-pagination {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

@media only screen and (min-width: 1400px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-active .swiper-pagination {
    display: none;
  }
}

.testimonial-2-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.testimonial-2-section::before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #6494f2;
  opacity: 0.95;
  z-index: -1;
}

.testimonial-2-section .testimonial-2-wrapper {
  margin-top: 22px;
}

.testimonial-2-section .testimonial-2-wrapper .section-title .title {
  font-size: 35px;
  line-height: 1.2;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .testimonial-2-section .testimonial-2-wrapper .section-title .title {
    font-size: 28px;
  }
}

.testimonial-2-slider-wrapper {
  padding: 99px 0;
  margin-top: 140px;
  border-radius: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-2-slider-wrapper {
    margin-top: 110px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-2-slider-wrapper {
    margin-top: 40px;
  }
}

.testimonial-2-slider {
  position: relative;
  cursor: pointer;
  max-width: 680px;
  margin: 0 auto;
}

@media only screen and (max-width: 575px) {
  .testimonial-2-slider {
    max-width: 420px;
  }
}

.testimonial-2-slider .testimonial-2-content {
  position: relative;
  background-repeat: no-repeat;
  left: -200px;
  top: -122px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-2-slider .testimonial-2-content {
    left: -27px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-2-slider .testimonial-2-content {
    left: -20px;
    top: -55px;
  }
}

@media only screen and (max-width: 575px) {
  .testimonial-2-slider .testimonial-2-content {
    left: 0;
    top: 0;
    background: #ff1f59;
    border-radius: 10px;
  }
}

.testimonial-2-slider .testimonial-2-content .quote-svg {
  margin-bottom: 30px;
}

.testimonial-2-slider .testimonial-2-content p {
  color: #ffffff;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 15px;
}

.testimonial-2-slider .testimonial-2-content .name {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
}

.testimonial-2-slider .testimonial-2-content .svg-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 575px) {
  .testimonial-2-slider .testimonial-2-content .svg-bg {
    display: none;
  }
}

.testimonial-2-slider .testimonial-2-content .single-testimonial-2 {
  position: relative;
  max-width: 554px;
}

@media only screen and (max-width: 575px) {
  .testimonial-2-slider .testimonial-2-content .single-testimonial-2 {
    max-width: 420px;
  }
}

.testimonial-2-slider .testimonial-2-content .single-testimonial-2 .testimonial-2-text {
  padding: 60px 65px;
}

@media only screen and (max-width: 575px) {
  .testimonial-2-slider .testimonial-2-content .single-testimonial-2 .testimonial-2-text {
    padding: 40px;
  }
}

.testimonial-2-active .testimonial-arrow,
.testimonial-4-active .testimonial-arrow {
  opacity: 0;
  visibility: hidden;
  top: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  background: #ffffff;
  color: #1b2336;
  -webkit-box-shadow: 5px 4px 13px 0 rgba(46, 63, 99, 0.15);
          box-shadow: 5px 4px 13px 0 rgba(46, 63, 99, 0.15);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 767px) {
  .testimonial-2-active .testimonial-arrow,
  .testimonial-4-active .testimonial-arrow {
    display: none;
  }
}

.testimonial-2-active .testimonial-arrow:hover,
.testimonial-4-active .testimonial-arrow:hover {
  background: #ff1f59;
  color: #ffffff;
}

.testimonial-2-active .testimonial-arrow.swiper-button-prev,
.testimonial-4-active .testimonial-arrow.swiper-button-prev {
  left: 0px;
}

.testimonial-2-active .testimonial-arrow.swiper-button-prev::after,
.testimonial-4-active .testimonial-arrow.swiper-button-prev::after {
  content: "\f108";
  font-family: flaticon !important;
}

.testimonial-2-active .testimonial-arrow.swiper-button-next,
.testimonial-4-active .testimonial-arrow.swiper-button-next {
  right: 0px;
}

.testimonial-2-active .testimonial-arrow.swiper-button-next::after,
.testimonial-4-active .testimonial-arrow.swiper-button-next::after {
  content: "\f109";
  font-family: flaticon !important;
}

.testimonial-2-active:hover .testimonial-arrow,
.testimonial-4-active:hover .testimonial-arrow {
  opacity: 1;
  visibility: visible;
}

.testimonial-2-active:hover .testimonial-arrow.swiper-button-prev,
.testimonial-4-active:hover .testimonial-arrow.swiper-button-prev {
  left: 30px;
}

.testimonial-2-active:hover .testimonial-arrow.swiper-button-next,
.testimonial-4-active:hover .testimonial-arrow.swiper-button-next {
  right: 30px;
}

.testimonial-3-section .section-title {
  max-width: 680px;
  margin: 0 auto;
}

.testimonial-3-section .testimonial-2-slider-wrapper {
  margin-top: 130px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-3-section .testimonial-2-slider-wrapper {
    margin-top: 110px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-3-section .testimonial-2-slider-wrapper {
    margin-top: 40px;
  }
}

.testimonial-4-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.testimonial-4-section::before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #29303B;
  opacity: 0.95;
  z-index: -1;
}

.testimonial-4-wrapper {
  margin-top: 22px;
}

.testimonial-4-wrapper .section-title .title {
  color: #ffffff;
}

.testimonial-4-wrapper .testimonial-4-slider-wrapper {
  padding-top: 70px;
}

@media only screen and (max-width: 767px) {
  .testimonial-4-wrapper .testimonial-4-slider-wrapper {
    padding-top: 50px;
  }
}

.testimonial-4-content .testimonial-4-item {
  border-radius: 15px;
  overflow: hidden;
}

.testimonial-4-content .testimonial-4-item .testimonial-4-img img {
  width: 100%;
  height: 525px;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonial-4-content .testimonial-4-item .testimonial-4-text {
  padding: 80px;
  height: 525px;
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 575px) {
  .testimonial-4-content .testimonial-4-item .testimonial-4-text {
    padding: 35px;
  }
}

.testimonial-4-content .testimonial-4-item .testimonial-4-text .quote-svg {
  margin-bottom: 30px;
}

.testimonial-4-content .testimonial-4-item .testimonial-4-text p {
  color: #29303b;
  font-size: 22px;
  line-height: 38px;
  margin: 0;
  padding-bottom: 15px;
}

.testimonial-4-content .testimonial-4-item .testimonial-4-text .name {
  color: #29303b;
  font-size: 22px;
  font-weight: 700;
  display: block;
}

.testimonial-4-content .testimonial-4-item .testimonial-4-text .degree {
  color: #29303b;
  font-size: 16px;
  padding-top: 8px;
  display: block;
}

/*--
/*  11 - Instructor CSS
/*----------------------------------------*/
.instructor-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding-top: 220px;
  padding-bottom: 220px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .instructor-section {
    padding-top: 190px;
    padding-bottom: 190px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .instructor-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .instructor-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .instructor-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.instructor-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(200deg, #18181800 0%, #181818 100%);
  background: -o-linear-gradient(200deg, #18181800 0%, #181818 100%);
  background: linear-gradient(250deg, #18181800 0%, #181818 100%);
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: -1;
}

.instructor-content {
  padding-right: 150px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .instructor-content {
    padding-right: 0;
  }
}

.instructor-content .title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .instructor-content .title {
    font-size: 28px;
  }
}

.instructor-content p {
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .instructor-content p {
    margin-top: 15px;
  }
}

.instructor-content .btn {
  margin-top: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .instructor-content .btn {
    margin-top: 35px;
  }
}

.instructor-play a {
  width: 80px;
  height: 80px;
  background: #ff1f59;
  display: inline-block;
  line-height: 84px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 767px) {
  .instructor-play a {
    margin-top: 70px;
  }
}

.instructor-play a::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-animation: pulse 1500ms ease-out infinite;
          animation: pulse 1500ms ease-out infinite;
}

.instructor-play a:hover {
  background: #ffffff;
  color: #ff1f59;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 31, 89, 0.9);
            box-shadow: 0 0 0 0 rgba(255, 31, 89, 0.9);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 31, 89, 0);
            box-shadow: 0 0 0 30px rgba(255, 31, 89, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 31, 89, 0);
            box-shadow: 0 0 0 0 rgba(255, 31, 89, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 31, 89, 0.9);
            box-shadow: 0 0 0 0 rgba(255, 31, 89, 0.9);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 31, 89, 0);
            box-shadow: 0 0 0 30px rgba(255, 31, 89, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 31, 89, 0);
            box-shadow: 0 0 0 0 rgba(255, 31, 89, 0);
  }
}

/*--
/*  12 - Blog CSS
/*----------------------------------------*/
.blog-section {
  background: #F8FAFF;
}

.blog-content-wrapper {
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
  .blog-content-wrapper {
    padding-top: 10px;
  }
}

.single-blog {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 30px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.single-blog .blog-image {
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}

.single-blog .blog-image > a {
  display: block;
  position: relative;
}

.single-blog .blog-image > a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}

.single-blog .blog-image > a img {
  width: 100%;
}

.single-blog .blog-content {
  padding: 25px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
}

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

@media only screen and (max-width: 767px) {
  .single-blog .blog-content {
    padding: 25px 15px;
  }
}

.single-blog .blog-content .blog-author-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.single-blog .blog-content .blog-author-category .category {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 100px;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  margin-right: 20px;
}

.single-blog .blog-content .blog-author-category .category.color-1 {
  background: #90d181;
}

.single-blog .blog-content .blog-author-category .category.color-2 {
  background: #FF6D34;
}

.single-blog .blog-content .blog-author-category .category.color-3 {
  background: #41C8D0;
}

.single-blog .blog-content .blog-author-category .category.color-4 {
  background: #F9BB03;
}

.single-blog .blog-content .blog-author-category .blog-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-blog .blog-content .blog-author-category .blog-author img {
  border-radius: 50%;
  margin-right: 10px;
}

.single-blog .blog-content .blog-author-category .blog-author .name {
  font-size: 13px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: #101c32;
}

.single-blog .blog-content .title {
  font-size: 24px;
  font-weight: 600;
  font-family: "Khula", sans-serif;
  color: #1b2336;
  line-height: 1.5;
  margin-top: 17px;
}

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

@media only screen and (max-width: 767px) {
  .single-blog .blog-content .title {
    font-size: 18px;
  }
}

.single-blog .blog-content .read-more {
  font-size: 13px;
  line-height: 1.85;
  font-family: "Khula", sans-serif;
  font-weight: 700;
  color: #ff1f59;
  text-transform: uppercase;
  margin-top: 18px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .single-blog .blog-content .read-more {
    margin-top: 13px;
  }
}

.single-blog .blog-content .read-more::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #ff1f59;
  -webkit-transition-property: left, right;
  -o-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.single-blog .blog-content .read-more:hover::before {
  width: 100%;
  left: 0;
  right: 0;
}

.single-blog:hover .blog-image a::before {
  opacity: 0.2;
}

.blog-2-wrapper {
  margin-top: 22px;
}

.blog-4-section {
  padding-top: 410px;
  padding-bottom: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-4-section {
    padding-top: 390px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-4-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-4-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.blog-grid-wrapper {
  margin-top: -30px;
}

/*--
/*  13 - Brand CSS
/*----------------------------------------*/
.brand-title {
  font-size: 24px;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  color: #29303B;
  margin-top: -7px;
}

@media only screen and (max-width: 575px) {
  .brand-title {
    font-size: 20px;
  }
}

.brand-title span {
  color: #ff1f59;
}

.brand-active {
  max-width: 1000px;
  width: 100%;
  margin: 55px auto 0;
}

/*--
/*  14 - Call To Action CSS
/*----------------------------------------*/
.call-to-action-section {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .call-to-action-section {
    padding-bottom: 0px;
  }
}

.call-to-action-section::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45%;
  background: #101C32;
  z-index: -1;
}

.call-to-action-wrapper {
  background-color: #F8FAFF;
  padding: 60px 10px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-to-action-wrapper {
    display: block;
    text-align: center;
    padding: 40px 60px;
  }
}

@media only screen and (max-width: 767px) {
  .call-to-action-wrapper {
    padding: 30px 60px;
    display: block;
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .call-to-action-wrapper {
    padding: 30px;
  }
}

.call-to-action-content {
  width: 60%;
  padding-right: 80px;
  padding-left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .call-to-action-content {
    padding-right: 60px;
    padding-left: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .call-to-action-content {
    width: 100%;
    margin: 0 auto;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 50px;
    text-align: left;
  }
}

.call-to-action-content .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.28;
}

@media only screen and (max-width: 767px) {
  .call-to-action-content .title {
    font-size: 28px;
  }
}

.call-to-action-content .btn {
  padding: 0 35px;
  margin-top: 20px;
}

.call-to-action-image {
  width: 40%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .call-to-action-image {
    width: 100%;
  }
}

.call-to-action-image .image {
  padding-left: 15px;
  padding-right: 15px;
}

.call-to-action-image .image img {
  border-radius: 10px;
}

.call-to-action-2-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.call-to-action-2-wrapper .call-to-action-2-img {
  width: 40%;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .call-to-action-2-wrapper .call-to-action-2-img {
    display: none;
  }
}

.call-to-action-2-wrapper .call-to-action-2-content {
  background-color: #A13152;
  width: 60%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 165px 0px 165px 80px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-to-action-2-wrapper .call-to-action-2-content {
    padding: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .call-to-action-2-wrapper .call-to-action-2-content {
    width: 100%;
    padding: 55px;
  }
}

.call-to-action-2-wrapper .call-to-action-2-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(190deg, #EB5252 0%, #A13152 100%);
  background: -o-linear-gradient(190deg, #EB5252 0%, #A13152 100%);
  background: linear-gradient(260deg, #EB5252 0%, #A13152 100%);
  width: 100%;
  height: 100%;
  opacity: 0.92;
  z-index: -1;
}

.call-to-action-2-wrapper .call-to-action-2-content .title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  max-width: 490px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-to-action-2-wrapper .call-to-action-2-content .title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .call-to-action-2-wrapper .call-to-action-2-content .title {
    font-size: 26px;
    line-height: 36px;
  }
}

.call-to-action-2-wrapper .call-to-action-2-content .btn {
  margin-top: 20px;
  background: #ffffff;
  color: #074fb4;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.call-to-action-2-wrapper .call-to-action-2-content .btn:hover {
  background: #022467;
  color: #ffffff;
}

.call-to-action-3-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.call-to-action-3-section::before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #36A4A1;
  opacity: 0.94;
  z-index: -1;
}

.call-to-action-3-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

.call-to-action-3-wrapper .call-to-action-3-image {
  width: 48%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .call-to-action-3-wrapper .call-to-action-3-image {
    display: none;
  }
}

.call-to-action-3-wrapper .call-to-action-3-content {
  width: 52%;
  padding: 85px 50px 85px 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .call-to-action-3-wrapper .call-to-action-3-content {
    padding: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .call-to-action-3-wrapper .call-to-action-3-content {
    width: 100%;
    padding: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .call-to-action-3-wrapper .call-to-action-3-content {
    width: 100%;
    padding: 40px;
  }
}

.call-to-action-3-wrapper .call-to-action-3-content .title {
  color: #29303B;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-to-action-3-wrapper .call-to-action-3-content .title {
    font-size: 30px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .call-to-action-3-wrapper .call-to-action-3-content .title {
    font-size: 26px;
    line-height: 36px;
  }
}

.call-to-action-3-wrapper .call-to-action-3-content .btn {
  margin-top: 20px;
}

.call-to-action-4-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.call-to-action-4-section::before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #362674;
  opacity: 0.94;
  z-index: -1;
}

.call-to-action-5-section {
  padding-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .call-to-action-5-section {
    padding-top: 0;
  }
}

.call-to-action-5-wrapper {
  background: #FCF9F0;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 8px;
  padding: 60px 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .call-to-action-5-wrapper {
    padding: 40px 60px;
  }
}

@media only screen and (max-width: 575px) {
  .call-to-action-5-wrapper {
    padding: 30px;
  }
}

.call-to-action-5-wrapper .call-to-action-image .image {
  padding-left: 130px;
  padding-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .call-to-action-5-wrapper .call-to-action-image .image {
    padding-left: 0;
  }
}

.call-to-action-5-wrapper .call-to-action-content {
  padding-right: 150px;
  padding-left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .call-to-action-5-wrapper .call-to-action-content {
    padding-right: 110px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .call-to-action-5-wrapper .call-to-action-content {
    padding-right: 0;
  }
}

/*--
/*  15 - Courses Subject CSS
/*----------------------------------------*/
.section-devider {
  position: relative;
}

.section-devider::before {
  content: "";
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 2px;
  background: #074fb4;
}

.courses-subject-section .courses-subject-wrapper {
  margin-top: 22px;
}

.courses-subject-content-wrapper {
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
  .courses-subject-content-wrapper {
    padding-top: 20px;
    margin-left: 50px;
  }
}

.courses-subject-item {
  background: #F66F6F;
  padding: 40px;
  border-radius: 10px;
  margin-top: 30px;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.courses-subject-item.color-1 {
  background: #F66F6F;
}

.courses-subject-item.color-2 {
  background: #84CB74;
}

.courses-subject-item.color-3 {
  background: #3FC1D9;
}

.courses-subject-item.color-4 {
  background: #F9AE3C;
}

.courses-subject-item:hover {
  -webkit-transform: translateY(-5px) translate3d(0, -5px, 0);
          transform: translateY(-5px) translate3d(0, -5px, 0);
}

.courses-subject-item .courses-subject-img a {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  width: 118px;
  height: 118px;
  display: inline-grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.courses-subject-item .courses-subject-img a::before {
  content: "";
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  width: 25px;
  height: 25px;
  position: absolute;
  content: "";
  left: -13px;
  top: -11px;
}

.courses-subject-item .courses-subject-img a::after {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  width: 45px;
  height: 45px;
  position: absolute;
  content: "";
  right: -22px;
  top: 38px;
}

.courses-subject-item .courses-subject-content .title {
  font-size: 21px;
  line-height: 1.82;
  font-weight: 700;
  margin-top: 22px;
}

.courses-subject-item .courses-subject-content .title a {
  color: #ffffff;
}

.courses-subject-item .courses-subject-content span {
  font-size: 12px;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  display: inline-block;
  border-radius: 100px;
  height: 38px;
  line-height: 38px;
  margin-top: 10px;
}

.courses-subject-item .courses-subject-content span a {
  color: #ffffff;
}

.courses-subject-2-section {
  padding-top: 150px;
  padding-bottom: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .courses-subject-2-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-subject-2-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .courses-subject-2-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.courses-subject-2-section::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #29303B;
  opacity: 0.77;
  z-index: -1;
}

.courses-subject-2-wrapper {
  margin-top: 22px;
}

.courses-subject-2-wrapper .section-title .title {
  color: #ffffff;
  font-size: 35px;
}

@media only screen and (max-width: 767px) {
  .courses-subject-2-wrapper .section-title .title {
    font-size: 28px;
    line-height: 36px;
  }
}

.courses-subject-2-wrapper .courses-subject-content-wrapper {
  padding-top: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .courses-subject-2-wrapper .courses-subject-content-wrapper {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .courses-subject-2-wrapper .courses-subject-content-wrapper {
    padding-top: 20px;
  }
}

.courses-subject-4-section {
  background: #F0F4F5;
}

.courses-subject-4-section .courses-subject-wrapper {
  margin-top: 22px;
}

/*--
/*  16 - Quality Education CSS
/*----------------------------------------*/
.quality-education-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 240px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quality-education-section {
    padding-top: 100px;
    padding-bottom: 220px;
  }
}

@media only screen and (max-width: 767px) {
  .quality-education-section {
    padding-top: 60px;
    padding-bottom: 220px;
  }
}

.quality-education-section::before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #313842;
  opacity: 0.89;
  z-index: -1;
}

.quality-education-wrapper {
  padding-bottom: 90px;
}

.quality-education-wrapper .quality-education-title .title {
  color: #ffffff;
}

.quality-education-wrapper .quality-education-content p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 20px;
}

.quality-education-wrapper .quality-education-content .quality-education-play a {
  width: 95px;
  height: 95px;
  background: #ff1f59;
  display: inline-block;
  line-height: 97px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  border-radius: 50%;
  margin-top: 40px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 767px) {
  .quality-education-wrapper .quality-education-content .quality-education-play a {
    width: 80px;
    height: 80px;
    line-height: 82px;
    font-size: 13px;
  }
}

.quality-education-wrapper .quality-education-content .quality-education-play a::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.quality-education-wrapper .quality-education-content .quality-education-play a:hover {
  background: #ffffff;
  color: #ff1f59;
}

/*--
/*  17 - Report Career CSS
/*----------------------------------------*/
.report-career-wrapper {
  background: #F0F4F5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -220px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .report-career-wrapper {
    margin-top: -240px;
  }
}

.report-career-img {
  width: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .report-career-img {
    width: 100%;
    padding: 250px 0 250px 0;
  }
}

@media only screen and (max-width: 767px) {
  .report-career-img {
    width: 100%;
    padding: 150px 0 150px 0;
  }
}

.report-career-content {
  padding: 102px 70px 65px 70px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .report-career-content {
    padding: 80px 38px 40px 38px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .report-career-content {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .report-career-content {
    width: 100%;
    padding: 80px 30px 45px 30px;
  }
}

@media only screen and (max-width: 575px) {
  .report-career-content {
    width: 100%;
    padding: 80px 22px 45px 22px;
  }
}

.report-career-content .section-title .title {
  font-size: 30px;
  line-height: 1.4;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .report-career-content .section-title .title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .report-career-content .section-title .title {
    font-size: 26px;
    line-height: 36px;
  }
}

.report-career-content .section-title.section-devider::before {
  margin: 0;
  top: -23px;
}

.report-career-content p {
  font-size: 16px;
  font-weight: 400;
  color: #686f7a;
  padding-top: 25px;
}

.report-career-content ul {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .report-career-content ul {
    margin-top: 15px;
  }
}

.report-career-content ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  font-weight: 400;
  color: #686f7a;
  line-height: 38px;
}

@media only screen and (max-width: 575px) {
  .report-career-content ul li {
    font-size: 15px;
  }
}

.report-career-content ul li i {
  font-size: 14px;
  color: #29303B;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.report-career-2-img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .report-career-2-img-wrapper {
    display: block;
    text-align: center;
  }
}

.report-career-2-img-wrapper .report-career-2-img-sm {
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  .report-career-2-img-wrapper .report-career-2-img-sm img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .report-career-2-img-wrapper .report-career-2-img-sm {
    padding-right: 0px;
  }
}

.report-career-2-img-wrapper .report-career-2-img-sm .img-1 {
  margin-bottom: 20px;
}

.report-career-2-img-wrapper .report-career-2-img-sm .img-2 {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .report-career-2-img-wrapper .report-career-2-img-sm .img-2 {
    text-align: center;
    margin-bottom: 20px;
  }
}

.report-career-2-img-wrapper .report-career-2-img-sm .img-2 img {
  max-width: 50%;
}

@media only screen and (max-width: 767px) {
  .report-career-2-img-wrapper .report-career-2-img-sm .img-2 img {
    max-width: 100%;
  }
}

.report-career-2-img-wrapper .report-career-2-img-big {
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
  .report-career-2-img-wrapper .report-career-2-img-big img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .report-career-2-img-wrapper .report-career-2-img-big {
    padding-left: 0;
  }
}

.report-career-2-content {
  padding: 0;
  padding-left: 55px;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .report-career-2-content {
    padding-left: 30px;
    padding-top: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .report-career-2-content {
    margin-top: 65px;
    padding-left: 0px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .report-career-2-content {
    margin-top: 85px;
    padding-left: 0px;
    padding-right: 30px;
  }
}

.report-career-3-wrapper .report-career-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.report-career-3-wrapper .report-career-item .report-career-icon {
  padding-right: 30px;
}

.report-career-3-wrapper .report-career-item .report-career-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.report-career-3-wrapper .report-career-item .report-career-text .title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #29303B;
}

.report-career-3-wrapper .report-career-item .report-career-text p {
  padding-top: 0;
  font-size: 16px;
  line-height: 30px;
  color: #7a7a7a;
}

/*--
/*  18 - Certificate CSS
/*----------------------------------------*/
.certificate-wrapper {
  margin-top: 22px;
}

.certificate-wrapper .certificate-col {
  border-right: 1px dashed #03030321;
}

@media only screen and (max-width: 767px) {
  .certificate-wrapper .certificate-col {
    border-right: 0;
  }
}

.certificate-wrapper .certificate-col:last-child {
  border-right: 0;
}

.certificate-content-wrapper {
  padding-top: 55px;
}

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

.certificate-item {
  padding: 0 46px;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .certificate-item {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 575px) {
  .certificate-item {
    padding: 0 35px;
  }
}

.certificate-item .certificate-content .title {
  color: #29303B;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 30px;
}

.certificate-item .certificate-content p {
  font-size: 16px;
  line-height: 30px;
  color: #686f7a;
  margin-top: 10px;
  text-align: justify;
}

.certificate-2-wrapper {
  background: #FCF9F0;
  padding: 50px 0px 80px 60px;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .certificate-2-wrapper {
    padding: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .certificate-2-wrapper {
    padding: 50px 20px 50px 20px;
  }
}

.certificate-2-wrapper .access-course-img {
  text-align: center;
  padding-left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .certificate-2-wrapper .access-course-img {
    margin-bottom: 40px;
  }
}

.certificate-2-wrapper .access-course-img img {
  width: 65%;
}

.certificate-2-wrapper .access-course-content {
  padding: 30px 120px 0px 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .certificate-2-wrapper .access-course-content {
    padding: 30px 80px 0px 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .certificate-2-wrapper .access-course-content {
    padding: 30px 0px 0px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .certificate-2-wrapper .access-course-content {
    padding: 0;
  }
}

.certificate-2-wrapper .access-course-content .title {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .certificate-2-wrapper .access-course-content .title {
    font-size: 28px;
    margin-top: 20px;
  }
}

.certificate-2-wrapper .access-course-content p {
  font-size: 20px;
  line-height: 37.5px;
  color: #686f7a;
  margin-top: 20px;
  margin-bottom: 20px;
}

.certificate-2-wrapper .access-course-content .btn {
  color: #ffffff;
  text-decoration: none;
}

/*--
/*  20. - Team CSS
/*----------------------------------------*/
.team-section {
  background: #F0F4F5;
}

.team-wrapper .section-title {
  margin-top: 22px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .team-wrapper .section-title {
    text-align: center;
  }
}

.team-wrapper .section-devider::before {
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .team-wrapper .section-devider::before {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-wrapper .team-text {
    text-align: center;
    padding: 0 50px;
    margin-top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .team-wrapper .team-text {
    text-align: center;
    padding: 0 0;
    margin-top: 25px;
  }
}

.team-wrapper .team-text p {
  font-size: 17px;
  line-break: 30px;
  color: #686F7A;
}

.team-item-wrapper {
  padding-top: 45px;
  margin-bottom: -90px;
  z-index: 5;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .team-item-wrapper {
    padding-top: 25px;
  }
}

.single-team {
  margin-top: 30px;
  border-radius: 5px;
  overflow: hidden;
}

.single-team:hover .team-img .team-social {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.single-team.team-color-2 .team-img .team-social ul li a {
  background: #8dd17e;
}

.single-team.team-color-2 .team-content {
  border-bottom: 5px solid #8dd17e;
}

.single-team.team-color-2 .team-content .team-share span {
  background: #8dd17e;
}

.single-team.team-color-3 .team-img .team-social ul li a {
  background: #ffbc51;
}

.single-team.team-color-3 .team-content {
  border-bottom: 5px solid #ffbc51;
}

.single-team.team-color-3 .team-content .team-share span {
  background: #ffbc51;
}

.single-team .team-img {
  position: relative;
}

.single-team .team-img a {
  display: block;
}

.single-team .team-img a img {
  width: 100%;
}

.single-team .team-img .team-social {
  position: absolute;
  bottom: -15px;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  right: 25px;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.single-team .team-img .team-social ul li {
  margin-top: 10px;
}

.single-team .team-img .team-social ul li a {
  font-size: 14px;
  border-radius: 100px;
  color: #ffffff;
  background: #ff6d34;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}

.single-team .team-content {
  background: #f9f9f9;
  padding: 20px 25px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 5px solid #ff6d34;
}

.single-team .team-content .team-name-deg .name a {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #29303B;
}

.single-team .team-content .team-share span {
  font-size: 14px;
  border-radius: 100px;
  color: #fff;
  background: #ff6d34;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}

.our-team-wrap {
  margin-top: -30px;
}

/*--
/*  21 - Learning Effect CSS
/*----------------------------------------*/
.learning-effect-section {
  padding-top: 210px;
  padding-bottom: 135px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .learning-effect-section {
    padding-top: 180px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .learning-effect-section {
    padding-top: 160px;
    padding-bottom: 60px;
  }
}

.learning-effect-section::before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #313842;
  opacity: 0.9;
  z-index: -1;
}

.learning-effect-img {
  padding: 140px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}

.learning-effect-content {
  padding-left: 45px;
  padding-right: 30px;
  margin-top: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .learning-effect-content {
    padding-left: 25px;
    padding-right: 10px;
  }
}

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

@media only screen and (max-width: 767px) {
  .learning-effect-content {
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 90px;
  }
}

.learning-effect-content .section-title .title {
  color: #ffffff;
  font-size: 30px;
  line-height: 46px;
}

@media only screen and (max-width: 767px) {
  .learning-effect-content .section-title .title {
    font-size: 26px;
    line-height: 36px;
  }
}

.learning-effect-content p {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}

.learning-effect-content .section-devider::before {
  margin: 0;
}

.learning-effect a {
  width: 80px;
  height: 80px;
  background: #ff1f59;
  display: inline-block;
  line-height: 84px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  z-index: 5;
}

.learning-effect a::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-animation: pulse 1500ms ease-out infinite;
          animation: pulse 1500ms ease-out infinite;
}

.learning-effect a:hover {
  background: #ffffff;
  color: #ff1f59;
}

/*--
/*  10 - Training Teachers CSS
/*----------------------------------------*/
.training-teachers-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .training-teachers-section {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .training-teachers-section {
    padding-bottom: 60px;
  }
}

.training-teachers-section::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #302362;
  opacity: 0.92;
  z-index: -1;
}

.training-teachers-wrapper {
  margin-top: 22px;
}

.training-teachers-wrapper .section-title .title {
  line-height: 48px;
  padding: 0 120px;
  color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .training-teachers-wrapper .section-title .title {
    padding: 0 0px;
  }
}

@media only screen and (max-width: 767px) {
  .training-teachers-wrapper .section-title .title {
    padding: 0 0px;
    line-height: 36px;
  }
}

.training-teachers-item-wrapper {
  padding-top: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .training-teachers-item-wrapper {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .training-teachers-item-wrapper {
    padding-top: 20px;
  }
}

.training-teachers-item-wrapper .features-2-item {
  background: #ffffff;
  padding: 30px;
  border-radius: 5px;
  margin-top: 30px;
}

@media only screen and (max-width: 575px) {
  .training-teachers-item-wrapper .features-2-item {
    padding: 20px;
  }
}

.training-teachers-item-wrapper .features-2-item .features-2-content {
  padding-right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .training-teachers-item-wrapper .features-2-item .features-2-content {
    padding-right: 10px;
  }
}

.training-teachers-item-wrapper .features-2-item .features-2-content .title {
  font-size: 18px;
  color: #29303B;
}

.training-teachers-item-wrapper .features-2-item .features-2-content p {
  font-size: 16px;
  line-height: 30px;
  color: #686F7A;
  margin-top: 8px;
}

.training-teachers-video {
  padding-top: 110px;
  margin-bottom: -290px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .training-teachers-video {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .training-teachers-video {
    padding-top: 70px;
    margin-bottom: 0;
  }
}

.training-teachers-video .training-teachers-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 260px 0;
  border-radius: 15px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .training-teachers-video .training-teachers-img {
    padding: 150px 30px;
  }
}

.training-teachers-play a {
  width: 95px;
  height: 95px;
  background: #ff1f59;
  display: inline-block;
  line-height: 97px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 767px) {
  .training-teachers-play a {
    width: 80px;
    height: 80px;
    line-height: 82px;
    font-size: 13px;
  }
}

.training-teachers-play a:hover {
  background: #ffffff;
  color: #ff1f59;
}

/*--
/*  30. - Page Banner CSS
/*----------------------------------------*/
.page-banner-section {
  padding-top: 100px;
  padding-bottom: 110px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-banner-section {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .page-banner-section {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

.page-banner .title {
  font-size: 40px;
  line-height: 1.25;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .page-banner .title {
    font-size: 28px;
  }
}

.page-banner .breadcrumb {
  margin-bottom: 0;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .page-banner .breadcrumb {
    margin-top: 10px;
  }
}

.page-banner .breadcrumb .breadcrumb-item {
  color: #29303B;
  font-size: 15px;
  font-family: "Khula", sans-serif;
  font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .page-banner .breadcrumb .breadcrumb-item {
    font-size: 16px;
  }
}

.page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 8px;
}

.page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f106";
  font-family: flaticon !important;
  font-size: 10px;
  font-weight: 400;
  margin-top: 3px;
  padding-right: 8px;
  color: #29303B;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    font-size: 11px;
  }
}

@media only screen and (max-width: 575px) {
  .page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    font-size: 10px;
  }
}

/*--
/*  22 - Blog Standard CSS
/*----------------------------------------*/
.blog-standard-wrapper {
  margin-top: -70px;
}

.blog-standard-wrapper .blog-post-wrapper {
  position: relative;
}

.blog-standard-wrapper .blog-post-wrapper .pagination {
  margin-top: 40px;
}

.single-blog-post {
  margin-top: 70px;
}

.single-blog-post .blog-post-image {
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.single-blog-post .blog-content {
  padding: 37px 50px 40px;
}

@media only screen and (max-width: 767px) {
  .single-blog-post .blog-content {
    padding: 37px 25px 40px;
  }
}

.single-blog-post .blog-content .post-meta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-blog-post .blog-content .post-meta-wrap .post-share-like {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
}

@media only screen and (max-width: 575px) {
  .single-blog-post .blog-content .post-meta-wrap .post-share-like {
    display: none;
  }
}

.single-blog-post .blog-content .post-meta-wrap .post-share-like .post-share {
  position: relative;
}

.single-blog-post .blog-content .post-meta-wrap .post-share-like .post-share:hover .social-share-wrapper {
  opacity: 1;
  visibility: visible;
}

.single-blog-post .blog-content .post-meta-wrap .post-share-like .post-share .share i {
  font-size: 16px;
  font-weight: 700;
  color: #101c32;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0 2px;
  margin: 0 9px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.single-blog-post .blog-content .post-meta-wrap .post-share-like .post-share .share i:hover {
  color: #ff1f59;
}

.single-blog-post .blog-content .post-meta-wrap .post-share-like .post-share .social-share-wrapper {
  display: block;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #28314b;
  z-index: 2;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
  margin: 0;
  padding: 2px;
  line-height: 0;
  white-space: nowrap;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}

.single-blog-post .blog-content .post-meta-wrap .post-share-like .post-share .social-share-wrapper::after {
  content: '';
  position: absolute;
  pointer-events: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5.5px 0 5.5px;
  border-color: #28314b transparent transparent transparent;
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
}

.single-blog-post .blog-content .post-meta-wrap .post-share-like .post-share .social-share-wrapper ul li {
  display: inline-block;
}

.single-blog-post .blog-content .post-meta-wrap .post-share-like .post-share .social-share-wrapper ul li a {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 11px;
  color: #ffffff;
  border-radius: inherit;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.single-blog-post .blog-content .post-meta-wrap .post-share-like .post-share .social-share-wrapper ul li:hover a {
  background: rgba(255, 255, 255, 0.13);
}

.single-blog-post .blog-content .post-meta-wrap .post-share-like .post-like {
  margin-left: 13px;
}

.single-blog-post .blog-content .post-meta-wrap .post-share-like .post-like a i {
  font-size: 16px;
  font-weight: 700;
  color: #ff1f59;
  display: inline-block;
  vertical-align: middle;
}

.single-blog-post .blog-content .post-meta-wrap .post-share-like .post-like a span {
  font-size: 16px;
  font-weight: 600;
  font-family: "Khula", sans-serif;
  color: #101c32;
  text-transform: uppercase;
  margin-left: 3px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.single-blog-post .blog-content .post-meta-wrap .post-share-like .post-like a:hover span {
  color: #ff1f59;
}

.single-blog-post .blog-content .title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #1b2336;
  margin-top: 22px;
}

@media only screen and (max-width: 767px) {
  .single-blog-post .blog-content .title {
    font-size: 26px;
  }
}

.single-blog-post .blog-content p {
  font-size: 16px;
  line-height: 30px;
  color: #415674;
  margin-top: 15px;
}

.single-blog-post .blog-content .post-quote {
  margin-bottom: 25px;
}

.single-blog-post .blog-content .post-quote .quote-text {
  padding-left: 44px;
  font-size: 24px;
  font-family: "Khula", sans-serif;
  color: #1b2336;
  line-height: 37px;
  font-weight: 600;
  margin-top: 0;
  position: relative;
}

.single-blog-post .blog-content .post-quote .quote-text::before {
  content: '\f137';
  position: absolute;
  z-index: 1;
  top: 0.15em;
  color: #ff1f59;
  left: 1px;
  font-family: flaticon !important;
  line-height: 1;
  font-size: 25px;
  font-weight: normal;
}

.single-blog-post .blog-content .post-quote .author-name {
  padding-left: 44px;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  color: #ff1f59;
  margin-top: 12px;
}

.post-video {
  position: relative;
}

.post-video .video-btn {
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  background: #ffffff;
  color: #DD0000;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 2;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.post-video .video-btn i {
  position: relative;
  left: 2px;
}

.post-video .video-btn:hover {
  background: #ff1f59;
  color: #ffffff;
}

.post-audio {
  margin-bottom: 25px;
}

.post-link {
  margin-bottom: 17px;
}

.post-link .link-text {
  padding-left: 44px;
  font-size: 24px;
  font-family: "Khula", sans-serif;
  color: #1b2336;
  line-height: 36px;
  font-weight: 500;
  margin-top: 0;
  position: relative;
}

.post-link .link-text::before {
  content: '\f138';
  position: absolute;
  z-index: 1;
  top: 0.15em;
  color: #ff1f59;
  left: 1px;
  font-family: flaticon !important;
  line-height: 1;
  font-size: 27px;
  font-weight: normal;
}

.blog-sidebar {
  padding-left: 30px;
  padding-top: 25px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar {
    padding-left: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .blog-sidebar {
    padding-left: 0;
  }
}

.sidebar-widget {
  margin-top: 45px;
}

.sidebar-widget .search-form {
  background: #edeff7;
  padding: 30px;
  position: relative;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  border: 1px solid #d6d5d7;
  color: #415674;
  font-weight: 700;
  outline: none;
  overflow: hidden;
}

.sidebar-widget .search-form button {
  position: absolute;
  right: 30px;
  width: 50px;
  height: 50px;
  line-height: 52px;
  border-radius: 5px;
  background: transparent;
  color: #1b2336;
  border: 0;
  top: 50%;
  font-size: 16px;
  font-weight: 700;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sidebar-widget .search-form button:hover {
  background: #DD0000;
  color: #ffffff;
}

.sidebar-widget .widget-title {
  margin-bottom: 20px;
}

.sidebar-widget .widget-title .title {
  font-size: 20px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  color: #1b2336;
  position: relative;
  display: inline-block;
}

.sidebar-widget .widget-title .title::before {
  content: '';
  width: 25px;
  height: 2px;
  display: inline-block;
  position: absolute;
  top: 14px;
  right: -38px;
  background: #ff1f59;
}

.recent-posts ul li {
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
  margin-top: 30px;
}

.recent-posts ul li:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.recent-posts ul li .post-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.recent-posts ul li .post-link .post-thumb {
  margin-right: 20px;
}

.recent-posts ul li .post-link .post-thumb img {
  min-width: 72px;
  height: 72px;
  border-radius: 50%;
  image-rendering: crisp-edges;
}

.recent-posts ul li .post-link .post-text .title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.recent-posts ul li .post-link .post-text .post-meta {
  font-weight: 400;
  line-height: 24px;
  font-size: 15px;
  color: #101c32;
}

.recent-posts ul li .post-link:hover .post-text .title {
  color: #ff1f59;
}

.sidebar-widget .category .cate-item {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
  margin-top: 10px;
}

.sidebar-widget .category .cate-item:first-child {
  border-top: 0;
  padding-top: 0px;
  margin-top: 0px;
}

.sidebar-widget .category .cate-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-family: "Khula", sans-serif;
  font-weight: 600;
  color: #1b2336;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sidebar-widget .category .cate-item a .post-count {
  margin-left: auto;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin-top: 4px;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  height: 20px;
  line-height: 20px;
  min-width: 26px;
  padding: 1px 3px 0;
  color: #496285;
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  background-color: #e4f2f8;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sidebar-widget .category .cate-item a:hover {
  color: #ff1f59;
}

.sidebar-widget .category .cate-item a:hover .post-count {
  background-color: #ff1f59;
  color: #ffffff;
}

.sidebar-widget .sidebar-tag li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 4px;
}

.sidebar-widget .sidebar-tag li a {
  display: inline-block;
  border-radius: 5px;
  padding: 6px 11px;
  font-size: 14px;
  color: #415674;
  line-height: 1.2;
  font-weight: 600;
  background: #f2f9fc;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sidebar-widget .sidebar-tag li a:hover {
  background-color: #ff1f59;
  color: #ffffff;
}

.sidebar-widget .sidebar-image a img {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

/*--
/*  23 - Blog Details CSS
/*----------------------------------------*/
.blog-details-wrapper {
  margin-top: -70px;
}

.blog-details-post .single-blog-post .blog-post-image {
  border-radius: 10px;
  overflow: hidden;
}

.blog-details-post .single-blog-post .blog-details-content {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog-details-post .single-blog-post .blog-details-content .blog-author-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog-details-post .single-blog-post .blog-details-content .blog-author-category .category {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 100px;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  margin-right: 20px;
}

.blog-details-post .single-blog-post .blog-details-content .blog-author-category .category.color-1 {
  background: #90d181;
}

.blog-details-post .single-blog-post .blog-details-content .blog-author-category .category.color-2 {
  background: #FF6D34;
}

.blog-details-post .single-blog-post .blog-details-content .blog-author-category .category.color-3 {
  background: #41C8D0;
}

.blog-details-post .single-blog-post .blog-details-content .blog-author-category .category.color-4 {
  background: #F9BB03;
}

.blog-details-post .single-blog-post .blog-details-content .blog-author-category .blog-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-details-post .single-blog-post .blog-details-content .blog-author-category .blog-author img {
  border-radius: 50%;
  margin-right: 10px;
}

.blog-details-post .single-blog-post .blog-details-content .blog-author-category .blog-author .name {
  font-size: 13px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: #101c32;
}

.blog-details-post .single-blog-post .blog-details-content .post-meta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 575px) {
  .blog-details-post .single-blog-post .blog-details-content .post-meta-wrap {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-details-post .single-blog-post .blog-details-content .post-meta-wrap .blog-author-category {
    margin-top: 10px;
  }
}

.blog-details-post .single-blog-post .blog-details-content .post-meta-wrap .post-date {
  font-size: 13px;
  font-weight: 700;
  color: #101c32;
  padding-left: 12px;
  margin-left: 10px;
  margin-top: 2px;
  position: relative;
}

@media only screen and (max-width: 575px) {
  .blog-details-post .single-blog-post .blog-details-content .post-meta-wrap .post-date {
    margin-top: 10px;
  }
}

.blog-details-post .single-blog-post .blog-details-content .post-meta-wrap .post-date::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 15px;
  background: #101c32;
  left: 0;
  top: 3px;
}

.blog-details-post .single-blog-post .blog-details-content .post-meta-wrap .post-comment {
  font-size: 13px;
  font-weight: 700;
  color: #101c32;
  padding-left: 12px;
  margin-left: 10px;
  margin-top: 2px;
  position: relative;
}

@media only screen and (max-width: 575px) {
  .blog-details-post .single-blog-post .blog-details-content .post-meta-wrap .post-comment {
    margin-top: 10px;
  }
}

.blog-details-post .single-blog-post .blog-details-content .post-meta-wrap .post-comment::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 15px;
  background: #101c32;
  left: 0;
  top: 3px;
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-text p {
  font-size: 16px;
  line-height: 30px;
  color: #7a7a7a;
}

.blog-details-post .single-blog-post .blog-details-content .blog-quote {
  background-color: #EDEFF7;
  padding: 30px 60px;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 575px) {
  .blog-details-post .single-blog-post .blog-details-content .blog-quote {
    padding: 30px;
  }
}

.blog-details-post .single-blog-post .blog-details-content .blog-quote .blockquote {
  padding-left: 60px;
  margin-bottom: 0;
  position: relative;
}

.blog-details-post .single-blog-post .blog-details-content .blog-quote .blockquote::before {
  content: '\f158';
  font-family: flaticon !important;
  font-size: 40px;
  line-height: 1;
  margin-right: 5px;
  position: absolute;
  top: 5px;
  left: 0;
  color: #ff1f59;
}

.blog-details-post .single-blog-post .blog-details-content .blog-quote .blockquote:not(:first-child) {
  margin-top: 25px;
}

.blog-details-post .single-blog-post .blog-details-content .blog-quote .blockquote:not(:last-child) {
  margin-bottom: 25px;
}

.blog-details-post .single-blog-post .blog-details-content .blog-quote .blockquote p {
  display: inline;
  font-size: 20px;
  color: #29303B;
  line-height: 33px;
  font-weight: 600;
  text-decoration: underline;
  -webkit-text-decoration-color: #7a7a7a;
     -moz-text-decoration-color: #7a7a7a;
          text-decoration-color: #7a7a7a;
  margin-top: 0;
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-text .title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.blog-details-post .single-blog-post .blog-details-content .blog-inner-img {
  margin-bottom: 40px;
}

.blog-details-post .single-blog-post .blog-details-content .blog-inner-img .image {
  margin-top: 40px;
}

.blog-details-post .single-blog-post .blog-details-content .blog-inner-img .image img {
  width: 100%;
}

.blog-details-post .single-blog-post .blog-details-content .blog-inner-img .image.image-1 {
  margin-right: 2px;
}

.blog-details-post .single-blog-post .blog-details-content .blog-inner-img .image.image-2 {
  margin-left: 2px;
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-tag-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 65px;
}

@media only screen and (max-width: 767px) {
  .blog-details-post .single-blog-post .blog-details-content .blog-details-tag-share {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget {
  margin-top: 0;
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget .sidebar-tag li {
  margin-bottom: 0px;
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-tag-share .blog-details-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .blog-details-post .single-blog-post .blog-details-content .blog-details-tag-share .blog-details-share {
    margin-top: 20px;
  }
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-tag-share .blog-details-share .share-title {
  font-size: 14px;
  line-height: 32px;
  font-family: "Khula", sans-serif;
  font-weight: 700;
  color: #1b2336;
  text-transform: uppercase;
  margin-right: 24px;
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-tag-share .blog-details-share li {
  display: inline-block;
  margin-right: 10px;
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-tag-share .blog-details-share li:last-child {
  margin-right: 0;
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-tag-share .blog-details-share li a {
  display: inline-block;
  font-size: 13px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-tag-share .blog-details-share li a.share-twitter {
  background: #1DA1F2;
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-tag-share .blog-details-share li a.share-facebook {
  background: #4867AA;
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-tag-share .blog-details-share li a.share-pinterest {
  background: #BD081B;
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-tag-share .blog-details-share li a.share-linkedin {
  background: #007BB6;
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-tag-share .blog-details-share li a:hover {
  opacity: 0.9;
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #f2f9fc;
  padding: 40px 40px 32px;
  border-radius: 10px;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .blog-details-post .single-blog-post .blog-details-content .blog-details-author {
    display: block;
    text-align: center;
  }
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-author .author-avatar {
  overflow: hidden;
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .blog-details-post .single-blog-post .blog-details-content .blog-details-author .author-avatar {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-author .author-avatar img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  image-rendering: crisp-edges;
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-author .author-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-author .author-content .author-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  color: #1b2336;
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-author .author-content .description {
  font-size: 16px;
  line-height: 30px;
  color: #415674;
  margin-top: 12px;
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-author .author-content .author-social {
  margin-top: 20px;
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-author .author-content .author-social li {
  display: inline-block;
  margin-right: 20px;
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-author .author-content .author-social li:last-child {
  margin-right: 0;
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-author .author-content .author-social li a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  text-align: center;
  color: #8897ac;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-author .author-content .author-social li a:hover.share-twitter {
  color: #1DA1F2;
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-author .author-content .author-social li a:hover.share-facebook {
  color: #4867AA;
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-author .author-content .author-social li a:hover.share-instagram {
  color: #B23A94;
}

.blog-details-post .single-blog-post .blog-details-content .gostudy-post-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f2f9fc;
  padding: 35px 30px;
  margin-top: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-post .single-blog-post .blog-details-content .gostudy-post-navigation {
    padding: 35px 25px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-details-post .single-blog-post .blog-details-content .gostudy-post-navigation {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.blog-details-post .single-blog-post .blog-details-content .gostudy-post-navigation .post-prev-link .info-wrapper a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog-details-post .single-blog-post .blog-details-content .gostudy-post-navigation .post-prev-link .info-wrapper a .prev-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 25px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-post .single-blog-post .blog-details-content .gostudy-post-navigation .post-prev-link .info-wrapper a .prev-img {
    margin-right: 15px;
  }
}

.blog-details-post .single-blog-post .blog-details-content .gostudy-post-navigation .post-prev-link .info-wrapper a .prev-img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff1f59;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.blog-details-post .single-blog-post .blog-details-content .gostudy-post-navigation .post-prev-link .info-wrapper a .prev-img .prev-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-45%) scaleX(-1);
      -ms-transform: translateY(-45%) scaleX(-1);
          transform: translateY(-45%) scaleX(-1);
  text-align: center;
  font-size: 21px;
  margin-left: 20px;
  color: #ffffff;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.blog-details-post .single-blog-post .blog-details-content .gostudy-post-navigation .post-prev-link .info-wrapper a .prev-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 210px;
}

.blog-details-post .single-blog-post .blog-details-content .gostudy-post-navigation .post-prev-link .info-wrapper a .prev-text .title {
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  color: #1b2336;
}

.blog-details-post .single-blog-post .blog-details-content .gostudy-post-navigation .post-prev-link .info-wrapper a .prev-text .date {
  font-size: 13px;
  line-height: 26px;
  font-weight: 700;
  color: #101c32;
}

.blog-details-post .single-blog-post .blog-details-content .gostudy-post-navigation .post-prev-link .info-wrapper a:hover .prev-img .prev-icon {
  margin-left: 0px;
  visibility: visible;
  opacity: 0.8;
}

.blog-details-post .single-blog-post .blog-details-content .gostudy-post-navigation .post-prev-link .info-wrapper a:hover .prev-img::before {
  visibility: visible;
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .blog-details-post .single-blog-post .blog-details-content .gostudy-post-navigation .post-next-link {
    margin-top: 25px;
  }
}

.blog-details-post .single-blog-post .blog-details-content .gostudy-post-navigation .post-next-link .info-wrapper a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog-details-post .single-blog-post .blog-details-content .gostudy-post-navigation .post-next-link .info-wrapper a .next-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 25px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-post .single-blog-post .blog-details-content .gostudy-post-navigation .post-next-link .info-wrapper a .next-img {
    margin-left: 15px;
  }
}

.blog-details-post .single-blog-post .blog-details-content .gostudy-post-navigation .post-next-link .info-wrapper a .next-img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff1f59;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.blog-details-post .single-blog-post .blog-details-content .gostudy-post-navigation .post-next-link .info-wrapper a .next-img .next-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-45%);
      -ms-transform: translateY(-45%);
          transform: translateY(-45%);
  text-align: center;
  font-size: 21px;
  margin-right: 20px;
  color: #ffffff;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.blog-details-post .single-blog-post .blog-details-content .gostudy-post-navigation .post-next-link .info-wrapper a .next-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 210px;
  text-align: right;
}

.blog-details-post .single-blog-post .blog-details-content .gostudy-post-navigation .post-next-link .info-wrapper a .next-text .title {
  font-size: 15px;
  line-height: 26px;
  font-weight: 700;
  color: #1b2336;
}

.blog-details-post .single-blog-post .blog-details-content .gostudy-post-navigation .post-next-link .info-wrapper a .next-text .date {
  font-size: 13px;
  line-height: 26px;
  font-weight: 700;
  color: #101c32;
}

.blog-details-post .single-blog-post .blog-details-content .gostudy-post-navigation .post-next-link .info-wrapper a:hover .next-img .next-icon {
  margin-right: 0px;
  visibility: visible;
  opacity: 0.8;
}

.blog-details-post .single-blog-post .blog-details-content .gostudy-post-navigation .post-next-link .info-wrapper a:hover .next-img::before {
  visibility: visible;
  opacity: 0.8;
}

.blog-details-post .single-blog-post .blog-details-content .blog-related-post {
  margin-top: 95px;
}

.blog-details-post .single-blog-post .blog-details-content .blog-related-post .title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #1b2336;
}

.blog-details-post .single-blog-post .blog-details-content .blog-related-post .related-post-wrapper .single-blog .blog-content {
  padding: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-post .single-blog-post .blog-details-content .blog-related-post .related-post-wrapper .single-blog .blog-content {
    padding: 19px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-details-post .single-blog-post .blog-details-content .blog-related-post .related-post-wrapper .single-blog .blog-content {
    padding: 25px 15px;
  }
}

.blog-details-post .single-blog-post .blog-details-content .blog-related-post .related-post-wrapper .single-blog .blog-content .title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  color: #1b2336;
}

@media only screen and (max-width: 767px) {
  .blog-details-post .single-blog-post .blog-details-content .blog-related-post .related-post-wrapper .single-blog .blog-content .title {
    font-size: 18px;
  }
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-comments {
  margin-top: 75px;
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-comments .comments-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #1b2336;
  margin-bottom: -11px;
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-comments .comments-title span {
  font-size: 24px;
  line-height: 40px;
  font-family: "Nunito Sans", sans-serif;
  color: #afb3bf;
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-comments ul li .single-comment {
  position: relative;
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-comments ul li .single-comment.stand-comment {
  border-bottom: 1px solid rgba(96, 101, 104, 0.15);
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-comments ul li .single-comment .comment-thumb {
  position: absolute;
  z-index: 1;
  top: 40px;
  border-radius: 50%;
  overflow: hidden;
  left: 0px;
  width: 70px;
  height: 70px;
}

@media only screen and (max-width: 575px) {
  .blog-details-post .single-blog-post .blog-details-content .blog-details-comments ul li .single-comment .comment-thumb {
    position: relative;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-comments ul li .single-comment .comment-content {
  padding: 39px 0 30px 100px;
}

@media only screen and (max-width: 575px) {
  .blog-details-post .single-blog-post .blog-details-content .blog-details-comments ul li .single-comment .comment-content {
    padding: 39px 0 30px 10px;
  }
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-comments ul li .single-comment .comment-content .author-name {
  position: relative;
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-comments ul li .single-comment .comment-content .author-name .name {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #1b2336;
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-comments ul li .single-comment .comment-content .author-name .meta-data {
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  color: #101c32;
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-comments ul li .single-comment .comment-content .author-name .reply {
  display: inline-block;
  background-color: rgba(255, 31, 89, 0.15);
  color: #ff1f59;
  position: absolute;
  top: 1px;
  right: 0;
  padding: 2px 9px 0;
  border-radius: 5px;
  font-size: 12px;
  font-family: "Khula", sans-serif;
  line-height: 26px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 1;
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-comments ul li .single-comment .comment-content .author-name .reply:hover {
  background: #ff1f59;
  color: #ffffff;
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-comments ul li .single-comment .comment-content p {
  font-size: 16px;
  line-height: 30px;
  color: #415674;
}

.blog-details-post .single-blog-post .blog-details-content .blog-details-comments ul li .children {
  padding-left: 100px;
}

@media only screen and (max-width: 767px) {
  .blog-details-post .single-blog-post .blog-details-content .blog-details-comments ul li .children {
    padding-left: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-details-post .single-blog-post .blog-details-content .blog-details-comments ul li .children {
    padding-left: 0;
  }
}

.blog-details-post .single-blog-post .blog-details-content .blog-comment-reply {
  border-radius: 10px;
  padding: 52px 60px 59px;
  margin-top: 45px;
  background: #f2f9fc;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-post .single-blog-post .blog-details-content .blog-comment-reply {
    padding: 48px 48px 55px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-details-post .single-blog-post .blog-details-content .blog-comment-reply {
    padding: 30px 30px 35px;
  }
}

.blog-details-post .single-blog-post .blog-details-content .blog-comment-reply .comment-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #1b2336;
}

.blog-details-post .single-blog-post .blog-details-content .blog-comment-reply .comment-notes {
  font-size: 14px;
  line-height: 26px;
  color: #415674;
  margin-bottom: 20px;
}

.blog-details-post .single-blog-post .blog-details-content .blog-comment-reply .comment-form .single-form {
  position: relative;
  margin-bottom: 20px;
}

.blog-details-post .single-blog-post .blog-details-content .blog-comment-reply .comment-form .single-form i {
  position: absolute;
  top: 27px;
  left: 20px;
  font-size: 17px;
  color: #ff1f59;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-details-post .single-blog-post .blog-details-content .blog-comment-reply .comment-form .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  display: block;
  height: 50px;
  max-width: 100%;
  border: 1px solid #d6d5d7;
  border-radius: 5px;
  padding: 14px 20px 12px;
  padding-left: 46px;
  font-size: 13px;
  color: #415674;
  font-weight: 700;
  line-height: 1.7;
  text-transform: unset;
}

.blog-details-post .single-blog-post .blog-details-content .blog-comment-reply .comment-form .single-form textarea {
  height: 120px;
  font-size: 13px;
  color: #415674;
  padding: 14px 20px 12px;
  padding-left: 46px;
  font-weight: 700;
  line-height: 1.7;
  text-transform: unset;
  border: 1px solid #d6d5d7;
  border-radius: 5px;
  resize: none;
}

.blog-details-post .single-blog-post .blog-details-content .blog-comment-reply .comment-form .comment-form-check {
  margin-top: -8px;
}

.blog-details-post .single-blog-post .blog-details-content .blog-comment-reply .comment-form .comment-form-check .form-check-input {
  margin-top: 5px;
  margin-right: 8px;
  border: 1px solid #666666;
}

.blog-details-post .single-blog-post .blog-details-content .blog-comment-reply .comment-form .comment-form-check .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog-details-post .single-blog-post .blog-details-content .blog-comment-reply .comment-form .comment-form-check .form-check-label {
  display: inline;
  font-size: 14px;
  line-height: 26px;
  color: #415674;
  margin-bottom: 0;
  text-transform: none;
}

.blog-details-post .single-blog-post .blog-details-content .blog-comment-reply .comment-form .comment-btn .btn {
  height: 50px;
  line-height: 52px;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Khula", sans-serif;
  padding: 0 40px;
  margin-top: 30px;
}

/*--
/*  24 - Contact CSS
/*----------------------------------------*/
.contact-form-wrapper {
  margin-top: -50px;
}

.contact-map {
  padding-right: 30px;
  margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-map {
    padding-right: 0px;
  }
}

.contact-map iframe {
  height: 530px;
  width: 100%;
  -webkit-filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
          filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}

.contact-form {
  background: #F8FAFF;
  padding: 45px;
  height: 530px;
  margin-top: 50px;
}

.contact-form .title {
  font-size: 30px;
  line-height: 40px;
  color: #1b2336;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-form .single-form {
  margin-top: 15px;
}

.contact-form .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.contact-form .single-form textarea {
  background: #f0f0f0;
  border: 0;
  padding-left: 15px;
}

.contact-form .single-form textarea {
  height: 90px;
}

.contact-form .contact-btn {
  margin-top: 30px;
}

.contact-form .contact-btn .btn {
  font-size: 14px;
  font-family: "Khula", sans-serif;
  font-weight: 700;
  line-height: 52px;
  height: 50px;
  padding: 0 26px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.contact-info-wrapper {
  margin-top: -23px;
}

.contact-info-wrapper .contact-info-title {
  max-width: 490px;
  margin: 0 auto;
}

.contact-info-wrapper .contact-info-title .title {
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  color: #29303B;
}

@media only screen and (max-width: 767px) {
  .contact-info-wrapper .contact-info-title .title {
    font-size: 28px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-info-wrapper .contact-info-title .title {
    font-size: 26px;
    line-height: 36px;
  }
}

.contact-info-item-wrapper {
  padding-top: 20px;
}

.contact-info-item {
  padding: 40px;
  border-radius: 5px;
  margin-top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-info-item {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-info-item {
    padding: 30px;
  }
}

.contact-info-item.contact-info-1 {
  margin-right: 5px;
  background: #E5F8F6;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-info-item.contact-info-1 {
    margin-right: 0;
  }
}

.contact-info-item.contact-info-1 .contact-info-icon {
  background: #01BCA7;
  color: #ffffff;
}

.contact-info-item.contact-info-2 {
  margin-left: 5px;
  margin-right: 5px;
  background: #FFF0EA;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-info-item.contact-info-2 {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.contact-info-item.contact-info-2 .contact-info-icon {
  background: #FF6D34;
  color: #ffffff;
}

.contact-info-item.contact-info-3 {
  margin-left: 5px;
  background: #F3FAF2;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-info-item.contact-info-3 {
    margin-left: 0px;
  }
}

.contact-info-item.contact-info-3 .contact-info-icon {
  background: #8DD17E;
  color: #ffffff;
}

.contact-info-item .contact-info-icon {
  width: 75px;
  height: 75px;
  line-height: 78px;
  font-size: 35px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 767px) {
  .contact-info-item .contact-info-icon {
    width: 65px;
    height: 65px;
    line-height: 72px;
    font-size: 28px;
  }
}

.contact-info-item .contact-info-icon:hover {
  color: #818a91;
}

.contact-info-item .contact-info-text {
  max-width: 235px;
  margin: 0 auto;
}

.contact-info-item .contact-info-text .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #29303B;
  margin-bottom: 20px;
}

.contact-info-item .contact-info-text p {
  font-size: 16px;
  line-height: 30px;
  color: #7a7a7a;
}

/*--
/*  25 - About CSS
/*----------------------------------------*/
.about-wrapper {
  margin-top: -40px;
}

.about-content {
  padding-right: 55px;
  padding-top: 18px;
  margin-top: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content {
    padding-right: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about-content {
    padding-right: 0px;
  }
}

.about-content .section-title .title {
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  padding-right: 10px;
  color: #29303B;
}

.about-content .section-title.section-devider::before {
  margin: 0;
}

.about-content p {
  margin-top: 20px;
  padding-right: 30px;
}

.about-img {
  margin-top: 40px;
}

.about-img img {
  width: 100%;
}

.counter-bar {
  padding-top: 10px;
}

.counter-bar .skill-item {
  margin-top: 10px;
}

.counter-bar .skill-item .title {
  font-size: 16px;
  line-height: 37px;
  color: #29303B;
  font-weight: 600;
}

.counter-bar .skill-item .skill-bar .bar-inner {
  width: 100%;
  height: 15px;
  border-radius: 2px;
  background-color: #d9d9d9;
  position: relative;
  overflow: hidden;
}

.counter-bar .skill-item .skill-bar .bar-inner .progress-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  border-radius: 2px;
  -webkit-transition: 3s;
  -o-transition: 3s;
  transition: 3s;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
  width: 0;
}

.counter-bar .skill-item .skill-bar .bar-inner .progress-line.color-1 {
  background: #01BCA7;
}

.counter-bar .skill-item .skill-bar .bar-inner .progress-line.color-2 {
  background: #FCCB54;
}

.counter-bar .skill-item .skill-bar .bar-inner .progress-line.color-3 {
  background: #8DD17E;
}

.counter-bar .skill-item .skill-bar .bar-inner .progress-line .skill-percent {
  position: absolute;
  top: -1px;
  right: 15px;
  font-size: 11px;
  color: #ffffff;
}

.about-testimonial-title .title {
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-testimonial-title .title {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .about-testimonial-title .title {
    padding-bottom: 40px;
  }
}

.about-team-wrap {
  padding-top: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .about-team-wrap {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .about-team-wrap {
    padding-top: 30px;
  }
}

.about-brand-section {
  padding-top: 70px;
  padding-bottom: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-brand-section {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-brand-section {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .about-brand-section {
    padding-top: 10px;
    padding-bottom: 60px;
  }
}

/*--
/*  26 - Team Single CSS
/*----------------------------------------*/
.team-profile-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.team-profile {
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-profile {
    width: 70%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .team-profile {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-profile .profile-img {
    max-width: 42%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .team-profile .profile-img {
    text-align: center;
    max-width: 100%;
    width: 100%;
    margin-bottom: 45px;
  }
}

.team-profile .profile-img img {
  width: 285px;
  height: 285px;
  border-radius: 50%;
  image-rendering: crisp-edges;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-profile .profile-img img {
    width: 400px;
    height: 400px;
  }
}

.team-profile .profile-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 55px;
  padding-right: 60px;
  padding-top: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-profile .profile-content {
    padding-right: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-profile .profile-content {
    padding-left: 35px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .team-profile .profile-content {
    padding-left: 0px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .team-profile .profile-content {
    padding-left: 0px;
    padding-right: 25px;
  }
}

.team-profile .profile-content .name {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #1b2336;
}

@media only screen and (max-width: 767px) {
  .team-profile .profile-content .name {
    font-size: 28px;
  }
}

.team-profile .profile-content .designation {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #1b2336;
  display: inline-block;
  margin-top: 15px;
}

.team-profile .profile-content p {
  font-size: 16px;
  line-height: 30px;
  color: #7a7a7a;
  margin-top: 15px;
}

.team-profile-info {
  width: 30%;
  border-left: 1px solid #ddd;
  padding-left: 50px;
  padding-top: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-profile-info {
    padding-left: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-profile-info {
    width: 30%;
    padding-left: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .team-profile-info {
    width: 100%;
    border-left: 0;
    padding-left: 0;
    padding-top: 30px;
  }
}

.team-profile-info ul .team-info {
  font-size: 16px;
  line-height: 21px;
  color: #7a7a7a;
  margin-bottom: 20px;
}

.team-profile-info ul .team-info span {
  font-weight: 700;
  color: #000000;
  padding-right: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-profile-info ul .team-info span {
    padding-right: 8px;
  }
}

.team-profile-info .profile-social-wrap {
  margin-top: 30px;
}

.team-profile-info .profile-social-wrap ul li {
  display: inline-block;
  margin-right: 10px;
}

.team-profile-info .profile-social-wrap ul li a {
  font-size: 18px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.team-profile-info .profile-social-wrap ul li a.profile-twitter {
  color: #1DA1F2;
}

.team-profile-info .profile-social-wrap ul li a.profile-facebook {
  color: #4867AA;
}

.team-profile-info .profile-social-wrap ul li a.profile-instagram {
  color: #B23A94;
}

.team-profile-info .profile-social-wrap ul li a:hover {
  opacity: 0.9;
}

.team-profile-description {
  padding-top: 115px;
}

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

@media only screen and (max-width: 767px) {
  .team-profile-description {
    padding-top: 40px;
  }
}

.team-profile-description .title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #1b2336;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .team-profile-description .title {
    font-size: 28px;
    margin-bottom: 25px;
  }
}

.team-profile-description p {
  font-size: 16px;
  line-height: 30px;
  color: #7a7a7a;
}

.skill-section {
  padding-top: 15px;
}

.skill-content {
  margin-top: 40px;
  padding-top: 0;
  padding-right: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .skill-content {
    padding-right: 0px;
  }
}

.skill-content .title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #1b2336;
}

@media only screen and (max-width: 767px) {
  .skill-content .title {
    font-size: 28px;
  }
}

.skill-descrption {
  margin-top: 40px;
}

.skill-descrption .title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #1b2336;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .skill-descrption .title {
    font-size: 28px;
  }
}

.skill-descrption p {
  font-size: 16px;
  line-height: 30px;
  color: #7a7a7a;
}

.skill-descrption p.text {
  padding-bottom: 20px;
}

.team-contact-section {
  padding-top: 35px;
  padding-bottom: 90px;
}

.team-single-contact {
  border-radius: 10px;
  padding: 50px;
  margin-top: 50px;
  background: #f2f9fc;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-single-contact {
    padding: 48px 48px 55px;
  }
}

@media only screen and (max-width: 575px) {
  .team-single-contact {
    padding: 30px 30px 35px;
  }
}

.team-single-contact .title {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  color: #1b2336;
  margin-bottom: 25px;
}

.team-single-contact .team-contact-form .single-form {
  position: relative;
  margin-bottom: 20px;
}

.team-single-contact .team-contact-form .single-form i {
  position: absolute;
  top: 27px;
  left: 20px;
  font-size: 17px;
  color: #ff1f59;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.team-single-contact .team-contact-form .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  display: block;
  height: 50px;
  max-width: 100%;
  border: none;
  border-radius: 5px;
  padding: 14px 20px 12px;
  padding-left: 46px;
  font-size: 13px;
  color: #415674;
  font-weight: 700;
  line-height: 1.7;
  text-transform: unset;
}

.team-single-contact .team-contact-form .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  text-transform: uppercase;
  color: #898c94;
  font-weight: 600;
}

.team-single-contact .team-contact-form .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  text-transform: uppercase;
  color: #898c94;
  font-weight: 600;
}

.team-single-contact .team-contact-form .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  text-transform: uppercase;
  color: #898c94;
  font-weight: 600;
}

.team-single-contact .team-contact-form .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  text-transform: uppercase;
  color: #898c94;
  font-weight: 600;
}

.team-single-contact .team-contact-form .single-form textarea {
  height: 120px;
  font-size: 13px;
  color: #415674;
  padding: 14px 20px 12px;
  padding-left: 46px;
  font-weight: 700;
  line-height: 1.7;
  text-transform: unset;
  border: none;
  border-radius: 5px;
  resize: none;
}

.team-single-contact .team-contact-form .single-form textarea::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  text-transform: uppercase;
  color: #898c94;
  font-weight: 600;
}

.team-single-contact .team-contact-form .single-form textarea:-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  text-transform: uppercase;
  color: #898c94;
  font-weight: 600;
}

.team-single-contact .team-contact-form .single-form textarea::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  text-transform: uppercase;
  color: #898c94;
  font-weight: 600;
}

.team-single-contact .team-contact-form .single-form textarea:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  text-transform: uppercase;
  color: #898c94;
  font-weight: 600;
}

.team-single-contact .team-contact-form .comment-form-check {
  margin-top: -8px;
}

.team-single-contact .team-contact-form .comment-form-check .form-check-input {
  margin-top: 5px;
  margin-right: 8px;
  border: 2px solid #666666;
}

.team-single-contact .team-contact-form .comment-form-check .form-check-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.team-single-contact .team-contact-form .comment-form-check .form-check-label {
  display: inline;
  font-size: 14px;
  line-height: 26px;
  color: #415674;
  margin-bottom: 0;
  text-transform: none;
}

.team-single-contact .team-contact-form .contact-btn .btn {
  height: 50px;
  line-height: 52px;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Khula", sans-serif;
  text-transform: uppercase;
  margin-top: 10px;
}

/*--
/*  27 - Error CSS
/*----------------------------------------*/
.error-section {
  padding-top: 125px;
  padding-bottom: 120px;
}

.error-wrapper {
  margin-top: 65px;
  margin-bottom: 10px;
}

.error-item .error-thumb img {
  max-height: 301px;
}

.error-item .error-content .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #1b2336;
  margin-top: 43px;
}

.error-item .error-content p {
  font-size: 18px;
  line-height: 30px;
  color: #415674;
  margin-top: 11px;
  margin-bottom: 41px;
}

.error-item .error-content .error-form .search-form {
  position: relative;
  max-width: 460px;
  margin: 0 auto;
}

.error-item .error-content .error-form .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  width: 100%;
  max-width: 460px;
  height: 50px;
  margin-bottom: 0;
  border: 1px solid #d6d5d7;
  color: #415674;
  font-weight: 700;
  outline: none;
  overflow: hidden;
}

.error-item .error-content .error-form .search-form button {
  position: absolute;
  right: 0px;
  width: 50px;
  height: 50px;
  line-height: 52px;
  border-radius: 5px;
  background: transparent;
  color: #1b2336;
  border: 0;
  top: 50%;
  font-size: 16px;
  font-weight: 700;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.error-item .error-content .error-form .search-form button:hover {
  background: #DD0000;
  color: #ffffff;
}

.error-item .error-content .btn {
  height: 50px;
  line-height: 52px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Khula", sans-serif;
  margin-top: 20px;
}

/*--
/*  28 - FAQ CSS
/*----------------------------------------*/
.faq-accordion-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .faq-accordion-wrapper {
    display: block;
  }
}

.faq-accordion-wrapper .faq-col {
  width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .faq-accordion-wrapper .faq-col {
    width: 100%;
  }
}

.faq-accordion-wrapper .faq-col:first-child {
  padding-right: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .faq-accordion-wrapper .faq-col:first-child {
    padding-right: 0px;
  }
}

.faq-accordion-wrapper .faq-col:last-child {
  padding-left: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .faq-accordion-wrapper .faq-col:last-child {
    padding-left: 0px;
  }
}

.faq-accordion .accordion-item {
  border: 0;
  margin-bottom: 10px;
  border-top: 1px solid #e5e5e5;
}

.faq-accordion .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.faq-accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.faq-accordion .accordion-item .accordion-header {
  padding-top: 30px;
  padding-bottom: 30px;
}

.faq-accordion .accordion-item .accordion-header .accordion-button {
  padding: 0;
  font-size: 20px;
  line-height: 30px;
  font-family: "Nunito Sans", sans-serif;
  color: #29303B;
  font-weight: 700;
  padding-right: 45px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.faq-accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}

.faq-accordion .accordion-item .accordion-header .accordion-button .faq-button {
  position: absolute;
  right: 0;
  height: 32px;
  width: 32px;
  color: #ff1f59;
  border: 1px solid #e5e5e5;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.faq-accordion .accordion-item .accordion-header .accordion-button .faq-button i {
  font-size: 15px;
}

.faq-accordion .accordion-item .accordion-header .accordion-button:focus {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #29303B;
  background: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .faq-button {
  position: absolute;
  right: 0;
  height: 32px;
  width: 32px;
  color: #ff1f59;
  border: 1px solid #e5e5e5;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .faq-button i {
  font-size: 15px;
}

.faq-accordion .accordion-item .accordion-header .accordion-button:hover {
  color: #ff1f59;
}

.faq-accordion .accordion-item .accordion-body {
  padding: 0;
  padding-bottom: 20px;
}

.faq-accordion .accordion-item .accordion-body p {
  font-size: 16px;
  line-height: 30px;
  color: #415674;
}

.faq-accordion .accordion-item:hover .accordion-button .faq-button {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*--
/*  29 - Course Single CSS
/*----------------------------------------*/
.course-single-breadcrumb {
  background: #f3f3f3;
  padding-top: 15px;
  padding-bottom: 16px;
}

.course-single-breadcrumb .breadcrumb {
  margin-top: 10px;
  margin-bottom: 0;
}

.course-single-breadcrumb .breadcrumb .breadcrumb-item {
  color: #29303B;
  font-size: 15px;
  font-family: "Khula", sans-serif;
  font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .course-single-breadcrumb .breadcrumb .breadcrumb-item {
    font-size: 16px;
  }
}

.course-single-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 8px;
}

.course-single-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f106";
  font-family: flaticon !important;
  font-size: 10px;
  font-weight: 400;
  margin-top: 2px;
  padding-right: 8px;
  color: #29303B;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .course-single-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    font-size: 11px;
  }
}

@media only screen and (max-width: 575px) {
  .course-single-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    font-size: 10px;
  }
}

.single-course-banner-section {
  min-height: 450px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-course-banner-section {
    min-height: 410px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-course-banner-section {
    min-height: auto;
  }
}

.single-course-banner-content {
  padding-right: 65px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-course-banner-content {
    padding-right: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-course-banner-content {
    padding-right: 0;
  }
}

.single-course-banner-content .course-top-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.single-course-banner-content .course-top-meta .course-rating {
  margin-right: 8px;
}

.single-course-banner-content .course-top-meta .course-rating li {
  display: inline-block;
  font-size: 16px;
  color: #F8C51C;
  cursor: pointer;
}

.single-course-banner-content .course-top-meta .rating-count {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #29303B;
}

.single-course-banner-content .course-top-meta .rating-count span {
  font-size: 13px;
}

.single-course-banner-content .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #29303B;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .single-course-banner-content .title {
    font-size: 28px;
    line-height: 36px;
  }
}

.single-course-banner-content p {
  font-size: 18px;
  line-height: 28px;
  color: #415674;
  margin-top: 12px;
}

.single-course-banner-content .single-course-author-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

@media only screen and (max-width: 575px) {
  .single-course-banner-content .single-course-author-meta {
    display: block;
  }
}

.single-course-banner-content .single-course-author-meta .single-course-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-course-banner-content .single-course-author-meta .single-course-author .author-avatar a img {
  max-width: 42px;
  border-radius: 50%;
  vertical-align: top;
  image-rendering: crisp-edges;
}

.single-course-banner-content .single-course-author-meta .single-course-author .author-content {
  margin-left: 15px;
}

.single-course-banner-content .single-course-author-meta .single-course-author .author-content span {
  display: block;
  font-size: 15px;
  line-height: 17px;
  color: #ff1f59;
}

.single-course-banner-content .single-course-author-meta .single-course-author .author-content .name a {
  font-size: 15px;
  line-height: 28px;
  color: #29303B;
  font-weight: 700;
}

.single-course-banner-content .single-course-author-meta .single-course-update {
  position: relative;
  margin-left: 50px;
}

@media only screen and (max-width: 575px) {
  .single-course-banner-content .single-course-author-meta .single-course-update {
    margin-left: 57px;
    margin-top: 10px;
  }
}

.single-course-banner-content .single-course-author-meta .single-course-update::before {
  position: absolute;
  content: "";
  height: 45px;
  width: 1px;
  background: #29303B;
  left: -25px;
  top: 0px;
  opacity: 0.2;
}

@media only screen and (max-width: 575px) {
  .single-course-banner-content .single-course-author-meta .single-course-update::before {
    display: none;
  }
}

.single-course-banner-content .single-course-author-meta .single-course-update span {
  display: block;
  font-size: 15px;
  line-height: 17px;
  color: #ff1f59;
}

.single-course-banner-content .single-course-author-meta .single-course-update .date {
  font-size: 15px;
  line-height: 28px;
  color: #29303B;
  font-weight: 700;
}

.single-course-section {
  padding-top: 40px;
  padding-bottom: 60px;
}

.single-course-wrapper {
  padding-right: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-course-wrapper {
    padding-right: 0;
  }
}

.single-course-description .title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #29303B;
  margin-bottom: 20px;
}

.single-course-description p {
  font-size: 16px;
  line-height: 30px;
  color: #415674;
}

.single-course-description p:last-child {
  margin-top: 20px;
}

.single-course-benefits-wrap {
  background: #F9F9F9;
  padding: 40px;
  margin-top: 55px;
}

.single-course-benefits-wrap .title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #29303B;
  margin-bottom: 20px;
}

.single-course-benefits-wrap .course-benefits-list {
  display: block;
  overflow: hidden;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-course-benefits-wrap .course-benefits-list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
  }
}

.single-course-benefits-wrap .course-benefits-list li {
  font-size: 16px;
  line-height: 30px;
  color: #415674;
  padding-left: 25px;
  margin-bottom: 13px;
  position: relative;
}

.single-course-benefits-wrap .course-benefits-list li::before {
  content: "\f132";
  font-family: "flaticon";
  position: absolute;
  left: 0;
  font-size: 12px;
  color: #29303B;
}

.single-course-topics-wrap {
  margin-top: 50px;
}

.single-course-topics-wrap .topics-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-course-topics-wrap .topics-header-wrap .topics-title .title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #29303B;
  margin-bottom: 25px;
}

.single-course-topics-wrap .topics-header-wrap .topics-top-meta {
  margin-bottom: 25px;
}

.single-course-topics-wrap .topics-header-wrap .topics-top-meta span {
  font-size: 14px;
  color: #415674;
}

.single-course-topics-wrap .topics-header-wrap .topics-top-meta span:not(:first-child) {
  margin-left: 45px;
}

@media only screen and (max-width: 575px) {
  .single-course-topics-wrap .topics-header-wrap .topics-top-meta span:not(:first-child) {
    margin-left: 30px;
  }
}

.single-course-topics-wrap .topics-accordion .accordion-item {
  border: 1px solid #ebebeb;
  margin-bottom: -1px;
}

.single-course-topics-wrap .topics-accordion .accordion-item .accordion-button {
  font-size: 16px;
  line-height: 30px;
  font-family: "Khula", sans-serif;
  font-weight: 600;
  color: #1b2336;
  padding-left: 70px;
  padding-right: 35px;
  margin-left: 0;
  margin-right: 0;
  background: #f9f9f9;
  padding-top: 20px;
  padding-bottom: 12px;
}

.single-course-topics-wrap .topics-accordion .accordion-item .accordion-button::after {
  content: "\f170";
  font-family: "flaticon";
  font-weight: 400;
  position: absolute;
  left: 40px;
  top: 50%;
  background: none;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  margin-right: 5px;
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.single-course-topics-wrap .topics-accordion .accordion-item .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.single-course-topics-wrap .topics-accordion .accordion-item .accordion-button:focus {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.single-course-topics-wrap .topics-accordion .accordion-item .accordion-button.collapsed {
  color: #29303B;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.single-course-topics-wrap .topics-accordion .accordion-item .accordion-button.collapsed::after {
  content: "\f111";
}

.single-course-topics-wrap .topics-accordion .accordion-item .accordion-button .information-icon {
  background: #ccc;
  color: #ffffff;
  height: 15px;
  width: 15px;
  text-align: center;
  display: inline-block;
  line-height: 15px;
  font-size: 15px;
  border-radius: 50%;
  margin-left: 10px;
}

.single-course-topics-wrap .topics-accordion .accordion-item .accordion-body {
  padding: 0;
}

.single-course-topics-wrap .topics-accordion .accordion-item .accordion-body .course-lessons .course-lessons-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 35px 8px 40px;
  border-top: 1px solid #DCE4E6;
}

.single-course-topics-wrap .topics-accordion .accordion-item .accordion-body .course-lessons .course-lessons-item .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.single-course-topics-wrap .topics-accordion .accordion-item .accordion-body .course-lessons .course-lessons-item .title a {
  color: #415674;
}

.single-course-topics-wrap .topics-accordion .accordion-item .accordion-body .course-lessons .course-lessons-item .title i {
  margin-right: 8px;
}

.single-course-topics-wrap .topics-accordion .accordion-item .accordion-body .course-lessons .course-lessons-item .duration {
  font-size: 14px;
  line-height: 32px;
  font-family: "Khula", sans-serif;
  font-weight: 400;
  color: #415674;
  margin-left: auto;
  padding-left: 5px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.single-course-instructor-wrap {
  margin-top: 50px;
}

.single-course-instructor-wrap .title {
  font-size: 22px;
  line-height: 26px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 35px;
}

.single-course-instructor-wrap .single-instructor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .single-course-instructor-wrap .single-instructor {
    display: block;
  }
}

.single-course-instructor-wrap .single-instructor:last-child {
  margin-bottom: 0;
}

.single-course-instructor-wrap .single-instructor .instructor-avatar {
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .single-course-instructor-wrap .single-instructor .instructor-avatar {
    text-align: center;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.single-course-instructor-wrap .single-instructor .instructor-avatar img {
  max-width: 170px;
  border-radius: 50%;
  image-rendering: crisp-edges;
}

.single-course-instructor-wrap .single-instructor .instructor-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.single-course-instructor-wrap .single-instructor .instructor-text .name {
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 12px;
}

.single-course-instructor-wrap .single-instructor .instructor-text .name a {
  color: #2e3131;
}

.single-course-instructor-wrap .single-instructor .instructor-text .bio {
  font-size: 16px;
  line-height: 26px;
  color: #2e3131;
  margin-top: 0;
}

.single-course-instructor-wrap .single-instructor .instructor-text .instructor-meta-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.single-course-instructor-wrap .single-instructor .instructor-text .instructor-meta-data .rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-course-instructor-wrap .single-instructor .instructor-text .instructor-meta-data .rating ul {
  margin-right: 8px;
}

.single-course-instructor-wrap .single-instructor .instructor-text .instructor-meta-data .rating ul li {
  display: inline-block;
  font-size: 14px;
}

.single-course-instructor-wrap .single-instructor .instructor-text .instructor-meta-data .rating ul li i {
  color: #f4c150;
  cursor: pointer;
}

.single-course-instructor-wrap .single-instructor .instructor-text .instructor-meta-data .rating .rating-digit {
  font-size: 14px;
  line-height: 27px;
  color: #415674;
}

.single-course-instructor-wrap .single-instructor .instructor-text .instructor-meta-data .rating .rating-digit .total-rating {
  font-size: 14px;
  line-height: 26px;
  color: #54606c;
}

.single-course-instructor-wrap .single-instructor .instructor-text .instructor-meta-data .instructor-course-students {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.single-course-instructor-wrap .single-instructor .instructor-text .instructor-meta-data .instructor-course-students .course span {
  font-size: 15px;
  line-height: 26px;
  color: #54606c;
}

.single-course-instructor-wrap .single-instructor .instructor-text .instructor-meta-data .instructor-course-students .course span i {
  font-size: 15px;
  margin-right: 2px;
  vertical-align: middle;
}

.single-course-instructor-wrap .single-instructor .instructor-text .instructor-meta-data .instructor-course-students .students {
  margin-left: 20px;
}

.single-course-instructor-wrap .single-instructor .instructor-text .instructor-meta-data .instructor-course-students .students span {
  font-size: 15px;
  line-height: 26px;
  color: #54606c;
}

.single-course-instructor-wrap .single-instructor .instructor-text .instructor-meta-data .instructor-course-students .students span i {
  font-size: 15px;
  margin-right: 2px;
  vertical-align: middle;
}

.single-course-feedback-wrap {
  margin-top: 50px;
}

.single-course-feedback-wrap .title {
  font-size: 22px;
  line-height: 26px;
  color: #000000;
  font-weight: 700;
}

.single-course-feedback-wrap .single-course-reviews-wrap {
  border: 1px solid #e8eff1;
  margin-top: 20px;
}

.single-course-feedback-wrap .single-course-reviews-wrap .single-course-rating-wrap {
  padding: 50px;
}

@media only screen and (max-width: 575px) {
  .single-course-feedback-wrap .single-course-reviews-wrap .single-course-rating-wrap {
    padding: 25px;
  }
}

.single-course-feedback-wrap .single-course-reviews-wrap .single-course-rating-wrap .average-rating-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .single-course-feedback-wrap .single-course-reviews-wrap .single-course-rating-wrap .average-rating-wrap {
    display: block;
  }
}

.single-course-feedback-wrap .single-course-reviews-wrap .single-course-rating-wrap .average-rating-wrap .average-rating {
  padding: 25px 35px;
  color: #1b2336;
  border-radius: 5px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 28px rgba(44, 44, 52, 0.08);
          box-shadow: 0 0 28px rgba(44, 44, 52, 0.08);
}

@media only screen and (max-width: 767px) {
  .single-course-feedback-wrap .single-course-reviews-wrap .single-course-rating-wrap .average-rating-wrap .average-rating {
    max-width: 235px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 45px;
  }
}

.single-course-feedback-wrap .single-course-reviews-wrap .single-course-rating-wrap .average-rating-wrap .average-rating .average-digit {
  font-size: 62px;
  font-weight: 700;
  line-height: 1;
  color: #29303B;
}

.single-course-feedback-wrap .single-course-reviews-wrap .single-course-rating-wrap .average-rating-wrap .average-rating .rating {
  margin-top: 4px;
  margin-bottom: 3px;
}

.single-course-feedback-wrap .single-course-reviews-wrap .single-course-rating-wrap .average-rating-wrap .average-rating .rating li {
  display: inline-block;
  font-size: 15px;
  color: #f4c150;
}

.single-course-feedback-wrap .single-course-reviews-wrap .single-course-rating-wrap .average-rating-wrap .average-rating .total-digit {
  font-size: 15px;
  line-height: 28px;
  color: #1b2336;
}

.single-course-feedback-wrap .single-course-reviews-wrap .single-course-rating-wrap .average-rating-wrap .average-rating-meter {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
}

@media only screen and (max-width: 767px) {
  .single-course-feedback-wrap .single-course-reviews-wrap .single-course-rating-wrap .average-rating-wrap .average-rating-meter {
    margin-left: 0;
  }
}

.single-course-feedback-wrap .single-course-reviews-wrap .single-course-rating-wrap .average-rating-wrap .average-rating-meter .single-meter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}

.single-course-feedback-wrap .single-course-reviews-wrap .single-course-rating-wrap .average-rating-wrap .average-rating-meter .single-meter:first-child {
  margin-top: 0;
}

.single-course-feedback-wrap .single-course-reviews-wrap .single-course-rating-wrap .average-rating-wrap .average-rating-meter .single-meter .rating-meter-star span {
  font-size: 14px;
  line-height: 26px;
  color: #415674;
  margin-right: 8px;
}

.single-course-feedback-wrap .single-course-reviews-wrap .single-course-rating-wrap .average-rating-wrap .average-rating-meter .single-meter .rating-meter-star span i {
  color: #f8c51c;
  margin: 0 3px;
}

.single-course-feedback-wrap .single-course-reviews-wrap .single-course-rating-wrap .average-rating-wrap .average-rating-meter .single-meter .rating-meter-bar-inner {
  width: 100%;
  height: 12px;
  border-radius: 0;
  background-color: #ebebeb;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden;
}

.single-course-feedback-wrap .single-course-reviews-wrap .single-course-rating-wrap .average-rating-wrap .average-rating-meter .single-meter .rating-meter-bar-inner .rating-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  background: #f8c51c;
  border-radius: 2px;
  width: 66.66%;
}

.single-course-feedback-wrap .single-course-reviews-wrap .single-course-rating-wrap .average-rating-wrap .average-rating-meter .single-meter .rating-meter-bar-inner .rating-bar.bar-2 {
  width: 33.33%;
}

.single-course-feedback-wrap .single-course-reviews-wrap .single-course-rating-wrap .average-rating-wrap .average-rating-meter .single-meter .rating-meter-bar-inner .rating-bar.bar-empty {
  width: 0%;
}

.single-course-feedback-wrap .single-course-reviews-wrap .single-course-rating-wrap .average-rating-wrap .average-rating-meter .single-meter .rating-meter-text .count {
  font-size: 14px;
  line-height: 26px;
  color: #415674;
  margin-left: 8px;
}

.single-course-reviews-list .review-list-item {
  padding: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e8eff1;
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .single-course-reviews-list .review-list-item {
    display: block;
    padding: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .single-course-reviews-list .review-list-item {
    display: block;
  }
}

@media only screen and (max-width: 575px) {
  .single-course-reviews-list .review-list-item {
    padding: 30px;
    display: block;
  }
}

.single-course-reviews-list .review-list-item .review-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-course-reviews-list .review-list-item .review-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
  }
}

.single-course-reviews-list .review-list-item .review-left .review-avatar .image {
  border-radius: 50%;
  width: 50px;
  color: #ffffff;
  height: 50px;
  text-align: center;
  display: block;
  line-height: 50px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.single-course-reviews-list .review-list-item .review-left .review-avatar .image.color-1 {
  background: #ba2a03;
  color: #fff8e5;
}

.single-course-reviews-list .review-list-item .review-left .review-avatar .image.color-2 {
  background: #5089fa;
  color: #fff8e5;
}

.single-course-reviews-list .review-list-item .review-left .review-avatar .review-img img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0;
  border: none;
  image-rendering: crisp-edges;
}

.single-course-reviews-list .review-list-item .review-left .review-info {
  padding-left: 20px;
}

@media only screen and (max-width: 575px) {
  .single-course-reviews-list .review-list-item .review-left .review-info {
    padding-left: 16px;
  }
}

.single-course-reviews-list .review-list-item .review-left .review-info .name {
  font-size: 20px;
  line-height: 38px;
  font-weight: 700;
  display: block;
}

.single-course-reviews-list .review-list-item .review-left .review-info .name a {
  color: #2e3131;
}

.single-course-reviews-list .review-list-item .review-left .review-info .time {
  font-size: 15px;
  line-height: 28px;
  color: #54606c;
}

.single-course-reviews-list .review-list-item .review-left .review-info .rating li {
  display: inline-block;
  font-size: 14px;
  color: #f8c51c;
}

.single-course-reviews-list .review-list-item .review-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-course-reviews-list .review-list-item .review-right {
    padding-left: 0;
  }
}

.single-course-reviews-list .review-list-item .review-right .message {
  font-size: 15px;
  line-height: 28px;
  color: #415674;
}

.single-course-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.single-course-sidebar-wrapper {
  position: relative;
  z-index: 5;
  margin-top: -350px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-course-sidebar-wrapper {
    margin-top: 50px;
  }
}

.course-price-box {
  padding: 40px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(44, 44, 52, 0.08);
          box-shadow: 0px 10px 50px 0px rgba(44, 44, 52, 0.08);
  border: none;
  background: #ffffff;
  margin-bottom: 55px;
}

.course-price-box .price-box-video {
  margin: -20px -20px 20px;
  position: relative;
}

.course-price-box .price-box-video .popup-video {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  border-radius: 50%;
  color: #ffffff;
  background: #00b3ff;
  opacity: 0.9;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  margin: auto;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.course-price-box .price {
  font-size: 35px;
  line-height: 47px;
  font-weight: 700;
  color: #dc0001;
}

.course-price-box .price-box-content li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 0;
  border-top: 1px solid #f3f3f3;
}

.course-price-box .price-box-content li:first-child {
  border-top: 0;
}

.course-price-box .price-box-content li .price-box-icon .meta-label {
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  color: #415674;
}

.course-price-box .price-box-content li .price-box-icon .meta-label i {
  min-width: 20px;
  font-size: 15px;
  line-height: 1;
  margin: 0 4px 0 0;
}

.course-price-box .price-box-content li .price-box-info .value {
  font-size: 14px;
  line-height: 26px;
  color: #415674;
}

.course-price-box .price-box-btn .btn {
  height: 50px;
  line-height: 50px;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  font-family: "Khula", sans-serif;
  margin-top: 15px;
}

.course-price-box .price-box-btn .btn:hover {
  background: #ff1f59;
  color: #ffffff;
}

.course-price-box .price-box-social {
  margin-top: 28px;
  text-align: center;
}

.course-price-box .price-box-social .share-title {
  font-size: 16px;
  line-height: 30px;
  color: #415674;
}

.course-price-box .price-box-social .social li {
  display: inline-block;
}

.course-price-box .price-box-social .social li a {
  border: 1px solid #ff1f59;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  color: #ff1f59;
  padding: 0;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 13px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.course-price-box .price-box-social .social li a:hover {
  background: #ff1f59;
  color: #ffffff;
}

.single-course-sidebar .sidebar-widget .recent-posts ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.single-course-sidebar .sidebar-widget .recent-posts ul li .post-thumb {
  margin-right: 20px;
}

.single-course-sidebar .sidebar-widget .recent-posts ul li .post-thumb img {
  min-width: 72px;
  height: 72px;
  border-radius: 50%;
  image-rendering: crisp-edges;
}

.single-course-sidebar .sidebar-widget .recent-posts ul li .post-text .title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.single-course-sidebar .sidebar-widget .recent-posts ul li .post-text .title:hover .post-text .title {
  color: #ff1f59;
}

.single-course-sidebar .sidebar-widget .recent-posts ul li .post-text .price {
  font-size: 16px;
  font-weight: 600;
  line-height: 37px;
  color: #ff1f59;
}

/*----------------------------------------*/
/*  05. Widget CSS
/*----------------------------------------*/
/*--
/*  5.1 - Sidebar Widget CSS
/*----------------------------------------*/
.sidebar-wrap {
  border-left: 1px solid #eeeeee;
  height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .sidebar-wrap {
    border-left: none;
    height: auto;
    padding-top: 0;
  }
}

.widget {
  margin-bottom: 40px;
  color: #666666;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-left: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .widget .widget-title {
    padding-left: 0;
  }
}

/*--
/*  31.1 - Footer Widget CSS
/*----------------------------------------*/
.footer-widget-wrapper {
  padding-top: 40px;
  padding-bottom: 80px;
}

.footer-widget {
  margin-top: 40px;
  color: #d9d9d9;
}

.footer-widget.widget-about {
  padding-right: 70px;
}

.footer-widget-title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

.widget-info {
  padding-top: 15px;
}

.widget-info p {
  font-size: 16px;
  font-weight: 500;
  color: #a3abb8;
  margin-top: 15px;
}

.widget-info p i {
  color: #a1dfc9;
  margin-right: 10px;
  line-height: 28px;
  display: inline-block;
}

.widget-info .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.widget-info .social li {
  margin-right: 20px;
}

.widget-info .social li:last-child {
  margin-right: 0;
}

.widget-info .social li a {
  font-size: 16px;
}

.widget-info .social li a:hover a {
  background-color: #ff1f59;
  color: #ffffff;
}

.widget-link {
  padding-top: 20px;
}

.widget-link .link li {
  margin-top: 5px;
}

.widget-link .link li a {
  font-size: 16px;
  color: #a3abb8;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.widget-link .link li a:hover {
  text-decoration: underline;
  color: #ffffff;
}

.widget-info li {
  margin-top: 10px;
}

.widget-info li .media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.widget-info li .media i {
  color: #ff1f59;
  display: inline-block;
  font-size: 18px;
  margin: 2px 20px 0px 0px;
}

.widget-info li .media .media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.back-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  line-height: 50px;
  z-index: 20;
  border-radius: 50%;
  background-color: #ff1f59;
  border: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translateX(130%) rotate(90deg);
      -ms-transform: translateX(130%) rotate(90deg);
          transform: translateX(130%) rotate(90deg);
}

.back-btn:hover {
  background-color: #DD0000;
  color: #ffffff;
}

.back-btn.active {
  opacity: 1;
  -webkit-transform: translateY(0) rotate(90deg);
      -ms-transform: translateY(0) rotate(90deg);
          transform: translateY(0) rotate(90deg);
}

/*--
/*  31. Footer CSS
/*----------------------------------------*/
.footer-logo {
  max-width: 150px;
  height: 40px;
}

.footer-section {
  background-color: #022467;
}

.footer-copyright {
  border-top: 1px solid #FFFFFF26;
  padding-top: 15px;
  padding-bottom: 25px;
}

.copyright-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .copyright-wrapper {
    display: block;
    text-align: center;
  }
}

.copyright-wrapper .copyright-design {
  margin-top: 10px;
}

.copyright-wrapper .copyright-design p {
  font-size: 15px;
  color: #a3abb8;
}

.copyright-wrapper .copyright-text {
  margin-top: 10px;
}

.copyright-wrapper .copyright-text p {
  font-size: 15px;
  color: #a3abb8;
}
