/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 03 2017 | 17:07:02 */
/* Add your CSS code here.                  
For example:
.example {
    color: red;
}
For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp
End of comment */ 

.about-us .page .page-section:first-child {
    background-image: url(/wp-content/uploads/2016/12/iStock-541976598.jpg);
    background-size: cover;
    background-position: top center;
}
.services .page-section-2 .icon {
    margin-bottom: 10px;
}
.banner .navbar-nav>li.action>a {
    line-height: 2.2;
    margin-top: .5rem;
}
.testimonials {
    background: url(/wp-content/themes/digital-provider/dist/images/home-bg-04.jpg) 50% 50%/cover no-repeat;
}
.light a {
    color: #165e97 !important;
}
.page header.banner_text {
	height: 450px;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}
.page header.banner_text .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.page header.banner_text h3 {
	font-size: 60px;
	line-height: 70px;
}
.page header.banner_text p {
	font-size: 24px;
	line-height: 34px;
}
@media (min-width: 993px) {
  .banner .navbar-nav>li+li{
	margin-left: 5px;
  }
  .banner .navbar-nav>li>a {
    padding-left: .6rem;
    padding-right: .6rem;
  }
}
@media (max-width: 992px) {
  .banner .navbar-nav>li>a {
    padding-left: .8rem;
    padding-right: .8rem;
  }
}
@media (max-width: 992px) {
  .page header.banner_text {
      height: 350px;
  }  
  .page header.banner_text h3 {
      font-size: 50px;
      line-height: 60px;
  }
  .page header.banner_text p {
      font-size: 20px;
      line-height: 30px;
  }
}
@media (max-width: 767px) {
  .banner .secondary-nav {
      font-size: 14px;
  }
  .page header.banner_text {
      height: 400px;
  }  
  .page header.banner_text h3 {
      font-size: 40px;
      line-height: 50px;
  }
  .page header.banner_text p {
      font-size: 20px;
      line-height: 30px;
  }
}
@media (max-width: 575px) {
  .navbar-toggler {
    margin-top: 10px;
  }
  a.navbar-brand {
      width: 190px;
      background-size: contain;
      height: 50px;
  }
  .page header.banner_text {
      height: 300px;
  }  
  .page header.banner_text h3 {
      font-size: 24px;
      line-height: 34px;
  }
  .page header.banner_text p {
      font-size: 16px;
      line-height: 26px;
  }  
}