/*
Theme Name: Wander-BABY
Description:
Author: p-i-p
Author URI: 
Version: 1
*/ 
  @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

  
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
.fa {
    font-family: FontAwesome !important;
}
p{
	padding: 5px 0;
	}
a, a:hover {
    text-decoration: none !important;
}
html {
	overflow-x: hidden;
}
body, html{
/*font-family: 'Montserrat', sans-serif;*/
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 16px;
color: #323232;
line-height: 1.3;
}
body{
	overflow-x: hidden;
}
h2{
	margin: 10px 0;
}

img {
    max-width: 100%;
    height: auto;
}
img.alignleft{
    margin-top: 0px !important;
    margin-right: 30px !important;
}
a{
	
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}
/*
===============================Start HEADER========*/	
header.header{
	position: relative;
	top: 0;
	z-index: 999;
	width: 100%;
   /* height: 90px;*/
    background: transparent;
	}
footer{	
	text-align: center; 
    padding: 10px 0 20px 0;
	}

header .top-content{
	height:100px;
	display:flex;
	justify-content:center;	
	z-index:9999;
	width: 100%;
	position:relative;
	
	}
.header.sticky {
	position: fixed;
	top: 0%;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(46,76,185,0.2);
	box-shadow: 0px 5px 30px 0px rgba(46,76,185,0.2);
    -webkit-animation: sticky 0.5s;
    animation: sticky 0.5s;
	
}
.header.sticky .topnav {
    padding: 5px 0;
}
.header.sticky .logo a img {
    max-width: 100px;
}

@-webkit-keyframes sticky {
    0%{
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100%{
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@keyframes sticky {
    0%{
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100%{
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}	


.page-title{
	margin-bottom: 30px;
}
.page-title h1{
	font-style: normal;
	font-weight: normal;
	font-size: 38px;
	color: #4e4e4e;
}
.page-title-description h2{
	font-weight: 400;
	font-size: 20px; 
	color: #797979;
}
.topnav,
.middlenav{	
    padding: 6px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.logo{
	text-align:center;
	padding: 0;
	}
.logo a img {
    font-size: 20px;
	max-width: 160px;
}
.logo a{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: left;
	font-weight: bold;
    color: #064fb2;
	text-decoration: none;	
}
.logo a:hover{
	text-decoration: none;		
}	
/*
.menu_left,.menu_right{
    width: calc(( 100% - 300px )/2 );
	}
	*/
.topmenu{
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.topmenu-login, .topmenu-search {
    position: relative;	
    width: 25px;
    height: 25px;
    border-radius: 100%;
    font-size: 0;
    margin-right:10px;
}
.topmenu-login a.menu-login,
.topmenu-login a.menu-search{
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    font-size: 0;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}
.topmenu-login a.menu-login{
    background: #fff url(images/user.svg) no-repeat center center;
}
.topmenu-login a.menu-wishlist{
    position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    font-size: 0;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}
.topmenu-login a.menu-wishlist i{
	color: #ff0000;
}
.topmenu-cart .menu-cart a{
	position: relative;
}
.mini_cart_count{
	position: absolute;
    background: #945cb4;
	border-radius: 100%;
	text-align: center;
    width: 10px;
    height: 10px;
    z-index: 99999;
    color: #fff;
    font-size: 8px;
	right:0;
	top: 0;
}
.mini-login-content,
.mini-search-content{
    background-color: #fff;
    position: absolute;
    top: 100%;
    width: 180px;
    z-index: 999999;
    font-size: 16px;
    right: -999em;
    box-shadow: 0 2px 8px 1px rgba(0,0,0,.07);
	padding: 10px;
    border: 2px solid #e6e6e6;
    opacity: 0;
    visibility: hidden;
	display: block;	
	-moz-transition:opacity 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
	-webkit-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
	-o-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
	transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
}
.mini-search-content{
    background-color: #fff;
    position: absolute;
    top: 100%;
    width: 260px;
}
.mini-login-content ul.loginmenu li a {
    
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    position: relative;
    padding: 5px 0px;
    display: block;
    color: #323232;	
}
.mini-login-content ul.loginmenu li a:hover {
    color: #945cb4;
}
.mini-login-content li{
	list-style: none;
	margin: 5px 0;
}
.mini-login-content a{
	color: #323232;
	font-size: 14px;
}
.topmenu-login:hover .mini-login-content{
    right: 0;
    opacity: 1;
    visibility: visible;
}
.topmenu-search:hover .mini-search-content{
    right: -30px;
    opacity: 1;
    visibility: visible;
}
.aws-search-result .aws_search_more {
    font-size: 16px;
}
/**********************************************************/




.aws-search-form {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff; 
  border: 2px solid #945cb4;
  transition: border-color 0.3s ease;
}

.aws-search-form:focus-within {
  border-color: #0073e6;
  box-shadow: 0 0 0 4px rgba(0, 115, 230, 0.15);
}

.aws-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 1.2rem;
  position: relative;
}

.aws-search-label {
  display: none;
}

.aws-search-field {
  flex: 1;
  border: none;
  font-size: 16px;
  padding: 0.9rem 1rem;
  outline: none;
  background: transparent;
  font-weight: 400;
}

.aws-search-clear {
  position: absolute;
  right: 60px;
  cursor: pointer;
  color: #999;
  font-size: 20px;
  user-select: none;
  transition: color 0.3s ease;
}
.aws-search-clear:hover {
  color: #000;
}

.aws-loader {
  display: none;
}



.aws-search-form input.aws-container .aws-search-field{
    border: none;
}
.header-searchform .aws-container .aws-search-form .aws-form-btn { 
    background: #4bc5cb;
    border: 1px solid #4bc5cb;
}
.header-searchform .aws-container .aws-search-form .aws-form-btn:active,
.header-searchform .aws-container .aws-search-form .aws-form-btn:hover { 
    background: #945cb4;
    border: 1px solid #945cb4;
}


.aws-search-btn_icon svg {
  fill: #fff;
}


.header-searchform{
    width: 50%;
}
/**********************************************************/
/**********************************************************/
/**********************************************************/
span.xoo-el-close {
    font-size: 23px;
    position: absolute;
    right: 5px !important;
    top: 5px !important;
    background-color: white;
    border-radius: 50%;
    font-weight: 400;
    cursor: pointer;
    z-index: 100;
    border: 4px solid #fff;
}
.xoo-el-icon-cancel-circle:before {
    content: "\ea0d";
    color: #4e4e4e;
}
.xoo-el-icon-cancel-circle:hover:before {
    color: #4f7aae;
}
/**********************************************************/
/**********************************************************/
/* Animate */
.hero-slider-container .btn_more{
	transform: translateY(-100%);
	-webkit-transition: all 2.5s ;
	transition: all 2.5s ;
	opacity: 0;	
}
.hero-slider-container .btn_more_full_slider{
	transform: translateY(-100%);
	-webkit-transition: all 1.5s ;
	transition: all 1.5s ;
	opacity: 0;	
}
.btn_more_full_slider{
	height: 48px;
	width: 150px;
	
}
.slick-active .btn_more{	
	opacity: 1;
	transform: translateY(0);
	transition: 2.5s;  
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}
.slick-active .btn_more_full_slider{	
	opacity: 1;
	transform: translateY(0);
	transition: 1.5s;  
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.hero-slider-content .description{
	max-width:700px;
	margin: 20px auto;
}



/*

.head_primary {
	opacity: 0;
	-webkit-transform: translateY(70px);
	-moz-transform: translateY(70px);
	-ms-transform: translateY(70px);
	-o-transform:  translateY(70px);
	transform: translateY(70px);
	transition: transform 0.5s ease 0s, opacity 0.5s ease 0.5s;
}
.slick-active .head_primary {
	-ms-transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	opacity: 1;
	-webkit-transition: .5s .38s cubic-bezier(0.42, 0, 1, 1), opacity 0.5s ease 0.5s;
	transition: .5s .38s cubic-bezier(0.42, 0, 1, 1), opacity 0.5s ease 0.5s;
}


.hero-slider-content .line_cross,
.head_primary:after {
	opacity: 0;
	-webkit-transform: translateY(-70px);
	-moz-transform: translateY(-70px);
	-ms-transform: translateY(-70px);
	-o-transform:  translateY(-70px);
	transform: translateY(-70px);
	-webkit-transition: .5s .38s cubic-bezier(0.42, 0, 1, 1);
	transition: .5s .38s cubic-bezier(0.42, 0, 1, 1);
}
.slick-active .hero-slider-content .line_cross {
	-ms-transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	opacity: 1;		
}
.head_description {
    opacity: 0;	
}
.slick-active .head_description {
	opacity: 1;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

*/
.head_title {
    opacity: 0;	
}
.slick-active .head_title {
	opacity: 1;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;	
}
.header-section .object {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}
.btn_more{
	margin-top: 30px;
}
.get_service,
.btn_more a{
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;									
	width: 175px;
	height: 48px;
	
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	background: #945cb4;
	border: 1px solid #945cb4;
	border-radius: 8px;	
	transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
}
.get_service:hover,
.btn_more a:hover{
	/*box-shadow: 10px 10px 20px rgba(115, 167, 224, 0.4);*/
	color: #945cb4;
	background:  #fff;
}
.head_primary{
	position: relative;
}
.about_block{
	text-align: center;
}

span.bold{
	text-transform: uppercase;
	display: block;
    color: #008dd1;
    font-size: 18px;
    letter-spacing: 0.5px;
}
.topcont {
	background:#008dd1
}
.topcont .container{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}	
.fa-contact img{width:30px;}

.slick-slide img {
min-width:100%;
min-height: 100%;
width: 100%
}

.vizit-to{	
    font-size: 16px;
    padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
}
.top-animate {
    background: #945cb4 !important;
    top: 8px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mid-animate {
    opacity: 0;
}
.bottom-animate {
    background: #945cb4 !important;
    top: 8px !important;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
.top-menu {
    top: 2px;
    width: 100%;
    height: 2px;
    border-radius: 10px;
}
.mid-menu {
    top: 9px;
    width: 100%;
    height: 2px;
    border-radius: 10px;
}
.bottom-menu {
    top: 17px;
    width: 100%;
    height: 2px;
    border-radius: 10px;
}
.menui {
  background-color: #323232;
    transition: 0.5s ease;
    transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
    margin-top: 1px;
    position: absolute;
}
.micon {
    z-index: 999;
    position: relative;
    height: 24px;
    width: 24px;
    margin-right: 15px;
	z-index:9999;
	cursor: pointer;
}
.mobile_nav{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    height: 100%;
    margin-top: 20px;
}
.mobilenav {
	font-family: inherit;
    z-index: 999;
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
    padding: 0;
    padding-top: 78px;
	background: rgba(0, 0, 0, 0.85);
}

.mobilenav li {
    list-style-type: none;
    text-align: center;
    padding: 20px 0;
}
.mobilenav li a {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    width: 100%;
}
.mobilenav li:first-child {
}
.mobilenav .switcher-list li a,
.mobilenav .switcher-list li>span{
    color: #fff;
    font-size: 20px;	
}


.page-wrap{
	padding: 30px 0;	
    width: 100%;
    overflow: hidden;
}

.breadcrumbs-cont{
	border-top: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	padding: 30px 0;
    margin-bottom: 30px;
	
    width: 100%;
    overflow: hidden;
}

.breadcrumbs-cont .woocommerce-breadcrumb{
	margin: 0 !important;
}

.breadcrumbs{	
    text-align: left; 
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #9781a3;
}
.breadcrumbs a{
	font-size: 16px;
	line-height: 19px;
	color: #9781a3;
}
.breadcrumbs a:hover{ 
	color: #945cb4;
}
.breadcrumbs__current{
	color: #945cb4;	
}
.breadcrumbs__separator{
	color: #D3D2D2;	
}
.pre_title{
	text-align: center
}
.pre_title span{
    	
	display: block;
	font-style: normal;
	font-weight: 300;
	font-size: 34px;
	line-height: 70px;
	text-align: center;
	letter-spacing: 0.03em;
}
.pre_title span.title_line1{	
	color: #323232;
}
.pre_title span.title_line2{
	color: #61798D;
}

/*
===============================End HEADER========*/	

/*
===============================Start CONTAINER========*/	
.header_image_top{
	    color: #fff;
    min-height: 20vw;
    padding: 26px 0;
    position: relative;
    text-align: center;
	
	display: flex;
    align-items: center;
    justify-content: center;
}
.header_image_top:after{
	content: "";
	position:absolute;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 66%);
	z-index:1;
}
.header_image_top .container{
	z-index:2;
}
.header_image_top .page-title h1{
	color: #fff;
    text-transform: uppercase;
	
}

.container {	
    max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.full_container{
	width: 100%;
	margin: 0 auto;

}
section{
	clear: both;
    overflow: hidden;
	padding: 30px 0;
}
section#shop_category{
	padding-bottom: 10px;	
}
.home_content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
	margin-top: 120px;
	font-size: 24px;
	text-align: center;
	max-width: 950px;
	margin: 0 auto;
	margin-bottom: 77px;
}
#home .container{
	height: 100%;	
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#home{
	padding: 0;
	width:100%;	
    height: 540px;
    padding-top: 0px;
	position: relative;
	margin-bottom: 30px;
}

.main-title{
	padding-bottom:30px;
}

.about-cont{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	padding: 10px 0 60px 0;
}

.read-more{
	text-align: center;
	padding:10px;
}
.read-more a{
	color: #0d7fc3;
}

.section-title{
	
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 43px;
	/* text-transform: capitalize; */
	color: #4e4e4e;									
	text-align: center;
	}


.blog-item{
	padding:15px 5px;
	text-align: center;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 15px;
}
/****About Book Slider**********/
.service_categories{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
    justify-content: space-between;
    margin-bottom: max(2.5vh, 1.5rem);
}
.category_service_item{
	    position: relative;
    width: calc((100% - 5vw) / 3);
	border: 1px solid #ccc;
    border-radius: 20px;
}
.category_item_title{
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.category_service_item a{ 
	display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
	color: #363636;
}
.category_service_item a:hover{  
	color: rgb(1, 105, 244);
}
.category_service_item:hover{  
	border-color: rgb(1, 105, 244);
}
.category_service_item .category_service_img img{ 
	max-height: 200px;
}







.page_container.with_sidebar{
	display: flex;
	justify-content: space-between;
}

.with_sidebar .sidebar{
	width: 20%
}

.with_sidebar .page-content{

	width: 78%
}
.taxonomy_item{
	display: none;
}

.taxonomy_item.show_element{
	display: block;
}



#about_books{
    margin-bottom: 60px;
    padding-bottom: 0;
}
.books_slider_content{	
	margin: 30px 0;
}
.about_books_slider .slick-slide{
	padding: 15px;
}
.about_books_slider .slick-slide.slick-active .book_slider_item:before{
	content: "";
	width: 100%;
	height: 305px;
	position: absolute;
	z-index: -1;
	box-shadow: 0px 30px 34px rgba(187, 187, 187, 0.19);
    transition: all 0.4s ease;
}
.books_slider_item{
	margin-top: 30px;
}
.books_slider_item {  
    height: 340px;
    transition: all 0.4s ease;
	position: relative;
} 





.article-slide-block{
	margin-top:60px;
}



.article_post{
    position: relative;
    background-color: #eee;
    border: 1px solid #f2f7fa;
    padding: 10px;
    overflow: hidden;
}


.book_slider_item {  
	height: 305px;
    background: linear-gradient(286.03deg, #DAECFD 2.24%, #FCFCFC 105.87%);
    transition: all 0.4s ease;
    overflow: hidden;	
    position: relative;
}
.books_slider_item a.article_link {
    width: 100%;
    height: 100%;  
    color: #fff;
	padding:0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	   -webkit-align-items: center;
    align-items: center; 
}


.books_slider_item a.article_link .useful_item_cont{
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 9;
	background: rgb(0 0 0 / 50%);
	padding: 0;
}

.books_slider_item a.article_link .useful_item_cont .article_image_item{
	height: 100%;
	width: 100%;
}

.books_slider_item a.article_link .useful_item_cont .article_image_item img{
	width: 100%;
    will-change: tarnsform;
    transition: all .5s;
}
.books_slider_item a.article_link:hover .useful_item_cont .article_image_item img{
    transform-origin: center;
    transform: scale(1.12);
    opacity: 1;
}

.books_slider_item a.article_link .useful_item_cont .article_desc{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(0 0 0 / 55%);
	    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px 30px 15px 30px;
}

.books_slider_item a.article_link .useful_item_cont .article_desc .blog-title{
	font-weight: 600;
}

.article_read_more{
	
}
.woocommerce-mini-cart__buttons{
	display: flex;
	gap: 15px;
}
.cart-panel-content .woocommerce-mini-cart__buttons a.button ,
.read_more{
    cursor: pointer;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(255, 255, 255);
    width: 145px;
    height: 38px;
	margin-top:10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    background: rgb(148, 92, 180);
    border-radius: 8px;
    transition: 0.3s linear;
}
	
.cart-panel-content .woocommerce-mini-cart__buttons a.checkout {
    background: #4bc5cb;
}


.read_more{
	float:right;
	opacity: 0;
    will-change: transform;
    transform: translateY(60px);
    transition: transform 0.5s, opacity 0.5s, color 0.3s ease-out, border 0.3s ease-out, background 0.3s ease-out, box-shadow 0.3s ease-out !important;
}

.books_slider_item a.article_link:hover .read_more{
opacity: 1;
    transform: translateY(0px);

}




.books_slider_item a.book_link:hover{
	
}
.blog_slider_content .book_slider_item {  
	height: 275px;
}
.books_slider_item .ebook_item{
	position: relative;
    background-color: #fbfbfb;
    border: 1px solid #f5f5f5;
   
    overflow: hidden;
	width: calc(100% - 30px);
}

.books_slider_item .ebook_item .ebook_img {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 50%;
    height: 100%;
    width: 50%;
    overflow: hidden;
}
.ebook_item .ebook_desc {
    float: right;
    z-index: 2;
    background-color: #fff;
    position: relative;
    padding: 20px;
    min-height: 260px;
    height: 100%;
	
    width: 47%;
    margin: 10px;
	
    border: 1px solid #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ebook_item .item_bg__video{
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
	z-index: 1;
	}
.ebook_item .ebook_title a{
	
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    color: #323232;
    /* width: 50%; */
    padding-bottom: 10px;
    display: block;
	}
.ebook_item .ebook_title a:hover{
	color: #945cb4;
}
	
	
	
/**************/
.single-cont{
	overflow: hidden;
}
.post-footer-info{											
	width: 100%;
}
.post-footer-info,.post-top-info{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 30px;
}
.post-the_category .post-categories{
	list-style: none;
}
.post-the_category .post-categories li a{
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #945cb4;
}
.post-the_category .post-categories li a:hover{
	color: #323232;
}
.post-the_category .post-categories li{
	position: relative;											
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-align-items: center;
	align-items: center;
	float: left;
}
.post-the_category .post-categories li:before {
	position: relative;
	content: "\25A0";
	display: inline-block; 
	color: #945cb4;
	margin: 0 5px;
	height: 100%;
	font-size: 6px;

	} 
.post-the_category .post-categories li:first-child:before{
	display: none;
}

.post-date{
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	color: #9C9C9C;
}


.blogs-img img {
    transition: all 800ms ease-in-out 0s;
    -webkit-transition: all 800ms ease-in-out 0s;
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
}
.blogs-item:hover .blogs-img img{
    opacity: .85;
    transform: scale(1.05) rotate(-1deg);
    -webkit-transform: scale(1.05) rotate(-1deg);
}


.form-row{
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.form-row p{
	width:100%;
}
.form-row .half{
	width: calc( 50% - 5px );
}
.full{
	width: 100%;
	padding: 10px 0;
}
/* .form-row span{
	display: block;
}
 */


/*============================*/
section.featured .container{
	border-top: 1px solid #ECECEC;
	padding-top: 30px;
}
/*============================*/

/*============================*/
.contact-us{
	padding:10px 0;
}
.contacts-header{
	text-align: center; 
	padding-bottom:60px;
	}
.contact-us .contacty,
.contact-us .contacty a{
	color: #fff; 
	display: block;
	}
.flex-contacts{	
    padding: 30px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    box-sizing: border-box;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

/***FOOTER************************************/
footer {padding: 0;}
.woocommerce-page .foot_logo img,
.foot_logo img{max-width:150px;}
.footer {
    border-top: 1px solid #ECECEC;	
	margin-top: 15px;
	background-image: linear-gradient(to top, rgb(148 92 180 / 20%) 0%, white 100%);
	
}
.footer-container{	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;	
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	padding: 30px 0;
}
.site-copy{
	border-top: 1px solid #d4d4d4;	
	padding: 15px;
	
	font-style: normal;
	font-weight: normal;
	font-size: 14px; 
	text-align: center;
	color: #4e4e4e;
}
.footer a{    
	font-weight: 300;
	font-size: 14px; 
	color: #323232;	
    padding: 10px 0;
    display: inline-block;
}
.footer a:hover{   
	color: #945cb4;
}

.footer-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.footer-social a{   
    margin: 15px;
	color: #4e4e4e;
	font-size: 14px;
	width: 25px;
	height: 25px;
    padding: 0;
}
.soc_item span{
	width: 25px;
    height: 25px;
    display: block;	
}

.footer-social .soc_item_youtube span {
	-webkit-mask: url(images/social/icon-youtube.svg) no-repeat 100% 100%;
	mask: url(images/social/icon-youtube.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #4e4e4e;
    background-size: contain;
}
.footer-social .soc_item_tiktok span {	
	-webkit-mask: url(images/social/icon-tictok.svg) no-repeat 100% 100%;
	mask: url(images/social/icon-tictok.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #4e4e4e;
    background-size: contain;
}
.footer-social .soc_item_facebook span {
	-webkit-mask: url(images/social/facebook.svg) no-repeat 100% 100%;
	mask: url(images/social/facebook.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #4e4e4e;
    background-size: contain;
}
.footer-social .soc_item_twitter span {
	-webkit-mask: url(images/social/twitter.svg) no-repeat 100% 100%;
	mask: url(images/social/twitter.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #4e4e4e;
    background-size: contain;
}
.footer-social .soc_item_linkedin span {
    /* background: url(images/social/icon-linkedin.svg) no-repeat center center; */
	-webkit-mask: url(images/social/icon-linkedin.svg) no-repeat 100% 100%;
	mask: url(images/social/icon-linkedin.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #4e4e4e;
    background-size: contain;
}
.footer-social .soc_item_instagram span {
	-webkit-mask: url(images/social/instagram.svg) no-repeat 100% 100%;
	mask: url(images/social/instagram.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #4e4e4e;
    background-size: contain;
}
.footer-social .soc_item_tiktok:hover span,
.footer-social .soc_item_youtube:hover span,
.footer-social .soc_item_facebook:hover span,
.footer-social .soc_item_twitter:hover span,
.footer-social .soc_item_linkedin:hover span,
.footer-social .soc_item_instagram:hover span{	
	background-color: #945cb4;
}
/* 
.footer-block-left{
	width: 33%;
	max-width:220px;
}
.footer-block-right{
    width: 67%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;	
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
 */
.footer-block{
	text-align: center;
    width: 25%;
}
.footer-block-right .footer-block{
	padding-bottom: 55px ;
}
.footer-block ul{
	list-style: none;
}
.foot_title{
	padding: 30px 0 8px 0; 
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px; 
	color: #4bc5cb;
}
.footer-block.fb-1,
.footer-block.fb-2,
.footer-block.fb-3{
	padding-bottom: 55px ;
	
}


/* + HOME PAGE: HERO ================================ */
.hero-slider-container {
	  position: relative;
	  z-index: 3;
	  height: 100%;
	  
	  
	  font-family: 'Roboto', sans-serif;
	  font-weight: 500;
  }
.hero-slider-container ul{
	list-style: none;
	
}
.hero-slider-container ul li:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 15px;
    margin: 15px auto 0px auto;
    background-image: url(images/checked.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.hero-slider-content{
    text-align: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;	
    -webkit-align-items: center;
    align-items: center;
}

.ves_baner_link_cont{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: flex-end;
    -webkit-flex-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.ves_baner_link_cont .btn_more_full_slider{
	margin-bottom: 90px;
}

.btn_more_full_slider{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #945cb4;									
	width: 175px;
	height: 48px;
	
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	background: #fff;
	border-radius: 4px;	
	transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	-webkit-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
}
.btn_more_full_slider:hover,
.hero:hover .btn_more_full_slider{	
	box-shadow: 0 10px 20px rgb(76 93 113 / 59%);
}

.hero {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative; 
	}

.hero:before {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
  }

.hero .hero-slider-title {
	font-size: 38px;
	line-height: 1.15;
	margin-bottom: 10px;
	letter-spacing: -0.025em;
	color: #323232;
	opacity: 0; 
	}  
.hero .hero-slider-teaser {
	font-size: 18px;
	line-height: 1.66;
	color: white;
	opacity: 0; 
} 
.hero .hero-slider-btn {
	margin-top: 25px;
	font-weight: 500;
	position: relative;
	display: inline-block;
	width: auto;
	padding: 8px 25px;
	cursor: pointer;
	-moz-transition: all 0.30s;
	-o-transition: all 0.30s;
	-webkit-transition: all 0.30s;
	transition: all 0.30s;
	text-align: center;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	border: 0;
	background-color: #CA4A5F;
	text-decoration: none;
	color: white;
	opacity: 0; 
  }

.section-hero-slider .hero-slider .hero-slider-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	min-height: 600px;
}
  
.section-hero-slider .hero-slider .hero-slider-image-mobile {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: none;
}
  
.section-hero-slider .hero-slider .hero {
	height: 540px;
  }

.section-hero-slider .hero-slider .hero:before {
	display: none; }

.section-hero-slider .hero-slider .hero .hero-slider-btn {
	min-width: 285px;
	}


.section-hero-slider .hero-slider .slick-dots {
  position: absolute;
  bottom: 10px;
  text-align: center;
  margin: 0 auto;
}
.section-hero-slider .hero-slider .slick-dots li {
	display: inline-block;
	margin: 0 16px 0 0; 
  }
  
.slick-dots li button:before{
	display: none !important
}
.section-hero-slider .hero-slider .slick-dots button {
  border: 0;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  overflow: hidden;
  color: transparent;
  padding: 0;
  background-color: #fff; }

.section-hero-slider .hero-slider .slick-dots .slick-active button {
  background: #61798D;
}


.head_primary{
	font-size: 34px;
    font-weight: 500;
	color:#fff;
    padding: 15px;
    line-height: 1;
    background: rgb(75 197 203 / 55%);
	
/*     text-shadow: 3px 0px 3px rgba(0, 0, 0, 0.2); */
  }
.head_description {
	font-size: 32px;
	color:#363636;
    font-weight: 500;	

	line-height: 1;
    padding: 15px;
    background: rgb(129 209 213 / 60%);
/*     text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.5); */
  }
.head_title {
	font-size: 44px;
	color:#fff;
    font-weight: 500;
	/*background: linear-gradient(180deg, rgba(97, 121, 141, 0.79) 0%, #A3BFDD 100%);  
	text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    font-weight: bold;*/
  }
    
  .hero-slider-container.hero_mobil{display: none}
  
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

/* .slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; } */

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }
.hero-slider-navigation {
  margin: 0 auto;
  position: absolute;
  bottom: 35px;
  width: 100%;
  z-index: 3; 
  }
  
  
  
  
  
  
  
  
  
  
  
		.hero-slider-controls .swiper-button-prev,
		.hero-slider-controls .swiper-button-next{
			 position: relative;
			width: 35px;
			height: 30px;
			margin-top:0;
			  
			 
		 }  
  
  
  
  
.hero-slider-controls{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;	  
  }
  
  
.slide-m-next,
.slide-m-prev{
	padding:8px 5px;
	margin: 0 5px;
	border-radius: 5px;
	cursor: pointer;
}


.slide-m-next span{	
	-webkit-mask: url(images/arrow_right.svg) no-repeat 100% 100%;
	mask: url(images/arrow_right.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #666;
    background-size: contain;
	width:20px;
	height:10px;
    display: block;
	
}
.slide-m-prev span{	
	-webkit-mask: url(images/arrow_left.svg) no-repeat 100% 100%;
	mask: url(images/arrow_left.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #666;
    background-size: contain;
	Width:20px;
	height:10px;
    display: block;
}
.slide-m-next:hover,
.slide-m-prev:hover{
	background: #945cb4;
	cursor: pointer;
}
.slide-m-next:hover span,
.slide-m-prev:hover span{
	background-color: #fff;
}


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

.scrollTop{
	background-size: contain;
	width:30px;
	height:50px;
	bottom:20px;
	right:2%;
	opacity: 0.9;
	-webkit-animation-name: pulse; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
	-webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
	animation-name: pulse;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
.scrollTop:hover{
	opacity: 1;
}


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



.prevs{
	padding: 15px;
	background: url(images/back.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 0px;
	width: 40px;
	top: 45%;
	cursor: pointer;
	opacity: 0;
	transition: left 300ms, right 300ms, opacity 300ms; 
}
.nexts{
	padding: 15px;
	background: url(images/next.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	right: 0px;
	width: 40px;
	top: 45%;
	cursor: pointer;
	opacity: 0;
	transition: left 300ms, right 300ms, opacity 300ms; 
}
.article-slide:hover .nexts,
.blog-items:hover .nexts{
	right: -35px;
	opacity:1;
	transition:left 300ms, right 300ms, opacity 300ms;
}
.article-slide:hover .prevs,
.blog-items:hover .prevs{
	left: -35px;
	opacity:1;
	transition:left 300ms, right 300ms, opacity 300ms;
}

/*=====article_post========================*/







/*

.article-item{	
    overflow: hidden;
    margin-bottom: 30px;
    padding: 10px;
}



.article_img img{
	width:100%;
	height: auto;
}
.article_post .article_img{
	width:50%;
    position: relative;
}
.article_post img {
    position: absolute;
    left: 0;
    top: 0;

    min-width: 50%;
    min-height: 50%;
    width: 50%;
}
.article_post .article_desc{
	float: right;
    z-index: 2;
    background-color: #fff;
    position: relative;
    padding: 40px 33px 40px 40px;
    width: 60%;	
    min-height: 250px;
    border: 1px solid #eee;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.article_desc .blog-title{	
    line-height: 26px;
    margin-top: 0;
    font-size: 18px;
}
.article_desc .blog-title a{
	color:#333;	
}
.article_desc:hover .blog-title a{
	color:#000;	
}
.read_article a{
	padding:10px 15px;	
    border: 1px solid #f9a530;
    color: #f9a530;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}
.article_desc:hover .read_article a, 
.read_article a:hover{
    background-color: #f9a530;
    border-color: #f9a530;
    color: #333;
}


.singl_postimg{
	max-width: 45%;
	float: left;
    margin: 0px 30px 30px 0;
}
.singl_postimg img{
	max-width:100%;
	height:auto;
}


*/

/*=====END article_post========================*/

#pagenavi{
	overflow: hidden;
	clear: both;
	text-align: center;
	margin: 30px 0;
}

.pagination{
	padding-top: 30px;
	border-top: 1px solid #eaeaea;
	
}
.pagination a.page-numbers,
.pagination .page-numbers{
	
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	color: #C4C4C4;
	padding: 8px;	
	background: none;
}

.pagination a.page-numbers:hover,
.pagination .page-numbers.current{
	text-decoration-line: underline;
	color: #945cb4;
}


.pagination a.prev.page-numbers{
	-webkit-mask: url(images/arrow_left.svg) no-repeat center center;
    mask: url(images/arrow_left.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #C4C4C4;
    background-size: contain;
    width: 20px;
	margin: 0 8px;
    padding: 6px;
	
	
}
.pagination a.next.page-numbers {
	-webkit-mask: url(images/arrow_right.svg) no-repeat center center;
    mask: url(images/arrow_right.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #C4C4C4;
    background-size: contain;
    width: 20px;
	margin: 0 8px;
	
    padding: 6px;
	
}
.pagination a.next.page-numbers:hover,
.pagination a.prev.page-numbers:hover{
    background-color: #945cb4;
}


/***************/
.useful_items{	
    width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    box-sizing: border-box;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.useful_item{
	width: 50%;
	max-width: 575px;
	height:305px;
	margin: 20px 0;
	background: linear-gradient(286.03deg, #DAECFD 2.24%, #FCFCFC 105.87%);
    transition: all 0.4s ease;
    overflow: hidden;
}
.useful_item:hover{
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.useful_item_cont{
	width: 100%;
	position: relative;
	z-index: 9;
}
.useful_title{
    
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.3;
/*	color: #323232;*/
	color: #fff;
    width: 50%;
    margin-bottom: 20px;
}
.useful_item a.useful_link{
	width: 100%;
	height:100%;
	display: block;
    background-size: contain;
    background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-left: 60px;	
	transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}
.ebook_learn_more a.read_more{
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
	
}
.useful_item a.useful_link span.arrow_to,
.books_slider_item a.book_link span.arrow_to,
.ebook_learn_more a.read_more span.arrow_to{
	padding: 5px 0;
	margin-left: 5px;	
	-webkit-mask: url(images/arrow_right.svg) no-repeat 100% 100%;
	mask: url(images/arrow_right.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #ffffff;
    background-size: contain;	
	width: 20px;
	height: 10px;
    display: inline-block;
	cursor: pointer;
    transition: left 300ms, right 300ms, opacity 300ms;	
}
.books_slider_item .book_link .read_more,
.useful_item .useful_link .read_more{
	color: #fff;
	
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
}
.ebook_learn_more a.read_more:hover,
.books_slider_item .book_link:hover .read_more,
.useful_item .useful_link:hover .read_more{
	color: #f8d015;
}
.books_slider_item .book_link:hover .useful_title,
.useful_item .useful_link:hover .useful_title{
	color: #f8d015;
}
.ebook_learn_more a.read_more:hover span,
.book_slider_item a.read_more:hover span,
.book_slider_item a.book_link:hover span,
.useful_item a.useful_link:hover span{
	background-color: #f8d015;
}

.book_slider_item .item_bg__video{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
	z-index: 1;
	}
a.read_all span.arrow_to{
	padding: 5px 0;
	margin-left: 5px;	
	-webkit-mask: url(images/arrow_right.svg) no-repeat 100% 100%;
	mask: url(images/arrow_right.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #610099;
    background-size: contain;	
	width: 20px;
	height: 10px;
    display: inline-block;
	cursor: pointer;
    transition: left 300ms, right 300ms, opacity 300ms;	
}
.read_all{
	
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #610099;
}
.read_all:hover{
	color: #323232;
}
a.read_all:hover span{
	background-color: #323232;
}



/**************/
	.all_products .read_all{
		width: 115px;
		display: flex;
		justify-content: space-between;
		align-items: center;

	}
/**************************************************************/

#tabs {
	margin: 15px 0 0 0;
}
.tabs-head{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	margin-bottom: 30px;
}
.tabs-nav {
	overflow: hidden;
	margin: 0;
	padding: 0;	
    width: 100%;
}
.tabs-nav li {
	display: block;
	float: left;
	padding: 0;
	padding: 0 12px;
	list-style: none;	
}    
.tabs-nav li:first-child {
	padding-left: 0;
}
.tabs-nav a {
    position: relative;
	display: block;
    padding: 15px;
	text-decoration: none;
	text-align: center;
	
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #4e4e4e;
	border-radius: 10px
}	
/* .menu_left ul li.menu-item a:after,
.tabs-nav li a:after{
    display: block;
    position: absolute;
    content: '';
    height: 2px;
    background: #945cb4;
    bottom: 0;
    width: 0;
    -moz-transition: width 0.35s;
    -o-transition: width 0.35s;
    -webkit-transition: width 0.35s;
    transition: width 0.35s;
} */
/* .menu_left  ul li.xoo-el-username-menu{
	display: none;
} */


.menu_left ul li.menu-item:hover a:after,
.menu_left ul li.current-menu-item a:after,
.tabs-nav li:hover a:after, .tabs-nav li a.active:after {
    width: 100%;
}

.tabs-nav li:first-child a { 
}
.tabs-nav li:last-child a {
	display: block;	 
}
.tabs-nav a:hover,
.tabs-nav a.active {
	 	background: #945cb4;
    color: #ffffff;
}    
.tabs-items {
	border-radius: 0 5px 5px 5px;
	background: #fff;
	margin: -1px 0 0 0;
}
/*
 .tabs-item {
	padding: 15px;
}
 */
.tabs-item {
  animation: fadeEffect 1s; 
}
/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
.all_catalog_mob{
	display: none;
}

/**************************************************************/
.slider-navigation {
	margin: 0 auto;
	position: relative;
	bottom: 10%;
	width: 100%;
	z-index: 3; 
	margin-top: 15px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.slider-controls{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;	  
  }
.slide-b-dots .slick-dots,
.slide-blog-dots .slick-dots {
	position: relative;
    bottom: 0;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slide-b-dots .slick-dots li,
.slide-blog-dots .slick-dots li{
	  
  }
.slide-b-dots .slick-dots li button,
.slide-blog-dots .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    margin: 0 auto;
    background: #E8E8E8;
}
.slide-b-dots .slick-dots li.slick-active button,
.slide-blog-dots .slick-dots li.slick-active button {
    background: #61798D;
}
.slide-b-next,
.slide-b-prev,
.slide-blog-next,
.slide-blog-prev{
	padding:8px 5px;
	margin: 0 5px;
	border-radius: 5px;
	cursor: pointer;
}
.slide-b-next span,
.slide-blog-next span{	
	-webkit-mask: url(images/arrow_right.svg) no-repeat 100% 100%;
	mask: url(images/arrow_right.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #323232;
    background-size: contain;
	width:20px;
	height:10px;
    display: block;	
}
.slide-b-prev span,
.slide-blog-prev span{	
	-webkit-mask: url(images/arrow_left.svg) no-repeat 100% 100%;
	mask: url(images/arrow_left.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #323232;
    background-size: contain;	
	/* background:url(images/arrow_left.svg) 0 0 no-repeat; */
	width:20px;
	height:10px;
    display: block;	
}
.slide-m-next:hover, .slide-m-prev:hover,
.slide-b-next:hover, .slide-b-prev:hover,
.slide-blog-next:hover, .slide-blog-prev:hover{
	background: #945cb4;
	cursor: pointer;
}
.slide-m-next:hover span, .slide-m-prev:hover span,
.slide-b-next:hover span, .slide-b-prev:hover span,
.slide-blog-next:hover span, .slide-blog-prev:hover span{
	background-color: #fff;
}
.blog_slider .slick-dotted.slick-slider {
    margin-left: -15px;
    margin-right: -15px;
}
.blog_slider .slick-slide {
    padding: 15px;
}

/******Автори***********************************/

.service_top{
			display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.service_top .half_width{
	width: 50%;
}
.service_blocks{
	margin-top: 60px;
}
.service_block_item{
		display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 15px 0;
}

.service_block_item .ps_kartynka{
	width: 50px;
	margin-right: 10px;
}

.service_block_item .ps_content{
	width: calc(100% - 60px);
}
.service_block_item .ps_nazva{	
    font-weight: 600;
    margin-bottom: 6px;
}
.service_blocks .service_price{
	    font-size: 30px;
    font-weight: bold;
	
}
.service_blocks .service_price span{
	    font-size: 20px; 
	
}


.authors-cont{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-left: -15px;
	margin-right: -15px;
}
.authors-cont::after {
	content: '';
	flex: auto;
}
.authors-item{
    width: 25%;
	text-align: center;
	margin: 15px 0;
	padding-left:15px;
	padding-right:15px;
	padding-bottom: 15px;
}
.authors-item .postimg{ }
.authors-item .blog-title{
	font-size: 18px;
	margin:15px 0;
}
.authors-item .blog-title a{
	color: #323232;
}
.authors-item:hover .blog-title a{
	color: #61798D;
}
.authors-item:hover .postimg img {
	width: 100%;
    height: auto;
    opacity: .85;
    transform: scale(1.03) rotate(-2deg);
    -webkit-transform: scale(1.03) ;
}
.authors-item img {
    border-radius: 8px;
	width: 100%;
    height: auto;
    transition: all 600ms ease-in-out 0s;
    -webkit-transition: all 600ms ease-in-out 0s;
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
}

/*****************************************/
.related-entries{	
    border-top: 1px solid #ECECEC;
    display: block;
    clear: both;
    margin-top: 30px;
    padding-top: 30px;
	}
.related-posts{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
	}
.related-posts .blogs-item{
	widows: 33%;
	}
.related-posts-title{
	
	font-style: normal;
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    color: #323245;
	}
/*****************************************/
.flex-cont{	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	margin-bottom: 30px;
}
.about_us_page .entry_flex_block_left{
    align-items: flex-start;
	}
.flex-cont-about{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
    align-items: flex-start;
	margin-bottom: 30px;	
}
.about_us_page .entry_flex_block_left{
	width: 40%;
    padding-right: 40px;	
}
.about_us_page .entry_flex_block_right{
		width: 60%;
	
}
.about_us_page .contact-social-icons {
    margin-bottom: 30px;
}
.feedback-container{
	width:100%;
	max-width:1440px;
	margin: 0 auto;
}
.feedback-img,
.feedback-cont{
		width: 50%;
}
 
 
.feedback-cont .description{
	max-width: 560px;	
	
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	margin-top:30px;
	margin-bottom:30px;
	color: #323232;
}

.feedback_form{
	max-width: 512px;
}



input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="date"], select, textarea {
    font-size: 16px;
    line-height: 24px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
	
    color: #4e4e4e;
    width: 100%;
    padding: 10px 15px;
	margin: 10px 0;
    outline: none;/* 
    height: 45px; */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	height: 48px;
    color: #fff;
    display: block;
    padding: 0 15px;
	
	
    font-family: 'Roboto', sans-serif;
    font-weight: 500;  
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	background: #945cb4;
	box-shadow: 0px 11px 24px rgba(85, 134, 194, 0.3);
	border-radius: 6px;
	text-align: center;
    border: 1px solid transparent;
	transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}
.feedback_form input[type="submit"]{
	width: 100%
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #7c7c7c;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #7c7c7c;
}
.submit_button input{width:100%;}
.feedback_form textarea{
	max-height: 140px;
	
}


.feedback_form label{
	
font-weight: 300;
font-size: 16px;
line-height: 16px;
color: #4e4e4e;
}




.entry_flex_block{
	width: 48%;
}

.contacts_title{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #979797;
	padding: 10px 0;
}
.cont_line{
	margin-bottom: 15px;
}
.address,
.email,
.phone, .phone a, 
.email a{

	font-family: 'Roboto', sans-serif;
	font-weight: 500; 
	font-size: 18px;
	line-height: 38px;
	letter-spacing: -0.47px;
	color: #3D3D3D;
}


.feedback-content a:hover{	
	color: #945cb4;
}
.contact-social-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.contact-social-icons a{
	margin: 0;  
    margin-right: 15px;
}

.contact-social-icons a{
	color: #4e4e4e;
	font-size: 14px;
	width: 40px;
	height: 40px;
}

.contact-social-icons .soc_item span{
	width: 40px;
	height: 40px;
	display: block;
}
.contact-social-icons .soc_item_youtube span {
	-webkit-mask: url(images/social/icon-youtube.svg) no-repeat 100% 100%;
	mask: url(images/social/icon-youtube.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #4e4e4e;
    background-size: contain;
}
.contact-social-icons .soc_item_tiktok span {	
	-webkit-mask: url(images/social/icon-tictok.svg) no-repeat 100% 100%;
	mask: url(images/social/icon-tictok.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #4e4e4e;
    background-size: contain;
}
.contact-social-icons .soc_item_facebook span {
	-webkit-mask: url(images/social/facebook.svg) no-repeat 100% 100%;
	mask: url(images/social/facebook.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #4e4e4e;
    background-size: contain;
}
.contact-social-icons .soc_item_twitter span {
   /*  background: url(images/social/icon-twitter.svg) no-repeat center center; */
	-webkit-mask: url(images/social/twitter.svg) no-repeat 100% 100%;
	mask: url(images/social/twitter.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #4e4e4e;
    background-size: contain;
}
.contact-social-icons .soc_item_instagram span {
    /* background: url(images/social/icon-instagram.svg) no-repeat center center; */
	-webkit-mask: url(images/social/instagram.svg) no-repeat 100% 100%;
	mask: url(images/social/instagram.svg) no-repeat 100% 100%;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #4e4e4e;
    background-size: contain;
}

/*************************************************************/
/* Required */
.notvisible{
	opacity: 0;
}
.visible{
	opacity: 1;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.animated.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft{
	0%{
		opacity:0;
		-webkit-transform:translateX(-60px);
		transform:translateX(-60px)}
	100%{
		opacity:1;
		-webkit-transform:translateX(0);
		transform:translateX(0)
	}
}
@keyframes fadeInLeft{
	0%{
		opacity:0;
		-webkit-transform:translateX(-60px);
		-ms-transform:translateX(-60px);
		transform:translateX(-60px)}
	100%{
		opacity:1;
		-webkit-transform:translateX(0);
		-ms-transform:translateX(0);
		transform:translateX(0)
	}
}
            
.animated.fadeInLeft{
                -webkit-animation-name:fadeInLeft;
                animation-name:fadeInLeft
            }
@-webkit-keyframes fadeInRight {
	0% {
	   opacity: 0;
	   -webkit-transform: translateX(60px);
	}
	100% {
	   opacity: 1;
	   -webkit-transform: translateX(0);
	}
	}

	@keyframes fadeInRight {
	0% {
	   opacity: 0;
	   transform: translateX(60px);
	}
	100% {
	   opacity: 1;
	   transform: translateX(0);
	}
	}

.animated.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	}
	
/****Цитати************************************************************/
.entry{
	padding-bottom: 15px;
}
.entry p{
	line-height: 1.5;
}
.entry a{
    color: #323232;
}
.entry .btn_more a{
	color: #fff;
}
.flex-cont-start{
	display:flex;
	margin-bottom: 30px;
}
.author-blockquote{	
    display: block;
    height: fit-content;
	margin-top: 0;
    margin-left: 30px;
}

.authors-tabs-head{
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 10px;
}
.authors-tabs .tabs-head {
    margin-bottom: 0;
}
.authors-tabs .tabs-nav a {
    padding: 10px 0 30px 0;
}
.authors-tabs .tabs-nav li:first-child{
	padding-left: 0;
}
.authors-tabs .tabs-item {
    padding: 15px 0;
}
.tabs-items{
    padding-bottom: 30px;
    padding-top: 20px;
   /*  border-bottom: 1px solid #ECECEC; */
}
.items-quotes-blocks h4 a{
	color: #945cb4;
    font-size: 16px;
}
.items-quotes-blocks h4{
	color: #945cb4;
    font-size: 16px;
    margin-bottom: 15px;
}
.items-quotes-blocks{
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;	
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.quotes .wp-block-column {
    border: 1px solid #ECECEC;
    box-sizing: border-box;	
    padding: 30px;
    position: relative;
}
.quotes .wp-block-column:before {
    content: "\201D";
    font-family: roboto;
    background: #507BB0;
    position: absolute;
    font-size: 40px;
    top: -10px;
    right: -10px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
blockquote,
.wp-block-quote {
    margin: 0;
    padding: 0px 0px 0px 20px;
    border-left: 3px solid #945cb4;
    margin-top: 30px;
    margin-bottom: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;	
}
.authors-books-block{
	padding-top: 30px;
    border-top: 1px solid #ECECEC;
}


/******testimonials**********************************************************/
.testimonials{
	padding: 60px 0;
	
    width: 100%;
    background: rgb(204 204 204 / 20%);
}
.section-title{
	margin-bottom: 30px;
}


.testimonials_slider .name{
	font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
	padding-left: 20px;
}

.testimonials_slider .testimonial_cont{
	background: #fff;
	padding:15px;
	position: relative;
	margin-top: 20px;
	border-radius: 10px;
}
.testimonials_slider .testimonial_cont::after {
position: absolute;
    content: "";
    border-left: 30px solid #ffffff;
    border-top: 30px solid transparent;
    left: 30px;
    top: -10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: auto;
}

.leave_a_review a{
	margin: 0 auto;
}









/******BLOG**********************************************************/
.entry-blogs{	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;	
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}
.entry-blogs::after {
    content: '';
    flex: auto;
}
.blogs-item{
	width: 50%;
	padding: 30px;
}
.blogs-item .blogs-img{
	margin-bottom: 20px;
	overflow: hidden;
}
.blogs-item .blogs-img img{
	max-width: 100%;
	height: auto;
}
.blogs-item .blog-title {
	padding: 15px 0;
    border-bottom: 1px solid #ECECEC;
	margin-bottom: 15px;
}
.blogs-item .blog-title a{
	
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	color: #323232;
}
.read_post a {
	float: right;
}

/****************************************************************/
.banners_img img{	
    transition: all 0.5s;
}

.filter__item.filter__item--type-radio .filter__properties-list .filter__properties-item {
    margin-right: 10px;
    padding: 30px 0;
    margin-bottom: 0;
    text-transform: uppercase;
}
/***********************************************************************/
















.feedback-content{
	
}
.feedback-content .post-title h1{
	
	font-style: normal;
	font-weight: bold;
	font-size: 38px;
	line-height: 46px;
	color: #4e4e4e;
}
.feedback-entry{
	margin:30px auto 60px auto; 
}




/*


.acord_blocks{
	padding-top: 60px;
}

.acord-content {
	display: none;
	padding: 15px 0 30px 0;
}
.acord_block {
	margin-bottom: 15px;
	border-bottom: 1px solid #ECECEC;
}
.acord-label {
	position: relative;
	padding: 15px 0;
	font-size: 1em;
	cursor: pointer;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #4e4e4e;
}
.acord-labe:hover,
.expanded.acord-label{
	color: #945cb4;
}
.acord-label::before {
	content: '';
	display: inline-block;
	border: solid #555;
	border-width: 0 2px 2px 0;
	padding: 3px;
	position: absolute;
	top: 40%;
	right: 50px;
	transform: rotate(-45deg);
	transition: transform .2s linear;
}

.expanded.acord-label::before {
	content: '';
	border: solid #555;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	position: absolute;
	top: 50%;
	right: 50px;
	transform: rotate(45deg);
	transition: transform .2s linear;
}
*/



a.scrollTop span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 20px;
	height: 20px;
	width: 15px;
	height: 15px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-animation: sdb07 2s infinite;
	animation: sdb07 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}

a.scrollTop span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

a.scrollTop span:nth-of-type(2) {
	top: 14px;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}

a.scrollTop span:nth-of-type(3) {
	top: 28px;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**************************************************/
.yith-add-to-wishlist-button-block{
    margin: 0 auto !important;
}
.show_action_buttom{	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
	margin: 15px 0;
}
.show_social{
	width: 50px;
    margin-top: 10px;
	margin-left: 15px;
}
.show_action_buttom .yith-wcwl-add-button>a i{
	margin: 0 auto;
	
}
.show_action_buttom .yith-wcwl-add-button a,
.show_social .show_share{
	width: 48px;
	height: 48px;
	background: #0048eb;
	color: #ffce00;
	border-radius: 6px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
    -webkit-align-items: center;
    align-items: center;
/* 	margin-right: 15px; */
}
.show_action_buttom .yith-wcwl-add-button a:hover i.fa-heart-o:before {
    content: "\f004";
    color: #FF4949;
}
.share-buttons li a{
	width: 48px;
	height: 48px;
	border-radius: 6px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	border: 1px solid #0048eb;
}
.show_social .show_share span{
	width: 24px;
    height: 24px;
    display: block;
    	background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.79492 14.0009V14.0009C5.79492 10.6009 8.59492 7.8009 11.9949 7.8009H13.3949H17.0949" stroke="%23ffce00" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.9959 7.70085L15.2959 5.00085" stroke="%23ffce00" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M15.293 10.403L17.993 7.703" stroke="%23ffce00" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.79883 14.0009V19.0009" stroke="%23ffce00" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
   
}
.show_social .show_share {
	border: 1px solid #F5F5F5;
}
.show_social .show_share:hover {
	border: 1px solid #0048eb;
} 

.show_social{
	position: relative;
}
.soc_share{ 
	display: none;
	position: absolute;
	background: #fff;
	right: 0;
	border-radius: 6px;
	opacity:0;
	visibility:hidden;  
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
	-moz-transition:opacity 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
	-webkit-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
	-o-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
	transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
}
.show_social:hover .soc_share{
	display : block;
	opacity:1;
	visibility:visible;
}
.share-buttons {
    font-size: 0.7rem;
	min-width: 200px;
    letter-spacing: 1px;
    text-transform: uppercase;	
    z-index: 2;
    position: relative;
    text-align: center;
    list-style-type: none;
    padding: 5px;	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
		-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    align-content: flex-start;
}
.share-buttons li {
    height: auto;
    flex: 0 1 auto;
	padding: 5px;
    margin-right: 1px;
}
.share-buttons svg {
    fill: #643b98;
	width: 20px;
    height: 20px;
}
.share-buttons li a:hover{		
	border-color: #0048eb;
}
.share-buttons li a:hover{
	background: #0048eb;
}
.share-buttons li a:hover svg{
    fill: #ffce00;
}

/*

	background: #0048eb;
	color: #ffce00;
*/
.share-buttons a {
    display: block;
    padding: 12px 12px 9px;
    text-align: center;
}
.share-twitter{}
.share-facebook{}
.share-pinterest{}
.pswp__bg {	
    background: rgb(0 0 0 / 50%) !important;}
.pswp__caption{
	display: none;
}


.yith-wcwl-counter{
    position: relative;
    display: block;
    /* background: #fff url(images/user.svg) no-repeat center center;
    width: 25px;
    height: 25px; */
    border-radius: 100%;
    font-size: 18px;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}
/* Scrollbar styles */
::-webkit-scrollbar {
  width: 5px;
  height: 12px;
}

::-webkit-scrollbar-track {
  width: 1px;
  border: 1px dashed #ECECEC;
}

::-webkit-scrollbar-thumb {
  background: #bbb;
  width: 5px;
  position: absolute;
}

::-webkit-scrollbar-thumb:hover {
  background: #945cb4;
}

#fancybox-right-ico {
    background-image: url(images/right-arrow-angle.svg) !important;
    background-position: center !important;
	background-size: cover !important;
}
#fancybox-left-ico {
    background-image: url(images/left-arrow-line-symbol.svg) !important;
    background-position: center !important;
	background-size: cover !important;
}
#fancybox-right {
    right: -60px !important;
}
#fancybox-left {
    left: -60px !important;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 20px rgb(17 17 17 / 25%) !important;
    -moz-box-shadow: 0 0 20pxrgb(17 17 17 / 25%) !important;
}
.woocommerce-product-gallery__wrapper a{
	padding: 30px;
}


/*****404************/
.page-error-404{
	    background-size: cover;
    background-repeat: no-repeat;
    height: 420px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
	color: #fff;
}
.page-error-404 .page-description{
	font-size: 18px;	
}
.head_description_404{
    
	font-size: 38px;
	color: rgb(255 255 255 / 75%);
    font-weight: 600;
	letter-spacing: 0.03em;
}
.head_description_404_text{
	font-size: 30px;
    color: #fff;
    font-weight: 600;
	letter-spacing: 0.03em;
	padding: 15px 0;
}
.error-404 .btn_more{
	display: inline-block;
	float: left;
}
.error-404 .float_left_btn{
	margin-left:60px;
}

@media screen and (max-width: 768px) {
	
.page-error-404{
	background-image: none !important;	
    background-color: #e9f3ff;
    text-align: center;
}
.error-404 .float_left_btn {
    margin-left: auto;
}
.error-404 .btn_more{
	display: block;
	float: none;
    margin-left: auto;
    margin-right: auto;
}
.error-404 .btn_more a{
	    margin: 0 auto;
}
.head_description_404 {
    font-size: 30px;
}
.head_description_404_text {
    font-size: 26px;
}
}

@media screen and (max-width: 480px) {

.head_description_404 {
    font-size: 28px;
}
.head_description_404_text {
    font-size: 22px;
}
.page-error-404 .page-description{
	font-size: 16px;	
}
}

/******************************/
#overlay {
    z-index: 999;
    position: fixed;
    background-color: #000;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}
.modal_div {
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
    border-radius: 10px;
    display: none;
    opacity: 0;
    z-index: 9999;
    padding: 20px 10px;
} 

/*******Pop-UP*************************/
.innerr {
  width: 500px;
  position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px 30px 30px 30px;
  font-size: 14px;
  z-index: 1111;
  border-radius: 10px;
  display: none;
}
.product_block .form-title,
.innerr .form-title {
    font-size: 20px;
	font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-top: 15px;
    margin-bottom: 5px;
    padding-bottom: 15px;
	color: #09398c;
}
.product_block .form-title::before ,
.innerr .form-title::before {
    display: block;
    content: "";
    width: 40px;
    height: 2px;
    background-color: #09398c;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}
.popupp {
  display: none;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
.close_pop{
    position: absolute;
    right: 10px;
    top: 10px;
	
}
.innerr a img{
  cursor: pointer;
}
textarea{min-height:100px;}
.product_block .title-form,
.form_pop .title-form {
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px;
text-transform: uppercase;
}
.form_pop form input[type="text"],
.form_pop form input[type="tel"],
.form_pop form input[type="email"],
.form_pop form textarea, 
select{
  /* height: auto; */height: 42px;
  width: 100%;
  padding: 0 17px;
  border: none;
    border-bottom: 1px solid #333;
    border-radius: 0px !important;

/*   margin-top: 10px; */
  font-size: 14px;
  background: transparent;
}
.form_pop input[type="submit"]{
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: block;
  margin: 0 auto 0;
  padding: 0 30px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 2;  
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #09398c;
    background-color: #fff;
    line-height: 50px;
    border-radius: 20px;
    border: 2px solid #09398c;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.form_pop input[type="submit"]:hover{
    color: #fff;
    background-color: #09398c;
	
}
.text_name input{
	text-align: center;
    font-weight: bold;
    color: #353535;
	text-transform: uppercase;
/*     font-size: 16px; */
}

.form_pop form input[type="text"]:focus,
.form_pop form input[type="tel"]:focus,
.form_pop form textarea:focus {
  background-color: #fff;
  color: #000;
}
.form_pop form textarea {
height: 100px;
    background: #f0f0f0;
    padding: 10px 17px;
}
.form_pop div.wpcf7-validation-errors,
.form_pop div.wpcf7-acceptance-missing {
  border: 2px solid #ff0000;
}


/**************************************
 * 10.Counter Section Style
 *************************************/

.counter-area {
	text-align: center;
	background-color: #f9f9fa;
	position: relative;
	color: #fff;
	text-align: center;
	background: url(images/repair.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	z-index: 1;
	padding: 80px 0;
} 
.counter-area::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .8;
	z-index: -1;
	background: #000;
}
.counter-area .section_title{
	text-transform: uppercase;
}
.counter-area .section-title h5 {
	color: #ffffff;
}
.counter-area .section-title h2 {
	color: #fff;
}
.counter-contents h2 {
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 5px;
	word-spacing: -10px;
}
.counter-contents h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.map_cont {
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.map_number{
	color: #fff;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 5px;
    word-spacing: -10px;
}
.map_text{
	color: #fff;
    font-size: 18px;
    font-weight: 600;
}















/**************************************************************/

.hero-slider {
  width: 100%;
  height: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

.blackfont {
color: black !important;
}

.whitefont {
color: #ffffff !important;
}
/*
.swiper-button-prev {
    left: 0 !important;
    margin-left: 0 !important;
    background: blue !important;
}

.swiper-button-next {
    right: 0 !important;
    margin-right: 0 !important;
    background: blue !important;
}
*/

@media (max-width: 991px) {
  .hero-slider {
    height: 540px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 540px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 540px;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 540px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

/*
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 28px;
  height: 28px;
  line-height: 24px;
  // margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 28px;
  opacity:0;
  // visibility:hidden;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

*/

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}
 
.swiper-button-prev.slide-m-prev:after,
.swiper-button-next.slide-m-next:after,
.hero-slider .swiper-button-prev:after,
.hero-slider .swiper-button-next:after{
	content: "";
}
/*
.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}
*/ 

.slider-controls .swiper-pagination-bullet,
.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#945cb4;
  transition:all .2s ease;
  margin: 0 4px;
}

.slider-controls .swiper-pagination-bullet-active,
.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
  }
}
.swiper-pagination {
  text-align:center;
  position: relative !important;
  margin: 0 10px;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    display: table;
    margin: 0 auto;
    left: 50%;
    top:90%;
    transform: translateX(-50%);
}
}
@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style { 
  transition:all .4s ease;
}

@media (max-width: 991px) {


}

@media (max-width: 767px) {


}

@media screen and (min-width: 992px) {


}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition:all .4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition:all .4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}













/***************************/
.brends_slider_content{
	margin: 15px 0;
	padding-bottom:30px;
	border-bottom: 1px solid #ECECEC;
}

.brends_slider .brend_item a img{
	filter: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
    transition: opacity 0.5s, filter 0.5s, -webkit-filter 0.5s;
    opacity: .7;
}
.brends_slider .brend_item a:hover img{
	filter: none;
    -webkit-filter: grayscale(0%);
    opacity: 1;
}