/*
 * © Bugaev Ivan
 * This code is protected by copyright.
*/

/* Main screen */

.biv-slider-content {
  padding: 0px 15px 0px 15px;
}
.biv-main-screen {
  padding: 120px 0px 120px 45px;
}
.biv-main-screen-block {
  background-color: #464646;
  box-shadow: 0px 0px 5px #717171;
  margin-bottom: 30px;
  padding: 30px;
}
.biv-main-screen-title {
  margin-bottom: 20px;
}
.biv-main-screen-title h1 {
  margin: 0px;
  padding: 0px;
  font-size: 38px;
  line-height: 46px;
  font-weight: 700;
  color: #fff;
}
.biv-main-screen-line {
  width: 100%;
  height: 5px;
  margin-bottom: 15px;
}
.biv-main-screen-line::before {
  display: block;
  content: " ";
  background: #238bfa;
  background: -moz-linear-gradient(45deg, #01edc9 0%, #238bfa 100%);
  background: -webkit-linear-gradient(45deg, #01edc9 0%,#238bfa 100%);
  background: linear-gradient(45deg, #01edc9 0%,#238bfa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01edc9', endColorstr='#238bfa',GradientType=1 );
  width: 100%;
  height: 5px;
}
.biv-main-screen-desc {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  color: #fff;
}
.biv-main-screen-btn span {
  display: block;
  background-color: #238bfa;
  color: #fff;
  padding: 15px 30px 15px 30px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 9;
  transition: 0.3s linear;
  box-shadow: 0px 0px 5px #717171;
}
.biv-main-screen-btn span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: " ";
  background-color: #57a9ff;
  width: 0px;
  height: 0px;
  transition: 0.3s linear;
  opacity: 0;
  z-index: -1;
}
.biv-main-screen-btn span:hover::before {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 48px;
  opacity: 1;
}
@media (max-width:991px){
  .biv-main-screen {
    padding: 250px 0px 30px 0px;
  }
  .biv-main-screen-title h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .biv-main-screen-desc {
    font-size: 22px;
    line-height: 30px;
  }
}

/* Services */

.biv-services {
  background-color: #e9ebf0;
}
.biv-services-content {
  padding: 90px 15px 50px 15px;
}
.biv-services-info {
  margin-bottom: 65px;
  text-align: center;
}
.biv-services-info-title {
  display: inline-block;
}
.biv-services-info-title h2 {
  margin: 0px;
  padding: 0px;
  font-size: 38px;
  line-height: 46px;
  font-weight: 700;
  color: #238bfa;
}
.biv-services-info-line {
  display: inline-block;
  width: 100%;
  height: 5px;
  text-align: center;
  margin-bottom: 5px;
}
.biv-services-info-line::before {
  display: block;
  content: " ";
  background: #238bfa;
  background: -moz-linear-gradient(45deg, #01edc9 0%, #238bfa 100%);
  background: -webkit-linear-gradient(45deg, #01edc9 0%,#238bfa 100%);
  background: linear-gradient(45deg, #01edc9 0%,#238bfa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01edc9', endColorstr='#238bfa',GradientType=1 );
  width: 100%;
  height: 5px;
}
.biv-services-info-desc {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  color: #403633;
}
.biv-services-item {
  position: relative;
  margin: 0px 0px 40px 10px;
  padding: 15px 15px 15px 79px;
  transition: 0.3s linear;
  position: relative;
  z-index: 9;
}
.biv-services-item::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: " ";
  background-color: #fff;
  width: 0px;
  height: 0px;
  transition: 0.3s linear;
  opacity: 0;
  z-index: -1;
}
.biv-services-item:hover::before {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.biv-services-item-icon {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 64px;
  height: 64px;
  background-color: #fff;
  box-shadow: 0px 0px 5px #aaa;
}
.biv-services-item-icon span {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 64px;
  height: 64px;
  background-color: #fff;
  color: #238bfa;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  padding-top: 16px;
  box-shadow: 0px 0px 5px #aaa;
}
.biv-services-item-title {
  margin-bottom: 10px;
}
.biv-services-item-title h3 {
  margin: 0px;
  padding: 0px;
  font-size: 24px;
  line-height: 32px;
  color: #000;
  font-weight: 700;
}
.biv-services-item-desc {
  color: #2D3954;
}
@media (max-width:991px){
  .biv-services-info-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .biv-services-info-desc {
    font-size: 22px;
    line-height: 30px;
  }
  .biv-services-item-title h3 {
    font-size: 20px;
    line-height: 28px;
  }
}

/* About us */

.biv-about {
  background-color: #fff;
}
.biv-about-content {
  padding: 90px 15px 90px 15px;
}
.biv-about-info {
  margin-bottom: 60px;
  text-align: center;
}
.biv-about-info-title {
  display: inline-block;
}
.biv-about-info-title h2 {
  margin: 0px;
  padding: 0px;
  font-size: 38px;
  line-height: 46px;
  font-weight: 700;
  color: #238bfa;
}
.biv-about-info-line {
  display: inline-block;
  width: 100%;
  height: 5px;
  text-align: center;
  margin-bottom: 5px;
}
.biv-about-info-line::before {
  display: block;
  content: " ";
  background: #238bfa;
  background: -moz-linear-gradient(45deg, #01edc9 0%, #238bfa 100%);
  background: -webkit-linear-gradient(45deg, #01edc9 0%,#238bfa 100%);
  background: linear-gradient(45deg, #01edc9 0%,#238bfa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01edc9', endColorstr='#238bfa',GradientType=1 );
  width: 100%;
  height: 5px;
}
.biv-about-info-desc {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  color: #403633;
}
.biv-about-left {
  display: inline-block;
  width: 100%;
  background: #238bfa;
  background: -moz-linear-gradient(45deg, #01edc9 0%, #238bfa 100%);
  background: -webkit-linear-gradient(45deg, #01edc9 0%,#238bfa 100%);
  background: linear-gradient(45deg, #01edc9 0%,#238bfa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01edc9', endColorstr='#238bfa',GradientType=1 );
  box-shadow: 0px 0px 5px #aaa;
  margin: 0px 5px 35px 0px;
}
.biv-about-left-border {
  width: 100%;
  box-shadow: 0px 0px 5px #aaa;
  margin: 5px -5px -5px 5px;
}
.biv-about-left-border span {
  display: inline-block;
  width: 100%;
  background-position: center center;
  background-size: cover;
  margin-bottom: -7px;
}
.biv-about-right-text {
  text-align: justify;
  margin-bottom: 25px;
}
.biv-about-right-stats {
  padding: 0px 0px 10px 0px;
}
.biv-about-right-stat {
  padding-bottom: 20px;
}
.biv-about-right-stat-title span {
  display: inline-block;
  color: #238bfa;
}
.biv-about-right-stat-line {
  display: inline-block;
  width: 100%;
  height: 5px;
  background-color: #464646;
  max-width: 300px;
  position: relative;
}
.biv-about-right-stat-line span {
  display: inline-block;
  background-color: #238bfa;
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
}
@media (max-width:991px){
  .biv-about-info-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .biv-about-info-desc {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (min-width:992px){
  .biv-about-left {
    margin-right: 15px;
  }
  .biv-about-right {
    margin-left: 15px;
  }
}

/* Our team */

.biv-team {
  background-color: #e9ebf0;
}
.biv-team-content {
  padding: 90px 15px 60px 15px;
}
.biv-team-info {
  margin-bottom: 60px;
  text-align: center;
}
.biv-team-info-title {
  display: inline-block;
}
.biv-team-info-title h2 {
  margin: 0px;
  padding: 0px;
  font-size: 38px;
  line-height: 46px;
  font-weight: 700;
  color: #238bfa;
}
.biv-team-info-line {
  display: inline-block;
  width: 100%;
  height: 5px;
  text-align: center;
  margin-bottom: 5px;
}
.biv-team-info-line::before {
  display: block;
  content: " ";
  background: #238bfa;
  background: -moz-linear-gradient(45deg, #01edc9 0%, #238bfa 100%);
  background: -webkit-linear-gradient(45deg, #01edc9 0%,#238bfa 100%);
  background: linear-gradient(45deg, #01edc9 0%,#238bfa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01edc9', endColorstr='#238bfa',GradientType=1 );
  width: 100%;
  height: 5px;
}
.biv-team-info-desc {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  color: #403633;
}
.biv-team-item {
  text-align: center;
  margin-bottom: 30px;
}
.biv-team-item-img {
  box-shadow: 0px 0px 5px #aaa;
  margin-bottom: 15px;
  position: relative;
}
.biv-team-item-img span {
  display: inline-block;
  width: 100%;
  background-position: center center;
  background-size: cover;
  margin-bottom: -7px;
}
.biv-team-item-img-desc {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
  width: 100%;
  height: 100%;
}
.biv-team-item-info {
  text-align: center;
}
.biv-team-item-info-name {
  font-size: 24px;
  line-height: 32px;
  color: #000;
  font-weight: 700;
  margin-bottom: 1px;
}
@media (max-width:991px){
  .biv-team-info-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .biv-team-info-desc {
    font-size: 22px;
    line-height: 30px;
  }
  .biv-team-item-info-name {
    font-size: 20px;
    line-height: 28px;
  }
  .biv-team-item-img-desc span {
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: #fff;
    margin-bottom: 0px;
    padding: 15px;
    text-align: justify;
    background: rgba(57, 57, 57, 0.7) none repeat scroll 0% 0%;
  }
}
@media (min-width:992px){
  .biv-team-item-img-desc::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: " ";
    background: rgba(57, 57, 57, 0.7) none repeat scroll 0% 0%;
    width: 0%;
    height: 0%;
    transition: 0.3s linear;
    opacity: 0;
    z-index: -1;
  }
  .biv-team-item-img-desc span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: #fff;
    padding: 15px;
    text-align: justify;
    opacity: 0;
    transition: 0.3s linear;
    transition-delay: 0.3s;
  }
  .biv-team-item:hover .biv-team-item-img-desc span {
    opacity: 1;
  }
  .biv-team-item:hover .biv-team-item-img-desc::before {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}

/* Contacts */

.biv-contacts {
  background-color: #fff;
}
.biv-contacts-content {
  padding: 90px 15px 60px 15px;
}
.biv-contacts-info {
  margin-bottom: 60px;
  text-align: center;
}
.biv-contacts-info-title {
  display: inline-block;
}
.biv-contacts-info-title h2 {
  margin: 0px;
  padding: 0px;
  font-size: 38px;
  line-height: 46px;
  font-weight: 700;
  color: #238bfa;
}
.biv-contacts-info-line {
  display: inline-block;
  width: 100%;
  height: 5px;
  text-align: center;
  margin-bottom: 5px;
}
.biv-contacts-info-line::before {
  display: block;
  content: " ";
  background: #238bfa;
  background: -moz-linear-gradient(45deg, #01edc9 0%, #238bfa 100%);
  background: -webkit-linear-gradient(45deg, #01edc9 0%,#238bfa 100%);
  background: linear-gradient(45deg, #01edc9 0%,#238bfa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01edc9', endColorstr='#238bfa',GradientType=1 );
  width: 100%;
  height: 5px;
}
.biv-contacts-info-desc {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  color: #403633;
}
.biv-contacts-list {
  padding: 0px 0px 30px 0px;
}
.biv-contacts-list-item {
  padding-bottom: 15px;
}
.biv-contacts-list-item span {
  display: inline-block;
  width: 36px;
  text-align: center;
  color: #238bfa;
  margin-right: 8px;
}
.biv-contacts-list-item a {
  color: #606060;
  text-decoration: none;
}
.biv-contacts-list-item a:hover {
  color: #606060;
  text-decoration: none;
}
.biv-map {
  position: relative;
  height: 450px;
  overflow: hidden;
  margin-bottom: 30px;
}
.biv-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width:991px){
  .biv-contacts-info-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .biv-contacts-info-desc {
    font-size: 22px;
    line-height: 30px;
  }
}
