@charset "UTF-8";
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
:root {
  --main-color-one: #FBCD21;
  --heading-color: #030519;
  --paragraph-color: #030519;
  --heading-font: "Jost", sans-serif;
  --body-font: "Poppins", sans-serif;
  --animate-delay: 0.3s;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
  scroll-behavior: smooth;
}

* {
  -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;
  color: var(--heading-color);
  overflow-x: hidden;
  font-family: var(--body-font);
  font-size: 16px;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: var(--main-color-one);
  border-radius: 10px;
}

h1 {
  font-size: 48px;
  line-height: 1.0833333333;
}

h2 {
  font-size: 36px;
  line-height: 1.4444444444;
}

h3 {
  font-size: 24px;
  line-height: 1.0833333333;
}

h4 {
  font-size: 20px;
  line-height: 1.2380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

p {
  color: var(--paragraph-color);
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 10px;
  line-height: 24px;
}

a {
  color: var(--heading-color);
  text-decoration: none;
  color: var(--paragraph-color);
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: var(--main-color-one);
}

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

ol {
  counter-reset: counter;
  padding-left: 0;
}

ol li {
  margin-bottom: 1rem;
}

ol li:before {
  counter-increment: counter;
  content: counter(counter);
  font-weight: 500;
  margin-right: 10px;
}

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

code {
  color: #faa603;
}

.dark-bg {
  background-color: #111d5c;
}

.section-bg-1 {
  background-color: #f4f7fc;
}

.check-list-02 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list-02 li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}
.check-list-02 li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "fontawesome";
  content: "";
  color: var(--main-color-one);
}

.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: "";
  color: var(--main-color-one);
}

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

/*--------------------------------------------------------------
# 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: 14px;
  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;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
img.hero-img-mobile {
  display: none;
}

.banner-area .banner-inner .header-btn .applicant-img span {
  display: none;
}

.padding-left-0 {
  padding-left: 0;
}

.padding-right-0 {
  padding-left: 0;
}

.gray-bg {
  background-color: #f5f5f5;
}

.secondary-bg {
  background-color: var(--secondary-color);
}

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

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

.padding-top-25 {
  padding-top: 25px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-35 {
  padding-top: 35px;
}

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

.padding-top-45 {
  padding-top: 45px;
}

.padding-top-55 {
  padding-top: 55px;
}

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

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-65 {
  padding-top: 65px;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-top-75 {
  padding-top: 75px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-top-85 {
  padding-top: 85px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-top-95 {
  padding-top: 95px;
}

.padding-top-100 {
  padding-top: 100px;
}

.padding-top-105 {
  padding-top: 105px;
}

.padding-top-110 {
  padding-top: 110px;
}

.padding-top-115 {
  padding-top: 115px;
}

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

.padding-top-140 {
  padding-top: 140px;
}

.padding-top-150 {
  padding-top: 150px;
}

.padding-top-160 {
  padding-top: 160px;
}

.padding-top-190 {
  padding-top: 190px;
}

.padding-top-200 {
  padding-top: 200px;
}

.padding-top-210 {
  padding-top: 210px;
}

.padding-top-260 {
  padding-top: 260px;
}

.padding-top-310 {
  padding-top: 310px;
}

.padding-top-360 {
  padding-top: 360px;
}

.padding-top-390 {
  padding-top: 390px;
}

.padding-top-400 {
  padding-top: 400px;
}

.padding-top-600 {
  padding-top: 600px;
}

.padding-top-640 {
  padding-top: 640px;
}

.padding-top-720 {
  padding-top: 720px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-25 {
  padding-bottom: 25px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-35 {
  padding-bottom: 35px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-45 {
  padding-bottom: 45px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-bottom-55 {
  padding-bottom: 55px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-bottom-65 {
  padding-bottom: 65px;
}

.padding-bottom-70 {
  padding-bottom: 70px;
}

.padding-bottom-75 {
  padding-bottom: 75px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-bottom-85 {
  padding-bottom: 85px;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

.padding-bottom-95 {
  padding-bottom: 95px;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

.padding-bottom-110 {
  padding-bottom: 110px;
}

.padding-bottom-105 {
  padding-bottom: 105px;
}

.padding-bottom-115 {
  padding-bottom: 115px;
}

.padding-bottom-120 {
  padding-bottom: 120px;
}

.padding-bottom-130 {
  padding-bottom: 130px;
}

.padding-bottom-140 {
  padding-bottom: 140px;
}

.padding-bottom-135 {
  padding-bottom: 135px;
}

.padding-bottom-200 {
  padding-bottom: 200px;
}

.padding-bottom-280 {
  padding-bottom: 280px;
}

.padding-bottom-285 {
  padding-bottom: 285px;
}

.padding-bottom-150 {
  padding-bottom: 150px;
}

.padding-bottom-160 {
  padding-bottom: 160px;
}

.padding-bottom-165 {
  padding-bottom: 165px;
}

.padding-bottom-170 {
  padding-bottom: 170px;
}

.padding-bottom-180 {
  padding-bottom: 180px;
}

.padding-bottom-200 {
  padding-bottom: 200px;
}

.padding-bottom-215 {
  padding-bottom: 215px;
}

.padding-bottom-260 {
  padding-bottom: 260px;
}

.padding-bottom-300 {
  padding-bottom: 300px;
}

.padding-bottom-350 {
  padding-bottom: 350px;
}

.padding-bottom-460 {
  padding-bottom: 460px;
}

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

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

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

.margin-top-150 {
  margin-top: 150px;
}

.margin-top-160 {
  margin-top: 160px;
}

.padding-120 {
  padding-top: 120px;
  padding-bottom: 0px;
  margin-bottom: -50px;
}

.padding-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

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

.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.padding-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

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

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

.margin-top-35 {
  margin-top: 35px;
}

.margin-top-40 {
  margin-top: 40px;
}

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

.margin-top-55 {
  margin-top: 55px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-70 {
  margin-top: 70px;
}

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

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

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

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-35 {
  margin-bottom: 35px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-55 {
  margin-bottom: 55px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.margin-bottom-120 {
  margin-bottom: 120px;
}

.margin-bottom-150 {
  margin-bottom: 150px;
}

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

.margin-top-110 {
  margin-top: 110px;
}

.margin-top-115 {
  margin-top: 115px;
}

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

.min-height-600 {
  min-height: 600px;
}

.overflow-hidden {
  overflow: hidden;
}

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

.blog-pagination ul li {
  display: inline-block;
}

.blog-pagination ul li + li {
  margin: 0 5px;
}

.blog-pagination ul li {
  display: inline-block;
}

.blog-pagination ul li + li {
  margin: 0 5px;
}

.blog-pagination {
  display: block;
  width: 100%;
}

.blog-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-pagination ul li a,
.blog-pagination ul li span {
  display: block;
  padding: 3px 25px;
  border: 1px solid #e2e2e2;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.blog-pagination ul li span.current,
.blog-pagination ul li a:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

.blog-pagination ul li a.prev:hover,
.blog-pagination ul li a.next:hover {
  background-color: transparent;
  color: var(--main-color-one);
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*----------------------------------------
    # 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;
  padding-top: 7px;
  padding-left: 13px;
  display: inline-block;
}

.wp-link-pages .current,
.wp-link-pages a:hover {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}

.wp-link-pages span:first-child {
  margin-right: 5px;
}

dl,
ol,
ul {
  padding-left: 15px;
}

.type-page ol {
  margin-left: 15px;
}
.type-page ol ol {
  margin-top: 10px;
}
.type-page ol ol ol {
  margin-top: 10px;
}

.type-page ul li {
  margin-bottom: 10px;
}
.type-page ul li ul {
  margin-top: 10px;
}
.type-page ul li ul ul {
  margin-top: 10px;
}

.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-one);
  color: #fff;
  font-size: 16px;
  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;
}

.light-txt p {
  color: #fff;
}

.office-address-section .animated.animated-slow {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

.elementor-editor-active .courses-gallery-masonry-wrapper .courses-gallery-masonry,
.elementor-editor-preview .courses-gallery-masonry-wrapper .courses-gallery-masonry {
  height: auto !important;
}

.applicant.style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.applicant.style_1 .thumb {
  margin-right: 30px;
}

.no-animation .animate__fadeInUp {
  -webkit-animation-name: none !important;
          animation-name: none !important;
}

.footer-style .widget.widget_block {
  padding: 0px;
}

.footer-widget .about_us_widget.style-01 p {
  margin-bottom: -7px;
}

.elementor-widget-bedriver-course-single-box-widget .author-details {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.elementor-widget-bedriver-course-single-box-widget .author-details .author-meta .thumb img {
  width: 30%;
}
.elementor-widget-bedriver-course-single-box-widget .courses-single-item-03 .content .title:hover {
  color: #030519;
  cursor: text;
}

.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li a {
  cursor: pointer;
}

.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  border-bottom: 4px solid #030519;
}

.icon-yellow i.fas.fa-arrow-right {
  color: var(--main-color-one);
}

.blog-pagination ul li:first-child span {
  border: none;
}

.testimonial-carousel-two .post-meta li {
  border: none !important;
}

.testimonial-carousel-two .post-meta li + li {
  padding-left: 0 !important;
}

.testimonial-carousel-two .news-single-items .content .post-meta li + li {
  margin-left: 0 !important;
}

#bedriver_popular_posts-2 {
  padding-bottom: 0;
}

.title a {
  color: var(--heading-color);
}
.title a:hover {
  color: var(--main-color-one);
}

.bred-wrapper .follow-us a {
  color: #fff;
}
.bred-wrapper .follow-us a:hover {
  color: #fff;
}

.blog-content-page .top-rated-section .news-single-items {
  margin-bottom: 0;
}
.blog-content-page .top-rated-section .news-single-items .content .title {
  padding-bottom: 0;
}

/*-----------------
    # Typography
-----------------*/
/*---------------------------------------
    ## Back Top
---------------------------------------*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  color: var(--heading-color);
  text-align: center;
  line-height: 50px;
  border-radius: 6px;
  z-index: 99;
  font-size: 25px;
  cursor: pointer;
  -webkit-transform: translateY(-5000%);
          transform: translateY(-5000%);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.back-to-top.active {
  bottom: 30px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/*---------------------------------------
    ## Button
---------------------------------------*/
.form-submit > .submit-btn {
  background-color: var(--secondary-color);
  color: #fff;
  display: inline-block;
  padding: 16px 26px;
  border-radius: 6px;
  font-size: 16px;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  font-weight: 600;
  background-color: var(--main-color-one);
  color: var(--heading-color);
  position: relative;
  z-index: 0;
  overflow: hidden;
  border: none;
}
.form-submit > .submit-btn:hover {
  background-color: var(--heading-color);
  color: #fff;
}

.btn-wrap {
  display: block;
  margin-bottom: -5px;
}
.btn-wrap.subscribe-btn {
  position: absolute;
  top: 32px;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-wrap .boxed-btn {
  background-color: var(--secondary-color);
  color: #fff;
  display: inline-block;
  padding: 16px 26px;
  border-radius: 6px;
  font-size: 16px;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  font-weight: 600;
}
.btn-wrap .boxed-btn.btn-apply {
  background-color: var(--main-color-one);
  color: var(--heading-color);
  text-transform: capitalize;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  overflow: hidden;
  border: none;
}
.btn-wrap .boxed-btn.btn-apply i {
  margin-left: 3px;
  font-size: 15px;
}
.btn-wrap .boxed-btn.btn-apply:hover {
  background-color: var(--heading-color);
  color: #fff;
}
.btn-wrap .boxed-btn.btn-apply:hover.style-01 {
  background-color: #fff;
  color: var(--heading-color);
}
.btn-wrap .boxed-btn.btn-apply.style-01 {
  margin-right: 30px;
}
.btn-wrap .boxed-btn.btn-subscribe {
  background-color: var(--main-color-one);
  color: var(--heading-color);
  padding: 10px 13px;
  font-size: 14px;
  font-family: var(--body-font);
  border: none;
}
.btn-wrap .boxed-btn.btn-instructor {
  background-color: var(--main-color-one);
  color: var(--heading-color);
  text-transform: capitalize;
  width: 100%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border: 1px solid var(--main-color-one);
}
.btn-wrap .boxed-btn.btn-instructor i {
  margin-left: 3px;
  font-size: 15px;
}
.btn-wrap .boxed-btn.btn-instructor:hover {
  background: transparent;
  border: 1px solid var(--main-color-one);
  color: var(--main-color-one);
}
.btn-wrap .boxed-btn.btn-fill {
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.btn-wrap .boxed-btn.btn-fill i {
  margin-left: 3px;
  font-size: 15px;
}
.btn-wrap .boxed-btn.btn-fill:hover {
  background: var(--main-color-one);
  border: 1px solid var(--main-color-one);
  color: var(--heading-color);
}
.btn-wrap .boxed-btn.btn-book {
  background-color: var(--heading-color);
  color: #fff;
  text-transform: capitalize;
  width: 100%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: relative;
  border: 0;
}
.btn-wrap .boxed-btn.btn-book i {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.btn-wrap .boxed-btn.btn-book:hover i {
  padding-left: 10px;
}

.close-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  color: #fff;
  border-color: var(--main-color-one);
  background-color: var(--main-color-one);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 0;
  text-align: center;
  border: none;
}
.close-btn:focus {
  outline: none;
}

.desktop-center {
  text-align: center;
}

.desktop-left {
  text-align: left;
}

.desktop-right {
  text-align: right;
}

.contact-form .contact-page-form .form-group .wpcf7-submit i {
  position: relative;
  z-index: 99;
  top: 0;
  right: 0;
  -webkit-transform: unset;
  transform: unset;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .tablet-center {
    text-align: center;
  }

  .tablet-left {
    text-align: left;
  }

  .tablet-right {
    text-align: right;
  }
}
@media only screen and (max-width: 414px) {
  .mobile-center {
    text-align: center;
  }

  .mobile-left {
    text-align: left;
  }

  .mobile-right {
    text-align: right;
  }
}
.video-play {
  color: #233d62;
  font-size: 16px;
  font-weight: 600;
}
.video-play:hover i {
  color: var(--heading-color);
}
.video-play:hover i.style-01 {
  color: rgba(251, 205, 33, 0.5);
}
.video-play.style-01 {
  position: absolute;
  z-index: 1;
  right: -180px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.video-play i {
  color: #3E4357;
  margin-right: 25px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.video-play i.style-01 {
  margin-left: 22px;
  color: var(--main-color-one);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.video-play .video-shape {
  position: absolute;
  left: -20px;
  top: -17px;
}
.video-play .video-shape.style-01 {
  left: 2px;
  top: -17px;
}
.video-play span {
  font-size: 14px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 500;
  color: #808080;
}
.video-play span.style-01 {
  color: #fff;
}

.video-popup {
  color: #233d62;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-popup::after {
  content: "";
  position: absolute;
  left: 30%;
  top: 0%;
  z-index: -1;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: transparent;
  border: 2px solid var(--main-color-one);
  border-radius: 50%;
}
.video-popup i {
  background: rgba(246, 228, 159, 0.42);
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  color: var(--main-color-one);
  margin-left: 40px;
  margin-right: 10px;
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease;
  font-size: 30px;
}
.video-popup span {
  font-size: 14px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 500;
  color: #808080;
}

@-webkit-keyframes pulse-video {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-video {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

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

.theme-heading-title {
  margin-bottom: 56px;
}
.theme-heading-title.appointment {
  margin-bottom: 34px;
}
.theme-heading-title .subtitle {
  font-size: 16px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 600;
  color: var(--main-color-one);
  margin-bottom: 15px;
}
.theme-heading-title .title {
  font-size: 45px;
  line-height: 55px;
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-weight: 700;
  margin-bottom: 0px;
}
.theme-heading-title .title.style-01 {
  color: #fff;
  max-width: 500px;
}
.theme-heading-title .description p {
  font-size: 16px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #323232;
  margin: 15px 0px 0px;
  max-width: 510px;
}
.theme-heading-title .description p.style-01 {
  max-width: inherit;
  color: #fff;
}
.theme-heading-title .description p.style-02 {
  margin: 15px auto 0px;
}
.theme-heading-title .description p.style-03 {
  max-width: inherit;
}
.theme-heading-title .description.style-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.theme-heading-title .description .view-courses {
  font-size: 16px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 600;
  color: var(--main-color-one);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.theme-heading-title .description .view-courses:hover {
  color: var(--heading-color);
}
.theme-heading-title .description .view-courses i {
  margin-left: 10px;
}

.best-featues-single-items {
  background: #FEFEFE;
  padding: 30px;
  border: 1px solid var(--main-color-one);
  border-radius: 6px;
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease;
}
.best-featues-single-items.style-01 {
  padding: 29px 30px 26px 32px;
}
.best-featues-single-items:hover {
  -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
  border: 1px solid #FEFEFE;
}
.best-featues-single-items:hover .icon::after {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  top: -2px;
  left: -7px;
  background-color: rgba(251, 205, 33, 0.2);
}
.best-featues-single-items .icon {
  position: relative;
  font-size: 45px;
  color: var(--main-color-one);
}
.best-featues-single-items .icon::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 80px;
  background-color: rgba(251, 205, 33, 0.16);
  border-radius: 50%;
  top: 0px;
  left: 10px;
  z-index: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.best-featues-single-items .content .title {
  font-size: 23px;
  line-height: 43px;
  font-family: var(--heading-font);
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 0px;
  padding-top: 10px;
}
.best-featues-single-items .content .title.style-01 {
  font-size: 20px;
  line-height: 30px;
}
.best-featues-single-items .content p {
  font-size: 16px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #535353;
  margin-bottom: 27px;
}

.features-single-items-02 {
  background: #F9FCFF;
  padding: 32px 23px 26px 30px;
  border: 1px solid rgba(251, 205, 33, 0.6);
  border-radius: 8px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.features-single-items-02:hover .icon::after {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  top: -1px;
  left: -5px;
  background-color: rgba(251, 205, 33, 0.2);
}
.features-single-items-02 .icon {
  position: relative;
  margin-bottom: 10px;
}
.features-single-items-02 .icon i {
  font-size: 38px;
  color: var(--main-color-one);
}
.features-single-items-02 .icon::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: rgba(251, 205, 33, 0.16);
  border-radius: 50%;
  top: -2px;
  left: 18px;
  z-index: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.features-single-items-02 .content .title {
  font-size: 23px;
  line-height: 34px;
  font-family: var(--heading-font);
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 10px;
}
.features-single-items-02 .content p {
  font-size: 16px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 400;
  color: var(--heading-color);
  margin-bottom: 0px;
}

.course-single-item-wrap {
  padding: 0px 15px;
}

.course-single-item {
  background: #fff;
  -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #fff;
  margin-bottom: 30px;
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease;
}
.course-single-item:hover {
  border: 1px solid var(--main-color-one);
}
.course-single-item .thumb img {
  width: 100%;
  border-radius: 6px;
}
.course-single-item .content .post-mate {
  margin-top: 20px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.course-single-item .content .post-mate .meta-data {
  font-size: 16px;
  line-height: 18px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #878787;
  margin-bottom: 0;
}
.course-single-item .content .post-mate .meta-data i {
  margin-right: 8px;
  color: var(--main-color-one);
}
.course-single-item .content .title {
  font-size: 23px;
  line-height: 55px;
  font-family: var(--heading-font);
  font-weight: 600;
  color: #323232;
  margin-top: 14px;
  padding-bottom: 17px;
  border-bottom: 1px dashed #CFCFCF;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.course-single-item .content .title a {
  color: var(--heading-color);
}
.course-single-item .content .title a:hover {
  color: var(--main-color-one);
}
.course-single-item .author-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.course-single-item .author-details .author-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px;
}
.course-single-item .author-details .author-meta .thumb {
  margin-right: 5px;
}
.course-single-item .author-details .author-meta .content .author-name {
  font-size: 16px;
  line-height: 18px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #323232;
  margin-bottom: 0px;
}
.course-single-item .author-details .course-price {
  font-size: 16px;
  line-height: 18px;
  font-family: var(--body-font);
  font-weight: 600;
  color: var(--main-color-one);
}

.course-single-item-02 {
  background: #fff;
  padding: 13px 30px 30px 30px;
  border-radius: 10px;
  border: 1px solid #E2E2E2;
  margin-bottom: 30px;
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease;
}
.course-single-item-02:hover.courses-bg::after {
  opacity: 0;
}
.course-single-item-02:hover .content .post-mate .meta-data {
  color: #fff;
}
.course-single-item-02:hover .content .title {
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.course-single-item-02:hover .content .title a {
  color: #fff;
}
.course-single-item-02:hover .author-details .author-meta .content .author-name {
  color: #fff;
}
.course-single-item-02.courses-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease;
  z-index: 0;
}
.course-single-item-02.courses-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(3, 5, 25, 0.6);
  border-radius: 6px;
  z-index: -1;
}
.course-single-item-02.courses-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: 1;
  border-radius: 6px;
  z-index: -1;
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease;
}
.course-single-item-02 .content .post-mate {
  margin-top: 20px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.course-single-item-02 .content .post-mate .meta-data {
  font-size: 16px;
  line-height: 18px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #878787;
  margin-bottom: 0;
}
.course-single-item-02 .content .post-mate .meta-data i {
  margin-right: 8px;
  color: var(--main-color-one);
}
.course-single-item-02 .content .title {
  font-size: 23px;
  line-height: 55px;
  font-family: var(--heading-font);
  font-weight: 600;
  color: #323232;
  margin-top: 14px;
  padding-bottom: 17px;
  border-bottom: 1px dashed #CFCFCF;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.course-single-item-02 .content .title:hover {
  color: var(--main-color-one);
}
.course-single-item-02 .author-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.course-single-item-02 .author-details .author-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px;
}
.course-single-item-02 .author-details .author-meta .thumb {
  margin-right: 10px;
}
.course-single-item-02 .author-details .author-meta .content .author-name {
  font-size: 16px;
  line-height: 18px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #323232;
  margin-bottom: 0px;
}
.course-single-item-02 .author-details .course-price {
  font-size: 16px;
  line-height: 18px;
  font-family: var(--body-font);
  font-weight: 600;
  color: var(--main-color-one);
}

.courses-single-item-03 {
  margin-bottom: 30px;
}
.courses-single-item-03 .bg-wrapper {
  overflow: hidden;
  border-radius: 10px;
}
.courses-single-item-03 .bg-wrapper .courses-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 600px;
  border-radius: 10px;
  position: relative;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.courses-single-item-03 .bg-wrapper .courses-bg:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.courses-single-item-03 .bg-wrapper .courses-bg .content {
  position: absolute;
  bottom: 20px;
  padding: 0px 30px;
  width: 100%;
}
.courses-single-item-03 .content {
  margin-top: 25px;
}
.courses-single-item-03 .content .title {
  font-size: 45px;
  line-height: 55px;
  font-family: var(--heading-font);
  font-weight: 700;
  margin-bottom: 28px;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.courses-single-item-03 .content .title:hover {
  color: var(--main-color-one);
}
.courses-single-item-03 .content .description {
  font-size: 16px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #535353;
}

.elementor-widget-bedriver-course-single-box-widget .courses-single-item-03 .content .title {
  padding-top: 20px;
  margin-bottom: 15px;
}

.course-module {
  background: #EEF9FF;
  padding: 25px 0px;
  border-radius: 6px;
  margin-bottom: 30px;
}
.course-module .module-single-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 0;
}
.course-module .module-single-items.style-01::after {
  content: none;
}
.course-module .module-single-items::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 50%;
  border-left: 1px dashed #535353;
}
.course-module .module-single-items .icon {
  font-size: 30px;
  margin-right: 15px;
  margin-top: 5px;
  color: var(--heading-color);
}
.course-module .module-single-items .content .title {
  font-size: 18px;
  line-height: 28px;
  font-family: var(--heading-font);
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 0px;
  text-transform: uppercase;
}
.course-module .module-single-items .content p {
  font-size: 14px;
  line-height: 30px;
  font-family: var(--body-font);
  font-weight: 500;
  color: #323232;
  margin-bottom: 0px;
}

.course-single-description .content .title {
  font-size: 30px;
  line-height: 55px;
  font-family: var(--heading-font);
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 5px;
}
.course-single-description .content p {
  font-size: 16px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #535353;
  margin-bottom: 10px;
}
.course-single-description .content p.style-01 {
  margin-bottom: 30px;
}

.school-advantage-list {
  margin-top: 30px;
}
.school-advantage-list .content .title {
  font-size: 30px;
  line-height: 55px;
  font-family: var(--heading-font);
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 22px;
}

.course-for-who .content .title {
  font-size: 30px;
  line-height: 30px;
  font-family: var(--heading-font);
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 10px;
}
.course-for-who .content p {
  font-size: 16px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #535353;
  margin-bottom: 36px;
}
.course-for-who .content p a {
  color: var(--main-color-one);
}

.contact-form .content {
  border-bottom: 1px dashed #AFB0B2;
  margin-bottom: 30px;
  padding-bottom: 50px;
}
.contact-form .content.style-01 {
  border-bottom: 0;
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.contact-form .content.style-01 .title {
  text-align: left;
  margin-bottom: 0;
}
.contact-form .content.style-01 p {
  text-align: left;
}
.contact-form .content.instructor {
  border-bottom: none;
  margin-bottom: 0px;
}
.contact-form .content .title {
  font-size: 30px;
  line-height: 55px;
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-weight: 600;
  text-align: center;
}
.contact-form .content p {
  font-size: 16px;
  line-height: 28px;
  font-family: var(--body-font);
  color: var(--heading-color);
  font-weight: 400;
  text-align: center;
  max-width: 500px;
  margin: auto;
}
.contact-form .contact-page-form .form-group {
  margin-bottom: 24px;
}
.contact-form .contact-page-form .form-group i {
  position: absolute;
  z-index: 99;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
}
.contact-form .contact-page-form .form-group label {
  font-size: 15px;
  line-height: 28px;
  font-family: var(--body-font);
  color: var(--heading-color);
  font-weight: 600;
}
.contact-form .contact-page-form .form-group label.style-01 {
  color: #323232;
}
.contact-form .contact-page-form .form-group .contact-select .form-select {
  width: 100%;
  line-height: 0px;
  margin-bottom: 24px;
}
.contact-form .contact-page-form .form-group .contact-select .form-select::after {
  height: 10px;
  width: 10px;
  border-bottom: 2px solid #CFCFCF;
  border-right: 2px solid #CFCFCF;
  margin-top: -6px;
  border: none;
  right: 25px;
}
.contact-form .contact-page-form .form-group .contact-select .form-select .list {
  width: 100%;
}
.contact-form .contact-page-form .form-group .contact-select .form-select .list .option:focus, .contact-form .contact-page-form .form-group .contact-select .form-select .list .option.selected, .contact-form .contact-page-form .form-group .contact-select .form-select .list .option:hover {
  background: var(--main-color-one);
}
.contact-form .contact-page-form .form-group .contact-select .form-select .current {
  font-size: 15px;
  line-height: 44px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #535353;
}
.contact-form .contact-page-form .form-group .form-control {
  height: 60px;
  border: 1px solid #CFCFCF;
  font-size: 16px;
  line-height: 30px;
  font-family: var(--body-font);
  font-weight: 300;
  border-radius: 3px;
  padding: 6px 12px 6px 15px;
}
.contact-form .contact-page-form .form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-form .contact-page-form .form-group .form-control:focus::-webkit-input-placeholder {
  color: #c3c3c3;
  font-size: 0px;
}
.contact-form .contact-page-form .form-group .form-control:focus::-moz-placeholder {
  color: #c3c3c3;
  font-size: 0px;
}
.contact-form .contact-page-form .form-group .form-control:focus:-ms-input-placeholder {
  color: #c3c3c3;
  font-size: 0px;
}
.contact-form .contact-page-form .form-group .form-control:focus::-ms-input-placeholder {
  color: #c3c3c3;
  font-size: 0px;
}
.contact-form .contact-page-form .form-group .form-control:focus::placeholder {
  color: #c3c3c3;
  font-size: 0px;
}
.contact-form .contact-page-form .form-group .form-control.text-area {
  height: 160px;
  margin-bottom: 30px;
}
.contact-form .contact-page-form .form-group .form-control::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #c3c3c3;
}
.contact-form .contact-page-form .form-group .form-control::-moz-placeholder {
  font-size: 15px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #c3c3c3;
}
.contact-form .contact-page-form .form-group .form-control:-ms-input-placeholder {
  font-size: 15px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #c3c3c3;
}
.contact-form .contact-page-form .form-group .form-control::-ms-input-placeholder {
  font-size: 15px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #c3c3c3;
}
.contact-form .contact-page-form .form-group .form-control::placeholder {
  font-size: 15px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #c3c3c3;
}
.contact-form .contact-page-form .form-mate {
  margin-bottom: 0px;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--heading-font);
  margin-top: 20px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--main-color-one);
}

.Appointment-form {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 15px 30px rgba(3, 5, 25, 0.15);
          box-shadow: 0px 15px 30px rgba(3, 5, 25, 0.15);
  padding: 45px 60px 56px 60px;
  border-radius: 6px;
  margin-bottom: -200px;
  margin-top: -35px;
}

.single-testimonial-item-wrapper {
  padding: 0 15px;
}

.single-testimonial-item {
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 6px;
  padding: 40px 40px 40px 40px;
  margin-bottom: 60px;
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease;
}
.single-testimonial-item:hover {
  -webkit-box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.13);
  border: 1px solid #fff;
}
.single-testimonial-item .ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed #BEBEBE;
  margin-bottom: 20px;
  padding-bottom: 40px;
}
.single-testimonial-item .ratings .start-icon i {
  margin-right: 5px;
  color: #E99400;
}
.single-testimonial-item .ratings .quotes-icon i {
  color: var(--main-color-one);
  font-size: 20px;
}
.single-testimonial-item .content .description {
  font-size: 16px;
  line-height: 26px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #535353;
  margin-bottom: 30px;
}
.single-testimonial-item .author-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-testimonial-item .author-details .thumb {
  margin-right: 20px;
}
.single-testimonial-item .author-details .author-meta .title {
  font-size: 16px;
  line-height: 26px;
  font-family: var(--heading-font);
  font-weight: 600;
  color: var(--main-color-one);
  margin-bottom: 0px;
}
.single-testimonial-item .author-details .author-meta .designation {
  font-family: var(--heading-font);
  font-weight: 500;
  color: var(--heading-color);
}
.single-testimonial-item .author-details span {
  width: 30px;
  height: 1px;
  background: var(--main-color-one);
  margin-left: 35px;
  margin-top: -20px;
}

.testimonial-carousel-wrap {
  margin-left: -15px;
  margin-right: -15px;
}

.testimonial-carousel .prev-arrow {
  width: 53px;
  height: 53px;
  line-height: 53px;
  background: #fff;
  text-align: center;
  border: 2px solid var(--main-color-one);
  border-radius: 6px;
  color: var(--main-color-one);
  font-size: 22px;
  position: absolute;
  top: -110px;
  left: 15px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  cursor: pointer;
}
.testimonial-carousel .prev-arrow:focus {
  outline: none;
}
.testimonial-carousel .prev-arrow:hover {
  background: var(--main-color-one);
  border: 2px solid var(--main-color-one);
  color: var(--heading-color);
}
.testimonial-carousel .next-arrow {
  width: 53px;
  height: 53px;
  line-height: 53px;
  background: #fff;
  text-align: center;
  border: 2px solid var(--main-color-one);
  border-radius: 6px;
  color: var(--main-color-one);
  font-size: 22px;
  position: absolute;
  top: -110px;
  right: 15px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  cursor: pointer;
}
.testimonial-carousel .next-arrow:focus {
  outline: none;
}
.testimonial-carousel .next-arrow:hover {
  background: var(--main-color-one);
  border: 2px solid var(--main-color-one);
  color: var(--heading-color);
}

.course-nav {
  margin-left: 110px;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.course-nav:hover .icon {
  color: var(--main-color-one);
}
.course-nav:hover .course-navigation .course-list {
  opacity: 1;
  visibility: visible;
  top: 50px;
}
.course-nav .icon {
  color: #fff;
  cursor: pointer;
  margin-right: 5px;
  font-size: 16px;
}
.course-nav .course-menu {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-family: var(--heading-font);
  font-weight: 600;
}
.course-nav .course-menu a {
  color: #fff;
}
.course-nav .course-navigation .course-list {
  position: absolute;
  text-align: left;
  min-width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: -50px;
  top: 78px;
  -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);
  z-index: 9;
  border-bottom: 4px solid var(--main-color-one);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  visibility: hidden;
  opacity: 0;
}
.course-nav .course-navigation .course-list::after {
  content: "";
  position: absolute;
  top: -14px;
  left: 17%;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
}
.course-nav .course-navigation .course-list li {
  display: block;
  margin-left: 0;
  line-height: 24px;
  font-size: 14px;
  font-family: var(--body-font);
  font-weight: 500;
}
.course-nav .course-navigation .course-list li + li {
  border-top: 1px solid #e2e2e2;
}
.course-nav .course-navigation .course-list li a {
  display: block;
  padding: 12px 12px;
  background-color: #fff;
  white-space: nowrap;
  color: var(--heading-color);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.course-nav .course-navigation .course-list li a:hover {
  background: var(--main-color-one);
  color: var(--heading-color);
}
.course-nav .course-navigation .course-list li a:hover span {
  margin-left: 8px;
}
.course-nav .course-navigation .course-list li a span {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.friendly-driving-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 650px;
  border-radius: 6px;
  position: relative;
}
.friendly-driving-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(38%, rgba(3, 5, 25, 0.3)), to(rgba(3, 5, 25, 0.67)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(3, 5, 25, 0.3) 38%, rgba(3, 5, 25, 0.67) 100%);
  border-radius: 6px;
}
.friendly-driving-bg .content {
  position: absolute;
  bottom: 35px;
  left: 40px;
}
.friendly-driving-bg .content .applicant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.friendly-driving-bg .content .applicant .thumb {
  margin-right: 20px;
}
.friendly-driving-bg .content .applicant .applicant-number h6 {
  color: #fff;
  margin-bottom: 0px;
}

/*-----------------------------
    Accordion Item
-----------------------------*/
.accordion-wrapper .card {
  border: none;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease;
}
.accordion-wrapper .card + .card {
  margin-top: 20px;
}
.accordion-wrapper .card .card-header {
  background-color: transparent;
  padding: 0;
  border: none;
}
.accordion-wrapper .card .card-header a {
  display: block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  font-family: var(--body-font);
  color: var(--heading-color);
  padding: 20px 20px 20px 65px;
  cursor: pointer;
  position: relative;
}
.accordion-wrapper .card .card-header a:after {
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #030519;
  color: var(--main-color-one);
  border-radius: 4px;
  content: "";
  font-family: "fontawesome";
}
.accordion-wrapper .card .card-header a[aria-expanded=true]:after {
  content: "";
}
.accordion-wrapper .card .card-body {
  padding: 20px 10px 20px 66px;
  border-top: 1px dashed #D5D5D5;
  font-size: 16px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 400;
  color: var(--heading-color);
  -webkit-transition: 0.7s alternate;
  transition: 0.7s alternate;
}

.accordion-wrapper-02 .card {
  border: none;
  background-color: #fff;
  border: 1px solid var(--main-color-one);
  border-radius: 6px;
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease;
}
.accordion-wrapper-02 .card + .card {
  margin-top: 21px;
}
.accordion-wrapper-02 .card .card-header {
  background-color: transparent;
  padding: 0;
  border: none;
}
.accordion-wrapper-02 .card .card-header a {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: var(--heading-font);
  color: var(--heading-color);
  padding: 20px 20px 20px 18px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease;
}
.accordion-wrapper-02 .card .card-header a:after {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--main-color-one);
  content: "";
  font-family: "fontawesome";
}
.accordion-wrapper-02 .card .card-header a[aria-expanded=true] {
  background: var(--main-color-one);
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease;
}
.accordion-wrapper-02 .card .card-header a[aria-expanded=true]:after {
  content: "";
  color: var(--heading-color);
}
.accordion-wrapper-02 .card .card-body {
  background: var(--main-color-one);
  padding: 0px 20px 25px 18px;
  border-top: 0px;
  font-size: 16px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #323232;
  -webkit-transition: 0.7s alternate;
  transition: 0.7s alternate;
}
.accordion-wrapper-02 .card .card-body .faq-img {
  margin-top: 15px;
  border-radius: 6px;
}

/*----------------------------
    Counterup Item
----------------------------*/
.counter-section-area {
  position: relative;
  margin-top: -60px;
}
.counter-section-area.instructor-single {
  margin-top: 30px;
}

.counter-section-inner {
  background: #fff;
  -webkit-box-shadow: 0px 12px 25px rgba(251, 205, 33, 0.25);
          box-shadow: 0px 12px 25px rgba(251, 205, 33, 0.25);
  padding: 60px;
  border-radius: 6px;
}
.counter-section-inner.instructor-single {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #FEFCF2;
  padding: 25px;
}

.single-counterup-01 {
  text-align: center;
  border-right: 0px dashed #CFCFCF;
}
.single-counterup-01:after {
  content: "";
  position: absolute;
  right: -148px;
  border: dashed;
  border-color: #c6c6c6;
  border-width: 0px 0px 0 1px;
}
.single-counterup-01.style-01 {
  border-right: 0px;
}
.single-counterup-01.style-02 {
  border-right: 0px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.single-counterup-01.style-02.b-none::after {
  content: none;
}
.single-counterup-01.style-02:hover .icon::after {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  top: 5px;
  right: 76px;
  background: rgba(251, 205, 33, 0.16);
}
.single-counterup-01.style-02::after {
  content: "";
  position: absolute;
  right: -44%;
  top: 30px;
  width: 45%;
  height: 70%;
  border-right: 1px dashed #CFCFCF;
}
.single-counterup-01.no-right-border::after {
  border-right: 0px dashed #CFCFCF;
}
.single-counterup-01.about::after {
  content: none;
}
.single-counterup-01 .icon {
  position: relative;
  margin-bottom: 5px;
  font-size: 45px;
  color: var(--heading-color);
}
.single-counterup-01 .icon.style-01 {
  color: var(--main-color-one);
}
.single-counterup-01 .icon::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: rgba(251, 205, 33, 0.16);
  border-radius: 50%;
  top: 5px;
  right: 55px;
  z-index: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-counterup-01 .content .title {
  font-size: 18px;
  line-height: 28px;
  color: #3E4357;
  font-family: var(--heading-font);
  font-weight: 600;
  margin-bottom: 0px;
}
.single-counterup-01 .content .title.about {
  font-weight: 500;
  color: #323232;
}
.single-counterup-01 .content .title.instructor-single {
  color: #535353;
}
.single-counterup-01 .content .odo-area .odo-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: var(--main-color-one);
  font-family: var(--heading-font);
  margin-right: 5px;
}
.single-counterup-01 .content .odo-area .odo-title.about {
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  color: var(--heading-color);
  font-family: var(--heading-font);
  margin-bottom: 0px;
}
.single-counterup-01 .content .odo-area .odo-title.instructor-single {
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  color: var(--main-color-one);
  font-family: var(--heading-font);
}
.single-counterup-01 .content .odo-area .pluse {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: var(--main-color-one);
  font-family: var(--heading-font);
}
.single-counterup-01 .content .odo-area .pluse.about {
  color: var(--heading-color);
}

.counter-single-item .count-title {
  font-size: 20px;
  line-height: 30px;
  font-family: var(--heading-font);
  font-weight: 700;
  color: var(--heading-color);
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
}
.counter-single-item .counter-item {
  position: absolute;
  left: 47%;
  top: 35%;
  -webkit-transform: translate(-47%, -35%);
          transform: translate(-47%, -35%);
}
.counter-single-item .counter-item:last-child {
  margin-right: 0;
}
.counter-single-item .counter-item span {
  text-align: center;
  display: block;
  line-height: 55px;
  font-family: var(--heading-font);
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 0px;
  color: var(--heading-color);
}
.counter-single-item .counter-item h6 {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  color: var(--heading-color);
  padding: 8px;
  border-radius: 0px 0px 5px 5px;
}

.team-single-item-wrap {
  padding: 0px 15px;
}

.team-single-item {
  position: relative;
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease;
  overflow: hidden;
}
.team-single-item:hover .social-area .social-icons {
  right: 20px;
  opacity: 1;
  visibility: visible;
}
.team-single-item:hover .thumb .team-img::before {
  background: rgba(3, 5, 25, 0.53);
}
.team-single-item.instructor-single-details .social-area .social-icons {
  right: 58px;
  top: 52%;
  opacity: 1;
  visibility: visible;
}
.team-single-item.instructor-single-details .thumb .team-img::before {
  background: rgba(3, 5, 25, 0.53);
}
.team-single-item .thumb .team-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 312px;
  border-radius: 6px;
  margin-bottom: 10px;
  position: relative;
}
.team-single-item .thumb .team-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(3, 5, 25, 0);
  border-radius: 6px;
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease;
}
.team-single-item .author-meta .author-name {
  font-size: 23px;
  line-height: 43px;
  font-family: var(--heading-font);
  font-weight: 600;
  color: #323232;
  margin-bottom: 0px;
}
.team-single-item .author-meta .author-name:hover {
  color: var(--main-color-one);
}
.team-single-item .author-meta .designation {
  font-size: 14px;
  line-height: 26px;
  font-family: var(--body-font);
  font-weight: 500;
  color: #323232;
  margin-bottom: 0px;
}
.team-single-item .social-area .social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 20px;
  right: -60px;
  background: var(--main-color-one);
  padding: 15px;
  border-radius: 28px;
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease;
  opacity: 0;
  visibility: hidden;
}
.team-single-item .social-area .social-icons li {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.team-single-item .social-area .social-icons li:hover a i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.team-single-item .social-area .social-icons li a {
  width: 26px;
  height: 26px;
  line-height: 23px;
  display: block;
  text-align: center;
  border: 2px solid var(--heading-color);
  border-radius: 50%;
}
.team-single-item .social-area .social-icons li a i {
  font-size: 14px;
  color: var(--heading-color);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.team-single-item .social-area .social-icons li + li {
  margin-top: 10px;
}

.team-single-item.instructor-single-details .author-meta .author-name:hover {
  color: var(--heading-color);
}

.team-single-item-02 {
  position: relative;
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease;
  overflow: hidden;
}
.team-single-item-02 .thumb .team-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 312px;
  border-radius: 6px;
  margin-bottom: 10px;
  position: relative;
}
.team-single-item-02 .author-meta .author-name {
  font-size: 23px;
  line-height: 43px;
  font-family: var(--heading-font);
  font-weight: 600;
  color: #323232;
  margin-bottom: 0px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.team-single-item-02 .author-meta .author-name:hover {
  color: var(--main-color-one);
}
.team-single-item-02 .author-meta .designation {
  font-size: 16px;
  line-height: 26px;
  font-family: var(--body-font);
  font-weight: 500;
  color: #323232;
  margin-bottom: 0px;
}

.gallery-single-items {
  -webkit-transition: 0.5 all ease;
  transition: 0.5 all ease;
  position: relative;
  background: var(--main-color-one);
}
.gallery-single-items:hover .thumb {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}
.gallery-single-items:hover .thumb::before {
  background: rgba(3, 5, 25, 0);
}
.gallery-single-items:hover .icon {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}
.gallery-single-items .thumb {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.gallery-single-items .thumb img {
  width: 100%;
}
.gallery-single-items .thumb::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(3, 5, 25, 0.7);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.gallery-single-items .icon {
  position: absolute;
  z-index: 2;
  left: 38%;
  top: 38%;
  width: 152px;
  height: 152px;
  text-align: center;
  line-height: 160px;
  background: rgba(251, 205, 33, 0.9);
  border-radius: 50%;
  font-size: 40px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.gallery-single-items .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  border: 1px solid var(--heading-color);
  border-radius: 50%;
}

.news-single-items-wrap {
  padding: 0px 15px;
}

.news-single-items {
  position: relative;
  z-index: 0;
}
.news-single-items .thumb {
  overflow: hidden;
  border-radius: 10px;
}
.news-single-items .thumb .blog-img {
  border-radius: 10px;
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease;
}
.news-single-items .thumb .blog-img:hover {
  -webkit-transform: scale(1.09);
          transform: scale(1.09);
}
.news-single-items .thumb .event {
  color: var(--heading-color);
  font-size: 14px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 500;
  background: var(--main-color-one);
  padding: 3px 14px;
  border-radius: 3px;
  position: absolute;
  left: 30px;
  top: 30px;
}
.news-single-items .content {
  margin-top: 5px;
}
.news-single-items .content a.event {
  display: inline-block;
  padding: 5px 15px;
  color: #727272;
  border-radius: 6px;
  margin-top: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  background: #f5f5f5;
}
.news-single-items .content a.event:hover {
  background-color: #E2B200;
  color: var(--heading-color);
}
.news-single-items .content .post-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-single-items .content .post-meta li {
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #535353;
}
.news-single-items .content .post-meta li + li {
  margin-left: 15px;
}
.news-single-items .content .post-meta li:first-child a {
  padding-right: 15px;
}
.news-single-items .content .post-meta li:first-child a::after {
  position: absolute;
  content: "|";
  left: 86px;
  font-weight: 400;
  color: #999999;
}
.news-single-items .content .title {
  font-size: 20px;
  line-height: 32px;
  font-family: var(--heading-font);
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 0px;
  padding-bottom: 50px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.news-single-items .content .title a {
  color: var(--heading-color);
}
.news-single-items .content .title a:hover {
  color: var(--main-color-one);
}

.drive-work-single-items .drive-work-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 200px;
  border-radius: 8px;
  position: relative;
  z-index: 0;
}
.drive-work-single-items .drive-work-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FBCD21;
  border-radius: 6px;
}
.drive-work-single-items .drive-work-bg::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -48px;
  border-top: 25px solid #FBCD21;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid transparent;
}
.drive-work-single-items .drive-work-bg .icon {
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  background: #FBCD21;
  border-radius: 50%;
  margin: auto;
  position: relative;
  top: -30px;
  border: 5px solid #EEF9FF;
}
.drive-work-single-items .drive-work-bg .icon .icon-course {
  font-size: 32px;
  color: #323232;
  line-height: 58px;
}
.drive-work-single-items .drive-work-bg .icon .icon-instractor {
  font-size: 34px;
  color: #323232;
  line-height: 55px;
}
.drive-work-single-items .drive-work-bg .icon .icon-test-paper {
  font-size: 22px;
  color: #323232;
}
.drive-work-single-items .drive-work-bg .icon .icon-wheel {
  font-size: 40px;
  line-height: 55px;
  color: #323232;
}
.drive-work-single-items .drive-work-bg .icon i:before {
  -webkit-transform: translate(-50%, 38%);
          transform: translate(-50%, 38%);
  position: absolute;
}
.drive-work-single-items .drive-work-bg .content .title {
  font-size: 18px;
  line-height: 28px;
  font-family: var(--heading-font);
  font-weight: 700;
  text-align: center;
  margin-top: -7px;
  margin-bottom: 13px;
}
.drive-work-single-items .drive-work-bg .content span {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 500;
}

.award-single-items {
  border-top: 1px dashed var(--main-color-one);
  padding: 30px 0px 18px 0px;
}
.award-single-items .content .title {
  font-size: 18px;
  line-height: 28px;
  font-family: var(--heading-font);
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 11px;
}

.author-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.author-details .author-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.author-details .author-meta.style-01 {
  display: block;
  margin-bottom: 0px;
}
.author-details .author-meta .thumb {
  margin-right: 20px;
}
.author-details .author-meta .thumb img {
  margin-right: 10px;
  width: 85%;
  border-radius: 50px;
}
.author-details .author-meta .author-name {
  font-size: 16px;
  line-height: 26px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #505050;
}
.author-details .author-meta .designation {
  font-size: 14px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #505050;
  margin-bottom: 0px;
}
.author-details .author-meta .ratings i {
  margin-right: 5px;
  font-size: 16px;
  color: var(--main-color-one);
}
.author-details .author-meta .ratings span {
  font-size: 14px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #505050;
}
.author-details .price span {
  font-size: 23px;
  line-height: 55px;
  font-family: var(--heading-font);
  font-weight: 600;
  background: var(--main-color-one);
  color: var(--heading-color);
  padding: 8px 14px;
  border-radius: 3px;
}

.follow-us.style-01 {
  margin-top: 40px;
}
.follow-us ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.follow-us ul li {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  font-family: var(--heading-font);
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}
.follow-us ul li span {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  color: #fff;
}
.follow-us ul li span:hover {
  color: var(--main-color-one);
}
.follow-us ul li + li {
  margin-left: 5px;
}

.breadcrumbs ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  display: inline-block;
  border-radius: 4px;
}
.breadcrumbs ul li {
  display: inline;
}
.breadcrumbs ul li + li {
  margin-left: 5px;
}
.breadcrumbs ul li + li::before {
  content: "/";
  display: inline-block;
  color: #C1C1C1;
  font-size: 18px;
  margin-right: 5px;
}
.breadcrumbs ul li a {
  font-size: 18px;
  line-height: 30px;
  font-family: var(--heading-font);
  font-weight: 600;
  color: #C1C1C1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.breadcrumbs ul li a:hover {
  color: var(--main-color-one) !important;
  cursor: pointer;
}
.breadcrumbs ul li a.active {
  color: var(--main-color-one) !important;
}
.breadcrumbs ul li i {
  margin-right: 15px;
  color: var(--main-color-one);
}

.br-404,
.br-search {
  margin-left: 5px;
}
.br-404::before,
.br-search::before {
  content: "/";
  display: inline-block;
  color: #C1C1C1;
  font-size: 18px;
  margin-right: 5px;
}

.check-list-items .list-parent {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.check-list-items .list-parent.style-01 {
  display: block;
}
.check-list-items .list-parent .list-child {
  color: #fff;
  margin-right: 30px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 500;
  color: #fff;
}
.check-list-items .list-parent .list-child.style-01 {
  color: #535353;
}
.check-list-items .list-parent .list-child.style-02 {
  font-size: 18px;
  line-height: 28px;
  font-family: var(--heading-font);
  font-weight: 500;
  color: var(--heading-color);
  margin-bottom: 25px;
}
.check-list-items .list-parent .list-child.style-03 {
  font-size: 18px;
  line-height: 28px;
  font-family: var(--heading-font);
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 15px;
}
.check-list-items .list-parent .list-child.style-04 {
  font-size: 16px;
  line-height: 26px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #323232;
  margin-bottom: 20px;
}
.check-list-items .list-parent .list-child.style-05 {
  color: #323232;
  margin-bottom: 15px;
}
.check-list-items .list-parent .list-child::after {
  content: "";
  font-family: "fontawesome";
  font-weight: 900;
  position: absolute;
  font-size: 10px;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: var(--main-color-one);
  border-radius: 50%;
  color: var(--heading-color);
  margin-right: 20px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.check-list-items p {
  font-size: 16px;
  line-height: 26px;
  font-family: var(--body-font);
  font-weight: 400;
  color: var(--heading-color);
}

/*----------------------------
    Blog Grid Item
-----------------------------*/
.blog-grid-carousel-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.blog-outer-wrap {
  padding: 0 15px;
  margin: 15px 0 40px;
}

.blog-slider-controls .slider-nav {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 135px;
  height: 75px;
  line-height: 40px;
  text-align: center;
  background-color: #f3f5f7;
  border: 4px solid #fff;
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.blog-slider-controls .slider-nav div {
  font-weight: 400;
  font-size: 16px;
  color: #14212b;
  width: 50px;
  height: 50px;
  background: #fff;
  cursor: pointer;
  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;
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}
.blog-slider-controls .slider-nav div:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.blog-slider-controls .slider-nav div.prev-arrow {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blog-slider-controls .slider-nav div.next-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-grid-items-01 {
  margin-bottom: 50px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.blog-grid-items-01:hover .thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.blog-grid-items-01 .thumb {
  overflow: hidden;
  border-radius: 10px;
}
.blog-grid-items-01 .thumb img {
  border-radius: 10px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.blog-grid-items-01 .event {
  color: var(--heading-color);
  font-size: 14px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 500;
  background: var(--main-color-one);
  padding: 5px 15px;
  border-radius: 3px;
  position: absolute;
  left: 40px;
  top: 30px;
}
.blog-grid-items-01 .content {
  margin-top: 5px;
}
.blog-grid-items-01 .content .post-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog-grid-items-01 .content .post-meta li {
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #535353;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.blog-grid-items-01 .content .post-meta li:hover {
  color: var(--main-color-one);
}
.blog-grid-items-01 .content .post-meta li + li {
  margin-left: 30px;
}
.blog-grid-items-01 .content .title {
  font-size: 20px;
  line-height: 32px;
  font-family: var(--heading-font);
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 0px;
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease;
}
.blog-grid-items-01 .content .title:hover {
  color: var(--main-color-one);
}

/*-----------------------
    Blog Grid Item
-----------------------*/
.blog-section-area {
  margin-bottom: 40px;
}

.blog-standard-item-01 {
  position: relative;
}
.blog-standard-item-01 + .blog-standard-item-01 {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px dashed #CBCBCB;
}
.blog-standard-item-01.sticky:after {
  position: absolute;
  right: 0px;
  margin-top: 10px;
  top: 10px;
  font-family: "FontAwesome";
  content: "";
  font-weight: 700;
  font-size: 20px;
  color: var(--main-color-one);
}
.blog-standard-item-01 .thumbnail {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 6px;
}
.blog-standard-item-01 .thumbnail img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.blog-standard-item-01 .thumbnail img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.blog-standard-item-01 .thumbnail .event {
  color: var(--heading-color);
  font-size: 14px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 500;
  background: var(--main-color-one);
  padding: 0px 12px;
  border-radius: 3px;
  position: absolute;
  z-index: 1;
  left: 20px;
  bottom: 20px;
}
.blog-standard-item-01 .content a.event {
  display: inline-block;
  padding: 5px 15px;
  color: #727272;
  border-radius: 6px;
  font-size: 15px;
  margin-top: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  background: #f5f5f5;
}
.blog-standard-item-01 .content a.event:hover {
  color: var(--heading-color);
  background: var(--main-color-one);
}
.blog-standard-item-01 .content .cats a {
  display: inline-block;
  color: #fff;
  letter-spacing: 3px;
  padding: 4px 15px;
  font-weight: 400;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: var(--main-color-one);
}
.blog-standard-item-01 .content .post-meta-wrap {
  margin-bottom: 20px;
  margin-top: 15px;
}
.blog-standard-item-01 .content .post-meta-wrap .social-icon li {
  padding-left: 0;
}
.blog-standard-item-01 .content .post-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.blog-standard-item-01 .content .post-meta li {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-family: var(--body-font);
  color: #535353;
}
.blog-standard-item-01 .content .post-meta li a {
  padding-right: 15px;
  border-right: 1px dashed #7a77778f;
  line-height: 7px;
}
.blog-standard-item-01 .content .post-meta li:last-child a {
  border-right: none;
}
.blog-standard-item-01 .content .post-meta li i {
  color: var(--main-color-one);
}
.blog-standard-item-01 .content .post-meta li:before {
  display: none;
}
.blog-standard-item-01 .content .post-meta li:hover a {
  color: var(--main-color-one);
}
.blog-standard-item-01 .content .post-meta li a {
  -webkit-transition: all 500ms;
  transition: all 500ms;
  text-transform: capitalize;
}
.blog-standard-item-01 .content .post-meta li:first-child {
  margin-left: 0px;
  padding-left: 0;
}
.blog-standard-item-01 .content .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  font-family: var(--heading-font);
  color: var(--heading-color);
  margin-top: 10px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.blog-standard-item-01 .content .title:hover {
  color: var(--main-color-one);
}
.blog-standard-item-01 .content p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: var(--body-font);
  margin-bottom: 25px;
}
.blog-standard-item-01 .content .blog-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  margin-top: 30px;
}
.blog-standard-item-01 .content .blog-bottom .btn-wrap {
  font-size: 16px;
  line-height: 26px;
  font-family: var(--body-font);
  font-weight: 600;
  color: var(--main-color-one);
}
.blog-standard-item-01 .content .blog-bottom .btn-wrap:hover i {
  margin-left: 10px;
}
.blog-standard-item-01 .content .blog-bottom .btn-wrap i {
  margin-left: 5px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.blog-standard-item-01 .content .post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-standard-item-01 .content .post-author .author-image {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.blog-standard-item-01 .content .post-author a {
  color: #001b61;
  font-size: 16px;
  font-weight: 700;
}
.blog-standard-item-01.is-sticky {
  position: relative;
  z-index: 0;
}
.blog-standard-item-01.is-sticky:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  font-family: "fontawesome";
  font-size: 30px;
  line-height: 30px;
  color: var(--main-color-one);
}
.blog-standard-item-01.format-video .thumbnail {
  position: relative;
  z-index: 0;
}
.blog-standard-item-01.format-video .thumbnail .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-standard-item-01.format-quote .thumbnail {
  position: relative;
}
.blog-standard-item-01.format-quote .quote-post-type {
  border-radius: 2px;
  z-index: 0;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.blog-standard-item-01.format-quote .quote-post-type.style-01 {
  position: initial;
  -webkit-transform: initial;
          transform: initial;
  background-color: #fff;
  padding: 40px;
}
.blog-standard-item-01.format-quote .quote-post-type.style-01:after {
  color: var(--main-color-one);
  opacity: 0.8;
}
.blog-standard-item-01.format-quote .quote-post-type.style-01 .title {
  color: var(--heading-color);
}
.blog-standard-item-01.format-quote .quote-post-type.style-01 .post-meta li {
  color: var(--heading-color);
}
.blog-standard-item-01.format-quote .quote-post-type:after {
  position: absolute;
  left: 40px;
  top: 15px;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 80px;
  color: var(--main-color-one);
}
.blog-standard-item-01.format-quote .quote-post-type .title {
  padding-left: 100px;
  padding-right: 40px;
  color: #fff;
  font-size: 33px;
  font-weight: 600;
  line-height: 44px;
  margin-bottom: 10px;
}
.blog-standard-item-01.format-quote .quote-post-type .post-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
  padding-left: 100px;
}
.blog-standard-item-01.format-quote .quote-post-type .post-meta li {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-right: 20px;
  color: #fff;
}
.blog-standard-item-01.format-quote .quote-post-type .post-meta li i {
  color: var(--main-color-one);
}
.blog-standard-item-01.format-quote .quote-post-type .post-meta li:before {
  display: none;
}
.blog-standard-item-01.format-quote .quote-post-type .post-meta li:hover a {
  color: var(--main-color-one);
}
.blog-standard-item-01.format-quote .quote-post-type .post-meta li a {
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.content-area,
.blog-page-content-area,
.blog-content-page {
  padding-top: 120px;
  background-color: #fff;
  padding-bottom: 120px;
}

.blog-single-content-wrap {
  margin-bottom: 40px;
}
.blog-single-content-wrap .post-meta li + li {
  margin-top: 10px;
  padding-left: 15px;
}
.blog-single-content-wrap .post-meta li:last-child {
  border: none;
}
.blog-single-content-wrap .blog-details-image {
  margin-top: 35px;
  margin-bottom: 33px;
}
.blog-single-content-wrap p:not(.has-large-font-size, .wp-block-cover-text) {
  font-size: 16px;
  line-height: inherit;
  font-weight: 400;
  font-family: var(--body-font);
}
.blog-single-content-wrap .thumbnail {
  margin-bottom: 15px;
  position: relative;
  z-index: 0;
}
.blog-single-content-wrap .thumbnail img {
  border-radius: 6px;
}
.blog-single-content-wrap .thumbnail .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.blog-single-content-wrap .cats a {
  display: inline-block;
  padding: 5px 15px;
  color: #727272;
  border-radius: 6px;
  font-size: 15px;
  margin-top: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  background: #f5f5f5;
}
.blog-single-content-wrap .cats a:hover {
  background: var(--main-color-one);
}
.blog-single-content-wrap.type-post .cats a {
  color: var(--heading-color);
  margin-top: 0px;
}
.blog-single-content-wrap .title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  font-family: var(--heading-font);
  margin-bottom: 20px;
  word-wrap: break-word;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.blog-single-content-wrap .title:hover {
  color: var(--main-color-one);
}
.blog-single-content-wrap .subtitle {
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-single-content-wrap .blog-list {
  padding: 0;
  margin-left: 0;
  list-style: none;
  padding-top: 20px;
  padding-bottom: 15px;
}
.blog-single-content-wrap .blog-list li {
  padding-left: 40px;
  padding-bottom: 10px;
  position: relative;
}
.blog-single-content-wrap .blog-list li + li {
  margin-top: 20px;
}
.blog-single-content-wrap .blog-list li:before {
  display: none;
}
.blog-single-content-wrap .blog-list li:after {
  content: "";
  position: absolute;
  color: var(--main-color-one);
  left: 0;
  top: -4px;
  width: 30px;
  font-weight: 700;
  font-family: "fontawesome";
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  height: 30px;
  background: rgba(251, 205, 33, 0.1);
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
}
.blog-single-content-wrap .wp-block-columns {
  padding-top: 30px;
}
.blog-single-content-wrap .wp-block-columns img {
  border-radius: 6px;
}
.blog-single-content-wrap .wp-block-quote.has-text-align-right.extraclass {
  text-align: right;
}
.blog-single-content-wrap .post-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.blog-single-content-wrap .post-meta li {
  display: inline-block;
  font-size: 14px;
  margin-top: 10px;
  line-height: 15px;
  font-weight: 400;
  font-family: var(--body-font);
  color: #535353;
  padding-right: 15px;
  padding-left: 15px;
  border-right: 1px dashed #7a77778f;
}
.blog-single-content-wrap .post-meta li:hover a {
  color: var(--main-color-one);
}
.blog-single-content-wrap .post-meta li i {
  color: var(--main-color-one);
  margin-right: 5px;
}
.blog-single-content-wrap .post-meta li:before {
  display: none;
}
.blog-single-content-wrap .post-meta li a {
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.blog-single-content-wrap .post-meta li a i {
  color: var(--main-color-one);
  margin-right: 5px;
}
.blog-single-content-wrap .post-author {
  padding: 30px;
  background: #f3f5f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.blog-single-content-wrap .post-author .author-image {
  width: 180px;
}
.blog-single-content-wrap .post-author .author-image img {
  width: 100%;
  height: 100%;
}
.blog-single-content-wrap .post-author .author-content {
  margin-left: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.blog-single-content-wrap .post-author .author-content .title {
  margin-bottom: 15px;
}

.blog-details-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  border-top: 1px dashed #CECECE;
  padding-top: 40px;
}
.blog-details-footer .title {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--body-font);
  color: var(--heading-color);
  padding-right: 10px;
  margin-bottom: 0;
  display: inline-block;
}
.blog-details-footer .tags {
  margin: 0;
  padding: 0;
  display: inline;
  list-style: none;
}
.blog-details-footer .tags li {
  padding-left: 0;
  font-family: var(--heading-font);
  display: inline;
}
.blog-details-footer .tags li:before {
  display: none;
}
.blog-details-footer .tags li i {
  padding-right: 5px;
  color: var(--secondary-color);
}
.blog-details-footer .tags li a {
  padding: 5px 15px;
  border: 1px solid #F3F3F3;
  margin: 5px 5px 5px 0;
  color: inherit;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-family: var(--body-font);
  border-radius: 2px;
  line-height: 25px;
  font-size: 14px !important;
  background-color: #F3F3F3;
  display: inline-block;
}
.blog-details-footer .tags li a:hover {
  color: #fff;
  background-color: var(--main-color-one);
}

.single-post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.single-post-navigation .prev-post {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  border: 2px solid var(--main-color-one);
  border-radius: 4px;
  color: var(--main-color-one);
  font-size: 19px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.single-post-navigation .prev-post:hover {
  background: var(--main-color-one);
  color: #fff;
}
.single-post-navigation .prev-post:hover a {
  color: #fff;
}
.single-post-navigation .prev-post:hover a i {
  color: #fff;
}
.single-post-navigation .center-grid {
  font-size: 25px;
  color: var(--main-color-one);
  cursor: pointer;
}
.single-post-navigation .next-post {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  border: 2px solid var(--main-color-one);
  border-radius: 4px;
  color: var(--main-color-one);
  font-size: 19px;
  cursor: pointer;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.single-post-navigation .next-post:hover {
  background: var(--main-color-one);
  color: #fff;
}
.single-post-navigation .next-post:hover a {
  color: #fff;
}
.single-post-navigation .next-post:hover a i {
  color: #fff;
}

.product-related-wrap {
  margin-left: -15px;
  margin-right: -15px;
}

.sm-outer-wrap {
  padding: 0 15px;
}

.product-related-posts {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  border-top: 1px solid #eaeaea;
  padding-top: 40px;
}
.product-related-posts .service-single-item-04 {
  margin-top: 0;
}
.product-related-posts .sm-outer-wrap:before {
  display: none;
}
.product-related-posts .sm-outer-wrap + li {
  margin-top: 0;
}
.product-related-posts.colum-2 .sm-outer-wrap {
  width: calc(100% / 2);
}
.product-related-posts.colum-3 .sm-outer-wrap {
  width: calc(100% / 3);
}
.product-related-posts.colum-4 .sm-outer-wrap {
  width: calc(100% / 4);
}

.top-rated-section {
  margin-top: 35px;
}
.top-rated-section .top-rated-title .title {
  font-size: 24px;
  line-height: 34px;
  font-family: var(--body-font);
  font-weight: 600;
  margin-bottom: 22px;
}
.top-rated-section .testimonial-carousel-two-wrap {
  margin-left: -15px;
  margin-right: -15px;
}
.top-rated-section .testimonial-carousel-two .prev-arrow {
  position: absolute;
  right: 65px;
  top: -55px;
  font-size: 25px;
  color: var(--main-color-one);
  border: none;
  background: transparent;
  cursor: pointer;
}
.top-rated-section .testimonial-carousel-two .prev-arrow:focus {
  outline: none;
}
.top-rated-section .testimonial-carousel-two .next-arrow {
  position: absolute;
  right: 20px;
  top: -55px;
  font-size: 25px;
  color: var(--main-color-one);
  border: none;
  background: transparent;
  cursor: pointer;
}
.top-rated-section .testimonial-carousel-two .next-arrow:focus {
  outline: none;
}

.comment-form-wrap,
.comments-area {
  margin-top: 45px;
}
.comment-form-wrap .reply-title,
.comments-area .reply-title {
  font-size: 24px;
  line-height: 34px;
  font-family: var(--body-font);
  font-weight: 600;
  margin-bottom: 6px;
  color: #0D1422;
}
.comment-form-wrap p,
.comments-area p {
  font-size: 16px;
  line-height: 26px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #484848;
}
.comment-form-wrap .comment-form,
.comments-area .comment-form {
  margin-top: 27px;
}
.comment-form-wrap .comment-form .form-group,
.comments-area .comment-form .form-group {
  margin-bottom: 22px;
}
.comment-form-wrap .comment-form .form-group .form-control,
.comments-area .comment-form .form-group .form-control {
  height: 64px;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.comment-form-wrap .comment-form .form-group .form-control:focus,
.comments-area .comment-form .form-group .form-control:focus {
  border-bottom: 1px solid var(--main-color-one);
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.comment-form-wrap .comment-form .form-group .form-control::-webkit-input-placeholder, .comments-area .comment-form .form-group .form-control::-webkit-input-placeholder {
  color: #A1A1A1;
}
.comment-form-wrap .comment-form .form-group .form-control::-moz-placeholder, .comments-area .comment-form .form-group .form-control::-moz-placeholder {
  color: #A1A1A1;
}
.comment-form-wrap .comment-form .form-group .form-control:-ms-input-placeholder, .comments-area .comment-form .form-group .form-control:-ms-input-placeholder {
  color: #A1A1A1;
}
.comment-form-wrap .comment-form .form-group .form-control::-ms-input-placeholder, .comments-area .comment-form .form-group .form-control::-ms-input-placeholder {
  color: #A1A1A1;
}
.comment-form-wrap .comment-form .form-group .form-control::placeholder,
.comments-area .comment-form .form-group .form-control::placeholder {
  color: #A1A1A1;
}
.comment-form-wrap .comment-form .form-group .form-control.textarea,
.comments-area .comment-form .form-group .form-control.textarea {
  height: 100px;
  resize: none;
  margin-bottom: 27px;
}

/*Wp  BlockQuote */
blockquote:not(.has-light-gray-color):not(.has-very-dark-gray-color):not(.is-style-large):not(.is-style-large) {
  background-color: #EEF9FF;
  border-radius: 8px;
  padding: 50px 100px;
  margin-top: 30px;
  margin-bottom: 40px;
  border: none;
  position: relative;
  color: #fff;
  z-index: 0;
  overflow: hidden;
}
blockquote:not(.has-light-gray-color):not(.has-very-dark-gray-color):not(.is-style-large):not(.is-style-large)::before {
  content: "";
  font-family: "icomoon";
  font-weight: 900;
  display: block;
  position: absolute;
  z-index: -1;
  top: 50px;
  left: 45px;
  color: var(--main-color-one);
  font-size: 30px;
  line-height: 0.8;
}
blockquote:not(.has-light-gray-color):not(.has-very-dark-gray-color):not(.is-style-large):not(.is-style-large) p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  font-family: var(--body-font);
  color: #000000;
  text-transform: uppercase;
}
blockquote:not(.has-light-gray-color):not(.has-very-dark-gray-color):not(.is-style-large):not(.is-style-large) .author-name {
  font-size: 20px;
  line-height: 24px;
  font-family: var(--heading-font);
  font-weight: 500;
  font-style: italic;
  color: var(--main-color-one);
  background: #fff;
  width: 152px;
  text-align: center;
}
blockquote:not(.has-light-gray-color):not(.has-very-dark-gray-color):not(.is-style-large):not(.is-style-large) cite {
  color: #7A7A7A !important;
  font-weight: 400;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  font-style: normal;
  font-family: var(--body-font);
  position: relative;
  z-index: 0;
  padding-left: 75px;
}
blockquote:not(.has-light-gray-color):not(.has-very-dark-gray-color):not(.is-style-large):not(.is-style-large) cite::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #7a7a7a;
}

.instructor-single-items {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.instructor-single-items:hover .author-meta {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.instructor-single-items:hover .author-meta .author-name a {
  color: #fff;
}
.instructor-single-items:hover .author-meta .author-name a:hover {
  color: var(--main-color-one);
}
.instructor-single-items:hover .thumbnail::before {
  background: rgba(50, 50, 50, 0.5);
}
.instructor-single-items:hover .social-area .social-icons {
  opacity: 1;
  visibility: visible;
}
.instructor-single-items .thumbnail {
  position: relative;
  z-index: 0;
}
.instructor-single-items .thumbnail::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(50, 50, 50, 0);
  border-radius: 6px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.instructor-single-items .thumbnail img {
  border-radius: 6px;
}
.instructor-single-items .author-meta {
  position: absolute;
  z-index: 1;
  left: 20px;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateY(55px);
          transform: translateY(55px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  text-align: left;
}
.instructor-single-items .author-meta .author-name {
  font-size: 23px;
  line-height: 33px;
  font-family: var(--heading-font);
  font-weight: 600;
  color: var(--main-color-one);
}
.instructor-single-items .author-meta .designation {
  font-size: 16px;
  line-height: 26px;
  font-family: var(--body-font);
  font-weight: 500;
  color: #FFFFFF;
}
.instructor-single-items .social-area {
  position: absolute;
  left: 15px;
  top: 15px;
}
.instructor-single-items .social-area .social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.instructor-single-items .social-area .social-icons:hover::before {
  background: var(--main-color-one);
  border-color: var(--main-color-one);
}
.instructor-single-items .social-area .social-icons:hover li:nth-child(1) {
  -webkit-transform: translateX(35px);
          transform: translateX(35px);
  opacity: 1;
}
.instructor-single-items .social-area .social-icons:hover li:nth-child(2) {
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
  opacity: 1;
}
.instructor-single-items .social-area .social-icons:hover li:nth-child(3) {
  -webkit-transform: translateX(125px);
          transform: translateX(125px);
  opacity: 1;
}
.instructor-single-items .social-area .social-icons:hover li:nth-child(4) {
  -webkit-transform: translateX(170px);
          transform: translateX(170px);
  opacity: 1;
}
.instructor-single-items .social-area .social-icons::before {
  position: absolute;
  content: "";
  font-family: "icomoon";
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 28px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  left: 0px;
  z-index: 9;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.instructor-single-items .social-area .social-icons li {
  color: #fff;
  margin-left: 10px;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 28px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: absolute;
  left: 0;
  opacity: 0;
  padding: 0px;
  margin-top: 0;
}
.instructor-single-items .social-area .social-icons li a {
  color: #fff;
}
.instructor-single-items .social-area .social-icons li a:hover {
  background: var(--main-color-one);
  color: #fff;
}
.instructor-single-items .social-area .social-icons li:hover {
  background: var(--main-color-one);
  color: #fff;
}

.instructor-single-details {
  margin-bottom: 35px;
}
.instructor-single-details .thumbnail {
  border: 1px dashed var(--main-color-one);
  border-radius: 6px;
  padding: 15px;
}
.instructor-single-details .thumbnail .instructor-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 442px;
  border-radius: 6px;
}
.instructor-single-details .instructor-content {
  background: #fffef8;
  border-radius: 6px;
  padding: 40px 35px 30px 35px;
}
.instructor-single-details .instructor-content .check-list-items .list-parent .list-child.style-05:first-child::after {
  content: "";
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
.instructor-single-details .instructor-content .check-list-items .list-parent .list-child.style-05:nth-child(2):after {
  content: "";
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
}
.instructor-single-details .instructor-content .check-list-items .list-parent .list-child {
  margin-right: 30px;
  padding-left: 50px;
  margin-bottom: 10px;
  padding-top: 5px;
}
.instructor-single-details .instructor-content .check-list-items .list-parent .list-child:after {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fffef8;
}
.instructor-single-details .author-meta .author-name {
  font-size: 45px;
  line-height: 55px;
  font-family: var(--heading-font);
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 15px;
}
.instructor-single-details .author-meta .designation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.instructor-single-details .author-meta .designation .subtitle {
  font-size: 16px;
  line-height: 26px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #a3a3a3;
  margin-right: 20px;
  margin-bottom: 0px;
}
.instructor-single-details .author-meta .designation .ratings i {
  color: var(--main-color-one);
  margin-right: 5px;
  font-size: 16px;
}
.instructor-single-details .author-meta .designation .ratings span {
  font-size: 16px;
  line-height: 26px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #535353;
}
.instructor-single-details .author-meta p {
  font-size: 16px;
  line-height: 26px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #535353;
  margin-bottom: 20px;
}
.instructor-single-details .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-instructor {
  margin-bottom: 35px;
}
.about-instructor .content .title {
  font-size: 30px;
  line-height: 40px;
  font-family: var(--heading-font);
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 15px;
}
.about-instructor .content p {
  font-size: 16px;
  line-height: 26px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #535353;
  margin-bottom: 0px;
}

.instructor-skills-items {
  margin-bottom: 35px;
}
.instructor-skills-items .pg-title {
  font-size: 30px;
  line-height: 40px;
  font-family: var(--heading-font);
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 20px;
}

.instructor-experience .content .title {
  font-size: 30px;
  line-height: 40px;
  font-family: var(--heading-font);
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 20px;
}
.instructor-experience .content p {
  font-size: 16px;
  line-height: 26px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #535353;
  margin-bottom: 0px;
}

.skill-items-wrap .skill-item {
  border: 1px solid #F6E49F;
  border-radius: 5px;
  padding: 0px 30px 23px 30px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.skill-items-wrap .skill-item:hover {
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.06);
  border: 1px solid transparent;
}
.skill-items-wrap .skill-item .progressbar {
  display: inline-block;
  width: 160px;
  margin: 25px;
}
.skill-items-wrap .skill-item .progressbar .circle {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  text-align: center;
}
.skill-items-wrap .skill-item .progressbar .circle::after {
  width: 120px;
  height: 120px;
  content: "";
  border: 0px solid #fb4f14;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
}
.skill-items-wrap .skill-item .progressbar .circle canvas {
  vertical-align: middle;
  border: 0px solid #fb4f14;
  border-radius: 50%;
}
.skill-items-wrap .skill-item .progressbar .circle div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  line-height: 55px;
  font-size: 35px;
  font-family: var(--heading-font);
  font-weight: 700;
}
.skill-items-wrap .skill-item .progressbar .circle .no-percent {
  display: none !important;
}
.skill-items-wrap .skill-item .sk-title {
  font-size: 20px;
  line-height: 30px;
  font-family: var(--heading-font);
  font-weight: 700;
  color: #030519;
}
.skill-items-wrap .skill-item p {
  font-size: 16px;
  line-height: 26px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #535353;
}

.office-address-single-item {
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(251, 205, 33, 0.5);
  border-radius: 10px;
  padding: 40px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-bottom: 50px;
  z-index: 0;
  overflow: hidden;
}
.office-address-single-item:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}
.office-address-single-item .content {
  text-align: center;
}
.office-address-single-item .content .title {
  font-size: 23px;
  line-height: 33px;
  font-family: var(--heading-font);
  font-weight: 600;
  color: #323232;
  margin-bottom: 15px;
}
.office-address-single-item .content p {
  font-size: 16px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 500;
  color: #535353;
  margin-bottom: 0px;
}
.office-address-single-item .icon {
  width: 82px;
  height: 82px;
  line-height: 82px;
  text-align: center;
  background: rgba(251, 205, 33, 0.16);
  border-radius: 50%;
  font-size: 40px;
  color: var(--main-color-one);
  margin: 0 auto;
  margin-bottom: 20px;
}
.office-address-single-item .icon .icon-envlope {
  font-size: 34px;
}
.office-address-single-item .icon .icon-phone-second {
  line-height: 90px;
}

.page-not-found-items .title {
  font-size: 95px;
  line-height: 100px;
  font-family: var(--heading-font);
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 30px;
}
.page-not-found-items p {
  font-size: 20px;
  line-height: 30px;
  font-family: var(--heading-font);
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 40px;
}

/*---------------------------
    Price Plan
---------------------------*/
.price-single-items {
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 10px;
  border: 1px solid rgba(177, 177, 177, 0.7);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.price-single-items:hover, .price-single-items.active {
  -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(177, 177, 177, 0);
}
.price-single-items .price-header {
  text-align: center;
  background: #EBEBEB;
  border-radius: 10px 10px 0px 0px;
  padding: 32px 0px 32px 0px;
  position: relative;
  z-index: 0;
}
.price-single-items .price-header::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #EBEBEB;
}
.price-single-items .price-header.style-01 {
  background: var(--main-color-one);
}
.price-single-items .price-header.style-01::before {
  border-top-color: var(--main-color-one);
}
.price-single-items .price-header .title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  font-family: var(--heading-font);
  color: var(--heading-color);
  margin-bottom: 0px;
}
.price-single-items .price-body {
  padding: 40px 0px 40px 40px;
  margin: 40px 0px 40px 0px;
  position: relative;
  z-index: 0;
}
.price-single-items .price-body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px dashed #ebebeb;
  width: 80%;
}
.price-single-items .price-body::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px dashed #ebebeb;
  width: 80%;
}
.price-single-items .price-body .list-parent {
  list-style: none;
  margin: 0;
  padding: 0;
}
.price-single-items .price-body .list-parent.style-01 {
  display: block;
}
.price-single-items .price-body .list-parent .list-child {
  color: #535353;
  margin-right: 30px;
  position: relative;
  padding-left: 35px;
  font-size: 16px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 500;
}
.price-single-items .price-body .list-parent .list-child.style-01 {
  text-decoration: line-through;
  color: #323232;
}
.price-single-items .price-body .list-parent .list-child.style-01::after {
  color: #030519;
  background: #D8D8D8;
}
.price-single-items .price-body .list-parent .list-child + .list-child {
  margin-top: 20px;
}
.price-single-items .price-body .list-parent .list-child::after {
  content: "";
  font-family: "fontawesome";
  font-weight: 900;
  position: absolute;
  font-size: 10px;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: var(--main-color-one);
  border-radius: 50%;
  color: var(--heading-color);
  margin-right: 20px;
}
.price-single-items .price-body .list-parent p {
  font-size: 16px;
  line-height: 26px;
  font-family: var(--body-font);
  font-weight: 400;
  color: var(--heading-color);
}
.price-single-items .price-wrap {
  text-align: center;
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 55px;
  font-weight: 500;
  font-family: var(--heading-font);
  color: var(--heading-color);
}
.price-single-items .price-wrap .month {
  color: var(--main-color-one);
  font-size: 20px;
  line-height: 30px;
  font-family: var(--heading-font);
  font-weight: 400;
}
.price-single-items .price-footer {
  text-align: center;
}
.price-single-items .price-footer .btn-wrapper .boxed-btn {
  background-image: -webkit-gradient(linear, right top, left top, from(#f738f5), to(#fd5980));
  background-image: linear-gradient(-90deg, #f738f5 0%, #fd5980 100%);
  padding: 12px 40px;
}
.price-single-items .price-footer .btn-wrapper .boxed-btn:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#f738f5), to(#fd5980));
  background-image: linear-gradient(90deg, #f738f5 0%, #fd5980 100%);
}

.price-single-items-02 {
  padding: 40px 0 45px 0;
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 5px;
  border: 1px solid #ece3fb;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-align: center;
}
.price-single-items-02:hover, .price-single-items-02.active {
  -webkit-box-shadow: 0px 0px 136px 0px rgba(112, 72, 192, 0.47);
          box-shadow: 0px 0px 136px 0px rgba(112, 72, 192, 0.47);
}
.price-single-items-02 .price-header {
  text-align: center;
}
.price-single-items-02 .price-header .title {
  font-size: 24px;
  color: var(--heading-color);
  line-height: 34px;
  font-weight: 500;
}
.price-single-items-02 .price-header .info-text {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 24px;
}
.price-single-items-02 .price-body {
  margin-top: 5px;
  margin-bottom: 25px;
}
.price-single-items-02 .price-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.price-single-items-02 .price-body ul li + li {
  margin-top: 15px;
}
.price-single-items-02 .price-wrap {
  margin-bottom: 13px;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  color: #f7618b;
}
.price-single-items-02 .price-wrap .month {
  color: #141f4e;
  font-size: 18px;
  font-weight: 700;
}
.price-single-items-02 .price-footer {
  text-align: center;
}
.price-single-items-02 .price-footer .btn-wrapper .boxed-btn {
  background-color: #7831f3;
  padding: 12px 60px;
}
.price-single-items-02 .price-footer .btn-wrapper .boxed-btn:hover {
  background-color: #7831f3;
}

/*-------------------------
    ## Preloader Css
---------------------------*/
.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  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 .loader {
  width: 250px;
}
@-webkit-keyframes loader_one {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loader_one {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes loader_two {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loader_two {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes loader_three {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loader_three {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

/*----------------------------------------------
    # Nav bar 
----------------------------------------------*/
.navbar.navbar-area.white .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar.navbar-area.navigation-style-01 .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(3, 5, 25, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar.navbar-area .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(3, 5, 25, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.mobile-logo {
  display: none;
}

@media only screen and (max-width: 991px) {
  .mobile-logo {
    display: block;
  }

  .desktop-logo {
    display: none !important;
  }
}
.custom-container {
  max-width: 1650px;
  width: 100%;
  z-index: 9;
}

.navbar-area.navigation-style-01 {
  background: #030519;
  padding: 20px 0px !important;
}
.navbar-area.navigation-style-01.nav-fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  background-color: var(--heading-color) !important;
  width: 100%;
  z-index: 8 !important;
  -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.navbar-area.navigation-style-01 .custom-container {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 0 15px;
}
.navbar-area.navigation-style-01 .custom-container .nav-right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 40px;
}
.navbar-area.navigation-style-01 .custom-container .nav-right-content ul {
  margin: 0px;
}
.navbar-area.navigation-style-01 .custom-container .nav-right-content ul li {
  color: var(--heading-color);
  margin-left: 0px;
}
.navbar-area.navigation-style-01 .custom-container .nav-right-content ul li a {
  color: var(--heading-color);
  font-size: 20px;
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav {
  text-align: right;
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li {
  line-height: 110px;
  position: relative;
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li.current-menu-item a {
  color: var(--main-color-one);
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li.current-menu-item.menu-item-has-children:before {
  color: var(--main-color-one);
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  z-index: initial;
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  color: #fff;
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  background-color: #fff;
  color: #323232;
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  background-color: var(--main-color-one);
  color: var(--heading-color);
}
.navbar-area.navigation-style-01 .custom-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.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
  color: var(--main-color-one);
}
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li:hover a {
  color: var(--main-color-one);
}
.navbar-area.navigation-style-02 {
  background-color: #eef9ff;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px 0px;
  z-index: 2;
}
.navbar-area.navigation-style-02.relative {
  background: #fff;
}
.navbar-area.navigation-style-02.nav-fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  background-color: #fff !important;
  width: 100%;
  z-index: 8 !important;
  -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.navbar-area.navigation-style-02 .custom-container {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 0 15px;
}
.navbar-area.navigation-style-02 .custom-container .logo-wrapper {
  max-width: 150px;
}
.navbar-area.navigation-style-02 .custom-container .nav-right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 60px;
}
.navbar-area.navigation-style-02 .custom-container .nav-right-content ul li {
  color: var(--heading-color);
}
.navbar-area.navigation-style-02 .custom-container .nav-right-content ul li + li {
  margin-left: 5px;
}
.navbar-area.navigation-style-02 .custom-container .nav-right-content ul li a {
  color: var(--heading-color);
}
.navbar-area.navigation-style-02 .custom-container .navbar-collapse .navbar-nav {
  text-align: right;
}
.navbar-area.navigation-style-02 .custom-container .navbar-collapse .navbar-nav li {
  position: relative;
}
.navbar-area.navigation-style-02 .custom-container .navbar-collapse .navbar-nav li.current-menu-item a {
  color: var(--main-color-one);
}
.navbar-area.navigation-style-02 .custom-container .navbar-collapse .navbar-nav li.current-menu-item.menu-item-has-children:before {
  color: var(--main-color-one);
}
.navbar-area.navigation-style-02 .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  z-index: initial;
}
.navbar-area.navigation-style-02 .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  color: var(--heading-color);
}
.navbar-area.navigation-style-02 .custom-container .navbar-collapse .navbar-nav li a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: var(--heading-color);
}
.navbar-area.navigation-style-02 .custom-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
  color: var(--main-color-one);
}
.navbar-area.navigation-style-02 .custom-container .navbar-collapse .navbar-nav li:hover a {
  color: var(--main-color-one);
}
.navbar-area.navigation-style-02 .custom-container .navbar-collapse .navbar-nav li:hover .line {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.navbar-area .custom-container {
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0 30px;
}
.navbar-area .custom-container .nav-right-content .contact-us {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-area .custom-container .nav-right-content .contact-us .icon {
  color: var(--main-color-one);
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  text-align: center;
  background: #3E4357;
  border-radius: 50%;
  position: relative;
}
.navbar-area .custom-container .nav-right-content .contact-us .icon .circle {
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  width: 64px;
  height: 64px;
  border: 1px solid #3E4357;
  border-radius: 50%;
  -webkit-animation: spin 5s linear infinite;
          animation: spin 5s linear infinite;
}
.navbar-area .custom-container .nav-right-content .contact-us .icon .dot {
  width: 3px;
  height: 3px;
  line-height: 3px;
  background: var(--main-color-one);
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 50%;
}
.navbar-area .custom-container .nav-right-content .contact-us .icon .dot-01 {
  width: 3px;
  height: 3px;
  line-height: 3px;
  background: var(--main-color-one);
  display: block;
  border-radius: 50%;
  position: absolute;
  right: 2px;
  top: 50%;
}
.navbar-area .custom-container .nav-right-content .contact-us .content {
  margin-left: 20px;
}
.navbar-area .custom-container .nav-right-content .contact-us .content p {
  font-size: 14px;
  line-height: 30px;
  font-family: var(--heading-font);
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.navbar-area .custom-container .nav-right-content .contact-us .content p span {
  color: var(--main-color-one);
}
.navbar-area .custom-container .nav-right-content .contact-us .content .number {
  font-size: 20px;
}
.navbar-area .custom-container .nav-right-content .contact-us .content .number a {
  color: #fff;
}
.navbar-area .custom-container .nav-right-content .contact-us .content .number a:hover {
  color: var(--main-color-one);
}
.navbar-area .custom-container .navbar-collapse .navbar-nav {
  display: block;
  width: 100%;
  text-align: right;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li {
  display: inline-block;
  font-size: 18px;
  font-family: var(--heading-font);
  text-transform: capitalize;
  font-weight: 600;
  line-height: 70px;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li + li {
  margin-left: 40px;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.current-menu-item a {
  color: var(--main-color-one);
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 15px;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  position: absolute;
  right: -3px;
  top: 50%;
  content: "";
  font-weight: 700;
  font-family: "fontawesome";
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-size: 12px;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  position: absolute;
  text-align: left;
  min-width: 190px;
  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;
  border-bottom: 4px solid var(--heading-color);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
  display: block;
  margin-left: 0;
  line-height: 24px;
  font-size: 16px;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
  border-top: 1px solid #e2e2e2;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 12px 12px;
  background-color: #fff;
  white-space: nowrap;
  color: var(--heading-color);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a span {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  background-color: var(--main-color-one);
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover span {
  margin-left: 8px;
}
.navbar-area .custom-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 .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
  left: 100%;
  top: 0px;
}
.navbar-area .custom-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 .custom-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 .custom-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 .custom-container .navbar-collapse .navbar-nav li a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  display: block;
}
.navbar-area .custom-container .navbar-collapse .navbar-nav li a:hover {
  color: var(--main-color-one);
}

@media only screen and (max-width: 991px) {
  .navbar-area.m-menu {
    position: absolute;
    width: 100%;
    z-index: 9;
    background: #000;
  }
  .navbar-area.navigation-style-02 .custom-container {
    padding: 15px 15px;
  }
  .navbar-area.navigation-style-02 .custom-container .navbar-toggler {
    background-color: var(--main-color-one);
  }
  .navbar-area.navigation-style-02 .custom-container .navbar-toggler:focus {
    outline: none;
    color: transparent;
  }
  .navbar-area.navigation-style-02 .custom-container .navbar-collapse .navbar-nav {
    background-color: #efefef;
    padding: 0 20px;
  }
  .navbar-area.navigation-style-02 .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    background-color: transparent;
    color: rgba(3, 5, 25, 0.8);
  }
  .navbar-area.navigation-style-02 .custom-container .navbar-collapse .navbar-nav li a {
    cursor: pointer;
  }
  .navbar-area.navigation-style-02 .custom-container .btn-wrap {
    display: none;
  }
  .navbar-area.navigation-style-01 .custom-container {
    padding: 20px 15px;
  }
  .navbar-area.navigation-style-01 .custom-container .responsive-menu .navbar-toggler {
    background-color: transparent;
  }
  .navbar-area.navigation-style-01 .custom-container .responsive-menu .navbar-toggler .icomoon-grid-second {
    color: #fff;
    font-size: 32px;
  }
  .navbar-area.navigation-style-01 .custom-container .responsive-menu .navbar-toggler:focus {
    outline: none;
  }
  .navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav {
    text-align: left;
    background-color: var(--heading-color);
    padding: 0 20px;
  }
  .navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li {
    line-height: 30px;
  }
  .navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li.current-menu-item a,
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li .current-menu-parent a {
    color: var(--main-color-one);
  }
  .navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li.current-menu-item.menu-item-has-children:before,
.navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li .current-menu-parent.menu-item-has-children:before {
    color: var(--main-color-one);
  }
  .navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children {
    z-index: initial;
  }
  .navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    color: #fff;
  }
  .navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    background-color: transparent;
    color: #d7d2d2e6;
  }
  .navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
  }
  .navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
    color: #656565;
  }
  .navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li a {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #fff;
  }
  .navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
    color: var(--main-color-one);
  }
  .navbar-area.navigation-style-01 .custom-container .navbar-collapse .navbar-nav li:hover a {
    color: var(--main-color-one);
  }
  .navbar-area.navigation-style-01 .custom-container .btn-wrap {
    display: none;
  }
  .navbar-area .custom-container {
    position: relative;
    z-index: 0;
  }
  .navbar-area .custom-container .responsive-menu {
    display: block;
    position: relative;
    width: 100%;
  }
  .navbar-area .custom-container .responsive-menu .navbar-toggler {
    position: absolute;
    right: 0;
    top: 50%;
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
  }
  .navbar-area .custom-container .navbar-brand {
    display: block;
  }
  .navbar-area .custom-container .navbar-brand .navbar-toggler {
    position: absolute;
    right: 10px;
    border: 1px solid #e2e2e2;
  }
  .navbar-area .custom-container .navbar-collapse .navbar-nav {
    display: block;
    margin-top: 20px;
  }
  .navbar-area .custom-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 0 0;
  }
  .navbar-area .custom-container .navbar-collapse .navbar-nav li:last-child {
    border-bottom: none;
  }
  .navbar-area .custom-container .navbar-collapse .navbar-nav li + li {
    margin-left: 0px !important;
  }
  .navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    top: 25px;
    right: 20px;
  }
  .navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: initial;
    width: 100%;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    height: auto;
    overflow: hidden;
    max-height: 229px;
    overflow-y: scroll;
    background-color: transparent;
    padding: 0px;
    border-bottom: none;
    display: none;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
    opacity: 1;
  }
  .navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
    content: "";
  }
  .navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    padding: 0;
  }
  .navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
    color: #fff;
  }
  .navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border-top: none;
  }
  .navbar-area .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
    border-top: 0;
  }

  .navbar-area .custom-container .navbar-collapse .navbar-nav li a {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 575px) {
  .navbar-area .custom-container {
    margin: 0 15px;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
  ## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
  margin-top: 30px;
  margin-bottom: 60px;
}
.comments-area .comments-title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 38px;
}
.comments-area .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
.comments-area .comment-list .comment-respond {
  margin-bottom: 57px;
}
.comments-area .comment-list .comment-respond {
  margin-top: 37px;
}
.comments-area .comment-list .comment-reply-title {
  font-size: 20px;
  margin-bottom: 15px;
}
.comments-area .comment-list .comment-reply-title small {
  font-size: 20px;
  line-height: 1;
  top: 1px;
  margin-bottom: 0;
}
.comments-area .comment-list li:last-child {
  margin-bottom: 0;
}
.comments-area .comment-list li:last-child .single-comment-wrap .thumb .date {
  margin-bottom: 0;
}
.comments-area .comment-list li ul.children {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}
.comments-area .comment-list li ul.children li {
  margin-left: 50px;
  list-style: none;
}
.comments-area .comment-list li .single-comment-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  --ms-flex-item-align: start;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.comments-area .comment-list li .single-comment-wrap .thumb {
  margin-right: 20px;
  min-width: 80px;
  border-radius: 50%;
}
.comments-area .comment-list li .single-comment-wrap .thumb img {
  margin-bottom: 10px;
  border-radius: 50%;
  border: 2px solid #fafafa;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.02);
}
.comments-area .comment-list li .single-comment-wrap .date {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.comments-area .comment-list li .single-comment-wrap .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  max-width: 630px;
}
.comments-area .comment-list li .single-comment-wrap .content .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  padding-right: 70px;
  color: #111;
  font-family: var(--heading-font);
}
.comments-area .comment-list li .single-comment-wrap .content .comment-content {
  max-width: 670px;
}
.comments-area .comment-list li .single-comment-wrap .content p {
  word-break: break-word;
}
.comments-area .comment-list li .single-comment-wrap .content p:last-child {
  margin-bottom: 0;
}
.comments-area .comment-list li .single-comment-wrap .content .reply {
  color: var(--main-color-two);
}
.comments-area .comment-list li .single-comment-wrap .content .reply:hover {
  color: var(--main-color-one);
}
.comments-area .comment-list li .single-comment-wrap .content .comment-reply-link {
  position: absolute;
  top: 5px;
  right: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: var(--main-color-one);
  font-weight: 600;
}
.comments-area .comment-list li .single-comment-wrap .content .comment-reply-link:after {
  position: static;
  content: "";
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 1;
  margin-left: 5px;
  font-weight: 800;
}
.comments-area .comment-list li .single-comment-wrap .content .comment-reply-link:hover {
  color: var(--heading-color);
}
.comments-area .comment-list li.comment {
  margin-bottom: 25px;
}
.comments-area .comment-list .has-children {
  padding-left: 80px;
}
.comments-area .comment-list ol:not([class]) {
  margin-bottom: 20px;
}
.comments-area .comment-list ol:not([class]) li ol {
  margin-bottom: 0;
}
.comments-area .comment-list .children li:last-child {
  margin-bottom: 30px;
}
.comments-area .comment-list ul:not([class]) {
  margin-bottom: 20px;
}
.comments-area .comment-list ul:not([class]) ul {
  margin-bottom: 0px;
}
.comments-area .reply-title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 25px;
}
.comments-area .comment-reply-title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 25px;
}
.comments-area .comment-reply-title small {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  color: var(--secondary-color);
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-bottom: 0;
}
.comments-area .comment-form-wrap {
  padding: 65px 95px 70px;
}
.comments-area .form-submit {
  margin-bottom: 0;
}

.blog-content-page-content-area .comments-area .comment-list li .single-comment-wrap .time {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

.comment-form .form-group.textarea .form-control {
  min-height: 160px;
  resize: none;
  line-height: 26px;
}
.comment-form .form-group.textarea .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.comment-form .form-group .form-control {
  height: 56px;
  border-radius: 4px;
  background: #fff;
  color: #A1A1A1;
  padding: 15px 20px 15px 0;
  line-height: 52px;
  border: 2px solid #f2f2f3;
  background-color: #fff;
}
.comment-form .form-group .form-control:hover, .comment-form .form-group .form-control:focus {
  border-color: var(--main-color-one);
}
.comment-form .form-group .form-control::-webkit-input-placeholder {
  color: #A1A1A1;
}
.comment-form .form-group .form-control::-moz-placeholder {
  color: #A1A1A1;
}
.comment-form .form-group .form-control:-ms-input-placeholder {
  color: #A1A1A1;
}
.comment-form .form-group .form-control::-ms-input-placeholder {
  color: #A1A1A1;
}
.comment-form .form-group .form-control::placeholder {
  color: #A1A1A1;
}
.comment-form .btn-wrap .boxed-btn {
  font-size: 14px;
}
.comment-form .submit-btn {
  height: 54px;
  line-height: 54px;
  width: auto;
  border-radius: 4px;
  font-weight: 600;
  background-color: var(--main-color-one);
  font-family: var(--heading-font);
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: #fff;
  padding: 0 30px;
  text-transform: uppercase;
}
.comment-form .submit-btn:hover {
  background-color: var(--heading-color);
  color: #fff;
}

.comment-form-cookies-consent input[type=checkbox] {
  margin-right: 5px;
}

label[for=wp-comment-cookies-consent] {
  font-size: 14px;
}

.comment-respond {
  margin-top: 42px;
}

.form-group.textarea {
  width: 100% !important;
  margin-left: 0 !important;
}

.full-width-content .comments-area .comment-list li .single-comment-wrap .content {
  max-width: 100%;
}

@media only screen and (max-width: 991px) {
  .comments-area .comment-list li .single-comment-wrap .content {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 384px) {
  .comments-area .comment-list li .single-comment-wrap {
    display: block;
  }
  .comments-area .comment-list li .single-comment-wrap .content {
    max-width: 100%;
  }
}
/*--------------------------------------------------------------
	## Header
--------------------------------------------------------------*/
.banner-area {
  padding: 170px 0 190px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: #EEF9FF;
}
.banner-area.style-01 {
  padding: 0px 0px 43px;
}
.banner-area.header-bg {
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
.banner-area.header-bg-02 {
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 300px 0px 217px;
}
.banner-area.header-bg-02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(260deg, rgba(0, 5, 101, 0) 0%, #000565 100%);
}
.banner-area .drive-bg {
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 600px;
  width: 100%;
  position: absolute;
  right: 8%;
  top: 10%;
  z-index: 1;
  -webkit-animation: carride 2.6s linear;
          animation: carride 2.6s linear;
}
@-webkit-keyframes carride {
  0% {
    top: -15%;
    -webkit-transform: translate(-30%, -30%);
            transform: translate(-30%, -30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    top: 10%;
  }
}
@keyframes carride {
  0% {
    top: -15%;
    -webkit-transform: translate(-30%, -30%);
            transform: translate(-30%, -30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    top: 10%;
  }
}
.banner-area .drive-bg-02 {
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 400px;
  width: 100%;
  position: absolute;
  right: 4%;
  top: 35%;
  -webkit-animation: fadeIn 2.5s 0s both;
          animation: fadeIn 2.5s 0s both;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.banner-area .header-shape {
  position: absolute;
  left: 60px;
  top: 69%;
}
.banner-area .header-shape-02 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.banner-area .danger-shape {
  position: absolute;
  opacity: 10%;
  left: 40%;
  top: 13%;
  -webkit-animation: spin 5s linear infinite;
          animation: spin 5s linear infinite;
}
.banner-area .danger-shape-01 {
  position: absolute;
  opacity: 10%;
  right: 7%;
  top: 10%;
  -webkit-animation: spin 5s linear infinite;
          animation: spin 5s linear infinite;
}
.banner-area .danger-shape-02 {
  position: absolute;
  opacity: 10%;
  left: 60%;
  bottom: 5%;
  -webkit-animation: spin 5s linear infinite;
          animation: spin 5s linear infinite;
}
.banner-area .header-side-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  position: absolute;
  left: -2%;
  top: 25%;
}
.banner-area .header-side-content .contact-no {
  color: var(--heading-color);
  margin-left: 170px;
  margin-top: -70px;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--heading-font);
  font-weight: 600;
  color: #323232;
}
.banner-area .second-header {
  padding: 100px 0px 100px 60px;
  overflow: hidden;
}
.banner-area .second-header.second-header-bg {
  position: relative;
  background-repeat: no-repeat;
}
.banner-area .second-header.second-header-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(116deg, #030519 0%, rgba(51, 53, 69, 0) 65%, rgba(86, 88, 101, 0) 100%);
  z-index: 1;
}
.banner-area .second-header.second-header-bg .dot-shape {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 40px;
  width: 530px;
}
.banner-area .banner-inner {
  position: relative;
  z-index: 3;
}
.banner-area .banner-inner .title {
  margin-bottom: 40px;
  -webkit-animation: fadeInLeft 2.5s 0s both;
          animation: fadeInLeft 2.5s 0s both;
}
.banner-area .banner-inner .title span {
  display: block;
}
.banner-area .banner-inner .title .style-01 {
  font-size: 90px;
  line-height: 100px;
  font-family: var(--heading-font);
  font-weight: 700;
  color: var(--heading-color);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.banner-area .banner-inner .title .style-01.white {
  color: #fff;
}
.banner-area .banner-inner .title .style-02 {
  font-size: 50px;
  line-height: 55px;
  font-family: var(--heading-font);
  font-weight: 600;
  color: var(--heading-color);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.banner-area .banner-inner .title .style-02.white {
  color: #fff;
}
.banner-area .banner-inner .title .style-03 {
  font-size: 35px;
  line-height: 55px;
  font-family: var(--heading-font);
  font-weight: 600;
  color: var(--heading-color);
  text-transform: uppercase;
}
.banner-area .banner-inner .title .style-03.white {
  color: #fff;
}
.banner-area .banner-inner p {
  font-size: 16px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 500;
  color: var(--heading-color);
  max-width: 665px;
  margin-bottom: 0px;
  -webkit-animation: fadeInLeft 2.5s 0s both;
          animation: fadeInLeft 2.5s 0s both;
}
.banner-area .banner-inner p.style-01 {
  color: #fff;
}
.banner-area .banner-inner .header-btn {
  margin-top: 100px;
  background: #fff;
  width: 570px;
  padding: 20px;
  padding-right: 24px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 8px 15px rgba(251, 205, 33, 0.29);
          box-shadow: 0px 8px 15px rgba(251, 205, 33, 0.29);
  position: relative;
  margin-left: 18px;
}
.banner-area .banner-inner .header-btn::after {
  content: "";
  position: absolute;
  left: -16px;
  top: 16px;
  width: 100%;
  height: 100%;
  border: 1px dashed var(--main-color-one);
  border-radius: 6px;
  z-index: -1;
}
.banner-area .banner-inner .header-btn .applicant-number h6 {
  font-size: 18px;
  line-height: 55px;
  font-family: var(--heading-font);
  font-weight: 400;
  color: var(--heading-color);
  margin-bottom: 0px;
}
.banner-area .banner-inner .header-btn .applicant-number span {
  font-weight: 600;
}
.banner-area .follow-us .title {
  font-size: 18px;
  line-height: 30px;
  font-family: var(--heading-font);
  font-weight: 600;
  color: #F9F9F9;
  margin-top: 40px;
}
.banner-area .slickCount {
  position: absolute;
  right: 160px;
  bottom: 6px;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--heading-font);
  font-weight: 700;
}
.banner-area .slickCount::before {
  content: "0";
  position: absolute;
  left: -11px;
  top: 0;
}
.banner-area .slickTotal {
  position: absolute;
  right: 18px;
  bottom: 6px;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--heading-font);
  font-weight: 700;
}
.banner-area .slickTotal::before {
  content: "0";
  position: absolute;
  left: -11px;
  top: 0;
}

.header-style-01.drive {
  background: var(--heading-color);
}

.topbar-wrap {
  width: 100%;
  z-index: 2;
  background-color: transparent;
  min-height: 60px;
  border-bottom: 1px solid #5D5D5D;
}
.topbar-wrap .topbar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.topbar-wrap .topbar-content .left-contnet {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topbar-wrap .topbar-content .left-contnet li a span {
  color: var(--main-color-one);
}
.topbar-wrap .topbar-content .left-contnet .social-icon {
  margin-left: 50px;
}
.topbar-wrap .topbar-content .left-contnet .social-icon ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topbar-wrap .topbar-content .left-contnet .social-icon ul li {
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  line-height: 18px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: 0.5 all ease;
  transition: 0.5 all ease;
}
.topbar-wrap .topbar-content .left-contnet .social-icon ul li a {
  color: #fff;
}
.topbar-wrap .topbar-content .left-contnet .social-icon ul li:hover {
  border-color: var(--main-color-one);
  color: var(--main-color-one);
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.topbar-wrap .topbar-content .left-contnet .social-icon ul li i {
  font-size: 11px;
}
.topbar-wrap .topbar-content .right-contnet {
  padding-top: 15px;
}
.topbar-wrap .topbar-content .right-contnet .info-items li a {
  cursor: default;
}
.topbar-wrap .topbar-content .right-contnet .info-items li:first-child {
  padding-right: 35px;
}
.topbar-wrap .topbar-content .info-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topbar-wrap .topbar-content .info-items li {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #fff;
}
.topbar-wrap .topbar-content .info-items li + li {
  margin-left: 20px;
}
.topbar-wrap .topbar-content .info-items li a {
  font-size: 16px;
  line-height: 30px;
  font-family: var(--heading-font);
  font-weight: 400;
  color: #fff;
}
.topbar-wrap .topbar-content .info-items li a span {
  color: var(--main-color-one);
}

.check-box .container-box {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}

.check-box .container-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.check-box .container-box .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
}

.check-box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  color: #000;
  left: 6px;
  top: 3px;
  width: 7px;
  height: 11px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.check-box .container-box input:checked ~ .checkmark:after {
  display: block;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.header-slider-one .slick-current.slick-active .title {
  -webkit-animation: slideInLeft 1.5s 0s both;
          animation: slideInLeft 1.5s 0s both;
}
.header-slider-one .slick-current.slick-active p {
  -webkit-animation: slideInLeft 1.5s 0s both;
          animation: slideInLeft 1.5s 0s both;
}
.header-slider-one .slide-arrow.prev-arrow {
  position: absolute;
  right: -95px;
  top: 35%;
  background: transparent;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border: 1px solid var(--main-color-one);
  border-radius: 50%;
  color: var(--main-color-one);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  cursor: pointer;
}
.header-slider-one .slide-arrow.prev-arrow:hover {
  background: #1E1F2E;
  border-color: #1E1F2E;
}
.header-slider-one .slide-arrow.prev-arrow:focus {
  outline: none;
}
.header-slider-one .slide-arrow.next-arrow {
  position: absolute;
  right: -95px;
  top: 45%;
  background: transparent;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border: 1px solid var(--main-color-one);
  border-radius: 50%;
  color: var(--main-color-one);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  cursor: pointer;
}
.header-slider-one .slide-arrow.next-arrow:hover {
  background: #1E1F2E;
  border-color: #1E1F2E;
}
.header-slider-one .slide-arrow.next-arrow:focus {
  outline: none;
}

.progress {
  display: block;
  width: 98px;
  height: 2px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  right: 50px;
  bottom: 16px;
  background-color: #535353;
  background-image: -webkit-gradient(linear, left top, right top, from(#FBCD21), to(#FBCD21));
  background-image: linear-gradient(to right, #FBCD21, #FBCD21);
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-transition: background-size 0.4s ease-in-out;
  transition: background-size 0.4s ease-in-out;
}

.best-features-section {
  margin-top: 115px;
  background: #FEFEFE;
  position: relative;
}
.best-features-section.about {
  background: transparent;
  margin-top: 75px;
}
.best-features-section .wheel-shape {
  position: absolute;
  left: -85px;
  top: 15px;
  -webkit-animation: spin-01 3s linear infinite;
          animation: spin-01 3s linear infinite;
}
.best-features-section .wheel-shape-02 {
  position: absolute;
  right: 50px;
  bottom: -100px;
  -webkit-animation: spin-01 3s linear infinite;
          animation: spin-01 3s linear infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes spin-01 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes spin-01 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.friendly-driving-section {
  background: #030519;
  margin-top: 120px;
}
.friendly-driving-section.style-01 {
  margin-top: 115px;
}
.friendly-driving-section.section-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 117px 0px 174px 0px;
  position: relative;
  z-index: 0;
}
.friendly-driving-section.section-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 84%;
  background-color: #EEF9FF;
}
.friendly-driving-section.section-bg-02 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 0px 120px 0px;
  position: relative;
}
.friendly-driving-section .driving-bg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-height: 320px;
  position: relative;
  z-index: 0;
}
.friendly-driving-section .header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 70px;
}
.friendly-driving-section .header-btn .applicant-number h6 {
  font-size: 18px;
  line-height: 55px;
  font-family: var(--heading-font);
  font-weight: 400;
  color: var(--heading-color);
  margin-bottom: 0px;
}
.friendly-driving-section .header-btn .applicant-number h6 span {
  font-weight: 600;
}
.friendly-driving-section .friendly-driving-content {
  padding-left: 35px;
}
.friendly-driving-section .friendly-driving-content.style-01 {
  margin-top: 50px;
  padding-left: 20px;
}
.friendly-driving-section .friendly-driving-content .subtitle {
  font-size: 16px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 600;
  color: var(--main-color-one);
  margin-bottom: 20px;
}
.friendly-driving-section .friendly-driving-content .title {
  font-size: 45px;
  line-height: 55px;
  font-family: var(--heading-font);
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.friendly-driving-section .friendly-driving-content .title.style-01 {
  margin-top: 20px;
  margin-bottom: 40px;
}
.friendly-driving-section .friendly-driving-content p {
  font-size: 16px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.friendly-driving-section .friendly-driving-content p.style-01 {
  margin-bottom: 20px;
}
.friendly-driving-section .friendly-driving-content p.style-02 {
  margin-bottom: 50px;
}

.courses-section-area {
  margin-top: 112px;
  position: relative;
  background: #FEFEFE;
}
.courses-section-area .traffic-shape {
  position: absolute;
  bottom: 65px;
  left: 90px;
  opacity: 0.3;
  -webkit-animation: updown-two 2.5s both linear infinite alternate;
          animation: updown-two 2.5s both linear infinite alternate;
}
.courses-section-area .traffic-shape-01 {
  position: absolute;
  right: 80px;
  top: 170px;
  opacity: 0.3;
  -webkit-animation: updown-two 2.5s both linear infinite alternate;
          animation: updown-two 2.5s both linear infinite alternate;
}
.courses-section-area .all-courses {
  text-align: center;
  margin-top: 16px;
}
.courses-section-area .all-courses a {
  font-size: 16px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 600;
  color: #323232;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.courses-section-area .all-courses a:hover i {
  padding-left: 12px;
}
.courses-section-area .all-courses a i {
  margin-left: 10px;
  color: var(--main-color-one);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.courses-gallery-section {
  margin-top: 110px;
}

.courses-gallery-masonry-wrapper .courses-gallery-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 40px;
  text-align: center;
}
.courses-gallery-masonry-wrapper .courses-gallery-menu li {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: var(--body-font);
  color: #323232;
  cursor: pointer;
  background: #fff;
  border: 1px solid var(--main-color-one);
  border-radius: 3px;
  padding: 9px 20px;
}
.courses-gallery-masonry-wrapper .courses-gallery-menu li + li {
  margin-left: 30px;
}
.courses-gallery-masonry-wrapper .courses-gallery-menu li.active {
  background: var(--main-color-one);
}

.courses-single-section {
  position: relative;
  margin-top: 120px;
}

.testimonial-carousel-three-wrap {
  margin-left: -15px;
  margin-right: -15px;
}

.testimonial-carousel-three .prev-arrow {
  width: 53px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  border: 2px solid var(--main-color-one);
  background: #fff;
  border-radius: 6px;
  color: var(--main-color-one);
  font-size: 22px;
  position: absolute;
  top: -110px;
  right: 85px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  cursor: pointer;
}
.testimonial-carousel-three .prev-arrow:focus {
  outline: none;
}
.testimonial-carousel-three .prev-arrow:hover {
  border: 2px solid var(--heading-color);
  background: var(--heading-color);
  color: var(--main-color-one);
}
.testimonial-carousel-three .next-arrow {
  width: 53px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  border: 2px solid var(--main-color-one);
  background: #fff;
  border-radius: 6px;
  color: var(--main-color-one);
  font-size: 22px;
  position: absolute;
  top: -110px;
  right: 15px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  cursor: pointer;
}
.testimonial-carousel-three .next-arrow:focus {
  outline: none;
}
.testimonial-carousel-three .next-arrow:hover {
  border: 2px solid var(--heading-color);
  background: var(--heading-color);
  color: var(--main-color-one);
}

@-webkit-keyframes updown-two {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes updown-two {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.appointment-section-area {
  background: var(--heading-color);
  margin-top: 90px;
  position: relative;
  padding-top: 115px;
}
.appointment-section-area .section-img {
  margin-top: 40px;
}
.appointment-section-area .section-img .instructor-img {
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 500px;
  background-position: center bottom;
  position: relative;
  z-index: 1;
}

.client-section-area {
  margin-top: 60px;
  position: relative;
  background: #FEFEFE;
}
.client-section-area.instructor {
  margin-top: 120px;
}
.client-section-area .client-active-area {
  border-top: 1px dashed #CECECE;
  border-bottom: 1px dashed #CECECE;
  padding: 50px 0px;
}
.client-section-area .single-brand img {
  margin: 0 auto;
  -webkit-filter: opacity(0.6) grayscale(1);
          filter: opacity(0.6) grayscale(1);
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease;
}
.client-section-area .single-brand:hover img {
  -webkit-filter: opacity(1) grayscale(0);
          filter: opacity(1) grayscale(0);
}

.testimonial-section-area {
  margin-top: 315px;
  position: relative;
  background: #FEFEFE;
}
.testimonial-section-area.style-01 {
  margin-top: 115px;
}

.guidence-section-area {
  margin-top: 120px;
}
.guidence-section-area.style-01 {
  margin-top: 0px;
}
.guidence-section-area.instructor {
  margin-top: 90px;
}
.guidence-section-area.faq {
  margin-top: 60px;
}
.guidence-section-area.guidence-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 113px 0px 113px 0px;
  position: relative;
  background-attachment: fixed;
}
.guidence-section-area.guidence-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(3, 5, 25, 0.35);
}
.guidence-section-area .theme-heading-title .title {
  color: #fff;
}

.news-section-area {
  margin-top: 113px;
  position: relative;
  background: #FEFEFE;
}

/*-------------------------
    Footer Area
-------------------------*/
.footer-wrap {
  position: relative;
  background: #FEFEFE;
}
.footer-wrap .footer-shape {
  width: 0;
  height: 0;
  border-top: 136px solid rgba(251, 205, 33, 0.15);
  border-right: 180px solid transparent;
  position: absolute;
  top: -20px;
  left: 115px;
}
@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translate(0px);
            transform: translate(0px);
  }
}
@keyframes updown {
  0% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translate(0px);
            transform: translate(0px);
  }
}
.footer-wrap .footer-shape-02 {
  position: absolute;
  right: 115px;
  top: -20px;
  width: 0;
  height: 0;
  border-top: 136px solid rgba(251, 205, 33, 0.15);
  border-left: 180px solid transparent;
}
.footer-wrap .footer-shape-03 {
  position: absolute;
  left: 115px;
  bottom: 132px;
  width: 0;
  height: 0;
  border-bottom: 136px solid rgba(251, 205, 33, 0.15);
  border-right: 180px solid transparent;
}
.footer-wrap .footer-shape-04 {
  position: absolute;
  right: 115px;
  bottom: 132px;
  width: 0;
  height: 0;
  border-bottom: 136px solid rgba(251, 205, 33, 0.15);
  border-left: 180px solid transparent;
}

.footer-style-01 .footer-top {
  padding-top: 50px;
}

.footer-top {
  position: relative;
  z-index: 0;
  padding-top: 120px;
}
.footer-top.style-01 {
  width: 86%;
  margin: 112px auto 0px auto;
}
.footer-top.about {
  margin-top: 60px;
}
.footer-top.courses {
  margin-top: 0px;
}
.footer-top.courses-single {
  margin-top: 90px;
}
.footer-top.blog {
  margin-top: 116px;
}
.footer-top.instructor {
  margin-top: 120px;
}
.footer-top.error {
  margin-top: 25px;
}
.footer-top.subscribe-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer-top .footer-top-border {
  border-bottom: 1px solid #575757;
  padding-bottom: 20px;
}
.footer-top .footer-top-border.style-01 {
  padding-bottom: 85px;
}
.footer-top .widget_categories ul li {
  border-bottom: 1px dashed #424242;
}
.footer-top .widget select {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.footer-top .widget.widget_archive ul li + li,
.footer-top .widget.widget_categories ul li,
.footer-top .widget_pages ul li,
.footer-top .widget_nav_menu ul li,
.footer-top .widget.widget_archive ul li:first-child,
.footer-top .widget_meta ul li,
.footer-top .widget.widget_categories ul li ul {
  border-bottom: 1px dashed #424242;
}
.footer-top .widget.widget_categories ul li ul.children {
  border-bottom: none;
}
.footer-top .widget.widget_categories ul li ul,
.footer-top .widget.widget_nav_menu ul li ul,
.footer-top .widget.widget_recent_comments ul li:last-child,
.footer-top .widget.widget_recent_comments ul li + li,
.footer-top .widget.widget_pages ul li ul {
  border-top: 1px dashed #424242;
}
.footer-top .widget_archive select,
.footer-top .widget_categories form select {
  color: #fff;
}
.footer-top .widget_categories form select option,
.footer-top .widget_archive select option {
  background-color: var(--heading-color);
}
.footer-top .widget.widget_recent_comments ul li + li {
  color: #fff;
}
.footer-top .recentcomments .comment-author-link a {
  font-weight: 600;
}
.footer-top .recentcomments {
  color: #fff;
}
.footer-top .widget_calendar table td {
  color: #fff;
}

.copyright-wrap {
  text-align: center;
  padding: 55px 0px;
}
.copyright-wrap .copyright-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.copyright-wrap-inner {
  color: #8A8A8A;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  font-family: var(--body-font);
  letter-spacing: 2px;
}
.copyright-wrap-inner.style-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.copyright-wrap-inner.style-01 p {
  color: #8A8A8A;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  font-family: var(--body-font);
  letter-spacing: 2px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
	## WIdgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 30px;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul li {
  display: block;
  word-wrap: break-word;
  word-break: break-word;
}
.widget ul li + li {
  margin-top: 15px;
}
.widget ul li:before {
  display: none;
}
.widget ul li:last-child {
  margin-bottom: 0;
}
.widget ul li:first-child {
  margin-top: 0;
}
.widget ul li a {
  color: inherit;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.widget ul li a.rsswidget {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.widget ul li a.rsswidget:hover {
  color: var(--main-color-one);
}
.widget ul li .rss-date {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}
.widget ul li ul {
  margin-left: 20px;
  margin-top: 10px;
}
.widget ul li ul.sub-menu {
  position: initial;
  visibility: visible;
  opacity: 1;
  background-color: transparent;
  border-top: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 10px;
}
.widget ul li ul.sub-menu li a {
  padding: 0 0 0 10px;
}
.widget ul li ul.sub-menu li a:hover {
  background-color: transparent;
}
.widget .wp-block-group__inner-container h2:after {
  position: absolute;
  content: "";
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 60%;
  width: 100%;
  border-left: 5px solid var(--main-color-one);
}
.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6,
.widget label,
.widget .widget-headline {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  position: relative;
  font-family: var(--body-font);
}
.widget h1.style-01, .widget h1.wp-block-search__label,
.widget h2.style-01,
.widget h2.wp-block-search__label,
.widget h3.style-01,
.widget h3.wp-block-search__label,
.widget h4.style-01,
.widget h4.wp-block-search__label,
.widget h5.style-01,
.widget h5.wp-block-search__label,
.widget h6.style-01,
.widget h6.wp-block-search__label,
.widget label.style-01,
.widget label.wp-block-search__label,
.widget .widget-headline.style-01,
.widget .widget-headline.wp-block-search__label {
  font-size: 18px;
  line-height: 30px;
  position: relative;
  font-weight: 700;
}
.widget h1.style-01:after, .widget h1.wp-block-search__label:after,
.widget h2.style-01:after,
.widget h2.wp-block-search__label:after,
.widget h3.style-01:after,
.widget h3.wp-block-search__label:after,
.widget h4.style-01:after,
.widget h4.wp-block-search__label:after,
.widget h5.style-01:after,
.widget h5.wp-block-search__label:after,
.widget h6.style-01:after,
.widget h6.wp-block-search__label:after,
.widget label.style-01:after,
.widget label.wp-block-search__label:after,
.widget .widget-headline.style-01:after,
.widget .widget-headline.wp-block-search__label:after {
  position: absolute;
  content: "";
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 60%;
  width: 100%;
  border-left: 5px solid var(--main-color-one);
}
.widget h1.style-02,
.widget h2.style-02,
.widget h3.style-02,
.widget h4.style-02,
.widget h5.style-02,
.widget h6.style-02,
.widget label.style-02,
.widget .widget-headline.style-02 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 30px;
  position: relative;
  font-weight: 700;
}
.widget h1.style-02:after,
.widget h2.style-02:after,
.widget h3.style-02:after,
.widget h4.style-02:after,
.widget h5.style-02:after,
.widget h6.style-02:after,
.widget label.style-02:after,
.widget .widget-headline.style-02:after {
  position: absolute;
  content: "";
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 60%;
  width: 100%;
  border-left: 5px solid var(--main-color-one);
}
.widget select {
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  border: 1px solid #ddd;
  position: relative;
  z-index: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>");
  background-repeat: no-repeat;
  background-position-y: 55%;
  background-position-x: 92%;
  color: var(--paragraph-color);
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .footer-widget {
  background-color: transparent !important;
  padding: 0;
  margin-bottom: 40px;
}

.widget.widget_nav_menu ul li.menu-item-has-children:after {
  display: none;
}

.widget ul li,
.comments-area .comment-list li,
.comments-area .comment-list li.comment {
  padding-left: 0;
}

.comments-area .comment-list li:before,
.comments-area .comment-list li.comment:before {
  display: none;
}

.widget-nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget-nav-menu ul li + li {
  border-top: 1px solid #2c3e88;
}

.widget_search,
.no-results,
.error-404 {
  padding: 20px 25px 25px 25px;
  background: #fff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
.widget_search .search-form,
.no-results .search-form,
.error-404 .search-form {
  position: relative;
}
.widget_search .search-form .form-group,
.no-results .search-form .form-group,
.error-404 .search-form .form-group {
  margin-bottom: 0;
}
.widget_search .search-form .form-group .form-control,
.no-results .search-form .form-group .form-control,
.error-404 .search-form .form-group .form-control {
  height: 50px;
  border: 1px solid #D5E0EF;
  border-radius: 4px;
  padding: 0 70px 0 15px;
  background-color: #ffffff;
}
.widget_search .search-form .submit-btn,
.no-results .search-form .submit-btn,
.error-404 .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  font-size: 20px;
  color: var(--main-color-one);
  background-color: transparent;
  border-radius: 0 30px 30px 0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border: none;
  cursor: pointer;
}
.widget_search .search-form .submit-btn:focus,
.no-results .search-form .submit-btn:focus,
.error-404 .search-form .submit-btn:focus {
  outline: none;
}
.widget_search .search-form .submit-btn:hover,
.no-results .search-form .submit-btn:hover,
.error-404 .search-form .submit-btn:hover {
  background-color: var(--hover-color);
  color: var(--heading-color);
}

.widget_author_meta {
  text-align: center;
}
.widget_author_meta .thumb {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.widget_author_meta .thumb img {
  border-radius: 50%;
}
.widget_author_meta .content .name {
  font-size: 21px;
  font-weight: 700;
}
.widget_author_meta .content .name p {
  font-size: 16px;
  line-height: 26px;
}
.widget_author_meta .content .name ul {
  margin-top: 25px;
}
.widget_author_meta .content .name ul li {
  display: inline-block;
  margin: 0 5px;
}
.widget_author_meta .content .name ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.widget_author_meta .content .name ul li a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}

.widget_tag_cloud, .widget_bedriver_tags {
  padding: 20px 25px 15px 25px;
  background: #fff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
.widget_tag_cloud .tagcloud a, .widget_tag_cloud .wp-block-tag-cloud a, .widget_bedriver_tags .tagcloud a, .widget_bedriver_tags .wp-block-tag-cloud a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 12px;
  text-transform: uppercase;
  border-radius: 2px;
  font-size: 14px !important;
  line-height: 18px;
  font-family: var(--body-font);
  font-weight: 400;
  background: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #7A7A7A;
  border: 1px solid #D5E0EF;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.widget_tag_cloud .tagcloud a:hover, .widget_tag_cloud .wp-block-tag-cloud a:hover, .widget_bedriver_tags .tagcloud a:hover, .widget_bedriver_tags .wp-block-tag-cloud a:hover {
  background-color: var(--main-color-one);
  color: #fff;
  border: 1px solid var(--main-color-one);
}

.widget_nav_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_nav_menu ul li {
  color: #fff;
  display: block;
}
.widget_nav_menu ul li a {
  border: none;
}
.widget_nav_menu ul li a i {
  width: 34px;
  height: 34px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 18px;
  margin-right: 12px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.widget_nav_menu ul li a i:hover {
  border-color: var(--main-color-one);
  color: var(--main-color-one) !important;
}
.widget_nav_menu ul li > ul {
  margin-left: 15px;
}
.widget_nav_menu ul li.photo-list {
  display: inline-block;
}
.widget_nav_menu ul.social-icon li {
  display: inline-block;
}

.widget.widget_bedriver_category,
.widget.widget_archive,
.widget.widget_calendar,
.widget.widget_categories,
.widget.widget_pages,
.widget.widget_block,
.widget.widget_recent_comments,
.widget.widget_recent_entries,
.widget.widget_rss,
.widget.widget_text,
.widget.widget_tag_cloud,
.widget.widget_nav_menu,
.widget.widget_meta {
  padding: 20px 25px 24px 25px;
  background: #fff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
.widget.widget_bedriver_category ul li:first-child,
.widget.widget_archive ul li:first-child,
.widget.widget_calendar ul li:first-child,
.widget.widget_categories ul li:first-child,
.widget.widget_pages ul li:first-child,
.widget.widget_block ul li:first-child,
.widget.widget_recent_comments ul li:first-child,
.widget.widget_recent_entries ul li:first-child,
.widget.widget_rss ul li:first-child,
.widget.widget_text ul li:first-child,
.widget.widget_tag_cloud ul li:first-child,
.widget.widget_nav_menu ul li:first-child,
.widget.widget_meta ul li:first-child {
  padding-top: 0;
}
.widget.widget_bedriver_category ul li + li,
.widget.widget_archive ul li + li,
.widget.widget_calendar ul li + li,
.widget.widget_categories ul li + li,
.widget.widget_pages ul li + li,
.widget.widget_block ul li + li,
.widget.widget_recent_comments ul li + li,
.widget.widget_recent_entries ul li + li,
.widget.widget_rss ul li + li,
.widget.widget_text ul li + li,
.widget.widget_tag_cloud ul li + li,
.widget.widget_nav_menu ul li + li,
.widget.widget_meta ul li + li {
  margin-top: 15px;
}
.widget.widget_bedriver_category ul li:last-child,
.widget.widget_archive ul li:last-child,
.widget.widget_calendar ul li:last-child,
.widget.widget_categories ul li:last-child,
.widget.widget_pages ul li:last-child,
.widget.widget_block ul li:last-child,
.widget.widget_recent_comments ul li:last-child,
.widget.widget_recent_entries ul li:last-child,
.widget.widget_rss ul li:last-child,
.widget.widget_text ul li:last-child,
.widget.widget_tag_cloud ul li:last-child,
.widget.widget_nav_menu ul li:last-child,
.widget.widget_meta ul li:last-child {
  border-bottom: none;
}
.widget.widget_bedriver_category ul li ul,
.widget.widget_archive ul li ul,
.widget.widget_calendar ul li ul,
.widget.widget_categories ul li ul,
.widget.widget_pages ul li ul,
.widget.widget_block ul li ul,
.widget.widget_recent_comments ul li ul,
.widget.widget_recent_entries ul li ul,
.widget.widget_rss ul li ul,
.widget.widget_text ul li ul,
.widget.widget_tag_cloud ul li ul,
.widget.widget_nav_menu ul li ul,
.widget.widget_meta ul li ul {
  padding-top: 15px;
  border-top: 1px dashed #D5E0EF;
}
.widget.widget_bedriver_category ul li a i,
.widget.widget_archive ul li a i,
.widget.widget_calendar ul li a i,
.widget.widget_categories ul li a i,
.widget.widget_pages ul li a i,
.widget.widget_block ul li a i,
.widget.widget_recent_comments ul li a i,
.widget.widget_recent_entries ul li a i,
.widget.widget_rss ul li a i,
.widget.widget_text ul li a i,
.widget.widget_tag_cloud ul li a i,
.widget.widget_nav_menu ul li a i,
.widget.widget_meta ul li a i {
  color: var(--main-color-two);
  margin-right: 5px;
}

.site-main .widget-area {
  padding-bottom: 0px;
}

.widget ul.widget_categories li + li {
  margin-top: 15px;
}

aside#secondary {
  margin-bottom: 0px;
}

.widget_bedriver_category ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_block ul li,
.widget_nav_menu ul li,
.widget_archive ul li {
  padding-bottom: 15px;
  border-bottom: 1px dashed #D5E0EF;
}
.widget_bedriver_category ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_block ul li a,
.widget_nav_menu ul li a,
.widget_archive ul li a {
  font-size: 16px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #030519;
}
.widget_bedriver_category ul li a:before,
.widget_categories ul li a:before,
.widget_pages ul li a:before,
.widget_meta ul li a:before,
.widget_block ul li a:before,
.widget_nav_menu ul li a:before,
.widget_archive ul li a:before {
  color: var(--hover-color);
  position: static;
  content: "";
  font-weight: 900;
  font-size: 15px;
  font-family: "fontawesome";
  padding-right: 8px;
  color: var(--main-color-one);
}
.widget_bedriver_category ul li a:hover,
.widget_categories ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_block ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_archive ul li a:hover {
  color: var(--main-color-one);
}
.widget_bedriver_category ul li span,
.widget_categories ul li span,
.widget_pages ul li span,
.widget_meta ul li span,
.widget_block ul li span,
.widget_nav_menu ul li span,
.widget_archive ul li span {
  float: right;
}

.widget_block .footer-home01-nav ul li {
  padding-bottom: 0px;
}

.widget.footer-widget.widget_calendar table {
  margin-bottom: 0;
}

.widget.footer-widget {
  background-color: transparent !important;
  padding: 0;
  margin-bottom: 30px;
}
.widget.footer-widget .social-icons {
  margin-bottom: -22px;
  position: relative;
  z-index: 99;
}
.widget.footer-widget .social-icons a {
  margin-right: 10px;
}
.widget.footer-widget .social-icons a i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 15px;
  color: var(--main-color-one);
  border-radius: 5px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: #fff;
}
.widget.footer-widget .social-icons a i:hover {
  background: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}
.widget.footer-widget .social-icons a i:last-child {
  margin-right: 0;
}
.widget.footer-widget ul li a {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  font-family: var(--body-font);
  position: relative;
}
.widget.footer-widget ul li a:hover {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  color: var(--main-color-one);
}
.widget.footer-widget .widget-headline,
.widget.footer-widget .wp-block-search__label {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 36px;
  text-transform: capitalize;
  position: relative;
  font-family: var(--body-font);
  color: #fff;
}
.widget.footer-widget .widget-headline span,
.widget.footer-widget .wp-block-search__label span {
  color: var(--main-color-one);
}
.widget.footer-widget .widget-headline:before,
.widget.footer-widget .wp-block-search__label:before {
  display: none;
}
.widget.footer-widget .widget-headline p,
.widget.footer-widget .wp-block-search__label p {
  color: #fff;
  font-size: 14px;
}
.widget.footer-widget.widget_tag_cloud .tagcloud {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.widget.footer-widget.widget_tag_cloud .tagcloud a {
  color: white;
  font-size: 14px;
}
.widget.footer-widget.widget_recent_comments ul li a:after {
  display: none;
}
.widget.footer-widget.widget_recent_comments ul li a:hover {
  padding-left: 0;
}
.widget.footer-widget.widget_calendar table th {
  border: 1px solid #ddd;
  color: white;
  font-size: 14px;
}
.widget.footer-widget.widget_calendar table th a {
  font-weight: 600;
  text-decoration: underline;
}
.widget.footer-widget.widget_calendar table td {
  border: 1px solid #ddd;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.widget.footer-widget.widget_calendar table td a {
  font-weight: 600;
  text-decoration: underline;
}
.widget.footer-widget #mc4wp-form-1 .form-group .form-control {
  width: 100%;
  height: 65px;
  padding-left: 14px;
  border-radius: 4px;
  background-color: #fff;
  padding-right: 122px;
}
.widget.footer-widget #mc4wp-form-1 .submit-btn {
  border: none;
  border-radius: 50px;
  background-color: var(--secondary-color);
  width: 85px;
  height: 55px;
  font-size: 25px;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 15px;
  cursor: pointer;
}
.widget.footer-widget #mc4wp-form-1 .submit-btn:hover {
  background-color: #fff;
  color: var(--main-color-one);
}
.widget.footer-widget #mc4wp-form-1 .submit-btn.style-01 {
  background-color: #007bcf;
}
.widget.footer-widget .wp-calendar-nav {
  padding: 8px 0;
}
.widget.footer-widget .wp-calendar-nav .wp-calendar-nav-prev {
  color: rgba(255, 255, 255, 0.7);
}
.widget.footer-widget .wp-calendar-nav .wp-calendar-nav-next {
  color: rgba(255, 255, 255, 0.7);
}
.widget.footer-widget .textwidget p {
  color: #fff;
}
.widget.footer-widget .textwidget form select {
  color: #fff;
}
.widget.footer-widget .textwidget form select option {
  background-color: #030519;
}

.footer-widget.widget_rss cite {
  color: #fff;
  font-weight: 600;
}

.widget ul > li:last-child {
  padding-bottom: 0;
}
.widget img {
  height: auto;
}

.footer-widget.widget_nav_menu ul li a {
  position: relative;
}

.footer-widget.widget.widget_nav_menu ul li {
  margin: 0;
}
.footer-widget.widget.widget_nav_menu ul li + li {
  margin-top: 12px;
}
.footer-widget.widget.widget_nav_menu ul li.photo-list {
  position: relative;
}
.footer-widget.widget.widget_nav_menu ul li.photo-list + .photo-list {
  margin-top: 10px;
}
.footer-widget.widget.widget_nav_menu ul li.photo-list:hover .thumb::before {
  background: rgba(3, 5, 25, 0.5);
}
.footer-widget.widget.widget_nav_menu ul li.photo-list:hover .icon {
  opacity: 1;
  left: 21%;
}
.footer-widget.widget.widget_nav_menu ul li.photo-list .icon {
  position: absolute;
  top: 28%;
  left: 15%;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.footer-widget.widget.widget_nav_menu ul li.photo-list .icon i {
  font-size: 24px;
  border: none;
}
.footer-widget.widget.widget_nav_menu ul .thumb {
  position: relative;
}
.footer-widget.widget.widget_nav_menu ul .thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(3, 5, 25, 0);
  border-right: 4px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.footer-widget.widget.widget_nav_menu ul .thumb img {
  border-radius: 4px;
  margin-right: 12px;
  margin-bottom: 12px;
  width: 70px;
  height: 70px;
}

.footer-style .footer-wrap {
  background-color: var(--heading-color);
}

.footer-wrap .footer-top .footer-widget .menu li ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget_tag_cloud.footer-widget .tagcloud a {
  background-color: var(--main-color-one);
}

.wp-block-calendar caption {
  caption-side: top;
  text-align: center;
  padding: 8px;
  font-weight: 600;
  color: var(--heading-color);
  background-color: #ddd;
}

.widget_calendar caption {
  caption-side: top;
  text-align: center;
  padding: 8px;
  font-weight: 600;
  color: var(--heading-color);
  background-color: #ddd;
}

.wp-block-calendar table th {
  background-color: transparent;
}

.widget_recent_comments ul li {
  position: relative;
}
.widget_recent_comments ul li:before {
  position: static;
  font-family: "Font Awesome 5 Free";
  content: "";
  padding-right: 5px;
}

.widget .widget_calendar caption {
  color: var(--paragraph-color);
}

.widget_calendar table td {
  border: 1px solid #ddd;
  padding: 8px;
}
.widget_calendar table th {
  border: 1px solid #ddd;
  padding: 8px;
}

#wp-calendar {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}
#wp-calendar th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}

.widget_recent_comments ul li a {
  text-decoration: underline;
}

.footer-widget .recent_post_item li.single-recent-post-item + li {
  border-top: initial;
  padding-top: 0;
}

.widget.widget_recent_posts, .widget.widget_bedriver_popular_posts, .widget.widget_block {
  padding: 20px 25px 20px 25px;
  background: #fff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}

.recent_post_item,
.theme-recent-post-wrap {
  margin: 0;
  padding: 0;
  list-style: none;
}
.recent_post_item li,
.theme-recent-post-wrap li {
  display: block;
}
.recent_post_item li + li,
.theme-recent-post-wrap li + li {
  margin-top: 20px;
}
.recent_post_item li.single-recent-post-item, .recent_post_item li.theme-recent-post-item,
.theme-recent-post-wrap li.single-recent-post-item,
.theme-recent-post-wrap li.theme-recent-post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-bottom: 0px;
}
.recent_post_item li.single-recent-post-item + li, .recent_post_item li.theme-recent-post-item + li,
.theme-recent-post-wrap li.single-recent-post-item + li,
.theme-recent-post-wrap li.theme-recent-post-item + li {
  margin-top: 0;
  padding-top: 30px;
  border-top: 1px dashed #D5E0EF;
}
.recent_post_item li.single-recent-post-item .thumb, .recent_post_item li.theme-recent-post-item .thumb,
.theme-recent-post-wrap li.single-recent-post-item .thumb,
.theme-recent-post-wrap li.theme-recent-post-item .thumb {
  width: 70px;
  border-radius: 50%;
  height: 70px;
  margin-right: 15px;
}
.recent_post_item li.single-recent-post-item .thumb a:before, .recent_post_item li.theme-recent-post-item .thumb a:before,
.theme-recent-post-wrap li.single-recent-post-item .thumb a:before,
.theme-recent-post-wrap li.theme-recent-post-item .thumb a:before {
  display: none;
}
.recent_post_item li.single-recent-post-item .thumb a:hover, .recent_post_item li.theme-recent-post-item .thumb a:hover,
.theme-recent-post-wrap li.single-recent-post-item .thumb a:hover,
.theme-recent-post-wrap li.theme-recent-post-item .thumb a:hover {
  padding-left: 0;
}
.recent_post_item li.single-recent-post-item .thumb a:after, .recent_post_item li.theme-recent-post-item .thumb a:after,
.theme-recent-post-wrap li.single-recent-post-item .thumb a:after,
.theme-recent-post-wrap li.theme-recent-post-item .thumb a:after {
  display: none;
}
.recent_post_item li.single-recent-post-item .thumb img, .recent_post_item li.theme-recent-post-item .thumb img,
.theme-recent-post-wrap li.single-recent-post-item .thumb img,
.theme-recent-post-wrap li.theme-recent-post-item .thumb img {
  border-radius: 4px;
}
.recent_post_item li.single-recent-post-item .content, .recent_post_item li.theme-recent-post-item .content,
.theme-recent-post-wrap li.single-recent-post-item .content,
.theme-recent-post-wrap li.theme-recent-post-item .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.recent_post_item li.single-recent-post-item .content .title, .recent_post_item li.theme-recent-post-item .content .title,
.theme-recent-post-wrap li.single-recent-post-item .content .title,
.theme-recent-post-wrap li.theme-recent-post-item .content .title {
  font-size: 16px;
  line-height: 23px;
  padding-bottom: 15px;
  font-family: var(--body-font);
  font-weight: 700;
  color: var(--heading-color);
}
.recent_post_item li.single-recent-post-item .content .title a, .recent_post_item li.theme-recent-post-item .content .title a,
.theme-recent-post-wrap li.single-recent-post-item .content .title a,
.theme-recent-post-wrap li.theme-recent-post-item .content .title a {
  padding-left: 0;
}
.recent_post_item li.single-recent-post-item .content .title a:hover, .recent_post_item li.theme-recent-post-item .content .title a:hover,
.theme-recent-post-wrap li.single-recent-post-item .content .title a:hover,
.theme-recent-post-wrap li.theme-recent-post-item .content .title a:hover {
  color: var(--main-color-one);
}
.recent_post_item li.single-recent-post-item .content .title a:before, .recent_post_item li.theme-recent-post-item .content .title a:before,
.theme-recent-post-wrap li.single-recent-post-item .content .title a:before,
.theme-recent-post-wrap li.theme-recent-post-item .content .title a:before {
  display: none;
}
.recent_post_item li.single-recent-post-item .content .title a:after, .recent_post_item li.theme-recent-post-item .content .title a:after,
.theme-recent-post-wrap li.single-recent-post-item .content .title a:after,
.theme-recent-post-wrap li.theme-recent-post-item .content .title a:after {
  display: none;
}
.recent_post_item li.single-recent-post-item .content .time, .recent_post_item li.theme-recent-post-item .content .time,
.theme-recent-post-wrap li.single-recent-post-item .content .time,
.theme-recent-post-wrap li.theme-recent-post-item .content .time {
  font-size: 14px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 500;
  color: #7A7A7A;
}
.recent_post_item li.single-recent-post-item .content .time i, .recent_post_item li.theme-recent-post-item .content .time i,
.theme-recent-post-wrap li.single-recent-post-item .content .time i,
.theme-recent-post-wrap li.theme-recent-post-item .content .time i {
  color: var(--main-color-one);
  padding-right: 5px;
}

.contact_info_list {
  margin: 0;
  padding: 60px 0px 0px;
  list-style: none;
}
.contact_info_list li {
  display: block;
}
.contact_info_list li.single-info-item {
  margin-bottom: 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_info_list li.single-info-item.style-01 .icon {
  color: var(--main-color-two);
}
.contact_info_list li.single-info-item.style-01 .details {
  padding-left: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact_info_list li.single-info-item .icon {
  color: var(--main-color-one) !important;
  font-weight: 600;
  background-color: rgba(251, 205, 33, 0.12);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 38px;
  text-align: center;
  margin-right: 15px;
}
.contact_info_list li.single-info-item .icon .icon-location {
  font-size: 19px;
  line-height: 35px;
}
.contact_info_list li.single-info-item .icon .icon-envelope-second {
  font-size: 13px;
  line-height: 35px;
}
.contact_info_list li.single-info-item .icon .icon-phone-seceond {
  font-size: 15px;
}
.contact_info_list li.single-info-item .details {
  font-size: 16px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 400;
  color: white;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.about_us_widget .footer-logo {
  margin-bottom: 20px;
  display: block;
}
.about_us_widget p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 400;
  margin-bottom: 30px;
}
.about_us_widget p.style-01 {
  margin-bottom: 20px;
}

.widget-testimonial .icon {
  font-size: 70px;
  line-height: 60px;
  color: var(--main-color-two);
  margin-bottom: 16px;
}
.widget-testimonial p {
  color: #fff;
  line-height: 1.6;
}
.widget-testimonial .author-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 24px;
}
.widget-testimonial .author-meta .thumb {
  margin-right: 20px;
}
.widget-testimonial .author-meta .thumb img {
  max-width: 80px;
  height: 80px;
  border-radius: 50%;
}
.widget-testimonial .author-meta .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 15px;
}
.widget-testimonial .author-meta .content .name {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.widget-testimonial .author-meta .content .designation {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.widget.widget_media_gallery .gallery {
  margin-bottom: 0;
}

.widget_edus_post_category ul li:hover a {
  background-color: var(--main-color-one);
}
.widget_edus_post_category ul li:hover a .title {
  color: #fff;
}
.widget_edus_post_category ul li .title {
  padding: 0 20px;
  background-color: var(--secondary-color);
  position: relative;
  line-height: 50px;
  font-family: var(--body-font);
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.widget_edus_post_category ul li .title span {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--hover-color);
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.about_me_widget .content {
  text-align: center;
}
.about_me_widget .content .thumb {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin: auto;
}
.about_me_widget .content .thumb img {
  border-radius: 50%;
}
.about_me_widget .content .title {
  font-size: 18px;
  margin-top: 30px;
  font-weight: 700;
}
.about_me_widget .content p {
  padding-top: 10px;
}

.edus-widget-about {
  border: 2px solid #f7f7f7;
}

.about_me_two_widget p {
  font-size: 16px;
  line-height: 26px;
}
.about_me_two_widget .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.about_me_two_widget .thumb {
  width: 60px;
  margin-right: 20px;
}
.about_me_two_widget .title {
  font-size: 20px;
  font-weight: 600;
}
.about_me_two_widget .designation {
  color: var(--main-color-one);
}

.widget_edus_service_category.widget {
  padding: 0;
}
.widget_edus_service_category ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f7f7f7;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 35px;
  font-size: 16px;
  font-weight: 700;
}
.widget_edus_service_category ul li a.active, .widget_edus_service_category ul li a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.widget_edus_service_category ul li a.active span, .widget_edus_service_category ul li a:hover span {
  opacity: 1;
}
.widget_edus_service_category ul li a span {
  opacity: 0;
}
.widget_edus_service_category ul li + li {
  margin-bottom: 10px;
}

.widget.widget_media_image {
  padding: 0;
}
.widget.widget_media_image img {
  width: 100%;
}

.edus-service-doct.widget {
  padding: 0;
}
.edus-service-doct .doc-link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 35px;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #f7f7f7;
}
.edus-service-doct .doc-link li a i {
  margin-right: 20px;
  color: #ff4815;
}
.edus-service-doct .doc-link li a.active, .edus-service-doct .doc-link li a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.edus-service-doct .doc-link li a.active i, .edus-service-doct .doc-link li a:hover i {
  color: #fff;
}
.edus-service-doct .doc-link li + li {
  margin-bottom: 10px;
}

.bedriver-social-share-about .widget_nav_menu,
.bedriver-icon-list .widget_nav_menu,
.footer-home01-nav .widget_nav_menu {
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.bedriver-social-share-about .widget_nav_menu ul li,
.bedriver-icon-list .widget_nav_menu ul li,
.footer-home01-nav .widget_nav_menu ul li {
  border: none;
}
.bedriver-social-share-about .widget_nav_menu ul li a,
.bedriver-icon-list .widget_nav_menu ul li a,
.footer-home01-nav .widget_nav_menu ul li a {
  margin-right: 12px;
}
.bedriver-social-share-about .widget_nav_menu ul li a::before,
.bedriver-icon-list .widget_nav_menu ul li a::before,
.footer-home01-nav .widget_nav_menu ul li a::before {
  content: "";
  padding: 0px;
}

.footer-style .rssSummary {
  color: #fff;
}
.footer-style .widget_tag_cloud.footer-widget .tagcloud a {
  background: transparent;
}
.footer-style .widget_tag_cloud.footer-widget .tagcloud a:hover {
  color: var(--heading-color);
  background: var(--main-color-one);
}

#mc4wp-form-1 {
  position: relative;
}
#mc4wp-form-1 .title {
  font-size: 24px;
  list-style: 32px;
  font-family: var(--body-font);
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
#mc4wp-form-1 .title.style-01 {
  text-align: left;
  font-size: 40px;
  line-height: 50px;
  font-family: var(--heading-font);
  font-weight: 600;
  max-width: 500px;
  margin-bottom: 0px;
}

.custom-logo-link img,
.site-logo img,
.footer-logo img {
  max-width: 180px !important;
}

.team-section-area {
  margin-top: 115px;
  position: relative;
  background: #FEFEFE;
}

.team-caoursel-wrap {
  margin-left: -15px;
  margin-right: -15px;
}

.team-carousel .prev-arrow {
  width: 53px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  border: 2px solid var(--heading-color);
  border-radius: 6px;
  color: var(--heading-color);
  font-size: 22px;
  position: absolute;
  top: -110px;
  left: 15px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: transparent;
  cursor: pointer;
}
.team-carousel .prev-arrow:focus {
  outline: none;
}
.team-carousel .prev-arrow:hover {
  border: 2px solid var(--main-color-one);
  background: var(--main-color-one);
  color: var(--heading-color);
}
.team-carousel .next-arrow {
  width: 53px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  border: 2px solid var(--heading-color);
  border-radius: 6px;
  color: var(--heading-color);
  font-size: 22px;
  position: absolute;
  top: -110px;
  right: 15px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: transparent;
  cursor: pointer;
}
.team-carousel .next-arrow:focus {
  outline: none;
}
.team-carousel .next-arrow:hover {
  border: 2px solid var(--main-color-one);
  background: var(--main-color-one);
  color: var(--heading-color);
}

.team-section-area-02 {
  margin-top: 115px;
  position: relative;
  background: #FEFEFE;
}
.team-section-area-02 .team-carousel .prev-arrow {
  width: 53px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  border: 2px solid var(--heading-color);
  border-radius: 6px;
  color: var(--heading-color);
  font-size: 22px;
  position: absolute;
  top: -110px;
  left: 87%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.team-section-area-02 .team-carousel .prev-arrow:focus {
  outline: none;
}
.team-section-area-02 .team-carousel .prev-arrow:hover {
  border-color: var(--main-color-one);
  color: var(--heading-color);
}
.team-section-area-02 .team-carousel .next-arrow {
  width: 53px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  border: 2px solid var(--heading-color);
  border-radius: 6px;
  color: var(--heading-color);
  font-size: 22px;
  position: absolute;
  top: -110px;
  right: 15px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.team-section-area-02 .team-carousel .next-arrow:focus {
  outline: none;
}
.team-section-area-02 .team-carousel .next-arrow:hover {
  border-color: var(--main-color-one);
  color: var(--heading-color);
}

.faq-section-area {
  margin-top: 120px;
  position: relative;
  background: #EEF9FF;
  padding: 113px 0px 120px 0px;
}
.faq-section-area .animated.animated-slow {
  -webkit-animation-duration: 8s !important;
          animation-duration: 8s !important;
}
.faq-section-area.style-01 {
  margin-top: 60px;
}
.faq-section-area.style-02 {
  margin-top: 0px;
}
.faq-section-area .faq-shape {
  position: absolute;
  opacity: 0.3;
  left: 15%;
  top: 40%;
  -webkit-animation: fly 5s alternate infinite;
          animation: fly 5s alternate infinite;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.faq-section-area .faq-shape-02 {
  position: absolute;
  left: 5%;
  bottom: 15%;
  opacity: 0.8;
  -webkit-animation: fly-02 9s infinite;
          animation: fly-02 9s infinite;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.faq-section-area .faq-shape-03 {
  position: absolute;
  bottom: 8%;
  left: 18%;
  opacity: 0.3;
  -webkit-animation: fly-03 10s infinite;
          animation: fly-03 10s infinite;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.faq-section-area .faq-shape-04 {
  position: absolute;
  top: 22%;
  left: 5%;
  opacity: 0.8;
  -webkit-animation: fly-04 7s infinite;
          animation: fly-04 7s infinite;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.faq-section-area .faq-shape-05 {
  position: absolute;
  opacity: 0.3;
  right: 15%;
  top: 40%;
  -webkit-animation: fly-05 8s infinite;
          animation: fly-05 8s infinite;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.faq-section-area .faq-shape-06 {
  position: absolute;
  right: 5%;
  bottom: 15%;
  opacity: 0.8;
  -webkit-animation: fly-02 9s infinite;
          animation: fly-02 9s infinite;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.faq-section-area .faq-shape-07 {
  position: absolute;
  bottom: 8%;
  right: 18%;
  opacity: 0.3;
  -webkit-animation: fly-03 10s infinite;
          animation: fly-03 10s infinite;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.faq-section-area .faq-shape-08 {
  position: absolute;
  top: 22%;
  right: 5%;
  opacity: 0.8;
  -webkit-animation: fly-04 7s infinite;
          animation: fly-04 7s infinite;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@-webkit-keyframes fly {
  0% {
    left: 17%;
  }
  100% {
    left: 12%;
  }
}

@keyframes fly {
  0% {
    left: 17%;
  }
  100% {
    left: 12%;
  }
}
@-webkit-keyframes fly-05 {
  0% {
    right: 17%;
  }
  100% {
    right: 12%;
  }
}
@keyframes fly-05 {
  0% {
    right: 17%;
  }
  100% {
    right: 12%;
  }
}
@-webkit-keyframes fly-02 {
  0% {
    bottom: 15%;
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    bottom: 50%;
    opacity: 0;
  }
}
@keyframes fly-02 {
  0% {
    bottom: 15%;
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    bottom: 50%;
    opacity: 0;
  }
}
@-webkit-keyframes fly-03 {
  0% {
    bottom: 8%;
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    bottom: 48%;
    opacity: 0;
  }
}
@keyframes fly-03 {
  0% {
    bottom: 8%;
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    bottom: 48%;
    opacity: 0;
  }
}
@-webkit-keyframes fly-04 {
  0% {
    top: 22%;
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    top: 5%;
    opacity: 0;
  }
}
@keyframes fly-04 {
  0% {
    top: 22%;
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    top: 5%;
    opacity: 0;
  }
}
.about-us-section-area.about-bg {
  padding: 173px 0px 0px 0px;
  position: relative;
  z-index: 0;
}
.about-us-section-area.about-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(3, 5, 25, 0.9);
}
.about-us-section-area .about-inner .title {
  font-size: 45px;
  line-height: 55px;
  font-family: var(--heading-font);
  font-weight: 700;
  color: var(--main-color-one);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 126px;
}
.about-us-section-area .bred-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 19px;
}

.learner-section-area {
  margin-top: 120px;
  margin-bottom: 138px;
  position: relative;
  background: #FEFEFE;
}
.learner-section-area .wheel-shape {
  position: absolute;
  left: -130px;
  top: 15px;
  -webkit-animation: spin-01 3s linear infinite;
          animation: spin-01 3s linear infinite;
}
.learner-section-area .wheel-shape-02 {
  position: absolute;
  right: 130px;
  bottom: 45px;
  -webkit-animation: spin-01 3s linear infinite;
          animation: spin-01 3s linear infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.learner-section-area .theme-heading-title {
  margin-bottom: 34px;
}
.learner-section-area .theme-heading-title .title {
  color: #323232;
}
.learner-section-area .theme-heading-title .description p {
  color: #535353;
}
.learner-section-area .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}
.learner-section-area .contact-item .content p {
  font-size: 20px;
  line-height: 30px;
  font-family: var(--heading-font);
  font-weight: 600;
  color: var(--heading-color);
  margin: 0px 0px 0px 40px;
}
.learner-section-area .contact-item .content p i {
  color: var(--main-color-one);
  margin-right: 10px;
}

.learner-single-item {
  position: relative;
  z-index: 0;
}
.learner-single-item .learner-bg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  min-height: 560px;
}
.learner-single-item .learner-bg img {
  position: absolute;
  right: 0;
  bottom: -25px;
}
.learner-single-item .no-of-learner {
  background: var(--main-color-one);
  display: inline-block;
  border-radius: 6px;
  padding: 3px 15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  right: -80px;
  top: 25%;
}
.learner-single-item .no-of-learner h6 {
  font-size: 20px;
  line-height: 30px;
  font-family: var(--heading-font);
  font-weight: 400;
  color: #0E0E0E;
  margin-bottom: 0px;
}
.learner-single-item .no-of-learner h6 span {
  font-weight: 600;
}
.learner-single-item .applicant {
  margin: 20px 0px 0px 40px;
}
.learner-single-item .applicant .applicant-number h6 {
  font-size: 18px;
  line-height: 28px;
  font-family: var(--heading-font);
  font-weight: 400;
  color: var(--heading-color);
  margin-bottom: 0px;
  margin-top: 14px;
}
.learner-single-item .applicant .applicant-number h6 span {
  font-weight: 600;
}

.drive-work-section-area {
  position: relative;
  padding: 112px 0px 144px 0px;
}
.drive-work-section-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: screen;
  background: #EEF9FF;
}
.drive-work-section-area .theme-heading-title {
  margin-bottom: 80px;
}
.drive-work-section-area .theme-heading-title .description p {
  max-width: inherit;
  color: var(--heading-color);
}

.about-counter-section {
  margin-top: 113px;
  position: relative;
}
.about-counter-section .theme-heading-title .description p {
  max-width: inherit;
}
.about-counter-section .target-shape {
  position: absolute;
  right: 10%;
  top: 0;
  -webkit-animation: heartBeat 6s linear infinite;
          animation: heartBeat 6s linear infinite;
}
.about-counter-section .target-shape-02 {
  position: absolute;
  left: 15%;
  top: 50%;
  -webkit-animation: heartBeat 6s linear infinite;
          animation: heartBeat 6s linear infinite;
}

.award-section-area {
  position: relative;
  margin-top: 117px;
  padding: 113px 0px 120px 0px;
}
.award-section-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: screen;
  background: #EEF9FF;
}
.award-section-area .theme-heading-title {
  margin-bottom: 50px;
}

.benefits-section-area {
  margin-top: 113px;
  position: relative;
  padding: 115px 0px 120px 0px;
}
.benefits-section-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: screen;
  background: #EEF9FF;
}
.benefits-section-area .benefits-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  min-height: 641px;
}

.benefits-single-items {
  display: inline-block;
}
.benefits-single-items.style-01 {
  margin-left: 60px;
}
.benefits-single-items + .benefits-single-items {
  margin-top: 120px;
}
.benefits-single-items .content {
  background: var(--main-color-one);
  padding: 10px;
  border-radius: 50px 50px 0px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.benefits-single-items .content.style-01 {
  border-radius: 50px;
}
.benefits-single-items .content.style-02 {
  border-radius: 50px 0px 50px 50px;
}
.benefits-single-items .content .description {
  font-size: 18px;
  line-height: 24px;
  font-family: var(--heading-font);
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 0px;
  max-width: 180px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.benefits-single-items .content .icon {
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 88px;
  background: black;
  color: #fff;
  font-size: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.book-now-section {
  position: relative;
  z-index: 0;
  padding: 70px;
}
.book-now-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: screen;
  background: #EEF9FF;
}
.book-now-section .applicant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}
.book-now-section .applicant .thumb {
  margin-right: 20px;
}
.book-now-section .applicant .applicant-number h6 {
  font-size: 16px;
  line-height: 28px;
  font-family: var(--heading-font);
  font-weight: 400;
  color: var(--heading-color);
  margin-bottom: 0px;
}
.book-now-section .applicant .applicant-number h6 span {
  font-weight: 600;
}

.book-now-form {
  padding: 26px 40px 35px 40px;
  position: relative;
  z-index: 1;
  border-radius: 6px;
  background-size: cover;
  background-repeat: no-repeat;
}
.book-now-form::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(251, 205, 33, 0.95);
  mix-blend-mode: multiply;
  border-radius: 6px;
}
.book-now-form::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(251, 205, 33, 0.9);
  border-radius: 6px;
}
.book-now-form .form-meta p {
  font-size: 16px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 400;
  color: var(--heading-color);
  margin-bottom: 0px;
  margin-top: 35px;
  text-align: center;
}

.instructor-section {
  margin-top: 112px;
  position: relative;
  z-index: 0;
}

.int-title-left {
  text-align: left !important;
}

.instructor-details-section {
  margin-top: 120px;
  position: relative;
  z-index: 0;
}

.instructor-contact-section {
  margin-top: 120px;
  position: relative;
  z-index: 0;
  background: #EEF9FF;
  padding: 105px 0px 115px 0px;
}
.instructor-contact-section.style-01 {
  margin-top: 0px;
}
.instructor-contact-section.instructor-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.office-address-section {
  margin-top: 115px;
  position: relative;
  z-index: 0;
}
.office-address-section .contact-shape {
  position: absolute;
  left: 125px;
  top: 40px;
  -webkit-animation: heartBeat 5s both linear alternate infinite;
          animation: heartBeat 5s both linear alternate infinite;
}
.office-address-section .contact-shape-02 {
  position: absolute;
  right: 125px;
  top: 0;
  -webkit-animation: tada 5s both linear alternate infinite;
          animation: tada 5s both linear alternate infinite;
}
.office-address-section .contact-shape-03 {
  position: absolute;
  bottom: 0;
  right: 125px;
  -webkit-animation: swing 5s both linear alternate infinite;
          animation: swing 5s both linear alternate infinite;
}

.contact-page-form-section {
  margin-top: 70px;
}
.contact-page-form-section.contact-form-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 120px;
  position: relative;
}
.contact-page-form-section.contact-form-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(3, 5, 25, 0.82);
}
.contact-page-form-section .contact-item-wrapper {
  margin-bottom: -410px;
  position: relative;
}
.contact-page-form-section .contact-item-wrapper .contact-shape {
  position: absolute;
  bottom: 4%;
  left: 20%;
}
.contact-page-form-section .contact-item-wrapper .contact-shape-02 {
  position: absolute;
  left: 0%;
  bottom: 35%;
}
.contact-page-form-section .contact-item-wrapper .contact-shape-03 {
  position: absolute;
  left: 39%;
  top: 35%;
}
.contact-page-form-section .contact-item-wrapper .contact-shape-04 {
  position: absolute;
  left: 11%;
  top: 8%;
}

.contact-single-item {
  padding: 0px 20px 0px 0px;
}
.contact-single-item .content {
  margin-bottom: 50px;
}
.contact-single-item .content .subtitle {
  font-size: 16px;
  line-height: 26px;
  font-family: var(--body-font);
  font-weight: 600;
  color: var(--main-color-one);
  margin-bottom: 7px;
}
.contact-single-item .content .title {
  font-size: 40px;
  line-height: 55px;
  font-family: var(--heading-font);
  font-weight: 700;
  color: #fff;
  margin-bottom: 7px;
}
.contact-single-item .content .title span {
  color: var(--main-color-one);
}
.contact-single-item .content p {
  font-size: 16px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
}
.contact-single-item .applicant .applicant-number h6 {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: var(--heading-font);
  margin-top: 8px;
}

.contact-bottom-single-item {
  background: #EEF9FF;
  border-radius: 6px;
  padding: 20px 25px 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.contact-bottom-single-item.style-02 {
  background: #fff;
  border: 1px solid #F6E49F;
  margin-bottom: 0px;
}
.contact-bottom-single-item .icon {
  font-size: 60px;
  color: #535353;
  margin-right: 30px;
}
.contact-bottom-single-item .content .title {
  font-size: 23px;
  line-height: 33px;
  font-family: var(--heading-font);
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-bottom-single-item .content p {
  font-size: 16px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 400;
  margin-bottom: 0px;
}

.contact-page-wrapper .contact-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 25px 40px 40px 40px;
  border-radius: 8px;
}

.bottom-item-wrapper {
  margin-top: 218px;
}

.contact_map {
  height: 100%;
  min-height: 500px;
  position: relative;
}
.contact_map::after {
  content: "";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 40px;
  color: var(--main-color-one);
}

.map-section {
  padding-top: 425px;
  margin-top: 108px;
}

.Apply-contact-form-section {
  margin-top: 120px;
  position: relative;
  z-index: 0;
}
.Apply-contact-form-section .apply-form-wrapper {
  background: #EEF9FF;
  padding: 114px 60px 115px 60px;
  border-radius: 6px;
}
.Apply-contact-form-section .apply-form-wrapper.apply-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.Apply-contact-form-section .apply-form-wrapper .theme-heading-title .description p {
  max-width: 610px;
}

.page-not-found-section {
  position: relative;
  z-index: 0;
  margin-top: 25px;
}
.page-not-found-section.error-bg {
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 0px 116px 0px;
}
.page-not-found-section .error-shape-02 {
  position: absolute;
  right: 90px;
  top: 90px;
}

.price-plan-section {
  margin-top: 110px;
  position: relative;
  z-index: 0;
}
.price-plan-section .target-shape {
  position: absolute;
  bottom: 180px;
  left: 15%;
  -webkit-animation: heartBeat 6s linear infinite;
          animation: heartBeat 6s linear infinite;
}
.price-plan-section .target-shape-02 {
  position: absolute;
  right: 15%;
  top: 100px;
  -webkit-animation: heartBeat 6s linear infinite;
          animation: heartBeat 6s linear infinite;
}
.price-plan-section .nav-pills {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.price-plan-section .nav-pills .nav-item + .nav-item {
  margin-left: 30px;
}
.price-plan-section .nav-pills .nav-item .nav-link {
  border-radius: 3px;
  border: 1px solid var(--main-color-one);
  padding: 9px 22px;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--body-font);
  font-weight: 400;
  color: var(--heading-color);
}
.price-plan-section .nav-pills .nav-item .nav-link.active {
  background: var(--main-color-one);
}

.sing-in-section-area {
  position: relative;
  z-index: 0;
  margin-top: 120px;
}
.sing-in-section-area .wheel-shape {
  position: absolute;
  left: -95px;
  top: 0;
  -webkit-animation: spin-01 3s linear infinite;
          animation: spin-01 3s linear infinite;
}
.sing-in-section-area .wheel-shape-02 {
  position: absolute;
  right: 50px;
  bottom: 0;
  -webkit-animation: spin-01 3s linear infinite;
          animation: spin-01 3s linear infinite;
}
.sing-in-section-area .sign-up {
  font-size: 16px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 500;
  color: #323232;
  margin-top: 38px;
  margin-bottom: 0px;
}
.sing-in-section-area .sign-up span {
  color: var(--main-color-one);
  margin-left: 5px;
}

.comming-soon-section {
  position: relative;
  z-index: 0;
}
.comming-soon-section ul {
  text-align: center;
}
.comming-soon-section ul li {
  display: inline-block;
}
.comming-soon-section ul li + li {
  margin-left: 30px;
}
.comming-soon-section ul li .skill-item {
  position: relative;
  z-index: 0;
}
.comming-soon-section .shape-01 {
  position: absolute;
  left: -77px;
  top: -122px;
}
.comming-soon-section .shape-02 {
  position: absolute;
  top: -180px;
  right: -180px;
}
.comming-soon-section .shape-03 {
  position: absolute;
  left: -85px;
  top: 130px;
  -webkit-animation: spin-01 3s linear infinite;
          animation: spin-01 3s linear infinite;
}
.comming-soon-section .shape-04 {
  position: absolute;
  bottom: 160px;
  right: 85px;
  -webkit-animation: spin-01 3s linear infinite;
          animation: spin-01 3s linear infinite;
}
.comming-soon-section .coming-soon-wrap {
  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;
}
.comming-soon-section .logo {
  text-align: center;
  margin-bottom: 25px;
}
.comming-soon-section .title {
  text-align: center;
  font-size: 90px;
  line-height: 100px;
  font-family: var(--heading-font);
  font-weight: 700;
  margin-bottom: 50px;
}
.comming-soon-section .days-progress-wrap {
  margin-top: 25px;
}
.comming-soon-section .days-progress-wrap .days-progress {
  border: 2px solid #CFCFCF;
  border-radius: 5px;
}
.comming-soon-section .days-progress-wrap #progressbarlinear {
  border: 2px solid var(--main-color-one);
  border-radius: 5px;
}
.comming-soon-section .social-area {
  margin-top: 50px;
}
.comming-soon-section .social-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.comming-soon-section .social-area ul li {
  color: #3E4357;
  display: inline-block;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border: 2px solid #3E4357;
  border-radius: 50%;
  font-size: 21px;
  background: #fff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.comming-soon-section .social-area ul li:hover {
  border: 2px solid var(--main-color-one);
  background: var(--main-color-one);
  color: #fff;
}

/*navbar-default*/
.logo-wrapper {
  min-width: 230px;
  padding-right: 70px;
}
.logo-wrapper .site-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  font-family: var(--heading-font);
  color: var(--main-color-one);
}

.navbar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar-nav ul li {
  font-size: 16px;
  line-height: 98px;
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--heading-font);
  color: #0D1422;
  font-weight: 500;
  cursor: pointer !important;
}
.navbar-nav ul li:hover {
  color: var(--main-color-one);
}
.navbar-nav ul li + li {
  margin-left: 30px;
}

.navigation-style-01 {
  position: relative;
}
.navigation-style-01:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 6px;
}

.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .boxed-btn {
  background-color: #fff;
  color: var(--heading-font);
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .boxed-btn:hover {
  background: var(--main-color-one);
  color: var(--heading-font);
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-nav ul li.current_page_item a {
  color: var(--main-color-one);
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-nav ul li.page_item_has_children {
  position: relative;
  padding-right: 18px;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-nav ul li.page_item_has_children:before {
  position: absolute;
  right: 0;
  top: 49%;
  content: "+";
  font-weight: 700;
  font-size: 29px;
  font-family: var(--body-font);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-nav ul li.page_item_has_children:hover > .children {
  visibility: visible;
  opacity: 1;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-nav ul li.page_item_has_children .children {
  position: absolute;
  text-align: left;
  min-width: 246px;
  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;
  border-bottom: 4px solid var(--main-color-one);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-nav ul li.page_item_has_children .children li {
  display: block;
  margin-left: 0;
  line-height: 22px;
  font-size: 14px;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-nav ul li.page_item_has_children .children li a {
  display: block;
  padding: 12px 17px;
  background-color: #fff;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-nav ul li.page_item_has_children .children li a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-nav ul li.page_item_has_children .children li a:before {
  display: none;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-nav ul li.page_item_has_children .children .page_item_has_children {
  position: relative;
  z-index: 0;
  padding-right: 0px;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-nav ul li.page_item_has_children .children .page_item_has_children:before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: "+";
  font-family: "fontawesome";
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-nav ul li.page_item_has_children .children .page_item_has_children > .children {
  left: -250px;
  top: 10px;
  margin-bottom: 0;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-nav ul li.page_item_has_children .children .page_item_has_children > .children .children .children {
  left: auto;
  right: 100%;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-nav ul li.page_item_has_children .children .page_item_has_children:hover > .children {
  visibility: visible;
  opacity: 1;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-nav ul li.page_item_has_children .children .page_item_has_children:hover > .children li:hover:before {
  color: #fff;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-nav ul li a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-nav ul li:hover > a:before {
  width: 100%;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-collapse .navbar-nav {
  text-align: right;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-collapse .navbar-nav li {
  color: #0D1422;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-collapse .navbar-nav li a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-collapse .navbar-nav li:hover {
  color: var(--main-color-one);
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-collapse .navbar-nav li:hover:before {
  color: var(--main-color-one);
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  color: #323232;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  color: #fff;
  background-color: var(--main-color-one);
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover:before {
  color: #fff;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover > .sub-menu {
  margin-top: 10px;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover > .sub-menu li:hover a {
  background-color: var(--main-color-one);
  color: #fff;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:before {
  color: var(--main-color-one);
  right: 15px;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-collapse .navbar-nav li.current-menu-item:before {
  color: var(--main-color-one);
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.navbar-default .container .navbar-collapse .navbar-nav li.current-menu-item a {
  color: var(--main-color-one);
}

@media only screen and (max-width: 991px) {
  .navbar-area .container {
    position: relative;
    z-index: 0;
    min-height: 80px;
    padding: 20px 10px 23px;
  }
  .navbar-area .container .responsive-mobile-menu {
    display: block;
    position: relative;
    width: 100%;
  }
  .navbar-area .container .responsive-mobile-menu .navbar-toggler {
    position: absolute;
    right: 0;
    top: 50%;
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
  }
  .navbar-area .container .navbar-brand {
    display: block;
  }
  .navbar-area .container .navbar-brand .navbar-toggler {
    position: absolute;
    right: 10px;
  }
  .navbar-area .container .navbar-nav {
    width: 100%;
    display: none;
  }
  .navbar-area .container .navbar-nav.show {
    display: block;
  }
  .navbar-area .container .navbar-nav ul {
    display: block;
    margin-top: 22px;
  }
  .navbar-area .container .navbar-nav ul li {
    display: block;
    text-align: left;
    line-height: 30px;
  }
  .navbar-area .container .navbar-nav ul li:last-child {
    border-bottom: none;
  }
  .navbar-area .container .navbar-nav ul li + li {
    margin-left: 0;
  }
  .navbar-area .container .navbar-nav ul li.page_item_has_children:before {
    top: 25px;
    right: 20px;
  }
  .navbar-area .container .navbar-nav ul li.page_item_has_children:hover > .children {
    visibility: visible;
    height: auto;
    opacity: 1;
    background-color: transparent;
    border-bottom: none;
  }
  .navbar-area .container .navbar-nav ul li.page_item_has_children .children {
    position: initial;
    display: block;
    width: 100%;
    border-top: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-left: 0;
    padding-bottom: 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    max-height: 246px;
    overflow-y: scroll;
    -webkit-transition: height 500ms;
    transition: height 500ms;
  }
  .navbar-area .container .navbar-nav ul li.page_item_has_children .children .children .page_item_has_children:before {
    content: "";
  }
  .navbar-area .container .navbar-nav ul li.page_item_has_children .children li {
    padding: 0;
  }
  .navbar-area .container .navbar-nav ul li.page_item_has_children .children li.page_item_has_children:hover:before {
    color: #fff;
  }
  .navbar-area .container .navbar-nav ul li.page_item_has_children .children li + li {
    border-top: none;
  }
  .navbar-area .container .navbar-nav ul li.page_item_has_children .children li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-width: 992px) {
  .navbar-area .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    border-top: 1px solid #e2e2e2;
  }
  .navbar-area .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
    border-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .navbar.navbar-area.navbar-expand-lg.navbar-default .container .responsive-mobile-menu .navbar-toggler {
    background-image: none;
  }
  .navbar.navbar-area.navbar-expand-lg.navbar-default .container .navbar-collapse .navbar-nav li a {
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .navbar.navbar-area.navbar-expand-lg.navbar-default .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    padding-left: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .navbar.navbar-area.navbar-expand-lg.navbar-default .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .navbar.navbar-area.navbar-expand-lg.navbar-default .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
    background: transparent !important;
    color: var(--main-color-one) !important;
  }
  .navbar.navbar-area.navbar-expand-lg.navbar-default .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child a {
    border-top: 0;
  }
  .navbar.navbar-area.navbar-expand-lg.navbar-default .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover > a {
    background: transparent !important;
    color: var(--main-color-one) !important;
  }
  .navbar.navbar-area.navbar-expand-lg.navbar-default .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu li a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .navbar.navbar-area.navbar-expand-lg.navbar-default .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu li a:hover {
    background: transparent !important;
    color: var(--main-color-one) !important;
  }
  .navbar.navbar-area.navbar-expand-lg.navbar-default .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu li:first-child a {
    border-top: 0;
  }
  .navbar.navbar-area.navbar-expand-lg.navbar-default .container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu li:hover a {
    background: transparent !important;
    color: var(--main-color-one) !important;
  }
  .navbar.navbar-area.navbar-expand-lg.navbar-default .container .navbar-collapse .navbar-nav li:first-child a {
    border-top: 0;
  }

  .navigation-style-02 {
    position: fixed;
    width: 100%;
    z-index: 3;
    background: #fff;
  }
}
/* --------------------------
    Post Navigation
---------------------------- */
.post-navigation-area {
  margin: 40px 0 0px 0;
}
.post-navigation-area .post-navigation-inner .content-area.style-01.no-line .content {
  text-align: left;
}

.post-navigation-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  border-radius: 3px;
}
.post-navigation-inner .content-area {
  width: calc(100% / 2);
}
.post-navigation-inner div .title {
  font-size: 18px;
  line-height: 25px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  margin-bottom: 0px;
}
.post-navigation-inner div .title a {
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.post-navigation-inner div .title:hover > a {
  color: var(--main-color-one);
}
.post-navigation-inner div:first-child {
  text-align: left;
}
.post-navigation-inner .content-area.no-line {
  width: 100%;
}
.post-navigation-inner .prev-post {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  font-size: 14px;
  display: block;
  font-family: var(--body-font);
  font-weight: 500;
  color: var(--main-color-one);
  margin-bottom: 10px;
}
.post-navigation-inner .next-post {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  font-size: 14px;
  display: block;
  font-family: var(--body-font);
  font-weight: 500;
  color: var(--main-color-one);
  margin-bottom: 10px;
}

.blog-comment-navigation .comment-navigation {
  min-height: 50px;
  margin-bottom: 30px;
}

/*---------------------------
    SINGLE POST NAVGATION
-----------------------------*/
.single-post-navigation {
  padding-top: 65px;
  word-break: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-post-navigation h3 {
  font-size: 18px;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}
.single-post-navigation .single-post-navigation-center-grid {
  font-size: 25px;
  padding-top: 11px;
}
.single-post-navigation .single-post-navigation-center-grid a {
  color: var(--main-color-one);
}
.single-post-navigation .single-post-navigation-center-grid a:hover, .single-post-navigation .single-post-navigation-center-grid a:focus {
  color: #438FF9;
}
.single-post-navigation .prev-post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: var(--main-color-one);
}
.single-post-navigation .next-post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  color: var(--main-color-one);
}
.single-post-navigation .title-with-link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.single-post-navigation .title-with-link span {
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  height: 58px;
  width: 58px;
  border-radius: 4px;
  line-height: 56px;
  background: var(--main-color-one);
  color: #fff;
  text-align: center;
  font-size: 35px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.single-post-navigation .title-with-link span:hover {
  background: var(--heading-color);
}

.wp-block-image .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.wp-block-image .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

.wp-block-gallery.alignleft {
  margin-right: 20px !important;
  margin-top: 0 !important;
}

.wp-block-button__link {
  margin-bottom: 20px;
}

.wp-block-cover {
  margin-bottom: 20px;
  color: #fff;
}

.wp-block-cover.alignleft {
  margin-top: 0;
}

.wp-block-archives-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.wp-block-archives-list a:hover {
  color: var(--main-color-one);
}

.wp-block-archives-list li + li {
  margin-top: 10px;
}

.blog-single-content-wrap .wp-block-archives-list li:before {
  display: none;
}

.blog-single-content-wrap .wp-block-archives-list li {
  padding-left: 20px;
}

.widget select,
.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
  width: 100%;
  height: 50px;
  background-position-x: 95%;
  border: 1px solid #e2e2e2;
  background-color: transparent;
  margin-bottom: 30px;
  color: var(--paragraph-color);
}

.wp-block-latest-comments {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wp-block-latest-comments li:before {
  display: none;
}

.wp-block-latest-comments__comment,
.recentcomments {
  line-height: 1.6;
}

.wp-block-latest-comments__comment + li,
.recentcomments + li {
  border-top: 1px dashed #e1e6ff;
  padding-top: 15px;
}

.wp-block-latest-comments__comment:last-child,
.recentcomments {
  margin-bottom: 0;
}

.wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author,
.recentcomments .comment-author-link {
  font-size: 16px;
  font-weight: 600;
  color: var(--heading-color);
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wp-block-latest-comments__comment-meta a:hover {
  color: var(--main-color-one);
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  margin: 0;
  padding: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  padding-left: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li:before {
  display: none;
}

.wp-block-button.is-style-squared .wp-block-button__link,
.wp-block-button__link.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li + li {
  margin-top: 15px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li a {
  font-size: 16px;
  color: var(--heading-color);
  line-height: 20px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li a:hover {
  color: var(--main-color-one);
}

.wp-block-search {
  margin-bottom: 4px;
}

.wp-block-search .wp-block-search__input {
  border: 1px solid #e1e1e1;
  border-radius: 4px 0 0 4px;
  height: 50px;
  padding: 0 18px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border-radius: 4px;
  border: 1px solid #D5E0EF;
}

.wp-block-search button[type=submit] {
  margin-left: 0;
  border: none;
  color: #464646;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  background: #cfcfcf;
}

.wp-block-search button[type=submit]:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wp-block-search button[type=submit]:hover {
  background-color: var(--main-color-one);
  color: #fff;
}

.wp-block-tag-cloud a {
  font-size: 14px !important;
  height: 38px;
  line-height: 36px;
  padding: 0 18px;
  margin-bottom: 8px;
  display: inline-block;
  border: 1px solid #D5E0EF;
  text-transform: capitalize;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  margin-right: 8px;
  color: #858585;
  border-radius: 4px;
}

.wp-block-tag-cloud a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}

.wp-block-rss {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.wp-block-rss li + li {
  margin-top: 10px;
}

.wp-block-tag-cloud {
  margin-bottom: 0;
}

.wp-block-rss li a:hover {
  color: var(--main-color-one);
}

.wp-block-rss li a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: var(--heading-color);
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.wp-block-group.has-background {
  padding: 30px;
  padding-bottom: 1px;
}

.wp-block-calendar {
  margin-bottom: 30px;
}

ul.wp-block-latest-posts__list li,
.blog-single-content-wrap .wp-block-rss li {
  padding-left: 0;
}

ul.wp-block-latest-posts__list li:before,
.blog-single-content-wrap .wp-block-rss li:before {
  display: none;
}

.wp-block-quote.is-style-large {
  padding: 30px;
  padding-left: 90px;
  position: relative;
}

.wp-block-quote.is-style-large:after {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  font-family: "icomoon";
  font-size: 30px;
  color: var(--main-color-one);
  font-weight: 700;
}

.wp-block-quote.has-text-align-right:after {
  left: auto;
  right: 30px;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.wp-block-quote.has-text-align-right {
  padding-left: 30px;
  padding-right: 90px;
}

.wp-block-calendar .wp-calendar-nav {
  text-align: left;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
  text-align: center;
}

.wp-block-image {
  margin-bottom: 1em;
}

.wp-block-video video {
  max-width: 636px;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
}

.wp-block-cover-text p {
  padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
}

.wp-calendar-nav-prev:hover,
.wp-calendar-nav-next:hover {
  color: var(--main-color-one);
}

.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-quote.is-large {
  margin: 0 auto 16px;
}

.wp-block-pullquote > p:first-child {
  margin-top: 0;
}

.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}

.wp-block-video video {
  max-width: 636px;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
}

.wp-block-cover-text p {
  padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-column blockquote.wp-block-quote {
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
}

.wp-block-quote.is-large {
  margin: 0 auto 16px;
}

.wp-block-pullquote > p:first-child {
  margin-top: 0;
}

.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}

.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
  margin: 30px 0;
}

.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  border: 1px solid #ddd;
  position: relative;
  z-index: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>");
  background-repeat: no-repeat;
  background-position-y: 55%;
  background-position-x: 92%;
  color: var(--paragraph-color);
}

.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
  width: 100%;
  height: 50px;
  background-position-x: 97%;
  border: 1px solid #e2e2e2;
  background-color: transparent;
  margin-bottom: 30px;
  color: var(--paragraph-color);
}

.wp-block-columns.alignwide blockquote:not(.has-light-gray-color):not(.has-very-dark-gray-color):not(.is-style-large):not(.is-style-large) {
  padding: 70px 20px 20px 20px;
}

.wp-block-columns.alignwide blockquote:not(.has-light-gray-color):not(.has-very-dark-gray-color):not(.is-style-large):not(.is-style-large):before {
  top: 30px;
  left: 23px;
}

.widget_text .textwidget form select,
.widget_categories form select,
.widget_archive select {
  margin-bottom: 0 !important;
}

.widget_text .textwidget p img {
  margin: 8px 0;
}

.widget_text .textwidget form {
  margin-top: 20px;
}

.widget_recent_comments ul li a {
  text-decoration: none;
}
.widget_recent_comments ul li a:hover {
  color: var(--main-color-one);
}

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
}
/*--------------------------------------------------------------
## Block Color Palette Colors
--------------------------------------------------------------*/
.has-strong-blue-color {
  color: #0073aa;
}

.has-strong-blue-background-color {
  background-color: #0073aa;
}

.has-lighter-blue-color {
  color: #229fd8;
}

.has-lighter-blue-background-color {
  background-color: #229fd8;
}

.has-very-light-gray-color {
  color: #eee;
}

.has-very-light-gray-background-color {
  background-color: #eee;
}

.has-very-dark-gray-color {
  color: #444;
}

.has-very-dark-gray-background-color {
  background-color: #444;
}

.has-large-font-size {
  font-size: 36px;
  line-height: 1.6;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  clear: both;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  opacity: 0.7;
  font-weight: 600;
}
.wp-caption .wp-caption-text a {
  color: var(--secondary-color);
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  text-align: center;
}

figcaption {
  opacity: 0.7;
  font-weight: 600;
}
figcaption a {
  color: var(--secondary-color);
}

.wp-block-button.is-style-outline .wp-block-button__link {
  color: var(--paragraph-color) !important;
  border-color: var(--main-color-one);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link {
  color: #fff !important;
  background-color: var(--main-color-one);
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
  padding-top: 5px;
}

/*--------------------------------------------------------------
# WP List
--------------------------------------------------------------*/
.blog-single-content-wrap ol {
  padding-left: 30px;
}

.content-area ul {
  list-style: none;
}
.content-area ul li {
  position: relative;
  padding-left: 15px;
}
.content-area ul li + li {
  margin-top: 0px;
}
.content-area ul li:before {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: var(--paragraph-color);
  content: "";
  display: inline-block;
  margin-right: 5px;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
.content-area ul li > ul li:before {
  background-color: transparent;
  border: 1px solid;
}
.content-area ol li {
  padding-left: 0;
}
.content-area ol li:before {
  display: none;
}
.content-area ol li + li {
  margin-top: 10px;
}
.content-area .widget ul li {
  padding-left: 0;
}
.content-area .widget ul li:before {
  display: none;
}

.blog-single-content-wrap ol li + li {
  margin-top: 10px;
}
.blog-single-content-wrap ul {
  list-style: none;
}
.blog-single-content-wrap ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 0;
}
.blog-single-content-wrap ul li + li {
  margin-top: 10px;
}
.blog-single-content-wrap ul li ol > li {
  padding-left: 0;
}
.blog-single-content-wrap ul li ol > li:before {
  display: none;
}
.blog-single-content-wrap ul li:before {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: var(--paragraph-color);
  content: "";
  display: inline-block;
  margin-right: 5px;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
.blog-single-content-wrap ul li > ul li:before {
  background-color: transparent;
  border: 1px solid;
}
.blog-single-content-wrap .post-meta li {
  padding-left: 0;
}
.blog-single-content-wrap .post-meta li:before {
  display: none;
}

.page-content ol li + li {
  margin-top: 10px;
}
.page-content ul li + li {
  margin-top: 10px;
}

.single-comment-wrap ol li + li {
  margin-top: 10px;
}
.single-comment-wrap ul li + li {
  margin-top: 10px;
}

.comments-area .comment-list li .single-comment-wrap ul {
  list-style: none;
}
.comments-area .comment-list li .single-comment-wrap ul li {
  position: relative;
  padding-left: 15px;
}
.comments-area .comment-list li .single-comment-wrap ul li:before {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: var(--paragraph-color);
  content: "";
  display: inline-block;
  margin-right: 5px;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
.comments-area .comment-list li .single-comment-wrap ul li > ul li:before {
  background-color: transparent;
  border: 1px solid;
}
.comments-area .comment-list .trackback {
  margin-bottom: 30px;
}
.comments-area .comment-list .pingback {
  margin-bottom: 30px;
}

.carousel-indicators li + li {
  margin-top: 0 !important;
}

.footer-widget.widget.widget_nav_menu ul li + li {
  margin-top: 12px;
}

ul.blocks-gallery-grid li {
  padding-left: 0;
}
ul.blocks-gallery-grid li:before {
  display: none;
}

.blog-details-footer .right .social-share li {
  padding-left: 0;
}
.blog-details-footer .right .social-share li:before {
  display: none;
}
.blog-details-footer .left .tags li {
  padding-left: 0;
}
.blog-details-footer .left .tags li:before {
  display: none;
}

.comments-area .comment-list ol {
  margin-left: 15px;
}

.single-comment-wrap ul li li {
  margin-top: 10px;
}

.single-comment-wrap ol li li {
  margin-top: 10px;
}

.blog-pagination {
  display: block;
  width: 100%;
  margin-top: 50px;
}
.blog-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-pagination ul li {
  display: inline-block;
  padding-left: 0;
  margin: 0 10px;
}
.blog-pagination ul li:first-child {
  margin-left: 0;
}
.blog-pagination ul li:last-child {
  margin-right: 0;
}
.blog-pagination ul li:before {
  display: none;
}
.blog-pagination ul li .prev,
.blog-pagination ul li .next {
  height: auto;
  width: auto;
  border: 0;
  background: transparent !important;
  text-transform: uppercase;
}
.blog-pagination ul li .prev:hover,
.blog-pagination ul li .next:hover {
  height: auto;
  width: auto;
  border: 0;
  background: transparent !important;
  color: var(--main-color-one);
}
.blog-pagination ul li a {
  color: #555555;
  width: 42px;
  line-height: 39px;
  padding: 3px 0px 0px 0px;
  border-radius: 3px;
  border-color: var(--main-color-one);
  display: block;
  text-align: center;
  font-weight: 700;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.blog-pagination ul li a:hover {
  background-color: var(--main-color-one);
  border: 1px solid var(--main-color-one);
  color: #fff;
}
.blog-pagination ul li span {
  display: block;
  border: 1px solid var(--main-color-one);
  width: 42px;
  line-height: 39px;
  padding: 3px 0px 0px 0px;
  border-radius: 3px;
  text-align: center;
  font-weight: 700;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: #555555;
}
.blog-pagination ul li span.current {
  background-color: var(--main-color-one);
  border: 1px solid var(--main-color-one);
  color: #fff;
}

/*--------------------------------------------------------------
# WP Table
--------------------------------------------------------------*/
.blog-single-content-wrap table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px;
}
.blog-single-content-wrap table td {
  border: 1px solid #e3e3e3;
  padding: 8px;
}
.blog-single-content-wrap table td a {
  text-decoration: underline;
  color: var(--main-color-one);
  font-weight: 400;
}
.blog-single-content-wrap table th {
  border: 1px solid #e3e3e3;
  padding: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}
.blog-single-content-wrap table th a {
  text-decoration: underline;
  font-weight: 600;
}

.page-content table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px;
}
.page-content table td {
  border: 1px solid #e3e3e3;
  padding: 8px;
}
.page-content table td a {
  text-decoration: underline;
  color: var(--main-color-one);
  font-weight: 400;
}
.page-content table th {
  border: 1px solid #e3e3e3;
  padding: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}
.page-content table th a {
  text-decoration: underline;
  font-weight: 600;
}

.single-comment-wrap table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px;
}
.single-comment-wrap table td {
  border: 1px solid #e3e3e3;
  padding: 8px;
}
.single-comment-wrap table td a {
  text-decoration: underline;
  color: var(--main-color-one);
  font-weight: 400;
}
.single-comment-wrap table th {
  border: 1px solid #e3e3e3;
  padding: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}
.single-comment-wrap table th a {
  text-decoration: underline;
  font-weight: 600;
}

.content-area table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px;
}
.content-area table th {
  border: 1px solid #e3e3e3;
  padding: 8px 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}
.content-area table th a {
  text-decoration: underline;
  color: var(--main-color-one);
  font-weight: 400;
}
.content-area table td {
  border: 1px solid #e3e3e3;
  padding: 8px 12px;
}
.content-area table td a {
  text-decoration: underline;
  color: var(--main-color-one);
  font-weight: 400;
}

.calendar_wrap table td {
  text-align: center;
}

.widget_calendar table td a,
.widget_calendar table th a {
  font-weight: 600;
  color: var(--main-color-one);
  text-decoration: underline;
}

.footer-widget.widget_calendar table td a,
.footer-widget.widget_calendar table th a {
  font-weight: 600;
  color: var(--main-color-one);
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */