@import url(../css/all.min.css);
@import url(../css/bootstrap.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/owl.theme.default.min.css);
@import url(../css/animate.css);
@import url('https://fonts.googleapis.com/css2?family=Anta&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

:root {
    --main-color: #009885;
    --sub-color: #28323C;
    --sec-padding: 80px 0;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

p {
    margin: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

img {
    vertical-align: middle;

}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a,
button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p {
    margin: 0;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none !important;
}

input,
textarea,
a,
button {
    outline: none !important;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
    margin: 0 0 1rem 0;
}

/****************************************************************************/
/** Single.php *
/****************************************************************************/

.site-content {
    background-color: white;
}

.site-content-inner {
    padding: 10px;
}

.single p {
    font-size: 18px;
    line-height: 35px;
}

.site-content.single-page h1 {
    text-align: center;
    padding: 35px 0;
}

/****************************************************************************/
/** single post
/****************************************************************************/

.single-post .site-content-inner {
    /* padding: 10px; */
    padding-top: 50px;
}

.single-post h1 {
    font-size: 40px;
    line-height: 50px;
    padding: 0 15px;
    margin-bottom: 25px;
}

.single-post article {
    padding: 0 15px;
}

.single-post .single-post-content .thumbnail figure img {
    max-width: 100%;
    width: 100%;
    height: 400px;
    border-radius: 15px;
    object-fit: cover;
}

@media screen and (max-width: 800px) {

    .single-post h1 {
        padding: 0;
        font-size: 25px;
        line-height: 34px;
        margin-top: 20px;
    }

    .single-post article {
        padding: 0;
    }

    .single-post .single-post-content .thumbnail figure img {
        height: 250px;
    }
}

/****************************************************************************/
/***  Single Page
/****************************************************************************/

.single-page h2,
.single-page h3,
.single-page h4,
.single-page h5,
.single-page h6 {
    margin: 20px 0;
}

.single-page p {
    margin: 20px 0;
}


.single-page h2 {
    font-size: 20px;
    color: #475846;
    /*background-color: #47584612;*/
    margin-bottom: 20px;
    padding: 10px;
    padding-inline-start: 10px;
}


.single-page h3,
.single-page h4,
.single-page h5,
.single-page h6 {
    color: #475846;
    margin-bottom: 20px;
}

.single-page h3 {
    font-size: 20px;
}

.single-page h4 {
    font-size: 18px;
}

.single-page h5 {
    font-size: 16px;
}

.single-page h6 {
    font-size: 14px;
}

.single-page p {
    font-size: 16px;
    margin-bottom: 20px;
}

.single-page strong {
    color: #475846;
}

.single-page ol,
.single-page ul {
    margin-bottom: 20px;
    padding-left: 20px;
    margin-inline-start: 20px;
}

.single-page li {
    margin-bottom: 10px;
}

.single-page li ul {
    margin-top: 10px;
}

.single-page li ul li {
    margin-bottom: 5px;
}

.single-page a {
    color: #475846;
    text-decoration: none;
}

.single-page a:hover {
    text-decoration: underline;
}

.single-page blockquote {
    padding: 15px;
    margin: 20px 0;
    background: #f8f9fa;
    border-left: 5px solid #475846;
    font-style: italic;
}

.single-page img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .single-page .container {
        padding: 15px;
    }

    .single-page h4 {
        font-size: 20px;
    }

    .single-page p {
        font-size: 14px;
    }
}



/****************************************************************************/
/** breadcrumbs
/****************************************************************************/

.breadcrumbs {
    padding: 25px 25px;
    background-color: #1313131f;
    font-size: 17px;
}

.breadcrumbs ul {
    margin: 0;
}

.breadcrumbs ul li a {
    color: #000;
}

.breadcrumbs-1 span.breadcrumb-delimiter {
    padding: 10px;
    color: #000;
}

.breadcrumbs-1 .breadcrumbs-item {
    display: inline-block;
}

@media screen and (max-width: 800px) {
    .breadcrumbs {
        padding: 20px 15px;
        font-size: 18px;
    }

    .breadcrumbs ul {
        padding: 0;
    }
}


/****************************************************************************/
/** Sidebar
/****************************************************************************/

.search-from-widget {
    position: relative;
}

.search-from-widget input {
    padding: 15px 20px;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    background-color: whitesmoke;
    border: solid 1px #f5f5f5;
    box-shadow: 0 0 1px #00000014;
}

.search-from-widget button {
    position: absolute;
    right: 10px;
    top: 6px;
    border: 0;
    background: none;
    height: 45px;
    width: 45px;
    font-size: 20px;
    border-radius: 50%;
    color: var(--secondary-black);
}

body.ar .search-from-widget button {
    right: unset;
    left: 10px;
}

.recent-posts-widget {
    margin-bottom: 60px;
}

.recent-posts-widget ul {
    padding: 0;
}

.recent-posts-widget ul li {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
}

.recent-posts-widget ul li .thumbnail {
    width: 160px;
    padding: 5px 10px;
}

.recent-posts-widget ul li .thumbnail figure {
    margin: 0;
}

.recent-posts-widget ul li .thumbnail figure img {
    border-radius: 15px;
    width: 100%;
    height: 90px;
    object-fit: cover;
}

.single-ictc-product .recent-posts-widget ul li .thumbnail figure img {
    border-radius: 15px;
    width: 100%;
    height: 110px;
    padding: 7px;
    object-fit: contain;
    border: solid 1px #0000000d;
    box-shadow: 0 0 32px #0000000f;
}

.recent-posts-widget ul li .content {
    flex: 1;
}

.recent-posts-widget ul li .content .title {
    font-weight: 900;
    font-size: 16px;
    line-height: 25px;
}

.recent-posts-widget ul li .content .title a {
    color: var(--primary-black);
}

.recent-posts-widget ul li .content .date {
    color: var(--secondary-black);
    font-size: 14px;
}

/* links-list-widget */

.links-list-widget {
    margin-bottom: 60px;
}

.links-list-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.links-list-widget ul li {
    font-size: 18px;
}

.links-list-widget ul li a {
    color: #979797;
    display: block;
    padding: 8px 5px;
    transition: all ease-in-out 0.2s;
}

.links-list-widget ul li a:hover {
    color: var(--primary-black);
}

@media screen and (max-width: 800px) {
    .recent-posts-widget ul li .thumbnail {
        width: 120px;
    }

    .recent-posts-widget ul li .thumbnail figure img {
        height: 70px;
    }
}



/****************************************************************************/
/** post card
/****************************************************************************/

.post-card {
    margin-bottom: 30px;
    text-align: start;
    border: solid 1px #0000001c;
    border-radius: 15px;
    padding: 7px;
}

.post-card .thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.post-card .thumbnail img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    object-fit: cover;
    transition: transform 0.5s;
}


.col-md-4 .post-card .thumbnail img {
    min-height: 250px;
}

.col-md-6 .post-card .thumbnail img {
    min-height: 250px;
}

.post-card .thumbnail img:hover {
    transform: scale(1.1);
}

.post-card .thumbnail figcaption {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 1.2rem;
    line-height: 22px;
    max-height: 58px;
    overflow: hidden;
    text-align: center;
}

.post-card .title {
    padding: 0 5px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
}

.post-card .title a {
    color: black;
}

.post-card .excerpt {
    padding: 0 5px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 25px;
    max-height: 75px;
    overflow: hidden;
    color: #636363;
}

.post-card .read-more {
    padding: 0 5px;
    margin: 10px 0;
    font-size: 1rem;
}

.post-card .read-more a {
    color: var(--primary-color);
}

.post-card .read-more a i {
    margin-inline-start: 0;
    transition: margin ease-in-out 0.3s;
}

.post-card .read-more a:hover i {
    margin-inline-start: 5px;
}

@media screen and (max-width: 768px) {

    .col-md-4 .post-card .thumbnail img,
    .col-md-6 .post-card .thumbnail img,
    .post-card .thumbnail img {
        min-height: 200px;
    }

}

/****************************************************************************/
/** Pagination
/****************************************************************************/

.pagination {
    border: none;
    display: block;
}

.pagination .pagination-inner {
    direction: rtl;
    float: left;
    margin: 50px;
}

.pagination a {
    display: inline-block;
    color: #00017c;
    margin: 5px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    transition: 0.5s all;
}

.pagination a:hover {
    display: inline-block;
    color: #7647E2;
    background-color: white;
    margin: 5px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.2), 0 0px 3px 0 rgba(0, 0, 0, 0.19);
}

.pagination span.current {
    display: inline-block;
    color: white;
    background-color: #00017c;
    margin: 5px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.pagination span.dots {
    display: inline-block;
    margin: 5px;
}

/* ************************************************************ */

.recent-posts-widget {
    margin-bottom: 60px;
}

.recent-posts-widget ul {
    padding: 0;
}

.recent-posts-widget ul li {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
}

.recent-posts-widget ul li .thumbnail {
    width: 160px;
    padding: 5px 10px;
}

.recent-posts-widget ul li .thumbnail figure {
    margin: 0;
}

.recent-posts-widget ul li .thumbnail figure img {
    border-radius: 15px;
    width: 100%;
    height: 90px;
    object-fit: cover;
}

.single-ictc-product .recent-posts-widget ul li .thumbnail figure img {
    border-radius: 15px;
    width: 100%;
    height: 110px;
    padding: 7px;
    object-fit: contain;
    border: solid 1px #0000000d;
    box-shadow: 0 0 32px #0000000f;
}

.recent-posts-widget ul li .content {
    flex: 1;
}

.recent-posts-widget ul li .content .title {
    font-weight: 900;
    font-size: 16px;
    line-height: 25px;
}

.recent-posts-widget ul li .content .title a {
    color: var(--primary-black);
}

.recent-posts-widget ul li .content .date {
    color: var(--secondary-black);
    font-size: 14px;
}



.main-wrapper {
    position: relative;
    min-height: 100%;
    /*overflow: hidden;*/
}

.menu-toggle .main-wrapper {
    -webkit-transition: -webkit-transform .0s ease;
    transition: -webkit-transform .0s ease;
    transition: transform .0s ease;
    transition: transform .0s ease,
        -webkit-transform .0s ease;
}

.hamburger {
    display: none;
}

.is-closed {
    font-size: 22px;
}

.mobile-menu {
    height: 100vh;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    padding: 20px;
    overflow: auto;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.mobile-menu.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.logo-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-mobile img {
    max-width: 150px;
}

.mmenu {
    padding-top: 40px;
}

.icon-hamburger {
    background: url(../images/icon-hamburger.svg);
    background-size: 100% 100%;
    width: 22px;
    height: 22px;
    display: block;
}

/* Style Header */

#header {
    width: 100%;
    padding: 25px 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 9;
}

body.transparent-header #header {
    position: absolute;
}


#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    background: #fff;
    border-radius: 100px;
    padding: 15px;
}

.logo-site a {
    display: inline-block;
}

.logo-site img {
    width: 160px;
}

.main_menu {
    display: flex;
    align-items: center;
    gap: 30px;
}

.main_menu>li>a {
    display: block;
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
}

.opt-mobail ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn-scontact {
    background: linear-gradient(90deg, rgba(0, 140, 174, 1) 0%, rgba(15, 22, 61, 1) 16%, rgba(9, 28, 38, 1) 35%, rgba(0, 87, 86, 1) 55%, rgba(0, 152, 133, 1) 75%);
    color: #fff;
    font-weight: 500;
    height: 50px;
    font-size: 15px;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    justify-content: center;
    width: max-content;
    position: relative;
}

.btn-scontact:hover {
    background: var(--main-color);
    color: #fff;
}

/*
#header.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 33;
}
*/

/* Style Home Slide */

.section_home {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
}

.section_home:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 152, 133, 1) 0%, rgba(0, 140, 174, 0) 100%);
    width: 160%;
    height: 80%;
    position: absolute;
    top: -310px;
    left: -100px;
    opacity: 50%;
    transform: rotate(-10deg);
}

.section_home:after {
    content: "";
    background: url(../images/shape-hero.png);
    background-size: 100% 100%;
    width: 600px;
    height: 550px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .05;
}

.section_hero_page {
    min-height: 350px;
    padding-top: 4rem;
}

.home_txt {
    text-align: center;
    position: relative;
    width: 60%;
    margin: 0 auto;
    max-width: 100%;
    z-index: 3
}

.augmented {
    position: relative;
    background: rgb(255 255 255 / 10%);
    border: 1px solid var(--main-color);
    padding: 3px 55px 3px 15px;
    border-radius: 30px;
    width: max-content;
    margin: 0 auto 25px;
}

.augmented:before {
    content: "";
    background: url(../images/shape-logosvg.svg);
    background-size: 100% 100%;
    width: 35px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.augmented span {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    text-transform: capitalize;
}

.home_txt h1 {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 48px;
    font-weight: 400;
    font-family: 'Anta', sans-serif;
}

.home_txt>p {
    color: rgb(255 255 255 / 70%);
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 40px;
}

.home_txt ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.home_txt ul li a.btn-join {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 30px;
    padding: 12px 25px;
    background: #fff;
    color: #000;
    font-weight: 500;
}

.home_txt ul li a.btn-join:hover {
    background: linear-gradient(90deg, rgba(0, 140, 174, 1) 0%, rgba(15, 22, 61, 1) 16%, rgba(9, 28, 38, 1) 35%, rgba(0, 87, 86, 1) 55%, rgba(0, 152, 133, 1) 75%);
    color: #fff;
}

.home_txt ul li a.btn-see {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 30px;
    padding: 12px 25px;
    background: transparent;
    color: #fff;
    font-weight: 500;
}

.home_txt ul li a.btn-see:hover {
    background: #fff;
    color: #000;
}

.home_txt ul li a.btn-see::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 2px;
    background: linear-gradient(90deg, rgba(0, 140, 174, 1) 0%, rgba(15, 22, 61, 1) 16%, rgba(9, 28, 38, 1) 35%, rgba(0, 87, 86, 1) 55%, rgba(0, 152, 133, 1) 75%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.lst-feat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.lst-feat>div {
    position: relative;
    padding-left: 25px;
}

.lst-feat>div p {
    color: #fff
}

.lst-feat>div:before {
    font: normal normal normal 14px / 1 FontAwesome;
    content: "\f058";
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--main-color);
}

.lst-feat>div:after {
    content: "";
    background: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    left: 1px;
    top: 2px;
    z-index: -1;
}

/* Style Stac Site */

.sec_head {
    margin-bottom: 40px;
    position: relative;
}

.sec_head h2 {
    color: #000;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    text-transform: capitalize
}

.sec_head h2 span {
    color: var(--main-color);
}

.sec_head p {
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

.btn-site {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 30px;
    padding: 12px 25px;
    background: transparent;
    color: #000;
    font-weight: 500;
    width: max-content;
    transition: .3s all ease;
}

.btn-site:hover {
    background: linear-gradient(90deg, rgba(0, 140, 174, 1) 0%, rgba(15, 22, 61, 1) 16%, rgba(9, 28, 38, 1) 35%, rgba(0, 87, 86, 1) 55%, rgba(0, 152, 133, 1) 75%);
    color: #fff;
}

.btn-site::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 2px;
    background: linear-gradient(90deg, rgba(0, 140, 174, 1) 0%, rgba(15, 22, 61, 1) 16%, rgba(9, 28, 38, 1) 35%, rgba(0, 87, 86, 1) 55%, rgba(0, 152, 133, 1) 75%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.btn-special {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 30px;
    padding: 12px 25px;
    background: #fff;
    color: #000;
    font-weight: 500;
}

.btn-special:hover {
    background: linear-gradient(90deg, rgba(0, 140, 174, 1) 0%, rgba(15, 22, 61, 1) 16%, rgba(9, 28, 38, 1) 35%, rgba(0, 87, 86, 1) 55%, rgba(0, 152, 133, 1) 75%);
    color: #fff;
}

/* Style About */

.section_about {
    position: relative;
    padding: 90px 0 60px;
}

.thumb-about p {
    font-size: 18px;
    margin-bottom: 30px;
}

.txt-about p {
    color: #000;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 30px;
}

/* Style Development & Awareness */

.section_awareness {
    position: relative;
    padding: 40px 0 60px;
}

.section_awareness .sec_head {
    margin-bottom: 20px;
}

.section_awareness .sec_head p {
    padding-right: 100px;
}

.lst-feat>div {
    position: relative;
    padding-left: 25px;
}

.dta-projects>p {
    color: #555;
    font-size: 14px;
    margin-bottom: 10px
}

.dta-projects li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.dta-projects li strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #222;
}

.dta-projects li:before {
    font: normal normal normal 14px / 1 FontAwesome;
    content: "\f058";
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--main-color);
}

.explore-awareness {
    margin-top: 30px;
}

.thumb-awareness {
    position: relative;
}

.thumb-awareness:before {
    content: "";
    border: 2px dashed var(--main-color);
    width: 380px;
    height: 380px;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.thumb-awareness:after {
    content: "";
    background: #fff;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 280px;
    left: 150px;
    z-index: -1
}

.lst-awer>div {
    width: 65px;
    height: 65px;
    background: #091C26;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0
}

.lst-awer>div:nth-child(1) {
    top: -30px;
    left: 35%;
}

.lst-awer>div:nth-child(2) {
    top: 40px;
    left: 21%;
}

.lst-awer>div:nth-child(3) {
    top: 150px;
    left: 15%;
}

.lst-awer>div:nth-child(4) {
    top: 260px;
    left: 19%;
}

.awareness-big {
    position: relative;
    text-align: right;
}

.awareness-big img {
    width: 50%;
    height: 480px;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
    margin: 0 0 0 auto;
}

.awareness-sml {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.awareness-sml:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 42, 42, 0) 30%, rgba(0, 42, 42, 1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 120px;
}

.awareness-sml img {
    height: 320px;
    width: 170px;
    border-radius: 120px;
    object-fit: cover;
}

/* Style Methodology */

.section_methodology {
    position: relative;
    padding: 60px 0;
}

.section_methodology .sec_head p {
    padding-right: 100px;
}

.section_methodology .thumb-methodology {
    position: relative;
}

.section_methodology .thumb-methodology>figure {
    margin: 0 auto !important;
    width: 280px;
    height: 460px;
    margin-bottom: 0 !important;
}

.section_methodology .thumb-methodology>figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
}

.shape-methodology {
    width: 100px;
    height: 100px;
    border-radius: 30px;
    background: linear-gradient(90deg, rgba(0, 140, 174, 1) 0%, rgba(15, 22, 61, 1) 16%, rgba(9, 28, 38, 1) 35%, rgba(0, 87, 86, 1) 55%, rgba(0, 152, 133, 1) 75%);
    position: absolute;
    top: 50px;
    right: 10%;
}

.shape-methodology:before {
    content: "";
    background: url(../images/shape-white.svg);
    background-size: 100% 100%;
    width: 80px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.avt-methodology {
    position: absolute;
    bottom: 30px;
    left: 70px;
}

.avt-methodology figure img {
    max-width: 180px;
}

/* Style Fotter */

.section_systematic {
    position: relative;
    padding: 90px 0;
    background: #000;
}

.section_systematic:before,
.section_systematic:after {
    content: "";
    background: url(../images/shape-color-site.svg);
    background-size: 100% 100%;
    width: 550px;
    height: 300px;
    position: absolute;
    top: -15px;
    left: -80px;
    opacity: 4%
}

.section_systematic:after {
    top: auto;
    bottom: -30px;
    left: auto;
    right: -190px;
    opacity: 2%
}

.section_systematic .sec_head {
    text-align: center;
    width: 80%;
    margin: 0 auto 40px;
}

.section_systematic .sec_head h2 {
    color: #fff;
    margin-bottom: 25px;
}

.section_systematic .sec_head p {
    color: rgb(255 255 255 / 70%);
}

.row-systematic {
    display: flex;
    gap: 20px
}

.col-sy {
    flex: 0 0 auto;
    width: calc(20% - 100px);
}

.item-systematic {
    position: relative;
    border-radius: 10px;
    padding: 10px 10px 15px;
    text-align: center;
    background: rgb(191 191 191 / 10%);
    -webkit-backdrop-filter: saturate(180%) blur(22px);
    backdrop-filter: saturate(180%) blur(22px);
}

.item-systematic figure {
    height: 100px;
    background: linear-gradient(45deg, rgba(0, 72, 72, .3) 0%, rgba(0, 152, 133, .9) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 152, 133, 0.5);
    border-radius: 10px;
}

.item-systematic figure svg {
    max-height: 55px;
}

.item-systematic p {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.overlay:before {
    content: "";
    background: linear-gradient(151deg, rgba(0, 152, 133, 1) -20%, rgba(0, 140, 174, 0) 50%);
    width: 300px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
}

.overlay:after {
    content: "";
    background: linear-gradient(325deg, rgba(0, 152, 133, 1) -20%, rgba(0, 140, 174, 0) 50%);
    width: 300px;
    height: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .5;
}

/* Style Fotter */

.section_research {
    position: relative;
    padding: 120px 0 50px;
    overflow: hidden;
}

.section_research:before {
    content: "";
    background: url(../images/shape-color-site.svg);
    background-size: 100% 100%;
    width: 160px;
    height: 80px;
    position: absolute;
    top: 25px;
    left: 60px;
    transform: rotate(90deg) scale(-1);
}

.txt-research {
    position: relative;
    text-align: center;
}

.txt-research h2 {
    color: rgb(0 0 0 / 18%);
    font-size: 70px;
    font-weight: 600;
    margin-bottom: 30px;
}

.txt-research p {
    color: #222;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 14px;
}

.txt-research .btn-site {
    margin: 0 auto;
    height: 55px;
    padding: 12px 45px;
}


/* Style Subscription Plans */

.section_plans {
    position: relative;
    padding: 60px 0;
}

.item-plan {
    position: relative;
    padding: 15px 15px 90px;
    border-radius: 15px;
    box-shadow: 0 0 13px rgb(0 0 0 / 15%);
    height: 100%;
}

.plan-awareness {
    background: #000
}

.name-plan {
    padding: 35px 0 20px;
    text-align: center;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    margin-bottom: 20px;
}

.name-plan h4 {
    font-weight: 500;
    font-size: 17px;
    color: #000
}


.name-plan span {
    font-size: 10px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.8;
    padding-inline: 1lh;
    padding-bottom: 8px;
    border-image: conic-gradient(#0008 0 0) 51%/8px;
    clip-path: polygon(100% calc(100% - 8px), 100% 100%, calc(100% - 8px) calc(100% - 8px), 8px calc(100% - 8px), 0 100%, 0 calc(100% - 8px), 999px calc(100% - 8px - 999px), calc(100% - 999px) calc(100% - 8px - 999px));
    transform: translate(calc((cos(45deg) - 1)*100%), -100%) rotate(-45deg);
    transform-origin: 100% 100%;
    background-color: var(--main-color);
}

.plan-awareness .name-plan h4 {
    color: #fff;
}

.feat-plan li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.feat-plan li:before {
    font: normal normal normal 14px / 1 FontAwesome;
    content: "\f058";
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--main-color);
}

.feat-plan li p {
    font-size: 13px;
    color: #222
}

.plan-awareness .feat-plan li p {
    color: #fff
}

.btn-plan {
    position: absolute;
    bottom: 25px;
    left: 15px;
}

.btn-plan .btn-site {
    font-size: 15px;
    height: 45px;
}

.plan-awareness .btn-plan .btn-site {
    background: #fff;
}

/* Style Blogs */

.section_blogs {
    position: relative;
    padding: 100px 0;
    background: #000;
}

.section_blogs:before {
    content: "";
    background: linear-gradient(151deg, rgba(0, 152, 133, 1) -20%, rgba(0, 140, 174, 0) 50%);
    width: 300px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
}

.section_blogs:after {
    content: "";
    background: linear-gradient(325deg, rgba(0, 152, 133, 1) -20%, rgba(0, 140, 174, 0) 50%);
    width: 300px;
    height: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .5;
}

.section_blogs .sec_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section_blogs .sec_head h2 {
    color: #fff;
}

.section_blogs .sec_head a {
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 30px;
    padding: 12px 25px;
    color: #000;
    font-weight: 500;
    width: max-content;
    transition: .3s all ease;
}

.section_blogs .sec_head a:hover {
    opacity: .8;
}

.item-blog figure {
    height: 280px;
    margin-bottom: 20px;
}

.item-blog figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.txt-blog span {
    padding: 4px 10px;
    border-radius: 30px;
    display: inline-block;
    min-width: 100px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    border: 1.5px solid rgb(255 255 255 / 25%);
    background: rgb(255 255 255 / 12%);
    -webkit-backdrop-filter: saturate(180%) blur(22px);
    backdrop-filter: saturate(180%) blur(22px);
}

.item-blog:hover .txt-blog span {
    background: var(--main-color);
    border: 1.5px solid var(--main-color);
    color: #fff;
}

.txt-blog {
    position: relative;

}

.txt-blog h5 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}

.txt-blog .btn-view-blog {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(90deg, rgba(0, 140, 174, 1) 0%, rgba(15, 22, 61, 1) 16%, rgba(9, 28, 38, 1) 35%, rgba(0, 87, 86, 1) 55%, rgba(0, 152, 133, 1) 75%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 20px;
    opacity: 0;
}

.txt-blog .btn-view-blog svg {
    transform: rotate(45deg);
    font-size: 20px;
    transition: .3s all ease;
}

.item-blog:hover .txt-blog .btn-view-blog {
    top: -100px;
    opacity: 1;
}

/* Style Contact */

.section_contact {
    position: relative;
    padding: 80px 0;
}

.cont-contact {
    padding-right: 100px;
}

.cont-contact .augmented {
    margin: 0 0 20px;
}

.cont-contact .augmented span {
    color: #000;
}

.cont-msg {
    background: #fff;
    box-shadow: 0 0 13px rgb(0 0 0 / 15%);
    border-radius: 20px;
    padding: 30px;
}

.cont-msg>h5 {
    color: #000;
    margin-bottom: 15px;
}

.form-msg .d-flex {
    gap: 15px;
    margin-bottom: 25px;
}

.form-msg .d-flex .form-group {
    width: 50%;
    margin-bottom: 0;
}

.form-msg .form-control {
    background-color: #F5F5F5;
    border: 1px solid #E4E4E4;
    height: 50px;
    border-radius: 4px;
    color: #000;
}

.form-msg textarea.form-control {
    height: 140px
}

.form-msg .form-group {
    position: relative;
    margin-bottom: 25px;
}

.form-msg .form-group.last {
    margin-bottom: 0;
}

.form-msg .form-control::placeholder {
    color: rgba(55, 66, 78, .7);
    font-size: 15px;
}

.form-msg .btn-site {
    margin: 0 auto;
    background: linear-gradient(90deg, rgba(0, 140, 174, 1) 0%, rgba(15, 22, 61, 1) 16%, rgba(9, 28, 38, 1) 35%, rgba(0, 87, 86, 1) 55%, rgba(0, 152, 133, 1) 75%);
    color: #fff;
    padding: 12px 50px
}

.form-msg .btn-site:hover {
    background: transparent;
    border: 1px solid linear-gradient(90deg, rgba(0, 140, 174, 1) 0%, rgba(15, 22, 61, 1) 16%, rgba(9, 28, 38, 1) 35%, rgba(0, 87, 86, 1) 55%, rgba(0, 152, 133, 1) 75%);
    color: #000;
}


/* Style Fotter */

footer {
    position: relative;
    background: #000;
    padding: 50px 0 20px
}

.logo-ft {
    margin-bottom: 30px;
    display: block;
}

.logo-ft img {
    width: 200px;
    max-width: 100%;
}

.menu-ft h5 {
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 25px;
}

.menu-ft h5:before {
    content: "";
    background: var(--main-color);
    width: 40px;
    height: 1px;
    position: absolute;
    bottom: -8px;
    left: 0;
}

.rtl-style .menu-ft h5:before {
    right: 0;
    left: auto;
}

.menu-ft ul li {
    margin-bottom: 15px;
}

.menu-ft ul li a {
    color: rgb(255 255 255 / 75%);
    font-size: 14px;
}

.li-ft li a:hover {
    color: var(--main-color);
}

.copyRight {
    color: #fff;
    font-size: 14px;
}

.copyRight a {
    color: var(--main-color);
}

.social-media {
    display: flex;
    align-items: center;
    gap: 10px
}

.social-media li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: rgb(255 255 255 / 10%);
    border-radius: 50%;
    color: #fff;
}