
/*=======================
  TABLE OF CONTENTS 
========================*/
/*
  
  1. HELPER STYLES
  2. LAYOUT
  3. GENERAL STYLES
  4. TYPOGRAPHY
  5. COMMON STYLES
  6. PRE LOADER
  7. HEADER
  8. CAROUSEL
  9. INTRO
  10. FEATURED SECTION
  11. OUR PROJECTS
  12. OUR SERVICE
  13. OUR ENGINEERS
  14. OUR BLOG
  15. WHY CHOOSE US
  16. FUN FACTS
  17. TESTIMONIAL
  18. MAIN FOOTER
  19. MISC
  20. BLOG
  21. PAGES 


 */

/*=======================
  FONTS
  =======================*/ 
  
  html {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility; 

}

#fakeBody {
    position: relative;
    width: 100%;
    overflow: hidden;
}

@font-face {
    font-family: kabel;
    src: url('../fonts/kabeln-webfont.woff2') format('woff2'),
         url('../fonts/kabeln-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: kabel;
    src: url('../fonts/kabelm-webfont.woff2') format('woff2'),
         url('../fonts/kabelm-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

font-style: normal;
    font-weight: bold;  

/*=======================
  HELPER STYLES 
  =======================*/
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.no-padding-col [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
/*=======================
  LAYOUTS 
  =======================*/
.section-block {
  padding: 0px;
  padding-top: 4em;
}
/*=======================
  GENERAL STYLES 
  =======================*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: kabel, sans-serif;
  line-height: 1.5;
  color: #fff;
  position: relative;
}
body.blue {
  background-color: #357cad;
}
a {
  text-decoration: none;
  color: #fff;
  transition: .3s;
}
a:hover {
  text-decoration: none;
  color: #ccc;
}
a:active {
  outline: none;
}
a:focus {
  outline: none;
}
ul {
  padding-left: 0;
  list-style: none;
}
/*=======================
  TYPOGRAPHY  
  =======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: kabel, sans-serif;
  color: #fff;
  font-weight: bold;
}
p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
/*=======================
  COMMON STYLES  
  =======================*/
.btn {
  border-radius: 0;
  letter-spacing: 2px;
  font-family: kabel, sans-serif;
}
.btn-main,
.btn-ghost {
  background: #357cad;
  padding: 1em 2em;
  font-weight: normal;
  text-transform: uppercase;
  border: 2px solid #357cad;
  transition: .3s;
}
.btn-main:hover,
.btn-ghost:hover {
  background: #4b8ab5;
  color: #ffffff;
  border-color: #4b8ab5;
}
.btn-ghost {
  background: transparent;
  border: 2px solid #ffffff;
}
.btn-ghost:hover {
  background: transparent;
  border-color: #357cad;
}
/* SECTION TITLE STYLE */
.section-title-block {
  text-align: center;
  margin-bottom: 58px;
}
.section-title-block .section-title {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 14px;
  background-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 12px;
  font-weight: normal;
}
/*.section-title-block .section-title:after {
  content: "\f130";
  font-family: "Ionicons";
  display: block;
  margin: 12px auto 0;
  color: #357cad;
}*/
.section-title-block .lead {
  width: 50%;
  margin: auto;
  text-align: center;
  font-size: 18px;
  color: #cccbcb;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .section-title-block .lead {
    width: 90%;
    font-size: 16px;
  }
}
/* BLOCK TOP TITLE STYLE */
.block-top-title {
  margin-bottom: 42px;
}
.block-top-title h3 {
  display: inline-block;
  margin-bottom: 35px;
  position: relative;
  margin-top: 14px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media (max-width: 580px) {
  .block-top-title h3 {
    letter-spacing: 0;
    line-height: 1.4;
  }
}
.block-top-title h3:after {
  content: '';
  width: 28px;
  height: 3px;
  position: absolute;
  bottom: -10px;
  right: -14px;
  background: #357cad;
}
@media (max-width: 580px) {
  .block-top-title h3:after {
    display: none;
  }
}
.area-title {
  text-transform: none;
  letter-spacing: 3px;
  font-weight: normal;
  margin: 0;
}
.iconed-list {
  clear: #999999;
  margin-top: 24px;
  margin-bottom: 12px;
}
.iconed-list li {
  padding-left: 30px;
  color: #999999;
  margin-bottom: 12px;
}
.iconed-list li:before {
  content: '\f101';
  font-family: FontAwesome;
  float: left;
  margin-left: -30px;
  color: #357cad;
}
.iconed-list.icon1 li:before {
  content: '\f00c';
}
/* vertical nav tabs */
.vertical-nav-tab li a {
  font-family: kabel, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  padding: 18px;
  border-radius: 0;
  border-color: #e6e6e6 !important;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  color: #333333;
}
.vertical-nav-tab li a:hover {
  background: #357cad;
  color: #ffffff;
}
.vertical-nav-tab li:first-child a {
  border-top: 1px solid #e6e6e6;
}
@media (min-width: 992px) {
  .vertical-nav-tab li {
    float: none;
  }
  .vertical-nav-tab li.active a {
    border-right: none;
    color: #357cad;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
  }
  .vertical-nav-tab li.active a:hover {
    border-bottom: 1px solid #e6e6e6;
    border-right: 0;
  }
  .vertical-nav-tab li.active a:focus {
    color: #357cad;
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
  }
}
/*=======================
  PRELOADER  
  =======================*/
.pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  z-index: 10000;
}
.pre-loader .loader-inner {
  text-align: center;
  width: 5em;
  height: 5em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pre-loader .loader-inner > div {
  display: inline-block;
  background: #357cad;
}
/*=======================
  HEADER 
  =======================*/
header .top-bar {
  /* TOP BAR */
  background: #357cad;
  color: #ffffff;
  height: 42px;
}
header .top-bar ul {
  margin-bottom: 0;
}
header .top-bar ul li {
  display: inline-block;
}
header .top-bar ul li a {
  line-height: 41px;
  color: #ffffff;
}
header .top-bar ul.social-links li a {
  width: 1em;
  height: 1em;
  text-align: center;
  margin-right: 7px;
  display: inline-block;
}
header .top-bar ul.social-links li:last-child a {
  margin-right: 0;
}
header .top-bar ul.top-bar-meta {
  text-align: right;
}
header .top-bar ul.top-bar-meta li {
  margin-right: 1em;
}
header .top-bar ul.top-bar-meta li:after {
  content: '|';
  display: inline-block;
  margin-left: 1em;
}
header .top-bar ul.top-bar-meta li:last-child {
  margin-right: 0;
}
header .top-bar ul.top-bar-meta li:last-child:after {
  content: none;
}
header .top-bar ul.top-bar-meta li .fa {
  margin-right: .5em;
}
header .navbar {
  /* NAVBAR */
  margin-bottom: 0;
}
header .navbar * {
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  border: none;
}
header .navbar.navbar-default {
  /* navbar default */
  background: #ffffff;
  border: none;

  border-bottom: 1px solid #e6e6e6;
}
header .navbar.navbar-default .navbar-nav > li {
  /* navbar-nav item */
  position: relative;
}
header .navbar.navbar-default .navbar-nav > li:after {
  content: '';
  width: 1px;
  height: 24px;
  background: #e6e6e6;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
header .navbar.navbar-default .navbar-nav > li:last-child:after {
  content: none;
}
header .navbar.navbar-default .navbar-nav > li > a {
  position: relative;
  text-transform: uppercase;
  font-family: kabel, sans-serif;
  letter-spacing: 1px;
  color: #266089;
  font-size: 13px;
}
@media (min-width: 768px) {
  header .navbar.navbar-default .navbar-nav > li > a {
    border-top: 3px solid transparent;
    padding-top: 25px;
    padding-bottom: 28px;
    transition: .3s;
    padding-left: 15px;
    padding-right: 15px;
  }
  header .navbar.navbar-default .navbar-nav > li > a:after {
    content: '';
    width: calc(100% - 40px);
    height: 2px;
    display: block;
    background: transparent;
    margin: auto;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    transition: .3s;
  }
  header .navbar.navbar-default .navbar-nav > li > a:hover {
    color: #4fb0f3;
  }
}
@media (max-width: 767px) {
  header .navbar.navbar-default .navbar-nav > li > a {
    transition: .3s;
  }
  header .navbar.navbar-default .navbar-nav > li > a:hover {
    border-left: 5px solid #4fb0f3;
  }
}
header .navbar.navbar-default .navbar-nav > li.active {
  /* avtive nav item */
}
header .navbar.navbar-default .navbar-nav > li.active > a {
  position: relative;
  background: transparent;
  color: #357cad;
}
header .navbar.navbar-default .navbar-nav > li.active > a:after {
  background: #357cad;
}
header .navbar.navbar-default .header-address,
header .navbar.navbar-default .header-time {
  margin-left: 36px;
  padding-top: 30px;
  padding-bottom: 30px;
}
header .navbar.navbar-default .header-address span,
header .navbar.navbar-default .header-time span {
  width: 48px;
  height: 48px;
  border: 2px solid #357cad;
  text-align: center;
  line-height: 44px;
  color: #ffffff;
  background: #357cad;
  font-size: 18px;
  float: left;
}
header .navbar.navbar-default .header-address p,
header .navbar.navbar-default .header-time p {
  margin-left: 60px;
  margin-bottom: 0;
}
header .navbar.navbar-default .header-address {
  margin-right: 0;
}
header .navbar.navbar-default .navbar-collapse {
  position: relative;
  border-top: 1px solid #e6e6e6;
}
@media (min-width: 768px) {
  header .navbar.navbar-default .navbar-collapse {
    padding-left: 0;
    padding-right: 8px;
  }
}
@media (max-width: 767px) {
  header .navbar.navbar-default .navbar-collapse {
    max-height: none;
  }
}
header .navbar.navbar-default .navbar-right .dropdown-menu {
  left: 0px;
  right: auto;
}
header .navbar.navbar-default .navbar-header {
  /* navbar header */
  float: none;
}

header .navbar.navbar-default .navbar-header .navbar-brand {
  /* STYLING FOR NAVBAR BRAND */
  text-transform: uppercase;
  font-weight: normal;
  color: #333333;
  transition: .3s;
  font-family: kabel, sans-serif;
}
header .navbar.navbar-default .navbar-header .navbar-brand:hover span {
  color: #357cad;
}
@media (min-width: 768px) {
  header .navbar.navbar-default .navbar-header .navbar-brand {
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 48px;
    font-size: 24px;
    height: auto;
  }
}
@media (max-width: 767px) {
  header .navbar.navbar-default .navbar-header .navbar-brand {
    margin-left: 15px;
  }
  
  header .navbar-header  {
   height: 200px;
  }
}
header .navbar.navbar-default .navbar-header .navbar-toggle:hover {
  background: #f5f5f5;
}
header .navbar.navbar-default .navbar-header .navbar-toggle:active,
header .navbar.navbar-default .navbar-header .navbar-toggle:focus {
  background: #f5f5f5;
}
header .navbar.navbar-default .search-wrapper {
  /* search wrapper */
  margin-left: 20px;
}
header .navbar.navbar-default .search-wrapper .form-control {
  height: 42px;
}
header .navbar.navbar-default .search-wrapper .search-input {
  /* search input */
  width: 42px;
  border-radius: 30px;
  transition: .5s;
  padding-left: 2em;
  background: #ffffff;
}
header .navbar.navbar-default .search-wrapper .search-input:focus {
  width: 180px;
  padding-left: 2.8em;
}
@media (max-width: 767px) {
  header .navbar.navbar-default .search-wrapper .search-input {
    width: 100%;
    margin: auto;
    margin-left: -7px;
  }
  header .navbar.navbar-default .search-wrapper .search-input:focus {
    width: 100%;
  }
}
header .navbar.navbar-default .search-wrapper .search-icon {
  /* search icon */
  position: relative;
  top: 3px;
  margin-right: -31px;
}
@media (max-width: 767px) {
  header .navbar.navbar-default .search-wrapper .search-icon {
    left: 94%;
    top: 37px;
  }
}
header .navbar.navbar-default .navbar-form {
  /* navbar form style */
}
@media (min-width: 768px) {
  header .navbar.navbar-default .navbar-form {
    margin: 0;
    margin-right: -7px;
    padding-right: 0;
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
header .navbar.navbar-default .navbar-form .submit-btn {
  border: 1px solid #e6e6e6;
  background: #e6e6e6;
}
header .navbar.navbar-default .navbar-form .form-control {
  border: 1px solid #e6e6e6;
}
header .navbar.navbar-default .navbar-form .form-control:focus {
  box-shadow: none;
  border-color: #357cad;
}
header .navbar.navbar-default .dropdown .glyphicon-triangle-bottom {
  font-size: 10px;
  color: #cccbcb;
  position: relative;
  top: 2px;
  left: 2px;
}
header .navbar.navbar-default .dropdown:hover {
  /* dropdown menu collapsing on hover */
}
@media (min-width: 768px) {
  header .navbar.navbar-default .dropdown:hover > .dropdown-menu {
    display: block;
  }
}
header .navbar.navbar-default .dropdown-menu {
  /* dropdown menu style */
  padding-top: 0;
  padding-bottom: 0;
  border: 1px solid #e6e6e6;
  font-family: kabel, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
}
header .navbar.navbar-default .dropdown-menu > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  transition: .3s;
  border-bottom: 1px dotted #e6e6e6;
  font-weight: normal;
}
header .navbar.navbar-default .dropdown-menu > li > a:hover {
  color: #357cad;
  background: #ffffff;
}
header .navbar.navbar-default .dropdown-menu li a {
  color: #333333;
}
header .navbar.navbar-default .dropdown-menu li a:hover {
  color: #357cad;
}
header .navbar.navbar-default .dropdown-menu li.divider {
  margin: 0;
}
header .navbar.navbar-default .open {
  /* styling for navbar menu when open */
}
header .navbar.navbar-default .open .dropdown-menu li a {
  color: #333333;
}
header .navbar.navbar-default .open .dropdown-menu li a:hover {
  color: #357cad;
}
header .navbar.navbar-fixed-top {
  /* NAVBAR FIEXED TOP STYLE */
}
@media (min-width: 768px) {
  header .navbar.navbar-fixed-top .navbar-nav > li > a {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
header .navbar.navbar-fixed-top .navbar-nav > li.active a:after {
  bottom: -1px;
}
@media (min-width: 768px) {
  header .navbar.navbar-fixed-top .navbar-header .navbar-brand {
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 34px;
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  header .navbar.navbar-fixed-top .navbar-form {
    margin: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
header .navbar.navbar-fixed-top .navbar-form .form-control {
  border: 1px solid #e6e6e6;
}
header .navbar.navbar-fixed-top .navbar-form .form-control:focus {
  box-shadow: none;
  border-color: #357cad;
}
header .navbar-default .navbar-nav > .open > a,
header .navbar-default .navbar-nav > .open > a:focus,
header .navbar-default .navbar-nav > .open > a:hover {
  /* overriding some bootstrap class */
  background: #ffffff;
  color: #357cad;
}
/*=======================
  CAROUSEL 
  =======================*/
.carousel.fade {
  /* CAROUSEL FADE STYLE */
  opacity: 1;
}
.carousel.fade .item {
  transition: opacity ease-out 0.7s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.carousel.fade .item:first-child {
  opacity: 0;
}
.carousel.fade .item.active {
  opacity: 1;
  z-index: 1;
}
.carousel.fade .item:after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.carousel.fade .carousel-control {
  /* CAROUSEL CONTROL */
  z-index: 2;
  opacity: 0;
  transition: .3s;
}
.carousel.fade .carousel-control:hover {
  opacity: 1;
}
.carousel.fade .carousel-control.left,
.carousel.fade .carousel-control.right {
  background: 0;
}
.carousel.fade .carousel-control .fa {
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  font-size: 30px;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  transition: .3s;
  text-shadow: none;
}
.carousel.fade .carousel-control .fa.fa-angle-left {
  padding-right: 5px;
  left: 1em;
}
.carousel.fade .carousel-control .fa.fa-angle-right {
  padding-left: 5px;
  right: 1em;
}
.carousel.fade .carousel-control .fa:hover {
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .carousel.fade .carousel-control .fa {
    display: none;
  }
}
.carousel .carousel-indicators {
  /* carousel indicators */
}
.carousel .carousel-indicators li {
  margin-right: 5px;
}
.carousel .carousel-indicators li:last-child {
  margin-right: 0;
}
.carousel .carousel-inner {
  max-height: 768px;
}
.carousel .carousel-caption {
  /* carousel caption */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.carousel .carousel-caption .caption-wrapper {
  width: 60%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1199px) and (min-width: 768px) {
  .carousel .carousel-caption .caption-wrapper {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .carousel .carousel-caption .caption-wrapper {
    width: 90%;
  }
}
.carousel .carousel-caption .caption-wrapper h3 {
  /* STYLING THE CAROUSEL CONTENT DATA */
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 6px;
  text-shadow: none;
}
@media (max-width: 767px) {
  .carousel .carousel-caption .caption-wrapper h3 {
    font-size: 18px;
    background-size: 3px;
  }
}
.carousel .carousel-caption .caption-wrapper .caption-title {
  /* caption title */
  font-size: 42px;
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: none;
  margin-bottom: 21px;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 992px) and (min-width: 768px) {
  .carousel .carousel-caption .caption-wrapper .caption-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .carousel .carousel-caption .caption-wrapper .caption-title {
    font-size: 24px;
  }
}
.carousel .carousel-caption .caption-wrapper .caption-title span {
  font-weight: normal;
}
.carousel .carousel-caption .caption-wrapper .caption-title strong {
  font-weight: normal;
  color: #357cad;
}
.carousel .carousel-caption .caption-wrapper .caption-content {
  /* caption content */
  font-size: 18px;
  text-shadow: none;
  margin-bottom: 42px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .carousel .carousel-caption .caption-wrapper .caption-content {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .carousel .carousel-caption .caption-wrapper .caption-content {
    display: none;
  }
}
.carousel .carousel-caption .caption-wrapper .caption-btns {
  /* caption buttons */
}
.carousel .carousel-caption .caption-wrapper .caption-btns button {
  margin-right: 10px;
}
.carousel .carousel-caption .caption-wrapper .caption-btns button:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .carousel .carousel-caption .caption-wrapper .caption-btns button {
    padding: 7px 14px;
  }
}
@media (max-width: 530px) {
  .carousel .carousel-caption .caption-wrapper .caption-btns button {
    margin-bottom: 14px;
  }
}
/* CAROUSEL CAPTION LAYOUT STYLE FOR DIFFERENT ITEM */
.main-carousel .carousel-inner {
  min-height: 430px;
}
.main-carousel .carousel-inner .item:first-child {
  text-align: right;
}
.main-carousel .carousel-inner .item:first-child .caption-wrapper {
  right: 10%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: auto;
}
.main-carousel .carousel-inner .item:first-child h3 {
  text-align: right;
}
.main-carousel .carousel-inner .item:first-child .caption-title {
  text-align: right;
}
.main-carousel .carousel-inner .item:first-child .caption-content {
  text-align: right;
}
.main-carousel .carousel-inner .item:first-child .caption-btns {
  text-align: right;
}
.main-carousel .carousel-inner .item:nth-child(2) {
  text-align: left;
}
.main-carousel .carousel-inner .item:nth-child(2) .caption-wrapper {
  left: 10%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.main-carousel .carousel-inner .item:nth-child(2) h3 {
  text-align: left;
}
.main-carousel .carousel-inner .item:nth-child(2) .caption-title {
  text-align: left;
}
.main-carousel .carousel-inner .item:nth-child(2) .caption-content {
  text-align: left;
}
.main-carousel .carousel-inner .item:nth-child(2) .caption-btns {
  text-align: left;
}
/*=======================
  WHAT WE DO 
  =======================*/
.what-we-do .section-title {
  color: #266089;
  text-transform: none;
}  
  
.what-we-do {
  padding-bottom: calc(8em - 48px);
  background-color: #fff;
}
@media (max-width: 768px) {
  .what-we-do .row {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media (max-width: 480px) {
  .what-we-do .row {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.what-we-do .content-block {
  /* content block */
  margin-bottom: 18px;
  
}
.what-we-do .content-block .title-block {
  /* title block */
  margin-bottom: 14px;

}

.text-block {
  /* title block */
  display: inline-block;
  padding-left: 12px;
  text-transform: none;
  letter-spacing: 0px;
  color: #266089;
  font-weight: normal;
  width: calc(100% - 30px);
  vertical-align: middle;
  height: 35px;
}

@media (max-width: 480px) {
	.text-block {

	  height: auto;
	}
}



.what-we-do .content-block .title-block .icon-block {
  /* icon block */
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 21px;
  background: #357cad;
  border-radius: 50%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  transition: .3s;
  vertical-align: top;
}
.what-we-do .content-block .title-block .icon-block > .icon {
  position: relative;
  top: 2.5px;
}
.what-we-do .content-block p {
  margin-bottom: 0;
}
.what-we-do .content-block:hover .icon-block {
  background: #3baafe;
}
/*=======================
  INTRO 
  =======================*/
.intro {
  padding-top: 3em;
  padding-bottom: 3em;
  background: #357cad;
  border-top: 1px solid #fff;
  color: #ffffff;
}

.intro-noborder {
  border-top: 0px;
}


.intro .content-wrapper {
  text-align: center;
}
.intro .content-wrapper h2 {
  color: #1a1a1a;
  display: inline-block;
  margin: 0;
  text-transform: none;
  margin-bottom: 30px;
  color: #ffffff;
}
.intro .content-wrapper h3 {
  color: #1a1a1a;
  display: inline-block;
  margin: 0;
  text-transform: none;
  margin-bottom: 30px;
  color: #ffffff;
}


 .intro .content-wrapper3 {
	margin: auto;
  width: 80%;
}

	 .intro .content-wrapper4 {
	margin: auto;
  width: 70%;
}


@media (min-width: 992px) {
  .intro .content-wrapper h2 {
    float: left;
    line-height: 52px;
    margin-bottom: 0;
  }
  
  .intro .content-wrapper h3 {
    float: left;
    line-height: 62px;
    margin-bottom: 0;
  }
  
 .intro .content-wrapper2b {
		margin: auto;
	  width: 90%;
	}
  
  .intro .content-wrapper2 {
		margin: auto;
	  width: 85%;
	}
	
	  .intro .content-wrapper3 {
		margin: auto;
	  width: 70%;
	}
	
	 .intro .content-wrapper4 {
		margin: auto;
	  width: 60%;
	}
}
@media (min-width: 1200px) {
	
	.intro .content-wrapper {
		margin: auto;
  width: 90%;
}

.intro .content-wrapper2b {
		margin: auto;
  width: 80%;
}

.intro .content-wrapper2 {
		margin: auto;
  width: 70%;
}

.intro .content-wrapper3 {
		margin: auto;
  width: 60%;
}

.intro .content-wrapper4 {
		margin: auto;
  width: 50%;
}
	
  .intro .content-wrapper h2 {
	
  }
}
.intro .content-wrapper .btn-main {

  background: #fff;
  color: #357dad;
  font-size: 18px;
  text-transform: none;
  border-radius: 8px;
  
}
.intro .content-wrapper .btn-main:hover {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
@media (min-width: 992px) {
  .intro .content-wrapper .btn-main {
    float: right;
  }
}
/*=======================
  HEADER
  =======================*/
  
.business-header {
height: 523px;
/*height: 560px;*/
background-color: #357dad;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
border-bottom: 1px solid #fff;

}


/* aniamte circle */

#loading-circle
 {
  width: 100px;
  height: 100px;
  position: relative;
  display: inline-block;
  border-style: none;
}
         #loading {
                position: absolute;
                width: 100px;
                height: 100px;
                top: 40px;
            }
            #track {
                box-sizing: border-box;
                height: 100%;
                width:100%;
                position: absolute;
                border: solid 2px #357dad;
                border-radius: 50%;
				padding-top: 31px;
            }
            #halfclip {
                width: 50%;
                height: 100%;
                right: 0px;
                position: absolute;
                overflow: hidden;
                transform-origin: left center;
            }
            #loading.animate #halfclip {
                -webkit-animation: cliprotate 4s 1;
                transform: rotate(180deg);
            }
            @keyframes cliprotate {
                0% {
                    transform: rotate(0deg);
                }
                50% {
                    transform: rotate(0deg);
                }
                50.01% {
                    transform: rotate(180deg);
                }
                100% {
                    transform: rotate(180deg);
                }
            }
            .halfcircle {
                box-sizing: border-box;
                height: 100%;
                right: 0px;
                position: absolute;
                border: solid 2px transparent;
                border-top-color: white;
                border-left-color: white;
                border-radius: 50%;
            }
            #clipped {
                width: 200%;
                transform: rotate(-45deg);
            }
            #loading.animate #clipped {
                transform: rotate(135deg);
                -webkit-animation: rotate 2s linear 2;
            }
            @keyframes rotate {
                0% {
                    transform: rotate(-45deg);
                }
                100% {
                    transform: rotate(135deg);
                }
            }
            #fixed {
                width: 100%;
                transform: rotate(135deg);
                opacity: 0;
            }
            #loading.animate #fixed {
                opacity: 1;
                -webkit-animation: showfixed 4s 1;
            }
            @keyframes showfixed {
                0% {
                    opacity: 0;
                }
                49.99% {
                    opacity: 0;
                }
                50% {
                    opacity: 1;
                }
                100% {
                    opacity: 1;
                }
            }
            #loading.stopAnimation * {
                -webkit-transition: none !important;
                -webkit-animation-play-state: paused !important;
            }

/* end circle */

.tagline {

	padding-top: 40px;
  /*padding-top: 95px;*/
	line-height: 72px;
	text-align:center;
	font-weight: normal;
	font-size: 40px;
}

.subtagline {
	padding-top: 40px;
	text-align:center;
	font-weight: normal;
}

.imac-container
{
	float:right;
	pointer-events:none;	
}

.imac
{
	position: absolute;
	z-index: 10;
}

	/* imac */
    @media only screen and (min-width : 769px) {
		.imac
		{
			/*background: url(../img/imac.png) no-repeat center;*/
			 background: url('../img/spritesheet.png') no-repeat -628px -0px;
			height: 645px;
			width: 530px;
			position: absolute;
			z-index: 10;
			top: -85px;
			left: 110%;
		}
    }
	
	 @media only screen and (max-width : 768px) {
		.imac
		{
			/*background: url(../img/imac-small.png) no-repeat center;*/
			background: url(../img/spritesheet.png) no-repeat center;
			background-position:  0px 0px;
			height: 400px;
			width: 329px;
			position: absolute;
			z-index: 10;
			top: -85px;
			left: 110%;
		}
		
		.business-header {
			height: 315px;
		}
    }

	

	/* Medium Devices, Desktops */
    @media only screen and (min-width : 993px) and (max-width : 1200px) {
		
		.tagline {

			padding-top: 100px;
			line-height: 72px;
			text-align:center;
			font-weight: normal;
			font-size: 33px;
		}

		.subtagline {
			padding-top: 40px;
			text-align:center;
			font-weight: normal;
			font-size: 27px;
		}
		
		#loading-circle
		 {
		  width: 80px;
		  height: 80px;
		}
		#loading {
		  top: 30px;
		  width: 80px;
		  height: 80px;
		}
		#track {
		  padding-top: 23px;
		  font-size: 27px;

		}

    }
	
    /* Mediumsmall Devices, Desktops */
    @media only screen and (min-width : 769px) and (max-width : 992px) {
	
		.imac
		{
			left: 100%;
		}
		
		
		.tagline {

			padding-top: 70px;
			line-height: 60px;
			text-align:center;
			font-weight: normal;
			font-size: 35px;
		}

		.subtagline {
			padding-top: 40px;
			text-align:center;
			font-weight: normal;
			font-size: 21px;
		}
		
		#loading-circle
		 {
		  width: 60px;
		  height: 60px;
		}
		#loading {
		  top: 25px;
		  width: 60px;
		  height: 60px;
		}
		#track {
		  padding-top: 15px;
		  font-size: 21px;

		}
		
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 695px) and (max-width : 768px) {
		
		.imac
		{
			left: 100%;
		}
		
		
		.tagline {

			padding-top: 10px;
			line-height: 50px;
			text-align:center;
			font-weight: normal;
			font-size: 28px;
		}

		.subtagline {
			padding-top: 0px;
			text-align:center;
			font-weight: normal;
			font-size: 20px;
		}
		
		#loading-circle
		 {
		  width: 60px;
		  height: 60px;
		}
		#loading {
		  top: 25px;
		  width: 60px;
		  height: 60px;
		}
		
		#track {
		  padding-top: 15px;
		  font-size: 21px;

		}
    }
	
	 /* Small Devices, Tablets */
    @media only screen and (min-width : 645px) and (max-width : 694px) {
		
		.imac
		{
			left: 100%;
		}		
		
		.tagline {

			padding-top: 10px;
			line-height: 50px;
			text-align:center;
			font-weight: normal;
			font-size: 25px;
		}

		.subtagline {
			padding-top: 0px;
			text-align:center;
			font-weight: normal;
			font-size: 18px;
		}
		
		#loading-circle
		 {
		  width: 50px;
		  height: 50px;
		  margin: 0 5px 0 5px;
		}
		#loading {
		  top: 20px;
		  width: 50px;
		  height: 50px;
		}
		
		#track  {
		  padding-top: 12px;
		  font-size: 18px;

		}
		
    }
	
	 /* Small Devices, Tablets */
    @media only screen and (min-width : 590px) and (max-width : 644px) {
		
		.imac
		{
			left: 100%;
		}		
		
		.tagline {

			padding-top: 20px;
			line-height: 40px;
			text-align:center;
			font-weight: normal;
			font-size: 25px;
		}

		.subtagline {
			padding-top: 0px;
			text-align:center;
			font-weight: normal;
			font-size: 16px;
		}
		
		#loading-circle
		 {
		  width: 50px;
		  height: 50px;
		  margin: 0 5px 0 5px;
		}
		#loading {
		  top: 20px;
		  width: 50px;
		  height: 50px;
		}
		#track  {
		  padding-top: 12px;
		  font-size: 18px;

		}
    }
	
	/* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 520px) and (max-width : 591px) {
		.imac
		{
			left: 100%;
		}
		
		
		.tagline {

			padding-top: 10px;
			line-height: 40px;
			text-align:center;
			font-weight: normal;
			font-size: 24px;
		}

		.subtagline {
			padding-top: 0px;
			text-align:center;
			font-weight: normal;
			font-size: 14px;
		}
		
		#loading-circle
		 {
		  width: 40px;
		  height: 40px;
		  margin: 0 3px 0 3px;
		}
		#loading {
		  top: 15px;
		  width: 40px;
		  height: 40px;
		}
		
		#track  {
		  padding-top: 12px;
		  font-size: 14px;

		}
		
    }


    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 321px) and (max-width : 519px) {
		.imac
		{
			left: 100%;
		}
		
		.hidden-xxs
		{
			display: none;
		}
		
		.tagline {

			padding-top: 20px;
			line-height: 45px;
			text-align:center;
			font-weight: normal;
			font-size: 22px;
		}
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        		.imac
		{
			left: 100%;
		}
		
		.hidden-xxs
		{
			display: none;
		}
		
		.tagline {

			padding-top: 0px;
			line-height: 45px;
			text-align:center;
			font-weight: normal;
			font-size: 22px;
		}
    }


/*=======================
  FEATURED SECTION
  =======================*/
 

 
.featured-section {	
  background-color: #fff;
  padding-bottom: calc(4em - 48px);
  color: #266089;
}
.featured-section .featured-content {
  text-align: left;
}
.featured-section .featured-content > div {
  margin-bottom: 48px;
}
.featured-section .featured-content > div:hover .icon-block {
  color: #266089;
}
.featured-section .featured-content .image-block {
  margin-bottom: 30px;
}
.featured-section .featured-content .icon-block {
  width: 96px;
  height: 96px;
  text-align: center;
  line-height: 96px;
  background: #fafafa;
  font-size: 36px;
  color: #357cad;
  margin: auto;
  border-radius: 50%;
  margin-bottom: 30px;
  transition: .3s;
}
.featured-section .featured-content .content-block {
  padding-left: 12px;
  padding-right: 12px;
  color: #357cad;
}

.featured-section .featured-content .content-block p{
  color: #357cad;
}

.featured-section .featured-content .content-block h4 {
  text-transform: none;
  letter-spacing: 0px;
  margin-top: 24px;
  margin-bottom: 21px;
  font-size: 22px;  
  color: #357cad;
}
.featured-section .featured-content .content-block h5 {
  font-size: 18px;  
  color: #357cad;
}
.featured-section .featured-content .content-block .learn-more-btn {
  display: inline-block;
  margin-top: 12px;
  text-transform: capitalize;
  color: #357cad;
  font-family: kabel, sans-serif;
  border-bottom: 2px dotted #357cad;
  transition: .3s;
}
.featured-section .featured-content .content-block .learn-more-btn:hover {
  color: #266089;
}

 .light-blue-bg
 {
	background-color: #4b8ab5; 
 }
 
  .dark-blue-bg
 {
	background-color: #357cad; 
 }
 
 .font16 {
  font-size: 16px;  
}

 .font12 {
  font-size: 12px;  
}


.fontwarning
{
	color: #9bd1ff;
	font-size: 18px;
}


.page-section ul
{
    list-style: disc;
    margin: initial;
    padding: 0 0 0 40px;
}

.page-section li
{
    display: list-item;
}

.page-section .btn-main {
	margin: 10px;
  padding: 10px;
  background: #fff;
  color: #357dad;
  font-size: 18px;
  text-transform: none;
  border-radius: 8px;
  
}
.page-section .btn-main:hover {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.dentassist1
{
	margin-bottom: 0px; 
	margin-top: 0px;
}

.dentassist2
{
	margin-bottom: 50px; 
	margin-top: 50px;
	margin-right: 15px; 
}

.dentassist3
{
	margin-bottom: 0px; 
	margin-top: 0px
	margin-right: 15px; 
}

.dentassistlogo
{
	width: 320px;
	margin-right: auto; 
	margin-bottom: 20px; 
	margin-top: 20px;
	margin-left: auto; 
}

@media (min-width: 992px) {
  .intro .content-wrapper .btn-main {
    float: right;
  }
  
	.dentassist1
	{
		margin-left: 50px; 
		margin-bottom: 0px; 
		margin-top: 50px
	}
  
	.dentassist2
	{
		margin-right: 50px; 
		margin-bottom: 0px; 
		margin-top: -20px;
	}
  
	.dentassist3
	{
		margin-right: 0px; 
		margin-bottom: 0px; 
		margin-top: -20px
	}
	
	.dentassistlogo
	{
		margin-top: 150px
	}	
		
}

.img50p
{
	width: 50%;
	border-radius: 8px;
	margin-left: 15px;
}

.img48p
{
	width: 48%;
	border-radius: 8px;
}


.rounded8px
{
	border-radius: 8px;
}

@media (max-width: 768px) {
	.img50p
	{
		width: 100%;
		margin-left: 0px;
	}
}

 /*=======================
  PAGE SECTION
  =======================*/
 
.page-section {	
  background-color: #357cad;
  padding-bottom: calc(4em - 48px);
  color: #fff;
}
.page-section .page-content {
  text-align: left;
}
.page-section .page-content > div {
  margin-bottom: 48px;
}
.page-section .page-content > div:hover .icon-block {
  color: #fff;
}
.page-section .page-content .image-block {
  margin-bottom: 30px;
}
.page-section .page-content .icon-block {
  width: 96px;
  height: 96px;
  text-align: center;
  line-height: 96px;
  background: #fafafa;
  font-size: 36px;
  color: #fff;
  margin: auto;
  border-radius: 50%;
  margin-bottom: 30px;
  transition: .3s;
}
.page-section .page-content .content-block {
  padding-left: 12px;
  padding-right: 12px;
  color: #fff;
}

.page-section .page-content .content-block p{
  color: #fff;
}

.page-section .page-content .content-block h4 {
  text-transform: none;
  letter-spacing: 0px;
  margin-top: 24px;
  margin-bottom: 21px;
  font-size: 22px;  
  color: #fff;
}
.page-section .page-content .content-block h5 {
  font-size: 18px;  
  color: #fff;
}
 
/*=======================
  OUR PROJECTS
  =======================*/
.our-projects .section-title {
  text-transform: none;
}  
  
.our-projects {
  background-color: #fff;
  z-index: 1;
  border-top: 1px solid #fff;
  /*border-bottom: 1px solid #fff;*/
  
}
.our-projects:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.8);
}
.our-projects .section-title {
  color: #357cad;
}
.our-projects .item {
  position: relative;
  margin-bottom: 30px;
}
.our-projects .item .image-block {
  overflow: hidden;
}
.our-projects .item .image-block img {
  transition: .5s;
  border-radius: 8px;
}

.fade {
   opacity: 1;
}

.fade:hover {
  opacity: 0.85;
  }
  
/*
.our-projects .item .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  text-align: center;
  transition: .3s;
  margin-left: 15px;
  margin-right: 15px;
  overflow: hidden;
  border-radius: 8px;
}
.our-projects .item .hover-content .content-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  margin: auto;
}
.our-projects .item .hover-content .content-wrap .icon-block {
  display: block;
  color: #fff;
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  background: #4a8ab5;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  -webkit-transform: translateY(-8em);
          transform: translateY(-8em);
  transition: .5s;
}


.our-projects .item .hover-content .content-wrap .icon-block:hover {
  color: #ccc;
}
.our-projects .item .hover-content .content-wrap .content-block {
  -webkit-transform: translateY(12em);
          transform: translateY(12em);
  transition: .4s;
}
.our-projects .item .hover-content .content-wrap .content-block h4 a {
  color: #2a6993;
}
.our-projects .item .hover-content .content-wrap .content-block p {
  color: #2a6993;
}
.our-projects .item:hover .image-block img {
  -webkit-transform: rotate(-3deg) scale(1.2);
          transform: rotate(-3deg) scale(1.2);
}
.our-projects .item:hover .hover-content {
  opacity: 1;
}
.our-projects .item:hover .hover-content .icon-block {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.our-projects .item:hover .hover-content .content-block {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
*/
/*=======================
  OUR SERVICE
  =======================*/
.our-service {
  padding-bottom: calc(8em - 48px);
}
.our-service .service-content > div {
  margin-bottom: 48px;
}
.our-service .service-block {
  text-align: center;
}
.our-service .service-block .icon-block {
  width: 3em;
  height: 3em;
  line-height: 3em;
  font-size: 21px;
  text-align: center;
  background: #357cad;
  color: #333333;
  border-radius: 50%;
  margin: auto;
  transition: .3s;
}
.our-service .service-block .content-block h4 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: normal;
  margin-top: 24px;
  margin-bottom: 18px;
}
.our-service .service-block .content-block p {
  margin-bottom: 0;
}
.our-service .service-block:hover .icon-block {
  background: #333333;
  color: #357cad;
}
/*=======================
  OUR ENTINEERS
  =======================*/
.our-engineers {
  background: #fafafa;
}
.our-engineers .section-title-block {
  margin-bottom: 70px;
}
.our-engineers .engineer-details {
  background: #357cad;
  padding: 12px 24px;
  text-align: center;
}
.our-engineers .engineer-details h4 {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.our-engineers .engineer-details p {
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.our-engineers .engineer-details .social-links li {
  display: inline-block;
  margin-right: .4em;
}
.our-engineers .engineer-details .social-links li:last-child {
  margin-right: 0;
}
.our-engineers .engineer-details .social-links li a {
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: #333333;
  color: #ffffff;
}
/*=======================
  OUR BLOG
  =======================*/
.our-blog .area-title {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .our-blog .area-title {
    text-align: center;
  }
}
.our-blog .blog-posts > li {
  margin-bottom: 48px;
}
@media (max-width: 767px) and (min-width: 460px) {
  .our-blog .blog-posts > li {
    padding-left: 5em;
    padding-right: 5em;
  }
}
.our-blog .blog-posts > li .image-block {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .our-blog .blog-posts > li .image-block {
    width: 18.5em;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .our-blog .blog-posts > li .blog-content {
    width: calc(100% - 20em);
    float: left;
  }
}
.our-blog .blog-posts > li .blog-content .post-meta li {
  display: inline-block;
  margin-right: 1em;
}
.our-blog .blog-posts > li .blog-content .post-meta li:last-child {
  margin-right: 0;
}
.our-blog .blog-posts > li .blog-content .post-meta li span {
  margin-right: 5px;
}
.our-blog .blog-posts > li .blog-content .post-meta li a {
  color: #333333;
}
.our-blog .blog-posts > li .blog-content .post-title {
  line-height: 1.5;
}
.our-blog .blog-posts > li .blog-content .post-title a {
  color: #333333;
}
.our-blog .blog-posts > li .blog-content .read-more-link {
  display: inline-block;
  margin-top: 0;
  color: #357cad;
}
/*=======================
  WHY CHOOSE US 
  =======================*/
.why-choose-area .area-title {
  margin-bottom: 48px;
}
.why-choose-area .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #e6e6e6;
}
.why-choose-area .panel + .panel {
  margin-top: -1px;
}
.why-choose-area .panel-heading {
  background: #fafafa;
  color: #333333;
}
.why-choose-area .panel-heading a {
  color: #333333;
  display: block;
  padding-top: 9px;
  padding-bottom: 9px;
}
.why-choose-area .panel-heading a:focus {
  text-decoration: none;
}
.why-choose-area .panel-body {
  padding: 24px;
}
.why-choose-area .read-more-link {
  margin-top: 12px;
  color: #357cad;
}
/*=======================
  FUN FACTS
  =======================*/
.fun-facts {
  background: url(http://placehold.it/1920x1080) no-repeat center;
  position: relative;
  z-index: 1;
  padding-bottom: calc(8em - 48px);
}
.fun-facts:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.fun-facts .section-content {
  color: #ffffff;
  text-align: center;
}
.fun-facts .section-content > div {
  margin-bottom: 48px;
}
.fun-facts .section-content .icon {
  font-size: 36px;
  color: #357cad;
}
.fun-facts .section-content .icon-block {
  width: 5em;
  height: 5em;
  text-align: center;
  line-height: 5em;
  margin: auto;
  background: #357cad;
}
.fun-facts .section-content .icon-block .icon {
  color: #ffffff;
}
.fun-facts .section-content h2 {
  color: #ffffff;
}
.fun-facts .section-content h2 span {
  display: block;
  font-size: 50%;
  margin-top: 30px;
  text-transform: uppercase;
  position: relative;
}
.fun-facts .section-content h2 span:before {
  content: '';
  width: 24px;
  height: 3px;
  background: #357cad;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
/*=======================
  TESTIMONIAL 
  =======================*/
.testimonial-carousel {
  background: #357cad;
  padding-bottom: calc(8em - 48px);
  /**
   * clients area
   */
}
.testimonial-carousel .area-title {
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .testimonial-carousel .area-title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .testimonial-carousel .testimonial-area {
    margin-bottom: 72px;
	  overflow: visible;
  }
}
.testimonial-carousel .carousel {
  /* carousel */
  text-shadow: none;
}
.testimonial-carousel .carousel .carousel-control-block .carousel-control {
  display: none;
}
.testimonial-carousel .carousel .carousel-indicators {
  color: #333333;
  border-color: #333333;
}
.testimonial-carousel .carousel .carousel-indicators li {
  border-color: #cccbcb;
}
.testimonial-carousel .carousel .carousel-indicators li.active {
  background: #cccbcb;
}
.testimonial-carousel .quote-wrapper blockquote {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 30px;
  font-size: 15px;
  position: relative;
}

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 321px) and (max-width : 519px) {
		.testimonial-carousel .quote-wrapper blockquote {
		  font-size: 12px;
		}
    }

.testimonial-carousel .quote-wrapper blockquote:before,
.testimonial-carousel .quote-wrapper blockquote:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -24px;
  left: 1.5em;
  border: 12px solid transparent;
  border-top-color: #e6e6e6;
}
.testimonial-carousel .quote-wrapper blockquote:after {
  border-top-color: #ffffff;
  border-width: 12px;
  bottom: -23px;
}
.testimonial-carousel .quote-wrapper .quote-author {
  position: relative;
  margin-bottom: 8em;
}
.testimonial-carousel .quote-wrapper .quote-author img {
  width: 10em;
  float: left;
  margin-top: -12px;
  border-radius: 8px;
}
.testimonial-carousel .quote-wrapper .quote-author h5 {
  text-transform: none;
  margin-left: calc(10em + 30px);
  margin-bottom: 6px;
  margin-top: 42px;
}
.testimonial-carousel .quote-wrapper .quote-author p {
  margin-left: calc(10em + 30px);
}

.testimonial-carousel .quote-wrapper .quote-author-noimg h5 {
  text-transform: none;
  margin-left: 30px;
  margin-bottom: 6px;
  margin-top: 42px;
}
.testimonial-carousel .quote-wrapper .quote-author-noimg p {
  margin-left: 30px;
}


.testimonial-carousel .clients-area .client-list li {
  width: 20%;
  float: left;
  padding: 34px 48px;
  height: 80px;
  position: relative;
}

.testimonial-carousel .clients-area .client-list li img {
  padding-left: 2px;
  padding-right: 2px;
  border-radius: 8px;
}

.padding-top-10 {
  padding-top: 20px;
}

.clearfix
{
	clear: both;
	font-weight: normal;
}


@media (max-width: 480px) {
  .testimonial-carousel .clients-area .client-list li {
    width: 50%;
  }

}
.testimonial-carousel .clients-area .client-list li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 96px;
  margin: auto;
}
/*=======================
  MAIN FOOTER 
  =======================*/
.main-footer {
  background: #fff;
  color: #266089;
}
.main-footer .footer-content {
  /* footer content */
  padding-top: 7em;
  padding-bottom: calc(7em - 48px);
}
@media (max-width: 768px) {
  .main-footer .footer-content {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media (max-width: 480px) {
  .main-footer .footer-content {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.main-footer .footer-content .content-block {
  margin-bottom: 48px;
}
.main-footer .footer-content .block-heading {
  /* block heading */
  color: #266089;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.main-footer .footer-content .short-about {
  /* about */
}
.main-footer .footer-content .short-about h4 {
  color: #266089;
  text-transform: uppercase;
}
.main-footer .footer-content .short-about p {
  color: #266089;
}
.main-footer .footer-content .short-about ul {
  margin-top: 28px;
}
.main-footer .footer-content .short-about ul li {
  display: inline-block;
  transition: .4s;
  margin-right: 2px;
}
.main-footer .footer-content .short-about ul li .icon-block {
  width: 42px;
  height: 42px;
  background: transparent;
  color: #333333;
  line-height: 42px;
  text-align: center;
  transition: .3s;
  font-size: 17.5px;
  border: 1px solid #cccbcb;
  color: #cccbcb;
  border-radius: 8px;
}
.main-footer .footer-content .short-about ul li:hover .icon-block {
  background: #357cad;
  color: #fff;
  border-color: #357cad;
}
.main-footer .footer-content .short-about ul li:last-child {
  margin-right: 0;
}
.main-footer .footer-content .address-block {
  /* address */
  color: #357cad;
}
.main-footer .footer-content .address-block .email-link span,
.main-footer .footer-content .address-block .phone-call span {
  margin-right: 14px;
  color: #357cad;
}
.main-footer .footer-content .address-block .email-link a,
.main-footer .footer-content .address-block .phone-call a {
  color: #357cad;
}
.main-footer .footer-content .address-block .email-link a:nth-of-type(2),
.main-footer .footer-content .address-block .phone-call a:nth-of-type(2) {
  margin-left: 29px;
}
.main-footer .footer-content .address-block .email-link {
  margin-bottom: 21px;
}
.main-footer .footer-content .useful-links {
  /* userful links */
}
.main-footer .footer-content .useful-links ul li {
  margin-bottom: 14px;
}
.main-footer .footer-content .useful-links ul li:last-child {
  margin-bottom: 0;
}
.main-footer .footer-content .useful-links ul li a {
  color: #8d8d8d;
  transition: .3s;
}
.main-footer .footer-content .useful-links ul li a:hover {
  color: #357cad;
}
.main-footer .footer-content .twitter-updates {
  /* twitter updates */
}
.main-footer .footer-content .twitter-updates .tweet-list li {
  margin-bottom: 21px;
}
.main-footer .footer-content .twitter-updates .tweet-list li:last-child {
  margin-bottom: 0;
}
.main-footer .footer-content .twitter-updates .tweet-list li p {
  color: #cccbcb;
}
.main-footer .footer-content .twitter-updates .tweet-list li p a {
  color: #357cad;
}
.main-footer .footer-content .twitter-updates .tweet-list li p.tweet-time {
  font-style: italic;
  font-size: 13px;
}
.main-footer .footer-content .twitter-updates .tweet-list li p.tweet-time span {
  font-style: normal;
  font-size: 14px;
}
.main-footer .copyright-info {
  /* copyright info */
  background: #cdd4d9;
  padding: 21px 0;
  position: relative;
}
.main-footer .copyright-info .copyright-block p {
  margin-bottom: 0;
  color: #555;
}
@media (max-width: 767px) {
  .main-footer .copyright-info .copyright-block p {
    text-align: center;
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
.main-footer .copyright-info .extra-link ul {
  margin-bottom: 0;
  text-align: right;
}
.main-footer .copyright-info .extra-link ul li {
  display: inline-block;
  margin-right: 14px;
}
.main-footer .copyright-info .extra-link ul li:last-child {
  margin-right: 0;
}
.main-footer .copyright-info .extra-link ul li a {
  color: #cccbcb;
  transition: .3s;
}
.main-footer .copyright-info .extra-link ul li a:hover {
  color: #357cad;
}
.main-footer .copyright-info .back-to-top {
  /* block top title */
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  background: #eee;
  color: #333333;
  top: -1.5em;
  transition: .3s;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 8px;
}
.main-footer .copyright-info .back-to-top a {
  color: #333333;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.main-footer .copyright-info .back-to-top:hover {
  background: #357cad;
}
.main-footer .copyright-info .back-to-top:hover a {
  color: #fff;
}
/*=======================
  MISC
  =======================*/
/* styling for pop up js */
.popup .popup_content img {
  max-height: 100%;
}
.popup_cont {
  z-index: 2000;
}
/* blog carousel */
.blog-carousel {
  /* styling for owl carousel item */
  overflow: hidden;
}
/**
 * owl carousel for blog postss
 */
.our-blog .owl-carousel .owl-controls .owl-nav {
  margin-top: 48px;
}
.our-blog .owl-carousel .owl-controls .owl-nav .owl-prev,
.our-blog .owl-carousel .owl-controls .owl-nav .owl-next {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #333333;
  color: #ffffff;
  transition: .3s;
  padding: 0;
  border-radius: 0;
}
.our-blog .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.our-blog .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  background: #357cad;
}
/**
 * owl carousel for clients
 */
.our-clients .owl-carousel .owl-nav {
  margin-top: 48px;
}
/**
 * owl navigation for engineers
 */
.engineers .owl-nav {
  margin-top: 48px;
}
.engineers .owl-nav .owl-prev,
.engineers .owl-nav .owl-next {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #333333;
  color: #ffffff;
  transition: .3s;
  padding: 0;
  border-radius: 0;
}
.engineers .owl-nav .owl-prev:hover,
.engineers .owl-nav .owl-next:hover {
  background: #357cad;
}
/*=======================
  BLOG
  =======================*/
.blog-posts {
  margin-top: 3em;
}
.blog-posts .content .the-post {
  /* styling the blog post */
  margin-top: 3em;
  margin-bottom: 3em;
  background: #fafafa;
}
.blog-posts .content .the-post .img-content {
  background-size: cover;
  background-position: center;
}
.blog-posts .content .the-post .blog-content {
  /* blog content */
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.blog-posts .content .the-post .blog-content .post-author {
  width: 90px;
  height: 90px;
  border: 3.5px solid #ffffff;
  position: absolute;
  top: -3em;
  left: 28px;
}
.blog-posts .content .the-post .blog-content .post-title {
  /* post title */
  padding-bottom: 14px;
  margin: 21px 28px 0;
  text-transform: uppercase;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .blog-posts .content .the-post .blog-content .post-title {
    font-size: 18px;
  }
}
.blog-posts .content .the-post .blog-content .post-title a {
  color: #333333;
  transition: .3s;
}
.blog-posts .content .the-post .blog-content .post-title:hover a {
  color: #357cad;
}
.blog-posts .content .the-post .blog-content .post-text {
  /* post text // you can style here for post formatting */
  padding: 0px 28px 28px;
  margin: 0;
}
.blog-posts .content .the-post .blog-content .post-meta {
  /* post meta */
  font-family: kabel, sans-serif;
  margin: 0 28px 0 calc(6em + 28px + 28px );
  padding-top: 28px;
  text-transform: uppercase;
  font-size: 13px;
}
@media (max-width: 480px) {
  .blog-posts .content .the-post .blog-content .post-meta {
    margin-left: 28px;
    padding-top: 5em;
    font-size: 12px;
  }
}
.blog-posts .content .the-post .blog-content .post-meta li {
  display: inline-block;
  margin-right: 14px;
}
@media (max-width: 480px) {
  .blog-posts .content .the-post .blog-content .post-meta li {
    margin-right: 7px;
  }
}
.blog-posts .content .the-post .blog-content .post-meta li a {
  color: #1a1a1a;
  font-weight: bold;
  transition: .2s;
  margin-left: 3px;
}
.blog-posts .content .the-post .blog-content .post-meta li a:hover {
  color: #357cad;
}
.blog-posts .content .the-post .blog-content .post-meta li:last-child {
  margin-right: 0;
}
.blog-posts .content .the-post .blog-content footer {
  padding: 28px 0;
  margin: 0 28px;
  border-top: 1px solid #e6e6e6;
  font-family: kabel, sans-serif;
}
.blog-posts .content .the-post .blog-content footer a {
  color: #1a1a1a;
  font-weight: normal;
}
.blog-posts .content .the-post .blog-content footer a:hover {
  color: #357cad;
}
.blog-posts .content .the-post .blog-content footer a:hover span {
  color: #1a1a1a;
}
.blog-posts .content .the-post .blog-content footer .post-category {
  float: left;
}
.blog-posts .content .the-post .blog-content footer .post-category span {
  margin-right: 3.5px;
}
.blog-posts .content .the-post .blog-content footer .read-more-link {
  float: right;
}
.blog-posts .content .the-post.single {
  /* style for single post article */
}
.blog-posts .content .the-post.single .blog-content .post-meta li a {
  margin-left: 3.5px;
  transition: .3s;
}
.blog-posts .content .the-post.single .blog-content .post-meta li a:hover {
  color: #4b8ab5;
}
.blog-posts .content .the-post.single .blog-content .post-meta li:last-child a {
  margin-left: 0;
}
.blog-posts .content .the-post.single .blog-content .post-text {
  /* post formatting in single post */
  padding: 14px 28px 28px;
}
.blog-posts .content .the-post.single .blog-content .post-text blockquote {
  margin-top: 2em;
  margin-bottom: 2em;
  color: #8c8c8c;
}
.blog-posts .content .the-post.single .blog-content .post-footer {
  padding: 28px 0px;
}
.blog-posts .content .the-post.single .blog-content .post-footer .footer-content .footer-title {
  letter-spacing: 3px;
  text-transform: uppercase;
}
.blog-posts .content .the-post.single .blog-content .post-footer .footer-content ul {
  margin-bottom: 0;
  font-size: 13px;
}
.blog-posts .content .the-post.single .blog-content .post-footer .footer-content ul li {
  display: inline-block;
  margin-right: 7px;
}
.blog-posts .content .the-post.single .blog-content .post-footer .footer-content ul li:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .blog-posts .content .the-post.single .blog-content .post-footer .footer-content .tags-block {
    margin-bottom: 28px;
  }
}
.blog-posts .content .the-post.single .blog-content .post-footer .footer-content .tags-block li a:after {
  content: ',';
}
.blog-posts .content .the-post.single .blog-content .post-footer .footer-content .tags-block li:last-child a:after {
  content: none;
}
.blog-posts .content .the-post.single .blog-content .post-footer .footer-content .share-block {
  text-align: right;
}
@media (max-width: 767px) {
  .blog-posts .content .the-post.single .blog-content .post-footer .footer-content .share-block {
    text-align: left;
  }
}
.blog-posts .content .the-post.single .blog-content .post-footer .footer-content .share-block ul {
  margin-left: -3.5px;
}
.blog-posts .content .the-post.single .blog-content .post-footer .footer-content .share-block ul li a {
  padding: 0 3.5px;
}
.blog-posts .content .the-post.single .blog-content .post-footer .footer-content .share-block ul li:first-child {
  text-transform: uppercase;
  font-weight: normal;
}
.blog-posts .content .comments-block {
  /* comments block */
  background: #fafafa;
  margin-bottom: 3em;
}
.blog-posts .content .comments-block .comment-block-title {
  padding: 21px 35px;
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.blog-posts .content .comments-block .comment-list {
  margin: 0;
  padding: 21px 35px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 580px) {
  .blog-posts .content .comments-block .comment-list {
    padding: 21px;
  }
}
.blog-posts .content .comments-block .comment-list .comment .comment-block {
  border-bottom: 1px solid #e6e6e6;
  padding: 42px 0 32px;
  /* extra 10 commes from bootstraps p elements bottom margin */
}
.blog-posts .content .comments-block .comment-list .comment .comment-block .image-block {
  width: 6em;
  float: left;
  margin-right: 2em;
}
@media (max-width: 580px) {
  .blog-posts .content .comments-block .comment-list .comment .comment-block .image-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
}
.blog-posts .content .comments-block .comment-list .comment .comment-block .content-block {
  width: calc(100% - 8em);
  float: left;
}
@media (max-width: 580px) {
  .blog-posts .content .comments-block .comment-list .comment .comment-block .content-block {
    width: 100%;
  }
}
.blog-posts .content .comments-block .comment-list .comment .comment-block .comment-wrapper .comment-meta {
  margin-top: 0;
  margin-bottom: 21px;
  font-weight: normal;
  color: #999999;
  font-size: 13px;
  font-family: 'Source Sans Pro', sans-serif;
}
.blog-posts .content .comments-block .comment-list .comment .comment-block .comment-wrapper .comment-meta .comment-author {
  font-weight: bold;
  color: #333333;
  margin-right: 14px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-size: 14px;
  font-family: kabel, sans-serif;
}
@media (max-width: 580px) {
  .blog-posts .content .comments-block .comment-list .comment .comment-block .comment-wrapper .comment-meta .comment-author {
    display: block;
    margin-bottom: .5em;
  }
}
.blog-posts .content .comments-block .comment-list .comment .comment-block .comment-wrapper .comment-meta span {
  font-weight: bold;
}
.blog-posts .content .comments-block .comment-list .comment .comment-block .comment-wrapper .comment-meta .comment-reply {
  display: inline-block;
  font-weight: bold;
  color: #333333;
  margin-left: 14px;
  font-size: 14px;
}
.blog-posts .content .comments-block .comment-list .comment .comment-block .comment-wrapper .comment-meta .comment-reply:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #333333;
  display: block;
  margin-top: 3.5px;
}
@media (max-width: 768px) {
  .blog-posts .content .comments-block .comment-list .comment .comment-block .comment-wrapper .comment-meta {
    line-height: 1.5;
  }
}
.blog-posts .content .comments-block .comment-list .comment:last-child .comment-block {
  border-bottom: 0;
  border-top: 1px solid #e6e6e6;
}
.blog-posts .content .comments-block .comment-list .comment .reply-block {
  padding-left: 6em;
}
@media (max-width: 767px) {
  .blog-posts .content .comments-block .comment-list .comment .reply-block {
    padding-left: 2em;
  }
}
.blog-posts .content .comments-block .comment-list .comment .reply-block .comment-block {
  border-top: 0;
}
.blog-posts .content .add-comment-block {
  /* add comment block */
  background: #fafafa;
  margin-bottom: 5em;
}
.blog-posts .content .add-comment-block .add-comment-block-title {
  padding: 21px 35px;
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.blog-posts .content .add-comment-block form {
  padding: 42px 35px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.blog-posts .content .add-comment-block form .form-group .form-control {
  border-radius: 0;
  border: 1px solid #e6e6e6;
  box-shadow: none;
  text-shadow: none;
  height: 48px;
}
.blog-posts .content .add-comment-block form .form-group .form-control:focus {
  box-shadow: 0 0 1px #357cad;
}
.blog-posts .content .add-comment-block form .form-group .form-control.message-input {
  height: 12.4em;
  padding: 14px;
}
.blog-posts .content .add-comment-block form .btn {
  color: #ffffff;
}
.blog-posts .sidebar {
  /* sidebar */
}
.blog-posts .sidebar .sidebar-block {
  /* sidebar block */
  margin-top: 3em;
  margin-bottom: 3em;
  background: #fafafa;
  padding: 28px 28px 18px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.blog-posts .sidebar .sidebar-block .block-title {
  /* block title */
  margin: -29px -29px 28px;
  /* 1px added on left right to cover the border */
  padding: 21px 28px;
  border: 1px solid #e6e6e6;
  background: #f5f5f5;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.blog-posts .sidebar .sidebar-block h1,
.blog-posts .sidebar .sidebar-block h2,
.blog-posts .sidebar .sidebar-block h3,
.blog-posts .sidebar .sidebar-block h4,
.blog-posts .sidebar .sidebar-block h5,
.blog-posts .sidebar .sidebar-block h6 {
  color: #333333;
  line-height: 1.5;
  margin: 0;
}
.blog-posts .sidebar .sidebar-block .sidebar-img-block {
  width: 5em;
  height: 5em;
  float: left;
  margin-right: 21px;
}
.blog-posts .sidebar .sidebar-block .sidebar-img-block img {
  border: 1px solid #e6e6e6;
}
.blog-posts .sidebar .sidebar-block .sidebar-content-block {
  width: calc(100% - 91px);
  float: left;
}
.blog-posts .sidebar .sidebar-block .sidebar-content-block a {
  margin-left: 3px;
  margin-right: 3px;
}
.blog-posts .sidebar .sidebar-block ul li {
  margin-bottom: 21px;
  padding-bottom: 21px;
  border-bottom: 1px solid #e6e6e6;
}
.blog-posts .sidebar .sidebar-block ul li h1,
.blog-posts .sidebar .sidebar-block ul li h2,
.blog-posts .sidebar .sidebar-block ul li h3,
.blog-posts .sidebar .sidebar-block ul li h4,
.blog-posts .sidebar .sidebar-block ul li h5,
.blog-posts .sidebar .sidebar-block ul li h6 {
  text-transform: uppercase;
}
.blog-posts .sidebar .sidebar-block ul li h1 a,
.blog-posts .sidebar .sidebar-block ul li h2 a,
.blog-posts .sidebar .sidebar-block ul li h3 a,
.blog-posts .sidebar .sidebar-block ul li h4 a,
.blog-posts .sidebar .sidebar-block ul li h5 a,
.blog-posts .sidebar .sidebar-block ul li h6 a {
  color: #333333;
}
.blog-posts .sidebar .sidebar-block ul li h1 a:hover,
.blog-posts .sidebar .sidebar-block ul li h2 a:hover,
.blog-posts .sidebar .sidebar-block ul li h3 a:hover,
.blog-posts .sidebar .sidebar-block ul li h4 a:hover,
.blog-posts .sidebar .sidebar-block ul li h5 a:hover,
.blog-posts .sidebar .sidebar-block ul li h6 a:hover {
  color: #357cad;
}
.blog-posts .sidebar .sidebar-block ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.blog-posts .sidebar .sidebar-block ul.plain-list li {
  margin-bottom: 21px;
}
.blog-posts .sidebar .sidebar-block ul.plain-list li:last-child {
  margin-bottom: 0;
}
.blog-posts .sidebar .sidebar-block ul.list-with-thumb h5 {
  margin-bottom: 11.5px;
}
@media (max-width: 767px) {
  .blog-posts .sidebar .sidebar-block ul.list-with-thumb h5 {
    font-size: 90%;
  }
}
.blog-posts .sidebar .sidebar-block ul.list-with-thumb h5 a {
  color: #333333;
}
.blog-posts .sidebar .sidebar-block ul.list-with-thumb h5 a:hover {
  color: #357cad;
}
.blog-posts .sidebar .sidebar-block ul.list-with-thumb h5 small {
  text-transform: lowercase;
}
@media (max-width: 767px) {
  .blog-posts .sidebar .sidebar-block ul.list-with-thumb h5 small {
    font-size: 95%;
  }
}
.blog-posts .sidebar .sidebar-block ul.list-with-thumb .comment-author {
  text-transform: uppercase;
}
.blog-posts .sidebar .sidebar-block ul.list-with-thumb p {
  font-size: 12px;
  margin-bottom: 0;
}
.blog-posts .sidebar .sidebar-block ul.list-with-thumb p a {
  color: #333333;
  font-weight: bold;
}
.blog-posts .sidebar .sidebar-block ul.circle-thumb .sidebar-img-block img {
  border-radius: 50%;
}
/**
 * pagination
 */
.pagination-block ul {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 3em;
}
.pagination-block ul li {
  display: inline-block;
  padding: 7px 0;
  margin-right: 3.5px;
}
.pagination-block ul li a {
  color: #333333;
  font-weight: bold;
  padding: 14px 21px;
  background: #fafafa;
  border: 1px solid #e6e6e6;
  transition: .3s;
}
.pagination-block ul li a:hover {
  background: #f5f5f5;
}
.pagination-block ul li.dots {
  background: #fafafa;
  border: 1px solid #e6e6e6;
  padding: 12px 21px;
}
.pagination-block ul li:first-child {
  float: left;
}
.pagination-block ul li:last-child {
  float: right;
}
.pagination-block ul li.active a {
  background: #357cad;
  border-color: #4b8ab5;
  color: #ffffff;
}
.pagination-block ul li.active a:hover {
  background: #4b8ab5;
}
.pagination-block ul li:last-child {
  margin-right: 0;
}
@media (max-width: 480px) {
  .pagination-block ul li {
    /* removing numbered element on small screen except first child and last child */
    display: none;
  }
  .pagination-block ul li:first-child {
    display: inline-block !important;
  }
  .pagination-block ul li:last-child {
    display: inline-block !important;
  }
}
.blog-page {
  /* different style for pagination on blog page */
}
.blog-page .pagination-block ul {
  margin-bottom: 5em;
}
/**
 * STYLING FOR PAGES - (MULTIPAGE PART)
 */
.page-title-block {
  background: rgba(255, 182, 0, 0.8);
  padding: 9em 0;
  text-align: center;
  color: #ffffff;
  position: relative;
}
.page-title-block:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*PUT YOUR IMAGE HERE// CHANGE THE VALUE INSIDE url( ) */
  background: url(http://placehold.it/1920x416) no-repeat center;
  /* IMAGE SIZE SHOULD BE  1920x416*/
  background-size: cover;
  z-index: -1;
}
.page-title-block .heading-wrapper h2 {
  margin-top: 0;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #ffffff;
}
.page-title-block .heading-wrapper h5 {
  margin-bottom: 0;
  margin-top: 0;
  color: #ffffff;
}
.page-title-block.team-page {
  /* changing banner for different page */
  /* TEAM PAGE */
}
.page-title-block.team-page:after {
  /*PUT YOUR IMAGE HERE// CHANGE THE VALUE INSIDE url( ) */
  background-image: url(http://placehold.it/1920x416);
  /* IMAGE SIZE SHOULD BE 1920X416 */
}
.page-title-block.about-page {
  /* ABOUT PAGE */
}
.page-title-block.about-page:after {
  /*PUT YOUR IMAGE HERE// CHANGE THE VALUE INSIDE url( ) */
  background-image: url(http://placehold.it/1920x416);
  /* IMAGE SIZE SHOULD BE 1920X416 */
}
.page-title-block.price-page {
  /* PRICE PAGE */
}
.page-title-block.price-page:after {
  /*PUT YOUR IMAGE HERE// CHANGE THE VALUE INSIDE url( ) */
  background-image: url(http://placehold.it/1920x416);
  /* IMAGE SIZE SHOULD BE 1920X416 */
}
.page-title-block.portfolio-page {
  /* PORTFOLIO PAGE */
}
.page-title-block.portfolio-page:after {
  /*PUT YOUR IMAGE HERE// CHANGE THE VALUE INSIDE url( ) */
  background-image: url(http://placehold.it/1920x416);
  /* IMAGE SIZE SHOULD BE 1920X416 */
}
.page-title-block.service-page {
  /* SERVICE PAGE */
}
.page-title-block.service-page:after {
  /*PUT YOUR IMAGE HERE// CHANGE THE VALUE INSIDE url( ) */
  background-image: url(http://placehold.it/1920x416);
  /* IMAGE SIZE SHOULD BE 1920X416 */
}
.page-title-block.blog-page {
  /* BLOG PAGE */
}
.page-title-block.blog-page:after {
  /*PUT YOUR IMAGE HERE// CHANGE THE VALUE INSIDE url( ) */
  background-image: url(http://placehold.it/1920x416);
  /* IMAGE SIZE SHOULD BE 1920X416 */
}
.page-title-block.post-page {
  /* POST PAGE */
}
.page-title-block.post-page:after {
  /*PUT YOUR IMAGE HERE// CHANGE THE VALUE INSIDE url( ) */
  background-image: url(http://placehold.it/1920x416);
  /* IMAGE SIZE SHOULD BE 1920X416 */
}
.page-title-block.contact-page {
  /* CONTACT PAGE */
}
.page-title-block.contact-page:after {
  /*PUT YOUR IMAGE HERE// CHANGE THE VALUE INSIDE url( ) */
  background-image: url(http://placehold.it/1920x416);
  /* IMAGE SIZE SHOULD BE 1920X416 */
}
/**
 * CONTACT PAGE
 */
/* this contact form style shares the style with the index page's contact form */
@media (max-width: 1199px) {
  .contact-form {
    margin-top: 28px;
  }
}
.contact-form h5 {
  margin-top: 31px;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.contact-form .form-message p {
  margin-bottom: 14px;
}
.contact-form .form-message p.success {
  background: #357cad;
  color: #ffffff;
  padding: .8em;
}
.contact-form .form-message p.error {
  background: red;
  color: #ffffff;
  padding: .8em;
}
.contact-form .form-control {
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  height: 48px;
  padding-left: 14px;
  border-color: #e6e6e6;
}
.contact-form .form-content .name-field {
  padding-right: 7px;
}
@media (max-width: 991px) {
  .contact-form .form-content .name-field {
    padding-right: 15px;
  }
}
.contact-form .form-content .email-field {
  padding-left: 7px;
}
@media (max-width: 991px) {
  .contact-form .form-content .email-field {
    padding-left: 15px;
  }
}
.contact-form .form-content .message-field textarea {
  height: 8em;
  padding-top: 14px;
}
.contact-form .form-content .btn {
  color: #ffffff;
}
.address {
  /* ADDRESS BLOCK */
}
@media (max-width: 991px) {
  .address {
    margin-top: 28px;
  }
}
.address h5 {
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 28px;
}
.address .email-link {
  /* email link */
  margin-bottom: 14px;
}
.address .email-link span {
  margin-right: 14px;
}
.address .email-link a {
  color: #333333;
}
.address .email-link a:nth-of-type(2) {
  margin-left: 29px;
}
.address .phone-call {
  /* phone call */
}
.address .phone-call span {
  margin-right: 14px;
}
.address .phone-call a {
  color: #333333;
}
.address .phone-call a:nth-of-type(2) {
  margin-left: 29px;
}
.google-maps-block {
  /* google map block */
  margin-top: 6em;
}
.google-maps-block .map {
  height: 400px;
  background: #fafafa;
}
/**
 * PORTFOLIO PAGE STYLE
 */
.portfolio-page .pagination-block ul {
  margin-bottom: 0;
}
/**
 * ABOUT PAGE
 */
.about-intro {
  padding-bottom: 0;
  /* content blcok */
}
@media (max-width: 767px) {
  .about-intro .content-block .content-wrapper {
    padding: 0 3em;
  }
}
@media (max-width: 480px) {
  .about-intro .content-block .content-wrapper {
    padding: 0 1.5em;
  }
}
@media (min-width: 768px) {
  .about-intro .content-block .block-top-title {
    margin-top: 5em;
  }
}
.about-intro .content-block .block-top-title p {
  font-size: 18px;
  line-height: 1.5;
}
.about-intro .image-block {
  /* image block */
  height: 420px;
}
.about-intro .image-block img {
  width: 300px;
  margin-left: 6em;
}
@media (max-width: 767px) {
  .about-intro .image-block img {
    margin: auto;
  }
}
/**
 * TAB STYLE
 */
.tab-section {
  padding-bottom: calc(8em - 48px);
}
.tab-block {
  margin-bottom: 48px;
}
.tab-block .nav-tabs {
  /* nav tabs */
}
.tab-block .nav-tabs li {
  width: 25%;
  float: left;
}
.tab-block .nav-tabs li a {
  text-align: center;
  font-family: kabel, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 2px;
  transition: .3s;
  margin: 0;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-radius: 0;
}
.tab-block .nav-tabs li:first-child {
  border-left: 1px solid #e6e6e6;
}
.tab-block .nav-tabs li.active a {
  border-left: none;
}
.tab-block .tab-content {
  /* tab content */
}
.tab-block .tab-content .tab-content-wrap {
  padding: 14px 28px;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.tab-block .tab-content h2 {
  margin-bottom: 28px;
}
.tab-block.tab-style-1 {
  /* tab style 1 */
}
.tab-block.tab-style-1 .nav-tabs li a {
  color: #333333;
}
.tab-block.tab-style-1 .nav-tabs li a:hover {
  color: #357cad;
}
.tab-block.tab-style-1 .nav-tabs li:not(.active) a {
  background: #fafafa;
  border-bottom-color: #e6e6e6;
}
.tab-block.tab-style-2 {
  /* tab style 2 */
}
.tab-block.tab-style-2 .nav-tabs li a {
  background: #fafafa;
  color: #333333;
}
.tab-block.tab-style-2 .nav-tabs li a:hover {
  color: #357cad;
}
.tab-block.tab-style-2 .nav-tabs li:not(.active) a {
  background: #f5f5f5;
  border-bottom-color: #e6e6e6;
}
.tab-block.tab-style-2 .tab-content {
  background: #fafafa;
}
/**
 * ACCORDION
 */
.accordion-block .panel {
  /* panel */
  border-radius: 0;
  border-color: #e6e6e6;
}
.accordion-block .panel-default {
  /* panel default */
}
.accordion-block .panel-default .panel-heading {
  border-radius: 0;
  padding: 0;
}
.accordion-block .panel-default .panel-heading a {
  padding: 21px;
  display: block;
}
.accordion-block .panel-default .panel-heading a:hover {
  color: #357cad;
}
.accordion-block .panel-default .panel-heading a:focus {
  text-decoration: none;
  color: #357cad;
}
.accordion-block .panel-default .panel-body {
  padding: 28px;
}
.accordion-block.accordion-style-1 {
  /* accordion style 1 */
}
.accordion-block.accordion-style-1 .panel-heading {
  background: #fafafa;
}
.accordion-block.accordion-style-2 {
  /* accordion style 2 */
}
.accordion-block.accordion-style-2 .panel-heading {
  background: #f5f5f5;
  color: #0d0d0d;
}
.accordion-block.accordion-style-2 .panel-body {
  background: #fafafa;
}
/**
 * TYPOGRAPHY 
 */
.typography-page .content-block {
  margin-bottom: 5em;
}
.typography-page .block-top-title {
  margin-bottom: 1em;
}
.typography-page .heading-block h1,
.typography-page .heading-block h2,
.typography-page .heading-block h3,
.typography-page .heading-block h4,
.typography-page .heading-block h5,
.typography-page .heading-block h6 {
  margin-bottom: 35px;
}
/* heading section */
.heading-section {
  padding-bottom: 2em;
}
/* column section */
.column-section {
  padding-bottom: 2em;
  border-top: 1px solid #e6e6e6;
}

/* spritesheet */
.teamviewer {
   background: url('../img/spritesheet.png') no-repeat -330px -298px;
   width: 204px;
   height: 48px;
}
.feature-1 {
   background: url('../img/spritesheet.png') no-repeat -298px -401px;
   width: 297px;
   height: 297px;
}
.feature-2 {
   background: url('../img/spritesheet.png') no-repeat -330px -0px;
   width: 297px;
   height: 297px;
}
.feature-3 {
   background: url('../img/spritesheet.png') no-repeat -0px -401px;
   width: 297px;
   height: 297px;
}

.font-blue {
  color: #357cad;
}

/* quotations */

.quotation-mark{
    
    margin-top: 80px;
    font-weight: bold;
    font-size:100px;
    color:white;
    font-family: "Times New Roman", Georgia, Serif;
    
}

.quote-text{
    
    margin-top: 0px;
}

blockquote{
    border-left:none;
	font-size:14px;
}

.u-textInheritColor {
  color: #fff !important;
}


.emailaddress {
  display: none;
}