.text-justify{
    text-align: justify;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}
.header-area-v1 .header-navigation .site-branding {
    width: 10%;
}
.header-navigation.sticky .site-branding .brand-logo {
    max-width: 100px;
}
.semi-bold{
    font-weight: 500;
}
.service-area .single-service-item{
    flex-direction: column;
}
.service-area .single-service-item .icon {
    margin-right: 0;
    margin-bottom: 20px;
}
.our-service .service-single-box img{
    width: 85px;
    margin: 0 auto;
    
}
.our-service .service-single-box {
    border: 1px solid rgba(0,0,0,0.1);
    margin: 10px;
    padding: 32px 15px;
    border-radius: 4px;
}
.our-service .service-single-box h5{
    font-size: 15px;
}
.contact-area .contact-form .nice-select .list {
    max-height: 300px;
    overflow-y: scroll;
}


.services-2 .service-2-box{
    background-color: rgba(0,0,0,0.5);
    padding: 2rem 1.5rem;
    font-size: 15px;
    font-weight: 300;
    border-bottom: 2px solid #ffaa17;
    margin-bottom: 20px;
}
.services-2 .service-2-box img{
    width: 70px;
    padding: 14px 0;
    /*animation: service-icn 5s cubic-bezier(.36,.07,.57,.99) infinite;*/

}
/*.services-2 [class*="col"]:nth-child(even) .service-2-box img{
        animation-delay: 1.5s;
}
@keyframes service-icn {
    0% {
        transform: translate(0, 0);
    }
    20% {
        transform:  translate(-5px, 5px);
    }
    40% {
        transform: translate(-5px, -5px);
    }
    60% {
        transform:  translate(5px, 5px);
    }
    80% {
        transform:  translate(5px, -5px);
    }
    100% {
        transform:  translate(0, 0);
    }
}*/
.services-2 .service-2-box ul li{
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 16px;
    padding: 5px 0;
}
/*.testimonials-area .single-testimonial {
    background-color: #fff;
    padding: 12px 10px;
    border-top: none;
    border-radius: 7px;
}*/
.clients-img-box .clients-imgs li {
    display: block;
    text-align: center;
    background-color: #fff;
    margin-bottom: 10px;
    padding:5px 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-right: 10px;
    border-radius: 4px;
    max-width: calc(33% - 10px);
    transition: transform .5s;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.clients-img-box .clients-imgs li img {
     display: block;
      max-width:100%;
      max-height:100px;
      width: auto;
      height: auto;
}
.clients-img-box .clients-imgs li:hover{
    border-color: #ffaa17;
    transform: scale(1.03);
}
.clients-img-box {
    overflow: hidden;
    position: relative;
    height: 460px;
    max-width: 580px;
    padding-left: 30px;
    overflow-y: hidden;
    -webkit-mask-image: linear-gradient(180deg,transparent,#000 35px,#000 88%,transparent);
    mask-image: linear-gradient(180deg,transparent,#000 35px,#000 88%,transparent);
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.clients-img-box .clients-imgs{
    top: 0;
    width: 100%;
    -webkit-animation: logoScroll 60s linear 3s infinite;
    animation: logoScroll 60s linear 3s infinite;
    -webkit-animation-play-state: play;
    animation-play-state: play;
}
.case-study .portfolio-slide .portfolio-slide-item img {
    /*height: 335px;*/
    aspect-ratio: 1;
    object-fit: contain;
    background-color: #24252a;
}
.case-study .portfolio-slide .portfolio-slide-item{
    padding: 0 5px;    
}
.modal .modal-body {
    max-height: 80vh;
    overflow-y: scroll;
}
.modal .modal-body .modal-main-content p{
    margin-bottom: 30px;
}
.modal .modal-body .modal-main-content ul{
    list-style: disc;
    margin-bottom: 30px;
    padding-left: 30px;
}

.ready{
    background-color: #ffaa17;
    padding: 50px 0;
}
.ready h2{
    font-size: 44px
}
.ready h3 {
    font-size: 44px;
    font-weight: 500;
}
.ready .main-btn{
    background-color: #222429;
    color: #fff;
}
.text-theme-1{
    color: #ffaa17;
}
.faq .btn:focus {
    box-shadow: none;
}
.faq .btn  {
    color:#ffaa17 ;
    font-weight: 600;
}
.faq .btn.collapsed {
    color:#000 ;
}
.faq .card-header{
    background: none;
}
.our-certifications .certifications-slide img{
    padding: 20px;
}
.did-you-know{
    background-color: #FFAA17;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.did-you-know:before {
    content: "";
    width: 450px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F3A218;
    -webkit-clip-path: polygon(0 0, 100% 0, 9% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 9% 100%, 0% 100%);
}
.did-you-know:after {
    content: "";
    width: 305px;
    height: 70%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FFB32F;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.did-you-know .info h2 {
    font-size: 50px;
}
.did-you-know .info .sign {
    font-size: 20px;
}
.type-word-sec p span{
    font-weight: 500;
    color: #FFB32F;
}
.type-word-sec p{
    font-size: 32px;
    line-height: 1.5;
}
.contact-area .custom-control-input:checked~.custom-control-label::before {
    border-color: #ffaa17;
    background-color: #ffaa17;
}
.contact-area  .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    filter: invert(1);
}
@keyframes logoScroll{
    100% {
        transform: translateY(calc(-100% + 558px));
    }
}
.clients-img-box .clients-imgs:hover{
    animation-play-state: paused;
}

@media only screen and (max-width: 991px){
    .header-area-v1 .header-navigation .site-branding {
        width: 35%;
    }
}
@media only screen and (max-width : 767px) {
    .hero-area {
        padding: 160px 0 70px;
    }
    .pt-120 ,  .pt-110, .pt-125, .pt-100{
        padding-top: 70px;
    }
    .pb-90, .pb-80 , .pb-120, .pb-100, .pb-85 {
        padding-bottom: 60px;
    }
    .service-area-v1 {
        padding-top: 130px;
    }
    .testimonials-area {
        padding-top: 180px;
    }
    .mb-75, .mb-80 {
        margin-bottom: 40px;
    }
    .footer-widget.pt-85{
        padding-top: 30px;
    }
    .footer-widget.mb-60 {
        margin-bottom: 30px;
    }
    .why-img-mobile-set{
        max-height: 300px;
        display: block;
        margin:0 auto;
    }
    .about-area-v1 .about-img{
        max-width: 280px;

    }

    .hero-img img{
        max-height: 300px;
        display: block;
        margin:0 auto;
    }
    .counter-area .counter-wrapper {
        padding: 70px 40px 30px
    }
    .counter-area .single-counter .icon img{
        max-height: 50px;
        object-fit: contain;
    }
    .ready h2{
        font-size: 24px
    }
    .ready h3 {
        font-size: 24px;
    }
    .type-word-sec p {
        font-size: 19px;
    }
    .clients-img-box .clients-imgs li {
        height: 100px;
    }
}
.wa-fix{
    position: fixed;
    z-index: 999;
    height: 50px;
    width: 50px;
    display: inline-block;
    top: calc(50% - 25px);
    right: 10px;
}