*{
  font-family: 'Oswald', sans-serif !important;
/*  font-weight: 300;*/
}

body{
  font-weight: 200 !important;
}

h1,h1,h3,h4,h5,h6{
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.dread-text > a{
  font-size:20px;
}

.section-form{
  background-color: #000 !important;
  color:#fff !important;
}

.ftco-footer .ftco-footer-widget ul li a span {
    color: rgba(255, 255, 255, 0.7);
}

.block-23 ul li .icon {
  color: rgba(255, 255, 255, 0.7);
}

.bg-white{
  background-color: #fff;
}

p{
    font-family: arial, verdana, sans-serif !important;
}

h4 a{
  color: #18181a !important;
}

.ftco-intro .block-18.color-1{
    background-color: black;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  font-weight: 500;
  padding-right: 5px;
}

.page-header .slider-text {
    color: #fff;
    height: 450px;
}

.text>h2{
    color: white;
}

.ftco-section{
    padding: 0px;
}

.section-padding{
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-100{
    padding: 200px;
}

.appointment, .bg-white2{
    background-color: transparent;
}


.form-control {
    border: 1px solid;
}

.form-control{
    border: 2px solid;
    border-color: #b7b7b7 !important;
}

.div-address{
    padding: 15px;
    margin: 10px;
    text-align: center;
    color:#fff;
}

.div-address>i{
  text-align: center;
  font-size: 30px;
}

.div-address > i + p{
  font-family: 'Oswald', sans-serif !important;
}

.overlay{
    background-color: rgba(0, 0, 0, 0.493) !important;
}

#pricing{
  background-color: #fff;
}

#pricing h2{
  text-align: center;
  text-transform: uppercase;
}

#stylePricing{
  width:80%;
  margin-left: auto;
  margin-right: auto;
}


#stylePricing  tr{
  height: 50px;
}



/* CSS */
.button-57 {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  color: #18181a;
  display: inline-block;
  border-style:none;
  font-size: 15px;
  line-height: 15px;
  padding: 18px 18px 17px;
  text-decoration: none;
  cursor: pointer;
  background: #fff;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.form-group span, .button-57 span{
    color: black !important;
}

.button-57 span:first-child {
  position: relative;
  transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 10;
}

#portfolio{
  padding-right: 0;
  padding-left: 0;
}

.button-57 span:last-child {
  color: white !important;
  display: block;
  position: absolute;
  bottom: 0;
  transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
  z-index: 100;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translateY(225%) translateX(-50%);
  height: 14px;
  line-height: 13px;
}

.button-57:after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  transform-origin: bottom center;
  transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
  transform: skewY(9.3deg) scaleY(0);
  z-index: 50;
}

.button-57:hover:after {
  transform-origin: bottom center;
  transform: skewY(9.3deg) scaleY(2);
}

.button-57:hover span:last-child {
  transform: translateX(-50%) translateY(-100%);
  opacity: 1;
  transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

#contactUs .container-fluid{
  padding-right: 20px;
  padding-left: 0;
}


.ftco-counter{
  margin-top: 80px;
}

.ftco-intro .block-18.color-3 {
  background: #fff;
}

.ftco-section-3 {
  padding: 4em 0;
  position: relative;
}

#section-counter .container{
  padding-left: 0px;
  padding-right: 0px;
}

.ftco-navbar-light.scrolled{
  background-color: #18181a !important;

}

.courved{
  border-radius: 15px;
}

.navbar-nav li a{
  color: rgba(255, 255, 255, 0.8);
}

.ftco-navbar-light.scrolled .navbar-toggler{
  color: rgba(255, 255, 255, 0.8) !important;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 7px;
  border-color: rgba(255, 255, 255, 0.8) !important;
  border-radius: 0px;
}

.ftco-navbar-light.scrolled .nav-link{
  color: rgba(255, 255, 255, 0.8) !important;
}

.ftco-navbar-light.scrolled .navbar-brand {
  color: rgba(255, 255, 255, 0.8) !important;
}

@media (max-width: 991.98px){
  .ftco-navbar-light {
    background: #000 !important;
    top: 0;
    position: relative;
    padding: 30px;
  }
}

.span-class{
  background-color: black;
  color: #f86f2d;
  display: inline-block;
  padding: 5px;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
  color: #f86f2d;
}

.happy-client{
  width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.div-address p{
  font-size: 15px;
  font-family: "Oswald", sans-serif;
}

.hero-wrap{
  background-image: url('../images/website/portfolio/home-bg.jpg');
  background-size: cover !important;
  background-position: left !important;
  background-blend-mode: soft-light;
}

.page-hero{
  background-image: url('../images/website/portfolio/page-header.jpg');
  background-size: cover !important;
  background-position: left !important;
  height: 400px;
}

.active2{
  color: #f86f2d !important;
}

.div-address{
  height: 260px;
}

ul > li{
  font-family:arial, sans-serif !important;
  font-weight: normal !important;
}

  .td-mobile{
    display: none;
  }

@media (max-width: 600px){
  .hero-wrap {
      background-image: url(../images/website/portfolio/mobile-400-bg.jpg);
      background-size: cover;
  }

  #stylePricing tr{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 20px;
  }
  
#stylePricing tr td:nth-child(4){
       font-size:15px;
   }
  

  .td-desktop{
    display: none;
  }

  .td-mobile{
    display: block;
  }
}

@media (min-width: 600px){
  #stylePricing tr{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 20px;
  }
  
    #stylePricing tr td:nth-child(4){
       font-size:15px;
   }
  

  .td-desktop{
    display: none;
  }

  .td-mobile{
    display: block;
  }

}

@media (min-width: 768px){
  #stylePricing tr{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 20px;
  }
  
   #stylePricing tr td:nth-child(4){
       font-size:15px;
   }
  
  .td-desktop{
    display: none;
  }

  .td-mobile{
    display: block;
  }

}

@media (min-width: 992px){

  #stylePricing tr{
    border-bottom: none;
  }
  
  .td-desktop{
    display: block;
  }

  .td-mobile{
    display: none;
  }

}




#bookUs input::-webkit-input-placeholder { /* Edge */
  color: black;
}

#bookUs input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

#bookUs input::placeholder {
  color: black;
}

#bookUs textarea::placeholder {
  color: black;
}