/* Desktop Layout */


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
  top: 17px;
  border:1px solid #000;
  background-color: #292b2c;
}
.navbar-collapse {
  align-items: center;
  flex-basis: 100%;
}
.navbar-collapse {
  padding-bottom: 12px;
  padding-top: 8px;
}
.banner-section {
  height: auto;
  padding-bottom: 90px;
}
.blog-banner {
  height: auto;
  padding-bottom: 90px;
}
.banner-text {
  margin-top: 20px;
}
.animated-header-text {
  margin-top: 250px;
}
.youtube-bg {
  height: 85vh;
  z-index: 10;
}
.animated-header-text h1.cd-headline * {
  font-size: 45px !important;
}
.navbar {
  background-color: #FFFFFF;
  box-shadow: 0 0 10px #333;
}
.navbar-inverse .navbar-nav a {
  color: #292b2c;
  padding-left: 35px;
}
.work-img img {
  border: 10px solid #f6a117;
  float: none;
  padding: 15px;
  width: 100%;
  margin-top:30px;
}
.reviews-content {
  font-size: 14px;
}
.team-item.circle {
  margin-bottom: 40px;
}
.counter-section {
  height: auto;
  padding-bottom: 65px;
  padding-top: 90px;
}
.contact-wrapper {
  margin-left: 0;
}
.footer-section {
  height: auto;
  padding-bottom: 60px;
  padding-top: 100px;
}
}

/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
  top: 17px;
  border:1px solid #000;
  background-color: #292b2c;
}
.navbar .container {
    width: 100%;
}
.navbar-collapse {
  align-items: center;
  flex-basis: 100%;
}
.navbar-collapse {
  padding-bottom: 12px;
  padding-top: 8px;
}
.navbar-nav li.dropdown ul li a {
  color: #444;
  font-size: 11px;
  padding: 12px 26px;
}
.banner-section {
  height: auto;
  padding-bottom: 90px;
}
.blog-banner {
  height: auto;
  padding-bottom: 90px;
}
.banner-text {
  margin-top: 20px;
}
.animated-header-text {
  margin-top: 250px;
}
.banner-btn {
  padding: 17px 46px;
  margin-bottom: 25px;
}
.youtube-bg {
  height: 80vh;
  z-index: 10;
}
.banner-text h1 {
  font-size: 40px;
}
.banner-text p {
  font-size: 17px;
}
.animated-header-text h1.cd-headline * {
  font-size: 36px !important;
}
.navbar {
  background-color: #FFFFFF;
  box-shadow: 0 0 10px #333;
}
.navbar-inverse .navbar-nav a {
  color: #292b2c;
  padding-left: 35px;
}
.about-text{
	padding-top:50px;
}
.work-img img {
  border: 10px solid #f6a117;
  float: none;
  padding: 15px;
  width: 100%;
  margin-top:30px;
}
.reviews-content {
  font-size: 14px;
}
.team-item.circle {
  margin-bottom: 40px;
}
.item{
	margin-bottom:30px;
}
.counter-section {
  height: auto;
  padding-bottom: 65px;
  padding-top: 90px;
}
.contact-wrapper {
  margin-left: 0;
}
.counter-column h3 {
  padding-bottom: 30px;
}
.footer-list{
	padding-top:30px;
}
.footer-section {
  height: auto;
  padding-bottom: 60px;
  padding-top: 100px;
}
}

/* Wide Mobile Layout: */

@media only screen and (min-width: 480px) and (max-width: 767px) {
.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
  top: 17px;
  border:1px solid #000;
  background-color: #292b2c;
}
.navbar-collapse {
  align-items: center;
  flex-basis: 100%;
}
.navbar-collapse {
  padding-bottom: 12px;
  padding-top: 8px;
}
.navbar-nav li.dropdown ul li a {
  color: #444;
  font-size: 11px;
  padding: 12px 26px;
}
.banner-section {
  height: auto;
  padding-bottom: 90px;
}
.blog-banner {
  height: auto;
  padding-bottom: 90px;
}
.banner-text {
  margin-top: 20px;
}
.animated-header-text {
  margin-top: 250px;
}
.youtube-bg {
  height: 80vh;
  z-index: 10;
}
.banner-text h1 {
  font-size: 40px;
}
.banner-text p {
  font-size: 17px;
}
.animated-header-text h1.cd-headline * {
  font-size: 36px !important;
}
.navbar {
  background-color: #FFF;
  box-shadow: 0 0 10px #333;
}
.navbar-inverse .navbar-nav a {
  color: #292b2c;
  padding-left: 35px;
}
.about-text{
	padding-top:50px;
}
.work-img img {
  border: 10px solid #f6a117;
  float: none;
  padding: 15px;
  width: 100%;
  margin-top:30px;
}
.reviews-content {
  font-size: 14px;
}
.team-item.circle {
  margin-bottom: 40px;
}
.item{
	margin-bottom:30px;
}
.counter-section {
  height: auto;
  padding-bottom: 65px;
  padding-top: 90px;
}
.contact-wrapper {
  margin-left: 0;
}
.counter-column h3 {
  padding-bottom: 30px;
}
.footer-list{
	padding-top:30px;
}
.footer-section {
  height: auto;
  padding-bottom: 60px;
  padding-top: 100px;
}
}
