@font-face {
    font-family: 'Tajawal';
    src: url('../Site_Fonts/Tajawal-Medium.ttf') format('truetype');
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Tajawal';
    font-size: 15.5px;
    margin: 0px;
    padding: 0px;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: rgb(241, 241, 241);
}

::-webkit-scrollbar-thumb {
    background: #b78215;
}

img {
    width: 100%;
    height: auto;
}

input[type="text"],
input[type="number"],
input[type="date"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="time"],
textarea,
input,
select {
    display: block;
    height: 45px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    outline: none;
    transition: all 0.1s ease-in-out 0s;
    appearance: none;
    border: 2px solid #573a00;
    border-radius: 0;
    padding: 0 10px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Tajawal';
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input:focus,
textarea:focus,
select:focus {
    border: 2px solid rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
    transition: all 0.1s ease-in-out 0s;
}

input[type="text"]::placeholder,
input[type="number"]::placeholder,
input[type="date"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input::placeholder,
select::placeholder,
textarea::placeholder {
    text-transform: capitalize;
    color: rgb(85, 84, 84);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Start General*/

.title {
    padding: 5px 0;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
}

.title h2 {
    position: relative;
    display: flex;
    margin: 0;
    text-transform: capitalize;
    font-size: 45px;
    align-items: center;
    letter-spacing: 5px;
}

.title span {
    width: 60%;
    display: block;
    margin: auto;
    font-size: 19px;
    letter-spacing: 1px;
}

.title .left,
.title .right {
    position: absolute;
    width: 35px;
    height: 2px;
    background: #b78215;
    display: block;
}

.title .left {
    left: -50px;
}

.title .left::after {
    content: '';
    width: 10px;
    position: absolute;
    height: 10px;
    left: -12px;
    border: 2px solid #b78215;
    background: transparent;
    bottom: -4px;
    transform: rotate(45deg);
    animation: 7s rotateBox linear infinite;
}

.title .right {
    right: -50px;
}

.title .right::before {
    content: '';
    width: 10px;
    position: absolute;
    height: 10px;
    right: -12px;
    border: 2px solid #b78215;
    background: transparent;
    bottom: -4px;
    transform: rotate(45deg);
    animation: 7s rotateBox linear infinite;
}

@keyframes rotateBox {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.button_group {
    width: 25%;
    margin: auto;
}

.button_group button {
    width: 100%;
    padding: 20px 0;
    font-size: 17px;
    background: #573a00;
    border: none;
    color: #FFF;
    cursor: pointer;
}

.input_group {
    margin-bottom: 5px;
    margin-top: 12px;
    position: relative;
}

.input_group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 100;
    font-size: 15px;
    color: rgb(255 255 255);
    text-align: left;
    text-transform: capitalize;
}

.multiple_inputs {
    display: flex;
    justify-content: space-between;
}

.multiple_inputs .input_group {
    width: 48%;
}

textarea {
    resize: none;
    height: 110px;
}

.button_input {
    display: block;
    width: 100%;
    height: auto;
}

.button_input button {
    width: 100%;
    padding: 20px 0;
    font-size: 17px;
    background: #573a00;
    border: none;
    color: #FFF;
    cursor: pointer;
    margin-top: 20px;
}

.normal_width {
    width: 85%;
}

@media (max-width:992px) {
    .title h2 {
        font-size: 30px;
        letter-spacing: inherit;
    }
    .title span {
        width: 90%;
        font-size: 16px;
    }
    .title .left {
        left: -40px;
    }
    .title .right {
        right: -40px;
    }
    .button_group {
        width: 100%;
    }
    .multiple_inputs {
        display: block;
    }
    .multiple_inputs .input_group {
        width: 100%;
    }
    .normal_width {
        width: 95%;
    }
}


/* end General*/


/*  Start Header  */


/*start header-top*/

.header-top {
    background: #b78215;
    padding: 12px 30px;
    color: #FFF;
    display: flex;
    justify-content: space-between;
}

.header-top .contHead,
.header-top .contHead2 {
    display: flex;
    align-items: center;
}

.header-top .contHead .top-contact,
.header-top .contHead2 .top-contact2 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 1.03em;
}

.header-top .contHead .top-contact li,
.header-top .contHead2 .top-contact2 li {
    padding-right: 18px;
    display: flex;
    align-items: center;
}

.header-top .contHead .top-contact li img {
    height: 15px;
    width: auto;
    margin-right: 10px;
}

.header-top .contHead2 .top-contact2 li img {
    height: 20px;
    width: auto;
    margin-right: 10px;
}

.header-top .contHead2 .top-contact2 li a {
    cursor: pointer;
    text-decoration: none;
    color: #FFF;
}

.header-top .contHead .top-contact li:last-of-type,
.header-top .contHead2 .top-contact2 li:last-of-type {
    padding-right: 0;
}


/*end header-top*/


/*start header-nav*/


/* Start Menu */

.btn1 {
    position: absolute;
    width: 60px;
    height: 40px;
    top: 12px;
    right: 0;
    transition-duration: 0.5s;
    z-index: 99;
    cursor: pointer;
    display: none;
}

.btn1 .icon-left {
    left: 4px;
    border-radius: 5px 0 0 5px;
}

.btn1 .icon-left,
.btn1 .icon-right {
    transition-duration: 0.5s;
    position: absolute;
    height: 7px;
    width: 25px;
    top: 18px;
    background-color: #b78215;
}

.btn1 .icon-left:before,
.btn1 .icon-right:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 25px;
    height: 7px;
    background-color: #b78215;
    content: "";
}

.btn1 .icon-left:before {
    top: -11px;
    border-radius: 5px 0 0 5px;
}

.btn1 .icon-right:after,
.btn1 .icon-left:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 25px;
    height: 7px;
    background-color: #b78215;
    content: "";
}

.btn1 .icon-left:after {
    top: 11px;
    border-radius: 5px 0 0 5px;
}

.btn1.open .icon-left {
    transition-duration: 0.5s;
    background: transparent;
}

.btn1.open .icon-left:before {
    transform: rotateZ(45deg) scaleX(1.2) translate(4px, -3px);
}

.btn1.open .icon-left:after {
    transform: rotateZ(-45deg) scaleX(1.2) translate(6px, 0px);
}

.btn1 .icon-right {
    left: 29px;
    border-radius: 0 5px 5px 0;
}

.btn1 .icon-right:before {
    top: -11px;
    border-radius: 0 5px 5px 0;
}

.btn1 .icon-right:after {
    top: 11px;
    border-radius: 0 5px 5px 0;
}

.btn1.open .icon-right {
    transition-duration: 0.5s;
    background: transparent;
}

.btn1.open .icon-right:before {
    transform: rotateZ(-45deg) scaleX(1.2) translate(-4px, -3px);
}

.btn1.open .icon-right:after {
    transform: rotateZ(45deg) scaleX(1.2) translate(-6px, 0px);
}


/* End menu*/

.header-nav {
    background-color: #fafafa;
    padding: 0px 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-nav .logo-nav {
    height: 100px;
    width: auto;
}

.header-nav .logo-nav .homePage {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 0;
}

.header-nav .logo-nav .homePage img {
    width: 100%;
    height: 100%;
}

.header-nav .main-nav-con .main-nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100px;
}

.header-nav .main-nav-con .main-nav .menu_item {
    width: auto;
    display: block;
    height: 100%;
    margin: 0 10px;
    position: relative;
    z-index: 2;
}

.header-nav .main-nav-con .main-nav .menu_item .menu_item_link {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 1.22em;
    color: #333;
    text-transform: capitalize;
}

.header-nav .main-nav-con .main-nav .menu_item:hover .menu_item_link {
    color: #b78215;
}

.header-nav .main-nav-con .main-nav .menu_item:hover .submenu {
    display: block;
}

.header-nav .main-nav-con .main-nav .menu_item .submenu {
    background: #FFF;
    list-style: none;
    padding: 0;
    position: absolute;
    width: 250px;
    right: 0;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border-radius: 5px;
    display: none;
}

.header-nav .main-nav-con .main-nav .menu_item .submenu .submenu_item {
    padding: 10px 8px;
    border-bottom: 1px solid rgb(232 232 232);
    cursor: pointer;
}

.header-nav .main-nav-con .main-nav .menu_item .submenu .submenu_item:last-child {
    border-bottom: none;
}

.header-nav .main-nav-con .main-nav .menu_item .submenu .submenu_item a {
    width: 100%;
    text-decoration: none;
    color: #b78215;
    display: block
}

.header-nav .main-nav-con .main-nav .menu_item .submenu .submenu_item:hover {
    background-color: #b78215;
}

.header-nav .main-nav-con .main-nav .menu_item .submenu .submenu_item:first-child:hover {
    border-radius: 5px 5px 0px 0px;
}

.header-nav .main-nav-con .main-nav .menu_item .submenu .submenu_item:last-child:hover {
    border-radius: 0 0 5px 5px;
}

.header-nav .main-nav-con .main-nav .menu_item .submenu .submenu_item:hover a {
    color: #FFF;
}

.header-nav .main-nav-con .main-nav .menu_item .aroDown {
    position: absolute;
    width: 17px;
    top: 20px;
    right: 14px;
    display: none;
    transition: 0.3s ease-in-out;
}

@media (max-width:992px) {
    .header-nav {
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        padding: 0 15px;
    }
    .header-nav .logo-nav {
        height: 60px;
        width: auto;
    }
    .header-nav .main-nav-con {
        position: relative;
        width: 100%;
        background: #fafafa;
        left: 0;
        z-index: 9;
        top: 0;
        display: block;
        padding: 0 0 10px 0;
        display: none;
    }
    .header-nav .main-nav-con.show {
        display: block;
    }
    .header-nav .main-nav {
        flex-direction: column;
        height: 100% !important;
        width: 100%;
        background: #b78215;
        margin: auto !important;
    }
    .header-nav .main-nav .menu_item {
        margin: 0 !important;
    }
    .header-nav .main-nav-con .main-nav .menu_item .aroDown {
        display: block;
    }
    .header-nav .main-nav-con .main-nav .menu_item .actColor .aroDown {
        filter: brightness(30%);
        transform: rotate(180deg);
        transition: 0.3s ease-in-out;
    }
    .header-nav .main-nav-con .main-nav .menu_item:hover .menu_item_link {
        color: #FFF;
    }
    .header-nav .main-nav-con .main-nav .menu_item:hover .submenu {
        display: none;
    }
    .header-nav .main-nav .menu_item .actColor {
        background-color: #e0e0e0;
        color: #b78215 !important;
    }
    .header-nav .main-nav-con .main-nav .menu_item .menu_item_link {
        color: #FFF;
        padding: 10px;
        border-bottom: 1px solid #FFF;
        margin: 0 !important;
    }
    .header-nav .main-nav-con .main-nav .menu_item .submenu {
        width: 100%;
        background: #b78215;
        box-shadow: none;
        border-radius: 0;
        height: 100%;
        position: relative;
        right: inherit;
    }
    .header-nav .main-nav-con .main-nav .menu_item .submenu .submenu_item {
        margin: 0 !important;
        width: 100%;
        border-bottom: none;
        padding: 0;
    }
    .header-nav .main-nav-con .main-nav .menu_item .submenu a {
        padding: 10px 8px;
        border-bottom: 1px solid rgb(232 232 232);
        cursor: pointer;
        width: auto;
        display: block;
        padding-left: 30px;
        color: #fafafa !important;
    }
    .header-nav .main-nav-con .main-nav .menu_item .submenu .submenu_item:first-child:hover {
        border-radius: 0;
    }
    .header-nav .main-nav-con .main-nav .menu_item .submenu .submenu_item:hover {
        background-color: #573a00;
    }
    .header-top {
        display: block;
    }
    .header-top .contHead .top-contact li,
    .header-top .contHead2 .top-contact2 li {
        padding: 0;
    }
    .header-top .contHead,
    .header-top .contHead2 {
        justify-content: center;
    }
    .header-top .contHead .top-contact,
    .header-top .contHead2 .top-contact2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .btn1 {
        display: block;
        transform: scale(0.65);
    }
    .header-nav .main-nav .menu_item .submenu.acSubPro {
        display: block !important;
    }
}


/*end header-nav*/


/*  end Header  */


/* Start Screen Slider  */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination {
    text-align: center;
    padding-right: 10px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid rgb(255 255 255);
    background-color: #fafafa;
    opacity: 1;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}

.swiper-pagination-bullet-active {
    width: 50px;
    height: 10px;
    border: 1px solid #573a00;
    background-color: #573a00;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}

.screen_slider .overslide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    background: linear-gradient(90deg, #b78215, rgb(183 130 21 / 50%), rgb(183 130 21 / 20%), rgba(3, 31, 58, 0));
}

.screen_slider .swiper-button-next,
.screen_slider .swiper-button-prev {
    transform: scale(1);
    height: auto;
    outline: none;
    right: 60px;
    background-image: none;
    width: 40px;
}

.screen_slider .swiper-button-next {
    transform: scale(1);
    height: auto;
    outline: none;
    right: 60px;
    background-image: none;
    width: 40px;
    top: 55%;
}

.screen_slider .swiper-button-prev {
    transform: scale(1);
    height: auto;
    outline: none;
    background-image: none;
    width: 40px;
    right: 60px !important;
    left: auto;
    top: 45%;
}

.screen_slider .swiper-button-next:after,
.screen_slider .swiper-button-prev:after {
    content: none;
}

.screen_slider .swiper-button-next img,
.screen_slider .swiper-button-prev img {
    width: 100%;
    height: 100%;
}

.screen_slider .screen-slider-info {
    position: absolute;
    left: 50px;
    text-align: left;
    z-index: 2;
    top: 25%;
}

.screen_slider .bodydicr {
    margin: 0;
    font-size: 60px;
    color: #FFFF;
}

.screen_slider .headdicr {
    margin: 0;
    color: #d7d7d7;
    font-size: 24px;
}

.screen_slider .bottomdicr {
    margin: 0;
    color: #d7d7d7;
    font-size: 16px;
}

.screen_slider .screen-slider-info .btnSlider {
    margin-top: 30px;
    background: #573a00;
    width: 35%;
    padding: 20px 10px;
    font-size: 17px;
    color: #FFF;
    border: none;
    cursor: pointer;
    text-transform: capitalize;
}

@media (max-width:992px) {
    .screen_slider {
        width: 100%;
        height: 500px;
    }
    .screen_slider .screen-slider-info {
        top: 9%;
        width: 80%;
        left: 30px;
    }
    .screen_slider .screen-slider-info .headdicr {
        font-size: 20px;
    }
    .screen_slider .screen-slider-info .bodydicr {
        font-size: 35px;
    }
    .screen_slider .screen-slider-info .bottomdicr {
        font-size: 20px;
    }
    .screen_slider .screen-slider-info .btnSlider {
        width: 60%;
    }
    .screen_slider .swiper-button-next {
        top: 85%;
        right: 30px;
    }
    .screen_slider .swiper-button-prev {
        top: 75%;
        right: 30px !important;
    }
}


/* End Screen Slider  */


/* Start About */

.home_about {
    margin: 100px auto;
    position: relative;
}

.imgAbout {
    display: flex;
    justify-content: center;
    position: relative;
}

.imgAbout::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 115%;
    left: -50px;
    top: -50px;
    z-index: -1;
    -webkit-animation: 10s help-animation linear infinite;
    animation: 10s help-animation linear infinite;
    border: 25px solid #b78215;
    background-color: transparent;
    border-radius: 5px;
}

.imgAbout img {
    width: 100%;
}

.discAbout h2 {
    font-size: 40px;
    margin: 0;
}

.discAbout p {
    font-size: 17px;
    margin-top: 5px;
}

.discAbout button {
    background: #573a00;
    width: 35%;
    padding: 20px 10px;
    font-size: 17px;
    border-radius: 0;
    color: #FFF;
    border: none;
    cursor: pointer;
    text-transform: capitalize;
}

.background_About {
    position: absolute;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    left: 50%;
    z-index: -1;
}

.discAbout .title {
    margin: 0;
    justify-content: end;
    align-items: start;
}

.discAbout .title h2 {
    font-size: 25px !important;
    font-weight: bold;
}

.titleAbout::before {
    content: "";
    width: 4px;
    height: 100%;
    display: block;
    background-color: rgb(43, 46, 107);
    position: absolute;
    left: 0;
}

@keyframes help-animation {
    0% {
        transform: translate(0)
    }
    50% {
        transform: translate(30px)
    }
    to {
        transform: translate(0)
    }
}

@media (max-width:992px) {
    .imgAbout::before {
        height: 100%;
    }
    .discAbout p {
        display: -webkit-box;
        -webkit-line-clamp: 14;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .home_about {
        margin: 80px auto 40px auto;
    }
    .discAbout h2 {
        font-size: 30px;
    }
    .background_About {
        transform: translate(-50%, -30%) rotate(0deg);
    }
}

.aboutPage {
    margin: 50px auto;
}

.aboutPage .imgAboutPage {
    border-radius: 5px;
    display: flex;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}

.aboutPage .imgAboutPage img {
    border-radius: 10px;
}

.aboutPage .disAboutPage .title {
    margin: 0;
    justify-content: end;
    align-items: start;
}

.aboutPage .disAboutPage .title h2 {
    font-size: 35px;
    letter-spacing: 0;
}

.aboutPage .disAboutPage p {
    margin: 10px 0;
    font-size: 20px;
}

.aboutPage .disAboutPage .vision {
    margin-bottom: 40px;
}

@media (max-width:992px) {
    .aboutPage .disAboutPage .title h2 {
        font-size: 28px;
    }
}


/* end About */


/* Start service */

.container_service {
    background-position: center;
    background-size: cover;
    background-color: #f9f9f9;
    background-image: url('../Site_Images/backServices.png');
    padding: 40px 0;
}

.service_style1 {
    height: 100%;
}

.service_style1 .item-thumb {
    text-align: center;
    position: relative;
}

.service_style1 .item-thumb img {
    border-radius: 4px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}

.service_style1 .item-content {
    text-align: center;
    transform: translateY(-50px);
    background-color: #ffffff;
    border-radius: 4px;
    padding: 25px 20px 45px;
    margin: 0 20px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)
}

.service_style1 .item-content h3 {
    font-size: 27px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service_style1 .item-content p {
    font-size: 17px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service_style1 .item-content a {
    margin: auto;
    color: #573a00;
    background-color: transparent;
    background-image: none;
    padding: 10px;
    width: 50%;
    margin-top: 10px;
    border: 2px solid #573a00;
    font-size: 16px;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.service_style1 .item-content a:hover {
    background-color: #573a00;
    color: #FFF;
    transition: 0.2s ease-in-out;
}

@media (max-width:992px) {
    .service_style1 .item-content {
        padding: 25px 10px 45px;
    }
}


/* End service */


/* Start Chooes Us */

.chooesUs {
    padding: 40px 0;
    background-image: url('../Site_Images/patter.png');
    background-position: center;
}

.chooes1 {
    display: flex;
    margin-bottom: 55px;
}

.chooes1 .imgChooes {
    position: relative;
    z-index: 1;
    margin-top: 25px;
    width: 25%;
    left: 0;
}

.chooes1 .imgChooes img {
    width: 35px;
    height: auto;
    margin: auto;
    display: block;
    position: relative;
    transition: .5s all ease;
}

.chooes1 .imgChooes::before {
    position: absolute;
    content: "";
    width: 55px;
    height: 55px;
    left: 0;
    top: -5px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(45deg);
    z-index: -1;
    transition: .5s all ease;
    background-color: #b78215;
}

.chooes1:hover .imgChooes::before {
    background-color: #573a00;
    transform: rotate(135deg);
}

.chooes1 .imgChooes::after {
    position: absolute;
    content: "";
    width: 55px;
    height: 55px;
    left: 0;
    top: -15px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(45deg);
    z-index: -2;
    transition: .5s all ease;
    background-color: #573a00;
}

.chooes1:hover .imgChooes:after {
    background-color: #b78215;
    transform: rotate(-45deg);
}

.chooes1 .diceChooes {
    width: 75%;
}

.chooes1 .diceChooes h2 {
    margin: 0 0 5px 0;
    font-size: 26px;
}

.chooes1 .diceChooes p {
    margin: 0;
    font-size: 16px;
}

@media (max-width:992px) {
    .chooes1 {
        margin-bottom: 25px;
    }
    .chooes1 .diceChooes p {
        font-size: 18px;
    }
    .chooes1 .diceChooes {
        width: 72%;
        margin-left: 5px;
    }
}


/* end Chooes Us */

.contactForm .contactForm1,
.contactForm .contactForm2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}

.contactForm .contactForm1 img {
    height: 100%;
}

.contactForm .contactForm1 .overContactForm {
    width: 100%;
    height: 100%;
    background: rgba(39, 44, 63, 0.9);
    position: absolute;
    top: 0px;
}

.contactForm .contactForm1 .textContactForm {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(0%, -50%);
}

.contactForm .contactForm1 .textContactForm .headCont {
    font-size: 50px;
    margin: 0;
    color: #ffffff;
    width: 90%;
    font-weight: 100;
}

.contactForm .contactForm1 .textContactForm .bodyCont {
    font-size: 25px;
    color: #b6b6b6;
    width: 90%;
    margin: 10px 0;
}

.contactForm .contactForm1 .textContactForm .title {
    margin: 0;
    justify-content: end;
    align-items: start;
}

.contactForm .contactForm1 .textContactForm .title .right {
    background: #d4d4d4;
}

.contactForm .contactForm1 .textContactForm .title .right:before {
    border-color: #d4d4d4;
}

.contactForm .contactForm1 .textContactForm .title h2 {
    font-size: 25px !important;
    font-weight: bold;
    color: #d4d4d4;
}

.contactForm .contactForm2 {
    background-color: #b78215;
    padding: 30px 80px;
    background-image: url('../Site_Images/Repeat Grid 4.png');
}

@media(max-width:992px) {
    .contactForm .row {
        flex-direction: column;
    }
    .contactForm .contactForm1,
    .contactForm .contactForm2 {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
    .contactForm .contactForm2 {
        padding: 15px 20px;
    }
    .contactForm .contactForm1 img {
        width: 100%;
        height: 490px;
    }
    .contactForm .contactForm1 .textContactForm {
        left: 30px;
    }
    .contactForm .contactForm1 .textContactForm .headCont {
        font-size: 35px;
    }
    .contactForm .contactForm1 .textContactForm .bodyCont {
        font-size: 24px;
    }
    .contactForm1 {
        display: flex;
    }
}


/* Start blog*/

.blog {
    padding: 40px 0;
    /* background: linear-gradient( 180deg, rgb(249 250 251) 0%, rgb(255 255 255) 100%); */
}

.blog .button_group {
    margin-top: 40px;
}

.blog .news {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}

.blog .news .date {
    position: absolute;
    left: 1px;
    top: 22px;
    font-size: 16px;
    color: #fff;
    padding: 15px 5px;
    min-width: 70px;
    z-index: 9;
    line-height: 1.3em;
    text-align: center;
}

.blog .news .date {
    background: #b78215;
}

.blog .news .date:before {
    background: #573a00;
}

.blog .news .date:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 20px;
    left: 0;
    bottom: -20px;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.blog .news .entry-header .thumb {
    display: flex;
    overflow: hidden;
    position: relative;
}

.blog .news .entry-header .thumb {
    border-radius: 7px 7px 0 0;
}

.blog .news .entry-content {
    padding: 30px 20px;
}

.blog .news .entry-content .entry-title {
    margin-top: 0;
    margin-bottom: 0;
}

.blog .news .entry-content .entry-title>a {
    font-size: 27px;
    color: #b78215;
    text-decoration: auto;
    font-weight: 100;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog .news .entry-content .pst-excerpt p {
    font-size: 19px;
    margin: 5px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog .news .entry-content .pst-excerpt~a {
    color: #573a00;
    background-color: transparent;
    padding: 10px;
    width: 50%;
    margin-top: 10px;
    border: 2px solid #573a00;
    font-size: 16px;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.blog .news .entry-content .pst-excerpt~a:hover {
    background-color: #573a00;
    color: #FFF;
    transition: 0.2s ease-in-out;
}

@media (max-width:992px) {
    .blog .news {
        margin-bottom: 20px;
    }
}


/* end blog*/


/* Start clinets */

.clientsContainer {
    padding: 40px 0 30px 0;
}

.clientsContainer .clinet_box {
    padding: 10px 30px;
    border: 1px solid #DDD;
}

.clientsContainer .clinet_box img {
    width: 120px;
    height: auto;
}

.clientsContainer .client_swiper_container {
    padding-bottom: 50px;
}

.clientsContainer .client_swiper_container .swiper-pagination {
    bottom: 0px;
}

.clientsContainer .client_swiper_container .swiper-pagination-bullet {
    border-color: rgb(15 29 37);
}


/* end clinets */


/* Start Footer */

.footer {
    background-color: #4f4f4f;
    padding: 30px 0 0 0;
    background-image: url('../Site_Images/Repeat Grid 4.png');
}

.footer .aboutFooter img {
    width: auto;
    height: 110px;
    margin-bottom: 10px;
}

.footer .aboutFooter p {
    color: #fff;
    margin: 0 0 10px 0;
    font-size: 18px;
}

.footer .single_itemFooter .headFooter {
    position: relative;
    color: #FFF;
    font-size: 25px;
    margin: 0;
    padding-bottom: 10px;
    font-weight: 100;
}

.footer .single_itemFooter .headFooter:before {
    border-radius: 10px;
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    width: 50px;
    position: absolute;
    background: #ffffff;
    z-index: 1;
}

.footer .single_itemFooter .headFooter:after {
    border-radius: 10px;
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    background-color: #b78215;
}

.footer .single_itemFooter .contFooter {
    list-style: none;
    padding: 15px 0;
}

.footer .single_itemFooter .contFooter .itemFooter {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.footer .single_itemFooter .contFooter .itemFooter span {
    color: #FFF;
    font-size: 19px;
}

.footer .single_itemFooter .contFooter img {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.footer .single_itemFooter .hoursFooter {
    list-style: none;
    padding: 15px 0;
    margin: 15px 0;
}

.footer .single_itemFooter .hoursFooter .itemFooter {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    justify-content: space-between;
}

.footer .single_itemFooter .hoursFooter span {
    color: #FFF;
    font-size: 18px;
    font-weight: 100;
}

.footer .copyright_area {
    padding: 7px 0;
    background: #b78215;
}

.footer .copyright_area p {
    color: #FFF;
    margin: 0;
    text-align: center;
}

@media (max-width:992px) {
    .footer .single_itemFooter {
        margin: 10px 0;
    }
}


/* end Footer */


/* Start take Up site */

.totop {
    background-color: #b78215;
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 55;
    bottom: 100px;
    right: 35px;
    padding: 10px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #FFF;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    opacity: 0;
    transition: 0.2s ease-in-out;
}

.totop.show {
    opacity: 1;
    transition: 0.2s ease-in-out;
}

.totop img {
    width: 13px;
}

.whatsUp {
    width: 45px;
    height: 45px;
    position: fixed;
    z-index: 55;
    bottom: 40px;
    right: 35px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    transition: 0.2s ease-in-out;
}


/* end take Up site */


/*  Start Banner */

.bannerHeader {
    height: 250px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.bannerHeader .overslide {
    background: rgb(183 130 21 / 40%);
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
}

.bannerHeader .contentBanner {
    position: absolute;
    top: 40%;
    text-align: center;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.bannerHeader .contentBanner h2 {
    font-size: 60px;
    margin-bottom: 0px;
    color: rgb(255, 255, 255);
    font-weight: 100;
}

.bannerHeader .contentBanner p {
    color: rgb(255, 255, 255);
    margin: 0;
}

@media (max-width:992px) {
    .bannerHeader .contentBanner h2 {
        font-size: 40px;
    }
}


/*  end Banner */


/* Start ContactUs Page */

.contact_us {
    padding-top: 50px;
}

.contact_us .title {
    margin-bottom: 0;
    margin-top: 20px;
}

.contact_us .contact_message {
    margin-bottom: 0px;
    text-align: center;
}

.contact_us .contact_message p {
    margin: 10px 0px;
}

.contact_us .maplocation {
    margin-top: 40px;
    display: flex;
}

.contact_us .maplocation>iframe {
    width: 100%;
}

.contact_us .boxsIcons {
    display: flex;
    align-items: center;
    background: rgb(238, 238, 238);
    padding: 10px;
    border-radius: 5px;
    height: 100px;
    margin-bottom: 10px;
}

.contact_us .imgBoxs {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_us .imgBoxs img {
    width: auto;
    text-align: center;
    height: 30px;
    filter: brightness(20%);
}

.contact_us .contentBoxs h2 {
    margin: 0px 0px 5px;
    font-size: 17px;
}

.contact_us .contentBoxs p {
    margin: 0px;
}

.contact_us .button_group {
    margin: 30px auto 0 auto;
}

.contact_us .input_group label {
    color: #573a00;
}


/* end ContactUs Page */


/* Start serviceDetails */

.serviceDetails {
    padding: 40px 0;
}

.serviceDetails .title {
    margin: 0 0 10px 0;
}

.serviceDetails .title h2 {
    letter-spacing: 0;
    font-size: 30px;
}

.serviceDetails .container_taps {
    width: 25%;
    background: #e9e9e9;
    border: 1px solid #dddddd;
    padding: 10px;
    cursor: pointer;
    height: fit-content;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 20%);
}

.serviceDetails .content_tap {
    width: 70%;
}

.serviceDetails .container_taps .tap_item {
    width: 100%;
    background: #FFF;
    padding: 10px 5px;
    font-size: 16px;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.serviceDetails .container_taps .tap_item p {
    margin: 0;
}

.serviceDetails .container_taps .tap_item .aroTap {
    filter: brightness(30%);
    width: auto;
    height: 6px;
    transform: rotate(90deg);
}

.serviceDetails .container_taps .tap_item:last-child {
    margin-bottom: 0;
}

.serviceDetails .container_taps .tap_item a {
    text-decoration: none;
    color: #000;
    width: 100%;
}

.serviceDetails .container_taps .tap_item.tap_item_active {
    background-color: #b78215;
}

.serviceDetails .container_taps .tap_item.tap_item_active a {
    color: #FFF;
    text-decoration: none;
}

.serviceDetails .container_taps .tap_item.tap_item_active .aroTap {
    filter: brightness(100%);
}

.serviceDetails .content_tap>div:not(:first-child) {
    display: none;
}

.serviceDetails .contianertab_details {
    display: flex;
    justify-content: space-between;
}

@media (max-width:992px) {
    .serviceDetails .contianertab_details {
        flex-direction: column;
    }
    .serviceDetails .container_taps {
        width: 100%;
    }
    .serviceDetails .content_tap {
        width: 100%;
    }
    .serviceDetails .content_tap>div {
        margin-top: 15px;
    }
    .serviceDetails .content_tap>div p {
        font-size: 17px;
    }
    .serviceDetails .title h2 {
        font-size: 20px;
        width: 60%;
        justify-content: center;
    }
}

.button_group a {
    width: 100%;
    padding: 20px 0;
    font-size: 17px;
    background: #573a00;
    border: none;
    color: #FFF;
    cursor: pointer;
    display: block;
    text-align: center;
    text-decoration: none;
}
    .justify {
  text-align: justify; /* or left, right, justify */
}
 
 
 
/* end serviceDetails */