@import "bootstrap.css";
@import "bootstrap-theme.css";
/*@import "bootstrap-rtl.min.css";*/
@import "font-awesome.css";
@import "fonts.css";
@import "owl.carousel.css";
@import "owl.theme.css";
@import "animate.css";
@import "sidebar.css";
@import "nprogress.css";
@import "jquery.fancybox.min.css";

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    font-family: bahijPlain;
    color: #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;
    color: #2a7d2e;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:focus {
    text-decoration: none;
    color: inherit;
}

button,
button:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    padding: 0;
    margin: 0;
    font-family: bahijPlain;
    background: #fff;
    width: 100%;
    height: 100%;
    float: right;
    overflow-x: hidden;
    overflow-y: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
    font-family: bahijPlain;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

header,
section,
footer {
    float: right;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

section {
    position: relative;
}

p {
    margin: 0;
    color: #626262;
    font-size: 15px;
    line-height: 25px;
}

strong {
    font-size: 20px;
    color: #3d3d3d;
}

ul {
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

ul li {
    display: block;
    list-style: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.none {
    display: none !important;
}

.block {
    display: block !important;
}

main {
    float: right;
    width: 100%;
}

.owl-carousel {
    direction: ltr;
    text-align: right;
}

.padding {
    padding: 0 !important;
}

img {
    max-width: 100%;
}

input,
button,
input:focus,
button:focus,
input:active,
button:active,
button:hover,
textarea:active,
textarea:focus,
select,
select:active,
select:focus {
    outline: none !important;
}

textarea {
    resize: none;
}

.right {
    float: right !important;
}

.left {
    float: left !important;
}

.opacity {
    opacity: 0;
}

/* Start Header */
header {
    padding: 25px 0;
}

.logo {
    display: block;
}

.logo img {
    /*display: block;*/
    /*
	float: right;
	margin-left: 25px;
*/
}

.logo h1 {
    color: #2a7d2e;
    font-size: 22px;
    font-family: bahijBold;
    margin: 23px 0 4px;
}

.logo h2 {
    color: #010101;
    font-size: 18px;
    font-family: bahijPlain;
    margin: 10px 0;
}

.logo h1,
.logo h2 {
    display: block;
    float: right;
}

.btn-style {
    display: inline-flex;
    background: -webkit-linear-gradient(left, #00713c, #00713c);
    color: #fff;
    font-size: 18px;
    font-family: bahijBold;
    padding: 10px 36px;
    border-radius: 5px;
    border: 1px #00713c solid !important;
    line-height: normal;
    justify-content: center;
    align-items: center;
    border-bottom-color: #115195;
    border-left-color: #115195;
    border-right-color: #009e7c;
    border-top-color: #009e7c;
    position: relative;
    z-index: 1;
}

.btn-style:hover {
    background: #fff;
    color: #00713c;
}

header ul li {
    display: block;
    float: left;
    color: #808080;
    font-size: 16px;
    font-family: bahijPlain;
    padding: 18px 40px;
    position: relative;
    direction: ltr;
    text-transform: none;
}

header ul li::after {
    content: "";
    width: 1px;
    height: 55%;
    top: 0;
    left: 0;
    background: #f2f2f2;
    bottom: 0;
    position: absolute;
    margin: auto;
}

header ul li:first-child::after {
    display: none;
}

header ul li i {
    margin-left: 12px;
    float: right;
    position: relative;
    top: 2px;
}

header .btn-style,
header ul {
    float: left;
    /*    margin: 1.6em 0 0;*/
}

header .btn-style {
    font-size: 16px;
    font-family: bahijPlain;
    margin-top: 5px;
    border-radius: 3px;
}

/* End Header */
/* Start Nav */
nav.navbar.navbar-inverse.moved {
    float: right;
    width: 100%;
    border-radius: 0;
    margin: 0;
    background: #fafafa;
    border: none;
    padding: 0;
}

.navbar-inverse .navbar-nav li a {
    text-shadow: none;
    color: #4c4c4c;
    font-size: 15px;
    font-family: bahijPlain;
    position: relative;
    padding: 18px 15px;
}

.navbar-inverse .navbar-nav li a::after {
    content: "";
    position: absolute;
    height: 2px;
    background: #00713c;
    background: -webkit-linear-gradient(left, #00713c, #00713c);
    transition: all .3s;
    right: 15px;
    width: 0;
    bottom: 0;
}

header .col-md-8.col-sm-7.col-xs-5 {
    padding-top: 20px;
}

.navbar-collapse.collapse {
    padding: 0;
}

.navbar-inverse .navbar-nav li a:hover::after,
.navbar-inverse .navbar-nav li.current-menu-item a:after {
    width: 60%;
}

.navbar-inverse .navbar-nav li a:hover,
.navbar-inverse .navbar-nav li.current-menu-item a,
.navbar-inverse .navbar-nav li a:focus,
.navbar-inverse .navbar-nav li a:active {
    color: #00713c;
    background: -webkit-linear-gradient(left, #00713c, #00713c);
    -webkit-background-clip: text;
    /*-webkit-text-fill-color: transparent;*/
}

.navbar-inverse .navbar-nav li a i {
    -webkit-text-fill-color: #00713c;
    margin-left: 5px;
}

.navbar-inverse .navbar-nav li:first-child a {
    /*    margin-right: -30px;*/
}

.lang,
.search {
    float: left;
    color: #4c4c4c;
    background: none !important;
    padding: 15px;
    box-shadow: none !important;
    border: none !important;

}

.lang:hover,
.search:hover {
    color: #00713c;
}

.search {
    font-size: 18px;
}

.lang {
    font-size: 14px;
    padding-top: 18px;
}

/* End Nav */
/* Start Slider */
.home-slider{
    position: relative;
    
}
.s-shap1,
.s-shap2{
    position: absolute;
    z-index: 2;
}

.s-shap1::before{
    content: '';
    position: absolute;
    right: -54px;
    top: 77px;
    width: 430px;
    height: 2px;
    background: #007239;
    z-index: 2;
    transform: rotate(-35deg);
    
}
.s-shap1::after{
    content: '';
    position: absolute;
    right: -54px;
    top: 322px;
    width: 430px;
    height: 2px;
    background: #007239;
    z-index: 2;
    transform: rotate(35deg);
    
}
.s-shap2::before{
    content: '';
    position: absolute;
    right: -54px;
    top: 370px;
    width: 400px;
    height: 2px;
    background: #949191;
    z-index: 2;
    transform: rotate(-35deg);
    
}
.s-shap2::after{
    content: '';
    position: absolute;
    right: -54px;
    top: 598px;
    width: 400px;
    height: 2px;
    background: #949191;
    z-index: 2;
    transform: rotate(35deg);
    
}
.home-slider .img {
    position: absolute;
    height: 100%;
    background-size: cover;
    width: 100%;
    display: block;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
    /*background-position: center;
    background-size: cover;*/
}

#slider {
    /*    height: -webkit-calc(100vh - 45px);*/
    /*    height: -moz-calc(100vh - 45px);*/
}


.home-slider,
.home-slider .owl-wrapper-outer,
.home-slider .owl-wrapper,
.home-slider .owl-item,
.home-slider .item {
    height: 100%;
}

.home-slider .item {
    height: 750px;
}

.home-slider {
    overflow: hidden;
    /*    clip-path: ellipse(75% 100% at 50% 0%);*/
}

/*
#slider::after {
    content: "";
    position: absolute;
    background: url(../images/sliderBg.png) no-repeat;
    right: 0;
    left: 0;
    height: 124px;
    bottom: 2.2em;
    z-index: -1;
    transform: rotate(0deg);
    background-size: 100%;
}
*/
.home-slider .text {
    width: 50%;
    float: right;
    direction: rtl;
    margin: 60px 0;
}

.home-slider .text span {
    background: #bfbfbf;
    color: #1a1a1a;
    font-size: 16px;
    font-family: bahijPlain;
    padding: 8px 25px;
    border-radius: 100px;
}

.home-slider .text h1 {
    color: #fff;
    font-size: 42px;
    font-family: bahijBold;
    line-height: 65px;
    margin: 40px 0 0;
}

.home-slider .text p {
    font-size: 18px;
    color: #fff;
    font-family: bahijPlain;
    line-height: 36px;
    margin: 20px 0 40px;
    overflow: hidden;
    height: 72px;
}

.btn-style.transBg {
    border-color: #fff;
    background: transparent;
}

.btn-style.transBg:hover {
    border-color: #2a7d2e;
    background: #fff;
    color: #2a7d2e;
}

.home-slider .btn-style {
    margin-left: 25px;
}

.btn-style.white {
    background: #fff;
    color: #2a7d2e;
}

.btn-style.white:hover {
    background: #2a7d2e;
    color: #fff;
}

.owl-theme .owl-controls {
    margin: 0;
}

.vis {
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    padding: 20px;
    -webkit-clip-path: polygon(83% 0, 100% 25%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(83% 0, 100% 25%, 100% 100%, 0 100%, 0 0);
}

.nextSection {
    position: absolute;
    right: 50%;
    bottom: -30px;
    z-index: 9;
    background: -webkit-linear-gradient(left, #007361, #009e7c);
    margin: auto;
    display: inline-block;
    text-align: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    transform: translateX(50%);
    border-radius: 0;
    padding: 14px 25px;
}

.nextSection:hover {
    color: #fff;
    background: -webkit-linear-gradient(left, #009e7c, #007361);
}

.nextSection i {
    display: block;
}

.nextSection::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 50px;
    height: 80px;
    background: #fff;
    z-index: -1;
    opacity: .5;
    margin: auto;
    display: block;
    border-radius: 50px;
    margin-right: -9px;
    display: none;
}

.nextSection i {
    animation: hvr-icon-down 5s ease-out infinite;
}

@-webkit-keyframes hvr-icon-down {

    0%,
    50%,
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    25%,
    75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@keyframes hvr-icon-down {

    0%,
    50%,
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    25%,
    75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

.home-slider .owl-nav div {
    position: absolute;
    margin: 0;
    top: auto;
    bottom: 0;
    width: 85px;
    height: 85px;
    color: #b0adb1;
    z-index: 9;
    border-radius: 0;
    background: #fff;
    opacity: 1;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.home-slider .owl-nav .owl-next {
    right: 0;
    position: absolute;
}

.home-slider .owl-nav .owl-prev {
    left: auto;
    position: absolute;
    right: 85px;
    -webkit-clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%, 0 24%);
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%, 0 24%);
}

.home-slider .owl-nav div:hover {
    background: -webkit-linear-gradient(left, #00713c, #00713c);
    color: #fff;
}

.home-slider .img::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #2a7d2e;
    opacity: .2
}

.home-slider .owl-stage-outer,
.home-slider .owl-stage {
    height: 100%;
}

/* End Slider */
/* Start Services */
#services {
    padding: 80px 0 65px;
    text-align: center;
}

/*
#services::before, #services::after {
    content: "";
    position: absolute;
    top: -170px;
    right: 0;
    left: 0;
    z-index: -3;
    height: 600px;
    background: url(../images/serviceBg.png) no-repeat;
    background-size: 100%;
}
#services::before { 
	transform: scaleX(-1);
	opacity: .5;
	z-index: -2;
}
*/
.title {
    text-align: center;
    margin-bottom: 35px;
}

.title span {
    display: block;
    color: #b2b2b2;
    font-size: 14px;
    font-family: bahijPlain;
    margin: 10px 0 15px;
}

.title h1 {
    color: #071e3d;
    font-family: bahijBold;
    font-size: 32px;
    margin: 0;
    line-height: normal;

    display: inline-flex;
}

.title p {
    color: #171a17;
    font-family: bahijPlain;
    font-size: 16px;
    margin: 0;
    line-height: 32px;
    margin: 5px auto;
    width: 50%;
}

.service {
    background: #fff;
    border: 1px #ebebeb solid;
    border-radius: 15px;
    margin: 15px 0;
    padding: 25px 25px 50px;
}

.icon img {
    max-width: 37px;
    max-height: 40px;
    width: 100%;
    height: 100%;
}

.service .details {
    text-align: right;
}

.service .details a {
    display: block;
    color: #1a1a1a;
    font-size: 18px;
    font-family: bahijBold;
    margin: 20px 0 15px;
}

.service .details p {
    font-size: 14px;
    font-family: bahijPlain;
    color: #666;
    line-height: 26px;
    overflow: hidden;
    height: 52px;
}

.services .owl-item {
    margin: 0 15px !important;
}

.services {
    float: right;
    width: 100%;
    height: 285px;
    overflow: hidden;
    background: #fff;
    animation: background 5s ease-in-out;
}

#services .btn-style {
    margin-top: 25px;
    padding: 10px 66px;
}

.service:hover {
    background: linear-gradient(#2c8330, #3c9b41);
}

.service:hover .details a,
.service:hover .details p {
    color: #fff;
}

/* End Services */
/* Start AboutL */
#aboutL {
    padding: 320px 0 145px;
    overflow: hidden;
}

#aboutL hr {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-color: #3a973e;
    opacity: .1;
    width: 75%;
    display: block;
    margin: auto;
}

#aboutL::before {
    content: "";
    position: absolute;
    background: url(../images/bg2.png) no-repeat;
    width: 35%;
    height: 80%;
    top: 5em;
    right: 0;
    background-size: 100% 100%;
    opacity: .05;
    z-index: -1;
}

#aboutL::after {
    content: "";
    position: absolute;
    background: url(../images/bg1.png) no-repeat;
    left: 0;
    width: 30%;
    height: 100%;
    top: 240px;
    z-index: -1;
    opacity: .1;
}

.images.top {
    width: 22%;
    z-index: 2;
}

.images {
    position: absolute;
    top: 6em;
    height: 645px;
    background-color: #fff;
    padding: 25px;
    border-radius: 15px 0 0 15px;
    right: -4px;
    padding-right: 0;
    background-size: 100% 100%;
    border: 1px rgba(60, 155, 65, 0.43) solid;
    box-shadow: 0px 5px 20px rgba(14, 231, 24, 0.15);
}

.img-about {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.images.bottom {
    width: 95%;
    z-index: 1;
    top: -70px;
    height: 600px;
    border-radius: 15px;
    padding: 25px;
    position: relative;
}

.imagesafter::after {
    content: "";
    background: url(../images/imgbg.png) no-repeat;
    position: absolute;
    width: 666px;
    height: 117%;
    top: -148px;
    z-index: -2;
    background-size: 100% 100%;
    right: -15em;
}

.about-text span {
    color: #2a7d2e;
    font-size: 12px;
    font-family: bahijPlain;
    font-style: italic;
}

.about-text h1 {
    color: #3d9443;
    font-size: 32px;
    font-family: bahijBold;
    line-height: 55px;
    margin: 10px 0 25px;
}

.about-text p {
    color: #1a1a1a;
    font-size: 18px;
    font-family: bahijPlain;
    line-height: 36px;
    margin: 25px 0;
}

.half {
    width: 50%;
    float: right;
    padding-left: 80px;
}

.about-text h4 {
    color: #2a7d2e;
    font-size: 18px;
    font-family: bahijBold;
    margin: 10px 0;
}

#aboutL .about-text hr {
    position: relative;
    width: 100%;
    border-color: #cecece;
    opacity: .2;
    margin: 30px 0;
}

.about-text.half p {
    font-size: 16px;
    margin: 10px 0;
    line-height: 32px;
}

/* End AboutL */
/* Start Projects */
#projects {
    padding: 70px 0;
    text-align: center;
}

.nav.nav-tabs {
    display: inline-block;
    border-color: #f7f7f7;
    margin-bottom: 45px;
}

.nav-tabs li a {
    color: #666;
    font-size: 18px;
    margin: 0 10px;
    border: none !important;
    padding: 15px;
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {

    border: none;
    color: #2a7d2e;
}

.nav-tabs li a::before {
    content: "";
    height: 0;
    width: 100%;
    background: #2a7d2e;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    transition: all .3s ease-in-out;
}

.nav-tabs li.active a::before,
.nav-tabs li.active a:hover::before,
.nav-tabs li.active a:focus::before,
.nav-tabs li a:hover::before,
.nav-tabs li a:focus::before {
    height: 5px;
}

.nav-tabs li a:hover {
    background: none;
}

.project {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    height: 285px;
    width: 100%;
}

.project.bigHight {
    height: 600px;
}

.project .img {
    height: 100%;
    width: 100%;
    display: block;
}

.project .img img {
    height: 100%;
    width: 100%;
}

#projects .half {
    padding: 0 15px;
    margin-bottom: 30px;
}

.project .details {
    position: absolute;
    bottom: 2em;
    left: 0;
    background: rgba(255, 255, 255, .7);
    border-radius: 0 8px 8px 0;
    color: #2a7d2e;
    font-size: 16px;
    font-family: bahijPlain;
    width: 75%;
    text-align: right;
    padding: 5px 20px;
    transition: all .5s ease-in-out;
}

.project .details h4 {
    color: #2a7d2e;
    font-size: 16px;
    font-family: bahijBold;
}

.project .hover::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 95%;
    height: 96%;
    background: #fff;
    margin: auto;
    opacity: .7;
    border-radius: 8px;
    z-index: -1;
}

.project .hover {
    transform: translate(110%, 110%);
    transition: all .5s ease-in-out;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: left;
    align-items: flex-end;
    padding: 50px;
}

.project:hover .hover {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

.project:hover .details {
    opacity: 0;
    visibility: hidden;
}

.project::after {
    margin: 30px;
    font-size: 62px;
    font-family: none;
    font-weight: lighter;
    color: #1a1a1a;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-110%, -110%);
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    content: "+";
    line-height: .6;
}

.project:hover .pluse {
    transform: translate(0%, 0%);
    opacity: 1;
    visibility: visible;
}

.project:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}

.project .hover .text-hover {
    position: absolute;
    bottom: 50px;
    text-align: right;
}

.project .hover .text-hover h4 {
    color: #2a7d2e;
    font-size: 18px;
    font-family: bahijBold;
    margin: 0 0 5px;
}

.project .hover .text-hover span {
    color: #1a1a1a;
    font-family: bahijPlain;
    font-size: 12px;
    font-style: italic;
}

#projects .btn-style {
    padding: 10px 50px;
    margin-top: 30px;
}

#projects::before {
    content: "Projects";
    position: absolute;
    color: #3a973e;
    font-family: bahijBold;
    font-size: 66px;
    text-transform: uppercase;
    left: 1.5em;
    letter-spacing: 15px;
    opacity: .03;
}

.borders {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.border {
    background-size: cover !important;
    background-color: #fff !important;
}

.border.top {
    height: 15px;
    background: url(../images/patt.png) no-repeat;
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    z-index: 1;
    animation: bordertop 2s linear;
    filter: grayscale(1);
    background-repeat: repeat;
    background-position: center;
    background-size: 15% !important;
}

.border.bottom {
    left: 0;
    bottom: 0;

    height: 22px;
    background: url(../images/patt.png) no-repeat;
    position: absolute;
    width: 100%;

    z-index: 1;
    animation: bordertop 2s linear;
    filter: grayscale(1);
    background-repeat: repeat;
    background-position: center;
    background-size: 2% !important;
}

.border.right {
    height: 100%;
    background: url(../images/patt.png) no-repeat;
    position: absolute;
    width: 22px;
    filter: grayscale(1);
    background-repeat: repeat;
    background-position: center;
    background-size: 170% !important;
    right: 0;
    top: 0;
    z-index: 1;
}

.border.left {
    height: 100%;
    background: url(../images/patt.png) no-repeat;
    position: absolute;
    width: 22px;
    filter: grayscale(1);
    background-repeat: repeat;
    background-position: center;
    background-size: 170% !important;
    left: 0;
    bottom: 0;
    z-index: 1;
}


/* End Projects */
/* Start Clients */
#clients {
    padding: 70px 0;
    position: relative;
    background-attachment: fixed;
    background-position: 50% 0 !important;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#clients:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 1;
}
.clients{
    position: relative;
    z-index: 100;
}
.clients .item {
    position: relative;
    height: 90px;
    overflow: hidden;
    z-index: 10;
    
    margin: 18px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 9px 4px rgb(0 0 0 / 5%);
}

.clients .item img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    /* width: 100%; */
    /* height: 100%; */
    max-width: 100%;
    transition: all .3s ease-in-out;
    padding: 5px;
    /*
    background: #fff;*/
    height: 100%;
    border-radius: 12px;
}

.clients .owl-controls .owl-nav .owl-prev,
.clients .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 35%;
    margin: 0;
    font-size: 22px;
    color: #fff;
}

.clients .owl-controls .owl-nav .owl-next {
    right: 0;
}

.clients .owl-controls .owl-nav .owl-prev {
    left: 0;
}

.clients .owl-controls .owl-nav .owl-prev:hover,
.clients .owl-controls .owl-nav .owl-next:hover {
    color: #00713c;
}

.clients .item:hover img {
    verical-align: middle;
    /*-webkit-filter: grayscale(0);
    filter: grayscale(0);
     filter: grayscale(100%);
    -webkit-filter: grayscale(100%);*/
}

/* End Clients */
/* Start ContactUs */
#contact-us {
    padding: 100px 0;
}

#contact-us .img {
    -webkit-mask: url(../images/bg3.png) no-repeat;
    -moz-mask: url(../images/bg3.png) no-repeat;
    mask: url(../images/bg3.png) no-repeat;
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    top: 0;
    bottom: 0;
}

#contact-us p {
    color: #fff;
    font-size: 24px;
    font-family: bahijBold;
    position: relative;
    margin-top: .8em;
}

#contact-us .btn-style {
    padding: 15px 47px;
}

#contact-us .img img {
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: block;
}

/* End ContactUs */
/* Start Footer TopF */
.topf {
    background: #1A1A1A;
    padding: 40px 0;
}

footer h1 {
    color: #e3e3e3;
    font-size: 18px;
    font-family: bahijBold;
    margin: 40px 0;
}

footer form {
    position: relative;
}

footer form input {
    width: 80%;
    height: 60px;
    border-radius: 50px;
    border: none;
    padding-right: 50px;
    font-size: 16px;
    color: #999;
    font-family: bahijPlain
}

footer form input::pkaceholder {
    color: #999;
}

footer form i {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 22px;
    right: 0;
    font-size: 16px;
    color: #1a1a1a;
}

footer form input[type="submit"] {
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    font-family: FontAwesome;
    display: block;
    text-align: center;
    padding: 0;
    font-size: 18px;
    color: #fff;
    background: -webkit-linear-gradient(left, #00713c, #00713c);
    top: 0;
}

.social-media-f {
    display: block;
    margin-top: 30px;
}

.social-media-f li {
    display: inline-block;
}

.social-media-f li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding-left: 15px;
}

.social-media-f li a i {
    transition: all .5s;
    width: auto;
}

i.fa.fa-google-plus:hover {
    color: #ea4335 !important;
}

i.fa.fa-twitter:hover {
    color: #1da1f2 !important;
}

i.fa.fa-facebook:hover {
    color: #4867aa !important;
}

footer .links li {
    width: 45%;
    display: inline-block;
    margin-left: 10px;
    line-height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

footer .links li a {
    color: #fff;
    font-size: 14px;
    font-family: bahijPlain;
}

footer .links li a:hover {
    color: #00713c;
}

footer li {
    color: #fff;
    font-size: 14px;
    font-family:
}

footer li {
    color: #fff;
    font-size: 16px;
    line-height: 36px;
}
footer .f-n{
     font-family: tahoma;   
}

footer li i {
    width: 30px;
}

/* End Footer TopF */
/* Start Footer BottomF */
.bottomf {
    background: #141414;
}

.bottomf p {
    color: #fff;
    font-size: 14px;
    font-family: bahijPlain;
    margin-top: 2.5em;
    position: relative;
}

.bottomf p a {
    color: #00713c;
}

.bottomf .ryad-logo {
       display: inline-block;
    float: left;
    /*    padding: 5px 0;*/
}

.bottomf .ryad-logo svg {
    transform: rotateY(180deg) scale(.35);
    float: left;
    width: 77px;
}

.bottomf .ryad-logo a {

    color: #fff;
}
.bottomf .col-md-6:first-child p a{
       display: inline-block; 
}
.bottomf .lolo-co {
    float: right;
    text-align: left;
    padding-top: 25px;
    position: relative;
    left: -15px;
}
.bottomf .ryad-logo .lolo-co span a{
    display: ;
}
.bottomf .lolo-co p {
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 24px;
    line-height: 1;
    margin: 0;
    font-weight: 700;
    color: #fff;
    top: auto;
}

.bottomf .lolo-co span {
    font-size: 12px;
    font-family: sans-serif;
    color: #fff;
}

/* End Footer BottomF */
/* Start Search */
#search {
    background: #00713c;
    padding: 20px 0;
    display: none;
    transition: auto;
   
}

#search form {
    position: relative;
}

#search input {
    width: 100%;
    height: 60px;
    border: none;
    padding: 0 15px 0 65px;
    font-size: 15px;
    border-radius: 5px;
}

#search input[type="submit"] {
    position: absolute;
    width: 55px;
    height: 54px;
    left: 4px;
    top: 3px;
    padding: 0;
    font-family: FontAwesome;
    color: #fff;
    background: #00713c;
    border-radius: 3px;
}

/* End Search */
/*
#nprogress {
    height: 5px;
    background: #dedede;
}
#nprogress .bar {
    background: #d7e323;
    height: 5px;
}
#nprogress .peg { 
	box-shadow: none;
}
#nprogress .spinner-icon {
    border-top-color: #d7e323;
    border-left-color: #d7e323;
}
*/
.hero-s.about-in .item-img img {
    width: 270px;
}

/* Start Page Clients */
.hero-s.about-in {
    padding: 90px 0;
    background: #fafafa;
}

.item-img {
    text-align: center;
}

/* End Page Clients */
/* Start Page Services */
.service-s.about-in {
    padding: 90px 0;
}

/* End Page Services */
/* Start Page Single */
.single-s .item-img {
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 30px 10px #d1d7da;
    padding: 0;
    float: left;
    height: 400px;
}

.single-s {
    padding: 90px 0;
}

.single-s .item-img iframe {
    width: 100%;
    height: 100%;
}

/* End Page Single */
/* Start ProjectsIn */
#projects-in {
    padding: 70px 0;
    text-align: center;
}

#projects-in .half {
    padding: 0 15px;
    margin-bottom: 30px;
}

/* End ProjectsIn */
/* Start Page Contact */
.contact-s {
    padding: 90px 0;
}

.contact-s .con-top .con-img {
    float: left;
    text-align: center;
}

.contact-s .con-top .con-img img {
    width: 400px;
}

.form-control {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    font-size: 13px;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: none;
    text-transform: none;
    border: 1px solid #dfdfdf;
    margin-bottom: 0;
    padding: 0 10px;
}

.form-group,
.form-control {
    margin-bottom: 0;
}

.contact-s .con-top .con-data .form-group {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

.contact-s .con-top .con-data h3 {
    font-family: bahijBold;
    font-size: 34px;
    margin-bottom: 40px;
    text-transform: capitalize;
}

.contact-s .con-top .con-data .form-group .form-control {
    height: 60px;
    background-color: #fcfcfc;
    border-radius: 8px;
    border: 1px solid #f5f5f5;
    transition: all .3s;
    padding-right: 45px;
    font-size: 13px;
    text-transform: none !important;
}

.contact-s .con-top .con-data .form-group i {
    position: absolute;
    right: 20px;
    top: 21px;
    color: #c3c3c3;
}

textarea.form-control {
    display: block;
    text-transform: capitalize;
    font-size: 13px;
    height: 165px !important;
    padding-top: 17px;
    line-height: 1.9;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.contact-s .con-top .con-data .form-group .form-control:focus {
    background-color: #fff;
    transition: all .3s;
    box-shadow: none;
    border-color: #2a7d2e;
}

.contact-s .con-top .con-data .form-group .form-control:focus + i {
    color: #2a7d2e;
}

.contact-s .con-top .con-data .form-group .form-control:focus::placeholder {
    color: #2a7d2e;
}

.btn {
    background-color: #0056ff;
    color: #fff;
    padding: 13px 28px;
    border-radius: 3px;
    display: inline-block;
    border: 0;
    outline: 0;
    height: auto;
}

.contact-s .con-top .con-data .form-group .btn {
    width: 180px;
    display: block;
    text-transform: capitalize;
    background: #2a7d2e;
    border-radius: 50px;
    padding: 14px;
    font-size: 18px;
    margin-top: 30px;
    border: 1px #2a7d2e solid;
}

.contact-s .con-top .con-data .form-group .btn:hover {
    color: #2a7d2e;
    background: #fff;
}

.contact-s .con-bottom {
    padding-top: 0px;
    margin-bottom: 50px;
    border-top: 1px solid rgba(193, 193, 193, 0.21);
    position: relative;
}

.contact-s .con-bottom .gmap {
    height: 322px;
}

.con-top {
    margin-bottom: 50px;
}

.contact-s .con-bottom .caption {
    position: absolute;
    right: 0px;
    bottom: -30px;
    background-color: hsla(123, 50%, 33%, 0.1);
    width: 422px;
    border-radius: 10px;
}

.contact-s .con-bottom .caption .inner {
    background-color: #2a7d2e;
    padding: 30px;
    position: relative;
    transform: translate(-10px, -10px);
    border-radius: 10px;
}

.contact-s .con-bottom .caption .inner .icon {
    text-align: left;
    margin-bottom: 20px;
}

.contact-s .con-bottom .caption .inner .icon i {
    font-size: 70px;
    color: #fff;
}

.contact-s .con-bottom .caption .inner ul li {
    font-size: 14px;
    color: #fff;
    position: relative;
    padding-right: 30px;
    margin-bottom: 15px;
}

.contact-s .con-bottom .caption .inner ul li i {
    position: absolute;
    right: 0;
    top: 3px;
}

/* End Page Contact */



.home-slider .item:before {
    content: '';
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-45%);
    background-color: #0009;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .55;
}

.home-slider .text {
    z-index: 10;
    position: relative;
    margin: 0;
    top: 225px;
}

.home-slider .text h1 {
    font-family: bahijplain;
    font-size: 35px;
}

.home-slider .text p {
    font-size: 15px;
}

.home-slider .btn-style {
    background-color: transparent;
    /*    border-color: #fff;*/
    border: 0;
    background: #00713c;
    color: #fff;
}

.home-slider .btn-style:hover {
    background-color: #fff;
    /*    border-color: #009e7c;*/
    color: #00713c;
}

#projects,
#services {
    position: relative;
    overflow: hidden;
}


#services:before,
#projects:before {
    content: attr(data-plaec);
    font-size: 80px;
    font-family: bahijbold;
    text-transform: uppercase;
    letter-spacing: 4px;
    position: absolute;
    left: -8%;
    top: 38%;
    opacity: .05;
    transform: rotate(-90deg) translateY(-50%);
    text-transform: uppercase;
}

#services:before {
    transform: none;
    top: 10%;
    left: 10%;
    letter-spacing: 15px;
}

.service2:before {
    left: -3.5% !important;
    top: 38% !important;
    transform: rotate(-90deg) translateY(-50%) !important;
}

#projects::before {
    left: -3.5%;
}




#services .block,
#services .bodyy {
    padding: 0;
}

#services .block .inner {
    position: relative;
    padding: 50px;
    text-align: right;
    border-left: 1px solid #f7f7f7;
}

#services .block:last-of-type .inner {
    border: 0;
}

.service2 .block .inner {
    border: 0;
}

#services .block .inner img {
    z-index: 1;
    position: relative;

}

#services .block .inner h3 {
    margin: 35px 0 20px;
    font-family: bahijbold;
    color: #00713c;
    font-size: 25px;
    background: -webkit-linear-gradient(#00713c 30%, #00713c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#services .block .inner p {
    color: #808080;
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 15px;
    overflow: hidden;
    max-height: 72px;
}

#services .block .inner span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #009e7c;
}

#services .block .inner span:after {
    content: '';
    position: absolute;
    left: -35px;
    height: 1px;
    width: 25px;
    background-color: #009072;
    bottom: 8px;
    transition: all .3s;
}

#services .block .inner .cap {
    background-color: #009e7c;
    padding: 15px;
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    transition: all .7s;
}

#services .block .inner .cap h4 {
    color: #fff;
    margin: 0;
    position: absolute;
    left: -11%;
    transform: rotate(-90deg) translateY(-50%);
    top: 50%;
    font-family: bahijbold;
    /* width: 185px; */
}

#services .block .inner .cap .cap-data {
    background-color: #fff;
    max-width: calc(100% - 60px);
    padding: 40px;
    min-height: 100%;
}

#services .block .inner .cap .cap-data .ico {
    position: relative;
    margin-bottom: 30px;
}

#services .block .inner .cap .cap-data .ico:before {
    content: '';
    background-color: #009e7c;
    border-radius: 100%;
    width: 72px;
    height: 72px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    opacity: .05;
}

#services .block .inner .cap .cap-data ul {}

#services .block .inner .cap .cap-data ul li {}

#services .block .inner .cap .cap-data ul li a {
    color: #009e7c;
    display: block;
    border-width: 1px 0;
    border-style: solid;
    border-color: #f7f7f7;
    padding: 13px 15px;
    transition: all .3s;
}


#services .block .inner .cap .cap-data ul li a:hover {
    background-color: #007563;
    color: #fff;
    border-color: #007563;
    transition: all .3s;
}

#services .block .inner:hover .cap {
    opacity: 1;
    visibility: visible;
    transition: all .7s;
}

#services .block:nth-of-type(2) .inner .cap h4 {
    left: -17%;
}

#services .block:nth-of-type(3) .inner .cap h4 {
    left: -14%;
}

#projects:after {
    content: '';
    position: absolute;
    right: 17px;
    top: 0;
    background-image: url(../images/pro-after2.png);
    width: 100px;
    height: 100%;
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
    opacity: .02;
}

#services .block .inner:before {
    content: '';
    position: absolute;
    right: 30px;
    top: 30px;
    background-color: #f7f3f3;
    width: 40px;
    height: 40px;
    z-index: -1;
    transition: all 1s;
    border-radius: 100%;
}

.service2 .block .inner:before {
    right: 30px !important;
    top: 30px !important;
}



#projects .item {
    padding: 0;
}

 #services .bodyy {

}

#services:after {
content: '';
    position: absolute;
    top: 32%;
    width: 333px;
    height: 432px;
    background-image: url(//ibrahim.azq1.com/shatr/wp-content/themes/nabd/assets/css/../images/shap.png);
    left: -125px;
    z-index: 100000000;
    background-color: #fff;
    background-repeat: no-repeat;
    filter: opacity(0.05);
}

.service2:after {
    width: 100% !important;
    height: 10px !important;
    left: 0 !important;
    background-color: #efefef !important;
    background-size: 15% !important;
}

#projects .item .block {
    padding: 10px;
}

#projects .item .block .inner {
    position: relative;
    overflow: hidden;
}

#projects .item .block .inner a {
    display: block;
    width: 100%;
    height: 100%;
}

#projects .item .block .i-img {
    height: 615px;
    background-position: center;
    background-size: cover;
}

#projects .item .block.b2 .i-img {
    height: 245px;
}

#projects .item .block.b3 .i-img {
    height: 350px;
}


#projects .item .block .i-cap {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    /*    background-color: rgba(0, 0, 0, 0.8);*/
    background: -webkit-linear-gradient(bottom,#00713ca6,#00713ca6);
    transition: all .3s;
    opacity: 0;
}

#projects .item .block .i-cap h3 {
    border-width: 2px 0;
    border-style: solid;
    border-color: #fff;
    padding: 20px 30px;
    z-index: 1;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: -50%;
    color: #fff;
    font-size: 17px;
    transition: all .3s;
}

#projects .item .block .i-cap span {
    position: absolute;
    left: 50%;
    color: #fff;
    bottom: -150px;
    font-size: 50px;
    width: 50px;
    height: 50px;
    transform: translateX(-50%);
    z-index: 1;
    transition: all .3s;
}

#projects .item .block .i-cap span:after,
#projects .item .block .i-cap span:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 40px;
    height: 2px;
    background-color: #fff;
    transform: translateX(-50%);
}

#projects .item .block .i-cap span:after {
    width: 2px;
    height: 40px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 29px;
    top: auto;
}

#projects .item .block:hover .i-cap h3 {
    top: 30%;
    transition: all .3s;
}

#projects .item .block:hover .i-cap span {
    bottom: 10px;
    transition: all .3s;
}

#projects .item .block:hover .i-cap {
    opacity: .8;
    transition: all .3s;
}

#projects .item .card {
    text-align: right;
    padding: 40px 20px;
}

#projects .item .card h3 {
    margin: 0 0 20px;
    color: #00713c;
    font-family: bahijbold;
    font-size: 20px;
}

#projects .item .card p {
    color: #808080;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
    overflow: hidden;
    max-height: 104px;
}

#projects .item .card a {
    display: inline-block;
    color: #00713c;
    font-size: 18px;
    position: relative;
}

#projects .item .card a:after {
    content: '';
    position: absolute;
    background-color: #00713c;
    height: 1px;
    width: 25px;
    top: 13px;
    left: -40px;
}

#projects .p-body {
    padding: 20px 0 70px;
}

.topf {
    position: relative;
}

/*
.topf:before {
    content: '';
    background-image: url(../images/patt.png);
    position: absolute;
    top: -20px;
    right: 0;
    width: 100%;
    height: 20px;
    background-color: rgb(31, 31, 31);
}
*/

.topf:before {
    content: '';
    background-image: url(../images/patt.png);
    position: absolute;
    top: -20px;
    right: 0;
    width: 100%;
    height: 20px;
    background-color: #1c1010;
}

.top-section {
    position: relative;
    float: right;
    width: 100%;
    /*padding: 0 15px;*/
}

.top-section:before,
.top-section:after {
    /*content: '';
    background-image: url(../images/patt.png);
    width: 16px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;*/
}

header {
    background-color: #fff;
    position: relative;
    z-index: 10;
}

.top-section:after {
    left: 0;
    right: auto;
}

.top-section .top-inner {
    float: right;
    width: 100%;
    background-color: #fff;
    /*padding: 0 30px;*/
}

.container-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    margin: 0 auto;
    opacity: .6;
}

.container-line-center {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.line-item {
    float: left;
    width: 25%;
    height: 100%;
    box-sizing: border-box;
    border-right: 1px solid rgba(24, 24, 24, 0.05);
    height: 100%;
    position: relative;
}

.line-item:first-child {
    border-left: 1px solid rgba(24, 24, 24, 0.05);
}

.homepage-3 .line-item:first-child {
    border-left: 1px solid rgba(24, 24, 24, 0.05);
}

.homepage-3 .line-item {
    border-right: 1px solid rgba(24, 24, 24, 0.05);
}

.homepage-3 .line-item:first-child {
    border-right: 1px solid rgba(24, 24, 24, 0.05);
}

.homepage-2 .line-item:first-child {
    border-left: 1px solid rgba(24, 24, 24, 0.05);
}

.homepage-2 .line-item {
    border-right: 1px solid rgba(24, 24, 24, 0.05);
}

.homepage-2 .line-item:first-child {
    border-right: 1px solid rgba(24, 24, 24, 0.05);
}

.line-item.one:before {
    content: '';
    position: absolute;
    top: 0;
    left: -3px;
    width: 5px;
    height: 30px;
    -webkit-animation: scroll2 8s ease-out infinite;
    -moz-animation: scroll2 8s ease-out infinite;
    -ms-animation: scroll2 8s ease-out infinite;
    -o-animation: scroll2 8s ease-out infinite;
    animation: scroll2 8s ease-out infinite;
    background: rgba(0, 118, 99, 0.1);
}

.line-item.two:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: -3px;
    width: 5px;
    height: 30px;
    -webkit-animation: scroll1 6s ease-out infinite;
    -mox-animation: scroll1 6s ease-out infinite;
    -ms-animation: scroll1 6s ease-out infinite;
    -o-animation: scroll1 6s ease-out infinite;
    animation: scroll1 6s ease-out infinite;
    background: rgba(0, 118, 99, 0.1);
}

.line-item.three:before {
    content: '';
    position: absolute;
    top: 0;
    right: -3px;
    width: 5px;
    height: 30px;
    -webkit-animation: scroll3 4s ease-out infinite;
    -moz-animation: scroll3 4s ease-out infinite;
    -ms-animation: scroll3 4s ease-out infinite;
    -o-animation: scroll3 4s ease-out infinite;
    animation: scroll3 4s ease-out infinite;
    background: rgba(0, 118, 99, 0.1);
}

.line-item.four:before {
    content: '';
    position: absolute;
    top: 0;
    right: -3px;
    width: 5px;
    height: 30px;
    -webkit-animation: scroll4 5s ease-out infinite;
    -moz-animation: scroll4 5s ease-out infinite;
    -ms-animation: scroll4 5s ease-out infinite;
    -o-animation: scroll4 5s ease-out infinite;
    animation: scroll4 5s ease-out infinite;
    background: rgba(0, 118, 99, 0.1);
}

.line-item.five:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: -3px;
    width: 5px;
    height: 30px;
    -webkit-animation: scroll5 4s ease-out infinite;
    -moz-animation: scroll5 4s ease-out infinite;
    -ms-animation: scroll5 4s ease-out infinite;
    -o-animation: scroll5 4s ease-out infinite;
    animation: scroll5 4s ease-out infinite;
    background: rgba(0, 118, 99, 0.1);
}

.homepage-3 .line-item.one:before {
    background-color: #181818;
}

.homepage-3 .line-item.two:before {
    background-color: #181818;
}

.homepage-3 .line-item.three:before {
    background-color: #181818;
}

.homepage-3 .line-item.four:before {
    background-color: #181818;
}

.homepage-3 .line-item.five:before {
    background-color: #181818;
}

.homepage-2 .line-item.one:before {
    background-color: #181818;
}

.homepage-2 .line-item.two:before {
    background-color: #181818;
}

.homepage-2 .line-item.three:before {
    background-color: #181818;
}

.homepage-2 .line-item.four:before {
    background-color: #181818;
}

.homepage-2 .line-item.five:before {
    background-color: #181818;
}

@-webkit-keyframes scroll2 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        top: 0
    }

    50% {
        top: 50%
    }

    100% {
        top: 100%;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }
}

@keyframes scroll2 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        top: 0
    }

    50% {
        top: 50%
    }

    100% {
        top: 100%;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }
}

@-webkit-keyframes scroll1 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        bottom: 0
    }

    50% {
        bottom: 50%
    }

    100% {
        bottom: 100%;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }
}

@keyframes scroll1 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        bottom: 0
    }

    50% {
        bottom: 50%
    }

    100% {
        bottom: 100%;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }
}

@-webkit-keyframes scroll3 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        top: 0
    }

    50% {
        top: 50%
    }

    100% {
        top: 100%;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }
}

@keyframes scroll3 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        top: 0
    }

    50% {
        top: 50%
    }

    100% {
        top: 100%;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }
}

@-webkit-keyframes scroll4 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        bottom: 0
    }

    50% {
        bottom: 50%
    }

    100% {
        bottom: 100%;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }
}

@keyframes scroll4 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        top: 0
    }

    50% {
        top: 50%
    }

    100% {
        top: 100%;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }
}

@-webkit-keyframes scroll5 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        top: 0
    }

    50% {
        top: 50%
    }

    100% {
        top: 100%;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }
}

@keyframes scroll5 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        top: 0
    }

    50% {
        top: 50%
    }

    100% {
        top: 100%;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }
}

.line-item.five,
.line-item.six,
.line-item.seven {
    width: 100%;
    height: 25%;
    border-bottom: 1px solid rgba(24, 24, 24, 0.05);
    position: absolute;
    top: 0;
    left: 0;
}

.line-item.six {
    top: 25%;
}

.line-item.seven {
    top: 50%;
}


#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    list-style: none;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#services .owl-carousel .owl-item img {
    width: auto;
    filter: brightness(0.5);
}
#services .item:hover img{
    filter: none;
}
#services .item {
    direction: rtl;
    position: relative;
    transition: all .3s;
    /*    padding: 0 5px;*/
    border: 1px solid #f7f7f7;
}

#services .item:hover {
    border-color: transparent;
    transition: all .3s;
}

#services .item:before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    border: 1px solid #ddd;
    border-top-color: #00713c;
    border-bottom-color: #00713c;
    border-right-color: #00713c;
    border-left-color: #00713c;
    opacity: 0;
    transition: all .3s;
    left: 0;
    top: 0;
    border-right: 0;
}

#services .item:after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    border: 1px solid #ddd;
    border-bottom-color: #00713c;
    border-top-color: #00713c;
    border-left-color: #00713c;
    border-right-color: #00713c;
    opacity: 0;
    transition: all .3s;
    right: 0;
    top: 0;
    border-left: 0;
}

#services .item:hover:after,
#services .item:hover:before {
    transition: all .3s;
    width: 50%;
    opacity: 1;
}

#services .item:hover {
    box-shadow: 0px 5px 25px 0px rgba(170, 255, 157, .15);
    transition: all .3s;
}

.ser-slider.owl-carousel .owl-item {
    /*    padding: 15px;*/
}

.service2 .container {
    padding: 0;
}

#services .item a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}

#services .block .inner {
    padding: 30px !important;
}

#services .block .inner h3 {
    font-size: 21px !important;
}

.servo:before {
    transform: rotate(-90deg) translateY(-50%) !important;
    left: -5% !important;
    top: 38% !important;
}



.owl-controls .owl-dots {
    display: block;
    width: 100%;
    /*    position: absolute;*/
    /*    bottom: 30px;*/
    left: 0;
    z-index: 5;
    text-align: center;
}

#services .owl-controls .owl-dots {
    margin-top: 50px;
}



.owl-controls .owl-dots .owl-dot {
    display: inline-block;
}

.owl-controls .owl-dots .owl-dot span {
    display: block;
    width: 11px;
    height: 11px;
    margin: 0 4px;
    opacity: 1;
    border-radius: 100%;
    transition: all .3s;
    position: relative;
    background-color: #ebebeb;
}

/*
.owl-controls .owl-dots .owl-dot span:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    background-color: #ebebeb;
    border-radius: 100%;
}
*/

.owl-controls .owl-dots .owl-dot.active span {
    transition: all .3s;
    background: -webkit-linear-gradient(left, #00713c, #00713c);
}

#projects .title h1 {
    color: #00713c;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

#projects .title h1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/pro-after.png);
    width: 88px;
    height: 10px;
}

#projects .p-body:after {
    content: '';
    position: absolute;
    bottom: 60px;
    right: -10px;
    background-image: url(../images/patt.png);
    width: 200px;
    height: 200px;
    z-index: -1;
}

#projects .p-body {
    position: relative;
}

footer .conto li {
    position: relative;
    direction: ltr;
    line-height: normal;
    padding-right: 40px;
    margin-bottom: 20px;
}

footer .conto li i {
    text-align: center;
    position: absolute;
    right: 0;
    top: 4px;
}

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

.clients .item img {
    width: auto;
}

#projects:after {
    background-image: url(../images/pro-after2.png);
    position: absolute;
    right: 0;
    top: 0;
    height: 98px;
    width: 100%;
    opacity: 1;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#projects {
    padding-top: 150px;
    margin-top: 20px;
}

#clients {
    position: relative;
    padding-top: 120px;
    margin-top: 0;
    padding-bottom: 120px;
}

#clients:before {
    /*content: '';
    background-image: url(../images/cl-before.png);
    height: 111px;
    width: 100%;
    position: absolute;
    top: -70px;
    right: 0;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;*/
}

footer .links li a:hover {
    color: #00713c;
}

.service2 .title h1 {
    /*background: -webkit-linear-gradient(#00713c 30%, #00713c);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    position: relative;
}

.service2 .title h1:before {
    content: '';
    position: absolute;
    width: 54px;
    height: 54px;
    background-image: url(../images/serv-bef.png);
    background-repeat: no-repeat;
    background-position: center;
    top: -20px;
    margin-right: -70px;
}

.top-section .top-inner {
    position: relative;
}

.top-section .top-inner:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -140px;
    width: 100%;
    height: 316px;
    background-image: url(../images/hero-af.png);
    background-position: 66% 100%;
    background-repeat: no-repeat;
    z-index: -1;
}


#about-m {
    padding: 100px 0 80px;
}

#single{
    padding: 100px 0;
}

.text-box p {
    color: #808080;
    font-size: 16px;
    line-height: 2;
}

#about-m .title,
.more-about .title,
.massage-boss .title,#single .title {
    text-align: right;
    margin: 0;
}

#about-m .title h1,
.more-about .title h1,
.massage-boss h1,
.investment h1,#single .title h1 {
    font-size: 25px;
    margin-bottom: 25px;
    line-height: 1;
    /*background: -webkit-linear-gradient(#115195 30%, #009e7c);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}

.img-box {
    max-height: 360px;
    overflow: hidden;
    display: block;
    position: relative;
    box-shadow: -4px 6px 20px rgba(0, 158, 124, 0.15);
    padding: 0 !important;
    border-radius: 5px;
}

.img-box img {
    height: 100%;
    width: 100%;
}

.text-box ul li {
    color: #808080;
    font-size: 15px;
    line-height: 28px;
    padding: 0 12px 15px 0;
    position: relative;
}

.text-box ul li:before {
    content: "\f0d9";
    font-family: FontAwesome;
    right: 0;
    position: absolute;
    background: -webkit-linear-gradient(#115195 30%, #009e7c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.massage-boss {
    padding: 80px 0;
}

.data-box {
    padding: 0 0 0 50px;
}

.investment {
    padding: 0 0 100px;
}

.serv-inner:after,
.proj-inner:after {
    display: none;
}

.proj-inner {
    padding: 70px 0 !important;
    margin: 0 !important;
}

.req-data h3 {
    font-size: 28px;
    font-family: bahijBold;
    color: #015445;
    position: relative;
    margin-bottom: 20px;
    /*background: -webkit-linear-gradient(#115195 30%, #009e7c);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}

.request {
    padding: 100px 15px;
}

.form-group label {
    font-family: bahijBold;
    font-size: 14px;
    color: #444;
    margin: 15px 0;
    display: block;
}

.request .form-group .form-control,
.request .form-group .upload {
    height: 50px;
    border-radius: 3px;
    line-height: 50px;
    padding: 0 15px;
    color: #473f3c;
    font-size: 14px;
    border: 1px solid #d3d2d2;
    box-shadow: 0 1px #cccccc;
    font-weight: normal;
    font-family: bahijPlain;
}

.request .form-group textarea.form-control {
    height: 150px;
}

.request .form-group {
    margin-bottom: 30px;
}

.request .form-group .form-control:focus {
    box-shadow: 0 1px #009e7c;
    border-bottom-color: #009e7c;
    transition: all .3s;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.request .form-group .upload i {
    display: inline-block;
    background-color: #009e7c;
    color: #fff;
    height: 50px;
    font-size: 20px;
    line-height: 47px;
    padding: 0 25px;
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
    left: 15px;
}

.request .req-form .form-group .btn-style {
    display: inline-block;
}

.req-data span {
    color: #ccc;
    font-size: 14px;
}

.contact .con-data {
    float: left;
    background-color: #00713c;
    border-radius: 10px;
    padding: 63px 30px;
    position: relative;
    margin-top: 30px;
    overflow: hidden;
}

.contact .con-data .em-ico {
    position: absolute;
    left: 23px;
    z-index: 1;
    top: 19px;
    color: #fff;
    font-size: 35px;
}

.contact .con-data h4 {
    color: #fff;
    font-size: 15px;
    font-family: bahijBold;
    margin-bottom: 30px;
}

.contact .con-data h4 i {
    margin-left: 5px;
}

.contact .con-data ul li {
    margin-bottom: 35px;
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
}

.contact .con-data ul li span {
    color: #fff;
    font-size: 13px;
    margin: 0 15px;
}

.contact .con-data .social {
    border-top: 1px solid #ddd;
    padding-top: 30px;
    text-align: center;
}

.contact .con-data .social a {
    color: #bfbfbf;
    margin-left: 30px;
    transition: all .3s;
}

.contact .con-data:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-left: 160px solid #00713c;
    border-right: 50px solid transparent;
    border-bottom: 130px solid transparent;
    z-index: 0;
}

.contact {
    padding: 70px 15px;
}

.contact .con-form {
    padding-left: 50px;
}

.contact-us .con-head {
    margin-bottom: 50px;
}

.contact .req-data h3 {
    margin-bottom: 10px;
}

.contact .req-data {
    margin-bottom: 30px;
}

.contact .form-group {
    margin-bottom: 30px;
}

.form-control {
    outline: none !important;
}

.form-control:focus {
    border-top-color: #b0d893;
    border-bottom-color: #4bb29e;
    border-right-color: #b0d893;
    border-left-color: #4bb29e;
}

.contact .con-data {
    /*background: -webkit-linear-gradient(left, #115195, #009e7c);
    background: -webkit-linear-gradient(left, #b0d893, #4bb29e);*/
}

.contact .con-data:after {
    border-left: 160px solid #00713c;
}

.contact .con-data h4 {
    font-size: 20px;
}

.contact .con-data ul li {
    font-size: 15px;
    line-height: 2;
}

.contact .con-data ul li span {
    font-size: inherit;
     margin: 0;
}

.contact .con-data .social a {
    color: #fff;
    font-size: 19px;
}

.contact .con-data .social {
    border-top: 1px solid #00713c;
}


.contact .con-data ul li {
    position: relative;
    padding-right: 20px;
}

.contact .con-data ul li i {
    position: absolute;
    right: 0;
    top: 5px;
}

#ar, #en {
    font-family: bahijplain;
}

.logo span {
    display: inline-block;
    font-family: bahijbold;
    font-size: 18px;
    position: relative;
    /*top: 27px;*/
    background: -webkit-linear-gradient(left, #115195, #009e7c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #04957d;
}

.logo img {
    margin-left: 15px;
    float: right;
}

.logo span {
    text-transform: uppercase;
}

.txt_alt {
    display: inline-block;
    text-align: center;
    position: relative;
    top: 25px;
    left: 25px;
}

.txt_alt h3 {
    color: #00713c;
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 5px;
}

.txt_alt p {
    color: #00713c;
    font-family: bahijbold;
    font-size: 17px;
}

.txt_alt span {
    background: transparent;
    color: #00713c;
    -webkit-text-fill-color: inherit;
    font-family: bahijplain;
    font-size: 10px;
}
#about-m .title h1, .more-about .title h1, .massage-boss h1, .investment h1, #single .title h1 {
    font-size: 25px;
    margin-bottom: 25px;
    line-height: normal;
    /*background: -webkit-linear-gradient(#00713c 30%, #00713c);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}

.req-data h3 {
    font-size: 28px;
    font-family: bahijBold;
    color: #00713c;
    position: relative;
    margin-bottom: 20px;
    /*background: -webkit-linear-gradient(#00713c 30%, #00713c);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}

.contact .con-data {
    /*background: -webkit-linear-gradient(left, #00713c, #422425);*/
}

.contact .con-data:after {
    border-left: 160px solid #242021;
}
.contact .con-data .social {
    border-top: 1px solid #00713c;
}

.form-control:focus {
    border-color: #00713c;
}

#projects .title h1:after{
    filter: grayscale(1);
}

#ar:hover, #en:hover {
    color: #00713c;
}
/*************************************************************************************/
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 0;
    margin: 0;
}


/*****************************************************************************************/

/* Start Courses-m */
.courses-m {
    padding: 90px 0;
}

.courses-m .title {
    text-align: center;
}

.courses-m .title h3::after {
    left: 0;
    margin: auto;
}

.nav-tabs {
    text-align: center;
    border: none;
    margin-bottom: 35px;
}

.nav-tabs li {
    float: none !important;
    display: inline-block;
    border-bottom: 2px #e5e5e5 solid;
    margin: 0 -2px;
}

.nav-tabs li a {
    display: block;
    margin: 0 5px !important;
    padding: 15px 10px;
    color: #a6a6a6;
    box-shadow: none !important;
    font-size: 16px;
    border: none !important;
    position: relative;

    font-weight: normal;
    text-decoration: none !important;
}

.nav-tabs li a::after {content: "";height: 3px;width: 100%;background: #00713c;position: absolute;bottom: -2px;right: 0;left: 0;margin: auto;opacity: 0;visibility: hidden;border-radius: 5px;}

.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
    color: #00713c;
}

.nav-tabs li.active a::after, .nav-tabs li.active a:hover::after, .nav-tabs li.active a:focus::after {
    opacity: 1;
    visibility: visible;
}

.nav-tabs li a:first-child {
}

.nav-tabs li:first-child a {
    margin-right: 0;
}

.nav-tabs li:last-child a {
    margin-left: 0;
}

.block-courses {
    display: block;
    height: 230px;
    position: relative;
    margin-bottom: 70px;
}

.block-courses .img {
    height: 100%;
    margin: 15px 0;
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.block-courses .details {
    position: absolute;
    z-index: 2;
    background: #fff;
    padding: 15px 5px;
    border-radius: 15px;
    width: 85%;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 0;
    box-shadow: 7px 7px 50px rgba(26, 26, 26, .03);
    transform: translateY(50%);
    transition: all .3s;
}

.block-courses .details .name-course h4 {
    font-size: 16px;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.block-courses .details .name-course {
    padding-right: 10px;
}

.block-courses .details .name-course::before {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	border: 2px #00713c solid;
	right: 7px;
	border-radius: 50%;
	top: 13px;
	transition: all .3s;
}

.block-courses .details .name-course p {
    font-size: 11px;
    color: #666666;
    line-height: 20px;
    margin-top: 15px;
    height: 39px;
    overflow: hidden;
}

.block-courses .details .time-m, .block-courses .details .time-m span, .block-courses .details .time-m h4 {
    font-size: 10px;
    color: #00713c;
    display: inline-block;
}

.block-courses .details .time-m {
    background: #f1f6fb;
    width: 90px;
    text-align: center;
    border-radius: 50px;
    margin-top: 4px;
}

.block-courses .details .time-m i {
    margin-left: 3px;
}

.block-courses .details .price-m {
    text-align: center;
    color: #00713c;
    font-size: 16px;

    margin-top: 24px;
    transition: all .3s;
}

.block-courses:hover {}
/*
.block-courses:hover .details {
    height: 160px;
    transform: translateY(-30px);
    background: #00713c;
    text-align: center;
}


.block-courses:hover .details .col-md-7.col-xs-12, .block-courses:hover .details .col-md-5.col-xs-12 {
    width: 100%;
}

.block-courses:hover .details .name-course h4, .block-courses:hover .details .name-course p {
    color: #fff;
}

.block-courses:hover .details .price-m {
    display: none;
}

.block-courses:hover .details .name-course::before {
    border-color: #979797;
    background: #979797;
    right: 18%;
}
*/
.block-courses:hover .details .time-m h4 {
    /* display: none; */
}

.block-courses .details .col-md-5.col-xs-12 {
    float: left;
}

.block-courses .details .time-m h4 i {
    margin: 0;
    font-style: normal;
}

.block-courses:hover .details .time-m h4 i {
 
}
/*
.block-courses:hover .details .time-m i {
    display: block;
    margin: 0;
}
*/
.block-courses:hover .details .time-m {
    width: 45px;
    height: 45px;
    background: #2a8b5ef2;
    border-radius: 50%;
    padding: 9px 0;
}

.block-courses:hover .details .time-m i, .block-courses:hover .details .time-m h4 span {
    color: #fff;
}

.block-courses:hover .details .time-m h4 {
    margin: 5px 0;
}

.courses-m .btn-more {
    display: table;
    margin: 40px auto 0;
}

.courses-m .btn-more i {
    font-style: normal;
    color: #fff;
}

.courses-m .btn-more span {
    font-size: 16px;
    /* padding: 0 12px; */
}

.courses-m .btn-more:hover span {
	color: #fff;
}

.courses-m .btn-more::before {
    width: 45px;
    height: 45px;
}

.courses-m .btn-more:hover::before {
	width: 100%
}
.nav-tabs li.active a:before, .nav-tabs li.active a:hover:before, .nav-tabs li.active a:focus:before, .nav-tabs li a:hover:before, .nav-tabs li a:focus:before {
    height: 2px;
}
/* End Courses-m */
.massage-boss{
  display: none;  
}
.more-about{
    padding-bottom: 70px;
}
.top-section{
    overflow: hidden;
}
.services-search .block .inner img{
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
/************************************************************************/
.certifications{
    padding: 70px 0;
}
.certificate-box{
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    margin-bottom: 30px;
}
.certificate-box .box-img{
    position: relative;
    height: 330px;
}
.certificate-box .box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background-color: #fff;
}
.certificate-box .box-img:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #00000099;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.certificate-box:hover .box-img:before{
    opacity: 1;
}
.certificate-box .link{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
}
.certificate-box .link a{
    width: 40px;
    height: 40px;
    background: #fff;
    color: #333;
    position: relative;
    top:45%;
    opacity:0;
    font-size: 16px;
    line-height: 40px;
    margin-right: 5px;
    display: inline-block;
    transform: rotateZ(-360deg);
    transition:all 0.3s ease 0s;
    border-radius: 100%;
}
.certificate-box .link a:hover{
    text-decoration: none;
    color:#fff;
    background: #009e7c;
}
.certificate-box:hover .link a{
    transform: rotateZ(0deg);
    opacity:1;
}
/******************/

.single-slider-img{
    height: 400px;
    overflow: hidden;
    display: block;
    position: relative;
    box-shadow: -4px 6px 20px rgba(0,158,124,.15);
    padding: 0 !important;
    border-radius: 5px;

}
.single-slider-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.single-slider-box .owl-controls .owl-dots{
    margin-top: 10px;
}

/***********************************************************/
.branches{
    padding-bottom: 80px;
}
.branches .req-data h3 {
        margin-top: 0;
}
.branche-boxs{
    border: 1px solid #ddd9;
    border-radius: 8px;
}
.branche-box{

    padding: 20px;
}
.branch-map{
    padding: 0;
    overflow: hidden;
}
.contact-map{
    height: 320px;
    width: 100%;
}
.branche-boxs{
    margin-bottom: 30px;
}
.contact-map iframe{
    width: 100%;
    height: 100%;
}
.branche-box h3{
    font-size: 18px;
    font-family: bahijBold;
    margin: 5px 0 18px 0;
}
.branche-box h4{
    font-size: 16px;
    font-family: bahijBold;
    margin: 0 0 10px 0;
}
.branche-box h3 i,
.branche-box h4 i{
    margin-left: 5px;
}
.branche-box ul li{
    margin-bottom: 20px;
}
.branche-box ul li a,
.branche-box ul li p{
    margin: 0 7px;
    font-size: 15px;
    color: #626262;
}
.branche-box ul li a i,
.branche-box ul li p i{
    background-color: #00713C;
    width: 25px;
    height: 25px;
    line-height: 27px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-size: 15px;
    margin: 0 7px;
}
.top-contact{
    float: left;
    display: inline-block;
}
.top-contact ul li {
    padding: 7px 20px;
    float: unset;
}

.top-contact ul li:hover a{
    background: transparent;
    color: #00713C;
}
/******************************************************************************************/
/******************************** apply-page ***********************************************/
.apply-page{
  padding: 80px 0;
}
.apply-form{
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  padding: 22px 27px;
  border-radius: 4px;
}
.apply-page .apply-form .form-control,
.con-form .form-control{
    width: 100%;
}
.apply-form .form-control {
  height: 45px;
  border: 1px solid #dbdbdb;
  font-size: 14px;
  border-radius: 4px;
  color: #000;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: unset;
  transition: all .3s ease-in;
  text-align: right;
  
}
.apply-form textarea{
  height: unset !important;
  padding: 15px;
  transition: all .3s ease-in;
  border-radius: 3px;
}
.apply-form button {
  margin-top: 6px;
  padding: 12px 40px;
  width: 100%;
  background-color: #006e39;
  color: #fff;
  box-shadow: unset;
  border: 1px solid #006e39;
  transition: all .3s ease-in;
  font-size: 16px;
  border-radius: 3px;
}
.apply-form button:hover{
  background-color: #006e39;
  border: 1px solid #006e39;
}
.apply-form .form-control:focus{
  border: 1px solid #006e39;
  box-shadow: unset;
}

.apply-page .title {
    font-size: 19px;
    color: #4c4c4c;
    margin: 0 0 28px;
    position: relative;
    text-align: right;
    font-weight: 600;
}

.apply-page .title::after {
  content: '';
  position: absolute;
  bottom: -12px;
  right: 0;
  width: 46px;
  height: 3px;
  background-color: #006e39;
}
/***********************/
.apply-form label.input-group-btn {
  left: -4px;
  right: auto;
  z-index: 4;
  background: none;
  width: 60px;
  height: 45px;
  margin: 0 !important;
  position: absolute;
  top: -1px;
  padding: 0;
}
.apply-form label.input-group-btn .btn.btn-primary {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  line-height: 46px;
  font-size: 17px;
  margin: 0;
  background-color: #006e39 !important;
  border: none;
  border-radius: 15px;
  background-image: unset;
}
.apply-form .input-group {
  height: 45px;
  border: 1px solid #cccccc87;
  font-size: 16px;
  border-radius: 5px;
  color: #878787;
  width: 100%;
  margin-bottom: 10px;
}
.input-upload{
  position: absolute;
  background: #fff !important;
  box-shadow: unset !important;
  height: 44px !important;
  border: 0!important;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.apply-con{
  margin-bottom: 30px;
}
.apply-con p{
  color: #75777B;
}

.apply-form form h4{
  font-size: 19px;
  margin-bottom: 20px;
}
.apply-form form label{
  margin-bottom: 8px;
  font-size: 15px;
}
.apply-form .form-group {
  margin-bottom: 20px;
}
.apply-form .form-group.apply-submit{
  margin-bottom: 0;
}
/*************************************/
.add-file_button{
  padding: 9px !important;
  margin-top: 1px !important;
  background-color: #006e39;
}


.submit{
  margin: 6px 0;
  padding: 9px 45px;
  text-align: center;
  background-color: #006e39;
  color: #fff;
  box-shadow: unset;
  border: 1px solid #006e39;
  transition: all .3s ease-in;
  font-size: 16px;
  border-radius: 3px;
}
.submit:hover {
  background-color: #006e39;
  border: 1px solid #006e39;
}
a:focus{
  outline: unset;
}


/******************************************************************************************/
/******************************************************************************************/

.main-timeline{

}
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline:before{
    content: '';
    background-color: #555;
    height: 100%;
    width: 5px;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    right: 50%;
}
.main-timeline .timeline{
    width: 50%;
    padding: 0 0 0 100px;
    margin: 0 10px 45px 0;
    float: right;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline:before{
    content: '';
    background-color: #fff;
    height: 5px;
    width: 80px;
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: -1;
}
.main-timeline .timeline-content{
    color: #555;
    background-color: #fff;
    text-align: center;
    padding: 0;
    border-radius: 10px;
    display: block;
    overflow: hidden;

}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-year{
    color: #000;
    background: -webkit-linear-gradient(left,#00713c,#00713c);
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 80px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    position: absolute;
    left: -36px;
    top: 0;
    z-index: 1;
}
.main-timeline .timeline-year:before{
    content: '';
    background-color: #fff;
    height: 80%;
    width: 80%;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
}
.main-timeline .timeline-icon{
    color: #121365;
    font-size: 35px;
}
.main-timeline .title{
    color: #fff;
    background: linear-gradient(to right,#121365,#4546D0);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px;
    margin: 0 0 10px;
    border-radius: 20px 20px 0 0;
}
.main-timeline .description{
    font-size: 14px;
    letter-spacing: 0;
}
.main-timeline .timeline-con{
    position: absolute;
    width: 50%;
    background: #00000085;
    height: 100%;
    top: 0;
    padding: 20px;
    border-radius: 0 10px 10px 0;
}
.timeline-con h3,
.timeline-con p{
    color: #fff;
}
.timeline-bg{
    color: #555;
    background-color: #fff;
    text-align: center;
    padding: 0;
    border-radius: 10px;
    display: block;
    height: 220px;
    overflow: hidden;
    position: relative;
}
/********************************************/
.main-timeline .timeline:nth-child(even){
    padding: 0 100px 0 0;
    margin: 0 0 45px 10px;
    float: left;
}
.main-timeline .timeline:nth-child(even):before{
    right: 50px;
    left: auto;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
    left: auto;
    right: -25px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    right: auto;
    left: 20px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-year,
.main-timeline .timeline:nth-child(4n+2) .title{
    /*background: linear-gradient(to right,#FB6894,#FBB508);*/
}
.main-timeline .timeline:nth-child(4n+2) .timeline-icon{ color: #FB6894; }
.main-timeline .timeline:nth-child(4n+3) .timeline-year,
.main-timeline .timeline:nth-child(4n+3) .title{
    /*background: linear-gradient(to right,#4B49C3,#EB66B4);*/
}
.main-timeline .timeline:nth-child(4n+3) .timeline-icon{ color: #4B49C3; }
@media screen and (max-width:767px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        padding: 95px 0 0;
        margin: 0 0 20px;
        float: none;
    }
    .main-timeline .timeline:before{ display: none; }
    .main-timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year{
        left: 50%;
        transform: translateX(-50%);
    }
}
@media screen and (max-width:567px){
    .main-timeline .title{ font-size: 18px; }
}

.history-img{
    height: 400px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    padding: 0 !important;
}
.history-imggg{
    height: 400px !important;
    margin: 0 0 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
}
.history-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.index-slider{
    position: relative;
}
@media screen and (max-width:567px){
    .history-img{
        height: 300px !important;
    }
}
/*************************************** index-slider ****************
.index-slider{
    position: relative;
}
.index-header{
    position: absolute;
    z-index: 1000;
    width: 100%;
}
.index-header header,
.index-header nav.navbar.navbar-inverse.moved,
.index-header #search{
    background: transparent;
}
.index-header header ul li,
.index-header .navbar-inverse .navbar-nav li a,
.index-header .lang,
.index-header .search,
.index-header #ar,
.index-header #en{
    color: #fff;
}
.index-header .navbar-inverse .navbar-nav li a i,
.index-header .navbar-inverse .navbar-nav li a:hover,
.index-header .navbar-inverse .navbar-nav li.current-menu-item a,
.index-header .navbar-inverse .navbar-nav li a:focus,
.index-header .navbar-inverse .navbar-nav li a:active {
    color: #fff;
    -webkit-text-fill-color: #fff;
}


.index-header .navbar-inverse .navbar-nav li a:after {
    background: #fff;
    background: -webkit-linear-gradient(left,#fff,#fff);
}
*********************************************/
.menu-item-has-children {
    position: relative;
}
.menu-item-has-children .sub-menu {
    position: absolute;
    right: 0;
    left: auto;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: all .3s;
    min-width: 160px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #ffffff;
    z-index: 11;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transition: all .3s ease;
}

.menu-item-has-children .sub-menu li {
    display: block !important;
    margin: 0 !important;
}

.menu-item-has-children .sub-menu li:before {
    display: none;
}

.menu-item-has-children .sub-menu li a {
    display: block;
    padding: 8px 10px !important;
    font-weight: normal;
    font-size: 15px !important;
    color: #4c4c4c !important;
}

.menu-item-has-children .sub-menu li a:before {
    display: none;
}

.menu-item-has-children .sub-menu li a:hover {
    background-color: #2D2874;
    color: #00713c !important;
    -webkit-text-fill-color: #00713c !important;
    transition: all .3s;
}

.menu-item-has-children > a::before {
    font-family: 'FontAwesome';
    content: "\f107";
    display: inline-block;
    margin-left: 0;
    transition: all .3s;
    position: absolute;
    left: 0;
}
.sidebar-nav .menu-item-has-children>a:before{
    margin: 0 15px;
}
.menu-item-has-children:hover > a:before {
    transform: rotate(-180deg);
    transition: all .3s;
}
.main-head .main-nav li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    opacity: 0;
    transition: all .3s;
    display: none;
    
}

.main-head .main-nav li a:hover:before,
.main-head .main-nav li.current-menu-item a:before {
    width: 100%;
    opacity: 1;
    transition: all .3s;
}

.menu-item-has-children .sub-menu li a:hover {
    background-color: transparent;

}
.menu-item-has-children .sub-menu {
    border: 0;
    border-radius: 5px;
    min-width: 200px;
    overflow: visible;
}

/********************************************************************************/
.serv_li .sub-menu{
    min-width: 800px;
    padding: 5px;
    right: -260px;
    left: 0;
    float: unset;
    text-align: unset;
}
.serv_li .sub-menu li{
    display: inline-block!important;
    width: 20%;
    margin-bottom: 15px !important;
    padding: 5px;
}
.serv_li .sub-menu>li>a {
   display: block;
    padding: 10px 10px !important;
    width: 100%;
    position: relative;
    bottom: -115px;
    text-align: center;
}
.serv_li .sub-menu>.active>a, 
.serv_li .sub-menu>.active>a:focus, 
.serv_li .sub-menu>.active>a:hover {
    color: #0098B3 !important;
    text-decoration: none;
    background-color: transparent !important;
    outline: 0;
}
.serv_li .sub-menu>li>a:hover {
    color: #0098B3 !important;
    background-color: transparent !important;
}
.serv_li li img {
       width: 100%;
    height: 115px;
    object-fit: cover;
    object-position: center;
    float: right;
    display: block;
    position: relative;
    top: -40px;

}
.serv_li li a::after {
    display: none;
}
/*************************************** request-page ******************************/
.request-page{
    padding: 70px 0;
}
.request-page .title {
    font-size: 18px;
    color: #4c4c4c;
    margin: 0 0 40px;
    position: relative;
    text-align: right;
    font-weight: 600;
}
.request-page .title::after {
    content: '';
    position: absolute;
    bottom: -12px;
    right: 0;
    width: 46px;
    height: 3px;
    background-color: #006e39;
}
.request-page .apply-form {
    padding: 50px 20px;
}
.request-page .apply-form form label {
    font-weight: 200 !important;
    font-size: 14px;
    margin-top: 10px;
}
.request-page label{
    text-align: center;
}
.request-page .form-control {
    height: 40px;
    line-height: 40px;
}
.re-middel{
    padding: 20px 0;
}
.request-page .apply-form form .re-middel label{
    text-align: inherit !important;
}
.re-bottom{
    padding: 0;
}
.request-page .apply-form form .re-bottom h4 {
    font-size: 16px;
    margin: 0 0 20px 0;
}
.req-buttons a{
    display: inline-block;
    margin: 0 15px;
    background-color: #006e39;
    border: aliceblue;
    padding: 10px 33px;
    color: #fff;
    border-radius: 4px;
    font-size: 15px;
}
.re-middel label{
   text-align: inherit; 
   display: inline-block;
}
.re-middel .radio label{
  margin-left: 15px;  
}
.req-buttons{
    margin-top: 15px;
}
.re-colors input:last-child{
    margin-right: 20px;
}
.request-page textarea.form-control{
    width: 100%;
}
.request-others .apply-form .form-control{
    width: 100%;
}
/******************************/
.request-others label {
    text-align: inherit;
}
/**********************************************************/
.carton-archive-con{
    margin-bottom: 35px;
}
.carton-archive-con p{
    margin-bottom: 8px;
}
.carton-archive-con h4{
    margin: 20px 0 10px 0;
}
.carton-archive-box{
    margin-bottom: 30px;
    height: 240px;
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.carton-archive-box img{
    height: 100%;
    width: 100%;
}
.carton-archive-box.material-box{
    height: 370px;
}
.cartoon-tabs-con{
    text-align: center;
}
.cartoon-tabs-con .nav-tabs li {
    border-bottom: none;
}
.cartoon-tabs-con .nav-tabs li a{
    border: 1px solid #d7d7d7 !important;
    border-radius: 5px;
    font-size: 15px;
    padding: 12px 12px;
}
.cartoon-tabs-con .nav-tabs li a::before,
.cartoon-tabs-con .nav-tabs li a::after{
    display: none;
}
.cartoon-tabs-con .nav-tabs li.active a,
.cartoon-tabs-con .nav-tabs li.active a:hover,
.cartoon-tabs-con .nav-tabs li.active a:focus {
    background: #00713c;
    color: #fff;
    border-color: #00713c !important;
}
.cartoon-tabs-con .carton-archive-box {
    margin-bottom: 30px;
    height: auto;
    border-radius: 0;
    overflow: inherit;
    border: 0;
}
.cartoon-tabs-con .carton-archive-box a{
    height: 240px;
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #ddd;
    display: block;
}
.cartoon-tabs-con .carton-archive-box .cartoon-n h4{
    font-size: 15px;
    margin: 10px 0;
}

/***********************************/
.ordersteps-con{
    position: relative;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 30px 15px;
    z-index: 5;
    background: #fff;
}
.ordersteps-con span{
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background: #006F3B;
    color: #fff;
}
.ordersteps-con h4{
    font-size: 16px;
    display: block;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
        margin: 10px 0;
}
.ordersteps-con ul li{
    margin: 0 12px 5px 0;
    position: relative;
}
.ordersteps-con ul li:before{
    content: '';
    position: absolute;
    top: 6px;
    right: -10px;
    padding: 3px;
    background: #006f3b;
    border-radius: 25px
    
}
.ordersteps .row2{
    margin: 50px 0;
}

.order-conn{
    position: relative;
    z-index: 5;
}
/*
.order-conn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border: 2px solid transparent;
    border-top-color: black;
    border-left-color: black;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    position: relative;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(0deg);
    margin: 30px auto;
}
.order-conn:before {
    content: "";
    position: absolute;
    top: 126px;
    left: 96%;
    height: 0;
    width: 0;
    border-left: 30px solid black;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(30deg);
}


BELOW IS FOR DEMO ONLY*/
/*
.order-conn:hover {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
  transition: all 0.8s;
}
*/
.order-conn svg {

  display: block;
  margin: 0em auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
 
}

/***********************/
.graph__wrapper {
  width: 400px;
  margin: 30px auto;
  position: relative;
  svg {
    position: absolute;
    margin: 36px 0px 0px 15px;
  }
}
.path {
  stroke-dasharray: 428;
  stroke-dashoffset: 428;
  animation: dash 3s linear forwards;
  animation-iteration-count: 1;
  animation-delay: 1s;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.description {

  color: lighten(@darkgrey, 50%);
  text-align: center;
  margin: 40px 0px;
}


/********************************************************/
#line
{
   stroke-dasharray: 5;
  stroke-dashoffset: 10;
  -webkit-animation: draw 1s linear infinite;
}

@-webkit-keyframes draw
{
  to { stroke-dashoffset: 0;}
}
.en-lang{
    display: none;
}
/*****************************************8
.order-conn22{
    
}
.order-conn22 .row2 {
    margin: 60px 0;
}

.order-conn:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    height: 95%;
    width: 77%;
    border: 3px solid #ddd;
    margin: 0 auto;
        -webkit-animation: rotation 100s infinite linear;
}
.order-conn:before {
    content: "";
    position: absolute;
    bottom: -26px;
    left: 0;
    right: 0;
    height: 95.5%;
    width: 77.5%;
    border: 8px dashed #ddd;
    margin: 0 auto;
    -webkit-animation: rotation 100s infinite linear;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}
*/

/*********************** imp ******************************/
.english-liner{
    display: none;
}
.ordersteps-mobile{
    display: none;
}
.ordersteps-big .order-conn {
    padding-bottom: 40px;
}
/***********************/
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 0!important;
}
div.wpcf7-response-output {
    margin: 0!important;
    padding: 0!important;
    border: 0!important;
}
div.wpcf7-mail-sent-ok {
    border: 0!important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 0 !important;
}
div.wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: 0;
}
.request-commercial .re-colors .span.wpcf7-not-valid-tip{
    
}
.request-commercial span.wpcf7-not-valid-tip {
    direction: rtl;
    width: 100%;
    text-align: center;
}
.request-commercial .re-colors input{

}


/****************************************************************/
.home-services2 .h-service-block{
    margin-bottom: 30px;
}
.whatsapp-icon a i.fa.fa-whatsapp {
    width: 55px;
    height: 55px;
    line-height: 55px;
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 30px;
    background: #13cc07;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 36%);
    animation: whatsapp 3s infinite linear;
    z-index: 5;
}
@keyframes whatsapp {
    0%, 100% {
        transform: translateY(-10px)
    }
    50% {
        transform: translateY(0px)
    }
} 

/*********************************************************************/
.ordersteps-con .img{
    height: 120px;
    width: 100%;
    border-radius: 5px;
}
/***********************************************************************/
/*************************** sustainability ***************************/
.sustainability{

}
.sustainability-block{
    padding: 70px 0;
}
.sustainability-con{
    
}
.sustainability-con h3{
    font-size: 22px;
    line-height: 32px;
    margin: 0px 0 14px 0;
}
.sustainability-block11 h3,
.sustainability-block11 p{
    text-align: center;
}
.sustainability-con p{
    font-size: 16px;
    margin: 0 0 12px 0;
}
.sustainability-img{
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
}
.sustainability-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.sustainability .sustainability-block:nth-child(even){
    background-color: #00713c;
}
.sustainability .sustainability-block:nth-child(even) h3,
.sustainability .sustainability-block:nth-child(even) p{
    color: #fff;
}
/***********************************************************************/
/*************************** our-team ***************************/
.our-team{
  
}
.our-team-block{
    padding: 70px 0;
}
.our-team-con{
    
}
.our-team-con h3{
    font-size: 22px;
    line-height: 32px;
    margin: 0px 0 14px 0;
}
.our-team-con p{
    font-size: 16px;
    margin: 0 0 12px 0;
}
.our-team-img{
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
}
.our-team-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.our-team .our-team-block:nth-child(even){
    background-color: #00713c;
}
.our-team .our-team-block:nth-child(even) h3,
.our-team .our-team-block:nth-child(even) p{
    color: #fff;
}

.history-con .col-md-6 {
    width: 100%;
}


.history-con .apply-form{
    display: none;
}


















.home-slider .text h1,
.title h1,
.title span,
.title4 h3,
.apply-page .title,
.request-page .title,
.sustainability-con h3,
.our-team-con h3,
.contact .req-data h3,
.contact .req-data span,
.branches .req-data h3,
footer h1,
.f-Certificates h1
{
    position: relative;
    z-index: 1;  
    display: inline-flex;
}
.title h1:after,
.home-slider .text h1:after,
.title4 h3:after,
.apply-page .title:after,
.request-page .title:after,
.sustainability-con h3:after,
.our-team-con h3:after,
.contact .req-data h3:after,
.branches .req-data h3:after,
footer h1:after,
.f-Certificates h1:after
{
    content: "";
    border-radius: 10px;
    height: 6px;
    position: absolute;
    left: 0;
    right: auto;
    bottom: 14px;
    z-index: -1;
    background-color: #00713C;
	width: 30%;
}

.service2.home-services2 .title h1{
    color: #071e3d;
}
.home-slider .text h1:after{
    height: 10px;
    bottom: 16px;
}
.title span:after,
.contact .req-data span:after{
    content: "";
    border-radius: 10px;
    height: 6px;
    position: absolute;
    left: 0;
    right: auto;
    bottom: 4px;
    z-index: -1;
    background-color: #b2b2b252;
	width: 30%;
}
.background4.section-timeline .title4 h3:after {
    background-color: #b2b2b2d6;
    bottom: 7px;
}
.apply-page .title,
.contact .req-data h3,
.branches .req-data h3{
    color: #071e3d;
    font-size: 25px;
}
.title4 h3,
.request-page .title,
.sustainability-con h3,
.our-team-con h3,
.branches .req-data h3
{
    font-size: 25px;  
     font-weight: 600;
}
.apply-page .title:after,
.request-page .title:after,
.sustainability-con h3:after,
.our-team-con h3:after,
.contact .req-data h3:after,
.branches .req-data h3:after,
footer h1:after,
.f-Certificates h1:after
{
    bottom: 3px;
/*     width: 100%; */
}
.sustainability .sustainability-block:nth-child(even) .sustainability-con h3:after,
.our-team .our-team-block:nth-child(even) .our-team-con h3:after
{
   background-color: #b2b2b278;  
}



/************************** f-Certificates *****************************/
.topf{
    padding-bottom: 0; 
    
}
.f-Certificates{
    text-align: center;
    background: #1A1A1A;
    padding: 30px 0;
}
.f-Certificates h1{
    color: #fff;
    font-size: 25px;  
    font-weight: 600;
    margin-bottom: 25px;
}
.f-Certificates ul{
    
}
.f-Certificates li {
    display: inline-flex;
    position: relative;
    height: 180px;
    overflow: hidden;
    z-index: 2;
    width: 18%;
   margin: 10px;
}
.f-Certificates li a{
    display: block;
    position: relative;
        height: 100%;
    width: 100%;

}
.f-Certificates li a::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #00713c;
    max-width: 100%;
    max-height: 100%;
    transition: all .3s;
    opacity: 0;
    transform: translate(-100%, -100%);
}
.f-Certificates li a:after {
    content: "\f002";
    position: absolute;
    width: 24px;
    height: 24px;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    transition: all .6s;
    transform: scale(0);
    opacity: 0;
    z-index: 5;
}
.f-Certificates li img{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    /* width: 100%; */
    /* height: 100%; */
    max-width: 100%;
    transition: all .3s ease-in-out;
    height: 100%;
    width: 100%;
    border-radius: 12
}
.f-Certificates li a:hover::after {
    opacity: 1;
    transform: none;
     z-index: 10;
}
.f-Certificates li a:hover::before {
    opacity: 0.5;
    transform: none;
    z-index: 10;
}




@media (max-width: 992px){
  .f-Certificates li{
        width: 30%;
        
    } 
}
@media (max-width: 767px){
  .f-Certificates li{
        width: 25%;
    } 
    .f-Certificates h1{
        font-size: 22px;  
    }
}


@media (max-width: 500px){
  .f-Certificates li{
        width: 47%;
    } 
    .f-Certificates h1{
        font-size: 22px;  
    }
}


@media (max-width: 400px){
  .f-Certificates li{
        width: 90%;
    } 
    .f-Certificates h1{
        font-size: 22px;  
    }
}

