/*
*******************************************
*******************************************

Template Name: Ekifa
Description: Ekifa || Business and Agency HTML Template
Author: Evrothemes
Version: 1.0

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files contents are outlined below >>>>

*** SEARCH EACH SECTION AS IT COMMENTS, YOU WILL GET THE RIGHT SECTION.

*******************************************
*******************************************

==== CSS INDEX

01 - IMPORTED CSS
02 - DEFAULT CSS
03 - SITE PRELOADER CSS
04 - BUTTON TOP CSS
05 - PAGINATION CSS
06 - BREADCROMB CSS
07 - REPONSIVE MENU CSS
08 - HEADER CSS
09 - SLIDER CSS
10 - PROMO AREA CSS
11 - TRY AREA CSS
12 - SERVICE AREA CSS
13 - COMPANY VALUE AREA CSS
14 - COUNTER AREA CSS
15 - PROJECT AREA CSS
16 - QUERY AREA CSS
17 - TESTIMONIAL AREA CSS
18 - BLOG AREA CSS
19 - TWITTER AREA CSS
20 - FOOTER AREA CSS
21 - ABOUT PAGE CSS
22 - TIMELINE CSS
23 - TEAM CSS
24 - SERVICE DETAILS CSS
25 - PROJECT DETAILS CSS
26 - FAQS CSS
27 - ERROR PAGE CSS
28 - LOGIN PAGE CSS
29 - BLOG PAGE CSS
30 - BLOG DETAILS CSS
31 - CONTACT PAGE CSS


*/


/*================================================
01 - IMPORTED CSS
==================================================*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');

/*================================================
02 - DEFAULT CSS
==================================================*/

body {
    background: #ffffff none repeat scroll 0 0;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 14px;
    color: #242424;
    font-weight: 400;
    line-height: 24px;
}

html,
body {
    height: 100%;
}

img {
    max-width: 100%;
    height: auto
}

.ekifa-btn:before {
    background: #222426 none repeat scroll 0 0;
    border: 2px solid #222426;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
    width: 100%;
    border-radius: 3px
}

.ekifa-btn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.ekifa-btn {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #bba677 none repeat scroll 0 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    color: #fff !important;
    display: inline-block;
    padding: 13px 30px;
    position: relative;
    font-family: "Roboto", sans-serif;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color;
    transition-property: color;
    vertical-align: middle;
}

.load-btn {
    text-align: center;
    margin-top: 30px
}

.site-heading {
    margin: 0 auto 50px;
    text-align: center;
    width: 60%;
}

.site-heading > h2 {
    color: #111;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: none;
}

p {
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: inherit
}

a:focus {
    text-decoration: none;
    outline: medium none;
    color: inherit
}

a:hover {
    color: inherit;
    text-decoration: none;
    color: inherit
}

input:focus,
textarea:focus,
button:focus {
    outline: medium none
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

.section_100 {
    padding: 100px 0;
}

.section_50 {
    padding: 50px 0;
}

.section_b_50 {
    padding-bottom: 50px;
}

.section_80 {
    padding: 80px 0;
}

.section_t_80 {
    padding-top: 80px;
}

.section_70 {
    padding: 70px 0;
}

.section_t_70 {
    padding: 70px 0;
}

.section_15 {
    padding: 15px 0
}

.pad-right {
    padding-right: 0
}

.section_t_100 {
    padding-top: 100px
}

.section_b_70 {
    padding-bottom: 70px
}

.section_b_40 {
    padding-bottom: 40px
}

.no-pad-right {
    padding-right: 0;
}


/*================================================
03 - SITE PRELOADER CSS
==================================================*/

#preloader {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: table;
}

.spinner {
    margin: 0 auto;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
    display: table-cell;
    vertical-align: middle;
}

.spinner > div {
    background-color: #bba677;
    height: 60px;
    width: 6px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .spin2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .spin3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .spin4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .spin5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}


/*================================================
04 - BUTTON TOP CSS
==================================================*/

.btntoTop:before {
    color: #fff;
    content: "";
    display: inline-block;
    font: 20px "FontAwesome";
    vertical-align: middle;
}

.btntoTop {
    background-color: #222426;
    border: 2px solid #222426;
    border-radius: 30px;
    bottom: 30px;
    cursor: pointer;
    height: 40px;
    line-height: 35px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: fixed;
    right: 20px;
    text-align: center;
    -webkit-transition: opacity 0.4s ease 0s;
    transition: opacity 0.4s ease 0s;
    width: 40px;
    z-index: 99999;
}

.btntoTop.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.btntoTop.active:hover {
    background: #0d192e none repeat scroll 0 0;
    border: 2px solid #0d192e;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.btntoTop.active.btntoTop:hover:before {
    color: #fff;
}


/*================================================
05 - PAGINATION CSS
==================================================*/

.pagination_box > ul {
    margin-top: 30px;
}

.pagination_box ul li {
    display: inline-block;
}

.pagination_box ul li a,
.pagination_box ul li span {
    border: 1px solid;
    border-radius: 50%;
    display: block;
    height: 40px;
    line-height: 38px;
    margin-right: 6px;
    text-align: center;
    width: 40px;
    color: #373737
}

.pagination_box ul li span,
.pagination_box ul li a:hover {
    background: #222426 none repeat scroll 0 0;
    border-color: #222426;
    color: #fff;
}


/*================================================
06 - BREADCROMB CSS
==================================================*/

.ekifa-breadcrumb-area {
    background: url(../img/breadcrumb.jpg) no-repeat scroll 0 0 /cover;
    position: relative;
    z-index: 1
}

.ekifa-breadcrumb-area:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.62) none repeat scroll 0 0;
    z-index: -1
}
.ekifa-breadcrumb-area1 {
    background: url(../img/b1.jpg) no-repeat scroll 0 0 /cover;
    position: relative;
    z-index: 1
}

.ekifa-breadcrumb-area1:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.62) none repeat scroll 0 0;
    z-index: -1
}
.ekifa-breadcrumb-area2 {
    background: url(../img/118.jpg) no-repeat scroll 0 0 /cover;
    position: relative;
    z-index: 1
}

.ekifa-breadcrumb-area2:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.62) none repeat scroll 0 0;
    z-index: -1
}
.breadcrumb-box ul li {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    text-transform: none;
    margin-right: 5px
}

.breadcrumb-box ul li a {
    color: #bba677;
    text-transform: none;
    font-weight: 600
}

.breadcrumb-box ul li a:hover {
    color: #bba677
}

.breadcrumb-box h2 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin: 20px 0 0;
    text-transform: uppercase;
}

.breadcrumb-box {
    width: 60%;
    color: #fff;
}


/*================================================
07 - REPONSIVE MENU CSS
==================================================*/

.ekifa-responsive-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    z-index: 999;
}

.slicknav_nav a {
    font-size: 14px;
    margin: 0;
    text-transform: none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #000
}

.slicknav_menu {
    background: transparent;
}

.slicknav_menutxt {
    display: none !important;
}

.slicknav_arrow {
    float: right;
    color: #bba677
}

.slicknav_nav a:hover {
    border-radius: 0;
}

.slicknav_nav .slicknav_row:hover {
    border-radius: 0
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
    background: #bba677 none repeat scroll 0 0;
    color: #fff
}

.slicknav_nav a:hover .slicknav_arrow {
    color: #fff
}

.slicknav_nav a:hover a {
    color: #fff
}

.slicknav_nav li {
    border-bottom: 1px solid #ddd;
}

.slicknav_nav li:last-child {
    border-bottom: 0px solid #ddd
}

.slicknav_nav {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #bba677;
}

.slicknav_btn {
    margin-bottom: 10px;
    margin-right: 10px;
    background-color: transparent !important;
    line-height: 0;
    margin-top: 15px
}

.slicknav_menu .slicknav_icon {
    float: none !important;
    margin: 0
}

.slicknav_icon-bar {
    height: 3px !important;
    margin: 5px 0;
    width: 30px !important;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #111;
}


/*================================================
08 - HEADER CSS
==================================================*/

.header-top-area {
    background: #222426 none repeat scroll 0 0;
    position: relative;
    z-index: 1;
}

.header-top-area:after {
    background: #222426 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 36%;
    z-index: -1;
}

.header-top-left {
    padding: 15px 0;
}

.header-top-left > p {
    display: inline-block;
    margin-right: 15px;
    color: #fff
}

.header-top-left > p:last-child {
    margin-right: 0px;
}

.header-top-left p i {
    color: #bba677;
    margin-right: 3px;
}

.header-top-right > ul {
    text-align: right;
}

.header-top-right li {
    display: inline-block;
}

.header-top-right li a {
    border-radius: 5px;
    color: #fff;
    display: block;
    height: 27px;
    line-height: 27px;
    text-align: center;
    width: 27px;
}

.header-top-right li a:hover {
    color: #bba677
}

.header-top-right {
    padding: 13px 0;
}

.header-quote-btn > a {
    background: #bba677 none repeat scroll 0 0;
    border: 2px solid #bba677;
    color: #fff;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 0px;
    text-align: center;
  
}

.header-quote-btn > a:hover {
    background: transparent none repeat scroll 0 0;
    color: #fff
}

.site-logo img {
    margin: 16px 0;
    position: relative;
    z-index: 9999
}

.mainmenu ul {
    text-align: right;
}

.mainmenu ul li {
    display: inline-block;
    position: relative
}

.mainmenu ul li a {
    color: #222;
    display: block;
 /*font-family: "Roboto", sans-serif;
   font-weight: 600;*/
    padding: 30px 15px;
    /*text-transform: none;*/
    font: 400 13px/20px 'Roboto Condensed', Roboto, "Helvetica Neue", Arial, sans-serif;
letter-spacing: .08em;
text-transform: uppercase;
}

.mainmenu ul li.active > a,
.mainmenu ul li a:hover,
.mainmenu ul li:hover > a {
    color: #bba677
}

.mainmenu ul li ul {
    position: absolute;
    top: 100%;
    width: 220px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 99;
    text-align: left;
    background: #fff none repeat scroll 0 0;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top
}

.mainmenu ul li:hover ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.mainmenu ul li ul li {
    display: block;
    border-bottom: 1px solid #ddd
}

.mainmenu ul li ul li:last-child {
    border-bottom: 0px solid #ddd
}

.mainmenu ul li > ul > li > a {
    display: block;
    padding: 10px 15px;
}

.search-box {
    margin-right: 0 !important;
}

.nav-search.search-trigger {
    color: #222;
    padding: 30px 5px;
    text-align: right;
}

.nav-search.search-trigger:hover {
    color: #bba677
}

.search-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12199;
    background: rgba(13, 23, 39, 0.92)
}

.search-wrap .search-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.search-wrap .search-cell {
    position: absolute;
    top: 20%;
    width: 100%;
}

.search-wrap .search-field-holder {
    width: 50%;
    margin: auto;
    position: relative;
    -webkit-animation: slideInUp .3s;
    animation: slideInUp .3s;
}

.search-wrap .form-control {
    height: 66px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #eaeaea;
    font-size: 26px;
    margin-bottom: 0;
    color: #fff;
    position: relative;
    box-shadow: none;
    border-radius: 0;
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
    background-color: transparent;
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

input.main-search-input::-webkit-input-placeholder {
    color: #fff;
}

input.main-search-input:-moz-placeholder {
    color: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input.main-search-input::-moz-placeholder {
    color: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input.main-search-input:-ms-input-placeholder {
    color: #fff;
}

#search-close {
    position: absolute;
    top: 17px;
    right: 0px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}


/*================================================
09 - SLIDER CSS
==================================================*/
.ekifa-slider-area .item {
    height: 100vh;
    position: relative;
}

.ekifa-slider-area .owl-item {
    overflow: hidden;
}

.ekifa-slider-area .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ekifa-slider-area .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
}

.ekifa-slider-area .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
}

.ekifa-slider-area .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.ekifa-slider-area .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif
}

.ekifa-slider-area .item .cover .header-content h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif
}

.ekifa-slider-area .item .cover .header-content h4 {
    font-size: 18px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
    letter-spacing: 2px;
}

.ekifa-slider-area .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
    text-transform: none;
}

.ekifa-slider-area .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
    text-transform: none;
}

.ekifa-slider-area .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
    text-transform: none;
}

.ekifa-slider-area .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

.ekifa-slider-area .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.ekifa-slider-area .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

.ekifa-slider-area .owl-nav .owl-prev:focus {
    outline: 0;
}

.ekifa-slider-area .owl-nav .owl-prev:hover {
    background: #000 !important;
}

.ekifa-slider-area .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.ekifa-slider-area .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

.ekifa-slider-area .owl-nav .owl-next:focus {
    outline: 0;
}

.ekifa-slider-area .owl-nav .owl-next:hover {
    background: #000 !important;
}

.ekifa-slider-area:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

.ekifa-slider-area:hover .owl-next {
    right: 0px;
    opacity: 1;
}

.zoom {
    animation: zoom 15s ease 0s normal both infinite;
    -webkit-animation: zoom 15s ease 0s normal both infinite;
    -moz-animation: zoom 15s ease 0s normal both infinite;
    -ms-animation: zoom 15s ease 0s normal both infinite;
    -o-animation: zoom 15s ease 0s normal both infinite;
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}



/*================================================
10 - PROMO AREA CSS
==================================================*/

.single-promo {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 30px;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    margin-bottom: 30px
}

.single-promo:hover {
    background: #bba677 none repeat scroll 0 0;
    color: #fff
}

.single-promo:after {
    background: rgba(0, 0, 0, 0) url("../img/pattern-1.png") no-repeat scroll 0 0;
    content: "";
    height: 80%;
    position: absolute;
    right: 0;
    top: 45px;
    width: 47%;
}

.promo-icon {
    color: #bba677;
    font-size: 24px;
    position: absolute;
    right: 30px;
    text-align: right;
    top: 30px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.single-promo:hover .promo-icon {
    color: #fff
}

.single-promo:hover .promo-text > h3 {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.promo-text > h3 {
    border-bottom: 2px solid #222426;
    color: #222426;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 5px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}


/*================================================
11 - TRY AREA CSS
==================================================*/

.ekifa-try-area {
    background: rgba(0, 0, 0, 0) url("../img/img-8.jpg") no-repeat scroll 0 0 / cover;
}

.try-box-left > h3 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin: 7px 0;
    text-transform: none
}

.try-box-right .ekifa-btn {
    float: right;
    text-align: center;
}


/*================================================
12 - SERVICE AREA CSS
==================================================*/

.ekifa-service-area {
    /*background: rgba(0, 0, 0, 0) url("../img/service_bg.png") no-repeat scroll right top;*/
    background: rgb(255,255,255);
/*background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(204,197,182,1) 100%, rgba(187,166,119,1) 100%);*/
}

.single-service {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    overflow: hidden;
        min-height:132px;
}

.service-img {
    float: left;
    overflow: hidden;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 25%;
}

.single-service:hover .service-img {
    -webkit-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg)
}

.service-img img {
    width: 73%;
    padding:10%;
}

.service-text > h3 {
    border-bottom: 2px solid #222426;
    color: #222426;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 6px;
    text-transform: none;
}

.service-text > h3 a:hover {
    color: #bba677
}

.service-text {
    height: 100%;
    overflow: hidden;
    padding: 20px 15px;
    position: relative;
    background: #fff none repeat scroll 0 0
}

.service-hover {
    border-color: #bba677 transparent;
    border-style: solid;
    border-width: 0 0 50px 50px;
    bottom: -50px;
    content: "";
    cursor: pointer;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: -50px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: visible;
}

.service-hover > a {
    color: #fff;
    display: block;
    left: -31px;
    padding: 3px 10px;
    position: absolute;
    top: 18px;
}

.single-service:hover .service-text > .service-hover {
    bottom: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: 0;
    visibility: visible;

}

.service-hover:hover {
    border-color: #222426 transparent;
}


/*================================================
13 - COMPANY VALUE AREA CSS
==================================================*/

.ekifa-company-value-area {
    border-top: 1px solid #ededed;
    /*background: rgba(0, 0, 0, 0) url("../img/bg-image-10.jpg") no-repeat scroll 100% 26% / cover;*/
    /*background-color:#e8e8e8;*/
}

.value-left {
    width: 455px;
    padding-top: 80px
}

.value-right {
    padding-top: 80px
}

.value-right > h3 {
    color: #222426;
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: none
}

#main {
    height: 345px;
    width: 600px;
}


/*================================================
14 - COUNTER AREA CSS
==================================================*/

.ekifa-counter-area {
    background: #bba677 none repeat scroll 0 0;
    position: relative;
    z-index: 1
}

.ekifa-counter-area:after {
    background: #222426 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -20%;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
    width: 55%;
    z-index: -1;
}

.single-count {
    background: #222426 none repeat scroll 0 0;
    border: 1px solid #222426;
    border-radius: 5px;
    color: #fff;
    float: left;
    margin-right: 30px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    text-align: center;
    width: 45%;
    z-index: 1;
}

.single-count:after {
    background: #bba677 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -20%;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
    width: 70%;
    z-index: -1;
}

.single-count > i {
    color: #222426;
    font-size: 40px;
    left: 5%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: absolute;
    text-align: center;
    top: 10%;
    z-index: 1;
}

.single-count:nth-last-child(-n+2) {
    margin-top: 30px;
}

.single-count:nth-child(2n) {
    margin-right: 0;
}

.counter-left {
    text-align: right;
}

.counter-left > h3 {
    color: #fff;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin: 83px 0;
}

.single-count h3 {
    font-size: 30px;
    font-weight: 600;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 5px
}

.single-count > p {
    font-weight: 600;
    text-transform: uppercase;
}


/*================================================
15 - PROJECT AREA CSS
==================================================*/

.portfolio-warp {
    position: relative;
}

.sp-container {
    width: 70%;
    margin-left: 15%;
    padding-left: 15px;
    padding-right: 15px;
}

.portfolio-filter {
    margin-bottom: 30px;
    text-align: center;
}

.portfolio-filter li:before {
    background: #bba677 none repeat scroll 0 0;
    border: 2px solid #bba677;
    border-radius: 3px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    width: 100%;
    z-index: -1;
}

.portfolio-filter li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #222426 none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    color: #fff;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    padding: 7px 15px;
    position: relative;
    text-transform: none;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color;
    transition-property: color;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px
}

.portfolio-filter li:last-child {
    margin-right: 0
}

.portfolio-filter li:hover:before,
.portfolio-filter li.active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.work-item {
    display: block;
    margin-bottom: 30px;
    position: relative;
}

.project-img img {
    min-width: 100%;
}

.work-item .project-img {
    position: relative;
}

.work-item .project-img:before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transform: scale(0.93);
    transform: scale(0.93);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.work-item:hover .project-img:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.work-item .content {
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
}

.work-item .content > p {
    border-bottom: 2px solid #bba677;
    color: #222426;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.work-item .content .name {
    color: #222426;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.work-item:hover .content {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}


/*================================================
16 - QUERY AREA CSS
==================================================*/

.ekifa-query-area {
    position: relative;
    z-index: 1;
}

.ekifa-query-area:after {
    background: #bba677 none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.ekifa-query-area:before {
    background: #222426 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -20%;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    width: 70%;
}

.get-quote-form {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.06);
}

.get-quote-form form p input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ddd;
    color: #333
}

.get-quote-form form p textarea {
    color: #333;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ddd;
    resize: none;
    height: 100px
}

.get-quote-form form p .nice-select {
    border: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: 10px;
    width: 100%
}

.get-quote-form form p {
    margin-bottom: 10px
}

.get-quote-form form p:last-child {
    margin-bottom: 0px
}

.nice-select .list {
    width: 100%
}

.get-quote-form form p button {
    background: #bba677 none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    color: #fff;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 30px;
    text-transform: uppercase;
    border: medium none;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.get-quote-form form p button:hover {
    background: #222426 none repeat scroll 0 0;
    color: #fff;
}

.query-choose-left {
    color: #fff;
    margin: 118px 0;
}

.query-choose-left h3 {
    text-transform: none;
    font-size: 37px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 50px;
    margin-bottom: 10px;
}

.query-choose-left p {
    font-size: 15px;
}

.nice-select {
    color: #777;
    padding-left: 10px;
}


/*================================================
17 - TESTIMONIAL AREA CSS
==================================================*/

.ekifa-testimonial-area {
   
    border-bottom: 1px solid #ededed;

      background: linear-gradient(to bottom, #fff, #f4f2ee) no-repeat top center;
}

.testimonial-slider {
    margin: 0 auto;
    width: 60%;
}

.single-testimonial {
    text-align: center;
    cursor: all-scroll
}

.testimonial-img {
    height: 110px;
    margin: 0 auto;
    width: 110px;
}

.testimonial-img > img {
    border-radius: 50%;
    width: 100%;
}

.testimonial-text {
    background: #f9f9f9 none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -50px;
    padding: 70px 20px 20px;
}

.testimonial-info > h4 {
    color: #222;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: none
}

.testimonial-info > p {
    color: #666;
    font-weight: 600;
}

.testimonial-info {
    margin-top: 25px;
}

.owl-dots {
    margin-top: 30px;
    text-align: center;
}

.owl-dots .owl-dot {
    display: inline-block;
}

.owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background: #222426 none repeat scroll 0 0;
    border-radius: 30px;
    display: block;
    height: 5px;
    margin: 5px 5px 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 20px;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #bba677 none repeat scroll 0 0;
}


/*================================================
18 - BLOG AREA CSS
==================================================*/

.single-blog {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 17px 40px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    margin-bottom: 30px
}

.blog-img img {
    width: 100%
}

.single-blog:hover {
    box-shadow: 0 17px 40px 0 rgba(0, 0, 0, 0.25);
}

.blog-text {
    padding: 20px 20px 5px;
    text-align: center;
}

.blog-meta > p {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-right: 10px;
}

.blog-meta > p:last-child {
    margin-right: 0
}

.blog-text p > i {
    color: #bba677;
    margin-right: 5px;
}

.blog-text > h3 {
    color: #222426;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: none;
}

.blog-text > h3 a:hover {
    color: #bba677
}

.blog-btn {
    margin-bottom: 15px;
    text-align: center;
}

.blog-btn > a {
    background: #bba677 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    top: 15px;
    width: 40px;
}

.blog-btn > a:hover {
    background: #222426 none repeat scroll 0 0;
}


/*================================================
19 - TWITTER AREA CSS
==================================================*/

.ekifa-twitter-area {
    background: #bba677 none repeat scroll 0 0;
    padding: 30px 0;
    text-align: center;
    color: #fff
}

.twitter-post {
    margin: 0 auto;
    width: 75%;
}

.twitter-post-icon {
    color: #fff;
    margin-right: 10px;
    float: left;
    font-size: 50px;
}

.single-twite {
    overflow: hidden;
}

.single-twite > p {
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
}

.single-twite p a {
    text-decoration: underline;
}

.single-twite p a:hover {
    text-decoration: none
}


/*================================================
20 - FOOTER AREA CSS
==================================================*/

.footer-top {
    background: #222426 no-repeat scroll 0 0 / cover;
    color: #8d8e92;
    position: relative;
    z-index: 1;
}

.footer-top:after {
    background: #222426  none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 28%;
    z-index: -1;
}

.footer-logo img {
    margin-bottom: 15px
}

ul.footer-social {
    margin-top: 15px;
}

ul.footer-social li {
    display: inline-block;
    margin-bottom: 0
}

ul.footer-social li a {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #bba677;
    display: block;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

ul.footer-social li a:hover {
    background: #bba677 none repeat scroll 0 0;
    color: #fff
}

ul.footer-social li a > i {
    margin-right: 0;
}

.single-footer-widget > h3 {
    color: #eee;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: none;
}

.latest-post-footer {
    margin-bottom: 20px;
}

.latest-post-footer:last-child {
    margin-bottom: 0;
}

.latest-post-footer-left {
    float: left;
    height: auto;
    margin-right: 10px;
    width: 65px;
}

.latest-post-footer-left > img {
    border-radius: 5px;
}

.latest-post-footer-right {
    overflow: hidden;
}

.latest-post-footer-right > h4 {
    color: #868686;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 5px;
    text-transform: none;
}

.latest-post-footer-right > h4 a:hover {
    color: #fff
}

.latest-post-footer-right > p {
    color: #cecece;
    font-size: 13px;
}

.single-footer-widget li {
    margin-bottom: 5px;
}

.single-footer-widget a {
    text-transform: none;
}

.single-footer-widget a i {
    margin-right: 5px;
}

.single-footer-widget li a:hover {
    color: #eee;
}

.single-footer-widget p > i {
    color: #bba677;
    margin-right: 5px;
}

.single-footer-widget.footer-contact > p {
    margin-bottom: 5px;
}

.single-footer-widget.footer-contact > p:last-child {
    margin-bottom: 0
}

.footer-copyright {
    background: #222426  none repeat scroll 0 0;
    border-top: 1px solid #3b3b3b;
    color: #8d8e92;
    padding: 30px 0;
}

.copyright-left > p {
    text-transform: none;
}

.copyright-left > p {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: none;
}

.copyright-right > ul {
    text-align: right;
}

.copyright-right li {
    display: inline-block;
    margin-right: 10px
}

.copyright-right li:last-child {
    margin-right: 0
}

.copyright-right a {
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: none;
}

.copyright-right a:hover {
    color: #fff
}

.copyright-left p i {
    color: #bba677;
    margin: 0 5px;
}

.copyright-left p a {
    color: #bba677;
    margin-left: 3px;
}


/*================================================
21 - ABOUT PAGE CSS
==================================================*/

.about-page-left {
    position: relative;
}

.about-page-left:before {
    background: rgba(0, 0, 0, 0.45) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.about-page-left:after {
    background: rgba(117, 234, 255, 0.86) none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 100%;
    left: -10px;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.about-page-left > img {
    width: 100%;
}

.about-page-right > p {
    margin: 0 0 10px;
}

.about-page-right-listing > ul {
    float: left;
    margin-bottom: 10px;
    width: 50%;
}

.about-page-right-listing li {
    color: #111;
    font-weight: 600;
    margin: 5px 0;
    text-transform: none;
}

.about-page-right-listing li i {
    color: #bba677;
    margin-right: 5px;
}

.about-page-right > h3 {
    color: #222426;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: none
}

.about-page-left > .popup-youtube i {
    background: #bba677 none repeat scroll 0 0;
    border: 2px solid #bba677;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 58px;
    line-height: 15px;
    margin: 0 10px 0 0;
    padding: 20px;
    text-align: center;
    width: 58px;
}

.popup-youtube {
    bottom: 20px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    position: absolute;
    right: 20px;
    text-transform: uppercase;
}

.popup-youtube:hover {
    color: #fff;
}

.about-page-right a.ekifa-btn {
    margin-top: 20px;
}


/*================================================
22 - TIMELINE CSS
==================================================*/

.ekifa-timeline-area {
    background: #f7f7f7 none repeat scroll 0 0;
}

.tl-caption > p {
    background: #222426 none repeat scroll 0 0;
    border: 18px solid #bba677;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 100%;
    padding: 28px 15px;
    text-align: center;
    text-transform: none;
    width: 100%;
}

.ui-timline-left .ui-timeline:before {
    left: 0
}

.ui-timline-left .ui-timeline .tl-item .tl-caption {
    margin-left: -55px
}

.ui-timline-left .ui-timeline .tl-item .tl-body .tl-time {
    left: auto;
    right: 15px;
    color: #777
}

.ui-timeline {
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse
}

.ui-timeline:before {
    background-color: #d5d5d5;
    bottom: 0px;
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    width: 1px;
    z-index: 0
}

.ui-timeline .tl-item {
    display: table-row;
    margin-bottom: 5px
}

.ui-timeline .tl-item:before {
    display: none;
    content: ""
}

.ui-timeline .tl-item .tl-caption {
    width: 140px;
    height: 140px;
    margin-left: -107px
}

.ui-timeline .tl-item.alt {
    text-align: right
}

.ui-timeline .tl-item.alt:before {
    display: none
}

.ui-timeline .tl-item.alt:after {
    content: "";
    display: block;
    width: 50%
}

.ui-timeline .tl-item.alt .tl-body .tl-entry {
    margin: 0 35px 15px 0
}

.ui-timeline .tl-item.alt .tl-body .tl-time {
    right: -220px;
    left: auto;
    text-align: left
}

.ui-timeline .tl-item.alt .tl-body .tl-icon {
    right: -48px;
    left: auto
}

.ui-timeline .tl-item.alt .tl-body .tl-content:after {
    right: -16px;
    left: auto;
    border: 8px solid transparent;
    border-left: 8px solid rgba(255, 255, 255, 0.9);
    border-top: 8px solid rgba(255, 255, 255, 0.9)
}

.ui-timeline .tl-item .tl-body {
    display: table-cell;
    width: 50%;
    vertical-align: top
}

.ui-timeline .tl-item .tl-body .tl-entry {
    position: relative;
    margin: 0 0 35px 36px
}

.ui-timeline .tl-item.alt .tl-body .tl-entry {
    margin-bottom: 0
}

.ui-timeline .tl-item .tl-body .tl-entry .btn-primary {
    background-color: #daa106;
    border-color: #daa106;
    padding: 10px 12px;
}

.ui-timeline .tl-item .tl-body .tl-time {
    z-index: 1;
    position: absolute;
    left: auto;
    right: 15px;
    top: 0;
    width: 150px;
    color: #777;
    line-height: 35px;
    text-align: right
}

.ui-timeline .tl-item .tl-body .tl-time {
    color: #111;
    font-size: 16px;
    font-weight: 600;
    left: -220px;
    right: auto;
}

.ui-timeline .tl-item .tl-body .tl-icon {
    background: #222426 none repeat scroll 0 0;
    border: 7px solid #bba677;
    border-radius: 50%;
    height: 25px;
    left: -48px;
    position: absolute;
    top: 0;
    width: 25px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.ui-timeline .tl-item .tl-body .tl-content {
    position: relative;
    padding: 30px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1
}

.ui-timeline .tl-item .tl-body .tl-content:after {
    content: "";
    line-height: 0;
    position: absolute;
    left: -16px;
    top: 0;
    border: 8px solid transparent;
    border-right: 8px solid rgba(255, 255, 255, 0.9);
    border-top: 8px solid rgba(255, 255, 255, 0.9)
}

.ui-timeline .tl-item .tl-body .tl-content:before {
    background: rgba(0, 0, 0, 0) url("../img/pattern-1.png") no-repeat scroll 0 0;
    content: "";
    height: 80%;
    position: absolute;
    right: -50px;
    top: 40px;
    z-index: -1;
    width: 47%;
}

.ui-timeline {
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse
}

.ui-timeline:before {
    background-color: #d5d5d5;
    bottom: 0px;
    content: "";
    position: absolute;
    left: 50%;
    top: 30px;
    width: 1px;
    z-index: 0
}

.ui-timeline .tl-item {
    display: table-row;
    margin-bottom: 5px
}

.ui-timeline .tl-item:before {
    display: none;
    content: ""
}

.ui-timeline .tl-item .tl-body .tl-icon {
    left: -48px;
}

.ui-timeline .tl-item:before {
    display: block;
    width: 50%
}

.tl-content .tl-tile {
    color: #222426;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 7px;
    text-transform: none;
}

.tl-content .tl-date {
    color: #17b6e6;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
}

.ui-timeline .tl-item:hover .tl-icon {
    background: #bba677 none repeat scroll 0 0;
    border: 7px solid #222426
}


/*================================================
23 - TEAM CSS
==================================================*/

.team-page-area .single-team {
    margin-bottom: 30px
}

.single-team {
    border: 1px solid #ddd;
    overflow: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    margin-bottom: 30px;
    position: relative;
     box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.team-image > img {
    width: 100%;
}

.team-info {
    background: rgb(34 36 38 / 96%) none repeat scroll 0 0;
    height: 50%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotateY(97deg);
    transform: rotateY(97deg);
    -webkit-transform-origin: left center 0;
    transform-origin: left center 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
}

.team-info-two {
    background: rgb(34 36 38) none repeat scroll 0 0;
    height: 50%;
    right: 0;
    position: absolute;
    bottom: 0;
    -webkit-transform: rotateY(-97deg);
    transform: rotateY(-97deg);
    -webkit-transform-origin: right center 0;
    transform-origin: right center 0;
    -webkit-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
}

.team-overlay-one {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.team-overlay-two {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.team-overlay-one > h3 {
    color: #fff;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.team-overlay-one > p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
}

.single-team:hover .team-info {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    visibility: visible;
}

.single-team:hover .team-info-two {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    visibility: visible;
}

.team-overlay-two > ul {
    text-align: center;
}

.team-overlay-two li {
    display: inline-block;
}

.team-overlay-two a {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    display: block;
    color: #bba677;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.team-overlay-two a:hover {
    background: #bba677 none repeat scroll 0 0;
    color: #fff
}


/*================================================
24 - SERVICE DETAILS CSS
==================================================*/

.single-service-left-widget {
    margin-bottom: 50px;
}

.single-service-left-widget:last-child {
    margin-bottom: 0;
}

.single-service-left-widget li {
    margin-bottom: 7px;
}

.single-service-left-widget li a {
    border: 1px solid #ddd;
    color: #333;
    display: block;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: none;
}

.single-service-left-widget li a i {
    float: right;
    font-size: 20px;
    margin-top: 2px;
}

.single-service-left-widget li a:hover,
.single-service-left-widget ul li.active > a {
    background: #bba677 none repeat scroll 0 0;
    border: 1px solid #bba677;
    color: #fff;
}

.single-service-text > h2 {
    color: #222426;
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: none;
}

.single-service-text > p {
    margin: 0 0 10px;
}

.single-service-widget {
    margin-bottom: 30px;
}

.single-service-widget:last-child {
    margin-bottom: 0;
}

.about-service-box {
    -ms-grid-row-align: center;
    align-items: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
}

.about-service-left {
    margin-right: 15px;
}

.about-service-left > img {
    width: 100%;
}

.about-service-right > ul {
    float: left;
    margin-top: 20px;
    width: 50%;
}

.about-service-right li {
    color: #333;
    margin-bottom: 10px;
    text-transform: none;
}

.about-service-right ul li i {
    color: #bba677;
    font-size: 18px;
    margin-right: 5px;
}

.about-service-right > h2 {
    color: #222426;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: none;
}

.single-service-widget > h2 {
    color: #222426;
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: none;
}

.widget-title > h3 {
    color: #222426;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: none;
}

.broucher-item {
    margin: 10px 0;
    position: relative;
}

.broucher-item > a {
    background: #222426 none repeat scroll 0 0;
    border-left: 0 none;
    color: #fff;
    display: block;
    font-weight: 600;
    padding: 10px 20px 10px 50px;
}

.broucher-item > a:hover {
    background: #bba677 none repeat scroll 0 0;
}

.broucher-item > a span {
    color: #fff;
    float: right;
    margin-top: 5px;
}

.broucher-item i {
    background: #fff none repeat scroll 0 0;
    color: #bba677;
    font-size: 20px;
    height: 30px;
    left: 14px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 6px;
    width: 30px;
}

.single-service-left-widget > p {
    font-size: 15px;
    line-height: 30px;
}

.single-service-left-widget > p i {
    color: #bba677;
    font-size: 18px;
    margin-right: 5px;
}

.accordion {
    margin-top: 30px
}

.card {
    border: medium none;
    margin-top: 8px;
}

.card-header {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    padding: 0;
}

.card-header button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #eee;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    padding: 15px;
    position: relative;
    display: block;
    text-transform: none;
    cursor: pointer;
    text-align: left;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
}

.card-header button i {
    background: #222426 none repeat scroll 0 0;
    border-left: 1px solid #ddd;
    color: #fff;
    height: 100%;
    line-height: 50px;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 50px;
}

.card-header button:hover {
    color: #bba677;
}

.card-header button:hover i {
    background: #bba677 none repeat scroll 0 0;
}

.card-body {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor #eee #eee;
    -o-border-image: none;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
}

.card-body > img {
    display: block;
    margin: 10px auto 0;
}


/*================================================
25 - PROJECT DETAILS CSS
==================================================*/

.single-project-image-item {
    margin-bottom: 15px;
}

.single-project-image-item img {
    width: 100%
}

.single-project-image-item:last-child {
    margin-bottom: 0;
}

.project-description,
.single_project_wrap_left {
    margin-top: 30px;
}

.project-description > h3,
.single_project_wrap_left > h3 {
    color: #222426;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    text-transform: none;
}

.project-description > h3:before,
.single_project_wrap_left > h3:before {
    background: #bba677 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 40%;
}

.project-description-box {
    border: 1px solid #eee;
}

.project-description-box li {
    border-bottom: 1px solid #eee;
    display: block;
    margin: 0 20px;
    padding: 10px 0;
    text-transform: none
}

.project-description-box ul li span {
    display: inline-block;
    font-weight: 600;
    width: 40%;
}

.single_project_wrap_left > p {
    margin: 0 0 10px;
}

.single_project_wrap_left > ul {
    float: left;
    margin-top: 10px;
    width: 50%;
}

.single_project_wrap_left ul li {
    margin: 3px 0;
}

.single_project_wrap_left ul li > i {
    color: #bba677;
    margin-right: 5px;
}

.ekifa-project-work-area {
    background: #f6f8f9 none repeat scroll 0 0;
}

.project-work-box {
    margin: 0 auto;
    text-align: center;
    width: 60%;
}

.project-work-box > h3 {
    color: #222426;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: none;
}

.project-work-box a.ekifa-btn {
    margin-top: 20px
}


/*================================================
26 - FAQS CSS
==================================================*/

.faqs-top-search {
    background: #f6f8f9 none repeat scroll 0 0;
    text-align: center
}

.faqs-page-top {
    margin: 0 auto;
    text-align: center;
    width: 70%;
}

.faqs-page-top > h2 {
    color: #222426;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: none;
}

.faqs-top-search-form {
    margin-bottom: 20px
}

.faqs-top-search-form form {
    border: 1px solid #ddd;
    border-radius: 20px;
    height: 40px;
    margin: 0 auto;
    position: relative;
    width: 70%;
}

.faqs-top-search-form form input {
    border: 1px solid #fff;
    border-radius: 20px;
    color: #212121;
    height: 100%;
    left: 0;
    padding: 5px 70px 5px 15px;
    position: absolute;
    width: 100%;
}

.faqs-top-search-form form button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    height: 100%;
    position: absolute;
    right: 0;
    width: 15%;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.faqs-top-search-form form button:hover {
    color: #bba677
}

.ekifa-faqs-left > .accordion {
    margin: 0
}

.ekifa-faqs-left > .accordion > .card:first-child {
    margin: 0
}

.ekifa-faqs-right h3 {
    color: #222426;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: none;
    position: relative;
    padding-bottom: 10px
}

.ekifa-faqs-right h3:before {
    background: #bba677 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 40%;
}

.ekifa-faqs-right > form {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    padding: 30px;
}

.ekifa-faqs-right > form p {
    margin-top: 15px;
}

.ekifa-faqs-right > form label {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
    text-transform: none;
}

.ekifa-faqs-right > form input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #000;
    height: 40px;
    padding: 5px 10px;
    width: 100%;
}

.ekifa-faqs-right > form textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #000;
    height: 100px;
    padding: 5px 10px;
    resize: none;
    width: 100%;
}

.ekifa-faqs-right > form button {
    background: #bba677 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.ekifa-faqs-right > form button:hover {
    background: #222426 none repeat scroll 0 0;
    color: #fff;
}


/*================================================
27 - ERROR PAGE CSS
==================================================*/

.notfound-box {
    text-align: center
}

.notfound-box h1 {
    font-size: 130px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 115px
}

.notfound-box h4 {
    color: #333;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 25px;
    text-transform: none;
}

.notfound-box p {
    font-size: 16px;
}

.notfound-box a.ekifa-btn {
    margin-top: 30px;
}


/*================================================
28 - LOGIN PAGE CSS
==================================================*/

.login-box > h3 {
    color: #222426;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    text-transform: none;
}

.login-box > form {
    margin-top: 30px;
}

.login-box form input {
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 8px 15px;
    width: 100%;
}

.login-box p {
    margin-bottom: 15px;
}

.login-box p:last-child {
    margin-bottom: 0px;
}

.login-box form button {
    background: #bba677 none repeat scroll 0 0;
    border: medium none;
    border-radius: 20px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 0 auto;
    padding: 8px 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.login-box form button:hover {
    background: #222426 none repeat scroll 0 0;
    color: #fff;
}

.login-grid {
    display: -ms-grid;
    display: grid;
    font-size: 13px;
    -ms-grid-columns: 60% 40%;
    grid-template-columns: 60% 40%;
    text-transform: none;
}

.login-grid p:last-child {
    text-align: right
}

.login-grid p > a {
    color: #bba677;
}

.login-grid p > a:hover {
    color: #222426;
}

.register-grid {
    text-transform: none;
    text-align: center
}

.register-grid p > a {
    color: #bba677;
}

.register-grid p > a:hover {
    color: #222426;
}

.social-login > ul {
    margin-top: 20px;
    text-align: center;
}

.social-login > ul li {
    display: inline-block;
    margin: 0 2px
}

.social-login > ul li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 17px;
    border-radius: 50%
}

.facebook > a {
    background: #3A5897 none repeat scroll 0 0
}

.twitter > a {
    background: #53ACEC none repeat scroll 0 0
}

.google-plus > a {
    background: #DC4D42 none repeat scroll 0 0
}

.linkedin > a {
    background: #0179B9 none repeat scroll 0 0
}

.facebook > a:hover {
    background: #2d4b89 none repeat scroll 0 0
}

.twitter > a:hover {
    background: #449fe0 none repeat scroll 0 0
}

.google-plus > a:hover {
    background: #c73a2f none repeat scroll 0 0
}

.linkedin > a:hover {
    background: #06689d none repeat scroll 0 0
}

.social-login {
    margin-top: 20px;
    text-align: center
}

.social-login > h3 {
    color: #111;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    text-transform: none;
}

.social-login > h3:after {
    background: #ddd none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 30px;
    position: absolute;
    top: 12px;
    width: 35%;
}

.social-login > h3:before {
    background: #ddd none repeat scroll 0 0;
    content: "";
    height: 2px;
    right: 30px;
    position: absolute;
    top: 12px;
    width: 35%;
}


/*================================================
29 - BLOG PAGE CSS
==================================================*/

.blog-sidebar-widget {
    margin-bottom: 30px;
}

.blog-sidebar-widget:last-child {
    margin-bottom: 0;
}

.blog-sidebar-widget > form {
    height: 50px;
    position: relative;
}

.blog-sidebar-widget input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: #e7e7e7 currentcolor #e7e7e7 #e7e7e7;
    -o-border-image: none;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    color: #333;
    height: 100%;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    width: 80%;
}

.blog-sidebar-widget button {
    background: #999 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 100%;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 20%;
}

.blog-sidebar-widget button:hover {
    background: #bba677 none repeat scroll 0 0;
    color: #fff
}

.blog-sidebar-widget > h3 {
    color: #222426;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    text-transform: none;
}

.blog-sidebar-widget > h3:before {
    background: #bba677 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 40%;
}

.blog-sidebar-widget ul > li {
    border-bottom: 1px solid #ededed;
}

.blog-sidebar-widget ul > li:last-child {
    border-bottom: 0 solid #ededed;
}

.blog-sidebar-widget ul li > a {
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 26px;
    padding: 10px 0;
    text-transform: none;
}

.blog-sidebar-widget ul li > a:hover {
    color: #bba677
}

.blog-categorie li a i {
    margin-right: 5px
}

ul.featured-list,
ul.Tags-catagory,
ul.instagram {
    margin-top: 10px;
}

.Tags-catagory > li {
    border-bottom: 0 solid #ededed !important;
    display: inline-block;
    margin: 2px 0px !important;
}

.Tags-catagory a {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 5px 10px !important;
}

.Tags-catagory a:hover {
    background: #bba677 none repeat scroll 0 0;
    color: #fff !important
}

.featured-list li {
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 10px;
}

.blog-thumb-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% 75%;
    grid-template-columns: 25% 75%;
    -ms-grid-row-align: center;
    align-items: center
}

.blog-thumb-info-image img {
    border-radius: 5px;
}

.blog-thumb-info-content {
    margin-left: 10px;
}

.instagram li {
    border: medium none !important;
    float: left;
    padding: 8px 8px 0px 0px !important;
    width: 25%;
}

.instagram a {
    padding: 0 !important;
}

.blog-thumb-info-content > h4 {
    color: #222426;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: none;
}

.blog-social-follow a {
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin: 2px;
    padding: 10px 20px;
    text-align: left;
    width: 47%;
}

.blog-social-follow a i {
    font-size: 15px;
    margin-right: 8px;
}

.blog-social-follow a.facebook-bg {
    background-color: #3b5999;
}

.blog-social-follow a.twitter-bg {
    background-color: #55acee;
}

.blog-social-follow a.pinterest-bg {
    background-color: #bd081c;
}

.blog-social-follow a.instagram-bg {
    background-color: #e4405f;
}

.blog-social-follow a.vk-bg {
    background-color: #4c75a3;
}

.blog-social-follow a.youtube-bg {
    background-color: #cd201f;
}

.blog-social-follow {
    text-align: center;
}

.blog-page-left .single-blog {
    margin-bottom: 30px
}


/*================================================
30 - BLOG DETAILS CSS
==================================================*/

.blog-text.single-blog-text {
    margin-top: 20px;
    padding: 0;
    text-align: left;
}

.blog-text.single-blog-text > h2 {
    color: #222426;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: none;
}

.blog-text.single-blog-text > p {
    margin: 10px 0;
}

.blog-text.single-blog-text > img {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}

.blog-text blockquote {
    background: #f9f9f9 none repeat scroll 0 0;
    border-left: 5px solid #bba677;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
    margin-right: 0;
    margin-top: 30px;
    padding: 20px;
}

.post-share {
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    margin-top: 30px;
    padding: 15px 20px;
}

.post-share-left > h4,
.post-share-right > h4 {
    color: #000;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-right: 10px;
}

.post-share-left > p {
    display: inline-block;
}

.post-share-left > p > a {
    color: #333;
    margin-right: 4px;
    text-decoration: underline;
    text-transform: none;
}

.post-share-left > p > a:hover {
    text-decoration: none;
}

.post-share-right {
    text-align: right;
}

.post-share-right > ul {
    float: right;
}

.post-share-right li {
    display: inline-block;
    margin: 0 3px;
}

.post-share-right li a:hover {
    color: #bba677;
}

.post-share .col-md-6:first-child {
    padding-left: 0;
}

.ekifa-comment-list {
    margin-top: 50px;
}

.comment-group-title > h2,
.ekifa-leave-comment > h2 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 10px;
    text-transform: none;
}

.single-comment-item {
    margin-top: 30px;
}

.single-comment-box {
    background: #f9f9f9 none repeat scroll 0 0;
    margin-bottom: 10px;
    padding: 0 10px 30px;
    position: relative;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.single-comment-box.reply-comment {
    margin-left: 100px;
}

.main-comment {
    font-size: 14px;
    padding: 30px 0 0 100px;
    position: relative;
}

.author-image {
    border-radius: 50%;
    left: 0;
    margin-bottom: 20px;
    position: absolute;
    top: 30px;
}

.author-image img {
    border-radius: 50%;
    display: block;
    width: 80px;
}

.comment-info {
    margin-bottom: 10px;
}

.comment-info h4 {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: none;
}

.comment-info > p {
    color: #999;
    font-style: italic;
    font-weight: 500;
    text-transform: none;
}

.reply {
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    margin-top: 5px;
    text-transform: none;
}

.reply:hover {
    color: #bba677
}

.ekifa-leave-comment {
    margin-top: 50px;
}

.ekifa-leave-comment > p {
    text-align: left;
}

.ekifa-leave-comment > form {
    margin-top: 20px;
    text-align: left;
}

.ekifa-leave-comment input[type="text"],
.ekifa-leave-comment input[type="email"] {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
    height: 45px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 0;
    padding: 10px 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 45%;
}

.ekifa-leave-comment input[type="email"] {
    margin-right: 0;
}

.ekifa-leave-comment textarea {
    border: 1px solid #ddd;
    color: #333;
    height: 160px;
    margin-bottom: 20px;
    padding: 5px 15px;
    resize: none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 93%;
}

.ekifa-leave-comment button {
    background: #bba677 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.ekifa-leave-comment button:hover {
    background: #222426 none repeat scroll 0 0;
    color: #fff;
}


/*================================================
31 - CONTACT PAGE CSS
==================================================*/

.contact-page-left > h3,
.contact-page-right > h3 {
    color: #222426;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    text-transform: none;
}

.contact-page-left > h3:before,
.contact-page-right > h3:before {
    background: #bba677 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 40%;
}

.single-contact-info {
    -ms-grid-row-align: center;
    align-items: center;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% 75%;
    grid-template-columns: 25% 75%;
    margin-bottom: 40px;
}

.single-contact-info:last-child {
    margin-bottom: 0
}

.contact-info-icon {
    border: 5px solid #ddd;
    font-size: 25px;
    height: 100%;
    margin-right: 10px;
    padding: 22px 0;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.contact-info-icon span {
    color: #bba677;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.contact-info-text {
    margin-left: 20px;
}

.single-contact-info:hover .contact-info-icon {
    border: 5px solid #bba677;
}

.single-contact-info:hover .contact-info-icon span {
    color: #222426;
}

.contact-page-left > h3 {
    margin-bottom: 40px;
}

.contact-info-text > h4 {
    color: #222426;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: none;
}

.contact-page-right > div {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    margin-top: 10px;
    padding: 30px;
}

.contact-page-right div p {
    margin-top: 15px;
}

.contact-page-right div .row:first-child p {
    margin-top: 0
}

.contact-page-right div p input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #000;
    height: 40px;
    padding: 5px 10px;
    width: 100%;
}

.contact-page-right div p textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #000;
    height: 100px;
    padding: 5px 10px;
    resize: none;
    width: 100%;
}

.contact-page-right div p button {
    background: #bba677 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.contact-page-right div p button:hover {
    background: #222426 none repeat scroll 0 0;
    color: #fff;
}
.grey-background{
    background-color:rgba(191, 188, 181, 0.19);
}
.list-partners{
    background: transparent none repeat scroll 0 0;
border: 1px solid #bba6776e;
color: #333;
font-size: 14px;
font-weight: 600;
padding: 15px;
position: relative;
display: block;
text-transform: none;
cursor: pointer;
text-align: left;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
width: 100%;
}
    .list-partners:hover {
        color: #bba677;
    }
   .btn-golden{
       background: #bba677 none repeat scroll 0 0;
border: medium none;
border-radius: 4px;
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
color: #fff;
cursor: pointer;
display: inline-block;
font-family: "Roboto", sans-serif;
font-size: 14px;
font-weight: 700;
padding: 13px 30px;
text-transform: uppercase;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
   }
   .btn-golden:hover{
       background: #222426 none repeat scroll 0 0;
color: #fff;
   }
   .gradient-bck{

    background: #fff none repeat scroll 0 0;
 
 padding:30px 7px;
 box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    overflow: hidden;
   text-align: center;

   }
   .a-white{
       color:white;
   }