

.who_we_are_container{
    width: 100%;
    max-width: 1550px;
    display: flex;
    margin: 0px auto auto auto;
    flex-direction: column;
    height: 900px;
    padding-top: 150px;
}

.section_title{
    width: 456px;
    height: 15px;
    text-align: left;
    letter-spacing: 1.5px;
    color: #091D3F;
    opacity: 1;
    font-size: 10px;
    padding: 0px 50px;
}

.section_title > .bold {
    font-weight: bold;
}

.who_we_are_container >.who_we_are_text{
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    flex-wrap: wrap;
    align-content: center;
}

.who_we_are_text > .who_we_are_title{
    width: 291px;
    height: 21px;
    text-align: center;
    font: normal normal 600 15px/35px Poppins;
    letter-spacing: 2.25px;
    color: #061237;
    opacity: 1;
    font-size: 15px;
    align-self: center;
}

.who_we_are_text > .who_we_are_information{
    margin-top: 20px;
    width: 1020px;
    height: 300px;
    text-align: center;
    font-weight: bold;
    font-size: 50px;
    z-index: 10;
}

.who_we_are_information > .blue_marker{
    color: #43D5CB;
}

.who_we_are_decorator{
    position: relative;
    margin-top: -560px;
    background-repeat: no-repeat;
    margin-left: -660px;
    background-size: cover;
    width: 2100px;
    height: 464px;
    z-index: 5;
    opacity: .8;

}
.who_we_are_container > .who_we_are_image{
    width: 1329px;
    height: 364px;
    border-radius: 50px;
    opacity: 1;
    z-index: 50;
    align-self: center;
    position: relative;
    margin-top: -100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

 .who_we_are_solutions{
    width: 100%;
    height: 557px;
    background: #43D5CB 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 50px 50px;
    opacity: 1;
    margin-top: -200px;
    display: flex;
    justify-content: center;
    padding: 0px 100px;
}

.who_we_are_solutions > .who_we_are_bottom{
    width: 1300px;
    height: 250px;
    display: flex;
    align-self: center;
    justify-content: space-around;
}

.who_we_are_bottom > .bottom_text{
    width: 600px;
    height: 213px;
    margin-top: 50px;
    text-align: left;
    font: normal normal 600 30px / 35px Poppins;
    letter-spacing: 0px;
    opacity: 1;
    font-size: 35px;
    padding-top: 60px;
    margin-right: 40px;

}

.bottom_text > .white_marker{
    color: white;
}

.who_we_are_bottom > .bottom_cards{
    width: 500px;
    height: 300px;
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-content: center;

}

.bottom_cards > .b_card{
    width: 530px;
    height: 70px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 30px #00000014;
    border-radius: 15px;
    opacity: 1;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-content: center;
}

.b_card > .card_icon{
    width: 29px;
    height: 33px;
    background-repeat: no-repeat;
    background-size: contain;
}

.b_card > .card_text{
    width: 400px;
    height: 21px;
    text-align: left;
    font: normal normal normal 15px/20px Poppins;
    letter-spacing: 0px;
    color: #061237;
    opacity: 1;
    align-self: center;
}


.our_goal_container{
    width: 100%;
    max-width: 1200px;
    display: flex;
    margin: 0px auto auto auto;
    flex-direction: column;
}

.our_goal_container > .main_goal{
    width: 100%;
    height: 298px;
    margin-top: 200px;
    display: flex;
    justify-content: space-between;
    padding: 0px 30px;
}

.main_goal > .our_goal_images{
    width: 600px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin-right: 60px;
}

.our_goal_images > .our_goal_left{
    width: 234px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 60px;
}

.our_goal_left > .goal_left_image{
    width: 280px;
    height: 140px;
    border-radius: 40px;
    background-color: #40B5E0;
    color: #f5f5f5;
    text-align: left;
    font-weight: 600;
    line-height: 1.2;
    font-size: 30px;
    padding: 20px 30px;
}

.our_goal_images > .our_goal_right{
    width: 298px;
    height: 298px;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main_goal > .our_goal_text{
    width: 520px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.our_goal_text > .goal_title{
    text-align: left;
    font: normal normal 600 30px / 35px Poppins;
    letter-spacing: 0px;
    opacity: 1;
    width: 500px;
    height: 23px;
}

.goal_title > .blue_marker{
    color: #43D5CB;
}

.our_goal_text > .our_goal_description{
    width: 427px;
    height: 141px;
    text-align: left;
    font: normal normal normal 15px/20px Poppins;
    letter-spacing: 0px;
    color: #061237;
    opacity: 1;
}

.our_goal_container > .solutions_container{
    width: 100%;
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    padding: 0px 30px;
    margin-bottom: 90px;
}

.solutions_container > .solutions_text{
    width: 600px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.solutions_text > .solutions_title{
    width: 489px;
    height: 78px;
    text-align: left;
    font: normal normal 600 30px/35px Poppins;
    letter-spacing: 0px;
    opacity: 1;
}

.solutions_title > .green_marker{
    color: #43D5CB;
}

.solutions_title > .blue_marker{
    color: #0092FF;
}

.solutions_text > .solutions_description{
    text-align: left;
    font: normal normal normal 15px/20px Poppins;
    letter-spacing: 0px;
    color: #061237;
    opacity: 1;
    width: 388px;
}

.solutions_container > .solutions_images{
    width: 520px;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
}

.solutions_images > .s_first_image{
    width: 160px;
    height: 294px;
    border-radius: 30px;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
}

.solutions_images > .s_second_image{
    width: 322px;
    height: 294px;
    border-radius: 30px;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.text_nav{
    color: #061237 !important; 
    font-weight: 500 !important;
    letter-spacing: 2.25px !important;
}

.active_menu_header {
    color: #00ABCC !important;
    font-weight: bold !important;
}

.text_nav:hover {
    font-weight: bold !important;
}

.btnBeforMain, .btnAfterMain {

    border-color: #43D5CB !important;
}

.btnBeforeWhite, .btnAfterWhite {

    border-color: white !important;
}

.logo_atech_main {
    background-image: url("../icon/logo_bkblank.svg") !important;
}

.logo_atech_white{
    background-image: url("../icon/logo_bkblue.svg") !important;
}

.logo_atech_side {
    background-image: url("../icon/logo_blank.svg");
}



.text_nav_scroll{
    color: black !important;
}



body::-webkit-scrollbar{
    width: 7px;
    height: 7px;
}

body::-webkit-scrollbar-thumb {
    background: #BFC2C3;
    border-radius: 4px;
}



@media screen and (max-width:1600px){

}

@media screen and (max-width:1400px){
    .who_we_are_container > .who_we_are_image {
        width: 1129px !important;
    }
    
}

@media screen and (max-width:1200px){

    .who_we_are_text > .who_we_are_information {
        padding: 0px 30px;
    }

    .who_we_are_container > .who_we_are_image {
        width: 900px !important;
        margin-top: -50px;
    }

    .who_we_are_solutions {
        margin-top: -140px;
    }

    .who_we_are_solutions > .who_we_are_bottom {
        width: 900px !important;
    }

    .bottom_cards > .b_card {
        width: 430px !important;
    }

     .b_card > .card_text {
        width: 300px !important; 
    }

    .our_goal_container > .main_goal {
        height: 598px;
        flex-direction: column;
        margin-top: 100px;
        flex-direction: column-reverse;
    }

    .main_goal > .our_goal_images {
        align-self: center;
        margin: 0px;
    }

    .main_goal > .our_goal_images {
        align-self: center;
    }

    .our_goal_container > .solutions_container {
        flex-direction: column;
        margin-top: 70px;
    }

    .main_goal > .our_goal_text {
        align-self: center;
        padding: 0px 70px;
    }

    .solutions_container > .solutions_text {
        align-self: center;
        padding: 0px 120px;
        margin-bottom: 50px;
    }

    .solutions_container > .solutions_images {
        align-self: center !important;
    }
}

@media  screen and (max-width:1000px) {

     .who_we_are_text > .who_we_are_information {
        padding: 0px 50px;
    }

    .who_we_are_container > .who_we_are_image {
        width: 750px !important;
        margin-top: -50px;
    }

    .who_we_are_solutions > .who_we_are_bottom {
        width: 700px !important;
    }

    .bottom_cards > .b_card {
        width: 350px !important;
    }

    .b_card > .card_text {
        width: 200px !important;
        font-size: 13px;
    }

    .who_we_are_bottom > .bottom_text {
        font-size: 30px !important;
    }

   

@media screen and (max-width:800px){


    .who_we_are_text > .who_we_are_information {
        padding: 0px 250px;
        font-size: 40px;
    }

    .who_we_are_container > .who_we_are_image {
        width: 520px !important;
        margin-top: -30px;
    }

    .who_we_are_text > .who_we_are_title {
        color: transparent !important;
    }

    .who_we_are_solutions {
        margin-top: -140px;
        height: 750px;
        position: relative;
        z-index: 10;
    }

    .who_we_are_solutions > .who_we_are_bottom {
        width: 700px !important;
        flex-wrap: wrap !important;
    }

    .who_we_are_bottom > .bottom_text {
        font-size: 30px !important;
        margin: 0px !important;
        height: 180px;
        width: 500px;
        padding-top: 30px !important;
    }

    .who_we_are_bottom > .bottom_cards {
        margin-top: 0px !important;
 
    }

    .bottom_cards > .b_card {
        width: 100% !important;
    }

     .b_card > .card_text {
        width: 300px !important;
        font-size: 13px;
    }

    .who_we_are_decorator {
        width: 1500px !important;
    }

    .our_goal_images > .our_goal_right {
        width: 0px !important;
        height: 0px !important;
    }

    .our_goal_images > .our_goal_left {
        width: 100%;
        margin-right: 0px;
        flex-wrap: wrap;
        align-content: center;
    }

    .main_goal > .our_goal_images {
        height: 700px !important;
    }

    .main_goal > .our_goal_images {
        margin: 0px !important;
    }

    .our_goal_left > .goal_left_image {
        width: 380px;
    }

    .solutions_images > .s_first_image {
        width: 0px;
        height: 0px;
    }

    .solutions_container > .solutions_images {
        justify-content: center;
    }

    .our_goal_container > .main_goal {
        margin-top: 70px;
    }
}

@media screen and (max-width:600px){
      .who_we_are_text > .who_we_are_information {
        padding: 0px 280px;
        font-size: 32px;
    }

    .who_we_are_container > .who_we_are_image {
        width: 400px !important;
        margin-top: -90px;
    }

    .who_we_are_solutions > .who_we_are_bottom {
        align-content: center;
        margin-top: 300px;
        align-self: unset !important;
    }

    .who_we_are_bottom > .bottom_text {
            font-size: 25px !important;
            width: 420px;
    }

    .who_we_are_bottom > .bottom_cards {
        padding: 0px 40px !important;
    }

    .who_we_are_decorator {
        width: 1500px !important;
        margin-left: -900px !important;
    }
    
}

@media screen and (max-width:500px){
    .who_we_are_text > .who_we_are_information {
        padding: 0px 360px;
        font-size: 26px;
    }

    .who_we_are_container > .who_we_are_image {
        width: 290px !important;
        height: 264px !important;
        margin-top: -90px;
    }

    .who_we_are_solutions {
        margin-top: -250px !important;
        height: 750px;
    }

     .who_we_are_bottom > .bottom_text {
        font-size: 30px !important;
        width: 335px;
        padding-top: 0px !important;
    }

    .bottom_cards > .b_card {
            width: 330px !important;
    }

    .b_card > .card_text {
        width: 200px !important;
        font-size: 15px;
    }

    .who_we_are_decorator {
        width: 1500px !important;
        margin-left: -900px !important;
        margin-top: -450px;
    }

    .our_goal_text > .goal_title {
        width: 350px;
        height: 53px;
        padding: 0px 30px;
        margin-bottom: 20px;
    }

    .main_goal > .our_goal_text {
        padding: 0px 70px;
        height: 800px;
        margin-bottom: 30px;
    }

    .our_goal_text > .our_goal_description {
        width: 367px;
        height: 161px;
        padding: 0px 30px;
    }

    .our_goal_images > .our_goal_left {
        height: 300px !important; 
    }

    .our_goal_left > .goal_left_image {
        width: 320px;
    }

    .solutions_text > .solutions_title {
        width: 459px;
        height: 128px;
        padding: 0px 30px;
    }

    .solutions_text > .solutions_description {
        width: 368px;
        padding: 0px 20px;
    }

}

@media screen and (max-width:400px){


}

@media screen and (max-width:340px){

}