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;
}
.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 about_us_main_content section---->*/
.about_us_main_content_section{
	background-color: #E6E6E6;
}
.about_us_main_content_section .main_heading h5{
	margin-top: 50px;
	font-weight: bold;
	font-size: 40px;
	color: #1E4458;
}
.about_us_main_content_section .heading_tagline p{
	font-size: 16px;
}
.about_us_main_content_section .about_us_main_heading h5{
	font-size: 25px;
	text-transform: uppercase;
	color: #1E4458;
	font-weight: bold;
}
.about_us_main_content_section .aboutus_info{
	font-size: 16px;
	text-align: justify;
	margin-bottom: 50px;
}
.about_us_main_content_section .mission_info{
	font-size: 22px;
	text-align: justify;
	color: #ffffff;
	text-align: center;
}
@media(max-width: 1200px){
	.about_us_main_content_section .about_us_main_heading h5{
	font-size: 25px;
	text-transform: uppercase;
	color: #1E4458;
	font-weight: bold;
}

}
@media(max-width: 768px){
	.about_us_main_content_section .about_us_main_heading{
	text-align: center;
	}
	.about_us_main_content_section .main_heading h5{
	margin-top: 50px;
	font-weight: bold;
	font-size: 30px;
	color: #1E4458;
	text-align: center;
}
.about_us_main_content_section .heading_tagline p{
	font-size: 16px;
	text-align: center;
}
}
/*<----end about_us_main_content section---->*/
/*<----start mission section---->*/
.mission_section{
	background-image: url('../../assets/img/real_solution_img/background_img/our_mission.JPG');
	background-size:cover;
	width: 100%;
}
.mission_section .container{
		padding: 0px 0px 50px 0px;
	}
.mission_section .mission_heading h5{
	margin-top: 75px;
	font-size: 50px;
	color: #ffffff;
	font-weight: bold;
}
.mission_section .mission_info{
	font-size: 24px;
	color: #ffffff;
}
@media(max-width: 768px){
	.mission_section .mission_heading h5{
	margin-top: 50px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.mission_section .mission_info{
	font-size: 16px;
	color: #ffffff;
}
}
@media(max-width: 420px){
	.mission_section .mission_heading h5{
	margin-top: 50px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
}
	.mission_section .mission_info{
	font-size: 12px;
	color: #ffffff;
}
}
/*<----end mission section---->*/
/*<----start different section---->*/
.different_section{
	margin-top: 50px;
}
.different_section .different_main_head img{
    background-size:cover;
	width: 100%;
	height: 100%;
}
.different_section .different_mian_heading h5{
	margin-top: 50px;
	font-size: 40px;
	text-transform: capitalize;
	color: #333E49;
	font-weight: bold;
}
.different_section .different_info .media i{
	font-size: 30px;
	width: 50px;
	color: #38A1C2;
}
.different_section .different_info .media .media-body h5{
	font-size: 18px;
	font-weight: bold;
	color: #333E49;
	padding: 0px 0px 0px 50px;
	text-align: justify!important;
	margin-top: 10px;
}
.different_section .different_img img{
	width: 100%;
	height: 100%;
}
@media(max-width: 1200px){
	.first_different{
		display: none;
	}
}
@media(max-width: 3000px){
.different_section .second_different{
	display: none;
}
}
@media(max-width: 1200px){
.different_section .second_different{
	display: inline-flex;
}
}
/*<----end different section---->*/
/*<----start our_vision section---->*/
.our_vision_section{
	background-image: url('../../assets/img/real_solution_img/background_img/our_vision.JPG');
	background-size:cover;
	width: 100%;
	height: 300px;
}
.our_vision_section .our-vision_heading h5{
	margin-top: 50px;
	font-size: 50px;
	color: #ffffff;
	font-weight: bold;
}
.our_vision_section .our_vision_info{
	margin-top: 40px;
	font-size: 24px;
	color: #ffffff;
}
@media(max-width: 768px){
	.our_vision_section .our_vision_info{
	margin-top: 40px;
	font-size: 16px;
	color: #ffffff;
}
}
@media(max-width: 420px){
	.our_vision_section .our-vision_heading h5{
	margin-top: 50px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
}
	.our_vision_section .our_vision_info{
	margin-top: 40px;
	font-size: 12px;
	color: #ffffff;
}
}
/*<----end our_vision section---->*/
/*<----start our_team section---->*/
.our_team_section{
	margin-top: 50px;
}
.our_team_section .team_main_heading{
	padding: 0px 50px 0px 50px;
}
.our_team_section .our_team_heading h5{
	font-size: 40px;
	font-weight: bold;
	color: #37384C;
	text-transform: capitalize;
}
.our_team_section .our_team_heading .team_horizontal_line {
	width: 50px;
	height: 10px;
	background-color: #38A1C2;
}
.our_team_section .team_member{
	padding: 0px 50px 0px 50px;
}
.our_team_section .card{
	border: hidden;
	height: 250px;
	text-align: center;
}
.our_team_section .card .team_logo img{
	width: 100%;
	height: 200px;
}
.our_team_section .card .card-body .user_name h5{
	font-size: 18px;
	color: #37384C;
	font-weight: bold;
}
@media(max-width: 1200px){
	.our_team_section .team_main_heading{
	padding: 0px 20px 0px 20px;
}
.our_team_section .team_member{
	padding: 0px 10px 0px 10px;
}
.our_team_section .card .team_logo img{
	width: 100%;
	height: 150px;
}
}
@media(max-width: 1000px){
	.our_team_section .team_main_heading{
	padding: 0px 20px 0px 20px;
}
.our_team_section .team_member{
	padding: 0px 10px 0px 10px;
}
.our_team_section .card .team_logo img{
    background-size:cover;
	width: 100%;
	height: 150px;
}
}
@media(max-width: 768px){
	.our_team_section .team_main_heading{
	padding: 0px 10px 0px 10px;
}
.our_team_section .team_member{
	padding: 0px 5px 0px 5px;
}
.our_team_section .card .team_logo img{
	width: 100%;
	height: 100px;
}
.our_team_section .card .card-body .user_name h5{
	font-size: 16px;
	color: #37384C;
	font-weight: bold;
}
}
@media(max-width: 650px){
	.our_team_section .team_main_heading{
	padding: 0px 10px 0px 10px;
}
.our_team_section .team_member{
	padding: 0px 5px 0px 5px;
}
.our_team_section .card .team_logo img{
	width: 100%;
	height: 150px;
}
.our_team_section .card .card-body .user_name h5{
	font-size: 16px;
	color: #37384C;
	font-weight: bold;
}
}
@media(max-width: 420px){
	.our_team_section .team_main_heading{
	padding: 0px 30px 0px 30px;
}
.our_team_section .team_member{
	padding: 0px 01px 0px 01px;
}
.our_team_section .card .team_logo img{
    background-size:cover;
	width: 100%;
	height: 150px;
}
.our_team_section .card .card-body .user_name h5{
	font-size: 14px;
	color: #37384C;
	font-weight: bold;
}
}
@media(max-width: 320px){
	.our_team_section .team_main_heading{
	padding: 0px 30px 0px 30px;
}
.our_team_section .team_member{
	padding: 0px 01px 0px 01px;
}
.our_team_section .card .team_logo img{
	width: 100%;
	height: 100px;
}
.our_team_section .card .card-body .user_name h5{
	font-size: 14px;
	color: #37384C;
	font-weight: bold;
}
}
/*<----end our_team section---->*/
/*<----Strat associate_advisory section---->*/
.associate_advisory_section{
	margin-top: 100px;
}
.associate_advisory_section .associate_heading h5{
	font-size: 30px;
	text-transform: capitalize;
	color: #1E4458;
	font-weight: bold;
}
.associate_advisory_section .associate_info{
	margin-top: 60px;
	-webkit-box-shadow: 0px 0px 0px 6px rgba(189,183,189,1);
	-moz-box-shadow: 0px 0px 0px 6px rgba(189,183,189,1);
	box-shadow: 0px 0px 0px 6px rgba(189,183,189,1);
	padding: 0px 30px 0px 30px;
}
.associate_advisory_section .associate_logo{
	background-size:cover;
	background-color: #ffffff;
	align-items: center;
	text-align: center;
	margin-top: 20px;
	height: 100px;
	-webkit-box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.75);
	margin-bottom: 20px;
}
.associate_advisory_section .associate_logo img{
	background-size:cover;
	align-items: center;
	text-align: center;
	margin-top: 25px;	
	height: 40px;	
}
.associate_advisory_section .advisory_heading h5{
	font-size: 30px;
	text-transform: capitalize;
	color: #1E4458;
	font-weight: bold;
}
.associate_advisory_section .carousel .carousel-item .advisory_logo img{
	width: 100%;
	height: 130px!important;
	-webkit-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.75);
} 
.associate_advisory_section .carousel .carousel-item{
	margin-top: 50px;
	padding: 0px 50px 0px 50px;
}
.associate_advisory_section .carousel .carousel-item .advisory_user_name h5{
	font-size: 13px!important;
	font-weight: bold;
	margin-top: 20px;
}
.associate_advisory_section .carousel .carousel-item .advisory_user_caption{
	font-size: 12px!important;
}
@media(max-width: 1000px){
	.associate_advisory_section .associate_logo{
	background-size:cover;
	background-color: #ffffff;
	align-items: center;
	text-align: center;
	margin-top: 20px;
	height: 80px;
	-webkit-box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.75);
	margin-bottom: 20px;
}
.associate_advisory_section .associate_logo img{
	background-size:cover;
	align-items: center;
	text-align: center;
	margin-top: 25px;	
	width: 50%;
}
	.associate_advisory_section .carousel .carousel-item .advisory_logo img{
	 background-size:cover;
	width: 100%;
	height: 75px!important;
	-webkit-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.75);
} 
.associate_advisory_section .carousel .carousel-item .advisory_user_name h5{
	font-size: 11px!important;
	font-weight: bold;
	margin-top: 20px;
}
.associate_advisory_section .carousel .carousel-item .advisory_user_caption{
	font-size: 11px!important;
}
}
@media(max-width: 768px){
	.associate_advisory_section .company_assocate{
		padding: 0px 20px 0px 20px;
}
.associate_advisory_section .advisory_heading h5{
	font-size: 30px;
	margin-top: 50px;
	text-transform: capitalize;
	color: #1E4458;
	font-weight: bold;
}
.associate_advisory_section .carousel .carousel-item .advisory_logo img{
    background-size:cover;
	width: 100%;
	height: 75px!important;
	-webkit-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.75);
} 
.associate_advisory_section .carousel .carousel-item .advisory_user_name h5{
	font-size: 12px!important;
	font-weight: bold;
	margin-top: 20px;
}
}
@media(max-width: 600px){
	.associate_advisory_section .company_assocate{
		padding: 0px 20px 0px 20px;
}
.associate_advisory_section .advisory_heading h5{
	font-size: 30px;
	margin-top: 50px;
	text-transform: capitalize;
	color: #1E4458;
	font-weight: bold;
}
.associate_advisory_section .carousel .carousel-item .advisory_logo img{
    background-size:cover;
	width: 100%;
	height: 100px!important;
	-webkit-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.75);
} 
.associate_advisory_section .carousel .carousel-item .advisory_user_name h5{
	font-size: 12px!important;
	font-weight: bold;
	margin-top: 20px;
}
}
@media(max-width: 420px){
	.associate_advisory_section .company_assocate{
		padding: 0px 20px 0px 20px;
}
.associate_advisory_section .advisory_heading h5{
	font-size: 30px;
	margin-top: 50px;
	text-transform: capitalize;
	color: #1E4458;
	font-weight: bold;
}
.associate_advisory_section .carousel .carousel-item .advisory_logo img{
    background-size:cover;
	width: 100%;
	height: 50px!important;
	-webkit-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.75);
} 
.associate_advisory_section .carousel .carousel-item .advisory_user_name h5{
	font-size: 12px!important;
	font-weight: bold;
	margin-top: 20px;
}
}
@media(max-width: 320px){
	.associate_advisory_section .company_assocate{
		padding: 0px 20px 0px 20px;
}
.associate_advisory_section .advisory_heading h5{
	font-size: 30px;
	margin-top: 50px;
	text-transform: capitalize;
	color: #1E4458;
	font-weight: bold;
}
.associate_advisory_section .carousel .carousel-item .advisory_logo img{
    background-size:cover;
	width: 100%;
	height: 30px!important;
	-webkit-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.75);
} 
.associate_advisory_section .carousel .carousel-item .advisory_user_name h5{
	font-size: 10px!important;
	font-weight: bold;
	margin-top: 20px;
}
}
/*<----end associate_advisory 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----====*/