.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
*:first-child + html .clearfix {
  zoom: 1;
}

/*.copyright {
  background-color: transparent;
  background: rgba(0,0,0,0.8);
}
.copyright p {
  color: #fff;
}*/

.header {
  background: rgba(0,0,0,0.8);
}
.header .navbar {
  margin-bottom: 0px;
}
.header .navbar-header {
  margin-top: 7px;
}
.header .navbar-default {
  background-color: transparent;
  border-color: transparent;
  height: 60px;
}
.header .navbar-brand {
  height: auto;
  line-height: normal;
  padding: 0px;
}
.header .nav > li {
  margin-right: 30px;
}
.header .nav > li:last-child {
  margin-right: 0px;
}
.header .nav > li > a {
  padding: 0px;
  line-height: 60px;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
}
.header .nav > li > a > .fa {
  margin-right: 5px;
}
.header .nav > li > a:hover,
.header .nav > li.active > a {
  color: #fff !important;
  opacity: .65 !important;
}
.header .nav > li.active > a {
  font-weight: 600;
  background-color: transparent !important;
}
.header .nav {
  height: 60px;
}
.header .nav .langs > ul {
  margin-left: 0px;
}
.header .nav .langs > ul > li {
  float: left;
  margin-right: 5px;
  color: #fff;
  line-height: 57px;
}
.header .nav .langs > ul > li img {
  width: 32px;
}
.header .nav .langs > ul > li:last-child {
  margin-right: 0px;
}

.home-slider-wrap .tp-leftarrow.preview4:after {
  font-family: 'FontAwesome';
  content: "\f104";
}
.home-slider-wrap .tp-rightarrow.preview4:after {
  font-family: 'FontAwesome';
  content: "\f105";
}

#container .tp-bullets.preview4 .bullet {
  background: none !important;
  border: 1px solid rgb(31, 31, 31) !important;
  margin-right: 10px !important;
  width: 9px !important;
  height: 9px !important;
}
#container .tp-bullets.preview4 .bullet:hover, #container .tp-bullets.preview4 .bullet.selected {
  background: none !important;
  border: 2px solid #555 !important;
}
#container .tp-bullets.preview4 .bullet:hover, #container .tp-bullets.preview4 .bullet.selected {
  width: 7px !important;
  height: 7px !important;
}

#container .v-rev-slider {
  /*height: 400px !important;*/
  /*max-height: 400px !important; */
  max-height: none !important; 
}

.testimonial.testimonial-thumb-side .excerpt {
  color: #fff;
}

.v-clients-widget-v2 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  height: 273px;
  display: flex;
  align-items: center;
}

.v-full-width-text:after {
  bottom: -16px !important;
  width: 30px !important;
  height: 30px !important;
}


footer {
  border-top-width: 0px !important;
  background: none !important;
}
.footer_skin {
  padding: 0;
}
.footer_skin .footer_main {
  /*background-color: #32363d;*/
  background: rgba(0,0,0,0.8);
  border-top: solid 2px #5291da;
}
.footer_skin .footer_sec {
  background-color: #464e57;
}
.footer_skin .footer_sec p {
  margin-bottom: 0px;
  color: #7b8ea4;
  font-size: 12px;
  line-height: 24px;
}
.footer_skin .t_section {
  padding-top: 33px;
  padding-bottom: 29px;
  border-bottom: solid 1px #464e57;
}
.footer_skin .t_section ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.footer_skin .t_section ul li {
  float: left;
  list-style: none;
  color: #cccccc;
  margin-right: 6px;
  line-height: 66px;
}
.footer_skin .t_section ul li:last-child {
  margin-right: 0px;
}
.footer_skin .t_section ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  line-height: 26px;
  text-decoration: none !important;
}
.footer_skin .t_section ul li a:hover, .footer_skin .t_section ul li a.active {
  color: #fff;
}
.footer_skin .t_section ul li span {
  line-height: 26px;
}

.footer_skin .b_section {
  padding-bottom: 45px;
  margin-top: 20px;
}
.footer_skin .b_section .row > div > ul:not(.selectboxit-options) {
  padding-left: 0px;
  margin-bottom: 0px;
}
.footer_skin .b_section .row > div > ul:not(.selectboxit-options) > li {
  color: #fff;
  margin-bottom: 15px;
  list-style: none;
}
.footer_skin .b_section .row > div > ul:not(.selectboxit-options) > li:before {
  content: "• ";
  color: #4877b0;
}
.footer_skin .none_dott:before {
  content: "";
  display: none;
}
.footer_skin .b_section .row > div > ul:not(.selectboxit-options) > li:hover:before {
  color: #fff;
}
.footer_skin .b_section .row > div > ul:not(.selectboxit-options) > li:first-child {
  margin-bottom: 23px;
}
.footer_skin .b_section .row > div > ul:not(.selectboxit-options) > li:first-child:before {
  content: " ";
}
.footer_skin .b_section .row > div > ul:not(.selectboxit-options) > li:last-child {
  margin-bottom: 0px;
}
.footer_skin .b_section .row > div > ul:not(.selectboxit-options) > li > p {
  margin-bottom: 0px;
  color: #fff;
  font-weight: 600;
}
.footer_skin .b_section .row > div > ul:not(.selectboxit-options) > li > a {
  color: #fff;
  font-size: 14px;
  text-decoration: none !important;
  font-weight: 200;
}
.footer_skin .b_section .row > div > ul:not(.selectboxit-options) > li > a span {
  margin-right: 5px;
}

.chosen-container {
  width: auto !important;
}
.chosen-container-single .chosen-single {
  background: none !important;
  background-color: transparent !important;
  border-radius: 0px !important;
  color: #ccc !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  height: auto !important;
  box-shadow: none !important;
  border: 1px solid #ccc !important;
}
.chosen-container-single .chosen-single div b {
  background: url(chosen-sprite.png) no-repeat 0px 8px;
}

#back-to-top {
  width: 40px;
  height: 40px;
  opacity: .3 !important;
  border-radius: 50%;
  background: url(../img/icon_top.png) no-repeat;
}
#back-to-top .fa {
  display: none;
}

.v-bg-stylish-v4.v-full-width-text.none_arrow:after {
  display: none;
}

.fullwidthbanner-container.home_slider_wr {
  background-color: #fff;
}
.home_top_slick_slider .slick-list {
  height: auto !important;
}
.home_top_slick_slider .slick-slide img {
  width: 100%;
}
.home_top_slick_slider .slick-prev,
.home_top_slick_slider .slick-next {
  width: 30px;
  height: 100px;
  background-color: rgba(0, 0, 0, .4);
  z-index: 100;
}
.home_top_slick_slider .slick-prev {
  left: 0px;
}
.home_top_slick_slider .slick-next {
  right: 0px;
}
.home_top_slick_slider .slick-track,
.home_top_slick_slider .slick-list {
-webkit-perspective: 2000;
-webkit-backface-visibility: hidden;
}


@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .home_top_slick_slider .slick-prev,
  .home_top_slick_slider .slick-next {
    height: 60px;
  }
  .header .nav .langs > ul {
    margin-top: -13px;
  }
  .header .nav {
    height: auto;
    margin: 0;
    margin-top: 10px;
  }
  .header .navbar-default .navbar-collapse,
  .header .navbar-default .navbar-form {
    background: rgba(0,0,0,0.8);
    border: none;
    /*margin: 0;
    padding: 0;*/
  }
  .header .navbar-default {
    border: none;
  }
  .header .navbar-brand {
    width: 60px;
    margin-top: 10px;
    margin-left: 10px;
  }
  .header .nav > li > a {
    line-height: normal;
  }
  .header .nav > li {
    margin-bottom: 10px;
  }

  .footer_skin .b_section .row > div {
    float: none;
    width: 100%;
    margin-bottom: 0px;
  }
  .footer_skin .b_section .row > div > ul:not(.selectboxit-options) > li > p {
    display: none;
  }

  .footer_sec .row > div {
    margin-bottom: 0px;
  }
  .footer_sec .row > div p {
    padding: 10px 0;
  }

}
 