/* 
Theme Name: Hello Elementor Child 
Template: hello-elementor
Version: 1.0.1
Text Domain: ws
*/
/*link hover*/
.elementor-element.hover_link .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title a:hover, .hover_link:hover {
	text-decoration: underline;
}
/*link hover end*/
/*link text*/
.hover_link.icon {
	position: relative;
}
.hover_link.icon:after {
	position: absolute;
	content: url('/wp-content/uploads/2023/05/link_blue.svg');
	width: 16px;
	height: 16px;
	top: 1px;
	margin-left: 6px;
}
/*link text end*/
.search {
	display: inline;
}
.search input {
	display: none;
    line-height: 14px;
    padding: 10px 8px;
    border-radius: 0;
    font-size: 12px;
    color: #b9c0c7;
    width: 100%;
    border: 0;
    background: #f5f8fa;
}
.icon-search {
	    cursor: pointer;
    position: absolute;
    top: -10px;
    right: -12px;
	width: 24px;
	height: 24px;
}

/**/
.registr .elementor-button-icon svg , .registr span.elementor-button-icon.elementor-align-icon-right{
	width: 15px;
	height: 15px;
}
.registr .elementor-button-content-wrapper {
	align-items: center;
}
.registr a.elementor-button-link:hover .elementor-button-icon svg path, .registr a.elementor-button-link:focus .elementor-button-icon svg path{
	fill: #fff;
}
.elementor-element.registr.elementor-widget-button a.elementor-button-link:focus {
	background-color: #1475BC;
	border-color: #1475BC;
}
.elementor-element.vstup.elementor-widget-button .elementor-button:focus {
	background-image: linear-gradient(180deg, #26A6E9 0%, #1B90C8 99.26%);
}
/**/
.elementor-element.elementor-element-ec83645.elementor-widget__width-initial.elementor-widget-mobile__width-initial.elementor-widget.elementor-widget-heading {
    width: 44px;
}

img.emoji {
	width: 16px!important;
}

h1, h2, h3, h4, h5, h6, p {margin: 0;}
a {text-decoration: none; color: #136ED8;}
a:active, a:hover {
	color: #136ED8;
}
textarea {resize: none;}

/* burger menu */
.hamburger {
	width: 25px;
	height: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.hamburger span {
	background-color: white;
	height: 2.3px;
	width: 100%;
	border-radius: 1px;
	transition: 0.5s;
}
.hamburger:hover span {
	width: 75%;
	transition: 0.5s;
}
.hamburger:hover span:nth-child(2){
	width: 100%;
	transition: 0.5s;
}
/* burger menu end */
/*back button*/
.elementor-element.back p.elementor-heading-title.elementor-size-default {
	position: relative;
	padding-left: 21px;
}
.elementor-element.back p.elementor-heading-title.elementor-size-default:before {
	content: url('/wp-content/uploads/2023/06/back.svg');
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left: 0;
	width: 16px;
	height: 16px;
}
/*back button end*/
/*popup*/
body:not(.rtl) #elementor-popup-modal-757 .dialog-close-button, body:not(.rtl) #elementor-popup-modal-1731 .dialog-close-button {
    right: calc(100% - 40px);
}

.popup_dropdown_link{
	font-family: 'Inter', Sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 21px;
	text-transform: uppercase;
	color: #F5F7FB;
	padding: 12px 16px;
	margin-bottom: 0;
	display: block;
}
.popup_dropdown_link:hover {
	background: #253E5C;
	border-radius: 6px;
}
.popup_dropdown_link:after {
	content: url("data:image/svg+xml,%3csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.7072 9.20718L6.70718 14.2072L5.29297 12.793L9.58586 8.50008L5.29297 4.20718L6.70718 2.79297L11.7072 7.79297C12.0977 8.18349 12.0977 8.81666 11.7072 9.20718Z' fill='%23F5F7FB'/%3e%3c/svg%3e");
	position: absolute;
	width: 16px;
	height: 16px;
	top: 14.5px;
	right: 16px;
	transition: transform 0.3s;
}
.popup_dropdown_link.active:after {
	transform: rotate(90deg);
}

.popup-menu-container {
  	display: none;
	background-color: transparent;
	margin-left: 20px;
	padding-inline-start: 0;
}

.popup-menu-container.popup-menu-container--open {
  	display: block;
	margin-bottom: 10px;
}

.popup-menu-container .menu li {
  list-style: none;
}

.popup-menu-container .menu li a {
  	display: block;
   	padding: 12px 16px 12px 16px;
  	font-family: 'Inter', Sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 21px;
	color: #F5F7FB;
  	text-decoration: none;
	display: block;
}
.popup-menu-container .menu li a:hover {
	background: #253E5C;
	border-radius: 6px;
}
/*popup end*/

/*lang switcher*/
.lang_footer .cpel-switcher__lang.cpel-switcher__lang--active a {
	border-bottom: 1px solid #fff;
}
.cpel-switcher__lang.cpel-switcher__lang--active a {
	border-bottom: 1px solid #224C7D;
}
/* .cpel-switcher__icon.fas.fa-chevron-down {
	position: relative;
	padding-left: 0!important;
}
.cpel-switcher__icon.fas.fa-chevron-down:after {
	position: absolute;
	content: url('/wp-content/uploads/2023/06/arrow_lang.svg');
	width: 24px;
	height: 24px;
	bottom: -4px;
} */
/* nav.cpel-switcher__nav {
	width: 45px;
} */
/* .lang_footer .cpel-switcher__icon.fas.fa-chevron-down:after {
	content: url('/wp-content/uploads/2023/06/ar_lang_wh.svg');
} */
/*lang switcher end*/
/*header*/
.elementor-widget.elementor-widget-theme-site-logo.elementor-widget-image > div > a > img {
	border-radius: 0;
}
ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover {
	border: none!important;
}

.elementor-nav-menu .sub-arrow:before {
/* 	content: url('/wp-content/uploads/2023/01/down-filled-triangular-arrow.svg'); */
	position: absolute;
	top: 2px;
	width: 8px; 
    height: 4px; 
}
.elementor-nav-menu li:nth-child(2):hover .sub-arrow:before {
	transform: rotate(180deg);
	top: 14.5px;
}
@media (max-width: 1024px) {
	.sub-menu.elementor-nav-menu--dropdown {
 	    margin-top: 0 !important;
 	    left: 0 !important;
  	    position: relative !important;
  	    max-width: 100% !important;
  	    margin: 0;
 	    margin-left: 0 !important;
	}
	.sub-menu.elementor-nav-menu--dropdown a {
		justify-content: center;
		text-align: center;
	}	
	.sub-menu.elementor-nav-menu--dropdown li:first-child a {
		padding-top: 22px!important;
	}
	.sub-menu.elementor-nav-menu--dropdown li:last-child a {
		padding-bottom: 0px!important;
	}
	.elementor-nav-menu li:nth-child(2):hover .sub-arrow:before {
		top: 23.5px;
	}
}
/*header end*/
/*footer*/
body.search-no-results ,
body.search-results {
	display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body.search-no-results footer.elementor.elementor-188.elementor-location-footer, 
body.search-no-results footer.elementor.elementor-1514.elementor-location-footer,
body.search-results footer.elementor.elementor-188.elementor-location-footer, 
body.search-results footer.elementor.elementor-1514.elementor-location-footer {
	margin-top: auto;
}
.menu-container.show {
	margin-bottom: 34px;
}
.dropdown_link {
	font-family: 'Inter' , Sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 24px;
	display: block;
	position: relative;
}
.dropdown_link:after {
	content: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10 8L14 12L10 16' stroke='%23FBFBFB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
	position: absolute;
	width: 24px;
	height: 24px;
	top: -5px;
	right: 0;
	transition: transform 0.3s;
}
.dropdown_link.open:after {
	transform: rotate(90deg);
}

.dropdown_link:hover {
	color: #FFFFFF;
}
.menu-container .menu {
  display: none;
  background-color: transparent;
	margin-left: 20px;
	padding-inline-start: 0;
}
.menu-container.show .menu {
	display: block;
}
.menu-container .menu li {
  list-style: none;
}

.menu-container .menu li a {
  display: block;
   padding: 12px 16px 12px 16px;
  font-family: 'Inter', Sans-serif;
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 21px;
	color: #F5F7FB;
  text-decoration: none;
}

/*footer end*/
/*home*/
.elementor-element.hero_section:after {
	content: url('/wp-content/uploads/2023/06/heart.svg');
	position: absolute;
	top: 36px;
	right: 92px;
	width: 65px;
	height: 59px;
}
.btn_apply .elementor-button-link .elementor-button-text, .btn_apply_bg .elementor-button-link .elementor-button-text {
	position: relative;
}
.btn_apply .elementor-button-link .elementor-button-text:after, 
.btn_apply_bg .elementor-button-link .elementor-button-text:after {
	position: absolute;
	content: url('/wp-content/uploads/2023/05/arrow.svg');
	width: 18px;
	height: 10px;
	margin-left: 9px;
}
.btn_apply_bg .elementor-button-link .elementor-button-text:after {
	content: url('/wp-content/uploads/2023/05/arrow_white.svg');
}
.btn_apply .elementor-button-link:hover .elementor-button-text:after {
	content: url('/wp-content/uploads/2023/05/arrow_hover_wht.svg');
	transform: translatey(-50%);
}
.numb {
	width: 60px;
	height: 60px;
}
.elementor-11 .elementor-element.elementor-element-d23014c .elementor-swiper-button:before {
	position: absolute;
	content: '';
	width: 36px;
	height: 36px;
	background: #224C7D14;
	border-radius: 50%;
	top: -10px;
	right: -10px;
}
.elementor-element .swiper .elementor-swiper-button-next {
	right: 0;
}
.filter_block {
	filter: drop-shadow(0px 4px 11px rgba(0, 0, 0, 0.1));
}
.arrow_disc .elementor-widget-container .elementor-icon-wrapper {
	height: 24px;
	
}
.elementor-element.arrow_disc .elementor-element.elementor-icon-wrapper .elementor-icon svg {
	width: 24px;
	height: 24px;
}
.elementor-element.elementor-widget.elementor-widget-text-editor p:not(p:last-child) {
	margin-bottom: 20px;
}
.elementor-element.elementor-widget.elementor-widget-text-editor ul {
	list-style: initial;
	padding-inline-start: 25px;
}
.elementor-element.elementor-widget.elementor-widget-text-editor ol {
	list-style: auto;
	padding-inline-start: 25px;
}
.elementor-element.elementor-widget.elementor-widget-text-editor ul li:not(.elementor-element.elementor-widget.elementor-widget-text-editor ul li), .elementor-element.elementor-widget.elementor-widget-text-editor ol li:not(li:last-child){
	margin-bottom: 20px;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-210 {
	padding-right: 10px;
}
.elementor-element.dashed {
	position: relative;
}
.elementor-element.dashed:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 43px;
	background-image: url('/wp-content/uploads/2023/05/dash.svg');
	background-repeat: no-repeat;
	background-size: contain;
	height: 333px;
	width: 2px;
}
@media (max-width: 768px) {
	.elementor-element.hero_section:after {
		content: url('/wp-content/uploads/2023/06/heart_mob.svg');
		position: absolute;
		top: 28px;
		right: 46%;
		width: 35px;
		height: 32px;
		
	}
}
/*home end*/
/*slider*/
.slider {

}
.slider .slick-track {
	margin: 0 -21px 0 0;
}
.slider .slick-slide {
	padding: 0 21px 0 0;
}

.photo img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid #DCE2ED;
}

.name {
	text-align: center;
	font-family: 'Inter', Sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #222B33;
	margin: 16px 0 10px 0;
	padding: 0 15px 0 15px;
}

.description {
	text-align: center;
	font-family: 'Inter', Sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #222B33;
	padding: 0 15px 0 15px;
	cursor: pointer;
	transition: all 1s ease-in;
}

.rev_prev.slick-arrow {
	top: 50%;
	left: -56px;
}
.rev_next.slick-arrow {
	top: 50%;
	right: -56px;
}
.rev_prev.slick-arrow,  .rev_next.slick-arrow{
    position: absolute;
    width: 36px;
    height: 36px;
    background: rgba(34, 76, 125, 0.08);
    border-radius: 50%;
	transform: translatey(-50%);
	cursor: pointer;
}
.rev_prev.slick-arrow svg, .rev_next.slick-arrow svg  {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
   .description {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Ограничение до трех строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* Добавление троеточия в конце обрезанного текста */
}
.slide:hover .description {
    -webkit-line-clamp: initial;
    overflow: visible;
	transition: -webkit-line-clamp 1s ease;
}
.slide:hover .show-more {
	display: none;
}
.show-more {
    color: #224C7D;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	font-family: 'Inter', sans-serif;
	display: block;
	cursor: pointer;
}	
}
@media(max-width: 767px) {
	.show-more {
		display: none;
	}
}
@media (min-width: 767px) and (max-width: 1200px) {
	.rev_next.slick-arrow , .rev_prev.slick-arrow {
		top: 104%;
	}
	.rev_prev.slick-arrow  {
		left: 0;
	}
	.rev_next.slick-arrow {
		right: 0;
	}
}
@media (max-width: 767px) {
    .name br{
        display: none;
    }
	.rev_prev, .rev_next {
		display: none;
	}
	.slider {
		display: flex;
		flex-direction: column;
		row-gap: 50px;
	}
	.slide {
    	display: flex;
    	flex-direction: column;
    	align-items: center;
	}
	.name {
		margin: 18px 0 16px 0;
		font-size: 16px;
		line-height: 19px;
		padding: 0;
	}
	.description {
		font-size: 14px;
		line-height: 17px;
		padding: 0;
		cursor: default;
	}
	.elementor-element.color_block.elementor-widget-heading > .elementor-widget-container, .elementor-element.color_block.elementor-widget-text-editor > .elementor-widget-container{
		background-color: #DFE4ED;
	}
	.elementor-element.dashed:before {
		background-image: none;
	}
}

/*slider end*/
.elementor-widget-icon-box.elementor-position-right.link_reverse .elementor-icon-box-wrapper {
	flex-direction: row;
}
.elementor-widget-icon-box.elementor-position-right.link_reverse .elementor-icon-box-icon {
	margin-right: 16px;
}
.elementor-element.arrow_disc:hover .elementor-icon svg path{
	stroke: #FAFAFA;
	transition: .3s;
}
.elementor-element.detal_disc:hover .elementor-heading-title, .elementor-element.detal_disc:focus .elementor-widget-container .elementor-heading-title, .elementor-element.prof_block:hover .elementor-heading-title, .elementor-element.prof_block:focus .elementor-widget-container .elementor-heading-title{
	color: #fff;
	transition: .3s;
}
.elementor-element.prof_block:focus .elementor-widget-container {
	background-color: #173D6B;
}
.elementor-element.detal_disc:focus .elementor-widget-container {
	background-color: #05846B;
}

/*contact page*/
.elementor-element.contact_icon.elementor-widget-icon-box .elementor-icon-box-icon {
	width: 40px;
	height: 40px;
	padding: 10px;
	background: #224C7D;
	border-radius: 50%;
}
.elementor-element.contact_icon_message.elementor-widget-icon-box .elementor-icon-box-icon  {
	width: 40px;
	height: 40px;
	padding: 8px;
	background: #224C7D;
	border-radius: 50%;
}
.elementor-element.contact_icon.elementor-widget-icon-box .elementor-icon-box-icon svg path, .elementor-element.contact_icon_message.elementor-widget-icon-box .elementor-icon-box-icon svg path {
	stroke: #fff;
}
.elementor-element.contact_icon.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper, .elementor-element.contact_icon_message.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper{
	align-items: center;
}
/*contact page end*/

/*discipline template*/
a.profile_link {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #136ED8;
    padding: 12px 48px 12px 22px;
    background: #DCEDF9;
    border: 1px solid #70B5E7;
    border-radius: 40px;
	position: relative;
	transition: .3s;
}
a.profile_link:after {
	position: absolute;
	content: url('/wp-content/uploads/2023/05/link_blue.svg');
	width: 16px;
	height: 16px;
	margin-left: 8px;
	top: 49%;
    transform: translate(0, -50%);
	transition: .3s;
}
a.profile_link:hover {
	background: #1E86D0;
	border: 0;
	color: #FFFFFF;
	transition: .3s;
}
a.profile_link:focus {
	background: #1475BC;
	border: 0;
	color: #FFFFFF;
}
a.profile_link:hover:after, a.profile_link:focus:after{
	content: url('/wp-content/uploads/2023/05/link_white.svg');
	transition: .3s;
}
.elementor-element.discipline_text.elementor-widget.elementor-widget-text-editor h3 {
	margin-top: 40px;
	font-size: 20px;
	line-height: 22px;
}
.elementor-element.discipline_text.elementor-widget.elementor-widget-text-editor ul {
	margin-bottom: 40px;
	margin-top: 30px;
}
.toggle_cust .elementor-toggle .elementor-tab-title {
	border-bottom: 0;
	border-style: solid;
	border-radius: 6px;
}
.toggle_cust  .elementor-toggle-item {
	position: relative;
}
.toggle_cust  .elementor-toggle-item span.elementor-toggle-icon.elementor-toggle-icon-right {
	padding: 11px;
    width: 40px;
    height: 40px;
    background: #fff;
	border: 1px solid #DEE3E9;
	border-radius: 6px;
    position: absolute;
    top: 20px;
	right: 20px;
}
.toggle_cust  span.elementor-toggle-icon.elementor-toggle-icon-right:hover {
	background: #E3E3E7;
	border-color: #B5B7C0;
}
.toggle_cust .elementor-toggle .elementor-tab-content {
	border-bottom: 0;
	border-width: 0px 1px 1px 1px!important;
	border-style: solid;
	border-color: #DCE2ED;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	margin-top: -3px;
}
.toggle_cust .elementor-toggle .elementor-tab-content ul {
	list-style: disc;
	margin: 20px 0;
}
.toggle_cust .elementor-toggle .elementor-tab-content ul li:not(li:last-child){
	margin-bottom: 20px;
}
.toggle_cust .elementor-toggle .elementor-tab-content p:not(p:last-child) {
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.elementor-element.disc_title > .elementor-widget-container {
		margin: 0 0 30px 0!important;
	}
}
/*discipline template end*/
/**/
.form-rows {
	display: flex;
	gap: 20px 30px;
	margin-bottom: 30px;
}
.form-row__radio {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 30px 0 30px 0;
}
span.radio-label {
	background: #FBFBFB;
	border: 1px solid #DCE2ED;
	border-radius: 6px;
	padding: 14px;
}
.wpcf7-list-item {
	margin: 0;
}
.form-row input, textarea {
	background: #FFFFFF;
	border: 1px solid #E4E4E4;
	border-radius: 6px;
	padding: 15px 20px 15px 20px;
	color: #434D5C;
	font-size: 15px;
}
.form-row input::placeholder, textarea::placeholder {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #999999;
}
.form-row textarea {
	height: 160px;
	resize: none;
}
.form-row input[type="submit"] {
	background: #224C7D;
	border-radius: 6px;
	outline: none;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #FBFBFB;
	padding: 15.5px 26px;
	margin-top: 30px;
}
.form-row input[type="submit"]:focus {
	outline: none;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0.5em 0;
}
.wpcf7 form.sent .wpcf7-response-output {
	display: none;
}
.form-row input:focus, textarea:focus, .form-row input:hover, textarea:hover{
	border-color: #224C7D80!important;
	border-width: 1px;
	border-style: solid;
	border-radius: 6px;
}
.form-rows .form-row input:focus, textarea:focus {
	color: #434D5C;
}
.form-rows .form-row input.wpcf7-not-valid, textarea.wpcf7-not-valid {
	border-color: #EE505A;
}
@media (max-width: 768px) {
	.form-rows {
		flex-direction: column;
	}
	.form-row input[type="submit"] {
		margin-top: 20px;
		width: 100%;
	}
}
/**/

/*vstup*/
.elementor-element.vstup .elementor-button-content-wrapper {
	align-items: center;
}
.elementor-element.vstup .elementor-button-content-wrapper span.elementor-button-icon.elementor-align-icon-left svg {
	width: 27px;
	height: 22px;
}
.elementor-element.vstup .elementor-button-content-wrapper span.elementor-button-icon.elementor-align-icon-left {
	height: 22px;
}
.elementor-element.vstup_flex .elementor-icon-box-wrapper .elementor-icon-box-content {
	display: flex;
	gap: 5px;
}
@media (max-width: 767px) {
	.elementor-element.vstup_numb svg {
		height: 32px;
		width: 32px;
	}
	.elementor-element.vstup .elementor-button-content-wrapper span.elementor-button-text {
		text-align: left;
	}
	.elementor-element.vstup_flex .elementor-icon-box-wrapper .elementor-icon-box-content {
		display: block;
	}
	
}
/*vstup end*/
/*of doc*/
@media(max-width: 768px) {
	.elementor-element.align_center.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper, .elementor-element.align_center.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper {
		align-items: center;
	}
}
/*of doc end*/
/*partner*/
.elementor-element.icon_hover  a.elementor-element {
	position: relative;
}
.elementor-element.icon_hover a.elementor-element:hover:before {
	content: url('/wp-content/uploads/2023/06/icon_hover.svg');
	position: absolute;
	width: 16px;
	height: 16px;
	top: 12px;
	left: calc(100% - 28px);
}
/*partner end*/
/*course*/
.btn_course a svg path {
	fill:#224C7D;
}
.btn_course a:hover svg path {
	fill: #fff;
	transition: .3s;
}
@media(max-width: 767px) {
	.elementor-element.title_course .elementor-widget-container h2.elementor-heading-title {
		font-weight: 700;
		font-family: "Work Sans", sans-serif;
	}
}
/*course end*/

/*blog*/
.custom-posts-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.custom-post, .recommended-post {
	flex: 0 1 356px;
	border-radius: 10px;
	border: 1px solid #DCE2ED;
	background: #F5F7FB;
	padding-bottom: 20px;
}
.custom-post:hover, .recommended-post:hover {
	box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.10);
}
.post-thumbnail img {
	border-radius: 10px 10px 0 0;
}
.custom-post h3 , .recommended-post h3{
	padding: 15px 15px 15px 10px;
	color: #222B33;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	min-height: 74px;
}
.custom-post p , .recommended-post p{
	color: #3E4C5B;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	padding: 0 15px;
}
.recommended-posts-wrapper {
    display: flex;
	gap: 20px;
}
.elementor-element .elementor-widget-theme-post-content p:not(p:last-child) {
	margin-bottom: 40px;
}
.elementor-element .elementor-widget-theme-post-content ol {
	list-style: decimal;
	margin-bottom: 40px;
}
.elementor-element .elementor-widget-theme-post-content ul {
	list-style: disc;
}
.elementor-element .elementor-widget-theme-post-content h2 {
	margin-bottom: 20px;
}
/* .contact-form_article .footer {
	display: flex;
	align-items: center;
} */
.form-row.footer {
	margin-top: 30px;
}
.form-row.footer input[type="submit"] {
	margin-top: 0;
	border-radius: 30px;
	padding: 15.5px 59.5px;
	width: 226px;
}
.form-row.footer span.text {
	color: #3E4C5B;
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	display: inline-block;
    width: 437px;
    margin-right: 93px;
}
.contact-form_article .form-row textarea {
	height: 90px;
}
.contact-form_article .form-row input:not(input[type="submit"]), .contact-form_article .form-row textarea {
	border: 1px solid #B5BCCB;
	color: #3E4C5B;
}
.contact-form_article .form-row input::placeholder, .contact-form_article .form-row textarea::placeholder {
	color: #3E4C5B;
}

@media (max-width: 768px) {
	.custom-posts-wrapper, .recommended-posts-wrapper {
		flex-wrap: nowrap;
		flex-direction: column;
	}
	.custom-post, .recommended-post {
		flex: 0 1 100%;
	}
	.form-row.footer span.text {
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
	.form-row.footer input[type="submit"] {
		width: 100%;
		margin-top: 20px;
	}
}
/*blog end*/

/*search*/
input#s {
	border-radius: 21px;
	border: 1px solid #B5BCCB;
	background: #FFF;
	padding: 10px 10px 10px 20px;
	position: relative;
	color:#434D5C;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
	line-height: 22px; 
	width: 467px;
	height: 44px;
	transition: .5s ease;
}
input#s::placeholder {
	color: #999;
}
svg#close-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.elementor-13 .elementor-element.elementor-element-1e8855e .search-input.expanded {
	width: 467px;
}
.e-font-icon-svg-container svg {
	display: none;
}
.e-font-icon-svg-container {
	position: relative;
	width: 34px!important;
}
.e-font-icon-svg-container:before {
	position: absolute;
	content: url('/wp-content/uploads/2023/08/search_magnifying_glass.svg');
	width: 24px;
	height: 24px;
}
.elementor-element.search_cust div.asl_m .probox {
	flex-direction: row-reverse;
}
.elementor-element.search_cust #ajaxsearchlite1 .probox, div.asl_w .probox {
	border-radius: 31px;
	border: 1px solid #DCE2ED;
	background: #F5F7FB;
	padding: 18px 20px;
	height: 24px;
}
.elementor-element.search_cust #ajaxsearchlite1 .probox .proinput input,
.elementor-element.search_cust div.asl_w .probox .proinput input {
	color: #999!important;
	font-family: 'Inter', sans-serif!important;
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	line-height: 24px!important;
}
div.asl_w .probox .promagnifier .innericon svg {
	fill: #999999;
}
div.asl_m .probox .proinput {
	padding: 0;
}
div.asl_m .probox .promagnifier .innericon svg {
	width: 24px;
}
div.asl_m .probox .promagnifier .innericon {
	position: relative;
}
div.asl_m .probox .promagnifier .innericon svg {
	display: none;
}
div.asl_m .probox .promagnifier .innericon:before {
	position: absolute;
	content: url('/wp-content/uploads/2023/08/search_magnifying_glass.svg');
	left: 0;
	top: 0;
}
.elementor-element.search_btn .elementor-button {
	text-align: left;
}
.elementor-element.search_btn a {
	position: relative;
}
.elementor-element.search_btn a:before {
	content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M15.7071 14.2929C15.3166 13.9024 14.6834 13.9024 14.2929 14.2929C13.9024 14.6834 13.9024 15.3166 14.2929 15.7071L15.7071 14.2929ZM20.2929 21.7071C20.6834 22.0976 21.3166 22.0976 21.7071 21.7071C22.0976 21.3166 22.0976 20.6834 21.7071 20.2929L20.2929 21.7071ZM10 16C6.68629 16 4 13.3137 4 10H2C2 14.4183 5.58172 18 10 18V16ZM4 10C4 6.68629 6.68629 4 10 4V2C5.58172 2 2 5.58172 2 10H4ZM10 4C13.3137 4 16 6.68629 16 10H18C18 5.58172 14.4183 2 10 2V4ZM16 10C16 13.3137 13.3137 16 10 16V18C14.4183 18 18 14.4183 18 10H16ZM14.2929 15.7071L20.2929 21.7071L21.7071 20.2929L15.7071 14.2929L14.2929 15.7071Z' fill='%23FAFAFA'/%3e%3c/svg%3e");
	position: absolute;
	width: 24px;
	height: 24px;
	left: 16px;
	top: 10px;
}
.elementor-element.search_btn a:after {
	content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3e%3cpath d='M2 7.99984H14M14 7.99984L10.6667 4.6665M14 7.99984L10.6667 11.3332' stroke='%23FAFAFA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
	position: absolute;
	width: 16px;
	height: 16px;
	right: 16px;
	top: 13px;
}

@media (max-width: 767px) {
	.elementor-element.search_cust #ajaxsearchlite1 .probox, div.asl_w .probox {
		padding: 10px 16px;
		height: 22px;
		border-radius: 28px;
		border: none;
	}
	.elementor-element.search_cust #ajaxsearchlite1 .probox .proinput input,
	.elementor-element.search_cust div.asl_w .probox .proinput input  {
		font-size: 16px!important;
		line-height: 18px!important;
		color: #B5BCCB!important;
	}
	.elementor-element.search_cust input:placeholder{
		color: #B5BCCB!important;
	} 
	div.asl_m .probox .proinput input {
		height: 24px;
	}
	div.asl_w .probox .promagnifier {
		box-shadow: none;
	}
}
/*search end*/