@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=Cairo:wght@300;400;500;600;700&family=Poppins:wght@200;300;400;500;600;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: #AEEF09;
    --sub-color: #404040;
    --sec-padding: 80px 0;
}

body {
    font-family: 'Poppins', 'Cairo', 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: 'Poppins', 'Cairo', 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: 87px;
}



.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: 85px;
    height: 85px;
    background: var(--main-color);
    position: absolute;
    left: -25px;
    top: -25px;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
    margin-right: 0px;
    padding: 30px;
}
.is-closed:before {
    content: "";
    background: var(--sub-color);
    width: 35px;
    height: 35px;
    position: absolute;
    top: 22px;
    left: 22px;
    border-radius: 50%;
}
.hamburger span,
.is-closed span {
    width: 25px;
    height: 3px;
    border-radius: 20px;
    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);
}

.hamburger span:nth-child(1) {
    width: 25px
}

.hamburger span:nth-child(2) {
    width: 21px
}

.hamburger span:nth-child(3) {
    width: 17px
}

.is-closed span:nth-child(1) {
    transform: rotate(45deg);
    width: 17px;
    background: var(--main-color);
}

.is-closed span:nth-child(2) {
    display: none;
}

.is-closed span:nth-child(3) {
    background: var(--main-color);;
    transform: rotate(135deg);
    margin-top: -6px;
    width: 17px
}

.hamburger {
    display: none;
}

/* Style Header */

#header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border-top: 7px solid var(--main-color);
    z-index: 9;
    box-shadow: 0 3px 6px rgb(190 190 190 / 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: 180px;
}

.main_menu {
    display: flex;
}
.main_menu > li:last-child {
    margin-right: 0;
}

.main_menu > li > a {
    display: block;
    color: var(--sub-color);
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    position: relative;
    padding: 30px 15px;
}

.main_menu > li.active a {
    background: var(--main-color);
    font-weight: 700;
}

.main_menu > li.lang-site a {
    color: var(--sub-color);
    font-weight: 700;
}


#header.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
    z-index: 33;
}


/* Style Home Slide */

.section_home {
    position: relative;
    z-index: 1;
}

.section_home .item:before {
    content: "";
    background: rgb(0 0 0 / 31%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.section_home .item {
    position: relative;
    display: flex;
    align-items: end;
    min-height: calc(100vh - 87px);
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
}

#slide-home .owl-nav > button {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block !important;
    background: var(--main-color) !important;;
    color: #fff !important;
    font-size: 28px !important;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#slide-home .owl-nav > button.owl-prev {
    right: 80px;
    left: auto;
    background: #222222 !important
}


/* Style Stac Site */

.sec_head {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}
.stag-padding .sec_head {
    text-align: start;
}

.sec_head h2 {
    color: var(--sub-color);
    font-size: 25px;
    position: relative;
    text-transform: uppercase
}

.sec_head h2 span {
    color: var(--main-color);
}

.sec_head p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-top: 5px;
}

.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: var(--sub-color);
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-site:hover span {
    color: var(--sub-color);
}

.stag-padding {
    padding: 50px 0;
}

/* Style About */

.section_about {
    position: relative;
    padding: 60px 0;
}
.txt-about > span {
    color: var(--sub-color);
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
}
.txt-about span small {
    color: var(--main-color);
}
.txt-about h2 {
    font-size: 28px;
    color: var(--sub-color);
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 1.5;
}
.txt-about p {
    color: #000;
    font-size: 14px;
    line-height: 2;
    text-align: justify;
    margin-bottom: 10px;
}
.txt-about .btn-site {
    margin: 0;
}
.txt-about .btn-site span {
    text-transform: capitalize;
}

.thumb-about {
    padding: 20px;
    position: relative;
}
.thumb-about:before {
    content: "";
    background: var(--sub-color);
    width: calc(100% - 40px);
    height: calc(100% - 80px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.feat-about {
    width: 83.33333333%;
    margin: 40px auto 0;
}
.item-feat {
    background: rgb(174 239 9 / 6%);
    padding: 40px;
    text-align: center;
}
.txt-feat strong {
    color: var(--main-color);
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
}
.txt-feat h4 {
    color: var(--sub-color);
    font-weight: 600;
}
.ph-about {
    margin-top: 50px;
}


/* Style Project */

.section_projects {
    position: relative;
    padding: 50px 0;
}
.item-projects {
    position: relative;
    overflow: hidden;
    height: 400px;
}
.projects_page .item-projects {
    margin-bottom: 25px;
}
.item-projects figure {
    height: 400px;
    margin-bottom: 0;
}
.item-projects figure img {
    height: 100%;
    width: 100%;
}
.txt-projects {
    padding: 20px 15px 15px;
    position: relative;
    transition: .5s;
}
.item-projects:hover .txt-projects {
    transform: translateY(-100%);
}
.txt-projects:before {
    content: "";
    background: rgb(64 64 64 / 90%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}
.item-projects:hover .txt-projects:before {
    height: calc(100% + 40px);
    margin-top: -40px;
}
.number-project {
    background: rgb(0 0 0 / 23%);
    border-left: 5px solid var(--main-color);
    position: absolute;
    top: -40px;
    left: 0;
    width: 50px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.txt-projects strong {
    display: block;
    color: #fff;
    font-size: 22px;
}
.txt-projects h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}
.txt-projects p {
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 60px;
}
.txt-projects a {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 10px 15px;
}

#project-slider {
    display: none;
}
.wrapper-project .owl-dots {
    text-align: center;
    padding-top: 20px;
}
.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #F4F4F4;
    display: block;
    border-radius: 50%;
    margin: 0 5px;
}
.owl-dots .owl-dot.active span {
    background: var(--sub-color);
}

/* Style Project Details */
.wrapper-project-details {
    min-height: 600px
}
.block-project-slide {
    position: relative;
    padding-left: 105px;
    width: 650px;
    float: left;
    margin: 0 30px 30px 0;
}

.pro--Thumb {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 510px;
}

.pro--Thumb > img {
    margin: auto;
    height: 100%;
    width: 100%;
    
}

.sp-nav {
    height: 120px !important;
    width: 95px !important;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: none !important;
    margin-bottom: 10px;
    cursor: pointer;
}

.sp-nav > img {
    margin: auto;
    height: 100%;
    width: 100%;
}

.slider-nav {
    position: absolute;
    top: 0;
    left: 0;
}

.slider-nav .slick-list {
    padding: 0 !important;
}

.dta-project h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 23px;
    color: var(--sub-color);
}
.dta-project p {
    color: #000;
    font-size: 14px;
    line-height: 2.4;
    text-align: justify;
}


/* Style Certificates */

.section_certificates {
    position: relative;
    padding: 80px 0;
}
.item-certificates {
    padding: 30px;
    margin-bottom: 0;
}

.coloum5 .owl-nav > button {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 21px !important;
    color: var(--sub-color) !important;
}
.coloum5 .owl-nav > button.owl-prev {
    left: -20px;
    right: auto;
}
.coloum5 .owl-dots {
    text-align: center;
    padding-top: 20px;
}

/* Style Our Management */

.item-management {
    background: #FAFAFA;
    padding: 40px;
    margin-bottom: 25px;
    text-align: center;
}
.item-management figure {
    text-align: center;
    margin: 0 auto 20px;
    width: 200px;
    height: 200px;
}
.txt-management h4 {
    color: var(--sub-color);
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 17px;
}
.txt-management p {
    color: var(--main-color);
}

.no-members {
    text-align: center;
    position: relative;
    margin: 100px auto;
    background: #FAFAFA;
    padding: 50px 100px;
    width: max-content;
}
.no-members figure {
    margin-bottom: 25px;
}
.no-members figure img {
    width: 100px;
}
.no-members h5 {
    color: var(--sub-color);
    text-transform: uppercase;
    font-size: 18px;
}

/* Style Quality */

.wrapper-quality figure {
    float: right;
    margin: 0 0 30px 30px;
    width: 500px;
}
.txt-quality strong {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.8;
    color: var(--sub-color);
    display: block;
}
.txt-quality p {
    color: #000;
    font-size: 14px;
    line-height: 2;
}

/* Style Policies */

.txt-policies strong {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.8;
    color: var(--sub-color);
    display: block;
}
.txt-policies p {
    color: #000;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 20px;
}

/* Style Contact */

.cont-form-contact h4 {
    margin-bottom: 30px;
    font-size: 22px;
    color: var(--sub-color);
}

.form-contact .form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-contact .form-group label {
    margin-bottom: 5px;
    font-size: 12px;
    display: block;
    color: #808185;
    font-weight: 700;
}

.form-contact .form-control {
    background-color: #FAFAFA;
    border: 0;
    border-radius: 0;
    height: 50px;
    padding-left: 20px;
}

.form-contact textarea.form-control {
    height: 100px
}

.form-contact .btn-site {
    margin: 20px 0 0;
    height: 50px;
}

.contact-ifo .d-flex {
    margin: 0 -10px;
}
.item-contact {
    flex: 0 50%;
    margin: 0 10px;
    background: rgb(174 239 9 / 6%);
    padding: 40px;
    text-align: center;
}
.txt-contact strong {
    color: var(--main-color);
    font-weight: 600;
    margin-bottom: 3px;
    display: block;
    font-size: 18px;
}
.txt-contact p {
    color: var(--sub-color);
    font-weight: 600;
}

.find-map {
    margin-top: 40px;
}
.find-map h4 {
    margin-bottom: 15px;
    color: var(--sub-color);
}
#googleMap2 {
    height: 300px;
}

.cont-succ {
    padding: 10px;
}

.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(--sub-color);
    font-size: 16px;
}

.cont-succ p {
    margin-bottom: 15px;
    color: var(--sub-color);
    font-size: 14px;
}

.cont-succ .btn-site {
    padding: 10px 30px;
    margin: 0 0 0 auto;
}

/* Style Fotter */

footer {
    position: relative;
}

.top-footer {
    padding: 50px 0 20px;
    background: var(--sub-color);
}

.logo-ft {
    display: block;
    text-align: center;
    margin-bottom: 25px;
}
.logo-ft img {
    width: 180px;
    max-width: 100%;
}
.cont-ft ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont-ft li {
    display: inline-block;
    margin: 0 5px;
}

.cont-ft li a {
    color: var(--sub-color);
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-ft h5 {
    color: var(--main-color);
    margin-bottom: 15px;
}
.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 svg {
    margin-right: 10px;
}
.menu-ft figure {
    width: 60px;
}

.bottom-ft {
    padding: 15px 0;
    background: #000;
}

.cont-bt {
    text-align: center;
}

.cont-bt p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}
.cont-bt p:last-child {
    margin-bottom: 0;
}

.cont-bt p a {
    color: #fff;
}

/* Style 404 Page */

.cont-not-found {
    text-align: center;
}
.thumb-not-found {
    margin-bottom: 50px;
}
.thumb-not-found img {
    max-width: 300px;
}
.txt-not-found h5 {
    color: var(--sub-color);
    font-weight: 600;
    margin-bottom: 20px;
}
.txt-not-found p {
    line-height: 1.8;
    color: var(--sub-color);
    font-size: 13px;
}
