* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
  margin-top: 0 !important;
}
:root {
    --font-family: 'Public Sans';
    --font-family_outfit: 'Outfit';
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Inter';
    overflow-x: hidden;
}

.container {
    width: 79.8%;
    margin: 0 auto;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a {
    text-decoration: none;
}

h2 {
    color: #474747;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

p {
    color: #474747;
    font-family: var(--font-family_outfit);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-top: 24px;
}
footer .footer_inner .box form .same p {
    width: 100%;
}
/* top_bar */
.top_bar {
    padding: 20px 0px;
    background: #EFEFEF;
}

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

.top_bar_inner .contact {
    display: flex;
    align-items: center;
    column-gap: 40px;
    list-style: none;
}

.top_bar_inner .contact li a {
    color: #474747;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 12px;
}

.top_bar_inner .login:hover {
    border: 1px solid white;
    background-color: white;
}

/* buttons */
.same {
    display: flex;
    align-items: center;
    column-gap: 21px;
}

.same a {
    display: flex;
    padding: 9px 42px;
    justify-content: center;
    align-items: center;
    color: #9F3B45;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 50px;
    border: 1px solid #9F3B45;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.24);
    transition: 0.5s all;
}

.same .same_btn {
    color: #FFF;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 50px;
    border: 1px solid #383F99;
    background-color: #383F99;
    transition: 0.5s all;
}

.same .same_btn:hover {
    background-color: #1a217c;
}

.same .same_btns {
    box-shadow: unset;
    font-size: 24px;
    font-weight: 500;
    padding: 17px 59px;
    background-color: #9F3B45;
    color: white;
    transition: 0.5s all;
}

.same .same_btns:hover {
    background-color: #862a34;
}

/* header */
header {
    margin-top: 30px;
	margin-bottom: 30px;
}

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

.header_inner .logo {
    display: flex;
}

.header_inner .logo img {
    width: 206px;
}

.header_inner nav {
    display: flex;
    align-items: center;
    column-gap: 41px;
}

.header_inner nav span {
    display: none;
}

.header_inner nav .menu {
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 40px;
}

.header_inner nav .menu li a {
    color: #474747;
    font-family: var(--font-family);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    transition: 0.5s all;
}

.header_inner nav .menu .contact_btn {
    display: none;
}

.header_inner nav .menu li a.active {
    color: #383F99;
}

.header_inner nav .menu li:hover a {
    color: #262F7B;
}

.header_inner nav .same a {
    background: #9F3B45;
    color: white;
    padding: 13px 34px;
}

.header_inner .contact_btn:hover {
    background-color: #862a34;
}

/* banner */
.banner {
    background-image: url(../img/banner_background.png);
    width: 100%;
    background-repeat: no-repeat;
    padding-top: 140px;
    background-position: left;
}

.banner_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 40px;
}

.banner_inner .left {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.banner_inner .left .title {
    color: #262F7B;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.banner_inner .left h1 {
    color: #474747;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 8px;
}

.banner_inner .left .description {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.banner_inner .left .same {
    margin-top: 32px;
    position: relative;
    z-index: 12;
}

.banner_inner .right {
    width: 100%;
}

/* banner_again */
.banner_again {
    margin-top: 190px;
    background-image: url(../img/learning_network.png);
    background-position: 40% 68%;
    padding-bottom: 150px;
    padding-top: 0 !important;
}

.banner_again .banner_inner {
    width: 89%;
    gap: 34px;
}

.banner_again .banner_inner .description p span {
    color: #383F99;
    font-weight: 600;
}

/* speek_friendly */
.speek_friendly {
    background-image: url(../img/speek_background.png);
    padding: 152px 0px;
    background-position: 0% 71%;
    background-size: cover;
}

.speek_friendly .right {
    position: relative;
}

.speek_friendly .right img {
    height: 47.813rem;
    position: absolute;
    left: 0;
    top: -25rem;
    object-fit: contain;
}

.banner_again_again {
    margin-top: 156px;
    background: url(../img/testing.png);
    background-position: right 96%;
    background-repeat: no-repeat;
    padding: 0;
}

.banner_again_again .banner_inner {
    width: 97%;
    column-gap: 68px;
}

/* main_back */
.main_back {
    position: relative;
    padding-bottom: 120px;
    background: url(../img/main_back.png);
    background-size: contain;
    background-position: 0rem 28%;
    background-repeat: no-repeat;
    background-color: #F6FAFF;
}

/* speek_friendly_again */
.speek_friendly_again {
    padding-top: 101px;
    background: unset;
    padding-bottom: 0;
    margin-top: 126px;
}

.speek_friendly_again .banner_inner {
    row-gap: 0;
}

.speek_friendly_again .left {
    width: 69%;
}

.speek_friendly_again .description {
    row-gap: 24px;
}

.speek_friendly_again a {
    color: #262F7B;
    text-decoration-color: #262F7B;
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.speek_friendly_again .banner_inner .right {
    width: 21%;
}

.speek_friendly_again .banner_inner .right img {
    height: 37.5rem;
    top: -21rem;
}

.speek_friendly_again .same_btns {
    text-decoration: none;
}

/* sakeer */
.sakeer {
    margin-top: 170px;
    background: unset;
    padding-bottom: 0;
    padding-top: 0;

}

.sakeer .banner_inner {
    gap: 41px;
    width: 100%;
}

.sakeer .left {
    width: 57.5%;
}

.sakeer h2 {
    color: #252F7C;
}

.sakeer p {
    font-family: var(--font-family);
}

.sakeer .right {
    width: 43%;
}

/* coming_soon */
.coming_soon {
    margin-top: 150px;
    position: absolute;
}

.coming_soon_inner h2 {
    text-align: center;
}

.coming_soon_inner .boxes {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    column-gap: 15px;
}

.coming_soon_inner .boxes .box {
    width: 100%;
    border-radius: 16px;
    border: 1px solid rgba(38, 47, 123, 0.24);
    background: #FFF;
    box-shadow: 8px 40px 64px 0px rgba(38, 47, 123, 0.16);
    padding: 26px 31px 25px 31px;
    transition: 0.5s ease-in-out;
}

.coming_soon_inner .boxes .box h3 {
    color: #262F7B;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    width: 85%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 78px;
    transition: 0.5s ease-in-out;
}

.coming_soon_inner .boxes .box p {
    color: #474747;
    text-align: center;
    font-family: var(--font-family);
    line-height: 26px;
    margin-top: 10px;
    transition: 0.5s ease-in-out;
}

.coming_soon_inner .boxes .box p span {
    color: #9F3B45;
    font-weight: 600;
}

.coming_soon_inner .boxes .box.active {
    background: #262F7B;
}

.coming_soon_inner .boxes .box.active h3,
.coming_soon_inner .boxes .box.active p {
    color: white;
}

.coming_soon_inner .boxes .box:hover {
    background: #262F7B;
}

.coming_soon_inner .boxes .box:hover h3,
.coming_soon_inner .boxes .box:hover p {
    color: white;
}

/* producers */
.producers {
    margin-top: 80px;
    background-image: unset;
    padding: 0 !important;
}

.producers .banner_inner {
    column-gap: 0;
}

.producers .banner_inner .right {
    width: 54.6%;
}

.producers .banner_inner .left {
    width: 44%;
}

/* support_products */
.support_products {
    margin-top: 21px;
    background: #F9F9F9;
    padding: 60px 0px 71px 0px;
}

.support_products h2 {
    text-align: center;
}

.support_products p {
    text-align: center;
    width: 55%;
    margin: 24px auto 0 auto;
    font-family: var(--font-family);
}

.support_products p a {
    color: #262F7B;
    text-decoration-color: #262F7B;
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.support_products .boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    margin: 40px auto 0 auto;
    column-gap: 1px;
}

.support_products .boxes .box {
    width: 100%;
  padding: 0px 10px;
  border-radius: 79.639px 0px;
  background: #F6C08E;
  box-shadow: 0px 3.982px 11.91px 0px rgba(0, 0, 0, 0.15);
  height: 200px;
  margin: 25px 10px;
  transform: rotate(-1.534deg);
}
.support_products .boxes .box img{
border-radius: 79.639px 0px;
}


.support_products .decription {
    margin-top: 51px;
    width: 66%;
}

.support_products .decription a {
    color: #474747;
    text-decoration-color: #474747;
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    font-weight: 700;
}

.support_products .same {
    justify-content: center;
    margin-top: 32px;
}

.support_products .support_products_inner .boxes .slick-arrow::before {
    color: rgba(56, 63, 153, 1);
    opacity: 1;
    top: unset;
    font-size: 18px;
    content: '\f177';
    font-family: 'Font Awesome 6 free';
    font-weight: bold;
    transition: 0.5s all;
}

.support_products .support_products_inner .boxes .slick-prev,
.support_products .support_products_inner .boxes .slick-next {
    background: rgba(56, 63, 153, 0.08);
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    transition: 0.5s all;
}

.support_products .support_products_inner .boxes .slick-next::before {
    content: '\f178';
    transition: 0.5s all;
}

.support_products .support_products_inner .boxes .slick-prev {
    left: -115px;
    transition: 0.5s all;
}

.support_products .support_products_inner .boxes .slick-prev:hover,
.support_products .support_products_inner .boxes .slick-next:hover {
    background: #383F99;
}

.support_products .support_products_inner .boxes .slick-arrow:hover::before {
    color: white;
}

.support_products .support_products_inner .boxes .slick-next {
    right: -115px;
    transition: 0.5s all;
}

/* awareness */
.awareness {
    margin-top: 136px;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background: url(../img/awernass.png);
    background-size: contain;
    padding: 0 !important;
}

.awareness .banner_inner {
    gap: 10px;
    align-items: flex-start;
}

.awareness .banner_inner .left {
    width: 49%;
}

.awareness .banner_inner .left .description {
    row-gap: 24px;
}

.awareness .banner_inner .left .description p {
    font-family: var(--font-family);
}

.awareness .banner_inner .left .description a {
    color: #262F7B;
    text-decoration-color: #262F7B;
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.awareness .banner_inner .right {
    width: 45.5%;
}

.latest_research {
    margin-top: 65px;
    background: #383F99;
    padding: 64px 0px 88px 0px;
}

.latest_research_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 91.2%;
    margin-right: auto;
}

.latest_research_inner .left {
    width: 22%;
}

.latest_research_inner .left img {
    object-fit: contain;
}

.latest_research_inner .right {
    width: 76%;
}

.latest_research_inner .right h2 {
    color: white;
    text-align: center;
}

.latest_research_inner .right p {
    text-align: center;
    color: white;
    font-family: var(--font-family);
}

.latest_research_inner .right p a {
    color: #2DB3FF;
    text-decoration-color: #2DB3FF;
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.latest_research_inner .right .same {
    margin-top: 54px;
    justify-content: center;
}

/* main_experts */
.main_experts {
    padding: 123px 0px 100px 0px;
    background: url(../img/main_awerness.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 9rem 46%;
}

/* experts */
.experts {
    margin-top: 0px;
    padding: 0 !important;
    background-image: url(../img/);
}

.experts p {
    font-family: var(--font-family);
}

/* experts_again */
.experts_again {
    margin-top: 95px;
    padding: 0;
}

.experts_again .banner_inner {
    column-gap: 100px;
}

/* questions */
.questions {
    margin-top: 0px;
    background-color: #383F99;
}

.questions_inner {
    padding: 100px 0px 109px 0;
    position: relative;
}


.questions_inner::before {
    content: "";
    width: 348px;
    height: calc(100% + 58px);
    background-image: url(../img/question.png);
    background-position: left 0px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1000;
    position: absolute;
    display: block;
    left: 0px;
    top: -58px;
}

.questions h2 {
    color: white;
    text-align: center;
    z-index: 1244;
    position: relative;
}

/* support_us */
.support_us {
    margin-top: 0;
    padding: 93px 0px 96px 0px;
    background: #F7F9FF;
    background-image: url(../img/support_us.png);
    background-repeat: no-repeat;
    background-position: 85% 38%;
}

.support_us .support_products_inner {
    position: relative;
}

.support_us .support_products_inner .heading {
    margin-top: 28px;
}

.support_us .support_products_inner h4 {
    text-align: center;
    color: #474747;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -1.333px;
}

.support_us .support_products_inner .decription {
    margin-top: 29px;
    width: 68%;
    font-size: 22px;
}

.support_us .support_products_inner .same .same_btns {
    display: flex;
    align-items: center;
    gap: 8px;
}

.support_us .support_products_inner .same .same_btns img {
    width: 25px;
}

.scoll_box {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    position: fixed;
    bottom: 2.4%;
    right: unset;
      cursor: pointer;
      z-index: 12;
      left: 50px;
}

.scoll_box img {
    width: 52px;
    height: 52px;
    cursor: pointer;
}

.scoll_box h5 {
    color: #383F99;
    font-family: var(--font-family_outfit);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

/* footer */
footer {
    background: rgba(56, 63, 153, 0.10);
}

footer .footer_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 165px;
    border-bottom: 1px solid rgba(38, 47, 123, 0.60);
    padding: 46px 0px 31px 50px;
}

footer .footer_inner .logo {
    width: 206px;
    display: flex;
}

footer .footer_inner .box {
    width: 100%;
}

footer .footer_inner ul {
    list-style: none;
    display: flex;
    flex-direction: column;
}

footer .footer_inner ul a {
    color: #474747;
    font-family: var(--font-family_outfit);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer .footer_inner .address {
    margin-top: 18px;
    gap: 18px;
}

footer .footer_inner .address li:nth-child(2),
footer .footer_inner .address li:nth-child(3) {
    width: 55%;
}

footer .footer_inner .social_icon {
    margin-top: 34px;
    flex-direction: row;
    column-gap: 27px;
}

footer .footer_inner .social_icon svg {
    width: 29px;
    object-fit: contain;
}

footer .footer_inner .box h3 {
    color: #474747;
    font-family: var(--font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 5rem;
}

footer .footer_inner .box .list {
    row-gap: 16px;
}

footer .footer_inner .box form input {
    width: 76%;
    border-radius: 51px;
    background: #FFF;
    color: #474747;
    font-family: var(--font-family_outfit);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 18px 18px 22px 31px;
    border: none;
    outline: none;
}

footer .footer_inner .box form .same {
    margin-top: 9px;
}

footer .footer_inner .box form .same .same_btns {
    font-size: 16px;
    width: 76%;
    background-color: #9F3B45;
    color: #fff;
    cursor: pointer;
}

footer .footer_inner .box .logos {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 15px;
}

footer .footer_inner .box .logos .f_logo {
    width: 170px;
}

.copy_right {
    padding: 20px 0px 30px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copy_right .left {
    margin-left: 50px;
}

.copy_right ul {
    list-style: none;
    display: flex;
}

.copy_right ul li {
    color: #474747;
    font-family: var(--font-family_outfit);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-right: 1px solid rgba(71, 71, 71, 1);
    padding: 0px 20px;
}
.copy_right ul li a{
	color: #474747;
}

.copy_right ul li:last-child {
    border: unset;
}

.copy_right ul li:first-child {
    padding-left: 0;

}

.copy_right .right li:last-child {
    padding-right: 63px;
}