@media (max-width: 1200px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}

.navbar-toggle {
    padding: 12px 10px;
}

@media (max-width: 767px) {
    .navbar-default .navbar-toggle {
        margin-top: 20px;
    }
}

@media (max-width: 640px) {
    .navbar-brand>img {
        width: 111px !important;
    } 
    .navbar-default .navbar-toggle {
      margin-top: 11px;
    }
}

.navbar-brand>img {
  width: 160px;
}

@media (min-width: 767px) {
    .md-center {
        text-align: center;
    }
}

.navbar-toggle {
    margin-top: 34px;
}

.padding-bot {
    padding-bottom: 50px; 
}

.ddk-logo {
    width: 300px !important;
    margin-bottom: 0 !important;
}

.sub-title {
    font-size: 20px;
    color: #222;
}

.services-page-section .services-wrapp .services-post ul {
    font-size: 15px;
    color: #666666;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 24px;
    margin-left: -12px;
    margin-top: -12px;
}

.services-page-section .services-wrapp .services-post a {
  font-size: 12px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  border: 2px solid transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0.8em 2em;
  color: #ffffff;
  background: #999;
  margin-top: 15px;
}
.services-page-section .services-wrapp .services-post a:hover {
  color: #ffffff;
  background: #FF0000;
}

.services-page-section .services-wrapp .services-post-indi ul {
    font-size: 15px;
    color: #666666;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 24px;
    margin-left: -12px;
    margin-top: -12px;
}

.services-page-section .services-wrapp .services-post-indi a {
  font-size: 12px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  border: 2px solid transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0.8em 2em;
  color: #ffffff;
  background: #999;
  width: 100%;
}
.services-page-section .services-wrapp .services-post-indi a:hover {
  color: #ffffff;
  background: #FF0000;
}