body{font-family: 'Merriweather', serif; font-size: 15px; font-weight: 400; line-height: 1.6em;}
p{font-weight: 400; margin-bottom: 15px;}
h1, h2, h3, h4, h5, h6{font-weight: 700; margin-bottom: 15px;}
a{transition: 0.3s;}
input[type="submit"]{cursor: pointer; transition: 0.3s;}
a.readmore{background-color: #3bafbe; color: #fff; display: inline-block; padding: 10px 20px; border-radius: 25px; 
  text-decoration: none;}
a.readmore:hover{background-color: #262626;}
input{background-color: #333; color: #fff; border: 0px solid; padding: 10px; border-radius: 10px;}
input[type="submit"]{background-color: #3bafbe; cursor: pointer; transition: 0.3s;}
input[type="submit"]:hover{background-color: #ee802f;}
.slicknav_menu{display: none;}


#header-area{
  border-top: 5px solid #3bafb3;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.social-area{
  width: 100%;
  clear: both;
  margin-bottom: 10px;
}

.social-area ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-area ul li{
  display: inline-block;
  margin-right: 5px;
}

.social-area ul li a{
  background-color: #1f1f1f;
  width: 35px;
  height: 35px;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding-top: 5px;  
  border-radius: 50%;
  transition: 0.2s;
}

.social-area ul li a:hover{
  background-color: #ee802f;
}

.search-area{
  text-align: right;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}

#main-menu{
  text-align: right;
}

#main-menu ul{
  margin: 0%;
  padding: 0%;
  list-style: none;;
}

#main-menu ul li{
  display: inline-block;
}

#main-menu ul li a{
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 15px;
}

#main-menu ul li a:hover{
  color: #3bafbe;
}

#banner-area{
  width: 100%;
  overflow: hidden;
  position: relative;
}

#banner-area .item{
  width: 100%;
  overflow: hidden;
}

#banner-area .item img{
  width: 550px;
}

.banner-text{
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-table{
  display: table;
  height: 100%;
  width: 100%;
}

.banner-align{
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}

.banner-textarea{
  width: 1170px;
  margin: 0 auto;
}

.main-banner{
  width: 50%;
  float: right;
}

.bx-wrapper .bx-controls-direction a{
  display: none;
}

.bx-wrapper .bx-pager{
  text-align: right;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus{
  background: #3bafbe;
}

.bx-wrapper .bx-pager.bx-default-pager a{
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 3px solid #3bafbe;
}

#intro{
  padding: 40px 0;
}

#intro img{
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

#service-area{
  border-top: 1px solid #ddd;
  padding: 50px 0;
}

#service-area .col-md-10 h4{
  text-align: center;
  color: #666;
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 50px;
}

#service-area .col-md-4{
  margin-bottom: 15px;
}

#service-area .col-md-4 img{
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

#service-area .col-md-4 h4{
  font-size: 15px; 
  font-weight: 400;
  margin-bottom: 10px;
}

#service-area .col-md-4 h4 a{
  color: #3bafbe;
}

#service-area .col-md-4 p{
  font-size: 12px;
  margin-bottom: 0%;
  line-height: 1.4em;
}

#footer-area{
  background-color: #252525;
  padding: 40px 0;
  color: #fff;
}

#footer-area h3{
  font-size: 20px; 
}

#footer-area ul{
  margin: 0%;
  padding: 0;
  list-style: none;
}

#footer-area ul li{
  display: block;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

#footer-area ul li a{
  color: #3bafbe;
  padding: 5px;
  text-decoration: none;
  display: block;
}

#footer-area input{
  margin-bottom: 10px;  
}

#copyright{
  background: #1a1a1a;
  padding: 20px 0;
  color: #fff;
}

#copyright p{
  margin: 0;
}

#copyright .col-md-6:last-child{
  text-align: right;
}

@media only screen and (min-width: 200px) and (max-width: 768px){
  .social-area ul{
    text-align: center;
  }

  .logo{
    float: none;
    margin: 0 auto 20px;
    text-align: center;
    width: 200px;
  }

  #header-area .col-md-9{
    display: none;
  }

  .slicknav_menu{
    display: block;
  }

  #intro .col-md-4{
    margin-bottom: 20px;
  }

  #footer-area .col-md-3{
    margin-bottom: 20px;
  }

  #copyright .col-md-6:last-child{
    text-align: left;
    margin-top: 10px;
  }

  #footer-area input{
    margin-bottom: 10px;
    width: 100%;
  }

  #footer-area input[type="submit"]{
    width: 100%;
  }
}