
html{
scroll-behavior: smooth;
}
body{
    font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size:14px;
	color:#888;
}

#scrollUp {
	bottom: 15px;
	right: 15px;
	padding: 10px 20px;
	background: #E48C3C;
	color: #fff;
	font-size: 25px;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	padding: 0;
	border-radius: 3px;
	box-shadow: 0px 0px 10px #00000026;
}
#scrollUp:hover{
	background:#2C2D3F;
}

.header{
	background-color:#fff;
	position:relative;
}
.header .navbar-collapse{
	padding:0;
}
/* hEADERINNER */
.header .header-inner {
	background:#fff;
	z-index:999;
	width:100%;
	
}

.header .logo {
	margin-top: 18px;
}
.header .navbar {
	background: none;
	box-shadow: none;
	border: none;
	margin: 0;
	height: 0px;
	min-height: 0px;
}
.header .nav li{
	margin-right: 15px;
    float: left;
	position:relative;
}
.header .nav li:last-child{
	margin:0;
}
.header .nav li a {
	color: #2C2D3F;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 25px 12px;
	position: relative;
	display: inline-block;
	position:relative;
}
.header .nav li a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width:0%;
	background: #E48C3C;
	border-radius: 5px 5px 0 0;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .nav li.active a:before{
	opacity:1;
	visibility:visible;
	width: 100%;
}
.header .nav li.active a{
	color:#E48C3C;
}
.header .nav li:hover a:before{
	opacity:1;
	width: 100%;
	visibility:visible;
}
.header .nav li:hover a{
	color:#E48C3C;
}
.header .nav li a i {
	display: inline-block;
	margin-left: 1px;
	font-size: 13px;
}
/* Middle Header */
.header.style2 .header-inner {
	border-top: 1px solid #eee;
}
.header.style2 .logo {
	margin-top:6px;
}
.header .middle-header {
	background: #fff;
	padding: 20px 0px;
}
.header .widget-main{
	float:right;
}
.header.style2 .get-quote {
	margin-top: 0;
}
.header .single-widget {
	position: relative;
	float: left;
	margin-right: 30px;
	padding-left: 55px;
}
.header .single-widget:last-child{
	margin:0;
}
.header .single-widget .logo{
	margin:0;
	padding:0;
	margin-top: 7px;
}


/* Header Sticky */
/* .header.sticky .header-inner{
	position:fixed;
	z-index:999;
	top:0;
	left:0;
	bottom:initial;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	animation: fadeInDown 0.5s both 0.1s;
	box-shadow:0px 0px 13px #00000054;
} */
/*=========================
	End Header CSS
===========================*/

/*===========================
	Start Content Area CSS
=============================*/





/*=============================
	End Feautes CSS
===============================*/

/*=======================
	Start Fun Facts CSS
=========================*/
.fun-facts{
	position:relative;
}
.fun-facts.section{
	padding:120px 0;
}
.fun-facts{
	background:url('img/fun-bg.jpg');
	background-size:cover;
	background-repeat:no-repeat;
}

.fun-facts .single-fun i {
	position: absolute;
	left: 0;
	font-size: 62px;
	color: #fff;
	height: 70px;
	width: 70px;
	line-height: 67px;
	font-size: 28px;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 2px solid #fff;
	border-radius: 0px;
	top: 50%;
	margin-top: -35px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 50%;
}
.fun-facts .single-fun:hover i{
	color: #E48C3C;
	background:#fff;
	border-color:transparent;
}
.fun-facts .single-fun .content {
	padding-left: 80px;
}
.fun-facts .single-fun span {
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	position: relative;
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s eas;
	display: block;
	margin-bottom: 7px;
}
.fun-facts .single-fun p{
	color:#fff;
	font-size:15px;
}
/*===================
	End Fun Facts
=====================*/


.fun-facts-sales{
	position:relative;
}
.fun-facts-sales{
	padding:120px 0;
}
#fun-facts-sales{
	background:url('img/saving-stack-coins-money-with-charts-and-graphs-finance-account-statistics-analytic-research-data-economy-stock-exchange-trading-and-business-concept-free-photo.jpg');
	background-size:cover;
	background-repeat:no-repeat;
}

.fun-facts-sales .single-fun i {
	position: absolute;
	left: 0;
	font-size: 62px;
	color: #fff;
	height: 70px;
	width: 70px;
	line-height: 67px;
	font-size: 28px;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 2px solid #fff;
	border-radius: 0px;
	top: 50%;
	margin-top: -35px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 50%;
}
.fun-facts-sales .single-fun:hover i{
	color: #E48C3C;
	background:#fff;
	border-color:transparent;
}
.fun-facts-sales .single-fun .content {
	padding-left: 80px;
}
.fun-facts-sales.single-fun span {
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	position: relative;
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s eas;
	display: block;
	margin-bottom: 7px;
}
.fun-facts-sales .single-fun p{
	color:#fff;
	font-size:15px;
}

/*=========================
	Srart service CSS
===========================*/
.services .single-service{
	margin:30px 0;
	position:relative;
	padding-left:70px;
}
.services .single-service i{
	font-size:45px;
	color:#E48C3C;
	position:absolute;
	left:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.services .single-service h4{
	text-transform:capitalize;
	margin-bottom:25px;
	color:#2C2D3F;
}
.services .single-service h4 span{
	color:#2C2D3F;
	font-size:20px;
	font-weight:600;
}
.services .single-service h4 span:hover{
	cursor: pointer;
	color: #E48C3C;
}
.services .single-service p{
	color:#868686;
}
/*-- Service Details --*/
.services-details-img {
  margin-bottom: 50px;
}

.services-details-img img {
  width: 100%;
  margin-bottom: 30px;
}
.services-details-img h2 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 16px;
}
.services-details-img P {
  margin-bottom: 20px;
}




.info_section {
	/* padding: 75px 0; */
	background-color: #0a0f43;
	text-align: center;
	color: #fff;
  }
  
  .info_section h4 {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 25px;
  }

  
  .info_section a {
	margin: 0 5px;
	color: #0355cc;
  }
  
  .info_section a i {
	font-size: 18px;
  }
  
  .info_section a:hover {
	color: #ff8a1d;
  }
  
  .info_items a {
	position: relative;
  }
  
  .info_items .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	text-align: center;
  }
  
  .info_items .item .img-box {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	line-height: 80px;
	background-color: #6EB13D;
	color: #ffffff;
  }
  
  .info_items .item .img-box i {
	font-size: 24px;
  }
  
  .info_items .item p {
	margin-top: 25px;
	color: #E48C3C;
	margin-bottom: 0;
  }
  
  .info_items .item:hover .img-box {
	background-color: #ff8a1d;
  }
  
  .info_items {
	position: relative;
  }
  
  .info_items::before {
	content: "";
	position: absolute;
	top: 65px;
	width: 75%;
	height: 1px;
	background-color: #fff;
	left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
  }
  
  .footer_section p {
	margin: 0;
	padding: 25px 0;
	color: #E48C3C;
	text-align: center;
	border-top: 0.8px solid #ffffff;
  }
  
  .footer_section a {
	color: inherit;
  }

  .contact_section .map_container {
	height: 360px;
  }
  
  .contact_section .map_container .map {
	height: 100%;
  }



.email_section {
    text-align: left;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.email_item {
    margin-bottom: 20px;
}

.email_item h5 {
    font-size: 18px;
    color: #0a0f43;
    margin-bottom: 5px;
}

.email_item p {
    font-size: 16px;
    margin: 0;
}

.email_item a {
    color: #0355cc;
    text-decoration: none;
}

.email_item a:hover {
    text-decoration: underline;
}