* {
    /* background-color: blue; */
    margin: 0;
    padding: 0;
}

.navbar {
    margin: 0;
    padding: 0;
}



.m-nav {
    flex-basis: 100%;
    flex-grow: 0;
    align-items: center;
    padding-right: 5%;
}


.menu2 li {
    /* display: block; */
    /* height: 100%; */
    width: 100px;
    /* font-size: 20px; */
    position: relative;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    color: #fff;
    /* text-transform: uppercase; */
    /* text-shadow: 0 0 15px #8e54e9; */
    /* transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1); */
    /* text-align: right; */
    /* padding: 0 10px; */
    /* margin-right: 30px;   */
}

.menu2 li:after,
.menu2 li:before {
    content: "";
    position: absolute;
    display: block;
    border: 0px solid transparent;
    width: 0%;
    height: 0%;
    transition: all 0.5s ease;
}

.menu2 li:after {
    width: 0%;
    height: 0%;
    top: 0;
    left: 0;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
}

.menu2 li:before {
    width: 0%;
    height: 0%;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
}

.menu2 li:hover::before,
.menu2 li:hover::after {
    width: 100%;
    height: 100%;
    border-color: #fff;
}

.nav a {
    text-decoration: none;
    color: #fff;
    padding-left: 5%;
    font-weight: 800;
}

.navcontainer {
    margin: 0;
    padding: 0.5%;
    background-color: #070D59;
    max-width: 100%;
}

.hero {
    background-color: #CEDDEF;
    margin: 0;
    max-width: 100%;
    /* padding: 20px 100px; */
    padding: 5%;
    padding-right: 20%;
}

.hero .mhero {
    background-color: #CEDDEF;
    border: none;
}

.hero-text {
    margin: 5% 0px;
    position: relative;
}

.hero-text h3 {
    color: #38B5FB;
    font-weight: 800;
    font-size: 2vw;

}

.hero-text h3 span {
    color: #070D59;
    text-decoration: underline;
}

.hero-text h1 {
    color: #070D59;
    font-weight: 900;
    font-size: 6vw;
    /* padding-top: 20px; */
    margin-bottom: 20px;
    /* float: left; */
}

.hero-text h1 span {
    color: #38B5FB;
}

.hero-img {
    /* padding-left: 80px; */
    padding-right: 0;
    margin-right: 0;
    margin-top: 5%;
    /* padding-left: 15%; */
    /* display: flex; */
    /* flex-direction: column; */
    /* float: left; */
    /* margin-left: 50px; */
}

.hero-f-img {
    text-align: left;
    position: relative;
    width: 19vw;
    min-width: 150%;
    /* margin-top: 5%;
    padding-left: 0;
    padding-right: 5%; */
    /* padding: 10%; */
    height: 50%;
}

/*

.hero-bg-img {
    position: absolute;
    width: 20vw;
    margin-top: 5%;
    display: flex;
    justify-content: center;
    padding-left: 4%;

     rotate: 360deg; 
}

.hero-bg-img {
    animation: rotation 8s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}
*/


.btn-exp {
    background: rgb(1, 1, 70);
    padding: 0px 30px;
    /* border: 2px solid var(--darkBlue); */
    border-radius: 55px;
    margin-top: 50px;
}

.btn-exp-text {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
    color: #fff;
    margin: 0px;
    padding: 5px;
}

.custom-nav-toggler {
    background-color: #fff;
}


/* services */
.services {
    text-align: center;
    margin-top: 5%;
}

.services .cards {
    margin: 5%;
}

.services .cards .mcard {

    border: 2px solid black;
    border-radius: 2%;
    margin: 10px;
    background-color: #CEDDEF;
    padding: 2%;

}

/* .services .ser-img {
    display: flex;
    text-align: center;
    justify-content: center;
} */


/* about */
.about {
    background-color: #CEDDEF;
    margin-top: 5%;
}

.about img {
    width: 50vw;
}


.about-text {
    /* margin: 12%;  */
    padding: 10%;
    padding-left: 5%;
}

/* mathalodogies */
.methodology {
    margin: 5%;
}

.methodology-card {
    /* border: 2px solid black; */
    /* border-radius: 10%; */
    border: none;
    margin: 10px;
    /* background-color: #CEDDEF; */
    padding: 2%;
}

.methodology h2 {
    margin: 5%;
    text-align: center;
    font-weight: 800;
}








/* working timing */
.working {
    background-image: url(img/assets/office.jpg);
    /* min-height: 500px; */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.working-hours {
    margin: 20%;
    background-color: #CEDDEF;
    color: #000;
    border: none;
    border-radius: 5%;
    font-weight: 700;
}

.working-hours .icon {
    font-size: 500%;
    font-weight: 900;
}

/* why choose us */
.why {
    margin: 5%;
}

.why h3 {
    font-size: 300%;
    font-weight: 600;
}

.why h4 {
    font-size: 200%;
    font-weight: 600;
}

.why .text {
    margin-right: 20%;

}

.why img {
    width: 80%;

}

/* footer */
footer {
    /* margin: 5%; */
    background-color: #CEDDEF;
}

.footer {
    margin: 5%;
    margin-bottom: 0;
    padding-top: 3%;
}

.social {
    font-size: 3vw;
    text-align: right;
    /* margin: 5%; */
    margin-bottom: 0;
}

.social i {
    color: rgb(49, 66, 248);
}

@media (max-width: 576px) {
    .social {
        text-align: left;
        padding-top: 2%;
    }
}

footer a {
    text-decoration: none;
    color: #000;
}



/* responsiveness */