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:100%;
	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 Planning&Designing Image page section---->*/
.planning_image_section{
	margin-top: 0px;
	background-image: url('../../assets/img/real_solution_img/background_img/photo-1542435503-956c469947f6.jpg');
	background-size:100%;
	background-repeat: no-repeat;
	background-attachment: local;
	width: 100%;
	height: 600px!important;
	position: relative;
	text-align: center;
}
@media(max-width: 768px){
	.planning_image_section{
	background-image: url('../../assets/img/real_solution_img/background_img/photo-1542435503-956c469947f6.jpg');
	background-size:100%;
	width: 100%;
	height: 500px!important;
}
}
@media(max-width: 600px){
	.planning_image_section{
	background-image: url('../../assets/img/real_solution_img/background_img/photo-1542435503-956c469947f6.jpg');
	background-size:100%;
	width: 100%;
	height: 300px!important;
}
}
.planning_image_section .planning_image_heading h5{
	font-size: 80px;
	font-weight: bold;
	color: #38A1C2;
    padding: 15% 0% 0% 0%;
    position: relative;
}
.planning_image_section .planning_image_heading span{
	color: #FF9900;
}
.planning_image_section .planning_image_heading small{
	color: #6f828a;
}
.planning_image_section .planning_design_tagline p{
	color: #262B2F;
	font-size: 26px;
	font-weight: bold;
}
@media(max-width: 768px){
	.planning_image_section .planning_image_heading h5{
	font-size: 40px;
}
.planning_image_section .planning_design_tagline p{
	font-size: 16px;
}
}
@media(max-width: 420px){
	.planning_image_section .planning_image_heading h5{
	font-size: 20px;
}
.planning_image_section .planning_design_tagline p{
	font-size: 12px;
}
}
/*<----end Planning&Designing Image page section---->*/
/*<----start company offering section---->*/
.offfering_section{
	margin-top: -80px;
}
.offfering_section .card{
	text-align: center;
	background: #FFFFFF;
	-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);
}
.offfering_section .card i{
	font-size: 40px;
	color: #FF9900;
	margin-top: 20px;
}
.offfering_section a{
	text-decoration: none;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}
.offfering_section a:hover .card{
	color: #FFFFFF;
	background-color: #FF9900;
}
.offfering_section a:hover .card i{
	color: #FFFFFF;
}
@media(max-width: 1200px){
	.offfering_section{
	margin-top: -150px;
}
}
@media(max-width: 1000px){
	.offfering_section{
	margin-top: -200px;
}
}
@media(max-width: 800px){
	.offfering_section{
	margin-top: -280px;
}
}
@media(max-width: 768px){
	.offfering_section{
	margin-top: -250px;
}
}
@media(max-width: 600px){
	.offfering_section{
	margin-top: -80px;
}
}
@media(max-width: 420px){
	.offfering_section{
	margin-top: -150px;
}
}
@media(max-width: 280px){
	.offfering_section{
	margin-top: -180px;
}
}
/*<----end company offering section---->*/
/*<----start company work section---->*/
.company_work_section{
	margin: 75px 0px 75px 0px;
}
.company_work_section .work_main_heading h5{
	font-size: 50px;
	font-weight: bold;
}
.company_work_section .work_main_heading span{
	color: #FF911A;
}
.company_work_section .work_horizontal_line{
	background-color: #38A1C2;
	width: 100px;
	height: 05px;
}
.company_work_section .work_bg_image{
	background-image: url('../../assets/img/real_solution_img/background_img/how_we_work.png');
	margin-top: 100px;
	background-size:cover;
	width: 50%;
	background-repeat: no-repeat;
}
.company_work_section .work_bg_image .btn{
	width: 150px;
	font-weight: bolder;
}
.company_work_section .work_bg_image .work_needs{
	text-align: right;
	padding:50px 0px 0px 180px!important;
}
.company_work_section .work_bg_image .work_design{
	margin-top: 10px;
	text-align: right;
	padding: 0px 0px 0px 200px!important;
}
.company_work_section .work_bg_image .work_implement{
	margin-top: 10px;
	text-align: right;
	padding: 0px 0px 0px 180px!important;
}
.company_work_section .work_bg_image .work_verify{
	margin-top: 10px;
	text-align: right;
	padding: 0px 0px 0px 150px!important;
}
.company_work_section .work_bg_image .work_maintan{
	margin-top: 10px;
	text-align: right;
	padding: 0px 0px 0px 100px!important;
}
.company_work_section .work_bg_image .btn{
  animation-duration: 5s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-name: example;
  border: hidden;
}
@keyframes example {
  from {background: linear-gradient(0.25turn, #F16100, #FF8C00, #E5BC00);}
  to {
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);}
}
@media(max-width: 1000px){
	.company_work_section .work_bg_image{
	background-image: url('../../assets/img/real_solution_img/background_img/how_we_work.png');
	margin-top: 50px;
	background-size:cover;
	width: 80%;
	background-repeat: no-repeat;
}
	.company_work_section .work_bg_image .work_needs{
	text-align: right;
	padding:50px 0px 0px 180px!important;
}
.company_work_section .work_bg_image .work_design{
	margin-top: 10px;
	text-align: right;
	padding: 0px 0px 0px 200px!important;
}
.company_work_section .work_bg_image .work_implement{
	margin-top: 10px;
	text-align: right;
	padding: 0px 0px 0px 180px!important;
}
.company_work_section .work_bg_image .work_verify{
	margin-top: 10px;
	text-align: right;
	padding: 0px 0px 0px 150px!important;
}
.company_work_section .work_bg_image .work_maintan{
	margin-top: 10px;
	text-align: right;
	padding: 0px 0px 0px 100px!important;
}
}
@media(max-width: 768px){
	.company_work_section .work_bg_image{
	background-image: url('../../assets/img/real_solution_img/background_img/how_we_work.png');
	margin-top: 50px;
	background-size:cover;
	background-repeat: no-repeat;
	width: 50%;
}
.company_work_section .work_bg_image .btn{
	width: 150px;
	font-weight: bolder;
}
.company_work_section .work_bg_image .work_needs{
	text-align: right;
	padding:50px 0px 0px 180px!important;
}
.company_work_section .work_bg_image .work_design{
	margin-top: 10px;
	text-align: right;
	padding: 0px 0px 0px 200px!important;
}
.company_work_section .work_bg_image .work_implement{
	margin-top: 10px;
	text-align: right;
	padding: 0px 0px 0px 180px!important;
}
.company_work_section .work_bg_image .work_verify{
	margin-top: 10px;
	text-align: right;
	padding: 0px 0px 0px 150px!important;
}
.company_work_section .work_bg_image .work_maintan{
	margin-top: 10px;
	text-align: right;
	padding: 0px 0px 0px 100px!important;
}
}
@media(max-width: 420px){
	.company_work_section .work_bg_image{
	background-image: url('../../assets/img/real_solution_img/background_img/how_we_work.png');
	margin-top: 50px;
	background-size:cover;
	background-repeat: no-repeat;
	width: 70%;
}
}
@media(max-width: 320px){
	.company_work_section .work_bg_image{
	background-image: url('../../assets/img/real_solution_img/background_img/how_we_work.png');
	margin-top: 50px;
	background-size:cover;
	background-repeat: no-repeat;
	width: 90%;
}
}
.company_work_section #work_form {
	margin-top: 50px;
	background-color: #2E2E2E;
	border-radius: 5px;
	padding: 0px 50px 0px 50px;
}
.company_work_section .work_form form{
	margin-top: 50px;
	margin-bottom: 50px;
}
.company_work_section .work_form .work_form_heading h5{
	color: #FFFFFF;
	font-weight: bold;
}
.company_work_section .work_form .form-group input{
	margin-top: 25px;
	background-color: #2E2E2E;
	border: hidden;
	border-bottom-style: groove;
	color: #FFFFFF; 
}
.company_work_section .work_form .form-group ::placeholder{
	color: #FFFFFF;
}
.company_work_section .work_form .form-group .btn{
	width: 150px;
	text-transform: uppercase;
	font-weight: bolder;
	margin-bottom: 50px;
	background-color: #38A1C2;
	border: hidden;
}
.company_work_section .work_form .form-group .btn:hover{
	width: 150px;
	text-transform: uppercase;
	font-weight: bolder;
	margin-bottom: 50px;
	background-color: #FF911A;
	border: hidden;
}
/*<----end company work section---->*/
/*<----start company planning section---->*/
.company_plannng_section{
	background-image: url('../../assets/img/real_solution_img/background_img/pexels-photo-3740393.jpeg');
	margin-top: 50px;
	background-size:cover;
	width: 100%;
	height: 100%;
}
.company_plannng_section .card{
	height: auto;
	border: hidden;
	text-align: justify;
	padding: 50px 50px 50px 50px;
	margin: 50px 0px 50px 0px;
}
.company_plannng_section .card .planning_title h5{
	margin-top: 10px;
	font-size: 40px;
	font-weight: bolder;
	color: #38A1C2;
	padding: 0px 0px 0px 20px;
}
.company_interior_section .card .card-body .planning_info{
	padding: 0px 10px 0px 10px;
}
.company_plannng_section .card .card-body .planning_image{
	text-align: center;
}
.company_plannng_section .card .card-body .planning_image img{
	width: 30%;
	margin-top: 30px;
}
.company_plannng_section .card .card-body .planning_title h5{
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bolder;
	padding: 0px 20px 0px 20px;
	text-transform: capitalize;
	color: #2E2E2E;
}
/*<----end company planning section---->*/
/*<----start company development section---->*/
.company_development_section{
	background-image: url('../../assets/img/real_solution_img/background_img/Design&development.png');
	background-size:cover;
	width: 100%;
	height: 100%;
}
.company_development_section .card{
	height: auto;
	border: hidden;
	text-align: justify;
	padding: 50px 50px 50px 50px;
	margin: 50px 0px 50px 0px;
}
.company_development_section .card .development_title h5{
	margin-top: 10px;
	font-size: 40px;
	font-weight: bolder;
	color: #38A1C2;
	padding: 0px 0px 0px 20px;
}
.company_development_section .card .card-body .development_info{
	padding: 0px 10px 0px 10px;
}
.company_development_section .card .card-body .brand_image{
	text-align: center;
}
.company_development_section .card .card-body .brand_image img{
	width: 30%;
	margin-top: 30px;
}
.company_development_section .card .card-body .brand_title h5{
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bolder;
	padding: 0px 20px 0px 20px;
	text-transform: capitalize;
	color: #2E2E2E;
}
/*<----end company developmen section---->*/
/*<----start company Architecture section---->*/
.company_architecture_section{
	background-image: url('../../assets/img/real_solution_img/background_img/architecture.png');
	background-size:cover;
	width: 100%;
	height: 100%;
}
.company_architecture_section .card{
	height: auto;
	border: hidden;
	text-align: justify;
	padding: 50px 50px 50px 50px;
	margin: 50px 0px 50px 0px;
}
.company_architecture_section .card .architecture_title h5{
	margin-top: 10px;
	font-size: 40px;
	font-weight: bolder;
	color: #38A1C2;
	padding: 0px 0px 0px 20px;
}
.company_architecture_section .card .card-body .architecture_info{
	padding: 0px 10px 0px 10px;
}
.company_architecture_section .card .card-body .architecture_image{
	text-align: center;
}
.company_architecture_section .card .card-body .architecture_image img{
	width: 30%;
	margin-top: 30px;
}
.company_architecture_section .card .card-body .architecture_title h5{
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bolder;
	padding: 0px 20px 0px 20px;
	text-transform: capitalize;
	color: #2E2E2E;
}
/*<----end company planning section---->*/
/*<----start company Interior section---->*/
.company_interior_section{
	background-image: url('../../assets/img/real_solution_img/background_img/Interior_design.png');
	background-size:100%;
	width: 100%;
	height: 100%;
}
.company_interior_section .card{
	height: auto;
	border: hidden;
	text-align: justify;
	padding: 50px 50px 50px 50px;
	margin: 50px 0px 50px 0px;
}
.company_interior_section .card .interior_title h5{
	margin-top: 10px;
	font-size: 40px;
	font-weight: bolder;
	color: #38A1C2;
	padding: 0px 0px 0px 20px;
}
.company_interior_section .card .card-body .interior_info{
	padding: 0px 10px 0px 10px;
}
.company_interior_section .card .card-body .interior_sub_image{
	text-align: center;
}
.company_interior_section .card .card-body .interior_sub_image img{
	width: 30%;
	margin-top: 30px;
}
.company_interior_section .card .card-body .interior_sub_title h5{
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bolder;
	padding: 0px 20px 0px 20px;
	text-transform: capitalize;
}
/*<----end company planning section---->*/

/*<----Start company Project Planning_Design section---->*/
.company_project_section{
	margin-top: 0px;
}
.company_project_section .company_project_main_heading h5{
	margin-top: 75px;
	font-size: 50px;
	font-weight: bold;
	color: #38A1C2;
}
.company_project_section .company_project_main_heading span{
	color: #FF911A;
}
.company_project_section .portfolio_horizontal_line{
	height: 5px;
	background-color: #000000;
	width: 100px;
}
.company_project_section #project_planning_desing{
	padding: 75px 20px 75px 20px;
}
.company_project_section .project_planning_desing{
	background-image: url('../../assets/img/real_solution_img/background_img/BRAND_DESIGNING.png');
	background-size:100% auto;
	width: 100%;
	height: 600px!important;
	opacity: 0.6;
	text-align: center;
	-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);
}
.company_project_section .planning_heading{
	padding: 250px 20px 50px 20px;
}
.company_project_section .planning_heading h5{
	font-size: 20px;
	text-transform: capitalize;
	font-weight: bold;
	background-color: #282923;
	height: 100px;
	text-transform: uppercase;
	color: #FFFFFF;
	border-radius: 3px;
	width: 100%;
}
.company_project_section .planning_heading h5{
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 40px!important;
	font-size: 20px;
	font-weight: bolder;
	cursor: pointer;
	width: 100%;
}
.company_project_section .planning_heading h5:hover{
	text-transform: uppercase;
	color: #F16100;
	padding-top: 40px!important;
	font-size: 20px;
	font-weight: bolder;
	cursor: pointer;
}
@media(max-width: 1200px){
	.company_project_section .planning_heading h5{
		font-size: 12px;
	}
}
@media(max-width: 600px){
	.company_project_section .planning_heading h5{
		font-size: 20px;
	}
}
/*<----End company Project Planning_Design section---->*/
/*<----Start company Project Architecture_Design section---->*/
.company_project_section{
	margin-top: 0px;
}
.company_project_section #project_architecture_desing{
	padding: 75px 20px 75px 20px;
}
.company_project_section .project_architecture_desing{
	background-image: url('../../assets/img/real_solution_img/background_img/ARCHITECTURE_DESIGN.png');
	background-size:100%;
	width: 100%;
	height: 600px!important;
	opacity: 0.6;
	-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);
}
.company_project_section .architecture_heading{
	padding: 250px 20px 50px 20px;
}
.company_project_section .architecture_heading h5{
	font-size: 20px;
	text-transform: capitalize;
	font-weight: bold;
	background-color: #282923;
	text-align: center;
	height: 100px;
	text-transform: uppercase;
	color: #FFFFFF;
	border-radius: 3px;
	margin-bottom: 50px;
	width: 100%;
}
.company_project_section .architecture_heading h5{
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 20px;
	padding-top: 40px!important;
	font-weight: bolder;
	cursor: pointer;
	width: 100%;
}
.company_project_section .architecture_heading h5:hover{
	text-transform: uppercase;
	color: #F16100;
	font-size: 20px;
	font-weight: bolder;
	cursor: pointer;
}
@media(max-width: 1200px){
	.company_project_section .architecture_heading h5{
		font-size: 12px;
	}
}
@media(max-width: 600px){
	.company_project_section .architecture_heading h5{
		font-size: 20px;
	}
}
/*<----End company Project Architecture_Design section---->*/
/*<----Start company Project Brand_Design section---->*/
.company_project_section{
	margin-top: 0px;
}
.company_project_section #project_brand_desing{
	padding: 75px 20px 75px 20px;
}
.company_project_section .project_brand_desing{
	background-image: url('../../assets/img/real_solution_img/background_img/BRAND_DESIGNING.png');
	background-size:100%;
	width: 100%;
	height: 600px!important;
	opacity: 0.6;
	-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);
}
.company_project_section .brand_heading{
	padding: 250px 20px 50px 20px;
}
.company_project_section .project_brand_desing h5{
	font-size: 20px;
	text-transform: capitalize;
	font-weight: bold;
	background-color: #282923;
	text-align: center;
	height: 100px;
	text-transform: uppercase;
	color: #FFFFFF;
	border-radius: 3px;
	margin-bottom: 50px;
	width: 100%;
}
.company_project_section .project_brand_desing h5{
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 40px!important;
	font-size: 20px;
	font-weight: bolder;
	cursor: pointer;
	width: 100%;
}
.company_project_section .project_brand_desing h5:hover{
	text-transform: uppercase;
	color: #F16100;
	padding-top: 40px!important;
	font-size: 20px;
	font-weight: bolder;
	cursor: pointer;
}
@media(max-width: 1200px){
	.company_project_section .project_brand_desing h5{
		font-size: 12px;
	}
}
@media(max-width: 600px){
	.company_project_section .project_brand_desing h5{
		font-size: 20px;
	}
}
/*<----End company Project Brand_designing section---->*/
/*<----Start company Project Brand_Design section---->*/
.company_project_section{
	margin-top: 0px;
}
.company_project_section #project_interior_desing{
	padding: 75px 20px 75px 20px;
}
.company_project_section .project_interior_desing{
	background-image: url('../../assets/img/real_solution_img/background_img/INTERIOR_DESIGNING.png');
	background-size:100%;
	width: 100%;
	height: 600px!important;
	opacity: 0.6;
	-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);
}
.company_project_section .interior_heading{
	padding: 250px 20px 50px 20px;
}
.company_project_section .project_interior_desing h5{
	font-size: 20px;
	text-transform: capitalize;
	font-weight: bold;
	background-color: #282923;
	text-align: center;
	height: 100px;
	text-transform: uppercase;
	color: #FFFFFF;
	border-radius: 3px;
	margin-bottom: 50px;
	width: 100%;
}
.company_project_section .project_interior_desing h5{
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 40px!important;
	font-size: 20px;
	font-weight: bolder;
	cursor: pointer;
	width: 100%;
}
.company_project_section .project_interior_desing h5:hover{
	text-transform: uppercase;
	color: #F16100;
	padding-top: 40px!important;
	font-size: 20px;
	font-weight: bolder;
	cursor: pointer;
}
@media(max-width: 1200px){
	.company_project_section .project_interior_desing h5{
		font-size: 12px;
	}
}
@media(max-width: 600px){
	.company_project_section .project_interior_desing h5{
		font-size: 20px;
	}
}
/*<----End company Project Brand_designing section---->*/
/*<----start Our-Project  section---->*/
.our_project_section{
	margin-top: 0px;
}
.our_project_section .modal .modal-header h5{
	font-size: 50px;
	text-transform: uppercase;
	font-weight: bold;
	color: #38A1C2;
}
.our_project_section .modal .modal-header span{
	font-size: 50px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
}
@media(max-width: 420px){
.our_project_section .modal .modal-header h5{
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #38A1C2;
}
.our_project_section .modal .modal-header span{
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
}
}
@media(max-width: 320px){
.our_project_section .modal .modal-header h5{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #38A1C2;
}
.our_project_section .modal .modal-header span{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
}
}
.our_project_section .modal .modal-body .project_info p{
	font-size: 16px;
}
.our_project_section .carousel{
	margin-top: 75px;
}
.our_project_section .modal .modal-body .carousel .carousel-item img{
	width: 100%;
	height: 500px;
	padding: 0px 50px 0px 50px;
}
.our_project_section .modal .modal-body .carousel .carousel-item .carousel-caption{
	background-color: #ffffff;
	opacity: 1;
	width: 200px;
	padding: 0px 0px 0px 75px;
	height: 100%;
	top: 0px;
}
.our_project_section .modal .modal-body .carousel .carousel-item .carousel-caption .card{
	background-color:  #282828!important;
	width: 350px;
	height: 350px;
	margin-bottom: 25px;
	margin-top: 75px;
}
.our_project_section .modal .modal-body .carousel-caption .card .carousel_project_date p{
	margin-top:  50px;
	font-size: 16px;
	text-align: left;
	padding: 0px 20px 0px 20px;
}
.our_project_section .modal .modal-body .carousel-caption .card .carousel_project_name p{
	font-size: 16px;
	padding: 0px 20px 0px 20px;
	text-align: left;
}
.our_project_section .modal .modal-body .carousel-caption .card .carousel_main_heading h5{
	font-size: 30px;
	color: #38A1C2;
	font-weight: bold;
	padding: 0px 20px 0px 20px;
	text-align: left;
	margin-top: 20px;
}
.our_project_section .modal .modal-body .carousel-caption .card .carousel_project_info p{
	color: #A9A9A9;
	font-size: 16px;
	padding: 0px 20px 0px 20px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 100px!important;
}
.our_project_section .modal .modal-body .carousel-control-next i{
	color: #38A1C2!important;
	font-size: 30px;
	padding: 50px 0px 0px 150px;
}
.our_project_section .modal .modal-body .carousel-control-prev i{
	color: #38A1C2!important;
	font-size: 30px;
	padding: 50px 150px 0px 0px;
}
.our_project_section .modal .modal-body .carousel-control-next i:hover{
	color: #38A1C2!important;
	font-size: 30px;
	transform: scale(1.1,1.1);
 	transition: all 0.5s;
 	padding: 50px 0px 0px 150px;
}
.our_project_section .modal .modal-body .carousel-control-prev i:hover{
	color: #38A1C2!important;
	font-size: 30px;
	transform: scale(1.1,1.1);
 	transition: all 0.5s;
 	padding: 50px 150px 0px 0px;

}
.our_project_section .modal .modal-body .carousel .carousel-inner .carousel-indicators i {
	display: none;
}
@media(max-width: 1000px){
.our_project_section .modal .modal-body .carousel-control-next i{
	color: #38A1C2!important;
	font-size: 30px;
	padding: 50px 0px 0px 50px;
}
.our_project_section .modal .modal-body .carousel-control-prev i{
	padding: 50px 50px 0px 0px;
}
.our_project_section .modal .modal-body .carousel-control-next i:hover{
 	padding: 50px 0px 0px 50px;
}
.our_project_section .modal .modal-body .carousel-control-prev i:hover{

 	padding: 50px 50px 0px 0px;

}
}
@media(max-width: 768px){
	.our_project_section .carousel .carousel-item .carousel-caption{
	background-color: #ffffff;
	opacity: 1;
	width: 200px;
	padding: 0px 100px 0px 10px!important;
	height: 100%;
	top: 0px;
}
.our_project_section .carousel .carousel-item .carousel-caption .card{
	background-color:  #282828!important;
	width: 300px;
	height: 350px;
	margin-bottom: 25px;
	margin-top: 75px;
}
.our_project_section .carousel-caption .card .carousel_main_heading h5{
	font-size: 20px;
	color: #38A1C2;
	font-weight: bold;
	padding: 0px 20px 0px 20px;
	text-align: left;
	margin-top: 20px;
}
.our_project_section .modal .modal-body .carousel-control-next i{
	padding: 50px 0px 0px 40px;
}
.our_project_section .modal .modal-body .carousel-control-prev i{
	padding: 50px 40px 0px 0px;
}
.our_project_section .modal .modal-body .carousel-control-next i:hover{
 	padding: 50px 0px 0px 40px;
}
.our_project_section .modal .modal-body .carousel-control-prev i:hover{
 	padding: 50px 40px 0px 0px;

}
}
@media(max-width: 600px){
.our_project_section .modal .modal-body .carousel-control{
	display: none;
	}
.our_project_section .modal .modal-body .carousel .carousel-item img{
	width: 100%;
	height: 500px;
	padding: 0px 0px 0px 0px;
}
	.our_project_section .modal .modal-body .carousel .carousel-inner .carousel-indicators i {
	color: #282828;
	padding:0px 10px;
	display: inline-block;
}
.our_project_section .modal .modal-body .carousel.carousel-inner .carousel-indicators .active{
	color: #38A1C2!important;
}
}
@media(max-width: 320px){
.our_project_section .modal .modal-body .carousel .carousel-item .carousel-caption{
	background-color: #ffffff;
	opacity: 1;
	width: 200px;
	padding: 0px 20px 0px 10px!important;
	height: 100%;
	top: 0px;
}
.our_project_section .modal .modal-body .carousel .carousel-item .carousel-caption .card{
	background-color:  #282828!important;
	width: 200px;
	height: 350px;
	margin-bottom: 25px;
	margin-top: 75px;
}
.our_project_section .modal .modal-body .carousel-caption .card .carousel_main_heading h5{
	font-size: 14px;
	color: #38A1C2;
	font-weight: bold;
	padding: 0px 20px 0px 20px;
	text-align: left;
	margin-top: 20px;
}
}
/*<----end Our-Project section---->*/
/*<----Start company Team section---->*/
.company_team_section{
	background-color: #38A1C2;
}
.company_team_section .team_main_heading h5{
	margin-top: 50px;
	font-size: 40px;
	font-weight: bolder;
	text-align: center;
}
.company_team_section .team_main_heading span{
	margin-top: 50px;
	font-size: 40px;
	font-weight: bolder;
	text-align: center;
	color: #FFFFFF;
}
.company_team_section .card{
	margin-top: 50px;
	margin-bottom: 50px;
	border: hidden;
	background-color: #38A1C2;
	text-align: center;
}
.company_team_section .card .worker_photo img{
	width: 50%
}
.company_team_section .card .card-body{
	color: #FFFFFF;
}
.company_team_section .card .card-body .worker_horizontal_line{
	background-color: #FFFFFF
}
/*<----End Company Teamsection---->*/
/*<----Start company Partners section---->*/
.company_partner_section{
	background-image: url('../../assets/img/real_solution_img/background_img/bussiness_partnership.jpg');
	background-size:cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
.company_partner_section .company_partner_main_heading h5{
	font-size: 80px;
	font-weight: bold;
	color: #38A1C2;
	text-transform: capitalize;
	padding: 0px 80px 0px 0px;
}
.company_partner_section .card{
	height: auto;
	border: hidden;
	text-align: justify;
	padding: 50px 50px 50px 50px;
	margin: 50px 0px 50px 0px;
}
.company_partner_section .card .company_partner_main_heading h5{
	font-size: 40px;
	font-weight: bolder;
	color: #38A1C2;
	padding: 0px 0px 0px 20px;
}
.company_partner_section .card .card-body .company_partner_tagline{
	font-size: 16px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	text-align: justify;
	text-decoration-style: wavy;
}
.company_partner_section .card .card-body .company_partner_logos{
	text-align: center;
}
.company_partner_section .card .card-body .company_partner_logos img{
	width: 100%;
	margin-top: 30px;
}
/*<----End company Partners section---->*/
/*<----start company previous work section---->*/
.previous_work_section{
	background-color: #38A1C2;
	width:100%;
	height:250px;
	scroll-behavior: smooth;
    background-blend-mode: overlay;
}
.previous_work_section .previous_work-logo img{
	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;
	scroll-behavior: smooth;
    background-blend-mode: overlay;
}
.previous_work_section .previous_work-logo img{
	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 footer_bg section=========---->*/
.footer_bg_section{
	background-color: #5A6171!important;
	width: 100%;
	margin-top: 75px;
}
.footer_bg_section .footer-service a{
	color: #ffffff;
	line-height: 20px!important;
}
.footer_bg_section .footer-service a:hover{
	color: #38A1C2;
}
/*<----.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 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: 375px){
	.footer_bg_section .footer-logo img{
	background-size: cover;
	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%;
	 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%;
	position: absolute;
  	left: 0px;
 	z-index: -1;
}
.footer_bg_section .footer-logo img{
	background-size: cover;
	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%;
	 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%;
}
.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%;
}
.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----====*/