/* Nordic HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Main Slider
6. About Section
7. Services Section
8. Projects Section
9. Testimonial Section
10. Clients Section
11. Pricing Section
12. Blog Section
13. Main Footer
14. Page Title Section
15. Team Section
16. Project Detail Section
17. Our Blogs
18. Blogs Widgets
19. Map Section
20. Contact Form Section

**********************************************/

/*
    
    font-family: 'Heebo', sans-serif;
    font-family: 'Inter', sans-serif;
    
*/

@import url('animate.css');
@import url('owl.css');
@import url('elegenticon.css');
@import url('linearicons.css');
@import url('ionicons.css');
@import url('jquery-ui.css');
@import url('animation.css');
@import url('icofont.min.css');
@import url('themify-icons.css');
@import url('simple-line-icons.css');
@import url('fontawesome.min.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('magnific-popup.css');

/*** 

====================================================================
    Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    box-sizing: border-box;
}

/* @font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.1');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.1') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.1') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.1') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
} */

@font-face {
    font-family: "icofont";
    src: url("../fonts/icofont.eot");
    src: url("../fonts/icofont.eot?#iefix") format("embedded-opentype"),
        url("../fonts/icofont.woff") format("woff"),
        url("../fonts/icofont.ttf") format("truetype"),
        url("../fonts/icofont.svg#icofont") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "simple-line-icons";
    src: url("../fonts/simple-Line-Icons.eot");
    src: url("../fonts/simple-Line-Icons.eot?#iefix") format("embedded-opentype"),
        url("../fonts/simple-Line-Icons.woff") format("woff"),
        url("../fonts/simple-Line-Icons.ttf") format("truetype"),
        url("../fonts/simple-Line-Icons.svg#simple-Line-Icons") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'themify';
    src: url('../fonts/themify.eot?-fvbane');
    src: url('../fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'),
        url('../fonts/themify.woff?-fvbane') format('woff'),
        url('../fonts/themify.ttf?-fvbane') format('truetype'),
        url('../fonts/themify.svg?-fvbane#themify') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "ionicons.eot";
    src: url("../fonts/ionicons.eot");
    src: url("../fonts/ionicons.eot?#iefix") format("embedded-opentype"),
        url("../fonts/ionicons.woff") format("woff"),
        url("../fonts/ionicons.ttf") format("truetype"),
        url("../fonts/ionicons.svg#ionicons") format("svg");
    font-weight: 400;
    font-style: normal;
}

/*** 

====================================================================
    Global Settings
====================================================================

 ***/

body {
    font-family: '微软雅黑', sans-serif;
    font-size: 14px;
    color: #777777;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

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

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

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

a:hover {
    color: rgba(174, 0, 0, 1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Inter', sans-serif;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

/* Typography */

h1 {
    font-size: 40px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

input,
button,
select,
textarea {}

textarea {
    overflow: hidden;
}

p {
    position: relative;
    line-height: 1.8em;
}

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

.medium-container {
    max-width: 850px;
}

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

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

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

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

.centered {
    text-align: center;
}

/*Btn Style One*/

.btn-primary {
    background-color: #B7822A;
    border-color: #B7822A;
}

.btn-primary:hover {
    background-color: #c88d2d;
    border-color: #c88d2d;
}

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    padding: 15px 40px;
    font-weight: 400;
    overflow: hidden;
    border-radius: 0px;
    background-color: #B7822A;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    z-index: 2;
}

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

.btn-style-one i {
    position: relative;
    top: 1px;
    margin-left: 4px;
}

.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);
    background-color: #AE0000;
}

.btn-style-one:hover {
    color: #ffffff;

}

/* Btn Style Two */

.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    padding: 11px 32px;
    font-weight: 400;
    overflow: hidden;
    border-radius: 0px;
    background-color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #969696;
}

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

.btn-style-two i {
    position: relative;
    top: 1px;
    margin-left: 4px;
}

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

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

.btn-style-two:hover {
    color: #000000;
    border-color: #B7822A;
}

/* Btn Style Three */

.btn-style-three {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #B7822A;
    padding: 8px 60px;
    overflow: hidden;
    border-radius: 50px;
    background: none;
    border: 1px solid #B7822A;
    text-transform: capitalize;
}

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

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

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

.btn-style-three:hover {
    color: #ffffff;
}

/* Social Icon One */

.social-icon-one {
    position: relative;
    display: block;
}

.social-icon-one li {
    position: relative;
    margin-left: 9px;
    display: inline-block;
}

.social-icon-one li a {
    position: relative;
    width: 32px;
    height: 32px;
    display: block;
    font-size: 14px;
    line-height: 32px;
    color: #cccccc;
    text-align: center;
    border-radius: 2px;
    background-color: #333333;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-one li a:hover {
    color: #333333;
    background-color: #feec42;
}

.theme_color {
    color: #B7822A;
}

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

/*** 

====================================================================
    Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 85px;
    right: 15px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #0a0a0a;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    color: #ffffff;
    background: #B7822A;
}

/*** 

====================================================================
    Section Title
====================================================================

***/

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

.sec-title .title {
    position: relative;
    color: #666666;
    font-size: 18px;
    line-height: 1.8em;
    letter-spacing: 1px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.sec-title h2 {
    position: relative;
    padding-left: 15px;
    color: #000000;
    font-weight: 400;
    line-height: 1.2em;
    border-left: 6px solid #B7822A;
}



.sec-title .text {
    position: relative;
    color: #666666;
    font-size: 18px;
    line-height: 1.8em;
    margin-top: 20px;
}

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

.sec-title.light .title {
    color: #B7822A;
    background-color: #ffffff;
}

.sec-title.light h2 {
    color: #ffffff;
}

/* List Style One */

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

.list-style-one li {
    position: relative;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 6px;
    padding-left: 30px;
    line-height: 1.8em;
}

.list-style-one li:before {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 7px;
    height: 7px;
    content: '';
    display: block;
    font-weight: 400;
    border-radius: 50px;
    background-color: #666666;
}

/*** 

====================================================================
    Main Header style
====================================================================

***/

.main-header {
    position: relative;
    z-index: 999;
    width: 100%;
    /*  -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms; */
    background-color: #000000;
}

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

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

.main-header .header-upper {
    position: relative;
    z-index: 1;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-header .header-upper .inner-container {
    position: relative;
}

.main-header .header-upper .outer-box .nav-toggler {
    position: relative;
    font-size: 28px;
    color: #ff9600;
    cursor: pointer;
    display: inline-block;
}

.main-header.fixed-header .header-upper .outer-box {}

.main-header.fixed-header .header-upper .logo-box {
    text-align: center;
}

.main-header.fixed-header .header-upper .logo-box .logo {
    text-align: center;
}

.main-header.fixed-header .main-menu .navigation>li>a {}

/* Search Box Outer */

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

.main-header .header-upper .language-list {
    position: relative;
    padding: 58px 0px;
    float: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .header-upper .language-list li {
    position: relative;
    margin-right: 45px;
    display: inline-block;
}

.main-header .header-upper .language-list li a {
    position: relative;
    color: #d5d5d5;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-header .header-upper .language-list li a.active {
    color: #ffffff;
}

.main-header .header-upper .language-list li:last-child {
    margin-right: 0px;
}

.main-header .header-upper .language-list li a:hover {
    color: #ffffff;
}

.main-header.fixed-header .header-upper .language-list {
    padding: 33px 0px;
}

.main-header.header-style-two .header-upper .language-list li a:hover {
    color: #cccccc;
}

.header-style-two.alternate {
    position: relative;
}

.main-header.header-style-two.fixed-header .header-upper {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.main-header.header-style-two .header-upper .outer-box .mobile-nav-toggler,
.header-style-two .header-upper .language-list li a,
.header-style-two .main-menu .navigation>li>a {
    color: #000000;
}

.outer-box {
    display: none;
}


.header-style-two .main-menu .navigation>li:before {
    background-color: #000000;
}

/* Sticky Header */

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #222222;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header .logo {
    padding: 8px 0px 8px;
}

.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: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -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;
}

.sticky-header .main-menu .navigation>li>a {
    padding: 23px 0px !important;
    color: #ffffff !important;
}

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

.main-header .nav-outer {
    position: static;
    /* padding-left:235px; */
    /*  transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease; */
}

.main-header .header-upper .logo-box {
    position: relative;
    z-index: 10;
    padding: 20px 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .header-upper .logo-box .logo {
    text-align: center;
    position: relative;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .header-upper .outer-box {
    position: absolute;
    right: 0px;
    margin-left: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu {
    position: relative;
    /* float:left; */
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block;
}

.main-menu .navigation {
    position: static;
    margin: 0px;
    width: 100%;
}

.main-menu .navigation>li {
    position: relative;
    float: none;
    display: inline-block;
    margin-right: 50px;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 10px;
    right: 0px;
    height: 1px;
    opacity: 0;
    background-color: #ffffff;
    transform: scale(0.2, 1);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li.active::before,
.main-menu .navigation>li.current::before,
.main-menu .navigation>li:hover::before {
    transform: scale(1, 1);
    opacity: 1;
    background-color: #B7822A;
}

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

.main-header .header-upper .upper-right {
    position: relative;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    color: #EEEEEE;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 1;
    font-weight: 400;
    padding-bottom: 20px;
    font-size: 16px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

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

.main-menu .navigation>li>ul {
    position: absolute;
    left: -30px;
    top: 100%;
    width: 230px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    padding: 20px 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #000000;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

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

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

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    color: #EEEEEE;
    padding: 6px 18px;
    line-height: 24px;
    font-size: 14px;
    text-transform: capitalize;
    padding-left: 10px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>a:before {
    position: absolute;
    top: -6px;
    left: 8px;
    color: transparent;
    content: '.';
    text-shadow: 0 0 transparent;
    font-size: 2em;
    line-height: 1em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    pointer-events: none;
    animation: opacitychange 1s ease-in-out infinite;
}

.main-menu .navigation>li>ul>li:hover>a::before {
    opacity: 1;
    color: #B7822A;
    text-shadow: 8px 0 #cccccc, -8px 0 #cccccc;
}

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

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 10px;
    height: 20px;
    display: block;
    color: #253d4a;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
    font-weight: 800;
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
    color: #222222;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 120%;
    top: 0%;
    width: 230px;
    z-index: 100;
    display: none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    padding: 20px 15px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

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

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

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

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

.main-menu .navigation>li>ul>li>ul>li>a:before {
    position: absolute;
    top: -6px;
    left: 8px;
    color: transparent;
    content: '.';
    text-shadow: 0 0 transparent;
    font-size: 2em;
    line-height: 1em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    pointer-events: none;
    animation: opacitychange 1s ease-in-out infinite;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a::before {
    opacity: 1;
    color: #000000;
    text-shadow: 8px 0 #B7822A, -8px 0 #B7822A;
}

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

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

.main-menu .navigation>li>ul>li>ul>li.dropdown:hover>a:after {
    color: #ffffff;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    left: 0px;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 107%;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

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

.main-header .header-upper .outer-box .social-icon-one {
    position: relative;
    float: left;
}

.main-header.fixed-header .header-upper {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 9999;
    width: 100%;
    padding-top: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: #111111;
}

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

.main-header.fixed-header .main-menu .navigation>li>a {
    padding: 10px 0px 20px;
}

.main-header .header-upper .outer-box .sidebar-btn {
    position: relative;
    width: 52px;
    height: 52px;
    float: left;
    color: #ffffff;
    font-size: 18px;
    margin-left: 14px;
    cursor: pointer;
    line-height: 52px;
    text-align: center;
    border-radius: 50px;
    background-color: #05db56;
}

.main-menu .navigation>li>ul>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 100%;
    width: 210px;
    z-index: 100;
    display: none;
    opacity: 0;
    text-align: left;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    padding: 0px 0px;
    background-color: #1e1e1e;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

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

.main-menu .navigation>li>ul>li>ul>li>ul>li>a {
    position: relative;
    padding: 10px 18px;
    display: block;
    line-height: 20px;
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.50);
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    border-top: 0px !important;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.main-menu .navigation>li>ul>li>ul>li>ul>li>a:hover {
    background-color: #B7822A;
    color: #ffffff;
}

.main-header .header-upper .outer-box .menu-toggler {
    position: relative;
    float: right;
    cursor: pointer;
    color: #ffffff;
    font-size: 28px;
    margin-left: 30px;
    padding-left: 30px;
}

.main-header .header-upper .outer-box .menu-toggler:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 5px;
    width: 1px;
    height: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.30);
}

/*** 

====================================================================
    Mobile Menu
====================================================================

***/

.main-header .nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #222222;
    display: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

/* Mobile Nav Toggler */

.main-header .header-upper .outer-box .mobile-nav-toggler {
    position: relative;
    float: left;
    font-size: 14px;
    cursor: pointer;
    color: #ffffff;
    line-height: 1em;
    font-weight: 600;
    padding: 58px 0px;
    margin-left: 260px;
    text-transform: uppercase;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .header-upper .outer-box .mobile-nav-toggler .icon {
    position: relative;
    margin-left: 20px;
    font-size: 24px;
    line-height: 1em;
}

.main-header.fixed-header .header-upper .outer-box .mobile-nav-toggler {
    padding: 33px 0px 33px;
}

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

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

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

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.90);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

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

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease 500ms;
    -moz-transition: all 0.7s ease 500ms;
    -ms-transition: all 0.7s ease 500ms;
    -o-transition: all 0.7s ease 500ms;
    transition: all 0.7s ease 500ms;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

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

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.mobile-menu .close-btn:hover {
    opacity: 0.50;
}

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

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

.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, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 14px 20px;
    font-size: 15px;
    color: #404040;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

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

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

.mobile-menu .navigation li.dropdown>ul>li>a {
    font-weight: normal;
}

.mobile-menu .navigation li.dropdown .dropdown-btn span {
    position: absolute;
    right: 0px;
    top: 3px;
    height: 44px;
    width: 50px;
    line-height: 44px;
}

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

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

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

.sticky-header .mobile-nav-toggler {
    display: none;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 18px;
    font-style: normal;
    height: 46px;
    padding: 10px 0px 10px 0px;
    line-height: 26px;
    color: #999999;
    border: none;
    border-radius: 0px;
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
}

.form-group .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 2px;
    text-indent: 0px;
    color: #333333;
}

.form-group .ui-button .ui-icon:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 2px !important;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #000000;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
    font-weight: 800;
}

.ui-menu .ui-menu-item {
    font-size: 14px;
}

.ui-menu .ui-menu-item:last-child {
    border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    background: #0152e9;
    border-color: #0152e9;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 24px;
}

.ui-menu-item:hover {
    background-color: #0152e9;
}

/*** 

====================================================================
    Banner Section
====================================================================

***/

.banner-section {
    position: relative;
}

.banner-section .mouse-btn-down {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 10px;
    width: 30px;
    height: 68px;
    cursor: pointer;
    display: block;
    z-index: 1;
    cursor: pointer;
}

/* Chevron */

.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #B7822A;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;

    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}

.banner-section .slide {
    position: relative;
    overflow: hidden;
    padding-top: 270px;
    padding-bottom: 260px;
    max-height: 770px;
    background-size: cover;
}

.banner-section .slide::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
}

.banner-section .slide-year {
    position: absolute;
    left: 70px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1em;
    text-transform: uppercase;
}

.banner-section .info {
    position: absolute;
    right: 60px;
    bottom: 90px;
    z-index: 1;
    color: #ffffff;
}

.banner-section .info a {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.banner-section .info a:hover {
    color: #B7822A;
}

.banner-section .content-boxed {
    position: relative;
}

.banner-section .content-boxed .inner-boxed {
    position: relative;
    min-height: 450px;
}

.banner-section .content-boxed .slide-number {
    position: relative;
    color: #ffffff;
    font-size: 60px;
    font-weight: 400;
    line-height: 1em;
    padding-top: 25px;
    margin-bottom: 220px;
    display: inline-block;
    border-top: 5px solid #B7822A;
    font-family: 'Inter', sans-serif;
}

.banner-section .content-boxed .sub-title {
    position: relative;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.7em;
    opacity: 0;
    font-size: 18px;
    letter-spacing: 2px;
    transform: scaleY(0);
    letter-spacing: 5px;
    transform-origin: top;
    text-transform: uppercase;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section .active .content-boxed .sub-title {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.banner-section .content-boxed .title {
    position: relative;
    color: #ffffff;
    font-weight: 400;
    line-height: 1em;
    opacity: 0;
    margin-top: 35px;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section .active .content-boxed .title {
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 10px;
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.banner-section .content-boxed .boxed-btn {
    margin-top: 90px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section .active .content-boxed .boxed-btn {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.banner-section .owl-dots {
    position: absolute;
    right: 80px;
    top: 300px;
}

.banner-section .owl-dots .owl-dot {
    position: relative;
    width: 14px;
    height: 14px;
    margin-bottom: 25px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.35);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.banner-section .owl-dots .owl-dot.active,
.banner-section .owl-dots .owl-dot:hover {
    background-color: #ffffff;
}

.banner-section .owl-nav {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    color: #FFFFFF;
    font-size: 80px;
}

.banner-section .owl-nav .owl-next {
    right: 10px;
}

.slider-video {
    position: relative;
    width: 1903px;
    height: 1070px;
    left: 0px;
    top: -146px;
    opacity: 1;
}


.sub-nav {
    margin: 0 auto;
}

.sub-nav .list-group-item.active {
    background-color: #B7822A;
    border-color: #B7822A;
}

.sub-nav .list-group-item {
    padding: 1rem 1.5rem;
    font-size: 16px;
}


/*** 

====================================================================
    About Section
====================================================================

***/

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

.about-style-tow {
    padding-top: 160px;
}

.about-section .section-year-title {
    position: absolute;
    left: 50px;
    top: 170px;
    color: #999999;
    font-size: 14px;
    text-transform: uppercase;
    transform: rotate(-90deg);
}

.about-section .image-column {
    position: relative;
}

.about-section .image-column .inner-column {
    position: relative;
    text-align: right;
}

.about-style-tow .image-column .inner-column {
    position: relative;
    text-align: left;
}

.page-section img{
    max-width: 100%;
}

.about-section .image-column .image {
    position: relative;
    display: inline-block;
}

.about-section .image-column .image-column-video {
    width: 600px;
}

.image-column .image::before {
    position: absolute;
    top: 30px;
    left: -30px;
    bottom: -30px;
    right: 60px;
    border: 5px solid #B7822A;
    content: "";
    z-index: -1;
}

.about-section .image-column .inner-column .pattern-layer {
    position: absolute;
    left: 70px;
    top: 75px;
    width: 336px;
    height: 336px;
}

.about-style-tow .image-column .inner-column .pattern-layer {
    right: 70px;
    left: auto;
}

.about-section .content-column {
    position: relative;
}

.about-section .content-column .sec-title {
    margin-bottom: 30px;
}

.about-section .content-column .inner-column {
    position: relative;
    padding-right: 60px;
}

.about-style-tow .content-column .inner-column {
    padding-left: 90px;
    padding-right: 0;
}

.about-section .content-column .bold-text {
    position: relative;
    color: #666666;
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 10px;
}

.about-section .content-column p {
    position: relative;
    color: #666666;
    font-size: 14px;
    line-height: 1.8em;
}

.about-section .theme-btn {
    margin-top: 30px;
}



.video-icon img {
    width: 30px;
    margin-left: 8px
}

.about-video-btn .video-icon {
    left: 0;
    bottom: 45%;
    box-shadow: -4.017px 12.364px 24px 0 rgba(222, 229, 231, 0.6)
}

.about-right-img img {
    width: 100%
}

.about-right-3 {
    margin-left: -15px
}

.video-icon {
    position: absolute;
    background: #EEEEEE;
    height: 90px;
    width: 90px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 92px;
    transform: translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: -50%;
    -moz-border-radius: -50%;
    -ms-border-radius: -50%;
    -o-border-radius: -50%;
    color: #0e0e0e;
    font-size: 20px
}

.video-icon:hover {
    color: #B7822A;
}

.video-icon::before,
.video-icon::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: #fff;
    opacity: .15;
    z-index: -10
}

.video-icon::before {
    z-index: -10;
    -webkit-animation: inner-ripple 2000ms linear infinite;
    -moz-animation: inner-ripple 2000ms linear infinite;
    animation: inner-ripple 2000ms linear infinite
}

.video-icon::after {
    z-index: -10;
    -webkit-animation: outer-ripple 2000ms linear infinite;
    -moz-animation: outer-ripple 2000ms linear infinite;
    animation: outer-ripple 2000ms linear infinite
}

@keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: .5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-filter: alpha(opacity=50)
    }

    80% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5)
    }

    100% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5)
    }
}

@-webkit-keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: .5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }

    80% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5)
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(3.5);
        -moz-transform: scale(3.5);
        -ms-transform: scale(3.5);
        -o-transform: scale(3.5)
    }
}

@-moz-keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: .5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }

    80% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5)
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(3.5);
        -moz-transform: scale(3.5);
        -ms-transform: scale(3.5);
        -o-transform: scale(3.5)
    }
}

/*** 

====================================================================
    Fluid Section One
====================================================================

***/

.fluid-section-one {
    position: relative;
    overflow: hidden;
    padding: 0px 0px 0px;
}

.fluid-section-one .pattern-layer {
    position: absolute;
    left: -200px;
    top: 0px;
    width: 336px;
    height: 336px;
}

.fluid-section-one .outer-container {
    position: relative;
    min-height: 250px;
}

.fluid-section-one .image-column {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.fluid-section-one .image-column .image-box {
    position: relative;
    display: none;
}

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

.fluid-section-one .content-column {
    position: relative;
    float: left;
    width: 50%;
    z-index: 1;
}

.fluid-section-one .content-column .inner-column {
    position: relative;
    max-width: 600px;
    width: 100%;
    float: right;
    padding: 0px 100px 0px 15px;
}

.fluid-section-one .content-column .blocks-outer {
    position: relative;
}

/* Service Box */

.searvice-section {
    margin-top: 160px;
    margin-bottom: 160px;
}

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

.service-box:last-child {
    margin-bottom: 0px;
}

.service-box .inner-box {
    position: relative;
    padding: 30px 50px;
    border: 1px solid #d9d9d9;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.service-box .inner-box:before {
    position: absolute;
    content: '';
    left: -1px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    opacity: 0;
    background-color: #B7822A;
    transform: scale(1, 0.2);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.service-box .inner-box:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

.service-box .inner-box:hover {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.10);
}

.service-box .inner-box .content {
    position: relative;
    padding-left: 120px;
}

.service-box .inner-box .content .icon {
    position: absolute;
    left: 0px;
    top: 0;
    color: #000000;
    font-size: 54px;
    line-height: 1em;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.service-box .inner-box:hover .content .icon {
    -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);
}

.service-box .inner-box .content h5 {
    position: relative;
    font-weight: 400;
    line-height: 1.3em;
    text-transform: uppercase;
}

.service-box .inner-box .content h5 a {
    position: relative;
    color: #000000;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.service-box .inner-box:hover .content h5 a {
    color: #000000;
    text-decoration: underline;
}

.service-box .inner-box .content p {
    position: relative;
    color: #666666;
    line-height: 1.9em;
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 0px;
}

/*** 

====================================================================
    Projects Section
====================================================================

***/

.projects-section {
    position: relative;
    padding: 90px 0px;
    background-color: #f9f9f9;
}

.projects-section .sec-title .projects {
    position: relative;
    color: #666666;
    font-size: 18px;
    padding-top: 15px;
    display: block;
    text-transform: uppercase;
    text-align: right;
}

.projects-section .outer-container {
    position: relative;
    overflow: hidden;
}

.projects-section .owl-dots {
    position: relative;
    text-align: center;
}

.projects-section .owl-dots .owl-dot {
    position: relative;
    width: 40px;
    height: 8px;
    margin: 0px 10px;
    display: inline-block;
    background-color: #cccccc;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.projects-section .owl-dots .owl-dot:hover,
.projects-section .owl-dots .owl-dot.active {
    background-color: #B7822A;
}

.projects-section .owl-nav {
    display: none;
}

/* Gallery Block */

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

.gallery-block .inner-box {
    position: relative;
}

.gallery-block .inner-box .image {
    position: relative;
}

.gallery-block .inner-box .image .arrow {
    position: absolute;
    right: 40px;
    top: 30px;
    z-index: 2;
    opacity: 0;
    color: #000000;
    font-size: 48px;
    line-height: 1em;
    display: inline-block;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-block .inner-box:hover .image .arrow {
    opacity: 1;
}

.gallery-block .inner-box .image:before {
    position: absolute;
    content: '';
    left: 0px;
    height: 60%;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    opacity: 0.6;
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, #000000));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000000 100%);
}

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

.gallery-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-block .inner-box .image .hover-color-layer {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    z-index: 1;
    background-color: rgba(174, 0, 0, .8);
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.gallery-block .inner-box:hover .image .hover-color-layer {
    width: 100%;
}

.gallery-block .inner-box:hover .image .hover-color-layer a {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery-block .inner-box .image .overlay-box .content {
    position: relative;
    z-index: 2;
    padding: 0px 20px 40px 40px;
}

.gallery-block .inner-box .image .overlay-box .category {
    margin-top: 12px;
    position: relative;
    font-size: 18px;
    color: #f0f0f0;
    text-transform: uppercase;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.gallery-block .inner-box:hover .image .overlay-box .category {
    color: #FFFFFF;
}

.gallery-block .inner-box:hover .image .overlay-box h3 a {
    color: #FFFFFF;
}

.gallery-block .inner-box .image .overlay-box h3 {
    position: relative;
    font-weight: 400;
    line-height: 1.2em;

}

.gallery-block .inner-box .image .overlay-box h3 a {
    position: relative;
    color: #ffffff;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}



/*** 

====================================================================
    Product Section
====================================================================

***/

.product-page-section {
    position: relative;
    padding: 20px 0 100px;
}

.product-page-section .filters {
    margin-bottom: 50px;
}

.product-page-section .filters .filter-tabs {
    position: relative;
    text-align: right;
}

.product-page-section .filters li {
    position: relative;
    display: inline-block;
    color: #999999;
    padding: 0px 0px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    margin-left: 40px;
    padding-bottom: 5px;
    text-transform: uppercase;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.product-page-section .filters li:first-child {
    margin-left: 0px;
}

.product-page-section .filters .filter.active,
.product-page-section .filters .filter:hover {
    color: #000000;
}


.product-page-section .row {
    margin-left: -20px;
    margin-right: -20px;
}

.product-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.product-box:after {
    content: '';
    width: 30%;
    border: 1px solid transparent;
}

.product-block {
    margin-bottom: 20px;
    width: 30%;
}

.product-block .image {
    padding: 20px;
    margin-bottom: 10px;
    background-color: #F4F4F4;
}

.product-block h3 {
    font-size: 14px;
    text-align: center;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
}


.product-detail ul>li {
    padding: 4px 0;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
}

.product-detail ul>li div {
    display: block;
}

.product-detail ul>li div.txt {
    flex: 1;
    font-size: 15px;
}


.product-detail ul>li div.tit {
    width: 70px;
    margin-right: 20px;
    color: #000000;
    letter-spacing: 5px;
}

.product-detail ul>li div p {
    margin-bottom: 0;
}


.product-detail .link-danger {
    margin-top: 10px;
    color: #dc3545;
    font-size: 14px;
}

.product-detail .product-slide-thumb {
    display: flex;
    padding: 30px;
    justify-content: center;
    align-items: center;
    background-color: #F4F4F4;
}


.owl-product .owl-nav .owl-prev,
.owl-product .owl-nav .owl-next {
    position: absolute;
    top: -50px;
    outline: none;
    color: #000000;
}

.owl-product .owl-nav .owl-prev {
    left: -20px;
}

.owl-product .owl-nav .owl-next {
    right: -20px;
}

.product-slide{
    margin-bottom: 20px;
}

.product-slide .owl-nav .owl-prev,
.product-slide .owl-nav .owl-next {
    position: absolute;
    top: 30px;
    outline: none;
    color: #000000;
}

.product-slide .owl-nav .owl-prev {
    left: -20px;
}

.product-slide .owl-nav .owl-next {
    right: -20px;
}

.product-color-item {
    border: 1px solid #DDDDDD;
    cursor: pointer;
}

.product-color-item.active {
    border-color: #9C5E15;
}


.product-tip{
    margin-top: 30px;
    font-size: 14px!important;
}

/*** 

====================================================================
    Testimonial Section
====================================================================

***/

.testimonial-section {
    position: relative;
    padding-top: 150px;
    background-color: #eef2f2;

}

.testimonial-section.style-two {
    margin-top: 160px;
    background-color: #eef2f2;
}

.testimonial-section .sec-title {
    margin-bottom: 70px;
}

.testimonial-section .owl-nav {
    position: absolute;
    right: 0px;
    top: -105px;
}

.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next {
    position: relative;
    color: #999999;
    font-size: 36px;
    margin-left: 30px;
    font-weight: 300;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.testimonial-section .owl-nav .owl-prev:hover,
.testimonial-section .owl-nav .owl-next:hover {
    color: #000000;
}

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

.testimonial-block .inner-box {
    position: relative;
    padding: 25px 32px 35px;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
}

.testimonial-block .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    height: 5px;
    opacity: 0;
    transform: scale(0.3, 1);
    background-color: #B7822A;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.testimonial-block .inner-box:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

.testimonial-block .inner-box .quote {
    position: relative;
    font-size: 60px;
    color: #B7822A;
    line-height: 1em;
    text-align: right;
    margin-right: -10px;
}

.testimonial-block .inner-box .author {
    position: relative;
    color: #263a4f;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0px;
    font-family: 'Heebo', sans-serif;
}

.testimonial-block .inner-box .author span {
    position: relative;
    font-weight: 400;
    color: #8d9aa8;
    font-size: 14px;
}

.testimonial-block .inner-box p {
    position: relative;
    color: #8d9aa8;
    font-size: 14px;
    line-height: 1.8em;
    margin-top: 15px;
    margin-bottom: 0px;
}


/*** 

====================================================================
    Press Section
====================================================================

***/

.press-section {
    position: relative;
    overflow: hidden;
    padding-top: 90px;
    padding-bottom: 95px;
    background-color: #eef2f2;
}

.press-section .sec-title .blogs {
    position: relative;
    color: #666666;
    font-size: 18px;
    padding-top: 15px;
    display: inline-block;
    text-transform: uppercase;
}


/* Press Block */

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

.press-block .inner-box {
    position: relative;
}

.press-block .inner-box .image a {
    display: block;
}

.press-block .inner-box .image a img {
    width: 100%;

}

.press-block .inner-box .title {
    position: relative;
    color: #000000;
    font-weight: 400;
    line-height: 1.4em;
    margin-top: 16px;
}

.press-block .inner-box .title a {
    position: relative;
    color: #000000;
    font-size: 14px;
}

.press-block .inner-box .title a:hover {
    color: #cbaf71;
    text-decoration: underline;
}

.press-block .inner-box .lower-content .post-info {
    position: relative;
    color: #999999;
    font-size: 14px;
    margin-top: 10px;
}

.press-block .inner-box .lower-content .post-info span {
    position: relative;
    color: #000000;
}

/*** 

====================================================================
    Main Footer
====================================================================

***/

.main-footer {
    position: relative;
    padding: 30px 0 20px;
    background-color: #000000;
    color: #666666;
    font-size: 12px;
}

.main-footer .container-fluid {
    width: 90%;
}

.main-footer .footer-icon {
    width: 220px;
    height: 200px;
    border-radius: 50%;
    line-height: 165px;
    text-align: center;
    color: #f8560c;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    background: #000000;
}



.main-footer.style-two {
    border-top: 1px solid #dbdbdb;
}

.main-footer .outer-container {
    position: relative;
    padding: 0px 60px;
}

.main-footer h3 {
    position: relative;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.3em;
    margin-bottom: 18px;
}

.main-footer .contact-widget ul li {
    position: relative;
    color: #FFFFFF;
    font-size: 12px;
    max-width: 300px;
    line-height: 1.9em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.main-footer a {
    position: relative;
    color: #666666;
    overflow-wrap: break-word;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer a:hover {
    color: #FFFFFF;
}

.main-footer .sns-widget ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-footer .sns-widget ul li {
    width: 33%;
    margin-bottom: 10px;
}

.main-footer .sns-widget ul li .fa-icon {
    float: left;
    margin-right: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: cover;
}


.sns-widget ul>li {
    position: relative;
}

.sns-widget ul>li .img {
    display: none;
    position: absolute;
    bottom: 35px;
    left: -50px;
    background: #ffffff;
    border-radius: 4px;
    padding: 10px;
    width: 150px;
}

.sns-widget ul>li:hover .img {
    display: block;
}

.sns-widget ul>li .img:after {
    content: '';
    position: absolute;
    left: 50px;
    display: block;
    width: 0;
    height: 0;
    bottom: -20px;
    border-width: 10px;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent;
}


/* Link Widget */

.main-footer .link-widget {
    position: relative;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.main-footer .link-widget a {
    position: relative;
    padding: 0 15px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .link-widget a:after {
    position: absolute;
    content: '|';
    right: 0;
    top: -4px;
}

.main-footer .link-widget a:last-child:after {
    display: none;
}

.main-footer .link-widget a:first-child {
    padding-left: 0;
}

.main-footer .link-widget ul li a:hover {
    color: #B7822A;
    padding-left: 15px;
}

.main-footer .footer-bottom {
    position: relative;
    padding: 30px 0px;
    margin-top: 25px;
    border-top: 1px solid #0e0e0e;
}

/* Copyright Column */

.main-footer .copy-column {
    position: relative;
}

.main-footer .copy-column .copyright {
    position: relative;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
}

.main-footer .copy-column .copyright a {
    position: relative;
    color: #ffffff;
}

.main-footer .copy-column .copyright a:hover {
    color: #EEEDF3;
}

.main-footer .copy-column .copyright span {
    position: relative;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
}

.main-footer .copy-column .copyright i {
    position: relative;
    color: #f53400;
    font-size: 16px;
}


.main-footer .other-lang {
    margin-top: 20px;
    text-align: center;
    color: #BAA46A;
}

.main-footer .other-lang li {
    display: inline-block;
    margin: 0 20px;

}

.main-footer .other-lang li a {
    color: #BAA46A !important;
    font-size: 16px;
}

/*** 

====================================================================
    Page Banner Section
====================================================================

***/

.page-banner-section {
    position: relative;
    padding: 300px 0px 80px;
    background-attachment: fixed;
    background-size: cover;
}

.page-banner-section::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.20);
}

.page-banner-section .auto-container {
    position: relative;
}

.page-banner-section .title {
    position: relative;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    line-height: 1.6em;
    text-transform: uppercase;
}

.page-banner-section h1 {
    position: relative;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.1em;
    text-transform: capitalize;
}



.page-banner-section.style-two {
    padding-top: 270px;
    position: relative;
}

.page-banner-section.style-two::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
}

.page-banner-section.style-two .title {
    padding-top: 35px;
    margin-bottom: 310px;
}

.page-banner-section.style-two .title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 80px;
    height: 4px;
    border-radius: 2px;
    background-color: #B7822A;
}

.page-banner-section.style-two .banner-year {
    position: absolute;
    left: 60px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1em;
    text-transform: uppercase;
}

/*** 

====================================================================
    Team Section
====================================================================

***/

.team-section {
    position: relative;
    padding: 0 0px 52px;
}


.team-section .row {
    margin: 0px -35px;
}

.team-section .team-block {
    padding: 0px 15px;
}

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

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

.team-block .inner-box .image {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    background-color: #111111;
    max-height: 360px;
    overflow: hidden;
}

.team-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.team-block .inner-box:hover .image img {
    opacity: 0.7;
}

.team-block .inner-box .image .social-icons {
    position: absolute;
    right: -250px;
    bottom: 12px;
    border-radius: 2px;
    padding: 10px 20px 8px;
    background-color: #ffffff;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.team-block .inner-box:hover .image .social-icons {
    right: 12px;
}

.team-block .inner-box .image .social-icons li {
    position: relative;
    margin-right: 15px;
    display: inline-block;
}

.team-block .inner-box .image .social-icons li:last-child {
    margin-right: 0px;
}

.team-block .inner-box .image .social-icons li a {
    position: relative;
    color: #999999;
    font-size: 16px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.team-block .inner-box .image .social-icons li a:hover {
    color: #000000;
}

.team-block .inner-box .lower-content {
    position: relative;
    padding: 25px 0px 0px;
}

.team-block .inner-box .lower-content h4 {
    position: relative;
    font-weight: 400;
    line-height: 1.3em;
    font-size: 16px;
}

.team-block .inner-box .lower-content h4 a {
    position: relative;
    color: #000000;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.team-block .inner-box:hover .lower-content h4 a {
    color: #caac6b;
}

.team-block .inner-box .lower-content .designation {
    position: relative;
    color: #666666;
    font-size: 14px;
    margin-top: 6px;
}


.team-item {
    margin-bottom: 30px;
}

.team-item .image {
    max-height: 360px;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    background-color: #111111;
}

.team-item .lower-content h4 {
    margin-bottom: 10px;
}

.team-section .other {
    margin-bottom: 20px;
    font-size: 16px;
    color: red;

}

/*** 

====================================================================
    Page Title Section Two
====================================================================

***/

.page-title-two-section {
    position: relative;
    padding: 40px 0px 50px;
}

.page-title-two-section h1 {
    position: relative;
    font-weight: 400;
    font-size: 32px;
    line-height: 1em;
    color: #000000;
    text-transform: capitalize;
}

.page-title-two-section .page-breadcrumb {
    position: relative;
    margin-bottom: 50px;
}

.page-title-two-section .page-breadcrumb li {
    position: relative;
    color: #000000;
    font-size: 18px;
    padding-right: 15px;
    margin-right: 10px;
    display: inline-block;
    text-transform: uppercase;
}

.page-title-two-section .page-breadcrumb li:before {
    position: absolute;
    content: '/';
    right: -3px;
    top: 0px;
    color: #999999;
}

.page-title-two-section .page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-title-two-section .page-breadcrumb li:last-child::before {
    display: none;
}

.page-title-two-section .page-breadcrumb li a {
    position: relative;
    color: #999999;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.page-title-two-section .page-breadcrumb li a:hover {
    color: #000000;
}

/*** 

====================================================================
    Gallery Section
====================================================================

 ***/

.gallery-page-section {
    position: relative;
    padding: 50px 0 100px;

}
/*
.gallery-page-section .outer-section {
    position: relative;
    padding: 0px 0px;
    overflow: hidden;
}

.gallery-page-section .filters {
    margin-bottom: 50px;
}

.gallery-page-section .filters .filter-tabs {
    position: relative;
    text-align: right;
}

.gallery-page-section .filters li {
    position: relative;
    display: inline-block;
    color: #999999;
    padding: 0px 0px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    margin-left: 40px;
    padding-bottom: 5px;
    text-transform: uppercase;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-page-section .filters li:first-child {
    margin-left: 0px;
}

.gallery-page-section .filters .filter.active,
.gallery-page-section .filters .filter:hover {
    color: #000000;
}

.gallery-page-section .gallery-item {
    margin-bottom: 40px;
}

.gallery-page-section .row {
    margin-left: -2px;
    margin-right: -2px;
    display: flex;
    flex-wrap: wrap;
}*/
/*
.gallery-page-section .gallery-block {
    width: 20%;
    padding: 0 2px;
    margin-bottom: 4px;
}*/

.gallery-block.mix {
    display: none;
}

.project-lists {
    /* margin-top: -100px; */
}

/*** 

====================================================================
    Project Detail Section
====================================================================

 ***/

.project-detail-section {
    position: relative;
    padding-bottom: 100px;
}

.project-detail-section .upper-box {
    position: relative;
    margin-bottom: 80px;
}

.project-detail-section .upper-box .back-projects {
    position: relative;
    color: #000000;
    font-size: 14px;
    margin-bottom: 55px;
    display: inline-block;
    text-transform: uppercase;
}

.project-detail-section .upper-box .back-projects .icon {
    position: relative;
    top: 4px;
    margin-right: 10px;
    font-size: 20px;
    line-height: 1em;
}

.project-detail-section .upper-box ul {
    position: relative;
}

.project-detail-section .upper-box ul li {
    position: relative;
    color: #999999;
    font-size: 16px;
    margin-bottom: 8px;
}

.project-detail-section .upper-box ul li span {
    position: relative;
    color: #000000;
}

.project-detail-section h3 {
    position: relative;
    color: #000000;
    margin-bottom: 40px;
    text-transform: capitalize;
}

.project-detail-section p {
    position: relative;
    color: #666666;
    font-size: 18px;
    margin-bottom: 80px;
    text-transform: capitalize;
}

.project-detail-section .carousel-box {
    position: relative;
}

.project-detail-section .carousel-box .owl-dots {
    position: absolute;
    left: 0px;
    bottom: 30px;
    right: 0px;
    text-align: center;
}

.project-detail-section .carousel-box .owl-dots .owl-dot {
    position: relative;
    width: 9px;
    height: 9px;
    margin: 0px 10px;
    border-radius: 50px;
    display: inline-block;
    background-color: #a19b97;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.project-detail-section .carousel-box .owl-dots .owl-dot.active,
.project-detail-section .carousel-box .owl-dots .owl-dot:hover {
    background-color: #ffffff;
}

.project-detail-section .carousel-box .owl-nav {
    position: absolute;
    left: -60px;
    top: 50%;
    right: -60px;
    margin-top: -32px;
}

.project-detail-section .carousel-box .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    color: #8d9aa8;
    font-size: 60px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-detail-section .carousel-box .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    color: #8d9aa8;
    font-size: 60px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-detail-section .carousel-box .owl-nav .owl-prev:hover,
.project-detail-section .carousel-box .owl-nav .owl-next:hover {
    color: #000000;
}

/*** 

====================================================================
    Reservation Section
====================================================================

***/

.reservation-section {
    position: relative;
    padding-top: 150px;
    padding-bottom: 160px;
}

.reservation-section .inner-container {
    position: relative;
    z-index: 1;
    padding: 45px 50px 30px;
    border: 1px solid #dfdfdf;
    background-color: #ffffff;
}

/* Reservation Form */

.reservation-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.reservation-form .form-group input[type="text"],
.reservation-form .form-group input[type="password"],
.reservation-form .form-group input[type="tel"],
.reservation-form .form-group input[type="email"],
.reservation-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    color: #999999;
    line-height: 28px;
    padding: 10px 0px;
    height: 50px;
    font-size: 16px;
    border-radius: 0px;
    background-color: #ffffff;
    border-bottom: 1px solid #e2e2e2;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.reservation-form .form-group input[type="text"]:focus,
.reservation-form .form-group input[type="password"]:focus,
.reservation-form .form-group input[type="tel"]:focus,
.reservation-form .form-group input[type="email"]:focus,
.reservation-form .form-group select:focus,
.reservation-form .form-group textarea:focus {
    border-color: #B7822A;
}

.reservation-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 0px;
    color: #999999;
    height: 170px;
    resize: none;
    font-size: 16px;
    border-radius: 0px;
    background-color: #ffffff;
    border-bottom: 1px solid #e2e2e2;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.reservation-form .theme-btn {
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 0px;
    margin-top: 20px;
}






/* Contact Form */

.contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    color: #000000;
    line-height: 28px;
    padding: 10px 0px;
    height: 50px;
    font-size: 16px;
    border-radius: 0px;
    background-color: #ffffff;
    border-bottom: 1px solid #e2e2e2;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: #111111;
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 0px;
    color: #000000;
    height: 160px;
    resize: none;
    font-size: 16px;
    border-radius: 0px;
    background-color: #ffffff;
    border-bottom: 1px solid #e2e2e2;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .theme-btn {
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 0px;
    margin-top: 22px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000 !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
}

.new-projects-section {
    position: relative;
    background-color: #eeeef3;
}

.new-projects-section .image-layer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
}

.new-projects-section .image-layer::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
}

.new-projects-section .post {
    position: relative;
    padding: 50px 0px;
}

.new-projects-section a {
    position: relative;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 10px;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.new-projects-section .post.next a {
    color: #ffffff;
}

.new-projects-section a:hover {
    color: #000000;
}

/*** 

====================================================================
    Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 50px 0px 120px;
    min-height: 400px;
}

.sidebar-page-container.style-two {
    padding-top: 160px;
    padding-bottom: 0px;
}

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

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

.sticky-top {
    top: 110px;
    z-index: 1;
}

.sidebar-widget {
    position: relative;
    margin-bottom: 55px;
}

.sidebar-widget:last-child {
    margin-bottom: 0px;
}

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

.sidebar-title h6 {
    position: relative;
    color: #999999;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}

/* Search Box Widget */

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

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 30px;
    padding: 10px 50px 10px 20px;
    border: 1px solid #c0c0c0;
    background: #ffffff;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 50px;
    color: #8d9aa8;
    border-radius: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    width: 50px;
    display: block;
    font-size: 16px;
    color: #222222;
    font-weight: 300;
    line-height: 52px;
    background: none;
    border-radius: 0px;
    cursor: pointer;
}

.sidebar .search-box .form-group input::-webkit-input-placeholder {
    color: #333333;
}

/* Post Widget */

.sidebar .popular-posts .widget-content {
    position: relative;
}

.sidebar .popular-posts .post {
    position: relative;
    font-size: 16px;
    color: #000000;
    margin-bottom: 12px;
}

.sidebar .popular-posts .post:last-child {
    margin-bottom: 0px;
}

.sidebar .popular-posts .post .text {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.7em;
}

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

.sidebar .popular-posts .post a:hover {
    text-decoration: underline;
}

/* Recent Comment */

.recent-comment .comment {
    position: relative;
    color: #000000;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 12px;
}

.recent-comment .comment span {
    position: relative;
    color: #999999;
}

.recent-comment .comment a {
    position: relative;
    color: #000000;
    text-decoration: underline;
}

.recent-comment .comment i {
    position: relative;
    margin-right: 6px;
    font-size: 24px;
    line-height: 1em;
}

/* Categories Widget */

.categories-widget ul li {
    position: relative;
    margin-bottom: 7px;
}

.categories-widget ul li a {
    position: relative;
    color: #000000;
    font-size: 16px;
}

.categories-widget ul li a:hover {
    text-decoration: underline;
}

/* Tags Widget */

.tags-widget ul li {
    position: relative;
    margin-bottom: 7px;
    display: inline-block;
}

.tags-widget ul li a {
    position: relative;
    color: #000000;
    font-size: 16px;
}

.tags-widget ul li a:hover {
    text-decoration: underline;
}

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

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

.news-block .inner-box .time {
    margin-bottom: 10px;
}

.news-block .inner-box .image {
    position: relative;
    height: 200px;
    overflow: hidden;
    background-color: #111111;
}

.news-block .inner-box .image .play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
}

.news-block .inner-box .image .play .fa {
    font-size: 50px;
    color: rgb(255 255 255 / 80%);
}

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

.news-block .inner-box:hover .image img {
    opacity: 0.7;
}

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

.news-block .inner-box .lower-content h3 {
    position: relative;
    font-weight: 400;
    line-height: 1.3em;
}

.news-block .inner-box .lower-content h3 a {
    font-size: 16px;
    position: relative;
    color: #000000;
    font-weight: normal;
}

.news-block .inner-box .lower-content .post-info {
    position: relative;
    color: #999999;
    font-size: 14px;
    margin-top: 10px;
}

.news-block .inner-box .lower-content .post-info span {
    position: relative;
    color: #000000;
}

.news-block .inner-box .lower-content p {
    position: relative;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9em;
    margin-top: 18px;
    margin-bottom: 0px;
}

.news-block.style-two .inner-box .lower-content h3 {
    font-size: 24px;
}

.news-lists li {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 14px 10px 20px 14px;
    border-bottom: 1px dashed #DDDDDD;
    font-size: 16px;
}

.news-lists li::before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #B7822A;
}



/*** 

====================================================================
    Styled Pagination
====================================================================

***/

.pagination-outer {
    text-align: center;
    margin-top: 60px;
}

.styled-pagination {
    position: relative;
    display: inline-block;
}

.styled-pagination li {
    position: relative;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin: 0px 8px 0px;
    display: inline-block;
}

.styled-pagination li span {
    padding: 4px 10px;
    display: block;
    color: #B7822A;
}

.styled-pagination li a {
    position: relative;
    padding: 4px 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    display: block;
    background: #B7822A;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.styled-pagination li.active a,
.styled-pagination li:hover a {
    background: #f19908;
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
    top: 6px;
    color: #cccccc;
    font-size: 24px;
    line-height: 1em;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
    color: #111111;
}


.mobile-page {
    display: none;
}

.mobile-page a {
    width: 30%;
    margin: 0 20px;
}

.blog-detail {
    position: relative;
}

.blog-detail .inner-box {
    position: relative;
}

.blog-detail .inner-box .bold-text {
    position: relative;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.blog-detail .inner-box p {
    position: relative;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 10px;
}

.blog-detail .inner-box .image {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

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

.blog-detail .inner-box h4 {
    position: relative;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.blog-detail .inner-box blockquote {
    position: relative;
    margin: 80px 0px 70px;
    padding-left: 105px;
}

.blog-detail .inner-box blockquote .blockquote-text {
    position: relative;
    color: #000000;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5em;
}

.blog-detail .inner-box blockquote .blockquote-text .quote {
    position: absolute;
    left: -20px;
    top: -10px;
    color: #000000;
    font-size: 16px;
    line-height: 1em;
}

.blog-detail .inner-box .time {
    margin-bottom: 20px;
}

/*post share options*/

.blog-detail .inner-box .post-share-options {
    position: relative;
    margin-top: 70px;
    padding-bottom: 60px;
    border-bottom: 1px solid #dddddd;
}

.blog-detail .inner-box .post-share-options .tags a {
    position: relative;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    margin-right: 4px;
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #d7d7d7;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.blog-detail .inner-box .post-share-options .tags a:hover {
    color: #111111;
    border-color: #B7822A;
    background-color: #B7822A;
}


.blog-detail .inner-text img {
    max-width: 800px;
}


/* Related Projects */

.related-projects {
    position: relative;
    margin-top: 75px;
}

.related-projects .title-box {
    position: relative;
    margin-bottom: 35px;
}

.related-projects .title-box h3 {
    position: relative;
    color: #000000;
    font-weight: 400;
    line-height: 1.3em;
    font-size: 30px;
}

.sidebar-page-container .lower-section {
    position: relative;
    margin-top: 115px;
    padding: 145px 0px 160px;
    background-color: #eef1f3;
}

.sidebar-page-container .lower-section .comment-form {
    position: relative;
    max-width: 770px;
}

/* Comment Form */

.comment-form .group-title {
    position: relative;
    margin-bottom: 40px;
}

.comment-form .group-title h3 {
    position: relative;
    color: #000000;
    font-weight: 400;
    font-size: 30px;
}

.comment-form .group-title .text {
    position: relative;
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    margin-top: 6px;
}

.comment-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.comment-form .form-group:last-child {
    margin-bottom: 0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    color: #222222;
    line-height: 28px;
    padding: 10px 20px;
    height: 50px;
    font-size: 14px;
    border-radius: 0px;
    background-color: #ffffff;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #111111;
}

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 20px;
    color: #222222;
    height: 210px;
    resize: none;
    font-size: 14px;
    border-radius: 0px;
    background-color: #ffffff;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .theme-btn {
    cursor: pointer;
    font-size: 14px;
    margin-top: 15px;
}

/***

====================================================================
    Map Section
====================================================================

***/

.map-section {
    position: relative;
}

.map-section iframe {
    position: relative;
    width: 100%;
    height: 620px;
}

/***

====================================================================
    Contact Page Section
====================================================================

***/

.contact-page-section {
    position: relative;
    padding: 50px 0px 140px;
}

.contact-page-section .info-column {
    position: relative;
}

.contact-page-section .info-column .inner-column {
    position: relative;
}

.contact-page-section .info-column h2 {
    position: relative;
    color: #000000;
    font-weight: 400;
    line-height: 1.2em;
    font-size: 38px;
    margin-bottom: 60px;
}

.contact-page-section .info-column h3 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    line-height: 1.2em;
    margin-bottom: 25px;
}

.contact-page-section .info-column h3 span {
    position: relative;
    font-weight: 400;
    color: #999999;
}

.contact-page-section .info-column ul {
    position: relative;
    margin-bottom: 90px;
}

.contact-page-section .info-column ul li {
    position: relative;
    margin-bottom: 15px;
    color: #666666;
    font-size: 14px;
    line-height: 1.9em;
}

.contact-page-section .info-column ul li:last-child {
    margin-bottom: 0px;
}

.contact-page-section .info-column ul li a {
    position: relative;
    color: #666666;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-page-section .info-column ul li a:hover {
    color: #000000;
}

.contact-page-section .info-column .map-direction {
    position: relative;
    color: #000000;
    font-size: 14px;
    padding: 13px 26px;
    border: 1px solid #999999;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-page-section .info-column .map-direction .arrow {
    position: relative;
    font-size: 20px;
    top: 2px;
    margin-left: 5px;
}

.contact-page-section .info-column .map-direction:hover {
    color: #ffffff;
    border-color: #111111;
    background-color: #111111;
}

.contact-page-section .form-column {
    position: relative;
}

.contact-page-section .form-column .inner-column {
    position: relative;
}

.contact-page-section .form-column h6 {
    position: relative;
    color: #000000;
    font-weight: 400;
    line-height: 1.2em;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 80px;
    text-transform: uppercase;
}

/*
.project-carousel {
    display: flex;
    justify-content: space-between;
}

.project-carousel .gallery-block {
    width: 20%;
}
*/

.network-section {
    padding: 0 0 50px;
}


.network-list-section {
    padding: 50px 0;
    background: #eef2f2;
}

.network-search {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #DDDDDD;
}

.network-item {
    margin-bottom: 30px;
}

.network-item h4 {
    margin-bottom: 20px;
}

#map {
    height: 640px;
}

.photo-block {
    position: relative;
    margin-bottom: 50px;
}

.photo-block .inner-box {
    position: relative;
}

.photo-block .inner-box .time {
    margin-bottom: 10px;
}

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

.photo-block .inner-box .image .social-icons {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    opacity: 0;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.photo-block .inner-box .image .social-icons .fa {
    font-size: 50px;
    color: rgb(255 255 255);
}

.photo-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.photo-block .inner-box:hover .image img {
    opacity: 0.7;
}

.photo-block .inner-box:hover .social-icons {
    opacity: 1;
}

.music-item {
    margin-bottom: 30px;
}

.music-item h3 {
    margin-bottom: 20px;
}

.music-item h3 a {
    color: #000000;
}

.music-item .theme-btn {
    margin-top: 30px;
}


.main-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.main-search .search {
    width: 40%;
}


.empty {
    padding: 50px 0;
    text-align: center;
}

.modal-backdrop.show {
    opacity: .9;
}


.page-section{
    padding: 50px 0;
}


.technology {
    padding-top: 50px;
    padding-bottom: 100px;
}

.technology-item {
    margin-bottom: 40px;
}

.technology-item h3 {
    margin-bottom: 10px;
    font-size: 24px;
    color: #000000;
    padding-bottom: 10px;
    position: relative;
    padding-left: 50px;
    font-weight: 500;
}


.technology-item h3:after {
    margin-top: 18px;
    display: block;
    width: 30px;
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    background: #B7822A;
    height: 2px;
}

.section-title {
    margin: 0 auto;
    width: 50%;
    margin-bottom: 50px;
    text-align: center;
}

.section-title h2 {
    color: #B7822A;
}

.section-title p {
    font-size: 16px;
    margin-top: 20px;
}


.about-column .auto-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 60px 0;
}

.about-column .image {
    padding: 0 30px;
    width: 40%;
}

.about-column .content {
    padding: 0 30px;
    width: 60%;
}

.about-column .sec-title {
    margin-bottom: 20px;
}

.about-column:nth-child(even) {
    background-color: #eef2f2;
}

.about-column:nth-child(even) .image {
    order: 2;
}

.about-column:nth-child(even) .content {
    order: 1;
}


.page-column .inner-column img {
    max-width: 100%;
}


.factory-content {
    margin-bottom: 30px;
}

.festival-section{
    padding: 50px 0;
}

.festival-section .image-column .inner-column .pattern-layer {
    position: absolute;
    left: 70px;
    top: 75px;
    width: 336px;
    height: 336px;
}

.festival-section .image {
    position: relative;
}

.festival-section .bold-text {
    margin-bottom: 20px;
    font-size: 16px;
}

.festival-section .sec-title {
    margin-bottom: 30px;
}

.fluid-section-one h4 {
    color: #000000;
}

/* Our Portfolio Section
--------------------------------*/
#portfolio {
    padding: 90px 0;
    background: #eef2f2;
}

#portfolio .portfolio-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

#portfolio .portfolio-item:hover .portfolio-info {
    display: block;
}

#portfolio .portfolio-item {
    overflow: hidden;
    position: relative;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

#portfolio .portfolio-item h2 {
    color: #ffffff;
    font-size: 16px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 700;
    /* background: #00000085; */
    border: 1px solid #FF9800;
    padding: 25px;
    /* background: linear-gradient(45deg, #e91e6357 0%, #405ece91 100%); */
}

#portfolio .portfolio-item img {
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    width: 100%;
}

#portfolio .portfolio-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#portfolio .portfolio-item:hover .portfolio-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
}

#portfolio .portfolio-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: #ffffff;
    display: none;
}


.section-header {
    margin-bottom: 40px;
    text-align: center;
}

.section-header h2 {
    position: relative;
    color: #000000;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2em;
}

.section-header h3 {
    margin-top: 16px;
    color: #000000;
}

.section-header p {
    margin-top: 20px;
    font-size: 16px;
}

#portfolio .tip {
    padding-top: 50px;
    text-align: center;
    color: #ff0000;
}


.festival-section-about {
    padding: 50px 0;
}

.festival-section-about h3 {
    margin-bottom: 20px;
    color: #000000;
}

.festival-section-about strong {
    color: #000000;
}

.steffen-seiler .steffen-content {
    padding: 0 0 50px 0;
}

.steffen-item {
    margin-bottom: 30px;
}

.steffen-item .title {
    margin-bottom: 15px;
    text-align: center;
    min-height: 120px;
}

.steffen-item .title h3 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #000000;
}

.steffen-item .image {
    margin-bottom: 10px;
}


.main-nav {
    text-align: center;
    padding: 20px 0;
    background-color: #f4f4f4;
}


.main-nav .owl-carousel .owl-stage{
    min-width: 2000px;
}


.main-nav-item {}


.main-nav-item a {
    display: block;
    padding: 10px 50px;
    border: 1px solid #dddddd;
    border-radius: 20px;
    background-color: #ffffff;
}

.main-nav-item a:hover {
    background-color: #f7f7f7;
}


.main-nav-item.hover a {
    border-color: #B7822A;
    background-color: #B7822A;
}

.main-nav-item.hover a {
    color: #ffffff;
}

.main-nav .disabled {
    display: none;
}


.main-nav .owl-nav .owl-prev,
.main-nav .owl-nav .owl-next {
    position: absolute;
    top: 0;
    outline: none;
    color: #000000;
    background: #dddddd;
    height: 100%;
    padding-top: 10px;
}

.main-nav .owl-nav .owl-prev {
    left: -15px;
}

.main-nav .owl-nav .owl-next {
    right: -15px;
}

.main-nav .owl-nav .icon {
    font-size: 20px;
}


.accordion-button:not(.collapsed) {
    background-color: #feeed3;
    color: #B7822A;
}

.accordion-button:focus {
    border-color: #ffc107;
    box-shadow: 0 0 0 0.25rem #eea836;
}



.news-container{
    padding-bottom: 100px;
}