/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 17 2023 | 20:59:43 */
header#masthead {
  background-color: #fff;
  padding: 0;
}

.delay1 {
  animation-delay: 0.3s;
}
.delay2 {
  animation-delay: 0.7s;
}
.delay3 {
  animation-delay: 1.1s;
}
.animate-me.flip-y {
  animation-duration: 2s;
  animation-delay: 0.9s;
}
.animate-me.flip-y.delay1 {
  animation-delay: 1.3s;
}
.animate-me.flip-y.delay2 {
  animation-delay: 1.7s;
}
.animate-me.flip-y.delay3 {
  animation-delay: 2.1s;
}


@media (min-width: 1280px) {
  .container {
      max-width: 1240px;
  }
}
@font-face {
  font-family: MuseoModerno;
  src: url("/wp-content/uploads/2022/03/Museo500-Regular.otf");
}

body {
  font-size: 16px;
  overflow-x: hidden;
  font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
}
h1, h2, h3, strong {
  color: #222;
  font-weight: 700;
  font-family: MuseoModerno;
}
.h3, h3, h3.widget-title {
    font-size: 1.75rem;
    color: #323436;
    padding-bottom: 15px;
}
h3.space-adj {
    padding-bottom: 0;
    padding-top: 10px;
}
h3.no-bottom-space {
    padding-bottom: 5px;
}

strong.space-adj {
    padding-top: 8px;
    display: inline-block;
    margin-bottom: -2px;
}

ul {
    margin-bottom: 30px;
}
a {
    color: #2980b9;
  transition: 0.5s all;
}
a:hover {
    color: #00366A;
  transition: 0.5s all;
}
.widget {
  font-size: inherit !important; 
}

.social-icons a {
  transition: 0.5s all;
  opacity: 0.8;
}
.social-icons a:hover {
  transition: 0.5s all;
  opacity: 1.0;
}

.top_company_info {
  background: #fff;
  color: #777 !important;
  padding: 0;
  border-bottom: 1px solid #ebebeb;
}
.top_company_info i, .top_company_info a {
  color: #777 !important;
  font-weight: 500;
}
.top_company_info a:hover, .top_company_info a:hover i {
  color: #0D4E93 !important;
  text-decoration: none !important;
}
.top-content {
  padding: 0;
}
.top-content, .top-content p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
}
.top-content i {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}
.top-content .left i {
    padding-right: 4px;
}
.top-content .right {
    float: right;
}
.top-content .right i {
    padding: 0 5px;
    font-size: 24px;
}

.top_company_info .divider a {
    display: inline-block;
}
.top-content .right .divider.first {
    padding-right: 12px;
    padding-left: 12px;
}
.top_company_info .divider.first {
    border-left: 1px solid #ebebeb;
}
.top_company_info .divider {
    float: left;
    border-right: 1px solid #ebebeb;
    padding: 10px;
}

.custom-button a {
    background: rgba(39, 115, 190,1);
    padding: 26px;
    color: #fff;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	font-size: 1.6em;
	transition: 0.5s all;
}
.custom-button a:hover {
    background: #222;
	text-decoration: none;
	transition: 0.5s all;
}
@media (min-width: 430px) and (max-width: 680px) {
	.custom-button a {
		font-size: 1.1em;
	}
}
@media (max-width: 429px) {
	.custom-button a {
		font-size: 0.85em;
    	padding: 15px;
	}
}

.header_info p {
    margin: 0;
}
.header_info #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
  
}
.header_info #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a::before {
    position: absolute;
    left: 0;
    bottom: 1px;
    background: #1e73be;
    width: 100%;
    height: 2px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.header_info #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a::before, 
.header_info #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current_page_item > a::before,
.header_info #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a::before,
.header_info #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:hover::before {
    opacity: 1;
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    transform: translateY(1px);
}

.header_info ul.mega-sub-menu {
    border: 1px solid #ebebeb !important;
}
.header_info ul.mega-sub-menu > li {
    border-top: 1px solid #ebebeb !important;
}
.header_info ul.mega-sub-menu > li:first-child {
    border-top: none !important;
}
.header_info ul.mega-sub-menu > li > a {
    border-left: solid 1px transparent  !important;
    margin-left: -1px  !important;
}
.header_info ul.mega-sub-menu > li > a:hover,
.header_info ul.mega-sub-menu > li.mega-current-menu-item > a {
    border-left-color: #1e73be !important;
}

.timer-sec {
    border-bottom: 1px solid #ebebeb;
    background: #0D4E93;
    color: #fff !important;
}
.timer-sec .hurrytimer-timer-block {
  flex-direction: unset;
  margin-bottom: 0;
  align-items: inherit;
}
.timer-sec .hurrytimer-headline {
    font-size: 22px;
    margin-right: 32px;
}
.timer-sec .hurrytimer-timer-digit {
  margin-right: 5px;
}
.timer-sec .hurrytimer-timer-digit, .timer-sec .hurrytimer-timer-sep {
  font-size: 26px; 
}
.timer-sec .hurrytimer-timer-label {
  font-size: 20px;
  line-height: 26px;
}
.timer-sec [class~="hurrytimer-campaign"] {
  display: block;
  padding: 4px 10px;
}

.main-logo {
    padding-top: 20px;
}


@media (min-width: 781px) and (max-width: 980px) {
  .top-content .right i {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .timer-sec .hurrytimer-headline {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    display: block;
  }
  .timer-sec .hurrytimer-timer-digit, .timer-sec .hurrytimer-timer-sep {
  	font-size: 16px; 
  }
  .timer-sec .hurrytimer-timer-label {
    font-size: 13px;
    line-height: 16px;
  }
}



.top_fixed_menu {
    display: none;
    position: fixed;
    z-index: 999;
    background: #fff;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0 0 20px rgba(51,51,51,.15);
    -moz-box-shadow: 0 0 20px rgba(51,51,51,.15);
    -ms-box-shadow: 0 0 20px rgba(51,51,51,.15);
    -o-box-shadow: 0 0 20px rgba(51,51,51,.15);
    box-shadow: 0 0 20px rgba(51,51,51,.15);
}
.top_fixed_menu.display {
    display: block;
}
.fixed-menu-img img {
    height: 46px !important;
    width: auto !important;
    padding: 2px 0 6px;
}
.fixed-menu #mega-menu-primary li a, .fixed-menu #mega-menu-primary li a:hover {
    color: #777 !important;
}
.fixed-menu #mega-menu-primary > li.mega-current_page_ancestor > a.mega-menu-link {
    color: #0C4481 !important;
}
.top_fixed_menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 80px;
    height: 80px;
}
.top_fixed_menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    
}
.top_fixed_menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
.top_fixed_menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    
}

.top_fixed_menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a::before {
    position: absolute;
    left: 0;
    bottom: 1px;
    background: #0C4481;
    width: 100%;
    height: 2px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.top_fixed_menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a::before, 
.top_fixed_menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current_page_item > a::before,
.top_fixed_menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a::before,
.top_fixed_menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:hover::before {
    opacity: 1;
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    transform: translateY(1px);
}


.top_fixed_menu ul.mega-sub-menu {
    border: 1px solid #ebebeb !important;
}
.top_fixed_menu ul.mega-sub-menu > li {
    border-top: 1px solid #ebebeb !important;
}
.top_fixed_menu ul.mega-sub-menu > li:first-child {
    border-top: none !important;
}
.top_fixed_menu ul.mega-sub-menu > li > a {
    border-left: solid 1px transparent  !important;
    margin-left: -1px  !important;
}
.top_fixed_menu ul.mega-sub-menu > li > a:hover,
.top_fixed_menu ul.mega-sub-menu > li.mega-current-menu-item > a {
    border-left-color: #ff0000 !important;
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}


@media screen and (min-width: 981px) and (max-width: 1199px) {
  header#masthead .container {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media screen and (min-width: 981px) and (max-width: 1050px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 8px 0px 8px;
    font-size: 13px;
  }
}

@media screen and (min-width: 781px) and (max-width: 980px) {
  .header_info > .container > div > .panel-layout > .panel-grid  {
    display: block !important;
  }
  .header_info > .container > div > .panel-layout > .panel-grid > .panel-grid-cell {
    width: 100% !important;
    text-align: center;
  }
  .header_info .main-logo {
    padding: 15px 0 0 !important;
  }
  .header_info #mega-menu-wrap-primary {
    padding: 20px 0 30px !important;
  }
}

@media only screen and (min-width: 781px) {
  .menu-area {
    position: relative;
    bottom: 32px;
  }
  .menu-container {
      position: absolute;
      max-width: 1200px;
      padding: 10px 0;
      margin: 0 auto;
      right: 0;
      z-index: 2;
      width: 100%;
      left: 0;
      background: #0C4481;
  }
  .menu-container::before {
      content: "";
      background: #222;
      top: 5px;
      left: -6px;
      position: absolute;
      z-index: 999;
      height: 100%;
      width: 6px;
  }
  .menu-container::after {
      content: "";
      background: #0C4481;
      width: 1000%;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 8;
      height: 65px;
      border-bottom: 6px solid #222;
  }
  .main-logo a {
    display: inline-block;
  }
  .main-logo img.aligncenter {
    text-align: left !important;
    margin: 0;
    padding: 6px 0 2px;
  }
}
#mega-menu-wrap-primary {
    z-index: 9;
}
#mega-menu-primary {
  
}

@media (min-width: 781px) and (max-width: 991px) {
  .top_fixed_menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 7px 0px 7px;
    font-size: 12px;
  }
  .top_fixed_menu #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
    margin: 0;
  }
  .top_fixed_menu.display {
    display: none;
  }
}

@media (max-width: 780px) {
  .header_info {
    padding-bottom: 26px;
    text-align: center;
  }
  .header-section {
    padding-top: 0;
    display: inline-block;
  }
  .mainlogo {
    padding-top: 15px;
  }
  .main-logo img.aligncenter {
    padding: 15px 0 0;
  }
  .top_fixed_menu.display {
    display: none;
  }
  .top_company_info .divider.first {
    border-left: none;
  }
  .top_company_info .divider {
    float: none;
    border-right: none;
    padding: 5px;
  }
  .top_company_info .divider a {
    font-size: 14px;
  }
  .top-content .right {
    float: none;
  }
}


/****************************** BEGIN - Code For Rotator ****************************/
.rotator {
	position: relative;
    border-bottom: 1px solid #A50300;
}
.rotator .textwidget {
	max-width: 100%!important;
}
.rotator .so-widget-sow-editor {
	padding: 0;
}
.rotator p {
	margin: 0;
}
.carousel {
    height: 100%;
    margin-bottom: 0;
    position: relative;
    color: #000;
}
.carousel .container {
	display: block;
}
.carousel-indicators {
	display: block;
}
.carousel-inner >.item > a > img, .carousel-inner > .item > img, .img-responsive, 
.thumbnail a > img, .thumbnail > img {
	width: 100%;
}
.carousel-fade .carousel-inner .item {
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
    transform: none !important;
}
.carousel-inner > .item, .carousel-inner > .item.active {
    transform: none !important;
    -webkit-perspective: none !important; /* Safari 4-8 */
    perspective: none !important;
}

.carousel-caption {
    bottom: 18%;
}
.carousel h5 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2em;
}
.carousel h2 {
    font-size: 72px;
    margin-bottom: 0;
    padding-bottom: 4px;
    color: #fff;
}
.carousel ul {
    display: inline-block;
    width: auto;
    left: 0;
    right: 0;
    position: relative;
    padding: 0 0 33px;
}
.carousel ul li {
    color: #ffffff;
    line-height: 36px;
    font-size: 24px;
    float: left;
    padding: 0 35px 0 10px;
}
.carousel ul li:first-child {
    list-style: none;
}
.carousel .button {
    display: block;
}
.carousel .button a {
    color: #fff;
    background: #0C4481;
    padding: 16px 45px;
    font-weight: 700;
    font-size: 18px;
    text-shadow: none;
    transition: 0.5s all;
}
.carousel .button a:hover {
    color: #fff;
    background: #222;
    transition: 0.5s all;
    text-decoration: none;
}

.first-slide::before {
  content: "";
  background: rgba(0,0,0,.40);
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.second-slide::before {
  content: "";
  background: rgba(0,0,0,.40);
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.third-slide::before {
  content: "";
  background: rgba(0,0,0,.40);
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.fourth-slide::before {
  content: "";
  background: rgba(0,0,0,.40);
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}


@media (min-width: 1040px) {
  
  .rotator .carousel-inner .item {
      background-attachment: inherit;
      background-position: top !important;
      background-size: cover;
      height: 547px;
  }
  
  .rotator .carousel-inner .item img {
	  display: none !important;
  }
  .rotator .carousel-inner .item.active img {
  	  display: none !important;
  }
  
  .first-slide {
      background: url("/wp-content/uploads/2022/03/1EXPLOREDBTI-2.jpg") no-repeat;
  }
  .second-slide {
      background: url("/wp-content/uploads/2022/03/1BasicBible-proj-img.jpg") no-repeat;
  }
  .third-slide {
      background: url("/wp-content/uploads/2022/03/1-DBTI-WEB-3-new-img.jpg") no-repeat;
  }
  .fourth-slide {
      background: url("/wp-content/uploads/2022/03/DBTI-ONLINE.jpeg") no-repeat;
  }
  
}

@media (min-width: 800px) and (max-width: 1039px) {
  
  .rotator .carousel-inner .item {
      background-attachment: inherit;
      background-position: top !important;
      background-size: cover;
      height: 347px;
  }
  
  .rotator .carousel-inner .item img {
	  display: none !important;
  }
  .rotator .carousel-inner .item.active img {
  	  display: none !important;
  }
  
  .first-slide {
      background: url("/wp-content/uploads/2022/03/1EXPLOREDBTI-2.jpg") no-repeat;
  }
  .second-slide {
      background: url("/wp-content/uploads/2022/03/1BasicBible-proj-img.jpg") no-repeat;
  }
  .third-slide {
      background: url("/wp-content/uploads/2022/03/1-DBTI-WEB-3-new-img.jpg") no-repeat;
  }
  .fourth-slide {
      background: url("/wp-content/uploads/2022/03/DBTI-ONLINE.jpeg") no-repeat;
  }
  
}

@media (min-width: 580px) and (max-width: 799px) {
  
  .rotator .carousel-inner .item {
      background-attachment: inherit;
      background-position: top !important;
      background-size: cover;
      height: 247px;
  }
  
  .rotator .carousel-inner .item img {
	  display: none !important;
  }
  .rotator .carousel-inner .item.active img {
  	  display: none !important;
  }
  
  .first-slide {
      background: url("/wp-content/uploads/2022/03/1EXPLOREDBTI-2.jpg") no-repeat;
  }
  .second-slide {
      background: url("/wp-content/uploads/2022/03/1BasicBible-proj-img.jpg") no-repeat;
  }
  .third-slide {
      background: url("/wp-content/uploads/2022/03/1-DBTI-WEB-3-new-img.jpg") no-repeat;
  }
  .fourth-slide {
      background: url("/wp-content/uploads/2022/03/DBTI-ONLINE.jpeg") no-repeat;
  }
  
}

@media (min-width: 400px) and (max-width: 579px) {
  
  .rotator .carousel-inner .item {
      background-attachment: inherit;
      background-position: top !important;
      background-size: cover;
      height: 180px;
  }
  
  .rotator .carousel-inner .item img {
	  display: none !important;
  }
  .rotator .carousel-inner .item.active img {
  	  display: none !important;
  }
  
  .first-slide {
      background: url("/wp-content/uploads/2022/03/1EXPLOREDBTI-2.jpg") no-repeat;
  }
  .second-slide {
      background: url("/wp-content/uploads/2022/03/1BasicBible-proj-img.jpg") no-repeat;
  }
  .third-slide {
      background: url("/wp-content/uploads/2022/03/1-DBTI-WEB-3-new-img.jpg") no-repeat;
  }
  .fourth-slide {
      background: url("/wp-content/uploads/2022/03/DBTI-ONLINE.jpeg") no-repeat;
  }
  
}

@media (min-width: 300px) and (max-width: 399px) {
  
  .rotator .carousel-inner .item {
      background-attachment: inherit;
      background-position: top !important;
      background-size: cover;
      height: 140px;
  }
  
  .rotator .carousel-inner .item img {
	  display: none !important;
  }
  .rotator .carousel-inner .item.active img {
  	  display: none !important;
  }
  
  .first-slide {
      background: url("/wp-content/uploads/2022/03/1EXPLOREDBTI-2.jpg") no-repeat;
  }
  .second-slide {
      background: url("/wp-content/uploads/2022/03/1BasicBible-proj-img.jpg") no-repeat;
  }
  .third-slide {
      background: url("/wp-content/uploads/2022/03/1-DBTI-WEB-3-new-img.jpg") no-repeat;
  }
  .fourth-slide {
      background: url("/wp-content/uploads/2022/03/DBTI-ONLINE.jpeg") no-repeat;
  }
  
}

@media (min-width: 1250px) and (max-width: 1450px) {
  .carousel ul li {
    font-size: 19px;
  }
}

@media (min-width: 992px) and (max-width: 1249px) {
  .carousel h2 {
    font-size: 55px;
  }
  .carousel ul li {
    font-size: 18px;
  }
  .carousel ul li {
    font-size: 18px;
    padding: 0 25px 0 2px;
  }
}

@media (min-width: 992px) and (max-width: 1249px) {
  .carousel ul {
    padding: 0 0 5px;
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  .carousel h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .carousel h5 {
    font-size: 14px;
  }
  .carousel ul {
    display: none;
  }
  
}

@media (max-width: 620px) {
  .carousel-control {
    display: none;
  }
}

@media (max-width: 599px) {
  .carousel h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .carousel h5 {
    font-size: 10px;
  }
  .carousel ul {
    display: none;
  }
  .carousel-caption {
    right: 10%;
    left: 10%;
  }
  .carousel .button a {
    padding: 8px 25px;
    font-size: 14px;
  }
}


/******************************* END - Code For Rotator *****************************/

.choose-section {
    background: #fff;
    padding: 80px 0 20px;
}
.choose-section.lp {
    padding: 15px 0 0;
    background: #fff;
}
.choose-section i.fa {
    color: #1e73be;
    text-align: center;
    display: block;
}
.choose-section h2 {
    color: #1e73be;
    font-size: 38px;
    text-shadow: 1px 1px rgba(0,0,0,0.8);
}
.choose-section h4 {
    text-align: center;
    font-size: 17px;
    padding: 0 0 3px;
}
.choose-section p {
    text-align: center;
    font-size: 14px;
}

.welcome-section {
    padding: 60px 0 0;
    background: #fff;
}
.welcome-section ul {
    padding: 0 0 0 35px;
}
.welcome-section ul > li {
    list-style: none;
    margin: 0 0 0 10px;
    position: relative;
    font-size: 16px;
}
.welcome-section ul > li::before {
    content: "\f14a";
    font-family: FontAwesome;
    display: inline;
    font-size: 16px;
    float: left;
    position: absolute;
    padding: 0;
    margin: 0 0 0 -25px;
    line-height: 1.5em;
    color: #0C4481;
}
.welcome-section, .welcome-section p, .welcome-section li {
    font-size: 18px !important;
}

.intro-area img {
    margin-top: 10px;
}

.arrow-hr {
    position: relative;
    padding: 0;
    margin: 15px 0 35px;
}
.arrow-hr .arrow {
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #e5e5e5 transparent transparent transparent;
    margin-left: -15px;
}
.arrow-hr .arrow::before {
    content: ' ';
    position: absolute;
    top: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #e5e5e5 transparent transparent transparent;
    margin-left: -15px;
    z-index: 2;
}
.bottom-border-style > .panel-grid-cell > .widget {
    background:  #fff;
}

.services-section .bottom-border-style > .panel-grid-cell > .widget {
    background:  #fff;
}
.services-section .arrow-hr .arrow {
    border-color: #F7F5F2 transparent transparent transparent;
}
.services-section .arrow-hr .arrow::before {
    border-color: #F7F5F2 transparent transparent transparent;
}


.hp-featured-area {
    background: #1e73be;
    color: #fff;
    padding: 25px 20px 20px;
}
.hp-featured-area img {
    max-width: 200px !important;
    margin: 0 auto;
}
.hp-featured-area a {
    opacity: 0.8;
    transition: 0.5s all;
}
.hp-featured-area a:hover {
    opacity: 1.0;
    transition: 0.5s all;
}
.hp-featured-area p {
    font-weight: 700;
    line-height: 1.4em;
    font-size: 24px;
    color: #fff;
}
.hp-featured-area em {
    font-size: 16px;
}

.hp-member-area {
    padding: 30px 0 40px;
}


#content {
  background: #fff;
}
body.white #content {
  background: #fff;
}

#main h1 {
    font-size: 32px;
	line-height: 1.4em;
    position: relative;
    margin-bottom: 26px;
    padding-bottom: 15px;
}
#main h1::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 80px;
    background-color: #0D4E93;
    content: "";
    display: inline-block;
}

h2.underline {
    font-size: 28px;
	line-height: 1.4em;
    position: relative;
    margin-bottom: 22px;
    padding-bottom: 15px;
}
h2.underline::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 80px;
    background-color: #0D4E93;
    content: "";
    display: inline-block;
}


.home #content.site-content {
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
}
.home .entry-content {
    margin: 0;
}

@media (max-width: 780px) {
  .hp-featured-area p {
    text-align: center;
    font-size: 15px;
  }
  .hp-featured-area {
    padding: 45px 20px 50px;
  }
  #main h1 {
    font-size: 26px;
  }
}



#content.site-content {
    padding-bottom: 60px;
}
#content.site-content {
    padding-top: 0;
}
.page-template-content-picture-title #content.site-content {
    padding-top: 30px;
}

.main-logo img {
    margin: 6px 10px 7px 0 !important;
}

.border-col .textwidget a {
    padding: 20px 15px 25px;
    border: 1px solid #ddd;
    display: block;
    min-height: 110px;
    font-size: 20px;
    background: #fff;
    text-decoration: none;
    transition: 0.5s all;
}
.border-col .textwidget a:hover {
  	transition: 0.5s all;
  	background: #ddd;
}

.services-section {
    position: relative;
}
.services-section::before {
	background: url("/wp-content/uploads/2020/08/background-texture2b-img.png") no-repeat;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 470px;
    width: 100%;
    background-color: #000;
	background-size: cover;
    background-position: 50% 9%;
}
.services-section::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(51,153,204,0.8);
    height: 470px;
    width: 100%;
}
.services-section > .panel-grid-cell {
    z-index: 2;
    padding-top: 110px;
}
.services-section h2 {
    color: #fff;
    font-size: 30px;
    position: relative;
    margin-bottom: 30px;
	padding-bottom: 20px;
}
.services-section h2::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 80px;
    background-color: #fff;
    content: "";
    display: inline-block;
}
.services-section p {
    font-size: 16px;
    margin-bottom: 0;
}


.featured-service > .panel-grid-cell {
    background: #fff;
    border-radius: 8px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.featured-service .so-widget-image {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.featured-service h3 {
    padding: 5px 0 15px 0;
    font-size: 22px;
}



.contact-section {
    background: #0D4E93;
    padding: 80px 0 100px;
    text-align: center;
}
.contact-section h3 {
    color: #fff;
    font-size: 30px;
    padding: 0 0 12px;
    font-weight: 300;
}
.contact-section h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 0 0 10px;
}
.contact-section .contact-icon a {
    display: block;
    font-size: 26px;
}
.contact-section .contact-icon a i.fa {
    color: #000;
    padding: 0 10px 0 0;
    display: inline-block;
}
.contact-section strong {
    color: #fff;
}


.testimonial > .panel-grid-cell {
    background: #e5e5e5;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.testimonial > .panel-grid-cell.panel-grid-cell-empty {
    visibility: hidden;
}
.testimonial strong {
    padding: 8px 0 0;
    display: block;
}
.rating {
    padding: 0 0 8px;
}
.rating i.fa {
    color: #0C4481;
}
@media (max-width: 780px) {
  .testimonial > .panel-grid-cell {
    padding: 15px 15px 15px 20px !important;
  }
  .intro-area {
    padding-bottom: 30px;
  }
  .choose-section {
    background: #fff;
    padding: 60px 0 20px;
  }
  .imgcenter img {
    margin: 0 auto;
  }
}

.projects-section {
    position: relative;
}
.projects-section::before {
	background: url("/wp-content/uploads/2020/08/services-background-img.png") no-repeat;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 470px;
    width: 100%;
    background-color: #000;
	background-color: #bbb;
    background-size: cover;
    background-position: 50% 50%;
}
.projects-section::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.8);
    height: 470px;
    width: 100%;
}
.projects-section > .panel-grid-cell {
    z-index: 2;
    padding-top: 90px;
  	height: 470px;
}
.projects-section h2 {
    color: #fff;
    font-size: 30px;
    position: relative;
    margin-bottom: 30px;
	padding-bottom: 20px;
}
.projects-section h2::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 80px;
    background-color: #fff;
    content: "";
    display: inline-block;
}
.projects-section p {
    font-size: 18px;
}



.button {
    display: block;
}
.button a {
    color: #fff;
    background: #0D4E93;
	border: 2px solid #2980b9;
    padding: 16px 45px;
    font-weight: 700;
    font-size: 18px;
    text-shadow: none;
    display: inline-block;
    transition: 0.5s all;
}
.button a:hover {
    color: #fff;
    background: #222;
    border: 2px solid #000;
    transition: 0.5s all;
    text-decoration: none;
}


.swiper-slide-desc {
    display: none;
}

label {
    width: 100%;
}
.btn-primary {
    background: #0D4E93;
    padding: 10px 30px;
    font-size: 15px;
    border-color: #0C4481;
}
.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #555;
}

@media (max-width: 780px) {
  .services-section > .panel-grid-cell {
      padding-top: 17% !important;
  }
  .projects-section > .panel-grid-cell {
    padding-top: 12% !important;
  }
}



.content-image {
   	float: right;
   	margin:10px 0 10px 30px;
  	max-width: 310px;
}
.content-image.left {
   float: left;
   margin:10px 30px 10px 0;
}

@media only screen and (min-width: 781px) and (max-width: 991px) {
  .content-image {
      max-width: 200px;
   }
}

@media only screen and (max-width: 780px) {
  .content-image {
      float: none!important;
      margin: 10px auto!important;
      display:block
   }
}



.estimate-section {
    padding: 50px 0 60px;
    border-top: 1px solid #eee;
    background: rgb(209, 31, 45);
    background: linear-gradient(100deg, rgb(12, 68, 129) 0%, rgb(0, 54, 106) 100%);
    text-align: center;
}
.estimate-section, .estimate-section p {
  color: #fff;
  font-size: 22px !important;
}
.estimate-section p {
  padding-left: 20px;
  padding-right: 20px;
}
.estimate {
    font-size: 24px;
    font-weight: 300;
}
.estimate a, .estimate strong {
  color: #fff;
  transition: 0.4s all;
}
.estimate a:hover, .estimate a:hover i, .estimate a:hover strong {
  transition: 0.4s all;
  color: #bbb !important;
  text-decoration: none;
}
.estimate a i.fa {
    color: #fff;
    padding: 0 8px 0 0;
}

@media screen and (max-width: 600px) {
  .estimate {
    font-size: 25px;
  }
  .estimate-section p {
    line-height: 1.2em;
    padding-left: 20px;
    padding-right: 20px;
  }
  .estimate-section, .estimate-section p {
    font-size: 15px !important;
  }
  .estimate a, .estimate strong {
    font-size: 15px !important;
  }
}

p.bigtext {
    font-size: 2.5em;
    line-height: 1.3em;
  color: #1e73be;
}

.featured-completed-jobs .textwidget > div {
    width: 100% !important;
}
.featured-completed-jobs .textwidget > div {
    width: 100% !important;
}

.contact-page .estimate-section {
  display: none !important;
}


.feature-box.aligncenter {
    text-align: center;
}
.feature-box i {
    display: inline-block!important;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    font-size: 30px;
    vertical-align: 0!important;
    height: 90px;
    line-height: 90px;
    width: 90px;
    padding: 0;
    margin: 0!important;
    color: #2980b9;
    font-style: normal;
    -webkit-backface-visibility: hidden;
   -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}
.feature-box:not(.alternative) .hb-icon-wrapper {
    display: inline-block;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    position: relative;
    margin-bottom: 20px;
    line-height: 1;
    font-size: 30px;
    vertical-align: 0!important;
    height: 90px;
    line-height: 90px;
    width: 90px;
}
.feature-box:hover:not(.alternative) i {
    transform: scale(1.15);
    background: #2980b9;
    color: #fff;
   -webkit-backface-visibility: hidden;
   -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}
.hb-small-break {
    height: 1px;
    background: #ebebeb;
    width: 30px;
}
.feature-box .hb-small-break {
    margin: 10px auto 15px;
    width: 40px;
   -webkit-backface-visibility: hidden;
   -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;  
}
.feature-box:hover .hb-small-break {
    width: 75px;
    background: #2980b9;
   -webkit-backface-visibility: hidden;
   -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;  
}
.feature-box h4.bold {
    color: #323436;
    font-weight: 400;
    margin-bottom: 10px!important;
}
.feature-box h4.bold a {
    color: #323436;
  font-family: MuseoModerno;
  transition: 0.3s all;
}
.feature-box h4.bold a:hover {
    color: #0F3668;
    text-decoration: none;
  transition: 0.3s all;
}

/* .hb-animate-element.hb-in-viewport{opacity: 1}
.hb-transform .hb-animate-element {
	opacity: 0;
}

.hb-transform .feature-box .hb-animate-element.flip-y {
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	-o-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation: flipY 0.65s ease forwards;
	-moz-animation: flipY 0.65s ease forwards;
	animation: flipY 0.65s ease forwards;
}
.hb-transform .hb-animate-element.hb-in-viewport.helix {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-animation: helix .5s ease forwards;
	-moz-animation: helix .5s ease forwards;
	animation: helix .5s ease forwards;
}
*/
/*
@-webkit-keyframes
flipY{0%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0}100%{-webkit-transform:perspective(400px) rotateY(0deg);opacity:1}}@-moz-keyframes
flipY{0%{-moz-transform:perspective(400px) rotateY(90deg);opacity:0}100%{-moz-transform:perspective(400px) rotateY(0deg);opacity:1}}@-o-keyframes
flipY{0%{-o-transform:perspective(400px) rotateY(90deg);opacity:0}100%{-o-transform:perspective(400px) rotateY(0deg);opacity:1}}@keyframes
flipY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}100%{transform:perspective(400px) rotateY(0deg);opacity:1}}@-webkit-keyframes
*/


.board-directors .so-panel {
    margin-bottom: 8px !important;
}
.board-directors h3.widget-title {
    padding-bottom: 0;
    margin-bottom: 0;
}
.box-sec > .panel-grid-cell {
  border: 1px solid rgb(0,0,0,0.1) !important;
  padding:14px 0;
}
.box-sec > .panel-grid-cell .textwidget {
  padding:5px 14px 0;
}
.box-sec > .panel-grid-cell h3.widget-title {
  border-bottom: 1px solid rgb(0,0,0,0.1) !important;
  padding:2px 14px 14px;
}

@media (max-width: 780px) {
  .box-sec > .panel-grid-cell h3.widget-title {
    padding: 12px 14px 14px;
  }
  .no-space-mobile > .panel-grid-cell {
    margin-bottom: 0 !important;
  }
  .no-space-mobile > .panel-grid-cell p {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .row .col-1, .row .col-2, .row .col-3, .row .col-4, .row .col-5, .row .col-6, .row .col-7, .row .col-8, .row .col-9, .row .col-10, .row .col-11, .row .col-12 {
    width: 100%!important;
    max-width: 100% !important;
    flex: 100% !important;
  }
}




.form-control {
    font-size: 16px;
}
.enroll-sec .wpcf7 {
    padding-top: 15px;
}
div[data-class="wpcf7cf_group"] {
    width: 50%;
    margin-left: 33px;
}
@media (max-width: 780px) {
	div[data-class="wpcf7cf_group"] {
		width: 80%;
		margin-left: 33px;
	}
}

.enroll-sec .wpcf7-list-item {
    display: block;
}
.address-sec {
    margin-bottom: 16px;
    display: inline-block;
}
.address-sec select.form-control:not([size]):not([multiple]) {
    height: calc(1.5em + .75rem + 2px);
}
.gender-sec br {
    display: none !important;
}
.gender-sec label {
    margin-bottom: 0;
}
.gender-sec {
    padding-bottom: 5px;
    padding-top: 5px;
}
.age-sec {
    padding-bottom: 10px;
}

.member-form span.wpcf7-form-control.wpcf7-checkbox.form-control {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    padding-top: 0;
}
.member-form span.wpcf7-list-item-label {
    font-size: 16px;
}
.address-sec p {
    margin-bottom: 0;
}
.address-area {
    padding-bottom: 10px;
}

@media (min-width: 781px) {
  .city-area {
      width: 50%;
      float: left;
  }
  .state-area {
      width: 20%;
      float: left;
  }
  .zip-area {
      width: 20%;
      float: left;
  }
}



.form-control {
    display: inline-block;
    width: auto;
    height: auto;
    padding: inherit;
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
    color: #495057;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 0.25rem;
    transition: inherit !important;
    box-shadow: none !important;
}

span.wpcf7-form-control.wpcf7-checkbox.form-control {
    display: inline-block;
    width: auto;
}

form input[type=text], form textarea, form input[type=email], form input[type=password], form input[type=tel], 
form input[type=url], form input[type=date], form input[type=search], select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px 10px 8px !important;
    width: 100% !important;
    border: solid 1px #e3e3e3 !important;
    color: #777 !important;
    background-color: rgba(0,0,0,0.07) !important;
    transition: all .4s linear !important;
    -moz-transition: all .4s linear !important;
    -webkit-transition: all .4s linear !important;
    -o-transition: all .4s linear !important;
    outline: none !important;
    box-shadow: none !important;
  font-size: 16px;
  height: auto;
}
form input[type=text]:focus, form textarea:focus, form input[type=email]:focus, 
form input[type=password]:focus, form input[type=tel]:focus, form input[type=url]:focus, 
form input[type=date]:focus, form input[type=search]:focus {
    color: #323436 !important;
    background-color: rgba(150,150,150,0.05) !important;
    outline: none !important;
    transition: all .2s linear !important;
    -moz-transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -o-transition: all .2s linear !important;
    box-shadow: none !important;
}

form h3 {
    padding-bottom: 10px;
}

form .col-2, form  .col-3, form  .col-4, form .col-6, form .col-8, form .col-12 {
  padding-bottom: 20px;
}


.col-12.two-line input[type=text] {
    width: 25% !important;
    margin-left: 14px;
}
label#EnterYourEthnicity {
    margin-top: -8px;
}
label#EnterYourEthnicity br {
    display: none;
}
.col-12.bottom-space {
  margin-bottom: 10px;
}

@media (min-width: 880px) {
  .question-area {
    display: inline;
  }
}
@media (max-width: 879px) {
  .question-area {
    margin: 10px 0 40px;
  }
}
@media (min-width: 663px) {
  .col-12.one-line input, label#EnterYourEthnicity input {
      width: 50% !important;
      margin-left: 14px;
  }
}
@media (max-width: 662px) {
  label#EnterYourEthnicity input {
      margin-left: -15px !important;
      margin-top: 4px;
  }
}
@media (min-width: 450px) {
  .question-sec {
    display: inline;
  }
  .question-sec.last {
    margin-left: 20px;
  }
}
@media (max-width: 449px) {
  .question-sec {
    margin: 15px 0;
  }
  .col-12.two-line input[type=text] {
    width: 50 !important%;
  }
}



.title-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2022/03/dbti-dallas-2-img.jpg");
}
.title-area .container {
  padding: 110px 20px 90px;
}
.title-area .title-sec {
  font-size: 1.6em;
  font-family: MuseoModerno;
  color: rgba(255,255,255,0.9);
  width: auto;
  padding: 12px 20px!important;
  border: solid 2px rgba(255,255,255,0.75);
  display: inline-block;
}

div#page .breadcrumb {
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    padding: 20px;
}
div#page .breadcrumb .left {
    display: inline-block;
    float: left;
    font-size: 22px;
    font-family: MuseoModerno;
    line-height: 24px;
    color: rgba(0,0,0,0.7)!important;
}
div#page .breadcrumb .right {
    display: inline-block;
    float: right;
    font-size: 15px;
    font-family: MuseoModerno;
    line-height: 24px;
    color: rgba(0,0,0,0.4)!important;
}
div#page .breadcrumb .right a {
    color: #222;
    text-decoration: none;
}
div#page .breadcrumb .right a:hover {
    color: #0D4E93;
    text-decoration: none;
}





.content-box {
    border: solid 1px #ebebeb;
    display: block;
    padding: 35px 20px 40px;
    background: #FFF;
    text-align: center;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 50px;
}
.content-box i.fa {
    position: absolute;
    z-index: 99;
    display: block;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #2980b9;
    left: 50%;
    margin-left: -30px;
    top: -30px;
}
.title-box {
    display: block;
    padding: 30px;
    border: solid 1px #ebebeb;
    background-color: #FFF;
    position: relative;
    border-radius: 3px;
}
.title-content {
    border-left: solid 3px #2980b9;
    color: #323436;
    padding-left: 15px;
}




.footer-top {
  padding: 60px 0 80px;
    background-position: center center;
    background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2022/03/map.png");
}
#footer-top {
  background-color: #222;
}

.footer-top > .panel-grid-cell {
    border-left: solid 1px rgba(255,255,255,0.1);
    padding: 0 30px;
    min-height: 275px;
}
.footer-top > .panel-grid-cell:first-child {
    border-left: none;
    padding: 0;
}

@media screen and (max-width:1020px) {
  .footer-top > .panel-grid-cell {
      border-left: none;
      padding: 0;
      min-height: 5px;
  }
}

.top-footer {
  background: #0C4481;
  color: #fff;
  padding: 0;
}
.top-footer, .top-footer p {
  font-size: 16px;
}

.top-footer .panel-layout {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}

.top-footer h3.widget-title {
    color: #fff;
    font-size: 22px;
    position: relative;
	margin-bottom: 30px;
}
.top-footer h3.widget-title::before {
    position: absolute;
    bottom: -10px;
    height: 3px;
    width: 20px;
    background-color: #fff;
    content: "";
    display: inline-block;
}
.top-footer .nav > li > a {
    position: relative;
    display: block;
    padding: 6px 12px 6px 20px;
    color: #fff;
}
.top-footer .nav > li > a:hover {
    color: #2980b9;
}

.top-footer h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
}
.top-footer h2::before {
    position: absolute;
    bottom: -2px;
    height: 3px;
    width: 20px;
    background-color: #fff;
    content: "";
    display: inline-block;
}
.top-footer p {
    font-size: 16px;
}


.footer-contact-info {
    text-align: left;
}
.footer-contact-info > div {
    padding: 10px 10px 5px 5px;
}
.footer-contact-info, .footer-contact-info i.fa, .footer-contact-info a, .footer-contact-info strong {
    color: #fff;
}
.footer-contact-info i.fa {
    padding: 8px;
    background-color: rgba(0,0,0,.3);
}
.footer-contact-info .fa.fa-phone-square.fa- {
    font-size: 19px;
}
.footer-contact-info a {
    opacity: 0.8;
    transition: 0.5s all;
}
.footer-contact-info a:hover {
    opacity: 1;
    transition: 0.5s all;
    text-decoration: none;
}
.contact-footer p {
    padding: 0 0 10px 5px;
}

.top-footer .nav > li::before {
    content: "\f054";
    font-family: FontAwesome;
    display: inline;
    font-size: 10px;
    float: left;
    position: absolute;
    padding: 0 0 0 6px;
    margin: 0;
    line-height: 4em;
}


.footer {
  background: #292929;
  padding: 10px 0;
  border-top: solid 1px rgba(255,255,255,0.06);
}
.footer, .footer p {
  color: #fff;
  margin: 0;
  font-size: 12px;
}

@media (min-width: 951px) and (max-width: 1100px) {
  .footer-contact-info a, .footer-contact-info strong {
      color: #fff;
      font-size: 13px;
  }
}
@media (min-width: 850px) and (max-width: 950px) {
  .footer-contact-info a, .footer-contact-info strong {
      color: #fff;
      font-size: 10px;
  }
}
@media (min-width: 781px) and (max-width: 849px) {
  .footer-contact-info a, .footer-contact-info strong {
      color: #fff;
      font-size: 9px;
  }
}

@media (max-width: 780px) {
  .footer-top {
    padding: 60px 0 40px;
  }
  .top-content {
    padding: 18px 0 0;
  }
  .top-content, .top-content p {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
  }
  .top-content .panel-grid-cell {
    margin-bottom: 0 !important;
  }
  .top-content i {
    font-size: 30px;
    float: none;
  }
  .social-icons {
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .footer, .footer p {
    text-align: center !important;
  }
  .footer {
    padding-bottom: 15px;
    padding-top: 18px;
  }
  .top-footer {
    text-align: center;
  }
  .top-footer h3.widget-title::before {
    left: 0;
    right: 0;
    margin: auto;
  }
  .top-footer h2::before {
    left: 0;
    right: 0;
    margin: auto;
  }
  .top-footer .nav > li::before {
    display: none;
  }
  .footer-contact-info {
    text-align: center;
    padding-top: 16px;
  }
  .contact-footer hr {
    margin-top: 40px;
  }
  p.bigtext {
    font-size: 1.5em;
  }
  .footer-area > div > .panel-layout > .panel-grid > .panel-grid-cell:first-child {
    margin-bottom: 5px !important;
  }
}

@media (max-width: 600px) {
  .carousel-caption {
    font-size: 14px;
    padding: 5px;
  } 
}
