body {
    font-family: 'Open Sans', sans-serif;
}

video { 
    z-index: -100;
  transition: 1s opacity;
    opacity: 0.7;
    background-size: cover;
    background-position: center;
}

#video-header {
    height: 100vh;
    width: 100%;
    position: relative;
    display: table;
       background: #fff;
    overflow: hidden;
}

#video-container {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    overflow: hidden;
     width: 100%;
    height: 100%;
 
}

#what-we-do {
    padding: 90px 0 70px 0;
    background-color: #fefefe;
}

#what-we-do p {
    text-align: center;
    margin-top: 15px;
}

#what-we-do h2 {
    text-align: center;
}


.text-container {
  display: table;
  width: 100%;
    position: relative;
  height: 100%;
color: #fefefe;
}

.text-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
    text-align: center;
  vertical-align: middle;
}


h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
}
#services {
    background-color: #ff7200;
    padding: 90px 0 70px 0;
    text-align: center;
    color: #fefefe;
}

#services h2 {
    text-align: center;
    color: #fefefe;
    margin-bottom: 30px;
}

#tcsandcs {
    background-color: #111;
    padding: 90px 0 70px 0;
    color: #fefefe;
}

#tcsandcs h3 {
    margin: 15px 0;
    color: #ff7200;
}

#tcsandcs h4 {
    color: #ff7200;
}

#tcsandcs h2 {
    color: #ff7200;
    margin-bottom: 30px;
}


.nav-link {
    text-transform: uppercase;
}

.service-outer {
    margin-top: 30px;
    background-color: #fefefe;
    padding: 60px 0;
    box-shadow: 0px 0px 20px #1f1f1f;
}

.icon-background {
    color: #fefefe;
    text-shadow: 5px 10px 20px rgba(0, 0, 0, 0.4);
}

.logo-brand {
    display: none;
    height: 60px;
}

.circle-icon2 {
    background: #ffc0c0;
    padding:30px;
    border-radius: 50%;
}

.fa-bed {
    color: #ff7200;
}
.fa-car {
    color: #ff7200;
}
.fa-building {
    color: #ff7200;
}

.fa-motorcycle {
    color: #ff7200;
}

.fa-mobile {
    color: #ff7200;
}

.service-item {
    margin-bottom: 60px;
} 

#services h3 {
    margin: 15px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.16em;
}


.circle-icon {
    background: #ffc0c0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 30px;
}

.fa-stack {
    font-size: 72px;
}

#core-values {
    text-align: center;
    padding: 90px 0 70px 0;
    background-color: #f1f1f1;
}

#core-values h2 {
    margin-bottom: 30px;
}

#contact-us {
   padding: 90px 0 0px 0;
    background-color: #1f1f1f;
}

#contact-us h2 {
    text-align: center;
    color: #fefefe;
}

.wpcf7-form .form-field {
  position: relative;
  margin: 32px 0;
}
.wpcf7-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 2px 0;
  border-color: #ff7200;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
background-color: transparent;
    color: #fefefe;
}
.wpcf7-form .input-text:focus {
  outline: none;
}
.wpcf7-form .input-text:focus + .label, .wpcf7-form .input-text.not-empty + .label {
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
}
.wpcf7-form .label {
  position: absolute;
  left: 20px;
  bottom: 18px;
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
  color: #888;
  cursor: text;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
.wpcf7-form .submit-btn {
  display: inline-block;
  background-color: #ff7200;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
}

.note {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-family: Lusitana, serif;
  font-size: 16px;
  line-height: 21px;
}
.note .link {
  color: #888;
  text-decoration: none;
}
.note .link:hover {
  text-decoration: underline;
}

#map {
        height: 300px;
        width: 100%;
       }

.contact-detail {
    color: #f1f1f1;
}

.contact-detail a {
    color: #fff;
}

.contact-block {
    text-align: center;
    margin: 60px 0;
}

#contact-us .fa {
    color: #ff7200;
    display: block;
    text-align: center;
    font-size: 3.68em;
}

.site-info {
    padding-top: 30px;
    padding-bottom: 10px;
    background-color: #1f1f1f;
    color: #fefefe;
    font-size: 0.8em
}

.site-info .bsit-icon {
    display: inline-block;
    background-image: url(../images/bsit_logo.png);
    height: 15px;
    width: 15px;
    background-size: cover;
    vertical-align: middle;
}

.site-info a {
    color: #fefefe;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 0.8em;
    font-weight: 600;
}

.mouse {
  background: #ff7200 linear-gradient(#ff7200 0%, #ff7200 50%, #000000 50%, #000000 100%);
  position: relative;
  width: 52px;
  height: 88px;
  background-size: 100% 100%;
    z-index: 999;
  border-radius: 100px;
  background-size: 225%;
  animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
    position: absolute;
    left: 49.8%;
}

@media(max-width: 768px) {
    .mouse {
        left: 45%;
    }
}

.mouse:before, .mouse:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.mouse:before {
  width: 46px;
  height: 82px;
  background-color: #222a30;
  border-radius: 100px;
}
.mouse:after {
  background-color: #ff7200;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  animation: trackBallSlide 5s linear infinite;
}

@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%, 100% {
    background-color: #ffffff;
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  6% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  15%, 19% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  28%, 29.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  36% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  45%, 49% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  58%, 59.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  60% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  75%, 79% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  88%, 100% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
}
@keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(8px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(8px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes nudgeText {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(2px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(2px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes colorText {
  21% {
    color: #4e5559;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #4e5559;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #4e5559;
  }
  90% {
    color: #ffffff;
  }
}


.fa-facebook {
    font-size: 18px;
    transition: 0.5s;
    margin-right: 15px;
}

.fa-facebook:hover {
    color: #ff7200;
    transition: 0.5s;
}

.fa-linkedin {
    font-size: 18px;
    transition: 0.5s;
    margin-right: 15px;
}

.fa-linkedin:hover {
    color: #ff7200;
    transition: 0.5s;
}

.fa-instagram {
    font-size: 18px;
    transition: 0.5s;
}

.fa-instagram:hover {
    color: #ff7200;
    transition: 0.5s;
}

.mobile-menu {
    display: none;
}

@media(max-width:767px) {
    .desktop-menu {
        display: none;
    }
     .mobile-menu {
        display: block;
    }
}

div.wpcf7-validation-errors {
    border: 2px solid #ff7200; 
    color: #ffffff;
}

div.wpcf7-mail-sent-ng {
    color: #ffffff;
}

div.wpcf7-mail-sent-ok {
   color: #ffffff; 
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #ff7200;
}

   /*pace*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
 
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #ff7200;
  position: fixed;
  z-index: 99999;
  top: 50%;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  z-index: 9999999;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 99999;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #ff7200;
  border-left-color: #ff7200;
  border-radius: 10px;
  z-index: 9999999;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}
body.pace-running{
  height: 100%;
  overflow: hidden;
}
.pace-running #layer-main-wrap{
  position: relative;
}
.pace-running #layer-main-wrap:before{
  background:#000;
  position: absolute;
  height: 100%;
  width:100%;
  display: block;
  content: "";
  z-index: 9999;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition:all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.pace-done #layer-main-wrap:before{   
  background: transparent;
  position: absolute;
  height: 100%;
  width:100%;
  display: block;
  content: "";
  z-index: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition:all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}


.error-404 {
    background-color: #ff7200;
    color: #fefefe;
    height: 100vh;
    width: 100%;
    text-align: center;
    display: table;
} 

.error-404 .error-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.error-404 .page-content {
    margin-top: 30px;
   
 
}

.error-btn {
    padding: 10px 30px;
    background-color: #1f1f1f;
    border: 1px white;
    letter-spacing: 2px;
    position: relative;
    z-index:600;
    font-weight: 600;
    border-style: solid;
    text-transform: uppercase;
    color: #fefefe;
    transition: 1s;
}

.error-btn:hover {
    background-color: #fefefe;
    border: 1px #1f1f1f;
    color: #ff7200;
    text-decoration: none;
}

#single-page-header {
    padding: 90px 0;
    text-align: center;
    background-color: #ff7200;
    color: #fefefe;
}

.banner-sec {
    padding: 90px 0;
    background-color: #111;
    z-index: 1030;
}

.sidebar-news {
    padding: 30px;
    background-color: #1e1e1e;
    box-shadow: 0px 0px 15px rgba(31,31,31, 0.6);
    color: #fefefe;
        z-index: 1030;
}

.sidebar-news h2 {
    color: #fefefe;
    font-size: 1.28em;
}

.sidebar-news .search-field {
    background-color: transparent;
    border: 1px;
    border-style: solid;
    border-color: #ff7200;
    padding: 10px;
    color: #fefefe;
}

.sidebar-news  a {
    color: #868e96;
}

.title-small {
    font-size: 18px;
    
}

.title-small a {
    color: #ff7200;
}

.sidebar-news .search-submit {
    background-color: #ff7200;
    border: 0px;
    font-weight: 400;
    color: #fefefe;
    cursor: pointer;
    padding: 11px;
        z-index: 1030;
}

.news-article {
    background-color: #40bde8;
    padding: 20px;
    text-align: center;
    margin-bottom: 15px;
}

.single-article {
    background-color: #f1f1f1;
    padding: 90px 0;
}

.tag-cloud-link {
  font-size: 18px;
  letter-spacing: 2px;
    display: inline;
  text-transform: uppercase;
  text-align: center;
  width: 270px;
  font-weight: bold;
  padding: 14px 10px;
  border: 1px solid #fefefe;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.tag-cloud-link:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: #fefefe;
  z-index: -1;
}
.tag-cloud-link:hover:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}
.tag-cloud-link:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.tagcloud {
    margin-top: 20px;
}

#tag_cloud-2 {
    padding-bottom: 30px;
}

.article-container {
    background-color: #fefefe;
    box-shadow: 0px 0px 15px rgba(31,31,31, 0.6);
    padding: 30px;
}

.author-info {
    color: #fefefe;
}

.article-img {
    margin-bottom: 30px;
}

.card-news {
    background-color: #1f1f1f;
    padding: 30px;
        z-index: 1030;
}

.text-time {
    color: #fefefe;
}

.badge-news {
    background-color: #ff7200;
}