/*==================
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: "Outfit", sans-serif;
  --theme-secondary-font:'Outfit', sans-serif;
  --theme-primary-color: #D11A7D;
  --theme-secondary-color:#FFCE4C ;
  --theme-heading-color: #0A0E1A;
  --theme-text-color: #57595C;
  --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: 17px;
  line-height: 28px;
  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);
  font-size: 17px;
  line-height: 1.8;
}

.tp-text-btn {
  font-size: 18px;
  color: #0a0e1a;
  font-family: var(--theme-heading-font);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

/*--------------------
 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,button {
  color: #000;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-family: var(--theme-heading-font);
  line-height: 1.2;
  border: none;
  background: transparent;
}

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

button{
  border:1px solid #ddd;
  text-decoration:none;
  transition: all 0.3s ease-in-out;

}


a:focus {
  text-decoration: none;
}

a:focus, a:visited {
  outline: none;
  text-decoration: none;
}

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:80px 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;
}

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

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

.pt-100{
  padding-top: 100px;
}
.pb-120{
  padding-bottom: 120px;
}


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

  border: 1px solid #E1E1E8;
  border-radius: 8px;
  /* box-shadow: 0px 5px 20px 0px rgba(114, 114, 255, 0.12); */
  background: #fff;
}

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

input[type=text], input[type=email], input[type=tel], input[type=number], 
input[type=password], input[type=url], textarea {
  outline: none;
  /* background-color: #f5f5f8; */
  height: 60px;
  width: 100%;
  line-height: 60px;
  font-size: 16px;
  color: #000;
  padding-left: 25px;
  padding-right: 25px;
  resize: none;

  border: 1px solid #E1E1E8;
  border-radius: 8px;
  /* box-shadow: 0px 5px 20px 0px rgba(114, 114, 255, 0.12); */
  background: #fff;
}


.bg-gray {
  background: #F4F7FC;
}



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




/*-------------------
BUTTONS STYLE
----------------=----*/
.btn {
  font-weight: 600;
  position: relative;
  padding: 14px 30px;
  border-radius:0px;
  font-size: 18px;
  border: 2px solid transparent;
  transition: all 0.6s ease;
  font-family: var(--theme-heading-font);
  text-transform: capitalize;
  border-radius:8px;
  padding: 12px 20px;
  background: var(--theme-primary-color);
  color: #fff;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
}

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

.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"]{
	transition: .5s;
  border: 1px solid var(--theme-primary-color);
  border-radius:8px;
  padding: 12px 20px;
  background: var(--theme-primary-color);
color: #fff;
letter-spacing: 1px;
font-size: 12px;
text-transform: uppercase;
}
.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:20px 0px;
  /* box-shadow: 0px 1px 2px 1px rgba(3, 11, 30, 0.06), 0px 1px 1px 0px rgba(3, 11, 30, 0.1); */
}


.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_bar{
    padding: 20px;
  }
  .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 .primary-menu li.current-menu-item {
  background: #eee;
  padding: 5px 11px;
  border-radius: 6px;
}
.menu-wrap {
  position: relative;
  z-index: 11;
}
.menu-wrap .primary-menu li {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding:0px 15px;
}
@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: 18px;
  font-weight: 600;
  line-height: 1.2;
  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:140px;
}

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


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

/*  Header CTA */

.tp-header-cta-icon {
  margin-right: 15px;
}
.tp-header-cta{
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}
.tp-header-cta:before{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 68px;
  background: rgba(112, 116, 128, 0.08);
}
.tp-header-cta i {
  font-size: 35px;
  color: var(--theme-primary-color);
}

.tp-header-cta-text span {
  font-size: 15px;
  display: block;
  margin-bottom: 7px;
  line-height: 1;
}

.tp-header-cta-text h4 {
  font-size: 18px;
  margin: 0;
}

/* breadcrumb Section */
.p-relative {
  position: relative;
}
.tp-breadcrumb-area{
  background: #F0F4FF;
  padding: 80px 0px;
}
.tp-breadcrumb-title {
  font-size: 70px;
}
.tp-text-white {
  /* color: #fff; */
}
.tp-upper {
  text-transform: uppercase;
}
.tp-breadcrumb-list span {
  margin: 0 2px;
  display: inline-block;
  /* color: #B1B4BA; */
}

.tp-breadcrumb-list span.active a {
  color: var(--theme-primary-color);
}
.tp-breadcrumb-list span a {
  color: #B1B4BA;
  font-size: 20px;
}

.tp-breadcrumb-list span.dvir {
  margin: 0 2px;
}
.tp-breadcrumb-list span {
  margin: 0 2px;
  display: inline-block;
  color: #B1B4BA;
}

.tp-breadcrumb-space {
  padding-bottom: 140px;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: end;
}
.header-right .header-user {
  width: 45px;
  height: 44px;
  border-radius: 22px;
  background: #F2F5F9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-right .shope_btn {
  padding-right: 15px;
  position: relative;
}
.header-right .shope_btn > a {
  position: relative;
  width: 45px;
  height: 44px;
  border-radius: 22px;
  background: #F2F5F9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-right .shope_btn a .count {
  position: absolute;
  right: 0;
  top: -6px;
  width: 16px;
  height: 16px;
  text-align: center;
  border-radius: 100px;
  background: var(--theme-primary-color);
  color: #fff;
  display: block;
  color: #FFF;
  font-size: 10px;
  font-weight: 500;
  text-transform: lowercase;
}


  /* 4. footer_section */
  .footer-section {
    background: #00205C;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .footer-section ul {
    list-style: none;
  }
  .footer-section p {
    color: #FFF;
    font-family: var(--theme-heading-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
  }
  .footer-section li {
    color: #fff;
  }
  .footer-section .container {
    position: relative;
  }
  .footer-section .footer_top {
    padding: 70px 0;
  }
  @media (max-width: 991px) {
    .footer-section .footer_top {
      padding: 50px 0 0;
    }
  }
  @media (max-width: 767px) {
    .footer-section .footer_top {
      padding: 60px 0 0;
    }
  }
  @media (max-width: 991px) {
    .footer-section .footer_top .col {
      min-height: 235px;
      margin-bottom: 70px;
    }
  }
  @media (max-width: 767px) {
    .footer-section .footer_top .col {
      min-height: auto;
      margin-bottom: 60px;
    }
  }
  .footer-section .widget_title {
    margin-bottom: 30px;
  }
  @media (max-width: 767px) {
    .footer-section .widget_title {
      margin-bottom: 20px;
    }
  }
  .footer-section .widget_title h3 {
    color: #fff;
    margin: 0;
    position: relative;
    font-family: var(--theme-heading-font);
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .footer-section .about_widget .logo {
    max-width: 180px;
    margin-bottom: 20px;
  }
  .footer-section .about_widget p {
    margin-bottom: 0.8em;
    line-height: 1.9em;
  }
  .footer-section .about_widget p:last-child {
    margin-bottom: 0;
  }
  .footer-section .about_widget ul li {
    list-style: none;
    color: #FFF;
    font-family: var(--theme-heading-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    text-transform: capitalize;
  }
  .footer-section .about_widget ul li img {
    margin-right: 5px;
  }
  
  .footer_social_widget li{
    display: inline-block;
  }
  .footer_social_widget li a{
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius:8px;
    background: rgba(255,255,255,.08);
    color: #fff;
    display: inline-block;
    transition: all .4s ease 0s;
    display: flex;
  align-items: center;
  justify-content: center;
  }
  
  .footer_social_widget li a:hover{
    background: var(--theme-primary-color);
    color: #fff!important;
  }
  
  
  .footer-section .about_widget ul li span{
    font-size: 17px;
    color: #b1b4ba;
    text-transform: capitalize;
  }
  .footer-section .about_widget ul li h5{
    font-size: 30px;
    color: #fff;
    font-family: var(--theme-heading-font);
    font-weight: 700;
    line-height: 1.2;
    transition: all .4s ease 0s;
  }
  .footer-section .about_widget ul li h5 a{
    color: inherit;
    transition: all .4s ease 0s;
  }
  
  .footer-section .about_widget ul li h5 a:hover {
    color: var(--theme-primary-color);
  }
  .footer-section .link_widget {
    overflow: hidden;
  }
  @media screen and (min-width: 1200px) {
    .footer-section .link_widget {
      padding-left: 30px;
    }
  }
  @media (max-width: 1199px) {
    .footer-section .link_widget {
      padding-left: 0px;
    }
  }
  @media (max-width: 991px) {
    .footer-section .link_widget {
      padding-left: 0;
    }
  }
  @media (max-width: 767px) {
    .footer-section .link_widget {
      max-width: 350px;
    }
  }
  .footer-section .link_widget ul li {
    position: relative;
    margin: 0px;
  }
  .footer-section .link_widget ul li a {
    color: #fff;
    font-size: 15px;
  }
  .footer-section .link_widget ul li a:hover {
    color: var(--theme-primary-color);
  }
  .footer-section .link_widget ul li + li {
    padding-top: 15px;
  }
  .footer-section .social_widget ul li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
  }
  .footer-section .social_widget ul li a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
  }
  .footer-section .social_widget ul li a:hover {
    color: var(--theme-primary-color);
  }
  .footer-section .social_widget ul li a i {
    margin-right: 10px;
  }
  
  .footer-section .newsletter {
    padding-left: 30px;
    color: #fff;
  }
  @media (max-width: 991px) {
    .footer-section .newsletter {
      padding-left: 0;
    }
  }
  .footer-section .newsletter .form-control {
    border-radius:10px;
    background: #F4F6F8;
    border: none;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    padding: 12px;
    padding-left: 20px;
    /* 173.333% */
  }
  .footer-section .newsletter .form-control:focus {
    box-sizing: none;
    border: none;
    box-shadow: 0 0 0 0.25rem transparent;
  }
  
  .footer-section .newsletter p img,
  .footer-section .newsletter label img {
    margin-right: 15px;
  }
  .footer-section .footer_bottom {
    text-align: center;
    position: relative;
    background: #00205C;
  }
  .footer-section .footer_bottom .row {
    padding: 20px 0;
    position: relative;
    border-top: 1px solid rgba(242, 242, 242, 0.07);
  }
  .footer-section .footer_bottom .copyright {
    display: inline-block;
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0;
    color: #fff;
    font-family: var(--theme-heading-font);
    font-size: 18px;
    font-weight: 500;
  }
  .footer-section .footer_bottom .copyright a {
    color: var(--theme-primary-color);
    text-decoration: none;
    font-family: var(--theme-heading-font);
    font-size: 18px;
    font-weight: 500;
  }
  @media (max-width: 991px) {
    .footer-section .footer_bottom .copyright {
      float: none;
      display: block;
    }
  }
  .footer-section .shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .footer-section .shape-2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
  .footer-section .shape-3 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    animation-name: left-to-right-anime;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  @media (max-width: 767px) {
    .footer-section .shape-3 {
      display: none;
    }
  }
  .footer-section .shape-4 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    animation-name: left-to-right-anime;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  @media (max-width: 767px) {
    .footer-section .shape-4 {
      display: none;
    }
  }
  


  /*  Single post share and tags */

.single-post .tag-share-widgets .common-title {
  color: #121416;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.single-post .tag-share {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  padding: 45px 0;
  border-bottom: 1px solid #F7F7F7;
  clear: both;
}
@media (max-width: 991px) {
  .single-post .tag-share {
    flex-direction: column;
    row-gap: 20px;
  }
}
.single-post .tag-share .tag-widget {
  display: flex;
  /* align-items: center; */
  -moz-column-gap: 12px;
       column-gap: 12px;
}
@media (max-width: 576px) {
  .single-post .tag-share .tag-widget {
    max-width: 90%;
  }
}

@media (max-width: 576px) {
  .single-post .tag-share .tag-widget .tag-list {
    flex-wrap: wrap;
  }
}

.single-post .tag-share .tag-widget .tag-list a {
  padding: 5px 20px;
  color: #838383;
  text-align: center;
  font-family: "Exo", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  border: 1px solid #F6F3EE;
  transition: all 0.3s ease;
  margin-bottom: 5px;
  display:inline-block;
}

.single-post .tag-share .tag-widget .tag-list a:hover {
  background: var(--theme-primary-color);
  color: #fff;
}
.single-post .tag-share .social-widgets {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.single-post .tag-share .social-widgets .social-list {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.single-post .tag-share .social-widgets .social-list li {
  list-style: none;
  margin-bottom: 0px;
  padding-left:0px;
  margin-top: 0px;
}

.single-post .tag-share .social-widgets .social-list li:before{
  display: none;
}
.single-post .tag-share .social-widgets .social-list li a {
  height: 38px;
  width: 35px;
  color: #020626;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  border: 1px solid #F6F3EE;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-post .tag-share .social-widgets .social-list li a:hover {
  background:  var(--theme-primary-color);
  color: #fff;
}



.single-post-header .post-meta span i{
  color: var(--theme-primary-color);
  font-size: 14px;
}
.single-post-header .tag-list span{
  position: relative;
}

.single-post-header .tag-list span::after {
  position: absolute;
  content: "";
  width: 8.78px;
  height: 1px;
  background: #676A7D;
  top: 50%;
  transform: translateY(-50%);
  right:-15px;
}


/*  Comment form style */

.single-post  .comment-area{
  padding: 55px 0;
}
.single-post  .comment-area .comment-title {
  color: #00205C;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 40px;
}


.comment-area input[type = text],
.comment-area textarea,
.comment-area select,
.comment-respond .comment-form input[type = text],
.comment-respond .comment-form textarea,
.comment-respond .comment-form select
 {
  color: #838383;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding: 15px;
  width: 100%;
  height: 65px;
  border: 1px solid #E5E5E5;
  outline: none;
  background: #FFF;
  box-shadow: 0px 15px 10px 0px rgba(242, 242, 242, 0.18);
  margin-bottom: 30px;
}
.comment-area textarea, .comment-respond .comment-form textarea {
  height: 280px;
  padding: 25px 15px;
}

.comment-area .comment-form-cookies-consent,
.comment-respond  .comment-form-cookies-consent{
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-bottom: 75px;
  padding-left: 20px;
}
.comment-area .wp-comment-cookies-consent input ,
.comment-respond .wp-comment-cookies-consent input {
  width: 15px;
  height: 17px;
  margin-bottom: 0;
}
.comment-area .saveing p ,
.comment-respond .saveing p {
  color: #838383;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
.comment-area .form-submit input[type=submit],
.comment-respond .form-submit input[type=submit] {
  width: 220px;
  height: 60px;
  background: var(--theme-primary-color);
  border: none;
  outline: none;
  color: #FFF;
  text-align: center;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.16px;
  text-transform: capitalize;
  transition: all .4s ease;
}



.comment-area .form-submit input[type=submit]:hover,
.comment-respond .form-submit input[type=submit]:hover{
  background: #000;
  color: #fff;
}

.comments .comment-form{
  padding: 65px 45px 80px;
  background: #F8F8F9;
}

.single-post  .comment-area .comment-list{
  list-style-type: none;
  padding-left: 0px;
}
.single-post  .comment-area .comment-list li .comment-box {
  padding: 0px 0 15px 100px;
  position: relative;
}

.single-post .comment-area li .comment-avatar {
  position: absolute;
  top: 0;
  left: 0;
}

.single-post .comment-area li .comment-avatar  img {
  width: 65px;
  width: 65px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  height: auto;
}

.single-post .comment-area li .comment-info {
  position: relative;
}

.single-post .comment-area li h5 a{
  color: #00205C;
  font-family: var(--theme-heading-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 5px;
  text-transform: capitalize;
}



.single-post .comment-area li .comment-info span {
  color: #666;
  font-size: 12px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.single-post .comment-area li .comment-info p{
  color: #838383;
  font-size: 16px;
  font-weight: 400;
  line-height:1.6em;
}

.single-post .comment-area .children li{
  padding-left: 95px;
}


.single-post .comment-area .children > ul li{
  padding-left: 150px;
}

@media (max-width: 576px) {
  .single-post .comment-area .children li {
      padding-left: 20px;
  }

  .single-post .comment-area .children > ul li{
    padding-left: 40px;
  }
}


.single-post .comment-area .comment-reply-link:hover{
  color: var(--theme-primary-color);
}

.comment-reply-title{
  margin-bottom: 20px;
}


.comment-reply-title small{
  margin-left: 20px;
}


.single-post .comment-info blockquote p{
  margin-bottom: 0px!important;
  color: #000!important;
}


.single-post .comment-info table > tbody > tr > td,
.single-post .comment-info  table > thead > tr > th, table > tbody > tr > th{
  text-align: left;
}


.single-post .comment-info pre{
  padding: 20px 1em;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  display: inline-block;
  vertical-align: middle;
  word-wrap: break-word;
  margin: 15px 0px;
  line-height: 2;
  overflow: auto;
    max-width: 100%;
}

.single-post .comment-info strong{
  color: #444;
}

.single-post .comment-area .comment-list .trackback .comment-box,
.single-post .comment-area .comment-list .pingback .comment-box{
  padding: 0px 0 15px 0px!important;
  display: flex;
  gap: 10px;
} 


.wp-block-categories ul ul > li > a::before, 
.widget_categories ul ul > li > a::before {
  font-weight: normal;
  content: "– " counters(submenu, "– ", none);
  counter-increment: submenu;
}


.blog-sidebar .wp-block-page-list ul li ul, 
.blog-sidebar .widget_pages ul li ul {
  padding-left: 20px;
}