@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&family=Kufam:wght@400;500;700&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: 'Kufam', 'Almarai', sans-seri;
    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: 'Kufam', 'Almarai', sans-seri;
    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: 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%;
    padding: 10px 0;
    height: 65px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
}

#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: 240px;
}
.logo-mobail {
    display: none
}
.main_menu {
    border-radius: 20px;
}

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

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

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

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

.main_menu > li.lang-site a {
    color: var(--main-color);
    font-weight: 500;
}

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

.main_menu > li.cl-lang a {
    background: var(--sub-color);
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    color: #fff;
}

.main_menu > li.cl-lang a.btn-site:before {
    background: var(--main-color);
}

.main_menu > li.btn-contact a img {
    margin-left: 10px;
}


.dropdown-menu {
    transition: all .8s ease-in-out;
    transform: translateY(100px) !important;
    box-shadow: none;
    background: var(--sub-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(57px) !important
}

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

.contact-whats {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 9;
}
.contact-whats a {
    background: #43D954;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-whats a:hover {
    transform: scale(1.1);
}
.contact-whats svg {
    height: 23px;
}
.contact-whats svg path {
    fill: #fff;
}

/* Style Home Slide */

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

.section_home .item:before {
    content: "";
    background: rgb(0 0 0 / 32%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.section_home .item {
    position: relative;
    display: flex;
    align-items: end;
    min-height: calc(100vh - 65px);
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
    padding-bottom: 80px;
}

.home_txt {
    background: var(--main-color);
    padding: 20px;
    position: relative;
    width: 400px;
    max-width: 100%;
}

.home_txt h1 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 21px;
}

.home_txt p {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.5;
    height: 60px;
    overflow: hidden;
}

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

#slide-home .owl-dot {
    background: #919191;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-radius: 50%
}

#slide-home .owl-dot.active {
    background: #fff
}


/* Style Stac Site */

.sec_head {
    margin-bottom: 40px;
    position: relative;
    width: 70%;
}

.sec_head h2 {
    color: var(--main-color);
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    text-transform: uppercase
}

.sec_head p {
    font-size: 14px;
    color: var(--sub-color);
    font-weight: 400;
}

.btn-site,
.btn-site-other {
    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);
    border: 1px solid var(--main-color);
    border-bottom: 0;
    border-top: 0;
    width: max-content;
    position: relative;
    overflow: hidden;
}

.btn-site-other {
    background: var(--sub-color);
    border: 1px solid var(--sub-color);
    border-bottom: 0;
    border-top: 0;
}

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

.btn-site-other:before {
    background: #EBEBEB;
    border: 1px solid var(--sub-color);
}

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

.btn-site span,
.btn-site-other span,
.btn-site a {
    color: #fff;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
}
.btn-site:hover span,
.btn-site:hover a {
    color: var(--main-color);
}

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

/* Style Categories */

.section_categories {
    position: relative;
    padding: 60px 0;
}

.item-categories {
    position: relative;
}
.item-categories.mb-60 {
    margin-bottom: 60px
}
.item-categories figure img {
    width: 100%;
}

.item-categories .txt-categories h4 {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.item-categories .txt-categories h4 a {
    color: var(--sub-color);
}
.item-categories .txt-categories p {
    font-size: 13px;
    color: var(--sub-color);
    height: 40px;
    overflow: hidden;
}


/* Style About */

.section_about {
    background: #F6F6F6;
    position: relative;
    padding: 0 0;
}

.section_about:before {
    content: "";
    background: url(../images/bg-about.png);
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: .135;
}

.section_about .row {
    align-items: center;
}

.section_about .sec_head {
    width: 100%;
    margin-bottom: 0;
}

.section_about .sec_head p {
    line-height: 1.8
}

.section_about .btn-site {
    margin: 30px 0 0;
}

.section_about .btn-site span {
    font-weight: 400;
}

.thumb-about {
    position: relative;
    z-index: 1
}


/* Style Projects */

.section_projects {
    position: relative;
    padding: 60px 0;
}

.item-projects {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    transition: .5s;
}

.item-projects:hover:before {
    content: "";
    background: #000;
    opacity: .3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
}

.item-projects figure {
    margin-bottom: 0;
}

.txt-projects {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    z-index: 3;
    transform: translateY(100%);
    height: 100%;
    transition: .5s;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.item-projects:hover .txt-projects {
    transform: translateY(0);
}

.txt-projects h4 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.txt-projects p {
    color: #fff;
    font-size: 13px;
    height: 40px;
    overflow: hidden;
}

.txt-projects .btn-site-other {
    margin: 15px 0 0;
    padding: 10px 15px;
}

.txt-projects .btn-site-other span {
    font-size: 14px;
}

/* Style Certificates */

.section_certificates {
    position: relative;
    padding: 0 0 60px;
}
.coloum6 .owl-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: block !important;
}

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

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

/* Style Clients */

.section_clients {
    background: #F7F7F7;
    padding: 60px 0;
    position: relative;
}
.item-clients {
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Style Fotter */

footer {
    position: relative;
}

.top-footer {
    padding: 30px 0;
    background: var(--sub-color);
}

.logo-ft {
    margin-bottom: 30px;
    display: block;
    text-align: center
}
.logo-ft img {
    width: 300px;
    max-width: 100%;
    margin-bottom: 20px
}
.cont-ft .btn-site {
    height: 50px;
    width: 300px;
    max-width: 100%
}
.cont-ft .btn-site svg {
    margin-right: 10px;
}
.cont-ft .btn-site:hover {
    color: var(--main-color);
}
.menu-ft h5 {
    color: #fff;
    margin-bottom: 25px;
}
.menu-ft ul li {
    margin-bottom: 15px;
}
.menu-ft ul li a {
    color: #fff;
    font-size: 14px;
}
.li-ft li a:hover {
    color: var(--main-color);
}

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

.list-contact li a {
    color: #fff;
    display: flex;
    align-items: center;
}

.list-contact li a:hover {
    opacity: .5
}

.list-contact li a svg {
    margin-right: 10px;
    background: #535B63;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    padding: 10px;
}

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

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

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

.cont-bt p {
    color: #fff;
    font-size: 14px;
}

.cont-bt p a {
    color: #fff;
}

.list-ft li {
    display: block;
}


/* Style Head Page */

.hd-page {
    position: relative;
    background-position: center !important;
    background-size: cover !important;
    height: 400px;
}
.heiBig {
    height: 400px
}
/*
.hd-page:before {
    content: "";
    background: rgb(0 0 0 / 32%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
*/
.hd-page .container {
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
    height: 100%;
    position: relative;
    z-index: 2;
}
.h-page {
    color: #fff;
    display: inline-block;
    background: var(--main-color);
    padding: 20px;
    text-transform: uppercase;
    font-size: 24px;
    min-width: 240px;
    margin: auto;
    text-align: center;
}


.breadcrumb-bar .breadcrumb{
  	background-color: transparent;
  	border-radius: 0;
  	margin: 0;
  	padding: 12px 15px;
    border-bottom: 1px solid #EBEBEB
}
.breadcrumb-bar .breadcrumb a,.breadcrumb-bar .breadcrumb li{
  	color: var(--sub-color);;
    font-size: 11px;
    font-weight: bold;
}
.breadcrumb>li+li:before{
  	font-size: 10px;
	color: var(--sub-color);
}
.breadcrumb-bar .breadcrumb a:hover{
  color: var(--main-color);
}

/* Style About Page */

.content_about {
    padding: 60px 0;
    position: relative;
}
.txt-about h2 {
    color: var(--main-color);
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    text-transform: uppercase
}

.txt-about p {
    font-size: 14px;
    color: var(--sub-color);
    font-weight: 400;
    line-height: 1.8
}
.thumb-about-page {
    padding-top: 50px
}
.thumb-about-page img {
    max-width: 480px;
}
.thumb-about-page:before {
    content: "";
    background: #EBEBEB;
    width: 80%;
    height: 80%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
}

.content-other-about {
    padding: 30px 0 60px;
    position: relative;
}
.item-about {
    background: #EBEBEB;
    padding: 10px 10px 20px;
    position: relative;
}
.txt-about-page h3 {
    color: var(--main-color);
    margin-bottom: 5px;
    font-size: 24px
}
.txt-about-page p {
    font-size: 14px;
}

/* Style Project Page */

.thumb-projects img {
    width: 100%
}
.txt--projects {
    padding-left: 30px;
}
.txt--projects h4 {
    color: var(--main-color);
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 32px
}
.txt--projects p {
    line-height: 2;
}
.txt--projects .btn-site-other {
    margin: 30px 0 0;
    padding: 12px 25px;
    height: 45px;
}
.txt--projects .btn-site-other span {
    font-weight: 600;
}
.txt--projects .btn-site-other svg {
    margin-left: 10px
}

/* Style Contact Us Page */

.section_page_site {
    padding: 40px 0;
}
.form-contact .form-group {
    margin-bottom: 15px;
}
.form-contact .form-control {
    background: rgb(235 235 235 / 22%);
    border: 1px solid #EBEBEB;
    height: 45px;
    border-radius: 0;
}
.form-contact textarea.form-control {
    height: 130px
}
.form-contact .form-control::-webkit-input-placeholder {
    font-size: 14px;
    color: rgb(40 50 60 / 41%);
}
.ds-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ds-flex .form-group {
    margin-bottom: 0;
}
.ds-flex .btn-site {
    margin: 0;
}
.recaptScale {
    transform:scale(0.6);
    -webkit-transform:scale(0.6);
    transform-origin:0 35px;
    -webkit-transform-origin:0 35px;
}

.list-contact-page {
    background: #FBFBFB;
    padding: 20px;
    margin-bottom: 20px;
}
.list-contact-page li a {
    color: var(--sub-color);
}
.list-contact-page li a svg {
    margin-right: 10px;
    background: #EBEBEB;
    width: 17px;
    height: 17px;
}
.list-contact-page li a svg path {
    fill: var(--sub-color)
}

#googleMap2 {
    height: 175px;
}

.ms-succ {
    text-align: center;
    padding: 50px;
}
.ms-succ strong {
    display: block;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}
.ms-succ figure img {
    max-width: 190px;
}
.ms-succ p {
    font-size: 13px;
    color: #737373;
    margin-top: 30px;
}
#modalSuccess .modal-dialog {
    max-width: 400px;
}
#modalSuccess .modal-content {
    border-radius: 15px;
}
.closeModal {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--sub-color);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9
}
.closeModal svg path {
    fill: #fff;
}

/* 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);
    font-weight: 500;
    margin-bottom: 15px;
}
.txt-not-found p {
    line-height: 1.4;
    color: var(--sub-color);
    font-size: 13px;
}

/* Style Sub Categories Page */

.mb-20 {
    margin-bottom: 15px;
}
.item-subCateg {
    position: relative
}
.item-subCateg:before {
    content: "";
    background: rgb(40 50 60 / 49%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.item-subCateg:hover:before {
    content: "";
    background: rgb(40 50 60 / 9%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.txt-sub {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    z-index: 3
}
.txt-sub h5 {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.txt-sub p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
    height: 40px;
    overflow: hidden;
}
.txt-sub a {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: block;
}
.txt-sub a:after {
    content: "";
    background: #fff;
    width: 120px;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 20px;
}
.txt-sub a:before {
    content: "";
    background: var(--main-color);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 195px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.txt--sub--categ h4 {
    color: var(--main-color);
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 24px
}
.txt--sub--categ p {
    line-height: 2;
    font-size: 14px
}
.images-sub-categories {
    padding: 50px 10px 50px;
}
.images-sub-categories .col-lg-3 {
    padding: 0 5px;
}
.form-error{
    color: #bd1616;
}



