/* 
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 */
body{
	line-height: 1.8;
}
.container{
	width: 1400px;
	max-width: 100%;
}
.rs_section_title h2{
	position:relative;
}
.rs_section_title h2:before,
.rs_section_title h2:after{
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background: #feb900;
	top: 0;
	bottom: 0;
	margin: auto;
	margin-left: auto;
	left: 100%;
	margin-left: 15px;
}
.rs_section_title h2:before{
	left:auto;
	right:100%;
	margin-left:0;
	margin-right:15px;
}
#rs_master_header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}
#rs_master_header .eael-simple-menu-container .eael-simple-menu li a{
	color:#fff;
}
#rs_master_header .eael-simple-menu-container .eael-simple-menu li a:hover{
	color:#feb900;
}
#rs_master_header .eael-simple-menu-container .eael-simple-menu li li a {
	color: #333;
	line-height: 24px;
	font-size: 14px;
	padding: 10px 15px;
}

#rs_master_header .eael-simple-menu-container .eael-simple-menu li span svg {
	fill: #fff !important;
	position: relative;
	top: 3px;
}
.rs_scroll_down #rs_master_header{
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.rs_scroll_down #rs_master_header .eael-simple-menu-container .eael-simple-menu li a{
	color:#333;
}
.rs_scroll_down #rs_master_header .eael-simple-menu-container .eael-simple-menu li span svg {
	fill: #333 !important;
}
.elementor-351 .elementor-element.elementor-element-df99e56 .eael-simple-menu-container .eael-simple-menu-toggle svg {
	fill: #fff;
	margin-top: 14px;
}
.rs_scroll_down .elementor-351 .elementor-element.elementor-element-df99e56 .eael-simple-menu-container .eael-simple-menu-toggle svg {
	fill: #000;
}
.wpcf7-form-control {
	border: 1px solid #dfdfdf !important;
	border-radius: 0 !important;
	margin: 0 0 15px 0;
	height: 40px;
	font-size: 14px;
	color: #333;
}
.wpcf7-form-control.wpcf7-textarea{
	height:200px;
}
.wpcf7-form-control.wpcf7-submit {
	border: 1px solid #feb900 !important;
	border-radius: 40px !important;
	margin: 0 0 15px 0;
	font-size: 14px;
	padding: 10px 30px;
	height: auto;
	background: #feb900;
	color: #fff;
	font-weight: 600;
}

.eael-simple-menu-container.preset-1 .eael-simple-menu li.current-menu-ancestor > a.eael-item-active, .eael-simple-menu-container.preset-1 .eael-simple-menu li:hover > a, .eael-simple-menu-container.preset-1 .eael-simple-menu li.current-menu-item > a.eael-item-active {
	background-color: transparent;
	color: #feb900 !important;
}
.team_member_card_list {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	gap: 20px;
}
.team_member_card_list .team_member_card_item {
	width: calc(20% - 20px);
}
.team_member_card {
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	padding: 10px;
	border-radius: 5px;
}
.team_member_card .member_image {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.team_member_card .member_image div {
	display: block;
	width: 300px;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 4px;
	max-width: 100%;
	margin: auto;
}

.team_member_card p {
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 14px;
}
.team_member_card p span {
	opacity: .5;
}
.team_member_card p.name {
	background: #F57341;
	color: #fff;
	text-align: center;
	padding: 10px 5px;
	margin: 0 0 10px 0;
	font-weight: 700;
}

.pagination {
	margin-top: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}
.pagination ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.pagination li {
    display: inline;
    margin: 0 5px;
}
.pagination a, .pagination span {
    display: inline-block;
    padding: 5px 10px;
    background: #0073aa;
    color: white;
    text-decoration: none;
    border-radius: 3px;
}
.pagination .current {
    background: #333;
}
.rs_project_list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.rs_project_list .project_col {
	width: calc(50% - 30px);
}
.rs_project_list .rs_project_item {
	display: block;
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	border-radius: 5px;
	overflow: hidden;
	color: #333;
	text-decoration: none;
	border: 1px solid #C7C7C7;
}
.rs_project_list .rs_project_item .thumbnail_img {
	display: block;
	float: left;
	width: 200px;
	max-width: 100%;
	margin-right: 20px;
	text-decoration: none;
}
.rs_project_list .rs_project_item .thumbnail_img div {
	position: relative;
	width: 100%;
	padding-top: 60%;
}
.rs_project_list .rs_project_item .thumbnail_img div img {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	box-sizing: border-box;
	object-fit: cover;
	object-position: center center;
	border-radius: 4px;
}
.rs_project_list .rs_project_item .dtext {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.rs_project_list .rs_project_item .dtext .p_title {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 20px;
}
.rs_project_list .rs_project_item .dtext .p_short_details{}
.rs_project_list .rs_project_item .dtext .p_short_details p{
	margin: 0 0 4px 0;
}
.rs_project_list .rs_project_item .dtext .tags{}
.page_banner {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
	padding: 0;
}
.page_banner .page_banner_inner {
	padding: 100px 0;
	background: rgba(0,0,0,.4);
	color: #fff;
	text-align: center;
}
.page_banner .page_banner_inner h2 {
	margin: 0;
	padding: 0;
	font-size: 40px;
	font-weight: 600;
}
.singe_project_page{}

.singe_project_page .page_contents{
	padding: 40px 0;
	background: #fff;
}
.singe_project_page .page_contents p{
	margin: 0 0 10px 0;
}
.project_video_btn {
	margin: 20px 0;
}
.project_video_btn a {
	display: inline-block;
	background: #f00;
	padding: 10px 30px;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	overflow: hidden;
	font-size: 16px;
	cursor: pointer;
	transition: all .5s;
}
.project_video_btn a i {
	display: block;
	float: left;
	font-size: 24px;
	margin-right: 10px;
	margin-top: 2px;
}
.project_video_btn a:hover{
	background-color: #F07A42;
}
.pd_title {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 15px 0;
}
.rs_project_map{
	margin: 40px 0 0 0;
	padding: 0;
}
.rs_project_map iframe{
	display: block;
	width: 100%;
	height: 500px;
	margin: 0;
}
.project_gallery_image{
	margin: 0  0 30px 0;
}
.project_gallery_image .pg_image {
	display: block;
	text-decoration: none;
	text-align: center;
	position: relative;
	padding-top: 80%;
	margin: 0 0 15px 0;
}
.project_gallery_image .pg_image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}