@charset "utf-8";
/* **************** */

@import "fonts.css";
@import "bootstrap.min.css";
@import "bootstrap-grid.min.css";
@import "bootstrap-rtl.min.css";
@import "animate.css";
@import "font-awesome.min.css";
@import "owl.carousel.css";
@import "owl.theme.default.min.css";
@import "jquery.fancybox.css";
@import "jquery.mCustomScrollbar.min.css";
/* ****************** */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*text-transform: capitalize;*/
    font-family: b-rg;
    color: #3f4542;
    font-size: 13px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.post strong{
    color:#fff;
}

.owl-carousel {
    direction: ltr;
}

.tooltip {
    z-index: 1100 !important;
}

.tooltip-inner {
    max-width: 200px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    background-color: #1a66d8;
    border-radius: 0.25rem;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
}

.tooltip .tooltip-arrow {
    display: none;
}

.tooltip.top {
    padding: 5px 0;
}

body {
    padding: 0;
    margin: 0;
}

.wrapper {
    overflow-x: hidden;
}

select {
    display: inline-block;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: middle;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

ul {
    list-style: none;
}

iframe {
    width: 100% !important;
    border: 0 !important;
    height: 100%;
}

::-moz-selection {
    background-color: #d2ac6f;
    color: #fff;
}

::selection {
    background-color: #d2ac6f;
    color: #fff;
}

a,
a:hover,
a:visited,
a:link {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a {
    display: inline-block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

p {
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: normal;
    line-height: 1.3;
}

.modal-open {
    overflow: hidden !important;
}

.modal-backdrop.in {
    opacity: .9;
}

input,
select,
textarea {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    outline: 0;
}

textarea {
    resize: none;
}

.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-control::placeholder {
    color: #bbb;
}

textarea.form-control {
    height: 100px !important;
}

.form-group,
.form-control {
    margin-bottom: 0;
}

.form-control:focus {
    border-color: #dfdfdf;
    border-bottom-color: #d2ac6f;
    -webkit-box-shadow: 0 1px 0 0 #d2ac6f;
    box-shadow: 0 1px 0 0 #d2ac6f;
    color: #303030;
}

.btn {
    outline: 0;
}

.btn {
    box-shadow: none;
    padding: 10px 20px;
    background-color: transparent;
    border-radius: 50px;
    border: 0;
    text-transform: uppercase;
    color: #fff;
    font-family: b-md;
    font-size: 12px;
    border: 1px #d2ac6f solid;
    transition: all .5s;
}

.btn:hover, .btn:focus {
    opacity: .9;
    color: #fff;
    background: #d2ac6f;
}

.row {
    margin-bottom: 0;
}

.col-xs-12 {
    padding: 0;
    float: left;
    width: 100%;
}

i {
    color: inherit;
    font-style: normal;
}

.toTop {
    background-color: #d2ac6f;
    color: #fff;
    position: fixed;
    bottom: 100px;
    right: -60px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 43px;
    border-radius: 7px;
    text-align: center;
    border: 1px #fff solid;
    z-index: 99999;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
}

.toTop:hover {
    background-color: #303030;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.toTop i {
    font-size: 18px;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #fff;
}

.toTop:hover i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .5s;
    transition: all .5s;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
}

.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%);
}

.main-head {
    /*
    position: absolute;
    width: 100%;
    z-index: 20;
    right: 0;
    top: 0;
*/
    background-color: #313131;
}

.main-head .logo {
    display: inline-block;
}

.main-head .main-nav {
    display: inline-block;
    float: left;
    padding-top: 30px;
}

.main-head .main-nav ul li {
    display: inline-block;
    position: relative;
}

.main-head .main-nav ul li:after {
    content: '|';
    position: relative;
    color: #fff;
    margin: 0 15px;
}

.main-head .main-nav ul li:last-child:after {
    display: none;
}

.main-head .main-nav ul li a {
    display: inline-block;
    color: #fff;
    transition: all .3s;
    font-family: b-md;
    /*    font-size: 15px;*/
    position: relative;
}

.main-head .main-nav ul li.current-menu-item a,
.main-head .main-nav ul li a:hover {
    color: #d2ac6f;
    transition: all .3s;
}

.main-head .main-nav ul li a i {
    vertical-align: baseline;
}

.main-head .bottom-content .main-nav a:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    height: 5px;
    /* background-color: #d2ac6f; */
    width: 0%;
    bottom: -15px;
    transition: all .3s;
    background: -webkit-radial-gradient(50% 30%, ellipse closest-side, #d2ac6f, rgba(255, 42, 112, 0) 90%);
}

.main-head .bottom-content .main-nav a:hover:before,
.main-head .bottom-content .main-nav .current-menu-item a:before {
    width: 100%;
    transition: all .3s;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children .sub-menu {
    position: absolute;
    left: auto;
    right: 0;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: all .3s;
    min-width: 120px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    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;
}

.menu-item-has-children .sub-menu li {
    display: block !important;
    margin: 0 !important;
}

.menu-item-has-children .sub-menu li:after {
    display: none;
}

.menu-item-has-children .sub-menu li a {
    display: block !important;
    padding: 6px 10px !important;
    font-family: b-rg !important;
    font-weight: normal !important;
    font-size: 13px !important;
    transition: all .3s;
    color: #333 !important;
}

.menu-item-has-children .sub-menu li a:hover {
    background-color: #d2ac6f;
    color: #fff !important;
    transition: all .3s;
}

.menu-item-has-children .sub-menu li a:before {
    display: none;
}

i.fa {
    vertical-align: baseline;
}

.menu-item-has-children > a:after {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    margin-right: 7px;
    transition: all .3s;
}

.menu-item-has-children:hover > a:after {
    transform: rotate(-180deg);
    transition: all .3s;
}

.main-head .logo img {
    width: 140px;
}

.sidebar {
    background-size: cover;
    background-position: 20% 50%;
    background-image: url(../images/hero.png);
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    width: 300px;
    z-index: 9999;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: all .3s;
    opacity: 0;
}

.sidebar.opened {
    transform: translateX(0%);
    transition: all .3s;
    opacity: 1;
}

.sidebar:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.86);
    z-index: 0;
    width: 100%;
    height: 100%;
}

.sidebar .side-logo {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 15px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.sidebar .side-logo a {
    font-size: 37px;
    color: #1a66d8;
    display: inline-block;
}

.sidebar .side-logo span {
    display: block;
    font-size: 14px;
    text-transform: lowercase;
    color: #212121;
}

.sidebar .side-social {
    text-align: center;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, .4);
    border-top: 1px solid #232323;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #232323;
}

.sidebar .side-social ul li {
    display: inline-block;
}

.sidebar .side-social ul li a {
    display: inline-block;
    font-size: 17px;
    margin: 0 10px;
    color: #fff;
    transition: all .3s;
}

.sidebar .side-social ul li a:hover {
    color: #d2ac6f;
    transition: all .3s;
}

.sidebar .side-nav {
    /*max-height: 100%;*/
    /*overflow: hidden;*/
    /*height: calc(100% - 110px);*/
    /*height: 100%;*/
    position: relative;
    z-index: 1;
}

.sidebar .side-nav ul li {
    display: block;
    position: relative;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-left: 5px;
}

.sidebar .side-nav ul li a {
    display: block;
    font-size: 13px;
    padding: 15px;
    position: relative;
    color: #fff;
}

.sidebar .side-nav ul li a:hover {
    color: #d2ac6f;
    background-color: rgba(0, 0, 0, 0.6);
}

.sidebar .side-nav ul li.open a i {
    transform: rotate(180deg);
    transition: all .3s;
    color: #3475be;
}

.sidebar .side-nav ul li a i {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #fff;
    transition: all .3s;
}

.sidebar .side-nav ul li .sub-menu {
    width: 100%;
    min-width: 100%;
    top: 100%;
    border-radius: 0;
}

.sidebar .side-nav ul li .sub-menu li a {
    color: #303030;
}

.open-sidebar {
    border: 0;
    outline: 0;
    background-color: #d2ac6f;
    color: #fff;
    padding: 0;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: none;
    margin-left: 15px;
}

.open-sidebar i {
    color: #fff;
}

.overlay_gen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(105, 105, 105, 0.82);
    z-index: 999;
    display: none;
}

.side-nav .menu-item-has-children > a:after {
    float: left;
    margin: 0;
}

.main-head .top-bar {
    border-bottom: 1px solid #494949;
    padding: 15px 0;
}

.main-head .top-bar .bar-r {
      display: inline-block;
    padding-top: 4px;
    float: right;
    
}


.main-head .top-bar .bar-r ul li {
    display: inline-block;
    margin-left: 20px;
}

.main-head .top-bar .bar-r ul li:last-child {
    margin-left: 0;
}

.main-head .top-bar .bar-r ul li a {
    display: inline-block;
    color: #fff;
    transition: all .3s;
}

.main-head .top-bar .bar-r ul li a i {
    margin-left: 7px;
    color: #d2ac6f;
    font-size: 20px;
}

.main-head .top-bar .bar-r ul li a:hover {
    color: #d2ac6f;
    transition: all .3s;
}

.main-head .top-bar .bar-l {
    float: left;
}

.main-head .top-bar .bar-l .lang {
    display: inline-block;
    margin-left: 20px;
}



.main-head .top-bar .bar-l .lang a{
    font-size: 13px;
    color: #fff;
    font-family: b-lt;
}
.main-head .top-bar .bar-l .lang a:hover{
    color: #d2ac6f;
}

.main-head .top-bar .bar-l .lang a span{
    font-size: 13px;
    color: #fff;
    font-family: b-lt;
}
.main-head .top-bar .bar-l .lang a span:hover{
    color: #d2ac6f;
}


.main-head .top-bar .bar-l .social {
    display: inline-block;
    margin-left: 40px;
    direction: ltr;
}

.main-head .top-bar .bar-l .social a {
    display: inline-block;
    margin: 0 20px 0 0;
    color: #fff;
    transition: all .3s;
    font-size: 13px;
}

.main-head .top-bar .bar-l .social a:hover {
    color: #cade22;
    transition: all .3s;
}

.main-head .top-bar .bar-l .social a:last-child {
    margin-right: 0;
}

.main-head .top-bar .bar-l .order {
    /* background-color: #d2ac6f; */
    /* font-family: b-bd; */
    /* font-size: 14px; */
    /* padding: 15px 20px; */
    /* text-align: center; */
    color: #d2ac6f;
    display: inline-block;
    transition: all .3s;
}

.main-head .top-bar .bar-l .order i {
    margin-left: 5px;
    vertical-align: middle;
}

.main-head .top-bar .bar-l .order:hover {
    /*    opacity: .9;*/
    color: #cade22;
    transition: all .3s;
}

.main-head .bottom-content {
    padding: 30px 0;
}

.hero-s {
    position: relative;
    overflow: hidden;
    background-color: #1c1c1c;
    background-position: center;
    background-size: cover;
    padding-top: 117px;
    z-index: 3;
}

.hero-s .item {
    position: relative;
    /*    min-height: 800px;*/
    direction: rtl;
    text-align: right;
    background-size: cover;
    background-position: 50%;
    /*    padding-top: 180px;*/
}

.hero-s .item .item-inner {
    padding: 40px;
    background-color: rgba(29, 29, 29, 0.42);
    max-width: 75%;
    margin: 0 auto;
}


.hero-s:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.73);
}

.hero-s .h-slider {
    margin-bottom: 100px;
}



.hero-s .item h3 {
    position: relative;
    z-index: 1;
    font-family: b-bd;
    color: #fff;
    font-size: 28px;
    margin-bottom: 30px;
}

.hero-s .item p {
    position: relative;
    z-index: 1;
    font-size: 18px;
    color: #fff;
    line-height: 2;
    max-height: 80px;
    overflow: hidden;
    margin-bottom: 40px;
}

.hero-s .item .btn {
    position: relative;
    z-index: 1;
}

.owl-controls .owl-buttons div .slider-right,
.owl-controls .owl-buttons div .slider-left {
    background-color: transparent;
    position: absolute;
    top: 50%;
    margin: 0;
    color: #a9a9a9;
    cursor: pointer;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    z-index: 5;
    border: 1px solid #a9a9a9;
    -webkit-transition: all .3s;
    transition: all .3s;
    transform: translateY(-50%);
}

.owl-controls .owl-buttons div .slider-right:hover,
.owl-controls .owl-buttons div .slider-left:hover {
    background-color: #d2ac6f;
    border-color: #d2ac6f;
    color: #fff;
    transition: all .3s;
}


.owl-controls .owl-buttons div .slider-right {
    right: -90px;
}

.owl-controls .owl-buttons div .slider-left {
    left: -90px;
}

.hero-s:hover .owl-controls .owl-buttons div .slider-right {
    right: 30px;
    transition: all .3s;
}

.hero-s:hover .owl-controls .owl-buttons div .slider-left {
    left: 30px;
    transition: all .3s;
}

.owl-controls {
    margin: 0;
}

.owl-controls .owl-buttons div {
    padding: 0;
    opacity: 1;
    margin: 0;
    display: block;
}

.owl-controls .owl-pagination {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 100px;
    z-index: 5;
    text-align: left;
}

.owl-controls .owl-pagination .owl-page {
    display: inline-block;
}

.owl-controls .owl-pagination .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 4px;
    opacity: 1;
    background-color: #828282;
    border-radius: 100%;
    border: 2px solid #828282;
    transition: all .3s;
}

.owl-controls .owl-pagination .owl-page.active span {
    background-color: transparent;
    border-color: #828282;
    transform: scale(1.3);
    transition: all .3s;
}

.service-s {
    padding: 70px 0;
    position: relative;
    background-color: #bfbfbf;
}

.service-s:before {
    content: '';
    position: absolute;
    left: 0;
    top: -45px;
    width: 100%;
    background-color: transparent;
    z-index: 4;
    background: linear-gradient(#313131 0%, #363535 100%);
    background-repeat: no-repeat;
    height: 75px;
    background-size: contain;
    background-position: 50%;
    transform: rotate(-2deg);
}

.service-s:after {
    top: auto;
    bottom: -67px;
    transform: rotateX(180deg);
}

.service-s .block {
    padding: 15px;
}

.service-s .inner {
    height: 150px !important;
}

.service-s .inner a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 25px 16px;
    transition: all .3s;
    border: 1px solid #ececec;
    border-radius: 12px;
    overflow: hidden;
}

.service-s .inner:hover a {
    background-color: #999;
    transition: all .3s;
}

.service-s .inner .icon {
    text-align: center;
    float: right;
    margin-left: 20px;
    width: 65px;
    height: 65px;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
}

.service-s .inner .data {
    overflow: hidden;
}

.service-s .inner .data h3 {
    /*    font-size: 22px;*/
    font-size: 17px !important;
    color: #fff;
    font-family: b-bd;
    /* overflow: hidden; */
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    margin-bottom: 5px;
    height: 44px;
    overflow: hidden;
}

.service-s .inner .data p {
    font-size: 13px;
    font-family: b-lt;
    color: #fff;
    line-height: 1.7;
    overflow: hidden;
    max-height: 65px;
    margin: 10px 0;
}
.service-s .inner .data span{
    display: inline;
    margin-top: 12px !important;
}
.service-s .inner:hover .data p,
.service-s .inner:hover .data h3,
.service-s .inner:hover .data span{
    color: #fff;
    transition: all .3s;
}

.service-s .inner .icon .h-i {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    transition: all .3s;
}

.service-s .inner:hover .icon img {
    /* opacity: 0; */
    transition: all .3s;
}

.service-s .inner:hover .icon .h-i {
    opacity: 1;
    transition: all .3s;
}
.serv-link{
    
}
/*
.serv-slider .owl-item:nth-of-type(1) .inner a {
    border-color: #4f9256;
}

.serv-slider .owl-item:nth-of-type(1) .inner a:hover {
    background-color: #4f9256;
    border-color: #4f9256 !important;
}

.serv-slider .owl-item:nth-of-type(1) .inner a h3,
.serv-slider .owl-item:nth-of-type(1) .inner a p {
    color: #4f9256;
}

.serv-slider .owl-item:nth-of-type(2) .inner a {
    border-color: #3392a9;
}

.serv-slider .owl-item:nth-of-type(2) .inner a:hover {
    background-color: #3392a9;
    border-color: #3392a9 !important;
}

.serv-slider .owl-item:nth-of-type(2) .inner a h3,
.serv-slider .owl-item:nth-of-type(2) .inner a p {
    color: #3392a9;
}


.serv-slider .owl-item:nth-of-type(3) .inner a,
.serv-slider .owl-item:nth-of-type(6) .inner a {
    border-color: #4476b7;
}

.serv-slider .owl-item:nth-of-type(3) .inner a:hover,
.serv-slider .owl-item:nth-of-type(6) .inner a:hover {
    background-color: #4476b7;
    border-color: #4476b7 !important;
}

.serv-slider .owl-item:nth-of-type(3) .inner a h3,
.serv-slider .owl-item:nth-of-type(3) .inner a p,
.serv-slider .owl-item:nth-of-type(6) .inner a h3,
.serv-slider .owl-item:nth-of-type(6) .inner a p {
    color: #4476b7;
}


.serv-slider .owl-item:nth-of-type(4) .inner a,
.serv-slider .owl-item:nth-of-type(7) .inner a {
    border-color: #90466e;
}

.serv-slider .owl-item:nth-of-type(4) .inner a:hover,
.serv-slider .owl-item:nth-of-type(7) .inner a:hover {
    background-color: #90466e;
    border-color: #90466e !important;
}

.serv-slider .owl-item:nth-of-type(4) .inner a h3,
.serv-slider .owl-item:nth-of-type(4) .inner a p,
.serv-slider .owl-item:nth-of-type(7) .inner a h3,
.serv-slider .owl-item:nth-of-type(7) .inner a p {
    color: #90466e;
}

.serv-slider .owl-item:nth-of-type(5) .inner a,
.serv-slider .owl-item:nth-of-type(8) .inner a {
    border-color: #8aa04c;
}

.serv-slider .owl-item:nth-of-type(5) .inner a:hover,
.serv-slider .owl-item:nth-of-type(8) .inner a:hover {
    background-color: #8aa04c;
    border-color: #8aa04c !important;
}

.serv-slider .owl-item:nth-of-type(5) .inner a h3,
.serv-slider .owl-item:nth-of-type(5) .inner a p,
.serv-slider .owl-item:nth-of-type(8) .inner a h3,
.serv-slider .owl-item:nth-of-type(8) .inner a p {
    color: #8aa04c;
}
*/



/* n-color */
.n-color .inner a {
    border-color: #8f456d;
}

.n-color .inner a:hover {
    border-color: #8f456d;
    background-color: #8f456d;
}

/* b-color */
.b-color .inner a {
    border-color: #4375b6;
}

.b-color .inner a:hover {
    border-color: #4375b6;
    background-color: #4375b6;
}

/* gl-color */
.gl-color .inner a {
    border-color: #35b4a8;
}

.gl-color .inner a:hover {
    border-color: #35b4a8;
    background-color: #35b4a8;
}

/* g-color */
.g-color .inner a {
    border-color: #4f9256;
}

.g-color .inner a:hover {
    border-color: #4f9256;
    background-color: #4f9256;
}

/* bl-color */
.bl-color .inner a {
    border-color: #2f92a9;
}

.bl-color .inner a:hover {
    border-color: #2f92a9;
    background-color: #2f92a9;
}

/* lm-color */
.lm-color .inner a {
    border-color: #899f4b;
}

.lm-color .inner a:hover {
    border-color: #899f4b;
    background-color: #899f4b;
}

/* gb-color */
.gb-color .inner a {
    border-color: #b43535;
}

.gb-color .inner a:hover {
    border-color: #b43535;
    background-color: #b43535;
}


.service-s .inner:hover .data p,
.service-s .inner:hover .data h3 {
    color: #fff !important;
    transition: all .3s;
}



.g-header {
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 25px;
    text-align: center;
}

.g-header:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    height: 5px;
    background-color: #3e3e3e;
    width: 50px;
    bottom: 0;
    transition: all .3s;
}

.g-header h3 {
    font-size: 29px;
    font-family: b-bd;
    color: #fefefe;
    margin-bottom: 10px;
    z-index: 15;
    position: relative;
}

.g-header p {
    font-size: 17px;
    font-family: b-lt;
    color: #fefefe;
}

.stories-s {
    position: relative;
    background-image: url(../images/feats.png);
    background-size: cover;
    background-position: 50%;
    /*    padding: 100px 0;*/
}

.stories-s:before {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    background-color: transparent;
    z-index: 11;
    background-image: url(../images/17.png);
    background-repeat: no-repeat;
    height: 75px;
    background-size: contain;
    background-position: 50%;
    transform: rotate(180deg) rotateY(180deg);
}

.stories-s .st-inner {
    position: relative;
    padding: 100px 0;
}

.stories-s .st-inner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(43, 37, 27, 0.60);
    width: 100%;
    height: 100%;
}

.stories-s:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    background-color: transparent;
    z-index: 11;
    background-image: url(../images/18.png);
    background-repeat: no-repeat;
    height: 75px;
    background-size: contain;
    background-position: 50%;
}

.stories-s .block {
    float: right;
}

.stories-s .inner {
    text-align: center;
    direction: rtl;
}

.stories-s ul li {
    display: inline-block;
    margin-left: 70px;
}

.stories-s ul li:last-child {
    margin-left: 0;
}

.stories-s li i {
    font-size: 75px;
    display: block;
    margin-bottom: 50px;
    color: #fff;
}

.stories-s li span {
    display: block;
    color: #fff;
    font-size: 16px;
}

.stories-s h3 {
    font-family: b-bd;
    font-size: 25px;
    color: #fff;
    margin-bottom: 25px;
}

.stories-s p {
    line-height: 1.7;
    color: #fff;
    font-size: 14px;
    font-family: b-lt;
    overflow: hidden;
    max-height: 90px;
}

.stories-s .item {
    border-radius: 5px;
    margin: 0 10px;
    text-align: right;
    padding: 40px;
    background-color: rgba(210, 172, 111, 0.43);
}

.project-s {
    padding: 80px 0 100px;
    position: relative;
    background-image: url(../images/projects.png);
    background-size: cover;
    background-position: 50%;
    background-color: #3e3e3e;
}

.project-s:before {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    background-color: transparent;
    z-index: 11;
    background-image: url(../images/20.png);
    background-repeat: no-repeat;
    height: 75px;
    background-size: contain;
    background-position: 50%;
    transform: rotate(180deg) rotateY(180deg);
}

/*
.project-s:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(62, 62, 62);
    width: 100%;
    height: 100%;
    }
*/
/*
.project-s .nw-slider {
    overflow: hidden;
}
*/

.project-s:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    background-color: transparent;
    z-index: 11;
    background-image: url(../images/15.png);
    background-repeat: no-repeat;
    height: 75px;
    background-size: contain;
    background-position: 50%;
}

.project-s .block {
    padding: 0 15px;
}

.project-s .block .inner a {
    display: block;
    width: 100%;
    height: 100%;
}

.project-s .block .inner .inner-img {
    height: 250px;
    overflow: hidden;
    position: relative;
}

.project-s .block .inner .inner-img .caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(210, 172, 111, 0.81);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    text-align: center;
    transform: translateY(50px);
}

.project-s .block .inner .inner-img .caption i {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    color: #fff;
    font-size: 40px;
    left: 50%;
}

.project-s .block .inner .inner-img img {
    height: 100%;
    width: 100%;
}

.project-s .block .inner:hover .caption {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: all .3s;
}

.project-s .block .inner .inner-data {
    position: relative;
    padding-right: 30px;
    padding-top: 30px;
}

.project-s .block .inner .inner-data:before {
    height: 22px;
    width: 11px;
    background-color: #d2ac6f;
    content: '';
    position: absolute;
    right: 0;
    top: 30px;
    transition: all .3s;
}

.project-s .block .inner:hover .inner-data:before {
    height: calc(100% - 30px);
    transition: all .3s;
}

.project-s .block .inner .inner-data a {
    overflow: hidden;
    max-width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: b-bd;
    color: #fefefe;
    font-size: 19px;
    margin-bottom: 5px;
    transition: all .3s;
}

.project-s .block .inner .inner-data p {
    overflow: hidden;
    max-height: 70px;
    font-family: b-lt;
    font-size: 15px;
    color: #fefefe;
    line-height: 1.7;
}

.project-s .block .inner .inner-data a:hover, .project-s.posts-s .block .inner .inner-data a:hover {
    color: #d2ac6f;
    transition: all .3s;
}

.project-s.news-s {
    background-color: #bfbfbf;
    position: relative;
    background-image: none;
    padding-bottom: 80px;
}

.project-s.news-s:before {
    display: none;
}

.project-s.news-s:after {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    background-color: transparent;
    z-index: 11;
    background-image: url(../images/16.png);
    background-repeat: no-repeat;
    height: 75px;
    background-size: contain;
    background-position: 50%;
}

.project-s.news-s:after {
    bottom: -9px;
    top: auto;
    transform: none;
    background-image: url(../images/15.png);
    /* transform: rotate(180deg); */
    display: none;
}

.project-s.news-s .block .inner .inner-data {
    padding: 30px 0 0 0;
    direction: rtl;
}

.project-s.news-s .block .inner .inner-data:before {
    display: none;
}

.project-s.news-s .block .inner .inner-img {
    direction: rtl;
}

.project-s.news-s .block .inner .inner-img .cap {
    position: absolute;
    right: 15px;
    bottom: 15px;
    background-color: #f1f1f1;
    padding: 9px 15px;
}

.project-s.news-s .block .inner .inner-img .cap span {
    color: #606060;
    font-size: 13.5px;
    margin-left: 10px;
    display: inline-block;
}

.project-s.news-s .block .inner .inner-img .cap span:last-of-type {
    margin-left: 0;
}

.project-s.news-s .block .inner .inner-img .cap i {
    margin-left: 2px;
}

.project-s.news-s .block .inner .inner-img .cap.new {
    background-color: #2e2e2e;
    color: #fff;
    bottom: 60px;
    padding: 7px 20px;
}

.nw-slider .owl-controls .owl-pagination,
.cl-slider .owl-controls .owl-pagination {
    display: block;
    width: 100%;
    position: relative;
    z-index: 5;
    text-align: center;
    margin-top: 50px;
    bottom: 0;
    left: 0;
}

.nw-slider .owl-controls .owl-pagination .owl-page span,
.cl-slider .owl-controls .owl-pagination .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 4px;
    opacity: 1;
    background-color: #6c6c6c;
    border-radius: 100%;
    border: 2px solid #6c6c6c;
    transition: all .3s;
}

.nw-slider .owl-controls .owl-pagination .owl-page.active span,
.cl-slider .owl-controls .owl-pagination .owl-page.active span {
    transform: none;
    background-color: transparent;
}

.client-s {
    padding: 50px 0;
    position: relative;
    background-color: #cfcfcf;
}

.client-s:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -67px;
    width: 100%;
    background-color: transparent;
    z-index: 11;
    background-image: url(../images/18.png);
    background-repeat: no-repeat;
    height: 75px;
    background-size: contain;
    background-position: 50%;
    transform: rotateX(180deg);
}

/*
.cl-slider {
    overflow: hidden;
}
*/

.client-s .block {
    padding: 0 15px;
}

.client-s .inner {
    border: 1px solid #ececec;
    padding: 20px;
    direction: rtl;
    background-color: #fff;
}

.client-s .inner .client-head {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.client-s .inner .client-head .cl-img {
    width: 70px;
    height: 70px;
    float: right;
    margin-left: 25px;
    overflow: hidden;
    border-radius: 100%;
    border: 1px solid #bdbdbd;
    padding: 0 5px;
    line-height: 70px;
}


.client-s .inner .client-head .cl-data {
    overflow: hidden;
    padding-top: 20px;
}

.client-s .inner .client-head h3 {
    font-size: 20px;
    color: #3f4542;
    font-family: b-bd;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
}

.client-s .inner p {
    font-size: 15px;
    font-family: b-lt;
    color: #3f4542;
    overflow: hidden;
    line-height: 25px;
    max-height: 46px;
}

.client-s .inner .rating {
    margin: 30px 0 10px;
}

.client-s .inner .rating i {
    color: #d2ac6f;
    font-size: 14px;
}

.client-s .inner .client-body p {
    font-size: 15px;
    font-family: b-lt;
    color: #3f4542;
    overflow: hidden;
    max-height: 50px;
}

.client-s .g-header h3,
.client-s .g-header p {
    color: #3e3e3e;
}

.main-footer {
    background-color: #423529;
    padding: 50px 0 0 0;
    overflow: hidden;
}

.service-s .block {
    direction: rtl;
}

.footer-top {
    border-bottom: 1px solid #312921;
    padding-bottom: 40px;
}

.footer-top .footer-item {
    float: right;
    padding: 0 20px;
}

.footer-top .footer-item .f-content {
    text-align: center;
}

.footer-top .footer-item .f-content img {
    margin: 0 auto 30px;
    max-width:50%;
}

.footer-top .footer-item .f-content p {
    font-size: 15px;
    font-family: b-lt;
    color: #fff;
    overflow: hidden;
    margin-bottom: 20px;
    max-height: 77px;
    text-align: right;
    max-width: 72%;
    line-height: 1.8;
}

.footer-top .footer-item .f-content .social {
    direction: rtl;
}

.footer-top .footer-item .f-content .social a {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    margin-left: 10px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 14px;
    transition: all .3s;
}

.footer-top .footer-item .f-content .social a:hover {
    background-color: #d2ac6f;
    color: #fff;
    border-color: #d2ac6f;
    transition: all .3s;
}

.footer-top .footer-item h4 {
    font-size: 20px;
    font-family: b-bd;
    color: #fff;
    padding-bottom: 18px;
    margin-bottom: 50px;
    position: relative;
}

.footer-top .footer-item h4:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 5px;
    border-radius: 50px;
    background-color: #d2ac6f;
}

.footer-top .footer-item .links li {
    display: inline-block;
    width: 45%;
    margin-bottom: 18px;
    text-align: right;
    margin-left: 10px;
    float: right;
}

.footer-top .footer-item .links a {
    position: relative;
    color: #fff;
    font-size: 15px;
    transition: all .3s;
}

.footer-top .footer-item .links a:hover {
    color: #d2ac6f;
    padding-right: 5px;
    transition: all .3s;
}

.footer-top .footer-item .links a:before {
    font-family: FontAwesome;
    content: "\f0d9";
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}

.footer-top .footer-item .contacts li {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 15px;
}

.footer-top .footer-item .contacts li:last-child {
    margin-bottom: 0;
}

.footer-top .footer-item .contacts li i {
    margin-left: 7px;
}

.footer-bottom {
    padding: 20px 0;
}

.footer-bottom p {
    display: inline-block;
    font-size: 12px;
    color: #b1b0b0;
    font-family: b-md;
    direction: rtl;
}

.footer-bottom a {
    float: left;
}

.project-s.news-s .g-header h3,
.project-s.news-s .g-header p,
.service-s .g-header h3,
.service-s .g-header p,
.project-s.news-s .block .inner .inner-data a,
.project-s.news-s .block .inner .inner-data p {
    color: #3e3e3e;
}

.serv-slider .owl-controls .owl-buttons div .slider-right,
.serv-slider .owl-controls .owl-buttons div .slider-left,
.cl-slider .owl-controls .owl-buttons div .slider-right,
.cl-slider .owl-controls .owl-buttons div .slider-left {
    background-color: transparent;
    position: absolute;
    top: 50%;
    margin: 0;
    color: #a9a9a9;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    z-index: 5;
    border: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    transform: translateY(-50%);
}

.serv-slider .owl-controls .owl-buttons div .slider-right:hover,
.serv-slider .owl-controls .owl-buttons div .slider-left:hover,
.cl-slider .owl-controls .owl-buttons div .slider-right:hover,
.cl-slider .owl-controls .owl-buttons div .slider-left:hover {
    color: #000;
    transition: all .3s;
}

.cl-slider .owl-controls .owl-buttons div .slider-right,
.cl-slider .owl-controls .owl-buttons div .slider-left {
    transform: translateY(-35%);
    top: 35%;
}


.serv-slider .owl-controls .owl-buttons div .slider-left,
.cl-slider .owl-controls .owl-buttons div .slider-left {
    left: -30px;
}

.serv-slider .owl-controls .owl-buttons div .slider-right,
.cl-slider .owl-controls .owl-buttons div .slider-right {
    right: -30px;
}


.video-s .video-inner {
    padding: 100px 0;
    position: relative;
    background-color: #e2e2e2;
}

.video-s .video-inner:before {
    content: '';
    position: absolute;
    left: 0;
    top: -65px;
    width: 100%;
    background-color: transparent;
    z-index: 11;
    background-image: url(../images/15.png);
    background-repeat: no-repeat;
    height: 75px;
    background-size: contain;
    background-position: 50%;
    transform: rotate(360deg) rotateY(180deg);
}
.service-s::after {
    content: '';
    position: absolute;
    right: 0;
    height: 621px;
    width: 725px;
    transform: matrix(0.52, -0.86, 0.86, 0.52, 0, 0) scaleX(-1);
    background: rgba(210, 172, 111, 0.050980392156862744);
    border-radius: 500px;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 1;
}
.v-data strong {
    color: #fff;
}
.video-s .v-data ul li {
    position: relative;
    padding: 0 !important;
    margin-bottom: 10px;
    list-style-type: disc;
    color:#fff;
}
/*.video-s .v-data ul li::before {*/
/*    content: "\f060";*/
/*    font-family: FontAwesome;*/
/*    font-style: normal;*/
/*    font-weight: normal;*/
/*    text-decoration: inherit;*/
/*    position: absolute;*/
/*    color: #fff;*/
/*    display: block;*/
/*    right: -5px;*/
/*}*/
/*
.video-s .video-inner:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    background-color: transparent;
    z-index: 11;
    background-image: url(../images/15.png);
    background-repeat: no-repeat;
    height: 75px;
    background-size: contain;
    background-position: 50%;
}
*/
.video-s .video-inner::after {
    content: "";
    top: auto;
    position: absolute;
    left: 0;
    bottom: -68px;
    width: 100%;
    background-color: transparent;
    background-image: url(../images/15.png);
    background-repeat: no-repeat;
    height: 75px;
    background-size: contain;
    background-position: 50%;
    transform: rotate(180deg) rotateY(180deg);
    z-index: 99999;
}
.video-s .video-inner .v-img {
    float: right;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: all .3s;
}

.video-s .video-inner .v-img .op-vid {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    width: 50px;
    height: 50px;
    z-index: 2;
    color: #fff;
    background-color: #d2ac6f;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    border: 0;
    outline: 0 !important;
}

.video-s .video-inner .v-img .op-vid:hover {
    opacity: .9;
}

.video-s .video-inner .v-img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/video.png);
    background-position: center;
    background-size: cover;
    top: 0;
    right: 0;
    border-radius: 4px;
    z-index: 0;
    display:none;
}

.video-s .video-inner .v-img iframe {
    height: 313px;
    width: 100%;
}

.video-s .video-inner .v-data {
    padding-right: 30px;
}

.video-s .video-inner .v-data h3 {
    color: #1f1f1e;
    font-family: b-bd;
    font-size: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.video-s .video-inner .v-data p {
    margin-bottom: 30px;
    /* overflow: hidden; */
    line-height: 2;
    font-size: 15px;
    /* max-height: 146px; */
}

#respond a{
  color: #d2ac6f
}
#respond a:hover{
  color: #333
}

.video-s .video-inner .v-data{
    margin-bottom: 30px;
    line-height: 2;
    font-size: 15px;
}

.video-s .video-inner .v-data .btn {
    border-radius: 5px;
}

.video-s .video-inner .v-img.hosted:after {
    transform: translateY(-100%);
    transition: all .3s;
}

.video-s .video-inner .v-img.hosted .op-vid {
    display: none;
}

.project-s .owl-controls .owl-buttons div .slider-right,
.project-s .owl-controls .owl-buttons div .slider-left {
    background-color: transparent;
    position: absolute;
    top: 50%;
    margin: 0;
    color: #fff;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    z-index: 5;
    border: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    transform: translateY(-50%);
}

.project-s .owl-controls .owl-buttons div .slider-right {
    right: -40px;
}


.project-s .owl-controls .owl-buttons div .slider-left {
    left: -40px;
}

.project-s.news-s .owl-controls .owl-buttons div .slider-right,
.project-s.news-s .owl-controls .owl-buttons div .slider-left {
    color: #3e3e3e;
}

.project-s .block {
    direction: rtl;
}

.h-circles {
    position: relative;
    z-index: 1;
    padding-bottom: 180px;
}

.h-circles .block {
    padding: 15px;
}

.h-circles .inner {
    transition: all .3s;
    text-align: center;
    width: 100%;
}

.h-circles .inner a {
    display: block;
    position: relative;
    border-radius: 100%;
    box-shadow: inset 0 0 0 12px #d2ac6f;
    text-align: center;
    padding: 0 25px;
    color: #fff;
    height: 237px;
    transition: all .3s;
    width: 237px;
    margin: 0 auto;
}

.h-circles .inner a:hover {
    transition: all .3s;
    background-color: rgba(0, 0, 0, 0.49);
}

.h-circles .inner a:after {
    content: '';
    position: absolute;
    right: -2.5%;
    top: -2.5%;
    width: 105%;
    height: 105%;
    border: none;
    background-color: transparent;
    border-radius: 0;
    transition: all .3s;
}

.h-circles .inner a:hover:after {
    /* border: 6px solid #d2ac6f; */
    transition: all .3s;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.h-circles .inner a div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.h-circles .block {
    float: right;
}

.h-circles .inner h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 26px;
    color: #fff;
}

.h-circles .inner h4 i {
    margin-left: 5px;
    vertical-align: middle;
    font-size: 8px;
    background: -webkit-linear-gradient(left, #d2ac6f, #ba8d44);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    top: -2px;
}

.h-circles .inner p {
    color: #fff;
    margin-top: 20px;
    max-height: 67px;
    overflow: hidden;
    line-height: 1.8;
}

.project-s .g-header:after {
    background-color: #d2ac6f;
}

.project-s.news-s .g-header:after {
    background-color: #3e3e3e;
}

.inner-pages {
    padding: 70px 0;
    position: relative;
    background-color: #cdcdcd;
}

.inner-pages:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -67px;
    width: 100%;
    background-color: transparent;
    z-index: 11;
    background-image: url(../images/18.png);
    background-repeat: no-repeat;
    height: 75px;
    background-size: contain;
    background-position: 50%;
    transform: rotateX(180deg);
}

.inner-pages:before {
    content: '';
    position: absolute;
    left: 0;
    top: -67px;
    width: 100%;
    background-color: transparent;
    z-index: 11;
    background-image: url(../images/18.png);
    background-repeat: no-repeat;
    height: 75px;
    background-size: contain;
    background-position: 50%;
    /*    transform: rotateX(180deg);*/
}



.jumbotron {
    background-color: #313131;
    background-image: url(../images/projects.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; /* Center text by default */
    height: 13vh;
    position: relative;
    z-index: 1;
}

/* Title styling */
.jumbotron h3 {
    color: #fff;
    font-size: 30px;
    margin: 0;
    font-weight: bold;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    display: inline-block;
    position: relative;
    transform: translateX(-200%);
}

/* Breadcrumb styling */
.jumbotron .breadcrumb {
    padding: 0;
    margin: 10px 0;
    background-color: transparent;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.jumbotron .breadcrumb li {
    font-size: 15px;
    margin: 0 5px;
    color: #ccc;
    font-weight: 700;
    position: relative;
}

/* Add separators between breadcrumb items */
.jumbotron .breadcrumb li:not(:last-child)::after {
    content: "|";
    margin: 0 8px;
    color: #ccc;
}

/* Highlight active breadcrumb */
.jumbotron .breadcrumb li.active {
    color: #d2ac6f;
}

/* Breadcrumb link styling */
.jumbotron .breadcrumb a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.jumbotron .breadcrumb a:hover {
    color: #d2ac6f;
}

/* Responsive Design */
@media (max-width: 991px) {
    .jumbotron h3 {
        font-size: 28px;
    }

    .jumbotron .breadcrumb li {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .jumbotron {
        padding: 20px;
    }

    .jumbotron h3 {
        font-size: 24px;
        text-align: center; /* Ensure text is centered on mobile */
        transform: none; /* Remove translation */
    }

    .jumbotron .breadcrumb li {
        font-size: 12px;
    }
}

/* RTL Specific for mobile devices */
@media (max-width: 575px) and (dir: rtl) {
    .jumbotron h3 {
        text-align: center; /* Center the text for RTL languages */
    }
}


.st-btn {
    margin: 0 5px;
}

.breadcrumb > li + li:before {
    content: '|';
}

.inner-pages .video-s .video-inner:before {
    display: none;
}

.inner-pages .video-s .video-inner {
    background-color: #fff;
    padding: 50px 0;
}

.inner-mix {
    margin-top: 30px;

}

.inner-mix .block {
    padding: 15px;
}

.inner-mix .block h3 {
    color: #1f1f1e;
    font-family: b-bd;
    font-size: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.inner-mix .block p {
    margin-bottom: 30px;
    overflow: hidden;
    line-height: 2;
    font-size: 15px;
}

.iner-pages .video-s .video-inner .v-data p {
    max-height: none;
}


.docu-inner .doc-r {
    float: right;
    background-color: #313131;
    padding: 100px 30px;
    min-height: 756px;
    position: relative;
}

.docu-inner .doc-r:after,
.docu-inner .doc-r:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 30px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #f5f5f5;
    z-index: 1;
}

.docu-inner .doc-r:after {
    top: auto;
    bottom: 30px;
}

.docu-inner .doc-r h3 {
    font-size: 23px;
    font-family: b-bd;
    color: #fff;
    margin-bottom: 35px;
}

.docu-inner .doc-r p {
    color: #fff;
    line-height: 2;
}

.docu-inner .doc-l {
    background-color: #e4e4e4;
    padding: 100px 40px;
    min-height: 741px;
    position: relative;
}

.docu-inner .doc-l:after {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid #313131;
    border-left: 25px solid transparent;
}

.docu-inner .doc-l:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 10px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid #313131;
    border-left: 25px solid transparent;
}

.docu-inner .doc-l h4 {
    margin-bottom: 40px;
    font-size: 23px;
    color: #3f4542;
    font-family: b-bd;
}

.docu-inner .doc-l .form-group {
    margin-bottom: 18px;
}

.docu-inner .doc-l .form-group:last-of-type {
    margin-bottom: 0;
}

.docu-inner .doc-l .form-group .form-control {
    height: 50px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    border-radius: 10px;
    line-height: 50px;
}

.docu-inner .doc-l .form-group .form-control::placeholder {
    color: #3e3e3e;
}

.docu-inner .doc-l .form-group .form-control:focus {
    box-shadow: 0 1px #d2ac6f;
    border-bottom-color: #d2ac6f;
    transition: all .3s;
}

.docu-inner .doc-l .form-group textarea.form-control {
    height: 150px !important;
    line-height: 30px;
}

.video-s.about-seco.col-xs-12 {
    padding: 0;
}
.docu-inner .doc-l .search-res {
    margin-top: 60px;
}

.docu-inner .doc-l .search-res a {
    display: inline-block;
    width: 120px;
    height: 120px;
    margin: 0 0 15px 15px;
    text-align: center;
    border: 2px solid #dfdfdf;
    padding: 26px 10px;
    background-color: #fff;
    color: #5d6770;
    font-family: b-bd;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s;
}

.docu-inner .doc-l .search-res a i {
    display: block;
    margin-bottom: 10px;
    font-size: 40px;
}

.docu-inner .doc-l .search-res a:hover {
    transform: translateY(-5px);
    transition: all .3s;
    background-color: #28317f;
    color: #fff;
    border-color: #28317f;
}

.docu-inner .doc-r ul li {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    /*    font-family: axt-rg;*/
    line-height: 1.7;
    color: #fff;
    float: right;
    width: 100%;
}

.docu-inner .doc-r ul li:last-child {
    margin-bottom: 0;
}

.docu-inner .doc-r ul li i {
    margin-left: 7px;
    color: inherit;
    float: right;
    height: 30px;
    margin-top: 3px;
}

.docu-inner .doc-r ul li a {
    color: #fff;
    display: inline-block;
    text-decoration: underline;
    font-family: axt-rg;
    font-size: 18px;
}

.docu-inner .doc-r .social-footer {
    margin: 30px 0;
}

.docu-inner .doc-r .social-footer a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    transition: all .3s;
}

.docu-inner .doc-r .social-footer a i {
    color: inherit;
}

.docu-inner .doc-r a:hover {
    color: #7a7aec;
    background-color: #d2ac6f;
    transform: translateY(-5px);
    transition: all .3s;
}

.docu-inner .doc-r .gmap {
    height: 235px;
    width: 100%;
}

.docu-inner .doc-l .form-group .btn {
    padding: 14px 50px;
}

.inner-pages .project-s {
    padding: 0;
    background-image: none;
    background-color: #fff;
}

.inner-pages .project-s:after,
.inner-pages .project-s:before {
    display: none;
}

.inner-pages .project-s .block {
    float: right;
    margin-bottom: 40px;
}

.inner-pages .project-s .block .inner .inner-data a,
.inner-pages .project-s .block .inner .inner-data p {
    color: #313131;
}

.pagination-gar {
    text-align: center;
    direction: ltr;
}

.pagination-gar li {
    display: inline-block;
}

.pagination-gar li a {
    display: inline-block;
    border: 1px solid #3e3e3e;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin: 0 3px;
    color: #3e3e3e;
    transition: all .3s;
}

.pagination-gar li:first-child a,
.pagination-gar li:last-child a {
    border: 0;
    font-size: 25px;
}

.pagination-gar li a:hover,
.pagination-gar li a.active {
    border-color: #d2ac6f;
    background-color: #d2ac6f;
    color: #fff;
    transition: all .3s;
}

.load-more {
    margin-top: 30px;
}

.inner-pages .client-s {
    background-color: #fff;
    padding: 0;
}

.inner-pages .client-s:after {
    display: none;
}

.inner-pages .client-s .block {
    float: right;
    margin-bottom: 30px;
}

.inner-pages .client-s .block .inner {
    background-color: #f5f5f5;
}

.inner-pages .client-s .inner .client-head .cl-img {
    background-color: #fff;
}

.bt .t-data {
    padding-right: 30px;
}

.bt .t-img {
    float: right;
}


.bt .t-data .title {
    color: #1f1f1e;
    font-family: b-bd;
    font-size: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bt .t-data p {
    margin-bottom: 30px;
    overflow: hidden;
    line-height: 2;
    font-size: 15px;
}

.about-s.about-page {
    padding: 100px 0;
}

.extra-g {
    margin: 40px 0;
}

.extra-g a {
    width: 170px;
    height: 160px;
    margin: 0 0 10px 10px;
}

.extra-g a img {
    width: 100%;
    height: 100%;
}

.single-desc {
    margin-top: 30px;
}

.single-desc h3 {
    color: #1f1f1e;
    font-family: b-bd;
    font-size: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.single-desc p {
    margin-bottom: 30px;
    overflow: hidden;
    line-height: 2;
    font-size: 15px;
}

.post {
    margin-bottom: 50px;
}

.post img {
    height: 320px;
    border-radius: 5px;
    margin-bottom: 40px;
    width: 100%;
}

.post h3 {
    font-family: b-bd;
    color: #313131;
    font-size: 28px;
    margin-bottom: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 99%;
}

.post p {
    color: #313131;
    font-size: 15px;
    line-height: 2.1;
}

.post-comments {}

.post-comments h3 {
    font-size: 22px;
    color: #313131;
    margin-bottom: 50px;
    font-family: b-bd;
}

.post-comments .com-item {
    margin-bottom: 50px;
    position: relative;
    float: right;
    width: 100%;

}

.post-comments .com-item:last-of-type {
    margin-bottom: 0;
}

.post-comments .com-item .com-img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    float: right;
    margin-left: 20px;
}

.post-comments .com-item .com-img img {
    width: 100%;
    height: 100%;
}

.post-comments .com-item .com-data {
    overflow: hidden;
}

.post-comments .com-item .com-data .title {
    font-family: b-bd;
    display: inline-block;
    color: #313131;
}

.post-comments .com-item .com-data .title:hover {
    color: #d2ac6f;
}

.post-comments .com-item .com-data .reply {
    position: absolute;
    left: 0;
    top: 0;
    color: #d2ac6f;
}

.post-comments .com-item .com-data .reply:hover {
    text-decoration: underline;
}

.post-comments .com-item .com-data p {
    color: #313131;
    margin-top: 10px;
    line-height: 2.1;
}

.post-comments .com-item .com-children {
    margin-right: 100px;
    padding-right: 30px;
    border-right: 4px solid #d2ac6f;
    max-width: calc(100% - 100px);
    margin-top: 50px;
}

.post-comments .com-form {
    margin-top: 50px;
    float: right;
}

.post-comments .com-form .form-group {
    margin-bottom: 20px;
}

.post-comments .com-form .form-group:last-of-type {
    margin-bottom: 0;
}

.post-comments .com-form .form-group .form-control {
    height: 50px;
    /*    border-radius: 15px;*/
    padding-right: 15px;
    font-size: 14px;
    /*    border: 0;*/
    color: #313131;
}

.post-comments .com-form .form-group .form-control:focus {
    box-shadow: 0 1px #d2ac6f;
    border-bottom-color: #d2ac6f;
    transition: all .3s;
}

.post-comments .com-form .form-group .form-control::placeholder {
    color: #aaaaaa;
}

.post-comments .com-form .form-group textarea.form-control {
    height: 180px !important;
}

.post-comments .com-form .form-group .btn {
    display: inline-block;
    float: left;
    padding: 12px 50px;
}

.com-children .com-item .com-img {
    width: 70px;
    height: 70px;
}

.serv-tabs {
    float: right;
}

.serv-tabs .nav-tabs {

    border: 0 !important;
    border-left: 1px solid #f3f3f3;
}



.serv-cont {
    padding-right: 50px;
}

.serv-tabs .nav-tabs li {
    display: block;
    float: none;
    /* margin: 2px 0px; */
    text-align: start;
}

.serv-tabs .nav-tabs li a {
    float: none;
    display: block;
    border: 0 !important;
    padding: 9px 20px;
    font-size: 12px;
    color: #313131;
    font-family: b-bd;
    margin: 0;
    border-bottom: 1px solid #f3f3f3 !important;
    transition: all .3s;
    border-radius: 0;
    /* white-space: nowrap; */
    /* max-width: 100%; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
}

.serv-tabs .nav-tabs li:last-child a {
    border: 0 !important;
}

.serv-tabs .nav-tabs li img {
    width: 50px;
    margin-left: 10px;
    display: none;
}

.serv-tabs .nav-tabs li .h-i,
.serv-tabs .nav-tabs li.active img {
    /* display: none; */
}

.serv-tabs .nav-tabs li.active .h-i {
    display: inline-block;
    display: none;
}


.serv-cont .tab-pane {}

.serv-cont .tab-pane h3 {
    color: #1f1f1e;
    font-family: b-bd;
    font-size: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.serv-cont .tab-pane p {
    margin-bottom: 30px;
    overflow: hidden;
    line-height: 2;
    font-size: 15px;
    max-height: 146px;
}

.serv-tabs .nav-tabs li.n-color.active a {
    /* border-color: #8f456d; */
    color: #fff;
    /* border-bottom-color: #773a5b !important; */
    transition: all .3s;
    /* background: #8f456d; */
}

.serv-tabs .nav-tabs li.b-color.active a {
    color: #fff;
    /* background: #234d83 !important; */
    transition: all .3s;
}

.serv-tabs .nav-tabs li.gl-color.active a {
    color: #fff;
    /* background: #35b4a8; */
    transition: all .3s;
}

.serv-tabs .nav-tabs li.g-color.active a {
    /* background-color: #4e9155; */
    color: #fff;
    transition: all .3s;
}

.serv-tabs .nav-tabs li.bl-color.active a {
    /* background-color: #2f92a9; */
    color: #fff;
    transition: all .5s;
}

.serv-tabs .nav-tabs li.lm-color.active a {
    /* background-color: #889e4b; */
    color: #fff;
    transition: all .3s;
}

.serv-tabs .nav-tabs li.gb-color.active a {
    /* background-color: #b43535; */
    color: #fff;
    transition: all .3s;
}



/* *********** new 13-9-2018 ******* */

.inner-pages .video-s .video-inner,
.inner-pages .client-s,
.inner-pages .project-s {
    background-color: #cdcdcd;
}

.serv-tabs .nav-tabs {
    border: 1px #d3ae70 solid !important;
    text-align: center;
    overflow: hidden;
}

.serv-tabs .nav-tabs li a {
    border-bottom: 2px solid #d3ae70 !important;
    background-color: rgba(255, 255, 255, 0.9);
    background: transparent;
    color: #fff;
}

.post img {
    float: right;
    margin: 10px 0 20px 30px;
    width: auto;
}

.post-comments .com-item .com-img {
    width: 60px;
    height: 60px;
}

.com-children .com-item .com-img {
    width: 50px;
    height: 50px;
}

.post-comments {
    float: right;
}

.post-comments .com-item .com-data .reply {
    color: #000;
    font-family: b-bd;
}

.jumbotron {
    padding: 30px 0;
}

.extra-g a {
    width: 70px;
    height: 60px;
    margin: 0 0 5px 9px;
    border-radius: 5px;
    overflow: hidden;
}

.inner-pages .project-s .nw-slider .block {
    margin-bottom: 0;
}

.inner-pages .project-s .nw-slider .owl-controls .owl-pagination {
    margin-top: 5px
}

.extra-g {
    margin: 15px 0 0;
}

.bt .t-data p {
    max-height: 355px;
    margin-bottom: 0;
}

.video-s .video-inner .v-image {
    float: right;
}

.head-extra {
    margin-bottom: 20px;
}

.head-extra span {
    font-size: 15px;
}

.head-extra span i {
    margin-left: 5px;
    vertical-align: baseline;
}

.head-extra .social {
    display: inline-block;
    /* margin-right: 20px; */
    position: relative;
    top: 5px;
}

.head-extra .social a {
    display: inline-block;
    margin: 0 2px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #a0a0a0;
    color: #000;
    border-radius: 100%;
    transition: all .3s;
}

.head-extra .social a:hover {
    color: #fff;
    background-color: #d2ac6f;
    border-color: #d2ac6f;
    transition: all .3s;
    transform: translateY(-5px);
}

.inner-pages {
    position: relative;
}

.inner-pages:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -67px;
    width: 100%;
    background-color: transparent;
    z-index: 11;
    background-image: url(../images/18.png);
    background-repeat: no-repeat;
    height: 75px;
    background-size: contain;
    background-position: 50%;
    transform: rotateX(180deg);
}

.inner-pages:before {
    content: '';
    position: absolute;
    left: 0;
    top: -67px;
    width: 100%;
    background-color: transparent;
    z-index: 11;
    background-image: url(../images/18.png);
    background-repeat: no-repeat;
    height: 75px;
    background-size: contain;
    background-position: 50%;
    /*    transform: rotateX(180deg);*/
}

/* ************** 2 new pages ******** */

.experts {}

.experts .block {
    padding: 15px;
    margin-bottom: 10px;
    float: right;
}

.experts .inner {}

.experts .inner .inner-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}


.experts .inner .inner-data {
    position: relative;
}

.experts .inner .inner-data .title {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    font-family: b-bd;
    font-size: 18px;
    color: #2d3338;
    width: 155px;
    transition: all .3s;
}

.experts .inner .inner-data .title:hover {
    color: #ce8f2b;
    transition: all .3s;
}

.experts .inner .inner-data .social {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}

.experts .inner .inner-data .social a {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 26px;
    border-radius: 100%;
    margin: 0 1px;
    color: #fff;
    font-size: 11px;
}

.experts .inner .inner-data .social a:hover {
    transform: translateY(-5px);
    transition: all .3s;
}

.experts .inner .inner-data .social .fb {
    background-color: #3b5998;
}

.experts .inner .inner-data .social .tw {
    background-color: #1da1f2;
}

.experts .inner .inner-data .social .gp {
    background-color: #dd4b39;
}

.experts .inner .inner-data p {
    color: #2d3338;
    font-size: 16px;
    margin: 5px 0 15px;
}

.experts .inner .inner-data ul {}

.experts .inner .inner-data ul li {
    margin-bottom: 15px;
    position: relative;
    padding-right: 18px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.experts .inner .inner-data ul li:before {
    color: #cba76a;
    font-family: FontAwesome;
    content: "\f005";
    position: absolute;
    right: 0;
    top: 1px;
}

.experts .inner .inner-data ul li:last-child {
    margin-bottom: 0;
}

.consult {}

.fileupload {
    /* overflow: hidden; */
    display: block;
    position: relative;
}

.btn-file {
    background-color: #f2f2f2;
    height: 60px;
    border-radius: 0;
    line-height: 60px;
    padding-right: 40px;
    font-size: 15px;
    color: #4c4d4d;
    border-color: transparent;
    transition: all .3s;
    display: block;
    padding: 0 40px;
    color: black;
    border-radius: 10px !important;
}

.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-300px, 0) scale(4);
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
}

.btn-file input[type=file] {
    position: relative;
    top: -60px !important;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    background: 0 0;
    cursor: inherit;
    display: block;
    right: 0;
    left: 0;
}

.consult .form-group {
    margin-bottom: 25px;
    position: relative;
    overflow: visible !important;
}

.consult .form-group:last-of-type {
    margin-bottom: 0;
}

.consult .form-group .btn {
    padding: 15px 45px;
    font-family: b-bd;
    font-size: 16px;
}

.consult .form-group .form-control {
    height: 50px;
    background-color: #ebebeb;
    line-height: 50px;
    font-size: 16px;
    border-radius: 0;
    padding: 10px 40px 10px 60px;
    border: 0;
    color: #272727;
    transition: all .3s;
}




@media (max-width: 600px){
   .consult .form-group select.form-control{
        -webkit-appearance: none;
        padding: 0px 40px 0px 0px;
        position: relative;
    } 
    
}



.consult .form-group textarea.form-control {
    padding: 10px 50px 10px 10px;
    height: 150px !important;
    line-height: normal;
    padding-top: 18px;
}

.consult .form-group .form-control:focus {
    background-color: #fff;
    transition: all .3s;
}

.consult .form-group h4 {
    display: inline-block;
    font-size: 19px;
    color: #505050;
    font-family: b-lt;
}

.consult .form-group .rem {
    display: inline-block;
    margin-right: 30px;
}

.consult .form-group .rem label {


    font-weight: normal;
    margin-left: 30px;
}

.consult .form-group .rem label span {
    font-size: 17px;
    color: #505050;
    vertical-align: bottom;
}

.consult .form-group .form-control::placeholder {
    color: #828282;
}

.consult .form-group .f-i {
    position: absolute;
    color: #828282;
    top: 15px;
    right: 30px;
    font-size: 17px;
}

.consult .form-group .add-new {
    position: absolute;
    left: 15px;
    top: 0;
    height: 60px;
    border: 0;
    padding: 0 20px;
    font-size: 17px;
    line-height: 63px;
    color: #4c4c4c;
    background-color: rgba(129, 129, 129, 0.6);
    outline: 0;
}

.consult .form-group .fa-cloud-upload {
    position: absolute;
    color: #828282;
    top: 20px;
    left: 20px;
    font-size: 17px;
}

input[type="checkbox"],
input[type="radio"] {
    position: absolute;
    opacity: 0;
}

input[type="radio"] + .label-text:before {
    content: "\f10c";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-left: 10px;
    background-color: #fff;
    border-radius: 100%;
    color: #fefefe;
    padding: 0 1px;
}

input[type="radio"]:checked + .label-text:before {
    content: "\f192";
    color: #272727;
    animation: effect 250ms ease-in;
    content: '\f111';
    left: 0px;
}

input[type="radio"]:disabled + .label-text {
    color: #aaa;
}

input[type="radio"]:disabled + .label-text:before {
    content: "\f111";
    color: #272727;
}

.toggle input[type="radio"] + .label-text:before {
    content: "\f204";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-left: 20px;
}

.toggle input[type="radio"]:checked + .label-text:before {
    content: "\f205";
    color: #272727;
    animation: effect 250ms ease-in;
}

.toggle input[type="radio"]:disabled + .label-text {
    color: #aaa;
}

.toggle input[type="radio"]:disabled + .label-text:before {
    content: "\f204";
    color: #ccc;
}

@keyframes effect {
    0% {
        transform: scale(0);
    }

    25% {
        transform: scale(1.3);
    }

    75% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
}

.co-img {
    height: 400px;
    background-position: center;
    background-size: cover;
}

.m-lazem {
    padding-right: 30px;
}

.consult .new-form .form-group {
    margin-bottom: 25px;
}

/* ************* 16-9-2018 ********** */

.client-s .inner {
    border: 0;
    direction: inherit;
    text-align: center;
    background-color: transparent;
    padding: 0;
}

.client-s .inner a {
    background-color: #fff;
    border-radius: 100%;
    height: 200px;
    width: 200px;
    margin: 0 auto;
    line-height: 200px;
    display: block;
}

.docu-inner .doc-r {
    background-color: #413428;
}

.docu-inner .doc-l:before,
.docu-inner .doc-l:after,
.docu-inner .doc-r:before,
.docu-inner .doc-r:after {
    display: none;
}

.serv-tabs .nav-tabs li.active a {
    background-color: #757575;
    color: #fff;
    border-bottom-color: #757575 !important;
    transition: all .3s;
}

.serv-cont .tab-pane p {
    max-height: none;
}

/*
.experts .inner .inner-img {
    float: right;
    margin: 0 0 20px 20px;
    width: 200px;
}
*/

.experts .inner .inner-data {
    position: relative;
    /*    overflow: hidden;*/
}

/*
.experts .inner .inner-data .social {
    float: none;
    margin: 10px 0 15px;
}
*/

.experts .inner .inner-data span {
    color: #2d3338;
    font-size: 16px;
    margin: 5px 0 15px;
    display: block;
}

.experts .inner .inner-data p {
    color: #2d3338;
    font-size: 14px;
    margin: 5px 0 15px;
    line-height: 2;
}

.experts .inner .inner-data ul li {
    font-size: 15px;
}

.experts .inner .inner-data ul li i:before {
    top: 0;
}

/*
.experts .block {
    padding: 0;
    margin-bottom: 80px;
    float: right;
}

.experts .block:last-of-type {
    margin-bottom: 0;
}
*/

.ex_modal {}

.ex_modal .img-c {
    text-align: center;
    margin-bottom: 30px;
}

.ex_modal img {
    width: 200px;
    height: 200px;
    border-radius: 100%;

}

.ex_modal h4 {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: b-bd;
    font-size: 20px;
    color: #2d3338;
    /*    width: 155px;*/
    transition: all .3s;
}

.ex_modal p {
    color: #2d3338;
    font-size: 14px;
    margin: 10px 0 15px;
    line-height: 2;
}

.ex_modal ul li {
    margin-bottom: 15px;
    position: relative;
    padding-right: 18px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ex_modal ul li:before {
    color: #cba76a;
    font-family: FontAwesome;
    content: "\f005";
    position: absolute;
    right: 0;
    top: 0;
}

.video-s .video-inner .experts {
    margin-bottom: 50px;
}

.video-s .video-inner .experts .inner .inner-data p {
    max-height: 79px;
    overflow: hidden;
}

.modal-header .close {
    margin-top: 0;
    opacity: 1;
}

.modal-header .close span {
    font-size: 17px;
}

.client-s .inner a {
    background-color: #fff;
    border-radius: 100%;
    height: 150px;
    width: 150px;
    margin: 0 auto;
    line-height: 150px;
    display: block;
}

.client-s {
    padding: 20px 0;
}

.client-s .g-header {
    margin-bottom: 30px;
}

.client-s .inner a img {
    max-width: 78%;
    width: 100%;
}

.inner-pages .client-s .block .inner {
    background-color: transparent;
}

.serv-cont .tab-pane p {
    font-size: 14px;
}

.serv-cont .tab-pane ol li {
    margin-bottom: 15px;
    font-size: 14px;
    list-style-position: inside;
    list-style-type: square;
    line-height: 1.9;
}

.serv-cont .tab-pane ol li:last-child {
    margin-bottom: 0;
}

.serv-cont .tab-pane.n-color h3,
.serv-cont .tab-pane.n-color p,
.serv-cont .tab-pane.n-color li {
    color: #8e446c;
}

.serv-cont .tab-pane.b-color h3,
.serv-cont .tab-pane.b-color p,
.serv-cont .tab-pane.b-color li {
    color: #4375b6;
}

.serv-cont .tab-pane.gl-color h3,
.serv-cont .tab-pane.gl-color p,
.serv-cont .tab-pane.gl-color li {
    color: #35b4a8;
}

.serv-cont .tab-pane.g-color h3,
.serv-cont .tab-pane.g-color p,
.serv-cont .tab-pane.g-color li {
    color: #4e9155;
}

.serv-cont .tab-pane.bl-color h3,
.serv-cont .tab-pane.bl-color p,
.serv-cont .tab-pane.bl-color li {
    color: #2f92a9;
}

.serv-cont .tab-pane.lm-color h3,
.serv-cont .tab-pane.lm-color p,
.serv-cont .tab-pane.lm-color li {
    color: #889e4b;
}

.serv-cont .tab-pane.gb-color h3,
.serv-cont .tab-pane.gb-color p,
.serv-cont .tab-pane.gb-color li {
    color: #b43535;
}

/* ***************** 17-9-2018 ************* */

.search-area {
    background-color: #d2ac6f;
    padding: 10px 0;
    display: none;
    float: right;
    width: 100%;
}

.form-group {
    position: relative;
}

.search-area .form-control {
    width: 100%;
    border-radius: 4px;
    padding-right: 10px;
    font-size: 13px;
    border: 0;
    height: 40px;
}

.search-area .btn {
    border: 0;
    position: absolute;
    height: 40px;
    padding: 0 15px;
    background-color: #303030;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    left: 0;
    top: 0;
    color: #fff;
    line-height: 40px;
    outline: 0;
}

.srch {
    display: inline-block;
    margin-left: 10px;
}

.srch .open-search {
    border: 0;
    line-height: 0;
    color: #fff;
    border-radius: 50px;
    background-color: #d1ab6e;
    padding: 7px 10px;
    position: relative;
    top: -1px;
    outline: 0;
}

.srch .open-search i {
    margin-left: 3px;
}

.video-s .experts .inner .inner-img {
    width: 200px;
    float: right;
    margin: 0 0 20px 20px;
}

.video-s .experts .inner .inner-data {
    overflow: hidden;
}

.video-s .experts .inner .inner-data .social {
    display: block;
    float: none;
    position: relative;
    margin: 15px 0;
}

/* edits */

.h-circles .inner a {
    background-image: url(../images/triangle.png);
    background-position: center;
    background-size: 95%;
    width: 340px;
    height: 270px;
    background-repeat: no-repeat;
    border-radius: 0;
    box-shadow: none;
}

.h-circles .inner a:after {
    display: none;
}

.h-circles .inner p {
    color: #fff;
    margin-top: 13px;
    max-height: 63px;
    overflow: hidden;
    line-height: 1.8;
    font-size: 12px;
}

.h-circles .inner h4 i {
    margin: 0;
    /*font-size: 15px;*/
}

.h-circles .inner h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    font-family: b-bd;
    padding-left: 7px;
}

.h-circles .inner a:hover:after {
    border: 0;
}

.h-circles .inner a:hover {
    background-color: transparent;
}

.h-circles .inner a div {
    position: absolute;
    top: 61%;
    transform: translate(-50%, -50%);
    left: 49%;
}

.srch .open-search {
    background-color: #d2ac6f;
}

.project-s .block .inner .inner-img .caption {
    background-color: rgba(114, 82, 43, 0.84);
}

.service-s {
    background-color: #72522b;
}

.service-s .inner a {
    background-color: #bfbfbf;
}

.project-s.news-s .g-header h3,
.project-s.news-s .g-header p,
.service-s .g-header h3,
.service-s .g-header p,
.project-s.news-s .block .inner .inner-data a,
.project-s.news-s .block .inner .inner-data p,
.project-s.news-s .owl-controls .owl-buttons div .slider-right,
.project-s.news-s .owl-controls .owl-buttons div .slider-left,
.video-s .video-inner .v-data h3,
.video-s .video-inner .v-data,
.video-s .video-inner .v-data p,
.client-s .g-header h3,
.client-s .g-header p,
.serv-slider .owl-controls .owl-buttons div .slider-right,
.serv-slider .owl-controls .owl-buttons div .slider-left,
.cl-slider .owl-controls .owl-buttons div .slider-right,
.cl-slider .owl-controls .owl-buttons div .slider-left {
    color: #fff;
}

.g-header:after,
.project-s.news-s .g-header:after {
    background-color: #fff;
}

.project-s .block .inner .inner-img .caption {
    background-color: rgba(210, 172, 111, 0.72);
}

.project-s.news-s {
    background-color: #6d3f28;
}

.nw-slider .owl-controls .owl-pagination .owl-page span,
.cl-slider .owl-controls .owl-pagination .owl-page span {
    background-color: #ffffff;
    border-radius: 100%;
    border: 2px solid #ffffff;
}

.video-s .video-inner {
    background-color: #442d23;
}

.client-s {
    background-color: #72522b;
}

.service-s,
.project-s.news-s,
.client-s {
    background-color: #d2ac6f;
}

.video-s .video-inner {
    padding: 100px 0 100px;
    position: relative;
    background-color: #d3ae70;
}

.stories-s:before {
    display: none;
}

.toTop {
    border-color: #2b231c;
}

.video-s .video-inner .v-data .btn {
    border-radius: 50px;
    border-color: #423529;
    /* color: #423529; */
}

.video-s {
    position: relative;
}

/*
.stories-s {
    background-image: url(../images/gr.png);
 background-position: top;
}

.video-s .video-inner:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 72px;
    background-image: url(../images/alty.png);
    left: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
}
*/

/*
.service-s, .project-s.news-s, .client-s {
    background-color: #e6c38a;
}
*/

.h-circles .inner a {
    position: relative;
    background-image: url(../images/triangle1.png);
}

.h-circles .inner a:before {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/triangle2.png);
    width: 340px;
    height: 270px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: all .3s;
    display: block !important;
    content: '';
    opacity: 1;
    transform: scale(1);
}

.h-circles .inner a:hover:before {
    transform: scale(1.1);
    opacity: 0;
    transition: all .3s;
}

.h-circles .inner a:after {
    display: block !important;
    content: '';
    position: absolute;
    left: 0;
    top: 0 !important;
    right: auto !important;
    width: 339px !important;
    height: 267px !important;
    background-image: url(../images/triangle3.png);
    opacity: 0;
    visibility: hidden;
    transform: scale(8);
    transition: all .3s;
    z-index: -1;
    border: 0 !important;
    background-repeat: no-repeat;
    background-position: center;
}

.h-circles .inner a:hover:after {
    opacity: 1;
    visibility: visible;
    transition: all .3s;
}

.service-s,
.project-s.news-s,
.client-s {
    background-color: #c9a264;
}

.client-s:before {
    content: '';
    position: absolute;
    left: 0;
    top: -66px;
    width: 100%;
    background-color: transparent;
    z-index: 11;
    background-image: url(../images/18.png);
    background-repeat: no-repeat;
    height: 75px;
    background-size: contain;
    background-position: 50%;
}

.stories-s:after {
    display: none;
}

.inner-pages {
    background-color: #c9a264;
}

.inner-mix .block h3,
.inner-mix .block  p,
.experts .inner .inner-data .title,.experts .inner .inner-data span,.experts .inner .inner-data p,
.consult .form-group h4,.consult .form-group .rem label span,.experts .inner .inner-data ul li,
.pagination-gar li a,
.pagination-gar li,
.post h3,
.post p,
.head-extra span,
.head-extra .social a,
.post-comments h3,
.post-comments .com-item .com-data .title,.post-comments .com-item .com-data p,.post-comments .com-item .com-data .reply,
.inner-pages .project-s .block .inner .inner-data a, .inner-pages .project-s .block .inner .inner-data p,
.bt .t-data .title,
.bt .t-data p,
.single-desc h3,
.single-desc p{
    color: #fff;
}

.pagination-gar li a,
.head-extra .social a{
    border-color: #fff;
}

.inner-pages .video-s .video-inner, .inner-pages .client-s, .inner-pages .project-s {
    background-color: #c9a264;
}

.inner-pages .video-s .video-inner{
    background-image: none;
}

.consult .form-group .btn,.post-comments .com-form .form-group .btn {
    background: transparent;
    border: 2px #423529 solid;
    transition: all .5s;
    font-size: 12px;
    padding: 10px 20px;
    line-height: normal;
    /* color: #423529; */
    margin-top: 20px;
}

.pagination-gar li a:hover, .pagination-gar li a.active,
.head-extra .social a:hover{
    border-color: #ffffff;
    background-color: #ffffff;
    color: #c9a264;
}

.post-comments .com-item .com-data .title:hover{
    color: #fff;
}

.post-comments .com-item .com-children {
    border-right: 4px solid #dad2c6;
}

.project-s .block .inner .inner-data:before {
    background-color: #9c773b;
}

.project-s .block .inner .inner-img .caption {
    background-color: rgba(156, 119, 59, 0.83);
}

/* ************* 24-10-2018 **************** */

.service-s, .project-s.news-s, .client-s {
    background-color: #d3ae70;
    
}
.project-s.news-s {
    background-image: url(../images/projects.png);
    background-size: cover;
    background-position: 50%;
    background-color: #3e3e3e;
}
.h-circles .inner a:before {
    left: 0px;
    top: 1px;
    background-size: 94.5%;
}

.inner-pages .video-s .video-inner, .inner-pages .client-s, .inner-pages .project-s {
    background-color: #d3ae72;
}

.inner-pages {
    background-color: #d3ae71;
}

.experts .inner .inner-data ul li:before {
    color: #927d5b;
}

.h-circles .inner h4 {
    text-align: center;
    max-width: 120px;
    margin: 0 auto;
}



.pagination {
    clear:both;
    padding:20px 0;
    position:relative;
    font-size:11px;
    line-height:13px;
    width: 100%;
    text-align: center;
}

.pagination span, .pagination a {
    display: inline-block;
    float: none;
    margin: 2px;
    padding:3px;
    text-decoration:none;
    width:30px;
    height: 30px;
    line-height: 24px;
    border: 1px solid #80808080;
    color: #fff;
    border-radius: 5px;
    background: #423529;
}

.pagination a:hover{
    color:#fff;
    background: #423529;
}

.pagination .current{
    padding: 3px;
    border: 1px solid #423529;
    color: #fff;
    border-radius: 5px;
    background: #d3ae71;
}


div.wpcf7 {
	position: relative
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #4eb11b;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	text-align: left;
}

div.wpcf7-response-output {
	margin: 0em 0.5em 1em;
	padding: 0.2em 1em;
	/* position: absolute; */
	color: #4eb11b;
	width: 98%;
	top: -81px;
	float: right;
}

div.wpcf7-validation-errors {
	padding-top: 5px !important;
	color: #ff0000
}

.map {
    height: 302px;
}

.wpcf7-field-group:first-of-type{
  margin-bottom: 20px
}
/*
button.wpcf7-field-group-remove {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    border: 0;
    padding: 0 22px;
    font-size: 17px;
    line-height: 63px;
    color: #4c4c4c;
    background-color: rgba(129, 129, 129, 0.6);
    outline: 0;
}

.wpcf7-field-group {
    position: relative;
    margin-bottom: 20px;
}*/
.menu-item-has-children .sub-menu{
     min-width: 175px;
}

.post li {padding: 0;list-style-type: disc;line-height: 1.8;color: #fff;font-size: 15px;margin: 0 15px;}

.post strong {
    color: #fff;
    font-weight: normal;
    font-family: b-bd;
    font-size: 18px;
}

.video-s .video-inner .experts .inner .inner-data strong,
.v-data strong,
.inner-mix .block strong{
    color: #fff;
    font-weight: normal;
    font-family: b-bd;
    font-size: 17px;
}

.video-s .video-inner .experts .inner .inner-data p {
    max-height: none;
    overflow: hidden;
}

.video-s .video-inner .experts .inner .inner-data p a {
    font-family: b-bd;
    color: #fff;
    text-decoration: underline;
    font-size: 15px;
}

.inner-mix .block li {
    list-style-type: disc;
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 12px;
}

#st-el-2 .st-btn > span {
    display: inline-block;
    letter-spacing: 0.5px;
    text-align: center;
    vertical-align: top;
    width: 96px;
    color: #fff;
}

.h-circles .inner a div {
    
   
    /* background-color: #000; */
    padding-top: 72px;
    top: 42%;
}

.h-circles .inner h4 {
    position: relative;
    top: -13px;
}

.h-circles .inner p {
    max-height: 90px;
    margin: 0 auto 0;
    max-width: 70%;
    font-size: 13px;
}

.footer-top .footer-item .f-content {
    text-align: right;
}

.footer-top .footer-item .f-content img {}

.footer-top .footer-item h4 {
    margin: 0px 0 32px;
}
.footer-top .footer-item .contacts li {
    padding-right: 25px;
    position: relative;
    line-height: 1.6;
    margin-bottom: 14px;
}

.footer-top .footer-item .contacts li i {
    position: absolute;
    right: 0;
    top: 2px;
}

.serv-cont .tab-pane h3, .serv-cont .tab-pane p, .serv-cont .tab-pane p strong,.serv-cont .tab-pane ul li {
    color: #fff !important;
}

.serv-cont .tab-pane ul li {
    list-style: disc;
    margin-bottom: 15px;
    line-height: 1.7;
    font-size: 15px;
}

.serv-cont .tab-pane h3 {
    font-size: 22px;
}

.serv-cont .tab-pane  p {
    font-size: 15px;
    margin-bottom: 10px;
}

.video-s .video-inner {
    padding: 30px 0;
    background-color: #000;
}

.video-s .video-inner .v-img iframe {
    height: 500px;
}

.video-s .video-inner::after {
    filter: invert(1) grayscale(1) brightness(0);
}

.video-s .video-inner:before,.project-s:after {
    filter: invert(1) grayscale(1) brightness(0);
}

.footer-bottom span {
    display: inline-block;
    float: left;
    color: #b9b9b9;
    text-transform: none;
    font-size: 13px;
}

.footer-bottom span a {
    color: inherit;
    display: inline-block;
    margin: 0 2px;
    font-size: inherit;
    ب:;
}

.footer-bottom p span {
    color: #ec0707;
    display: inline-block;
    float: none;
    font-size: 17px;
    position: relative;
    top: 0;
    margin-left: 3px;
    margin-top:0 !important;
}

.h-circles .inner h4 {
    max-width: 100%;
    white-space: normal;
    text-overflow: unset;
        overflow: visible;
}

.footer-bottom span a {
    float: right;
}

.inner-pages .video-s .video-inner::after {
    filter: none;
    display:none;
}

#st-el-4 .st-btn > span {
    color: inherit !important;
}
#st-1 .st-btn > img {
    margin: 0 !important;
}

.post p span {
    color: #fff !important;
}

.main-head {
    position: relative;
    z-index: 16;
}

.post-comments .com-form {
    margin-top: 0;
}

#respond a:last-of-type {
    float: left;
}

#respond a {
    color: #fff;
}

#commentform p {
    color: #fff;
}

.video-s .video-inner .v-img iframe {
    height: 600px;
}

.serv-cont .tab-pane ul li strong{
    color:#fff!important;
}

.video-s.about-seco .video-inner:before, .project-s:after {
    filter: none;
}

.video-s.about-seco .video-inner {
    background-color: #d3ae70;
 padding: 80px 0 120px;
}

.video-s.about-seco .video-inner:after {
    display: none;
}

.video-s .video-inner:before {
    top: -68px;
}

.video-s .video-inner .v-img{
        border-radius: 0;
}

.video-s.about-seco .video-inner .v-img{
        border-radius: 5px;
}

.sidebar .side-logo img {
    width: 200px;
}

.footer-top .footer-item h4 {
    
}

.footer-top .footer-item h4:after {
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* right: 0; */
}

.footer-top .footer-item:nth-of-type(2) {
    position: relative;
    right: -7%;
    /* text-align: center; */
}

.page-template-main-video .video-s .video-inner .v-data p {
    max-height: none !important;   
}


.t-data ul li {
   list-style: disc;
   list-style-position: inside;
   font-size: 15px;
   color: #fff;
   margin-bottom: 15px;
   line-height: 1.9;
}

.t-data ol li {
   list-style: decimal;
   list-style-position: inside;
   font-size: 15px;
   color: #fff;
   margin-bottom: 15px;
   line-height: 1.9;
}

.sidebar:after {
    height: 160vh;
}

.sidebar {
    overflow: hidden;
    overflow-y: auto;
}

.sidebar::-webkit-scrollbar {
    width: 6px;

}

.sidebar::-webkit-scrollbar-track {
    /*    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    border-radius: 0;
       background-color: #423529;
}

.sidebar::-webkit-scrollbar-thumb {
    border-radius: 0;
    /*    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
    background-color: #d3ae70;
}

.experts .inner .inner-data span {
    
    margin-bottom: 0;
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px;
}
.main-content .col-xs-12 {
    float: right;
    overflow: hidden;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}

.sidebar {
    transform: translateX(-100%);
    left: 0;
    right: auto;
}

.main-content .col-xs-12 .n-color ul {
    padding-right: 20px;
}

/* ************** AMIR ************* */

.h-circles .inner p,
.h-circles .inner h4 i {
    display: none;
}

.h-circles .inner h4 {
    max-width: 100%;
    font-size: 15px;
    padding: 0 20px;
    top: 0;
}

.h-circles .inner a:before {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.h-circles .inner a {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 195px;
}

.h-circles .inner a:after {
    width: 16px !important;
    height: 70px !important;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    left: 0;
    top: 0 !important;
    right: 0 !important;
    bottom: 0;
    margin: auto;
}

.h-circles .inner a div {
    clip-path: none;
    padding-top: 24px;
    top: 50%;
    transform: translate(-50%,-50%);

}

.footer-top .footer-item .f-content img {
    margin-bottom: 20px;
    max-width: 180px !important;
}

body, html {
    overflow-x: hidden;
}

.service-s .btn {
    background: #d3ad6a;
    margin: 40px auto 0;
    display: table;
    /* padding: 0 50px; */
    /* font-size: 16px; */
    /* line-height: 46px; */
}

.page-id-2 .experts .inner .inner-data span {
    text-align: center;
}

.consult .form-group .fileupload i.fa {right: 15px;}

.page-id-67 div.wpcf7-response-output {
    position: relative;
    float: right;
    width: 100%;
    top: 0;
}

.v-data p, .v-data p span {
    background: transparent !important;
    font-family: b-rg !important;
    color: #fff !important;
}



.fileupload span.file-placeholder, .fileupload span.file-placeholder2 {
    /* position: absolute; */
    bottom: 0;
    width: 76%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fileupload span.wpcf7-form-control-wrap.your-cv, .fileupload span.wpcf7-form-control-wrap.your-image {position: absolute;/* bottom: 0; *//* height: 100%; */width: 100%;right: 0;left: 0;top: 0;}
.fileupload span.wpcf7-form-control-wrap.your-image {}

.service-s .inner a {
    background: transparent;
    border-color: #dddcdc;
}

/*.serv-tabs .nav-tabs li a {*/
/*    background: #fff;*/
/*    border-bottom: 1px solid #ECECEC !important;*/
/*}*/

.main-content .post.col-xs-12 .col-md-7 {
    color: #fff;
}


.main-content .post.col-xs-12 .col-md-7 ol li {
    list-style: decimal;
}
.single-proj .t-data ol li {
    list-style: disc;
    padding-right: 1px;
}

.service-s .inner .icon {
    transition: all .5s;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 0px;
    background: #d3ad6a;
    line-height: 65px;
}

.service-s .inner .data {
    padding-top: 28px;
    text-align: center;
}

.service-s .block {
    padding-top: 35px;
}

.service-s .inner .icon img {
    filter: brightness(0) invert(1);
    width: 35px;
    margin: auto;
    display: inline-block;
}

.service-s .inner .icon img, .service-s .inner .icon img.h-i {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.main-content .service-s {
    background-image: linear-gradient(#313131 0%, #7C7976 100%);
    border: none;
    position: relative;
    z-index: 5;
    overflow: visible;
}

.service-s .block .inner a:hover {
    border-color: #d3ad6a;
    background: #d3ad6a;
}

.service-s .inner:hover .icon {
    /* background: #fff; */
}

.service-s .inner:hover .icon img, .service-s .inner:hover .icon img.h-i {
    /* filter: none; */
}


.service-s .g-header:after {
    display: none;
}

.service-s .g-header h3:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    height: 5px;
    background-color: #d3ad6a;
    width: 50px;
    bottom: 0;
    transition: all .3s;
    display: block;
}

.service-s .g-header h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.service-s .g-header {
    padding-bottom: 0;
}

.project-s:after {
    display: none;
}

.project-s.posts-s {
    background: #fff;
    overflow: visible;
}

.project-s.posts-s .g-header h3 {
    /* color: #333; */
}

.project-s.posts-s .block .inner .inner-data a {
    /* color: #333; */
}

.project-s.posts-s .block .inner .inner-data p {
    /* color: #777; */
}

.project-s.posts-s::before {
    content: '';
    position: absolute;
    left: 0;
    top: -45px;
    width: 100%;
    background-color: transparent;
    z-index: 4;
    background: linear-gradient(#313131 0%, #363535 100%);
    background-repeat: no-repeat;
    height: 75px;
    background-size: contain;
    background-position: 50%;
    transform: rotate(-2deg);
}

/*.inner-pages .serv-tabs .nav-tabs {*/
/*    position: relative;*/
/*    border: 0;*/
/*    margin-right: 15px;*/
/*    margin-top: 200px;*/
/*}*/

/*.inner-pages .serv-tabs:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: -245px;*/
/*    top: -245px;*/
/*    border-radius: 100%;*/
/*    border: 15px solid #b4b5b7;*/
/*    width: 700px;*/
/*    height: 700px;*/
/*    opacity: .05;*/
/*    animation: fa-spin 10s infinite reverse;*/
/*    z-index: -1;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li {*/
/*    margin: 0;*/
/*    position: absolute;*/
/*    transition: all 1s;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(3) {*/
/*    right: 256px;*/
/*    top: -145px;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: -65px;*/
/*    top: -65px;*/
/*    border-radius: 100%;*/
/*    border: 8px solid #b6955e;*/
/*    width: 350px;*/
/*    height: 350px;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(1) {*/
/*    right: -60px;*/
/*    top: -200px;*/
    /* transform: rotate(20deg); */
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li.active {*/
/*    transition: all 1s;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(2) {*/
/*    right: 100px;*/
/*    top: -220px;*/
/*    transform:;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(4) {*/
/*    right: 330px;*/
/*    bottom: -157px;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(5) {*/
/*    right: 273px;*/
/*    bottom: -323px;*/
/*    transform: none;*/
/*}*/

/*.main-content .serv-tabs {*/
/*    overflow: visible;*/
/*    height: 700px;*/
/*    position: relative;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    border-radius: 100%;*/
/*    width: 350px;*/
/*    height: 350px;*/
/*    border: 8px solid #b6955e;*/
/*    clip: rect(0, 9em, 9em, 0);*/
/*    transition: transform 1s ease-in-out;*/
/*    z-index: 0;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 37px;*/
/*    height: 25px;*/
    /* background: -webkit-linear-gradient(top, #ebcfa0 -20%, rgba(255, 255, 255, 0) 90%); */
/*    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(1)::before {*/
/*    right: -5px;*/
/*    top: 134px;*/
/*    transform: rotate(126deg);*/
/*    clip: rect(0, 5em, 34em, 0);*/
/*    transition: all 1s;*/
/*    z-index: 5;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li.active:before {*/
/*    border-color: #8e456d;*/
/*    z-index: 8;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(1)::after {*/
/*    right: 59px;*/
/*    bottom: -76px;*/
/*    transform: rotate(44deg);*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(2)::before {*/
/*    right: -166px;*/
/*    top: 154px;*/
/*    transform: rotate(92deg);*/
/*    clip: rect(6em, 5em, 33em, 0);*/
/*    transition: transform 1s ease-in-out;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(2)::after {*/
/*    right: 13px;*/
/*    bottom: -67px;*/
/*    transform: rotate(-15deg);*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(3)::before {*/
/*    left: 85px;*/
/*    top: 83px;*/
/*    transform: rotate(45deg);*/
/*    clip: rect(5em, 9.5em, 23em, 0);*/
/*    transition: transform 1s ease-in-out;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(3)::after {*/
/*    right: -51px;*/
/*    bottom: -36px;*/
/*    transform: rotate(-62deg);*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(4)::before {*/
/*    right: -394px;*/
/*    top: -103px;*/
/*    transform: rotate(-5deg);*/
/*    clip: rect(1em, 5.5em, 20em, 0);*/
/*    transition: transform 1s ease-in-out;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(4)::after {*/
/*    right: -85px;*/
/*    bottom: 36px;*/
/*    transform: rotate(-90deg);*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(5)::before {*/
/*    right: -337px;*/
/*    bottom: 40px;*/
/*    transform: rotate(-60deg);*/
/*    clip: rect(2em, 9em, 14em, 0);*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(5)::after {*/
/*    right: -54px;*/
/*    bottom: 130px;*/
/*    transform: rotate(-130deg);*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li a {*/
/*    width: 120px;*/
/*    height: 120px;*/
/*    border: 0 !important;*/
/*    border-radius: 100%;*/
/*    box-shadow: 0 0 0 10px #b6955e;*/
/*    text-align: center;*/
/*    font-size: 17px;*/
/*    padding-top: 42px;*/
/*    color: #242424;*/
/*    position: relative;*/
/*    background-color: #fdfdfd;*/
/*    border-bottom: 3px solid #9e8150 !important;*/
/*    padding: 0 13px;*/
/*    border-top: 3px solid #fff !important;*/
/*    transition: all .3s;*/
/*    box-shadow: #919191 1px 1px, #919191 -8px 10px, #919191 ` 3px, #919191 4px 4px, #919191 5px 5px, #919191 6px 6px, #919191 7px 7px, #919191 8px 8px, #919191 9px 9px;*/
/*    white-space: normal;*/
/*    overflow: visible;*/
/*    display: -webkit-box;*/
/*    -webkit-box-pack: center;*/
/*    -webkit-box-align: center;*/
/*}*/

/*.main-content .inner-pages .outer-service {*/
/*    overflow: visible;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li a::before {*/
/*    content: '';*/
/*    width: 25px;*/
/*    height: 25px;*/
/*    background-color: #b6955e;*/
/*    border-radius: 100%;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    bottom: -60px;*/
/*    z-index: 9;*/
/*    transition: all .3s;*/
/*    overflow: visible;*/
/*    opacity: 1;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li.active a::before, .inner-pages .serv-tabs .nav-tabs li.active a::after {*/
/*    background-color: #8f456d;*/
/*    transition: all .3s;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li a::after {*/
/*    content: '';*/
/*    height: 40px;*/
/*    width: 8px;*/
/*    background-color: #b6955e;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    bottom: -46px;*/
/*    transition: all .3s;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(1) a::before {*/
/*    left: 42%;*/
/*    bottom: -66px;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(1) a::after {*/
/*    transform: rotate(22deg);*/
/*    right: 0;*/
/*    left: 0;*/
/*    margin: auto;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(2) a::before {*/
/*    left: 68%;*/
/*    bottom: -53px;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(2) a::after {*/
    /* transform: rotate(-23deg); */
/*    left: 66%;*/
/*}*/

/*.serv-tabs .nav-tabs li:nth-child(2).active a {*/
/*    color: #4375b6;*/
/*    box-shadow: 0 0 0 10px #4375b6;*/
/*}*/

/*.serv-tabs .nav-tabs li:nth-child(2).active::before {*/
/*    border-color: #4375b6;*/
/*}*/

/*.serv-tabs .nav-tabs li:nth-child(2).active a::before, .serv-tabs .nav-tabs li:nth-child(2).active a::after {*/
/*    background: #4375b6;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(3).active a {}*/

/*.inner-pages .serv-tabs .nav-tabs li.active:nth-child(3) a::before, .inner-pages .serv-tabs .nav-tabs li.active:nth-child(3) a::after {*/
/*    background: #35b4a8;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(3) a::before {*/
/*    right: -42px;*/
/*    left: auto;*/
/*    bottom: -30px;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(3) a::after {*/
/*    left: auto;*/
/*    right: 0;*/
/*    transform: rotate(-45deg);*/
/*    top: 83%;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(3).active::before {border-color: #35b4a8;}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(4).active::before {*/
/*    border-color: #4e9155;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(4).active a::before, .inner-pages .serv-tabs .nav-tabs li:nth-child(4).active a::after {*/
/*    background: #4e9155;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(4) a::before {*/
/*    left: auto;*/
/*    top: 50%;*/
/*    bottom: auto;*/
/*    right: -72px;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(4) a::after {*/
/*    transform: rotate(90deg);*/
/*    top: 45%;*/
/*    right: -30px;*/
/*    bottom: auto;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(5).active::before {*/
/*    border-color: #b43535;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(5).active a::before, .inner-pages .serv-tabs .nav-tabs li:nth-child(5).active a::after {*/
/*    background: #b43535;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(5) a::before {*/
/*    bottom: auto;*/
/*    left: auto;*/
/*    right: -43px;*/
/*    top: -25px;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(5) a::after {*/
/*    transform: rotate(45deg);*/
/*    bottom: auto;*/
/*    top: -18px;*/
/*    left: auto;*/
/*    right: -6px;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(6) {*/
/*    right: 140px;*/
/*    bottom: -427px;*/
/*    transform: none;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(6)::before {*/
/*    right: -207px;*/
/*    bottom: 142px;*/
/*    transform: rotate(-71deg);*/
/*    clip: rect(5em, 6em, 21em, 0);*/
/*    transition: transform 1s ease-in-out;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(6).active::before {*/
/*    border-color: #889e4b;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(6)::after {*/
/*    right: 29px;*/
/*    top: -78px;*/
/*    transform: rotate(210deg);*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(6).active a::before, .inner-pages .serv-tabs .nav-tabs li:nth-child(6).active a::after {*/
/*    background: #889e4b;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(6) a::before {*/
/*    bottom: auto;*/
/*    top: -64px;*/
    /* right: 20px; */
    /* left: auto; */
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(6) a::after {*/
/*    bottom: auto;*/
/*    top: -46px;*/
/*    transform: rotate(-4deg);*/
/*    right: 0;*/
/*    left: 0;*/
/*    margin: auto;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(7) {*/
/*    top: auto;*/
/*    bottom: -438px;*/
/*    right: -35px;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(7)::before {*/
/*    right: -31px;*/
/*    bottom: 153px;*/
/*    transform: rotate(-108deg);*/
/*    clip: rect(0, 5em, 34em, 0);*/
/*    transition: all 1s;*/
/*    z-index: 5;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(7).active::before {border-color: #2f92a9;}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(7).active a::before, .inner-pages .serv-tabs .nav-tabs li:nth-child(7).active a::after {*/
/*    background: #2f92a9;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(7) a::before {*/
/*    bottom: auto;*/
/*    top: -59px;*/
/*    right: 69px;*/
/*    left: auto;*/
/*    margin: auto;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(7) a::after {*/
/*    bottom: auto;*/
/*    top: -46px;*/
/*    right: 54px;*/
/*    left: 0;*/
/*    margin: auto;*/
/*    transform: rotate(-23deg);*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(7):after {*/
/*    bottom: auto;*/
/*    top: -75px;*/
/*    right: 81px;*/
/*    transform: rotate(160deg);*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li.active:after {*/
/*    background: -webkit-linear-gradient(top, #ebcfa0 -20%, rgba(255, 255, 255, 0) 90%);*/
/*}*/
/*.service-s .inner .icon {*/
/*    margin: auto !important;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(4) a::after {*/
/*    right: -25px;*/
/*    left: auto;*/
/*}*/

.project-s.posts-s {
    background-image: linear-gradient(#313131 0%, #7C7976 100%);
}

.post-type-archive .inner-pages {
    background: linear-gradient(#313131 0%, #7C7976 100%);
}

.about-hh {
    width: 65%;
    margin: auto;
}

.main-content .service-s .g-body {
    overflow: visible;
}

.serv-slider .owl-nav .owl-prev:hover, .serv-slider .owl-next:hover {
    color: #d3ad6a;
}

.owl-theme .owl-nav [class*=owl-] {
    font-size: 50px;
}

.serv-slider .owl-controls {
    display: block !important;
}

.main-content .about-hh .block.col-md-4 {padding: 0;overflow: visible;}


.project-s.posts-s::after {
    content: '';
    position: absolute;
    right: 0;
    height: 621px;
    width: 725px;
    transform: matrix(0.52, -0.86, 0.86, 0.52, 0, 0) scaleX(-1);
    background: rgba(210, 172, 111, 0.050980392156862744);
    border-radius: 500px;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 1;
    display: block;
    left: auto;
}

.video-s .video-inner:before {
    content: '';
    position: absolute;
    left: -3px;
    top: -26px;
    width: 101%;
    background-color: transparent;
    z-index: 4;
    background: linear-gradient(#7a7875 0%, #716e6c 100%);
    background-repeat: no-repeat;
    height: 70px;
    background-size: contain;
    background-position: 50%;
    transform: rotate(-2deg);
}

.container {
    position: relative;
    z-index: 2;
}

.owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
}

.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    position: absolute;
    margin: 0;
    padding: 0;
}

.owl-theme .owl-nav .owl-prev {
    left: -30px;
}

.owl-theme .owl-nav .owl-next {
    right: -30px;
}

.serv-tabs.col-md-5.col-xs-12 {
    /* width: 100%; */
    /* max-width: 100%; */
}

.serv-cont.col-md-7.col-xs-12 {
    /* width: 100%; */
    /* max-width: 100%; */
    /* margin-top: 30px; */
    /* padding: 0; */
}

.serv-cont.col-md-7.col-xs-12 .tab-content.col-xs-12 {
    padding: 0;
}

.main-content .h-circles {
}

.service-s .inner .icon {
    background: #4b4948;
    border: 1px #d3ad6a solid;
    width: 55px;
    height: 55px;
    line-height: 55px;
    top: 8px;
}

.service-s .block .inner a:hover {
    background: transparent;
    border-color: #bfbfbf;
}

.service-s .inner .icon img {
    width: 30px;
}

.service-s .inner .data {
    padding-top: 18px;
}

.service-s .inner .data h3 {
    font-size: 15px !important;
    height: auto;
}

.service-s .inner .data p {
    max-height: 45px;
}

.service-s .block .inner a:hover .icon {
    background: #d3ad6a;
}

.service-s .btn {
    background: transparent;
    border: 2px #d3ad6a solid;
    transition: all .5s;
    /* line-height: 44px; */
}

.service-s .btn:hover, .service-s .btn:focus {
    background: #d3ad6a;
}

.video-s .video-inner .v-data .btn:hover, .video-s .video-inner .v-data .btn:focus {
    background: #423529;
    color: #fff;
}

.post-type-archive .inner-pages::before {
    content: '';
    position: absolute;
    right: 0;
    height: 621px;
    width: 725px;
    transform: matrix(0.52, -0.86, 0.86, 0.52, 0, 0) scaleX(-1);
    background: rgba(210, 172, 111, 0.050980392156862744);
    border-radius: 500px;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 1;
}


.about-hh .block.col-md-4.col-sm-6.col-xs-12:nth-child(1) {
    width: 100%;
    max-width: 100%;
}

.about-hh .block.col-md-4.col-sm-6.col-xs-12:nth-child(2), .about-hh .block.col-md-4.col-sm-6.col-xs-12:nth-child(3) {
    max-width: 50%;
}

.about-hh {
    width: 35%;
}

.h-circles .inner a {
    height: 155px;
}

.h-circles .inner a:before {
    opacity: 0;
}

.h-slider .owl-nav {
    width: 100%;
}

.h-slider .owl-nav .owl-prev {left: 30px;}

.h-slider .owl-nav .owl-next {
    right: 30px;
}

.h-slider .owl-nav .owl-prev, .h-slider .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #000 !important;
    border-radius: 50%;
    opacity: .5;
    font-size: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

.h-slider .owl-nav .owl-prev:hover, 
.h-slider .owl-nav .owl-next:hover {
    opacity: 1;
    background: #d2ac6f !important;
}

.video-s.about-seco .video-inner .v-img img {
    /*max-width: 350px;*/
}

.name-h {
    text-align: center;
    clear: both;
}

.name-h h4 {
    font-size: 13px;
    color: #fff;
    margin: 8px 0;
}

.name-h h3 {
    margin: 0 0 10px;
    font-size: 20px;
}

.project-s .load-more {
    margin: 0;
    padding: 0;
}

.project-s .load-more .pagination {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.consult .col-md-7.col-xs-12.co-form {
    width: 48%;
}

.consult .form-group br {
    display: none;
}

.consult .form-group .btn:hover, .post-comments .com-form .form-group .btn:hover {
    background: #423529;
    color: #fff;
}

.docu-inner .doc-l .form-group .btn {
    background: #d2ac6f;
    padding: 10px 20px;
}

.docu-inner .doc-r ul li a {
    font-size: 13px;
    text-decoration: none;
    /* color: blue; */
    background: transparent !important;
    font-family: b-rg;
}

.docu-inner .doc-r ul li a i {
    /* color: #fff; */
    width: 20px;
}

.inner-mix .block ul {padding: 0 10px;}

.footer-top .footer-item .contacts li a {
    color: #fff;
    font-size: 15px;
    transition: all .5s;
}

.footer-top .footer-item .contacts li a:hover {
    color: #d2ac6f;
}


.video-s.about-seco .video-inner .container {
    display: flex;
    align-items: center;
}

.inner-pages.about-page {
    padding-bottom: 0;
}

.inner-pages.about-page + .inner-mix {
    margin-top: 0;
}

.about-inn-h {
    background: #c5a268;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px #c5a369;
    /* height: 270px; */
    margin: 15px 0;
}

.block .about-inn-h h3 {
    margin: 0;
}

.block .about-inn-h p {
    margin: 10px 0;
    max-height: 125px;
}

.block .about-inn-h ul li:nth-child(n+2) {
    display: none;
}

.btn.btn-modal {
    background: #d3ae71;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.btn.btn-modal:hover, .btn.btn-modal:focus {
    background: #423529;
}

.inner-mix .block .about-inn-h li {
    max-height: 110px;
    height: 110px;
    overflow: hidden;
}

.box-modal {
    text-align: start;
    padding: 30px;
}

.box-modal h3 {
    display: table;
    margin: 0 auto 30px;
    position: relative;
    padding-bottom: 15px;
    color: #d3ae71;
}

.box-modal h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 40px;
    background: #d3ae71;
    height: 5px;
}

.box-modal p {
    font-size: 15px;
    line-height: 28px;
}

.page-template-recruitment .inner-pages {
    padding-bottom: 0;
}

.page-template-recruitment .inner-pages + .inner-pages {
    padding: 0 0 80px;
}

.consult .form-group .form-control[multiple="multiple"] {
    height: 150px;
}

.form-group.new-ch .form-control {
    max-height: 200px;
    height: auto;
    overflow: hidden;
    overflow-y: auto;
}

.form-group.new-ch .form-control .wpcf7-list-item {
    width: 46%;
    margin: 5px 6px;
    float: right;
}

.form-group.new-ch .form-control .wpcf7-list-item label input {
    opacity: 1;
    position: relative;
    margin: 4px 6px;
    width: 15px;
    height: 15px;
}
.form-group.new-ch .form-control .wpcf7-list-item label span{
    width: calc(100% - 30px);
    display: inline-block;
}

.form-group.new-ch .form-control .wpcf7-list-item label {
    display: flex;
    line-height: normal;
    font-weight: normal;
}


@media (max-width: 991px){
.video-s.about-seco .video-inner .container {
    display: block;
}
}
/**********************************************************/
.consult h4{
    margin-bottom: 10px;
    padding: 0 15px;
}
.consult .form-group .fileupload i.fa {
    top: 22px;
}

.wpcf7-not-valid-tip {
    margin-top: 10px;
    line-height: initial;
}

.consult .form-group.new-ch h4 {
    background-color: #ebebeb;
    margin: 0;
    width: 100%;
    color: #333;
    padding: 15px 42px 4px;
    font-size: 17px;
}

ul li {
    margin: 0 15px;
}

.project-s .g-body.col-xs-12, .project-s .g-body.col-xs-12 .nw-slider {
    overflow: visible;
}@charset "utf-8";
/* **************** */

@import "fonts.css";
@import "bootstrap.min.css";
@import "bootstrap-grid.min.css";
@import "bootstrap-rtl.min.css";
@import "animate.css";
@import "font-awesome.min.css";
@import "owl.carousel.css";
@import "owl.theme.default.min.css";
@import "jquery.fancybox.css";
@import "jquery.mCustomScrollbar.min.css";
/* ****************** */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*text-transform: capitalize;*/
    font-family: b-rg;
    color: #3f4542;
    font-size: 13px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.post strong{
    color:#fff;
}

.owl-carousel {
    direction: ltr;
}

.tooltip {
    z-index: 1100 !important;
}

.tooltip-inner {
    max-width: 200px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    background-color: #1a66d8;
    border-radius: 0.25rem;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
}

.tooltip .tooltip-arrow {
    display: none;
}

.tooltip.top {
    padding: 5px 0;
}

body {
    padding: 0;
    margin: 0;
}

.wrapper {
    overflow-x: hidden;
}

select {
    display: inline-block;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: middle;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

ul {
    list-style: none;
}

iframe {
    width: 100% !important;
    border: 0 !important;
    height: 100%;
}

::-moz-selection {
    background-color: #d2ac6f;
    color: #fff;
}

::selection {
    background-color: #d2ac6f;
    color: #fff;
}

a,
a:hover,
a:visited,
a:link {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a {
    display: inline-block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

p {
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: normal;
    line-height: 1.3;
}

.modal-open {
    overflow: hidden !important;
}

.modal-backdrop.in {
    opacity: .9;
}

input,
select,
textarea {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    outline: 0;
}

textarea {
    resize: none;
}

.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-control::placeholder {
    color: #bbb;
}

textarea.form-control {
    height: 100px !important;
}

.form-group,
.form-control {
    margin-bottom: 0;
}

.form-control:focus {
    border-color: #dfdfdf;
    border-bottom-color: #d2ac6f;
    -webkit-box-shadow: 0 1px 0 0 #d2ac6f;
    box-shadow: 0 1px 0 0 #d2ac6f;
    color: #303030;
}

.btn {
    outline: 0;
}

.btn {
    box-shadow: none;
    padding: 10px 20px;
    background-color: transparent;
    border-radius: 50px;
    border: 0;
    text-transform: uppercase;
    color: #fff;
    font-family: b-md;
    font-size: 12px;
    border: 1px #d2ac6f solid;
    transition: all .5s;
}

.btn:hover, .btn:focus {
    opacity: .9;
    color: #fff;
    background: #d2ac6f;
}

.row {
    margin-bottom: 0;
}

.col-xs-12 {
    padding: 0;
    float: left;
    width: 100%;
}

i {
    color: inherit;
    font-style: normal;
}

.toTop {
    background-color: #d2ac6f;
    color: #fff;
    position: fixed;
    bottom: 100px;
    right: -60px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 43px;
    border-radius: 7px;
    text-align: center;
    border: 1px #fff solid;
    z-index: 99999;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
}

.toTop:hover {
    background-color: #303030;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.toTop i {
    font-size: 18px;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #fff;
}

.toTop:hover i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .5s;
    transition: all .5s;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
}

.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%);
}

.main-head {
    /*
    position: absolute;
    width: 100%;
    z-index: 20;
    right: 0;
    top: 0;
*/
    background-color: #313131;
}

.main-head .logo {
    display: inline-block;
}

.main-head .main-nav {
    display: inline-block;
    float: left;
    padding-top: 5px;
}

.main-head .main-nav ul li {
    display: inline-block;
    position: relative;
    margin: 0;
}

.main-head .main-nav ul li:after {
    content: '|';
    position: relative;
    color: #fff;
    margin: 0 15px;
}

.main-head .main-nav ul li:last-child:after {
    display: none;
}

.main-head .main-nav ul li a {
    display: inline-block;
    color: #fff;
    transition: all .3s;
    font-family: b-md;
    /*    font-size: 15px;*/
    position: relative;
}

.main-head .main-nav ul li.current-menu-item a,
.main-head .main-nav ul li a:hover {
    color: #d2ac6f;
    transition: all .3s;
}

.main-head .main-nav ul li a i {
    vertical-align: baseline;
}

.main-head .bottom-content .main-nav a:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    height: 5px;
    /* background-color: #d2ac6f; */
    width: 0%;
    bottom: -15px;
    transition: all .3s;
    background: -webkit-radial-gradient(50% 30%, ellipse closest-side, #d2ac6f, rgba(255, 42, 112, 0) 90%);
}

.main-head .bottom-content .main-nav a:hover:before,
.main-head .bottom-content .main-nav .current-menu-item a:before {
    width: 100%;
    transition: all .3s;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children .sub-menu {
    position: absolute;
    left: auto;
    right: 0;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: all .3s;
    min-width: 120px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    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;
}

.menu-item-has-children .sub-menu li {
    display: block !important;
    margin: 0 !important;
}

.menu-item-has-children .sub-menu li:after {
    display: none;
}

.menu-item-has-children .sub-menu li a {
    display: block !important;
    padding: 6px 10px !important;
    font-family: b-rg !important;
    font-weight: normal !important;
    font-size: 13px !important;
    transition: all .3s;
    color: #333 !important;
}

.menu-item-has-children .sub-menu li a:hover {
    background-color: #d2ac6f;
    color: #fff !important;
    transition: all .3s;
}

.menu-item-has-children .sub-menu li a:before {
    display: none;
}

i.fa {
    vertical-align: baseline;
}

.menu-item-has-children > a:after {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    margin-right: 7px;
    transition: all .3s;
}

.menu-item-has-children:hover > a:after {
    transform: rotate(-180deg);
    transition: all .3s;
}

.main-head .logo img {
    width: 18rem;
}

.sidebar {
    background-size: cover;
    background-position: 20% 50%;
    background-image: url(../images/hero.png);
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    width: 300px;
    z-index: 9999;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: all .3s;
    opacity: 0;
}

.sidebar.opened {
    transform: translateX(0%);
    transition: all .3s;
    opacity: 1;
}

.sidebar:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.86);
    z-index: 0;
    width: 100%;
    height: 100%;
}

.sidebar .side-logo {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 15px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.sidebar .side-logo a {
    font-size: 37px;
    color: #1a66d8;
    display: inline-block;
}

.sidebar .side-logo span {
    display: block;
    font-size: 14px;
    text-transform: lowercase;
    color: #212121;
}

.sidebar .side-social {
    text-align: center;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, .4);
    border-top: 1px solid #232323;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #232323;
}

.sidebar .side-social ul li {
    display: inline-block;
}

.sidebar .side-social ul li a {
    display: inline-block;
    font-size: 17px;
    margin: 0 10px;
    color: #fff;
    transition: all .3s;
}

.sidebar .side-social ul li a:hover {
    color: #d2ac6f;
    transition: all .3s;
}

.sidebar .side-nav {
    /*max-height: 100%;*/
    /*overflow: hidden;*/
    /*height: calc(100% - 110px);*/
    /*height: 100%;*/
    position: relative;
    z-index: 1;
}

.sidebar .side-nav ul li {
    display: block;
    position: relative;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-left: 5px;
}

.sidebar .side-nav ul li a {
    display: block;
    font-size: 13px;
    padding: 15px;
    position: relative;
    color: #fff;
}

.sidebar .side-nav ul li a:hover {
    color: #d2ac6f;
    background-color: rgba(0, 0, 0, 0.6);
}

.sidebar .side-nav ul li.open a i {
    transform: rotate(180deg);
    transition: all .3s;
    color: #3475be;
}

.sidebar .side-nav ul li a i {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #fff;
    transition: all .3s;
}

.sidebar .side-nav ul li .sub-menu {
    width: 100%;
    min-width: 100%;
    top: 100%;
    border-radius: 0;
}

.sidebar .side-nav ul li .sub-menu li a {
    color: #303030;
}

.open-sidebar {
    border: 0;
    outline: 0;
    background-color: #d2ac6f;
    color: #fff;
    padding: 0;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: none;
    margin-left: 15px;
}

.open-sidebar i {
    color: #fff;
}

.overlay_gen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(105, 105, 105, 0.82);
    z-index: 999;
    display: none;
}

.side-nav .menu-item-has-children > a:after {
    float: left;
    margin: 0;
}

.main-head .top-bar {
    border-bottom: 1px solid #494949;
    padding: 15px 0;
}

.main-head .top-bar .bar-r {
      display: inline-block;
    padding-top: 4px;
    float: right;
    
}


.main-head .top-bar .bar-r ul li {
    display: inline-block;
    margin-left: 20px;
}

.main-head .top-bar .bar-r ul li:last-child {
    margin-left: 0;
}

.main-head .top-bar .bar-r ul li a {
    display: inline-block;
    color: #fff;
    transition: all .3s;
}

.main-head .top-bar .bar-r ul li a i {
    margin-left: 7px;
    color: #d2ac6f;
    font-size: 20px;
}

.main-head .top-bar .bar-r ul li a:hover {
    color: #d2ac6f;
    transition: all .3s;
}

.main-head .top-bar .bar-l {
    float: left;
}

.main-head .top-bar .bar-l .lang {
    display: inline-block;
    margin-left: 20px;
}



.main-head .top-bar .bar-l .lang a{
    font-size: 13px;
    color: #fff;
    font-family: b-lt;
}
.main-head .top-bar .bar-l .lang a:hover{
    color: #d2ac6f;
}

.main-head .top-bar .bar-l .lang a span{
    font-size: 13px;
    color: #fff;
    font-family: b-lt;
}
.main-head .top-bar .bar-l .lang a span:hover{
    color: #d2ac6f;
}


.main-head .top-bar .bar-l .social {
    display: inline-block;
    margin-left: 40px;
    direction: ltr;
}

.main-head .top-bar .bar-l .social a {
    display: inline-block;
    margin: 0 20px 0 0;
    color: #fff;
    transition: all .3s;
    font-size: 13px;
}

.main-head .top-bar .bar-l .social a:hover {
    color: #cade22;
    transition: all .3s;
}

.main-head .top-bar .bar-l .social a:last-child {
    margin-right: 0;
}

.main-head .top-bar .bar-l .order {
    /* background-color: #d2ac6f; */
    /* font-family: b-bd; */
    /* font-size: 14px; */
    /* padding: 15px 20px; */
    /* text-align: center; */
    color: #d2ac6f;
    display: inline-block;
    transition: all .3s;
}

.main-head .top-bar .bar-l .order i {
    margin-left: 5px;
    vertical-align: middle;
}

.main-head .top-bar .bar-l .order:hover {
    /*    opacity: .9;*/
    color: #cade22;
    transition: all .3s;
}

.main-head .bottom-content {
    padding: 30px 0;
}

.hero-s {
    position: relative;
    overflow: hidden;
    background-color: #1c1c1c;
    background-position: center;
    background-size: cover;
    padding-top: 117px;
    z-index: 3;
}

.hero-s .item {
    position: relative;
    /*    min-height: 800px;*/
    direction: rtl;
    text-align: right;
    background-size: cover;
    background-position: 50%;
    /*    padding-top: 180px;*/
}

.hero-s .item .item-inner {
    padding: 40px;
    background-color: rgba(29, 29, 29, 0.42);
    max-width: 75%;
    margin: 0 auto;
}


.hero-s:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.73);
}

.hero-s .h-slider {
    margin-bottom: 100px;
}



.hero-s .item h3 {
    position: relative;
    z-index: 1;
    font-family: b-bd;
    color: #fff;
    font-size: 25px;
    margin-bottom: 30px;
}

.hero-s .item p {
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #fff;
    line-height: 2;
    max-height: 80px;
    overflow: hidden;
    margin-bottom: 40px;
}

.hero-s .item .btn {
    position: relative;
    z-index: 1;
}

.owl-controls .owl-buttons div .slider-right,
.owl-controls .owl-buttons div .slider-left {
    background-color: transparent;
    position: absolute;
    top: 50%;
    margin: 0;
    color: #a9a9a9;
    cursor: pointer;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    z-index: 5;
    border: 1px solid #a9a9a9;
    -webkit-transition: all .3s;
    transition: all .3s;
    transform: translateY(-50%);
}

.owl-controls .owl-buttons div .slider-right:hover,
.owl-controls .owl-buttons div .slider-left:hover {
    background-color: #d2ac6f;
    border-color: #d2ac6f;
    color: #fff;
    transition: all .3s;
}


.owl-controls .owl-buttons div .slider-right {
    right: -90px;
}

.owl-controls .owl-buttons div .slider-left {
    left: -90px;
}

.hero-s:hover .owl-controls .owl-buttons div .slider-right {
    right: 30px;
    transition: all .3s;
}

.hero-s:hover .owl-controls .owl-buttons div .slider-left {
    left: 30px;
    transition: all .3s;
}

.owl-controls {
    margin: 0;
}

.owl-controls .owl-buttons div {
    padding: 0;
    opacity: 1;
    margin: 0;
    display: block;
}

.owl-controls .owl-pagination {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 100px;
    z-index: 5;
    text-align: left;
}

.owl-controls .owl-pagination .owl-page {
    display: inline-block;
}

.owl-controls .owl-pagination .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 4px;
    opacity: 1;
    background-color: #828282;
    border-radius: 100%;
    border: 2px solid #828282;
    transition: all .3s;
}

.owl-controls .owl-pagination .owl-page.active span {
    background-color: transparent;
    border-color: #828282;
    transform: scale(1.3);
    transition: all .3s;
}

.service-s {
    padding: 70px 0;
    position: relative;
    background-color: #bfbfbf;
}

.service-s:before {
    content: '';
    position: absolute;
    left: 0;
    top: -45px;
    width: 100%;
    background-color: transparent;
    z-index: 4;
    background: linear-gradient(#313131 0%, #363535 100%);
    background-repeat: no-repeat;
    height: 75px;
    background-size: contain;
    background-position: 50%;
    transform: rotate(-2deg);
}

.service-s:after {
    top: auto;
    bottom: -67px;
    transform: rotateX(180deg);
}

.service-s .block {
    padding: 15px;
}

.service-s .inner {
    height: 150px !important;
}

.service-s .inner a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 25px 16px;
    transition: all .3s;
    border: 1px solid #ececec;
    border-radius: 12px;
    overflow: hidden;
}

.service-s .inner:hover a {
    background-color: #999;
    transition: all .3s;
}

.service-s .inner .icon {
    text-align: center;
    float: right;
    margin-left: 20px;
    width: 65px;
    height: 65px;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
}

.service-s .inner .data {
    overflow: hidden;
}

.service-s .inner .data h3 {
    /*    font-size: 22px;*/
    font-size: 17px !important;
    color: #fff;
    font-family: b-bd;
    /* overflow: hidden; */
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    margin-bottom: 5px;
    height: 44px;
    overflow: hidden;
}

.service-s .inner .data p {
    font-size: 13px;
    font-family: b-lt;
    color: #fff;
    line-height: 1.7;
    overflow: hidden;
    max-height: 65px;
    margin: 10px 0;
}
.service-s .inner .data span{
    display: inline;
    margin-top: 12px !important;
}
.service-s .inner:hover .data p,
.service-s .inner:hover .data h3,
.service-s .inner:hover .data span{
    color: #fff;
    transition: all .3s;
}

.service-s .inner .icon .h-i {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    transition: all .3s;
}

.service-s .inner:hover .icon img {
    /* opacity: 0; */
    transition: all .3s;
}

.service-s .inner:hover .icon .h-i {
    opacity: 1;
    transition: all .3s;
}
.serv-link{
    
}
/*
.serv-slider .owl-item:nth-of-type(1) .inner a {
    border-color: #4f9256;
}

.serv-slider .owl-item:nth-of-type(1) .inner a:hover {
    background-color: #4f9256;
    border-color: #4f9256 !important;
}

.serv-slider .owl-item:nth-of-type(1) .inner a h3,
.serv-slider .owl-item:nth-of-type(1) .inner a p {
    color: #4f9256;
}

.serv-slider .owl-item:nth-of-type(2) .inner a {
    border-color: #3392a9;
}

.serv-slider .owl-item:nth-of-type(2) .inner a:hover {
    background-color: #3392a9;
    border-color: #3392a9 !important;
}

.serv-slider .owl-item:nth-of-type(2) .inner a h3,
.serv-slider .owl-item:nth-of-type(2) .inner a p {
    color: #3392a9;
}


.serv-slider .owl-item:nth-of-type(3) .inner a,
.serv-slider .owl-item:nth-of-type(6) .inner a {
    border-color: #4476b7;
}

.serv-slider .owl-item:nth-of-type(3) .inner a:hover,
.serv-slider .owl-item:nth-of-type(6) .inner a:hover {
    background-color: #4476b7;
    border-color: #4476b7 !important;
}

.serv-slider .owl-item:nth-of-type(3) .inner a h3,
.serv-slider .owl-item:nth-of-type(3) .inner a p,
.serv-slider .owl-item:nth-of-type(6) .inner a h3,
.serv-slider .owl-item:nth-of-type(6) .inner a p {
    color: #4476b7;
}


.serv-slider .owl-item:nth-of-type(4) .inner a,
.serv-slider .owl-item:nth-of-type(7) .inner a {
    border-color: #90466e;
}

.serv-slider .owl-item:nth-of-type(4) .inner a:hover,
.serv-slider .owl-item:nth-of-type(7) .inner a:hover {
    background-color: #90466e;
    border-color: #90466e !important;
}

.serv-slider .owl-item:nth-of-type(4) .inner a h3,
.serv-slider .owl-item:nth-of-type(4) .inner a p,
.serv-slider .owl-item:nth-of-type(7) .inner a h3,
.serv-slider .owl-item:nth-of-type(7) .inner a p {
    color: #90466e;
}

.serv-slider .owl-item:nth-of-type(5) .inner a,
.serv-slider .owl-item:nth-of-type(8) .inner a {
    border-color: #8aa04c;
}

.serv-slider .owl-item:nth-of-type(5) .inner a:hover,
.serv-slider .owl-item:nth-of-type(8) .inner a:hover {
    background-color: #8aa04c;
    border-color: #8aa04c !important;
}

.serv-slider .owl-item:nth-of-type(5) .inner a h3,
.serv-slider .owl-item:nth-of-type(5) .inner a p,
.serv-slider .owl-item:nth-of-type(8) .inner a h3,
.serv-slider .owl-item:nth-of-type(8) .inner a p {
    color: #8aa04c;
}
*/



/* n-color */
.n-color .inner a {
    border-color: #8f456d;
}

.n-color .inner a:hover {
    border-color: #8f456d;
    background-color: #8f456d;
}

/* b-color */
.b-color .inner a {
    border-color: #4375b6;
}

.b-color .inner a:hover {
    border-color: #4375b6;
    background-color: #4375b6;
}

/* gl-color */
.gl-color .inner a {
    border-color: #35b4a8;
}

.gl-color .inner a:hover {
    border-color: #35b4a8;
    background-color: #35b4a8;
}

/* g-color */
.g-color .inner a {
    border-color: #4f9256;
}

.g-color .inner a:hover {
    border-color: #4f9256;
    background-color: #4f9256;
}

/* bl-color */
.bl-color .inner a {
    border-color: #2f92a9;
}

.bl-color .inner a:hover {
    border-color: #2f92a9;
    background-color: #2f92a9;
}

/* lm-color */
.lm-color .inner a {
    border-color: #899f4b;
}

.lm-color .inner a:hover {
    border-color: #899f4b;
    background-color: #899f4b;
}

/* gb-color */
.gb-color .inner a {
    border-color: #b43535;
}

.gb-color .inner a:hover {
    border-color: #b43535;
    background-color: #b43535;
}


.service-s .inner:hover .data p,
.service-s .inner:hover .data h3 {
    color: #fff !important;
    transition: all .3s;
}



.g-header {
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 25px;
    text-align: center;
}

.g-header:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    height: 5px;
    background-color: #3e3e3e;
    width: 50px;
    bottom: 0;
    transition: all .3s;
}

.g-header h3 {
    font-size: 29px;
    font-family: b-bd;
    color: #fefefe;
    margin-bottom: 10px;
    z-index: 15;
    position: relative;
}

.g-header p {
    font-size: 17px;
    font-family: b-lt;
    color: #fefefe;
}

.stories-s {
    position: relative;
    background-image: url(../images/feats.png);
    background-size: cover;
    background-position: 50%;
    /*    padding: 100px 0;*/
}

.stories-s:before {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    background-color: transparent;
    z-index: 11;
    background-image: url(../images/17.png);
    background-repeat: no-repeat;
    height: 75px;
    background-size: contain;
    background-position: 50%;
    transform: rotate(180deg) rotateY(180deg);
}

.stories-s .st-inner {
    position: relative;
    padding: 100px 0;
}

.stories-s .st-inner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(43, 37, 27, 0.60);
    width: 100%;
    height: 100%;
}

.stories-s:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    background-color: transparent;
    z-index: 11;
    background-image: url(../images/18.png);
    background-repeat: no-repeat;
    height: 75px;
    background-size: contain;
    background-position: 50%;
}

.stories-s .block {
    float: right;
}

.stories-s .inner {
    text-align: center;
    direction: rtl;
}

.stories-s ul li {
    display: inline-block;
    margin-left: 70px;
}

.stories-s ul li:last-child {
    margin-left: 0;
}

.stories-s li i {
    font-size: 75px;
    display: block;
    margin-bottom: 50px;
    color: #fff;
}

.stories-s li span {
    display: block;
    color: #fff;
    font-size: 16px;
}

.stories-s h3 {
    font-family: b-bd;
    font-size: 25px;
    color: #fff;
    margin-bottom: 25px;
}

.stories-s p {
    line-height: 1.7;
    color: #fff;
    font-size: 14px;
    font-family: b-lt;
    overflow: hidden;
    max-height: 90px;
}

.stories-s .item {
    border-radius: 5px;
    margin: 0 10px;
    text-align: right;
    padding: 40px;
    background-color: rgba(210, 172, 111, 0.43);
}

.project-s {
    padding: 80px 0 100px;
    position: relative;
    background-image: url(../images/projects.png);
    background-size: cover;
    background-position: 50%;
    background-color: #3e3e3e;
}

.project-s:before {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    background-color: transparent;
    z-index: 11;
    background-image: url(../images/20.png);
    background-repeat: no-repeat;
    height: 75px;
    background-size: contain;
    background-position: 50%;
    transform: rotate(180deg) rotateY(180deg);
}

/*
.project-s:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(62, 62, 62);
    width: 100%;
    height: 100%;
    }
*/
/*
.project-s .nw-slider {
    overflow: hidden;
}
*/

.project-s:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    background-color: transparent;
    z-index: 11;
    background-image: url(../images/15.png);
    background-repeat: no-repeat;
    height: 75px;
    background-size: contain;
    background-position: 50%;
}

.project-s .block {
    padding: 0 15px;
}

.project-s .block .inner a {
    display: block;
    width: 100%;
    height: 100%;
}

.project-s .block .inner .inner-img {
    height: 250px;
    overflow: hidden;
    position: relative;
}

.project-s .block .inner .inner-img .caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(210, 172, 111, 0.81);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    text-align: center;
    transform: translateY(50px);
}

.project-s .block .inner .inner-img .caption i {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    color: #fff;
    font-size: 40px;
    left: 50%;
}

.project-s .block .inner .inner-img img {
    height: 100%;
    width: 100%;
}

.project-s .block .inner:hover .caption {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: all .3s;
}

.project-s .block .inner .inner-data {
    position: relative;
    padding-right: 30px;
    padding-top: 30px;
}

.project-s .block .inner .inner-data:before {
    height: 22px;
    width: 11px;
    background-color: #d2ac6f;
    content: '';
    position: absolute;
    right: 0;
    top: 30px;
    transition: all .3s;
}

.project-s .block .inner:hover .inner-data:before {
    height: calc(100% - 30px);
    transition: all .3s;
}

.project-s .block .inner .inner-data a {
    overflow: hidden;
    max-width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: b-bd;
    color: #fefefe;
    font-size: 19px;
    margin-bottom: 5px;
    transition: all .3s;
}

.project-s .block .inner .inner-data p {
    overflow: hidden;
    max-height: 70px;
    font-family: b-lt;
    font-size: 15px;
    color: #fefefe;
    line-height: 1.7;
}

.project-s .block .inner .inner-data a:hover, .project-s.posts-s .block .inner .inner-data a:hover {
    color: #d2ac6f;
    transition: all .3s;
}

.project-s.news-s {
    background-color: #bfbfbf;
    position: relative;
    background-image: none;
    padding-bottom: 80px;
}

.project-s.news-s:before {
    display: none;
}

.project-s.news-s:after {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    background-color: transparent;
    z-index: 11;
    background-image: url(../images/16.png);
    background-repeat: no-repeat;
    height: 75px;
    background-size: contain;
    background-position: 50%;
}

.project-s.news-s:after {
    bottom: -9px;
    top: auto;
    transform: none;
    background-image: url(../images/15.png);
    /* transform: rotate(180deg); */
    display: none;
}

.project-s.news-s .block .inner .inner-data {
    padding: 30px 0 0 0;
    direction: rtl;
}

.project-s.news-s .block .inner .inner-data:before {
    display: none;
}

.project-s.news-s .block .inner .inner-img {
    direction: rtl;
}

.project-s.news-s .block .inner .inner-img .cap {
    position: absolute;
    right: 15px;
    bottom: 15px;
    background-color: #f1f1f1;
    padding: 9px 15px;
}

.project-s.news-s .block .inner .inner-img .cap span {
    color: #606060;
    font-size: 13.5px;
    margin-left: 10px;
    display: inline-block;
}

.project-s.news-s .block .inner .inner-img .cap span:last-of-type {
    margin-left: 0;
}

.project-s.news-s .block .inner .inner-img .cap i {
    margin-left: 2px;
}

.project-s.news-s .block .inner .inner-img .cap.new {
    background-color: #2e2e2e;
    color: #fff;
    bottom: 60px;
    padding: 7px 20px;
}

.nw-slider .owl-controls .owl-pagination,
.cl-slider .owl-controls .owl-pagination {
    display: block;
    width: 100%;
    position: relative;
    z-index: 5;
    text-align: center;
    margin-top: 50px;
    bottom: 0;
    left: 0;
}

.nw-slider .owl-controls .owl-pagination .owl-page span,
.cl-slider .owl-controls .owl-pagination .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 4px;
    opacity: 1;
    background-color: #6c6c6c;
    border-radius: 100%;
    border: 2px solid #6c6c6c;
    transition: all .3s;
}

.nw-slider .owl-controls .owl-pagination .owl-page.active span,
.cl-slider .owl-controls .owl-pagination .owl-page.active span {
    transform: none;
    background-color: transparent;
}

.client-s {
    padding: 50px 0;
    position: relative;
    background-color: #cfcfcf;
}

.client-s:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -67px;
    width: 100%;
    background-color: transparent;
    z-index: 11;
    background-image: url(../images/18.png);
    background-repeat: no-repeat;
    height: 75px;
    background-size: contain;
    background-position: 50%;
    transform: rotateX(180deg);
}

/*
.cl-slider {
    overflow: hidden;
}
*/

.client-s .block {
    padding: 0 15px;
}

.client-s .inner {
    border: 1px solid #ececec;
    padding: 20px;
    direction: rtl;
    background-color: #fff;
}

.client-s .inner .client-head {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.client-s .inner .client-head .cl-img {
    width: 70px;
    height: 70px;
    float: right;
    margin-left: 25px;
    overflow: hidden;
    border-radius: 100%;
    border: 1px solid #bdbdbd;
    padding: 0 5px;
    line-height: 70px;
}


.client-s .inner .client-head .cl-data {
    overflow: hidden;
    padding-top: 20px;
}

.client-s .inner .client-head h3 {
    font-size: 20px;
    color: #3f4542;
    font-family: b-bd;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
}

.client-s .inner p {
    font-size: 15px;
    font-family: b-lt;
    color: #3f4542;
    overflow: hidden;
    line-height: 25px;
    max-height: 46px;
}

.client-s .inner .rating {
    margin: 30px 0 10px;
}

.client-s .inner .rating i {
    color: #d2ac6f;
    font-size: 14px;
}

.client-s .inner .client-body p {
    font-size: 15px;
    font-family: b-lt;
    color: #3f4542;
    overflow: hidden;
    max-height: 50px;
}

.client-s .g-header h3,
.client-s .g-header p {
    color: #3e3e3e;
}

.main-footer {
    background-color: #313131;
    padding: 50px 0 0 0;
    overflow: hidden;
}

.service-s .block {
    direction: rtl;
}

.footer-top {
    border-bottom: 1px solid #312921;
    padding-bottom: 40px;
}

.footer-top .footer-item {
    float: right;
    padding: 0 20px;
}

.footer-top .footer-item .f-content {
    text-align: center;
}

.footer-top .footer-item .f-content img {
    margin: 0 auto 30px;
    max-width:50%;
}

.footer-top .footer-item .f-content p {
    font-size: 15px;
    font-family: b-lt;
    color: #fff;
    overflow: hidden;
    margin-bottom: 20px;
    max-height: 77px;
    text-align: right;
    max-width: 72%;
    line-height: 1.8;
}

.footer-top .footer-item .f-content .social {
    direction: rtl;
}

.footer-top .footer-item .f-content .social a {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    margin-left: 10px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 14px;
    transition: all .3s;
}

.footer-top .footer-item .f-content .social a:hover {
    background-color: #d2ac6f;
    color: #fff;
    border-color: #d2ac6f;
    transition: all .3s;
}

.footer-top .footer-item h4 {
    font-size: 20px;
    font-family: b-bd;
    color: #fff;
    padding-bottom: 18px;
    margin-bottom: 50px;
    position: relative;
}

.footer-top .footer-item h4:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 5px;
    border-radius: 50px;
    background-color: #d2ac6f;
}

.footer-top .footer-item .links li {
    display: inline-block;
    width: 45%;
    margin-bottom: 25px;
    text-align: right;
    margin-left: 10px;
    float: right;
}

.footer-top .footer-item .links a {
    position: relative;
    color: #fff;
    font-size: 15px;
    transition: all .3s;
}

.footer-top .footer-item .links a:hover {
    color: #d2ac6f;
    padding-right: 5px;
    transition: all .3s;
}

.footer-top .footer-item .links a:before {
    font-family: FontAwesome;
    content: "\f0d9";
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}

.footer-top .footer-item .contacts li {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 15px;
}

.footer-top .footer-item .contacts li:last-child {
    margin-bottom: 0;
}

.footer-top .footer-item .contacts li i {
    margin-left: 7px;
}

.footer-bottom {
    padding: 20px 0;
}

.footer-bottom p {
    display: inline-block;
    font-size: 12px;
    color: #b1b0b0;
    font-family: b-md;
    direction: rtl;
}

.footer-bottom a {
    float: left;
}

.project-s.news-s .g-header h3,
.project-s.news-s .g-header p,
.service-s .g-header h3,
.service-s .g-header p,
.project-s.news-s .block .inner .inner-data a,
.project-s.news-s .block .inner .inner-data p {
    color: #3e3e3e;
}

.serv-slider .owl-controls .owl-buttons div .slider-right,
.serv-slider .owl-controls .owl-buttons div .slider-left,
.cl-slider .owl-controls .owl-buttons div .slider-right,
.cl-slider .owl-controls .owl-buttons div .slider-left {
    background-color: transparent;
    position: absolute;
    top: 50%;
    margin: 0;
    color: #a9a9a9;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    z-index: 5;
    border: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    transform: translateY(-50%);
}

.serv-slider .owl-controls .owl-buttons div .slider-right:hover,
.serv-slider .owl-controls .owl-buttons div .slider-left:hover,
.cl-slider .owl-controls .owl-buttons div .slider-right:hover,
.cl-slider .owl-controls .owl-buttons div .slider-left:hover {
    color: #000;
    transition: all .3s;
}

.cl-slider .owl-controls .owl-buttons div .slider-right,
.cl-slider .owl-controls .owl-buttons div .slider-left {
    transform: translateY(-35%);
    top: 35%;
}


.serv-slider .owl-controls .owl-buttons div .slider-left,
.cl-slider .owl-controls .owl-buttons div .slider-left {
    left: -30px;
}

.serv-slider .owl-controls .owl-buttons div .slider-right,
.cl-slider .owl-controls .owl-buttons div .slider-right {
    right: -30px;
}


.video-s .video-inner {
    padding: 100px 0;
    position: relative;
    background-color: #e2e2e2;
}

.video-s .video-inner:before {
    content: '';
    position: absolute;
    left: 0;
    top: -65px;
    width: 100%;
    background-color: transparent;
    z-index: 11;
    background-image: url(../images/15.png);
    background-repeat: no-repeat;
    height: 75px;
    background-size: contain;
    background-position: 50%;
    transform: rotate(360deg) rotateY(180deg);
}
.service-s::after {
    content: '';
    position: absolute;
    right: 0;
    height: 621px;
    width: 725px;
    transform: matrix(0.52, -0.86, 0.86, 0.52, 0, 0) scaleX(-1);
    background: rgba(210, 172, 111, 0.050980392156862744);
    border-radius: 500px;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 1;
}
.v-data strong {
    color: #fff;
}
.video-s .v-data ul li {
    position: relative;
    padding: 0 !important;
    margin-bottom: 10px;
    list-style-type: disc;
    color:#fff;
}
/*.video-s .v-data ul li::before {*/
/*    content: "\f060";*/
/*    font-family: FontAwesome;*/
/*    font-style: normal;*/
/*    font-weight: normal;*/
/*    text-decoration: inherit;*/
/*    position: absolute;*/
/*    color: #fff;*/
/*    display: block;*/
/*    right: -5px;*/
/*}*/
/*
.video-s .video-inner:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    background-color: transparent;
    z-index: 11;
    background-image: url(../images/15.png);
    background-repeat: no-repeat;
    height: 75px;
    background-size: contain;
    background-position: 50%;
}
*/
.video-s .video-inner::after {
    content: "";
    top: auto;
    position: absolute;
    left: 0;
    bottom: -68px;
    width: 100%;
    background-color: transparent;
    background-image: url(../images/15.png);
    background-repeat: no-repeat;
    height: 75px;
    background-size: contain;
    background-position: 50%;
    transform: rotate(180deg) rotateY(180deg);
    z-index: 99999;
}
.video-s .video-inner .v-img {
    float: right;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: all .3s;
}

.video-s .video-inner .v-img .op-vid {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    width: 50px;
    height: 50px;
    z-index: 2;
    color: #fff;
    background-color: #d2ac6f;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    border: 0;
    outline: 0 !important;
}

.video-s .video-inner .v-img .op-vid:hover {
    opacity: .9;
}

.video-s .video-inner .v-img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/video.png);
    background-position: center;
    background-size: cover;
    top: 0;
    right: 0;
    border-radius: 4px;
    z-index: 0;
    display:none;
}

.video-s .video-inner .v-img iframe {
    height: 313px;
    width: 100%;
}

.video-s .video-inner .v-data {
    padding-right: 30px;
}

.video-s .video-inner .v-data h3 {
    color: #1f1f1e;
    font-family: b-bd;
    font-size: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.video-s .video-inner .v-data p {
    margin-bottom: 5px;
    /* overflow: hidden; */
    line-height: 2;
    font-size: 15px;
    /* max-height: 146px; */
}

#respond a{
  color: #d2ac6f
}
#respond a:hover{
  color: #333
}

.video-s .video-inner .v-data{
    margin-bottom: 30px;
    line-height: 2;
    font-size: 15px;
}

.video-s .video-inner .v-data .btn {
    border-radius: 5px;
}

.video-s .video-inner .v-img.hosted:after {
    transform: translateY(-100%);
    transition: all .3s;
}

.video-s .video-inner .v-img.hosted .op-vid {
    display: none;
}

.project-s .owl-controls .owl-buttons div .slider-right,
.project-s .owl-controls .owl-buttons div .slider-left {
    background-color: transparent;
    position: absolute;
    top: 50%;
    margin: 0;
    color: #fff;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    z-index: 5;
    border: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    transform: translateY(-50%);
}

.project-s .owl-controls .owl-buttons div .slider-right {
    right: -40px;
}


.project-s .owl-controls .owl-buttons div .slider-left {
    left: -40px;
}

.project-s.news-s .owl-controls .owl-buttons div .slider-right,
.project-s.news-s .owl-controls .owl-buttons div .slider-left {
    color: #3e3e3e;
}

.project-s .block {
    direction: rtl;
}

.h-circles {
    position: relative;
    z-index: 1;
    padding-bottom: 180px;
}

.h-circles .block {
    padding: 15px;
}

.h-circles .inner {
    transition: all .3s;
    text-align: center;
    width: 100%;
}

.h-circles .inner a {
    display: block;
    position: relative;
    border-radius: 100%;
    box-shadow: inset 0 0 0 12px #d2ac6f;
    text-align: center;
    padding: 0 25px;
    color: #fff;
    height: 237px;
    transition: all .3s;
    width: 237px;
    margin: 0 auto;
}

.h-circles .inner a:hover {
    transition: all .3s;
    background-color: rgba(0, 0, 0, 0.49);
}

.h-circles .inner a:after {
    content: '';
    position: absolute;
    right: -2.5%;
    top: -2.5%;
    width: 105%;
    height: 105%;
    border: none;
    background-color: transparent;
    border-radius: 0;
    transition: all .3s;
}

.h-circles .inner a:hover:after {
    /* border: 6px solid #d2ac6f; */
    transition: all .3s;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.h-circles .inner a div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.h-circles .block {
    float: right;
}

.h-circles .inner h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
    color: #fff;
}

.h-circles .inner h4 i {
    margin-left: 5px;
    vertical-align: middle;
    font-size: 8px;
    background: -webkit-linear-gradient(left, #d2ac6f, #ba8d44);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    top: -2px;
}

.h-circles .inner p {
    color: #fff;
    margin-top: 20px;
    max-height: 67px;
    overflow: hidden;
    line-height: 1.8;
}

.project-s .g-header:after {
    background-color: #d2ac6f;
}

.project-s.news-s .g-header:after {
    background-color: #3e3e3e;
}

.inner-pages {
    padding: 70px 0;
    position: relative;
    background-color: #cdcdcd;
}

.inner-pages:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -67px;
    width: 100%;
    background-color: transparent;
    z-index: 11;
    background-image: url(../images/18.png);
    background-repeat: no-repeat;
    height: 75px;
    background-size: contain;
    background-position: 50%;
    transform: rotateX(180deg);
}

.inner-pages:before {
    content: '';
    position: absolute;
    left: 0;
    top: -67px;
    width: 100%;
    background-color: transparent;
    z-index: 11;
    background-image: url(../images/18.png);
    background-repeat: no-repeat;
    height: 75px;
    background-size: contain;
    background-position: 50%;
    /*    transform: rotateX(180deg);*/
}



.jumbotron {
    background-color: #313131;
    background-image: url(../images/projects.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 30px 0;
    background-position: center;
}

.jumbotron h3 {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    margin: 0;
}

.jumbotron .breadcrumb {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
    float: left;
    padding-top: 15px;
}

.jumbotron .breadcrumb li {
    font-size: 15px;
}

.jumbotron .breadcrumb span span:first-of-type, .jumbotron .breadcrumb span span:nth-of-type(3), .jumbotron .breadcrumb span span:nth-of-type(5){
  color: #ccc;padding: 0 5px;
}

.jumbotron .breadcrumb li.active, .jumbotron .breadcrumb span span {
    color: #d2ac6f;
}

.jumbotron .breadcrumb a {
    color: #fff;
}

.jumbotron .breadcrumb a:hover {
    color: #d2ac6f;
}

.st-btn {
    margin: 0 5px;
}

.breadcrumb > li + li:before {
    content: '|';
}

.inner-pages .video-s .video-inner:before {
    display: none;
}

.inner-pages .video-s .video-inner {
    background-color: #fff;
    padding: 50px 0;
}

.inner-mix {
    margin-top: 30px;

}

.inner-mix .block {
    padding: 15px;
}

.inner-mix .block h3 {
    color: #1f1f1e;
    font-family: b-bd;
    font-size: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.inner-mix .block p {
    margin-bottom: 30px;
    overflow: hidden;
    line-height: 2;
    font-size: 15px;
}

.iner-pages .video-s .video-inner .v-data p {
    max-height: none;
}


.docu-inner .doc-r {
    float: right;
    background-color: #313131;
    padding: 100px 30px;
    min-height: 756px;
    position: relative;
}

.docu-inner .doc-r:after,
.docu-inner .doc-r:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 30px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #f5f5f5;
    z-index: 1;
}

.docu-inner .doc-r:after {
    top: auto;
    bottom: 30px;
}

.docu-inner .doc-r h3 {
    font-size: 23px;
    font-family: b-bd;
    color: #fff;
    margin-bottom: 35px;
}

.docu-inner .doc-r p {
    color: #fff;
    line-height: 2;
}

.docu-inner .doc-l {
    background-color: #e4e4e4;
    padding: 100px 40px;
    min-height: 741px;
    position: relative;
}

.docu-inner .doc-l:after {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid #313131;
    border-left: 25px solid transparent;
}

.docu-inner .doc-l:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 10px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid #313131;
    border-left: 25px solid transparent;
}

.docu-inner .doc-l h4 {
    margin-bottom: 40px;
    font-size: 23px;
    color: #3f4542;
    font-family: b-bd;
}

.docu-inner .doc-l .form-group {
    margin-bottom: 18px;
}

.docu-inner .doc-l .form-group:last-of-type {
    margin-bottom: 0;
}

.docu-inner .doc-l .form-group .form-control {
    height: 50px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    border-radius: 10px;
    line-height: 50px;
}

.docu-inner .doc-l .form-group .form-control::placeholder {
    color: #3e3e3e;
}

.docu-inner .doc-l .form-group .form-control:focus {
    box-shadow: 0 1px #d2ac6f;
    border-bottom-color: #d2ac6f;
    transition: all .3s;
}

.docu-inner .doc-l .form-group textarea.form-control {
    height: 150px !important;
    line-height: 30px;
}

.video-s.about-seco.col-xs-12 {
    padding: 0;
}
.docu-inner .doc-l .search-res {
    margin-top: 60px;
}

.docu-inner .doc-l .search-res a {
    display: inline-block;
    width: 120px;
    height: 120px;
    margin: 0 0 15px 15px;
    text-align: center;
    border: 2px solid #dfdfdf;
    padding: 26px 10px;
    background-color: #fff;
    color: #5d6770;
    font-family: b-bd;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s;
}

.docu-inner .doc-l .search-res a i {
    display: block;
    margin-bottom: 10px;
    font-size: 40px;
}

.docu-inner .doc-l .search-res a:hover {
    transform: translateY(-5px);
    transition: all .3s;
    background-color: #28317f;
    color: #fff;
    border-color: #28317f;
}

.docu-inner .doc-r ul li {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    /*    font-family: axt-rg;*/
    line-height: 1.7;
    color: #fff;
    float: right;
    width: 100%;
}

.docu-inner .doc-r ul li:last-child {
    margin-bottom: 0;
}

.docu-inner .doc-r ul li i {
    margin-left: 7px;
    color: inherit;
    float: right;
    height: 30px;
    margin-top: 3px;
}

.docu-inner .doc-r ul li a {
    color: #fff;
    display: inline-block;
    text-decoration: underline;
    font-family: axt-rg;
    font-size: 18px;
}

.docu-inner .doc-r .social-footer {
    margin: 30px 0;
}

.docu-inner .doc-r .social-footer a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    transition: all .3s;
}

.docu-inner .doc-r .social-footer a i {
    color: inherit;
}

.docu-inner .doc-r a:hover {
    color: #7a7aec;
    background-color: #d2ac6f;
    transform: translateY(-5px);
    transition: all .3s;
}

.docu-inner .doc-r .gmap {
    height: 235px;
    width: 100%;
}

.docu-inner .doc-l .form-group .btn {
    padding: 14px 50px;
}

.inner-pages .project-s {
    padding: 0;
    background-image: none;
    background-color: #fff;
}

.inner-pages .project-s:after,
.inner-pages .project-s:before {
    display: none;
}

.inner-pages .project-s .block {
    float: right;
    margin-bottom: 40px;
}

.inner-pages .project-s .block .inner .inner-data a,
.inner-pages .project-s .block .inner .inner-data p {
    color: #313131;
}

.pagination-gar {
    text-align: center;
    direction: ltr;
}

.pagination-gar li {
    display: inline-block;
}

.pagination-gar li a {
    display: inline-block;
    border: 1px solid #3e3e3e;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin: 0 3px;
    color: #3e3e3e;
    transition: all .3s;
}

.pagination-gar li:first-child a,
.pagination-gar li:last-child a {
    border: 0;
    font-size: 25px;
}

.pagination-gar li a:hover,
.pagination-gar li a.active {
    border-color: #d2ac6f;
    background-color: #d2ac6f;
    color: #fff;
    transition: all .3s;
}

.load-more {
    margin-top: 30px;
}

.inner-pages .client-s {
    background-color: #fff;
    padding: 0;
}

.inner-pages .client-s:after {
    display: none;
}

.inner-pages .client-s .block {
    float: right;
    margin-bottom: 30px;
}

.inner-pages .client-s .block .inner {
    background-color: #f5f5f5;
}

.inner-pages .client-s .inner .client-head .cl-img {
    background-color: #fff;
}

.bt .t-data {
    padding-right: 30px;
}

.bt .t-img {
    float: right;
}


.bt .t-data .title {
    color: #1f1f1e;
    font-family: b-bd;
    font-size: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bt .t-data p {
    margin-bottom: 30px;
    overflow: hidden;
    line-height: 2;
    font-size: 15px;
}

.about-s.about-page {
    padding: 100px 0;
}

.extra-g {
    margin: 40px 0;
}

.extra-g a {
    width: 170px;
    height: 160px;
    margin: 0 0 10px 10px;
}

.extra-g a img {
    width: 100%;
    height: 100%;
}

.single-desc {
    margin-top: 30px;
}

.single-desc h3 {
    color: #1f1f1e;
    font-family: b-bd;
    font-size: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.single-desc p {
    margin-bottom: 30px;
    overflow: hidden;
    line-height: 2;
    font-size: 15px;
}

.post {
    margin-bottom: 50px;
}

.post img {
    height: 320px;
    border-radius: 5px;
    margin-bottom: 40px;
    width: 100%;
}

.post h3 {
    font-family: b-bd;
    color: #313131;
    font-size: 28px;
    margin-bottom: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 99%;
}

.post p {
    color: #313131;
    font-size: 15px;
    line-height: 2.1;
}

.post-comments {}

.post-comments h3 {
    font-size: 22px;
    color: #313131;
    margin-bottom: 50px;
    font-family: b-bd;
}

.post-comments .com-item {
    margin-bottom: 50px;
    position: relative;
    float: right;
    width: 100%;

}

.post-comments .com-item:last-of-type {
    margin-bottom: 0;
}

.post-comments .com-item .com-img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    float: right;
    margin-left: 20px;
}

.post-comments .com-item .com-img img {
    width: 100%;
    height: 100%;
}

.post-comments .com-item .com-data {
    overflow: hidden;
}

.post-comments .com-item .com-data .title {
    font-family: b-bd;
    display: inline-block;
    color: #313131;
}

.post-comments .com-item .com-data .title:hover {
    color: #d2ac6f;
}

.post-comments .com-item .com-data .reply {
    position: absolute;
    left: 0;
    top: 0;
    color: #d2ac6f;
}

.post-comments .com-item .com-data .reply:hover {
    text-decoration: underline;
}

.post-comments .com-item .com-data p {
    color: #313131;
    margin-top: 10px;
    line-height: 2.1;
}

.post-comments .com-item .com-children {
    margin-right: 100px;
    padding-right: 30px;
    border-right: 4px solid #d2ac6f;
    max-width: calc(100% - 100px);
    margin-top: 50px;
}

.post-comments .com-form {
    margin-top: 50px;
    float: right;
}

.post-comments .com-form .form-group {
    margin-bottom: 20px;
}

.post-comments .com-form .form-group:last-of-type {
    margin-bottom: 0;
}

.post-comments .com-form .form-group .form-control {
    height: 50px;
    /*    border-radius: 15px;*/
    padding-right: 15px;
    font-size: 14px;
    /*    border: 0;*/
    color: #313131;
}

.post-comments .com-form .form-group .form-control:focus {
    box-shadow: 0 1px #d2ac6f;
    border-bottom-color: #d2ac6f;
    transition: all .3s;
}

.post-comments .com-form .form-group .form-control::placeholder {
    color: #aaaaaa;
}

.post-comments .com-form .form-group textarea.form-control {
    height: 180px !important;
}

.post-comments .com-form .form-group .btn {
    display: inline-block;
    float: left;
    padding: 12px 50px;
}

.com-children .com-item .com-img {
    width: 70px;
    height: 70px;
}

.serv-tabs {
    float: right;
}

.serv-tabs .nav-tabs {

    border: 0 !important;
    border-left: 1px solid #f3f3f3;
}



.serv-cont {
    padding-right: 50px;
}

.serv-tabs .nav-tabs li {
    display: block;
    float: none;
    margin: 0;
    text-align: start;
}

.serv-tabs .nav-tabs li a {
    float: none;
    display: block;
    border: 0 !important;
    padding: 9px 20px;
    font-size: 12px;
    color: #313131;
    font-family: b-bd;
    margin: 0;
    border-bottom: 1px solid #f3f3f3 !important;
    transition: all .3s;
    border-radius: 0;
    /* white-space: nowrap; */
    /* max-width: 100%; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
}

.serv-tabs .nav-tabs li:last-child a {
    border: 0 !important;
}

.serv-tabs .nav-tabs li img {
    width: 50px;
    margin-left: 10px;
    display: none;
}

.serv-tabs .nav-tabs li .h-i,
.serv-tabs .nav-tabs li.active img {
    /* display: none; */
}

.serv-tabs .nav-tabs li.active .h-i {
    display: inline-block;
    display: none;
}


.serv-cont .tab-pane {}

.serv-cont .tab-pane h3 {
    color: #1f1f1e;
    font-family: b-bd;
    font-size: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.serv-cont .tab-pane p {
    margin-bottom: 30px;
    overflow: hidden;
    line-height: 2;
    font-size: 15px;
    max-height: 146px;
}

.serv-tabs .nav-tabs li.n-color.active a {
    /* border-color: #8f456d; */
    color: #fff;
    /* border-bottom-color: #773a5b !important; */
    transition: all .3s;
    /* background: #8f456d; */
}

.serv-tabs .nav-tabs li.b-color.active a {
    color: #fff;
    /* background: #234d83 !important; */
    transition: all .3s;
}

.serv-tabs .nav-tabs li.gl-color.active a {
    color: #fff;
    /* background: #35b4a8; */
    transition: all .3s;
}

.serv-tabs .nav-tabs li.g-color.active a {
    /* background-color: #4e9155; */
    color: #fff;
    transition: all .3s;
}

.serv-tabs .nav-tabs li.bl-color.active a {
    /* background-color: #2f92a9; */
    color: #fff;
    transition: all .5s;
}

.serv-tabs .nav-tabs li.lm-color.active a {
    /* background-color: #889e4b; */
    color: #fff;
    transition: all .3s;
}

.serv-tabs .nav-tabs li.gb-color.active a {
    /* background-color: #b43535; */
    color: #fff;
    transition: all .3s;
}



/* *********** new 13-9-2018 ******* */

.inner-pages .video-s .video-inner,
.inner-pages .client-s,
.inner-pages .project-s {
    background-color: #cdcdcd;
}

.serv-tabs .nav-tabs {
    border: 1px #d3ae70 solid !important;
    text-align: center;
    overflow: hidden;
}

.serv-tabs .nav-tabs li a {
    border-bottom: 2px solid #d3ae70 !important;
    background-color: rgba(255, 255, 255, 0.9);
    background: transparent;
    color: #fff;
}

.post img {
    float: right;
    margin: 50px 0 20px 30px;
    width: auto;
}

.about-page .post img {
    margin: 50px 0 20px 30px;
}

.post-comments .com-item .com-img {
    width: 60px;
    height: 60px;
}

.com-children .com-item .com-img {
    width: 50px;
    height: 50px;
}

.post-comments {
    float: right;
}

.post-comments .com-item .com-data .reply {
    color: #000;
    font-family: b-bd;
}

.jumbotron {
    padding: 30px 0;
}

.extra-g a {
    width: 70px;
    height: 60px;
    margin: 0 0 5px 9px;
    border-radius: 5px;
    overflow: hidden;
}

.inner-pages .project-s .nw-slider .block {
    margin-bottom: 0;
}

.inner-pages .project-s .nw-slider .owl-controls .owl-pagination {
    margin-top: 5px
}

.extra-g {
    margin: 15px 0 0;
}

.bt .t-data p {
    max-height: 355px;
    margin-bottom: 0;
}

.video-s .video-inner .v-image {
    float: right;
}

.head-extra {
    margin-bottom: 20px;
}

.head-extra span {
    font-size: 15px;
}

.head-extra span i {
    margin-left: 5px;
    vertical-align: baseline;
}

.head-extra .social {
    display: inline-block;
    /* margin-right: 20px; */
    position: relative;
    top: 5px;
}

.head-extra .social a {
    display: inline-block;
    margin: 0 2px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #a0a0a0;
    color: #000;
    border-radius: 100%;
    transition: all .3s;
}

.head-extra .social a:hover {
    color: #fff;
    background-color: #d2ac6f;
    border-color: #d2ac6f;
    transition: all .3s;
    transform: translateY(-5px);
}

.inner-pages {
    position: relative;
}

.inner-pages:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -67px;
    width: 100%;
    background-color: transparent;
    z-index: 11;
    background-image: url(../images/18.png);
    background-repeat: no-repeat;
    height: 75px;
    background-size: contain;
    background-position: 50%;
    transform: rotateX(180deg);
}

.inner-pages:before {
    content: '';
    position: absolute;
    left: 0;
    top: -67px;
    width: 100%;
    background-color: transparent;
    z-index: 11;
    background-image: url(../images/18.png);
    background-repeat: no-repeat;
    height: 75px;
    background-size: contain;
    background-position: 50%;
    /*    transform: rotateX(180deg);*/
}

/* ************** 2 new pages ******** */

.experts {}

.experts .block {
    padding: 15px;
    margin-bottom: 10px;
    float: right;
}

.experts .inner {}

.experts .inner .inner-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}


.experts .inner .inner-data {
    position: relative;
}

.experts .inner .inner-data .title {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    font-family: b-bd;
    font-size: 18px;
    color: #2d3338;
    width: 155px;
    transition: all .3s;
}

.experts .inner .inner-data .title:hover {
    color: #ce8f2b;
    transition: all .3s;
}

.experts .inner .inner-data .social {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}

.experts .inner .inner-data .social a {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 26px;
    border-radius: 100%;
    margin: 0 1px;
    color: #fff;
    font-size: 11px;
}

.experts .inner .inner-data .social a:hover {
    transform: translateY(-5px);
    transition: all .3s;
}

.experts .inner .inner-data .social .fb {
    background-color: #3b5998;
}

.experts .inner .inner-data .social .tw {
    background-color: #1da1f2;
}

.experts .inner .inner-data .social .gp {
    background-color: #dd4b39;
}

.experts .inner .inner-data p {
    color: #2d3338;
    font-size: 16px;
    margin: 5px 0 15px;
}

.experts .inner .inner-data ul {}

.experts .inner .inner-data ul li {
    margin-bottom: 15px;
    position: relative;
    padding-right: 18px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.experts .inner .inner-data ul li:before {
    color: #cba76a;
    font-family: FontAwesome;
    content: "\f005";
    position: absolute;
    right: 0;
    top: 1px;
}

.experts .inner .inner-data ul li:last-child {
    margin-bottom: 0;
}

.consult {}

.fileupload {
    /* overflow: hidden; */
    display: block;
    position: relative;
}

.btn-file {
    background-color: #f2f2f2;
    height: 60px;
    border-radius: 0;
    line-height: 60px;
    padding-right: 40px;
    font-size: 15px;
    color: #4c4d4d;
    border-color: transparent;
    transition: all .3s;
    display: block;
    padding: 0 40px;
}

.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-300px, 0) scale(4);
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
}

.btn-file input[type=file] {
    position: relative;
    top: -60px !important;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    background: 0 0;
    cursor: inherit;
    display: block;
    right: 0;
    left: 0;
}

.consult .form-group {
    margin-bottom: 25px;
    position: relative;
    overflow: visible !important;
}

.consult .form-group:last-of-type {
    margin-bottom: 0;
}

.consult .form-group .btn {
    padding: 15px 45px;
    font-family: b-bd;
    font-size: 16px;
}

.consult .form-group .form-control {
    height: 50px;
    background-color: #ebebeb;
    line-height: 50px;
    font-size: 16px;
    border-radius: 10px;
    padding: 10px 40px 10px 60px;
    border: 0;
    color: #272727;
    transition: all .3s;
}




@media (max-width: 600px){
   .consult .form-group select.form-control{
        -webkit-appearance: none;
        padding: 0px 40px 0px 0px;
        position: relative;
    } 
    
}



.consult .form-group textarea.form-control {
    padding: 10px 50px 10px 10px;
    height: 150px !important;
    line-height: normal;
    padding-top: 18px;
}

.consult .form-group .form-control:focus {
    background-color: #fff;
    transition: all .3s;
}

.consult .form-group h4 {
    display: inline-block;
    font-size: 19px;
    color: #505050;
    font-family: b-lt;
}

.consult .form-group .rem {
    display: inline-block;
    margin-right: 30px;
}

.consult .form-group .rem label {


    font-weight: normal;
    margin-left: 30px;
}

.consult .form-group .rem label span {
    font-size: 17px;
    color: #505050;
    vertical-align: bottom;
}

.consult .form-group .form-control::placeholder {
    color: #828282;
}

.consult .form-group .f-i {
    position: absolute;
    color: #828282;
    top: 15px;
    right: 30px;
    font-size: 17px;
}

.consult .form-group .add-new {
    position: absolute;
    left: 15px;
    top: 0;
    height: 60px;
    border: 0;
    padding: 0 20px;
    font-size: 17px;
    line-height: 63px;
    color: #4c4c4c;
    background-color: rgba(129, 129, 129, 0.6);
    outline: 0;
}

.consult .form-group .fa-cloud-upload {
    position: absolute;
    color: #828282;
    top: 20px;
    left: 20px;
    font-size: 17px;
}

input[type="checkbox"],
input[type="radio"] {
    position: absolute;
    opacity: 0;
}

input[type="radio"] + .label-text:before {
    content: "\f10c";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-left: 10px;
    background-color: #fff;
    border-radius: 100%;
    color: #fefefe;
    padding: 0 1px;
}

input[type="radio"]:checked + .label-text:before {
    content: "\f192";
    color: #272727;
    animation: effect 250ms ease-in;
    content: '\f111';
    left: 0px;
}

input[type="radio"]:disabled + .label-text {
    color: #aaa;
}

input[type="radio"]:disabled + .label-text:before {
    content: "\f111";
    color: #272727;
}

.toggle input[type="radio"] + .label-text:before {
    content: "\f204";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-left: 20px;
}

.toggle input[type="radio"]:checked + .label-text:before {
    content: "\f205";
    color: #272727;
    animation: effect 250ms ease-in;
}

.toggle input[type="radio"]:disabled + .label-text {
    color: #aaa;
}

.toggle input[type="radio"]:disabled + .label-text:before {
    content: "\f204";
    color: #ccc;
}

@keyframes effect {
    0% {
        transform: scale(0);
    }

    25% {
        transform: scale(1.3);
    }

    75% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
}

.co-img {
    height: 400px;
    background-position: center;
    background-size: cover;
}

.m-lazem {
    padding-right: 30px;
}

.consult .new-form .form-group {
    margin-bottom: 25px;
}

/* ************* 16-9-2018 ********** */

.client-s .inner {
    border: 0;
    direction: inherit;
    text-align: center;
    background-color: transparent;
    padding: 0;
}

.client-s .inner a {
    background-color: #fff;
    border-radius: 100%;
    height: 200px;
    width: 200px;
    margin: 0 auto;
    line-height: 200px;
    display: block;
}

.docu-inner .doc-r {
    background-color: #413428;
}

.docu-inner .doc-l:before,
.docu-inner .doc-l:after,
.docu-inner .doc-r:before,
.docu-inner .doc-r:after {
    display: none;
}

.serv-tabs .nav-tabs li.active a {
    background-color: #757575;
    color: #fff;
    border-bottom-color: #757575 !important;
    transition: all .3s;
}

.serv-cont .tab-pane p {
    max-height: none;
}

/*
.experts .inner .inner-img {
    float: right;
    margin: 0 0 20px 20px;
    width: 200px;
}
*/

.experts .inner .inner-data {
    position: relative;
    /*    overflow: hidden;*/
}

/*
.experts .inner .inner-data .social {
    float: none;
    margin: 10px 0 15px;
}
*/

.experts .inner .inner-data span {
    color: #2d3338;
    font-size: 16px;
    margin: 5px 0 15px;
    display: block;
}

.experts .inner .inner-data p {
    color: #2d3338;
    font-size: 14px;
    margin: 5px 0 15px;
    line-height: 2;
}

.experts .inner .inner-data ul li {
    font-size: 15px;
}

.experts .inner .inner-data ul li i:before {
    top: 0;
}

/*
.experts .block {
    padding: 0;
    margin-bottom: 80px;
    float: right;
}

.experts .block:last-of-type {
    margin-bottom: 0;
}
*/

.ex_modal {}

.ex_modal .img-c {
    text-align: center;
    margin-bottom: 30px;
}

.ex_modal img {
    width: 200px;
    height: 200px;
    border-radius: 100%;

}

.ex_modal h4 {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: b-bd;
    font-size: 20px;
    color: #2d3338;
    /*    width: 155px;*/
    transition: all .3s;
}

.ex_modal p {
    color: #2d3338;
    font-size: 14px;
    margin: 10px 0 15px;
    line-height: 2;
}

.ex_modal ul li {
    margin-bottom: 15px;
    position: relative;
    padding-right: 18px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ex_modal ul li:before {
    color: #cba76a;
    font-family: FontAwesome;
    content: "\f005";
    position: absolute;
    right: 0;
    top: 0;
}

.video-s .video-inner .experts {
    margin-bottom: 50px;
}

.video-s .video-inner .experts .inner .inner-data p {
    max-height: 79px;
    overflow: hidden;
}

.modal-header .close {
    margin-top: 0;
    opacity: 1;
}

.modal-header .close span {
    font-size: 17px;
}

.client-s .inner a {
    background-color: #fff;
    border-radius: 100%;
    height: 150px;
    width: 150px;
    margin: 0 auto;
    line-height: 150px;
    display: block;
}

.client-s {
    padding: 20px 0;
}

.client-s .g-header {
    margin-bottom: 30px;
}

.client-s .inner a img {
    max-width: 78%;
    width: 100%;
}

.inner-pages .client-s .block .inner {
    background-color: transparent;
}

.serv-cont .tab-pane p {
    font-size: 14px;
}

.serv-cont .tab-pane ol li {
    margin-bottom: 15px;
    font-size: 14px;
    list-style-position: inside;
    list-style-type: square;
    line-height: 1.9;
}

.serv-cont .tab-pane ol li:last-child {
    margin-bottom: 0;
}

.serv-cont .tab-pane.n-color h3,
.serv-cont .tab-pane.n-color p,
.serv-cont .tab-pane.n-color li {
    color: #8e446c;
}

.serv-cont .tab-pane.b-color h3,
.serv-cont .tab-pane.b-color p,
.serv-cont .tab-pane.b-color li {
    color: #4375b6;
}

.serv-cont .tab-pane.gl-color h3,
.serv-cont .tab-pane.gl-color p,
.serv-cont .tab-pane.gl-color li {
    color: #35b4a8;
}

.serv-cont .tab-pane.g-color h3,
.serv-cont .tab-pane.g-color p,
.serv-cont .tab-pane.g-color li {
    color: #4e9155;
}

.serv-cont .tab-pane.bl-color h3,
.serv-cont .tab-pane.bl-color p,
.serv-cont .tab-pane.bl-color li {
    color: #2f92a9;
}

.serv-cont .tab-pane.lm-color h3,
.serv-cont .tab-pane.lm-color p,
.serv-cont .tab-pane.lm-color li {
    color: #889e4b;
}

.serv-cont .tab-pane.gb-color h3,
.serv-cont .tab-pane.gb-color p,
.serv-cont .tab-pane.gb-color li {
    color: #b43535;
}

/* ***************** 17-9-2018 ************* */

.search-area {
    background-color: #d2ac6f;
    padding: 10px 0;
    display: none;
    float: right;
    width: 100%;
}

.form-group {
    position: relative;
}

.search-area .form-control {
    width: 100%;
    border-radius: 4px;
    padding-right: 10px;
    font-size: 13px;
    border: 0;
    height: 40px;
}

.search-area .btn {
    border: 0;
    position: absolute;
    height: 40px;
    padding: 0 15px;
    background-color: #303030;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    left: 0;
    top: 0;
    color: #fff;
    line-height: 40px;
    outline: 0;
}

.srch {
    display: inline-block;
    margin-left: 10px;
}

.srch .open-search {
    border: 0;
    line-height: 0;
    color: #fff;
    border-radius: 50px;
    background-color: #d1ab6e;
    padding: 7px 10px;
    position: relative;
    top: -1px;
    outline: 0;
}

.srch .open-search i {
    margin-left: 3px;
}

.video-s .experts .inner .inner-img {
    width: 200px;
    float: right;
    margin: 0 0 20px 20px;
}

.video-s .experts .inner .inner-data {
    overflow: hidden;
}

.video-s .experts .inner .inner-data .social {
    display: block;
    float: none;
    position: relative;
    margin: 15px 0;
}

/* edits */

.h-circles .inner a {
    background-image: url(../images/triangle.png);
    background-position: center;
    background-size: 95%;
    width: 340px;
    height: 270px;
    background-repeat: no-repeat;
    border-radius: 0;
    box-shadow: none;
}

.h-circles .inner a:after {
    display: none;
}

.h-circles .inner p {
    color: #fff;
    margin-top: 13px;
    max-height: 63px;
    overflow: hidden;
    line-height: 1.8;
    font-size: 12px;
}

.h-circles .inner h4 i {
    margin: 0;
    /*font-size: 15px;*/
}

.h-circles .inner h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    font-family: b-bd;
    padding-left: 7px;
}

.h-circles .inner a:hover:after {
    border: 0;
}

.h-circles .inner a:hover {
    background-color: transparent;
}

.h-circles .inner a div {
    position: absolute;
    top: 61%;
    transform: translate(-50%, -50%);
    left: 49%;
}

.srch .open-search {
    background-color: #d2ac6f;
}

.project-s .block .inner .inner-img .caption {
    background-color: rgba(114, 82, 43, 0.84);
}

.service-s {
    background-color: #72522b;
}

.service-s .inner a {
    background-color: #bfbfbf;
}

.project-s.news-s .g-header h3,
.project-s.news-s .g-header p,
.service-s .g-header h3,
.service-s .g-header p,
.project-s.news-s .block .inner .inner-data a,
.project-s.news-s .block .inner .inner-data p,
.project-s.news-s .owl-controls .owl-buttons div .slider-right,
.project-s.news-s .owl-controls .owl-buttons div .slider-left,
.video-s .video-inner .v-data h3,
.video-s .video-inner .v-data,
.video-s .video-inner .v-data p,
.client-s .g-header h3,
.client-s .g-header p,
.serv-slider .owl-controls .owl-buttons div .slider-right,
.serv-slider .owl-controls .owl-buttons div .slider-left,
.cl-slider .owl-controls .owl-buttons div .slider-right,
.cl-slider .owl-controls .owl-buttons div .slider-left {
    color: #fff;
}

.g-header:after,
.project-s.news-s .g-header:after {
    background-color: #fff;
}

.project-s .block .inner .inner-img .caption {
    background-color: rgba(210, 172, 111, 0.72);
}

.project-s.news-s {
    background-color: #6d3f28;
}

.nw-slider .owl-controls .owl-pagination .owl-page span,
.cl-slider .owl-controls .owl-pagination .owl-page span {
    background-color: #ffffff;
    border-radius: 100%;
    border: 2px solid #ffffff;
}

.video-s .video-inner {
    background-color: #442d23;
}

.client-s {
    background-color: #72522b;
}

.service-s,
.project-s.news-s,
.client-s {
    background-color: #d2ac6f;
}

.video-s .video-inner {
    padding: 100px 0 100px;
    position: relative;
    background-color: #d3ae70;
}

.stories-s:before {
    display: none;
}

.toTop {
    border-color: #2b231c;
}

.video-s .video-inner .v-data .btn {
    border-radius: 50px;
    border-color: #423529;
    /* color: #423529; */
}

.video-s {
    position: relative;
}

/*
.stories-s {
    background-image: url(../images/gr.png);
 background-position: top;
}

.video-s .video-inner:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 72px;
    background-image: url(../images/alty.png);
    left: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
}
*/

/*
.service-s, .project-s.news-s, .client-s {
    background-color: #e6c38a;
}
*/

.h-circles .inner a {
    position: relative;
    background-image: url(../images/triangle1.png);
}

.h-circles .inner a:before {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/triangle2.png);
    width: 340px;
    height: 270px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: all .3s;
    display: block !important;
    content: '';
    opacity: 1;
    transform: scale(1);
}

.h-circles .inner a:hover:before {
    transform: scale(1.1);
    opacity: 0;
    transition: all .3s;
}

.h-circles .inner a:after {
    display: block !important;
    content: '';
    position: absolute;
    left: 0;
    top: 0 !important;
    right: auto !important;
    width: 339px !important;
    height: 267px !important;
    background-image: url(../images/triangle3.png);
    opacity: 0;
    visibility: hidden;
    transform: scale(8);
    transition: all .3s;
    z-index: -1;
    border: 0 !important;
    background-repeat: no-repeat;
    background-position: center;
}

.h-circles .inner a:hover:after {
    opacity: 1;
    visibility: visible;
    transition: all .3s;
}

.service-s,
.project-s.news-s,
.client-s {
    background-color: #c9a264;
}

.client-s:before {
    content: '';
    position: absolute;
    left: 0;
    top: -66px;
    width: 100%;
    background-color: transparent;
    z-index: 11;
    background-image: url(../images/18.png);
    background-repeat: no-repeat;
    height: 75px;
    background-size: contain;
    background-position: 50%;
}

.stories-s:after {
    display: none;
}

.inner-pages {
    background-color: #c9a264;
}

.inner-mix .block h3,
.inner-mix .block  p,
.experts .inner .inner-data .title,.experts .inner .inner-data span,.experts .inner .inner-data p,
.consult .form-group h4,.consult .form-group .rem label span,.experts .inner .inner-data ul li,
.pagination-gar li a,
.pagination-gar li,
.post h3,
.post p,
.head-extra span,
.head-extra .social a,
.post-comments h3,
.post-comments .com-item .com-data .title,.post-comments .com-item .com-data p,.post-comments .com-item .com-data .reply,
.inner-pages .project-s .block .inner .inner-data a, .inner-pages .project-s .block .inner .inner-data p,
.bt .t-data .title,
.bt .t-data p,
.single-desc h3,
.single-desc p{
    color: #fff;
}

.pagination-gar li a,
.head-extra .social a{
    border-color: #fff;
}

.inner-pages .video-s .video-inner, .inner-pages .client-s, .inner-pages .project-s {
    background-color: #c9a264;
}

.inner-pages .video-s .video-inner{
    background-image: none;
}

.consult .form-group .btn,.post-comments .com-form .form-group .btn {
    background: transparent;
    border: 2px #423529 solid;
    transition: all .5s;
    font-size: 12px;
    padding: 10px 20px;
    line-height: normal;
    /* color: #423529; */
    margin-top: 20px;
}

.pagination-gar li a:hover, .pagination-gar li a.active,
.head-extra .social a:hover{
    border-color: #ffffff;
    background-color: #ffffff;
    color: #c9a264;
}

.post-comments .com-item .com-data .title:hover{
    color: #fff;
}

.post-comments .com-item .com-children {
    border-right: 4px solid #dad2c6;
}

.project-s .block .inner .inner-data:before {
    background-color: #9c773b;
}

.project-s .block .inner .inner-img .caption {
    background-color: rgba(156, 119, 59, 0.83);
}

/* ************* 24-10-2018 **************** */

.service-s, .project-s.news-s, .client-s {
    background-color: #d3ae70;
    
}
.project-s.news-s {
    background-image: url(../images/projects.png);
    background-size: cover;
    background-position: 50%;
    background-color: #3e3e3e;
}
.h-circles .inner a:before {
    left: 0px;
    top: 1px;
    background-size: 94.5%;
}

.inner-pages .video-s .video-inner, .inner-pages .client-s, .inner-pages .project-s {
    background-color: #d3ae72;
}

.inner-pages {
    background-color: #d3ae71;
}

.experts .inner .inner-data ul li:before {
    color: #927d5b;
}

.h-circles .inner h4 {
    text-align: center;
    max-width: 120px;
    margin: 0 auto;
}



.pagination {
    clear:both;
    padding:20px 0;
    position:relative;
    font-size:11px;
    line-height:13px;
    width: 100%;
    text-align: center;
}

.pagination span, .pagination a {
    display: inline-block;
    float: none;
    margin: 2px;
    padding:3px;
    text-decoration:none;
    width:30px;
    height: 30px;
    line-height: 24px;
    border: 1px solid #80808080;
    color: #fff;
    border-radius: 5px;
    background: #423529;
}

.pagination a:hover{
    color:#fff;
    background: #423529;
}

.pagination .current{
    padding: 3px;
    border: 1px solid #423529;
    color: #fff;
    border-radius: 5px;
    background: #d3ae71;
}


div.wpcf7 {
	position: relative
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #4eb11b;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	text-align: left;
}

div.wpcf7-response-output {
	margin: 0em 0.5em 1em;
	padding: 0.2em 1em;
	/* position: absolute; */
	color: #4eb11b;
	width: 98%;
	top: 0;
}

div.wpcf7-validation-errors {
	padding-top: 5px !important;
	color: #ff0000
}

.map {
    height: 302px;
}

.wpcf7-field-group:first-of-type{
  margin-bottom: 20px
}
/*
button.wpcf7-field-group-remove {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    border: 0;
    padding: 0 22px;
    font-size: 17px;
    line-height: 63px;
    color: #4c4c4c;
    background-color: rgba(129, 129, 129, 0.6);
    outline: 0;
}

.wpcf7-field-group {
    position: relative;
    margin-bottom: 20px;
}*/
.menu-item-has-children .sub-menu{
     min-width: 175px;
}

.post li {padding: 0;list-style-type: disc;line-height: 1.8;color: #fff;font-size: 15px;margin: 0 15px;}

.post strong {
    color: #fff;
    font-weight: normal;
    font-family: b-bd;
    font-size: 18px;
}

.video-s .video-inner .experts .inner .inner-data strong,
.v-data strong,
.inner-mix .block strong{
    color: #fff;
    font-weight: normal;
    font-family: b-bd;
    font-size: 17px;
}

.video-s .video-inner .experts .inner .inner-data p {
    max-height: none;
    overflow: hidden;
}

.video-s .video-inner .experts .inner .inner-data p a {
    font-family: b-bd;
    color: #fff;
    text-decoration: underline;
    font-size: 15px;
}

.inner-mix .block li {
    list-style-type: disc;
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 12px;
}

#st-el-2 .st-btn > span {
    display: inline-block;
    letter-spacing: 0.5px;
    text-align: center;
    vertical-align: top;
    width: 96px;
    color: #fff;
}

.h-circles .inner a div {
    
   
    /* background-color: #000; */
    padding-top: 72px;
    top: 42%;
}

.h-circles .inner h4 {
    position: relative;
    top: -13px;
}

.h-circles .inner p {
    max-height: 90px;
    margin: 0 auto 0;
    max-width: 70%;
    font-size: 13px;
}

.footer-top .footer-item .f-content {
    text-align: right;
}

.footer-top .footer-item .f-content img {}

.footer-top .footer-item h4 {
    margin: 0px 0 32px;
}
.footer-top .footer-item .contacts li {
    padding-right: 25px;
    position: relative;
    line-height: 1.6;
    margin-bottom: 14px;
}

.footer-top .footer-item .contacts li i {
    position: absolute;
    right: 0;
    top: 2px;
}

.serv-cont .tab-pane h3, .serv-cont .tab-pane p, .serv-cont .tab-pane p strong,.serv-cont .tab-pane ul li {
    color: #fff !important;
}

.serv-cont .tab-pane ul li {
    list-style: disc;
    margin-bottom: 15px;
    line-height: 1.7;
    font-size: 15px;
}

.serv-cont .tab-pane h3 {
    font-size: 22px;
}

.serv-cont .tab-pane  p {
    font-size: 15px;
    margin-bottom: 10px;
}

.video-s .video-inner {
    padding: 30px 0;
    background-color: #000;
}

.video-s .video-inner .v-img iframe {
    height: 500px;
}

.video-s .video-inner::after {
    filter: invert(1) grayscale(1) brightness(0);
}

.video-s .video-inner:before,.project-s:after {
    filter: invert(1) grayscale(1) brightness(0);
}

.footer-bottom span {
    display: inline-block;
    float: left;
    color: #b9b9b9;
    text-transform: none;
    font-size: 13px;
}

.footer-bottom span a {
    color: inherit;
    display: inline-block;
    margin: 0 2px;
    font-size: inherit;
    ب:;
}

.footer-bottom p span {
    color: #ec0707;
    display: inline-block;
    float: none;
    font-size: 17px;
    position: relative;
    top: 0;
    margin-left: 3px;
    margin-top:0 !important;
}

.h-circles .inner h4 {
    max-width: 100%;
    white-space: normal;
    text-overflow: unset;
        overflow: visible;
}

.footer-bottom span a {
    float: right;
}

.inner-pages .video-s .video-inner::after {
    filter: none;
    display:none;
}

#st-el-4 .st-btn > span {
    color: inherit !important;
}
#st-1 .st-btn > img {
    margin: 0 !important;
}

.post p span {
    color: #fff !important;
}

.main-head {
    position: relative;
    z-index: 16;
}

.post-comments .com-form {
    margin-top: 0;
}

#respond a:last-of-type {
    float: left;
}

#respond a {
    color: #fff;
}

#commentform p {
    color: #fff;
}

.video-s .video-inner .v-img iframe {
    height: 600px;
}

.serv-cont .tab-pane ul li strong{
    color:#fff!important;
}

.video-s.about-seco .video-inner:before, .project-s:after {
    filter: none;
}

.video-s.about-seco .video-inner {
    background-color: #d3ae70;
 padding: 80px 0 120px;
}

.video-s.about-seco .video-inner:after {
    display: none;
}

.video-s .video-inner:before {
    top: -68px;
}

.video-s .video-inner .v-img{
        border-radius: 0;
}

.video-s.about-seco .video-inner .v-img{
        border-radius: 5px;
}

.sidebar .side-logo img {
    width: 200px;
}

.footer-top .footer-item h4 {
    
}

.footer-top .footer-item h4:after {
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* right: 0; */
}

.footer-top .footer-item:nth-of-type(2) {
    position: relative;
    right: 0%;
    /* text-align: center; */
}

.page-template-main-video .video-s .video-inner .v-data p {
    max-height: none !important;   
}


.t-data ul li {
   list-style: disc;
   list-style-position: inside;
   font-size: 15px;
   color: #fff;
   margin-bottom: 15px;
   line-height: 1.9;
}

.t-data ol li {
   list-style: decimal;
   list-style-position: inside;
   font-size: 15px;
   color: #fff;
   margin-bottom: 15px;
   line-height: 1.9;
}

.sidebar:after {
    height: 160vh;
}

.sidebar {
    overflow: hidden;
    overflow-y: auto;
}

.sidebar::-webkit-scrollbar {
    width: 6px;

}

.sidebar::-webkit-scrollbar-track {
    /*    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    border-radius: 0;
       background-color: #423529;
}

.sidebar::-webkit-scrollbar-thumb {
    border-radius: 0;
    /*    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
    background-color: #d3ae70;
}

.experts .inner .inner-data span {
    
    margin-bottom: 0;
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px;
}
.main-content .col-xs-12 {
    float: right;
    overflow: hidden;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}

.sidebar {
    transform: translateX(-100%);
    left: 0;
    right: auto;
}

.main-content .col-xs-12 .n-color ul {
    padding-right: 20px;
}

/* ************** AMIR ************* */

.h-circles .inner p,
.h-circles .inner h4 i {
    display: none;
}

.h-circles .inner h4 {
    max-width: 100%;
    font-size: 15px;
    padding: 0 20px;
    top: 0;
}

.h-circles .inner a:before {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.h-circles .inner a {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 195px;
}

.h-circles .inner a:after {
    width: 16px !important;
    height: 70px !important;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    left: 0;
    top: 0 !important;
    right: 0 !important;
    bottom: 0;
    margin: auto;
}

.h-circles .inner a div {
    clip-path: none;
    padding-top: 24px;
    top: 50%;
    transform: translate(-50%,-50%);

}

.footer-top .footer-item .f-content img {
    margin-bottom: 20px;
   width: 16rem;
}

body, html {
    overflow-x: hidden;
}

.service-s .btn {
    background: #d3ad6a;
    margin: 40px auto 0;
    display: table;
    /* padding: 0 50px; */
    /* font-size: 16px; */
    /* line-height: 46px; */
}

.page-id-2 .experts .inner .inner-data span {
    text-align: center;
}

.consult .form-group .fileupload i.fa {right: 15px;}

.page-id-67 div.wpcf7-response-output {
    position: relative;
    float: right;
    width: 100%;
    top: 0;
}

.v-data p, .v-data p span {
    background: transparent !important;
    font-family: b-rg !important;
    color: #fff !important;
}



.fileupload span.file-placeholder, .fileupload span.file-placeholder2 {
    /* position: absolute; */
    bottom: 0;
    width: 76%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fileupload span.wpcf7-form-control-wrap.your-photo, .fileupload span.wpcf7-form-control-wrap.your-cv, .fileupload span.wpcf7-form-control-wrap.your-image {position: absolute;/* bottom: 0; *//* height: 100%; */width: 100%;right: 0;left: 0;top: 0;}
.fileupload span.wpcf7-form-control-wrap.your-image {}

.service-s .inner a {
    background: transparent;
    border-color: #dddcdc;
}

/*.serv-tabs .nav-tabs li a {*/
/*    background: #fff;*/
/*    border-bottom: 1px solid #ECECEC !important;*/
/*}*/

.main-content .post.col-xs-12 .col-md-7 {
    color: #fff;
}


.main-content .post.col-xs-12 .col-md-7 ol li {
    list-style: decimal;
}
.single-proj .t-data ol li {
    list-style: disc;
    padding-right: 1px;
}

.service-s .inner .icon {
    transition: all .5s;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 0px;
    background: #d3ad6a;
    line-height: 65px;
}

.service-s .inner .data {
    padding-top: 28px;
    text-align: center;
}

.service-s .block {
    padding-top: 35px;
}

.service-s .inner .icon img {
    filter: brightness(0) invert(1);
    width: 35px;
    margin: auto;
    display: inline-block;
}

.service-s .inner .icon img, .service-s .inner .icon img.h-i {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.main-content .service-s {
    background-image: linear-gradient(#313131 0%, #7C7976 100%);
    border: none;
    position: relative;
    z-index: 5;
    overflow: visible;
}

.service-s .block .inner a:hover {
    border-color: #d3ad6a;
    background: #d3ad6a;
}

.service-s .inner:hover .icon {
    /* background: #fff; */
}

.service-s .inner:hover .icon img, .service-s .inner:hover .icon img.h-i {
    /* filter: none; */
}


.service-s .g-header:after {
    display: none;
}

.service-s .g-header h3:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    height: 5px;
    background-color: #d3ad6a;
    width: 50px;
    bottom: 0;
    transition: all .3s;
    display: block;
}

.service-s .g-header h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.service-s .g-header {
    padding-bottom: 0;
}

.project-s:after {
    display: none;
}

.project-s.posts-s {
    background: #fff;
    overflow: visible;
}

.project-s.posts-s .g-header h3 {
    /* color: #333; */
}

.project-s.posts-s .block .inner .inner-data a {
    /* color: #333; */
}

.project-s.posts-s .block .inner .inner-data p {
    /* color: #777; */
}

.project-s.posts-s::before {
    content: '';
    position: absolute;
    left: 0;
    top: -45px;
    width: 100%;
    background-color: transparent;
    z-index: 4;
    background: linear-gradient(#313131 0%, #363535 100%);
    background-repeat: no-repeat;
    height: 75px;
    background-size: contain;
    background-position: 50%;
    transform: rotate(-2deg);
}

/*.inner-pages .serv-tabs .nav-tabs {*/
/*    position: relative;*/
/*    border: 0;*/
/*    margin-right: 15px;*/
/*    margin-top: 200px;*/
/*}*/

/*.inner-pages .serv-tabs:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: -245px;*/
/*    top: -245px;*/
/*    border-radius: 100%;*/
/*    border: 15px solid #b4b5b7;*/
/*    width: 700px;*/
/*    height: 700px;*/
/*    opacity: .05;*/
/*    animation: fa-spin 10s infinite reverse;*/
/*    z-index: -1;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li {*/
/*    margin: 0;*/
/*    position: absolute;*/
/*    transition: all 1s;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(3) {*/
/*    right: 256px;*/
/*    top: -145px;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: -65px;*/
/*    top: -65px;*/
/*    border-radius: 100%;*/
/*    border: 8px solid #b6955e;*/
/*    width: 350px;*/
/*    height: 350px;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(1) {*/
/*    right: -60px;*/
/*    top: -200px;*/
    /* transform: rotate(20deg); */
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li.active {*/
/*    transition: all 1s;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(2) {*/
/*    right: 100px;*/
/*    top: -220px;*/
/*    transform:;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(4) {*/
/*    right: 330px;*/
/*    bottom: -157px;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(5) {*/
/*    right: 273px;*/
/*    bottom: -323px;*/
/*    transform: none;*/
/*}*/

/*.main-content .serv-tabs {*/
/*    overflow: visible;*/
/*    height: 700px;*/
/*    position: relative;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    border-radius: 100%;*/
/*    width: 350px;*/
/*    height: 350px;*/
/*    border: 8px solid #b6955e;*/
/*    clip: rect(0, 9em, 9em, 0);*/
/*    transition: transform 1s ease-in-out;*/
/*    z-index: 0;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 37px;*/
/*    height: 25px;*/
    /* background: -webkit-linear-gradient(top, #ebcfa0 -20%, rgba(255, 255, 255, 0) 90%); */
/*    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(1)::before {*/
/*    right: -5px;*/
/*    top: 134px;*/
/*    transform: rotate(126deg);*/
/*    clip: rect(0, 5em, 34em, 0);*/
/*    transition: all 1s;*/
/*    z-index: 5;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li.active:before {*/
/*    border-color: #8e456d;*/
/*    z-index: 8;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(1)::after {*/
/*    right: 59px;*/
/*    bottom: -76px;*/
/*    transform: rotate(44deg);*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(2)::before {*/
/*    right: -166px;*/
/*    top: 154px;*/
/*    transform: rotate(92deg);*/
/*    clip: rect(6em, 5em, 33em, 0);*/
/*    transition: transform 1s ease-in-out;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(2)::after {*/
/*    right: 13px;*/
/*    bottom: -67px;*/
/*    transform: rotate(-15deg);*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(3)::before {*/
/*    left: 85px;*/
/*    top: 83px;*/
/*    transform: rotate(45deg);*/
/*    clip: rect(5em, 9.5em, 23em, 0);*/
/*    transition: transform 1s ease-in-out;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(3)::after {*/
/*    right: -51px;*/
/*    bottom: -36px;*/
/*    transform: rotate(-62deg);*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(4)::before {*/
/*    right: -394px;*/
/*    top: -103px;*/
/*    transform: rotate(-5deg);*/
/*    clip: rect(1em, 5.5em, 20em, 0);*/
/*    transition: transform 1s ease-in-out;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(4)::after {*/
/*    right: -85px;*/
/*    bottom: 36px;*/
/*    transform: rotate(-90deg);*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(5)::before {*/
/*    right: -337px;*/
/*    bottom: 40px;*/
/*    transform: rotate(-60deg);*/
/*    clip: rect(2em, 9em, 14em, 0);*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(5)::after {*/
/*    right: -54px;*/
/*    bottom: 130px;*/
/*    transform: rotate(-130deg);*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li a {*/
/*    width: 120px;*/
/*    height: 120px;*/
/*    border: 0 !important;*/
/*    border-radius: 100%;*/
/*    box-shadow: 0 0 0 10px #b6955e;*/
/*    text-align: center;*/
/*    font-size: 17px;*/
/*    padding-top: 42px;*/
/*    color: #242424;*/
/*    position: relative;*/
/*    background-color: #fdfdfd;*/
/*    border-bottom: 3px solid #9e8150 !important;*/
/*    padding: 0 13px;*/
/*    border-top: 3px solid #fff !important;*/
/*    transition: all .3s;*/
/*    box-shadow: #919191 1px 1px, #919191 -8px 10px, #919191 ` 3px, #919191 4px 4px, #919191 5px 5px, #919191 6px 6px, #919191 7px 7px, #919191 8px 8px, #919191 9px 9px;*/
/*    white-space: normal;*/
/*    overflow: visible;*/
/*    display: -webkit-box;*/
/*    -webkit-box-pack: center;*/
/*    -webkit-box-align: center;*/
/*}*/

/*.main-content .inner-pages .outer-service {*/
/*    overflow: visible;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li a::before {*/
/*    content: '';*/
/*    width: 25px;*/
/*    height: 25px;*/
/*    background-color: #b6955e;*/
/*    border-radius: 100%;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    bottom: -60px;*/
/*    z-index: 9;*/
/*    transition: all .3s;*/
/*    overflow: visible;*/
/*    opacity: 1;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li.active a::before, .inner-pages .serv-tabs .nav-tabs li.active a::after {*/
/*    background-color: #8f456d;*/
/*    transition: all .3s;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li a::after {*/
/*    content: '';*/
/*    height: 40px;*/
/*    width: 8px;*/
/*    background-color: #b6955e;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    bottom: -46px;*/
/*    transition: all .3s;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(1) a::before {*/
/*    left: 42%;*/
/*    bottom: -66px;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(1) a::after {*/
/*    transform: rotate(22deg);*/
/*    right: 0;*/
/*    left: 0;*/
/*    margin: auto;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(2) a::before {*/
/*    left: 68%;*/
/*    bottom: -53px;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(2) a::after {*/
    /* transform: rotate(-23deg); */
/*    left: 66%;*/
/*}*/

/*.serv-tabs .nav-tabs li:nth-child(2).active a {*/
/*    color: #4375b6;*/
/*    box-shadow: 0 0 0 10px #4375b6;*/
/*}*/

/*.serv-tabs .nav-tabs li:nth-child(2).active::before {*/
/*    border-color: #4375b6;*/
/*}*/

/*.serv-tabs .nav-tabs li:nth-child(2).active a::before, .serv-tabs .nav-tabs li:nth-child(2).active a::after {*/
/*    background: #4375b6;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(3).active a {}*/

/*.inner-pages .serv-tabs .nav-tabs li.active:nth-child(3) a::before, .inner-pages .serv-tabs .nav-tabs li.active:nth-child(3) a::after {*/
/*    background: #35b4a8;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(3) a::before {*/
/*    right: -42px;*/
/*    left: auto;*/
/*    bottom: -30px;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(3) a::after {*/
/*    left: auto;*/
/*    right: 0;*/
/*    transform: rotate(-45deg);*/
/*    top: 83%;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(3).active::before {border-color: #35b4a8;}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(4).active::before {*/
/*    border-color: #4e9155;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(4).active a::before, .inner-pages .serv-tabs .nav-tabs li:nth-child(4).active a::after {*/
/*    background: #4e9155;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(4) a::before {*/
/*    left: auto;*/
/*    top: 50%;*/
/*    bottom: auto;*/
/*    right: -72px;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(4) a::after {*/
/*    transform: rotate(90deg);*/
/*    top: 45%;*/
/*    right: -30px;*/
/*    bottom: auto;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(5).active::before {*/
/*    border-color: #b43535;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(5).active a::before, .inner-pages .serv-tabs .nav-tabs li:nth-child(5).active a::after {*/
/*    background: #b43535;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(5) a::before {*/
/*    bottom: auto;*/
/*    left: auto;*/
/*    right: -43px;*/
/*    top: -25px;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(5) a::after {*/
/*    transform: rotate(45deg);*/
/*    bottom: auto;*/
/*    top: -18px;*/
/*    left: auto;*/
/*    right: -6px;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(6) {*/
/*    right: 140px;*/
/*    bottom: -427px;*/
/*    transform: none;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(6)::before {*/
/*    right: -207px;*/
/*    bottom: 142px;*/
/*    transform: rotate(-71deg);*/
/*    clip: rect(5em, 6em, 21em, 0);*/
/*    transition: transform 1s ease-in-out;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(6).active::before {*/
/*    border-color: #889e4b;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-of-type(6)::after {*/
/*    right: 29px;*/
/*    top: -78px;*/
/*    transform: rotate(210deg);*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(6).active a::before, .inner-pages .serv-tabs .nav-tabs li:nth-child(6).active a::after {*/
/*    background: #889e4b;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(6) a::before {*/
/*    bottom: auto;*/
/*    top: -64px;*/
    /* right: 20px; */
    /* left: auto; */
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(6) a::after {*/
/*    bottom: auto;*/
/*    top: -46px;*/
/*    transform: rotate(-4deg);*/
/*    right: 0;*/
/*    left: 0;*/
/*    margin: auto;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(7) {*/
/*    top: auto;*/
/*    bottom: -438px;*/
/*    right: -35px;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(7)::before {*/
/*    right: -31px;*/
/*    bottom: 153px;*/
/*    transform: rotate(-108deg);*/
/*    clip: rect(0, 5em, 34em, 0);*/
/*    transition: all 1s;*/
/*    z-index: 5;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(7).active::before {border-color: #2f92a9;}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(7).active a::before, .inner-pages .serv-tabs .nav-tabs li:nth-child(7).active a::after {*/
/*    background: #2f92a9;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(7) a::before {*/
/*    bottom: auto;*/
/*    top: -59px;*/
/*    right: 69px;*/
/*    left: auto;*/
/*    margin: auto;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(7) a::after {*/
/*    bottom: auto;*/
/*    top: -46px;*/
/*    right: 54px;*/
/*    left: 0;*/
/*    margin: auto;*/
/*    transform: rotate(-23deg);*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(7):after {*/
/*    bottom: auto;*/
/*    top: -75px;*/
/*    right: 81px;*/
/*    transform: rotate(160deg);*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li.active:after {*/
/*    background: -webkit-linear-gradient(top, #ebcfa0 -20%, rgba(255, 255, 255, 0) 90%);*/
/*}*/
/*.service-s .inner .icon {*/
/*    margin: auto !important;*/
/*}*/

/*.inner-pages .serv-tabs .nav-tabs li:nth-child(4) a::after {*/
/*    right: -25px;*/
/*    left: auto;*/
/*}*/

.project-s.posts-s {
    background-image: linear-gradient(#313131 0%, #7C7976 100%);
}

.post-type-archive .inner-pages {
    background: linear-gradient(#313131 0%, #7C7976 100%);
}

.about-hh {
    width: 65%;
    margin: auto;
}

.main-content .service-s .g-body {
    overflow: visible;
}

.serv-slider .owl-nav .owl-prev:hover, .serv-slider .owl-next:hover {
    color: #d3ad6a;
}

.owl-theme .owl-nav [class*=owl-] {
    font-size: 50px;
}

.serv-slider .owl-controls {
    display: block !important;
}

.main-content .about-hh .block.col-md-4 {padding: 0;overflow: visible;}


.project-s.posts-s::after {
    content: '';
    position: absolute;
    right: 0;
    height: 621px;
    width: 725px;
    transform: matrix(0.52, -0.86, 0.86, 0.52, 0, 0) scaleX(-1);
    background: rgba(210, 172, 111, 0.050980392156862744);
    border-radius: 500px;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 1;
    display: block;
    left: auto;
}

.video-s .video-inner:before {
    content: '';
    position: absolute;
    left: -3px;
    top: -26px;
    width: 101%;
    background-color: transparent;
    z-index: 4;
    background: linear-gradient(#7a7875 0%, #716e6c 100%);
    background-repeat: no-repeat;
    height: 70px;
    background-size: contain;
    background-position: 50%;
    transform: rotate(-2deg);
}

.container {
    position: relative;
    z-index: 2;
}

.owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
}

.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    position: absolute;
    margin: 0;
    padding: 0;
}

.owl-theme .owl-nav .owl-prev {
    left: -30px;
}

.owl-theme .owl-nav .owl-next {
    right: -30px;
}

.serv-tabs.col-md-5.col-xs-12 {
    /* width: 100%; */
    /* max-width: 100%; */
}

.serv-cont.col-md-7.col-xs-12 {
    /* width: 100%; */
    /* max-width: 100%; */
    /* margin-top: 30px; */
    /* padding: 0; */
}

.serv-cont.col-md-7.col-xs-12 .tab-content.col-xs-12 {
    padding: 0;
}

.main-content .h-circles {
}

.service-s .inner .icon {
    background: #4b4948;
    border: 1px #d3ad6a solid;
    width: 55px;
    height: 55px;
    line-height: 55px;
    top: 8px;
}

.service-s .block .inner a:hover {
    background: transparent;
    border-color: #bfbfbf;
}

.service-s .inner .icon img {
    width: 30px;
}

.service-s .inner .data {
    padding-top: 18px;
}

.service-s .inner .data h3 {
    font-size: 15px !important;
    height: auto;
}

.service-s .inner .data p {
    max-height: 45px;
}

.service-s .block .inner a:hover .icon {
    background: #d3ad6a;
}

.service-s .btn {
    background: transparent;
    border: 2px #d3ad6a solid;
    transition: all .5s;
    /* line-height: 44px; */
}

.service-s .btn:hover, .service-s .btn:focus {
    background: #d3ad6a;
}

.video-s .video-inner .v-data .btn:hover, .video-s .video-inner .v-data .btn:focus {
    background: #423529;
    color: #fff;
}

.post-type-archive .inner-pages::before {
    content: '';
    position: absolute;
    right: 0;
    height: 621px;
    width: 725px;
    transform: matrix(0.52, -0.86, 0.86, 0.52, 0, 0) scaleX(-1);
    background: rgba(210, 172, 111, 0.050980392156862744);
    border-radius: 500px;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 1;
}


.about-hh .block.col-md-4.col-sm-6.col-xs-12:nth-child(1) {
    width: 100%;
    max-width: 100%;
}

.about-hh .block.col-md-4.col-sm-6.col-xs-12:nth-child(2), .about-hh .block.col-md-4.col-sm-6.col-xs-12:nth-child(3) {
    max-width: 50%;
}

.about-hh {
    width: 35%;
}

.h-circles .inner a {
    height: 155px;
}

.h-circles .inner a:before {
    opacity: 0;
}

.h-slider .owl-nav {
    width: 100%;
}

.h-slider .owl-nav .owl-prev {left: 30px;}

.h-slider .owl-nav .owl-next {
    right: 30px;
}

.h-slider .owl-nav .owl-prev, .h-slider .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #000 !important;
    border-radius: 50%;
    opacity: .5;
    font-size: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

.h-slider .owl-nav .owl-prev:hover, 
.h-slider .owl-nav .owl-next:hover {
    opacity: 1;
    background: #d2ac6f !important;
}

.video-s.about-seco .video-inner .v-img img {
    /*max-width: 350px;*/
}

.name-h {
    text-align: center;
    clear: both;
}

.name-h h4 {
    font-size: 13px;
    color: #fff;
    margin: 8px 0;
}

.name-h h3 {
    margin: 0 0 10px;
    font-size: 20px;
}

.project-s .load-more {
    margin: 0;
    padding: 0;
}

.project-s .load-more .pagination {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.consult .col-md-7.col-xs-12.co-form {
    width: 48%;
}

.consult .form-group br {
    display: none;
}

.consult .form-group .btn:hover, .post-comments .com-form .form-group .btn:hover {
    background: #423529;
    color: #fff;
}

.docu-inner .doc-l .form-group .btn {
    background: #d2ac6f;
    padding: 10px 20px;
}

.docu-inner .doc-r ul li a {
    font-size: 13px;
    text-decoration: none;
    /* color: blue; */
    background: transparent !important;
    font-family: b-rg;
}

.docu-inner .doc-r ul li a i {
    /* color: #fff; */
    width: 20px;
}

.inner-mix .block ul {padding: 0 10px;}

.footer-top .footer-item .contacts li a {
    color: #fff;
    font-size: 15px;
    transition: all .5s;
}

.footer-top .footer-item .contacts li a:hover {
    color: #d2ac6f;
}


.video-s.about-seco .video-inner .container {
    display: flex;
    align-items: center;
}

.inner-pages.about-page {
    padding-bottom: 0;
}

.inner-pages.about-page + .inner-mix {
    margin-top: 0;
}

.about-inn-h {
    background: #c5a268;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px #c5a369;
    min-height: 280px;
    margin: 15px 0;
}

.block .about-inn-h h3 {
    margin: 0;
}

.block .about-inn-h p {
    margin: 10px 0;
    max-height: 125px;
}

.block .about-inn-h ul li:nth-child(n+2) {
    display: none;
}

.btn.btn-modal {
    background: #d3ae71;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.btn.btn-modal:hover, .btn.btn-modal:focus {
    background: #423529;
}

.inner-mix .block .about-inn-h li {
    max-height: 110px;
    height: 110px;
    overflow: hidden;
}

.box-modal {
    text-align: start;
    padding: 30px;
}

.box-modal h3 {
    display: table;
    margin: 0 auto 30px;
    position: relative;
    padding-bottom: 15px;
    color: #d3ae71;
}

.box-modal h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 40px;
    background: #d3ae71;
    height: 5px;
}

.box-modal p {
    font-size: 15px;
    line-height: 28px;
}

.page-template-recruitment .inner-pages {
    padding-bottom: 0;
}

.page-template-recruitment .inner-pages + .inner-pages {
    padding: 0 0 80px;
}

.consult .form-group .form-control[multiple="multiple"] {
    height: 150px;
}

.form-group.new-ch .form-control {
    max-height: 38rem;
    height: auto;
    overflow: hidden;
    /*overflow-y: auto;*/
    padding:2rem;
}

.form-group.new-ch .form-control .wpcf7-list-item {
    width: 46%;
    margin: 5px 6px;
    float: right;
}

.form-group.new-ch .form-control .wpcf7-list-item label input {
    opacity: 1;
    position: relative;
    margin: 4px 6px;
    width: 15px;
    height: 15px;
}
.form-group.new-ch .form-control .wpcf7-list-item label span{
    width: calc(100% - 30px);
    display: inline-block;
}

.form-group.new-ch .form-control .wpcf7-list-item label {
    display: flex;
    line-height: normal;
    font-weight: normal;
}


@media (max-width: 991px){
.video-s.about-seco .video-inner .container {
    display: block;
}
}
/**********************************************************/
.consult h4{
    margin-bottom: 10px;
    padding: 0 15px;
}
.consult .form-group .fileupload i.fa {
    top: 22px;
}

.wpcf7-not-valid-tip {
    margin-top: 10px;
    line-height: initial;
}

.consult .form-group.new-ch h4 {
    background-color: #ebebeb;
    margin: 0;
    width: 100%;
    color: #333;
    padding: 15px 42px 4px;
    font-size: 17px;
}

ul li {
    margin: 0 15px;
}

.project-s .g-body.col-xs-12, .project-s .g-body.col-xs-12 .nw-slider {
    overflow: visible;
}

.wpcf7-response-output {
    color: #fff !important;
}

.main-content .consult.col-xs-12 {
    overflow: visible;
}

.main-content .consult.col-xs-12 {
    padding-top: 65px;
}

i.heateorSssSharing.heateorSssFacebookBackground {
    display: none !important;
}

ul.heateor_sss_follow_ul, ul.heateor_sss_sharing_ul {
    text-align: start !important;
}

.sing_div {
    display: table;
    margin-inline-start: auto;
    text-align: center;
}

.sing_div p span {
    text-align: center;
    display: block;
    font-size: 17px;
    font-weight: bold;
}

.rec-page .heateor_sss_sharing_container {
    margin-bottom: 20px;
}

.about-page-s .post img {
    margin-top: 70px;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    text-align: right;
}

.main-content .col-xs-12 .n-color ul {
    margin: 0 !important;
    padding: 0 !important;
}

.serv-cont .tab-pane.n-color li {
    text-align: start !important;
}

.main-head .top-bar .bar-r ul li a:hover {
    color: #337ab7;
}

.nw-slider .owl-nav {
    top: 25%;
}

div.heateor_sss_horizontal_sharing li {
    margin-top: 0 !important;
}

div.heateor_sss_horizontal_sharing .heateor_sss_square_count {
    display: none !important;
}

.about-inn-h .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {display: none;}

.consult .form-group select.form-control {
    color: #828282;
}

.block .about-inn-h .btn {
    border: 2px #d2ac6f solid;
    color: #fff;
    /* background: #d2ac6f; */
    border-color: #423529;
    color: #423529;
}

.page-id-6001 .about-page .post img {
    margin-top: 102px;
}

.block .about-inn-h .btn:hover {background: #d2ac6f;color: #fff;background: #423529;}