
/*
Theme Name: Smartgraph
Text Domain: smartgraph
Version: 1.0
Requires at least: 4.7
Requires PHP: 7.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://devitem.net/
Theme URI: https://devitem.net/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
@import url('https://fonts.googleapis.com/css2?family=Lunasima:wght@400;700&display=swap');

@font-face {
    font-family: 'Assistant';
    src: url('fonts/Assistant-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Assistant';
    src: url('fonts/Assistant-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Assistant';
    src: url('fonts/Assistant-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Assistant';
    src: url('fonts/Assistant-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Assistant';
    src: url('fonts/Assistant-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Assistant';
    src: url('fonts/Assistant-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Assistant';
    src: url('fonts/Assistant-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face{
	font-family: 'Almoni ML v5 AAA';
	font-weight: 400;
	font-style: normal;
    src: url('fonts/almoni-regular-aaa.eot');
	src:
        url('fonts/almoni-regular-aaa.eot?#iefix') format('embedded-opentype'),
        url('fonts/almoni-regular-aaa.woff2') format('woff2'), 
        url('fonts/almoni-regular-aaa.woff') format('woff');
}

@font-face{
	font-family: 'Almoni ML v5 AAA';
	font-weight: 700;
	font-style: normal;
    src: url('fonts/almoni-bold-aaa.eot');
	src:
        url('fonts/almoni-bold-aaa.eot?#iefix') format('embedded-opentype'),
        url('fonts/almoni-bold-aaa.woff2') format('woff2'), 
        url('fonts/almoni-bold-aaa.woff') format('woff');
}


html {
    max-width: 100%;
    position: relative;
    overflow-x: hidden;
}

body {
    font-family: "Lunasima", 'Almoni ML v5 AAA';
    color: #4a4a4a;
	font-size: 16px;
	font-weight: 400;
	line-height: 130%;
	max-width: 100%;
    overflow-x: hidden;
}

.ti-review-content {
	font-family: "Lunasima", 'Almoni ML v5 AAA' !important;
}


@media (max-width: 1536px) {
	body {
		font-size: 16px;
		line-height: 20px;
	}
}

pre {

}

td,
th {
	font-family: inherit;
	font-size: inherit;
}

img.emoji {
	display: inline !important;
	border: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.mceIEcenter {
	text-align: center;
}

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

.wp-caption {
	margin: 0; /* browser reset */
	max-width: 100%;
}

/* iOS does not obey max-width if width is set. */
.ios .wp-caption {
	width: auto !important;
}

dl.wp-caption dt.wp-caption-dt img {
	display: inline-block;
	margin-bottom: -1ex;
}

div.mceTemp {
	-ms-user-select: element;
}

dl.wp-caption,
dl.wp-caption * {
	-webkit-user-drag: none;
}

.wp-caption-dd {
	font-size: 14px;
	padding-top: 0.5em;
	margin: 0; /* browser reset */
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

/* Remove blue highlighting of selected images in WebKit */
img[data-mce-selected]::selection {
	background-color: transparent;
}

/* Styles for the WordPress plugins */
.mce-content-body img[data-mce-placeholder] {
	border-radius: 0;
	padding: 0;
}

.mce-content-body img[data-wp-more] {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 96%;
	height: 16px;
	display: block;
	margin: 15px auto 0;
	outline: 0;
	cursor: default;
}

.mce-content-body img[data-mce-placeholder][data-mce-selected] {
	outline: 1px dotted #888;
}

.mce-content-body img[data-wp-more="more"] {
	/* background: transparent url( images/more.png ) repeat-y scroll center center; */
}

.mce-content-body img[data-wp-more="nextpage"] {
	/* background: transparent url( images/pagebreak.png ) repeat-y scroll center center; */
}

/* Styles for formatting the boundaries of anchors and code elements */
.mce-content-body a[data-mce-selected] {
	padding: 0 2px;
	margin: 0 -2px;
	border-radius: 2px;
	box-shadow: 0 0 0 1px #bfe6ff;
	background: #bfe6ff;
}

.mce-content-body .wp-caption-dt a[data-mce-selected] {
	outline: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
	background: transparent;
}

.mce-content-body code {
	padding: 2px 4px;
	margin: 0;
	border-radius: 2px;
	color: #222;
	background: #f2f4f5;
}

.mce-content-body code[data-mce-selected] {
	background: #e9ebec;
}

/* Gallery, audio, video placeholders */
.mce-content-body img.wp-media {
	border: 1px solid #aaa;
	background-color: #f2f2f2;
	background-repeat: no-repeat;
	background-position: center center;
	width: 99%;
	height: 250px;
	outline: 0;
	cursor: pointer;
}

.mce-content-body img.wp-media:hover {
	background-color: #ededed;
	border-color: #72777c;
}

.mce-content-body img.wp-media.wp-media-selected {
	background-color: #d8d8d8;
	border-color: #72777c;
}

.mce-content-body img.wp-media.wp-gallery {
	/* background-image: url(images/gallery.png); */
}

/* Image resize handles */
.mce-content-body div.mce-resizehandle {
	border-color: #72777c;
	width: 7px;
	height: 7px;
}

.mce-content-body img[data-mce-selected] {
	outline: 1px solid #72777c;
}

.mce-content-body img[data-mce-resize="false"] {
	outline: 0;
}

audio,
video,
embed {
	display: -moz-inline-stack;
	display: inline-block;
}

audio {
	visibility: hidden;
}

/* Fix for proprietary Mozilla display attribute, see #38757 */
[_moz_abspos] {
	outline: none;
}

a[data-wplink-url-error],
a[data-wplink-url-error]:hover,
a[data-wplink-url-error]:focus {
	outline: 2px dotted #dc3232;
	position: relative;
}

a[data-wplink-url-error]:before {
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	outline: 2px dotted #fff;
	z-index: -1;
}

/**
 * WP Views
 */

.wpview {
	width: 99.99%; /* All IE need hasLayout, incl. 11 (ugh, not again!!) */
	position: relative;
	clear: both;
	margin-bottom: 16px;
	border: 1px solid transparent;
}

.mce-shim {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.wpview[data-mce-selected="2"] .mce-shim {
	display: none;
}

.wpview .loading-placeholder {
	border: 1px dashed #ccc;
	padding: 10px;
}

.wpview[data-mce-selected] .loading-placeholder {
	border-color: transparent;
}

/* A little "loading" animation, not showing in IE < 10 */
.wpview .wpview-loading {
	width: 60px;
	height: 5px;
	overflow: hidden;
	background-color: transparent;
	margin: 10px auto 0;
}

.wpview .wpview-loading ins {
	background-color: #333;
	margin: 0 0 0 -60px;
	width: 36px;
	height: 5px;
	display: block;
	-webkit-animation: wpview-loading 1.3s infinite 1s steps(36);
	animation: wpview-loading 1.3s infinite 1s steps(36);
}

@-webkit-keyframes wpview-loading {
	0% {
		margin-left: -60px;
	}
	100% {
		margin-left: 60px;
	}
}

@keyframes wpview-loading {
	0% {
		margin-left: -60px;
	}
	100% {
		margin-left: 60px;
	}
}

.wpview .wpview-content > iframe {
	max-width: 100%;
	background: transparent;
}

.wpview-error {
	border: 1px solid #ddd;
	padding: 1em 0;
	margin: 0;
	word-wrap: break-word;
}

.wpview[data-mce-selected] .wpview-error {
	border-color: transparent;
}

.wpview-error .dashicons,
.loading-placeholder .dashicons {
	display: block;
	margin: 0 auto;
	width: 32px;
	height: 32px;
	font-size: 32px;
}

.wpview-error p {
	margin: 0;
	text-align: center;
}

.wpview-type-gallery:after {
	content: "";
	display: table;
	clear: both;
}

.gallery img[data-mce-selected]:focus {
	outline: none;
}

.gallery a {
	cursor: default;
}

.gallery {
	margin: auto -6px;
	padding: 6px 0;
	line-height: 1;
	overflow-x: hidden;
}

.ie7 .gallery,
.ie8 .gallery {
	margin: auto;
}

.gallery .gallery-item {
	float: left;
	margin: 0;
	text-align: center;
	padding: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ie7 .gallery .gallery-item,
.ie8 .gallery .gallery-item {
	padding: 6px 0;
}

.gallery .gallery-caption,
.gallery .gallery-icon {
	margin: 0;
}

.gallery .gallery-caption {
	font-size: 13px;
	margin: 4px 0;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33.333%;
}

.ie8 .gallery-columns-3 .gallery-item,
.ie7 .gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.665%;
}

.gallery-columns-7 .gallery-item {
	width: 14.285%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.111%;
}

.gallery img {
	max-width: 100%;
	height: auto;
	border: none;
	padding: 0;
}

img.wp-oembed {
	border: 1px dashed #888;
	/* background: #f7f5f2 url(images/embedded.png) no-repeat scroll center center; */
	width: 300px;
	height: 250px;
	outline: 0;
}

/* rtl */
.rtl .gallery .gallery-item {
	float: right;
}

@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.mce-content-body img.mce-wp-more {
		/* background-image: url( images/more-2x.png ); */
		background-size: 1900px 20px;
	}

	.mce-content-body img.mce-wp-nextpage {
		/* background-image: url( images/pagebreak-2x.png ); */
		background-size: 1900px 20px;
	}
}

/* Site Header */
@media screen and (max-width: 1536px) {
	.navbar-light .navbar-brand img {

	}

	.navbar-dark .navbar-nav .nav-success .nav-link,
	.navbar-dark .navbar-nav .nav-light .nav-link {
		min-width: 150px;
		padding-right: 15px;
		padding-left: 15px;
	}

	.navbar-dark .navbar-nav .nav-success .nav-link:after,
	.navbar-dark .navbar-nav .nav-light .nav-link:after {
		width: 16px;
		height: 16px;
		background-size: contain;
	}

	.navbar-light .navbar-nav .nav-link {
	}

	.navbar-light .navbar-nav .nav-link span:after {
		height: 3px;
		bottom: -8px;
	}
}

@media screen and (max-width: 991px) {
	.order-3 .navbar-nav {
		padding: 0 10px;
	}
}

/* Site banner */
.site-banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    z-index: 100;
	padding: 40px 0 100px 0;
}

.site-banner:not(.product-banner) {
	height: 500px;
}

.site-banner.product-banner {
    height: auto;
    padding-bottom: 40px;
}

.site-banner .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.site-banner .banner-title {
	background: #fff;
    padding: 25px;
    border-radius: 5px;
	margin-left: 40px;
}

body:not(.home) .site-banner .banner-title {
	min-height: 339px;
}

body:not(.rtl) .site-banner .banner-title {
	background: #fff;
    padding: 25px;
    border-radius: 5px;
	margin-right: 40px;
}

.site-banner .banner-title h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
	margin-bottom: 20px;
}

.site-banner .banner-title ul,
.site-banner .banner-title ol {
	margin: 0;
    padding: 0;
    list-style-type: none;
}

.site-banner .banner-title li {
    margin-bottom: 7px;
    padding-right: 30px;
	position: relative;
}

body:not(.rtl) .site-banner .banner-title li {
    margin-bottom: 7px;
    padding-left: 30px;
	position: relative;
}

.site-banner .banner-title li:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='49' viewBox='0 0 64 49' %3E%3Cpath d='M62.75 9.625c0 1.125-.375 2-1.125 2.75L26.875 47c-.75.75-1.625 1.125-2.75 1.125s-2-.375-2.75-1.125L1.25 26.875C.5 26.125.125 25.25.125 24.125s.375-2 1.125-2.75l5.5-5.5c.75-.75 1.625-1.125 2.75-1.125s2 .375 2.75 1.125L24.125 27.75l26.5-26.5C51.375.5 52.25.125 53.375.125s2 .375 2.75 1.125l5.5 5.5c.75.875 1.125 1.75 1.125 2.875z' fill-rule='evenodd' fill='%23CC071E'/%3E%3C/svg%3E");
}

.site-banner .banner-title li:before {
    content: '';
    top: -2px;
    width: 21px;
    height: 21px;
    background-size: 21px 21px;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
}

body:not(.rtl) .site-banner .banner-title li:before {
    content: '';
    top: -2px;
    width: 21px;
    height: 21px;
    background-size: 21px 21px;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
}



.site-banner .banner-link {
    margin-top: 20px;
}

.site-banner .banner-link a,
.site-banner .banner-link button {
	position: relative;
	color: #fff;
    background-color: #35b2b6;
    font-weight: 400;
    height: 57px;
    line-height: 57px;
    text-transform: uppercase;
    font-size: 22px;
    padding: 0 20px;
    display: block;
    text-align: center;
	transition: background .2s linear;
	text-decoration: none;
}

.site-banner .banner-link a:hover {
	text-decoration: none;
	background-color: #0d6a6d;
}

.site-banner .banner-link a:after {
    height: 18px;
    width: 11px;
    margin-right: 8px;
    left: 21px;
    content: '';
    top: 50%;
    transform: translate(0, -50%)rotate(180deg);
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-image: url(
    data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2LjEgOS40Ij48cG9seWdvbiBmaWxsPSIjZmZmIiBwb2ludHM9IjQuNywzLjMgMS40LDAgMCwxLjQgMy4zLDQuNyAwLDggMS40LDkuNCA0LjcsNi4xIDYuMSw0LjcgIi8+PC9zdmc+);
}

body:not(.rtl) .site-banner .banner-link a:after {
    height: 18px;
    width: 11px;
    margin-left: 8px;
    right: 21px;
	content: '';
	top: 50%;
    transform: translate(0, -50%);
    position: absolute;
    display: block;
	background-repeat: no-repeat;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2LjEgOS40Ij48cG9seWdvbiBmaWxsPSIjZmZmIiBwb2ludHM9IjQuNywzLjMgMS40LDAgMCwxLjQgMy4zLDQuNyAwLDggMS40LDkuNCA0LjcsNi4xIDYuMSw0LjcgIi8+PC9zdmc+);
}

.site-banner .gift-ready-above-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
	.site-banner .banner-link a,
	.site-banner .banner-link button {
		height: 48px;
		line-height: 48px;
		font-size: 18px;
	}
}

/*
.site-banner .content .title {
	color: #fff;
    text-align: center;
    margin: 115px 0 0;
    margin: 90px 0 0;
}

.violet-theme .site-banner .content .title {
	margin-top: 190px;
}

.site-banner .content .title h1 {
    font-size: 96px;
    font-weight: 700;
	display: inline-block;
    position: relative;
}


body.home .site-banner .content .title h1:before {
    content: '';
    width: 108px;
    height: 110px;
    position: absolute;
    display: inline-block;
    right: -70px;
    top: -65px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("images/hp-banner-label.png");
}

.site-banner .content .title h1 span,
.site-banner .content .title h1 strong {
	color: #70B92F;
}

.violet-theme .site-banner .content .title h1 span.text-blue,
.violet-theme .site-banner .content .title h1 strong {
	color: #02BAFF;
}

.site-banner .content .title p {
	font-size: 40px;
	line-height: 100%;
}
*/

@media screen and (min-width: 2000px) {
	.site-banner .position-relative img {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 1960px) {

}

@media (max-width: 1800px) {

}

@media (max-width: 1680px) {

}

@media (max-width: 1600px) {

}

@media screen and (max-width: 1536px) {
	.site-banner .content .title h1 {
		font-size: 76px;
	}

	.site-banner .content .title p {
		font-size: 32px;
		line-height: 100%;
	}
	
	.violet-theme .site-banner .content .title {
		margin-top: 160px;
	}
}

@media (max-width: 1440px) {
	.violet-theme .site-banner .content .title {
		margin-top: 150px;
	}
}

@media (max-width: 991px) {
	body.home header.site-header {
		border-bottom: 1px solid #ebebeb;
	}

	.site-banner {
		display: flex;
		flex-direction: column;
		height: 300px;
	}

	.site-banner:not(.product-banner) {
		height: auto;
		padding-top: 15px;
		padding: 40px 0;
	}

	.site-banner .banner-title {
		margin: 0;
		margin-top: 10px;
	}

	body.home .site-banner .banner-title {
		border: 1px solid #ebebeb;
	}

	.site-banner .position-relative {
		width: 100%;
		height: 100%;
	}

	.site-banner .position-relative img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	.violet-theme .site-banner .content .title {
		margin-top: 110px;
	}

	.logged-in .violet-theme .site-banner .content .title {
		margin-top: 80px;
	}

	.site-banner .content .title h1 {
		font-size: 48px;
	}

	body.home .site-banner .content .title h1:before {
		content: '';
		width: 54px;
		height: 50px;
		right: -35px;
		top: -20px;
		position: absolute;
		display: inline-block;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	
}

/*  */
.google-reviews {
    padding: 60px 0;
    background-color: #f3f3f3;
}

/*  */
.site-notices {
    margin-top: -205px;
}

.site-notices .container {
	max-width: 1380px;
}

.notices-slider {
	padding: 0px 50px 50px;
}

.notices-slider .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next) {
	opacity: 0;
}

.notice-wrapper {
    padding: 50px 60px 50px 180px;
    position: relative;
    border-radius: 45px 0px;
    background: #FAFAFA;
    box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.18);
	overflow: hidden;
}

.notice-wrapper .title {
	color: #173D8C;
	font-family: Assistant;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
}

.notice-wrapper .wrapper {
    min-height: 125px;
}

.notice-wrapper .content {
    color: #414141;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 15px 0;
}

.notice-wrapper .link {

}

.notice-wrapper .link a {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    width: 127px;
    color: #fff;
    display: inline-flex;
    border-radius: 6px;
    background-color: #312783;
    padding: 10px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
	transition: all .4s ease;
}

.notice-wrapper .link a:hover {
	background-color: #70B92F;
	text-decoration: none;
}

.notice-wrapper .image {
	left: 25px;
    bottom: -5px;
	position: absolute;
}

@media screen and (min-width: 2000px) {
	.site-notices {
		margin-top: -275px;
	}
}

@media (max-width: 1960px) {

}

@media (max-width: 1800px) {

}

@media (max-width: 1680px) {

}

@media (max-width: 1600px) {

}

@media screen and (max-width: 1536px) {
	.site-notices {
		margin-top: -145px;
	}

	.site-notices .container {
		max-width: 1140px;
	}

	.notice-wrapper {
		border-radius: 38px 0px;
		padding: 40px 55px 50px 150px;
	}

	.notice-wrapper .wrapper {
		min-height: 100px;
	}

	.notice-wrapper .title {
		font-size: 20px;
	}

	.notice-wrapper .content {
		font-size: 15px;
		line-height: 20px;
		padding: 5px 0;
	}

	.notice-wrapper .image img {
		max-width: 147px;
	}

	.notice-wrapper .link a {
		font-size: 16px;
		line-height: 20px;
		width: 100px;
		padding: 6px;
	}

	.swiper-button-prev, .swiper-button-next {
		height: 66px;
		width: 66px;
	}

	.swiper-button-prev, .swiper-button-next {
		top: 60px;
	}

	.swiper-button-prev:after, .swiper-button-next:after {
		font-size: 20px;
	}

	.swiper-button-prev, .swiper-rtl .swiper-button-next {
		left: -50px;
		right: auto;
	}

	.swiper-button-next, .swiper-rtl .swiper-button-prev {
		right: -50px;
		left: auto;
	}
}

@media (max-width: 1440px) {

}

@media screen and (max-width: 991px) {
	.site-notices {
		margin-top: 0px;
		overflow: hidden;
	}

	.site-notices .container {
		max-width: 400px;
	}

	.notices-slider {
		padding: 50px 0px;
		overflow: visible;
	}

	.notice-wrapper {
        border-radius: 28px 0px;
        padding: 30px 35px 30px 140px;
	}

	.notice-wrapper .wrapper {
		min-height: 100px;
	}

	.notice-wrapper .title {
		font-size: 20px;
	}

	.notice-wrapper .content {
        font-size: 16px;
        line-height: 160%;
		padding: 5px 0;
	}

	.notice-wrapper .image {
		left: 15px;
	}

	.notice-wrapper .image img {
		max-width: 125px;
	}

	.notice-wrapper .link a {
		font-size: 16px;
		line-height: 20px;
		width: 100px;
		padding: 6px;
	}

	.notices-slider .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next) {
		opacity: 1;
	}

	.swiper-button-prev, .swiper-button-next {
		height: 44px;
        width: 44px;
	}

	.site-notices .swiper-button-prev,
	.site-notices .swiper-button-next {
		top: 60px;
	}

	.swiper-button-prev:after, .swiper-button-next:after {
		font-size: 20px;
	}

	.site-notices .swiper-button-prev, 
	.site-notices .swiper-rtl .swiper-button-next {
		left: -20px;
		right: auto;
	}

	.site-notices .swiper-button-next,
	.site-notices .swiper-rtl .swiper-button-prev {
		right: -20px;
		left: auto;
	}
	.site-notices .swiper-button-prev.aos-animate,
	.site-notices .swiper-button-next.aos-animate {
		top: calc(50% + 10px);
		transform: translateY(-50%);
	}

}

/*  */
.section-title {
    font-size: 32px;
    font-style: normal;
    /*font-weight: 700;*/
    line-height: 135%;
}

.section-title a,
.section-title button {
    color: #4a4a4a;
}

.section-title span,
.section-title strong {
	color: #70B92F;
    font-weight: 700;
}

.text-green {
	color: #70B92F;
}

.text-blue {
	color: #35B2B6;
}


a:hover .text-green,
a:hover .text-blue {
    text-decoration: underline;
}

.site-banner .section-title {
    color: #FFF;
    text-align: center;
}

.site-testimonials .section-title {
    line-height: 100%;
	margin-top: 80px;
}

.site-types .section-title {
    text-align: center;
    color: #fff;
}

.site-callback .section-title {
	font-size: 60px;
	line-height: 75px;
	margin-top: 60px;
}

.site-partners .section-title {
	font-size: 60px;
	line-height: 75px;
}


@media screen and (min-width: 2000px) {
	.site-callback .wave-animation .anim {
		width: 100%;
		height: auto;
		position: relative;
		transform: translateY(40px);
	}
}

@media screen and (max-width: 1536px) {
	.section-title {
	}
}

@media screen and (max-width: 991px) {
	.section-title {
		font-size: 24px;
	}

	.section-title span.text-blue,
	.section-title span.text-green {
		display: block;
	}


}

/* Types */
.site-types {
	padding-top: 200px;
	padding-bottom: 150px;
}

.types_item {
    border-radius: 60px 0;
    overflow: hidden;
    display: block;
    margin-bottom: 85px;
}

.types_item .title {
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    background-color: #EFEFEF;
    padding: 42px 80px 55px;
	transition: all .4s ease;
}

.types_item:hover .title {
    background-color: #1250AB;
}

.types_item .title .d-inline {
    position: relative;
    text-align: center;
    max-width: max-content;
}

.types_item .title .hover-inline {
    color: #312783;
	position: relative;
	right: 0px;
	transition: all .4s ease;
}

.types_item:hover .title .hover-inline {
	color: #fff;
    right: -40px;
}

.types_item .title .d-inline:after {
    content: '';
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    background-image: url(
	"data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='26' height='26' rx='13' fill='white'/%3E%3Cline x1='14.8125' y1='8.71243' x2='10.4865' y2='13.0385' stroke='%23312783' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='1' y1='-1' x2='7.11795' y2='-1' transform='matrix(-0.707107 -0.707107 -0.707107 0.707107 14.8125 18.7787)' stroke='%23312783' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
	left: -40px;
	opacity: 0;
	transition: all .4s ease;
}





.types_item:hover .title .d-inline:after {
	opacity: 1;
}

.types_item .image {
    height: 290px;
    position: relative;
}

.types_item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.types_item:hover {
	text-decoration: none;
}

.not-element {
	/* padding-top: 50px; */
}

.site-types .section-link .btn {
	transition: all .4s ease;
}

.site-types .section-link .btn:hover {
	color: #fff;
	border-color: #70B92F;
	background-color: #70B92F;
}


@media screen and (max-width: 1536px) {
	.types_item .image {
		height: 250px;
	}

	.types_item .title {
		font-size: 28px;
		padding: 30px 20px 48px;
	}
}

/* Why US items */

.whyus_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.whyus-icons {
    margin-top: 85px;
    margin-bottom: 85px;
}

@media screen and (min-width: 992px) {
	.whyus-icons .col-auto {
		flex: 0 0 13.5%;
	}	
}


.whyus_item .image {
    height: 165px;
    width: 165px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.whyus_item .image img {
	position: relative;
	transition: all .4s ease;
}

.whyus_item:hover .image img {
	transform: translateY(-15px);
}

.whyus_item .title {
	color: #FFF;
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	margin-top: 35px;
}


@media screen and (max-width: 1536px) {
	.whyus-icons {
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.whyus_item .image {
		height: 130px;
		width: 130px;
	}

	.whyus-icons .col-auto {
        flex: 0 0 13%;
    }

	.whyus_item .title {
		font-size: 22px;
		line-height: 26px;
	}

}

@media screen and (max-width: 991px) {
	.site-types {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.types_item {
		border-radius: 28px 0;
		margin-bottom: 30px;
	}

	.types_item .image {
        height: 200px;
    }

	.types_item .title {
		font-size: 20px;
		padding: 20px;
	}
	
	/* Why US */
	.whyus-icons {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.whyus-icons .col-auto {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.whyus_item .image {
        height: 100px;
        width: 100px;
    }

	.whyus_item .image img {
        max-width: 70px;
        max-height: 45px;
	}

	.whyus_item .title {
		font-size: 18px;
		line-height: 26px;
		margin-top: 15px;
		margin-bottom: 40px;
	}

	.site-types .btn-lg {
		font-size: 18px;
		line-height: 18px;
		padding: 15px 15px;
	}
}

/* Testimonials Slider */
.site-testimonials {
    padding: 120px 0;
    overflow: hidden;
}

@media screen and (min-width:1860px) {
	.site-testimonials .container-fluid {
		max-width: 1810px;
	}

	.site-testimonials .container-fluid .nav-area {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.site-testimonials .container-fluid .slider-area {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
}

@media screen and (min-width:1200px) {
	.site-testimonials .container-fluid .nav-area {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.site-testimonials .container-fluid .slider-area {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
}




@media screen and (min-width:1200px) and (max-width:1536px) {
	.site-testimonials {
		padding: 95px 0 120px 0;
	}
	.site-testimonials .container-fluid {
		max-width: 1465px;
	}


}

.testimonials-slider .swiper-slide {
    width: 565px;
}

.testimonial-item {
	min-height: 515px;
    padding: 30px 48px;
    background-color: #EFEFEF;
    border-radius: 0 0 140px 0;
}

.testimonial-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-blockquote {
    margin-bottom: 30px;
}

.testimonial-title {
    font-size: 26px;
    line-height: 33px;
    font-weight: 700;
    color: #173D8C;
	margin-bottom: 45px;
}

.testimonial-content {
	
}

.testimonial-author {
    padding: 90px 0 30px 0;
}

.testimonial-author-name {
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    color: #173D8C;
}

.testimonial-author-bio {
	font-size: 18px;
	line-height: 22px;
}


@media screen and (min-width: 2000px) {
    .site-testimonials .container-fluid {
        max-width: 95%;
    }

	.testimonials-slider .swiper-slide {
		width: 29%;
	}

	.testimonial-item {
		min-height: 555px;
	}

}

@media screen and (max-width: 1536px) {
	.site-testimonials .section-title {
		margin-top: 70px;
	}

	.site-testimonials .swiper-button-prev,
	.site-testimonials .swiper-button-next {
		top: 0px;
		margin: 45px 10px 0;
		left: 0;
		right: 0;
	}

	.testimonials-slider .swiper-slide {
		width: 453px;
	}

	.testimonial-blockquote {
		margin-bottom: 30px;
	}

	.testimonial-blockquote svg {
        width: 48px;
        height: 48px;
	}

	.testimonial-item {
		min-height: 415px;
		padding: 22px 40px;
		background-color: #EFEFEF;
		border-radius: 0 0 100px 0;
	}

	.testimonial-blockquote {
        margin-bottom: 15px;
    }

	.testimonial-title {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 35px;
	}

	.testimonial-author {
		padding: 50px 0 20px 0;
	}

	.testimonial-author-name {
		font-size: 20px;
		line-height: 20px;
	}

	.testimonial-author-bio {
		font-size: 15px;
		line-height: 22px;
	}
}

@media screen and (max-width: 991px) {
	.site-testimonials {
		padding: 60px 0;
	}

	.site-testimonials .section-title {
		margin-top: 0;
	}

	.site-testimonials .swiper-button-prev, .site-testimonials .swiper-button-next {
		top: 0px;
		margin: 15px 10px 15px;
		left: 0;
		right: 0;
	}

	.testimonials-slider .swiper-slide {
		width: calc(100% - 100px);
	}

	.testimonial-blockquote svg {
		width: 28px;
		height: 28px;
	}

    .testimonial-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }

	.testimonial-content {
		font-size: 14px;
		font-size: 16px;
        line-height: 160%;
	}

	.testimonial-item {
		min-height: 330px;
		padding: 20px;
		border-radius: 0 0 28px 0;
	}

	.testimonial-author {
        padding: 25px 0 0 0;
    }

	.testimonial-author-name {
		font-size: 16px;
		line-height: 20px;
	}

	.testimonial-author-bio {
        font-size: 14px;
        line-height: 18px;
		font-size: 16px;
    }
}


html[dir="rtl"] .wpcf7[dir="ltr"] {
	direction: rtl;
}

.wpcf7-spinner {
	width: 0px;
	height: 0px;
	display: none;
}

/* Callback */
.site-callback {
    padding: 175px 0 0;
    position: relative;
	overflow: hidden;
}

.site-callback .bg {
	padding-top: 70px;
	padding-bottom: 90px;
    background-color: #F8F8F8;
}

.site-callback .wave-animation {
    position: absolute;
    top: 0;
    transform: translateX(100%);
}

.site-callback .wave-animation .anim {
	width: 100%;
	height: auto;
}

.site-callback .contact_form7 {
	color: #fff;
	padding: 50px 60px;
    border-radius: 45px 0px;
    background: linear-gradient(91deg, #0072E4 6.98%, #193692 65.7%);
}

.site-callback .contact_form7 .title {
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 40px;
}

.site-callback .contact_form7 .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 30px;
}

.site-callback .contact_form7 .row-sm .wpcf7-form-control-wrap {
	margin-bottom: 10px;
}


.site-callback .contact_form7 .wpcf7-list-item-label {
    font-size: 18px;
    line-height: 24px;
}

.site-callback .contact_form7 .wpcf7-list-item {
    margin: 0;
}

.site-callback .contact_form7 .wpcf7-list-item label {
    width: 100%;
    position: relative;
    padding: 0px 40px 0;
}

.site-callback .contact_form7 .wpcf7-list-item label input[type="checkbox"] {
    width: 22px;
    height: 23px;
    right: 0;
	position: absolute;
}


.site-callback .contact_form7 .btn {
    font-size: 24px;
    line-height: 100%;
    padding: 15px 20px;
    display: inline-block;
    min-width: 230px;
    border-radius: 14px;
}

.site-callback .contact_form7 .btn {
	transition: all .4s ease;
}

.site-callback .contact_form7 .btn:hover {
	color: #fff;
	border-color: #70B92F;
	background-color: #70B92F;
}

.callback-wrapper {
    border-top: 1px solid #CCCCCC;
    margin-top: 25px;
    padding-top: 30px;
	/* display: inline-block; */
}

.callback-disclaimer {
    font-size: 22px;
    line-height: 100%;
}

.callback-images {
    margin-top: 30px;
}

.callback-images .callback-image {
    padding: 0 15px;
    border-left: 1px solid #CCCCCC;
}

.callback-images .callback-image:first-child {
	padding-right: 0px;
}

.callback-images .callback-image:last-child {
	border-left: 0;
}

@media screen and (max-width: 1536px) {
	.site-callback .section-title {
		font-size: 48px;
		line-height: 64px;
		margin-top: 60px;
	}

	.callback-disclaimer {
		font-size: 18px;
		line-height: 100%;
	}

	.callback-wrapper {
		margin-top: 15px;
		padding-top: 20px;
	}

	.callback-images {
		margin-top: 25px;
	}

	.callback-images .callback-image {
		padding: 0 10px;
	}

	.callback-images .callback-image img {
		max-width: 80%;
	}

	.site-callback .contact_form7 {
		padding: 40px 50px;
		border-radius: 40px 0px;
	}

	.site-callback .contact_form7 .title {
		font-size: 22px;
		line-height: 100%;
		margin-bottom: 33px;
	}

	.form-control {
		font-size: 18px;
		min-height: 45px;
		padding: 8px 20px;
		border-radius: 8px;
	}

	.site-callback .contact_form7 .wpcf7-form-control-wrap {
		display: block;
		margin-bottom: 25px;
	}

	.site-callback .contact_form7 .wpcf7-list-item-label {
		font-size: 15px;
		line-height: 18px;
	}

	.site-callback .contact_form7 .wpcf7-list-item label {
		width: 100%;
		position: relative;
		padding: 0px 30px 0 20px;
	}
	.site-callback .contact_form7 .btn {
		font-size: 18px;
		line-height: 100%;
		padding: 13px 20px;
		display: inline-block;
		min-width: 185px;
		border-radius: 12px;
	}
}

@media screen and (max-width: 991px) {
	.site-callback {
		padding: 40px 0 0;
	}

	.site-callback .bg {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.site-callback .section-title {
		font-size: 38px;
		line-height: 48px;
		margin-top: 0;
		margin-bottom: 15px;
	}

	.callback-disclaimer {
		font-size: 16px;
		line-height: 160%;
	}

	.callback-images {
		margin-top: 25px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.callback-images .callback-image {
		
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;

        text-align: center;
        margin-bottom: 30px;
        border: none;
	}

	.site-callback .contact_form7 {
		padding: 30px 30px;
		border-radius: 28px 0px;
	}

	.site-callback .contact_form7 .title {
		font-size: 18px;
		line-height: 100%;
		margin-bottom: 25px;
	}

	.site-callback .contact_form7 .wpcf7-list-item label input[type="checkbox"] {
		width: 16px;
		height: 16px;
	}

	.site-callback .contact_form7 .wpcf7-list-item label {
		width: 100%;
		position: relative;
		padding: 0px 30px 0 0;
	}

	.site-callback .contact_form7 .wpcf7-list-item-label {
		font-size: 14px;
		line-height: 18px;
		font-size: 16px;
        line-height: 160%;
	}

	.site-callback .contact_form7 .text-md-center {
		text-align: center;
	}

	.site-callback .contact_form7 .form-control {
		font-size: 16px;
		min-height: 42px;
		padding: 8px 20px;
		border-radius: 8px;
	}

	.site-callback .contact_form7 .btn {
		font-size: 16px;
		line-height: 100%;
		padding: 13px 13px;
		min-width: 150px;
		border-radius: 8px;
	}
}

/* Partners */
.site-partners {
    padding: 95px 0;
	overflow: hidden;
}

.partners-image {
    padding: 0 15px;
}

.partners-image:after {
    width: 1px;
    height: 69px;
    content: '';
    background-color: #CCC;
    display: inline-block;
	margin-right: 25px;
}

.partners-images .partners-image:last-child:after {
	display: none;
}

.cascade[data-aos^=fade][data-aos^=fade] {
	opacity: 1 !important;
	transform: translateX(-1900px);
	transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.cascade.aos-animate[data-aos^=fade][data-aos^=fade] {
	transform: translateX(0);
	opacity: 1;
}


@media screen and (max-width: 1536px) {
	.site-partners {
		padding: 75px 0;
	}

	.site-partners .section-title {
		font-size: 48px;
		line-height: 65px;
	}

	.site-partners .partners-image img {
		max-width: 117px;
	}
}
/* Header */



/* Footer */
.site-footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #575757;
    color: #fff;
    font-size: 12px;
}

.site-footer .widget-title {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}

.footer-widget .menu {
	margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget .menu .menu-item {
    padding: 5px 0;
}

.footer-widget .menu .menu-item a {
	color: #fff;
	padding: 5px 0;
}

.footer-logo {
    margin-bottom: 25px;
}

.footer-logo img {
	transform: translateX(45px);
}

.footer-widget .textwidget {
    font-size: 18px;
    line-height: 30px;
}

.footer-widget .textwidget a {
	color: #fff;
}

.footer-widget .textwidget p:not(:last-child) {
    margin-bottom: 30px;
}

.footer-widget .textwidget p:last-child {
	margin-bottom: 0px;
}

.site-footer .socials {
    margin-top: 40px;
}

.site-footer .socials .socials-title {
	margin-bottom: 10px;
}

.socials .social-item {
	width: 33px;
	height: 33px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	transition: all .4s ease;
}

.socials .linkedin {
	background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 0C7.38719 0 0 7.38719 0 16.5C0 25.6128 7.38719 33 16.5 33C25.6128 33 33 25.6128 33 16.5C33 7.38719 25.6128 0 16.5 0ZM12.4609 23.3389H9.11969V12.5864H12.4609V23.3389ZM10.7697 11.2664C9.71437 11.2664 9.03203 10.5187 9.03203 9.59406C9.03203 8.65047 9.735 7.92516 10.8127 7.92516C11.8903 7.92516 12.5503 8.65047 12.5709 9.59406C12.5709 10.5187 11.8903 11.2664 10.7697 11.2664ZM24.6641 23.3389H21.3228V17.38C21.3228 15.993 20.8381 15.0511 19.6298 15.0511C18.7069 15.0511 18.1586 15.6888 17.9163 16.3023C17.8269 16.5206 17.8045 16.83 17.8045 17.1377V23.3372H14.4616V16.0153C14.4616 14.673 14.4186 13.5506 14.3739 12.5847H17.2769L17.4298 14.0783H17.4969C17.9369 13.377 19.0145 12.3423 20.8175 12.3423C23.0158 12.3423 24.6641 13.8153 24.6641 16.9812V23.3389Z' fill='%23ffffff'/%3E%3C/svg%3E");
}

.socials .facebook {
	background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33 16.5414C33 7.41053 25.608 0 16.5 0C7.392 0 0 7.41053 0 16.5414C0 24.5474 5.676 31.2135 13.2 32.7519V21.5038H9.9V16.5414H13.2V12.406C13.2 9.21353 15.7905 6.61654 18.975 6.61654H23.1V11.5789H19.8C18.8925 11.5789 18.15 12.3233 18.15 13.2331V16.5414H23.1V21.5038H18.15V33C26.4825 32.1729 33 25.1263 33 16.5414Z' fill='%23ffffff'/%3E%3C/svg%3E");
}

.socials .envelope {
	background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16.5' cy='16.5' r='16.5' fill='white'/%3E%3Cpath d='M23.8983 9.3125H8.92249C7.93785 9.3125 7.13965 10.117 7.13965 11.1094V21.8906C7.13965 22.883 7.93785 23.6875 8.92249 23.6875H23.8983C24.8829 23.6875 25.6812 22.883 25.6812 21.8906V11.1094C25.6812 10.117 24.8829 9.3125 23.8983 9.3125Z' stroke='%23193692' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.99219 12.1875L16.4104 17.2188L22.8286 12.1875' stroke='%23193692' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.socials .linkedin:hover {
	background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 0C7.38719 0 0 7.38719 0 16.5C0 25.6128 7.38719 33 16.5 33C25.6128 33 33 25.6128 33 16.5C33 7.38719 25.6128 0 16.5 0ZM12.4609 23.3389H9.11969V12.5864H12.4609V23.3389ZM10.7697 11.2664C9.71437 11.2664 9.03203 10.5187 9.03203 9.59406C9.03203 8.65047 9.735 7.92516 10.8127 7.92516C11.8903 7.92516 12.5503 8.65047 12.5709 9.59406C12.5709 10.5187 11.8903 11.2664 10.7697 11.2664ZM24.6641 23.3389H21.3228V17.38C21.3228 15.993 20.8381 15.0511 19.6298 15.0511C18.7069 15.0511 18.1586 15.6888 17.9163 16.3023C17.8269 16.5206 17.8045 16.83 17.8045 17.1377V23.3372H14.4616V16.0153C14.4616 14.673 14.4186 13.5506 14.3739 12.5847H17.2769L17.4298 14.0783H17.4969C17.9369 13.377 19.0145 12.3423 20.8175 12.3423C23.0158 12.3423 24.6641 13.8153 24.6641 16.9812V23.3389Z' fill='%2370B92F'/%3E%3C/svg%3E");
}

.socials .facebook:hover {
	background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33 16.5414C33 7.41053 25.608 0 16.5 0C7.392 0 0 7.41053 0 16.5414C0 24.5474 5.676 31.2135 13.2 32.7519V21.5038H9.9V16.5414H13.2V12.406C13.2 9.21353 15.7905 6.61654 18.975 6.61654H23.1V11.5789H19.8C18.8925 11.5789 18.15 12.3233 18.15 13.2331V16.5414H23.1V21.5038H18.15V33C26.4825 32.1729 33 25.1263 33 16.5414Z' fill='%2370B92F'/%3E%3C/svg%3E");
}

.socials .envelope:hover {
	background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16.5' cy='16.5' r='16.5' fill='%2370B92F'/%3E%3Cpath d='M23.8983 9.3125H8.92249C7.93785 9.3125 7.13965 10.117 7.13965 11.1094V21.8906C7.13965 22.883 7.93785 23.6875 8.92249 23.6875H23.8983C24.8829 23.6875 25.6812 22.883 25.6812 21.8906V11.1094C25.6812 10.117 24.8829 9.3125 23.8983 9.3125Z' stroke='%23193692' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.99219 12.1875L16.4104 17.2188L22.8286 12.1875' stroke='%23193692' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.back-to-top {
    text-align: center;
    background-color: #858383;
    color: #fff;
    font-weight: 700;
    padding: 8px 15px;
    display: block;
    width: 100%;
	border: none;
}

@media screen and (min-width: 1650px) {
	
	.footer-sm-1 {
        flex: 0 0 190px;
        max-width: 190px;
	}

	.footer-sm-2 {
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
        max-width: 180px;
	}

	.footer-sm-3 {
        -ms-flex: 0 0 185px;
        flex: 0 0 185px;
        max-width: 185px;
	}

	.footer-sm-4 {
        -ms-flex: 0 0 225px;
        flex: 0 0 225px;
        max-width: 225px;
	}

	.footer-sm-5 {
        -ms-flex: 0 0 205px;
        flex: 0 0 205px;
        max-width: 205px;
	}

	.footer-sm-6 {
        -ms-flex: 0 0 140px;
        flex: 0 0 140px;
        max-width: 140px;
	}

	.footer-sm-7 {
        flex: 0 0 16.8%;
        max-width: 16.8%;
        display: flex;
        flex-direction: column;
        align-content: flex-end;
        flex-wrap: wrap;
	}
	/**/
}

@media screen and (max-width: 1649px) {
	.site-footer {
		padding: 40px 0;
	}

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

	.footer-logo img {
		transform: translateX(35px);
		max-width: 150px;
	}

	.footer-widget .textwidget p:not(:last-child) {
		margin-bottom: 20px;
	}

	.site-footer .socials {
		margin-top: 30px;
	}

	.site-footer .widget-title {
		font-size: 18px;
		line-height: 26px;
		font-weight: 700;
		margin-top: 55px;
	}

	.site-footer .container {
		max-width: 1340px;
	}

	.footer-sm-1 {
		-ms-flex: 0 0 10%;
		flex: 0 0 10%;
		max-width: 10%;
	}

	.footer-sm-2 {
		-ms-flex: 0 0 13%;
		flex: 0 0 13%;
		max-width: 13%;
	}

	.footer-sm-3 {
		-ms-flex: 0 0 16.7%;
		flex: 0 0 16.7%;
		max-width: 16.7%;
	}

	.footer-sm-4 {
		-ms-flex: 0 0 16%;
		flex: 0 0 16%;
		max-width: 16%;
	}

	.footer-sm-5 {
		-ms-flex: 0 0 16.5%;
		flex: 0 0 16.5%;
		max-width: 16.5%;
	}

	.footer-sm-6 {
		-ms-flex: 0 0 11%;
		flex: 0 0 11%;
		max-width: 11%;
	}

	.footer-sm-7 {
        flex: 0 0 16.8%;
        max-width: 16.8%;
        display: flex;
        flex-direction: column;
        align-content: flex-end;
        flex-wrap: wrap;
	}
}

@media screen and (max-width: 991px) {
	.site-footer {
		padding: 40px 0;
	}

	.footer-logo {
		text-align: center;
		margin-bottom: 20px;
	}

	.footer-logo img {
		transform: translateX(0px);
		max-width: 150px;
	}

	.footer-widget .textwidget p:not(:last-child) {
		margin-bottom: 5px;
	}

	.site-footer .socials {
        margin-top: 0;
        margin-bottom: 20px;
	}

	.site-footer .widget-title {
        margin-top: 7px;
        font-size: 16px;
	}

	.site-footer .widget-title .button {
		font-size: 23px;
		line-height: 30px;
		font-weight: 700;
		border: none;
		color: #fff;
		width: 100%;
		display: flex;
		align-items: center;
        justify-content: space-between;
		text-align: right;
		padding: 7px 0;
		background-color: transparent;
		border-bottom: 1px solid #A8B2D3;
	}

	.site-footer .widget-title .button:after {
		content: '';
		display: inline-block;
		width: 20px;
		height: 12px;
		background-repeat: no-repeat;
        background-position: center;
		background-image: url("data:image/svg+xml,%3Csvg width='19' height='11' viewBox='0 0 19 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.41421' y1='1' x2='9.08515' y2='8.67094' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='1' y1='-1' x2='11.8483' y2='-1' transform='matrix(-0.707119 0.707095 0.707119 0.707095 18.1699 1)' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	}

	.site-footer .container {
		max-width: 1340px;
	}

	.footer-sm-1 {
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
		order: 2;
	}

	.footer-sm-2 {
		-ms-flex: 0 0 41%;
		flex: 0 0 41%;
		max-width: 41%;
		order: 3;
	}

	.footer-sm-3 {
		-ms-flex: 0 0 28%;
		flex: 0 0 28%;
		max-width: 28%;
		order: 4;
	}

	.footer-sm-4 {
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
		order: 5;
	}

	.footer-sm-5 {
        -ms-flex: 0 0 41%;
        flex: 0 0 41%;
        max-width: 41%;
		order: 6;
	}

	.footer-sm-6 {
		-ms-flex: 0 0 28%;
		flex: 0 0 28%;
		max-width: 28%;
		order: 7;
	}

	.footer-sm-7 {
		flex: 0 0 100%;
        max-width: 100%;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
		order: 1;
	}


	.footer-sm-1,
	.footer-sm-2,
	.footer-sm-3,
	.footer-sm-4,
	.footer-sm-5,
	.footer-sm-6,
	.footer-sm-7 {
		flex: 0 0 100%;
        max-width: 100%;
	}

	.footer-widget .textwidget {
		text-align: center;
	}

	.footer-widget .textwidget a {
		text-decoration: underline;
	}

	.site-footer .socials .socials-title {
		margin-bottom: 10px;
		text-align: center;
	}

	.partners-image {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.partners-image:after {
		display: none;
	}

	.hidden-content {
		padding-top: 10px;
		max-height: 0px;
		overflow: hidden;
		transition: all .5s ease;
	}

	.hidden-content.show {
		max-height: 600px;
	}

	.footer-widget .menu .menu-item a {

	}
}

.middle-footer {
    margin-top: 20px;
}

.middle-footer .border-top {
    padding: 20px 0;
}

.middle-footer .menu {
    padding: 0;
    margin: 0;
    list-style: none;
	text-align: center;
}

.middle-footer .menu .menu-item {
	display: inline-block;
	line-height: 100%;
}

.middle-footer .menu .menu-item:not(:last-child) {
	border-left: 1px solid;
}

.middle-footer .menu .menu-item a {
	color: #fff;
    line-height: 100%;
    display: inline-block;
    padding: 0 3px 0 5px;
}

.footer-developer a {
    color: #fff;
}

@media screen and (max-width: 992px) {
	.middle-footer {
		margin-top: 30px;
	}
	
	.middle-footer .border-top {
		text-align: center;
	}

	.middle-footer .menu {
		padding: 5px 0;
	}
}


/* Header */
.top-header {
    position: relative;
    z-index: 15;
}

@media screen and (max-width: 991px) {
	.top-header .border-bottom {
		border: none;
		width: 100%;
		justify-content: space-between;
	}

	.middle-header > .navbar {
		padding: 0;
	}
}

/* Search wrapper */
.search-wrapper {
    width: 1094px;
    position: absolute;
    background-color: #fff;
    top: -300%;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    padding: 50px 146px;
	opacity: 0;
	transition: all .8s ease;
}

.search-wrapper.active {
	opacity: 1;
    top: 55px;
}


.search-wrapper .form-control {
    border-radius: 0;
	color: #312783;
	padding-left: 0;
    padding-right: 0;
    border-bottom: 2px solid #312783;
}

.search-wrapper .form-control::-webkit-input-placeholder {
    color: #312783;
    opacity: 1;
}

.search-wrapper .form-control::-moz-placeholder {
    color: #312783;
    opacity: 1;
}

.search-wrapper .form-control:-ms-input-placeholder {
    color: #312783;
    opacity: 1;
}

.search-wrapper .form-control::-ms-input-placeholder {
    color: #312783;
    opacity: 1;
}

.search-wrapper .form-control::placeholder {
    color: #312783;
    opacity: 1;
}

.search-wrapper .btn {
    position: absolute;
    left: 0;
    top: 50%;
	padding-left: 0;
    padding-right: 0;
    transform: translate(0, -50%);
}


.header-contacts {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
	line-height: 100%;
}

.header-contacts svg {
    max-height: 18px;
    max-width: 20px;
}

.header-contacts a {
    color: #878787;
    font-size: 13px;
    line-height: 130%;
    font-weight: 400;
}

.header-contacts a:hover {
	color: #35b2b6;
	text-decoration: none;
}


.header-contacts a:hover svg,
.header-contacts a:hover svg path {
	fill: #35b2b6;
}

/* Post Loop */
.posts-loop {
    padding-bottom: 70px;
}

@media screen and (min-width: 1300px) {
	.posts-loop div[class*="container"] > .row,
	.support-center div[class*="container"] > .row {
        margin-left: -35px;
        margin-right: -35px;
    }

	.posts-loop div[class*="container"] > .row div[class*="col"],
	.support-center div[class*="container"] > .row div[class*="col"]  {
        padding-left: 35px;
        padding-right: 35px;
    }
}



.header-content .content {
    color: #414141;
    font-size: 22px;
    line-height: 150%;
    margin: 25px auto 75px auto;
}


@media screen and (max-width: 991px) {
	.search-wrapper {
		width: 100%;
		padding: 25px 40px;
	}

	.search-wrapper.active {
		opacity: 1;
		top: 0;
	}

	.header-image .container-fluid {
		height: 250px;
		overflow: hidden;
		position: relative;
	}
	
	.header-image .container-fluid .img-fluid {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.header-content .content {
		font-size: 16px;
		line-height: 160%;
		margin: 15px auto 60px auto;
	}

	.page-header .section-title {
        line-height: 135%;
        margin: 15px auto 30px auto;
	}

	.page-header h1.section-title {
		margin-bottom: 10px;
	}
	
	.violet-theme .page-header .section-title {
		font-size: 34px;
	}
}


.post-grid {
    overflow: hidden;
    border-radius: 60px 0 0 0;
    background-color: #F5F5F5;
	margin-bottom: 65px;
}

.post-grid .image {
    height: 194px;
    position: relative;
    overflow: hidden;
}

.post-grid .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.post-grid .content {
	padding: 20px 25px;
}

.post-grid .title a {
	color: #312783;
	font-weight: 700;
	font-size: 26px;
	line-height: 100%;
}

.post-grid .description {
	color: #414141;
	font-size: 18px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.post-grid .btn-primary {
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	font-weight: 500;
	border-radius: 6px;
	padding: 8px 30px;
	border-color: #312783;
	background-color: #312783;
	transition: all .4s ease;
}

.post-grid .btn-primary:hover {
	border-color: #70B92F;
    background-color: #70B92F;
}

@media screen and (max-width: 991px) {
	.posts-loop {
		padding-bottom: 30px;
	}

	.post-grid {
		border-radius: 28px 0 0 0;
		margin-bottom: 30px;
	}

	.post-grid .image {
		height: 165px;
	}

	.post-grid .title a {
        font-size: 22px;
        line-height: 100%;
	}

	.post-grid .description {
		font-size: 16px;
		line-height: 160%;
	}

	.post-grid .btn-primary {
		font-size: 18px;
		line-height: 20px;
		padding: 8px 25px;
	}
}


/* Blue Banner */
.blue-banner {
	padding: 80px 0;
    background: linear-gradient(87deg, #0072E4 0.57%, #193692 39.48%);
}

.violet-theme .blue-banner {
	background: linear-gradient(86deg, #924C96 0%, #492179 37.86%);
}

.blue-banner .section-title {
    color: #fff;
    font-size: 55px;
    line-height: 66px;
}

.blue-banner .section-link {
    margin-top: 60px;
}

.blue-banner .section-link .btn {
	transition: all .4s ease;
}

.blue-banner .section-link .btn:hover {
	color: #fff;
	border-color: #70B92F;
    background-color: #70B92F;
}

.violet-theme .blue-banner .section-link .btn:hover {
	border-color: #02BAFF;
    background-color: #02BAFF;
}

@media screen and (max-width: 991px) {
	.blue-banner {
		padding: 60px 0;
	}

	.blue-banner .section-title {
		font-size: 35px;
		line-height: 120%;
		text-align: center;
		word-wrap: break-word;
	}

	.blue-banner .section-link {
		margin-top: 30px;
	}

	.blue-banner .section-link .btn-light {
		font-size: 18px;
		line-height: 100%;
		min-width: 230px;
		border-radius: 8px;
		padding: 13px 13px;
		justify-content: center;
	}

}

/* Support Center */
.support-center {
    padding: 100px 0 0;
}

.support-center-items {
    padding: 30px 0;
}

.support-center .content {
    color: #414141;
    font-size: 22px;
    line-height: 150%;
    margin: 50px auto 75px auto;
}

.support-center-item {
    position: relative;
}

.support-center-title {
    color: #312783;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
	margin-bottom: 20px;
}

.support-center-content {
    color: #414141;
    font-size: 22px;
    font-weight: 400;
    line-height: 154%;
    border-radius: 0px 0px 0px 120px;
    background: #F5F5F5;
    min-height: 310px;
    padding: 50px 40px 55px 105px;
}

.support-center-content p:last-child {
	margin-bottom: 0px;
}

.support-center-item .support-center-image {
    position: absolute;
    top: -45px;
    left: 0;
    width: 155px;
    height: 155px;
    overflow: hidden;
    background-color: #282D84;
    border-radius: 50%;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


.violet-theme .support-center-item .support-center-image {
	background-color: #492179;
}

.support-center-item .support-center-image img {
	transition: all .4s ease;
}

.support-center-item .support-center-image:hover img  {
    transform: translateY(-15px);
}



@media screen and (max-width: 991px) {
	.support-center {
		padding: 60px 0 0;
	}

	.violet-theme .support-center {
		padding: 60px 0 60px;
	}

	.support-center .section-title {
		font-size: 38px;
		line-height: 125%;
	}

	.support-center .content {
        font-size: 16px;
        line-height: 160%;
		margin: 20px auto 60px auto;
	}

	.support-center-title {
		font-size: 20px;
		line-height: 100%;
	}

	.support-center-items {
		padding: 0;
	}

	.support-center-item .support-center-image {
		top: 0px;
		width: 80px;
		height: 80px;
	}

	.support-center-item .support-center-image img {
		max-width: 40px;
		max-height: 40px;
	}

	.support-center-item .support-center-image:hover img {
		transform: translateY(-5px);
	}

	.support-center-content {
		font-size: 16px;
        line-height: 160%;
		min-height: 150px;
		padding: 35px 30px 30px 50px;
		border-radius: 0px 0px 0px 40px;
	}

	.row > div[class*="col-md-6"]:not(:first-child) .support-center-item {
		margin-top: 50px;
	}
}

/*  */
.need-space {
    /* padding-top: 140px; */
}

.logged-in .need-space {
    /* padding-top: 130px; */
}

.need-space .page-header {
    /* padding-top: 30px; */
}

.need-space.xl .page-header {
    padding-top: 85px;
	position: relative;
    z-index: 1;
}

@media screen and (max-width: 1536px) {
	.need-space {
		/* padding-top: 135px; */
	}
}

@media screen and (max-width: 991px) {
	.need-space {
		/* padding-top: 85px; */
	}

	.need-space.xl .page-header {
		/* padding-top: 30px; */
	}

	.logged-in .need-space {
		/* padding-top: 37px; */
	}
}

/*  */
.theme-breadcrumbs {
    margin: 0;
    padding: 0;
    list-style: none;
}

.theme-breadcrumbs li {
    display: inline-block;
}

.theme-breadcrumbs li a {
    color: #888888;
}

.light-breadcrumbs .theme-breadcrumbs li a {
    color: #fff;
}

.theme-breadcrumbs li .sep {
    display: inline-block;
    margin: 0 8px;
}

.theme-breadcrumbs li .active {
	color: #BEBEBE;
}

.light-breadcrumbs .theme-breadcrumbs li .active {
	color: #7DB4E9;
}

@media screen and (max-width: 991px) {
	.theme-breadcrumbs {
		font-size: 14px;
		line-height: 14px;
	}

	.theme-breadcrumbs li .sep {
		display: inline-block;
		margin: 0 5px;
	}

}
/*  */
.type-course .page-header .section-title {
	color: #70B92F;
	line-height: 100%;
}

/* About */
.post-content,
.about-content {
	margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
	min-height: 307px;
    padding: 35px 60px 60px 60px;
    border-radius: 0 0 0 140px;
    background-color: #F7F7F7;
}

.post-content .content,
.about-content .content {
    color: #193692;
    font-size: 22px;
    line-height: 34px;
}

.about-content .content {
    /* max-width: 930px; */
}

.post-content .content {
    max-width: 1170px;
}

.post-content .content p:last-child,
.about-content .content p:last-child {
	margin-bottom: 0px;
}

.post-content .content p:last-child,
.about-content .content p:last-child {
	margin-bottom: 0px;
}

.post-content .image,
.about-content .image {
    width: 365px;
    height: 365px;
    overflow: hidden;
    border-radius: 50%;
}

.post-content .image,
.about-content .image {
    position: absolute;
    top: -50%;
    left: 50px;
}

.post-content .image,
.violet-theme .about-content .image {
	top: -25%;
}

.post-content .image img,
.about-content .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.post-content a {
	color: #fff;
    border-radius: 6px;
    padding: 6px 35px;
	transition: all .4s ease;
    background-color: #312783;
}

.post-content a:hover {
	text-decoration: none;
	background-color: #70B92F;
}

@media screen and (min-width: 992px) {
	.type-post .page-header .section-title {
		line-height: 120%;
	}

	
}

@media screen and (max-width: 1537px) {
	.violet-theme .float-content {
		width: 360px;
		float: left;
		height: 230px;
		margin: 0 20px 20px 0;
	}

	.type-plan .float-content,
	.type-course .float-content,
	.type-preperation .float-content {
		width: 360px;
		float: left;
		height: 165px;
		margin: 0 20px 20px 0;
	}
}

@media screen and (min-width: 1600px) {
	.type-post .page-header .post-content {
		padding-right: 85px;
	}

	.type-post .page-header .post-content p,
	.type-post .page-header .post-content ul,
	.type-post .page-header .post-content ol {
		margin-bottom: 50px;
	}

	.float-content {
		width: 255px;
		float: left;
		height: 150px;
		margin: 0 20px 20px 0;
	}

	.violet-theme .float-content {
		width: 360px;
		float: left;
		height: 230px;
		margin: 0 20px 20px 0;
	}

	.type-plan .float-content,
	.type-course .float-content,
	.type-preperation .float-content {
		width: 360px;
		float: left;
		height: 165px;
		margin: 0 20px 20px 0;
	}
}

@media screen and (max-width: 991px) {
	
	.post-content,
	.about-content {
		margin-top: 30px;
		margin-bottom: 30px;
		min-height: 150px;
		padding: 40px 30px 30px 40px;
		border-radius: 0 0 0 40px;
	}

	.post-content,
	.about-content {
		margin-top: 100px;
	}

	.post-content .image,
	.about-content .image,
	.violet-theme .about-content .image {
		position: absolute;
        top: -40px;
        left: 0;
	}

	.post-content .image,
	.about-content .image,
	.violet-theme .about-content .image {
		position: absolute;
		top: -80px;
		left: 30px;
	}

	.post-content .image,
	.about-content .image {
		width: 180px;
        height: 180px;
		overflow: hidden;
		border-radius: 50%;
	}

	.post-content .content,
	.about-content .content {
		font-size: 16px;
		line-height: 160%;
	}

	.post-content .content,
	.about-content .content {
		padding-top: 80px;
	}
}

/*  */
.header-image {
    height: 530px;
    height: 27vw;
    overflow: hidden;
	position: relative;
}

.header-image .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}


.header-image .img-mask {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
	left: 0;
}

@media screen and (max-width: 991px) {
	.header-image {
		height: 250px;
	}
}

/*  */
.course-curriculum {
    padding: 30px 0 100px;
}

.course-curriculum .section-title {
    color: #193692;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
	margin-bottom: 30px;
}

.curriculum-item {
	min-height: 250px;
	margin-bottom: 30px;
    padding: 20px 60px;
    background: #F7F7F7;
    border-top: 7px solid #70B92F;
    border-radius: 0px 0px 0px 120px;
}

.curriculum-item.resize-child {
	/* display: flex; */

}

.curriculum-item.resize-child:last-child {
	/* margin-bottom: 0px; */
}

.curriculum-item .title {
    color: #70B92F;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 15px;
}

.curriculum-item .content {
    color: #414141;
    font-size: 22px;
    font-weight: 400;
    line-height: 154%;
}

.curriculum-item .content ul {
    padding-inline-start: 25px;
}

.curriculum-item .content li::marker {
	color: #70B92F;
}

.course-curriculum .tab-content {
    padding: 35px 0;
}

@media screen and (max-width: 991px) {
	.course-curriculum {
		padding: 30px 0 30px;
		min-height: 150px;
	}

	.course-curriculum .section-title {
		margin-bottom: 15px;
		font-size: 24px;
	}

	.curriculum-item {
		margin-bottom: 30px;
		padding: 15px 30px;
		background: #F7F7F7;
		border-top: 5px solid #70B92F;
		border-radius: 0px 0px 0px 40px;
	}

	.curriculum-item .title {
		font-size: 20px;
	}

	.curriculum-item .content {
		font-size: 16px;
        line-height: 160%;
	}

	.curriculum-item .content p:not(:last-child) {
		margin-bottom: 10px;
	}
}

/* FAQ */
.frequency-item {
    margin-bottom: 10px;
}

.frequency-item .faq-link {
    width: 100%;
	border: none;
    color: #312783;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
    background: #F8F8F8;
    padding: 40px 50px;
	position: relative;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all .4s ease;
}

.frequency-item .faq-link:hover,
.frequency-item .faq-link[aria-expanded="true"] {
	color: #fff;
	background-color: #70B92F;
}

.violet-theme .frequency-item .faq-link:hover,
.violet-theme .frequency-item .faq-link[aria-expanded="true"] {
	color: #fff;
	background-color: #492179;
}

.frequency-item .faq-link:after {
	content: '';
	width: 27px;
	height: 27px;
	flex: 0 0 27px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: all .4s ease;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Crect x='12.6006' width='1.8' height='27' fill='%23303C92'/%3E%3Crect x='27' y='12.5997' width='1.8' height='27' transform='rotate(90 27 12.5997)' fill='%23303C92'/%3E%3C/svg%3E");
}

.frequency-item .faq-link:hover:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Crect x='12.6006' width='1.8' height='27' fill='%23ffffff'/%3E%3Crect x='27' y='12.5997' width='1.8' height='27' transform='rotate(90 27 12.5997)' fill='%23ffffff'/%3E%3C/svg%3E");
}

.frequency-item .faq-link[aria-expanded="true"]:after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='27' height='3' viewBox='0 0 27 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='27' y='0.599609' width='1.8' height='27' transform='rotate(90 27 0.599609)' fill='white'/%3E%3C/svg%3E%0A");
}

.frequency-item .collapse {
	color: #414141;
	font-size: 22px;
	font-weight: 400;
	line-height: 154%;
    background-color: #F8F8F8;
	overflow: hidden;
	max-height: 0px;
	display: block;
	transition: all .4s ease-out;
}

.frequency-item .collapse .content {
	padding: 40px 50px;
}

.frequency-item .collapse.show {
	max-height: 1000px;
}

.frequency-item .collapse .content .link a {
    color: #70B92F;
    font-weight: 600;
    position: relative;
    display: inline-flex;
    align-items: center;
	text-decoration: underline;
}

.violet-theme .frequency-item .collapse .content .link a {
	color: #02BAFF;
}

.frequency-item .collapse .content .link a:after {
    content: '';
    width: 13px;
    height: 15px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='15' viewBox='0 0 8 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.38903 13.3358C7.67241 13.6379 7.67241 14.1277 7.38903 14.4299C7.10565 14.732 6.64621 14.732 6.36283 14.4299L0.237813 7.8999C0.229806 7.89208 0.221923 7.88405 0.214171 7.87578C0.0718004 7.724 0.000959067 7.52483 0.00164572 7.3259C0.00206821 7.12851 0.0729114 6.93126 0.214176 6.78066C0.221891 6.77243 0.229737 6.76443 0.237706 6.75665L6.36283 0.226583C6.64621 -0.0755278 7.10565 -0.0755276 7.38903 0.226583C7.67241 0.528694 7.67241 1.01851 7.38903 1.32062L1.75398 7.32822L7.38903 13.3358Z' fill='%2370B92F'/%3E%3C/svg%3E%0A");
}

.violet-theme .frequency-item .collapse .content .link a:after {
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='15' viewBox='0 0 8 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.38903 13.3358C7.67241 13.6379 7.67241 14.1277 7.38903 14.4299C7.10565 14.732 6.64621 14.732 6.36283 14.4299L0.237813 7.8999C0.229806 7.89208 0.221923 7.88405 0.214171 7.87578C0.0718004 7.724 0.000959067 7.52483 0.00164572 7.3259C0.00206821 7.12851 0.0729114 6.93126 0.214176 6.78066C0.221891 6.77243 0.229737 6.76443 0.237706 6.75665L6.36283 0.226583C6.64621 -0.0755278 7.10565 -0.0755276 7.38903 0.226583C7.67241 0.528694 7.67241 1.01851 7.38903 1.32062L1.75398 7.32822L7.38903 13.3358Z' fill='%2302BAFF'/%3E%3C/svg%3E%0A");
}


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

	.frequency-item .faq-link {
		text-align: right;
		align-items: flex-start;
	}

	.frequency-item .collapse {
		font-size: 16px;
		line-height: 160%;
	}

	.frequency-item .content p:last-child {
		margin-bottom: 0px;
	}

	.frequency-item .collapse .content {
		padding: 20px 30px;
	}
}

/* Page  */
.page-content {
    /* font-size: 22px; */
    /* line-height: 150%; */
    padding: 50px 0;
}

.page-content h2 {
    margin-bottom: 30px;
}

.page-content p,
.page-content ul {
    margin-top: 0;
    margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
	.page-content {
        font-size: 16px;
        line-height: 150%;
		margin-bottom: 25px;
		padding: 0;
	}

	.page-content p, 
	.page-content ul {
		margin-top: 0;
		margin-bottom: 1rem;
	}

	.page-content h2 {
		font-size: 32px;
	}

	.page-content h3 {
		font-size: 26px;
	}

	.page-content h4 {
		font-size: 20px;
	}
}


/*  */

.site-campuses {
    padding: 50px 0 100px;
}

.campus-card {
	font-size: 20px;
    line-height: 30px;
	margin-bottom: 50px;
}

.campus-card a {
    color: #70B92F;
    text-decoration: underline;
}

.campus-card .top-card {
    border: 1px solid #e3e3e3;
    border-radius: 0 60px 0 0;
    background-color: #fff;
}

.campus-card .title {
	color: #312783;
	font-size: 28px;
	line-height: 100%;
	font-weight: 700;
	margin-bottom: 30px;
    border: none;
	background-color: transparent;
}


.campus-card .bottom-card {
    border-radius: 0 0 0 60px;
    background-color: #F5F5F5;
}

.campus-card .bottom-card h2,
.campus-card .bottom-card h3,
.campus-card .bottom-card h4,
.campus-card .bottom-card h5 {
	color: #312783;
	font-size: 22px;
	line-height: 130%;
}

.campus-card .top-card,
.campus-card .bottom-card {
	padding: 40px 50px;
}


.campus-card .top-card p:last-child,
.campus-card .bottom-card p:last-child {
	margin-bottom: 0px;
}

@media (min-width: 1600px) {
    .campuses-page .container-lg {
        max-width: 1270px;
    }
}

@media screen and (min-width: 992px) {
	.navbar-light .navbar-nav .dropdown-menu .menu-item .dropdown-item {
		color: #4a4a4a;
		white-space: pre-line;
		transition: all .4s ease;
		max-width: 230px;
		font-size: 16px;
		font-weight: 500;
		line-height: 100%;
		text-align: center;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.navbar-light .navbar-nav .dropdown-menu .menu-item .dropdown-item:hover {
		color: #35b2b6;
		display: flex;
		align-items: center;
		text-decoration: none;
	}
}

@media screen and (max-width: 991px) {
	.navbar-collapse {
		color: #fff;
		margin-right: -30px;
		margin-left: -30px;
		background-color: #4a4a4a;;
	}

	.top-header {
		/* padding-left: 0; */
		/* padding-right: 0; */
	}
	
	.mobile-topmenu {
		display: inline-block;
		flex-basis: auto;
		margin-right: 0px;
		margin-left: 0px;
		background-color: transparent;
		width: 100px;
		flex: 0 0 100px;
	}
	
	.mobile-topmenu .navbar-nav {
        flex-direction: row;
	}

	.navbar-mob-toggler {
        width: 45px;
        flex: 0 0 45px;
		display: flex;
		justify-content: flex-start;
	}

	.navbar-mob-toggler .navbar-toggler {
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-light .navbar-nav .nav-link {
        color: #fff;
        border-bottom: 1px solid #646464;
        /* font-size: 16px; */
        line-height: 100%;
        font-weight: 500;
	}

	.navbar-light .navbar-nav [class*="icon"] .nav-link {
		border: none;
	}

	
	.navbar-light .navbar-nav > .nav-item {
		margin: 0 30px 0;
	}

	.navbar-light .navbar-nav .menu-item:not([class*="icon"]) .nav-link {
		text-transform: uppercase;
		padding-right: 0;
		padding-left: 0;
		padding: 15px 0;
	}


	.navbar-light .mobile-topmenu .navbar-nav > .nav-item {
		margin: 5px 10px 5px;
	}

	.navbar-light .mobile-topmenu .navbar-nav > .nav-item.icon-my-account {
		margin-right: 0px;
	}

	.navbar-light .navbar-nav > .nav-item:last-child .nav-link {
		border-bottom: transparent;
	}

	.navbar-light .navbar-nav .nav-link span:after {
		display: none;
	}

	.navbar-light .navbar-nav .dropdown-collapsed-icon {
		display: inline-block;
		width: 20px;
        height: 45px;
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url("data:image/svg+xml,%3Csvg width='19' height='11' viewBox='0 0 19 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.41421' y1='1' x2='9.08515' y2='8.67094' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='1' y1='-1' x2='11.8483' y2='-1' transform='matrix(-0.707119 0.707095 0.707119 0.707095 18.1699 1)' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
		border: none;
		text-indent: -999999px;
	}

	.navbar-light .navbar-nav .dropdown-collapsed-icon {
        position: absolute;
        left: 0;
        top: 0;
		z-index: 1;
	}

	.navbar-light .navbar-nav .menu-item-has-children .dropdown-menu {
		padding: 0;
        margin: 0;
        background: transparent;
        box-shadow: none;
        display: flex;
        max-height: 0px;
        overflow: hidden;
        transition: all .4s ease;
        flex-direction: row;
        flex-wrap: wrap;
	}

	.navbar-light .navbar-nav .menu-item-has-children .dropdown-menu {
        margin: 0 -5px;
	}

	.navbar-light .navbar-nav .menu-item-has-children .dropdown-menu > .menu-item {
		flex: 0 0 33.33333%;
		width: 33.33333%;
		padding: 0 5px;
		margin-top: 3px;
	}

	.navbar-light .navbar-nav .menu-item-has-children._active .dropdown-menu {
		max-height: 600px;
	}

	.navbar-light .navbar-nav .dropdown-menu .menu-item:first-child .dropdown-item {
		/* margin-top: 10px; */
	}

	.navbar-light .navbar-nav .nav-link:hover, 
	.navbar-light .navbar-nav .nav-link:focus {
		opacity: 0.95;
	}

	.navbar-light .navbar-nav .dropdown-menu .menu-item .dropdown-item {
		padding-left: 0px;
		padding-right: 0px;
		font-size: 14px;
		line-height: 120%;
		white-space: pre-wrap;
	}
}



/* Contact form */
.wpcf7-not-valid-tip {
    color: #FF5858;
}

.wpcf7-not-valid {
    border-color: #FF5858;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
	padding: 10px 20px;
    /* border-radius: 14px; */
    border-color: #FF5858;
}

.wpcf7 form .wpcf7-response-output {
	padding: 20px;
    margin: 20px 0 0;
    border: 1px solid #00a0d2;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #70B92F;
}

/* Woocommerce */
.woocommerce-loop-product__title {
    margin-top: 0;
    padding: 5px 0;
    font-weight: 700;
    font-size: 16px;
}

.woocommerce-loop-product__title a {
	color: #333;
}

.product-list-item {
    font-size: 13px;
}

.product-list-item .product-thumbnail {
    height: 225px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product-list-item .product-thumbnail .size-woocommerce_thumbnail {
    max-width: 180px;
    max-height: 180px;
}

.product-list-item .min-sale-price {
    background-color: #d40140;
    padding: 2px 5px;
    position: relative;
    color: #fff;
    font-weight: 700;
    margin: 0 auto;
    font-size: 14px;
}

.product-list-item .min-sale-price small {
    font-weight: 400;
    font-size: .9em;
}

.product-list-item .add-to-cart-button a {
    margin-top: .8em;
    width: 100%;
    /* border: 2px solid #35b2b6; */
    display: block;
    padding: 5px;
    text-align: center;
    /* color: #35b2b6; */
    text-decoration: none;
    font-size: 1.03em;
}

@media screen and (max-width: 991px) {
	.product-list-item .product-thumbnail img {
		max-height: 180px;
		width: auto;
	}
}


.gallery {
    width: 100%;
    max-width: 620px;
    margin: 40px auto;
}

.gallery-slider {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}

.gallery-slider .swiper-slide {
    width: auto;
    height: 400px;
}

.gallery-slider .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.gallery-thumbs {
    width: 95%;
    padding: 0;
    overflow: hidden;
}

.gallery-thumbs .swiper-slide {
    width: 100px;
    height: 100px;
    text-align: center;
    overflow: hidden;
    opacity: 0.1;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.gallery-thumbs .swiper-slide img {
    width: auto;
    height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    top: 47% !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -6px !important;
}


@media screen and (max-width: 991px) {
	.swiper-button-next,
	.swiper-button-prev {
		top: 40% !important;
	}

	.swiper-button-prev, 
	.swiper-rtl .swiper-button-next {
		left: 10px;
		right: auto;
	}

	.swiper-button-next, .swiper-rtl .swiper-button-prev {
		right: 10px;
		left: auto;
	}
}

/*  */
.popular-products,
.page-section {
    padding: 60px 0;
}


@media screen and (max-width: 991px) {
	section.popular-products {
		background-color: #F6F3F1;
	}
}

.woocommerce-shop .popular-products {
    background-color: #F6F3F1;
}

.woocommerce-shop .product-wrapper {
    padding: 10px 15px 20px 15px;
    background-color: #fff;
	margin-bottom: 30px;
}


@media screen and (max-width: 991px) {
	body.home section.popular-products {
		padding: 40px 0;
		background-color: #F6F3F1;
	}

	body.home section.popular-products .section-title {
		margin-bottom: 15px;
	}

	body.home .product-wrapper {
		padding: 10px 15px 20px 15px;
		background-color: #fff;
		margin-bottom: 30px;
	}
}


.woocommerce-loop-product__promo h1,
.woocommerce-loop-product__promo h2,
.woocommerce-loop-product__promo h3,
.woocommerce-loop-product__promo h4,
.woocommerce-loop-product__promo h5,
.woocommerce-loop-product__promo h6 {
    color: #333;
    padding: 5px 0;
    font-weight: 700;
    font-size: 16px;
}

.woocommerce-loop-product__promo ul,
.woocommerce-loop-product__promo ol {
	margin: 0;
    padding: 0;
    list-style-type: none;
}

.woocommerce-loop-product__promo li {
	line-height: 130%;
    margin-bottom: 5px;
    padding-right: 20px;
    position: relative;
}

.woocommerce-loop-product__promo li p {
    margin: 0;
}

.woocommerce-loop-product__promo li:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='49' viewBox='0 0 64 49' %3E%3Cpath d='M62.75 9.625c0 1.125-.375 2-1.125 2.75L26.875 47c-.75.75-1.625 1.125-2.75 1.125s-2-.375-2.75-1.125L1.25 26.875C.5 26.125.125 25.25.125 24.125s.375-2 1.125-2.75l5.5-5.5c.75-.75 1.625-1.125 2.75-1.125s2 .375 2.75 1.125L24.125 27.75l26.5-26.5C51.375.5 52.25.125 53.375.125s2 .375 2.75 1.125l5.5 5.5c.75.875 1.125 1.75 1.125 2.875z' fill-rule='evenodd' fill='%23333333'/%3E%3C/svg%3E");
}

.woocommerce-loop-product__promo li:before {
    content: '';
    top: -2px;
    width: 21px;
    height: 21px;
    background-size: 21px 21px;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
}

.woocommerce-loop-product__promo li:before {
    content: '';
    top: 5px;
    width: 12px;
    height: 18px;
    background-size: 12px;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
	body:not(.home) .site-header + .popular-products {
		padding-top: 15px;
	}

	body:not(.home) .site-header {
		border-bottom: 1px solid #e3e3e3;
	}
}

/* Promo */
section.promo-section {
	padding: 60px 0;
}

section.popular-products + section.promo-section {
	padding: 0px 0px 60px 0;
}

section.promo-section + section.latest_products {
    padding-top: 0px;
}

.promo-section-item {
    display: block;
    width: 100%;
    height: 330px;
	padding: 25px;
	position: relative;
	background-size: cover;
}

.promo-section-item:hover {
	text-decoration: none;
}

.promo_label {
    height: 60px;
    position: absolute;
    bottom: 25px;
}

.promo_label-icon {
    position: relative;
    background-color: #d40140;
    width: 65px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promo_label-icon span {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    display: block;
    position: relative;
    line-height: 100%;
}

.promo_label-content {
    display: flex;
    align-items: center;
    background-color: #fff;
    max-width: max-content;
}

.promo_label-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.promo_label-link {
    border: none;
    background-color: transparent;
    line-height: 100%;
    position: relative;
    padding: 0 0 0 5px;
}

.promo_label-link {
	font-size: 14px;
    color: #35b2b6;
    text-decoration: none;
    position: relative;
    padding-left: 10px;
}

.promo_label-link:before {
    content: '';
    position: absolute;
    left: -3px;
    top: 3px;
    height: 10px;
    width: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.1 9.4'%3E%3Cpolygon fill='%2335B2B6' points='4.7,3.3 1.4,0 0,1.4 3.3,4.7 0,8 1.4,9.4 4.7,6.1 6.1,4.7 '/%3E%3C/svg%3E");
    transform: rotate(180deg);
}

.promo_label-wrapper {
    margin: 5px;
}

@media screen and (max-width: 991px) {
	section.popular-products + section.promo-section {
		padding: 0px 0px 10px 0;
	}

	section.promo-section + section.latest_products {
		padding-top: 40px;
	}

	.promo-section-item {
		height: 240px;
		margin-bottom: 30px;
	}

	.promo_label {
		bottom: 15px;
	}

	.promo_label-icon {
		width: 50px;
		height: 50px;
	}

	.promo_label-icon span {
		font-size: 30px;
	}

	.promo_label-title {
		font-size: 14px;
	}

	.promo_label-link {
		font-size: 12px;
	}
}

/* Payment Section */
section.payment-section {
    padding: 10px 0 60px;
    background-color: #f3f3f3;
}

section.payment-section .section-title {
	
}

@media screen and (max-width: 991px) {
	section.payment-section {
		padding: 40px 0;
	}
}

/* Socials */
section.socials-section {
    padding: 0px 0px 60px 0px;
    background-color: #f3f3f3;
}

.socials-wrapper {
    border: 1px solid #e1e1e1;
    background-color: #f9f9f9;
    border-radius: 2px;
    padding: 50px 50px 40px 50px;
}

@media screen and (max-width: 991px) {
	.socials-wrapper {
		border: 1px solid #e1e1e1;
		background-color: #f9f9f9;
		border-radius: 2px;
		padding: 30px 20px 30px 20px;
	}

	.social-item svg {
		height: 35px;
		width: 35px;
	}

	.tiktok svg {
		height: 32px;
		width: 32px;
	}
}

/* Woocommerce */

.faq-link {
    padding: 15px 30px;
    margin-bottom: 0;
    background-color: #F6F3F1;
    border-bottom: 2px solid #E4DCD4;
    display: flex;
    color: #333;
    font-weight: 700;
	line-height: 150%;
    align-items: center;
    justify-content: space-between;
	transition: all .4s ease;
}

.faq-item:last-child .faq-link {
    border-bottom: 2px solid transparent;
}

.faq-link:hover,
.faq-link[aria-expanded="true"] {
	color: #333;
	text-decoration: none;
	background-color: #E4DCD4;
}

.faq-link:after {
    content: '';
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all .4s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'%3E%3Crect x='12.6006' width='1.8' height='27' fill='%23303C92'/%3E%3Crect x='27' y='12.5997' width='1.8' height='27' transform='rotate(90 27 12.5997)' fill='%23333333'/%3E%3C/svg%3E");
}

.faq-link[aria-expanded="true"]:after  {
	background-image: url("data:image/svg+xml,%3Csvg width='27' height='3' viewBox='0 0 27 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='27' y='0.599609' width='1.8' height='27' transform='rotate(90 27 0.599609)' fill='%23333333'/%3E%3C/svg%3E%0A");
}

.faq-body {
    padding: 15px 30px;
    background-color: #F6F3F1;
	border-bottom: 2px solid #E4DCD4;
}

@media screen and (max-width: 991px) {
	.faq-link {
		padding: 10px 20px;
	}

	.faq-link:after {
		content: '';
		width: 15px;
		height: 15px;
		flex: 0 0 15px;
	}
}


.price-table {
	padding: 50px;
	background-color: #F6F3F1;
}

@media screen and (max-width: 991px) {
	.price-table {
		padding: 30px;
		background-color: #F6F3F1;
	}

	.table th, .table td {
		font-size: 14px;
		padding: 3px 5px;
	}
}




/*Evg fast fixes to move to ceerrecct place*/
.socials-wrapper .col-12.col-md-6{
	flex: 0 0 80%;
	max-width: 80%;
}

.photo-preloader:not(.d-block) {
	display: none;
}

.photo-preloader svg {
    width: 120px;
    height: 120px;
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 50%;
    display: block;
    opacity: 1;
    transform: translate(-50%, -50%);
}

/* Extra config */
.extra-config-box {
    padding: 15px 20px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    background-color: #f9f9f9;
    border-radius: 2px;
}


.extra-options {
    background: #fff;
    border: 1px solid transparent;
    margin-bottom: 30px;
    /* float: left; */
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.extra-options._active {
	border-color: #35b2b6;
}

/*  */
button[aria-controls="photo-format"] {
	display: flex;
    align-items: center;
    justify-content: space-between;
}


button[aria-controls="photo-format"]:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 1024 1024' class='icon' version='1.1' xmlns='http://www.w3.org/2000/svg' fill='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M903.232 256l56.768 50.432L512 768 64 306.432 120.768 256 512 659.072z' fill='%234a4a4a'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	transform: rotate(0deg);
	transition: all .5s ease;
}


button[aria-controls="photo-format"][aria-expanded="false"]:after {
	content: '';
	transform: rotate(180deg);
}

.extra-options .pew-color-picker,
.extra-options .pcr-button {
	background-color: #ff0000;
    width: 20px;
    height: 20px;
	top: 5px;
	right: 5px;
	opacity: 0;
	z-index: 1;
	border: none;
    border-radius: 50%;
	position: absolute;
}

.extra-options._active .pew-color-picker,
.extra-options._active .pcr-button  {
	opacity: 1;
	z-index: 5;
}

.extra-options .pickr .pcr-button::after,
.extra-options .pickr .pcr-button::before {
	border-radius: 50%;
}

.mask-stretched::before,
.mask-folded::before,
.mask-mirrored::before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(5px);
}

.responsive-table {
    height: 210px;
    overflow-y: scroll;
    margin-bottom: 30px;
}

.table td.total-cost {
    width: 100px;
    padding-left: 0;
}

td.DetailsBlockQty {
    padding: 5px 10px 0px 0;
}

.DetailsBlockQty .form-control {
    padding: 0px 2px 0px 0px;
    height: 28px;
    width: 70px;
    line-height: 100%;
	min-height: 30px;
	font-size: 14px;
}

.responsive-table-x {
    min-height: 400px;
}

div#photo-editor s {
	text-decoration-color: #ff0000; 
}

.variations-slider-format {
	max-width: 100%;
	margin: 0 auto;
}

/*  */
.smartgraph-account {
	
}

.smartgraph-account .nav-tabs {
	margin-bottom: 0px;
    border-bottom: 3px solid #35b2b6;
}

.smartgraph-account .nav-tabs .nav-link {
	padding: 10px 15px;
    font-size: 16px;
    line-height: 100%;
    border-radius: 0px;
}

.smartgraph-account .nav-tabs .nav-item {
    margin-left: 15px;
}

.smartgraph-account .nav-tabs .nav-link.active, 
.smartgraph-account .nav-tabs .nav-item.show .nav-link {
	border-color: #35b2b6;
    background-color: #35b2b6;
}

.smartgraph-account .wc-social-login.form-row-wide p {
    margin: 10px 0 10px;
}

.smartgraph-account .button-social-login.button-social-login-google {
    width: 100%;
    margin: 0;
    float: none;
    padding: 0;
    direction: ltr;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box;
    background-color: #fff;
    color: #333;
    border: 2px solid #333;
    border-radius: 42px;
    padding: 5px 15px 5px 10px;
    align-items: center;
    line-height: 100%;
    height: auto;
    text-decoration: none;
}

.smartgraph-account .button-social-login.button-social-login-google .si {
	margin: 0px;
	height: 28px;
    width: 28px;
    background-size: contain;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='18px' height='18px' viewBox='0 0 48 48'%3E%3Cg%3E%3Cpath fill='%23EA4335' d='M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z'%3E%3C/path%3E%3Cpath fill='%234285F4' d='M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z'%3E%3C/path%3E%3Cpath fill='%23FBBC05' d='M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z'%3E%3C/path%3E%3Cpath fill='%2334A853' d='M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z'%3E%3C/path%3E%3Cpath fill='none' d='M0 0h48v48H0z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

/* Manually hide field */
#product-549 #frameLabelThikness {
	opacity: 0;
}

.woocommerce-table__product-thumbnail {
    width: 120px;
}

body.rtl .accessibility-trigger.darkicon img {
    filter: invert(0) !important;
}

span.checkout-phone {
    display: inline-block;
    unicode-bidi: isolate;
}