/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 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
*/
html,body{
	overflow-x: hidden !important;
}
.elementor-form input[type="text"], .elementor-form input[type="email"], .elementor-form textarea, .elementor-form select{
    padding: 15px;
}
input::placeholder, textarea::placeholder, select::placeholder{
  color: #000 !important;
}
.swiper-slide-inner{
    max-width: 80%;
}
.elementor-slide-description{
    max-width: 900px;
}
.elementor-slides .swiper-slide-bg{
    background-position: center top !important;
}
.footer-col1{
    max-width: 850px;
}
.elementor-widget-theme-post-content a{
    color:#126670;
}
.elementor-widget-theme-post-content a:hover{
    text-decoration:underline;
}
.elementor-post__excerpt p:after{
    position:relative;
    content:'...';
    display:inline-block;
}

.mainnav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.mainnav .menu-main-menu-container>ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	width: 100%;
	-webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.mainnav .menu-main-menu-container>ul>li{
	padding-left: 15px;
	padding-right: 15px;
}
.mainnav .menu-main-menu-container>ul>li>a{
	    font-family: "Barlow", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #000;
	position: relative;
	text-transform: uppercase;
}
.mainnav .menu-main-menu-container>ul>li>ul.sub-menu{
	background-color: #FFF;
    list-style: none;
    margin: 0;
    padding: 10px 0 0 0;
    position: absolute;
    min-width: 210px;
    opacity: 0;
    visibility: hidden;
    margin-left: -15px;
}
.mainnav .menu-main-menu-container>ul>li.menu-item-has-children:hover>ul.sub-menu{
    opacity: 1;
    visibility: visible;
}
 .mega-dropdown{
    position: fixed;
	padding-top: 30px;
	z-index: 10;
	left: 0;
	display: none;
    width: 100vw;
 }
.mainnav .menu-main-menu-container>ul>li.menu-item-23513>ul{
	display: none !important;
}
.mainnav .menu-main-menu-container>ul>li:hover>ul, .mainnav .menu-main-menu-container>ul>li.menu-item-23513:hover>.mega-dropdown{
	display: block;
}
.mainnav .menu-main-menu-container>ul>li>ul>li{
	border-bottom: 1px solid #eee;
}

.mainnav .menu-main-menu-container>ul>li>ul>li>a{
    font-family: "Assistant", Sans-serif;
	font-size: 15px;
	font-weight: 600;
	padding: 10px 18px;
    color: #000;
	display: block;
	-webkit-transition: all 0.15s ease!important; -moz-transition: all 0.15s ease !important;-o-transition: all 0.15s ease!important; transition: all 0.15s ease!important;
}
.mainnav .menu-main-menu-container>ul>li>ul>li>a:hover{
	
    color: #126670;
}
.mainnav .menu-main-menu-container>ul>li.menu-item-has-children>a:after, .mainnav .menu-main-menu-container>ul>li.menu-item-23513>a:after{
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f078";
	margin-left: 5px;
	color: #000;
    font-size: 15px;
}



@media (max-width: 1900px){
    .e-con.e-flex>.e-con-inner{
       --content-width: 100% !important;
    }
}
@media (max-width: 1200px){
     .mega-dropdown{
        padding-top: 20px;
     }
}
@media (max-width: 1100px){
    .top-right-call-btn .elementor-button-icon{
        display:none;
    }
}
@media (max-width: 767px){
	.top-right-call-btn .elementor-button-icon{
		display: none !important;
	}
    .swiper-slide-inner{
    max-width: 100%;
}
}