@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);

body {
	font-family: 'Lato', Arial;
	color: #666666;
	-webkit-font-smoothing: antialiased;
}

a {
	font-family: 'Lato', Arial;
	-webkit-font-smoothing: antialiased;
    text-decoration: none;
    color: #17abd7;
}

div.content {
	overflow: auto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #666666;
}


header .navbar-default ul.navbar-nav li a {
	font-weight: 400;
	font-size: 20px;
}

header .navbar-default ul.navbar-nav li a:after {
	content: '';
	width: 32px;
	background: none;
	height: 4px;
	bottom: 2px;
	color: #ffffff;
}


header .navbar-default ul.navbar-nav li a:hover:after {
	background: #ffffff;
}


header .navbar-default.scrolled .navbar-brand img {
	width: auto;
	max-height: 33px;
}

.scrollpoint {
	opacity: 0;
}

.scrollpoint.active {
	opacity: 1;
}

.hanging-phone {
	position: absolute;
	right: 0;
	z-index: 0;
	bottom: -70px;
}

.section-heading {
	margin: 120px 0 80px;
	text-align: center;
}

.section-heading h1 {
	display: inline-block;
	font-size: 55px;
	font-weight: 300;
	margin-bottom: 0;
	text-align: center;
}

.section-heading p {
	font-size: 25px;
	color: #8c8989;
	font-weight: 300;
}

.section-heading ul li{
	font-size: 25px;
	color: #8c8989;
	font-weight: 300;
}

.section-heading .divider:after {
	content: "";
	position: relative;
	height: 4px;
	width: 60px;
	display: block;
	text-align: center;
	margin: 13px auto;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	border-radius: 5em;
}

.section-heading.inverse h1, .section-heading.inverse p {
	color: #ffffff;
}

.section-heading.inverse .divider:after {
	background: #ffffff;
}

section#about {
	position: relative;
}

section#about .about-item {
	text-align: center;
	font-size: 17px;
	line-height: 25px;
	color: #8c8989;
}

section#about .about-item i.fa {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	padding: 35px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	width: 84px;
}

section#features .media>.pull-right {
	margin-left: 20px;
}

section#features .media i.fa {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	padding: 20px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	width: 2.6em;
	text-align: center;
}

section#features .media .media-heading {
	padding-top: 10px;
	font-weight: 300;
	text-align: center;
}

section#features .media .media-body {
	color: #8c8989;
}

section#features .media.media-left .media-body {
	text-align: center;
}

section#features .media.feature {
	margin-top: 25px;
	margin-bottom: 25px;
}

section#features .media.feature:first-child {
	margin-top: 0;
}

section#features img {
	margin: 0 auto 20px;
}

section#reviews {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

section#reviews .review-filtering {
	margin: 20px 0 100px 0;
}

section#reviews .review-filtering .review .review-person {
	width: 100%;
}

section#reviews .review-filtering .review .review-person img {
	width: 110px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin: 10px auto;
}

section#reviews .review-filtering .review .review-comment {
	width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	padding: 5px 40px 20px;
	position: relative;
}

section#reviews .review-filtering .review .review-comment h3 {
	margin-bottom: 15px;
}

section#reviews .review-filtering .review .review-comment p {
	font-size: 16px;
	color: #8c8989;
}

section#reviews .review-filtering .review .review-comment p span {
	margin-left: 10px;
}

section#reviews .review-filtering .review .review-comment:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-width: 15px;
	margin-top: -10px;
}

section#reviews .review-filtering .review .review-person, 
section#reviews .review-filtering .review .review-comment
	{
	float: left;
}

section#reviews .review-filtering .slick-dots {
	bottom: -80px;
}

section#reviews .review-filtering .slick-dots li button {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

section#reviews .review-filtering .slick-dots li button:before {
	display: none;
}

section#screens .slider {
	margin: 50px 0;
}

section#screens .slider div img {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	padding: 10px;
	display: inline;
}

section#screens .slider div h4 {
	text-align: center;
	margin-top: 40px;
	font-size: 16px;
}

section#screens .slider .slick-dots li button {
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	border-radius: 5em;
}

section#screens .slick-prev, section#screens .slick-next {
	width: 50px;
	height: 50px;
	top: 44%;
}

section#screens .slick-slide {
	text-align: center;
}

section#screens .slick-prev:before {
	content: "\f104";
}

section#screens .slick-next:before {
	content: "\f105";
}

section#screens .slick-prev:before, section#screens .slick-next:before {
	font-size: 34px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	border-radius: 5em;
	line-height: 45px;
	color: #CCC;
	border: 2px solid #CCC;
	width: 50px;
	display: inline-block;
	height: 50px;
	text-align: center;
}

section#screens .filter {
	text-align: center;
}

section#screens .filter a {
	display: inline-block;
	padding: 7px 20px;
	text-decoration: none;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	border-radius: 5em;
	margin: 10px 5px;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}


/* Get app Section */
section#getApp {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 70px 0;
}

section#support {
	padding: 0 0 120px 0;
}

section#support .media {
	margin-bottom: 10px;
}

section#support .media i.fa {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	padding: 10px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	width: 1.9em;
	text-align: center;
}

section#support .media .media-heading {
	padding-top: 15px;
}

section#support .media .media-heading a {
	font-weight: 400;
}

/* footer section */
footer {
	padding: 80px 0;
	text-align: center;
}

footer a>img {
	width: 100px;
}

footer .social {
	display: block;
	margin-top: 30px;
}

footer .social a {
	margin: 0 8px;
	padding: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

footer .social a i {
	width: 1em;
}

footer .rights {
	margin-top: 30px;
}

footer .rights a {
	text-decoration: underline;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	font-weight: bold;
}

footer .rights a:hover {
	text-decoration: none;
}

section {
	position: relative;
	padding-bottom: 90px;
}
/* Common style for pseudo-elements */
section::before, section::after {
	position: absolute;
	content: '';
	pointer-events: none;
	overflow: hidden;
}


.tp-caption {
	font-family: 'Lato', Arial !important;
	-webkit-font-smoothing: antialiased;
}

.tp-caption.mediumlarge_light_white {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    padding: 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}

.tp-caption.large_white_bold {
	color: #ffffff;
	font-size: 65px;
	font-weight: 400;
}


.tp-caption.large_white_light {
	color: #ffffff;
	font-size: 65px;
	font-weight: 400;
	font-weight: 300;
}

.btn {
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;
	-ms-border-radius: 3em;
	-o-border-radius: 3em;
	border-radius: 3em;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 5px 25px;
}

.btn.btn-primary {
	border: 2px solid #ffffff;
	background: none;
	color: #ffffff;
}

.btn.btn-primary:hover {
	color: #ffffff;
}

.btn.btn-default {
	border: none;
	background: #ffffff;
}

.btn.btn-lg {
	padding: 10px 25px;
}

.btn:hover {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

form .form-control {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	border-radius: 5em;
	height: 40px;
	line-height: 40px;
	padding: 20px;
	color: #cfcfcf;
	border: 2px solid #cccccc;
	font-weight: 300;
}

form textarea.form-control {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	height: auto;
	line-height: normal;
}


.pre-loader {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	display: block;
}

.pre-loader .load-con {
	margin: 20% auto;
	position: relative;
	text-align: center;
}

.spinner {
	margin: 50px auto 0;
	width: 70px;
	text-align: center;
}

.spinner>div {
	width: 18px;
	height: 18px;
	background-color: #ffffff;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay { 0%, 80%, 100% {
	-webkit-transform: scale(0);
}40%{
	-webkit-transform:scale(1);  
	}
}

@keyframes bouncedelay { 0%, 80%, 100% {
	transform: scale(0);
	-webkit-transform: scale(0);
}40%{
	transform:scale(1);
	-webkit-transform:scale(1);  
	}
}

header {
	background: linear-gradient(-45deg, #44bdbc 0%, #336799 100%);
}

header .navbar-default ul.navbar-nav li a {
	color: #ffffff;
	background: none;
}


header .navbar-default ul.navbar-nav li a:hover {
	color: #ffffff;
}

section .section-heading .divider:after {
	background: #44bdbc;
}

*/Features section */
section#features {
	background: #f6f6f6;
}

section#features .media i.fa {
	border: 2px solid #44bdbc;
	color: #44bdbc;
}

section#features .media:hover i.fa {
	color: #ffffff;
	background: #44bdbc;
}

section#features .media:hover h3 {
	color: #44bdbc;
}

section#features .media.active i.fa {
	color: #ffffff;
	background: #44bdbc;
}

section#features .media.active .media-heading {
	color: #44bdbc;
}

/*getApp*/
section#about .about-item i.fa {
	border: 2px solid #44bdbc;
	color: #44bdbc;
}

section#about .about-item:hover i.fa {
	color: #ffffff;
	background: #44bdbc;
}

section#about .about-item:hover h3 {
	color: #44bdbc;
}

/* Get app Section */
section#getApp {
	background: url("../img/freeze/bk-freeze-ga.jpg");
}

section#getApp header {
	color: #ffffff;
}

section#getApp header h1:after {
	background: #ffffff;
}

section#support header h1:after {
	background: #44bdbc;
}

section#support .media i.fa {
	border: 2px solid #44bdbc;
	color: #44bdbc;
}

section#support .media a {
	color: #44bdbc;
}

section#support .media:hover i.fa {
	color: #ffffff;
	background: #44bdbc;
}

section#support .media:hover h3 {
	color: #44bdbc;
}

/* footer section */
footer {
	background: linear-gradient(-45deg, #44bdbc 0%, #336799 100%);
}

footer .social a {
	border: 2px solid #ffffff;
}

footer .social a i {
	color: #ffffff;
}

footer .social a:hover {
	background: #ffffff;
}

footer .social a:hover i {
	color: #44bdbc;
}

footer .rights {
	color: #ffffff;
}

footer .rights a {
	color: #ffffff;
	font-weight: 300;
}

.navbar-toggle {
	background-color: #CCC;
	border: 1px solid rgba(0, 0, 0, 0);
}

.btn.btn-primary {
	color: #44bdbc;
	border-color: #44bdbc;
}

.btn.btn-primary:hover {
	color: #ffffff;
	background: #44bdbc;
	border-color: #44bdbc;
}

.btn.btn-primary.inverse {
	color: #ffffff;
	border-color: #ffffff;
}

.btn.btn-primary.inverse:hover {
	color: #ffffff;
	background: #44bdbc;
	border-color: #44bdbc;
}

.btn.btn-default {
	background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%)
}

.btn.btn-default:hover {
	color: #336799;
}

form .form-control:focus {
	border-color: #44bdbc;
	color: rgb(100,100,90);
}

form .form-control-inverse:focus {
	border-color: #ee3e80 !important;	
}

.pre-loader {
	background: #336799;
}

.start-evaluation {
	margin: 5px auto 120px auto;
	display: flex;
	justify-content: center;
}

.start-evaluation-btn {
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.start-evaluation-btn:hover {
	color: #44bdbc;
}

.start-evaluation-btn span {
	padding: 0;
}
