
/* ==========================================================================
Global Styles
========================================================================== */
body {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #0d0d0d;
  overflow-x: hidden;
}

.sep {
  max-width: 80px;
  border: 2px solid #2d2d29;
  margin-top: 30px;
  margin-bottom: 50px;
}
a:link{
  color: inherit;
}
/* ==========================================================================
Typography
========================================================================== */
h1 {
  font-size: 72px;
  color: #fff;
  font-weight: 500;
}

h2 {
  font-size: 36px;
  color: #2d2d29;
  font-weight: 400;
}

h3 {
  font-size: 26px;
  color: #000;
  font-weight: 400;
}

h4 {
  font-size: 20px;
  color: #2d2d29;
  font-weight: 400;
}

h5 {
  font-size: 22px;
  color: #000;
  font-weight: 400;
}

h6 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
}

p {
  font-size: 14px;
  color: #777777;
  font-weight: 400;
}

/* ==========================================================================
Buttons Styles
========================================================================== */
.btn-transparent {
  background: transparent;
  border: 3px solid #fff;
  padding: 15px 30px;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
  background: #fff;
  color: #0d0d0d;
  text-decoration: none;
}

.btn-light {
  background: #fff;
  border: 3px solid #fff;
  padding: 15px 30px;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #0d0d0d;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  background: transparent;
  color: #fff;
  text-decoration: none;
}

.btn-block {
  background: #24242a;
  padding: 15px 0;
  font-size: 16px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 3px solid #24242a;
}

.btn-block:hover,
.btn-block:focus,
.btn-block:active {
  background: #fff;
  color: #0d0d0d;
  text-decoration: none;
}

/* ==========================================================================
Layout 
========================================================================== */
.dark-bg {
  background: #f8f8f8;
}

.light-bg {
  background: #fff;
}
.blue-bg {
  background: #57B7EA;
  padding-top: 120px;
  padding-bottom: 50px;
}
.jd {
  padding-top: 50px;
  padding-bottom: 50px;
}

    /* ==========================================================================
Navigation Style
========================================================================== */
.navbar-default {
  background: rgba(13, 13, 13, 0.6);
  margin-bottom: 0;
  border: none;
}
.navbar-default .navbar-header {
/*  width: 40%;*/
  padding-right: 15px;
}
.navbar-default .nav > li > a {
  font-size: 14px;
  color: #a3a3a3;
  font-weight: 600;
  padding: 35px 15px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus,
.navbar-default .nav > li > a:active {
  color: #ffffff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #ffffff;
}

.top-nav-collapse {
  background: #24242a;
}
.top-nav-collapse .navbar-brand {
  height: auto;
}
.navbar-brand img {
  width: 60px;
  height: 60px;
}
.top-nav-collapse .nav > li > a {
  padding: 35px 15px;
}
    /* ==========================================================================
home style
========================================================================== */
.main-home {
  height: 100vh;
  padding: 60px 0;
  z-index: 1;
  text-align: center;
  position: relative;
  font-size: 13px;
  color: #fff;
}
.home_header-content {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
}
.home-bg {
  background-size: cover;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/bg.png) no-repeat center;
}
.intro-title {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
}
.intro-text {
  color: #f6f7f8;
  line-height: 150%;
  margin-top: 30px;
  padding: 0 40px;
}
.btn-custom {
  background-color: #57b7ea;
  color: #fff;
  border-radius: 2px;
  width: 200px;
  margin-top: 30px;
  border: 3px solid #57b7ea;
  font-weight: 600;
  font-size: 13px;
}
.btn-custom-1 {
  background-color: transparent;
  color: #fff !important;
  border-radius: 2px;
  width: 200px;
  border: 3px solid #fff;
  margin-top: 30px;
  margin-left: 10px;
  font-weight: 600;
  font-size: 13px;
}
.btn-custom-2 {
  background-color: #57b7ea;
/*  font-family: Roboto;*/
  color: #fff !important;
  border-radius: 2px;
  width: 150px;
  margin-top: 10px;
  margin-left: 40px;
  border: 1px solid #57b7ea;
  font-weight: 500;
  font-size: 12px;
}
.btn-custom-3 {
  background-color: transparent;
  color: #57b7ea !important;
  border-radius: 2px;
  width: 150px;
  border: 1px solid #57b7ea;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 500;
}
.btn-custom:hover {
  background-color: #4999c4;
  color: #fff !important;
  border: 3px solid #4999c4;
  color: #505050;
}
.btn-custom-1:hover {
  background-color: #fff;
  border: 3px solid #fff;
  color: #505050 !important;
}
.btn-custom-2:hover {
  background-color: #4999c4;
  color: #fff !important;
  border: 1px solid #4999c4;
  color: #505050;
}
.btn-custom-3:hover {
  background-color: #57b7ea;
  color: #fff !important;
}
.location-text {
  color: #f6f7f8;
  margin-top: 30px;
}
    /* ==========================================================================
three services Style
========================================================================== */
.light-bg, .dark-bg {
   padding-top: 70px;
   padding-bottom: 70px;
}
.three-icon img {
  width: 50px;
}

    /* ==========================================================================
Features & Product Style
========================================================================== */
#features p, #product p, #design p {
  line-height: 170%;
}

    /* ==========================================================================
Product Style
========================================================================== */
.dot {
  height: 10px;
  width: 10px;
  background-color: #6cade4;
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-top: 6px;
}
#product ul, #design ul {
  list-style: none;
  margin-top: 20px;
}
#product li, #design li {
  display: inline;
}


    /* ==========================================================================
three-adjs Style
========================================================================== */
.img-bg {
   background: url(../img/black-three.png) no-repeat center;
   padding-top: 70px;
   padding-bottom: 70px;
}
.img-bg h4, .img-bg p {
   color: #fff;
}
.img-bg p {
   opacity: 0.7;
}
.blue-line {
   background-color: #5abef2;
   height: 3px;
   width: 60px;
   border-top: none;
}


    /* ==========================================================================
Design Style
========================================================================== */
#design ul {
  padding-left: 0;
}

    /* ==========================================================================
three-highlights Style
========================================================================== */
#three-highlights h4 {
  margin-top: 17px;
  margin-bottom: 17px;
}

    /* ==========================================================================
Contact Us Style
========================================================================== */
#contact {
  padding: 60px 0;
  text-align: center;
  background-color: #f4f4f4；
}
#contact h2 {
  text-transform: uppercase;
}
#contact form {
  margin: 40px 0;
}
#contact .form-group {
  margin-bottom: 35px;
}
#contact .form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 2px solid #24242a;
  color: #0d0d0d;
  min-height: 45px;
}
#contact textarea {
  height: 140px;
  resize: none;
}
.support {
  color: #777777;
}

    /* ==========================================================================
Footer Map Style
========================================================================== */
footer {
  background: #24242a;
  padding: 25px 0;
  text-align: center;
}
footer h6 {
  color: #fff;
}

    /* ==========================================================================
Media Queries Style
========================================================================== */
@media (max-width: 992px) {
  /*-- Navigation --*/
  .top-nav-collapse .nav > li > a {
    padding: 15px 15px;
  }
  .navbar-default {
    background: #24242a;
  }
  .navbar-default .navbar-header {
    width: 100%;
    padding-right: 0;
  }
  .navbar-default .navbar-header .navbar-brand {
    height: auto;
  }
  .navbar-default .navbar-header .navbar-brand img {
    width: 52px;
    height: 52px;
  }
  .navbar-default .navbar-toggle {
    padding-top: 25px;
    padding-bottom: 25px;
    border: none;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:active {
    background: none;
  }
  .navbar-default .navbar-left,
  .navbar-default .navbar-right {
    float: none !important;
  }
  .navbar-default .navbar-toggle {
    display: block;
  }
  .navbar-default .navbar-collapse {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-default .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-default .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-default .navbar-nav > li {
    float: none;
  }
  .navbar-default .collapse.in {
    display: block !important;
  }

  .intro-title {
    padding-top: 90px;
  }
  .btn-custom {
    margin-top: 10px;
  }
  .btn-custom-1 {
    margin-left: 0;
    margin-top: 10px;
  }
  .btn-custom-2 {
    margin-left: 15px;
  }
  .btn-custom-3 {
    margin-left: 0;
  }
  #product ul {
    padding-left: 15px;
  }

  /*-- Services --*/
  #services h3 {
    font-size: 22px;
  }

  .three-icon:nth-child(1), .three-icon:nth-child(2) {
    margin-bottom: 50px;
  }

  #features img{
    width: 90%;
    margin: auto;
    margin-top: 30px;
  }

  .black-sect:nth-child(1), .black-sect:nth-child(2) {
    margin-bottom: 40px;
  }

  .blue-line {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  /*-- section styles --*/
  section h2 {
    font-size: 32px;
  }
}
