@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box
}

body {
    font-size: 14px;
    color: var(--pera-black);
    background-color: var(--white);
    margin: 0;
    overflow-x: hidden;
    font-family: 'poppins';
}



h1, h2, h3, h4, h5, h6 p{
    margin: 0;
    padding: 0;
}
.container{
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
    padding: 0 50px;
}

.header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}

.header_menu
{
    z-index:2;
}
.header_menu ul {
    display: flex;
    list-style: none;
}

.header_menu ul li {
    margin: 0px 10px;
    font-size: 21px;
}

.header_menu ul li a {
    text-decoration: none;
    color: #CBCBCB;
}

.header_menu ul li a:hover {
    color: #f79220;
}

#active_link
{
    color: #f79220;
}

/* **************************************** */
.humburger_menu input {
    width: 30px;
    height: 26px;
    position: absolute;
    right: 32px;
    opacity: 1;
    top: 30px;
    z-index: 1;
    display: none;
}

/* ***************************************************** */
/* company_logo */

section.company_logo_section {
    background-color: silver;
    width: 100%;
    padding: 15px 0px;
}

.company_part {
    overflow: auto;
    display: flex;
    justify-content: space-around;
}


/* ******************************************************** */
/* our industries */

.our_industries_title h2 {
    font-size: 58px;
}

.our_industries_title {
    text-align: center;
    margin: 50px 0px;
}

.industries {
    width: 100%;
    display: flex;
    margin-bottom: 70px;
}

.common_padding {
    padding: 0px 15px;
}

.industries_contant {
    display: flex;
    flex-direction: column;
}

.industries_contant p {
    margin: 0px;
    font-size: 19px;
}

.our_industries_link {
    margin-top: auto;
}

.our_industries_link a {
    color: #f79920;
    text-decoration: none;
    font-size: 22px;
}

img.left_border {
    border-left: 10px solid #f79920;
}

img.right_border {
    border-right: 10px solid #f79920;
}

section.our_industries_section {
    padding: 70px 0px;
}

/* ********************************************************* */

/* our board  */


.our_board_section
{
    background-image: url(../image/our_board_bg.png);
    background-color: #06121E;
}

.Our_board_title h2 {
    font-size: 55px;
    padding: 36px 2px;
    font-weight: 700;
    color: #ffff;
}

.our_board_card {
    display: flex;
    /* overflow: auto; */
    overflow-y: hidden;
}

.button-arrow img {
    position: relative;
    top: 3px;
    left: 7px;
}

.card {
    min-width: 445px;
    width: 33.33%;
    margin: 76px 10px;
    background-color: white;
    /* border: 1px solid #ffffff; */
    border-radius: 15px;
    position: relative;
}

.director_contant h3 {
    font-size: 28px;
}

.director_contant h6 {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
}

.director_contant {
    display: flex;
    padding: 0px 25px;
    margin-top: 96px;
    flex-direction: column;
    /* margin: auto; */
}
.director_contant p {
    font-size: 21px;
    line-height: 40px;
}

::-webkit-scrollbar {
    display: none;
}

.director_contant img {
    position: relative;
    margin-top: -163px;
    width: 40%;
}

.read_more_btn {
    margin: 29px 18px;
}

.read_more_btn button {
    background-color: none;
    background: none;
    border: none;
    font-size: 27px;
    color: #f79920;
}
/* **************************************************************** */
/* our sector */

.active {
    color: #f79920;
}

section.our_sectors {
    padding: 120px 0;
}

section.our_sectors1 {
    padding: 0 50px;
}

.our_sectors_title {
    padding-bottom: 45px;
    text-align: center;
}

.our_sectors_img img {
    width: 100%;
}

.our_sectors_title h2 {
    font-weight: 800;
    font-size: 47px;
}

.our_sectors_images {
    display: flex;
    gap: 45px;
    justify-content: space-between;
}

.our_sectors_img {
    position: relative;
    margin-bottom: 43px;
}
.our_sectors_img:last-child {
    margin-bottom: 0;
}

.text_hover {
    position: absolute;
    background: #F79920;
    border-radius: 15px;
    text-align: center;
    color: white;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 14px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: scale(0);
    opacity: 0;
    overflow: hidden;
    transition: ease-in-out 0.6s;
}

.our_sectors_img:hover .text_hover {
    cursor: pointer;
    transform: scale(1);
    opacity: 1;
    overflow: visible;
}



/* ************************************************************** */

/* footer section */

.footer_section
{
    background-color: #06121E;
    background-image: url(../image/footer_bg_dot.png);
    background-position-y: 232px ;
}

#headquarters_telephone_email h2 {
    font-size: 18px;
    font-weight: 600;
    color:  #C2C3CD;
    line-height: 29px;
}

#headquarters_telephone_email h6 {
    font-size: 18px;
    font-weight: 400;
    color: #787D99;
    margin: 0px;
    line-height: 34px;
}

#headquarters_telephone_email {
    margin: 40px 0px;
}

.footer_part {
    width: 100%;
    padding: 58px 0px 73px;
    display: flex;
    justify-content: space-between;
}

#footer_information_title
{
    color: #ffff;
    line-height: 125px;
}

#footer_information_title h2{
    font-size: 23px;
    font-weight: 600;
}

#footer_links a {
    text-decoration: none;
    color:#787D99;
    font-size: 18px;
    font-weight: 400;
    line-height: 45px;
}

#footer_links a:hover
{
    cursor: pointer;
    color: #f79920;
}

section.bootom_section {
    background-color: #040A10;
}

.footer_bottom {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px;
    align-items: center;
}

.footer_right_bottom img {
    padding: 0px 10px;
}


/* ********************************************************************************************************* */

/* home */

.hero_banner_img {
    position: relative;
    width: 100%;
    margin-top: -120px;
    z-index: -1;
    position: relative;
}

.hero_banner_img img {
    width: 100%;

}

.section_hero_banner {
    position: relative;
}

.banner_text {
    position: absolute;
    top: 40%;
    left: 42%;
    width: 100%;
    max-width: 926px;
    z-index: 1;
}

.banner_text p {
    font-size: 28px;
    color: white;
    font-family: 'poppins';
    font-style: normal;
    font-weight: 400;
    position: absolute;
    line-height: 54px;
    left: 95px;
}

.hero_banner_img::after{
    content: "";
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    height: 40.7%;
}

.hero_banner_img::before{
    content: "";
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    height: 82.7%;
    z-index: 1  ;
}

.bg_left_shap {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 80%;   
    background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);     
}

.slider_number h6 {
    display: inline-flex;
    margin: 0px -1px;
}

.slider_menu {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    color: white;
    bottom: 40px;
    z-index: 1;
    padding: 0px 107px;
}

.slider_number h6 {
    height: 100%;
    font-size: 36px;
    align-items: center;
}

.slider_name {
    position: relative;
    font-size: 31px;
}

.slider_name svg {
    position: absolute;
    left: 139px;
    top: 16px;
}

.slider_number h6:last-child::after
{
    display: none;
}

.slider_number h6:first-child::after
{
    background-color: #f79920;
}

.slider_number h6::after {
    content: "";
    height: 2px;
    width: 28px;
    display: inline-block;
    position: relative;
    margin: 0 11px;
    background-color: rgba(255, 255, 255, 0.3);
    vertical-align: super;
}

.three
{
    color: rgba(255, 255, 255, 0.3);
}

.four
{
    color: rgba(255, 255, 255, 0.3);
}

.about_us {
    width: 50%;
}

.about_us_img_right {
    position: relative;
    width: 50%;
}

.about_us_part {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.about_us_contant p {
    font-size: 17px;
    line-height: 35px;
}

.about_us_under_image img {
    position: relative;
    left: 107px;
}

.about_us_on_image {
    position: absolute;
    top: 236px;
    left: 35;
}

.about_us h2 {
    font-size: 45px;
    font-weight: 800;
}

.about_us_contant button {
    font-size: 23px;
    margin-top: 24px;
    border: 1px solid black;
    padding: 13px 50px 13px 15px;
    position: relative;
    background-color: white;
    border-radius: 2px;
}

.learn_more_botton img {
    position: relative;
    top: 5px;
    left: 5px;
}

.about_us_contant button:hover {
    background-color: black;
    color: white;
    cursor: pointer;
   
}

section.about_us_section {
    padding: 120px 0;
}

/* ********************************************************************* */


/* About US css */


/* aboutus page common css */

.about_us_hero_banner_section {
    position: relative;
    margin-top: -120px;
    z-index: -1;
}

.about_us_banner_img img {
    width: 100%;
    position: relative;
}

.about_us_hero_banner_img img {
    width: 100%;
}

.about_us_hero_banner_img::after {
    content: "";
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(180deg, #000000 11%, rgba(0, 0, 0, 0) 100%);
    height: 99%;
   
}

.about_us_hero_banner_img::before {
    content: "";
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(0deg, #000000 -43%, rgba(0, 0, 0, 0) 70%);
    /* height: 100.7%; */
    height: 99%;
}

.about_us_banner_text h2 {
    font-size: 60px;
    font-weight: 800;
    color: #f79920;
}

.about_us_banner_text p {
    font-size: 27px;
    padding: 0px 250px;
    font-weight: 700;
    color: white;
}

.about_us_contant_section {
    padding: 100px 0px;
}

.about_us_banner_text {
    position: absolute;
    width: 100%;
    top: 41%;
    text-align: center;
    z-index: 1;
}

/* ************************************************** */
.about_us_question h4 {
    font-size: 26px;
    line-height: 50px;
    font-weight: 700;
}

.about_us_question p {
    font-size: 17px;
    font-weight: 400;
    margin: 0px;
    padding: 18px 0px;
    line-height: 40px;
}

.marie_query_part {
    width: 100%;
    display: flex;
}

.marie_query_section {
    padding: 100px 0px;
}

.marie_query_logo {
    margin-right: 15px;
}

.marie_query_image {
    margin-right: 15px;
}

.marie_query_contant p {
    margin: 0px;
    font-size: 20px;
    padding-bottom: 14px;
    line-height: 37px;
}

.marie_query_contant {
    display: flex;
    padding-left: 36px;
    flex-direction: column;
}

.marie_query_contant button {
    margin-top: auto;
}

.marie_query_contant button {
    margin-top: auto;
    width: 17%;
    font-size: 20px;
    background: none;
    padding: 0px;
    border: none;
    color: #f79920;
}

.our_ethos_title h2 {
    font-size: 45px;
    font-weight: 800;
}

.our_ethos_title p {
    font-size: 16px;
    font-weight: 500;
}

.our_ethos_title {
    text-align: center;
    color: white;
}

.our_ethos_section
{
    background-image: url(../image/our_board_bg.png);
    background-color: #06121E;
}

.ethos_card {
    border: 2px solid white;
    width: 30%;
    border-radius: 13px;
    margin: 21px;
    padding: 20px 15px;
    background-color: white;
}

.our_ethos_part {
    padding: 80px 0px;
}

.our_ethos_row {
    display: flex;
    flex-wrap: wrap;
}

.ethos_card p {
    color: #2F3558;
    font-size: 18px;
}


/* ***************************************************************************** */

/* Our Vision Page */

.lorem_epsum_part {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;;
    justify-content: space-around;
}

section.lorem_epsum_circle {
    padding-top: 100px;
}

.lorem_epsum {
    max-width: 441.18px;
    border-radius: 50%;
    max-height: 441.18px;
    background: #ffff;
    box-shadow: 5px 7px 5px 2px rgb(0 0 0 / 16%);
    text-align: center;
    padding: 43px 30px;
}

.lorem_epsumAfter {
    width: 32%;
    background: linear-gradient(180deg,white);
    position: absolute;
    z-index: -1;
    top: 0px;
    box-shadow: 8px 20px 0px -9px rgb(0 0 0 / 8%);
    border-radius: 50%;
    left: calc(100% - 82%);
    right: 0;
    bottom: 0;
}

.lorem_epsumBefore {
    width: 32%;
    background: linear-gradient(180deg,white);
    position: absolute;
    z-index: -1;
    top: 0px;
    right: calc(100% - 86%);
    box-shadow: 5px -18px 0px -9px rgb(0 0 0 / 8%);
    border-radius: 50%;
    bottom: 0;
}

.lorem_epsum h2 {
    font-size: 29px;
}

.lorem_epsum p {
    line-height: 37px;
    font-size: 19px;
}


/* *************************************************************************** */

/* our group */

.read_more_red_btn button {
    font-size: 20px;
    color: red;
}

.horizontal {
    DISPLAY: FLEX;
    /* BORDER-LEFT: NONE; */
    FLEX-DIRECTION: ROW-REVERSE;
}

/* ****************************************************************************** */

/* Sustainability */


.Sustainability_contant_image img {
    max-width: 580px;
}

.same_direction {
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: row-reverse;
}

.Sustainability {
    padding-top: 100px;
    display: flex;
    /* flex-wrap: wrap; */
}

.Sustainability_contant_desciption p {
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    padding: 8px 0px;
    line-height: 29px;
}

.Sustainability_contant_desciption {
    padding: 0px 27px;
}

/* *********************************************************************** */

/* news */


.main_news {
    display: flex;
    align-items: center;
}

.main_news_section {
    padding: 100px 0px;
}

.main_news_contant {
    max-width: 700px;
    padding-left: 30px;
}


.main_news_contant h6
{
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin: 0px;
}

.main_news_contant h2
{
    font-size: 58px;
    margin: 0px;
    font-weight: 700;
    line-height: 90px;
}

.main_news_contant p
{
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
}

.mini_news_section {
    padding-bottom: 100px;
}

.mini_news {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.news_card {
    max-width: 413px;
    margin-top: 12px;
    padding: 21px;
}

.mini_news_image img {
    width: 100%;
}

.mini_news_contant h6 {
    font-size: 18px;
    margin: 17px 0px;
    font-weight: 400;
}

.mini_news_contant h1{
    font-size: 38px;
    font-weight: 700;
}

.mini_news_contant p
{
    font-size: 16px;
    font-weight: 400;
}

a.navbar_item.active{
    color: #F79920;
}

/* ***************************************************************************** */

/* contact us */


.contact_us_section {
    padding: 100px 0px;
}

.form_header h1 {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
}

.form_detail {
    display: flex;
    flex-wrap: wrap;
}

.form_detail input {
    width: 48%;
    /* width: 675px; */
    font-size: 23px;
    border: 1px solid;
    padding: 16px;
    border-radius: 6px;
    color: #ADADAD;
    margin: 10px auto;
}

.message_detail input {
    width: 98%;
    margin: 11px 14px;
    padding: 16px;
    font-size: 21px;
    border: 1px solid;
    height: 124px;
    border-radius: 6px;
}

.save_information {
    text-align: center;
    margin-top: 20px;
}

.save_button {
    width: 10%;
    background-color: #f79920;
    padding: 15px 0px;
    border: none;
}

.save_button:hover
{
    background-color: green;

} 

button.save_button {
    color: white;
    font-size: 22px;
    font-weight: 700;
}

.form_header {
    margin-bottom: 26px;
}

.contact_data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.mobile {
    text-align: center;
    width: 300px;
}

.mobile img {
    margin-bottom: 22px;
}

.mobile h4 {
    font-size: 20px;
    font-weight: 600;
}

.map_section
{
    padding: 100px 0;
}

iframe {
    width: 100%;
}

/* *************************************************************************************************** */

/* Media Query  */


@media screen and (max-width: 1920px){

    .about_us_on_image {
        left: 0px;
    }

    .banner_text {
        top: 24%;
    }

}
@media screen and (max-width: 1800px){

    .banner_text {
        top: 31%;
    }
}
@media screen and (max-width: 1700px){

    .banner_text p {
        font-size: 22px;
    }

}
@media screen and (max-width: 1600px){

    .our_sectors_img img {
        width: 100%;
    }

    .banner_text {
        top: 28%;
        max-width: 824px;
    }

    .banner_text img {
    width: 63%;
    position: relative;
    left: 53px;
    }

    .banner_text p {
        font-size: 22px;
        line-height: 40px;
    }

    svg.read_more_btn_svg {
        position: relative;
        top: 2px;
    }

}
@media screen and (max-width: 1440px){

    .banner_text {
        max-width: 732px;
        top: 23%;
    }

    .banner_text img {
    width: 61%;
    top: 17px;
    }

    .company_logo img {
        width: 75%;
    }

    .banner_text p {
        line-height: 38px;
        left: 50px;
    }

    .card {
        min-width: 411px;
    }

    .director_contant p {
        font-size: 17px;
        line-height: 37px;
    }


    .read_more_btn button {
        font-size: 21px;
    }

    svg.read_more_btn_svg {
        position: relative;
        top: 3px;
    }

    .about_us_under_image img {
        width: 80%;
    }

    .about_us_on_image img {
        width: 70%;
    }

    .our_industries_section {
        padding: 40px 0px;
    }

    .our_industries_title h2 {
        font-size: 45px;
    }

    .about_us_on_image {
        top: 227px;
        left: 21px;
    }

    .about_us_contant p {
        font-size: 14px;
        line-height: 31px;
    }

    .about_us_contant button {
        font-size: 15px;
        padding: 4px 20px 10px 15px;
    }

    .learn_more_botton svg {
        top: 9px;
        right: 12px;
    }

    .industries_logo img {
        max-width: 91px;
    }

    .industries_image img {
        max-width: 380px;
    }

    img.left_border {
        border-left: 6px solid #f79920;
    }

    .industries_contant p {
        font-size: 17px;
    }

    .our_industries_link a {
        font-size: 18px;
    }

}
@media screen and (max-width: 1300px){

    img.right_border {
        border-right: 6px solid #f79920;
    }

    .banner_text {
        max-width: 663px;
    }

    .banner_text p {
        font-size: 18px;
    }

    .banner_text img {
        left: 30px;
    }

    .about_us h2 {
        font-size: 35px;
    }


    .about_us_on_image {
        top: 192px;
    }    

    .Our_board_title h2 {
        font-size: 37px;

    }

    .director_contant h3 {
        font-size: 23px;
    }

    .director_contant h6 {
        margin: 0;
        font-size: 18px;
    }

    .director_contant p {
        font-size: 17px;
        line-height: 33px;
    }

    .read_more_btn button {
        font-size: 20px;
        color: #f79920;
    }

    svg.read_more_btn_svg {
        position: relative;
        top: 4px;
    }
    
    
}
@media screen and (max-width: 1200px){

    .banner_text {
        top: 29%;
    }

    .header_logo img {
        width: 66%;
    }

   

 
    .header_menu ul li {
        font-size: 15px;
    }


    .banner_text p {
        font-size: 15px;
    }

    .industries_contant p {
        font-size: 13px;
    }

    .our_industries_link a {
        font-size: 16px;
    }

    .slider_number h6 {
        font-size: 22px;
    }

    .slider_menu {
        padding: 0px 64px;
    }

    .slider_name {
        font-size: 23px;
    }

    .slider_name svg {
        left: 108px;
        top: 8px;
    }

    .about_us_on_image {
        top: 144px;
    }

    .about_us h2 {
        font-size: 29px;
    }

    .about_us_contant p {
        margin: 8px 0px;
        font-size: 11px;
        line-height: 25px;
    }

    img.right_border {
        border-right: 6px solid #f79920;
    }

    .banner_text {
        max-width: 572px;
    }

    .text_hover p {
        font-size: 12px;
        margin: 0;
        padding: 15px 16px 0px;
    }

    .footer_logo img {
        width: 40%;
    }

    .read_more_btn {
        margin: 23px 0px;
    }

}
@media screen and (max-width: 1024px){

    .banner_text {
        max-width: 499px;
    }

    section.about_us_section {
        padding: 40px 0;
    }

    .banner_text p {
        line-height: 28px;
        font-size: 13px;
    }

    .industries_image img {
        max-width: 313px;
    }

    .industries_contant p {
        font-size: 12px;
    }

    .about_us_img_right {
        margin: auto 0;
        position: relative;
        width: 50%;
    }

    .industries_contant p {
        font-size: 12px;
    }

    section.our_industries_section {
        padding: 5px 0px;
    }

    .card {
        min-width: 377px;
    }

    section.our_sectors {
        padding: 50px 0;
    }

    #footer_links a {
        font-size: 14px;
    }

    .footer_right_bottom img {
        height: 31px;
        padding: 0px 10px;
    }


    .about_us_section {
        padding: 50px 0;
    }

    .about_us_on_image img {
        width: 55%;
    }

    .our_industries_section {
        padding: 39px 0px;
    }

    .slider_number h6::after {
        width: 18px;
    }

    .company_logo img {
        width: 90%;
    }

}
@media screen and (max-width: 900px){

    .banner_text {
        max-width: 421px;
    }

    .header_menu ul li {
        font-size: 11px;
    }

    .container {
        padding: 0 40px;
    }

    .about_us_img_right {
        width: 100%;
    }

    .about_us {
        width: 100%;
    }

    .about_us_part {
        flex-wrap: wrap;
        width: 100%;
        /* text-align: center; */
        /* justify-content: center; */
        flex-direction: column-reverse;
    }

    .about_us_img_right {
         text-align: center;
          margin-bottom: 14px;
    }

    .about_us_under_image img {
        width: 55%;
    }

    .about_us_on_image img {
        width: 65%;
    }

    .about_us_on_image {
        left: 114px;
    }

    .about_us h2 {
        font-size: 36px;
    }

    .about_us_contant p {
        font-size: 16px;
        line-height: 33px;
    }

    .industries {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        border-radius: 20px;
    }

    .industries_contant {
        display: flex;
        text-align: initial;
        flex-direction: column;
    }

    .horizontal {
    flex-wrap: wrap-reverse;
    }

    .industries_contant p {
        font-size: 13px;
        line-height: 30px;
    }

    .our_industries_link {
        margin-top: 40px;
    }

    .common_padding {
        padding: 10px 19px;
    }

    .our_sectors_images {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer_part {
        flex-wrap: wrap;
    }

    .slider_name {
        font-size: 17px;
    }

    .slider_number h6 {
        font-size: 18px;
    }

    .slider_number h6 {
        font-size: 18px;
    }

    .slider_name svg {
        left: 78px;
        top: 4px;
    }

    .slider_menu {
        bottom: 24px;
    }

    .footer_section {
        background-position-y: 385px;
    }

    .footer_part {
        padding: 58px 0px 0px;
    }

    #footer_information_title {
        color: #ffff;
        line-height: 50px;
    }

    #menu_toggle {
        opacity: 0;
      }

    #menu_toggle:checked + .menu_btn > span {
        transform: rotate(45deg);
      }
      
    #menu_toggle:checked + .menu_btn > span::before {
        top: 0;
        transform: rotate(0deg);
      }

    #menu_toggle:checked + .menu_btn > span::after {
        top: 0;
        transform: rotate(90deg);
      }

    #menu_toggle:checked ~ .menu_box {
        /* right: 0px !important; */
        transform: translateX(0%);
    }

    .menu_btn {
        position: fixed;
        top: 30px;
        right: 34px;
        width: 26px;
        height: 26px;
        cursor: pointer;
        z-index: 3;
    }
      .menu_btn > span,
      .menu_btn > span::before,
      .menu_btn > span::after {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #616161;
        /* transition-duration: .25s; */
      }
      .menu_btn > span::before {
        content: '';
        top: -8px;
      }
      .menu_btn > span::after {
        content: '';
        top: 8px;
      }
      .menu_box {
        display: block;
        position: fixed;
        top: 0;
        /* left: -100%; */
        right: 0;
        width: 40%;
        z-index: 2;
        height: 100%;
        margin: 0;
        padding: 80px 0;
        list-style: none;
        background-color: #ECEFF1;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
        /* transition-duration: .25s; */
        transform: translateX(100%);
      }
      .navbar_item {
        display: block;
        padding: 12px 24px;
        color: #221d1d;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
        /* transition-duration: .25s; */
      }
      .navbar_item:hover {
        background-color: #CFD8DC;
      }

      ul.menu_items {
        display: block;
    }
      
    ul.menu_box li a {
        color: black;
    }


    .footer_logo img {
    width: 30%;
    }

    #headquarters_telephone_email {
    margin: 12px 0px;
    }

    #headquarters_telephone_email h6 {
    font-size: 16px;
    }
      
    .Our_board_title {
        text-align: center;
    }

    .director_contant img {
        width: 30%;
        margin-top: -119px;
    }

    .director_contant {
        margin-top: 57px;
    }

    .director_contant p {
        font-size: 14px;
        line-height: 29px;
    }

    section.our_sectors {
        padding: 47px 0;
    }

    #footer_information_title h2 {
        font-size: 17px;
        font-weight: 600;
    }
}
@media screen and (max-width: 767px){

 

    .banner_text {
    max-width: 338px;
    left: 28%;
    }

    .banner_text p {
    line-height: 21px;
    font-size: 13px;
    }


    .slider_menu {
        padding: 0px 40px;
    }

    .slider_name svg {
        left: 75px;
        top: 4px;
    }


    .company_logo img {
        width: 135px;
    }

    .container {
        padding: 0 30px;
    }

    .hero_banner_img img {
        height: 363px;
        width: 100%;
    }



    .about_us_on_image {
        left: 61px;
        top: 133px;
    }

    .about_us_under_image img {
        width: 71%;
    }

    .about_us_img_right {
        margin-left: -94px;
    }

    .our_industries_title h2 {
        font-size: 32px;
    }

    section.our_industries_section {
        padding: 30px 0px;
    }

    .our_industries_title {
        margin: 14px 0px;
    }



    .footer_section {
        background-position-y: 461px;
    }

    .social_media_information img {
    width: 36%;
    }

    .footer_right_bottom img {
    /* width: 18%; */
    height: 30px;
    }

    .footer_bottom {
    display: flex;
    justify-content: space-between;
    padding: 8px 0px;
    align-items: center;
    }

    .card {
        margin-left: 80px;
    }

    .slider_number h6 {
        display: inline-flex;
        margin: 0px -3px;
    }

}
@media screen and (max-width: 600px){

    .banner_text {
    max-width: 360px;
    }

    .header_logo img {
        width: 45%;
    }

    .banner_text p {
    line-height: 21px;
    font-size: 13px;
    }

    .banner_text {
        top: 38%;
    }

    .slider_number h6 {
        font-size: 12px;
    }

    .slider_name {
        font-size: 11px;
    }

    .slider_name svg {
        left: 51px;
        width: 31%;
        top: -1px;
    }

    .slider_menu {
        padding: 0px 37px;
    }

    .slider_menu {
        bottom: 10px;
    }

    .banner_text {
    left: 20%;
    }

    .about_us_on_image img {
    width: 54%;
    }

       
    .our_sectors_title h2 {
    font-weight: 800;
    font-size: 37px;
    }

    section.our_sectors {
    padding: 40px 0;
    }


    .about_us_section {
        padding: 64px 0;
    }

    .about_us_img_right {
        margin-bottom: 39px;
    }

    .about_us_on_image {
    top: 98px;
    }

    .horizontal {
        flex-wrap: wrap-reverse;
    }

    .card {
        margin-left: 15px;
        min-width: 391px;
    }

    .slider_name {
        margin-right: 16px;
        font-size: 11px;
    }

    .Our_board_title h2 {
        padding: 24px 0px;
    }

    .common_padding {
        padding: 10px 4px;
    }

    .company_logo img {
        width: 111px;
    }

    .industries_image img {
        max-width: 282px;
    }

    .industries {
        justify-content: space-between;
        margin-bottom: 25px;
    }

}
@media screen and (max-width: 479px){

    .container {
        padding: 0 20px;
    }

    .common_padding {
        padding: 17px 0px;
    }

    .our_sectors_title h2 {
        font-weight: 800;
        font-size: 30px;
    }

    .company_logo img {
        width: 143px;
    }

    section.our_sectors {
        padding: 36px 0;
    }

    .social_media_information img {
        width: 40%;
    }

    .about_us_on_image img {
        width: 46%;
    }


    .header_logo img {
        width: 32%;
    }

    .banner_text img {
        width: 42%;
        left: 44px;
    }

    .banner_text p {
    line-height: 17px;
    font-size: 10px;
    width: 64%;
    padding-top: 10px;
    }

    .banner_text {
    max-width: 294px;
    }

    .menu_box {
    width: 51%;
    }

    .about_us_on_image {
    left: 46px;
    top: 84px;
    }


    .industries_image img {
    max-width: 224px;
    }

    .our_industries_link {
        margin-top: 12px;
    }

    .common_padding {
    padding: 17px 18px;
    }

    .footer_section {
    background-position-y: 550px;
    }

    .card {
        margin-left: 0px;
        min-width: 329px;
    }

    .director_contant img {
        margin-top: -104px;
    }


    .slider_number h6 {
        margin: 0px -4px;
    }

    .slider_number h6::after {
        width: 10px;
    }
}

@media screen and (max-width: 374px)
{
    .about_us_contant p {
        font-size: 16px;
        line-height: 25px;
        padding: 11px 0 0 0;
    }
    
    .Our_board_title h2 {
        padding: 15px 0 0 0;
    }

    .menu_box {
        width: 56%;
    }

    .container {
    padding: 0 10px;
    }

    .industries {
        justify-content: center;
        margin-bottom: 10px;
    }

    .common_padding {
        padding: 5px 18px;
    }

    .hero_banner_img img {
    height: 336px;
    }

    .banner_text {
     max-width: 246px;
     top: 33%;
    }

    .about_us_on_image {
        top: 58px;
    }

    .industries_image img {
    max-width: 260px;
    }

    .footer_right_bottom img {
     height: 24px;
    }

    .card {
        min-width: 292px;
    }

    .navbar_item {
        padding: 12px 20px;
    }

    .banner_text img {
        width: 59%;
    }

    .banner_text {
        left: 14%;
    }

    .slider_menu {
        padding: 0px 16px;
    }

    #footer_information_title h2 {
        font-size: 22px;
        font-weight: 600;
    }

    .company_information {
        margin-top: 10px;
    }

    #footer_links a {
    text-decoration: none;
    color: #787D99;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    }
}


/* ***************************************** */

/* about us page responsive */

@media screen and (max-width: 1920px){

}
@media screen and (max-width: 1800px){

}
@media screen and (max-width: 1700px){

}
@media screen and (max-width: 1600px){


    .about_us_banner_text h2 {
        font-size: 44px;
    }

    .about_us_banner_text p {
        font-size: 20px;
    }

    .company_logo {
        gap: 75px;
        /* justify-content: start; */
    }


    .marie_query_contant button {
        width: 19%;
    }

}
@media screen and (max-width: 1440px){

    .marie_query_contant button {
        width: 25%;
    }

    .our_ethos_row {
        justify-content: center;
    }
    
    .ethos_card {
        width: 30%;
    }

    .about_us_contant_section {
        padding: 50px 0px;
    }
    
}
@media screen and (max-width: 1300px){

    .company_logo img {
        height: 83px;
    }

    .about_us_banner_text p {
        font-size: 17px;
    }

    .marie_query_image img {
        height: 229px;
    }

    .marie_query_contant p {
        margin: 0px;
        font-size: 16px;
        padding-bottom: 3px;
        line-height: 30px;
    }

    .marie_query_contant button {
        width: 23%;
    }
}
@media screen and (max-width: 1200px){
   
    .about_us_banner_text h2 {
        font-size: 29px;
    }

    .about_us_banner_text p {
        font-size: 13px;
    }

    .about_us_banner_text {
        top: 52%;
    }

    .marie_query_image img {
        height: 205px;
    }

    .marie_query_logo img {
        height: 96px;
    }

    .marie_query_contant button {
        width: 28%;
    }

    .ethos_card {
        width: 45%;
    }
}
@media screen and (max-width: 1024px){

    .container {
        padding: 0 40px;
    }

    .about_us_hero_banner_img img {
        height: 305px;
    }

    .about_us_question p {
        font-size: 16px;
        padding: 14px 0 0 0;
        line-height: 30px;
    }

    .marie_query_contant button {
        width: 20%;
        font-size: 16px;
    }

    .marie_query_contant {
        padding-left: 0px;
    }

    .marie_query_logo img {
        height: 79px;
    }

    .marie_query_image img {
        height: 177px;
    }

    .marie_query_contant p {
        margin: 0px;
        font-size: 13px;
        padding-bottom: 0px;
         line-height: 22px;
    }

    .marie_query_section {
        padding: 32px 0px;
    }

    .our_ethos_title h2 {
        font-size: 36px;
    }

    .ethos_card {
        width: 31%;
        margin: 5px 5px;
        padding: 8px 8px;
    }

    .ethos_card h2 {
        font-size: 18px;
    }

    .ethos_card p {
        color: #2F3558;
        font-size: 14px;
    }


}
@media screen and (max-width: 900px){

    .about_us_banner_text {
        top: 41%;
    }

    .container {
        padding: 0 30px;
    }

    .our_ethos_part {
        padding: 55px 0px;
    }

    .about_us_banner_text h2 {
        font-size: 43px;
    }

    .about_us_question p {
        font-size: 15px;
        padding: 10px 0 0 0;
    }

    .about_us_question p {
        font-size: 15px;
        padding: 0px 0px;
    }

    .about_us_question h4 {
        font-size: 21px;
        line-height: 38px;
    }
    
    .marie_query_contant button {
        margin-top: 70px;
        width: 24%;
    }

    .marie_query_contant {
        display: flex;
        /* padding: 10px 10px; */
        /* padding-left: 15px; */
        flex-direction: column;
    }

    .ethos_card {
        width: 32%;
    }

    .ethos_card p {
        margin: 6px 0 6px 0;
        font-size: 13px;
    }

    
}
@media screen and (max-width: 767px){

    .marie_query_section {
        padding: 50px 0px;
    }

    .about_us_banner_text p {
        font-size: 14px;
        padding: 0px 70px;
    }

    .ethos_card {
        width: 88%;
    }

    .marie_query_contant {
        padding: 10px 28px;
    }

    .company_logo img {
        width: 23%;
    }

   
}
@media screen and (max-width: 600px){

    .marie_query_contant button {
        margin-top: 45px;
        width: 35%;
    }

    .marie_query_contant p {
        padding-bottom: 10px;
    }

    .marie_query_image img {
        height: 150px;
    }

    .marie_query_contant {
        padding: 10px 0px;
    }
}
@media screen and (max-width: 479px){

    .about_us_banner_text h2 {
        font-size: 31px;
    }

    .about_us_banner_text p {
        font-size: 14px;
        padding: 0px 19px;
    }

    .about_us_contant_section {
        padding: 30px 0px;
    }

    .about_us_question p {
        font-size: 15px;
        line-height: 29px;
        padding: 10px 0 0 0;
    }

    .about_us_question h4 {
        line-height: 33px;
    }

    .marie_query_image img {
        height: 153px;
    }

    .marie_query_image {
        margin-right: 0px;
    }

    .marie_query_contant button {
        margin-top: 4px;
        width: 26%;
        font-size: 15px;
    }

    .marie_query_section {
        padding: 25px 0px;
    }

    .our_ethos_part {
        padding: 36px 0px;
    }

    .ethos_card p {
        color: #2F3558;
        font-size: 13px;
    }

    .ethos_card h2 {
        font-size: 17px;
    }

}
@media screen and (max-width: 374px){

    .about_us_question h4 {
        line-height: 27px;
    }

    .about_us_question p {
        font-size: 15px;
        line-height: 28px;
        padding: 10px 0 0 0;
    }

    .marie_query_contant button {
        margin-top: 14px;
        width: 28%;
        font-size: 14px;
    }

    .marie_query_section {
        padding: 25px 0px;
    }

    .ethos_card {
        width: 100%;
        margin: 11px 0 0 0;
        padding: 10px 8px;
        background-color: white;
    }

    .our_ethos_title p {
        font-size: 14px;
        font-weight: 500;
    }
}

/* ************************************************************ */

/* our vision responsive */
@media screen and (max-width: 1920px){

   
}
@media screen and (max-width: 1800px){

}
@media screen and (max-width: 1700px){

}
@media screen and (max-width: 1600px){

    .lorem_epsum {
        max-width: 413.18px;
    }

    .lorem_epsum p {
        line-height: 34px;
        font-size: 18px;
    }
    
    
}
@media screen and (max-width: 1440px){

    .slider_name img {
        position: relative;
        left: 6px;
        top: 2px;
    }
    
    .lorem_epsum {
        max-width: 323.18px;
        border-radius: 50%;
        max-height: 335.18px;
        background: #ffff;
        box-shadow: 5px 7px 5px 2px rgb(0 0 0 / 16%);
        text-align: center;
        padding: 43px 49px;
    }

    .lorem_epsum img {
        width: 13%;
    }

    .lorem_epsum h2 {
        font-size: 21px;
    }

    .lorem_epsum p {
        line-height: 28px;
        font-size: 12px;
    }

    section.lorem_epsum_circle {
        padding-top: 60px;
    }
}
@media screen and (max-width: 1300px){

}
@media screen and (max-width: 1200px){


    .lorem_epsum {
        max-width: 284.18px;
        padding: 31px 24px;
    }
}
@media screen and (max-width: 1024px){

    .container {
        padding: 0 30px;
    }
}
@media screen and (max-width: 900px){

    .container {
        max-width: 1500px;
        margin: 0 auto;
        width: 100%;
        padding: 0 30px;
    }

    .lorem_epsumAfter {
        width: 54%;
        top: 13px;
        background: linear-gradient(180deg,white);
        position: absolute;
        z-index: -1;
        box-shadow: 4px -29px 0px -22px rgb(0 0 0 / 8%);
        /* box-shadow: -10px 4px 31px -20px rgb(0 0 0 / 32%); */
        border-radius: 50%;
        left: calc(100% - 74%);
        right: 0px;
        bottom: 205px;
    }

    .lorem_epsumBefore {
        width: 95%;
        background: linear-gradient(180deg,white);
        position: absolute;
        z-index: -1;
        top: 33px;
        right: calc(100% - 86%);
        box-shadow: 28px 7px 0px -19px rgb(0 0 0 / 8%);
        /* box-shadow: -10px 4px 31px -20px rgb(0 0 0 / 32%); */
        border-radius: 50%;
        bottom: 91px;
    }
}
@media screen and (max-width: 767px){

    .lorem_epsum {
        margin: 27px 0;
    }

    .lorem_epsumAfter {
        width: 41%;
        height: 26%;
        top: 221px;
        background: linear-gradient(180deg,white);
        position: absolute;
        z-index: -1;
        box-shadow: 10px 4px 0px -4px rgb(0 0 0 / 14%);
        border-radius: 50%;
        left: calc(100% - 63%);
        right: 1px;
    }

    .lorem_epsumBefore {
        height: 32%;
        top: 40px;
        width: 54%;
        background: linear-gradient(180deg,white);
        position: absolute;
        z-index: -1;
        top: 560px;
        right: calc(100% - 75%);
        box-shadow: -6px -5px 0px 0px rgb(0 0 0 / 12%);
        border-radius: 50%;
        bottom: 0px;
    }
}
@media screen and (max-width: 600px){


    
}
@media screen and (max-width: 479px){


}
@media screen and (max-width: 374px){

    .lorem_epsum {
    max-width: 275.18px;
    padding: 19px 24px;
}
    
}





/* ****************************************************************** */

/* our group responsive */



/* ********************************************************************** */
/* .Sustainability responsive */
@media screen and (max-width: 1920px){

}
@media screen and (max-width: 1800px){

}
@media screen and (max-width: 1700px){

}
@media screen and (max-width: 1600px){

    .Sustainability_contant_desciption p {
        font-size: 13px;
        padding: 7px 0px;
    }

    .Sustainability {
        padding-top: 56px;
        display: flex;
        /* flex-wrap: wrap; */
    }

}
@media screen and (max-width: 1440px){

    .Sustainability_contant_desciption p {
        padding: 5px 0px;
        line-height: 27px;
    }
}
@media screen and (max-width: 1300px){

    .Sustainability_contant_image img {
        max-width: 550px;
    }

    .Sustainability_contant_desciption p {
        font-size: 11px;
    }
}
@media screen and (max-width: 1200px){

    .Sustainability_contant_image img {
        max-width: 420px;
    }

    .container {
        padding: 0 30px;
    }

    .Sustainability_contant_desciption {
        padding: 0px 15px;
    }

    .Sustainability_contant_desciption p {
        padding: 2px 0px;
        line-height: 22px;
        font-size: 11px;
    }

    .Sustainability {
        padding-top: 45px;
    }
}
@media screen and (max-width: 1024px){

    .Sustainability {
        padding-top: 45px;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .same_direction {
        flex-direction: column-reverse;
    }

    .Sustainability_contant_desciption p {
        padding: 8px 0px;
        line-height: 24px;
        font-size: 12px;
    }
}
@media screen and (max-width: 900px){

}
@media screen and (max-width: 767px){

}
@media screen and (max-width: 600px){

}
@media screen and (max-width: 479px){

    .Sustainability_contant_image img {
        max-width: 324px;
    }
}
@media screen and (max-width: 374px){

    .Sustainability_contant_image img {
        max-width: 259px;
    }
}

/* ************************************************************************ */
/* news responsive */
@media screen and (max-width: 1920px){

}
@media screen and (max-width: 1800px){

}
@media screen and (max-width: 1700px){

}
@media screen and (max-width: 1600px){

}
@media screen and (max-width: 1440px){

    .main_news_contant_news_detail h1 {
        font-size: 53px;
    }
}
@media screen and (max-width: 1300px){

    .main_news_contant_news_detail h1 {
        font-size: 46px;
    }

    .main_news_contant_news_detail {
        padding: 0px 70px;
    }

    
}
@media screen and (max-width: 1200px){

    .main_news_contant_news_detail h1 {
        font-size: 40px;
    }

    .main_news_contant_news_detail {
        padding: 0px 60px;
    }
}
@media screen and (max-width: 1024px){

    .main_news_contant_news_detail h1 {
        font-size: 36px;
    }

    .main_news_contant_news_detail {
        padding: 0px 40px;
    }
}
@media screen and (max-width: 900px){

    .main_news_contant_news_detail h1 {
        font-size: 31px;
    }

    section.main_news_details {
        padding: 50px 0;
    }
}
@media screen and (max-width: 767px){

    .main_news_contant_news_detail h1 {
        font-size: 21px;
    }

    .main_news_contant_news_detail {
        padding: 0px 20px;
    }
}
@media screen and (max-width: 600px){

    .container {
        padding: 0 30px;
    }

    .main_news_contant_news_detail h1 {
        font-size: 19px;
    }
}
@media screen and (max-width: 479px){

    .main_news_contant_news_detail {
        padding: 0px 10px;
    }
}
@media screen and (max-width: 374px){

}

/* ************************************************************************ */
/* .contact_us responsive */
/* media for contact us */

@media screen and (max-width: 1920px){

}
@media screen and (max-width: 1800px){

}
@media screen and (max-width: 1700px){

}
@media screen and (max-width: 1600px){

}
@media screen and (max-width: 1440px){

}
@media screen and (max-width: 1300px){

}
@media screen and (max-width: 1200px){

    .contact_us_section {
        padding: 50px 0px;
    }

}
@media screen and (max-width: 1024px){

    .mobile {
        text-align: center;
        width: 30%;
    }
}
@media screen and (max-width: 900px){


    .mobile {
        width: 40%;
    }

    .form_detail input {
        font-size: 15px;
    }

    .save_button {
        width: 16%;
        padding: 5px 0px;
    }

    .message_detail input {
        font-size: 17px;
        margin: 11px 6px;
        border: 1px solid silver;
        height: 83px;
    }
}
@media screen and (max-width: 767px){

    .form_detail input {
        font-size: 14px;
    }

    .save_button {
        width: 23%;
    }

    .mobile {
        width: 60%;
        padding: 30px 0px;
    }
    
}
@media screen and (max-width: 600px){

}
@media screen and (max-width: 479px){

    .form_header h1 {
        font-size: 25px;
    }
}
@media screen and (max-width: 374px){

    .form_detail input {
        width: 95%;
    }

    iframe {
        height: 250px;
        width: 100%;
    }

    .map_section {
        padding: 33px 0;
    }

    .mobile h4 {
        font-size: 12px;
        font-weight: 600;
    }

    button.save_button {
        color: white;
        padding: 10px 0px;
        font-size: 17px;
    }

    .mobile img {
        width: 22%;
        margin-bottom: 5px;
    }


    .mobile {
        width: 60%;
        padding: 15px 0px;
    }

}
/* **************************************************************************** */