body{
	font-family: sans-serif;
	margin: 0px;
	padding: 0px;
}
/*<----start header section---->*/
.header{
	background-color:#FFFFFF;
	border-bottom:groove #E8E8E8;
	height: 50;
}
.header .social_icon p{
	margin-top: 10px;
	display: inline-flex;
	background-color: #E6E6FA!important;
	width: 30px;
	height: 30px;
	align-items: center;
	text-align: center;
	border: hidden;
	overflow: hidden;
}
.header .social_icon a{
	margin-top: 8px;
	width: 30px;
	height: 30px;
	align-items: center;
	text-align: center;
	color: #808080;
	border: hidden;
	overflow: hidden;
}
.header .social_icon p:hover{
	margin-top: 10px;
	display: inline-flex;
	width: 30px;
	height: 30px;
	align-items: center;
	text-align: center;
	background-color: #38A1C2!important;
	border: hidden;
	overflow: hidden;
	transform: scale(1.2,1.2);
 	transition: all 0.5s;
}
.header .social_icon a:hover{
	margin-top: 8px;
	width: 30px;
	height: 30px;
	align-items: center;
	text-align: center;
	color: #ffffff;
	border: hidden;
	overflow: hidden;
}
.header .header_user_contact{
	float: right;
	position: relative;
}
.header .header_user_contact a{
	margin-top: 15px;
	color: #282923;
	align-items: center;
	display: inline-flex;
	padding-left: 20px;
}
.header .header_user_contact a:hover{
	margin-top: 15px;
	color: #38A1C2;
	padding-left: 20px;
}
@media(max-width: 1300px){
	.header{
	background-color:#FFFFFF;
	border-bottom:groove #E8E8E8;
	height: 100%;
}
.header .header_user_contact a{
	margin-top: 15px;
	color: #282923;
	align-items: center;
	display: inline-flex;
}
}
@media(max-width: 1200px){
	.header{
	background-color:#FFFFFF;
	border-bottom:groove #E8E8E8;
	height: 100%;
}
.header .header_user_contact a{
	margin-top: 15px;
	color: #282923;
	align-items: center;
	display: inline-flex;
}
}
@media(max-width: 768px){
	.header .header_user_contact{
	float: left;
	position: relative;
}
	.header .header_user_contact a{
	margin-top: 15px;
	color: #282923;
	align-items: center;
	display: inline-flex;
	font-size: 12px;
	float: left;
}
.header .header_user_contact a:hover{
	margin-top: 15px;
	color: #38A1C2;
	float: left;
}
}
@media(max-width: 650px){
	.header .header_user_contact a{
	margin-top: 15px;
	color: #282923;
	align-items: center;
	display: inline-flex;
	font-size: 12px;
	float: left;
	padding: 0px 0px 0px 0px!important;
}
.header .header_user_contact a:hover{
	margin-top: 15px;
	color: #38A1C2;
	padding: 0px 0px 0px 0px!important;
}
}
@media(max-width: 320px){
    .header .header_user_contact a{
	margin-top: 15px;
	color: #282923;
	align-items: center;
	display: inline-flex;
	font-size: 10px;
	float: left;
	padding: 0px 0px 0px 0px!important;
}
.header .header_user_contact a:hover{
	margin-top: 15px;
	color: #38A1C2;
	padding: 0px 0px 0px 0px!important;
}
}
/*<----end header section---->*/
/*<----start navigation section---->*/
.navbar {
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.53);
	-moz-box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.53);
	box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.53);
}
.navbar .navbar-brand img{
	background-size:cover;
	width: 90%;
	height: 90%;
}
.navbar .navbar-brand span{
	font-size: 12px!important;
	color: #282923;
}
.navbar .navbar-nav li{
	color: #282923;
	margin-top: 20px;
	text-transform: uppercase;
	padding: 0px 34px 0px 0px;
	transition: all 0.5s ease-in-out;
}
.navbar .navbar-nav li a{
	width: 100%;
	color: #282923;
}
.navbar .navbar-nav li a:hover{
	color: #38A1C2;
}
.navbar ul ul{
	display:none;
	background-color: #ffffff;
	border:hidden;
	overflow:hidden;
	position:absolute;
	padding-bottom: 30px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.navbar ul ul li{
	width: 250px;
	height: 20px;
	padding: 0px 50px 0px 0px;
}
.navbar ul ul li a{
	color: #282923!important;
	padding: 9px 0px 20px 20px!important;
	background-color: #ffffff;
	text-transform: capitalize;
	height: 40px;
}
.navbar ul ul li a:hover{
	width: 250px;
	color: #ffffff!important;
	background-color: #38A1C2;
	background-repeat: no-repeat;
	transition: all 0.5s ease-in-out;
}
.navbar ul li:hover> ul a{
	display:block;
}
.navbar ul li:hover> ul{
	display:block;
}
.navbar .navbar_vertical_line{
	width: 2px;
	height: 50px;
	background-color: #eee;
	margin-top: 10px;
}
.navbar .dropdown input{
	border: hidden;
	width: 400px;
	overflow: hidden;
}
@media(max-width: 1350px){
	.navbar .navbar-nav li{
	color: #282923;
	margin-top: 20px;
	padding: 0px 0px 0px 0px!important;
}
.navbar .dropdown input{
	border: hidden;
	width: 100%!important;
	overflow: hidden;
}
}
/*<----end navigation section---->*/
/*<----start modal pop uo section---->*/
.modal_popup_section{
	margin-top: 0px;
}
.modal_popup_section .modal .modal-content .modal-header{
	background-color: #121444;
	opacity: 0.8;
}
.modal_popup_section .modal-body{
	background-color: #121444;
	opacity: 0.8;
}
.modal_popup_section .modal .modal-header .form_main_heading h5{
	font-size: 25px;
	color: #F5CA2D;
	font-weight: bold;
}
.modal_popup_section .modal-header button{
	color: #FFFFFF;
	background-color: #FF9900;
}
.modal_popup_section .modal-header span{
	color: #FFFFFF;
	background-color: #FF9900;
}
.modal_popup_section .modal .modal-body .modal_main_image img{
	background-size: cover;
	width: 100%;
	height: 375px;
}
.modal_popup_section .modal .modal-body .form .form_tagline p{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.modal_popup_section .modal .modal-body .form .form-group input{
	margin-top: 20px;
	color: #000000;
	font-weight: bold;
	border-radius: 3px;
	height: 40px;
}
.modal_popup_section .modal .modal-body .form .form-group input:focus{
	border: solid #C7D3D4FF;
}
.modal_popup_section .modal .modal-body .form .form-group textarea{
	border-radius: 10px;
	color: #000000;
}
.modal_popup_section .modal .modal-body .form .form-group .form_button .btn{
	background-color: #F5CA2D;
	color: #000000;
	font-weight: bold;
	border: hidden;
	border-radius: 3px;
	margin-top: 20px;
}
.modal_popup_section .modal .modal-body .form .form-group .form_button .btn:hover{
	background-color: #38A1C2;
	color: #FFFFFF;
}
.modal_popup_section .modal .modal-body .viwe_more_property{
	text-align: center;
	margin-top: 35px;
}
.modal_popup_section .modal .modal-body .viwe_more_property a{
	background-color: #007C9C;
	border: hidden;
	width: 300px;
	
}
.modal_popup_section .modal .modal-body .viwe_more_property a:hover{
	background-color: #38A1C2;
}
@media(max-width: 1200px){
.modal_popup_section .modal .modal-body .form{
	padding: 0px 0px 0px 0px;
}
.modal_popup_section .modal .modal-body .modal_main_image img{
	background-size: cover;
	width: 100%;
	height: 100%;
}
}
/*<----end modal pop up section---->*/
/*<----start main_content_landing_page section---->*/
.main-section{
	margin-top: 5px;
}
.main-section .carousel .carousel-item img{
	background-size:cover;
	width:100%;
	height:100%;
	transition: all 5s ease;
}
.main-section .carousel .carousel-item .carousel-caption{
	left: 0px;
	color: #282923;
}
.main-section .carousel .carousel-item .carousel-caption .container{
	margin-top: -37%!important;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content{
	background-color: rgb(255,255,255);
	opacity: 0.9;
	height: 360px;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content{
	padding: 0px 60px 0px 60px;
	text-align: justify;
	align-items: justify;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content .media .carousel_vertical_line{
	width: 5px;
	height: 100px;
	background-color: #5A6272;
	margin-top: 35px;
}
 .main-section .carousel .carousel-item .carousel-caption .main-heading{
 	font-size: 50px;
 	margin-top: 25px;
 	padding-left: 10px;
 	color: #FF8C00!important;
 	text-transform: uppercase;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content .carousel-caption-info p{
	color: #5A6272!important;
	font-size: 18px;
	margin-top: 15px!important;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content .services_view_button a{
	color: #5A6272!important;
	font-size: 20px;
	float: right;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content .services_view_button a:hover{
	color: #38A1C2!important;
	font-size: 20px;
	float: right;
}
.main-section .carousel .carousel-indicators i{
	color: #38A1C2;
}
.main-section .carousel .carousel-indicators .active{
	color: #ffffff!important;
}
@media(max-width: 1350px){
.main-section .carousel .carousel-item .carousel-caption .container{
	margin-top: -37%!important;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content{
	background-color: rgb(255,255,255);
	opacity: 0.9;
	height: 360px;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content .media .carousel_vertical_line{
	width: 5px;
	height: 100px;
	background-color: #5A6272;
	margin-top: 35px;
}
 .main-section .carousel .carousel-item .carousel-caption .main-heading{
 	font-size: 50px;
 	margin-top: 25px;
 	padding-left: 10px;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content .carousel-caption-info p{
	color: #5A6272!important;
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px!important;
}
}
@media(max-width: 1200px){
.main-section .carousel .carousel-item .carousel-caption .container{
	margin-top: -37%!important;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content{
	background-color: rgb(255,255,255);
	opacity: 0.9;
	height: 360px;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content .media .carousel_vertical_line{
	width: 5px;
	height: 100px;
	background-color: #5A6272;
	margin-top: 35px;
}
 .main-section .carousel .carousel-item .carousel-caption .main-heading{
 	font-size: 50px;
 	margin-top: 25px;
 	padding-left: 10px;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content .carousel-caption-info p{
	color: #5A6272!important;
	font-size: 13px;
	font-weight: bold;
	margin-top: 15px!important;
}
}
@media(max-width: 1000px){
.main-section .carousel .carousel-item .carousel-caption .container{
	margin-top: 0%!important;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content{
	background-color: rgb(255,255,255);
	opacity: 0.9;
	height: 300px;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content .media .carousel_vertical_line{
	width: 5px;
	height: 50px;
	background-color: #5A6272;
	margin-top: 35px;
}
 .main-section .carousel .carousel-item .carousel-caption .main-heading{
 	font-size: 25px;
 	margin-top: 25px;
 	padding-left: 10px;
 	text-transform: uppercase;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content .carousel-caption-info p{
	color: #5A6272!important;
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px!important;
}
}
@media(max-width: 800px){
.main-section .carousel .carousel-item .carousel-caption .caption-content{
	background-color: rgb(255,255,255);
	opacity: 0.9;
	height: 250px;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content .media .carousel_vertical_line{
	width: 5px;
	height: 30px;
	background-color: #5A6272;
	margin-top: 25px;
}
 .main-section .carousel .carousel-item .carousel-caption .main-heading{
 	font-size: 12px;
 	margin-top: 25px;
 	padding-left: 10px;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content .carousel-caption-info p{
	color: #5A6272!important;
	font-size:10px;
	font-weight: bold;
	margin-top: 15px!important;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content .services_view_button a{
	color: #5A6272!important;
	font-size: 12px;
	font-weight: bold;
	float: right;
}
}
@media(max-width: 768px){
.main-section .carousel .carousel-item .carousel-caption .container{
	margin-top: 0%!important;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content{
	background-color: rgb(255,255,255);
	opacity: 0.9;
	height: 200px;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content .media .carousel_vertical_line{
	width: 5px;
	height: 30px;
	background-color: #5A6272;
	margin-top: 25px;
}
 .main-section .carousel .carousel-item .carousel-caption .main-heading{
 	font-size: 12px;
 	margin-top: 25px;
 	padding-left: 10px;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content .carousel-caption-info p{
	color: #5A6272!important;
	font-size:8px;
	font-weight: bold;
	margin-top: 15px!important;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content .services_view_button a{
	color: #5A6272!important;
	font-size: 12px;
	font-weight: bold;
	float: right;
}
}
@media(max-width: 600px){
	.main-section .carousel .carousel-item .carousel-caption{
	left: 0px;
	color: #282923;
	position: relative;
	margin-top: -40%;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content{
	background-color: rgb(255,255,255);
	padding: 0px 25px 0px 25px;
	opacity: 0.9;
	left: 0px;
	height: 180px;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content .media .carousel_vertical_line{
	width: 5px;
	height: 20px;
	background-color: #5A6272;
	margin-top: 25px;
}
 .main-section .carousel .carousel-item .carousel-caption .main-heading{
 	font-size: 10px;
 	padding-left: 10px;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content .carousel-caption-info p{
	color: #5A6272!important;
	font-size:8.5px;
	font-weight: bold;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content .services_view_button a{
	color: #5A6272!important;
	font-size: 10px;
	font-weight: bold;
	float: right;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content .services_view_button a:hover{
	color: #38A1C2!important;
	font-size: 10px;
	font-weight: bold;
	float: right;
}
}
@media(max-width: 420px){
	.main-section .carousel .carousel-item .carousel-caption{
	left: 0px;
	color: #282923;
	position: relative;
	margin-top: -40%;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content{
	background-color: rgb(255,255,255);
	opacity: 0.9;
	left: 0px;
	height: 150px;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content .media .carousel_vertical_line{
	width: 5px;
	height: 20px;
	background-color: #5A6272;
}
 .main-section .carousel .carousel-item .carousel-caption .main-heading{
 	font-size: 10px;
 	padding-left: 10px;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content .carousel-caption-info p{
	color: #5A6272!important;
	font-size:9px;
	font-weight: bold;
	margin-top: 15px!important;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content .services_view_button a{
	color: #5A6272!important;
	font-size: 10px;
	font-weight: bold;
	float: right;
	margin-top: -10%;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content .services_view_button a:hover{
	color: #38A1C2!important;
	font-size: 10px;
	font-weight: bold;
	float: right;
	margin-top: -10%;
}
}
@media(max-width: 375px){
	.main-section .carousel .carousel-item .carousel-caption{
	left: 0px;
	color: #282923;
	position: relative;
	margin-top: -40%;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content{
	background-color: rgb(255,255,255);
	opacity: 0.9;
	left: 0px;
	height: 140px;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content .media .carousel_vertical_line{
	width: 5px;
	height: 20px;
	background-color: #5A6272;
}
 .main-section .carousel .carousel-item .carousel-caption .main-heading{
 	font-size: 10px;
 	padding-left: 10px;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content .carousel-caption-info p{
	color: #5A6272!important;
	font-size:7px;
	font-weight: bold;
	margin-top: -30%;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content .services_view_button a{
	color: #5A6272!important;
	font-size: 10px;
	font-weight: bold;
	float: right;
	margin-top: -15%;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content .services_view_button a:hover{
	color: #38A1C2!important;
	font-size: 10px;
	font-weight: bold;
	float: right;
	margin-top: -15%;
}
}
@media(max-width: 320px){
	.main-section .carousel .carousel-item .carousel-caption{
	left: 0px;
	color: #282923;
	position: relative;
	margin-top: -40%;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content{
	background-color: rgb(255,255,255);
	opacity: 0.9;
	left: 0px;
	height: 120px;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content .media .carousel_vertical_line{
	width: 5px;
	height: 20px;
	background-color: #5A6272;
	margin-top: 25px;
}
 .main-section .carousel .carousel-item .carousel-caption .main-heading{
 	font-size: 10px;
 	margin-top: 25px;
 	padding-left: 10px;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content .carousel-caption-info p{
	color: #5A6272!important;
	font-size:6px;
	font-weight: bold;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content .services_view_button a{
	color: #5A6272!important;
	font-size: 10px;
	font-weight: bold;
	float: right;
	margin-top: -20%;
}
.main-section .carousel .carousel-item .carousel-caption .caption-content .services_view_button a:hover{
	color: #38A1C2!important;
	font-size: 10px;
	font-weight: bold;
	float: right;
	margin-top: -20%;
}
}
/*<----end main_content_landing_page section---->*/
/*<----start bar_bg section---->*/
.bar_bg-section{
	background-image: url('../../assets/img/real_solution_img/background_img/home_page_backround_blue.JPG');
	background-size:cover;
	width:100%;
	height:200px;
	margin-top: -0.5%;
	scroll-behavior: smooth;
    background-blend-mode: overlay;
    left: 0px;
    z-index: -1;
}
@media(max-width: 1200px){
	.bar_bg-section{
	background-image: url('../../assets/img/real_solution_img/background_img/home_page_backround_blue.JPG');
	background-size:cover;
	width:100%;
	height:200px;
	margin-top: -0.5%;
	scroll-behavior: smooth;
    background-blend-mode: overlay;
}
}
@media(max-width: 1024px){
	.bar_bg-section{
	background-image: url('../../assets/img/real_solution_img/background_img/home_page_backround_blue.JPG');
	background-size:cover;
	width:100%;
	height:200px;
	margin-top: -0.5%;
	scroll-behavior: smooth;
    background-blend-mode: overlay;
}
}
@media(max-width: 800px){
	.bar_bg-section{
	background-image: url('../../assets/img/real_solution_img/background_img/home_page_backround_blue.JPG');
	background-size:cover;
	width:100%;
	height:200px;
	margin-top: -0.5%;
	scroll-behavior: smooth;
    background-blend-mode: overlay;
}
}
@media(max-width: 768px){
	.bar_bg-section{
	background-image: url('../../assets/img/real_solution_img/background_img/home_page_backround_blue.JPG');
	background-size:cover;
	width:100%;
	height:200px;
	margin-top: -0.5%;
	scroll-behavior: smooth;
    background-blend-mode: overlay;
}
}
@media(max-width: 600px){
	.bar_bg-section{
	background-image: url('../../assets/img/real_solution_img/background_img/home_page_backround_blue.JPG');
	background-size:cover;
	width:100%;
	height:200px;
	margin-top: -2%;
	scroll-behavior: smooth;
    background-blend-mode: overlay;
}
}
@media(max-width: 420px){
	.bar_bg-section{
	background-image: url('../../assets/img/real_solution_img/background_img/home_page_backround_blue.JPG');
	background-size:cover;
	width:100%;
	height:200px;
	margin-top: -7%;
	scroll-behavior: smooth;
    background-blend-mode: overlay;
    top: 0px;
    left: 0px;
    z-index: -1;
}
}
@media(max-width: 384px){
	.bar_bg-section{
	background-image: url('../../assets/img/real_solution_img/background_img/home_page_backround_blue.JPG');
	background-size:cover;
	width:100%;
	height:200px;
	margin-top: -10%;
	scroll-behavior: smooth;
    background-blend-mode: overlay;
    top: 0px;
    left: 0px;
    z-index: -1;
}
}
@media(max-width: 375px){
	.bar_bg-section{
	background-image: url('../../assets/img/real_solution_img/background_img/home_page_backround_blue.JPG');
	background-size:cover;
	width:100%;
	height:200px;
	margin-top: -10%;
	scroll-behavior: smooth;
    background-blend-mode: overlay;
    top: 0px;
    left: 0px;
    z-index: -1;
}
}
@media(max-width: 320px){
	.bar_bg-section{
	background-image: url('../../assets/img/real_solution_img/background_img/home_page_backround_blue.JPG');
	background-size:cover;
	width:100%;
	height:200px;
	margin-top: -10%;
	scroll-behavior: smooth;
    background-blend-mode: overlay;
    top: 0px;
    left: 0px;
    z-index: -1;
}
}
/*<----end bar_bg section---->*/
/*<----start company service section---->*/
.services-section{
	height: 200px;
	margin-bottom: 50px;
}
.services-section .services_tagline h4{
	margin-top: 0px;
	color: #000000;
	font-size: 30px!important;
	font-weight: bold;
	text-transform: capitalize;
}
.services-section .card{
	width: 100%;
	height: 100%;
	border-radius: 20px!important;
	border: hidden;
	margin-top: 20px;
	text-align: center;
}
.services-section .card .service_icon{
	text-align: center;
}
.services-section .card i{
	font-size: 40px;
	color: #2574A9;
	margin-top: 10%;
	background-color: #e5edf1;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding-top: 28px;
}
.services-section .card i:hover{
	font-size: 40px;
	color: #FFFFFF;
	margin-top: 10%;
	background-color: #2574A9;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding-top: 28px;
}
.services-section .card .services_heading h5{
	color: #000000!important;
	margin-top: 20px!important;
	font-size: 14px;
	font-weight: bold;
}
.services-section .card .services_heading h5:hover{
	color: #FF9900!important;
	margin-top: 20px!important;
	font-size: 14px;
	font-weight: bold;
}
.services-section .service_info p{
	padding: 20px 0px 0px 15px!important;
}
@media(max-width: 1200px){
	.services-section{
	height: 100%;
	margin-bottom: 0px;
}
}
/*<----end company service section---->*/
/*<----start client video section---->*/
.client_video-section{
    background-image: url('../../assets/img/real_solution_img/background_img/Who_we_are.JPG');
	background-size:cover;
	width: 100%;
	height: 100%;
	margin-top: 30%;
}
.client_video-section .video-links video{
	width:100%;
	height: 100%;
	border-style: solid;
	border-color: #E8E8E8;
	border-radius: 3px;
	margin-top: 250px!important;
}
.client_video-section .estate_clients{
	padding: 150px 0px 0px 100px;
}
.client_video-section .clients_work h5{
	font-size: 50px;
	text-transform: capitalize;
	font-weight: bold;
	text-align: left;
	margin-top: 50px;
}
.client_video-section .clients_work span{
	color: #FF9900;
}
.client_video-section .clients_work small{
	color: #38A1C2;
	font-size: 50px;
	font-weight: bold;
}
.client_video-section .client_info h5{
	color: #282923!important;
	margin-top: 10px;
}
.client_video-section .client_info p{
	margin-top: 20px;
	text-align: justify;
	 background-color:rgba(255,255,255, 0.7);
	 border-radius:1px;
}
.client_video-section .clients_contact_us{
	text-align: right;
	margin-top: 50px;
}
.client_video-section .clients_contact_us a{
	font-size: 20px;
	text-transform: uppercase;
	background-color: #38A1C2;
	border: hidden;
}
.client_video-section .clients_contact_us a:hover{
	background-color: #E45C00;

}
@media(max-width: 1200px){
	.client_video-section{
	background-image: url('../../assets/img/real_solution_img/background_img/Who_we_are.JPG');
	background-size:cover;
	width: 100%;
	height: 100%!important;
	margin-top: 0%;
}
.client_video-section .video-links video{
	width:100%;
	height: 100%;
	border-style: solid;
	border-color: #E8E8E8;
	border-radius: 3px;
	margin-top: 60px!important;
}
.client_video-section .estate_clients{
	padding: 0px 0px 0px 20px;
}
.client_video-section .clients_work h5{
	text-align: left;
}
.client_video-section .clients_heading h4{
	text-align: left;
}
}
/*<----end client video section---->*/
/*<----start company previous work section---->*/
.previous_work_section{
	background-color: #38A1C2;
	width:100%;
	height:250px;
	margin-top: 75px;
	scroll-behavior: smooth;
    background-blend-mode: overlay;
}
.previous_work_section .previous_work-logo img{
    background-size:cover;
	width: 30%;
	margin-top: 50px;
	text-align: center;
}
.previous_work_section .previous_work-heading h5{
	margin-top: 40px;
	color: #ffffff;
	text-align: center;
}
.previous_work_section .previous_work-heading h5:hover{
	margin-top: 40px;
	color: #ddd;
}
@media(max-width: 1200px){
	.previous_work_section{
	background-color: #38A1C2;
	width:100%;
	height:auto;
	margin-top: 50px;
	scroll-behavior: smooth;
    background-blend-mode: overlay;
}
.previous_work_section .previous_work-logo img{
    background-size:cover;
	width: 30%;
	margin-top: 50px;
	text-align: center;
}
.previous_work_section .previous_work-heading h5{
	margin-top: 40px;
	color: #ffffff;
	text-align: center;
	font-size: 12px!important;
	margin-bottom: 40px;
}
}
/*<----end company previous work  section---->*/
/*<----start company project section---->*/
.company_project_section .company_project_heading{
	margin-top: 100px;
}
.company_project_section .company_project_heading h5{
	font-size: 40px;
}
.company_project_section .company_project_heading span{
	color: #38A1C2;
	} 
.company_project_section .project_horizontal_line hr{
	width: 100px;
	height: 3px;
	text-align: center;
	background-color: #38A1C2;
}
.company_project_section .project_slider{
	background-color:#ffffff;
	margin-top: 50px;
}
.company_project_section .project{
	padding: 0px 20px 0px 20px;
}
.company_project_section .project_slider .project img{
    background-size:cover;
 	width: 100%;
 	height: 200px;
 	box-shadow: 1px 1px #888888;
 }
 .company_project_section .project_slider .project img:hover{
 	width: 100%;
 	height: 200px;
 	transform: scale(1.1,1.1);
 	transition: all 0.5s;
 }
 .projects-section .project_slider,.project {
	margin-bottom: 50px;
}
 .company_project_section .project_slider .project .carousel-heading{
 	margin-top: 30px;
 	font-weight: bold;
 	color: #38A1C2;
 	text-align: center;
 }
 .company_project_section .project_slider .project .carousel-heading a{
 	font-weight: bold;
 	color: #38A1C2;
 	text-decoration: none;
 }
 .company_project_section .project_slider .project .carousel-heading a:hover{
 	color: #E45C00;
 }
  .company_project_section .project_slider .project .carusel_horizonral_line hr{
 	background-color: #429DC7;
 	height: 3px;
 }
@media(max-width: 768px){
	.company_project_section .project{
	padding: 0px 05px 0px 05px;
}
.company_project_section .project_slider .project .carousel-heading h5{
 	margin-top: 16px;
 	font-weight: bold;
 }
}
@media(max-width: 600px){
	.company_project_section .project{
	padding: 0px 20px 0px 20px;
}
.company_project_section .project_slider .project .carousel-heading h5{
 	margin-top: 30px;
 	font-weight: bold;
 }
}

/*<----end company project section---->*/
/*<----start testimonials section---->*/
.testimonials-section{
	background-image: url('../../assets/img/real_solution_img/background_img/home_page_backround_blue1.JPG');
	margin-top: 50px;
	background-size:cover;
	width:100%;
	background-color: #ffffff;
	height:900px!important;
	margin-bottom: 100px;
}
.testimonials_heading h5{
	font-size: 40px;
	margin-top: 50px;
	color: #38A1C2;
}
.testimonials_horizontal_line hr{
	width: 100px;
	height: 3px;
	text-align: center;
	background-color: #38A1C2;
	margin-bottom: 50px;
}
.testimonials-section .testimonials_slider .owl-carousel{
	height: 400px!important;
}
.testimonials-section .testimonials_slider .testimonial{
	padding: 0px 10px 0px 10px;
}
.testimonials-section .testimonials_slider .testimonial .card{
	border-radius: 50px!important;
	box-shadow: 1px 3px #888888;
	width: 100%;
	height: 400px!important;
	background-color: #ffffff;
	margin-top: 20px;
}
.testimonials-section .testimonials_slider .testimonial .card .testimonials_user img{
    background-size:cover;
	width: 30%;
	margin-top: 20px;
}
.testimonials-section .testimonials_slider .testimonial .card .testimonials_user_name h5{
	margin-top: 20px;
}
.testimonials-section .testimonials_slider .testimonial .card .card-body .testimonials_info p{
	font-size: 16px;
	text-align: justify;
	align-items: justify;
}
 .testimonials-section .testimonials_slider .testimonial .testimonials_read_more_button .btn{
 	background-color: #ffffff;
 	text-transform: uppercase;
 	color: #38A1C2;
 	font-weight: bold;
 	border: hidden;
 	position: relative;
 }
 .testimonials-section .testimonials_slider .modal-body .testimonials_user_detail img{
     background-size:cover;
 	width: 30%;
	margin-top: 20px;
 }
  .testimonials-section .testimonials_slider .modal-body .testimonials_user_name_dialog h5{
  	font-size:20px;
  	font-weight: bold;
  }
 @media(max-width:1000px){
.testimonials-section .testimonials_slider .testimonial{
	padding: 0px 20px 0px 20px;
}
.testimonials-section .testimonials_slider .testimonial .card{
	border-radius: 50px!important;
	box-shadow: 1px 3px #888888;
	width: 100%
	height: 450px!important;
	background-color: #ffffff;
	margin-top: 20px;
}
}
 @media(max-width:768px){
		.testimonials-section .testimonials_slider .testimonial {
	padding: 0px 10px 0px 10px;
}
.testimonials-section .testimonials_slider .testimonial .card{
	border-radius: 50px!important;
	box-shadow: 1px 3px #888888;
	width: 100%
	height: 450px!important;
	background-color: #ffffff;
	margin-top: 20px;
}
}
@media(max-width:600px){
	.testimonials-section .testimonials_slider .testimonial{
	padding: 0px 75px 0px 75px;
}
.testimonials-section .testimonials_slider .testimonial .card{
	border-radius: 50px!important;
	box-shadow: 1px 3px #888888;
	width: 100%
	height: 450px!important;
	background-color: #ffffff;
	margin-top: 20px;
}
}
}
@media(max-width: 420px){
	.testimonials-section .carousel .row{
	padding: 0px 30px 0px 30px;
}
}
@media(max-width:360px){
.testimonials-section .testimonials_slider .testimonial{
	padding: 0px 20px 0px 20px;
}
}
@media(max-width:320px){
	.testimonials-section .testimonials_slider .testimonial{
	padding: 0px 20px 0px 20px;
}
}
/*<----end testimonials section---->*/
/*<----start news and event section---->*/
.news_event_section{
	text-align:center;
	margin-top: -20%;
	z-index: -1;
}
.news_event_section .news_event_heading h5{
	font-size: 40px;
	color: #38A1C2;
}
.news_event_horizontal_line hr{
	width: 100px;
	height: 3px;
	text-align: center;
	background-color: #38A1C2;
}
.news_event_section .event_slider {
	margin-top: 50px;
}
.news_event_section .event_slider .event{
	padding: 0px 20px 0px 20px;
}
.news_event_section .event_slider .event .card{
	width: 100%;
	height: 350px;
	overflow: hidden;
}
.news_event_section .event_slider .event .card:hover{
	transform: scale(1.1,1.1);
	transition: all 0.5s;
}
.news_event_section .event_slider .event .card .news_event_logo img{
    background-size:cover;
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.news_event_section .event_slider .event .card .news_event_info a{
	color:#282923!important;
	display: inline-flex;
	text-decoration:  none;
}
.news_event_section .event_slider .event .card:hover a{
	color: #38A1C2!important;
}
  @media(max-width: 1000px){
.news_event_section .event_slider .event{
	padding: 0px 20px 0px 20px;
}
 }
   @media(max-width: 768px){
.news_event_section .event_slider .event{
	padding: 0px 20px 0px 20px;
}
 }
    @media(max-width: 600px){
.news_event_section .event_slider .event{
	padding: 0px 20px 0px 20px;
}
 }
 @media(max-width: 420px){
.news_event_section .event_slider .event{
	padding: 0px 20px 0px 20px;
}
 }
  @media(max-width: 320px){
  	.news_event_section .event_slider .event{
	padding: 0px 20px 0px 20px;
}
}
/*<----end news and event section---->*/
/*<----start footer_bg section---->*/
.footer_bg_section{
	background-color: #5A6171!important;
	width: 100%;
	margin-top: -150px;
	position: absolute;
  	left: 0px;
 	z-index: -1;
}
.footer_bg_section .contactus_heading h5{
	margin-top: 200px;
	font-size: 40px;
}
.footer_bg_section .contactus_horizontal_line hr{
	width: 100px;
	height: 1px;
	text-align: center;
	background-color: #ffffff;
}
.footer_bg_section .google-map iframe{
	width:100%;
	height:400px;
	margin-top:50px;
	overflow:hidden;
	border-radius: 30px 0px 0px 30px;
	box-shadow: 0px 2px 0px 2px #888888;
}
.footer_bg_section #contactus_form{
	background-color: #F6F6F6!important;
	border-radius: 30px;
	box-shadow: 1px 3px #888888;
}
.footer_bg_section .contactus_form{
	margin-top: 50px;
}
.footer_bg_section .contactus_form .form-group input{
	height: 50px;
	border-radius: 10px;
}
.footer_bg_section .contactus_form .form-group input:focus{
	height: 50px;
	border-radius: 10px;
	border-color: #101010;
}
.footer_bg_section .contactus_form .form-group textarea{
	border-radius: 10px;
}
.footer_bg_section .contactus_form .form-group textarea:focus{
	border-radius: 10px;
	border-color: #101010;
}
.footer_bg_section .contactus_form .form-group .form-button .btn{
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: bolder;
}
.footer_bg_section .footer{
	margin-top: 50px;
}
.footer_bg_section .footer-service a{
	color: #ffffff;
	line-height: 20px!important;
}
.footer_bg_section .footer-service a:hover{
	color: #38A1C2;
}
@media(max-width:650px){
.footer_bg_section .contactus_heading h5{
	font-size: 30px;
}
}
/*<----.footer_bg_section .footer_service_horizontal_line{
	background-color: #38A1C2;
	width: 100px;
	height: 2px;
	margin-top: -20px!important;
}---->*/
.footer_bg_section .footer-logo img{
    background-size:cover;
	width: 30%;
	height: 30%;
	margin-top: 30px;
 	margin: 0px 30px 0px 30px;
}
.footer_bg_section .footer_social_icon{
	display: inline-flex;
	float: right;
}
.footer_bg_section .footer_social_icon p{
	margin-top: 10px;
	display: inline-flex;
	background-color: #E6E6FA!important;
	width: 30px;
	height: 30px;
	align-items: center;
	text-align: center;
	border: hidden;
	overflow: hidden; 
 	margin: 0px 5px 0px 5px;
}
.footer_bg_section .footer .footer_social_icon a{
	margin-top: 8px;
	width: 30px;
	height: 30px;
	align-items: center;
	text-align: center;
	color: #808080;
	border: hidden;
	overflow: hidden;
}
.footer_bg_section .footer_social_icon p:hover{
	margin-top: 10px;
	display: inline-flex;
	width: 30px;
	height: 30px;
	align-items: center;
	text-align: center;
	background-color: #38A1C2!important;
	border: hidden;
	overflow: hidden;
	transform: scale(1.2,1.2);
 	transition: all 0.5s;
 	margin: 0px 5px 0px 5px;
}
.footer_bg_section .footer_social_icon a:hover{
	margin-top: 8px;
	width: 30px;
	height: 30px;
	align-items: center;
	text-align: center;
	color: #ffffff;
	border: hidden;
	overflow: hidden;
}
.footer_bg_section .footer_company_address{
	background-color:rgba(0,0,0,0.1);
	height: 150px!important;
	margin-top: 10px;
	text-align: center;
}
.footer_bg_section .footer-call-icon{
	margin-top: 40px;
}
.footer_bg_section .footer-call-icon a{
	color: #ffffff!important;
}
.footer_bg_section .footer-call-icon:hover a{
	color: #38A1C2!important;
	transform: scale(1.2,1.2);
 	transition: all 0.5s;
}
.footer_bg_section .footer-bottom{
	background-color: #191919;
	font-size: 12px;
	height: 50px!important;
	color: #eee;
	overflow: hidden;
	position: relative;
	margin-top: 0px;
	margin-top: -1%;
}
@media(max-width: 420px){
	.footer_bg_section .footer-logo img{
	 background-size:cover;
	width: 100%;
	height: 100%;
	margin-top: 20px;
}

.footer_bg_section .footer_social_icon i{
	width: 30px;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
}
.footer_bg_section .footer_social_icon i:hover{
	width: 30px;
	color: #38A1C2;
	font-size: 20px;
	transform: scale(1.5,1.5);
 	transition: all 0.5s;
}
}
@media(max-width: 375px){
	.footer_bg_section .footer-logo img{
	width: 100%;
	height: 100%;
	margin-top: 20px;
}
.footer_bg_section .footer_social_icon{
	padding-right: 20px;
	display: inline-flex;
}
.footer_bg_section .footer_social_icon p{
	margin-top: 10px;
	display: inline-flex;
	background-color: #E6E6FA!important;
	width: 30px;
	height: 30px;
	align-items: center;
	text-align: center;
	border: hidden;
	overflow: hidden; 
 	margin: 0px 1px 0px 1px;
}
.footer_bg_section .footer_social_icon i{
	width: 30px;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
}
.footer_bg_section .footer_social_icon i:hover{
	width: 30px;
	color: #38A1C2;
	font-size: 20px;
	transform: scale(1.5,1.5);
 	transition: all 0.5s;
}
}
@media(max-width: 1200px){
	.footer_bg_section{
	background-color: #5A6171!important;
	width: 100%;
	margin-top: -150px;
	 position: absolute;
  	left: 0px;
 	z-index: -1;
}
.footer_bg_section .footer-logo img{
	width: 50%;
	height: 50%;
	margin-top: 30px;
 	margin: 0px 0px 0px 0px;
}
	.footer_bg_section .footer_company_address{
	background-color:rgba(0,0,0,0.1);
	height: 200px!important;
	margin-top: 10px;
}
}
@media(max-width: 1000px){
	.footer_bg_section{
	background-color: #5A6171!important;
	width: 100%;
	margin-top: -150px;
	 position: absolute;
  	left: 0px;
 	z-index: -1;
}
.footer_bg_section .footer-logo img{
	width: 50%;
	height: 50%;
	margin-top: 30px;
 	margin: 0px 30px 0px 30px;
}
	.footer_bg_section .footer_company_address{
	background-color:rgba(0,0,0,0.1);
	height: 200px!important;
	margin-top: 10px;
}
}
@media(max-width: 768px){
	.footer_bg_section{
	background-color: #5A6171!important;
	width: 100%;
	margin-top: -150px;
	 position: absolute;
  	left: 0px;
 	z-index: -1;
}
.footer_bg_section .footer-logo img{
	width: 75%;
	height: 75%;
	margin-top: 30px;
 	margin: 0px 30px 0px 30px;
}
	.footer_bg_section .footer_company_address{
	background-color:rgba(0,0,0,0.1);
	height: 250px!important;
	margin-top: 10px;
}
}
@media(max-width: 420px)
{
	.footer_bg_section{
	background-color: #5A6171!important;
	width: 100%;
	margin-top: -150px;
	 position: absolute;
  	left: 0px;
 	z-index: -1;
}
.footer_bg_section .footer_social_icon p{
	margin-top: 10px;
	display: inline-flex;
	background-color: #E6E6FA!important;
	width: 30px;
	height: 30px;
	align-items: center;
	text-align: center;
	border: hidden;
	overflow: hidden; 
 	margin: 0px 1px 0px 1px;
}
.footer_bg_section .footer_company_address{
	background-color:rgba(0,0,0,0.1);
	opacity:0.5;
	height: 250px!important;
	margin-top: 10px;
}
}
@media(max-width: 360px)
{
	.footer_bg_section{
	background-color: #5A6171!important;
	width: 100%;
	margin-top: -150px;
	 position: absolute;
  	left: 0px;
 	z-index: -1;
}
.footer_bg_section .footer_social_icon p{
	margin-top: 10px;
	display: inline-flex;
	background-color: #E6E6FA!important;
	width: 30px;
	height: 30px;
	align-items: center;
	text-align: center;
	border: hidden;
	overflow: hidden; 
 	margin: 0px 1px 0px 1px;
}
.footer_bg_section .footer_company_address{
	background-color:rgba(0,0,0,0.1);
	opacity:0.5;
	height: 250px!important;
	margin-top: 10px;
}
}
/*<----end footer_bg section---->*/
/*----====start scroll-top section----====*/
#scrollToTop{
	position:fixed;
	width: 40px!important;
	bottom:40px;
	right:40px;
	border-radius:30px;
	transition:all 0.5s ease!important;
	background-color: #38A1C2;
	border: hidden;
}
#scrollToTop:hover{
	transform:scale(2.2,2.2)!important;
	transition:all 0.5s ease!important;
}
/*----====end scroll-topt section----====*/
.body-box .table th{
	background-color: #526069;
}
.body-box .table tr:nth-child(odd){
	background-color: #76838F;
	color: #FFFFFF;
}
.body-box .table tr:hover{
	background-color: #526069;
	color: #FFFFFF;
}
.body-box .table td{
	vertical-align: middle;
}
/*<-------========End table Section=====--->*/