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


.p-margin-none p:last-child{
	margin-bottom: 0;
}

/* Header CSS*/
.header-icon-box p.elementor-icon-box-description a{
	color: #858585;
}

.header-icon-box p.elementor-icon-box-description a:hover{
	color: #3C4753;
}

/* Footer CSS*/
.footer-privacy-policy p a{
	color: #A1E9FF;
}

.footer-privacy-policy p a:hover{
	color: #FFF;
}

.footer-contact-us-title-span h2 span{
	color: #FFF;
	font-family: "Poppins", Sans-serif;
    font-weight: 500;
}

.hero-breadcrumbs p#breadcrumbs{
	color: #fff;
}

.hero-breadcrumbs p#breadcrumbs span.breadcrumb_last{
	color: #A1E9FF;
}

/* Home CSS*/
.home-about-mez-title h2 span{
	font-weight: 300;
}

.why-you-need-left-desc{
	margin-bottom: 0 !important;
}

.hero-slider .swiper-slide-inner{
	max-width: 1170px;
	margin: 0 auto;
	justify-content: center !important;
	align-items: flex-start !important;
}

.hero-slider .swiper-slide-contents .elementor-slide-heading span{
	display: block;
	position: relative;
	font-family: "Open Sans", Sans-serif;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2em;
	padding-bottom: 12px;

}

.hero-slider .swiper-slide-contents .elementor-slide-heading span:before{
	content: '';
	display: block;
	position: absolute;
	width: 170px;
	height: 3px;
	left: 50%;
	bottom: 0;
	margin-left: -85px;
	background: #2A8EAD;
}

.hero-slider .swiper-slide-contents .elementor-slide-heading em{
	font-style: normal;
	display: block;
	font-family: "Open Sans", Sans-serif;
    font-weight: 300;
	color: #2A8EAD;
}

.hero-slider .swiper-slide-contents .elementor-slide-heading cite{
	font-style: normal;
	display: block;
	font-family: "Open Sans", Sans-serif;
	font-size: 40px;
    font-weight: 300;
	color: #2A8EAD;
}

.hero-slider .swiper-slide-contents a.elementor-button.elementor-slide-button{
	margin-top: 15px;
	padding: 15px 35px;
}

.hero-slider .swiper-pagination.swiper-pagination-bullets{
	display: none;
}

.hero-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet{
	width: 10px !important;
	height: 10px !important;
	background: #fff; 
	opacity: 1 !important;
}

.hero-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active{
	background: #A2E9FF;
}

.hero-slider .elementor-swiper-button.elementor-swiper-button-prev i:before{
	content: '';
	display: block;
	width: 37px;
	height: 68px;
	background: url('/wp-content/uploads/2022/02/slider-arrow-next.png') no-repeat;
	background-size: 85% auto;
}

.hero-slider .elementor-swiper-button.elementor-swiper-button-next i:before{
	content: '';
	display: block;
	width: 37px;
	height: 68px;
	background: url('/wp-content/uploads/2022/02/slider-arrow-prev.png') no-repeat;
	background-size: 85% auto;
}

.hero-slider .elementor-swiper-button.elementor-swiper-button-next{
	left: calc(((100vw - 1170px) / 2) + -60px) !important;
}

.hero-slider .elementor-swiper-button.elementor-swiper-button-prev{
	right: calc(((100vw - 1170px) / 2) + -60px) !important;
}


/* Construction & Engineering */
.practice-area-nav-menu ul.elementor-nav-menu li{
	margin-bottom: 5px !important;
}

.practice-area-nav-menu ul.elementor-nav-menu li:last-child{
	margin-bottom: 0 !important;
}

.practice-area-nav-menu ul.elementor-nav-menu li a.elementor-item{
	padding: 12px 20px !important;
    display: flex;
    align-items: center !important;
    vertical-align: middle;
    background: #F2F2F2;
    min-height: 62px;
	transition: none !important;
}

.practice-area-nav-menu ul.elementor-nav-menu li a.elementor-item:hover{
	background: #1D6B84;
	border-left: 9px solid #6DBCD6;
}

.practice-area-nav-menu ul.elementor-nav-menu li a.elementor-item-active{
	background: #1D6B84;
	border-left: 9px solid #6DBCD6;
}



/* Contact Us CSS*/
.contact-us-get-in-touch-iconbox p.elementor-icon-box-description a{
	color: #000;
}

.contact-us-get-in-touch-iconbox p.elementor-icon-box-description a:hover{
	color: #2A8EAD;
}

.contact-us-get-in-touch-iconbox p.elementor-icon-box-description span{
	font-weight: 600;
}

.contact-form input.elementor-field-textual,
.contact-form textarea.elementor-field-textual{
	padding: 10px 25px;
}

.contact-form input.elementor-field-textual::placeholder,
.contact-form textarea.elementor-field-textual::placeholder{
	color: #b9b9b9 !important;
	font-weight: 400 !important;
}

.contact-form input.elementor-field-textual::focus,
.contact-form textarea.elementor-field-textual::focus{
	outline: none !important;
	box-shadow: none !important;
}

.contact-form .elementor-field-group button.elementor-button{
	margin-top: 10px;
}






@media only screen and (max-width: 991px) {
 
	.br-tablet-none br{
		display: none;
	}
	
	/* Home CSS*/
	.hero-slider .swiper-slide-contents .elementor-slide-heading span{
		font-size: 24px;
		margin-bottom: 15px;
	}

	.hero-slider .swiper-slide-contents .elementor-slide-heading span:before{
		width: 140px;
		margin-left: -70px;
	}
	
	.hero-slider .swiper-slide-contents .elementor-slide-heading cite{
		font-size: 30px;
	}

	.hero-slider .swiper-slide-contents a.elementor-button.elementor-slide-button{
		margin-top: 15px;
		padding: 13px 30px;
	}

	.hero-slider .elementor-swiper-button.elementor-swiper-button-next{
		left: 10px !important;
	}

	.hero-slider .elementor-swiper-button.elementor-swiper-button-prev{
		right: 10px !important;
	}

	
	
	
	
}

@media only screen and (max-width: 767px) {
 
	.br-mobile-none br{
		display: none;
	}
	
	.hero-slider .swiper-slide-inner{
		align-items: center !important;
	}
	
	.hero-slider .swiper-slide-contents .elementor-slide-heading span{
		font-size: 20px;
	}

	.hero-slider .swiper-slide-contents .elementor-slide-heading span:before{
		width: 100px;
		margin-left: -50px;
	}
	
	.hero-slider .swiper-slide-contents .elementor-slide-heading cite{
		font-size: 26px;
	}

	.hero-slider .swiper-slide-contents a.elementor-button.elementor-slide-button{
		margin-top: 10px;
		padding: 13px 20px;
	}

	.hero-slider .elementor-swiper-button.elementor-swiper-button-next{
		display: none;
	}

	.hero-slider .elementor-swiper-button.elementor-swiper-button-prev{
		display: none;
	}
	
	.hero-slider .swiper-pagination.swiper-pagination-bullets{
		display: block;
		bottom: 20px;
	}
	
	/* Construction & Engineering */
	.practice-area-nav-menu ul.elementor-nav-menu li{
		margin-bottom: 8px !important;
	}

	.practice-area-nav-menu ul.elementor-nav-menu li a.elementor-item{
		padding: 10px 20px !important;
		min-height: 57px;
	}

	
	
	
}














