/* 
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 */


@font-face {
    font-family: Gotham-Black;
    font-style: normal;
    font-weight: 900;
    src: url(fonts/Gotham-Black.otf) format("opentype");
}

@font-face {
    font-family: Gotham-Bold;
    font-weight: 700;
    src: url(fonts/gotham-ssm-bold.otf) format("opentype");
}

@font-face {
    font-family: GothamLight;
    font-weight: 400;
    src: url(fonts/gotham-ssm-light.otf) format("opentype");
}

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

h1,h2,h3,h4,h5{
	font-family: Gotham-Bold !important;
    letter-spacing: 0;
}
.elementor-button{
    font-family: GothamLight !important;
}
/*body{
	font-family: GothamLight;
	letter-spacing: 0.5px;
}*/
.footer-menu ul{
    list-style: none;
    padding-left: 0;

}
.footer-menu ul li{
    margin-bottom: 10px;
}
.footer-menu ul li a{
    color: #DDDDDD;
    transition: all 0.3s ease-in-out;
}
.footer-menu ul li a:hover{
    color: #ffffff;
    padding-left: 10px;
}

/* .footer-form .wpforms-container .wpforms-field{
    padding: 0;
}
.footer-form .wpforms-submit{
    width: 100%;
    height: auto;
    min-height: 60px;
}
.footer-form .wpforms-field-container{
    width: 80%;
    float: left;
    clear: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.footer-form .wpforms-submit-container{
    width: 20%;
    float: right;
    clear: none !important;
    padding: 0 0 0 30px
}
.footer-form{
    max-width: 1000px;
    margin: 0 auto;
} */

/* .service-item .elementskit-infobox .elementskit-btn{
     display: flex;
    align-items: center;
}
.service-item .elementskit-infobox .elementskit-btn i{
    margin-left: 10px;
}
.service-item .elementskit-infobox{
    box-shadow: 0 0 10px 2px rgb(50 50 50 / 11%);
    border-radius: 15px;
} */
.client-review{
    max-width: 900px;
    margin: 0 auto;
}
.client-review .ekit-wid-con .elementskit-single-testimonial-slider{
    box-shadow: none !important;
}
.client-review .elementskit-stars{
	display: none;
}
.client-review .ekit-wid-con .ekit_testimonial_style_6 .ekit-testimonial--avatar{
    margin-bottom: 0;
}
/* .faq .elementor-accordion .elementor-accordion-item {
    border-bottom: 1px solid #dddddd !important;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.faq .elementor-accordion .elementor-accordion-item:last-child{
    border-bottom: none !important;
    margin-bottom: 0;
    padding-bottom: 0;
}
.faq .elementor-active .elementor-accordion-title{
    color: #57068c !important;
} */
.p-sticky{
    position: sticky;
    top: 100px;
    height: fit-content;
    display: block;
}
/* .faq .elementor-tab-title i{
    font-size: 20px;
} */
/* .service-item .elementskit-infobox{
     border-bottom: 3px solid transparent !important;
}
.service-item .elementskit-infobox:hover{
    transform: translateY(-15px);
    border-bottom: 3px solid #57068c !important;
} */
#header.sticky .menu-wrap{
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
    animation: smoothScroll .80s forwards;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* @media(min-width: 992px){
	.elementor-90 .elementor-element.elementor-element-c0cc2b4 .ekit_wpForms_container .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .elementor-90 .elementor-element.elementor-element-c0cc2b4 .ekit_wpForms_container .wpforms-field textarea, .elementor-90 .elementor-element.elementor-element-c0cc2b4 .ekit_wpForms_container .wpforms-field select{
		height: 60px;
	}
} */


@media(max-width: 1199px){
    .client-review {
        max-width: 700px;
    }
    .faq .elementor-accordion .elementor-accordion-item{
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}
@media(max-width: 1199px) and (min-width: 1025px){
    .elementor-18 .elementor-element.elementor-element-5ee1375 .elementskit-navbar-nav > li > a{
        color: #ffffff;
        padding: 0;
    }
    .elementor-18 .elementor-element.elementor-element-5ee1375 .elementskit-navbar-nav > li {
        margin: 0px 15px 0px 15px;
    }
    .elementor-18 .elementor-element.elementor-element-5ee1375 .elementskit-menu-container{
        max-width: 100%;
        width: 100%;
    }
    header .elementor-element.elementor-element-f69e511 .elementor-button{
        padding: 15px 10px 15px 10px !important;
        font-size: 14px !important;

    }
    .elementor-18 .elementor-element.elementor-element-5ee1375 .elementskit-navbar-nav > li.current-menu-item > a{
        color: #EFD2FF !important;
    }
}
@media(max-width: 991px) and (min-width: 768px){
    .elementor-column.med-col{
        width: 100%;
    }
    .ab-img{
        margin-bottom: 40px;
    }
    .post-home .ekit-wid-con .col-md-6{
        flex: 0 0 33.33%;
         max-width: 33.33%;
    }
    .post-home .ekit-wid-con .elementskit-post-body{
        padding: 15px;
    }
   .post-home .ekit-wid-con .elementskit-post-image-card .entry-title a {
        font-size: 20px !important;
        line-height: 30px !important;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
/*     .post-home .elementskit-post-image-card{
        margin-bottom: 0 !important;
    }
    .footer-form .wpforms-field-container{
            width: 70%;

    }
    .footer-form .wpforms-submit-container{
        width: 30%
    } */
/*     .elementor-90 .elementor-element.elementor-element-c0cc2b4 .ekit_wpForms_container .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .elementor-90 .elementor-element.elementor-element-c0cc2b4 .ekit_wpForms_container .wpforms-field textarea, .elementor-90 .elementor-element.elementor-element-c0cc2b4 .ekit_wpForms_container .wpforms-field select{
        padding: 15px 20px 15px 19px;
    }
    .footer-form .wpforms-submit{
        padding: 15px 15px 15px 15px !important;
            min-height: 51px !important;
    } */
}

@media(max-width: 1024px){
    .elementskit-menu-close .elementskit-menu-hamburger-icon, .elementskit-menu-hamburger .elementskit-menu-hamburger-icon{
            margin-bottom: 9px !important
    }
    .elementskit-menu-hamburger .elementskit-menu-hamburger-icon:last-child{
        margin-bottom: 0!important;
    }
	#menu-primary-1 .menu-item a{padding: 12px 15px 12px 15px; border-bottom: 1px solid #481b64a3; margin-bottom: 5px; font-weight: 500;}
}
@media(max-width: 1199px){
    .footer-contact .ekit-header-info{
        display: block !important;
    }
}
/* @media(max-width: 991px){
	.elementor-90 .elementor-element.elementor-element-c0cc2b4 .ekit_wpForms_container .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .elementor-90 .elementor-element.elementor-element-c0cc2b4 .ekit_wpForms_container .wpforms-field textarea, .elementor-90 .elementor-element.elementor-element-c0cc2b4 .ekit_wpForms_container .wpforms-field select{
		height: 50px;
	}
} */
/* @media(max-width: 600px){
    .footer-form .wpforms-field-container{
        display: block;
    }
    .footer-form  .wpforms-field{
        margin-bottom: 15px !important;
    }
    .footer-form .wpforms-submit-container{
        padding: 0;
    }
} */
@media(min-width: 768px){
    .call-btn .elementor-button-icon {
        display: none;
    }
}
@media(max-width: 767px){
    .faq .elementor-tab-title i {
        font-size: 18px;
    }   
    .ekit-wid-con .ekit_testimonial_style_6 .elementskit-profile-info {
        margin-bottom: 0 !important;
    }    
    .elementor-7 .elementor-element.elementor-element-332ecfd .elementskit-stars{
        margin-bottom: 10px;
    }
    .ekit-wid-con .elementskit-commentor-content{
        margin-bottom: 15px !important;
    }
/*     .footer-form .wpforms-field-container{
        width: 100%;
        float: none;
    }
    .footer-form .wpforms-submit-container{
        width: 100%;
        float: none;
        padding: 15px 0 0 0;
    } */
    .elementor-90 .elementor-element.elementor-element-c0cc2b4 .ekit_wpForms_container .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .elementor-90 .elementor-element.elementor-element-c0cc2b4 .ekit_wpForms_container .wpforms-field textarea, .elementor-90 .elementor-element.elementor-element-c0cc2b4 .ekit_wpForms_container .wpforms-field select{
        padding: 15px 20px 15px 19px;
    }
    .footer-form .wpforms-submit{
        padding: 15px 15px 15px 15px !important;
        min-height: 51px !important;
    }
     .footer-form  div.wpforms-container-full{
        margin-bottom: 0 !important;
    }
    .call-btn .elementor-button-text{
        display: none;
    }
    .call-btn .elementor-button-icon{
        font-size: 20px;
    }
    .elementor-18 .elementor-element.elementor-element-5ee1375 .elementskit-menu-hamburger{
        width: 30px
    }
    .elementskit-menu-close .elementskit-menu-hamburger-icon, .elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
        margin-bottom: 7px !important;
    }
    .hero .elementor-background-overlay{
        background-image: linear-gradient(90deg, #FFFFFF 0, #ffffff63 100%) !important;
    }
	.faq .elementor-accordion .elementor-accordion-item:last-child{
		border-bottom: 1px solid #dddddd !important;
		margin-bottom: 0;
		padding-bottom: 20px;
	}
	.elementor-accordion .elementor-tab-title{
		line-height: 18px !important;
	}
}


li.lang-item img{width: 20px !important; height: 15px !important;}
