@FONT-FACE {
    font-family: poppins;
    src: url(poppins.woff2);
}

@FONT-FACE {
    font-family: popmed;
    src: url(popmed.woff2);
}






* {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0
}

body {
    font-family: poppins;
    font-size: 14px;
    color: #c6c6c6;
    line-height: 1.6em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
background:#212121;overflow-x: hidden;
}

.bordered-layout .page-wrapper {
    padding: 0 50px 0
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #c58f2d
}

a:focus,
a:hover,
a:visited,
button {
    text-decoration: none;
    outline: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    margin: 0;
    background: 0 0;
    color: #121212;
    font-family: popmed;
}

textarea {
    overflow: hidden
}

a {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.text,
p {
    position: relative;
    line-height: 1.8em;
    font-size: 15px;
    font-family: poppins
}

h1 {
    line-height: 1.1em;
    font-size: 80px
}

h2 {
    line-height: 1.2em;
    font-size: 42px
}

h3 {
    line-height: 1.3em;
    font-size: 36px
}

h4 {
    line-height: 1.4em;
    font-size: 24px
}

h5 {
    line-height: 1.4em;
    font-size: 22px
}

h6 {
    line-height: 1.6em;
    font-size: 18px
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

.medium-container {
    position: static;
    max-width: 1000px;
    padding: 0 15px;
    margin: 0 auto
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px
}

li,
ul {
    list-style: none;
    padding: 0;
    margin: 0
}

img {
    display: inline-block;
    max-width: 100%
}

.theme-btn {
    cursor: pointer;
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.centered {
    text-align: center
}

::-webkit-input-placeholder {
    color: inherit
}

::-moz-input-placeholder {
    color: inherit
}

::-ms-input-placeholder {
    color: inherit
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
    background-size: 110px
}

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #c58f2d;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #212121;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.scroll-to-top:hover {
    color: #fff;
    background: #c58f2d
}

.list-style-one {
    position: relative
}

.list-style-one li {
    position: relative;
    font-weight: 400;
    line-height: 1.8em;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 30px
}

.list-style-one li a {
    position: relative;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.list-style-one li a:hover {
    color: #c58f2d
}

.list-style-one li .icon {
    position: absolute;
    left: 0;
    top: 5px;
    color: #c58f2d;
    font-size: 18px;
    line-height: 1em;
    font-weight: 300;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.list-style-two {
    position: relative
}

.list-style-two li {
    position: relative;
    font-weight: 400;
    line-height: 1.8em;
    color: #111;
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 30px
}

.list-style-two li:before {
    position: absolute;
    left: 0;
    content: "\f187";
    font-weight: 600;
    color: #c58f2d;
    font-family: Flaticon;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-style-one {
    position: relative;
    display: inline-grid;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    overflow: hidden;
    background: 0 0;
    text-align: center;
    border-radius: 4px;
    padding: 14px 30px 14px;
    text-transform: capitalize;
    background-color: #c58f2d
}

.btn-style-one:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(.2, 1);
    transform: scale(.2, 1);
    background-color: #22232a
}

.btn-style-one .txt {
    position: relative;
    z-index: 1
}

.btn-style-one:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.btn-style-one:hover {
    color: #121212
}

.btn-style-two {
    position: relative;
    line-height: 30px;
    font-weight: 500;
    overflow: hidden;
    background: 0 0;
    text-align: center;
    border-radius: 3px;
    display: inline-grid;
    padding: 13px 20px 13px;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    background-color: #c58f2d
}

.btn-style-two:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(.2, 1);
    transform: scale(.2, 1);
    background-color: #22232a
}

.btn-style-two:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.btn-style-two .txt {
    position: relative;
    z-index: 1
}

.btn-style-two i {
    position: relative;
    top: 2px;
    font-style: normal;
    line-height: 1em;
    margin-left: 5px
}

.btn-style-two:hover {
    color: #fff
}

.btn-style-three {
    position: relative;
    line-height: 30px;
    font-weight: 500;
    overflow: hidden;
    background: 0 0;
    text-align: center;
    border-radius: 3px;
    display: inline-grid;
    padding: 13px 35px 13px;
    font-size: 16px;
    text-transform: capitalize;
    color: #c58f2d;
    background-color: #22232a
}

.btn-style-three:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(.2, 1);
    transform: scale(.2, 1);
    background-color: #c58f2d
}

.btn-style-three:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.btn-style-three .txt {
    position: relative;
    z-index: 1
}

.btn-style-three i {
    position: relative;
    top: 2px;
    font-style: normal;
    line-height: 1em;
    margin-left: 5px
}

.btn-style-three:hover {
    color: #fff
}

.btn-style-four {
    position: relative;
    line-height: 30px;
    font-weight: 500;
    overflow: hidden;
    background: 0 0;
    text-align: center;
    border-radius: 3px;
    display: inline-grid;
    padding: 11px 30px 11px;
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    background-color: #c58f2d
}

.btn-style-four:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(.2, 1);
    transform: scale(.2, 1);
    background-color: #e6a12a
}

.btn-style-four:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.btn-style-four .txt {
    position: relative;
    z-index: 1
}

.btn-style-four i {
    position: relative;
    top: 2px;
    font-style: normal;
    line-height: 1em;
    margin-left: 5px
}

.btn-style-four:hover {
    color: #fff
}

.btn-style-five {
    position: relative;
    line-height: 30px;
    font-weight: 500;
    overflow: hidden;
    background: 0 0;
    text-align: center;
    border-radius: 3px;
    display: inline-grid;
    padding: 11px 35px 11px;
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    background-color: #c58f2d
}

.btn-style-five:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(.2, 1);
    transform: scale(.2, 1);
    background-color: #22232a
}

.btn-style-five:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.btn-style-five .txt {
    position: relative;
    z-index: 1
}

.btn-style-five i {
    position: relative;
    top: 2px;
    font-style: normal;
    line-height: 1em;
    margin-left: 5px
}

.btn-style-five:hover {
    color: #c58f2d
}

.theme_color {
    color: #0060ff
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.sec-title {
    margin-bottom: 25px;
position: relative;
}

.sec-title .separator {
    position: relative;
    width: 88px;
    height: 5px;
    background-color: #c58f2d;
    margin-bottom: 25px
}

.sec-title .separator:before {
    position: absolute;
    content: '';
    left: -1px;
    top: -2px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    display: inline-block;
    background-color: #c58f2d
}

.sec-title .separator:after {
    position: absolute;
    content: '';
    right: -1px;
    top: -2px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    display: inline-block;
    background-color: #c58f2d
}

.sec-title h2 {
    font-size: 30px;
color: #fff;    position: relative;
    text-transform: capitalize;
padding-bottom:20px;
}

.sec-title h2:after {




    position: absolute;
    content: '';
    bottom: 0;
    width: 92px;
    height: 12px;
    background: url(../images/header-line-2.png);
left: 50%;
margin-left: -46px;

}

/*
.sec-title.white h2 {
  color: #fff;
}*/

.sec-title .title {
    position: relative;
    letter-spacing: 1px;
    color: #c58f2d;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.sec-title .text {
    margin-top: 15px
}

.sec-title.light .text,
.sec-title.light h2 {
    color: #fff
}

.sec-title.centered {
    text-align: center !important
}

.sec-title.centered .separator {
    margin: 0 auto;
    margin-bottom: 25px
}

.main-header {
    position: relative;
    z-index: 99;
    width: 100%
}

.main-header .header-top {
    position: relative;
    overflow: hidden;
    background-color: #121212
}

.main-header .header-top .top-left {
    position: relative;
    float: left
}

.main-header .header-top .info {
    position: relative;
    padding: 13px 0
}

.main-header .header-top .info li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    margin-right: 20px
}

.main-header .header-top .info li .icon {
    position: absolute;
    left: 0;
    color: #fff
}

.main-header .header-top .info li:last-child {
    margin-right: 0
}

.main-header .header-top .info li a {
    position: relative;
    color: #fff;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    padding-left: 25px
}

.main-header .header-top li a:hover {
    color: #c58f2d
}

.main-header .header-top .social-box {
    position: relative;
    padding: 13px 0
}

.main-header .header-top .social-box:before {
    position: absolute;
    content: '';
    left: -170px;
    top: 0;
    right: -1200px;
    bottom: 0;
    transform: skewX(-30deg);
    background-color: #c58f2d
}

.main-header .header-top .social-box li {
    position: relative;
    display: inline-block;
    margin-left: 25px
}

.main-header .header-top .social-box li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.main-header .header-top .social-box li a:hover {
    color: #121212
}

.main-header .header-upper {
    position: relative;
    background-color: #22232a
}

.main-header .main-box {
    position: relative;
    padding: 0 0;
    left: 0;
    top: 0;
    width: 100%;
    background: 0 0;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.main-header .main-box .outer-container {
    position: relative;
    padding: 0 40px
}

.main-header .logo-box {
    position: relative;
    z-index: 10;
    padding: 5px 0;
float: left;
}

.main-header .logo-box .logo img {
    display: inline-block;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.main-header .header-lower {
    position: relative;
border-bottom: 1px solid #fff3;
}

.main-header .header-lower .nav-outer {
    position: relative;
padding: 0 15px;
}

.main-header .header-upper .logo-box {
    position: relative;
    padding: 10px 0 10px
}

.main-header .header-upper .logo-box .logo {
    position: relative
}

.main-header .main-menu {
    position: relative;
    float: left;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
margin-top: 25px;
}

.main-header .main-menu .navbar-collapse {
    padding: 0;
    float: left;
    display: block !important
}

.main-header .main-menu .navigation {
    position: relative;
    margin: 0
}

.main-header .main-menu .navigation>li {
    position: relative;
    float: left;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    margin-left: 25px
}

.main-header .sticky-header .main-menu .navigation>li.current>a,
.main-header .sticky-header .main-menu .navigation>li:hover>a {
    color: #c58f2d
}

.main-header .sticky-header .main-menu .navigation>li>a::after {
    display: none
}

.main-header .sticky-header .nav-outer .options-box {
    margin-top: 40px
}

.main-header .sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 0;
    z-index: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    background-color: #111;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.main-header .sticky-header .mobile-nav-toggler {
    cursor: pointer;
    color: #121212;
    font-size: 30px;
    margin-left: 15px
}

.main-header .sticky-header .logo img {
    width: 230px;
    padding: 8px 0
}

.main-header .sticky-header .main-menu .navigation>li>a,
.main-header .sticky-header .outer-box .nav-btn,
.main-header .sticky-header .search-box-btn {

}


.main-header .sticky-header .main-menu .navigation>li>a {
padding: 35px 0;
}


.main-header .sticky-header .outer-box {
padding: 32px 0;
margin-left: 25px;margin-top: 0;
}

.main-header .sticky-header .main-menu {
margin-top: 0;
}


.main-header.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -op-animation-duration: .5s;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.main-header .main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    letter-spacing: 0;
    opacity: 1;
    padding: 12px 0 34px;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-header .main-menu .navigation>li>a:after {
    content: "";
    right: 0;
    bottom: 0;
    width: 0;
    position: absolute;
    border-bottom: 1px solid #c58f2d;
    -webkit-transition: width .3s ease;
    transition: width .3s ease
}



.main-header .main-menu .navigation>li.dropdown>a:before {
font-family: "Font Awesome 5 Pro";
content: "\f107";
position: absolute;
right: -12px;
display: block;
color: #fff;
font-size: 16px;
font-weight: 300;
text-align: center;
}



.main-header .main-menu .navigation>li.current>a:after,
.main-header .main-menu .navigation>li>a:hover:after {
    left: 0;
    right: auto;
    width: 100%
}

.main-header .main-menu .navigation>li:last-child {
    margin-right: 0
}

.main-header .main-menu .navigation>li:last-child>a {
    padding-right: 0
}

.main-header .sticky-header .main-menu .navigation>li {
    position: relative;
margin-right: 0;
}

.main-header .sticky-header .main-menu .navigation>li:last-child {
    margin-right: 0
}

.main-header .main-menu .navigation>li:last-child ul {
    right: 0
}

.main-header .main-menu .navigation>li.current>a,
.main-header .main-menu .navigation>li:hover>a {
    opacity: 1;
    color: #fff
}

.main-header .main-menu .navigation>li>ul {
    position: absolute;
    width: 260px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    visibility: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.main-header .main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0
}

.main-header .main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    text-align: left
}

.main-header .main-menu .navigation>li>ul>li:last-child {
    border-bottom: none
}

.main-header .main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 18px;
    line-height: 24px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #333;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-header .main-menu .navigation>li>ul>li+li {
    border-top: 1px solid #eee
}

.main-header .main-menu .navigation>li>ul>li>a:before {
    position: absolute;
    content: '//';
    left: 10px;
    top: 11px;
    opacity: 0;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-header .main-menu .navigation>li>ul>li:hover>a::before {
    opacity: 1
}

.main-header .main-menu .navigation>li>ul>li:hover>a {
    padding-left: 30px;
    color: #fff;
    background-color: #c58f2d
}

.main-header .main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    z-index: 5
}

.main-header .main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 15rem;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    visibility: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    border-radius: 0;
    background-color: #c58f2d;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.main-header .main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0
}

.main-header .main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.main-header .main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none
}

.main-header .main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 18px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-header .main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #fff;
    background-color: #22232a
}

.main-header .main-menu .navigation>li>ul>li>ul>li>a:before {
    position: absolute;
    content: '//';
    left: 10px;
    top: 11px;
    opacity: 0;
    font-weight: 700;
    font-size: 12px;
    color: #c58f2d;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-header .main-menu .navigation>li>ul>li>ul>li:hover>a::before {
    opacity: 1
}

.main-header .main-menu .navigation>li>ul>li>ul>li:hover>a {
    padding-left: 30px;
    color: #fff;
    background-color: #121212
}

.main-header .main-menu .navigation>li.dropdown:hover>ul {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible
}

.main-header .main-menu .navigation li>ul>li.dropdown:hover>ul {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible
}

.main-header .main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 28px;
    border: 1px solid #ffffff1a;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none
}

.main-menu .navigation>li>ul>li.updates {
    padding: 12px 15px;
    color: #fff;
    left: 0;
    right: 0;
    width: auto;
    font-weight: 600;
    font-size: 16px;
    background-color: #c58f2d
}

.main-header .nav-outer .mobile-nav-toggler {
    position: relative;
    float: left;
    padding: 2px 0 0;
    font-size: 26px;
    line-height: 44px;
    cursor: pointer;
    color: #fff;
    display: none
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 999999
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px;
    text-align: center
}

.mobile-menu .nav-logo img {
    max-width: 200px
}

.mobile-menu-visible {
    overflow: hidden
}

.mobile-menu-visible .mobile-menu {
    visibility: visible
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .9);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;

}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    width: 100%;
    visibility: visible;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mobile-menu .menu-box {
    position: absolute;
    right: -400px;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #222;
    padding: 0 0;
    z-index: 5;
    border-radius: 0;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease
}

.mobile-menu-visible .mobile-menu .menu-box {
    right: 0;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -ms-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px)
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -ms-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s
}

.mobile-menu .close-btn:hover {
    opacity: .5
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 15px;
    color: #404040;
    text-transform: capitalize
}

.mobile-menu .navigation li.current>a,
.mobile-menu .navigation li:hover>a {
    color: #111
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #404040;
    cursor: pointer;
    z-index: 5
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none
}

.mobile-menu .navigation li>ul>li>a {
    padding-left: 30px
}

.mobile-menu .navigation li>ul>li>ul {
    padding-left: 0
}

.mobile-menu .navigation li>ul>li>ul>li>a {
    padding-left: 40px
}

.main-header .mobile-menu .close-btn:hover {
    opacity: .5
}

.main-header .mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid #c1c1c133
}

.main-header .mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid #c1c1c133
}

.main-header .mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none
}

.main-header .mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid #c1c1c133
}

.main-header .mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize
}

.main-header .mobile-menu .navigation li.current>a,
.main-header .mobile-menu .navigation li:hover>a {
    color: #c58f2d
}

.main-header .mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    text-align: center;
    color: #dbdbdb;
    font-size: 16px;
    line-height: 44px;
    cursor: pointer;
    z-index: 5
}

.main-header .mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid #c1c1c133
}

.main-header .mobile-menu .navigation li>ul,
.main-header .mobile-menu .navigation li>ul>li>ul {
    display: none
}

.main-header .sticky-header .navbar-header {
    display: none
}

.main-header .outer-box {
    position: relative;
    float: right;
    padding: 14px 0;
    display: flex;
    align-items: center;
margin-top: 25px;
}

.main-header .search-box-outer {
    position: relative;
    float: left
}

.main-header .search-box-btn {
    position: relative;
    top: 0;
    display: block;
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 20px !important;
    cursor: pointer;
    background: 0 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-header .outer-box .nav-btn {
    position: relative;
    float: left;
    cursor: pointer;
    font-size: 32px;
    color: #fff;
    margin-left: 12px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    padding-left: 12px;
    border-left: 1px solid
}

.main-header .outer-box .nav-btn:hover,
.main-header .outer-box .search-box-btn:hover {
    color: #c58f2d
}

.main-header .cart-box {
    position: relative;
    float: left;
    line-height: 1em;
    background: 0 0;
    padding-top: 3px;
    display: inline-block;
    color: #c58f2d;
    font-size: 16px
}

.main-header .cart-box .cart-box-btn {
    background: 0 0;
    cursor: pointer;
    color: #c58f2d;
    font-size: 24px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.main-header .cart-box .cart-box-btn:after {
    display: none
}

.main-header .cart-box .cart-box-btn .total-cart {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 18px;
    height: 18px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    background-color: #333
}

.main-header .cart-product {
    position: relative;
    margin-bottom: 20px;
    min-height: 90px;
    border-bottom: 1px solid #e4e4e4
}

.main-header .cart-product .inner {
    position: relative;
    padding-left: 90px;
    min-height: 70px
}

.main-header .cart-product .inner .cross-icon {
    position: absolute;
    right: 0;
    top: -2px;
    z-index: 1;
    cursor: pointer;
    color: #111;
    font-size: 18px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-header .cart-product .inner .cross-icon:hover {
    color: #c58f2d
}

.main-header .cart-product .inner .image {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 0;
    top: 0
}

.main-header .cart-product .inner h3 {
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 15px;
    margin: 0;
    text-transform: capitalize
}

.main-header .cart-product .inner h3 a {
    color: #333;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.main-header .cart-product .inner h3 a:hover {
    color: #c58f2d
}

.main-header .cart-product .inner .quantity-text {
    position: relative;
    font-weight: 300;
    color: #111;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0
}

.main-header .cart-product .inner .price {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    margin-top: 5px;
    color: #111
}

.main-header .cart-box .cart-panel {
    left: auto !important;
    right: 0 !important;
    border-radius: 0;
    padding: 20px 20px;
    min-width: 300px;
    margin-top: 60px;
    z-index: -1;
    box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    border: 3px solid #c58f2d;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important
}

.main-header .cart-box .cart-panel .cart-total {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize
}

.main-header .cart-box .cart-panel .cart-total span {
    font-weight: 800;
    font-size: 16px
}

.main-header .cart-box .cart-panel .btns-boxed {
    position: relative;
    text-align: center;
    margin-top: 20px
}

.main-header .cart-box .cart-panel .btns-boxed li {
    position: relative;
    margin: 0 5px;
    display: inline-block
}

.main-header .cart-box .cart-panel .btns-boxed li a {
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    padding: 10px 20px 8px;
    border-radius: 2px;
    display: inline-block;
    background-color: #c58f2d;
    border: 1px solid #c58f2d;
    text-transform: uppercase;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.main-header .cart-box .cart-panel .btns-boxed li a:hover {
    color: #c58f2d;
    background: 0 0
}

.main-header .cart-box .icon a {
    color: #c58f2d
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    -webkit-transition: all .5s cubic-bezier(.86, 0, .070, 1);
    -moz-transition: all .5s cubic-bezier(.86, 0, .070, 1);
    -o-transition: all .5s cubic-bezier(.86, 0, .070, 1);
    transition: all 1.5s cubic-bezier(.86, 0, .070, 1);
    -webkit-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
    -moz-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
    -o-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
    transition-timing-function: cubic-bezier(.86, 0, .070, 1)
}

.search-popup .color-layer {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, .9);
    -webkit-transition: all .5s cubic-bezier(.86, 0, .070, 1);
    -moz-transition: all .5s cubic-bezier(.86, 0, .070, 1);
    -o-transition: all .5s cubic-bezier(.86, 0, .070, 1);
    transition: all 1.5s cubic-bezier(.86, 0, .070, 1);
    -webkit-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
    -moz-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
    -o-transition-timing-function: cubic-bezier(.86, 0, .070, 1);
    transition-timing-function: cubic-bezier(.86, 0, .070, 1)
}

.sidenav-bar-visible .search-popup {
    width: 80%
}

.search-popup:after {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 560px;
    background-image: url(../images/icons/waves-shape.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0;
    content: ""
}

.search-active .search-popup {
    transform: translateY(0);
    margin-top: 0
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #c58f2d;
    width: 70px;
    cursor: pointer;
    border-bottom: 3px solid #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden
}

.search-popup .close-search span {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
    color: #fff
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    z-index: 999;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.search-popup .form-group {
    position: relative;
    margin: 0;
    overflow: hidden
}

.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #121212;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-weight: 500;
    text-transform: capitalize
}

.search-popup .form-group button,
.search-popup .form-group input[type=submit] {
    position: absolute;
    right: 30px;
    top: 0;
    height: 70px;
    line-height: 70px;
    background: 0 0;
    text-align: center;
    font-size: 24px;
    color: #121212;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.search-popup .form-group button:hover,
.search-popup .form-group input[type=submit]:hover {
    color: #121212
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #121212
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #fff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0;
    border: none;
    background: 0 0 !important;
    box-shadow: none !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.search-popup .close-search.style-two span {
    font-size: 20px;
    color: #fff
}

.main-header .mobile-menu .menu-box .mCSB_scrollTools {
    width: 3px
}

.header-style-two {
position: absolute;
top: 0;
left: 0;
right: 0;
}

.sidebar-info-contents {
    position: relative
}

.sidebar-info-contents .content-inner {
    position: relative
}

.sidebar-info-contents .content-inner .logo {
    padding-bottom: 20px
}

.sidebar-info-contents .content-inner .logo img {
    display: block;
    max-width: 100%;
    max-width: 160px;
    margin: 0 auto
}

.sidebar-info-contents .content-inner .content-box {
    position: relative
}

.sidebar-info-contents .content-inner h5 {
    color: #000;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize
}

.sidebar-info-contents .content-inner .content-box .text {
    margin-bottom: 15px;
    height: 190px;
    overflow: hidden
}

.sidebar-info-contents .content-inner .contact-info {
    position: relative;
    margin-top: 20px
}

.sidebar-info-contents .content-inner .social-box {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px
}

.sidebar-info-contents .content-inner .social-box li {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease
}

.sidebar-info-contents .content-inner .social-box li a {
    position: relative;
    width: 40px;
    height: 40px;
    z-index: 1;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: #f8f8f8;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    color: #000
}

.sidebar-info-contents .content-inner .social-box li a:hover {
    color: #fff;
    background-color: #c58f2d
}

.close-side-widget,
.close-side-widget:hover {
    color: #fff !important;
    font-size: 24px
}

.main-slider {
    position: relative;
    overflow: hidden
}

.main-slider .slide {
    position: relative;
    overflow: hidden;
    padding: 190px 0 260px;
    background-size: cover
}

.main-slider .color-layer-one {
    position: absolute;
    left: 0;
    top: 0;
    width: 930px;
    height: 840px;
    z-index: 1;
    border-radius: 100px;
    transform: translateX(-30%) translateY(-35%) rotate(45deg);
    background-color: #121212
}

.main-slider .color-layer-two {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 930px;
    height: 840px;
    border-radius: 0;
    transform: translate(-25%) translateY(55%) rotate(-45deg);
    background-color: #c58f2d
}

.main-slider .color-layer-three {
    position: absolute;
    left: 0;
    top: 0;
    width: 930px;
    height: 840px;
    border-radius: 100px;
    transform: translateX(-20%) translateY(-35%) rotate(45deg);
    background-color: #121212c
}

.main-slider .pattern-layer {
    position: absolute;
    left: 60px;
    width: 132px;
    height: 170px;
    bottom: 60px;
    z-index: 1;
    background-repeat: no-repeat
}

.main-slider .content-boxed {
    position: relative;
    max-width: 720px;
    z-index: 10
}

.main-slider .content-boxed .inner-box {
    position: relative
}

.main-slider .title {
    position: relative;
    opacity: 0;
    font-weight: 500;
    font-size: 20px;
    color: #c58f2d;
    transform: translateX(180px);
    transform-origin: top;
    text-transform: uppercase;
    -webkit-transition: all 1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    margin-bottom: 20px
}

.main-slider .active .title {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.main-slider h1 {
    color: #fff;
    opacity: 0;
    transform: translateX(200px);
    transform-origin: top;
    -webkit-transition: all 1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    margin-bottom: 40px
}

.main-slider .active h1 {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -ms-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms
}

.main-slider .btns-box {
    opacity: 0;
    transform: translateX(200px);
    transform-origin: top;
    display: inline-block;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease
}

.main-slider .active .btns-box {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -ms-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s
}

.main-slider .btns-box .theme-btn {
    margin-right: 25px;
    margin-bottom: 15px
}

.main-slider .owl-dots,
.main-slider .owl-nav {
    display: none
}

.main-slider-two {
    position: relative;
    overflow: hidden
}

.main-slider-two .slide {
    position: relative;
    overflow: hidden;
    height: 100vh;
    background-size: cover;
    background-position: center;
    align-items: center
}

.main-slider-two .slide img {
    height: 100%;
    width: 100%
}

.main-slider-two .owl-item img {
    transition: all ease-in-out 8s;

    height: 100%
}

.main-slider-two .owl-item.active img {

}

.main-slider-two .slide:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000c;
    background: -webkit-linear-gradient(to right, #000c 0, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(to right, #000c 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #000c 0, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5), #fff0);
}

.main-slider-two .pattern-layer-one {
    position: absolute;
    left: -40px;
    width: 170px;
    height: 383px;
    bottom: 25%;
    z-index: 2;
    background-repeat: no-repeat;
    opacity: .2 !important
}

.main-slider-two .pattern-layer-two {
    position: absolute;
    right: 0;
    width: 243px;
    height: 404px;
    bottom: 0;
    z-index: 1;
    background-repeat: no-repeat;
    opacity: .2
}

.main-slider-two .content-boxed {
    position: absolute;
    z-index: 10;
    top: 0;
    z-index: 9;
    height: 100%;
    display: grid;
    align-items: center;
    padding-top: 100px;
max-width: 50%;
}

.main-slider-two .content-boxed .inner-box {
    position: relative
}

.main-slider-two h1 {
    color: #fff;
    opacity: 0;
    transform: translateX(200px);
    transform-origin: top;
    -webkit-transition: all 1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    font-size: 34px;
    font-size: 40px;
    font-weight: 400;
    max-width: 50%;
    text-transform: capitalize;
margin-bottom: 30px;
}

.main-slider-two .active h1 {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.main-slider-two .text {
    opacity: 0;
    font-weight: 400;
    font-size: 25px;
line-height: 35px;
    color: #fff;
    transform: translateX(200px);
    transform-origin: top;
    -webkit-transition: all 1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    margin-bottom: 30px
}

.main-slider-two .active .text {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.main-slider-two .price {
    opacity: 0;
    font-weight: 600;
    line-height: 1em;
    font-size: 60px;
    color: #c58f2d;
    transform: translateX(200px);
    transform-origin: top;
    -webkit-transition: all 1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    margin-bottom: 20px
}

.main-slider-two .price span {
    position: relative;
    top: -25px;
    font-weight: 500;
    font-size: 24px
}

.main-slider-two .price sup {
    position: relative;
    top: -22px;
    font-weight: 500;
    font-size: 20px
}

.main-slider-two .active .price {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -ms-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.main-slider-two .btns-box {
    opacity: 0;
    transform: translateX(200px);
    transform-origin: top;
    display: inline-block;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease
}

.main-slider-two .active .btns-box {
    opacity: 1;
    transform: translateX(0);
    transition-delay: .9s
}

.main-slider-two .btns-box .theme-btn {
    margin-right: 25px;
    margin-bottom: 15px
}

.main-slider-two .owl-nav {
    position: absolute;
    right: 20px;
    display: flex;
    bottom: 20px
}

.main-slider-two .owl-nav .owl-next,
.main-slider-two .owl-nav .owl-prev {
    position: relative;
    font-size: 40px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.main-slider-two .owl-nav .owl-next:hover,
.main-slider-two .owl-nav .owl-prev:hover {
    color: #c58f2d
}

.main-slider-two .owl-nav .owl-prev {
    margin-top: 45px
}

.main-slider-two .owl-dots {
    counter-reset: slides-num;
    position: absolute;
    top: 50%;
    right: 25px;
    font-size: 12px;
    font-weight: 700;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1
}

.main-slider-two.pagination-right .owl-dots {
    left: auto;
    right: 25px
}

.main-slider-two.pagination-right-outside .owl-dots {
    left: auto;
    right: -45px
}

.main-slider-two.pagination-bottom .owl-dots {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: auto;
    left: 50%;
    bottom: 15px
}

.main-slider-two.pagination-right-bottom .owl-dots {
    left: auto;
    right: 0;
    bottom: 12px;
    top: auto
}

.external-indent .main-slider-two.pagination-right-bottom .owl-dots {
    bottom: -55px;
    right: -18px !important
}

.main-slider-two.arrows-right-bottom.pagination-right-bottom .owl-dots {
    right: 70px
}

.main-slider-two.pagination-left-bottom .owl-dots {
    right: auto;
    left: 0;
    bottom: 12px;
    top: auto
}

.external-indent .main-slider-two.pagination-left-bottom .owl-dots {
    bottom: -55px;
    left: 0 !important
}

.main-slider-two.arrows-left.pagination-left-bottom .owl-dots {
    left: 90px
}

.main-slider-two .owl-dot {
    display: block;
    color: #fff;
    counter-increment: slides-num;
    font-size: 14px;
    letter-spacing: 1px
}

.main-slider-two.pagination-bottom .owl-dot,
.main-slider-two.pagination-left-bottom .owl-dot,
.main-slider-two.pagination-right-bottom .owl-dot {
    display: inline-block
}

.main-slider-two .owl-dot.active {
    padding-bottom: 18px;
    color: #c58f2d
}

.main-slider-two.pagination-bottom .owl-dot.active,
.main-slider-two.pagination-left-bottom .owl-dot.active,
.main-slider-two.pagination-right-bottom .owl-dot.active {
    padding: 0 18px 0 0
}

.main-slider-two .owl-dot span {
    display: none
}

.main-slider-two .owl-dot:before {
    content: "0" counter(slides-num);
    display: block;
    margin-bottom: 18px
}

.main-slider-two .owl-dot.active::after {
    height: 30px
}

.main-slider-two .owl-dot:nth-child(n+10):before {
    content: counter(slides-num)
}

.main-slider-two.pagination-bottom .owl-dot:before,
.main-slider-two.pagination-left-bottom .owl-dot:before,
.main-slider-two.pagination-right-bottom .owl-dot:before {
    margin-bottom: 0;
    margin-right: 18px;
    display: inline-block;
    vertical-align: middle
}

.main-slider-two .owl-dot:after {
    content: "";
    display: block;
    width: 2px;
    margin: 0 auto;
    height: 0;
    -webkit-box-shadow: inset 0 0 0 1px;
    box-shadow: inset 0 0 0 1px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #fff
}

.main-slider-two .owl-dot.active:after {
    height: 30px;
    background: #fff
}

.main-slider-two.pagination-bottom .owl-dot:after,
.main-slider-two.pagination-left-bottom .owl-dot:after,
.main-slider-two.pagination-right-bottom .owl-dot:after {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0;
    height: 1px;
    width: 0
}

.main-slider-two.pagination-bottom .owl-dot.active:after,
.main-slider-two.pagination-left-bottom .owl-dot.active:after,
.main-slider-two.pagination-right-bottom .owl-dot.active:after {
    width: 30px;
    height: 1px
}

.appointment-section {
    position: relative;
    padding: 55px 0 30px;
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #121212
}

.appointment-section .title-column {
    position: relative;
    margin-bottom: 20px
}

.appointment-section .title-column .inner-column {
    position: relative
}

.appointment-section .title-column h3 {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize
}

.appointment-section .form-column {
    position: relative;
    margin-bottom: 20px
}

.appointment-section .form-column .inner-column {
    position: relative;
    padding-top: 20px
}

.appointment-section.style-two {
    background-color: #121212
}

.appointment-section.style-two .appointment-form .form-group button {
    padding: 13px 40px 13px
}

.appointment-form {
    position: relative
}

.appointment-form .form-group {
    position: relative;
    display: block;
    padding-right: 260px;
    margin-bottom: 0
}

.appointment-form .form-group input[type=email],
.appointment-form .form-group input[type=text] {
    position: relative;
    display: block;
    width: 100%;
    height: 56px;
    font-size: 15px;
    line-height: 26px;
    color: #111;
    padding: 10px 20px 10px 25px;
    border-radius: 3px;
    background: #22232a;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.appointment-form .form-group button {
    position: absolute;
    right: 0;
    top: 0
}

.services-section {
    position: relative;
    padding: 100px 0 70px
}

.services-section .upper-section {
    position: relative
}

.service-block .inner-box:hover::before,
.service-block.active .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #eae7e7;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease
}

.service-block .inner-box:hover::after,
.service-block.active .inner-box:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #eae7e7;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease
}

.service-block {
    position: relative;
    margin-bottom: 30px
}

.service-block .inner-box {
    position: relative;
    text-align: center
}

.service-block .inner-box h4 {
    margin-bottom: 15px
}

.service-block .inner-box h4 a {
    color: #121212
}

.service-block .inner-box .icon {
    position: relative;
    max-width: 60px;
    margin: 0 auto;
    margin-bottom: 30px
}

.service-block:first-child .inner-box .text {
    margin-bottom: 15px
}

.service-block:first-child .inner-box .icon {
    max-width: 80px;
    margin-bottom: 15px
}

.service-block .inner-box .text {
    padding: 0 20px;
    margin-bottom: 25px
}

.service-block .inner-box .services {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    color: #333
}

.service-block .inner-box .services .arrow {
    position: relative;
    top: 2px;
    margin-left: 5px
}

.service-block .inner-box:hover .services,
.service-block .inner-box:hover h4 a {
    color: #c58f2d
}

.service-block .inner-box .border-one {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    opacity: 0;
    border-top: 10px solid #c58f2d;
    border-left: 10px solid #c58f2d;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease
}

.service-block .inner-box .border-two {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    opacity: 0;
    border-right: 10px solid #c58f2d;
    border-bottom: 10px solid #c58f2d;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease
}

.service-block .inner-box:hover .border-one,
.service-block .inner-box:hover .border-two,
.service-block.active .inner-box .border-one,
.service-block.active .inner-box .border-two {
    opacity: 1
}

.services-section .lower-section {
    position: relative;
    padding-top: 90px
}

.services-section .image-column {
    position: relative;
    margin-bottom: 30px
}

.services-section .image-column .inner-column {
    position: relative
}

.services-section .image-column .image {
    position: relative
}

.services-section .image-column .image img {
    position: relative;
    width: 100%;
    display: block
}

.services-section .image-column .color-layer {
    position: absolute;
    left: -15px;
    bottom: -15px;
    right: 60px;
    height: 100%;
    background: url(../images/resource/service-pattern-layer.png) no-repeat;
    background-size: cover
}

.services-section .image-column .border-layer {
    position: absolute;
    left: 30px;
    bottom: 40px;
    right: 0;
    top: -25px;
    z-index: 1;
    background: url(../images/resource/service-border-layer.png) no-repeat;
    background-size: cover
}

.services-section .content-column {
    position: relative;
    margin-bottom: 30px
}

.services-section .content-column .inner-column {
    position: relative;
    padding-left: 30px
}

.services-section .content-column .bold-text {
    position: relative;
    font-weight: 500;
    line-height: 1.7em;
    color: #111;
    font-size: 18px;
    margin-bottom: 20px
}

.services-section .content-column .sec-title {
    margin-bottom: 15px
}

.services-section .content-column .text {
    margin-bottom: 30px
}

.pricing-section {
    position: relative;
    padding: 100px 0 80px;
    background-color: #121212;
    background-size: cover
}

.pricing-section.style-two {
    background-color: #22232a
}

.pricing-section .auto-container {
    max-width: 1340px
}

.price-block {
    position: relative;
    padding-bottom: 30px
}

.price-block .inner-box {
    position: relative;
    border-radius: 3px;
    background-color: #22232a;
    padding-bottom: 40px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1)
}

.price-block .upper-box {
    position: relative;
    text-align: center;
    padding: 40px 20px 80px;
    background-position: center center;
    background-repeat: no-repeat
}

.price-block .upper-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .05;
    background-color: #c58f2d
}

.price-block .upper-box:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 63px;
    background: url(../images/background/pattern-5.png) repeat-x
}

.price-block .icon-list {
    position: relative
}

.price-block .icon-list li {
    position: relative;
    width: 76px;
    height: 76px;
    padding: 14px;
    margin: 0 3px;
    border-radius: 50px;
    display: inline-block;
    background-color: #22232a;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.price-block .inner-box:hover .icon-list li {
    transform: rotateY(180deg)
}

.price-block .upper-box h4 {
    margin-top: 20px
}

.price-block .upper-box h4 span {
    display: block;
    color: #c58f2d;
    font-size: 18px;
    margin-top: 5px
}

.price-block .lower-box {
    position: relative;
    padding-left: 35px;
    padding-right: 35px
}

.price-block .price-list {
    position: relative
}

.price-block .price-list li {
    position: relative;
    font-size: 15px;
    color: #111;
    padding-left: 25px;
    margin-bottom: 15px
}

.price-block .price-list li:before {
    position: absolute;
    content: "\f00c";
    left: 0;
    color: #c58f2d;
    font-family: FontAwesome
}

.price-block .price-list li:last-child {
    margin-bottom: 0
}

.price-block .button-box {
    position: relative;
    margin-top: 30px
}

.price-block .button-box .theme-btn {
    width: 100%
}

.facility-section {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    background-size: cover
}

.facility-section .auto-container {
    max-width: 1340px
}

.facility-section .blocks-column {
    position: relative;
    margin-bottom: 30px
}

.facility-section .blocks-column .inner-column {
    position: relative
}

.facility-section .blocks-column .facility-block:nth-child(2n+0) {
    transform: translateY(30px)
}

.facility-block {
    position: relative;
    margin-bottom: 30px
}

.facility-block .inner-box {
    position: relative;
    padding: 40px 20px 40px;
    text-align: center;
    background-color: #22232a;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1)
}

.facility-block .inner-box .icon-box {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 76px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #c58f2d;
    font-size: 40px;
    background-color: #fdf6f6;
    border: 2px solid #c58f2d;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease
}

.facility-block .inner-box:hover .icon-box {
    color: #fff;
    background-color: #c58f2d;
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg)
}

.facility-block .inner-box h5 {
    margin-bottom: 10px
}

.facility-block .inner-box h5 a {
    color: #121212
}

.facility-block .inner-box h5 a:hover {
    color: #c58f2d
}

.facility-block .inner-box .text {
    padding: 0 5px
}

.facility-block .inner-box .pattern-layer {
    position: absolute;
    left: 23%;
    top: 10%;
    width: 70px;
    height: 56px;
    opacity: 0;
    background-repeat: no-repeat;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.facility-block .inner-box:hover .pattern-layer {
    opacity: 1
}

.facility-section .image-column {
    position: relative;
    margin-bottom: 30px
}

.facility-section .image-column .inner-column {
    position: relative;
    padding-left: 60px;
    padding-top: 30px
}

.facility-section .image-column .pattern-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 325px;
    width: 100%;
    background: url(../images/resource/facility-1.png) no-repeat;
    background-size: cover
}

.internet-section {
    position: relative;
    overflow: hidden;
    padding: 110px 0 110px;
    background-size: cover;
    background-attachment: fixed
}

.internet-section:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, 0);
    background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fdf6f6 100%);
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fdf6f6 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fdf6f6 100%)
}

.internet-section .content-column {
    position: relative;
    max-width: 550px;
    width: 100%;
    float: right;
    z-index: 10
}

.internet-section .content-column .text {
    margin-top: 15px;
    margin-bottom: 25px
}

.internet-section .content-column .price {
    position: relative;
    font-weight: 600;
    color: #c58f2d;
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 40px
}

.testimonial-section {
    position: relative;
    padding: 110px 0 80px;
    background-size: cover
}

.testimonial-section.style-two {
    background-color: #fdf6f6
}

.testimonial-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1105px;
    background-size: cover
}

.testimonial-section .owl-dots,
.testimonial-section .owl-nav {
    display: none
}

.testimonial-section .owl-carousel .owl-item.center .testimonial-block .inner-box .lower-box .color-layer {
    transform: scale(1, 1)
}

.testimonial-section .owl-carousel .owl-item.center .testimonial-block .inner-box .author-name,
.testimonial-section .owl-carousel .owl-item.center .testimonial-block .inner-box .designation {
    color: #fff
}

.testimonial-section .owl-carousel .owl-item.center .testimonial-block .inner-box .lower-box .pattern-layer {
    bottom: 0;
    opacity: 1;
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms
}

.testimonial-section .owl-carousel .owl-stage-outer {
    position: static;
    padding: 20px 0
}

.testimonial-section .owl-theme .testimonial-block {
    margin: 0 15px
}

.testimonial-section .owl-carousel {
    margin: 0 -15px;
    width: auto
}

.testimonial-block {
    position: relative
}

.testimonial-block .inner-box {
    position: relative;
    text-align: center;
    overflow: hidden;
    background-color: #22232a;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.testimonial-block .upper-box {
    position: relative;
    padding: 40px 30px 40px
}

.testimonial-block .lower-box {
    position: relative;
    padding: 0 30px 30px
}

.testimonial-block .lower-box .color-layer {
    position: absolute;
    left: 0;
    top: 40px;
    right: 0;
    bottom: 0;
    transform: scale(0, 1);
    background-color: #c58f2d;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease
}

.testimonial-block .inner-box:hover .lower-box .color-layer {
    transform: scale(1, 1)
}

.testimonial-block .inner-box:hover .author-name,
.testimonial-block .inner-box:hover .designation {
    color: #fff
}

.testimonial-block .inner-box:hover .lower-box .pattern-layer {
    bottom: 0;
    opacity: 1;
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms
}

.testimonial-block .lower-box .pattern-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -150px;
    opacity: 0;
    background-position: center bottom;
    background-repeat: no-repeat;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease
}

.testimonial-block .lower-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 40px;
    right: 0;
    bottom: 0;
    opacity: .05;
    background-color: #c58f2d
}

.testimonial-block .author-image-outer {
    position: relative;
    display: inline-block
}

.testimonial-block .author-image-outer .quote-icon {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 35px;
    height: 35px;
    z-index: 1;
    border-radius: 50px;
    line-height: 35px;
    color: #fff;
    background-color: #c58f2d
}

.testimonial-block .author-image {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden
}

.testimonial-block .author-name {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    color: #333;
    margin-top: 20px;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease
}

.testimonial-block .designation {
    position: relative;
    font-size: 15px;
    color: #111;
    margin-top: 5px;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease
}

.clients-section {
    position: relative;
padding: 40px 0;background: #1a1a1a;
}

.clients-section .image-box {
    height: 110px;
    display: grid;
    align-items: center;
background: #151515;
box-shadow: 0 0 10px rgba(153, 153, 153, 0.1);
margin: 10px 0;text-align: center;
}

.clients-section .image-box img {
    position: relative;
    filter: grayscale(0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    max-height: 110px;
    max-width: 100%;
    width: auto;
    margin: 0 auto;padding: 0 10px;filter: grayscale(100%);

}

.clients-section .image-box:hover img {
    filter: none
}

.clients-section .owl-dots,
.clients-section .owl-nav {
    display: none
}

.featured-section {
    position: relative;
    overflow: hidden;
    padding: 110px 0 80px;
    background-color: #121212
}

.featured-section .sec-title .button-box {
    margin-top: 25px
}

.featured-section .pattern-layer-one {
    position: absolute;
    right: 0;
    top: 0;
    width: 590px;
    height: 504px;
    background-repeat: no-repeat
}

.featured-section .pattern-layer-two {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 542px;
    height: 502px;
    background-repeat: no-repeat
}

.featured-section .feature-block {
    position: relative;
    width: 20%;
    padding: 0 15px
}

.feature-block {
    position: relative;
    margin-bottom: 25px
}

.feature-block .inner-box {
    position: relative
}

.feature-block .inner-box .image {
    position: relative;
    border-radius: 3px;
    overflow: hidden
}

.feature-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block
}

.feature-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5)
}

.feature-block .inner-box .video-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    line-height: 45px;
    overflow: hidden;
    z-index: 2;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    background-position: center center
}

.feature-block .inner-box:hover .video-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.feature-block .inner-box .video-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    background-color: #121212
}

.feature-block .inner-box .video-box span {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 50%;
    top: 50%;
    z-index: 10;
    color: #c58f2d;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    padding-left: 4px;
    display: inline-block;
    margin-top: -35px;
    margin-left: -35px;
    line-height: 66px;
    border-radius: 50%;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    border: 3px solid #c58f2d
}

.feature-block .inner-box .video-box .ripple,
.feature-block .inner-box .video-box .ripple:after,
.feature-block .inner-box .video-box .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .16);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .16);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .16);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .16);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .16);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.feature-block .inner-box .video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.feature-block .inner-box .video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

.feature-block .inner-box .post-meta {
    position: absolute;
    right: 15px;
    top: 12px;
    z-index: 2
}

.feature-block .inner-box .post-meta li {
    position: relative;
    margin-left: 10px;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding-left: 25px
}

.feature-block .inner-box .post-meta li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    color: #c58f2d
}

.feature-block .inner-box .lower-content {
    position: relative;
    padding-top: 20px
}

.feature-block .inner-box h6 a {
    position: relative;
    color: #fff
}

.feature-block .inner-box h6 a:hover {
    color: #c58f2d
}

.feature-block .inner-box .year {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    color: #c58f2d;
    margin-top: 5px
}

.feature-block.style-two .inner-box h6 a {
    color: #121212;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.feature-block.style-two .inner-box h6 a:hover {
    color: #c58f2d
}

.store-section {
    position: relative;
    padding: 50px 0;
    background: #111
}

.store-section .owl-dots,
.store-section .owl-nav {
    display: none
}

.product-block {
    position: relative;
    margin-bottom: 30px;
    background: #22232a
}

.product-block .inner-box {
    position: relative
}

.product-block .inner-box .image {
    position: relative;
    overflow: hidden
}

.product-block .inner-box .image img {
    position: relative;
    display: block;
    height: 260px;
    margin: 0 auto;
    opacity: .8
}

.product-block .inner-box .image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: #121212;
    transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    z-index: 1
}

.product-block .inner-box:hover .image:before {
    opacity: .5
}

.product-block .inner-box .lower-content {
    position: relative;
    text-align: center;
    padding: 15px
}

.product-block .inner-box .name {
    position: relative;
    font-size: 16px;
    color: #dbdbdb;
    text-transform: capitalize;
    margin-bottom: 15px;
    display: block;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin: 0;
    display: grid;
    align-items: center
}

.product-block .inner-box:hover .name {
    color: #c58f2d
}

.product-block .inner-box .price {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 25px
}

.product-block .inner-box .shop-options {
    position: absolute;
    margin: 0 auto;
    display: block;
    text-align: center;
    bottom: -90px;
    left: 0;
    right: 0;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 2;
    margin-bottom: -25px
}

.product-block:hover .inner-box .shop-options {
    bottom: 50%
}

.product-block .inner-box .shop-options li {
    position: relative;
    margin: 0 2px;
    display: inline-block
}

.product-block .inner-box .shop-options li a {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    color: #fff;
    border: 1px solid #c58f2d;
    background-color: #c58f2d
}

.product-block .inner-box .shop-options li a.cart {
    width: auto;
    padding: 0 18px
}

.product-block .inner-box .shop-options li a:hover {
    color: #121212;
    border-color: #fff;
    background-color: #22232a
}

.cta-section {
    position: relative;
    z-index: 1
}

.cta-section .inner-container {
    position: relative;
    border-radius: 5px;
    margin-bottom: -100px;
    padding: 60px 60px 30px;
    background-color: #22232a;
    background-position: left bottom;
    background-repeat: no-repeat
}

.cta-section .title-column {
    position: relative;
    margin-bottom: 20px
}

.cta-section .title-column .inner-column {
    position: relative
}

.cta-section .title-column h3 {
    color: #c58f2d;
    text-transform: capitalize;
    font-size: 26px
}

.cta-section .title-column .text {
    color: #fff;
    margin-top: 10px
}

.cta-section .form-column {
    position: relative;
    margin-bottom: 20px
}

.cta-section .form-column .inner-column {
    position: relative;
    padding-top: 10px
}

.newsletter-form {
    position: relative
}

.newsletter-form .form-group {
    position: relative;
    display: block;
    text-align: left;
    margin-bottom: 0
}

.newsletter-form .form-group input[type=email],
.newsletter-form .form-group input[type=text] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    padding: 10px 20px 10px 10px;
    border-radius: 3px;
    background: 0 0;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #535353
}

.newsletter-form .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 14px 15px;
    text-align: center;
    background: 0 0;
    border-left: 1px solid #535353;
    border-radius: 0;
    color: #c58f2d
}

.network-section {
    position: relative;
    padding: 50px 0;
    background-image: url(../images/cameraman.png);
    background-color: #900;
    background-color: #ebf7fe;
    background-size: cover
}

.network-section .auto-container {
    max-width: 1340px
}

.network-section .images-column {
    position: relative;
    margin-bottom: 30px
}

.network-section .images-column .inner-column {
    position: relative
}

.network-section .images-column .image {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block
}

.network-section .images-column .image-two {
    position: absolute;
    right: 0;
    top: 50px;
    border-radius: 5px;
    overflow: hidden;
    border: 6px solid #c58f2d
}

.network-section .images-column .image-three {
    position: absolute;
    right: 0;
    bottom: 0
}

.network-section .content-column {
    position: relative;
    margin-bottom: 30px
}

.network-section .content-column .inner-column {
    position: relative;
    padding-left: 30px
}

.network-section .network-list {
    position: relative
}

.network-section .network-list li {
    position: relative;
    line-height: 2em;
    color: #111;
    font-size: 15px;
    padding-left: 65px;
    margin-bottom: 35px
}

.network-section .network-list li strong {
    position: relative;
    display: block;
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.network-section .network-list li .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    color: #c58f2d;
    background-color: #22232a;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.network-section .network-list li .icon:after {
    position: absolute;
    content: '';
    left: 20px;
    top: 152%;
    width: 1px;
    height: 125%;
    background-color: #e0e0e0
}

.network-section .network-list li:last-child {
    margin-bottom: 0
}

.network-section .network-list li:last-child .icon:after {
    display: none
}

.network-section .network-list li:hover .icon {
    color: #fff;
    background-color: #c58f2d
}

.network-section .network-list li:hover strong {
    color: #c58f2d
}

.network-section.style-two .images-column .image-two {
    border: none;
    border-radius: 3px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .2)
}

.network-section.style-two .content-column .sec-title .text {
    font-size: 18px;
    line-height: 1.7em
}

.services-section-two {
    position: relative;
    padding: 100px 0 100px;
    background-attachment: fixed;
    background-size: cover
}

.services-section-two:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .9;
    background-color: #121212
}

.services-section-two .pattern-layer-one {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 86px;
    height: 154px;
    background-repeat: no-repeat
}

.services-section-two .pattern-layer-two {
    position: absolute;
    right: 0;
    top: 0;
    width: 82px;
    height: 149px;
    background-repeat: no-repeat
}

.services-section-two .owl-nav {
    display: none
}

.services-section-two .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 10px
}

.services-section-two .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    opacity: .5;
    margin: 0 6px;
    border-radius: 50px;
    display: inline-block;
    background-color: #c58f2d;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.services-section-two .owl-dots .owl-dot.active,
.services-section-two .owl-dots .owl-dot:hover {
    opacity: 1
}

.service-block-two {
    position: relative;
    margin-bottom: 30px
}

.service-block-two .inner-box {
    position: relative;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    padding: 30px 20px 40px;
    border: 1px solid rgba(255, 255, 255, .1)
}

.service-block-two .icon-layer-one {
    position: absolute;
    left: -60px;
    top: 0;
    width: 52px;
    height: 67px;
    background-repeat: no-repeat;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease
}

.service-block-two .inner-box:hover .icon-layer-one {
    left: 0;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.service-block-two .icon-layer-two {
    position: absolute;
    right: -60px;
    bottom: 0;
    width: 55px;
    height: 61px;
    background-repeat: no-repeat;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease
}

.service-block-two .inner-box:hover .icon-layer-two {
    right: 0;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.service-block-two .color-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: scale(0, 1);
    background-color: #121212;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease
}

.service-block-two .inner-box:hover .color-layer {
    transform: scale(1, 1)
}

.service-block-two .icon {
    position: relative;
    margin-bottom: 20px
}

.service-block-two .icon img {
    position: relative;
    width: auto;
    margin: 0 auto
}

.service-block-two h4 {
    margin-bottom: 10px
}

.service-block-two h4 a {
    position: relative;
    color: #fff
}

.service-block-two .text {
    color: #fff;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.service-block-two .learn-more {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding-right: 25px
}

.service-block-two .learn-more:before {
    position: absolute;
    content: "\f15d";
    right: 0;
    top: 1px;
    font-family: Flaticon
}

.service-block-two .learn-more:hover,
.service-block-two h4 a:hover {
    color: #c58f2d
}

.faq-section {
    position: relative;
    background: url(../images/g3.jpg);
background-attachment: fixed;
background-size: cover;
}

.faq-section .auto-container {
    position: relative;
    z-index: 1
}

.faq-section:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #23252d;
    opacity: .8;
    background: linear-gradient(to right, #000c, #0006)
}

.faq-section:before {
    content: "";
    position: absolute;
    width: 52%;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #f5f5f5;
    z-index: 1
}

.faq-section .accordion-column {
    position: relative
}

.faq-section .accordion-column .inner-column {
    position: relative
}

.accordion-box {
    position: relative
}

.accordion-box .block {
    position: relative;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid #ddd
}

.accordion-box .block .acc-btn {
    font-size: 17px;
    padding-right: 40px;
    position: relative;
    cursor: pointer;
    line-height: 30px;
    padding: 18px 30px;
    text-transform: capitalize;
    transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.accordion-box .block .icon-outer {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    color: #121212;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.accordion-box .block .icon-outer .icon-plus {
    opacity: 1
}

.accordion-box .block .icon-outer .icon-minus {
    opacity: 0;
    font-weight: 400
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
    opacity: 1;
    color: #c58f2d
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
    opacity: 0
}

.accordion-box .block .acc-btn.active {
    color: #c58f2d
}

.accordion-box .block .acc-content {
    position: relative;
    display: none
}

.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px
}

.accordion-box .block .acc-content.current {
    display: block
}

.accordion-box .block .content {
    position: relative;
    padding: 0 25px 25px 30px
}

.accordion-box .block .content .text p {
    margin-bottom: 0
}

.accordion-box .block .content p:last-child {
    margin-bottom: 0
}

.accordion-box.style-two .block {
    margin-bottom: 2px;
    box-shadow: inherit;
    background-color: #fdf6f6
}

.accordion-box.style-two .block .acc-btn.active {
    color: #333
}

.accordion-box.style-two .block .content {
    padding: 25px 35px;
    background-color: #22232a;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.faq-section .image-column {
    position: relative
}

.faq-section .image-column .inner-column {
    position: relative;
    text-align: center
}

.faq-section .image-column .pattern-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 450px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover
}

.faq-section .image-column .image {
    position: relative;
    z-index: 1
}

.pricing-section-two {
    position: relative;
    padding: 110px 0 110px;
    background-color: #fdf6f6;
    background-size: cover
}

.pricing-section-two.style-two {
    background: 0 0
}

.pricing-section-two .price-block-two:nth-child(3) {
    z-index: 1
}

.pricing-section-two .price-block-two:nth-child(3) .inner-box {
    box-shadow: 0 0 25px rgba(0, 0, 0, .1)
}

.pricing-section-two.style-two .price-block-two .inner-box {
    border: 1px solid #eee
}

.pricing-section-two.style-three {
    padding-bottom: 200px;
    margin-bottom: -95px
}

.price-block-two {
    position: relative
}

.price-block-two .inner-box {
    position: relative;
    padding-left: 370px;
    min-height: 225px;
    border-radius: 4px;
    background-color: #22232a;
    padding-right: 260px
}

.price-block-two .title-box {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 360px;
    padding: 48px 35px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.price-block-two .title-box:before {
    position: absolute;
    content: '';
    right: -15px;
    top: 0;
    bottom: 0;
    width: 56px;
    background: url(../images/icons/team-icon.png);
    background-position: center top
}

.price-block-two .title-box .title {
    position: relative;
    font-size: 14px;
    color: #c58f2d;
    text-transform: uppercase;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.price-block-two .title-box h4 {
    margin-top: 5px;
    margin-bottom: 15px
}

.price-block-two .title-box h4 a {
    color: #121212
}

.price-block-two .inner-box:hover .title-box,
.price-block-two.active .inner-box .title-box {
    background-color: #c58f2d
}

.price-block-two .inner-box:hover .text,
.price-block-two .inner-box:hover .title,
.price-block-two .inner-box:hover .title-box h4 a,
.price-block-two.active .inner-box .text,
.price-block-two.active .inner-box .title,
.price-block-two.active .inner-box .title-box h4 a {
    color: #fff
}

.price-block-two .middle-content {
    position: relative;
    min-height: 225px;
    padding: 46px 0 46px 0;
    border-right: 1px solid #f1f1f1
}

.price-block-two .middle-content .middle-inner {
    position: relative;
    padding-left: 290px
}

.price-block-two .icon-list {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    max-width: 280px;
    padding-top: 35px
}

.price-block-two .icon-list li {
    position: relative;
    width: 76px;
    height: 76px;
    padding: 14px;
    margin: 0 5px;
    border-radius: 50px;
    display: inline-block;
    background-color: #22232a;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.price-block-two .inner-box:hover .icon-list li {
    transform: rotateY(180deg)
}

.price-block-two .price-list {
    position: relative
}

.price-block-two .price-list li {
    position: relative;
    font-size: 15px;
    color: #111;
    padding-left: 25px;
    margin-bottom: 15px
}

.price-block-two .price-list li:before {
    position: absolute;
    content: "\f00c";
    left: 0;
    color: #c58f2d;
    font-family: FontAwesome
}

.price-block-two .price-list li:last-child {
    margin-bottom: 0
}

.price-block-two .price-box {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 260px;
    text-align: center;
    padding-top: 45px
}

.price-block-two .price-box .price {
    position: relative;
    font-weight: 700;
    line-height: 1.1em;
    font-size: 30px;
    color: #333;
    margin-bottom: 20px
}

.price-block-two .price-box .price span {
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 15px
}

.streaming-section {
    position: relative;
    padding: 100px 0 100px;
    background-attachment: fixed;
    background-size: cover
}

.streaming-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .9;
    background-color: #121212
}

.streaming-section .pattern-layer-one {
    position: absolute;
    left: 0;
    top: 0;
    width: 388px;
    height: 203px;
    background-repeat: no-repeat
}

.streaming-section .pattern-layer-two {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 403px;
    height: 190px;
    background-repeat: no-repeat
}

.streaming-section .owl-nav {
    display: none
}

.streaming-section .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 10px
}

.streaming-section .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    opacity: .5;
    margin: 0 6px;
    border-radius: 50px;
    display: inline-block;
    background-color: #c58f2d;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.streaming-section .owl-dots .owl-dot.active,
.streaming-section .owl-dots .owl-dot:hover {
    opacity: 1
}

.streaming-block {
    position: relative;
    margin-bottom: 30px
}

.streaming-block .inner-box {
    position: relative;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    padding: 30px 30px 30px;
    border: 1px solid rgba(255, 255, 255, .1);
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.streaming-block .inner-box .image {
    position: relative
}

.streaming-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block
}

.streaming-block .inner-box .content-overlay {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 20px;
    z-index: 3
}

.streaming-block .inner-box h4 a {
    color: #fff
}

.streaming-block .inner-box .gradient-layer {
    position: absolute;
    content: '';
    left: 0;
    top: 30%;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(1, 12, 58, 1) 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(1, 12, 58, 1) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(1, 12, 58, 1) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, rgba(1, 12, 58, 1)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(1, 12, 58, 1) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(1, 12, 58, 1) 100%)
}

.streaming-block .inner-box:hover h4 a {
    color: #c58f2d
}

.streaming-block .inner-box:hover {
    border-color: #c58f2d
}

.streaming-block .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    line-height: 45px;
    overflow: hidden;
    z-index: 2;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    background-position: center center
}

.streaming-block .inner-box:hover .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.streaming-block .image .overlay-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    background-color: #121212
}

.streaming-block .image .overlay-box span {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    z-index: 10;
    color: #c58f2d;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    padding-left: 4px;
    display: inline-block;
    margin-top: -30px;
    margin-left: -30px;
    line-height: 58px;
    border-radius: 50%;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    border: 2px solid #c58f2d
}

.streaming-block .image .ripple,
.streaming-block .image .ripple:after,
.streaming-block .image .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .16);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .16);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .16);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .16);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .16);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.streaming-block .image .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.streaming-block .image .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(253, 167, 0, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(253, 167, 0, 0)
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(253, 167, 0, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(253, 167, 0, 0)
    }
}

.internet-section-two {
    position: relative;
    padding: 50px 0;
    background-position: right top;
    background-repeat: no-repeat
}

.internet-section-two .image-column {
    position: relative;
    margin-bottom: 30px
}

.internet-section-two .image-column .icon-layer-one {
    position: absolute;
    left: -40px;
    bottom: 90px;
    width: 123px;
    height: 131px;
    background-repeat: no-repeat
}

.internet-section-two .image-column .icon-layer-two {
    position: absolute;
    right: -5px;
    top: 40px;
    width: 123px;
    height: 131px;
    background-repeat: no-repeat
}

.internet-section-two .image-column .inner-column {
    position: relative;
    padding-right: 30px;
    padding-bottom: 100px
}

.internet-section-two .image-column .image {
    position: relative;
    border-radius: 4px;
    overflow: hidden
}

.internet-section-two .image-column .image img {
    position: relative;
    width: 100%;
    display: block
}

.internet-section-two .image-column .image-two {
    position: absolute;
    left: -37px;
    bottom: 0
}

.internet-section-two .image-column .image-three {
    position: absolute;
    right: 0;
    bottom: 0
}

.internet-section-two .content-column {
    position: relative;
    margin-bottom: 30px
}

.internet-section-two .content-column .inner-column {
    position: relative;
    padding-left: 30px;
    padding-top: 25px
}

.internet-section-two .content-column .sec-title {
    margin-bottom: 15px
}

.internet-section-two .content-column .text {
    margin-bottom: 20px
}

.internet-section-two .content-column .price {
    position: relative;
    font-weight: 600;
    color: #c58f2d;
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 40px
}

.news-section {
    position: relative;
    padding: 50px 0;
}

.news-block {
    position: relative;
    margin-bottom: 30px;
border-radius: 10px;
overflow: hidden;
}

.news-block .inner-box {
    position: relative
}

.news-block .inner-box .image {
    position: relative;
    overflow: hidden;
    background-color: #c58f2d
}

.news-block .inner-box .image:after {
    content: "";
    background-color: rgba(255, 255, 255, .2);
    position: absolute;
    width: 35%;
    height: 200%;
    left: -100%;
    top: -50%;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    -moz-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg)
}

.news-block:hover .inner-box .image:after {
    left: 150%
}

.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
    height: 250px
}

.news-block .lower-content {
    position: relative;
    padding: 25px;
    box-shadow: 0 5px 20px 0 rgba(23, 44, 82, .1)
}

.news-block .lower-content p {
    height: 108px;
}

.news-block .post-meta {

transition: all .3s ease;

position: absolute;

top: 15px;

left: 25px;

background: #fff;

padding: 7px 0 0 0;

border-radius: 8px;

text-align: center;

width: 80px;
}

.news-block .post-meta li {
    position: relative;
    color: #222;
    font-weight: 400;
    display: inline-block;
    font-size: 16px;
    margin-right: 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.news-block .post-meta li span {
display: block;
background: #c58f2d;
color: #fff;
font-size: 19px;
font-weight: bold;
padding: 5px 10px;
border-radius: 0 0 8px 8px;margin-top: 7px;width: 80px;
}


.news-block .post-meta li .icon {
    position: absolute;
    left: 0;
    top: 1px;
    color: #c58f2d;
    font-size: 15px;
    margin-right: 5px
}

.news-block .post-meta li:last-child {
    margin-right: 0
}

.news-block .inner-box h5 {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px
}

.news-block .inner-box h5 a {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    color: #000
}

.news-block .inner-box h5 a:hover {
    color: #c58f2d
}

.news-block .inner-box .theme-btn {
    font-size: 15px;
    padding: 10px 35px 10px
}

.page-title {
    position: relative;
    overflow: hidden;
    padding: 140px 0;
    background-size: cover
}

.page-title:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #010c3a;
    background: -webkit-linear-gradient(to right, #010c3a 0, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(to right, #010c3a 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #010c3a 0, rgba(255, 255, 255, 0) 100%)
}

.page-title h2 {
    color: #fff;
    padding-bottom: 15px
}

.page-title .bread-crumb {
    position: relative
}

.page-title .bread-crumb li {
    position: relative;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    margin-right: 15px;
    padding-right: 15px
}

.page-title .bread-crumb li:before {
    position: absolute;
    right: -3px;
    top: 0;
    color: #fff;
    content: "|";
    font-weight: 400;
    font-size: 15px;
    color: #fff
}

.page-title .bread-crumb li:last-child {
    padding-right: 0;
    margin-right: 0
}

.page-title .bread-crumb li:last-child:before {
    display: none
}

.page-title .bread-crumb li a {
    font-weight: 500;
    color: #c58f2d;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.page-title .bread-crumb li a:hover {
    color: #fff
}

.services-section-three {
    position: relative;
    padding: 100px 0 70px;
    background-size: cover
}

.services-section-three .sec-title .theme-btn {
    margin-top: 35px
}

.team-section {
    position: relative;
    overflow: hidden;
    padding: 110px 0 90px;
    background-size: cover;
    background-color: #121212
}

.team-section .owl-nav {
    display: none
}

.team-section .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 20px
}

.team-section .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    opacity: .5;
    margin: 0 6px;
    border-radius: 50px;
    display: inline-block;
    background-color: #c58f2d;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.team-section .owl-dots .owl-dot.active,
.team-section .owl-dots .owl-dot:hover {
    opacity: 1
}

.team-block {
    position: relative;
    margin-bottom: 30px
}

.team-block .inner-box {
    position: relative;
    text-align: center;
    border-radius: 5px;
    overflow: hidden
}

.team-block .inner-box .image {
    position: relative
}

.team-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block
}

.team-block .inner-box .image .overlay-box {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    padding: 20px 20px;
    border-radius: 4px;
    background-color: #22232a;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.team-block .inner-box:hover .overlay-box {
    bottom: -150px
}

.team-block .inner-box .image .overlay-box h6 {
    font-size: 20px
}

.team-block .inner-box .image .overlay-box .designation {
    position: relative;
    color: #111;
    font-size: 15px;
    margin-top: 3px
}

.team-block .inner-box .overlay-box-two {
    position: absolute;
    left: 30px;
    right: 30px;
    opacity: 0;
    bottom: -350px;
    padding: 30px 20px;
    border-radius: 4px;
    background-color: #c58f2d;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.team-block .inner-box:hover .overlay-box-two {
    bottom: 30px;
    opacity: 1;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.team-block .inner-box .overlay-box-two h6 {
    color: #fff;
    font-size: 20px
}

.team-block .inner-box .overlay-box-two .designation {
    position: relative;
    color: #fff;
    font-size: 15px;
    margin-top: 5px
}

.team-block .inner-box .overlay-box-two .text {
    position: relative;
    color: #fff;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 20px
}

.team-block .inner-box .overlay-box-two .social-box {
    position: relative
}

.team-block .inner-box .overlay-box-two .social-box li {
    position: relative;
    margin: 0 8px;
    display: inline-block
}

.team-block .inner-box .overlay-box-two .social-box li a {
    position: relative;
    font-size: 18px;
    color: #fff
}

.team-block .inner-box .overlay-box-two .social-box li a:hover {
    color: #121212
}

.internet-section-three {
    position: relative;
    padding: 50px 0;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover
}

.internet-section-three:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
    background-color: #121212
}

.internet-section-three .image-column {
    position: relative;
    margin-bottom: 30px
}

.internet-section-three .image-column .inner-column {
    position: relative;
    padding-right: 30px;
    padding-bottom: 100px
}

.internet-section-three .image-column .image {
    position: relative;
    overflow: hidden
}

.internet-section-three .image-column .image img {
    position: relative;
    width: 100%;
    display: block
}

.internet-section-three .image-column .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    line-height: 45px;
    overflow: hidden;
    z-index: 2;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.internet-section-three .image-column .overlay-box span {
    position: absolute;
    width: 90px;
    height: 90px;
    left: 50%;
    top: 50%;
    z-index: 10;
    color: #fff;
    font-weight: 400;
    font-size: 26px;
    text-align: center;
    padding-left: 4px;
    display: inline-block;
    margin-top: -45px;
    margin-left: -45px;
    line-height: 86px;
    border-radius: 50%;
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    border: 3px solid #fff
}

.internet-section-three .image-column .ripple,
.internet-section-three .image-column .ripple:after,
.internet-section-three .image-column .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .16);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .16);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .16);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .16);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .16);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.internet-section-three .image-column .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.internet-section-three .image-column .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

.internet-section-three .content-column {
    position: relative;
    margin-bottom: 30px
}

.internet-section-three .content-column .inner-column {
    position: relative;
    padding-left: 30px;
    padding-top: 25px
}

.internet-section-three .content-column .sec-title {
    margin-bottom: 15px
}

.internet-section-three .content-column .text {
    margin-bottom: 20px;
    color: #fff
}

.internet-section-three .content-column .price {
    position: relative;
    font-weight: 600;
    color: #fff;
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 40px
}

.movie-page-section {
    position: relative;
    padding: 110px 0 80px
}

.movie-page-section .filters {
    position: relative;
    margin-bottom: 60px;
    text-align: center
}

.movie-page-section .filters .filter-tabs {
    position: relative
}

.movie-page-section .filters li {
    position: relative;
    cursor: pointer;
    font-weight: 500;
    margin: 0 15px 0;
    display: inline-block;
    color: #111;
    font-size: 18px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    border-bottom: 1px solid transparent
}

.movie-page-section .filters .filter.active,
.movie-page-section .filters .filter:hover {
    color: #c58f2d;
    border-color: #c58f2d
}

.movie-page-section .feature-block {
    position: relative;
    width: 20%;
    padding: 0 15px
}

.feature-block.mix {
    display: none
}

.services-page-section {
    position: relative;
    padding: 110px 0 110px
}

.services-page-section .owl-nav {
    display: none
}

.services-page-section .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 25px
}

.services-page-section .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    opacity: .5;
    margin: 0 6px;
    border-radius: 50px;
    display: inline-block;
    background-color: #c58f2d;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.services-page-section .owl-dots .owl-dot.active,
.services-page-section .owl-dots .owl-dot:hover {
    opacity: 1
}

.services-page-section .service-block-two .inner-box {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.services-page-section .owl-carousel .owl-stage-outer {
    position: static;
    padding: 20px 0
}

.services-page-section .owl-theme .service-block-two {
    margin: 0 15px
}

.services-page-section .owl-carousel {
    margin: 0 -15px;
    width: auto
}

.services-page-section .service-block-two .text {
    color: #111
}

.services-page-section .service-block-two .learn-more,
.services-page-section .service-block-two h4 a {
    color: #121212
}

.services-page-section .service-block-two .inner-box:hover .learn-more,
.services-page-section .service-block-two .inner-box:hover .text,
.services-page-section .service-block-two .inner-box:hover h4 a {
    color: #fff
}

.sidebar-page-container {
    position: relative;
    padding: 100px 0 70px
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 40px
}

.sidebar-page-container .sidebar-side .sidebar {
    padding-left: 20px
}

.service-detail {
    position: relative
}

.service-detail .inner-box {
    position: relative
}

.service-detail .inner-box .image {
    position: relative;
    padding: 25px 25px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1)
}

.service-detail .inner-box .image img {
    position: relative;
    width: 100%;
    display: block
}

.service-detail .inner-box .lower-content {
    position: relative;
    padding-top: 35px
}

.service-detail .inner-box h3 {
    margin-bottom: 20px
}

.service-detail .inner-box blockquote {
    padding: 30px 30px;
    line-height: 1.9em;
    color: #111;
    margin-top: 30px;
    border-left: 10px solid #c58f2d;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    margin-bottom: 30px
}

.service-detail .inner-box h4 {
    margin-bottom: 10px
}

.service-detail .inner-box .two-column {
    position: relative;
    margin-bottom: 50px
}

.service-detail .inner-box .two-column .lower-image img {
    width: 100%;
    display: block
}

.service-detail .accordion-outer h4 {
    margin-bottom: 25px
}

.sidebar-widget {
    margin-bottom: 50px
}

.sidebar-widget .widget-content {
    position: relative;
    padding: 30px 30px;
    background-color: #22232a;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1)
}

.sidebar-title {
    position: relative;
    margin-bottom: 10px
}

.sidebar-title h5 {
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #333
}

.sticky-top {
    z-index: 10;
    top: 120px
}

.service-list {
    position: relative
}

.service-list li {
    position: relative;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 10px
}

.service-list li a {
    position: relative;
    color: #111;
    font-size: 14px;
    padding-left: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.service-list li:before {
    position: absolute;
    left: 0;
    content: "\f187";
    font-weight: 600;
    color: #c58f2d;
    font-family: Flaticon
}

.service-list li:last-child {
    margin-bottom: 0
}

.service-list li a:hover {
    color: #c58f2d
}

.broucher-widget .widget-content {
    background-color: #fdf6f6
}

.broucher-widget .text {
    margin-bottom: 25px
}

.contact-info-widget {
    position: relative
}

.contact-info-widget li {
    position: relative;
    text-align: left;
    line-height: 1.9em;
    color: #111;
    padding-left: 50px;
    margin-bottom: 20px
}

.contact-info-widget li:last-child {
    margin-right: 0
}

.contact-info-widget li a {
    position: relative;
    display: inline-block;
    color: #111
}

.contact-info-widget li .icon {
    position: absolute;
    left: 0;
    top: 10px;
    line-height: 1em;
    font-size: 34px;
    color: #c58f2d
}

.contact-info-widget li a:hover {
    color: #c58f2d
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0
}

.sidebar .search-box .form-group input[type=search],
.sidebar .search-box .form-group input[type=text] {
    position: relative;
    line-height: 43px;
    padding: 10px 50px 10px 25px;
    border: 1px solid #ebebeb;
    background: #22232a;
    display: block;
    font-size: 16px;
    width: 100%;
    height: 60px;
    color: #111;
    border-radius: 3px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 56px;
    width: 60px;
    display: block;
    font-size: 16px;
    color: #272727;
    cursor: pointer;
    border-radius: 0;
    line-height: 100%;
    font-weight: 400;
    background: 0 0
}

.sidebar .search-box .form-group input[type=search]:focus,
.sidebar .search-box .form-group input[type=text]:focus {
    border-color: #c58f2d
}

.sidebar .popular-posts .post {
    position: relative;
    padding: 0 0;
    min-height: 90px;
    color: #111;
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 100px
}

.sidebar .popular-posts .post:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    min-height: auto
}

.sidebar .popular-posts .post .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 95px;
    border-radius: 5px;
    overflow: hidden
}

.sidebar .popular-posts .post .post-thumb .overlay-box {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    text-align: center;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    background-color: #121212c
}

.sidebar .popular-posts .post .post-thumb .overlay-box .fa {
    top: 50%;
    position: relative;
    margin-top: -12px;
    display: block
}

.sidebar .popular-posts .post:hover .post-thumb .overlay-box {
    opacity: 1
}

.sidebar .popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.sidebar .popular-posts .post .text {
    position: relative;
    top: 0;
    font-size: 16px;
    margin: 0 0 0;
    font-weight: 600;
    color: #333;
    line-height: 1.5em;
    text-transform: capitalize
}

.sidebar .popular-posts .post .text a {
    color: #333;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.sidebar .popular-posts .post a:hover {
    color: #c58f2d
}

.sidebar .popular-posts .post-info {
    position: relative;
    font-size: 12px;
    color: #111;
    font-weight: 400;
    margin-top: 5px
}

.sidebar .popular-posts .post-info span {
    position: relative;
    margin-left: 15px
}

.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 8px 20px 8px;
    margin: 0 6px 10px 0;
    color: #111;
    text-align: center;
    font-size: 15px;
    background: 0 0;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid #d7d7d7;
    text-transform: capitalize;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.sidebar .popular-tags a:hover {
    border-color: #c58f2d;
    background-color: #c58f2d;
    color: #fff
}

.news-block-two {
    position: relative;
    margin-bottom: 60px
}

.news-block-two .inner-box {
    position: relative
}

.news-block-two .inner-box .image {
    position: relative;
    overflow: hidden;
    padding: 25px 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.news-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease
}

.news-block-two .inner-box:hover .image img {
    opacity: .7;
    transform: scale(1.03, 1.03)
}

.news-block-two .lower-content {
    position: relative;
    padding: 30px 25px 0
}

.news-block-two .post-meta {
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.news-block-two .post-meta li {
    position: relative;
    color: #7a7a7a;
    font-weight: 400;
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
    padding-left: 25px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.news-block-two .post-meta li .icon {
    position: absolute;
    left: 0;
    top: 1px;
    color: #7a7a7a;
    font-size: 15px;
    margin-right: 5px
}

.news-block-two .inner-box h4 {
    padding-top: 15px;
    padding-bottom: 10px
}

.news-block-two .inner-box h4 a {
    color: #121212;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.news-block-two .inner-box h4 a:hover {
    color: #c58f2d
}

.news-block-two .inner-box .text {
    position: relative;
    padding-bottom: 25px
}

.blog-detail {
    position: relative
}

.blog-detail .inner-box {
    position: relative;
    padding: 25px 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.blog-detail .inner-box .image {
    position: relative;
    overflow: hidden;
    background-color: #c58f2d
}

.blog-detail .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease
}

.blog-detail .inner-box:hover .image img {
    opacity: .7;
    transform: scale(1.03, 1.03)
}

.blog-detail .lower-content {
    position: relative;
    padding-top: 30px
}

.blog-detail .post-meta {
    position: relative;
    padding-bottom: 15px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.blog-detail .post-meta li {
    position: relative;
    color: #7a7a7a;
    font-weight: 400;
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
    padding-left: 25px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.blog-detail .post-meta li .icon {
    position: absolute;
    left: 0;
    top: 1px;
    color: #7a7a7a;
    font-size: 15px;
    margin-right: 5px
}

.blog-detail .inner-box h4 {
    padding-bottom: 15px
}

.blog-detail .inner-box h4 a {
    color: #121212;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.blog-detail .inner-box h4 a:hover {
    color: #c58f2d
}

.blog-detail .inner-box blockquote {
    padding: 25px 30px;
    font-size: 16px;
    font-style: italic;
    line-height: 1.7em;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 50px;
    margin-bottom: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.blog-detail .inner-box .two-column {
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px
}

.blog-detail .inner-box .two-column .row {
    margin: 0 -10px
}

.blog-detail .inner-box .two-column .column {
    padding: 0 10px
}

.blog-detail .post-share-options {
    position: relative;
    margin-top: 40px;
    padding: 22px 0 18px;
    border-top: 1px solid #f0eeee;
    border-bottom: 1px solid #f0eeee
}

.blog-detail .post-share-options .tags span {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin-right: 10px;
    text-transform: capitalize
}

.blog-detail .post-share-options .tags a {
    position: relative;
    color: #111;
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    padding: 10px 12px;
    border-radius: 2px;
    display: inline-block;
    text-transform: capitalize;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    border: 1px solid #e5e5e5;
    margin-right: 5px;
    margin-bottom: 5px
}

.blog-detail .post-share-options .tags a:last-child {
    margin-right: 0
}

.blog-detail .post-share-options .tags a:hover {
    color: #fff;
    border-color: #c58f2d;
    background-color: #c58f2d
}

.blog-detail .post-share-options .social-box {
    position: relative;
    margin-top: 5px
}

.blog-detail .post-share-options .social-box li {
    position: relative;
    margin-left: 15px;
    display: inline-block
}

.blog-detail .post-share-options .social-box li a {
    position: relative;
    font-size: 16px;
    color: #111;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.blog-detail .post-share-options .social-box li a:hover {
    color: #c58f2d
}

.blog-detail .more-posts {
    position: relative;
    padding: 35px 0 20px
}

.blog-detail .more-posts .prev {
    position: relative;
    font-weight: 600;
    color: #111;
    font-size: 16px
}

.blog-detail .more-posts .next {
    position: relative;
    font-weight: 600;
    color: #111;
    font-size: 16px
}

.blog-detail .more-posts .next a,
.blog-detail .more-posts .prev a {
    color: #111;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.blog-detail .more-posts .next a:hover,
.blog-detail .more-posts .prev a:hover {
    color: #c58f2d
}

.sidebar-page-container .comments-area {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px
}

.sidebar-page-container .group-title {
    position: relative
}

.sidebar-page-container .group-title h4 {
    margin-bottom: 25px
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.sidebar-page-container .comments-area .comment-box:last-child {
    border: none;
    padding: 0;
    margin-bottom: 0
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    font-size: 14px;
    min-height: 120px;
    padding: 0 0 0 110px
}

.sidebar-page-container .comments-area .reply-comment {
    margin-left: 40px
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block
}

.sidebar-page-container .comments-area .comment-info {
    margin-bottom: 10px
}

.sidebar-page-container .comments-area .comment-box strong {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    display: block;
    line-height: 1.3em;
    display: inline-block;
    text-transform: capitalize
}

.sidebar-page-container .comments-area .comment-box .text {
    color: #111;
    margin-bottom: 10px
}

.sidebar-page-container .comments-area .comment-info .comment-time {
    position: absolute;
    right: 0;
    color: #7a7a7a;
    display: inline-block;
    font-size: 15px;
    padding-left: 25px
}

.sidebar-page-container .comments-area .comment-info .comment-time:before {
    position: absolute;
    content: "\f133";
    left: 0;
    top: 0;
    color: #111;
    font-family: FontAwesome
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
    position: relative;
    color: #666;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover {
    color: #c58f2d
}

.comment-form .form-group label {
    color: #7a7a7a;
    font-size: 15px;
    margin-bottom: 10px
}

.comment-form .form-group {
    margin-bottom: 25px
}

.comment-form .form-group input[type=email],
.comment-form .form-group input[type=password],
.comment-form .form-group input[type=tel],
.comment-form .form-group input[type=text],
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    color: #111;
    height: 54px;
    font-size: 15px;
    border-radius: 3px;
    background: #22232a;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.comment-form .form-group input[type=email]:focus,
.comment-form .form-group input[type=password]:focus,
.comment-form .form-group input[type=tel]:focus,
.comment-form .form-group input[type=text]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #f7961d
}

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 20px 25px;
    color: #111;
    height: 200px;
    font-size: 15px;
    border-radius: 3px;
    background: #22232a;
    resize: none;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.error-section {
    position: relative;
    padding: 100px 0 100px
}

.error-section .content {
    position: relative;
    text-align: center
}

.error-section h1 {
    font-size: 180px;
    font-weight: 800;
    line-height: 1em;
    margin-bottom: 20px
}

.error-section h2 {
    margin-bottom: 20px
}

.error-section .text {
    margin-bottom: 20px
}

.contact-page-section {
    position: relative;
    padding: 110px 0 110px
}

.contact-page-section .info-column {
    position: relative;
    margin-bottom: 40px
}

.contact-page-section .info-column .inner-column {
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.contact-page-section .title-box {
    position: relative;
    padding: 20px 30px;
    background-color: #fdf6f6
}

.contact-page-section .info-column .lower-box {
    position: relative;
    padding: 40px 35px 30px
}

.contact-page-section .info-column .info-list {
    position: relative
}

.contact-page-section .info-column .info-list li {
    position: relative;
    text-align: left;
    line-height: 1.9em;
    font-weight: 600;
    min-height: 60px;
    color: #333;
    padding-left: 80px;
    margin-bottom: 30px
}

.contact-page-section .info-column .info-list li:last-child {
    margin-bottom: 0
}

.contact-page-section .info-column .info-list li a {
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: #333
}

.contact-page-section .info-column .info-list li .icon {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 60px;
    font-weight: 500;
    font-size: 24px;
    color: #c58f2d;
    border-radius: 50px;
    background-color: #22232a;
    box-shadow: 0 0 25px rgba(0, 0, 0, .15)
}

.contact-page-section .info-column .info-list li a:hover {
    color: #c58f2d
}

.contact-page-section .info-column .timing {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    color: #c58f2d;
    margin-top: 30px;
    margin-bottom: 30px
}

.contact-page-section .info-column .social-box li {
    position: relative;
    display: inline-block;
    margin-bottom: 10px
}

.contact-page-section .info-column .social-box li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    background: #c58f2d;
    transition: all .5s ease;
    margin-right: 5px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.contact-page-section .info-column .social-box li.facebook a {
    background: #3b5998
}

.contact-page-section .info-column .social-box li.twitter a {
    background: #33ccfe
}

.contact-page-section .info-column .social-box li.google a {
    background: #f05b44
}

.contact-page-section .info-column .social-box li.dribbble a {
    background: #ea4c89
}

.contact-page-section .info-column .social-box li.linkedin a {
    background: #0da6be
}

.contact-page-section .info-column .social-box li.pinterest a {
    background: #9c0c1c
}

.contact-page-section .map-column {
    position: relative;
    margin-bottom: 40px
}

.contact-page-section .map-column .inner-column {
    position: relative
}

.contact-page-section .map-column iframe {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 510px
}

.contact-page-section .contact-form-box {
    position: relative;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    padding: 60px 60px 60px;
    margin-top: 45px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1)
}

.contact-page-section .contact-form-box .form-title-box {
    position: relative;
    text-align: center;
    margin-bottom: 20px
}

.contact-form {
    position: relative;
    margin-top: 50px
}

.contact-form .form-group {
    margin-bottom: 30px
}

.contact-form .form-group input[type=email],
.contact-form .form-group input[type=password],
.contact-form .form-group input[type=tel],
.contact-form .form-group input[type=text],
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 10px 20px;
    color: #7a7a7a;
    height: 50px;
    font-size: 15px;
    border-radius: 3px;
    background: #22232a;
    border: 1px solid #ebebeb;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.contact-form .form-group input[type=email]:focus,
.contact-form .form-group input[type=password]:focus,
.contact-form .form-group input[type=tel]:focus,
.contact-form .form-group input[type=text]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: #c58f2d
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 20px 25px;
    color: #7a7a7a;
    background: #22232a;
    border: 1px solid #ebebeb;
    height: 200px;
    resize: none;
    border-radius: 3px;
    font-size: 15px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.contact-form .theme-btn {
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 10px
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: red !important
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    color: red;
    font-weight: 500
}

.shop-page-section {
    position: relative;
    padding: 110px 0 100px
}

.shop-page-section .styled-pagination {
    margin-top: 30px
}



.styled-pagination {
    position: relative
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0 6px 6px 0
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    line-height: 48px;
    width: 50px;
    height: 50px;
    font-size: 16px;
    color: #b4b4b4;
    font-weight: 400;
    text-align: center;
    border-radius: 50px;
    background: #22232a;
    border: 1px solid #ededed;
    text-transform: capitalize;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.styled-pagination li.prev a {
    width: 30px;
    height: 30px;
    color: #b9b9b9;
    font-size: 14px;
    line-height: 28px;
    margin-right: 30px;
    background: #22232a;
    border: 1px solid #b9b9b9
}

.styled-pagination li.next a {
    width: 30px;
    height: 30px;
    color: #b9b9b9;
    font-size: 14px;
    line-height: 28px;
    margin-left: 30px;
    background: #22232a;
    border: 1px solid #b9b9b9
}

.styled-pagination li a.active,
.styled-pagination li a:hover {
    color: #fff;
    border-color: #c58f2d;
    background-color: #c58f2d
}

.shop-detail-section {
    position: relative;
    padding: 50px 0
}

.shop-detail-section .images-column {
    position: relative
}

.shop-detail-section .images-column .inner-column {
    position: relative
}

.shop-detail-section .content-column {
    position: relative
}

.shop-detail-section .content-column .rating {
    position: relative;
    color: #c58f2d;
    font-size: 16px;
    margin-top: 10px
}

.shop-detail-section .content-column .rating a {
    position: relative;
    color: #121212;
    margin-left: 5px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.shop-detail-section .content-column .rating a:hover {
    color: #c58f2d
}

.shop-detail-section .content-column .inner-column {
    position: relative;
    padding-left: 40px
}

.shop-detail-section .content-column .price {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    color: #c58f2d;
    margin-top: 10px;
    margin-bottom: 15px
}

.shop-detail-section .content-column .text {
    margin-bottom: 20px
}

.shop-detail-section .content-column .theme-btn {
    position: relative;
    border-radius: 0;
    width: 100%
}

.shop-detail-section .social-box {
    position: relative;
    margin-top: 30px
}

.shop-detail-section .social-box a {
    position: relative;
    line-height: 1em;
    font-size: 22px;
    color: #111;
    margin-right: 20px
}

.shop-detail-section .social-box a:last-child {
    margin-right: 0
}

.shop-detail-section .social-box a:hover {
    color: #c58f2d
}

.shop-detail-section .shop-list {
    position: relative;
    margin-top: 30px
}

.shop-detail-section .shop-list li {
    font-weight: 600;
    font-size: 15px;
    color: #c58f2d;
    margin-bottom: 10px
}

.shop-detail-section .shop-list li a {
    position: relative;
    color: #505050;
    font-weight: 400
}

.shop-detail-section .shop-list li a:hover {
    color: #c58f2d
}

.gallery-tabs {
    position: relative;
    padding-left: 120px
}

.gallery-tabs .tab-btns {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    margin-bottom: 30px
}

.gallery-tabs .tab-btns .tab-btn {
    position: relative;
    display: block;
    background: 0 0;
    cursor: pointer;
    opacity: .6;
    transition: all .5s ease;
    margin-bottom: 10px
}

.gallery-tabs .tab-btns .tab-btn.active-btn,
.gallery-tabs .tab-btns .tab-btn:hover {
    opacity: 1
}

.gallery-tabs .tabs-content {
    position: relative
}

.gallery-tabs .tabs-content .tab {
    position: relative;
    display: none
}

.gallery-tabs .tabs-content .tab.active-tab {
    display: block
}

.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 15px;
    font-style: normal;
    height: 54px;
    padding: 10px 18px;
    line-height: 34px;
    color: #111;
    font-weight: 600;
    border-radius: 0;
    background: #22232a;
    border: 1px solid #d9d9d9
}

.form-group .ui-button .ui-icon {
    background: 0 0;
    position: relative;
    top: 6px;
    text-indent: 0;
    color: #111
}

.form-group .ui-button .ui-icon:before {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: 0;
    top: 2px !important;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #111;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    z-index: 5
}

.ui-widget.ui-widget-content {
    border: 1px solid #e0e0e0
}

.ui-menu .ui-menu-item {
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0
}

.ui-menu .ui-menu-item:last-child {
    border: none
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    background: #c58f2d;
    border-color: #c58f2d
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 24px
}

.ui-menu-item:hover {
    background-color: #025158
}

.shop-detail-section .prod-tabs {
    position: relative;
    max-width: 980px;
    margin-top: 70px;
    margin-bottom: 40px
}

.shop-detail-section .prod-tabs .tab-btns {
    position: relative;
    margin-bottom: 30px
}

.shop-detail-section .prod-tabs .tab-btns .tab-btn {
    position: relative;
    display: block;
    float: left;
    margin-right: 25px;
    font-size: 18px;
    color: #111;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    padding-bottom: 5px;
    transition: all .5s ease;
    border-bottom: 1px solid transparent
}

.shop-detail-section .prod-tabs .tab-btns .tab-btn.active-btn,
.shop-detail-section .prod-tabs .tab-btns .tab-btn:hover {
    color: #c58f2d;
    border-color: #c58f2d
}

.shop-detail-section .prod-tabs .tabs-content {
    position: relative
}

.shop-detail-section .prod-tabs .tabs-content .tab {
    position: relative;
    display: none
}

.shop-detail-section .prod-tabs .tabs-content .tab.active-tab {
    display: block
}

.shop-detail-section .prod-tabs .tabs-content .tab .title {
    position: relative;
    color: #444;
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 25px
}

.shop-detail-section .comments-area {
    position: relative;
    margin-top: 0;
    margin-bottom: 40px
}

.shop-detail-section .comments-area .comment-box {
    position: relative;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 30px
}

.shop-detail-section .comments-area .comment-box:nth-child(1) {
    padding-top: 0
}

.shop-detail-section .comments-area .comment-box:hover {
    border-color: #c58f2d
}

.shop-detail-section .comments-area .comment-box.reply-comment {
    margin-left: 30px
}

.shop-detail-section .comments-area .comment {
    position: relative;
    font-size: 14px;
    padding: 0 0 0 80px
}

.shop-detail-section .comments-area .comment .comment-inner {
    position: relative;
    padding: 15px 20px;
    border: 1px solid #f4f4f4
}

.shop-detail-section .comments-area .comment .comment-inner .rating {
    position: absolute;
    right: 15px;
    top: 15px
}

.shop-detail-section .comments-area .comment .comment-inner .rating .fa {
    display: inline-block;
    font-size: 14px;
    color: #c58f2d
}

.shop-detail-section .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 20px
}

.shop-detail-section .comments-area .comment-box .author-thumb img {
    width: 60px;
    display: block
}

.shop-detail-section .comments-area .comment-info {
    position: relative;
    font-size: 16px;
    color: #121212;
    line-height: 24px;
    font-weight: 700
}

.shop-detail-section .comments-area .comment-box .text {
    font-weight: 400;
    font-size: 16px;
    color: #121212;
    margin-top: 10px;
    margin-bottom: 0
}

.shop-comment-form {
    position: relative
}

.shop-comment-form h4 {
    margin-bottom: 25px
}

.shop-comment-form .group-title {
    margin-bottom: 20px
}

.shop-comment-form .rating-box {
    position: relative;
    margin-bottom: 30px
}

.shop-comment-form .rating-box .text {
    color: #121212;
    margin-bottom: 10px
}

.shop-comment-form .rating-box .rating {
    position: relative;
    display: inline-block;
    border-right: 1px solid #ebebeb;
    margin-right: 10px;
    padding-right: 10px
}

.shop-comment-form .rating-box .rating:last-child {
    border-right: 0
}

.shop-comment-form .rating-box .rating .fa {
    position: relative;
    display: inline-block;
    margin-right: 5px
}

.shop-comment-form .rating-box .rating a {
    position: relative;
    color: #121212;
    font-size: 16px;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.shop-comment-form .rating-box .rating a:hover {
    color: #c58f2d
}

.shop-comment-form .form-group {
    position: relative;
    margin-bottom: 15px
}

.shop-comment-form .form-group label {
    position: relative;
    color: #121212;
    font-size: 16px;
    font-weight: 300
}

.shop-comment-form .form-group:last-child {
    margin-bottom: 0
}

.shop-comment-form .form-group input[type=email],
.shop-comment-form .form-group input[type=password],
.shop-comment-form .form-group input[type=tel],
.shop-comment-form .form-group input[type=text],
.shop-comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 15px;
    border: 1px solid #efefef;
    height: 50px;
    color: #121212;
    font-weight: 300;
    background: #22232a;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.shop-comment-form .form-group input[type=email]:focus,
.shop-comment-form .form-group input[type=password]:focus,
.shop-comment-form .form-group input[type=tel]:focus,
.shop-comment-form .form-group input[type=text]:focus,
.shop-comment-form .form-group select:focus,
.shop-comment-form .form-group textarea:focus {
    border-color: #c58f2d
}

.shop-comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 15px;
    color: #121212;
    border: 1px solid #efefef;
    height: 105px;
    font-weight: 300;
    background: #22232a;
    resize: none;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.shop-comment-form button {
    position: relative;
    margin-top: 10px
}

.shop-comment-form input:focus,
.shop-comment-form select:focus,
.shop-comment-form textarea:focus {
    border-color: #c58f2d
}

.related-products-section {
    position: relative;
    padding-bottom: 90px
}

.shop-page-section .items-sorting {
    position: relative;
    margin-bottom: 30px
}

.shop-page-section .items-sorting .results-column,
.shop-page-section .items-sorting .select-column {
    margin-bottom: 20px
}

.shop-page-section .items-sorting .results-column h5 {
    font-weight: 400;
    padding: 13px 0
}

.shop-page-section .items-sorting .form-group {
    margin-bottom: 0;
    float: right;
    margin-left: 15px
}

.shop-page-section .items-sorting select {
    position: relative;
    display: block;
    line-height: 26px;
    padding: 10px 20px 10px;
    height: 50px;
    font-size: 14px;
    width: 270px;
    border: 1px solid #ddd;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: url(../images/icons/icon-select-2.png) right top no-repeat;
    color: #c58f2d;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.shop-page-section .items-sorting select option {
    text-indent: 15px
}

.shop-page-section .options-views {
    position: relative;
    float: right;
    padding: 10px 16px;
    display: inline-block;
    border: 1px solid #ddd
}

.shop-page-section .options-views li {
    position: relative;
    margin: 0 5px;
    display: inline-block
}

.shop-page-section .options-views li a {
    position: relative;
    color: #c3c3c3;
    font-size: 18px
}

.shop-page-section .options-views li:last-child a {
    font-size: 22px;
    font-weight: 700;
    top: 2px
}

.shop-page-section .options-views li a:hover,
.shop-page-section .options-views li.active a {
    color: #121212
}

.cart-section {
    position: relative;
    padding: 100px 0 110px
}

.cart-outer {
    position: relative
}

.checkout-page .cart-outer {
    margin-bottom: 40px
}

.cart-outer .table-outer {
    position: relative;
    width: 100%;
    margin-bottom: 50px
}

.cart-outer .cart-table {
    width: 100%;
    min-width: 900px;
    border-bottom: 1px solid #e9e9e9
}

.cart-outer .cart-table tbody {
    padding-bottom: 30px
}

.cart-table .cart-header {
    position: relative;
    width: 100%;
    font-size: 13px;
    color: #1c1c1c;
    border-bottom: 1px solid #ebebeb
}

.cart-table thead tr th {
    line-height: 24px;
    padding: 15px 28px;
    font-weight: 700;
    font-size: 18px;
    color: #161e39;
    text-align: center;
    letter-spacing: 1px
}

.cart-table thead tr th .fa {
    font-size: 18px
}

.cart-table tbody tr td {
    line-height: 24px;
    padding: 25px 50px 25px
}

.cart-table tbody tr .qty {
    width: 225px;
    padding-right: 80px
}

.cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 120px;
    padding-top: 45px;
    padding-left: 150px
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    float: left
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: block;
    max-width: 100%
}

.cart-table tbody tr .prod-column .column-box .text {
    position: relative;
    font-size: 16px;
    color: #777;
    font-weight: 400;
    margin-top: 15px
}

.cart-table tbody tr .prod-column .author {
    font-size: 13px;
    color: #333;
    margin-bottom: 0
}

.cart-table tbody tr .sub-total {
    font-weight: 700;
    color: #161e39;
    font-size: 18px
}

.cart-table tbody tr .remove-btn {
    position: relative;
    font-size: 20px;
    color: #df0303;
    line-height: 30px;
    font-weight: 400;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.cart-table tbody tr .remove-btn .fa {
    position: relative;
    line-height: 30px
}

.cart-table tbody tr .remove-btn:hover {
    color: #121212222
}

.cart-table tbody tr td {
    vertical-align: middle;
    color: #797979;
    font-size: 17px
}

.cart-table tbody tr .total-price {
    font-weight: 700;
    color: #161e39;
    font-size: 18px
}

.cart-table tbody tr td .prod-title {
    position: relative;
    font-size: 17px;
    color: #797979
}

.cart-table tbody tr td .quantity-spinner {
    padding: 5px 0 5px 20px;
    line-height: 24px;
    height: 34px;
    display: block;
    width: 100%;
    position: relative
}

.cart-table tbody .available-info {
    position: relative;
    padding-left: 50px
}

.cart-table tbody .available-info .icon {
    position: absolute;
    left: 0;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #223555;
    border-radius: 50%
}

.cart-section .cart-options {
    position: relative;
    padding: 28px 35px 15px;
    margin-bottom: 50px;
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
    border-top: 0
}

.cart-section .apply-coupon {
    position: relative
}

.cart-section .apply-coupon .form-group {
    position: relative;
    float: left;
    margin-right: 10px
}

.cart-section .apply-coupon .form-group input[type=text] {
    display: block;
    line-height: 15px;
    padding: 8px 25px 8px 0;
    border-bottom: 1px solid #e0e0e0;
    width: 230px;
    height: 56px;
    color: #161e39;
    font-size: 16px;
    font-weight: 400;
    background: #fff
}

.cart-section .btn-style-three {
    padding: 10px 35px;
    margin-right: 15px;
    border-radius: 0;
    font-weight: 600
}

.cart-section .btn-style-two:hover {
    color: #fff
}

.cart-section .cart-options .btn-style-one {
    top: -4px;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 32px
}

.cart-section .totals-table {
    position: relative;
    margin-top: 0
}

.cart-section h3 {
    position: relative;
    color: #161e39;
    font-size: 36px;
    font-weight: 700;
    margin-top: 30px;
    line-height: 1.3em;
    margin-bottom: 0
}

.cart-section .totals-table li {
    line-height: 24px;
    padding: 14px 0;
    border-bottom: 1px solid #dee4e8
}

.cart-section .totals-table .col {
    position: relative;
    display: block;
    float: left;
    line-height: 24px;
    width: 30%;
    color: #161e39;
    font-size: 18px;
    font-weight: 600;
    padding-left: 0;
    text-transform: capitalize
}

.cart-section .totals-table li .col:last-child {
    color: #161e39
}

.cart-section .checkout-btn {
    margin-top: 35px
}

.cart-section .cart-btn {
    padding: 8px 34px;
    margin-top: 110px
}

.cart-table tbody tr .qty .quantity-spinner {
    background: #fff;
    height: 50px
}

.cart-table tbody tr .qty .quantity-spinner:focus,
.cart-table tbody tr .qty .quantity-spinner:hover {
    box-shadow: inherit;
    border-color: #df0303
}

.cart-table tbody tr .qty .input-group-btn-vertical {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

.bootstrap-touchspin .input-group-btn-vertical {
    width: 30px;
    border-left: 1px solid #ddd
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical>.btn,
.shop-single-section .info-column .bootstrap-touchspin .input-group-btn-vertical>.btn {
    padding: 2px 8px;
    line-height: 1em;
    background: 0 0;
    left: 4px
}

.cart-section .bootstrap-touchspin .input-group-btn-vertical i,
.product-details .bootstrap-touchspin .input-group-btn-vertical i {
    top: 1px
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
    content: "\f0d8";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    font-family: FontAwesome
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
    content: "\f0d7";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    font-family: FontAwesome
}

.checkout-page {
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding: 100px 0 80px
}

.checkout-page .default-links {
    position: relative;
    margin-bottom: 40px
}

.checkout-page .default-links li {
    margin-bottom: 15px;
    line-height: 24px;
    padding: 18px 28px;
    background: #1a1a1a;
    color: #c0c0c0;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #ebebeb
}

.checkout-page .default-links li a {
    color: #df0303;
    text-decoration: underline
}

.shop-form .billing-inner {
    position: relative;
    padding-right: 100px
}

.shop-form .sec-title h2 {
    font-size: 24px
}

.shop-form .form-group {
    position: relative;
    margin-bottom: 20px
}

.billing-details .shop-form .sec-title {
    margin-bottom: 20px
}

.billing-details .shop-form .form-group.sec-title {
    margin-bottom: 10px;
    padding-bottom: 30px;
    margin-top: 20px
}

.shop-form .form-group .field-label {
    display: block;
    line-height: 24px;
    margin-bottom: 8px;
    color: #111;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize
}

.shop-form .form-group .field-label sup {
    position: relative;
    top: 0;
    color: #797979;
    font-size: 16px
}

.shop-form input[type=email],
.shop-form input[type=number],
.shop-form input[type=password],
.shop-form input[type=tel],
.shop-form input[type=text],
.shop-form input[type=url],
.shop-form select,
.shop-form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    line-height: 16px;
    padding: 10px 15px;
    height: 50px;
    border: 1px solid #eee;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.shop-form input.address-two {
    margin-top: 12px
}

.shop-form input::-webkit-input-placeholder,
.shop-form select::-webkit-input-placeholder,
.shop-form textarea::-webkit-input-placeholder {
    color: #111
}

.shop-form select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background: #fff url(../images/icons/icon-select.png) right center no-repeat;
    cursor: pointer
}

.shop-form select option {
    text-indent: 15px
}

.shop-form textarea {
    resize: none;
    height: 100px !important;
    overflow: hidden
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus {
    border-color: #df0303
}

.shop-order-box {
    position: relative;
    padding: 20px 28px 50px;
    border: 1px solid #d9d9d9;
    background-color: #fdfdfd
}

.shop-order-box .order-list {
    position: relative
}

.shop-order-box .order-list li {
    position: relative;
    color: #111;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: uppercase
}

.shop-order-box .order-list li span {
    float: right;
    width: 35%;
    text-align: left;
    text-transform: capitalize
}

.shop-order-box .order-list li span.dark {
    color: #242424
}

.shop-order-box .order-list li.total {
    padding: 8px 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2
}

.payment-options {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px
}

.checkout-page .payment-options li {
    position: relative;
    margin-bottom: 15px
}

.checkout-page .payment-options li .radio-option {
    position: relative
}

.checkout-page .payment-options li .radio-option label {
    position: relative;
    display: block;
    padding-left: 30px;
    font-weight: 600 !important;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #797979;
    cursor: pointer;
    font-size: 15px
}

.checkout-page .payment-options li .radio-option label strong {
    font-weight: 500;
    display: inline-block;
    color: #111;
    font-size: 14px
}

.checkout-page .payment-options li .radio-option input[type=radio] {
    position: absolute;
    left: 0;
    top: 3px
}

.checkout-page .payment-options li .radio-option #payment-3 {
    top: 9px
}

.checkout-page .payment-options li .what-paypall {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-left: 0;
    color: #df0303;
    margin-top: 20px
}

.checkout-page .payment-options li .radio-option label .small-text {
    position: relative;
    display: none;
    padding: 18px 26px;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    color: #111;
    border-radius: 4px;
    line-height: 20px;
    line-height: 1.8em;
    margin-top: 20px;
    margin-left: -30px;
    background-color: #ececec
}

.checkout-page .payment-options li .radio-option label .small-text:before {
    position: absolute;
    content: '';
    left: 24px;
    top: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #ececec
}

.checkout-page .payment-options li .radio-option input[type=radio]:checked+label .small-text {
    display: block
}

.checkout-page .payment-options li .radio-option label img {
    position: relative;
    top: -3px;
    display: inline-block;
    max-width: 100%;
    padding-left: 30px
}

.checkout-page .payment-options li .radio-option label img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding-left: 30px
}

.main-footer {
position: relative;
background-color: #1e1e1e;
padding: 50px 0 0;
background-image: url(../images/f-bg.jpg);
background-size: cover;overflow: hidden;
}

.main-footer>div {
    position: relative;
    z-index: 1
}

.main-footer:after {
content: "";
position: absolute;
width: 100%;
left: 0;
top: 0;
height: 100%;
background-color: #0c0c0e;
opacity: 0.8;
}

.main-footer .pattern-layer-one {
    position: absolute;
    left: 0;
    bottom: 140px;
    width: 449px;
    height: 350px;
    background-repeat: no-repeat;
    opacity: .2 !important
}

.main-footer .pattern-layer-two {
    position: absolute;
    right: 0;
    bottom: 140px;
    width: 472px;
    height: 388px;
    background-repeat: no-repeat;
    opacity: .2 !important
}

.main-footer .widgets-section {
    position: relative;

    display: inline-block;
    width: 100%
}

.main-footer .widgets-section .text {
    color: #c1c1c1;
    font-size: 14px;
    margin-bottom: 12px;
    text-align: left
}

.main-footer .logo {
    position: relative;
    line-height: 1em;
    margin-bottom: 30px
}

.main-footer .logo img {
    width: 300px
}

.contact-info-list {
    position: relative
}

.contact-info-list li {
    position: relative;
    text-align: left;
    padding-left: 40px;
    width: 100%;
    margin-bottom: 8px;
    display: inline-table
}

.contact-info-list li p {
    margin: 0;
    text-transform: capitalize;
    color: #c58f2d
}

.contact-info-list li:last-child {
    margin-right: 0
}

.contact-info-list li a {
    position: relative;
    display: inline-block;
    color: #c1c1c1
}

.contact-info-list li .icon {
    position: absolute;
    left: 0;
    top: 5px;
    line-height: 1em;
    color: #fff;
    font-size: 27px
}

.contact-info-list li a:hover {
    color: #c58f2d
}

.main-footer .social-box {
    position: relative;
    margin-top: 40px
}

.main-footer .social-box li {
    position: relative;
    margin-right: 4px;
text-align: center;
    display: inline-block
}

.main-footer .social-box li a {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    background-color: #ffffff1a
}

.main-footer .social-box li a:hover {
    color: #fff;
    background-color: #c58f2d
}

.main-footer .footer-bottom {
    position: relative;
    text-align: center;
    margin-top: 25px;
background: #111111b3;



}



.main-footer .footer-bottom .copyright {
    position: relative;
    font-size: 13px;
    padding: 10px 0;
    color: #c1c1c1
}

.main-footer .footer-bottom .copyright a {
    position: relative;
    color: #c58f2d
}

.main-footer .footer-bottom .copyright a:hover {
    color: #fff
}

.lines {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 90vw
}

.lines .line {
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    left: 50%;
    background: rgba(255, 255, 255, .1);
    overflow: hidden;
    z-index: 1
}

.lines .line:nth-child(1) {
    margin-left: -12.5%
}

.lines .line:nth-child(2) {
    margin-left: -25%
}

.lines .line:nth-child(3) {
    margin-left: -37.5%
}

.lines .line:nth-child(4) {
    margin-left: -49%
}

.lines .line:nth-child(5) {
    margin-left: 0
}

.lines .line:nth-child(6) {
    margin-left: 12.5%
}

.lines .line:nth-child(7) {
    margin-left: 25%
}

.lines .line:nth-child(8) {
    margin-left: 37.5%
}

.lines .line:nth-child(9) {
    margin-left: 49.5%
}

.lines .line:after {
    content: "";
    display: block;
    position: absolute;
    height: 10vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(75%, #fff), to(#fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff6 75%, #fff6);
    -webkit-animation: run 7s 0s infinite;
    animation: run 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(.4, .26, 0, .97);
    animation-timing-function: cubic-bezier(.4, .26, 0, .97)
}

@-webkit-keyframes run {
    0% {
        top: -50%
    }

    to {
        top: 110%
    }
}

@keyframes run {
    0% {
        top: -50%
    }

    to {
        top: 110%
    }
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.services-wrapper {
    padding: 25px 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}

.services-list {
    margin-left: 0;
    margin-right: 0
}

.service1 {
    float: left;
    width: 25%;
    border-left: 1px solid #ebebeb1a;
    padding: 0 25px
}

.service1:first-child {
    border-left: none
}

.service1 figure {
    float: left;
    margin-right: 15px;
    filter: grayscale(100)
}

.service1 .caption {
    overflow: hidden;
    line-height: 1.5
}

.service1 .caption .txt1 {
    font-weight: 500
}

.read-more {
    color: #22232a;
    font-size: 14px
}

.portfolio-type-carousel .portfolio-item {
    width: 730px;
    max-width: 90vw;
    color: inherit
}

.portfolio-type-carousel .portfolio-item .a-img {
    color: #fff
}

.portfolio-type-carousel .portfolio-item.with-video .a-img:before {
    content: "\f04b";
    position: absolute;
    left: 25px;
    color: #fff;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    top: 25px
}

.portfolio-type-carousel .portfolio-item .a-img .sor-img {
    height: 400px;
    background-size: cover;
    width: 100%;
    position: relative
}

.portfolio-type-carousel .portfolio-item .a-img a[data-type=video] {
    left: 0;
    right: 0
}

.portfolio-type-carousel .portfolio-item .a-img a[data-type=video] i {
    display: inline-block;
    font-size: 30px;
    text-decoration: none;
    width: 80px;
    border: 2px solid;
    text-indent: .1em;
    border-radius: 50%;
    text-align: center;
    line-height: 76px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px
}

.portfolio-type-carousel .portfolio-item .bottom-content {
    text-align: center;
    text-transform: uppercase;
    padding: 25px
}

.portfolio-type-carousel .portfolio-item .bottom-content h5 {
    margin: 0;
    color: #000
}

.portfolio-type-carousel .portfolio-item .bottom-content .cat {
    font-size: 15px;
    margin-top: 5px;
    color: #333
}

.portfolio-type-carousel .owl-dots {
    text-align: center
}

.portfolio-type-carousel .owl-dots .owl-dot {
    width: 11px;
    height: 11px;
    border: 1px solid #333;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin: 0 3px
}

.portfolio-type-carousel .owl-dots .owl-dot.active {
    color: #c58f2d
}

.portfolio-type-carousel .owl-dots .owl-dot span {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 50%;
    background: 0 0;
    margin: 2px
}

.portfolio-type-carousel .owl-dots .owl-dot.active {
    border-color: #c58f2d
}

.portfolio-type-carousel .owl-dots .owl-dot.active span {
    background-color: #c58f2d
}

.portfolio-block {
    padding: 50px 0;
    position: relative;
    background-color: #f8f8f8
}

.all-time-hit-two-bg-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: .04
}

.sec-title .bar {
    height: 4px;
    width: 85px;
    background: linear-gradient(to right top, #c58f2d, #c58f2d, #c58f2d, #c58f2d, #c58f2d);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin: auto
}

.sec-title .bar::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 8px;
    background: #fff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG
}

.sec-title.text-width {
    max-width: 600px;
    margin: 0 auto 45px
}

@-webkit-keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(85px)
    }
}

@keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(85px);
        transform: translateX(85px)
    }
}

.all-ioc {
    position: fixed;
    z-index: 9;
    left: -7px;
    bottom: -20px;
    width: 60px;
    height: 60px;
    display: block
}

.show-icons {
    position: absolute;
    bottom: 45px;
    left: 30px;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 33px;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    z-index: 999;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 50%;
    background: #c58f2d
}

.show-icons .ico-img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    z-index: 6;
    background-size: 80%;
    background-image: url(../images/button.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #c58f2d;
    border-radius: 50%
}

.show-icons:hover {
    color: #0e2f35;
    background: -webkit-linear-gradient(#fbfbfb, #fff)
}

.sonar-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: #414141;
    opacity: 0;
    z-index: -1;
    pointer-events: none
}

.sonar-wave {
    animation: amo-button-wave infinite 2.6s 0s linear
}

@keyframes amo-button-wave {
    0% {
        transform: scale(1, 1);
        opacity: .45
    }

    40% {
        opacity: .45
    }

    100% {
        transform: scale(1.35, 1.35);
        opacity: 0
    }
}

.sonar-wave2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: #414141;
    opacity: 0;
    z-index: -1;
    pointer-events: none
}

.sonar-wave2 {
    animation: amo-button-wave2 infinite 2.6s 0s linear
}

.sonar-wave2 {
    animation-delay: .8s
}

@keyframes amo-button-wave2 {
    0% {
        transform: scale(1, 1);
        opacity: .45
    }

    40% {
        opacity: .45
    }

    100% {
        transform: scale(1.35, 1.35);
        opacity: 0
    }
}

.whats-icon {
    position: absolute;
    bottom: 50px;
    left: 34px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 29px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    z-index: 99;
    cursor: pointer;
    border-radius: 3px;
    background: #4dc247;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 50%;
    opacity: 0
}

.whats-icon a {
    color: #fff
}

.whats-icon:hover a {
    color: #4dc247
}

.whats-icon:hover {
    color: #4dc247;
    background: #333
}

.phone-icon {
    position: absolute;
    bottom: 50px;
    left: 34px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 29px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    z-index: 99;
    cursor: pointer;
    border-radius: 3px;
    background: #123377;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 50%;
    opacity: 0
}

.phone-icon a {
    color: #fff
}

.phone-icon:hover a {
    color: #006aff
}

.phone-icon:hover {
    color: #006aff;
    background: #22232a
}

.messenger-icon {
    position: absolute;
    bottom: 50px;
    left: 34px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 29px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    z-index: 99;
    cursor: pointer;
    border-radius: 3px;
    background: #006aff;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 50%;
    opacity: 0
}

.messenger-icon a {
    color: #fff
}

.messenger-icon:hover a {
    color: #006aff
}

.messenger-icon:hover {
    color: #006aff;
    background: #999
}

.all-ioc.active .phone-icon {
    left: 210px;
    opacity: 1
}

.all-ioc.active .whats-icon {
    left: 100px;
    opacity: 1
}

.all-ioc.active .messenger-icon {
    left: 155px;
    opacity: 1
}

.all-time-hit__video-link {
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -17px -17px 0 0
}

.all-time-hit__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    color: #000;
    background-color: #fff;
    border-radius: 50%;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    z-index: 1
}

.all-time-hit__video-icon:hover {
    background-color: red;
    color: #fff
}

.all-time-hit__video-icon .ripplle:after,
.all-time-hit__video-icon .ripplle:before,
.all-time-hit__video-link .ripplle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(227, 227, 227, .5);
    -o-box-shadow: 0 0 0 0 rgba(227, 227, 227, .5);
    -webkit-box-shadow: 0 0 0 0 rgba(227, 227, 227, .5);
    box-shadow: 0 0 0 0 rgba(227, 227, 227, .5);
    -webkit-animation: ripplle 3s infinite;
    animation: ripplle 3s infinite;
    border-radius: 50%
}

.all-time-hit__video-icon .ripplle:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.all-time-hit__video-icon .ripplle:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

@-webkit-keyframes ripplle {
    70% {
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0)
    }
}

@keyframes ripplle {
    70% {
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0)
    }
}

.category-widget-main .category {
    display: block;
    align-items: center;
    justify-content: center
}

.category-widget-main .category .category-list {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
    background: #22232a
}

.category-widget-main .category .category-list a {
    display: block;
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #c58f2d;
    text-decoration: none !important;
    transition: all .3s;
    text-align: center
}

.category-widget-main .category .category-list a span {
    text-align: center;
    font-size: 16px;
    color: #dbdbdb;
    text-decoration: none !important;
    z-index: 9;
    text-transform: capitalize;
    height: 41px;
    display: grid;
    width: 100%;
    align-items: center
}

.category-widget-main .category .category-list img {
    width: 80px;
    transition: all .5s;
    filter: brightness(100);
    filter: grayscale(100%);
    margin: 20px auto 30px
}

.category-widget-main .category .category-list:hover a img {
    transform: scale(1.1);
    filter: grayscale(0)
}

.shopByCategory {
    padding: 50px 0
}

.cta-section .all-time-hit-two-bg-shape {
    opacity: .3
}

.custom-nav .owl-nav {
    position: absolute;
    display: flex;
    width: auto;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    top: -60px;
    left: 0
}

.custom-nav .owl-nav>div {
    margin-right: 5px;
    height: 45px;
    position: relative;
    width: 45px;
    border-radius: 50%;
    border: none;
    text-align: center;
    font-size: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 9;
    width: 45px;
    height: 45px;
    line-height: 45px;
    left: 0;
    background: 0 0;
    border: 1px solid #444;
    font-size: 18px;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #444;
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    cursor: pointer
}

.custom-nav .owl-nav>div:hover {
    color: #c58f2d;
    border: 1px solid #c58f2d
}

.main-header .lang-box {
    position: relative;
    top: 0;
    float: left;
    font-size: 18px;
    color: #fff;
    line-height: 20px !important;
    cursor: pointer;
    background: 0 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    margin-right: 20px;
}

.main-header .lang-box a {
    color: #fff;
    display: flex;
    align-items: center
}

.main-header .lang-box a span {
    margin-right: 6px
}

.phone-box {
    margin-right: 20px;
    float: left;
    font-size: 20px;
    color: #fff
}

.phone-box a {
    color: #fff;
    font-weight: 700
}

.galvid {
    margin: 0
}



.howit-works {
    padding: 50px 0;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    overflow: hidden
}

.howit-works .container-fluid {
    position: relative;
    z-index: 2
}

.howit-works .col-lg-4 {
    padding: 0 8px
}

.single-howit-works {
    text-align: center;
    height: 375px;
    padding: 60px 30px 60px;
    transition: all ease-in-out .6s;
    position: relative;
    background: #f8f8f8
}

.single-howit-works:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    content: "";
    opacity: 0;
    transition: all ease-in-out .2s;
    background: #c58f2d
}

.single-howit-works h4 {
    font-size: 20px;
    color: #c58f2d;
    margin-bottom: 10px;
    margin-top: 8px;
    text-transform: uppercase
}

.single-howit-works p {
    color: #333;
    height: 110px;
    overflow: hidden
}

.single-howit-works img {
    width: 74px
}

.single-howit-works:hover {
    padding: 50px 30px 80px
}

.single-howit-works:hover:after {
    opacity: 1;
    width: 100%
}



.about-welcome {
    position: relative
}

.about-welcome .image-column {
    position: relative
}

.about-welcome .image-column:after {
    position: absolute;
    border: 10px solid #eee;
    content: '';
    width: 60%;
    z-index: -1;
    left: -20px;
    top: -30px;
    bottom: -20px
}

.footer-logo {
    margin-top: 80px
}

.footer-logo img {
    width: 250px
}

.quick-list li a {
    margin-bottom: 18px;
    text-transform: capitalize;
    display: block;
    font-size: 15px;
    padding-left: 15px;
    color: #c1c1c1
}

.quick-list li a:hover {
    color: #c58f2d
}

.quick-list li {
    text-align: left;
    position: relative;
    width: 50%;
    float: left
}

.quick-list li a::before {
    content: "-";
    font-weight: 300;
    left: 0;
    top: 0;
    color: inherit;
    font-size: 18px;
    position: absolute
}

.widgets-section .widget_title {
    position: relative;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    color: #c58f2d;
    line-height: 1;
    border-bottom: 0;
    padding: 0 0 18px 0;
    margin: 0 0 30px 0;
    max-width: 275px;
    text-align: left
}

.widgets-section .widget_title:after,
.widgets-section .widget_title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 61px;
    height: 2px;
    background-color: #fff
}

.widgets-section .widget_title:after {
    width: 16px;
    border: 3px solid #121212;
    height: 4px;
    background-color: transparent;
    bottom: -1px;
    left: 40px;
    -webkit-animation: footerLine 7s linear infinite;
    animation: footerLine 7s linear infinite;
    border-top: 0;
    border-bottom: 0
}

@-webkit-keyframes footerLine {
    0% {
        left: 40px
    }

    50% {
        left: 0
    }

    100% {
        left: 40px
    }
}

@keyframes footerLine {
    0% {
        left: 40px
    }

    50% {
        left: 0
    }

    100% {
        left: 40px
    }
}

.vid-box {
    background: linear-gradient(to right, #1d293f, #000)
}

.vid-box img {
    opacity: .5;
    height: 400px;
    width: 100%;
    object-fit: cover
}

.faq-section .content-column {
    position: relative
}

.faq-section .content-column .inner-column {
    position: relative;
    max-width: 600px;
    width: 100%;
    padding: 30px 25px;
    background-color: #f5f5f5
}

.faq-section .content-column .inner-column h2 {
    text-transform: capitalize;
    font-size: 22px;
    padding-bottom: 5px
}

.faq-section .content-column .inner-column .sec-title {
    margin-bottom: 20px
}

.default-form {
    position: relative;
    z-index: 2
}

.default-form .form-group {
    position: relative;
    margin-bottom: 23px
}

.default-form .form-group input[type=email],
.default-form .form-group input[type=tel],
.default-form .form-group input[type=text],
.default-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    color: #000;
    height: 55px;
    font-size: 14px;
    background: #fff;
    font-weight: 400;
    border-radius: 2px;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: none !important
}

.default-form .form-group input[type=email]:focus,
.default-form .form-group input[type=tel]:focus,
.default-form .form-group input[type=text]:focus,
.default-form .form-group textarea:focus {
    border-color: #c58f2d
}

.default-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 15px 20px;
    color: #222;
    height: 100px;
    background: #fff;
    resize: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.sidebar__social {
    text-align: center;
    margin-top: 45px
}

.copyleft {
    width: 70%;
    margin: 0 auto;
    text-align: center;
color: #c1c1c1;
}

.sidebar__social ul {
    margin: 30px 0
}

.sidebar__social ul li {
    display: inline-block
}

.sidebar__social ul li:not(:last-child) {
    margin-right: 5px
}

.sidebar__social ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background: #ffffff1a;
    color: #fff;
    -webkit-border-radius: 0 35px 35px;
    -moz-border-radius: 0 35px 35px;
    border-radius: 0 35px 35px
}

.sidebar__social ul li a:hover {
    background: #c58f2d;
    color: #fff
}

.services-area {
    padding: 50px 0
}

.services-area-style-two .services-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1
}

.services-area-style-two .services-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #262362;
    opacity: .9
}

.services-area-style-two .single-services {
    background-color: #fff;
    background-image: unset;
    padding-top: 45px
}

.services-area-style-two .single-services i {
    position: relative;
    z-index: 1;
    width: 70px;
    height: 70px;
    line-height: 70px
}

.services-area-style-two .single-services i::after {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffdfd0), to(#fff));
    background-image: linear-gradient(#ffdfd0, #fff);
    z-index: -1;
    border-radius: 50px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.services-area-style-two .single-services .count {
    top: unset;
    left: unset;
    bottom: 10px;
    right: 10px;
    font-size: 40px
}

.services-area-style-two .single-services:hover i::after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7e43), to(#e2a753));
    background-image: linear-gradient(#ff7e43, #e2a753)
}

.services-area-style-three .single-services {
    border: 1px solid #eee
}

.services-area-style-three .single-services::before {
    opacity: 1;
    background-color: #fff
}

.services-area-style-three .single-services:hover::before {
    opacity: .9;
    background-color: #262362
}

.single-services {
    background-image: url(../images/services-shape.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 30px;
    position: relative;
    z-index: 1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    margin-bottom: 30px
}

.single-services::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e7e7e7;
    opacity: .2;
    z-index: -1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-services i {
    font-size: 60px;
    line-height: 1;
    color: #e2a753;
    margin-bottom: 25px;
    display: inline-block;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-services h3 {
    margin-bottom: 10px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 26px;
    text-transform: capitalize
}

.single-services p {
    margin-bottom: 17px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    height: 135px;
    overflow: hidden;
    text-transform: capitalize
}

.single-services .count {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 70px;
    font-weight: 600;
    color: #dcdee0;
    line-height: 1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-services:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.single-services:hover::before {
    background-color: #e2a753;
    opacity: .9
}

.single-services:hover i {
    color: #fff
}

.single-services:hover h3 {
    color: #fff
}

.single-services:hover p {
    color: #fff
}

.single-services:hover .read-more {
    color: #fff
}

.single-services:hover .read-more span {
    color: #fff
}

.single-services:hover .count {
    color: #111
}

.services-area-style-two {
    position: relative;
    z-index: 1
}

.counter-area .col-lg-3:nth-child(1) .single-counter::before {
    display: none
}

.counter-area.counter-area-style-two {
    background-image: url(../images/page-bg-24.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1
}

.counter-area.counter-area-style-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e2a753;
    opacity: .9
}

.counter-area.counter-area-style-two::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff
}

.counter-area.counter-area-style-two .single-counter {
    margin: 30px;
    padding-left: 80px;
    margin-top: 0
}

.counter-area.counter-area-style-two .single-counter::before {
    background-color: #ee7e4b;
    left: -45px
}

.counter-area.counter-area-style-two .single-counter i {
    color: #fff;
    font-size: 60px
}

.counter-area.counter-area-style-two .single-counter h2 {
    color: #fff
}

.counter-area.counter-area-style-two .single-counter h3 {
    color: #fff;
    font-size: 15px
}

.counter-bg {
    padding: 100px 0
}

.counter-area.counter-area-style-three .counter-bg {
    background-image: url(../images/page-bg-24.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1
}

.counter-area.counter-area-style-three .counter-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #262362;
    opacity: .9
}

.counter-area.counter-area-style-three .single-counter {
    margin: 30px;
    padding-left: 80px;
    margin-top: 0;
    margin-right: 0
}

.counter-area.counter-area-style-three .single-counter::before {
    background-color: #404759;
    left: -45px
}

.counter-area.counter-area-style-three .single-counter i {
    color: #fff;
    font-size: 60px
}

.counter-area.counter-area-style-three .single-counter h2 {
    color: #fff
}

.counter-area.counter-area-style-three .single-counter h3 {
    color: #fff;
    font-size: 15px
}

.single-counter {
    position: relative;
    padding-left: 90px;
    margin-bottom: 30px
}

.single-counter::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 1px;
    height: 100%;
    background-color: #eee
}

.single-counter i {
    font-size: 70px;
    color: #e2a753;
    line-height: 1;
    color: #e2a753;
    position: absolute;
    top: 7px;
    left: 0
}

.single-counter h2 {
    font-size: 30px;
    color: #e2a753;
    line-height: 1
}

.single-counter h3 {
    margin-bottom: 0;
    font-size: 20px
}

.tile.scale-anm {
    transform: scale(1);
    opacity: 1;
    transition: all .35s ease
}

.portfolio_c .portfolio-img {
    color: #fff;
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
    line-height: 0
}

.portfolio_c .portfolio-img img {
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}

.portfolio_c .portfolio-img>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.portfolio_c .portfolio-img>div::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    background-image: linear-gradient(-45deg, #000 0, transparent 40%, rgba(255, 255, 255, .6))
}

.portfolio_c .portfolio-img span.ti-arrow-right {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    padding: 6px 16px;
    position: absolute;
    bottom: 10px;
    right: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: .05s linear;
    transition: .05s linear;
    transition-delay: 0s;
    -webkit-transition-delay: .01s;
    transition-delay: .01s
}

.portfolio_c .portfolio-img span.ti-arrow-right {
    font-size: 24px;
    color: #fff
}

.portfolio_c .portfolio-img .curl {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, #fff, #f3f3f3 20%, #bbb 38%, #aaa 44%, #888 50%, rgba(0, 0, 0, .7) 50%, rgba(0, 0, 0, .4) 60%, rgba(0, 0, 0, .3));
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    transition: all .4s ease
}

.portfolio_c .portfolio-img .curl::after,
.portfolio_c .portfolio-img .curl::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 12%;
    bottom: 6%;
    width: 70%;
    max-width: 300px;
    max-height: 100px;
    height: 55%;
    box-shadow: 0 12px 15px rgba(0, 0, 0, .3);
    transform: skew(-10deg) rotate(-6deg)
}

.portfolio_c .portfolio-img .curl::after {
    left: auto;
    right: 6%;
    bottom: auto;
    top: 14%;
    transform: skew(-15deg) rotate(-84deg)
}

.portfolio_c .portfolio-img a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    color: #fff
}

.portfolio_c .portfolio_classic_content {
    text-align: left
}

.elementor-1877 .elementor-element.elementor-element-54097e5 .portfolio_classic_content {
    margin-top: 20px
}

.portfolio_c .portfolio_classic_content .portfolio_classic_subtitle {
    color: #666;
    font-size: 15px
}

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

.portfolio_c .portfolio-img {
    color: #fff;
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
    line-height: 0
}

.portfolio_c .portfolio-img * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.portfolio_c .portfolio-img img {
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}

.portfolio_c .portfolio-img .tyo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.portfolio_c .portfolio-img .tyo:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    background-image: linear-gradient(-45deg, #000 0, transparent 40%, rgba(255, 255, 255, .6))
}

.portfolio_c .portfolio-img span.fal {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    padding: 6px 16px;
    position: absolute;
    bottom: 10px;
    right: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: .05s linear;
    transition: .05s linear;
    -webkit-transition-delay: .01s;
    transition-delay: .01s
}

.portfolio_c .portfolio-img .curl {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, #fff, #f3f3f3 20%, #bbb 38%, #aaa 44%, #888 50%, rgba(0, 0, 0, .7) 50%, rgba(0, 0, 0, .4) 60%, rgba(0, 0, 0, .3));
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    transition: all .4s ease
}

.portfolio_c .portfolio-img .curl:after,
.portfolio_c .portfolio-img .curl:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 12%;
    bottom: 6%;
    width: 70%;
    max-width: 300px;
    max-height: 100px;
    height: 55%;
    box-shadow: 0 12px 15px rgba(0, 0, 0, .3);
    transform: skew(-10deg) rotate(-6deg)
}

.portfolio_c .portfolio-img .curl:after {
    left: auto;
    right: 6%;
    bottom: auto;
    top: 14%;
    transform: skew(-15deg) rotate(-84deg)
}

.portfolio_c .portfolio-img a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    color: #fff
}

.portfolio_c .portfolio-img.hover .tyo:before,
.portfolio_c .portfolio-img:hover .tyo:before {
    opacity: 1
}

.portfolio_c .portfolio-img.hover span.fal,
.portfolio_c .portfolio-img:hover span.fal {
    opacity: 1;
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.portfolio_c .portfolio-img.hover .curl,
.portfolio_c .portfolio-img:hover .curl {
    width: 90px;
    height: 90px
}

.portfolio_classic_content {
    padding: 15px;
    width: 100%
}

.portfolio_classic_content h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.portfolio_classic_content h3 a {
    color: #000
}

.video-section-full-v2 {
    position: relative;
    z-index: 1;
    margin-top: 40px;
    margin-bottom: 50px;
    margin-right: 40px
}

.video-section-full-v2:after {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 100%;
    height: auto;
    background-color: transparent;
    border: 20px solid #c58f2d;
    z-index: 0;
    bottom: -40px
}

.video-section-full {
    padding: 60px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    bottom: -120px;
    margin-top: -100px
}

.video-section-full-v2 .video-section-full {
    position: relative;
    z-index: 1;
    overflow: hidden;
    bottom: 0;
    margin-top: 0;
    margin-left: 0;
    height: 400px;
background-color: #212121;
}

.video-section-full .overlay-main {
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #000c, #0006);
    background: linear-gradient(to right, #000000b3, #0006);
    background: linear-gradient(to right, #00000080, #0006);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0
}

.video-section-full:after,
.video-section-full:before,
.video-section-inner:after,
.video-section-inner:before {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow: hidden
}

.video-section-full:after {
    width: 30px;
    height: 2px;
    left: 20px;
    top: 20px
}

.video-section-full:before {
    width: 2px;
    height: 30px;
    left: 20px;
    top: 20px
}

.video-section-inner:after {
    width: 30px;
    height: 2px;
    right: 20px;
    bottom: 20px
}

.video-section-inner:before {
    width: 2px;
    height: 30px;
    right: 20px;
    bottom: 20px
}

.video-section {
    position: relative;
    z-index: 1;
    margin-right: 31px
}

.video-section-content {
    width: 100%
}

.video-section-content .mfp-video {
    width: 60px;
    height: 60px;
    background: #c58f2d;
    display: block;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 140px;
    left: 70px
}

.video-section-bottom {
    position: absolute;
    left: 20px;
    bottom: 20px
}

.video-section-bottom .sx-title {
    margin-bottom: 0;
    font-size: 19px;
    text-transform: capitalize
}

@media only screen and (max-width:991px) {
    .video-section-full {
        padding: 60px 40px;
        bottom: 0;
        margin-top: 0;
        margin-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .video-section-full-v2 {
        margin-bottom: 40px
    }
}

@media only screen and (max-width:480px) {
    .video-section-full {
        width: 100%;
        margin-bottom: 15px
    }

    .video-section-full-v2 .video-section-full {
        margin-left: 0
    }
}

@media only screen and (max-width:420px) {
    .video-section-full-v2 .video-section-full {
        padding: 150px 40px
    }
}

.about-home-3 ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px
}

.about-home-3 ul li a {
    color: #333
}

.about-home-3 ul li:after {
    position: absolute;
    content: "\f00c";
    left: 0;
    color: #c58f2d;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300
}

.video-section-full {
    background-size: cover
}

.about-home-3 ul {
    margin-bottom: 20px
}
/*
.counter_box .counter {
    display: inline-block;
    color: #fafdcb;
    font-size: 79px;
    position: relative;
    font-weight: 300
}

.counterup_area .counter_box {
    border-left: 1px solid #f1f1f1;
    padding: 0 40px;
    position: relative
}

.counterup_area .col-md-4:last-child .counter_box {
    border-left: none
}

.counterup_area {
    background: url(../img/bg2.jpg) center center no-repeat;
    background-size: cover;
    padding: 40px 0;
    background-attachment: fixed;
    -webkit-transition: .4s;
    position: relative;
    -o-transition: .4s;
    transition: .4s
}

.counterup_area .container {
    position: relative;
    z-index: 2
}

.counterup_area:after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000c;
    position: absolute;
    z-index: 1;
    background-color: rgba(37, 44, 63, .72)
}

.counter_box img.number_img_shape {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -70px;
    width: 152px;
    height: 152px
}

.counterup_area .counter_box p {
    color: #efefef;
    margin-top: 0;
    font-size: 21px;
    font-weight: 700
}

.counterup_area .hero-section-title h1 {
    color: #fff
}

.counter-area {
    position: relative;
    background-image: url(../images/sk.webp);
    background-color: #fbfbfb;
    padding: 80px 0 40px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center
}

.counter-area .auto-container {
    position: relative;
    z-index: 2
}

.counter-area:after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ffffff80;
    position: absolute;
    z-index: 1
}

.counter-area .counter-text {
    margin-bottom: 30px
}

.counter-area .counter-text h2 {
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    font-size: 38px
}*/
/*
.counter-item {
    margin-bottom: 30px;
    border-radius: 8px;
    padding-left: 60px;
    text-align: left;
    position: relative;
    display: flex
}

.counter-item i {
    color: #c58f2d;
    font-size: 45px;
    position: absolute;
    left: 0;
    top: 10px
}*/
/*
.counter-item h3 {
    margin-bottom: 10px
}

.counter-item h3 span {
    font-size: 40px
}

.counter-item p {
    font-weight: 500;
    font-size: 16px;
    color: #333;
    margin-bottom: 0;
    text-transform: capitalize;
    margin-left: 15px;
    line-height: 25px
}*/

.mob-logo {
    display: none
}

.ripple,
.ripple:after,
.ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .16);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .16);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .16);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .16);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .16);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

.side-navigation {
    width: 400px;
    max-width: 100%;
    height: 100vh;
    min-height: 400px;
    background: #222;
    z-index: 10;
    box-shadow: 10px 10px 50px rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 14px;
    padding: 0 40px;

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    transition-duration: .7s;
    -webkit-transition-duration: .7s;
    transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    -webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}

.side-navigation .menu {
    display: none;
    margin-bottom: 20px
}

.side-navigation .menu ul {
    width: 100%;
    margin: 0;
    padding: 0
}

.side-navigation .menu ul li {
    width: 100%;
    display: block;
    margin: 0;
    padding: 3px 0;
    list-style: none;
    position: relative
}

.side-navigation .menu ul li ul {
    width: 100%;
    display: none;
    padding-left: 20px;
    margin-bottom: 10px
}

.side-navigation .menu ul li ul li {
    display: block
}

.side-navigation .menu ul li ul li a {
    font-size: 2vw
}

.side-navigation .menu ul li a {
    display: inline-block;
    color: #fff;
    font-size: 3vw;
    font-weight: 600
}

.side-navigation .menu ul li a:hover {
    color: #ebcfa7;
    text-decoration: none
}

.side-navigation .side-content {
    width: 100%;
    display: block
}

.side-navigation figure {
    display: block;
    margin: 30px 0
}

.side-navigation figure img {
    width: 300px
}

.side-navigation address {
    display: block;
    margin-bottom: 10px
}

.side-navigation h6 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px
}

.side-navigation>p {
    display: block;
    margin-bottom: 30px;
    line-height: 22px;
    height: 113px;
    overflow: hidden
}

.side-navigation p a {
    color: #fff
}

.side-navigation .gallery {
    margin-bottom: 20px;
    padding: 0;
    margin-left: -5px;
    margin-right: -5px
}

.side-navigation .gallery li {
    width: 33.33333%;
    float: left;
    margin: 0;
    padding: 0 5px;
    list-style: none
}

.side-navigation .gallery li img {
    width: 100%;
    height: 120px;
    object-fit: cover
}

.side-navigation .social-media {
    width: 100%;
    float: left;
    margin: 0;
    margin-bottom: 20px;
    padding: 0
}

.side-navigation .social-media li {
    float: left;
    margin-left: 5px;
    padding: 0;
    list-style: none
}

.side-navigation .social-media li a {
    width: 40px;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 42px;
    font-size: 13px;
    color: #fff;
    background: rgba(255, 255, 255, .1)
}

.side-navigation .social-media li a:hover {
    color: #26282b;
    background: #ebcfa7
}

.side-navigation.active {
    left: 0
}

.side-navigation .side-content small {
    text-align: center;
    padding-top: 60px;
    display: block
}






/*===========================
6.0 *** COUNTER AREA START ***
=============================*/
#counter {
padding: 50px 0;
    position: relative;
}

.circle-up:after {
    position: absolute;
    content: '';
    width: 155px;
    height: 155px;
    border: 1px solid #c8963e;
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 9;
}

.circle-up:before {
    position: absolute;
    content: '';
    width: 230px;
    height: 230px;
    border: 1px solid #c8963e;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 9;
}

.circle-up {
position: relative;
top: -80px;
}

.container.zindex {
    position: relative;
}

.counter-main {
    background: #f5f5f5;
padding: 80px 15px 30px;
    border-radius: 3px;
position: relative;
z-index: 19;
}

.counter-txt h3 {
    font-size: 100px;
    color: #c8963e;

}

.counter-txt p {
font-size: 26px;
color: white;
line-height: 50px;
text-transform: uppercase;

}

.counter-ma {
    margin-top: 30px;
}

.counter-item i {
    font-size: 59px;
    color: #c8963e;
}

.counter-item h3 {
    font-size: 30px;
    color: #000;
    margin-top: 20px;
}

.counter-item p {
color: #787878;
margin-top: 8px;
text-transform: uppercase;
font-size: 16px;
line-height: 25px;
margin: 10px auto;display: block;
}

.vid-btn {
    position: absolute;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #c8963e;
    text-align: center;
    color: white;
    font-size: 25px;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 9999;
}

.vid-btn i {
z-index: 9;

position: relative;
}

.vid-btn:before {
content:"";
right:0;
top:0;
    position: absolute;
width: 100%;

height: 100%;

background: #c8963e;

border-radius: 50%;

line-height: 100;
}

.vid-btn:hover {
    color: white;
}

.circle {
    position: absolute;
    width: 120px;
    height: 120px;
    background: #fff;
    top: 21px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 9999;
}

.circle2 {
    position: absolute;
    width: 300px;
    height: 300px;
    border: 1px solid #c8963e;
    top: -65px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 9;
}


.about-welcome {
padding:50px 0;
}

.about-welcome .inner-column .text {
margin-bottom:25px;
}

.about-welcome .sec-title .bar {
margin: 0;
}








.sb-thumbnail .bottom-line {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  bottom: -3px;
  background-color: #c58f2d;
  width: 80px;
  height: 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.sb-thumbnail:hover .bottom-line {
  width: 100%;
  height: 5px;
}

.image-hover .sb-thumbnail {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.image-hover .sb-thumbnail:hover+span {
  bottom: -36px;
  opacity: 1;
}

.hover-effects .sb-thumbnail .img-hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.hover-effects .sb-thumbnail:hover .img-hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}



.service-parallax {
background: #212020;
  position: relative;
  padding: 50px 0px;
    z-index: 1;
}



.service-parallax .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 521px;
    background-size: cover;
    background-repeat: no-repeat;

}



/*
.service-parallax:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000c;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: .89;
}*/


.service-parallax .section-title h2 {
  position: relative;
  z-index: 1;
  color: #FFF;
}

.service-parallax .out-caption p {
  color: #FFF;
}







.owl-carousel.custom-nav .owl-nav {
	position: absolute;
	display: flex;
	width: auto;
	margin: 0 auto;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
top: -60px;
left: 0;
}



.owl-carousel.custom-nav .owl-nav > div {
	margin-right: 16px;

	position: relative;


	border: none;
	text-align: center;
	font-size: 0px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 9;
width: 40px;
height: 40px;
line-height: 40px;
	left: 0;
	background: transparent;
	font-size: 13px;

	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	color: #C58F2D;
}

.owl-carousel.custom-nav .owl-nav > div:hover {
	color: #c58f2d;
}





.project__slider-2 .owl-nav .owl-arrow:after,
.owl-carousel.custom-nav .owl-nav > div:after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: -1;
    margin: auto;
    border-radius: 6px;
    transform: rotate(-45deg); border: 1px solid #C58F2D;    left: 0;
}

.project__slider-2 .owl-nav .owl-arrow.owl-arrow-prev:after,
.owl-carousel.custom-nav .owl-nav > div.owl-prev:after {
    left: 0;
    right: 0;
}

/* =====================================
    14. SERVICES #1
======================================== */
.services-carousel {
  position: relative;
}

.services-carousel .owl-theme .custom-nav {
  display: none;
}

.services-carousel .owl-carousel .item .thumbnail {
  margin: 0rem 1rem;
}

.services-carousel .owl-dots {
  display: none;
}

.service-box-alt {
box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
border-radius: 12px;
overflow: hidden;
}


.service-box-alt:hover {
cursor: url(‘cur.png’), auto;
cursor: url('cur.png'), pointer;
}



.sb-thumbnail {
  position: relative;
  cursor: pointer;
}
/*
.sb-thumbnail:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(transparent, var(--primary-heading));
background-image: linear-gradient(180deg, rgba(2, 2, 2, 0.08) 0, #000000e6 90%);
  opacity: 0.7;
  margin-top: -5px;
  z-index: 1;
}
*/
.sb-caption {
  width: 100%;
  margin: 0px;
  text-align: center;
}

.sb-caption h3 {


font-size: 17px;

font-weight: normal;

text-align: center;

margin: 0;

text-transform: capitalize;

background: linear-gradient( to top , #222 , #333);


padding: 16px 10px;

color: #fff;
}

.sbt-icon {
width: 60px;

margin: auto;

color: #eca51c;

font-size: 46px;
}

.out-caption {
  text-align: center;
  margin-top: 25px;
  padding: 0px 20px;
}



.image-hover .sb-thumbnail {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.image-hover .sb-thumbnail:hover+span {
  bottom: -36px;
  opacity: 1;
}

.hover-effects .sb-thumbnail .img-hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;

height: 300px;
object-fit: cover;
}

.hover-effects .sb-thumbnail:hover .img-hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.wide-info-section {
  background-color: #09192a;
  background-image: -webkit-linear-gradient(180deg, #09192a 50%, #FFFF 50%);
  padding: 80px 0px 80px;
}

.wi-parallax {
  background-image: url("../images/commons/logis-34.jpg");
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-left: -120px;
}

.wi-left-layer {
  margin: 0px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 30%;
}

.wi-left-layer .btn-default {
  margin-top: 15px;
}

.wi-badge {
  position: absolute;
  bottom: 70px;
  left: 70px;
}

.wi-badge .popup-youtube {
  margin: 0px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}



.cta__area {
  padding: 30px 0 28px;
}
.cta__content {
  display: inline-block;float: right;margin-top: 25px;

}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .cta__content {
    float: left;
  }
}
.cta__content ul li {
  display: inline-block;
  margin-left: 50px;
  padding-top: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .cta__content ul li {
    margin-left: auto;
    margin-right: 50px;
  }
}
@media (max-width: 575px) {
  .cta__content ul li {
    padding-top: 13px;
  }
}
.cta__content ul li .support-img {
  float: right;
  margin-left: 15px;
  margin-top: -10px;
  position: relative;
}
.cta__content ul li .support-img:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background: #ffffff;
  bottom: 4px;
  right: 4px;
  border-radius: 50%;
}
@media (max-width: 575px) {
  .cta__content ul li:last-child {
    display: none;
  }
}
.cta__icon {
  float: left;
  margin-right: 12px;
}
.cta__icon i {
  font-size: 35px;
  color: #c58f2d;
  line-height: 1;
}
.cta__meta {
  overflow: hidden;
}
.cta__meta P {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 3px;
  line-height: 1;
}
.cta__meta span {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
  display: inline-block;
}

.cta__meta span a {
  color: #000;
}

.trk-on p {
line-height: 40px;
margin: 0;
color:#fff;
}

.cta__meta a:hover {
  opacity: 0.5;
}
.cta__meta.c3 p {
  color: #77778d;
}
.cta__area-2 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .cta__area-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cta__area-2::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #1f61a7;
  opacity: 0.94;
}
.cta__area-2.rb:before {
  background: #c58f2d;
}
.cta__area-2.rb .icons-line ul li i {
  color: #c75657;
}
.cta__area-2.rb .cta__form ul li a {
  background: #fff;
  color: #222;
}
.cta__area-2.rb .cta__form ul li a:hover {
  color: #ffffff;
}
.cta__area-2.rb .icons-line ul li.trp-icon i {
  color: #ffffff;
}







/********************/


/*---------------------------------------------------- */
/*Fun Fact area*/
/*----------------------------------------------------*/
.ft-funfact-section {
  padding: 50px 0px 110px;
}

.ft-funfact-content {
  padding: 40px 0px;
  background-color: #f4f4f4;
}

.ft-funfact-innerbox .ft-funfact-icon {
  margin-bottom: 8px;
}
.ft-funfact-innerbox .ft-funfact-icon i {
  font-size: 45px;
  color: #c58f2d;
}
.ft-funfact-innerbox .ft-funfact-text h3 {
  color: #052e56;
  font-size: 45px;
  font-weight: 700;
}
.ft-funfact-innerbox .ft-funfact-text p {
  color: #666666;
  font-size: 15px;
  font-weight: 700;
  font-family: "Poppins";
}


.ft-funfact-section-2 .ft-section-title-3 {
  margin: 0 auto;
  max-width: 820px;
}

.ft-funfact-section-2 {
  overflow: hidden;
  padding: 40px 0 80px;

}

.ft-funfact-content-2 {
  z-index: 1;
  padding-top: 100px;
}
.ft-funfact-content-2 .map-bg {
  top: -25px;
  left: 0;
  right: 0;
  opacity: 0.5;
  z-index: -1;
}

.ft-funfact-inner-items-wrapper:before {
  top: 40%;
  left: 0;
  right: 0;
  width: 95%;
  content: "";
  margin: 0 auto;
  position: absolute;
  border: 2px dashed #fff3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ft-funfact-inner-items .ft-funfact-inner-icon {
  width: 65px;
  height: 65px;
  margin: 0 auto;
  margin-bottom: 40px;
  border-radius: 100%;
  background-color: #0e0e0fb3;
}
.ft-funfact-inner-items .ft-funfact-inner-icon:after {
  left: 25px;
  bottom: -8px;
  content: "";
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #0e0e0fb3;
}
.ft-funfact-inner-items .ft-funfact-inner-icon i {
  color: #fff;
  font-size: 35px;
  line-height: 0.75;
}
.ft-funfact-inner-items .ft-funfact-inner-text h3 {
  color: #c58f2d;
  font-size: 36px;
  font-weight: 700;
}
.ft-funfact-inner-items .ft-funfact-inner-text p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;line-height: 25px;
}

.ft-funfact-slug-text {
  margin-top: 70px;
}
.ft-funfact-slug-text span {
  color: #000000;
}
.ft-funfact-slug-text span a {
  color: #008eff;
  font-weight: 700;
  text-decoration: underline;
}

.ft-thx-work-process-section {
  padding: 110px 0px;
}
.ft-thx-work-process-section .td-sv-work-step-content {
  margin-top: 50px;
}
.ft-thx-work-process-section .ft-thx-work-process-shape {
  top: 0;
  right: 0;
}

.td-sv-work-step-inner-item {
  margin-bottom: 30px;
}

.td-sv-work-step-inner-item .td-sv-work-step-icon {
  width: 105px;
  height: 105px;
  margin: 0 auto;
  border-radius: 100%;
  margin-bottom: 22px;
  background-color: #fff;
  -webkit-box-shadow: 1.315px 2.696px 29px 0px rgba(3, 0, 11, 0.08);
  box-shadow: 1.315px 2.696px 29px 0px rgba(3, 0, 11, 0.08);
}
.td-sv-work-step-inner-item .td-sv-work-step-icon i {
  font-size: 40px;
  line-height: 0.75;
  color: #ff484e;
}

.td-sv-work-step-inner-item .td-sv-work-step-text h3 {
  color: #000320;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 10px;
}

.td-sv-work-step-inner-item .td-sv-work-step-text p {
  color: #666666;
  margin: 0 auto;
  max-width: 280px;
}

.td-sv-work-step-content .td-sv-ws-arrow1,
.td-sv-work-step-content .td-sv-ws-arrow2 {
  top: 20%;
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
}

.td-sv-work-step-content .td-sv-ws-arrow1 {
  left: 330px;
}

.td-sv-work-step-content .td-sv-ws-arrow2 {
  right: 330px;
}

.pr-sx-funfact-section {
  padding: 130px 0px 90px;
}

.pr-sx-funfact-innerbox {
  padding: 55px 15px 35px;
  background-color: #fefefe;
  -webkit-box-shadow: 13.435px 13.435px 30px 0px rgba(55, 54, 54, 0.12);
          box-shadow: 13.435px 13.435px 30px 0px rgba(55, 54, 54, 0.12);
}
.pr-sx-funfact-innerbox .pr-sx-funfact-icon {
  left: 0;
  right: 0;
  top: -45px;
  width: 88px;
  color: #fff;
  height: 88px;
  margin: 0 auto;
  position: absolute;
  border-radius: 100%;
  background-color: #c58f2d;
}
.pr-sx-funfact-innerbox .pr-sx-funfact-icon i {
  font-size: 48px;
  line-height: 0.75;
}
.pr-sx-funfact-innerbox .pr-sx-funfact-text h3 {
  font-size: 72px;
  font-weight: 700;
  padding-bottom: 5px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000d51;
}
.pr-sx-funfact-innerbox .pr-sx-funfact-text h4 {
  color: #132a52;
  font-size: 18px;
  font-weight: 700;
}





/*
*****
29. Projects
*************************
*/
@media (max-width: 575px) {
  .projects__area {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.project__area {
   background: #1b1b1b;
}

.project__img {
  position: relative;
  overflow: hidden;
}
.project__img:hover:before {
  opacity: 1;
  visibility: visible;
  left: 0;
  bottom: 0;
}
.project__img:hover .project__img-content {
  opacity: 1;
  visibility: visible;
}
.project__img:hover .project__img-content-inner {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
}/*
.project__img:before {
  position: absolute;
  content: "";
  bottom: -50px;
  left: -50px;
  width: 350px;
  height: 350px;
  background: #c58f2d;
  opacity: 0;
  visibility: hidden;
  -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;
  transition: all 0.3s ease-out 0s;
}*/

.project__img img {
  width: 100%;
height: 420px;
object-fit: cover;
}

.project__img-content {
  padding: 20px 20px;
  background: #222cc;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -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;
  transition: all 0.3s ease-out 0s;
}


.project__img-content-inner {
  margin-bottom: 20px;
  opacity: 0;
  -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;
  transition: all 0.3s ease-out 0s;
}
.project__img-content-inner span {
  font-size: 14px;
  color: #a2a2ae;
  display: inline-block;
  margin-bottom: 4px;
}
.project__img-content-inner h4 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
}
.project__img-content-inner h4 a:hover {
  color: #c58f2d;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .project__img-content-2 {
    height: 100%;
  }
}
.project-search {
  font-size: 20px;
  color: #222;
  height: 60px;
  width: 60px;
  background: #ffffff;
  text-align: center;
  line-height: 60px;
  position: absolute;
  top: 0;
  right: 0;
}
.project-search:hover {
  color: #c58f2d;
  background: #f8f8f8;
}

.load-more {
  border: none;
  height: 60px;
  width: 200px;
  text-align: center;
  color: #ffffff;
  background: #c58f2d;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}

.project-menu {
  text-align: center;
}
.project-menu button {
  font-size: 16px;
  font-weight: 700;
  padding: 0 25px;
  height: 60px;
  color: #777777;
  border: none;
  background: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-menu button {
    padding: 0 15px;
  }
}
@media (max-width: 575px) {
  .project-menu button {
    padding: 0 15px;
    height: 50px;
  }
}
.project-menu button:hover {
  background: #f8f8f8;
  color: #c58f2d;
}
.project-menu button.active {
  background: #c58f2d;
  color: #ffffff;
}

@media (max-width: 575px) {
  .project__details {
    padding-top: 50px;
    padding-bottom: 10px;
  }
}
.project__meta {
  padding: 40px 40px 50px 40px;
  width: 410px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  background: #ffffff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project__meta {
    padding: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project__meta {
    position: static;
    transform: unset;
    width: 100%;
  }
}
.project__client ul {
  overflow: hidden;
}
.project__client ul.second li {
  border-top: 1px solid #ededed;
  padding-top: 20px;
  padding-bottom: 10px;
}
.project__client ul li {
  width: 50%;
  float: left;
  padding-top: 10px;
  padding-bottom: 20px;
}
.project__client ul li:last-child {
  border-left: 1px solid #ededed;
  padding-left: 40px;
}
.project__client ul li h6 {

  margin-bottom: 4px;
}
.project__social {
  text-align: center;
  margin-top: 30px;
}
.project__social li {
  display: inline-block;
  margin: 0 5px;
}
.project__social li a {
  font-size: 14px;
  color: #777777;
  width: 60px;
  height: 60px;
  background: none;
  border: 2px solid #f1f1f1;
  display: inline-block;
  text-align: center;
  line-height: 56px;
}
.project__social li a:hover {
  color: #ffffff;
  background: #c58f2d;
  border-color: #c58f2d;
}
.project__content-title .stroke-text {
  -webkit-text-fill-color: transparent;
  font-size: 90px;
  color: #c58f2d;
  -webkit-text-stroke-color: #c58f2d;
  -webkit-text-stroke-width: 1px;
  -moz-text-stroke-color: #c58f2d;
  -moz-text-stroke-width: 1px;
  -moz-text-fill-color: transparent;
  line-height: 90px;
  display: inline-block;
}


.project__content-title .bold-text {
font-size: 36px;
color: #ffffff;

margin: 25px 0;
}

.project__content-2 {
  position: relative;
  padding-left: 305px;
padding: 50px 50px 50px 55px;
}


.project__content-2 p {
  color: #afafaf;
}

.project__slider {
  position: relative;
}
.project__slider-2 {
  position: relative;
}
.project__slider-2 .owl-nav .owl-arrow {
  position: absolute;
  bottom: 30px;
  left: -660px;
  font-size: 16px;
  color: #C58F2D;
  background: none;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  z-index: 99;

bottom: 30px;
left: -375px;


}


.project__slider-2 .owl-nav .owl-arrow:hover {

}
.project__slider-2 .owl-nav .owl-arrow.owl-arrow-next {
left: -320px;
}
.pd-slider {
  padding-bottom: 34px;
  margin-bottom: 43px;
  padding-top: 28px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px), only screen and (min-width: 768px) and (max-width: 991px) {
  .pd-slider .slider-item img {
    max-width: 95%;
  }
}
@media (max-width: 575px) {
  .pd-slider .slider-item img {
    width: 100%;
  }
}

.pd-slider .slick-dots li button {
  text-indent: -5555px;
  height: 4px;
  width: 20px;
  border: 0;
  background: #ececec;
}

.pd-slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-height: 4px;
}

.pd-slider .slick-dots .slick-active button {
  width: 30px;
  background: #c58f2d;
}

.pd-slider .slick-dots li {
  display: inline-block;
  margin-right: 10px;
}




/*** 

====================================================================
    Clients Section
====================================================================

***/

.clients-de {
    position: relative;
padding: 50px 0 20px;
}

.clients-de.alternate {
    padding: 100px 0 70px;
}

.clients-de.alternate2 {
    padding: 100px 0 20px;
}

.clients-de .sponsors-outer {
    position: relative;
}

.clients-de .sponsors-outer .owl-dots,
.clients-de .sponsors-outer .owl-nav {
    display: none;
}

.client-block {
    position: relative;
    margin-bottom: 30px;
}

.client-block .image-box {
    position: relative;
    text-align: center;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;background: #fff;
}

.client-block .image-box:hover {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.20);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.20);
}

.client-block .image-box img {
    width: auto;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;height: 250px;
padding: 10px;background: #fff;
}

.client-block .image-box:hover img {
    opacity: .70;
}


.title-column .sec-title .bar {

margin: 0;
}


.icon-dotted-world {
    width: 430px;
    height: 430px;
    background-image: url(../images/icon-world-gray.png);
position: absolute;
background-position: center;
background-repeat: no-repeat;
background-size: 100%;
left: -280px;
top: 30px;
-webkit-animation: bounce-x 10s infinite;
animation: bounce-x 10s infinite;
    animation-delay: 0s;
-webkit-animation-delay: 5s;
animation-delay: 5s;
opacity:0.1;
}


.icon-dotted-world-right {
    width: 430px;
    height: 430px;
    background-image: url(../images/icon-world-gray.png);
position: absolute;
background-position: center;
background-repeat: no-repeat;
background-size: 100%;
left: -280px;
top: 30px;
-webkit-animation: bounce-x 10s infinite;
animation: bounce-x 10s infinite;
    animation-delay: 0s;
-webkit-animation-delay: 5s;
animation-delay: 5s;
opacity:0.5;
}





@-webkit-keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}






.sticky-header .mobile-nav-toggler {
display: none;
}


/******/



/*==========================
  Preloader
  ===========================*/
.preloader{
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  z-index: 9999;
  background-image: url(../images/preloader.gif);
  background-size: 250px;
  background-repeat: no-repeat;
  background-position: center;
}

.preloader:before{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 80px;
  color: #001376;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 1px;
  content: "Loading";
  text-transform: uppercase;
  transition: none;
}



/********/


.sup-title {
color: #C58F2D;
font-size: 16px;
font-weight: 500;
margin: 0px 0px 5px 0px;
}

.bac-title {

color: #F7F7F7;
margin: 0px 0px 0px 0px;
font-size: 150px;
font-weight: 700;
line-height: 1.2em;position: absolute;
text-align: center;
z-index:-1;
top: 0;
left: 0;
right: 0;
}


/***********/



/** news-section **/

.news-section{
  position: relative;
}

.news-block-one .inner-box{
  position: relative;
  display: block;
}

.news-block-one .inner-box:before{
  position: absolute;
  content: '';
  width: calc(100% - 20px);
  height: calc(100% - 10px);
  left: 10px;
  top: 10px;
  border: 1px solid #fff3;
  border-radius: 5px;
  z-index: 2;
}

.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
}

.news-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 8%);
}

.news-block-one .inner-box .image-box .image:before{
  position: absolute;
  content: '';
  background: #252638;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.15;
  z-index: 1;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .image:before{
  opacity: 0.9;
}

.news-block-one .inner-box .image-box .image a{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  font-size: 0px;
  color: #ffffff;
  z-index: 2;
}

.news-block-one .inner-box .image-box .image img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .image img{
  transform: scale(1.05);
}

.news-block-one .inner-box .image-box .post-date{
  position: absolute;
  top: 10px;
  right: 10px;
}

.news-block-one .inner-box .image-box .post-date h3{
  position: relative;
  display: inline-block;
  width: 64px;
  font-size: 24px;
  font-weight: 700;
  background: #ffffff;
  padding: 11px 0px 5px 0px;
  text-align: center;
  border-radius: 0px 5px 0px 5px;
  line-height: 24px;
  z-index: 2;
}

.news-block-one .inner-box .image-box .post-date h3 span{
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.news-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  background: transparent;
  padding: 0 30px 15px 30px;
  z-index: 2;
}

.news-block-one .inner-box .lower-content .category{
margin-bottom: 10px;
}

.news-block-one .inner-box .lower-content .category a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  border-radius: 4px;
  text-align: center;
  padding: 3px 12.5px;background: #c58f2d;text-transform: capitalize;
}

.news-block-one .inner-box .lower-content .category a i{
  margin-right: 7px;
}

.news-block-one .inner-box .lower-content .category a:hover{
  background: #252638;
}

.news-block-one .inner-box .lower-content h4{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;

  padding-bottom: 17px;
  margin-bottom: 14px;
  border-bottom: 1px solid #fff3;
}

.news-block-one .inner-box .lower-content h4 a{
  display: inline-block;
  color: #c0c0c0;
}

.news-block-one .inner-box .lower-content h4 a:hover{

}

.news-block-one .inner-box .lower-content .post-info li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 25px;
  padding-left: 22px;
  font-size: 16px;
  color: #c0c0c0;
}

.news-block-one .inner-box .lower-content .post-info li a{
  display: inline-block;
  color: #c0c0c0;
}

.news-block-one .inner-box .lower-content .post-info li a:hover{

}

.news-block-one .inner-box .lower-content .post-info li i{
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 14px;
}

.news-block-one .inner-box .lower-content .post-info li:before{
  position: absolute;
  content: '';
  background: #cbcbcb;
  width: 1px;
  height: 14px;
  top: 6px;
  right: -13px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child:before{
  display: none;
}



.clients-de .sec-title h2:after,
.about-welcome .sec-title h2:after {
left: 0;
margin-left: 0;
}



/***********************/

.main-header .tab {
    width: 100%;
    line-height: 40px;border-bottom:1px solid #fff3;
}



/* Top Left*/

.top-left {
    position: relative;
    float: right;
}

.top-left .info {
    position: relative;
    float: right;
}

.top-left .info li {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    padding: 0px 0px;
    margin-left: 39px;
}

.top-left .info li:before {
    content: '';
    position: absolute;
    top: 2px;
    left: -20px;
    height: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.30);
}

.top-left .info li:first-child:before {
    display: none;
}

.top-left .info li a {
    position: relative;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.top-left .info li a .icon {
    position: relative;
    padding-right: 5px;
}

.top-left .info .search-btn {
    position: relative;
}

.top-left .info .search-toggler {
    position: relative;
    padding: 0;
    background: none;
    margin: 0;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.top-left .top-right {
    float: right;
    border-left: 1px solid #fff3;
    border-right: 1px solid #fff3;
    line-height: 40px;
}

.header-top .top-right .select-box a i {
    position: absolute;
    right: 5px;
}

.header-top .top-right .select-box a {
    color: #fff;
    display: block;
    padding: 0 25px 0 10px;
    position: relative;
}

.top-left .social-links {
    position: relative;
    margin-bottom: 0;
}

.top-left .social-links li {
    position: relative;
    float: left;
    color: #fff;
    line-height: 24px;
    width: 40px;
    text-align: center;
    height: 40px;
    overflow: hidden;
}

.top-left .social-links li a > div {
    width: 40px;
    height: 40px;
    position: relative;
    line-height: 40px;
    transition: all ease-in-out 0.4s;
    top: 0;
}

.top-left .social-links li:hover a > div {
    top: -40px;
}

.main-ico {
    border-left: 1px solid #fff3;
}

.top-left .social-links li:last-child .main-ico {
    border-right: 1px solid #fff3;
}

.hover-ico span {
    display: block;
    line-height: 40px;
    color: #fff;
}

.hover-ico .facebook {
    background: #3b5998
}

.hover-ico .twitter {
    background: #55acee
}

.hover-ico .youtube {
    background: #ff0000
}

.hover-ico .linkedin {
    background: #007bb5
}

.hover-ico .instagram {
    background: #e95950
}

.top-left .social-links li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}



.language-on {
    margin-left: 25px;
    float: right;line-height: 35px;
}

.language-on a {
color:#fff;
font-size:15px;
}



.no-deck {
display:none
}






/*==========================
      intro area
===========================*/
.ts-intro {
  padding: 80px 0 60px; }

.intro-line {
  background-repeat: no-repeat;
  background-position: center; }

.single-intro-text {
  padding: 30px;
  -webkit-box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: #232323;
  z-index: 2;
margin-bottom: 30px; }


.single-intro-text h3 {
font-size: 22px;
color: #fff;
margin-bottom: 18px;
}

  .single-intro-text i {
    position: absolute;
    right: -10px;
    top: 20px;
    font-size: 55px;
    color: #C58F2D; }
  .single-intro-text p {
    margin-bottom: 0;line-height: 24px; 

height: 96px;
display: grid;
position: relative;
z-index: 2;
}
  .single-intro-text .count-number {
    position: absolute;
    right: -55px;
    bottom: -55px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #3f3e3e;
    color: #fff;
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    padding: 25px 30px; }

.intro-video {
  width: 700px;
  height: 700px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin: -130px -160px;
  z-index: 1; }
  .intro-video img {
    width: 100%;
    height: 100%; }
  .intro-video:before {
    background-image: -webkit-gradient(linear, left top, right top, from(#e6005d), color-stop(65%, rgba(115, 0, 47, 0.35)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, #e6005d 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, #e6005d 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(90deg, #e6005d 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, #e6005d 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, #e6005d 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%; }

.video-btn {
  right: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 80px;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  width: 80px;
  height: 80px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .video-btn:hover {
    color: #c58f2d; }

.ts-intro-item {
  padding: 50px 0 20px;
background: #1b1b1b; }
  .ts-intro-item .single-intro-text {
    -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.08); }

.intro-left-content p {
  margin-bottom: 40px;
  padding-right: 10px; }

.ts-intro.event-intro {
  padding-top: 120px;
  padding-bottom: 0; }
  .ts-intro.event-intro .single-intro-text {
    padding: 35px 50px 40px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease; }
    .ts-intro.event-intro .single-intro-text i {
      position: relative;
      left: 0;
      font-size: 64px;
      display: block;
      margin-bottom: 45px;
      color: #fff; }
    .ts-intro.event-intro .single-intro-text .ts-title,
    .ts-intro.event-intro .single-intro-text p {
      color: #fff; }
    .ts-intro.event-intro .single-intro-text:hover {
      background: #120f4e; }


.fillmap {
margin-bottom: -10px;
filter: invert(90%);
}



.spor .project__content-title .stroke-text {

font-size: 80px;
line-height: 70px;}


.spor .project__content-title .bold-text {
font-size: 30px;
margin: 15px 0;
}

.bgss{
height: 200px !important;
overflow: hidden; 
position: relative;
}

.bgsshov{
height: 200px !important;
position: absolute;
left: 0;
background: #000000b0;
width: 100%;
top: 0;
}



@media only screen and (max-width:767px) {
   .bgss{
height: 100px !important;
overflow: hidden; 
position: relative;
}

.bgsshov{
height: 100px !important;
position: absolute;
left: 0;
background: #000000b0;
width: 100%;
top: 0;
}
}



/*------------------------------------------*/
/*   7.6 Icon Box Style
/*------------------------------------------*/
/* Box Style One */
.icon-box-1{
	display: flex;  
}
.welcome-home-first .icon-box-1{ 
    max-width: 220px;
    margin: 0 auto;
}
.icon-box-1 i{
	font-size: 4.5rem;
	margin-right: 1.5rem;
	color: #477763;
}
.icon-box-1 h3{
	color: #27304b;
    font-size: 1.25rem;
    font-weight: 300;
}
/* Box Style Two */

/* Box Style Two */
.icon-box-2{
	border-radius: 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
	padding: 1.8rem;
}
.icon-box-2 .icon-font{
	font-size: 6.5rem;
	margin-right: 2rem;
    line-height: 1.4;
    color: #477763;
}

.icon-box-2 h3{
	font-size: 1.25rem;
	color: #D59B2D;
	font-weight: 300;
}

/* Icon Box 3 */
.icon-box-3{
	text-align: center;
}
.icon-box-3 i{
	font-size: 6rem;
	color: #cdced4;
	display: block;
	margin-bottom: 1.5rem;
}
.icon-box-3 h3{
	font-size: 1.5rem;
	font-family: 'Changa', sans-serif;
	color: #D59B2D;
	font-weight: bold;
	position: relative;
	margin-top: 3rem;
}
.icon-box-3 h3:after {
    position: absolute;
    content: "";
    top: -20px;
    left: 50%;
    height: 1px;
    width: 40px;
    background: #27304b;
    transform: translateX(-50%);
}
/* Icon Box 3 */

/* Icon Box 4 */
.icon-box-4{
	text-align: left;
padding: 20px 25px 25px 103px;
	position: relative;
	border-radius: 7px;
	overflow: hidden;
margin-bottom: 30px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;border-radius: 0 0 0 40px;
overflow: hidden;
}
.icon-box-4 svg {
    color: #beafb1;
    display: block;
    stroke-width: 1px;
    position: absolute;
    width: 60px;
    height: 60px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.icon-box-4 h3 {
font-size: 19px;

color: #fff;
margin-bottom: 5px;
    position: relative;
}

.icon-box-4 p {
margin:0;
line-height:22px;

}

.icon-box-4 a[href^="mailto:"]{
color: #111;
}
.icon-box-4 a[href^="mailto:"]:hover{
	color: #27304b;
	text-decoration: none;
}
.icon-box-4.bg-orange{
	background: #1e1d1d80 !important;
}
.bg-green3{
background: #1e1d1d80 !important;
}
.icon-box-4.bg-gray{
	background: rgb(162 162 162 / 7%)
}
/* Icon Box 4 */

/* Icon Box With Image */
.icon-box-with-img{
	position: relative;
    background: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.08);

  	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.icon-box-with-img .text{
    padding: 1.8rem;
}
.icon-box-with-img .img {
    overflow: hidden;
}
.icon-box-with-img  h3 {
    font-size: 1.25rem;
    color: #477763;
    font-weight: 300;
}
.icon-box-with-img .read-more-line{
    color: #D59B2D;
}
.icon-box-with-img .read-more-line:hover {
    color: #477763;
}



/*------------------------------------------*/
/*   8.10 Contact
/*------------------------------------------*/
.contact-details {
    position: absolute;
    top: 50%;
    left: 7%;
    z-index: 99;
    background: #FFF;
    padding: 2.5rem 1.15rem;
    color: #333;
    border-radius: 3px;
    transform: translateY(-50%);
}
.contact-details h4{
    font-size: 16px;
    
    color: rgb(6, 22, 58);
    line-height: 1.714;
}
.contact-details p {
    color: #9b9b9b;
}
.contact-details a {
    font-size: 14px;
    color: rgb(6, 22, 58);
}
.contact-details i{
    color: #D59B2D;
    font-size: 24px;
    top: 4px;
    padding-right: 10px;
    display: inline-block;
    position: relative;
}
.contact-details.standard{
    position: relative;
    left: auto;
    top: auto;
    padding: 0;
    transform: none;
}
.contact-full-shadow{
    box-shadow: 0px 18px 76px 0px rgba(0, 0, 0, 0.06);
    padding-bottom: 250px;
}
.contact-map-bg{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.contact-map-bg.option{
    left: auto;
    top: 50%;
    transform: translate(0%,-50%);
}
.contact-detail-shadow{
    border-radius: 8px;
    background-color: #FFF;
    box-shadow: 0px 18px 76px 0px rgba(0, 0, 0, 0.14);
    padding: 3rem;
}
.contact-detail-shadow .items{
    margin-bottom: 20px;
}
.contact-detail-shadow h4 {
    font-size: 0.875rem;
    color: #adb1d3;
    margin-bottom: 15px;
    font-weight: 700;
}
.contact-detail-shadow i {
    color: #D59B2D;
    font-size: 1.25rem;
    margin-right: 15px;
}
.contact-detail-shadow a{
    text-decoration: underline;
}
.free-quote-form.contact-page{
    margin-bottom: 0;
    margin-top: -140px;
}
.free-quote-form.contact-page .rounded-field input[type="text"], 
.free-quote-form.contact-page .rounded-field input[type="email"], 
.free-quote-form.contact-page .rounded-field select,
.free-quote-form.contact-page .rounded-field textarea,
.contact-page-option.free-quote-form .rounded-field input[type="text"], 
.contact-page-option.free-quote-form .rounded-field input[type="email"], 
.contact-page-option.free-quote-form .rounded-field select,
.contact-page-option.free-quote-form .rounded-field textarea {
    background-color: #fafafa;
}
.contact-detail-shadow.no-shadow{
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.free-quote-form.contact-page-option{
    margin-bottom: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.contact-wrap{
padding: 30px 30px 30px;
    background: #FFF;
    position: relative;

border-radius: 0 0 0 40px;
overflow: hidden;

}
.contact-wrap .contact-icon-xl {
    font-size: 18rem;
    position: absolute;
    top: -300px;
    right: 40px;
    color: #477763;
    opacity: 0.2;
    z-index: -1;
}
.contact-wrap .form-control {
    border: 2px solid #f9f9f9;
    background-color: #f9f9f9;
border-radius: 0 25px;box-shadow: none !important;
}

.contact-wrap .form-control:focus {
    border: 2px solid #ebebeb;

}
.contact-wrap .form-group{
    margin-bottom: 20px;
}

.contact-wrap .row {

}


/*
.map-frame iframe{
    width: 100%;
    border: none;
    height: 475px;
}*/
.top-broken-grid {
    margin-top: -80px;
    margin-bottom: 70px;
}


.form-control {
    border: none;
    box-shadow: none;
    font-size: 14px;

    outline: none;
    color: #5b5b5b;
    background-color: #FFF;
    height: auto;
    padding: 12px 25px;
    border-radius: 5px;
    box-shadow: 0px 0px 147px 0px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;


background: #0006 !important;


color: #fff !important;

font-size: 18px;
}
/* 8.10 Contact Style End */

.contact-sec {
padding:0px 0 10px;
}




.contact-wrap .btn-style-one .btn-title:before {
background-color: #eee;
}



.widget-post .contact-wrap .btn-style-one .btn-title:before {
background-color: #fff;
}

.events__btn .btn-style-one .btn-title,
.contact-wrap .btn-style-one .btn-title {
background-color: #e1434b;
}

.contact-wrap .btn-style-one .btn-title:hover {
color: #111;
}


.head-form {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: normal;
    position: relative;
}

.contact-wrap {
    padding: 30px 30px 30px;
    background: #F3F3F3;
    position: relative;
    border-radius: 0 0 0 40px;
    overflow: hidden;
}





/* 9.36. Drag Indicator */
.nectar-view-indicator {
  position: fixed;
	z-index: 400;
  left: -47px;
  top: -47px;
  pointer-events: none;
  width: 94px;
  height: 94px;
  mix-blend-mode: difference;
	will-change: transform;
}

.nectar-drag-indicator {
	position: fixed;
	z-index: 400;
  left: -26px;
  top: -26px;
  pointer-events: none;
  width: 52px;
  height: 52px;
  mix-blend-mode: difference;
	will-change: transform;
}

.nectar-drag-indicator:before {
  border: 2px solid #fff;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
	transform: scale(0.2);
	opacity: 0;
  border-radius: 50%;
}

.nectar-drag-indicator span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}

.nectar-drag-indicator i {
  top: 0;
  color: #fff;
  font-size: 16px;
	opacity: 0;
	position: absolute;
}

.nectar-drag-indicator i.fa-angle-left {
	left: -22px;
	top: -9px;
	transform: translateX(17px);
}

.nectar-drag-indicator i.fa-angle-right {
  right: -22px;
	top: -9px;
	transform: translateX(-17px);
}

.nectar-drag-indicator:before,
.nectar-view-indicator .color-circle {
	-webkit-transition: transform 0.45s ease, opacity 0.3s ease;
	transition: transform 0.45s ease, opacity 0.3s ease;
}
.nectar-drag-indicator i,
.nectar-view-indicator span {
	-webkit-transition: transform 0.2s ease, opacity 0.2s ease;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.nectar-drag-indicator.visible i {
	-webkit-transition: transform 0.45s ease, opacity 0.3s ease;
	transition: transform 0.45s ease, opacity 0.3s ease;
}

.nectar-drag-indicator.visible:before,
.nectar-view-indicator.visible .color-circle,
.nectar-view-indicator.visible span,
.nectar-drag-indicator.visible i.fa-angle-left,
.nectar-drag-indicator.visible i.fa-angle-right {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.nectar-drag-indicator.visible.pointer-down:before {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: transform 0.25s ease-out, opacity 0.3s ease;
	transition: transform 0.25s ease-out, opacity 0.3s ease;
}

.nectar-view-indicator:not(.style-see-through) {
	mix-blend-mode: normal;
}

.nectar-view-indicator .color-circle {
	background-color: #000;
	width: 100%;
  height: 100%;
  display: block;
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
	transform: scale(0.2);
	opacity: 0;
  border-radius: 50%;
}

body .nectar-view-indicator span {
	opacity: 0;
	font-size: 16px;
	color: #fff;
	line-height: 94px;
	text-align: center;
	width: 100%;
  display: inline-block;
}

.nectar-view-indicator.style-see-through .color-circle {
	background-color: transparent;
	border: 2px solid #fff;
}

.nectar-drag-indicator.in-boxed,
.nectar-view-indicator.in-boxed {
	z-index: 10000;
}


.colfive {
width:20%;
padding:0 8px;
margin-bottom:8px;
}






.pagination {
position: relative;
text-align: center;
display: inline-block;
width: 100%;
margin: 40px 0 0;
}

.pagination li {
    position: relative;
    display: inline-block;
    margin: 0 6px 6px 0
}

.pagination li a {
    position: relative;
    display: inline-block;
    line-height: 48px;
    width: 50px;
    height: 50px;
    font-size: 16px;
    color: #b4b4b4;
    font-weight: 400;
    text-align: center;
    border-radius: 50px;
background: none;
    border: 1px solid #555;
    text-transform: capitalize;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;


border-radius: 50% !important;
text-align: center;
line-height: 47px !important;
padding: 0 !important;
}

.pagination li.prev a {
    width: 30px;
    height: 30px;
    color: #b9b9b9;
    font-size: 14px;
    line-height: 28px;
    margin-right: 30px;
    background: #22232a;
    border: 1px solid #b9b9b9
}

.pagination li.next a {
    width: 30px;
    height: 30px;
    color: #b9b9b9;
    font-size: 14px;
    line-height: 28px;
    margin-left: 30px;
    background: #22232a;
    border: 1px solid #b9b9b9
}

.pagination li.active a,
.pagination li a:hover {
    color: #fff;
    border-color: #c58f2d;
    background-color: #c58f2d
}



.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #c58f2d;
    border-color: #c58f2d;}








  .team-section{
    direction: ltr;
    background: none;
    padding: 48px 16px;
    display: flex;
    justify-content: center;
  }
  .team-container{
    width: 100%;
    max-width: 1180px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  /* Responsive */
  @media (max-width: 992px){
    .team-container{ grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 600px){
    .team-container{ grid-template-columns: 1fr; padding: 0; }
  }

  /* Card */
  .team-card{
    background: linear-gradient(180deg, #111, #212121);
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(34,34,34,0.08);
    padding: 18px;
    overflow: hidden;
    transition: transform .28s ease, box-shadow .28s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .team-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(34,34,34,0.12);
  }

  .team-media{
    width: 100%;
    border-radius: calc(12px - 4px);
    overflow: hidden;
    display: block;
    background: #191919;
  }
  .team-media img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
  }

  .team-info{
    padding: 14px 8px 6px;
    width: 100%;
  }
  .team-role{
    display:block;
    font-size: 15px;
    color: #999;
    margin-bottom: 6px;
    line-height: 1.3;
  }
  .team-name{
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
  }
  .team-desc{
    font-size: 15px;
    color: #c58f2d;
    font-weight: 600;
    line-height: 1.3;
  }

  .team-extra{
    margin-top: 10px;
    font-size: 13px;
    color: #8a8a8a;
  }

  .muted { color: #666; }
  .strong { font-weight:700; }
