/*==================
Author       : PxelCode
Version      : 1.0.7
================================*/
/*------------------------------------------------------------------
[Table of contents]

1. Common
2. Typography
3. Navigation / #navbar
4. Banner
5. About
6. Service
7. Testimonials
8. Blog
9. Contact
10. Footer / #footer
-------------------------------------------------------------------*/


:root {
  --theme-heading-font: 'Exo', sans-serif;
  --theme-secondary-font:'DM Sans', sans-serif;
  --theme-primary-color: #F14D5D;
  --theme-secondary-color:#FFCE4C ;
  --theme-heading-color: #000;
  --theme-text-color: #505050;
  --theme-white-color: #fff;
  --theme-black-color: #000;
  --theme-border-color: #ddd;
  --theme-bg-color: #EAF1FF;
}


body, html {
  width: 100%;
  max-width: 100%;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(238, 122, 122, 0);
  overflow-x: hidden;
  max-width:100%;
  margin:0px;
  padding:0px;
  box-shadow:none;
}

body {
  font-family: var(--theme-secondary-font);
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  text-align: left;
  background-color: #fff;
  font-weight: 400;
  color: var(--theme-text-color);
}

p {
  color: var(--theme-text-color);
  font-family: var(--theme-secondary-font);
  line-height: 30px;
  font-size: 16px;
}

/*--------------------
 TYPOGRAPHY
-----------------*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--theme-heading-font);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: .5rem;
  color: var(--theme-heading-color);
  margin-bottom: 0px;
  letter-spacing: -.5px;
}

.h1,
h1 {
  font-size: 46px;
}

.h2,
h2 {
  font-size: 32px;
}

.h3,
h3 {
  font-size: 28px;
}

.h4,
h4 {
  font-size: 22px;
}

.h5,
h5 {
  font-size: 18px;
}

.h6,
h6 {
  font-size: 16px;
}

.text-sm {
  font-size: 14px;
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--theme-primary-color);
}

a {
  color: #000;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: var(--theme-primary-color);
  outline: none;
  text-decoration: none;
  cursor: pointer;
}

a:focus {
  text-decoration: none;
}

a:focus, a:visited {
  outline: none;
  text-decoration: underline;
}
button{
  transition: all 0.3s ease-in-out;
}

button:focus, input:focus {
  outline: none;
}

ul, ol {
  margin-bottom: 0px;
  list-style-type: none;
  padding-left: 0px;
}

.form-control {
  transition: all 0.3s ease-in-out;
}

.form-control:focus {
  box-shadow: none;
}

img{
  max-width: 100%;
  height: auto;
}

/*=====================================
Spacing
===================================*/
.page-wrapper {
  padding: 100px 0px;
}

.section-padding {
  padding: 100px 0px;
}

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

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

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

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

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

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

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

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

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

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

.pr-120{
  padding-right: 120px;
}

.lead-text{
  font-size: 36px;
  color: #000;
  line-height: 1.4em;
  font-weight: 500;
}


.text-underline{
  text-decoration: underline;
}

.fw-600{
  font-weight: 600;
}

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

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


.opacity-50{
  opacity: .5;
}


/*=====================================
Utitlies
===================================*/
.form-control {
  border: 2px solid #F5F5F5;
  height: 55px;
  padding-left: 20px;
  background: #F5F5F5;
  border-radius: 0px;
}

.form-control:focus {
  border-color: var(--theme-primary-color);
  background: #fff;
}

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

textarea.form-control {
  padding-top: 20px;
}

.font-sm-14 {
  font-size: 14px;
}

.bg-grey {
  background: #F3F6FF;
}

.bg-shadow {
  box-shadow: 0 14px 59px rgba(0, 0, 0, 0.12);
}


.text-color {
  color: var(--theme-primary-color);
}

.text-style2 {
  color: var(--theme-secondary-color);
}

.bg-gray {
  background: #F4F7FC;
}

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

.font-lg {
  font-size: 56px;
  line-height: 1.2em;
}

.title-lg {
  font-size: 46px ;
  line-height: 1.2em;
}


textarea.form-control {
  height: auto;
}

::-webkit-input-placeholder {
  color: #000 !important;
  font-size: 15px;
}

:-ms-input-placeholder {
  color: #000 !important;
  font-size: 15px;
}

::-moz-placeholder {
  color: #000 !important;
  font-size: 15px;
}

::-ms-input-placeholder {
  color: #000 !important;
  font-size: 15px;
}

::placeholder {
  color: #000!important;
}

.hover-shadow {
  transition: all .4s ease;
}

.hover-shadow:hover {
  box-shadow: 0 14px 59px rgba(0, 0, 0, 0.12);
}

.hover-bg-shadow{
  transition:all .4s ease 0s;
}
.hover-bg-shadow:hover{
  box-shadow: 5px 5px 0px #000;
}


.subheading {
  color:#000;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  z-index: 1;
}

.subheading:before{
  position: absolute;
  content: "";
  left: 0px;
  bottom: 8px;
  width:100%;
  height: 5px;
  background:  var(--theme-secondary-color);
  z-index: -1;
}

/*-------------------
BUTTONS STYLE
----------------=----*/
.btn {
  font-weight: 600;
  position: relative;
  padding: 16px 30px;
  border-radius: 5px;
  font-size: 18px;
  border: 2px solid transparent;
  transition: all 0.6s ease;
  font-family: var(--theme-heading-font);
  text-transform: capitalize;
}

.btn:focus {
  box-shadow: none !important;
}

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

.btn-main {
  background: var(--theme-primary-color);
  color: #fff;
  border-color: var(--theme-primary-color);
}

.btn-main:hover {
  border-color: var(--theme-secondary-color);
  color: #222;
  background: var(--theme-secondary-color);
}


.btn-grey{
  background: #EAF1FF;
  border-color: #EAF1FF;
  color: #515151;
}

.btn-grey:hover{
  background: var(--theme-primary-color);
  color: #fff;
  border-color: var(--theme-primary-color);
}
.btn-black {
  background: #222;
  color: #fff;
  border-color:#222;
}
.btn-black:hover {
  background: var(--theme-primary-color);
  color: #fff;
  border-color: var(--theme-primary-color);
}

.btn-white {
  background: var(--theme-white-color);
  color: #000;
  border-color:var(--theme-white-color);
}
.btn-white:hover {
  background: var(--theme-primary-color);
  color: #fff;
  border-color: var(--theme-primary-color);
}


.btn-outline-black {
  border-color: #222;
  color: #222;
  background: transparent;
}

.btn-outline-black:hover {
  background: #222;
  color: #fff;
  border-color:#222;
}

.btn-main-outline {
  background: transparent;
  color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}

.btn-main-outline:hover {
  background: var(--theme-primary-color);
  color: #fff;
  border-color: var(--theme-primary-color);
}


.btn-sm {
  padding: 8px 22px;
  font-size: 16px;
}

.btn-sm-2 {
  padding: 6px 22px;
  font-size: 16px;
}

.text-border-btm{
  border-bottom:2px solid #222;
  padding-bottom: 5px;
  font-weight: 600;
}
.btn-radius{
  border-radius: 5px;
}



/*-------------------------
Main Menu header
-------------------------*/

.header-socials a{
  font-size: 18px;
  margin-left: 10px;
  background: rgba(255,255,255,.5);
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 8px;
}

.topbar-noticebar{
  background: var(--theme-secondary-color);
  color: #000;
  padding: 8px 0px;
}

.topbar-noticebar a{
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
}

.header-btn a,
.header-btn .btn-sm{
  font-weight: 600;
  font-size: 14px;
}

.header-btn{
  margin-left: 20px;
}

.header-btn .btn-sm{
  padding: 10px 15px;
}


/*  Page Header 
===================== */

.page-header{
  padding: 70px 0px;
  background: #F5F5F5;
  background: #f1f1f1;
}

.page-title h1, .page-title h2 {
  font-size: 60px;
  line-height: 1.3;
  word-break: break-word;
  text-transform: capitalize;
  font-weight: 600;
}

.page-title p{
  font-size: 20px;
  color: #757575;
}

.breadcrumb-nav  {
  display: inline-block;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  font-size: 16px;
}



/* ====================
Footer Section
======================*/
.footer-menu ul{
	display: unset;
}
.footer-menu li{
	display: inline-block;
}
.footer {
  padding: 0px 0px 20px;
  position: relative;
  background: #1E1E2C;
  z-index: 1;
}
.footer-mid{
  padding-top: 80px;
}
.footer:before{
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/bg/illustration-bg.png) center center;
  background-size: cover;
  z-index: -1;
  opacity: .4;
}

.footer .footer-widget .widget-title {
  text-transform: capitalize;
  font-size:20px;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 600;
}

.footer .footer-widget p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}

.footer-mid ul li {
  padding: 8px 0px;
  font-size: 16px;
}

.footer-mid ul li a {
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  padding-bottom: 0px;
  transition: all .4s ease;
  padding-left: 28px;
  text-transform: capitalize;
}

.footer-mid ul li a:before{
  position: absolute;
  font-family: 'remixicon' !important;
  content: "\f2e4";
  left: 0px;
  bottom: 0px;
  margin:auto;
  top: 0px;
  width: 20px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1;
}

.footer-mid ul li a:hover {
  color: var(--theme-primary-color);
  opacity: 1;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.footer-mid .footer-links a i {
  margin-right: 10px;
}
.footer-mid .footer-contact a{
  padding-left: 0px;
}
.footer-contact a i {
  color: var(--theme-primary-color);
}

.footer-contact ul li a:before{
  display: none;
}

/*  Footer Socials */

.footer .footer-socials a {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.04);
  display: inline-block;
  line-height: 40px;
  border-radius:15px;
}

.footer .footer-socials a:hover {
  background: var(--theme-primary-color);
}
.footer-contact  a i{
  color: var(--theme-primary-color);
}

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

.footer-btm {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.footer-logo {
  margin-right: 20px;
}

.footer-btm-links a {
  color: rgba(255, 255, 255, 0.8);
  margin-left: 20px;
  padding-left: 20px;
}
@media (max-width:767px){
  .footer-btm-links a {
    margin-left: 0px;
    padding-left: 0px;
  }
}
  

.footer-btm-links a:hover {
  color: var(--theme-primary-color);
  opacity: 1;
}

.copyright {
  color: #fff;
}

.copyright a{
  color: var(--theme-primary-color);
}


.footer-btm-links ul,
.footer-btm-links li{
  display:inline-block;
}


/*----------------------
Fixed top top bottom
--------------------*/
.fixed-btm-top a {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 50px;
  text-align: center;
  padding-top: 10px;
  width: 50px;
  background: #000;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.09);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}

.fixed-btm-top a:hover {
  background: var(--theme-primary-color);
  color: #fff;
}

.fixed-btm-top.reveal a {
  opacity: 1;
  visibility: visible;
}


/*============
 Error Page
==============*/
.error-page .error-header h2 {
  font-size: 90px;
  line-height: 1.1;
  font-weight: 700;
}

.error-page .error-message {
  margin: 15px 0px;
}

.error-page .error-content .btn {
  margin-top: 30px;
}


/*  form submit */

.form-submit input[type="submit"]{
	background: var(--theme-primary-color);
	color: #fff;
	border-color: var(--theme-primary-color);
	transition: .5s;
	padding: 14px 30px;
  border: 1px solid var(--theme-primary-color);
}
.form-submit input[type="submit"]:hover,
.form-submit input[type="submit"]:focus{
	border-color: var(--theme-secondary-color);
	color: #222;
	background: var(--theme-secondary-color);
}

.wp-block-group__inner-container{
	padding: 15px;
}

.wp-block-cover,
.wp-block-media-text{
	margin-bottom: 15px;
}

.page-header .title-block ul li a{
	color: var(--theme-primary-color);
	transition: .5s;
}

.page-header .title-block ul li a:hover,
.page-header .title-block ul li a:focus{
	color: var(--theme-secondary-color);
	
}

.site-navbar.ms-auto ul li a {
	font-size: 16px;
	font-weight: 600;
	color: #222;
	line-height: 1.4;
	text-transform: capitalize;
	font-family: var(--theme-heading-font);
	transition: .5s;
	padding: 30px 0;
}
.site-navbar.ms-auto ul li a:hover,
.site-navbar.ms-auto ul li a:focus{
	color: var(--theme-primary-color);
}

/*  Number Pagination  */

.navigation.pagination a,
.navigation.pagination span {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  padding-top: 12px;
  border-radius: 100%;
  font-size: 16px;
  margin-right: 10px;
  color: #222;
  background: #eee;
  cursor: pointer;
}

.navigation.pagination a:hover,
.navigation.pagination a:focus,
.navigation.pagination .page-numbers.current {
  background: var(--theme-primary-color);
  color: #fff;
}


a:hover,
a:focus {
	text-decoration: none;
}


button:focus,
.button:focus,
.wp-block-button .wp-block-button__link:focus,
.wp-block-file .wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus{
	text-decoration: underline;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border-color: currentColor;
}

input[type="search"]:focus {
	outline: thin dotted;
	outline-offset: -4px;

}



/* Back to top */

.fixed-btm-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
}

.fixed-btm-top .scroll-to-top {
  display: inline-block;
  text-align: center;
  height: 50px;
  background: var(--theme-primary-color);
  color: #fff;
  width: 50px;
  border-radius: 100%;
  padding-top: 10px;
  opacity: 0;
}

.scroll-to-top.reveal {
  opacity: 1;
  visibility: visible;
}



.tp-header-right-icon button {
  font-size: 20px;
  font-weight: 600;
  padding-right: 30px;
  line-height: 0;
  color: var(--tp-common-black);
}
.tp-header-right-shop > a {
  font-size: 24px;
  color: var(--tp-common-black);
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.tp-header-right-shop > a > span {
  position: absolute;
  content: "";
  top: 0;
  right: -10px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
  font-size: 12px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--theme-primary-color);
  color: var(--theme-white-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-right-shop > a > span {
    right: -8px;
  }
}

/*  Header Topbar */

.header-topbar-1{
  padding: 10px 0px;
  background: #000;
}
.top-info, .top-info a , .top-info span{
 color: #fff;
}
.header-topbar-right a{
  color: #000;
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #eee;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  margin-left: 5px;
}

.header-topbar-right a:hover{
  background: var(--theme-primary-color);
  color: #fff;
}

.post-type-archive-courses .site-content,
.single-courses .site-content{
	padding:70px 0px!important;
}

/*  Main Menu  */


.header_section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 11;
}

.menu_bar {
  padding: 0 260px;
}
@media (max-width: 1850px) {
  .menu_bar {
    padding: 0 220px;
  }
}
@media (max-width: 1799px) {
  .menu_bar {
    padding: 0 200px;
  }
}
@media (max-width: 1749px) {
  .menu_bar {
    padding: 0 160px;
  }
}
@media (max-width: 1649px) {
  .menu_bar {
    padding: 0 120px;
  }
}
@media (max-width: 1599px) {
  .menu_bar {
    padding: 0 80px;
  }
}
@media (max-width: 1499px) {
  .menu_bar {
    padding: 0 20px;
  }
}
@media (max-width: 1399px) {
  .menu_bar {
    padding: 0;
  }
}
.menu_bar .wraper {
  background: #fff;
  padding: 20px 40px;
  border-radius: 0px 0px 10px 10px;
}
@media (max-width: 1199px) {
  .menu_bar .wraper {
    padding: 20px 20px;
  }
}
.menu_bar .logo {
  position: relative;
}
.menu_bar .logo::before {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  width: 1px;
  height: 87px;
  background: rgba(112, 116, 128, 0.08);
}

.menu-open {
  display: none;
}
@media (max-width: 991px) {
  .menu-open {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 1px solid var(--theme-primary-color);
    color: var(--theme-primary-color);
    font-size: 20px;
    margin-left: auto;
    position: relative;
    z-index: 1111;
  }
}
@media (max-width: 450px) {
  .menu-open {
    width: 40px;
    height: 40px;
  }
}

.menu-wrap {
  position: relative;
  z-index: 11;
}
.menu-wrap .primary-menu li {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 10px 20px;
}
@media (max-width: 1399px) {
  .menu-wrap .primary-menu li {
    padding: 10px 10px;
  }
}
.menu-wrap .primary-menu li a {
  transition: all 0.3s ease-in-out;
  color: #00205C;
  font-family: var(--theme-heading-font);
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
}
.menu-wrap .primary-menu li a:hover {
  color: var(--theme-primary-color);
  text-decoration: none;
}
@media (max-width: 1399px) {
  .menu-wrap .primary-menu li a {
    font-size: 15px;
  }
}
.menu-wrap .primary-menu li:hover a {
  text-decoration: none;
}
@media (max-width: 991px) {
  .menu-wrap .primary-menu li:hover a {
    text-decoration: none;
  }
}
.menu-wrap .primary-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 167%;
}
.menu-wrap .primary-menu li:hover .sub-menu li a {
  text-decoration: unset;
}
.menu-wrap .sub-menu {
  position: absolute;
  width: 250px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  background: #fff;
  left: 0;
  top: 170%;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.menu-wrap .sub-menu li {
  display: block;
  padding: 0;
  text-align: left;
}
.menu-wrap .sub-menu li a {
  color: #00205C;
  font-family: var(--theme-heading-font);
  font-size: 16px;
  font-weight: 500;
  padding: 10px 25px;
  display: block;
  border-bottom: 1px solid #E8EBED;
  transition: all 0.3s ease-in-out;
}
.menu-wrap .sub-menu li a:hover {
  padding-left: 30px;
  color: var(--theme-primary-color);
}
.menu-wrap .sub-menu li:last-child a {
  border-bottom: 0;
}

.submenu-open {
  cursor: pointer;
  position: absolute;
  right: 0;
}

@media (max-width: 991px) {
  .menu-wrap {
    position: absolute;
    width: 300px;
    background: #fff;
    padding: 20px;
    height: 100vh;
    overflow-y: auto;
    left: -100%;
    top: 0;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  }
  .menu-wrap.open-mobilemenu {
    left: -10px;
    opacity: 1;
    visibility: visible;
  }
  .menu-wrap .primary-menu li {
    display: block;
    padding: 10px 0px;
    text-align: left;
  }
  .menu-wrap .sub-menu {
    position: unset;
    width: 100%;
    box-shadow: 0px 3px 6px transparent;
    background: transparent;
    padding: 5px 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
  }
  .menu-wrap .sub-menu li {
    padding: 0;
  }
  .menu-wrap .sub-menu li a {
    font-size: 16px;
    padding: 10px 15px;
  }
  .sub-menu {
    display: none;
    transition: all 0.3s ease-in-out;
  }
}


.submenu-open {
  cursor: pointer;
  position: absolute;
  right: 0;
}

@media (min-width: 992px) {
  .submenu-open {
    display: none;
  }
}
.submenu-open::after {
  border: 1px solid #E8EBED;
  position: absolute;
  right: 0;
  top: 50%;
  /* content: "\e64b"; */
  content: "\EA4E";
  font-family:remixicon;
  font-size: 15px;
  padding: 8px;
  line-height: 15px;
  transition: all 0.3s ease-in-out;
}

.submenu-open.active {
  transition: all 0.3s ease-in-out;
}
.submenu-open.active::after {
  transform: rotate(180deg);
}


.submenu-open.active + .sub-menu {
  display: block!important;
  transition: all 0.3s ease-in-out;
}

.mobile-menu-social{
  display: none;
}


/* header-right */
.header-right {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 991px) {
  .header-right {
    display: none!important;
  }

  .mobile-menu-social{
    display: block;
  }
  
}


.site-logo {
  min-width:120px;
}

.site-logo img{
  width: 100px;
}


/*  Tutor single course */

.tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs) {
  border: 1px solid var(--tutor-border-color);
  border-radius: 8px;
  padding: 10px;
}

.tutor-nav:not(.tutor-nav-pills):not(.tutor-nav-tabs) .tutor-nav-link.is-active {
  border-bottom-color: var(--tutor-color-primary);
  background: var(--tutor-color-primary);
  color: #fff;
  border-radius: 8px;
}