
/* -------------------------------------------------------
                     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;
}

.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;
}
.btn-bord-md2 {
  color: #ffc000;
  border: 1px solid #ffc000;
  background: transparent;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 3px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.btn-bord-md2: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 {
	background: #0000007a!important;
  padding: 10px 0 10px;
  background: none;
  border: none;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.navbar-default .navbar-nav > li > a {
  margin: 0 !important;
  color: #eee !important;
  padding: 0 !important;
}
.navbar-default .navbar-nav > li {
  font-size: 14px;
  margin: 25px 20px 0;
  padding: 5 10px;
  background: none;
  cursor: pointer;
  position: relative;
}
.navbar-default .navbar-nav > li .active {
  color: #42D9E4 !important;
  background: none;
}

.nav-scroll {
  background: #111111!important;
  -webkit-box-shadow: 0px 0px 10px #000000;
          box-shadow: 0px 0px 10px #000000;
  min-height: 60px;
  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: 5px;
}
.nav-scroll .logo2 {
  color: #222;
  padding-top: 5px;
}
.nav-scroll .navbar-nav > li > a {
  color: #fff !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: #fff;
  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: #bdbdbd;
}

/* -------------------------------------------------------
                    Header
-------------------------------------------------------- */
.header {
  height: 100vh;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.sub-header {
  height: 40vh;
  background-image: url(/imgages/background.jpg);
  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: #000;
  opacity: .8;
  z-index: 1;
}
.sub-header .v-middle {
  z-index: 8;
}

.demo1 {
  background-image: url(/images/cloud4dentists-practice-portal.jpg);
}

.demo1 .caption {
  color: #fff;
  margin-top: 0px;
}
.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;
}


.demo2 {
  background-image: url(/images/cloud4dentists-patient-portal.jpg);
}

.demo2 .caption {
  color: #fff;
  margin-top: 0px;
}
.demo2 .caption h5 {
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
}
.demo2 .caption h2 {
  font-weight: 300;
  font-size: 45px;
  margin: 30px auto;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}
.demo2 .caption h2 span {
  font-weight: 600;
}
.demo2 .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(/images/2.jpg);
  background-repeat: repeat;
  background-position: center center;
}
.hero .block .bgone {
  background-image: url(/images/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(/images/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 {
  width: 40px;
  height: 40px;
  line-height: 40px;
  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: rgba(0, 0, 0, 0.9);
  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(/images/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, .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: #222;
  border-color: #222;
  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: 1;
}
.branding .bord {
  width: 100%;
  margin: 10px auto;
  border-bottom: 1px solid #f4f4f4;
}
.branding .no-bord {
  border: 0;
}

/* -------------------------------------------------------
                    Contact
-------------------------------------------------------- */
.contact .info {
  background-image: url(/images/7.jpg);
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  color: #eee;
  padding: 80px 0;
}
.contact .info .item span {
  float: left;
  font-size: 30px;
  color: #42D9E4;
  padding-top: 10px;
}
.contact .info .item .cont {
  margin-left: 50px;
  padding: 5px 0 5px 20px;
  border-left: 1px solid #888;
}
.contact .info .item .cont h6 {
  font-size: 11px;
  color: #eee;
  margin-bottom: 10px;
}
.contact .info .item .cont h5 {
  font-size: 16px;
  font-weight: 400;
}
.contact .overlay:after {
  background: rgb(37, 35, 36);
}
.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: #111;
  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;
  color: #888;
  background: #151515;
  -webkit-transition: all .5s;
  transition: all .5s;
}
footer .main-footer .social-icon span:hover {
  background: #42D9E4;
  color: #fff;
}
footer .sub-footer {
  text-align: center;
  padding: 20px 0;
  border-top: 2px solid #151515;
}




.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;
}


.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;
	
	
}


.blue:hover{
	
	color: #42D9E4;
}
/* -------------------------------------------------------
                    End
-------------------------------------------------------- */

/*# sourceMappingURL=style.css.map */