{% load static %}
@charset "UTF-8";
/*
Theme Name: Edumint
Theme URI: http://solverwp.com/html/edumint
Author: Solverwp
Author URI: http://solverwp.com/html/edumint
Description: Edumint - LMS & Online Courses Html Template
Version: 1.0.2
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
    ## Global
    ## Mixins
    ## Theme
    ## Variables
    ## Common

# Sections
    ## Nav Bar
    ## Banner
    ## Brand Area
    ## Footer
    ## Widgets

# Elements
    ## accordion
    ## filter
    ## apartment
    ## blog
    ## city
    ## feature
    ## gallery
    ## intro
    ## main-search
    ## pricing
    ## service
    ## team
    ## user-list

--------------------------------------------------------------*/
/*-----------------
    # Typography
-----------------*/
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,400i,500,600,700i&amp;display=swap");
:root {
  --main-color: #00142C;
  --heading-color: #ffffff;
  --paragraph-color: #ffffff;
  --body-font: "Rubik", sans-serif;
  --body-font-size: 16px;
  --line-height30: 1.7;
}

.home-3 {
  --main-color: #00142C;
}

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

* {
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
  margin: 0;
  color: var(--paragraph-color);
  overflow-x: hidden;
  font-family: var(--body-font);
  line-height: var(--line-height30);
  font-size: var(--body-font-size);
}

h1 {
  font-size: 62px;
  line-height: 1.2333333333;
}

h2 {
  font-size: 46px;
  line-height: 1.3380952381;
}

h3 {
  font-size: 30px;
  line-height: 1.3833333333;
}

h4 {
  font-size: 24px;
  line-height: 1.3380952381;
}

h5 {
  font-size: 20px;
  line-height: 1.3380952381;
}

h6 {
  font-size: 16px;
  line-height: 1.3830952381;
}

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

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

a {
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}

a:hover {
  color: #0ec9ac;
}

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

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

ol li {
  list-style: none;
  margin-bottom: 1rem;
}

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

button:hover,
button:active,
button:focus {
  outline: 0;
}

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.no-gutter[class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.h-100vh {
  height: 100vh;
}

code {
  color:  #4389C7;
}

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

.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 {
  transition: 0.3s ease-in;
}

.comment-navigation .nav-previous:hover > a,
.posts-navigation .nav-previous:hover > a,
.post-navigation .nav-previous:hover > a,
.comment-navigation .nav-next:hover > a,
.posts-navigation .nav-next:hover > a,
.post-navigation .nav-next:hover > a {
  color: var(--main-color);
}

.comment-list li {
  list-style: none;
}

.h-100vh {
  height: 100vh;
}

.position-relative {
  position: relative;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 15px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  clear: both;
  margin-right: 20px;
}

.alignright {
  float: right;
  clear: both;
  margin-left: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

.alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

.alignwide {
  max-width: 1100px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  clear: both;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*----------------------------------------
    # Unit test
------------------------------------------*/
.wp-link-pages a {
  margin: 0 5px;
  transition: 0.3s ease-in;
}

.wp-link-pages {
  margin-bottom: 30px;
  margin-top: 25px;
}

.wp-link-pages span,
.wp-link-pages a {
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: inline-block;
}

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

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

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

.post-password-form input {
  display: block;
  border: 1px solid #e2e2e2;
  height: 50px;
  border-radius: 3px;
  padding: 0 20px;
}

.post-password-form label {
  font-weight: 600;
  color: #333;
}

.post-password-form input[type=submit] {
  width: 100px;
  height: 50px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in;
}

.post-password-form input[type=submit]:hover {
  background-color: #121A2F;
}

.footer-widget .table td,
.footer-widget .table th {
  padding: 0.5rem !important;
}

/*---------------------------------------
    ## Button
---------------------------------------*/
.btn {
  height: 55px;
  line-height: 55px;
  padding: 0 36px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  border: 0;
  font-size: 15px;
  transition: all 0.5s ease;
  font-weight: 500;
  border-radius: 4px;
  z-index: 0;
}
.btn:focus, .btn:active {
  outline: 0;
  box-shadow: none;
}
.btn:after {
  content: "";
  background: #309586;
  position: absolute;
  transition: all 0.3s ease-in;
  z-index: -1;
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(30deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}
.btn:hover:after {
  height: 100%;
  width: 135%;
}

.btn-radius {
  border-radius: 30px;
}

.btn-base {
  color: var(--heading-color);
  background: #0ec9ac;
}
.btn-base:hover {
  color: var(--heading-color);
}

.btn-border-white {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.2);
  line-height: 52px;
}
.btn-border-white:hover, .btn-border-white:focus {
  color: #fff;
  background: var(--main-color);
  border: 2px solid var(--main-color);
}

.btn-border-black {
  color: var(--heading-color);
  border: 2px solid rgba(0, 33, 71, 0.2);
  line-height: 52px;
}
.btn-border-black:hover, .btn-border-black:focus {
  color: var(--heading-color);
  background: var(--main-color);
  border: 2px solid var(--main-color);
}

.btn-black {
  color: #fff;
  background: var(--heading-color);
}
.btn-black:hover {
  color: #fff;
}

.btn-counter {
  display: inline-flex;
  padding: 15px 30px;
  border-radius: 4px;
}
.btn-counter .left-val {
  margin-bottom: 0;
}
.btn-counter .right-val {
  line-height: 1.2;
  font-size: 15px;
  font-weight: 500;
  color: var(--heading-color);
  margin-left: 12px;
}

/*------------------------------------------------
    ## Section title
------------------------------------------------*/
.section-title {
  margin-bottom: 45px;
  position: relative;
}
.section-title .sub-title {
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.section-title .sub-title.left-line:before {
  content: "";
  position: absolute;
  left: -50px;
  top: 9px;
  height: 1px;
  width: 40px;
  background: var(--heading-color);
}
.section-title .sub-title.right-line:after {
  content: "";
  position: absolute;
  right: -50px;
  top: 9px;
  height: 1px;
  width: 40px;
  background: var(--heading-color);
}
.section-title .sub-title.double-line:before {
  content: "";
  position: absolute;
  left: -50px;
  top: 10px;
  height: 1px;
  width: 40px;
  background: var(--heading-color);
}
.section-title .sub-title.double-line:after {
  content: "";
  position: absolute;
  right: -50px;
  top: 10px;
  height: 1px;
  width: 40px;
  background: var(--heading-color);
}
.section-title .sub-title.style-btn {
  height: 36px;
  line-height: 36px;
  background: rgba(29, 194, 149, 0.1);
  border-radius: 30px;
  padding: 0 25px;
  color: var(--main-color);
  margin-bottom: 6px;
}
.section-title .title {
  margin-bottom: 0;
  margin-top: 3px;
}
.section-title .content {
  margin-top: 17px;
  margin-bottom: 0;
}
.section-title .single-list-wrap {
  margin-top: 35px;
}
.section-title .btn {
  margin-top: 40px;
}

/*------------------------------------------------
    ## Back Top
------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 44px;
  height: 44px;
  color: #fff;
  background-color: var(--main-color);
  text-align: center;
  line-height: 44px;
  z-index: 99;
  font-size: 25px;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: none;
  animation: backto-top-bounce 4s infinite ease-in-out;
}
@keyframes backto-top-bounce {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-5px);
  }
}
/*-----------------------------------------
    ## Preloader Css
-------------------------------------------*/
.pre-wrap {
  position: fixed;
  content: "";
  transform: translate(-100%, -240%);
  font-size: 62px;
}

.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999999;
  background-color: #030724;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader-inner .cancel-preloader {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.preloader-inner .cancel-preloader a {
  background-color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--main-color);
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  display: block;
  transition: all 0.4s ease;
}
.preloader-inner .cancel-preloader a:hover {
  background-color: var(--heading-color);
  color: #fff;
}

.spinner {
  margin: 120px auto;
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  animation: sk-rotate 2s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #0ec9ac;
  border-radius: 100%;
  animation: sk-bounce 2s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/*-----------------------------------------
    ## Breadcumb 
------------------------------------------*/
.video-play-btn {
  border-radius: 50%;
  background: #f7f7f7;
  width: 90px;
  height: 90px;
  display: inline-block;
  line-height: 100px;
  position: relative;
  z-index: 0;
  text-align: center;
  animation: ripple-white3 2.5s linear infinite;
}
.video-play-btn:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(247, 247, 247, 0.4);
  top: -10px;
  left: -10px;
}
.video-play-btn i {
  color: #585858;
  margin-left: 6px;
  font-size: 28px;
}
.video-play-btn.video-play-border {
  background: transparent;
  border: 2px solid #fff;
  height: 60px;
  width: 60px;
  line-height: 60px;
}
.video-play-btn.video-play-border:hover {
  background: #fff;
}
.video-play-btn.video-play-border:hover i {
  color: var(--main-color);
}
.video-play-btn.video-play-border i {
  color: #fff;
  font-size: 20px;
  margin-left: 3px;
}
.video-play-btn.video-play-border:after {
  display: none;
}

/*-----------------------------------------
    ## Breadcumb 
------------------------------------------*/


.breadcrumb-area {
  padding: 282px 0 125px;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}
.breadcrumb-area .breadcrumb-inner {
  position: relative;
  z-index: 2;
}
.breadcrumb-area .page-title {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}
.breadcrumb-area .page-list {
  margin: 0;
  padding: 0;
  color: #fff;
}
.breadcrumb-area .page-list li {
  font-size: 18px;
  font-weight: 200;
  list-style: none;
  display: inline-block;
  position: relative;
  padding-left: 8px;
}
.breadcrumb-area .page-list li:after {
  position: absolute;
  left: 0;
  top: 1px;
  content: "/";
  font-family: "fontawesome";
}
.breadcrumb-area .page-list li:first-child {
  padding-left: 0;
}
.breadcrumb-area .page-list li:first-child:after {
  display: none;
}

/********* social-media *********/
.social-media {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
.social-media li {
  display: inline-block;
  margin: 0 3px;
}
.social-media li a {
  height: 38px;
  width: 38px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #CFCFCF;
}
.social-media li a:hover {
  background: var(--main-color);
  border: 1px solid var(--main-color);
  color: var(--heading-color);
}
.social-media li:first-child {
  margin-left: 0;
}
.social-media li:last-child {
  margin-right: 0;
}

/********* slider-control *********/
.slider-control-round .owl-nav button {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0 8px;
  border-radius: 50%;
  border: 1px solid var(--main-color);
  transition: 0.4s;
  box-shadow: none;
  color: var(--main-color);
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.slider-control-round .owl-nav button:hover {
  background: var(--main-color);
  color: #fff;
}
.slider-control-round .owl-nav .owl-prev {
  margin-left: 0;
}
.slider-control-round .owl-nav .owl-next {
  margin-left: 0;
}

.slider-control-square .owl-nav button {
  height: 45px;
  width: 60px;
  line-height: 46px;
  margin: 0 8px;
  border-radius: 0;
  border: 1px solid var(--main-color);
  transition: 0.4s;
  box-shadow: none;
  color: var(--main-color);
  background: transparent;
  font-size: 20px;
  padding: 0;
  cursor: pointer;
}
.slider-control-square .owl-nav button:hover {
  background: var(--main-color);
  color: #fff;
}
.slider-control-square .owl-nav .owl-prev {
  margin-left: 0;
}
.slider-control-square .owl-nav .owl-next {
  margin-left: 0;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.b-radius-5 {
  border-radius: 5px;
}

.ratting-inner {
  color:  #4389C7;
}

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

.bg-yellow {
  background:  #0ec9ac;
}

.bg-green {
  background: #1DC295;
}

.bg-deep-green {
  background: #238e1c;
}

.bg-blue {
  background: #28dec3;
}

.bg-white {
  background: #00142C;
}

.bg-red {
  background: #F14D5D;
}

.bg-gray {

}

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

.bg-relative {
  position: relative;
}

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

.bg-overlay {
  position: relative;
  background-size: cover !important;
}
.bg-overlay:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #000a08;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.content {
  position: relative;
  z-index: 2;
  padding: 20px;
}
.bg-overlay .container {
  position: relative;
  z-index: 2;
}

.bg-light-green {
  background: rgba(29, 194, 149, 0.1);
}

.pd-top-60 {
  margin: -20px;
  margin-bottom: 90px;
}

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

.pd-top-90 {
  padding-top: 90px;
  background: #00142C;
}

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

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

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

.pd-top-135 {
  padding-top: 135px;
}

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

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

.pd-top-280 {
  padding-top: 280px;
}

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

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

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

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

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

.pd-bottom-90 {
  padding-bottom: 90px;
  background: #00142C;
}

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

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

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

.pd-bottom-150 {
  padding-bottom: 150px;
  background: #00142C;
}

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

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

/************ animate style ************/
.top_image_bounce {
  animation: top-image-bounce 3s infinite ease-in-out;
}

.left_image_bounce {
  animation: left-image-bounce 3s infinite ease-in-out;
}

.right_image_bounce {
  animation: right-image-bounce 3s infinite ease-in-out;
}

.spin_image {
  animation: spin 3s infinite ease-in-out;
}
@keyframes top-image-bounce {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(12px);
  }
  100% {
    transform: translateY(-8px);
  }
}
@keyframes left-image-bounce {
  0% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(-5px);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
    transform-origin: 50%;
  }
}
@keyframes ripple-white3 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
  }
}
/*---------------------------------------------------
    widget styles
----------------------------------------------------*/
.td-sidebar .widget {
  margin-bottom: 34px;
}
.td-sidebar .widget .widget-title {
  margin-bottom: 23px;
  font-size: 22px;
  position: relative;
}

.widget_search {
  padding: 0 !important;
}

.widget_search .search-form {
  position: relative;
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
}

.widget_search .search-form .form-group {
  margin-bottom: 0;
}

.widget_search .search-form input {
  width: 100%;
  border: 0;
  height: 70px;
  background: transparent;
  padding: 0 82px 0 22px;
  border: 2px solid #EAEAEA !important;
}

.widget_search .search-form input:focus {
  border: 0;
  outline: 0;
}

.widget_search .search-form button {
  position: absolute;
  right: 0;
  border: 0;
  background: var(--main-color);
  cursor: pointer;
  width: 75px;
  top: 0;
  height: 70px;
}

.widget_search .search-form button i {
  color: var(--heading-color);
}

.widget_search .search-form button:active, .widget_search .search-form button:focus {
  box-shadow: none;
  outline: 0;
}

.widget-recent-post ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.widget-recent-post ul li .media {
  margin-bottom: 15px;
  align-items: center;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  padding: 15px;
}

.widget-recent-post ul li .media .media-left {
  margin-right: 15px;
}

.widget-recent-post ul li .media .media-left img {
  border-radius: 5px;
}

.widget-recent-post ul li .media .media-body .title {
  margin-bottom: 10px;
  font-size: 15px;
}

.widget-recent-post ul li .media .media-body .post-info {
  font-weight: 400;
  font-size: 12px;
  color: #00cca0;
}
.widget-recent-post ul li .media .media-body .post-info i, .widget-recent-post ul li .media .media-body .post-info svg {
  margin-right: 5px;
}

.widget-recent-post ul li .media .media-body .post-info a {
  color: #00ffff;
  font-weight: 500;
}

.widget-recent-post ul li:last-child {
  border-bottom: 0 !important;
}

.widget_catagory ul {
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget_catagory ul li {
  list-style: none;
  transition: all 0.4s ease;
  margin-bottom: 15px;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  padding: 11px 12px 11px 0;
  position: relative;
}

.widget_catagory ul li a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: var(--heading-color);
  padding-left: 20px;
}
.widget_catagory ul li a:hover {
  color: var(--heading-color);
}

.widget_catagory ul li a i {
  padding-right: 10px;
  font-size: 16px;
  color: var(--heading-color);
  position: absolute;
  right: 0;
  top: 6px;
}

.widget_catagory ul li:hover {
  border: 1px solid var(--main-color);
}

.widget_catagory ul li:last-child {
  margin-bottom: 0;
}

.widget_twitter ul {
  padding-left: 0;
}

.widget_twitter ul li {
  list-style: none;
  transition: all 0.4s ease;
  margin-bottom: 6px;
  display: flex;
  border-bottom: 1px solid #d2d0d0;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.widget_twitter ul li a {
  position: relative;
  padding-left: 25px;
}

.widget_twitter ul li a i {
  padding-right: 10px;
  position: absolute;
  left: 0;
  top: 7px;
}

.widget_twitter ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.widget_tags .tagcloud a {
  border: 1px solid #E3E3E3;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 4px;
  display: inline-block;
  margin: 0 10px 15px 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #808080;
}

.widget_tags .tagcloud a:hover {
  background: var(--main-color);
  color: #ffffff;
  border-color: var(--main-color);
}

/*********** widget_checkbox_list ************/
.widget_checkbox_list .single-checkbox:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.single-checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 7px;
  padding-bottom: 7px;
  cursor: pointer;
  font-size: 16px;
  color: var(--heading-color);
  -webkit-user-select: none;
  user-select: none;
  border-bottom: 1px solid #E3E3E3;
}
.single-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.single-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.single-checkbox input:checked ~ .checkmark {
  background-color: var(--main-color);
}
.single-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.single-checkbox .checkmark {
  position: absolute;
  top: 6px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
}
.single-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid var(--heading-color);
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

.widget-g-map iframe {
  height: 350px;
  width: 100%;
  border: 0;
  line-height: 1 !important;
}

.widget_event {
  border-radius: 5px;
  padding: 30px 25px;
  background: var(--heading-color);
}
.widget_event ul {
  padding: 0;
  margin: 0;
}
.widget_event li {
  color: #fff;
  margin-bottom: 9px;
  font-size: 16px;
  list-style: none;
}
.widget_event li:last-child {
  margin-bottom: 0;
}
.widget_event li i {
  color: var(--main-color);
  margin-right: 8px;
}

.widget_feature {
  border: 1px solid #CBD6E2;
}
.widget_feature .widget-title {
  padding: 18px 25px;
  border-bottom: 1px solid #F0F4F9;
  margin-bottom: 18px !important;
}
.widget_feature ul {
  padding: 0 25px 20px;
}
.widget_feature ul li {
  color: var(--heading-color);
  font-size: 16px;
  margin-bottom: 9px;
  list-style: none;
}
.widget_feature ul li span {
  font-weight: 500;
  margin-right: 5px;
}
.widget_feature ul li i {
  margin-right: 8px;
}
.widget_feature .price-wrap {
  
}
.widget_feature .price-wrap h5 {
  font-size: 22px;
  margin-bottom: 28px;
}
.widget_feature .price-wrap h5 span {
  font-weight: 400;
  margin-left: 5px;
}
.widget_feature .price-wrap .btn {
  width: 100%;
}

/*----------------------------------------------
    # Nav bar 
----------------------------------------------*/
.navbar-top {
  padding: 13px 0 4px 0;
}
.navbar-top ul {
  margin: 0;
  padding: 0;
  line-height: initial;
}
.navbar-top ul li {
  display: inline-block;
  list-style: none;
  margin-right: 20px;
  padding-bottom: 10px;
}
.navbar-top ul li:last-child {
  margin-right: 0;
}
.navbar-top ul li p,
.navbar-top ul li a {
  margin: 0;
  font-size: 14px;
  color: var(--heading-color);
  font-weight: 500;
}
.navbar-top ul li p img,
.navbar-top ul li a img {
  margin-right: 5px;
}
.navbar-top ul li p i,
.navbar-top ul li a i {
  margin-right: 5px;
}
.navbar-top ul li a:hover {
  color: #1DC295;
}
.navbar-top .topbar-right a {
  margin: 0 7px;
}
.navbar-top .topbar-right li a i {
  margin-right: 0;
}
.navbar-top .topbar-right li a:last-child {
  margin-right: 0;
}
.navbar-top .topbar-right li:first-child {
  margin: 0;
  padding-right: 17px;
}
.navbar-top .topbar-right li:last-child {
  border-right: 0;
  padding-right: 0;
}

.navbar-area {
  position: absolute;
  width: 100%;
  z-index: 99;
}
.navbar-area .nav-container {
  background-color: transparent;
  padding: 12px 15px;
  transition: all 0.4s;
}
.navbar-area .nav-container .logo a {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
.navbar-area .nav-container .logo a img {
  height: auto;
}
.navbar-area .nav-container .btn-transparent {
  font-size: 13px;
  font-weight: 700;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav {
  display: block;
  width: 100%;
  padding-left: 80px;
  text-align: left;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  display: inline-block;
  font-weight: 500;
  line-height: 50px;
  text-transform: capitalize;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
  color: var(--heading-color);
  font-weight: 500;
  font-size: 17px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li:hover a {
  color: #0ec9ac;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
  margin-left: 15px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 14px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  height: 10px;
  width: 2px;
  background: var(--heading-color);
  transform: translateY(-50%);
  transition: all 0.3s ease-in;
  margin-top: 0px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 25px;
  height: 2px;
  width: 10px;
  background: var(--heading-color);
  transform: translateY(-50%);
  transition: all 0.3s ease-in;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
  transition: all 0.4s ease;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover:before {
  opacity: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover:after {
  background: #0ec9ac;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  position: absolute;
  text-align: left;
  min-width: 210px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  top: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  z-index: 9;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  border-radius: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.border-bt0 {
  border-bottom: 0px !important;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
  display: block;
  margin-left: 0;
  line-height: 22px;
  font-size: 15px;
  transition: all 0.4s ease;
  border-bottom: 1px solid #f5f5f5;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  transition: all 0.3s;
  color: #050a30;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.4s ease;
  position: relative;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:before {
  position: absolute;
  left: 17px;
  top: 50%;
  content: "";
  font-family: "fontawesome";
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  color: #fff;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover {
  background: #fff;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a {
  color: #0ec9ac;
  padding: 10px 20px 10px 30px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a:before {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:last-child {
  border-bottom: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 0px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: "";
  font-family: "fontawesome";
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
  left: 100%;
  top: 20px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
  color: #fff;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav > li {
  margin-right: 12px;
}

.sticky-active {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 0px 76px 0px rgba(194, 244, 255, 0.45);
  border-bottom: 1px solid var(--e-global-color-light-grayish-cyan);
  animation: slideDown 0.7s;
}

.navbar-area-1.sticky-active {
  background: #00142C;
}

.navbar-area-2 {
  background: rgba(0, 33, 71, 0.4);
}
.navbar-area-2 .nav-container .navbar-collapse .navbar-nav > li > a {
  color: #fff;
}
.navbar-area-2 .nav-container .navbar-collapse .navbar-nav > li.menu-item-has-children:before {
  background: #fff;
}
.navbar-area-2 .nav-container .navbar-collapse .navbar-nav > li.menu-item-has-children:after {
  background: #fff;
}
.navbar-area-2.sticky-active {
  background: var(--heading-color);
}

.navbar-area-3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar-area-3 .nav-container .navbar-collapse .navbar-nav > li > a {
  color: #fff;
}
.navbar-area-3 .nav-container .navbar-collapse .navbar-nav > li.menu-item-has-children:before {
  background: #fff;
}
.navbar-area-3 .nav-container .navbar-collapse .navbar-nav > li.menu-item-has-children:after {
  background: #fff;
}
.navbar-area-3.sticky-active {
  background: var(--heading-color);
  border-bottom: 0;
}

.navbar-nav {
  opacity: 0;
  margin-right: -30px;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}

.menu-open {
  opacity: 1;
  margin-right: 0;
  visibility: visible;
}

.bar1 {
  width: 32px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: #fff;
  z-index: 9999;
  top: 10px;
  right: -5px;
}

.bar2 {
  width: 24px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: #fff;
  z-index: 9999;
  top: 17px;
  right: -5px;
}

.bar3 {
  width: 18px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: #fff;
  z-index: 9999;
  top: 24px;
  right: -5px;
}

.responsive-mobile-menu button:focus {
  outline: none;
  border: none;
}

/**************** nav-right-part *************/
.nav-right-part .btn {
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
}
.nav-right-part a {
  margin-left: 20px;
  color: var(--heading-color);
}
.nav-right-part .search-bar {
  border: 1px solid rgba(0, 33, 71, 0.2);
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 43px;
  text-align: center;
}
.nav-right-part .search-bar:hover {
  background: var(--main-color);
  border: 1px solid var(--main-color);
}
.nav-right-part .emt-phone-wrap {
  display: inline-block;
}
.nav-right-part .emt-phone-wrap .emt-phone {
  display: flex;
}
.nav-right-part .emt-phone-wrap .emt-phone i {
  font-size: 22px;
  display: inline-block;
  border: 1px solid var(--main-color);
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  margin-right: 10px;
}
.nav-right-part .emt-phone-wrap .emt-phone .phone-number {
  line-height: 1.4;
  font-size: 15px;
  color: #fff;
}
.nav-right-part .emt-phone-wrap .emt-phone .phone-number span {
  font-weight: 500;
}
.nav-right-part.style-black a {
  color: #fff;
}
.nav-right-part.style-black .btn {
  color: var(--heading-color);
}
.nav-right-part.style-black .search-bar {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-right-part.style-black .search-bar:hover {
  border: 1px solid var(--main-color);
}

.nav-right-part-desktop {
  margin-left: 20px;
}

.nav-right-part-mobile {
  display: none;
}

@media only screen and (max-width: 991px) {
  .navbar-area-2 .nav-container .navbar-collapse .navbar-nav > li.menu-item-has-children:before {
    background: var(--heading-color);
  }
  .navbar-area-2 .nav-container .navbar-collapse .navbar-nav > li.menu-item-has-children:after {
    background: var(--heading-color);
  }

  .navbar-area-3 .nav-container .navbar-collapse .navbar-nav > li.menu-item-has-children:before {
    background: var(--heading-color);
  }
  .navbar-area-3 .nav-container .navbar-collapse .navbar-nav > li.menu-item-has-children:after {
    background: var(--heading-color);
  }

  .navbar-area .nav-container {
    padding: 10px 15px;
  }

  .nav-right-part {
    margin-right: 50px;
  }

  .nav-right-part .btn .right {
    padding-left: 5px;
    font-size: 13px;
  }

  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
  }
  .navbar-area .nav-container .navbar-toggler {
    padding: 0px;
  }
  .navbar-area .nav-container .navbar-collapse {
    margin-top: 13px;
    padding-right: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    margin-top: 20px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    display: block;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
    border-bottom: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    top: 25px;
    right: 3px !important;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: initial;
    display: block;
    width: 100%;
    border-top: none;
    box-shadow: none;
    margin-left: 0;
    padding-bottom: 0;
    height: auto;
    overflow: hidden;
    max-height: 250px;
    overflow-y: scroll;
    background-color: transparent;
    border-radius: 10px;
    padding: 0px;
    border-bottom: none;
    display: none;
    transition: none;
    visibility: visible;
    opacity: 1;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
    content: "";
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    padding: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
    top: 30px;
    color: #fff;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border-top: none;
  }
}
.sopen {
  display: block;
}

.toggle-btn {
  left: auto;
  right: -10px;
  position: absolute;
  top: 12px;
  width: 40px;
  height: 40px;
  transition-duration: 0.5s;
  border: 0;
  background: transparent;
}
.toggle-btn .icon-left {
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 11px;
  top: 18px;
  background-color: #fff;
  left: 7px;
}
.toggle-btn .icon-left:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: -7px;
  left: 0;
}
.toggle-btn .icon-left:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: 7px;
  left: 0;
}
.toggle-btn .icon-left:hover {
  cursor: pointer;
}
.toggle-btn .icon-right {
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 11px;
  top: 18px;
  background-color: #fff;
  left: 18px;
}
.toggle-btn .icon-right:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: -7px;
  left: 0;
}
.toggle-btn .icon-right:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: 7px;
  left: 0;
}
.toggle-btn .icon-right:hover {
  cursor: pointer;
}
.toggle-btn.open .icon-left {
  transition-duration: 0.5s;
  background: transparent;
}
.toggle-btn.open .icon-left:before {
  transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
}
.toggle-btn.open .icon-left:after {
  transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -1px);
}
.toggle-btn.open .icon-right {
  transition-duration: 0.5s;
  background: transparent;
}
.toggle-btn.open .icon-right:before {
  transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
}
.toggle-btn.open .icon-right:after {
  transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -1px);
}
.toggle-btn:hover {
  cursor: pointer;
}

.navbar-area-1 .toggle-btn .icon-left {
  background-color: var(--main-color);
}
.navbar-area-1 .toggle-btn .icon-left:before {
  background-color: var(--main-color);
}
.navbar-area-1 .toggle-btn .icon-left:after {
  background-color: var(--main-color);
}
.navbar-area-1 .toggle-btn .icon-right {
  background-color: var(--main-color);
}
.navbar-area-1 .toggle-btn .icon-right:before {
  background-color: var(--main-color);
}
.navbar-area-1 .toggle-btn .icon-right:after {
  background-color: var(--main-color);
}
.navbar-area-1 .toggle-btn.open .icon-left {
  background-color: transparent;
}
.navbar-area-1 .toggle-btn.open .icon-right {
  background-color: transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-size: 16px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsive-mobile-menu {
    display: block;
    width: 100%;
    position: relative;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .margin-xlt-80 {
    margin-top: 0px;
  }

  .contact-widget .contact_info_list li.single-info-item .details {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    padding-left: 0;
    padding: 0 20px;
  }

  .navbar-area .logo {
    padding-top: 0px !important;
  }

  .navbar-collapse {
    background: #fff;
    margin-top: 0px;
    width: 100%;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    right: 20px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    margin-bottom: 20px;
  }

  .navbar-area {
    padding-bottom: 0px;
  }

  .navbar-expand-lg .navbar-collapse {
    margin-top: 0px;
  }

  .contact-widget .contact_info_list li.single-info-item .details {
    padding-left: 25px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    padding: 0 0 0 20px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    padding: 12px 0;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:last-child a {
    padding-bottom: 3px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover i {
    opacity: 0;
    margin-right: -18px;
  }

  .nav-right-part-mobile {
    display: block;
  }

  .nav-right-part-desktop {
    display: none;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover {
    background: none;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    color: var(--heading-color);
  }
}
/* Tablet Layout wide: 767px. */
@media only screen and (max-width: 767px) {
  .logo-wrapper.mobile-logo {
    display: block;
    width: 100%;
  }

  .responsive-mobile-menu {
    display: block;
    width: 100%;
    position: relative;
  }

  .responsive-mobile-menu .navbar-toggler {
    position: absolute;
    left: calc(100% - 130px);
    top: 10px;
  }

  .table-responsive {
    display: block !important;
  }

  .btn-custom-default, .btn-custom-white {
    font-size: 14PX;
    line-height: 33px;
    padding: 6px 20px;
  }

  .navbar-area .logo {
    padding-top: 0px !important;
  }
}
/* medium tablet layout 599px */
@media only screen and (max-width: 575px) {
  .navbar-area .nav-container {
    margin: 0px 0px;
  }

  .navbar-area .logo {
    padding-top: 10px;
  }

  .widget.footer-widget .subscribe-form.subscribe-form-style2 .form-control {
    padding: 15px 20px;
  }

  .widget.footer-widget .subscribe-form.subscribe-form-style2 .btn {
    padding: 15px 20px;
  }

  .search-popup .search-form {
    min-width: 350px;
  }
}
@media only screen and (max-width: 375px) {
  .btn-custom-default, .btn-custom-white {
    padding: 5px 18px;
  }

  .search-popup .search-form .form-group .form-control, .search-popup .search-form .submit-btn {
    height: 45px;
  }

  .search-popup .search-form {
    min-width: 300px;
  }
}
@media only screen and (max-width: 320px) {
  .search-popup .search-form {
    min-width: 265px;
  }

  .responsive-mobile-menu .navbar-toggler {
    left: calc(100% - 95px);
  }
}
/*----------------------------------------
  ## Search Popup
----------------------------------------*/
.td-search-popup.active .search-form {
  visibility: visible;
  opacity: 1;
  width: 40%;
}

.td-search-popup .search-form {
  width: 35%;
  position: absolute;
  position: fixed;
  top: 50%;
  left: 50%;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.td-search-popup .search-form .form-group .form-control {
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 54px;
  padding: 0 75px 0 25px;
  background: #f7f9fb;
}

.td-search-popup .search-form .form-group .form-control:hover,
.td-search-popup .search-form .form-group .form-control:focus,
.td-search-popup .search-form .form-group .form-control:active {
  outline: 0;
  box-shadow: none;
}

.td-search-popup .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 54px;
  border: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #ffffff;
  transition: all 0.4s ease;
  padding: 0;
  text-align: center;
  cursor: pointer;
  background: var(--main-color);
}

.td-search-popup .search-form .submit-btn:hover,
.td-search-popup .search-form .submit-btn:focus,
.td-search-popup .search-form .submit-btn:active {
  outline: 0;
  box-shadow: none;
}

.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.95);
  z-index: 999;
  content: "";
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.body-overlay.active {
  visibility: visible;
  opacity: 0.97;
}

.mfp-zoom-in {
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-content {
  opacity: 0;
  transition: all 0.4s ease;
  transform: scale(0.7);
}

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

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  transform: scale(0.7);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/************ single-inpur-inner ************/
.single-input-inner {
  margin-bottom: 20px;
}
.single-input-inner input {
  width: 100%;
  border: 2px solid rgba(8, 76, 148, 0.2) !important;
  height: 58px;
  border-radius: 4px;
  padding: 0 18px;
}
.single-input-inner input::placeholder {
  color: #bbbbbb;
}
.single-input-inner textarea {
  width: 100%;
  border: 2px solid rgba(8, 76, 148, 0.2) !important;
  height: 140px;
  border-radius: 5px;
  padding: 14px 18px;
}
.single-input-inner textarea::placeholder {
  color: #bbbbbb;
}
.single-input-inner.style-checkbox {
  color: var(--heading-color);
}
.single-input-inner.style-checkbox input {
  height: 24px;
  width: 24px;
  float: left;
  margin-top: 2px;
  margin-right: 8px;
}
.single-input-inner.style-border-bottom input {
  border: 0 !important;
  border-bottom: 1px solid rgba(8, 76, 148, 0.2) !important;
  border-radius: 0;
  background: transparent;
  padding: 0;
}
.single-input-inner.style-right-icon {
  position: relative;
}
.single-input-inner.style-right-icon img {
  position: absolute;
  right: 15px;
  top: 23px;
}

.single-checkbox-inner {
  margin-bottom: 20px;
}

/*----------------------------------------------
    ## Banner
----------------------------------------------*/
.banner-inner {
  position: relative;
  z-index: 2;
}
.banner-inner .banner-btn {
  height: 35px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  border-radius: 35px;
  line-height: 35px;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}
.banner-inner .sub-title {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.banner-inner .sub-title:after {
  position: absolute;
  content: "";
  right: -60px;
  top: 9px;
  background: #56bfaf;
  height: 1px;
  width: 30px;
}
.banner-inner .title {
  margin-bottom: 32px;
}
.banner-inner.style-white .sub-title {
  color: #fff;
}
.banner-inner.style-white .sub-title:after {
  background: #fff;
}
.banner-inner.style-white .title {
  color: #fff;
}
.banner-inner .b-animate-1 {
  animation: 1.5s 0.2s fadeInLeft both;
}
.banner-inner .b-animate-2 {
  animation: 1.5s 0.4s fadeInLeft both;
}
.banner-inner .b-animate-3 {
  animation: 1.5s 0.6s fadeInLeft both;
}

.b-animate-thumb {
  animation: 1.5s 0.4s fadeInRight both;
}

.banner-area {
  position: relative;
}

.banner-area-1 {
  padding: 205px 0;
}

.banner-area-2 {
  background-size: cover !important;
  padding: 200px 0 150px; 
}
.banner-area-2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #0ec9ac;
}

.banner-area-3 {
  padding: 270px 0 200px;
}

/*----------------------------------------------
    ## All section style
----------------------------------------------*/
.intro-title {
  padding: 30px;
}
.intro-title h3 {
  color: #fff;
}
.intro-title p {
  color: #fff;
  margin-bottom: 20px;
}
.intro-title ul {
  padding: 0;
  margin: 0;
}
.intro-title ul li {
  list-style: none;
  color: #fff;
  margin-bottom: 5px;
}
.intro-title ul li i {
  margin-right: 5px;
}
.intro-title ul li:last-child {
  margin-bottom: 0;
}

.single-intro-inner {
  padding: 20px;
  border-radius: 7px;
  transition: 0.4s;
}
.single-intro-inner .thumb {
  margin-bottom: 2px;
}
.single-intro-inner .thumb img {
  
  width: auto !important;
  display: inline-block;
}
.single-intro-inner .details h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 6px;
}
.single-intro-inner .details p {
  margin-bottom: 0;
}
.single-intro-inner .details .read-more {
  height: 48px;
  width: 48px;
  line-height: 48px;
  color: #fff;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: inline-block;
  margin-top: 24px;
}
.single-intro-inner .details .read-more-text {
  margin-top: 10px;
  display: inline-block;
  font-weight: 500;
  color: var(--heading-color);
}
.single-intro-inner .details .read-more-text i {
  margin-left: 3px;
}
.single-intro-inner .details .read-more-text:hover {
  color: var(--main-color);
}
.single-intro-inner.style-white h5 {
  color: #fff;
}
.single-intro-inner.style-white p {
  color: #fff;
}
.single-intro-inner.style-icon-bg {
  padding: 40px 15px 30px 15px;
  border: 3px solid #F0F4F9;
  margin-bottom: 30px;
}
.single-intro-inner.style-icon-bg .thumb {
  height: 90px;
  width: 90px;
  line-height: 90px;
  text-align: center;
  display: inline-block;
  background: var(--main-color);
  border-radius: 5px;
  position: relative;
  margin-bottom: 22px;
}
.single-intro-inner.style-icon-bg .thumb .intro-count {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  line-height: 34px;
  text-align: center;
  background: var(--heading-color);
  color: #fff;
  position: absolute;
  right: -17px;
  top: -17px;
}
.single-intro-inner.style-icon-bg .details h5 {
  margin-bottom: 12px;
}
.single-intro-inner.style-icon-bg:hover {
  border: 3px solid var(--main-color);
}
.single-intro-inner.style-thumb {
  margin-bottom: 50px;
}
.single-intro-inner.style-thumb .thumb {
  margin-bottom: 30px;
}

.intro-area-inner {
  border-radius: 8px;
  overflow: hidden;
}
.intro-area-inner ul {
  margin: 0;
  padding: 0;
}
.intro-area-inner ul li {
  list-style: none;
}
.intro-area-inner ul li .single-intro-inner {
  position: relative;
}
.intro-area-inner ul li .single-intro-inner:after {
  content: "";
  position: absolute;
  left: 0;
  top: -50%;
  height: 200%;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.intro-area-inner-2 {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
  background: #fff;
  padding: 50px 0 0 0;
  border-radius: 8px;
}
.intro-area-inner-2 .intro-footer {
  padding: 30px 30px 10px 30px;
  border-radius: 0 0 7px 7px;
}

.intro-area--top {
  margin-top: -70px;
  position: relative;
  z-index: 2;
}

.intro-slider .owl-nav {
  display: none;
}

/************* single-list-box *************/
.single-list-wrap {
  margin: 0;
  padding: 0;
}
.single-list-wrap li {
  list-style: none;
}
.single-list-wrap li:last-child {
  margin-bottom: 0;
}

.single-list-inner {
  margin-bottom: 20px;
}
.single-list-inner.style-white p,
.single-list-inner.style-white h5 {
  color: #fff;
}
.single-list-inner .media .media-left {
  margin-right: 14px;
}
.single-list-inner .media .media-body p {
  margin-bottom: 0;
}
.single-list-inner.style-check i {
  margin-right: 9px;
  color: var(--main-color);
}
.single-list-inner.style-check p {
  display: inline-block;
}
.single-list-inner.style-check-box i {
  height: 28px;
  width: 28px;
  line-height: 28px;
  border-radius: 50%;
  background: var(--main-color);
  text-align: center;
  font-size: 15px;
  display: inline-block;
  margin-right: 9px;
  color: var(--heading-color);
}
.single-list-inner.style-check-box p {
  display: inline-block;
}
.single-list-inner.style-check-box-grid {
  margin-bottom: 26px;
}
.single-list-inner.style-check-box-grid .media .media-left {
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 7px;
  background: var(--main-color);
  text-align: center;
  font-size: 20px;
  display: inline-block;
  color: var(--heading-color);
}
.single-list-inner.style-check-box-grid-2 {
  margin-bottom: 26px;
}
.single-list-inner.style-check-box-grid-2 .media .media-left {
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 7px;
  background: var(--main-color);
  text-align: center;
  font-size: 20px;
  display: inline-block;
  color: var(--heading-color);
}
.single-list-inner.style-check-box-grid-2 .media .media-body p {
  font-size: 15px;
}
.single-list-inner.style-box .media .media-left {
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 7px;
  background: var(--main-color);
  text-align: center;
  font-size: 20px;
  display: inline-block;
  color: var(--heading-color);
}
.single-list-inner.style-box .media .media-body h5 {
  margin-bottom: 0;
}
.single-list-inner.style-box .media .media-body p {
  color: var(--heading-color);
  font-size: 15px;
}
.single-list-inner.style-box-2 .media .media-left {
  height: 100px;
  width: 82px;
  line-height: 100px;
  border-radius: 7px;
  background: rgba(29, 194, 149, 0.1);
  text-align: center;
  font-size: 20px;
  display: inline-block;
  color: var(--heading-color);
}
.single-list-inner.style-box-2 .media .media-body h5 {
  margin-bottom: 0;
}
.single-list-inner.style-box-2 .media .media-body p {
  font-size: 15px;
}
.single-list-inner.style-box-bg {
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
  padding: 10px;
  border-radius: 7px;
}
.single-list-inner.style-box-bg .media .media-left {
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 7px;
  background: var(--main-color);
  text-align: center;
  font-size: 20px;
  display: inline-block;
  color: var(--heading-color);
}
.single-list-inner.style-box-bg .media .media-body h5 {
  margin-bottom: 0;
}
.single-list-inner.style-box-bg .media .media-body p {
  color: var(--heading-color);
}

/************** about-thumb-wrap ***************/
.about-thumb-wrap {
  height: 100%;
  min-height: 350px;
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  border-radius: 7px;
}
.about-thumb-wrap.style-two {
  background-size: 100% 100% !important;
}
.about-thumb-wrap.after-shape {
  margin-right: 30px;
}
.about-thumb-wrap.after-shape:after {
  content: "";
  position: absolute;
  right: -30px;
  width: 154px;
  height: 80%;
  top: 50%;
  border-radius: 10px;
  background: var(--main-color);
  z-index: -1;
  transform: translateY(-50%);
}
.about-thumb-wrap.left-icon {
  margin-left: 20px;
  height: 86%;
  background-size: cover !important;
}
.about-thumb-wrap.left-icon .about-icon {
  position: absolute;
  left: -20px;
  top: -20px;
}
.about-thumb-wrap.left-icon .about-icon img {
  border-radius: 7px;
}
.about-thumb-wrap.left-icon .bottom-content {
  color: var(--heading-color);
  padding: 30px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
  background: #FFF;
  position: absolute;
  bottom: -14%;
  margin: 0 40px;
  border-radius: 7px;
  content: "";
}
.about-thumb-wrap.left-icon .bottom-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  height: 4px;
  width: 90%;
  background: var(--main-color);
}

.about-inner-wrap {
  padding: 20px 0;
}

/************** single-testimonial-inner **************/
.single-testimonial-inner {
  padding: 50px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
  margin: 9px;
}
.single-testimonial-inner .testimonial-quote {
  font-size: 50px;
  position: absolute;
  top: 25px;
  left: 50px;
  z-index: -1;
  color: rgb(0, 0, 0);
}
.single-testimonial-inner p {
  color: var(--heading-color);
}
.single-testimonial-inner .testimonial-author .media-left {
  margin-right: 15px;
  height: 70px;
  width: 70px;
  position: relative;
}
.single-testimonial-inner .testimonial-author .media-left img {
  border-radius: 50%;
}
.single-testimonial-inner .testimonial-author .media-left i {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #28dec3;
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: -2px;
  bottom: -2px;
}
.single-testimonial-inner .testimonial-author .media-body h6 {
  margin-bottom: 10px;
}
.single-testimonial-inner .testimonial-author .media-body p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1;
}
.single-testimonial-inner.style-white {
  box-shadow: none;
}
.single-testimonial-inner.style-white p {
  color: #fff;
}
.single-testimonial-inner.style-white .testimonial-author .media-left i {
  display: none;
}
.single-testimonial-inner.style-white .testimonial-author .media-body h6 {
  color: #fff;
}
.single-testimonial-inner.style-white .testimonial-author .media-body p {
  color: #fff;
}

.testimonial-area-inner {
  border-radius: 7px;
  position: relative;
  margin-top: 40px;
}
.testimonial-area-inner .testimonial-right-img {
  position: absolute;
  right: 20px;
  bottom: 0;
  height: 350px;
}

.testimonial-slider {
  padding-right: 40%;
}
.testimonial-slider .owl-nav {
  display: inline-block;
  background: var(--main-color);
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 7px 0 7px 0;
}
.testimonial-slider .owl-nav button {
  background: transparent;
  border: 0;
  padding: 4px 16px;
  color: var(--heading-color);
  font-size: 22px;
  cursor: pointer;
}

.testimonial-slider-2 .owl-nav {
  display: none;
}
.testimonial-slider-2 .single-testimonial-inner {
  margin: 0;
  padding: 13px 0 0 0;
  box-shadow: none;
}
.testimonial-slider-2 .single-testimonial-inner .testimonial-quote {
  color: #ffffff;
  top: -20px;
  left: auto;
  right: 30px;
  z-index: 1;
}
.testimonial-slider-2 .single-testimonial-inner > p {
  background-color: #011936;
  font-size: 16px;
  padding: 38px 30px;
  position: relative;
  border-radius: 5px;
  margin-bottom: 32px;
}
.testimonial-slider-2 .single-testimonial-inner > p:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 18px;
  bottom: -18px;
  left: 50px;
  border-top: solid 18px #fff;
  border-left: solid 18px transparent;
  border-right: solid 18px transparent;
}
.testimonial-slider-2 .single-testimonial-inner .testimonial-author {
  margin-left: 30px;
}
.testimonial-slider-2 .single-testimonial-inner .testimonial-author img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07);
}
.testimonial-slider-2 .single-testimonial-inner .testimonial-author .media-left {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.testimonial-slider-3 .owl-nav {
  display: none;
}

/************** single-team-inner **************/
.single-team-inner {
  margin-bottom: 30px;
}
.single-team-inner .thumb {
  border-radius: 7px;
  overflow: hidden;
}
.single-team-inner .thumb img {
  width: 350px;   
  height: 395px;  
  object-fit: cover; 
  border-radius: 8px;
  transition: 0.7s;
  overflow: hidden;
}
.single-team-inner .thumb .social-wrap {
  position: absolute;
  right: 30px;
  top: 28px;
}
.single-team-inner .thumb .social-wrap .social-share {
  height: 48px;
  width: 48px;
  line-height: 48px;
  background: var(--main-color);
  border-radius: 4px;
  text-align: center;
  color: var(--heading-color);
  display: inline-block;
  position: relative;
  z-index: 3;
}
.single-team-inner .details {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
  padding: 20px 30px;
  margin: 0 35px;
  margin-top: -55px;
  position: relative;
  z-index: 2;
  background: #1a2237;
  border-radius: 7px;
}
.single-team-inner .details h4 {
  margin-bottom: 5px;
}
.single-team-inner:hover .thumb img {
  transform: scale(1.1);
}

.team-slider .owl-nav {
  display: none;
}

.social-wrap-inner ul {
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: 0.6s;
}
.social-wrap-inner ul li {
  list-style: none;
}
.social-wrap-inner ul li a {
  height: 48px;
  width: 48px;
  line-height: 48px;
  background: var(--main-color);
  border-radius: 4px;
  text-align: center;
  color: var(--heading-color);
  display: inline-block;
  position: relative;
  z-index: 3;
  margin-top: 5px;
}
.social-wrap-inner:hover ul {
  height: 300px;
}

/***spaciality-area***/
.spaciality-area {
  transform: translateY(50%);
}
.spaciality-area .testimonial-area-inner {
  background-position: center;
  margin-top: 0;
}
.spaciality-area .single-testimonial-inner {
  width: 62%;
  margin: 0;
  padding: 43px 0 36px 35px;
  overflow: hidden;
}
.spaciality-area .single-testimonial-inner h4 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 5px;
}
.spaciality-area .single-testimonial-inner p {
  font-size: 16px;
}
.spaciality-area .single-testimonial-inner .single-list-wrap .single-list-inner {
  color: #fff;
  font-size: 16px;
  margin-bottom: 9px;
}
.spaciality-area .single-testimonial-inner .single-list-wrap .single-list-inner i {
  background: transparent;
  color: #fff;
  width: auto;
}

/****subscribe-area****/
.subscribe-inner-area {
  padding: 41px 40px 30px;
  border-radius: 10px;
}
.subscribe-inner-area h3 {
  font-size: 28px;
  font-weight: 500;
}
.subscribe-inner-area p {
  font-size: 16px;
  margin-bottom: 35px;
}
.subscribe-inner-area .single-input-inner {
  position: relative;
  border-radius: 10px;
}
.subscribe-inner-area .single-input-inner input {
  height: 73px;
  border-radius: 10px !important;
  border: 0 !important;
  font-size: 15px;
  color: #636363;
  padding: 0 190px 0 35px;
}
.subscribe-inner-area .single-input-inner .btn {
  position: absolute;
  right: 6.5px;
  border-radius: 10px;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  top: 6.5px;
}
.subscribe-inner-area .single-input-inner .btn i {
  margin-right: 7px;
}

/***pricing-area***/
.single-pricing-inner-wrap {
  position: relative;
  margin-bottom: 30px;
}
.single-pricing-inner-wrap .single-pricing-inner {
  width: 320px;
  height: 200px;
  position: relative;
  z-index: 2;
  padding: 45px 50px 50px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(236, 236, 248, 0.15);
  border-image: initial;
  transition: 0.3s ease-in-out;
  margin: 15px;
  padding: 35px 30px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.single-pricing-inner-wrap:hover:after {
  opacity: 1;
  transform: rotateZ(3deg);
}
.single-pricing-inner-wrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  top: -4px;
  left: -1.2px;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.single-pricing-inner-wrap .title {
  font-weight: 500;
}
.single-pricing-inner-wrap .price-area {
  font-size: 29px;
  font-weight: 300;
  color: var(--heading-color);
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 17px;
  margin-bottom: 42px;
}
.single-pricing-inner-wrap .price-area span {
  font-size: 55px;
  font-weight: 500;
}
.single-pricing-inner-wrap .pricing-list {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 42px;
}
.single-pricing-inner-wrap .pricing-list li {
  font-size: 16px;
  margin-bottom: 19px;
}
.single-pricing-inner-wrap .pricing-list li i {
  color: var(--main-color);
  margin-right: 20px;
}
.single-pricing-inner-wrap .pricing-list li.unable i {
  color: #E5E5E5;
}

/********* institute-slider ************/
.institute-slider {
  cursor: pointer;
}
.institute-slider .item img {
  width: auto;
  margin: auto;
}
.institute-slider .owl-nav {
  display: none;
}

/********* events-area ************/
.events-area .single-blog-list-wrap {
  padding: 80px 150px 80px 80px;
}
.events-area .event-thumb {
  margin-left: -100px;
}

/**************** single-progress-inner *************/
.single-progress-inner {
  margin: 0;
  padding: 0;
}
.single-progress-inner li {
  list-style: none;
}
.single-progress-inner li:last-child {
  margin-bottom: 0;
}
.single-progress-inner li:nth-child(2) .progress-bg .progress-rate {
  background: #309586;

}
.single-progress-inner li:nth-child(3) .progress-bg .progress-rate {
  background: #28dec3;
}
.single-progress-inner li:nth-child(4) .progress-bg .progress-rate {
  background: #133530;
}
.single-progress-inner li:nth-child(5) .progress-bg .progress-rate {
  background:  #309586;
}

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

.progress-item .progress-count-wrap {
  position: absolute;
  top: -35px;
  right: -19px;
}

.progress-item.add-progress-start .progress-count-wrap {
  position: absolute;
  top: -35px;
  right: -5px;
}

.progress-item.add-progress-full .progress-count-wrap {
  position: absolute;
  top: -35px;
  right: 11px;
}

.progress-item .progress-count.counting {
  font-weight: 400;
  color: var(--heading-color);
}

.progress-item .counting-icons {
  padding-left: 2px;
  position: absolute;
  display: inline-block;
  font-weight: 400;
  color: var(--heading-color);
  top: 0;
  right: -14px;
}

.progress-item .progress-bg {
  position: relative;
  height: 6px;
  background: rgba(0, 33, 71, 0.1);
}

.progress-item .progress-bg .progress-rate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #1DC295;
  transition: 2.5s;
}

/************* single-faq-inner ************/
.single-faq-inner {
  border: 1px solid #DFDFDF;
  padding: 22px 28px;
  border-radius: 7px;
  margin-bottom: 20px;
}
.single-faq-inner .card-header {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer !important;
}
.single-faq-inner .card-header button {
  padding: 0;
  font-weight: 600;
  border: 0;
  width: 100%;
  text-align: left;
  text-decoration: none;
  font-size: 20px;
  cursor: pointer !important;
  position: relative;
  color: var(--heading-color);
}
.single-faq-inner .card-header button i {
  position: absolute;
  right: 0;
  padding-top: 3px;
  color: var(--main-color);
}
.single-faq-inner .card-header button.collapsed i {
  color: #010205;
}
.single-faq-inner .card-body {
  padding: 0;
  padding-top: 15px;
}
.single-faq-inner.style-no-border {
  border: 0;
  padding: 0;
  margin-bottom: 30px;
}
.single-faq-inner.style-header-bg {
  background: #1a2237;
  border: 0;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
}

/************* ratings-list-inner ************/
.ratings-list-inner {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 40px 30px;
}
.ratings-list-inner ul {
  margin: 0;
  padding: 0;
}
.ratings-list-inner ul li {
  list-style: none;
  margin-bottom: 3px;
}
.ratings-list-inner ul li:last-child {
  margin-bottom: 0;
}
.ratings-list-inner ul li .progress-bar-inner {
  display: inline-block;
  width: 65%;
}
.ratings-list-inner ul li .progress-bar-inner .progress {
  height: 6px;
}
.ratings-list-inner ul li .progress-bar-inner .progress .progress-bar {
  background-color:  #309586;
}
.ratings-list-inner ul li .counter-label {
  margin-right: 10px;
}
.ratings-list-inner ul li .counter-label i {
  color:  #309586;
  margin-right: 3px;
}
.ratings-list-inner ul li .counter-count {
  margin-left: 10px;
}
.ratings-list-inner .total-avarage-rating h2 {
  margin-bottom: 0;
}
.ratings-list-inner .total-avarage-rating .rating-inner i {
  color: var(--main-color);
}

.event-detaila-inner .thumb img {
  border-radius: 6px;
}
.event-detaila-inner .event-meta {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.event-detaila-inner .event-meta li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
.event-detaila-inner .event-meta li:last-child {
  margin-right: 0;
}

/*********** single-gallery-inner ************/
.single-gallery-inner {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}
.single-gallery-inner .thumb {
  position: relative;
  overflow: hidden;
}
.single-gallery-inner .thumb:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(to top, #022334 11%, rgba(255, 255, 255, 0));
  height: 85%;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.single-gallery-inner .thumb img {
  transition: 0.7s;
}
.single-gallery-inner .details {
  position: absolute;
  bottom: 0;
  padding: 25px 30px;
  z-index: 3;
}
.single-gallery-inner .details h4 {
  color: #fff;
  margin-bottom: 0;
}
.single-gallery-inner .details span {
  color: #fff;
  display: block;
  margin-bottom: 5px;
}
.single-gallery-inner:hover .thumb img {
  transform: scale(1.1);
}

/********** contact-list-inner ************/
.contact-list-inner {
  background: #1a2237;
  padding: 25px;
  border-radius: 6px;
  margin-bottom: 30px;
}
.contact-list-inner .media-left {
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 50%;
  background: var(--main-color);
  text-align: center;
  margin-right: 16px;
}
.contact-list-inner .media-left img {
  width: 30px;
}
.contact-list-inner .media-body h5 {
  margin-bottom: 4px;
}
.contact-list-inner .media-body p {
  margin-bottom: 0;
}

.contact-g-map {
  margin-bottom: -11px;
}
.contact-g-map iframe {
  line-height: 1 !important;
  border: 0;
  width: 100%;
  height: 450px;
}

.signin-inner {
}

/*----------------------------------------------
    ## Course section style
----------------------------------------------*/
.edmt-nav-tab {
  margin-bottom: 42px;
}
.edmt-nav-tab ul {
  text-align: center;
  border: 0;
  display: inline-block;
}
.edmt-nav-tab ul li {
  display: inline-block;
}
.edmt-nav-tab ul li a {
  border: 0 !important;
  color: var(--heading-color);
  font-size: 15px;
  font-weight: 500;
  height: 38px;
  line-height: 38px;
  border-radius: 40px !important;
  padding: 0 25px !important;
}
.edmt-nav-tab ul li a.active {
  background-color: var(--main-color) !important;
  color: var(--heading-color) !important;
}
.edmt-nav-tab ul li:last-child {
  margin-right: 0;
}

.single-course-inner {
  border-radius: 7px;
  background-color: #011936;
  border: 1px solid #d2d0d0;
  margin-bottom: 30px;
  position: relative;
  transition: 0.4s;
}
.single-course-inner .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 7px 7px 0 0;
}
.single-course-inner .thumb img {
  transform: scale(1);
  transition: 0.9s;
}
.single-course-inner .details .details-inner {
  padding: 20px 20px 16px;
}
.single-course-inner .details .details-inner h6 {
  font-weight: 500;
}
.single-course-inner .details .emt-user {
  margin-bottom: 13px;
}
.single-course-inner .details .emt-user .u-thumb,
.single-course-inner .details .emt-user .u-thumb img{
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: rgba(253, 200, 0, 0.2);
  display: inline-block;
  margin-right: 7px;
  box-shadow: 0px 1px 10px #c1bfbf;
}

.single-course-inner .details .emt-user .u-thumb img {
  border-radius: 50%;
}
.single-course-inner .details .emt-user span {
  font-size: 14px;
  color: var(--heading-color);
  font-weight: 500;
}
.single-course-inner .emt-course-meta {
  border-top: 1px solid #F1F1F1;
  padding: 14px 20px;
  font-weight: 500;
}
.single-course-inner .emt-course-meta .rating {
  color: #0ec9ac;
}
.single-course-inner .emt-course-meta .rating span {
  font-size: 15px;
  color: rgba(13, 16, 52, 0.5);
}
.single-course-inner .emt-course-meta .price {
  color: #0ec9ac;
}
.single-course-inner .emt-course-meta .price span {
  color: var(--heading-color);
}
.single-course-inner.style-bottom-thumb .thumb {
  margin: 0 15px 15px;
  border-radius: 7px;
}
.single-course-inner.style-bottom-thumb .thumb img {
  transform: scale(1.05);
}
.single-course-inner.style-bottom-thumb .details .details-inner {
  padding: 15px;
}
.single-course-inner.style-bottom-thumb .details .details-inner h6 {
  font-weight: 400;
  margin-bottom: 0;
}
.single-course-inner.style-bottom-thumb .emt-course-meta {
  padding: 15px;
}
.single-course-inner.style-bottom-thumb .emt-course-meta .price {
  height: 30px;
  line-height: 31px;
  font-size: 13px;
  font-weight: 500;
  padding: 0 15px;
  border-radius: 30px;
  background: var(--main-color);
  display: inline-block;
  color: #fff;
}
.single-course-inner.style-two {
  margin-top: 45px;
}
.single-course-inner.style-two .emt-thumb-icon {
  height: 90px;
  width: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 5px;
  background: var(--main-color);
  position: absolute;
  left: 20px;
  top: -45px;
  z-index: 2;
}
.single-course-inner.style-two .details h6 {
  font-size: 20px;
  margin-bottom: 0;
}
.single-course-inner.style-two:hover {
  background: var(--heading-color);
}
.single-course-inner.style-two:hover .details h6 {
  color: #fff;
}
.single-course-inner.style-two:hover .details .arrow-right img {
  filter: invert(100);
}
.single-course-inner:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
}
.single-course-inner:hover .thumb img {
  transform: scale(1.1);
}

/********** counter-area-inner ***********/
.counter-area-inner {
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center 50px;
}

/********** course-details-nav-tab ***********/
.course-course-detaila-inner .emt-user {
  margin-bottom: 13px;
}
.course-course-detaila-inner .emt-user .u-thumb {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: rgba(253, 200, 0, 0.2);
  display: inline-block;
  margin-right: 7px;
  box-shadow: 0px 1px 10px #c1bfbf;
}
.course-course-detaila-inner .emt-user .u-thumb img {
  border-radius: 50%;
}
.course-course-detaila-inner .emt-user span {
  font-size: 14px;
  color: var(--heading-color);
  font-weight: 500;
}
.course-course-detaila-inner .title {
  margin-bottom: 20px;
}
.course-course-detaila-inner .thumb {
  margin-bottom: 30px;
}
.course-course-detaila-inner .thumb img {
  border-radius: 7px;
}

.course-details-nav-tab {
  background: transparent;
  margin-bottom: 44px;
  border: 1px solid #CBD6E2;
}
.course-details-nav-tab ul {
  margin: 0;
  padding: 0;
  border: 0 !important;
}
.course-details-nav-tab ul li {
  margin-bottom: 0 !important;
  width: 25%;
}
.course-details-nav-tab ul li a {
  border: 0 !important;
  border-right: 1px solid #CBD6E2 !important;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0 !important;
  color: var(--heading-color) !important;
}
.course-details-nav-tab ul li a.active {
  background: var(--main-color) !important;
}
.course-details-nav-tab ul li:last-child a {
  border-right: 0 !important;
}

/*------------------------------------------------
    blog style
------------------------------------------------*/
.single-blog-inner {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 7px;
  transition: 0.4s;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
}
.single-blog-inner .thumb {
  position: relative;
}
.single-blog-inner .thumb .date {
  font-size: 14px;
  font-weight: 500;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  color: var(--heading-color);
  background: var(--main-color);
  display: inline-block;
  border-radius: 30px;
  position: absolute;
  bottom: -17px;
  left: 30px;
}
.single-blog-inner .details {
  padding: 25px 30px 25px 30px;
}
.single-blog-inner .details .blog-meta {
  margin: 0;
  padding: 0;
  margin-bottom: 13px;
}
.single-blog-inner .details .blog-meta li {
  display: inline-block;
  margin-right: 12px;
  font-size: 12px;
  color: var(--heading-color);
}
.single-blog-inner .details .blog-meta li i {
  margin-right: 4px;
}
.single-blog-inner .details .blog-meta li:last-child {
  margin-right: 0;
}
.single-blog-inner .details h5 {
  margin-bottom: 16px;
}
.single-blog-inner .details .title {
  margin-bottom: 16px;
}
.single-blog-inner .details p {
  margin-bottom: 16px;
}
.single-blog-inner .details .read-more-text {
  font-size: 14px;
  color: var(--heading-color);
  font-weight: 500;
  transition: 0.4s;
}
.single-blog-inner .details .read-more-text i {
  margin-left: 3px;
}
.single-blog-inner .details .read-more-text:hover {
  color: var(--main-color);
}
.single-blog-inner.style-border {
  margin-bottom: 50px;
  border: 2px solid #E4EAF1;
  box-shadow: none;
}
.single-blog-inner:hover {
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.08);
}

.single-blog-list-inner {
  margin-bottom: 25px;
}
.single-blog-list-inner .date {
  font-size: 23px;
  font-weight: 500;
  width: 60px;
  height: 60px;
  line-height: 1;
  color: var(--heading-color);
  background: var(--main-color);
  display: inline-block;
  border-radius: 7px;
  text-align: center;
  padding-top: 5px;
  margin-right: 14px;
}
.single-blog-list-inner .date span {
  font-size: 14px;
}
.single-blog-list-inner .details .blog-meta {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  line-height: 1;
}
.single-blog-list-inner .details .blog-meta li {
  display: inline-block;
  margin-right: 12px;
  font-size: 12px;
  color: var(--heading-color);
}
.single-blog-list-inner .details .blog-meta li i {
  margin-right: 4px;
}
.single-blog-list-inner .details .blog-meta li:last-child {
  margin-right: 0;
}
.single-blog-list-inner .details h5 {
  margin-bottom: 0;
}

.single-blog-list-wrap {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
  padding: 0;
  margin: 0;
  padding: 38px 30px;
  border-radius: 7px;
  background: #1a2238;
}
.single-blog-list-wrap > li {
  list-style: none;
  border-bottom: 1px solid #e8e6e6;
  margin-bottom: 30px;
}
.single-blog-list-wrap > li:last-child {
  margin-bottom: 0;
  border: 0;
}
.single-blog-list-wrap > li:last-child .single-blog-list-inner {
  margin-bottom: 0;
}
.single-blog-list-wrap.style-white > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.single-blog-list-wrap.style-white > li:last-child {
  margin-bottom: 0;
  border: 0;
}
.single-blog-list-wrap.style-white > li:last-child .single-blog-list-inner {
  margin-bottom: 0;
}
.single-blog-list-wrap.style-white .details .blog-meta li {
  color: #fff;
}
.single-blog-list-wrap.style-white .details h5 {
  color: #fff;
}

/************ page navigation ************/
.td-page-navigation .pagination {
  display: inline-flex;
  margin: 10px 0 0 0;
}
.td-page-navigation .pagination .pagination-arrow a {
  border: 0;
  transition: all 0.4s ease;
}
.td-page-navigation .pagination .pagination-arrow a:hover {
  border: 0;
}
.td-page-navigation .pagination li a {
  height: 55px;
  width: 55px;
  margin-right: 15px;
  border: 0;
  border-radius: 5px;
  background-color: #F0F4F9;
  line-height: 57px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease;
  display: block;
  color: var(--heading-color);
  font-size: 18px;
}
.td-page-navigation .pagination li a:active, .td-page-navigation .pagination li a:focus, .td-page-navigation .pagination li a:hover {
  background: var(--main-color);
}
.td-page-navigation .pagination li a.active {
  background: var(--main-color);
}

.contact-form-inner.style-shadow {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
  background: #fff;
  padding: 33px 40px 40px;
  border-top: 5px solid var(--main-color);
}

/*********** event **********/
.single-event-inner {
  margin-bottom: 25px;
  border: 3px solid #F0F4F9;
  transition: 0.4s;
  padding: 40px 30px 35px 30px;
  border-radius: 7px;
}
.single-event-inner .date {
  font-size: 33px;
  font-weight: 500;
  width: 88px;
  height: 88px;
  line-height: 1.1;
  color: var(--heading-color);
  background: var(--main-color);
  display: inline-block;
  border-radius: 7px;
  text-align: center;
  padding-top: 5px;
  margin-right: 25px;
}
.single-event-inner .date span {
  font-size: 22px;
}
.single-event-inner .details .blog-meta {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  line-height: 1;
}
.single-event-inner .details .blog-meta li {
  display: inline-block;
  margin-right: 12px;
  font-size: 12px;
  color: var(--heading-color);
}
.single-event-inner .details .blog-meta li i {
  margin-right: 4px;
}
.single-event-inner .details .blog-meta li:last-child {
  margin-right: 0;
}
.single-event-inner .details p {
  margin-bottom: 0;
}
.single-event-inner:hover {
  background: #F0F4F9;
}

/******* team-details-page *********/
.team-details-page h3 {
  font-size: 40px;
  margin-bottom: 0;
}
.team-details-page span {
  display: block;
}
.team-details-page .designation {
  color: var(--heading-color);
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

/******** blog-details-page-content ***********/
.blog-details-page-content .single-blog-inner {
  box-shadow: none !important;
}
.blog-details-page-content .single-blog-inner .details {
  padding: 0;
  padding-top: 30px;
}
.blog-details-page-content blockquote {
  background: #F0F4F9;
  padding: 30px 40px;
  border-left: 5px solid var(--main-color);
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 7px;
}

/*********** tag-and-share ************/
.tag-and-share {
  border-top: 1px solid #e9eaea;
  border-bottom: 1px solid #e9eaea;
  padding-bottom: 14px;
  padding-top: 17px;
  margin-top: 70px;
}
.tag-and-share .blog-share ul {
  margin: 0;
  padding: 0;
}
.tag-and-share .blog-share ul li {
  display: inline-block;
  list-style: none;
  margin-right: 15px;
  color: #7e8699;
}
.tag-and-share .blog-share ul li:last-child {
  margin-right: 0;
}

/******* blog-comment *******/
.blog-comment {
  margin-top: 62px;
}
.blog-comment .media {
  margin-bottom: 35px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e9eaea;
}
.blog-comment .media a img {
  border-radius: 50%;
  height: 100px;
  width: 100px;
}
.blog-comment .media.nesting {
  margin-left: 60px;
}
.blog-comment .media .media-body {
  margin-left: 30px;
}
.blog-comment .media .media-body h5 {
  position: relative;
}
.blog-comment .media .media-body h5 a {
  font-size: 20px;
  color: #14212b;
}
.blog-comment .media .media-body .date {
  font-size: 12px;
  color: #5a6378;
  font-weight: 400;
  position: absolute;
  right: 5px;
  top: 5px;
}
.blog-comment .media .media-body p {
  font-size: 16px;
  color: #5a6378;
}
.blog-comment .media .media-body a {
  font-size: 14px;
  font-weight: 500;
  color: var(--heading-color);
}
.blog-comment .media .media-body a:hover {
  color: var(--main-color);
}

.blog-comment-form {
  border: 1px solid #E2EEFF;
  padding: 40px 40px 50px 40px;
  border-radius: 7px;
}

/*--------------------------------------------------
    ##Footer
---------------------------------------------------*/
.footer-area {
  position: relative;
  padding-top: 90px;
}
.footer-area .widget {
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}
.footer-area .widget-title {
  margin-bottom: 27px;
  position: relative;
  padding-left: 18px;
}
.footer-area .widget-title:after {
  content: "";
  position: absolute;
  height: 19px;
  width: 6px;
  left: 0;
  top: 6px;
  border-radius: 6px;
  background: var(--main-color);
}
.footer-area .widget_about {
  background: #fff;
  padding: 40px 20px;
  border-top: 6px solid var(--main-color);
  margin-top: -150px;
}
.footer-area .widget_about a {
  margin-bottom: 20px;
  display: block;
}
.footer-area .widget_about p {
  font-size: 15px;
  margin-bottom: 21px;
}
.footer-area .widget_contact ul {
  padding: 0;
}
.footer-area .widget_contact ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
  list-style: none;
}
.footer-area .widget_contact ul li i {
  margin-right: 14px;
  color: #0ec9ac;
  position: absolute;
  left: 0;
  top: 6px;
}
.footer-area .widget_contact ul li:last-child {
  margin-bottom: 0;
}
.footer-area .widget_contact ul li .time {
  font-size: 12px;
  margin-top: 3px;
}
.footer-area .widget_blog_list ul {
  padding: 0;
}
.footer-area .widget_blog_list ul li {
  list-style: none;
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px;
}
.footer-area .widget_blog_list ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  height: 6px;
  width: 6px;
  background: var(--main-color);
}
.footer-area .widget_blog_list ul li h6 {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 0;
}
.footer-area .widget_blog_list ul li span {
  font-size: 12px;
}
.footer-area .widget_blog_list ul li span i {
  font-size: 13px;
  margin-right: 6px;
}
.footer-area .widget_nav_menu ul {
  margin: 0;
  padding: 0;
}
.footer-area .widget_nav_menu ul li {
  list-style: none;
  margin-bottom: 8px;
  position: relative;
  padding-left: 15px;
}
.footer-area .widget_nav_menu ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  height: 6px;
  width: 6px;
  background: var(--main-color);
}

.footer-subscribe {
  padding-bottom: 75px;
}
.footer-subscribe .footer-subscribe-inner {
  background: #fff;
  padding: 30px 50px 10px 50px;
  border-radius: 7px;
}

.footer-bottom {
  border-top: 1px solid rgba(0, 33, 71, 0.15);
  padding: 25px 0;
  position: relative;
  z-index: 2;
}
.footer-bottom p {
  margin-bottom: 0;
}
.footer-bottom .widget_nav_menu ul li {
  display: inline-block;
  padding-left: 0;
  padding-right: 20px;
  margin-bottom: 0;
}
.footer-bottom .widget_nav_menu ul li:last-child {
  margin-right: 0;
}
.footer-bottom .widget_nav_menu ul li:after {
  display: none;
}

.footer-area-2 {
  margin-top: 60px;
}
.footer-area-2 .footer-bottom {
  background: var(--main-color);
  border-top: 0;
}
.footer-area-2 .footer-bottom p {
  color: var(--heading-color);
}
.footer-area-2 .footer-bottom .widget_nav_menu ul li a {
  color: var(--heading-color);
}
.footer-area-2 .footer-bottom .widget_nav_menu ul li a:hover {
  color: #1DC295;
}

/*--------------------------------------------------
    ##NewDesign
---------------------------------------------------*/
.cbcfr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  padding: 0 5%; 
  align-items: center;
  justify-content: center;
  color: #fff;
}

/*--------------------------------------------------
    ##Animation properties
---------------------------------------------------*/
.banner-right-img{
  position: absolute;
  background-size: cover;
  width: 1689px;
  height: 1262px;
  bottom: 105px;
  right: -353px;
}

.star {
animation: star 10s ease-out infinite;
}
/* Keyframes */
@keyframes star {
0% {
opacity: 0;
transform: scale(1.5) translateY(-0.75em);
}
20% {
opacity: 1;
}
89% {
opacity: 1;
transform: scale(1);
}
100% {
opacity: 0;
transform: translateZ(-1000em);
}
}

.left {
  max-width: 50%;
  animation: fadeInUp 1.5s ease forwards;
  margin-bottom: auto;
  margin-top: 250px;
}

.glitch {
  font-size: 3em;
  position: relative;
  color: #0ec9ac;
  animation: glitch 1s infinite linear alternate-reverse;
}

.glitch::before,
.glitch::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.glitch::before {
  animation: glitchTop 1s infinite linear alternate-reverse;
  color: #ff00ff;
}

.glitch::after {
  animation: glitchBottom 1s infinite linear alternate-reverse;
  color: #00ffff;
}

.left p {
  font-size: 1.2em;
  color: #ccc;
  line-height: 1.6;
  opacity: 0;
  animation: fadeInText 2s ease forwards;
  animation-delay: 1s;
}

.cta-button {
  margin-top: 20px;
  padding: 12px 24px;
  background-color: #0ec9ac;
  color: #000;
  border: none;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.cta-button:hover {
  background-color: #0ec9ac;
}

.right img {
  width: 450px;
  height: auto;
}

@keyframes glitch {
  0% { transform: none; }
  20% { transform: skew(-5deg); }
  40% { transform: skew(5deg); }
  60% { transform: skew(-3deg); }
  80% { transform: skew(3deg); }
  100% { transform: none; }
}

@keyframes glitchTop {
  0% { clip: rect(0, 9999px, 0, 0); }
  10% { clip: rect(0, 9999px, 10px, 0); left: -2px; }
  20% { clip: rect(5px, 9999px, 15px, 0); left: 2px; }
  100% { clip: rect(0, 9999px, 0, 0); left: 0; }
}

@keyframes glitchBottom {
  0% { clip: rect(0, 9999px, 0, 0); }
  10% { clip: rect(20px, 9999px, 30px, 0); left: 2px; }
  20% { clip: rect(25px, 9999px, 40px, 0); left: -2px; }
  100% { clip: rect(0, 9999px, 0, 0); left: 0; }
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInText {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.slider-container {
    position: relative;
    width: 100%;
    max-height: 700px;
    overflow: hidden;
    padding-top: 45px;
    background: #00142C;
}


@media (max-width: 768px) { 
  .slider-container {
    padding-top: 150px;
  }
  .banner-right-img {
    
  }
  .cbcfr {
    flex-direction: column;
    text-align: center;
    height: auto;
    padding: 40px;
  }
  .cbcfr .left {
    max-width: 100%;
    margin: 0;
    animation: none;
  }
  .cbcfr .right {
    margin-top: 20px;
    text-align: center;
  }
  .cbcfr .right img {
    width: 100%;
    max-width: 300px;
  }
  .glitch {
    font-size: 2em;
  }
  .left p {
    font-size: 1em;
  }
}
.slide-section {
  position: relative;
  height: 100vh;
  background-image: url(/static/assets/img/testimonial/108534.jpg); 
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  max-height: 520px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.content {
  position: relative;
  z-index: 2;
  padding: 20px;
}

.content p {
  font-size: 18px;
  margin-bottom: 30px;
}


/*--------------------------------------------------
    ##Map Area
---------------------------------------------------*/

/* ===========================
   Global Network Section CSS
============================ */

/* container and shapes */
.shape-mockup-wrap {
  position: relative;
  z-index: 2;
}
.shape-mockup {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.bg-gradient-shape1 {
  position: absolute;
  width: 306.86px;
  height: 315.5px;
  left: 37.91px;
  top: -57px;
  border-radius: 50%;
  opacity: 0.15;
  filter: blur(121.55px);
  z-index: -1;
}
.bg-gradient-shape1:before,
.bg-gradient-shape1:after {
  content: '';
  position: absolute;
  width: 306.86px;
  height: 315.5px;
  border-radius: 50%;
}
.bg-gradient-shape1:after {
  bottom: 0;
  right: 0;
  background: var(--theme-color);
  transform: translate(30%, 100%);
}
.bg-gradient-shape1:before {
  bottom: 0;
  left: 0;
  background: var(--success-color);
  transform: translate(-50%, 80%);
}

/* map & lines */
.network-wrap {
  text-align: center;
  position: relative;
}
.network-wrap.bg-auto.background-image {
  background-repeat: no-repeat;
  background-size: cover;
}
.network-line {
  padding: 40px 0;
}
.network-line[data-show="true"] svg path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 4s linear forwards;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 1000;
  }
}

/* location card */
.location-wrap {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translate(-65%, 0);
}
.location-card {
  background: #00172f;
  border-radius: 16px;
  padding: 16px;
  max-width: 290px;
  text-align: start;
  position: relative;
  z-index: 1;
  margin-bottom: 17px;
}
.location-card:after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 2px;
  background: linear-gradient(-30deg, #e0009b, #3c72fc 80%);
  -webkit-mask: -webkit-linear-gradient( #ffffff, #ffffff) content-box, -webkit-linear-gradient( #ffffff, #ffffff);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  opacity: 0.5;
}

/* box content */
.box-content {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 10px;
}
.box-icon {
  color: var(--theme-color);
}
.box-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.link-btn {
  font-size: 14px;
  font-weight: 400;
  color: var(--body-color);
  align-self: flex-start;
}

/* growth & chart */
.location-growth-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-number {
  color: var(--white-color);
}
.chart-thumb img {
  max-width: 100%;
}

/* labels & branches */
.location-name {
  background: #0ec9ac;
  font-size: 16px;
  font-weight: 400;
  padding: 4px 10px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 0;
}
.location-branch-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.location-branch {
  position: absolute;
}
.location-branch:nth-child(1) { left: 10%; bottom: 45%; }
.location-branch:nth-child(2) { left: 18%; bottom: 20%; }
.location-branch:nth-child(3) { left: 42%; bottom: 35%; }
.location-branch:nth-child(4) { left: 53%; bottom: 50%; }
.location-branch:nth-child(5) { right: 0; top: 25%; }
.location-branch:nth-child(6) { left: 0; top: 25%; }
.location-branch a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: #00172f;
  padding: 2px 10px;
  border-radius: 6px;
  display: inline-block;
  transition: background 0.3s;
}
.location-branch a:hover {
  background: #0ec9ac;
}

.fing{
  display: inline-block;
  margin-bottom: auto;
  margin-top: 150px;
  position: relative;
  z-index: 1;
}

/* responsive Map */
@media (max-width: 991px) {
  .network-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: none !important;
  }
  .network-line {
    display: none;
  }
  .location-wrap {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: 0 auto 30px;
  }
  .location-card {
    max-width: 100%;
    margin: 0 auto 20px;
  }
  .location-branch a {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    background: #051c34;
  }
  
  .location-name {
    background: #0ec9ac;
    font-size: 20px;
    font-weight: 400;
  }
  .location-branch {
    position: relative !important;
    left: unset !important;
    right: unset !important;
    top: unset !important;
    bottom: unset !important;
    text-align: center;
    margin-bottom: 20px;
  }
  .location-branch-list {
    padding-top: 20px;
  }
  .location-branch::before {
    content: '';
    position: absolute;
    height: 50px;
    width: 2px;
    background: #0ec9ac;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    z-index: -1;
  }
  .space, .space-top {
    padding-top: 70px;
  }
  .space, .space-bottom {
    padding-bottom: 70px;
  }
  .space-extra, .space-extra-top {
    padding-top: 70px;
  }
  .space-extra, .space-extra-bottom {
    padding-bottom: 40px;
  }
  .space-top-md-none {
    padding-top: 0;
  }
  .space-extra2, .space-extra2-top {
    padding-top: 70px;
  }
  .space-extra2, .space-extra2-bottom {
    padding-bottom: 70px;
  }
}


/* Menu--------- */

 .profile {
        position: relative;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 12px;
        cursor: pointer;
        text-align: end;
    }

    .profile h3 {
        text-align: end;
        line-height: 1;
        margin-bottom: 4px;
        font-weight: 600;
    }

    .profile p {
        line-height: 1;
        font-size: 14px;
        opacity: .6;
    }

    .profile .img-box {
        position: relative;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        overflow: hidden;
    }

    .profile .img-box img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* menu (the right one) */

    .menu01 {
        position: absolute;
        top: 100%;
        width: 200px;
        min-height: 100px;
        background: #fff;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
        opacity: 0;
        transform: translateY(-10px);
        visibility: hidden;
        transition: 300ms;
    }

    .menu01::before {
        content: '';
        position: absolute;
        top: -10px;
        right: 14px;
        width: 20px;
        height: 20px;
        background: #fff;
        transform: rotate(45deg);
        z-index: -1;
    }

    .menu01.active {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }

    /* menu links */

    .menu01 ul {
        position: relative;
        display: flex;
        flex-direction: column;
        z-index: 10;
        background: #fff;
    }

    .menu01 ul li {
        list-style: none;

    }

    .menu01 ul li a:hover {

        color: #4c95d4;
    }

    .menu01 ul li a {
        text-decoration: none;
        color: #002147;
        display: flex;
        align-items: center;
        padding: 5px 8px;
        gap: 6px;
        margin-left: 0px;
    }

    .menu01 ul li a i {
        font-size: 1.2em;
    }

/* course */

.crs{
    border-width: 1px;
    border-style: solid;
    border-color: rgba(236, 236, 248, 0.15);
    border-image: initial;
    transition: 0.3s ease-in-out;
    margin: 15px;
    padding: 35px 30px 30px;
}

.white-logo{
  filter: brightness(0) invert(1);
}

.logo-box {
  width: 180px;
  height: 100px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(236, 236, 248, 0.15);
  border-image: initial;
  transition: 0.3s ease-in-out;
  margin: 15px;
  padding: 35px 30px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.partner-logo {
  max-width: 100%;
  max-height: 100%;
  filter: brightness(0) invert(1);
  object-fit: contain;
}

@media (max-width: 768px) {
  .institute-slider {

  }

  .logo-box {
    width: 100%;
    height: 90px;
    padding: 20px;
    margin: 10px;
  }

  .owl-carousel .owl-stage-outer {
    overflow: visible !important;
  }

  .owl-carousel .owl-item {
    width: auto !important;
  }

}
.foo-section {
  position: relative;
  color: white;
  z-index: 1;
  overflow: hidden;
}

.foo-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/static/assets/img/footerbg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.06; 
  z-index: -1;
}

.cou-section {
  position: relative;
  color: white;
  z-index: 1;
  overflow: hidden;
}

.cou-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/static/assets/img/coursebg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .15; 
  z-index: -1;
}

/*Mobile Menu */
/* ─── CB Slide‐In Sidebar ─────────────────────────────────── */

.CB-sidebar {
  position: fixed;
  top: 0;
  right: -270px;
  width: 250px;
  height: 100%;
  padding: 30px 20px;
  background-color: #00142C;
  box-shadow: -3px 0 8px rgba(0,0,0,0.4);
  transition: right 0.4s ease;
  z-index: 9999;
}
.CB-sidebar.active {
  right: 0;
}

.CB-close-btn {
  font-size: 32px;
  color: #fff;
  text-align: right;
  cursor: pointer;
  margin-bottom: 40px;
}

.CB-sidebar-menu {
  list-style: none;
  padding: 0;
}
.CB-sidebar-menu li {
  margin: 20px 0;
}
.CB-sidebar-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.3s;
}
.CB-sidebar-menu a:hover {
  color: #0ec9ac;
}

/* Overlay behind sidebar */
#CB-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 9998;
}
#CB-overlay.active {
  visibility: visible;
  opacity: 1;
}

/* Prevent body scroll when sidebar open */
body.CB-menu-open {
  overflow: hidden;
}


/* Profile Dropdown Styles */
.CB-profile {
    position: relative;
    cursor: pointer;
}

.CB-img-box img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.CB-profile-menu {
    display: none;
    position: absolute;
    top: 55px;
    right: 0;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 10px;
    min-width: 200px;
    border-radius: 5px;
    z-index: 9999;
}

.CB-profile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.CB-profile-menu ul li {
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
}

.CB-profile-menu ul li a {
    color: #333;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

.CB-profile-menu ul li:hover {
    background-color: #f9f9f9;
}

.CB-profile-menu.active {
    display: block;
}

/* Login Page + New UI Integration Styles */

.login-root {
  display: flex;
  width: 100%;
  min-height: 150vh;
  overflow: hidden;
}
.loginbackground {
  min-height: 692px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}
.flex-flex {
  display: flex;
}
.align-center {
  align-items: center;
}
.center-center {
  align-items: center;
  justify-content: center;
}
.box-root {
  box-sizing: border-box;
}
.flex-direction--column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.loginbackground-gridContainer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: [start] 1fr [left-gutter] (86.6px)[16] [left-gutter] 1fr [end];
  grid-template-columns: [start] 1fr [left-gutter] repeat(16, 86.6px) [left-gutter] 1fr [end];
  -ms-grid-rows: [top] 1fr [top-gutter] (64px)[8] [bottom-gutter] 1fr [bottom];
  grid-template-rows: [top] 1fr [top-gutter] repeat(8, 64px) [bottom-gutter] 1fr [bottom];
  justify-content: center;
  margin: 0 -2%;
  transform: rotate(-12deg) skew(-12deg);
}
.box-divider--light-all-2 {
  box-shadow: inset 0 0 0 2px #e3e8ee;
  opacity: 0.1;
}
.box-background--blue {
  background-color: #0ec9ac;
  opacity: 0.1;
}
.box-background--white {
  background-color: #00142c;
}
.box-background--blue800 {
  background-color: #0ec9ac;
  opacity: 0.1;
}
.box-background--gray100 {
  background-color: #0ec9ac;
  opacity: 0.1;
}
.box-background--cyan200 {
  background-color: #0ec9ac;
  opacity: 0.1;
}
.padding-top--64 {
  padding-top: 64px;
}
.padding-top--24 {
  padding-top: 24px;
}
.padding-top--48 {
  padding-top: 48px;
}
.padding-bottom--24 {
  padding-bottom: 24px;
}
.padding-horizontal--48 {
  padding: 48px;
  margin-top: 150px;
}
.padding-bottom--15 {
  padding-bottom: 15px;
}
.flex-justifyContent--center {
  -ms-flex-pack: center;
  justify-content: center;
}
.formbg {
  margin: 0px auto;
  width: 100%;
  max-width: 448px;
  border-radius: 4px;
  box-shadow: rgba(255, 255, 255, 0.412) 0px 7px 14px 0px, rgba(32, 31, 31, 0.396) 0px 3px 6px 0px;
}
span {
  display: inline;
  font-size: 14px;
  line-height: 28px;
  color: #f9f9f9;
}
label {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  display: block;
}
.reset-pass a {
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  display: block;
  margin-bottom: 10px;
}
.grid--50-50 {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}
.field input {
  font-size: 16px;
  line-height: 28px;
  padding: 8px 16px;
  width: 100%;
  min-height: 44px;
  border: unset;
  border-radius: 4px;
  outline-color: rgb(14 201 172);
  box-shadow: rgba(255, 255, 255, 0.69) 0px 0px 0px 1px;
}
input[type="submit"] {
  background-color: rgb(14 201 172);;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
}
.field-checkbox input {
  width: 20px;
  height: 15px;
  margin-right: 5px;
  box-shadow: unset;
  min-height: unset;
}
.field-checkbox label {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 14px;
}
a.ssolink {
  display: block;
  text-align: center;
  font-weight: 600;
}
.footer-link span {
  font-size: 14px;
  text-align: center;
  display: block;
  margin-bottom: 40px;
}
.listing a {
  color: #56c96f;
  font-weight: 600;
  margin: 0 10px;
}
.animationRightLeft {
  animation: animationRightLeft 2s ease-in-out infinite;
}
.animationLeftRight {
  animation: animationLeftRight 2s ease-in-out infinite;
}
.tans3s {
  animation: animationLeftRight 3s ease-in-out infinite;
}
.tans4s {
  animation: animationLeftRight 4s ease-in-out infinite;
}
@keyframes animationLeftRight {
  0% { transform: translateX(0px); }
  50% { transform: translateX(1000px); }
  100% { transform: translateX(0px); }
}
@keyframes animationRightLeft {
  0% { transform: translateX(0px); }
  50% { transform: translateX(-1000px); }
  100% { transform: translateX(0px); }
}

@media (max-width: 768px) {
  .loginbackground-gridContainer {
    display: none;
  }
  .padding-horizontal--48 {
    padding: 24px;
  }
  .formbg {
    box-shadow: none;
    padding: 0 10px;
  }
  .login-root {
    flex-direction: column;
  }
  span {
    font-size: 18px;
  }
}


/* Certificate result OUTSIDE the box */
.certificate-result {
  background-color: #00142c;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2; /* Keep it above other content */
  border: 2px solid #0ec9ac;
}

.certificate-result table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}

.certificate-result table th, .certificate-result table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.certificate-result table th {
  color: #ffffff;
}

.certificate-result table td {
  color: #ffffff;
}

/* Course Details page */

 /* Hero */
 .hero { display:flex; flex-wrap:wrap; gap:30px; margin:20px 0; }
 .hero-left { flex:2; min-width:300px; }
 .badge { display:inline-block; background:#ff3366; color:#fff; padding:4px 10px; border-radius:4px; font-size:0.9rem; margin-bottom:10px; }
 .hero-left h1 { font-size:2.5rem; color:#ff3366; margin-bottom:15px; }
 .hero-left p { line-height:1.6; color:#ddd; margin-bottom:20px; }

 .hero-right { flex:1; min-width:280px; background:#111b2e; padding:15px; border-radius:8px; }
 .video-box { border-radius:6px; overflow:hidden; margin-bottom:15px; }
 .video-box iframe { width:100%; height:200px; border:none; }
 .price { font-size:1.75rem; color:#00ffcc; font-weight:600; margin-bottom:15px; }
 .enroll-btn { display:block; text-align:center; background:#00ffcc; color:#000; padding:12px; border-radius:6px; font-weight:600; margin-bottom:10px; }
 .enroll-btn:hover { background:#00cca0; }
 .wishlist-btn { display:block; text-align:center; background:#00ffcc; color:#fff; padding:10px; border-radius:6px; font-weight:600; margin-bottom:20px; }
 .wishlist-btn:hover { background:#25d366; }
 .social-share { display:flex; gap:10px; margin-bottom:20px; }
 .social-share a { font-size:1.2rem; color:#ccc; }
 .social-share a:hover { color:#25d366; }

 .course-categories ul { padding:0; }
 .course-categories li { margin-bottom:8px; font-size:14px; color:#ccc; }
 .course-categories strong { color:#ff3366; }
 .whatsapp-btn { display:block; text-align:center; background:#25d366; color:#fff; padding:10px; border-radius:6px; font-weight:600; margin-top:10px; }
 .whatsapp-btn i { margin-right:8px; }

 /* Details Layout */
 .course-detail-container { display:flex; flex-wrap:wrap; gap:20px; margin-top:40px; }
 .course-main { flex:2; min-width:300px; }
 .course-sidebar { flex:1; min-width:280px; }
 @media(max-width:900px) { .course-detail-container { flex-direction:column; } }

 /* Sections */
 .section { margin-bottom:40px; }
 .section h2 { font-size:1.75rem; color:#f047a3; margin-bottom:15px; border-left:4px solid #ff3366; padding-left:10px; }
 .section ul li, .section p { line-height:1.6; color:#ddd; margin-bottom:10px; }
 .section ul li { position:relative; padding-left:25px; }
 .section ul li::before { content:'\f00c'; font-family:'FontAwesome'; position:absolute; left:0; color:#00ffcc; top:2px; }

 /* Accordion */
 .accordion { border:1px solid #333; border-radius:6px; overflow:hidden; }
 .accordion-item + .accordion-item { border-top:1px solid #333; }
 .accordion-header { padding:15px; background:#0f1c37; cursor:pointer; display:flex; justify-content:space-between; align-items:center; }
 .accordion-header:hover { background:#13253e; }
 .accordion-header i { transition:transform 0.3s; }
 .accordion-content { max-height:0; overflow:hidden; background:#051a36; transition:max-height 0.3s ease; padding:0 15px; }
 .accordion-content p { padding:10px 0; }

 /* Instructor */
 .instructor { display:flex; gap:15px; background:#111b2e; padding:15px; border-radius:6px; }
 .instructor img { width:80px; height:80px; border-radius:50%; object-fit:cover; }
 .instructor-info h3 { color:#00ffcc; font-size:1.1rem; margin-bottom:5px; }
 .instructor-info p { font-size:0.9rem; color:#ccc; }

 /* Reviews */
 .reviews p { background:#111b2e; padding:12px; border-radius:6px; margin-bottom:10px; color:#ccc; }

 /* Related Courses */
 .related { margin-bottom:40px; }
 .related h2 { font-size:1.75rem; color:#f047a3; margin-bottom:15px; border-left:4px solid #ff3366; padding-left:10px; }
 .course-list { display:grid; grid-template-columns:1fr 1fr; gap:15px; }
 .course-card { background:#111b2e; padding:15px; border-radius:6px; display:flex; gap:10px; }
 .course-card img { width:80px; height:80px; border-radius:4px; object-fit:cover; }
 .course-card-info h4 { color:#00ffcc; font-size:1rem; margin-bottom:5px; }
 .course-card-info p { color:#ccc; font-size:0.9rem; }