/*Body*/
body {
    font-family: "Poppins", sans-serif !important;
    line-height: 1.6rem;
    letter-spacing: 0.5px;
}

/*first row*/

.blog {
    margin-bottom: 0px;
    color: #f1f1f1;
    font-size: 15px;
    font-weight: 550;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
}

.blogged {
    position: relative;
    padding-top: 110px;
    background-color: #075b79f3;
    padding-bottom: 145px;
    padding-left: 115px;
    padding-right: 115px;
}

.blogged:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -145px;
    overflow: visible;
    width: 92%;
    height: 280px;
    z-index: 1;
    transform: skewY(351deg);
    background-color: #fff;
}

.blogged:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -95px;
    overflow: visible;
    width: 15%;
    height: 150px;
    z-index: 1;
    transform: skewY(15deg);
    background-color: #fff;
}

.blogged {
    position: relative;
    padding-top: 110px;
    background-color: #054f69;
    padding-bottom: 145px;
    padding-left: 115px;
    padding-right: 115px;
}

@media (max-width: 900px) {
    .blogged:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -52px;
        overflow: visible;
        width: 23%;
        height: 140px;
        z-index: 1;
        transform: skewY(15deg);
        background-color: #fff;
    }
}

@media (max-width: 900px) {
    #blog {
        padding-top: 0px !important;
    }
}

@media (max-width: 414px) {
    .blogged:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -22px;
        overflow: visible;
        width: 30%;
        height: 140px;
        z-index: 1;
        transform: skewY(15deg);
        background-color: #fff;
    }
}

@media (max-width: 414px) {
    #blog {
        padding-top: 0px !important;
    }
}

.blog-img-section img {
    position: absolute;
    width: 25%;
    top: 80px;
    right: 40px;
    z-index: 5;
}

@media (max-width: 375px) {
    .blogged {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
}

@media (max-width: 768px) {
    .blogged {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (max-width: 600px) {
    .blogged {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.blog-section h2 {
    font-size: 30px;
    font-weight: 550;
    color: white;
}

@media (max-width: 767.98px) {
    .blog-section h2 {
        font-size: 30px;
    }
}

/*second row*/

.top-section {
    position: relative;
    z-index: 5;
}

.sub {
    margin-bottom: 0px;
    color: #0081df;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
}

.top-section h2 {
    font-size: 30px;
    font-weight: 600;
    color: black;
}

.second {
    font-size: 35px;
    font-weight: 300;
}

@media (max-width: 767.98px) {
    .top-section h2 {
        font-size: 30px;
    }
}

/*3rd row*/
#team {
    padding-top: 75px;
    padding-bottom: 50px;
    z-index: 5;
}

/*social icon*/
.socialIcons {
    margin-right: 0.5rem;
    font-size: 1.1rem !important;
    cursor: pointer;
    color: black !important;
    background-color: rgba(0, 0, 0, 0);

}

#teamtxt .teamDiv {
    top: 10px;
    left: 36px;
    height: 64%;
    background: rgb(7 16 58 / 0%);
    padding: 0rem;
    z-index: 1;
    text-align: center;
}



/* @media (max-width: 1200px) {
    #teamtxt .teamDiv {
        position: absolute;
        top: 10px;
        left: 36px;
        height: 64%;
        width: 73%;
        border-radius: 10%;
        background: rgb(7 16 58 / 0%);
        padding: 0rem;
        z-index: -1;
        padding-top: 8.5rem;
        text-align: center;
    }
    #teamtxt:hover .teamDiv {
        z-index: 1;
        transition: all 800ms ease;
        transform: scale(1.1);
    }
} */

@media (max-width: 1200px) {
    .socialIcons {
        margin-right: 0.5rem;
        font-size: 1rem !important;
        cursor: pointer;
        color: black !important;
        background-color: rgba(0, 0, 0, 0);

    }
}

/* @media (max-width: 1000px) {
    #teamtxt .teamDiv {
        position: absolute;
        top: 10px;
        left: 30px;
        height: 64%;
        width: 73%;
        border-radius: 10%;
        background: rgb(7 16 58 / 0%);
        padding: 0rem;
        z-index: -1;
        padding-top: 6.5rem;
        text-align: center;
    }
} */

@media (max-width: 1000px) {
    .socialIcons {
        margin-right: 0.5rem;
        font-size: 1rem !important;
        cursor: pointer;
        /* color: whitesmoke !important; */
        background-color: rgba(0, 0, 0, 0);

    }
}

@media (max-width: 850px) {
    #teamtxt .teamDiv {
        position: absolute;
        top: 10px;
        left: 25px;
        height: 64%;
        width: 73%;
        border-radius: 10%;
        background: rgb(7 16 58 / 0%);
        padding: 0rem;
        z-index: -1;
        padding-top: 5.5rem;
        text-align: center;
    }
}

@media (max-width: 850px) {
    .socialIcons {
        margin-right: 0.5rem;
        font-size: 0.8rem !important;
        cursor: pointer;
        color: black !important;
        background-color: rgba(0, 0, 0, 0);

    }
}

/* @media (max-width: 768px) {
    #teamtxt .teamDiv {
        position: absolute;
        top: 150px;
        left: 47px;
        height: 39%;
        width: 76%;
        border-radius: 10%;
        background: rgb(7 16 58 / 0%);
        padding: 0rem;
        z-index: -1;
        padding-top: 5.5rem;
        text-align: center;
    }
} */

@media (max-width: 768px) {
    .socialIcons {
        margin-right: 0.5rem;
        font-size: 1.1rem !important;
        cursor: pointer;
        color: black !important;
        background-color: rgba(0, 0, 0, 0);
    }
}

@media (max-width: 600px) {
    #teamtxt .teamDiv {
        position: absolute;
        top: 40px;
        left: 32px;
        height: 39%;
        width: 76%;
        border-radius: 10%;
        background: rgb(7 16 58 / 0%);
        padding: 0rem;
        z-index: -1;
        padding-top: 5.5rem;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .socialIcons {
        margin-right: 0.5rem;
        font-size: 0.8rem !important;
        cursor: pointer;
        color: whitesmoke !important;
        background-color: rgba(0, 0, 0, 0);

    }
}

@media (max-width: 375px) {
    #teamtxt .teamDiv {
        position: absolute;
        top: 10px;
        left: 30px;
        height: 64%;
        width: 73%;
        border-radius: 10%;
        background: rgb(7 16 58 / 0%);
        padding: 0rem;
        z-index: -1;
        padding-top: 3.5rem;
        text-align: center;
    }
}

@media (max-width: 375px) {
    .socialIcons {
        margin-right: 0.5rem;
        font-size: 1rem !important;
        cursor: pointer;
        color: black !important;
        background-color: rgba(0, 0, 0, 0);

    }
}

.teamDiv ul li {
    list-style-type: none;
    display: inline-block;
}

.teamDiv ul {
    padding: 7px;
}


/*end of social icon*/

#teamtxt {
    position: relative;
    overflow: hidden;
    margin-right: 0px;
    margin-left: 0px;
    z-index: 5;
    width: 21%;
}

#teamtxt h5 {
    padding-top: 25px;
    padding-bottom: 0px;
    font-weight: 500;
    font-size: 20px;
}

#teamtxt img {
    border-radius: 50%;
    height: 185px;
    width: 185px;
    margin: 10px;
}

@media (max-width: 768px) {
    #teamtxt img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #teamtxt {
        width: 300px;
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media (max-width: 600px) {
    #teamtxt {
        width: 194px;
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media (max-width: 375px) {
    #teamtxt {
        width: 125px;
        margin-right: 0px;
        margin-left: 0px;
    }
}

#teamtxt p {
    margin-bottom: 0px;
}

.previ {
    color: black;
}

.carousel-control-prev {
    top: 135px;
    bottom: 250px;
    width: 10%;
}

.carousel-control-next {
    top: 135px;
    bottom: 250px;
    width: 10%;
}

/*go to top code*/

.back-top {
    background: #1a4963cf;
    height: 35px;
    width: 35px;
    right: 8px;
    bottom: 27px;
    position: fixed;
    font-size: 15px;
    padding-top: 7px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    color: white;
    z-index: 5;
    border: 2px solid transparent;
    box-shadow: 0 0 10px 3px rgb(108 98 98 / 20%);
}

.back-top a {
    color: white !important;
}

.back-top a:hover {
    color: grey !important;
}

.arrowUp::before {
    vertical-align: 0.875em !important;
}

.bi-caret-up-fill::before {
    content: none;
}

.icon .bi-caret-up-fill::before {
    content: "\f235";
}
