*{
	box-sizing: border-box;
}

body{
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	right: 0;
	font-size: 16px;
	font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

a{
	text-decoration: none;
}
p{
	font-size: 16px;
	color: #444444;
	line-height: 2;
}
button{
	padding: 5px 10px;
	font-size: 18px;
	border-radius: 5px;
	border: 1px #ffffff solid;
	color: white;
	background:none ;
	cursor: pointer;
}
button.button_1{
  height: 38px;
  width: 130px;
	border: 1px white solid;
  margin: 0;
  color: white;
  font-weight: bold;
	text-align: center;
	border-radius: 20px;
}
a img:hover{
	opacity: .5;
	transition: .6;
}
button.button_1:hover{
	background:  #0056a3;
	color: white;
}
/*Top Header */
header{
	position: fixed;
	z-index: 20000;
	width: 100%;
	top: 0;
	margin: 0;
	padding: 0;
}
header .head{
	background: #000054;
}
/*End Header */

/*Logo Header */

header nav .logo img{
	width: 15%;
	float: left;
	margin-top: 10px;
}
header nav .logo span img{
	width: 15%;
	float: left;
	margin-top: 10px;
	display: none;
}
/*End Logo Header */

/*Sticky */
.sticky{
    position: fixed;
    top: 0;
	background-color: #00012c;
    left: 0;
    width: 100%
}

header nav{
	position: relative;
  font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
  width: 100%;
  margin:0;
  height: 70px;
  padding: 0px 20px;
  z-index: 100;
}
header nav ul{
	list-style: none;
	margin-top: 0;
	padding: 0;
	float: right;
	transition: 1s;
}

header nav ul li{
  display: inline-block;
  padding:5px 7px;
	line-height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header nav ul li a{
	width: 100%;
  text-decoration: none;
  color: #fff;
  margin: 0px;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.menu  i{
	font-size: 20px;
	color: #fff;
	margin-top: 10px;
	margin-right: 10px;
}
header nav ul li span{
background:  #015dae;
padding: 15px 15px;
}
header nav ul li span a{
color: #fff;
}
header nav ul li span a:hover{
	color: yellow;
	border: none;
}


header nav ul li a:hover{
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
	color: #015dae;
}
header nav ul li:hover{
border-bottom: 3px #015dae solid;
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px);
}

header nav ul li a.active{
	color: #59b2ff;
}

header nav ul ul{
  position: absolute;
  width: 200px;
  background:#000269;
  margin-top: 12px;
  margin-left: -13px;
  text-align: left;
  display: none;
}


.no-wrap {
  background: #00012c;
}

header nav ul li span{
  font-weight: bold;
  color: yellow;
  text-transform: uppercase;
}

header nav ul ul li{
  display: block;
}
header nav ul li:hover > UL{
    display: block;
      z-index: 10000;
}

.menu-icon{
	float: right;
  padding: 15px 20px;
  text-align: right;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
  display:none ;
}
.menu-icon p a{
  font-size: 30px;
	color: #fff;
}

/*

/* start home */

/*FlexSlider */
#FlexSlider{
  margin: 0;
  padding: 0;
  top: 0;
}
  .slider1 .flex-caption {
    width: 50%;
    padding:90px;
	float: left;
    left: 0;
	z-index: 7;
    bottom: 0;
	margin-top: 5%;
    margin-bottom: 0%;
    text-align: left;
    line-height: 1;
    margin-left: 0px;
  }


.slider1  .flex-caption .fcp{
  float: left;
  width: 100%;
	line-height: 1.5;
  color: #ffffff;
  font-size: 35px;
  text-transform: uppercase;

}
.slider1  .flex-caption h3{
	float: left;
	  line-height: 1.5;
	color: #ffffff;
	font-size: 35px;
	text-transform: uppercase;
  
  }

.slider1  .flex-caption ul{
	  line-height: 1.5;
	  font-weight: 400;
	color: #ffffff;
	font-size: 35px;
	text-transform: uppercase;
  
  }
  .slider1  .flex-caption ul li{
	list-style:circle;
  }
.slider1  .flex-caption p{
  color:white;
  width: 100%;
  float: left;
  font-size: 18px;
	line-height: 30px;
	  z-index: 4;
}
.slider1  .flex-caption span{
	margin-left: 10px;
	margin-right: 10px;
	color: #ffffff;
}
.slider1  .flex-caption button{
	margin-top: 20px;
	float: left;
}
.slider1  .flex-caption button a{
color: white;
}

.slider1  .flex-caption button:hover{
  color:  #1487ed;
	transition: .2s;
	background: #fff;
	font-size: 20px;
  border: 2px #1487ed solid;
}
.slider1  .flex-caption button a i{
color: white;
}



#demo {
margin-top: -130px;
float: left;
width: 100%;
}
.indicator{
	position: relative;
	width: 30px;
	height: 30px;
	transform: rotate(45deg);
	z-index: 5000;
	left: 50%;
}
.indicator span{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	border: none;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	animation: animate 1s linear infinite;
}
.indicator span:nth-child(1){
	top: -30px;
	left: -30px;
	animation-delay: 0s;
}
.indicator span:nth-child(2){
	top: -15px;
	left: -15px;
	animation-delay: 0.2s;
}
.indicator span:nth-child(3){
	top: 0px;
	left: 0px;
	animation-delay: 0.4s;
}
 @keyframes animate {
 	0%{
		border-color: #ffffff;
		transform: translate(0,0);
	}
	100%{
		border-color: #fff;
		transform: translate(15px,15px);
	}
 }
/*==================
 REQUEST  Start
====================*/
.fixed_request {
	padding: 5px;
  bottom: 0;
	float: left;
}
.fixed_request a{
	z-index: 250;
	background: green;
	color: white;
	border-radius: 50%;
	position:fixed;
	padding: 2px 8px;
	top:50%;
	transform: rotate(0deg);
  font-size: 25px;
}
.fixed_request a:hover{
color: green;
background: white;
}
/*==================
 REQUEST  END
====================*/
/*==================
 breadcrumb start
====================*/

#mu-page-breadcrumb {
		margin: 0;
		padding: 0;
		float: left;
		width: 100%;
		margin-top:  0%;
}
#mu-page-breadcrumb .mu-page-breadcrumb-area{
 background-color: #004480;
	padding: 40px 0;
	color: white;
	width: 100%;
	float: left;
}


.mu-page-breadcrumb-area li {
	margin-top: 50px;
  display: inline-block;
  color: rgb(255, 255, 255);
  margin-left: 20px;
}
.mu-page-breadcrumb-area li a {
  color: #00deff;
}

.mu-page-breadcrumb-area li a:hover{
  color:#ffffff;
}


/*==================
 breadcrumb  END
====================*/

/*about */
#about{
  margin-top: 50px;
  margin-bottom: 100px;
  padding: 0px 120px;
  margin: 0;
float: left;
width: 100%;
}
    #about img{
      width: 40%;
      float: left;
      padding: 0px;
	  border-radius: 30px;
	  margin-top: 0px;
}
	#about h1{
		color: #015dae;
		font-size:25px;
		font-weight: 600;
		text-transform: uppercase;
		text-align: center;
	}

	#about .full-content{
		width:60%;
		float: left;
		margin-top: 0px;
		margin-bottom: 10px;
		padding: 10px 30px;
		box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
	}

	#about h2{
		font-size: 35px;
		text-align:center;
	}
	#about  .content2{
		margin-top: 50px;
		float: left;
	}
	#about  .content2 h3{
		font-size: 30px;
		text-align: center;
	}

  #about  p,#about  .content2 p{
    font-size: 15px;
    line-height: 1.5;
    }
    #about a{
      font-weight: bold;
			line-height: 2;
			background: #015dae;
			padding: 10px 30px;
			color: #fff;
			border-radius: 20px;
			margin-left: 20px;
    }

    #about a:hover{
      color: #015dae;
			background: #fff;
			border: 1px #015dae solid;
    }

/*Our Story*/
#our-story{
	margin: 0px;
	padding: 100px;
	width: 100%;
	float: left;
}
#our-story img{
	float: right;
	margin-top: 160px;
	width: 30%;
}
.story {
	width: 60%;
	float: left;
}
.story h2{
	font-size: 40px;
	font-weight: 600;
}

.story h4{
	font-size: 40px;
	font-weight: 500;
}
/*Home Services*/
#service{
	width: 100%;
	margin: 0;
	padding: 70px;
	float: left;
	background: #eee;
}


/*home_page*/
.home_page1{
	padding: 40px;
	margin-top: -20px;
	margin-bottom: 0px;
	color: #001d69;
	text-align: center;
}
.home_page1 h2{
font-size: 35px;
}
.home_page1 p{
font-size: 16px;
}


.home-service{
	display: inline-grid;
	width: 33%;
	padding: 20px;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.home-service:hover{
-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px);
		box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}

.home-service .link a{
 background: #00012c;
 color: #fff;
 padding: 10px 20px;
 border-radius: 10px;
 }
 .home-service .link a:hover{
	background: #0099ff;
 }
.services .grid-item1 {
	display: block;
	float: right;
  width: 100%;
  padding: 10px;
  margin-top: 0px;
  margin-left: 10px;
}

.services .grid-item1  h3{
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}

.services .grid-item1 p{
	font-size: 15px;
	line-height: 1.5;
}

.home-service{
	overflow: hidden;
}
.home-service img {
  	width: 90%;
	height: 250px;
	border-radius: 20px;
	object-fit: fill;
	float: left;
	margin-left: 30px;
	margin-top: 20px;
	padding: 0px;
}


.container {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
  }
  
  /* =============== HEADER SECTION =============== */
  .page-header {
	background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
	url('../images/slider/solar-banner.jpg') center/cover no-repeat;
	color: #fff;
	text-align: center;
	padding: 120px 20px 80px;
	width: 100%;
	float: left;
  }
  
  .page-header h1 {
	font-size: 2.5rem;
	margin-bottom: 10px;
  }
  
  .page-header p {
	font-size: 1.1rem;
	max-width: 700px;
	color: #fff;
	margin: 0 auto;
  }
  
  /* =============== HERO IMAGE =============== */
  #full-sec{
	width: 100%;
	float: left;
  }
  .hero-section {
	width: 50%;
	float: left;
  }
  .hero-section img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	display: block;
  }
  
  /* =============== ABOUT SECTION =============== */
  .solar-about-section {
	text-align: center;
	padding: 80px 20px;
	width: 50%;
	float: right;
	background-color: #fff;
  }
  
  .solar-about-section h2 {
	font-size: 2rem;
	margin-bottom: 20px;
  }
  
  .solar-about-section p {
	max-width: 850px;
	margin: 0 auto;
	color: #555;
  }
  
  /* ==============================
   SOLAR SERVICES PAGE STYLES
   ============================== */

/* General reset */
  /* Section wrapper */
  #solar-services {
	padding: 80px 20px;
	background: #fff;
	width: 100%;
    float: left;
  }
  
  #solar-services .grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	gap: 30px;
	max-width: 1200px;
	margin: 0 auto;
  }
  
  /* Grid item card */
  .grid-item {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
	text-align: center;
	padding: 30px 20px;
	transition: all 0.3s ease-in-out;
  }
  
  .grid-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  }
  
  .grid-item img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	border-radius: 10px;
	margin-bottom: 20px;
  }
  
  .grid-item h3 {
	color: #000054;
	font-size: 1.3rem;
	margin-bottom: 10px;
  }
  
  .grid-item p {
	color: #555;
	font-size: 0.95rem;
	line-height: 1.6;
  }
  
  /* ==============================
	 BENEFITS SECTION
	 ============================== */
  .solar-benefits {
	width: 100%;
	float: left;
	background: linear-gradient(135deg, #015dae 0%, #00deff 100%);
	color: #fff;
	padding: 80px 20px;
	text-align: center;
  }
  
  .solar-benefits h2 {
	font-size: 2rem;
	margin-bottom: 30px;
  }
  
  .solar-benefits ul {
	list-style: none;
	padding: 0;
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
  }
  
  .solar-benefits li {
	font-size: 1rem;
	margin: 12px 0;
	padding-left: 1.8rem;
	position: relative;
  }
  
  .solar-benefits li::before {
	content: "☀️";
	position: absolute;
	left: 0;
	top: 0;
  }
  
  /* ==============================
	 CALL TO ACTION SECTION
	 ============================== */
  .solar-cta {
	background: #001d69;
	width: 100%;
	float: left;
	color: #fff;
	text-align: center;
	padding: 90px 20px;
  }
  
  .solar-cta h2 {
	font-size: 2rem;
	margin-bottom: 15px;
  }
  
  .solar-cta p {
	font-size: 1.1rem;
	color: #fff;
	margin-bottom: 30px;
  }
  
  .btn-primary {
	background: #0099ff;
	color: #fff;
	text-decoration: none;
	padding: 12px 35px;
	border-radius: 30px;
	font-weight: 600;
	transition: background 0.3s ease;
  }
  
  .btn-primary:hover {
	background: #0056a3;
  }
  

  

/*Request*/
/* WhatsApp Widget */
#whatsapp-chat-widget {
	position: fixed;
	bottom: 150px;
	right: 25px;
	z-index: 9999;
	font-family: 'Poppins', sans-serif;
  }
  
  /* Floating WhatsApp Icon */
  #whatsapp-icon {	
	transition: transform 0.3s;
	text-align: center;
  }
  #whatsapp-icon i{
	background-color: #25D366;
	color: #fff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	cursor: pointer;
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
	transition: transform 0.3s;
	margin-bottom: 10px;

  }
  #whatsapp-icon span{	
 font-size: 13px;
 background: #fff;
 text-align: center;
 margin-left: -10px;
 padding: 5px;
 border-radius:20px;
}
  
  #whatsapp-icon i:hover {
	transform: scale(1.05);
	background-color: #20b358;
  }
  
  #whatsapp-icon i {
	font-size: 22px;
  }
  
  /* Chat Box */
  #chat-box {
	display: none;
	width: 320px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	position: fixed;
	bottom: 90px;
	right: 20px;
	overflow: hidden;
	animation: fadeInUp 0.3s ease forwards;
  }
  
  /* Chat Header */
  .chat-header {
	background-color: #25d366;
	color: #fff;
	padding: 12px;
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
  }
  
  .chat-header img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
  }
  
  .chat-header-info h4 {
	margin: 0;
	font-size: 15px;
  }
  
  .chat-header-info p {
	margin: 0;
	font-size: 13px;
	display: flex;
	align-items: center;
  }
  
  .online-dot {
	width: 8px;
	height: 8px;
	background: #0f0;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
  }
  
  #close-chat {
	position: absolute;
	right: 12px;
	top: 10px;
	font-size: 20px;
	cursor: pointer;
  }
  
  /* Chat Body */
  .chat-body {
	padding: 15px;
	background: #f9f9f9;
	font-size: 14px;
	color: #333;
  }
  
  .greeting {
	margin-bottom: 12px;
  }
  p.greeting{
	line-height: 1.2;
	font-size: 14px;
	color: #444;
  }
  
  .quick-replies {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
  }
  
  .quick-reply {
	background: rgb(112, 155, 27);
	border: 1px solid #25d366;
	border-radius: 20px;
	padding: 6px 10px;
	cursor: pointer;
	font-size: 13px;
	transition: all 0.3s ease;
  }
  
  .quick-reply:hover {
	background: #25d366;
	color: #fff;
  }
  
  /* Chat Footer */
  .chat-footer {
	display: flex;
	align-items: center;
	border-top: 1px solid #eee;
	padding: 10px;
	background: #fff;
  }
  
  #whatsapp-message {
	flex: 1;
	padding: 8px 10px;
	border: 1px solid #ddd;
	border-radius: 20px;
	font-size: 14px;
	outline: none;
  }
  
  #send-whatsapp {
	background: #25d366;
	color: #fff;
	border: none;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	margin-left: 8px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
  }
  
  #send-whatsapp:hover {
	background: #20b358;
  }
  
  /* Animations */
  @keyframes pulse {
	0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); }
	70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
	100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
  }
  
  @keyframes fadeInUp {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
  }
  
#request .request1{
	width: 100%;
	float: left;
	padding: 50px 90px;
}
#request .request1{
	background: #f3f3f3;
	position: relative;
	z-index: 210;
}
#request .request1 .request-img{
	width: 50%;
	float: left;
	border-radius: 30px;
}
#request .request1 .request-content{
	width: 45%;
	float: right;
}
#request .request1 .request-img img{
	width: 100%;
	border-radius: 30px;
}
#request .request1 .request-content h2{
	font-size: 30px;
	color: #000269;
}
#request .request1 .request-content a{
	background: #fff;
	margin-left: 20px;
	border-radius: 20px;
	padding: 10px 20px;
	color: #000269;
	font-weight: 600;
	font-size: 20px;
	line-height: 3;
}
#request .request1 .request-content a:hover{
	border: 1px #000269 solid;
}
/*Homepage */
#Home{
	margin: 0;
	float: left;
	width: 100%;

}
/*Blog*/

/*Service */
.home_page{
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
}
.home_page h3{
font-size: 15px;
letter-spacing: 2px;
}
.home_page h1{
font-size: 35px;
color: #000;
}
.home_page p{
font-size: 16px;
}



/*Portifiolo*/

#port1{
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 90px;

	}
	#port1 .port_link{
		width: 100%;
		float: left;
		text-align: center;
		margin-top: 50px;
	}
	#port1 .port_link a{
		color: #fff;
		padding: 10px 20px;
		background: #00012c;
		border-radius: 20px;
		font-weight: 600;
	}
	#port1 .port_link a:hover{
	border: 1px #00012c solid;
	background: none;
	color: #00012c;	
	}
	.port3{
	float: none;
	width: 24%;
	margin: 0;
	padding: 0px;
	display: inline-grid;
	margin-left: 0px;
	}

	#port1 h2{
		text-align:center;
		font-size: 30px;
		font-weight: 500;
	}
	.port3 img{
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	border-radius: 0px;
	height: 230px;
	}

	.port3 a{
	margin: 0;
	}

	.port3 a img:hover{
		-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	transform: scale(0.9);
	}

	.port3 h3 a{
	font-size: 20px;
	color: #64b4ff;
	}

	.lb-image img{
		width: 800px;
	}


/*Count Up */

#counter{
	margin: 0;
	float: left;
	width: 100%;
	padding: 50px;
	background: #f3f3f3;
	margin-bottom: 50px;
	}
	
	
	#counter  h4{
	text-align:center;
	font-size: 40px;
	text-transform: uppercase;
	color: #00012c;
	}
	#counter .Label{
	display: inline-grid;
	width: 20%;
	text-align:center;
	margin: 10px;
	margin-bottom: 20px;
	margin-left: 30px;
	float: left;
	}
	#counter .Label span{
	color: #2b2b2b;
	font-size: 50px;
	}
	#counter .Label p{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: -30px;
	color: #2b2b2b;
	}

	
/*Blog*/

/*Homepage2 */

#blog-news{
	width: 100%;
	float: left;
	margin-top: 70px;
	}
	
	.new{
	margin-top: 0px;
	padding: 30px;
	float:left;
	width: 100%;
		text-align: center;

	}
	
	#blog-news .news h2{
		font-size: 50px;
		font-weight: 600 ;
		text-align: center;
	}
	.grid-item-link{
		width: 100%;
		float: left;
		margin-top: 30px;
		margin-bottom: 90px;
		text-align: center;
	}
	.grid-item-link a{
		font-size: 25px;
		color: #202020;
	}
	.grid-item-link a:hover{
		color: #000;
		text-decoration: underline;
	}
	.new .grid-item {
	display: inline-grid;
	text-align: center;
	width: 27%;
	margin-top: 30px;
	padding: 10px;
	margin-right: 60px;
	box-shadow: 5px 5px 8px grey;
	}
	
	.news li{
	list-style-type:  none;
	text-align: left;
	margin-top: -10px;
	margin-bottom:10px;
	color: red;
	font-weight: bold;
	font-size: 10px;
	}
	.new .grid-item {
	margin-bottom: 70px;
	}
	.new img {
	height:200px;
	width: 100%;
	background-color: white;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	}
	
	.new .grid-item:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	}
	
	.new figure {
	height:auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-left: 0px;
	}
	
	
	.new h3 {
	font-size: 25px;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
	margin-top: 0px;
	}
	
	.new p {
	font-size: 15px;
	text-align: left;
	margin-top: 0px;
	}
	
	.new a {
	color: #000269;
	text-align: center;
	font-size: 16px;
	padding: 10px;
	}
	.new a:hover{
	color: #00012c ;
	}
	
	/*Blog Full*/
	#full-blog{
		width: 100%;
		float: left;
		padding: 90px 120px;
	}
	#full-blog .blog-content{
		width: 80%;
		float: left;
	}
	#full-blog .blog-content .blog-title h1{
		font-size: 40px;
		font-weight: 600;
	}
	#full-blog .blog-content .blog-img img{
		width: 100%;
	}
	#full-blog .blog-content h2{
		font-size: 35px;
	}
	#full-blog .blog-content ul li{
		list-style: lower-roman;
	}
	#full-blog .blog-content ul li h3{
		font-size: 25px;
	}
	#full-blog .blog-content a:hover{
		text-decoration: underline;
		color: #000;
	}

	
/** testimonials **/
#testimonail-area {
  float: left;
  width: 100%;
margin-top: 90px;
text-align: center;
}

#testimonail-area .testimonials h3 {
  font-size: 40px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0px;
}
#testimonail-area .testimonials p{
	margin-bottom: 80px;
}
#testimonail-area .item h4 {
	color: #555;
	font-size: 15px;
  }

#testimonail-area .item p {
  color: #555;
  font-size: 16px;
  font-style: italic;
}
.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid #ECECEC;
  box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#customers-testimonials .shadow-effect a {
  font-family: inherit;
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px;
  font-weight: 300;
}
.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}

#customers-testimonials .item {
  text-align: center;
  padding: 0px;
  margin-bottom: 20px;
  opacity: 0.2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #333;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #333;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}
/*scrollToTop*/
.scrollToTop{
	position: fixed;
	bottom: 60px;
	border-radius: 30px;
	right: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #001d69;
	color: #fff;
	z-index: 500;
	display: none;
}
 /*Footer*/
  #contact{
	width: 100%;
	padding: 40px;
	float: left;
	background: #eee;
}
#subject {
	width: 100%;
	padding: 15px;
	border: 2px #333 solid;
	color: #595959;
  }


#contact  form h4, .address h4{
	font-size: 40px;
	color: #00012c;
	font-weight: 600;
	margin: 0px;
}
#contact  form h5{
	margin: 0px;
	font-size: 20px;
	font-weight: 500;
}

.new-btn {
	display: contents;
  }
  
  #contact form span{
	color: red;
	font-size: 14px;
  }
  
    #contact form span i{
	color: seagreen;
	font-size: 16px;
  }


  form {
		width: 60%;
		float: left;
		padding: 30px;
	}

	form input{
	  height: 60px;
		color: #2b2b2b;
	}

  form .form{
	outline:none;
	width: 100%;
  background:none;
  border-color: none;
  border-bottom: 1px #2b2b2b solid;
  padding: 10px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
	}

	   form button{
			margin-top: 20px;
			border-radius: 0px;
			color: #fff;
			background: #00012c;
			border: none;
			padding: 10px 40px;
		}

		 form button:hover{
			background-color: #015dae;
			color: #fff;
		}

		  form a i:hover{
			 color: #015dae;
		 }


		   form a i {
				color: #00012c;
				padding: 10px;
				margin-left: 10px;

			}

			 form .fa{
			font-size: 30px;
			}
	   .address{
			width: 40%;
			margin-top: -20px;
			float: right;
			padding: 60px;
			text-align: center;
		}

		 .address i{
			font-size: 25px;
			width: 100%;
			line-height: 2;
			letter-spacing: 2px;
			color: #2b2b2b;
			font-weight: 300;
		}
		.address .address-grid{
			background: #fff;
			width: 100%;
			padding: 10px;
			text-align: center;
			margin-top: 20px;
			display: block;
			border-radius: 30px;

		}

		.address .address-grid h4{
			font-size: 20px;
		}
		.address .address-grid a{
			font-size: 20px;
			color:#2b2b2b;
		}
		.address .fa.fa-envelope{
		display: ruby;
		}	
		 .address i {
				color: #2b2b2b;
				margin-left: 10px;
				font-size: 30px;
			}


			.news-let{
 			margin: 0px;
			}
			.news-let h4{
			  color: #000;
			  font-size: 30px;
			  margin-top: 30px;
			  margin-bottom: 30px;
			  font-weight: 500;
			  margin-left: 20px;
			}
				.news-let form{
				width: 100%;
				padding: 0;
				margin-bottom: 20px;
			}
				.news-let input[type="email"]{
			  padding: 15px;
				font-size: 16px;
			   height: 50px;
				margin-top: -50px;
				width: 100%;
				border-radius: 20px;
				border: none;
				border: 2px #2b2b2b solid;
				color: #001d69;
				outline: none;
			}
			.news-let button {
					background: #00012c;
					font-size: 14px;
					margin:0px;
					width: 100%;
					margin-top: 10px;
					padding: 0px;
					height: 50px;
			}
			.news-let button:hover{
			border: none;
			}

			.bottom{
				float: left;
				width: 100%;
				background: #eee;
				font-size: 16px;
				text-align: center;
			}
			.bottom a{
				text-decoration: none;
				color: #001d69;
			}

			/*Land*/
			#landing{
				width: 100%;
				float: left;
				margin-top: 50px;
			}
			#landing img{
				width: 100%;
				height: auto;
				z-index: -20;
			}
			#landing .container_land{
				text-align: center;
				width: 100%;
				float: left;
				padding: 0px 200px;
				margin-top: -400px;
			}
			#landing .page-container{
				width: 100%;
				float: left;
				position: relative;
				background: #ffffffd9;
				padding: 20px;
				bottom: 0;
				text-align: center;
				z-index: 500;
			}
			#landing .page-container h1{
				font-size: 30px;
				font-weight: 700;
				margin: 20px 0px 0px 0px;
			}
			#landing .page-container p{
				font-size: 20px;
				margin: 0;
			}

			#landing .land_page{
				margin: 20px;
				width: 30%;
				text-align: center;
				display: inline-block;
			}
			#landing .land_page h3{
				font-size: 25px;
				font-weight: 700;
				margin: 10px;
			}

			#landing .land_page a{
				display: inline-block;
				background: #00012c;
				border: 2px #00012c solid;
				color: #fff;
				width: 100%;
				font-size: 18px;
				font-weight: 600;
				border-radius: 20px;
				padding: 20px;
			}
			#landing .land_page a:hover{
				background: none;
				border: 2px #00012c solid;
				color: #00012c;
			}
	
/*Thank You*/

#sent{
	text-align: center;
	top: 0;
	float: left;
	width: 100%;
	margin: 0;
	padding: 20px;
	}
	.sent1 h2{
	color: #325;
	text-transform: capitalize;
	font-size: 30px;
	}
	.sent1  p{
	font-size: 20px;
	color: #2b2b2b;
	}
	.sent1 a{
		font-size: 30px;
		font-weight: 700;
	}
	.Social{
	margin-bottom: 30px;
	}
	.Social h3{
	color: #325;
	font-weight: lighter;
	text-transform: capitalize;
	font-size: 25px;
	}
	.Social a i{
	letter-spacing: 20px;
	font-size: 25px;
	color: #020204;
	}
	.Social a i:hover{
	color: #0056a3;
	}
	
 /*Footer*/
#footer{
	background-size: cover;
	margin-top: 60px;
	
	}
	
	  html, body {
		height: 100%
	  }
	
	  ul {
		list-style: none
	  }
	  a {
		text-decoration: none
	  }
	  .flex-rw {
		display: flex;
		flex-flow: row wrap;
	  }
	
	  footer {
		border-top: 10px #fff solid;
		background: #00012c;
		width: 100%
	  }
	  .footer-list-top {
		margin: 10px;
		margin-left:0px;
		width: 30%;
	  }
		  .footer-list-top:nth-child(1){
				width: 35%;
			}
	  .footer-list-top h4{
		  font-size: 25px;
		  text-transform: uppercase;
		  font-weight: 500;
		  padding-bottom: 20px;
		  margin: 0px;
		  color:#0099ff ;
		  margin-left: -10px;
		  margin-top: 30px;
	
	  }
	  .footer-list-top > li a{
		  width: 100%;
		  font-size: 17px;
		  color: #fff;
		  line-height: 30px;
		  text-decoration: none;
		  outline: none;
		  -webkit-transition: all 0.5s ease;
		  -ms-transition: all 0.5s ease;
		  -moz-transition: all 0.5s ease;
		  -o-transition: all 0.5s ease;
		  transition: all 0.5s ease;
		  display: block;
	  }
	.footer-list-top a:hover{
	  -webkit-transform: translateX(5px);
	  -moz-transform: translateX(5px);
	  -ms-transform: translateX(5px);
	  -o-transform: translateX(5px);
	  transform: translateX(5px);
	  color: #0099ff;
	  font-weight: 500;
	}
	  .footer-list-top p{
		font-size: 17px;
		color: #fff;
		width: 100%;
		line-height: 1.5;
	  }
	
	  .footer-list-top p i{
		margin-right: 10px;
		color:#0099ff ;
	  }
		.footer-list-top p i a, .footer-list-top p a{
		  font-size: 17px;
				color: #fff;
		}
	
			.footer-list-top  a i{
			  letter-spacing: 10px;
			  font-size: 20px;
				color: #0099ff;
			}
			.footer-list-top  a i:hover{
			  color: #fff;
			}
	
	
		.bottom{
			background: #fff;
		}
		.bottom p, .bottom a{
			color: #00012c;
		}


		