@import "bootstrap.css";
@import "bootstrap-theme.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.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: #bf1e2e;
    -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;
*/
    margin-bottom: 10px;
}

.logo h1 {
    color: #404042;
    font-size: 14px;
    font-family: bahijLight;
    margin: 8px 0 4px;
    /* text-align: center; */
}

.logo h2 {
    color: #010101;
    font-size: 18px;
    font-family: bahijPlain;
    margin: 10px 0;
}

.logo h1,
.logo h2 {
    display: block;
    /* float: right; */
    text-align: center;
    margin: 0;
}

.btn-style {
    display: inline-flex;
    background: #414143;
    color: #fff;
    font-size: 18px;
    font-family: bahijSemiBold;
    padding: 10px 42px;
    border-radius: 50px;
    border: 1px #414143 solid;
    line-height: normal;
    justify-content: center;
    align-items: center;
}

.btn-style:hover {
    background: #fff;
    color: #414143;
}

header ul li {
    display: block;
    float: left;
    color: #808080;
    font-size: 16px;
    font-family: bahijPlain;
    padding: 18px 40px;
    position: relative;
}

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;
}

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;
}

.navbar-inverse .navbar-nav li a::after {
    content: "";
    position: absolute;
    height: 2px;
    background: #006b5e;
    transition: all .3s;
    right: 15px;
    width: 0;
    bottom: 0;
}

.navbar-collapse.collapse {
    padding: 0;
}

.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: #bf1e2e !important;
    background: none !important;
    box-shadow: none !important;
    outline: none;
}

nav.navbar.navbar-inverse.moved.active {
    position: fixed;
    z-index: 9;
    right: 0;
    left: 0;
    transition: all .5s;
    box-shadow: 0 0 20px rgba(14, 14, 14, 0.15);
}

.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;
}

.search {
    font-size: 18px;
}

.lang {
    font-size: 14px;
    padding-top: 18px;
}

/* End Nav */
/* Start Slider */
.banner .img {
    position: absolute;
    height: 100%;
    background-size: cover;
    width: 100%;
    display: block;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: 670px;
    background-position: center;
    background-size: cover;
    border-image: url(../images/bgslider.png);
}

.banner .item {
    height: 655px;
}

.banner {
    overflow: hidden;
}

.banner .container {
    position: relative;
    z-index: 3;
}

.banner .text {
    width: 100%;
    float: right;
    direction: rtl;
    margin: 60px 0;
}

.banner .text h1 {
    color: #fff;
    font-size: 42px;
    font-family: bahijBold;
    line-height: 70px;
    margin: 17% auto 0;
    width: 30%;
    /*float: right;*/
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 30px 0;
}

.banner .text h1 .textH {
    opacity: 0;
}

.banner .text h1 .textH.animateH {
    transform-style: preserve-3d;
    transition: all 4s ease-in-out;
    opacity: 1;
}

.borderan {
    height: 1px;
    width: 0%;
    background: #fff;
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    margin: auto;
}

.topB {
    top: 0;
}

.bottomB {
    bottom: 0;
}

.animateNow {
    transform-style: preserve-3d;
    transition: all 1s ease-in-out;
    width: 100%;
}

.banner .text p {
    font-size: 18px;
    color: #fff;
    font-family: bahijPlain;
    line-height: 36px;
    margin: 20px 0 40px;
    overflow: hidden;
    height: 105px;
}

.btn-style.transBg {
    border-color: #fff;
    background: transparent;
}

.btn-style.transBg:hover {
    border-color: #2a7d2e;
    background: #fff;
    color: #2a7d2e;
}

.marker::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #bf1e2e;
    z-index: -1;
    transform: rotate(135deg);
    width: 96%;
    height: 96%;
    margin: auto;
    transition: all .3s ease-in-out;
}

.marker::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    border: 1px #ffffff solid;
    transform: rotate(135deg);
    transition: all .3s ease-in-out;
}

.marker {
    width: 180px;
    height: 180px;
    display: flex;
    margin: auto;
    position: relative;
    text-align: center;
    font-size: 18px;
    color: #fff;
    justify-content: center;
    align-items: center;
    float: left;
    font-family: bahijSemiBold;
    padding: 15px;
    line-height: 32px;
}

.fullw {
    width: 100%;
    margin: 0 2px 0;
    display: block;
    float: left;
    position: relative;
    height: 255px;
}

.circel-anim {
    float: right;
    width: 60%;
    position: relative;
    top: 40px;
}

.marker:hover {
    color: #bf1e2e;
}

.marker:hover::before {
    border-color: #bf1e2e;
}

.marker:hover::after {
    background: #fff;
}

.circel-anim .marker.markerAim {
    -webkit-animation: orbit 1s linear;
    transition: none;
}

@-webkit-keyframes orbit {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) translateZ(0) rotateY(180deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(180deg) scale(1);
    }
}

#slider {
    overflow: hidden;
}

/* End Slider */
/* Start Services */
#services {
    padding: 80px 0 65px;
    text-align: center;
}

.title {
    text-align: center;
    margin-bottom: 10px;
}

.title span {
    display: block;
    color: #bfbfbf;
    font-size: 14px;
    font-family: bahijPlain;
}

.title h1 {
    color: #414143;
    font-family: bahijBold;
    font-size: 26px;
    margin: 0 auto 15px;
    line-height: normal;
    display: table;
    position: relative;
}

.title p {
    color: #171a17;
    font-family: bahijPlain;
    font-size: 16px;
    margin: 0;
    line-height: 32px;
    margin: 5px auto;
    width: 75%;
    text-align: justify !important;
}

.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: bahijSemiBold;
    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 */
#about-us {
    padding: 0 0 90px;
}

#about-us::after {
    content: "";
    /* background: url(../images/4.jpg) no-repeat; */
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: .08;
    background-size: cover;
}

.about-us::before {
    content: attr(data-plaec);
    position: absolute;
    font-size: 80px;
    color: #808080;
    opacity: .05;
    font-family: bahijBold;
    left: 3%;
    text-transform: uppercase;
    letter-spacing: 20px;
    top: 55px;
}

.inner h2 {
    color: #414143;
    font-size: 24px;
    font-family: bahijBold;
    margin: 25px 0 15px;
}

.inner p {
    color: #808080;
    font-size: 16px;
    font-family: bahijPlain;
    line-height: 36px;
    text-align: justify;
}

#about-us .inner::after {
    content: "";
    width: 1px;
    height: 260px;
    position: absolute;
    left: 0;
    background: #f7f7f7;
    top: 0;
    max-height: 260px;
    bottom: 0;
    margin: auto;
}

.inner {
    position: relative;
    padding-left: 20px;
}

.afterN .inner::after {
    display: none;
}

.inner .img::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: #f7f8fa;
    right: 0;
    margin: 0;
    border-radius: 100%;
    z-index: -1;
}

.inner .img {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 46px;
    height: 40px;
}

/* End AboutL */
/* Start Projects */
#projects {
    padding: 80px 0 0;
    text-align: center;
    background: #fcfcfc;
    border-image: url(../images/border-bottom.png);
    border-bottom: 3px #000 solid;
}

.inner .details h2 {
    font-size: 18px;
}

.owl-carousel .inner {
    display: block;
    padding: 50px 50px 20px;
    z-index: 4;
    direction: rtl;
}

.owl-carousel .inner .details h2 {
    height: 60px;
    line-height: 30px;
}

.owl-carousel .item:hover::after {
    box-shadow: 0px 0px 25px rgba(191, 30, 46, .1);
}

.projects-slider .item:hover::after {
    border: 1px rgb(191, 30, 46) solid !important;
}

.show-slider .item.bordr-b::after {
    border-left: 0;
}

.owl-carousel .item::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    transition: all .3s;
    /* background: #fff; */
    border: .5px #f7f7f7 solid;
    border-top: 0;
    border-right: 0;
}

.owl-carousel .item {
    position: relative;
    background: #fff;
}

.owl-carousel .owl-stage-outer {
    padding: 20px 0;
}

#projects .title h1 {
    color: #bf1e2e;
}

/* End Projects */
/* Start Clients */
#company {
    padding: 70px 0;
}

.company .item {
    position: relative;
    height: 120px;
    overflow: hidden;
    cursor: pointer;
}

.company .item img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    /*    width: 100%;*/
    /*    height: 100%;*/
    max-width: 150px;
    /*    max-height: 60px;*/
    transition: all .3s ease-in-out;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.company .owl-controls .owl-nav .owl-prev,
.company .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 35%;
    margin: 0;
    font-size: 22px;
    color: #c5c5c5;
}

.company .owl-controls .owl-nav .owl-next {
    right: 0;
}

.company .owl-controls .owl-nav .owl-prev {
    left: 0;
}

.company .owl-controls .owl-nav .owl-prev:hover,
.company .owl-controls .owl-nav .owl-next:hover {
    color: #bf1e2e;
}

.company .item:hover img {
    verical-align: middle;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/* End Clients */

/* Start Footer TopF */
.topf {
    background: #151515;
    padding: 70px 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: #bf1e2e;
    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: 31%;
    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: #bf1e2e;
}

footer li {
    color: #fff;
    font-size: 14px;
    font-family:
}

footer li {
    color: #fff;
    font-size: 16px;
    font-family: tahoma;
    line-height: 36px;
}

footer li i {
    width: 30px;
}

/* End Footer TopF */
/* Start Footer BottomF */
.bottomf {
    background: #121212;
}

.bottomf p {
    color: #bf1e2e;
    font-size: 14px;
    font-family: bahijPlain;
    margin-top: 2.5em;
    position: relative;
}

.bottomf p a {
    color: #fff;
}

.bottomf .ryad-logo {
    /*    display: inline-block;*/
    float: left;
    /*    padding: 5px 0;*/
    transform: scale(.8);
    margin-top: 0;
}

.bottomf .ryad-logo svg {
    transform: rotateY(180deg) scale(.35);
    float: left;
    width: 77px;
}

.bottomf .ryad-logo a {
    display: inline-block;
}

.bottomf .lolo-co {
    float: right;
    text-align: left;
    padding-top: 25px;
    position: relative;
    left: -15px;
}

.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: #fafafa;
    padding: 20px 0;
    display: none;
    transition: auto;
    position: absolute;
    left: 0;
    width: auto;
    z-index: 5;
    border-radius: 0 0 5px 5px;
    padding: 20px;
}

#search form {
    position: relative;
}

#search input {
    width: 100%;
    height: 60px;
    border: none;
    padding: 0 30px 0 65px;
    font-size: 15px;
    background: #eee;
}

#search input[type="submit"] {
    position: absolute;
    width: 55px;
    height: 54px;
    left: 4px;
    top: 3px;
    padding: 0;
    font-family: FontAwesome;
    color: #fff;
    background: #414143;
    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: 38px;
    line-height: 38px;
    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;
}

.form-group,
.form-control {
    margin-bottom: 0;
    position: relative;
}

.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;
}

.contact-s .con-top .con-data .form-group textarea.form-control {
    display: block;
    text-transform: capitalize;
    font-size: 13px;
    height: 165px;
    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 .text {
    z-index: 1;
    position: relative;
    margin: 0;
    padding-top: 100px;
}

.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;
}

.home-slider .btn-style:hover {
    background-color: #009e7d;
    border-color: #009e7d;
    color: #fff;
}

#services {
    position: relative;
    overflow: hidden;
}

#projects::after {
    content: "";
    background: #fcfcfc;
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    bottom: -141px;
    z-index: -1;
}

#services:before,
#projects:before {
    content: attr(data-plaec);
    font-size: 80px;
    font-family: bahijbold;
    text-transform: uppercase;
    letter-spacing: 4px;
    position: absolute;
    left: -185px;
    top: 38%;
    opacity: .05;
    transform: rotate(-90deg) translateY(-50%);
}

#services .block,
#services .bodyy {
    padding: 0;
}

#services .block .inner {
    position: relative;
    padding: 50px;
    text-align: right;
}

#services .block .inner img {
    z-index: 1;
    position: relative;
}

#services .block .inner h3 {
    margin: 35px 0 20px;
    font-family: bahijbold;
    color: #007663;
    font-size: 17px;
}

#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: #007663;
}

#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: #007663;
    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: #007663;
    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: #007663;
    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%;
}



#services .block .inner:before {
    content: '';
    position: absolute;
    right: -15px;
    top: 0;
    background-image: url(../images/patt.png);
    width: 94%;
    height: 105%;
    z-index: -1;
    background-size: 59%;
    transition: all 1s;
    opacity: 0;
    visibility: hidden;
}

#services .block .inner:hover:before {
    opacity: 1;
    visibility: visible;
    transition: all 1s;
}

#projects .item {
    padding: 0;
}

#services:after {
    content: '';
    position: absolute;
    top: 0;
    width: 74.5%;
    height: 20px;
    background-image: url(../images/h-after.png);
    left: 49.2%;
    transform: translateX(-50%);
    z-index: 11;
}

#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);
    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: 1;
    transition: all .3s;
}

#projects .item .card {
    text-align: right;
    padding: 40px 20px;
}

#projects .item .card h3 {
    margin: 0 0 20px;
    color: #007663;
    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: #007663;
    font-size: 18px;
    position: relative;
}

#projects .item .card a:after {
    content: '';
    position: absolute;
    background-color: #007663;
    height: 1px;
    width: 50px;
    top: 13px;
    left: -60px;
}

#projects .p-body {
    padding: 20px 0 70px;
}

.topf {
    position: relative;
}



.top-section {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 15px;
}

.top-section:before,
.top-section:after {
    content: '';
    background-image: url(../images/h-after.png);
    width: 16px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
}

header {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.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: 0;
    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(191, 30, 46, .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(191, 30, 46, .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(191, 30, 46, .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(191, 30, 46, .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(191, 30, 46, .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%);
}

#single {
    padding: 100px 0;
}

.content-body .title {
    text-align: right;
}

.text-box p {
    color: #808080;
    font-size: 16px;
    line-height: 2;
}

.img-box {
    max-height: 360px;
    overflow: hidden;
    display: block;
    position: relative;
    box-shadow: -4px 6px 20px rgba(0, 158, 124, 0.15);
    padding: 0;
    border-radius: 5px;
}

.img-box img {
    height: 100%;
    width: 100%;
}

.req-data h3 {
    font-size: 28px;
    font-family: bahijBold;
    color: #015445;
    position: relative;
    margin-bottom: 20px;
}

.req-data h3:before {
    content: '';
    position: absolute;
    height: 3px;
    background-color: #009e7c;
    width: 50px;
    right: -60px;
    top: 20px;
}

.request {
    padding: 100px 15px;
}

.form-group label {
    font-family: bahijBold;
    font-size: 13px;
    color: #5e5452;
    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: bahijLight;
}

.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: #473f3c;
    font-size: 14px;
}

.contact .con-data {
    float: left;
    background-color: #00715c;
    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 #025d4c;
    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 #009e7c;
    border-right: 50px solid transparent;
    border-bottom: 130px solid transparent;
    z-index: 0;
}

.contact {
    padding: 100px 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;
}

#about-m {
    padding: 100px 0;
}

.bulliding {
    padding: 100px 0;
}

.bill {
    border: 1px #fafafa solid;
    margin: 10px;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
}

.bill .img {
    background-size: 80px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
}

.bill .details h1 {
    font-size: 18px;
    font-family: bahijBold;
    margin: 20px 0 10px;
}

.bill .details span {
    color: #009e7c;
    font-size: 14px;
}

.bill:hover {
    box-shadow: 0px 4px 10px #009e7c2b;
}

.com::before,
.com::after {
    display: none !important;
    padding: 100px 0 !important;
}

.more-about .title {
    text-align: start;
    margin-bottom: 20px;
}

.more-about .title h1 {
    font-size: 24px;
}

.more-about .text-box p {
    font-size: 15px;
    margin: 20px 0;
}

.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;
    color: #009e7c;
}

.massage-boss {
    padding: 80px 0;
}

.investment {
    padding: 0 0 100px;
}

.massage-boss .text-box,
.investment .text-box {
    text-align: center;
}

.places {
    height: 160px;
    margin-bottom: 30px;
    border: 1px #fafafa solid;
    padding: 10px;
    border-radius: 5px;
}

.places .img {
    background-size: 100% 100%;
    height: 70px;
    background-position: center;
    margin-bottom: 8px;
    background-repeat: no-repeat;
}

.places .details p {
    font-size: 13px;
    line-height: 19px;
    color: #9e9e9e;
}

#place {
    padding: 100px 0;
}

.all-proj::after,
.all-proj::before {
    display: none;
}

.video {
    position: absolute;
    right: 0;
    left: 0;
    height: 760px;
}

#made-in-ny {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    z-index: 0;
}

.video iframe {
    width: 100% !important;
}

div#made-in-ny iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    background: none !important;
    box-shadow: none !important;
    color: #bf1e2e;
}

#containerM {
    background-size: 100% 100%;
    padding: 100px 0;
    background-repeat: no-repeat;
}

#containerM:before {
    content: attr(data-plaec);
    font-size: 80px;
    font-family: bahijbold;
    text-transform: uppercase;
    letter-spacing: 4px;
    position: absolute;
    left: -5%;
    top: 38%;
    color: #d2cfcf;
    opacity: .05;
    transform: rotate(-90deg) translateY(-50%);
}

.show-slider .item {
    background: #313131;
}

.show-slider .item::after {
    border-color: #2e2e2f;
}

.owl-carousel .item.border-n::after {
    border-bottom: 0;
}

#containerM .title h1 span {
    display: inline-block;
    color: #ffffff;
    font-size: 32px;
    font-family: bahijBold;
    position: relative;
}

#containerM .title h1 span::after {
    content: "";
    background: url(../images/line-title.png) no-repeat;
    position: absolute;
    right: 0;
    left: 0;
    height: 15px;
    background-size: 100%;
    bottom: -12px;
}

#containerM .title h1 {
    color: #fff;
}

#containerM .title p {
    color: #c7c7c7;
    margin-top: 20px;
}

#containerM .inner .img::after {
    background: #3c3c3c;
}

#containerM .inner .details h2 {
    color: #fcfcfc;
}

.show-slider .item:hover {
    background: #fff;
}

.show-slider .item:hover::after {
    box-shadow: 10px 10px 30px rgba(242, 145, 32, 0.2);
    border: none;
    border-color: #bf1e2e;
    border: 1px solid #bf1e2e !important;
}

#containerM .item:hover .details h2 {
    color: #bf1e2e;
}

#containerM .item:hover .details p {
    color: #808080;
}

#containerM .item:hover .img::after {
    background: #f7f8fa;
}

.video-client {
    position: relative;
    padding: 0 !important;
}

.video-btn {
    background: #fff !important;
    width: 100%;
    padding: 0;
    display: block;
    position: relative;
    height: 465px;
    border-radius: 0;
}

.video-client::after {
    content: "";
    position: absolute;
    right: -15px;
    width: 100%;
    top: 85px;
    height: 465px;
    background: rgba(50, 53, 90, 0.05);
    margin-top: 24px;
    display: block;
    z-index: -1;
}

.video-btn:hover,
.video-btn:focus,
.video-btn:active:hover {
    background: #fff;
    border-color: rgba(50, 53, 90, 0.05);
    box-shadow: none;
}

#clients .title {
    text-align: right;
}

.video-btn::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    border: 1px #bf1e2e solid;
    display: block;
    margin: auto;
    width: 90%;
    height: 85%;
}

.video-btn::after {
    content: "\f04b";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: FontAwesome;
    width: 80px;
    height: 80px;
    background: rgba(35, 35, 42, 0.2);
    border-radius: 100%;
    color: #bf1e2e;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.twitter-body {
    width: 100%;
    height: 465px;
    background: #fcfcfc;
    border: 1px #f3f3f3 solid;
    border-radius: 10px;
}

#clients .title h1::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 55px;
    background: #bf1e2e;
    right: 0;
    opacity: .1;
}

#clients .title h1 {
    position: relative;
    padding: 0 20px;
    /* color: #32355a; */
    margin-bottom: 40px;
    display: block;
}

.col-md-6.col-sm-12.col-xs-12.tw {
    padding: 0 7% 0 50px;
}

#jobs {
    background: #fafafa;
}

.p-jobs {
    width: 319px;
    height: 230px;
    background: #414143;
    float: left;
    position: absolute;
    left: 0;
    top: -45px;
    display: block;
    text-align: center;
    padding: 68px 0;
    border-radius: 8px;
    border-radius: 8px;
    color: #fff !important;
    font-size: 24px;
    font-family: bahijBold;
    z-index: 1;
    cursor: pointer;
}

.p-jobs i {
    font-size: 42px;
    display: block;
    margin-bottom: 15px;
}

#jobs .title {
    text-align: right;
    margin: 0;
    padding: 40px 0;
}

#jobs .title h1 {
    font-size: 36px;
    /* color: #32355a; */
    display: block;
    margin: 0 0 5px;
}

#jobs .title span {
    font-size: 16px;
    color: #a6a6a6;
}

#clients {
    padding: 50px 0 120px;
}

/* Start ContactUs */
.map-cont {
    width: 100%;
    height: 645px;
    position: relative;
    z-index: 0;
}

.map-cont iframe {
    width: 100%;
    height: 100%;
}
#contact-us .container {
    position: relative;
}
#contact-us .contact-form {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -23px;
    background: #fff;
    z-index: 2;
    border-radius: 6px;
    padding: 35px;
    box-shadow: 0 0 20px rgba(21, 21, 21, .1);
}

.contact-form h3 {
    font-size: 24px;
    color: #32355a;
    font-family: bahijBold;
    margin: 0;
}

.contact-form ul li {
    display: block;
    color: #4c4c4c;
    font-size: 16px;
    line-height: 32px;
    position: relative;
    /* padding-right: 25px; */
}

.contact-form ul li i {
    width: 25px;
}

.contact-form ul li::before {
    /* content: "\f111"; */
    position: absolute;
    right: 0px;
    font-family: FontAwesome;
    color: #bf1e2e;
    font-size: 7px;
}

.contact-form ul {
    margin: 25px 0;
}

.work-time i {
    float: right;
    width: 40px;
    height: 40px;
    background: #fffaf7;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #bf1e2e;
    margin-left: 15px;
}

.contact-form .work-time h3 {
    font-size: 14px;
    margin-bottom: 5px;
}

.contact-form .work-time span {
    color: #b2b2b2;
    font-size: 14px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    height: 58px;
    background: #f7f7f7;
    border: none;
    border-radius: 5px;
    padding: 0 40px;
    font-size: 14px;
    margin-bottom: 15px;
    border: 1px #f7f7f7 solid;
    transition: all .3s;
}

.form-group textarea {
    padding: 10px 40px;
    height: 133px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #b3b3b3;
}

.form-group i {
    color: #b2b2b2;
    position: absolute;
    right: 0;
    top: 0;
    padding: 22px 15px;
    font-size: 16px;
}

.form-group input[type="submit"] {
    background: #bf1e2e;
    color: #fff;
    text-align: center;
}

.form-group input:focus,
.form-group input:active,
.form-group textarea:focus,
.form-group textarea:active {
    background: #fff;
    border-color: #bf1e2e;
    box-shadow: 5px 5px 25px rgba(242, 145, 32, 0.05);
}

/* End ContactUs */
#projects .title h1::after {
    content: "";
    position: absolute;
    background: url(../images/after-title.png) no-repeat;
    width: 50px;
    height: 50px;
    right: -48px;
    background-size: 100%;
}

.owl-carousel .owl-controls .owl-pagination {
    display: block;
    margin: 30px 0;
    text-align: center;
}

.owl-carousel .owl-controls .owl-pagination>div {
    display: inline-block;
    margin: 0 5px;
}

.p-body {
    position: relative;
    z-index: 2;
    padding: 0;
}

.show-slider .item:nth-of-type(3n+3):after {
    border-left: 0
}

.owl-carousel .owl-controls .owl-pagination span {
    width: 11px;
    height: 11px;
    background: #ebebeb;
    display: inline-block;
    border-radius: 100%;
}

.owl-carousel .owl-controls .owl-pagination .active span {
    background: #bf1e2e;
}

.show-slider .owl-controls .owl-pagination span {
    background: #4c4b4b;
}

#clients::after {
    content: "";
    background: url(../images/clients.png) no-repeat;
    position: absolute;
    left: 25%;
    top: 40%;
    z-index: -1;
    opacity: .1;
    background-size: 100% 100%;
    width: 380px;
    height: 380px;
}

.modal-body {
    padding: 0;
}

.modal-body .embed-responsive.embed-responsive-16by9 {
    margin: 0;
    width: 100%;
    height: 100%;
}

button.close {
    position: absolute;
    background: #bf1e2e;
    left: 0;
    color: #fff !important;
    z-index: 1;
    width: 36px;
    height: 36px;
    opacity: .5;
    margin: 10px;
    text-shadow: none !important
}

#vid {
    width: 100%;
}

#containerM::after {
    position: absolute;
    content: "";
    background: url(../images/bg.png);
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-size: 100% 100%;
    z-index: -1;
}


.gallary-in {
    width: 100%;
    height: 300px;
    margin: 15px 0;
}

.gallary-in .img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.gallery-m {
    padding: 70px 0 300px;
    background: #fcfcfc;
}

.gallery-m .btn-style {
    display: table;
    margin: 30px auto;
    border-radius: 4px;
    cursor: pointer;
}

.form-group {
    margin-bottom: 30px;
}

.form-group label {
    font-family: bahijBold;
    font-size: 13px;
    color: #5e5452;
    margin: 15px 0;
    display: block;
}

.modal-body .form-group .form-control,
.modal-body .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: bahijLight;
    background: #f7f7f7;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.form-group .upload i {
    display: inline-block;
    background-color: #bf1e2e;
    color: #fff;
    height: 50px;
    font-size: 20px;
    line-height: 47px;
    border-radius: 0 3px 3px 0;
    position: absolute;
    left: 0;
    width: 60px;
    right: auto;
    padding: 0;
    text-align: center;
    top: auto;
}

.modal-body .form-group textarea.form-control {
    height: 150px;
}

#applying .modal-body {
    padding: 20px;
}

#applying .close {
    top: 0;
}

#applying form {
    margin-top: 40px;
}

.col-xs-12.title,
.col-xs-12.bodyy {
    position: relative;
    z-index: 1;
}
.form-group input[type="submit"]:focus, .form-group input[type="submit"]:hover {
    background: #414143;
    color: #fff;
    border-color: #32355a;
}

.pr-mob-slider,
.show-mob-slider {
    display: none !important;
}


div.wpcf7 {
    position: relative
}

span.wpcf7-not-valid-tip{
    text-align: right;
    direction: rtl;
}

div.wpcf7-mail-sent-ng {
    border: 2px solid #4eb11b !important;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14 !important;
    text-align: right;
}

div.wpcf7-response-output {
    margin: 0em 0.5em 1em;
    padding: 0.2em 1em;
    position: absolute;
    color: #4eb11b;
    width: 98%;
    bottom: -15px;
}

div.wpcf7-validation-errors {
    padding-top: 5px !important;
    color: #ff0000
}
#containerM .title p {
   margin-top: 20px;
   width: 100%;
   margin-bottom: 0;
   margin-top: 0;
   line-height: 32px;
   color: #fff;
}
#containerM .title h1 {
   color: #fff;
   margin-bottom: 40px;
}

.form-style .col-md-6.col-sm-6.col-xs-12 {
    padding-right: 15px;
}
.contact-form .form-group.col-xs-6 {
    padding: 0;
    width: 50%;
    float: right;
}
.contact-form .wpcf7-form-control-wrap {
    float: left;
}
.contact-form .form-group {
    float: right;
    width: 100%;
    margin-bottom: 0;
}
footer .links li a i {
    width: auto;
}

/*video {*/
/*    object-fit: cover;*/
/*    display: inline-block;*/
/*    vertical-align: baseline;*/
/*}*/

/*.banner .item {*/
/*    height: 655px;*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    position: relative;*/
/*}*/

.bg-about {
    float: right;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 80px 0;
    position: relative;
}

.bg-about::after {content: "";right: 0;width: 100%;height: 100%;top: 0;bottom: 0;background: #fafafa;position: absolute;}

.bg-about .col-xs-12.title, .bg-about .col-xs-12.bodyy {
    text-align: start;
    padding: 0 15px;
}

.bg-about .col-xs-12.title h1 {
    margin: 0 0 15px;
}

.bg-about .title p {
    width: auto;
}

.bg-about.two::after {
    right: auto;
    left: 0;
}

.bg-about .col-md-6.col-xs-12 {
    position: relative;
    z-index: 3;
    padding: 0 80px;
}

.bg-about .block {
    position: relative;
    z-index: 2;
}

.bg-about .col-md-6.col-xs-12 .inner {
    padding: 0;
}

.blo-tt.padding-top {
    float: right;
    width: 100%;
    padding: 50px 0 0;
}

.blo-tt.padding-top .block-v .img-c {
    width: 250px;
    height: 250px;
    margin: auto;
    border-radius: 50%;
    border: 3px #bd1e2d solid;
    overflow: hidden;
    /* padding: 20px; */
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.13);
}

.block-v .name-s {
    text-align: center;
    margin-top: 26px;
    font-size: 20px;
    font-family: bahijBold;
    color: #414143;
}
                  
.bottomf .lolo-co span {
    display: block;
    font-size: 9px !important;
}

.bottomf .lolo-co span a {
    font-size: 8.5px !important;
}

.tel-call {
    position: fixed;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    top: 50%;
    left: 0;
    z-index: 6;
    background: #bf1e2e;
    color: #fff;
    font-size: 20px;
    border-radius: 0 10px 10px 0;
}

.gallary-slider {
    float: right;
    width: 100%;
}

.gallary-slider .item {
    padding: 0 10px;
}
                  
.gallary-slider .gallary-in {
    padding: 0 10px;
}

.col-xs-12.resp {
    display: none;
}
                  
.blo-tt.padding-top .block-v .img-c img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: right;
    position: relative;
    /* right: 10px; */
}