@import url(../css/all.min.css);
@import url(../css/bootstrap.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/owl.theme.default.min.css);
@import url(../css/animate.css);
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Montserrat:wght@300;400;500;600;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: #1A4128;
    --sub-color: #28323C;
    --sec-padding: 80px 0;
}

body {
    font-family: 'Montserrat', 'Almarai', sans-serif;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', 'Almarai', sans-serif;
    font-weight: 700;
    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: 112px;
}

.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: 25px;
    height: 19px;
    flex-direction: column;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
    margin-right: 0px;
    background-color: transparent;
}

.is-closed {
    border: 1px solid var(--main-color);
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

.hamburger span,
.is-closed span {
    width: 25px;
    height: 3px;
    border-radius: 0px;
    background-color: var(--main-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);
}

.hamburger span:nth-child(1) {
    width: 21px
}

.hamburger span:nth-child(2) {
    width: 25px
}

.hamburger span:nth-child(3) {
    width: 17px
}

.is-closed span:nth-child(1) {
    transform: rotate(45deg);
    width: 17px;
    height: 2px;
}

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

.is-closed span:nth-child(3) {
    transform: rotate(135deg);
    margin-top: -6px;
    width: 17px;
    height: 2px;
}
.img-home img {
    width: 100%;
    height:auto;
}
.img-mobile {
    display: none !important;
}
.img-web {
        display: block !important;
    }

.hamburger,
.mobile-menu {
    display: none;
}

/* Mobile Menu */

.mobile-menu {
    position: fixed;
    width: 100%;
    top: 54px;
    left: 0;
    height: calc(100vh - 54px);
    background: #fff;
    z-index: 9;
}

.top-mbl-menu {
    height: calc(100% - 150px)
}

.mobile-menu .main_menu {
    display: block;
    padding: 20px 10px;
}

.mobile-menu .main_menu > li {
    margin-bottom: 15px
}

.btm-mbl-menu {
    background: var(--main-color);
    padding: 20px;
    height: 150px;
}

.btm-mbl-menu .hd-contact li {
    display: block;
    margin: 15px 0 0;
}




/* Style Header */

#header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

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

.top-header {
    background: var(--main-color);
    padding: 10px 0;
}

.social-media li {
    display: inline-block;
    margin-right: 15px;
}

.social-media li a {
    color: #fff;
    font-size: 20px;
}

.hd-contact li {
    display: inline-block;
    margin-left: 35px;
}

.hd-contact li a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 15px;
}

.hd-contact li a i,
.hd-contact li a svg {
    margin-right: 10px;
    width: 17px;
    height: 17px;
}

.bt-header {
    padding: 10px 0;
}

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

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

.main_menu {
    display: flex;
}

.main_menu > li {
    margin-right: 25px;
}

.main_menu > li:last-child {
    margin-right: 0;
}

.main_menu > li > a {
    display: block;
    color: #707070;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    position: relative;
    padding: 10px;
}

.main_menu > li.active a {
    color: var(--main-color);
    font-weight: 700;
}

.main_menu > li a.btn-site {
    margin: 0;
    border-radius: 10px;
    padding: 10px 15px;
}

.main_menu > li a.btn-site span {
    display: flex;
    align-items: center;
}

.main_menu > li a.btn-site span .icon {
    margin-right: 8px;
    width: 17px;
    height: 17px;
}

.dropdown-toggle::after {
    border: 0;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    font-size: 13px;
    color: #707070;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
}

.dropdown-menu {
    transition: all .8s ease-in-out;
    box-shadow: none;
    background: var(--main-color);
    border-radius: 0;
}

.dropdown-menu li {
    padding: 0 20px
}

.dropdown-menu li a {
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #1e2125;
    background-color: transparent;
    color: #fff;
    transform: translateX(10px);
}

.dropdown-menu.show {
    transform: translateY(67px) !important
}

#header.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    z-index: 33;
}

/* Style Home Slide */

.section_home {
    position: relative;
    z-index: 1;
}

.section_home #slide-home .item {
    position: relative;
    display: flex;
    align-items: end;
    min-height: calc(100vh - 121px);
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
}

.section_home #slide-home-mob .item {
    position: relative;
    display: flex;
    align-items: end;
    min-height: calc(100vh - 500px);
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
}


.owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: block !important;
}

.owl-dot {
    background: #BFBFBF !important;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-radius: 50%
}

.owl-dot.active {
    background: var(--main-color) !important;
}


/* Style Stac Site */

.sec_head {
    margin-bottom: 40px;
    position: relative;
    text-align: center
}

.sec_head h2 {
    color: var(--main-color);
    font-size: 24px;
    position: relative;
    text-transform: uppercase
}

.sec_head h2 span {
    font-weight: 400;
}

.btn-site {
    height: 40px;
    font-size: 15px;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    margin: 30px auto 0;
    border-radius: 0;
    justify-content: center;
    background: var(--main-color);
    width: max-content;
    position: relative;
    overflow: hidden;
}

.btn-site:before {
    background: #EBEBEB;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: -10px;
    width: 0%;
    transform: skew(-10deg);
    transition-duration: .6s;
    z-index: 0;
}

.btn-site:hover:before {
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
    width: 120%;
    z-index: 0
}

.btn-site span {
    color: #fff;
    position: relative;
    font-weight: 700;
    text-transform: capitalize;
}

.btn-site:hover span {
    color: var(--main-color);
}

.stage-padding {
    padding: 50px 0;
}

.icon {
    background-size: 100% 100% !important;
    display: block;
    width: 20px;
    height: 20px;
}

.icon-linkedin {
    background: url(../images/linkedin.svg);
}

.icon-globe {
    background: url(../images/globe.svg);
}

.icon-phone {
    background: url(../images/phone.svg);
}

.icon-calendar {
    background: url(../images/icon-calendar.svg);
}

.num-ltr {
    direction: ltr
}

/* Style Sivisions */

.section_divisions {
    position: relative;
}

.item-divisions {
    position: relative;
    padding: 30px 15px 110px;
    border-right: 1px solid #1A4128;
    flex: 0 25%;
}

.item-divisions:last-child {
    border-right: 0;
}

.item-divisions b {
    color: #000;
    font-size: 12px;
    display: block;
    margin-bottom: 50px;
}

.item-divisions figure img {
    width: 55px;
    height: 55px;
}

.txt-divisions h4 {
    color: var(--main-color);
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.txt-divisions p {
    color: #151515;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.txt-divisions > a {
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.txt-divisions > a:hover {
    color: var(--main-color)
}

.txt-divisions > a span {
    margin-left: 15px;
    width: 20px;
    height: 20px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.txt-divisions > a:hover span {
    background: var(--main-color);
    transform: translateX(15px);
}

/* Style About */

.section_about {
    position: relative;
}

.section_about .d-flex {
    align-items: stretch;
}

.col-txt {
    flex: 0 50%;
    position: relative;
    background: var(--main-color);
    padding: 20px 20px 20px 100px;
    display: flex;
    align-items: center;
}

.txt-about > span {
    color: #fff;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 17px;
}

.txt-about h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 2;
}

.txt-about > p {
    color: #fff;
    margin-bottom: 20px;
    line-height: 2;
    font-size: 16px;
}

.txt-about a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    transition: .5s;
}

.txt-about a span {
    margin-left: 15px;
    width: 20px;
    height: 20px;
    background: #fff;
    color: var(--main-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.txt-about a:hover span {
    transform: translateX(15px);
}

.thumb-about {
    flex: 0 50%;
}

.thumb-about img {
    width: 100%;
}

/* Style Major Facts */

.section_major_facts {
    position: relative;
    padding: 50px 0;
    background: #F9F8F3
}

.item-major {
    position: relative;
    text-align: center;
}

.item-major figure {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
    width: 68px;
    height: 65px;
    border-radius: 6px;
    margin: 0 auto 15px;
}

.col-lg-3:nth-child(even) .item-major figure {
    background: #000
}

.txt-major h6 {
    color: var(--main-color);
    font-size: 22px;
    margin-bottom: 8px;
}

.txt-major h6 span {
    font-size: 13px;
    position: relative;
    top: -10px;
}

.txt-major p {
    color: #000;
}

/* Style Our Brands */

.section_brands {
    padding: 50px 0;
}

.section_brands .coloum6 {
    width: 85%;
    margin: auto
}

.item-brand {
    position: relative;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.coloum6 .owl-dots {
    bottom: -20px;
}

/* Style Fotter */

footer {
    position: relative;
}

.top-footer {
    padding: 30px 0;
    background: #000;
}

.logo-ft {
    margin-bottom: 20px;
    display: block;
}

.logo-ft img {
    width: 240px;
    max-width: 100%;
}

.menu-ft h5 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}

.menu-ft > p {
    font-size: 13px;
    color: #CCCCCC;
    margin-bottom: 10px;
}

.li-ft li {
    margin-bottom: 10px;
}

.li-ft li a {
    color: #CCCCCC;
    font-size: 13px;
}

.li-ft li a:hover {
    color: var(--main-color);
}

.list-contact li {
    display: block;
    margin-bottom: 10px;
    color: #fff
}

.list-contact li a {
    color: #CCCCCC;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.list-contact li a svg,
.list-contact li a i {
    margin-right: 10px;
}

.list-contact li a i {
    width: 14px;
    height: 14px;
}

.bottom-ft {
    padding: 15px 0;
    background: var(--main-color);
}

.cont-bt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyRight {
    color: #fff;
    font-size: 13px;
}

/* Style Head Page */

.hd-page {
    background: url(../images/shape-head.svg);
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    height: 140px;
}

.hd-page:before {
    content: "";
    background: rgb(255 255 255 / 67%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.hd-page .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 2;
}

.hd-page h4 {
    color: var(--main-color);
}

.breadcrumb {
    justify-content: center;
    margin: 10px 0 0;
}

.breadcrumb li a,
.breadcrumb li {
    color: #151515;
    font-size: 13px;
    position: relative;
}

.breadcrumb li {
    margin-right: 10px;
    padding-right: 10px;
}

.breadcrumb li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.breadcrumb li:before {
    content: "";
    background: #151515;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
}

.breadcrumb li:last-child:before {
    display: none;
}

/* Style Divisions Page */

.cont-divisions {
    margin-bottom: 40px;
    position: relative;
}

.dta-divisions {
    width: 33%;
}

.logo-divi {
    display: flex;
    margin-bottom: 20px;
}

.logo-divi figure {
    margin-bottom: 0;
    margin-right: 20px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
}

.logo-divi figure img {
    max-width: 100%;
    max-height: 100%;
}

.dta-divisions h4 {
    color: var(--main-color);
    font-size: 20px;
    text-transform: capitalize;
}

.dta-divisions strong {
    color: #151515;
    font-size: 16px;
}

.ph-divisions {
    width: 67%;
    padding-left: 20px;
}

.ph-divisions p {
    color: #151515;
    line-height: 2.5;
}

.ph-divisions .btn-site {
    margin: 20px 0 0;
}

.ph-divisions .btn-site span {
    font-weight: 700;
}

/* Style About Page */

.cont-founder figure {
    float: right;
    width: 41%;
    margin: 0 0 25px 25px;
    padding: 0 0 25px 25px;
    position: relative;
}

.cont-founder figure:before {
    content: "";
    background: var(--main-color);
    width: 100%;
    height: calc(100% - 35px);
    width: calc(100% - 35px);
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: -1
}

.txt-founder h5 {
    margin-bottom: 15px;
    color: #151515
}

.txt-founder p {
    color: #151515;
    line-height: 2;
    text-align: justify;
    font-size: 14px;
    margin-bottom: 20px;
}

.txt-founder b {
    color: #151515;
    font-size: 15px;
    display: block;
    margin-bottom: 20px;
    line-height: 2;
    text-align: justify;
}

.txt-about-akg h6 {
    color: #151515;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.7;
}

.txt-about-akg p,
.cont--about p {
    color: #151515;
    line-height: 2;
    text-align: justify;
    font-size: 14px;
}

.cont--about {
    margin-bottom: 50px;
}

.cont--about h6 {
    color: var(--main-color);
    font-size: 22px;
    margin-bottom: 10px;
}

/* Style News & Events */

.item-news {
    position: relative;
    border: 1px solid #C3C3C3;
    padding: 10px;
    margin-bottom: 25px;
}

.txt-news > span,
.txt--news span {
    display: flex;
    align-items: center;
    color: #151515;
    font-size: 14px;
    margin-bottom: 10px;
}

.txt-news > span i,
.txt--news > span i {
    margin-right: 10px;
    width: 17px;
    height: 17px;
}

.txt-news h6 {
    color: var(--main-color);
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 19px;
}

.txt-news p {
    color: #151515;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.txt-news .btn-site {
    margin: 0 0 10px;
}

.txt-news .btn-site span {
    font-weight: 700;
    text-transform: capitalize;
}

.txt--news h6 {
    color: var(--main-color);
    font-size: 22px;
    margin-bottom: 10px;
}

.txt--news p {
    color: #151515;
    line-height: 2;
    text-align: justify;
    font-size: 14px;
}

/* Style Contact Page */

.cont-form-contact {
    background: #F8F8F8;
    padding: 45px 90px;
}

.cont-form-contact h4 {
    margin-bottom: 30px;
    font-size: 20px;
    color: var(--main-color);
}

.form-contact .form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-contact .form-group label {
    margin-bottom: 5px;
    font-size: 14px;
    display: block;
    color: #151515;
    font-weight: 500;
}

.form-contact .form-control {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    height: 50px;
    padding-left: 20px;
}

.form-contact .form-control::placeholder {
    color: #151515;
    font-size: 14px
}


.form-contact textarea.form-control {
    height: 100px
}

.form-contact .btn-site {
    margin: 20px 0 0;
    height: 50px;
    width: 120px;
}


.contact-ifo {
    background: var(--main-color);
    padding: 45px 90px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.dta-contact {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.dta-contact:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.dta-contact h4 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 15px;
}

.dta-contact p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 14px;
}

.dta-contact .hd-contact li {
    display: block;
    margin: 0 0 20px;
}

.cont-succ {
    padding: 10px;
    text-align: center
}

.modal-sm {
    max-width: 400px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    border-radius: 0;
}

.cont-succ h5 {
    margin-bottom: 15px;
    color: var(--main-color);
    font-size: 16px;
}

.cont-succ p {
    margin-bottom: 15px;
    color: #151515;
    font-size: 14px;
}

.cont-succ .btn-site {
    padding: 10px 30px;
    margin: 0 auto;
}


/* Style 404 Page */

.cont-not-found {
    text-align: center;
}

.thumb-not-found {
    margin-bottom: 50px;
}

.thumb-not-found img {
    max-width: 380px;
}

.txt-not-found h5 {
    color: var(--main-color);
    margin-bottom: 15px;
}

.txt-not-found p {
    line-height: 1.4;
    color: #151515;
    font-size: 14px;
}

.txt-not-found span {
    text-transform: capitalize;
    font-weight: 700;
}
