.lexend-400 {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.lexend-600 {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.work-sans-400 {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.work-sans-600 {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

html {
    font-size: 13px;
}

@media screen and (min-width:991px) {
    html {
        font-size: 15px;
    }
}

@media screen and (min-width:1200px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width:1600px) {
    html {
        font-size: 17px;
    }
}

body {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
}

p {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
}

.para1 {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
}

img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.df {
    display: flex;
}

.jcc {
    justify-content: center;
}

.aic {
    align-items: center;
}

.jcsb {
    justify-content: space-between;
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}

.ttu {
    text-transform: uppercase;
}

.stitle {
    font-size: 2rem;
}

.stitle span {
    color: #f01a42;
}

.para-light {
    color: rgb(138, 143, 147);
    line-height: 1.5;
}

.navbar-expand-lg .navbar-nav .nav-link {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 20px;
    letter-spacing: 0.7px;
    font-weight: 600;
    color: #fff;
}

.hbtn {
    border-radius: 50px;
    background-color: #1a42f0;
    color: #fff;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
}

header {
    position: absolute;
    z-index: 123;
    width: 100%;
}
header.sticky{
    position: fixed;
    animation: from-top 500ms ease;
    background-color: #fff;
}
header.sticky .navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
}
header .navbar-collapse {
    background-color: #1a42f0;
}

.about-title p {
    font-size: .9rem;
    color: #333;
    letter-spacing: 1px;
}

.acard {
    padding: 10px;
}

.acard img {
    border-radius: 10px;
    display: block;
}

.acard h2 {
    padding: 10px 0;
    margin-bottom: 0;
    font-weight: 600;
    color: rgb(31, 36, 46);
}

.acard p {
    color: rgb(138, 143, 147);
    padding: 0;
}

.serv img {
    border-radius: 10px;
}

.serv .left-image {
    position: sticky;
    top: 0;
}

@media screen and (min-width:991px) {
    header {
        padding: 1rem 3rem;
    }

    header .navbar-collapse {
        background-color: transparent;
    }

    .stitle {
        font-size: 3.6rem;
        font-weight: 700;
    }

    .acard {
        padding: 25px;
    }

    .acard h2 {
        padding: 16px 0;
    }

    
}



[data-am]{opacity:0;transition: all 600ms ease 200ms;}
[data-am="1"]{transform:translate(0,0) scale(1);opacity:1;}
[data-am="ftop"]{transform:translateY(-100px);}
[data-am="fbottom"]{transform:translateY(100px);}
[data-am="fleft"]{transform:translateX(-100px);}
[data-am="fright"]{transform:translateX(100px);}
[data-am="scale"]{transform:translate(0,0) scale(0);}
@keyframes from-top{0%{transform: translateY(-100%);}100%{transform: translateY(0);}}
@keyframes ripple{70%{-webkit-box-shadow:0 0 0 1em rgba(255,255,255,.2);box-shadow:0 0 0 1em rgba(255,255,255,.2)}100%{-webkit-box-shadow:0 0 0 0 rgba(255,255,255,0);box-shadow:0 0 rgba(255,255,255,0)}}
@keyframes grow{50%{opacity:1;transform:scale(1)}100%{opacity: 0.5;transform:scale(1)}}
@keyframes slide{0%{left:-100%;}100%{left:125%}}