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


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

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

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

body {
    font-family: 'Tajawal', sans-serif;
    /*background: url(../images/bg.svg);*/
    background-size: cover;
    font-size: 16px;
    font-weight: 400;
}

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

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

p {
    margin: 0;
}

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

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

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

img {
    vertical-align: middle;

}

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

textarea {
    resize: vertical;
}


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

p {
    margin: 0;
}

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

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

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

img {
    max-width: 100%;
}

.main-wrapper {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    padding-top: 65px;
}



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



.hamburger, .is-closed {
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: 9;
    left: 15px;
    top: 20px;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
    margin-right: 0px;
    background-color: transparent;
}

.hamburger span, .is-closed span {
    width: 20px;
    height: 2px;
    border-radius: 0px;
    background-color: var(--sub-color);
    display: block;
    margin-bottom: 4px;
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.is-closed span:nth-child(1) {
    transform: rotate(45deg)
}

.is-closed span:nth-child(2) {
    display: none;
}

.is-closed span:nth-child(3) {
    transform: rotate(135deg);
    margin-top: -5px;
}

.opt-mobail {
    display: none;
}

.opt-mobail .lang-site {
    position: absolute;
    right: 15px;
    top: 25px;
    display: none
}
.opt-mobail .lang-site a {
    color: var(--main-color);
    font-weight: 500;
}


/* Style Header */

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

#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

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

.logo-site img {
    max-width: 200px;
}


/* Style Home Slide */

.section_home {
    position: relative;
    padding: 50px 0;
    z-index: 1;
}

.home_txt {
    position: relative;
}

.home_txt h3 {
    color: #3b3796;
    margin-bottom: 20px;
    font-size: 45px;
}

.home_txt > p {
    color: #070534;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
}
.home_txt ul li {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 10px;
    position: relative;
    justify-content: flex-end;
}
.home_txt ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: #3b3796;
    color: #fff;
    margin-right: 152px;
    position: absolute;
}
.home_txt ul li:last-child span {
    background: transparent;
}
.home_txt ul li p {
    font-size: 18px;
    font-weight: 600;
    color: #070534;
}
.thumb-home {
    text-align: center;
}
.thumb-home img {
    max-width: 500px;
}



/* Style Section */

.row-sec {
    display: flex;
    align-items: center;
}
.txt-sec {
    position: relative;
    padding: 40px;
}
.txt-sec:before {
    content: "";
    background: rgb(255 255 255 / 43%);
    padding: 50px;
    border: 1px solid #5C47A5;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 140%;
    transform: translateY(-50%);
    z-index: -1
}
.txt-sec h4 {
    color: #160343;
    line-height: 1.8
}



.cont-apply {
    background: rgb(255 255 255 / 43%);
    border: 1px solid #5C47A5;
    border-radius: 30px;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cont-apply h3 {
    color: #160343;
    font-size: 30px;
    width: calc(100% - 170px);
    padding-left: 100px;
    line-height: 1.8;
}
.btn-apply {
    background: #160343;
    height: 45px;
    border-radius: 10px;
    width: 170px;
    color: #ffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 20px;
}


.section_profiles {
    position: relative;
    padding: 100px 0;
}
.row-profile {
    background: rgb(255 255 255 / 43%);
    border: 1px solid #5C47A5;
    border-radius: 30px;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0 0;
}
.row-profile figure {
    margin-bottom: 0;
    width: 50%;
    position: relative;
}
.txt-profile {
    width: 50%;
    padding: 0 50px 0 0;
}

.txt-profile div {
    background: #fff;
    border: 1px solid #5C47A5;
    padding: 20px;
    border-radius: 30px;
    text-align: center;
    color: #160343;
    margin-bottom: 40px;
    position: relative;
    right: 100px;
}
.txt-profile div:nth-child(odd) {
    right: 180px;
}
}
.txt-profile div:last-child {
    margin-bottom: 0;
}
.txt-profile div h5 {
    font-size: 24px;
    color: #160343
}
.sec_head {
    width: max-content;
    padding: 15px 40px;
    background: #fff;
    border: 1px solid #5C47A5;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 70px;
}
.sec_head h2 {
    color: #160343;
    font-size: 28px
}


.section_clients {
    position: relative;
}
.section_clients .container {
    position: relative;
}
.section_clients .sec_head {
    left: auto;
    right: 90px;
    top: -25px;
    transform: unset;
    padding: 5px 60px;
}
.section_clients .sec_head:before {
    content: "";
    background: url(../images/shape-before.svg);
    background-size: 100% 100%;
    width: 70px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: -15px;
}
.section_clients .sec_head:after {
    content: "";
    background: url(../images/shape-after.svg);
    background-size: 100% 100%;
    width: 50px;
    height: 60px;
    display: block;
    position: absolute;
    top: -20px;
    left: 5px;
}
.section_clients .sec_head h2 {
    color: #3B3796;
    font-size: 28px;
}
.row-client {
    background: #FFFFFF;
    border: 1px solid #3B3796;
    padding: 0 40px;
    border-radius: 20px;
    display: flex;
}
.row-client .item {
    flex: 1;
    padding: 20px;
}
.row-client .item figure {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px;
}

.section_apply {
    position: relative;
    padding: 4px 0 350px;
}
.section_apply:before {
    content: "";
    background: url(../images/thumb-footer.svg);
    background-size: 100%;
    width: 100%;
    height: 430px;
    display: block;
    position: absolute;
    bottom: 0;
}
.cont--apply {
    text-align: center;
    position: relative;
    z-index: 9;
}
.cont--apply .btn-apply {
    margin: 40px auto 0;
}


/* Style Fotter */

footer {
    position: relative;
    background: #0C054F;
    padding: 50px 0;
}
footer .row {
    align-items: center;
}
.menu-ft {
    display: flex;
    justify-content: end;
}
.cont-ft p {
    color: #fff;
    font-size: 22px;
}
.menu-ft p {
    color: #fff;
    font-size: 19px;
}

.li-ft li {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    font-size: 18px;
}
.li-ft li a {
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.li-ft li a svg {
    margin-right: 5px;
}

.cont-ft h5 {
    color: #FFFFFF;
    font-size: 45px;
    text-align: end;
    display: inline-block;
    background: #3B3796;
    padding: 0 100px 15px 0;
    display: flex;
    justify-content: end;
}

