.container {
    width: 100%;
    position: relative;
}

.swiper-button-prev {
    display: none;
    width: 63px;
    height: 63px;
    text-align: center;
    line-height: 63px;
    background-color: rgba(0, 0, 0, .5);

}

.swiper-button-next {
    display: none;
    width: 63px;
    height: 63px;
    text-align: center;
    line-height: 63px;
    background-color: rgba(0, 0, 0, .5);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-next:after {
    line-height: 63px;
    color: #fff;

}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    line-height: 63px;
    color: #fff;

}

.swiper:hover .swiper-button-prev {
    display: block;
}

.swiper:hover .swiper-button-next {
    display: block;
}



.about_container {
    width: 100%;
    background-color: #f5f5f5;
}

.box {
    width: 100%;
    padding: 50px 0;
}





.team_container {
    width: 100%;
    background-color: #f5f5f5;
}



.team_item h1 {
    text-align: center;
}

.position {
    display: block;
    unicode-bidi: isolate;
    font-size: 19px;
    color: rgb(52, 51, 51);
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

.fusion-separator-border {
    margin: 20px auto;
    width: 100%;
    height: 2px;
    background-color: #e2e2e2;
}


.new-img-div {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    overflow: hidden;
}

.news-img {
    width: 80%;
    margin: 0 auto;
}

.news-img img {
    width: 100%;
    height: auto;
}

.new-img-div:hover img {
    transform: scale(1.1);
}

.new-titles {
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
    text-decoration: dotted;
    display: inline;
    cursor: pointer;
}

.new-date {
    margin: 16px 0;
}

.new-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.careers_container {
    width: 100%;
    /* background-color: #f5f5f5; */
}

.position_icon {
    display: inline-block;
    width: 38px;
    height: 36px;
    padding-top: 4px;
}

.text2 {
    display: block;
    margin-block-start: .2em;
    margin-block-end: .2em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    font-size: 19px;
    color: rgb(52, 51, 51);
    font-weight: 400;
    line-height: 30px;
}

.text2_ul {
    margin-bottom: 30px;
}

.contact_container {
    width: 100%;
    background-color: #f5f5f5;
}



.map {
    margin-top: 30px;
    width: 100%;
}

.get_in_touch {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}



.get_h1 {
    font-size: 36px;
    line-height: 1.16;
    margin: 15px 0 24px;
    font-weight: bolder;
}

.get_h1::after {
    content: "";
    display: block;
    width: 6rem;
    height: 4px;
    background: #460877;
    margin: 2rem 0 3rem;
}

.linkedin {
    width: 40px;
    height: 40px;
}



.contact-form {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    position: relative;
}

input {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    font-size: 18px;
    border: 1px solid rgba(12, 12, 12, 0.5);
    box-sizing: border-box;
}

.contact_input_box1 {
    width: 47%;
}

.contact_input_box {
    width: 100%;
}

input:focus {
    outline: 1px solid #EBEBEB;
    border: 1px solid rgba(0, 0, 0, .8);
}

.placeholder {
    display: block;
    height: 40px;
    line-height: 40px;
}

.error-message {
    display: none;
    font-size: 13px;
    line-height: 20px;
    color: red;
}

.message {
    width: 100%;
    height: 100px;
    font-size: 18px;
    margin: 0px 0px 20px;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.message::placeholder {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
}

textarea:focus {
    outline: 1px solid #EBEBEB;
    border: 1px solid rgba(0, 0, 0, .5);

}

.select_box {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    font-size: 16px;
    border: 1px solid rgba(12, 12, 12, 0.5);
    box-sizing: border-box;

}



select:focus {
    outline: 1px solid #EBEBEB;
    border: 1px solid rgba(0, 0, 0, .5);
}

.warning {
    border-color: red;
}

.send-btn {
    width: 100%;
}

.btn {
    width: 100%;
    height: 50px;
    border: none;
    line-height: 50px;
    color: #ffffff;
    background-color: #460877;
    cursor: pointer;
    font-size: 18px;
}

.text-right {
    text-align: right;
    color: #460877;
}

#footer {
    width: 100%;
    height: 80px;
    background-color: #212934;
    color: rgba(255, 255, 255, 0.4);
}



.footer_inkedin {
    width: 40px;
    height: 40px;
}

.custom-toast {
    position: fixed;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

.ui.success.toast.custom-toast {
    background-color: #460877;
    color: #ffffff;
    border: 1px solid #460877;
    font-size: 18px;
    border-radius: 5px;
    padding: 15px;
}

@media screen and (min-width: 3000px) {
    .swiper {
        position: relative;
        width: 100%;
        height: 800px;
    }


    .swiper-slide img {
        width: 100%;
        height: 800px;
    }

    .swiper-title {
        z-index: 99;
        position: absolute;
        top: 400px;
        font-size: 40px;
        line-height: 1.2;
        margin: 15px 0 36px;
        font-weight: normal;
        width: 50%;
        left: 10%;
        color: #ffffff;
    }

    .content_box {
        max-width: 1248px;
        margin: 0 auto 20px;
    }

    .new-img-div .new-img {
        width: 100%;
        height: 230px;
        transition: all 0.3s ease-in-out;
    }

    .get_left {
        width: 20%;
        /* text-align: center; */
    }

    .get_right {
        width: 50%;
    }

    .footer_box {
        height: 80px;
        line-height: 80px;
        max-width: 1248px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .contact_right {
        width: 50%;
        margin-left: 50%;
    }

    .sectors_container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 50px;
    }

    .sectors_container img {
        width: 45%;
        height: auto;
    }

    .sectors_text {
        width: 50%;
    }

    .team_content {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .team_item {
        width: 48%;
    }

    .news-content {
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .news-item {
        width: 32%;
    }

    .select_box2 {
        width: 40%;
        height: 50px;
        padding: 10px 20px;
        font-size: 16px;
        border: 1px solid rgba(12, 12, 12, 0.5);
        box-sizing: border-box;
    }

    #phone {
        margin-left: 5%;
        width: 54%;
        height: 50px;
        padding: 10px 20px;
        font-size: 18px;
        border: 1px solid rgba(12, 12, 12, 0.5);
        box-sizing: border-box;
    }

    .title_h1 {
        color: #460877;
        /* font-family: Raleway, Arial, Helvetica, sans-serif; */
        font-size: 36px;
        line-height: 1.16;
        margin: 15px 0 24px;
        font-weight: normal;
    }

    .text {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        unicode-bidi: isolate;
        font-size: 19px;
        color: rgb(52, 51, 51);
        font-weight: 400;
        line-height: 30px;
    }

    .title_h2 {
        color: #212934;
        /* font-family: Raleway, Arial, Helvetica, sans-serif; */
        font-size: 33px;
        line-height: 1.2;
        margin: 15px 0 36px;
        font-weight: normal;
        font-weight: 300;
    }



    .title_h3 {
        color: #212934;
        /* font-family: Raleway, Arial, Helvetica, sans-serif; */
        font-size: 30px;
        line-height: 1.2;
        margin: 15px 0 30px;
        font-weight: normal;
        font-weight: 300;
    }
}

@media screen and (min-width: 1200px) and (max-width: 3000px) {
    .swiper {
        position: relative;
        width: 100%;
        height: 500px;
    }


    .swiper-slide img {
        width: 100%;
        height: 500px;
    }

    .swiper-title {
        z-index: 99;
        position: absolute;
        top: 210px;
        font-size: 33px;
        line-height: 1.2;
        margin: 15px 0 36px;
        font-weight: normal;
        width: 50%;
        left: 10%;
        color: #ffffff;
    }

    .content_box {
        max-width: 1248px;
        margin: 0 auto 20px;
    }

    .new-img-div .new-img {
        width: 100%;
        height: 230px;
        transition: all 0.3s ease-in-out;
    }

    .get_left {
        width: 20%;
        /* text-align: center; */
    }

    .get_right {
        width: 50%;
    }

    .footer_box {
        height: 80px;
        line-height: 80px;
        max-width: 1248px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .contact_right {
        width: 50%;
        margin-left: 50%;
    }

    .sectors_container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 50px;
    }

    .sectors_container img {
        width: 45%;
        height: auto;
    }

    .sectors_text {
        width: 50%;
    }

    .team_content {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .team_item {
        width: 48%;
    }

    .news-content {
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .news-item {
        width: 32%;
    }

    .select_box2 {
        width: 40%;
        height: 50px;
        padding: 10px 20px;
        font-size: 16px;
        border: 1px solid rgba(12, 12, 12, 0.5);
        box-sizing: border-box;
    }

    #phone {
        margin-left: 5%;
        width: 54%;
        height: 50px;
        padding: 10px 20px;
        font-size: 18px;
        border: 1px solid rgba(12, 12, 12, 0.5);
        box-sizing: border-box;
    }

    .title_h1 {
        color: #460877;
        /* font-family: Raleway, Arial, Helvetica, sans-serif; */
        font-size: 36px;
        line-height: 1.16;
        margin: 15px 0 24px;
        font-weight: normal;
    }

    .text {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        unicode-bidi: isolate;
        font-size: 19px;
        color: rgb(52, 51, 51);
        font-weight: 400;
        line-height: 30px;
    }

    .title_h2 {
        color: #212934;
        /* font-family: Raleway, Arial, Helvetica, sans-serif; */
        font-size: 33px;
        line-height: 1.2;
        margin: 15px 0 36px;
        font-weight: normal;
        font-weight: 300;
    }



    .title_h3 {
        color: #212934;
        /* font-family: Raleway, Arial, Helvetica, sans-serif; */
        font-size: 30px;
        line-height: 1.2;
        margin: 15px 0 30px;
        font-weight: normal;
        font-weight: 300;
    }
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
    .swiper {
        position: relative;
        width: 100%;
        height: 400px;
    }


    .swiper-slide img {
        width: 100%;
        height: 400px;
    }

    .swiper-title {
        z-index: 99;
        position: absolute;
        top: 110px;
        font-size: 28px;
        line-height: 1.2;
        margin: 15px 0 36px;
        font-weight: normal;
        width: 60%;
        left: 10%;
        color: #ffffff;
    }

    .content_box {
        max-width: 90%;
        margin: 0 auto 20px;
    }

    .new-img-div .new-img {
        width: 100%;
        height: 200px;
        transition: all 0.3s ease-in-out;
    }

    .contact_right {
        width: 80%;
        margin-left: 20%;
    }

    .get_left {
        width: 80%;
        /* text-align: center; */
    }

    .get_right {
        width: 80%;
        margin-top: 30px;
    }

    .footer_box {
        height: 80px;
        line-height: 80px;
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .sectors_container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 50px;
    }

    .sectors_container img {
        width: 45%;
        height: auto;
    }

    .sectors_text {
        width: 50%;
    }

    .team_content {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .team_item {
        width: 48%;
    }

    .news-content {
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .news-item {
        width: 32%;
    }

    .select_box2 {
        width: 40%;
        height: 50px;
        padding: 10px 20px;
        font-size: 16px;
        border: 1px solid rgba(12, 12, 12, 0.5);
        box-sizing: border-box;
    }

    #phone {
        margin-left: 5%;
        width: 54%;
        height: 50px;
        padding: 10px 20px;
        font-size: 18px;
        border: 1px solid rgba(12, 12, 12, 0.5);
        box-sizing: border-box;
    }

    .title_h1 {
        color: #460877;
        /* font-family: Raleway, Arial, Helvetica, sans-serif; */
        font-size: 36px;
        line-height: 1.16;
        margin: 15px 0 24px;
        font-weight: normal;
    }

    .text {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        unicode-bidi: isolate;
        font-size: 19px;
        color: rgb(52, 51, 51);
        font-weight: 400;
        line-height: 30px;
    }

    .title_h2 {
        color: #212934;
        /* font-family: Raleway, Arial, Helvetica, sans-serif; */
        font-size: 33px;
        line-height: 1.2;
        margin: 15px 0 36px;
        font-weight: normal;
        font-weight: 300;
    }



    .title_h3 {
        color: #212934;
        /* font-family: Raleway, Arial, Helvetica, sans-serif; */
        font-size: 30px;
        line-height: 1.2;
        margin: 15px 0 30px;
        font-weight: normal;
        font-weight: 300;
    }
}

@media screen and (max-width: 800px) {
    .swiper {
        position: relative;
        width: 100%;
        height: 200px;
    }


    .swiper-slide img {
        width: 100%;
        height: 200px;
    }

    .swiper-title {
        z-index: 99;
        position: absolute;
        top: 0px;
        font-size: 18px;
        line-height: 1.2;
        margin: 15px 0 36px;
        font-weight: normal;
        width: 70%;
        left: 10%;
        color: #ffffff;
    }

    .content_box {
        max-width: 90%;
        margin: 0 auto 20px;
    }

    .sectors_h5 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .sectors_container {
        width: 100%;
        margin-bottom: 50px;
    }

    .sectors_container img {
        width: 100%;
        height: auto;
    }

    .sectors_text {
        width: 100%;
    }

    .team_content {
        width: 100%;
    }

    .team_item {
        width: 100%;
    }

    .news-content {
        margin-top: 30px;
    }

    .news-item {
        width: 100%;
    }

    .new-img-div .new-img {
        width: 100%;
        height: 200px;
        transition: all 0.3s ease-in-out;
    }

    .contact_right {
        width: 100%;
    }

    .get_left {
        width: 100%;
        /* text-align: center; */
    }

    .get_right {
        width: 100%;
        margin-top: 30px;
    }

    .footer_box {
        height: 80px;
        line-height: 80px;
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    option {
        overflow: hidden;
    }

    .select_box2 {
        width: 100%;
        height: 50px;
        padding: 10px 20px;
        font-size: 16px;
        border: 1px solid rgba(12, 12, 12, 0.5);
        box-sizing: border-box;
    }

    #phone {
        margin-top: 10px;
        width: 100%;
        height: 50px;
        padding: 10px 20px;
        font-size: 18px;
        border: 1px solid rgba(12, 12, 12, 0.5);
        box-sizing: border-box;
    }

    .title_h1 {
        color: #460877;
        /* font-family: Raleway, Arial, Helvetica, sans-serif; */
        font-size: 30px;
        line-height: 1.16;
        margin: 15px 0 24px;
        font-weight: normal;
    }

    .text {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        unicode-bidi: isolate;
        font-size: 18px;
        color: rgb(52, 51, 51);
        font-weight: 400;
        line-height: 25px;
    }

    .title_h2 {
        color: #212934;
        /* font-family: Raleway, Arial, Helvetica, sans-serif; */
        font-size: 27px;
        line-height: 1.2;
        margin: 15px 0 36px;
        font-weight: normal;
        font-weight: 300;
    }



    .title_h3 {
        color: #212934;
        /* font-family: Raleway, Arial, Helvetica, sans-serif; */
        font-size: 24px;
        line-height: 1.2;
        margin: 15px 0 30px;
        font-weight: normal;
        font-weight: 300;
    }
}