a,body{color:white}
a,a:hover{text-decoration:none}body{font-family:"Open Sans",sans-serif}a:hover{color:#000}
.font-primary,h1,h2,h3,h4,h5,h6{font-family:Raleway,sans-serif}
.back-to-top{position:fixed;visibility:hidden;opacity:0;right:15px;bottom:15px;z-index:99999;background:#747474;width:40px;
  height:40px;border-radius:4px;transition:.4s}.back-to-top i{font-size:24px;color:#fff;line-height:0}
  
  .back-to-top:hover{background:#212529;color:#fff}.back-to-top.active{visibility:visible;opacity:1}
  @media screen and (max-width:768px){[data-aos-delay]{transition-delay:0!important}}

#header{
  height:72px;
  transition:.5s;
  z-index:997;
  background:rgb(27, 27, 27);
  box-shadow:0 2px 15px rgba(0,0,0,.1);

}


#header .logo h1{
  font-size:30px;
  margin:0;
  line-height:1;
  font-weight:400;
  letter-spacing:2px;   
  font-weight:900;
} 

#header .logo h1 a,#header .logo h1 a:hover{
  color:#d40000;
  text-decoration:none;   
  font-weight:900;

}

#header .logo img{padding:0;margin:0;max-height:30px}#main{margin-top:72px}
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /**
  * Desktop Navigation 
  */
  .navbar {
    padding: 0;
  }
  
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  
  .navbar li {
    position: relative;
  }
  
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 15px;
    color: #7c7c7c;
    white-space: nowrap;
    transition: 0.3s;
    font-weight: 600;
  }
  
  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #d40000;
  }
  
  .navbar .getstarted,
  .navbar .getstarted:focus {
    background: #000000;
    color: #fff;
    padding: 10px 25px;
    margin-left: 30px;
    border-radius: 50px;
  }
  
  .navbar .getstarted:hover,
  .navbar .getstarted:focus:hover {
    color: #fff;
    background: #000000;
  }
  
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background:white;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
  }
  
  .navbar .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
  }
  
  .navbar .dropdown ul a i {
    font-size: 12px;
  }
  
  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    font-weight: bold;
    color: black;
  }
  
  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  
  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
  
  @media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }
  
    .navbar .dropdown .dropdown:hover>ul {
      left: -100%;
    }
  }
  
  /**
  * Mobile Navigation 
  */
  .mobile-nav-toggle {
    color: #000000;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
  }
  
  .mobile-nav-toggle.bi-x {
    color: #fff;
  }
  
  @media (max-width: 991px) {
    .mobile-nav-toggle {
      display: block;
    }
  
    .navbar ul {
      display: none;
    }
  }
  
  .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(78, 78, 78, 0.9);
    transition: 0.3s;
  }
  
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
  }
  
  .navbar-mobile a,
  .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #000000;
  }
  
  .navbar-mobile a:hover,
  .navbar-mobile .active,
  .navbar-mobile li:hover>a {
    color: #000000;
  }
  
  .navbar-mobile .getstarted,
  .navbar-mobile .getstarted:focus {
    margin: 15px;
  }
  
  .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  }
  
  .navbar-mobile .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar-mobile .dropdown ul a {
    padding: 10px 20px;
  }
  
  .navbar-mobile .dropdown ul a i {
    font-size: 12px;
  }
  
  .navbar-mobile .dropdown ul a:hover,
  .navbar-mobile .dropdown ul .active:hover,
  .navbar-mobile .dropdown ul li:hover>a {
    color: #000000;
  }
  
  .navbar-mobile .dropdown>.dropdown-active {
    display: block;
  }
  
  .section-title h2,.section-title p{margin-bottom:15px;font-weight:700}
  
  #hero h1,.about h3,.about h4,.offer .title,.section-title p{font-weight:700}
  
  #hero{
    width:100%;
    height:55vh;
    background-image: url('../img/clients/photo4.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 

    margin:72px 0 -72px;
    background-color: #1e1e1e;
  }
  #hero h1{
    margin:0;
    font-size:58px;
    line-height:56px;
    color:#ffffff;
    font-weight: bolder;
    text-align: center;
  }
  
  #hero h2{
    color:#ffffff;
    margin:15px 0 0;font-size:24px;
    font-weight: bolder;
    text-align: center;
  }

  #hero .btn-get-started{
    font-family:Raleway,sans-serif;
    font-weight:700;
    font-size:16px;
    letter-spacing:2px;
    display:inline-block;
    padding: 20px 40px;
    border-radius:3px;
    transition:.5s;
    margin-top:30px;
    font-weight: bold;

    color:#fff;
    background:#1e1e1e;

  
  }

  #hero .btn-get-started:hover {
    background: #000000;
}
#hero .animated {
    animation: 2s ease-in-out infinite alternate-reverse both up-down;
}

@media (max-width: 991px) {
    #hero {
        height: 60vh;
    }
    #hero .animated {
        animation: none;
    }
    #hero .hero-img {
        text-align: center;
    }
    #hero .hero-img img {
        width: 50%;
    }
    .about .about-img img {
        
      display: none;
    }
}
@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
    }
    #hero .hero-img img {
        width: 70%;
    }
}
@media (max-height: 600px) {
    #hero {
        height: 120vh;
    }
}
@keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}
section {
    padding: 60px 0;
    overflow: hidden;
}
.section-bg {
    background-color: #232323;
}



.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title1 {
  text-align: center;
  padding-bottom: 30px;
}

.section-title2 p {
  padding-bottom: 15px;
  position: relative;
  font-size: 25px;
  color: #1e1e1e;
  font-weight: bolder;
  text-align: center;

}

.section-title2 p::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: #d40000;
  bottom: 0;
  left: calc(50% - 30px);
  
}



.section-title1 h2 {
  font-size: 24px;
  padding-bottom: 0;
  line-height: 1px;
  color: #353535;
}

.section-title h2 {
    font-size: 24px;
    padding-bottom: 0;
    line-height: 1px;
    color: #353535;
}


.section-title p {
    padding-bottom: 15px;
    position: relative;
    font-size: 32px;
    color: white;
}

.section-title1 p {
  padding-bottom: 15px;
  position: relative;
  font-size: 32px;
  color: #1e1e1e;
  font-weight: bolder;
}

.section-title1 p::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: #d40000;
  bottom: 0;
  left: calc(50% - 30px);
}


.section-title p::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 2px;
    background: #d40000;
    bottom: 0;
    left: calc(50% - 30px);
}

.about {
  background-color: #1e1e1e;;
}

.about h3 {
    font-size: 34px;
    color: white;
}
.about h4 {
    font-size: 20px;
    margin-top: 5px;
    color: white;
}
.about i {
    font-size: 48px;
    margin-top: 15px;
    color: #d40000;
}
.about p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.644);
}
@media (max-width: 767px) {
    .about .about-img img {
      display: none;
        
    }
}
.offer .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 0 auto 40px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: 0.3s ease-in-out;
    border-radius: 15px;
    text-align: center;
    border-bottom: 3px solid #fff;
    width: 100%;
}
.offer .icon-box:hover {
    transform: translateY(-5px);
    border-color: #d40000;
}
.contact .info,
.contact .php-email-form {
    width: 100%;
    border-top: 3px solid #d40000;
    border-bottom: 3px solid #d40000;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);

    align-content: center;
    
}
.offer .icon i {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 15px;
    color: #212529;
    
}
.offer .title {
    margin-bottom: 15px;
    font-size: 18px;
}
.offer .title a {
    color: #111;
}
.offer .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}
.clients .clients-slider .swiper-slide img {
    opacity: 0.5;
    transition: 0.3s;
    background-color: wheat;
}
.clients .clients-slider .swiper-slide img:hover {
    opacity: 1;
}
.clients .clients-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #d40000;
}
.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #d40000;
}
.contact .info i {
    font-size: 20px;
    color: #d40000;
    float: left;
    width: 44px;
    height: 44px;
    background: #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
    
}
.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #727171;
}
.contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #a5a5a5;
}
.contact .info .email p {
    padding-top: 5px;
}
.contact .info .social-links {
    padding-left: 60px;
}
.contact .info .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-right: 10px;
}
.contact .info .address:hover i,
.contact .info .email:hover i,
.contact .info .phone:hover i,
.contact .info .nip:hover i,
.contact .info .social-links a:hover {
    background: #d40000;
    color: #fff;
}
.contact .php-email-form .form-group {
    padding-bottom: 8px;

}

.contact .info .nip i.active {
  background-color: #2c4531;
  color: #3bd163;
  transition: color 0.3s ease, background-color 0.3s ease;
}


#footer {
    background: #e6e6e6;
    padding: 0 0 30px;
    color: #212529;
    font-size: 14px;
}
#footer .copyright {
    text-align: center;
    float: left;
}
#footer .credits {
    float: right;
    text-align: center;
    font-size: 13px;
    color: #212529;
}
#footer .credits a {
    color: #000;
    font-weight: bolder;
}
@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }
    #footer .copyright,
    #footer .credits {
        float: none;
        -moz-text-align-last: center;
        text-align-last: center;
        padding: 3px 0;
    }
}

.contleft {
  font-size: 13px;
  color: #797979;
  text-align: right;

  margin-bottom: 20px;
}

.contright {
  color: #d40000;
  font-size: 13px;

  margin-bottom: 20px;
}

.imie {
  color: #5a5a5a;
}

@media (max-width: 768px) {


  .contleft {
    font-size: 13px;
    color: #797979;
    text-align: center;
  }
  
  .contright {
    color: #d40000;
    font-size: 13px;
    text-align: center;
  }
  
  .imie {
    color: #5a5a5a;
  }

  .contmain {
    color: #797979;
    text-align: center;
    margin: 0;
    text-align: center;
  
  }
}

.numberc {
  color: #797979;
  font-size: 13px;
}

.contmain {
  color: #797979;
  text-align: center;
  margin: 0;

}

.nip {
  cursor: pointer;
}

.section-title4 {
  background-color: #d40000;
  text-align: center;
  font-weight: bold;
  position: relative;
  font-size: 30px;
  color: white;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 5px;
    
}
