﻿body {
    font-family: "Barlow", sans-serif !important;
}

a {
    color: #000;
}

.fa-solid::before {
    font-family: 'FontAwesome' !important;
}

button, input, optgroup, select, textarea {
    font-family: "Barlow", sans-serif;
}

.WhyARY .panel .title {
    margin-bottom: 30px !important;
}

.navbar-nav .menu-item-has-children.dropdown.on .dropdown-menu {
    display: block;
}

nav.navbar ul.nav > li > a:hover {
    color: #F6891F;
}

nav.navbar.validnavs ul li.dropdown ul.dropdown-menu li a:hover {
    color: #F6891F;
}

ul.simple-menu-list > li > a:hover {
    color: #f6891f;
}

.portfolio-style-one-item .portfoliotitle {
    transform: translateX(-50%);
}

    .portfolio-style-one-item .portfoliotitle h2 {
        margin-bottom: 0px;
    }

        .portfolio-style-one-item .portfoliotitle h2 a {
            color: #000;
            font-weight: bold;
            font-size: 70px;
        }

        .portfolio-style-one-item .portfoliotitle h2 strong {
            display: block;
        }

.HomeServices {
    padding: 60px 0px;
}

.ClientHome {
    padding: 60px 0px;
}

.TestimonialHome {
    padding: 60px 0px;
}

.ServiceOne {
    padding: 60px 0px 40px 0px;
}

    .ServiceOne img {
        border-radius: 30px;
    }

.ServiceTwo .row {
    display: flex;
    align-items: center;
    align-content: center;
}

.ServiceTwo .process-style-two p.f_desc {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.ServiceTwo {
    padding: 40px 0px 60px 0px;
}

.ServiceThree {
    padding: 0px 0px 60px 0px;
}

.ServiceFour {
    padding: 30px 0px 60px 0px;
}

.ServiceFive {
    padding: 0px 0px 60px 0px;
}

.attr-right .bar-1,
.attr-right .bar-2,
.attr-right .bar-3 {
    display: block;
    width: 22px;
    height: 2px;
    background: #000;
    margin: 4px 0;
    transition: all 0.3s;
}

.offcanvas {
    background-color: #fff;
}

    .offcanvas a {
        color: #000;
    }

        .offcanvas a:hover {
            color: #007bff;
        }

.zoom-video-area::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .4;
}

.fun-factor-circle-area {
    padding: 60px 0px;
}

.about-style-one-area {
    padding: 60px 0px;
}

.ProductsWrap {
    padding: 60px 0px;
}

    .ProductsWrap .ProductBox {
        position: relative;
        border: solid 1px #d1cfcf;
        border-radius: 15px;
        overflow: hidden;
        margin-bottom: 50px;
    }

        .ProductsWrap .ProductBox .Inner {
            display: flex;
        }

        .ProductsWrap .ProductBox .Thumbnail {
            width: 45%;
            overflow: hidden;
        }

            .ProductsWrap .ProductBox .Thumbnail img {
                height: 100%;
                width: 100%;
                transition: .3s all;
            }

        .ProductsWrap .ProductBox:hover .Thumbnail img {
            transform: scale(1.2);
        }

        .ProductsWrap .ProductBox .Content {
            padding: 50px 15px 50px 30px;
            width: 55%;
        }

            .ProductsWrap .ProductBox .Content h2 {
                font-size: 34px;
                margin: 0;
                margin-bottom: 5px;
            }

            .ProductsWrap .ProductBox .Content p {
                font-size: 14px;
                margin: 0;
                opacity: .8;
            }

        .ProductsWrap .ProductBox .Btns {
            display: flex;
            flex-direction: column;
            gap: 15px;
            margin-top: 20px;
        }

            .ProductsWrap .ProductBox .Btns a.btn-animation {
                font-size: 16px;
            }

            .ProductsWrap .ProductBox .Btns .btn-animation::after {
                height: 40px;
                width: 40px;
                left: -7px;
            }

            .ProductsWrap .ProductBox .Btns .btn-animation i {
                height: 40px;
                width: 40px;
                line-height: 40px;
            }

.ProductTitle {
    padding: 60px 0px 30px 0px;
}

    .ProductTitle .ImgContent {
        border-radius: 30px;
        overflow: hidden;
        position: relative;
    }

        .ProductTitle .ImgContent::before {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            background: #000000;
            background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(9, 12, 37, 0) 100%);
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .ProductTitle .ImgContent .content {
            text-align: center;
            position: absolute;
            bottom: 15px;
            width: 850px;
            margin: auto;
            display: block;
            left: 0;
            right: 0;
            z-index: 2;
            max-width: 100%;
        }

            .ProductTitle .ImgContent .content h1 {
                color: #fff;
                margin: 0;
                font-size: 48px;
            }

            .ProductTitle .ImgContent .content p {
                color: #fff;
                opacity: .8;
                font-size: 18px;
                font-weight: 300;
            }

.ProductOverview {
    padding: 30px 0px;
}

    .ProductOverview h2 {
        font-size: 54px;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .ProductOverview p {
        margin-bottom: 10px;
    }

.BenefitsSection {
    padding: 30px 0px;
}

    .BenefitsSection h4 {
        font-size: 24px;
        margin: 0;
        margin-bottom: 10px;
    }

    .BenefitsSection ul {
        margin: 0;
    }

        .BenefitsSection ul li {
            margin-bottom: 10px;
        }

            .BenefitsSection ul li::marker {
                color: #000;
            }

            .BenefitsSection ul li strong {
                display: block;
            }

.ProductTechnology {
    padding: 30px 0px;
}

    .ProductTechnology .row {
        display: flex;
        align-items: center;
    }

    .ProductTechnology h2 {
        font-size: 54px;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .ProductTechnology p {
        margin: 0;
    }

    .ProductTechnology img {
        width: 450px;
        height: 300px;
        max-width: 100%;
        margin: auto;
        display: block;
        border-radius: 50px 0px 50px 0px;
    }

.WhyARY {
    padding: 60px 0px 60px 0px;
}

    .WhyARY .quick-contact-items {
        width: 850px;
        margin: auto;
        max-width: 100%;
        text-align: center;
    }

    .WhyARY h2 {
        font-size: 54px;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .WhyARY .btn-animation {
        margin-top: 10px;
        margin-left: 0;
    }