@import url('//fonts.googleapis.com/css?family=Raleway');
/*///////////////////////////////////////////////////////////////
Global
///////////////////////////////////////////////////////////////*/

body {
  background: #b1b1b7;
}

h1 {
  font-family: 'Raleway', serif;
  font-size: 40px;
  text-align: left;
  color: #f8f8f9;
}

h2 {
  font-family: 'Raleway', serif;
  font-size: 24pt;
  text-align: left;
  color: #f8f8f9;
}

.darkColor {
  color: #373537;
}

p {
  display: block;
  font-size: 13pt;
  font-weight: 400;
}

.clientText {
  display: block;
  font-size: 22pt;
  text-align: left;
  font-weight: 200;
  color: #757575;
  padding-bottom: 15px;
}

.btn {
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  display: inline-block;
  white-space: nowrap;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
  font-size: 16px;
  background: #3498db;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  cursor: pointer;
  margin-top: 9px;
  font-weight: 100;
}

.aligner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.aligner-item--top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.aligner-item--bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.noBorder {
  border: none !important;
}

.borderBottom {
  border-bottom: 5px solid #757575;
}
.borderTop {
  border-top: 5px solid #757575;
}
.bg-white {
  background: #fff;
}

.bg-dark {
  background: #757575 !important;
}

/*///////////////////////////////////////////////////////////////
Header & Menu
///////////////////////////////////////////////////////////////*/

header#masthead {
  box-shadow: 0 0 2px -1px #333;
  margin-bottom: 0;
  background-color: #58585a;
}

.navbar-nav>li>a {
  color: #25aae1;
  font-weight: 600;
  font-size: 12pt;
  padding: 0.8rem;
  position: relative;
  width: 100%;
  background-color: none;
  z-index: 10000000 !important;
}

.navbar-nav>li.btnSmallnav>a {
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  display: inline-block;
  white-space: nowrap;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
  font-size: 16px;
  background: #3498db;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  margin-left: 10px;
  cursor: pointer;
  margin-top: 9px;
  font-weight: 100;
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #333;
  border: 1px solid #777;
  border-radius: .25rem;
}

.navbar-toggler .fa-bars {
  color: #777;
}

.dropdown-menu {
  background: #eee;
  border-radius: 0px !important;
  box-shadow: 0px 0px 12px -4px #000;
  -moz-box-shadow: 0px 0px 12px -4px #000;
  -webkit-box-shadow: 0px 0px 12px -4px #000;
}

.navbar-nav .dropdown-menu>.dropdown-menu {
  display: block;
  position: relative;
  box-shadow: unset;
  -moz-box-shadow: unset;
  -webkit-box-shadow: unset;
  border: none;
  margin-left: 0px;
}

.navbar-nav .dropdown-menu>.dropdown-menu>a {
  padding-left: 40px;
}

.menu-item-has-children a {
  font-weight: bold;
  color: #58585a;
}

.dropdown-menu>.dropdown-menu a {
  font-weight: normal;
  color: #58585a;
}

.dropdown-item.active,
.dropdown-item:active {
  background: #ddd;
}

/*///////////////////////////////////////////////////////////////
Home Banner
///////////////////////////////////////////////////////////////*/

.mobileBanner {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -386px;
}

/*///////////////////////////////////////////////////////////////
Footer
///////////////////////////////////////////////////////////////*/

.site-footer {
  background: #58585a;
  color: #eee;
  padding: 1.250rem 0;
}

.site-footer .col-md-auto {
  border-right: solid 1px #ccc;
}

.site-footer a {
  color: #fff;
}

/*///////////////////////////////////////////////////////////////
infoBar
///////////////////////////////////////////////////////////////*/

.infoBar {
  width: 100%;
  background-color: #757575;
  min-height: 160px;
}

.infoBar p {
  font-size: 14px;
}

.infoBar .btn {
  position: absolute;
  right: 30px;
  bottom: 10px;
}

.total-3,
.total-4 {
  padding-bottom: 50px !important;
}

.total-3.bar-0,
.total-4.bar-0 {
  color: #eee;
  background-color: #767476;
  min-height: 160px;
}

.total-4.bar-2 {
  color: #eee;
  background-color: #6a6a6a;
  min-height: 160px;
}

.total-3.bar-1,
.total-4.bar-1 {
  color: #eee;
  background-color: #59575b;
  min-height: 160px;
}

.total-3.bar-2,
.total-4.bar-3 {
  color: #eee;
  background-color: #373537;
  min-height: 160px;
}

/*///////////////////////////////////////////////////////////////
featured
///////////////////////////////////////////////////////////////*/

.featured {
  width: 100%;
  background-color: #b1b1b7;
}

.featured img {
  width: 100%;
  height: auto;
}

.featureClientBar {
  width: 100%;
  background-color: #757575;
}

.featureClientBar .btn {
  padding: 3px 5px;
  font-size: 14px;
  margin-top: 0px;
}

.featureClientBar p {
  color: #eee;
  font-size: 14px;
}

.featureClientBar img {
  margin-right: 10px;
  width: 100%;
}

.featureClientBar .clientImage {
  padding: 0px;
}



/*///////////////////////////////////////////////////////////////
Client Gallery
///////////////////////////////////////////////////////////////*/

.clientGallery img {
  max-width: 100%;
}

.clientGallery {
  background: #fff;
}

/*///////////////////////////////////////////////////////////////
content slider
///////////////////////////////////////////////////////////////*/

.carousel-control-next,
.carousel-control-prev {
  top: 50%;
}

body.page-template-page-content .carousel.slide .carousel-control-prev {
  position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 1;
    margin-top: 0px;
    height: unset;
    font-size: 90px;

}

body.page-template-page-content .carousel.slide .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 1;
  margin-bottom: 0px;
  height: unset;
  font-size: 90px;
}


/*///////////////////////////////////////////////////////////////
Our Work
///////////////////////////////////////////////////////////////*/

.ourWork .thumbnail {
  position: relative;
}

.ourWork .thumbnail img {
  width: 100%;
  height: auto;
}

.ourWork .thumbnail .fa {
  display: none;
  position: absolute;
  font-size: 40px;
  color: #fff;
  text-shadow: #000 5px 5px 14px;
  top: 50%;
  left: 50%;
  margin-left: -29px;
  margin-top: -36px;
}

.ourWork .thumbnail:hover .fa {
  display: block;
  height: 60px;
  width: 60px;
  padding: 8px 11px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.ourWork .modal-content {
  background: none;
  border: none;
}

.modal-backdrop.show {
  opacity: .8;
}

.ourWork .modal-content button.close {
  position: absolute;
  right: -29px;
  z-index: 10000;
  color: #000;
  background: #fff;
  border-radius: 20px;
  width: 30px;
  height: 30px;
}

.ourWork .modal-content button.close span {
  margin-top: -14px;
  margin-left: -8px;
  position: absolute;
}


/* ========================================
   ============ VideoJs===========
   ======================================== */
/*Fix play button */
.vjs-default-skin .vjs-big-play-button {
  font-size: 3em !important;
  line-height: 3em !important;
  height: 3em !important;
  width: 3em !important;
  border: 0.06666em solid #fff !important;
  border-radius: 50% !important;
  left: 50% !important;
  top: 50% !important;
  margin-left: -1.5em !important;
  margin-top: -1.5em !important;
}


/*///////////////////////////////////////////////////////////////
Contact
///////////////////////////////////////////////////////////////*/


body.page-template-page-contact .gform_body [class^="col-"] ul {
  padding-left: 0px;

}

.contact img {
  width: 100%;
}

body.page-template-page-contact .gform_body  input[type=text],
body.page-template-page-contact .gform_body select,
body.page-template-page-contact .gform_body  textarea {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  margin-top: 15px;
}

body.page-template-page-contact .gform_body textarea {
  max-height: 132px;
}

body.page-template-page-contact .gform_footer .gform_button.button {
  border-radius: 8px;
  display: inline-block;
  white-space: nowrap;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
  font-size: 16px;
  background: #3498db;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  cursor: pointer;
  margin-top: 9px;
  font-weight: 100;
  float:right;
  border: none;
}

body.page-template-page-contact .gform_body .gfield_label  {
  color: #767476;
  font-weight: bold;
}


