/*
Template Name: Fab Fresh - Laundry Business Html Template
Template URI: Fab Fresh
Version: 1.0
-----------------------------------------------------------------

CSS Style Structure
1. General
2. Navbar
3. Banner
4. Why Choose Us
5. Services
6. Stat Facts
7. FAQ
8. Testimonials
9. Stat Client
10.About
11.Blog
11. Pricing
12. Contact
13. Footer
14. Terms

*/


/* ==========================
RESET
============================= */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



body{
	margin:0;
	padding:0;
	font-family: 'raleway', sans-serif;
	color:#666;
	font-size:14px;
	line-height:20px;
}


/* ==========================
1. General
============================= */
.animationload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background-color: #fff;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    width: 200px;
    height: 200px;
    background-image: url("../images/cropped.jpg");
    background-position: center;
    background-repeat: no-repeat;
}
a {
    color: #29ABE2;
    text-decoration: none;
}
a:hover {
    color: #FBA301;
    text-decoration: none;
}
.btn-default {
    color: #333;
    background-color: #29ABE2;
    border-color: #29ABE2;
	border-radius: 0;
	color:#fff;
	padding: 6px 35px;
	font-weight:bold;
}
.btn-default:hover {
    background-color: #FBA301;
    border-color: #FBA301;
	color:#fff;
}
.bg-grey{
	background-color: #E9E9E9;
}
.pbot-main{
	padding-bottom:50px;
}
.pbot-main:after{
	content:'';
	display:block;
	clear:both;
}
.p-main{
	padding:80px 0;
}
.pos-relative{
	position:relative;
}
.page-title{
	text-align:center;
	margin-bottom: 40px;
    margin-top: 40px;
}
.page-title .lead{
	font-size: 30px;
    color: #0071BC;
    line-height: 34px;
    font-family: raleway, sans-serif;
    font-weight: 700;
    /*text-transform: capitalize;*/
}
.page-title .sublead{
	font-size: 14px;
    line-height: 20px;
    font-family: raleway, sans-serif;
    font-weight: 400;
}
.bg-grey{
	background-color:#F8F8F8;
}
.ptop-single{
	padding:80px 0;
}
p {
    margin: 0 0 10px;
}

/* Box */
.box-wrap {
	width: 85%;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 4px #666;
	box-shadow: 0 0 4px #666;
}
.box-bg {
	/* background: url(../img/boxed_bg.png) repeat; */
	background-color:#000;
}


/* ==========================
2. Navbar
============================= */
.navbar-main{
	background-color: #fff;
	border-color: transparent;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
          box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
}
.header-top{
	background-color: #29ABE2;
	color:#fff;
	height:45px;
}
.header-tops{
	background-color: #29ABE2;
	color:#000;
	height:auto;
	text-align:center;
}
.header-tops p{
	font-size:13px;
	padding-top:5px;
	margin-bottom:0px;
	font-weight:600;
}
@media (min-width: 1400px){
     .header-tops p{
          font-size: 16px;
      }
  }
.navbar-main.stiky .header-top{
	display: none;
}
.navbar-main.stiky  .navbar-brand {
	margin-top: -15px;
}
.navbar-main .navbar-brand > img {
	width: 80%;
    -webkit-transition: 0.2s all linear;
	        transition: 0.2s all linear;
}
.navbar-main .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.navbar-main .navbar-nav > li > a {
	padding-top:25px;
	min-height: 70px;
	font-size:12px;
	line-height:22px;
	color:#333;
	background-color:#fff;
	font-weight:700;
	text-transform:uppercase;
	-webkit-transition: 0.2s all linear;
		transition: 0.2s all linear;
}
.navbar-main.stiky .navbar-nav > li > a {
    padding-top: 20px;
    min-height: 60px;
}
.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > li > a:focus,
.navbar-main .navbar-nav > li > a:active{
	color:#0071BC;
	background-color:#F8F8F8;
}
.navbar-main .navbar-nav > li.active a{
	color:#0071BC;
	background-color:#F8F8F8;
}
.navbar-toggle .icon-bar {
    background-color: #29ABE2;
}
.dropdown-menu {
	border:0;
    border-bottom: 4px solid #29ABE2;
	border-radius:0;
}
.dropdown-menu > li > a {
    padding: 10px 20px;
}
.info{
	margin-top:10px;
}
.info a{
	color:#fff;
}
.info a:hover{
	color:#FBA301;
}
.info .info-item{
	display:inline-table;
	margin-right:11px;

}
.info .info-item:last-child{
	margin-right:0;
}
.info .info-item .fa{
	margin-right:7px;
}
.top-sosmed{
	margin-top:8px;
}
.top-sosmed span{
	width:30px;
	height:30px;
	text-align:center;
	background-color:#fff;
	color:#29ABE2;
	display: inline-table;
	padding-top: 7px;
    border-radius: 50%;
	margin-right:10px;
}
.top-sosmed span:hover{
	background-color:#FBA301;
	color:#fff;
}
.top-sosmed span.fa{
	font-size:18px;
}
.btn-book{
	display: none;
}


/* ==========================
3. Banner
============================= */
.banner{
	position:relative;
	margin-top:71px;
	/*height:600px;*/
}
.banner .item{
	height:550px;
}
.banner .item img{
	height: 100%;
	width: 100%;
}
.banner .imgbg img{
	display:none;
}
.banner .title-box h2{
	text-align: left;
    font-size: 30px;
    color: #fff;
    line-height: 42px;
    font-family: raleway, sans-serif;
    font-weight: 900;
}
.banner .caption {
	color:#fff;
	position:absolute;
	top:100px;
	left:20px;
	max-width:560px;
}
.banner .caption a.btn-default,
.wrap-caption a.btn-default{
	text-align: center;
    font-size: 14px;
    color: #29ABE2;
    line-height: 20px;
    font-weight: 700;
	background-color:#fff;
	padding:10px 20px;
	border:0;
}
.banner .caption a.btn-default:hover,
.wrap-caption a.btn-default:hover{
	background-color:#FBA301;
	color:#fff;
}
/* carousel */
.carousel-caption {
    right: 0;
    left: 0;
	padding-bottom: 200px;
	text-align:left;
	
}
.item .carousel-caption .caption-heading {
    text-align: left;
    font-size: 30px;
    color: #29abe2;
    line-height: 42px;
    font-family: raleway, sans-serif;
    font-weight: 900;
	
	margin-left:80px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	filter: alpha(opacity=0);
	opacity: 0;
}
.item.active .carousel-caption .caption-heading {
	margin-left:0px;
	filter: alpha(opacity=100);
	opacity: 1;
}
.item .caption-desc{
	margin-bottom:10px;
	
	margin-left:100px;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	filter: alpha(opacity=0);
	opacity: 0;
}
.item.active .caption-desc{
	margin-left:0px;
	filter: alpha(opacity=100);
	opacity: 1;
}
.wrap-caption{
	max-width:560px;
}
.carousel-control{
	width: 5%;
}
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 20px;
	position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-chevron-right {
	
	right: 50%;
}
.card{
	position:absolute;
	top:15px;
	right:50px;
	z-index: 100;
	display: block;
}
.card-form{
	background: rgba(0,0,0,.5);
}
.card-body{
	margin: 10px;
	padding: 10px;
}
.card-body h3{
	color: #fff;
	font-size: 25px;
	
	
	/*margin-top: -15px;*/
	margin-bottom: 15px;
	font-weight: 700;
	border-radius: 5px;
}
.btn-books{
	 	display: block;
		float: right;
		padding:6px 20px;
		margin-top: 20px;
		color: #fff;
	    /*background: linear-gradient(90deg,#03a9f4,#f441a5,#ffeb3b,#03a9f4);*/
	    background: linear-gradient(90deg,#03a9f4,#44f441,#03a9f4);
		border-radius: 14px;
		border: 1px solid transparent;
		font-size: 17px;
		font-family: sans-serif;
		font-weight: 700;
		font-family: raleway, sans-serif;
		box-shadow: 5px 5px 25px 0 rgba(46,61,73,.5);
    -webkit-box-shadow:5px 5px 25px 0 rgba(46,61,73,.5);
    -moz-box-shadow:5px 5px 25px 0 rgba(46,61,73,.5);
    -o-box-shadow:5px 5px 25px 0 rgba(46,61,73,.5);
    background-size:400%;
	 }
	 .blinking{
	     animation:blinker 1.3s linear infinite;
	     text-shadow:1px 2px 10px;
	 }
	 .btn-books:hover{
	     animation:blinkers 8s linear infinite;
	 }
.blink h3{
	line-height:40px ;
	background: rgb(0,0,0,.3);
	animation-name: blinker;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
@keyframes blinker
{
	0%
	{
		opacity: 1.0;
	}
	
	50%
	{
		opacity: 0.0;
	}
	
	100%
	{
		opacity: 1.0;
	}
}
@keyframes blinkers
{
	0%
	{
		background-position: 0%;
	}
	
	100%
	{
		background-position: 400%;
	}
}
.card-body .radio-inline{
	margin-bottom: 5px;
	color: #fff;
}
.work-info{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
.work-info-item{
	padding:0;
	color:#fff;
	width:33.333%;
	float:left;
	min-height:100px;
}
.work-info-item:nth-child(1){
	background-color:#85DBFF;
}
.work-info-item:nth-child(2){
	background-color:#29ABE2;
}
.work-info-item:nth-child(3){
	background-color:#0071BC;
}
.work-info-icon{
	float:left;
	margin-right:20px;
	width:60px;
	margin :35px 0 0 30px;
}
.work-info-icon .fa{
	font-size: 30px;
}
.work-info-body{
	float:left;
	margin :30px 0 0 0;
}
.work-info-lead{
	font-size: 18px;
}
.work-bg-1{
	background-color:#85DBFF;
}
.work-bg-2{
	background-color:#29ABE2;
}
.work-bg-3{
	background-color:#0071BC;
}
.subbanner{
	margin-top:71px;
	background-color: #29ABE2;
	height:150px;
}
.subbanner .caption{
	margin-top: 50px;
	float: right;
	color:#fff;
	text-align:right;
}
.subbanner .caption a{
	color:#fff;
	text-decoration:none;
}
.subbanner .caption h3{
	font-size: 30px;
    color: #fff;
    line-height: 42px;
    font-weight: 900;
	text-transform:uppercase;
	margin-bottom: 0;
}
.subbanner .breadcrumb {
    padding: 8px 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
}
.subbanner .breadcrumb > .active {
    color: #fff;
}
.subbanner .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #fff;
  content: "/\00a0";
}

/* ==========================
4. About
============================= */
.about-area{
	padding: 20px 0 40px 0;
	margin-top:20px;
}
.about-area .text-center{
	text-align: center!important;
}
.abt-content{
	padding: 0 60px;
}
.section-title h2 {
    font-size: 35px;
    font-weight: 700;
    color: #0071BC;
    letter-spacing: 0;
    line-height: 50px;
    font-family: 'Rubik', sans-serif;
}

.abt-content p {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0;
    margin: 28px 0 33px;
}
.abt-content a {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    background: #29ABE2;
    border-radius: 33px;
    padding: 21px 49px 17px;
    font-family: 'Rubik', sans-serif;
    line-height: 14px;
}

.abt-content a:hover {
    color: #fff;
    background: #ffa502;
}


/* ==========================
4. Why Choose Us
============================= */
.choose{
	padding-bottom: 30px;
	background: url(../images/page_img-u24411-fr.png) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.choose p{
	color: #fff;
}
#why {
	
	background: url(../images/page_img-u24411-fr.png);
}
#why p{
	margin-bottom: 5px;
}
.why-item-wrap{
	padding:20px 0 50px 0;
	clear:both;
}
.why-item-wrap:after{
	content:'';
	display:block;
	clear:both;
}
.why-item{
	text-align:center;
	width:100%;
	height: 300px;
	margin:0 auto;
	/*background: rgba(0,0,0,.1);*/
	padding:5px;
	
}
.why-item .icon{
	background-color:#29ABE2;
	width:80px;
	height:80px;
	text-align:center;
	border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	padding-top: 25px;
	margin:0 auto;
}
.why-item:hover .icon{
	background-color:#FBA301;
}
.why-item .icon .fa{
	font-size:30px;
	color:#fff;
}
.why-item .ket{
	font-size:14px;
	color:#666;
	margin-top:40px;
}
.why-item .ket h4{
	font-size:18px;
	color:#000;
	font-weight:700;
	margin-bottom:20px;
}
.why-item .ket p{
	text-align: justify;
	padding: 5px;
	color: #fff;
	font-weight: 300;
}
#why-content .why-item{
	border-radius: 10px;
	border: 1px solid transparent;
	box-shadow: 5px 5px 25px 0 rgba(46,61,73,.5);
    -webkit-box-shadow:5px 5px 25px 0 rgba(46,61,73,.5);
    -moz-box-shadow:5px 5px 25px 0 rgba(46,61,73,.5);
    -o-box-shadow:5px 5px 25px 0 rgba(46,61,73,.5);
}
.title-page{
	color: #0071BC;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}
.why-item img{
	height: auto;
	width: 100%;
	border-radius:10px;
}
.why-item .hvr-pulse span{
	position: absolute;
    margin-top: 60px;
    margin-left: -124px;
}
.about-img{
	margin-bottom:20px;
}
.about-img img{
	margin-left:auto;
	margin-right:auto;
	border-radius: 10px;
	border: 1px solid transparent;
	box-shadow: 5px 5px 25px 0 rgba(46,61,73,.5);
    -webkit-box-shadow:5px 5px 25px 0 rgba(46,61,73,.5);
    -moz-box-shadow:5px 5px 25px 0 rgba(46,61,73,.5);
    -o-box-shadow:5px 5px 25px 0 rgba(46,61,73,.5);

}
.about-wrap{
	margin-left:20px;
}
.founder-box{
	margin-top:20px;
	margin-bottom:40px;
}
.founder-box .title-page {
    margin-bottom: 5px;
}

/* ==========================
5. Services
============================= */
.services{
	
}
.services-item{
	margin-bottom:70px;
	margin-top: 10px;
}
.services-item.left .icon{
	width:80px;
	height:80px;
	float:right;
}
.services-item.right .icon{
	width:80px;
	height:80px;
	float:left;
}
.services-item .icon img{
	width:80px;
	height:80px;
	border: 2px solid #29ABE2;
}
.services-item.left .ket{
	text-align:right;
	margin-right: 100px;
}
.services-item.right .ket{
	text-align:left;
	margin-left: 100px;
}
.services-item.left .ket h4{
	text-align: right;
    font-size: 18px;
    color: #333333;
    line-height: 22px;
    font-family: raleway, sans-serif;
    font-weight: 700;
}
.services-item.right .ket h4{
	text-align: left;
    font-size: 18px;
    color: #333333;
    line-height: 22px;
    font-family: raleway, sans-serif;
    font-weight: 700;
}
.service-list{
	margin:20px 0 0 0;
	padding:0;
}
.service-list li{
	list-style:none;
	margin: 12px 0;
}
.service-list li .fa{
	margin-right:10px;
	color:#29ABE2;
	font-size: 16px;
}
.services-item-full{
	border-bottom:1px solid #E9E9E9;
	padding-bottom:50px;
	margin-bottom:50px;
}
.services-item-full:nth-child(even){
	border-bottom:1px solid #E9E9E9;
	text-align:right;
}
.services-item-full:nth-child(even) .desc-wrap{
	margin-left:0px;
	margin-right:20px;
}
.services-item-full:nth-child(even) .service-list li .fa{
	margin-right:0px;
	margin-left:10px;
	float: right;
}
.services-item-image{
	position:relative;
	width:100%;
	text-align:center;
}
.services-item-image img{
	bottom:0;
	left:0;
	display: block;
	margin: 0 auto;
}
.services .desc-wrap p{
	font-size: 15px;
}

/* ==========================
6. Stat Facts
============================= */
.stat-facts{
	
}
.bg-overlay{
	background-color:rgba(0, 113, 188, 0.8);
	display:block;
	padding:80px 0;
}
.stat-item{
	text-align:center;
	margin-bottom:40px;
}
.stat-item .icon{
	width:80px;
	height:80px;
	border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid #fff;
	margin: 0 auto;
	padding-top:22px;
}
.stat-item:hover .icon{
	background-color:#2264A1;
}
.stat-item .icon .fa{
	font-size: 30px;
	color:#fff;
}
.stat-item .stat-title{
	font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    font-family: raleway, sans-serif;
    font-weight: 700;
}
.stat-item .stat-title .number{
	font-size: 50px;
    color: #FFFFFF;
    line-height: 70px;
    font-family: raleway, sans-serif;
    font-weight: 700;
}

/* ==========================
7. FAQ
============================= */
.faq-item{
	text-align:center;
	width:95%;
	margin:0 auto;
	margin-bottom: 40px;
}
.faq-item .icon{
	background-color:#29ABE2;
	width:124px;
	height:124px;
	text-align:center;
	border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	padding-top: 50px;
	margin:0 auto;
}
.faq-item:hover .icon{
	background-color:#FBA301;
}
.faq-item .icon .fa{
	font-size:30px;
	color:#fff;
}
.faq-item .ket{
	font-size:14px;
	color:#666;
	margin-top:40px;
}
.faq-item .ket h4{
	font-size:18px;
	color:#333;
	font-weight:700;
	margin-bottom:30px;
}
.panel-faq.panel-group .panel {
    border-radius: 0px;
}
.panel-faq .panel-default > .panel-heading {
    color: #fff;
    background-color: #0071BC;
	background-color: #29ABE2;
    border-color: #ddd;
    border:0;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
	padding: 8px 10px;
	box-shadow: 5px 5px 25px 0 rgba(46,61,73,.5);
    -webkit-box-shadow:5px 5px 25px 0 rgba(46,61,73,.5);
    -moz-box-shadow:5px 5px 25px 0 rgba(46,61,73,.5);
    -o-box-shadow:5px 5px 25px 0 rgba(46,61,73,.5);
}
.panel-faq .panel-default > .panel-heading.active {
    background-color: #0071BC;
}
.panel-faq .panel-default {
    border-color: transparent;
}
.panel-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
.panel-faq .panel-title {
	font-size: 14px;
}
.panel-faq .panel-body p {
	margin: 10px 0;
}
.panel-faq .panel-body {
    padding: 15px;
    background-color: #F8F8F8;
    margin-top: 4px;
}
.collapse.in {
    display: block;
    visibility: visible;
}
.panel-title > a,
.panel-title > a:active,
.panel-title > a:focus{
    color: inherit;
	text-decoration: none;
	display: block;
}
.faq-list{
	margin:0;
	padding:0;
}
.faq-list li{
	list-style:none;
}
.faq-list li .fa{
	color: #29ABE2;
    font-size: 14px;
	margin-right:10px;
}
.faq-item-image{
	position:relative;
	width:100%;
	height:300px;
	text-align:center;
	/*border-radius: 10px;*/
	/*border: 1px solid transparent;*/
	/*box-shadow: 5px 5px 25px 0 rgba(46,61,73,.5);*/
 /*   -webkit-box-shadow:5px 5px 25px 0 rgba(46,61,73,.5);*/
 /*   -moz-box-shadow:5px 5px 25px 0 rgba(46,61,73,.5);*/
 /*   -o-box-shadow:5px 5px 25px 0 rgba(46,61,73,.5);*/
}
.faq-item-image img{
	display:block;
	width: 100%;
	height: 100%;
}
.faq-list li:last-child{
	font-weight: 700;
}

.feature-details a{
	margin-bottom: 10px;
	display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    background: #29ABE2;
    border-radius: 33px;
    padding: 21px 49px 17px;
    font-family: 'Rubik', sans-serif;
    line-height: 14px;
}

/* ==========================
8. Testimonials
============================= */

.testimonials{
	position: relative;
    margin: 0 auto;
    width: 100%;
    background:  url(../images/page_img-u24411-fr.png) no-repeat;
    background-size: cover;
	background-attachment: fixed;
    overflow:hidden;
    padding-top:30px;
    padding-bottom: 30px;
}

.comment-wrap {
    position: relative;
    background: #ffffff;
    padding: 58px 38px;
    margin: 50px 0;
    text-align: center;
    opacity: 0.8;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; 
    border-radius:6px;
}

.comment-wrap h4{
    line-height:25px;
    margin:15px 0;
    color: #3e396b;
    font-weight: 700;
}
.comment-wrap p{
    color: #3e396b;
}

.comment-wrap span{
    font-weight:600;
}
.shadow{
    box-shadow: 0px 5px 10px 0px rgba(255,255,255,0.5), 0 5px 25px 0 rgba(255, 255, 255,0.9);
}
.testimonials .slick-center {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 1;
    opacity: 1; 
}
.testimonials .slick-prev {
    left: -66px;
    width: 33%;
    height: 100%;
    z-index: 1;
}
.testimonials .slick-next {
    right: -66px;
    width: 33%;
    height: 100%;
    z-index: 1;
}
.slick-next {
    right: 0;
    width: 33%;
    height: 100%;
    z-index: 1;
}
.testimonials .slick-dots li button {
    width: 35px;
    height: 20px;
}
.testimonials .slick-list{
    margin:0 120px;
    padding: 0 !important;
}
.star-rating {
    margin: 0;
    display: inline-block;
    margin-right: 24px;
}
.comment-wrap i{
    color: #ffcc00;
}
.slick-next {
    right: 0;
    width: 33%;
    height: 100%;
    z-index: 1;
}
.slick-dots li button:before {
    font-family: initial;
    content: '';
    background: #11aff1;
    width: 35px;
    height: 3px;
    top: 8px; 
}
.comment-img {
    position: absolute;
    margin: 0 auto;
    width: 70px !important;
    height: 70px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    top: -35px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%); 
}
.testimonials .page-title p{
	color: #fff;
}

/* ==========================
9. Stat Client
============================= */
.stat-client{
	background-color: #29ABE2;
}
.stat-client.bg-grey{
	background-color: #E9E9E9;
}
.client-img{
	text-align:center;
	margin-bottom:40px;
}
.client-img img{
	margin:0 auto;
}

/* ==========================
10. About
============================= */

.testimonials-item{
	clear:both;
	min-height: 180px;
	margin-bottom: 20px;
}
.testimonials-item .people{
	float:left;
	width:100px;
	height: 100px;
	background: #29ABE2;
	text-align:center;
	border-radius: 50%;
	border: 1px solid #fff;
}
.testimonials-item .people i{
	color: #fff;
	font-size: 50px;
	padding: 25px;
}
.testimonials-item .people .img-circle{
	border:2px solid #29ABE2;
}
.testimonials-item .people h3{
	font-size: 14px;
	line-height: 20px;
    color: #0071BC;
    font-family: raleway, sans-serif;
    font-weight: 700;
}
.testimonials-item .people p{
	font-size: 12px;
    color: #999999;
    line-height: 17px;
    font-family: raleway, sans-serif;
    font-weight: 400;
}
.testimonials-item .quote-box{
	background-color: #EBEBEB;
	padding: 20px 20px 40px 20px;
	position:relative;
	margin-left: 150px;
}
.testimonials-item .quote-box:after{
	content:'';
	background-color: #EBEBEB;
	width:20px;
	height:20px;
	position:absolute;
	top:20px;
	left:-10px; 
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.testimonials-item .quote-box .q-url{
	color: #29ABE2;
	position:absolute;
	bottom:20px;
	left:20px;
}
.testimonials-item .quote-box .q-url a{
	font-size: 20px;
    color: #29ABE2;
    line-height: 18px;
    font-weight: 400;
}
.testimonials-item .quote-box .q-url a:hover{
    color: #FBA301;
}

/* ==========================
11. Blog
============================= */
.blog{
	
}
.blog-item{
	margin-bottom:40px;
}
.blog-item .gambar{
	position:relative;
	z-index: 1;
}
.blog-item .icon-news{
	width:50px;
	height:50px;
	position:absolute;
	bottom:-25px;
	right:40px;
	border:2px solid #fff;
	text-align:center;
	background-color:#29ABE2;
	border-radius: 50%;
    padding-top: 12px;
}
.blog-item .icon-news .fa{
	font-size: 20px;
	color:#fff;
}
.blog-item .item-body{
	background-color:#fff;
	border: 1px solid #F0F0F0;
	position:relative;
	min-height:290px;
	display:block;
}
.blog-item .item-body .description{
	padding: 42px 35px;
	width:100%;
	font-weight: 400; 
	color: #666666;
	text-align:center;
	font-size:14px;
	line-height: 20px;
    font-family: raleway, sans-serif;
	height: 250px;
	overflow:hidden;
}
.blog-item .item-body .lead{
	font-size: 18px;
    color: #29ABE2;
    line-height: 25px;
    font-family: raleway, sans-serif;
    font-weight: 700;
}
.blog-item .item-body .body-footer{
	width:100%;
	text-align:center;
	position:absolute;
	left:0;
	bottom:0;
	border-top: 1px solid #F0F0F0;
}
.blog-item .item-body .body-footer .author,
.blog-item .item-body .body-footer .date{
	width:50%;
	float:left;
	padding:10px 0;
}
.blog-item .item-body .body-footer .author{
	border-right: 1px solid #F0F0F0;
}
.blog-item .item-body .body-footer .author .fa,
.blog-item .item-body .body-footer .date .fa{
	margin-right: 10px;
}
.blog-item .item-body > div{
	width:50%;
	text-align:center;
	float:left;
    line-height: 20px;
    color: #29ABE2;
    font-family: raleway, sans-serif;
    font-weight: 700;
}
.image-wrap{
	position:relative;
}
.image-wrap .meta{
	position: absolute;
	left:0;
	right:0;
	bottom: 0;
	z-index: 10;
	background-color: rgba(0, 0, 0, .65);
	padding: 20px 20px;
	color: #fff;
}
/* // */
.post-item .meta2{
	padding: 10px 0;
	margin-bottom: 10px;
	color: #999;
	font-style: italic;
}
.post-item .meta2>div{
	display: inline-table;
	margin-right: 20px;
}
.post-item .meta2>div a{
	color: #999;
}
.post-item .meta2 .fa{
	margin-right: 20px;
}
.post-item .post-title2 {
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #F1F1F1;
}
.post-item .post-title2, 
.post-item .post-title2 a {
    font-size: 24px;
    line-height: 30px;
    color: #0071BC;
    font-weight: 700;
    padding-bottom: 10px;
    display: block;
}
.post-item .meta2>div a:hover,
.post-item .post-title2 a:hover {
    color: #85DBFF;
}
/* // */
.image-wrap .meta div{
	float: left;
	width:30%;
}
.image-wrap .meta .fa{
	margin-right:20px;
}
.post-item{
	margin-bottom:60px;
}
.post-item .post-title{
	margin-top:20px;
	margin-bottom:40px;
	border-bottom:1px solid #F1F1F1;
}
.post-item .post-title,
.post-item .post-title a{
	font-size: 24px;
    line-height: 30px;
    color: #0071BC;
	font-weight: 700;
	padding-bottom:20px;
	display:block;
}
.post-item .post-title a:hover{
	color: #85DBFF;
}
.post-item .post-read-more{
	color: #0071BC;
	font-weight: 700;
	font-size: 14px;
	margin-top:20px;
	clear:both;
	display:block;
}
.post-item .post-read-more:hover{
	color: #85DBFF;
}
.post-item .post-read-more .fa{
	margin-left: 10px;
}
.post-item  .carousel-control {
    background-image: none;
}
.post-item .carousel-control span {
    position: absolute;
    top: 45%;
	width:50px;
	height:50px;
	display:block;
	border:2px solid #fff;
	margin-left:30%;
	padding-top:13px;
	border-radius:50%;
}
.post-item .carousel-control .fa {
    
}
.post-item .carousel-control.right {
    right: 35px;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.pagination > li {
    display: inline-block;
    margin-right: 10px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
	padding: 13px 20px;
    background-color: #fff;
    border: none;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #29ABE2;
}

.widget{
	background-color: #F8F8F8;
	position: relative;
	border-top:2px solid #0071BC;
	padding: 34px 35px;
	margin-bottom:40px;
}
.widget .media{
	border-bottom:1px solid #EBEBEB;
	padding-bottom:20px;
}
.widget .widget-heading{
	font-size: 18px;
    color: #5C5C5C;
    line-height: 22px;
    font-weight: 700;
	letter-spacing: 2px;
	display:block;
}
.widget .widget-heading:after{
	content:'';
	width: 75px;
    height: 24px;
    background-color: transparent;
    margin-left: 1px;
    border-bottom: 1px solid #0071BC;
	display:block;
	margin-bottom:40px;
}
.widget .media-body{
	font-size: 12px;
    line-height: 18px;
    color: #333333;
    font-weight: 500;
}
.widget .media-body .meta-comment{
	font-size: 12px;
    line-height: 18px;
    color: #5C5C5C;
    font-weight: 500;
}
.widget .media-object{
	width: 64px;
    height: 64px;
}
.widget .media-body .meta-comment .fa{
	margin-right: 10px;
}
.widget.categories .list-unstyled li .fa{
	margin-right: 10px;
}
.widget.categories .list-unstyled li{
	padding: 4px 0;
}
.widget.categories .list-unstyled li a{
	color: #333333;
    font-weight: 700;
	text-decoration:none;
}
.widget.categories .list-unstyled li a:hover{
	color: #85DBFF;
}
.post-item.detail p{
	margin:15px 0;
}
.post-item.detail blockquote{
	margin:15px 0;
	line-height: 20px;
    color: #666666;
    font-weight: 700;
	margin-left: 40px;
}
.author-box{
	background-color: #29ABE2;
	padding:30px;
	color:#fff;
}
.author-box .media-left img{
	width:100px;
	height:100px;
}
.author-box .media-heading{
	color: #333333;
    font-weight: 700;
}
.author-box .media-left{
    padding-right: 20px;
}
.comments-box{
	padding-bottom:30px;
	border-bottom:1px solid #E9E9E9;
}
.comments-box .media{
	padding: 20px;
	border:1px solid #E9E9E9;
	background-color:#fff;
	margin-bottom:30px;
}
.comments-box .media.comment{
	background-color:#fff;
}
.comments-box .media.reply-comment{
	background-color:#F6F6F6;
	margin-left: 40px;
}
.comments-box .media-heading{
	color: #0071BC;
    font-weight: 700;
}
.comments-box .media-left img{
	width:100px;
	height:100px;
}
.comments-box .date{
	margin-left:100px;
}
.comments-box .title-heading,
.leave-comment-box .title-heading{
	font-size: 18px;
    line-height: 25px;
    color: #0071BC;
    font-weight: 700;
	margin-top:40px;
	margin-bottom:40px;
}
.form-comment{

}
.form-comment .form-control{
    padding: 24px 12px;
	border-radius: 0;
	border: 1px solid #E9E9E9;
	box-shadow: none;
}
.form-comment .btn-default{
    padding: 15px 60px;
	letter-spacing:2px;
}

/* ==========================
11. Pricing
============================= */
.panel-pricing{
	border-color: #ddd;
	text-align:center;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	width:100%;
	margin:0 auto;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
}
#monthly{
	width: 50%;
}
.panel-pricing .price{
	padding: 25px 0;
	font-size:80px;
	background-color:#29ABE2;
	font-size: 36px;
	color:#fff;
	font-weight: 700;
}
.panel-pricing .price:before{
	content: '';
	width: 17px;
    height: 17px;
	background-color:#fff;
	display:block;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0 auto;
    margin-top: -33px;
    margin-bottom: 20px;
}
.panel-pricing h3{
	font-size: 18px;
    line-height: 22px;
	font-weight: 700;
	padding-bottom: 10px;
	padding-top: 10px;
}
.panel-pricing .price sup{
	font-size:18px;
	margin-right: 5px;
	top: -1.2em;
	font-weight: 400;
}
.panel-pricing > .panel-heading {
	color: #333;
	background-color: #fff;
	border-color: #ddd;
	padding: 0px 0px;
}
.panel-pricing .price .subscript{
	font-size:26px;
	margin-left: 0px;
}
.panel-pricing .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 8px 5px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: none;
	font-size: 12px;
	font-weight: 700;
	color: #000;
	border-bottom:1px solid #ccc;
}
.panel-pricing .panel-footer {
	padding: 0px 15px 10px 15px;
	background-color: #fff;
	border-top: 0;
}
.panel-pricing .panel-body {
    padding: 15px 30px 0px 30px;
}
.panel-pricing .btn-primary {
	color: #fff;
	background-color: #29ABE2;
	border-color: #29ABE2;
	border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-weight: 700;
	padding: 12px 0;
}
.panel-pricing .btn-primary:hover {
	color: #fff;
	background-color: #FBA301;
	border-color: #FBA301;
}
.panel-pricing:hover > .panel-heading,
.panel-pricing:hover > .panel-body,
.panel-pricing:hover > .panel-footer {
	
}
.price-detail{
	padding: 10px;
	padding-bottom: 20px;
}
.price-detail:hover{
	border-radius: 10px;
border: 1px solid transparent;
	box-shadow: 5px 5px 25px 0 rgba(46,61,73,.5);
    -webkit-box-shadow:5px 5px 25px 0 rgba(46,61,73,.5);
    -moz-box-shadow:5px 5px 25px 0 rgba(46,61,73,.5);
    -o-box-shadow:5px 5px 25px 0 rgba(46,61,73,.5);
}
.price-detail-heading{
	font-size: 18px;
    color: #0071BC;
	font-weight: 700;
	padding: 20px 0;
	text-align: center;
}
.price-detail-body{
	background-color:#F8F8F8;
	border-top:2px solid #29ABE2;
	padding:20px 40px 20px 20px;
}

.price-detail-body .item{
	padding:2px;
}
.price-detail-body .item:after{
	clear:both;
	width:100%;
	display:block;
	content:'';
}
.price-detail-body .item-name{
	float:left;
}
.price-detail-body .item-name p{
	margin: 0px;
}
.price-detail-body .item-name p:hover{
	-webkit-transform: scale(1.1) translateX(10px);
    -ms-transform: scale(1.1) translateX(10px);
    transform: scale(1.1) translateX(10px);
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    color: #000;
    font-weight: 700; 
}
.price-detail-body .fa{
	margin-right:10px;
	color:#29ABE2;
	font-size: 16px;
}
.price-detail-body .item-price{
	float:right;
	color: #666666;
	font-weight: 700;
}
.price-detail-body .item-price span{
	margin-right: -5px;
}
.more-info-price{
	text-align:center;
	margin-top:40px;
	margin-bottom:140px;
}
.more-info-price a{
	color: #0071BC;
    font-weight: 700;
}
#service-name{
	text-align:justify;
	padding: 0px 60px;
    margin: 20px 0px;
}
#service-name p{
	float: right;
    color: #666666;
    font-weight: 700;
    font-size: 20px;
    margin-top: -45px;
}

/* ==========================
12. Contact
============================= */
.shake{
	margin-bottom:40px;
}
.shake:after{
	clear:both;
	width:100%;
	display:block;
	content:'';
}
.shake .form-control{
    padding: 24px 12px;
	border-radius: 0;
}
.shake .btn-default{
    padding: 15px 25px;
	float:right;
	
	background-color: #29ABE2;
    border-color: #29ABE2;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
}
.shake .btn-default:active,
.shake .btn-default:visited,
.shake .btn-default:hover {
    background-color: #FBA301;
    border-color: #FBA301;
	color:#fff;
}
p.help-block.text-danger li {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
	color: #f00;
}
.alert-danger {
    color: #333031;
    background-color: #FFEDC4;
    border-color: #f00;
}
.contact-address{
	margin-top:40px;
}
.contact-address-item{
	margin-bottom:40px;
}
.contact-address-heading{
	color: #0071BC;
    font-weight: 700;
	margin-bottom:10px;
}
/*.maps-wraper{
	position:relative;
}*/
.maps{
	width:100%;
	height:300px;
	display:block;
	background:#ccc;
	position:relative;
}
.orderform{
    padding:20px 20px;
}
/*#google_map{
	height: 100%;
}*/
/*#google-container {
	position: relative;
	width: 100%;
	height: 500px;
	background-color: #000;
}
#cd-google-map {
	position: relative;
	overflow: hidden;
}
#cd-google-map .col-md-12 {
	padding: 0;
}
#cd-google-map .address {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 20px 0;
	background-color: rgba(5, 5, 5, 0.9);
}
#cd-google-map .address .address-item {
	position: relative;
	padding-left: 44px;
}
#cd-google-map .address .address-item i {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 4px;
	color: #fcfcfc;
	font-size: 22px;
	text-align: center;
	line-height: 24px;
}
#cd-zoom-in,
#cd-zoom-out {
	height: 32px;
	width: 32px;
	cursor: pointer;
	margin-left: 10px;
	background-color: rgba(0, 113, 188, .9);
	background-repeat: no-repeat;
	background-size: 32px 64px;
	background-image: url('../images/cd-icon-controller.svg');
}
.no-touch #cd-zoom-in:hover,
.no-touch #cd-zoom-out:hover {
	background-color: #0071BC;
}
#cd-zoom-in {
	background-position: 50% 0;
	margin-top: 10px;
	margin-bottom: 1px;
}
#cd-zoom-out {
	background-position: 50% -32px;
}*/

/* ==========================
13. Footer
============================= */
.footer{
	
}
.f-desc{
	background-color:#252525;
	color:#fff;
	padding:20px 0;
}
.fcopy{
	background-color: #0071BC;
	color:#fff;
	padding:10px 20px;
}
#copyright{
    padding-left:100px;
} 
.fcopy a{
	color: #fff;
}
.footer-item{
	line-height: 20px;
    color: #999999;
    font-weight: 400;
	margin-bottom: 20px;
	min-height: 250px;
}
.footer-sosmed{
	margin-top: 20px;
}
.footer-sosmed .item{
	width:30px;
	height:30px;
	text-align:center;
	background-color:#29ABE2;
	color:#fff;
	display: inline-table;
	padding-top: 6px;
    border-radius: 50%;
}
.footer-sosmed .item:hover{
	background-color:#FBA301;
}
.footer-sosmed .item .fa{
	font-size:16px;
}
.footer-logo{
	margin-bottom: 10px;
}
.footer-logo img{
	/*width: 85%;*/
}
.footer-title{
	font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    font-family: raleway, sans-serif;
    font-weight: 400;
	position:relative;
	padding: 10px 0;
	margin-bottom: 40px;
}
.footer-title:after{
	position:absolute;
	content:'';
	width:50px;
	height:10px;
	border-bottom:1px solid #fff;
}
.footer-blog-item{
	padding-left:30px;
	margin-bottom: 15px;
}
.footer-blog-item:before{
	font-family: FontAwesome;
	content: "\f105";
	color:#29ABE2;
	float:left;
	padding-left:-20px;
	margin-left: -26px;
    font-size: 16px;
}
.footer-blog-item .footer-blog-lead{
	line-height: 20px;
    color: #999999;
    font-weight: 400;
}
.footer-blog-item .footer-blog-lead a{
	color: #999999;
}
.footer-blog-item .footer-blog-lead a:hover{
	color: #FBA301;
}
.footer-blog-item .footer-blog-date{
	font-size: 12px;
    line-height: 17px;
    color: #29ABE2;
    font-family: raleway, sans-serif;
    font-weight: 400;
	margin-top: 5px;
}
.footer-form{

}
.footer-form .form-control{
	border-radius:0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.footer-getintouch{
	
}
.footer-getintouch-item{
	clear:both;
	margin-bottom:10px;
	content:'';
}
.footer-getintouch-item .icon{
	font-size: 18px;
	color:#29ABE2;
	float:left;
	margin-right:2px;
	text-align:center;
	width:15px;
}
.footer-getintouch-item .icon .fa{
	font-size: 16px;
}
.footer-getintouch-item .desc{
	float:left;
	margin-bottom: 5px;
	color:#fff;
}
.footer-getintouch-item .desc .desc-1{
	width:60px;
	float:left;
}
.footer-getintouch-item .desc .desc-2{
	width:10px;
	float:left;
}
.footer-getintouch-item .desc .desc-3{
	float:left;
	letter-spacing:.3px;
}


/*-------------*/
  /*TERMs
  /*-------------*/
  .privacyRow h2{
    color: #29ABE2;
    font-family: sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .privacyRow h1{
    color: #29ABE2;
    font-family: sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .privacyRow p{
      text-align: justify;
      line-height: 1.5;
      font-family: 'Lato', sans-serif;
      font-size: 14px;
  }
  .privacyRow{
      padding: 30px 0px;
  }
  .privacyRow ul{
      margin-left: 25px;
  }
  .privacyRow ul li{
     line-height: 1.5;
      font-family: 'Lato', sans-serif;
      font-size: 14px;
  }
  .privacyRow ul li h3{
     font-weight:600;
  }
  @media (max-width: 480px){
      .privacyRow h2 {
          font-size: 20px;
      }
  }

  /* - - - - -- - ------*/
	/*feedback and quick slider*/
	/* -- - - - - - - - - - */
	

	#feedback-contact{
	position:fixed;
	left:0;
	bottom: 100px;
	height: 300px;
	margin-left: -3px;
	margin-bottom: -3px;
	z-index: 2001;
	}
	#feedback-contact1{
	position:fixed;
	left:0;
	top: 150px;
	height: 40px;
	margin-left: -3px;
	margin-bottom: -3px;
	z-index: 2001;
	}

	

	#feedback-contactForm {
	float: left;
	width: 300px;
	height: 100%;
	z-index: 1000;
	padding-left: 5px;
	padding-right: 10px;
	background-clip: 'padding-box';
	border: 1px solid rgba(0,0,0,.2);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	}
	#feedback-contactForm1 {
		background:#25D366;
	float: left;
	width: 150px;
	height: 100%;
	z-index: 1000;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 10px;
	background-clip: 'padding-box';
	border: 2px solid #fff;
	/*-moz-border-radius: 0px;
	-webkit-border-radius: 0px;*/
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	}

	#feedback-tab {
	float: right;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	width: 120px;
	height: 42px;
	background-color: rgba(0,0,0,0.5);
	margin-top: 60px;
	margin-left: -42px;
	padding-top: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	}

	#feedback-contactTab{
	float: right;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	width: 120px;
	height: 42px;
	background-color: rgba(0,0,0,0.5);
	margin-top: 60px;
	margin-left: -42px;
	padding-top: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	}

	#feedback-contactTab1{
	float: right;
    color: #fff;
    font-size: 34px;
    cursor: pointer;
    text-align: center;
    width: 42px;
    height: 40px;
    /*background-color: rgba(0,0,0,0.5);*/
    border-radius: 100px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 30px;
    
	}
	#feedback-contactTab1 img{
		width: 100%;
		height: 100%;
	}
	#feedback-contactForm1 h1{
		color: #fff;
		font-size: 18px;
		font-weight: 600;
	}
	#feedback-tab:hover {
	background-color: rgba(0,0,0,0.4);
	}

	#feedback-form textarea {
	resize: none;
	}


/*============================================
    Go to Top
*=============================================*/
.gototop {
  position: relative;
  float: right;
  z-index: 999;
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop a {
  width: 40px;
  height: 40px;
  margin-top: -35px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.gototop a i {
  height: 40px;
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}
/*============================================
    END Go To Top
*=============================================*/
/*============================================
    clock
*=============================================*/
.clock{
	margin: -120px 0 0 0;
}


/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  /*box-shadow: 0 0 1px rgba(0, 0, 0, 0);*/
}
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}


/* -----------------*/
/*success-content*/
/* ------------------*/

.success{
    background-color: #29abe2;
}
.success-content
{
    margin: 20% 5% ;

}

.success h2 {
    color:#000; 
    font-size:30px;
    text-transform: inherit;
    font-weight: bold;
    line-height: 1.22;
    font-family: 'Lato', sans-serif;
    width: 100%;
    text-align: center;
}
.success p{
    margin-top: 10px;
    font-family: 'Lato', sans-serif;
    color:#000;
}
.success h1{
	font-size:35px;
    text-transform: inherit;
    font-weight: bold;
    line-height: 1.22;
    font-family: 'Lato', sans-serif;
    width: 100%;
    text-align: center;
}

.success h1 span {
    color: #29abe2;
}
.btn2{
    background-color:#29abe2; 
    color:#fff;
    border: none;
    margin-top:20px;
    height: 39px;
    width: 156px;
    font-size: 14px;

}
/*#scroll-Top
{
    margin-top: 15px;
    border-top: 1px solid #c1b8c1;
    padding-top: 15px;
}*/
.success-txt{
    text-align: center;
    padding:45px 100px;
    background-color: #fff;
    border:1px solid transparent;
    border-radius: 10px;
	box-shadow: 5px 5px 25px 0 rgba(46,61,73,.5);
    -webkit-box-shadow:5px 5px 25px 0 rgba(46,61,73,.5);
    -moz-box-shadow:5px 5px 25px 0 rgba(46,61,73,.5);
    -o-box-shadow:5px 5px 25px 0 rgba(46,61,73,.5);
}
.tick{
    font-size: 65px;
    color: #29abe2;
}
#success-header{
    position: relative;
width: 100%;
z-index: 99;
background-color: #000000;
}

@media (max-width: 480px){
    .success-txt {
        padding: 40px 20px;
    }
}

/*============================================
    RESPONSIVE
*=============================================*/


@media (max-width: 1199px) {
    .info .info-item {
		font-size:13px;
	}
	.fcopy p{
	    font-size:13px;
	}
	#copyright{
	    padding-left:50px;
	}
	
}
@media (max-width:1199px) and (min-width:991px){
    .btn-books {
   
    padding: 6px 10px;
   
    
    font-size: 14px;
    
    margin-left: -83px;
}
.navbar-main .nav > li > a {
   
    padding: 10px 12px;
}
}
@media (max-width: 992px) {
	.info .info-item {
		margin-right: 20px;
	}
	.services-item-image img{
		position:static;
	}
	.work-info-icon {
		margin: 30px 0 0 0;
		width: 100%;
		text-align: center;
	}
	.work-info-body {
		float: left;
		margin: 10px 0 0 0px;
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}
	.navbar-main .nav > li > a {
        padding-left: 5px;
        padding-right: 5px;
	}
}
@media (max-width: 768px) {
	.header-top{
		display:none;
	}
	.orderform{
    padding:20px 0px;
    }
	.carousel-caption {
		padding-bottom: 0px;
	}
	.navbar-brand {
		padding: 10px 15px;
		width: 195px;
	}
	.navbar-brand > img {
		display: block;
	}
	.navbar-main .navbar-brand > img {
		-webkit-transition: 0.2s all linear;
				transition: 0.2s all linear;
				width: 100%;
	}
	.navbar-main.stiky .navbar-brand {
		margin-top: 0px;
	}
	.navbar-main.stiky .navbar-nav > li > a {
		padding-top: 0;
		min-height: 40px;
	}
	.btn-books {
   
    padding: 5px 10px;
   margin-top:15px;
    
    font-size: 13px;
    
    
}
	
	/* costea */
	.navbar-nav{
		padding: 8px;
	}
	.navbar-main .navbar-nav > li > a{
		margin-bottom: 8px;
		padding-top: 10px;
		min-height: 40px;
	}
	.navbar-main .navbar-nav > li.active > a,
	.navbar-main .navbar-nav > li > a:hover{
		background-color: #48B8E7;
		color: #fff;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		background-color: #fff;
		padding: 10px 16px;
		margin-bottom: 5px;
	}
	.navbar-main .navbar-nav  > li.open > a{
		margin-bottom: 0px;
	}
	.navbar-main.stiky .navbar-nav > li > a,
	.navbar-main.stiky .navbar-nav > li.open > a {
		padding-top: 10px
	}
	/* end costea */
	.work-info {
		position: static;
	}
	.work-info .container {
		padding-right: 0;
		padding-left: 0;
	}

	.banner,.subbanner {
		margin-top: 50px;
	}
	.banner .caption {
		position: absolute;
		top: 150px;
		left: 20px;
		right: 20px;
	}
	.work-info-item {
		width: 100%;
	}
	
	.testimonials-item .quote-box{
		margin-left: 110px;
	}
	.about-wrap {
		margin-left: 0px;
	}
	.work-info-icon {
		margin: 30px 0 0 30px;
		width: 60px;
		text-align: left;
	}
	.work-info-body {
		float: left;
		margin: 30px 0 0 0;
		width: auto;
		text-align: left;
	}
	.why-item{
		margin-bottom: 10px;
	}
	.fcopy{
	text-align: center;
	}
	.gototop a{
		margin-top: -55px;
	}
	#copyright{
	    padding-left:0px;
	}
}
@media (max-width: 767px) {
	.services-item-image img{
		position:static;
	}
	#feedback-contact{
		bottom: 50px;
	}
	#feedback-contactForm{
		width: 245px;
	}
	.btn-books{
	    display:none;
	}
	
}
@media (max-width: 479px) {
	.item .carousel-caption .caption-heading {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.item .caption-desc{
		display: none;
	}
	.banner .item{
	height:350px;
	}
	.banner .caption a.btn-default, .wrap-caption a.btn-default {
		font-size: 10px;
		line-height: 20px;
		padding: 2px 12px;
	}
	.image-wrap .meta {
		padding: 5px 20px;
	}
	.image-wrap .meta div{
		width:50%;
		font-size:10px;
		line-height: 10px;
	}
	.image-wrap .meta div:nth-child(2){
		display:none;
		line-height: 10px;
	}
	.image-wrap .meta .fa{
		display:none;
	}
	.media-left, .media-right, .media-body {
		display: inline;
	}
	.comments-box .date {
		margin-left: 10px;
	}
	.testimonials .slick-list{
    margin:0;
	}
	.testimonials-item .quote-box .q-url a{
	font-size: 15px;
	}
	.abt-content {
    padding: 0 20px;
	}
	.abt-content p{
    text-align:justify;
	}
	.card{
		display: none;
		right: 35px;
	}

	.section-title h2{
		font-size: 25px;
		line-height: 40px;
	}
	.btn-book{
	 	display: block;
		float: right;
		margin-top: 13px;
		color: #fff;
		background: #29abe2;
		border-radius: 14px;
		border: 1px solid transparent;
		font-size: 9px;
		font-family: sans-serif;
		font-weight: 700;
		font-family: raleway, sans-serif;
		box-shadow: 5px 5px 25px 0 rgba(46,61,73,.5);
    -webkit-box-shadow:5px 5px 25px 0 rgba(46,61,73,.5);
    -moz-box-shadow:5px 5px 25px 0 rgba(46,61,73,.5);
    -o-box-shadow:5px 5px 25px 0 rgba(46,61,73,.5);
    animation:blinker 1s linear infinite;
	 }
	#service-name{
	padding: 0px 0px;
	}
	#service-name h2{
		font-size: 18px;
	}
	#service-name p{
		font-size: 16px;
	}
	#why p {
    margin-bottom: 5px;
	} 
	 #monthly{
	 	width: 100%;
	 }
	 .modal-content{
	background-color: rgb(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 1);
	-o-box-shadow: 0 5px 15px rgba(0, 0, 0, 1); 
	}
	.radio-inline{
		padding-bottom: 10px;
		/*color: #fff;*/
	}
	.modal-content textarea{
		width: 100%;
	}
	.modal-content .form-control{
		color: #000;
	}
	.modal-header{
		padding: 5px 10px;
	}
	.close{
		font-size: 50px;
	}
	.tab-group{
		display: inline-block;
    position: absolute;
    margin-top: 20px;
    margin-left: 10px;
	}
	.clock{
		display: none;
	}
	#copyright{
	    padding-left:0px;
	}
	.fcopy p {
    font-size: 14px;
    }

}

/* COOKIE ALERT */

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #29ABE2 ;
    padding:8px;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline;
    color: #ecf0f1;
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
    padding:10px 20px;
}
.cookiealert .declinecookies {
    margin-left: 10px;
    vertical-align: baseline;
    padding:10px 20px;
}


@media (min-width: 768px) {
	.navbar-main.stiky .navbar-brand > img {
		width: 80%;
	}	
}