body {
    font-weight: 400;
    color: #c0c0c0;
    font-size: 15px;
    line-height: 1.9;
    font-family: 'Montserrat', sans-serif;
}
a, a:hover, a:focus, input, button, textarea, button:hover, button:focus {
    outline: none;
    text-decoration: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

::-moz-selection {
 color: #fff;
 background: #B69E56;
}
::selection {
    color: #fff;
    background: #B69E56;
}
.form-control:focus {
    border-color: #B69E56;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}
img {
    max-width: 100%;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.img-full img {
    width: 100%;
}
p {
    color: #c0c0c0;
    margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
.fix {
    overflow: hidden;
}
figure {
    margin: 0;
}
.bg-gray {
    background-color: #f5f5f5;
}
.bg-black {
    background-color: #1e1f21;
}
.dark-bg {
    background-color: #151515;
}
.black-light {
    background-color: #191919;
}
.ft-bg {
    background-color: #0f0f0f;
}

@media only screen and (min-width: 1600px) {
.custom-container {
    max-width: 1440px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.custom-container {
    max-width: 1350px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
.custom-container {
    max-width: 1170px;
}
}

@media only screen and (min-width: 1600px) {
.plxxl-100 {
    padding-left: 100px;
}
.prxxl-100 {
    padding-right: 100px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.plxxl-100 {
    padding-left: 50px;
}
.prxxl-100 {
    padding-right: 50px;
}
}
/*------- Typography Style end -------*/
/* ---- slick slider focus ----*/
.slick-slide:focus {
    outline: none;
}
/* ---- sick arrow style start ----*/
.slider-arrow-style.slick-slider .slick-arrow {
    top: 50%;
    width: 56px;
    height: 56px;
    color: #333;
    font-size: 36px;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    display: block;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ffffff;
    line-height: 24px;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.slider-arrow-style.slick-slider .slick-arrow.slick-prev {
    left: 50px;
}
.slider-arrow-style.slick-slider .slick-arrow.slick-prev i {
    padding-right: 2px;
    display: block;
}
.slider-arrow-style.slick-slider .slick-arrow.slick-next {
    right: 50px;
}
.slider-arrow-style.slick-slider .slick-arrow.slick-next i {
    padding-left: 2px;
    display: block;
}
.slider-arrow-style.slick-slider .slick-arrow:hover {
    color: #ffffff;
    background-color: #B69E56;
}
.slider-arrow-style.slick-slider:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}
.slider-arrow-style.slick-slider:hover .slick-arrow.slick-prev {
    left: 20px;
}
.slider-arrow-style.slick-slider:hover .slick-arrow.slick-next {
    right: 20px;
}
/*------- Typography Style end -------*/
/* ---- slick slider focus ----*/
.slick-slide:focus {
    outline: none;
}
/* ---- sick arrow style start ----*/
.slick-arrow-style.slick-slider .slick-arrow {
    top: 57%;
    width: 75px;
    height: 75px;
    color: #ffffff;
    font-size: 36px;
    margin-top: -62px;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    display: block;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 75px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
}

@media only screen and (max-width: 767px) {
.slick-arrow-style.slick-slider .slick-arrow {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.socialmedia {
    margin-bottom: 30px;
}
}
.slick-arrow-style.slick-slider .slick-arrow.slick-prev {
    left: 50px;
}
.slick-arrow-style.slick-slider .slick-arrow.slick-prev i {
    padding-right: 2px;
    display: block;
    position: relative;
    z-index: 1;
}
.slick-arrow-style.slick-slider .slick-arrow.slick-next {
    right: 50px;
}
.slick-arrow-style.slick-slider .slick-arrow.slick-next i {
    padding-top: 2px;
    display: block;
    position: relative;
    z-index: 1;
}
.slick-arrow-style.slick-slider .slick-arrow:hover {
    color: #ffffff;
    background-color: #ffffff;
}
.slick-arrow-style.slick-slider .slick-arrow:after {
    top: 0;
    left: 0;
    width: 75px;
    height: 75px;
    content: "";
    position: absolute;
    background-image: url("img/btn.png");
}

@media only screen and (max-width: 767px) {
.slick-arrow-style.slick-slider .slick-arrow:after {
    width: 50px;
    height: 50px;
}
}
.slick-arrow-style.slick-slider:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}
.slick-arrow-style.slick-slider:hover .slick-arrow.slick-prev {
    left: 15px;
}
.slick-arrow-style.slick-slider:hover .slick-arrow.slick-next {
    right: 15px;
}
.slick-arrow-style__arrow-style-2.slick-slider .slick-arrow {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    top: 100%;
    margin-top: 0;
    background-color: #ffffff;
}
.slick-arrow-style__arrow-style-2.slick-slider .slick-arrow.slick-prev {
    left: 0;
}
.slick-arrow-style__arrow-style-2.slick-slider .slick-arrow.slick-next {
    left: 76px;
}

@media only screen and (max-width: 767px) {
.slick-arrow-style__arrow-style-2.slick-slider .slick-arrow.slick-next {
    left: 52px;
}
}
.slick-arrow-style__arrow-style-2.slick-slider .slick-arrow:hover {
    color: #B69E56;
}
.slick-arrow-style__arrow-style-2.slick-slider:hover .slick-arrow.slick-prev {
    left: 0;
}
.slick-arrow-style__middle.slick-slider .slick-arrow {
    margin-top: 0;
}
.slick-arrow-style__middle.slick-slider .slick-arrow:hover {
    color: #B69E56;
}
.slick-arrow-style__middle.slick-slider:hover .slick-arrow.slick-prev {
    left: -37px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.slick-arrow-style__middle.slick-slider:hover .slick-arrow.slick-prev {
    left: 0;
}
}
.slick-arrow-style__middle.slick-slider:hover .slick-arrow.slick-next {
    right: -37px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.slick-arrow-style__middle.slick-slider:hover .slick-arrow.slick-next {
    right: 0;
}
}
.slick-row-3 .slick-list {
    margin: 0 -3px;
}
.slick-row-3 .slick-list .slick-slide {
    margin: 0 3px;
}
.slick-row-4 .slick-list {
    margin: 0 -4px;
}
.slick-row-4 .slick-list .slick-slide {
    margin: 0 4px;
}
.slick-row-5 .slick-list {
    margin: 0 -5px;
}
.slick-row-5 .slick-list .slick-slide {
    margin: 0 5px;
}
.slick-row-6 .slick-list {
    margin: 0 -6px;
}
.slick-row-6 .slick-list .slick-slide {
    margin: 0 6px;
}
.slick-row-7 .slick-list {
    margin: 0 -7px;
}
.slick-row-7 .slick-list .slick-slide {
    margin: 0 7px;
}
.slick-row-8 .slick-list {
    margin: 0 -8px;
}
.slick-row-8 .slick-list .slick-slide {
    margin: 0 8px;
}
.slick-row-9 .slick-list {
    margin: 0 -9px;
}
.slick-row-9 .slick-list .slick-slide {
    margin: 0 9px;
}
.slick-row-10 .slick-list {
    margin: 0 -10px;
}
.slick-row-10 .slick-list .slick-slide {
    margin: 0 10px;
}
.slick-row-11 .slick-list {
    margin: 0 -11px;
}
.slick-row-11 .slick-list .slick-slide {
    margin: 0 11px;
}
.slick-row-12 .slick-list {
    margin: 0 -12px;
}
.slick-row-12 .slick-list .slick-slide {
    margin: 0 12px;
}
.slick-row-13 .slick-list {
    margin: 0 -13px;
}
.slick-row-13 .slick-list .slick-slide {
    margin: 0 13px;
}
.slick-row-14 .slick-list {
    margin: 0 -14px;
}
.slick-row-14 .slick-list .slick-slide {
    margin: 0 14px;
}
.slick-row-15 .slick-list {
    margin: 0 -15px;
}
.slick-row-15 .slick-list .slick-slide {
    margin: 0 15px;
}
/* ----scroll to top css ----*/
.scroll-top {
    background-color: #B69E56;
    bottom: 50px;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    cursor: pointer;
    height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 9999;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.scroll-top i {
    line-height: 40px;
    color: #fff;
    font-size: 25px;
    -webkit-animation: zoomIn;
    animation: zoomIn;
    display: inline-block;
}
.scroll-top.not-visible {
    bottom: -50px;
    visibility: hidden;
    opacity: 0;
}
/*------ preloader css start ------*/
.preloader {
    background: #B69E56;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
}
.preloader .preloader-inner-area {
    height: 100%;
    position: relative;
    width: 100%;
}
.preloader .preloader-inner-area .loader-overlay {
    background-color: white;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}
.preloader .preloader-inner-area .loader-overlay .l-preloader {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.preloader .preloader-inner-area .loader-overlay .l-preloader .c-preloader {
    width: 60px;
    height: 60px;
    position: relative;
}
.preloader .preloader-inner-area .loader-overlay .l-preloader .c-preloader:before {
    content: '';
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    background-color: #B69E56;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation-name: preloading;
    animation-name: preloading;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.preloader .preloader-inner-area .loader-overlay .l-preloader .c-preloader:after {
    content: '';
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    background-color: #B69E56;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation-name: preloading;
    animation-name: preloading;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
 @-webkit-keyframes preloading {
 0% {
 opacity: 1;
 -webkit-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes preloading {
 0% {
 opacity: 1;
 -webkit-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}

/*------ preloader css end ------*/
/*======== header style css start ========*/
@media only screen and (max-width: 575px) {
.logo {
    text-align: left !important;
}
}
.logo .logo-sec {
    display: none;
}
.haeder-main-wrapper {
    border-bottom: 1px solid #928f8b;
    padding: 22px 0;
}

@media only screen and (max-width: 767px) {
.haeder-main-wrapper {
    padding: 12px 0;
}
}
.haeder-main-wrapper.header-2 .header-social-link a {
    color: #ffffff;
}
.haeder-main-wrapper.header-2 .header-social-link a:hover {
    color: #B69E56;
}
.haeder-main-wrapper.header-2 .header-right .header-search-btn button {
    color: #ffffff;
}
.haeder-main-wrapper.header-2 .header-right .header-search-btn button:hover {
    color: #B69E56;
}
.header-social-link a {
    color: #dddddd;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 10px;
}
.header-social-link a:hover {
    color: #ffffff;
}
.header-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
}
.header-right .header-search-btn button {
    color: #ffffff;
    font-size: 20px;
    margin-right: 20px;
}
.header-right .header-search-btn button:hover {
    color: #B69E56;
}
.header-right .menu-btn {
    width: 50px;
    height: 50px;
    background-color: #53514d;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.header-right .menu-btn:hover {
    background-color: #B69E56;
}
.transparent-header {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 9;
}
.sticky.is-fixed {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    -webkit-animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
    animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
}
.sticky.is-fixed.haeder-main-wrapper {
    border-bottom: none;
    padding: 10px 0;
}
.sticky.is-fixed.haeder-main-wrapper .logo {
    max-width: 100px;
    margin: auto;
}
.sticky.is-fixed.haeder-main-wrapper .logo .logo-pri {
    display: none;
}
.sticky.is-fixed.haeder-main-wrapper .logo .logo-sec {
    display: block;
}

@media only screen and (max-width: 575px) {
.sticky.is-fixed.haeder-main-wrapper .logo {
    margin: 0;
}
}
.sticky.is-fixed.haeder-main-wrapper .header-social-link a {
    color: #ffffff;
}
.sticky.is-fixed.haeder-main-wrapper .header-social-link a:hover {
    color: #B69E56;
}
.sticky.is-fixed.haeder-main-wrapper .search-btn {
    color: #ffffff;
}
.sticky.is-fixed.haeder-main-wrapper .search-btn:hover {
    color: #B69E56;
}
/*======== header style css end ========*/
.offcanvas-menu-wrapper {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    background-image: url(img/search-bg.jpg);
    background-size: cover;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.offcanvas-menu-wrapper.d-dark {
    background-image: url(img/banner-black.jpg);
}
.offcanvas-menu-wrapper.show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.offcanvas-menu-inner {
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.slicknav_menu {
    padding: 0;
    background-color: transparent;
}
.slicknav_menu .slicknav_nav {
    display: block !important;
}

@media only screen and (max-width: 767px) {
.slicknav_menu .slicknav_nav {
    margin-top: 100px;
}
}
.slicknav_menu .slicknav_nav .slicknav_arrow {
    font-size: 24px;
    font-weight: 300;
    margin-left: 10px;
    vertical-align: middle;
}
.slicknav_menu .slicknav_nav li {
    margin-bottom: 12px;
}
.slicknav_menu .slicknav_nav li:last-child {
    margin-bottom: 0;
}
.slicknav_menu .slicknav_nav li a {
    color: #ffffff;
    display: inline-block;
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
    padding: 0 !important;
    text-transform: capitalize;
}
.slicknav_menu .slicknav_nav li a:hover {
    color: #B69E56;
    background: transparent !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.slicknav_menu .slicknav_nav li a {
    font-size: 32px;
}
}

@media only screen and (max-width: 767px) {
.slicknav_menu .slicknav_nav li a {
    font-size: 32px;
}
}

@media only screen and (max-width: 479px) {
.slicknav_menu .slicknav_nav li a {
    font-size: 24px;
    padding: 3px 0 !important;
}
}
.slicknav_menu .slicknav_nav li ul {
    padding-top: 10px;
}
.slicknav_menu .slicknav_nav li ul li {
    line-height: 1;
}
.slicknav_menu .slicknav_nav li ul li a {
    font-size: 18px;
    display: inline-block;
}
.offcanvas-logo {
    left: 0;
    top: 50px;
    position: absolute;
    z-index: 1;
}

@media only screen and (max-width: 575px) {
.offcanvas-logo {
    left: 15px;
}
}
.view-button {
    left: 0;
    bottom: 50px;
    position: absolute;
}

@media only screen and (max-width: 767px) {
.view-button {
    display: none;
}
}
.view-button a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}
.view-button a i {
    font-size: 18px;
    vertical-align: middle;
}
.view-button a:hover {
    color: #B69E56;
}
.offcanvas-contact-info {
    right: 0;
    bottom: 50px;
    position: absolute;
}

@media only screen and (max-width: 767px) {
.offcanvas-contact-info {
    display: none;
}
}
.offcanvas-contact-info li {
    color: #ffffff;
    font-weight: 500;
    line-height: 1;
}
.offcanvas-contact-info li.offcanvas-phone a, .offcanvas-contact-info li.offcanvas-mail a {
    color: #ffffff;
    font-weight: 500;
    line-height: 1;
}
.offcanvas-contact-info li:hover a {
    color: #B69E56;
}
.offcanvas-contact-info li:last-child {
    margin-left: 30px;
}
/*------ offcanvas social link start ------*/
.social-link-vertical {
    top: 50%;
    left: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
.social-link-vertical {
    display: none;
}
}
.social-link-vertical a {
    display: block;
    color: #ffffff;
    font-size: 18px;
}
.social-link-vertical a:hover {
    color: #B69E56;
}
/*------ offcanvas social link end ------*/
.slinky-menu a span {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
}
.slinky-theme-default .next:after, .slinky-theme-default .next:before, .slinky-theme-default .back:after, .slinky-theme-default .back:before {
    height: 22px;
    width: 40px;
    margin-left: 20px;
    background-size: 30px;
}
.slinky-theme-default .back:before {
    padding: 0;
    margin-left: 0;
    margin-bottom: 20px;
}
.slicknav_btn {
    display: none;
}
/*-------- slider area start --------*/
.hero-bg {
    background-size: cover;
    background-position: center;
    height: 100vh;
}

@media only screen and (max-width: 767px) {
.hero-bg {
    height: 500px;
}
}
.hero-bg__style-1 {
    position: relative;
}
.hero-bg__style-1:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: #3d2d12;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
}
.hero-bg__style-1 .slider-content {
    margin-top: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-bg__style-1 .slider-content {
    padding-right: 100px;
    margin-top: 0;
}
}

@media only screen and (max-width: 767px) {
.hero-bg__style-1 .slider-content {
    margin-top: 0;
}
}
.hero-bg__style-1 .slider-content h1 {
    color: #ffffff;
    font-size: 55px;
    line-height: 1.2;
    font-weight: 500;
    display: block;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.hero-bg__style-1 .slider-content h1 {
    font-size: 60px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.hero-bg__style-1 .slider-content h1 {
    font-size: 55px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.hero-bg__style-1 .slider-content h1 {
    font-size: 50px;
}
}

@media only screen and (max-width: 767px) {
.hero-bg__style-1 .slider-content h1 {
    font-size: 40px;
}
}

@media only screen and (max-width: 575px) {
.hero-bg__style-1 .slider-content h1 {
    font-size: 34px;
}
}

@media only screen and (max-width: 479px) {
.hero-bg__style-1 .slider-content h1 {
    font-size: 26px;
}
}
/*-------- slider area end --------*/
.hero-slider-inner {
    position: relative;
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
.hero-slider-inner .site-navigation {
    display: none;
}
}
.hero-slider-inner .site-navigation a {
    position: relative;
}
.hero-slider-inner .site-navigation a span {
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 2px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.hero-slider-inner .site-navigation a:before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 1px;
    height: 30px;
    content: "";
    background-color: #ffffff;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.hero-slider-inner .site-navigation a:after {
    top: calc(100% + 30px);
    left: 50%;
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.hero-slider-inner .site-navigation a:hover span {
    color: #B69E56;
}
.hero-slider-inner .site-navigation a:hover:before, .hero-slider-inner .site-navigation a:hover:after {
    background-color: #B69E56;
}
.hero-slider-inner .site-navigation a.button-left {
    position: absolute;
    bottom: 85px;
    left: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
.hero-slider-inner .site-navigation a.button-left {
    left: 40px;
}
}
.hero-slider-inner .site-navigation a.button-right {
    position: absolute;
    bottom: 85px;
    right: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
.hero-slider-inner .site-navigation a.button-right {
    right: 40px;
}
}
/*--------- slick slider dot style start -------*/
.slick-dot-style ul.slick-dots {
    bottom: 90px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.slick-dot-style ul.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    position: relative;
    cursor: pointer;
}
.slick-dot-style ul.slick-dots li:before {
    content: "";
    left: 50%;
    top: 10px;
    width: 1px;
    height: 65px;
    position: absolute;
    background-color: #ffffff;
    -webkit-transform: scale(0) translate(-50%, 0);
    -ms-transform: scale(0) translate(-50%, 0);
    transform: scale(0) translate(-50%, 0);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}
.slick-dot-style ul.slick-dots li:after {
    left: 50%;
    top: 65px;
    width: 10px;
    height: 10px;
    display: block;
    content: "";
    position: absolute;
    background-color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.slick-dot-style ul.slick-dots li button {
    color: #ffffff;
    font-size: 16px;
    text-indent: -28px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}
.slick-dot-style ul.slick-dots li button:before {
    content: "0";
}
.slick-dot-style ul.slick-dots li.slick-active:before {
    -webkit-transform: scale(1) translate(-50%, 0);
    -ms-transform: scale(1) translate(-50%, 0);
    transform: scale(1) translate(-50%, 0);
}
.slick-dot-style ul.slick-dots li.slick-active button {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
/*--------- slick slider dot style end -------*/
.slick-current .slider-content h1:nth-child(1) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}
.slick-current .slider-content h1:nth-child(2) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.slick-current .slider-content h1:nth-child(3) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
.slick-current .slider-content a {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
/* ----------------------------------------
 * animation kenburns-top
 * ----------------------------------------
 */
/*  .slick-current.kenburns-top {
	    animation: kenburns-top 20s ease-out both;
}

@keyframes kenburns-top {
  0% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 16%;
  }
  100% {
    transform: scale(1.25) translateY(-15px);
    transform-origin: top;
  }
} */
/* ---- section title start ----*/
.section-title {
    display: inline-block;
    position: relative;
}
.section-title p {
    color: #B69E56;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: -4px;
    position: relative;
    z-index: 1;
}
.section-title h2 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 500;
    line-height: 1.2;
    display: inline-block;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.section-title h2 {
    font-size: 36px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.section-title h2 {
    font-size: 30px;
}
}

@media only screen and (max-width: 767px) {
.section-title h2 {
    font-size: 26px;
}
}

@media only screen and (max-width: 479px) {
.section-title h2 {
    font-size: 24px;
}
}
.section-title__style-2 p {
    color: #ffffff;
}
.section-title__style-2 h2 {
    color: #B69E56;
}
.section-title.title-pattern {
    position: relative;
}
.section-title.title-pattern:before {
    top: -30px;
    left: -50px;
    content: "";
    width: 118px;
    height: 118px;
    position: absolute;
    background-image: url(img/pattern-img-small.png);
}
.section-title.title-pattern-right:before {
    right: -35px;
    top: -30px;
    content: "";
    width: 118px;
    height: 118px;
    position: absolute;
    background-image: url(img/pattern-img-small-dark.png);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
.section-title.title-pattern:before {
    left: -30px;
}
}

@media only screen and (max-width: 767px) {
.section-title.title-pattern:before {
    display: none;
}
}
.section-title-minimal {
    text-align: center;
}
.section-title-minimal h2 {
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
.section-title-minimal h2 {
    font-size: 26px;
}
}

@media only screen and (max-width: 479px) {
.section-title-minimal h2 {
    font-size: 24px;
}
}
/* ---- section title end ----*/
/*----- All button style start -----*/
.btn-main {
    color: #B69E56;
    font-size: 16px;
    font-weight: 400;
    padding: 4px 31px 14px;
    display: inline-block;
    text-transform: capitalize;
    border: 1px solid #B69E56;
    line-height: 1;
}
.btn-main span {
    font-size: 25px;
    padding-left: 5px;
    line-height: 28px;
    vertical-align: bottom;
    position: relative;
}
.btn-main span:before {
    top: 44%;
    left: 100%;
    font-size: 16px;
    line-height: 1;
    margin-left: -15px;
    content: "\eab8";
    position: absolute;
    font-family: IcoFont !important;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
}
.btn-main:hover {
    color: #ffffff;
    border-color: #B69E56;
    background-color: #B69E56;
}
.btn-main:hover span:before {
    margin-left: -5px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
}
.btn-bg__fill {
    color: #ffffff;
    background-color: #B69E56;
}
.about-content .btn-main {
    padding: 15px 30px;
}
.btn-text {
    font-size: 15px;
    color: #B69E56;
    border: none;
    padding: 0;
}
.btn-text:hover {
    color: #B69E56 !important;
    background-color: transparent;
}
/*----- All button style end -----*/
.hero-btn {
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    margin-top: 42px;
    border-radius: 8px;
}

@media only screen and (max-width: 479px) {
.hero-btn {
    margin-top: 30px;
}
}
.hero-btn:hover {
    color: #B69E56;
}
/*------ about us start ------*/
.about-content {
    padding-right: 30px;
}

@media only screen and (max-width: 767px) {
.about-content {
    padding-right: 0;
}
}
.about-content p {
    padding-bottom: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
.about-content p {
    padding-bottom: 20px;
}
}
.about-us-inner .section-title {
    margin-top: -20px;
    padding-bottom: 28px;
}
body.rtl .about-us-inner {
    text-align: right;
}
body.rtl .about-us-inner .section-title {
    margin-right: 28px;
}

@media only screen and (max-width: 767px) {
.about-us-inner .section-title {
    margin-top: 0;
    padding-bottom: 10px;
}
}
/*------ about us end ------*/
/*------- our process style start -------*/
.process-content-inner {
    padding-right: 50px;
}
.process-content-inner .section-title {
    padding-right: 40px;
}
.text-right .process-content-inner .section-title {
    padding-right: 0px;
}

@media only screen and (max-width: 767px) {
.process-content-inner .section-title {
    padding-right: 0;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
.process-content-inner {
    padding-right: 0;
}
}
.process-content p {
    padding-top: 28px;
    padding-bottom: 26px;
}

@media only screen and (max-width: 767px) {
.process-content p {
    padding-top: 10px;
}
}
.process-img-block {
    position: relative;
    padding-right: 30px;
    margin: 30px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.process-img-block {
    padding-right: 15px;
    margin: 15px 0;
}
}

@media only screen and (max-width: 767px) {
.process-img-block {
    margin-top: 78px;
}
}

@media only screen and (max-width: 575px) {
.process-img-block {
    padding-right: 0;
    margin-top: 62px;
    margin-bottom: 0;
}
}
.process-img-block img {
    position: relative;
    z-index: 1;
}
.process-img-block:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 150px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: calc(100% + 60px);
    background-image: url(img/pattern-img.png);
}
.process-img-block-left.process-img-block:before {
    content: "";
    position: absolute;
    left: -35px;
    top: 50%;
    width: 150px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: calc(100% + 60px);
    background-image: url(img/pattern-img.png);
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.process-img-block:before {
    height: calc(100% + 30px);
}
}

@media only screen and (max-width: 575px) {
.process-img-block:before {
    display: none;
}
}
/*------- our process style end -------*/
/*------- project item start -------*/
.project-item .project-item-inner {
    position: relative;
}
.project-item .project-item-inner .project-thumb {
    position: relative;
}
.project-item .project-item-inner .project-thumb:after {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #B69E56;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.project-item .project-item-inner .project-thumb .project-link {
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    -webkit-transform: translateY(-50%) scale(0.8);
    -ms-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8);
    z-index: 1000;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.project-item .project-item-inner .project-thumb img {
    width: 100%;
}
.project-item .project-item-inner:before {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border-left: 1px solid #e2001a;
    border-right: 1px solid #e2001a;
    content: '';
    position: absolute;
    z-index: 111;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.project-item .project-item-inner:after {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border-top: 1px solid #e2001a;
    border-bottom: 1px solid #e2001a;
    content: '';
    position: absolute;
    z-index: 111;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: scaleX(0.5);
    -ms-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.project-item .project-caption {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.pro-details-img-block .project-item .project-item-inner:after {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.pro-details-img-block .project-item .project-item-inner:before {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.project-item .project-caption {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
}
.project-item .project-caption .caption-main {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
}
.project-item .project-caption .caption-main h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    padding-top: 18px;
    padding-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.project-item .project-caption .caption-main h4 {
    font-size: 17px;
}
}
.project-item .project-caption .caption-main h4 a {
    color: #ffffff;
}
.project-item .project-caption .caption-main h4 a:hover {
    color: #B69E56;
}
.project-item .project-caption .caption-main p {
    color: #c0c0c0;
    font-size: 15px;
    line-height: 1.6;
}
.project-item .project-caption .caption-link {
    -ms-flex-preferred-size: calc(100% - 70%);
    flex-basis: calc(100% - 70%);
    text-align: right;
    margin-top: 8px;
}
.project-item:hover .project-item-inner:before {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.project-item:hover .project-item-inner:after {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.project-item:hover .project-item-inner .project-thumb:after {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    visibility: visible;
}
.project-item:hover .project-item-inner .project-thumb .project-link {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
.project-item:hover .project-item-inner .project-thumb .project-link span:before {
    margin-left: -5px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.feature-content-wrapper {
    padding-left: 50px;
    padding-bottom: 37px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
.feature-content-wrapper {
    padding-left: 35px;
}
}

@media only screen and (min-width: 1600px) {
.feature-content-wrapper {
    padding-left: 115px;
}
}

/*------- project item end -------*/
/*-------- fun facts area start --------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.single-fun-facts {
    margin-bottom: 40px;
}
}
.single-fun-facts .fun-facts-item-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
}

@media only screen and (max-width: 575px) {
.single-fun-facts .fun-facts-item-inner {
    display: block;
    text-align: center;
}
}
.single-fun-facts .fun-facts-item-inner .facts-icon {
    padding-right: 24px;
    max-height: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.single-fun-facts .fun-facts-item-inner .facts-icon {
    padding-right: 5px;
}
}

@media only screen and (max-width: 575px) {
.single-fun-facts .fun-facts-item-inner .facts-icon {
    padding-right: 0;
    margin-bottom: 10px;
}
}
.single-fun-facts .fun-facts-item-inner .facts-count {
    text-align: left;
}

@media only screen and (max-width: 575px) {
.single-fun-facts .fun-facts-item-inner .facts-count {
    text-align: center;
}
}
.single-fun-facts .fun-facts-item-inner .facts-count .odometer {
    color: #ffffff;
    font-size: 45px;
    font-weight: 500;
    line-height: 1;
}
.single-fun-facts .fun-facts-item-inner .facts-count p {
    font-size: 15px;
    color: #ffffff;
    font-weight: 300;
}

@media only screen and (max-width: 479px) {
.fun-facts-area .container .row .col-6 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
}
/*-------- fun facts area end --------*/
/*------ Service section start ------*/
.service-item {
    background-color: #ffffff;
    padding: 38px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(117, 117, 117, 0.2);
    box-shadow: 0px 0px 18px 0px rgba(117, 117, 117, 0.2);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.service-item {
    padding: 20px;
}
}

@media only screen and (max-width: 479px) {
.service-item {
    padding: 38px 15px;
}
}
.service-item:hover {
    background-color: #B69E56;
}
.service-item:hover .service__btn {
    color: #B69E56;
    background-color: #ffffff;
    border-color: #ffffff;
    padding-right: 8px;
}
.service-item:hover .service__btn span {
    right: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
}
.service-item:hover .service__content h3 a {
    color: #ffffff;
}
.service-item:hover .service__content h3 a:hover {
    letter-spacing: 1px;
    color: #e2001a;
}
.service-item:hover .service__content p {
    color: #ffffff;
}
.service-item:hover .service__icon span {
    background-position: 50% 100%;
    background-repeat: no-repeat;
}
.service-item:hover .service__icon span.service-1 {
    background-position: 50% 100%;
    background-repeat: no-repeat;
}
.service__icon {
    padding-bottom: 28px;
}
.service__icon span {
    width: 60px;
    height: 50px;
    text-indent: -5000px;
    display: block;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.service__icon span.service-1 {
    background-image: url("../img/icon/service-icon_1.html");
}
.service__icon span.service-2 {
    background-image: url("../img/icon/service-icon_2.html");
}
.service__icon span.service-3 {
    background-image: url("../img/icon/service-icon_3.html");
}
.service__icon span.service-4 {
    background-image: url("../img/icon/service-icon_4.html");
}
.service__icon span.service-5 {
    background-image: url("../img/icon/service-icon_5.html");
}
.service__icon span.service-6 {
    background-image: url("../img/icon/service-icon_6.html");
}
.service__content h3 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 400;
    padding-bottom: 28px;
    text-transform: capitalize;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.service__content h3 {
    padding-bottom: 15px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.service__content h3 {
    font-size: 22px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
.service__content h3 {
    font-size: 24px;
}
}

@media only screen and (max-width: 479px) {
.service__content h3 {
    padding-bottom: 15px;
}
}
.service__content h3 a {
    color: #ffffff;
}
.service__content p {
    color: #c0c0c0;
    font-size: 15px;
    line-height: 1.6;
    padding-bottom: 34px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
.service__content p {
    padding-bottom: 25px;
}
}

@media only screen and (max-width: 479px) {
.service__content p {
    padding-bottom: 23px;
}
}
.service__btn {
    color: #B69E56;
    width: 40px;
    height: 40px;
    line-height: 18px;
    font-size: 35px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #B69E56;
    position: relative;
}
.service__btn span {
    top: 50%;
    right: 5px;
    position: absolute;
    -webkit-transform: translate(0, -58%);
    -moz-transform: translate(0, -58%);
    -ms-transform: translate(0, -58%);
    transform: translate(0, -58%);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
}
.service__btn span i {
    font-size: 18px;
    line-height: 1;
    color: #B69E56;
}
/*--------- feature project section start ---------*/
.feature-img-wrapper {
    position: relative;
}
.feature-img-wrapper .tab-content {
    position: relative;
}
.feature-img-wrapper .feature-menu {
    left: 50%;
    bottom: 0;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border: 1px solid #B69E56;
    z-index: 11;
}
.feature-img-wrapper .feature-menu ul.nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.feature-img-wrapper .feature-menu ul.nav li a {
    color: #333;
    font-size: 18px;
    background-color: #ffffff;
    padding: 11px 40px;
    display: inline-block;
    text-transform: capitalize;
}

@media only screen and (max-width: 479px) {
.feature-img-wrapper .feature-menu ul.nav li a {
    padding: 5px 15px;
}
}
.feature-img-wrapper .feature-menu ul.nav li a:hover, .feature-img-wrapper .feature-menu ul.nav li a.active {
    color: #ffffff;
    background-color: #B69E56;
}
/*--------- feature project section end ---------*/
/*------- Feature content start -------*/
.feature-slider-active {
    padding-bottom: 56px;
}
.feature-inner {
    padding-right: 20px;
}
.feature-inner .feature-style {
    font-size: 15px;
    color: #ffffff;
    display: block;
    padding-top: 24px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.feature-inner .feature-style {
    padding-top: 16px;
}
}
.feature-inner h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    color: #B69E56;
    text-transform: capitalize;
}
.feature-inner h3 a {
    color: #B69E56;
}
.feature-inner .budget {
    font-size: 15px;
    display: block;
    padding-top: 16px;
    padding-bottom: 10px;
    color: #ffffff;
    text-transform: capitalize;
}
/*------- Feature content end -------*/
.feature-img-slider {
    position: relative;
    padding-bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.feature-img-slider {
    padding-bottom: 15px;
}
}

@media only screen and (max-width: 575px) {
.feature-img-slider {
    padding-bottom: 0;
}
}
.feature-img-slider:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 155px;
    width: calc(100% + 60px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(img/pattern-bottom.png);
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.feature-img-slider:before {
    width: calc(100% + 30px);
}
}

@media only screen and (max-width: 575px) {
.feature-img-slider:before {
    display: none;
}
}

/*--------- footer area start ---------*/
@media only screen and (max-width: 767px) {
.footer-widget {
    margin-bottom: 30px;
}
}
.footer-widget-title {
    padding-bottom: 8px;
}
.work-shedule .footer-widget-title {
    padding-bottom: 0px;
}
.footer-widget-title h5 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: -4px;
    text-transform: capitalize;
}
.useful-link li a {
    color: #c0c0c0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}
.useful-link li a:hover {
    color: #B69E56;
    text-decoration: underline;
}
/*----- footer social link start -----*/
.social-link {
    margin-top: 19px;
}
.social-link a {
    color: #a8a8a8;
    font-size: 24px;
    line-height: 1;
    margin-right: 15px;
}
.social-link a:hover {
    color: #ffffff;
}
.social-link a:last-child {
    margin-right: 0;
}
/*----- footer social link end -----*/
.location p {
    font-size: 14px;
    color: #c0c0c0;
    line-height: 1.8;
}
.widget-sub-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: -4px;
    text-transform: capitalize;
}
.work-shedule {
    margin-top: 20px;
}
.email, .phone {
    margin-top: 20px;
}
.work-shedule li, .email li, .phone li {
    color: #c0c0c0;
    font-size: 14px;
    line-height: 1.8;
}
.work-shedule li a, .email li a, .phone li a {
    color: #c0c0c0;
}
.work-shedule li span, .email li span, .phone li span {
    color: #B69E56;
    padding-right: 5px;
}
.work-shedule li:hover a, .email li:hover a, .phone li:hover a {
    color: #B69E56;
}
.phone {
    margin-top: 0;
}
.copyright-text {
    padding-top: 10px;
}

@media only screen and (max-width: 767px) {
.copyright-text {
    padding-top: 0;
    padding-bottom: 25px
}
}
.copyright-text p {
    color: #999999;
    font-size: 11px;
}
/*--------- footer area start ---------*/
/*-------- team area start --------*/
.team-member {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.team-member:hover .toggle {
    opacity: 1;
    visibility: visible;
}
.team-member input, .team-member .toggle {
    height: 50px;
    width: 50px;
    right: 20px;
    bottom: 20px;
    position: absolute;
    outline: none;
    cursor: pointer;
}
.team-member input {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.team-member .toggle {
    color: #ffffff;
    border-radius: 50%;
    pointer-events: none;
    background-color: #B69E56;
    font-size: 36px;
    text-align: center;
    line-height: 50px;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    -webkit-box-shadow: 0 0 0 0px #B69E56;
    box-shadow: 0 0 0 0px #B69E56;
    opacity: 0;
    visibility: hidden;
}
.team-member input:checked ~ .toggle {
    -webkit-box-shadow: 0 0 0 1000px #B69E56;
    box-shadow: 0 0 0 1000px #B69E56;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    background-color: #ffffff;
    color: #ffffff;
    opacity: 1;
    visibility: visible;
}
.team-member .content-box {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 11;
    text-align: center;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
}
.team-member .content-box .content-box-inner {
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    pointer-events: visible;
}
.team-member .content-box .content-box-inner h4 {
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    padding-bottom: 5px;
    text-transform: capitalize;
}
.team-member .content-box .content-box-inner p {
    color: #ffffff;
    padding-bottom: 10px;
}
.team-member input:checked ~ .content-box {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
}
.team-member input:checked ~ .content-box .content-box-inner {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.team-social-link a {
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    margin-right: 15px;
    pointer-events: visible;
}
.team-social-link a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.team-social-link a:last-child {
    margin-right: 0;
}
.team-member-thumb img {
    width: 100%;
}
/*-------- team area end --------*/
/*------- testimonial area start -------*/
.testimonial-slider-wrapper {
    position: relative;
}
.testimonial-slider-wrapper:before {
    content: "";
    bottom: 0;
    left: 50%;
    height: 30px;
    position: absolute;
    width: calc(100% + 30px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(img/pattern-bottom.png);
}

@media only screen and (max-width: 767px) {
.testimonial-slider-wrapper:before {
    display: none;
}
}
.testimonial-slider .slick-list {
    padding: 15px 0;
    margin: -15px -15px;
}
.testimonial-item {
    text-align: center;
    background-color: #ffffff;
    padding: 58px 30px 52px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(117, 117, 117, 0.2);
    box-shadow: 0px 0px 18px 0px rgba(117, 117, 117, 0.2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.testimonial-item {
    padding: 40px 15px 34px;
}
}
.testimonial-item p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
.client-thumb {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: auto;
    position: relative;
}
.client-thumb img {
    border-radius: 50%;
}
.client-thumb .quote {
    bottom: 0;
    right: 0;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 42px;
    z-index: 99999;
    font-size: 20px;
    position: absolute;
    overflow: visible;
    border-radius: 50%;
    background-color: #B69E56;
}
.client-designation {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    padding: 26px 0 38px;
    text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.client-designation {
    padding: 26px 0 15px;
}
}
/*------- testimonial area end -------*/
#map_content {
    height: 500px;
}

@media only screen and (max-width: 767px) {
#map_content {
    height: 250px;
}
}
.offcanvas-contact-wrapper {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 11;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.offcanvas-contact-wrapper.show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    overflow-y: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.contact-form .input-field {
    margin-bottom: 25px;
}
.contact-form .input-field .text-field {
    width: 100%;
    padding: 8px 20px;
    border: 1px solid #e5e5e5;
    background-color: transparent;
    color: #ffffff;
}
.contact-form .input-field label {
    font-size: 15px;
    color: #ffffff;
    line-height: 1;
    padding-bottom: 5px;
    text-transform: capitalize;
}
.contact-form .input-field textarea {
    height: 150px;
}
.contact-btn {
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px;
    display: inline-block;
    background-color: #B69E56;
    text-transform: capitalize;
}
.contact-btn:hover {
    background-color: #333;
}
.contact-desc .contact-address-2 {
    margin-top: 8px;
    margin-bottom: 42px;
}

@media only screen and (max-width: 767px) {
.contact-desc .contact-address-2 {
    margin-bottom: 20px;
}
}
.contact-desc .contact-address-2 span {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    display: block;
    padding-bottom: 12px;
    color: #B69E56;
    text-transform: capitalize;
}
.contact-desc .contact-address-2 h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #B69E56;
    padding-bottom: 15px;
    text-transform: capitalize;
}
.contact-via-list li {
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
.contact-via-list li {
    margin-bottom: 20px;
}
}
.contact-via-list li span {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    display: block;
    padding-bottom: 12px;
    color: #B69E56;
    text-transform: capitalize;
}
.contact-via-list li h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #B69E56;
    padding-bottom: 15px;
    text-transform: capitalize;
}
.contact-via-list li a {
    color: #ffffff;
    line-height: 1;
}
.contact-via-list li a:hover {
    color: #B69E56;
}
.contact-via-list li:last-child {
    margin-bottom: 0;
}
.success {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: #B69E56;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin-top: 25px;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.header-banner {
    height: 700px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.header-banner {
    height: 500px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.header-banner {
    height: 450px;
}
}

@media only screen and (max-width: 767px) {
.header-banner {
    height: 300px;
}
}
.header-banner:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: rgba(21, 21, 21, 0.5);
}
/*------ breadcrumb area start ------*/
.breadcrumb-wrapper {
    margin-top: 103px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}

@media only screen and (max-width: 767px) {
.breadcrumb-wrapper {
    margin-top: 74px;
}
}
.breadcrumb-wrapper.d-dark {
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
.breadcrumb-wrapper.d-dark {
    margin-top: 0;
}
}
.page-title h2 {
    color: #ffffff;
    font-size: 75px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.page-title h2 {
    font-size: 45px;
}
}

@media only screen and (max-width: 767px) {
.page-title h2 {
    font-size: 30px;
}
}

@media only screen and (max-width: 479px) {
.page-title h2 {
    font-size: 22px;
}
}
.breadcrumb-inner .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.breadcrumb-inner .breadcrumb .breadcrumb-item {
    padding-left: 0;
}
.breadcrumb-inner .breadcrumb .breadcrumb-item a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
}

@media only screen and (max-width: 479px) {
.breadcrumb-inner .breadcrumb .breadcrumb-item a {
    font-size: 15px;
}
}
.breadcrumb-inner .breadcrumb .breadcrumb-item a:hover {
    color: #B69E56;
}
.breadcrumb-inner .breadcrumb .breadcrumb-item:before {
    color: #ffffff;
    content: "\ea5d";
    font-size: 18px;
    margin: 0 12px;
    padding-right: 0;
    font-family: IcoFont !important;
}

@media only screen and (max-width: 479px) {
.breadcrumb-inner .breadcrumb .breadcrumb-item:before {
    margin: 0 5px;
}
}
.breadcrumb-inner .breadcrumb .breadcrumb-item:first-child::before {
    display: none;
}
.breadcrumb-inner .breadcrumb .breadcrumb-item.active {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
}

@media only screen and (max-width: 479px) {
.breadcrumb-inner .breadcrumb .breadcrumb-item.active {
    font-size: 15px;
}
}
/*------ breadcrumb area end ------*/
/*------ work process area start ------*/
.work-process-item {
    background-color: #ffffff;
    margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
.work-process-item {
    margin-bottom: 30px;
}
}
.work-process-item:nth-child(odd) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.work-process-item:nth-child(odd) .row .work-process-content {
    padding-left: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.work-process-item:nth-child(odd) .row .work-process-content {
    padding-left: 40px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.work-process-item:nth-child(odd) .row .work-process-content {
    padding-left: 30px;
}
}

@media only screen and (max-width: 479px) {
.work-process-item:nth-child(odd) .row .work-process-content {
    padding-left: 15px;
}
}
.work-process-item:last-child {
    margin-bottom: 0;
}
.work-process-item .process-thumb {
    position: relative;
}
.work-process-item .process-thumb:before, .work-process-item .process-thumb:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    pointer-events: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
.work-process-item .process-thumb:after {
    bottom: 0;
    right: 0;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}
.work-process-item:hover .process-thumb:before, .work-process-item:hover .process-thumb:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}
.work-process-item a {
    transition: all 0.4s ease-out;
}
.work-process-item:hover a {
    color: #B69E56;
}
.work-process-content {
    padding: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.work-process-content {
    padding: 10px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.work-process-content {
    padding: 30px;
}
}

@media only screen and (max-width: 479px) {
.work-process-content {
    padding: 15px;
}
}
.work-process-content p {
    font-size: 14px;
}
.process-count {
    color: #d9d9d9;
    display: block;
    font-size: 72px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
.process-count {
    padding-bottom: 12px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.process-count {
    padding-bottom: 10px;
    font-size: 54px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.process-count {
    padding-bottom: 15px;
}
}

@media only screen and (max-width: 767px) {
.process-count {
    font-size: 55px;
    padding-bottom: 15px;
}
}
.process-title {
    color: #ffffff;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.3;
    padding-bottom: 12px;
    text-transform: capitalize;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
.process-title {
    font-size: 30px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
.process-title {
    font-size: 24px;
}
}

@media only screen and (max-width: 479px) {
.process-title {
    font-size: 20px;
}
}
.process-title a {
    color: #ffffff;
}
/*------ work process area end ------*/
.project-gallery {
    padding-bottom: 84px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.project-gallery {
    padding-bottom: 81px;
}
}

@media only screen and (max-width: 767px) {
.project-gallery {
    padding-bottom: 23px;
}
}
.project-gallery.d-dark {
    padding-bottom: 74px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.project-gallery.d-dark {
    padding-bottom: 71px;
}
}

@media only screen and (max-width: 767px) {
.project-gallery.d-dark {
    padding-bottom: 23px;
}
}
.project-details-header {
    padding-top: 102px;
    padding-bottom: 102px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.project-details-header {
    padding-top: 108px;
    padding-bottom: 110px;
}
}

@media only screen and (max-width: 767px) {
.project-details-header {
    padding-top: 57px;
    padding-bottom: 52px;
}
}
.pro-details-title p {
    color: #B69E56;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: -4px;
}
.pro-details-title h2 {
    color: #ffffff;
    font-size: 75px;
    font-weight: 500;
    line-height: 1.2;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
.pro-details-title h2 {
    font-size: 70px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.pro-details-title h2 {
    font-size: 56px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.pro-details-title h2 {
    font-size: 50px;
}
}

@media only screen and (max-width: 767px) {
.pro-details-title h2 {
    font-size: 26px;
}
}

@media only screen and (max-width: 479px) {
.pro-details-title h2 {
    font-size: 24px;
}
}
.pro-header-des {
    padding-top: 10px;
}
.pro-header-des p {
    color: #c0c0c0;
    font-size: 16px;
}
/*----- product details content start -----*/
.project-details-inner {
    padding: 30px;
}
.project-details-border {
    border: 3px solid #ffffff;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.project-details-inner {
    padding: 35px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.project-details-inner {
    padding: 20px 25px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.project-details-inner {
    margin-top: 60px;
}
}

@media only screen and (max-width: 767px) {
.project-details-inner {
    margin-top: 62px;
}
}

@media only screen and (max-width: 767px) {
.project-details-inner {
    padding: 20px;
}
}
.project-details-inner h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 44px;
    text-transform: capitalize;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
.project-details-inner h3 {
    margin-bottom: 30px;
}
}

@media only screen and (max-width: 767px) {
.project-details-inner h3 {
    margin-bottom: 25px;
}
}
.project-details-content li {
    color: #c0c0c0;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 16px;
    text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 479px) {
.project-details-content li {
    font-size: 15px;
}
}
.project-details-content li span {
    font-weight: 600;
    padding-right: 10px;
    color: #FFF;
}
.project-share-link {
    padding-top: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
.project-share-link {
    padding-top: 20px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.project-share-link {
    padding-top: 30px;
}
}

@media only screen and (max-width: 767px) {
.project-share-link {
    padding-top: 10px;
}
}
.project-share-link span {
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    padding-right: 32px;
    text-transform: capitalize;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
.project-share-link span {
    padding-right: 5px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 479px) {
.project-share-link span {
    display: block;
    padding-bottom: 5px;
}
}
.project-share-link a {
    color: #B69E56;
    font-size: 22px;
    line-height: 1;
    margin-right: 15px;
}
.project-share-link a:last-child {
    margin-right: 0;
}
.project-share-link a:hover {
    color: #ffffff;
}
/*----- product details content end -----*/
.project-sub-title h3 {
    color: #c0c0c0;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.4;
}

@media only screen and (max-width: 479px) {
.project-sub-title h3 {
    font-size: 24px;
}
}
.project-sub-desc p {
    font-size: 15px;
    text-align: justify;
}

@media only screen and (max-width: 767px) {
.pro-details-thumb-inner {
    margin-bottom: 40px;
}
}
.pro-details-thumb-inner span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #c0c0c0;
    padding-top: 18px;
    text-transform: capitalize;
}
.nice-select {
    font-size: 15px;
    line-height: 36px;
    min-width: 100px;
    max-height: 36px;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #B69E56;
}
.nice-select:after {
    height: 6px;
    width: 6px;
    margin-top: -3px;
    border-bottom: 1px solid #B69E56;
    border-right: 1px solid #B69E56;
}
.nice-select:hover, .nice-select.open {
    border-color: #B69E56;
}
.nice-select .current {
    color: #B69E56;
    text-transform: capitalize;
}
.nice-select .list {
    left: auto;
    right: 0;
    border-radius: 0;
    text-transform: capitalize;
}
.nice-select .list li.option:hover {
    color: #ffffff;
    background-color: #B69E56;
}
.nice-select .list li.option.selected.focus {
    color: #ffffff;
    background-color: #B69E56 !important;
}
.project-filter-wrapper {
    padding: 30px;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}

@media only screen and (max-width: 767px) {
.project-filter-wrapper {
    padding: 20px;
    margin-bottom: 30px;
}
}

@media only screen and (max-width: 479px) {
.project-filter-wrapper {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
}
.project-filter-wrapper .filter-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
}

@media only screen and (max-width: 479px) {
.project-filter-wrapper .filter-title {
    padding-bottom: 15px;
}
}
/*----- search box warpper start -----*/
body.hidden {
    overflow: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.offcanvas-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9999;
    background-image: url(img/search-bg.jpg);
    background-size: cover;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.offcanvas-wrapper.d-dark {
    background-image: url(img/banner-black.jpg);
}
.offcanvas-wrapper.show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.offcanvas-wrapper.show .search-box-inner {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.offcanvas-inner {
    height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.offcanvas-close {
    top: 50px;
    right: 0;
    width: 55px;
    height: 55px;
    text-align: center;
    position: absolute;
    background-color: #ffffff;
    color: #ffffff;
    font-size: 35px;
    line-height: 55px;
    z-index: 999;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

@media only screen and (max-width: 575px) {
.offcanvas-close {
    right: 15px;
}
}
.offcanvas-close i {
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.offcanvas-close:hover {
    background-color: #B69E56;
}
.offcanvas-close:hover i {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.search-box-inner {
    max-width: 930px;
    text-align: center;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
    border-bottom: 1px solid #c0c0c0;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
.search-box-inner {
    max-width: 700px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.search-box-inner {
    max-width: 600px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.search-box-inner {
    max-width: 450px;
}
}

@media only screen and (max-width: 575px) {
.search-box-inner {
    max-width: 400px;
}
}

@media only screen and (max-width: 479px) {
.search-box-inner {
    max-width: 280px;
}
}
.search-title {
    font-size: 15px;
    line-height: 1;
    color: #B69E56;
    font-weight: 500;
    padding-bottom: 23px;
    text-transform: uppercase;
}
.search-field {
    border: none;
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
    width: 100%;
    padding: 0 80px;
    text-align: center;
    text-transform: capitalize;
    background-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.search-field {
    font-size: 22px;
}
}

@media only screen and (max-width: 767px) {
.search-field {
    font-size: 22px;
    padding: 0 80px 0 30px;
}
}

@media only screen and (max-width: 479px) {
.search-field {
    font-size: 16px;
    padding: 0 80px 0 15px;
}
}
.find-btn {
    border: none;
    font-size: 15px;
    color: #B69E56;
    line-height: 1;
    text-transform: capitalize;
    background-color: transparent;
    position: absolute;
    bottom: 15px;
    right: 0;
}
.key-info {
    bottom: 50px;
    left: 0;
    position: absolute;
}

@media only screen and (max-width: 767px) {
.key-info {
    display: none;
}
}
.key-info h4 {
    color: #6a6969;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    padding-bottom: 12px;
    text-transform: uppercase;
}
.key-info ul li {
    line-height: 1.5;
}
.key-info ul li a {
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    text-transform: capitalize;
}
.key-info ul li a:hover {
    color: #B69E56;
}
.finder {
    bottom: 50px;
    right: 0;
    font-size: 15px;
    color: #ffffff;
    position: absolute;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

@media only screen and (max-width: 767px) {
.finder {
    display: none;
}
}
.finder.finder-2 {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

/*----- search box warpper end -----*/
::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c0c0c0;
 font-weight: 300;
 opacity: 1;
/* Firefox */ }
:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c0c0c0;
 font-weight: 300;
 opacity: 1;
/* Firefox */ }
::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c0c0c0;
 font-weight: 300;
 opacity: 1;
/* Firefox */ }
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c0c0c0;
 font-weight: 300;
 opacity: 1;
/* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c0c0c0;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c0c0c0;
}
/*------- contact page start -------*/
.single-office {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-bottom: 1px solid #c0c0c0;
    padding: 98px 0 94px;
}

@media only screen and (max-width: 767px) {
.single-office {
    display: block;
    padding: 60px 0 62px;
}
}
.single-office:first-child {
    border-top: 2px solid #B69E56;
}
.single-office:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
address {
    margin-bottom: 0;
}
.office-location {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.office-location {
    padding-right: 50px;
}
.office-location br {
    display: none;
}
}

@media only screen and (max-width: 767px) {
.office-location {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 15px;
}
}
.office-location h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #B69E56;
    text-transform: capitalize;
}
.office-location h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    padding-top: 10px;
    text-transform: capitalize;
}
.office-location p {
    padding-top: 18px;
}
.contact-det {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
}

@media only screen and (max-width: 767px) {
.contact-det {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
}
.contact-det a {
    color: #c0c0c0;
}
.contact-det a:hover {
    color: #B69E56;
}
.direction-link {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
    text-align: right;
}

@media only screen and (max-width: 767px) {
.direction-link {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: left;
}
}
.direction-btn {
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    background-color: #ffffff;
    padding: 15px 27px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.direction-btn {
    padding: 15px 10px;
}
}
.direction-btn i {
    padding-left: 10px;
}
.direction-btn:hover {
    background-color: #B69E56;
}
/*------- contact page end -------*/
.d-dark .section-title__style-2 p {
    color: #B69E56;
}
.d-dark .section-title.title-pattern:before {
    background-image: url(img/pattern-img-small-dark.png);
}
.d-dark .header-right .header-search-btn button {
    margin-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.d-dark .header-right .header-search-btn button {
    margin-right: 20px;
}
}
.d-dark .hero-bg {
    height: 850px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.d-dark .hero-bg {
    height: 650px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
.d-dark .hero-bg {
    height: 550px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.d-dark .hero-bg {
    height: 500px;
}
}
.d-dark .slider-content {
    margin-top: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
.d-dark .slider-content h1 {
    font-size: 56px;
}
}
.d-dark .team-member input:checked ~ .toggle {
    color: #333;
}
.d-dark .work-process-item, .d-dark .testimonial-item {
    background-color: #0f0f0f;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.d-dark .process-img-block:before {
    background-image: url(img/pattern-img-dark.png);
}
.d-dark .feature-img-slider:before {
    background-image: url(img/pattern-bottom-dark.png);
}
.d-dark .service-item {
    background-color: #0f0f0f;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.d-dark .service-item:hover {
    background-color: #191919;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.d-dark .testimonial-slider-wrapper:before {
    background-image: url(img/pattern-bottom-dark.png);
}
.d-dark .project-item .project-item-inner .project-thumb:after {
    background-color: #000;
}
.d-dark .offcanvas-close {
    color: #333;
}
.d-dark .key-info h4 {
    color: #fff;
}
.d-dark .direction-btn {
    color: #333;
}
.d-dark .single-office {
    border-bottom: 1px solid #353535;
}
.d-dark .single-office:first-child {
    border-top: 2px solid #353535;
}
.d-dark .single-office:last-child {
    border-bottom: none;
}
.haeder-main-wrapper.d-dark {
    background-color: #1c1c1c;
    border-bottom: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
.haeder-main-wrapper.d-dark {
    padding: 10px 0;
}
}
.haeder-main-wrapper.d-dark.is-fixed {
    background-color: #191919;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.haeder-main-wrapper.d-dark.is-fixed .logo {
    margin: inherit !important;
}
.menu-horizontal li {
    margin-right: 30px;
    position: relative;
}
body.rtl .menu-horizontal li {
    margin-left: 30px;
    margin-right: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.menu-horizontal li {
    margin-right: 12px;
}
}
.menu-horizontal li:last-child {
    margin-right: 0;
}
.menu-horizontal li a {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.menu-horizontal li a:before {
    left: 0;
    bottom: -10px;
    height: 1px;
    width: 0;
    content: '';
    position: absolute;
    background-color: #B69E56;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.menu-horizontal li:hover > a, .menu-horizontal li > a.active {
    color: #B69E56;
}
body.projeler-template-default .menu-horizontal li a.menu-projeler {
    color: #B69E56;
}
.menu-horizontal li:hover > a:before {
    width: 100%;
}
.menu-horizontal li ul {
    top: 100%;
    left: 0;
    width: 280px;
    background-color: #191919;
    position: absolute;
    z-index: 1;
    padding: 6px 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
body.rtl .menu-horizontal li ul {
    right: 0 !important;
    text-align: right;
}
.menu-horizontal li ul li a {
    font-size: 13px;
    display: block;
    padding: 7px 0;
    text-transform: capitalize;
}
.menu-horizontal li ul li a:before {
    display: none;
}
.menu-horizontal li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
}
.language-area {
    position: relative;
    margin-right: 10px;
}
.language-area .lng-btn {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    position: relative;
}
.language-area .lng-list {
    top: 100%;
    right: 0;
    width: 90px;
    padding: 13px 19px;
    text-align: right;
    background-color: #191919;
    position: absolute;
    z-index: 1;
    display: none;
}
.language-area .lng-list li a {
    font-size: 12px;
    color: #ffffff;
    line-height: 1;
    font-weight: 400;
    display: block;
    padding: 8px 0;
}
.language-area .lng-list li a:hover, .language-area .lng-list li a.active {
    color: #B69E56;
}
.text-join {
    color: #00aced !important;
}
.page-link {
    background-color: #151515;
    border: 1px solid #B69E56;
    color: #B69E56;
}
.page-item.active .page-link {
    color: #151515;
    background-color: #B69E56;
    border-color: #B69E56;
}
.page-link:hover {
    color: #151515;
    background-color: #B69E56;
    border-color: #B69E56;
}
.pro-details-img-block .card-columns {
    column-count: 2;
}
.pro-details-img-block.urun .card-columns {
    column-count: 4;
}

@media (max-width:767px) {
.pro-details-img-block .card-columns, .pro-details-img-block.urun .card-columns {
    column-count: 2;
}
}
.pro-details-img-block .card-img-top {
    border-radius: 0px;
}
.pro-details-img-block .card {
    border-radius: 0px;
    border: 0px none;
    margin-bottom: 30px;
}
.pro-details-img-block .icofont-ui-zoom-in {
    font-size: 30px;
}
.pro-details-img-block .btn-text:hover {
    color: #000 !important;
}
.related-project {
    background: #191919;
}
.ekko-lightbox {
    z-index: 99999;
}
#reading-bar {
    background: #e2001a;
    width: 0%;
    height: 3px;
    position: absolute;
    bottom: -3px;
    transition: all 0.4s ease-out;
}
#reading-bar.finished {
    background-color: #B69E56;
}
.haeder-main-wrapper.sticky #reading-bar {
    display: none;
}
.haeder-main-wrapper.is-fixed #reading-bar {
    display: block;
}
.gold-bg {
    background-color: #B69E56;
    text-align: center;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    padding: 10px 20px;
}
.gold-bg a {
    color: #FFF !important;
}
.gold-bg:hover {
    background-color: #151515;
}
.gold-bg:hover a {
    color: #B69E56;
}
.gold-bg a:hover {
    color: #B69E56 !important;
}
.urunkategori {
    text-align: center;
}
.urunkategori h4 {
    padding-top: 18px;
    padding-bottom: 10px;
    width: 100%;
}
.urunkategori a {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
}
.referans .ref {
    margin-bottom: 30px;
    cursor: cell;
}
.referans .ref img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all .2s ease-in-out;
    width: inherit !important;
    height: inherit !important;
}
.referans .ref:hover img {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    transform: scale(1.1)
}
.text-hofu-link {
    color: #fff;
}
.text-hofu-link:hover {
    color: #e2001a;
}
.w-85 {
    width: 85% !important;
}
.iletisimfabrika img {
    height: 500px;
}
.hizmetlerimiztext p {
    width: 75%;
    margin-top: 30px;
}
.ikform .form-control {
    border: 1px solid #B69E56;
    border-radius: 0px;
    background: transparent;
    color: #FFF;
    width: 100%;
}
.ikform label {
    color: #FFF;
}
.ikform .nice-select {
    line-height: 28px;
    max-height: 39px;
}
.ikform .nice-select .option {
    color: #333;
}
.ikform .nice-select .list {
    width: 100%;
}
.ikform .form-control::placeholder {
color: #B69E56;
}
.edutitle::before {
    content: '';
    width: 48px;
    height: 48px;
    position: absolute;
    left: -58px;
    top: 4px;
    background: url(img/edu.png) no-repeat;
}

@media (max-width:992px) {
.project-details-border {
    margin: 15px;
}
.edutitle {
    padding-left: 58px;
    margin-bottom: 15px;
}
.edutitle::before {
    content: '';
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0px;
    top: -6px;
    background: url(img/edu.png) no-repeat;
}
}

@media (max-width:767px) {
.iletisimfabrika img {
    height: 100%;
}
.iletisimfabrika {
    margin-bottom: 30px;
}
.w-75, .w-85 {
    width: 100% !important;
}
.our-process-area .text-right {
    text-align: left !important;
}
.section-title.title-pattern-right {
    margin-top: 30px;
}
.section-title.title-pattern-right::before {
    content: none;
}
footer {
    text-align: center;
}
}
.caption-main p span:first-child {
    margin-right: 2px;
}
.caption-main p span:first-child::before {
    content: ' ' !important;
    padding-right: 0px !important;
}
.caption-main p span:last-child::before {
    content: ',';
    padding-right: 5px;
}
i.fa-facebook {
    color: #3b5998;
}
i.fa-instagram {
    color: #c32aa3;
}
i.fa-linkedin {
    color: #007bb5;
}
.projekategorileributton a {
    margin-left: 8px;
    padding-top: 15px;
}
.projekategorileributton.edumobsayfa a {
    margin-right: 8px;
    margin-left: 0px;
    padding-top: 15px;
}
.projekategorileributton .btn-main.active {
    color: #ffffff;
    border-color: #B69E56;
    background-color: #B69E56;
}

@media only screen and (max-width: 515px) {
.projekategorileributton a {
    margin-left: 0;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}
.section-title.title-pattern {
    text-align: center;
    width: 100%;
    display: inline-block;
}
}
.main-timeline {
    position: relative
}
.main-timeline:before {
    content: "";
    width: 5px;
    height: 100%;
    border-radius: 20px;
    margin: 0 auto;
    background: #242922;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}
.main-timeline .timeline {
    display: inline-block;
    margin-bottom: 50px;
    position: relative
}
.main-timeline .timeline:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 4px solid #fff;
    background: #ec496e;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%)
}
.main-timeline .timeline-icon {
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 3px solid #ec496e;
    padding: 13px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%)
}
.main-timeline .timeline-icon i {
    display: block;
    border-radius: 50%;
    background: #ec496e;
    font-size: 64px;
    color: #fff;
    line-height: 100px;
    z-index: 1;
    position: relative
}
.main-timeline .timeline-icon:after, .main-timeline .timeline-icon:before {
    content: "";
    width: 100px;
    height: 4px;
    background: #ec496e;
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%)
}
.main-timeline .timeline-icon:after {
    width: 70px;
    height: 50px;
    background: #fff;
    top: 89px;
    right: -30px
}
.main-timeline .timeline-content {
    width: 50%;
    padding: 0 50px;
    margin: 52px 0 0;
    float: right;
    position: relative
}
.main-timeline .timeline-content:before {
    content: "";
    width: 70%;
    height: 100%;
    border: 3px solid #ec496e;
    border-top: none;
    border-right: none;
    position: absolute;
    bottom: -13px;
    left: 35px
}
.main-timeline .timeline-content:after {
    content: "";
    width: 37px;
    height: 3px;
    background: #ec496e;
    position: absolute;
    top: 13px;
    left: 0
}
.main-timeline .title {
    font-size: 20px;
    font-weight: 600;
    color: #ec496e;
    text-transform: uppercase;
    margin: 0 0 5px
}
.main-timeline .description {
    display: inline-block;
    font-size: 16px;
    color: #404040;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0
}
.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: 30%
}
.main-timeline .timeline:nth-child(even) .timeline-icon:before {
    right: auto;
    left: -100px
}
.main-timeline .timeline:nth-child(even) .timeline-icon:after {
    right: auto;
    left: -30px
}
.main-timeline .timeline:nth-child(even) .timeline-content {
    float: left
}
.main-timeline .timeline:nth-child(even) .timeline-content:before {
    left: auto;
    right: 35px;
    transform: rotateY(180deg)
}
.main-timeline .timeline:nth-child(even) .timeline-content:after {
    left: auto;
    right: 0
}
.main-timeline .timeline:nth-child(2n) .timeline-content:after, .main-timeline .timeline:nth-child(2n) .timeline-icon i, .main-timeline .timeline:nth-child(2n) .timeline-icon:before, .main-timeline .timeline:nth-child(2n):before {
    background: #f9850f
}
.main-timeline .timeline:nth-child(2n) .timeline-icon {
    border-color: #f9850f
}
.main-timeline .timeline:nth-child(2n) .title {
    color: #f9850f
}
.main-timeline .timeline:nth-child(2n) .timeline-content:before {
    border-left-color: #f9850f;
    border-bottom-color: #f9850f
}
.main-timeline .timeline:nth-child(3n) .timeline-content:after, .main-timeline .timeline:nth-child(3n) .timeline-icon i, .main-timeline .timeline:nth-child(3n) .timeline-icon:before, .main-timeline .timeline:nth-child(3n):before {
    background: #8fb800
}
.main-timeline .timeline:nth-child(3n) .timeline-icon {
    border-color: #8fb800
}
.main-timeline .timeline:nth-child(3n) .title {
    color: #8fb800
}
.main-timeline .timeline:nth-child(3n) .timeline-content:before {
    border-left-color: #8fb800;
    border-bottom-color: #8fb800
}
.main-timeline .timeline:nth-child(4n) .timeline-content:after, .main-timeline .timeline:nth-child(4n) .timeline-icon i, .main-timeline .timeline:nth-child(4n) .timeline-icon:before, .main-timeline .timeline:nth-child(4n):before {
    background: #2fcea5
}
.main-timeline .timeline:nth-child(4n) .timeline-icon {
    border-color: #2fcea5
}
.main-timeline .timeline:nth-child(4n) .title {
    color: #2fcea5
}
.main-timeline .timeline:nth-child(4n) .timeline-content:before {
    border-left-color: #2fcea5;
    border-bottom-color: #2fcea5
}

@media only screen and (max-width:1200px) {
.main-timeline .timeline-icon:before {
    width: 50px;
    right: -50px
}
.main-timeline .timeline:nth-child(even) .timeline-icon:before {
    right: auto;
    left: -50px
}
.main-timeline .timeline-content {
    margin-top: 75px
}
}

@media only screen and (max-width:990px) {
.main-timeline .timeline {
    margin: 0 0 10px
}
.main-timeline .timeline-icon {
    left: 25%
}
.main-timeline .timeline:nth-child(even) .timeline-icon {
    right: 25%
}
.main-timeline .timeline-content {
    margin-top: 115px
}
}

@media only screen and (max-width:767px) {
.main-timeline {
    padding-top: 50px
}
.main-timeline:before {
    left: 80px;
    right: 0;
    margin: 0
}
.main-timeline .timeline {
    margin-bottom: 70px
}
.main-timeline .timeline:before {
    top: 0;
    left: 83px;
    right: 0;
    margin: 0
}
.main-timeline .timeline-icon {
    width: 60px;
    height: 60px;
    line-height: 40px;
    padding: 5px;
    top: 0;
    left: 0
}
.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: 0;
    right: auto
}
.main-timeline .timeline-icon:before, .main-timeline .timeline:nth-child(even) .timeline-icon:before {
    width: 25px;
    left: auto;
    right: -25px
}
.main-timeline .timeline-icon:after, .main-timeline .timeline:nth-child(even) .timeline-icon:after {
    width: 25px;
    height: 30px;
    top: 44px;
    left: auto;
    right: -5px
}
.main-timeline .timeline-icon i {
    font-size: 30px;
    line-height: 45px
}
.main-timeline .timeline-content, .main-timeline .timeline:nth-child(even) .timeline-content {
    width: 100%;
    margin-top: -15px;
    padding-left: 130px;
    padding-right: 5px
}
.main-timeline .timeline:nth-child(even) .timeline-content {
    float: right
}
.main-timeline .timeline-content:before, .main-timeline .timeline:nth-child(even) .timeline-content:before {
    width: 50%;
    left: 120px
}
.main-timeline .timeline:nth-child(even) .timeline-content:before {
    right: auto;
    transform: rotateY(0)
}
.main-timeline .timeline-content:after, .main-timeline .timeline:nth-child(even) .timeline-content:after {
    left: 85px
}
}

@media only screen and (max-width:479px) {
.main-timeline .timeline-content, .main-timeline .timeline:nth-child(2n) .timeline-content {
    padding-left: 110px
}
.main-timeline .timeline-content:before, .main-timeline .timeline:nth-child(2n) .timeline-content:before {
    left: 99px
}
.main-timeline .timeline-content:after, .main-timeline .timeline:nth-child(2n) .timeline-content:after {
    left: 65px
}
}
/******************* Timeline Demo - 4 *****************/
.main-timeline4 {
    overflow: hidden;
    position: relative
}
.main-timeline4:before {
    content: "";
    width: 5px;
    height: 100%;
    background: #333;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%)
}
.main-timeline4 .timeline-content:before, .main-timeline4 .timeline:before {
    top: 50%;
    transform: translateY(-50%);
    content: ""
}
.main-timeline4 .timeline {
    width: 50%;
    padding-left: 100px;
    float: right;
    position: relative
}
.main-timeline4 .timeline:before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #B69E56;
    border: 5px solid #333;
    position: absolute;
    left: -10px
}
.main-timeline4 .timeline-content {
    display: block;
    padding-left: 150px;
    position: relative
}
.main-timeline4 .timeline-content:before {
    width: 90px;
    height: 10px;
    border-top: 7px dotted #333;
    position: absolute;
    left: -92px
}
.main-timeline4 .year {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 100px;
    border-radius: 50%;
    border: 10px solid #B69E56;
    font-size: 30px;
    color: #B69E56;
    text-align: center;
    box-shadow: inset 0 0 10px rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    left: 0
}
.main-timeline4 .year:before {
    content: "";
    border-left: 20px solid #B69E56;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    bottom: -13px;
    right: 0;
    transform: rotate(45deg)
}
.main-timeline4 .inner-content {
    padding: 20px 0
}
.main-timeline4 .title {
    font-size: 24px;
    font-weight: 600;
    color: #c0c0c0;
    text-transform: uppercase;
    margin: 0 0 5px
}
.main-timeline4 .title small {
    font-weight: 600;
    text-transform: none;
}
.main-timeline4 .description {
    font-size: 14px;
    color: #6f6f6f;
    margin: 0 0 5px;
}
.main-timeline4 .timeline:nth-child(2n) {
    padding: 0 100px 0 0
}
.main-timeline4 .timeline:nth-child(2n) .timeline-content:before, .main-timeline4 .timeline:nth-child(2n) .year, .main-timeline4 .timeline:nth-child(2n):before {
    left: auto;
    right: -10px
}
.main-timeline4 .timeline:nth-child(2n) .timeline-content {
    padding: 0 150px 0 0
}
.main-timeline4 .timeline:nth-child(2n) .timeline-content:before {
    right: -92px
}
.main-timeline4 .timeline:nth-child(2n) .year {
    right: 0
}
.main-timeline4 .timeline:nth-child(2n) .year:before {
    right: auto;
    left: 0;
    border-left: none;
    border-right: 20px solid #B69E56;
    transform: rotate(-45deg)
}
.main-timeline4 .timeline:nth-child(2) {
    margin-top: 110px
}
.main-timeline4 .timeline:nth-child(odd) {
    margin: -110px 0 0
}
.main-timeline4 .timeline:nth-child(even) {
    margin-bottom: 80px
}
.main-timeline4 .timeline:first-child, .main-timeline4 .timeline:last-child:nth-child(even) {
    margin: 0
}

@media only screen and (max-width:1200px) {
.main-timeline4 .year {
    top: 50%;
    transform: translateY(-50%)
}
}

@media only screen and (max-width:990px) {
.main-timeline4 .timeline {
    padding-left: 75px
}
.main-timeline4 .timeline:nth-child(2n) {
    padding: 0 75px 0 0
}
.main-timeline4 .timeline-content {
    padding-left: 130px
}
.main-timeline4 .timeline:nth-child(2n) .timeline-content {
    padding: 0 130px 0 0
}
.main-timeline4 .timeline-content:before {
    width: 68px;
    left: -68px
}
.main-timeline4 .timeline:nth-child(2n) .timeline-content:before {
    right: -68px
}
}

@media only screen and (max-width:767px) {
.main-timeline4 {
    overflow: visible
}
.main-timeline4:before {
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(0)
}
.main-timeline4 .timeline:before, .main-timeline4 .timeline:nth-child(2n):before {
    top: 60px;
    left: -9px;
    transform: translateX(0)
}
.main-timeline4 .timeline, .main-timeline4 .timeline:nth-child(even), .main-timeline4 .timeline:nth-child(odd) {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0;
    margin: 0 0 10px
}
.main-timeline4 .timeline-content, .main-timeline4 .timeline:nth-child(2n) .timeline-content {
    padding: 0
}
.main-timeline4 .timeline-content:before, .main-timeline4 .timeline:nth-child(2n) .timeline-content:before {
    display: none
}
.main-timeline4 .timeline:nth-child(2n) .year, .main-timeline4 .year {
    position: relative;
    transform: translateY(0)
}
.main-timeline4 .timeline:nth-child(2n) .year:before, .main-timeline4 .year:before {
    border: none;
    border-right: 20px solid #B69E56;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 50%;
    left: -23px;
    bottom: auto;
    right: auto;
    transform: rotate(0)
}
.main-timeline4 .inner-content {
    padding: 10px
}
}
.timeline .description, .timeline .year, .timeline .year::before, .timeline .title, .timeline::before {
    transition: all 0.4s ease-out;
}
.timeline a {
    cursor: default;
}
.timeline:hover .description {
    color: #c0c0c0;
}
.timeline:hover .title {
    color: #FFF;
}
.timeline:hover .year {
    border: 10px solid #e2001a;
    color: #FFF;
}
.timeline:hover .year::before {
    border: 0px none;
}
.timeline:hover::before {
    background: #e2001a;
}
.youtubemodal .modal-body {
    position: relative;
    padding: 0px;
}
.youtubemodal .close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}
.footer-widget-body a {
    color: #c0c0c0;
}
.footer-widget-body a:hover {
    color: #e2001a;
}
.socialmedia img {
    width: 27px;
}
.mobilyabaslik {
    color: #fff;
    font-size: 30px;
    margin-bottom: 21px;
    font-weight: bold;
}
.qtranxs-lang-menu a {
    display: none;
}
ul.sub-menu li a {
    display: block !important;
    color: #ffffff;
}
.language-area {
    padding-right: 150px;
}
.language-area .current-menu-item a {
    color: #e2001a;
}
.elogo {
    position: absolute;
    top: -10px;
    right: 0;
    z-index: 99;
}
.elogo img {
    width: 150px;
}

@media only screen and (max-width:992px) {
.elogo, .language-area {
    display: none;
}
}
