/* body{
  margin: 0;
  padding: 0;
} */
.nav-link:focus {
  color:white;
}

.nav-link:hover {
  color:aliceblue;
}


#hero{
  width: 100%;
  height: 100vh;
  background: url(imgsavision/AVISION-paneli.png) fixed top center;
  background-size: cover;
  position: relative;  
}

.cta3{
  width: 100%;
  height: 60vh;
  /* background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(imgsavision/AVISION-paneli.png) center center; */
  background: url(imgsavision/AVISION-paneli2.png) center center;
  padding: 80px 0;
  color: white;
  background-size: cover;
}

.cta11{
  width: 100%;
  height: 60vh;
  background-color: rgba(247, 122, 61,0.05);
  padding: 10px 0;
  color: black;
  background-size: cover;
}

@media (max-width: 1400px){
  .cta11{
    height: 100vh;
  }
}

.cta12{
  width: 100%;
  height: 30vh;
  background-color: rgba(247, 122, 61,0.05);
  /* padding: 0 0; */
  color: black;
  background-size: cover;
}

/* затемнення */
#hero:before{
  content: "";
  background: rgba(0,0,0,0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;  
}

.cta3 .container{
  position: relative;
  /* padding-top: 75px; */
}

.cta12 h1{
  margin: 0;
  font-size: 4em;
  color: black;
  font-weight: 700;
  line-height: 64px;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.cta3 h2{
  color: white;
  margin: 10px 0 0 0;
  font-size: 24px;
}

.cta3 .icon-box h3{
  font-weight: 700;
  margin-top: 10px;
  font-size: 20px;
  line-height: 26px;
}

.cta11 .icon-box h3{
  font-weight: 700;
  margin-top: 10px;
  font-size: 20px;
  line-height: 26px;
}

.cta3 .icon-box h3 a{
  color: white;
}

.cta11 .icon-box h3 a{
  color: black;
}

.cta3 .icon-box h3 a:hover{
  color:#D5161D;
}

.cta11 .icon-box h3 a:hover{
  color:#D5161D;
}

/* #hero .container{
  position: relative;
  padding-top: 75px;
}

#hero h1{
  margin: 0;
  font-size: 56px;
  color: white;
  font-weight: 700;
  line-height: 64px;
  font-family: "Poppins", sans-serif;
}

#hero h2{
  color: white;
  margin: 10px 0 0 0;
  font-size: 24px;
}

#hero .icon-box h3{
  font-weight: 700;
  margin-top: 10px;
  font-size: 20px;
  line-height: 26px;
}

#hero .icon-box h3 a{
  color: white;
}

#hero .icon-box h3 a:hover{
  color:#D5161D;
} */
.icon-box{
  padding: 20px 10px;
  border: 1px solid rgba(122, 88, 24, 0.3);
  /* height: 100%; */
  text-align: center;
}
.icon-box a{
  text-decoration: none;
}
.icon-box:hover{
  border-color: #D5161D;
}



.about .container{
  position:relative;
}
.about .row{
  /* background-color: rgba(0, 84, 167, 0.05); */
  background-color: rgba(247, 122, 61,0.05);
  padding: 20px;
}

.decoration-swash--purple:before {
  border-color: #5b2c84 transparent transparent transparent;
}
.decoration-swash--blue:before {
  border-color: #0054A7 transparent transparent transparent;
}
.decoration-swash--red:before {
  border-color: #D5161D transparent transparent transparent;
}
.decoration-swash--yellow:before {
  border-color: yellow transparent transparent transparent;
}
.decoration-swash--green:before {
  border-color: green transparent transparent transparent;
}
.decoration-swash:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 32px 0 0;
  /* border-color: #fafafa transparent transparent transparent; */
}
.about .content h3{
  text-align: center;
}
.about2 .content h3{
  text-align: center;
}
.about ul li{
  list-style-type: none;
}
.about2 ul li{
  list-style-type: none;
}
/* .about2{
  background-color: white;
} */
.about2 .container{
  position:relative;
}
.about2 .row{
  /* background-color: rgba(0, 84, 167, 0.05); */
  background-color: rgba(247, 122, 61,0.05);
  padding: 20px;
}
.about img{
  display: block;
  margin: 0 auto; 
}
.about2 img{
  display: block;
  margin: 0 auto; 
}
/* .about3{
  background-color: rgba(0, 84, 167, 0.05);
} */

/* .about3 .container-fluid{
  background-color: rgba(84, 167, 121, 0.55);
  height: 100%;
} */

.cta5{
  background:linear-gradient(rgba(2,2,2,0.5),rgba(2,2,2,0.8)), url(imgs/L03_school.jpg) center center;
  padding: 80px 0;
  color: white;
  background-size: cover;
  min-height: 50vh  ;
}

.cta6{
  background:linear-gradient(rgba(2,2,2,0.5),rgba(2,2,2,0.8)), url(imgs/L06_business.jpg) center center;
  padding: 80px 0;
  color: white;
  background-size: cover;
  min-height: 50vh  ;
}


.cta{
  background:linear-gradient(rgba(2,2,2,0.5),rgba(2,2,2,0.8)), url(imgsavision/AVISION-meetingroom.jpg) fixed center center;
  padding: 80px 0;
  color: white;
  background-size: cover;
}
.cta h3{
  font-weight: 700;
  font-size: 28px;
}
.cta-btn{
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border: 2px solid white;
  border-radius: 4px;
  color:white;
  margin-top: 10px;
}
.cta-btn:hover{
  background: brown;
  border-color: brown;
  color:white;
}
.cta .butt1{
  color:white;
  text-decoration: none;
}
.cta2{
  background:linear-gradient(rgba(2,2,2,0.5),rgba(2,2,2,0.8)), url(imgsavision/world-AVISION.jpg) fixed center center;
  padding: 80px 0;
  color: white;
  background-size: cover;
}
.cta2 h3{
  font-weight: 700;
  font-size: 28px;
  text-align: center;
}
/* Карусель */
.carousel-indicators{
  bottom: -80px;
}
.carousel-item{
  transition: transform 2s ease, opacity .5s ease-out
}

/* Our teams */
.team{
  padding: 60px;
}
.team .member{
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(0,0,0,0.5);
}
.team .member .member-img{
  position: relative;
  overflow: hidden;
}
.team .member .social{
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
}
.team .member .social a{
  
  transition: color 0.3s;
  color: #151515;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
}
.team .member .social a:hover{
  background: brown;
}
.team .member .member-info{
  padding: 25px 15px;
}
.team .member .member-info h4{
  font-weight: 700;
  margin-top: 5px;
  font-size: 18px;
}
.team .member .member-info span{
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}
.team .member .member-info p{
  font-size: 14px;
  font-style: italic;
  line-height: 26px;
  color: #777777;
}
.team .member:hover .social{
  opacity: 1;
  bottom: 15px;
}

/* Сервисы */
.services .icon-box{
  border: 1px solid #afafaf;
  padding: 20px 20px;
  transition: all ease-in-out 0.3s;
  background: white;
  margin-bottom: 20px;
  
}
.services .icon-box .icon{
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: brown;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin-bottom: 20px;
}
.services .icon-box h4{
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.services .icon-box p{
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box .price{
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  color: #D5161D;
}
.services .icon-box:hover{
  border-color: white;
  box-shadow: 0px 0 25px 0 rgba(0,0,0,0.5);
  transform: translateY(-10px);
}
.contact h2{
  text-align: center;
}
.contact-ceneter{
  text-align: center;
}
.contact .info .info-icon{
  background: white;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f77a3d;
  border-radius: 4px;
}
.contact .info h4{
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
.contact .info p{
  padding: 0 0 0 60px;
  font-size: 14px;
}
.contact .info a:hover{
  color: #2FA71D;
}
.phone-ict a{
  text-decoration: none;
  color: black;
}
.site-ict a{
  color: black;
}

/* footer */
.footer-top{
  background: #000808;
  color: white;
  border-bottom: 1px solid #222222;
  padding: 60px 0 30px 0;
}
.footer-top .footer-info{
  margin-bottom: 3px;
}
.footer-top .footer-info h3{
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-top .footer-info p{
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
.footer-top .social-links a{
  width: 36px;
  height: 36px;
  background: white;
  display: inline-block;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
}
.footer-top .social-links a:hover{
  background: brown;
}
.footer-top h4{
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 12px;
}

.footer-info p a{
  text-decoration: none;
  color: white;
}

.footer-info a{
  margin-bottom: 170px;
}

.footer-links{
  margin-bottom: 30px;
}
.footer-links ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li{
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.footer-links a{
  color: white;
  text-decoration: none;
}
.footer-links a:hover{
  color: #f77a3d;
}
.footer-top form{
  margin-top: 30px;
  padding: 6px 10px;
  border-radius: 4px;
}

@media (min-width: 1921px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1841px;
  }
}

@media (min-width: 1400px) and (max-width: 1920px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1320px;
  }
}
/*  */


