/*
Theme Name: Siksha
Theme URI: http://Ordainit.com/html/siksha
Author: Ordainit
Author URI: http://Ordainit.com/html/siksha
Description: Siksha - LMS & Online Courses Html Template
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
    ## Global
    ## Mixins
    ## Theme
    ## Variables
    ## Common

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

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

--------------------------------------------------------------*/
/*-----------------
    # Typography
-----------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");
:root {
  --main-color: #9000ff;
  --btn-color: #7C08FF;
  --heading-color: #333333;
  --paragraph-color: #797979;
  --body-font: "Poppins", sans-serif;
  --body-font-size: 16px;
  --line-height30: 1.7;
}

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

* {
  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);
  background: #fff;
}

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

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

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

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

h5 {
  font-size: 18px;
  line-height: 28px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-weight: 600;
  margin: 0;
  padding: 0;
}

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

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

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

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

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

.heading h2 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 500;
}

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

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

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
  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 {
  padding: 0;
}

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

@media all and (min-width: 1200px) {
  .no-lg-gutters > .col,
.no-lg-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
}
/*---------------------------------------
    ## Button
---------------------------------------*/
.btn {
  min-height: 42px;
  line-height: 42px;
  padding: 0 30px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  border: 0;
  font-size: 16px;
  transition: all 0.5s ease;
  font-weight: 500;
  border-radius: 5px;
  z-index: 0;
}
.btn:focus, .btn:active {
  outline: 0;
  box-shadow: none;
}

.btn-base {
  min-height: 55px;
  line-height: 55px;
  color: #fff;
  background-color: var(--btn-color);
  position: relative;
}
.btn-base:hover, .btn-base:focus {
  color: #fff;
  background-color: var(--main-color);
  box-shadow: 0 0 1px 0 var(--main-color) inset, 0 0 1px 2px var(--main-color);
}

.btn-white {
  background: #fff;
  color: var(--btn-color);
  line-height: 57px;
  min-height: 57px;
}
.btn-white:hover, .btn-white:focus {
  color: #fff;
  background: var(--main-color);
}

.btn-border-white {
  line-height: 60px;
  min-height: 60px;
  font-weight: 500;
  font-size: 18px;
  border: 1px solid #fff;
  color: #f5f5f5;
  font-size: 18px;
}
.btn-border-white:hover, .btn-border-white:focus {
  color: var(--heading-color);
  background-color: #fff;
}

.btn-border-theme {
  line-height: 50px;
  min-height: 50px;
  font-weight: 500;
  border: 1px solid #fff;
  color: rgba(255, 255, 255, 0.93);
}
.btn-border-theme:hover, .btn-border-theme:focus {
  color: var(--heading-color);
  background-color: #fff;
}

.btn-border-black {
  color: var(--heading-color);
  border: 2px solid rgba(0, 33, 71, 0.2);
  line-height: 48px;
}
.btn-border-black:hover, .btn-border-black:focus {
  color: #fff;
  border: 2px solid var(--btn-color);
  box-shadow: 0 0 1px 0 var(--main-color) inset, 0 0 1px 2px var(--main-color);
}

.btn-transparent {
  min-height: 50px;
  line-height: 50px;
  border-radius: 0 5px 5px 0;
}
.btn-transparent:hover, .btn-transparent:focus {
  color: #fff !important;
  background-color: var(--btn-color);
}

.btn-base-m {
  min-height: 50px;
  line-height: 50px;
  padding: 0 42px;
  transition: 0.5s;
  color: #fff;
  background-color: var(--btn-color);
}
.btn-base-m:hover, .btn-base-m:focus {
  color: #fff !important;
  background-color: var(--main-color);
  box-shadow: 0 0 1px 0 var(--main-color) inset, 0 0 1px 2px var(--main-color);
}

.btn-base-theme {
  padding: 0 40px;
  transition: 0.5s;
  color: #fff;
  border-radius: 10px;
  background-color: var(--btn-color);
}
.btn-base-theme:hover {
  --x: 100%;
  color: #fff;
  background-color: var(--main-color);
}
.btn-base-theme.active {
  color: #fff;
}

.btn-violet {
  color: #fff;
  background: linear-gradient(201.18deg, #B378FB 6.98%, #832CF1 84.26%);
  height: 42px;
  line-height: 42px;
  transition: all 0.4s ease;
}
.btn-violet:focus, .btn-violet:hover {
  background: linear-gradient(201.18deg, #832CF1 6.98%, #B378FB 84.26%);
  color: #fff;
}

.btn-pink {
  color: #fff;
  background: linear-gradient(210.43deg, #F188E0 6.94%, #F4648B 57.69%);
  height: 42px;
  line-height: 42px;
  transition: all 0.4s ease;
}
.btn-pink:focus, .btn-pink:hover {
  background: linear-gradient(210.43deg, #F4648B 6.94%, #F188E0 57.69%);
  color: #fff;
}

.btn-theme {
  background-color: #F5EDFF;
  color: var(--main-color);
  height: 42px;
  line-height: 42px;
}
.btn-theme:hover {
  background-color: var(--btn-color);
  color: #fff !important;
}

.btn-theme-1 {
  background-color: var(--btn-color);
  color: #fff;
  height: 42px;
  line-height: 42px;
}
.btn-theme-1:hover {
  background-color: var(--main-color);
  color: #fff;
}

.btn-white-m {
  background-color: #fff;
  color: var(--main-color);
  height: 50px;
  line-height: 50px;
  padding: 0px 20px;
  border: 1px solid #fff;
}
.btn-white-m:hover, .btn-white-m:focus {
  color: #fff;
  border: 1px solid #fff;
  background: none;
}

.btn-border {
  min-height: 50px;
  line-height: 48px;
  padding: 0 42px;
  border: 1px solid var(--btn-color);
  color: var(--btn-color);
}
.btn-border:hover {
  color: #fff;
  background-color: var(--btn-color);
  box-shadow: 0 0 1px 0 var(--main-color) inset, 0 0 1px 2px var(--main-color);
}

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

.sub-heading {
  display: inline-block;
  color: var(--main-color);
  padding: 10px 30px;
  border-radius: 90px;
  line-height: 30px;
  font-size: 14px;
  background: #F5EDFF;
  margin-bottom: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.read-more-text {
  color: var(--main-color);
  font-weight: 500;
  position: relative;
  padding-right: 22px;
}
.read-more-text i {
  font-size: 18px;
  position: absolute;
  top: 1px;
  padding-left: 3px;
  transition: 0.4s;
}
.read-more-text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  background: var(--main-color);
  height: 1px;
  width: 80%;
  transition: 0.4s;
}
.read-more-text:hover i {
  padding-left: 6px;
}
.read-more-text:hover:after {
  width: 100%;
}

/*------------------------------------------------
    ## spacing
------------------------------------------------*/
.mt-5 {
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-----------------------------*/
.pb-5 {
  padding-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*------------------------------------------------
    ## Back Top
------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 44px;
  height: 44px;
  color: #fff;
  background-color: var(--btn-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;
  -webkit-animation: backto-top-bounce 4s infinite ease-in-out;
          animation: backto-top-bounce 4s infinite ease-in-out;
}

@-webkit-keyframes backto-top-bounce {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-5px);
  }
}
@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;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}

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

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/*-----------------------------------------
    ## video 
------------------------------------------*/
.video-play-btn {
  border-radius: 50%;
  background: rgb(247, 247, 247);
  width: 80px;
  height: 80px;
  display: inline-block;
  line-height: 92px;
  position: relative;
  z-index: 0;
  text-align: center;
  -webkit-animation: ripple-white3 2.5s linear infinite;
          animation: ripple-white3 2.5s linear infinite;
}
.video-play-btn i {
  color: var(--main-color);
  margin-left: 6px;
  font-size: 28px;
}

/*-----------------------------------------
    ## Breadcumb 
------------------------------------------*/
.breadcrumb-area {
  padding: 245px 0 112px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.breadcrumb-area:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0A1851 -0.7%, rgba(10, 24, 81, 0) 113.23%);
  height: 100%;
  transition: all 0.6s ease;
  z-index: 0;
}
.breadcrumb-area .breadcrumb-inner {
  position: relative;
  z-index: 2;
}
.breadcrumb-area .page-title {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 5px;
  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 2px;
}
.social-media li a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  background: #fff;
  color: #3F517E;
}
.social-media li a:hover {
  color: var(--main-color);
}
.social-media li:first-child {
  margin-left: 0;
}
.social-media li:last-child {
  margin-right: 0;
}

.social-media-2 {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
.social-media-2 li {
  display: inline-block;
  margin: 0 7px;
}
.social-media-2 li a {
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
}
.social-media-2 li a:hover {
  color: #120F2D;
}
.social-media-2 li a i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  color: #120F2D;
  font-size: 14px;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.social-media-2 li a i:hover {
  color: #9600FF;
}
.social-media-2 li:first-child {
  margin-left: 0;
}
.social-media-2 li:last-child {
  margin-right: 0;
}

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

.slider-control-round .owl-nav button {
  height: 45px;
  width: 45px;
  line-height: 45px;
  margin: 0 8px;
  border-radius: 50%;
  border: 0;
  transition: 0.4s;
  box-shadow: none;
  color: var(--main-color);
  background: #e4d3f3;
  font-size: 20px;
  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-dots .owl-dots .owl-dot {
  height: 5px;
  width: 30px;
  background: #CF9CF5;
  border: 0;
  border-radius: 0;
  margin: 0 3px;
  position: relative;
  cursor: pointer;
  transition: 0.4s;
}
.slider-control-dots .owl-dots .owl-dot.active {
  background: var(--main-color);
}
.slider-control-dots .owl-nav {
  display: none;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.ratting-inner {
  color: #FFC107;
}

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

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

.bg-blue {
  background: #2878EB;
}

.bg-red {
  background: #F14D5D;
}

.bg-gray {
  background: #eae1d6;
}

.bg-sky {
  background: #F9F9F9;
}

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

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

.color-pink {
  color: #f36b9b;
}

.color-blue {
  color: #4d53f9;
}

.color-light-blue {
  color: #3ea0fc;
}

.bg-light {
  background: #F7FAFC;
}

.bg-relative {
  position: relative;
}

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

.bg-overlay {
  position: relative;
  background-size: cover !important;
}
.bg-overlay:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(10, 24, 81, 0.88);
}
.bg-overlay .container {
  position: relative;
  z-index: 2;
}
.bg-overlay .bg-z-index {
  position: relative;
  z-index: 2;
}

.bg-parallax {
  background: fixed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mg-top--82-2 {
  margin-top: -82px;
}

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

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

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

.spin_image {
  -webkit-animation: spin 3s infinite ease-in-out;
          animation: spin 3s infinite ease-in-out;
}

@-webkit-keyframes top-image-bounce {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(12px);
  }
  100% {
    transform: translateY(-8px);
  }
}
@keyframes top-image-bounce {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(12px);
  }
  100% {
    transform: translateY(-8px);
  }
}
@-webkit-keyframes left-image-bounce {
  0% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(-5px);
  }
}
@keyframes left-image-bounce {
  0% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(-5px);
  }
}
@-webkit-keyframes spin {
  100% {
    transform: rotate(360deg);
    transform-origin: 50%;
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
    transform-origin: 50%;
  }
}
@-webkit-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);
  }
}
@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);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes pop-up {
  0% {
    transform: scale(1.2);
  }
  20% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.2);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pop-up {
  0% {
    transform: scale(1.2);
  }
  20% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.2);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes hover-icon {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes hover-icon {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
/*------------------------------------------------
    ## Section title
------------------------------------------------*/
.section-title {
  margin-bottom: 30px;
  position: relative;
}
.section-title .sub-title {
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  color: #797979;
}
.section-title .sub-title.left-line {
  padding-left: 60px;
}
.section-title .sub-title.left-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 1px;
  width: 40px;
  background: #797979;
}
.section-title .sub-title.double-line:before {
  content: "";
  position: absolute;
  left: -50px;
  top: 10px;
  height: 1px;
  width: 40px;
  background: #797979;
}
.section-title .sub-title.double-line:after {
  content: "";
  position: absolute;
  right: -50px;
  top: 10px;
  height: 1px;
  width: 40px;
  background: #797979;
}
.section-title .title {
  margin-bottom: 0;
  margin-top: 0;
}
.section-title .title span {
  color: var(--main-color);
}
.section-title .content {
  margin-top: 17px;
  margin-bottom: 0;
}
.section-title .small-title {
  margin-top: 18px;
  line-height: 36px;
}
.section-title .phone {
  font-weight: 400;
  margin-top: 30px;
}
.section-title .phone img {
  margin-right: 6px;
}
.section-title .single-list-wrap {
  margin-top: 21px;
}
.section-title .btn {
  margin-top: 30px;
}
.section-title.style-white .sub-title {
  color: #fff;
}
.section-title.style-white .sub-title.left-line:before {
  background: #fff;
}
.section-title.style-white .sub-title.right-line:after {
  background: #fff;
}
.section-title.style-white .sub-title.double-line:before {
  background: #fff;
}
.section-title.style-white .sub-title.double-line:after {
  background: #fff;
}
.section-title.style-white .title {
  color: #fff;
}
.section-title.style-white .content {
  color: #fff;
}
.section-title.style-white .small-title {
  color: #fff;
}

/*----------------------------------------------
    # Nav bar 
----------------------------------------------*/
.navbar-top {
  padding: 13px 0 4px 0;
  background: #0A1851;
}
.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: #fff;
}
.navbar-top ul li p img,
.navbar-top ul li a img {
  margin-right: 5px;
}
.navbar-top ul li p i,
.navbar-top ul li a i {
  margin-right: 5px;
}
.navbar-top ul li a:hover {
  color: var(--main-color);
}
.navbar-top .topbar-right a {
  margin: 0 7px;
}
.navbar-top .topbar-right li a i {
  margin-right: 0;
}
.navbar-top .topbar-right li a:last-child {
  margin-right: 0;
}
.navbar-top .topbar-right li:first-child {
  margin: 0;
}
.navbar-top .topbar-right li:last-child {
  border-right: 0;
}

/* top header  */
.top-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  padding-top: 20px;
}
.top-header .social-icon {
  width: 30%;
}
.top-header .social-icon ul li {
  display: inline-block;
  padding-right: 8px;
}
.top-header .social-icon ul li a i {
  transition: all 0.4s ease;
  color: var(--heading-color);
}
.top-header .social-icon ul li a i:hover {
  color: var(--main-color);
}
.top-header .header-contact {
  width: 42%;
}
.top-header .header-contact .header-email a {
  color: var(--heading-color);
}
.top-header .header-contact .header-email a i {
  color: var(--main-color);
}
.top-header .header-contact .header-address p {
  color: var(--heading-color);
}
.top-header .header-contact .header-address p i {
  color: var(--main-color);
}

.navbar-area {
  width: 100%;
  z-index: 99;
  position: relative;
}
.navbar-area .nav-container {
  background-color: transparent;
  padding: 12px 12px;
  transition: all 0.4s;
}
.navbar-area .nav-container .logo a img {
  width: 132px;
}
.navbar-area .nav-container .btn-transparent {
  color: var(--heading-color);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav {
  display: block;
  width: 100%;
  padding: 0 20px !important;
}
.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: var(--main-color);
}
.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;
  z-index: -3;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  height: 2px;
  width: 10px;
  background: var(--heading-color);
  transform: translateY(-50%);
  transition: all 0.3s ease-in;
  z-index: -3;
}
.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: var(--main-color);
}
.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: "\f105";
  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: #061539;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a {
  color: #fff;
  padding: 10px 20px 10px 30px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a:before {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:last-child {
  border-bottom: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 0px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: "\f105";
  font-family: "fontawesome";
  /* IE 9 */
  /* 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;
}
.navbar-area .nav-container .navbar-collapse .navbar-new li a {
  color: #ffffff;
}
.navbar-area .nav-container .navbar-collapse .navbar-new li a:hover {
  color: #ffffff;
}

.sticky-active {
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 10px 20px 0 rgba(46, 56, 220, 0.05);
}
.sticky-active.navbar-inner {
  background: var(--main-color);
}

.navbar-area-1 {
  position: absolute;
}

.navbar-area-3 {
  background: #fff;
}

.navbar-inner .nav-container .navbar-collapse .navbar-nav li a {
  color: #fff;
}
.navbar-inner .nav-container .navbar-collapse .navbar-nav li:hover a {
  color: var(--heading-color);
}
.navbar-inner .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  background: #fff;
}
.navbar-inner .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:after {
  background: #fff;
}
.navbar-inner .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
  background: var(--heading-color);
}
.navbar-inner .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:after {
  background: var(--heading-color);
}

.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: #ffffff;
}

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

.navbar-area-5 {
  background-color: #7C08FF;
  z-index: 999999;
}
.navbar-area-5 .nav-container .navbar-collapse .navbar-nav li:before {
  background: #ffffff !important;
}
.navbar-area-5 .nav-container .navbar-collapse .navbar-nav li:after {
  background: #ffffff !important;
}
.navbar-area-5 .nav-container .navbar-collapse .navbar-nav li a {
  color: #ffffff;
}
.navbar-area-5 .nav-container .navbar-collapse .navbar-nav li a:hover {
  color: #ffffff;
}
.navbar-area-5 .nav-container .nav-right-part .search-bar-btn, .navbar-area-5 .nav-container .nav-right-part .btn-transparent {
  color: #ffffff;
}
.navbar-area-5 .nav-container .nav-right-part .log-reg-btn {
  border: 1px solid #ffffff;
}

.navbar-area-6 .nav-right-part .log-reg-btn {
  border: none;
}
.navbar-area-6 .nav-right-part .log-reg-btn .btn-theme {
  color: var(--main-color);
}
.navbar-area-6 .nav-right-part .log-reg-btn .btn-base {
  background-color: var(--btn-color);
}

/**************** nav-left-part *************/
.header-cat-menu {
  margin: 0;
  padding: 0;
  margin-left: 58px;
}
.header-cat-menu li {
  position: relative;
  margin-right: 0;
  cursor: pointer;
  list-style: none;
}
.header-cat-menu li img {
  margin-top: -3px;
  margin-right: 5px;
}
.header-cat-menu li a {
  color: #022334;
  font-weight: 500;
  font-size: 18px;
}
.header-cat-menu li .sub-menu {
  position: absolute;
  left: 0;
  top: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
  border: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  min-width: 210px;
}
.header-cat-menu li .sub-menu li {
  display: block;
  margin-left: 0;
  line-height: 22px;
  font-size: 15px;
  transition: all 0.4s ease;
  border-bottom: 1px solid #f5f5f5;
}
.header-cat-menu li .sub-menu li a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  transition: all 0.3s;
  color: #050a30;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.4s ease;
  position: relative;
}
.header-cat-menu li .sub-menu li a:before {
  position: absolute;
  left: 17px;
  top: 50%;
  content: "\f105";
  font-family: "fontawesome";
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  color: #fff;
}
.header-cat-menu li .sub-menu li:hover {
  background: #061539;
}
.header-cat-menu li .sub-menu li:hover a {
  color: #fff;
  padding: 10px 20px 10px 30px;
}
.header-cat-menu li .sub-menu li:hover a:before {
  visibility: visible;
  opacity: 1;
}
.header-cat-menu li .sub-menu li:last-child {
  border-bottom: 0;
}
.header-cat-menu li:hover > a {
  color: var(--main-color);
}
.header-cat-menu li:hover ul {
  opacity: 1;
  visibility: visible;
  -webkit-animation: menuslide 300ms;
          animation: menuslide 300ms;
}

/**************** nav-right-part *************/
.nav-right-part .log-reg-btn {
  border: 1px solid #7B09FD;
  border-radius: 6px;
}
.nav-right-part .log-reg-btn .btn {
  margin-left: 0;
}
.nav-right-part .log-reg-btn .btn-base-m {
  color: #fff;
}
.nav-right-part .log-reg-btn .btn-transparent {
  margin-left: -7px;
}
.nav-right-part .btn {
  padding: 0 15px;
}
.nav-right-part .btn-border-white {
  color: #fff;
}
.nav-right-part .btn-border-white:hover {
  background: #fff;
  color: var(--heading-color);
  border-color: #fff;
}
.nav-right-part .search-bar {
  border: 1px solid rgba(0, 33, 71, 0.2);
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
}
.nav-right-part .search-bar:hover {
  background: var(--main-color);
  border: 1px solid var(--main-color);
}

.nav-right-part-desktop {
  margin-left: 20px;
}
.nav-right-part-desktop .search-bar-btn i {
  color: var(--heading-color);
  cursor: pointer;
}
.nav-right-part-desktop .btn-search-white i {
  color: #fff;
}

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

.nav-right-part .log-reg-btn .btn-theme {
  padding: 0 45px;
  line-height: 55px;
  min-height: 55px;
}

.nav-right-part .log-reg-btn .btn-base {
  padding: 0 45px;
  line-height: 55px;
  min-height: 55px;
}

/**************navbar-style************/
.navbar-style-1 {
  z-index: 9;
}
.navbar-style-1:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7C08FF;
  z-index: -1;
}
.navbar-style-1:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 66%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px 0 0 10px;
  z-index: -1;
}

.navbar-style-1 .nav-container .navbar-collapse .navbar-nav li a {
  color: var(--main-color);
}
.navbar-style-1 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  background: var(--main-color);
}
.navbar-style-1 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:after {
  background: var(--main-color);
}
.navbar-style-1 .nav-container .nav-right-part .search-bar-btn i {
  color: var(--main-color);
}

.navbar-area-6 .nav-container .navbar-collapse .navbar-nav li a {
  color: var(--main-color);
}
.navbar-area-6 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  background: var(--main-color);
}
.navbar-area-6 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:after {
  background: var(--main-color);
}
.navbar-area-6 .nav-container .nav-right-part .search-bar-btn i {
  color: var(--main-color);
}

/**************** sidebar-menu *************/
.sidebar-menu {
  width: 0;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.sidebar-menu .sidebar-inner {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  padding: 90px 40px 50px 40px;
}
.sidebar-menu .sidebar-inner .thumb {
  margin-bottom: 15px;
}
.sidebar-menu .sidebar-inner p {
  margin-bottom: 28px;
}
.sidebar-menu .sidebar-inner .sidebar-address {
  margin-bottom: 35px;
}
.sidebar-menu .sidebar-inner .sidebar-address ul {
  margin: 0;
  padding: 0;
}
.sidebar-menu .sidebar-inner .sidebar-address ul li {
  list-style: none;
  margin-bottom: 4px;
}
.sidebar-menu .sidebar-inner .sidebar-address ul li:last-child {
  margin-bottom: 0;
}
.sidebar-menu .sidebar-inner .sidebar-address ul li i {
  margin-right: 6px;
  width: 25px;
}
.sidebar-menu .sidebar-inner .sidebar-subscribe {
  position: relative;
  margin-bottom: 40px;
}
.sidebar-menu .sidebar-inner .sidebar-subscribe input {
  width: 100%;
  border: 1px solid #d6dadf;
  height: 42px;
  padding: 0 45px 0 12px;
}
.sidebar-menu .sidebar-inner .sidebar-subscribe button {
  position: absolute;
  right: 0;
  top: 0;
  height: 42px;
  width: 42px;
  background: #97b3d0;
  transition: 0.4s;
  border: 0;
  color: var(--heading-color);
  cursor: pointer;
}
.sidebar-menu .sidebar-inner .sidebar-subscribe button:hover {
  background: var(--main-color);
  color: #fff;
}
.sidebar-menu .sidebar-inner .social-media li a {
  background: #ced4da;
}
.sidebar-menu .sidebar-inner .social-media li a:hover {
  background: var(--main-color);
  color: #fff;
}

.sidebar-menu .sidebar-menu-close {
  background-color: #043381;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  z-index: 999;
}

.sidebar-menu.active {
  width: 360px;
  opacity: 1;
  visibility: visible;
}

.sidebar-menu.active .sidebar-inner {
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.7s ease-out 0.8s;
}

@media only screen and (max-width: 991px) {
  .navbar-area .nav-container {
    padding: 15px;
  }
  .nav-right-part {
    margin-right: 50px;
  }
  .nav-right-part .btn .right {
    padding-left: 5px;
    font-size: 13px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav > li {
    margin-right: 0;
    padding-right: 0;
  }
  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
  }
  .navbar-area .nav-container .navbar-toggler {
    padding: 0px;
  }
  .navbar-area .nav-container .navbar-collapse {
    margin-top: 13px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    margin-top: 20px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    display: block;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
    border-bottom: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    top: 26px;
    right: 3px !important;
    background-color: var(--heading-color);
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:after {
    background-color: var(--heading-color);
  }
  .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: "\f107";
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    padding: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
    top: 30px;
    color: #fff;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border-top: none;
  }
}
.sopen {
  display: block;
  position: absolute;
  top: 66px;
}

.toggle-btn {
  left: auto;
  right: -10px;
  position: absolute;
  top: -4px;
  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: #F46791;
  left: 7px;
}
.toggle-btn .icon-left:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #F46791;
  content: "";
  top: -7px;
  left: 0;
}
.toggle-btn .icon-left:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #F46791;
  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: #F46791;
  left: 18px;
}
.toggle-btn .icon-right:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #F46791;
  content: "";
  top: -7px;
  left: 0;
}
.toggle-btn .icon-right:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #F46791;
  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;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-size: 16px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 5px;
  }
  .navbar-nav li {
    padding-right: 12px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsive-mobile-menu {
    display: block;
    width: 100%;
    position: relative;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .margin-xlt-80 {
    margin-top: 0px;
  }
  .contact-widget .contact_info_list li.single-info-item .details {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-area .logo {
    padding-top: 0px !important;
  }
  .widget ul {
    text-align: left;
  }
  .navbar-collapse {
    background: #fff;
    margin-top: 0px;
    width: 100%;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    right: 20px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    margin-bottom: 20px;
  }
  .bar1, .bar2, .bar3 {
    background: #fff;
  }
  .party-box-wrapper {
    padding: 50px 0px;
  }
  .party-box-wrapper .party-box-content h4 {
    font-size: 30px;
    line-height: 45px;
  }
  .footer-area .copyright-area-inner {
    padding: 20px;
  }
  .navbar-expand-lg .navbar-collapse {
    margin-top: 0px;
  }
  .contact-widget .contact_info_list li.single-info-item .details {
    padding-left: 25px;
  }
  .footer-area .footer-top .widget.widget_nav_menu ul li a {
    font-size: 14px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    padding: 0 0 0 20px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    padding: 12px 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:last-child a {
    padding-bottom: 3px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover i {
    opacity: 0;
    margin-right: -18px;
  }
  .nav-right-part-mobile {
    display: block;
  }
  .nav-right-part-desktop {
    display: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover {
    background: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    color: #333333;
  }
}
/* Tablet Layout wide: 767px. */
@media only screen and (max-width: 767px) {
  .logo-wrapper.mobile-logo {
    display: block;
    width: 100%;
  }
  .responsive-mobile-menu {
    display: block;
    width: 100%;
    position: relative;
  }
  .responsive-mobile-menu .navbar-toggler {
    position: absolute;
    left: calc(100% - 130px);
    top: 10px;
  }
  .table-responsive {
    display: block !important;
  }
  .btn-custom-default, .btn-custom-white {
    font-size: 14PX;
    line-height: 33px;
    padding: 6px 20px;
  }
  .navbar-area .logo {
    padding-top: 0px !important;
  }
}
/* medium tablet layout 599px */
@media only screen and (max-width: 575px) {
  .navbar-area .nav-container {
    margin: 0px 0px;
  }
  .navbar-area .logo {
    padding-top: 10px;
  }
  .widget.footer-widget .subscribe-form.subscribe-form-style2 .form-control {
    padding: 15px 20px;
  }
  .widget.footer-widget .subscribe-form.subscribe-form-style2 .btn {
    padding: 15px 20px;
  }
  .search-popup .search-form {
    min-width: 350px;
  }
}
@media only screen and (max-width: 375px) {
  .btn-custom-default, .btn-custom-white {
    padding: 5px 18px;
  }
  .search-popup .search-form .form-group .form-control, .search-popup .search-form .submit-btn {
    height: 45px;
  }
  .search-popup .search-form {
    min-width: 300px;
  }
}
@media only screen and (max-width: 320px) {
  .search-popup .search-form {
    min-width: 265px;
  }
  .responsive-mobile-menu .navbar-toggler {
    left: calc(100% - 95px);
  }
}
/*----------------------------------------
  ## Search Popup
----------------------------------------*/
.td-search-popup.active .search-form {
  visibility: visible;
  opacity: 1;
  width: 40%;
}

.td-search-popup .search-form {
  width: 35%;
  position: absolute;
  position: fixed;
  top: 50%;
  left: 50%;
  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 .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;
  width: 100%;
}
.single-input-inner input {
  width: 100%;
  height: 55px;
  border: 0 !important;
  border-radius: 5px;
  padding: 0 18px;
}
.single-input-inner textarea {
  width: 100%;
  border: 0 !important;
  height: 160px;
  border-radius: 5px;
  padding: 14px 18px;
}
.single-input-inner.style-border input {
  border: 1px solid rgba(234, 225, 214, 0.6) !important;
}
.single-input-inner.style-border textarea {
  border: 1px solid rgba(234, 225, 214, 0.6) !important;
}
.single-input-inner.style-bg input {
  background: #F7FAFC;
}
.single-input-inner.style-bg textarea {
  background: #F7FAFC;
}
.single-input-inner.transparent-bg input {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  color: #fff;
}
.single-input-inner.transparent-bg input::-moz-placeholder {
  color: #fff;
}
.single-input-inner.transparent-bg input:-ms-input-placeholder {
  color: #fff;
}
.single-input-inner.transparent-bg input::placeholder {
  color: #fff;
}
.single-input-inner.transparent-bg textarea {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  color: #fff;
}
.single-input-inner.transparent-bg textarea::-moz-placeholder {
  color: #fff;
}
.single-input-inner.transparent-bg textarea:-ms-input-placeholder {
  color: #fff;
}
.single-input-inner.transparent-bg textarea::placeholder {
  color: #fff;
}

.applicationform-area-inner .single-input-inner input {
  background-color: #F1F1F1;
}

/*----------------------------------------------
    ## Banner
----------------------------------------------*/
.banner-inner {
  position: relative;
  z-index: 2;
}
.banner-inner .banner-btn {
  height: 35px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  border-radius: 35px;
  line-height: 35px;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-top: 20px;
}
.banner-inner .sub-title {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  color: #000000;
}
.banner-inner .sub-title.sub-title-after:after {
  position: absolute;
  content: "";
  right: -50px;
  top: 13px;
  background: var(--main-color);
  height: 2px;
  width: 30px;
}
.banner-inner .title {
  margin-top: 15px;
}
.banner-inner .title span {
  color: var(--main-color);
}
.banner-inner .content {
  margin-top: 20px;
}
.banner-inner .btn-wrap {
  margin-top: 35px;
}
.banner-inner .b-animate-1 {
  -webkit-animation: 1.5s 0.2s fadeInUp both;
          animation: 1.5s 0.2s fadeInUp both;
}
.banner-inner .b-animate-2 {
  -webkit-animation: 1.5s 0.4s fadeInUp both;
          animation: 1.5s 0.4s fadeInUp both;
}
.banner-inner .b-animate-3 {
  -webkit-animation: 1.5s 0.6s fadeInUp both;
          animation: 1.5s 0.6s fadeInUp both;
}
.banner-inner .b-animate-4 {
  -webkit-animation: 1.5s 0.8s fadeInUp both;
          animation: 1.5s 0.8s fadeInUp both;
}
.banner-inner .b-animate-5 {
  -webkit-animation: 1.5s 0.9s fadeInUp both;
          animation: 1.5s 0.9s fadeInUp both;
}
.banner-inner .animate-img-1 {
  position: absolute;
  left: -74px;
  top: -68px;
}
.banner-inner.style-white .sub-title {
  color: #fff;
}
.banner-inner.style-white .title {
  color: #fff;
}
.banner-inner.style-white .content {
  color: #fff;
}

.b-animate-thumb {
  -webkit-animation: 1.5s 0.4s fadeInRight both;
          animation: 1.5s 0.4s fadeInRight both;
  position: relative;
}
.b-animate-thumb .animate-img-1 {
  position: absolute;
  right: 140px;
  bottom: -26px;
  z-index: -2;
}

.thumb-style-1 {
  position: relative;
}
.thumb-style-1 .img-heading-1 {
  position: absolute;
  background: linear-gradient(249.19deg, rgba(118, 21, 239, 0.42) 0%, #7515EE 96.58%);
  box-shadow: 0px -4px 25px rgba(144, 0, 255, 0.07);
  border-radius: 5px;
  z-index: 1;
  padding: 15px;
  margin: 0;
  max-width: 137px;
  color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.thumb-style-1 .img-heading-2 {
  position: absolute;
  background: linear-gradient(249.19deg, #F18BEA 0%, #F55A74 96.58%);
  box-shadow: 0px -4px 25px rgba(144, 0, 255, 0.07);
  border-radius: 5px;
  z-index: 1;
  padding: 15px;
  margin: 0;
  max-width: 137px;
  color: #ffffff;
  bottom: 25%;
  left: 5%;
}

.banner-search-inner {
  position: relative;
}
.banner-search-inner button {
  position: absolute;
  right: 0;
  background: var(--main-color);
  top: 0;
  height: 60px;
  padding: 0 25px;
  border: 0;
  color: #fff;
  border-radius: 5px;
}
.banner-search-inner input {
  height: 60px;
  width: 100%;
  padding: 0 80px 0 22px;
  border-radius: 5px;
  border: 0 !important;
  box-shadow: 0px 20px 40px 0px rgba(0, 11, 40, 0.06) !important;
  background: #fff;
}
.banner-search-inner input::-moz-placeholder {
  color: #727272;
}
.banner-search-inner input:-ms-input-placeholder {
  color: #727272;
}
.banner-search-inner input::placeholder {
  color: #727272;
}

.banner-area {
  padding-top: 130px;
  background-size: cover;
}

.banner-area-1 {
  background-position: bottom;
}
.banner-area-1 .banner-inner {
  padding-top: 100px;
}
.banner-area-1 .thumb {
  margin-right: -240px;
  margin-top: -30px;
}

.banner-area-2 {
  background-size: 100% 100%;
}

.banner-area-3 {
  padding: 270px 0 250px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}
.banner-area-3:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(77.61deg, #6847F2 0%, #952BFF 100%);
  opacity: 0.8;
  z-index: -1;
}

.banner-form-inner {
  border: 1px solid #fff;
  padding: 50px 35px;
  border-radius: 6px;
}
.banner-form-inner h5 {
  color: #fff;
  margin-bottom: 25px;
  font-weight: 400;
}

.banner-area-4 {
  background-image: url("../img/banner/banner-4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 340px;
  position: relative;
}
.banner-area-4:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/banner/banner-overly.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner-area-4 .banner-thumbnail .thumb img {
  position: absolute;
  top: -175px;
  right: 0;
  z-index: 0;
}

.banner-area-5 {
  position: relative;
  z-index: 0;
  padding-bottom: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner-area-5::after {
  position: absolute;
  content: "";
  top: 100%;
  right: 7%;
  background-image: url(../img/about/4.png);
  background-repeat: no-repeat;
  width: 20%;
  height: 100%;
  -webkit-animation: top-image-bounce 3s infinite ease-in-out;
  animation: top-image-bounce 3s infinite ease-in-out;
}
.banner-area-5 .thumb {
  position: absolute;
  right: -40%;
  bottom: -70%;
}

.banner-area-6 {
  background-color: #F0F6F9;
  position: relative;
}
.banner-area-6 .banner-inner .sub-heading-1 {
  color: #ffffff;
  background: linear-gradient(210.43deg, #F188E0 6.94%, #F4648B 57.69%);
  min-height: 58px;
  line-height: 58px;
  width: 175px;
  text-align: center;
  display: inline-block;
  border-radius: 90px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}
.banner-area-6 .banner-inner .title {
  font-size: 60px;
}
.banner-area-6 .banner-inner .content {
  font-size: 20px;
  line-height: 30px;
}
.banner-area-6 .banner-course {
  background: linear-gradient(180deg, #8029EF 0%, #B074FF 100%);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-radius: 10px;
  display: inline-block;
  padding: 16px 56px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.banner-area-6 .banner-admin-info {
  display: inline-block;
  background: linear-gradient(180deg, #F56690 0%, #F561C0 100%);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-radius: 10px;
  padding: 24px 32px;
  position: absolute;
  left: 0;
  bottom: -30px;
}
.banner-area-6 .banner-admin-info .admin-thumb {
  position: relative;
}
.banner-area-6 .banner-admin-info .admin-thumb:after {
  position: absolute;
  content: "\f00c";
  top: 0;
  right: 0;
  background-color: #1EC997;
  color: #ffffff;
  font-weight: 900;
  display: inline-block;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: "Font Awesome 5 Free";
}
.banner-area-6 .banner-admin-info h5 {
  padding-top: 10px;
  color: #ffffff;
}

.banner-area-7 {
  background-position: center;
  background-size: cover;
  padding: 110px 0 40px 0;
}
.banner-area-7 .section-heading p {
  font-size: 20px;
}

.banner-area-8 {
  background-image: url("../img/banner/degree.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-left: 50px;
  position: relative;
  z-index: -1;
}
.banner-area-8 .banner-inner h1 {
  padding-bottom: 22px;
  color: #ffffff;
}
.banner-area-8 .banner-inner .desc-text p {
  color: #ffffff;
}

/*----------------------------------------------
    ## All section style
----------------------------------------------*/
.single-intro-inner {
  padding: 30px 16px;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in;
  box-shadow: 0px -4px 25px rgba(144, 0, 255, 0.07);
  border-radius: 6px;
}
.single-intro-inner:hover {
  background: var(--main-color);
}
.single-intro-inner:hover .thumb img {
  filter: brightness(999);
}
.single-intro-inner:hover .details p,
.single-intro-inner:hover .details .title {
  color: #fff;
}
.single-intro-inner:hover .details .title a {
  color: #fff;
}
.single-intro-inner.single-intro-inner-active {
  background: var(--main-color);
}
.single-intro-inner.single-intro-inner-active .thumb img {
  filter: brightness(999);
}
.single-intro-inner.single-intro-inner-active .details p,
.single-intro-inner.single-intro-inner-active .details h4 {
  color: #fff;
}
.single-intro-inner .thumb {
  margin-bottom: 15px;
}
.single-intro-inner .thumb img {
  width: auto !important;
  display: inline-block;
  transition: all 0.4s ease-in;
}
.single-intro-inner .details h4 {
  margin-bottom: 11px;
  transition: all 0.4s ease-in;
}
.single-intro-inner .details .title {
  transition: 0.4s;
}
.single-intro-inner .details p {
  transition: all 0.4s ease-in;
  margin-bottom: 0;
}
.single-intro-inner .details a {
  margin-top: 8px;
  display: inline-block;
  transition: 0.4s;
}
.single-intro-inner.media .media-left {
  margin-right: 20px;
}
.single-intro-inner.style-category {
  padding: 30px 20px;
}
.single-intro-inner.style-category .thumb {
  margin-bottom: 0;
}
.single-intro-inner.style-category .thumb img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.single-intro-inner.style-category:hover {
  background: none;
  box-shadow: 0px 20px 50px rgba(9, 21, 77, 0.1);
}
.single-intro-inner.style-category:hover .thumb img {
  filter: brightness(1);
}
.single-intro-inner.style-category:hover .details p,
.single-intro-inner.style-category:hover .details .title,
.single-intro-inner.style-category:hover .details .title a {
  color: var(--main-color);
}
.single-intro-inner.style-large {
  padding: 35px;
}
.single-intro-inner.style-large:hover {
  background: #fff;
}

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

/********************intro****************/
.intro-style-2 .intro-wrapper {
  margin-right: 50px;
  margin-left: -150px;
}

/******** category ***********/
.category-slider .single-intro-inner {
  margin-bottom: 0;
  margin: 20px 15px;
}
.category-slider button {
  background: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.category-slider .owl-prev {
  left: 15px;
}
.category-slider .owl-next {
  right: 15px;
}
.category-slider:hover button {
  visibility: visible;
  opacity: 1;
}
.category-slider:hover .owl-prev {
  left: -15px;
}
.category-slider:hover .owl-next {
  right: -15px;
}

.category-area {
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
.category-area .category-single {
  background: #FFFFFF;
  box-shadow: 0px -4px 25px rgba(144, 0, 255, 0.07);
  border-radius: 10px;
  padding: 30px 16px;
}
.category-area .category-single .category-icon {
  width: 70px;
  height: auto;
  display: inline-block;
  border-radius: 100%;
  line-height: 70px;
  text-align: center;
  margin-bottom: 15px;
}
.category-area .category-single .icon-1 {
  background: linear-gradient(201.18deg, #B378FB 6.98%, #832CF1 84.26%);
}
.category-area .category-single .icon-2 {
  background: linear-gradient(210.43deg, #F188E0 6.94%, #F4648B 57.69%);
}
.category-area .category-single .icon-3 {
  background: linear-gradient(210.43deg, #979FFA 6.94%, #4247F9 91.67%);
}
.category-area .category-single .icon-4 {
  background: linear-gradient(214.09deg, #71CDF4 13.29%, #3599FD 83.94%);
}
.category-area .category-single:hover .category-icon {
  -webkit-animation: hover-icon 1s ease-in-out;
          animation: hover-icon 1s ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.category-area .category-single .category-desc h5 {
  padding-bottom: 10px;
}
.category-area .shape-1 {
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-animation: top-image-bounce 3s infinite ease-in-out;
          animation: top-image-bounce 3s infinite ease-in-out;
}
.category-area .shape-2 {
  position: absolute;
  bottom: 15%;
  right: 10%;
  -webkit-animation: 5s linear 0s infinite normal none running spin;
          animation: 5s linear 0s infinite normal none running spin;
}

.category-before-effect:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(262.87deg, rgb(145, 77, 221) 6.78%, rgb(99, 78, 209) 100%);
  opacity: 0.8;
  z-index: -1;
}

.category-area-2 .category-single {
  background-color: #F8F9FA;
  padding: 44px 18px;
  transition: all 0.4s ease;
}
.category-area-2 .category-single:hover {
  background-color: #ffffff;
  box-shadow: 0px 4px 74px rgba(0, 0, 0, 0.08);
}
.category-area-2 .category-single .icon i {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  font-size: 25px;
  color: #ffffff;
}
.category-area-2 .category-single .icon-1 i {
  background: linear-gradient(210.43deg, #F188E0 6.94%, #F4648B 57.69%);
}
.category-area-2 .category-single .icon-2 i {
  background: linear-gradient(214.09deg, #71CDF4 13.29%, #3599FD 83.94%);
}
.category-area-2 .category-single .icon-3 i {
  background: linear-gradient(210.43deg, #979FFA 6.94%, #4247F9 91.67%);
}
.category-area-2 .category-single .category-content {
  padding-top: 10px;
}
.category-area-2 .category-single .category-content h3 {
  padding: 10px 0;
}
.category-area-2 .category-single .category-content p {
  padding-bottom: 30px;
}

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

.single-list-inner {
  margin-bottom: 5px;
}
.single-list-inner ul li {
  padding-bottom: 15px;
}
.single-list-inner ul li:last-child {
  padding: 0;
}
.single-list-inner ul li i {
  width: 25px;
  height: 25px;
  text-align: center;
  align-items: center;
  line-height: 25px;
  display: inline-block;
  background: linear-gradient(201.18deg, #B378FB 6.98%, #832CF1 84.26%);
  font-size: 14px;
  margin-right: 9px;
  color: #ffffff;
  border-radius: 2px;
}

.single-list-item ul li {
  padding: 15px 0;
}
.single-list-item ul li i {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
  color: #ffffff;
  border-radius: 100%;
}
.single-list-item ul li .icon-1 {
  background: linear-gradient(201.18deg, #B378FB 6.98%, #832CF1 84.26%);
}
.single-list-item ul li .icon-2 {
  background: linear-gradient(210.43deg, #F188E0 6.94%, #F4648B 57.69%);
}
.single-list-item ul li .icon-3 {
  background: linear-gradient(210.43deg, #979FFA 6.94%, #4247F9 91.67%);
}
.single-list-item ul li span {
  font-size: 16px;
  font-weight: 600;
}

/************** about-thumb-wrap ***************/
.about-thumb-wrap {
  position: relative;
}
.about-thumb-wrap img {
  border-radius: 5px;
}
.about-thumb-wrap.about-left-thumb .img-1 {
  position: absolute;
  left: 0;
  top: -20px;
  z-index: -1;
  -webkit-animation: top-image-bounce 3s infinite ease-in-out;
          animation: top-image-bounce 3s infinite ease-in-out;
}
.about-thumb-wrap.about-left-thumb .img-3 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-thumb-wrap.about-right-thumb .img-1 {
  position: absolute;
  left: -40px;
  top: -30px;
  z-index: -1;
  -webkit-animation: top-image-bounce 3s infinite ease-in-out;
          animation: top-image-bounce 3s infinite ease-in-out;
}
.about-thumb-wrap.about-right-thumb .img-3 {
  position: absolute;
  right: -110px;
  bottom: -30px;
  z-index: -1;
  -webkit-animation: top-image-bounce 3s infinite ease-in-out;
          animation: top-image-bounce 3s infinite ease-in-out;
}
.about-thumb-wrap.about-right-thumb .about-quote {
  position: absolute;
  left: 0;
  bottom: 60px;
}
.about-thumb-wrap.about-right-thumb .exp-inner-wrap {
  background-color: var(--btn-color);
  -webkit-animation: top-image-bounce 3s infinite ease-in-out;
          animation: top-image-bounce 3s infinite ease-in-out;
}
.about-thumb-wrap.about-right-thumb .exp-inner-wrap p {
  color: #fff;
  font-size: 15px;
}
.about-thumb-wrap .about-quote {
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.07);
  padding: 25px;
  width: 190px;
  text-align: left;
  font-weight: 700;
  color: #120F2D;
  background: #fff;
  border-radius: 5px;
}
.about-thumb-wrap .about-quote img {
  position: absolute;
  left: 25px;
  top: 25px;
  z-index: 0;
}
.about-thumb-wrap .exp-inner-wrap {
  max-width: 190px;
  padding: 20px;
  border-radius: 5px;
  position: absolute;
  top: 50px;
  right: -110px;
}

.home-1-about {
  background-position: 0 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

.about-inner-wrap {
  position: relative;
}
.about-inner-wrap .shape {
  position: absolute;
  left: 50px;
  bottom: -25px;
  z-index: -1;
  -webkit-animation: top-image-bounce 3s infinite ease-in-out;
          animation: top-image-bounce 3s infinite ease-in-out;
}
.about-inner-wrap .desc-text p {
  padding-top: 12px;
}
.about-inner-wrap .about-feature {
  padding-bottom: 20px;
}
.about-inner-wrap .about-feature p i {
  color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  line-height: 25px;
  text-align: center;
  margin-right: 10px;
  font-size: 12px;
  display: inline-block;
}
.about-inner-wrap .about-feature .color-base i {
  background: linear-gradient(201.18deg, #B378FB 6.98%, #832CF1 84.26%);
}
.about-inner-wrap .about-feature .color-pink i {
  background: linear-gradient(210.43deg, #F188E0 6.94%, #F4648B 57.69%);
}
.about-inner-wrap .about-feature .color-blue i {
  background: linear-gradient(210.43deg, #979FFA 6.94%, #4247F9 91.67%);
}

.home-2-about {
  background-color: #FFFAFE;
  position: relative;
}
.home-2-about .shape-3 {
  position: absolute;
  bottom: 20%;
  right: 20%;
  -webkit-animation: top-image-bounce 3s infinite ease-in-out;
          animation: top-image-bounce 3s infinite ease-in-out;
}

.blog-1-home {
  background-color: #FFFAFE;
}

.about-area-inner .about-thumb-wrap-1 .thumb {
  width: 50%;
  height: auto;
  border: 10px solid #ffffff;
}
.about-area-inner .about-thumb-wrap-1 .right-thumb {
  position: absolute;
  right: 35px;
  top: 60px;
}

.about-style-2 {
  position: relative;
}
.about-style-2 .container-style-1 .inner-shape .ball {
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 100%;
  -webkit-animation: pop-up 4s infinite ease-in-out;
          animation: pop-up 4s infinite ease-in-out;
}
.about-style-2 .container-style-1 .inner-shape .ball-3 {
  position: absolute;
  width: 20px;
  height: 20px;
  background: linear-gradient(180deg, #3EEF1B 0%, #5EBD4B 93.23%);
  opacity: 0.3;
}
.about-style-2 .inner-shape .ball {
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 100%;
  -webkit-animation: pop-up 4s infinite ease-in-out;
          animation: pop-up 4s infinite ease-in-out;
}
.about-style-2 .inner-shape .ball-1 {
  position: absolute;
  width: 20px;
  height: 20px;
  background: linear-gradient(180deg, #F771D0 0%, #D59BF8 93.23%);
  opacity: 0.3;
}

.category-style-2 .inner-shape .ball {
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 100%;
  -webkit-animation: pop-up 4s infinite ease-in-out;
          animation: pop-up 4s infinite ease-in-out;
}
.category-style-2 .inner-shape .ball-3 {
  position: absolute;
  width: 20px;
  height: 20px;
  background: linear-gradient(180deg, #3EEF1B 0%, #5EBD4B 93.23%);
  opacity: 0.3;
}

.inner-shape .ball {
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 100%;
  -webkit-animation: pop-up 4s infinite ease-in-out;
          animation: pop-up 4s infinite ease-in-out;
}
.inner-shape .ball-1 {
  position: absolute;
  top: 0;
  left: 20px;
  background: linear-gradient(180deg, #5693FD 0%, #6518CF 93.23%);
}
.inner-shape .ball-2 {
  position: absolute;
  left: 14%;
  background: linear-gradient(180deg, #FCB4E5 0%, #FCB4E5 0.01%, #CC71EF 93.23%);
}
.inner-shape .ball-3 {
  position: absolute;
  right: 18%;
  bottom: 50%;
  background: linear-gradient(180deg, #5693FD 0%, #F9CA21 0.01%, #F84E05 93.23%);
}

.about-area {
  position: relative;
}

.about-inner-wrap .content {
  font-size: 18px;
}
.about-inner-wrap .about-feature-single h6 i {
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
}
.about-inner-wrap .about-feature-single .color-base i {
  background: linear-gradient(201.18deg, #B378FB 6.98%, #832CF1 84.26%);
}
.about-inner-wrap .about-feature-single .color-pink i {
  background: linear-gradient(210.43deg, #F188E0 6.94%, #F4648B 57.69%);
}
.about-inner-wrap .about-feature-single .color-blue i {
  background: linear-gradient(210.43deg, #979FFA 6.94%, #4247F9 91.67%);
}

.aboutus-area .section-content .about-slider {
  background-color: #389BFD;
  padding: 50px 400px 61px 50px;
}
.aboutus-area .section-content .about-slider .section-heading {
  padding-bottom: 15px;
}
.aboutus-area .section-content .about-slider .section-heading h3 {
  padding-bottom: 15px;
}
.aboutus-area .section-content .about-slider .section-heading .sub-heading {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.aboutus-area .section-content .about-slider .btn-base {
  background: #ffffff;
  color: #00ACFF !important;
}
.aboutus-area .section-content .about-slider .btn-base:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
}
.aboutus-area .section-content .about-slider p {
  padding-top: 30px;
  padding-bottom: 15px;
  color: #ffffff;
}
.aboutus-area .section-content .about-slider .author-info span {
  display: block;
  color: #ffffff;
  font-size: 14px;
}
.aboutus-area .section-content .owl-nav {
  display: none;
}
.aboutus-area .section-content .owl-dots {
  position: absolute;
  right: 42%;
  bottom: 100px;
}
.aboutus-area .section-content .owl-dots .owl-dot {
  background: #0095DD;
  border-radius: 16px;
  border: none;
  width: 22px;
  height: 8px;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
}
.aboutus-area .section-content .owl-dots .owl-dot.active {
  background: #ffffff;
  border-radius: 16px;
  width: 45px;
  height: 8px;
  border: none;
}

.thumbnail-wrapper {
  position: relative;
}
.thumbnail-wrapper .thumb-1 img {
  border-radius: 5px;
}
.thumbnail-wrapper .thumb-2 {
  width: 65%;
  position: absolute;
  top: 155px;
  right: 0px;
}
.thumbnail-wrapper .thumb-2 img {
  width: 100%;
  height: auto;
}
.thumbnail-wrapper:before {
  position: absolute;
  content: "";
  bottom: -85px;
  left: 0;
  width: 100%;
  height: 55%;
  background-image: url("../img/about/7.png");
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-animation: top-image-bounce 3s infinite ease-in-out;
          animation: top-image-bounce 3s infinite ease-in-out;
}

/************** single-team ***************/
.single-team-inner {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}
.single-team-inner .thumb {
  overflow: hidden;
  position: relative;
  border-radius: 7px;
}
.single-team-inner .thumb img {
  transition: all 0.9s ease-in-out;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: scale(1.05);
}
.single-team-inner .thumb:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 0, 255, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.single-team-inner .social-media {
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 65px;
  display: inline-block;
  width: 100%;
}
.single-team-inner .social-media li {
  opacity: 0;
  z-index: 9;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: translateY(50%);
  transition: all 0.5s ease-in-out;
  padding: 4px 0;
}
.single-team-inner .social-media li:first-child {
  padding-top: 0;
  transition-delay: 0.1s;
}
.single-team-inner .social-media li:nth-child(2) {
  transition-delay: 0.2s;
}
.single-team-inner .social-media li:nth-child(3) {
  transition-delay: 0.3s;
}
.single-team-inner .social-media li:nth-child(4) {
  transition-delay: 0.4s;
  padding-bottom: 0;
}
.single-team-inner .social-media li a:hover {
  color: var(--main-color);
}
.single-team-inner .details {
  padding: 25px 25px 24px;
  margin: 20px;
  margin-top: -60px !important;
  position: relative;
  z-index: 2;
  background: #fff;
  box-shadow: 0px -4px 25px rgba(144, 0, 255, 0.07);
  border-radius: 6px;
  transition: all 0.4s ease-in;
}
.single-team-inner .details h4 {
  margin-bottom: 5px;
}
.single-team-inner .details h4:hover a {
  color: var(--heading-color);
}
.single-team-inner .details span {
  font-size: 15px;
  margin: 7px 0 0;
  color: var(--main-color);
}
.single-team-inner.style-overlay {
  transition: 0.7s;
}
.single-team-inner.style-overlay .social-media {
  padding: 30px 40px;
}
.single-team-inner.style-overlay .details {
  position: absolute;
  top: 0;
  left: -10px;
  visibility: hidden;
  opacity: 0;
  transition: 0.7s;
  padding: 40px;
}
.single-team-inner.style-overlay .details h4 {
  color: #fff;
}
.single-team-inner.style-overlay .details span {
  color: #fff;
  position: relative;
  padding-left: 40px;
}
.single-team-inner.style-overlay .details span:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  top: 10px;
  left: 0;
  background: #fff;
}
.single-team-inner:hover .thumb:after {
  visibility: visible;
  opacity: 1;
}
.single-team-inner:hover img {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: scale(1.1);
}
.single-team-inner:hover .social-media li {
  opacity: 1;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: translateY(0);
}
.single-team-inner:hover .details {
  box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
}
.single-team-inner:hover.style-overlay {
  background: red;
}
.single-team-inner:hover.style-overlay .details {
  visibility: visible;
  opacity: 1;
  left: 0;
}

.team-area .team-single .team-thumb img {
  width: 100%;
  height: auto;
}
.team-area .team-single .author-info {
  background-color: var(--main-color);
  padding: 15px 0px 10px 0px;
  text-align: center;
  border-radius: 0 0 20px 20px;
}
.team-area .team-single .author-info h4 a:hover {
  color: #ffffff;
}

/*********** counter-list-inner ***********/
.counter-area-bg {
  padding: 30px 0 0 0;
  background-size: 1200px;
  background-repeat: no-repeat;
  background-position: center;
}

.counter-list-inner {
  background: #fff;
  border-radius: 5px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0px -4px 25px rgba(144, 0, 255, 0.07);
}
.counter-list-inner .media-left {
  margin-right: 16px;
}
.counter-list-inner .details h2 {
  margin-bottom: 0;
  font-size: 30px;
  color: var(--main-color);
}
.counter-list-inner .details p {
  margin-bottom: 0;
  font-weight: 600;
}

/********* work area **********/
.work-area {
  background-image: url("../img/other/work-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 120px 0;
}
.work-area .work-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.work-area .work-wrapper .counter-single {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20%;
  height: auto;
  padding: 60px 45px 65px 45px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.work-area .work-wrapper .counter-single h2 {
  color: #ffffff;
}
.work-area .work-wrapper .counter-single span {
  color: #ffffff;
}
.work-area .work-wrapper .counter-single-1 {
  background-image: url("../img/other/work-1.png");
}
.work-area .work-wrapper .counter-single-2 {
  background-image: url("../img/other/work-2.png");
}
.work-area .work-wrapper .counter-single-3 {
  background-image: url("../img/other/work-3.png");
}
.work-area .work-wrapper .counter-single-4 {
  background-image: url("../img/other/work-4.png");
}
.work-area .work-wrapper .counter-single-5 {
  background-image: url("../img/other/work-5.png");
}
.work-area .work-wrapper .counter-single-6 {
  background-image: url("../img/other/work-1.png");
  display: none;
}

.work-area-2 .work-single {
  filter: drop-shadow(0px -4px 25px rgba(144, 0, 255, 0.07));
  padding: 30px;
  position: relative;
  box-shadow: 0 -4px 25px rgba(144, 0, 255, 0.07);
  margin: 60px 20px 15px 20px;
}
.work-area-2 .work-single h2 {
  font-size: 32px;
  line-height: 42px;
  padding-bottom: 20px;
}
.work-area-2 .work-single .work-date {
  display: inline-block;
  border-radius: 2px;
  padding: 20px 35px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  position: absolute;
  top: -60px;
  right: 20px;
}
.work-area-2 .work-single .work-date-1 {
  background: linear-gradient(210.43deg, #979FFA 6.94%, #4247F9 91.67%);
}
.work-area-2 .work-single .work-date-2 {
  background: linear-gradient(210.43deg, #F188E0 6.94%, #F4648B 57.69%);
}
.work-area-2 .owl-nav {
  margin-left: 45%;
  margin-top: 40px;
}
.work-area-2 .owl-nav button {
  background: none;
  border: none;
}
.work-area-2 .owl-nav button i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #868E96;
  border-radius: 100%;
  background-color: #F1F3F5;
  cursor: pointer;
}
.work-area-2 .owl-nav button i:hover {
  background-color: #7C08FF;
  color: #ffffff;
}
.work-area-2 .owl-nav button i.active {
  background-color: #7C08FF;
  color: #ffffff;
}

/********* video-inner **********/
.video-thumb {
  position: relative;
  padding-left: 20px;
}
.video-thumb .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-inner {
  height: 100%;
  background-size: cover !important;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  min-height: 300px;
}
.video-inner .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-area .video-thumb {
  padding-left: 50px;
}

/************ single-testimonial-inner *************/
.single-testimonial-inner {
  padding: 35px;
  margin-bottom: 93px;
  margin-top: 20px;
  background-color: #fff;
  box-shadow: 0px -4px 25px rgba(144, 0, 255, 0.05);
  position: relative;
  padding-bottom: 0;
  z-index: 10;
}
.single-testimonial-inner::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 250px;
  background-image: url(../img/testimonial-curve.svg);
  bottom: -81px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.single-testimonial-inner .side-icon {
  width: 70px !important;
  margin-bottom: 20px;
}
.single-testimonial-inner p {
  margin-bottom: 0;
}
.single-testimonial-inner .media {
  margin-top: 25px;
}
.single-testimonial-inner .media .media-left {
  margin-right: 10px;
}
.single-testimonial-inner .media .media-left img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.single-testimonial-inner .media .media-body {
  margin-top: 4px;
}
.single-testimonial-inner .media .media-body h6 {
  margin-bottom: 2px;
}
.single-testimonial-inner .review-inner {
  margin-top: 20px;
}
.single-testimonial-inner .review-inner i {
  color: #FFC121;
}

.single-testimonial-inner .test-thumb {
  position: relative;
}
.single-testimonial-inner .test-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
}
.single-testimonial-inner .test-thumb:before {
  position: absolute;
  content: "";
  top: 0;
  left: 40px;
  background-image: url(../img/left-qutation.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.single-testimonial-inner .test-thumb:after {
  position: absolute;
  content: "";
  top: 0;
  right: -78%;
  background-image: url(../img/qutation.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.single-testimonial-inner .client-info h6 {
  padding-top: 10px;
}
.single-testimonial-inner .client-info span {
  color: #0071DC;
  padding-top: 5px;
  display: block;
}
.single-testimonial-inner .client-review {
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid #F5EFEF;
}
.single-testimonial-inner .client-review i {
  color: #FFC121;
  width: 12px;
  height: 12px;
}
.single-testimonial-inner .test-desc {
  padding-top: 10px;
}

.testimonial-slider {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial-slider .owl-nav {
  display: none;
}
.testimonial-slider .owl-dots {
  text-align: center;
}

/********* siksha tab style ************/
.siksha-tab-inner {
  border: 0 !important;
  margin-bottom: 40px;
}
.siksha-tab-inner a {
  border: 0 !important;
  box-shadow: 0px -4px 25px rgba(144, 0, 255, 0.07);
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  background-color: #fff;
  border-radius: 5px !important;
  margin: 0 6px;
  display: inline-block;
  font-weight: 500;
  color: #14142B;
}
.siksha-tab-inner a.active {
  background-color: var(--main-color) !important;
  color: #fff !important;
}

/********* single-event-inner **********/
.single-event-inner {
  box-shadow: 0px -4px 25px rgba(144, 0, 255, 0.07);
  border-radius: 6px;
  padding: 25px;
  margin-bottom: 30px;
}
.single-event-inner .media-wrapper {
  display: flex;
}
.single-event-inner .media-right {
  margin-left: 15px;
}
.single-event-inner .media-left {
  margin-right: 15px;
}
.single-event-inner .media-body {
  position: relative;
}
.single-event-inner .media-body .right-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 500;
  color: var(--main-color);
}
.single-event-inner .media-body .date {
  display: inline-block;
  color: var(--main-color);
  font-weight: 500;
  border-radius: 100%;
  width: 50px;
  padding: 12px 0 5px 0;
  height: 50px;
  line-height: 15px;
  box-shadow: rgb(163, 163, 163) 0px 4px 5px inset;
}
.single-event-inner .media-body .time-zone {
  margin-bottom: 3px;
  color: #000000;
}
.single-event-inner .media-body .content {
  border-top: 1px solid #dbdbdb;
  padding-top: 15px;
  margin-top: 12px;
  font-size: 15px;
}
.single-event-inner .media-body .single-event-meta {
  margin-top: 20px;
}
.single-event-inner .media-body h6 {
  margin-bottom: 3px;
  line-height: 1;
}
.single-event-inner .media-body .designation {
  margin-bottom: 0;
  font-size: 12px;
}
.single-event-inner .media-body img {
  margin-left: 10px;
}

.evets-single {
  border: 3px dashed var(--main-color);
  border-radius: 100%;
  width: 355px;
  height: 355px;
  padding: 45px;
  background-color: #fff;
}
.evets-single .events-desc .events-desc-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}
.evets-single .events-desc .events-desc-heading .author-info .author-thumb img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.evets-single .events-desc .events-desc-heading .author-info .author-designation span {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  color: #000000;
}
.evets-single .events-desc .events-desc-heading .author-info .author-designation p {
  font-size: 14px;
  color: #ADADAD;
}
.evets-single .events-desc .events-desc-heading .events-date {
  width: 25%;
  height: auto;
  background-image: url("../img/other/event-shape.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 15px;
}
.evets-single .events-desc .events-desc-heading .events-date span {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  padding-top: 9px;
  text-align: center;
  padding-left: 5px;
}
.evets-single .events-desc h4 {
  font-size: 17px;
  padding: 10px 0;
}
.evets-single .events-desc p {
  color: #000000;
}
.evets-single .events-desc .events-desc-meta {
  padding-top: 20px;
}

.course-slider-2 .owl-nav {
  display: none;
}
.course-slider-2 .owl-dots {
  margin-top: 20px;
  margin-left: 45%;
}
.course-slider-2 .owl-dots button {
  background-color: #D2ABFF;
  width: 8px;
  height: 11px;
  border-radius: 100%;
  margin: 10px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.course-slider-2 .owl-dots button.active {
  background-color: var(--main-color);
  outline: 2px solid var(--main-color);
  outline-offset: 5px;
}

.course-area-2 .course-slider-2 .owl-dots {
  margin-top: -20px;
}

.event-video-section .video-content .section-title {
  margin-bottom: 30px;
}
.event-video-section .video-content P {
  padding-bottom: 40px;
}
.event-video-section .video-thumb img {
  border-radius: 4px;
}

.event-style-2 {
  position: relative;
  z-index: 1;
}
.event-style-2 .single-event-inner {
  padding: 0;
  overflow: hidden;
}
.event-style-2 .event-header {
  position: relative;
  padding: 20px 30px;
}
.event-style-2 .event-header::before {
  position: absolute;
  content: "";
  width: calc(65% - 50px);
  height: 100%;
  top: 0;
  left: -40px;
  background-color: #F8EEFF;
  z-index: -1;
  border-radius: 8px;
  transform: skew(-20deg);
}
.event-style-2 .content {
  margin-top: 0 !important;
}
.event-style-2 .single-event-meta {
  margin: 0;
  line-height: 1;
}
.event-style-2 .media-body .date {
  display: inline-block;
  color: var(--main-color);
  font-weight: 500;
  border-radius: 100%;
  width: 50px;
  padding: 12px 0 5px 0;
  height: 50px;
  line-height: 15px;
  position: relative;
  box-shadow: none;
}
.event-style-2 .media-body .date::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  background-image: url(../img/half-circle-shadow.png);
  width: 100%;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
}
.event-style-2 .media-footer {
  position: relative;
  padding: 0 20px 30px;
}
.event-style-2 .media-footer .right-arrow {
  position: absolute;
  bottom: 20px;
  right: 40px;
  font-weight: 500;
  color: var(--main-color);
}
.event-style-2 .media-footer .right-arrow:hover {
  color: #000000;
}
.event-style-2 .media-footer .right-arrow:hover img {
  filter: brightness(0);
}

/************ chooseus area ************/
.chooseus-area-inner {
  position: relative;
}
.chooseus-area-inner .globe img {
  -webkit-animation: 5s linear 0s infinite normal none running spin;
          animation: 5s linear 0s infinite normal none running spin;
}
.chooseus-area-inner .chooseus-inner-wrap .choooseus-feature h6 i {
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
}
.chooseus-area-inner .chooseus-inner-wrap .choooseus-feature .color-base i {
  background: linear-gradient(201.18deg, #B378FB 6.98%, #832CF1 84.26%);
}
.chooseus-area-inner .chooseus-inner-wrap .choooseus-feature .color-pink i {
  background: linear-gradient(210.43deg, #F188E0 6.94%, #F4648B 57.69%);
}
.chooseus-area-inner .chooseus-inner-wrap .choooseus-feature .color-blue i {
  background: linear-gradient(210.43deg, #979FFA 6.94%, #4247F9 91.67%);
}

.chooseus-area .chooseus-single {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px 10px;
  border-radius: 14px;
}
.chooseus-area .chooseus-single .icon {
  margin-bottom: 15px;
}
.chooseus-area .chooseus-single p {
  font-size: 14px;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 20px;
}

/*********newslatter area *********/
.newslatter-area {
  background-image: url("../img/other/news-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  padding: 70px 0;
}
.newslatter-area:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #9600FF;
  opacity: 0.4;
}
.newslatter-area .newslatter-content h2 {
  color: #ffffff;
  padding-bottom: 12px;
  font-weight: 500;
}
.newslatter-area .newslatter-content p {
  padding-bottom: 40px;
  color: #DADADA;
}

.newslatter-area-2 {
  background-image: url("../img/bg/newslatter.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  padding: 70px 0;
}
.newslatter-area-2 form input[type=email] {
  padding: 15px 20px;
  line-height: 21px;
  border-radius: 10px;
  border: none;
  font-size: 14px;
  width: 60%;
}
.newslatter-area-2 .btn-base {
  border-radius: 10px;
  background-color: #F5658C;
}
.newslatter-area-2 .btn-base:hover {
  background-color: #fff;
  color: var(--main-color);
}

/************ subscribe-area-inner ************/
.applicationform-area-inner input {
  width: 100%;
  height: 52px;
}

.applicationform-area {
  background-size: 100% 179%;
  background-repeat: no-repeat;
}

.single-subscribe-inner {
  position: relative;
}
.single-subscribe-inner input {
  width: 100%;
  border: 1px solid #DFDFDF;
  height: 65px;
  border-radius: 5px;
  padding: 0 130px 0 20px;
}
.single-subscribe-inner .btn {
  position: absolute;
  right: 6px;
  top: 6px;
  padding: 0 25px;
}
.single-subscribe-inner.style-two input {
  border: 0;
  height: 60px;
}
.single-subscribe-inner.style-two .btn {
  right: 0;
  top: 0;
  height: 60px;
  line-height: 60px;
}

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

.single-client-inner {
  margin-bottom: 50px;
}

/************** signin area **************/
.signin-page-area {
  padding: 120px 0 120px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.signin-page-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(77.61deg, #6847F2 0%, #952BFF 100%);
  opacity: 0.8;
}
.signin-page-area .signin-inner {
  position: relative;
  padding: 60px 50px 56px;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  max-width: 730px;
  z-index: 9;
  margin: 0 auto;
}
.signin-page-area .signin-inner strong {
  color: var(--heading-color);
  transition: all 0.4s ease-in;
}
.signin-page-area .signin-inner strong:hover {
  color: var(--main-color);
}
.signin-page-area .signin-inner h2 {
  color: #ffffff;
  padding-bottom: 60px;
}
.signin-page-area .signin-inner a {
  color: #ffffff;
  font-size: 14px;
  margin: 0 0px 0 10px;
}
.signin-page-area .signin-inner .form-check {
  position: relative;
  display: block;
  padding-bottom: 60px;
  padding-left: 0;
}
.signin-page-area .signin-inner .form-check-label {
  color: #ffffff;
}
.signin-page-area .signin-inner .forgot {
  padding: 0;
  margin: 0 auto;
}
.signin-page-area .signin-inner .signin-form input:not([type=checkbox]) {
  width: 100%;
  height: 55px;
  border: none;
  border-radius: 5px;
  padding: 0 18px;
  background: rgba(193, 149, 255, 0.4);
}
.signin-page-area .signin-inner .signin-form input::-moz-placeholder {
  color: #fff;
}
.signin-page-area .signin-inner .signin-form input:-ms-input-placeholder {
  color: #fff;
}
.signin-page-area .signin-inner .signin-form input::placeholder {
  color: #fff;
}
.signin-page-area .signin-social-title {
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 30px;
}
.signin-page-area .signin-other-connection li {
  display: inline-block;
  background: #fff;
  border-radius: 4px;
  margin-left: 5px;
}
.signin-page-area .signin-other-connection li a {
  color: #000000;
  margin: 0 auto;
  padding: 7px;
}
.signin-page-area .signin-other-connection li a:hover {
  color: #9000FF;
}
.signin-page-area .btn {
  color: #9000FF !important;
}
.signin-page-area .signin-create-account {
  padding-top: 60px;
  color: #ffffff;
}
.signin-page-area .signup-create-account {
  padding-top: 35px;
  color: #ffffff;
}

.singin-footer {
  position: relative;
  background-color: #ffffff;
}
.singin-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 23px 0;
  position: relative;
  z-index: 2;
  color: rgba(0, 0, 0, 0.9);
}
.singin-footer .text-center span {
  color: #9000FF;
}

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

/*********  single-contact-info ***********/
.single-contact-info {
  background: #F7FAFC;
  padding: 30px 30px 26px;
}
.single-contact-info .thumb {
  margin-right: 20px;
}
.single-contact-info .details p {
  margin-bottom: 0;
}

/************** contact area **************/
.contact-page-thumb {
  height: 100%;
  width: 100%;
  background-size: cover !important;
  min-height: 400px;
}

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

.contact-form-inner {
  background: #F7FAFC;
  padding: 50px;
}

.contact-form-inner {
  width: 100%;
}
.contact-form-inner h2 {
  text-align: center;
  padding-bottom: 50px;
}
.contact-form-inner form {
  width: 100%;
}
.contact-form-inner form .form-item {
  width: 50%;
}
.contact-form-inner form .form-item input {
  width: 100%;
  height: 55px;
  border: none;
  border-radius: 4px;
  padding: 0 18px;
}

.contact-area .desc-text p {
  padding-bottom: 30px;
}
.contact-area .contact-inner .contact-single i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  text-align: center;
  background-color: #7C08FF;
  color: #ffffff;
  font-size: 30px;
  margin-right: 10px;
}
.contact-area .contact-inner .contact-single span {
  color: #25292C;
  font-size: 20px;
  font-weight: 600;
}
.contact-area .contact-wrapper {
  width: 100%;
  height: auto;
  margin-top: 80px;
  position: relative;
}
.contact-area .contact-wrapper .contact-form {
  width: 65%;
  background: #FFFFFF;
  box-shadow: 0px 23px 49px rgba(0, 0, 0, 0.11);
  border-radius: 20px;
  padding: 50px 40px;
  margin-top: 180px;
}
.contact-area .contact-wrapper .contact-form form {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.contact-area .contact-wrapper .contact-form form .form-item {
  width: 48%;
  height: auto;
}
.contact-area .contact-wrapper .contact-form form .form-item input {
  border: none;
  border-bottom: 2px solid #EBE5DB;
  width: 100%;
  padding-bottom: 15px;
}
.contact-area .contact-wrapper .contact-form form .form-item input::-moz-placeholder {
  color: #5D6568;
  font-weight: 600;
  font-size: 16px;
}
.contact-area .contact-wrapper .contact-form form .form-item input:-ms-input-placeholder {
  color: #5D6568;
  font-weight: 600;
  font-size: 16px;
}
.contact-area .contact-wrapper .contact-form form .form-item input::placeholder {
  color: #5D6568;
  font-weight: 600;
  font-size: 16px;
}
.contact-area .contact-wrapper .contact-form form .form-item input[type=number]::-webkit-inner-spin-button,
.contact-area .contact-wrapper .contact-form form .form-item input [type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact-area .contact-wrapper .contact-form form .comment-box {
  width: 100%;
  padding-top: 50px;
  border-bottom: 2px solid #EBE5DB;
}
.contact-area .contact-wrapper .contact-form form .comment-box textarea {
  width: 100%;
  height: auto;
  border: none;
}
.contact-area .contact-wrapper .contact-form form .form-meta {
  padding-top: 40px;
}
.contact-area .contact-wrapper .contact-form form .form-meta button {
  margin-left: 50px;
}
.contact-area .contact-wrapper .contact-thumbnail {
  position: absolute;
  right: -7%;
  top: 0;
  z-index: -1;
  transform: translate(0, -100px);
}
.contact-area .contact-wrapper .contact-thumbnail img {
  border-radius: 14px;
  width: 90%;
  height: auto;
}

.contact-area {
  transform: translate(0, -50px);
}
.contact-area .contact-box {
  background-color: #ffffff;
  box-shadow: 0px -4px 25px rgba(144, 0, 255, 0.07);
  border-radius: 5px;
  padding: 30px 0;
}
.contact-area .contact-box .icon i {
  background: rgba(200, 152, 255, 0.2);
  color: var(--main-color);
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 40px;
}
.contact-area .contact-box h4 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact-page-2 {
  transform: translate(0);
}

.become-area {
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.become-area:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E8E8E8;
  opacity: 0.9;
}

.become-area-inner {
  position: relative;
  z-index: 3;
}
.become-area-inner h2 {
  font-weight: 700;
}
.become-area-inner p {
  color: #333333;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.become-area-inner form {
  width: 100%;
  position: relative;
}
.become-area-inner form input {
  width: 100%;
  min-height: 60px;
  line-height: 60px;
  padding-left: 30px;
  padding-right: 100px;
  border: none;
  outline: none;
  border-radius: 5px;
}
.become-area-inner form input:focus {
  outline: none;
  border: none;
}
.become-area-inner form .btn {
  position: absolute;
  top: 6px;
  right: 6px;
}

.single-accordion-inner {
  border: 0 !important;
  box-shadow: 0px -4px 25px rgba(144, 0, 255, 0.07);
  margin-bottom: 20px;
  border-radius: 6px;
}
.single-accordion-inner .card-header {
  background: #fff;
  padding: 5px 30px;
  border: 0;
}
.single-accordion-inner .card-header button {
  padding: 0;
  display: block;
  width: 100%;
  text-align: left;
  text-decoration: none;
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 600;
}
.single-accordion-inner .card-header button:before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 1px;
}
.single-accordion-inner .card-header button.collapsed:before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 1px;
  visibility: visible;
  opacity: 0;
}
.single-accordion-inner .card-header button.collapsed:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 1px;
}
.single-accordion-inner .card-body {
  border-top: 1px solid #eee;
  padding-left: 30px;
  padding-right: 30px;
}

.course-details-content h4 {
  margin-bottom: 20px;
}
.course-details-content p {
  margin-bottom: 14px;
}
.course-details-content .single-list-inner {
  padding-top: 16px;
}
.course-details-content .course-feature-area {
  background: #F6F6F6;
  padding: 30px 30px 20px 30px;
  border-radius: 6px;
  margin-top: 30px;
}
.course-details-content .course-feature-area ul {
  margin: 0;
  padding: 0;
}
.course-details-content .course-feature-area ul li {
  list-style: none;
  margin-bottom: 10px;
  color: #54606c;
}

/*******counter area *****/
.counter-area .counter-wrapper {
  padding: 42px 100px;
  background-color: #F5EDFF;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.counter-area .counter-wrapper:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-image: url("../img/about/4.png");
  background-repeat: no-repeat;
  width: 20%;
  height: 100%;
  -webkit-animation: top-image-bounce 3s infinite ease-in-out;
          animation: top-image-bounce 3s infinite ease-in-out;
}
.counter-area .counter-wrapper:after {
  position: absolute;
  content: "";
  top: 115px;
  right: -8%;
  background-image: url("../img/about/4.png");
  background-repeat: no-repeat;
  width: 20%;
  height: 100%;
  -webkit-animation: top-image-bounce 3s infinite ease-in-out;
  animation: top-image-bounce 3s infinite ease-in-out;
}
.counter-area .counter-wrapper .counter-single {
  border-radius: 5px;
  padding: 21px 0;
  z-index: 1;
  box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  width: 164px;
  margin-left: 15px;
  margin-right: 10px;
}
.counter-area .counter-wrapper .counter-single:nth-child(5) {
  margin-right: 0;
}
.counter-area .counter-wrapper .counter-single h2 {
  color: var(--main-color);
}
.counter-area .counter-wrapper .counter-single p {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}
.counter-area .counter-wrapper .circle-ball-1 {
  position: absolute;
  top: 13px;
  left: 35%;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background: linear-gradient(180deg, #5693FD 0%, #6518CF 93.23%);
  opacity: 0.5;
}
.counter-area .counter-wrapper .circle-ball-2 {
  position: absolute;
  width: 35px;
  height: 35px;
  left: 58%;
  border-radius: 100%;
  bottom: 12px;
  background: linear-gradient(180deg, #FCB4E5 0%, #FCB4E5 0.01%, #CC71EF 93.23%);
  opacity: 0.5;
}

/*********** testimonial area**********/
.testimonial-area .testimonial-single {
  box-shadow: 0px -4px 25px rgba(144, 0, 255, 0.07);
  border-radius: 10px;
  padding: 37px;
  margin: 20px 0;
  position: relative;
}
.testimonial-area .testimonial-single:before {
  position: absolute;
  content: "";
  background-image: url(../../../assets/img/back-quit.svg);
  bottom: 30px;
  left: 38%;
  font-size: 80px;
  font-weight: 900;
  z-index: -1;
  opacity: 0.07;
}
.testimonial-area .testimonial-single .test-thumb img {
  width: 70px;
  height: auto;
  margin: 0 auto;
}
.testimonial-area .testimonial-single .testimonial-desc {
  margin-top: 15px;
}
.testimonial-area .testimonial-single .testimonial-desc .client-review {
  padding-bottom: 20px;
}
.testimonial-area .testimonial-single .testimonial-desc .client-review .checked {
  color: #FFC121;
}

.testimonial-area-2 .slider-1-col .testimonial-single {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 40px;
  border: 1px solid var(--main-color);
  margin: 40px 20px 0 20px;
}
.testimonial-area-2 .slider-1-col .testimonial-single .test-content p {
  margin-top: 15px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.testimonial-area-2 .slider-1-col .testimonial-single .test-thumb {
  transform: translate(0px, -80px);
}
.testimonial-area-2 .slider-1-col .testimonial-single .test-thumb img {
  width: 130px;
  height: 130px;
  margin: 0 auto;
}
.testimonial-area-2 .slider-1-col .testimonial-single .icon {
  margin-top: -40px;
  font-size: 40px;
  color: #7C08FF;
}
.testimonial-area-2 .owl-nav {
  position: absolute;
  left: -197%;
  bottom: 30%;
}
.testimonial-area-2 .owl-nav button {
  border: none;
  background: none;
}
.testimonial-area-2 .owl-nav button i {
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  cursor: pointer;
  background: none;
  line-height: 45px;
  text-align: center;
}
.testimonial-area-2 .owl-nav button i:hover {
  background: linear-gradient(210.43deg, #F188E0 6.94%, #F4648B 57.69%);
  box-shadow: -5px 10px 30px rgba(253, 52, 110, 0.301961);
  color: #ffffff;
}
.testimonial-area-2 .owl-nav button i.active {
  background: linear-gradient(210.43deg, #F188E0 6.94%, #F4648B 57.69%);
  box-shadow: -5px 10px 30px rgba(253, 52, 110, 0.301961);
  color: #ffffff;
}

/**********event area*************/
.events-area .single-event-inner {
  padding: 0;
}
.events-area .single-event-inner .media-body .single-event-heading .media-left {
  width: 50%;
  height: auto;
  background-color: #F8EEFF;
  position: relative;
  padding: 30px 0 18px 40px;
}
.events-area .single-event-inner .media-body .single-event-heading .media-left:after {
  position: absolute;
  content: "";
  top: 0;
  right: -35px;
  background-color: #F8EEFF;
  width: 50%;
  height: 100%;
  transform: skewX(30deg);
  z-index: -1;
}
.events-area .single-event-inner .media-body .single-event-heading .media-left .events-date {
  position: relative;
  width: 60px;
  height: auto;
  margin-right: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.events-area .single-event-inner .media-body .single-event-heading .media-left .events-date:after {
  width: 60px;
  height: 26px;
  border: 5px solid #d9d2d2;
  border-top: 0;
  background: rgba(0, 0, 0, 0);
  border-radius: 0 0 120px 120px/0 0 90px 90px;
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
}
.events-area .single-event-inner .media-body .single-event-heading .media-right {
  padding: 30px 40px 0 0;
}
.events-area .single-event-inner .media-body .single-event-heading .media-right .client-info {
  padding-left: 10px;
}
.events-area .single-event-inner .media-body .right-arrow {
  position: absolute;
  right: 40px;
  bottom: 20px;
  color: var(--main-color);
  font-weight: 600;
  width: 100px;
  background: none;
  box-shadow: none;
}
.events-area .single-event-inner .media-body .content {
  margin-top: 0;
  padding: 20px 40px 40px 40px;
}

/*******.education-area******/
.education-area .education-content .admin-sign {
  margin-top: 15px;
}
.education-area .education-content .admin-sign p {
  padding-top: 15px;
  padding-bottom: 0;
  color: var(--heading-color);
}
.education-area .education-thumb {
  z-index: 0;
  border-radius: 10px;
  position: relative;
}
.education-area .education-thumb:before {
  position: absolute;
  content: "";
  left: -26px;
  bottom: -22px;
  width: 15%;
  height: 21%;
  background-image: url("../img/about/6.png");
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-animation: top-image-bounce 3s infinite ease-in-out;
          animation: top-image-bounce 3s infinite ease-in-out;
}
.education-area .education-thumb:after {
  position: absolute;
  content: "";
  top: -25px;
  right: -25px;
  background-color: transparent;
  width: 70%;
  height: 70%;
  border-top: 30px solid #7C08FF;
  border-right: 30px solid #7C08FF;
  z-index: -1;
  border-radius: 10px;
}
.education-area .education-thumb img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/************** tution fee area ***********/
.tution-fee-area .tution-fee-feature .tution-fee-single {
  padding: 30px;
  background: #FBF8FF;
  box-shadow: 0px -1px 8px rgba(144, 0, 255, 0.15);
  border-radius: 20px;
}
.tution-fee-area .tution-fee-feature .tution-fee-single h4 {
  padding-top: 20px;
  padding-bottom: 40px;
}
.tution-fee-area .tution-fee-feature .tution-fee-single .icon i {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: inline-block;
  line-height: 65px;
  color: #ffffff;
  text-align: center;
  font-size: 25px;
}
.tution-fee-area .tution-fee-feature .tution-fee-single .icon-1 i {
  background: linear-gradient(201.18deg, #B378FB 6.98%, #832CF1 84.26%);
}
.tution-fee-area .tution-fee-feature .tution-fee-single .icon-2 i {
  background: linear-gradient(210.43deg, #F188E0 6.94%, #F4648B 57.69%);
}
.tution-fee-area .tution-fee-feature .tution-fee-single .icon-3 i {
  background: linear-gradient(210.43deg, #979FFA 6.94%, #4247F9 91.67%);
}
.tution-fee-area .tution-fee-feature .tution-fee-single .icon-4 i {
  background: linear-gradient(214.09deg, #71CDF4 13.29%, #3599FD 83.94%);
}
.tution-fee-area .tution-fee-content {
  position: relative;
}
.tution-fee-area .tution-fee-content .tution-fee-desc {
  padding-bottom: 50px;
}
.tution-fee-area .tution-fee-content .shape {
  position: absolute;
  left: 50%;
  bottom: -35%;
  transform: rotate(45deg);
}

.tution-fee-2 .desc-text p {
  padding: 0 19% 25px 19%;
}
.tution-fee-2 .tution-fee-table {
  width: 100%;
  height: auto;
}
.tution-fee-2 .tution-fee-table .table {
  width: 80%;
  height: auto;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  position: relative;
  border-radius: 14px 14px 0px 0px;
}
.tution-fee-2 .tution-fee-table .table tr {
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  transition: all 0.4s ease;
}
.tution-fee-2 .tution-fee-table .table tr:hover {
  background-color: #F2F2F2;
}
.tution-fee-2 .tution-fee-table .table tr:last-child {
  background-color: #7C08FF;
  color: #ffffff;
  border-bottom: none;
}
.tution-fee-2 .tution-fee-table .table tr th {
  padding: 20px 0;
  background-color: #F9F9FA;
  border: none;
  color: #06040A;
}
.tution-fee-2 .tution-fee-table .table tr th:first-child {
  padding-left: 35px;
}
.tution-fee-2 .tution-fee-table .table tr th:last-child {
  padding-right: 35px;
}
.tution-fee-2 .tution-fee-table .table tr td {
  padding: 20px 0;
}
.tution-fee-2 .tution-fee-table .table tr .fee-title {
  padding-left: 35px;
  color: #25292C;
}
.tution-fee-2 .tution-fee-table .table tr .fee-amount {
  padding-right: 35px;
  color: #06040A;
  font-weight: 600;
}
.tution-fee-2 .tution-fee-table .table:before {
  position: absolute;
  content: "";
  bottom: 100px;
  left: -68px;
  width: 10%;
  height: 15%;
  background-image: url("../img/about/circle-1.png");
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-animation: top-image-bounce 3s infinite ease-in-out;
          animation: top-image-bounce 3s infinite ease-in-out;
}
.tution-fee-2 .tution-fee-table .table:after {
  position: absolute;
  content: "";
  top: 100px;
  right: -88px;
  width: 10%;
  height: 15%;
  background-image: url("../img/about/circle-1.png");
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-animation: top-image-bounce 3s infinite ease-in-out;
          animation: top-image-bounce 3s infinite ease-in-out;
}

/********* degree tab style ************/
.degree-tab-inner {
  border: 0 !important;
}
.degree-tab-inner a {
  border: 0 !important;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  margin: 0 6px;
  display: inline-block;
  font-weight: 500;
  color: #ffffff;
}
.degree-tab-inner a.active {
  color: var(--main-color) !important;
  background-color: #F5658C !important;
}

.degree-area .degree-tab {
  background-color: #F5658C;
  padding: 10px 0;
}
.degree-area .about-degree {
  position: relative;
  padding-top: 130px;
  padding-bottom: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.degree-area .about-degree .about-degree-content {
  background-color: #389BFD;
  padding: 48px 75px;
  margin-right: 30px;
}
.degree-area .about-degree .about-degree-content .about-slider .single-item span {
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 20px;
}
.degree-area .about-degree .about-degree-content .about-slider .single-item h2 {
  color: #ffffff;
  padding-bottom: 30px;
}
.degree-area .about-degree .about-degree-content .about-slider .single-item .desc-text p {
  color: #ffffff;
  padding-bottom: 40px;
}
.degree-area .about-degree .about-degree-content .about-slider .single-item .btn-white:hover {
  background-color: #00ACFF;
}
.degree-area .about-degree .about-degree-content .about-slider .owl-nav {
  display: none;
}
.degree-area .about-degree .about-degree-content .about-slider .owl-dots {
  position: absolute;
  right: 0;
  bottom: 40px;
}
.degree-area .about-degree .about-degree-content .about-slider .owl-dots .owl-dot {
  background: #0095DD;
  border-radius: 16px;
  border: none;
  width: 22px;
  height: 8px;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
}
.degree-area .about-degree .about-degree-content .about-slider .owl-dots .owl-dot.active {
  width: 40px;
  background: #ffffff;
}

/******************chooseus-degree area *************/
.chooseus-degree-area .desc-text p {
  padding-bottom: 40px;
}
.chooseus-degree-area .chooseus-degree-single {
  background-color: #ffffff;
  position: relative;
  box-shadow: 0px 3px 20px rgba(0, 33, 71, 0.06);
  border-radius: 20px;
  display: block;
  overflow: hidden;
}
.chooseus-degree-area .chooseus-degree-single .blog-date {
  background: linear-gradient(210.43deg, rgb(241, 136, 224) 6.94%, rgb(244, 100, 139) 57.69%);
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0;
  border-radius: 10px;
  text-align: center;
  z-index: 1;
  padding: 22px 17px;
}
.chooseus-degree-area .chooseus-degree-single .blog-date h4 {
  color: #fff;
}
.chooseus-degree-area .chooseus-degree-single .blog-date span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.chooseus-degree-area .chooseus-degree-single .chooseus-thumb {
  overflow: hidden;
}
.chooseus-degree-area .chooseus-degree-single .chooseus-thumb img {
  border-radius: 20px 20px 0 0;
  transition: all 0.4s ease;
  transform: scale(1.1);
  width: 100%;
  height: auto;
}
.chooseus-degree-area .chooseus-degree-single .chooseus-content {
  padding: 25px 30px;
  border-radius: 0 0 20px 20px;
}
.chooseus-degree-area .chooseus-degree-single .chooseus-content span {
  text-transform: uppercase;
  padding-bottom: 15px;
  display: block;
}
.chooseus-degree-area .chooseus-degree-single .chooseus-content h4 {
  padding-bottom: 15px;
}
.chooseus-degree-area .chooseus-degree-single .chooseus-content p {
  padding-bottom: 20px;
}
.chooseus-degree-area .chooseus-degree-single:hover .chooseus-thumb img {
  transform: scale(1.2);
}

/**********study-area**********/
.study-area .desc-text p {
  padding-bottom: 40px;
}
.study-area .selection-section {
  background-color: #ffffff;
  box-shadow: 45px 4px 49px rgba(0, 0, 0, 0.05), 0px 23px 29px rgba(0, 0, 0, 0.01);
  border-radius: 14px;
  padding: 35px 0;
  margin-bottom: 40px;
}
.study-area .selection-section .category-selection {
  padding-left: 100px;
  padding-right: 30px;
  width: 100%;
  height: auto;
}
.study-area .selection-section .category-selection select {
  width: 100%;
  height: auto;
  border: none;
  font-size: 20px;
  font-weight: 600;
  color: #25292C;
}
.study-area .selection-section .title-selection {
  width: 100%;
  height: auto;
  padding-right: 30px;
}
.study-area .selection-section .title-selection select {
  width: 100%;
  border: none;
  font-size: 20px;
  font-weight: 600;
  color: #25292C;
}
.study-area .selection-section .search-area {
  width: 100%;
  height: auto;
  padding-right: 35px;
}
.study-area .selection-section .search-area form {
  width: 100%;
  height: auto;
  position: relative;
}
.study-area .selection-section .search-area form input {
  border: none;
  background: none;
}
.study-area .selection-section .search-area form input::-moz-placeholder {
  font-size: 20px;
  color: #25292C;
  font-weight: 600;
}
.study-area .selection-section .search-area form input:-ms-input-placeholder {
  font-size: 20px;
  color: #25292C;
  font-weight: 600;
}
.study-area .selection-section .search-area form input::placeholder {
  font-size: 20px;
  color: #25292C;
  font-weight: 600;
}
.study-area .selection-section .search-area form .btn-search {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.study-area .study-single {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #389BFD;
  padding: 25px;
  border-radius: 14px;
  transition: all 0.4s ease;
  position: relative;
  z-index: 0;
}
.study-area .study-single .study-icon {
  width: 30%;
  height: auto;
}
.study-area .study-single .study-icon img {
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  border-radius: 100%;
  padding: 15px;
  line-height: 90px;
  display: inline-block;
  text-align: center;
}
.study-area .study-single .study-content h4 {
  color: #ffffff;
  padding-bottom: 5px;
}
.study-area .study-single .study-content p {
  color: #ffffff;
  padding-bottom: 15px;
}
.study-area .study-single:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #F5658C;
  z-index: -1;
  border-radius: 14px;
  transition: all 0.4s ease;
}
.study-area .study-single:hover:after {
  width: 100%;
  left: 0;
  background-color: #F5658C;
}

.single-event-area .left-sidebar .about-event {
  background-color: #ffffff;
  box-shadow: 0px -4px 25px rgba(144, 0, 255, 0.07);
  border-radius: 4px;
  padding: 25px;
}
.single-event-area .left-sidebar .about-event h4 {
  padding-top: 20px;
}
.single-event-area .left-sidebar .about-event .wrapper {
  padding-top: 10px;
}
.single-event-area .left-sidebar .about-event .wrapper ul li {
  padding-bottom: 5px;
}
.single-event-area .left-sidebar .about-event .wrapper .social-icon ul li i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0px -4px 25px rgba(144, 0, 255, 0.07);
}
.single-event-area .event-content-inner {
  box-shadow: 0px -4px 25px rgba(144, 0, 255, 0.07);
  padding: 40px 30px;
}
.single-event-area .event-content-inner .desc-text {
  padding-bottom: 30px;
  margin: 0;
}
.single-event-area .event-content-inner .list-inner .single-line-inner {
  width: 50%;
  height: auto;
  padding-bottom: 20px;
}
.single-event-area .event-content-inner .list-inner .icon i {
  width: 25px;
  height: 25px;
  border-radius: 4px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(201.18deg, #B378FB 6.98%, #832CF1 84.26%);
  margin-right: 10px;
}
.single-event-area .event-content-inner .list-inner .icon-1 i {
  background: linear-gradient(210.43deg, #F188E0 6.94%, #F4648B 57.69%);
}

.event-area .event-pagination a {
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  color: var(--heading-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  box-shadow: 0px -4px 25px rgba(144, 0, 255, 0.07);
}
.event-area .event-pagination a:hover {
  background-color: var(--btn-color);
  color: #fff;
}
.event-area .event-pagination a.active {
  background-color: var(--btn-color);
  color: #fff;
}

.event-details-page-content .single-event-inner {
  box-shadow: none !important;
  border-radius: 0;
  padding: 0;
  border: 0;
}
.event-details-page-content .single-event-inner .details {
  padding: 0;
  margin-top: 22px;
}
.event-details-page-content .single-event-inner .details .event-meta ul {
  margin: 0;
  padding: 0;
}
.event-details-page-content .single-event-inner .details .event-meta li {
  margin-right: 15px;
  display: inline-block;
  color: #adadad;
  color: var(--heading-color);
}
.event-details-page-content .single-event-inner .details .event-meta li i {
  margin-right: 4px;
  color: var(--heading-color);
}
.event-details-page-content .single-event-inner .details .event-meta li:last-child {
  margin-right: 0;
}
.event-details-page-content .event-content-inner {
  padding-top: 30px;
}
.event-details-page-content .event-content-inner h4 {
  padding-bottom: 10px;
}
.event-details-page-content .event-content-inner .social-media ul li {
  margin-right: 15px;
}
.event-details-page-content .event-content-inner .social-media ul li:last-child {
  margin-right: 0;
}
.event-details-page-content .event-content-inner .social-media ul li i {
  background-color: #fff;
  box-shadow: 0px -4px 25px rgba(144, 0, 255, 0.07);
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.event-details-page-content blockquote {
  background: #F7FAFC;
  padding: 30px 40px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
  font-style: italic;
  position: relative;
}
.event-details-page-content blockquote img {
  position: absolute;
  top: 30px;
  left: 30px;
}
.event-details-page-content blockquote .name {
  position: relative;
  padding-left: 50px;
  margin-bottom: 0;
}
.event-details-page-content blockquote .name:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  height: 1px;
  width: 40px;
  background: var(--main-color);
}

.main-event-area .event-content-inner .single-list-inner ul li {
  list-style: disc;
}

/*----------------------------------------------
    ## course style
----------------------------------------------*/
.single-course-inner {
  transition: all 0.4s ease-in;
  border-radius: 7px;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0px -4px 25px rgba(144, 0, 255, 0.07);
  position: relative;
  overflow: hidden;
}
.single-course-inner .thumb {
  overflow: hidden;
}
.single-course-inner .thumb img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 0.4s ease-in;
}
.single-course-inner:hover img {
  transform: scale(1.1);
}
.single-course-inner .course-header-meta {
  position: absolute;
  padding: 20px;
  left: 0;
  bottom: 0;
  width: 100%;
}
.single-course-inner .details-inner {
  position: relative;
  padding: 30px 25px 25px;
}
.single-course-inner .details-inner .course-price-meta {
  box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.25);
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  top: -30px;
  right: 40px;
  z-index: 1;
  background-color: var(--main-color);
}
.single-course-inner .details-inner .course-price-meta span {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
}
.single-course-inner .details-inner .course-header {
  display: inline-block;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.single-course-inner .details-inner .course-header-1 {
  background: linear-gradient(210.43deg, #F188E0 6.94%, #F4648B 57.69%);
}
.single-course-inner .details-inner .course-header-2 {
  background: linear-gradient(210.43deg, #979FFA 6.94%, #4247F9 91.67%);
}
.single-course-inner .details-inner .course-header-3 {
  background: linear-gradient(214.09deg, #71CDF4 13.29%, #3599FD 83.94%);
}
.single-course-inner .details-inner h4 {
  font-weight: 500;
}
.single-course-inner .details-inner p {
  margin-bottom: 0;
}
.single-course-inner .details-inner .course-footer {
  border-top: 1px solid #eff1f3;
  padding-top: 20px;
  margin-top: 21px;
}
.single-course-inner .details-inner .read-more-btn {
  font-size: 16px;
  font-weight: 600;
  color: var(--main-color);
}

.cat-area a {
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-right: 4px;
}
.cat-area a.cat-yellow {
  background: #EEB600;
}
.cat-area a.cat-green {
  background: #0EBE9A;
}

/************* single-category-inner ***************/
.single-category-inner {
  position: relative;
  background-size: cover !important;
  padding: 50px 30px 53px 30px;
  margin-bottom: 30px;
  border-radius: 6px;
  display: block;
  transition: all 0.4s ease-in;
}
.single-category-inner .bg-img {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  transition: all 0.4s ease-in;
  border-radius: 6px;
}
.single-category-inner:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 33, 71, 0.76);
  border-radius: 6px;
}
.single-category-inner .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 2px;
}
.single-category-inner span {
  position: relative;
  z-index: 2;
  color: #fff;
  display: block;
}
.single-category-inner:hover {
  box-shadow: 0px 10px 30px rgba(0, 33, 71, 0.08);
}
.single-category-inner:hover .bg-img {
  filter: blur(3px);
}

/********** course-details-nav-tab *********/
.course-details-header {
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.course-details-header ul li {
  display: inline-block;
  padding-right: 10px;
}
.course-details-header ul li:last-child {
  padding: 0;
}
.course-details-header ul li img {
  margin-right: 10px;
}
.course-details-header ul li span {
  color: var(--heading-color);
}
.course-details-header .course-meta-right {
  color: orange;
}

/*********** course-details-content ************/
.course-course-details-inner {
  padding: 30px;
  border: 1px solid #e9eaea;
}

.course-details-content h4 {
  margin-bottom: 20px;
}
.course-details-content p {
  margin-bottom: 14px;
}

/********** td-review-inner ************/
.td-review-inner ul {
  margin: 0;
  padding: 0;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}
.td-review-inner ul li {
  list-style: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 35px;
}
.td-review-inner ul li:last-child {
  border: 0;
}
.td-review-inner ul li ul {
  border: 0;
  padding-left: 127px;
  margin-top: 30px;
}
.td-review-inner ul li ul li {
  padding: 0;
  border: 0;
}

/************* single-review-inner **************/
.single-review-inner .media-left {
  margin-right: 25px;
}
.single-review-inner .media-left img {
  height: 82px;
  width: 82px;
  margin-bottom: 15px;
  margin-top: 5px;
  border-radius: 4px;
}
.single-review-inner .media-left h6 {
  margin-bottom: 0;
}
.single-review-inner .media-left p {
  margin-bottom: 0;
}
.single-review-inner .media-left i {
  font-size: 15px;
}

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

.course-slider-2 .course-single {
  margin-bottom: 15px;
  border: 1px solid #9000ff;
}
.course-slider-2 .course-single .course-thumb {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 30px 0;
}
.course-slider-2 .course-single .course-thumb img {
  width: 40%;
  height: auto;
  margin: 0 auto;
  padding-top: 120px;
}
.course-slider-2 .course-single .course-desc {
  box-shadow: 0px -4px 25px rgba(144, 0, 255, 0.07);
  border-radius: 10px;
  background-color: #fff;
  padding: 30px;
}
.course-slider-2 .course-single .course-desc .course-desc-header .left-side ul li .bar {
  width: 2px;
  height: 17px;
  display: inline-block;
  background-color: #DCB2F8;
}
.course-slider-2 .course-single .course-desc .course-desc-header .left-side ul li .bar i {
  color: #FFC121;
}
.course-slider-2 .course-single .course-desc .course-desc-header .left-side ul li .bar-1 {
  height: 5px;
  background-color: var(--main-color);
}
.course-slider-2 .course-single .course-desc .course-desc-header .left-side ul li .bar-2 {
  height: 8px;
}
.course-slider-2 .course-single .course-desc .course-desc-header .left-side ul li .bar-3 {
  height: 11px;
}
.course-slider-2 .course-single .course-desc .course-desc-header .left-side ul li .bar-4 {
  height: 14px;
}
.course-slider-2 .course-single .course-desc .course-desc-header .left-side ul li i {
  color: #FFC121;
}
.course-slider-2 .course-single .course-desc .course-desc-header .right-side {
  max-height: 32px;
  box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.25);
  padding-left: 10px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  position: relative;
}
.course-slider-2 .course-single .course-desc .course-desc-header .right-side .price {
  font-size: 20px;
  font-weight: 600;
  color: var(--main-color);
  display: inline-block;
  margin-right: 30px;
}
.course-slider-2 .course-single .course-desc .course-desc-header .right-side a i {
  position: absolute;
  background-color: var(--main-color);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  transition: all 0.4s ease-in;
  top: 1px;
  left: 60px;
}
.course-slider-2 .course-single .course-desc .course-desc-header .right-side a i:hover {
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  color: var(--main-color);
}
.course-slider-2 .course-single .course-desc h4 {
  padding-top: 10px;
  font-size: 19px;
  font-weight: 500;
}
.course-slider-2 .course-single .course-desc .desc-meta .time-zone span i {
  color: var(--main-color);
  margin-right: 5px;
}
.course-slider-2 .course-single .course-desc .desc-meta a {
  color: var(--main-color);
  display: flex;
}
.course-slider-2 .course-single .course-desc .desc-meta a i {
  transition: all 0.4s ease-in;
}
.course-slider-2 .course-single .course-desc .desc-meta a img {
  width: 20px;
  padding-left: 5px;
}
.course-slider-2 .course-single .course-desc:hover .desc-meta a {
  color: var(--heading-color);
}
.course-slider-2 .course-single .course-desc:hover .desc-meta a i {
  transform: translateX(5px);
}

.thumb-style-3 {
  position: relative;
}
.thumb-style-3 .inner-shape .ball-1 {
  position: absolute;
  top: 100px;
  left: 0;
  background: linear-gradient(180deg, #5693FD 0%, #6518CF 93.23%);
}
.thumb-style-3 .inner-img-3 {
  position: absolute;
  bottom: 70px;
  right: 0;
  -webkit-animation: top-image-bounce 3s infinite ease-in-out;
  animation: top-image-bounce 3s infinite ease-in-out;
}

.course-area-2 .section-title {
  margin-bottom: 0;
}
.course-area-2 .course-slider-2 .course-single-box {
  position: relative;
}
.course-area-2 .course-slider-2 .course-single-box:hover .course-desc {
  background-color: #F4ECFF;
}
.course-area-2 .course-slider-2 .course-single-box:hover a {
  color: var(--heading-color);
}
.course-area-2 .course-slider-2 .course-single-box .course-desc-header .left-side ul li .bar {
  width: 2px;
  height: 17px;
  display: inline-block;
  background-color: #DCB2F8;
}
.course-area-2 .course-slider-2 .course-single-box .course-desc-header .left-side ul li .bar i {
  color: #FFC121;
}
.course-area-2 .course-slider-2 .course-single-box .course-desc-header .left-side ul li .bar-1 {
  height: 5px;
  background-color: var(--main-color);
}
.course-area-2 .course-slider-2 .course-single-box .course-desc-header .left-side ul li .bar-2 {
  height: 8px;
}
.course-area-2 .course-slider-2 .course-single-box .course-desc-header .left-side ul li .bar-3 {
  height: 11px;
}
.course-area-2 .course-slider-2 .course-single-box .course-desc-header .left-side ul li .bar-4 {
  height: 14px;
}
.course-area-2 .course-slider-2 .course-single-box .course-desc-header .left-side ul li i {
  color: #FFC121;
}
.course-area-2 .course-slider-2 .course-single-box .course-desc-header .right-side {
  max-height: 32px;
  box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.25);
  padding-left: 10px;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.course-area-2 .course-slider-2 .course-single-box .course-desc-header .right-side .right-side .price {
  font-size: 20px;
  font-weight: 600;
  color: var(--main-color);
}
.course-area-2 .course-slider-2 .course-single-box .course-desc-header .right-side .btn-add {
  background-color: var(--main-color);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
}
.course-area-2 .course-slider-2 .course-single-box .course-desc-header .time-zone i {
  color: var(--main-color);
  margin-right: 5px;
}
.course-area-2 .course-slider-2 .course-single-box .course-thumb {
  transform: rotate(42.18deg);
  display: inline-block;
  padding: 5px;
  position: relative;
  z-index: 1;
  margin-top: 35px;
  margin-left: 15px;
}
.course-area-2 .course-slider-2 .course-single-box .course-thumb:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #25034B;
  border-radius: 40px;
  opacity: 0.3;
  border: 3px dashed #cfacff;
  display: inline-block;
  overflow: hidden;
  transition: 0.3s;
}
.course-area-2 .course-slider-2 .course-single-box .course-thumb img {
  border-radius: 40px;
  position: relative;
}
.course-area-2 .course-slider-2 .course-single-box .course-thumb img:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #25034B;
  opacity: 0.2;
}
.course-area-2 .course-slider-2 .course-single-box .course-price {
  width: 85px;
  max-height: 32px;
  box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.25);
  padding-left: 10px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  z-index: 1;
  background: #fff;
  position: absolute;
  top: 42%;
  left: 41%;
}
.course-area-2 .course-slider-2 .course-single-box .course-price span {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: var(--main-color);
}
.course-area-2 .course-slider-2 .course-single-box .course-price .btn-add i {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  top: 0;
  display: inline-block;
  margin-left: 18px;
  transition: all 0.4s ease-in;
  background-color: var(--main-color);
}
.course-area-2 .course-slider-2 .course-single-box .course-price .btn-add i:hover {
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  color: var(--main-color);
}
.course-area-2 .course-slider-2 .course-desc {
  box-shadow: 0px -4px 25px rgba(144, 0, 255, 0.07);
  border-radius: 10px;
  padding: 75px 15px 25px 15px;
  transform: translate(0px, -70px);
  transition: all 0.4s ease-in;
  z-index: 0;
}
.course-area-2 .course-slider-2 h4 {
  padding: 30px 0;
}
.course-area-2 .course-slider-2 .single-course-arrow {
  margin: auto 96px;
  display: flex;
  color: var(--main-color);
}
.course-area-2 .course-slider-2 .single-course-arrow img {
  width: 20px;
  margin-left: 20px;
}

.sikh-course-layout-2 .course-single {
  overflow: hidden;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px -1px 10px rgba(144, 0, 255, 0.08);
  border-radius: 5px;
  margin-bottom: 20px;
}
.sikh-course-layout-2 .course-single .thumb {
  position: relative;
}
.sikh-course-layout-2 .course-single .details-inner {
  position: relative;
  padding: 0 30px 30px;
  z-index: 999;
}
.sikh-course-layout-2 .course-single .details-inner .price-wrap {
  font-weight: 600;
  font-size: 20px;
  display: flex;
  justify-content: space-around;
  box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.25);
  width: 87px;
  height: 31px;
  border-radius: 5px;
  color: #9800FF;
  padding: 2px 36px 1px 9px;
  position: relative;
  margin-left: auto;
}
.sikh-course-layout-2 .course-single .details-inner .price-wrap span {
  line-height: 28px;
}
.sikh-course-layout-2 .course-single .details-inner .price-wrap a {
  position: absolute;
  background-color: #ffffff;
  box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  width: 31px;
  height: 31px;
  right: -15px;
  top: 0;
  transition: 0.3s;
}
.sikh-course-layout-2 .course-single .details-inner .price-wrap a:hover {
  background-color: #9B0DFC;
}
.sikh-course-layout-2 .course-single .details-inner .price-wrap a:hover img {
  filter: brightness(999);
}
.sikh-course-layout-2 .course-single .details-inner .price-wrap img {
  width: 18px;
  height: 18px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.sikh-course-layout-2 .course-single .details-inner .cource-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 27px;
  margin-bottom: 20px;
}
.sikh-course-layout-2 .course-single .details-inner .cource-meta .course-meta-left {
  display: flex;
  justify-content: space-between;
}
.sikh-course-layout-2 .course-single .details-inner .cource-meta .course-meta-left .course-skill-level {
  display: flex;
  line-height: 1;
  color: #4B4B4B;
}
.sikh-course-layout-2 .course-single .details-inner .cource-meta .course-meta-left .course-skill-level img {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
.sikh-course-layout-2 .course-single .details-inner .cource-meta .course-meta-left .course-duration {
  display: flex;
  padding-left: 10px;
  line-height: 1;
  color: #4B4B4B;
}
.sikh-course-layout-2 .course-single .details-inner .cource-meta .course-meta-left .course-duration img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.sikh-course-layout-2 .course-single .details-inner .cource-meta .course-meta-right {
  line-height: 1;
}
.sikh-course-layout-2 .course-single .details-inner .cource-meta .course-meta-right i {
  color: #FFD874;
}
.sikh-course-layout-2 .course-single .details-inner .course-title {
  text-align: left;
  border-bottom: 1px solid rgba(146, 146, 146, 0.2);
  padding-bottom: 29px;
  font-size: 20px !important;
  line-height: 30px !important;
}
.sikh-course-layout-2 .course-single .details-inner .course-footer {
  position: relative;
}
.sikh-course-layout-2 .course-single .details-inner .course-footer a {
  color: #9A0DFB;
  padding-top: 23px;
  display: block;
}
.sikh-course-layout-2 .course-single .details-inner .course-footer a img {
  width: 15px;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(490%, 50%);
}
.sikh-course-layout-2 .course-single .thumb::before {
  position: absolute;
  content: "";
  bottom: -30px;
  left: 0px;
  background-image: url(../img/shape.svg);
  width: 101%;
  height: 38%;
  z-index: 10;
  background-repeat: no-repeat;
}

/*---------------------------------------------------
	widget styles
----------------------------------------------------*/
.td-sidebar .widget {
  margin-bottom: 34px;
  background: #fff;
  padding: 30px;
  box-shadow: 0px -4px 25px rgba(144, 0, 255, 0.07);
  border-radius: 4px;
}
.td-sidebar .widget.widget_video {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}
.td-sidebar .widget .widget-title {
  margin-bottom: 30px;
  font-size: 22px;
  position: relative;
  border-bottom: 2px solid rgba(66, 74, 97, 0.1);
  padding-bottom: 8px;
}
.td-sidebar .widget .widget-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 70px;
  background: var(--main-color);
}

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

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

.widget_search .search-form input {
  width: 100%;
  border: 0;
  height: 60px;
  background: transparent;
  padding: 0 88px 0 22px;
  background: #F9F9F9;
}

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

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

.widget_search .search-form button i {
  color: rgba(255, 255, 255, 0.8);
}

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

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

.widget-recent-post ul li {
  border-bottom: 1px solid rgba(66, 74, 97, 0.1);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.widget-recent-post ul li .media {
  align-items: center;
}

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

.widget-recent-post ul li .media .media-left img {
  width: 100px;
  height: auto;
  border-radius: 4px;
  transition: all 0.4s ease-in;
  transform: scale(1.1);
}

.widget-recent-post ul li .media:hover img {
  transform: scale(1);
}

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

.widget-recent-post ul li .media .media-body .post-info {
  font-size: 13px;
  color: var(--heading-color);
}

.widget-recent-post ul li .media .media-body .post-info span {
  color: #3F517E;
}

.widget-recent-post ul li .media .media-body .post-info i {
  margin-right: 10px;
}

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

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

.widget_catagory ul li {
  list-style: none;
  transition: 0.6s;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(66, 74, 97, 0.1);
}
.widget_catagory ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget_catagory ul li a {
  position: relative;
}
.widget_catagory ul li a img {
  position: absolute;
  left: 0;
  top: 6px;
  visibility: hidden;
  opacity: 0;
  transition: 0.6s;
}
.widget_catagory ul li a:hover {
  color: var(--main-color);
  padding-left: 20px;
}
.widget_catagory ul li a:hover img {
  visibility: visible;
  opacity: 1;
}

.widget_catagory ul li a i {
  padding-right: 10px;
  color: var(--main-color);
  position: absolute;
  left: 0;
  top: 2px;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}

.widget_catagory ul li:hover a i {
  visibility: visible;
  opacity: 1;
}

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

.widget_tags .tagcloud a {
  border: 1px solid #E3E3E3;
  height: 36px;
  line-height: 36px;
  padding: 0 18px;
  border-radius: 4px;
  display: inline-block;
  margin: 0 5px 9px 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #909090;
}

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

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

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

/******** widget-video-inner *********/
.widget-video-inner {
  border-radius: 5px;
}
.widget-video-inner .thumb {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
.widget-video-inner .thumb:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.widget-video-inner .thumb .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  line-height: 52px;
  z-index: 1;
}
.widget-video-inner .thumb .video-btn i {
  font-size: 18px;
}
.widget-video-inner .thumb .video-btn:after {
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.widget-video-inner .details {
  margin-top: 10px;
}
.widget-video-inner .details ul {
  padding: 0;
  margin: 0;
}
.widget-video-inner .details ul li {
  list-style: none;
  text-align: right;
  display: flex;
  align-items: baseline;
  border-bottom: 1px dashed #E3E3E3;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: var(--heading-color);
}
.widget-video-inner .details ul li:last-child {
  border-bottom: 0;
}
.widget-video-inner .details ul li i {
  color: var(--main-color);
  margin-right: 7px;
}
.widget-video-inner .details ul li span {
  margin-right: auto;
  font-weight: 500;
  color: var(--heading-color);
}

/******** widget-contact *********/
.widget_contact .details {
  padding: 0;
}
.widget_contact .details li {
  margin-bottom: 18px;
  position: relative;
  padding-left: 25px;
  list-style: none;
}
.widget_contact .details li i {
  margin-right: 14px;
  position: absolute;
  left: 0;
  top: 6px;
  color: var(--main-color);
}
.widget_contact .details li:last-child {
  margin-bottom: 0;
}
.widget_contact .details li .time {
  font-size: 12px;
  margin-top: 3px;
}
.widget_contact .social-media li a {
  color: var(--main-color);
}
.widget_contact .social-media li a:hover {
  background: var(--main-color);
  color: #fff;
}

/******** widget-video-inner *********/
.widget-video-inner .details .event-g-map iframe {
  border: 0 !important;
}

/*------------------------------------------------
    blog style
------------------------------------------------*/
.page-title-area {
  padding: 200px 0;
  position: relative;
  z-index: 0;
}
.page-title-area:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(77.61deg, #6847F2 0%, #952BFF 100%);
  opacity: 0.8;
}
.page-title-area .breadcrumb-inner {
  position: relative;
  z-index: 3;
}
.page-title-area .page-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}
.page-title-area .page-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 5px 0;
  border-radius: 40px;
  display: inline-block;
}
.page-title-area .page-list li {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  color: #ffffff;
}
.page-title-area .page-list li a {
  position: relative;
  margin-right: 11px;
  padding-right: 11px;
}
.page-title-area .page-list li a:hover {
  color: #565872;
}
.page-title-area .page-list li a:after {
  position: absolute;
  right: 0;
  top: -1px;
  content: "/";
  height: 15px;
  width: 1px;
}

/*------------------------------------------------
    blog style
------------------------------------------------*/
.single-blog-inner {
  margin-bottom: 30px;
  border-radius: 7px;
  transition: 0.4s;
}
.single-blog-inner .thumb {
  position: relative;
  overflow: hidden;
}
.single-blog-inner .thumb img {
  transform: scale(1.05);
  transition: 0.9s;
}
.single-blog-inner .thumb .date {
  position: absolute;
  left: 30px;
  bottom: 20px;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  background: var(--main-color);
  display: inline-block;
  color: #fff;
  border-radius: 2px;
}
.single-blog-inner .blog-meta {
  margin-bottom: 15px;
}
.single-blog-inner .blog-meta ul {
  margin: 0;
  padding: 0;
}
.single-blog-inner .blog-meta li {
  display: inline-block;
  margin-right: 15px;
  color: #adadad;
}
.single-blog-inner .blog-meta li i {
  margin-right: 4px;
  color: var(--main-color);
}
.single-blog-inner .blog-meta li:last-child {
  margin-right: 0;
}
.single-blog-inner .details {
  padding: 25px 30px 30px 30px;
}
.single-blog-inner .details span {
  color: var(--main-color);
  font-size: 14px;
  margin-bottom: 7px;
  display: inline-block;
}
.single-blog-inner .details h4 {
  margin-bottom: 15px;
}
.single-blog-inner .details h4:hover a {
  color: var(--main-color);
}
.single-blog-inner .details .title {
  margin-bottom: 15px;
}
.single-blog-inner .details p {
  margin-bottom: 20px;
}
.single-blog-inner .details .btn-base-m {
  height: 48px;
  line-height: 48px;
}
.single-blog-inner:hover .thumb img {
  transform: scale(1.1);
}
.single-blog-inner.style-2 {
  border: 0;
}
.single-blog-inner.style-2 .thumb {
  border-radius: 5px;
}
.single-blog-inner.style-2 .thumb:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1D0131;
  opacity: 0.5;
}
.single-blog-inner.style-2 .details {
  margin: 15px;
  margin-top: -70px;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 20px 25px;
  border-radius: 5px;
  box-shadow: 0px -4px 25px rgba(144, 0, 255, 0.07);
}
.single-blog-inner.style-2 .details .cat a {
  font-size: 13px;
  color: #adadad;
}
.single-blog-inner.style-2 .details h6 {
  font-weight: 500;
  color: var(--main-color);
}
.single-blog-inner.style-2 .details ul {
  margin: 0;
  padding: 0;
}
.single-blog-inner.style-2 .details ul li {
  font-size: 11px;
}
.single-blog-inner.style-3 {
  border: 0;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}
.single-blog-inner.style-3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1D0131;
  opacity: 0.5;
}
.single-blog-inner.style-3 .details {
  position: absolute;
  z-index: 3;
  bottom: 0;
}
.single-blog-inner.style-3 .details .cat a {
  color: #fff;
  font-size: 15px;
}
.single-blog-inner.style-3 .details h4 {
  color: #fff;
  margin-bottom: 7px;
  margin-top: 5px;
}
.single-blog-inner.style-3 .details h6 {
  margin-top: 5px;
  color: #fff;
}
.single-blog-inner.style-3 .details ul {
  margin: 0;
  padding: 0;
}
.single-blog-inner.style-3 .details ul li {
  font-size: 13px;
  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: 50px;
  width: 50px;
  margin-right: 15px;
  border: 0;
  border-radius: 100%;
  background-color: #F9F9F9;
  line-height: 50px;
  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);
  color: #fff;
}
.td-page-navigation .pagination li a.active {
  background: var(--main-color);
  color: #FFF;
}

/******** blog-details-page-content ***********/
.blog-details-page-content .single-blog-inner {
  box-shadow: none !important;
  border-radius: 0;
  border: 0;
}
.blog-details-page-content .single-blog-inner .details {
  padding: 0;
  margin-top: 22px;
}
.blog-details-page-content .blog-content-inner h4 {
  padding-bottom: 10px;
}
.blog-details-page-content blockquote {
  background: #F7FAFC;
  padding: 30px 40px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
  font-style: italic;
  position: relative;
}
.blog-details-page-content blockquote img {
  position: absolute;
  top: 30px;
  left: 30px;
}
.blog-details-page-content blockquote .name {
  position: relative;
  padding-left: 50px;
  margin-bottom: 0;
}
.blog-details-page-content blockquote .name:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  height: 1px;
  width: 40px;
  background: var(--main-color);
}

.main-blog-area .blog-content-inner .single-list-inner ul li {
  list-style: disc;
}

.blog-style-1 {
  border: 1px solid #9000ff;
}

/*********** tag-and-share ************/
.tag-and-sharea-area {
  margin-top: 45px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.tag-and-sharea-area .tags a {
  font-size: 15px;
}
.tag-and-sharea-area strong {
  color: var(--heading-color);
  margin-right: 6px;
}
.tag-and-sharea-area .social-media-2 li a {
  color: var(--paragraph-color);
}

/******* blog-comment *******/
.blog-comment {
  margin-top: 62px;
}
.blog-comment .section-title h3 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 22px;
}
.blog-comment .section-title h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 60px;
  background: var(--main-color);
}
.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 .media-body {
  margin-left: 30px;
  position: relative;
}
.blog-comment .media .media-body h5 {
  margin-bottom: 0;
}
.blog-comment .media .media-body .date {
  font-size: 14px;
  display: block;
  margin-bottom: 13px;
}
.blog-comment .media .media-body p {
  color: #5a6378;
  margin-bottom: 12px;
}
.blog-comment .media .media-body .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  padding: 0 15px;
}

.blog-comment-form h3 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 42px;
}
.blog-comment-form h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 60px;
  background: var(--main-color);
}

.blog-thumb-style-2 {
  padding: 14px;
}

.course-slider-2 .blog-single .blog-desc {
  background-color: #ffffff;
  box-shadow: 0px -4px 25px rgba(144, 0, 255, 0.07);
  border-radius: 10px 10px 0 0;
  padding: 15px 25px;
  margin: 15px 0 0;
  transition: all 0.4s ease;
}
.course-slider-2 .blog-single .blog-desc h6 {
  padding: 10px 0;
  color: var(--main-color);
}
.course-slider-2 .blog-single .blog-desc .blog-meta ul {
  padding-left: 0;
}
.course-slider-2 .blog-single .blog-desc .blog-meta ul li {
  display: inline-block;
  padding-right: 30px;
}
.course-slider-2 .blog-single .blog-desc .blog-meta ul :last-child {
  padding-right: 0;
}
.course-slider-2 .blog-single .blog-desc .blog-meta ul li i {
  color: var(--main-color);
}
.course-slider-2 .blog-single:hover .blog-desc {
  background-color: #F8EEFF;
}
.course-slider-2 .blog-single:hover .blog-desc h6 {
  color: var(--heading-color);
}

.blog-area-2 .blog-slider .blog-single {
  display: block;
  overflow: hidden;
}
.blog-area-2 .blog-slider .blog-single .blog-thumb img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
  transition-delay: 0.1s;
  border-radius: 10px 10px 0 0;
}
.blog-area-2 .blog-slider .blog-single .blog-content {
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px -4px 25px rgba(144, 0, 255, 0.07);
  padding: 15px 20px;
  transform: translate(0px, -80px);
  transition: all 0.4s ease;
}
.blog-area-2 .blog-slider .blog-single .blog-content .blog-content-meta {
  padding-top: 10px;
}
.blog-area-2 .blog-slider .blog-single .blog-content .blog-content-meta ul li {
  display: inline-block;
  padding-right: 30px;
}
.blog-area-2 .blog-slider .blog-single .blog-content .blog-content-meta ul li:last-child {
  padding-right: 0;
}
.blog-area-2 .blog-slider .blog-single .blog-content .blog-content-meta ul li i {
  color: var(--main-color);
  margin-right: 10px;
}
.blog-area-2 .blog-slider .blog-single:hover .blog-thumb {
  overflow: hidden;
}
.blog-area-2 .blog-slider .blog-single:hover .blog-thumb img {
  transform: scale(1.1);
}
.blog-area-2 .blog-slider .blog-single:hover .blog-content {
  background-color: #F8EEFF;
}
.blog-area-2 .blog-slider .blog-single:hover h6 a {
  color: #000000;
}
.blog-area-2 .owl-nav {
  display: none;
}

.blog-area-3 .blog-single {
  padding: 15px 15px 30px 15px;
  background-color: #ffffff;
  border-radius: 20px;
  margin: 40px 15px;
  box-shadow: 0px 7px 62px rgba(216, 229, 235, 0.66);
}
.blog-area-3 .blog-single .blog-thumb {
  overflow: hidden;
}
.blog-area-3 .blog-single .blog-thumb img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease-in-out;
}
.blog-area-3 .blog-single:hover .blog-thumb img {
  transform: scale(1.1);
}
.blog-area-3 .blog-single .blog-content {
  padding-top: 15px;
}
.blog-area-3 .blog-single .blog-content .content-header .left-side span {
  font-size: 20px;
  font-weight: 600;
  display: block;
  color: var(--main-color);
}
.blog-area-3 .blog-single .blog-content .content-header .right-side ul li {
  display: inline-block;
}
.blog-area-3 .blog-single .blog-content .content-header .right-side ul li i {
  color: #EB6B09;
  padding-right: 15px;
}
.blog-area-3 .owl-nav {
  position: absolute;
  left: 45%;
  bottom: -50px;
}
.blog-area-3 .owl-nav button {
  background: none;
  border: none;
}
.blog-area-3 .owl-nav button i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
  background-color: #F1F3F5;
  color: #868E96;
  display: inline-block;
  border-radius: 100%;
}
.blog-area-3 .owl-nav button i:hover {
  background-color: #7C08FF;
  color: #ffffff;
}
.blog-area-3 .owl-nav button i.active {
  background-color: #7C08FF;
  color: #ffffff;
}

.blog-area-4 .blog-single {
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
  border-radius: 0px 0px 5px 5px;
  position: relative;
  overflow: hidden;
}
.blog-area-4 .blog-single .blog-date {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background-color: var(--main-color);
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  border-radius: 4px 0px 43px;
  padding: 10px 25px 15px 10px;
  z-index: 1;
}
.blog-area-4 .blog-single .blog-thumbnail {
  display: block;
  overflow: hidden;
}
.blog-area-4 .blog-single .blog-thumbnail img {
  width: 100%;
  height: auto;
  transition: all 0.7s ease;
  transition-delay: 0.1s;
}
.blog-area-4 .blog-single .blog-content {
  padding: 20px 30px 40px 30px;
}
.blog-area-4 .blog-single .blog-content ul li {
  display: inline-block;
  padding-right: 20px;
}
.blog-area-4 .blog-single .blog-content ul li:last-child {
  padding-right: 0;
}
.blog-area-4 .blog-single .blog-content ul li i {
  color: var(--main-color);
}
.blog-area-4 .blog-single .blog-content h4 {
  padding-top: 15px;
  padding-bottom: 20px;
}
.blog-area-4 .blog-single .blog-content .btn-view {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 600;
}
.blog-area-4 .blog-single:hover .blog-thumbnail img {
  transform: scale(1.1);
}

.blog-area-5 .blog-single {
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
  border-radius: 0px 0px 5px 5px;
  position: relative;
  overflow: hidden;
}
.blog-area-5 .blog-single span {
  display: block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  position: absolute;
  top: 35px;
  left: 30px;
  z-index: 1;
}
.blog-area-5 .blog-single .blog-thumbnail {
  display: block;
  overflow: hidden;
}
.blog-area-5 .blog-single .blog-thumbnail img {
  width: 100%;
  height: auto;
  transition: all 0.7s ease;
  transition-delay: 0.1s;
}
.blog-area-5 .blog-single .blog-content {
  background-color: #FDF0E9;
  padding: 20px 30px;
}
.blog-area-5 .blog-single .blog-content h4 {
  padding-bottom: 10px;
}
.blog-area-5 .blog-single .blog-content .content-header .blog-date i {
  color: #6483F6;
}
.blog-area-5 .blog-single:hover .blog-thumbnail img {
  transform: scale(1.1);
}

.blog-area-8 .blog-single .blog-thumb {
  display: block;
  overflow: hidden;
}
.blog-area-8 .blog-single .blog-thumb img {
  width: 100%;
  height: auto;
  transition: all 0.7s ease;
  transition-delay: 0.1s;
}
.blog-area-8 .blog-single .blog-content {
  padding: 20px;
  transform: translate(0px, -25px);
  background-color: #ffffff;
  border-radius: 20px 20px 0 0;
}
.blog-area-8 .blog-single .blog-content p {
  padding-bottom: 0;
  margin-bottom: 5px;
  font-size: 14px;
}
.blog-area-8 .blog-single .blog-content span {
  display: block;
  padding-bottom: 10px;
  color: #00ACFF;
  letter-spacing: 1px;
  font-size: 18px;
}
.blog-area-8 .blog-single .blog-content h4 {
  font-size: 14px;
  line-height: 24px;
}
.blog-area-8 .blog-single:hover .blog-thumb img {
  transform: scale(1.1);
}
.blog-area-8 .blog-pagination a {
  background-color: #ffffff;
  border: none;
  border-radius: 100%;
  margin-left: 20px;
  color: #000000;
  box-shadow: 0px 3px 10px 0px lavender;
}

.blog-pagination a {
  display: inline-block;
  border: 1px solid #7C08FF;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
}
.blog-pagination a:hover {
  background-color: #7C08FF;
  color: #ffffff;
}
.blog-pagination a:hover img {
  filter: brightness(7.8);
}

/********* about section **********/
.bg-relative .animate-img-1 {
  position: absolute;
  left: -70px;
  top: 0;
}
.bg-relative .animate-img-2 {
  position: absolute;
  right: -70px;
  bottom: 0;
}
.bg-relative .animate-img-3 {
  position: absolute;
  right: 20%;
  top: 0;
  z-index: 2;
}
.bg-relative .animate-img-4 {
  position: absolute;
  left: 12%;
  top: 0;
  z-index: 2;
}
.bg-relative .animate-img-5 {
  position: absolute;
  left: -70px;
  top: 40%;
}

@media all and (max-width: 575px) {
  .banner-inner .animate-img-1 {
    width: 100px;
  }
  .b-animate-thumb .animate-img-1 {
    width: 100px;
  }
  .bg-relative .animate-img-1 {
    width: 100px;
  }
  .bg-relative .animate-img-2 {
    width: 100px;
  }
  .bg-relative .animate-img-3 {
    width: 100px;
  }
  .bg-relative .animate-img-4 {
    width: 100px;
  }
  .bg-relative .animate-img-5 {
    width: 100px;
  }
}
/*--------------------------------------------------
    ##Footer
---------------------------------------------------*/
.footer-area {
  position: relative;
  background: #1c2a44;
}
.footer-area .subscribe-area-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 65px;
  margin-bottom: 65px;
  border-radius: 0;
}
.footer-area .widget {
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}
.footer-area .widget-title {
  margin-bottom: 30px;
  position: relative;
  color: rgba(255, 255, 255, 0.9);
}
.footer-area .widget_about .thumb {
  margin-bottom: 30px;
}
.footer-area .widget_about .thumb img {
  width: 130px;
}
.footer-area .widget_about .details p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  padding-bottom: 30px;
}
.footer-area .widget_about .details .social-media {
  margin-top: 26px;
}
.footer-area .widget_about .details .social-media li a:hover {
  background: var(--main-color);
  color: #fff;
}
.footer-area .widget_contact ul {
  padding: 0;
}
.footer-area .widget_contact ul li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
}
.footer-area .widget_contact ul li i {
  color: rgba(255, 255, 255, 0.9);
}
.footer-area .widget_nav_menu ul {
  margin: 0;
  padding: 0;
}
.footer-area .widget_nav_menu ul li {
  list-style: none;
  margin-bottom: 7px;
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  padding-left: 15px;
}
.footer-area .widget_nav_menu ul li:after {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  transition: 0.4s;
}
.footer-area .widget_nav_menu ul li:hover:after {
  color: var(--main-color);
}
.footer-area .widget_nav_menu ul li a {
  font-size: 15px;
}

.footer-area-4 {
  background-image: url("../img/footer/1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}
.footer-area-4:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: -1;
  background-color: #1C2A44;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 23px 0;
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.9);
}
.footer-bottom p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
}/*# sourceMappingURL=style.css.map */