body {
    font-family: 'Lato', sans-serif;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    scroll-padding-top: 2rem;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}


@media only screen and (max-width: 768px) {
    .container {
        /* margin: auto; */
        margin-left: auto;
        margin-right: auto;
    }
}

/* Header */
button.navbar-toggler {
    color: #fff;
    font-size: 2rem;
}

nav button.navbar-toggler:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

h2 span {
    color: #3686F7;
}

.navbar {
    background-color: #121212;
}

.navbar-expand-lg .navbar-nav {
    gap: 25px;
}

li .nav-link {
    font-weight: 400;
    font-size: 16px;
    color: white;
}

li .nav-link:hover {
    color: #3686F7;
}

.title {
    font-size: 2.5rem;
    color: #fff;
}


/* hero */
.hero {
    background-image: url("../img/bg.jpg");
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.content {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 500px) {
    .content {
        left: 200px;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
}

.jon {
    font-family: 'Poppins', sans-serif;
    color: #3686F7;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    font-size: 4.5rem;
}

.he {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.76);
}

.an span {
    font-style: normal;
    font-weight: 450;
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.76);
}

.social {
    align-items: center;
    column-gap: 0.5rem;
    margin-top: 1.5rem;
    word-spacing: 1px;
}

.social .bx {
    font-size: 1.8rem;
    padding: 0.625rem;
    color: #fff;
    transition: 0.3s all linear;
}

.social .bx:hover {
    transform: scale(1.3);
    transition: 0.3s all linear;
}

/* End */

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
    text-align: center;
}

.clients .swiper-slide img {
    width: 190px;
    height: auto;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 13px 0;
    filter: grayscale(100);
}

.clients .swiper-slide:hover img {
    filter: none;
    transform: scale(1.1);
}

.clients .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #3686F7;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #3686F7;
}

.clients .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.clients .owl-item img {
    width: 60%;
    opacity: 0.5;
    transition: 0.3s;
}

.clients .owl-item img:hover {
    opacity: 1;
}

.clients .owl-nav,
.clients .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

.clients .owl-dot.active {
    background-color: #3686F7 !important;
}

/* End Client */


/* About */
#about {
    margin-bottom: 30px;
    margin-top: 15px;
}

.abtM {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.ab {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 40px;
    letter-spacing: 0.7px;
    color: #666666;
}

.vid {
    width: 100%;
    height: 450px;
}

.tmm {
    font-family: 'Poppins', sans-serif;
    color: #3686F7;
    width: 170px;
    height: 50px;
    border: 2px solid #3686F7;
    font-size: 17px;
    background: white;
    border-radius: 5px;
    transition: all 0.4s;
}

.tmm:hover {
    border: none;
    outline: none;
    color: white;
    background-color: #3686F7;
    transition: all 0.8s;
}

.one-ab {
    display: flex;
    margin-bottom: -5px;
}

.one-ab>.one {
    width: 65px;
    border-radius: 0.125rem;
    color: #3686F7;
    opacity: 1;
    margin-left: 69px;
    margin-top: -10px;
    border: 2px solid #3686F7;
    background-color: #3686F7;
}

/* MEDIAQUERIES */
@media only screen and (max-width: 1024px) {
    .abtM {
        font-size: 38px;
    }

    .ab {
        font-size: 18px;
        line-height: 33px;
        line-break: anywhere;
        letter-spacing: 0.3px;
    }

    .tmm {
        width: 160px;
        height: 45px;
        font-size: 15px;
    }

    .vid {
        width: 100%;
        height: 440px;
    }
}

@media only screen and (max-width: 990px) {
    .abtM {
        font-size: 38px;
        text-align: center;
    }

    .ab {
        text-align: center;
        font-size: 18px;
        line-height: 33px;
        line-break: anywhere;
        letter-spacing: 0.3px;
    }

    .one-ab {
        display: flex;
        margin-bottom: -5px;
        justify-content: center;
    }

    .one-ab>.one {
        margin: auto;
        margin-top: -10px;
        margin-bottom: 15px;
    }

    .tmm {
        text-align: center;
        align-items: center;
        width: 160px;
        height: 45px;
        font-size: 15px;
        margin: auto;
    }

    .vid {
        width: 100%;
        height: 440px;
    }
}

@media only screen and (max-width: 600px) {
    .abtM {
        font-size: 35px;
        text-align: center;
    }

    .ab {
        text-align: center;
        font-size: 18px;
        line-height: 33px;
        line-break: anywhere;
        letter-spacing: 0.3px;
    }

    .one-ab {
        display: flex;
        margin-bottom: -5px;
        justify-content: center;
    }

    .one-ab>.one {
        margin: auto;
        margin-top: -10px;
        margin-bottom: 15px;
    }

    .tmm {
        text-align: center;
        align-items: center;
        width: 150px;
        height: 40px;
        font-size: 14px;
        margin: auto;
    }
}

@media only screen and (max-width: 450px) {
    .abtM {
        font-size: 34px;
        text-align: center;
    }

    .ab {
        text-align: center;
        font-size: 18px;
        line-height: 33px;
        line-break: anywhere;
        letter-spacing: 0.3px;
    }

    .one-ab {
        display: flex;
        margin-bottom: -5px;
        justify-content: center;
    }

    .one-ab>.one {
        margin: auto;
        margin-top: -10px;
        margin-bottom: 15px;
    }

    .tmm {
        text-align: center;
        align-items: center;
        width: 145px;
        height: 38px;
        font-size: 13px;
        margin: auto;
    }
}

/* End About */


/* Mission */
#mission {
    text-align: center;
}

.missT {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.mis {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    text-align: center;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.81);
}

.one-mi {
    display: flex;
    justify-content: center;
}

.one-mi>.two {
    width: 70px;
    border-radius: 0.125rem;
    color: #3686F7;
    opacity: 1;
    margin-top: -0.313rem;
    margin-bottom: 0.938rem;
    border: 2px solid #3686F7;
    background-color: #3686F7;
}

/* MEDIAQUERIES */
@media only screen and (max-width: 990px) {
    .missT {
        font-size: 38px;
        text-align: center;
    }

    .mis {
        font-size: 24px;
    }
}

@media only screen and (max-width: 600px) {
    .missT {
        font-size: 35px;
        text-align: center;
    }

    .mis {
        font-size: 23px;
    }
}

@media only screen and (max-width: 450px) {
    .missT {
        font-size: 34px;
        text-align: center;
    }

    .mis {
        font-size: 22px;
    }

}

/* End Mission */


/* Qoute */
#quote {
    background-image: url("../img/Bg-Q.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 650px;
    margin-bottom: 25px;
}

.quo {
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 250px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    text-align: center;
    letter-spacing: 0.5px;
    color: white;
}

.quote .bx {
    font-size: 2rem;
}

/* MEDIAQUERIES */
@media only screen and (max-width: 990px) {
    .quo {
        font-size: 25px;
        text-align: center;
    }

    .quote .bx {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 600px) {
    .quo {
        font-size: 24px;
        text-align: center;
    }

    .quote .bx {
        font-size: 1.7rem;
    }
}

@media only screen and (max-width: 450px) {
    .quo {
        font-size: 23px;
        text-align: center;
    }

    .quote .bx {
        font-size: 1.6rem;
    }
}

/* End Quote */


/* Portfolio */
.por {
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.one-por {
    display: flex;
    justify-content: center;
}

.one-por>.three {
    width: 100px;
    border-radius: 0.125rem;
    color: #3686F7;
    opacity: 1;
    margin-top: -0.313rem;
    margin-bottom: 1.5rem;
    border: 2px solid #3686F7;
    background-color: #3686F7;
}

.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    color: #647bff;
}

.portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
    top: 15px;
    left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
    bottom: 15px;
    right: 15px;
}

/* MEDIAQUERIES */
@media only screen and (max-width: 990px) {
    .por {
        font-size: 38px;
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    .por {
        font-size: 36px;
        text-align: center;
    }
}

@media only screen and (max-width: 450px) {
    .por {
        font-size: 34px;
        text-align: center;
    }
}

/* ENd Portfolio */


/* TIMELINE */


/* ANIMATION */
.fat {
    animation: fadeInLeft;
    animation-duration: 2s;
}

.fag {
    animation: fadeInRight;
    animation-duration: 2s;
}

/* END ANIMATION */

.main {
    /* width: 100%; */
    height: auto;
    display: grid;
    place-items: center;
    padding: 10px 0;
    margin-bottom: -50px;
}

.timeli {
    align-items: center;
    justify-content: center;
}

.exp {
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.one-exp {
    display: flex;
    justify-content: center;
}

.one-exp>.four {
    width: 100px;
    border-radius: 0.125rem;
    color: #3686F7;
    opacity: 1;
    margin-top: -0.313rem;
    margin-bottom: 4rem;
    border: 2px solid #3686F7;
    background-color: #3686F7;
}

.timeli ul {
    list-style: none;
}

.timeli ul::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 140%;
    left: 840px;
    transform: translateX(-50%);
    background-color: #3686F7;
}

.timeli ul li {
    width: 50%;
    padding: 30px 30px;
    border-radius: 8px;
    position: relative;
    padding-bottom: 70px;
    z-index: 99;
}

.timeli ul li .circle {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #D9D9D9;
    top: 0;
    display: grid;
    place-items: center;
}

.circle::after {
    content: '';
    width: 50px;
    height: 50px;
    background: #123669;
    border: 2px solid #3686F7;
    border-radius: 50%;
}

ul li:nth-child(odd) .circle {
    transform: translate(50%, -50%);
    right: -30px;
}

ul li:nth-child(even) .circle {
    transform: translate(-50%, -50%);
    left: -50px;
}

.timeli ul li:nth-child(odd) {
    float: left;
    clear: right;
    text-align: right;
    padding-right: 35px;
    transform: translateX(-50px);
}

.timeli ul li:nth-child(even) {
    float: right;
    clear: left;
    text-align: left;
    padding-left: 20px;
    transform: translateX(30px);
}

ul li .heading {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    color: black;
    margin-top: -60px;
}

ul li p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    margin: 6px 0 4px 0;
    letter-spacing: 0.5px;
}

@media only screen and (max-width: 798px) {
    .timeli {
        width: 70%;
    }

    .timeli ul::after {
        left: 105px;
        height: 160%;
    }

    .timeli ul li {
        width: 100%;
        float: none;
        clear: none;
    }

    .timeli ul li .circle {
        left: -40px;
        transform: translate(-50%, -50%);
    }

    .timeli ul li:nth-child(odd) {
        transform: translateX(0px);
        text-align: left;
    }

    .timeli ul li:nth-child(even) {
        transform: translateX(0px);
    }
}

@media only screen and (max-width: 550px) {
    .timeli ul::after {
        height: 260%;
        left: 79px;
    }

    .timeli ul li .circle {
        height: 65px;
        width: 65px;
        left: -20px;
    }

    .circle::after {
        height: 35px;
        width: 35px;
    }
}


/* BLOG */
.blg {
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.one-blg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.one-blg>.five {
    width: 50px;
    border-radius: 0.125rem;
    color: #3686F7;
    opacity: 1;
    margin-top: -0.313rem;
    margin-bottom: 1.5rem;
    border: 2px solid #3686F7;
    background-color: #3686F7;
}

.blog-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: -20px 0px;
    flex-wrap: wrap;
}

.blog-box {
    width: 310px;
    background-color: #ffffff;
    border: 2px solid #ecececec;
    margin: 20px 0px;
}

.blog-img {
    width: 100%;
    height: auto;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-text {
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.blog-text span {
    color: #3686F7;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
}

.blog-text .blog-title {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 5px;
}

.blog-text .blog-sub {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.8px;
    color: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-text a {
    color: #0f0f0f;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.8px;
}

.blog-text a:hover {
    color: #3686F7;
}

/* MEDIAQUERIES */
@media only screen and (max-width: 1440px) {
    .blog-box {
        width: 280px;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 1100px) {
    .blg {
        font-size: 38px;
        text-align: center;
    }

    .blog-box {
        width: 70%;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 768px) {
    .blg {
        font-size: 36px;
        text-align: center;
    }

    .blog-box {
        margin: 20px 10px;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    #blog {
        padding: 20px;
    }
}

@media only screen and (max-width: 450px) {
    .blg {
        font-size: 34px;
        text-align: center;
    }
}

/* END BLOG */


/* CONTACT FORM */
#contact {
    margin-top: 30px;
}

.con {
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.one-con {
    display: flex;
    align-items: center;
    justify-content: center;
}

.one-con>.six {
    width: 70px;
    border-radius: 0.125rem;
    color: #3686F7;
    opacity: 1;
    margin-top: -0.313rem;
    margin-bottom: 2.5rem;
    border: 2px solid #3686F7;
    background-color: #3686F7;
}

.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    background: #fff;
}

.contact .info-box i {
    font-size: 32px;
    color: #3686F7;
    border-radius: 50%;
    padding: 8px;
}

.contact .info-box h3 {
    text-transform: uppercase;
    font-size: 20px;
    color: #2c4964;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .contact-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
    background: #fff;
}

.contact .contact-form input,
.contact .contact-form textarea {
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
}

.contact .contact-form input:focus,
.contact .contact-form textarea:focus {
    border-color: #3686F7;
}

.contact .contact-form input {
    padding: 10px 15px;
}

.contact .contact-form textarea {
    padding: 12px 15px;
}

.contact .contact-form button[type=submit] {
    border: 2px solid #3686F7;
    background-color: white;
    padding: 9px 28px;
    color: #3686F7;
    transition: 0.4s;
    border-radius: 5px;
    margin-top: 30px;
}

.contact .contact-form button[type=submit]:hover {
    background: #3686F7;
    color: white;
}

/* MEDIAQUERIES */
@media only screen and (max-width: 990px) {
    .con {
        font-size: 38px;
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    .con {
        font-size: 36px;
        text-align: center;
    }
}

@media only screen and (max-width: 450px) {
    .con {
        font-size: 34px;
        text-align: center;
    }
}

/* end contact */


/* Footer */
#copyR {
    margin-top: 30px;
    background-color: #121212;
    padding: 20px;
}

.copyR p {
    margin: 0;
    color: #fff;
    font-size: 18px;
}

/* End Footer */