.main-header.style-one .header-top .top-right .social-links li a.HY {
    background-image: url('/armproject/assets/images/flag-arm.jpg');
    background-repeat: no-repeat;
    color: transparent;
    left: 20px;
    border-right: none;
}
.main-header.style-one .header-top .top-right .social-links li a.RU {
    background-image: url('/armproject/assets/images/flag-rus.jpg');
    background-repeat: no-repeat;
    color: transparent;
    left: 20px;
    border-right: none;
}
.main-header.style-one .header-top .top-right .social-links li a.EN {
    background-image: url('/armproject/assets/images/flag-en.jpg');
    background-repeat: no-repeat;
    color: transparent;
    left: 20px;
    border-right: none;
}
.main-header.style-one .header-top .top-left p {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin-left: 15px;
}
.main-header.style-one .header-top .top-left p a{
    font-weight: bold;
    color: #000;
}
.title h2 {
    font-size: 24px;
    color: #000;
    padding-top: 10px;
}
.viber {
    width: 33px;
}
.whats-app {
    width: 23px;
}
.page-title .content-box .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    padding-right: 15px;
    margin-right: 5px;
}
.bread-crumb li:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 6px;
    height: 2px;
    top: 13px;
    right: 0px;
}
.bread-crumb a{
    color: #fff;
    font-weight: bold;
}

.visinfo {
    position: relative;
    width: 60px;
    height: 52px;
    line-height: 0;
    top: 1px;
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}
.fa-file-pdf {
    color: #ffcc17;;
    font-size: 22px;
}
@-webkit-keyframes blink6 {
    10% { transform: scale(1, 1) rotate(80deg); }
    20% { transform: scale(0, 0) rotate(160deg); }
    100% { transform: scale(0, 0) rotate(0deg); }
   }
   @keyframes blink6 {
    10% { transform: scale(1, 1) rotate(80deg); }
    20% { transform: scale(0, 0) rotate(160deg); }
    100% { transform: scale(0, 0) rotate(0deg); }
   }
   #blink6 {
     position: relative;
        color: #000;
    text-shadow: 0 0 10px #f5e060;
   }
   #blink6:after, #blink6:before {
     content: "";
     position: absolute; top: 0; left: 0;
     display: block;
     width: 100px;
     height: 100px;
     background-image:
       radial-gradient(rgba(255,255,255,1), rgba(255,255,255,0) 30%),
       linear-gradient(45deg, rgba(0,0,0,0) 49%, rgba(255,255,255,.4) 50%, rgba(0,0,0,0) 51%),
       linear-gradient(135deg, rgba(0,0,0,0) 49%, rgba(255,255,255,.4) 50%, rgba(0,0,0,0) 51%);
     -webkit-animation: blink6 10s linear infinite;
     animation: blink6 10s linear infinite;
     transform: scale(0, 0) rotate(0deg);
   }
   #blink6:before {
    top: -100%;
     right: 0; left: auto;
     -webkit-animation-delay: 5s;
     animation-delay: 5s;
   }
.swiper-container {
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    padding-bottom: 50px;
  }


  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;

  }
  .product-details {
    position: relative;
    padding: 30px 0px 0px 0px;
    border-bottom: 1px solid #8B0304;
}
.b-radius-15 {
    border-radius: 15px;
}
.project-area {
    -webkit-box-shadow: 0px 0px 20px 20px #dddddd80;
    box-shadow: 0px 0px 20px 20px #dddddd80;
    padding: 45px 0px;
    border-radius: 15px;
    margin: 20px 0px;
}
.product-details .basic-details .product-details-content h2 {
    margin-bottom: 30px;
}

.single-team-member {
    border: 1px solid #eee;
    border-radius: 15px;
    margin: 10 0px;
}

.m-tb-15 {
    margin: 15px 0;
}
.image-team {
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
}
.single-team-member .text-holder {
    padding: 5px;
    height: 150px;
}
.single-team-member .text-holder span{
    font-size: 14px;
}
.single-team-member .text-holder h3{
    font-size: 18px;
    color: #8A0203;
}
.main-footer.style-one .links-widget .widget-content .list li {
    position: relative;
    display: inline-block;
    margin-bottom: 13px;
}
.main-footer.style-one .links-widget .widget-content .list {
    width: 100% !important;
}
.service-section .sec-title .btn-box {
    position: absolute;
    top: 36px;
    right: 0px;
}
