.home_content {
    display: flex;
    justify-content: space-between;
    height: 777px;
}

.home_information {
    background-color: #fff;
    flex: 1;
    padding: 30px;
}

.home_information_h {
    color: #2f546c;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* .resources_div{
    
} */
.reports__box {
    display: flex;
	flex-direction: column;
    align-items: center;
    padding: 12px 15px;
    border-bottom: 1px solid;
}

.pagination {
    position: absolute;
    bottom: 0%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.resources_div {
    position: relative;

}

.reports__box-title {
    display: flex;
}

.reports__box-title>a {
    color: #000;
	padding-top: 25px;
    padding-left: 15px;
    text-decoration: none;
}

.reports__box>a>img {
	width: 150px;
	height: 200px;
    transition: 0.3s ease;
    filter: drop-shadow(2px 1px 4px rgb(0 0 0/ 45%));
}

.reports__box>a>img:hover {
    scale: 1.2;
}

.home_information_p {
    color: #2f546c;
    font-size: 15px;
    text-align: justify;
}

.gen_link {
    color: #0099ff;
    text-decoration: none;
}

.gen_link:hover {
    color: #5da5d4;
    text-decoration: none;
}

.home_bottom {
    display: flex;
    margin-top: 30px;
    height: 750px;
}

.recent_news {
    flex: 0.5;
    margin-left: 30px;
    background-color: #fff;
}

.recents {
    margin: 15px
}

.recents_a {
    font-size: 13px;
    font-weight: bold;
    color: #334f53;
    text-decoration: none;
}

.recents_a:hover {
    color: #4e7c83;
    text-decoration: none;
}

.recents_p {
    font-size: 13px;
    color: #333;
    border-bottom: solid 1px #334f53;
    padding-bottom: 7px;
}

.read_all_news {
    text-align: center;
}

.read_all_news_a {
    color: #334f53;
    text-decoration: none;
}

.read_all_news_a:hover {
    color: #4e7c83;
    text-decoration: none;
}

.indexing_div {
    flex: 1;
    background-color: #fff;
    padding: 0 30px 30px 30px;
}

.resources_div {
    background-color: #fff;
    flex: 0.5;
    margin-left: 30px;
}

.resources_title {
    border-bottom: 4px solid #334f53;
    padding-bottom: 10px;
    color: #334f53;
    margin: 15px;
	text-align: center;
}

.recent_title,
/* .resources_title, */
.indexing_title {
    border-bottom: 4px solid #334f53;
    color: #334f53;
    font-size: 26px;
    padding-bottom: 10px;
    margin: 20px;
}

.partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.partners_img {
    width: 135px;
    border: solid 0.1px #334f532e;
    border-radius: 5px;
    margin: 10px;
    height: 70px;
    transition: .3s;
    object-fit: contain;
}

.partners_img:hover {
    scale: 1.2;
    z-index: 99;
}

@media screen and (max-width: 768px) {
    .home_content {
        flex-direction: column;
    }

    .recent_news {
        margin: 20px 0;
    }

    .home_bottom {
        flex-direction: column;
    }

    .resources_div {
        margin: 0;
        padding: 0 30px;
        margin-top: 20px;
    }
}


/* .carousel-item>img {
    object-fit: cover !important;
    height: 40vh !important;
}

.main__body__head {
    display: flex;
}

.main__body__headbox__left {
    max-width: 50%;
    color: #fff;
    padding: 40px;
    padding-left: 5%;
    text-align: left;
    background-color: #2c62b3;
}

.main__body__headbox__left h3 {
    margin-left: 20px;
}

.main__body__headbox__right {
    width: 100%;
    padding: 25px;
    text-align: center;
    color: #fff;
    background-color: #23549f;
    background-repeat: no-repeat;
    background-size: cover;
}

.main__body__headbox__right>h3 {
    color: #fff;
}

.main__body__body {
    width: 100%;
    background-size: cover;
}

.fa-graduation-cap,
.fa-book,
.fa-newspaper,
.fa-globe,
.fa-bank,
.fa-university,
.fa-chart-line,
.fa-phone-alt {
    font-size: 25px;
    color: #fff;
}

.fa-phone-alt {
    margin: 15px;
}

.main__body__cont {
    display: grid;
    width: 80%;
    padding: 30px 0 30px;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
}

.main__body__icon {
    display: flex;
    align-items: center;
}

.line {
    width: 50%;
    height: 2px;
    background-color: lightgray;
}

.main_body__item__title {
    display: flex;
    align-items: center;
}

.main_body__item__title>h5 {
    margin-left: 15px;
}

.main_body__item {
    color: #fff;
    margin: 20px;
}

.main__body__bottom {
    text-align: center;
}

.main__body__bottom-title>h2 {
    color: #414141;
    font-style: italic;
}

.main__body__bottom-title>h3 {
    color: #2c62b3;
}

.main__bottom__contact-title {
    text-align: center;
    color: #fff;
}

.main__bottom__contact-title>h1 {
    padding-top: 25px;
}

.main__bottom__contact-title>p {
    max-width: 350px;
    margin: 0 auto;
    line-height: 2;
}

.main__body__bottom-title>strong {
    color: #2c62b3;
    display: flex;
    justify-content: center;
}

.main__bottom__account__item {
    width: 200px;
    margin: 5px;
    position: relative;
    color: #fff;
    cursor: pointer;
}

.main__bottom__account__item>img {
    width: 100%;
}

.main__bottom__acc__thumbnail {
    background-color: #2c62b3;
    position: absolute;
    opacity: 0.8;
    width: 100%;
    top: 0;
    height: 100%;
}

.main__bottom__account__item>h4 {
    position: absolute;
    display: flex;
    top: 50%;
    left: 50%;
    font-size: 18px;
    transform: translate(-50%, -50%);
}

.home__slider {
    display: flex;
    width: 680px;
}

.home__slider-profile>img {
    border-radius: 50%;
}

.home__main__slider-info {
    background-color: rgb(255, 255, 255);
    margin-left: 40px;
    border-radius: 4px;
    padding: 29px;
    margin-top: 20px;
    z-index: 200;
    width: 500px;
}

.home__main__slider-info>h5 {
    font-size: 1.2rem;
    text-align: left;
    font-weight: 600;
}

.home__main__slider-info>p {
    text-align: left;
    color: gray;
    margin-top: 20px;
}

.home__main__slider_container {
    overflow-x: hidden;
    max-width: 550px;
}

.home__main__slider {
    display: flex;
    flex-direction: column-reverse;
    transition: 0.7s;
}

.home__slider__btns {
    display: flex;
    width: 70%;
    justify-content: space-between;
}

.home__slider__btns>h3 {
    width: 50px;
    border-bottom: 1px solid #969696;
}

.owl-next,
.owl-prev {
    background-color: #dddddd;
    color: rgb(116, 116, 116);
    border: none;
    width: 45px;
    border-radius: 4px;
    padding: 10px;
    margin: 5px;
    cursor: pointer;
}

.home__slider__item {
    width: 500px;
    display: flex;
}

.home__slider__subinfo {
    text-align: left;
    margin-top: 15px;
    margin-left: 15%;
    max-width: 400px;
}

.home__slider__subinfo>h3 {
    color: #2c62b3;
}

.home__slider__subinfo>p {
    color: gray;
}

.main__botttom__authors_and_news {
    display: flex;
    margin: 20px auto;
    justify-content: center;
    flex-wrap: wrap;
}

.main__bottom__acc__thumbnail:hover {
    opacity: 0.5;
}

.main__bottom__account_main,
.main__bottom__account_main>a {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.main__botttom__news {
    width: 45%;
    text-align: left;
}

.main__botttom__news__item__container {
    margin-top: 30px;
}

.main__botttom__news__item {
    display: flex;
    margin-top: 15px;
    border-bottom: 1px solid #c5c5c5;
}

.main__botttom__news__item__date>p {
    line-height: 1;
    font-size: 11px;
    margin: 2px 0px 4px;
}

.main__botttom__news__item__info {
    margin-left: 25px;
}

.main__botttom__news__item__date {
    background-color: #2c62b3;
    padding: 5px;
    width: 70px;
    height: fit-content;
    color: #fff;
    text-align: center;
}

.main__botttom__news__item__info>a>h5 {
    color: #2c62b3;
    font-weight: 600;
    transition: 0.1s;
}

.main__botttom__news__item__info>p {
    color: gray;
    line-height: 2;
    font-size: 13px;
}

.read__allNews {
    margin-top: 15px;
}

.read__allNews>a {
    color: #2c62b3;
    font-weight: 600;
    font-style: italic;
    text-decoration: none;
}

.read__allNews>a:hover {
    color: #2c62b3;
    text-decoration: underline;
}

.main__bottom__referenceMain {
    background: rgb(207, 207, 207);
    width: 100%;
    padding-bottom: 40px;
}

.main__bottom_reference {
    padding: 20px;
    display: flex;
    justify-content: space-evenly;
}

.main__bottom_reference_box {
    width: 250px;
    height: 280px;
    border-radius: 15px;
    background-color: #fff;
}

.main__bottom__reference_box_img {
    height: 200px;
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
}

.main__bottom_reference_box>h3 {
    color: #000;
    width: fit-content;
    padding: 5px 15px 0;
}

.main__bottom__slider {
    transition: 0.7s;
    margin: auto;
    justify-content: space-around;
}

.owl-stage {
    display: flex !important;
}

.main__bottom__slider__container {
    overflow-x: hidden;
    padding-bottom: 20px;
    margin: auto;
    max-width: 70%;
}

.owl-dots {
    display: none !important;
}

.main__bottom__partners {
    background-color: #fff;
}

.main__bottom__partners__item {
    margin-right: 15px;
    margin-top: 15px;
}

.main__bottom__partners__item>img {
    border: solid 1px lightgray;
    height: 80px;
    max-width: 100%;
    margin-bottom: 20px;
} */

@media (max-width: 1100px) {

    .home_content,
    .home_bottom {
        height: auto;
    }
}

@media (max-width: 750px) {
    .home__main__slider_container {
        max-width: 460px;
    }

    .main__bottom__account_main,
    .main__bottom__account_main>a {
        flex-direction: column;
        align-items: center;
    }

    .main__bottom__account__item {
        width: 90%;
    }

    .carousel-item>img {
        object-fit: cover !important;
        max-height: 30vh !important;
    }

    .main__body__cont {
        grid-template-columns: 1fr;
    }

    .main__body__head {
        flex-direction: column;
    }

    .main__body__headbox__left,
    .main__body__headbox__right {
        max-width: 100%;
        padding: 20px;
    }

    .main__botttom__authors_and_news {
        flex-direction: column;
    }

    .main__botttom__news {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 95%;
        padding: 10px;
    }

    .home__slider__btns {
        width: 100%;
    }

    .home__slider__item {
        flex-direction: column;
    }

    .home__main__slider_container {
        margin: 0 auto;
    }

    .home__slider__subinfo {
        margin-left: 0;
        padding: 5px;
    }

    .home__main__slider-info {
        max-width: 80%;
        margin-left: 0;
    }
}


/* max widht 450 */

@media (max-width: 450px) {
    .home__slider-profile {
        width: 70%;
    }

    .home__main__slider-info>p {
        max-width: 250px;
    }

    .home__main__slider-info {
        max-width: 75%;
        margin-left: 0;
    }

    .home__main__slider_container {
        max-width: 350px;
    }
}