/* ==================================================

Theme Name: Tapp html template
Author: getcoolthemes 
Author URI: http://www.getcoolthemes.com/
Version: 1.0
Created:Jun 2018

INDEX:

01. General
02. Home Section
03. Header Section
04. Feature Section

 ================================================== */

/* --- 01.General --- 
--------------------- */

body{ 	
    color: #788592;		
	font-family: 'Nunito', sans-serif;
	letter-spacing: 0.5px;
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
}

p{
	font-weight: 300;
	padding:0;
	margin:0;		
	line-height: 30px;
	/* margin-bottom: 12px;
	font-size:15px;*/
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;	
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 26px;
	letter-spacing:1px;	
}

img {
    max-width: 100%;
    height: auto;
}

.bg-color-1 {
	background:#0f6a36;
}

.btn-style-one{	
	font-size: 13px;
	color: #103459;
	background: #ffffff;
	padding: 15px 40px;
	letter-spacing:1px;	
}

.btn-style-one:hover{
	background: #47641f;
	color: #ffffff;	
}

.btn-style-two{	
	font-size: 13px;
	color: #fff;
	background:transparent;
	padding: 15px 40px;
	border-color:#fff;
	letter-spacing:1px;	
}

.btn-style-three{	
	font-size: 13px;
	color: #fff;
	background:#103459;
	padding: 15px 40px;
	border-color:#103459;
	letter-spacing:1px;		
}

.btn-style-three:hover{	
	background:#fff;	
	color: #103459;
	border-color:#fff;	
}

.btn-style-four{	
	font-size: 13px;
	color: #fff;
	background:#0f6a36;
	padding: 15px 40px;
	border-color:#0f6a36;
	letter-spacing:1px;		
}

.btn-style-four:hover{	
	background:#47641f;	
	color: #fff;
	border-color:#47641f;	
}

.btn-style-two:hover{	
	background:#fff;	
	color: #103459;
}

.btn-style-one span,
.btn-style-two span,
.btn-style-three span,
.btn-style-four span{	
	font-size: 20px;
	margin-right: 20px;
}
.btn-section .btn{
	margin-right: 20px;
}
.btn-section .btn:last-child{
	margin-right:0px;
}

.section-title{
	margin-bottom: 60px;
}
.section-title h2{
	color:#103459;
	margin-bottom: 30px;	
}

.section-title p{
	font-size:16px;		
}

.list-block{
	margin:0;
	padding:0;	
}
.list-block li{
	line-height: 30px;
	margin-bottom: 10px;
	margin-top:10px;
	position: relative;
	padding-left: 30px;
}
.list-block li i{
	position: absolute;
	top: 7px;
	left: 0;
}

.hero-about-us{
    width: 80%;
  margin: 0 auto;
  color: #fff;
}

/* --- 02. Home Section  --- 
---------------------------- */
.hero-section{
	/*background: #fff url(../img/bg/home-header-bg.png) center top no-repeat;*/
	background:url(../images/home-header-bg.jpg);
background-size: cover;
  padding-top: 150px;
  padding-bottom: 50px;
  min-height: 700px;
  background-position: left;
	/*background: #bfee1e; 
	background: -moz-linear-gradient(top, #bfee1e 0%, #0f6a36 100%); 
	background: -webkit-linear-gradient(top, #bfee1e 0%,#0f6a36 100%);
	background: linear-gradient(to bottom, #bfee1e 0%,#0f6a36 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfee1e', endColorstr='#0f6a36',GradientType=0 );*/
}

.hero-heading{
padding-top: 70px;
}

.hero-heading h1{
	color:#ffffff;
	font-size: 40px;
	font-weight:600;	
	margin-bottom:30px;
}

.hero-heading p{
	color:#ffffff;	
}

.hero-link{
	margin-top: 30px;	
}

.hero-link .btn{
	margin-right:20px;
}

.hero-slider{
	
}

.hero-slider .hero-img{
	margin-left:0px;	
}
.hero-slider .hero-img img{
	border-radius:4px;
	border: 5px solid #fff;	
}

/* --- 03. Header Section Start ---
-----------------------------------*/

.header-section {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 100;
    top: 0;
}

.header-navigation{	
	position: relative;
	z-index: 1;
	background: #fff;
	color: #000;
	border-radius: 0px 0px 4px 4px;	
}

.header-navigation .nav-item{
	position:relative;
}

.header-navigation .nav-item::before {
    position: absolute;
    content: "";
    z-index: 2;
    background: #0f6a36;
    width:50px;
    height: 5px;
    border-radius: 4px;
    left: 20px;
    top: 25px;
	opacity:0;
	
}

.header-navigation .nav-item.active::before {
	opacity:1;
	
}

.header-navigation #main-nav{
	background: #fff;
	border-radius: 0px 0px 4px 4px;
	padding: 0 20px;
}

.header-navigation .navbar-brand{
	color:#444;		
}

.header-navigation .nav-item .nav-link{
	color: #0c0d16;
	font-size: 14px;
	padding: 10px 20px 15px 20px;
}

.header-navigation .nav-item .nav-link:hover {
	color: #0f6a36;
}

/* --- 04. Single Feature Section Start ----------
-------------------------------------------*/

.single-feature-section{
	padding:40px 0px 80px 0px;
}

.single-feature{
	padding: 30px 30px 30px 140px;
	text-align: left;
	border-radius: 4px;
	position: relative;
	z-index: 1;	
}

.single-feature h3{
	font-size:16px;
	color:#103459;	
	margin-bottom: 10px;
	font-weight:bold;	
}

.single-feature p{	
	color:#808080;		
}

.single-feature .icon-box{
	width: 80px;
	height: 80px;
	margin: 0 auto 35px auto;
	text-align: center;
	background: #ffffff;
	border: 2px solid #0f6a36;
	font-size: 30px;
	color: #0f6a36;
	line-height: 80px;
	border-radius: 4px;
	position: absolute;
	left: 30px;
}

.single-feature::before{
	width: 0px;
	height: 100%;
	position: absolute;
	content:"";	
	left: 0;
	top:0;
	bottom: 0;
	background: #0f6a36;
	border-radius:4px;
	border-radius:0;		
	opacity:0;
	z-index: -1;	
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;	
}

.single-feature:hover::before{
	width:100%;
	height:100%;
	opacity:1;	
	border-radius:4px;	
}

.single-feature:hover h3,
.single-feature:hover p{
	color:#fff;	
}

.single-feature:hover .icon-box{
	background:#fff;
	color:#0f6a36;
	border:2px solid #ffffff;	
}

/* --- 05. Feature Section Start ----------
-------------------------------------------*/

.feature-section{
	padding:80px 0px;
}

.single-feature-list{
	position:relative;
	padding: 40px;
}
.single-feature-list h3{
	font-size: 16px;
	font-weight: bold;
	color: #103459;
	margin-bottom: 10px;
}
.single-feature-list p {
    font-size: 15px;
}

.single-feature-list .pin .dot-icon{
	position: absolute;
	z-index: 2;
	width: 15px;
	height: 15px;
	top: 42px;	
	background: #0f6a36;
	border-radius: 50%;
	z-index: 2;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;	
}


.single-feature-list .pin .vertical-line{
	background: #dbdbdb;
	position: absolute;	
	width: 1px;
	height: 100%;
	z-index: 1;
	top: 45px;
	bottom: 0;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;		
}

.single-feature-list .pin .horizontal-line{
	background: #dbdbdb;
	position: absolute;	
	width: 1px;
	height: 1px;
	top: 50px;	
	z-index: 1;
	opacity:0;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;	
}

.single-feature-list:last-child .pin .vertical-line{
	opacity:0;	
}

.single-feature-list:first-child{
	margin-top:80px;	
}

.single-feature-list:hover{
	background:#0f6a36;
	border-radius:4px;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;	
}

.single-feature-list:hover h3,
.single-feature-list:hover p{
	color:#fff;
}

.single-feature-list:hover .pin .horizontal-line{
	width:50px;
	opacity:1;
}

/* -- right side pointer -- */

.single-feature-list .pin.right .dot-icon{
	right: -8px;	
}
.single-feature-list .pin.right .vertical-line{	
	right: -1px;	
}
.single-feature-list .pin.right .horizontal-line{
	right: -7px;	
}

.single-feature-list:hover .pin.right .dot-icon{
	right:-50px;
}

.single-feature-list:hover .pin .horizontal-line{	
	right: -50px;
}

/* -- End Right side Pointer -- */

/* -- Left side pointer -- */

.single-feature-list .pin.left .dot-icon{
	left: -8px;	
}
.single-feature-list .pin.left .vertical-line{
	left: -1px;	
}
.single-feature-list .pin.left .horizontal-line{
	left: -7px;	
}

.single-feature-list:hover .pin.left .dot-icon{
	left:-50px;
}

.single-feature-list:hover .pin.left .horizontal-line{
	left: -50px;
}

/* -- End left side Pointer -- */

/* --- 06. About Section Start ----------
-------------------------------------------*/
.about-bg{
	background:#fafafa;
}
.content-section{
	padding: 80px 0px;
}

.content-details{
	margin-top: 0px;	
}

.content-details h3{
	margin-bottom:30px;
	font-size: 22px;
	color:#103459;
}

.content-details p{	
	margin-bottom: 15px;
}

.content-details .btn-section{
	margin-top:35px;	
}

.content-details p:last-child{	
	margin-bottom: 0px;
}

.content-details .btn-section .btn{
	margin-right:20px;	
}

/* --- 07. Testimonial Section Start ----------
-------------------------------------------*/
.testimonial-section{
	padding:100px 0px;	
}

.testimonial-slider{
	padding:40px;
	border:2px solid #dbdbdb;
	border-radius:4px;
	position:relative;
}

.testimonial-slider .testimonial-item img{
	width: 80px;
	height: 80px;
	position: absolute;
	left: 40px;
	top: 40px;
	bottom: 0;
	z-index: 1;
	border-radius: 50%;
	border: 2px solid #dbdbdb;
}

.testimonial-slider .testimonial-item .info{
	padding-left:120px;	
}

.testimonial-slider .testimonial-item .info p{
	margin-bottom:15px;	
}

.testimonial-slider .testimonial-item .info h3{
	font-size: 16px;
	margin-bottom: 4px;
	color: #103459;
}
.testimonial-slider .testimonial-item .info span{
	font-size:14px;
}

/*-- Page counter --*/

.single-counter{
	padding: 24px 40px 27px 40px;
	border-bottom: 2px solid #fff;	
	position: relative;
	margin: 0px 20px;
	background:#0f6a36;
	color:#fff;
}
.single-counter:first-child{
	border-radius:4px 4px 0px 0px;
	margin-top:4px;
}
.single-counter:last-child{
	border-radius:0px 0px 4px 4px;
}

.single-counter .icon-box{
	font-size: 30px;
	position: absolute;
	top: 40px;
	left: 40px;
	z-index:1;	
}

.single-counter  h3{
	padding-left:70px;
	margin-bottom: 8px;
}

.single-counter  p{
	padding-left:70px;
}


/* --- 07. Team Memeber Section Start ----------
-------------------------------------------*/

.team-section{
	padding:100px 0px;
	background:#eeeeee;	
}

.team-content{	
	border-radius:4px;	
}

.team-content img{	
	border-radius:4px;
}	

.team-content .info{
	background:rgba(255,255,255,0.9);
	padding: 20px;
	position: absolute;
	width: calc(100% - 30px);
	bottom: 20px;
	height: 80px;
	transition: all ease-in 0.5s;
	border-left:5px solid #0f6a36;
	border-radius:4px;
}

.team-content .info h3{
	font-size: 16px;
	color: #103459;
	margin-bottom: 4px;
}

.team-content .info span{
	font-size:13px;
}

.team-content .info .social-links{
	opacity:0;
	transition: all ease-in 0.5s;
}

.team-content .info .social-links a span{
	width:70px;
	height:70px;
	line-height:70px;
	text-align:center;
	background:#0f6a36;
	color:#fff;	
	font-size:15px;
	padding:10px;
	border-radius:50%;	
}

.team-content:hover .info{				
	height: 100%;
	bottom: 0px;	
}

.team-content:hover .info .social-links{
	opacity:1;
}

/* --- 08. Screenshot Section Start ----------
-------------------------------------------*/
.screenshot-section{
	padding:100px 0px;
	background:#0f6a36;
}
.screenshot-section .section-title{
	margin-bottom:60px;
}
.screenshot-section .section-title h2{
	color:#ffffff;	
}
.screenshot-slider{
	text-align:center;
}
.screenshot-slider .screenshot-img{
	padding:0px 20px;
}

/* --- 09. Price Section Start ----------
-------------------------------------------*/
.price-section{
	padding:100px 0px;
}

.price-content{
	padding: 80px 40px 40px 40px;	
	border-radius: 4px;
	text-align:center;
	border: 2px solid #dbdbdb;
	transition: all ease-in 0.5s;	
}

.price-content:hover{
	box-shadow: 0px 1px 4px 3px rgba(0,0,0,0.1);
}

.price-content h4{
	font-size: 18px;
	color: #103459;
	margin-bottom: 10px;
}

.price-content h3{
	font-size: 60px;
	color: #0f6a36;
	margin-bottom: 0px;
	font-weight: normal;
}

.price-content h3 sup{ 
	font-size: 45%;
	right: 5px;
}

.price-content h3 sub{ 
	font-size: 25%;
	bottom: 2px;
	left: 5px;
}


.price-content ul {			
	border-radius: 4px;	
	margin-top: 40px;
}

.price-content ul li{
	line-height: 35px;
	font-size: 15px;
}

.price-content .btn-section{
	margin-top: 32px;
}

/* --- 10. Download Section Start ----------
-------------------------------------------*/

.download-section{
	padding:60px 0px 0px 0px;
	background:#0f6a36;	
}

.download-content h3{
	color: #ffffff;
	margin-bottom: 15px;
	font-size: 30px;
}

.download-content p{
	color: #ffffff;
}

.download-content .btn-section{
	margin-top: 37px;
}



/* --- 11. Blog Section Start ----------
-------------------------------------------*/

.blog-section{
	padding:100px 0px;
}

.blog-item{
	position: relative;
}

.blog-item .blog-img img{
	border-radius:4px 4px 0px 0px;	
}

.blog-item .blog-meta img{
	width: 50px;
	height: 50px;	
	border: 2px solid #ffffff;
	border-radius:4px;
}
.blog-item .blog-meta{
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 1;
}
.blog-item .blog-meta .date{
	padding: 0px 5px;
	border-radius: 4px;
	background: #ffffff;
	font-size: 12px;
	margin-left: -15px;
}

.blog-item .blog-info{
	padding: 40px 40px 30px 40px;
	border: 2px solid #dbdbdb;
	border-radius:0px 0px 4px 4px;
	background:#ffffff;
}

.blog-item .blog-info h4 {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 35px;
    line-height: 1.5;
	font-weight:normal;    
}
.blog-item .blog-info h4 a{
	color: #103459;
}
.blog-item .blog-info p{
	margin-bottom:15px;
	
}
.blog-item .blog-info .read-more{
	font-size: 13px;
	background: #0f6a36;
	padding: 5px 20px;
	color: #ffffff;
	border-radius: 4px;
	margin-bottom: 15px;
	line-height: 30px;
}

/* --- 12. Custom Nav Section Start ----------
-------------------------------------------*/

.custom-nav{
	margin-bottom: 20px;		
}

.custom-nav .nav .nav-item .nav-link{
	font-size: 14px;	
	padding: 10px;
	min-width: 120px;
	text-align: center;
	color: #667481;
	background:#ffffff;
	border-radius:4px;
	margin:0px 10px;
	border: 1px solid #dbdbdb;
}

.custom-nav .nav .nav-item .nav-link.disabled{
	opacity:0.4;
}

.custom-nav .nav .nav-item {
	margin-bottom:20px;	
}

.custom-nav .nav .nav-item .nav-link.active {
    background: #0f6a36;
    color: #fff;
	border: 1px solid #0f6a36;    
}

.custom-nav .nav .nav-item .nav-link.active:hover,
.custom-nav .nav .nav-item .nav-link.active:focus {
	color:#fff;	
}

.custom-nav .nav .nav-item .nav-link:hover,
.custom-nav .nav .nav-item .nav-link:focus{
	color:#0f6a36;
	box-shadow:0px 1px 4px 3px rgba(0,0,0,0.1);	
}

.custom-nav .nav .nav-item .nav-link .icon{
	display: block;
	line-height: 50px;
	text-align: center;
	font-size: 30px;
	border-radius: 4px;
	margin-bottom: 0px;
}


/* ----  */
.contact-section{
	padding: 100px 0px;
	background: #333;
	color:#ffffff;
}

.contact-section .section-title h2{
	color:#ffffff;
}
.contact-section .contact-form{
	padding-right:25px;
}

.contact-form .form-group .form-control{
	border: 0px;
	font-size: 14px;
	padding: 15px 20px;
}
.text-content-bg{
	background: #0f6a36;
	border-radius: 4px;
}
.text-content-bg .text-content{
	padding: 40px 25px;
	color:#ffffff;
}
.text-content-bg .text-content h3{
	margin-bottom: 15px;
	font-size: 18px;
	color:#ffffff;
}
.text-content-bg .text-content p{
	margin-bottom:15px;
}
.text-content-bg .text-content p span{
	font-weight:bold;	
}

.quick-links-bg{	
	background: rgba(255,255,255,0.1);
	border-radius: 4px;	
}
.quick-links{
	padding: 40px 25px 20px 25px;
}

.quick-links h3{
	margin-bottom: 15px;
	font-size: 18px;
}
.quick-links ul.quicks-item{
	margin-top: 20px;	
}
.quick-links ul.quicks-item li{
	margin-bottom:20px;	
}

.quick-links ul.quicks-item li a{
	background: #fff;
	padding: 5px 20px;
	font-size: 13px;
	border-radius: 4px;
	margin-right: 10px;
}

/*-- */

.footer-section{
	padding:100px 0px;
	background:#000;
}

.social-links{
	text-align:center;
	margin-bottom: 20px;	
}

.social-links a.btn{
    padding: 15px 20px;
	margin:0px 10px;
}


/* --- */

.video-section{
	padding:100px 0px;
	background:#0f6a36;		
}

.video-content h3{
	color: #ffffff;
	margin-bottom: 15px;
	font-size: 30px;
}

.video-content p{
	color: #ffffff;
}

.video-content .btn-section{
	margin-top: 37px;
}

/* --- */

.faq-section{
	padding:100px 0px;
}
.custom-accordion{
	padding-left: 20px;
}

.custom-accordion  .card{
	margin-bottom:20px;
	border:2px solid #dbdbdb;	
}

.custom-accordion .card-header{
	background-color: #fff;
	border:0px;
	padding:0;
}

.custom-accordion .card .card-body{
	padding:40px 40px 40px 40px;
	font-size:14px;	
	line-height: 28px;
	background:#0f6a36;
	color:#ffffff;
}

.custom-accordion  .faq-btn {
	display: inline-block;
	width: 100%;		
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	color: #103459;
	background: transparent;	
	padding: 20px 40px;
	text-align: left;
	text-decoration: none;
	border: 0px;
	outline: 0;
	cursor: pointer;	
}

.custom-accordion  .faq-btn  i{
	position: absolute;
	top: 13px;
	left: -20px;
	font-size: 14px;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	border: 2px solid #dbdbdb;
	line-height: 35px;
	text-align: center;
}

.custom-accordion  .faq-btn[aria-expanded="true"] i{
	transform: rotate(45deg);
	color:#ff0000;	
}

/* --- */


.alternative-section{
	background:url(../images/bg-img1.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	z-index:1;
	color:#ffffff;		
}

.alternative-section::before{
	position:absolute;
	left:0;
	right:0;
	top:0;
	background:#0f6a36;
	z-index:0;
	width:100%;
	content:"";
	height:100%;
	opacity:0.8;	
}

.alternative-section .section-title h2{
	color:#ffffff;	
}
.alternative-section .section-title p,.alternative-section .content-details{
	color:#cee6fd;	
}

.alternative-section .custom-nav .nav .nav-item .nav-link{
	background:transparent;
	color:#fff;
	border: 1px solid #cee6fd;
}

.alternative-section .custom-nav .nav .nav-item .nav-link:hover, 
.alternative-section .custom-nav .nav .nav-item .nav-link:focus{
	background:#fff;
	color:#0f6a36;
}

.alternative-section .custom-nav .nav .nav-item .nav-link.active:hover, 
.alternative-section .custom-nav .nav .nav-item .nav-link.active:focus,
.alternative-section .custom-nav .nav .nav-item .nav-link.active{
	background:#fff;
	color:#0f6a36;
}

.brd-rd{
	border-radius:4px;
}

.custom-logo{
	padding:60px 0px;
}

.footer-bg{
background: #0f6a36;
padding: 60px 0px;
}
.footer-bg h4{
	font-size:14px;
	color:#fff;
	font-weight:normal;
	margin-bottom:0;
	line-height: 1.6;
}
.footer-bg .newsletter-bg {
	background: rgba(255,255,255,0.1);
	padding: 20px;
	display: inline-block;
	width: 100%;
	border-radius:4px;
}
.footer-bg .newsletter-bg  h3{
	font-size:15px;
	text-transform:uppercase;
	color:#fff;	
	margin-bottom:5px;
}

.footer-bg  h5{
	font-size:14px;
	opacity:0.7;
	margin-top:30px;
	margin-bottom:0;
color:#fff;	
}
.footer-bg  h5 a{
	color:#fff;
	opacity:0.7;
}

.footer-bg .newsletter-bg  p{
	font-size: 12px;
	text-transform: uppercase;
	line-height: 20px;
	color: #fff;
	opacity: 0.7;
}
.footer-bg .newsletter-bg .form-control{
	border: 0px;
	margin-top: 15px;	
}
.footer-bg .newsletter-bg .btn.btn-default{
	background: #58be84;
	color: #fff;
	width: 100%;
	margin-top: 15px;
	font-size:13px;
}
.hero-about-us p,.hero-about-us h3{
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
}
.portfolio-image img{
width: 20%;
  margin: 0px 5%;
}
.portfolio-image img.spl-img{
width: 13%;
  margin-left: 7%;
}
.fn-row{
width: 100%;
  margin-bottom: 30px;
 margin: 0 auto 30px auto;
}
.ls-row{
    width:100%;
    margin-bottom:30px;
    margin: 0 auto 30px auto;
}


@media (min-width: 320px) and (max-width: 767px) {
	.hero-section {
	min-height: 300px;
	}

	.single-feature .icon-box {
		position: relative;
		left: 0px;
	}

	.single-feature {
		padding: 30px 30px 30px 30px;
		text-align:center;
	}
	.content-section,.footer-bg{
	    text-align:center;
	}
	
}

.mb-md{
    margin-bottom:15px;
}
