* {
    font-family: "Expo", Sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Expo", Sans-serif;
}

.clfx:after,
.cntr:after {
    display: block;
    height: 0;
    clear: both;
    content: '';
    width: 100%;
}

.clear {
    clear: both;
    height: 0px;
    display: block;
}

.ul-none,
.hd-menu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#wrap {
    overflow: hidden;
}

.cntr {
    margin: 0 auto;
    max-width: 1290px;
}

.sect {
    padding: 70px 0;
    position: relative;
}

.test-box {
    display: none;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    line-height: 25px;
    text-align: center;
    min-width: 120px;
    font-size: 17px;
    background-color: #0b2829;
    color: #fff;
    border-radius: 5px;
}

.btn path {
    fill: #fff;
}



/*=======================================================================================================*/
.right-col {
    float: right;
    width: 30%;
}

.left-content {
    float: left;
    width: 68%;
}

.sect-intro .right-col,

.sect-intro .left-content {
    width: 49%;
}

.btns-1 a {
    float: right;
    margin-left: 12px;
    line-height: 40px;
    min-width: 160px;
    margin-bottom: 12px;
}

.btns-1 a svg {
    width: 30px;
    float: right;
    margin: 3px 0 0 10px;
}

.sect-title {
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;

}

.sect-title:before {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 4px;
    width: 60px;
    background-color: #333333;
    display: block;
    content: ''
}

.sect-title h1,
.sect-title h2,
.sect-title h3 {
    font-size: 38px;
    line-height: 40px;
    font-weight: 500;
}

.sect-team .sect-title *,
.right-col .sect-title h1,
.right-col .sect-title h2,
.right-col .sect-title h3 {
    font-size: 28px;

}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"] {
    border: 1px solid #909090;
    height: 46px;
    border-radius: 5px;
}

.wpcf7-form input[type="submit"] {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 25px;
    float: none;
}

.grd- {
    margin: 0 -10px;
}

.grd->li {
    float: right;
    padding: 0 10px;
    width: 50%;
}

.grd-3>li {
    width: 33%;
}

.grd-4>li {
    width: 25%;
}

.grd-5>li {
    width: 20%;
}

/*=======================================================================================================*/


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*=======================================================================================================*/
.team-box- {
    margin: 0 10px;
    background: url(https://alburhan.sa/wp-content/uploads/2024/11/office-skyscrapers-business-district-scaled.jpg) center bottom / 100% 100% no-repeat #274b58;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.team-box-:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    display: block;
    background-color: #062123;
    opacity: 0.5;
}

.team-box-in {
    position: relative;
    z-index: 3;
    padding: 50px 0;
    text-align: center;
}

.e-thumb {
    margin: 0 auto 40px;
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #7f8080;
}

.e-thumb img {
    width: 100%;
    height: auto;
    max-height: 100%;
    border-radius: 50%;
    display: block;
}

.team-box-in h3 {
    font-size: 20px;
    color: #fff;
    margin: 0 0 10px;
}

.team-box-in strong {
    color: #c5a979;
    font-weight: 400;
    font-size: 14px;
    display: block;
    margin-bottom: 25px;
}

.thumb-slider-arrows {
    direction: ltr;
    text-align: center;
    padding-top: 30px;
}

.thumb-slider-arrows button {
    background-color: transparent;
    margin: 0 1px;
}

.thumb-slider-arrows button svg {
    width: 38px;
    height: 38px;

}

.soc-link svg {
    width: 30px;
}

.soc-link path {
    fill: #fff;
}

.sect .cntr {
    position: relative;
    z-index: 4;
}

.sect-team {
    padding-bottom: 40px;
    margin-bottom: 100px;
}

/* .sect-team:before,
.sect-team:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 300px;
    display: block;
    content: '';
    background: url("https://alburhan.sa/wp-content/uploads/2024/11/Alburhan-Pattern1.svg") 0 0 repeat #1d494b;
}

.sect-team::after {
    background-image: none;
    opacity: .7;
    background-color: #072a2f;
} */

/*=======================================================================================================*/
.sect-srvcs {
    background-color: #f8f8f8;
}

.s-box {
    padding: 20px 10px;
    background-color: #fff;
    border-radius: 15px;
    margin: 0 auto 30px;
    max-width: 300px;
    text-align: center;
    font-size: 16px;
    min-height: 305px;
}

.s-box img {
    display: block;
    margin: 0 auto 30px;
    width: 100px;
    height: auto;
    max-height: 100px;
    border-radius: 50%;
    padding: 10px;
    background-color: #eee;
}

.s-box h3 {
    font-size: 19px;

    margin: 0 0 20px;
}

.sect-title.c {
    text-align: center;
}

.sect-title.c:before {
    right: 50%;
    margin-right: -30px;
}

.sect-why .s-box {
    min-height: auto;
}

.sect-why .s-box h3 {
    margin: 0;
}

.sect-contact .title-desc {
    margin-bottom: 50px;
}

.sect-contact .btns-1 {
    margin-bottom: 44px;
    text-align: center;
}

.sect-contact .btns-1 .btn {
    display: inline-block;
    float: none;
    margin: 0 10px 20px;
}

.title-desc.c {
    text-align: center;
}

.form-wrap-hide {
    display: none;
}

.form-wrap-hide .wpcf7 {
    margin: 0 auto;
    max-width: 600px;
}

/*=======================================================================================================*/

.lightbox- {
    box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.06);
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 600px;
    transform: translate(-50%, -50%);
    max-height: calc(100% - 90px);
    background: #fff;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    border-radius: 10px;
}

.lightbox-in {
    padding: 30px 14px 14px;
}

.close {
    position: absolute;
    top: 10px;
    left: 10px;
    background: white;
    color: black;
    padding: 5px 12px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 23px;
    font-weight: bold;
    z-index: 9999;
    background: #bdbdbd;
    height: 44px;
    width: 44px;
    text-align: center;
}

.sect-steps {
    background-color: #f8f8f8;
}

.sect-steps li {
    margin-top: 30px;
}

.sect-steps .s-box {
    min-height: auto;
    max-width: none;
    position: relative;
    margin-right: 40px;
    padding-right: 30px;
}

.sect-steps .s-box h3 {
    margin: 0;
}

.sect-steps .s-box i {
    position: absolute;
    top: -10px;
    right: -40px;
    border-radius: 50%;
    display: block;
    background-color: #d2d2d2;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-style: normal;
    font-size: 30px;
}

/*=======================================================================================================*/
.accordion- {
    margin: 0 auto;
    max-width: 800px;
}

.accordion- li {

    margin-bottom: 14px;
}

.accordion- li a {
    display: block;
    height: 60px;
    line-height: 60px;
    border-radius: 44px;
    margin-bottom: 4px;
    font-size: 23px;
}

.accordion- li a u,
.accordion- li a i {
    float: right;
    display: block;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    text-decoration: none;
}

.accordion- li a u {
    height: 54px;
    width: 54px;
    background-color: #d7d7d7;
    border-radius: 44px 44px;
    color: #fff;
    margin: 3px;
    margin-left: 14px;
    line-height: 56px;
}

.accordion- li a i {
    float: left;
    font-size: 17px;
    margin-top: 4px;
    margin-left: 10px;
}

.ac-in {
    padding: 12px;
    border-radius: 12px;

}

.accordion- li a,
.ac-in {
    background-color: #f4f4f4;
}

.accordion- li a svg {
    width: 33px;
    margin: 10px 0 0;
}

/*=======================================================================================================*/
.sect-why {
    background-color: #eee;
}

.sect-why .s-box {
    max-width: none;
    min-height: 105px;
}

.sect-faq {
    background-color: #fff;
}

.txt-c {
    text-align: center;
}

/*=======================================================================================================*/
.page-template-page-land-2 .sect-srvcs .it-1,
.page-template-page-land-5 .sect-srvcs .it-1 {
    margin: 0 auto;
    max-width: 1000px;
}

.page-template-page-land-2 .sect-srvcs .it-1 .s-box,
.page-template-page-land-5 .sect-srvcs .it-1 .s-box {

    min-height: 140px;
}

.ex-counter .elementor-counter-title {
    font-size: 25px;
    color: #dca448;
}

.row- {
    margin: 0 -12px;
}

.wd-50p {
    float: right;
    width: 50%;
    padding: 0 12px;
}

/*=======================================================================================================*/
.sect-srvcs-2-1 .s-box {
    min-height: auto;
    max-width: none;
    margin-right: 50px;
    padding-top: 12px;
}

.sect-srvcs-2-1 .s-box img {
    width: 64px;
    height: auto;
    max-height: 64px;
    float: right;
    margin: -10px -41px 0 0;
    border-radius: 10px;
    padding: 6px;
}

.sect-srvcs-2-1 .s-box h3 {
    font-size: 19px;
    margin: 0;
    padding: 12px 0 10px;
}


.sect-srvcs-2-1 .s-box.f-1 {
    background-color: #ead6b4;

}

.sect-srvcs-2-1 .s-box.f-1 h3 {
    color: #a47526;
}

.sect-srvcs-2-1 .s-box.f-1 img {
    background-color: #fff;
}

/*=======================================================================================================*/
.it-2 h3 {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

.it-2 .s-box {
    background-color: transparent;
}

/*=======================================================================================================*/

.sect-srvcs-4 .s-box h3 {
    font-size: 16px;
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.sect-srvcs-4 .s-box {
    height: 100px;
}

.sect-srvcs-4 li:last-child {
    margin-right: 33%;
}

.sect-vals .s-box {
    min-height: 220px;
}

.sect-vals .s-box h3 {
    font-size: 17px;
}

.sect-contact-dark {
    background: url(https://alburhan.sa/wp-content/uploads/2024/11/office-skyscrapers-business-district-scaled.jpg) center bottom / 100% 100% no-repeat #274b58;
}


.sect-contact-dark:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    display: block;
    background-color: #062123;
    opacity: 0.9;
}

.sect-contact-dark h2,
.sect-contact-dark div {
    color: #fff;
}

.sect-contact-dark .btn {
    background-color: #fff;
    color: #061f21;
}

.sect-contact-dark .btn path {
    fill: #061f21;
}

.sect-contact-dark .sect-title::before {
    background-color: #fff;
}

.sect-srvcs--2 .s-box {
    min-height: 244px;
}

.sect-srvcs--2 .s-box h3 {
    font-size: 16px;
    margin: 0;
}

/*=======================================================================================================*/
.page-template-page-land-1 .hero-section .entry-header,
.page-template-page-land-2 .hero-section .entry-header,
.page-template-page-land-3 .hero-section .entry-header,
.page-template-page-land-4 .hero-section .entry-header {

    min-height: auto;
    padding: 18px 0;
}

/*=======================================================================================================*/
.sect-z-2 .s-box {

    min-height: 220px;
}

.sect-steps-z li p {
    margin-bottom: 0;
}

.home--sect-inc .elementor-widget-image {
    text-align: center;
}

.w600 {
    margin: 0 auto;
    max-width: 600px;
}

/*=======================================================================================================*/
/*=======================================================================================================*/
/*=======================================================================================================*/
/*=======================================================================================================*/
/*=======================================================================================================*/
.lib-thumb h2 {
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*=======================================================================================================*/
@media screen and (max-width: 1290px) {
    .cntr {
        padding: 0 12px;
    }

    .grd-5 li,
    .grd-4 li {
        width: 33%;
    }

    .sect-srvcs .grd- {
        max-width: 700px;
        margin: 0 auto;
    }

    .sect-srvcs .grd- li {
        width: 50%;
    }
}

@media screen and (min-width: 1024px) {
    .sect-why-z li:nth-child(4) {
        margin-right: 16.6666%;
    }
}

@media screen and (max-width: 1024px) {

    .right-col,
    .left-content {
        float: none;
        width: auto !important;
        margin-bottom: 40px;
    }

    .grd-5 li,
    .grd-4 li,
    .grd-3 li {
        width: 50%;
    }

    .sect-title h1,
    .sect-title h2,
    .sect-title h3 {
        font-size: 24px;
        line-height: 31px;
    }

    .sect-srvcs-4 li:last-child {
        margin-right: 25%;
    }
}


@media screen and (max-width: 660px) {

    .grd-5 li,
    .grd-4 li,
    .grd-3 li {
        width: auto !important;
        float: none !important;
        margin: 0 auto 25px;
        max-width: 400px;
    }

    .sect-srvcs-4 li:last-child {
        margin-right: auto;
    }
}

@media screen and (max-width: 540px) {

    .sect-title h1,
    .sect-title h2,
    .sect-title h3 {
        font-size: 20px;
        line-height: 28px;
    }
}