/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 31 2025 | 12:58:32 */
/*------------------------------------------ C O M P U T E R S --------------------------------------------*/
@media screen and (min-width: 1250px) {

.header-mobile,.mobile-menu-btn,.mobile-menu {display: none;}	
	
	
	
	
	
	
}/*------ C O M P U T E R S  +  T A B L E T S -------*/
@media screen and (min-width: 767px) {
  
}/*------------------------------------------ A L L  T A B L E T S --------------------------------------------*/
@media screen and (min-width: 767px) and (max-width: 1250px) {
  
}/*--- T A B L E T S - B I G ------*/
@media screen and (min-width: 1000px) and (max-width: 1250px){ 
  
}/*--- T A B L E T S - M E D I U M ---*/
@media screen and (min-width: 850px) and (max-width: 1000px) {
  
}/*--- T A B L E T S - S M A L L ---*/
@media screen and (min-width: 767px) and (max-width: 850px) {
  
}/*------------------------- T A B L E T S + M O B I L E ---------------------------*/
@media screen and (max-width: 1250px) {
	
 .header-top-bar {
    padding: 15px;
	 background: #2D1D38;
    flex-direction: row-reverse;
}
.header-top-bar .header-third.header-top-third.header-top-middle {
    display: none;
}
.header-top-bar .header-top-third {
    width: 50%;
}
.header-top-left {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-top-right .custom-html-widget {
    justify-content: flex-start;
}
.header-top-bar .site-logo img {
    height: 40px;
}
.footer-top {
    padding: 15px 20px;
    font-size: 17px;
}
.footer-right-half ul li img {
    width: 20px;
}
.footer-right-third .credit {
    display: block;
    text-align: center;
}	
.footer-right-third .credit .row {
    margin: 0 0 3px;
}	
.mobile-menu {
    position: fixed;
    top: -150%;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 100px 30px 30px;
    background: #2D1D38;
    z-index: 999;
	transition: all 0.5s ease-in-out;
}
.page-is-open .mobile-menu {
    top: 0;
}
.page-is-open .mobile-menu-btn {
    border: solid 1px #ffffff00;
}
.mobile-menu ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.mobile-menu ul a {
    display: block;
    padding: 20px 10px;
    font-size: 24px;
    color: #fff;
}
.mobile-menu ul li.talk a {
    display: inline-block;
    margin: 10px 0 0;
    padding: 6px 15px 10px;
    background: #5666E2;
}
.elementor-element-9a40f17 .elementor-container.elementor-column-gap-default {
    display: block;
    white-space: nowrap;
    padding: 0 0 0 20px;
    overflow: auto;
}
.elementor-element-9a40f17 .elementor-container.elementor-column-gap-default .elementor-column {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    width: 85%;
    white-space: normal;
}
.elementor-element-9a40f17 .elementor-container.elementor-column-gap-default .elementor-column .elementor-widget-wrap.elementor-element-populated {
    margin: 0 !important;
    height: 450px;
}	
	
	
	
	
	
	
	
}/*------------------------------------------ M O B I L E --------------------------------------------*/
@media screen and (max-width: 767px) {
.form-wrap .flex-box {
    display: block;
}
.form-wrap .flex-box .imputs-wrap {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
}
.form-wrap .flex-box .imputs-wrap .row {
    display: block;
}
.form-wrap .flex-box .imputs-wrap .input-half:first-child {
    padding: 0;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
}/*-----S M A L L  M O B I L E -----*/
@media screen and (max-width: 350px) {
  
}