/*
Theme Name: CBC
Author: Themelia
Description: CBC - LMS & Online Courses Html Template
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
    ## Global
    ## Mixins
    ## Theme
    ## Variables
    ## Common

# Sections
    ## Nav Bar
    ## Banner
    ## Brand Area
    ## Footer
    ## Widgets

# Elements
    ## accordion
    ## filter
    ## apartment
    ## blog
    ## city
    ## feature
    ## gallery
    ## intro
    ## main-search
    ## pricing
    ## service
    ## team
    ## user-list

--------------------------------------------------------------*/
/*-----------------
    # Typography
-----------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500&amp;family=Rubik:ital,wght@0,400;0,500;0,600;0,700;1,400&amp;display=swap");
:root {
  --main-color: #006cb5;
  --secondary-color: #066fb6;
  --heading-color: #1a1a1a;
  --paragraph-color: #565872;
  --body-font: "Poppins", sans-serif;
  --heading-font: 'Raleway', sans-serif;
  --body-font-size: 16px;
  --line-height30: 1.7;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
}

section {
  position: relative;
  z-index: 1;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
  margin: 0;
  position: relative;
  color: var(--paragraph-color);
  overflow-x: hidden;
  font-family: var(--body-font);
  line-height: var(--line-height30);
  font-size: var(--body-font-size);
  /***scroll-bar***/
}
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
body::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgb(0 108 181 / 23%);
}
body::-webkit-scrollbar-thumb {
  background: rgb(0 108 181 / 80%);
  border-radius: 10px;
}

h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 60px;
  line-height: 1.2333333333;
}

h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 40px;
  line-height: 1.3380952381;
}

h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  line-height: 1.3833333333;
}

h4 {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  line-height: 1.3380952381;
}

h5 {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  line-height: 1.3380952381;
}

h6 {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 1.2380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  /* font-family: 'Raleway', sans-serif; */
}

p {
  color: var(--paragraph-color);
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 10px;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}

a:hover {
  color: #0870b7;
}

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

ol {
  counter-reset: counter;
  padding-left: 0;
}

ol li {
  list-style: none;
  margin-bottom: 1rem;
}

ol li:before {
  counter-increment: counter;
  content: counter(counter);
  font-weight: 500;
  margin-right: 10px;
}

button:hover,
button:active,
button:focus {
  outline: 0;
}

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.no-gutter > [class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.no-gutter[class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.h-100vh {
  height: 100vh;
}

code {
  color: #faa603;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}
.check-list li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "fontawesome";
  content: "\f105";
  color: var(--main-color);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.comment-navigation .nav-previous:hover > a,
.posts-navigation .nav-previous:hover > a,
.post-navigation .nav-previous:hover > a,
.comment-navigation .nav-next:hover > a,
.posts-navigation .nav-next:hover > a,
.post-navigation .nav-next:hover > a {
  color: var(--main-color);
}

.comment-list li {
  list-style: none;
}

.h-100vh {
  height: 100vh;
}

.position-relative {
  position: relative;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 15px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  clear: both;
  margin-right: 20px;
}

.alignright {
  float: right;
  clear: both;
  margin-left: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

.alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

.alignwide {
  max-width: 1100px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  clear: both;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*----------------------------------------
    # Unit test
------------------------------------------*/
.wp-link-pages a {
  margin: 0 5px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.wp-link-pages {
  margin-bottom: 30px;
  margin-top: 25px;
}

.wp-link-pages span,
.wp-link-pages a {
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: inline-block;
}

.wp-link-pages .current,
.wp-link-pages a:hover {
  background-color: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}

.wp-link-pages span:first-child {
  margin-right: 5px;
}

dl,
ol,
ul {
  padding-left: 15px;
}

.post-password-form input {
  display: block;
  border: 1px solid #e2e2e2;
  height: 50px;
  border-radius: 3px;
  padding: 0 20px;
}

.post-password-form label {
  font-weight: 600;
  color: #333;
}

.post-password-form input[type=submit] {
  width: 100px;
  height: 50px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.post-password-form input[type=submit]:hover {
  background-color: #121A2F;
}

.footer-widget .table td,
.footer-widget .table th {
  padding: 0.5rem !important;
}

/*---------------------------------------
    ## Button
---------------------------------------*/
.btn {
  height: 52px;
  line-height: 52px;
  padding: 0 30px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  border: 0;
  font-size: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 500;
  border-radius: 4px;
  z-index: 0;
}
.btn:focus, .btn:active {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:after {
  content: "";
  background: #0870b7;
  position: absolute;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: -1;
  height: 100%;
  left: -35%;
  top: 0;
  -webkit-transform: skew(30deg);
          transform: skew(30deg);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 0;
}
.btn:hover:after {
  height: 100%;
  width: 135%;
}

.btn-base {
  color: #fff;
  background: var(--main-color);
}
.btn-base:active, .btn-base:focus, .btn-base:hover {
  color: #fff;
  background: var(--secondary-color);
}

.btn-base-2 {
  color: #fff;
  background: #0870b7;
}
.btn-base-2:hover {
  color: var(--main-color);
  background: #fff;
}
.btn-base-2:after {
  background: #fff;
}

.btn-white {
  color: var(--main-color);
  background: #fff;
}
.btn-white:hover {
  color: #fff;
  background: #0870b7;
}
.btn-white:after {
  background: #0870b7;
}

.btn-border-white {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.2);
  line-height: 48px;
}
.btn-border-white:hover, .btn-border-white:focus {
  color: #fff;
  background: #0870b7;
  border: 2px solid #0870b7;
}
.btn-border-white:after {
  background: #0870b7;
}

.btn-border-black {
  color: var(--heading-color);
  border: 2px solid var(--main-color);
  line-height: 48px;
}
.btn-border-black:hover, .btn-border-black:focus {
  color: #fff;
  border: 2px solid var(--secondary-color);
  background: var(--secondary-color);
}

.read-more-text {
  color: var(--heading-color);
  font-weight: 500;
  position: relative;
}
.read-more-text i {
  font-size: 18px;
  position: absolute;
  top: 3px;
  padding-left: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.read-more-text:hover i {
  padding-left: 6px;
}

/****cursor effect*****/
.cursor,
.follower {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.cursor {
  width: 8px;
  height: 8px;
  background-color: #000;
  z-index: 1001;
  display: none;
}

.follower {
  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;
  width: 20px;
  height: 20px;
  border: 2px solid var(--secondary-color);
  background-color: transparent;
  z-index: 1000;
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
  text-align: center;
}
.follower span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.follower.is-active {
  opacity: 0;
}

/*------------------------------------------------
    ## Section title
------------------------------------------------*/
.section-title {
  margin-bottom: 43px;
  position: relative;
}
.section-title .sub-title {
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  color: var(--secondary-color);
}
.section-title .sub-title.left-line:before {
  content: "";
  position: absolute;
  left: -50px;
  top: 9px;
  height: 1px;
  width: 40px;
  background: var(--secondary-color);
}
.section-title .sub-title.right-line:after {
  content: "";
  position: absolute;
  right: -50px;
  top: 9px;
  height: 1px;
  width: 40px;
  background: var(--secondary-color);
}
.section-title .sub-title.double-line:before {
  content: "";
  position: absolute;
  left: -50px;
  top: 9px;
  height: 1px;
  width: 40px;
  background: var(--secondary-color);
}
.section-title .sub-title.double-line:after {
  content: "";
  position: absolute;
  right: -50px;
  top: 9px;
  height: 1px;
  width: 40px;
  background: var(--secondary-color);
}
.section-title .sub-title.bg-shape:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 119%;
  width: 163%;
  background: url(../img/other/subtitle-bg.html);
  background-size: 110% 110%;
  background-position: center;
  z-index: -1;
  opacity: 0.7;
}
.section-title .title {
  margin-bottom: 0;
  margin-top: 3px;
}
.section-title .content {
  margin-top: 17px;
  margin-bottom: 0;
}
.section-title .single-list-wrap {
  margin-top: 21px;
}
.section-title .btn {
  margin-top: 35px;
}

/*------------------------------------------------
    ## Back Top
------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 44px;
  height: 44px;
  color: #fff;
  background-color: var(--main-color);
  text-align: center;
  line-height: 42px;
  z-index: 99;
  font-size: 25px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: none;
  -webkit-animation: backto-top-bounce 4s infinite ease-in-out;
          animation: backto-top-bounce 4s infinite ease-in-out;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.back-to-top:hover {
  background: var(--secondary-color);
}

@-webkit-keyframes backto-top-bounce {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
}
@keyframes backto-top-bounce {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-5px);
  }
}
/*-----------------------------------------
    ## Preloader Css
-------------------------------------------*/
.pre-wrap {
  position: fixed;
  content: "";
  -webkit-transform: translate(-100%, -240%);
          transform: translate(-100%, -240%);
  font-size: 62px;
}

.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999999;
  background-color: #fff;
  width: 100%;
  height: 100%;
  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;
}
.preloader-inner .cancel-preloader {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.preloader-inner .cancel-preloader a {
  background-color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--main-color);
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.preloader-inner .cancel-preloader a:hover {
  background-color: var(--heading-color);
  color: #fff;
}

.spinner {
  margin: 120px auto;
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: var(--main-color);
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/*-----------------------------------------
    ## video 
------------------------------------------*/
.video-play-btn {
  border-radius: 50%;
  background: rgb(247, 247, 247);
  width: 80px;
  height: 80px;
  display: inline-block;
  line-height: 92px;
  position: relative;
  z-index: 0;
  text-align: center;
  -webkit-animation: ripple-white3 2.5s linear infinite;
          animation: ripple-white3 2.5s linear infinite;
}
.video-play-btn:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(247, 247, 247, 0.4);
  top: -15px;
  left: -15px;
}
.video-play-btn i {
  color: var(--main-color);
  margin-left: 6px;
  font-size: 28px;
}

/*-----------------------------------------
    ## Breadcumb 
------------------------------------------*/
.breadcrumb-area {
  padding: 212px 0 125px;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.breadcrumb-area:after {
  opacity: 0.85;
}
.breadcrumb-area .breadcrumb-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.breadcrumb-area .page-title {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}
.breadcrumb-area .page-list {
  margin: 0;
  padding: 0;
  color: #fff;
}
.breadcrumb-area .page-list li {
  font-size: 18px;
  font-weight: 200;
  list-style: none;
  display: inline-block;
  position: relative;
  padding-left: 16px;
}
.breadcrumb-area .page-list li:after {
  position: absolute;
  left: 0;
  top: 1px;
  content: "/";
  font-family: "fontawesome";
}
.breadcrumb-area .page-list li:first-child {
  padding-left: 0;
}
.breadcrumb-area .page-list li:first-child:after {
  display: none;
}

/********* social-media *********/
.social-media {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
.social-media li {
  display: inline-block;
  margin: 0 3px;
}
.social-media li a {
  height: 40px;
  width: 40px;
  line-height: 41px;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  background: rgb(0 108 181);
  color: #fff;
}
.social-media li a:hover {
  background: #fff;
  color: var(--heading-color);
}
.social-media li:first-child {
  margin-left: 0;
}
.social-media li:last-child {
  margin-right: 0;
}
.social-media.style-base li a {
  background: var(--main-color);
}
.social-media.style-base li a:hover {
  background: var(--secondary-color);
  color: #fff;
}

/********* slider-control *********/
.slider-control-square .owl-nav button {
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0 8px;
  border-radius: 0;
  border: 1px solid var(--main-color);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--main-color);
  background: transparent;
  font-size: 20px;
  padding: 0;
  cursor: pointer;
}
.slider-control-square .owl-nav button:hover {
  background: var(--main-color);
  color: #fff;
}
.slider-control-square .owl-nav .owl-prev {
  margin-left: 0;
}
.slider-control-square .owl-nav .owl-next {
  margin-left: 0;
}

.slider-control-dots .owl-dots .owl-dot {
  height: 18px;
  width: 18px;
  background: transparent;
  border: 1px solid var(--main-color);
  border-radius: 50%;
  margin: 0 2.5px;
  position: relative;
  cursor: pointer;
}
.slider-control-dots .owl-dots .owl-dot.active:after {
  opacity: 1;
}
.slider-control-dots .owl-dots .owl-dot:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: var(--main-color);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.ratting-inner {
  color: #FFC107;
}

.bg-base {
  background: var(--main-color);
}

.bg-green {
  background: #1DC295;
}

.bg-#006cb5 {
  background: #2878EB;
}

.bg-red {
  background: #F14D5D;
}

.bg-sky {
  background: #F9F9F9;
}

.bg-black {
  background: var(--heading-color);
}

.bg-relative {
  position: relative;
}

.bg-cover {
  background-size: cover !important;
}

.bg-overlay {
  position: relative;
  background-size: cover !important;
}
.bg-overlay:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(3, 13, 71, 0.04);
  z-index: 0;
}
.bg-overlay .container {
  position: relative;
  z-index: 2;
}

.bg-overlay-black {
  position: relative;
  background-size: cover !important;
}
.bg-overlay-black:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(32.05%, rgba(8, 25, 43, 0.8)), to(rgba(8, 25, 43, 0.95)));
  background: linear-gradient(180deg, rgba(8, 25, 43, 0.8) 32.05%, rgba(8, 25, 43, 0.95) 100%);
}
.bg-overlay-black .container {
  position: relative;
  z-index: 2;
}
.bg-overlay-black .bg-z-index {
  position: relative;
  z-index: 2;
}

.bg-overlay-black-2 {
  position: relative;
  background-size: cover !important;
}
.bg-overlay-black-2:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgb(0 0 0 / 18%);
}
.bg-overlay-black-2 .container {
  position: relative;
  z-index: 2;
}
.bg-overlay-black-2 .bg-z-index {
  position: relative;
  z-index: 2;
}
.pd-top-20 {
  padding-top: 20px;
}
.pd-top-30 {
  padding-top: 30px;
}
.pd-top-50 {
  padding-top: 50px;
}
.pd-top-60 {
  padding-top: 60px;
}

.pd-top-80 {
  padding-top: 80px;
}

.pd-top-90 {
  padding-top: 90px;
}

.pd-top-100 {
  padding-top: 100px;
}

.pd-top-110 {
  padding-top: 110px;
}

.pd-top-115 {
  padding-top: 115px;
}

.pd-top-120 {
  padding-top: 120px;
}

.mg-top-120 {
  margin-top: 120px;
}

.pd-bottom-50 {
  padding-bottom: 50px;
}

.pd-bottom-70 {
  padding-bottom: 70px;
}

.pd-bottom-85 {
  padding-bottom: 85px;
}

.pd-bottom-90 {
  padding-bottom: 90px;
}

.pd-bottom-95 {
  padding-bottom: 95px;
}

.pd-bottom-100 {
  padding-bottom: 100px;
}

.pd-bottom-110 {
  padding-bottom: 110px;
}

.pd-bottom-115 {
  padding-bottom: 115px;
}

.pd-bottom-120 {
  padding-bottom: 120px;
}

/************ animate style ************/
.top_image_bounce {
  -webkit-animation: top-image-bounce 3s infinite ease-in-out;
          animation: top-image-bounce 3s infinite ease-in-out;
}

.left_image_bounce {
  -webkit-animation: left-image-bounce 3s infinite ease-in-out;
          animation: left-image-bounce 3s infinite ease-in-out;
}

.right_image_bounce {
  -webkit-animation: right-image-bounce 3s infinite ease-in-out;
          animation: right-image-bounce 3s infinite ease-in-out;
}

.spin_image {
  -webkit-animation: spin 3s infinite ease-in-out;
          animation: spin 3s infinite ease-in-out;
}

@-webkit-keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes left-image-bounce {
  0% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
@keyframes left-image-bounce {
  0% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
  }
}
@-webkit-keyframes ripple-white3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
  }
}
@keyframes ripple-white3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
  }
}
/*---------------------------------------------------
	widget styles
----------------------------------------------------*/
.td-sidebar .widget {
  margin-bottom: 34px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
  padding: 30px;
  border-radius: 4px;
}
.td-sidebar .widget .widget-title {
  margin-bottom: 23px;
  font-size: 22px;
  position: relative;
  border-bottom: 1px solid#E3E3E3;
  padding-bottom: 16px;
}

.widget_search {
  padding: 0 !important;
  border: 1px !important;
}

.widget_search .search-form {
  position: relative;
  background: rgba(234, 225, 214, 0.6);
  border-radius: 4px;
  overflow: hidden;
}

.widget_search .search-form .form-group {
  margin-bottom: 0;
}

.widget_search .search-form input {
  width: 100%;
  border: 0;
  height: 60px;
  background: transparent;
  padding: 0 88px 0 22px;
}

.widget_search .search-form input:focus {
  border: 0;
  outline: 0;
}

.widget_search .search-form button {
  position: absolute;
  right: 0;
  border: 0;
  background: var(--main-color);
  cursor: pointer;
  padding: 0 24px;
  top: 0;
  height: 60px;
}

.widget_search .search-form button i {
  color: rgba(255, 255, 255, 0.8);
}

.widget_search .search-form button:active, .widget_search .search-form button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.widget_search_course .single-input-inner {
  margin-bottom: 0;
}

.widget-recent-post ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
  padding-bottom: 0;
}

.widget-recent-post ul li {
  border-bottom: 1px dashed #E3E3E3;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.widget-recent-post ul li .media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget-recent-post ul li .media .media-left {
  margin-right: 18px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.widget-recent-post ul li .media .media-left img {
  border-radius: 4px;
}

.widget-recent-post ul li .media .media-body .title {
  margin-bottom: 8px;
}

.widget-recent-post ul li .media .media-body .post-info {
  font-size: 13px;
  color: var(--heading-color);
}

.widget-recent-post ul li .media .media-body .post-info i {
  margin-right: 10px;
}

.widget-recent-post ul li:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget_catagory ul {
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget_catagory ul li {
  list-style: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 6px;
}

.widget_catagory ul li a {
  position: relative;
  padding-left: 20px;
}
.widget_catagory ul li a:hover {
  color: var(--secondary-color);
}

.widget_catagory ul li a i {
  padding-right: 10px;
  position: absolute;
  left: 0;
  top: 2px;
}

.widget_catagory ul li:hover {
  padding-left: 3px;
}

.widget_catagory ul li:last-child {
  margin-bottom: 0;
}

.widget_tags .tagcloud a {
  border: 1px solid #E3E3E3;
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  border-radius: 4px;
  display: inline-block;
  margin: 0 5px 9px 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #909090;
}

.widget_tags .tagcloud a:hover {
  background: var(--main-color);
  color: #ffffff;
  border-color: var(--main-color);
}

/*********** widget_checkbox_list ************/
.widget_checkbox_list .single-checkbox:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.single-checkbox {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 7px;
  padding-bottom: 7px;
  cursor: pointer;
  font-size: 16px;
  color: var(--heading-color);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #E3E3E3;
}
.single-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.single-checkbox input:checked ~ .checkmark {
  background-color: var(--main-color);
}
.single-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.single-checkbox .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: rgba(121, 139, 232, 0.2);
}
.single-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/******** widget-video-inner *********/
.widget-video-inner .thumb {
  position: relative;
}
.widget-video-inner .thumb img {
  width: 100%;
}
.widget-video-inner .thumb .video-btn {
  position: absolute;
  left: 50%;
  top: 44%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  line-height: 52px;
  z-index: 1;
}
.widget-video-inner .thumb .video-btn i {
  font-size: 18px;
}
.widget-video-inner .thumb .video-btn:after {
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.widget-video-inner .details {
  margin-top: 10px;
}
.widget-video-inner .details ul {
  padding: 0;
  margin: 0;
}
.widget-video-inner .details ul li {
  list-style: none;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 1px dashed #E3E3E3;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.widget-video-inner .details ul li:last-child {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
.widget-video-inner .details ul li i {
  color: var(--main-color);
  margin-right: 7px;
}
.widget-video-inner .details ul li span {
  margin-right: auto;
  font-weight: 500;
  color: var(--heading-color);
}

/*----------------------------------------------
    # Nav bar 
----------------------------------------------*/
.navbar-top {
  padding: 14px 0 16px;
  /* background: #0d3875; */
  background: #006cb5;
  /* background: #00a0e1; */
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.navbar-top ul {
  margin: 0;
  padding: 0;
  line-height: initial;
}
.navbar-top ul li {
  display: inline-block;
  list-style: none;
  margin-right: 20px;
  padding-bottom: 0px;
  font-family: 'Raleway', sans-serif;
  border-right: 1px solid #ffffff57;
  padding-right: 25px;
}
.navbar-top ul li:last-child {
  margin-right: 0;
}
.navbar-top ul li p,
.navbar-top ul li a {
  margin: 0;
  font-size: 14px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  /* font-family: 'Raleway', sans-serif; */
}
.navbar-top ul li p img,
.navbar-top ul li a img {
  margin-right: 5px;
}
.navbar-top ul li p i,
.navbar-top ul li a i {
  margin-right: 5px;
}
.navbar-top ul li a:hover {
  color: var(--secondary-color);
}
.navbar-top .topbar-right a {
  margin: 0 7px;
}
.navbar-top .topbar-right li a i {
  margin-right: 0;
}
.navbar-top .topbar-right li a:last-child {
  margin-right: 0;
}
.navbar-top .topbar-right li:first-child {
  margin: 0;
}
.navbar-top .topbar-right li:last-child {
  border-right: 0;
}
li.social-area{
  margin-top: 10px;
}
.navbar-area {
  position: absolute;
  width: 100%;
  z-index: 99;
}
.navbar-area .nav-container {
  padding: 12px 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.navbar-area .nav-container .logo a {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
.navbar-area .nav-container .logo a img {
  height: auto;
}
.navbar-area .nav-container .btn-transparent {
  font-size: 13px;
  font-weight: 700;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav {
  display: block;
  width: 100%;
  padding-left: 40px;
  text-align: left;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  display: inline-block;
  font-weight: 500;
  line-height: 50px;
  text-transform: capitalize;
  position: relative;
  z-index: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
  color: #000;
  font-weight: 500;
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  /*font-family: 'Raleway', sans-serif; */
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
  margin-left: 10px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li:hover:before {
  width: 100%;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 13px;
  height: 2px;
  width: 0;
  background: #fff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-top: 1px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  position: absolute;
  text-align: left;
  min-width: 210px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  top: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  z-index: 9;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.border-bt0 {
  border-bottom: 0px !important;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
  display: block;
  margin-left: 0;
  line-height: 22px;
  font-size: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: 1px solid #f5f5f5;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:before {
  display: none;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #050a30;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:before {
  position: absolute;
  left: 17px;
  top: 50%;
  content: "\f105";
  font-family: "fontawesome";
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover {
  background: #0870b7;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a {
  color: #fff;
  padding: 10px 20px 10px 30px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a:before {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:last-child {
  border-bottom: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 0px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: "\f105";
  font-family: "fontawesome";
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
  left: 100%;
  top: 20px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
  color: #fff;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav > li {
  margin-right: 10px;
}
.ero-top-right {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: end;
}
.test-series {
  background: #fff;
  color: #000!important;
  padding: 8px 18px;
  font-weight: 600;
  border-radius: 5px; 
}

.sticky-active {
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-box-shadow: 0 10px 20px 0 rgba(46, 56, 220, 0.05);
  box-shadow: 0 10px 20px 0 #006cb547;
  /* color: #fff!important; */
  background: #fff !important;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.navbar-area-1 {
  background: transparent;
}

.navbar-area-2 {
  margin-top: 70px;
  background: #fff;
}
.navbar-area-2.sticky-active {
  margin-top: 0;
}
.name {
  padding-bottom: 6px;
}
.navbar-area-3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar-area-3 .nav-container .navbar-collapse .navbar-nav > li > a {
  color: #fff;
}
.navbar-area-3 .nav-container .navbar-collapse .navbar-nav > li.menu-item-has-children:before {
  background: #fff;
}
.navbar-area-3 .nav-container .navbar-collapse .navbar-nav > li.menu-item-has-children:after {
  background: #fff;
}
.navbar-area-3.sticky-active {
  background: var(--heading-color);
  border-bottom: 0;
}

.navbar-nav {
  opacity: 0;
  margin-right: -30px;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu-open {
  opacity: 1;
  margin-right: 0;
  visibility: visible;
}

.bar1 {
  width: 32px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: #fff;
  z-index: 9999;
  top: 10px;
  right: -5px;
}

.bar2 {
  width: 24px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: #fff;
  z-index: 9999;
  top: 17px;
  right: -5px;
}

.bar3 {
  width: 18px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: #fff;
  z-index: 9999;
  top: 24px;
  right: -5px;
}

.responsive-mobile-menu button:focus {
  outline: none;
  border: none;
}

/**************** nav-left-part *************/
.header-cat-menu {
  margin: 0;
  padding: 0;
  margin-left: 58px;
}
.header-cat-menu li {
  position: relative;
  margin-right: 0;
  cursor: pointer;
  list-style: none;
}
.header-cat-menu li img {
  margin-top: -3px;
  margin-right: 5px;
}
.header-cat-menu li a {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
}
.header-cat-menu li .sub-menu {
  position: absolute;
  left: 0;
  top: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
  border: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  min-width: 210px;
}
.header-cat-menu li .sub-menu li {
  display: block;
  margin-left: 0;
  line-height: 22px;
  font-size: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: 1px solid #f5f5f5;
}
.header-cat-menu li .sub-menu li a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #050a30;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
.header-cat-menu li .sub-menu li a:before {
  position: absolute;
  left: 17px;
  top: 50%;
  content: "\f105";
  font-family: "fontawesome";
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}
.header-cat-menu li .sub-menu li:hover {
  background: #0870b7;
}
.header-cat-menu li .sub-menu li:hover a {
  color: #fff;
  padding: 10px 20px 10px 30px;
}
.header-cat-menu li .sub-menu li:hover a:before {
  visibility: visible;
  opacity: 1;
}
.header-cat-menu li .sub-menu li:last-child {
  border-bottom: 0;
}
.header-cat-menu li:hover ul {
  opacity: 1;
  visibility: visible;
  -webkit-animation: menuslide 300ms;
          animation: menuslide 300ms;
}

.navbar-search-inner {
  position: relative;
  margin-left: 30px;
}
.navbar-search-inner input {
  height: 50px;
  width: 100%;
  padding: 0 50px 0 20px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 14px;
}
.navbar-search-inner input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.88);
}
.navbar-search-inner input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.88);
}
.navbar-search-inner input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.88);
}
.navbar-search-inner input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.88);
}
.navbar-search-inner input::placeholder {
  color: rgba(255, 255, 255, 0.88);
}
.navbar-search-inner .btn {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  padding: 0 20px 0 0;
  background: transparent;
  color: #fff;
  line-height: inherit;
}
.navbar-search-inner .btn:after {
  display: none;
}
.navbar-search-inner .btn:hover {
  color: var(--secondary-color);
}

/**************** nav-right-part *************/
.nav-right-part .btn {
  height: 44px;
  line-height: 43px;
  padding: 0 22px;
}
.nav-right-part a {
  margin-left: 15px;
}
.nav-right-part .search-bar {
  border: 1px solid rgba(0, 33, 71, 0.2);
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
}
.nav-right-part .search-bar:hover {
  background: var(--main-color);
  border: 1px solid var(--main-color);
}

.nav-right-part-desktop {
  margin-left: 20px;
}

.nav-right-part-mobile {
  display: none;
}

@media only screen and (max-width: 991px) {
  .navbar-area .nav-container {
    padding: 15px;
  }
  .nav-right-part {
    margin-right: 50px;
  }
  .nav-right-part .btn .right {
    padding-left: 5px;
    font-size: 13px;
  }
  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
  }
  .navbar-area .nav-container .navbar-toggler {
    padding: 0px;
  }
  .navbar-area .nav-container .navbar-collapse {
    margin-top: 13px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    margin-top: 20px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    display: block;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
    border-bottom: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    top: 26px;
    right: 3px !important;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: initial;
    display: block;
    width: 100%;
    border-top: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-left: 0;
    padding-bottom: 0;
    height: auto;
    overflow: hidden;
    max-height: 250px;
    overflow-y: scroll;
    background-color: transparent;
    border-radius: 10px;
    padding: 0px;
    border-bottom: none;
    display: none;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
    opacity: 1;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
    content: "\f107";
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    padding: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
    top: 30px;
    color: #fff;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border-top: none;
  }
}
.sopen {
  display: block !important;
}

.toggle-btn {
  left: auto;
  right: -10px;
  position: absolute;
  top: 8px;
  width: 40px;
  height: 40px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  border: 0;
  background: transparent;
}
.toggle-btn .icon-left {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 11px;
  top: 18px;
  background-color: #006cb5;
  left: 7px;
}
.toggle-btn .icon-left:before {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #006cb5;
  content: "";
  top: -7px;
  left: 0;
}
.toggle-btn .icon-left:after {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #006cb5;
  content: "";
  top: 7px;
  left: 0;
}
.toggle-btn .icon-left:hover {
  cursor: pointer;
}
.toggle-btn .icon-right {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 11px;
  top: 18px;
  background-color: #006cb5;
  left: 18px;
}
.toggle-btn .icon-right:before {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #006cb5;
  content: "";
  top: -7px;
  left: 0;
}
.toggle-btn .icon-right:after {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #006cb5;
  content: "";
  top: 7px;
  left: 0;
}
.toggle-btn .icon-right:hover {
  cursor: pointer;
}
.toggle-btn.open .icon-left {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background: transparent;
}
.toggle-btn.open .icon-left:before {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
          transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
}
.toggle-btn.open .icon-left:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -1px);
          transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -1px);
}
.toggle-btn.open .icon-right {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background: transparent;
}
.toggle-btn.open .icon-right:before {
  -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
          transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
}
.toggle-btn.open .icon-right:after {
  -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -1px);
          transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -1px);
}
.toggle-btn:hover {
  cursor: pointer;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-size: 16px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 5px;
  }
  .navbar-nav li {
    padding-right: 12px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsive-mobile-menu {
    display: block;
    width: 100%;
    position: relative;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .margin-xlt-80 {
    margin-top: 0px;
  }
  .contact-widget .contact_info_list li.single-info-item .details {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-area .logo {
    padding-top: 0px !important;
  }
  .widget ul {
    text-align: left;
  }
  .navbar-collapse {
    background: #fff;
    margin-top: 0px;
    width: 100%;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    right: 20px;
  }
  .navbar-area {
    padding-bottom: 0px;
  }
  .bar1, .bar2, .bar3 {
    background: #fff;
  }
  .party-box-wrapper {
    padding: 50px 0px;
  }
  .party-box-wrapper .party-box-content h4 {
    font-size: 30px;
    line-height: 45px;
  }
  .footer-area .copyright-area-inner {
    padding: 20px;
  }
  .navbar-expand-lg .navbar-collapse {
    margin-top: 0px;
  }
  .contact-widget .contact_info_list li.single-info-item .details {
    padding-left: 25px;
  }
  .footer-area .footer-top .widget.widget_nav_menu ul li a {
    font-size: 14px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    padding: 0 0 0 20px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    padding: 12px 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:last-child a {
    padding-bottom: 3px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover i {
    opacity: 0;
    margin-right: -18px;
  }
  .nav-right-part-mobile {
    display: block;
  }
  .nav-right-part-desktop {
    display: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover {
    background: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    color: #333333;
  }
}
/* Tablet Layout wide: 767px. */
@media only screen and (max-width: 767px) {
  .logo-wrapper.mobile-logo {
    display: block;
    width: 100%;
  }
  .responsive-mobile-menu {
    display: block;
    width: 100%;
    position: relative;
  }
  .responsive-mobile-menu .navbar-toggler {
    position: absolute;
    left: calc(100% - 130px);
    top: 10px;
  }
  .table-responsive {
    display: block !important;
  }
  .btn-custom-default, .btn-custom-white {
    font-size: 14PX;
    line-height: 33px;
    padding: 6px 20px;
  }
  .navbar-area .logo {
    padding-top: 0px !important;
  }
}
/* medium tablet layout 599px */
@media only screen and (max-width: 575px) {
  .navbar-area .nav-container {
    margin: 0px 0px;
  }
  .navbar-area .logo {
    padding-top: 10px;
  }
  .widget.footer-widget .subscribe-form.subscribe-form-style2 .form-control {
    padding: 15px 20px;
  }
  .widget.footer-widget .subscribe-form.subscribe-form-style2 .btn {
    padding: 15px 20px;
  }
  .search-popup .search-form {
    min-width: 350px;
  }
}
@media only screen and (max-width: 375px) {
  .btn-custom-default, .btn-custom-white {
    padding: 5px 18px;
  }
  .search-popup .search-form .form-group .form-control, .search-popup .search-form .submit-btn {
    height: 45px;
  }
  .search-popup .search-form {
    min-width: 300px;
  }
}
@media only screen and (max-width: 320px) {
  .search-popup .search-form {
    min-width: 265px;
  }
  .responsive-mobile-menu .navbar-toggler {
    left: calc(100% - 95px);
  }
}
/*----------------------------------------
  ## Search Popup
----------------------------------------*/
.td-search-popup.active .search-form {
  visibility: visible;
  opacity: 1;
  width: 40%;
}

.td-search-popup .search-form {
  width: 35%;
  position: absolute;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}

.td-search-popup .search-form .form-group .form-control {
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 54px;
  padding: 0 75px 0 25px;
  background: #f7f9fb;
}

.td-search-popup .search-form .form-group .form-control:hover,
.td-search-popup .search-form .form-group .form-control:focus,
.td-search-popup .search-form .form-group .form-control:active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.td-search-popup .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 54px;
  border: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0;
  text-align: center;
  cursor: pointer;
  background: var(--main-color);
}

.td-search-popup .search-form .submit-btn:hover,
.td-search-popup .search-form .submit-btn:focus,
.td-search-popup .search-form .submit-btn:active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.95);
  z-index: 999;
  content: "";
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.body-overlay.active {
  visibility: visible;
  opacity: 0.97;
}
  .mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/************ single-inpur-inner ************/
.single-input-inner {
  margin-bottom: 20px;
}
.single-input-inner input {
  width: 100%;
  border: 1px solid #e5e5e5;
  height: 52px;
  border-radius: 4px;
  padding: 0 18px;
}
.single-input-inner input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.single-input-inner input::-moz-placeholder {
  color: #bbbbbb;
}
.single-input-inner input:-ms-input-placeholder {
  color: #bbbbbb;
}
.single-input-inner input::-ms-input-placeholder {
  color: #bbbbbb;
}
.single-input-inner input::placeholder {
  color: #bbbbbb;
}
.single-input-inner textarea {
  width: 100%;
  border: 1px solid #e5e5e5 !important;
  height: 140px;
  border-radius: 5px;
  padding: 14px 18px;
}
.single-input-inner textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}
.single-input-inner textarea::-moz-placeholder {
  color: #bbbbbb;
}
.single-input-inner textarea:-ms-input-placeholder {
  color: #bbbbbb;
}
.single-input-inner textarea::-ms-input-placeholder {
  color: #bbbbbb;
}
.single-input-inner textarea::placeholder {
  color: #bbbbbb;
}

/*----------------------------------------------
    ## Banner
----------------------------------------------*/
.banner-inner {
  position: relative;
  z-index: 2;
}
.banner-inner .banner-btn {
  height: 35px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  border-radius: 35px;
  line-height: 35px;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-top: 20px;
}
.banner-inner .sub-title {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.banner-inner .sub-title:after {
  position: absolute;
  content: "";
  right: -60px;
  top: 9px;
  background: var(--heading-color);
  height: 1px;
  width: 30px;
}
.banner-inner .title .txt-rotate {
  display: block;
}
.banner-inner .content {
  font-size: 18px;
  margin-top: 20px;
}
.banner-inner .btn-wrap {
  margin-top: 40px;
}
.banner-inner .b-animate-1 {
  -webkit-animation: 1.5s 0.2s fadeInLeft both;
          animation: 1.5s 0.2s fadeInLeft both;
}
.banner-inner .b-animate-2 {
  -webkit-animation: 1.5s 0.4s fadeInLeft both;
          animation: 1.5s 0.4s fadeInLeft both;
}
.banner-inner .b-animate-3 {
  -webkit-animation: 1.5s 0.6s fadeInLeft both;
          animation: 1.5s 0.6s fadeInLeft both;
}
.banner-inner .b-animate-4 {
  -webkit-animation: 1.5s 0.8s fadeInLeft both;
          animation: 1.5s 0.8s fadeInLeft both;
}
.banner-inner .b-animate-5 {
  -webkit-animation: 1.5s 0.9s fadeInLeft both;
          animation: 1.5s 0.9s fadeInLeft both;
}

.b-animate-thumb {
  -webkit-animation: 1.5s 0.4s fadeInRight both;
          animation: 1.5s 0.4s fadeInRight both;
}

.banner-search-inner {
  position: relative;
}
.banner-search-inner i {
  position: absolute;
  left: 22px;
  top: 21px;
  color: var(--main-color);
}
.banner-search-inner input {
  height: 60px;
  width: 100%;
  padding: 0 140px 0 50px;
  border-radius: 4px;
  border: 1px solid #F3A9A9 !important;
}
.banner-search-inner input::-webkit-input-placeholder {
  color: rgba(0, 33, 71, 0.2);
}
.banner-search-inner input::-moz-placeholder {
  color: rgba(0, 33, 71, 0.2);
}
.banner-search-inner input:-ms-input-placeholder {
  color: rgba(0, 33, 71, 0.2);
}
.banner-search-inner input::-ms-input-placeholder {
  color: rgba(0, 33, 71, 0.2);
}
.banner-search-inner input::placeholder {
  color: rgba(0, 33, 71, 0.2);
}
.banner-search-inner .btn {
  position: absolute;
  right: 6px;
  top: 5px;
  height: 50px;
  padding: 0 22px;
}

.banner-area {
  position: relative;
}
.banner-area .svg-waves {
  height: 100px;
  width: 100%;
  margin-bottom: -8px;
}
.banner-area .svg-waves use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
          animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.banner-area .svg-waves use:nth-child(1) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  fill: rgba(255, 255, 255, 0.7);
}
.banner-area .svg-waves use:nth-child(2) {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  fill: rgba(255, 255, 255, 0.5);
}
.banner-area .svg-waves use:nth-child(3) {
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
  fill: rgba(255, 255, 255, 0.3);
}
.banner-area .svg-waves use:nth-child(4) {
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  fill: white;
}
.banner-area .thumb {
  position: relative;
  text-align: end;
  margin-top: 30px;
  z-index: 9;
}
.banner-area .thumb .banner-hand {
  position: absolute;
  left: 77px;
  top: 118px;
  z-index: -1;
  -webkit-animation: hand-move 3.5s infinite;
          animation: hand-move 3.5s infinite;
}
.banner-area .thumb .banner-thumb-bg {
  left: 0;
  position: absolute;
  z-index: -2;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.banner-area-1 {
  padding: 200px 0 0px 0;
}

.banner-area-2 {
  padding: 150px 0 0 0;
}
.faculty-page{
  padding: 250px 0 0 0;
}
.faculty-page .faculty-banner .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
.faculty-page .faculty-banner .item h1{
  color: #fff;
}
.banner-area-2 .banner-inner .content {
  margin-right: 85px;
}

@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0);
  }
}

@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0);
  }
}
@-webkit-keyframes hand-move {
  0% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}
@keyframes hand-move {
  0% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}
/*----------------------------------------------
    ## All section style
----------------------------------------------*/
.single-intro-inner {
  padding: 40px 20px 35px;
  border-radius: 7px;
  background: #F9F9F9;
  position: relative;
  overflow: hidden;

}
.popluar-courses-avalaible .single-intro-inner{
    height: 515px;
}
.single-intro-inner:before {
  content: "";
  position: absolute;
  width: 67px;
  height: 53px;
  top: 0;
  left: 0;
  background-image: url("../img/intro/01.png");
  border-radius: 7px 0 0 0;
  background-size: cover;
}
.single-intro-inner:after {
  content: "";
  position: absolute;
  width: 67px;
  height: 53px;
  bottom: 0;
  right: 0;
  background-image: url("../img/intro/01.png");
  border-radius: 0 0 7px 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-size: cover;
}
.single-intro-inner .thumb {
  margin-bottom: 14px;
}
.single-intro-inner .thumb img {
  width: auto !important;
  display: inline-block;
  height: 70px;
}
.single-intro-inner .details h4 {
  margin-bottom: 11px;
}
.single-intro-inner .details p {
  margin-bottom: 15;
}

.intro-slider-2 .owl-nav,
.intro-slider .owl-nav, .announcement-slider .owl-nav {
  display: none;
}

.single-intro-inner-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.25);
  padding: 28px 30px 25px;
  margin-bottom: 30px;
}
.single-intro-inner-2 .thumb {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 20px;
}
.single-intro-inner-2 .thumb img {
  -webkit-filter: brightness(999);
          filter: brightness(999);
}
.single-intro-inner-2 .details {
  text-align: left;
}
.single-intro-inner-2 .details p,
.single-intro-inner-2 .details h4 {
  color: #fff;
}
.single-intro-inner-2 .details p a:hover,
.single-intro-inner-2 .details h4 a:hover {
  color: #fff;
  text-decoration: underline;
}
.single-intro-inner-2 .details p {
  margin-bottom: 0;
}

.intro-area-2 {
  -webkit-transform: translate(0, -155px);
          transform: translate(0, -155px);
  margin-bottom: -178px;
}

/************* single-list-box *************/
.single-list-wrap {
  margin: 0;
  padding: 0;
}
.single-list-wrap li {
  list-style: none;
}
.single-list-wrap li:last-child {
  margin-bottom: 0;
}

.single-list-inner {
  margin-bottom: 5px;
}
.single-list-inner i {
  font-size: 15px;
  margin-right: 9px;
  color: var(--main-color);
}

/************** about-thumb-wrap ***************/
.about-thumb-wrap.ml-80 {
  margin-left: -80px;
}
.about-thumb-wrap.mr-80 {
  margin-right: -80px;
}

/************** single-team ***************/
.single-team-inner {
  margin-bottom: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06); */
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 7px;
  overflow: hidden;
  /* height: 400px; */
}
.single-team-inner .thumb {
  overflow: hidden;
  position: relative;
}
.single-team-inner .thumb img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-team-inner .thumb:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.single-team-inner .social-media {
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
}
.single-team-inner .social-media li {
  opacity: 0;
  z-index: 9;
  /* IE 9 */
  -webkit-transform: translateY(50%);
  /* Chrome, Safari, Opera */
  transform: translateY(50%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 4px 0;
}
.single-team-inner .social-media li:first-child {
  padding-top: 0;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.single-team-inner .social-media li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.single-team-inner .social-media li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.single-team-inner .social-media li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  padding-bottom: 0;
}
.single-team-inner .details {
  padding: 20px 25px 20px;
}
.single-team-inner .details h4 {
  margin-bottom: 3px;
}
.single-team-inner .details span {
  font-size: 15px;
  margin: 7px 0 0;
  color: var(--main-color);
}
.single-team-inner:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
          box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
}
.single-team-inner:hover .thumb:after {
  visibility: visible;
  opacity: 1;
}
.single-team-inner:hover img {
  /* IE 9 */
  -webkit-transform: scale(1.05);
  /* Chrome, Safari, Opera */
  transform: scale(1.05);
}
.single-team-inner:hover .social-media li {
  opacity: 1;
  /* IE 9 */
  -webkit-transform: translateY(0);
  /* Chrome, Safari, Opera */
  transform: translateY(0);
}

/*********** counter-list-inner ***********/
.counter-list-wrap {
  margin-bottom: 30px;
}
.counter-list-wrap .thumb {
  margin-bottom: 23px;
}
.counter-list-wrap .details h4 {
  margin-bottom: 4px;
  font-size: 38px;
}
.counter-list-wrap .details p {
  margin-bottom: 0;
}

/********* video-inner **********/
.video-thumb {
  position: relative;
  margin-top: 90px;
}
.video-thumb .video-cap-img {
  position: absolute;
  left: -92px;
  top: -90px;
  width: 320px;
  z-index: 9;
}
.video-thumb video {
  -webkit-mask-image: url(../img/other/2.webp);
  mask-image: url(../img/other/2.webp);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-position: center;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 16px;
}
.video-thumb video:after {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(121, 139, 232, 0.2);
  content: "";
  width: 100%;
  height: 100%;
}
.video-thumb .video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  -webkit-transform: translate(-50%, -120%);
          transform: translate(-50%, -120%);
}

/************ single-testimonial-inner *************/
.single-testimonial-inner {
  background: #fff;
  padding: 45px 50px;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
.single-testimonial-inner p {
  font-size: 18px;
  margin-bottom: 0;
}
.single-testimonial-inner .media {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-testimonial-inner .media .media-left {
  margin-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.single-testimonial-inner .media .media-left img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.single-testimonial-inner .media .media-body {
  margin-top: 4px;
}
.single-testimonial-inner .media .media-body h6 {
  margin-bottom: 0;
}
.single-testimonial-inner:after {
  content: "";
  position: absolute;
  width: 145px;
  height: 104px;
  bottom: 0;
  right: 0;
  background-image: url("../img/shape/2.webp");
  border-radius: 0 0 7px 0;
}

.testimonial-slider .owl-nav {
  display: none;
}
.testimonial-slider .owl-dots {
  text-align: center;
}

/************ subscribe-area-inner ************/
.subscribe-area-inner {
  -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.08);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.08);
  border-radius: 7px;
  background: #fff;
  padding: 40px;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  margin-top: -92px;
}
.subscribe-area-inner p {
  margin-bottom: 0;
}

.single-subscribe-inner {
  position: relative;
}
.single-subscribe-inner input {
  width: 100%;
  border: 1px solid #DFDFDF;
  height: 65px;
  border-radius: 7px;
  padding: 0 130px 0 20px;
}
.single-subscribe-inner .btn {
  position: absolute;
  right: 6px;
  top: 6px;
  padding: 0 25px;
}

/********** client-area **********/
.client-slider {
  cursor: pointer;
}
.client-slider .item img {
  width: auto;
  margin: auto;
}
.client-slider .owl-nav {
  display: none;
}

/************** signin area **************/
.signin-inner {
  background: #f2f3f5;
  padding: 60px 50px 56px;
  border-radius: 7px;
}
.signin-inner strong {
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.signin-inner strong:hover {
  color: var(--main-color);
}

.single-checkbox-inner {
  margin-bottom: 20px;
}

/************** contact area **************/
.contact-list-inner .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid #0000001c;
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-list-inner .media .media-left {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 20px;
}
.contact-list-inner .media .media-body p {
  margin-bottom: 0;
}

.contact-g-map {
  margin-bottom: -11px;
  height: 100%;
}
.contact-g-map iframe {
  line-height: 1 !important;
  border: 0;
  width: 100%;
  height: 100%;
}

/************** category area **************/
.single-category-wrap {
  border-radius: 5px;
}
.single-category-wrap .thumb {
  position: relative;
  margin-bottom: 25px;
  border-radius: 5px;
  overflow: hidden;
}
.results-gallery .single-category-wrap .thumb{
  height: 450px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.results-gallery .single-category-wrap .thumb img{
  height: 100%;
  object-fit: cover;
}
.single-category-wrap .thumb img {
  width: 100%;
}
.single-category-wrap .thumb:hover .hover-details-arrow {
  opacity: 1;
  visibility: visible;
}
.single-category-wrap .thumb:hover .details {
  opacity: 0;
}
.single-category-wrap .thumb:after {
  content: "";
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(32.05%, rgba(8, 25, 43, 0.5)), to(rgba(8, 25, 43, 0.85)));
  background: linear-gradient(180deg, rgba(8, 25, 43, 0.5) 32.05%, rgba(8, 25, 43, 0.85) 100%); */
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.single-category-wrap .thumb .details {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  padding: 18px 25px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-category-wrap .thumb .details h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 3px;
}
.single-category-wrap .thumb .details p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
}
.single-category-wrap .thumb .details .rating {
  color: #FCCC2E;
  font-size: 14px;
}
.single-category-wrap .thumb .hover-details-arrow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(32.05%, rgba(8, 25, 43, 0.65)), to(rgba(8, 25, 43, 0.95)));
  background: linear-gradient(180deg, rgba(8, 25, 43, 0.65) 32.05%, rgba(8, 25, 43, 0.95) 100%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
}
.single-category-wrap .thumb .hover-details-arrow .details-icon {
  background: rgb(255, 255, 255);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: inline-block;
  line-height: 38px;
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
}
.single-category-wrap .thumb .hover-details-arrow .details-icon img {
  width: auto;
}

.single-pricing-inner {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.08);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.08);
  padding: 44px 50px 50px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-pricing-inner:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.09);
          box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.09);
}
.single-pricing-inner .header {
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 12px;
  margin-bottom: 38px;
  text-align: center;
}
.single-pricing-inner .header img {
  margin-bottom: 32px;
}
.single-pricing-inner .header h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  display: inline-block;
  position: relative;
  margin-bottom: 17px;
}
.single-pricing-inner .header h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 100%;
  background: var(--main-color);
}
.single-pricing-inner .header .price h2 {
  font-weight: 900;
  font-size: 64px;
  line-height: 83px;
  color: var(--main-color);
}
.single-pricing-inner .header .price sup {
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  color: var(--main-color);
  font-family: 'Raleway', sans-serif;
}
.single-pricing-inner .header .price span {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--heading-color);
  margin-left: -26px;
  position: relative;
  bottom: -5px;
}
.single-pricing-inner .single-list-inner {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 38px;
}
.single-pricing-inner .single-list-inner li {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}
.single-pricing-inner .single-list-inner li + li {
  margin-top: 23px;
}
.single-pricing-inner .single-list-inner li.unavailable {
  opacity: 0.3;
}
.single-pricing-inner .single-list-inner li img {
  margin-right: 7px;
}

.cta-area {
  background-attachment: fixed;
}
.cta-area:after {
  background: rgba(3, 13, 71, 0.95);
  opacity: 0.9;
}

.cta-countdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cta-countdown ul li {
  background: #fff;
  display: inline-block;
  text-align: center;
  margin-right: 28px;
  min-width: 150px;
  border-radius: 4px;
  margin-top: 12.5px;
}
.cta-countdown ul li:last-child {
  margin-right: 0;
}
.cta-countdown ul li span {
  font-size: 42px;
  color: var(--heading-color);
  font-weight: 600;
}
.cta-countdown ul li p {
  color: var(--heading-color);
  margin-top: -10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.app {
  background: transparent;
  height: 120%;
  width: 100%;
  position: fixed;
  z-index: 0;
  bottom: 0;
}
.app ul {
  display: block;
  width: 100%;
  list-style: none;
}
.app ul .box-1 {
  left: 10%;
  height: 30px;
  width: 30px;
}
.app ul .box-2 {
  left: 30%;
  height: 45px;
  width: 45px;
}
.app ul .box-3 {
  left: 50%;
  height: 70px;
  width: 70px;
}
.app ul .box-4 {
  left: 80%;
  height: 20px;
  width: 20px;
}
.app ul li {
  -webkit-animation: animate 30s linear 2s infinite;
          animation: animate 30s linear 2s infinite;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
}

@-webkit-keyframes animate {
  from {
    -webkit-transform: translateY(3000%) rotate(180deg);
            transform: translateY(3000%) rotate(180deg);
  }
  to {
    -webkit-transform: translateY(-150%) rotate(360deg);
            transform: translateY(-150%) rotate(360deg);
  }
}

@keyframes animate {
  from {
    -webkit-transform: translateY(3000%) rotate(180deg);
            transform: translateY(3000%) rotate(180deg);
  }
  to {
    -webkit-transform: translateY(-150%) rotate(360deg);
            transform: translateY(-150%) rotate(360deg);
  }
}
/*******faq-accordion*******/
.faq-accordion .single-accordion-inner {
  border: 0;
  margin-bottom: 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 20px rgba(8, 12, 36, 0.04);
          box-shadow: 0px 4px 20px rgba(8, 12, 36, 0.04);
}
.faq-accordion .single-accordion-inner .accordion-header .accordion-button {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: var(--heading-color);
  background: rgba(174, 187, 255, 0.2);
  border: 0;
  padding: 10px 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq-accordion .single-accordion-inner .accordion-header .accordion-button:not(.collapsed) {
  background: var(--main-color);
  color: #fff;
}
.faq-accordion .single-accordion-inner .accordion-header .accordion-button:not(.collapsed) span {
  color: #fff;
}
.faq-accordion .single-accordion-inner .accordion-header .accordion-button:not(.collapsed):after {
  background: #fff;
}
.faq-accordion .single-accordion-inner .accordion-header .accordion-button:not(.collapsed):before {
  display: none;
}
.faq-accordion .single-accordion-inner .accordion-header .accordion-button span {
  color: var(--heading-color);
  margin-right: 7px;
}
.faq-accordion .single-accordion-inner .accordion-header .accordion-button:after {
  background: var(--main-color);
  height: 2px;
  width: 12px;
  background: var(--main-color);
  -webkit-transform: none;
          transform: none;
}
.faq-accordion .single-accordion-inner .accordion-header .accordion-button:before {
  content: "";
  background: var(--main-color);
  height: 12px;
  width: 2px;
  position: absolute;
  right: 35px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.faq-accordion .single-accordion-inner .accordion-body {
  padding: 24px 30px;
}

.single-event-wrap {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 7px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-event-wrap .thumb {
  overflow: hidden;
}
.single-event-wrap .thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.9s;
  transition: 0.9s;
  width: 100%;
}
.single-event-wrap .course-details-nav-tab {
  margin-bottom: 0;
}
.single-event-wrap .event-time {
  color: var(--heading-color);
  margin: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.single-event-wrap .event-time .time {
  border: 1px solid #e5e5e5;
  display: inline-block;
  text-align: center;
  padding: 1px 20px 12px;
  font-size: 14px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.single-event-wrap .event-time span {
  font-size: 40px;
  font-weight: 600;
  color: var(--secondary-color);
  display: block;
  margin-bottom: -9px;
}
.single-event-wrap .event-time .blog-meta {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  margin-left: 18px;
}
.single-event-wrap .event-time .blog-meta a i {
  padding: 0 3px 0 0;
}
.single-event-wrap .event-time .blog-meta a.btn {
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
.single-event-wrap .details {
  padding: 0 30px 11px;
}
.single-event-wrap .details h4 {
  font-size: 22px;
}
.single-event-wrap:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
          box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
}
.single-event-wrap:hover .thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.skill-progress-wrap {
  text-align: start;
}
.skill-progress-wrap .ratings-list-inner {
  padding: 23px 30px;
}
.skill-progress-wrap .ratings-list-inner ul li .progress-bar-inner .progress {
  height: 10px;
}
.skill-progress-wrap .ratings-list-inner ul li {
  margin-bottom: 10px;
}
.skill-progress-wrap .ratings-list-inner ul li a {
  color: var(--main-color);
}
.skill-progress-wrap .ratings-list-inner ul li .counter-label {
  margin: 0;
}
.skill-progress-wrap .ratings-list-inner ul li .progress-bar-inner {
  width: 87%;
}

/*----------------------------------------------
    ## course style
----------------------------------------------*/
.course-tab .nav-pills {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  gap: 50px;
}
.course-tab .nav-pills .nav-item {
  display: inline-block;
}
.course-tab .nav-pills .nav-item .nav-link {
  display: inline-block;
  color: var(--heading-color);
  font-weight: 500;
  position: relative;
  font-size: 20px;
}
.course-tab .nav-pills .nav-item .nav-link:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  height: 5px;
  width: 0%;
  background: var(--secondary-color);
  z-index: -1;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.course-tab .nav-pills .nav-item .nav-link.active {
  background: transparent;
}
.course-tab .nav-pills .nav-item .nav-link.active:after {
  width: 100%;
}

.single-course-inner {
  border: 1px solid #F1F1F1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 25px;
}
.single-course-inner:hover .thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.single-course-inner:hover .thumb .course-header-meta .course-wishlist img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.single-course-inner:hover .thumb .course-header-meta .course-wishlist {
  margin-top: -20px;
}
.single-course-inner .thumb {
  position: relative;
  overflow: hidden;
}
.single-course-inner .thumb img {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 100%;
}
.single-course-inner .thumb .course-header-meta {
  position: absolute;
  padding: 20px;
  left: 0;
  top: 0;
  width: 100%;
}
.single-course-inner .thumb .course-header-meta .level {
  height: 26px;
  line-height: 27px;
  font-size: 12px;
  padding: 0 12px;
  background: var(--main-color);
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
}
.single-course-inner .thumb .course-header-meta .course-wishlist {
  float: right;
  margin-top: -50px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-course-inner .details-inner {
  position: relative;
}
.single-course-inner .details-inner .price {
  height: 55px;
  width: 55px;
  line-height: 56px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background: var(--main-color);
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  border-radius: 50%;
}
.single-course-inner .details-inner .details {
  padding: 25px 20px 20px;
}
.single-course-inner .details-inner .course-meta {
  margin-bottom: 16px;
}
.single-course-inner .details-inner .course-meta .course-author img {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  margin-right: 10px;
}
.single-course-inner .details-inner .course-meta .course-author span {
  color: var(--heading-color);
  font-weight: 500;
}
.single-course-inner .details-inner p {
  margin-bottom: 0;
}
.single-course-inner .course-footer {
  border-top: 1px solid #F1F1F1;
  padding: 12px 15px 8px 15px;
}
.single-course-inner .course-footer .rating i {
  color: var(--main-color);
}
.single-course-inner .course-footer .total-student {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-course-inner .course-footer .total-student img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 8px;
  width: 18px;
}
.single-course-inner:hover {
  -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
}

/************* single-category-inner ***************/
.single-category-inner {
  position: relative;
  background-size: cover !important;
  padding: 55px 30px 58px 30px;
  margin-bottom: 30px;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-category-inner .bg-img {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-category-inner:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 33, 71, 0.72);
}
.single-category-inner .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 2px;
}
.single-category-inner span {
  position: relative;
  z-index: 2;
  color: #fff;
  display: block;
}
.single-category-inner:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
          box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
}
.single-category-inner:hover .bg-img {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

/********** course-details-nav-tab *********/
.course-details-nav-tab {
  background: transparent;
  margin-bottom: 44px;
}
.course-details-nav-tab ul {
  margin: 0;
  padding: 0;
  /* background: rgba(121, 139, 232, 0.1); */
  border: 1px solid rgba(121, 139, 232, 0.1);
}
.course-details-nav-tab ul li button {
  border: 0 !important;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0 !important;
  border-top: 2px solid transparent !important;
  color: var(--heading-color);
  position: relative;
  margin: 0;
}
.course-details-nav-tab ul li button i, .course-details-nav-tab ul li button svg {
  margin-right: 3px;
}
.course-details-nav-tab ul li button:after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  height: 2px;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: var(--secondary-color);
}
.course-details-nav-tab ul li button span {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: var(--secondary-color);
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.course-details-nav-tab ul li button:before {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-bottom: 2px solid var(--secondary-color);
  border-left: 2px solid var(--secondary-color);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  right: 50%;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: -5px;
  opacity: 0;
  bottom: -4px;
  z-index: 9;
}
.course-details-nav-tab ul li button.active {
  background: #fff !important;
  color: var(--secondary-color) !important;
}
.course-details-nav-tab ul li button.active span, .course-details-nav-tab ul li button.active:before, .course-details-nav-tab ul li button.active:after {
  opacity: 1;
}
.course-details-nav-tab ul li button:hover {
  color: var(--secondary-color);
}

.curriculum-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.curriculum-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.curriculum-list li i, .curriculum-list li svg {
  margin-right: 15px;
  color: var(--secondary-color);
}
.curriculum-list li .title {
  margin-left: 30px;
}
.curriculum-list li .right-wrap {
  margin-left: auto;
}
.curriculum-list li .video-play-btn {
  background: rgba(121, 139, 232, 0.2);
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-left: 10px;
}
.curriculum-list li .video-play-btn i, .curriculum-list li .video-play-btn svg {
  font-size: 14px;
  margin-right: 2px;
}
.curriculum-list li .video-play-btn:after {
  display: none;
}

/*********** course-details-content ************/
.course-details-content h4 {
  margin-bottom: 20px;
}
.course-details-content p {
  margin-bottom: 14px;
}

/********** td-review-inner ************/
.td-review-inner ul {
  margin: 0;
  padding: 0;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}
.td-review-inner ul li {
  list-style: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 35px;
}
.td-review-inner ul li:last-child {
  border: 0;
}
.td-review-inner ul li ul {
  border: 0;
  padding-left: 127px;
  margin-top: 30px;
}
.td-review-inner ul li ul li {
  padding: 0;
  border: 0;
}

/************* single-review-inner **************/
.single-review-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-review-inner .media-left {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 25px;
}
.single-review-inner .media-left img {
  height: 82px;
  width: 82px;
  margin-bottom: 15px;
  margin-top: 5px;
  border-radius: 4px;
}
.single-review-inner .media-left h6 {
  margin-bottom: 0;
}
.single-review-inner .media-left p {
  margin-bottom: 0;
}
.single-review-inner .media-left i {
  font-size: 15px;
  color: var(--heading-color);
}
.single-review-inner .media-body a {
  color: var(--heading-color);
  font-size: 14px;
  font-weight: 500;
}

.ratings-list-inner {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 40px 30px;
}
.ratings-list-inner ul {
  margin: 0;
  padding: 0;
}
.ratings-list-inner ul li {
  list-style: none;
  margin-bottom: 3px;
}
.ratings-list-inner ul li:last-child {
  margin-bottom: 0;
}
.ratings-list-inner ul li .progress-bar-inner {
  display: inline-block;
  width: 65%;
}
.ratings-list-inner ul li .progress-bar-inner .progress {
  height: 6px;
}
.ratings-list-inner ul li .progress-bar-inner .progress .progress-bar {
  background-color: var(--main-color);
}
.ratings-list-inner ul li .counter-label {
  margin-right: 10px;
}
.ratings-list-inner ul li .counter-label i {
  color: var(--main-color);
  margin-right: 3px;
}
.ratings-list-inner ul li .counter-count {
  margin-left: 10px;
}
.ratings-list-inner .total-avarage-rating h2 {
  margin-bottom: 0;
}
.ratings-list-inner .total-avarage-rating i {
  color: var(--main-color);
}

.rating-post {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  margin-bottom: 30px;
}
.rating-post input[type=radio] {
  display: none;
}
.rating-post input[type=radio]:checked ~ label {
  color: #ffc107;
}

.rating__item {
  color: #fff2c6;
  font-size: 18px;
  cursor: pointer;
}

.rating__item:not(:first-child) {
  padding-right: 0.5ch;
}

.rating__item:hover,
.rating__item:hover ~ .rating__item {
  color: #ffc107 !important;
}

/*------------------------------------------------
    blog style
------------------------------------------------*/
.single-blog-inner {
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 7px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
          box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
}
.single-blog-inner .thumb {
  position: relative;
  overflow: hidden;
}
.single-blog-inner .thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
.single-blog-inner .blog-meta {
  margin: 0;
  padding: 0;
  margin-bottom: 13px;
}
.single-blog-inner .blog-meta li {
  display: inline-block;
  margin-right: 12px;
  font-size: 12px;
  color: var(--heading-color);
}
.single-blog-inner .blog-meta li i {
  margin-right: 4px;
}
.single-blog-inner .blog-meta li:last-child {
  margin-right: 0;
}
.single-blog-inner .details {
  padding: 23px 30px 24px 30px;
}
.single-blog-inner .details span {
  color: var(--main-color);
  font-size: 14px;
  margin-bottom: 7px;
  display: inline-block;
}
.single-blog-inner .details h4 {
  margin-bottom: 15px;
  font-weight: 500;
}
.single-blog-inner .details h4:hover a {
  color: var(--secondary-color);
}
.single-blog-inner .details .title {
  margin-bottom: 15px;
}
.single-blog-inner .details p {
  margin-bottom: 16px;
}
.single-blog-inner:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
          box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
}
.single-blog-inner:hover .thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/************ page navigation ************/
.td-page-navigation .pagination {
  display: inline-block;
  margin: 0;
}
.td-page-navigation .pagination .pagination-arrow a {
  border: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.td-page-navigation .pagination .pagination-arrow a:hover {
  border: 0;
}
.td-page-navigation .pagination li {
  display: inline-block;
  margin-top: 15px;
}
.td-page-navigation .pagination li a {
  height: 50px;
  width: 50px;
  margin-right: 5px;
  border: 0;
  border-radius: 4px;
  background-color: rgba(121, 139, 232, 0.2);
  line-height: 51px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  color: var(--heading-color);
  font-size: 18px;
}
.td-page-navigation .pagination li a:active, .td-page-navigation .pagination li a:focus, .td-page-navigation .pagination li a:hover {
  background: var(--main-color);
  color: #fff;
}
.td-page-navigation .pagination li a.active {
  background: var(--main-color);
  color: #FFF;
}

/******** blog-details-page-content ***********/
.blog-details-page-content .single-blog-inner {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.blog-details-page-content .single-blog-inner .details {
  padding: 0;
  padding-top: 30px;
}
.blog-details-page-content blockquote {
  background: rgba(121, 139, 232, 0.1);
  padding: 30px 40px;
  border-left: 5px solid var(--main-color);
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
  font-style: italic;
}

/*********** tag-and-share ************/
.tag-and-share {
  border-top: 1px solid #e9eaea;
  border-bottom: 1px solid #e9eaea;
  padding-bottom: 14px;
  padding-top: 17px;
  margin-top: 70px;
}
.tag-and-share strong {
  color: var(--heading-color);
  margin-right: 6px;
}
.tag-and-share .blog-share ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.tag-and-share .blog-share ul li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
  color: #7e8699;
}
.tag-and-share .blog-share ul li:last-child {
  margin-right: 0;
}

/******* blog-comment *******/
.blog-comment {
  margin-top: 62px;
}
.blog-comment .section-title {
  margin-bottom: 30px;
}
.blog-comment .media {
  margin-bottom: 35px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e9eaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-comment .media a {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.blog-comment .media a img {
  border-radius: 50%;
  height: 100px;
  width: 100px;
}
.blog-comment .media .media-body {
  margin-left: 30px;
}
.blog-comment .media .media-body h5 {
  margin-bottom: 0;
}
.blog-comment .media .media-body .date {
  font-size: 14px;
  display: block;
  margin-bottom: 13px;
}
.blog-comment .media .media-body p {
  font-size: 16px;
  color: #5a6378;
  margin-bottom: 12px;
}
.blog-comment .media .media-body a {
  font-size: 14px;
  font-weight: 500;
  color: var(--heading-color);
}
.blog-comment .media .media-body a:hover {
  color: var(--main-color);
}

.blog-comment-form {
  background: rgba(121, 139, 232, 0.1);
  padding: 40px 40px 50px 40px;
  border-radius: 7px;
}
.blog-comment-form.style-border {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background: transparent;
}

/*--------------------------------------------------
    ##Footer
---------------------------------------------------*/
.footer-area {
  position: relative;
  padding-top: 210px;
  z-index: 0;
}
.footer-area:after {
  z-index: -1;
}
.footer-area.pd-top-120 {
  padding-top: 120px;
}
.footer-area .widget {
  position: relative;
  margin-bottom: 70px;
}
.footer-area .widget-title {
  margin-bottom: 29px;
  position: relative;
  color: #fff;
}
.footer-area .widget_about .thumb {
  margin-bottom: 25px;
}
.footer-area .widget_about .details p {
  margin-bottom: 0;
  color: #fff;
  margin-right: 55px;
}
.footer-area .widget_about .details .social-media {
  margin-top: 32px;
}
.footer-area .widget_about .details .social-media li a {
  background: rgb(0 108 181);
}
.footer-area .widget_about .details .social-media li a:hover {
  background: #fff;
}
.footer-area .widget_contact ul {
  padding: 0;
}
.footer-area .widget_contact ul li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
  list-style: none;
  color: #fff;
}
.footer-area .widget_contact ul li i {
  margin-right: 14px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 6px;
}
.footer-area .widget_contact ul li:last-child {
  margin-bottom: 0;
}
.footer-area .widget_contact ul li .time {
  font-size: 12px;
  margin-top: 3px;
}
.footer-area .widget_nav_menu ul {
  margin: 0;
  padding: 0;
}
.footer-area .widget_nav_menu ul li {
  list-style: none;
  margin-bottom: 11px;
  position: relative;
  padding-left: 17px;
  color: #fff;
}
.footer-area .widget_nav_menu ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 7px;
  width: 7px;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer-area .widget_nav_menu ul li:hover:after {
  background: var(--secondary-color);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 25px 0;
  position: relative;
  z-index: 2;
  color: #fff;
  margin-top: 50px;
}
.footer-bottom p {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
}
.footer-bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-bottom ul li {
  display: inline-block;
  font-size: 14px;
}
.footer-bottom ul li + li {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #fff;
}

.footer-area-2 {
  margin-top: 60px;
}

/* ADD ON */

.best-services span {
  color: #006cb5;
}
.counter-list-wrap {
  background: #000000a8;
  padding: 25px 0;
}
.counter-list-wrap .details h4, .counter-list-wrap .details span {
  color: #fff;
}
.fact-area:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.popluar-courses-avalaible .single-intro-inner .thumb img {
  height: 100%!important;
  width: 100%!important;
}

.course-avaliable .single-event-wrap{
  background: #E3F2FF;
}
.course-avaliable .thumb.ero-course-bg {
  background: #fff;
  padding: 20px;
  border-radius: 50%;
}
.course-avaliable .thumb.ero-course-bg svg {
  height: 30px;
  width: 30px;
}
.course-avaliable .single-event-wrap .event-time{
  display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.course-avaliable .blog-meta li {
  font-size: 18px;
}
.course-avaliable .single-event-wrap:hover{
  background: #006CB5!important;
}
.course-avaliable .single-event-wrap:hover .blog-meta li {
  color: #fff;
}


/*  3. Slider Area
/*----------------------------------------*/

.hero-slider-content > * {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
.active .hero-slider-content > h1 {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
    -webkit-animation-delay: 800ms;
            animation-delay: 800ms;
}
.active .hero-slider-content > p {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
    -webkit-animation-delay: 1100ms;
            animation-delay: 1100ms;
}
.active .hero-slider-content > .slider-btn {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
    -webkit-animation-delay: 1200ms;
            animation-delay: 1200ms;
}
.single-slider {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 800px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: left;
	position: relative;
	z-index: 9;
}
.single-slider:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	z-index: -1;
}
.hero-slider-content {
	margin-left: 370px;
}
.hero-slider-content > h1 {
	font-size: 60px;
	color: #fff;
	line-height: 64px;
	padding-bottom: 20px;
	font-weight: 700;
}
.hero-slider-content > p {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 28px;
	max-width: 610px;
}
.slider-btn .button-default {
	padding: 20px 40px;
	margin-top: 30px;
	border-radius: 50px;
	font-weight: 600;
	font-size: 16px;
}
.slider-btn .button-default:hover {
	color: #fff;
}
.hero-slider .owl-nav > button, .center-slider .owl-nav > button {
	position: absolute;
	top: 50%;
	left: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #1F3971 !important;
	border: 0;
	text-align: center;
	border-radius: 100%;
	font-size: 28px !important;
	color: #fff !important;
	opacity: 0;
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.hero-slider:hover .owl-nav > button, .center-slider:hover .owl-nav > button {
	opacity: 1;
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}
.hero-slider .owl-nav > button:hover, .center-slider .owl-nav > button:hover {
	background-color: #fff !important;
	color: #006cb5!important;
}
.hero-slider .owl-nav > .owl-next {
	left: auto;
	right: 30px;
}
/*Slider Style 2 CSS*/

.single-slider.single-slider-2 {
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}
.hero-slider-content.slider-content-2 {
	margin-left: 0;
}
.hero-slider-content.slider-content-2 > p {
	max-width: 780px;
}
/*----------------------------------------*/


.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  width: unset;
}
/* @media (min-width: 1600px){ */
  .banner-area .thumb .banner-hand {
    left: 0!important;
    top: 100px!important;
  }
@media (max-width: 1440px){
  button.owl-prev {
    left: -70px!important;
  }
}
/* } */
.banner-area .owl-carousel .owl-item img {
  transform-style: preserve-3d;
  width: unset;
  /* position: relative;
  left: 90px; */
}
.banner-area .owl-carousel .owl-item .student-thumb {
  position: relative;
  left: 90px;
}
.hero-slider .owl-nav > button{
  left: -150px;
}
.hero-slider .owl-nav > .owl-next {
  left: auto;
  right: -30px;
}

/* student scroll */
.testimonials-area .container-fluid {
  max-width: 1800px;
}
.thumbs-wrap {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  position: relative;
}
.testimonials-inner {
  padding: 15px;
  max-width: 350px;
  border-radius: 10px;
  background-color: var(--white-color);
  /* box-shadow: 0 4px 20px rgba(0,0,0,.06); */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 999;
}
.testimonials-area .list-unstyled {
  color: #dc3545;
  margin-top: 10px;
  font-size: 14px;
}
.thumbs-wrap .owl-thumb-item:nth-child(1) {
  top: 100px;
}
.thumbs-wrap .owl-thumb-item {
  display: inline-block;
  position: absolute;
  z-index: 1;
}
.thumbs-wrap .owl-thumb-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--main-color);
  border-radius: 50%;
  transition: var(--transition);
  transform: scale(0);
  z-index: 1;
}
.thumbs-wrap .owl-thumb-item img {
  border-radius: 50px;
  margin: 5px;
}
.testimonials-inner .owl-nav.disabled {
  display: none;
}
.thumbs-wrap .owl-thumb-item:nth-child(1){top:100px}
.thumbs-wrap .owl-thumb-item:nth-child(2){right:167px;top:160px}.thumbs-wrap .owl-thumb-item:nth-child(3){right:260px;top:30px}.thumbs-wrap .owl-thumb-item:nth-child(4){right:365px;top:155px}.thumbs-wrap .owl-thumb-item:nth-child(5){right:550px;top:115px}.thumbs-wrap .owl-thumb-item:nth-child(6){right:52px;top:267px}.thumbs-wrap .owl-thumb-item:nth-child(7){right:275px;top:256px}.thumbs-wrap .owl-thumb-item:nth-child(8){right:545px;top:267px}.thumbs-wrap .owl-thumb-item:nth-child(16){right:auto;left:0;top:267px}.thumbs-wrap .owl-thumb-item:nth-child(15){right:auto;left:167px;top:160px}.thumbs-wrap .owl-thumb-item:nth-child(14){right:auto;left:306px;top:100px}.thumbs-wrap .owl-thumb-item:nth-child(13){right:0;left:auto;top:90px}.thumbs-wrap .owl-thumb-item:nth-child(12){right:auto;left:550px;top:115px}.thumbs-wrap .owl-thumb-item:nth-child(11){right:auto;left:105px;top:10px}.thumbs-wrap .owl-thumb-item:nth-child(10){right:auto;left:275px;top:256px}.thumbs-wrap .owl-thumb-item:nth-child(9){right:auto;left:545px;top:267px}

#inst18 {
  height: 550px;
}
/* .card:nth-child(1) {
  height: 400px!important;
}
.card:nth-child(2) {
  height: 800px!important;
}
.card:nth-child(3) {
  height: 400px!important;
} */

/* Scroll Student CSS */

#scroll-students body {
  background-color: #000;
  font: 1.1em Arial, Helvetica, sans-serif;
}

#scroll-students img {
  max-width: 100%;
  display: block;
}

#scroll-students figure {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
}

#scroll-students figure > img {
  grid-row: 1 / -1;
  grid-column: 1;
}

#scroll-students figure a {
  color: black;
  text-decoration: none;
}

#scroll-students figcaption {
  grid-row: 2;
  grid-column: 1;
  background-color: rgba(255,255,255,.5);
  padding: .2em .5em;
  justify-self: start;
}

#scroll-students .container {
  column-count: 4;
  column-gap: 10px;
}

/* .main-student-scroll {
  height: 1500px;
} */
/* .main-student-scroll {
  height: 1500px;
} */

.masonry:after {
  content: "";
  display: table;
  clear: both;
}

.masonry .grid-sizer,
.masonry_block {
  width: 100%;
}

.masonry_block {
  float: left;
  padding: 20px 20px;
  border-radius: 25px;
}

.masonry-folio {
  position: relative;
  overflow: hidden;
  box-shadow: 1px 4px 15px 1px rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}

.masonry_thum img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 1rem;
}

.masonry_thum a {
  display: block;
}

.masonry_thum a::before {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
  border-radius: 1rem;
}

.masonry_thum a::after {
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  z-index: 1;
  border-radius: 1rem;
  border-top: 1px solid #d7dce1;
    border-left: 3px solid #d7dce1;
}

.masonry_text {
  position: absolute;
  left: 0;
  bottom: 8rem;
  padding: 0 1.5rem;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.masonry_title {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin: 0 0 0.3rem 0;
}

.masonry_cat {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.714;
  margin-bottom: 0;
}

.masonry_caption {
  display: none;
}

.masonry_project-link {
  display: block;
  color: #ffffff;
  text-align: center;
  z-index: 500;
  top: 3rem;
  left: 2rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.masonry_project-link::before {
  display: in-line;
  position: relative;
  top: -2.5rem;
  left: 50%;
}

.masonry_project-link:hover,
.masonry_project-link:focus,
.masonry_project-link:active {
  font-size: 1.1rem;
  color: #ffffff;
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  background-color: transparent;
}

/* on hover 
 * ----------------------------------------------- */
.masonry-folio:hover .masonry_thum a::before {
  opacity: 1;
  visibility: visible;
}

.masonry-folio:hover .masonry_thum a::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.masonry-folio:hover .masonry_thum img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.masonry-folio:hover .masonry_project-link,
.masonry-folio:hover .masonry_text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.masonry_project-link:hover a {
  text-decoration: underline;
}

@media only screen and (max-width: 992px) {
  .s-works {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}

@media only screen and (max-width: 768px) {
  .masonry_title,
  .masonry_cat {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 576px) {
  .s-works {
    padding-top: 12rem;
  }

  .masonry-wrap {
    padding: 0 35px;
  }

  .masonry_block {
    float: none;
    width: 100%;
  }

  .masonry_title,
  .masonry_cat {
    font-size: 1.4rem;
  }
}



/* Center Page */
.center-page .item {
  height: 600px;
  width: 100%;
}
.center-page .item img {
  height: 100%;
  width: 100%!important;
  object-fit: cover;
}
.center-page .center-slider .owl-nav > button {
  left: 20px;
}
.center-page  .center-slider .owl-nav > .owl-next {
  left: auto;
  right: 20px!important;
}
.manager-slider .owl-nav {
  display: none;
}
.announcement-wrapper {
  padding: 0px 20px 35px;
  /* overflow: hidden; */
}

@import "https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css";

.aanounce-carousel {
  transform: rotate(90deg);
  width:100%;
  /* margin-top: 100px; */
  background: green;
}

.aanounce-carousel .item {
  transform: rotate(-90deg);
  background: #ccc;
}

.aanounce-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: calc(50% - 33px);
  display: none;
}

div.aanounce-carousel .owl-nav .owl-prev,
div.aanounce-carousel .owl-nav .owl-next {
  font-size: 36px;
  top: unset;
  bottom: 15px;
}
.aanounce-carousel .owl-stage-outer{
  overflow: unset!important;
}

.staff-slider .owl-nav > button {
  display: none;
}
.staff-wrapper {
  padding: 20px;
}
.staff-announce-row{
  background: #F9F9F9;
  position: relative;
  border-radius: 10px;
  /* height: 400px; */
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.staff-announce-row .single-intro-inner{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: #fff;
}

.results-tab {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.manager-slider .item {
  background: #f5f5f5;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.management-text-wrapper{
  padding-left: 30px;
}
.announcement-wrapper .heading {
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: space-evenly;
}
.annuouncement-img img {
  width: 70%;
}
.annuouncement-img {
  text-align: center;
}

.contact-number{
  font-family: "Poppins", sans-serif;
}
#center-landing-page .footer-area{
  padding-top: 100px!important;
}
#center-landing-page .footer-bottom{
  margin-top: 0;
}
.center-page-gallery .card, .center-page-gallery .card-body{
  padding: 0;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
}
/* #center-landing-page .modal.show .modal-dialog{
  height: 600px!important;
  width: 600px!important;
} */
.ml-50{
  margin-left: 50px;
}

/* Center Courses Avaliable Section */
#center-landing-page .single-team-inner:hover, .course-area .single-team-inner .view-course-button:hover {
  transition: transform .3s;
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.center-course-wrapper .single-team-inner{
  height: auto!important;
}
.center-course-wrapper .single-course-inner{
  margin-bottom: 0;
}

#center-landing-page .course-area .single-team-inner:hover{
  transition: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.course-area .single-team-inner .view-course-button:hover, .course-area .single-team-inner .view-course-button a:hover{
  color: #fff!important;
}
.course-area .single-team-inner .view-course-button{
  background: #006cb5;
  color: #fff;
  padding: 8px 16px;
  border-radius: 5px;
}
.course-detail-wrapper .course-details-ul {
  display: flex;
  /* justify-content: center; */
  gap: 30px;
  align-items: center;
}
.course-detail-wrapper .course-details-ul .single-list-wrap{
  text-align: left;
}
.buy-course-wrapper, .course-price{
  /* padding: 20px 0; */
  display: flex;
  align-items: center;
  gap: 20px;
}
.buy-course-wrapper{
  justify-content: end;
  margin-bottom: 5px; 
}
.course-price .text {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #000;
}
.course-price .price {
  font-size: 30px;
  font-weight: 700;
  padding: 0;
  border-radius: 5px;
  color: #006cb5c9;
  text-shadow: 0.04em 0.04em 0em rgba(0,0,0,0.4)
}
.buy-course-wrapper a {
  font-size: 20px;
  margin-left: 10px;
  font-weight: 600;
  background: #006cb5;
  padding: 10px 30px;
  border-radius: 5px;
  color: #fff;
  text-shadow: 0.04em 0.04em 0em rgba(0,0,0,0.4);
}

.abc .manager-slider .item{
  padding: 0;
}
.abc .details-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.abc .details-icon h2{
  color: #fff;
  font-size: 20px;
}
.chat-box {
  bottom: 90px!important;
}
#myModalMessage .modal-dialog{
  position: fixed;
  bottom: 2%;
  right: 2%;
  margin: 0;
}

.l_c_h {
  position:fixed;
  bottom: 50px;
  right: 20px;
  background:#fff;
  border-radius:3px;
  z-index:5000;
  display:block;
  border-radius: 20px;
}
.l_c_h .c_h {
  cursor: pointer;
  border-radius: 0px;
  background: #006cb5;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-radius: 10px;
  padding: 6px 0;
}

/* .l_c_h .right_c {
  background:#006cb5;
} */
.l_c_h .right_c  a {
  color:#ebebeb;
  cursor: pointer !important;
  font-size: 16px;
  line-height: normal !important;
  margin-top: 0 !important;
  padding: 8px 12px !important;
  text-align: center !important;
  text-decoration:none;
  font-weight:600;
}
.clear {
  clear:both;
}
.chat_container {
    /*		display:none;*/
    position: relative;
    z-index: 9999;
    border-radius: 20px;
    padding:5px 10px;
    width: 350px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.chat_container .no_provider {
  text-align: left;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-left: 10px;
}
.chat_container .footer_c {
  text-align:left;
  color:#5E5652;
  font-size:12px;
  margin-left:10px;
  margin-bottom:10px;
  font-family:Arial, Helvetica, sans-serif;
}
.chat_container .footer_c a {
  text-decoration:underline;
  color:#777;
  font-size:11px;
}
.chat_container .chat_entry {
  margin:10px;
  margin-top:0px;
}
.chat_container .chat_entry p {
  margin-top:10px;
  margin-bottom:10px;
}
.chat_container .chat_entry h4 {
  text-align:left;
  color:#1A1A1A;
  font-weight:400;
  font-size:16px;
  margin-top:0px;
}
.chat_container .chat_entry input[type="text"], .chat_container .chat_entry textarea{
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 6px  ;
  height: 50px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #999;
  font-size: 13px;
  padding: 8px 8px;
  margin-bottom: 0px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;

}
.chat_container .chat_entry textarea{
  height: 100px;
}
.chat_container .chat_entry input[type="text"]:focus, .chat_container .chat_entry textarea:focus {
  box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline:0 none;
  border-color:#66afe9;
}
.chat_container .chat_entry input[type="submit"]{
  padding:10px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  margin-top: 4px;
  background-color: #006cb5 !important;    
}
.chat_container .chat_entry input[type="submit"]:hover {
  background-color: #006cb5 !important;  
}
.form-error {
  display:none;
}
.chat_message {
  height:250px;
  overflow-y:scroll;
  padding:10px;
  border-bottom:1px solid #222222;
  padding-top:10px;
}
.chat_message .message_contain {
  margin:5px;
  background:#FCF8E2;
  padding:5px;
}
.chat_message .user_message {
  background:#F5F5F5;
}
.chat_message .message_contain  .header_image {
  float:left;
  width:50px;
  margin-top:0px;
  margin-bottom:0px;
}
.chat_message .message_contain .chat_mess {
  font-size:13px;
  color:#444444;
  margin-top:0px;
}
.chat_message .message_contain .chat_date {
  color:#777;
  font-size:11px;
  margin-top:0px;
  margin-bottom:0px;
}
.chat_text_area {
  margin:5px;
}
.chat_text_area .messag_send {
  width:100%;
  resize:none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  padding:5px;
  font-size:13px;
  height:35px;
}
.chat_text_area .messag_send:focus {
  box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline:0 none;
  border-color:#66afe9;
}
.left{
  float:left;
}
.right{
  float:right;
}
.left_icons a{
  color:#fff;
  font-weight:normal;
}
.logout img{
  margin-top:8px;
}
.owner-info-wrapper .item {
  width: 500px;
}
.owner-info-wrapper .item img {
  width: 100%;
  height: 100%;
  background: #ccc;
  padding: 15px;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
.owner-image-wrapper {
  position: relative;
}
.owner-experience ul li span {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  /* background: #006cb5;
  color: #fff;
  padding: 10px;
  border-radius: 20px 0px 20px 0px; */
}
.owner-experience p {
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  padding-left: 35px;
  padding-right: 20px;
}
.owner-experience {
  /* border-radius: 6px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
}
.experience-tag {
  text-align: right;
}
.experience-tag span {
  background: #006cb5;
  font-size: 20px;
  padding: 10px 20px;
  color: #fff;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px; 
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.owner-experience ul li {
  box-shadow: #006cb530 0px 4px 12px;
  border-bottom: 6px solid #006cb5;
  padding-top: 20px;
  margin-bottom: 10px;
  border-radius: 0px 30px 0px 30px;
}
.triangle-3 {
  width: 30px;
  height: 40px;
  border-left: solid 20px #006cb5;
  border-bottom: solid 20px transparent;
  border-top: solid 20px transparent;
}
.triangle {
  display: inline-block;
  /* margin: 0 5px; */
  vertical-align: middle;
}
.owner-experience p:last-child{
  margin-bottom: 20px;
}
/* .owner-experience ul li:hover {
  background-color: #006cb5;
}
.owner-experience ul li:hover h5, .owner-experience ul li:hover p{
  color: #fff;
} */
.owner-info-wrapper .team-details-page .thumb {
  padding: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.designation-tag {
  font-size: 18px;
  font-weight: bold;
  color: #006cb5;
}
.staff-heading {
  font-size: 24px;
  font-weight: 700!important;
  line-height: 30px;
  margin: 30px 0;
}
.staff-wrapper .section-title .sub-title.double-line:before, .staff-wrapper .section-title .sub-title.double-line:after{
  top: 13px;
}
.ceo-content-wrapper {
  background: #006cb5;
  border-bottom-right-radius: 80px;
  border-top-left-radius: 80px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.ceo-content-wrapper h3, .ceo-content-wrapper p {
  color: #fff;
}
.ceo-content-wrapper .designation-tag {
  font-size: 24px;
  font-weight: 600;
}
.single-course-img-wrapper {
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
}
.single-course-img-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* .single-course-detail .modal-body{
  padding: 0;
} */
.single-course-detail .heading-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.single-course-detail .heading-wrapper .heading h3 {
  font-size: 24px;
  line-height: 30px;
}
.single-course-detail .modal-header{
  border-bottom: 0;
  position: relative;
}
.single-course-detail .modal-body{
  padding-top: 0;
}
.single-course-detail .content-wrapper {
  text-align: left;
  margin-top: 20px;
  padding: 0 10px;
}


.center-chatbox .chat-btn {
  position: absolute;
  right: 14px;
  bottom: 30px;
  cursor: pointer
}

.center-chatbox .chat-btn .close {
  display: none
}

.chat-btn i {
  transition: all 0.9s ease
}

#check:checked~.chat-btn i {
  display: block;
  pointer-events: auto;
  transform: rotate(180deg)
}

#check:checked~.chat-btn .comment {
  display: none
}

.center-chatbox .chat-btn i {
  font-size: 22px;
  color: #fff !important
}

.center-chatbox .chat-btn {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: #006cb5;
  color: #fff;
  font-size: 22px;
  border: none;
  /* position: fixed; */
}

.center-chatbox .wrapper {
  position: absolute;
  right: 20px;
  bottom: 100px;
  width: 300px;
  background-color: #fff;
  border-radius: 5px;
  opacity: 0;
  transition: all 0.4s
}

#check:checked~.wrapper {
  opacity: 1
}

.center-chatbox .header {
  padding: 13px;
  background-color: #006cb5;
  border-radius: 5px 5px 0px 0px;
  margin-bottom: 10px;
  color: #fff
}

.center-chatbox .chat-form {
  padding: 15px
}

.center-chatbox .chat-form input,
textarea,
button {
  margin-bottom: 10px
}

.center-chatbox .chat-form textarea {
  resize: none
}

.center-chatbox .form-control:focus,
.center-chatbox .btn:focus {
  box-shadow: none
}

.center-chatbox .btn,
.center-chatbox .btn:focus,
.center-chatbox .btn:hover {
  background-color: #006cb5;
  border: #006cb5
}

#check {
  display: none !important
}

.center-chatbox {
  position: relative;
} 
/* 
#center-landing-page {
  position: relative;
} */

/* CHAT BOX FORM */
#chatbox-form .chat-btn {
  position: absolute;
  right: 14px;
  bottom: 30px;
  cursor: pointer
}

#chatbox-form .chat-btn .close {
  display: none
}

#chatbox-form .chat-btn i {
  transition: all 0.9s ease
}

#check:checked~.chat-btn i {
  display: block;
  pointer-events: auto;
  transform: rotate(180deg)
}
#chatbox-form {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}
#chatbox-form .header h6 {
  color: #fff;
  margin: 0;
}
#check:checked~.chat-btn .comment {
  display: none
}

#chatbox-form .chat-btn i {
  font-size: 22px;
  color: #fff !important
}

#chatbox-form .chat-btn {
  width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #006cb5;
    color: #fff;
    font-size: 22px;
    border: none;
    position: relative;
    box-shadow: rgb(249 249 249 / 26%) 0px 54px 55px, rgb(227 242 255 / 29%) 0px -12px 30px, rgb(102 165 209 / 42%) 0px 4px 6px, rgb(88 157 205 / 56%) 0px 12px 13px, rgb(87 157 205 / 66%) 0px -3px 5px;
}

#chatbox-form .wrapper {
  position: absolute;
  right: 20px;
  bottom: 100px;
  width: 350px;
  background-color: #fff;
  border-radius: 5px;
  opacity: 0;
  transition: all 0.4s;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;  
}
.content-wrapper {
  padding: 10px;
}
#check:checked~.wrapper {
  opacity: 1
}

#chatbox-form .header {
  padding: 18px 15px;
  background-color: #006cb5;
  border-radius: 5px 5px 0px 0px;
  margin-bottom: 10px;
  color: #fff
}

#chatbox-form .chat-form {
  padding: 15px;
  text-align: center;
}

#chatbox-form .chat-form input,
#chatbox-form textarea,
#chatbox-form button {
  margin-bottom: 10px
}

#chatbox-form .chat-form textarea {
  resize: none
}

#chatbox-form .form-control:focus,
#chatbox-form .btn:focus {
  box-shadow: none
}

#chatbox-form .btn,
#chatbox-form .btn:focus,
#chatbox-form .btn:hover {
  background-color: #006cb5;
  border: #006cb5;
  font-size: 16px;
}

#check {
  display: none !important
}
.course-course-detaila-inner img {
  width: 100%;
} 
.single-list-inner.style-check-box svg {
  width: 25px;
}
.coaching-options h6 {
  font-weight: 500;
}
.contact-block{
  padding: 10px;
  border: 1px solid #00000017;
  border-radius: 8px;
  height: 100%;
}
.contact-block h2 {
  font-size: 26px;
  line-height: 30px;
  margin: 0;
}
.contact-main-page .footer-area {
  padding-top: 120px;
}
/* .main-results-scroll .a .card:first-child, .main-results-scroll .b .card:last-child, .main-results-scroll .c .card:nth-child(2) {
  height: 500px; 
} 
.main-results-scroll .a .card:nth-child(2), .main-results-scroll .b .card:first-child, .main-results-scroll .c .card:last-child {
  height: 400px;  
}
.main-results-scroll .a .card:last-child, .main-results-scroll .b .card:nth-child(2), .main-results-scroll .c .card:first-child {
  height: 300px;
}
.card .card-body a img {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  object-fit: cover;
} */
.widget-video-inner .thumb svg {
  width: 100%;
  height: 100%;
}