/*
Theme Name:   PJ Golden Theme
Theme URI:    http://azksa.com/golden-theme/
Author:       SaaD Fadaly
Author URI:   http://azksa.com/
Description:  Golden Theme is the perfect theme for .
Version:      0.0.1
License:      GNU General Public License v2 or later
License URI:  http://azksa.com/licenses/golden-theme/
Text Domain:  pjgt
Tags:         Personal Site
*/

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@600&display=swap');
:root{
    --main-color: #ff6600;
    --main-alph:255,102,0
}
a {
    text-decoration: none;
    /*font-family: cairo;*/
}

body {
-webkit-user-select: none !important;
-moz-user-select: -moz-none !important;
-ms-user-select: none !important;
user-select: none !important;
}

body{
    text-align: right;
    direction: rtl;
    font-family: 'Cairo', sans-serif;
}
button:focus{
    outline: none!important;
}
ul{
    list-style: none;
    padding: 0;
}
/*header*/
.header-menu {
    left: 0;
    position: absolute;
    right: 0;
    z-index: 999;
}
.wp-post-image{
	width:100%;
	height:250px;
	border-radius:20px
}
.logo {
    margin-top: 30px;
}
.main-menu-area{
    padding:30px 0 ;
}

.main-menu ul li {
    display: inline-block;
    position: relative;
}
.main-menu.transparent-menu ul li.active>a {
    color: var(--main-color);
}
.main-menu.transparent-menu ul li>a {
    color: #ffffff;
    position: relative;
}
.menu-style-1 .main-menu ul li:hover>a, .main-menu ul li.active>a {
    color: var(--main-color);
}
.menu-style-1 .main-menu ul li>a {
    font-size: 14px;
    padding: 47px 18px;
    text-transform: uppercase;
    color:#424242;
}

.main-menu.transparent-menu ul li>a {
    color: #ffffff;
    position: relative;
}
.main-menu ul li:hover>a, .main-menu ul li.active>a {
    color: var(--main-color);
}
.main-menu ul li:first-child a {
    padding-left: 0;
}
.main-menu ul li>a {
    color: #666666;
    display: block;
    font-family: 'Cairo', sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    padding: 30px 20px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}
.main-menu ul li .submenu {
    background: #ffffff none repeat scroll 0 0;
    border-top: 3px solid var(--main-color);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    right: 0;
    opacity: 0;
    position: absolute;
    top: 120%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 300px;
    text-align: right;
    z-index: 9;
}
.main-menu ul li:hover .submenu {
    opacity: 1;
    top: 100%;
    visibility: visible;
    display: block;
}
.main-menu ul li .submenu li {
    display: block;
}

.header-menu-icon {
    margin-top: 43px;
    text-align: right;
}
.menu-icon a {
    color: #fff;
}
.header-menu-icon a {
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    margin: 0 8px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 30px;
    color: #424242;
}
.header-menu-icon a:hover {
    background: var(--main-color);
    color: #fff;
}
.main-banner .capture h1{
	font-size:40px;
	color:var(--main-color);
}
.menu-style-1 .main-menu ul li:hover>a, .main-menu ul li.active>a {
    color: var(--main-color);
}
.mean-container a.meanmenu-reveal{
    border:1px solid #fff;
    top: 50%;
    transform: translateY(-100%);
}
.mean-container .mean-bar{
    float: unset;
}

@media (max-width: 767px){
    .home-3 .mean-container a.meanmenu-reveal {
        border: 1px solid #000;
		background:#fff
    }
   
    .home-3 .mean-container a.meanmenu-reveal span {
        background: #000;
    }
}
/*4*/
.home-four .header-top-area, .home-four .main-menu-area {
    padding: 16px 0;
}
.blue-bg {
    background: #1d2736 !important;
}
.header-left {
    margin-top: 35px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.home-four .header-left, .home-four .header-left-icon, .home-four .logo {
    margin: 0;
}

.header-text {
    margin-left: 60px;
    overflow: hidden;
    float: unset!important;
    margin-right: unset;
}
.header-info {
    margin-left: 48px;
}
.header-text .header-info .phone a{
    color:#fff;
    transition: all 0.5s ease-in-out;
}
.header-text .header-info .phone a:hover{
    color:var(--main-color);
    transition: all 0.5s ease-in-out;
}
.phone {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.gmail {
    color: #bababa;
    font-size: 14px;
    font-weight: 300;
}
.phone {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.gmail {
    color: #bababa;
    font-size: 14px;
    font-weight: 300;
}
.header-left-icon a {
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    margin: 0 8px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.home-four .header-left-icon a {
    background-color: #fff;
    color: var(--main-color);
}
.header-left-icon {
    margin-top: 39px;
    text-align: left;
}
.home-four .main-menu-area{
	padding:0
}
.home-four .header-top-area {
    padding: 25px 0;
}
.home-four .main-menu nav ul li a {
    padding: 25px 0;
}
/*.home-four .main-menu nav ul li {*/
/*    margin-right: 35px;*/
/*}*/
.home-four .main-menu nav ul ul {
    text-align: right;
/*     margin-top: 37px; */
}
.main-menu ul li .submenu li a {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 13px 20px!important;
    text-transform: capitalize;
    font-family: 'Cairo', sans-serif!important;
}
.home-four .main-menu nav ul ul li, .home-four .main-menu nav ul li:last-child {
    margin-left: 0;
}
.home-four .main-menu nav ul li {
    margin-left: 35px;
}
/*end header*/
/*slider*/
.pjb-main-section .none > .row{
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}
.pjb-main-section .none > .row > .pjb-sub-section{
    margin-right: 0!important;
    margin-left: 0!important;
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-right: 0!important;
    padding-left: 0!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.pjb-slider .owl-item{
    position: relative;
}

.pjb-slider .pjb-card-text-on{
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 9;
    right: 0;
    width: 85%;
    margin: auto;
    left: 0;
}
.pjb-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--main-color)!important;
    color: #ffffff!important;
    font-size: 30px!important;
    transition: all 0.3s ease 0s!important;
    width: 60px!important;
}
.pjb-slider .owl-nav button.owl-next{
     right:20px;
 }
.pjb-slider .owl-nav button.owl-prev{
    left:20px;
}

.pjb-slider .pjb-card-title{
    font-size: 52px;
    font-weight: 800;
    line-height: 68px;
    margin-bottom: 15px;
    color: var(--main-color);
}
.pjb-slider .item {
    color:#fff;
}
.pjb-slider .item img{
    filter: brightness(0.5);
    height: 100vh;
    object-fit: cover;
}
@media (max-width: 991px) {
	.home-four .main-menu-area{
		padding:10px 0;
	}
    .pjb-slider .pjb-card-text-on{
        width: 70%;
    }
    .mean-nav > ul > li > ul.submenu{
        background: #253039;
    }
    .pjb-slider .pjb-card-text-on{
        width: 70%;
        text-align: center;
    }
    .pjb-slider .pjb-card-title{
        font-size: 30px;
        text-align: center;
        line-height: 42px;
        margin-bottom: 15px;
    }
    .pjb-slider .owl-nav button{
        font-size: 20px!important;
        width: 35px!important;
    }
    .logo {
        margin-top: unset;
    }
}
/*end slider*/
/*icon-*/
.icon-1{
    padding: 40px 0 60px;
}
.icon-1>.row{
    margin-left: 0;
    margin-right: 0;
}
.icon-1 i{
    background: #eff2f7 none repeat scroll 0 0;
    border: 10px solid #ffffff;
    border-radius: 100%;
    box-shadow: 0 0 0 2px #eff2f7;
    height: 112px;
    line-height: 93px;
    margin: auto auto 25px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 112px;
    font-size: 35px;
}
.icon-1 i:hover{
    background:var(--main-color);
    color:#fff;
    transition: all 0.3s ease 0s;
    box-shadow:0 0 2px var(--main-color);
}
.icon-1 h4{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 11px;
    padding-bottom: 18px;
    position: relative;
    text-transform: uppercase;
    transition: .3s;
    color: #5f5f5f;
}
.icon-1 h4::after{
    background: var(--main-color) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 33px;
}
.icon-1 .pjb-card-des {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #5b5b5b;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .icon-1 i{
        margin-top: 15px;
    }
}
/*end icon-1*/
/*about*/
.about-main{
    background: #fff;
    padding: 20px 0!important;
    overflow: hidden;
}
.about-main .pjb-card-text-on {
    position: absolute;
    width: 80%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background: #c30202;
    padding: 10px 0;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 20px;
}
.about-main img{
    height: 300px;
    width: 100%;
}
.about-main .pjb-editor h2{
    font-size: 40px;
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.about-main .pjb-editor p{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}
.about-main .pjb-editor ul{
    display: flex;
    flex-flow: wrap row;
}

.about-main .pjb-editor li{
    flex: calc(50% - 15px);
    position: relative;
    padding-inline-start: 15px;
    font-size: 14px;
    margin-inline-end: 15px;
    color: #3a3a3a;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
}
.about-main .pjb-editor li::after{
    content:'';
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
    height: 100%;
    width: 3px;
    background: var(--main-color);
}
@media (max-width:1044px) {
    .about-main .pjb-editor p{
        font-size: 14px;
    }
    .about-main .pjb-editor li{
        font-size: 12px;
        font-weight: bold;
    }
}
@media (max-width: 991px) {
    .about-main .pjb-editor h2{
        font-size: 34px;
        font-weight: bold;
        line-height: 34px;
    }

    .about-main .row .col-md-6{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about-main  .pjb-card-image{
        margin-bottom: 30px;
    }
    .about-main .pjb-editor{
        padding: 0 15px;
    }
}
@media (max-width:767px) {
    .about-main .pjb-editor li{
        flex: 100%;
    }
    .about-main .pjb-card-text-on{
        /*background:var(--main-ؤخمخ);*/
    }
    .about-main .pjb-editor h2 {
        font-size: 25px;
    }
}
 /*end about*/
.item.pjb-image .text-top-image {
    position: absolute;
    right: 0;
    min-width: 300px;
    text-align: right;
    top: 50%;
    padding: 10px 20px;
    border-radius: 10px;
    transform: translateY(-50%);
    color: #fff;
}
h4.pjb-image-title{
    font-size: 52px;
    font-weight: bold;
}
.item.pjb-image::before {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
}


/*header*/
a.meanmenu-reveal{display:none;}
.mean-container .mean-bar{background:rgba(0, 0, 0, 0) none repeat scroll 0 0;float:left;min-height:0;padding:0;position:relative;width:100%;z-index:999999;}
.mean-container a.meanmenu-reveal {
    border: 1px solid hsl(0, 0%, 0%);
    color: #000;
    cursor: pointer;
    display: block;
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-size: 1px;
    font-weight: 700;
    height: 21px;
    line-height: 22px;
    margin-top: unset;
    padding: 5px 8px;
    position: absolute;
    left: 0;
    text-decoration: none;
    top: 0;
    width: 22px;
}
.mean-container a.meanmenu-reveal span{background:#444 none repeat scroll 0 0;display:block;height:3px;margin-top:3px;}
.mean-container .mean-nav{background:#0c1923 none repeat scroll 0 0;float:left;margin-top:unset;width:100%;}
.mean-container .mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none;}
.mean-container .mean-nav ul li{position:relative;float:left;width:100%;}
.mean-container .mean-nav ul li a{display:block;float:right;width:90%;padding:0.6em 5%;margin:0;text-align:right;color:#fff;border-top:1px solid #383838;border-top:1px solid rgba(255,255,255,0.5);text-decoration:none;text-transform:uppercase;}
.mean-container .mean-nav ul li li a{width:80%;padding:1em 10%;border-top:1px solid #f1f1f1;border-top:1px solid rgba(255,255,255,0.25);opacity:0.75;filter:alpha(opacity=75);text-shadow:none !important;visibility:visible;}
.mean-container .mean-nav ul li.mean-last a{border-bottom:none;margin-bottom:0;}
.mean-container .mean-nav ul li li li a{width:70%;padding:1em 15%;}
.mean-container .mean-nav ul li li li li a{width:60%;padding:1em 20%;}
.mean-container .mean-nav ul li li li li li a{width:50%;padding:1em 25%;}
.mean-container .mean-nav ul li a:hover{background:#252525;background:rgba(255,255,255,0.1);}
.mean-container .mean-nav ul li a.mean-expand {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor currentcolor rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.4);
    border-image: none;
    border-style: none none solid solid;
    border-width: medium medium 1px 1px;
    font-weight: 700;
    height: 30px;
    line-height: 32px;
    margin-top: 1px;
    padding: 6px 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 96%;
    text-align: left;
    z-index: 2;
    background:rgba(0,0,0,0);
}
header .dropdown-toggle::after{
    display: none;
}
.mean-container .mean-nav ul li a.mean-expand:hover{background:rgba(0,0,0,0);}
.mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both;}
.mean-nav .wrapper{width:100%;padding:0;margin:0;}
.mean-container .mean-bar, .mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
.mean-remove{display:none !important;}
.mean-nav > ul > li > ul.submenu {
    max-height: 150px;
    overflow-y: auto;
}
.headers-left-text>p {
    font-size: 14px;
    margin-bottom: 0;
    color: #d9d9d9;
}
.headers-left-text a{
    color:#fff;
    transition: all 0.5s ease-in-out;
}
.headers-left-text a:hover{
    color:var(--main-color);
    transition: all 0.5s ease-in-out;
}
.headers-left-icon i {
    color: #d9d9d9;
    font-size: 16px;
}
.headers-left-icon {
    display:flex;
    margin-left: 10px;
}
.headers-left{
    display: flex;
}
.headers-left-text {
    display: flex;
    margin-left: 20px;
}
.headers-left-text:last-child {
    margin-right: 0;
}
.header-4 .header-top-area{
    padding: 15px 0;
}
.header-4 .main-menu-area{
    padding: 0;
}
.menu-style-1 .main-menu ul {
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .header-4 .main-menu-area{
        padding: 30px 0;
    }
}
@media (max-width: 400px) {
    .headers-left{
        flex-wrap:wrap
    }
    .headers-left .headers-left-text:first-of-type{
        margin-bottom: 10px;
    }
}
/*posts*/
.pjb-post-type-post{
   box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    border: 1px solid var(--main-color);
    padding: 15px;
}
.pjb-post-type-post .pjb-post-img{
	position:absolute;
	top:0;
	z-index:-1;
    left:0;
    background: #000;
	height:100%;
	width:100%;
}
.pjb-post-type-post .pjb-post-img img{
	width: 90%;
    height: 90%;
    object-fit: cover;
    border-radius: 10px;
    filter: brightness(0.5);
    border-radius: 50%;
    margin: 10px auto;
    display: block;;
}
.pjb-post-type-post .pjb-post-title a{
    font-size: 20px;
    font-weight: 600;
    transition: .3s;
    display: block;
    padding: 10px;
    position: relative;
    background:var(--main-color);
	color:#fff;
    text-align: center;
}
.pjb-post-type-post .pjb-post-title a h4{
	font-size:18px
}
.pjb-post-type-post .pjb-post-title a:hover{
    color:#fff;
}
.pjb-post-type-post  .pjb-post-des{
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    font-weight: 400;
    transition: .3s;
    text-align: center;
	opacity:1;
	transition:all 0.5s ease-in-out;
    padding: 0 15px 20px;
}
.pjb-post-type-post:hover  .pjb-post-des{
	opacity:1;
	transition:all 0.5s ease-in-out;
}

/* footer */
.footer-top-area {
    padding: 100px 0 70px;
}

.footer-top {
    background-size: cover;
    background-position: center center;
}

.footer-wrapper {}

.footer-section {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-top .footer-section {
    color: #d4d4d4;
    font-size: 27px;
	position:relative;
	padding-bottom:15px
}
.footer-top .footer-section::after{
	content:'';
	position:absolute;
	width:80px;
	height:3px;
	background:var(--main-color);
	bottom:0;
	right:0;
}
.black-bg-2 {
    background: #000 !important;
}
.bg-opacity::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
}

.copyright p {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}
.footer-bottom{
    padding: 20px 0;
}
.footer-bottom .copyright p {
    color: #a6a5a5;
}
.footer-bottom  .footer-icon {
    float: left;
}
.footer-icon a {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    margin-inline-end: 20px;
    transition: .3s;
}
.footer-bottom .footer-icon a {
    color: #d4d4d4;
}
.footer-bottom-1 .footer-icon a {
    color: #999999;
}
.bg-opacity {
    position: relative;
}

.footer-text {}

.footer-text p {
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.footer-top .footer-text p {
    color: #d4d4d4;
}

.footer-menu {}

.footer-menu li {
    margin-bottom: 14px;
}

.footer-menu li:last-child {
    margin-bottom: 0;
}

.footer-menu li a {
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    transition: .3s;
}

.footer-top .footer-menu li a {
    color: #d4d4d4;
}

.footer-menu li a:hover {
    color: var(--main-color);
}

.footer-link {}

.footer-link li {
    color: #5b5b5b;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 14px;
}

.footer-top .footer-link li {
    color: #d4d4d4;
    display: flex;
}

.footer-link li:last-child {
    margin-bottom: 0;
}

.footer-link li i {
    color: var(--main-color);
    width: 15px;
}

.footer-link span {
    margin-left: 16px;
}
.footer-link span a{
    color:#fff;
    transition: all 0.5s ease-in-out;
}
.footer-link span a:hover{
    color: var(--main-color);
    transition: all 0.5s ease-in-out;
}

.footer-top .footer-link li i {
    color: #d4d4d4;
}

/* footer-bottom-area */
.footer-bottom-area {}

.footer-bottom {}

.footer-bottom-1 {}

.copyright {}

.copyright p {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}

.footer-bottom .copyright p {
    color: #a6a5a5;
}

.copyright a {
    color: #fd6600;
}

.footer-bottom-1 .copyright a {
    color: #fff;
}

.footer-icon {
    float: right;
}

.footer-icon a {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    margin-right: 20px;
    transition: .3s;
}

.footer-bottom .footer-icon a {
    color: #d4d4d4;
}

.footer-bottom-1 .footer-icon a {
    color: #999999;
}

.footer-icon a:last-child {
    margin-last: 0;
}

.footer-icon a:hover {
    color: var(--main-color);
}

.footer-bottom-1 .footer-icon a:hover {
    color: #fff;
;
}

/*mixit*/
.mixitup{
    padding: 40px 0;
}
.mixitup h2{
    color: #1d2736;
    font-size: 36px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 10px;
}
.mixitup p {
    font-size: 16px;
    color: #3f3f3f;
    margin-bottom: 0;
    font-weight: 400;
}
.portfolio-menu{
    display: flex;
    justify-content: center;
    padding: 20px 0;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.portfolio-menu li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    margin-right: 32px;
    padding: 0 0 6px;
    text-transform: uppercase;
    border: 2px solid transparent;
    transition: .3s;
}
.mixitupcontainer .mix {
    width: 225px;
    height: 200px;
    margin: 15px;
	padding:10px;
    position: relative;
    cursor: pointer;
	border: 1px solid var(--main-color);
	border-radius:50%;
}
.mixitupcontainer .mix>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius:20px;
}
.mixitup .mixitupcontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.portfolio-menu li:hover {
    color: var(--main-color);
}
.portfolio-menu li.mixitup-control-active {
    border-bottom: 2px solid var(--main-color);
    color: var(--main-color);
}

.mixitup .mixitupcontainer .mix .over-laymix {
    background: rgba(0,0,0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transform-origin: 50% 50%;
    transition: all 0.5s ease-in-out;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
	left:0;
	border-radius:20px;
}
.mixitup .mixitupcontainer .mix:hover .over-laymix {
    opacity: 1;
}
.mixitup .mixitupcontainer .mix .over-laymix a{
    color:#fff;
    transition: all 0.5s ease-in-out;
    text-decoration: unset;
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
}
/*.mixitup .mixitupcontainer .mix .over-laymix a span{*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: auto;*/
/*    text-align: center;*/
/*    top:50%;*/
/*    transform: tr;*/
/*}*/
.mixitup .mixitupcontainer .mix .over-laymix a:hover{
    color:var(--main-color);
    transition: all 0.5s ease-in-out;
    text-decoration: unset;
}
.pjb-section-title{
    flex-direction: column;
    padding: 20px 0 15px;
}
.pjb-section-title h2{
    position: relative;
    padding-bottom: 10px;
}
.pjb-section-title h2::after{
    background: var(--main-color) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 33px;
}
.pjb-section-title p{
    font-size: 15px;
    margin-bottom: 0;
    text-align: center;
    color: #929292;
}
.pjb-sub-section>.col-12.mb-md-5.mb-3.pb-md-4.pb-2.mt-2{
    padding-bottom:15px!important;
    margin-bottom: 0!important;
}
.breadcrumb-banner-area.ptb-120{
    padding: 120px 0;
}
.pjgt-header.pjgt-header-one{
    position: relative;
}
.pjgt-header.pjgt-header-one  .main-menu-area{
    background: #f6f6f6 ;
    position: relative;
    padding: 0;
}
.pjgt-header.pjgt-header-one  .main-menu-area .main-menu.transparent-menu ul li>a{
    color:#000;
    padding: 30px 18px;
}
.pjgt-header.pjgt-header-one .logo{
    margin-top: 15px;
}
.pjgt-header.pjgt-header-one .header-menu-icon a{
    font-size: 20px;
    color:#424242
}
.pjgt-header.pjgt-header-one .header-menu-icon a:hover{
    color:#fff;
}
.header-menu-icon a{
    color:#fff;
    font-size: 20px;
}
.pjgt-header.pjgt-header-one .header-menu-icon{
    margin-top: 20px;
}
.pjgt-header.pjgt-header-one  .main-menu-area .main-menu.transparent-menu ul li:hover >a{
    color: var(--main-color);
}
.blog-area{
    padding: 20px 0;
}
.blog-meta {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}
.blog-meta span {
    color: #666;
    font-size: 12px;
    font-weight: 500;
    margin-left: 17px;
    margin-right: unset;
    position: relative;
    display: block;
    text-transform: uppercase;
}
.blog-meta span::before {
    background: #cccccc none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: -13px;
    position: absolute;
    top: 8px;
    width: 6px;
}
.blog-content {
    padding: 35px 40px;
}
@media (max-width: 991px) {
    .pjgt-header.pjgt-header-one .main-menu-area{
        padding-bottom: 15px;
    }
}
.testimonial {
    background: url("https://demo.hasthemes.com/hmend-preview/hmend/assets/img/bg/3.jpg");
    padding: 25px 0;
}
.testimonial .pjb-slider{
    width: 80%;
    margin: auto;
}
.testimonial .pjb-post{
    box-shadow: none;
    text-align:center;
}
.testimonial  .pjb-post-title a{
    color:var(--main-color);
    display: block;
    padding: 10px 0;
}
.testimonial .pjb-post-title a:hover{
    color:var(--main-color)
}
.testimonial .pjb-post-img img{
    width: 100px;
    height: 100px;
    border:3px solid var(--main-color);
    border-radius: 50%;
    margin: auto;
    filter: brightness(1);
}
.testimonial  .pjb-post-des{
    color: #fff;
}
.header-4 .header-menu-icon a{
    color:#666;
}
.header-4 .header-menu-icon a:hover{
    color: #fff;
}
.contact-3-area{
    background: #fbfbfb;
    padding: 30px 0 0;
}
.contact-3-area .contact-wrapper{
    border-right: 5px solid var(--main-color);
    padding-inline-start: 15px;
}
.counter-area{
    padding: 60px 0;
}

/* Share Icons */
.pjgs-contact-us {
    position: fixed;
    top: 50%;
    z-index: 99;
    left: 0;
	width:auto;
	display:none;
}

.pjgs-call-us {
    position: fixed;
    bottom: 65px;
    left: 0;
    background: #009ddd;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    line-height: 60px;
    color: #fff;
    font-size: 26px;
	width:100%;
    z-index: 99;
    display: none;
}

.pjgs-contact-us-icons {
    position: relative;
    margin: 0;
    padding: 0;
/*     display: flex; */
    list-style: none;
    width: 100%; /* 404 */
	justify-content:center;
    height: 60px;
}




.pjgs-contact-us-icons li a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: var(--main-color);
    color: #fff;
    font-size: 24px;
	margin-bottom:10px
    transition: 0.5s;
}


.btn-read-more{
    background: var(--main-color);
    color: #fff;
    width: 170px;
    padding: 10px 20px;
    border-radius: 5px;
    display: block;
    margin: 15px auto;
    text-align: center;
    border: 1px solid var(--main-color);
    transition: all 0.5s ease-in-out;
}

.btn-read-more:hover{
    background: #fff;
    color: var(--main-color);
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}

.numbers {
    overflow:hidden;
}

@media (max-width: 991px) {
	.pjgs-contact-us{

	display:block	
}
}
@media (max-width: 767px) {
    .numbers .pjb-card-image{
        margin-bottom: 30px;
    }
}
.section-info{
    margin-bottom: 60px;
}
.our-service-area{
    padding: 50px 0;
}
.pagination span:first-of-type{
    background: #f3f3f3;
    padding: 10px;
    margin-inline-end: 15px;
}
.pagination span.current{
    background: #d33;
    padding: 10px;
    color: #fff;
}
.pagination a{
    background: #d33;
    padding: 10px;
    color: #fff;
    margin-inline-start: 15px;
}

.servces  .pjb-post-img{
    height: 200px;
    line-height: 93px;
    margin: auto auto 25px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 100%;
    position: relative;
    font-size: 35px;
}
.servces  .pjb-post-img img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    border-radius: 0;
}
.servces .pjb-post-title{
	position: relative;
	 margin-bottom: 10px;
    padding-bottom: 10px;
}
.servces .pjb-post-title a{
    font-weight: 600;    
    text-transform: uppercase;
    transition: .3s;
	color: #000;
    text-align: center;
}
.servces .pjb-post-title a h4{
	font-size: 16px;	
}
.servces .pjb-post-title::before{
    background: var(--main-color) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 33px;
}

.servces .pjb-post-title a:hover{
	color: var(--main-color);
}

.about-content{
	text-align:center	
}

.servces .pjb-post-des{ 
	display: none;
}

.about-div-page .about-content span {
    color: var(--main-color)!important;
    font-weight: 500;
    font-size: 36px;
}
.owl-img.owl-carousel img {
    height: 250px;
    width: 100%;
}
.owl-img{position: relative;padding: 20px 0;}
.owl-img .owl-nav{
    display: flex;
    height: 100%;
    align-items: center;
    direction: ltr;
    justify-content: space-between;
    width: 100%;
    
}

.owl-img .owl-nav button,
.owl-img.owl-carousel .owl-nav button.owl-next,.owl-img.owl-carousel .owl-nav button.owl-prev{
    height: 100%;
    margin: 0;
    background: rgba(255,255,255,0.5)!important;
    padding: 0px 9px!important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-img.owl-carousel .owl-nav button.owl-next{
    right: 0;
}
.owl-img.owl-carousel .owl-nav button.owl-prev{
 left: 0
}
.owl-img .owl-nav i{
    font-size:40px;
}
.gallary-page img{
    width: 300px;
    height: 300px;
    margin:10px;
}
.about-div-page .about-content h3 {
    font-size: 38px;
    margin-top: 14px;	
    margin-bottom: 16px;
}
.about-div-page .about-content h2{
	margin-bottom:15px;
}
.about-div-page .about-content p {
    margin-bottom: 0!important;
    margin-bottom: 15px;
    line-height: 1.8;
    color: #6b6b84;
    font-weight: 400;
    font-size: 16px;
}
.about-inner{
	margin-top:15px
}
.about-inner .icon i {
    font-size: 50px;
    color: var(--main-color);
}
.about-warp-image .pjb-section-card {
	position: relative;
    padding-bottom: 50px;
}

.about-warp-image .pjb-section-card .pjb-card-text-on{
	display: inline-block;
    height: 120px;
    width: 120px;
    background-color: #f8f8f8;
    text-align: center;
	overflow:hidden;
    position: absolute;
    left: 5px;
    top: 85%;
	border-radius:50%;
    -webkit-transform: translateY(-85%);
    transform: translateY(-85%);
    padding-top: 0;
	line-height:120px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
}
.about-warp-image .pjb-section-card .pjb-card-text-on a{
	color: #000;
    display: block;
    height: 100%;
    line-height: 120px;
}
.about-warp-image .pjb-section-card .pjb-card-text-on .pjb-card-title{
	font-size: 30px;
    color: var(--main-color);
    margin-bottom: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.about-warp-image .pjb-section-card .pjb-card-text-on:hover{
	background:var(--main-color)
}
.about-warp-image .pjb-section-card .pjb-card-text-on .pjb-card-des{
	font-size: 20px;
	display:block;
	height:100%;
	line-height:120px;
    font-weight: bold;
	color: #000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.about-warp-image .pjb-section-card .pjb-card-text-on:hover .pjb-card-des,
.about-warp-image .pjb-section-card .pjb-card-text-on:hover .pjb-card-title{
	color:#fff;
}
.about-warp-image .row .pjb-card-image{
	padding:0!important
}
.about-warp-image .row .pjb-card-image:first-of-type {
	width:300px!important;
	margin:auto
}
.about-warp-image img{
	width:100%;
	height:200px;
}
.about-warp-image img:nth-child(2) {
	position: absolute;
    right: -35px;
    bottom: -22px;
    z-index: 1;
    padding: 0;
    border-top: 10px solid #ffffff;
  	width: 200px;
    height: 200px;;
    border-left: 10px solid #ffffff;
}
.about-inner h4 {
    font-size: 25px;
    margin-bottom: 14px;
}
.about-information h6 a {
  color: var(--main-color);
    font-weight: bold;
    font-size: 20px;
	display:block;
	text-align:center
}
.about-information {
    background-color: #efefef;
    padding: 30px;
    margin: 15px 0;
    position: relative;
    overflow: hidden;
}
.about-information::before {
    position: absolute;
    bottom: -16px;
    right: -5px;
    width: 0;
    height: 0;
    content: "";
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid var(--main-color);;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.about-information::after{
	position: absolute;
    bottom: -14px;
    left: -2px;
    width: 0;
    height: 0;
    content: "";
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid var(--main-color);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}
.about-information h5 {
    font-size: 22px;
    margin-bottom: 15px;
}
@media(max-width:991px){
	.about-warp-image img:nth-child(2){
		height:150px
	}
}
@media(max-width:767px){
	.about-warp-image img:nth-child(2){
		height:190px;
		width:190px;
	}
	.about-warp-image img:nth-child(2){
		right:0;
	}
}
.city .pjb-slider .item img{
	height:150px;
}
.city .pjb-slider .pjb-card-text-on{
	top:50%
}
.city .pjb-section-title h2{
	color:#fff;
}
.city .pjb-slider .pjb-card-title{
	font-size: 20px;
    text-align: center;
   	color:#fff;
    width: 90%;
	transition:all 0.5s ease-in-out;
    margin: auto;
}
.custarea{
	height:85px!important
}
.call-now {
    text-align: center;
    margin: 4em 0 1em;
}
.call-now p {
    display:block;
    font-size: 30px;
    color: #fff;
	text-align:center;
    border-radius: 8px;
    margin: 0;
    padding: 18px;
    background:var(--main-color);
    background: -moz-linear-gradient(left, var(--main-color) 0%, rgba(var(--main-alph,0.5)) 100%);
    background: -webkit-linear-gradient(left, var(--main-color) 0%, rgba(var(--main-alph,0.5)) 100%);
    background: linear-gradient(to right, var(--main-color) 0%, rgba(var(--main-alph,0.5)) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--main-color)', endColorstr='#90c912', GradientType=1);
}
.call-now p a {
    color: #fff;
}
.call-now p i {
    color: #000;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    margin: 0 15px;
    display: inline-block;
    padding-top: 7px;
}
@media(max-width:767px){
	.main-slider{
		display:none;
    }
    .main-banner img{
        height: 400px!important;
    }
    .main-banner .capture h1 {
        font-size: 25px;
    }
    .call-now p{
        font-size: 17px!important;
    }
    .call-now{
        margin-top: 15px!important;
    }
	/* main{
		padding-top:80px;
	} */
	.main-menu-area{
		    background: #f6f6f6;
	}
	.servces .pjb-post-img{
		width:200px
	}
}
.counters-wrapper{
    background: url(https://el-bsaten.com/wp-content/uploads/2020/12/رش-مبيدات.png);
    padding: 5em 0;
    text-align: center;
    filter: saturate(0.5);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}
.counters-wrapper .counters .col-sm-3:last-of-type .single-counter{border-left:none;}
.counters-wrapper .counters .col-sm-3:nth-of-type(odd) .counter:before{background:#C98F12;}
.counters-wrapper .counters .single-counter{border-left:3px solid #c98f12;}
.counters-wrapper .counter{color:var(--main-color);font-size:60px;position:relative;}
.counters-wrapper .counter:before{content:'';width:45px;height:3px;display:inline-block;background:var(--main-color);position:absolute;top:-10px;right:0;left:0;margin:auto;filter: contrast(0.5);}
@media(max-width:991px){
	.counters-wrapper .counter:before{
		display:none;
	}
}
.about-warp-image .row .pjb-card-image:first-of-type{
	border-top-right-radius: 100%;
    overflow: hidden;
}
.about-warp-image .row .pjb-card-image:nth-of-type(2){
	border-top-left-radius: 100%;
    overflow: hidden;
}
.about-warp-image .row .pjb-card-image:nth-of-type(3){
	border-bottom-right-radius: 100%;
    overflow: hidden;
}
.about-warp-image .row .pjb-card-image:last-of-type{
	border-bottom-left-radius: 100%;
    overflow: hidden;
}
.counters-wrapper span{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 10px;
    background: #0e3f1b;
}
.main-banner{
    position: relative;
}
.main-banner img{
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.main-banner .capture{
    width: 60%;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 20px;
    border-radius: 20px;
}

#price {
    text-align: center;
}

.plan {
  margin: 10px 0;
  width: 100%;
}

.plan-inner {
    background: #fff;
    margin: 0 auto;
    min-width: 280px;
    max-width: 100%;
    position: relative;
    border: 1px solid #dadada;
}

.entry-title {
  background: var(--main-color);
  height: 140px;
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}


.entry-title>h3 {
    background: var(--main-color);
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    filter: saturate(0.5);
    padding: 10px 0;
}

.entry-title .price {
  position: absolute;
  bottom: -25px;
  background: var(--main-color);
  height: 65px;
  width: 150px;
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow: hidden;
  border-radius: 50px;
  border: 5px solid #fff;
  /* line-height: 80px; */
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.price span {
  position: absolute;
  font-size: 9px;
  bottom: -10px;
  left: 30px;
  font-weight: 400;
}

.entry-content {
    color: #323232;
    padding: 0 10px 10px;
}

.entry-content p{
    margin-bottom:0 ;
}

.entry-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.entry-content li {
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 0;
}

.entry-content li:last-child {
  border: none;
}

.btn {
    padding: 15px 0;
    text-align: center;
    margin-bottom: 15px;
}
.btn a {
  background: #323232;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none
}
@media(max-width:528px){
    .main-banner .capture{
        width: 95%;
    }
}
.discount {
    position: relative;
}
.discount img{
    width: 100%;
    height: 380px;
    object-fit: cover;
}
.discount span{
    position: absolute;
    top: 20px;
    left: 0;
    background: rgb(184, 4, 4);
    color:#fff;
    padding: 5px 15px;
    border-radius: 5;
    right: 0;
    margin: auto;
    display: block;
    width: fit-content;
    width: -moz-fit-content;
}
.discount ul{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.discount ul {
    position: absolute;
    width: 90%;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    display: block;
    left: 0;
    right: 0;
}
.discount ul li{
    margin-bottom: 10px;
}
.discount ul li a{
    display: block;
    background: #fff;
    padding: 10px;
    color: #000;
}
.discount ul li:nth-of-type(2) a,
.discount ul li:last-of-type a{
    background: var(--main-color);
    color:#fff;
}
.discount span br{
	display:none;
