* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}
.nav-box{
    width: 100%;
    position: fixed;
    top: 0;
    background:white;
    z-index: 1;
}

.nav-custom {
    width: 70%;
    padding: 30px 0px;
    background: white;
    margin: auto;
}


.nav-links {
    text-decoration: none;
    color: rgb(36, 36, 36);
    font-size: 16px;
    font-weight: 500;
    transition: all .5s;
}

.nav-links:hover {
    color: rgb(173, 2, 2);
}

li {
    list-style: none;
}

.nav-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
}

.mob-logo {
    color: white;
    display: none;
}

.toggle {
    color: rgb(18, 18, 18);
    display: none;
}

.box1 {
    width: 100%;
    padding: 20px;
    background-image: url(image/bg1.png);
    background-size: cover;
    margin-top: 105px
}

.box1-content-box {
    color: white;
}

.btn1 {
    padding: 15px 20px;
    border: none;
    color: white;
    background: rgb(173, 2, 2);
    border-radius: 3px;
}

.box1-small-box {
    display: flex;
    justify-content: start;
    padding: 0px 10px;
    color: white;
    font-size: 17px;
    word-spacing: 1.2;
}

.box1-content-box2 {
    display: flex;
    justify-content: end;
    align-items: center;
}

.box1-content-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box1-head-item {
    padding: 50px 0px;
}

.box1-img {
    animation: upAndDown 2s ease-in-out infinite;
}



/* home page Box2 css */


.box2 {
    margin-top: 80px;
}

.box2-card2-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 300;
    width: 100%;
}

.box2-card1 {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box2-heading {
    font-size: 40px;
    font-weight: 300;
}

.box2-card-heading1 {
    width: 33.33%;
    padding: 15px;
    border-left: 1px solid rgba(173, 2, 2, 0.402);
    border-right: 1px solid rgba(173, 2, 2, 0.402);
    text-align: center;
    color: rgb(106, 106, 106);
    cursor: pointer;
    transition: all .5s;
    font-size: 20px;
    font-weight: 500;
}

.box2-card-heading2 {
    width: 33.33%;
    padding: 15px;
    border-right: 1px solid rgba(173, 2, 2, 0.402);
    text-align: center;
    color: rgb(106, 106, 106);
    cursor: pointer;
    transition: all .5s;
    font-size: 20px;
    font-weight: 500;
}

.box2-card-heading3 {
    width: 33.33%;
    padding: 15px;
    border-right: 1px solid rgba(173, 2, 2, 0.402);
    text-align: center;
    color: rgb(106, 106, 106);
    cursor: pointer;
    transition: all .5s;
    font-size: 20px;
    font-weight: 500;
}

.box2-card-heading1:hover {
    color: rgb(173, 2, 2);
}

.box2-card-heading2:hover {
    color: rgb(173, 2, 2);
}

.box2-card-heading3:hover {
    color: rgb(173, 2, 2);
}

.box2-card2-para {
    margin-top: 0px;
    color: rgb(106, 106, 106);
    line-height: 1.5;
}

.active-heading {
    color: rgb(173, 2, 2);
}

.box3-heading {
    font-size: 40px;
    font-weight: 300;
    text-align: center;
}

.box3 {
    width: 100%;
    padding: 20px 0px;
    margin-top: 80px;
    background-color: rgb(243, 243, 243);
}


@keyframes upAndDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}





/* about page css */

.hero-box1 {
    padding: 50px 20px;
    background-image: url(image/bg1.png);
    text-align: center;
    color: white;
    margin-top:100px ;
}


.about-box2 {
    padding: 10px;
    margin-top: 80px;
}

.about-box2-heading {
    font-size: 40px;
    font-weight: 300;
}

.about-box2-para {
    margin-top: 0px;
    color: rgb(106, 106, 106);
    line-height: 1.5;
}

.about-box2-footer {
    width: 400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-box2-footer-heading1 {
    font-size: 40px;
    font-weight: 500;
    color: rgb(173, 2, 2);
    margin-bottom: 5px;
}

.about-box2-footer-heading2 {
    font-size: 17px;
    color: rgb(106, 106, 106);
}


.about-box3 {
    width: 100%;
    margin-top: 80px;
    background-color: rgb(243, 243, 243);
    padding: 40px 0px;
}


.about-box4 {
    margin-top: 80px;
    margin-bottom: 30px;
}

.team-img-box1 {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background-image: url(image/team-img1.png);
    background-size: cover;
    filter: grayscale(100%);
    transition: filter 0.5s ease-in-out;

}

.team-img-box2 {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background-image: url(image/team-img2.png);
    background-size: cover;
    filter: grayscale(100%);
    transition: filter 0.5s ease-in-out;

}

.team-img-box3 {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background-image: url(image/team-img3.png);
    background-size: cover;
    filter: grayscale(100%);
    transition: filter 0.5s ease-in-out;
}

.team-img-box3:hover {
    filter: grayscale(0%);
}

.team-img-box2:hover {
    filter: grayscale(0%);
}

.team-img-box1:hover {
    filter: grayscale(0%);
}

.team-name {
    font-size: 30px;
    font-weight: 500;
}

.team-name {
    font-size: 20px;
}

.about-box2-card2 {
    display: flex;
    justify-content: end;
    animation: upAndDown 2s ease-in-out infinite;
}


.flex-box {
    display: flex;
    justify-content: start;
    align-items: center;
}

.managed-box3 {
    margin-top: 80px;
}


.managed-box3-card-head {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width:1200px) {
    .nav-custom {
        width: 90%;
        margin: auto;
        padding: 30px 0px;
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
    margin-top: 50px;
}

.slide-track {
    animation: scroll linear infinite;
    animation-duration: 40s;
    display: flex;
    justify-content: space-between;
    width: calc(250px * 12);
}

.slide {
    height: 100px;
    width: 250px;
}


/* box4 css home page */
.box4 {
    margin-top: 80px;
}

.box4-card {
    padding: 20px;
    color: rgb(106, 106, 106);
    transition: all .5s;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.124);
    border-radius: 3px;
}

.box4-card:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.143);
}

.box3-icon-box {
    width: 70px;
    height: 70px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(173, 2, 2);
    margin-bottom: 10px;
    font-size: 30px;
    background: rgba(173, 2, 2, 0.082);
}




.box4-card-head {
    color: rgb(106, 106, 106);
}


.box4-card-para {
    font-size: 16px;
}



/* box5 css home page */

.box5 {
    width: 100%;
    padding: 40px;
    background-image: url(image/bg1.png);
    background-attachment: fixed;
    text-align: center;
    color: white;
    margin-top: 80px;
}


.box5-heading1 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 5px;
}

.box5-heading2 {
    font-size: 30px;
    font-weight: 500;
    word-spacing: 1.2;
}



/* box6 css home page */

.box6 {
    margin-top: 80px;
}

.box6-content-box {
    padding: 0px 40px 0px 0px;
}

.box6-heading {
    font-size: 40px;
    font-weight: 300;
}

.box6-sub-head {
    font-size: 20px;
}


.box6-tool-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tool-img {
    width: 90%;
    filter: grayscale(100%);
    transition: filter 0.5s ease-in-out;
}

.tool-img:hover {
    filter: grayscale(0%);
}

.box7 {
    padding: 40px;
    margin-top: 80px;
    background-color: rgb(243, 243, 243);
}

.box7-card {
    text-align: center;
}

.box7-heading {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 0;
}


.box7-sub-head {
    margin-bottom: 0;
    color: rgb(106, 106, 106);
}


/* footer css */

.footer {
    width: 100%;
    padding: 10px 0px 0px 0px;
    background-image: url(image/footer-bg.png);
    color: white;
}

/* .footer-itme{
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

.footer-list {
    margin: 5px;
}

.footer-content {
    padding: 10px;
}


.footer-links {
    color: white;
    text-decoration: none;
}

.footer-contect-info {}


.footer-icon-box {
    width: 300px;
    margin: auto;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
}

.footer-bottum-box {
    border-top: 1px solid rgb(173, 2, 2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.footer-icon {
    transition: all .5s;
    cursor: pointer;
}

.footer-icon:hover {
    transform: scale(1.3)
}


.modal-form {
    width: 100%;
    height: max-content;
    font-size: 17px;
    padding: 20px;
    box-shadow: 0px 0px 5px rgb(188, 188, 188);
}

.modal-input {
    width: 100%;
    margin-bottom: 10px;
    padding: 7px;
    border-radius: 4px;
    border: 0.5px solid rgb(163, 163, 163);

}

.modal-input:focus {
    outline: 1px solid rgb(173, 2, 2);
}


.modal-form-btn {
    background: rgb(173, 2, 2);
    border: none;
    border-radius: 3px;
    padding: 10px 20px;
    color: white;
}

.modal-content {
    padding: 20px;

}



.modal-title {
    font-size: 25px;
    color: rgb(173, 2, 2);
}

/* @media only screen and (max-width:1400px) {
    .footer-itme{
        display: block;
    }
} */

@media only screen and (max-width:900px) {
    .nav-custom {
        width: 100%;
        margin: auto;
        position: relative;
        height: 50px;
        z-index: 99999;
    }

    .nav-item {
        width: 100%;
        display: block;
        text-align: center;
        padding: 0;
        margin-left: -100%;
        transition: all ease-in-out .5s;
        height: 100vh;
        margin-top: 30px;
        opacity: 0;
        

    }

    .mob-nav {
        width: 100%;
        display: block;
        text-align: center;
        padding: 0;
        margin-left: 0%;
        transition: all ease-in-out .5s;
        height: 100vh;
        background: rgba(0, 0, 0, 0.833);
        z-index: 0;
        margin-top: 30px;
        opacity: 1;
    }

    .nav-list {
        padding-top: 30px;
    }

    .nav-links {
        color: white;
    }

    .toggle {
        color: rgb(23, 23, 23);
        display: block;
        position: absolute;
        right: 10;
        top: 15;
    }

    .mob-logo {
        display: block;
        position: absolute;
        left: 15;
        top: 10;
    }

    .box1 {
        padding: 0;
    }

    .box2-card1 {
        width: 100%;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .box2-heading {
        font-size: 20px;
        font-weight: 300;
    }

    .box2 {
        margin-top: 30px;
    }

    .box3 {
        margin-top: 30px;
    }

    .box4 {
        margin-top: 30px;
    }

    .box5 {
        padding: 20px;
    }

    .box5-heading2 {
        font-size: 25;
    }

    .tool-img {
        width: 50%;
        filter: grayscale(0%);
        transition: filter 0.5s ease-in-out;
        margin: auto;
    }

    /* .footer-itme{
        display: block;
    } */

    .footer-bottum-box {
        display: block;
        text-align: center;
    }

    .box2-card-heading3 {
        font-size: 15px;
        padding: 5px;
    }

    .box2-card-heading2 {
        font-size: 15px;
        padding: 5px;
    }

    .box2-card-heading1 {
        font-size: 15px;
        padding: 5px;
    }

    .slide-track {
        animation: scroll linear infinite;
        animation-duration: 40s;
        display: flex;
        justify-content: space-between;
        width: calc(250px * 6);
    }

    .team-img-box1 {
        filter: grayscale(0%);
    }

    .team-img-box2 {
        filter: grayscale(0%);
    }

    .team-img-box3 {
        filter: grayscale(0%);
    }

    .about-box2-footer {
        width: 100%;
    }

    .about-box2-footer-item {
        padding: 0px 5px;
    }

    .about-box2-heading {
        font-size: 25px;
    }

    .about-box2 {
        margin-top: 30px;
    }

    .about-box3 {
        margin-top: 30px;
    }
    .hero-box1{
        margin-top: 0px;
    }

    .nav-box{
        width: 100%;
        position: relative;
        top: 0;
        background:white;
        z-index: 1;
    }

    .box1{
        margin-top: 0px;
    }

    .box1-head-item {
        width: 30px 0px;
}