/*
Theme Name: Experto
Author: UXD Experts
Author URI: http://uxdesignexperts.com
Description: Experto is a professional WordPress theme with focus on multipurpose business styles, page transitions and distinctive typography. It includes diffrent types of page styles, like fullwidth, page with slider, default template(with right sidebar), left sidebar template. You can easily use themes custom widgets any where in any page using shortcodes. Its come with fully responsive layout for smartphones and tablets to desktops. It comes with free updates and free support by our highly acclaimed UXDexperts team.
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 5.6
Version: 1.0.5
License: GPLv2 or Later
License URI: https://www.gnu.org/licenses/license-list.html#GPLv2
Text Domain: experto
Tags: left-sidebar, right-sidebar, translation-ready, custom-background, custom-logo, custom-header, featured-images
*/

:root{
  --main:#eb805d;
  --secondary: #b4dced;
  --other: #f1a992;
  --text: #464959;
  --light-color: #fff;
  --accent: #2e505e;
  --bodyFonts: Arial, Helvetica, sans-serif;
  --headingFonts: Arial, Helvetica, sans-serif;
}

body{
	padding: 0;
	margin: 0;	
	font-family: var(--bodyFonts);
	color: var(--text);
}

h1, h2, h3, h4, h5, h6{
	font-family: var(--bodyFonts);
}
.experto-breadcrumb-title h1 {
  line-height: 1.2;
}
img {
  max-width: 100%;
  height: auto;
}

.clearfix{
	clear:both;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: var(--accent);
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

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

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

a:active {
  text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
}

@media (min-width: 992px) {
  .main-navigation:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 2.5rem;
  }
}

.main-navigation .menu {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 320px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .main-navigation .menu {
    max-width: 100%;
    font-size: 1rem;
	font-size: 17px;
  }
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  display: none;
  padding-left: 1.875rem;
}

.main-navigation ul ul.toggled-on {
  display: block;
}

@media (min-width: 992px) {
  .main-navigation ul ul {
    display: block;
    float: left;
    position: absolute;
    top: 120%;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
    padding-left: .625rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    left: 0;
    padding-top: 1.25rem;
  }
  .main-navigation ul ul:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 1.25rem;
    bottom: 0;
    right: 0;
    left: .625rem;
    -webkit-box-shadow: 13px 13px 21px rgba(6, 19, 34, 0.21);
    box-shadow: 13px 13px 21px rgba(6, 19, 34, 0.21);
  }
}

.main-navigation ul ul ul {
  left: 100%;
  top: 0;
  padding-top: 0;
}

.main-navigation ul ul ul.toleft {
  left: auto;
  right: 100%;
  padding-left: 0;
  padding-right: .625rem;
}

.main-navigation ul ul ul.toleft:after {
  right: .625rem;
  left: 0;
}

.main-navigation ul ul li {
  background: #fff;
}

.main-navigation ul ul li:last-child > a {
  border-bottom: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.main-navigation ul ul li:hover > a, .main-navigation ul ul li.current-menu-item > a {
  color: var(--text);
  background: var(--secondary);
  border-color: transparent;
}

.main-navigation ul ul li:hover > a:after, .main-navigation ul ul li.current-menu-item > a:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.main-navigation ul ul li:hover > .dropdown-toggle, .main-navigation ul ul li.current-menu-item > .dropdown-toggle {
  color: #fff;
}

.main-navigation ul ul a {
  border-bottom: 1px solid var(--secondary);
  color: var(--text);
  width: 100%;
}

@media (min-width: 992px) {
  .main-navigation ul ul a {
    width: 280px;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 1rem 1.875rem;
  }
}

.main-navigation ul ul a:before {
  display: none;
}

.main-navigation ul ul a:after {
  position: absolute;
  top: 20px;
  right: 1.875rem;
  margin: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.main-navigation ul ul .menu-item-has-children > a {
  padding-right: 2.75rem;
}

.main-navigation ul ul.toleft {
  right: 0;
  left: auto;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.main-navigation li {
  position: relative;
  margin: 0;
  list-style: none;
}

@media (min-width: 992px) {
  .main-navigation li {
    float: left;
  }
}

.main-navigation a {
  padding: 16px 14px;
  font-weight: 500;
  display: block;
  text-decoration: none;
  position: relative;
  color: white;
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 13px;
}
.main-navigation a:hover {
  color: var(--secondary);
  font-size: 13px;
  transition: 0s;
}

@media (min-width: 992px) {
  .main-navigation a:hover:before {
    width: 34px;
  }
}

.main-navigation .current_page_item > a:before,
.main-navigation .current-menu-item > a:before,
.main-navigation .current_page_ancestor > a:before,
.main-navigation .current-menu-ancestor > a:before {
  width: 20px;
}

@media screen and (max-width: 991px) {
  .main-navigation .menu-item-has-children > a {
    padding-right: 3rem;
  }
}

@media (min-width: 992px) {
  .main-navigation .menu-item-has-children > a:after {
    line-height: inherit;
    font-size: 11px;
    font-size: 0.6875rem;
    margin-left: .625rem;
    font-family: 'Linearicons-Free';
	content: "\e874";
    font-weight: 900;
  }
}

@media (min-width: 992px) {
  .main-navigation .dropdown-toggle {
    display: none;
  }
}

/* Small menu. */
@media screen and (max-width: 991px) {
  .menu-toggle,
  .main-navigation.toggled .menu,
  .main-navigation.toggled .socials-menu-mobile,
  .main-navigation.toggled .socials-menu-mobile-container,
  .main-navigation.toggled .header-menus-wrapper {
    display: block;
  }
}

.menu-toggle {
  padding: 0;
  border: 0;
  background: transparent;
  width: 37px;
  height: 29px;
  cursor: pointer;
}

.menu-toggle:hover, .menu-toggle:focus {
  background: transparent;
  border: 0;
}

.menu-toggle .line {
  width: 37px;
  display: block;
  height: 1px;
  background: var(--secondary);
  margin-bottom: 9px;
  margin-right: 0;
  margin-left: auto;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: margin .3s ease .3s, opacity .3s ease .3s, -webkit-transform .3s ease 0s;
  transition: margin .3s ease .3s, opacity .3s ease .3s, -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s, margin .3s ease .3s, opacity .3s ease .3s;
  transition: transform .3s ease 0s, margin .3s ease .3s, opacity .3s ease .3s, -webkit-transform .3s ease 0s;
  opacity: 1;
}

.menu-toggle .line:last-child {
  margin-bottom: 0;
}

.main-navigation.toggled .menu-toggle .line {
  -webkit-transition: margin .3s ease 0s, opacity .3s ease 0s, -webkit-transform .3s ease .3s;
  transition: margin .3s ease 0s, opacity .3s ease 0s, -webkit-transform .3s ease .3s;
  transition: transform .3s ease .3s, margin .3s ease 0s, opacity .3s ease 0s;
  transition: transform .3s ease .3s, margin .3s ease 0s, opacity .3s ease 0s, -webkit-transform .3s ease .3s;
  margin-bottom: 0;
}

.main-navigation.toggled .menu-toggle .line:first-child {
  margin-bottom: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-navigation.toggled .menu-toggle .line:nth-child(2) {
  opacity: 0;
}

.main-navigation.toggled .menu-toggle .line:nth-child(3) {
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.dropdown-toggle {
  border: 0;
  border-radius: 0;
  padding: 1.5rem 1.25rem;
  color: inherit;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
}

.dropdown-toggle:hover, .dropdown-toggle:focus, .dropdown-toggle:active {
  background: transparent;
  color: inherit;
}

.dropdown-toggle i {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.dropdown-toggle.toggled-on i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
  .header-menus-wrapper {
    padding: 0 1.25rem;
  }
  .main-navigation .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .header-menus-wrapper {
    display: none;
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--secondary);
    color: var(--text);
    padding: 1.875rem 0 0;
    -webkit-box-shadow: 13px 13px 21px 0px rgba(34, 34, 34, 0.21);
    box-shadow: 13px 13px 21px 0px rgba(34, 34, 34, 0.21);
  }
  .header-menus-wrapper .menu li {
    background: transparent;
  }
  .header-menus-wrapper .menu li a {
     background: transparent;
	 color: var(--light-color);
	 border-bottom: 1px solid var(--light-color);
	 padding: 20px;
  }
	.header-menus-wrapper .menu li a:hover{
		background: #689cb3;
	}
	.main-navigation.toggled {
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 1;
	}
	.main-navigation.toggled .menu-toggle .line {
	   background: var(--light-color);
	}
	.dropdown-toggle i {
	  color: var(--light-color);
	  font-weight: bold;
	}
	.main-navigation.toggled .menu-toggle{
		position: absolute;
		z-index: 999;
		top: 10px;
		right: 10px;
	}
	.header-menus-wrapper .menu li:last-child a {
	  border-bottom: none;
	}
}
.experto-error-404 {
    text-align: center;
    padding: 60px 0px;
}
.active a {
  color: #6dfdff;
}
.experto-breadcrumb-section {
    text-align: center;
    background: #04051a;
    display: flex;
    padding-top: 60px;
	padding-bottom: 60px;
    color: #fff;
    position: relative;
    top: 0px;
    margin-bottom: 90px;
}
ul, ol {
    padding: 0;
	margin: 0;
}
li {
    list-style: none;
}
.single-post main#content {
    margin-top: 50px;
}
.widget-area {
    border: 1px solid #0000001f;
    padding: 15px;
	margin-top: 60px;
	margin-bottom: 60px;
}
.comments-area textarea#comment {
    width: 100%;
}
input#submit {
    background: var(--accent);
    color: var(--light-color);
    border: 1px solid var(--accent);
    padding: 5px 10px;
    border-radius: 2px;
}
.reply a {
    background: #d10459;
    color: #fff;
    padding: 10px;
}
.experto-blog-post-box {
    margin-bottom: 40px;
    padding: 30px;
    border-radius: 0;
    border: 1px solid #eee;
    display: inline-block;
    width: 100%;
	margin-top: 60px;
}
article.small {
    margin-top: 15px;
}
.experto-blog-category a {
    background: var(--accent);
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
}
.blog .kc_col-sm-8, .blog .kc_col-sm-4 {
    padding-left: 15px;
    padding-right: 15px;
	float: left;
}
.experto-blog-post-box, .experto-info-author-block, .comments-area {
    margin-bottom: 40px;
    padding: 30px;
    border-radius: 0;
    border: 1px solid #eee;
    display: inline-block;
    width: 100%;
}
.media.experto-info-author-block {
    display: flex;
}
.experto-info-author-block img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
button.wp-block-search__button.wp-element-button {
    color: var(--light-color);
    background: var( --accent);
}
/*--------------------------------------------------------------
## form css
--------------------------------------------------------------*/
.wpcf7-submit {
  cursor: pointer;
  transition: 0.5s;
}
input:focus-visible, textarea:focus-visible,select:focus-visible {
    outline-offset: 0;
    outline: 0;
    background: #f7f7f7;
	border: 1px solid #767676;
}
/*======================================================================================*/
/*================================== custom css ========================================*/
/*======================================================================================*/
h1, h2, h3, h4, h5, h6, .header, .subheader, nav.navbar a, .btn, .button, button, input[type="submit"], .breadcrumbs {
  font-family: 'Poppins';
  color:#000;
  margin-top:0;
  margin-bottom: 24px;
}
html, body, div, table, p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-top:0;
	color: #000;

}

.footer .menu {
    padding: 0;
	margin:0;
}
.footer .menu li a {
    padding: 0;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    text-align: left;
}
.home-faq .ui-state-active {
    border-bottom: 0px !important;
	padding-bottom: 10px !important;
}
.home-faq a {
    padding-left: 0px !important;
    padding-right: 40px !important;
}
.home-faq .kc_accordion_header>span.ui-accordion-header-icon {  
	margin: 0;
    margin-top: 8px;
    border: 2px solid #adaaaa;
    padding: 8px;
    border-radius: 50px;
}
.home-faq .kc_accordion_header>span.ui-accordion-header-icon { 
    font-weight: 800;
}
.btn-inline {
    display: inline-block;
    width: 47% !important;
    margin-right: 30px;
}
.result-box .content-image:before {
    content: '';
    width: 100px;
    height: 100px;
    background: #cac6f92b;
    position: absolute;
    border-radius: 50px;
}
.logo-box {
    border: 1px solid #dcdbff;
    border-radius: 10px;
    box-shadow: 0 0 12px 7px #00000008;
    background: #fff;
    text-align: center;
    padding: 40px 15px;
}
.logo-box img {
    width: 180px;
}
.lable:before {
    content: 'Soon';
    width: 40px;
    height: 20px;
    background: #ff9c07;
    position: absolute;
    font-size: 13px;
    line-height: 11px;
    font-weight: 700;
    color: #fff;
    padding: 7px 7px 0;
    border-radius: 0 30px 30px 0px;
    top: 15px;
    left: 0;
	box-shadow: 2px 0px 8px #00000029;
}
.kc_title img {
    width: 21px;
    margin-bottom: -4px;
}

.brand-gallery .item img {
    width: 140px;
    filter: grayscale(1);
}
.brand-gallery .item img:hover {
    filter: grayscale(0);
}
.sub-titile2 span {
    font-size: 15px;
    font-weight: 500;
}
.sub-titile2 span.shopify-2 {
    font-size: 18px;
    font-weight: 400;
}
.sub-titile2 .star {
    width: 100px;
    padding: 0 8px;
}
.shopify-logo img {
    width: 36px;
}
.home-tabs ul {
    padding: 9px;
    box-shadow: 0 0 7px #00000052;
}
.tab-icon-box img {
    width: 62px;
}

.kc-owl-post-carousel.testimonial-slide .owl-item .image .caption {
    padding: 15px 10px;
	padding-left: 65px;
}

.navbar-brand img {
    width: 200px;
}
.navbar-brand {
    text-align: left;
    width: 100%;
	display: inline-block;
    vertical-align: text-top;
}
img.heading-line {
  left: calc(50% - 40.5px);
  position: relative;
  padding-bottom: 30px;
}
img.heading-line.left-wave {
    left: 0;
}
.about-boxs img {
  width: 100px;
}
.about-boxs:hover a {
  color: #6dfdff !important;
  text-shadow: 0px 0px 11px #6dfdff;
}
.home-tabs li.ui-tabs-active a {
  border: 2px solid currentColor;
}
.home-tabs li a {
  border: 2px solid #0000;
}
.home-tabs ul {
  display: flex;
  justify-content: center;
}
.contact-boxs a {
  color: #fff;
}
.contact-boxs .kc-feature-boxes:hover a {
  color: #6dfdff;
}
.contact-boxs i.fa-phone {
  rotate: 91deg;
}
#tm-carousel h5.title {
  color: #18283d;
  font-size: 17px;
  text-align: center;
}
#tm-carousel .excerpt {
  text-align: center; 
    background: #fff;
    padding: 60px;
}
.testimonial-image-holder{
	text-align: center;
    width: 90px;
    height: 90px;
    border-radius: 50px;
    margin: -40px auto 10px;
    overflow: hidden;
    display: none;
}
.quote-icon span{
	font-size: 45px;
    margin-bottom: 30px;
    display: inline-block;
}
.owl-theme .owl-controls .owl-buttons div {
  margin: 0px !important;
  padding: 13px 20px !important;
  font-size: 20px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0 !important;
  background: var(--secondary) !important;
  opacity: 1 !important;
	transition: 0.2s;
}
.owl-theme .owl-controls .owl-buttons div:hover {
    background: #18283d !important;
    margin-left: -5px !important;
    transition: 0.2s;
}
#tm-carousel .owl-prev {
  position: absolute;
  left: -70px;
  top: calc(50% - 25px);
}
#tm-carousel .owl-next {
  position: absolute;
  right: -70px;
  top: calc(50% - 25px);
}

.hf-contact i {
    display: inline-block;
    width: 0;
    margin-left: -20px;
    font-size: 13px;
    color: #da0d5a;
}
.hf-contact .col-md-6 span.wpcf7-form-control-wrap {
    display: inline-block;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required option {
    color: #da0d5a;
    background: #1b1e3e;
}
.col-md-6 {
    width: 50%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-12 {
    width: 100%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.center {
    text-align: center;
}
.block-footer img {
  position: absolute;
  top: -70px;
  left: 0;
  width: 4645px;
  height: 297px;
  z-index: 0;
  animation: clouds 25s linear infinite;
  max-width: initial !important;
}
.block-footer {
    overflow-x: clip;
}

.experto-error-404 h2 {
    font-size: 100px;
    color: var(--accent);
    line-height: 100px;
}
.experto-error-404 .btn-theme {
    color: #03051a;
    background-color: #b4dced;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 30px;
}
.experto-error-404 p {
    margin-bottom: 45px;
}
.experto-section h4 {
    font-size: 35px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.experto-error-404 .btn-theme:hover {
    font-weight: 600;
    transition: 0.2s;
}
.hf-contact .wpcf7-submit:hover {
    font-weight: 500 !important;
    transition: 0.3s;
    font-size: 19px !important;
}
main#content {
    margin-top: -100px;
}



/*======================================================================================*/


.experto-breadcrumb-section  .experto-page-breadcrumb{
	display:none;
}
footer .content-desc a{
	color:#fff;
}
footer .content-desc a:hover{
	color:#b4dced;
}
.latest-posts h5{
    font-size: 28px;
    margin-top: 5px;
    margin-bottom: 8px;
}
.col-6.post-left {
    padding-right: 40px;
}
.post-left .post-outer {
   
}
.post-left .post-outer .entry-content {
    padding: 0 30px;
	position: absolute;
    bottom: 50px;
    width: 100%;
}
.latest-posts h5 a {
    color: #000;
    font-size: 24px;
    line-height: 32px;
}
.latest-posts .date {
    padding: 0px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}
.latest-posts h5 a:hover {
    color: #2e505e;
}
.latest-posts a.experto-btn.experto-btn-small.experto-btn-solid.experto-btn-icon {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: underline;
}
.latest-posts .mascot-post-excerpt {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 17px;
    color: #ededed;
}
.col-6{
  width:50%;
  float:left;
	padding: 0 15px;
}
.post-outer .latest-posts {
    display: inline-block;
    position: relative;
}
.kc-testimo .content-title {
    position: relative;
}
.kc-testimo .content-desc {
    font-style: italic;
}
.kc-testimo .box-right .content-title:after {
    content: '';
    width: 73px;
    height: 73px;
    background-image: url(/wp-content/uploads/2023/03/double-quotes.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: -10px;
}
.play-btn i {
    background: #fff;
    border-radius: 50px;
    padding: 16px 21px 16px 24px;
    margin-right: 15px;
color: #000;
}
span.space {
    padding: 0 15px;
}
.cours-box .kc_column a {
    display: none;
}
.cours-box .kc_column:hover a {
display: inline-block;
}
.cours-box .kc_column:hover {
    padding-top: 47px;
    padding-bottom: 47px;
}
.row {
    width: 100%;
    clear: both;
}
.col-4 {
    width: 33.33%;
    float: left;
    padding: 0 15px;
}
.col-8 {
    width: 66.66%;
    float: left;
    padding: 0 15px;
}
.post-right .post-thumb-inner .thumb {
	height: 145px;
    width: 100%;
    overflow: hidden;
}
.post-left .post-thumb-inner .thumb {
	height: 505px;
    width: 515px;
    overflow: hidden;
}
.post-left .post-outer h5 a {
    color: #fff;
}
.post-left .post-outer .experto-btn-icon{
    color: #fff !important;
}
.post-left .post-outer .latest-posts .date {
    color: #fff;
}
.quote-icon .fa-quote-left:before {
    font-size: 44px;
    margin-bottom: 45px;
}
.post-right .post-outer hr:last-child {
    display: none;
}
.post-right .post-outer hr {
    border: 1px solid #0000000f;
    margin-bottom: 16px;
}
.post-right .post-outer .col-4 {
    padding-left: 0;
}
.post-left .post-thumb-inner .thumb:after {
    content: '';
    width: 100%;
    height: 300px;
    left: 0;
    bottom: 0;
    position: absolute;
    background: -moz-linear-gradient(0deg, rgba(24,40,61,1) 0%, rgba(187,32,87,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(24,40,61,1) 0%, rgba(187,32,87,0) 100%);
    background: linear-gradient(0deg, rgba(24,40,61,1) 0%, rgba(187,32,87,0) 100%);
}
.post-left .thumb img {
    max-width: none;
    height: 505px;
}
.list-style1 li {
    font-weight: 500;
    line-height: 25px;
	list-style: none;
    padding-left: 44px;
	margin-bottom: 12px;
}
.list-style1 {
    padding-left: 0;
}
.list-style1 li:before {
    content: '';
    width: 27px;
    height: 2px;
    position: absolute;
    background: #b4dced;
    margin-left: -44px;
    margin-top: 13px;
}
.list-style1.w-50 li {
    display: inline-block;
    width: 48%;
}
.course-covers .kc-feature-boxes {
    padding-top: 2px !important;
}
.sd-faq .kc-section-active .kc_accordion_header.ui-state-active>span.ui-accordion-header-icon:before {
    content: "\f068";
	font-family: fontawesome;
}
.sd-faq .kc_accordion_header>span.ui-accordion-header-icon:before {
    content: "\f067";
  font-family: fontawesome;

}
.experto-breadcrumb-section {
    text-align: center;
    background: #f5f5f5;
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
    position: relative;
}
ul, ol {
    padding: 0;
	margin: 0;
}
li {
    list-style: none;
}
.single-post main#content {
    margin-top: 50px;
}
.widget-area {
    border: 1px solid #0000001f;
    padding: 15px;
	margin-top: 60px;
	margin-bottom: 60px;
}
.comments-area textarea#comment {
    width: 100%;
}
input#submit {
    background: var(--accent);
    color: var(--light-color);
    border: 1px solid var(--accent);
    padding: 5px 10px;
    border-radius: 2px;
}
.reply a {
    background: #d10459;
    color: #fff;
    padding: 10px;
}
.experto-blog-post-box {
    margin-bottom: 40px;
    padding: 30px;
    border-radius: 0;
    border: 1px solid #eee;
    display: inline-block;
    width: 100%;
	margin-top: 60px;
}
article.small {
    margin-top: 15px;
}
.experto-blog-category a {
    background: var(--accent);
    color: #fff;
    padding: 3px 8px;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
}
.blog .kc_col-sm-8, .blog .kc_col-sm-4 {
    padding-left: 15px;
    padding-right: 15px;
	float: left;
}
.experto-blog-post-box, .experto-info-author-block, .comments-area {
    padding: 20px;
    border-radius: 0;
    border: 1px solid #eee;
    display: inline-block;
    width: 100%;
	margin-bottom: 0px;
}
.media.experto-info-author-block {
    display: flex;
}
.experto-info-author-block img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
button.wp-block-search__button.wp-element-button {
    color: var(--light-color);
    background: var( --accent);
	padding: 11px;
    margin-bottom: 10px;
}
.wp-block-search__input {
    height: 40px;
}
.widget_block h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.wp-block-search .wp-block-search__label {
    color: #000;
    font-size: 20px;
}
.blog main#content .kc_row {
    margin-bottom: 60px;
}
.single-post .experto-blog-post-box, .experto-info-author-block, .comments-area{
    margin-bottom: 30px;
}
.search-results .experto-blog-post-box, .experto-info-author-block, .comments-area{
    margin-bottom: 30px;
}
.list-inline.info-author-social li {
    display: inline-block;
}
.footer .menu li {
    margin-bottom: 9px;
    line-height: 20px;
}
@media screen and (max-width: 767px){
	.col-md-6{
		width:100%;
	}
	.experto-breadcrumb-section{
		padding-top: 45px;
		padding-bottom:45px;
		top: 0;
	}
	.blog .kc_col-sm-8{
		width:100%;
	}
	.experto-breadcrumb-section{
		margin-bottom:0;
	}
	main#content {
		margin-top: 0px;
	}
	.cours-box .kc_column a{
		display:block;
	}
	.col-6.post-right {
		padding-right: 0px;
		width:100%;
	}
	.col-6.post-left {
		width:100%;
		padding-right:0;
	}
	.post-left .post-thumb-inner .thumb{
		width:100%;
	}
	.post-left .thumb img{
		width:100%;
	}
	#tm-carousel .owl-next{
		display:none;
	}
	.home .latest-posts h5 a{
		font-size:20px;
	}
	.post-outer .latest-posts{
		margin-bottom: 30px;
	}
}