/*-------------------------- 
      Global Styles
---------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #595c61;
  overflow-x: hidden;
}

::-moz-selection {
  background-color: #3494ac;
  color: #ffffff;
}

::selection {
  background-color: #3494ac;
  color: #ffffff;
}

a {
  color: #3494ac;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

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

section {
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px;
}

img {
  max-width: 100%;
}

/*-------------------------
     RESET Default Styles
 --------------------------*/
* {
  outline: none;
}

button {
  border: none;
  padding: 0;
}

button,
button:focus,
.form-control,
.form-control:focus {
  outline: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

textarea {
  resize: none;
}

select {
  background-color: transparent;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}

/*----------------------------
      Helper Classes
----------------------------*/
.sticky-top {
  z-index: 500;
}

.row-no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row-no-gutter>[class*="col"] {
  padding-right: 0;
  padding-left: 0;
}

.inner-padding {
  padding: 65px;
}

.box-shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.background-banner {
  min-height: 500px;
}

.bg-size-auto {
  background-size: auto !important;
}

.bg-top-right {
  background-position: top right !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.bg-bottom-center {
  background-position: bottom center !important;
}

.width-auto {
  width: auto !important;
}

.fz-13 {
  font-size: 13px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-25 {
  font-size: 25px !important;
}

.font-secondary {
  font-family: "Roboto", sans-serif;
}

.lh-1 {
  line-height: 1 !important;
}

.list-inline>li {
  display: inline-block;
}

.align-v {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-v-h {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.border-top {
  border-top: 1px solid #e7ebef !important;
}

.border-bottom {
  border-bottom: 1px solid #e7ebef !important;
}

/*----------------------
     Dividers 
------------------------*/
.divider {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 2px;
  background-color: #e7ebef;
}

.divider-sm {
  width: 20px;
  height: 2px;
}

.divider-xl {
  width: 130px;
}

.divider-primary {
  background-color: #3494ac;
}

.divider-secondary {
  background-color: #091d3e;
}

.divider-white {
  background-color: #ffffff;
}

.minwidth-120 {
  min-width: 120px !important;
}

.minwidth-170 {
  min-width: 170px !important;
}

.z-index-2 {
  z-index: 2 !important;
}

.mt--50 {
  margin-top: -50px;
}

.mt--80 {
  margin-top: -80px;
}

.mt--90 {
  margin-top: -90px;
}

.mt--100 {
  margin-top: -80px;
}

.mt--120 {
  margin-top: -120px;
}

.mt--130 {
  margin-top: -130px;
}

.mt--140 {
  margin-top: -140px;
}

.mt--170 {
  margin-top: -170px;
}

.mt--200 {
  margin-top: -200px;
}

.mt--210 {
  margin-top: -210px;
}

/*  margin Top */
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

/* Margin Bottom */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mt--100 {
  margin-top: -100px;
}

/* Margin Right */
.mr-0 {
  margin-right: 0 !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

/* Margin Left */
.ml-0 {
  margin-left: 0 !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

/* padding Top */
.pb-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

/*  Padding Bottom */
.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-220 {
  padding-bottom: 220px !important;
}

/* padding Right */
.pr-0 {
  padding-right: 0 !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/* padding Left */
.pl-0 {
  padding-left: 0 !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.max-width-1300 {
  max-width: 1300px !important;
}

@media (min-width: 1500px) {
  .inner-padding {
    padding: 110px;
  }
}

@media (max-width: 1200px) {
  .inner-padding {
    padding: 30px !important;
  }
}

@media (max-width: 992px) {
  .mt-30 {
    margin-top: 20px !important;
  }

  .mt-40 {
    margin-top: 20px !important;
  }

  .mt-50 {
    margin-top: 25px !important;
  }

  .mt-60 {
    margin-top: 30px !important;
  }

  .mt-70 {
    margin-top: 35px !important;
  }

  .mt-80 {
    margin-top: 40px !important;
  }

  .mt-90 {
    margin-top: 45px !important;
  }

  .mt-100 {
    margin-top: 50px !important;
  }

  .mt-120 {
    margin-top: 60px !important;
  }

  .mt-150 {
    margin-top: 75px !important;
  }

  .mb-30 {
    margin-bottom: 15px !important;
  }

  .mb-40 {
    margin-bottom: 20px !important;
  }

  .mb-50 {
    margin-bottom: 25px !important;
  }

  .mb-60 {
    margin-bottom: 30px !important;
  }

  .mb-70 {
    margin-bottom: 35px !important;
  }

  .mb-80 {
    margin-bottom: 40px !important;
  }

  .mb-90 {
    margin-bottom: 45px !important;
  }

  .mb-100 {
    margin-bottom: 50px !important;
  }

  .mb-120 {
    margin-bottom: 60px !important;
  }

  .mb-130 {
    margin-bottom: 65px !important;
  }

  /* Margin Right */
  .mr-30 {
    margin-right: 15px !important;
  }

  .mr-40 {
    margin-right: 20px !important;
  }

  .mr-50 {
    margin-right: 25px !important;
  }

  /* Margin Left */
  .ml-30 {
    margin-left: 15px !important;
  }

  .ml-40 {
    margin-left: 20px !important;
  }

  .ml-50 {
    margin-left: 25px !important;
  }

  /* padding Top */
  .pt-30 {
    padding-top: 15px !important;
  }

  .pt-40 {
    padding-top: 20px !important;
  }

  .pt-50 {
    padding-top: 25px !important;
  }

  .pt-60 {
    padding-top: 30px !important;
  }

  .pt-70 {
    padding-top: 35px !important;
  }

  .pt-80 {
    padding-top: 40px !important;
  }

  .pt-90 {
    padding-top: 45px !important;
  }

  .pt-100 {
    padding-top: 50px !important;
  }

  .pt-110 {
    padding-top: 55px !important;
  }

  .pt-120 {
    padding-top: 60px !important;
  }

  .pt-130 {
    padding-top: 70px !important;
  }

  .pt-140 {
    padding-top: 70px !important;
  }

  .pt-150 {
    padding-top: 75px !important;
  }

  .pt-160 {
    padding-top: 80px !important;
  }

  .pt-170 {
    padding-top: 85px !important;
  }

  /*  Padding Bottom */
  .pb-30 {
    padding-bottom: 15px !important;
  }

  .pb-40 {
    padding-bottom: 20px !important;
  }

  .pb-50 {
    padding-bottom: 25px !important;
  }

  .pb-60 {
    padding-bottom: 30px !important;
  }

  .pb-70 {
    padding-bottom: 35px !important;
  }

  .pb-80 {
    padding-bottom: 40px !important;
  }

  .pb-90 {
    padding-bottom: 45px !important;
  }

  .pb-100 {
    padding-bottom: 50px !important;
  }

  .pb-110 {
    padding-bottom: 55px !important;
  }

  .pb-120 {
    padding-bottom: 60px !important;
  }

  .pb-130 {
    padding-bottom: 65px !important;
  }

  .pb-140 {
    padding-bottom: 70px !important;
  }

  .pb-150 {
    padding-bottom: 75px !important;
  }

  .pb-160 {
    padding-bottom: 80px !important;
  }

  .pb-170 {
    padding-bottom: 85px !important;
  }
}

/* Medium Devices */
@media (min-width: 768px) and (max-width: 991px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .inner-padding {
    padding: 20px !important;
  }

  .text-center-xs-sm {
    text-align: center !important;
  }

  .mt-0-xs-sm {
    margin-top: 0 !important;
  }
}

/*-------------------------
   Background & Colors
--------------------------*/
/* Colors */
.color-white {
  color: #ffffff !important;
}

.color-white-hover:hover {
  color: #ffffff !important;
}

.color-gray {
  color: #f9f9f9 !important;
}

.color-dark {
  color: #222222 !important;
}

.color-primary {
  color: #3494ac !important;
}

.color-secondary {
  color: #091d3e !important;
}

.color-heading {
  color: #1f314f !important;
}

.color-body {
  color: #848e9f !important;
}

/* backgrounds */
.bg-white {
  background-color: #ffffff !important;
}

.bg-gray {
  background-color: #f9f9f9 !important;
}

.bg-dark {
  background-color: #222222 !important;
}

.bg-heading {
  background-color: #1f314f !important;
}

.bg-primary {
  background-color: #3494ac !important;
}

.bg-secondary {
  background-color: #091d3e !important;
}

.bg-img {
  position: relative;
  z-index: 1;
}

.background-size-auto {
  background-size: auto !important;
}

.bg-parallax {
  background-attachment: fixed;
}

.bg-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(27, 26, 26, 0.25);
}

.bg-overlay-2:before {
  background-color: rgba(27, 26, 26, 0.15);
}

.bg-overlay-3:before {
  background-color: rgba(27, 26, 26, 0.05);
}

.slider-layout2 {
  background: linear-gradient(90deg, #4899bd, #30d1bd);
}

.commander {
  position: relative;
  padding-left: 60px;
}

.commander .slick-arrow.slick-next {
  right: auto !important;
  left: 30px;
}

.commander .slick-arrow {
  top: 6px !important;
  transform: none !important;
  width: auto !important;
  height: auto !important;
  line-height: initial !important;
}

.commander .slick-arrow.slick-prev {
  left: 0px !important;
}

.commander .slick-arrow:before {
  font-size: 20px !important;
  font-weight: bold;
}

.bg-overlay-gradient:before {
  opacity: 0;
  background-color: transparent;
  background: linear-gradient(360deg, #51a4c8, #3584a7 51%, #30d2be);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#010711), color-stop(34%, rgba(27, 26, 26, 0.65)));
  background-image: linear-gradient(180deg, #010711 0%, rgba(27, 26, 26, 0.65) 34%);
}

.bg-overlay-secondary-gradient:before {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #091D3E), to(rgba(9, 29, 62, 0.85)));
  background-image: linear-gradient(180deg, #091D3E 60%, rgba(9, 29, 62, 0.85) 100%);
}

.bg-overlay-primary:before {
  background-color: #59a7c2e6
}

.bg-gradient {
  position: relative;
}

.bg-gradient:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #141d2bc9;
  content: '';
}

/*-------------------------
   Typography
--------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1f314f;
  font-family: "IBM Plex Sans", sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

.heading__subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #848e9f;
  margin-bottom: 12px;
}

.heading__title {
  font-size: 32px;
  margin-bottom: 20px;
}

.heading__title .underlined-text {
  border-bottom: 4px solid #3494ac;
}

.heading__desc {
  font-size: 16px;
  margin-bottom: 0;
}

.heading-layout2 .heading__title {
  font-size: 40px;
  line-height: 38px;
}

.heading-layout3 .heading__title {
  font-size: 50px;
}

.heading-light .heading__subtitle {
  color: #f9f9f9;
}

.heading-light .heading__subtitle:after {
  background-color: #ffffff;
}

.heading-light .heading__title,
.heading-light .heading__desc {
  color: #ffffff;
}

.text-block__title {
  font-size: 25px;
  margin-bottom: 17px;
}

.text-block__desc {
  font-size: 16px;
  line-height: 26px;
}

.text__link {
  font-size: 14px;
  font-weight: 700;
}

.text__link a:not(.btn) {
  padding-bottom: 2px;
  border-bottom: 2px solid #3494ac;
}

.text__link a:not(.btn).color-secondary {
  border-bottom-color: #091d3e;
}

.text__link:hover a:not(.btn) {
  color: #091d3e;
  border-bottom-color: #091d3e;
}

.text__link:hover a:not(.btn).color-secondary {
  color: #3494ac;
  border-bottom-color: #3494ac;
}

@media (max-width: 992px) {
  .heading__title {
    font-size: 30px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .heading__title {
    font-size: 21px;
    margin-bottom: 10px;
  }

  .heading__subtitle,
  .text__link {
    text-align: center;
    font-size: 14px;
    display: block;
  }

  .heading__desc {
    font-size: 14px;
  }

  .heading-layout2 .heading__title {
    font-size: 24px;
    line-height: 1.2;
  }

  .heading-layout3 .heading__title {
    font-size: 26px;
  }

  .text-block__desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}

/*-------------------------
    page title 
-------------------------*/
.header-transparent+.page-title,
.header-transparent+.page-title-2 {
  margin-top: -135px;
}

.pagetitle__subheading {
  font-size: 15px;
  font-weight: 700;
  color: #f9f9f9;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
  z-index: 99
}

.pagetitle__heading {
  color: #ffffff;
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
  z-index: 999;
  position: relative;
}

.pagetitle__heading .text-underlined {
  border-bottom: 4px solid #ffffff;
}

.pagetitle__desc {
  font-size: 17px;
  font-weight: 700;
  color: #f9f9f9;
  margin-bottom: 32px;
}

.page-title:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(9, 159, 183, 0.86), rgba(77, 130, 226, 0.82));
  content: '';
  background-size: 300% 300%;
  -webkit-animation: Gradient 10s ease infinite;
  -moz-animation: Gradient 10s ease infinite;
  animation: Gradient 10s ease infinite;
}

.page-title-2:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #010711 0, rgba(27, 26, 26, .65) 34%);
  content: '';
  background-size: 300% 300%;
  -webkit-animation: Gradient 10s ease infinite;
  -moz-animation: Gradient 10s ease infinite;
  animation: Gradient 10s ease infinite;
}

.post__desc .title {
  color: #17a2b8;
}

.color {
  font-weight: 600;
  color: #f9f9f9;
  font-style: italic;
}

.st-font {
  font-size: 24px !important;
}

.page-title-layout15:after {
  background: white;
}

.bg-overlay-vision:before {
  background-color: transparent;
  background-image: linear-gradient(90deg, #092754d4 60%, #17a2b8e0 100%);
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

.page-title,
.page-title-2 {
  position: relative;
  padding-top: 200px;
  padding-bottom: 100px;
  background-position: 100% 100% !important;
}

.page-title .breadcrumb-item+.breadcrumb-item::before {
  color: #ffffff;
}

.page-title .breadcrumb-item.active {
  color: #f9f9f9;
}

.page-title .breadcrumb-item a {
  position: relative;
  color: #ffffff;
}

.page-title .breadcrumb-item a:hover {
  color: #ffc107;
}

.page-title .btn:not(.btn__xl) {
  height: 60px;
  line-height: 60px;
}

.page-title-layout2 .pagetitle__heading {
  font-size: 40px;
  line-height: 1.3;
}

.page-title-layout3 {
  padding-bottom: 20px;
}

.page-title-layout4 .pagetitle__desc {
  font-size: 16px;
  max-width: 480px;
  margin: auto;
}

.profile-img p span {
  font-weight: 400;
}

.my-course h3 {
  font-size: 22px;
  margin: 0;
}

.progress {
  height: 36px;
}

.my-course {
  background: #fff;
  padding: 20px;
  box-shadow: 0px 0px 25px #ddd;
  border-radius: 6px;
  margin-bottom: 1.5rem;
}

.profile-img {
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.profile-img .user-id {
  display: block;
  font-size: 14px;
  margin-bottom: -15px;
  margin-top: 15px;
  border: 1px solid #ddd;
  border-radius: 25px;
  padding: 2px 15px;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.profile-card .btn {
  display: block;
  width: 100%;
  margin-top: 30px;
}

.profile-img p {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.profile-card {
  border-radius: 6px;
  padding: 20px;
}

.profile-card h1 {
  font-size: 22px;
  margin: 0;
  padding: 15px 0;
}

.profile-img img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.page-title-layout5 {
  padding-bottom: 215px;
}

.page-title-account {
  padding-bottom: 55px;
}

.page-title-layout5 .pagetitle__heading {
  font-size: 40px;
  line-height: 1.3;
}

.page-title-layout6 .pagetitle__heading {
  font-size: 32px;
}

.page-title-layout6 .pagetitle__form {
  position: relative;
}

.page-title-layout6 .pagetitle__form .form-control:focus {
  border-color: #091d3e;
}

.page-title-layout6 .pagetitle__form .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  color: #091d3e;
  padding: 0;
  min-width: 60px;
  height: 60px;
  line-height: 60px;
}

.page-title-layout6 .pagetitle__form .btn::before {
  display: none;
}

.page-title-layout7 .pagetitle__heading {
  font-size: 40px;
  line-height: 1.3;
}

.page-title-layout8 {
  padding-top: 220px;
  padding-bottom: 120px;
}

.page-title-layout8 .pagetitle__heading {
  font-size: 37px;
  font-weight: 700;
  line-height: 1.5;
}

.page-title-layout9 .pagetitle__heading {
  font-size: 39px;
  line-height: 1.3;
}

.page-title-layout9 .pagetitle__desc {
  font-size: 16px;
  font-weight: 400;
}

.page-title-layout9 .cta-banner {
  max-width: 270px;
  padding: 50px 40px;
}

.page-title-layout9 .cta-banner:before {
  content: '';
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 0;
  width: 2px;
  background-color: #3494ac;
}

.page-title-layout9 .cta-banner .cta__title {
  font-family: "IBM Plex Sans", sans-serif;
}

.page-title-layout9 .cta-banner .slick-dots {
  position: static;
  text-align: left;
  margin-left: -17px;
}

.page-title-layout10 .pagetitle__desc {
  font-size: 20px;
}

.page-title-layout11 .pagetitle__subheading {
  padding: 5px 15px;
  border-radius: 3px;
  background-color: #3494ac;
}

.page-title-layout11 .pagetitle__heading {
  font-size: 40px;
  line-height: 1.3;
}

.page-title-layout12 {
  padding-bottom: 120px;
}

.page-title-layout13 {
  padding-bottom: 20px;
}

.page-title-layout13 .pagetitle__icon {
  width: 80px;
  height: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  z-index: 2;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}

.page-title-layout13 .pagetitle__icon img {
  max-height: 50px;
}

.page-title-layout14 {
  padding-top: 270px;
  padding-bottom: 50px;
}

.page-title-layout15 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.page-title-layout15 .breadcrumb-item a,
.page-title-layout15 .breadcrumb-item+.breadcrumb-item:before {
  color: #091d3e;
}

.page-title-layout15 .breadcrumb-item.active {
  color: #848e9f;
}

@media (max-width: 1200px) {
  .page-title-layout8 .cta-banner-wrapper {
    margin-top: 30px;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

/* Medium Size Devices */
@media (min-width: 768px) and (max-width: 991px) {
  .page-title {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .page-title .pagetitle__heading {
    font-size: 50px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .page-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-title .pagetitle__subheading {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .page-title .pagetitle__desc {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .page-title .pagetitle__heading {
    font-size: 28px !important;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .page-title-layout5 {
    padding-bottom: 115px;
  }
}

/*--------------------
   Buttons
---------------------*/
.btn {
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 500;
  min-width: 170px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 25px;
  letter-spacing: 1px;
  border: 0;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

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

.btn .icon-arrow-right,
.btn .icon-arrow-left {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn:not(.btn__link):not(.btn__outlined):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #ffc107;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  -webkit-transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9), -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
}

.btn:not(.btn__link):not(.btn__outlined):hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.btn__primary {
  background-color: #3494ac;
  color: #ffffff;
}

.btn__primary .icon-outlined {
  color: #091d3e;
  border: 1px solid #3494ac;
}

.btn__primary:active,
.btn__primary:focus {
  background-color: #3494ac;
  color: #ffffff;
}

.btn__primary .icon-arrow-right,
.btn__primary .icon-arrow-left {
  color: #3494ac;
  background-color: #ffffff;
}

.btn__primary:hover {
  color: #091d3e;
}

.btn__primary:hover .icon-arrow-right,
.btn__primary:hover .icon-arrow-left {
  color: #091d3e;
  background-color: #ffffff;
}

.btn__primary.btn__outlined {
  background-color: transparent;
  border: 2px solid #3494ac;
  color: #3494ac;
}

.btn__primary.btn__outlined .icon-arrow-right,
.btn__primary.btn__outlined .icon-arrow-left {
  color: #ffffff;
  background-color: #3494ac;
}

.btn__primary.btn__outlined:hover {
  color: #ffffff;
  background-color: #3494ac;
}

.btn__primary.btn__outlined:hover .icon-arrow-right,
.btn__primary.btn__outlined:hover .icon-arrow-left {
  color: #3494ac;
  background-color: #ffffff;
}

.btn__primary-style2:before {
  background-color: #ffffff !important;
}

.btn__primary-style2:hover {
  color: #091d3e;
}

.btn__primary-style2:hover .icon-arrow-right,
.btn__primary-style2:hover .icon-arrow-left {
  color: #ffffff;
  background-color: #091d3e;
}

.btn__secondary {
  background-color: #091d3e;
  color: #ffffff;
}

.btn__secondary:before {
  background-color: #3494ac !important;
}

.btn__secondary .icon-arrow-right,
.btn__secondary .icon-arrow-left {
  color: #091d3e;
  background-color: #ffffff;
}

.btn__secondary:hover {
  color: #ffffff;
}

.btn__secondary:hover .icon-arrow-right,
.btn__secondary:hover .icon-arrow-left {
  color: #3494ac;
}

.btn__secondary:active,
.btn__secondary:focus {
  background-color: #222222;
  color: #ffffff;
}

.btn__secondary.btn__outlined {
  background-color: transparent;
  border: 2px solid #091d3e;
  color: #091d3e;
}

.btn__secondary.btn__outlined .icon-arrow-right,
.btn__secondary.btn__outlined .icon-arrow-left {
  color: #ffffff;
  background-color: #091d3e;
}

.btn__secondary.btn__outlined:hover {
  color: #ffffff;
  background-color: #091d3e;
}

.btn__secondary.btn__outlined:hover .icon-arrow-right,
.btn__secondary.btn__outlined:hover .icon-arrow-left {
  color: #091d3e;
  background-color: #ffffff;
}

.btn__secondary-style2:before {
  background-color: #ffffff !important;
}

.btn__secondary-style2:hover {
  color: #091d3e;
}

.btn__secondary-style2:hover .icon-arrow-right,
.btn__secondary-style2:hover .icon-arrow-left {
  color: #ffffff;
  background-color: #091d3e;
}

.btn__white {
  background-color: #ffffff;
  color: #091d3e;
}

.btn__white:active,
.btn__white:focus {
  background-color: #ffffff;
  color: #091d3e;
}

.btn__white .icon-arrow-right,
.btn__white .icon-arrow-left {
  color: #ffffff;
  background-color: #091d3e;
}

.btn__white:hover {
  color: #ffffff;
}

.btn__white:hover .icon-arrow-right,
.btn__white:hover .icon-arrow-left {
  color: #091d3e;
  background-color: #ffffff;
}

.btn__white.btn__outlined {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn__white.btn__outlined .icon-arrow-right,
.btn__white.btn__outlined .icon-arrow-left {
  color: #3494ac;
  background-color: #ffffff;
}

.btn__white.btn__outlined:hover {
  color: #3494ac;
  background-color: #ffffff;
}

.btn__white.btn__outlined:hover .icon-arrow-right,
.btn__white.btn__outlined:hover .icon-arrow-left {
  color: #ffffff;
  background-color: #3494ac;
}

.btn__white-style2 {
  color: #3494ac;
}

.btn__white-style2 .icon-arrow-right,
.btn__white-style2 .icon-arrow-left {
  color: #ffffff;
  background-color: #3494ac;
}

.btn__white-style2:before {
  background-color: #3494ac !important;
}

.btn__white-style2:hover .icon-arrow-right,
.btn__white-style2:hover .icon-arrow-left {
  color: #3494ac;
  background-color: #ffffff;
}

.btn__outlined {
  background-color: transparent;
}

.btn-sm {
  padding: 0;
  height: 50px;
  line-height: 48px;
}

.btn__link {
  background-color: transparent;
  border-color: transparent;
  min-width: 0;
  line-height: 1;
  height: auto;
  padding: 0;
  border: none;
  border-radius: 0;
}

.btn__link:focus,
.btn__link:active {
  background-color: transparent;
}

.btn__link.btn__icon {
  height: auto;
  line-height: 1;
  padding: 0;
}

.btn__link.btn__primary {
  color: #3494ac;
}

.btn__link.btn__primary-style2:hover {
  color: #ffffff;
}

.btn__link.btn__primary.btn__underlined {
  padding-bottom: 3px;
  border-bottom: 2px solid #3494ac;
}

.btn__link.btn__primary:hover {
  color: #222222;
}

.btn__link.btn__primary:hover.btn__underlined {
  border-color: #091d3e;
}

.btn__link.btn__secondary {
  color: #091d3e;
}

.btn__link.btn__secondary .icon-arrow-right,
.btn__link.btn__secondary .icon-arrow-left {
  color: #ffffff;
  background-color: #091d3e;
}

.btn__link.btn__secondary:hover {
  color: #3494ac;
}

.btn__link.btn__secondary:hover .icon-arrow-right,
.btn__link.btn__secondary:hover .icon-arrow-left {
  background-color: #3494ac;
}

.btn__link.btn__white {
  color: #ffffff;
}

.btn__link.btn__white .icon-arrow-right,
.btn__link.btn__white .icon-arrow-left {
  color: #091d3e;
  background-color: #ffffff;
}

.btn__link.btn__white.btn__underlined {
  padding-bottom: 3px;
  border-bottom: 2px solid #ffffff;
}

.btn__link.btn__white:hover {
  color: #091d3e;
}

.btn__link.btn__white:hover .icon-arrow-right,
.btn__link.btn__white:hover .icon-arrow-left {
  color: #ffffff;
  background-color: #091d3e;
}

.btn__link.btn__white:hover.btn__underlined {
  border-color: #091d3e;
}

.btn__block {
  width: 100%;
}

.btn__icon {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 20px;
}

.btn__icon i,
.btn__icon span {
  margin: 0 5px;
}

.btn__social {
  height: 54px;
  line-height: 54px;
  width: 54px;
  min-width: 0 !important;
  font-weight: 400;
  color: #ffffff;
  border-radius: 3px;
}

.btn__facebook {
  background-color: #4267b2;
}

.btn__twitter {
  background-color: #1da0f0;
}

.btn__google-plus {
  background-color: #ea4335;
}

.btn__lg {
  min-width: 200px;
}

.btn__xl {
  font-weight: 600;
  height: 70px;
  line-height: 70px;
  min-width: 210px;
}

.btn__xxl {
  min-width: 270px;
}

.btn__xhight {
  height: 70px;
  line-height: 70px;
}

.grd,
.gradient {
  background: linear-gradient(-45deg, #ffa63d, #ff3d77, #338aff, #3cf0c5);
  background-size: 600%;
  -webkit-animation: anime 16s linear infinite;
  animation: anime 16s linear infinite;
}

.btn__primary.btn__primary-style2.grd:hover {
  color: #222;
}

.demo-class:before {
  position: absolute;
  content: '';
  width: 105%;
  height: 105%;
  background: linear-gradient(90deg, #1c79f7bd, #c85dffb3);
  top: 0%;
  left: -5%;
  z-index: -1;
  border-radius: 8px;
  transform: rotate(-5deg);
}

.demo-class {
  position: relative;
  background: #fafafa;
  box-shadow: 0px 10px 25px #22222254;
  border-radius: 8px;
  padding: 35px;
}

.grd .gradient,
.gradient {
  position: absolute;
  margin-top: -70px;
  z-index: -1;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  opacity: 0.8;
}

.grd:hover,
.gradient:hover {
  color: var(--light);
  text-decoration: none;
}

@-webkit-keyframes anime {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes anime {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .btn:not(.btn__link) {
    font-size: 13px;
    min-width: 120px;
    height: 50px;
    line-height: 50px;
  }

  .btn__icon {
    padding: 0 10px;
  }
}

/*---------------------------
        Forms
----------------------------*/
label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

label.error {
  color: red;
  font-size: 14px;
  font-weight: 400;
  margin: 7px 0 0 0;
}

.form-group {
  position: relative;
  margin-bottom: 20px;
}

.form-control {
  height: 60px;
  padding: 0 20px;
  border-radius: 6px;
  background-color: #f1f5fe;
  border: 2px solid transparent;
}

.form-control:focus {
  background-color: #f1f5fe;
  border-color: #3494ac;
}

.form-control::-webkit-input-placeholder {
  color: #848e9f;
}

.form-control:-moz-placeholder {
  color: #848e9f;
}

.form-control::-moz-placeholder {
  color: #848e9f;
}

.form-control:-ms-input-placeholder {
  color: #848e9f;
}

textarea.form-control {
  min-height: 105px;
  padding-top: 10px;
}

.form__title {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
}

/* Input Radio */
.label-radio {
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  color: #848e9f;
}

.label-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.radio-indicator {
  position: absolute;
  top: -1px;
  left: 0;
  height: 17px;
  width: 17px;
  background: transparent;
  border: 2px solid #eaeaea;
  border-radius: 50%;
}

.label-radio input:checked~.radio-indicator {
  background: transparent;
}

.label-radio:hover input:not([disabled]):checked~.radio-indicator,
.label-radio input:checked:focus~.radio-indicator {
  background: transparent;
}

.radio-indicator:after {
  content: '';
  position: absolute;
  display: none;
  left: 3px;
  top: 3px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #3494ac;
}

.label-radio input:checked~.radio-indicator:after {
  display: block;
}

.custom-control-label {
  font-weight: 400;
}

.custom-control-label:before {
  position: absolute;
  top: -2px;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #e7ebef;
  border-radius: 0;
}

.custom-control-label:after {
  position: absolute;
  top: 2px;
  left: -20px;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
  border-radius: 1px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: none;
  background-color: #3494ac;
  width: 8px;
  height: 8px;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  background-color: transparent;
  border-color: transparent;
}

.custom-control-input:checked~.custom-control-label::before {
  border: 1px solid #e7ebef !important;
  background-color: transparent;
}

.custom-control-input:focus~.custom-control-label::before {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.nice-select {
  width: 100%;
  margin-bottom: 20px;
}

.nice-select .list {
  width: 100%;
}

.nice-select .current {
  line-height: 60px;
  color: #848e9f;
}

.nice-select .option {
  font-weight: 700;
  color: #848e9f;
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 767px) {

  .form-group,
  .nice-select {
    margin-bottom: 20px;
  }
}

/*--------------------
    Tabs
--------------------*/

.my-course p i {
  color: #17a2b8;
}

.nav-tabs .nav__link {
  display: block;
  position: relative;
  padding: 22px 0;
  margin: 0 30px 0 0;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #848e9f;
}

.course-heading {
  padding: 4rem 0 2rem;
  background: #1f314f;
}

.course-heading h2 {
  color: #fdfdfd;
}

.course-heading h3 {
  color: #aab1bb;
}

.search-btn {
  font-size: 22px;
  padding: 0 24px;
  background: #19c59d;
  color: #fff;
  border-radius: 0 6px 6px 0;
  transition: .3s all;
}

.search-btn:hover {
  background: #19c59d;
}

.custom-search input {
  background: #e9ecef !important;
}

.custom-search {
  border-radius: 6px;
}

.nav-tabs .nav__link i {
  color: #3494ac;
  margin-right: 5px;
}

.btn:hover .btn-icon {
  background: transparent;
  color: #1f314f;
}

.btn__xl i {
  font-size: 16px;
}

.btn-icon {
  position: absolute;
  right: 0;
  font-size: 24px;
  padding: 0 24px;
  background: #1f314f;
  transition: .3s all;
}

.nav-tabs .nav__link:last-of-type {
  margin-right: 0;
}

.nav-tabs .nav__link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #3494ac;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: transform 2s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.2, 1, 0.3, 1);
  transition: -webkit-transform 2s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 2s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 2s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 2s cubic-bezier(0.2, 1, 0.3, 1);
}

.nav-tabs .nav__link.active,
.nav-tabs .nav__link:hover {
  color: #091d3e;
}

.nav-tabs .nav__link.active:after,
.nav-tabs .nav__link:hover:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.nav-tabs-white .nav__link {
  color: #ffffff;
}

.nav-tabs-white .nav__link.active,
.nav-tabs-white .nav__link:hover {
  color: #ffffff;
}

.nav-tabs-white .nav__link:after {
  background-color: #fff;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .nav-tabs .nav__link {
    font-size: 12px;
    padding: 10px 0;
    margin: 0 15px 0 0;
  }

  .nav-tabs .nav__link:after {
    bottom: 4px;
  }
}

/*------------------- 
    Icons
------------------*/
.social-icons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.social-icons li {
  margin-right: 20px;
}

.social-icons li a {
  font-size: 22px;
  display: block;
  color: #848e9f;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.social-icons li a:hover {
  color: #3494ac;
}

.social-icons li:last-of-type {
  margin-right: 0;
}

.social-icons-light li a {
  color: #ffffff;
}

.social-icons-light li a:hover {
  color: #3494ac;
}

.social-icons-primary li a {
  color: #3494ac;
}

.social-icons-primary li a:hover {
  color: #091d3e;
}

.icon-arrow-right {
  font-size: 65%;
}

/*-------------------------
    Breadcrumb
--------------------------*/
.breadcrumb {
  position: relative;
  padding: 0;
  background-color: transparent;
  z-index: 99;
}

.breadcrumb-item {
  position: relative;
  font-size: 14px;
}

.breadcrumb-item+.breadcrumb-item::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {

  .breadcrumb-item a,
  .breadcrumb-item+.breadcrumb-item {
    font-size: 12px;
  }
}

/*----------------------
    Pagination
-----------------------*/
.pagination li {
  margin-right: 10px;
}

.pagination li:last-child {
  margin-right: 0;
}

.pagination li a {
  font-size: 20px;
  font-weight: 700;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 3px;
  color: #091d3e;
  border: 2px solid #e6e8eb;
  background-color: #ffffff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pagination li a:hover,
.pagination li a.current {
  color: #ffffff;
  border-color: #3494ac;
  background-color: #3494ac;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .pagination li a {
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 33px;
  }
}

/*-------------------
    lists
-------------------*/
.contact-list li {
  font-size: 14px;
  margin-bottom: 5px;
}

.contact-list li:last-child {
  margin-bottom: 0;
}

.contact-list li a {
  color: #848e9f;
}

.list-items li {
  position: relative;
  padding-left: 27px;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 9px;
}

.list-items li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 9px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  color: #3494ac;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-items-layout2 li {
  padding-left: 33px;
  color: #6d7073;
}

.list-items-layout2 li:before {
  color: #ffffff;
  border-color: #091d3e;
  background-color: #091d3e;
}

.list-items-light li {
  color: #ffffff;
}

.list-items-light li:before {
  color: #ffffff;
}

.list-items-light.list-items-layout2 li:before {
  color: #091d3e;
  border-color: #ffffff;
  background-color: #ffffff;
}

.list-horizontal li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.borderd-box {
  padding: 27px;
  border-radius: 4px;
  border: 1px solid #e7ebef;
}

@media (max-width: 992px) {
  .list-items-layout2 {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .list-items-layout2 li {
    -ms-flex: 0 0 100% !important;
    -webkit-box-flex: 0 !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.content-data h3 {
  font-size: 18px;
}

.content-data .list-items-layout2 li {
  color: #616367;
}

.content-data .list-items li {
  font-weight: 400;
}

.course-data li img {
  width: 24px;
  margin-right: 10px;
}

.course-data li {
  padding-left: 0;
}

.course-data li:before {
  display: none;
}

.test-chapter .process-item__title {
  color: #1f314f !important;
}

.test-chapter .process-item__desc {
  color: #495057 !important;
}

/* .badge {
  background: linear-gradient(45deg, #3494ac, #2bd8a0);
  padding: 10px 20px;
  color: #fff !important;
  font-size: 16px;
  text-transform: uppercase;
} */

.alert-body .test-action a {
  line-height: initial;
  padding: 15px;
  height: initial;
  min-width: 145px;
}

.alert-body .test-action {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.alert-body h2 {
  font-size: 20px;
  margin: 0;
}

.alert-body {
  background: #fff;
  border-radius: 4px;
  padding: 25px;
}

.end-btn {
  color: #e17b73;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}

.test-started-section {
  min-height: calc(100vh - 40px);
}

.req-sub {
  font-weight: 600;
  text-decoration: underline;
  color: #e43c4c !important;
}

.mcq .custom-control-label {
  display: flex;
  align-items: baseline;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  cursor: pointer;
}

.mcq .custom-control-label h5 {
  font-size: 18px;
  margin: 0;
  margin-right: 12px;
}

.mcq .list-group-item {
  padding: 20px;
}

.question-set h4 {
  font-size: 18px;
  text-transform: initial;
}

.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
  border-radius: 50% !important;
}

.custom-control-input:checked~.custom-control-label {
  color: #3494ac;
}

.mcq .custom-control-label:before {
  top: 4px !important;
}

.mcq .custom-control-label:after {
  top: 8px !important;
}

.question-set h4 span {
  display: block;
  opacity: .6;
}

.drag-row {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.qsn-block {
  padding: 10px 20px;
  border: 2px dashed #808080;
  border-radius: 5px;
  width: 100%;
  margin: 0;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: grab;
}

.dargged {
  background: #b5f7ff;
  border: 2px dashed #00bcd4;
}

.drag-row p {
  margin: 0
}

.right-block {
  padding: 10px 20px;
  border: 1px solid #e5eced;
  box-shadow: 05px 5px rgb(230 225 230 / 30%);
  margin: 10px;
  border-radius: 5px;
  display: flex;
}

.drag-area {
  width: 200px;
  background-color: #dcdcdc;
  border-radius: 5px;
  align-items: center;
  display: flex;
  min-height: 40px;
}

.definition {
  width: calc(100% - 200px);
  margin-left: 15px;
  align-items: center;
  display: flex;
}

.right-zone {
  width: calc(100% - 200px);
}

.left-zone {
  width: 200px;
  min-height: 40px;
  align-items: center;
  background-color: #dcdcdc;
  border-radius: 5px;
}

.test-score {
  font-size: 22px;
}

span.bad {
  color: #f44336;
}

span.average {
  color: #ff9800;
}

span.good {
  color: #4caf50;
}

h5 button {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: #4664c5;
  text-decoration: none;
  width: 100%;
}

.suggestion {
  color: #db1802;
  font-weight: 500;
}

[data-toggle="collapse"] .fa:before {
  content: "\f139";
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f13a";
}

th[scope="row"] {
  font-weight: 500;
}

h5 button i {
  float: right;
  color: #9d9d9d;
}

.qsn-action {
  display: flex;
  justify-content: space-between;
  margin: 25px 0;
}

.qsn-counter {
  font-size: 20px;
  margin: 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 15px;
  color: #4caf50;
}

.qsn-nav a {
  line-height: initial;
  padding: 10px 25px;
  margin-left: 10px;
  height: initial;
  min-width: initial;
}

.mark-qsn {
  color: #ed675d;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 4px;
}

.qsn-nav {
  display: block;
  width: 100%;
}

.qsn-nav a {
  line-height: initial;
  padding: 10px 25px;
  display: block;
  width: 60%;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
}

.chapter-list .process-item .process-item__content {
  position: relative;
  padding-left: 60px;
  margin-bottom: 30px;
}

.test-chapter {
  color: #343a40;
}

.subs-btn {
  font-size: 12px !important;
  color: #fff;
  background: #dc3545;
  padding: 10px 20px;
  line-height: 20px;
  height: 38px;
  margin-bottom: 10px;
}

.stats p {
  color: #cad6e8;
}

.stats {
  padding-bottom: 35px;
}

.video-list .video__banner .video__btn {
  top: 50%;
  left: 50%;
  right: auto !important;
  bottom: auto !important;
  transform: translate(-50%, -50%);
}

.border-divider {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.stats p {
  font-size: 14px;
  margin: 0;
}

.stats h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin: 15px 0 10px;
  line-height: 1.1;
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 767px) {
  .list-items li {
    font-size: 14px;
  }

  .list-horizontal li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*------------------------
    Animations
-----------------------*/
/* Header Animation */
@-webkit-keyframes headerAnimation {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes headerAnimation {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes pulsing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    opacity: .3;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes pulsing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    opacity: .3;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-webkit-keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-webkit-keyframes headerAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes headerAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*----------------------
    Pre Loader
-----------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background-color: #ffffff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.preloader .loading {
  position: relative;
  width: 80px;
  height: 80px;
}

.preloader .loading span {
  position: absolute;
  width: 64px;
  height: 64px;
  border: 5px solid #3494ac;
  border-radius: 50%;
  -webkit-animation: rotating 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: rotating 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #3494ac transparent transparent transparent;
}

.preloader .loading span:nth-child(1) {
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s;
}

.preloader .loading span:nth-child(2) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.preloader .loading span:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}

/* Rotating Animation */
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*----------------------------
      Navbar & Header
-----------------------------*/
.header {
  position: relative;
  z-index: 1000;
}

/* Navbar */
.navbar {
  padding: 0;
  height: 100px;
  max-height: 100px;
  background-color: #ffffff;
  border-bottom: 1px solid #ededed;
  /*  dropdown-menu  */
}

.navbar>.container,
.navbar>.container-fluid {
  position: relative;
  height: 135px;
}

.navbar .navbar-brand {
  padding: 0;
  margin: 0;
  line-height: 135px;
}

.navbar .logo-light {
  display: none;
}

.navbar .navbar-toggler {
  padding: 0;
  border: none;
  border-radius: 0;
  width: 23px;
  position: relative;
}

.navbar .navbar-toggler .menu-lines {
  display: inline-block;
}

.navbar .navbar-toggler .menu-lines:before,
.navbar .navbar-toggler .menu-lines:after {
  content: '';
  position: absolute;
  left: 0;
  width: 23px;
  height: 1px;
  display: inline-block;
  background-color: #091d3e;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.navbar .navbar-toggler .menu-lines:before {
  top: 0;
}

.navbar .navbar-toggler .menu-lines:after {
  top: 12px;
}

.navbar .navbar-toggler .menu-lines span {
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  height: 1px;
  background-color: #091d3e;
}

.navbar .navbar-toggler.actived .menu-lines>span {
  opacity: 0;
}

.navbar .navbar-toggler.actived .menu-lines:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar .navbar-toggler.actived .menu-lines:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar .nav__item {
  position: relative;
  margin-right: 29px;
}

.navbar .nav__item:last-child {
  margin-right: 0;
}

.navbar .nav__item .nav__item-link {
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
  position: relative;
  color: #091d3e;
  line-height: 100px;
  letter-spacing: .4px;
}

.navbar .nav__item .nav__item-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  display: block;
  background-color: #091d3e;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.navbar .nav__item .nav__item-link.active:before,
.navbar .nav__item .nav__item-link:hover:before {
  width: 100%;
}

.navbar .dropdown-toggle:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: none;
  vertical-align: middle;
  margin-left: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navbar .dropdown-menu {
  border-radius: 0 0 6px 6px;
  border: none;
  margin: 0;
  background-color: #ffffff;
}

.navbar .dropdown-menu .nav__item {
  padding: 0 40px;
  margin-right: 0;
}

.navbar .dropdown-menu .nav__item .nav__item-link {
  font-size: 14px;
  color: #1f314f;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 36px !important;
  white-space: nowrap;
  position: relative;
}

.navbar .dropdown-menu .nav__item .nav__item-link:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -20px;
  width: 10px;
  height: 2px;
  opacity: 0;
  background-color: #3494ac;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.navbar .dropdown-menu .nav__item .nav__item-link:hover {
  color: #3494ac;
}

.navbar .dropdown-menu .nav__item .nav__item-link:hover:after {
  opacity: 1;
  left: -15px;
}

.navbar .dropdown-menu .dropdown-toggle:after {
  right: 0;
}

.navbar-brand img {
  max-width: 260px;
}

/* navbar-actions */
.navbar-actions>li {
  margin-left: 20px;
}

.navbar-actions>li:last-child {
  margin-right: 0;
}

.action__btn-contact {
  height: 46px;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 3.4;
  padding: 0 25px;
}

.action__btn {
  color: #091d3e;
}

.action__btn-login span {
  font-size: 14px;
  font-weight: 700;
  padding-left: 6px;
}

.lang-dropdown .dropdown-item {
  font-size: 14px;
  padding: .25rem 1rem;
}

.lang-dropdown .lang-dropdown-toggle {
  font-size: 14px;
  height: 40px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px;
  color: #ffffff;
}

.lang-dropdown .lang-dropdown-toggle:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  border: 0;
  display: block !important;
}

.lang-dropdown .lang-dropdown-toggle i {
  font-size: 30px;
  margin-right: 7px;
}

.lang-dropdown .dropdown-menu {
  min-width: 100px !important;
  padding: 0.6rem 0 !important;
}

.lang-dropdown .dropdown-menu .dropdown-item {
  color: #848e9f;
}

.lang-dropdown .dropdown-menu .dropdown-item:focus,
.lang-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #3494ac;
}

.lang-dropdown .dropdown-menu .dropdown-item.active,
.lang-dropdown .dropdown-menu .dropdown-item:active {
  background-color: transparent;
}

/* header topbar */
.header__topbar {
  max-height: 45px;
  background-color: #1f314f;
}

.header__topbar .contact__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  margin-right: 20px;
}

.header__topbar .contact__list li a {
  color: #848e9f;
}

.header__topbar .contact__list li a:hover {
  color: #ffffff;
}

.header__topbar .contact__list li i {
  font-size: 15px;
  color: #3494ac;
  margin-right: 8px;
}

.header__topbar .contact__list li:last-child {
  margin-right: 0;
}

.header__topbar .social__icons a {
  color: #ffffff;
  line-height: 45px;
  margin-right: 20px;
}

.header__topbar .social__icons a:last-child {
  margin-right: 0;
}

.header__topbar .social__icons a:hover {
  color: #3494ac;
}

.header__topbar .social__icons span {
  margin-right: 20px;
}

.header__topbar .lang-dropdown .lang-dropdown-toggle {
  padding: 0 10px;
  background-color: #091d3e;
}

.header__topbar .action__btn {
  color: #ffffff !important;
}

.header__top-right {
  position: absolute;
  top: 30px;
  right: 15px;
  margin-bottom: 20px;
}

/* navbar-transparent */
.header-transparent .navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background-color: transparent;
}

.header-transparent .navbar .navbar-toggler .menu-lines:before,
.header-transparent .navbar .navbar-toggler .menu-lines:after,
.header-transparent .navbar .navbar-toggler .menu-lines span {
  background-color: #ffffff;
}

.header-transparent .navbar .nav__item .nav__item-link:before {
  background-color: #ffffff;
}

.header-transparent .logo-light {
  display: inline-block;
}

.header-transparent .logo-dark {
  display: none;
}

.header-transparent .action__btn,
.header-transparent .nav__item .nav__item-link {
  color: #ffffff;
}

.header-transparent .action__btn-contact {
  color: #fff;
  background-color: #ffffff;
}

.header-transparent .action__btn-contact:before {
  background-color: #3494ac !important;
}

.header-transparent .action__btn-contact:hover {
  color: #ffffff;
}

/* navbar-light */
.header-light {
  border-bottom: 0;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.1);
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.1);
}

.header-light .action__btn,
.header-light .header__top-right ul li,
.header-light .header__top-right .dropdown-toggle {
  color: #848e9f;
}

.header-light .action__btn-contact {
  color: #ffffff;
  background-color: #848e9f;
}

.header-light .action__btn-contact:before {
  background-color: #3494ac !important;
}

.header-light .action__btn-contact:hover {
  color: #ffffff;
}

.header-full .navbar {
  height: 135px;
  max-height: 135px;
}

.header-full .navbar .nav__item .nav__item-link {
  line-height: 65px;
}

.header-full .navbar-nav {
  margin-top: 70px;
}

/* sticky-navbar */
.is-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  border-bottom: 0 !important;
  height: 80px !important;
  max-height: 80px !important;
  background-color: #ffffff !important;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
  -webkit-animation: translateHeader 0.8s;
  animation: translateHeader 0.8s;
}

.is-sticky>.container,
.is-sticky>.container-fluid {
  position: relative;
  height: 80px;
}

.is-sticky .navbar-brand {
  line-height: 80px;
}

.is-sticky .header__top-right {
  display: none !important;
}

.is-sticky .nav__item .nav__item-link {
  color: #091d3e;
  line-height: 80px !important;
}

.is-sticky .nav__item .nav__item-link:before {
  background-color: #3494ac !important;
}

.is-sticky .logo-light {
  display: none;
}

.is-sticky .logo-dark {
  display: inline-block;
}

.is-sticky .navbar-nav {
  margin-top: 0 !important;
}

.is-sticky .action__btn-search {
  margin-top: 0 !important;
  color: #091d3e;
}

.sticky-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sticky-enroll {
  color: #fff;
  padding: 10px 40px !important;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.secondary-footer .nav-tabs {
  border: none;
}

.secondary-footer .nav__link {
  padding: 12px 5px;
  margin: 0 10px;
  border: none;
  color: #fafafa;
  font-weight: 500;
}

.secondary-footer .nav__link:hover {
  color: #3494ac;
}

.secondary-footer .sticky-container {
  display: flex;
  justify-content: center;
}

.secondary-footer {
  background: #0b0b0b;
  color: #fafafa;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transform: translateY(100px);
  transition: .4s ease;
}

.sticky-footer {
  transform: translateY(0px);
}

@media (max-width: 768px){
  .secondary-footer{
    padding: 10px 0;
    transform: translateY(0px);
  }
}

.progress-stats p {
  margin: 0;
}

.progress-stats h3 {
  font-size: 22px;
  margin: 0;
}

.chapter-list-item p {
  display: block;
  font-size: 16px;
  margin: 0;
  text-align: left;
  width: 100%;
  cursor: pointer;
  margin-left: 25px;
}

.single-item:nth-last-child(1) p {
  border-bottom: none;
}

.data-open .nav-tabs {
  border-bottom: none;
}

.nav-link.navlink-active {
  border-radius: 4px 4px 0 0;
}

.nav-link.navlink-active,
.data-open {
  border-color: #3494ac;
}

.nav-link.navlink-active {
  background: #3494ac;
  color: #fff;
}

.z-top {
  position: relative;
  z-index: 999999;
}

a.nav__link.label {
  pointer-events: none;
}

.data-open {
  margin-top: -3px;
  padding-top: 3px;
  background: #ffffff;
  border: 1px solid #dc3545;
  margin-bottom: 25px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 6px 15px #bfbebe;
}

.data-open::-webkit-scrollbar {
  width: 10px;
}

.data-open::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.data-open::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #bbbbbb;
}

.single-item.active {
  color: #333;
  font-weight: 600;
  background: #ddd;
  border-radius: 0px;
}

.single-item {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 8px 15px;
  border-bottom: 1px solid #ddd;
}

.single-item .badge {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-75%);
  font-size: 10px;
  padding: 8px 15px;
  font-weight: 400;
  border-radius: 30px;
}

.action-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: whitesmoke;
}

.action-block .btn {
  display: block;
  width: initial;
  padding: 10px;
  border: 0;
  height: initial;
  line-height: 16px;
  font-size: 14px;
  background: #f1f1f1;
  margin: 0 15px;
}

.action-block .btn i {
  border: none;
  width: 0;
  height: 0;
  margin-right: 18px;
  line-height: initial;
}

.round {
  position: relative;
  display: block;
}

.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked+label {
  background-color: #66bb6a;
  border-color: #66bb6a;
}

.round input[type="checkbox"]:checked+label:after {
  opacity: 1;
}


.progress-stats {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0;
}

.video__banner iframe {
  width: 100%;
}

.progress-stats .form-check {
  border: 1px solid #28a745;
  padding: 5px 15px 5px 35px;
  text-align: center;
  height: max-content;
  border-radius: 4px;
  color: #28a745;
}

.progress-stats .form-check,
.progress-stats .form-check label,
.progress-stats .form-check input {
  cursor: pointer;
}

.chapter-list-item p span {
  font-size: 13px;
  font-weight: 400;
}

.chapter-list a {
  padding: 15px 15px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  opacity: .8;
}

.work-process .chapter-list {
  background: transparent !important;
}

.chapter-list a:hover {
  opacity: 1;
}

.btn_link {
  font-weight: 600;
  background: #fff;
  box-shadow: 0px 0px 5px #ddd;
  border-radius: 4px;
  padding: 8px 18px;
}

.chapter-list a span.stats,
.chapter-list a i {
  border: 1px solid;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.chapter-list a span.stats {
  font-weight: 600;
  font-size: 14px;
  line-height: 36px;
}

.active-link {
  color: #eee;
  background: #dc3545;
  opacity: 1 !important;
  position: relative;
}

.active-link:after {
  content: " ";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 15px solid transparent;
  border-right: none;
  border-left: 15px solid #dc3545;
  border-bottom: 15px solid transparent;
}

.active-link span,
.active-link .progress-count {
  color: #fff !important;
  font-weight: 400;
}

.nav-progress {
  display: flex;
  align-items: center;
}

.nav-progress a {
  font-size: 14px;
  background: #e9ecef;
  padding: 8px 15px;
  border-radius: 4px;
  margin-right: 15px;
  margin-top: 20px;
}

.nav-item .dropdown-toggle:after {
  transform: rotate(90deg);
  top: 30%;
  right: -5px;
}

.course-video .nav-tabs .nav-item.show .nav-link,
.course-video .nav-tabs .nav-link.active {
  background-color: #fafafa;
}

.tab-content.colored>.tab-pane {
  background: #fafafa;
  height: 100%;
  padding: 15px;
  padding-top: 30px;
  border: 1px solid #ddd;
  border-top: none;
}

.nav-progress .btn i {
  margin-right: 5px;
}

.data-open h3 {
  font-size: 20px;
  margin: 0;
  background: #3494ac;
  padding: 16px;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 99;
}

.data-open h3 span {
  font-size: 14px;
  margin-left: 15px;
  opacity: .8;
  font-style: italic;
}

.course-title span {
  font-size: 18px;
  display: block;
  text-decoration: underline;
  color: #3494ac;
}

.course-title {
  font-size: 22px;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  margin: 0;
}

.completed i {
  color: #28a745;
}

.chapter-list {
  background: #ffff;
  border-radius: 4px;
}

.bg-lighter {
  background: #f5f5f5
}

.progress-count strong {
  font-weight: 400;
}

.progress-count {
  font-size: 14px;
  color: #7b7b7b;
  font-weight: 400;
}

.progress-count strong:before {
  content: "·";
  font-size: 30px;
  vertical-align: middle;
  line-height: 0;
  position: relative;
  top: -1px;
}

.secondary-nav {
  top: 80px;
  z-index: 600;
  border-bottom: 1px solid #e7ebef;
}

.secondary-nav .nav-tabs .nav__link:after {
  background-color: #091d3e;
}

.secondary-nav .nav-tabs {
  border-bottom: none;
}

.secondary-nav-sticky,
.secondary-nav-layout2 {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #091d3e;
  border-bottom-color: #091d3e;
}


.secondary-nav-sticky .nav-tabs .nav__link,
.secondary-nav-layout2 .nav-tabs .nav__link {
  padding: 15px 0;
  font-size: 14px;
  color: #848e9f;
}

.secondary-nav-sticky .nav-tabs .nav__link:after,
.secondary-nav-layout2 .nav-tabs .nav__link:after {
  background-color: #3494ac;
}

.secondary-nav-sticky .nav-tabs .nav__link.active,
.secondary-nav-sticky .nav-tabs .nav__link:hover,
.secondary-nav-layout2 .nav-tabs .nav__link.active,
.secondary-nav-layout2 .nav-tabs .nav__link:hover {
  color: #ffffff;
}

/* search-popup */
.search-popup {
  position: fixed;
  z-index: 2300;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.search-popup.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.search-popup.active .search-popup__form {
  -webkit-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
}

.search-popup.inActive {
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.search-popup.inActive .search-popup__form {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
}

.search-popup__close {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
  font-style: normal;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
  color: #ffffff;
  background-color: #3494ac;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.class__close {
  position: absolute;
  font-size: 20px;
  z-index: 2099;
  color: #fff;
  right: -25px;
  top: 0;
}

.search-popup .search-popup__close:hover {
  background-color: #1f314f;
}

.search-popup .search-popup__form {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 550px;
  margin: -40px auto 0;
  -webkit-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.search-popup .search-popup__btn {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 80px;
  text-align: center;
  font-size: 28px;
  cursor: pointer;
  color: #091d3e;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.search-popup .search-popup__btn:hover {
  color: #3494ac;
}

.search-popup .search-popup__form__input {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  font-size: 35px;
  z-index: 1;
  width: 100%;
  height: 80px;
  border: none;
  padding: 0 0 0 40px;
  color: #848e9f;
  background: transparent;
  border-bottom: 2px solid #e7ebef;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-popup .search-popup__form__input::-webkit-input-placeholder {
  color: #848e9f;
}

.search-popup .search-popup__form__input:-moz-placeholder {
  color: #848e9f;
}

.search-popup .search-popup__form__input::-moz-placeholder {
  color: #848e9f;
}

.search-popup .search-popup__form__input:-ms-input-placeholder {
  color: #848e9f;
}

.success-alert .table {
  text-align: initial;
  font-size: 15px;
  font-weight: 400;
}

.success-alert .table tfoot {
  font-weight: 600;
  color: #4caf50;
  border-top: 1px solid #ddd;
  line-height: 3;
}

td.discounted {
  color: #f44336;
}

.success-alert {
  background: #f7fff7;
}

.confirm-sign {
  font-size: 50px;
  border: 20px solid;
  border-radius: 50%;
  color: #46a94a;
  position: relative;
  top: 45px;
  z-index: 99;
  background: #fff;
  box-shadow: 0px 5px 150px;
}

/* login-popup */
.login-popup {
  position: fixed;
  z-index: 2300;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(1, 7, 17, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.login-popup .login-popup-wrapper {
  opacity: 0;
  width: 90%;
  max-width: 370px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.login-popup.demo .login-popup-wrapper {
  opacity: 0;
  width: 90%;
  max-width: 700px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.login-popup__form {
  position: relative;
  padding: 50px;
  border-radius: 5px;
  background-color: #ffffff;
}

.login-popup__form .input-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}

.login-popup__form .input-icon.icon-lock {
  font-size: 20px;
}

.login-popup__form .form-control {
  height: 60px;
  padding-left: 40px;
  background-color: #f1f5fe;
}

.login-popup__form .custom-control-label a {
  color: #091d3e;
  border-bottom: 1px solid #091d3e;
}

.login-popup__form .login-popup__title {
  font-size: 24px;
  margin-bottom: 15px;
}

.login-popup .go-login,
.login-popup .go-register {
  color: #3494ac;
  margin-left: 10px;
}

.login-popup .go-login i,
.login-popup .go-register i {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  margin-left: 6px;
  color: #3494ac;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.login-popup .go-login:hover i,
.login-popup .go-register:hover i {
  color: #ffffff;
  background-color: #3494ac;
}

.login-popup.active {
  opacity: 1;
  visibility: visible;
}

.login-popup.active .login-popup-wrapper {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.login-popup.inActive {
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.login-popup.inActive .login-popup-wrapper {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.forget-password {
  background: whitesmoke;
}

.forget-password .error-title {
  font-size: 34px;
  padding-bottom: 5px;
}

/* Large Size Screens */
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar .nav__item {
    margin-right: 20px;
  }
}

/* Mobile and Tablets */
@media only screen and (max-width: 991px) {
  .navbar .navbar-toggler {
    position: absolute;
    right: 15px;
    height: 13px;
  }

  .navbar .collapse:not(.show) {
    display: block;
  }

  .navbar .navbar-nav {
    margin: 0 !important;
  }

  .navbar .nav__item {
    margin-right: 0;
  }

  .navbar .nav__item .nav__item-link {
    color: #222222;
    line-height: 35px !important;
    padding-left: 15px;
  }

  .navbar .nav__item .nav__item-link:hover {
    color: #3494ac;
  }

  .navbar .nav__item .nav__item-link:before {
    display: none;
  }

  .navbar .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    padding: 0;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }

  .navbar .navbar-collapse .navbar-nav {
    opacity: 0;
    width: 240px;
    height: 100%;
    overflow-y: auto;
    padding: 50px 0 20px;
    background-color: #ffffff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }

  .navbar .navbar-collapse.menu-opened {
    opacity: 1;
    visibility: visible;
  }

  .navbar .navbar-collapse.menu-opened .navbar-nav {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .navbar .navbar-collapse.menu-opened .close-mobile-menu {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .navbar .close-mobile-menu {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1100;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

  .navbar .nav__item [data-toggle="dropdown"]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    width: 50%;
    text-align: right;
    z-index: 2;
    padding-right: 15px;
    line-height: 35px;
    display: block !important;
  }

  .navbar .dropdown-toggle:after {
    display: none;
  }

  .navbar .nav__item.opened>[data-toggle="dropdown"]:after,
  .navbar .nav__item.show>[data-toggle="dropdown"]:after {
    content: "\f107";
  }

  .navbar .dropdown-menu {
    background-color: white;
  }

  .navbar .dropdown-menu .nav__item {
    padding: 0 15px 0 30px;
  }

  .navbar .dropdown-menu .nav__item .nav__item-link {
    padding-left: 0;
    border-bottom: none;
  }

  .navbar .dropdown-menu .dropdown-menu-col .nav__item {
    padding: 0;
  }

  .navbar .nav__item.dropdown-submenu>.dropdown-menu.show {
    padding-left: 10px;
  }

  .navbar .dropdown-submenu .dropdown-menu .nav__item {
    padding: 0 0 0 15px;
  }

  .navbar .navbar-nav .dropdown-menu.show {
    padding: 0;
  }

  .navbar .mega-dropdown-menu .container {
    max-width: none;
  }

  .navbar .mega-dropdown-menu>.nav__item {
    padding: 0 10px;
  }

  .navbar .mega-dropdown-menu .nav__item {
    padding: 0;
  }

  .fixed-navbar {
    position: static;
    -webkit-animation: none;
    animation: none;
  }

  .header-transparent+.page-title,
  .header-transparent+.page-title-2 {
    margin-top: 0;
  }

  .header-full .navbar {
    line-height: 80px;
  }

  .header .navbar,
  .header-transparent .navbar {
    background-color: #ffffff;
  }

  .header .logo-dark,
  .header-transparent .logo-dark {
    display: inline-block;
  }

  .header .logo-light,
  .header-transparent .logo-light {
    display: none;
  }

  .header .module__btn,
  .header-transparent .module__btn {
    color: #091d3e;
    margin: 0 60px 0 0;
  }

  .header .navbar .navbar-toggler .menu-lines:before,
  .header .navbar .navbar-toggler .menu-lines:after,
  .header .navbar .navbar-toggler .menu-lines span,
  .header-transparent .navbar .navbar-toggler .menu-lines:before,
  .header-transparent .navbar .navbar-toggler .menu-lines:after,
  .header-transparent .navbar .navbar-toggler .menu-lines span {
    background-color: #091d3e;
  }

  .header .navbar-expand-lg>.container,
  .header .navbar-expand-lg>.container-fluid,
  .header-transparent .navbar-expand-lg>.container,
  .header-transparent .navbar-expand-lg>.container-fluid {
    width: 100%;
    max-width: none;
  }

  .header .navbar,
  .header .navbar>.container,
  .header .navbar>.container-fluid,
  .header-transparent .navbar,
  .header-transparent .navbar>.container,
  .header-transparent .navbar>.container-fluid {
    height: 80px;
  }

  .header .header-full .navbar,
  .header .header-full .navbar .navbar-brand,
  .header .navbar-brand,
  .header-transparent .header-full .navbar,
  .header-transparent .header-full .navbar .navbar-brand,
  .header-transparent .navbar-brand {
    margin-left: 15px;
    line-height: 80px !important;
  }

  .header .header-full .navbar,
  .header .header-full .navbar .navbar-brand,
  .header-transparent .header-full .navbar,
  .header-transparent .header-full .navbar .navbar-brand {
    line-height: 80px;
  }

  .header__topbar>.container {
    max-width: none;
  }

  .header__top-right {
    position: absolute;
    top: 50%;
    right: 90px;
    margin-bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .lang-dropdown .lang-dropdown-toggle,
  .header-transparent .action__btn {
    color: #091d3e;
  }

  .action__btn.action__btn-search {
    margin-right: 60px;
  }

  .secondary-nav {
    position: static;
  }
}

/* Medium and large Screens */
@media only screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    width: auto;
    left: -100px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(40, 40, 40, 0.1);
    box-shadow: 0px 2px 6px 0px rgba(40, 40, 40, 0.1);
    padding: 25px 0 23px;
  }

  .navbar .dropdown-menu .nav__item .nav__item-link:before {
    display: none;
  }

  .navbar .dropdown-menu.wide-dropdown-menu {
    padding: 0;
    min-width: 700px;
    overflow: hidden;
  }

  .navbar .dropdown-menu.wide-dropdown-menu>.nav__item {
    padding: 0;
  }

  .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-title {
    color: #1f314f;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    margin: 0 0 13px 40px;
  }

  .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col {
    padding: 40px 0 27px;
  }

  .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col:first-child {
    position: relative;
  }

  .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col:first-child:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e9e9e9;
  }

  .navbar .nav__item.has-dropdown>.dropdown-menu,
  .navbar .nav__item.dropdown-submenu>.mega-menu,
  .navbar .nav__item.has-dropdown>.mega-menu,
  .navbar .nav__item.has-dropdown>.dropdown-menu>.nav__item.dropdown-submenu>.dropdown-menu {
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  .navbar .nav__item.has-dropdown>.dropdown-menu>.nav__item.dropdown-submenu>.dropdown-menu,
  .navbar .nav__item.dropdown-submenu>.dropdown-menu>.nav__item.has-dropdown>.dropdown-menu {
    top: 0;
    left: 100%;
  }

  .navbar .nav__item.has-dropdown:hover>.dropdown-menu,
  .navbar .nav__item.dropdown-submenu:hover>.mega-menu,
  .navbar .nav__item.has-dropdown:hover>.mega-menu,
  .navbar .nav__item.has-dropdown>.dropdown-menu>.nav__item.dropdown-submenu:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .navbar .nav__item.has-dropdown.mega-dropdown {
    position: static;
  }

  .navbar .nav__item.has-dropdown .mega-dropdown-menu {
    width: 100%;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav__item {
    padding: 0;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link {
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
    position: absolute;
    top: auto;
    left: -7px;
    font-size: 7px;
    opacity: 0;
    color: #3494ac;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover {
    padding-left: 15px;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover:after {
    opacity: 1;
    left: 4px;
  }

  .header-full .action__btn-search {
    margin-top: 70px;
  }

  .header-light .action__btn.action__btn-search {
    color: #091d3e;
  }

  .navbar-nav>.nav__item>.dropdown-toggle:after {
    display: none;
  }

  .nav__item i[data-toggle="dropdown"] {
    display: none;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .dropdown-menu.mega-dropdown-menu>.nav__item {
    padding: 0 15px;
  }

  .dropdown-menu.mega-dropdown-menu .nav__item:last-child>.nav__item-link {
    border-bottom: 1px solid #f2f2f2;
  }

  .dropdown-menu.mega-dropdown-menu [class^="col-"]:last-child .nav__item:last-child>.nav__item-link {
    border-bottom: none;
  }
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 575px) {
  .search-popup .search-popup__form {
    width: 90%;
  }

  .search-popup .search-popup__form__input {
    font-size: 20px;
    font-weight: 400;
    height: 40px;
    padding: 0 0 0 30px;
  }

  .search-popup .search-popup__btn {
    font-size: 20px;
    line-height: 40px;
  }

  .search-popup .search-popup__close {
    font-size: 14px;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

@media (max-width: 420px) {
  .header .navbar-brand img {
    max-width: 180px;
  }

  .header .action__btn-login span {
    display: none;
  }
}

/* Header Animation */
@-webkit-keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes translateHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*----------------------
    Accordions
------------------------*/
.accordion-item {
  border: 2px solid #e7ebef;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 22px 30px;
  margin-bottom: 27px;
}

.accordion-item .accordion__title {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  display: block;
  position: relative;
  padding-right: 25px;
  color: #091d3e;
}

.accordion-item .accordion__title:hover {
  color: #3494ac;
}

.accordion-item .accordion__title:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-color: transparent;
  color: #091d3e;
  font-size: 10px;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 3px;
}

.accordion-item.opened {
  border-color: #3494ac;
}

.accordion-item.opened .accordion__header:not(.collapsed) .accordion__title {
  color: #3494ac;
}

.accordion-item.opened .accordion__header:not(.collapsed) .accordion__title:after {
  background-color: #3494ac;
  color: #ffffff;
  content: "\f068";
}

.accordion-item .accordion__body {
  padding-top: 20px;
}

.accordion-item .accordion__body p {
  margin-bottom: 0;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .accordion-item {
    padding: 10px 15px;
  }

  .accordion-item .accordion__title {
    font-size: 14px;
  }

  .accordion-item .accordion__body p {
    font-size: 13px;
  }
}

/*-------------------------
    Footer
--------------------------*/
.footer .fz-14 {
  color: #96aed7;
}

.footer .footer-top__title {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}

.footer .footer-secondary {
  padding-bottom: 44px;
}

.footer .footer-secondary span {
  color: rgba(255, 255, 255, 0.6);
}

.footer .footer-primary {
  padding-top: 85px;
  padding-bottom: 65px;
  border-top: 2px solid #053362;
}

.footer .footer-widget {
  margin-bottom: 30px;
}

.footer .footer-widget__title {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 35px;
}

.footer .contact-list li {
  line-height: 26px;
  margin-bottom: 0;
}

.footer .btn__download {
  min-width: 145px;
  letter-spacing: 0;
  height: 50px;
  line-height: 50px;
}

.footer .btn__download:before {
  background-color: #3494ac !important;
}

.footer .footer-form .form-control {
  border-color: transparent;
  background-color: #063464;
  color: #848e9f;
  height: 60px;
}

.footer .footer-form .form-control:focus {
  border-color: #848e9f;
}

.footer .footer-form .form-control::-webkit-input-placeholder {
  color: #848e9f;
}

.footer .footer-form .form-control:-moz-placeholder {
  color: #848e9f;
}

.footer .footer-form .form-control::-moz-placeholder {
  color: #848e9f;
}

.footer .footer-form .form-control:-ms-input-placeholder {
  color: #848e9f;
}

.footer .footer-form .btn {
  min-width: 140px;
}

.footer .footer-widget-nav li a {
  display: block;
  position: relative;
  color: #848e9f;
  font-size: 14px;
  margin-bottom: 11px;
}

.footer .footer-widget-nav li a:hover {
  color: #3494ac;
}

.footer .social-icons li a {
  color: #3494ac;
}

.footer .social-icons li a:hover {
  color: #ffffff;
}

.phone-number {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #3494ac !important;
}

.phone-number:hover {
  color: #848e9f !important;
}

/* Scroll Top Button */
#scrollTopBtn {
  position: fixed;
  right: 10px;
  bottom: 30px;
  width: 45px;
  height: 45px;
  opacity: 0;
  z-index: 1000;
  font-size: 18px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #3494ac;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#scrollTopBtn:hover {
  background-color: #222222;
}

#scrollTopBtn.actived {
  right: 30px;
  opacity: 1;
}

@media (min-width: 1200px) {
  .footer .footer-widget-about p {
    max-width: 270px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 1200px) {
  .footer .footer-primary {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .footer .footer-secondary {
    padding-bottom: 20px;
  }

  .footer .footer .footer-widget {
    margin-bottom: 20px;
  }

  .footer .footer-widget__title {
    margin-bottom: 15px;
  }

  .footer .contact-info {
    margin-bottom: 30px;
  }

  .footer .footer-widget-nav li a {
    font-size: 13px;
  }
}

/* Mobile Phones */
@media (min-width: 320px) and (max-width: 575px) {
  .footer .footer-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer .footer-form .btn,
  .footer .footer-form .form-control {
    margin-right: 10px !important;
    margin-bottom: 10px;
    font-size: 13px;
    height: 50px;
    line-height: 50px;
  }

  .footer .btn__download {
    min-width: 120px;
    height: 35px;
    line-height: 35px;
  }

  #scrollTopBtn {
    bottom: 20px;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  #scrollTopBtn.actived {
    right: 20px;
  }
}

/*-------------------------
    Call to Action
--------------------------*/
.cta-banner {
  position: relative;
  z-index: 3;
  padding: 40px;
  max-width: 300px;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
}

.cta-banner .cta__title {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

.cta-banner .cta__icon {
  color: #3494ac;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 25px;
}

.cta-banner .cta__icon i {
  line-height: 1;
}

/* Mobile Phones & tablets and Small Screens */
@media (min-width: 320px) and (max-width: 767px) {
  .cta-banner .cta__title {
    font-size: 16px;
  }
}

/*----------------------
    Carousel
-----------------------*/
.slick-list {
  margin: 0 -10px;
}

.slick-slide {
  margin: 0 10px;
}

.m-slides-0 .slick-list {
  margin: 0;
}

.m-slides-0 .slick-slide {
  margin: 0;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #848e9f;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 0;
  z-index: 3;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.slick-arrow:hover {
  color: #3494ac;
}

.slick-arrow.slick-next:before,
.slick-arrow.slick-prev:before {
  font-family: 'icomoon';
  font-size: 40px;
}

.slick-arrow.slick-next {
  right: 0;
}

.slick-arrow.slick-next:before {
  content: "\e904";
}

.slick-arrow.slick-prev {
  left: 0;
}

.slick-arrow.slick-prev:before {
  content: "\e902";
}

.carousel-arrows-light .slick-arrow {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.2);
}

.carousel-arrows-light .slick-arrow:hover {
  color: #ffffff;
}

.slick-dots {
  list-style: none;
  position: relative;
  z-index: 2;
  padding: 0;
  text-align: center;
  margin-bottom: 0;
}

.slick-dots li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.slick-dots li button {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background-color: transparent;
  border: 2.5px solid #091d3e;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.slick-dots li:not(:first-child):before,
.slick-dots li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 2px;
  background-color: #091d3e;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slick-dots li:not(:first-child):before {
  left: -20px;
}

.slick-dots li:not(:last-child):after {
  left: 20px;
}

.slick-dots li.slick-active:before,
.slick-dots li.slick-active:after {
  background-color: #3494ac;
}

.slick-dots li.slick-active button {
  border-color: #3494ac;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.carousel-dots-light .slick-dots li button {
  border-color: #ffffff;
}

.carousel-dots-light .slick-dots li:not(:first-child):before,
.carousel-dots-light .slick-dots li:not(:last-child):after {
  background-color: #ffffff;
}

.carousel-dots-light .slick-dots li.slick-active:before,
.carousel-dots-light .slick-dots li.slick-active:after {
  background-color: #3494ac;
}

.carousel-dots-light .slick-dots li.slick-active button {
  border-color: #3494ac;
}

/*------------------------
    Slider 
--------------------------*/
.header-transparent+.slider {
  margin-top: -100px;
}

.header-transparent.header-full+.slider {
  margin-top: -135px;
}

.header-transparent+.slider .slide-item {
  padding-top: 100px;
  height: 100vh;
}

.header-transparent.header-full+.slider .slide-item {
  padding-top: 135px;
  height: 100vh;
}

.slider {
  padding: 0;
}

.slider .slide-item {
  height: calc(100vh - 135px);
  min-height: 520px;
}

.slider .slide__subtitle {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #f9f9f9;
  margin-bottom: 8px;
}

.upcoming__test {
  background: linear-gradient(45deg, #ffda6b, #ff7676);
  width: fit-content;
  padding: 0 5px;
  margin: auto;
  position: relative;
  line-height: 30px;
  text-align: center;
  font-weight: 600 !important;
  margin-left: 30px;
  color: #343c48 !important;
  box-shadow: 0px 2px 5px #2222223d;
}

.upcoming__test:before {
  content: '';
  border: 15px solid #fed46b;
  border-left-color: transparent;
  border-left-width: 12px;
  position: absolute;
  top: 0;
  left: -27px;
}

.upcoming__test:after {
  content: '';
  border: 15px solid transparent;
  border-left-color: #fe7d75;
  border-left-width: 12px;
  position: absolute;
  top: 0;
  right: -27px;
}

.learn__more {
  font-size: 15px;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: 600;
  transition: .3s all;
  background: linear-gradient(-237deg, #2b84ab, #3584a7 51%, #18a7bd);
  padding: 12px;
  border-radius: 4px;
  display: block;
}

.pmi-data-top .btn {
  height: auto !important;
  line-height: 1 !important;
  text-decoration: underline;
}

.pmi-data-top .infos {
  padding-left: 25px;
}

.pmi-data-top {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pmi-data-top i a {
  color: #fff;
  font-weight: 500;
}

.pmi-data-top h3 {
  font-size: 22px;
  margin: 0;
}

.pmi-seal h3 {
  display: none;
  background: #ffffff5e;
  color: #1f314f;
  font-weight: 500;
  line-height: 1.2;
  font-size: 16px;
  margin: 0 0 0 15px;
  padding: 8px 12px;
  border-radius: 4px;
  transition: .3s all;
  position: absolute;
  left: 110px;
}

.tooltip-left::before {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  left: 5px;
  top: 50%;
  border: 10px solid transparent;
  border-left: 0;
  border-right: 10px solid #ffffff5e;
  transform: translate(calc(-100% - 5px), -50%);
  transition: .3s all;
}

.pmi-seal:hover .tooltip-left::before {
  border-right: 10px solid #4899bd;
}

.pmi-seal:hover h3 {
  color: #fff;
  background: linear-gradient(90deg, #4899bd, #30d1bd);
}

.pmi-seal img {
  max-width: 110px;
}

.pmi-seal {
  width: 350px;
  display: flex;
  align-items: center;
  /* background: #ffffff61; */
  /* backdrop-filter: blur(10px); */
  border-radius: 6px;
  padding: 0;
  position: relative;
  transition: .3s all;
  /* margin-bottom: -130px; */
  /* box-shadow: 0px 10px 15px #2727292e;*/
}

.pmi-seal {
  pointer-events: none;
  width: 350px;
  margin-left: 20px;
  padding: 0;
  position: relative;
  transition: .3s all;
}

.pmi-seal text {
  font-family: 'Helvetica Neue', Arial;
  font-size: 16px;
  font-weight: bold;
  filter: invert(1) contrast(2.5);
}

.pmi-seal svg {
  position: absolute;
  left: -100px;
  top: -220px;
  width: 310px;
  height: 550px;
  -webkit-animation: rotate 25s linear infinite;
  -moz-animation: rotate 25s linear infinite;
  -ms-animation: rotate 25s linear infinite;
  -o-animation: rotate 25s linear infinite;
  animation: rotate 25s linear infinite;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(-360deg);
  }

  to {
    -webkit-transform: rotate(0);
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(-360deg);
  }

  to {
    -moz-transform: rotate(0);
  }
}

@-ms-keyframes rotate {
  from {
    -ms-transform: rotate(-360deg);
  }

  to {
    -ms-transform: rotate(0);
  }
}

@-o-keyframes rotate {
  from {
    -o-transform: rotate(-360deg);
  }

  to {
    -o-transform: rotate(0);
  }
}

@keyframes rotate {
  from {
    transform: rotate(-360deg);
  }

  to {
    transform: rotate(0);
  }
}

.learn__more:hover {
  background: #f4c41e;
}

.status {
  display: flex;
  margin: 25px auto;
  justify-content: center;
  align-items: center;
}

.status .data p {
  font-size: 14px;
  margin: 8px 0;
  line-height: 1.2;
}

.status .data {
  padding: 10px;
  margin: 0 15px;
}

.status img {
  width: 55px;
  filter: drop-shadow(0px 0px 9px white);
  color: white;
  backdrop-filter: blur(20px);
}

.statics-highlight .feature-item .feature__icon {
  color: #fff;
  font-size: 34px
}

.feature__icon img {
  filter: invert(58%) sepia(37%) saturate(645%) hue-rotate(73deg) brightness(92%) contrast(95%);
}

.statics-highlight .feature-item .feature__title {
  color: #ffffffd4;
}

.statics-highlight .feature-item:hover .feature__title {
  color: #17a2b8;
}

.statics-highlight .feature-item.statics .feature__icon img {
  width: 34px;
  opacity: .9;
  filter: invert(1);
  margin: 0 auto;
}

.statics-highlight .feature-item:hover.statics .feature__icon img {
  filter: invert(53%) sepia(99%) saturate(2665%) hue-rotate(152deg) brightness(93%) contrast(82%);
  ;
}

/* .statics-highlight .feature-item.statics.live {
  background: transparent;
  border: 1px solid transparent;
} */

.statics-highlight .feature-item.statics {
  padding: 15px;
  text-align: center;
  /* background: transparent; */
  backdrop-filter: blur(100px);
  border: 1px solid transparent;
  margin: 0 8px 45px;
  min-height: 130px;
}

.statics-highlight .feature-item.statics p.feature__desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.1;
  color: #ffffffe0;
}

.statics-highlight .feature-item:hover.statics p.feature__desc {
  color: #495057;
}

@media (min-width: 768px) {
  .statics-highlight .col-md-3 {
    padding-right: 0px;
  }

  .statics-highlight {
    max-width: 550px;
    margin-left: -10px;
  }
}

.eduhubstat__bar-chart {
  height: 420px;
  width: 500px;
  background-color: #fff;
  position: relative
}

.eduhubstat__learn-content {
  display: flex;
  justify-content: space-around;
  justify-content: space-evenly;
  align-items: center;
  padding: 32px
}

@media only screen and (max-width:48rem) {
  .eduhubstat__learn-content {
    padding: 32px 0
  }
}

.eduhubstat__bar-chart-title {
  font-family: "IBM Plex Sans", sans-serif;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  background-color: #17a2b8;
  padding: 8px 25px;
  position: absolute;
  left: 0;
  top: 35px;
  border-radius: 0 2px 2px 0;
}

.eduhubstat__bar-chart-content {
  position: relative;
  width: 100%;
  height: 80%;
  background-color: #fff;
  top: 80px
}

.eduhubstat__bars {
  width: 100%;
  height: 100%;
  position: relative
}

.eduhubstat__bar:first-child,
.eduhubstat__bar:nth-child(2),
.eduhubstat__bar:nth-child(3),
.eduhubstat__bar:nth-child(4),
.eduhubstat__bar:nth-child(5) {
  width: 11%;
  position: absolute;
  bottom: 42px;
  height: 0;
  border-radius: 6px 6px 0 0;
  transition: height 4s ease
}

.eduhubstat__bar:first-child {
  left: 17%;
  background: linear-gradient(45deg, #17b8b8, #17a2b8);
}

.eduhubstat__bar:nth-child(2) {
  left: 37%;
  background: linear-gradient(45deg, #a52fb3b5, #1d89f9d6);
}

.eduhubstat__bar:nth-child(3) {
  left: 57%;
  background: linear-gradient(45deg, #f37d18d9, #ffc107cc);
}

.eduhubstat__bar:nth-child(4) {
  left: 77%;
  background: linear-gradient(45deg, #973db5e0, #f160b0c4);
}

.eduhubstat__bar:nth-child(5) {
  left: 97%;
  background: linear-gradient(45deg, #3d96e2e6, #41d8bce8);
}

.eduhubstat__bars.show-bar .eduhubstat__bar:first-child {
  height: 70%
}

.eduhubstat__bars.show-bar .eduhubstat__bar:nth-child(2) {
  height: 50%
}

.eduhubstat__bars.show-bar .eduhubstat__bar:nth-child(3) {
  height: 25%
}

.eduhubstat__bars.show-bar .eduhubstat__bar:nth-child(4) {
  height: 15%
}

.eduhubstat__bars.show-bar .eduhubstat__bar:nth-child(5) {
  height: 6%
}

.eduhubstat__levels {
  position: absolute;
  width: 90%;
  z-index: 1;
  bottom: 40px;
  left: 12%
}

.eduhubstat__level {
  padding: 12.6px;
  position: relative
}

.eduhubstat__level:nth-child(6) {
  padding-bottom: 0;
  position: relative
}

hr {
  border: .1px dashed #ffffff7a
}

.eduhubstat__level:first-child:before,
.eduhubstat__level:nth-child(2):before,
.eduhubstat__level:nth-child(3):before,
.eduhubstat__level:nth-child(4):before,
.eduhubstat__level:nth-child(5):before,
.eduhubstat__level:nth-child(6):before {
  position: absolute;
  bottom: 15px;
  color: #8797a4
}

.eduhubstat__level:first-child:before {
  content: "10000";
  right: 100%
}

.eduhubstat__level:nth-child(2):before {
  content: "8000";
  right: 101%
}

.eduhubstat__level:nth-child(3):before {
  content: "6000";
  right: 101%
}

.eduhubstat__level:nth-child(4):before {
  content: "4000";
  right: 101%
}

.eduhubstat__level:nth-child(5):before {
  content: "2000";
  right: 101%
}

.eduhubstat__level:nth-child(6):before {
  content: "0";
  right: 102%;
  top: 15px
}

.eduhubstat__bar:first-child:before {
  content: attr(data-label);
  position: absolute;
  top: 100%;
  left: 7px;
  margin-top: 5px;
  color: #8797a4
}

.eduhubstat__bar:nth-child(2):before,
.eduhubstat__bar:nth-child(3):before,
.eduhubstat__bar:nth-child(4):before,
.eduhubstat__bar:nth-child(5):before {
  content: attr(data-label);
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 5px;
  color: #8797a4
}

.eduhubstat__bar-chart-wrap {
  box-shadow: 0px 5px 40px rgb(0 0 0 / 8%);
  border-radius: 4px;
}


@media (min-width:992px) and (max-width:1199px) {
  .eduhubstat__paragraph p {
    line-height: normal
  }

  .eduhubstat__content {
    padding-left: 32px
  }
}

@media (min-width:768px) and (max-width:992px) {
  .eduhubstat__footer-contnent-wrap {
    min-width: 100%
  }

  .eduhubstat__bar-chart {
    width: 370px
  }

  .eduhubstat__paragraph p {
    line-height: normal
  }

  .eduhubstat__content {
    padding-left: 32px
  }
}

.slider .slide__title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 25px;
}

.slider .slide__desc {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #ffffff;
  max-width: 550px;
  margin-bottom: 30px;
}

.slider .slick-dots {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
}

.slider .cta-banner {
  max-width: 270px;
  padding: 50px 40px;
}

.slider .cta-banner:before {
  content: '';
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 0;
  width: 2px;
  background-color: #3494ac;
}

.slider .cta-banner .cta__title {
  font-family: "IBM Plex Sans", sans-serif;
}

.slider .cta-banner .slick-dots {
  position: static;
  text-align: left;
  margin-left: -17px;
}

.slider .cta-banner .slick-dots li button {
  border-color: #091d3e;
}

.slider .cta-banner .slick-dots li.slick-active button {
  border-color: #3494ac;
}

.slider .cta-banner .slick-dots li:not(:first-child):before,
.slider .cta-banner .slick-dots li:not(:last-child):after {
  background-color: #091d3e;
}

.slider .cta-banner .slick-dots li.slick-active:before,
.slider .cta-banner .slick-dots li.slick-active:after {
  background-color: #3494ac;
}

.slider .slick-arrow {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.slider .contact-panel-wrapper {
  position: relative;
}

.slider .contact-panel {
  position: absolute;
  right: 15px;
  bottom: -100px;
  z-index: 5;
  padding: 50px;
  max-width: 370px;
}

.slider .contact-panel .contact-panel__title {
  margin-bottom: 15px;
}

.slider .contact-panel .form-group {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .slider .slick-arrow {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .slider .slick-arrow:before {
    font-size: 50px;
  }

  .slider .slick-arrow.slick-next {
    right: 20px;
  }

  .slider .slick-arrow.slick-prev {
    left: 20px;
  }

  .slider-layout2 .slick-dots {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .slider .slide-item {
    padding-right: 50px;
    padding-left: 50px;
  }

  .slider .slick-arrow.slick-prev {
    left: 10px;
  }

  .slider .slick-arrow.slick-next {
    right: 10px;
  }
}

/* Large Size Screens */
@media (min-width: 992px) and (max-width: 1200px) {
  .slider .slide__title {
    font-size: 65px;
  }
}

/* Medium Size Screens */
@media (min-width: 768px) and (max-width: 991px) {
  .slider .slide__title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .header-transparent+.slider {
    margin-top: 0 !important;
  }

  .slider .slide-item {
    min-height: 0;
    padding: 100px 10px;
    height: auto !important;
  }

  .slider .slide__desc {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
  }
}

/*  Small Screens and tablets  */
@media (min-width: 576px) and (max-width: 767px) {
  .slider .slide__title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 10px;
  }

  .slider .slick-arrow.slick-prev {
    left: 0;
  }

  .slider .slick-arrow.slick-next {
    right: 0;
  }
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 575px) {
  .slider .slide__title {
    font-size: 27px;
    margin-bottom: 10px;
  }

  .slider .btn {
    margin-bottom: 10px;
  }

  .slider .slick-arrow {
    display: none;
  }
}

/*--------------------------
      Video
--------------------------*/
.video__btn {
  text-align: center;
  display: inline-block;
  position: relative;
  padding-left: 70px;
  height: 60px;
}

.video__btn .video__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #3494ac;
  -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.25);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.video__btn:hover .video__player {
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.25);
}

.video__btn .video__btn-title {
  font-size: 15px;
  font-weight: 700;
  padding-top: 20px;
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
  margin-left: 12px;
}

.video__btn-lg {
  padding-left: 80px;
  height: 80px;
}

.video__btn-lg .video__player {
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.video__btn-white .video__player {
  background-color: #ffffff !important;
  color: #1f314f;
}

.video__btn-white .video__player-animation {
  border-color: #ffffff !important;
}

.video__btn-theme .video__player-animation {
  border-color: #3494ac;
}

.video-banner {
  position: relative;
}

.video-banner .video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-banner .video__btn-title {
  position: absolute;
  bottom: -30px;
  left: -7px;
  line-height: 1.5;
}

/* Mobile Phones */
@media (min-width: 320px) and (max-width: 575px) {
  .video__btn {
    padding-left: 50px;
    height: 50px;
  }

  .video__btn .video__player {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

/*-----------------------
    Features
------------------------*/

.feature-item.statics {
  padding: 30px;
  text-align: center;
  background: linear-gradient(45deg, #091d3e, #4c2580);
  border: 1px solid #142f5d;
}

.feature-item.statics.live {
  background: linear-gradient(45deg, #0c653c, #28a745);
  border: 1px solid #28a745b8;
}

.feature-item.statics.live p.feature__desc {
  color: #a4e4b9;
}

.feature-item.statics .feature__icon {
  margin-bottom: 8px;
}

.feature-item.statics h4.feature__title {
  margin-bottom: 5px;
}

.feature-item.statics p.feature__desc {
  margin: 0;
}

.feature-item.statics:hover .feature__icon {
  color: #142f5d;
}

.feature-item {
  position: relative;
  padding: 20px;
  margin-top: 30px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.feature-item:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.feature-item .feature__icon {
  font-size: 50px;
  line-height: 1;
  color: #3494ac;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.feature-item .feature__title {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.feature-item .feature__desc {
  font-size: 14px;
  line-height: 1.7;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.feature-item .btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 26px;
  line-height: 26px;
}

.feature-item .btn__link .icon-outlined {
  width: 26px;
  height: 26px;
  line-height: 22px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  color: #091d3e;
  border: 2px solid #848e9f;
  margin-right: 5px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.feature-item .btn__link .icon-outlined:hover {
  color: #ffffff;
  border-color: #3494ac;
  background-color: #3494ac;
}

.feature-item .btn__link span {
  opacity: 0;
  font-size: 15px;
  font-weight: 700;
  margin-left: -5px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.feature-item:hover:before {
  opacity: 1;
  left: 0;
  right: auto;
  width: 100%;
  -webkit-transform-origin: right;
  transform-origin: right;
}

.feature-item:hover .feature__icon {
  color: #3494ac;
}

.feature-item:hover .btn__link span {
  opacity: 1;
  margin-left: 0;
}

.feature-item:hover .btn__link .icon-outlined {
  color: #ffffff;
  border-color: #3494ac;
  background-color: #3494ac;
}

[class*="features-layout"] .cta-banner {
  padding: 40px;
  max-width: 100%;
}

[class*="features-layout"] .cta-banner .cta__title {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 140px);
  flex: 0 0 calc(100% - 140px);
  max-width: calc(100% - 140px);
}

[class*="features-layout"] .cta-banner .btn {
  height: 50px;
  line-height: 50px;
  min-width: 125px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 125px;
  flex: 0 0 125px;
}

.features-layout1 .feature-item:hover .feature__title,
.features-layout2 .feature-item:hover .feature__title {
  color: #091d3e;
}

.features-layout1 .feature-item:hover .feature__desc,
.features-layout2 .feature-item:hover .feature__desc {
  color: #091d3e;
}

.features-layout1 .feature-item .feature__icon,
.features-layout2 .feature-item .feature__icon {
  color: #ffffff;
}

.features-layout1 .feature-item .feature__title,
.features-layout2 .feature-item .feature__title {
  color: #ffffff;
}

.features-layout1 .feature-item .btn__link .icon-outlined,
.features-layout2 .feature-item .btn__link .icon-outlined {
  color: #ffffff;
}

.features-layout1 .feature-item .btn__link .icon-outlined:hover,
.features-layout2 .feature-item .btn__link .icon-outlined:hover {
  color: #ffffff;
  border-color: #3494ac;
  background-color: #3494ac;
}

.features-layout1 .cta-banner,
.features-layout2 .cta-banner {
  background-color: rgba(5, 76, 139, 0.4);
}

.features-layout1 .cta-banner .cta__title,
.features-layout2 .cta-banner .cta__title {
  color: #ffffff;
}

.features-layout1 .cta-banner .cta__title a:hover,
.features-layout2 .cta-banner .cta__title a:hover {
  color: #ffffff;
}

.packages .service-item .service__content {
  padding-top: 20px;
}

.packages .service-item .service__content .list-items {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5f4ff;
  margin-bottom: 20px !important;
}

.banner {
  margin-bottom: -5px;
}


.compare {
  background: #e8e8e8;
  color: #666;
}

.steps {
  position: relative;
}

.compare h2,
.steps h2 {
  position: relative;
  font-size: 38px;
  line-height: 1.2;
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.secondary h3,
.secondary p {
  opacity: .9;
}

.secondary h3 {
  margin-bottom: 0;
  font-size: 24px;
}

.compare h2 img {
  position: absolute;
  bottom: -10px;
  right: -30px;
  width: 85px;
  transform: rotate(155deg) scale(-1, -1);
}

.compare h2 span {
  color: #38b1e4;
}


.compare h2.text-left {
  position: relative;
  font-size: 42px;
  max-width: 100%;
}


.packages .service-item .service__title a {
  color: #fff;
}

.packages .service-item .service__title {
  font-size: 18px;
  padding: 25px 25px;
  margin-bottom: 00;
  transition: .4s all;
  background: linear-gradient(224deg, #37b8d8, #228eb7);
}

.service-item:hover .service__title {
  background: linear-gradient(224deg, #228eb7, #228eb7);
}

.price {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #28a745;
}

.price del {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #dc3545;
}

/* .features-layout2 {
  padding-bottom: 388px;
}

.features-layout2+.contact-layout2 {
  margin-top: -300px;
} */
.color-bg {
  background: linear-gradient(45deg, #31ccbe, #28a1a7) !important;
}

.video__banner img {
  width: 100%;
}

.packages .service-item {
  padding: 0px;
  border: 1px solid #e2eef1;
}

.packages .service__content {
  padding: 25px;
}

.features-layout1 .sticky-top,
.features-layout3 .sticky-top {
  top: 150px;
}

.features-layout3 .feature-item {
  border: 1px solid transparent;
  background-color: #f1f5fe;
}

.features-layout3 .cta-banner {
  padding: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.features-layout4 .feature-item {
  z-index: 6;
  border: 0;
  margin-bottom: 30px;
  background-color: #ffffff;
}

.features-layout4 .feature-item .btn__link .icon-outlined {
  color: #ffffff;
  border-color: #3494ac;
  background-color: #469fbd;
}

.features-layout4 .blockquote {
  position: relative;
  padding-left: 70px;
}

.features-layout4 .blockquote:after {
  content: "\e91b";
  font-family: icomoon;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 50px;
  line-height: 1;
  color: #ffffff;
}

.features-layout4 .blockquote .blockquote__title {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 17px;
}

.features-layout4 .blockquote__author {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}

.features-layout4 .blockquote__author:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 2px;
  background-color: #091d3e;
}

/* Mobile Phones and tablets  */
@media (min-width: 320px) and (max-width: 767px) {
  .feature-item .feature__title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .feature-item .feature__desc {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .feature-item .feature__icon {
    font-size: 40px;
    margin-bottom: 10px;
  }

  [class*="features-layout"] .feature-item {
    padding: 20px;
  }

  [class*="features-layout"] .cta-banner {
    padding: 20px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  [class*="features-layout"] .cta-banner .cta__title {
    font-size: 14px;
    line-height: 1.5;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  [class*="features-layout"] .cta-banner .btn {
    max-height: 50px;
  }
}

/*-----------------------
     fancybox 
------------------------*/
.fancybox-item {
  position: relative;
  margin-bottom: 40px;
}

.fancybox-item .fancybox__icon {
  font-size: 55px;
  line-height: 1;
  color: #3494ac;
  margin-bottom: 25px;
}

.fancybox-item .fancybox__title {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fancybox-item .fancybox__desc {
  font-size: 14px;
  margin-bottom: 0;
}

.fancybox-item .icon-outlined {
  margin-top: 23px;
  width: 26px;
  height: 26px;
  line-height: 22px;
  display: inline-block;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #848e9f;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.fancybox-item .icon-outlined:hover {
  color: #ffffff;
  border-color: #3494ac;
  background-color: #3494ac;
}

.fancybox-item:hover .fancybox__icon {
  -webkit-animation: slideTopDown 1s infinite alternate;
  animation: slideTopDown 1s infinite alternate;
}

.fancybox-item:hover .fancybox__title {
  color: #3494ac;
}

.fancybox-light .fancybox-item .fancybox__icon,
.fancybox-light .fancybox-item .fancybox__title,
.fancybox-light .fancybox-item:hover .fancybox__title {
  color: #ffffff;
}

/* Medium Size Screens */
@media (min-width: 768px) and (max-width: 991px) {
  .fancybox-item .fancybox__title {
    margin-bottom: 12px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .fancybox-item {
    margin-bottom: 30px;
  }

  .fancybox-item .fancybox__icon {
    font-size: 40px;
    margin-bottom: 5px;
  }

  .fancybox-item .fancybox__title {
    font-size: 15px;
    margin-bottom: 5px;
  }
}

/*-----------------------
    portfolio
------------------------*/
.portfolio-item {
  position: relative;
  border-radius: 5px;
  margin-bottom: 47px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.portfolio-item .portfolio__img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio-item .portfolio__img img {
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.portfolio-item .portfolio__content {
  padding-top: 25px;
}

.portfolio-item .portfolio__cat {
  margin-bottom: 6px;
}

.portfolio-item .portfolio__cat a {
  position: relative;
  font-size: 14px;
  color: #3494ac;
  padding-right: 7px;
}

.portfolio-item .portfolio__cat a:hover {
  color: #1f314f;
}

.portfolio-item .portfolio__cat a:after {
  content: ",";
  position: absolute;
  top: -2px;
  right: 2px;
  color: #3494ac;
}

.portfolio-item .portfolio__cat a:last-child:after {
  display: none;
}

.portfolio-item .portfolio__title {
  font-size: 21px;
  margin-bottom: 8px;
}

.portfolio-item .portfolio__title a {
  color: #1f314f;
}

.portfolio-item .portfolio__title a:hover {
  color: #3494ac;
}

.portfolio-item .portfolio__desc {
  font-size: 14px;
  margin: 16px 0 20px;
}

.portfolio-item .portfolio__icon {
  width: 60px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  z-index: 2;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.portfolio-item .portfolio__icon img {
  max-height: 35px;
}

.portfolio-item .portfolio__hover {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 26, 26, 0.5)), color-stop(82%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(-180deg, rgba(27, 26, 26, 0.5) 0%, rgba(0, 0, 0, 0) 82%);
}

.portfolio-item .portfolio__hover .portfolio__content {
  opacity: 0;
  padding: 30px;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.portfolio-item .portfolio__hover .portfolio__title a {
  color: #ffffff;
}

.portfolio-item .portfolio__hover .portfolio__cat a {
  color: #f9f9f9;
}

.portfolio-item .portfolio__hover .portfolio__cat a:hover,
.portfolio-item .portfolio__hover .portfolio__cat a:after {
  color: #f9f9f9;
}

.portfolio-item .btn__link.btn__secondary {
  padding: 8px 0;
  border-radius: 3px;
}

.portfolio-item .btn__link.btn__secondary i {
  width: auto;
  height: auto;
  margin-left: 3px;
  color: #091d3e;
  background-color: transparent !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.portfolio-item .btn__link.btn__secondary:hover {
  color: #ffffff !important;
  background-color: #3494ac !important;
}

.portfolio-item:hover .btn__link.btn__secondary {
  padding: 8px 15px;
  color: #ffffff;
  background-color: #091d3e;
}

.portfolio-item:hover .btn__link.btn__secondary i {
  color: #ffffff;
}

.portfolio-item:hover .portfolio__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.portfolio-item:hover .portfolio__hover {
  opacity: 1;
}

.portfolio-item:hover .portfolio__hover .portfolio__content {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.portfolio-layout2 .portfolio-item {
  text-align: center;
  padding: 30px 30px 40px;
  background-color: #f1f5fe;
  margin-bottom: 30px;
}

.portfolio-layout2 .portfolio-item .portfolio__content {
  padding: 0 15px;
}

.portfolio-layout2 .portfolio-item .portfolio__title {
  margin-bottom: 20px;
}

.portfolio-layout2 .portfolio-item .portfolio__icon {
  position: relative;
  width: 80px;
  height: 80px;
  margin: -40px 0 22px;
}

.portfolio-layout2 .portfolio-item:hover .portfolio__icon {
  -webkit-animation: slideTopDown 1s infinite alternate;
  animation: slideTopDown 1s infinite alternate;
}

.portfolio-layout2 .portfolio-item:hover .portfolio__img img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.portfolio-layout2-carousel .slick-dots {
  position: absolute;
  bottom: -20px;
  right: -20px;
}

.portfolio-layout3 .portfolio-item .portfolio__content {
  padding: 27px 15px 30px 30px;
}

.portfolio-layout3 .portfolio-item .portfolio__icon {
  position: absolute;
  top: 30px;
  left: 30px;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.portfolio-layout3 .portfolio-item:hover {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}

.portfolio-layout3 .portfolio-item:hover .portfolio__img {
  border-radius: 5px 5px 0 0;
}

.portfolio-layout3 .portfolio-item:hover .portfolio__icon {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.course-filter {
  padding: 20px 0 0;
  margin: 0;
}

.course-filter li {
  margin-bottom: 10px;
  margin-right: 30px;
}

.course-filter li:last-child {
  margin-right: 0;
}

.course-filter li a {
  position: relative;
  color: #848e9f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  display: block;
  padding-bottom: 5px;
}

.course-filter li a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 0;
  height: 2px;
  margin: auto;
  background-color: #3494ac;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.course-filter li a.active,
.course-filter li a:hover {
  color: #091d3e;
}

.course-filter li a.active:after,
.course-filter li a:hover:after {
  width: 100%;
}

.mix {
  display: none;
}

.portfolio-single .portfolio-item .portfolio__icon {
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin-top: -60px;
  position: relative;
  z-index: 3;
}

.portfolio-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

.portfolio__meta-list h5 {
  font-size: 15px;
  margin-bottom: 22px;
}

.portfolio__meta-list span {
  font-size: 14px;
}

.portfolio-tags {
  padding: 27px;
}

.portfolio-tags h5 {
  font-size: 16px;
  margin-bottom: 12px;
}

.portfolio-tags a {
  font-size: 14px;
}

.portfolio-tags .portfolio-tags__list li a {
  position: relative;
  padding-right: 5px;
}

.portfolio-tags .portfolio-tags__list li a:before {
  content: ',';
  position: absolute;
  top: 0;
  right: 0;
  color: #3494ac;
}

.portfolio-tags .portfolio-tags__list li:last-child a {
  padding-right: 0;
}

.portfolio-tags .portfolio-tags__list li:last-child a:before {
  display: none;
}

.portfolio-sharing {
  padding: 27px;
  border-left: 1px solid #e7ebef;
}

.portfolio-sharing li {
  margin-right: 18px;
}

.portfolio-sharing li:last-child {
  margin-right: 0;
}

@media (min-width: 1200px) {
  .portfolio-item .portfolio__content {
    padding-left: 30px;
    padding-right: 15px;
  }
}

@media (max-width: 992px) {
  .portfolio-item .portfolio__content {
    padding: 15px 0 0 0;
  }

  .portfolio-layout2 .portfolio-item {
    padding: 20px 20px 0 20px;
    margin-bottom: 50px;
  }

  .portfolio-layout2 .portfolio-item .portfolio__icon {
    margin-bottom: 15px;
  }

  .portfolio-layout2 .portfolio-item .portfolio__title {
    margin-bottom: 10px;
  }

  .portfolio-layout2 .portfolio-item .portfolio__img {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .portfolio-item .portfolio__title {
    font-size: 16px;
    margin-bottom: 7px;
  }

  .course-filter li {
    margin-right: 10px;
    margin-bottom: 5px;
  }

  .course-filter li a {
    font-size: 13px;
  }

  .portfolio-tags {
    padding: 15px;
  }

  .portfolio-sharing {
    padding: 15px;
    border-left: 0;
    border-top: 1px solid #e7ebef;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .portfolio-single .portfolio-item .portfolio__icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-top: -40px;
  }
}

/* Mobile Phones */
@media (max-width: 420px) {
  .portfolio-item .portfolio__desc {
    font-size: 13px;
    line-height: 23px;
  }
}

/*--------------------
     Team
---------------------*/

.team-layout1 {
  position: relative;
  background: url(../images/team-bg.jpg);
  background-size: cover;
}

.team-layout1::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #17a2b8cf, #17b89ae0);
  content: '';
}

.member {
  position: relative;
  margin-bottom: 50px;
}

.member .member__img {
  position: relative;
}

.member:hover .member__img img {
  transform: rotate(360deg);
}

.member .member__img img {
  width: 230px;
  height: 230px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #ffffffb3;
  box-shadow: 0px 5px 35px #2222224d;
  transition: .4s all;
}

.vision-mission {
  text-align: center;
  background: linear-gradient(45deg, #091d3e99, transparent);
  padding: 40px 30px;
  border-radius: 6px;
  margin-bottom: -150px;
  margin-top: 70px;
  backdrop-filter: blur(12px);
  border: 1px solid #5193a9ab;
  box-shadow: 0px 5px 25px #22222226;
}

.card-block p,
.card-block blockquote {
  color: #0e3227;
  font-size: 16px;
}

.card-block {
  border: 2px dashed;
  border-radius: 6px;
  padding: 25px;
  box-shadow: 0px 8px;
  border-bottom: none;
  background: #4cd7ab;
}

.block-c {
  background: #cfd136 !important;
}

.block-d {
  background: #f95959;
}

.block-d p {
  color: #fdf7e2;
}

.block-e {
  background: #ffd54f;
}

.block-e p {
  color: #4a4945
}

.card-block-b p {
  color: #f5efe5;
}

.card-block-b {
  border: 2px dashed #ddd;
  border-radius: 6px;
  padding: 25px;
  box-shadow: 0px 8px #ddd;
  border-bottom: none;
  background: #4399ab;
}

.vision-mission .heading-layout2 .heading__title {
  font-size: 34px;
  color: #17a2b8;
  margin-bottom: 15px;
}

.vision-mission .heading__subtitle {
  color: #c8d3e5;
}

.vision-mission p {
  color: #bac2cf !important
}

.member .member__info {
  padding-top: 21px;
}

.member .member__info .member__name {
  font-size: 21px;
  margin-bottom: 7px;
  color: #ededed;
}

.member .member__info .member__desc {
  margin-bottom: 0;
  color: #cde9e7;
}

.member .member__hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.member .member__content-inner {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  opacity: 0;
  width: auto;
  width: 150px;
  left: 50%;
  border-radius: 4px;
  background-color: #091d3e;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.member .social-icons li {
  margin-right: 0;
}

.member .social-icons li a {
  color: #ffffff;
  opacity: 0;
  padding: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.member .social-icons li a:hover {
  color: #3494ac;
}

.member:hover .member__hover {
  opacity: 1;
  display: none;
}

.member:hover .member__content-inner {
  opacity: 1;
  bottom: 30px;
}

.member:hover .social-icons li a {
  opacity: 1;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .member {
    max-width: 400px;
    margin: 0 auto 30px;
  }

  .member .member__info {
    padding-top: 15px;
  }

  .member .member__info .member__name {
    font-size: 17px;
    margin-bottom: 0;
  }
}

/*----------------------------
     Testimonial
------------------------------*/
.testimonial__title {
  position: relative;
  z-index: 2;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 34px;
}

.testimonial__meta-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 4px;
  white-space: nowrap;
}

.testimonial__meta-desc {
  position: relative;
  z-index: 2;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 0;
}

.testimonial__thmb {
  width: 52px !important;
  height: 52px;
  overflow: hidden;
  border-radius: 50%;
  padding: 4px;
  border: 2px solid #3494ac;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.testimonial__thmb img {
  display: block;
  max-width: 100%;
  border-radius: 50%;
  margin: auto;
}


.testimonial__rating i {
  font-size: 12px;
  color: #3494ac;
}

.testimonials {
  padding-bottom: 7.5rem;
}

.testimonials-layout1.testimonials-has-bottom-img {
  padding-bottom: 140px;
  margin-bottom: 100px;
}

.testimonials-has-top-img {
  padding-bottom: 160px;
  /* margin-top: 100px; */
}

.testimonials-layout1 .testimonials-bottom-img {
  position: absolute;
  z-index: 3;
  bottom: -95px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonials-top-img {
  position: absolute;
  z-index: 3;
  top: -65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonials-layout1 .heading__title {
  font-size: 15px;
}

.testimonials-layout1 .testimonials-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50px;
  width: 58px;
  height: 52px;
  z-index: -1;
  background-image: url(../images/quote-icon.png);
}

.testimonials-layout1 .slick-dots {
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 3;
}

.testimonials-layout2.testimonials-has-top-img {
  padding-top: 110px;
  margin-top: 100px;
}

.testimonials-layout2 .testimonials-top-img {
  position: absolute;
  z-index: 3;
  top: -75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonials-layout2 .testimonial-item {
  position: relative;
  padding: 40px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.05);
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.05);
}

.testimonials-layout2 .testimonial-item:before {
  content: '';
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 58px;
  height: 52px;
  z-index: 1;
  background-image: url(../images/testimonials/quote-icon2.png);
}

.testimonials-layout2 .testimonial-item .testimonial__title {
  font-size: 19px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 37px;
}

.testimonials-layout2 .testimonial-item .testimonial__meta {
  position: relative;
  padding-top: 47px;
}

.testimonials-layout2 .testimonial-item .testimonial__meta:before {
  content: '';
  position: absolute;
  top: 0;
  left: -40px;
  width: 0;
  height: 2px;
  background-color: #e6e8eb;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.testimonials-layout2 .testimonial-item:hover {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}

.testimonials-layout2 .testimonial-item:hover .testimonial__meta:before {
  width: 105%;
}

.testimonials-layout2 .slick-list {
  margin: -15px;
  overflow: visible;
}

.testimonials-layout2 .slick-slide {
  margin: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.testimonials-layout2 .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}

.testimonials-layout2 .slick-slide:not(.slick-active) {
  opacity: 0;
  visibility: hidden;
}

.testimonials-layout2 .slick-dots {
  text-align: center;
  margin-top: 40px;
}

@media (min-width: 1200px) {
  .testimonials-wrapper {
    padding-right: 200px;
    padding-left: 200px;
  }
}

@media (max-width: 1200px) {
  .testimonials-layout1 {
    overflow-x: hidden;
  }

  .testimonials-layout1.testimonials-has-bottom-img {
    padding-bottom: 50px;
    margin-bottom: 0;
  }

  .testimonials-layout1 .testimonials-bottom-img {
    display: none;
  }

  .testimonials-layout1 .testimonials-wrapper {
    padding-top: 60px;
    padding-right: 0;
    padding-left: 0;
  }

  .testimonials-layout1 .testimonials-wrapper:before {
    left: 10px;
  }

  .testimonials-layout2 {
    overflow-x: hidden;
  }

  .testimonials-layout2.testimonials-has-top-img {
    padding-top: 50px;
    margin-top: 0;
  }

  .testimonials-layout2 .testimonials-top-img {
    display: none;
  }
}

/* Mobile Phones and tablets */
@media (max-width: 992px) {
  .testimonial__title {
    font-size: 15px;
  }

  .testimonial__meta-title {
    font-size: 15px;
  }

  .testimonials-layout2 .testimonial-item {
    padding: 15px;
  }

  .testimonials-layout2 .testimonial-item:before {
    display: none;
  }

  .testimonials-layout2 .testimonial-item .testimonial__title {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .testimonials-layout2 .testimonial-item .testimonial__meta {
    padding-top: 15px;
  }

  .testimonials-layout2 .testimonial-item .testimonial__rating {
    margin-bottom: 8px;
  }
}

/*---------------------------
    Client
---------------------------*/
.client {
  position: relative;
  overflow: hidden;
}

.client img {
  padding: 15px;
  -webkit-transition: transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.client img:first-of-type {
  opacity: 0.7;
}

.client img:last-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -150%);
  transform: translate(-50%, -150%);
}

.client:hover img:first-of-type {
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
}

.client:hover img:last-of-type {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.clients-light .client img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.clients-light .client img:first-of-type {
  opacity: 0.98;
}

/*--------------------
     Blog
-------------------*/
.post-item {
  position: relative;
  margin-bottom: 50px;
}

.post-item .post__img {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.post-item .post__img img {
  width: 100%;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.post-item:hover .post__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.post-item .post__body {
  padding-top: 32px;
  overflow: hidden;
}

.post-item .post__meta {
  margin-bottom: 14px;
}

.post-item .post__meta>* {
  font-size: 13px;
  margin-right: 20px;
}

.post-item .post__meta>*:last-child {
  margin-right: 0;
}

.post-item .post__meta-cat {
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 2px 9px;
  border-radius: 3px;
  background-color: #ffffff;
}

.post-item .post__meta-cat a {
  position: relative;
  color: #3494ac;
  padding-right: 7px;
  font-size: 13px;
}

.post-item .post__meta-cat a:hover {
  color: #1f314f;
}

.post-item .post__meta-cat a:after {
  content: ",";
  position: absolute;
  top: -1px;
  right: 2px;
  color: #3494ac;
}

.post-item .post__meta-cat a:last-child {
  padding-right: 0;
}

.post-item .post__meta-cat a:last-child:after {
  display: none;
}

.post-item .post__meta-date {
  color: #054c8b;
}

.post-item .post__meta-author {
  font-size: 13px;
}

.post-item .post__meta-author a {
  color: #1f314f;
}

.post-item .post__title {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 10px;
}

.post-item .post__title a {
  color: #1f314f;
}

.post-item .post__title a:hover {
  color: #3494ac;
}

.post-item .post__desc {
  margin-top: 5px;
}

.post-item .btn__link.btn__secondary {
  padding: 8px 0;
  margin-top: 10px;
  border-radius: 3px;
}

.post-item .btn__link.btn__secondary i {
  width: auto;
  height: auto;
  margin-left: 3px;
  color: #091d3e;
  background-color: transparent !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.post-item .btn__link.btn__secondary:hover {
  color: #ffffff !important;
  background-color: #3494ac !important;
}

.post-item:hover .btn__link.btn__secondary {
  padding: 8px 15px;
  color: #ffffff;
  background-color: #091d3e;
}

.post-item:hover .btn__link.btn__secondary i {
  color: #ffffff;
}

/* Blog Sigle */
.blog-single .post-item .post__meta {
  margin-top: 30px;
}

.blog-single .post-item .post__meta-cat {
  position: static;
  border: 1px solid #e6e8eb;
}

.blog-single .post-item .post__title {
  font-size: 36px;
  font-weight: 700;
}

.blog-single .post-item .post__desc p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 29px;
}

.blog-widget__title {
  font-size: 21px;
  margin-bottom: 24px;
}

.blog-share .social-icons a {
  color: #0f2b5b;
}

.blog-share .social-icons a:hover {
  color: #3494ac;
}

.widget-nav .widget-nav__img {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  max-width: 90px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.widget-nav .widget-nav__img:before {
  font-family: icomoon;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 10px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 146, 255, 0.9);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.widget-nav .widget-nav__next .widget-nav__img:before {
  content: "\e904";
}

.widget-nav .widget-nav__prev .widget-nav__img:before {
  content: "\e902";
}

.widget-nav .widget-nav__prev,
.widget-nav .widget-nav__next {
  position: relative;
}

.widget-nav .widget-nav__prev:hover .widget-nav__ttile,
.widget-nav .widget-nav__next:hover .widget-nav__ttile {
  color: #3494ac;
}

.widget-nav .widget-nav__prev:hover .widget-nav__img:before,
.widget-nav .widget-nav__next:hover .widget-nav__img:before {
  opacity: 1;
}

.widget-nav .widget-nav__content {
  max-width: calc(100% - 90px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 90px);
  flex: 0 0 calc(100% - 90px);
  padding: 0 10px;
}

.widget-nav .widget-nav__content span {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #616161;
  display: block;
  margin-bottom: 1px;
}

.widget-nav .widget-nav__content .widget-nav__ttile {
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.widget-nav .widget-nav__all {
  font-size: 22px;
  line-height: 50px;
  display: block;
  text-align: center;
}

.blog-author {
  padding: 35px;
  border-radius: 4px;
  background-color: #f1f5fe;
}

.blog-author .blog-author__avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  overflow: hidden;
  margin-bottom: 20px;
  padding-right: 30px;
}

.blog-author .blog-author__avatar img {
  border-radius: 4px;
}

.blog-author .blog-author__content {
  -webkit-box-flex: calc(100% - 100px);
  -ms-flex: calc(100% - 100px);
  flex: calc(100% - 100px);
  max-width: calc(100% - 100px);
}

.blog-author .blog-author__name {
  font-size: 18px;
  margin-bottom: 15px;
}

.blog-author .blog-author__bio {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 13px;
}

.blog-author .social-icons li a {
  font-size: 15px;
  color: #1f314f;
}

.blog-author .social-icons li a:hover {
  color: #3494ac;
}

.bordered-box {
  border-radius: 4px;
  border: 1px solid #e5e8ea;
}

.bordered-box .blog-share,
.bordered-box .blog-tags {
  padding: 25px;
}

.main {
  position: relative;
  background: linear-gradient(45deg, #03bcf4bf, #10ca8dc4);
  padding: 30px 40px;
  border-radius: 6px;
  z-index: 1;
}

.tag {
  background: var(--yellow);
  width: fit-content;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: cursive;
  transform: rotate(-10deg);
  position: absolute;
  left: 0;
  color: #222;
  top: 0;
  z-index: 2;
}

.main p {
  color: #fff;
  font-size: 18px;
  margin: 0;
  padding-top: 6px;
  font-style: italic;
}

.main h3 {
  font-size: 32px;
  color: #ffffff;
  margin: 0;
}

.medal {
  position: absolute;
  top: 0;
  right: 20px;
  width: 40px;
}

.secondary h3,
.secondary p {
  opacity: .9;
}

.secondary p {
  font-size: 14px;
  font-style: italic;
  margin: 0;
  padding-top: 6px;
}

.medal {
  position: absolute;
  top: 0;
  right: 20px;
  width: 40px;
}

.secondary {
  padding: 1.3rem;
  background: #f5f5f5;
  border-radius: 6px;
  max-width: 80%;
  margin: 0 auto;
  transform: rotate(3deg);
  z-index: -1;
  box-shadow: 0 5px 25px #b3b3b37a;
}

.comments-list .comment__item {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 30px;
}

.comments-list .comment__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.comments-list .comment__item .comment__avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 4px;
}

.comments-list .comment__item .comment__content {
  padding-left: 90px;
}

.comments-list .comment__item .comment__content .comment__author {
  font-size: 15px;
  margin-bottom: 11px;
}

.comments-list .comment__item .comment__content .comment__date {
  font-size: 12px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

.comments-list .comment__item .comment__content .comment__desc {
  font-size: 15px;
  margin-bottom: 6px;
}

.comments-list .comment__item .comment__content .comment__reply {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #091d3e;
  display: inline-block;
}

.comments-list .comment__item .comment__content .comment__reply:hover {
  color: #3494ac;
}

.comments-list .comment__item .nested__comment {
  border-top: 1px solid #eaeaea;
  padding: 30px 0 0 0;
  margin: 30px 0 0 90px;
}

.blog-comments-form .form-control {
  height: 60px;
}

.blog-comments-form .btn {
  height: 70px;
  line-height: 70px;
}

.blog-tags ul li a {
  position: relative;
  font-size: 14px;
  padding-right: 5px;
  color: #3494ac;
}

.blog-tags ul li a:hover {
  color: #091d3e;
}

.blog-tags ul li a:before {
  content: ',';
  position: absolute;
  top: -2px;
  right: 1px;
  color: #3494ac;
}

.blog-tags ul li:last-child a:before {
  display: none;
}

@media (min-width: 1200px) {
  .post__body {
    padding-left: 30px;
  }

  .blog-single .post__body {
    padding-left: 40px;
  }
}

@media (min-width: 992px) {
  .bordered-box .row-no-gutter>[class*="col"]:first-child {
    border-right: 1px solid #e5e8ea;
  }

  .widget-nav .widget-nav__content .widget-nav__ttile {
    max-width: 270px;
  }
}

@media (min-width: 768px) {
  .widget-nav__next {
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .post-item {
    margin-bottom: 30px;
  }

  .post-item .post__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .blog-single .post-item .post__title {
    font-size: 20px;
  }

  .comments-list .comment__item .comment__avatar {
    width: 40px;
    height: 40px;
  }

  .comments-list .comment__item .comment__content {
    padding-left: 50px;
  }

  .comments-list .comment__item .comment__content .comment__desc {
    font-size: 13px;
  }

  .widget-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .widget-nav .widget-nav__img {
    max-width: 70px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
  }

  .widget-nav .widget-nav__prev {
    margin-bottom: 10px;
  }

  .comments-list .comment__item .nested__comment {
    padding: 20px 0 0 0;
    margin: 20px 0 0 40px;
  }

  .bordered-box .blog-share,
  .bordered-box .blog-tags {
    padding: 10px;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .blog-carousel .heading-wrapper {
    margin-bottom: 60px !important;
  }

  .blog-carousel .btn__explore {
    position: relative;
    right: 0;
  }

  .blog-carousel .heading__title {
    font-size: 18px;
  }

  .blog-carousel .slick-arrow {
    top: -30px;
  }
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 575px) {
  .blog-author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }

  .blog-author .blog-author__avatar,
  .blog-author .blog-author__content {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

/*----------------------------
    Contact
----------------------------*/
.contact-block {
  margin-bottom: 30px;
}

.contact-block:last-of-type {
  margin-bottom: 0;
}

.contact-block-light .contact-block__title,
.contact-block-light .contact-block__list li,
.contact-block-light .contact-block__list li a {
  color: #ffffff;
}

.contact-block .contact-block__title {
  font-size: 18px;
  margin-bottom: 12px;
}

.contact-block .contact-block__list {
  margin-bottom: 0;
}

.contact-block .contact-block__list li {
  font-size: 14px;
}

.contact-info-box {
  margin-bottom: 30px;
}

.contact-info-box .contact__info-box-title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 20px;
}

.contact-info-box .contact__info-list {
  margin-bottom: 0;
}

.contact-info-box .contact__info-list li {
  font-size: 14px;
  margin-bottom: 7px;
}

.contact-info-box .contact__info-list li a {
  color: #848e9f;
}

.contact-panel {
  position: relative;
  z-index: 2;
  padding: 35px;
  border-radius: 5px;
  background: url("https://image.freepik.com/free-vector/wave-textures-white-background-vector_53876-60287.jpg");
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.1);
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.1);
}

.contact-main {
  position: relative;
  z-index: 2;
  padding: 60px;
  border-radius: 5px;
  background: #ffffff !important;
  -webkit-box-shadow: 0px 5px 83px 0px rgb(9 29 62 / 10%);
  box-shadow: 0px 5px 83px 0px rgb(9 29 62 / 10%);
}

.contact-main:before {
  background: #ffffff !important;
}

.free-stamp {
  display: none;
  position: absolute;
  top: -30px;
  left: 0;
  max-width: 180px;
  transform: rotate(-15deg);
  filter: grayscale(1);
}

.contact-panel:before {
  position: absolute;
  content: '';
  background: linear-gradient(320deg, #ffc107, #ffdb6e);
  top: 0;
  left: 0;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  opacity: 0.75
}

.demo-booking .form-control {
  background-color: #fffaea;
}

.demo-booking .form-control:focus {
  background-color: #fafafa;
}

.demo-booking .contact-panel__desc {
  color: #776327;
}

.demo-booking .contact-panel__title {
  font-size: 24px;
  margin-bottom: 10px;
  color: #3d4a61;
}

.demo-booking .list-items-layout2 li:before {
  color: #091d3e;
  border-color: #ffcf3d;
  background-color: #ffcf40;
}

.course-stamp {
  max-width: 80px;
  max-height: 50px;
  object-fit: contain;
}

.contact-panel__title {
  font-size: 24px;
  text-decoration: underline;
}

.contact-panel__desc {
  font-size: 15px;
  line-height: 25px;
}

[class*="contact-layout"] textarea.form-control {
  min-height: 120px;
}

[class*="contact-layout"] .contact-panel__info {
  padding: 55px 60px 60px;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38%;
  flex: 0 0 38%;
  max-width: 38%;
}

[class*="contact-layout"] .contact-panel__info .contact-block__title {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 10px;
}

[class*="contact-layout"] .contact-panel__info .contact-block__list {
  margin-bottom: 30px;
}

[class*="contact-layout"] .contact-panel__info .contact-block__list li {
  color: #ffffff;
  font-size: 14px;
}

[class*="contact-layout"] .contact-panel__form {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 62%;
  flex: 0 0 62%;
  max-width: 62%;
}

@media (min-width: 992px) {
  [class*="contact-layout"] .contact-panel__form {
    padding-left: 70px;
  }
}

/* Mobile Phones & tablets and Small Screens */
@media (max-width: 992px) {
  .contact-panel {
    padding: 20px;
  }

  .contact-panel .contact-panel__desc {
    font-size: 13px;
    line-height: 23px;
  }

  [class*="contact-layout"] .contact-panel__info {
    padding: 20px;
    margin-bottom: 30px;
  }

  [class*="contact-layout"] .contact-panel__info,
  [class*="contact-layout"] .contact-panel__form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .contact-info-box .contact__info-box-title {
    margin-bottom: 10px;
  }
}

/*--------------------------
        pricing
--------------------------*/
.pricing__list [data-toggle="collapse"].collapsed .if-not-collapsed,
.pricing__list [data-toggle="collapse"]:not(.collapsed) .if-collapsed {
  display: none;
}

.pricing-item a.btn-light {
  height: 48px;
  line-height: 48px;
  font-weight: 500;
  margin: 12px 0;
}

.page-title-layout5+.pricing {
  margin-top: -83px;
  z-index: 2;
}

.pricing-item {
  position: relative;
  height: calc(100% - 30px);
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.pricing-item .pricing__title {
  color: #ffffff;
  background: #17a2b8;
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 0;
  border-radius: 4px 4px 0 0;
  padding: 25px 50px;
}

.feature-padding {
  padding: 45px 50px 50px;
}

.m-negative {
  position: relative;
  margin-top: -45px;
  box-shadow: 0px 6px 15px #2e31351c;
  z-index: 999;
  overflow: hidden;
}

.m-negative .pricing__title {
  background: #ff506c;
  margin: 4px 4px 0;
  color: #fff !important
}

.m-negative .pricing__price {
  background: transparent !important;
  margin: 0 4px;
  border-bottom: 2px solid #dbdee0;
}

.m-negative .pricing__desc {
  color: #6c757d;
}

.m-negative .list-items-layout2 li {
  color: #575a61;
}

.m-negative:after {
  position: absolute;
  top: 4px;
  left: 4px;
  content: '';
  width: 98%;
  height: 98.8%;
  background: linear-gradient(225deg, #fff, #ffffffda);
  z-index: -1;
  border-radius: 4px;
}

.popularity {
  color: #091d3e;
  font-size: 12px;
  background: #ffc107;
  border-radius: 30px;
  padding: 5px 15px;
  display: inline-block;
  margin-left: 10px;
}

.m-negative .form-control {
  border: 2px solid #848e9f36;
}

.m-negative .pricing__title {
  color: #1f314f;
}

.m-negative .pricing__time {
  color: #e3e4e4;
}

.pricing-item .pricing__price {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 48px;
  font-weight: 500;
  color: #364256;
  line-height: 1;
  margin-bottom: 18px;
  background: #dbdee073;
  padding: 20px 50px;
}

.pricing__currency {
  font-size: 26px;
  margin-right: 5px;
}

.pricing-item .pricing__time {
  font-size: 14px;
  font-weight: 500;
  color: #848e9f;
}

.pricing-item .pricing__desc {
  font-size: 14px;
  margin-bottom: 30px;
}

.pricing-item .pricing__list {
  margin-top: 50px;
  margin-bottom: 0;
}

.pricing-item .pricing__list li {
  margin-bottom: 13px;
}

.pricing-item .pricing__list li:before {
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-color: #fbfbfb;
  color: #23bf77;
}

.pricing-item .btn {
  padding: 0 20px;
}

/* Mobile Phones & tablets and Small Screens */
@media (max-width: 992px) {
  .page-title-layout4+.pricing {
    margin-top: 0;
  }

  .pricing-item {
    height: auto;
    padding: 20px;
  }

  .pricing-item .pricing__list {
    margin-top: 20px;
  }

  .pricing-item .pricing__desc {
    font-size: 12px;
  }

  .pricing-item .pricing__price {
    font-size: 40px;
    margin-bottom: 10px;
  }
}

/*---------------------------
    Counters
--------------------------*/
.counter-item {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
}

.counter-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #3494ac;
}

.counter-item .counter {
  color: #091d3e;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 65px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 16px;
}

.counter-item .counter__desc {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0;
  padding-right: 40px;
}

.counters-light .counter-item .counter,
.counters-light .counter-item .counter__desc {
  color: #ffffff;
}

/* Mobile Phones & tablets and Small Screens */
@media (max-width: 992px) {
  .counter-item {
    padding-left: 15px;
  }

  .counter-item .counter {
    font-size: 25px;
  }

  .counter-item .counter__desc {
    font-size: 13px;
    padding-right: 0;
  }
}

/*--------------------
    Sidebar
----------------------*/
.sidebar {
  position: relative;
  margin-left: 20px;
}

.widget {
  position: relative;
  background-color: #f1f5fe;
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 4px;
}

.widget:after {
  content: '';
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 0;
  width: 3px;
  background-color: #091d3e;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget .widget__title {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 23px;
}

.widget-search .widget__form-search {
  position: relative;
}

.widget-search .widget__form-search .form-control {
  background-color: #fff;
  border: 1px solid #eaeaea;
}

.widget-search .widget__form-search .form-control:focus {
  border-color: #3494ac;
}

.widget-search .widget__form-search .btn {
  position: absolute;
  top: 0;
  right: 10px;
  width: auto;
  color: #1f314f;
  padding: 0;
  min-width: 0;
  height: 55px;
  line-height: 55px;
}

.widget-search .widget__form-search .btn:before {
  display: none;
}

.widget-search .widget__form-search .btn:hover {
  color: #3494ac;
}

.widget-categories ul li {
  margin-bottom: 11px;
}

.widget-categories ul li:last-child {
  margin-bottom: 0;
}

.widget-categories ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #848e9f;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.widget-categories ul li a:hover {
  color: #3494ac;
}

.widget-categories ul li a .cat-count {
  font-size: 13px;
  font-weight: 400;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #e6e8eb;
  color: #3494ac;
  background-color: #ffffff;
}

.widget-tags ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget-tags ul li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  padding: 6px 10px;
  margin: 0 10px 10px 0;
  border-radius: 3px;
  border: 1px solid #e6e8eb;
  color: #3494ac;
  background-color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.widget-tags ul li a:hover {
  color: #ffffff;
  border-color: #3494ac;
  background-color: #3494ac;
}

/*widget posts*/
.widget-post-item {
  margin-bottom: 25px;
}

.widget-post-item:last-of-type {
  margin-bottom: 0;
}

.widget-post-item .widget-post__title {
  font-size: 16px;
  margin-bottom: 0;
}

.widget-post-item .widget-post__title a {
  color: #1f314f;
}

.widget-post-item:hover .widget-post__title a {
  color: #3494ac;
}

.widget-post-item .widget-post__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 15px;
}

.widget-post-item .widget-post__date {
  line-height: 1;
  font-size: 13px;
  margin-bottom: 4px;
}

@media (min-width: 320px) and (max-width: 992px) {
  .sidebar {
    margin-left: 0;
  }

  .widget {
    padding: 20px;
    margin-bottom: 30px;
  }

  .widget:after {
    top: 20px;
    bottom: 20px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .widget {
    padding: 15px;
  }

  .widget:after {
    top: 15px;
    bottom: 15px;
  }

  .widget .widget__title {
    margin-bottom: 20px;
  }

  .widget-categories ul {
    padding: 0;
  }

  .widget-categories ul li a {
    font-size: 13px;
  }
}

/*----------------------
    About
-----------------------*/
.about__img {
  position: relative;
}

.about__img img:nth-child(2) {
  z-index: 10;
  position: relative;
  border: 10px solid #fff;
  border-radius: 0;
}

.about__img img {
  border-radius: 3px;
}

.negative-img {
  position: absolute;
  top: -180px;
  right: -50px;
  z-index: 9;
  filter: grayscale(1);
}

.about__Text p {
  font-size: 16px;
}

.about-layout2 .about__Text {
  position: relative;
  padding-left: 40px;
}

.about-layout2 .about__Text:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #091d3e;
}

.about-layout2 .blockquote {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px;
  max-width: 340px;
  border-radius: 5px 0 5px 0;
  background: linear-gradient(45deg, #091d3e, #4c2580);
}

.about-layout2 .blockquote:before {
  content: "";
  bottom: -10px;
  left: 45px;
  position: absolute;
  display: block;
  border-top: 0 solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #091d3e;
}

.about-layout2 .blockquote:after {
  content: "\e91b";
  font-family: icomoon;
  position: absolute;
  left: 50px;
  top: -20px;
  font-size: 50px;
  line-height: 1;
  color: #ffffff;
}

.about-layout2 .blockquote .blockquote__title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 17px;
}

.about-layout2 .blockquote .blockquote__author {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 700;
}

.about-layout2 .blockquote .blockquote__author:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 2px;
  background-color: #3494ac;
}

.story-title {
  text-align: center;
  color: #fff;
  font-size: 44px;
  margin: 0;
  padding: 2rem 0 0;
}

.about-layout3 .sticky-top {
  top: 140px;
}

@media (min-width: 1200px) {
  .about-layout2 .about-text-wrapper {
    margin-left: 50px;
  }
}

/* Mobile Phones and tablets */
@media (max-width: 992px) {

  .about__img-1,
  .about__img-2 {
    margin-bottom: 30px;
  }

  .about-layout2 .about__Text {
    padding-left: 20px;
  }

  .about-layout2 .blockquote {
    padding: 20px;
    max-width: 300px;
  }

  .about-layout2 .blockquote:before {
    right: 20px;
  }

  .about-layout2 .blockquote:after {
    left: 20px;
    font-size: 40px;
  }

  .about-layout2 .blockquote .blockquote__title {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .about-layout2 .blockquote .blockquote__author {
    font-size: 12px;
  }
}

/*-----------------------
    banner
------------------------*/
.banner-layout2 .fancybox-item {
  margin-bottom: 0;
}

/* Extra Large Size Screens */
@media (min-width: 1200px) {
  /* .banner-layout1 .contact-panel {
    margin-right: -60px;
  } */

  .banner-layout3 {
    margin-bottom: 120px;
  }

  .banner-layout3 .banner-img {
    position: absolute;
    top: 0;
    right: 15px;
    margin-left: 70px;
  }

  .banner-layout3 .banner-text {
    padding-bottom: 70px;
  }
}

.stats-banner {
  padding: 50px;
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
}

.stats-banner .counter-item:before {
  background-color: #091d3e;
}

.stats-banner .stats-banner__ttile {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

.stats-banner .slick-dots {
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: 3;
}

.stats-banner .carousel-dots-light .slick-dots li.slick-active:before,
.stats-banner .carousel-dots-light .slick-dots li.slick-active:after {
  background-color: #091d3e;
}

.stats-banner .carousel-dots-light .slick-dots li.slick-active button {
  border-color: #091d3e;
}

@media (min-width: 992px) and (max-width: 1350px) {
  .banner-layout1 .contact-panel {
    padding: 60px 40px;
  }
}

/* Mobile Phones & tablets and Small Screens */
@media (max-width: 992px) {
  .banner-layout1 .contact-panel {
    padding: 30px;
  }

  .stats-banner {
    padding: 20px;
  }

  .stats-banner .stats-banner__ttile {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
  }
}

/* Mobile Phones And tablets  */
@media (min-width: 320px) and (max-width: 767px) {
  .banner-layout1 .contact-panel {
    padding: 20px;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .banner-layout2 .fancybox-item {
    margin-top: 30px;
  }

  .banner-layout2 .fancybox-item .icon-outlined {
    margin-top: 10px;
  }
}

/*-----------------------
    careers
------------------------*/
.jobs-container {
  background-color: #ffffff;
  border: 1px solid #e7ebef;
  border-radius: 3px;
  overflow: hidden;
}

.job-item {
  padding: 40px 38px 30px;
  border-bottom: 1px solid #e7ebef;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.job-item:last-child {
  border-bottom: 0;
}

.job-item .job__meta {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.job-item .job__type {
  font-size: 13px;
  text-transform: uppercase;
  background-color: #28a745;
  color: #ffffff;
  padding: 3px 8px;
  border-radius: 2px;
  margin-right: 20px;
}

.job-item .job__location {
  font-size: 13px;
}

.job-item .job__title {
  font-size: 20px;
  margin-bottom: 0;
}

.job-item .job__desc {
  font-size: 15px;
  margin-bottom: 0;
}

/* Mobile Phones & tablets and Small Screens */
@media (max-width: 992px) {
  .job-item {
    padding: 15px;
  }

  .job-item .job__meta {
    margin-bottom: 10px;
  }

  .job-item .job__title {
    margin-bottom: 10px;
  }

  .job-item .btn-wrap {
    margin-top: 10px;
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
}

/*-----------------------
    Services 
--------------------------*/
.service-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 50px 40px 50px 50px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.05);
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-item .service__icon {
  color: #3494ac;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.service-item .service__title {
  font-size: 24px;
  margin-bottom: 31px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.service-item .service__desc {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 32px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.service-item .service__content {
  position: relative;
  z-index: 2;
  padding-top: 38px;
}

.service-item .service__content:before,
.service-item .service__content:after {
  content: '';
  position: absolute;
  top: 0;
  left: -50px;
  height: 2px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.service-item .service__content:before {
  width: calc(100% + 50px);
  background-color: #e6e8eb;
}

.service-item .service__content:after {
  width: 0;
  background-color: #ffc107;
}

.service-item .btn {
  height: 39px;
  line-height: 39px;
  min-width: 120px;
  color: #3494ac;
  background-color: transparent;
}

.service-item .btn:before {
  display: none;
}

.service-item .btn:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  height: 100%;
  z-index: -1;
  background-color: #e5f4ff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.service-item .btn .icon-arrow-right,
.service-item .btn .icon-arrow-left {
  width: auto;
  color: #3494ac;
  background-color: transparent !important;
}

.service-item .btn:hover {
  color: #ffffff;
}

.service-item .btn:hover:after {
  width: 100%;
  background-color: #3494ac;
}

.service-item .btn:hover .icon-arrow-right,
.service-item .btn:hover .icon-arrow-left {
  color: #ffffff;
}

.packages .list-items-layout2 li:before {
  color: #3494ac;
  border-color: #17a2b8;
  background-color: #dfeff3;
}

.service-item:hover {
  transform: translateY(-3px);
  z-index: 5;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
}

.service-item:hover .service__content:after {
  width: calc(100% + 50px);
}

.services-layout2 .service-item {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 60px;
}

.services-layout2 .service-item .service__img {
  overflow: hidden;
  border-radius: 5px;
}

.services-layout2 .service-item .service__img img {
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.services-layout2 .service-item .service__content {
  padding: 30px 30px 0 50px;
}

.services-layout2 .service-item .service__content:before,
.services-layout2 .service-item .service__content:after {
  display: none;
}

.services-layout2 .service-item:hover .service__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.services-carousel.services-layout1 .service-item {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.05);
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.05);
}

.services-carousel.services-layout1 .service-item:hover {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
  box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
}

.services-carousel .slick-list {
  margin: -15px;
  overflow: visible;
}

.services-carousel .slick-slide {
  margin: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services-carousel .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}

.services-carousel .slick-slide:not(.slick-active) {
  opacity: 0;
  visibility: hidden;
}

/* Mobile Phones & tablets and Small Screens */
@media (max-width: 992px) {
  .service-item .service__icon {
    font-size: 50px;
    margin-bottom: 10px;
  }

  .service-item .service__title {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .service-item .service__desc {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .services-layout1 .service-item {
    padding: 15px;
    margin-bottom: 30px;
  }

  .services-layout2 .service-item {
    margin-bottom: 30px;
  }

  .services-layout2 .service-item .service__content {
    padding: 15px 0 0 0;
  }

  .services-layout3 .service-item {
    padding: 20px;
  }
}

/*-------------------------
   Awards
-------------------------*/
.awards .fancybox-item {
  border-radius: 5px;
  text-align: center;
  padding: 48px 30px 37px;
  background-color: #f1f5fe;
}

.awards .fancybox-item .fancybox__icon__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 65px;
  margin-bottom: 30px;
}

.awards .fancybox-item .fancybox__icon__img img {
  max-height: 100%;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.awards .fancybox-item .fancybox__title {
  font-size: 18px;
}

.awards .fancybox-item .fancybox__desc {
  font-size: 14px;
  margin-bottom: 0;
}

.awards .fancybox-item:hover .fancybox__icon__img img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.awards .fancybox-item:hover .fancybox__title {
  color: #3494ac;
}

.awards .pinned-ribbon {
  position: absolute;
  top: 0;
  right: 40px;
  width: 15px;
  height: 30px;
  background-color: #3494ac;
}

.awards .pinned-ribbon:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border: 7.5px solid transparent;
  border-bottom-color: #f9f9f9;
}

.awards .btn__primary.btn__link .icon-outlined {
  color: #091d3e;
}

.awards .btn__primary.btn__link:hover .icon-outlined {
  color: #ffffff;
  border-color: #091d3e;
  background-color: #091d3e;
}

/* Mobile Phones & tablets and Small Screens */
@media screen and (max-width: 992px) {
  .awards .fancybox-item {
    padding: 28px 20px 27px;
    margin-bottom: 20px;
  }

  .awards .fancybox-item .fancybox__icon__img {
    margin-bottom: 15px;
  }

  .awards .pinned-ribbon {
    right: 20px;
  }
}

/*-------------------------
   Timeline
-------------------------*/
.timeline-item .timeline__year {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  max-width: 110px;
  margin-bottom: 0;
}

.timeline-item .timeline__year:before {
  content: '';
  position: absolute;
  top: 4px;
  right: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #3494ac;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.timeline-item .timeline__year:after {
  content: '';
  position: absolute;
  top: 22px;
  bottom: 5px;
  right: -1px;
  width: 2px;
  background-color: #3494ac;
}

.timeline-item .timeline__desc {
  font-size: 15px;
  padding-left: 60px;
  margin-bottom: 0;
  padding-bottom: 48px;
}

.timeline-item:hover .timeline__year:before {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.timeline-item:last-of-type .timeline__desc {
  padding-bottom: 0;
}

.history-timeline .cta-banner {
  padding: 40px;
  max-width: 100%;
  background-color: #07305d;
}

.history-timeline .cta-banner .cta__title {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.history-timeline .cta-banner .btn {
  height: 50px;
  line-height: 50px;
}

.history-timeline .cta-banner .btn:not(.btn__xl) {
  min-width: 130px;
}

@media screen and (max-width: 1200px) {
  .history-timeline .cta-banner .cta__title {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 0;
  }

  .history-timeline .cta-banner .btn {
    margin-top: 10px;
  }
}

.feedback-section:after {
  position: absolute;
  content: '';
  background: linear-gradient(359deg, #5298b1, transparent);
  width: 100%;
  height: 50%;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/*-------------------------
   gallery
-------------------------*/
.gallery .sticky-top {
  top: 150px;
}

.gallery-images-wrapper {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.item-three {
  -webkit-column-count: 2;
  column-count: 2;
}

.test-block h2 {
  font-size: 24px;
  margin: 5px 0;
}

.test-info h3 {
  font-size: 18px;
  margin: 5px 0;
  color: #f44336;
}

.test-started h3 {
  font-size: 16px;
  margin: 0;
}

.test-started .btn {
  padding: 0;
  line-height: 36px;
  height: 36px;
}

.test-timer {
  font-weight: 600;
  color: #4caf50;
  padding: 0 25px;
  line-height: 1.2
}


.nav-pills-custom .nav-link {
  color: #aaa;
  background: #fff;
  position: relative;
}

.nav-pills-custom .nav-link.active {
  color: #3494ac;
  background: #fff;
}

.test-title p {
  font-size: 14px;
}

.test-title h3 {
  margin: 0;
  font-size: 22px;
}

.results-qsn-set h5 button {
  font-size: 16px;
  color: #373b3e;
}

.results-qsn-set h5 span {
  color: #3494ac;
}

.results-qsn-set .qsn-block h4 {
  font-size: 18px;
}

.results-qsn-set .list-group-item {
  cursor: pointer
}

.results-qsn-set .list-group-item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.correct-answer {
  background: #cff7d0;
  border: 2px solid #60b364 !important;
}

.wrong-answer {
  background: #ffdede;
  border: 2px solid #d97982 !important;
}

.explanation-video h5 {
  font-size: 18px;
  margin: 25px 0 15px;
  color: #28a745;
  font-weight: 600;
}

.explanation-video {
  padding: 2rem;
}

.explanation-video iframe {
  background: #f1f1f1;
  border-radius: 4px;
}

.mentor-rec {
  padding: 6px 0px;
  font-size: 15px;
  text-decoration: underline;
  display: block;
  margin: 5px 0 15px;
  width: fit-content;
  border-radius: 4px;
  font-weight: 500;
  animation-direction: alternate;
}

.offer-place {
  position: relative;
  top: -25px;
  text-align: right;
}

.offer-place img {
  border-radius: 4px;
}

.offer-place img:hover {
  filter: hue-rotate(342deg);
}

.mentor-rec:hover {
  animation: none;
  text-decoration: underline;
}

.refer-section {
  padding-bottom: 0;
}

.refer-section .pagetitle__heading,
.refer-section p,
.refer-section a {
  text-align: left;
  display: block;
  width: fit-content;
}

.refer-process {
  text-align: center;
  margin-top: 30px;
}

.refer-img img {
  position: relative;
  z-index: 999;
  pointer-events: none;
}

.refer-process h3 {
  font-size: 20px;
  margin: 15px 0 2px;
}

.refer-process i {
  color: #25a195;
  font-size: 62px;
}

.tnc-btn {
  position: absolute;
  z-index: 999;
  color: #fff;
  font-size: 13px;
  bottom: 10px;
  text-decoration: underline;
  opacity: .8;
}

.emoji {
  object-fit: contain;
  max-width: 60px;
}

.emoji-mini {
  object-fit: contain;
  max-width: 40px;
}

.about-story {
  padding: 80px 0;
}

.story-data h3 {
  font-size: 20px;
  margin: 0;
  color: #fff;
  font-weight: 500;
  text-transform: none;
}

.img-shadow {
  box-shadow: 0px 8px 35px #22222246;
}

.title-wrap {
  padding: 0 1rem 0;
  border: 2px solid #ddd;
  border-radius: 4px;
  margin-bottom: 2rem;
}

.title-wrap h3 {
  padding: 0 5px;
  position: relative;
  top: -16px;
  background: linear-gradient(45deg, #00b2bf, #00a9af);
  width: fit-content;
  border-radius: 2px;
}

.story-data h2 {
  font-size: 34px;
  color: #fff;
}

.about-intro p,
.about-intro blockquote {
  color: #fff;
  opacity: .9
}

.about-intro {
  background: linear-gradient(45deg, #00bcd4, #009688);
}

.about-middle {
  background: #5964a1;
  color: #fff;
}

.overlap-data {
  border: 1px solid #ddd;
  background: linear-gradient(-45deg, #ffa63d, #ff3d77, #338aff, #3cf0c5);
  background-size: 250%;
  -webkit-animation: anime 16s linear infinite;
  animation: anime 16s linear infinite;
  padding: 2rem 2rem 1rem;
  position: relative;
  top: -60px;
  border-radius: 4px;
  box-shadow: 0px 6px 30px #ddd;
}

.overlap-data p,
.overlap-data h5 {
  color: #fafafa;
}

.overlap-data p {
  font-weight: 500
}

.story-img {
  position: relative;
  max-height: 450px;
}

.about-root {
  background: #81c784;
  color: #344054;
  font-weight: 500;
}

.about-story p,
.about-story blockquote,
.about-data p,
.about-data blockquote {
  font-size: 16px;
}

@media (max-width: 768px) {
  .about-story {
    padding: 60px 0;
  }

  .story-data h1 {
    font-size: 42px;
    text-align: center;
    margin: 3rem 0;
  }

  .story-data h2 {
    font-size: 26px;
    color: #fff;
  }

  .story-img {
    margin-bottom: 2rem;
  }

  .overlap-data {
    position: initial;
    margin-top: 1.5rem;
  }

  .title-wrap h3 {
    background: linear-gradient(45deg, #00a4a4, #009d95);
  }
}

/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
  .nav-pills-custom .nav-link::before {
    content: '';
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
  }
}

.nav-pills-custom .nav-link.active::before {
  opacity: 1;
}

.feedback-data h3 {
  font-size: 18px;
  margin: 5px 0;
}

.feedback-item {
  background: #fafafa;
  border-radius: 4px;
  pointer-events: none
}

.feedback-item img {
  min-height: 525px;
  object-fit: contain;
}

.feedback-data p {
  margin-bottom: 0;
}

.feedback-data {
  padding: 15px;
}

.item-three img {
  box-shadow: 0px 8px 20px #3333332b;
}

.gallery-images-wrapper .popup-gallery-item {
  display: block;
  margin-bottom: 45px;
}

.gallery-images-wrapper .popup-gallery-item:first-of-type {
  margin-top: 45px;
}

.gallery-images-wrapper .popup-gallery-item img {
  border-radius: 4px;
  -webkit-transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.gallery-images-wrapper .popup-gallery-item:hover img {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

@media (min-width: 320px) and (max-width: 575px) {
  .gallery-images-wrapper {
    -webkit-column-gap: 10px;
    column-gap: 10px;
  }

  .gallery-images-wrapper .popup-gallery-item {
    margin-bottom: 10px;
  }

  .gallery-images-wrapper .popup-gallery-item:first-of-type {
    margin-top: 0;
  }
}

/*-------------------------
    Work Process
-------------------------*/
.process-item {
  position: relative;
}

.process-item .process-item__icon {
  position: relative;
  color: #ffffff;
  font-size: 65px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%;
}

.success__sub-title {
  color: #ffc107;
}

.process-item .process-item__icon:before {
  content: '';
  position: absolute;
  top: 10px;
  right: -6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #3494ac;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.process-item .process-item__icon:after {
  content: '';
  position: absolute;
  top: 0;
  right: -16px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid rgba(230, 233, 235, 0.1);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.process-item .process-item__content {
  position: relative;
  padding-left: 80px;
  margin-bottom: 40px;
}

.process-item .process-item__content:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  font-size: 11px;
  color: #fff;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #d6edf7;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.process-item .process-item__content:after {
  content: '';
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 15px;
  width: 2px;
  background-color: #d6edf7;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.process-item .process-item__title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.process-item .process-item__desc {
  color: #dcfdff;
  font-size: 14px;
  margin-bottom: 0;
}

.process-item:last-of-type .process-item__content {
  margin-bottom: 0;
}

.process-item.active .process-item__content:before {
  border-color: #ffffff;
  background-color: #ffc107;
}

.process-item.active .process-item__content:after {
  background-color: #ffc107;
}

.work-process .cta-banner {
  padding: 0;
  max-width: 100%;
  background-color: #ffc107
}

.work-process .cta-banner .cta__title {
  color: #091d3e;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 190px);
  flex: 0 0 calc(100% - 190px);
  max-width: calc(100% - 190px);
}

.work-process .cta-banner .cta__title a:hover {
  color: #ffffff;
}

.work-process .cta-banner .btn {
  font-size: 14px;
  min-width: 170px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
}

.work-process .video__banner {
  position: relative;
}

.work-process .video__banner .video__btn {
  position: absolute;
  right: 50px;
  bottom: 50px;
}

@media (min-width: 1200px) {
  .work-process .banners-wrapper {
    margin-left: -70px;
    margin-right: 50px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .process-item .process-item__content {
    padding-left: 40px;
    margin-bottom: 20px;
  }

  .process-item .process-item__content:before {
    width: 25px;
    height: 25px;
    line-height: 21px;
    font-size: 9px;
  }

  .process-item .process-item__content:after {
    top: 35px;
    left: 12px;
  }

  .work-process .cta-banner {
    margin-top: 0 !important;
    margin-bottom: 50px !important;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .work-process .cta-banner .cta__title {
    font-size: 14px;
    line-height: 1.5;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .work-process .cta-banner .btn {
    max-height: 50px;
  }
}

.limited-offer h2 {
  color: #f44336;
  margin: 0;
  font-size: 24px;
  text-transform: none
}

.limited-offer {
  padding: 1.5rem;
  margin: 0;
  text-align: center;
  filter: alpha(opacity=100);
  display: none
}

.coundown-timer {
  text-transform: none;
  font-size: 24px;
  color: #f44336;
}

.course-offer {
  text-align: center;
  padding: 1.5rem;
  background: #e14840;
  font-size: 16px;
  color: #f9e7e6;
  transition: .3s all
}

.service-item:hover .course-offer {
  background: #4caf50;
  color: #fff;
}

.course-offer a {
  color: #f9e7e6;
}

.service-item:hover .course-offer a {
  color: #fff;
}

.offer-section.packages .service-item .service__title {
  background: #fff;
}

.offer-section.packages .service-item .service__title a {
  color: #3c89aa;
}

.offer-nav a .card strong {
  color: #4caf50;
}

.offer-nav a .card i {
  font-size: 30px;
  color: #f1be2e;
  margin-bottom: 15px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: 1px solid;
  line-height: 80px;
}

.offer-nav a .card {
  padding: 1rem;
  text-align: center;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #202f36;
  transition: .3s all
}

.offer-nav a .card strong {
  font-size: 16px;
  font-weight: 700
}

.offer-nav {
  padding: 0;
  position: relative;
  top: -40px;
  z-index: 99;
}

.offer-active .card i,
.offer-nav a:hover .card i {
  background: #fff;
}

.offer-active .card strong {
  color: #fff !important
}

.offer-active .card,
.offer-nav a:hover .card {
  background: #f1be2e;
  border: 1px solid #cda430;
}

.scholar-ad {
  width: 100%;
  max-width: 570px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.scholarship-login {
  position: relative;
  z-index: 999;
  text-align: center;
  border-radius: 4px;
}

.scholarship-login .login-popup__desc {
  color: initial;
  text-align: center;
  margin: 10px auto;
}

.scholarship p,
.scholarship h1,
.scholarship a {
  text-align: left;
  z-index: 999;
  position: relative;
  color: #fff;
  display: block;
  width: fit-content;
}

.scholarship .pagetitle__heading {
  padding-top: 3rem;
}

.scholarship.page-title:after {
  background: #ff5722e0 !important;
}

.scholarship.bg-overlay-gradient:before {
  opacity: 0 !important;
}

.scholarship .login-popup__form {
  padding: 30px;
}

.scholarship h1 i {
  display: block;
  margin-top: 4rem;
}

.scholarship h1 {
  font-size: 48px;
}

/*----------------------
    Page 404
-----------------------*/
.page-404 .error-code,
.coming-soon .error-code {
  color: #ffffff;
  font-size: 165px;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  margin-bottom: 22px;
}

.page-404 .error-title,
.coming-soon .error-title {
  color: #ffffff;
  font-size: 37px;
  font-weight: 700;
}

.page-404 .error-desc,
.coming-soon .error-desc {
  color: #ffffff;
  font-size: 16px;
  max-width: 470px;
  margin: 0 auto 32px;
}

.coming-soon .error-title {
  font-size: 65px;
}

.coming-soon .subscribe-form {
  position: relative;
  max-width: 570px;
  margin: auto;
}

.coming-soon .subscribe-form .form-control {
  height: 60px;
  color: #848e9f;
  background-color: #ffffff;
}

.coming-soon .subscribe-form .form-control::-webkit-input-placeholder {
  color: #848e9f;
}

.coming-soon .subscribe-form .form-control:-moz-placeholder {
  color: #848e9f;
}

.coming-soon .subscribe-form .form-control::-moz-placeholder {
  color: #848e9f;
}

.coming-soon .subscribe-form .form-control:-ms-input-placeholder {
  color: #848e9f;
}

.coming-soon .subscribe-form .btn__primary {
  min-width: 137px;
}

.coming-soon .social-icons-primary li a:hover {
  color: #ffffff;
}

.gallery-story .slick-slide img {
  display: block;
  max-height: 500px;
  margin: 0 auto;
}

.gallery-story h4 {
  font-size: 20px;
  text-align: center;
  margin: 15px 0;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {

  .page-404,
  .coming-soon {
    margin-top: 0;
  }

  .page-404 .error-code,
  .coming-soon .error-code {
    font-size: 90px;
    margin-bottom: 20px;
  }

  .page-404 .error-title,
  .coming-soon .error-title {
    font-size: 30px;
  }

  .page-404 .error-desc,
  .coming-soon .error-desc {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
  }
}

.package-block h2 {
  font-size: 22px;
  color: #17a2b8;
}

.pkg-switch {
  position: relative;
  top: 15px;
  z-index: 999999;
}

.pkg-switch span {
  color: #fff;
  padding: 0 0 8px;
}

.toggle-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #17a2b8;
  -webkit-transition: 0.4s;
  box-shadow: 2px 6px 25px #1e2321;
  transform: translate(0px, 0px);
  transition: 0.6s ease transform, 0.6s box-shadow;
}

.slider-switch:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked+.slider-switch {
  background-color: #32b951;
}

input:focus+.slider-switch {
  box-shadow: 0 0 1px #32b951;
}

input:checked+.slider-switch:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider-switch.round {
  border-radius: 34px;
}

.slider-switch.round:before {
  border-radius: 50%;
}

.free-pkg-heading {
  padding: 55px 0 0;
  background: #ffd9659e;
}

.data-heading h3 {
  margin: 0;
}

.data-heading {
  background: #dedede;
  background: linear-gradient(45deg, #ffd965, transparent);
  padding: 15px;
  border-radius: 2px;
  margin-bottom: 20px;
}

.self-pkg small {
  color: #1f314f;
}

.self-pkg {
  background: linear-gradient(157deg, #54ffb0d1, #3edeaa);
  border: 1px solid #42e298;
}

.self-pkg .border-divider {
  border-top: 1px solid #c7ffd4;
}

.self-pkg .content-data .list-items-layout2 li {
  color: #1f314f;
}

.self-pkg .btn {
  background: #663399;
}

.price {
  display: flex;
  align-items: center;
}

.hide {
  display: none !important;
}

.corner-ribbon {
  font-size: 14px;
  width: 200px;
  position: absolute;
  top: -17px;
  right: -70px;
  text-align: center;
  line-height: 50px;
  padding-top: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon i {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 45px;
  font-size: 20px;
}

.package-selector .nice-select .current {
  color: #1f314f;
}

.package-selector .form-froup,
.package-selector .form-control {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
}

.not-avilable {
  filter: grayscale(1);
  opacity: .75;
  text-decoration: line-through;
}

.mentor {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.mentor img {
  border: 2px solid #3494ac;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  object-fit: cover;
}

.mentor .info {
  padding-left: 15px;
}

.mentor .info a {
  font-weight: 600;
  font-size: 16px;
}

.mentor .info p {
  font-size: 15px;
  margin: 0;
}

.pkg-tabs .nav-item .nav-link {
  position: relative;
  border-radius: 30px 4px 30px 4px;
  margin-right: 15px;
  padding: 12px 20px;
}

.pkg-tabs .nav-item .nav-link {
  border: 1px solid #e9ecef;
}

.auth-badge {
  border-radius: 30px;
  font-size: 13px;
  padding: 5px 13px;
  font-weight: 400;
  text-transform: capitalize;
  position: absolute;
  top: -15px;
  background: #2fb571;
  right: 15px;
}

.pkg-tabs {
  margin-bottom: 25px;
}

.pkg-tabs .active {
  background-color: #3494ac !important;
  color: #fff !important;
}

.pmi-auth {
  display: flex;
  align-items: center;
}

.pmi-data i {
  font-size: 15px;
  display: block;
  font-style: inherit;
  margin: 10px 0;
}

.pmi-data {
  text-align: left;
}

.pmi-authi {
  position: relative;
  padding: 60px 0 40px;
  color: #564736;
  background: linear-gradient(45deg, #fb82438f, #f5ba4e9e);
}

.pmi-authi:after {
  content: '';
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: .85;
  animation: slide 5s infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
}

@keyframes slide {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.pmi-authi h3 {
  font-size: 32px;
  color: #6b3417
}

.pmi-authi i a {
  font-size: 16px;
  color: #4c2a18;
}

.pmi-auth img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  margin-right: 35px;
}

.mentor-detials span {
  font-size: 15px;
  line-height: 2.2;
}

.mentor-detials {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.mentor-info h3 {
  font-size: 24px;
  margin: 0;
}

.mentor-info h4 {
  font-size: 16px;
  margin: 0;
}

.rating i {
  font-size: 14px;
  color: #ffc107;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.review-list img {
  min-width: 70px;
  height: 70px;
  object-fit: cover;
}

.review-content {
  border-bottom: 1px solid #dedede;
}

.rating {
  margin-top: -10px;
  margin-bottom: 10px;
  font-weight: 600;
}

.sm-text {
  font-size: 11px;
  letter-spacing: 1px
}

.green-tab {
  background-color: #1ed068;
  color: #fff;
  border-radius: 5px;
  padding: 5px 3px 5px 3px
}

.green-tab h4 {
  color: #fff;
}

.green-text {
  color: #1ed068
}

.white-tab.p-2.text-muted h4 {
  color: #6c757d;
}

.enrollment-date p i {
  color: #ffc107;
  margin-right: 5px;
  font-size: 18px;
  position: relative;
  top: 2px;
}

.enrollment-date p {
  font-size: 16px;
  margin-bottom: 5px;
}

.enrollment-date h3 {
  font-size: 20px;
  margin: 5px 0 10px;
  color: #ffffff;
}

.mentor-info {
  margin-left: 15px;
}

.mentor-detials img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.enrollment-date {
  border-radius: 4px;
  padding: 15px 22px;
  color: #fff;
  transition: .3s all;
}

.enrollment-date:hover {
  background: #343a40
}

.lesson-block .accordion-item {
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 10px;
}

.lesson-block h6 {
  margin: 0;
  color: #17a2b8;
  font-weight: 500;
  font-size: 17px;
  margin-left: 20px;
}

.lesson-block .accordion-item .accordion__title {
  display: flex;
  align-items: center;
}

.content-data .list-items-layout2 li:before,
.lesson-block .list-items-layout2 li:before {
  color: #2baf5a;
  border-color: #091d3e;
  background-color: #ffffff;
}

.course-item {
  margin-bottom: 35px;
  box-shadow: 0px 0px 15px #f1f1f1;
  border-radius: 5px;
  padding: 25px;
  transition: .3s all
}

.course-item:hover {
  background: #fde499;
}

.course-item p {
  font-size: 14px;
}

.course-item h3 {
  margin-bottom: 8px;
}

.course-item i {
  color: #24b170;
  font-size: 24px;
}

.nav-progress h3 {
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
}


.nav-progress .progress {
  min-width: 300px;
  height: 26px;
}

.nav-progress label {
  font-size: 12px;
}

.lesson-btn a i {
  background-color: transparent !important;
  color: #3494ac !important;
  font-size: 100%;
}

.lesson-btn a {
  font-size: 13px;
}

.lesson-btn a:nth-child(1) {
  opacity: .5;
}

.lesson-btn a:hover:nth-child(1) {
  opacity: 1;
}

.chapter-list a span {
  color: #0c1017;
  font-weight: 400;
}

.sim-title {
  font-size: 34px;
}

.history-data .sim-title span {
  display: block;
  font-size: 16px;
  color: #3494ac;
}

.history-card h3 {
  font-size: 18px;
}

.history-card .info p {
  margin: .2rem 0 1rem;
}

.history-card .progress-stats {
  margin: 0;
  width: 100%;
  display: block;
}

.history-card {
  margin-bottom: 40px;
}

.history-card h4 {
  font-size: 18px;
  background: #ddd;
  border-radius: 2px;
  padding: 5px;
  text-align: center;
}

.history-card .nav-link {
  padding-left: 0;
  pointer-events: none;
  padding-right: 0;
}

@media (max-width: 768px) {

  html,
  body {
    overflow-x: hidden;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 600;
  }

  .header-transparent.header-full+.slider .slide-item {
    padding-top: 50px;
  }

  .slider .slide-item {
    padding: 60px 10px;
  }

  .slider .slide__subtitle {
    font-size: 14px;
    font-weight: 500 !important;
  }

  .slider .slide__title {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .statics-highlight .feature-item.statics {
    margin: 0 5px 15px;
    padding: 15px 5px;
    min-height: 115px;
  }

  .slider .btn {
    display: block;
    width: 100%;
    margin: 15px 15px 45px;
  }

  .eduhubstat__level:first-child:before,
  .eduhubstat__level:nth-child(2):before,
  .eduhubstat__level:nth-child(3):before,
  .eduhubstat__level:nth-child(4):before,
  .eduhubstat__level:nth-child(5):before,
  .eduhubstat__level:nth-child(6):before {
    font-size: 14px;
  }

  .eduhubstat__level {
    padding: 8px;
  }

  .eduhubstat__bar:first-child {
    left: 14%;
  }

  .eduhubstat__bar:first-child,
  .eduhubstat__bar:nth-child(2),
  .eduhubstat__bar:nth-child(3),
  .eduhubstat__bar:nth-child(4),
  .eduhubstat__bar:nth-child(5) {
    width: 6%;
  }

  .eduhubstat__bar:nth-child(2) {
    left: 26%;
  }

  .eduhubstat__bar:nth-child(3) {
    left: 38%;
  }

  .eduhubstat__bar:nth-child(4) {
    left: 48.5%;
  }

  .eduhubstat__bar:nth-child(5) {
    left: 59.5%;
  }

  [class*="features-layout"] .feature-item {
    padding: 15px;
  }

  .features-layout4 .feature-item {
    margin: 25px 0 10px;
  }

  .heading__title {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
  }

  .work-process .cta-banner .btn {
    display: block;
    width: 100%;
  }

  .services-layout1 .service-item {
    padding: 0 !important
  }

  .packages .service__content {
    padding: 18px;
  }

  .packages .service-item .service__title {
    padding: 20px;
  }

  .compare h2,
  .steps h2 {
    font-size: 25px;
    line-height: 1.2;
  }

  .main h3 {
    font-size: 22px;
    line-height: 1.2;
  }

  .secondary h3 {
    font-size: 22px;
    line-height: 1.2;
  }

  .main p {
    font-size: 16px;
  }

  .footer .footer-form .btn {
    display: block;
    width: 100%;
  }

  .testimonials-top-img {
    display: none
  }

  .testimonials {
    padding-bottom: 3.5rem;
  }

  .negative-img {
    display: none
  }

  .pmi-data-top {
    display: block;
    text-align: center !important;
  }

  .pmi-data-top .infos {
    padding-left: 1px;
    margin-top: 15px;
  }

  .pmi-data-top .infos nav {
    display: none
  }

  .heading {
    margin: 2rem 0;
    text-align: center;
    display: block;
  }

  .process-item {
    width: 100%;
  }

  .chapter-list .process-item .process-item__content {
    margin-bottom: 10px;
  }

  .subs-btn {
    padding: 0px 20px;
  }

  .btn-sm {
    padding: 0 40px;
  }

  .pmi-auth {
    display: block;
  }

  .pmi-authi h3 {
    font-size: 24px;
    margin-top: 2rem;
  }

  .secondary-nav {
    padding: 40px;
    position: fixed;
    background: #fff;
    bottom: 0;
    top: unset;
    z-index: 999;
    box-shadow: 0px -2px 0px #22222273;
  }

  .overview {
    margin-top: 2rem;
  }

  .free-pkg-heading {
    padding: 10px 0 10px;
  }

  .nav-progress {
    background: #edf0f3;
    width: 100%;
    line-height: 42px;
    padding: 16px 0 0 18px;
  }

  .nav-status {
    width: 100%;
    padding: 0 18px;
  }

  ul.navbar-nav.align-items-center {
    background: #edf0f3;
    width: 100%;
    line-height: 42px;
    display: flex;
    flex-direction: initial;
    justify-content: space-between;
    padding: 0 18px;
    border-bottom: 2px solid #fff;
  }

  .course-simulator {
    margin-top: 12rem;
  }

  .sim-title {
    font-size: 24px;
    margin-top: 2rem;
  }

  ul.navbar-nav.align-items-center .dropdown-menu {
    position: absolute !important;
    top: 100%;
    left: -100px;
  }

  ul.navbar-nav.align-items-center .dropdown-menu .dropdown-item {
    font-size: 15px;
    font-weight: 500;
    line-height: 36px;
  }

  .page-title-layout5 {
    padding-bottom: 115px;
    padding: 3rem 0;
  }

  .my-account h2 {
    font-size: 24px;
    margin-top: 4rem;
  }

  .my-account .nav-tabs .nav-link {
    font-weight: 500;
  }

  .page-title-layout5 .pagetitle__heading {
    font-size: 26px;
    line-height: 1.3;
  }

  .course-video .video__banner iframe {
    width: 100%;
    height: 210px;
  }

  .compare-pack {
    margin-bottom: 3.5rem;
  }

  .scholarship .pagetitle__heading {
    padding-top: 1rem;
  }

  .scholarship .btn-warning {
    margin-bottom: 2rem;
  }

  .refer-process h3 {
    font-size: 18px;
  }

  .contact-panel__title {
    font-size: 22px;
    text-align: center;
  }

  .tnc-btn {
    position: relative;
    bottom: 0;
    margin: 15px 0;
    color: #fff !important;
  }

  .test-timer {
    padding: 0 5px 0 0;
  }

  .test-started .nav-progress {
    padding: 10px 15px;
  }

  .test-started ul.navbar-nav {
    padding-bottom: 15px;
    border-bottom: 2px solid #ddd;
  }

  .test-started-section {
    padding-top: 11.5rem;
  }

  .test-started-section .tab-pane {
    padding: 25px !important;
  }

  .qsn-counter {
    font-size: 18px;
  }

  .question-set h4 {
    font-size: 16px;
  }

  .mcq .list-group-item {
    padding: 10px;
  }

  .mcq .custom-control-label {
    font-size: 14px;
  }

  .qsn-action {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
  }

  .qsn-nav a {
    padding: 0px 25px;
    display: block;
    width: 100%;
    margin-top: 10px;
  }

  .test-started-section .tab-content {
    margin-bottom: 3rem;
  }

  .offer-place {
    position: relative;
    top: 0;
    text-align: right;
    margin-bottom: 2rem;
  }

  .test-review-section {
    padding-top: 8rem;
  }

  h5 button {
    font-size: 16px;
  }

  .table {
    font-size: 14px;
  }

  .explanation-video {
    padding: 1rem 0;
  }

  .explanation-video .video__banner iframe {
    height: 220px;
  }

  .left-zone {
    width: 80px;
  }

  .qsn-block,
  .right-block {
    padding: 5px;
  }

  .drag-area {
    width: 80px;
  }

  .definition {
    margin-left: 10px;
  }

  .drag-row p {
    margin: 0;
    font-size: 13px;
  }

  .results-qsn-set .qsn-block h4 {
    font-size: 15px;
  }

  .right-zone {
    width: 100%;
  }

  .active-link:after {
    visibility: hidden
  }

  .course-title {
    font-size: 18px;
  }

  .chapter-list-item p,
  .chapter-list a {
    font-size: 15px
  }

  .progress-stats h3 {
    font-size: 20px;
  }

  .progress-stats {
    display: block;
  }

  .progress-stats .form-check {
    margin: 1rem 0
  }

  .mentor .info {
    padding-left: 15px;
    text-align: left;
  }

  .mentor img {
    width: 100px;
  }

  .enrollment-date {
    text-align: left;
  }

  .offer-nav a .card {
    min-height: 170px;
    margin-bottom: 20px;
  }

  .coundown-timer {
    font-size: 20px;
    text-align: center;
  }

  .scholar-ad {
    margin-bottom: 2rem;
  }

  .limited-offer {
    padding: 1rem;
  }

  .upcoming__test:before,
  .upcoming__test:after {
    visibility: hidden;
  }

  .upcoming__test {
    padding: 5px 10px;
    line-height: 1.6;
    margin-left: 0;
    border-radius: 99px;
  }

  .sm-text-center {
    text-align: center !important;
  }

  .pkg-switch {
    padding: 1rem 0 5rem;
  }

  .pricing-item {
    height: auto;
    padding: 0px;
  }

  .feature-padding {
    padding: 30px;
  }

  .pricing-item .pricing__title,
  .pricing-item .pricing__price {
    padding: 20px 30px;
  }

  .m-negative {
    margin-top: 0;
  }

  .pricing-item .pricing__desc {
    font-size: 14px;
  }

  .history-data {
    padding-top: 0rem;
    margin-top: 10rem;
  }


}