/* 01. Import Font */

@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800;900&amp;display=swap');
@import url('flaticon.css');
/* 02. Default css */

body {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #777;
}

.body_wrap {
    overflow: hidden;
    position: relative;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
.gallery-cat a:hover,
.footer -menu li a:hover {
    text-decoration: none;
}

a,
button {
    color: #000;
    outline: medium none;
    cursor: pointer;
}

a:hover {
    color: #c69538;
}

/* width */

::-webkit-scrollbar {
    width: 8px;
}

/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 2px;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #c69538;
    border-radius: 2px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #c69538;
}

.form-button {
    display: inline-block;
    background: #c69538;
    border: 1px solid #c69538;
    padding: 17px 35px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.form-button:hover {
    background: transparent;
    color: #c69538
}

button {
    padding: 0px;
    border: none;
    outline: none;
    background: none;
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Teko', sans-serif;
    font-weight: normal;
    color: #000000;
    margin: 0;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

img {
    max-width: 100%;
    height: auto;
}

p {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: #333;
    margin-bottom: 15px;
}

p:last-child {
    margin: 0
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

input,
textarea,
select {
    width: 100%;
    height: 55px;
    background-color: #f8f8f8;
    border: none;
    padding: 0px 20px;
    outline: none
}

section {
    padding: 50px 0
}

.cta-btn {
    display: inline-block;
    padding: 15px 35px;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid transparent
}

.btn-fill {
    background: #c69538 none repeat scroll 0 0;
    color: #fff;
    padding: 17px 35px;
    border-color: #c69538
}

.btn-fill:hover {
    background: transparent;
    color: #c69538
}

.btn-border {
    border-color: #000;
    color: #000
}

.site-heading {
    margin-bottom: 20px;
}

.sub-title {
    color: #c69538;
    letter-spacing: 5px;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 24px;
}

.section-title {
    color: #000;
    font-size: 45px;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 50px;
}

*::-moz-selection {
    background: #c69538;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #c69538;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #c69538;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

*::-webkit-input-placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

*:-ms-input-placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

*::placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* 03. Preload css */

#loadAnim,
#loadAnimPara {
    -webkit-transition: opacity 3s ease;
    transition: opacity 3s ease;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden
}

#loadAnim.transition-in,
#loadAnimPara.transition-in {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible
}

#loadAnim h2 {
    color: #fff;
    letter-spacing: 1px
}

#loadAnimPara p {
    color: #eee;
    line-height: 24px;
}

.banner_inn>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%
}

#loadAnim {
    max-width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #00071a none repeat scroll 0 0;
    z-index: 1000;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.7s 1.6s ease-out;
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .splash {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.splash {
    width: 100%;
    height: 100vh;
    position: fixed;
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 999999999;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.splash.display-none {
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 100vh;
    position: fixed;
    background-color: black;
    z-index: -10;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#welcome {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: fill .5s ease forwards 3.5s;
    animation: fill .5s ease forwards 3.5s;
    max-height: 45px
}

#welcome path:nth-child(1) {
    stroke-dasharray: 1092;
    stroke-dashoffset: 1092;
    -webkit-animation: line-anim 2.7s ease forwards;
    animation: line-anim 2.7s ease forwards;
}

#welcome path:nth-child(2) {
    stroke-dasharray: 463px;
    stroke-dashoffset: 463px;
    -webkit-animation: line-anim 2.7s ease forwards 0.3s;
    animation: line-anim 2.7s ease forwards 0.3s;
}

#welcome path:nth-child(3) {
    stroke-dasharray: 380px;
    stroke-dashoffset: 380px;
    -webkit-animation: line-anim 2.7s ease forwards 0.6s;
    animation: line-anim 2.7s ease forwards 0.6s;
}

#welcome path:nth-child(4) {
    stroke-dasharray: 605px;
    stroke-dashoffset: 605px;
    -webkit-animation: line-anim 2.7s ease forwards 0.9s;
    animation: line-anim 2.7s ease forwards 0.9s;
}

#welcome path:nth-child(5) {
    stroke-dasharray: 605px;
    stroke-dashoffset: 605px;
    -webkit-animation: line-anim 2.7s ease forwards 1.2s;
    animation: line-anim 2.7s ease forwards 1.2s;
}

#welcome path:nth-child(6) {
    stroke-dasharray: 860px;
    stroke-dashoffset: 860px;
    -webkit-animation: line-anim 2.7s ease forwards 1.5s;
    animation: line-anim 2.7s ease forwards 1.5s;
}

#welcome path:nth-child(7) {
    stroke-dasharray: 463px;
    stroke-dashoffset: 463px;
    -webkit-animation: line-anim 2.7s ease forwards 1.8s;
    animation: line-anim 2.7s ease forwards 1.8s;
}

@-webkit-keyframes line-anim {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes line-anim {
    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes fill {
    from {
        fill: transparent;
    }
    to {
        fill: white;
    }
}

@keyframes fill {
    from {
        fill: transparent;
    }
    to {
        fill: white;
    }
}

/* 04. Header css */

.header {
    position: absolute;
    z-index: 99;
    width: 100%;
    padding-right: 5%;
}

.header::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #fff;
    content: "";
    z-index: -1;
}

.header::before {
    border-color: #c69538 transparent;
    border-style: solid;
    border-width: 0 60px 100px;
    content: "";
    right: -700px;
    position: absolute;
    width: 1150px;
    z-index: 1;
}

.header .container {
    margin-left: 0
}

.header .col-lg-12 {
    padding-left: 0
}

.header-inn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.site-logo a img {
    padding: 5px;
    background: #fff;
    width: 160px;
    display: inline-block;
    object-fit: cover;
}

.header-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    z-index: 11;
}
/* 
.fixednavbar {
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px)
    }
    100% {
        transform: translateY(0)
    }
}

.fixednavbar .site-logo a {
    padding: 5px 15px;
    width: auto;
    transition: all 0.4s linear;
}

.fixednavbar .site-logo img {
    height: 110px;
    transition: all 0.4s linear;
    padding: 0;
    width: 100px;
} */

.header-inn::before {
    border-color: #c69538 transparent;
    border-style: solid;
    border-width: 0 60px 100px;
    content: "";
    right: -800px;
    position: absolute;
    width: 1150px;
    z-index: 1;
}

.fixednavbar .header-action {
    margin-right: 40px;
}

.mainmenu ul {
    padding-left: 70px;
}

.mainmenu ul li {
    display: inline-block;
    list-style: none;
    margin-right: 30px;
    position: relative
}

.mainmenu ul li a {
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    display: block;
    padding: 38px 0;
    position: relative;
    background: -webkit-linear-gradient(left, #c69538, #c69538 50%, #000 50%);
    background: linear-gradient(to right, #c69538, #c69538 50%, #000 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
}

.mainmenu ul>li.active a::before {
    position: absolute;
    content: '';
    background: #c69538;
    left: 50%;
    bottom: 25px;
    width: 25px;
    height: 3px;
    border-radius: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mainmenu ul li a:hover {
    background-position: 0 100%;
    border-color: #c69538;
}

.mainmenu ul li:hover::before {
    color: #c69538;
}

.mainmenu ul>li.active>a {
    background-position: 0 100%;
    border-color: #c69538;
}

.mainmenu ul li ul {
    position: absolute;
    top: 120%;
    left: 0;
    width: 200px;
    background: #fff;
    padding: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.mainmenu ul li:hover ul {
    visibility: visible;
    top: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.mainmenu ul li ul li {
    margin: 0;
    display: block;
    border-top: 1px solid #eee
}

.mainmenu ul li ul li a {
    display: block;
    padding: 14px 20px;
    text-transform: capitalize;
    font-size: 15px
}

.header-btn {
    display: inline-block;
    padding: 16px 25px 16px 40px;
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 500;
    margin-left: 35px;
    position: relative;
    color: #c69538
}

.header-btn>div {
    position: absolute;
    left: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #c69538;
    text-align: center;
    color: #c69538;
    border-radius: 5px;
    line-height: 40px;
    z-index: 1;
}

.header-btn>div i {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 8px;
    border-radius: 5px;
}

.menu-dropdown {
    position: relative;
}

.menu-dropdown::before {
    position: absolute;
    content: "\f107";
    right: -17px;
    font-family: 'FontAwesome';
    color: #000;
    font-size: 20px;
    padding: 35px 0;
}

.header-btn>div::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #c69538;
    z-index: -1;
    border-radius: 5px;
}

.search-toggle {
    color: #fff;
    padding: 10px
}

.search-toggle:hover {
    color: #000
}

#search-form {
    height: 4em;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    overflow: hidden;
}

#search-box input[type="text"] {
    width: 100%;
    padding: 20px;
    color: #fff;
    outline: none;
    font-size: 20px;
    background: transparent
}

#search-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 42px;
    border-width: 0;
    background-color: transparent;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
}

#close-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    color: #fff
}

.spinner-master {
    display: none;
}

.spinner-spin {
    text-indent: -99999px
}

.spinner-spin {
    width: 22px
}

/* 05. Hero css */

.hero-area {
    padding: 0;
    position: relative;
}

.hero-area .hero-slide-item {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-size: cover
}

.hero-area .owl-item {
    overflow: hidden
}

.hero-area .hero-slide-item::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #02050b;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    z-index: -1
}

.hero-social {
    position: absolute;
    left: 0;
    height: 100%;
    width: 70px;
    bottom: 0;
    z-index: 9;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0;
}

.hero-social ul {
    padding-bottom: 70px;
    text-align: center;
    padding-top: 45px
}

.hero-social ul li {
    display: block;
    list-style: none;
    margin-top: 25px
}

.hero-social ul li a {
    font-size: 20px;
    color: #000
}

.hero-social ul li a:hover {
    color: #c69538
}

.hero-social p {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 3px;
    min-width: 150px;
}

.hero-slide-item .container {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.hero-slide-item .hero-text {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
    padding-top: 60px
}

.hero-text span {
    color: #c69538;
}

.hero-text h3 {
    color: #fff;
    font-size: 75px;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-weight: 600
}

.hero-action {
    margin-top: 30px
}

.hero-text .btn-border {
    border-color: #fff;
    color: #fff;
    margin-left: 20px
}

.hero-text .cta-btn:hover {
    color: #fff
}

.hero-text .btn-border:hover {
    background: #c69538 none repeat scroll 0 0 !important;
    border-color: #c69538
}

.hero-slide-item .video-main {
    position: absolute;
    left: 25%;
    bottom: 30%;
}

.video-main {
    position: relative;
    display: inline-block;
}

.video {
    height: 65px;
    width: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #c69538;
    display: inline-block;
    background: #fff;
    z-index: 999;
    font-size: 20px;
}

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.fa-play::before {
    content: "\f04b";
}

.waves {
    position: absolute;
    width: 165px;
    height: 165px;
    background: rgba(183, 141, 101, 0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -50px;
    bottom: -50px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.hero-slider .owl-nav {
    padding-left: 10%;
    position: absolute;
    bottom: 30px
}

.hero-slider .owl-nav button {
    width: 50px;
    height: 50px;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    margin-right: 10px;
    border-radius: 50%;
    font-size: 20px !important;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.hero-slider .owl-nav button:hover {
    border: 1px solid #fff !important;
    color: #fff !important;
}

/* 06. About css */

.about-area {
    background-repeat: no-repeat;
    background-position: center
}

.about-left p {
    text-align: justify;
    font-size: 16px;
    line-height: 25px;
}

.about-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.counter-box {
    padding-left: 20%;
    margin-bottom: 30px;
}

.counter-box h3 {
    font-size: 48px;
    margin: 0;
    line-height: 40px;
    margin-bottom: 5px;
}

.counter-box p {
    line-height: 24px;
    color: #4a4a4a;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0;
}

.about-right {
    position: relative;
}

.about_img_1 {
    position: absolute;
    bottom: -50px;
    left: 0;
}

.about_img_2 {
    margin-left: auto;
    display: block;
}

.about-page-area .site-heading {
    margin-bottom: 50px
}

.about-page-area .about-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

.about-page-area .single-about-image:first-child {
    padding-top: 43px
}

.about-icon {
    float: left;
    width: 80px;
    overflow: hidden;
    margin-right: 30px;
}

.single-about-listing {
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.single-about-listing:last-child {
    margin-bottom: 0
}

/* 10. Projects css */

.projects-area {
    padding-bottom: 50px;
    padding-top: 50px !important;
}

.project-box a {
    display: block
}

.project-box {
    position: relative;
    z-index: 1;
    /* margin-bottom: 30px; */
    overflow: hidden
}

.project-box::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
}

.project-box h3 {
    color: #fff;
    position: absolute;
    top: 60px;
    left: 60px;
    text-transform: uppercase;
    display: inline-block;
    z-index: 1;
    letter-spacing: 4px;
    font-size: 36px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.project-box p {
    font-size: 23px;
    position: absolute;
    color: #fff;
    left: -70px;
    bottom: 180px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    letter-spacing: 4px;
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    margin: 0;
    z-index: 1;
    width: 300px;
    height: 50px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.project-zoom {
    position: absolute;
    z-index: 1;
    left: 45%;
    top: 45%;
    -webkit-transform: scale(0) translateX(-50%);
    transform: scale(0) translateX(-50%);
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #c69538;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.project-box:hover .project-zoom {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.project-box:hover h3 {
    top: -90px
}

.project-box:hover p {
    letter-spacing: 7px
}

.projects-page-area .col-md-5:nth-child(2n+2) {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.projects-page-area .project-box {
    margin-bottom: 100px
}

.projects-page-area {
    padding-bottom: 50px
}

.project-details-top {
    position: relative;
    overflow: hidden;
}

.project-details-top-img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.project-details-top-img img {
    width: 100%
}

.project-details-top-box h3,
.project-details-top-box h5 {
    color: #fff;
}

.project-details-top-box p {
    color: #fff;
    font-weight: 400;
    font-size: 18px
}

.project-details-top-box {
    width: 30%;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    background: #111;
    padding-top: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.project-details-top:hover .project-details-top-box {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.project-details-top:hover .project-details-top-img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.project-details-top-box-text {
    padding: 20px 0;
}

.project-details-share ul li {
    display: inline-block;
    margin: 0 3px;
}

.project-details-top-text {
    margin: 30px 0
}

.project-details-area h3 {
    margin-bottom: 20px
}

.project-details-box {
    margin-bottom: 0
}

.project-details-box img {
    width: 100%
}

.project-details-box p {
    position: absolute;
    left: 20px;
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    letter-spacing: 5px;
}

.project-details-box-meta-text {
    padding: 30px;
    background: rgba(249, 249, 249, 0.76);
}

.project-details-box-meta-text a {
    font-weight: 500
}

.project-overview-box {
    text-align: center;
    margin: 15px 0
}

.details-box {
    margin-top: 30px;
}

.project-overview {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 50px 0;
    padding: 50px 0
}

.project-overview-box img {
    width: 50px;
    border: 1px solid #111;
    padding: 5px;
    margin-bottom: 20px
}

.project-overview-box h5 {
    font-size: 22px
}

.project-overview-box p {
    font-weight: 500;
    color: #c69538;
    font-size: 18px
}

/* 11. Testimonial css */

.testimonial-area {
    background: rgba(249, 249, 249, 0.76)
}

.testimonial-area .site-heading {
    text-align: center;
    margin-bottom: 20px
}

.single-testimonial {
    background: #fff;
    padding: 30px;
}

.testimonial-text img {
    float: left;
    width: 50px !important;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    margin-top: -25px;
    margin-right: 10px;
}

.testimonial-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.testimonial-meta img {
    width: 70px !important;
    height: 70px;
    border-radius: 50%;
    margin-right: 20px;
}

.testimonial-author h4 {
    margin: 0;
    letter-spacing: 3px;
}

.testimonial-author p {
    margin: 0;
}

.tetimonial-slider .owl-dots {
    display: block !important;
    text-align: center;
    margin-top: 30px;
}

.tetimonial-slider .owl-dot {
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
    text-decoration: underline;
    display: inline-block;
    margin: 0 10px;
    font-size: 32px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.tetimonial-slider .owl-dot.active {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    color: #c69538;
}

/* 12. News css */

.latest-news-area {
    margin: 10px 0 50px 0;
}

.news-box {
    display: block;
    position: relative;
}

.news-img img {
    width: 100%;
}

.news-text {
    position: absolute;
    width: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 3px 5px;
    background: #c69538;
    bottom: -50px;
    text-align: center;
}

.news-date {
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
}

.news-text h3 {
    color: #fff;
    margin: 0;
    letter-spacing: 2px;
    font-size: 23px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news_more {
    margin-top: 30px;
    float: right;
}

/* 13. Footer css */

.footer-area {
    background: #000;
}

.footer-top {
    background: #1b1a39 url(../img/main/footer-bg1.png) no-repeat;
    background-blend-mode: darken;
    padding: 130px 0 50px 0;
    background-size: cover;
}

.single-footer h3 {
    color: #fff;
    position: relative;
    margin-bottom: 20px;
}

.single-footer h3::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -5px;
    height: 2px;
    width: 40px;
    background-color: #c69538;
}

.single-footer li {
    list-style: none;
    margin-bottom: 10px;
    color: #777;
    font-weight: 500;
    font-size: 16px;
}

.single-footer li:last-child {
    margin-bottom: 0;
}

.single-footer a,
.single-footer p {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.4s linear;
}

.quick-links a {
    position: relative;
    transition: all 0.4s linear;
}

.single-footer a:hover {
    color: #fff;
    padding-left: 15px;
    transition: all 0.4s linear;
}

.quick-links a::before {
    position: absolute;
    content: '\f101';
    opacity: 0;
    font-family: 'FontAwesome';
    transition: all 0.4s linear;
    left: 0;
    color: #cfa06d;
}

.quick-links a:hover::before {
    opacity: 1;
}

.footer-contact i {
    color: #c69538;
    margin-right: 5px
}

.footer-contact li {
    color: #fff;
}

.newsletter_form form {
    position: relative;
    height: 50px;
}

.newsletter_form input {
    background: transparent;
    font-weight: 500;
    padding: 0;
    height: 100%;
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    color: #fff
}

.newsletter_form button {
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px
}

.newsletter_form input:focus {
    outline: none
}

.footer-social {
    margin-top: 10px
}

.footer-social li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0
}

.footer-social a {
    display: block;
    color: #fff;
    font-size: 18px;
    background: #c69538;
    padding: 9px 14px;
    border-radius: 50%;
}

.newsletter_form {
    margin-top: 25px
}

ul.footer-contact {
    margin-top: 20px;
}

.footer-contact a {
    color: #fff;
}

.footer-contact a:hover {
    padding-left: 0;
}

.copyright {
    padding: 10px 0;
    background: #c69538;
}

.copyright p {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
    color: #fff;
}

.copyright-right p {
    float: right;
}

.copyright-right a {
    color: #c4a37d;
}

.fade_rule {
    height: 1px;
    background-color: rgba(119, 119, 119, 0.32);
    width: 66em;
    background-image: -webkit-linear-gradient(right, #000 2%, rgba(119, 119, 119, 0.32) 50%, #000 98%);
    background-image: linear-gradient(to left, #000 2%, rgba(119, 119, 119, 0.32) 50%, #000 98%);
    background-image: -webkit-linear-gradient(to left, #000 2%, rgba(119, 119, 119, 0.32) 50%, #000 98%);
    background-image: -ms-linear-gradient(to left, #000 2%, rgba(119, 119, 119, 0.32) 50%, #000 98%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0.02, #000), color-stop(0.5, rgba(119, 119, 119, 0.32)), color-stop(0.98, #000));
    margin: auto;
}

/* 14. Breadcrumb css */

.breadcrumb-area {
    padding-top: 200px;
    padding-bottom: 150px;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.breadcrumb-area::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #02050b;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    z-index: -1;
}

.breadcrumb-inn {
    padding-left: 60px
}

.breadcrumb-inn h1 {
    color: #fff;
    font-size: 45px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 65px;
    margin-bottom: 15px;
}

.breadcrumb-inn ul li {
    list-style: none;
    position: relative;
    display: inline-block;
    color: #fff;
    padding-right: 45px;
    margin-right: 10px;
    text-transform: capitalize;
    font-family: 'Teko', sans-serif;
    letter-spacing: 3px;
    font-size: 22px;
}

.breadcrumb-inn ul li:last-child {
    padding: 0px;
    margin: 0px;
}

.breadcrumb-inn ul li::before {
    position: absolute;
    content: "//";
    top: 0px;
    right: 0px;
}

.breadcrumb-inn ul li:last-child::before {
    display: none
}

.breadcrumb-inn ul li a {
    color: #fff;
    display: block;
    text-align: center;
    line-height: 33px;
    font-size: 25px;
}

/* 15. Expertise css */

.expertise-area {
    position: relative;
    z-index: 1;
    margin: 30px 0;
}

.expertise-bg {
    position: absolute;
    height: 100%;
    top: 0;
    width: 50%;
    z-index: 1;
    right: 0;
    background-position: 50% 50%;
    background-repeat: repeat;
    background-size: cover;
    z-index: 0
}

.expertise-area::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: #000;
    z-index: 1;
}

.expertise-inn {
    position: relative;
    z-index: 1
}

.expertise-inn .site-heading h2 {
    color: #fff
}

.expertise-inn .skills-prog h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.expertise-inn .skills-prog .barfiller {
    background-color: rgba(255, 255, 255, 0.18);
    border-radius: 0;
    height: 1px;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.expertise-inn .skills-prog .barfiller:last-child {
    margin-bottom: 0
}

.expertise-inn .skills-prog .barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    background: #fff none repeat scroll 0 0 !important;
    border-radius: 0;
}

.expertise-inn .skills-prog .barfiller .tip {
    margin-top: -20px;
    padding: 2px 4px;
    color: #fff;
    top: -8px;
    font-size: 12px;
    font-weight: bold;
    left: 5px;
    border-radius: 4px !important;
    position: absolute;
    z-index: 2;
}

/* Blog Page css */

.blog-left .news-box {
    margin-top: 0;
    margin-bottom: 100px
}

.sidebar-post-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0
}

.sidebar-post-img {
    width: 30%;
    margin-right: 20px;
    background: #111;
    padding: 4px
}

.sidebar-post-text h5 {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 22px
}

.sidebar-post-text h5:hover {
    color: #c69538
}

.sidebar-post-text p {
    font-size: 16px;
    margin-bottom: 5px
}

.blog-search-box input {
    background: #111;
    color: #fff
}

.blog-search-box button {
    position: absolute;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px
}

.blog-sidebar-heading {
    margin: 50px 0 20px
}

.sidebar-content a {
    display: block;
    font-size: 16px;
    color: #111;
    padding: 10px 0;
    border-bottom: 1px solid #e7e7e7;
}

.sidebar-content a:hover {
    color: #c69538
}

.sidebar-content a span {
    float: right
}

.blog-leave-comment {
    margin-top: 20px;
}

.sidebar-post-text {
    width: 100%;
}

.sidebar-tags ul li {
    display: inline-block
}

.sidebar-tags ul li a {
    display: block;
    padding: 5px 10px;
    margin: 5px 0
}

.sidebar-tags ul li a:hover {
    background: #111;
    color: #fff;
    border-radius: 5px
}

.blog-page-area .news_more {
    margin-top: 50px;
}

.blog-comment-area h3,
.blog-leave-comment h3 {
    margin-bottom: 20px
}

.blog-search-box form {
    position: relative
}

.blog-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0
}

.blog-info-date {
    margin: 0 10px;
}

.b_info_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-left-content h3 {
    margin-bottom: 10px
}

.blog-left-content p {
    text-align: justify;
}

.blog-info-img {
    width: 50px;
    background: #111;
    border: 1px solid #111
}

.blog-info p span {
    color: #111;
    font-weight: 500;
    font-size: 20px
}

.blog-info p i {
    margin-right: 10px;
    color: #c69538
}

.comment-form-group {
    position: relative;
    width: 100%
}

.comment-form-group input {
    background: #EEF3FA;
    padding: 0px 10px 0px 40px;
}

.comment-form-text textarea {
    background: #EEF3FA;
    height: 200px;
    margin-top: 20px;
    padding: 20px
}

.comment-form-group i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px
}

.blog-comment-submit {
    margin-top: 20px
}

/* 19. Contact Page css */

.single-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 50px 0 50px
}

.single-contact-info:last-child {
    margin-bottom: 0
}

.contact-info-icon {
    border: 5px solid #111;
    font-size: 25px;
    width: 70px;
    height: 70px;
    line-height: 60px;
    text-align: center;
    margin-right: 50px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.contact-info-icon span {
    color: #111;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
}

.contact-info-text h5 {
    font-size: 21px
}

.contact-info-text p {
    margin: 10px 0
}

.contact-page-right iframe {
    width: 100%
}

.contact-form .section-title {
    color: #000
}

.contact-form input {
    color: #111;
    height: 50px;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 20px;
}

.contact-form textarea {
    color: #111;
    height: 200px;
    padding: 10px;
    width: 100%;
}

.contact-form-action {
    margin-top: 50px
}

/* 21. Portfolio Page css */

.no-paading {
    padding: 0
}

.portfolio-box {
    position: relative;
    overflow: hidden;
}

.portfolio-box .portfolio-text h2,
.portfolio-box .portfolio-text h3 {
    color: #fff
}

.portfolio-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #02050b;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    left: 0;
    bottom: -100%;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease
}

.portfolio-text {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.35);
    padding: 20px 30px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.portfolio-box:hover::before {
    bottom: 0;
}

.portfolio-box:hover .portfolio-text {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

/* 22. Error Page css */

.error-page-inn h2 {
    font-size: 200px;
    font-weight: 800;
    line-height: 94px;
    color: #000;
    letter-spacing: 25px;
}

.error-page-inn h2 span {
    color: #c69538
}

.error-page-inn h3 {
    margin-top: 30px;
}

/* 23. Comming Soon css */

.flip-clock-wrapper {
    width: 50%;
    margin: 50px auto 0;
    display: block
}

.flip-clock-divider .flip-clock-label {
    left: 57px;
    color: #fff;
    font-size: 18px
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -105px;
}

.flip-clock-wrapper .flip {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.74);
}

.flip-clock-wrapper ul {
    background: #fff
}

.flip-clock-wrapper ul li a div div.inn {
    text-shadow: 0 1px 2px #fff;
    background-color: #fff;
    color: #111
}

.flip-clock-dot {
    background: #fff none repeat scroll 0 0
}

.comming-soon-action {
    margin-top: 30px
}

/* Sonu css */

.section-head {
    margin-bottom: 40px;
}

.section-head .sub-title {
    color: #c69538;
}

.section-head .title {
    font-size: 60px;
}

.icon-bx-wraper.style-2 {
    margin-bottom: 30px;
    padding: 0 30px;
    position: relative;
}

.icon-bx-wraper.style-2 .icon-bx {
    display: inline-block;
    text-align: center;
    font-size: 30px;
    border-radius: 10px;
    float: left;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    min-width: 60px;
    line-height: 70px;
    background: #c69538;
    margin-top: 8px;
    box-shadow: 0 1px 15px 0 rgb(198 164 126);
    transition: all 0.4s ease-in-out;
}

.icon-content {
    overflow: hidden;
    padding-top: 15px;
}

.icon-bx-wraper:hover .icon-bx {
    margin-top: -10px;
    transition: all 0.4s ease-in-out;
}

.counter-creative {
    text-align: center;
    border-right: 3px solid #c69538;
    padding: 40px 0;
    background: rgb(27 26 57);
}

.counter-creative-number span {
    font-size: 45px;
    line-height: .8;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .025em;
    color: #fff;
}

.counter-creative-number i {
    font-size: 62px;
    line-height: 1;
    color: #c69538;
    display: block;
    margin-bottom: 20px;
}

.counter-creative-title {
    font-size: 25px;
    color: #fff;
    margin-top: 15px;
    font-weight: 400;
}

.counter-area {
    background: #1b1a39;
    padding: 30px 0;
}

.right-list {
    padding-left: 40px;
}

.pagination-outer {
    text-align: center;
}

.pagination {
    font-family: 'Ubuntu', sans-serif;
    display: inline-flex;
    position: relative;
}

.pagination li a.page-link {
    color: #c69538;
    background-color: #222;
    font-size: 20px;
    font-weight: 600;
    line-height: 41px;
    height: 42px;
    width: 42px;
    padding: 0;
    margin: 0 5px;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.pagination li a.page-link:hover,
.pagination li a.page-link:focus,
.pagination li.active a.page-link:hover,
.pagination li.active a.page-link {
    color: #222;
    background: transparent;
    box-shadow: 0 0 10px #c69538;
}

.pagination li a.page-link::before {
    content: '';
    height: 100%;
    width: 100%;
    border: 5px solid #c69538;
    border-top-color: transparent;
    border-right-color: transparent;
    border-radius: 50%;
    opacity: 0;
    transform: rotate(155deg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.pagination li a.page-link:hover::before,
.pagination li a.page-link:focus::before,
.pagination li.active a.page-link::before {
    opacity: 1;
    transform: rotate(-15deg);
}

@media only screen and (max-width: 480px) {
    .pagination {
        font-size: 0;
        border: none;
        display: inline-block;
    }
    .pagination li {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 10px;
    }
}

.error-page-area {
    transform: translate(0, 50px);
    position: relative;
    padding: 150px 0;
}

.footer-contacts h3 {
    font-size: 40px;
    color: #fff;
}

.footer-contacts {
    background: #c69538 url(../img/main/map.png) no-repeat;
    padding: 50px;
    background-blend-mode: darken;
    border-radius: 5px;
}

.footer-btn {
    float: right;
}

.footer-btn a {
    font-size: 22px;
    background: #000;
    padding: 12px 25px;
    color: #fff;
    border-radius: 5px;
}

section.footer-info {
    margin-bottom: -130px;
}

/* 07. Service css */

.service-area {
    padding-top: 50px;
    padding-bottom: 70px
}

.service-box {
    text-align: center;
    padding: 50px 30px;
    position: relative;
    z-index: 1;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px
}

.service-box:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service-box>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service-box:hover:after,
.service-box:hover>img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.service-text {
    margin-top: 30px;
}

.service-text h3 {
    color: #000;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 2px;
}

.service-text p,
.service-text h3 {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.service-box:hover .service-text p,
.service-box:hover .service-text h3 {
    color: #fff
}

.service-text .btn-border {
    border-width: 1px;
    margin-top: 15px
}

.service-box:hover .btn-border {
    color: #fff;
    border-color: #fff;
}

.service-page-area {
    padding-top: 70px;
    padding-bottom: 100px
}

.service-page-area .service-box {
    margin-top: 30px;
    margin-bottom: 0
}

/* Gallery Images */

.project-block-one {
    position: relative;
    display: block;
    overflow: hidden;
}

.project-block-one .inner-box .image-box {
    position: relative;
    display: block;
    background: #222222;
    overflow: hidden;
    transition: all 500ms ease;
}

.project-block-one .inner-box .image-box img {
    width: 100%;
    opacity: 1;
    transition: all 500ms ease;
}

.project-block-one:hover .image-box img {
    opacity: 0.2;
    transform: scale(1.05);
}

.project-block-one .inner-box .text {
    position: absolute;
    right: -150px;
    bottom: 25px;
    font-size: 17px;
    font-weight: 300;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    transition: all 500ms ease;
}

.project-block-one:hover .text {
    right: 20px;
}

.project-block-one:hover .icon-box {
    top: 30px;
}

.project-block-one .inner-box .icon-box {
    position: absolute;
    top: -40px;
    right: 30px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    color: #ffffff;
    transition: all 500ms ease;
}

.project-block-one .inner-box .icon-box a {
    color: #ffffff;
}

.project-block-one .inner-box .caption-box h4 {
    position: absolute;
    left: -122px;
    bottom: 150px;
    display: block;
    font-size: 35px;
    line-height: 30px;
    font-weight: 300;
    color: #ffffff;
    transform: rotate(270deg);
    transition: all 500ms ease;
}

.project-block-one:hover .caption-box h4 {
    left: -60px;
}

.main-contant-section {
    padding: 30px 0;
}

.main-contant-section h2 {
    color: #c69538;
    margin-bottom: 10px;
    font-size: 45px;
}

.main-contant-section p {
    text-align: justify;
}

.furniture-list li {
    font-size: 18px;
    line-height: 30px;
}

.text-right {
    text-align: right;
}

.project-section {
    padding: 30px 0;
}

.testimonial-area {
    padding: 30px 0;
}

.footer-info {
    padding: 30px 0;
}

/* Click To Top */

#back-to-top {
    position: fixed;
    bottom: 35px;
    right: 30px;
    padding: 9px 15px;
    background-color: #c69538;
    color: #fff;
    z-index: 999;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
    border: 0;
    box-shadow: 0px 0px 9px #c69538;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top:hover {
    color: #fff;
}

#back-to-top.show {
    opacity: 1;
    transition: opacity 0.2s ease-out;
}

/* Call Icon Footer */

.call-btn {
    position: fixed;
    left: 30px;
    bottom: 35px;
    background: #c69538;
    border-radius: 30px;
    min-width: 50px;
    display: flex;
    z-index: 999;
    height: 50px;
    line-height: 0;
    box-shadow: 0 0 6px #c69538;
}

.call-btn a {
    color: #fff;
    padding: 16px 13px;
}

.call-btn i {
    font-size: 22px;
    line-height: 20px;
}

.call-btn span {
    display: inline;
    vertical-align: middle;
    font-size: 15px;
    letter-spacing: -15px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.call-btn:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 5px;
}

.whychoose {
    background: #333 url(../img/whychoose.png) no-repeat;
    background-size: cover;
    padding: 60px 0;
    margin-top: 40px;
}

.titleTop {
    text-align: center;
    margin-bottom: 30px;
}

.titleTop .subtitle {
    font-size: 24px;
    font-weight: 400;
    color: #c69538;
}

.whychoose .titleTop h3 {
    color: #fff; 
    font-size: 48px;
    font-weight: 400; 
    margin-bottom: 20px;
}

.titleTop .seprate {
    margin-bottom: 25px;
}

.chooselist {
    margin-top: 30px;
}

.chooselist li {
    text-align: center;
    color: #fff;
    margin-top: 30px;
}

.chooselist li .thumb-icon {
    width: 80px;
    height: 80px;
    background-color: #c69538;
    border-radius: 50%;
    color: #fff;
    font-size: 32px;
    text-align: center;
    line-height: 80px;
    margin: 0 auto;
    margin-bottom: 10px;
    transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
}

.chooselist li h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}

.chooselist li p {
    color: #fff;
}

.circleList {
    list-style: none;
    margin-top: 20px;
}
.circleList li {
    text-align: center;
    margin-top: 30px;
}
.circleList li .cricle {
    width: 80px;
    height: 80px;
    background-color: #c69538;
    border-radius: 50%;
    color: #fff;
    font-size: 32px;
    text-align: center;
    line-height: 80px;
    margin: 0 auto;
    margin-bottom: 20px;
    transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
}
.circleList li .title {
    font-size: 15px;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
}
.circleList li:hover .cricle {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    background: #333;
}

.circleList li p {
    color: #666;
}


.ltn__feature-item-6 {
    margin-bottom: 30px;
    min-height: 250px;
    padding: 40px 20px 35px;
    transition: all 0.5s ease 0s;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
}

.ltn__feature-item-6::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 4px;
    background-color: #c69538;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.ltn__feature-item-6 .ltn__feature-icon {
    color: #c69538;
}

.ltn__feature-item-6 .ltn__feature-icon i {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ltn__feature-item-6 .ltn__feature-info p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 26px;
    color: #000;
}

.ltn__feature-item-6 .ltn__feature-info p+p {
    margin-top: 15px;
}

.ltn__feature-item-6 .ltn__feature-info .ltn__service-btn {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #c69538;
    font-weight: 700;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
}

.ltn__feature-item-6 .ltn__feature-info .ltn__service-btn i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ltn__feature-item-6.active,
.ltn__feature-item-6:hover {
    -webkit-box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
    box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
}
 
.ltn__feature-item-6:hover::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.ltn__feature-item-6.active .ltn__feature-info .ltn__service-btn,
.ltn__feature-item-6.active .ltn__feature-icon,
.ltn__feature-item-6:hover .ltn__feature-info .ltn__service-btn,
.ltn__feature-item-6:hover .ltn__feature-icon {
    color: #c69538;
}

.ltn__feature-item-6 .ltn__feature-info h3.animated.fadeIn {
    font-size: 27px;
    margin-bottom: 10px;
    color: #c69538;
}

.ttm-bgcolor-grey{
    background-color: #f8f8f8;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.layer-content {
    position: relative;
    z-index: 1;
}

.ttm-bg-layer{
    /* position: absolute; */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /* background: #fff; */
}

.layer-content {
    position: relative;
    z-index: 1;
}

.section-title {
    position: relative;
}

.section-title .title-header {
    position: relative;
    margin-bottom: 14px;
}

.section-title h5{

    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 14px;
    margin-bottom: 11px;
    color: #c69538;
}
.section-title h2.title {
    font-weight: 700;
    font-size: 38px;
    line-height: 47px;
    margin-bottom: 0;
}

.featured-icon-box.style6:first-child {
    padding-top: 31px;
}

.featured-icon-box.icon-position-left.style6 {
    padding: 10px 0;
}

.featured-icon-box {
    position: relative;
}

.featured-icon-box.icon-position-left.style6 .featured-icon {
    vertical-align: top;
    padding-right: 20px;
}

.featured-icon-box.icon-position-left .featured-icon, .featured-icon-box.icon-position-left .featured-content {
    display: table-cell;
    vertical-align: middle;
}

.featured-icon-box.icon-position-left.style6 .featured-icon .ttm-icon {
    height: 36px;
    width: 36px;
    line-height: 36px;
}
.featured-icon-box.icon-position-left .ttm-icon {
    margin-bottom: 0;
}

.ttm-icon_element-fill.ttm-icon_element-color-skincolor{
    color: #fff;
    background-color: #c69538;
    border-radius: 50%;
    margin-bottom: 35px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 2px solid transparent;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    box-sizing: content-box;
    position: relative;
}

.featured-title h5 {
    font-size: 25px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}

.featured-icon-box.icon-position-left .featured-desc p {
    margin-bottom: 0;
    padding: 0;
    font-size: 15px;
    line-height: 22px;
}

.ttm-bg.ttm-col-bgcolor-yes.ttm-bgcolor-white.spacing-3.z-index-1 {
    padding-left: 40px;
}

.footer-contacts p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}

.footer-contacts .row {
    align-items: center;
}


.main-contant-section .row {
    margin-bottom: 30px;
}

.main-contant-section h3 {
    margin-bottom: 20px;
}

.about-area .list li {
    color: #333;
    padding-bottom: 10px;
    font-size: 17px;
    list-style: auto;
    margin-left: 30px;
}