html, body{
    margin: 0%;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

:root{
    --primary-color: #4458dc;
    --primary-color2: #854fee;
    --title-color: #141313;
    --text-color: #777777;
    --border-color: #201f1f17;
    --gradient-color: linear-gradient(90deg, #4458dc 0%, #854fee 100%);
    --shadow-color: 0px 10px 30px rgba(118, 85,225, 0.3);
    --box-shadow: 0px 10px 30px rgba(57,56,61, 0.205);
}

.header_area .main-menu .navbar-brand{
    padding: 0 2rem 0 5rem;
}

.header_area .main-menu .navbar{
    padding: 1rem 15rem;
    background-color: white;
}

.header_area .main-menu .nav-item .nav-link{
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    padding: 1.7rem;
    font-weight: 500;
    color: var(--title-color);
}

.header_area .main-menu .navbar-nav .active a{
    background: var(--gradient-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.header_area .main-menu .navbar-nav a:hover{
    background: var(--gradient-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


.site-main .site-banner .site-title h3{
    padding-top: 35%;
    font-weight: 500;
}

.site-main .site-banner .site-title h3::after{
    content: "";
    height: 2px;
    width: 18vw;
    background: black;
    display: inline-block;
    margin-left: 5%;
    transform: translateY(-10px);
}

.site-main .site-banner .site-title h1{
    font-size: 3rem;
}

.site-main .site-banner .site-title h4{
    font-size: 1.5rem;
}

.site-main .site-banner .banner-img > img{
    padding: 7rem 0;
    width: 90rem;
}

.title-text{
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 72px;
    font-family: "Roboto", sans-serif;
}

.text-uppercase{
    text-transform: uppercase;
}

.button{
    padding: .8rem 2.2rem;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
    position: relative;
    border: 3px solid transparent;
    border-radius: 4px;
}

.button.primary-button{
    background: var(--gradient-color);
    background-clip: padding-box;
    color: whitesmoke;
    transition: background .6s ease;
    box-shadow: var(--box-shadow);
}

.button.primary-button:hover{
    background: whitesmoke;
    background-clip: padding-box;
    color: black;
}

.button.primary-button::after, .button.secondary-button::after{
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    background: var(--gradient-color);
    content: '';
    z-index: -1;
    border-radius: 4px;
}

.button.secondary-button{
    background: white;
    background-clip: padding-box;
    transition: background .6s ease;
}

.button.secondary-button:hover{
    background: var(--gradient-color);
    color: whitesmoke;
    box-shadow: var(--box-shadow);
}

.site-main .about-area{
    padding: 8rem 5rem;
}

.site-main .about-area .about-title h2 > span{
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 49px;
    line-height: 60px;
    font-family: "Roboto", sans-serif;
}

.site-main .about-area .about-image{
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.40);
}
p.para{
    color: var(--text-color);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    font-family: "Roboto", sans-serif;
}

.site-main .brand-area{
    padding: 1rem 20rem;
    margin-bottom: 4rem;
}

.site-main .brand-area .first-row .col-lg-4{
    display: flex;
    justify-content: center;
}

.site-main .brand-area .first-row .col-lg-4 > .single-brand{
    border: 1px solid var(--border-color);
    text-align: center;
    padding: 1.8rem 0rem;
    margin: .9rem 0;
    width: 180px;
    height: 100px;
    cursor: pointer;
    transition: transform .4s ease;
}

.site-main .brand-area .first-row .col-lg-4 > .single-brand > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.site-main .brand-area .first-row .col-lg-4 > .single-brand:hover{
    box-shadow: var(--box-shadow);
    transform: scale(1.1);
}

.site-main .brand-area .experience-area{
    padding-left: 1rem;
}

.site-main .brand-area .experience-area span{ 
    display: block;
}

.site-main .brand-area .experience-area .years-area{ 
    background: url(../images//client-info-bg.png) no-repeat 45px 20px;
    padding: 2rem 0;
    width: 40rem;
    height: 18rem;
    padding-left: 8rem;
    position: relative;
}

.site-main .brand-area .experience-area .bg-panel{
    position: absolute;
    left: -190px;
    top: 0%;
    background: #e029290a;
    width: 400px;
    height: 400px;
    margin-left: 340px;
    z-index: -1;
}

.site-main .brand-area .experience-area .years-area .years{
    font-style: normal;
    font-weight: bold;
    font-size: 84px;
    line-height: 40px;
    font-family: "Roboto", sans-serif;
    color: var(--primary-color2);
    z-index: 2;
}

.site-main .brand-area .experience-area .years-area .years h2 > span{
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
}

.site-main .brand-area .experience-area .mail-area{
    padding-left: 10rem;
}

.site-main .services-area{
    padding: 7rem 2rem;
}

.site-main .services-area .service-title{
    padding: 0 14rem;
}

.site-main .services-area .service-title h1{
    font-size: 35px;
}

.services {
    background: rgba(248, 252, 253, 0.973);
    padding: 2rem 0;
    width: 16rem;
    margin: 5rem .5rem;
    transition: box-shadow .6s ease;
}

.services:hover {
    box-shadow: var(--box-shadow);
}

.site-main .project-area{
    padding: 4rem 0;
}

.site-main .project-area .button-group button{
    background: transparent;
    border: none;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}

.site-main .project-area .button-group button + button{
    padding-left: 4rem;
}

.site-main .project-area .grid .our-project > .title h4{
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 12px;
    font-family: "Roboto", sans-serif;
}

.site-main .project-area .grid .our-project .img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

button:hover, button:focus, button:active,.btn:active, .btn.active{
        outline: 0px !important;
        box-shadow: none !important;
}

.site-main .contact-area .contact{
    background: url(/images/contact-bg.png) no-repeat;
    padding: 10rem 0;
    margin: 3rem auto;
}

.site-main .contact-area .contact .contact-title h4{
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
    color: whitesmoke;
}

.site-main .contact-area .contact .contact-title p{
    color: whitesmoke;
    padding: 1rem 4rem;
}

.site-main .contact-area .contact .contact-title b{
    font-size: 22px;
}

footer.footer-area{
    padding: 5rem 0;
    background: url(/images/footer-bg.png) no-repeat;
}

footer.footer-area .social h5{
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
}

footer.footer-area .social a>i{
    font-size: 22px;
    padding: 2rem;
    color: var(--border-color);
}