/*******
*
*
* Author Name : Mostafizur Rahman
* Author URI : http://mostafiz.me/
* Descripion : This is a responsive Bootstrap responsive app landing page developed by Mostafizur Rahman
* Template URI : http://mostafiz.me/demo/lucid/
* Version : 1.1
*
*
*******/

body{
	margin: 0;
	font-size: 16px;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	box-sizing: border-box;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
li{
	list-style: none;
}
a:hover, a:visited, a{
	text-decoration: none;
}
h4{
	font-size: 16px;
	color: #008ed6;
	text-transform: uppercase;
	margin-top: 65px;
	font-weight: 700;
}
h2{
	font-size: 24px;
	color: #1a1a1a;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 20px;
}
.animated {
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
}
/*header area*/
.top-header{
	background:transparent;
	position: fixed;
	width: 100%;
	z-index: 999;
		transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}
.top-header img.logo{
	margin-top: 0;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}
.navbar-default {
  background-color: #FFF;
  border-color: transparent;
  margin-bottom: 0;
}

.nav-bar{
	margin-top: 7px;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}
.navbar-toggle span{
	color: #000;
}
ul.nav{
	margin: 0;
	padding: 0;
}
.navbar-default .navbar-nav>li>a {
 	font-size: 16px;
	color: #000;
	text-transform: capitalize;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	padding: 8px 0;
	margin:0 15px;
	font-weight: 600;
}
.navbar-default .navbar-nav>li>a.active{
	color: #000;
	border-bottom: 2px solid #008ed6;
}
.navbar-default .navbar-toggle {
  border-color: #000;
}

/*banner area*/
.banner{
	background: url(../img/);
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	-webkit-background-size: cover;
	background-size: cover;
}
.banner h3{
	font-size: 16px;
	color: #008ed6;
	text-transform: uppercase;
	margin-top: 0px;
	font-weight: 700;
}
.banner h2{
	font-size: 24px;
	color: #000;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 20px;
}

.banner h1{
	margin-top: 100px;
	font-size: 38px;
	color: #008ed6;
	font-family: Arial,Verdana;
}
.banner p{
	font-size: 16px;
	color: #000;
	margin-top: 0px;
	line-height: 2;
	font-weight: normal;
}
.banner ul,li{
	font-size: 16px;
	color: #000;
}
.download-btn{
	width: 160px;
	height: 50px;
	background: #008ed6;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 4px;
	border:0;
	margin-top: 10px;
	margin-right: 10px;
	font-weight: 600;
}
.features-btn{
	width: 160px;
	height: 50px;
	border-radius: 4px;
	border: 1px solid #444348;
	text-transform: uppercase;
	color: #fff;
	background: #000;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 600;
}
.banner-img{
	position: relative;
}
.banner img{
	position: absolute;
	margin-top:125px;
}

/*features area*/
.features img{
	margin:auto;
	display: block;
	margin-bottom: 50px;
}
.features i.fa{
	font-size: 25px;
	color: #008ed6;
	font-weight: 700;
	width: 100px;
	  height: 100px;
	  border: 1px solid #e1e1e1;
	  line-height: 4;
	  border-radius: 50%;
	  cursor: pointer;
	  transition: all .7s ease 0s;
	  -webkit-transition: all .7s ease 0s;
	  -moz-transition: all .7s ease 0s;
	  -o-transition: all .7s ease 0s;
	  -ms-transition: all .7s ease 0s;
}
.features i.fa:hover{
	color: #fff;
	background: #008DD5;
}
.features h3{
	font-size: 24px;
	color: #1a1a1a;
}
.features p{
	font-size: 18px;
	color: #000;
	margin-bottom: 70px;
}
/*details area*/
.details-phone{
	margin-top: 50px;
}
.details p{
	font-size: 18px;
	color: #000;
	margin: 30px 0;
}
.details ul{
	margin: 0;
	padding: 0;
}
.details ul li{
	font-size: 18px;
	color: #1b1b1b;
}
.details ul li i.fa{
	font-size: 20px;
	color: #008ed6;
	height: 30px;
	width: 30px;
}

/*feature-detail area*/
.feature-detail{
	background: #f2f2f2;
}
.feature-detail h4{
	margin-top: 20px;
}
.feature-detail h2{
	margin-bottom: 10px;
}
.feature-detail p{
	font-size: 18px;
	color: #000;
	margin-top: 20px;
}
.horizontal-phone img{
	margin:30px 0;
}

/*pricing-slide area*/
.pricing-slide{
	background: url(../img/paralax.jpg);
	background-repeat: no-repeat;
	background-position: fixed;
	-webkit-background-size: cover;
	background-size: cover;
}
.pricing-slide h2{
	margin-bottom: 10px;
	color: #fff;
}
.pricing-slide p{
	font-size: 24px;
	color: #fff;
	font-style: italic;
	font-weight: 300;
	margin-top: 60px;
	margin-bottom: 25px;
}
.item img{
	float: left;
	margin-right: 20px;
	margin-bottom: 200px;
}
.item h5{
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.item h6{
	font-size: 16px;
	color: #fff;
	padding-top: 12px;
}
/*download area*/
.download{
	background: #15141a;
}
.download p{
	font-size: 36px;
	color: #fff;
	font-weight: 300;
	padding: 65px 0;
}
.download p span{
	font-weight: 700;
}
.download button{
	margin: 65px 0;
}
.download button.download-btn{
	margin-left: 15px;
}
/*price-plan area*/
.price-plan img{
	margin:auto;
	margin-bottom: 70px;
}
.single-table{
	border: 1px solid #e0e0e0;
	margin-bottom: 60px;
}
.single-table h3{
	font-size: 24px;
	color: #1a1a1a;
	border-bottom: 1px solid #e0e0e0;
	padding: 18px;
	line-height: 1;
	margin-top: 0;
	text-transform: uppercase;
	margin-bottom: 0;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
.table-price{
	position: relative;
	border-bottom: 1px solid #e0e0e0;
	display: block;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
.table-price h5{
	font-size: 60px;
	font-weight: 600;
	color: #1a1a1a;
	line-height: 1;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 17px;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
.table-price h5 span{
	position: absolute;
	font-size: 25px;
	top: 21%;
	left: 34%;
	font-weight: 600;
}
.table-price p{
  font-size: 18px;
  color: #000;
  line-height: 1;
  margin-bottom: 22px;
  transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
.table-description p{
	font-size: 18px;
	color: #000;
	padding: 40px 20px;
	margin-bottom: 0;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
.table-description a{
	color: #008ed6;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
.table-description button{
	width: 160px;
	height: 50px;
	border:1px solid #e0e0e0;
	color: #008ed6;
	border-radius: 4px;
	background: transparent;
	margin-bottom: 30px;
	font-weight: 700;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
.free h5 span{
	left: 39%;
}
.business h3{
	color: #008ed6;
}
.business-price{
	background: #008ed6;
}
.business-price p{
	color: #fff;
}
.business button{
	background: #008ed6;
	color: #fff;
	border:0;
}
.business h5{
	color: #fff;
}
.single-table:hover.single-table h3{
	color: #008ed6;
}
.single-table:hover .table-description button{
	background: #008ed6;
	color: #fff;
	border:0;
}
.single-table:hover .table-price h5{
	color: #fff;
}
.single-table:hover .table-price p{
	color: #fff;
}
.single-table:hover .table-price{
	background: #008ed6;
}
/*contact area*/
.contact{
	background: #ededed;
	position: relative;
	height: 700px;
}
.contact-heading img{
	margin: auto;
	margin-bottom: 50px;
}
.contact i.fa{
	color: #008ed6;
	font-size: 20px;
	padding: 20px;
}
.contact p{
	font-size: 18px;
	color: #999999;
	line-height: 1;
}
.contact-form{
	background: #15141a;
	overflow: hidden;
	z-index: 222;
	position: absolute;
	margin-top: 50px;
}
.contact-form-left, .contact-form-right{
	margin-top: 60px;
}
.contact-form-left input{
	width: 100%;
	height: 50px;
	padding: 12px;
	border-radius: 5px;
	border:1px solid #444348;
	margin-bottom: 20px;
	background: transparent;
	color: #fff;
}
.contact-form textarea{
	width: 100%;
	height: 189px;
	border-radius: 5px;
	border:1px solid #444348;
	margin-bottom: 15px;
	background: transparent;
	padding: 12px;
	color: #fff;
}
.contact-form-right input{
	width: 160px;
	height: 50px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	background: #008ed6;
	border-radius: 5px;
	border:0;
	margin-bottom: 40px;
}
/*map section*/
#map{
	width: 100%;
	height: 370px;
	pointer-events: none;
}
/*footer section*/
.footer{
	background: #FFF;
}
.footer i.fa{
	font-size: 15px;
	padding: 20px;
	color: #000;
	margin-top: 20px;
}
.footer i.fa:hover{
	color: #000;
}
.footer p{
	font-size: 14px;
	color: #000;
	text-transform: ;
	font-weight: 600;
	margin-bottom: 30px;
}
.footer p a{
	color: #000;
}
.footer p a:hover{
	color: #000;
}

/* Pricing pages */
.pricing-page-title-wrapper {
	padding-bottom: 20px;
}

.section.pricing-page-title h1{
	font-size: 35px;
  margin: 30px auto 15px;
	border-bottom-width: 5px;
	text-align: center;
}

.pricing-page-opening-note {
	text-align: center;
  font-size: 20px;
}

.license-tables:after{
	content: '';
	display: block;
	clear: both;
}

@media(min-width: 800px){
	.license-tables {
	    text-align: center;
	}

	.license-tables > div{
		width: calc(50% - 15px);
		max-width: 520px;
		display: inline-block;
		vertical-align: top;
	}

	.license-tables > div:first-child{
		margin-right: 30px;
	}

	.license-tables > div.purchase-link{
		width: auto;
		max-width: 100%;
	}

}


.license-table {
	text-align: center;
	background: #f9f9f9;
	border: 1px solid #bbb;
}

.license-table .license-table-title{
	text-align: center;
	font-size: 23px;
	padding-bottom: 2px;
	padding-top: 23px;
}

.license-table-subhead {
	text-align: center;
	padding-bottom: 8px;
}

.license-table-button {
	text-align: center;
	padding: 0 0 30px;
}

.license-table i {
	margin-right: 5px;
	opacity: .3;
}

.license-table-col-heading {
	text-align: center;
	border: 1px solid #bbb;
	border-width: 1px 0;
	padding: 17px 0;
	width: 50%;
}

.license-table td {
	padding: 15px 0;
}

.license-table th:first-child,
.license-table td:first-child {
	border-right: 1px solid #bbb;
}


.license-table tbody tr:nth-child(1) td {
	padding-top: 10px;
}

.license-table tbody tr:last-child td {
	padding-bottom: 10px;
}

.license-table tbody tr:nth-child(even) {
	background: #ffffff;
}

.license-information {
	position: relative;
	max-width: 520px;
	background: #f1f1f1;
	padding: 20px 40px;
	margin: 30px auto 50px;
	line-height: 1.8em;
}

.license-information:before {
	position: absolute;
	top: -33px;
	left: 50%;
	content: '';
	border: 18px solid #f1f1f1;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	transform: translate(-50%, 0);
}

.purchase-link a {
    display: inline-block;
    padding: 17px 66px;
    font-size: 22px;
    background: #258ed2;
    color: white!important;
    border-radius: 5px;
    margin: 0 5px 30px;
}

.purchase-link a i {
	margin-right: 10px;
}

a.network-license-info-link {
	display: block;
	text-align: center;
	margin: 50px 0 35px;
	font-size: 22px;
	clear: both;
	float: left;
	width: 100%;
}

a.network-license-info-link span {
	border-bottom: 2px dashed rgba(0, 0, 0, 0.06);
	line-height: 2em;
	padding-bottom: 4px;
	/*font-family: "Futura Book";*/
	transition: .2s;
	-webkit-transition: .2s;
}

a.network-license-info-link span {
	border-color: #1799ec;
}

a.network-license-info-link i{
	font-size: 1.2em;
	vertical-align: baseline;
	margin: 0 8px;
	transition: .4s;
	-webkit-transition: .4s;
}

a.network-license-info-link:hover i{
	margin-left: 20px;
	color: #3498DB;
}

.license-tables > div.network-license-info-content {
	display: none;
	width: 100%;
	float: none;
	clear: both;
	max-width: none;
	text-align: left;
}

.network-license-info-content p:first-child{
	margin-top: 0;
}

.other-pricing-links-wrapper {
	background: #f9f9f9;
	text-align: center;
}

.other-pricing-links a{
	display: block;
	font-size: 28px;
	margin: 30px auto;
	color: #000000;
	font-family: "Futura Book";
}

.other-pricing-links a span{
	border-bottom: 2px dashed rgba(0, 0, 0, 0.06);
	padding-bottom: 5px;
	margin-bottom: 10px;
	display: inline-block;
	transition: .2s;
	-webkit-transition: .2s;
}

.other-pricing-links a span {
	border-color: #1799ec;
}

.other-pricing-links a i{
	position: relative;
	left: 0;
	transition: .4s;
	-webkit-transition: .4s;
}

.other-pricing-links  a:hover i{
	left: 20px;
	color: #3498DB;
}

.license-features-info-wrapper {
	background: #eee;
}

.license-features-info-wrapper .sub-section h3{
	margin-top: 30px;
	margin-bottom: 0;
}

.license-features-info-wrapper .sub-section:first-child h3{
	margin-top: 15px;
}

.license-features-info-wrapper .sub-section p{
	margin: 10px 0;
}



/*
 * Sections
 */
.section-wrapper {
	background: white;
	padding: 40px;
	margin: 0;
	clear: both;
}

.section-wrapper:after {
	content: "";
	display: block;
	clear: both;
}

.section {
	max-width: 1300px;
	margin: 0 auto;
}

.section:after {
	content: "";
	display: block;
	clear: both;
}

@media(max-width: 500px){
	.section-wrapper {
		padding: 40px 20px;
	}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


