/*
	01 . General CSS
	02 . preloader
	03 . Navigation 
	04 . home
	05 . features
	06 . images-text
	07 . download
	08 . screenshots
*/

/* 01 . General CSS Starts */
	body{
		font-family: 'Open Sans', sans-serif;	
		padding: 0px;
		margin: 0px;
	}
	section{
		padding-bottom: 90px;
	}
	h1,h2{
		font-family: 'Poppins', sans-serif;	
	}
	h1,h2{
		font-size: 43px;
		font-weight: 700;
		color: #39444e;
		text-transform: uppercase;
		line-height: 60px;
		margin-bottom: 50px;
		margin-top: 0;
	}
	h5{
		font-size: 18px;
		font-weight: 400px;
		color:#39444e;
	}
	h6,p{
		font-size: 21px;
		line-height: 35px;
		color: #39444e;
	}
	strong{
		color:#000;
	}
	a{
		text-decoration: none !important;
	}
	button.btn-buy, button.btn-preview{
		border-radius: 10px !important;
		padding: 10px 30px !important;
	}
	.typed-cursor{
		color:#4488e0;
		font-weight: lighter;
	}

	.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
	}
	@keyframes blink{
	    0% { opacity:1; }
	    50% { opacity:0; }
	    100% { opacity:1; }
	}
	@-webkit-keyframes blink{
	    0% { opacity:1; }
	    50% { opacity:0; }
	    100% { opacity:1; }
	}
	@-moz-keyframes blink{
	    0% { opacity:1; }
	    50% { opacity:0; }
	    100% { opacity:1; }
	}
	.mt10{
		margin-top: 10px;
	}
/* 01 . General CSS end */

/* 03 . Navigation start */


	#myNavbar {
    	border-bottom: 1px solid #ccc;
    	line-height: 50px;
	}

	.navbar-nav>li>a {
    	padding-top: 35px;
    	padding-bottom: 10px;
    	transition: all 0.3s linear;
        -moz-transition:all 0.3s linear;
		-webkit-transition:all 0.3s linear;
		-o-transition:all 0.3s linear;
		-ms-transition:all 0.3s linear;
    	color: #222;
    	text-transform: uppercase;
    	padding: 35px 15px 10px;
	}

	.btn-nav{
		padding-top: 22px;
    	padding-bottom: 10px;
    	padding-left: 20px;
	}

	.navbar-btn {
	    margin-top: 0;
	}

	.nav>li>a:focus, .nav>li>a:hover{
		background-color: #fff;
	}

	.navbar-nav>li :before {
		content: "";
		position: absolute;
		left: 15px;
		right: 100%;
		bottom: 0;
		background: #4488e0;
		height: 1px;
		transition: right 0.3s ease-out;
		-moz-transition: right 0.3s ease-out;
		-webkit-transition: right 0.3s ease-out;
		-o-transition: right 0.3s ease-out;
		-ms-transition: right 0.3s ease-out;
	}

	.navbar-toggle .icon-bar {
	    height: 1px;
	}
	
	.navbar-toggle span {
	    background-color: #fff;
	}

	/* .navbar-nav>li:last-child:before{
		content: none;
	} */
	.navbar-nav>li :hover:before, .navbar-nav>li :focus:before,.navbar-nav>.active :before{
	  	right: 15px;
	}
	.btn-buy, .btn-preview{
		padding:10px 15px; 
	}
	.btn-buy{
		background-color: #F44336;
		border-color: #F44336;
		transition:all 0.5s;
		-moz-transition:all 0.5s;
		-webkit-transition:all 0.5s;
		-o-transition:all 0.5s;
		-ms-transition:all 0.5s;
	}
	.btn-preview{
		background-color: #4caf50;
		border-color: #4caf50;
		transition:all 0.5s;
		-moz-transition:all 0.5s;
		-webkit-transition:all 0.5s;
		-o-transition:all 0.5s;
		-ms-transition:all 0.5s;
	}
	.btn-buy:hover,.btn-buy:focus{
		background-color: transparent;
		border-color: #000;
		color: #000;
	}
	.btn-preview:hover,.btn-preview:focus{
		background-color: #000;
		border-color: #000;
	}

/* 03 . Navigation End */

/* 04 . home start */
	.main h1{
		margin-top: 30px;
	}
	.main p{
		padding: 0 170px;
		margin-top: 20px;
	}
	.premium{
		color:#1b8bf9;
	}
	.screen{
		margin-top: 30px;
	}

/* 04 . home end */

/* 05. version start */
	.version p{
		padding: 0 170px;
		margin-top: 20px;
		margin-bottom: 40px;
	}

	.version-img{
		margin-top: 15px;
		margin-bottom:50px;
	}
	.version-img h5{
		text-align: center;
		font-size: 18px;
		line-height: 22px;
		padding:0;
	}
	.btn-light, .btn-dark, .btn-rtl, .btn-boxed, .btn-red{
		border-radius: 15px;
		transition:all 0.3s;
		width: 60px;
		border-color: transparent;
		padding: 5px 10px;
	}
	.btn-layout{
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.btn-light{background-color:#ccc;color: #000;}.btn-light:hover,.btn-light:active,.btn-light:focus{background-color: #d8d8d8;color: #000;} 
	.btn-dark{background-color: #4d4b4b;color: #fff;}.btn-dark:hover,.btn-dark:active,.btn-dark:focus{background-color: #2d2d2d;color: #fff;}
	.btn-rtl{background-color: #f57b00;color: #fff;}.btn-rtl:hover,.btn-rtl:active,.btn-rtl:focus{background-color: #d66e04;color: #fff;}
	.btn-boxed{background-color: #4caf50;color: #fff;}.btn-boxed:hover,.btn-boxed:active,.btn-boxed:focus{background-color: #3a853d;color: #fff;}
	.btn-red{background-color: #fb0606;color: #fff;}.btn-red:hover,.btn-red:active,.btn-red:focus{background-color: #fb0606;color: #fff;}
	.btn-mobile{
		display: none;
	}
	.demos_box h3{
		color: #1b8bf9;
		font-weight:700;
		text-transform:uppercase;
		margin-bottom: 30px;
	}
	.btn-buy-mobile{
		padding: 7px;
		background-color: #f44336;
		border-color: #000;
		color: #fff;
		transition:all 0.5s;
    	border: 1px solid #f44336;
    	border-radius: 5px;
    	-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
    	cursor: pointer;
	}
	.btn-buy-mobile:hover{	
		background-color: #fff;
    	border: 1px solid #000;
    	color: #000;
	}

	.btn-preview-mobile{
		padding: 8px 16px;
		background-color: #4caf50;
		border-color: #4caf50;
		color: #fff;
		transition:all 0.5s;
    	border: 1px solid #4caf50;
    	border-radius: 5px;
    	-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
    	cursor: pointer;
	}
	.btn-preview-mobile:hover{	
		background-color: #000;
		border-color: #000;
		color: #fff;
	}

	/* effect hover start */

	.ehover1 img {
	  transition: all 0.4s linear;
	  -moz-transition: all 0.4s linear;
	  -o-transition: all 0.4s linear;
	  -webkit-transition: all 0.4s linear;
	  transition: all 0.4s linear;
	}

	.ehover1 .overlay {
	  opacity: 0;
	  background-color: rgba(0,0,0, 0.5);
	  -moz-transition: all 0.4s ease-in-out;
	  -o-transition: all 0.4s ease-in-out;
	  -webkit-transition: all 0.4s ease-in-out;
	  transition: all 0.4s ease-in-out;
	}


	.ehover1 a.info {
	  opacity: 0;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  -webkit-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
	}
	/* effect hover end */ 

/* 05. version end */



/* 06. features start */
	.features p{
		padding: 0 170px;
		margin-top: 20px;
	}
	.features-img{
		margin-top: 15px;
	}
	/* .features-img img{
		width: 60px;
		height: 60px;
		margin:0 auto;
		border-radius: 50%;
	} */
	.features h2{
		margin-top:50px; 
	}
	.features-img span{
		display: block;
		margin: 0 auto;
	}
	.features-img p{
		text-align: center;
		font-size: 14px;
		line-height: 26px;
		padding:0 40px;
		transition:all 0.5s;
		-moz-transition:all 0.5s;
		-webkit-transition:all 0.5s;
		-o-transition:all 0.5s;
		-ms-transition:all 0.5s;
	}
	.features-img p:hover{
		color:#4488e0; 
	}
	.features-img h5{
		text-align: center;
		font-weight: bold;
	}
	



.arrow_box {
	position: relative;
	background: #f44336;
	color: #fff;
	display: inline-block;
	left: 220px;
    padding: 0 8px;
    border-radius: 5px;
}
.arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(213, 213, 213, 0);
	border-top-color: #f44336;
	border-width: 7px;
	margin-left: -7px;
}

/* Related Products */
.product .title_related p{
	margin-top: 20px;
	margin-bottom: 70px;
}
.product_body p{
	font-size:16px;
	line-height:25px;
}
.blog-card {
    box-shadow: 0px 0px 5px 0px #ccc;
}
.blogimg {
    position: relative;
    top: -45px;
    margin: 0 auto;
    width: 100%;
    box-shadow: 0px 0px 7px 2px #ccc;
    margin-bottom: -40px;
    border-radius: 5px;
}




	/*buy now start*/
	.buy-text{
		margin: 40px 0;
		padding-left: 20px;
		display: block;
		color: #fff;
		font-weight: 600;
	}
	.buy-now{
		background-color: #2f4461;
		overflow: hidden;
	}
	.call-to-action{
		text-align: right;
	}
	.buy-now span{
		color:#fff;
		font-size: 25px;
	}
	.buy-now .btn-buy{
		background-color: #fff;
		color: #4488e0;
		font-weight: bold;
		margin-top: 37px;
		border-color: #fff;
		transition:all 0.5s;
		-moz-transition:all 0.5s;
		-webkit-transition:all 0.5s;
		-o-transition:all 0.5s;
		-ms-transition:all 0.5s;
	}
	.buy-now .btn-buy:hover{
		background-color: transparent;
		border-color: #fff;
		color: #fff;
	}
	/*buy now end*/
/* 06. features end */


/* 07. client start */
	.client-box{
		padding: 20px;
		border: 1px solid #ccc;
    	transition:all 0.5s;
    	-moz-transition:all 0.5s;
		-webkit-transition:all 0.5s;
		-o-transition:all 0.5s;
		-ms-transition:all 0.5s;
    	margin-bottom: 50px;
	}
	.client-box:hover{
		border: 1px solid #4488e0;
	}
	.client-box img{
		display: inline-block;
		float: left;
		padding-right: 30px;
	}
	.client-box h3{
		margin-top:2px;
		display: inline-block;
		float: left;
		margin-bottom: 0;
		font-weight: 700;
	}
	.client-box p{
		font-size: 16px;
		margin-top:0;
		display: inline-block;
	}
	
	.area{
		font-style: italic;
		margin-left: 20px;
	}
	.comment{
		font-size: 16px;
		font-weight: bold;
	}
/* 07. client end */




/* 08. footer starts */
	.footer{
		background-color: #2f4461;
		color:#fff;
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.footer ul{
		padding-left: 0;
	}
	.footer ul li{
		list-style: none;
		line-height: 30px;
	}
	.footer ul li a{
		color:#fff;
		border-bottom: 1px solid #5d7e96;
		line-height: 40px;
		text-decoration: none;
		font-size: 13px;

	}
	.footer ul li a:hover {
		color: #4488e0;
		transition:all 0.5s;
        -moz-transition:all 0.5s;
		-webkit-transition:all 0.5s;
		-o-transition:all 0.5s;
		-ms-transition:all 0.5s;
	}
	.footer h5{
		color:#fff;
		font-weight: bold;
	}
	.footer p{
		font-size: 14px;
		line-height: 22px;
		margin-top: 20px;
		color: #fff;
	}
	.footer i{
		margin-right: 15px;
	}

	.logo-white{
		display: block;
	}
	


	.link{
		border-top: 1px solid #3e637c;
		margin-top: 50px;
		padding-top: 40px;
	}
	.link span {
		font-size: 14px; 
		padding: 10px; 
		position: relative;
		text-transform: uppercase;
	}

	.link span:hover {
		color:#1b8bf9;
	}

	.link span:after {
		content: '';
		position: absolute; 
		right: 0; 
		top: .6em; 
		bottom: .6em; 
		width: 1px; 
		background-color: #fff;
	}

	.link > span:last-child:after {
		display: none;
	}


	.link-icon ul{
		display: inline-block;
		margin: 0 auto;
	}
	.link-icon ul li{
		float: left;
		margin-top: 15px;
	}
	.link-icon ul li a{
		text-decoration: none;
		padding: 0 10px;
		border-bottom: none;
		font-size: 24px;
	}

	.link-icon ul li a i{
		font-size: 24px;
		transition:all 0.8s;
        -moz-transition:all 0.8s;
		-webkit-transition:all 0.8s;
		-o-transition:all 0.8s;
		-ms-transition:all 0.8s;
    }
	.link-icon ul li a i:hover {
	    color:#4488e0;
	    transform: rotate(360deg);
	    -webkit-transform: rotate(360deg);
	    -moz-transform:rotate(360deg);
		-webkit-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		-ms-transform:rotate(360deg);
	}
	.link span a{
		color: #fff;
	}
/* 08. footer ends */



/* sprite start*/
.sprite {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-CRM {
    width: 60px;
    height: 60px;
    background-position: -5px -5px;
}

.sprite-UIelement {
    width: 60px;
    height: 60px;
    background-position: -75px -5px;
}

.sprite-charts {
    width: 60px;
    height: 60px;
    background-position: -145px -5px;
}

.sprite-cms {
    width: 60px;
    height: 60px;
    background-position: -215px -5px;
}

.sprite-color {
    width: 60px;
    height: 60px;
    background-position: -5px -75px;
}

.sprite-datatable {
    width: 60px;
    height: 60px;
    background-position: -75px -75px;
}

.sprite-ecommerce {
    width: 60px;
    height: 60px;
    background-position: -145px -75px;
}

.sprite-email {
    width: 60px;
    height: 60px;
    background-position: -215px -75px;
}

.sprite-form {
    width: 60px;
    height: 60px;
    background-position: -5px -145px;
}

.sprite-icons {
    width: 60px;
    height: 60px;
    background-position: -75px -145px;
}

.sprite-landing {
    width: 60px;
    height: 60px;
    background-position: -145px -145px;
}

.sprite-layouts {
    width: 60px;
    height: 60px;
    background-position: -215px -145px;
}

.sprite-loader {
    width: 60px;
    height: 60px;
    background-position: -5px -215px;
}

.sprite-login {
    width: 60px;
    height: 60px;
    background-position: -75px -215px;
}

.sprite-menu {
    width: 60px;
    height: 60px;
    background-position: -145px -215px;
}

.sprite-pages {
    width: 60px;
    height: 60px;
    background-position: -215px -215px;
}

.sprite-social {
    width: 60px;
    height: 60px;
    background-position: -285px -5px;
}

.sprite-task {
    width: 60px;
    height: 60px;
    background-position: -285px -75px;
}

.sprite-themeUI {
    width: 60px;
    height: 60px;
    background-position: -285px -145px;
}

.sprite-widget {
    width: 60px;
    height: 60px;
    background-position: -285px -215px;
}
/* sprite end */



/* general styling for all the hovers */
	
.hover {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  margin-bottom: 40px;
}

.hover .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hover img {
  display: block;
  position: relative;
  margin: 0 auto;
}


.hover a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #f44336;
  margin: 100px 0 0 0;
  border-radius: 5px;
  background-color: #f44336;
  cursor: pointer;
}

.hover a.info:hover {
  border: 1px solid transparent;
  background-color: #fff;
  color: #000;
}


.hover a.preview {
  display: inline-block;
  text-decoration: none;
  padding: 7px 7px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #4caf50;
  margin: 100px 0 0 0;
  border-radius: 5px;
  background-color: #4caf50;
  cursor: pointer;
  transition:all 0.2s;
}

.hover a.preview:hover {
  background-color: #fff;
  color: #000;
}

/* styling to remove box shadow and border from buttons for last few effects */

 .hover a.nullbutton {
  border: none;
  padding: 0px;
  margin: 0px;
}

.hover a.nullbutton:hover {
  box-shadow: none;
}

/* remove the blue line that shows on modal buttons after you have open and close a modal */

.modal-open .modal, a:focus {
    outline:none!important
}



