/*

Theme Name: Pearl
Theme URI: http://zozothemes.com/html/pearl/
Author: zozothemes
Author URI: http://zozothemes.com/
Description: Pearl is a Multi-Purpose business HTML5 Theme built for any type of business such as creative agency, freelancer or general business. The theme is designed uniquely and beautifully with elegant colour, featuring a responsive grid, retina optimization, modern design and much more..
Version: 0.1
License: GNU General Public License v3.0

*/

/* =================================================================== 
							GLOBAL STYLES
======================================================================*/
body{
	overflow-x: hidden;
}
body, .tooltip-inner{
    font-family: 'Poppins', sans-serif;
}
::-moz-selection {
    background: #171717;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #171717;
    color: #fff;
    text-shadow: none;
}
section,.section{
	padding: 100px 0;
	position: relative;
	display: block;
}
.container{
	max-width: 1280px;
	width: 100%;
}
h1,h3,h4,h5,h6{
	color: #171717;
	-webkit-font-smoothing:antialiased !important;
}
.mont, .section-title .title{
	font-family: 'Montserrat', sans-serif;
}
.ultra, .section-title .light-text{
	font-family: 'Ultra', serif;
}
h1{ font-size:48px}
h2{ font-size:40px}
h3{ font-size:32px}
h4{ font-size:17px}
h5{ font-size:18px}
h6{ font-size:16px}
h4 {
    text-transform: uppercase;
	margin: 20px 0;
	font-weight: 600;
}
a, a:hover, .btn, .btn:hover, img, img:hover,
.showcase-btns-wrap, .showcase-img-wrap:hover .showcase-btns-wrap,
.showcase-img-wrap, .showcase-img-wrap:hover,
.showcase-img-wrap .showcase-overlay, .showcase-img-wrap:hover .showcase-overlay,
.border-box .box-image > img, .border-box:hover .box-image > img{
	 -webkit-transition: all 250ms ease 0s;
	    -moz-transition: all 250ms ease 0s;
		 -ms-transition: all 250ms ease 0s;
		  -o-transition: all 250ms ease 0s;
			 transition: all 250ms ease 0s;
}
a:hover, a:focus,
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus{
	outline:none;
	text-decoration:none;
}
a{
	color: #171717;
}
a:hover, a:focus{
	color: #555;
}
.typo-light a{
	color: #0CB4CE;
}
.typo-light a:hover, .typo-light a:focus, .typo-light a.active {
	color: #fff;
}
/* Bootstrap Overwrite */
.row{
	margin-left: -30px;
	margin-right: -30px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding-left: 30px;
	padding-right: 30px;
}
/* Typo light */
.typo-light h1,
.typo-light h2,
.typo-light h3,
.typo-light h4,
.typo-light h5,
.typo-light h6,
.typo-light p,
.typo-light span,
.typo-light i{
    color: #fff;
}
/* Colors */
.bg-green{
	background-color: #1ABC9C;
}
.bg-red{
	background-color: #E74C3C;
}
.bg-yellow{
	background-color: #F4D03F;
}
.bg-violet{
	background-color: #1ABC9C;
}
.bg-green{
	background-color: #1ABC9C;
}
.bg-color{
	background-color: #0CB4CE;
}
.bg-dark{
	background-color: #171717;
}
.bg-dark2{
	background-color: #323232;
}
/* Image */
.img-center{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


/* List */
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
p{
	font-size: 12px;
    font-weight: 400;
	line-height: 1.9;
	-webkit-font-smoothing:antialiased !important;
}
/* Background Images */
.image-bg{
	position: absolute;
	background-size:cover;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.bg-gradient{
	background: -webkit-radial-gradient(center top,circle cover,rgb(12,180,206) 17%,rgb(16,128,208) 79%);
	background: -moz-radial-gradient(center top,circle cover,rgb(12,180,206) 17%,rgb(16,128,208) 79%);
	background: -ms-radial-gradient(center top,circle cover,rgb(12,180,206) 17%,rgb(16,128,208) 79%);
	background: -o-radial-gradient(center top,circle cover,rgb(12,180,206) 17%,rgb(16,128,208) 79%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.calltoaction .bg-gradient{
	opacity: 0.7;
}
/* Section title */
.section-title {
    margin-bottom: 100px;
    text-align: center;
	position: relative;
	z-index: 1;
}
.section-title.no-b-space {
    margin-bottom: 0;
}
.section-title .title {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: -1.9px;
	margin: 0;
}
.section-title .light-text {
    color: #0cb4ce;
    font-size: 191px;
    font-weight: bold;
    left: -35%;
    letter-spacing: -5px;
    line-height: 0.8;
    opacity: 0.15;
    position: absolute;
    right: 0;
    top: -47px;
    z-index: -1;
}
.section-title .desc-wrap > p {
    color: #ccc;
    font-size: 16px;
    margin-top: 30px;
}
.section-title .desc-wrap > p > i{
	margin-right: 15px;
}
/* Title Left */
.section-title.text-left{
	text-align: left;
}
.section-title.text-left .light-text{
	left: 0;
}



/* Title Light */
.typo-light .section-title .light-text {
    color: #fff;
    opacity: 0.05;
}

/* Nav Buttons */
.nav-btns-wrap {
    float: left;
    margin-top: -123px;
    position: relative;
    text-align: center;
    width: 100%;
}
.nav-btns {
	background: #fff none repeat scroll 0 0;
    border-radius: 40px; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.15);
	-o-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.15);
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: auto;
}
.nav-btns > li {
    display: inline-block;
    margin-left: -5px;
}
.nav-btns a {
    background: #fff none repeat scroll 0 0;
    display: block;
    font-size: 16px;
    font-weight: 500;
    min-width: 132px;
    padding: 12px;
    text-align: center;
    text-transform: lowercase;
}
.nav-btns a:hover,
.nav-btns a:focus {
    background: #0CB4CE;
	color: #fff;
}
/* Hero */
.hero-block{
	position: relative;
	overflow: hidden;
	/* background: #0CB4CE; */
}
.hero-content{
	position: static;
	/*width: 100%;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);*/
}
.wide-container{
	position: relative;
}
.hero-content-col {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.hero-screen {
    margin-left: -248px;
    margin-top: 0;
    max-width: 1135px;
    width: auto;
}
.theme-name {
    background: #171717 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.3em;
    line-height: 1.2;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 12px 20px;
    position: relative;
}
.hero-title {
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-top: 0;
    position: relative;
    text-transform: capitalize;
    text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.3);
}
.hero-desc {
    font-size: 18px;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3)
}
.bottom-arrow img {
    border: 1px solid transparent;
    bottom: 20px;
    left: 0;
    margin: 0 auto;
    padding: 20px;
    position: absolute;
    right: 0;
    z-index: 1;
}
.bottom-arrow img:hover {
	border-color: #fff;
}

.btn-set{
	margin-top: 30px;
}
.btn-set li{
	display: inline-block;
	margin: 0 10px;
}
.btn-set li:first-child{
	margin-left: 0;
}
.btn-set li:last-child{
	margin-right: 0;
	margin-left: 0;
}
.btn {
    border: 1px solid #171717;
    border-radius: 40px; -webkit-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px;
    color: #171717;
    font-size: 14px;
    min-width: 166px;
    padding: 12px 0;
	text-transform: lowercase;
	box-shadow: 1px 3px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 3px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 3px 2px rgba(0,0,0,0.1);
	-ms-box-shadow: 1px 3px 2px rgba(0,0,0,0.1);
	-o-box-shadow: 1px 3px 2px rgba(0,0,0,0.1);
}
.btn:hover, .btn:focus, .btn.active {
    background-color: #171717;
    color: #fff;
}
.btn-color{
	border: 1px solid #0CB4CE;
	color: #0CB4CE;
}
.btn-grey {
    border-color: #e1e1e1;
    box-shadow: none;
    color: #777;
}
.btn-grey:hover, .btn-grey:focus, .btn-grey.active  {
    border: 1px solid #0CB4CE;
	background-color: #0CB4CE;
	color: #fff;
}
.typo-light .btn {
    border: 1px solid #fff;
    color: #fff;
}
.typo-light .btn:hover, 
.typo-light .btn:focus, 
.typo-light .btn.active {
    background-color: #fff;
    color: #171717;
}
/* Demo */
.top-space{
	margin-top: 50px;
}
.home-demos .container {
    max-width: 1170px;
}
/* Showcase */
.showcase-block {
	text-align: center;
}
.showcase-title {
    color: #555;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.showcase-img-wrap {
	display: block;
	position: relative;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.1);
}
.showcase-img-wrap:hover {
	border-color: rgba(0,0,0,0.8);
	box-shadow: 1px 5px 18px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 1px 5px 18px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 1px 5px 18px rgba(0, 0, 0, 0.45);
	-ms-box-shadow: 1px 5px 18px rgba(0, 0, 0, 0.45);
	-o-box-shadow: 1px 5px 18px rgba(0, 0, 0, 0.45);
}
.showcase-btns-wrap{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: inline-block;
	opacity: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.showcase-img-wrap:hover .showcase-btns-wrap{
	opacity: 1;
}
.showcase-btns {
    border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
    display: inline-block;
    overflow: hidden;
}
.showcase-btns li{
	display: inline-block;
	float: left;
}
.showcase-btns a {
    background: #fff none repeat scroll 0 0;
    display: block;
    font-size: 12px;
    font-weight: 500;
    min-width: 112px;
    padding: 12px;
    text-align: center;
    text-transform: lowercase;
}
.showcase-btns li:first-child a{
	margin-right: 1px;
}
.showcase-btns li:last-child a {
    margin-right: 0;
}
.showcase-btns a:hover{
	background: #0CB4CE;
	color: #fff;
}
.showcase-overlay {
    background: rgba(0,0,0,0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	opacity: 0;
}
.showcase-img-wrap:hover .showcase-overlay {
	opacity: 1;
}
.showcase-single-border {
    border: 1px solid #ddd;
}
/* Headers */
.demo-content.headers .showcase-block{
	margin-top: 50px;
}
.demo-content.headers .showcase-block:first-child{
	margin-top: 0;
}
/* Features */
.border-box{
	text-align: center;
    padding-bottom: 55px;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
	position: relative;
}
.border-box:last-child {
    border-right: 0;
}
.row.last-row .border-box{
	border-bottom: 0;
}
.box-content{
	display: inline-block;
	margin-top: 20px;
}
.box-content:after{
	content: "";
	background-color: #ffffff;
	width: 20px;
	height: 20px;
	right: -10px;
	bottom: -10px;
	position: absolute;
	z-index: 1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.box-title{
	font-size: 26px;
	font-weight: 500;
	color: #171717;
	margin-top: 35px;
}
.box-subtitle{
	color: #777;
	font-weight: 500;
	font-size: 14px;
}
.border-box .btn{
	margin-top: 20px;
}
.box-image{
	position: relative;
	height: 105px;
}
.border-box:hover .box-image > img {
    transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
}
.box-image i {
    color: #fff;
    font-size: 32px;
    left: 0;
    position: absolute;
    right: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.shadow{
	-webkit-box-shadow: 0 20px 30px 27px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0 20px 30px 27px rgba(0, 0, 0, 0.57);
	-ms-box-shadow: 0 20px 30px 27px rgba(0, 0, 0, 0.57);
	-o-box-shadow: 0 20px 30px 27px rgba(0, 0, 0, 0.57);
    box-shadow: 0 20px 30px 27px rgba(0, 0, 0, 0.57);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    z-index: -1;
    top: 55px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
/* Call to action */
.calltoaction{
	padding-bottom: 0;
}
.calltoaction-wrap {
    text-align: center;
}
.calltoaction-wrap .title {
    margin: 0;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
	font-size: 22px;
}
.calltoaction-wrap .title a{
	margin: 0 10px;
}
.calltoaction-wrap .title a {
    display: inline-block;
    margin: 0 37px;
	color: #fff;
	transform: scale(2.5);
	-webkit-transform: scale(2.5);
	-moz-transform: scale(2.5);
	-ms-transform: scale(2.5);
	-o-transform: scale(2.5);
}
.calltoaction-wrap .title a i{
	color: inherit;
}
.calltoaction-wrap .title a:hover{
	color: #171717;
}

/* Fullback */
.fullback{
	margin-top: 100px;
}
.fullback-block {
    display: table;
    height: 200px;
    width: 100%;
}
.fullback .title {
    background: #171717 none repeat scroll 0 0;
    color: #fff;
    display: table-cell;
    font-size: 19px;
    height: 200px;
    letter-spacing: 3.5px;
    text-align: center;
    vertical-align: middle;
    width: 33.3%;
	position: relative;
}
.fullback .title:hover{
	letter-spacing: 4.5px;
	background: transparent;
}





/* ========= RESPOSNIVE ========== */
@media only screen and (max-width:1150px) {
	.wide-container{
		height: auto !important;
	}
	.col-md-7.hero-img-col{
		width: 100%;
	}
	.col-md-4.hero-content-col {
		padding: 0 12%;
		position: relative;
		right: 0;
		text-align: center;
		top: -100px;
		width: 100%;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
	}
	.btn-set .btn {
		min-width: auto;
		padding: 12px 38px;
	}
}
@media only screen and (max-width:1025px) and (min-width:768px) {
	/* Showcsae */
	.showcase-btns a {
		font-size: 12px;
		min-width: auto;
		padding: 7px 15px;
	}
}



@media only screen and (max-width:1024px) {
	/* Fullback */
	.fullback .title {
		display: block;
		float: none;
		height: 100px;
		line-height: 100px;
		margin: 0 auto 1px;
		width: 75%;
	}
	.fullback .title:last-child {
		margin-bottom: 0;
	}
}
@media only screen and (max-width:991px) {
	.hero-screen {
		margin-left: -100px;
		margin-right: auto;
		margin-top: 0;
		max-width: 100%;
		width: auto;
	}
	/* Call to action */
	section.calltoaction{
		padding-top: 180px;
	}
	.calltoaction-wrap .title {
		line-height: 2;
		position: relative;
		text-align: center;
	}
	.calltoaction-wrap .title a {
		line-height: 1;
		margin: 0;
		position: absolute;
		top: -60px;
		left: 0;
		right: 0;
	}
}

@media only screen and (max-width:767px) {
	/* Showcase Screen Shots */
	.home-demos .row.top-space {
		margin-top: 0;
	}
	.showcase-block {
		margin: 0 auto 40px;
		text-align: center;
		width: 50%;
	}
	.showcase-img-wrap img {
		width: 100%;
	}
}

@media only screen and (max-width:640px) {
	/* Btn set */
	.btn-set li{
		margin: 0 0 10px;
		display: block;
	}
	/* Hero Scene */
	.hero-title{
		font-size: 40px;
	}
	.col-md-4.hero-content-col{
		top: -50px;
	}
	.hero-screen{
		margin-left: -50px;
	}
	/* Showcase Screen Shots */
	.showcase-block {
		width: 100%;
	}
	/* Fullback */
	.fullback .title {
		width: 100%;
	}
}

@media only screen and (max-width:480px) {
	/* Hero Scene */
	.hero-title{
		font-size: 26px;
		margin-bottom: 20px;
	}
	.hero-desc{
		font-size: 14px;
	}
}

















