.ht-ctc-chat{--side:right}.ht-ctc-opacity-hide{opacity:0}.ht-ctc-opacity-show{opacity:1}.ht-ctc-display-hide{display:none}.ht-ctc-display-show{display:block}.ht-ctc-display-unset{display:unset!important}@keyframes ctcBounce{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.3)}to{opacity:1;transform:scale(1)}}@keyframes ctc_fadeIn{0%{opacity:0}to{opacity:1}}.ht-ctc-bounce{animation:ctcBounce .45s ease-out forwards}.ht-ctc-fade-in{animation:ctc_fadeIn .25s ease}.ht_ctc_chat_greetings_box :not(ul):not(ol):not(.ht_ctc_default):not(.ht_ctc_defaults *){box-sizing:border-box;margin:0;padding:0}.ht_ctc_chat_greetings_box ol,.ht_ctc_chat_greetings_box ul{margin-bottom:0;margin-top:0}.ht_ctc_chat_greetings_box_layout{clear:both}.ht_ctc_greetings{pointer-events:none}.ht_ctc_chat_greetings_box{pointer-events:auto}.ht_ctc_greetings_box{opacity:0;transform:scale(0) translate(20px,20px);transform-origin:bottom var(--side,right);transition:all .4s cubic-bezier(.19,1,.22,1)}.ht_ctc_greetings_box.ht_ctc_greetings_box_open{opacity:1;pointer-events:auto;transform:scale(1) translate(0)}.ht_ctc_modal_backdrop{animation:ctc_fadeIn .2s ease;backdrop-filter:blur(1px);background:#0000004d;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:9}.ht_ctc_notification{animation:ctcBounce .45s ease-out forwards}@keyframes ht_ctc_cta_stick{0%{opacity:0;transform:translateX(6px) scaleX(.6)}to{opacity:1;transform:translateX(0) scaleX(1)}}.ht-ctc-cta-stick{animation-duration:.12s;animation-fill-mode:both;animation-name:ht_ctc_cta_stick;animation-timing-function:cubic-bezier(.25,.8,.25,1);transform-origin:var(--side,right) center}.ctc_g_content{max-height:calc(80vh - 140px);overflow-y:auto}.ctc_g_bottom,.ctc_g_content,.ctc_g_sentbutton{margin-top:-.9px!important}.greetings_header_image{display:inline-block;position:relative}.greetings_header_image img{object-fit:cover}.g_header_badge_online{border-radius:50%;bottom:0;height:12px;position:absolute;right:0;width:12px;z-index:1}@media only screen and (min-width:900px){.ctc_g_content::-webkit-scrollbar{width:2.8px}.ctc_g_content::-webkit-scrollbar-thumb{background:#a5a5a5}}@media only screen and (max-width:420px){.ctc_side_positions .ctc_m_p_left{left:0!important;right:unset!important}.ctc_side_positions .ctc_m_p_right{left:unset!important;right:0!important}.ctc_side_positions .ctc_m_p_left .ctc_greetings_close_btn{float:left!important}.ctc_side_positions .ctc_m_p_right .ctc_greetings_close_btn{float:right!important}.ctc_side_positions .ctc_m_cta_order_0{order:0!important}.ctc_side_positions .ctc_m_cta_order_1{order:1!important}.ht_ctc_greetings.ctc_m_full_width{bottom:0!important;position:fixed!important;right:0!important}.ht_ctc_greetings.ctc_m_full_width .ht_ctc_chat_greetings_box{margin:7px!important;min-width:80vw!important;position:unset!important;width:calc(100vw - 14px)!important}.ctc_m_full_width .ctc_g_message_box_width{max-width:85%!important}.ht_ctc_animation:has(.ht_ctc_greetings){animation-fill-mode:none!important}}
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
	word-break: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

:root{
	--main-color: #ff7426;
	--title-color: #222429;
	--paragraph-color: #696969;
	--gradient-color1: linear-gradient(to right, #ff7426 30%, #ffbe3d 100%);
	--gradient-color1-reverse: linear-gradient(to left, #ff7426 30%, #ffbe3d 100%);
}
body{
	margin: 0;
	padding: 0;
	color: var(--paragraph-color);
	font-size: 16px;
	font-weight: normal;
	font-family: 'Space Grotesk', sans-serif;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6{
	color: var(--title-color);
	font-weight: bold;
	line-height: 1.2;
}
h1{
	font-size: 48px;
}
h2{
	font-size: 36px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 20px;
}
h5{
	font-size: 18px;
}
h6{
	font-size: 16px;
}

/* Links
------------------------------------ */
a{
	color: #616161;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
a:hover{
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: var(--main-color);
}

/*
==================
Header
==================
*/
.site-header{
    position: relative;
    z-index: 222;
}

/* Menu */
.site-header .main-menu{
	display: flex;
	align-items: center;
	position: relative;
	height: 100px;
}
.site-header .main-menu .manu-wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-header .main-menu .manu-wrapper .site-branding{
	flex-shrink: 0;
}
.site-header .main-menu .manu-wrapper .site-branding .site-title{
	margin: 0;
}
.site-header .main-menu .manu-wrapper .menu-ul,
.site-header .main-menu .manu-wrapper .menu-ul ul{
	display: flex;
	justify-content: end;
	flex-wrap: wrap;
}
.site-header .main-menu .manu-wrapper .menu-ul li a{
	display: inline-block;
	color: #232323;
	font-size: 16px;
	font-weight: 600;
	padding: 38px 13px;
}
.site-header .main-menu .manu-wrapper .menu-ul li a i{
    font-size: 10px;
    margin-left: 4px;
}
.site-header .main-menu .manu-wrapper .menu-ul .current-menu-item a{
	color: var(--main-color);
}
.site-header .main-menu .manu-wrapper .menu-ul li a:hover{
	color: var(--main-color);
}


.site-header .main-menu .manu-wrapper .menu-element{
	display: flex;
	align-items: center;
}
.site-header .main-menu .manu-wrapper .menu-element .search{
	position: relative;
	margin-left: 20px;
}
.site-header .main-menu .menu-element .search .search-icon i{
	cursor: pointer;
}
.site-header .main-menu .menu-element .search .search-icon.active i::before{
	content: '\F659';
}
.site-header .main-menu .manu-wrapper .menu-element .menu-button{
	margin-left: 30px;
}
.site-header .main-menu .manu-wrapper .menu-element .menu-button a {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 32px;
	border: 1px solid var(--main-color);
	z-index: 1;
	overflow: hidden;
}
.site-header .main-menu .manu-wrapper .menu-element .menu-button a:hover{
    color: var(--title-color);
}
.site-header .main-menu .manu-wrapper .menu-element .menu-button a::before{
    content: '';
    position: absolute;
    height: 100%;
    background-color: var(--main-color);
    width: 50%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.site-header .main-menu .manu-wrapper .menu-element .menu-button a:hover::before{
    left: -50%;
}
.site-header .main-menu .manu-wrapper .menu-element .menu-button a::after{
    content: '';
    position: absolute;
    height: 100%;
    background-color: var(--main-color);
    width: 50%;
    top: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.site-header .main-menu .manu-wrapper .menu-element .menu-button a:hover::after{
    right: -50%;
}

/* Sub Menu */

.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu-toggle{
    position: absolute;
    top: 43%;
    right: 0;
    font-size: 13px;
    opacity: 0.5;
}
.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu .sub-menu-toggle{
    right: 14px;
}
.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu{
	position: absolute;
	display: block;
	background-color: #fff;
	width: 270px;
	left: 0;
	top: 130%;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 0 5px rgb(0 0 0 / 15%);
	float: left;
	padding: 10px 0;
	z-index: 99999;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu .menu-item-has-children{
    margin-right: 0;
}
.site-header .main-menu .manu-wrapper .menu-ul li:hover .sub-menu{
	top: 100%;
	visibility: visible;
	opacity: 1;
}
.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu li{
	position: relative;
	transition: 0.3s;
}
.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu li:hover{
	margin-left: 15px;
}
.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu li::before{
	content: "";
	position: absolute;
	height: 1px;
	width: 15px;
	background-color: var(--main-color);
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: 0.1s;
}
.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu li:hover::before{
	opacity: 1;
}
.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu li a{
	display: block;
	color: #616161;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 20px;
}
.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu .sub-menu{
	left: 100%;
	top: 130%;
	visibility: hidden;
	opacity: 0;
}
.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu li:hover .sub-menu{
	top: 0;
	visibility: visible;
	opacity: 1;
}

/* Transparent Menu */

.site-header .transparent-menu{
	position: fixed;
	width: 100%;
	z-index: 2;
}
.site-header .transparent-menu .manu-wrapper .menu-ul li a{
	color: #fff;
}
.site-header .transparent-menu .manu-wrapper .menu-ul li .sub-menu-toggle{
    color: #fff;
}
.site-header .transparent-menu .manu-wrapper .menu-ul li .sub-menu li .sub-menu-toggle{
    color: var(--main-color);
}
.site-header .transparent-menu .menu-element .search .search-icon i{
    color: #fff;
    font-size: 14px;
	height: 40px;
	width: 40px;
	display: inline-block;
	background: rgba(255,255,255,0.1);
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
}
.sticky-nav .transparent-menu{
	background-color: var(--title-color);
}
.site-header .transparent-menu .manu-wrapper .menu-toggle i{
	color: #fff;
}
.site-header .transparent-menu .manu-wrapper .menu-element .menu-button a:hover{
    color: #fff;
}

/* Responsive Menu */

.site-header .main-menu .main-navigation .header-nav{
	display: flex;
	align-items: center;
	justify-content: end;
}

#sticky-header{
	transition: all 300ms ease;
}
.sticky-nav {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	transition: 0.5s;
	background: #fff;
	box-shadow: 0 3px 18px rgb(2 21 78 / 9%);
}
.sticky-nav .header-area .header-wrapper .menu-wrapper .top-bar1{
	display: none;
}
.sticky-nav .header-area .header-wrapper .menu-wrapper{
	border: 0;
}

/*
==================
Header Style One
==================
*/

.site-header1 {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 222;
}
.site-header1.sticky-nav {
    background-color: var(--title-color);
	animation: fadeInDown 0.5s ease-out;
}
.site-header1 .main-menu .manu-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.site-header1 .main-menu .manu-wrapper .site-branding {
	flex-shrink: 0;
}
.site-header1 .main-menu .main-navigation .header-nav {
	display: flex;
	align-items: center;
	justify-content: end;
}
.site-header1 .main-menu .manu-wrapper .menu-ul,
.site-header1 .main-menu .manu-wrapper .menu-ul ul {
	display: flex;
	justify-content: end;
	flex-wrap: wrap;
}
.site-header1 .main-menu .manu-wrapper .menu-ul li a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 38px 13px;
}
.site-header1 .main-menu .manu-wrapper .menu-ul li a:hover {
	color: var(--main-color);
}
.site-header1 .main-menu .manu-wrapper .menu-ul li a i {
	font-size: 10px;
	margin-left: 4px;
}
.site-header1 .main-menu .manu-wrapper .menu-ul li .sub-menu {
	position: absolute;
	display: block;
	background-color: #fff;
	width: 270px;
	left: 0;
	top: 130%;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 0 5px rgb(0 0 0 / 15%);
	float: left;
	padding: 10px 0;
	z-index: 99999;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.site-header1 .main-menu .manu-wrapper .menu-ul li:hover .sub-menu {
	top: 100%;
	visibility: visible;
	opacity: 1;
}
.site-header1 .main-menu .manu-wrapper .menu-ul li .sub-menu li {
	position: relative;
	transition: 0.3s;
}
.site-header1 .main-menu .manu-wrapper .menu-ul li .sub-menu li:hover {
	margin-left: 15px;
}
.site-header1 .main-menu .manu-wrapper .menu-ul li .sub-menu li::before {
	content: "";
	position: absolute;
	height: 1px;
	width: 15px;
	background-color: var(--main-color);
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: 0.1s;
}
.site-header1 .main-menu .manu-wrapper .menu-ul li .sub-menu li:hover::before {
	opacity: 1;
}
.site-header1 .main-menu .manu-wrapper .menu-ul li .sub-menu li a {
	display: block;
	color: #616161;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 20px;
}
.site-header1 .main-menu .menu-element{
    display: flex;
    align-items: center;
}
.site-header1 .main-menu .menu-element .search .search-icon i {
	color: #fff;
	font-size: 14px;
	height: 40px;
	width: 40px;
	display: inline-block;
	background: rgba(255,255,255,0.1);
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.3s;
}
.site-header1 .main-menu .menu-element .search .search-icon i:hover{
    background: var(--main-color);
}
.site-header1 .main-menu .menu-element .menu-button{
    margin-left: 15px;
}
.site-header1 .main-menu .menu-element .menu-button a {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 32px;
	border: 1px solid var(--main-color);
	z-index: 1;
	overflow: hidden;
}
.site-header1 .main-menu .menu-element .menu-button a::before {
	content: '';
	position: absolute;
	height: 100%;
	background-color: var(--main-color);
	width: 50%;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.site-header1 .main-menu .menu-element .menu-button a:hover::before {
	left: -50%;
}
.site-header1 .main-menu .menu-element .menu-button a::after {
	content: '';
	position: absolute;
	height: 100%;
	background-color: var(--main-color);
	width: 50%;
	top: 0;
	right: 0;
	z-index: -1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.site-header1 .main-menu .menu-element .menu-button a:hover::after {
	right: -50%;
}

/*
===================
 Header Style Two
===================
*/

.site-header2 {
	position: relative;
	background-color: #fff;
	z-index: 222;
}
.site-header2.sticky-nav {
    position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	animation: fadeInDown 0.5s ease-out;
	box-shadow: 0 3px 18px rgb(2 21 78 / 9%);
}
.site-header2 .top-bar{
	padding: 8px 0;
	background-color: var(--main-color);
}
.site-header2.sticky-nav .top-bar {
    display: none;
}
.site-header2 .top-bar .text-wrapper{
	display: flex;
	justify-content: space-between;
}
.site-header2 .top-bar .text-wrapper .text-left span,
.site-header2 .top-bar .text-wrapper .text-left a{
	color: #fff;
	margin-right: 20px;
}
.site-header2 .top-bar .text-wrapper .text-left i{
	color: #fff;
	margin-right: 5px;
}
.site-header2 .top-bar .text-wrapper .text-left{
	display: flex;
}
.site-header2 .top-bar .text-wrapper .text-right ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.site-header2 .top-bar .text-wrapper .text-right ul li{
	margin-left: 16px;
}
.site-header2 .top-bar .text-wrapper .text-right ul li a{
	color: #fff;
	font-size: 14px;
}
.site-header2 .main-menu2 {
	display: flex;
	align-items: center;
	position: relative;
}
.site-header2 .main-menu2 .manu-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
}
.site-header2 .main-menu2 .manu-wrapper .site-branding {
	flex-shrink: 0;
}
.site-header2 .main-menu2 .manu-wrapper .site-branding a{
    display: inline-block;
}
.site-header2 .main-menu2 .manu-wrapper .menu-ul,
.site-header2 .main-menu2 .manu-wrapper .menu-ul ul {
	display: flex;
	justify-content: end;
	flex-wrap: wrap;
}
.site-header2 .main-menu2 .manu-wrapper .menu-ul li a {
	display: inline-block;
	color: #232323;
	font-size: 16px;
	font-weight: 600;
	padding: 38px 13px;
}
.site-header2 .main-menu2 .manu-wrapper .menu-ul li a i {
	font-size: 10px;
	margin-left: 4px;
}
.site-header2 .main-menu2 .manu-wrapper .menu-ul li .sub-menu-toggle {
	position: absolute;
	top: 40%;
	right: 0;
	font-size: 13px;
	opacity: 0.5;
}
.site-header2 .main-menu2 .menu-element{
    display: flex;
    align-items: center;
}
.site-header2 .main-menu2 .menu-element .search .search-icon {
    border-radius: 50%;
	cursor: pointer;
}
.site-header2 .main-menu2 .menu-element .menu-button{
    margin-left: 20px;
}
.site-header2 .main-menu2 .menu-element .menu-button .button{
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 34px;
	border: 1px solid var(--main-color);
	overflow: hidden;
	z-index: 1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.site-header2 .main-menu2 .menu-element .menu-button .button:hover{
    color: var(--title-color);
}
.site-header2 .main-menu2 .menu-element .menu-button .button::before {
	content: '';
	position: absolute;
	height: 100%;
	background-color: var(--main-color);
	width: 50%;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.site-header2 .main-menu2 .menu-element .menu-button .button:hover::before {
	left: -50%;
}
.site-header2 .main-menu2 .menu-element .menu-button .button::after {
	content: '';
	position: absolute;
	height: 100%;
	background-color: var(--main-color);
	width: 50%;
	top: 0;
	right: 0;
	z-index: -1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.site-header2 .main-menu2 .menu-element .menu-button .button:hover::after {
	right: -50%;
}

/* Sub Menu */

.site-header2 .main-menu2 .manu-wrapper .menu-ul li .sub-menu {
	position: absolute;
	display: block;
	background-color: #fff;
	width: 270px;
	left: 0;
	top: 130%;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 0 5px rgb(0 0 0 / 15%);
	float: left;
	padding: 10px 0;
	z-index: 99999;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.site-header2 .main-menu2 .manu-wrapper .menu-ul li:hover .sub-menu {
	top: 100%;
	visibility: visible;
	opacity: 1;
}
.site-header2 .main-menu2 .manu-wrapper .menu-ul li .sub-menu li {
    position: relative;
    transition: 0.3s;
}
.site-header2 .main-menu2 .manu-wrapper .menu-ul li .sub-menu li:hover {
    margin-left: 15px;
}
.site-header2 .main-menu2 .manu-wrapper .menu-ul li .sub-menu li::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 15px;
    background-color: var(--main-color);
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.1s;
}
.site-header2 .main-menu2 .manu-wrapper .menu-ul li .sub-menu li:hover::before {
    opacity: 1;
}
.site-header2 .main-menu2 .manu-wrapper .menu-ul li .sub-menu li a {
    display: block;
    color: var(--title-color);
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
}

/* Transparent Menu */

.site-header2 .main-menu2.transparent-menu {
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 2;
}
.site-header2 .main-menu2.transparent-menu .manu-wrapper .menu-ul li .sub-menu-toggle {
    color: var(--title-color);
}
.site-header2 .main-menu2.transparent-menu .menu-element .search .search-icon i {
	color: var(--title-color);
	font-size: 14px;
	height: 40px;
	width: 40px;
	display: inline-block;
	background: rgba(0,0,0,0.1);
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
}

.site-header2.sticky-nav .main-menu2.transparent-menu{
    top: 0;
    background-color: #fff;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

/*
====================
 Header Style Three
====================
*/

.site-header3 {
	position: absolute;
	top: 40px;
	background: #fff;
    left: 0;
    right: 0;
    max-width: 1300px;
    margin: auto;
    z-index: 222;
}
.site-header3.sticky-nav {
    position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	animation: fadeInDown 0.5s ease-out;
	box-shadow: 0 3px 18px rgb(2 21 78 / 9%);
}
.site-header3 .main-menu {
	display: flex;
	align-items: center;
	position: relative;
}
.site-header3 .main-menu .manu-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*background-color: #fff;*/
	padding: 0 30px;
}
.site-header3 .main-menu .manu-wrapper .site-branding {
	flex-shrink: 0;
}
.site-header3 .main-menu .manu-wrapper .site-branding a{
    display: inline-block;
}
.site-header3 .main-menu .manu-wrapper .menu-ul,
.site-header3 .main-menu .manu-wrapper .menu-ul ul {
	display: flex;
	justify-content: end;
	flex-wrap: wrap;
}
.site-header3 .main-menu .manu-wrapper .menu-ul li a {
	display: inline-block;
	color: #232323;
	font-size: 16px;
	font-weight: 600;
	padding: 38px 13px;
}
.site-header3 .main-menu .manu-wrapper .menu-ul li a:hover{
    color: var(--main-color);
}
.site-header3 .main-menu .manu-wrapper .menu-ul li a i {
	font-size: 10px;
	margin-left: 4px;
}
.site-header3 .main-menu .manu-wrapper .menu-ul li .sub-menu-toggle {
	position: absolute;
	top: 40%;
	right: 0;
	font-size: 13px;
	opacity: 0.5;
}
.site-header3 .main-menu .menu-element .search .search-icon {
    border-radius: 50%;
	cursor: pointer;
}
.site-header3 .main-menu .menu-element .search .search-icon i {
    color: #fff;
    font-size: 14px;
    height: 40px;
    width: 40px;
    display: inline-block;
    background-color: var(--main-color);
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}
.site-header3 .main-menu .menu-element .search .search-icon i:hover{
    background-color: var(--title-color);
}

/* Sub Menu */

.site-header3 .main-menu .manu-wrapper .menu-ul li .sub-menu {
	position: absolute;
	display: block;
	background-color: #fff;
	width: 270px;
	left: 0;
	top: 130%;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 0 5px rgb(0 0 0 / 15%);
	float: left;
	padding: 10px 0;
	z-index: 99999;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.site-header3 .main-menu .manu-wrapper .menu-ul li:hover .sub-menu {
	top: 100%;
	visibility: visible;
	opacity: 1;
}
.site-header3 .main-menu .manu-wrapper .menu-ul li .sub-menu li {
    position: relative;
    transition: 0.3s;
}
.site-header3 .main-menu .manu-wrapper .menu-ul li .sub-menu li:hover {
    margin-left: 15px;
}
.site-header3 .main-menu .manu-wrapper .menu-ul li .sub-menu li::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 15px;
    background-color: var(--main-color);
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.1s;
}
.site-header3 .main-menu .manu-wrapper .menu-ul li .sub-menu li:hover::before {
    opacity: 1;
}
.site-header3 .main-menu .manu-wrapper .menu-ul li .sub-menu li a {
    display: block;
    color: var(--title-color);
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
}
@media (max-width: 1400px) {
    .site-header3{
        top: 0;
        max-width: 100%;
    }
}

/*
==================
 Mobile Menu
==================
*/

.mobile-menu{
	position: relative;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
	z-index: 99;
	display: none;
}
.mobile-menu .menu-bar{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 30px;
}
.mobile-menu .menu-toggle{
	cursor: pointer;
}
.mobile-menu .menu-toggle i{
	color: var(--main-color);
	font-size: 24px;
}
.mobile-menu .menu-content{
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	background: #fff;
	padding: 30px 30px 40px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	z-index: 99;
}
.mobile-menu .menu-ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-menu .menu-ul li{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu .menu-ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--title-color);
	font-weight: 600;
	text-decoration: none;
	padding: 10px 10px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.mobile-menu .menu-ul li a:hover{
	color: var(--main-color);
}
.mobile-menu .menu-ul li a i{
	padding: 0 10px;
}
.mobile-menu .menu-ul .sub-menu{
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	display: none;
}
.mobile-menu .menu-content .info {
	margin: 30px 0 0;
}
.mobile-menu .menu-content .info .title {
	position: relative;
	font-size: 22px;
	margin-bottom: 16px;
	padding-left: 15px;
}
.mobile-menu .menu-content .info .title::before {
	content: '';
	position: absolute;
	height: 20px;
	width: 3px;
	background-color: var(--main-color);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.mobile-menu .menu-content .info-box {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.mobile-menu .menu-content .info-box i {
	margin-right: 10px;
}
.mobile-menu .menu-content .info-box a{
	color: var(--paragraph-color);
}
.mobile-menu .menu-content .info-box a:hover{
	color: var(--main-color);
}
.mobile-menu .menu-content .search-icon i {
    display: inline-block;
	color: #fff;
	font-size: 15px;
	height: 46px;
	width: 46px;
	line-height: 46px;
	text-align: center;
	background-color: var(--main-color);
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.mobile-menu .menu-content .component{
	display: flex;
	align-items: center;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 30px;
	padding-top: 20px;
}
.mobile-menu .menu-content .search-icon i:hover{
	background-color: var(--title-color);
}
.mobile-menu .menu-content .component .menu-btn {
	margin-left: 20px;
}
.mobile-menu .menu-content .component .menu-btn a {
	display: inline-block;
	color: #fff;
	padding: 12px 20px;
	background-color: var(--main-color);
	border-radius: 5px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.mobile-menu .menu-content .component .menu-btn a:hover{
	background-color: var(--title-color);
}
.mobile-menu .menu-content .component .menu-btn a i {
	margin-left: 3px;
}

/* Sub menu */

.mobile-menu .menu-ul li .sub-menu li{
	border-bottom: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media(max-width: 991px){
    
    .top-bar{
        display: none;
    }
    .site-header{
        display: none;
    }
    .site-header1{
        display: none;
    }
    .site-header2{
        display: none;
    }
    .site-header3{
        display: none;
    }
    .mobile-menu{
		display: block;
	}
}

/*================
 Preloader
==================*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
    z-index: 99999;
}
.preloader.style1{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.preloader.style1 .loader{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.preloader.style1 .loader .ring{
    position: relative;
    height: 150px;
    width: 150px;
    margin: -30px;
    border: 4px solid transparent;
    border-radius: 50%;
    border-top: 4px solid #24ecff;
    animation: animate 4s linear infinite;
}
@keyframes animate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.preloader.style1 .loader .ring::before{
    content: "";
    position: absolute;
    top: 12px;
    right: 12px;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background: #24ecff;
    box-shadow: 0 0 0 5px #24ecff33,
    0 0 0 10px #24ecff22,
    0 0 0 20px #24ecff11,
    0 0 20px #24ecff,
    0 0 50px #24ecff;
}
.preloader.style1 .loader .ring:nth-child(2){
    animation: animate2 4s linear infinite;
    animation-delay: -1s;
    border-top: 4px solid transparent;
    border-left: 4px solid #93ff2d;
}
.preloader.style1 .loader .ring:nth-child(2)::before{
    content: "";
    position: absolute;
    top: initial;
    bottom: 12px;
    left: 12px;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background: #93ff2d;
    box-shadow: 0 0 0 5px #93ff2d33,
    0 0 0 10px #93ff2d22,
    0 0 0 20px #93ff2d11,
    0 0 20px #93ff2d,
    0 0 50px #93ff2d;
}
@keyframes animate2{
    0%{
        transform: rotate(360deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
.preloader.style1 .loader .ring:nth-child(3){
    position: absolute;
    top: -66.66px;
    border-top: 4px solid transparent;
    border-left: 4px solid #e41cf8;
    animation: animate2 4s linear infinite;
    animation-delay: -3s;
}
.preloader.style1 .loader .ring:nth-child(3)::before{
    content: "";
    position: absolute;
    top: initial;
    bottom: 12px;
    left: 12px;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background: #e41cf8;
    box-shadow: 0 0 0 5px #e41cf833,
    0 0 0 10px #e41cf822,
    0 0 0 20px #e41cf811,
    0 0 20px #e41cf8,
    0 0 50px #e41cf8;
}
.preloader.style1 .loader p{
    position: absolute;
    color: #fff;
    font-size: 1.5em;
    font-family: consolas;
    bottom: -150px;
    letter-spacing: 0.15em;
}

/*================
 Search Popup
==================*/

.search-window{
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	margin-top: -540px;
	transform: translateY(-100%);
	background-color: rgba(0,0,0,0.90);
	-webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.search-active .search-window{
	transform: translateY(0%);
	margin-top: 0;
}
.search-window .search-close {
	position: absolute;
	right: 40px;
	top: 40px;
	margin: 0;
	text-align: center;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	border: 0;
	padding: 0;
	border-radius: 5px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.search-active .search-window .search-close{
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}
.search-window .search-close i{
	display: inline-block;
	color: #ffffff;
	font-size: 24px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	background-color: var(--main-color);
	border-radius: 5px;
}
.search-window form{
	position: absolute;
	max-width: 700px;
	top: 50%;
	left: 15px;
	right: 15px;
	margin:-35px auto 0;
	transform: scaleX(0);
	transform-origin: center;
	background-color: #111111;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.search-active .search-window form{
	transform: scaleX(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}
.search-window .form-group{
	position:relative;
	margin:0px; 
	overflow: hidden;
}
.search-window .form-group input[type="text"],
.search-window .form-group input[type="search"]{
	position:relative;
	display: block;
	font-size: 18px;
	line-height: 50px;
	height: 70px;
	width: 100%;
	padding: 10px 170px 10px 30px;
	background-color: #ffffff;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	border: 0;
	outline: 0;
	border-radius: 0;
}
.search-window .form-group input[type="submit"],
.search-window .form-group button {
	position: absolute;
	right: 0;
	top: 0px;
	height: 70px;
	width: 140px;
	line-height: 70px;
	background: var(--main-color);
	text-align: center;
	font-size: 24px;
	color: #fff;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: none;
	border-radius: 0;
}
.search-window .form-group input[type="submit"]:hover,
.search-window .form-group button:hover{
	color: #000000;
}
.search-window input::placeholder,
.search-window textarea::placeholder{
	color:#000000;
}

/*
==================
Breadcumb
==================
*/
.breadcrumb-area{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
.breadcrumb-area .title{
	padding: 134px 0 125px;
}
.breadcrumb-area .title h1{
	color: #fff;
	font-size: 65px;
	font-weight: bold;
}
.breadcrumb-area .breadcrumb-items{
	border-top: 1px solid #dde6ee;
	padding: 25px 0 27px;
}
.breadcrumb-area .breadcrumb-items ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.breadcrumb-area .breadcrumb-items ul li i{
	margin-right: 5px;
	font-size: 20px;
}
.breadcrumb-area .breadcrumb-items ul li{
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin: 0 3px;
	text-transform: uppercase;
}
.breadcrumb-area .breadcrumb-items ul li:last-child{
	color: var(--main-color);
}
.breadcrumb-area .breadcrumb-items ul li a{
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

/*
==================
Blog Global
==================
*/
.entry-title{
	word-wrap: break-word;
	line-height: 1.3;
}

/*
====================
Post Info
====================
*/
.post .blog-content .post-info {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px;
}
.post .blog-content .post-info .author-img{
	margin-right: 20px;
}

/*
====================
 Main Blog
====================
*/
.main-blog{
	padding: 100px 0 100px;
}
.main-blog .site-main .post:last-child{
	margin-bottom: 0;
}
.main-blog .post{
	margin-bottom: 40px;
	background-color: #fff;
	transition: all 0.3s ease-in-out 0s;
}
.main-blog .post .blog-content{
	padding: 22px 40px 40px;
	border: 1px solid rgb(230, 230, 230);
}
.main-blog .entry-title a{
	color: #232323;
	font-weight: bold;
	transition: 0.3s;
}
.main-blog .entry-title a:hover{
	color: var(--main-color);
}
.main-blog .post .blog-content .entry-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.main-blog .post .blog-content .entry-meta .meta-views,
.main-blog .post .blog-content .entry-meta .meta-comment{
	margin-right: 30px;
}
.main-blog .post .blog-content .entry-meta i{
	margin-right: 5px;
}
.main-blog .post .blog-content .entry-meta .meta-views,
.main-blog .post .blog-content .entry-meta .meta_comments,
.main-blog .post .blog-content .entry-meta span{
	color: #818790;
	font-size: 14px;
}
.main-blog .post .blog-content .entry-title{
    font-size: 32px;
	margin: 11px 0 25px 0;
}
.main-blog .post .blog-content .entry-content p{
	font-size: 18px;
	margin-bottom: 35px;
}
.main-blog .post .blog-content .entry-content .read-more a{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	background-color: var(--main-color);
	padding: 12px 34px;
	transition: 0.3s;
}
.main-blog .post .blog-content .entry-content .read-more a:hover{
    background-color: var(--title-color);
}

/*
====================
Archive, Blog List
====================
*/
.archive-page,
.blog-list{
	padding: 100px 0 100px;
}
.archive-page .site-main .post:last-child,
.blog-list .site-main .post:last-child{
	margin-bottom: 0;
}
.archive-page .post,
.blog-list .post{
	margin-bottom: 40px;
	background-color: #fff;
	transition: all 0.3s ease-in-out 0s;
}
.archive-page .post .blog-content,
.blog-list .post .blog-content{
	padding: 22px 0 0;
}
.archive-page .entry-title a,
.blog-list .entry-title a{
	color: #232323;
	font-weight: bold;
	transition: 0.3s;
}
.archive-page .entry-title a:hover,
.blog-list .entry-title a:hover{
	color: var(--main-color);
}
.archive-page .post .blog-content .entry-meta,
.blog-list .post .blog-content .entry-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.archive-page .post .blog-content .entry-meta .meta-views,
.archive-page .post .blog-content .entry-meta .meta-comment,
.blog-list .post .blog-content .entry-meta .meta-views,
.blog-list .post .blog-content .entry-meta .meta-comment{
	margin-right: 30px;
}
.archive-page .post .blog-content .entry-meta i,
.blog-list .post .blog-content .entry-meta i{
	margin-right: 5px;
}
.archive-page .post .blog-content .entry-meta .meta-views,
.archive-page .post .blog-content .entry-meta .meta_comments,
.archive-page .post .blog-content .entry-meta span,
.blog-list .post .blog-content .entry-meta .meta-views,
.blog-list .post .blog-content .entry-meta .meta_comments,
.blog-list .post .blog-content .entry-meta span{
	color: #818790;
	font-size: 14px;
}

.archive-page .post .blog-content .entry-title,
.blog-list .post .blog-content .entry-title{
	margin: 11px 0 25px 0;
}
.archive-page .post .blog-content .entry-content p,
.blog-list .post .blog-content .entry-content p{
	font-size: 18px;
	margin-bottom: 35px;
}
.archive-page .post .blog-content .entry-content .read-more a,
.blog-list .post .blog-content .entry-content .read-more a{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	background-color: var(--main-color);
	padding: 12px 34px;
}

/*
==================
 Standard Blog
==================
*/
.standard-blog{
	padding: 100px 0 70px;
}
.standard-blog .post{
	border: 1px solid #e6e6e6;
	margin-bottom: 30px;
	background-color: #fff;
}
.standard-blog .post .blog-content{
	padding: 30px 40px 20px;
}
.standard-blog .post .blog-content .post-categories{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.standard-blog .post .blog-content .post-categories li{
    margin-right: 10px;
}
.standard-blog .post .blog-content .post-categories li a{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 6px 14px;
    background-color: var(--main-color);
}
.standard-blog .entry-title a:hover{
	color: var(--main-color);
}
.standard-blog .post .blog-content .entry-meta{
    margin-bottom: 18px;
}
.standard-blog .post .blog-content .entry-meta .author{
	position: relative;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 40px 0 0;
}
.standard-blog .post .blog-content .entry-meta .author::after {
	content: '';
	position: absolute;
	height: 8px;
	width: 8px;
	background-color: rgba(0,0,0,0.15);
	bottom: 5px;
	right: -27px;
	border-radius: 50%;
}
.standard-blog .post .blog-content .entry-meta .date{
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
}
.standard-blog .post .entry-header{
    margin-bottom: 13px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.standard-blog .post .blog-content .entry-title{
	font-size: 28px;
	font-weight: bold;
	margin: 16px 0 14px 0;
}
.standard-blog .post .blog-content .entry-title a{
	color: var(--title-color);
	transition: 0.3s;
}
.standard-blog .post .blog-content .entry-title a:hover{
	color: var(--main-color);
}
.standard-blog .post .blog-content .read-more {
	color: var(--main-color);
	font-weight: 600;
	display: inline-flex;
	align-items: center;
}
.standard-blog .post .blog-content .read-more i {
	font-size: 20px;
	margin: 4px 0 0 2px;
}

/*
==================
Blog Grid
==================
*/
.blog-grid{
	padding: 100px 0 70px;
}
.blog-grid .post{
	border: 1px solid #e6e6e6;
	margin-bottom: 30px;
	background-color: #fff;
	transition: all 0.3s ease-in-out 0s;
}
.blog-grid .post:hover{
	border-color: transparent;
	box-shadow: 6px 5px 30px rgb(0 0 0 / 12%);
}
.blog-grid .post .blog-content{
	padding: 30px 40px 30px;
}
.blog-grid .entry-title a:hover{
	color: var(--main-color);
}
.blog-grid .post .blog-content .entry-meta .author{
	position: relative;
	color: var(--main-color);
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 24px 0 0;
}
.blog-grid .post .blog-content .entry-meta .author::after{
	content: '';
	position: absolute;
	height: 2px;
	width: 5px;
	background-color: var(--main-color);
	bottom: 7px;
	right: -16px;
}
.blog-grid .post .blog-content .entry-meta .date{
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}
.blog-grid .post .blog-content .entry-title{
	font-size: 20px;
	font-weight: bold;
	margin: 18px 0 2px 0;
}
.blog-grid .post .blog-content .entry-title a{
	color: var(--title-color);
	transition: 0.3s;
}
.blog-grid .post .blog-content .entry-title a:hover{
	color: var(--main-color);
}
.blog-grid .post .blog-content .read-more {
	color: var(--main-color);
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	margin-top: 14px;
}
.blog-grid .post .blog-content .read-more i {
	font-size: 20px;
	margin: 4px 0 0 2px;
}

/*
==================
 Blog Lists
==================
*/

.blog-list{
    padding: 100px 0 70px;
}
.blog-list .post{
    display: flex;
    align-items: center;
}
.blog-list .post .blog-thumb{
	height: 340px;
}
.blog-list .post .blog-thumb img{
    height: 100%;
    object-fit: cover;
}
.blog-list .post .blog-content{
    padding: 0 40px 0;
}
.blog-list .post .blog-content .entry-title{
    font-size: 26px;
    margin: 18px 0 15px 0;
}

/*
==================
Pagination
==================
*/
.solute-pagination{
	margin-top: 50px;
}
.solute-pagination .paginations ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.solute-pagination .paginations ul li{
	margin-right: 7px;
}
.solute-pagination .paginations ul li a,
.solute-pagination .paginations ul li span.current{
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	border-radius: 4px;
}
.solute-pagination .paginations ul li span.current{
	color: #fff;
	background-color: var(--main-color);
}


/*
==================
Blog Details
==================
*/
.blog-details{
	padding: 100px 0 100px;
}
.blog-details .type-attachment,
.blog-details .post{
	margin-bottom: 40px;
	background-color: #fff;
	transition: all 0.3s ease-in-out 0s;
}
.blog-details .post .blog-thumb{
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.blog-details .type-attachment .blog-content,
.blog-details .post .blog-content{
	padding: 35px 0 40px;
}
.blog-details .post .blog-content{
	padding-bottom: 0;
}
.blog-details .post .blog-content .entry-header{
	margin-bottom: 25px;
}
.blog-details .post .blog-content .entry-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.blog-details .post .blog-content .entry-meta .meta-views,
.blog-details .post .blog-content .entry-meta .meta-comment{
	margin-right: 30px;
}
.blog-details .post .blog-content .entry-meta i{
	margin-right: 5px;
}
.blog-details .post .blog-content .entry-meta .meta-views,
.blog-details .post .blog-content .entry-meta .meta_comments,
.blog-details .post .blog-content .entry-meta span{
	color: #818790;
	font-size: 14px;
}
.blog-details .post .blog-content .entry-content h2{
	margin-bottom: 22px;
}
.blog-details .post .blog-content .entry-content blockquote{
	color: #0d1e35;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: 40px 0 45px;
	padding: 53px 105px 50px;
}
.blog-details .post .blog-content .entry-content blockquote cite{
	color: var(--main-color);
	font-size: 16px;
}
.blog-details .post .blog-content .page-links{
	margin-top: 24px;
}
.blog-details .post .blog-content .page-links span{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	background-color: var(--main-color);
}
.blog-details .post .blog-content .page-links a{
	display: inline-block;
	font-size: 14px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
}
.blog-details .attachment .blog-content .entry-footer,
.blog-details .post .blog-content .entry-footer{
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	margin: 40px 0 0;
	padding: 20px 0;
}
.blog-details .post .blog-content .entry-footer .post-tags{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.blog-details .post .blog-content .entry-footer .post-tags h5{
	margin-right: 18px;
	margin-bottom: 0;
}
.blog-details .post .blog-content .entry-footer .post-tags a{
	display: inline-block;
	color: #818790;
	font-size: 14px;
	padding: 7px 15px;
	text-align: center;
	margin-right: 10px;
	background-color: #eef1f4;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.blog-details .post .blog-content .entry-footer .post-tags a:hover{
	color: #fff;
	background-color: var(--main-color);
}
.blog-details .post .blog-content .entry-footer .social-share{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: end;
}
.blog-details .post .blog-content .entry-footer .social-share h5{
	margin-right: 18px;
	margin-bottom: 0;
}
.blog-details .attachment .blog-content .entry-footer .social-share ul,
.blog-details .post .blog-content .entry-footer .social-share ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
}
.blog-details .attachment .blog-content .entry-footer .social-share ul li,
.blog-details .post .blog-content .entry-footer .social-share ul li{
	margin-right: 10px;
}
.blog-details .attachment .blog-content .entry-footer .social-share ul li a,
.blog-details .post .blog-content .entry-footer .social-share ul li a{
	display: inline-block;
}
.blog-details .post .blog-content .entry-footer .social-share ul li a i{
	display: inline-block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #eef1f4;
}
.blog-details .post .blog-content .entry-footer .social-share ul li a i.bi-facebook{
	color: #fff;
	background-color: #4267B2;
}
.blog-details .post .blog-content .entry-footer .social-share ul li a i.bi-twitter{
	color: #fff;
	background-color: #1DA1F2;
}
.blog-details .post .blog-content .entry-footer .social-share ul li a i.bi-pinterest{
	color: #fff;
	background-color: #e60023;
}
.blog-details .post .blog-content .entry-footer .social-share ul li a i.bi-linkedin{
	color: #fff;
	background-color: #0077b5;
}

.blog-details .post-navigation{
	margin: 0 0 41px;
}
.blog-details .post-navigation .nav-links .nav-previous a,
.blog-details .post-navigation .nav-links .nav-next a{
	font-weight: 600;
}
.blog-details .post-navigation .nav-links .nav-previous a i{
	margin-right: 10px;
}
.blog-details .post-navigation .nav-links .nav-next a i{
	margin-left: 10px;
}
.blog-details .author-bio{
	margin: 0 0 65px;
	padding: 60px 30px 60px 60px;
	background-color: #eef1f4;
	border-right: 10px solid var(--main-color);
}
.blog-details .author-bio .author-text h3{
	font-size: 30px;
}
.blog-details .author-bio .author-img{
	float: left;
	margin-right: 30px;
}
.blog-details .author-bio .author-text .media-heading a{
	color: #232323;
	font-weight: 800;
}

.blog-details .comments-area .comments-title{
	margin-bottom: 30px;
}
.blog-details .comments-area .comment-respond{
	background-color: #eef1f4;
	padding: 72px 80px 80px;
}
.blog-details .comments-area .commment_title{
	margin-bottom: 38px;
}
.blog-details .comments-area .commment_title #cancel-comment-reply-link{
	font-size: 16px;
}
.blog-details .comments-area .form-control{
	height: 54px;
	background-color: #fff;
	padding: 6px 20px;
	border: 0;
	border-radius: 0;
}
.blog-details .comments-area .name-field,
.blog-details .comments-area .email-field{
	margin-bottom: 20px;
}
.blog-details .comments-area textarea.form-control{
	height: auto;
}
.blog-details .comments-area .comment_field{
	margin-bottom: 30px;
}
.blog-details .comments-area .button{
	color: #fff;
	background-color: var(--main-color);
	border: 0;
	outline: 0;
	padding: 18px 35px;
}

/* Comment Style */
.comments-area ol{
	list-style: none;
}
.comments-area .comment-list{
	margin: 0;
	padding: 0;
}
.comments-area .comment-list .comment{
	margin-bottom: 20px;
}
.comments-area .comment-list .comment .children{
	margin-top: 20px;
}
.comments-area .comment-list .comment-body{
	position: relative;
	padding: 45px 45px 27px;
	background-color: #fff;
	border-radius: 7px;
	box-shadow: 0 3px 19px rgb(0 0 0 / 8%);
}
.comments-area .comment-list .comment-body .reply{
	position: absolute;
	top: 45px;
	right: 45px;
}
.comments-area .comment-list .comment-body .reply a{
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
}
.comments-area .comment-list .comment-body .reply a:hover{
	color: #fff;
	background-color: var(--main-color);
    border: 1px solid var(--main-color);
}
.comments-area .comment-list .comment .comment-respond{
	margin-top: 20px;
}

/*
==================
 Portfolio Details
==================
*/

.portfolio-details{
	padding: 100px 0 100px;
}
.portfolio-details .portfolio-thumb{
	margin-bottom: 20px;
}
.portfolio-details .portfolio-thumb img{
    height: 550px;
    width: 100%;
    object-fit: cover;
}
.portfolio-details .post-navigation{
    margin-top: 80px;
    padding: 20px 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.portfolio-details .post-navigation .nav-links a{
    font-weight: 500;
}
.portfolio-details .post-navigation .nav-previous i{
    margin-right: 5px;
}
.portfolio-details .post-navigation .nav-next i{
    margin-left: 5px;
}

.portfolio-details .project-info{
    margin-top: -102px;
    margin-right: 20px;
    background-color: #eef1f4;
    border-top: 5px solid var(--main-color);
}
.portfolio-details .project-info .title{
    margin-bottom: 0;
    padding: 25px 30px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.portfolio-details .project-info ul{
    margin: 0;
    padding: 30px 30px 25px;
    list-style: none;
}
.portfolio-details .project-info ul li{
    margin-bottom: 15px;
    padding: 18px 30px;
    background-color: #fff;
}
.portfolio-details .project-info ul li span{
    font-weight: 500;
    margin-right: 10px;
}
.portfolio-details .project-content h3{
    margin-bottom: 15px;
}
.portfolio-details .project-content ul{
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}
.portfolio-details .project-content ul li{
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
}
.portfolio-details .project-content ul li::before{
    content: "\F270";
    position: absolute;
    color: var(--main-color);
    font-family: bootstrap-icons;
    left: 0;
}

/*
===================
Widgets
===================
*/
.widget-area .widget{
	margin-bottom: 40px;
	padding: 35px 40px 35px;
	background-color: #eef1f4;
}
.widget-area .widget:last-child{
	margin-bottom: 0;
}
.widget-area .widget h2{
	position: relative;
	font-size: 21px;
	margin-bottom: 20px;
}
.widget-area .widget ul,
.widget-area .widget ol{
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget-area .widget ul li a,
.widget-area .widget ol li a{
	color: #616161;
}
.widget-area .widget ul li a:hover,
.widget-area .widget ol li a:hover{
	color: var(--main-color);
}

/* Search */

.widget-area .widget.widget_search input {
	padding: 13px 20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0;
}
.widget-area .widget.widget_search input:focus {
	outline: 0;
	border-color: rgba(255, 116, 38, 0.5);
}
.widget-area .widget.widget_search button {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	background-color: var(--main-color);
	margin: 0;
	padding: 18px 30px;
	border: 0;
}

/*
===================
Search Result Page
===================
*/
.search-result{
	background-color: #f6f6f6;
	padding: 100px 0;
}
.search-result .site-main .post:last-child{
	margin-bottom: 0;
}
.search-result .post{
	border: 1px solid #e6e6e6;
	border-radius: 7px;
	margin-bottom: 40px;
	background-color: #fff;
	transition: all 0.3s ease-in-out 0s;
}
.search-result .post:hover{
	border-color: transparent;
	box-shadow: 6px 5px 30px rgb(0 0 0 / 12%);
}
.search-result .post .blog-content{
	padding: 28px 35px 30px;
}
.search-result .entry-title a{
	color: #232323;
	font-size: 30px;
	font-weight: 800;
	transition: 0.3s;
}
.search-result .entry-title a:hover{
	color: var(--main-color);
}
.search-result .post .blog-content .entry-meta .author{
	position: relative;
	margin: 0 24px 0 0;
}
.search-result .post .blog-content .entry-meta .author::after{
	content: '';
	position: absolute;
	height: 14px;
	width: 1px;
	background-color: #616161;
	bottom: 2px;
	right: -13px;
}
.search-result .post .blog-content .entry-meta .meta_comments{
	position: relative;
	margin: 0 0 0 24px;
}
.search-result .post .blog-content .entry-meta .meta_comments::before{
	content: '';
	position: absolute;
	height: 14px;
	width: 1px;
	background-color: #616161;
	bottom: 2px;
	left: -13px;
}
.search-result .post .blog-content .entry-title{
	margin: 11px 0 20px 0;
}
.search-result .post .blog-content .entry-content p{
	margin: 0;
}

/*
==================
404
==================
*/
.four-zero-four{
	background-color: #F6F6F6;
	padding: 0 0 100px;
}
.four-zero-four .error-404{
	text-align: center;
}
.four-zero-four .error-404 .image{
    margin-bottom: 60px;
}
.four-zero-four .error-404 .page-content{
	margin-top: 5px;
}
.four-zero-four .error-404 .page-content p{
	margin-bottom: 37px;
}
.four-zero-four .error-404 .page-content a{
    position: relative;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	border: 1px solid var(--main-color);
	padding: 12px 32px;
	z-index: 1;
    overflow: hidden;
}
.four-zero-four .error-404 .page-content a:hover {
	color: var(--title-color);
}
.four-zero-four .error-404 .page-content a::before {
	content: '';
	position: absolute;
	height: 100%;
	background-color: var(--main-color);
	width: 50%;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.four-zero-four .error-404 .page-content a:hover::before {
	left: -50%;
}
.four-zero-four .error-404 .page-content a::after {
	content: '';
	position: absolute;
	height: 100%;
	background-color: var(--main-color);
	width: 50%;
	top: 0;
	right: 0;
	z-index: -1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.four-zero-four .error-404 .page-content a:hover::after {
	right: -50%;
}

/*
==================
Contact Page
==================
*/
.contact-form input[type="text"],
.contact-form input[type="email"]{
	height: 60px;
	width: 100%;
	margin-bottom: 20px;
	border: 0;
	border-radius: 0;
	outline: 0;
	padding: 10px 30px;
}
.contact-form select{
	color: rgba(0, 0, 0, 0.6);
	height: 60px;
	width: 100%;
	margin-bottom: 20px;
	border: 0;
	outline: 0;
	padding: 10px 30px;
}
.contact-form select option{
	background-color: #fff;
}
.contact-form textarea{
	width: 100%;
	border: 0;
	outline: 0;
	padding: 10px 30px;
	border-radius: 0;
}
.contact-form button {
	font-size: 16px;
	font-weight: bold;
	height: 60px;
	width: 200px;
	border: 0;
	background: var(--main-color);
	color: #fff;
	margin-top: 27px;
}

/*
==================
Footer
==================
*/
.site-footer{
	background-color: #111a3a;
}
.site-footer .footer-widget{
	padding: 95px 0 55px;
}
.site-footer .footer-widget .widget-title{
	color: #fff;
	font-size: 22px;
	margin: 0 0 35px;
}
.site-footer .footer-widget .widget .footer-logo img{
	margin-bottom: 30px;
}
.site-footer .footer-widget .widget p{
	color: #fff;
}
.site-footer .footer-widget .widget ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-footer .footer-widget .widget ul li{
	position: relative;
	margin-bottom: 13px;
	padding-left: 25px;
}
.site-footer .footer-widget .widget ul li::before{
	content: '';
	position: absolute;
	height: 1px;
	width: 10px;
	left: 0;
	top: 50%;
	background-color: #fff;
}
.site-footer .footer-widget .widget ul li a{
	color: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.site-footer .footer-widget .widget ul li a:hover{
	color: var(--main-color);
}

/* About Widget */
.site-footer .footer-widget .widget .about-footer .footer-sociala-icon{
	display: none;
}

/* Recent Post Widget */
.site-footer .footer-widget .widget .recent-post-item{
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 19px;
	padding-bottom: 5px;
}
.site-footer .footer-widget .widget .recent-post-item:last-child{
	border-bottom: 0;
}
.site-footer .footer-widget .widget .recent-post-item .recent-post-image{
	float: left;
	margin-right: 25px;
}
.site-footer .footer-widget .widget .recent-post-item .recent-post-image a{
	display: inline-block;
}
.site-footer .footer-widget .widget .recent-post-item .recent-post-text{
	overflow: hidden;
}
.site-footer .footer-widget .widget .recent-post-item .recent-post-text h4{
	margin-bottom: 4px;
}
.site-footer .footer-widget .widget .recent-post-item .recent-post-text h4 a{
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.site-footer .footer-widget .widget .recent-post-item .recent-post-text .rcomment{
	color: #fff;
	font-size: 13px;
	font-weight: 400;
}
.site-footer .copyright{
	background-color: var(--main-color);
}
.site-footer .copyright .copyright-wrapper{
	padding: 20px 0;
	border-top: 1px solid rgba(255,255,255,.23);
}
.site-footer .copyright .copyright-text p{
	color: #fff;
	margin: 0;
}
.site-footer .copyright .copyright-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: end;
	flex-wrap: wrap;
}
.site-footer .copyright .copyright-menu ul li{
	margin-right: 25px;
}
.site-footer .copyright .copyright-menu ul li a{
	color: #fff;
}
.site-footer .copyright .copyright-menu ul li .sub-menu{
	display: none;
}

/* Scroll to Top */

.prgoress_scrollup {
    position: fixed;
    right: 55px;
    bottom: 80px;
    height: 48px;
    width: 48px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 119, 249, 0.2);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}
.prgoress_scrollup.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) !important;
}
.prgoress_scrollup::after {
    position: absolute;
    content: "\f106";
    font-family: "FontAwesome";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: var(--main-color);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}
.prgoress_scrollup::before {
	position: absolute;
	content: "\f106";
	font-family: "FontAwesome";
	text-align: center;
	line-height: 46px;
	font-size: 18px;
	font-weight: 900;
	opacity: 0;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	transition: all 200ms linear !important;
}
.prgoress_scrollup:hover ::after {
	color: var(--main-color);
}
.prgoress_scrollup:hover ::before {
	opacity: 1;
}
.prgoress_scrollup svg path {
	fill: none;
}
.prgoress_scrollup svg.progress-circle path {
    stroke: var(--main-color);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}









@media(min-width: 1400px){

	.container{
		max-width: 1320px;
	}
}

@media(max-width: 1599px){

	.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu .sub-menu{
		right: 100%;
		left: auto;
	}
    .testimonial.style3 .owl-carousel .owl-nav {
    	display: none;
    }
}

@media(max-width: 1199px){

	.site-header .header-area .header-wrapper{
		position: relative;
		padding: 30px 0;
	}
	.site-header .header-area .header-wrapper .menu-wrapper{
		position: absolute;
		top: 100%;
	}
	.site-header .header-area .header-wrapper .menu-wrapper .top-bar1{
		display: none;
	}
	.site-header .header-area .header-wrapper .menu-wrapper .mobile-logo{
		display: block;
	}
	.site-header .header-area .header-wrapper .site-branding.active a{
		display: none;
	}
	.site-header .header-area .header-wrapper .menu-wrapper .main-menu1 {
		display: block;
		padding-left: 0;
	}
	.site-header .header-area .header-wrapper .menu-wrapper {
		position: fixed;
		height: 100vh;
		top: 0;
		border-left: 0;
		z-index: 2;
		background: #fff;
		left: -300px;
		width: 300px;
		overflow: scroll;
		padding: 29px 50px 38px 50px;
		transition: 0.5s;
	}
	.site-header .header-area.style-two .top-bar1{
		display: none;
	}
	.site-header .header-area .menu-wrapper .main-menu1 ul{
		display: block;
	}
	.site-header .header-area .menu-wrapper .main-menu1 ul li{
		float: none;
	}
	.site-header .header-area .menu-wrapper .main-menu1 ul li a {
	    display: block;
		padding: 5px 0;
	}
	.site-header .header-area .menu-wrapper .main-menu1 ul li a:hover {
		color: #0c73ff;
	}
	.site-header .header-area .header-wrapper .menu-wrapper .main-menu1 .menu-ul li a::before {
		display: none;
	}
	/* Sub Menu */
	.site-header .header-area .menu-wrapper .main-menu1 ul li ul{
		position: static;
		overflow: hidden;
		transition: 0s;
		min-width: 220px;
		opacity: 1;
		visibility: visible;
		display: none;
	}
	.site-header .header-area .header-wrapper .menu-wrapper .main-menu1 .menu-buttons{
		display: none;
	}
	.site-header .header-area .header-wrapper .menu-wrapper .main-menu1 .menu-contact{
		display: none;
	}
	.site-header .header-area .header-wrapper .menu-toggle{
		display: block;
		color: #fff;
		font-size: 24px;
		height: 50px;
		width: 50px;
		background: #c6a47e;
		text-align: center;
		cursor: pointer;
		z-index: 2;
	}
	.site-header .header-area .header-wrapper .menu-toggle::before{
		content: '\f0c9';
		font-family: "FontAwesome";
		font-weight: 900;
		line-height: 50px;
	}
	.site-header .header-area .header-wrapper .menu-toggle.active::before{
		content: '\f00d';
	}
	.site-header .header-area .header-wrapper .menu-wrapper.active{
		left: 0;
	}

	/* Style Three */
	
	.site-header .header-area.style3 .header-wrapper {
		padding: 15px 30px;
	}
	.site-header .header-area.style3 .menu-wrapper .main-menu1 ul li a {
		padding: 5px 0;
	}

	/* Transparent Menu */
	.site-header .transparent-menu.style3 .menu-wrapper .main-menu1 ul li a {
		color: #061738;
	}
}


/* -------------------------------------------- Medium Device : 991px ----------------------------------------------- */

@media(max-width: 991px){

	.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu .sub-menu{
		right: 0;
		left: 0;
	}

	/* Breadcrumb */
	.breadcrumb-area .title {
		padding: 113px 0 96px;
	}
	.breadcrumb-area .text-wrapper .title h1 {
		font-size: 48px;
	}

	/* Blog details */
	.blog-details .post .blog-content .entry-footer .post-tags a {
		margin: 0 10px 10px 0;
	}
	.widget-area {
		margin-top: 40px;
	}
	
	/* portfolio details */
	
	.portfolio-details .project-content{
	    margin-top: 20px;
	}

	/* 404 Page */
	.four-zero-four {
		padding: 0 0 120px;
	}
	.four-zero-four .error-404 .title h1 {
		font-size: 250px;
	}
	.four-zero-four .error-404 .info-text h1{
		font-size: 36px;
	}

	.site-footer .footer-widget .widget{
		margin-top: 30px;
	}
}

/* -------------------------------------------- Small Device : 767px ----------------------------------------------- */

@media(max-width: 767px){

	/* Archive, Blog List */
	.archive-page .entry-title,
	.blog-list .entry-title {
		font-size: 26px;
	}
	
	/*
    ==================
     Standard Blog
    ==================
    */
    .standard-blog .post .blog-content {
		padding: 30px 20px 28px;
	}
	.standard-blog .post .blog-content .entry-title{
	    font-size: 24px;
	}
	
    /*
    ==================
     Blog Lists
    ==================
    */
    .blog-list .post {
    	flex-wrap: wrap;
    }
	.blog-list .post .blog-content {
		padding: 27px 20px 28px;
	}
	.blog-list .post .blog-content .entry-title{
	    font-size: 24px;
	}

	/* Blog Details */
	.blog-details .post .blog-content .entry-content blockquote {
		padding: 53px 20px 50px;
	}
	.blog-details .post .blog-content .entry-footer .post-tags {
		flex-wrap: wrap;
	}
	.blog-details .author-bio {
		padding: 60px 30px 60px;
	}
	.blog-details .author-bio .author-img {
		margin: 0 0 30px 0;
	}
	.blog-details .author-bio .author-text h3 {
		clear: both;
	}
	.blog-details .comments-area .comment-respond {
		padding: 72px 30px 80px;
	}
	
	/* Portfolio Details */
	
    .portfolio-details .portfolio-thumb {
    	margin-bottom: 0;
    }
    .portfolio-details .portfolio-thumb img {
    	height: 350px;
    }
	.portfolio-details .project-info{
	    margin: 0 0 20px;
	}

	/* 404 Page */
	.four-zero-four {
		padding: 0 0 100px;
	}
	.four-zero-four .error-404 .title h1 {
		font-size: 150px;
	}
	.four-zero-four .error-404 .info-text h1{
		font-size: 36px;
	}

	/* Footer */
	.site-footer .copyright .copyright-text p {
		text-align: center;
	}
	.site-footer .copyright .copyright-menu{
		margin-top: 12px;
	}
	.site-footer .copyright .copyright-menu ul {
		justify-content: center;
	}
}






















/*!
Theme Name: Solute
Theme URI: https://www.templatemonster.com/wordpress-themes/solute-technology-amp-it-solutions-wordpress-theme-315286.html
Author: UrnoIT
Author URI: https://www.templatemonster.com/authors/urnoit/
Description: Solute - Technology & IT Solutions WordPress Theme is a cutting-edge web template tailored for technology and IT companies. This dynamic theme offers a sleek and customizable design, empowering tech businesses to effortlessly establish a professional online presence. With a range of features and layouts, Solute ensures that your services, expertise, and solutions are presented in an engaging and user-friendly manner. Elevate your digital footprint with this theme, and showcase your tech prowess to clients and partners with style and efficiency.
Version: 1.0.2
Tested up to: 6.5
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: solute
Tags: custom-colors, theme-options, featured-images, right-sidebar, four-columns, custom-logo, rtl-language-support, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

solute is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
}

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

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.site-main .comment-navigation,
.site-main
.posts-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*! elementor-icons - v5.53.0 - 16-07-2026 */
@font-face{font-family:eicons;src:url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.53.0);src:url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.53.0#iefix) format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.53.0) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.53.0) format("woff"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.53.0) format("truetype"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.53.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-e-youtube:before{content:"\e9e8"}.eicon-contact:before{content:"\ebd2"}.eicon-layout:before{content:"\ebd8"}.eicon-components:before{content:"\ebd9"}.eicon-tab-content:before{content:"\ebda"}.eicon-tab-menu:before{content:"\ebdb"}.eicon-atomic-label:before{content:"\e9ee"}.eicon-atomic-form:before{content:"\e9ef"}.eicon-atomic-submit-button:before{content:"\e9f0"}.eicon-atomic-input:before{content:"\e9f1"}.eicon-atomic-text-area:before{content:"\e9f2"}.eicon-atomic-select:before{content:"\e9f3"}.eicon-atomic-checkbox:before{content:"\e9f4"}.eicon-atomic-radiobutton:before{content:"\e9f5"}.eicon-atomic-file-upload:before{content:"\ebe9"}.eicon-atomic-time-picker:before{content:"\ebea"}.eicon-atomic-date-picker:before{content:"\ebeb"}.eicon-upgrade-crown-full:before{content:"\ef03"}.eicon-after:before{content:"\ebfa"}.eicon-pagination-item:before{content:"\ebfb"}.eicon-before:before{content:"\ebfc"}.eicon-pagination:before{content:"\ebfd"}.eicon-loop-item:before{content:"\ec00"}.eicon-loop-widget:before{content:"\ec01"}.eicon-x-twitter:before{content:"\ef04"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}
:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{display:inline-block;line-height:1}.e-logo-wrapper i{color:var(--e-a-color-circle-logo);font-size:2.5em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3));height:100px;width:100px}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-inline:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-block-end:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-block-end:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con{margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}:is([data-widget_type="e-component.default"],[data-widget_type="e-component.default"]>.elementor-section-wrap)>.e-con{--margin-right:0px;--margin-left:0px}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-button-align-start .e-form__buttons,[dir=rtl] .elementor-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-button-align-end .e-form__buttons,[dir=rtl] .elementor-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-tablet-button-align-start .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-tablet-button-align-end .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-mobile-button-align-start .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-mobile-button-align-end .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;fill:#fff;font-size:15px;line-height:1;padding:12px 24px;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;fill:#fff;padding:.5em}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}html *{transition-delay:0s!important;transition-duration:0s!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}
.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Montserrat","Montserrat Fallback";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat","Montserrat Fallback";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat","Montserrat Fallback";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat","Montserrat Fallback";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
.vbox-overlay *,.vbox-overlay :after,.vbox-overlay :before{-webkit-backface-visibility:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.vbox-overlay *{-webkit-backface-visibility:visible;backface-visibility:visible}.vbox-overlay{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;position:fixed;left:0;top:0;bottom:0;right:0;z-index:999999}.vbox-title{width:100%;height:40px;float:left;text-align:center;line-height:28px;font-size:12px;padding:6px 50px;overflow:hidden;position:fixed;display:none;left:0;z-index:89}.vbox-close{cursor:pointer;position:fixed;top:-1px;right:0;width:50px;height:40px;padding:6px;display:block;background-position:10px center;overflow:hidden;font-size:24px;line-height:1;text-align:center;z-index:99}.vbox-left{cursor:pointer;position:fixed;left:0;height:40px;overflow:hidden;line-height:28px;font-size:12px;z-index:99;display:flex;align-items:center}.vbox-num{display:inline-block;margin:6px 0 6px 15px}.vbox-share{line-height:28px;font-size:12px;overflow:hidden;position:fixed;left:0;z-index:98;display:flex;align-items:center;justify-content:center;width:100%;text-align:center}.vbox-share svg{max-height:28px;width:28px;z-index:10;margin-left:12px;margin-top:6px;margin-bottom:6px;vertical-align:middle}.vbox-next,.vbox-prev{position:fixed;top:50%;margin-top:-15px;overflow:hidden;cursor:pointer;display:block;width:45px;height:45px;z-index:99}.vbox-next span,.vbox-prev span{position:relative;width:20px;height:20px;border:2px solid transparent;border-top-color:#b6b6b6;border-right-color:#b6b6b6;text-indent:-100px;position:absolute;top:8px;display:block}.vbox-prev{left:15px}.vbox-next{right:15px}.vbox-prev span{left:10px;-ms-transform:rotate(-135deg);-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.vbox-next span{-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);right:10px}.vbox-inline{width:420px;height:315px;height:70vh;padding:10px;background:#fff;margin:0 auto;overflow:auto;text-align:left}.venoframe{max-width:100%;width:100%;border:none;width:100%;height:260px;height:70vh}.venoframe.vbvid{height:260px}@media (min-width:768px){.vbox-inline,.venoframe{width:90%;height:360px;height:70vh}.venoframe.vbvid{width:640px;height:360px}}@media (min-width:992px){.vbox-inline,.venoframe{max-width:1200px;width:80%;height:540px;height:70vh}.venoframe.vbvid{width:960px;height:540px}}.vbox-open{overflow:hidden}.vbox-container{position:absolute;left:0;right:0;top:0;bottom:0;overflow-x:hidden;overflow-y:scroll;overflow-scrolling:touch;-webkit-overflow-scrolling:touch;z-index:20;max-height:100%}.vbox-content{text-align:center;float:left;width:100%;position:relative;overflow:hidden;padding:20px 4%}.vbox-container img{max-width:100%;height:auto}.vbox-figlio{box-shadow:0 0 12px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);max-width:100%;text-align:initial}img.vbox-figlio{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.vbox-content.swipe-left{margin-left:-200px!important}.vbox-content.swipe-right{margin-left:200px!important}.vbox-animated{webkit-transition:margin .3s ease-out;transition:margin .3s ease-out}.sk-double-bounce,.sk-rotating-plane{width:40px;height:40px;margin:40px auto}.sk-rotating-plane{background-color:#333;-webkit-animation:sk-rotatePlane 1.2s infinite ease-in-out;animation:sk-rotatePlane 1.2s infinite ease-in-out}@-webkit-keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-double-bounce{position:relative}.sk-double-bounce .sk-child{width:100%;height:100%;border-radius:50%;background-color:#333;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-doubleBounce 2s infinite ease-in-out;animation:sk-doubleBounce 2s infinite ease-in-out}.sk-chasing-dots .sk-child,.sk-spinner-pulse,.sk-three-bounce .sk-child{background-color:#333;border-radius:100%}.sk-double-bounce .sk-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-wave{margin:40px auto;width:50px;height:40px;text-align:center;font-size:10px}.sk-wave .sk-rect{background-color:#333;height:100%;width:6px;display:inline-block;-webkit-animation:sk-waveStretchDelay 1.2s infinite ease-in-out;animation:sk-waveStretchDelay 1.2s infinite ease-in-out}.sk-wave .sk-rect1{-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.sk-wave .sk-rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-wave .sk-rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-wave .sk-rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-wave .sk-rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes sk-waveStretchDelay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}.sk-wandering-cubes{margin:40px auto;width:40px;height:40px;position:relative}.sk-wandering-cubes .sk-cube{background-color:#333;width:10px;height:10px;position:absolute;top:0;left:0;-webkit-animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both}.sk-chasing-dots,.sk-spinner-pulse{width:40px;height:40px;margin:40px auto}.sk-wandering-cubes .sk-cube2{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.sk-spinner-pulse{-webkit-animation:sk-pulseScaleOut 1s infinite ease-in-out;animation:sk-pulseScaleOut 1s infinite ease-in-out}@-webkit-keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.sk-chasing-dots{position:relative;text-align:center;-webkit-animation:sk-chasingDotsRotate 2s infinite linear;animation:sk-chasingDotsRotate 2s infinite linear}.sk-chasing-dots .sk-child{width:60%;height:60%;display:inline-block;position:absolute;top:0;-webkit-animation:sk-chasingDotsBounce 2s infinite ease-in-out;animation:sk-chasingDotsBounce 2s infinite ease-in-out}.sk-chasing-dots .sk-dot2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes sk-chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes sk-chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-three-bounce{margin:40px auto;width:80px;text-align:center}.sk-three-bounce .sk-child{width:20px;height:20px;display:inline-block;-webkit-animation:sk-three-bounce 1.4s ease-in-out 0s infinite both;animation:sk-three-bounce 1.4s ease-in-out 0s infinite both}.sk-circle .sk-child:before,.sk-fading-circle .sk-circle:before{display:block;border-radius:100%;content:'';background-color:#333}.sk-three-bounce .sk-bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.sk-three-bounce .sk-bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-three-bounce{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-circle{margin:40px auto;width:40px;height:40px;position:relative}.sk-circle .sk-child{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle .sk-child:before{margin:0 auto;width:15%;height:15%;-webkit-animation:sk-circleBounceDelay 1.2s infinite ease-in-out both;animation:sk-circleBounceDelay 1.2s infinite ease-in-out both}.sk-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleBounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-circleBounceDelay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-cube-grid{width:40px;height:40px;margin:40px auto}.sk-cube-grid .sk-cube{width:33.33%;height:33.33%;background-color:#333;float:left;-webkit-animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out;animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out}.sk-cube-grid .sk-cube1{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube2{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube3{-webkit-animation-delay:.4s;animation-delay:.4s}.sk-cube-grid .sk-cube4{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube5{-webkit-animation-delay:.2s;animation-delay:.2s}.sk-cube-grid .sk-cube6{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-cube-grid .sk-cube7{-webkit-animation-delay:0s;animation-delay:0s}.sk-cube-grid .sk-cube8{-webkit-animation-delay:.1s;animation-delay:.1s}.sk-cube-grid .sk-cube9{-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes sk-cubeGridScaleDelay{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}.sk-fading-circle{margin:40px auto;width:40px;height:40px;position:relative}.sk-fading-circle .sk-circle{width:100%;height:100%;position:absolute;left:0;top:0}.sk-fading-circle .sk-circle:before{margin:0 auto;width:15%;height:15%;-webkit-animation:sk-circleFadeDelay 1.2s infinite ease-in-out both;animation:sk-circleFadeDelay 1.2s infinite ease-in-out both}.sk-fading-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-fading-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-fading-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-fading-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-fading-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-fading-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-fading-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-fading-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-fading-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-fading-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-fading-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-fading-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-fading-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-fading-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-fading-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-fading-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-fading-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-fading-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-fading-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-fading-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-fading-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-fading-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}@keyframes sk-circleFadeDelay{0%,100%,39%{opacity:0}40%{opacity:1}}.sk-folding-cube{margin:40px auto;width:40px;height:40px;position:relative;-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}.sk-folding-cube .sk-cube{float:left;width:50%;height:50%;position:relative;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.sk-folding-cube .sk-cube:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#333;-webkit-animation:sk-foldCubeAngle 2.4s infinite linear both;animation:sk-foldCubeAngle 2.4s infinite linear both;-webkit-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%}.sk-folding-cube .sk-cube2{-webkit-transform:scale(1.1) rotateZ(90deg);transform:scale(1.1) rotateZ(90deg)}.sk-folding-cube .sk-cube3{-webkit-transform:scale(1.1) rotateZ(180deg);transform:scale(1.1) rotateZ(180deg)}.sk-folding-cube .sk-cube4{-webkit-transform:scale(1.1) rotateZ(270deg);transform:scale(1.1) rotateZ(270deg)}.sk-folding-cube .sk-cube2:before{-webkit-animation-delay:.3s;animation-delay:.3s}.sk-folding-cube .sk-cube3:before{-webkit-animation-delay:.6s;animation-delay:.6s}.sk-folding-cube .sk-cube4:before{-webkit-animation-delay:.9s;animation-delay:.9s}@-webkit-keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}@keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0);transform:perspective(140px) rotateX(0);opacity:1}100%,90%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}

	/*
  	Flaticon icon font: Flaticon
  	Creation date: 27/11/2019 09:49
  	*/
	
	@font-face {
	    font-family: "Flaticon";
	    src: url("/wp-content/plugins/solute-elementor-extension/assets/fonts/Flaticon.woff2") format("woff2"), url("/wp-content/plugins/solute-elementor-extension/assets/fonts/Flaticon.woff") format("woff");
	    font-weight: normal;
	    font-style: normal;
	}
	
	[class^="flaticon-"]:before,
	[class*=" flaticon-"]:before,
	[class^="flaticon-"]:after,
	[class*=" flaticon-"]:after {
	    font-family: Flaticon;
	    font-style: normal;
	}
	
	.flaticon-map:before {
	    content: "\f100";
	}
	
	.flaticon-mail:before {
	    content: "\f101";
	}
	
	.flaticon-call-answer:before {
	    content: "\f102";
	}
	
	.flaticon-chat:before {
	    content: "\f103";
	}
	
	.flaticon-left-arrow:before {
	    content: "\f104";
	}
	
	.flaticon-right-arrow:before {
	    content: "\f105";
	}
	
	.flaticon-back:before {
	    content: "\f106";
	}
	
	.flaticon-next:before {
	    content: "\f107";
	}
	
	.flaticon-play-button:before {
	    content: "\f108";
	}
	
	.flaticon-play-button-1:before {
	    content: "\f109";
	}
	
	.flaticon-upload:before {
	    content: "\f10a";
	}
	
	.flaticon-back-1:before {
	    content: "\f10b";
	}
	
	.flaticon-responsive:before {
	    content: "\f10c";
	}
	
	.flaticon-add:before {
	    content: "\f10d";
	}
	
	.flaticon-play-button-2:before {
	    content: "\f10e";
	}
	
	.flaticon-android:before {
	    content: "\f10f";
	}
	
	.flaticon-fire:before {
	    content: "\f110";
	}
	
	.flaticon-layers:before {
	    content: "\f111";
	}
	
	.flaticon-computer:before {
	    content: "\f112";
	}
	
	.flaticon-chip:before {
	    content: "\f113";
	}
	
	.flaticon-cogwheels:before {
	    content: "\f114";
	}
	
	.flaticon-support:before {
	    content: "\f115";
	}
	
	.flaticon-web:before {
	    content: "\f116";
	}
	
	.flaticon-headset:before {
	    content: "\f117";
	}
	
	.flaticon-facebook:before {
	    content: "\f118";
	}
	
	.flaticon-drop-of-liquid:before {
	    content: "\f119";
	}
	
	.flaticon-drop:before {
	    content: "\f11a";
	}
	
	.flaticon-placeholder:before {
	    content: "\f11b";
	}
	
	.flaticon-shield:before {
	    content: "\f11c";
	}
	
	.flaticon-fountain-pen:before {
	    content: "\f11d";
	}
	
	.flaticon-fountain-pen-1:before {
	    content: "\f11e";
	}
	
	.flaticon-settings:before {
	    content: "\f11f";
	}
	
	.flaticon-phone-call:before {
	    content: "\f120";
	}
	
	.flaticon-call:before {
	    content: "\f121";
	}
	
	.flaticon-settings-1:before {
	    content: "\f122";
	}
	
	.flaticon-placeholder-1:before {
	    content: "\f123";
	}
	
	.flaticon-pen:before {
	    content: "\f124";
	}
	
	.flaticon-analytics:before {
	    content: "\f125";
	}
	
	.flaticon-monitor:before {
	    content: "\f126";
	}
	
	.flaticon-email:before {
	    content: "\f127";
	}
	
	.flaticon-speech-bubble:before {
	    content: "\f128";
	}
	
	.flaticon-suitcase:before {
	    content: "\f129";
	}
	
	.flaticon-communications:before {
	    content: "\f12a";
	}
	
	.flaticon-cash:before {
	    content: "\f12b";
	}
	
	.flaticon-twitter:before {
	    content: "\f12c";
	}
	
	.flaticon-twitter-2:before {
	    content: "\f12d";
	}
	
	.flaticon-instagram-logo:before {
	    content: "\f12e";
	}
	
	.flaticon-instagram-1:before {
	    content: "\f12f";
	}
	
	.flaticon-whatsapp-1:before {
	    content: "\f130";
	}
	
	.flaticon-linkedin-2:before {
	    content: "\f131";
	}
	
	.flaticon-twitter-1:before {
	    content: "\f132";
	}
	
	.flaticon-facebook-3:before {
	    content: "\f133";
	}
	
	.flaticon-whatsapp-2:before {
	    content: "\f134";
	}
	
	.flaticon-xiaomi:before {
	    content: "\f135";
	}
	
	.flaticon-odnoklassniki:before {
	    content: "\f136";
	}
	
	.flaticon-pinterest:before {
	    content: "\f137";
	}
	
	.flaticon-pinterest-1:before {
	    content: "\f138";
	}
	
	.flaticon-wifi:before {
	    content: "\f139";
	}
	
	.flaticon-light-bulb:before {
	    content: "\f13a";
	}
	
	.flaticon-project-management:before {
	    content: "\f13b";
	}
	
	.flaticon-monitor-1:before {
	    content: "\f13c";
	}
	
	.flaticon-camera:before {
	    content: "\f13d";
	}
	
	.flaticon-user:before {
	    content: "\f13e";
	}
	
	.flaticon-advertising:before {
	    content: "\f13f";
	}
	
	.flaticon-select:before {
	    content: "\f140";
	}
	
	.flaticon-snowflake:before {
	    content: "\f141";
	}
	
	.flaticon-snowflake-1:before {
	    content: "\f142";
	}
	
	.flaticon-travel-agency:before {
	    content: "\f143";
	}
	
	.flaticon-bauble:before {
	    content: "\f144";
	}
	
	.flaticon-temporary-agency:before {
	    content: "\f145";
	}
	
	.flaticon-star:before {
	    content: "\f146";
	}
	
	.flaticon-snow-globe:before {
	    content: "\f147";
	}
	
	.flaticon-christmas-tree:before {
	    content: "\f148";
	}
	
	.flaticon-gift:before {
	    content: "\f149";
	}
	
	.flaticon-mortgage:before {
	    content: "\f14a";
	}
	
	.flaticon-monitoring:before {
	    content: "\f14b";
	}
	
	.flaticon-network-1:before {
	    content: "\f14c";
	}
	
	.flaticon-neural:before {
	    content: "\f14d";
	}
	
	.flaticon-networking:before {
	    content: "\f14e";
	}
	
	.flaticon-cloud-computing:before {
	    content: "\f14f";
	}
	
	.flaticon-cloud-computing-1:before {
	    content: "\f150";
	}
	
	.flaticon-microchip:before {
	    content: "\f151";
	}
	
	.flaticon-social-care:before {
	    content: "\f152";
	}
	
	.flaticon-help:before {
	    content: "\f153";
	}
	
	.flaticon-begging:before {
	    content: "\f154";
	}
	
	.flaticon-customer-service:before {
	    content: "\f155";
	}
	
	.flaticon-support-2:before {
	    content: "\f156";
	}
	
	.flaticon-support-3:before {
	    content: "\f157";
	}
	
	.flaticon-customer-service-1:before {
	    content: "\f158";
	}
	
	.flaticon-customer-support:before {
	    content: "\f159";
	}
	
	.flaticon-headphones:before {
	    content: "\f15a";
	}
	
	.flaticon-social-care-1:before {
	    content: "\f15b";
	}
	
	.flaticon-care:before {
	    content: "\f15c";
	}
	
	.flaticon-user-1:before {
	    content: "\f15d";
	}
	
	.flaticon-phone:before {
	    content: "\f15e";
	}
	
	.flaticon-search:before {
	    content: "\f15f";
	}
	
	.flaticon-facebook-4:before {
	    content: "\f160";
	}
	
	.flaticon-pin:before {
	    content: "\f161";
	}
	
	.flaticon-user-2:before {
	    content: "\f162";
	}
	
	.flaticon-internet:before {
	    content: "\f163";
	}
	
	.flaticon-user-3:before {
	    content: "\f164";
	}
	
	.flaticon-chat-1:before {
	    content: "\f165";
	}
	
	.flaticon-team:before {
	    content: "\f166";
	}
	
	.flaticon-connection:before {
	    content: "\f167";
	}
	
	.flaticon-bar-chart:before {
	    content: "\f168";
	}
	
	.flaticon-money:before {
	    content: "\f169";
	}
	
	.flaticon-file:before {
	    content: "\f16a";
	}
	
	.flaticon-linkedin-3:before {
	    content: "\f16b";
	}
	
	.flaticon-pinterest-2:before {
	    content: "\f16c";
	}
	
	.flaticon-google-browser:before {
	    content: "\f16d";
	}
	
	.flaticon-gmail-1:before {
	    content: "\f16e";
	}
	
	.flaticon-gmail-3:before {
	    content: "\f16f";
	}
	
	.flaticon-vimeo:before {
	    content: "\f170";
	}
	
	.flaticon-vimeo-2:before {
	    content: "\f171";
	}
	
	.flaticon-skype:before {
	    content: "\f172";
	}
	
	.flaticon-skype-1:before {
	    content: "\f173";
	}
	
	.flaticon-skype-2:before {
	    content: "\f174";
	}
	
	.flaticon-skype-3:before {
	    content: "\f175";
	}
	
	.flaticon-google-plus-logo:before {
	    content: "\f176";
	}
	
	.flaticon-like:before {
	    content: "\f177";
	}
	
	.flaticon-clock:before {
	    content: "\f178";
	}
	
	.flaticon-loupe:before {
	    content: "\f179";
	}
	
	.flaticon-money-1:before {
	    content: "\f17a";
	}
	
	.flaticon-hand-shake:before {
	    content: "\f17b";
	}
	
	.flaticon-team-1:before {
	    content: "\f17c";
	}
	
	.flaticon-money-2:before {
	    content: "\f17d";
	}
	
	.flaticon-man:before {
	    content: "\f17e";
	}
	
	.flaticon-value:before {
	    content: "\f17f";
	}
	
	.flaticon-share:before {
	    content: "\f180";
	}
	
	.flaticon-time:before {
	    content: "\f181";
	}
	
	.flaticon-school:before {
	    content: "\f182";
	}
	
	.flaticon-chart:before {
	    content: "\f183";
	}
	
	.flaticon-data:before {
	    content: "\f184";
	}
	
	.flaticon-photo:before {
	    content: "\f185";
	}
	
	.flaticon-internet-1:before {
	    content: "\f186";
	}
	
	.flaticon-money-3:before {
	    content: "\f187";
	}
	
	.flaticon-payment:before {
	    content: "\f188";
	}
	
	.flaticon-pin-1:before {
	    content: "\f189";
	}
	
	.flaticon-time-1:before {
	    content: "\f18a";
	}
	
	.flaticon-idea:before {
	    content: "\f18b";
	}
	
	.flaticon-download:before {
	    content: "\f18c";
	}
	
	.flaticon-growth:before {
	    content: "\f18d";
	}
	
	.flaticon-multimedia:before {
	    content: "\f18e";
	}
	
	.flaticon-network-2:before {
	    content: "\f18f";
	}
	
	.flaticon-next-1:before {
	    content: "\f190";
	}
	
	.flaticon-origami:before {
	    content: "\f191";
	}
	
	.flaticon-share-1:before {
	    content: "\f192";
	}
	
	.flaticon-clock-1:before {
	    content: "\f193";
	}
	
	.flaticon-refresh:before {
	    content: "\f194";
	}
	
	.flaticon-avatar:before {
	    content: "\f195";
	}
	
	.flaticon-support-4:before {
	    content: "\f196";
	}
	
	.flaticon-cursor:before {
	    content: "\f197";
	}
	
	.flaticon-brain:before {
	    content: "\f198";
	}
	
	.flaticon-laptop:before {
	    content: "\f199";
	}
	
	.flaticon-arrow:before {
	    content: "\f19a";
	}
	
	.flaticon-mortarboard:before {
	    content: "\f19b";
	}
	
	.flaticon-avatar-1:before {
	    content: "\f19c";
	}
	
	.flaticon-chat-2:before {
	    content: "\f19d";
	}
	
	.flaticon-question:before {
	    content: "\f19e";
	}
	
	.flaticon-test:before {
	    content: "\f19f";
	}
	
	.flaticon-doctor:before {
	    content: "\f1a0";
	}
	
	.flaticon-support-5:before {
	    content: "\f1a1";
	}
	
	.flaticon-map-1:before {
	    content: "\f1a2";
	}
	
	.flaticon-eye:before {
	    content: "\f1a3";
	}
	
	.flaticon-money-4:before {
	    content: "\f1a4";
	}
	
	.flaticon-world:before {
	    content: "\f1a5";
	}
	
	.flaticon-school-1:before {
	    content: "\f1a6";
	}
	
	.flaticon-chat-3:before {
	    content: "\f1a7";
	}
	
	.flaticon-idea-1:before {
	    content: "\f1a8";
	}
	
	.flaticon-support-6:before {
	    content: "\f1a9";
	}
	
	.flaticon-diamond:before {
	    content: "\f1aa";
	}
	
	.flaticon-time-2:before {
	    content: "\f1ab";
	}
	
	.flaticon-bag:before {
	    content: "\f1ac";
	}
	
	.flaticon-contract:before {
	    content: "\f1ad";
	}
	
	.flaticon-report:before {
	    content: "\f1ae";
	}
	
	.flaticon-folder:before {
	    content: "\f1af";
	}
	
	.flaticon-truck:before {
	    content: "\f1b0";
	}
	
	.flaticon-document:before {
	    content: "\f1b1";
	}
	
	.flaticon-plane:before {
	    content: "\f1b2";
	}
	
	.flaticon-time-3:before {
	    content: "\f1b3";
	}
	
	.flaticon-trash:before {
	    content: "\f1b4";
	}
	
	.flaticon-pin-2:before {
	    content: "\f1b5";
	}
	
	.flaticon-think:before {
	    content: "\f1b6";
	}
	
	.flaticon-idea-2:before {
	    content: "\f1b7";
	}
	
	.flaticon-download-1:before {
	    content: "\f1b8";
	}
	
	.flaticon-bell:before {
	    content: "\f1b9";
	}
	
	.flaticon-lock:before {
	    content: "\f1ba";
	}
	
	.flaticon-upload-1:before {
	    content: "\f1bb";
	}
	
	.flaticon-cinema:before {
	    content: "\f1bc";
	}
	
	.flaticon-goal:before {
	    content: "\f1bd";
	}
	
	.flaticon-work:before {
	    content: "\f1be";
	}
	
	.flaticon-design:before {
	    content: "\f1bf";
	}
	
	.flaticon-search-1:before {
	    content: "\f1c0";
	}
	
	.flaticon-food:before {
	    content: "\f1c1";
	}
	
	.flaticon-alert:before {
	    content: "\f1c2";
	}
	
	.flaticon-brain-1:before {
	    content: "\f1c3";
	}
	
	.flaticon-book:before {
	    content: "\f1c4";
	}
	
	.flaticon-time-4:before {
	    content: "\f1c5";
	}
	
	.flaticon-shield-1:before {
	    content: "\f1c6";
	}
	
	.flaticon-time-5:before {
	    content: "\f1c7";
	}
	
	.flaticon-man-1:before {
	    content: "\f1c8";
	}
	
	.flaticon-brain-2:before {
	    content: "\f1c9";
	}
	
	.flaticon-water:before {
	    content: "\f1ca";
	}
	
	.flaticon-content:before {
	    content: "\f1cb";
	}
	
	.flaticon-data-1:before {
	    content: "\f1cc";
	}
	
	.flaticon-like-1:before {
	    content: "\f1cd";
	}
	
	.flaticon-time-6:before {
	    content: "\f1ce";
	}
	
	.flaticon-sign:before {
	    content: "\f1cf";
	}
	
	.flaticon-book-1:before {
	    content: "\f1d0";
	}
	
	.flaticon-adjust:before {
	    content: "\f1d1";
	}
	
	.flaticon-menu:before {
	    content: "\f1d2";
	}
	
	.flaticon-calendar:before {
	    content: "\f1d3";
	}
	
	.flaticon-eye-1:before {
	    content: "\f1d4";
	}
	
	.flaticon-clock-2:before {
	    content: "\f1d5";
	}
	
	.flaticon-share-2:before {
	    content: "\f1d6";
	}
	
	.flaticon-fingerprint:before {
	    content: "\f1d7";
	}
	
	.flaticon-signal:before {
	    content: "\f1d8";
	}
	
	.flaticon-lock-1:before {
	    content: "\f1d9";
	}
	
	.flaticon-water-1:before {
	    content: "\f1da";
	}
	
	.flaticon-code:before {
	    content: "\f1db";
	}
	
	.flaticon-repeat:before {
	    content: "\f1dc";
	}
	
	.flaticon-map-2:before {
	    content: "\f1dd";
	}
	
	.flaticon-message:before {
	    content: "\f1de";
	}
	
	.flaticon-network-3:before {
	    content: "\f1df";
	}
	
	.flaticon-more:before {
	    content: "\f1e0";
	}
	
	.flaticon-random:before {
	    content: "\f1e1";
	}
	
	.flaticon-sign-1:before {
	    content: "\f1e2";
	}
	
	.flaticon-mail-1:before {
	    content: "\f1e3";
	}
	
	.flaticon-adjust-1:before {
	    content: "\f1e4";
	}
/*
Author: Atikul Islam;
Version: 1.0.0;
*/

/*animation:  animation-name, animation-duration, animation-timing-function, animation-delay, animation-iteration-count, animation-direction */

.rotate {
	animation: rotation 20s linear infinite;
}
@keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.move-up-down{
	animation: moving 2s linear infinite;
}
@keyframes moving {
	0% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	50% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	100% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}

.move-left-right{
	animation: moveLeftBounce 3s linear infinite;;
}
@keyframes moveLeftBounce {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.zoom-in-out{
	animation: zoom-in-zoom-out 2s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.1, 1.1);
	}
	100% {
		transform: scale(1, 1);
	}
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

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

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Slider */

/*
.slick-loading .slick-list
{
    background: #fff url('/wp-content/plugins/solute-elementor-extension/assets/css/./ajax-loader.gif') center center no-repeat;
}
*/

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/wp-content/plugins/solute-elementor-extension/assets/css/./fonts/slick.eot');
    src: url('/wp-content/plugins/solute-elementor-extension/assets/css/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/wp-content/plugins/solute-elementor-extension/assets/css/./fonts/slick.woff') format('woff'), url('/wp-content/plugins/solute-elementor-extension/assets/css/./fonts/slick.ttf') format('truetype'), url('/wp-content/plugins/solute-elementor-extension/assets/css/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/**
 * Swiper 11.1.9
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
p span{
	color: #0c73ff;
}

/*
===================
Nav Menu
===================
*/
.solute-nav-menu{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.solute-nav-menu .custom-logo-link{
	display: none;
}
.solute-nav-menu .solute-menu-toggle{
	display: none;
}
.solute-nav-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.solute-nav-menu ul li{
	position: relative;
}
.solute-nav-menu ul li a{
	display: inline-block;
	color: #fff;
	font-weight: 500;
	padding: 15px 28px;
	border-left: 1px solid #564af9;
}
.solute-nav-menu .menu-search{
	color: #fff;
	margin-right: 28px;
}

/* Sub Menu */
.solute-nav-menu{
	background-color: #473BF0;
}
.solute-nav-menu ul li.menu-item-has-children a::after{
	content: "\f107";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	margin-left: 5px;
}
.solute-nav-menu ul li.menu-item-has-children .sub-menu a::after{
	display: none;
}
.solute-nav-menu ul li .sub-menu{
	position: absolute;
	display: block;
	background-color: #473BF0;
	width: 250px;
	left: 0;
	top: 130%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.solute-nav-menu ul li:hover .sub-menu{
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.solute-nav-menu ul li .sub-menu li a{
	display: block;
	border: 0;
	border-top: 1px solid #564af9;
}

.solute-nav-menu .menu-search .search--form {
    position: absolute;
    top: 54px;
    right: 0;
    z-index: 2;
    padding: 30px 50px;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: none;
}
.solute-nav-menu .menu-search .search-toggle {
    cursor: pointer;
}
.solute-nav-menu .menu-search .search-toggle.active .open {
    display: none;
}
.solute-nav-menu .menu-search .search-toggle .close {
    display: none;
}
.solute-nav-menu .menu-search .search-toggle.active .close {
    display: block;
}
.solute-nav-menu .menu-search .search--form form{
	position: relative;
}
.solute-nav-menu .menu-search .search--form form input {
    border: 0;
    outline: 0;
    height: 35px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    padding: 5px 30px 5px 15px;
    transition: width 2s;
}
.solute-nav-menu .menu-search .search--form form button {
    position: absolute;
    right: 0;
    border: 0;
    outline: 0;
    height: 35px;
    width: 35px;
    background: transparent;
    padding: 0;
}

/*
===================
Hero Slider
===================
*/
.slider-section.style1 .hero-slider .slider-item{
	position: relative;
	min-height: 820px;
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
}
.slider-section.style1 .hero-slider .slider-item .text-wrapper{
	position: relative;
	width: 55%;
}
.slider-section.style1 .hero-slider .slider-item .subtitle{
	color: var(--main-color);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 4px;
}
.slider-section.style1 .hero-slider .slider-item .title{
	color: #fff;
	font-size: 85px;
	font-weight: bold;
	margin-bottom: 16px;
}
.slider-section.style1 .hero-slider .slider-item .title span{
	color: var(--main-color);
}
.slider-section.style1 .hero-slider .slider-item .description{
	color: rgba(255, 255, 255, 0.8);
}
.slider-section.style1 .hero-slider .slider-item .button-set{
	margin-top: 58px;
}
.slider-section.style1 .hero-slider .slider-item .button-set a {
    position: relative;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
    background: var(--gradient-color1);
    padding: 13px 32px;
    z-index: 1;
}

.slider-section.style1 .hero-slider .slider-item .button-set a::before {
	content: '';
	position: absolute;
	height: 100%;
	background: var(--gradient-color1-reverse);
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
}
.slider-section.style1 .hero-slider .slider-item .button-set a:hover::before {
	opacity: 1;
}

.slider-section.style1 .hero-slider .slider-item .button-set a.button2{
	background: transparent;
	margin-left: 15px;
	border: 1px solid var(--main-color);
}

.slider-section.style1 .hero-slider .owl-nav .owl-prev,
.slider-section.style1 .hero-slider .owl-nav .owl-next{
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 99;
}
.slider-section.style1 .hero-slider .owl-nav .owl-prev i,
.slider-section.style1 .hero-slider .owl-nav .owl-next i{
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.slider-section.style1 .hero-slider .owl-nav .owl-prev i:hover,
.slider-section.style1 .hero-slider .owl-nav .owl-next i:hover{
	background-color: var(--main-color);
	border-color: var(--main-color);
}
.slider-section.style1 .hero-slider .owl-nav .owl-prev{
	right: auto;
    left: -8%;
}
.slider-section.style1 .hero-slider:hover .owl-nav .owl-prev{
    left: 8%;
}
.slider-section.style1 .hero-slider .owl-nav .owl-next{
	left: auto;
    right: -8%;
}
.slider-section.style1 .hero-slider:hover .owl-nav .owl-next{
	right: 8%;
}

.slider-section.style1 .hero-slider .hero-video{
	position: absolute;
	right: 16%;
}
.slider-section.style1 .hero-slider .hero-video a{
    display:inline-block
}
.slider-section.style1 .hero-slider .hero-video a i {
	position:relative;
	color: #fff;
	font-size: 40px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    display: inline-block;
    background: var(--gradient-color1-reverse);
    text-align: center;
    border-radius: 50%;
	z-index:1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.slider-section.style1 .hero-slider .hero-video a {
	position:relative;
}
.slider-section.style1 .hero-slider .hero-video a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100px;
    width: 100px;
    background: rgba(255,116,38, 0.8);
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
	}
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	opacity: 0;
	}
}

/* Style Two */

.slider-section2{
	position: relative;
}
.slider-section2::before{
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    height: 74px;
    width: 100%;
    left: 0;
    bottom: -1px;
    z-index: 2;
}
.slider-section2::after{
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    height: 209px;
    width: 100%;
    left: 0;
    bottom: -40px;
    z-index: 2;
}
.slider-section2 .hero-slider .slider-item{
	position: relative;
	height: 811px;
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.slider-section2 .hero-slider .slider-item::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(17, 10, 10, 0.7);
    top: 0;
    left: 0;
}
.slider-section2 .hero-slider .slider-item .shape1{
	position: absolute;
	height: 475px;
	width: 443px;
	top: 0;
	left: 0;
	background: #F05C08;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	opacity: 0.3;
}
.slider-section2 .hero-slider .slider-item .shape2{
	position: absolute;
	height: 200%;
	width: 590px;
	top: -500px;
	left: 263px;
	transform: rotate(43deg);
	background: linear-gradient(202deg, rgba(57,21,1,1) 42%, rgba(82,29,0,0) 67%);
	opacity: 0.35;
}
.slider-section2 .hero-slider .slider-item .text-area{
	position: relative;
	width: 60%;
	margin-bottom: 35px;
	z-index: 99;
}
.slider-section2 .hero-slider .slider-item .subtitle{
    color: #fff;
    font-size: 40px;
    margin-bottom: 3px;
}
.slider-section2 .hero-slider .slider-item .title{
    position: relative;
    display: inline;
    color: #fff;
	font-size: 80px;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
	background: linear-gradient(to right, currentcolor 0%, currentcolor 100%);
	background-size: 100% 4px;
    background-repeat: no-repeat;
    background-position: left 97%;
}

.slider-section2 .hero-slider .slider-item .title span{
	color: #0c73ff;
	text-decoration: underline;
}
.slider-section2 .hero-slider .slider-item .description{
	color: #fff;
	font-size: 18px;
	line-height: 1.666666;
	margin: 32px 0 0;
}
.slider-section2 .hero-slider .slider-item .button-set{
	margin-top: 40px;
}
.slider-section2 .hero-slider .slider-item .button-set .button1 {
	position: relative;
	display: inline-flex;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 14px 34px;
	border: 1px solid var(--main-color);
	overflow: hidden;
	z-index: 1;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}
.slider-section2 .hero-slider .slider-item .button-set .button1 i {
	font-size: 14px;
	transform: rotate(-45deg);
	margin-left: 5px;
}
.slider-section2 .hero-slider .slider-item .button-set .button1 span {
	position: absolute;
	width: 25%;
	height: 100%;
	background-color: var(--main-color);
	transform: translateY(0) scale(2);
	border-radius: 50%;
	top: 0;
	left: 0;
	transition: 0.5s;
	z-index: -1;
}
.slider-section2 .hero-slider .slider-item .button-set .button1:hover span {
	transform: translateY(150%);
}
.slider-section2 .hero-slider .slider-item .button-set .button1 span:nth-child(2) {
	left: 25%;
	transition-delay: 0.1s;
}
.slider-section2 .hero-slider .slider-item .button-set .button1 span:nth-child(3) {
	left: 50%;
	transition-delay: 0.2s;
}
.slider-section2 .hero-slider .slider-item .button-set .button1 span:nth-child(4) {
	left: 75%;
	transition-delay: 0.3s;
}
.slider-section2 .hero-slider .slider-item .button-set .button2{
	display: inline-block;
	color: var(--main-color);
	font-size: 16px;
	font-weight: bold;
	line-height: 1.188;
    padding: 18px 24px;
	background: #fff;
	margin-left: 15px;
	transition: 0.3s;
}
.slider-section2 .hero-slider .slider-item .button-set .button2:hover{
    color: #fff;
    background-color: var(--main-color);
}

#thumb-carousel{
    position: absolute;
    right: 172px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
#thumb-carousel .thumb-item{
    height: 80px;
    width: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
}
#thumb-carousel .thumb-item.active{
    height: 95px;
    width: 95px;
    border: 3px solid var(--main-color);
}
#thumb-carousel .thumb-item:last-child{
    margin-bottom: 0;
}
#thumb-carousel .thumb-item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* Style Two */

.slider-section3{
	position: relative;
}
.slider-section3 .hero-slider .slider-item{
	position: relative;
	height: 850px;
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
}
.slider-section3 .hero-slider .slider-item::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.6) 50%, transparent 70%);
}
.slider-section3 .hero-slider .slider-item .text-area{
	position: relative;
	width: 65%;
}
.slider-section3 .hero-slider .slider-item .title h1{
	font-size: 80px;
	font-weight: bold;
	line-height: 1.2;
}
.slider-section3 .hero-slider .slider-item .title h1 span{
	color: #0c73ff;
	text-decoration: underline;
}
.slider-section3 .hero-slider .slider-item .description{
	margin-top: 22px;
}
.slider-section3 .hero-slider .slider-item .description p{
	color: #3f4755;
	font-size: 18px;
	font-weight: 500;
}

.slider-section3 .hero-slider .slider-item .button-set{
	margin-top: 37px;
}
.slider-section3 .hero-slider .slider-item .button-set a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
    background: #0c73ff;
    padding: 18px 35px;
}
.slider-section3 .hero-slider .slider-item .button-set a.button2{
	color: #0c73ff;
	background: #fff;
	margin-left: 15px;
	padding: 18px 24px;
}











.slider-section3 .hero-slider .owl-nav .owl-prev,
.slider-section3 .hero-slider .owl-nav .owl-next{
    color: #fff;
    font-size: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 99;
}
.slider-section3 .hero-slider .owl-nav .owl-prev{
	right: auto;
    left: 8%;
}
.slider-section3 .hero-slider .owl-nav .owl-next{
	left: auto;
    right: 8%;
}
.slider-section3 .hero-slider .owl-nav .owl-prev:hover,
.slider-section3 .hero-slider .owl-nav .owl-next:hover{
	color: #1d1d1b;
}

/*
===================
Hero Text
===================
*/
.hero-text .subtitle{
	color: #fff;
	font-weight: 500;
	margin-bottom: 15px;
}
.hero-text .title{
	color: #fff;
	font-size: 70px;
	line-height: 1.4;
	margin-bottom: 20px;
}
.hero-text .description {
	color: #fff;
	font-size: 18px;
	margin-bottom: 40px;
}
.butto{
	position: relative;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	background-color: #fff;
	padding: 20px 38px;
	z-index: 1;
	overflow: hidden;
}
.butto:hover{
	color: #fff;
}
.butto::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 118%;
	left: -56px;
	top: 0;
	background-color: #473bf0;
	transform: skew(-30deg);
	z-index: -1;
	transition: 0.5s;
}
.butto:hover::before{
	left: -19px;
}
.butto i{
	margin-left: 10px;
}

/*
===================
Hero Particles
===================
*/
.hero-particles.style1 {
	position: relative;
	text-align: center;
	height: 990px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hero-particles.style1::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(34,36,41,0.85);
}
.hero-particles.style1 .wrapper{
    position: relative;
    width: 50%;
    z-index: 1;
}
.hero-particles.style1 .subtitle{
	position: relative;
	display: inline-block;
	color: var(--main-color);
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 6px;
}
.hero-particles.style1 .subtitle::before,
.hero-particles.style1 .subtitle::after{
	content: '';
	position: absolute;
	height: 2px;
	width: 45px;
	background-color: var(--main-color);
	top: 50%;
	left: -55px;
}
.hero-particles.style1 .subtitle::after{
	left: inherit;
	right: -55px;
}
.hero-particles.style1 .title{
	font-size: 85px;
	font-weight: bold;
	margin-bottom: 18px;
}
.hero-particles.style1 .title span{
	color: var(--main-color);
}
.hero-particles.style1 .description{
    width: 65%;
    margin: 0 auto 53px;
}
.hero-particles.style1 .button-set a{
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 32px;
	border: 1px solid var(--main-color);
	z-index: 1;
	overflow: hidden;
}
.hero-particles.style1 .button-set a.hero-btn1{
	color: #fff;
	margin-right: 10px;
}
.hero-particles.style1 .button-set a.hero-btn1::before{
    content: '';
    position: absolute;
    height: 100%;
    background-color: var(--main-color);
    width: 50%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.hero-particles.style1 .button-set a.hero-btn1:hover::before{
    left: -50%;
}
.hero-particles.style1 .button-set a.hero-btn1::after{
    content: '';
    position: absolute;
    height: 100%;
    background-color: var(--main-color);
    width: 50%;
    top: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.hero-particles.style1 .button-set a.hero-btn1:hover::after{
    right: -50%;
}
.hero-particles.style1 .button-set a.hero-btn2{
	background-color: transparent;
}
.hero-particles.style1 .button-set a.hero-btn2::before{
    content: '';
    position: absolute;
    height: 100%;
    background-color: var(--main-color);
    width: 50%;
    top: 0;
    left: -50%;
    z-index: -1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.hero-particles.style1 .button-set a.hero-btn2:hover::before{
    left: 0;
}
.hero-particles.style1 .button-set a.hero-btn2::after{
    content: '';
    position: absolute;
    height: 100%;
    background-color: var(--main-color);
    width: 50%;
    top: 0;
    right: -50%;
    z-index: -1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.hero-particles.style1 .button-set a.hero-btn2:hover::after{
    right: 0;
}
.hero-particles.style1 .hero-shape {
	position: absolute;
	left: 0;
	bottom: -5px;
	z-index: 1;
}
.hero-particles.style1 #particles-js{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

@media(max-width: 1471px){
    
    .hero-particles.style1 .wrapper{
        width: 55%;
    }
}
@media(max-width: 1366px){

	.hero-particles.style1 {
		height: 900px;
	}
	.hero-particles.style1 .title{
		font-size: 68px;
	}
}
@media(max-width: 1177px){
    
    .hero-particles.style1 .wrapper{
        width: 60%;
    }
}
@media(max-width: 1024px){
    
    .hero-particles.style1 .wrapper{
        width: 70%;
    }
}
@media(max-width: 991px){
    
	.hero-particles.style1 {
		height: 700px;
	}
	.hero-particles.style1 .title{
		font-size: 60px;
	}
}
@media(max-width: 767px){
    
    .hero-particles.style1{
        height: 530px;
    }
    .hero-particles.style1 .wrapper{
        width: 100%;
    }
    .hero-particles.style1 .subtitle {
		font-size: 13px;
	}
	.hero-particles.style1 .title {
		font-size: 35px;
	}
	.hero-particles.style1 .description{
        width: 90%;
    }
	.hero-particles.style1 .button-set a {
		padding: 12px 28px;
	}
	.hero-particles.style1 .button-set a.hero-btn1 {
		margin-right: 5px;
	}
}

/* Style Two */

.hero-particles.style2 {
	position: relative;
	text-align: center;
	min-height: 900px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hero-particles.style2 .subtitle{
	position: relative;
	display: inline-block;
	color: var(--main-color);
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 6px;
	z-index: 1;
}
.hero-particles.style2 .subtitle::before,
.hero-particles.style2 .subtitle::after{
	content: '';
	position: absolute;
	height: 2px;
	width: 45px;
	background-color: var(--main-color);
	top: 50%;
	left: -55px;
}
.hero-particles.style2 .subtitle::after{
	left: inherit;
	right: -55px;
}
.hero-particles.style2 .title{
	position: relative;
	font-size: 85px;
	font-weight: bold;
	margin-bottom: 18px;
	z-index: 1;
}
.hero-particles.style2 .title span{
	color: var(--main-color);
}
.hero-particles.style2 .description{
	margin-bottom: 53px;
}
.hero-particles.style2 .button-set a{
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 32px;
	border: 1px solid var(--main-color);
	z-index: 1;
	overflow: hidden;

}
.hero-particles.style2 .button-set a.hero-btn1{
	color: #fff;
	margin-right: 10px;
}
.hero-particles.style2 .button-set a.hero-btn1::before{
    content: '';
    position: absolute;
    height: 100%;
    background-color: var(--main-color);
    width: 50%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.hero-particles.style2 .button-set a.hero-btn1:hover::before{
    left: -50%;
}
.hero-particles.style2 .button-set a.hero-btn1::after{
    content: '';
    position: absolute;
    height: 100%;
    background-color: var(--main-color);
    width: 50%;
    top: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.hero-particles.style2 .button-set a.hero-btn1:hover::after{
    right: -50%;
}
.hero-particles.style2 .button-set a.hero-btn2{
	background-color: transparent;
}
.hero-particles.style2 .button-set a.hero-btn2::before{
    content: '';
    position: absolute;
    height: 100%;
    background-color: var(--main-color);
    width: 50%;
    top: 0;
    left: -50%;
    z-index: -1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.hero-particles.style2 .button-set a.hero-btn2:hover::before{
    left: 0;
}
.hero-particles.style2 .button-set a.hero-btn2::after{
    content: '';
    position: absolute;
    height: 100%;
    background-color: var(--main-color);
    width: 50%;
    top: 0;
    right: -50%;
    z-index: -1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.hero-particles.style2 .button-set a.hero-btn2:hover::after{
    right: 0;
}

#particles-js{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

/* Style Three */

.hero-particles.style3{
    position: relative;
}
.hero-particles.style3 .wrapper {
	position: relative;
	height: 900px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1290px;
	margin: auto;
	padding-top: 100px;
}
.hero-particles.style3 .wrapper .content{
    width: 50%;
}
.hero-particles.style3 .wrapper .single-image{
    width: 50%;
}
.hero-particles.style3 .wrapper .single-image img{
    position: absolute;
    top: 47px;
    right: -200px;
}
.hero-particles.style3 .subtitle{
	color: #4f7efa;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 15px;
	z-index: 1;
}
.hero-particles.style3 .title{
	position: relative;
	color: #fff;
	font-size: 56px;
	font-weight: bold;
	line-height: 66px;
	margin-bottom: 20px;
	z-index: 1;
}
.hero-particles.style3 .title span{
    position: relative;
	color: #4f7efa;
}
.hero-particles.style3 .title span::before {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	height: 15px;
	width: 100%;
	bottom: -5px;
}
.hero-particles.style3 .description{
    color: #a0a5b9;
	margin-bottom: 36px;
}
.hero-particles.style3 .button-set a{
	position: relative;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	padding: 19px 40px;
    background: #2e4ffe;
    background: -moz-linear-gradient(left,  #2e4ffe 0%, #4f7efa 100%);
    background: -webkit-linear-gradient(left,  #2e4ffe 0%,#4f7efa 100%);
    background: linear-gradient(to right,  #2e4ffe 0%,#4f7efa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e4ffe', endColorstr='#4f7efa',GradientType=1 );
	border-radius: 30px;
	z-index: 1;
}
.hero-particles.style3 .button-set a.hero-btn1{
	color: #fff;
	margin-right: 10px;
}
.hero-particles.style3 .button-set a.hero-btn1 i {
	transform: rotate(-45deg);
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}
.hero-particles.style3 .button-set a.hero-btn2{
    color: #fff;
    font-size: 18px;
	background: transparent;
	border-radius: 0;
	margin-left: 92px;
	padding: 0;
}
.hero-particles.style3 .button-set a.hero-btn2::before {
	content: '';
	position: absolute;
	height: 41px;
	width: 57px;
	top: -8px;
	left: -75px;
}

/* Style Four */

.hero-particles.style4{
    position: relative;
    background: linear-gradient(0deg, rgba(255,190,61,1) 0%, #ff7426 100%);
}
.hero-particles.style4::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	animation: noise 3s steps(5, end) infinite;
}
.hero-particles.style4 .wrapper {
	position: relative;
	height: 950px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1290px;
	margin: auto;
	padding: 100px 10px 0 10px;
}
.hero-particles.style4 .wrapper .content{
    width: 50%;
}
.hero-particles.style4 .wrapper .single-image{
    width: 50%;
}
.hero-particles.style4 .subtitle{
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 15px;
	z-index: 1;
}
.hero-particles.style4 .title{
	position: relative;
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 20px;
	z-index: 1;
}
.hero-particles.style4 .title span{
    position: relative;
	color: #4f7efa;
}
.hero-particles.style4 .description{
    color: rgba(255, 255, 255, 0.8);
	margin-bottom: 36px;
}
.hero-particles.style4 .button-set a {
	position: relative;
	display: inline-block;
	color: var(--main-color);
	font-size: 14px;
	font-weight: 600;
	padding: 12px 32px;
	border: 1px solid #fff;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.hero-particles.style4 .button-set .hero-btn1 {
	margin-right: 10px;
}
.hero-particles.style4 .button-set a:hover{
    color: #fff;
}
.hero-particles.style4 .button-set a::after {
	content: '';
	position: absolute;
	height: 100%;
	background-color: #fff;
	width: 50%;
	top: 0;
	right: 0;
	z-index: -1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.hero-particles.style4 .button-set a:hover::after {
	right: -50%;
}
.hero-particles.style4 .button-set a::before {
	content: '';
	position: absolute;
	height: 100%;
	background-color: #fff;
	width: 50%;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.hero-particles.style4 .button-set a:hover::before {
	left: -50%;
}

.hero-particles.style4 .button-set .hero-btn2{
    color: #fff;
}
.hero-particles.style4 .button-set .hero-btn2:hover{
    color: var(--main-color);
}
.hero-particles.style4 .button-set .hero-btn2::before {
	content: '';
	position: absolute;
	height: 100%;
	background-color: #fff;
	width: 50%;
	top: 0;
	left: -50%;
	z-index: -1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.hero-particles.style4 .button-set .hero-btn2:hover::before {
	left: 0;
}
.hero-particles.style4 .button-set .hero-btn2::after {
	content: '';
	position: absolute;
	height: 100%;
	background-color: #fff;
	width: 50%;
	top: 0;
	right: -50%;
	z-index: -1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.hero-particles.style4 .button-set .hero-btn2:hover::after {
	right: 0;
}

@keyframes noise {
	0% {
		background-position: 0% 0%;
	}
	20% {
		background-position: 25% 15%;
	}
	40% {
		background-position: 50% 69%;
	}
	60% {
		background-position: 33% 25%;
	}
	80% {
		background-position: 72% 4%;
	}
	100% {
		background-position: 80% 91%;
	}
}

/*
===================
 Hero Image
===================
*/
.hero-image.style1 .wrapper{
	position: relative;
	height: 600px;
	width: 600px;
	border: 1px solid var(--main-color);
	border-radius: 50%;
}
.hero-image.style1 .wrapper .circle1{
	position: absolute;
	height: 100%;
	width: 100%;
	border-radius: 50%;
}
.hero-image.style1 .wrapper:hover .circle1{
	z-index: 1;
}
.hero-image.style1 .wrapper:hover .rotate{
	-webkit-animation-play-state:paused;
	-moz-animation-play-state:paused;
	-o-animation-play-state:paused;
	animation-play-state:paused;
}
.hero-image.style1 .wrapper .circle1 a{
	position: absolute;
	color: #fff;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--main-color);
	z-index: 9999;
}
.hero-image.style1 .wrapper .circle1 a:nth-child(1){
	left: -18px;
	top: 50%;
}
.hero-image.style1 .wrapper .circle1 a:nth-child(2){
	left: 50%;
	top: -18px;
}
.hero-image.style1 .wrapper .circle1 a:nth-child(3){
	right: -18px;
	top: 50%;
}
.hero-image.style1 .wrapper .circle1 a:nth-child(4){
	left: 50%;
	bottom: -18px;
}
.hero-image.style1 .wrapper img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 0;
}

/*
===================
Item List
===================
*/
.item-list.style1 ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.item-list.style1 ul li{
	margin-bottom: 16px;
}
.item-list.style1 ul li:last-child{
	margin-bottom: 0;
}
.item-list.style1 ul li i{
	color: var(--main-color);
	font-size: 10px;
	margin-right: 5px;
}

/* Style Two */

.item-list.style2 ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.item-list.style2 ul li {
    position: relative;
    color: var(--title-color);
    font-weight: 600;
    margin-bottom: 20px;
    padding: 15px 20px;
    background-color: #f7f8f8;
    z-index: 1;
    transition: color 0.5s ease-in-out;
}
.item-list.style2 ul li:hover{
    color: #fff;
    transition: 0.3s;
}
.item-list.style2 ul li::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 3px;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, #ffbe3d 0%, #ff7426 100%);
    z-index: -1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.item-list.style2 ul li:hover::before{
    width: 100%;
}

/* Style Three */

.item-list.style3 ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.item-list.style3 ul li {
	position: relative;
    color: #0d1e35;
    font-weight: 500;
    padding-left: 35px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.item-list.style3 ul li:last-child{
	margin-bottom: 0;
	border: 0;
}
.item-list.style3 ul li::before {
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: #473bf0;
    left: 6px;
    top: 6px;
    border-radius: 50%;
    z-index: 1;
}
.item-list.style3 ul li::after {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: #f2f2f2;
    left: 0;
    top: 0;
    border-radius: 50%;
}

/*
===================
Brand
===================
*/
.brand.style1{
	position: relative;
}
.brand.style1 .brand-carousel{
	position: relative;
}
.brand.style1 .brand-carousel .brand-item img{
	width: auto;
	object-fit: cover;
	filter: grayscale(100%);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.brand.style1 .brand-carousel .brand-item:hover img{
	filter: grayscale(0);
}
.brand.style1 .brand-carousel .slick-prev{
	position: absolute;
	color: #0c73ff;
	font-size: 26px;
	height: 50px;
	width: 50px;
	background: #fff;
	bottom: 100%;
	top: inherit;
	right: 50px;
	left: inherit;
	transform: inherit;
}
.brand.style1 .brand-carousel .slick-next{
	position: absolute;
	color: #0c73ff;
	font-size: 26px;
	height: 50px;
	width: 50px;
	background: #fff;
	bottom: 100%;
	top: inherit;
	right: 0;
	transform: inherit;
}
.brand.style1 .brand-carousel .slick-prev::before,
.brand.style1 .brand-carousel .slick-next::before{
	display: none;
}

.brand.style1 .brand-carousel .slick-prev:hover,
.brand.style1 .brand-carousel .slick-next:hover{
	color: #fff;
	background: #0c73ff;
}

/* Style Two */


/* Style Three */

.brand.style3{
	position: relative;
}
.brand.style3 .brand-carousel{
	position: relative;
}
.brand.style3 .brand-carousel .brand-item img{
	width: auto;
	object-fit: cover;
	filter: grayscale(100%);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.brand.style3 .brand-carousel .brand-item:hover img{
	filter: grayscale(0);
}
.brand.style3 .brand-carousel .slick-prev{
	position: absolute;
	color: #0c73ff;
	font-size: 26px;
	height: 50px;
	width: 50px;
	background: #fff;
	bottom: 100%;
	top: inherit;
	right: 50px;
	left: inherit;
	transform: inherit;
}
.brand.style3 .brand-carousel .slick-next{
	position: absolute;
	color: #0c73ff;
	font-size: 26px;
	height: 50px;
	width: 50px;
	background: #fff;
	bottom: 100%;
	top: inherit;
	right: 0;
	transform: inherit;
}
.brand.style3 .brand-carousel .slick-prev::before,
.brand.style3 .brand-carousel .slick-next::before{
	display: none;
}

.brand.style3 .brand-carousel .slick-prev:hover,
.brand.style3 .brand-carousel .slick-next:hover{
	color: #fff;
	background: #0c73ff;
}

/* Style Four */

.brand.style4 {
    max-width: 1920px;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
}
.brand.style4 .marquee__item {
    display: inline-block;
    will-change: transform;
    animation: marquee 15s linear infinite;
}
.brand.style4 .marquee__item .banner-marque-bottom {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.brand.style4 .marquee__item .banner-marque-bottom p {
    display: block;
    margin: 0 63px 0 0;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 19px;
    text-transform: uppercase;
}
.brand.style4 .marquee__item .banner-marque-bottom p .seperator{
    margin-left: 48px;
}
.brand.style4 .marquee__item .brand-item{
    margin-right: 30px;
}
@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/*
===================
Section Title
===================
*/
.section-title.style1 .subtitle{
	position: relative;
	display: inline-block;
	color: var(--main-color);
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 15px;
}
.section-title.style1 .subtitle::before,
.section-title.style1 .subtitle::after{
	content: '';
	position: absolute;
	height: 2px;
	width: 45px;
	background-color: var(--main-color);
	top: 50%;
	left: -55px;
}
.section-title.style1 .subtitle::after{
	left: inherit;
	right: -55px;
}
.section-title.style1 .title{
	font-size: 50px;
	margin-bottom: 20px;
}
.section-title.style1 .title span{
	color: var(--main-color);
}
.section-title.center{
	text-align: center;
	margin: auto;
}
.section-title.right{
	text-align: right;
}
.section-title.style1.left .subtitle::before{
	display: none;
}
.section-title.right .subtitle::after{
    display: none;
}

/* Style Two */

.section-title.style2 .subtitle{
	position: relative;
	display: inline-block;
	color: var(--main-color);
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 25px;
}
.section-title.style2 .subtitle::after{
	content: '';
	position: absolute;
	height: 2px;
	width: 45px;
	bottom: -11px;
    height: 10px;
    width: 79px;
	right: -15px;
}
.section-title.style2 .title{
	font-size: 50px;
	margin-bottom: 20px;
}
.section-title.style2 .title span{
	color: var(--main-color);
}

/* Style Three */

.section-title.style3 .subtitle{
	position: relative;
	color: #4f7efa;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 17px;
}
.section-title.style3 .title{
	font-size: 38px;
	margin-bottom: 20px;
}
.section-title.style3 .title span{
    position: relative;
	color: #4f7efa;
}
.section-title.style3 .title span::before {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	height: 10px;
	width: 100%;
	bottom: -6px;
}

/* Style Four */

.section-title.style4 .subtitle{
	position: relative;
	display: inline-block;
	color: var(--main-color);
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 15px;
	padding-left: 22px;
}
.section-title.style4 .subtitle::before {
	content: '';
	position: absolute;
	height: 12px;
	width: 12px;
	background-color: #fff;
	top: 4px;
	left: 0;
	border: 2px solid var(--main-color);
}
.section-title.style4 .subtitle::after{
	content: '';
	position: absolute;
	height: 4px;
	width: 4px;
	background-color: var(--main-color);
	top: 8px;
	left: 4px;
}
.section-title.style4 .title{
	margin-bottom: 20px;
	letter-spacing: -1px;
}
.section-title.style4 .title span{
	color: var(--main-color);
}
.section-title.style4 .description{
    color: #808A9B;
    line-height: 1.625;
}

/*
===================
Service Carousel
===================
*/
.service-section .owl-item{
	background: #fff;
}
.service-section .service-box{
	position: relative;
	padding: 20px 60px 50px 60px;
	box-shadow: 0 14px 46px 0 rgba(13, 30, 53, 0.04);
}
.service-section .service-box::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.5s;
	z-index: -2;
}
.service-section .service-box::after{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(12, 115, 255, 0.8);
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.5s;
	z-index: -1;
}
.service-section .service-box:hover::before{
	opacity: 1;
}
.service-section .service-box:hover::after{
	opacity: 1;
}
.service-section .service-box:hover .title h3,
.service-section .service-box:hover .description p,
.service-section .service-box:hover .service-button a{
	color: #fff;
}
.service-section .service-box .number{
	color: #0c73ff;
	font-size: 100px;
	font-weight: 900;
	opacity: 0.1;
}
.service-section .service-box:hover .number{
	color: #6baaff;
}
.service-section .service-box .title h3{
	font-weight: bold;
	margin: 5px 0 20px;
}
.service-section .service-box .description p{
	color: #7f8388;
	margin: 0 0 22px;
}
.service-section .service-box .service-button a{
	color: #0d1e35;
	font-size: 18px;
	font-weight: bold;
}
.service-section .service-box .service-button a i{
	font-size: 30px;
}
.service-section .owl-dots{
	text-align: center;
	margin-top: 48px;
}
.service-section .owl-dots .owl-dot{
	height: 10px;
	width: 10px;
	background: #0c73ff;
	opacity: 0.11;
	margin-right: 8px;
	transition: 0.5s;
}
.service-section .owl-dots .owl-dot.active{
	width: 40px;
	opacity: 1;
}

/*
===================
 Feature Carousel
===================
*/

.features.style1{
    position: relative;
}
.features.style1 .feature-carousel{
    padding-right: 75px;
}
.features.style1 .feature-box{
    text-align: center;
    background-color: #fff;
    padding: 50px 30px 28px;
}
.features.style1 .feature-box .icon{
    height: 100px;
    width: 100px;
    line-height: 88px;
    border: 8px solid var(--main-color);
    border-radius: 50%;
    margin: 0 auto 20px;
}
.features.style1 .feature-box .icon i{
    color: var(--main-color);
    font-size: 40px;
}
.features.style1 .feature-box .title{
    font-size: 20px;
    letter-spacing: -0.6px;
    margin-bottom: 11px;
}
.features.style1 .feature-box .description{
    color: #808A9B;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.45px;
}
.features.style1 .custom-nav{
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.features.style1 .custom-nav span{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    opacity: 1;
    background: #20232A;
    border: 1px solid #3A3D46;
    border-radius: 50%;
    margin-bottom: 10px;
    cursor: pointer;
}
.features.style1 .custom-nav span:last-child{
    margin-bottom: 0;
}
.features.style1 .custom-nav span.active {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

/*
===================
Working Process
===================
*/

.working-process .process-box{
    position: relative;
    display: flex;
    margin-bottom: 10px;
}
.working-process .process-box:last-child{
    margin-bottom: 0;
}
.working-process .process-box::before {
	content: "";
	position: absolute;
	height: calc(100% + 28px);
	width: 1px;
	background-color: #ECE8E8;
	left: 22px;
	top: 5px;
}
.working-process .process-box:last-child::before{
    display: none;
}
.working-process .process__number {
    display: inline-block;
	color: var(--main-color);
	font-weight: bold;
	height: 45px;
	width: 45px;
	background-color: #FEEFE8;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	margin: 5px 20px 0 0;
	flex-shrink: 0;
	z-index: 1;
	-webkit-transition: .5s;
	transition: .5s;
}
.working-process .process-box .process-title {
	font-size: 20px;
	letter-spacing: -0.6px;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.working-process .process-box .description{
    color: #808A9B;
    line-height: 1.625;
}

/* Style Two
-------------*/

.working-carousel .process-carousel{
	position: relative;
}
.working-carousel .process-carousel .process-box{
	position: relative;
	text-align: center;
	border: 2px solid rgba(255, 255, 255, 0.1);
	padding: 45px 15px 20px;
}
.working-carousel .process-carousel .process-box .icon {
	color: #0c73ff;
	font-size: 90px;
	margin-bottom: 30px;
}
.working-carousel .process-carousel .process-box .content .process-title{
	color: #fff;
}
.working-carousel .process-carousel .process-box .content p{
	color: #546b89;
}
.working-carousel .slick-slide {
	margin: 0 15px;
}
.working-carousel .slick-list {
	margin: 0 -15px;
	overflow: hidden;
}
.working-carousel .process-carousel .slick-prev{
	color: #0c73ff;
	font-size: 26px;
	height: 50px;
	width: 50px;
	background: #fff;
	top: inherit;
	bottom: -89px;
	right: 50px;
	left: inherit;
	transform: inherit;
}
.working-carousel .process-carousel .slick-next{
	color: #0c73ff;
	font-size: 26px;
	height: 50px;
	width: 50px;
	background: #fff;
	top: inherit;
	bottom: -89px;
	right: 0;
	transform: inherit;
}
.working-carousel .process-carousel .slick-prev::before,
.working-carousel .process-carousel .slick-next::before{
	display: none;
}

.working-carousel .process-carousel .slick-prev:hover,
.working-carousel .process-carousel .slick-next:hover{
	color: #fff;
	background: #0c73ff;
}

.search-box{
	position: relative;
}
.search-box .search-input{
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 0;
	padding: 16px 10px 16px 29px;
	width: 200px;
	outline: 0;
}
.search-box button{
	position: absolute;
	color: #0c73ff;
	font-size: 14px;
	height: 30px;
	width: 30px;
	border: 0;
	background: #fff;
	left: 184px;
	top: 50%;
	transform: translateY(-50%);
}
.search-box .search-input::placeholder{
	color: #fff;
	font-weight: bold;
}

/*
===================
Team Section
===================
*/
.single-team.style1{
	position: relative;
	text-align: center;
	padding: 30px;
	background-color: #fff;
	box-shadow: 0px 10px 31px 0px rgba(169, 177, 193, 0.17);
}
.single-team.style1 .profile-picture{
	position: relative;
	overflow: hidden;
}
.single-team.style1 .profile-picture img{
	width: 100%;
}
.single-team.style1 .profile-picture .team-social-icons {
    display: flex;
	position: absolute;
	top: 100%;
	left: 50%;
	background-color: var(--main-color);
	transform: translateX(-50%);
	padding: 8px 24px;
	transition: 0.5s;
}
.single-team.style1:hover .profile-picture .team-social-icons{
    top: 74%;
}
.single-team.style1 .profile-picture .team-social-icons a{
	display: inline-block;
	color: #fff;
	margin-right: 13px;
	padding: 5px;
	transition: 0.3s;
}
.single-team.style1 .profile-picture .team-social-icons a:last-child{
    margin-right: 0;
}
.single-team.style1 .profile-picture .team-social-icons a:hover{
	transform: translateY(-5px);
}
.single-team.style1 .content h3 {
	text-transform: uppercase;
	margin: 29px 0 7px;
}
.single-team.style1 .content h6 {
	color: var(--main-color);
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}

/* Style Two
---------------*/
.single-team.style2{
	position: relative;
}
.single-team.style2 .profile-picture img{
	width: 100%;
}
.single-team.style2 .profile-picture{
	position: relative;
}
.single-team.style2 .profile-picture::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(to top, #0d1e35 0%, transparent 50%);;
}
.single-team.style2 .team-content{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 30px 50px 30px;
}
.single-team.style2 .team-content .team-button2 span{
	display: inline-block;
	color: #1075ff;
	font-size: 20px;
	font-weight: bold;
	height: 50px;
	width: 50px;
	line-height: 50px;
	background: #fff;
	margin-bottom: 35px;
	cursor: pointer;
}
.single-team.style2 .team-content .social-icons2 {
	position: absolute;
	display: flex;
	flex-direction: column;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.single-team.style2 .team-content .social-icons2 a{
	color: #0c73ff;
	background-color: #fff;
	height: 50px;
	width: 50px;
	line-height: 50px;
}
.single-team.style2 .team-content .name-designation h3{
	color: #fff;
	font-weight: bold;
	margin-bottom: 3px;
}
.single-team.style2 .team-content .name-designation h6{
	color: #b6cae5;
	font-size: 14px;
	font-weight: normal;
}

/* Style Three
---------------*/
.single-team.style3{
	position: relative;
	text-align: center;
	padding: 12px;
	background-color: #fff;
}
.single-team.style3 .profile-picture{
	position: relative;
	overflow: hidden;
}
.single-team.style3 .profile-picture .team-button {
    position: absolute;
    height: 60px;
    width: 60px;
    line-height: 45px;
    background: #fff;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    color: #0c73ff;
    font-weight: bold;
    cursor: pointer;
}
.single-team.style3 .profile-picture .team-button::before{
	content: "+";
	font-size: 24px;
}
.single-team.style3 .profile-picture .team-button.active::before{
	content: "-";
	font-size: 34px;
}
.single-team.style3 .profile-picture img{
	width: 100%;
}
.single-team.style3 .profile-picture .social-icons{
	position: absolute;
	display: flex;
	flex-direction: column;
	left: 50%;
	transform: translateX(-50%);
	bottom: 40px;
}
.single-team.style3 .profile-picture .social-icons a{
	color: #0c73ff;
	font-size: 18px;
	height: 60px;
	width: 60px;
	line-height: 60px;
	border-radius: 50%;
	background: #fff;
	margin-bottom: 5px;
}
.single-team.style3 .name-designation{
	padding: 35px 0 0;
}
.single-team.style3 .name-designation h3{
	color: #0d1e35;
	font-weight: bold;
	margin: 0 0 5px;
}
.single-team.style3 .name-designation h6{
	color: #0c73ff;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Style Four
---------------*/
.single-team.style4{
	position: relative;
	text-align: center;
	background-color: #fff;
}
.single-team.style4 .profile-picture{
	position: relative;
	overflow: hidden;
}
.single-team.style4 .profile-picture::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(22, 28, 45, 0.4);
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
}
.single-team.style4:hover .profile-picture::before{
	opacity: 1;
	visibility: visible;
}
.single-team.style4 .profile-picture img{
	width: 100%;
}
.single-team.style4 .profile-picture .team-social-icons{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -60px;
	transition: 0.5s;
}
.single-team.style4:hover .profile-picture .team-social-icons{
	bottom: 30px;
}
.single-team.style4 .profile-picture .team-social-icons a{
	display: inline-block;
	color: #fff;
	height: 45px;
	width: 45px;
	line-height: 45px;
	background: var(--main-color);
	margin-right: 5px;
	border-radius: 50%;
}
.single-team.style4 .profile-picture .team-social-icons a:hover{
	color: var(--main-color);
	background-color: #fff;
}
.single-team.style4 .team-content{
	padding: 35px 10px 20px 10px;
	box-shadow: 0px 10px 60px 0px rgba(22, 28, 45, 0.06);
}
.single-team.style4 .team-content h3 {
	font-size: 20px;
	margin: 0;
}
.single-team.style4 .team-content p {
	color: var(--main-color);
}


/*
===================
Single Button
===================
*/
.single-button.style1 .button{
    position: relative;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 34px;
	border: 1px solid var(--main-color);
	overflow: hidden;
	z-index: 1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.single-button.style1 .button:hover{
    color: var(--title-color);
}
.single-button.style1 .button i{
	font-size: 16px;
}
.single-button.style1 .button::before {
	content: '';
	position: absolute;
	height: 100%;
	background-color: var(--main-color);
	width: 50%;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.single-button.style1 .button:hover::before {
	left: -50%;
}
.single-button.style1 .button::after {
	content: '';
	position: absolute;
	height: 100%;
	background-color: var(--main-color);
	width: 50%;
	top: 0;
	right: 0;
	z-index: -1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.single-button.style1 .button:hover::after {
	right: -50%;
}

/* Style Two */

.single-button.style2 .button{
	position: relative;
	display: inline-block;
	color: var(--main-color);
	font-size: 14px;
	font-weight: 600;
	border: 1px solid var(--main-color);
	padding: 12px 34px;
	z-index: 1;
	overflow: hidden;
}
.single-button.style2 .button:hover{
    color: #fff;
}
.single-button.style2 .button::before {
	content: '';
	position: absolute;
	height: 100%;
	background-color: var(--main-color);
	width: 50%;
	top: 0;
	left: -50%;
	z-index: -1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.single-button.style2 .button:hover::before {
	left: 0;
}
.single-button.style2 .button::after {
	content: '';
	position: absolute;
	height: 100%;
	background-color: var(--main-color);
	width: 50%;
	top: 0;
	right: -50%;
	z-index: -1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.single-button.style2 .button:hover::after {
	right: 0;
}

/* Style Three */

.single-button.style3 a {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding: 19px 40px;
	background: #2e4ffe;
	background: -moz-linear-gradient(left, #2e4ffe 0%, #4f7efa 100%);
	background: -webkit-linear-gradient(left, #2e4ffe 0%,#4f7efa 100%);
	background: linear-gradient(to right, #2e4ffe 0%,#4f7efa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e4ffe', endColorstr='#4f7efa',GradientType=1 );
	border-radius: 30px;
}
.single-button.style3 a i {
	transform: rotate(-45deg);
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}

/* Style Four */

.single-button.style4 .button{
    position: relative;
	display: flow-root;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 14px 34px;
	border: 1px solid transparent;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.single-button.style4 .button:hover{
    color: var(--main-color);
    border: 1px solid var(--main-color);
}
.single-button.style4 .button i{
	font-size: 16px;
}
.single-button.style4 .button::before {
	content: '';
	position: absolute;
	height: 100%;
	background: linear-gradient(0deg, #ffbe3d 0%, #ff7426 100%);
	width: 50%;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.single-button.style4 .button:hover::before {
	left: -50%;
}
.single-button.style4 .button::after {
	content: '';
	position: absolute;
	height: 100%;
	background: linear-gradient(0deg, #ffbe3d 0%, #ff7426 100%);
	width: 50%;
	top: 0;
	right: 0;
	z-index: -1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.single-button.style4 .button:hover::after {
	right: -50%;
}

/* Style Five */

.single-button.style5 .button {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	background: var(--gradient-color1);
	padding: 14px 34px;
	z-index: 1;
}
.single-button.style5 .button::before {
	content: '';
	position: absolute;
	height: 100%;
	background: var(--gradient-color1-reverse);
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
}
.single-button.style5 .button:hover::before {
	opacity: 1;
}

/* Style Six */

.single-button.style6 .button{
    position: relative;
	display: inline-flex;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 14px 34px;
	border: 1px solid var(--main-color);
	overflow: hidden;
	z-index: 1;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}
.single-button.style6 .button i{
	font-size: 14px;
	transform: rotate(-45deg);
	margin-left: 5px;
}

.single-button.style6 .button span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: var(--main-color);
    transform: translateY(0) scale(2);
    border-radius: 50%;
    top: 0;
    left: 0;
    transition: 0.5s;
    z-index: -1;
}
.single-button.style6 .button:hover span {
    transform: translateY(150%);
}
.single-button.style6 .button span:nth-child(2) {
    left: 25%;
    transition-delay: 0.1s;
}
.single-button.style6 .button span:nth-child(3) {
    left: 50%;
    transition-delay: 0.2s;
}
.single-button.style6 .button span:nth-child(4) {
    left: 75%;
    transition-delay: 0.3s;
}

/*
===================
Circular Progress
===================
*/
.app-download{
	display: inline-flex;
	align-items: center;
	background: #fff;
	height: 130px;
	width: 340px;
	padding: 0 30px;
}
.app-download{
	top: 40px;
	right: -170px;
}
.app-download .circle_percent {
	font-size: 74px;
	width: 1em;
	height: 1em;
	position: relative;
	background: #eee;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	margin-right: 20px;
}
.app-download .circle_inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 1em;
	height: 1em;
	clip:rect(0 1em 1em .5em);
}
.app-download .round_per {
	position: absolute;
	left: 0;
	top: 0;
	width: 1em;
	height: 1em;
	background: #0c73ff;
	clip: rect(0 1em 1em .5em);
	transform: rotate(180deg);
	transition: 1.05s;
}
.app-download .percent_more .circle_inner {
	clip:rect(0 .5em 1em 0em);
}
.app-download .percent_more:after {
	position: absolute;
	left: .5em;
	top: 0em;
	right: 0;
	bottom: 0;
	background: #0c73ff;
	content: '';
}
.app-download .circle_inbox {
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background: #fff;
	z-index: 3;
	border-radius: 50%;
}
.app-download .percent_text {
	position: absolute;
	color: #0c73ff;
	font-size: 20px;
	font-weight: bold;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
}
.app-download .description h3{
	color: #0d1e35;
	font-weight: bold;
	margin: 0;
}
.app-download .description p{
	color: #7f8388;
	font-size: 14px;
	margin: 2px 0 0;
}

/*
===================
Testimonial
===================
*/

.testimonial.style1 .single-testimonial {
    display: flex;
    align-items: center;
	background: #fff;
	padding: 30px 30px 30px;
	position: relative;
	-webkit-box-shadow: 0px 10px 52.92px 1.08px rgba(94, 91, 142, 0.05);
	box-shadow: 0px 10px 52.92px 1.08px rgba(94, 91, 142, 0.05);
}
.testimonial.style1 .single-testimonial .client-bio .name {
	margin-bottom: 8px;
}

.testimonial.style1 .single-testimonial .client-bio .designation {
	color: var(--main-color);
	margin-bottom: 0;
}
.testimonial.style1 .single-testimonial .testimonial-icon {
	position: absolute;
	color: #473bf0;
	font-size: 72px;
	bottom: 58px;
	left: 50%;
	transform: translateX(-50%);
}
.testimonial.style1 .single-testimonial .quote-text p {
	margin: 0 0 35px;
}
.testimonial.style1 .single-testimonial .testi-image{
	flex-shrink: 0;
	margin-left: 30px;
}
.testimonial.style1 .single-testimonial .testi-image img{
	height: 220px;
	width: 220px;
	object-fit: cover;
}

.testimonial.style1 .owl-dots{
    text-align: center;
    margin-top: 47px;
}
.testimonial.style1 .owl-dots .owl-dot{
	background-color: rgba(105,105,105,0.5);
	height: 10px;
	width: 10px;
	margin-right: 10px;
	-webkit-transition: .3s;
	transition: .3s;
}
.testimonial.style1 .owl-dots .owl-dot.active{
    background-color: var(--main-color);
}

/* Style Two */

.testimonial.style2 .single-testimonial{
	position: relative;
	background-color: #fff;
	padding: 30px 40px 40px;
	border-left: 10px solid var(--main-color);
}
.testimonial.style2 .single-testimonial::before {
	content: '';
	position: absolute;
	height: 45px;
	width: 35px;
	background-repeat: no-repeat;
	right: 40px;
	bottom: 40px;
}
.testimonial.style2 .single-testimonial .rating-stars{
	padding: 3px 0 20px;
}
.testimonial.style2 .single-testimonial .rating-stars i{
	font-size: 14px;
	color: #d9d9d9;
}
.testimonial.style2 .single-testimonial .rating-stars i.active{
	color: var(--main-color);
}
.testimonial.style2 .single-testimonial .quote-text{
	margin-bottom: 29px;
}
.testimonial.style2 .single-testimonial .client-profile{
	display: flex;
	align-items: center;
}
.testimonial.style2 .single-testimonial .client-profile .image{
	margin-right: 20px;
}
.testimonial.style2 .single-testimonial .client-profile .image img{
	height: 50px;
	width: 50px;
	object-fit: cover;
}
.testimonial.style2 .single-testimonial .client-profile .client-bio h5 {
	font-size: 20px;
	margin: 0 0 5px;
}
.testimonial.style2 .single-testimonial .designation{
	color: var(--main-color);
	margin: 0;
}

/* Style Three */

.testimonial.style3 .single-testimonial{
	background-color: #fff;
	padding: 40px 40px 36px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.testimonial.style3 .single-testimonial:hover{
	border-color: var(--main-color);
}
.testimonial.style3 .single-testimonial .rating-stars i{
	color: #cacaca;
	font-size: 14px;
}
.testimonial.style3 .single-testimonial .rating-stars i.active{
	color: var(--main-color);
}
.testimonial.style3 .single-testimonial .client-profile{
	display: flex;
	align-items: center;
	margin-bottom: 33px;
}
.testimonial.style3 .single-testimonial .client-profile .image{
	margin-right: 30px;
}
.testimonial.style3 .single-testimonial .client-profile .image img{
	height: 100px;
	width: 100px;
	object-fit: cover;
}
.testimonial.style3 .single-testimonial .client-profile .client-bio h5 {
	font-size: 20px;
	margin-bottom: 4px;
}
.testimonial.style3 .single-testimonial .client-profile .client-bio .designation{
	font-weight: 600;
	margin-bottom: 9px;
}
.testimonial.style3 .single-testimonial .quote-text p{
	margin: 0;
}

.testimonial.style3 .owl-carousel .owl-nav button.owl-prev,
.testimonial.style3 .owl-carousel .owl-nav button.owl-next{
	position: absolute;
	font-size: 18px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.testimonial.style3 .owl-carousel .owl-nav button.owl-prev{
	left: -20px;
}
.testimonial.style3 .owl-carousel .owl-nav button.owl-next{
	right: -20px;
}
.testimonial.style3 .owl-carousel .owl-nav button.owl-prev:hover,
.testimonial.style3 .owl-carousel .owl-nav button.owl-next:hover{
	color: #fff;
	background-color: var(--main-color);
}

/* Style Four */

.testimonial.style4 .single-testimonial{
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
	background-position: right center;
}
.testimonial.style4 .single-testimonial .testimonial-content .client-profile{
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.testimonial.style4 .single-testimonial .testimonial-content .client-profile .image{
    margin-right: 20px;
}
.testimonial.style4 .single-testimonial .testimonial-content .client-profile .image img{
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 50%;
}
.testimonial.style4 .single-testimonial .testimonial-content .client-bio .name{
	color: #0d1e35;
	margin-bottom: 8px;
}
.testimonial.style4 .single-testimonial .testimonial-content .client-bio .designation{
	color: var(--main-color);
	font-weight: 600;
}
.testimonial.style4 .owl-dots{
    margin-top: 50px;
}
.testimonial.style4 .owl-dots .owl-dot{
    height: 20px;
    width: 20px;
    border: 2px solid var(--main-color);
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.testimonial.style4 .owl-dots .owl-dot.active{
    background-color: var(--main-color);
}

/* Style Five */

.testimonial.style5 .single-testimonial{
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	transition: 0.3s;
}
.testimonial.style5 .wrapper{
	padding: 40px 40px 38px;
}
.testimonial.style5 .single-testimonial:hover{
    border-color: #4f7efa;
    background-color: rgba(255, 255, 255, 0.05);
}
.testimonial.style5 .single-testimonial .image{
	margin-right: 20px;
}
.testimonial.style5 .single-testimonial .image img{
	height: 70px;
	width: 70px;
	margin: auto;
	border-radius: 50%;
	object-fit: cover;
}
.testimonial.style5 .single-testimonial .client-profile{
    display: flex;
    align-items: center;
    margin-bottom: 29px;
}
.testimonial.style5 .single-testimonial .quote-text{
    line-height: 32px;
	margin-bottom: 0;
}
.testimonial.style5 .single-testimonial .name{
    font-size: 22px;
	font-weight: 600;
	margin: 0 0 8px;
}
.testimonial.style5 .single-testimonial .designation{
	color: #473bf0;
	margin-bottom: 0;
}
.testimonial.style5 .single-testimonial .testi-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 40px;
    background-color: rgba(247, 247, 247, 0.05);
}
.testimonial.style5 .single-testimonial .testi-footer .icon img{
    width: auto;
}
.testimonial.style5 .single-testimonial .testi-footer .rating-stars i{
    color: #ffa439;
    font-size: 14px;
}

/* Style Six */

.testimonial.style6 .single-testimonial{
	position: relative;
	margin: 50px 0 20px;
	padding: 100px 40px 40px 40px;
	background-color: #fff;
	box-shadow: 0px 6px 15px rgba(8, 14, 28, 0.06);
}
.testimonial.style6 .single-testimonial .image{
    position: absolute;
    height: 120px;
    width: 120px;
    top: -50px;
    left: 40px;
    border: 10px solid #080e1c;
}
.testimonial.style6 .single-testimonial .image img{
	height: 100%;
	width: 100%;
	object-fit: cover
}
.testimonial.style6 .single-testimonial .quote-icon {
	position: absolute;
	top: 22px;
	right: 40px;
}
.testimonial.style6 .single-testimonial .quote-icon i{
    color: rgba(0,0,0,0.1);
    font-size: 50px;
}
.testimonial.style6 .single-testimonial .client-profile {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.testimonial.style6 .single-testimonial .client-profile .designation{
    margin-bottom: 0;
}
.testimonial.style6 .single-testimonial .rating-stars i{
    color: var(--main-color);
    font-size: 14px;
}

/* Style Seven */

.testimonial.style7 .single-testimonial {
    display: flex;
    align-items: center;
	position: relative;
	-webkit-box-shadow: 0px 10px 52.92px 1.08px rgba(94, 91, 142, 0.05);
	box-shadow: 0px 10px 52.92px 1.08px rgba(94, 91, 142, 0.05);
}
.testimonial.style7 .single-testimonial .client-info{
    display: flex;
    align-items: center;
}
.testimonial.style7 .single-testimonial .testi-image{
	flex-shrink: 0;
	margin-right: 20px;
}
.testimonial.style7 .single-testimonial .testi-image img{
	height: 60px;
	width: 60px;
	border-radius: 50%;
	object-fit: cover;
}
.testimonial.style7 .single-testimonial .client-bio .name {
    color: #fff;
    font-size: 20px;
	margin-bottom: 2px;
}

.testimonial.style7 .single-testimonial .client-bio .designation {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -1px;
	margin-bottom: 0;
}
.testimonial.style7 .single-testimonial .testimonial-icon {
	position: absolute;
	color: #473bf0;
	font-size: 72px;
	bottom: 58px;
	left: 50%;
	transform: translateX(-50%);
}
.testimonial.style7 .single-testimonial .quote-text p {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.33333333;
    letter-spacing: -1px;
	margin: 0 0 27px;
}
.testimonial.style7 .owl-dots{
    text-align: center;
    margin-top: 47px;
}
.testimonial.style7 .owl-dots .owl-dot{
	background-color: rgba(105,105,105,0.5);
	height: 10px;
	width: 10px;
	margin-right: 10px;
	-webkit-transition: .3s;
	transition: .3s;
}
.testimonial.style7 .owl-dots .owl-dot.active{
    background-color: var(--main-color);
}
.testimonial.style7 .owl-nav {
	position: absolute;
	left: -608px;
	bottom: -12px;
}
.testimonial.style7 .owl-nav .owl-prev{
    color: var(--main-color);
    font-size: 24px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background-color: #fff;
    margin-right: 10px;
    transition: 0.3s;
}
.testimonial.style7 .owl-nav .owl-prev:hover{
    color: #fff;
    background-color: var(--main-color);
}
.testimonial.style7 .owl-nav .owl-next{
    color: var(--main-color);
    font-size: 24px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background-color: #fff;
    transition: 0.3s;
}
.testimonial.style7 .owl-nav .owl-next:hover{
    color: #fff;
    background-color: var(--main-color);
}

/*
===================
Blog Post
===================
*/

.blog-post.style1 .blog-box{
	margin-bottom: 30px;
}
.blog-post.style1 .blog-box .blog-content{
	padding: 37px 40px 35px;
	box-shadow: 0px 5px 30px 0px rgba(34, 36, 41, 0.05);
	transition: 0.5s;
}
.blog-post.style1 .blog-box .blog-content .blog-meta{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.blog-post.style1 .blog-box .blog-content .blog-meta .bar{
	height: 2px;
	width: 5px;
	background: var(--main-color);
	margin-right: 10px;
}
.blog-post.style1 .blog-box .blog-content .category,
.blog-post.style1 .blog-box .blog-content .author{
	position: relative;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	flex-grow: 0;
	flex-shrink: 0;
}
.blog-post.style1 .blog-box .blog-content .category{
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.blog-post.style1 .blog-box .blog-content .category ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.blog-post.style1 .blog-box .blog-content .category ul li a{
	color: var(--main-color);
}
.blog-post.style1 .blog-box .blog-content .blog-title{
	margin-top: 20px;
	margin-bottom: 18px;
}
.blog-post.style1 .blog-box .blog-content .blog-title a{
	color: var(--title-color);
}
.blog-post.style1 .blog-box .blog-content .blog-title a:hover{
	color: var(--main-color);
}
.blog-post.style1 .blog-box .blog-content .blog-button a {
	color: var(--main-color);
	font-weight: 600;
	display: inline-flex;
	align-items: center;
}
.blog-post.style1 .blog-box .blog-content .blog-button a i {
	font-size: 20px;
	margin: 4px 0 0 2px;
}

.blog-post.style1 .owl-carousel .owl-nav button.owl-prev,
.blog-post.style1 .owl-carousel .owl-nav button.owl-next{
	position: absolute;
	font-size: 18px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.blog-post.style1 .owl-carousel .owl-nav button.owl-prev{
	left: -20px;
}
.blog-post.style1 .owl-carousel .owl-nav button.owl-next{
	right: -20px;
}
.blog-post.style1 .owl-carousel .owl-nav button.owl-prev:hover,
.blog-post.style1 .owl-carousel .owl-nav button.owl-next:hover{
	color: #fff;
	background-color: var(--main-color);
}

@media(max-width: 1350px){
    
    .blog-post.style1 .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }
    .blog-post.style1 .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
}

/* Style Two */

.blog-post.style2 .blog-box .blog-thumb{
	position: relative;
	height: 300px;
	width: auto;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.blog-post.style2 .blog-box .blog-content{
	padding: 23px 30px 17px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.blog-post.style2 .blog-box:hover .blog-content{
    background-color: rgba(255, 255, 255, 0.05);
}
.blog-post.style2 .blog-box .blog-content .blog-meta{
	position: relative;
	display: flex;
	align-items: center;
}
.blog-post.style2 .blog-box .blog-content .category{
    display: flex;
    align-items: center;
}
.blog-post.style2 .blog-box .blog-content .category i{
    font-size: 14px;
	margin-right: 5px;
    background: -webkit-linear-gradient(left, #2e4ffe 0%,#4f7efa 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.blog-post.style2 .blog-box .blog-content .category ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.blog-post.style2 .blog-box .blog-content .category a{
    color: #a0a5b9;
}
.blog-post.style2 .blog-box .blog-content .blog-title {
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.blog-post.style2 .blog-box .blog-content .blog-title a{
	color: #fff;
}
.blog-post.style2 .blog-box .blog-content .description{
    color: #a0a5b9;
    line-height: 26px;
}
.blog-post.style2 .blog-box .blog-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 0;
    padding-left: 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.blog-post.style2 .blog-box:hover .blog-footer{
    background-color: rgba(255, 255, 255, 0.05);
}
.blog-post.style2 .blog-box .blog-footer p{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}
.blog-post.style2 .blog-box .blog-footer a{
    position: relative;
    display: inline-block;
    color: #a0a5b9;
    padding: 20px 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.blog-post.style2 .blog-box:hover .blog-footer a{
    color: #fff;
}
.blog-post.style2 .blog-box .blog-footer a::before {
	content: '';
	position: absolute;
	height: 100%;
	background: linear-gradient(to right, #2e4ffe 0%,#4f7efa 100%);
	top: 0;
	right: 0;
	border-bottom-right-radius: 5px;
	width: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.blog-post.style2 .blog-box:hover .blog-footer a::before{
    width: 100%;
}
.blog-post.style2 .blog-box .blog-footer a i {
	transform: rotate(-45deg);
	display: inline-block;
	font-size: 14px;
}

/* Style Three */

.blog-post.style3 .blog-box {
	box-shadow: 0 12px 40px rgba(14,10,7,0.04);
	margin: 30px 0 50px;
	background-color: #fff;
}
.blog-post.style3 .blog-box .blog-content{
	padding: 39px 40px 35px;
	transition: 0.5s;
}
.blog-post.style3 .blog-box .blog-content .blog-meta{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.blog-post.style3 .blog-box .blog-content .blog-meta .bar{
	height: 12px;
	width: 1px;
	background: #fff;
	margin-right: 12px;
}
.blog-post.style3 .blog-box .blog-content .date,
.blog-post.style3 .blog-box .blog-content .author{
	position: relative;
	color: #8B919C;
	font-size: 12px;
	text-transform: uppercase;
	flex-grow: 0;
	flex-shrink: 0;
}
.blog-post.style3 .blog-box .blog-content .date i,
.blog-post.style3 .blog-box .blog-content .author i{
    color: var(--main-color);
	margin-right: 5px;
}
.blog-post.style3 .blog-box .blog-content .category{
	display: flex;
	align-items: center;
	margin-right: 12px;
}
.blog-post.style3 .blog-box .blog-content .category ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.blog-post.style3 .blog-box .blog-content .category ul li a{
	color: #fff;
}
.blog-post.style3 .blog-box .blog-content .blog-title{
	font-size: 22px;
	margin-top: 15px;
	margin-bottom: 18px;
}
.blog-post.style3 .blog-box .blog-content .blog-title a{
	color: var(--title-color);
}
.blog-post.style3 .blog-box .blog-content .blog-description p{
	
	margin-bottom: 22px;
}
.blog-post.style3 .blog-box .blog-content .blog-button a {
    color: var(--main-color);
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.blog-post.style3 .owl-nav{
    position: absolute;
    right: 0;
    top: -95px;
}
.blog-post.style3 .owl-nav .owl-prev {
	color: var(--main-color);
	font-size: 30px;
	height: 55px;
	width: 55px;
	line-height: 55px;
	background-color: #fff;
	margin-right: 10px;
	transition: 0.3s;
}
.blog-post.style3 .owl-nav .owl-prev:hover{
    color: #fff;
    background-color: var(--main-color);
}
.blog-post.style3 .owl-nav .owl-next {
	color: var(--main-color);
	font-size: 30px;
	height: 55px;
	width: 55px;
	line-height: 55px;
	background-color: #fff;
	transition: 0.3s;
}
.blog-post.style3 .owl-nav .owl-next:hover{
    color: #fff;
    background-color: var(--main-color);
}

/* Style Four */

.blog-post.style4 .blog-box .blog-wrapper{
	position: relative;
	height: 395px;
	width: 100%;
}
.blog-post.style4 .blog-box .blog-wrapper::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background: linear-gradient(to top, #263b58 0%, transparent 100%);
}
.blog-post.style4 .blog-box .blog-wrapper .blog-content{
	position: absolute;
	bottom: 0;
	padding: 0 50px 40px 50px;
}
.blog-post.style4 .blog-box .blog-wrapper .blog-content .blog-meta{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.blog-post.style4 .blog-box .blog-wrapper .blog-content .blog-meta .bar{
	height: 12px;
	width: 1px;
	background: #fff;
	margin-right: 12px;
}
.blog-post.style4 .blog-box .blog-wrapper .blog-content .category,
.blog-post.style4 .blog-box .blog-wrapper .blog-content .author{
	position: relative;
	color: #fff;
	font-size: 14px;
	flex-grow: 0;
	flex-shrink: 0;
}
.blog-post.style4 .blog-box .blog-wrapper .blog-content .category i,
.blog-post.style4 .blog-box .blog-wrapper .blog-content .author i{
	margin-right: 5px;
}
.blog-post.style4 .blog-box .blog-wrapper .blog-content .category{
	display: flex;
	align-items: center;
	margin-right: 12px;
}
.blog-post.style4 .blog-box .blog-wrapper .blog-content .category ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.blog-post.style4 .blog-box .blog-wrapper .blog-content .category ul li a{
	color: #fff;
}
.blog-post.style4 .blog-box .blog-wrapper .blog-content .blog-title{
	margin-top: 15px;
}
.blog-post.style4 .blog-box .blog-wrapper .blog-content .blog-title a{
	color: #fff;
}

/* Style Five */

.blog-post.style5 .blog-box{
	position: relative;
	margin-bottom: 157px;
}
.blog-post.style5 .blog-box .blog-thumb{
	height: 450px;
}
.blog-post.style5 .blog-box .content-wrapper{
	border: 2px solid #fff;
	padding: 10px;
	position: absolute;
	bottom: -127px;
	width: 80%;
	margin: auto;
	left: 0;
	right: 0;
}
.blog-post.style5 .blog-box .content-wrapper .blog-content {
	padding: 34px 40px 17px;
	background-color: #fff;
	box-shadow: 0px 10px 30px 2px rgb(104 110 125 / 8%);
}
.blog-post.style5 .blog-box .content-wrapper .blog-content .blog-title{
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 12px;
}
.blog-post.style5 .blog-box .content-wrapper .blog-content .blog-title a{
	color: #161c2d;
}
.blog-post.style5 .blog-box .content-wrapper .blog-content .blog-excerpt{
	margin-bottom: 38px;
}
.blog-post.style5 .blog-box .content-wrapper .blog-content .blog-meta{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-top: 1px solid #f5f5f5;
	padding: 15px 0 0;
}
.blog-post.style5 .blog-box .content-wrapper .blog-content .blog-meta .category{
	margin-right: 20px;
}
.blog-post.style5 .blog-box .content-wrapper .blog-content .blog-meta .category ul{
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.blog-post.style5 .blog-box .content-wrapper .blog-content .blog-meta .bar{
	height: 20px;
	width: 1px;
	background-color: #161c2d;
	margin-right: 20px;
}

/*
===================
Subscribe Form
===================
*/
.subscribe-form{
	position: relative;
}
.subscribe-form i{
	position: absolute;
	top: 49%;
	transform: translateY(-49%);
	left: 40px;
	color: #818790;
	z-index: 2;
}
.subscribe-form .subscribe-input{
	padding: 23px 48px 23px 70px;
	outline: 0;
	border: 0;
	border-radius: 0;
	width: 70%;
}
.subscribe-form .submit-btn {
	position: absolute;
	color: #fff;
	font-weight: bold;
	background: #0c73ff;
	border: 0;
	padding: 25px 10px 25px;
	top: 47%;
	transform: translateY(-50%);
	right: 0;
	width: 30%;
}

/*
===================
Latest Post
===================
*/
.latest-posts .single-post{
	display: table;
	padding-top: 14px;
}
.latest-posts .single-post:first-child{
	padding-top: 5px;
}
.latest-posts .single-post .post-content{
	display: table-cell;
	vertical-align: middle;
}
.latest-posts .single-post .post-thumb{
	height: 80px;
	width: 90px;
	margin-right: 24px;
}
.latest-posts .single-post .post-content span{
	color: #527099;
	font-size: 12px;
}
.latest-posts .single-post .post-content span i{
	margin-right: 7px;
}
.latest-posts .single-post .post-content h6 a{
	color: #fff;
	font-weight: bold;
}
.latest-posts .single-post .post-content h6{
	margin-top: 5px;
}

/*
===================
Feature Box
===================
*/
.feature-box.style1{
	display: flex;
	align-items: center;
	background-color: #f5f5f5;
}
.feature-box.style1 .content{
	padding: 10px 10px 10px 25px;
	flex-grow: 0;
	flex-shrink: 0;
	width: 50%;
}
.feature-box.style1 .content .title{
	margin: 0;
}
.feature-box.style1 .image{
	min-height: 115px;
	width: 50%;
	flex-grow: 0;
	flex-shrink: 0;
}

/* Style Two */

.feature-box.style2{
	position: relative;
	text-align: center;
	padding: 110px 35px 40px;
	box-shadow: 0px 15px 40px 0px rgba(5, 100, 229, 0.15);
	border: 2px solid #1E7DFF;
	background: #1578FF;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.feature-box.style2:hover{
	border: 2px solid #fff;
}
.feature-box.style2 .icon {
	position: absolute;
	top: -75px;
	left: 0;
	right: 0;
	height: 150px;
	width: 150px;
	line-height: 150px;
	border: 2px solid #1E7DFF;
	margin: auto;
	border-radius: 50%;
	background: #0c73ff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.feature-box.style2:hover .icon{
	border: 2px solid #fff;
}
.feature-box.style2 .icon span{
	position: absolute;
	color: #0c73ff;
	font-weight: bold;
	top: 0;
	right: 0;
	background: #fff;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
}
.feature-box.style2 .icon i{
	color: #fff;
	font-size: 50px;
}
.feature-box.style2 .work-content h3{
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px;
}
.feature-box.style2 .work-content p{
	color: #eef1f4;
	font-size: 14px;
}

/*
===================
 Flip Box
===================
*/

.flip-box.style1 {
	background-color: transparent;
	height: 350px;
	perspective: 1000px;
}

.flip-box.style1 .flip-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

.flip-box.style1:hover .flip-box-inner {
	transform: rotateY(180deg);
}

.flip-box.style1 .flip-box-front,
.flip-box.style1 .flip-box-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-box.style1 .flip-box-front {
	background-color: #bbb;
	color: black;
	display: flex;
	align-items: end;
	justify-content: center;
	padding: 35px;
}
.flip-box.style1 .flip-box-front .title{
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
}
.flip-box.style1 .flip-box-back {
	background-color: dodgerblue;
	color: white;
	transform: rotateY(180deg);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 35px;
}

.flip-box.style1 .flip-box-back .title{
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.flip-box.style1 .flip-box-back .description{
	margin-bottom: 28px;
}
.flip-box.style1 .flip-box-back .back-btn{
	display: inline-block;
	color: var(--main-color);
	font-weight: 600;
}

/*
===================
Service Box
===================
*/
.service-box.style1{
	display: flex;
	background-color: #fff;
	padding: 38px 40px 40px;
	box-shadow: 0px 20px 40px 0px rgba(145, 139, 187, 0.05);
	background-repeat: no-repeat;
	background-position: 205px -20px;
}
.service-box.style1 .icon{
	margin-right: 25px;
}
.service-box.style1 .icon i{
	position: relative;
	display: inline-block;
	color: var(--main-color);
	font-size: 36px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
.service-box.style1 .icon i::after{
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	width: 73px;
	height: 55px;
	left: -15px;
}
.service-box.style1 .title h3{
	font-size: 20px;
	margin-bottom: 15px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
.service-box.style1 .description p{
	margin-bottom: 27px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
.service-box.style1 .content .service-btn a{
	display: inline-block;
	color: var(--title-color);
	font-weight: 600;
}
.service-box.style1 .content .service-btn a i{
	color: var(--main-color);
	margin-left: 10px;
}

/* Style Two */

.service-box.style2{
	position: relative;
	background-color: #fff;
	padding: 40px 28px 32px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
}
.service-box.style2::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 0;
	background: var(--gradient-color1);
	top: 0;
	right: 50%;
	transition: 0.5s;
}
.service-box.style2:hover::before {
	width: 100%;
	right: 0;
}
.service-box.style2 .icon{
	margin-bottom: 25px;
}
.service-box.style2 .icon i{
	position: relative;
	display: inline-block;
	color: #fff;
	font-family: "Flaticon";
	font-style: normal;
	font-size: 36px;
	height: 85px;
	width: 85px;
	line-height: 85px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	z-index: 1;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
.service-box.style2:hover .icon i{
	color: var(--main-color);
}
.service-box.style2 .icon i::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--gradient-color1);
    border-radius: 50%;
    opacity: 1;
    z-index: -1;
    -webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
.service-box.style2:hover .icon i::after{
    opacity: 0;
}
.service-box.style2 .title h3{
	font-size: 22px;
	margin-bottom: 15px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
.service-box.style2 .description p{
	margin-bottom: 27px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
.service-box.style2 .content{
	position: relative;
}
.service-box.style2 .content .service-btn a{
	display: inline-block;
	color: var(--title-color);
	font-weight: 600;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
.service-box.style2 .content .service-btn a i{
	color: var(--main-color);
	margin-left: 10px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
.service-box.style2:hover .title h3,
.service-box.style2:hover .description p,
.service-box.style2:hover .content .service-btn a,
.service-box.style2:hover .content .service-btn a i{
	color: #fff;
}

/* Style Three */

.service-box.style3 {
	background-color: #fff;
	padding: 20px;
	text-align: center;
}
.service-box.style3 .content{
	position: relative;
	padding: 74px 35px 20px;
}
.service-box.style3 .title h3{
	margin-bottom: 14px;
}
.service-box.style3 .description p{
    margin-bottom: 0;
}
.service-box.style3 .icon {
	position: absolute;
	left: 0;
	right: 0;
	top: -60px;
}
.service-box.style3 .icon i {
	display: inline-block;
	color: #fff;
	font-family: "Flaticon";
	font-style: normal;
	font-size: 36px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	height: 120px;
	width: 120px;
	line-height: 95px;
	background: var(--main-color);
	border-radius: 50%;
	border: 15px solid #fff;
}
.service-box.style3 .image{
	position: relative;
	width: 100%;
}

/* Style Four */

.service-box.style4{
	position: relative;
	text-align: center;
	background-color: #fff;
	padding: 0 30px 25px;
	box-shadow: 0px 8px 20px 0px rgba(34, 36, 41, 0.05);
}
.service-box.style4 .content{
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.service-box.style4 .icon{
	margin-bottom: 35px;
}
.service-box.style4 .icon i{
	color: #473bf0;
	font-size: 46px;
	height: 100px;
	width: 100px;
	line-height: 100px;
	background-color: #f6f6f8;
	text-align: center;
}
.service-box.style4 .icon i{
	display: inline-block;
	color: var(--main-color);
	font-family: "Flaticon";
	font-style: normal;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
.service-box.style4:hover .icon i{
    color: #fff;
	background-color: var(--main-color);
}
.service-box.style4 .title h4{
    position: relative;
	margin-bottom: 37px;
}
.service-box.style4 .title h4::before {
	content: "";
	position: absolute;
	height: 5px;
	width: 65px;
	background-color: #f6f6f8;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -18px;
}
.service-box.style4 .description p{
	margin-bottom: 12px;
}
.service-box.style4 .content .text a{
	display: inline-flex;
	align-items: center;
	color: #473bf0;
	font-size: 18px;
	font-weight: 500;
}
.service-box.style4 .content .text a i{
	font-size: 30px;
}

/* Style Five */

.service-box.style5 .image{
	position: relative;
	width: 100%;
}
.service-box.style5 .image img {
	width: 100%;
	object-fit: cover;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.service-box.style5 .content{
	position: relative;
	padding: 30px 30px 40px;
	border: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.service-box.style5:hover .content{
    background-color: rgba(255, 255, 255, 0.05);
}
.service-box.style5 .title h3{
    position: relative;
    font-size: 20px;
	margin-bottom: 37px;
}
.service-box.style5 .title h3::before{
    content: '';
    position: absolute;
    height: 2px;
    width: 40px;
    background-color: #4f7efa;
    opacity: 0.5;
    bottom: -11px;
    transition: 0.5s;
}
.service-box.style5:hover .title h3::before{
    width: 53px;
    opacity: 1;
}
.service-box.style5:hover .title h3::after{
    content: '';
    position: absolute;
    height: 2px;
    width: 8px;
    background-color: #060B2B;
    bottom: -11px;
    left: 0;
    animation: move-dot 3s linear infinite;
}
@keyframes move-dot {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	to {
		-webkit-transform: translateX(53px);
		transform: translateX(53px);
	}
}
.service-box.style5 .description p{
    font-size: 15px;
    margin-bottom: 0;
}
.service-box.style5 .service-btn{
    margin-top: 18px;
}
.service-box.style5 .service-btn a{
    position: relative;
    font-size: 15px;
    font-weight: 500;
}
.service-box.style5 .service-btn a::before {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	bottom: -8px;
}
.service-box.style5 .service-btn a i {
	transform: rotate(-45deg);
	display: inline-block;
	font-size: 12px;
	margin-left: 5px;
}

/* Style Six */

.service-box.style6{
	position: relative;
	background-color: #fff;
	padding: 40px 28px 32px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
}
.service-box.style6::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 0;
	background: linear-gradient(0deg, rgba(255,190,61,1) 0%, #ff7426 100%);
	top: 0;
	right: 50%;
	transition: 0.5s;
}
.service-box.style6:hover::before {
	width: 100%;
	right: 0;
}
.service-box.style6::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	animation: noise 3s steps(5, end) infinite;
}
.service-box.style6 .icon{
	position: relative;
	display: inline-block;
	color: #fff;
	font-family: "Flaticon";
	font-style: normal;
	font-size: 36px;
	height: 85px;
	width: 85px;
	line-height: 85px;
	text-align: center;
	background: linear-gradient(0deg, rgba(255,190,61,1) 0%, #ff7426 100%);
	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	margin-bottom: 25px;
	overflow: hidden;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
/*.service-box.style6 .icon::after {*/
/*	content: '';*/
/*	position: absolute;*/
/*	left: 0;*/
/*	height: 100%;*/
/*	width: 100%;*/
/*	background-image: url(/wp-content/plugins/solute-elementor-extension/assets/images/noise.png);*/
/*	animation: noise 3s steps(5, end) infinite;*/
/*}*/
.service-box.style6:hover .icon{
    color: var(--main-color);
}
.service-box.style6 .icon::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transition: 0.5s;
}
.service-box.style6:hover .icon::before{
    opacity: 1;
}
.service-box.style6 .icon i{
    position: relative;
}
.service-box.style6 .title h3{
	font-size: 22px;
	margin-bottom: 15px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
.service-box.style6 .description p{
	margin-bottom: 27px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
.service-box.style6 .content{
	position: relative;
	z-index: 2;
}
.service-box.style6 .content .service-btn a{
	display: inline-block;
	color: var(--title-color);
	font-weight: 600;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
.service-box.style6 .content .service-btn a i{
	color: var(--main-color);
	font-size: 13px;
	margin-left: 5px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
.service-box.style6:hover .title h3,
.service-box.style6:hover .description p,
.service-box.style6:hover .content .service-btn a,
.service-box.style6:hover .content .service-btn a i{
	color: #fff;
}

/* Style Seven */

.service-box.style7{
	position: relative;
	background-color: #fff;
}
.service-box.style7 .image{
    position: relative;
}
.service-box.style7 .image img{
    height: 220px;
    width: 100%;
    object-fit: cover;
}
.service-box.style7 .image .icon {
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	width: 100px;
	line-height: 100px;
	text-align: center;
	background-color: #fff;
	border-bottom-right-radius: 10px;
}
.service-box.style7 .image .icon i{
	color: var(--main-color);
	font-size: 55px;
}
.service-box.style7 .content{
	position: relative;
	padding: 22px 30px 30px;
	background-color: #fff;
}
.service-box.style7 .title h3{
    font-size: 22px;
	margin-bottom: 6px;
}
.service-box.style7 .service-btn a{
	color: #473bf0;
	font-size: 18px;
	font-weight: bold;
}
.service-box.style7 .description p{
    color: #74787c;
    line-height: 1.625;
	margin-bottom: 22px;
}
.service-box.style7 .service-btn{
    position: relative;
}
.service-box.style7 .service-btn::before{
    content: "";
    position: absolute;
    height: 1px;
    background-color: #F0EDEA;
    left: 55px;
    right: 0;
    top: 50%;
}
.service-box.style7 .service-btn a{
    display: inline-block;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--main-color);
}
.service-box.style7 .service-btn a:hover{
    background-color: var(--title-color);
}

/*
===================
Video Section
===================
*/
.video-icon.style1{
	text-align: center;
}
.video-icon.style1 a{
	position: relative;
	display: inline-block;
	color: #fff;
	width: 100px;
    height: 100px;
    line-height: 96px;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 25px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
}
.video-icon.style1 a .circle2{
	animation-delay: 1.3s;
}
.video-icon.style1 a .circle3{
	animation-delay: 2.6s;
}
.video-icon.style1 a span {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 50%;
    animation: ripple 3.9s linear 0s infinite;
    -webkit-animation: ripple 3.9s linear 0s infinite;
    -ms-animation: ripple 3.9s linear 0s infinite;
    -o-animation: ripple 3.9s linear 0s infinite;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    opacity: 0;
}

@keyframes ripple{
	0%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}
	20%{-webkit-transform:scale(1.24);-moz-transform:scale(1.24);-o-transform:scale(1.24);transform:scale(1.24);opacity:1}
	100%{-webkit-transform:scale(2.1);-moz-transform:scale(2.1);-o-transform:scale(2.1);transform:scale(2.1);opacity:0}
}

/* Style Two */

/* Style Three */

.video-icon.style3 a {
    position: relative;
    display: inline-block;
    color: var(--main-color);
    font-size: 28px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: 0.5s;
    z-index: 44;
}
@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0)
    }
}

/*
===================
 Contact Box
===================
*/
.contact-box.style1 {
    display: flex;
    align-items: center;
    gap: 20px;
}
.contact-box.style1 .play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.contact-box.style1 .play-btn:after,
.contact-box.style1 .play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--main-color);
    z-index: -1;
    border-radius: 50%;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple-contact;
    animation-name: ripple-contact;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.contact-box.style1 .play-btn:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.contact-box.style1 .play-btn > i {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background: linear-gradient(0deg, #ffbe3d 0%, #ff7426 100%);
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.contact-box.style1 .btn-text {
    font-size: 14px;
    font-weight: 500;
    display: block;
}
.contact-box.style1 .btn-title {
    font-size: 18px;
    color: var(--title-color);
    font-weight: 600;
}

@keyframes ripple-contact{
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    30% {
        opacity: 0.4;
    }
    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }
}

/*
===================
Pricing Section
===================
*/
.pricing.style1 {
	background: #ffffff;
	border: 1px solid #ededed;
	-webkit-box-shadow: 0px 11px 29.4px 0.6px rgba(226, 226, 226, 0.2);
	box-shadow: 0px 11px 29.4px 0.6px rgba(226, 226, 226, 0.2);
}
.pricing.style1 .table-head{
    text-align: center;
    border-bottom: 1px solid #ededed;
    padding: 35px 30px 25px;
}
.pricing.style1 .pricing-title {
    font-size: 16px;
    font-weight: normal;
}

.pricing.style1 .table-body{
    padding: 33px 30px 32px;
}
.pricing.style1 .pricing-feature {
	margin-bottom: 38px;
}

.pricing.style1 .feature-item {
	margin-bottom: 14px;
}

.pricing.style1 .feature-icon {
	color: var(--main-color);
	margin-right: 10px;
}

.pricing.style1 .price {
	color: var(--main-color);
	font-size: 16px;
	font-weight: bold;
}
.pricing.style1 .price .net-price{
    font-size: 24px;
}

.pricing.style1 .pricing-btn {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 9px 32px;
	border: 1px solid var(--main-color);
	z-index: 1;
	overflow: hidden;
}
.pricing.style1 .pricing-btn:hover{
    color: #fff;
}
.pricing.style1 .pricing-btn::before {
	content: '';
	position: absolute;
	height: 100%;
	background-color: var(--main-color);
	width: 50%;
	top: 0;
	left: -50%;
	z-index: -1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.pricing.style1 .pricing-btn:hover::before {
	left: 0;
}
.pricing.style1 .pricing-btn::after {
	content: '';
	position: absolute;
	height: 100%;
	background-color: var(--main-color);
	width: 50%;
	top: 0;
	right: -50%;
	z-index: -1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.pricing.style1 .pricing-btn:hover::after {
	right: 0;
}

/* Style Two
-------------*/

.pricing.style2 .pricing-table{
	position: relative;
	text-align: center;
	background-color: #eef1f4;
	box-shadow: 0px 10px 90px 0px rgba(13, 30, 53, 0.05);
	padding: 52px 60px 60px;
}
.pricing.style2 .pricing-table .table-head{
	border-bottom: 2px solid #fff;
	padding: 0 0 17px;
}
.pricing.style2 .pricing-table .table-head h6{
	color: #0d1e35;
	font-size: 36px;
	font-weight: bold;
}
.pricing.style2 .pricing-table .table-body{
	padding-top: 32px;
}
.pricing.style2 .pricing-table .table-body .price{
	margin-bottom: 22px;
}
.pricing.style2 .pricing-table .table-body .price h1{
	color: #473bf0;
	font-weight: bold;
}
.pricing.style2 .pricing-table .table-body .price h1 span{
	color: #0d1e35;
	font-size: 16px;
	font-weight: bold;
}
.pricing.style2 .pricing-table .table-body p{
	color: #7f8388;
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 30px;
}
.pricing.style2 .pricing-table .table-body ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.pricing.style2 .pricing-table .table-body ul li{
	color: #0d1e35;
	font-weight: bold;
	margin-bottom: 13px;
}
.pricing.style2 .pricing-table .table-body ul li:last-child{
	margin-bottom: 38px;
}
.pricing.style2 .pricing-table .table-body a{
	display: inline-block;
	color: #fff;
	font-weight: bold;
	background-color: #473bf0;
	padding: 17px 34px;
}
.pricing.style2 .pricing-table.active{
	background-color: #0d1e35;
}
.pricing.style2 .pricing-table.active .table-head h6{
	color: #fff;
}
.pricing.style2 .pricing-table.active .table-body .price h1{
	color: #fff;
}
.pricing.style2 .pricing-table.active .table-body .price h1 span{
	color: #a9b8cd;
}
.pricing.style2 .pricing-table.active .table-body p{
	color: #485971;
}
.pricing.style2 .pricing-table.active .table-body ul li{
	color: #a9b8cd;
}
.pricing.style2 .pricing-table.active .table-body a{
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.pricing.style2 .pricing-table.active .table-body a:hover{
	color: #0d1e35;
}
.pricing.style2 .pricing-table.active .table-body a::after{
	background: #eef1f4;
}

/* Style Three
-------------*/
.pricing.style3 .pricing-table{
	position: relative;
	text-align: center;
	background-color: #eef1f4;
	box-shadow: 0px 10px 90px 0px rgba(13, 30, 53, 0.05);
	padding: 120px 60px 80px;
}
.pricing.style3 .pricing-table .table-head{
	border-bottom: 2px solid #fff;
	padding: 0 0 17px;
}
.pricing.style3 .pricing-table .table-head .icon{
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	height: 140px;
	width: 140px;
	line-height: 110px;
	background: #1174fa;
	margin: auto;
	color: #fff;
	border: 15px solid #fff;
	font-size: 55px;
}
.pricing.style3 .pricing-table .table-head h6{
	color: #0d1e35;
	font-weight: bold;
}
.pricing.style3 .pricing-table .table-body{
	padding-top: 32px;
}
.pricing.style3 .pricing-table .table-body .price{
	margin-bottom: 22px;
}
.pricing.style3 .pricing-table .table-body .price h1{
	color: #1174f9;
	font-weight: bold;
}
.pricing.style3 .pricing-table .table-body .price h1 span{
	color: #0d1e35;
	font-size: 16px;
	font-weight: bold;
}
.pricing.style3 .pricing-table .table-body p{
	color: #7f8388;
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 30px;
}
.pricing.style3 .pricing-table .table-body ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.pricing.style3 .pricing-table .table-body ul li{
	color: #0d1e35;
	font-weight: bold;
	margin-bottom: 13px;
}
.pricing.style3 .pricing-table .table-body ul li:last-child{
	margin-bottom: 38px;
}
.pricing.style3 .pricing-table .table-body a{
	display: inline-block;
	color: #fff;
	font-weight: bold;
	background-color: #0c73ff;
	padding: 17px 34px;
}
.pricing.style3 .pricing-table.active{
	background-color: #0d1e35;
}
.pricing.style3 .pricing-table.active .table-head h6{
	color: #fff;
}
.pricing.style3 .pricing-table.active .table-body .price h1{
	color: #fff;
}
.pricing.style3 .pricing-table.active .table-body .price h1 span{
	color: #a9b8cd;
}
.pricing.style3 .pricing-table.active .table-body p{
	color: #485971;
}
.pricing.style3 .pricing-table.active .table-body ul li{
	color: #a9b8cd;
}
.pricing.style3 .pricing-table.active .table-body a{
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.pricing.style3 .pricing-table.active .table-body a:hover{
	color: #0d1e35;
}
.pricing.style3 .pricing-table.active .table-body a::after{
	background: #eef1f4;
}

/* Style Four
-------------*/

.pricing.style4 {
	background: #ffffff;
	padding: 43px 40px 43px 50px;
	-webkit-box-shadow: 0px 11px 29.4px 0.6px rgba(226, 226, 226, 0.2);
	box-shadow: 0px 11px 29.4px 0.6px rgba(226, 226, 226, 0.2);
}

.pricing.style4 .pricing-title {
	margin-bottom: 25px;
	border-bottom: 1px solid #f5f4fc;
	padding-bottom: 18px;
	text-transform: capitalize;
	line-height: 1.5;
}

.pricing.style4 .pricing-feature {
	margin-bottom: 65px;
}

.pricing.style4 .feature-item {
	margin-bottom: 14px;
}

.pricing.style4 .feature-icon {
	color: #473bf0;
	margin-right: 10px;
}

.pricing.style4 .price {
	color: #473bf0;
	font-weight: 800;
	margin-bottom: 30px;
}

.pricing.style4 .figure-title {
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.pricing.style4 .package-validity {
	color: #161c2d;
	font-size: 18px;
	font-weight: 400;
}

.pricing.style4 .pricing-btn {
	color: #473bf0;
	font-weight: 500;
	text-transform: capitalize;
	-webkit-transition: .3s;
	transition: .3s;
	position: relative;
}

.pricing.style4 .pricing-btn::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: #b2aff8;
	-webkit-transition: .3s;
	transition: .3s;
}

.pricing.style4 .pricing-btn:hover::before {
	width: 0;
}

/*
====================
 Portfolio Carousel
====================
*/

.portfolio-carousel.style1{
    position: relative;
}
.portfolio-carousel.style1 .swiper{
    margin-left: calc( (100% - 1303px) / 2 );
}
.portfolio-carousel.style1 .portfolio-wrap{
    overflow: hidden;
}
.portfolio-carousel.style1 .swiper {
    width: 100%;
    height: 495px;
}
.portfolio-carousel.style1 .swiper-slide {
    position: relative;
    text-align: center;
    background: #fff;
    overflow: hidden;
}
.portfolio-carousel.style1 .swiper-slide .post-thumb{
    position: relative;
    height: 100%;
}
.portfolio-carousel.style1 .swiper-slide .post-thumb::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(10,10,11,1) 100%);
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.5s;
}
.portfolio-carousel.style1 .swiper-slide:hover .post-thumb::before{
    opacity: 1;
}
.portfolio-carousel.style1 .swiper-slide .post-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.portfolio-carousel.style1 .swiper-slide .content{
    position: absolute;
    left: 0;
    bottom: -122px;
    text-align: left;
    padding: 0 50px 40px;
    transition: 0.5s;
}
.portfolio-carousel.style1 .swiper-slide:hover .content{
    bottom: 0;
}
.portfolio-carousel.style1 .swiper-slide .content .title{
    color: #fff;
    font-size: 30px;
    line-height: 1.13333333;
    margin-bottom: 20px;
}
.portfolio-carousel.style1 .swiper-slide .content .button{
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}
.portfolio-carousel.style1 .swiper-slide .content .button::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #fff;
    transition: 0.5s;
}
.portfolio-carousel.style1 .swiper-slide .content .button:hover::before{
    width: 100%;
}
.portfolio-carousel.style1 .swiper-slide .content .button i{
    margin-left: 5px;
}
.portfolio-carousel.style1 .nav-wrap{
    position: absolute;
    top: -115px;
    right: calc( (100% - 1302px) / 2 );
    display: flex;
}
.portfolio-carousel.style1 .swiper-prev{
    color: var(--main-color);
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #fff;
    transition: 0.4s;
}
.portfolio-carousel.style1 .swiper-prev:hover{
    background-color: var(--title-color);
}
.portfolio-carousel.style1 .swiper-next{
    color: var(--main-color);
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #fff;
    margin-left: 10px;
    transition: 0.4s;
}
.portfolio-carousel.style1 .swiper-next:hover{
    background-color: var(--title-color);
}

/* Style Two */

.portfolio.style2{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 30px;
}
.portfolio.style2 .portfolio-item{
	position: relative;
	height: 320px;
	text-align: center;
}
.portfolio.style2 .portfolio-item .portfolio-thumb{
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	width: 100%;
}
.portfolio.style2 .portfolio-item:nth-child(1){
	grid-column: 1/3;
}
.portfolio.style2 .portfolio-item:nth-child(2){
	grid-column: 3/5;
}
.portfolio.style2 .portfolio-item:nth-child(3){
	grid-column: 5/7;
}
.portfolio.style2 .portfolio-item:nth-child(4){
	grid-column: 1/5;
}
.portfolio.style2 .portfolio-item:nth-child(5){
	grid-column: 5/7;
}
.portfolio.style2 .portfolio-item:nth-child(6){
	grid-column: 1/4;
}
.portfolio.style2 .portfolio-item:nth-child(7){
	grid-column: 4/7;
}
.portfolio.style2 .portfolio-item:nth-child(8){
	grid-column: 5/7;
}
.portfolio.style2 .portfolio-item:nth-child(9){
	grid-column: 1/4;
}
.portfolio.style2 .portfolio-item:nth-child(10){
	grid-column: 4/7;
}
.portfolio.style2 .portfolio-item:nth-child(11){
	grid-column: 1/3;
}
.portfolio.style2 .portfolio-item:nth-child(12){
	grid-column: 3/5;
}
.portfolio.style2 .portfolio-item:nth-child(13){
	grid-column: 5/7;
}
.portfolio.style2 .portfolio-item:nth-child(14){
	grid-column: 1/4;
}
.portfolio.style2 .portfolio-item:nth-child(15){
	grid-column: 4/7;
}
.portfolio.style2 .portfolio-item .portfolio-content{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 30px;
	bottom: 30px;
	left: 30px;
	right: 30px;
	background: rgba(12, 115, 255, 0.8);
	opacity: 0;
	visibility: hidden;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	transform: scale(0);
}
.portfolio.style2 .portfolio-item:hover .portfolio-content{
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.portfolio.style2 .portfolio-item .portfolio-content h3 a{
	color: #fff;
	font-weight: bold;
}
.portfolio.style2 .portfolio-item .portfolio-content h6{
	color: #dcebff;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Style Three */

.portfolio.style3 .swiper-container {
	position: relative;
	width: 100%;
	padding: 25px 0;
}
.portfolio.style3 .swiper-container .swiper-wrapper{
	align-items: center;
}
.portfolio.style3 .swiper-container > .swiper-slide__content {
	position: absolute;
	top: 0;
}

.portfolio.style3 .swiper-slide {
	display: -webkit-box;
	display: flex;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
	width: 600px;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transform: scale(0.8);
	transform: scale(1);
}
.portfolio.style3 .swiper-slide .content{
	position: absolute;
	bottom: 60px;
	text-align: center;
}
.portfolio.style3 .swiper-slide .content h3,
.portfolio.style3 .swiper-slide .content p{
	opacity: 0;
	visibility: hidden;
}
.portfolio.style3 .swiper-slide.swiper-slide-active {
	position: relative;
	-webkit-transform: scale(1);
	transform: scale(1.27);
	height: 500px;
	width: 900px;
	z-index: 9;
	color:#fff;
}
.portfolio.style3 .swiper-slide.swiper-slide-active::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
}
.portfolio.style3 .swiper-slide.swiper-slide-active .content h3,
.portfolio.style3 .swiper-slide.swiper-slide-active .content p{
	opacity: 1;
	visibility: visible;
	color: #fff;
}
.portfolio.style3 .swiper-slide.swiper-slide-active .content h3 a{
	color: #fff;
}
.portfolio.style3 .swiper-slide__content {
	height: 300px;
}

.portfolio.style3 .swiper-prev{
	position: absolute;
	color: #061738;
	top: 50%;
	transform: translateY(-50%);
	left: 27%;
	z-index: 2;
	height: 70px;
	width: 70px;
	line-height: 70px;
	background-color: #fff;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.portfolio.style3 .swiper-prev:hover{
	color: #fff;
	background-color: #0c73ff;
}
.portfolio.style3 .swiper-prev i{
	font-size: 22px;
}
.portfolio.style3 .swiper-next{
	position: absolute;
	color: #061738;
	top: 50%;
	transform: translateY(-50%);
	right: 27%;
	z-index: 2;
	height: 70px;
	width: 70px;
	line-height: 70px;
	background-color: #fff;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.portfolio.style3 .swiper-next:hover{
	color: #fff;
	background-color: #473bf0;
}
.portfolio.style3 .swiper-next i{
	font-size: 22px;
}

/* Style Four */
.portfolio.style4{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 30px;
}
.portfolio.style4 .portfolio-item{
	position: relative;
	height: 320px;
	text-align: center;
}
.portfolio.style4 .portfolio-item .portfolio-thumb{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	width: 100%;
}
.portfolio.style4 .portfolio-item:nth-child(1){
	grid-column: 1/3;
}
.portfolio.style4 .portfolio-item:nth-child(2){
	grid-column: 3/5;
}
.portfolio.style4 .portfolio-item:nth-child(3){
	grid-column: 5/7;
}
.portfolio.style4 .portfolio-item:nth-child(4){
	grid-column: 1/5;
}
.portfolio.style4 .portfolio-item:nth-child(5){
	grid-column: 5/7;
}
.portfolio.style4 .portfolio-item:nth-child(6){
	grid-column: 1/4;
}
.portfolio.style4 .portfolio-item:nth-child(7){
	grid-column: 4/7;
}
.portfolio.style4 .portfolio-item:nth-child(8){
	grid-column: 5/7;
}
.portfolio.style4 .portfolio-item:nth-child(9){
	grid-column: 1/4;
}
.portfolio.style4 .portfolio-item:nth-child(10){
	grid-column: 4/7;
}
.portfolio.style4 .portfolio-item:nth-child(11){
	grid-column: 1/3;
}
.portfolio.style4 .portfolio-item:nth-child(12){
	grid-column: 3/5;
}
.portfolio.style4 .portfolio-item:nth-child(13){
	grid-column: 5/7;
}
.portfolio.style4 .portfolio-item:nth-child(14){
	grid-column: 1/4;
}
.portfolio.style4 .portfolio-item:nth-child(15){
	grid-column: 4/7;
}
.portfolio.style4 .portfolio-item .portfolio-content{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 30px;
	bottom: 30px;
	left: 30px;
	right: 30px;
	background: rgba(6, 23, 56, 0.6);
	opacity: 0;
	visibility: hidden;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	transform: scale(0);
}
.portfolio.style4 .portfolio-item:hover .portfolio-content{
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.portfolio.style4 .portfolio-item .portfolio-content .content-wrapper a{
	color: #fff;
	font-size: 80px;
}

/*
===================
 Case Study
===================
*/

.case-study.style1 .case-item {
	position: relative;
}
.case-study.style1 .case-item::before {
    content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg, rgba(34,36,41,1) 0%, rgba(34,36,41,0) 100%);
	top: 0;
	left: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.case-study.style1 .case-item .case-thumb::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: var(--main-color);
    top: 100%;
	left: 0;
	opacity: 0.9;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.case-study.style1 .case-item:hover .case-thumb::before{
    top: 0;
}
.case-study.style1 .case-item .case-thumb img{
    height: 400px;
    object-fit: cover;
}
.case-study.style1 .case-item .case-content {
	position: absolute;
	bottom: 6%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.case-study.style1 .case-item:hover .case-content {
	bottom: 43%;
}
.case-study.style1 .case-item .case-content ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
    justify-content: center;
}
.case-study.style1 .case-item .case-content ul li{
    position: relative;
	color: var(--main-color);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.case-study.style1 .case-item:hover .case-content ul li{
	color: #fff;
}
.case-study.style1 .case-item .case-content ul li::after{
    content: '/';
    margin: 0 3px;
}
.case-study.style1 .case-item .case-content ul li:last-child::after{
    display: none;
}
.case-study.style1 .case-content .title {
    font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.case-study.style1 .case-content .title a{
    color: #fff;
}

/*
===================
 Portfolio Tab
===================
*/
.portfolio-tab.style1{
	position: relative;
}
.portfolio-tab.style1 .portfolio-nav {
	text-align: center;
	position: absolute;
	right: 0;
	top: -80px;
}
.portfolio-tab.style1 .portfolio-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:center;
	display: flex;
	justify-content: end;
}
.portfolio-tab.style1 .portfolio-nav ul li {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	margin-right: 40px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.portfolio-tab.style1 .portfolio-nav ul li:hover,
.portfolio-tab.style1 .portfolio-nav ul li.current_menu_item {
	color: var(--main-color);
}
.portfolio-tab.style1 .portfolio-nav ul li:first-child {
	border-left: 0;
}
.portfolio-tab.style1 .portfolio-nav ul li:last-child{
	margin-right: 0;
}
.portfolio-tab.style1 .portfolio-nav ul li::before{
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: var(--paragraph-color);
    bottom: 1px;
    left: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.portfolio-tab.style1 .portfolio-nav ul li:hover::before,
.portfolio-tab.style1 .portfolio-nav ul li.current_menu_item::before{
    background-color: var(--main-color);
}

.portfolio-tab.style1 .protfolio-item {
	position: relative;
	margin-bottom: 25px;
	overflow: hidden;
}
.portfolio-tab.style1 .thumbnail{
	position: relative;
}
.portfolio-tab.style1 .thumbnail::before{
	content: '';
	position: absolute;
	background-color: rgba(34, 36, 41, 0.75);
	width: 100%;
	height: 100%;
	bottom: -100%;
	clip-path: polygon(0 180px, 0% 100%, 100% 100%);
	-webkit-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}
.portfolio-tab.style1 .thumbnail:hover::before{
	bottom: 0;
}
.portfolio-tab.style1 .thumbnail img {
	display: block;
	height: 330px;
	width: 100%;
	object-fit: cover;
}
.portfolio-tab.style1 .portfolio-content {
    position: absolute;
    left: 40px;
    bottom: -100%;
	-webkit-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}
.portfolio-tab.style1 .protfolio-item:hover .portfolio-content {
	bottom: 35px;
}
.portfolio-tab.style1 .portfolio-content h3 {
    margin: 8px 0 0px;
    text-transform: capitalize;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.portfolio-tab.style1 .portfolio-content h3 a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}
.portfolio-tab.style1 .portfolio-content p {
	color: #fff;
	line-height: 1.2;
	margin: 5px 0 0;
}
.portfolio-tab.style1 .portfolio-content p span {
	display: inline-block;
	padding-top: 0px;
}
.portfolio-tab.style1 .portfolio-content .category-item{
	color: var(--main-color);
}

/* Style Two */

.portfolio-tab.style2{
	position: relative;
}
.portfolio-tab.style2 .portfolio-nav {
	text-align: center;
}
.portfolio-tab.style2 .portfolio-nav ul {
	margin: 0 0 45px;
	padding: 0;
	list-style: none;
	text-align:center;
	display: flex;
	justify-content: center;
}
.portfolio-tab.style2 .portfolio-nav ul li {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	margin-right: 16px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.portfolio-tab.style2 .portfolio-nav ul li::before{
	content: '/';
	margin-right: 16px;
}
.portfolio-tab.style2 .portfolio-nav ul li:first-child::before{
	display: none;
}
.portfolio-tab.style2 .portfolio-nav ul li:hover,
.portfolio-tab.style2 .portfolio-nav ul li.current_menu_item {
	color: var(--main-color);
}
.portfolio-tab.style2 .portfolio-nav ul li:first-child {
	border-left: 0;
}
.portfolio-tab.style2 .portfolio-nav ul li:last-child{
	margin-right: 0;
}

.portfolio-tab.style2 .protfolio-item {
	position: relative;
	margin-bottom: 25px;
	overflow: hidden;
}
.portfolio-tab.style2 .thumbnail{
	position: relative;
}
.portfolio-tab.style2 .thumbnail::before{
	content: '';
	position: absolute;
	background-color: rgba(34, 36, 41, 0.75);
	width: 100%;
	height: 100%;
	bottom: -100%;
	clip-path: polygon(0 180px, 0% 100%, 100% 100%);
	-webkit-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}
.portfolio-tab.style2 .thumbnail:hover::before{
	bottom: 0;
}
.portfolio-tab.style2 .thumbnail img {
	display: block;
	height: 330px;
	width: 100%;
	object-fit: cover;
}
.portfolio-tab.style2 .portfolio-content {
    position: absolute;
    left: 40px;
    bottom: -100%;
	-webkit-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}
.portfolio-tab.style2 .protfolio-item:hover .portfolio-content {
	bottom: 35px;
}
.portfolio-tab.style2 .portfolio-content h3 {
    margin: 8px 0 0px;
    text-transform: capitalize;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.portfolio-tab.style2 .portfolio-content h3 a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}
.portfolio-tab.style2 .portfolio-content p {
	color: #fff;
	line-height: 1.2;
	margin: 5px 0 0;
}
.portfolio-tab.style2 .portfolio-content p span {
	display: inline-block;
	padding-top: 0px;
}
.portfolio-tab.style2 .portfolio-content .category-item{
	color: var(--main-color);
}

/* Style Three */

.portfolio-tab.style3{
	position: relative;
}
.portfolio-tab.style3 .portfolio-nav {
	text-align: center;
	position: absolute;
	right: 0;
	top: -140px;
}
.portfolio-tab.style3 .portfolio-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:center;
	display: flex;
	justify-content: end;
}
.portfolio-tab.style3 .portfolio-nav ul li {
	position: relative;
	color: var(--main-color);
	font-size: 16px;
	font-weight: 500;
	margin-right: 20px;
	cursor: pointer;
	border: 1px solid var(--main-color);
	padding: 4px 20px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.portfolio-tab.style3 .portfolio-nav ul li:hover,
.portfolio-tab.style3 .portfolio-nav ul li.current_menu_item {
    color: #fff;
	background-color: var(--main-color);
}
.portfolio-tab.style3 .portfolio-nav ul li:last-child{
	margin-right: 0;
}

.portfolio-tab.style3 .protfolio-item {
	position: relative;
	margin-bottom: 25px;
	overflow: hidden;
}
.portfolio-tab.style3 .thumbnail{
	position: relative;
}
.portfolio-tab.style3 .thumbnail img {
	display: block;
	height: 500px;
	width: 100%;
	object-fit: cover;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.portfolio-tab.style3 .portfolio-content {
    position: absolute;
    left: 0;
    bottom: 30px;
	-webkit-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}
.portfolio-tab.style3 .portfolio-content .category-item{
    display: inline-block;
	color: #fff;
	font-weight: 600;
	padding: 5px 30px;
	background-color: var(--main-color);
}
.portfolio-tab.style3 .portfolio-content h3 {
    text-transform: capitalize;
    background-color: #fff;
    padding: 9px 30px;
}
.portfolio-tab.style3 .portfolio-content h3 a {
    color: var(--title-color);
}

/* Style Four */

.portfolio-tab.style4{
	position: relative;
	margin-top: 67px;
}
.portfolio-tab.style4 .portfolio-nav {
	text-align: center;
	position: absolute;
	left: 0;
	top: -67px;
}
.portfolio-tab.style4 .portfolio-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:center;
	display: flex;
	justify-content: end;
}
.portfolio-tab.style4 .portfolio-nav ul li {
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin-right: 40px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.portfolio-tab.style4 .portfolio-nav ul li::before{
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.15);
    bottom: -3px;
    left: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.portfolio-tab.style4 .portfolio-nav ul li:hover::before,
.portfolio-tab.style4 .portfolio-nav ul li.current_menu_item::before{
    background-color: #4c79fa;
}
.portfolio-tab.style4 .portfolio-nav ul li:hover,
.portfolio-tab.style4 .portfolio-nav ul li.current_menu_item {
	color: #4c79fa;
}
.portfolio-tab.style4 .portfolio-nav ul li:first-child {
	border-left: 0;
}
.portfolio-tab.style4 .portfolio-nav ul li:last-child{
	margin-right: 0;
}

.portfolio-tab.style4 .protfolio-item {
	position: relative;
	margin-bottom: 25px;
	overflow: hidden;
}
.portfolio-tab.style4 .thumbnail{
    position: relative;
}
.portfolio-tab.style4 .thumbnail::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
    background: linear-gradient(to bottom, #2e4ffe 0%, #4f7efa 100%);
    opacity: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.portfolio-tab.style4 .protfolio-item:hover .thumbnail::before{
    opacity: 0.7;
}
.portfolio-tab.style4 .thumbnail img {
	display: block;
	height: 420px;
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.portfolio-tab.style4 .portfolio-content {
    position: absolute;
    left: 0;
    bottom: -25%;
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 30px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.portfolio-tab.style4 .protfolio-item:hover .portfolio-content {
	bottom: 0;
}
.portfolio-tab.style4 .portfolio-content h3 {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}
.portfolio-tab.style4 .portfolio-content h3 a {
    color: #060924;
}
.portfolio-tab.style4 .portfolio-content .button a {
	display: inline-block;
	padding: 28px 32px;
	background: linear-gradient(to right, #2e4ffe 0%, #4f7efa 100%);
}
.portfolio-tab.style4 .portfolio-content .button a i {
	transform: rotate(-45deg);
	display: inline-block;
	color: #fff;
	font-size: 16px;
}

/*
===================
Portfolio List
===================
*/

.portfolio-list.style1 .item{
    margin-bottom: 25px;
}
.portfolio-list.style1 .item .thumb img{
    height: 425px;
    object-fit: cover;
}
.portfolio-list.style1 .item .content{
    padding: 20px 30px 20px 56px;
}
.portfolio-list.style1 .item .content .category{
    position: relative;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    display: flex;
}
.portfolio-list.style1 .item .content .category::before{
    content: '';
    position: absolute;
    height: 2px;
    width: 45px;
    background-color: var(--main-color);
    top: 50%;
    left: -56px;
}
.portfolio-list.style1 .item .content .category li{
    color: var(--main-color);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.portfolio-list.style1 .item .content .title a{
    color: var(--title-color);
}
.portfolio-list.style1 .item .content .title a:hover{
    color: var(--main-color);
}

/*
===================
Copyright Menu
===================
*/
.copyright-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.copyright-menu ul li{
	margin-right: 20px;
}
.copyright-menu ul li:last-child{
	margin-right: 0;
}
.copyright-menu ul li a{
	color: #fff;
}

/*
===================
Working Process 2
===================
*/
.work-process .process-box{
	position: relative;
	text-align: center;
	padding: 35px;
}
.work-process .process-box .icon{
	position: relative;
	color: #fff;
	height: 104px;
	width: 104px;
	line-height: 104px;
	background: rgba(255, 255, 255, 0.1);
	margin: 0 auto 40px;
	font-size: 48px;
}
.work-process .process-box .icon::after{
	content: url(/wp-content/plugins/solute-elementor-extension/assets/images/shape1.png);
	position: absolute;
	left: 122px;
	top: 15px;
}
.work-process .process-box.rotate .icon::after{
	content: url(/wp-content/plugins/solute-elementor-extension/assets/images/shape2.png);
}
.work-process .process-box.none .icon::after{
	display: none;
}
.work-process .process-box .icon span{
	position: absolute;
	color: #eef1f4;
	font-size: 16px;
	font-weight: bold;
	background: #0d1e35;
	height: 40px;
	width: 40px;
	line-height: 40px;
	bottom: -12px;
	right: -12px;
}
.work-process .process-box i{
	font-family: "Flaticon";
	font-style: normal;
}
.work-process .process-box .content h3{
	color: #eef1f4;
	font-weight: bold;
}
.work-process .process-box .content p{
	color: #eef1f4;
	font-size: 14px;
	line-height: 1.8;
}

/*
===================
Icon Box
===================
*/
.icon-box.style1{
	display: flex;
}
.icon-box.right{
	flex-direction: row-reverse;
}
.icon-box.style1 .icon{
	margin-right: 15px;
	line-height: 1;
}
.icon-box.style1 .icon i{
	display: inline-block;
	color: var(--main-color);
	font-size: 40px;
	line-height: 1.2;
	background: linear-gradient(to right, rgba(221,29,38,1) 0%, rgba(252,152,55,1) 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.icon-box.right .icon{
	margin-left: 25px;
	margin-right: 0;
}
.icon-box.right .content{
	text-align: right;
}
.icon-box.style1 .content h4{
	font-size: 20px;
	margin-bottom: 5px;
}
.icon-box.style1 .content p{
	margin: 0;
}

/* Style Two */

.icon-box.style2 .wrapper{
	display: flex;
}
.icon-box.style2 .title{
	font-size: 20px;
	margin-bottom: 24px;
}
.icon-box.right{
	flex-direction: row-reverse;
}
.icon-box.style2 .icon{
	margin-right: 15px;
	line-height: 1;
}
.icon-box.style2 .icon i{
	display: inline-block;
	color: var(--main-color);
	font-size: 24px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background-color: rgba(255, 116, 38, 0.1);
}
.icon-box.right .icon{
	margin-left: 25px;
	margin-right: 0;
}
.icon-box.right .content{
	text-align: right;
}
.icon-box.style2 .content p{
	margin: 0;
}

/* Style Three */

.icon-box.style3 .wrapper{
	display: flex;
}
.icon-box.style3 .title{
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 17px;
}
.icon-box.style3 .icon{
    position: relative;
    flex-shrink: 0;
	margin-right: 30px;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.1);
}
.icon-box.style3 .icon::before{
    content: '';
    position: absolute;
    height: 100%;
    background: linear-gradient(to right, #2e4ffe 0%,#4f7efa 100%);
    top: 0;
    right: 0;
    border-radius: 5px;
    width: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.icon-box.style3:hover .icon::before{
    width: 100%;
}
.icon-box.style3 .icon i{
    position: relative;
	display: inline-block;
	font-size: 40px;
	background: -webkit-linear-gradient(left, #2e4ffe 0%,#4f7efa 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.icon-box.style3:hover .icon i{
    -webkit-text-fill-color: #fff;
}
.icon-box.style3 .description{
    line-height: 26px;
    margin-bottom: 0;
}

/* Style Four */

.icon-box.style4 .wrapper{
	display: flex;
}
.icon-box.style4 .icon{
    position: relative;
    flex-shrink: 0;
	margin-right: 15px;
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center;
	background-color: var(--main-color);
}
.icon-box.style4 .icon i{
	display: inline-block;
	color: #fff;
	font-size: 20px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.icon-box.style4 .title{
	font-size: 16px;
	margin-bottom: 2px;
}
.icon-box.style4 .description{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

/*
===================
Single Image
===================
*/
.single-image.style1{
    position: relative;
    display: inline-block;
}
.single-image.style1 .content{
    position: absolute;
    bottom: 60px;
    right: 66px;
    background-color: var(--main-color);
    padding: 9px 26px 17px;
    text-align: center;
}
.single-image.style1 .content .title{
	color: #fff;
	font-size: 30px;
	margin-bottom: 0;
}
.single-image.style1 .content .subtitle{
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
}

/* Style Two */

.single-image.style2{
    position: relative;
    display: inline-block;
    padding-bottom: 41px;
}
.single-image.style2 .content{
    position: absolute;
    bottom: 0;
    left: 53%;
    background-color: var(--main-color);
    padding: 31px 40px 33px;
    transform: translateX(-50%);
    max-width: 235px;
}
.single-image.style2 .content .title{
	color: #fff;
	font-size: 40px;
	margin-bottom: 3px;
}
.single-image.style2 .content .subtitle{
	color: #fff;
	font-size: 16px;
	line-height: 1.375;
	text-transform: uppercase;
	margin-bottom: 0;
}

/*
===================
Tabs
===================
*/
.about-tabs.style1 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.about-tabs.style1 .tabs {
	display: flex;
	width: 100%;
	border-top: 1px solid #eeeeee;
}

.about-tabs.style1 .tabs .tab {
	color: #606060;
	font-size: 17px;
	font-weight: 500;
	margin-right: 50px;
	padding: 20px 0;
	cursor: pointer;
	border-top: 3px solid transparent;
}

.about-tabs.style1 .tabs .tab.active {
	border-top: 3px solid #473bf0;
	color: #061738;
}

.about-tabs.style1 .content {
	width: 100%;
	margin-top: 8px;
}

.about-tabs.style1 .content .content-item {
	display: none;
}

.about-tabs.style1 .content .content-item.active {
	display: block;
}
.about-tabs.style1 .content .content-item p{
	font-size: 20px;
	margin-bottom: 30px;
}
.about-tabs.style1 .content .content-item ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.about-tabs.style1 .content .content-item ul li{
	position: relative;
	margin-bottom: 12px;
}
.about-tabs.style1 .content .content-item ul li i{
	color: #473bf0;
	font-size: 14px;
	margin-right: 15px;
}
.about-tabs.style1 .content .content-item a{
	display: inline-block;
	color: #fff;
	font-weight: 600;
	padding: 14px 38px;
	background-color: #473bf0;
	margin-top: 22px;
}
.about-tabs.style1 .content .content-item a i{
	font-size: 15px;
	margin-left: 10px;
}

/* Style Two */

.about-tabs.style2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.about-tabs.style2 .tabs {
	display: flex;
	width: 100%;
}

.about-tabs.style2 .tabs .tab {
	font-size: 15px;
	font-weight: 500;
	margin-right: 10px;
	padding: 16px 38px;
	cursor: pointer;
	border: 1px solid #e5e5e5;
}

.about-tabs.style2 .tabs .tab.active {
	border-color: #1BA8F1;
	color: #1BA8F1;
}

.about-tabs.style2 .content {
	width: 100%;
	margin-top: 25px;
}

.about-tabs.style2 .content .content-item {
	display: none;
}

.about-tabs.style2 .content .content-item.active {
	display: block;
}
.about-tabs.style2 .content .content-item ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.about-tabs.style2 .content .content-item ul li{
	position: relative;
	padding-left: 35px;
	margin-bottom: 5px;
}
.about-tabs.style2 .content .content-item ul li::before {
	content: '';
	position: absolute;
	height: 6px;
	width: 6px;
	background-color: #1BA8F1;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}
.about-tabs.style2 .content .content-item ul li::after {
	content: '';
	position: absolute;
	height: 16px;
	width: 16px;
	background-color: rgba(27, 168, 241, 0.2);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}
.about-tabs.style2 .content .content-item a{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 20px;
	background-color: #1BA8F1;
	margin-top: 20px;
}

/*
===================
 FAQ
===================
*/
.faq-tabs.style1 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.faq-tabs.style1 .tabs {
	display: flex;
	justify-content: center;
	width: 100%;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 50px;
}
.faq-tabs.style1 .tabs .tab {
	color: #606060;
	font-size: 17px;
	font-weight: 500;
	margin-right: 50px;
	padding: 20px 0;
	cursor: pointer;
}
.faq-tabs.style1 .tabs .tab.active {
	border-bottom: 3px solid var(--main-color);
	color: #061738;
}


.faq-tabs.style1 .faq-list {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #ffffff;
}

.faq-tabs.style1 .faq-list .accordion__single {
	display: block;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.faq-tabs.style1 .faq-list .accordion__single:last-child{
	margin-bottom: 0;
}
.faq-tabs.style1 .faq-list .accordion__title {
	background: transparent;
	color: #161c2d;
	font-size: 18px;
	font-weight: 600;
	padding: 16px 20px 16px 0;
	display: block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s;
}
.faq-tabs.style1 .faq-list .accordion__title .meta--icon::before,
.faq-tabs.style1 .faq-list .accordion__title .meta--icon::after {
	content: '';
	position: absolute;
	top: 45%;
	background: #161c2d;
	height: 8px;
	width: 2px;
	-webkit-transition: .3s;
	transition: .3s;
}

.faq-tabs.style1 .faq-list .accordion__title .meta--icon::before {
	right: 3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.faq-tabs.style1 .faq-list .accordion__title .meta--icon::after {
	right: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.faq-tabs.style1 .faq-list .accordion__title.active .meta--icon::before {
	right: 8px;
}
.faq-tabs.style1 .faq-list .accordion__title.active .meta--icon::after {
	right: 3px;
}
.faq-tabs.style1 .faq-list .accordion__content-text {
	display: none;
	line-height: 1.6;
	padding: 20px 0 10px;
}



.faq-tabs.style1 .content {
	width: 100%;
	margin-top: 8px;
}

.faq-tabs.style1 .content .content-item {
	display: none;
	padding: 0 15px;
}

.faq-tabs.style1 .content .content-item.active {
	display: block;
}
.faq-tabs.style1 .content .content-item .image{
    padding-left: 35px;
}
.faq-tabs.style1 .content .content-item p{
	margin-bottom: 10px;
}
.faq-tabs.style1 .content .content-item ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.faq-tabs.style1 .content .content-item ul li{
	position: relative;
	margin-bottom: 12px;
}
.faq-tabs.style1 .content .content-item ul li i{
	color: #473bf0;
	font-size: 14px;
	margin-right: 15px;
}

/*
===================
 Marquee Text
===================
*/

.marquee.style1 {
    max-width: 1920px;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
}
.marquee.style1 .marquee__item {
    display: inline-block;
    will-change: transform;
    animation: marquee 30s linear infinite;
}
.marquee.style1 .marquee__item .banner-marque-bottom {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.marquee.style1 .marquee__item .banner-marque-bottom p {
    display: block;
    margin: 0 63px 0 0;
    text-align: center;
    color: rgba(255,255,255,0.05);
    font-size: 120px;
    font-weight: 700;
}
.marquee.style1 .marquee__item .banner-marque-bottom p .seperator{
    margin-left: 48px;
}
@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Style Two */

.marquee-text.style2 .marquee {
  padding: 55px 0;
  overflow: hidden;
  background: #F5F7FA;
}
.marquee-text.style2 .marquee span {
  color: #003B5A;
  font-size: 50px;
  font-weight: bold;
  font-family: "Urbanist";
  line-height: 1.4;
  margin-right: 60px;
}
.marquee-text.style2 .marquee span:nth-child(even) {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
}


/*
===================
Accordion
===================
*/
.accordion.style1 {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #ffffff;
}

.accordion.style1 .accordion__single {
	display: block;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.07);
	margin-bottom: 20px;
	overflow: hidden;
}
.accordion.style1 .accordion__single:last-child{
	margin-bottom: 0;
}
.accordion.style1 .accordion__title {
	background: transparent;
	color: #161c2d;
	font-size: 18px;
	font-weight: 600;
	padding: 16px 28px;
	display: block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s;
}

.accordion.style1 .accordion__title::before {
	content: '';
	position: absolute;
	left: 30px;
	bottom: -3px;
	height: 1px;
	width: 90%;
	background: rgba(0, 0, 0, 0.07);
}

.accordion.style1 .accordion__title .meta--icon::before, .accordion__title .meta--icon::after {
	content: '';
	position: absolute;
	top: 45%;
	background: #161c2d;
	height: 10px;
	width: 2px;
	-webkit-transition: .3s;
	transition: .3s;
}

.accordion.style1 .accordion__title .meta--icon::before {
	right: 38px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.accordion.style1 .accordion__title .meta--icon::after {
	right: 44px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.accordion.style1 .accordion__title.active .meta--icon::before {
	right: 44px;
}
.accordion.style1 .accordion__title.active .meta--icon::after {
	right: 38px;
}
.accordion.style1 .accordion__content-text {
	display: none;
	line-height: 1.6;
	padding: 20px 30px 10px;
}

/* Style Two */

.accordion.style2 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.accordion.style2 li {
	position: relative;
	margin-bottom: 20px;
}
.accordion.style2 li p {
	display: none;
	margin: 0;
	padding: 20px 25px 0;
}
.accordion.style2 a:not([href]):not([class]),
.accordion.style2 a:not([href]):not([class]):hover {
	color: #061738 !important;
}
.accordion.style2 a {
	display: block;
	color: #061738;
	font-size: 18px;
	font-weight: 600;
	line-height: 2.5;
	width: 100%;
	cursor: pointer;
	user-select: none;
	padding: 0 20px 0 8px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 25px;
}
.accordion.style2 a:after {
	width: 8px;
	height: 8px;
	border-right: 1px solid #4a6e78;
	border-bottom: 1px solid #4a6e78;
	position: absolute;
	right: 30px;
	content: " ";
	top: 17px;
	transform: rotate(-45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.accordion.style2 a i {
	color: #fff;
	font-size: 14px;
	background-color: #473bf0;
	height: 33px;
	width: 33px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	margin-right: 15px;
}
.accordion.style2 p {
	line-height: 1.6;
	padding: 10px;
}
.accordion.style2 a.active{
	color: #fff;
	background-color: #473bf0;
	border-color: #473bf0;
}
.accordion.style2 a.active i{
	color: #473bf0;
	background-color: #fff;
}
.accordion.style2 a.active:after {
	border-color: #fff;
	transform: rotate(45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* Style Three */

.accordion.style3 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.accordion.style3 li {
	position: relative;
	margin-bottom: 42px;
}
.accordion.style3 li::after {
	content: '';
	position: absolute;
	height: 2px;
	background-color: rgba(255,255,255,0.1);
	left: 94px;
	right: 0;
	bottom: -27px;
}
.accordion.style3 li:last-child::after{
    display: none;
}
.accordion.style3 li p {
	display: none;
	margin: 0;
	padding: 0 0 0 94px;
}
.accordion.style3 a {
	display: flex;
	align-items: center;
	color: #061738;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	cursor: pointer;
	user-select: none;
}
.accordion.style3 a .number {
	display: inline-block;
	color: #fff;
	font-size: 25px;
	background-color: var(--main-color);
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
	margin-right: 15px;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	flex-shrink: 0;
}

/*
===================
Gallery
===================
*/

.image-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.image-gallery .single-item {
	position: relative;
	margin-left: -60px;
}
.image-gallery .single-item img {
	width: auto;
}
.image-gallery .single-item:first-child {
	z-index: 7;
	margin-left: -20px;
}
.image-gallery .single-item:nth-child(2) {
	z-index: 6;
}
.image-gallery .single-item:nth-child(3) {
	z-index: 5;
}
.image-gallery .single-item:nth-child(4) {
	z-index: 4;
}
.image-gallery .single-item:nth-child(5) {
	z-index: 3;
}
.image-gallery .single-item:nth-child(6) {
	z-index: 2;
}
.image-gallery .single-item:last-child {
	z-index: 1;
	margin-left: -30px;
	margin-bottom: 9px;
}

/*
=========
Counter
=========
*/
.single-counter.style1{
    display: flex;
    align-items: center;
}
.single-counter.style1 .icon{
    margin-right: 20px;
}
.single-counter.style1 .icon i{
	color: var(--main-color);
    font-size: 50px;
}
.single-counter.style1 #counter .count{
	display: inline-block;
	margin-bottom: 0;
}
.single-counter.style1 #counter .suffix{
	display: inline-block;
    color: var(--title-color);
    margin-bottom: 0;
}
.single-counter.style1 #counter .title {
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin: 0;
    font-weight: normal;
}

/* Style Two */

.single-counter.style2{
    display: flex;
    align-items: center;
}
.single-counter.style2 .icon{
    margin-right: 20px;
}
.single-counter.style2 .icon i {
    display: inline-block;
	color: #696969;
	font-size: 50px;
	height: 100px;
	width: 100px;
	line-height: 100px;
	text-align: center;
	background: #f6f6f8;
}
.single-counter.style2 #counter .count{
	display: inline-block;
	font-size: 50px;
	margin-bottom: 0;
}
.single-counter.style2 #counter .suffix{
	display: inline-block;
    color: var(--title-color);
    font-size: 50px;
    margin-bottom: 0;
}
.single-counter.style2 #counter .title {
    position: relative;
    color: var(--main-color);
    font-size: 18px;
    margin: 2px 0 0;
    font-weight: 500;
}

/* Style Three */

.single-counter.style3{
    position: relative;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.08);
    padding: 42px 30px 49px;
    border-radius: 5px;
}
.single-counter.style3::before{
    content: '';
    position: absolute;
    height: 3px;
    width: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: linear-gradient(to right, #2e4ffe 0%, #4f7efa 100%);
    transition: 0.5s;
}
.single-counter.style3:hover::before{
    width: 100%;
}
.single-counter.style3 .icon{
    margin-right: 20px;
}
.single-counter.style3 .icon i{
	color: var(--main-color);
    font-size: 50px;
}
.single-counter.style3 #counter .count{
	display: inline-block;
	margin-bottom: 0;
}
.single-counter.style3 .number{
    margin-bottom: 6px;
}
.single-counter.style3 #counter .suffix{
	display: inline-block;
    color: var(--title-color);
    margin-bottom: 0;
}
.single-counter.style3 #counter .title {
    position: relative;
    color: #a0a5b9;
    font-size: 16px;
    margin: 0;
    font-weight: normal;
}

/* Style Four */

.single-counter.style4{
    display: flex;
    align-items: center;
}
.single-counter.style4 .icon{
    display: inline-block;
    height: 85px;
	width: 85px;
	line-height: 85px;
	text-align: center;
    margin-right: 20px;
    background: #f6f6f8;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
.single-counter.style4 .icon i {
    display: inline-block;
	color: var(--main-color);
	font-size: 36px;
}
.single-counter.style4 #counter .count,
.single-counter.style4 #counter .suffix{
	display: inline-block;
    color: #fff;
    font-size: 40px;
    margin-bottom: 0;
}
.single-counter.style4 #counter .title {
    position: relative;
    color: #fff;
    font-size: 18px;
    margin: 2px 0 0;
    font-weight: 500;
}

/* Style Five */

.single-counter.style5{
    text-align: center;
}
.single-counter.style5 #counter .number{
    position: relative;
}
.single-counter.style5 #counter .number::before{
    content: "";
    position: absolute;
    height: 76px;
    width: 76px;
    border-radius: 50%;
    background-color: rgba(255, 116, 38, 0.1);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.single-counter.style5 #counter .count{
	display: inline-block;
	font-size: 48px;
	margin-bottom: 0;
}
.single-counter.style5 #counter .suffix{
	display: inline-block;
    color: var(--title-color);
    font-size: 48px;
    margin-bottom: 0;
}
.single-counter.style5 #counter .title {
    position: relative;
    color: var(--title-color);
    font-size: 14px;
    text-transform: uppercase;
    margin: 2px 0 0;
}

/*
===================
 Progress Bar
===================
*/
.progress-item.style1{
    margin-bottom: 32px;
}
.progress-item.style1 .progress-name{
    color: var(--title-color);
    font-weight: 500;
    margin: 0 0 16px;
}
.progress-item.style1 .progress-stick{
    position: relative;
    height: 1px;
    background: var(--main-color);
    margin: 5px 0;
}
.progress-item.style1 .progress-per{
    position: absolute;
    height: 10px;
    top: -5px;
    background-color: var(--main-color);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 0;
    transition: 1s linear;
}
.progress-item.style1 .progress-per::before{
    content: attr(per);
    position: absolute;
    top: -35px;
    right: 0;
}

/* Style Two */

.progress-item.style2{
    margin-bottom: 24px;
}
.progress-item.style2 .progress-name{
    color: var(--title-color);
    margin: 0 0 19px;
}
.progress-item.style2 .progress-stick{
    position: relative;
    height: 5px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 3px;
    margin: 5px 0;
}
.progress-item.style2 .progress-per{
    position: absolute;
    height: 5px;
    top: 0;
    background-color: #4f7efa;
    border-radius: 3px;
    width: 0;
    transition: 1s linear;
}
.progress-item.style2 .progress-per::before{
    content: attr(per);
    position: absolute;
    top: -43px;
    right: 0;
}

/*
===================
Contact Form
===================
*/
.snow-contact .form-input{
	margin-bottom: 20px;
}
.snow-contact .form-input input,
.snow-contact .form-input textarea{
    color: #fff;
	border: 1px solid rgba(255, 116, 38, 0.25);
	outline: 0;
	width: 100%;
	padding: 15px 20px;
	border-radius: 0;
	background-color: rgba(0,0,0,0.15);
}
.snow-contact .form-input input::focus{
    color: #fff;
}
.snow-contact .form-input input::placeholder{
    color: rgba(255,255,255,0.5);
    opacity: 1;
}
.snow-contact .form-button button{
	color: #fff;
	font-weight: bold;
	border: 0;
    outline: 0;
    background: #0c73ff;
    padding: 17px;
    width: 100%;
}
.snow-contact .form-button p{
    margin: 0;
}
.snow-contact input[type="submit"] {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	height: 50px;
	width: 100%;
	border: 0;
	outline: 0;
	background-color: var(--main-color);
}

/*
===================
Subscribe Form
===================
*/
.footer-subscribe{
	position: relative;
}
.footer-subscribe input[type="email"] {
	color: #fff;
	border: 1px solid #473bf0;
	border-radius: 0;
	outline: 0;
	background: transparent;
	height: 42px;
	padding: 5px 70px 5px 15px;
}
.footer-subscribe input[type="email"]:focus{
	color: #fff;
	box-shadow: 0 0 0 .25rem rgba(198, 164, 126, 0.25);
}
.footer-subscribe i{
	position: absolute;
	color: #fff;
	height: 42px;
	width: 60px;
	line-height: 42px;
	text-align: center;
	background-color: #473bf0;
	right: 0;
	top: 0;
}
.footer-subscribe input[type="email"]::placeholder{
	color: rgba(255, 255, 255, 0.8);
}

/*
===================
Contact Page Form
===================
*/
.contact-page-form input[type=text],
.contact-page-form input[type=email]{
	height: 55px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 0;
	margin-bottom: 20px;
	padding: 10px 25px;
}
.contact-page-form input[type=text]:focus,
.contact-page-form input[type=email]:focus{
	box-shadow: none;
	border-color: rgba(255, 116, 38, 0.5);
}
.contact-page-form textarea{
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 0;
	margin-bottom: 30px;
	padding: 20px 25px;
}
.contact-page-form textarea:focus{
	box-shadow: none;
	border-color: rgba(255, 116, 38, 0.5);
}

.contact-page-form .submit-button{
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	border: 0;
	background-color: var(--main-color);
	padding: 17px 30px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.contact-page-form .submit-button:hover{
	background-color: #0d1e35;
}

/*
===================
Elementor Custom
===================
*/
.custom-link p a {
	color: var(--main-color);
	text-decoration: underline;
}





















.portfolio-list.style2 #user-button {
  z-index: 1000;
  bottom: 1rem !important;
  right: 1rem !important;
  color: var(--user-button-text);
  transition: 1s 0s ease-out;
  -webkit-animation: slide 3s ease-out forwards;
          animation: slide 3s ease-out forwards;
}
@-webkit-keyframes slide {
  0%, 50% {
    opacity: 0;
    display: block !important;
  }
  100% {
    opacity: 1;
    display: block !important;
  }
}
@keyframes slide {
  0%, 50% {
    opacity: 0;
    display: block !important;
  }
  100% {
    opacity: 1;
    display: block !important;
  }
}
.portfolio-list.style2 #user-button .u-card {
  border-radius: 100%;
  box-shadow: 0 0 1rem -0.25rem var(--user-button-shadow), inset 0 0 1rem -0.75rem var(--user-button-shadow);
}
.portfolio-list.style2 #user-button .u-main {
  cursor: pointer;
  --user-button-background:var(--user-button-main, #EC87C0);
}
.portfolio-list.style2 #user-button .u-main img {
  height: 100%;
  width: 100%;
}
.portfolio-list.style2 #user-button .u-main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  opacity: 1;
  transition: 0s 4s;
}
.portfolio-list.style2 #user-button .u-icons {
  position: relative;
  z-index: 950;
  transform: translate(-50%, -50%);
  background: var(--user-button-circle);
  box-shadow: 0 0 0 0.125rem var(--user-button-cardborder);
  border-radius: 100%;
  transition: 0.25s;
  opacity: 1 !important;
  -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.portfolio-list.style2 #user-button .u-icons a {
  color: inherit;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
}
.portfolio-list.style2 #user-button .u-icons a div {
  padding: 0.5rem;
  transition: 0s;
}
.portfolio-list.style2 #user-button .u-icons a[href="https://twitter.com/Osorpenke"] {
  position: relative;
}
.portfolio-list.style2 #user-button .u-icons a[href="https://twitter.com/Osorpenke"]:before {
  content: "Middle Click";
  position: absolute;
  top: -1.5rem;
  left: 50%;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  white-space: pre;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease-in;
  background: #fffc;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}
.portfolio-list.style2 #user-button .u-icons a[href="https://twitter.com/Osorpenke"].show:before {
  opacity: 1;
  transition: 0.25s ease-out;
}
.portfolio-list.style2 #user-button .u-icons a[href="https://twitter.com/Osorpenke"] div {
  color: #1da1f2;
}
.portfolio-list.style2 #user-button .u-icons a[href="https://codepen.io/z-"] div {
  background: black;
  color: white;
}
.portfolio-list.style2 #user-button .u-icons a.u-random div {
  position: relative;
  top: -1px;
  -webkit-animation: diespin 2s linear infinite;
          animation: diespin 2s linear infinite;
}
@-webkit-keyframes diespin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes diespin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.portfolio-list.style2 #user-button .u-icons a.u-random:not(:hover) div {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.portfolio-list.style2 #user-button .u-icons > * {
  position: absolute;
  width: 30px;
  height: 30px;
  background: var(--singlecolour);
  border-radius: 100%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: 0.25s -0.05s;
}
.portfolio-list.style2 #user-button .u-icons > *:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.portfolio-list.style2 #user-button .u-icons > *:hover, body #user-button .u-icons > *:focus-within {
  background: var(--hcolour);
}
.portfolio-list.style2 #user-button .u-icons > *:first-child:nth-last-child(1):nth-child(1), body #user-button .u-icons > *:first-child:nth-last-child(1) ~ *:nth-child(1) {
  left: 25%;
  top: 25%;
}
.portfolio-list.style2 #user-button .u-icons > *:first-child:nth-last-child(2):nth-child(1), body #user-button .u-icons > *:first-child:nth-last-child(2) ~ *:nth-child(1) {
  left: 37.5%;
  top: 18.75%;
}
.portfolio-list.style2 #user-button .u-icons > *:first-child:nth-last-child(2):nth-child(2), body #user-button .u-icons > *:first-child:nth-last-child(2) ~ *:nth-child(2) {
  left: 18.75%;
  top: 37.5%;
}
.portfolio-list.style2 #user-button .u-icons > *:first-child:nth-last-child(3):nth-child(1), body #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(1) {
  left: 50%;
  top: 15.625%;
}
.portfolio-list.style2 #user-button .u-icons > *:first-child:nth-last-child(3):nth-child(2), body #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(2) {
  left: 25%;
  top: 25%;
}
.portfolio-list.style2 #user-button .u-icons > *:first-child:nth-last-child(3):nth-child(3), body #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(3) {
  left: 15.625%;
  top: 50%;
}
.portfolio-list.style2 #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(1), body #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(1) {
  left: 62.5%;
  top: 18.75%;
}
.portfolio-list.style2 #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(2), body #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(2) {
  left: 37.5%;
  top: 18.75%;
}
.portfolio-list.style2 #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(3), body #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(3) {
  left: 18.75%;
  top: 37.5%;
}
.portfolio-list.style2 #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(4), body #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(4) {
  left: 18.75%;
  top: 62.5%;
}
.portfolio-list.style2 #user-button:hover .u-icons, body #user-button:focus-within .u-icons {
  width: 300% !important;
  height: 300% !important;
}

.portfolio-list.style2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100vh;
  font-family: "Roboto","Roboto Fallback", sans-serif;
  transition: 0.25s;
}
.portfolio-list.style2.dark {
  background: #232223;
  color: white;
}
@media (prefers-color-scheme: dark) {
  .portfolio-list.style2:not(.light) {
    background: #232223;
    color: white;
  }
}
.portfolio-list.style2 .credit {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: inherit;
}
.portfolio-list.style2 .options {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  min-width: 600px;
  max-width: 900px;
  width: calc(100% - 100px);
  height: 400px;
}
@media screen and (max-width: 718px) {
  .portfolio-list.style2 .options {
    min-width: 520px;
  }
  .portfolio-list.style2 .options .option:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 638px) {
  .portfolio-list.style2 .options {
    min-width: 440px;
  }
  .portfolio-list.style2 .options .option:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 558px) {
  .portfolio-list.style2 .options {
    min-width: 360px;
  }
  .portfolio-list.style2 .options .option:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 478px) {
  .portfolio-list.style2 .options {
    min-width: 280px;
  }
  .portfolio-list.style2 .options .option:nth-child(2) {
    display: none;
  }
}
.portfolio-list.style2 .options .option {
  position: relative;
  overflow: hidden;
  min-width: 60px;
  margin: 10px;
  background: var(--optionBackground, var(--defaultBackground, #E6E9ED));
  background-size: auto 120%;
  background-position: center;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.portfolio-list.style2 .options .option:nth-child(1) {
  --defaultBackground:#ED5565;
}
.portfolio-list.style2 .options .option:nth-child(2) {
  --defaultBackground:#FC6E51;
}
.portfolio-list.style2 .options .option:nth-child(3) {
  --defaultBackground:#FFCE54;
}
.portfolio-list.style2 .options .option:nth-child(4) {
  --defaultBackground:#2ECC71;
}
.portfolio-list.style2 .options .option:nth-child(5) {
  --defaultBackground:#5D9CEC;
}
.portfolio-list.style2 .options .option:nth-child(6) {
  --defaultBackground:#AC92EC;
}
.portfolio-list.style2 .options .option.active {
  flex-grow: 10000;
  transform: scale(1);
  max-width: 600px;
  margin: 0px;
  border-radius: 40px;
  background-size: auto 100%;
}
.portfolio-list.style2 .options .option.active .shadow {
  box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 120px -100px black;
}
.portfolio-list.style2 .options .option.active .label {
  bottom: 20px;
  left: 20px;
}
.portfolio-list.style2 .options .option.active .label .info > div {
  left: 0px;
  opacity: 1;
}
.portfolio-list.style2 .options .option:not(.active) {
  flex-grow: 1;
  border-radius: 30px;
}
.portfolio-list.style2 .options .option:not(.active) .shadow {
  bottom: -40px;
  box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
}
.portfolio-list.style2 .options .option:not(.active) .label {
  bottom: 10px;
  left: 10px;
}
.portfolio-list.style2 .options .option:not(.active) .label .info > div {
  left: 20px;
  opacity: 0;
}
.portfolio-list.style2 .options .option .shadow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 120px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.portfolio-list.style2 .options .option .label {
  display: flex;
  position: absolute;
  right: 0px;
  height: 40px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.portfolio-list.style2 .options .option .label .icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: white;
  color: var(--defaultBackground);
}
.portfolio-list.style2 .options .option .label .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  color: white;
  white-space: pre;
}
.portfolio-list.style2 .options .option .label .info > div {
  position: relative;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}
.portfolio-list.style2 .options .option .label .info .main {
  font-weight: bold;
  font-size: 1.2rem;
}
.portfolio-list.style2 .options .option .label .info .sub {
  transition-delay: 0.1s;
}

/*
===================
 Copyright Text
===================
*/

.copyright-text h1,
.copyright-text h2,
.copyright-text h3,
.copyright-text h4,
.copyright-text h5,
.copyright-text h6,
.copyright-text p{
    margin: 0;
}








@media(max-width: 1550px){
	.hero-image.style1{
		overflow: hidden;
	}
	.hero-image.style1 .wrapper {
		height: 450px;
		width: 450px;
		margin: 90px auto 20px;
	}
	.hero-image.style1 .wrapper img {
		height: auto;
		width: 85%;
	}

}

/* ---------------------------------------- Laptop Screen : 1366 ---------------------------------------- */

@media(max-width: 1366px){

	/* Hero Slider
	==============*/

	.slider-section.style1 .hero-slider .slider-item .text-wrapper {
		width: 64%;
	}
	.slider-section.style1 .hero-slider .slider-item .title {
		font-size: 70px;
	}
	
	/* Hero Particles
	=================*/
	
	.hero-particles.style3 .wrapper{
	    padding: 0 15px;
	}
	
	/* Portfolio List
	=================*/
	
	.portfolio-list.style1{
	    padding: 0 10px;
	}
	
	/* Portfolio Carousel
	=====================*/
	
	.portfolio-carousel.style1 .swiper {
	    margin-left: auto;
    }
    .portfolio-carousel.style1 .nav-wrap{
        right: 0;
    }

}

@media(max-width: 1690px){
    
    .hero-particles.style3{
        overflow: hidden;
    }
}

/* ---------------------------------------- Tablet Screen : 1024 ---------------------------------------- */

@media(max-width: 1024px){

	.solute-nav-menu{
		position: relative;
		height: 55px;
		padding: 0 20px;
	}
	.solute-nav-menu .custom-logo-link {
		display: block;
	}
	.solute-nav-menu .solute-menu-wrapper {
		display: none;
		position: absolute;
		background-color: #473BF0;
		top: 55px;
		left: 0;
		width: 100%;
	}
	.solute-nav-menu .menu-ul{
		display: block;
	}
	.solute-nav-menu ul li a{
		position: relative;
		display: block;
		border: 0;
		border-top: 1px solid #564af9;
	}
	.solute-nav-menu ul li.menu-item-has-children a::after{
		position: absolute;
		right: 28px;
	}

	/* Menu Toggle */

	.solute-nav-menu .solute-menu-toggle {
		display: block;
		color: #fff;
		font-size: 30px;
		height: 55px;
		width: 55px;
		line-height: 55px;
		text-align: center;
		cursor: pointer;
	}
	.solute-nav-menu .solute-menu-toggle .bi-x-square{
		display: none;
	}
	.solute-nav-menu .solute-menu-toggle.active .bi-grid-3x3-gap{
		display: none;
	}
	.solute-nav-menu .solute-menu-toggle.active .bi-x-square{
		display: block;
	}

	/* Sub Menu */
	
	.solute-nav-menu ul li .sub-menu{
		display: none;
		position: static;
		opacity: 1;
		width: 100%;
		visibility: visible;
		transition: inherit;
	}
	.solute-nav-menu ul li .sub-menu li a{
		padding: 15px 28px 15px 56px;
	}
	.solute-nav-menu .menu-search{
		display: none;
	}

	/* Hero Slider
	==============*/

	.slider-section.style1 .hero-slider .slider-item .text-wrapper {
		width: 76%;
	}
	
	/* Style 2 */
	
	.slider-section2 #thumb-carousel{
	    display: none;
	}
	
	/* Section Title
	================*/
	
	.section-title .title{
		font-size: 36px;
	}
	
	/* Testimonial
	================*/
	
	.testimonial.style7 .single-testimonial .quote-text p{
        font-size: 24px;
	}


}

/* ---------------------------------------- Tablet Screen : 992 ---------------------------------------- */

@media(max-width: 991px){

	/* Hero Slider
	==============*/

	.slider-section.style1 .hero-slider .slider-item .text-wrapper {
		width: 73%;
	}
	.slider-section.style1 .hero-slider .slider-item .title {
		font-size: 60px;
	}
	.slider-section .hero-slider .slider-item .button-set a.button2 {
		margin-top: 15px;
	}

	/* Style 2 */
	
	.slider-section2 .hero-slider .slider-item .text-area {
		position: relative;
		width: 80%;
	}
	.slider-section2 .hero-slider .slider-item .title h1 {
		font-size: 60px;
	}
	.slider-section2 .hero-slider .owl-nav{
		display: none;
	}

	/* Hero Particles
	=================*/
	
	/* Style Two */
	
	.hero-particles.style2 .title{
		font-size: 60px;
	}
	
	/* Style Three */
	
	.hero-particles.style3 .wrapper .content {
    	width: 56%;
    }
	.hero-particles.style3 .wrapper .single-image {
    	width: 44%;
    }
    .hero-particles.style3 .title {
    	font-size: 40px;
    	line-height: 1.2;
    }
    
    /* Style Four */
    
    .hero-particles.style4 .wrapper {
    	padding: 0 10px 0 10px;
    }
    .hero-particles.style4 .title {
    	font-size: 60px;
    }

	/* About Section
	================*/
	
	.about-section .wrapper {
		padding-left: 0;
	}
	.about-section .title{
		margin-top: 40px;
	}
	.about-section .title h1 {
		font-size: 40px;
	}
	.about-section .details{
		display: block;
	}
	.about-section .brand-area .brand-wrapper{
		position: static;
		width: 100%;
	}

	/* Portfolio
	============*/

	.portfolio-tab.style1 .portfolio-nav{
		position: static;
		margin-bottom: 30px;
	}
	.portfolio-tab.style1 .portfolio-nav ul{
		justify-content: center;
	}
	
	/* Style Three */
	
	.portfolio-tab.style3 .portfolio-nav{
		position: static;
		margin-bottom: 30px;
	}
	.portfolio-tab.style3 .portfolio-nav ul{
		justify-content: center;
	}

	/* Working Process
	==================*/
	
	.working-process .process__row{
		padding: 0;
	}
	.working-process .process-carousel .slick-prev,
	.working-process .process-carousel .slick-next{
		display: none !important;
	}

	/* Post Gallery
	===============*/
	
	.gallery-grid .gallery-item:nth-child(odd) {
		grid-column: 1/4;
	}
	.gallery-grid .gallery-item:nth-child(even) {
		grid-column: 4/7;
	}

	.gallery-grid.style1 .gallery-item:nth-child(odd) {
		grid-column: 1/4;
	}
	.gallery-grid.style1 .gallery-item:nth-child(even) {
		grid-column: 4/7;
	}

	/* Work process
	===============*/
	
	.none .icon::after{
		display: none;
	}

}

/* ---------------------------------------- Mobile Screen : 768 ---------------------------------------- */

@media(max-width: 767px){

	/* Section Title
	================*/
	
	.section-title.t_center{
		width: 100%;
	}
	.section-title .title h1{
		font-size: 36px;
	}
	
	/* Style Four */
	
	.section-title.style4 .title {
        font-size: 30px;
    }

	/* Hero Slider
	==============*/

	.slider-section.style1 .hero-slider .slider-item {
		min-height: 650px;
	}
	.slider-section.style1 .hero-slider .slider-item .text-wrapper {
		width: 100%;
	}
	.slider-section.style1 .hero-slider .slider-item .title {
		font-size: 35px;
	}
	.slider-section.style1 .hero-slider .slider-item .button-set a.button2 {
		margin-left: 3px;
	}
	.slider-section.style1 .slider-item .hero-video{
		display: none;
	}

	/* Hero Slider Style 2
	======================*/
	
	.slider-section2 .hero-slider .slider-item .text-area {
		width: 100%;
	}
	.slider-section2 .hero-slider .slider-item .subtitle{
	    font-size: 22px;
	}
	.slider-section2 .hero-slider .slider-item .title {
    	font-size: 50px;
    }

	/* Hero Particles
	=================*/
	
	/* Style Two */
	
	.hero-particles.style2{
	    min-height: 700px;
	}
	.hero-particles.style2 .title {
		font-size: 35px;
	}
	
	/* Style Three */
	
	.hero-particles.style3 .wrapper {
    	flex-wrap: wrap;
    	align-content: center;
    }
    .hero-particles.style3 .wrapper .content {
    	width: 100%;
    	flex-shrink: 0;
    }
    .hero-particles.style3 .title {
    	font-size: 35px;
    }
    .hero-particles.style3 .wrapper .single-image{
        width: 40%;
    	flex-shrink: 0;
    }
    .hero-particles.style3 .wrapper .single-image img {
    	position: static;
    	margin-top: 100px;
    	transform: scale(2);
    }
    .hero-particles.style3 .button-set a {
        font-size: 14px;
    	padding: 14px 25px;
    }
    .hero-particles.style3 .button-set a.hero-btn1 i {
    	font-size: 12px;
    }
    .hero-particles.style3 .button-set a.hero-btn2 {
        font-size: 14px;
    	margin-left: 35px;
    }
    .hero-particles.style3 .button-set a.hero-btn2::before {
    	left: -47px;
    	height: 31px;
    	width: 45px;
    	background-size: cover;
    }
    
    /* Style Four */
    
    .hero-particles.style4 .wrapper {
    	flex-direction: column;
    }
    .hero-particles.style4 .wrapper .content {
    	width: 100%;
    }
    .hero-particles.style4 .title {
    	font-size: 35px;
    }
    .hero-particles.style4 .wrapper .single-image {
    	width: 90%;
    	margin-top: 50px;
    }
	
	/* Hero Image
	=============*/
	
    .hero-image.style1 .wrapper {
    	height: 260px;
    	width: 260px;
    	margin: 35px auto 20px;
    }
    
	/* About Tab
	============*/
	
	.about-tabs.style1 .tabs {
		display: block;
		border-top: 1px solid transparent;
	}
	.about-tabs.style1 .tabs .tab.active {
		border-top: 1px solid #c6a47e;
		color: #061738;
	}
	.about-tabs.style1 .tabs .tab {
		border: 1px solid #c6a47e;
		margin: 0 0 10px;
		padding: 20px;
	}
	
	/* Feature
	============*/
	
	.features.style1 .feature-carousel {
        padding-right: 0;
    }
	.features.style1 .custom-nav{
	    position: static;
	    transform: translateY(0);
	    flex-direction: row;
	    justify-content: center;
	}
	.features.style1 .custom-nav span{
	    margin: 20px 10px 0 0;
	}
	
	/* Single Image
	===============*/
	
	.single-image.style2 {
        padding-bottom: 0;
    }
	.single-image.style2 .content{
	    display: none;
	}
	
	/* Button
	============*/
	
	.single-button.style3 a {
	    font-size: 14px;
    	padding: 14px 25px;
    }
    .single-button.style3 a i {
    	font-size: 12px;
    }
    
    /* Marquee
	============*/
	
	.marquee.style1 .marquee__item .banner-marque-bottom p {
        font-size: 80px;
    }

	/* Portfolio Tab
	================*/
	
	.portfolio-tab.style1 .portfolio-nav ul{
		display: block;
	}
	.portfolio-tab.style1 .portfolio-nav ul li{
		margin: 0 0 10px;
	}
    .portfolio-tab.style1 .portfolio-nav ul li::before {
    	display: none;
    }
	
	/* Style Two */
	
	.portfolio-tab.style2 .portfolio-nav ul{
	    display: block;
	}
	.portfolio-tab.style2 .portfolio-nav ul li{
	    margin: 0 0 10px;
	}
	.portfolio-tab.style2 .portfolio-nav ul li::before{
	    display: none;
	}
	.portfolio-tab.style2 .prot_thumb::before{
	    clip-path: polygon(0 180px, 0% 100%, 150% 100%);
	}
	
	/* Style Three */
	
	.portfolio-tab.style3 .portfolio-nav ul{
		display: block;
	}
	.portfolio-tab.style3 .portfolio-nav ul li{
		margin: 0 0 10px;
	}
	
	/* Style Four */
	
	.portfolio-tab.style4 {
    	margin-top: 0;
    }
    .portfolio-tab.style4 .portfolio-nav{
		position: static;
		margin-bottom: 30px;
	}
	.portfolio-tab.style4 .portfolio-nav ul{
		display: inline-flex;
        flex-direction: column;
	}
	.portfolio-tab.style4 .portfolio-nav ul li{
	    display: inline-block;
		margin: 0 0 15px;
	}
	
	/* Portfolio Carousel
	=====================*/
	
	.portfolio-carousel.style1 .swiper-slide .content {
        bottom: -138px;
        padding: 0 40px 40px;
	}
	.portfolio-carousel.style1 .swiper-slide .content .title {
        font-size: 24px;
    }
    .portfolio-carousel.style1 .swiper-slide .content .button{
        font-size: 16px;
    }
    .portfolio-carousel.style1 .nav-wrap{
        position: static;
        justify-content: center;
        margin-top: 20px;
    }
	
	/* Counter
	===================*/
	
	.single-counter.style5 #counter .count {
        font-size: 40px;
    }
    .single-counter.style5 #counter .suffix {
        font-size: 40px;
    }
    
    /* Team
	===================*/
	
	.single-team.style1 .content h3 {
        font-size: 20px;
    }

	/* Appoinment Form
	===================*/
	
	.make-appointment .row{
		margin-left: 0;
		margin-right: 0;
	}

	/* Play Store
	=============*/
	
	.play-store a, .app-store a {
		padding: 15px 15px 15px;
	}

	.app-download{
		width: 100%;
	}
	
	/* FAQ Tabs
	=============*/
	
	.faq-tabs.style1 .tabs{
	    display: block;
	}
	.faq-tabs.style1 .tabs .tab {
	    font-size: 16px;
    	margin-right: 0;
    }
    .faq-tabs.style1 .content .content-item .image {
    	padding-left: 0;
    }
    .faq-tabs.style1 .faq-list .accordion__title{
        font-size: 16px;
    }

	/* Price Plan
	=============*/
	
	.pricing-table .table-body .price h1{
		font-size: 36px;
	}

	/* Testimonial Section
	======================*/

	.testimonial.style1 .single-testimonial {
	    display: block;
	}
	.testimonial.style1 .single-testimonial .testi-image{
	    margin: 20px 0 0 0;
	}

	/* Style 2 */
	
	.testimonial.style2 .single-testimonial {
		padding: 55px 40px 60px;
	}
	
	/* Style 7 */
	
	.testimonial.style7 .single-testimonial .quote-text p {
        font-size: 20px;
    }

	/* Portfolio
	============*/
	
	.gallery-grid {
		display: block;
	}
	.gallery-grid.style1 {
		display: block;
	}
	.gallery-grid .gallery-item {
		margin-bottom: 24px;
	}

	.portfolio.style3 .swiper-prev,
	.portfolio.style3 .swiper-next{
		opacity: 0;
		visibility: hidden;
	}
	.portfolio.style3 .swiper-prev{
		left: 0;
	}
	.portfolio.style3 .swiper-next{
		right: 0;
	}
	.portfolio.style3:hover .swiper-prev,
	.portfolio.style3:hover .swiper-next{
		opacity: 1;
		visibility: visible;
	}

	/* Work Process
	===============*/
	
	.work-process .process-box .icon::after{
		display: none;
	}
	
}

@media(max-width: 576px){
    
    .hero-particles.style3 .wrapper .single-image img {
    	transform: scale(3);
    }
}

/* ---------------------------------------- Large Screen : 1600 ---------------------------------------- */

@media(max-width: 1599px){

	.slider-section .hero-slider .owl-nav{
		display: none;
	}
}
.elementor-widget-n-accordion{--n-accordion-title-font-size:20px;--n-accordion-title-flex-grow:initial;--n-accordion-title-justify-content:initial;--n-accordion-title-icon-order:-1;--n-accordion-border-width:1px;--n-accordion-border-color:#d5d8dc;--n-accordion-border-style:solid;--n-accordion-item-title-flex-grow:initial;--n-accordion-item-title-space-between:0px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-padding:10px;--n-accordion-border-radius:0px;--n-accordion-icon-size:15px;--n-accordion-title-normal-color:#1f2124;--n-accordion-title-hover-color:#1f2124;--n-accordion-title-active-color:#1f2124;--n-accordion-icon-normal-color:var(--n-accordion-title-normal-color);--n-accordion-icon-hover-color:var(--n-accordion-title-hover-color);--n-accordion-icon-active-color:var(--n-accordion-title-active-color);--n-accordion-icon-gap:0 10px;width:100%}.elementor-widget-n-accordion .e-n-accordion details>summary::-webkit-details-marker{display:none}.elementor-widget-n-accordion .e-n-accordion-item{display:flex;flex-direction:column;position:relative}.elementor-widget-n-accordion .e-n-accordion-item:not(:last-child){margin-block-end:var(--n-accordion-item-title-space-between)}:where(.elementor-widget-n-accordion .e-n-accordion-item>.e-con){border:var(--n-accordion-border-width) var(--n-accordion-border-style) var(--n-accordion-border-color)}.elementor-widget-n-accordion .e-n-accordion-item-title{align-items:center;border-color:var(--n-accordion-border-color);border-radius:var(--n-accordion-border-radius);border-style:var(--n-accordion-border-style);border-width:var(--n-accordion-border-width);color:var(--n-accordion-title-normal-color);cursor:pointer;display:flex;flex-direction:row;flex-grow:var(--n-menu-title-flex-grow);gap:var(--n-accordion-icon-gap);justify-content:var(--n-accordion-title-justify-content);list-style:none;padding:var(--n-accordion-padding)}.elementor-widget-n-accordion .e-n-accordion-item-title-header{display:flex}.elementor-widget-n-accordion .e-n-accordion-item-title-header h1,.elementor-widget-n-accordion .e-n-accordion-item-title-header h2,.elementor-widget-n-accordion .e-n-accordion-item-title-header h3,.elementor-widget-n-accordion .e-n-accordion-item-title-header h4,.elementor-widget-n-accordion .e-n-accordion-item-title-header h5,.elementor-widget-n-accordion .e-n-accordion-item-title-header h6,.elementor-widget-n-accordion .e-n-accordion-item-title-header p{margin-block-end:0;margin-block-start:0}.elementor-widget-n-accordion .e-n-accordion-item-title-text{align-items:center;font-size:var(--n-accordion-title-font-size)}.elementor-widget-n-accordion .e-n-accordion-item-title-icon{align-items:center;display:flex;flex-direction:row;order:var(--n-accordion-title-icon-order);position:relative;width:-moz-fit-content;width:fit-content}.elementor-widget-n-accordion .e-n-accordion-item-title-icon span{height:var(--n-accordion-icon-size);width:auto}.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>i{color:var(--n-accordion-icon-normal-color);font-size:var(--n-accordion-icon-size)}.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>svg{fill:var(--n-accordion-icon-normal-color);height:var(--n-accordion-icon-size)}.elementor-widget-n-accordion .e-n-accordion-item-title>span{cursor:pointer}.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title{color:var(--n-accordion-title-active-color);margin-block-end:var(--n-accordion-item-title-distance-from-content)}.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened{display:flex}.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon .e-closed{display:none}.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon span>i{color:var(--n-accordion-icon-active-color)}.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title .e-n-accordion-item-title-icon span>svg{fill:var(--n-accordion-icon-active-color)}.elementor-widget-n-accordion .e-n-accordion-item:not([open]) .e-con{display:none}.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover>.e-n-accordion-item-title{color:var(--n-accordion-title-hover-color)}.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover>.e-n-accordion-item-title .e-n-accordion-item-title-icon span>i{color:var(--n-accordion-icon-hover-color)}.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover>.e-n-accordion-item-title .e-n-accordion-item-title-icon span>svg{fill:var(--n-accordion-icon-hover-color)}.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-opened{display:none}.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-closed{display:flex}.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>svg{fill:var(--n-accordion-icon-normal-color)}.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>i{color:var(--n-accordion-icon-normal-color)}.elementor-widget-n-accordion .e-n-accordion-item>span{cursor:pointer}
.elementor-6007 .elementor-element.elementor-element-adf0f2c .hero-particles{background-repeat:no-repeat;background-size:cover;}.elementor-6007 .elementor-element.elementor-element-adf0f2c .hero-particles .title{color:#FFFFFF;}.elementor-6007 .elementor-element.elementor-element-adf0f2c .hero-particles .description{color:#FFFFFFCC;}.elementor-6007 .elementor-element.elementor-element-adf0f2c .hero-particles .hero-btn2{color:#FFFFFF;}.elementor-6007 .elementor-element.elementor-element-097f1d0 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-6007 .elementor-element.elementor-element-097f1d0:not(.elementor-motion-effects-element-type-background), .elementor-6007 .elementor-element.elementor-element-097f1d0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-6007 .elementor-element.elementor-element-097f1d0{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:71px 15px 90px 15px;}.elementor-6007 .elementor-element.elementor-element-097f1d0 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-6007 .elementor-element.elementor-element-74db76d > .elementor-element-populated{padding:10px 10px 10px 60px;}.elementor-6007 .elementor-element.elementor-element-d94599e .section-title .description{margin:0px 0px 8px 0px;}.elementor-6007 .elementor-element.elementor-element-2b03d61{border-style:solid;border-width:0px 0px 0px 3px;border-color:#FF7426;padding:0px 0px 0px 20px;}.elementor-6007 .elementor-element.elementor-element-8717410 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:6px;}.elementor-6007 .elementor-element.elementor-element-8e48659 .heading .heading-text{line-height:27px;}.elementor-6007 .elementor-element.elementor-element-89a6c0f > .elementor-widget-container{margin:50px 0px 0px 0px;}.elementor-6007 .elementor-element.elementor-element-5ca566e:not(.elementor-motion-effects-element-type-background), .elementor-6007 .elementor-element.elementor-element-5ca566e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-6007 .elementor-element.elementor-element-5ca566e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:80px 15px 80px 15px;}.elementor-6007 .elementor-element.elementor-element-5ca566e > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-6007 .elementor-element.elementor-element-23fdf0c .section-title{width:50%;}.elementor-6007 .elementor-element.elementor-element-2d82faa .service-box .description p{margin:30px 0px 0px 0px;}.elementor-6007 .elementor-element.elementor-element-2d82faa .service-box .service-btn a{color:#FFFFFF;font-size:1px;}.elementor-6007 .elementor-element.elementor-element-2d82faa .service-box .service-btn a:hover{color:#FFFFFF;}.elementor-6007 .elementor-element.elementor-element-a0e5871 .service-box{text-align:left;}.elementor-6007 .elementor-element.elementor-element-a0e5871 .service-box .description p{margin:30px 0px 0px 0px;}.elementor-6007 .elementor-element.elementor-element-a0e5871 .service-box .service-btn a{color:#FFFFFF;font-size:1px;}.elementor-6007 .elementor-element.elementor-element-a0e5871 .service-box .service-btn a:hover{color:#FFFFFF;}.elementor-6007 .elementor-element.elementor-element-068acdd .service-box .description p{margin:30px 0px 0px 0px;}.elementor-6007 .elementor-element.elementor-element-068acdd .service-box .service-btn a{color:#FFFFFF;font-size:1px;}.elementor-6007 .elementor-element.elementor-element-068acdd .service-box .service-btn a:hover{color:#FFFFFF;}.elementor-6007 .elementor-element.elementor-element-4835a75 .service-box .description p{margin:30px 0px 0px 0px;}.elementor-6007 .elementor-element.elementor-element-4835a75 .service-box .service-btn a{color:#FFFFFF;font-size:1px;}.elementor-6007 .elementor-element.elementor-element-4835a75 .service-box .service-btn a:hover{color:#FFFFFF;}.elementor-6007 .elementor-element.elementor-element-0daa773 .service-box .description p{margin:30px 0px 0px 0px;}.elementor-6007 .elementor-element.elementor-element-0daa773 .service-box .service-btn a{color:#FFFFFF;font-size:1px;}.elementor-6007 .elementor-element.elementor-element-0daa773 .service-box .service-btn a:hover{color:#FFFFFF;}.elementor-6007 .elementor-element.elementor-element-6016c4b .service-box .description p{margin:30px 0px 0px 0px;}.elementor-6007 .elementor-element.elementor-element-6016c4b .service-box .service-btn a{color:#FFFFFF;font-size:1px;}.elementor-6007 .elementor-element.elementor-element-6016c4b .service-box .service-btn a:hover{color:#FFFFFF;}.elementor-6007 .elementor-element.elementor-element-21e7d1a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--padding-top:50px;--padding-bottom:50px;--padding-left:10px;--padding-right:10px;}.elementor-6007 .elementor-element.elementor-element-21e7d1a:not(.elementor-motion-effects-element-type-background), .elementor-6007 .elementor-element.elementor-element-21e7d1a > .elementor-motion-effects-container > .elementor-motion-effects-layer{}.elementor-6007 .elementor-element.elementor-element-2e632fb{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-6007 .elementor-element.elementor-element-ae7a9dc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-6007 .elementor-element.elementor-element-a0c8a2f{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-6007 .elementor-element.elementor-element-3da11ff{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-6007 .elementor-element.elementor-element-5db8142{--n-accordion-title-font-size:1rem;--n-accordion-title-justify-content:center;--n-accordion-title-flex-grow:initial;--n-accordion-item-title-space-between:0px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-border-radius:0px 0px 0px 0px;--n-accordion-title-normal-color:#FFFFFF;--n-accordion-title-hover-color:#C8C8C8;--n-accordion-title-active-color:#FFFFFF;--n-accordion-icon-size:15px;}.elementor-6007 .elementor-element.elementor-element-5db8142 {--n-accordion-padding:10px 0px 10px 0px;}.elementor-6007 .elementor-element.elementor-element-c8b6e61:not(.elementor-motion-effects-element-type-background), .elementor-6007 .elementor-element.elementor-element-c8b6e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-6007 .elementor-element.elementor-element-c8b6e61{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:81px 15px 90px 15px;}.elementor-6007 .elementor-element.elementor-element-c8b6e61 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-6007 .elementor-element.elementor-element-5d2a8bd .section-title{width:50%;}.elementor-6007 .elementor-element.elementor-element-d3aadc4:not(.elementor-motion-effects-element-type-background), .elementor-6007 .elementor-element.elementor-element-d3aadc4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-6007 .elementor-element.elementor-element-d3aadc4{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:90px 15px 90px 15px;}.elementor-6007 .elementor-element.elementor-element-d3aadc4 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-6007 .elementor-element.elementor-element-48ddb62{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-6007 .elementor-element.elementor-element-48ddb62.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-6007 .elementor-element.elementor-element-48ddb62 > .elementor-widget-container{border-radius:0px 0px 0px 0px;}.elementor-6007 .elementor-element.elementor-element-48ddb62 .testimonial.style1 .single-testimonial .testimonial-content .name-designation p, .testimonial .single-testimonial .client-profile .client-bio .designation{font-size:20px;}.elementor-6007 .elementor-element.elementor-element-9359c6b:not(.elementor-motion-effects-element-type-background), .elementor-6007 .elementor-element.elementor-element-9359c6b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-6007 .elementor-element.elementor-element-9359c6b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:90px 15px 90px 15px;}.elementor-6007 .elementor-element.elementor-element-9359c6b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-6007 .elementor-element.elementor-element-af8b469{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-6007 .elementor-element.elementor-element-af8b469.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-6007 .elementor-element.elementor-element-9105e47:not(.elementor-motion-effects-element-type-background), .elementor-6007 .elementor-element.elementor-element-9105e47 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-6007 .elementor-element.elementor-element-9105e47{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:83px 15px 90px 15px;}.elementor-6007 .elementor-element.elementor-element-9105e47 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-6007 .elementor-element.elementor-element-7d79860 > .elementor-widget-container{margin:0px 0px 27px 0px;}.elementor-6007 .elementor-element.elementor-element-7d79860 .section-title{width:50%;}@media(min-width:768px){.elementor-6007 .elementor-element.elementor-element-a0c8a2f{--content-width:100%;}.elementor-6007 .elementor-element.elementor-element-3da11ff{--content-width:100%;}}@media(max-width:1024px){.elementor-6007 .elementor-element.elementor-element-74db76d > .elementor-element-populated{padding:10px 10px 10px 10px;}.elementor-6007 .elementor-element.elementor-element-d94599e .section-title .title{font-size:36px;}.elementor-6007 .elementor-element.elementor-element-23fdf0c .section-title{width:60%;}.elementor-6007 .elementor-element.elementor-element-23fdf0c .section-title .title{font-size:36px;}.elementor-6007 .elementor-element.elementor-element-5d2a8bd .section-title{width:60%;}.elementor-6007 .elementor-element.elementor-element-5d2a8bd .section-title .title{font-size:36px;}.elementor-6007 .elementor-element.elementor-element-7d79860 .section-title{width:60%;}.elementor-6007 .elementor-element.elementor-element-7d79860 .section-title .title{font-size:36px;}}@media(max-width:767px){.elementor-6007 .elementor-element.elementor-element-74db76d > .elementor-element-populated{padding:10px 10px 10px 10px;}.elementor-6007 .elementor-element.elementor-element-d94599e .section-title .title{font-size:30px;}.elementor-6007 .elementor-element.elementor-element-23fdf0c .section-title{width:100%;}.elementor-6007 .elementor-element.elementor-element-23fdf0c .section-title .title{font-size:30px;}.elementor-6007 .elementor-element.elementor-element-5d2a8bd .section-title{width:100%;}.elementor-6007 .elementor-element.elementor-element-5d2a8bd .section-title .title{font-size:30px;}.elementor-6007 .elementor-element.elementor-element-7d79860 .section-title{width:100%;}.elementor-6007 .elementor-element.elementor-element-7d79860 .section-title .title{font-size:30px;}}@media(max-width:1024px) and (min-width:768px){.elementor-6007 .elementor-element.elementor-element-7c6ee43{width:100%;}.elementor-6007 .elementor-element.elementor-element-74db76d{width:100%;}.elementor-6007 .elementor-element.elementor-element-442a31d{width:50%;}.elementor-6007 .elementor-element.elementor-element-3ea4f75{width:50%;}.elementor-6007 .elementor-element.elementor-element-c489350{width:100%;}.elementor-6007 .elementor-element.elementor-element-2382426{width:50%;}.elementor-6007 .elementor-element.elementor-element-ccfba52{width:50%;}.elementor-6007 .elementor-element.elementor-element-3ae3764{width:100%;}}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxc7mw9c.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrzs7mw9c.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxi7mw9c.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrxy7mw9c.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtuqjig1_i6t8kchkm459wxrys7m.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wrhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459w1hyzbi.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wzhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://onsys.ch/wp-content/uploads/elementor/google-fonts/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}
.elementor-5913 .elementor-element.elementor-element-92fe725:not(.elementor-motion-effects-element-type-background), .elementor-5913 .elementor-element.elementor-element-92fe725 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-5913 .elementor-element.elementor-element-92fe725{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:80px 0px 0px 0px;}.elementor-5913 .elementor-element.elementor-element-92fe725 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-5913 .elementor-element.elementor-element-525aa01{padding:0px 0px 46px 0px;}.elementor-5913 .elementor-element.elementor-element-4036701 > .elementor-element-populated{padding:10px 40px 10px 10px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-5913 .elementor-element.elementor-element-e1d2bdc > .elementor-widget-container{margin:0px 0px 14px 0px;}.elementor-5913 .elementor-element.elementor-element-e1d2bdc{text-align:start;}.elementor-5913 .elementor-element.elementor-element-e1d2bdc img{width:61%;}.elementor-5913 .elementor-element.elementor-element-9079eb7 .heading .heading-text{color:#FFFFFF99;margin:0px 0px 12px 0px;}.elementor-5913 .elementor-element.elementor-element-a9fbc3e > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-5913 .elementor-element.elementor-element-a9fbc3e .heading .heading-text{color:#FFFFFF;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-5913 .elementor-element.elementor-element-9d0ce00{text-align:start;}.elementor-5913 .elementor-element.elementor-element-9d0ce00 .elementor-heading-title{font-family:"Montserrat","Montserrat Fallback", Sans-serif;font-size:14px;font-weight:300;line-height:25px;color:#FAFAFA;}.elementor-5913 .elementor-element.elementor-element-47d72fc > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-5913 .elementor-element.elementor-element-47d72fc .heading .heading-text{color:#FFFFFF;}.elementor-5913 .elementor-element.elementor-element-a7cf95a .item-list ul li{color:#FFFFFF99;}.elementor-5913 .elementor-element.elementor-element-a7cf95a .item-list ul li a{color:#FFFFFF99;}.elementor-5913 .elementor-element.elementor-element-a7cf95a .item-list ul li:hover{color:#FFFFFF;}.elementor-5913 .elementor-element.elementor-element-a7cf95a .item-list ul li a:hover{color:#FFFFFF;}.elementor-5913 .elementor-element.elementor-element-59c831c > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-5913 .elementor-element.elementor-element-59c831c .heading .heading-text{color:#FFFFFF;}.elementor-5913 .elementor-element.elementor-element-d17e2cc .heading .heading-text{color:#FFFFFF99;margin:0px 0px 4px 0px;}.elementor-5913 .elementor-element.elementor-element-af59b3e .item-list ul li i{font-size:16px;}.elementor-5913 .elementor-element.elementor-element-af59b3e .item-list ul li{color:#FFFFFF99;}.elementor-5913 .elementor-element.elementor-element-af59b3e .item-list ul li a{color:#FFFFFF99;}.elementor-5913 .elementor-element.elementor-element-af59b3e .item-list ul li:hover{color:#FFFFFF;}.elementor-5913 .elementor-element.elementor-element-af59b3e .item-list ul li a:hover{color:#FFFFFF;}.elementor-5913 .elementor-element.elementor-element-6f38251 > .elementor-widget-container{margin:0px 0px 14px 0px;}.elementor-5913 .elementor-element.elementor-element-6f38251{text-align:center;}.elementor-5913 .elementor-element.elementor-element-3c60110{border-style:solid;border-width:1px 0px 0px 0px;border-color:#FFFFFF0D;padding:25px 0px 16px 0px;}.elementor-5913 .elementor-element.elementor-element-32fe350 .copyright-text{text-align:center;color:#FFFFFF;}@media(max-width:767px){.elementor-5913 .elementor-element.elementor-element-dc2da61 > .elementor-element-populated{padding:30px 10px 10px 10px;}.elementor-5913 .elementor-element.elementor-element-64a2fb7 > .elementor-element-populated{padding:30px 10px 10px 10px;}.elementor-5913 .elementor-element.elementor-element-4d24fb7 > .elementor-element-populated{padding:30px 10px 10px 10px;}}@media(max-width:1024px) and (min-width:768px){.elementor-5913 .elementor-element.elementor-element-4036701{width:50%;}.elementor-5913 .elementor-element.elementor-element-dc2da61{width:50%;}.elementor-5913 .elementor-element.elementor-element-64a2fb7{width:50%;}.elementor-5913 .elementor-element.elementor-element-4d24fb7{width:50%;}}
.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}
:where(html.wpc-bgl255) /*
==================
Breadcumb
==================
*/
.breadcrumb-area{background-image: url('/wp-content/themes/solute/assets/images/breadcrumb-bg.jpg')}:where(html.wpc-bgl255) .blog-details .post .blog-content .entry-content blockquote{background-image: url(/wp-content/themes/solute/assets/images/quote-bg.jpg)}:where(html.wpc-bgl255) .owl-carousel .owl-video-play-icon{background:url(/wp-content/plugins/solute-elementor-extension/assets/css/owl.video.play.png) no-repeat}:where(html.wpc-bgl255) .slider-section2::before{background: url(/wp-content/plugins/solute-elementor-extension/assets/images/hero7-shape.png)}:where(html.wpc-bgl255) .slider-section2::after{background: url(/wp-content/plugins/solute-elementor-extension/assets/images/hero7-shape2.png)}:where(html.wpc-bgl255) .hero-particles.style3 .title span::before{background: url(/wp-content/plugins/solute-elementor-extension/assets/images/hero3-underline.png)}:where(html.wpc-bgl255) .hero-particles.style3 .button-set a.hero-btn2::before{background: url(/wp-content/plugins/solute-elementor-extension/assets/images/award.png)}:where(html.wpc-bgl255) .hero-particles.style4::before{background-image: url(/wp-content/plugins/solute-elementor-extension/assets/images/noise.png)}:where(html.wpc-bgl255) .section-title.style2 .subtitle::after{background: url(/wp-content/plugins/solute-elementor-extension/assets/images/title-shape.png)}:where(html.wpc-bgl255) .section-title.style3 .title span::before{background: url(/wp-content/plugins/solute-elementor-extension/assets/images/underline.png)}:where(html.wpc-bgl255) .service-section .service-box::before{background-image: url('/wp-content/plugins/solute-elementor-extension/assets/images/service-img.jpg')}:where(html.wpc-bgl255) .testimonial.style2 .single-testimonial::before{background: url(/wp-content/plugins/solute-elementor-extension/assets/images/quote-icon.png)}:where(html.wpc-bgl255) /* Style Four */

.testimonial.style4 .single-testimonial{background-image: url('/wp-content/plugins/solute-elementor-extension/assets/images/quote-img.png')}:where(html.wpc-bgl255) /*
===================
Service Box
===================
*/
.service-box.style1{background-image: url(/wp-content/plugins/solute-elementor-extension/assets/images/service-box-bg.png)}:where(html.wpc-bgl255) .service-box.style1 .icon i::after{background-image: url(/wp-content/plugins/solute-elementor-extension/assets/images/service-icon-bg.png)}:where(html.wpc-bgl255) .service-box.style6::after{background-image: url(/wp-content/plugins/solute-elementor-extension/assets/images/noise.png)}:where(html.wpc-bgl255) .elementor-6007 .elementor-element.elementor-element-adf0f2c .hero-particles{background-image:url("https://onsys.ch/wp-content/uploads/2025/08/compressed_bigstock-169546382-scaled-1.webp")}:where(html.wpc-bgl255) .elementor-6007 .elementor-element.elementor-element-5ca566e:not(.elementor-motion-effects-element-type-background),:where(html.wpc-bgl255) .elementor-6007 .elementor-element.elementor-element-5ca566e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://onsys.ch/wp-content/uploads/2023/01/service-bg.jpg")}:where(html.wpc-bgl255) .elementor-6007 .elementor-element.elementor-element-21e7d1a:not(.elementor-motion-effects-element-type-background),:where(html.wpc-bgl255) .elementor-6007 .elementor-element.elementor-element-21e7d1a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://onsys.ch/wp-content/uploads/2024/07/cta7-bg.jpg")}:where(html.wpc-bgl255) .elementor-6007 .elementor-element.elementor-element-d3aadc4:not(.elementor-motion-effects-element-type-background),:where(html.wpc-bgl255) .elementor-6007 .elementor-element.elementor-element-d3aadc4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://onsys.ch/wp-content/uploads/2024/07/cta7-bg.jpg")}:where(html.wpc-bgl255) .elementor-6007 .elementor-element.elementor-element-9359c6b:not(.elementor-motion-effects-element-type-background),:where(html.wpc-bgl255) .elementor-6007 .elementor-element.elementor-element-9359c6b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://onsys.ch/wp-content/uploads/2024/07/cta7-bg.jpg")}:where(html.wpc-bgl255) .elementor-5913 .elementor-element.elementor-element-92fe725:not(.elementor-motion-effects-element-type-background),:where(html.wpc-bgl255) .elementor-5913 .elementor-element.elementor-element-92fe725 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://onsys.ch/wp-content/uploads/2023/01/footer-bg.jpg")}