/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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 */

.round_btn .elementor-button {
    min-width: 140px;
}
.elementor-form button[type="submit"] {
    max-width: 140px;
}
.big_txt {
    text-indent: 315px;
}
.custom_counter .elementor-counter-number-prefix {
    display: none;
}
.custom_counter .elementor-counter .elementor-counter-title {
    text-align: left;
}
.custom_counter .elementor-counter {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.cta_box .elementor-cta__content:after {
    content: '';
    background: linear-gradient(0deg, rgba(16, 19, 30, 0.7) 0%, rgba(16, 19, 30, 0) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.cta_box .elementor-cta__title {
    z-index: 1;
}
.cta_box .elementor-cta__content-item.elementor-icon-wrapper {
z-index: 1;
    width: auto;
    position: absolute;
    right: 26px;
    bottom: 5px;
}
.custom_carousel > .elementor-widget-container {
    width: calc(100% + calc(50vw - 629px));
}
.custom_carousel .elementor-swiper-button-prev {
transform: rotate(-180deg) !important;
transform-origin: left;
}

.elementor-toggle-item {
    margin-bottom: 29px;
    border: 1px solid #CECED4;
	border-radius: 16px;
	transition: 0.3s all;
}
.elementor-toggle-item:hover {
    border-color: #080827;
}
.elementor-toggle-item p strong {
	font-weight: 500;
}
.elementor-toggle-item p:last-child {
margin-bottom: 0;
}
.elementor-toggle-item .elementor-toggle-icon {
    margin-top: 6px;
}
body .elementor-toggle-item .elementor-tab-title .elementor-toggle-icon svg {
    width: 1.2em;
    height: 1.2em;
}
body .elementor-toggle-item .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened svg {
    width: 1em;
    height: 1em;
    margin-right: 3px;
}
.link_style_one a {
position: relative;
}
.link_style_one a:before {
    content: '';
    background: #fff;
    width: 0%;
    display: inline-block;
    position: absolute;
    bottom: -1px;
    height: 1px;
    left: 0;
    transition: 0.3s all;
}
.link_style_one.dark_col a:before {
	background: #080827;
}

.link_style_one a:hover:before {
width: 100%;
}
.elementor-nav-menu ul li a {
display: inline-block;
}
.elementor-nav-menu ul li a:before {
    content: '';
    background: #fff;
    width: 0%;
    display: inline-block;
    position: absolute;
    bottom: 6px;
    height: 1px;
    left: 23px;
    transition: 0.3s all;
}
.elementor-nav-menu ul li a:hover:before{
width: calc(100% - 46px);
}

body ul.elementor-nav-menu--dropdown a {
    border-left-width: 0px !important;
}
body .elementor-nav-menu--main .elementor-nav-menu ul {
    padding-top: 6px;
    padding-bottom: 7px;
}
.elementor-nav-menu .sub-arrow {
    display: none !important;
}
.elementor-65 .elementor-element.elementor-element-dd3bc13 .elementor-nav-menu--dropdown {
    margin-left: -55px !important;
}

.simple_faq .elementor-toggle-item {
border-radius: 0;
    border-left-width: 0;
    border-right-width: 0;
}
.simple_faq .elementor-toggle-item:not(:first-child) {
border-radius: 0;
    border-top-width: 0;
}
.simple_faq .elementor-toggle-item:hover {
    border-top-color: #CECED4;
}
.simple_faq.dark_col .elementor-toggle-item:hover {
    border-color: #fff;
}
.simple_faq.dark_col .elementor-toggle-item {
    border-color: rgb(206 206 212 / 72%);
}
.elementor-widget-form .elementor-message {
    margin-top: 24px;
}
input::placeholder,
textarea::placeholder {
    color: rgba(8, 8, 39, 1) !important;
    opacity: 1 !important;
	font-weight: 500 !important;
	font-size: 14px;
}

/*MEDIA QUERIES START HERE*/
@media only screen and (max-width: 1299px) {
.custom_carousel > .elementor-widget-container {
    width: calc(100% + 20px);
}
}
.custom_counter .elementor-counter-number-suffix {
    display: none;
}
@media only screen and (max-width: 1024px) {
.elementor-65 .elementor-element.elementor-element-dd3bc13 .elementor-nav-menu--dropdown {
    margin-left: -23px !important;
}
.custom_counter .elementor-counter-number{
    width: 100%;
    text-align: center;
}
.custom_counter .elementor-counter .elementor-counter-title {
    text-align: center;
}
}
@media only screen and (max-width: 767px) {
.big_txt {
    text-indent: 0;
}
.elementor-nav-menu--dropdown {
	padding-top: 6px;
    padding-bottom: 6px;
}
.elementor-nav-menu ul li a:before {
display: none;
}
.elementor-65 .elementor-element.elementor-element-dd3bc13 .elementor-nav-menu--dropdown {
    margin-left: 0 !important;
}
.breadcrb_lbl {
position: relative !important;
}
}