/**
* 	@template:  Dangal
	author: Hisham007
	version: 1.1

TABLE OF CONTENTS

	* Global
		+ Navbar
		+ Header
		+ Hero
		+ Services
		+ Quote
		+ Portfolio
		+ Price
		+ clients
		+ Team
		+ Blog
		+ Branding
		+ Contact
		+ Footer
		
*/
/* -------------------------------------------------------
                     Global 
-------------------------------------------------------- */
@import url(main.css);
@font-face {
  font-family: "Anurati";
  src: url("../fonts/Anurati-Regular.otf");
  src: local("Anurati");
  src: url("../fonts/Anurati-Regular.otf") format("opentype");
}
body {
  font-family: 'Open Sans', sans-serif;
  color: #515A5F;
  font-weight: 400;
}

h5, h6 {
  font-weight: 600;
}

.section-padding {
  padding: 100px 0;
}

p {
  color: #888;
  line-height: 1.8;
  font-size: 14px;
}

.section-head {
  margin-bottom: 80px;
}
.section-head .ctit {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #42D9E4;
  margin-bottom: 10px;
  font-weight: 400;
}
.section-head h4 {
  font-weight: 500;
  font-size: 35px;
      color: #024e73!important;
	text-transform: uppercase!important;
}

.ctit {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  color: #515A5F;
}

.bghalf {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
}

.btn-bg-md {
  border: 1px solid #42D9E4;
  background: #42D9E4;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 3px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.btn-bord-md {
  border: 1px solid #fff;
  background: transparent;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 3px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.btn-bg-md:hover,
.btn-bord-md:hover {
  border-color: #42D9E4;
  color: #fff;
  background: #42D9E4;
}

.overlay {
  position: relative;
}
.overlay:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(12, 12, 12, 0.6);
  z-index: 1;
}
.overlay .container, .overlay .container-fluid {
  position: relative;
  height: 100%;
  z-index: 7 !important;
}

.button-top {
  position: fixed;
  bottom: -200px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  background: #515A5F;
  z-index: 99999999;
  opacity: .5;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}
.button-top:hover {
  opacity: .8;
}

.button-show {
  bottom: 20px;
}

.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}

.cd-title h1 {
  font-size: 2.4rem;
}

@media only screen and (min-width: 768px) {
  .cd-title {
    line-height: 250px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-title {
    height: 200px;
    line-height: 300px;
  }

  .cd-title h1 {
    font-size: 3rem;
  }
}
.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
}

.cd-intro {
  margin: 4em auto;
}

@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}
.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* xclip */
.cd-headline.clip span {
  display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
  font-weight: 400;
}

/* -------------------------------------------------------
                     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;
  background-color: #ffffff!important;
}
.navbar-default .navbar-nav > li > a {
  margin: 0 !important;
  color: #014f73 !important;
  padding: 0 !important;
}
.navbar-default .navbar-nav > li {
  font-size: 14px;
  margin: 33px 20px 0!important;
  padding: 5 10px;
  background: none;
  cursor: pointer;
  position: relative;
}

.navbar-default .navbar-nav > li .active {
  color: #1fbbd6 !important;
  background: none;
}

.nav-scroll {
  background: #fff;

    min-height: 79px!important;
	box-shadow: none!important;
  line-height: 60px;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
  line-height: 30px!important;
}
.nav-scroll .logo {
  color: #222;
  padding-top: 17px!important;
}
.nav-scroll .logo2 {
  color: #222;
  padding-top: 5px;
}
.nav-scroll .navbar-nav > li > a {
  color: #111 !important;
}

.logo {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  padding-top: 20px;
  font-family: 'Anurati', sans-serif !important;
  text-transform: uppercase;
  cursor: pointer;
}


.logo2 {
 font-size: 22px;
  color: #014f73!important;
  padding-top: 20px;
  
  text-transform: uppercase;
  cursor: pointer; 
  font-family: 'Open Sans', sans-serif!important;
  font-weight: 700;
}


.hours{
	font-size: 18px!important;
	padding-top: 10px!important;
}


.sublogo {
	line-height: 0.8;
	font-size: 18px;
	color: #107dac!important;
	font-weight: 700!important;
	margin-bottom: 20px!important;

}

/* -------------------------------------------------------
                    Header
-------------------------------------------------------- */
.header {
  height: 100vh;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.sub-header {
  height: 35vh!important;
  background-color: #17c4d7!important; 
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  color: #fff;
}
.sub-header:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #17c4d7!important; 
  opacity: .8;
  z-index: 1;
}
.sub-header .v-middle {
  z-index: 8;
}

.demo1 {
  background-image: url(../img/bg1.jpg);
}
.demo1 .caption {
  color: #fff;
  margin-top: 0px;
  color: #014f73!important;
}
.demo1 .caption h5 {
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
}
.demo1 .caption h2 {
  font-weight: 300;
  font-size: 45px;
  margin: 30px auto;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}
.demo1 .caption h2 span {
  font-weight: 600;
}
.demo1 .caption a {
  margin: 5px;
  letter-spacing: 1px;
}

/* -------------------------------------------------------
                    Hero
-------------------------------------------------------- */
.hero {
  padding-bottom: 0;
}
.hero .hero-head {
  padding-bottom: 100px;
}
.hero .hero-head h6 {
  margin-bottom: 15px;
}
.hero .hero-head h1 {
  font-size: 20px;
  font-weight: 300;
  color: #888;
  line-height: 1.8;
}
.hero .hero-head h1 span {
  color: #42D9E4;
}
.hero .hero-head .cd-headline.clip .cd-words-wrapper::after {
  display: none;
}
.hero .block {
  position: relative;
  background-image: url(../img/2.jpg);
  background-repeat: repeat;
  background-position: center center;
}
.hero .block .bgone {
  background-image: url(../img/1.jpg);
  background-attachment: fixed;
  background-position: left center !important;
}
.hero .block .bgone:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(237, 237, 237, 0.2);
}
.hero .block .block-cont {
  padding: 100px 30px 50px;
  overflow: hidden;
}
.hero .block .block-cont h5 {
  margin-bottom: 15px;
  font-size: 25px;
}
.hero .block .block-cont > p {
  margin-bottom: 50px;
}
.hero .block .block-cont .item {
  margin-bottom: 50px;
}
.hero .block .block-cont .item .icon {
  float: left;
  font-size: 30px;
  color: #42D9E4;
}
.hero .block .block-cont .item .item-info {
  margin-left: 50px;
}
.hero .block .block-cont .item .item-info h6 {
  margin-bottom: 10px;
}

/* -------------------------------------------------------
                    Services
-------------------------------------------------------- */
.services .item {
  padding: 30px 10px;
}
.services .item .icon {
  font-size: 40px;
  color: #42D9E4;
  margin-bottom: 20px;
}
.services .item h6 {
  margin-bottom: 15px;
}
.services .bord {
  margin: 15px auto;
  width: 100%;
  border-top: 1px solid #f4f4f4;
}
.services .middle {
  border-right: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
}

/* -------------------------------------------------------
                    Quote
-------------------------------------------------------- */
.quote {
  background-image: url(../img/3.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 120px 0;
  text-align: center;
}
.quote p {
  color: #eee;
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 15px;
}
.quote i {
  color: #999;
  padding: 0 5px;
  font-size: 18px;
}
.quote span {
  color: #42D9E4;
}

.quote.overlay:after {
  background: rgba(12, 12, 12, 0.4);
}

/* -------------------------------------------------------
                     Portfolio 
-------------------------------------------------------- */
.portfolio {
  overflow: hidden;
}
.portfolio .filtering span {
  padding: 0 10px;
  margin: 0 15px;
  color: #999;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}
.portfolio .filtering .active {
  color: #111;
}
.portfolio .item-img {
  margin: 15px auto;
  position: relative;
  overflow: hidden;
}
.portfolio .item-img:after {
  content: "";
  width: 100%;
  height: 300%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: rgba(255, 255, 255, 0.05);
  position: absolute;
  top: -30%;
  left: -100%;
  opacity: 0;
  -webkit-transition: left .5s;
  transition: left .5s;
  z-index: 9;
}
.portfolio .item-img:hover:after {
  left: 120%;
  opacity: 1;
}
.portfolio .item-img:hover .item-img-overlay {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.portfolio .item-img:hover h6, .portfolio .item-img:hover .icons {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.portfolio .item-img h6 {
  position: relative;
  color: #fff;
  margin-bottom: 30px;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.portfolio .item-img .icons {
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.portfolio .item-img .icon {
	font-size: 22px;
  width: 60px;
  height: 60px;
  line-height: 62px;
  border-radius: 50%;
  border: 1px solid #eee;
  margin: 0 2px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.portfolio .item-img .icon:hover {
  background: #42D9E4;
  border-color: #42D9E4;
}
.portfolio .item-img-overlay {
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background: #17c4d7b3 !important;
  color: #fff;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 2;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.portfolio .load {
  margin: 30px auto 0;
  border: 1px solid #eee;
  padding: 12px 30px;
  color: #555;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.portfolio .load:hover {
  background: #111;
  border-color: #111;
  color: #fff;
}

/* -------------------------------------------------------
                    Price
-------------------------------------------------------- */
.price {
  background: #f4f4f4;
}
.price .item {
  background: #fff;
  padding: 50px;
}
.price .item .type {
  margin: 0 0 50px;
}
.price .item .mount {
  margin: 0 0 50px;
}
.price .item .mount h3 {
  font-size: 60px;
  font-weight: 700;
}
.price .item .mount h3 span {
  font-size: 30px;
  font-weight: 400;
  padding-right: 5px;
}
.price .item .features {
  margin: 0 0 50px;
}
.price .item .features p {
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1.4;
  border-bottom: 1px solid #f8f8f8;
}
.price .item .features p:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}
.price .item .features p span {
  padding-right: 15px;
}
.price .item .features p .good {
  color: #75B212;
}
.price .item .features p .false {
  color: #FB3E14;
}
.price .item .order div {
  border-radius: 20px;
  padding: 10px;
  width: 90%;
  background: #51515f;
  border-color: #51515f;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.price .item .order div:hover {
  background: #42D9E4;
  border-color: #42D9E4;
}
.price .spacial {
  position: relative;
  overflow: hidden;
}
.price .spacial .pop {
  background: #42D9E4;
  padding: 10px 0;
  text-align: center;
  width: 200px;
  position: absolute;
  top: 35px;
  right: -50px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.price .spacial .pop h6 {
  color: #fff;
  font-size: 12px;
}
.price .spacial .mount {
  color: #42D9E4;
}
.price .spacial .order div {
  background: #42D9E4;
  border-color: #42D9E4;
}

/* -------------------------------------------------------
                    Clients
-------------------------------------------------------- */
.clients {
  background-image: url(../img/6.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.clients .client-say {
  color: #fff;
}
.clients .client-say span {
  font-size: 40px;
  margin-bottom: 30px;
}
.clients .client-say .client-item p {
  font-size: 20px;
  letter-spacing: 1px;
  color: #ccc;
  font-style: italic;
  font-family: 'Lora', serif;
  margin-bottom: 15px;
}
.clients .client-say .client-item h6 {
  color: #42D9E4;
  margin-bottom: 15px;
}
.clients .client-say .client-item h5 {
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 30px;
}
.clients .owl-theme .owl-dots span {
  width: 2px;
  height: 10px;
  background: #eee;
  margin: 0 5px;
}
.clients .owl-theme .owl-dots .active span {
  height: 18px;
  background: #42D9E4;
}

.clients.overlay:after {
  background: rgba(12, 12, 12, 0.4);
}

/* -------------------------------------------------------
                    Team
-------------------------------------------------------- */
.team .item {
  position: relative;
  margin-bottom: 50px;
}
.team .item:hover .info {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.team .item .info {
  padding-top: 50%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.team .item .info h5 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #42D9E4;
}
.team .item .info h6 {
  font-size: 16px;
  margin-bottom: 30px;
}
.team .item .social-icon {
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.team .item .social-icon span {
  margin: 10px;
  opacity: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.team .item .social-icon span:hover {
  color: #42D9E4;
}
.team .item .social-icon .totop {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.team .item .social-icon .tobotm {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.team .item:hover .social-icon {
  opacity: 1;
}
.team .item:hover .totop, .team .item:hover .tobotm {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

/* -------------------------------------------------------
                    Blog
-------------------------------------------------------- */
.blog {
  background: #f4f4f4;
}
.blog .item {
  text-align: center;
}
.blog .item .img {
  position: relative;
}
.blog .item .img .date {
  position: absolute;
  top: 0px;
  left: 20px;
  text-align: center;
  padding: 10px;
  line-height: 22px;
  background: #fff;
}
.blog .item .img .date span {
  font-size: 12px;
  display: block;
}
.blog .item .content {
  padding: 30px 20px;
  background: #fff;
}
.blog .item .content h5 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.blog .item .content p {
  margin-bottom: 20px;
}
.blog .item .content span {
  background: transparent;
  color: #42D9E4;
}
.blog .item .content span i {
  -webkit-transition: all .5s;
  transition: all .5s;
  padding-left: 2px;
}
.blog .item .content span:hover i {
  padding-left: 10px;
}
.blog .owl-theme .owl-nav {
  margin-top: 30px;
}
.blog .owl-theme .owl-nav [class*=owl-] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.posts {
  padding-right: 15px;
}
.posts .item {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #eee;
}
.posts .item .content .post-img {
  margin-bottom: 50px;
  width: 100%;
  overflow: hidden;
}
.posts .item .content .post-img img {
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.posts .item .content .post-img img:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.posts .item .content .post-info h5 {
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.posts .item .content .post-info .spacial {
  font-size: 16px;
  font-style: italic;
  letter-spacing: 1px;
  padding: 30px;
  margin: 10px auto;
  border-left: 4px solid #42D9E4;
}
.posts .item .content .mor-inf {
  margin-bottom: 30px;
}
.posts .item .content .mor-inf li {
  display: inline-block;
  margin-right: 15px;
  font-size: 11px;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 1px;
}
.posts .item .content .mor-inf li a:hover {
  color: #42D9E4;
}
.posts .item .content .mor-inf li .icon {
  margin-right: 5px;
}
.posts .item .content .more {
  padding: 12px 30px;
  background: #333;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.posts .item .content .more:hover {
  background: #42D9E4;
}
.posts .item .content .share .shar {
  border: 1px solid #ccc;
}
.posts .item .content .share span {
  width: 30px;
  height: 30px;
  margin: 0 5px;
  line-height: 30px;
}
.posts .item .content .share span:hover {
  color: #42D9E4;
}
.posts .comm {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.posts .comm .comm-item {
  margin-bottom: 50px;
}
.posts .comm .comm-item .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  background: #eee;
}
.posts .comm .comm-item .comnts {
  margin-left: 70px;
}
.posts .comm .comm-item .comnts h6 {
  margin-bottom: 5px;
}
.posts .comm .comm-item .comnts span {
  font-size: 11px;
  color: #888;
  margin-right: 15px;
  margin-bottom: 15px;
}
.posts .comm .comm-item .comnts span i {
  margin-right: 5px;
}
.posts .comm .comm-reply {
  margin-left: 70px;
}
.posts .lev-comm input, select, .posts .lev-comm textarea {
  width: 100%;
  padding: 10px;
  /*border: 1px solid #f4f4f4;*/
  /*background: #f4f4f4;*/
  margin-bottom: 15px;
  font-size: 12px;
}
.posts .lev-comm textarea {
  height: 140px;
  max-width: 100%;
  max-height: 140px;
}
.posts .lev-comm input[type="submit"] {
/*background: #024e73!important;
    border-color: #024e73!important;
  color: #fff;*/
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
/*.posts .lev-comm input[type="submit"]:hover {
  background: #42D9E4;
  border-color: #42D9E4;
}*/
.posts .numb span {
  padding: 10px 16px;
  border: 1px solid #eee;
  font-size: 12px;
  color: #888;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.posts .numb span:hover {
  background: #42D9E4;
  border-color: #42D9E4;
  color: #fff;
}
.posts .numb .active {
  border-color: #42D9E4;
  color: #555;
}

.side-bar {
  padding-left: 15px;
}
.side-bar .widget {
  margin-bottom: 80px;
}
.side-bar .widget .search {
  position: relative;
}
.side-bar .widget .search input {
  width: 100%;
  padding: 9px;
  font-size: 14px;
  border: 1px solid #eee;
}
.side-bar .widget .search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
  font-size: 13px;
}
.side-bar .widget .search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  font-size: 13px;
}
.side-bar .widget .search :-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
  font-size: 13px;
}
.side-bar .widget .search :-moz-placeholder {
  /* Firefox 18- */
  color: #999;
  font-size: 13px;
}
.side-bar .widget .search .icon {
  position: absolute;
  top: 9px;
  right: 9px;
  color: #ddd;
}
.side-bar .widget .about-bar img {
  margin-bottom: 30px;
}
.side-bar .widget .follow span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 50%;
  font-size: 14px;
  color: #777;
  margin: 0 2px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.side-bar .widget .follow span:hover {
  border-color: #42D9E4;
  background: #42D9E4;
  color: #fff;
}
.side-bar .widget .lpost .item {
  margin-bottom: 30px;
  overflow: hidden;
}
.side-bar .widget .lpost .sm-img {
  width: 30%;
  float: left;
}
.side-bar .widget .lpost .info {
  margin-left: 35%;
}
.side-bar .widget .lpost .info h5 {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.side-bar .widget .lpost .info span {
  font-size: 11px;
  color: #999;
  letter-spacing: 1px;
}
.side-bar .widget .catg h5 {
  font-size: 13px;
  margin-bottom: 15px;
  color: #888;
  padding-left: 15px;
  position: relative;
}
.side-bar .widget .catg h5:before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 1px;
  font-family: "FontAwesome";
  color: #42D9E4;
}
.side-bar .widget .catg h5 span {
  float: right;
}
.side-bar .widget .tags span {
  font-size: 12px;
  padding: 5px 10px;
  border: 1px solid #42D9E4;
  color: #42D9E4;
  margin: 2px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.side-bar .widget .tags span:hover {
  background: #42D9E4;
  color: #fff;
}

.side-tit {
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid #eee;
}
.side-tit h6 {
  font-size: 14px;
  color: #333;
}

.column {
  padding-right: 0 !important;
}
.column .item .content {
  margin-left: 0 !important;
}

/* -------------------------------------------------------
                    Branding
-------------------------------------------------------- */
.branding .item {
  padding: 30px;
  border-right: 1px solid #f4f4f4;
}
.branding .item:hover img {
  opacity: 1;
}
.branding .item img {
  opacity: .8;
}
.branding .bord {
  width: 100%;
  margin: 10px auto;
  border-bottom: 1px solid #f4f4f4;
}
.branding .no-bord {
  border: 0;
}

/* -------------------------------------------------------
                    Contact
-------------------------------------------------------- */
.contact .info {
  /*background-image: url(/images/background.jpg);*/
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  color: #eee;
  padding: 80px 0;
}
.contact .info .item span {
  float: left;
  font-size: 30px;
  color: #014f73!important;
  padding-top: 10px;
  color: #42D9E4!important;
}
.contact .info .item .cont {
  margin-left: 50px;
  padding: 5px 0 5px 20px;
  border-left: 1px solid #42D9E4!important;
}
.contact .info .item .cont h6 {
  font-size: 11px;
  color: #eee;
  margin-bottom: 10px;
}
.contact .info .item .cont h5 {
  font-size: 16px;
  font-weight: 400;
  color: #888!important;
}
/*.overlay:after {  LP Overlay blue
background: #1c4c6594!important;
}*/
.contact  {
  background: rgba(247, 247, 247)!important;
}
.contact .tabs .tabs-icon {
  overflow: hidden;
  margin-bottom: 80px;
}
.contact .tabs .tabs-icon li {
  width: 33.33333%;
  float: left;
  cursor: pointer;
  opacity: .5;
}
.contact .tabs .tabs-icon li span {
  font-size: 30px;
  color: #42D9E4;
  margin-bottom: 10px;
}
.contact .tabs .tabs-icon .active {
  opacity: 1;
}
.contact .tabs .content {
  padding-bottom: 100px;
}
.contact .tabs .content .item {
  display: none;
}
.contact .tabs .content .active {
  display: block;
}
.contact .tabs .content .form input, .contact .tabs .content .form textarea {
  width: 100%;
  border: 0;
  background: #f4f4f4;
  padding: 10px;
}
.contact .tabs .content .form textarea {
  height: 140px;
  min-width: 100%;
  min-height: 140px;
}
.contact .tabs .content .form input[type="submit"] {
  background: #51515f;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.contact .tabs .content .form input[type="submit"]:hover {
  background: #42D9E4;
}
.contact .tabs .content .map iframe {
  width: 100%;
  height: 400px;
}
.contact .tabs .content .subscribe {
  margin: 0 auto 50px;
  width: 80%;
}
.contact .tabs .content .subscribe input[type="email"] {
  width: calc(100% - 110px);
  padding: 8px 60px 8px 8px;
  border: 1px solid #f4f4f4;
}
.contact .tabs .content .subscribe input[type="submit"] {
  padding: 8px 0;
  text-align: center;
  width: 110px;
  background: #51515f;
  color: #fff;
  border: 1px solid #51515f;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.contact .tabs .content .subscribe input[type="submit"]:hover {
  background: #42D9E4;
  border-color: #42D9E4;
}
.contact .tabs .content .social {
  text-align: center;
}
.contact .tabs .content .social span {
  padding: 0 15px;
  font-size: 14px;
  font-weight: 600;
  opacity: .5;
}
.contact .tabs .content .social span:hover {
  opacity: 1;
}

/* -------------------------------------------------------
                    Footer
-------------------------------------------------------- */
footer {
  background: #f7f7f7!important;
  color: #fff;
}
footer .main-footer {
  padding: 80px 0;
}
footer .main-footer .logo {
  margin-bottom: 30px;
  display: block;
}
footer .main-footer .social-icon span {
  width: 40px;
  height: 40px;
  line-height: 40px;
    border-radius: 30px!important;
	color: #42D9E4!important;
	background-color: #024e73!important;
  background: #151515;
  -webkit-transition: all .5s;
  transition: all .5s;
}
footer .main-footer .social-icon span:hover {
background: #42D9E4!important;
  color: #024e73!important;
}
footer .sub-footer {
  text-align: center;
  padding: 20px 0;
      border-top: none!important;
	background-color: #17c4d7!important;
}




.phone{
	text-decoration: none;

}


.phone:hover{
	color: #42D9E4;
	cursor: grab!important;

}

.forgot{
	
color: #b1b0b0;
    line-height: 1.4;
    margin-top: 10px;
    font-size: 14px;
}

.name{
	
	font-size: 20px;
}

.edit{
	
	color: #a7acae;
}
.edit:hover{
	
	color: #000000;
}




/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #42D9E4!important;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.blue:hover{
	
	color: #42D9E4;
}


.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	
	padding: 16px!important;
	border-top: hidden;
	
	
}

.bold {
color: #024e73!important;
font-weight: bolder!important;
}




#email2 {
    display:none;
}

/* -------------------------------------------------------
                    End
-------------------------------------------------------- */

/*# sourceMappingURL=style.css.map */


.container-text {
    text-align:center;
    font-size:24px;
    padding-bottom:100px;
}

.container-text2 {
    text-align:center;
    font-size:24px;
    padding-bottom:10px;
}

.booking-section-title {
    font-size:20px;
    margin-bottom:40px;
    margin-top: 40px;
}

.booking-table td {

    padding-top: 10px;
    width: 280px;
}


.booking-availableslots-table {

}

.booking-availableslots-table table td {
    text-align:center;
    min-width: 114px;
}


.selectdatetime {
    overflow-x: auto;
    height:300px;
}

.selectdatetime table td {

    min-width: 114px;
}


.btnselectselected {
    border: 2px solid darkred !important;
    color: darkred !important;
}

select {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
   
   /*border: 1px solid #dcdcdc;
   background: white;*/
   padding: 4px 5px 4px 4px;
   font-size: 14px;
   border: 1px solid #dcdcdc;
   height: 34px;
} 

select:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}

.btn-secondary {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	/*font-family:Arial;*/
	font-size:14px;
	font-weight:bold;
	padding:6px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}

.btn-secondary:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.btn-secondary:active {
	position:relative;
	top:1px;
}
.btn-secondary:focus {
    outline: none;
}

.month {
    font-size: 12px;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #666666;
}
::-webkit-scrollbar-corner {
  background: transparent;
}


.video-placeholder {
    width:640px;
    height:480px;
}
