

body {
  font-family: arial;
  background-color: #f8f9fa;
  position: relative;
}


 a {
 
text-decoration: none; !important

 }

 .a {
 
text-decoration: none; !important

 }



.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  padding: 280px 0;


}

.line1 {
  width: 180px;
  height: 3px;
  background-color: white;
  margin: 20px auto 30px;

}

.line2 {
  width: 180px;
  height: 3px;
  background-color: #eee;
  margin: 20px auto 30px;

}


a {
  color: #000 !important;
  text-decoration: none !important;
}

.tooltip-inner {
 background-color: green !important;
 color: #fff ;
 }
 
.bs-tooltip-bottom .arrow::before, 
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
 border-bottom-color: green !important;
 }


.carousel-item {
  height: 52rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 52rem;
}

h1.hero {

 color: black;
-webkit-text-stroke: 5px white; 
-webkit-text-fill-color: white;
text-shadow:5px 6px 5px;
letter-spacing: 2px;
font-family: arial;


}

.stroke2 {
 background-color: #0a0a0a;

}

 ul.submenu {
    display: none;
    }

ul>li:hover>ul.submenu {
     display: block;
      }
   

 
 .bfoot {
  background-color: #0a0a0a;
 }



 .block1 {
  display:inline-block;
 }



 section {
     padding: 100px 0; 
}
 



.accordion-section .panel-default .panel-body {
    font-size: 1.2rem;
  background-color: red;
}

.accordion-section .panel-default .panel-title a {
    display: block;
   
    font-size: 1.5rem;
}
.accordion-section .panel-default .panel-title a:after {
   
    font-style: normal;
    font-size: 3rem;
   
    color: #1f7de2;
    float: right;
    margin-top: -12px;
}


@media (max-width: 576px) {

    img {
     max-height: 500px;
     }
 
     .carousel-caption {
     max-height: 500px;
    }

    .carousel-item {
     max-height: 500px;
    }
  }

  /* change transition duration to control the speed of fade effect */
.carousel-item {
  transition: transform 0.5s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0.5s;
}


.navbar .megamenu{ padding: 1rem; }

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

} 
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}
/

.dropdown-menu ul {
  list-style: none;
  padding: 0;
}


.mega.dropdown-menu.show {
  display: flex;
  text-decoration: none;
}


.mega.dropdown-menu li:first-child a {       /* ============mega псевдокласс чтобы была разница с другим дропдаун меню ============ */

  font-weight: bold;
  font-size: 1em;
  
  color: #516beb;
  text-decoration: none;
}

.pp {

    transition: transform 0.2s ease;
    box-shadow: 0 4px 6px 0 rgba(22, 22, 26, 0.18);
    border-radius: 0;
    border: 0;
    margin-bottom: 1.em;
     }



.pp:hover {
    transform: scale(1.1);
 
  }


.button {
  position: absolute;
  width: 100%;
  left:0;
  top: 65%; /* Отступ сверху */
  text-align: center;
  opacity: 0;
  transition: opacity .35s ease;
  -webkit-transition: 1.3s ease;

}
.button a {
  padding: 10px 20px; /* Отступ */
  text-align: right;
  background: #0DCAF0; /* Цвет кнопки */
  color: white; /* Цвет текста */
 
  z-index: 1;
  border-radius: .25rem;
}
.hover-effect-btn:hover .button1 {
  opacity: 1;

  transition: 0.7s;
  -webkit-transform: translate(8px, -50%);

}
   section.plus {
  background-image: url(../img/dark.jpg);width: 100%; height: 100%;
    background-size: cover;
   }
    
 a.shine-button {
    text-decoration: none;
    display: inline-block;
    padding: 10px 30px;
    margin: 15px 0;
    position: relative;
    overflow: hidden;
    
    background: #0dcaf0;
    color: #fff !important;
   
  
    transition: .2s ease-in-out;
}
a.shine-button:before {
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5));
    height: 60px;
    width: 50px;
    position: absolute;
    top: 0px;
    left: -80px;
    transform: skewX(-45deg);
}
a.shine-button:hover {
    background: #0dcaf0;
    color: black;
}
a.shine-button:hover:before {
    left: 100%;
    transition: .5s ease-in-out;
}
a.shine-button:focus {
    background: black;
    color: #fff !important;
    outline: none;
}   


.itd_circle {
  margin: 0 auto 15px;
  width: 80px;
  height: 80px;
  border: 3px solid #0DCAF0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wh {
  color: white;
}

.bdr {
  border-radius: 6px;
  overflow: hidden;
}

.line1 {
  width: 180px;
  height: 3px;
  background-color: white;
  margin: 20px auto 30px;

}

.line2 {
  width: 180px;
  height: 3px;
  background-color: #eee;
  margin: 20px auto 30px;

}


 .bg2 {

    background-image: url(../img/33.jpg);width: 100%; height: 100%;
    background-size: cover;
    
   }
 
   .bg6 {

    background-image: url(../img/005.jpg);width: 100%; height: 100%;
    background-size: cover;
  } 


  .card {
  position: relative;
  display: inline-block;
}

img.animate1:hover {

filter: contrast 130%

} 


button.pk {
display: none; 
}

button.pk:hover {
display: block; 
}


[data-tooltip] {
  position: relative;
  cursor: pointer;
}
[data-tooltip]:before,
[data-tooltip]:after {
  line-height: 1;
  font-size: .9em;
  pointer-events: none;
  position: absolute;
  box-sizing: border-box;
  display: none;
  opacity: 0;
  
}
[data-tooltip]:before {
  content: "";
  border: 5px solid transparent;
  z-index: 100;
}
[data-tooltip]:after {
  content: attr(data-tooltip);
  text-align: center;
  min-width: 3em;
  max-width: 35em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 10px;
  border-radius: 5px;
  background: #2fa8dc;
  color: #ffffff;
  z-index: 99;
 
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  display: block;
  opacity: 1;
}
[data-tooltip]:not([data-direction])::before,
[data-tooltip][data-direction="top"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #2fa8dc;
}
[data-tooltip]:not([data-direction])::after,
[data-tooltip][data-direction="top"]::after {
  bottom: calc(100% + 5px);
}
[data-tooltip]:not([data-direction])::before, [tooltip]:not([data-direction])::after,
[data-tooltip][data-direction="top"]::before,
[data-tooltip][data-direction="top"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, -4px);
          transform: translate(-50%, -4px);
}
[data-tooltip][data-direction="bottom"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #2fa8dc;
}
[data-tooltip][data-direction="bottom"]::after {
  top: calc(100% + 5px);
}
[data-tooltip][data-direction="bottom"]::before, [data-tooltip][data-direction="bottom"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, 8px);
          transform: translate(-50%, 8px);
}
[data-tooltip][data-direction="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #2fa8dc;
  left: calc(0em - 5px);
  -webkit-transform: translate(-8px, -50%);
          transform: translate(-8px, -50%);
}
[data-tooltip][data-direction="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  -webkit-transform: translate(-8px, -50%);
          transform: translate(-8px, -50%);
}
[data-tooltip][data-direction="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #2fa8dc;
  right: calc(0em - 5px);
  -webkit-transform: translate(8px, -50%);
          transform: translate(8px, -50%);
}
[data-tooltip][data-direction="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  -webkit-transform: translate(8px, -50%);
          transform: translate(8px, -50%);
}
[data-tooltip=""]::after, [data-tooltip=""]::before {
  display: none !important;
}


 
.hover-effect-btn {
  position: relative;
  width: 100%;
  transition: 0.8s;
}

.accordion {
  
    --bs-accordion-bg: --bs-light;

    }

.lead {
text-align: left; 
-webkit-text-stroke: 1px white; 
-webkit-text-fill-color: white;
text-shadow:1px 1px 8px; color: black;
font-size: 25px;

}


.button {
  position: absolute;
  width: 100%;
  left:0;
  top: 65%; /* Отступ сверху */
  text-align: center;
  opacity: 0;
  transition: opacity .35s ease;
  -webkit-transition: 1.3s ease;

}
.button a {
  padding: 10px 20px; /* Отступ */
  text-align: right;
  background: #0DCAF0; /* Цвет кнопки */
  color: white; /* Цвет текста */
 
  z-index: 1;
  border-radius: .25rem;
}
.hover-effect-btn:hover .button {
  opacity: 1;

  transition: 0.7s;
  -webkit-transform: translate(8px, -50%);

}
    
 a.shine-button {
    text-decoration: none;
    display: inline-block;
    padding: 10px 30px;
    margin: 15px 0;
    position: relative;
    overflow: hidden;
    
    background: #0dcaf0;
    color: #fff !important;
   
  
    transition: .2s ease-in-out;
}
a.shine-button:before {
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5));
    height: 60px;
    width: 50px;
    position: absolute;
    top: 0px;
    left: -80px;
    transform: skewX(-45deg);
}
a.shine-button:hover {
    background: #0dcaf0;
    color: black;
}
a.shine-button:hover:before {
    left: 100%;
    transition: .5s ease-in-out;
}
a.shine-button:focus {
    background: black;
    color: #fff !important;
    outline: none;
}   

.itd_circle {
  margin: 0 auto 15px;
  width: 80px;
  height: 80px;
  border: 3px solid #0DCAF0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wh {
  color: white;
}


   section.plus2 {
  background-image: url(../img/dark2.jpg);width: 100%; height: 100%;
    background-size: cover;
   }
    .sample-slider{
        width: 88%;
    }
    .sample-slider img{
        width: 100%;
    }


.under {
  z-index: 0;
  position: absolute;
}

.under2 {
  z-index: 1;
  position: absolute;
}

.on {
position: absolute;
z-index: 2;
}

.backsvg {
 background-image: url(../img/pk.png);width: 600px; height: 408px;
background-size: cover;

    
   }

.bb {
  display: inline-block;
}

.sli {
    height: 400px;
    width: 400px;
}

.carousel-item2 {
  max-height: 408px; /* input your desired height here */
  max-width: 600px;

}

.carousel-item2 img {
  max-height: 408px; /* input your desired height here */
  max-width: 600px;

}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.3s ease-in-out left;
    -moz-transition: 0.3s ease-in-out left;
    -o-transition: 0.3s ease-in-out left;
    transition: 0.3s ease-in-out left;
}

 img.imgw {


   filter: grayscale(100%);
    }

    
   img.imgw:hover {
        filter: none;
    }


   @media (max-width: 640px){
        .imgw img {
            filter: none;
        }

@media (max-width: 576px) {

    img {
     max-height: 500px;
     }
 
     .carousel-caption {
     max-height: 500px;
    }

    .carousel-item {
     max-height: 500px;
    }
  }

  /* change transition duration to control the speed of fade effect */
.carousel-item {
  transition: transform 2.6s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 2.6s;
}

.parallax-window { 
  min-height: 1500px;  
  min-width: auto;
  background: transparent; 
}

.content {
  position: relative;
  padding: 50px;
 }

 .bdr {
  border-radius: 6px;
  overflow: hidden;


.bk {
background-color: #f7f7f5;
}
   
   .fo {
  background-color: #3e6e9f;
  
  }

  button.fo {
  background-color: #3e6e9f;
  color: white;
}
 

 .gr3 {
background: linear-gradient(90deg, black, #0dcaf0);

}
.imghov {
  position: relative;
  width: 450px;
  height: 360px;

}

.texthov {
  position: absolute;
  top: 0;
  bottom: -10px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  visibility: hidden;
  opacity: 0.3;
  /* transition effect. not necessary */
  transition: opacity .3s, visibility .1s;
  border-radius: 10px;
  -webkit-transition: 0.1s ease;
   filter: brightness(0.4);

}

.imghov:hover .texthov {
  visibility: visible;
  opacity: 1;
 transition: 0.1s;
  filter: brightness(0.9);
   cursor: pointer;
}

 .wra img {
  width: 100%;
  transition-duration: 0.8s;
  position: relative;

}

.wra img:hover {


  filter: brightness(0.5);
  transition-duration: 0.8s;
  z-index: 1;
}

.imgor {

  position: absolute;
  top: 60;
  bottom: 0;
  left: 220;
  right: 0;

  width: 255px; 
  height: 170px; 

  -webkit-transition: 0.3s ease;

}

.texthide {
visibility: visible;
}


.dd.card {
  width: 420px;
  height: 260px;
  background-color: light;

 }

.dd.card:hover .texthide {
  visibility: hidden;
}

.dd.card:hover .imgor {
 
  top: 20;
  bottom: 0;
  left: 100;
  right: 0; 
  -webkit-transition: 0.8s ease; 

}


.swiper {
      width: 50%;
      height: 70%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 8px;
   
      display: flex;
      justify-content: center;
      align-items: center;
      width: 18rem;

    }

    .swiper-slide img {
      display: block;
      width: 10rem;
      height: 100%;
      object-fit: contain;

    }




