

:root{
    --theme-color: #239646;
    --gold-color: #d2af7d;
}

*::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: var(--gold-color);
}
.alert {
    position: absolute;
    bottom: -25px;
    left: 0px;
    width: 100%;
    text-align: left;
    font-size: 12px;
    color: red;
    display: none;
    padding: 0px;
    border: 0px;
    margin: 0px;
}

body{
    font-family: 'Cairo', sans-serif;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.list-unstyled {
    margin-bottom: 0;
}
.shape-group .shape {
    position: absolute;
    z-index: 1;
}
.shape-group .shape img{
    width: 100%;
}
.shape-group .shape.shape-1 {
    top: 0;
    left: 0;
    width: 20%;
    min-width: 150px;
}
.shape-group .shape.shape-2 {
    top: 110px;
    left: 0;
    width: 100%
}
.shape-group .shape.shape-3 {
    bottom: 140px;
    right: 0;
    width: 100%
}
.sub_title{
    color: var(--theme-color);
    font-weight: bold;
    position: relative;
}
.sub_title:after{
    content: "";
    position: absolute;
    right: 0px;
    bottom: -20px;
    width: 100px;
    height: 3px;
    background-color: var(--gold-color);
}
.sub_title.type_center{
    text-align: center;
}
.sub_title.w_color{
    color: #ffffff;
}
.sub_title.type_center:after {
    right: 50%;
    margin-right: -50px;
}




.navbar{
    direction: rtl;
    background-color: #ffffff !important;
    box-shadow: 0px 8px 24px rgb(155 155 155 / 19%);
    z-index: 999999;
}
.navbar .navbar-nav{
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    text-align: center;
}
.navbar-brand{
    margin-right: 0px;
    margin-left: 30px;
}
.navbar-brand img{
    width: 140px;
    height: auto;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: var(--theme-color);
}
.nav-item{
    padding: 0px 10px;
}
.nav-link{
    font-size: 18px;
}

.btn-outline-success{
    border-color: var(--theme-color);
    color: var(--theme-color);
}
.btn-outline-success:hover{
    background-color: var(--theme-color)
}

section.item{
    position: relative;
    float: left;
    width: 100%;
    min-height: 500px;
    overflow: hidden;
}
section.item .container{
    z-index: 9999;
    position: relative;
}
.padding_sec{
    padding: 60px 0px;
}
.whatsapp_btn{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:99999999;
    padding: 5px;
}

/**-- Home Slider start --**/
.padding_menu{
    padding-top: 108px;
}
.hero-slider {
    width: 100%;
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

@media (max-width: 991px) {
    .hero-slider {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-slider {
        height: 500px;
    }
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
/*.swiper-slide:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(35, 150, 70 , 0.2);
}*/

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.hero-slider .slide-inner:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(35, 150, 70 , 0.2)
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: transparent;
    width: 55px;
    height: 55px;
    line-height: 53px;
    margin-top: -30px;
    text-align: center;
    border: 2px solid #d4d3d3;
    border-radius: 55px;
    opacity:0;
    visibility:hidden;
    transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    transform:translateX(0);
    opacity:1;
    visibility:visible;
}

@media (max-width: 767px) {
    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}

.hero-slider .swiper-button-prev {
    left: 25px;
    transform:translateX(50px);
}

.hero-slider .swiper-button-next {
    right: 25px;
    transform:translateX(-50px);
}
.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background:#fff;
    transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
    opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 30px;
}

@media screen and (min-width: 992px) {
    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
    .hero-slider .swiper-pagination-custom,
    .hero-slider .swiper-pagination-fraction {
        /*     display: none; */
    }
}
.swiper-pagination {
    text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
@media (min-width: 767px) {
    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
        bottom:30px;

    }
}
/*--------------------------------------------------------------
        #hero-style
--------------------------------------------------------------*/
.hero-style {
    height: 850px;
    transition:all .4s ease;
}

@media (max-width: 991px) {
    .hero-style {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style{
        height: 500px;
    }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
    width: 100%;
    text-align: center;
}

.hero-style .slide-title h2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin: 0 0 40px;
    text-transform: capitalize;
    transition:all .4s ease;
}


.hero-style .slide-text p {
    opacity: 0.8;
    font-family: Rajdhani;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0 0 40px;
    transition:all .4s ease;
}

@media (max-width: 767px) {
    .hero-style .slide-text p {
        font-size: 16px;
        font-size: 1rem;
        font-weight: normal;
        margin: 0 0 30px;
    }
}


/*--------------------------------------------------------------
        #button-style
--------------------------------------------------------------*/
.theme-btn, .theme-btn-s2{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color:#ffffff;
    padding: 9px 32px;
    border: 0; 
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
    transition:all .4s ease;
    background-color: var(--theme-color);
}
.theme-btn-s2:hover{
    color:#ffffff;
    background-color: var(--gold-color);
}
a {
    text-decoration: none;
    transition: all 0.2s ease;
}
.theme-btn-s3{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    text-transform: uppercase;
}
i.fa-chevron-circle-right{
    height:22px;
    width:22px;
}
a:hover {
    text-decoration: none;
}
@media (max-width: 991px){
    .theme-btn, .theme-btn-s2, .theme-btn-s3 {
        font-size: 13px;
        padding: 15px 25px;
    }
}
@media (max-width: 767px){
    .theme-btn, .theme-btn-s2{
        padding: 13px 20px;
        font-size: 13px;
    }
}

/**-- Home Slider end --**/



/**-- How we are start --**/
#how_we_are{
    background-color: #ecf2f6;
}
.text_sec{
    padding-left: 30px;
}
.text_sec p{
    margin: 45px 0px 0px 0px;
    font-size: 17px;
    color: #010101;
    line-height: 30px;
}
.about_image{
    width: 100%;
    height: auto;
    border-radius: 25px;
    overflow: hidden;
    margin: 15px 0px;
    box-shadow: 0 10px 60px rgb(0 0 0 / 4%);
}

/**-- How we are end --**/




/**-- services start --**/
.parallax {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
#services:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 150, 70, 0.8);
    z-index: 9;
}
#services .container {
    position: relative;
    z-index: 99;
}
#services .sub_title {
    margin-bottom: 80px;
}
.service_sec{
    width: 100%;
    min-height: 200px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px;
    margin-top: 15px;
    text-align: center;
}
.service_sec h3{
    width: 100%;
    font-weight: bold;
    font-size: 22px;
    margin: 20px 0px 15px 0px;
    color: var(--theme-color);
}
.service_sec p{
    width: 100%;
    font-size: 17px;
    color: #555555;
}
/**-- services end--**/


/**-- testimonial start --**/
#testimonial{
    background-color: #ebf1ee;
    background-image: url('/public/assets/img/shape/lines.svg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
#testimonial .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    min-height: 250px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    transition: all 0.3s;
}
#testimonial .swiper-slide:hover{
    box-shadow: 0 10px 60px rgb(0 0 0 / 4%);
    border-color: #ffffff;
    transition: all 0.3s;
}
#testimonial .swiper-container{
    padding-bottom: 60px;
    margin-top: 60px;
}
#testimonial .swiper-pagination-bullet-active {
    background: var(--gold-color);
}
#testimonial .swiper-slide p {
    direction: rtl;
    font-size: 17px;
    color: #555555;
    margin: 20px 0px 20px 0px;
}
#testimonial .swiper-slide .quotes {
    width: 25px;
    height: auto;
    margin: 0px 5px;

}
#testimonial .swiper-slide h3 {
    width: 100%;
    font-size: 20px;
    color: var(--theme-color);

}
/**-- testimonial end --**/




/**-- quartering start --**/
.quartering_image{
    float: left;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 60px rgb(0 0 0 / 4%);
}
#quartering a.fancybox{
    float: left;
    width: 47%;
}
#quartering a.fancybox.big{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 15px;
}
#quartering a.fancybox:nth-child(3){
    float: right;
}
/**-- quartering end --**/


/**-- contact statr --**/
.form-group{
    position: relative;
    margin-bottom: 20px;
}
.form-group label{
    margin-bottom: 5px;
    font-size: 15px;
    color: #555555;
}
.send_form_btn{
    border: 0px;
    font-size: 17px;
    padding: 5px 15px 8px 15px;
    border-radius: 6px;
    color: #ffffff;
    background-color: var(--theme-color);
}
.send_form_btn:hover{
    background-color: var(--gold-color);
}
.tel_num{
    direction: ltr;
    display: inline-block;
}
#contact a{
    color: var(--gold-color);
}
#contact a:hover{
    color: var(--theme-color);
}
.form-control:focus {
    color: #555555;
    background-color: #fff;
    border-color: #d2af7d;
    box-shadow: 0px 0px 3px 1px rgb(210 175 125 / 50%);
}
.alert_form{
    position: fixed;
    top: 135px;
    right: 30px;
    width: auto;
    padding: 10px 15px;
    z-index: 9999;
}
.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border: 1px solid #badbcc;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid#f5c6cb;
}

/**-- contact end --**/



/**-- footer start --**/
.sub_footer {
    float: left;
    width: 100%;
    height: auto;
    min-height: 100px;
    position: relative;
    background-color: #0b4520;
    margin-top: 30px;
    padding: 40px 0px 15px 0px;
}
.sub_footer a{
    float: right;
    width: 25px;
    height: 25px;
    margin-left: 15px;
    text-align: center;
}
.sub_footer a svg path{
    fill: var(--gold-color);
}
.sub_footer a:hover svg path{
    fill: #fffffff;
}
.sub_footer p{
    float: left;
    margin: 0px;
    width: auto;
    color: var(--gold-color);
    font-size: 15px;
}
/**-- footer end --**/

.fancybox-container {
    z-index: 9999999 !important;
}