
/**
* @template:  CR

TABLE OF CONTENTS

	* Global
		+ Navbar
		+ Header
		+ Hero
		+ Us
		+ Services
		+ Portfolio
		+ Clients
		+ Blog
		+ Subscribe
	    + Price
		+ Contact
		+ Footer
		++ Demo2
		++ Demo3
		++ Demo4
		++ Demo5
		
*/

@import "main.css";

/* -------------------------------------------------------
                     Global 
-------------------------------------------------------- */

body{
	font-family: 'Open Sans', sans-serif;
	color: #333;
	line-height: 1.25;
}

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

.section-bord{
	border-bottom: 1px solid #f7f7f7;
}

.tit{
	margin-bottom: 70px;
	padding-bottom: 30px;
	color: #444;
	text-transform: uppercase;
	position: relative;
}

.tit-center.tit:after{
	left: calc(50% - 30px) !important;
}

.tit:after{
	content: "";
	width: 60px;
	height: 2px;
	background: #00c0ce;
	position: absolute;
	bottom: 0;
	left: 0;
}

a, a:hover, a:focus{
	color: inherit;
}

p{
	color: #888;
	letter-spacing: 0px;
	line-height: 1.8;
	font-weight: 400;
	font-size: 15px;
}

h1,h2,h3,h4,h5,h6{
	font-family: "Roboto", sans-serif;
}

/* -------------------------------------------------------
                     Navbar 
-------------------------------------------------------- */
.navbar-default {
  padding: 20px 0 30px;
  background: none;
  border: none;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus
{
	font-size: 25px;
	line-height: 40px;
	color: #00c0ce;
	font-family: 'Righteous', cursive;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
  margin: 0 !important;
  color: #eee !important;
  padding: 0 !important;
}
.navbar-default .navbar-nav > li {
  font-size: 16px;
  margin: 25px 20px 0;
  padding: 5 10px;
  background: none;
  cursor: pointer;
  position: relative;
}
.navbar-default .navbar-nav > li .active {
  color: #00c0ce !important;
  background: none;
}

.nav-scroll {
  background: #fff;
  box-shadow: 0px 0px 10px #f1f1f1;
  min-height: 60px;
  line-height: 60px;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all .5s;
}

.nav-scroll .navbar-nav > li > a {
  color: #111 !important;
}

/* -------------------------------------------------------
                     Header 
-------------------------------------------------------- */

.header{
	height: 100vh;
	width: 100%;
	background-attachment: fixed;
	background-size: cover !important;
	background-repeat: no-repeat;
	position: relative;
}

.header{
	background: rgba(0,0,0,.7);
	background-image: url(../img/bg.jpg);
	background-blend-mode: overlay;
}

.header .caption{
	color: #fff;
	padding-top: 30px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}

.header .caption h1{
	font-weight: 900;
	font-size: 70px;
	margin: 30px auto;
}

.header .caption h6{
	font-weight: 100;
	letter-spacing: 2px;
	margin-bottom: 40px;
}

/* -------------------------------------------------------
                     hero 
-------------------------------------------------------- */

.hero .main-head{
	font-size: 18px;
	font-style: italic;
}

.hero .item span{
	font-size: 40px;
	color: #00c0ce;
	float: left;
}

.hero .item .item-info{
	margin-left: 70px;
}

.hero .item .item-info h6{
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 400;
	position: relative;
}

/* -------------------------------------------------------
                     Us 
-------------------------------------------------------- */

.us{
	position: relative;
}

.us .item-img{
	background: rgba(0,0,0,.2);
	background-image: url(../img/b1.jpg);
	background-size: cover;
	background-blend-mode: overlay;
	min-height: 500px;
	position: relative;
}

.us .item-img:after{
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border: 10px solid rgba(255,255,255,.2);
}

.accordion .item{
	border: 1px solid #eee;
	border-radius: 5px;
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
}

.accordion .accordion-icon h6{
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	padding: 15px;
	margin-bottom: 0;
	cursor: pointer;
}

.accordion .accordion-icon span{
	float: right;
	color: #00c0ce;
	font-size: 14px;
}

.accordion .accordion-info{
	display: none;
	padding: 10px;
}

.accordion .accordion-info:after{
	content: "";
	width: 100%;
	height: 4px;
	background: #00c0ce;
	position: absolute;
	top: 0;
	left: 0;
}

.accordion .accordion-info.active{
	display: block;
}

/* -------------------------------------------------------
                     Services 
-------------------------------------------------------- */

.services{
	overflow: hidden;
}

.services .item{
	padding: 50px 30px;
	box-shadow: 0px 10px 30px #f4f4f4;
	margin-bottom: 30px;
}

.services .item span{
	font-size: 40px;
	color: #00c0ce;
}

.services .item h6{
	text-transform: uppercase;
	margin: 25px auto 20px;
	color: #555;
	font-weight: 400;
}

/* -------------------------------------------------------
                    Portfolio
-------------------------------------------------------- */
.portfolio {
  overflow: hidden;
}

.portfolio .filtering span {
  margin: 0px 10px;
  padding: 5px 10px;
  font-size: 16px;
  color: #777;
  cursor: pointer;
}

.portfolio .filtering .active {
  color: #00c0ce;
}

.portfolio .item-img {
  padding: 0px;
  position: relative;
}

.portfolio .item-img .item-img-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  overflow: hidden;
  transition: all .5s;
  color: #fff;
}

.portfolio .item-img .item-img-overlay:hover {
  opacity: 1;
}

.portfolio .item-img .item-img-overlay h6 {
  margin-bottom: 20px;
}

.portfolio .item-img .item-img-overlay .icon a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 5px;
  font-size: 14px;
  border: 1px solid #eee;
}


/* -------------------------------------------------------
                     Clients 
-------------------------------------------------------- */

.clients{
	background: rgba(0,0,0,.5);
	background-image: url(../img/1.jpg);
	background-size: cover !important;
	background-attachment: fixed;
	background-blend-mode: overlay;
	color: #fff;
}

.clients .item .tit{
	color: #fff;
}

.clients .item .icon{
	font-size: 40px;
	margin-bottom: 30px;
}

.clients .item .says h5{
	color: #00c0ce;
	font-size: 22px;
}

.clients .item .says p{
	color: #eee;
}

.clients .item .says h6{
	font-weight: 300;
	margin: 30px auto;
	font-size: 16px;
}

.clients .owl-theme .owl-nav [class*=owl-]{
	background: transparent;
	width: 40px;
	height: 40px;
	line-height: 30px;
	border-radius: 0;
	border: 1px solid #eee;
	font-size: 20px;
	color: #00c0ce;
}

.owl-theme .owl-dots .owl-dot span{
	width: 2px;
	height: 20px;
	color: #fff;
	border-radius: 0;
	transition: all .5s;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: #00c0ce;
	transform: scale(1,2);
}

/* -------------------------------------------------------
                     Price 
-------------------------------------------------------- */

.price .main-item{
	padding: 30px 0;
	box-shadow: 0px 2px 20px #eee;
}

.price .main-item.active{
	transform: scale(1.05,1.05);
	background: #fff;
	position: relative;
	z-index: 9;
}

.price .item .head{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f4f4f4;
}

.price .item .head .icon{
	font-size: 40px;
	color: #00c0ce;
}

.price .item .head h3{
	font-weight: 300;
	margin: 30px auto;
}

.price .item .head h2 span{
	font-size: 20px;
}

.price .item .features{
	padding: 5px 0;
}

.price .item .purch{
	border-top: 1px solid #f4f4f4;
}

.price .item .purch button{
	background: #fff;
	border: 0;
	border: 1px solid #00c0ce;
	padding: 10px 40px;
	margin-top: 30px;
	transition: all .5s;
}

.price .item .purch button:hover{
	color: #fff;
	background: #00c0ce;
}

.price .main-item.active .purch button{
	color: #fff;
	background: #00c0ce;
}

/* -------------------------------------------------------
                     Blog 
-------------------------------------------------------- */

.blog .item .blog-content{
	padding: 20px;
	box-shadow: 0px 0px 2px #eee;
}

.blog .blog-content .date{
	padding: 10px 0 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.blog .blog-content .date span{
	margin-right: 15px;
	color: #777;
}

.blog .blog-content .date i{
	color: #00c0ce;
}

.blog .blog-content .more{
	margin-top: 10px;
	padding-bottom: 5px;
	color: #111;
	border-bottom: 1px solid transparent;
	cursor: pointer;
}

.blog .blog-content .more:hover{
	border-color: #00c0ce;
}

/* -------------------------------------------------------
                     Subscribe 
-------------------------------------------------------- */

.subscribe{
	background: rgba(0,0,0,.7);
	background-image: url(../img/2.jpg);
	background-size: cover !important;
	background-attachment: fixed;
	background-blend-mode: overlay;
	color: #fff;
	padding: 100px 0;
}

.subscribe .item input{
	border: 0;
	margin-top: 20px;
	padding: 10px;
	width: 70%;
	color: #777;
	background: #fff;
}

.subscribe .item button{
	background: #00c0ce;
	color: #fff;
	border: 0;
	margin-left: -10px;
	border: 2px solid #fff;
	padding: 8px;
}

/* -------------------------------------------------------
                    Contact
-------------------------------------------------------- */
.contact .info {
  margin-bottom: 80px;
}
.contact .info .item {
  text-align: center;
}
.contact .info .item .icon {
  font-size: 40px;
  margin-bottom: 10px;
}
.contact .info .item h6 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contact .main-form input {
  width: 100%;
  padding: 10px;
  border: 1px solid #eee;
  background: #fafafa;
  margin-bottom: 15px;
}
.contact .main-form input[type="submit"] {
  background: #00c0ce;
  color: #fff;
  transition: all .5s;
}
.contact .main-form input[type="submit"]:hover {
  border-color: #00c0ce;
  background: transparent;
  color: #00c0ce;
}
.contact .main-form textarea {
  width: 100%;
  height: 140px;
  max-width: 100%;
  max-height: 140px;
  padding: 10px;
  background: #fafafa;
  border: 1px solid #eee;
}

/* -------------------------------------------------------
                    Footer
-------------------------------------------------------- */
footer {
  background: #111;
  color: #fff;
}
footer .main-footer {
  padding: 80px 0;
}
footer .main-footer .footer-logo {
  font-size: 35px;
  color: #00c0ce;
  font-family: 'Righteous', cursive;
  text-transform: uppercase;
  margin-bottom: 30px;
}
footer .main-footer .social-icon span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #888;
  background: #151515;
  transition: all .5s;
}
footer .main-footer .social-icon span:hover {
  background: #00c0ce;
  color: #fff;
}
footer .sub-footer {
  text-align: center;
  padding: 20px 0;
  border-top: 2px solid #151515;
}

footer .sub-footer p{
	font-size: 14px;
}

/* -------------------------------------------------------
                    Demo2
-------------------------------------------------------- */

.header.demo2{
  background-image: url(../img/bg2.jpg);
}

.header.demo2 .caption{
  padding-left: 10%;
  text-align: left;
}

/* -------------------------------------------------------
                    Demo3
-------------------------------------------------------- */

.header.demo3{
	background-image: url(../img/bg3.jpg);
}

/* -------------------------------------------------------
                    Demo4
-------------------------------------------------------- */

.header.demo4{
	overflow: hidden !important;
	background-image: url(../img/bg4.jpg);
}

.header.demo4 .caption{
	padding: 0 10px;
}

.demo4 .owl-theme .owl-nav [class*=owl-]{
	background: rgba(0,0,0,.5);
	color: #eee;
	padding: 0 10px;
	height: 80px;
	line-height: 80px;
	font-size: 20px;
	opacity: 0;
	transition: all .5s;
}

.demo4:hover .owl-theme .owl-nav [class*=owl-]{
	opacity: 1;
}

.demo4 .owl-prev{
	position: absolute;
	top: calc(50% - 50px);
	left: -5px;
}

.demo4 .owl-next{
	position: absolute;
	top: calc(50% - 50px);
	right: -5px;
}

/* -------------------------------------------------------
                    Demo5
-------------------------------------------------------- */

.header.demo5{
	height: 100vh;
	overflow: hidden !important;
}

/* -------------------------------------------------------
                    The End
-------------------------------------------------------- */