/* 
Theme Name: Hello Elementor Child
Theme URI: https://htmlly.com
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://htmlly.com
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

ul, ol {
    padding-left: 15px;
}

.border-menu > a {
	border: 2px solid #ffa21a;
	border-radius: 5px;
}

.border-menu > a::after {
	display: none;
}

.border-menu > a:hover {
	background-color: #FFA21A;
	color: #fff !important;
}

.menu-mobile {
	display: none;
	padding: 0;
	height: 0;
}

.e--pointer-double-line .elementor-item::after, .e--pointer-double-line .elementor-item::before, .e--pointer-overline .elementor-item::after, .e--pointer-overline .elementor-item::before, .e--pointer-underline .elementor-item::after, .e--pointer-underline .elementor-item::before {
	width: 30px !important;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.sub-menu.elementor-nav-menu--dropdown {
	width: 228px !important;
	left: -50% !important;
	right: -50%;
}

.testimonial {
	background-color: #F3F2EF;
	border-radius: 15px;
	padding: 40px;
	display: inline-block;
	width: 779px;
	margin: 30px;
}

.testimonial .testimonial-img {
	float: left;
	width: 215px;
	position: relative;
	overflow: hidden;
	border-radius: 15px;
}

.testimonial .testimonial-img img {
	height: 100%;
	width: 100%;
	object-position: 50% 50%;
	o-object-fit: cover;
	object-fit: cover;
}

.testimonial .testimonial-text {
	padding-left: 295px;
	text-align: left;
	padding-top: 100px;
}

.testimonial .testimonial-text p {
	position: relative;
	font-weight: bold;
	font-size: 20px;
	padding-right: 20px;
}

.testimonial .testimonial-text p::before {
	content: "";
	position: absolute;
	background: url('quote.svg') no-repeat 0 0 / 100% transparent;
	width: 55px;
	left: -55px;
	height: 54px;
	top: -40px;
}

.testimonial .testimonial-text p::after {
	content: "";
	position: absolute;
	background: url('quote.svg') no-repeat 0 0 / 100% transparent;
	width: 55px;
	right: -10px;
	height: 54px;
	bottom: 10px;
}

.testimonial .testimonial-text h4,
.testimonial .testimonial-text h5 {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 20px;
}

.slick-dots li button {
	background: #BEC9C8;
	border-radius: 50%;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover,
.slick-dots li button:focus {
	background: #093843;
}

.slick-dots li button::before {
	display: none !important;
}

.slick-initialized .slick-slide {
	opacity: 0.5;
}

.slick-initialized .slick-slide.slick-current.slick-active.slick-center {
	opacity: 1;
}

.expanded-text {
	max-height: 400px;
	overflow: hidden;
	transition: max-height 0.25s ease-in;
}
.expanded-text.expand {
	max-height: 100%;
	transition: max-height 0.25s ease-in;
}

.btn-expanded {
	cursor: pointer;
}

.btn-expanded.active .elementor-button-icon {
	-webkit-transform:rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.page-header {
	display: none;
}

.elementor-accordion-item {
	border-left: 0 !important;
	border-right: 0 !important;
}

.elementor-accordion-item .elementor-tab-content {
	border-width: 0 !important;
}

#wpadminbar {
	z-index: 999999999 !important;
}

.functional-box .elementor-column {
	display: inline-block;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

@media (min-width:1024px) and (max-width:1200px) {
	.elementor-nav-menu--main .elementor-item {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}	
}

@media (min-width: 768px) and (max-width: 1023px) {
	.elementor-heading-title br {
		display: none;
	}
	.functional-box .elementor-column {
		margin-left: 0;
		margin-right: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
	.functional-box .elementor-element-populated {
		margin: auto auto 20px auto !important;
	}
}

@media screen and (max-width:767px) {
	.functional-box .elementor-element-populated {
		margin: auto auto 20px auto !important;
	}
	.menu-mobile {
		display: block;
	}
	.menu-desktop {
		display: none;
	}
	.elementor-element-70d4beb {
		display: none;
	}
	.sub-menu.elementor-nav-menu--dropdown {
		width: 100% !important;
	}
	
	ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover {
		border-left: 8px solid #ffa21a !important;
	}
	.elementor-heading-title br {
		display: none;
	}
	
	.elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {
		background-color: #ffa21a !important;
		color: #fff !important;
	}
	.testimonial {
		max-width: 100%;
	}
	.testimonial .testimonial-img {
		display: none;
	}
	.testimonial .testimonial-text {
		padding-left: 0;
		text-align: center;
		padding-top: 0;
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	.testimonial .testimonial-text p::after {
		right: -50px;
	}
}

/** Mods*/
.mod-contat-section .elementor-widget{
    background: #E7F5F6;
    border-radius: 15px;
    padding: 23px 41px;
    margin-bottom: 30px;
    position: relative;
}
.mod-contat-section .elementor-widget:before{
    content: '';
    position: absolute;
    top: 23px;
    right: 23px;
    background: url("https://wigodev.com/turnospr/wp-content/uploads/2022/07/contact-icon.svg") no-repeat top right;
    background-size: 100% auto;
    width: 70px;
    height: 70px;
}
.mod-contat-section .elementor-widget h3{
    font-size: 27px;
    font-weight: 500;
    margin: 0 0 6px;
    color: #2C2C2C;
    letter-spacing: -2.5px;
}
.mod-contat-section .elementor-widget p{
    font-size: 21px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #2C2C2C;
    max-width: 370px;
    letter-spacing: -0.025em;
    line-height: 1.2;
}
.mod-contat-section .elementor-widget h4{
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    color: #2C2C2C;
    letter-spacing: -2.5px;
}
.elementor-597 .elementor-element.elementor-element-477af0e .elementor-form-fields-wrapper{
    margin-left: -10px;
    margin-right: -10px;
}
.elementor-597 .elementor-element.elementor-element-477af0e .elementor-field-group{
    padding-left: 10px;
    padding-right: 10px;
}
.elementor-12 .elementor-element.elementor-element-428f255 .elementor-menu-toggle:hover{
    background: none !important;
}
.elementor-12 .elementor-element.elementor-element-428f255 div.elementor-menu-toggle:hover{
    color: #494c4f;
}
.eicon-menu-bar:before{
    content: '';
    background: url('https://wigodev.com/turnospr/wp-content/uploads/2022/07/icon-menu.svg') no-repeat center;
    width: 22px;
    height: 22px;
    background-size: 100% auto;
    display: block;
}
.elementor-field-group .elementor-select-wrapper:before{
	content: '\e87d';
	transform: rotate(90deg);
	top: 22%;
    font-size: 16px;
	color: rgba(112, 112, 112, 0.4);
}

@media(max-width: 767px){
    .mod-contat-section .elementor-widget h4{
        font-size: 35px;
    }
    .mod-contat-section .elementor-widget p {
        font-size: 18px;
    }
    .mod-contat-section .elementor-widget:before{
        width: 40px;
        height: 40px;
    }
	.mod-contat-section .elementor-widget{
        margin-bottom: 0;
    }
	.elementor-597 .elementor-element.elementor-element-d104394 > .elementor-widget-container{
        margin-bottom: 0;
    }
	.elementor-597 .elementor-element.elementor-element-d104394 .elementor-heading-title{
        font-size: 38px;
    }
	
	.elementor-12 .elementor-element.elementor-element-428f255 .elementor-nav-menu--main .elementor-nav-menu--dropdown, .elementor-12 .elementor-element.elementor-element-428f255 .elementor-nav-menu__container.elementor-nav-menu--dropdown{
        background: #093843;
    }
    .elementor-nav-menu--dropdown .elementor-item.highlighted,
    .elementor-nav-menu--dropdown .elementor-item.elementor-item-active{
        background: #093843 !important;
    }
    ul.elementor-nav-menu--dropdown a{
        border: 0 !important;
    }
    body .elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a{
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
    }
    .elementor-nav-menu>li>a{
        color: #fff;
    }
    .elementor-nav-menu .sub-arrow{
        display: none !important;
    }
    .elementor-nav-menu>li{
        padding: 0 30px !important;
    }
    .elementor-nav-menu>li>a{
        border-bottom: 1px solid #6B888E !important
    }
	.elementor-nav-menu a{
        padding-left: 25px !important;
    }
    .menu-item-has-children>a{
        position: relative;
    }
    .menu-item-has-children>a:before{
        content: '';
        position: absolute;
        left: 0;
        background: url('https://wigodev.com/turnospr/wp-content/uploads/2022/07/chevron-down.svg') no-repeat center;
        background-size: 100% auto;
        width: 17px;
        height: 10px;
        opacity: 1 !important;
        transform: rotate(-90deg);
    }
    .menu-item-has-children>a.highlighted{
        transform: rotate(0);
    }
	
	/*Footer*/
    .elementor-element-38cf081{
        padding-top: 30px;
    }
    .elementor-element-38cf081 .elementor-widget-container{
        margin: 0 !important;
    }
    .elementor-element-38cf081 .elementor-widget-heading{
        margin: 0 !important;
    }
	.elementor-element-5994fd9>div.elementor-element-populated{
        padding: 0 !important;
    }
	body .elementor-element-38cf081 h3{
        font-size: 16px !important;
        font-weight: 400 !important;
        padding: 10px 25px;
        position: relative;
        text-align: left;
		margin-left: 20px;
		margin-right: 20px;
    }
    body .elementor-element-38cf081 h3:before{
        content: '';
        position: absolute;
        left: 0;
        background: url('https://wigodev.com/turnospr/wp-content/uploads/2022/07/chevron-down.svg') no-repeat center;
        background-size: 100% auto;
        width: 14px;
        height: 10px;
        opacity: 1 !important;
        transform: rotate(-90deg);
		top: 13px;
    }
	
    body .elementor-element-38cf081 .elementor-list-item-link-full_width .elementor-widget-container{
        /*border-bottom: 1px solid #6B888E !important;*/
        position: relative;
    }
    body .elementor-element-38cf081 .elementor-list-item-link-full_width .elementor-widget-container:after{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin-left: 20px;
        margin-right: 20px;
        height: 1px;
        background: #6B888E;
    }
    body .elementor-element-38cf081 .elementor-element ul.elementor-icon-list-items{
        background: #fff;
        padding-top: 5px;
        padding-bottom: 5px;
		display: none !important;
    }
	body .elementor-element-38cf081 .menu-active .elementor-element ul.elementor-icon-list-items{
        display: block !important;
    }
	body .elementor-element-38cf081 .elementor-element ul.elementor-icon-list-items li{
        padding: 0 !important;
        margin: 0 !important;
    }
    body .elementor-element-38cf081 .elementor-element ul.elementor-icon-list-items a{
        font-size: 14px !important;
    }
    body .elementor-element-38cf081 .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{
        text-align: left;
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        padding: 2px 15px 2px 46px;
		color: #2C2C2C !important;
    }
	body .elementor-element-38cf081 .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a span{
        color: #2C2C2C !important;
    }
}