/*
Theme Name: Property Haat
Theme URI: https://wordpress.org/themes/twentytwenty/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwenty
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

*{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;

}
body{
	overflow-x: hidden;  
}


/* padding-margin-area
padding-margin-area
padding-margin-area */

.padding-top-200px{
	padding-top: 200px;
} 

.padding-bottom-200px{
	padding-bottom: 200px;
}


.padding-top-100px{
	padding-top: 100px;
}

.padding-bottom-100px{
	padding-bottom: 100px;
}

.padding-top-50px{
	padding-top: 50px;
}

.padding-bottom-50px{
	padding-bottom: 50px;
}

.padding-top-25px{
	padding-top: 25px;
}

.padding-bottom-25px{
	padding-bottom: 25px;
}

.sec-bg-color{
	background-color: #26292E;
}

.bg-sec-color{
	background-color: #2F3238;
}

/* .abc{
	background-color: #D3D3D3;
} */

.ex-bg-sec{
	 background-color: #DDE1EA; 
	
	
}

.footer-bg-color{
	background: linear-gradient(90deg, rgba(28,30,30,1) 10%, rgba(85,90,90,1) 76%);
}



/* padding-margin-end
padding-margin-end
padding-margin-end */



/* top-menu-section-start
top-menu-section-start
top-menu-section-start
top-menu-section-start */


.top-menu-bg{
	background-color: #FF0200;
	/* padding:5px 0px; */
}


/* .online-info{
	margin:20px 0px 0px 0px;
	text-align: left;
}

 .online-info a{
	text-decoration: none !important;
	padding:8px 20px;
	background-color: #EADF13;
	margin:0%;
	text-align: cente !important;
	color:#fff;
	font-size: 16px;
}  */

/* navigation-section-area */

.navigation-section-area{
	
}

.navbar{
	padding:0px 0px 0px 0px;
}

.navigation-section-area ul{
	margin:0%;
	padding:0%;
}

.navigation-section-area ul li{
	padding: 0px 2px 0px 45px !important;
	display: block;
	position: relative;
	float: left;
}

.navigation-section-area ul li:last-child{ 
	padding-right:0px;
}

.navigation-section-area ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 500;
	letter-spacing: 0.5px;
	transition: .3s;
	line-height: 40px;
	font-family: 'arial';
}

.navigation-section-area ul li a:hover{
	color:#6EC1E4;
} 
 
.navigation-section-area ul li ul{
	position: absolute;
    width: 180px;
    top:100%;
    left: 0;
    background: #D51F35;
    text-align: left;
    transition: .3s;
    transform-origin: center top;
    z-index: 999;
    box-shadow: 0px 0px 7px -2px #222;
    visibility: hidden;
    opacity: 0;
    padding: 15px 0px;
}

.navigation-section-area ul li:hover ul{
	visibility: visible;
	opacity: 1;
}

.navigation-section-area ul li ul li{
	display: block;
	padding: 8px 0px;
	margin: 0px 15px;
	border-bottom: 1px solid #ddd;
}

/* navigation-section-area */


/* top-menu-section-end
top-menu-section-end
top-menu-section-end
top-menu-section-end */




/* landcore-slid-area-start
landcore-slid-area-start
landcore-slid-area-start */

.landcore-slid-area{

}

.landcore-slid-img-area{
	
}

.landcore-slid-img-area img{
	width: 100%;
}


/* landcore-slid-area-end
landcore-slid-area-end
landcore-slid-area-end */



/* suvasto-section-start
suvasto-section-start
suvasto-section-start */


.whats-app-area{
	background-image: url(./asset/images/home.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 300px 50px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}


.whats-app-area span i{
	color: #ff0909;
	font-size: 60px;
}

.what-text{
	padding-left: 15px;
}

.what-text p{
	color: #ff0000;
	margin:0%;
	font-size: 27px;
	font-weight: 800;
}

.what-text span{
	color: #ff0000;
	margin:0%;
	font-size: 32px;
}



.suvato-text-area{

}

.suvato-text-area h2{
	color:#6DB344;
	font-weight: 700;
	font-size: 41px;
}

.suvato-text-area p{
	font-size: 16px;
	line-height: 25px;
	text-align: justify;
}

.suvas-btn{
	margin:30px 0px 20px 0px;
}

.suvas-btn a{
	text-decoration: none !important;
	text-transform: capitalize;
	color:#fff;
	background-color: #ff0846;
	border: 1px solid #ff0846;
	padding:6px 20px;
	font-size: 16px;
	border-radius: 5px;
}

/* suvasto-section-end
suvasto-section-end
suvasto-section-end */


/* Feture-project-section-start
Feture-project-section-start
Feture-project-section-start */


/* .feture-bg-img{
	background-image: url(./asset/images/feture-bg-img.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.feture-bg-img::before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	background-color: rgb(0, 0,0,0.5);
	height: 100%;
	width: 100%;
} */

.our-properties-area1{
	margin-bottom: 50px;
}

.our-properties-area1 h3{
	color:#6DB344;
	/* padding:20px 0px; */
	/* background-color: #fff; */
	font-weight: 600;
	text-decoration: underline !important;
}

.our-properties-area{
	margin-bottom: 50px;
}

.our-properties-area h3{
	color: #ff0846;
	/* padding:20px 0px; */
	/* background-color: #fff; */
	font-weight: 700;
	font-size: 43px;
}


.modern-area{
	background-color: #F2F2F2;
	border: 2px solid rgb(255 2 0);
	margin-bottom: 15px;
	border-radius: 10px;
	overflow: hidden;
}


.mord-img-area{
	position: relative;
}

.mord-img-area img{
	width: 100%;
}

.modern-text-area{
	padding:15px;
}

.modern-text-area a{
	text-decoration: none !important;
}

.modern-text-area h5{
	color:#16170F;
	font-weight: 600;
	font-size: 19px;
}

.modern-text-area span{
	font-size: 14px;
}

.modern-text-area p{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color:#16170F;
	font-weight: 200;
}

.modern-last-btn{
	padding-top: 5px;
}

.modern-last-btn .details-btn{

}

.modern-last-btn .details-btn a{
	text-decoration: none !important;
	font-size: 14px;
	text-transform: uppercase;
	color: #ff0200;
	border: 1px solid #ff0200;
	padding:5px 20px;
	font-weight: 200;
	border-radius: 5px;
}


.for-sale-area{
	position:absolute;
	content:"";
	top:10px;
	left:30px;
	width: 100%;
	height: auto;
}

.for-sale-area a{
	text-transform: capitalize;
	text-decoration: none !important;
	color:#fff;
	font-size: 15px;
	background-color: #28ABE1;
	padding:3px 20px;
	font-weight: 300;
}

.for-sale-area .rant-right{
	text-transform: capitalize;
	text-decoration: none !important;
	color:#fff;
	font-size: 15px;
	background-color: #00A587;
	padding:3px 20px;
	font-weight: 300;
}


/* Feture-project-section-end
Feture-project-section-end
Feture-project-section-end */

/* brawslisting-section-start
brawslisting-section-start
brawslisting-section-start */



.bg-browse-color{
	background-color: #F5FAFD;
}


.browser-text-area{
	padding:90px 150px;
}


.browser-text-area h1{
	color:#232323;
	font-weight: 700;
	font-size: 45px;
	margin-bottom: 10px;
}

.browser-text-area p{
	font-size: 16px;
	line-height: 25px;
}




.Browse-slid-img-area{
	margin:0px 5px;
} 


.Browse-slid-img-area img{
	width: 100%;
}

.Browse-slid-area{
	padding:0px 10px;
}

.Browse-slid-area .Browse-slid .owl-prev{
	position: absolute;
	left: 0;
	top: 50%;
	background:rgb(112,118,131,0.8) !important;
	height: 50px;
	width: 30px;
	transform: translateY(-50%);
   
	}
	
	.Browse-slid-area .Browse-slid .owl-next{
	  position: absolute;
	right: 0; 
	top: 50%;
	background:rgb(112,118,131,0.8) !important;
	height: 50px;
	width: 30px;
	transform: translateY(-50%);
   
	}
	
	.Browse-slid-area .Browse-slid .owl-prev span, 
	.Browse-slid-area .Browse-slid .owl-next span{
	   font-size: 15px; 
	  color: #fff !important;
	  position: relative;
	  top: -3px;
	} 
  



/* brawslisting-section-end
brawslisting-section-end
brawslisting-section-end */



/* look-section-start
	look-section-start
	look-section-start */


	.bg-look-img{
		background-image:
		 url(./asset/images/lok-bg.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		background-attachment: fixed;
	}

	.bg-look-img::before{
		position:absolute;
		content:"";
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		background-color: rgb(0, 0,0,0.5);
	}

	.look-content-area span{
		color:#fff;
		font-weight: 400;
		font-size: 16px;
	}

	.look-content-area h2{
		color:#fff;
		font-weight: 600;
		margin:20px 0px;
	}

	.look-btn-area{
		margin-top: 25px;
	}

	.look-btn-area a{
		text-decoration: none !important;
		text-transform: capitalize;
		font-size: 16px;
		color:#fff;
		background-color: #6DB344;
		padding:8px 20px;
		margin:0px 5px;

	}

	.look-btn-area .two-brows{
		text-decoration: none !important;
		text-transform: capitalize;
		font-size: 16px;
		color:#fff;
		/* background-color: rgb(70,76,92,0.5); */
		background-color: #006168;
		padding:8px 20px;
		margin:0px 5px;

	}

	/* look-section-end
	look-section-end
	look-section-end */




	/* Contactus-banner-section-start
	Contactus-banner-section-start
	Contactus-banner-section-start */


	.contact-content-area{

	}

	.contact-content-area h1{
		color:#fff;
		font-weight: 500;
		text-transform: capitalize;
		font-size: 50px;
	}

	.page-by-page{
		margin-top: 10px;
	}

	.page-by-page a{
		color:#fff;
		font-size: 20px;
		text-decoration: none;
		text-transform: capitalize;
		padding:0px 5px;
	}

	.page-by-page span{
		color:#fff;
		font-size: 16px;
		font-weight: 600;
	}

	/* .page-by-page a mark{
		background-color: #000;
		color:#fff;
	} */

	/* .Contact-bg-img{
		background-image: url(asset/images/light-bulb-4514505_960_720.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		position: relative;
	}
	
	.Contact-bg-img::before{
		content: "";
		position:absolute;
		height: 100%;
		width: 100%;
		left:0;
		top:0;
		background-color: rgb(0, 0,0,0.7);
	} */

	/* Contactus-banner-section-end
	Contactus-banner-section-end
	Contactus-banner-section-end */







	/* benner-cover-link-section-start
    benner-cover-link-section-start
    benner-cover-link-section-start */

	

	.about-banner img{
		width: 100%;
		height: 350px;
	}

	.about-banner::before{
		position:absolute;
		content:"";
		height: 100%;
		width: 100%;
		left:0;
		top:0;
		background-color: rgb(7 7 7 / 73%);
	}

	.about-banner {
		position: relative;
	}

	.banner-text {
		position: absolute;
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		z-index: 99;
	}

	.banner-text h1 {
		font-size: 55px;
		color: #FF0200;
		font-weight: 600; 
		font-family: 'arial';
	}

	.banner-text h6 {
		font-size: 17px;
		color: #fff;
		font-weight: 500;
	}

	.banner-text h6 a {
		text-decoration: none;
		font-size: 17px;
		color: #fff;
	}

	.banner-text h6 i {
		font-size: 14px;
		margin-left: 7
	px
	;
		margin-right: 7
	px
	;
	}

	.fa-chevron-right:before {
		content: "\f054";
	}


    /* benner-cover-link-section-end
    benner-cover-link-section-end
    benner-cover-link-section-end */


















	/* Getin-touch-section-start
	CGetin-touch-section-start */


	.get-in-area{
		margin:50px 0px 70px 0px;
		text-align: center;
	}

	.get-in-area h2{
		text-transform: capitalize;
		font-weight: 600;
		color:#6DB344;
		margin-bottom: 20px;
	}

	.get-in-area p{
		font-size: 18px;
		line-height: 25px;
		color:#706F74;
	}


	.city-content-area{
		padding:20px;
		box-shadow: 0px 13px 45px 0px rgb(114 114 114 / 16%);
		margin-bottom: 10px;
		height: 200px;
		border:1px solid #CECECE;
	}

	.city-content-area icon{
		margin-top: 5px !important;
	}

	.city-content-area icon i{
		color:#fff;
		height: 40px;
		width: 40px;
		font-size: 20px;
		border-radius: 50%;
		line-height: 38px;
		background-color: rgb(0, 0,0,0.5);
	}

	.city-text-area{
		margin-top: 15px;
	}

	.city-text-area p{
		margin:0%;
		font-size: 16px;
		line-height: 25px;
	}

	.city-content-area1{
		padding:20px;
		box-shadow: 0px 13px 45px 0px rgb(114 114 114 / 16%);
		background-color: #FF0200;
		margin-bottom: 10px;
		height: 200px;
		border:1px solid #CECECE;
	}

	.city-content-area1 icon i{
		color:rgb(0, 0,0,0.5);
		height: 40px;
		width: 40px;
		font-size: 22px;
		border-radius: 50%;
		line-height: 38px;
		background-color:#fff;
	}

	.city-text-area1{
		margin-top: 20px;
	}

	.city-text-area1 p{
		margin:0%;
		font-size: 20px;
		line-height: 25px;
		color:#fff;
	}


	.map-area{
		margin-top: 50px;
	}

	
	.map-group-area .form-group{
		margin:10px 0px;
		
	}
	
	.map-group-area .form-group .clr-cls{
		color:#fff;
	}
	
	.map-group-area .form-control:focus{
		outline: 0;
		box-shadow: none !important;
		background-color: #fff !important;
		border:1px solid #D9D9D9!important; 
	}
	
	.map-group-area .form-group input[type="email"],
	.map-group-area .form-group input[type="text"]{
	  height: 40px;
	  border-radius: 0px;
	  font-size: 13px;
	  background-color: #fff;
	  border: 1px solid #D9D9D9 !important; 
	}
	

	.sent-btn-area{
		margin: 25px 0px 20px 0px;
	}
	
	.sent-btn-area .map-sent{
		background-color: #6DB344; 
		border-color: #6DB344;
		color:#fff;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 14px;
		border-radius: 0%;
	}

	.sent-btn-area1{
		margin: 25px 0px 20px 0px;
	}
	
	.sent-btn-area1 .map-sent{
		background-color: #006168; 
		border-color: #006168;
		color:#fff;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 14px;
		border-radius: 0%;
		border-radius: 5px;
		margin:0px 5px;
	}

	

	
	/* Getin-touch-section-end
	Getin-touch-section-end
	Getin-touch-section-end*/
  

/* land-about-page-css
land-about-page-css
land-about-page-css */


	/* whoweare-section-start
    whoweare-section-start
    whoweare-section-start */


	.we-are-area h2{
		text-align: center !important;
		text-decoration: underline;
		font-weight: 600;
		margin-bottom: 20px;
		color:#6DB344;
	}


	.we-are-area p{
		font-size: 18px;
		line-height: 28px;
	}



    /* whoweare-section-end
    whoweare-section-end
    whoweare-section-end */


	/* vission-section-start */


	.vis-img{
		margin:20px 0px;
	}

	.vis-img img{
		
	}

	.vission-and-mission-area{
		text-align: center;
	}

	.vission-and-mission-area ul{
		margin:0%;
	}

	.vission-and-mission-area ul li{
		list-style: none !important;
		display: inline-block;
		padding:0px 15px;
		border-right: 2px solid #6DB344;
	}

	.vission-and-mission-area ul li:last-child{
		border-right: none !important;
	}

	.vission-and-mission-area ul li h3{
		margin:0%;
		font-weight: 700;
		color:#07074D;
	}

.misson-img-hold{
	margin:30px 0px;
}


	
.container-img {
	position: relative;
	width: 100% !important;
	/* max-width: 400px; */
	

  }
  
  .image {
	display: block;
	width: 100% !important;
	
  }
  
  .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .3s ease;
	background-color: rgb(0,0,0);
  }
  
  .container-img:hover .overlay {
	opacity: 3;
  }

  .overlay-content-area{
	  padding:20px;
	  text-align: center;
	  top: 50px;
	  position:absolute;
  }

  .overlay-content-area a{
	  text-decoration: none !important;
  }

  .overlay-content-area a h5{
	color:#fff;
	font-size: 28px;
}

.overlay-content-area p{
	font-size: 16px;
	line-height: 25px;
	color:#fff;
}

/* .icon {
	color: white;
	font-size: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
  } */




	/* land-about-page-end
	land-about-page-end
	land-about-page-end */





	/* footer-section-start
	footer-section-start
	footer-section-start */ 

	.bg-footer-color{
		background-image: url(./asset/images/UK_town_x1650-1630x845.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}

	.bg-footer-color::before{
		position:absolute;
		content:"";
		height: 100%;
		width: 100%;
		top:0;
		left:0;
		background-color: rgb(0, 0,0,0.9);
	}

	.footer-content-area{

	}

	.footer-content-area h5{
		color:#FAFCFB;
		font-size: 22px;
		font-weight: 600;
	}

	.footer-content-area p{
		color: #ffffff;
		font-size: 16px;
		line-height: 25px;
	}

	.ul-footer{

	}

	.ul-footer ul{
		margin-bottom:15px;
	}

	.ul-footer ul li{
		display: block;
		padding:2px 0px;
		list-style: none !important;
		margin:0%;
	}

	.ul-footer ul li a{
		text-decoration: none !important;
		text-transform: capitalize;
		font-weight: 500;
		font-size: 19px;
		color: #ffffff;
		display: block;
	}


	.sweet-flex-area{
		display: flex;
		justify-content: left;
		flex-direction: row;
	}

	.sweet-flex-area icon i{
		color: #fff;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background-color: #e33729;
		border-radius: 50%;
		text-align: center !important;
		font-size: 19px;
	}

	.sweet-text{
		padding-left: 10px;
	}

	.sweet-text p{
		margin:0%;
		font-size: 19px;
		text-transform: lowercase;
		color: #fff;
	}








	.laste-footer-area{
		border-top: 1px solid #A2ACAD;
		margin-top: 25px;
	}

	.laste-footer-area p{
		color:#A2ACAD;
		font-size: 15px;
		line-height: 25px;
		text-align: center;
		margin-top: 15px;
	}





	.footer-left{
		margin-bottom: 20px;
	}
	
	.footer-left a{
		text-decoration: none;
	
	}
	.footer-left i{
		height: 40px;
		width: 40px;
		line-height: 40px;
		text-align: center;
		background-color: #3C5B9B;
		color: #fff;
		border-radius: 50%;
		margin-right: 4px;
		font-size: 25px;
	}
	.footer-left a:nth-child(2) i{
		background-color: #359BED;
	}
	.footer-left a:nth-child(3) i{
		background-color: #01246f;
	}
	.footer-left a:nth-child(4) i{
		background-color: #FD9F13;
	}
	.footer-left a:nth-child(5) i{
		background-color: #CB2027;
	}
	.footer-left a:nth-child(6) i{
		background-color: #027BA5;
	}
	.footer-left a:nth-child(7) i{
		background-color: #F03434;
	}



	  .resove-area{ 
		  padding:10px 0px;
	  }

	  .resove-area p{
		  margin:0%;
		  color:#A2ACAD;
		  font-size: 18px;
		  font-weight: 600;
		 }

	  .resove-area p a{
		  text-decoration: none !important;
		  color:#EA723D;
	  }


	/* footer-section-end
	footer-section-end
	footer-section-end  */




	  /* sale-page-css-start
	  sale-page-css-start
	  sale-page-css-start */



	  /* Sale-section-start
	  Sale-section-start
	  Sale-section-start */
  
	.web-design-area{
	margin-bottom: 10px;
	}

	.web-design-area img{ 
  	width: 100%;
 
	}

	.web-img{
  	position: relative;
	}

	.web-img::before{
  	position:absolute;
  	content:"";
  	height: 100%;
  	width: 100%;
  	left:0;
  	top:0;
  	background-color: rgba(0,0,0,.5);
	}

	.web-text{
  	position:absolute;
  	content:"";
  	height: auto;
  	width: 100%;
  	top:50%;
  	left:50%;
  	transform: translate(-50%, -50%);
	}
  
	.web-text h3{
		font-weight: 700;
		margin:0%;
	}
  
  
/* Sale-section-end
Sale-section-end
Sale-section-end */


/* 
suvasto-sale-section-start
suvasto-sale-section-start
suvasto-sale-section-start */
  
  .suvasto-sale-text-area{

  }

  .suvasto-sale-text-area h2{
	  color:#6DB344;
	  font-weight: 600;
	  margin-bottom: 25px;
  }
  
  .suvasto-sale-text-area p{
	  font-size: 16px;
	  line-height: 25px;
	  color:#AAA6A3;
  }
  
/* suvasto-sale-section-end
suvasto-sale-section-end
suvasto-sale-section-end */

	  /* sale-page-css-end
	  sale-page-css-end
	  sale-page-css-end */


  	/* details-page-css-start
  	details-page-css-start
	  details-page-css-start */

/* 
	  project-experience-section-start
	  project-experience-section-start
	  project-experience-section-start */

  .details-img-area{

  }

  .details-img-area img{
	  width: 100%;
  }

  .experince-text-area{
	  margin:25px 0px;
  }

  .experince-text-area ul{
	  margin:0%;
  }
  
  .experince-text-area ul li{
	  list-style: none !important; 
	  display: inline-block;
	  padding:0px 10px;
	 
  }

  .experince-text-area ul li i{
	font-size: 18px;
	margin:0%;
  }

  .experince-text-area ul li span{
	font-size: 14px;
	font-weight: 500;
  }

  .experince-text-area h5{
	  margin:25px 0px 15px 0px;
	  font-weight: 600;
	  color:#6DB344;
  }

  .experince-text-area p{
	  font-size: 16px;
	  line-height: 25px;
	  margin:0%;
  }

  .details-link-img{
	border:2px solid #EA723D;
	border-radius: 8px;
	margin-bottom:10px ;
  }

  .details-link-img a {
	text-decoration: none !important;
  }

  .details-link-img a img{
	  width: 100%;
	  border-radius: 8px;
  }
  
  
  
	  /* project-experience-section-end
	  project-experience-section-end
	  project-experience-section-end */


  	.bg-FR-area{
		  padding:30px;
		  background-color: #6DB344;
	  }


	  .dksdfas{

	  }

	  .dksdfas .img-container{
		  display:flex;
		  flex-wrap: wrap;
		  gap:15px;
		  justify-content: left; 
		  padding:10px;
	  }

	  .dksdfas .img-container .image{
		height: 200px !important;
		width: 250px !important;
		border:10px solid #ddd;
		overflow:hidden;
		cursor:pointer;
		display: inline-block !important;
	  }

	  .dksdfas .img-container .image img{
		height: 100%;
		width: 100%;
		object-fit: cover;
		transition: .2s linear;
		
	  }

	  .dksdfas .img-container .image:hover img{
		transform:scale(1.1);
	  }



	  .dksdfas .popup-image{
		position:fixed;
		top:0;
		left:0;
		background-color: rgba(0,0,0,.5);
		height: 100%;
		width: 100%;
		z-index: 100;
		display: none; 
	  }

	  .dksdfas .popup-image span{
		  position:absolute;
		  top:0; 
		  right:10px;
		  font-size: 60px;
		  font-weight: bolder;
		  color:#ffff;
		  cursor:pointer;
		  z-index: 100;
	  }

	  .dksdfas .popup-image img{
		  position:absolute;
		  top:50%;
		  left:50%;
		  transform:translate(-50%, -50%);
		  border:5px solid #ddd;
		  border-radius: 5px;
		  width: 750px;
		  object-fit: cover;
	  }

	  @media (max-width:768px){
		.dksdfas .popup-image img{
			width: 95%;
		}
	  }






/* details-page-css-end
  	details-page-css-end
	  details-page-css-end */
	


	  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 8px;
		padding-left: 8px;
	}


  
/* home-banner-section-start
	home-banner-section-start
	home-banner-section-start */

/* 
.home-bg-img{
	background-image: url(asset/images/Home-code-banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.home-bg-img::before{
	content: "";
	position:absolute;
	height: 100%;
	width: 100%;
	left:0;
	top:0;
	background-color: rgb(0, 0,0,0.7);
}


.home-banner-content{

}

.home-banner-content h2{
	color:#fff !important;
	font-weight: 600;
	font-size: 38px;
	margin-bottom: 20px;
}

.home-banner-content p{
	color:#fff;
	font-size: 16px;
	line-height: 25px;
	text-align: justify;
	padding:0%;
	margin: 0%;
}

.MLM-btn-area{
	margin-top: 30px;
}

.MLM-btn-area a{
	padding:10px 20px;
	color:#fff;
	background-color: #127FBA;
	font-size: 13px;
	text-decoration: none !important;
	text-transform: capitalize;
} */


	/* home-banner-section-end
	home-banner-section-end
	home-banner-section-end */

	/* Gete-start-section-area
	Gete-start-section-area
	Gete-start-section-area */

	/* .gete-start-area{
		display: flex;
		flex-direction: row;
	}

	.gete-start-area h3{
		padding-right: 10px;
		width: 70%;
	} */

	/* Gete-start-section-end
	Gete-start-section-end
	Gete-start-section-end */




	/* helping-section-start
	helping-section-start
	helping-section-start */

/* 
	.helping-start-area{

	}

	.helping-start-area h4{
		font-weight: 600;
		text-transform: capitalize;
		margin-bottom: 25px;
	}

	
.form-group{
	margin:5px 0px;
	
}

.form-group .clr-cls{
	color:#fff;
}

.form-control:focus{
	outline: 0;
	box-shadow: none !important;
	background-color: #fff !important;
	border:1px solid #E64459 !important;
}

.form-group input[type="email"],
.form-group input[type="text"]{
  height: 45px;
  border-radius: 22px;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #E64459 !important;
}

.Demo-btn-area{
	margin:6px 0px 5px 0px;
} 

.Demo-btn-area a{
	display: block;
	width: 100%;
	background-color: #E73147;
	border-color: #E73147;
	padding:12px 0px;
	color:#fff;
	letter-spacing: 2px;
	font-weight: 500;
	text-transform: capitalize;
	border-radius: 22px;
	text-decoration: none !important;
	font-size: 15px;
	text-align: center;
	
}
 */

	/* helping-section-end
	helping-section-end
	helping-section-end */




	/* Software-section-start
	Software-section-start
	Software-section-start */
/* 
	.soft-bg-color{
		background-color: #E30102 !important;
	}

	.softwer-plan-area{
		margin-bottom: 30px;
	}

	.softwer-plan-area h2{
		color:#fff;
		font-weight: 700;
		text-transform: capitalize;
		margin:0%;
	}

	.softwer-plan-area p{
		color:#fff;
		font-size: 25px;
		text-transform: capitalize;
	}


	.binary-bussiness-area{
		background-color: #fff;
		padding:10px;
		border-radius: 3px;
		margin-bottom: 25px;
	}

	.binary-bussiness-area img{
		width: 100px;
	}

	.busses-text{
		margin-top: 15px;
	}

	.busses-text p{
		margin:0%;
		font-size: 16px;
	} */

	/* Software-section-end
	Software-section-end
	Software-section-end */


	/* E-comerc-section-start
	E-comerc-section-start
	E-comerc-section-start */ 

/* 
	.ecomerc-plan-area{

	}

	.ecomerc-plan-area h1{
		font-weight: 800;
		font-size: 40px;
		text-transform: capitalize;
		color:#0A0F53;
	}

	.ecomerc-plan-area h2{
		font-size: 30px;
		font-weight: 600;
		color:#0A0F53;
		text-transform: capitalize;
	}


	.property-feture-area .tab-proparty ul{
		text-align: center !important;
		display: inherit;
	} */
	
	/* .property-feture-area .tab-proparty ul.our-tab{
		text-align: center !important;
		margin-bottom: 30px;
	} */
/* 	
	.property-feture-area .tab-proparty ul.our-tab li{
		display:inline-block;
		padding: 5px 6px;	
	}
	
	.property-feture-area .tab-proparty ul.our-tab li a{
		font-size: 16px;
		text-transform: capitalize;
		padding:8px 10px;
		border-radius: 5px;
		color:#A2ACAD;
		text-decoration: underline;
	}
	
	.tab-proparty .our-tab li a.active{
		background-color: transparent !important;
		border-radius: 0px !important;
		color:#E30102 !important;
	  }

	
	.e-area-around{
		margin-top: 20px;
	}

	.E-comerch-img-area img{
		width: 100%;
	}


	.E-comerch-content-text p{
		text-align: justify;
		font-size: 16px;
		line-height: 25px;
	}

	.chekbox-area{
		padding:0%;
		margin:0%;
		column-count: 2;
	}

	.chekbox-area li{
		font-size: 17px;
		font-weight: 400;
		position: relative;
		margin-bottom: 10px;
		padding-left: 20px;
		list-style: none !important;
	}

	.chekbox-area li::before{
		content: '';
		position: absolute;
		left: 0;
		top: 5px;
		width: 15px;
		height: 15px;
		background: url(asset/images/Red_circle.svg.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}

	.chekbox-area ul li a{
		color:#000;
		text-decoration: none !important;
	}

 */


	/* E-comerc-section-end
	E-comerc-section-end
	E-comerc-section-end */


	/* like-section-start
	like-section-start
	like-section-start */

/* 
	.Likes-bg-img{
		background-image: url(asset/images/UK_town_x1650-1630x845.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		position: relative;
	}
	
	.Likes-bg-img::before{
		content: "";
		position:absolute;
		height: 100%;
		width: 100%;
		left:0;
		top:0;
		background-color: rgb(0, 0,0,0.7);
	}


	.like-content-area h1{
		color:#fff;
		font-weight: 800;
		font-size: 44px;
		margin-bottom: 20px;
	}

	.like-content-area i{
		color:#008EFE;
		font-size: 50px;
		width: 30px;
		height: 30px;
	}

	.like-content-area p{
		color:#fff;
		font-weight: 500;
		font-size: 20px;
		margin-top: 25px;
	} */

	/* like-section-end
	like-section-end
	like-section-end */

	/* Development-section-start
	Development-section-start
	Development-section-start */
/* 
	.development-area{
		
	}

	.development-area h3{
		font-weight: 600;
		color:#03051A;
		text-transform: capitalize;
		
	}


	.de-all-around{
		border:1px solid #ddd;
		margin-top: 30px;
		box-shadow: 0px 13px 45px 0px rgb(114 114 114 / 16%);
	}

	.dbcba .Dev-tab{

	}

	.dbcba .Dev-tab a{
		background-color: #ECECEC !important;
		border-radius: 0%;
		border:1px solid #ddd;
		color:#A2ACAD;
		padding:10px;
	}


	.dbcba .Dev-tab a.active{
		background-color: transparent !important;
		border-radius: 0px !important;
		background-color: #07C3E6 !important;
		color:#fff;
	  }

	.develop-content-area{
		padding:20px 5px;
	}

	.develop-content-area h3{
		font-size: 25px;
		font-weight: 600;
		color:#11110F;
		margin-bottom: 18px;
	}

	.develop-content-area h4{
		font-size: 25px;
		font-weight: 500;
		color:#11110F;
		margin-bottom: 15px;
		margin-top: 20px;
	}

	.develop-content-area p{
		font-size: 15px;
		line-height: 25px;

	}

	.stari-btn{
		margin:5px 0px 10px 0px;

	}

	.stari-btn a{
		padding:8px 20px;
		border-radius: 5px;
		background-color: #07C3E6;
		color:#fff;
		font-size: 14px;
		text-decoration: none !important;
		text-transform: capitalize;

	}


	  .staire-steap-area{
		padding:0%;
		margin:0%;
		column-count: 3;
	}

	.staire-steap-area li{
		font-size: 15px;
		font-weight: 400;
		position: relative;
		margin-bottom: 10px;
		padding-left: 20px;
		list-style: none !important;
	}

	.staire-steap-area li::before{
		content: '';
		position: absolute;
		left: 0;
		top: 5px;
		width: 10px;
		height: 10px;
		background: url(asset/images/Red_circle.svg.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}

	.staire-steap-area ul li a{
		color:#000;
		text-decoration: none !important;
	} */

	/* Development-section-end
	Development-section-end
	Development-section-end */

	/* awared-section-start
	awared-section-start
	awared-section-start */
/* 
	.Award-bg-color{
		background-color: #6BB524;
	}

	.Awared-content-area{

	}

	.Awared-content-area h2{
		color:#fff;
		font-size: 30px;
		font-weight: 700;
		text-transform: capitalize;
	}

	.Awared-content-area h2 span{
		color:#fff;
		font-size: 30px;
		font-weight: normal;
		text-transform: capitalize;
	}

	
	.Awared-content-area p{
		color:#fff;
		font-size: 25px;
		line-height: 30px;
		margin-top: 60px;
		/* margin-bottom: 30px; */
	/* }

	.awerd-carusel-area{
		margin-top: 30px;
	}


	.award-img-area{
		width: 200px !important;
		height: 200px !important;
		margin:0 auto;
	} 

	.award-img-area img{
		width: 100%;
	 */
	/* } */ 

	/* awared-section-end
	awared-section-end
	awared-section-end */

	/* Customar-support-section-start
	Customar-support-section-start
	Customar-support-section-start */
/* 
	.customer-support-area{

	}

	.customer-support-area h2{
		font-size: 30px;
		font-weight: 700;
		text-transform: capitalize;
		color:#0A0F53;
	}

	.customer-support-area h2 span{
		font-size: 30px;
		font-weight: 700;
		text-transform: uppercase;
	}

	
	.customer-support-area h2 span mark{
		background-color: #0188CC;
		color:#fff !important;
	}

	.customer-support-area p span{
		color:#0188CC !important;
		
	}

	.customer-support-area p{
		font-size: 16px;
		line-height: 25px;
		color:#A2ACAD;
		margin-top: 20px;
	}

	.support-important-area{

	}

	.support-important-area ul{

	}

	.support-important-area ul li{
		list-style: none !important;
		display: block;
	}

	.support-important-area ul li a{
		text-decoration: none !important;
		display: block;
		font-size: 15px;
	}

 */
	/* Customar-support-section-end
	Customar-support-section-end
	Customar-support-section-end */




	/* sub-footer-section-start
	sub-footer-section-start
	sub-footer-section-start */

/* 
	.sub-bg-color{
		background-color: #03051A;
	}

	.sub-content-text-area{
		display: flex;
		flex-direction: row;
		
	}

	

	.sub-content-text-area i{
		height: 60px;
		width: 60px;
		color:#CC724F;
		font-size: 50px;
		margin-top: 8px;
	}


	.content-sub-text1 h1{
		color:#fff;
		font-weight: 700;
		font-size: 35px;
		margin:0%;
		display: block;
		line-height: 34px;
	}

	.content-sub-text{
		margin-top: 8px;
	}

	.content-sub-text h4{
		color:#fff;
		font-weight: 700;
		font-size: 25px;
		display: block;
	}

	.content-sub-text p{
		color:#fff;
		font-size: 16px;
		margin:0%;
		display: block;
	} */

	/* sub-footer-section-end
	sub-footer-section-end
	sub-footer-section-end */

	/*footer-area*/

/* .footer-area{
	background-color: #2D2D2D;
	padding: 20px 0px;
  } */


  /* .footer p{
	color: #fff;
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 10px;
  }
  .footer p a{
	color: #D11820;
	text-decoration: none;
	font-weight: 600;
  } */
  
  /*footer-area*/











	/* About-section-start
	About-section-start
	About-section-start */
/* 
	.about-content-area{

	}

	.about-content-area h3{
		font-size: 30px;
		font-weight: 600;
		color:#222220;
	}

	.about-content-area h3 span{
		font-size: 30px;
		font-weight: 600;
		color:#94040D;
	}

	.about-content-area p{
		font-size: 16px;
		line-height: 25px;
		text-align: justify;
	}

	.about-content-image{
		border-top: 2px solid #C3C3C3;
		border-right: 2px solid #C3C3C3;
	}

	.about-content-image img{
		width: 100%;
	}

	.about-content-image p{
		font-size: 16px;
		line-height: 25px;
		color:#C877C7;
		margin:0%;
	}

	.hand-area-content{
		background-color: #F1F1F1;
		padding:10px;
		border-left: 4px solid #0552C6;
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.hand-area-content h4{
		font-weight: 600;
	}

	.hand-area-content ul{
		margin:0%;
	}

	.hand-area-content ul li{
		list-style: none !important;
		display: block;
		padding:1px 0px;
	}

	.hand-area-content ul li i{
		color:#0552C6;
		font-size: 18px;
	}

	.hand-area-content ul li a{
		text-decoration: none !important;
		text-transform: capitalize;
		font-size: 16px;
		color:#000;
		font-weight: 600;
	}
 */
	/* About-section-end
	About-section-end
	About-section-end */



	/* About-mission-start
    About-mission-start
    About-mission-start */
/* 
	.mission-bg-color{
		background-color: #F4F4F4;
	}

	.mision-content-area h1{
		font-size: 40px;
		font-weight: 700;
		color:#204D77;
		text-transform: capitalize;
	}

	.mision-content-area p{
		font-size: 16px;
		line-height: 25px;
		color:#426B89;
		text-align: left;
	}

	.other-area{
		margin-top: 50px;
	}

	.other-content-area{
		margin-bottom: 20px;
	}

	.other-content-area h1{
		font-size: 40px;
		font-weight: 700;
		color:#28537D;
	}

	.other-content-area p{
		font-size: 16px;
		line-height: 25px;
		margin:0%;
		color:#000;
		font-weight: 500;
	}
 */
    /* About-mission-end
    About-mission-end
    About-mission-end */

	/* Demo-section-start
	Demo-section-start
	Demo-section-start */
/* 
	.Demo-content-area{

	}

	.Demo-content-area h1{
		font-size: 40px;
		font-weight: 700;
		color:#2F4052;
		text-align: center;
	}

	.Demo-content-area h6{
		text-align: center;
		font-size: 16px;
		line-height: 25px;
	}

	.Demo-content-area p{
		font-size: 16px;
		line-height: 25px;
	}


	.Demo-content-image img{
		width: 100%;
	}
 */
	/* Demo-section-end
	Demo-section-end
	Demo-section-end  */



	/* Basic-section-start
    Basic-section-start
    Basic-section-start */

	/* .basic-content-area{

	}

	.basic-bg-color{
		background-color: #1A1A1A;
	}

	.basic-content-area h2{
		color:#fff;
		font-size: 35px;
		text-transform: capitalize;
	}

	.basic-content-area h2 .del-color{
		color:#FF6C02;
		font-weight: 900;
	}

	.basic-content-area h2 span{
		color:#6CC511;
		font-weight: 900;
	}

	.basic-content-area p{
		font-size: 16px;
		font-weight: 600;
		line-height: 25px;
		color:#fff;
	}

	.basic-content-area p span{
		color:#FDE500;
	}

	.basic-content-area h6{
		color:#FDE500;
		font-size: 20px;
		line-height: 25px;
		font-weight: 600;
	} */

    /* Basic-section-end
    Basic-section-end
    Basic-section-end */

	/* live-section-start
    live-section-start
    live-section-start */

	/* .live-softer-area{
		margin-bottom: 50px;
	}

	.live-softer-area h1{
		font-size: 40px;
		font-weight: 700;
		color:#303D4E;
	}

	.Screenshort-content-area{
		margin-bottom: 20px;
	}

	.Screenshort-content-area .fixed-img-area{
		width: 200px !important;
		height: 200px;
		margin:0 auto;
	}

	.Screenshort-content-area .fixed-img-area img{
		width: 100%;
	}

	.screen-text{
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}

	.screen-text p{
		font-size: 18px;
		line-height: 25px;
		padding:0%;
		margin:0%;
		text-transform: capitalize;
		font-weight: 500;
		margin-bottom: 10px;
	}
 */


	/* live-section-end
    live-section-end
    live-section-end */

	/* video-section-start
    video-section-start
    video-section-start */

/* 
	.request-mlm-area h4,
	.video-title h4{
		font-size: 25px;
		font-weight: 700;
		color:#303948;
		text-transform: capitalize;
	}


	.endicate{
		text-align: right;
	}

	.endicate p{
		font-size: 14px;
		margin:0%;
		padding: 0%;
	}

	.MLM-soft-requere .form-group{
		margin:5px 0px;
		
	}

	.MLM-soft-requere .form-group label{
		font-size: 14px;
	}
	
	.MLM-soft-requere .form-group .clr-cls{
		color:#fff;
	}
	
	.MLM-soft-requere .form-control:focus{
		outline: 0;
		box-shadow: none !important;
		background-color: #fff !important;
		border:1px solid #D9D9D9!important;
	}
	
	.MLM-soft-requere .form-group input[type="email"],
	.MLM-soft-requere .form-group input[type="text"]{
	  height: 40px;
	  border-radius: 3px;
	  font-size: 13px;
	  background-color: #fff;
	  border: 1px solid #D9D9D9 !important;
	}

	.subscrip-btn{
		margin:25px 0px 15px 0px;
	}

	.subscrip-btn a{
		padding:6px 20px;
		color:#fff;
		background-color: #AAAAAA;
		font-size: 12px;
		text-decoration: none;
		border-radius: 3px;
	}
 */
    /* video-section-end
    video-section-end
    video-section-end */

	/* Binary-section-start
	Binary-section-start
	Binary-section-start */

	/* .Binary-content-area{

	}

	.Binary-content-area h1{

	}

	.Binary-content-area p{
		font-size: 16px;
		line-height: 25px;
	}

	.rg-btn-area{
		margin:25px 0px;
	}

	.rg-btn-area a{
		text-decoration: none !important;
		text-transform: capitalize;
		padding:8px 20px;
		color:#fff;
		background-color: #6899FF;
		font-size: 14px;
		border-radius: 5px;
		margin:0px 10px 0px 0px;
	} */

	/* Binary-section-end
	Binary-section-end
	Binary-section-end */



	/* soft-section-start
    soft-section-start
    soft-section-start */

	/* .softwer-content-area{

	}

	.softwer-content-area p{
		font-size: 18px;
		line-height: 25px;
		padding:0%;
		color:#A3ACA9;
	}

	.softwer-content-area p span{
		color:#4C5154;
		font-weight: 600;
	}

	.soft-bg-color1{
		background-color: #F6F6F8;
	} */

	/* soft-section-end
    soft-section-end
    soft-section-end */




	/* income-section-start
    income-section-start
    income-section-start  */
/* 
	.income-bg-img{
		background-image: url(asset/images/77.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		position: relative;
	}
	
	.income-bg-img::before{
		content: "";
		position:absolute;
		height: 100%;
		width: 100%;
		left:0;
		top:0;
		background-color: rgba(41, 41, 41, 0.7);
	}

	.incom-head-area h2{
		color:#fff;
		font-size: 25px;
		text-transform: capitalize;
		font-weight: 500;
	}

	.matching-area{
		margin-top: 30px;
	}

	.incom-content-area{
		display: flex;
		flex-direction: row;
		margin:0px 0px 25px 0px;
	}

	.incom-content-area span{
		padding-right: 10px;
	}

	.incom-content-area span i{
		width: 40px !important;
		height: 40px;
		background-color: #222222;
		border-radius: 50%;
		line-height: 40px;
		color:#fff;
		text-align: center;
	}

	.incom-content-area span .gree{
		width: 40px !important;
		height: 40px;
		background-color: #67BF11;
		border-radius: 50%;
		line-height: 40px;
		color:#fff;
		text-align: center;
	}

	.income-text p{
		color:#fff;
		margin:0%;
		padding: 0%;
		font-size: 16px;
		margin-top: 7px;
	} */


	/* income-section-end
    income-section-end
    income-section-end */

	/* multi-section-start
    multi-section-start
    multi-section-start */

	/* .multi-content-area{

	}

	.multi-content-area p{
		font-size: 16px;
		line-height: 25px;
		color:#555555;
		margin-top: 30px;
	}

	.multi-content-area span{
		font-size: 16px;
		line-height: 25px;
		color:#D11D38;
		margin-bottom: 5px;
		font-weight: 700;
	}

	.multi-content-area h2{
		color:#101113;
		margin-bottom: 20px;
		font-size: 30px;
		font-weight: 600;
	}

	.border{
		width: 100px;
	}

	.multi-box-area{
		padding:0%;
		margin:0%;
		column-count: 2;
	}

	.multi-box-area li{
		font-size: 14px;
		font-weight: 400;
		position: relative;
		margin-bottom: 10px;
		padding-left: 20px;
		list-style: none !important;
	}

	.multi-box-area li::before{
		content: '';
		position: absolute;
		left: 0;
		top: 5px;
		width: 15px;
		height: 15px;
		background: url(asset/images/icon-whylist.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-color: #E63046;
		border-radius: 1px;
	}

	.multi-box-area ul li a{
		color:#000;
		text-decoration: none !important;
	}
 */

    /* multi-section-end
    multi-section-end
    multi-section-end */

	/* left-img-section-start
    left-img-section-start
    left-img-section-start */

/* 
	.left-bg-img{
		background-image: url(asset/images/88.jpeg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
	} 

	.right-content-area{
		background-color: #E63046;
		padding:20px;
	}

	.right-content-area h2{
		color:#fff;
		padding:30px 0px 20px 0px;
		font-size: 25px;
		font-weight: 700;
	}

	.right-content-area p{
		color:#fff;
		font-size: 16px;
		line-height: 25px;
	}

	.cal-btn{
		margin:20px 0px;
	}

	.cal-btn a{
		padding:8px 20px;
		background-color: #2F3035;
		color:#fff;
		font-size: 14px;
		text-transform: capitalize;
		text-decoration: none !important;
		border-radius: 5px;
	} */

    /* left-img-section-end
    left-img-section-end
    left-img-section-end */


/* 	
.our-website .owl-prev{
	position: absolute;
	left: 0;
	top: 50%;
	background:#535353 !important; 
	height: 30px;
	width: 30px;
	transform: translateY(-50%);
	}
	
	.our-website .owl-next{
	  position: absolute;
	right: 0; 
	top: 50%;
	background:#535353 !important; 
	height: 30px;
	width: 30px;
	transform: translateY(-50%);
	}
	
	.our-website .owl-prev span, 
	.our-website .owl-next span{
	   font-size: 15px; 
	  color: #fff !important;
	  position: relative;
	  top: -3px;
	}
	
	.our-website .owl-dots{
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	}
	
	.our-website .owl-dot{
	height: 15px;
	width: 15px;
	background: #535353 !important;
	margin-right: 3px;
	border-radius: 50%;
	}
	
	.our-website .owl-dots .active{
	  background: #fff !important;
	}
 */
 
/*fixed-btn-start*/

.fixed-btn a{
	text-decoration: none;
}
.fixed-btn i{
	background-color: #484C4C;
	height: 40px;
	width: 40px;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	border-radius: 8px 0px 8px 0px;
	position: fixed;
	top: 500px;
	right: 20px;
	z-index: 999;
}

/*fixed-btn-end*/
.main-logo img{
	width: 220px;
}
.divhead h1{
	text-align: center;
	color: #ff0200;
	font-weight: 900;
	margin: 12px -2px;
}
.fproject{
	background: #e8e8e8;
}