/* Modrox  Architecture and Interior Design HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style Two / Style Three
5. Main Slider
6. Services Section
7. Studio Section
8. Specilization Section
9. Projects Section
10. Testimonial Section / Style Two
11. Clients Section
12. Form Section
13. Main Footer
14. What We Do Section
15. News Section
16. Gallery Section
17. Skills Section
18. Team Section
19. Gallery Masonry Section
20. About Section
21. Comming Soon Section
22. Faq Section
23. Blog Sidebars
28. Contact Form
29. Custom

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

@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Playfair+Display:400,400i,700,700i,900,900i');

/*font-family: 'Montserrat', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Lora', serif;*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('hover.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.mCustomScrollbar.min.css');

/*** 

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

 ***/

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

/*** 

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

 ***/

body {
    font-size: 15px;
    color: #777777;
    line-height: 1.8em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
}

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

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

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

input,
button,
select,
textarea {
    font-family: 'Montserrat', sans-serif;
}

textarea {
    overflow: hidden;
}

.theme_color {
    color: #d9b256;
}

p,
.text {
    position: relative;
    line-height: 1.8em;
    font-family: 'Open Sans', sans-serif;
}

.strike-through {
    text-decoration: line-through;
}

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

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

.grey-bg {
    background-color: #f8f8f8;
}

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

.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;
}

/*List Style One*/

.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    padding-left: 62px;
    margin-bottom: 25px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    font-family: 'Open Sans', sans-serif;
}

.list-style-one li strong {
    display: block;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.list-style-one li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #000000;
    font-size: 28px;
    margin-bottom: 6px;
    line-height: 1em;
}

.list-style-one li:nth-child(1) .icon,
.list-style-one li:nth-child(3) .icon {
    font-size: 32px;
}

/*List Style Two*/

.list-style-two {
    position: relative;
}

.list-style-two li {
    position: relative;
    margin-bottom: 5px;
    color: #ffffff;
    padding-left: 30px;
    font-size: 15px;
    font-weight: 500;
}

.list-style-two li:before {
    position: absolute;
    left: 0px;
    top: 1px;
    content: '\f00c';
    color: #ffffff;
    font-size: 14px;
    font-family: 'FontAwesome';
}

/*List Style Three*/

.list-style-three {
    position: relative;
}

.list-style-three li {
    position: relative;
    margin-bottom: 4px;
    color: #797979;
    padding-left: 30px;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.list-style-three li:before {
    position: absolute;
    left: 0px;
    top: 1px;
    content: '\f00c';
    color: #797979;
    font-size: 14px;
    font-family: 'FontAwesome';
}

/*List Style Four*/

.list-style-four {
    position: relative;
    margin-bottom: 50px;
}

.list-style-four li {
    position: relative;
    margin-bottom: 4px;
    color: white;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.list-style-four li:before {
    position: absolute;
    left: 0px;
    top: 1px;
    content: '\f00c';
    color: #d9b256;
    font-size: 14px;
    font-family: 'FontAwesome';
}

/*Btn Style One*/

.btn-style-one {
    position: relative;
    line-height: 24px;
    color: #dfba62;
    font-size: 14px;
    font-weight: 700;
    background: #242424;
    display: inline-block;
    padding: 10px 26px;
    border: 2px solid #242424;
    text-transform: uppercase;
}

.btn-style-one:hover {
    color: #242424;
    background: none;
}

/*Btn Style Two*/

.btn-style-two {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    background: #d2b871;
    display: inline-block;
    padding: 11px 43px;
    border-radius: 50px;
    border: 2px solid #d2b871;
}

.btn-style-two:hover {
    color: #d2b871;
    border-color: #d2b871;
    background: none !important;
}

/*Btn Style Three*/

.btn-style-three {
    position: relative;
    line-height: 24px;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    background: #ffffff;
    display: inline-block;
    padding: 10px 26px;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

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

/*Btn Style Four*/

.btn-style-four {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background: #d9b256;
    display: inline-block;
    padding: 12px 28px;
    border-radius: 50px;
    border: 2px solid #d9b256;
    font-family: 'Montserrat', sans-serif;
}

.btn-style-four:hover {
    color: #d9b256;
    background: none;
}

/*Btn Style Five*/

.btn-style-five {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    background: #272727;
    display: inline-block;
    padding: 11px 43px;
    border-radius: 4px;
    border: 2px solid #272727;
    font-family: 'Montserrat', sans-serif;
}

.btn-style-five:hover {
    color: #242424;
    background: none;
}

/*Btn Style Six*/

.btn-style-six {
    position: relative;
    line-height: 24px;
    color: #d9b256;
    font-size: 16px;
    font-weight: 600;
    background: none;
    display: inline-block;
    padding: 7px 30px;
    border-radius: 50px;
    border: 2px solid #d9b256;
    font-family: 'Montserrat', sans-serif;
}

.btn-style-six:hover {
    color: #ffffff;
    background: #d9b256;
}

/*Btn Style Seven*/

.btn-style-seven {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    background: #d9b256;
    display: inline-block;
    padding: 16px 44px;
    border: 2px solid #d9b256;
    font-family: 'Montserrat', sans-serif;
}

.btn-style-seven:hover {
    color: #ffffff;
    background: #d9b256;
}

/*Btn Style Eight*/

.btn-style-eight {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background: #d9b256;
    display: inline-block;
    padding: 9px 28px;
    border: 2px solid #d9b256;
    font-family: 'Montserrat', sans-serif;
}

.btn-style-eight:hover {
    color: #ffffff;
    background: #d9b256;
}


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

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

/*** 

====================================================================
	Fancy Box
====================================================================

***/

.fancybox-next span,
.fancybox-prev span {
    background-image: none !important;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    text-align: center;
}

.fancybox-next span:before,
.fancybox-prev span:before {
    content: '';
    position: absolute;
    font-family: 'FontAwesome';
    left: 0px;
    top: 0px;
    font-size: 12px;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    background-color: rgba(28, 28, 28, 0.40) !important;
    color: #ffffff;
    visibility: visible;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.fancybox-next span:before {
    content: '\f178';
}

.fancybox-prev span:before {
    content: '\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
    background-color: #ffffff !important;
    color: #000000;
}

.fancybox-type-image .fancybox-close {
    right: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    background: url(../images/icons/icon-cross.png) center center no-repeat;
    background-color: rgba(17, 17, 17, 0.50) !important;
}

.fancybox-type-image .fancybox-close:hover {
    background-color: #000000 !important;
}

.fancybox-type-image .fancybox-skin {
    padding: 0px !important;
}

/*** 

====================================================================
	Social Icon One
====================================================================

***/

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

.social-icon-one li {
    position: relative;
    margin-top: 2px;
}

.social-icon-one li a {
    position: relative;
    font-size: 14px;
    line-height: 1em;
    color: #6f6f70;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-one li a:hover {
    color: #d9b256;
}

/*** 

====================================================================
	Social Icon Two
====================================================================

***/

.social-icon-two {
    position: relative;
}

.social-icon-two li {
    position: relative;
    margin-right: 8px;
    display: inline-block;
}

.social-icon-two li a {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #d9b256;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
    display: inline-block;
    border: 1px solid #d9b256;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-two li a:hover {
    color: #ffffff;
    background-color: #d9b256;
}

/*** 

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

***/

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #444444;
    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: #d9b256;
}

/*** 

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

***/

.header-span {
    position: relative;
    height: 70px;
}

.main-header {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
}

.fixed-header.main-header .main-box {
    border-bottom: 1px solid #e0e0e0;
}

.dark-layout .fixed-header.main-header .main-box {
    border-bottom-color: rgba(255, 255, 255, 0.10);
}

/*Language Dropdown*/

.main-header .language {
    position: relative;
    line-height: 1em;
    display: inline-block;
    margin-left: 18px;
    padding-left: 16px;
    margin-top: 8px;
    border-left: 1px solid rgba(255, 255, 255, 0.50);
}

.main-header .language .dropdown-menu {
    top: 100%;
    right: 0px;
    left: auto;
    width: 170px;
    border-radius: 0px;
    margin-top: 14px;
    background-color: #222222;
    border: none;
    padding: 0px;
    border-top: 3px solid #d9b256;
}

.main-header .language>a {
    color: #ffffff !important;
    padding: 0px 0px;
    background: none !important;
    text-transform: uppercase;
    display: inline-block;
    border: 0px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1em;
}

.main-header language a:hover {
    background: none;
}

.main-header .language .dropdown-menu>li {
    padding-right: 0px !important;
    margin: 0px !important;
    float: none;
    display: block !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.main-header .language .dropdown-menu>li:last-child {
    border-bottom: none;
}

.main-header .language .dropdown-menu>li>a {
    padding: 10px 20px !important;
    color: #ffffff;
    text-align: left;
    -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 .language .dropdown-menu>li>a:hover {
    color: #ffffff !important;
    background-color: #d9b256;
}

/*Main Box*/

.main-header .main-box {
    position: relative;
    padding: 0px 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    background-color: #ffffff;
    -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.fixed-header .search-box-outer .dropdown-menu {
    top: 43px;
}

.fixed-header .outer-container {
    padding: 0px;
}

.main-header .main-box .outer-container {
    position: relative;
    margin: 0px 70px;
    border-bottom: 1px solid #d9d9d9;
}

.fixed-header.main-header .main-box .outer-container {
    border-bottom-color: rgba(0, 0, 0, 0);
}

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

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

.main-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    -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.fixed-header .nav-outer .search-box-outer {
    margin-top: -10px;
}

.main-header.fixed-header .main-box .logo-box .logo img {
    /*height:60px;*/
}

.main-header .nav-toggler {
    position: relative;
    right: 0px;
    width: 44px;
    height: 46px;
    top: 50%;
    margin-top: 0px;
    display: block;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #dddddd;
}

.main-header .nav-toggler button {
    position: relative;
    left: 12px;
    display: block;
    color: #444444;
    text-align: center;
    font-size: 20px;
    line-height: 44px;
    background: none;
    font-weight: 600;
}

.main-header .nav-outer {
    position: relative;
    float: right;
    padding-right: 65px;
}

.main-header .nav-outer .search-box-outer {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -10px;
    display: block;
    color: #333333;
}

.main-header .search-box-btn {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 21px !important;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    background: none;
    width: 36px;
    text-align: right;
    border-left: 1px solid #a7a7a7;
    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 .search-box-outer .dropdown-menu {
    top: 43px;
    right: 0px;
    padding: 0px;
    width: 280px;
    border-radius: 0px;
    border-top: 3px solid #d9b256;
}

.main-header .search-box-outer .dropdown-menu>li {
    padding: 0px;
    border: none;
    background: none;
}

.main-header .search-panel .form-container {
    padding: 25px 20px;
}

.main-header .search-panel .form-group {
    position: relative;
    margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
    display: block;
    width: 100%;
    height: 40px;
    color: #000000;
    line-height: 24px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 7px 40px 7px 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-header .search-panel input:focus,
.main-header .search-panel select:focus {
    border-color: #d9b256;
}

.main-header .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555555;
    font-size: 12px;
    background: none;
    cursor: pointer;
}

.main-menu {
    position: relative;
    float: left;
    -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-menu .navbar-collapse {
    padding: 0px;
}

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

.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 0px 0px;
    margin-left: 25px;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    padding: 20px 0px;
    color: #242424;
    text-align: center;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

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

.main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a:before {
    width: 100%;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    margin-top: 1px;
    width: 230px;
    z-index: 100;
    display: none;
    padding: 0px 0px;
    background: #ffffff;
    border: 1px solid #d0d0d0;
    border-top: 3px solid #353535;
    font-family: 'Montserrat', sans-serif;
    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.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}

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

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 25px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    color: #797979;
    text-align: left;
    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;
}

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

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

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

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 230px;
    z-index: 100;
    display: none;
    background: #ffffff;
    border: 1px solid #d0d0d0;
    border-top: 3px solid #353535;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}

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

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 25px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    color: #797979;
    text-align: left;
    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;
}

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

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

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    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;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .header-upper {
    position: relative;
    background: #ffffff;
    z-index: 5;
    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 img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.main-header .header-upper .logo-outer {
    position: relative;
    z-index: 25;
    padding: 18px 0px;
}

.main-header .header-upper .upper-right {
    position: relative;
    padding-top: 30px;
}

.main-header .info-box {
    position: relative;
    float: left;
    margin-left: 23px;
    font-size: 13px;
    color: #777777;
    text-align: left;
    padding: 0px 22px 0px 36px;
    border-right: 1px solid rgba(110, 106, 102, 0.50);
}

.main-header .info-box .icon-box {
    position: absolute;
    left: 0px;
    top: -5px;
    color: #919191;
    font-size: 24px;
    text-align: left;
    line-height: 1em;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .info-box li {
    position: relative;
    line-height: 20px;
    color: #242424;
    font-size: 18px;
    font-weight: 600;
}

/*Sticky Header*/

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #ffffff;
    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: 10px 0px 10px;
}

.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;
    -webkit-box-shadow: 0px 6px 15px 0px rgba(246, 246, 246, 0.60);
    -moz-box-shadow: 0px 6px 15px 0px rgba(246, 246, 246, 0.60);
    box-shadow: 0px 6px 15px 0px rgba(246, 246, 246, 0.60);
}

.main-header .sticky-header .main-menu .navigation>li {
    margin-right: 0px;
    margin-left: 30px;
}

.main-header .sticky-header .main-menu .navigation>li>a {
    color: #333333;
}

.main-header .sticky-header .right-col {
    position: relative;
}

/*** 

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

***/

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

.sec-title .title {
    position: relative;
    font-size: 20px;
    font-style: italic;
    color: #222222;
    margin-bottom: 5px;
    display: inline-block;
    font-family: 'Playfair Display', serif;
}

.sec-title .title:before {
    position: absolute;
    content: '';
    left: 110%;
    bottom: 2px;
    width: 35px;
    height: 2px;
    background-color: #d9b256;
}

.sec-title h3 {
    position: relative;
    font-size: 35px;
    font-weight: 700;
    color: #242424;
    line-height: 1.2em;
    display: block;
}

.sec-title strong {
    position: relative;
    font-size: 45px;
    font-weight: 700;
    color: #d9b256;
    line-height: 1.2em;
    display: block;
}

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

/*** 

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

***/

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

.sec-title-two h2 {
    position: relative;
    font-weight: 700;
    font-size: 35px;
    color: #242424;
    line-height: 1.2em;
    display: inline-block;
}

.sec-title-two h2:after {
    position: absolute;
    content: '';
    left: 105%;
    bottom: 4px;
    width: 35px;
    height: 2px;
    background-color: #d9b256;
}

.sec-title-two .text {
    position: relative;
    color: #666666;
    font-size: 16px;
    margin-top: 15px;
}

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

.sec-title-two.style-two h2 {
    color: #242424;
}

.sec-title-two.style-two h2:after {
    background-color: #242424;
}

/*** 

====================================================================
	Left Fixed Info Bar
====================================================================

***/

.left-info-bar {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 100%;
    display: block;
    padding-top: 75px;
}

.left-info-bar .number {
    position: absolute;
    top: 280px;
    left: 22px;
    font-size: 16px;
    width: 300px;
    font-weight: 600;
    color: rgba(35, 35, 35, 0.50);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: left top;
}

.left-info-bar .social-icon-one {
    position: absolute;
    /*bottom:10px;*/
    top: 350px;
    left: 28px;
}

/*** 

====================================================================
	Main Slider 
====================================================================

***/

.main-slider {
    position: relative;
    z-index: 10;
}

.main-slider .tp-caption {
    z-index: 5;
}

.main-slider .tp-dottedoverlay {
    background: none !important;
}

.main-slider .shape-image,
.main-slider .shape-image-2 {
    display: block;
    width: 400px;
    height: 450px;
    background-color: #d7c8c3;
}


/*MAIN SLIDER 1*/

.main-slider-one .content-inner {
    position: relative;
    text-align: right;
}

.main-slider-one .content-inner h2 {
    position: relative;
    color: #242424;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.main-slider-one .content-inner .view-projects {
    position: relative;
    font-size: 17px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 2px solid rgba(255, 255, 255, 0.50);
}

.main-slider-one .content-inner .title {
    position: relative;
    font-size: 22px;
    color: #242424;
    font-style: italic;
    line-height: 1.2em;
    margin-bottom: 20px;
    display: inline-block;
    font-family: 'Lora', serif;
    border-bottom: 1px solid #c62828;
    padding-bottom: 3px;
}

.main-slider-one .content-inner .title:after {
    position: absolute;
    content: '';
    left: 107%;
    bottom: 4px;
    width: 75px;
    height: 1px;
    background-color: #242424;
}

.main-slider-one .content-inner .logo-title {
    position: center;
    margin-bottom: 45px;
}

.main-slider-one .content-inner .logo-title img {
    position: center;
    width: auto;
}

.main-slider-one .content-inner .view-projects {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    line-height: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #FF4136;
    padding-bottom: 3px;
}

/*MAIN SLIDER 2*/

.main-slider-two .content {
    position: relative;
}

.main-slider-two .content .title {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 15px;
    display: inline-block;
    font-family: 'Lora', serif;
}

.main-slider-two .content .title:after {
    position: absolute;
    content: '';
    left: 105%;
    bottom: 0px;
    width: 70px;
    height: 1px;
    background-color: #ffffff;
}

.main-slider-two .content h2 {
    position: relative;
    color: #ffffff;
    font-size: 65px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.main-slider-two .content .go-to-devis {
    position: relative;
    font-size: 19px;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

/*MAIN SLIDER 3*/

.main-slider-three .content {
    position: relative;
}

.main-slider-three .content .title {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 15px;
    display: inline-block;
    font-family: 'Lora', serif;
}

.main-slider-three .content .title:after {
    position: absolute;
    content: '';
    left: 105%;
    bottom: 0px;
    width: 70px;
    height: 1px;
    background-color: #ffffff;
}

.main-slider-three .content h2 {
    position: relative;
    color: #ffffff;
    font-size: 65px;
    font-weight: 700;
    line-height: 1.1em;
}


/*MAIN SLIDER 4*/
.main-slider-four .shape-image-two {
    display: block;
    width: 570px;
    height: 1600px;
    background: #242424;
}

.main-slider-four .content {
    position: relative;
    max-width: 380px;
    padding-bottom: 20px;
}

.main-slider-four .content .logo-title {
    position: relative;
    margin-bottom: 45px;
}

.main-slider-four .content .logo-title img {
    position: relative;
    width: auto;
}

.main-slider-four .content .title {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-style: italic;
    line-height: 1.2em;
    margin-bottom: 20px;
    display: inline-block;
    font-family: 'Lora', serif;
}

.main-slider-four .content .title:after {
    position: absolute;
    content: '';
    left: 107%;
    bottom: 4px;
    width: 75px;
    height: 1px;
    background-color: #ffffff;
}

.main-slider-four .content h2 {
    position: relative;
    color: #ffffff;
    font-size: 68px;
    line-height: 1.em;
    margin-bottom: 35px;
}

.main-slider-four .content h2 span {
    font-family: 'Lora', serif;
    font-size: 66px;
    font-style: italic;
    text-transform: uppercase;
}

.main-slider-four .content .view-projects {
    position: relative;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    line-height: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

/*MAIN SLIDER 5*/

.main-slider-five .content {
    position: relative;
}

.main-slider-five .content .title {
    position: relative;
    font-style: italic;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2em;
    display: inline-block;
    font-family: 'Lora', serif;
}

.main-slider-five .content .title:after {
    position: absolute;
    content: '';
    left: 110%;
    bottom: 0px;
    height: 1px;
    width: 72px;
    background-color: #ffffff;
}

.main-slider-five .content h1 {
    position: relative;
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.15em;
}

.main-slider-five .content .text {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.6em;
}

.main-slider .tp-bannertimer {
    display: none !important;
}

.main-slider .metis.tparrows {
    background: #242424;
    color: #ffffff;
}

.main-slider .metis.tparrows:hover {
    background: #d9b256;
    color: #ffffff;
}

.main-slider .metis.tparrows:before {
    color: #ffffff;
}

/*** 

====================================================================
	Main Slider Two
====================================================================

***/

.banner-thumbs-carousel {
    position: relative;
    z-index: 10;
}

.banner-thumbs-carousel .full-screen-outer .owl-nav,
.banner-thumbs-carousel .full-screen-outer .owl-dots {
    display: none;
}

.banner-thumbs-carousel .full-screen-outer .outer-container {
    position: relative;
}

.banner-thumbs-carousel .full-screen-outer .slide-item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-thumbs-carousel .thumbs-outer-box {
    position: absolute;
    left: 0px;
    bottom: 30px;
    padding: 0px 40px;
    width: 100%;
    z-index: 10;
}

.banner-thumbs-carousel .thumbs-outer-box .thumbs-carousel {
    position: relative;
    width: auto;
}

.banner-thumbs-carousel .full-screen-outer .slide-item .content {
    position: absolute;
    left: 80px;
    top: 100px;
    width: 100%;
    padding: 0px 0px;
    opacity: 0;
    -webkit-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    -o-transform: translateX(-120px);
    -moz-transform: translateX(-120px);
    transform: translateX(-120px);
}

.banner-thumbs-carousel .full-screen-outer .active .slide-item .content {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-thumbs-carousel .full-screen-outer .slide-item .content .title {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    padding-left: 90px;
    line-height: 1.2em;
    font-family: 'Montserrat', sans-serif;
}

.banner-thumbs-carousel .full-screen-outer .slide-item .content .title:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 5px;
    width: 70px;
    height: 2px;
    background-color: #d9b256;
}

.banner-thumbs-carousel .full-screen-outer .slide-item .content h3 {
    position: relative;
    color: #ffffff;
    font-size: 65px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.banner-thumbs-carousel .thumbs-outer-box .thumbs-carousel .slide-item {
    position: relative;
    cursor: pointer;
}

.banner-thumbs-carousel .thumbs-outer-box .thumbs-carousel .slide-item .image:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    background-color: rgba(0, 0, 0, 0.20);
}

.banner-thumbs-carousel .thumbs-outer-box .thumbs-carousel .owl-prev,
.banner-thumbs-carousel .thumbs-outer-box .thumbs-carousel .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
}

.banner-thumbs-carousel .thumbs-outer-box .thumbs-carousel .owl-prev {
    left: -40px;
}

.banner-thumbs-carousel .thumbs-outer-box .thumbs-carousel .owl-next {
    right: -40px;
}

.fixed-footer {
    position: relative;
    text-align: center;
}

.fixed-footer .copyright {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    color: #797979;
    font-size: 15px;
    padding: 22px 0px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}


/*** 

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

***/

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

.studio-section .content-column {
    position: relative;
    margin-bottom: 40px;
}

.studio-section .content-column .inner-column {
    position: relative;
}

.studio-section .content-column .inner-column .text {
    position: relative;
    margin-bottom: 20px;
}

.studio-section .content-column .inner-column .text p {
    position: relative;
    color: #666666;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 25px;
}

.studio-section .content-column .inner-column .text p:last-child {
    margin-bottom: 0px;
}

.studio-section .content-column .inner-column .styled-text {
    position: relative;
    font-style: italic;
    font-size: 20px;
    color: #222222;
    line-height: 1.6em;
    margin-bottom: 25px;
    font-family: 'Lora', serif;
}

.studio-section .content-column .inner-column .view-projects {
    position: relative;
    color: #d9b256;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.studio-section .content-column .inner-column .view-projects:hover {
    text-decoration: underline;
}

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

.studio-section .image-column .image {
    position: relative;
    padding-right: 30px;
    padding-top: 30px;
}

.studio-section .image-column .image:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    bottom: 30px;
    left: 30px;
    background-color: #d9b256;
}

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

/*** 

====================================================================
	Specilazation Section
====================================================================

***/

.specilazation-section {
    position: relative;
    padding: 100px 140px 60px;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: #28292d;
    margin-bottom: 100px;
}

.specilazation-section .inner-content,
.specilazation-section .sec-title-two {
    position: relative;
    margin-left: 180px;
}

.specilazation-section .inner-content .big-text {
    position: relative;
    font-size: 22px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 10px;
}

.specilazation-section .inner-content .text {
    position: relative;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 40px;
    max-width: 1050px;
}

.services-outer {
    position: relative;
    max-width: 720px;
}

.specilazation-block {
    position: relative;
}

.specilazation-block:nth-child(2),
.specilazation-block:nth-child(3) {
    text-align: center;
}

.specilazation-block .inner {
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
}

.specilazation-block .inner .inner-most {
    position: relative;
    text-align: left;
    display: inline-block;
}

.specilazation-block .inner .icon-box {
    position: relative;
    color: #d9b256;
    font-size: 60px;
    line-height: 1em;
    margin-bottom: 15px;
}

.specilazation-block .inner h3 {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.specilazation-block .inner h3 a {
    position: relative;
    color: #ffffff;
}

.specilazation-block .inner h3 a:hover {
    text-decoration: underline;
}

.specilazation-block.style-two .inner h3 a {
    color: #242424;
}

.specilazation-block:last-child .inner {
    border: none;
}

/*** 

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

***/

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

.project-section .sec-title {
    margin-bottom: 52px;
}

.project-block {
    position: relative;
    margin-bottom: 80px;
}

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

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

.project-block .inner-box .image-column .image {
    position: relative;
    display: block;
    background: #0b0b0b;
    overflow: hidden;
}

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

.project-block .inner-box .image-column .image img:hover {
    opacity: 0.50;
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.project-block .inner-box .content-column {
    position: relative;
}

.project-block .inner-box .content-column .inner-column {
    position: relative;
    z-index: 1;
    margin-top: 45px;
    margin-left: -40px;
    padding: 50px 0px 40px 60px;
}

.project-block .inner-box .content-column .inner-column h2 {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2em;
    text-transform: capitalize;
}

.project-block .inner-box .content-column .inner-column h2 a {
    position: relative;
    -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-block .inner-box .content-column .inner-column h2:before {
    position: absolute;
    content: '';
    top: 18px;
    right: 103%;
    width: 82px;
    height: 2px;
}

.project-block .inner-box .content-column .inner-column .text {
    position: relative;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 18px;
}

.project-block .inner-box .content-column .inner-column .read-more {
    position: relative;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}


.project-block-two {
    position: relative;
    margin-bottom: 80px;
}

.project-block-two .inner-box {
    position: relative;
}

.project-block-two .inner-box .image-column {
    position: relative;
}

.project-block-two .inner-box .image-column .image {
    position: relative;
    display: block;
    background: #0b0b0b;
    overflow: hidden;
}

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

.project-block-two .inner-box .image-column .image img:hover {
    opacity: 0.50;
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.project-block-two .inner-box .content-column {
    position: relative;
}

.project-block-two .inner-box .content-column .inner-column {
    position: relative;
    margin-top: 50px;
    z-index: 1;
    margin-right: -40px;
    padding: 50px 60px 40px 40px;
}

.project-block-two .inner-box .content-column .inner-column h2 {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2em;
    text-transform: capitalize;
}

.project-block-two .inner-box .content-column .inner-column h2 a {
    -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-block-two .inner-box .content-column .inner-column h2:before {
    position: absolute;
    content: '';
    top: 18px;
    left: 103%;
    width: 82px;
    height: 2px;
}

.project-block-two .inner-box .content-column .inner-column .text {
    position: relative;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 18px;
}

.project-block-two .inner-box .content-column .inner-column .read-more {
    position: relative;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

/*** 

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

***/

.testimonial-section {
    position: relative;
    padding: 90px 0px 120px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 41, 50, 0.80);
}

.testimonial-block-one {
    position: relative;
}

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

.testimonial-block-one .inner-box .quote-icon {
    position: relative;
    color: #e2b13c;
    font-size: 28px;
    margin-bottom: 40px;
}

.testimonial-block-one .inner-box .text {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 400;
    font-style: italic;
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 30px;
    font-family: 'Lora', serif;
}

.testimonial-block-one .inner-box .author-name {
    position: relative;
    width: 100%;
    text-align: center;
    line-height: 1em;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #d9b256;
    text-transform: uppercase;
}

.testimonial-section .client-thumb-outer {
    position: relative;
    max-width: 250px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 22px;
    padding-bottom: 35px;
}

.testimonial-section .client-thumb-outer .thumb-item .quote-icon {
    position: absolute;
    left: 50%;
    bottom: -35px;
    color: #ffffff;
    width: 44px;
    height: 44px;
    font-size: 14px;
    z-index: 999;
    opacity: 0;
    margin-left: -22px;
    line-height: 44px;
    border-radius: 50%;
    background-color: #d9b256;
}

.testimonial-section .client-thumb-outer .owl-item.active .thumb-item .quote-icon {
    opacity: 1;
}

.testimonial-section .client-thumb-outer .owl-item.active .thumb-item .thumb-box {
    z-index: 999;
    -o-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel {
    position: relative;
    max-width: 80px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-section .client-thumb-outer .thumb-item .thumb-box {
    width: 80px;
    height: 80px;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 auto;
    z-index: -1;
    overflow: hidden;
    -o-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-section .client-thumb-outer .owl-item {
    z-index: 0;
}

.testimonial-section .client-thumb-outer .owl-item.active {
    z-index: 10;
}

.testimonial-section .client-thumb-outer .thumb-item .thumb-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.50);
}

.testimonial-section .client-thumb-outer .owl-item.active .thumb-box:before {
    opacity: 0;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .thumb-item img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.testimonial-section .owl-item.active .thumb-content {
    opacity: 1;
}

.testimonial-section .owl-nav {
    position: absolute;
    left: 50%;
    top: -90px;
    width: 100%;
    max-width: 710px;
    margin-left: -355px;
}

.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next {
    position: absolute;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    background: none;
    border: 2px solid #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-section .owl-nav .owl-prev {
    left: 0px;
}

.testimonial-section .owl-nav .owl-next {
    right: 0px;
}

.testimonial-section .owl-dots {
    position: absolute;
    right: -80px;
    top: 0px;
    display: none;
}

.testimonial-section .owl-dots .owl-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-bottom: 8px;
    background-color: #ffffff;
}

.testimonial-section .owl-dots .owl-dot.active {
    position: relative;
    left: -2px;
    width: 8px;
    height: 8px;
    background: none;
    border: 1px solid #ffffff;
}

.testimonial-section.style-two {
    background-color: #d9b256;
    padding-top: 275px;
    margin-top: -190px;
}

.testimonial-section.style-two .client-thumb-outer .thumb-item .quote-icon {
    background-color: #242424;
}

.testimonial-section.style-two .testimonial-block-one .inner-box .author-name {
    color: #ffffff;
}

.testimonial-section.style-two:before {
    display: none;
}

.testimonial-section.style-three {
    padding-bottom: 90px;
}

.testimonial-section.style-three:before {
    display: none;
}

.testimonial-section.style-three .owl-nav .owl-prev,
.testimonial-section.style-three .owl-nav .owl-next {
    color: #242424;
    border-color: #242424;
}

.testimonial-section.style-three .inner-box .text {
    color: #242424;
}

.testimonial-section.style-three .owl-dots .owl-dot {
    background-color: #000000;
}

.testimonial-section.style-three .owl-dots .owl-dot.active {
    border-color: #000000;
    background-color: #ffffff;
}

/*** 

====================================================================
	Clients Section
====================================================================

***/

.clients-section {
    position: relative;
    padding: 95px 0px 70px;
}

.clients-section .sec-title-two {
    margin-bottom: 50px;
}

.clients-section .sponsors-outer {
    position: relative;
}

.clients-section .sponsors-outer .owl-dots,
.clients-section .sponsors-outer .owl-nav {
    position: relative;
    display: none;
}

.clients-section .sponsors-outer .image-box {
    position: relative;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.clients-section .sponsors-outer .image-box img {
    max-width: 100%;
    width: auto;
    opacity: 0.6;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.clients-section .sponsors-outer .image-box img:hover {
    opacity: 1;
}

.clients-section.style-two {
    padding-top: 0px;
}

.clients-section.style-two .sponsors-outer {
    padding-top: 60px;
    border-top: 1px solid #d9d9d9;
}

/*** 

====================================================================
	Form Section
====================================================================

***/

.form-section {
    position: relative;
    padding: 95px 0px 60px;
    background-color: #d9b256;
    background-position: right center;
    background-repeat: no-repeat;
}

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

.form-section .form-column .inner-column {
    position: relative;
    padding-right: 100px;
}

.form-section .info-column {
    position: relative;
}

.form-section .info-column .inner-column {
    position: relative;
    padding-left: 80px;
    margin-top: 30px;
    border-left: 1px solid #222222;
}

/*** 

====================================================================
	Default Form
====================================================================

 ***/

.default-form {
    position: relative;
}

.default-form .form-group {
    position: relative;
    margin-bottom: 18px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="email"],
.default-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 18px;
    padding: 10px 0px;
    height: 60px;
    font-size: 16px;
    font-weight: 400;
    color: #242424;
    background: none;
    border-bottom: 1px solid #242424;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 10px 0px;
    color: #777777;
    height: 125px;
    font-size: 15px;
    resize: none;
    background: none;
    border-bottom: 1px solid #242424;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-form .form-group textarea::-webkit-input-placeholder,
.default-form .form-group input::-webkit-input-placeholder {
    color: #242424;
}

.default-form button {
    margin-top: 20px;
}

.default-form.style-two .form-group input,
.default-form.style-two .form-group textarea {
    color: #ffffff;
    border-color: #ffffff;
}

.default-form.style-two .form-group textarea::-webkit-input-placeholder,
.default-form.style-two .form-group input::-webkit-input-placeholder {
    color: #ffffff;
    font-weight: 600;
}

/*** 

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

***/

.main-footer {
    position: relative;
    background-color: #d7c8c3;
}

.main-footer .widgets-section {
    position: relative;
    padding: 70px 0 40px;
}

.main-footer .footer-widget {
    margin-bottom: 30px;
}

.main-footer .footer-widget h2 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #242424;
    margin-bottom: 25px;
}

.main-footer .logo-widget .text {
    margin-top: 15px;
    color: #555555;
    font-size: 15px;
}

.main-footer .links-widget .footer-list li {
    margin-bottom: 10px;
}

.main-footer .links-widget .footer-list li a {
    color: #555555;
    transition: all 0.3s ease;
}

.main-footer .links-widget .footer-list li a:hover {
    color: #c62828;
    padding-left: 5px;
}

.main-footer .contact-widget ul li {
    position: relative;
    padding-left: 30px;
    color: #555555;
    margin-bottom: 15px;
}

.main-footer .contact-widget ul li .fa {
    position: absolute;
    left: 0;
    top: 5px;
    color: #c62828;
}

.main-footer .contact-widget ul li a {
    color: #242424;
    text-decoration: underline;
}
.main-footer .contact-widget ul li a:hover {
    color: #c62828;
}

/* Footer Bottom */
.main-footer .footer-bottom {
    position: relative;
    padding: 20px 0;
    background-color: rgba(0,0,0,0.05);
}

.main-footer .footer-bottom .inner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-footer .copyright-text {
    color: #555555;
}

.main-footer .copyright-text a {
    color: #242424;
    font-weight: normal;
}

.main-footer .copyright-text a:hover {
    color: #c62828;
}

/* Responsive Footer */
@media (max-width: 991px) {
    .footer-column {
        text-align: center;
    }
    .main-footer .contact-widget ul li {
        padding-left: 0;
        text-align: center;
    }
    .main-footer .contact-widget ul li .fa {
        display: none;
    }
    .main-footer .footer-bottom .inner-container {
        flex-direction: column;
    }
    .main-footer .footer-nav {
        margin-bottom: 15px;
    }
    .main-footer .logo-widget {
        padding-left: 0;
    }
}


/*** 

====================================================================
	Architecture Section
====================================================================

***/

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

.architecture-section .sec-title,
.architecture-section .sec-title-two {
    margin-bottom: 50px;
}

.architecture-block {
    position: relative;
    margin-bottom: 40px;
}

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

.architecture-block .inner-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    background: #000000;
}

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

.architecture-block .inner-box:hover .image img {
    opacity: 0.50;
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.architecture-block .inner-box .lower-box {
    position: relative;
    padding-top: 24px;
}

.architecture-block .inner-box .lower-box h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    padding-left: 55px;
    line-height: 1em;
}

.architecture-block .inner-box .lower-box h3:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 2px;
    width: 35px;
    height: 2px;
    background-color: #d9b256;
}

.architecture-block .inner-box .lower-box h3 a {
    position: relative;
    color: #222222;
    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;
}

.architecture-block .inner-box .lower-box h3 a:hover {
    color: #d9b256;
}

/*** 

====================================================================
	Commitment Section
====================================================================

***/

.commitment-section {
    position: relative;
    background-color: #f9f9f9;
}

.commitment-section .outer-container {
    position: relative;
}

.commitment-section .outer-container .image-column {
    position: absolute;
    float: left;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.commitment-section .outer-container .image-column:after {
    position: absolute;
    content: '';
    right: 0px;
    width: 130px;
    height: 100%;
    background-color: #f9f9f9;
    border-left: 30px solid #ffffff;
}

.commitment-section .outer-container .image-column .image-box {
    position: relative;
    display: none;
}

.commitment-section .outer-container .image-column .image-box img {
    position: relative;
    width: 100%;
    display: block;
}

.commitment-section .outer-container .content-column {
    position: relative;
    width: 50%;
    float: right;
}

.commitment-section .outer-container .content-column .inner-column {
    position: relative;
    max-width: 1200px;
    margin-left: -100px;
    padding: 95px 15px 78px 70px;
}

.commitment-section .outer-container .content-column .inner-column .content {
    position: relative;
}

.commitment-section .content-column .inner-column h2 {
    position: relative;
    color: #242424;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 22px;
    display: inline-block;
}

.commitment-section .content-column .inner-column h2:before {
    position: absolute;
    content: '';
    left: 105%;
    bottom: 5px;
    width: 35px;
    height: 2px;
    background-color: #d9b256;
}

.commitment-section .content-column .inner-column .big-text {
    position: relative;
    color: #242424;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.commitment-section .content-column .inner-column .text {
    position: relative;
    color: #242424;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 22px;
}

.commitment-section.style-two .outer-container .image-column:after {
    border-color: #6d6c76;
    background-color: #6d6c76;
}

.commitment-section.style-two {
    background: #6d6c76 url(../images/resource/pattern-5.png);
    background-position: right top;
    background-repeat: no-repeat;
}

/*** 

====================================================================
	Project Section Two
====================================================================

***/

.project-section-two {
    position: relative;
    padding: 95px 0px 70px;
}

.project-section-two .sortable-masonry {
    position: relative;
}

.project-section-two .sec-title {
    margin-bottom: 50px;
}

.project-section-two .sec-title .view-project {
    position: relative;
    color: #d9b256;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-top: 40px;
    text-transform: uppercase;
    border-bottom: 1px solid #d9b256;
}

.project-section-two .filters {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.project-section-two .filters .filter-tabs {
    position: relative;
    margin-bottom: 40px;
}

.project-section-two .filters .filter-tabs .filter {
    position: relative;
    color: #303030;
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 15px;
    font-weight: 600;
    padding-left: 20px;
    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;
    font-family: 'Montserrat', sans-serif;
}

.project-section-two .filters .filter-tabs .filter:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.project-section-two .filters .filter-tabs .filter:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 14px;
    width: 10px;
    height: 1px;
    background-color: #303030;
}

.project-section-two .filters .filter-tabs .filter.active,
.project-section-two .filters .filter-tabs .filter:hover {
    color: #d2b871;
}

.project-section-two .items-container {
    position: relative;
    margin-left: 200px;
}

/*Gallery Item*/

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

.gallery-item .inner-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

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

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

.gallery-item .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #ffffff;
    text-align: center;
    background: rgba(0, 0, 0, 0.30);
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translate(0%, 100%);
    -ms-transform: translate(0%, 100%);
    -o-transform: translate(0%, 100%);
    -moz-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
}

.gallery-item .inner-box:hover .overlay-box {
    opacity: 1;
    -webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    -moz-transform: translate(0%);
    transform: translate(0%);
}

.gallery-item .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}

.gallery-item .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.gallery-item .overlay-inner .link {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 52px;
    border-radius: 50%;
    margin: 0px 5px;
    display: inline-block;
    background-color: #d2b871;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-item .overlay-inner .link .icon {
    position: relative;
}

.gallery-item .overlay-inner .link:hover {
    color: #666666;
    background-color: rgba(255, 255, 255, 1);
}

/*** 

====================================================================
	News Section
====================================================================

***/

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

.news-section .sec-title-two {
    margin-bottom: 50px;
}

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

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

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

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

.news-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.news-block .inner-box .image .overlay-box .content-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 0px 28px 30px;
}

.news-block .inner-box .image .overlay-box .content-box .post-date {
    position: relative;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 8px;
}

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

.news-block .inner-box .image .overlay-box .content-box .content h3 {
    position: relative;
    font-size: 18px;
    line-height: 1.5em;
}

.news-block .inner-box .image .overlay-box .content-box .content h3 a {
    position: relative;
    color: #ffffff;
    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;
}

.news-block .inner-box .image .overlay-box .content-box .content h3 a:hover {
    color: #d2b871;
    text-decoration: underline;
}

/*News Block Two*/

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

.news-block-two .inner-box {
    position: relative;
    padding: 38px 35px 22px;
    border: 1px solid #e1e1e1;
    background-color: #fbfbfb;
    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;
}

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

.news-block-two .inner-box .upper-box .post-date {
    position: relative;
    color: #616161;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
    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;
}

.news-block-two .inner-box .upper-box h3 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #282828;
    line-height: 1.6em;
    margin-bottom: 15px;
}

.news-block-two .inner-box .upper-box h3 a {
    position: relative;
    color: #282828;
    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;
}

.news-block-two .inner-box .upper-box .text {
    position: relative;
    color: #9b9b9b;
    font-size: 16px;
    line-height: 1.9em;
    margin-bottom: 18px;
    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;
}

.news-block-two .inner-box .lower-box {
    position: relative;
    padding-top: 14px;
    border-top: 2px solid #eaeaea;
}

.news-block-two .inner-box .lower-box .info-tag {
    position: relative;
    color: #616161;
    font-size: 15px;
    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;
}

.news-block-two .inner-box:hover {
    border-color: #d9b256;
    background-color: #d9b256;
}

.news-block-two .inner-box:hover .post-date,
.news-block-two .inner-box:hover h3 a,
.news-block-two .inner-box:hover .text,
.news-block-two .inner-box:hover .lower-box .info-tag,
.news-block-two .inner-box:hover .lower-box .info-tag span {
    color: #ffffff;
}

.news-block-two.style-two .inner-box:hover {
    border-color: #242424;
    background-color: #242424;
}

.news-block-two.style-two .inner-box:hover .lower-box {
    border-top-color: rgba(255, 255, 255, 0.20);
}

/*** 

====================================================================
	Call Back Section
====================================================================

***/

.in-touch-section {
    position: relative;
    background: #d9b256 url(../images/resource/pattern-3.png) left bottom no-repeat;
}

.in-touch-section .outer-container {
    position: relative;
}

.in-touch-section .outer-container .left-column {
    position: relative;
    width: 50%;
    float: left;
}

.in-touch-section .outer-container .left-column .content {
    position: relative;
    max-width: 600px;
    float: right;
    width: 100%;
    padding: 95px 100px 80px 15px;
}

.in-touch-section .outer-container .left-column .content h2 {
    position: relative;
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 25px;
    display: inline-block;
}

.in-touch-section .outer-container .left-column .content h2:after {
    position: absolute;
    content: '';
    left: 105%;
    bottom: 5px;
    width: 40px;
    height: 2px;
    background-color: #ffffff;
}

.in-touch-section .outer-container .right-column {
    position: absolute;
    width: 50%;
    right: 0px;
    height: 100%;
    float: left;
    min-height: 400px;
}

.in-touch-section .outer-container .right-column .map-outer .map-canvas {
    position: absolute;
    right: 0px;
    height: 100%;
    width: 100%;
    min-height: 400px;
}

/*** 

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

***/

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

.gallery-title {
    position: relative;
    margin-bottom: 45px;
    text-align: center;
    padding-bottom: 25px;
}

.gallery-title:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 90px;
    height: 3px;
    margin-left: -45px;
    background-color: #d9b256;
}

.gallery-title h2 {
    position: relative;
    font-size: 70px;
    font-weight: 700;
    color: #242424;
    line-height: 1em;
    margin-bottom: 20px;
}

.gallery-title h2 span {
    position: relative;
}

.gallery-title h2 span:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 13px;
    width: 100%;
    border-bottom: 4px solid #d9b256;
}

.gallery-title .text {
    position: relative;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 1.8em;
}

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

.gallery-section .filters .filter-tabs {
    position: relative;
}

.gallery-section .filters li {
    position: relative;
    display: inline-block;
    color: #242424;
    padding: 0px 0px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    margin: 0px 20px 10px;
    text-transform: uppercase;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    font-family: 'Montserrat', sans-serif;
}

.gallery-section .filters li:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 5px;
    width: 100%;
    height: 3px;
    opacity: 0;
    z-index: -1;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background-color: #d9b256;
}

.gallery-section .filters .filter.active:after,
.gallery-section .filters .filter:hover::after {
    opacity: 1;
}

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

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

.gallery-section .filter-list {
    margin: 0px -1px;
}

.gallery-section .gallery-item {
    padding: 0px 1px;
    margin-bottom: 2px;
}

/*** 

====================================================================
	Fluid Section Two
====================================================================

***/

.fluid-section-two {
    position: relative;
    padding: 0px;
    background-color: #353535;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.fluid-section-two:before {
    content: '';
    position: absolute;
    top: 0px;
    width: 50%;
    height: 100%;
    background: #d9b256;
    z-index: 1;
}

.fluid-section-two:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #2f2f2f;
    opacity: 0.80;
}

.fluid-section-two .outer-container {
    position: relative;
    z-index: 2;
}

.fluid-section-two .outer-container .left-column {
    position: relative;
    float: left;
    width: 50%;
}

.fluid-section-two .since-year {
    position: absolute;
    bottom: 40px;
    left: 50px;
    font-size: 20px;
    font-weight: 400;
    color: #222222;
    z-index: 10;
    display: inline-block;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: left bottom;
    font-family: 'Playfair Display', serif;
}

.fluid-section-two .since-year:before {
    position: absolute;
    content: '';
    left: 109%;
    bottom: 7px;
    width: 35px;
    height: 2px;
    background-color: #222222;
}

.fluid-section-two .outer-container .left-column .inner {
    position: relative;
    max-width: 550px;
    padding: 90px 20px 90px 0px;
}

.fluid-section-two .outer-container .left-column .inner h2 {
    position: relative;
    font-size: 35px;
    font-weight: 700;
    color: #333333;
    line-height: 1.4em;
    margin-bottom: 20px;
}

.fluid-section-two .outer-container .left-column .inner h2 span {
    color: #ffffff;
    display: block;
    font-size: 45px;
}

.fluid-section-two .outer-container .left-column .inner .big-text {
    position: relative;
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.6em;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
}

.fluid-section-two .outer-container .left-column .inner .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8em;
}

.fluid-section-two .outer-container .right-column {
    position: relative;
    float: left;
    width: 50%;
}

.fluid-section-two .outer-container .right-column .inner-box {
    position: relative;
    padding: 95px 15px 80px 50px;
}

.fluid-section-two .outer-container .right-column .inner-box h2 {
    position: relative;
    font-weight: 700;
    color: #ffffff;
    font-size: 35px;
    line-height: 1.2em;
    margin-bottom: 15px;
    display: inline-block;
}

.fluid-section-two .outer-container .right-column .inner-box h2:after {
    position: absolute;
    content: '';
    left: 109%;
    bottom: 7px;
    width: 35px;
    height: 2px;
    background-color: #d9b256;
}

/*Skills Section*/

.skills .skill-item {
    position: relative;
    margin-bottom: 25px;
}

.skills .skill-item:last-child {
    margin-bottom: 0px;
}

.skills .skill-item .skill-bar {
    position: relative;
    width: 100%;
    height: 3px;
}

.skills .skill-item .skill-bar .bar-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 3px;
    background: rgba(255, 255, 255, 0.10);
}

.skills .skill-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 3px;
    width: 0px;
    border-bottom: 3px solid #d9b256;
    -webkit-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    transition: all 2000ms ease;
}

.skills .skill-item .skill-header {
    position: relative;
    line-height: 30px;
    margin-bottom: 8px;
}

.skills .skill-item .skill-header .skill-title {
    position: relative;
}

.skills .skill-item .skill-header .skill-title {
    float: left;
    color: #ffffff;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

.skills .skill-item .skill-header .skill-percentage {
    position: relative;
    float: right;
    font-weight: 400;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

/*** 

====================================================================
	We Do Section
====================================================================

***/

.we-do-section {
    position: relative;
    padding: 95px 0px 70px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.we-do-section .title-column {
    position: relative;
    margin-bottom: 35px;
}

.we-do-section .title-column .inner-column {
    position: relative;
    padding-right: 70px;
    border-right: 1px solid #d2d2d2;
}

.we-do-section .title-column .bold-text {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    font-weight: 700;
    color: #242424;
    margin-bottom: 8px;
}

.we-do-section .title-column .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 22px;
}

.we-do-section .content-column {
    position: relative;
}

.we-do-section .content-column .inner-column {
    position: relative;
    padding-left: 40px;
    padding-right: 120px;
}

.we-do-section .content-column .inner-column h2 {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    color: #242424;
    line-height: 1.4em;
    margin-bottom: 18px;
}

.we-do-section .content-column .inner-column .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 28px;
}

.we-do-section .content-column .inner-column .request-call {
    position: relative;
    font-size: 15px;
    font-weight: 700;
    color: #d9b256;
    text-transform: uppercase;
    border-bottom: 1px solid #d9b256;
}

/*** 

====================================================================
	Project Section Three
====================================================================

***/

.project-section-three {
    position: relative;
    padding-top: 40px;
}

.project-section-three .filters {
    position: relative;
    padding-bottom: 25px;
    padding-top: 38px;
}

.project-section-three .filters li {
    position: relative;
    line-height: 24px;
    padding: 0px 0px;
    cursor: pointer;
    color: #303030;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 35px;
    text-transform: capitalize;
    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;
}

.project-section-three .filters li:hover,
.project-section-three .filters li.active {
    color: #d9b256;
}

.project-section-three .gallery-item {
    padding: 0px 1px;
    margin-bottom: 2px;
}

.project-section-three.style-two {
    padding-top: 95px;
}

/*** 

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

***/

.about-section {
    position: relative;
}

.about-section .content-column {
    position: relative;
    padding-bottom: 40px;
}

.about-section .content-column h2 {
    position: relative;
    font-size: 35px;
    font-weight: 700;
    color: #242424;
    line-height: 1.2em;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.about-section .content-column h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 70px;
    height: 2px;
    background-color: #d9b256;
}

.about-section .content-column .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 30px;
}

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

.about-section .video-column .inner-column {
    position: relative;
    padding-left: 20px;
}

.about-section .inner-container {
    position: relative;
    padding: 95px 0px 85px;
    border-bottom: 1px solid #dddddd;
}

/*Video Box*/

.video-box {
    position: relative;
}

.video-box .image img {
    position: relative;
    width: 100%;
}

.video-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    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;
    background-color: rgba(0, 0, 0, 0.25);
}

.video-box:hover .overlay-box {
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.50);
}

.video-box .overlay-box span {
    position: relative;
    top: 50%;
    color: #ffffff;
    font-weight: 300;
    font-size: 64px;
    margin-top: -28px;
    padding-left: 4px;
    display: inline-block;
}

/*** 

====================================================================
	Experts Section
====================================================================

***/

.experts-section {
    position: relative;
    padding-top: 75px;
    z-index: 1;
}

.experts-section .sec-title-two {
    margin-bottom: 50px;
}

.experts-section .team-block {
    position: relative;
    padding: 0px;
    margin-bottom: 30px;
}

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

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

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

.team-block .inner-box .overlay-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
    background: rgba(47, 47, 47, 0.80);
    opacity: 0;
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px);
    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;
}

.team-block .inner-box:hover .overlay-box {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

.team-block .inner-box .overlay-box .social-links {
    position: absolute;
    left: 0px;
    bottom: 30px;
    width: 100%;
}

.team-block .inner-box .overlay-box .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 12px;
    line-height: 24px;
}

.team-block .inner-box .overlay-box .social-links li a {
    position: relative;
    color: #d9b256;
    font-size: 20px;
    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;
}

.team-block .inner-box .overlay-box .social-links li a:hover {
    color: #ffffff;
}

.team-block .inner-box .lower-box {
    position: relative;
    padding-top: 18px;
}

.team-block .inner-box .lower-box h3 {
    position: relative;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
}

.team-block .inner-box .lower-box h3 a {
    position: relative;
    color: #ffffff;
}

/*** 

====================================================================
	Portfolio Section
====================================================================

***/

.portfolio-section {
    position: relative;
}

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

.gallery-content.style-two .inner-box {
    background-color: #2e2e2e;
}

.gallery-content .inner-box {
    position: relative;
    padding: 74px 40px;
    background-color: #d9b256;
}

.gallery-content .inner-box h2 {
    position: relative;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.gallery-content .inner-box .text {
    position: relative;
    font-size: 16px;
    color: #ffffff;
}

.gallery-list {
    position: relative;
}

.gallery-list li {
    position: relative;
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.40);
    font-family: 'Open Sans', sans-serif;
}

.gallery-list li.list-text {
    margin-bottom: 18px;
}

.gallery-list li a {
    position: relative;
    color: rgba(255, 255, 255, 0.40);
}

/*Dark Layout*/

.dark-layout .main-header .main-box .outer-container {
    border-color: #FF4136;
}

.dark-layout,
.dark-layout .main-header .main-box,
.dark-layout .main-footer {
    background-color: #1e1f22;
}

.dark-layout .commitment-section,
.dark-layout .commitment-section .outer-container .content-column .inner-column {
    background-color: #28292d;
}

.dark-layout .sec-title .title,
.dark-layout .commitment-section .content-column .inner-column .big-text,
.dark-layout .commitment-section .content-column .inner-column .text {
    color: rgba(255, 255, 255, 0.70);
}

.dark-layout .list-style-two li,
.dark-layout .list-style-two li:before {
    color: rgba(255, 255, 255, 0.70);
}

.dark-layout .commitment-section .outer-container .image-column:after {
    border-color: #1e1f22;
}

.dark-layout .left-info-bar .number {
    color: rgba(255, 255, 255, 0.70);
}

.dark-layout .clients-section.style-two .sponsors-outer {
    border-color: rgba(255, 255, 255, 0.50);
}

.dark-layout .project-section-two .filters .filter-tabs .filter {
    color: rgba(255, 255, 255, 0.70);
}

.dark-layout .project-section-two .filters .filter-tabs .filter:after {
    background-color: rgba(255, 255, 255, 0.50);
}

.dark-layout .fixed-header {
    border-color: rgba(255, 255, 255, 0.10);
}

.dark-layout .sec-title h3,
.dark-layout .sec-title-two h2,
.dark-layout .main-menu .navigation>li>a,
.dark-layout .main-header .nav-outer .search-box-outer,
.dark-layout .architecture-block .inner-box .lower-box h3 a,
.dark-layout .architecture-block .inner-box .lower-box h3 {
    color: #ffffff;
}

/*** 

====================================================================
	Studio Section Two
====================================================================

***/

.studio-section-two {
    position: relative;
    padding: 100px 0px 60px;
}

.studio-section-two .title-column {
    position: relative;
    margin-bottom: 40px;
}

.studio-section-two .title-column .inner-column {
    position: relative;
    padding-right: 40px;
}

.studio-section-two .title-column .inner-column .sec-title {
    position: relative;
    margin-bottom: 18px;
}

.studio-section-two .title-column .big-text {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    color: #242424;
    line-height: 1.5em;
    margin-bottom: 16px;
}

.studio-section-two .title-column .text {
    position: relative;
    color: #666666;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 38px;
}

.studio-section-two .title-column .theme-btn {
    padding: 13px 45px;
}

.studio-section-two .blocks-column {
    position: relative;
}

.studio-section-two .blocks-column .inner-column {
    position: relative;
    padding-top: 60px;
    padding-left: 15px;
}

/*Studio Block*/

.studio-block {
    position: relative;
    margin-bottom: 45px;
}

.studio-block .inner {
    position: relative;
}

.studio-block .inner .icon-box {
    position: relative;
    color: #d9b256;
    font-size: 60px;
    line-height: 1em;
    margin-bottom: 15px;
}

.studio-block .inner h3 {
    position: relative;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.2em;
    text-transform: uppercase;
}

.studio-block .inner h3 a {
    position: relative;
    color: #242424;
    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;
}

.studio-block .inner h3 a:hover {
    color: #d9b256;
}

.studio-block .inner .designation {
    position: relative;
    font-size: 16px;
    color: #242424;
    font-style: italic;
    font-family: 'Lora', serif;
}

/*** 

====================================================================
	Team Section Two
====================================================================

***/

.team-section-two {
    position: relative;
    padding: 0px 0px 0px;
    margin-bottom: 60px;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.team-section-two.style-two {
    margin-bottom: 0px;
}

.team-section-two .title-column {
    position: relative;
    margin-bottom: 40px;
}

.team-section-two .title-column .inner-column {
    position: relative;
    padding-right: 80px;
    padding-bottom: 25px;
}

.team-section-two .title-column .inner-column:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 90px;
    height: 3px;
    background-color: #d9b256;
}

.team-section-two .title-column h2 {
    position: relative;
    color: #242424;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 18px;
}

.team-section-two .title-column .text {
    position: relative;
    color: #797979;
    font-size: 20px;
    line-height: 1.6em;
}

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

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

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

.team-block-two .inner-box .overlay-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
    background: rgba(47, 47, 47, 0.80);
    opacity: 0;
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px);
    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;
}

.team-block-two .inner-box:hover .overlay-box {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

.team-block-two .inner-box .overlay-box .social-links {
    position: absolute;
    left: 0px;
    bottom: 30px;
    width: 100%;
}

.team-block-two .inner-box .overlay-box .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 12px;
    line-height: 24px;
}

.team-block-two .inner-box .overlay-box .social-links li a {
    position: relative;
    color: #d9b256;
    font-size: 20px;
    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;
}

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

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

.team-block-two .inner-box .lower-box {
    position: relative;
    padding-top: 18px;
    text-align: center;
}

.team-block-two .inner-box .lower-box h3 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
}

.team-block-two .inner-box .lower-box h3 a {
    position: relative;
    color: #242424;
}

.team-block-two .inner-box .lower-box .designation {
    position: relative;
    color: #797979;
    font-size: 15px;
}


/*** 

====================================================================
	About Section Two
====================================================================

***/

.about-section-two {
    position: relative;
    padding: 80px 0px 90px;
}

.about-section-two .info-column {
    position: relative;
    margin-bottom: 40px;
}

.about-section-two .info-column .inner-column {
    position: relative;
    padding-top: 78px;
}

.about-section-two .info-column .inner-column .title-box {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 35px;
}

.about-section-two .info-column .inner-column .title-box:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 55px;
    height: 3px;
    background-color: #d9b256;
}

.about-section-two .info-column h2 {
    position: relative;
    font-weight: 600;
    color: #242424;
    font-size: 60px;
    line-height: 1.2em;
    margin-bottom: 5px;
}

.about-section-two .info-column .designation {
    position: relative;
    color: #797979;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.about-section-two .info-column .info-box {
    position: relative;
    padding-left: 60px;
}

.about-section-two .info-column .info-box .phone-icon {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 36px;
    height: 36px;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
    font-size: 24px;
    border-radius: 50%;
    background-color: #d9b256;
}

.about-section-two .info-column .info-box h3 {
    position: relative;
    color: #242424;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 12px;
}

.about-section-two .info-column .info-box h4 {
    position: relative;
    color: #242424;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 26px;
}

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

/*** 

====================================================================
	Skill Section
====================================================================

***/

.skill-section {
    position: relative;
    padding-bottom: 90px;
    padding-top: 90px;
}

.skill-section .title-column {
    position: relative;
    margin-bottom: 30px;
}

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

.skill-section .content-column .inner-column {
    position: relative;
}

.skill-section .content-column .inner-column .big-text {
    position: relative;
    color: #bbbbbb;
    font-size: 22px;
    line-height: 1.6em;
    margin-bottom: 20px;
}

.skill-section .content-column .inner-column .text {
    position: relative;
    color: #bbbbbb;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 20px;
}

/*** 

====================================================================
	Education Section
====================================================================

***/

.education-section {
    position: relative;
    padding: 90px 0px 60px;
    background-color: #28292d;
}

.education-section .sec-title-two {
    margin-bottom: 45px;
}

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

.year-block .inner {
    position: relative;
    padding-left: 115px;
}

.year-block .inner .year {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #d9b256;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.year-block .inner h2 {
    position: relative;
    color: white;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 12px;
}

.year-block .inner .text {
    position: relative;
    color: #bbbbbb;
    font-size: 15px;
    line-height: 1.8em;
}

/*Pdf Box*/

.pdf-box {
    position: relative;
    margin-bottom: 55px;
}

.pdf-box .pdf-inner {
    position: relative;
    padding: 15px 20px 8px;
    max-width: 400px;
    width: 100%;
    display: inline-block;
    background-color: #242424;
}

.pdf-box .pdf-inner .overlay-link {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    display: block;
    height: 100%;
}

.pdf-box .pdf-inner .content {
    position: relative;
    padding-left: 48px;
}

.pdf-box .pdf-inner .content .pdf-icon {
    position: absolute;
    left: 0px;
    top: 5px;
    color: #ffffff;
    font-size: 34px;
    line-height: 1em;
}

.pdf-box .pdf-inner .content h3 {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    font-family: 'Montserrat', sans-serif;
}

.pdf-box .pdf-inner .content h3 span {
    color: #aaaaaa;
    display: block;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.pdf-box .pdf-inner .content .download-icon {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 46px;
    color: #d9b256;
    line-height: 1em;
}

.education-section .notes-column h3 {
    position: relative;
    color: #242424;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 8px;
}

.education-section .notes-column .text {
    position: relative;
    color: #bbbbbb;
    font-size: 15px;
    line-height: 1.8em;
}

/*** 

====================================================================
	About Section Three
====================================================================

***/

.about-section-three {
    position: relative;
    padding-top: 85px;
    padding-bottom: 120px;
}

.about-section-three .big-image {
    position: relative;
    margin-bottom: 90px;
}

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

.about-section-three .title-column {
    position: relative;
    margin-bottom: 40px;
}

.about-section-three .title-column .inner-column {
    position: relative;
}

.about-section-three .title-column .inner-column h2 {
    position: relative;
    color: white;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2em;
    padding-bottom: 30px;
}

.about-section-three .title-column .inner-column h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 90px;
    height: 3px;
    background-color: #d9b256;
}

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

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

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

.about-section-three .content-column .inner-column .text p {
    position: relative;
    color: #bbbbbb;
    font-size: 16px;
    margin-bottom: 20px;
}

.about-section-three .content-column .inner-column .big-text {
    position: relative;
    color: #bbbbbb;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4em;
    font-family: 'Open Sans', sans-serif;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.expertise-section {
    position: relative;
    padding-top: 85px;
    padding-bottom: 120px;
}

.expertise-section.big-image {
    position: relative;
    margin-bottom: 90px;
}

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

.expertise-section.title-column {
    position: relative;
    margin-bottom: 40px;
}

.expertise-section.title-column .inner-column {
    position: relative;
}

.expertise-section.title-column .inner-column h2 {
    position: relative;
    color: white;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2em;
    padding-bottom: 30px;
}

.expertise-section.title-column .inner-column h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 90px;
    height: 3px;
    background-color: #d9b256;
}

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

.expertise-section.content-column .inner-column {
    position: relative;
}

.expertise-section.content-column .inner-column .text {
    position: relative;
}

.expertise-section.content-column .inner-column .text p {
    position: relative;
    color: #bbbbbb;
    font-size: 16px;
    margin-bottom: 20px;
}

.expertise-section.content-column .inner-column .big-text {
    position: relative;
    color: #bbbbbb;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4em;
    font-family: 'Open Sans', sans-serif;
}

#foncier:target,
#copropriete:target,
#urbanisme:target,
#juridique:target {
    padding-top: 7em;
    margin-top: -7em;
}

/*** 

====================================================================
	Comming Soon Section
====================================================================

***/

.comming-soon {
    position: fixed;
    left: 0px;
    top: 0px;
    max-width: 750px;
    width: 100%;
    z-index: 10;
    height: 100%;
    display: block;
    overflow-y: auto;
    border: 60px solid transparent;
    background-color: #d8b156;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.comming-soon:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    border: 1px solid rgba(255, 255, 255, 0.20);
}

.comming-soon .content {
    position: relative;
    padding-top: 120px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.comming-soon .content .inner-content {
    position: relative;
    text-align: center;
}

.comming-soon .content h2 {
    position: relative;
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 12px;
}

.comming-soon .content .text {
    position: relative;
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 35px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
}

/*** 

====================================================================
	Countdown style
====================================================================

***/

.time-counter {
    position: relative;
    margin-bottom: 70px;
}

.time-counter .time-countdown {
    position: relative;
}

.time-counter .time-countdown .counter-column {
    position: relative;
    width: 100px;
    height: 70px;
    text-align: center;
    display: inline-block;
    padding: 0px 0px 0px;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 30px;
    padding-top: 10px;
    font-family: 'Montserrat', sans-serif;
}

.time-counter .time-countdown .counter-column:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 5px;
    width: 1px;
    height: 78px;
    background-color: rgba(255, 255, 255, 0.60);
}

.time-counter .time-countdown .counter-column:last-child::after {
    display: none;
}

.time-counter .time-countdown .counter-column .count {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 40px;
    padding: 0px 10px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.time-counter .time-countdown .counter-column .unit {
    position: absolute;
    color: #ffffff;
    left: 0px;
    bottom: -20px;
    width: 100%;
    display: block;
    text-align: center;
}

/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-section {
    position: relative;
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
}

.map-canvas {
    height: 540px;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section {
    position: relative;
    padding: 90px 0px 0px;
    margin-bottom: 60px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.contact-section .form-column {
    position: relative;
    margin-bottom: 0px;
}

.contact-section .form-column .inner-column {
    position: relative;
    padding-right: 40px;
}

.contact-section .form-column .inner-column .text {
    position: relative;
    color: white;
    font-size: 17px;
    margin-bottom: 45px;
}

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

.contact-section .info-column .inner-column {
    position: relative;
    padding-left: 70px;
}

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

.contact-section .info-column ul li {
    position: relative;
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
}

.contact-section .info-column ul li span {
    position: relative;
    color: white;
    font-size: 15px;
    display: block;
    font-weight: 600;
    margin-bottom: 18px;
    text-transform: uppercase;
}

#contact-legend {
    color: white;
    width: fit-content;
}

#contact-radio {
    color: white;
}

/*** 

====================================================================
	Contact Form
====================================================================

 ***/

.contact-form {
    position: relative;
}

.contact-form .required {
    position: relative;
    color: #a7a7a7;
    font-size: 15px;
    margin-bottom: 20px;
}

.contact-form .form-group {
    position: relative;
}

.contact-form .form-group .field-label {
    position: relative;
    color: white;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.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%;
    line-height: 18px;
    padding:16px;
    font-size: 16px;
    font-weight: 400;
    color: white;
    background: #28292d;
    border-bottom: 1px solid #cdcdcd;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Montserrat', sans-serif;

}

.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: #d2b871;
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 0px 0px 10px;
    color: #000000;
    height: 250px;
    font-size: 18px;
    color: white;
    resize: none;
    background: none;
    font-weight: 400;
    border: 1px solid #cdcdcd;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Montserrat', sans-serif;
    padding: 10px;
}

.contact-form .form-group textarea::-webkit-input-placeholder,
.contact-form .form-group input::-webkit-input-placeholder {
    color: #797979;
    font-family: 'Montserrat', sans-serif;
}

.contact-form button {
    margin-top: 15px;
    background-color: #d9b256;
}

.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: 11px;
    color: #ff0000;
    font-weight: 500;
}

.radio-label {
    cursor: pointer;
}

.button-rectangle {
    height: 100px;
    background-color: #FF4136;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    line-height: 100px;
    cursor: pointer;
    margin: 10px;
    transition: opacity 0.7s ease-in-out;
}

.fade-out {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.hidden {
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding: 0;
}

html {
    scroll-padding-top: 100px;
}

  /* Cacher le bouton de fichier d'origine */
  #file-input {
    display: none;
  }

  /* Bouton de fichier stylisé */
  .custom-file-button {
    font-weight: bold;
    font-size: 16px;
    background-color: grey;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    width: 180px;
  }


/*** 

====================================================================
	Faq Section
====================================================================

 ***/

.faq-section {
    position: relative;
    padding: 95px 0px 70px;
}

.faq-section .faq-title {
    position: relative;
    margin-bottom: 40px;
}

.faq-section .faq-title h2 {
    position: relative;
    color: #242424;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 8px;
}

.faq-section .faq-title .text {
    position: relative;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
}

/*Sidebar Search Form*/

.faq-search-box {
    position: relative;
    margin-top: 30px;
    width: 100%;
    margin-bottom: 70px;
}

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

.faq-search-box .form-group input[type="text"],
.faq-search-box .form-group input[type="search"] {
    position: relative;
    line-height: 28px;
    color: #222222;
    display: block;
    font-size: 16px;
    width: 100%;
    height: 60px;
    border-radius: 5px;
    padding: 15px 15px 15px 20px;
    border: 1px solid #e0e0e0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.faq-search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 65px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    display: block;
    font-size: 22px;
    color: #c0c0c0;
    background: none;
    font-weight: normal;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.faq-search-box .form-group input:focus {
    border-color: #d2b871;
}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    margin-bottom: 40px;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 20px;
    cursor: pointer;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
    padding: 0px 10px 0px 35px;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    font-family: 'Montserrat', sans-serif;
}

.accordion-box .block .icon-outer {
    position: absolute;
    left: -6px;
    top: 0px;
    font-size: 18px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    width: 28px;
    height: 28px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

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

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

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

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

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

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

.accordion-box .block .content {
    position: relative;
    font-size: 14px;
    padding: 14px 30px 0px 35px;
}

.accordion-box .block .content .text {
    margin-bottom: 20px;
    line-height: 1.7em;
    font-size: 17px;
    color: #797979;
    font-family: 'Montserrat', sans-serif;
}

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

/*** 

====================================================================
	Faq Form Section
====================================================================

***/

.faq-form-section {
    position: relative;
    overflow: hidden;
    padding: 85px 0px 0px;
    background-color: #f3f3f3;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.faq-form-section h2 {
    position: relative;
    color: #161616;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 55px;
}

.faq-form-section .auto-container {
    position: relative;
}

.faq-form-section .form-outer {
    position: relative;
    max-width: 870px;
    z-index: 10;
    padding-bottom: 100px;
}

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

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

.faq-form-section .form-group input[type="text"],
.faq-form-section .form-group input[type="email"],
.faq-form-section .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 0px 0px 8px;
    color: #000000;
    border-bottom: 2px solid #e3e3e3;
    height: 46px;
    font-size: 16px;
    background: none;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Montserrat', sans-serif;
}

.faq-form-section .form-group input::-webkit-input-placeholder,
.faq-form-section .form-group textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.70);
}


.faq-form-section .form-group input[type="text"]:focus,
.faq-form-section .form-group input[type="email"]:focus,
.faq-form-section .form-group textarea:focus {
    border-color: #d2b871;
}

.faq-form-section .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 0px 0px;
    color: #000000;
    height: 160px;
    background: none;
    resize: none;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 2px solid #e3e3e3;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.faq-form-section .form-group .theme-btn {
    padding: 11px 34px 10px;
    margin-top: 10px;
    border-radius: 5px;
    border-color: #d9b256;
    background-color: #d9b256;
}

/*** 

====================================================================
	Services Page Section
====================================================================

***/

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

.services-page-section .services-title {
    position: relative;
    text-align: center;
    margin-bottom: 100px;
}

.services-page-section .services-title .title {
    position: relative;
    color: #242424;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 15px;
    font-family: 'Playfair Display', serif;
}

.services-page-section .services-title h2 {
    position: relative;
    color: #242424;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 30px;
}

.services-page-section .services-title h2:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 90px;
    height: 3px;
    margin-left: -45px;
    background-color: #d9b256;
}

/*Services Block*/

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

.service-block .inner-box {
    position: relative;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.20);
}

.service-block .inner-box .image-column,
.service-block .inner-box .content-column {
    position: relative;
    padding: 0px;
}

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

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

.service-block .inner-box .content-column .inner-column {
    position: relative;
    padding: 45px 55px 20px;
}

.service-block .inner-box .content-column .inner-column h2 {
    position: relative;
    color: #242424;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.service-block .inner-box .content-column .inner-column h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 35px;
    height: 2px;
    background-color: #d9b256;
}

.service-block .inner-box .content-column .inner-column .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.service-block .inner-box .content-column .inner-column ul {
    position: relative;
}

.service-block .inner-box .content-column .inner-column ul li {
    position: relative;
    color: #797979;
    font-size: 16px;
    margin-bottom: 2px;
    font-family: 'Open Sans', sans-serif;
}

/*Services Block Two*/

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

.service-block-two .inner-box {
    position: relative;
    background-color: #242424;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.20);
}

.service-block-two .inner-box .image-column,
.service-block-two .inner-box .content-column {
    position: relative;
    padding: 0px;
}

.service-block-two .inner-box .image-column .image {
    position: relative;
}

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

.service-block-two .inner-box .content-column .inner-column {
    position: relative;
    padding: 45px 55px 20px;
}

.service-block-two .inner-box .content-column .inner-column h2 {
    position: relative;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.service-block-two .inner-box .content-column .inner-column h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 35px;
    height: 2px;
    background-color: #d9b256;
}

.service-block-two .inner-box .content-column .inner-column .text {
    position: relative;
    color: #bbbbbb;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.service-block-two .inner-box .content-column .inner-column ul {
    position: relative;
}

.service-block-two .inner-box .content-column .inner-column ul li {
    position: relative;
    color: #bbbbbb;
    font-size: 16px;
    margin-bottom: 2px;
    font-family: 'Open Sans', sans-serif;
}

.team-page-section {
    position: relative;
    padding: 90px 0px 60px;
}

.team-page-section .team-title {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 60px;
}

.team-page-section .team-title h2 {
    position: relative;
    font-size: 35px;
    font-weight: 600;
    color: #242424;
    line-height: 1.2em;
    margin-bottom: 2px;
}

.team-page-section .team-title .text {
    position: relative;
    font-size: 20px;
    color: #242424;
    font-weight: 300;
}

.team-page-section .team-title:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 60px;
    height: 2px;
    background-color: #d9b256;
}

/*** 

====================================================================
	Testimonial Page Section
====================================================================

***/

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

.testimonial-section-two {
    position: relative;
    margin-bottom: 30px;
    padding: 80px 0px 120px;
    background-color: #1d2129;
    background-position: center center;
}

.testimonial-section-two .auto-container,
.testimonial-section-three .auto-container,
.testimonial-section-four .auto-container {
    max-width: 1120px;
}

.testimonial-section-two .inner-box {
    position: relative;
}

.testimonial-block-two {
    position: relative;
}

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

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

.testimonial-block-two .inner-box .image-box .image {
    position: relative;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.testimonial-block-two .inner-box .image-box .quote-icon {
    position: absolute;
    left: 50%;
    bottom: -20px;
    color: #ffffff;
    width: 44px;
    height: 44px;
    font-size: 16px;
    z-index: 22;
    opacity: 1;
    margin-left: -22px;
    line-height: 44px;
    border-radius: 50%;
    background-color: #d9b256;
}

.testimonial-block-two .inner-box .text {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-style: italic;
    line-height: 1.5em;
    margin-top: 60px;
    font-family: 'Lora', serif;
}

.testimonial-block-two .inner-box .author-name {
    position: relative;
    color: #d9b256;
    font-size: 12px;
    font-weight: 700;
    margin-top: 25px;
    text-transform: uppercase;
}

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

/*Testimonial Section Three*/

.testimonial-section-three {
    position: relative;
    margin-bottom: 30px;
    padding: 80px 0px 120px;
    background-color: #d9b256;
}

.testimonial-section-three .inner-box {
    position: relative;
}

.testimonial-block-three {
    position: relative;
}

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

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

.testimonial-block-three .inner-box .image-box .image {
    position: relative;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.testimonial-block-three .inner-box .image-box .quote-icon {
    position: absolute;
    left: 50%;
    bottom: -20px;
    color: #ffffff;
    width: 44px;
    height: 44px;
    font-size: 16px;
    z-index: 22;
    opacity: 1;
    margin-left: -22px;
    line-height: 44px;
    border-radius: 50%;
    background-color: #252525;
}

.testimonial-block-three .inner-box .text {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-style: italic;
    line-height: 1.5em;
    margin-top: 60px;
    font-family: 'Lora', serif;
}

.testimonial-block-three .inner-box .author-name {
    position: relative;
    color: #242424;
    font-size: 12px;
    font-weight: 700;
    margin-top: 25px;
    text-transform: uppercase;
}

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

/*Testimonial Section Four*/

.testimonial-section-four {
    position: relative;
    margin-bottom: 30px;
    padding: 80px 0px 120px;
    background-color: #e7e7e7;
}

.testimonial-section-four .inner-box {
    position: relative;
}

.testimonial-block-four {
    position: relative;
}

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

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

.testimonial-block-four .inner-box .image-box .image {
    position: relative;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.testimonial-block-four .inner-box .image-box .quote-icon {
    position: absolute;
    left: 50%;
    bottom: -20px;
    color: #ffffff;
    width: 44px;
    height: 44px;
    font-size: 16px;
    z-index: 22;
    opacity: 1;
    margin-left: -22px;
    line-height: 44px;
    border-radius: 50%;
    background-color: #252525;
}

.testimonial-block-four .inner-box .text {
    position: relative;
    color: #797979;
    font-size: 20px;
    font-style: italic;
    line-height: 1.5em;
    margin-top: 60px;
    font-family: 'Lora', serif;
}

.testimonial-block-four .inner-box .author-name {
    position: relative;
    color: #242424;
    font-size: 12px;
    font-weight: 700;
    margin-top: 25px;
    text-transform: uppercase;
}

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

/*** 

====================================================================
	Blog Page Section
====================================================================

***/

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

.blog-page-section .inner-container {
    position: relative;
    margin-bottom: 50px;
    border-bottom: 1px solid #d5d5d5;
}

/*News Block Three*/

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

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

.news-block-three .inner-box .image {
    position: relative;
    background: #0b0b0b;
    display: block;
    overflow: hidden;
}

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

.news-block-three .inner-box .image img:hover {
    opacity: 0.50;
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

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

.news-block-three .inner-box .lower-content .post-date {
    position: relative;
    color: #d9b256;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
}

.news-block-three .inner-box .lower-content h3 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 12px;
}

.news-block-three .inner-box .lower-content h3 a {
    color: #242424;
    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;
}

.news-block-three .inner-box .lower-content h3 a:hover {
    color: #d9b256;
    text-decoration: underline;
}

.news-block-three .inner-box .lower-content .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 25px;
}

/*** 

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

***/

.styled-pagination {
    position: relative;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 0px 0px;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    line-height: 40px;
    height: 44px;
    font-size: 16px;
    min-width: 44px;
    color: #d9b256;
    font-weight: 700;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    border: 2px solid #d9b256;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
    color: #ffffff;
    border-color: #d9b256;
    background-color: #d9b256;
}

/*** 

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

***/

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

.sidebar-page-container .inner-container {
    position: relative;
    margin-bottom: 50px;
    border-bottom: 1px solid #d5d5d5;
}

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

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

/*Sidebar Title*/

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

.sidebar-title h2 {
    font-size: 22px;
    color: #242424;
    font-weight: 700;
    line-height: 1.2em;
    display: inline-block;
    text-transform: capitalize;
}

.sidebar-title h2:after {
    position: absolute;
    content: '';
    left: 105%;
    bottom: 4px;
    width: 35px;
    height: 2px;
    background-color: #d9b256;
}

/*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 #d3d3d3;
    background: none;
    display: block;
    font-size: 15px;
    width: 100%;
    height: 52px;
    color: #909090;
    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: 52px;
    width: 60px;
    display: block;
    font-size: 16px;
    color: #4c4c4c;
    line-height: 100%;
    font-weight: normal;
    background: none;
}

/*Blog Category*/

.cat-list {
    position: relative;
}

.cat-list li {
    position: relative;
}

.cat-list li:last-child a {
    border: none;
}

.cat-list li a {
    position: relative;
    color: #797979;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    text-transform: capitalize;
    border-bottom: 1px solid #e6e6e6;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Montserrat', sans-serif;
}

.cat-list li a:after {
    position: absolute;
    content: '\f105';
    right: 0px;
    top: 0px;
    color: #c8c8c8;
    font-size: 14px;
    font-family: 'FontAwesome';
}

.cat-list li a:hover {
    color: #d9b256;
}

/*Post Widget*/

.sidebar .popular-posts .post {
    position: relative;
    font-size: 14px;
    color: #666666;
    padding: 0px 0px;
    margin-bottom: 22px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}

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

.sidebar .popular-posts .post .text {
    position: relative;
    top: -4px;
    font-size: 15px;
    margin: 0px 0px 0px;
    font-weight: 600;
    color: #242424;
    line-height: 1.4em;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
}

.sidebar .popular-posts .post .text a {
    color: #242424;
    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,
.sidebar .popular-posts .post a:hover {
    color: #d9b256;
}

.sidebar .popular-posts .post-info {
    font-size: 15px;
    color: #9a9a9a;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}


/*Popular Tags*/

.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 6px 20px 6px;
    margin: 0px 6px 10px 0px;
    color: #a6a6a6;
    text-align: center;
    font-size: 15px;
    background: none;
    border: 1px solid #e4e4e4;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
    border-color: #d9b256;
    background-color: #d9b256;
    color: #ffffff;
}

.blog-classic.padding-right,
.blog-single.padding-right {
    padding-right: 30px;
}

.blog-single .news-block-four {
    margin-bottom: 40px;
}

/*News Block Four*/

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

.news-block-four:last-child {
    margin-bottom: 0px;
}

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

.news-block-four .inner-box .image {
    position: relative;
    display: block;
    background: #0b0b0b;
    overflow: hidden;
}

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

.news-block-four .inner-box .image img:hover {
    opacity: 0.50;
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

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

.news-block-four .inner-box .lower-content .upper-box {
    position: relative;
    padding-bottom: 18px;
    border-bottom: 1px solid #e4e4e4;
}

.news-block-four .inner-box .lower-content .upper-box .post-date {
    position: relative;
    color: #d9b256;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 4px;
    font-family: 'Montserrat', sans-serif;
}

.news-block-four .inner-box .lower-content .upper-box h3 {
    position: relative;
    color: #242424;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2em;
    font-family: 'Montserrat', sans-serif;
}

.news-block-four .inner-box .lower-content .upper-box h3 a {
    color: #242424;
    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;
}

.news-block-four .inner-box .lower-content .upper-box h3 a:hover {
    color: #d9b256;
    text-decoration: underline;
}

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

.news-block-four .inner-box .lower-content .lower-box .post-info {
    position: relative;
    margin-bottom: 20px;
}

.news-block-four .inner-box .lower-content .lower-box .post-info li {
    position: relative;
    color: #b8b8b8;
    font-size: 15px;
    padding-right: 10px;
    margin-right: 10px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}

.news-block-four .inner-box .lower-content .lower-box .post-info li:after {
    position: absolute;
    content: '/';
    right: -5px;
    top: 1px;
    color: #b8b8b8;
}

.news-block-four .inner-box .lower-content .lower-box .post-info li:last-child::after {
    display: none;
}

.news-block-four .inner-box .lower-content .lower-box .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 30px;
}

.news-block-four .inner-box .lower-content .lower-box .text p {
    position: relative;
    color: #797979;
    font-size: 16px;
    margin-bottom: 20px;
}

.news-block-four .inner-box .lower-content .lower-box .text p a {
    color: #a175aa;
}

.news-block-four .inner-box .lower-content .lower-box .text h4 {
    position: relative;
    color: #242424;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.news-block-four .inner-box .lower-content .lower-box .text .two-column {
    margin-bottom: 15px;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

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

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

.sidebar-page-container .group-title h2 {
    position: relative;
    font-size: 22px;
    color: #242424;
    font-weight: 700;
    padding-bottom: 0px;
}

.sidebar-page-container .comments-area .inner-box {
    position: relative;
    border: 1px solid #eeeeee;
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    padding: 25px 25px 25px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border-bottom: 1px solid #ebe8e8;
}

.sidebar-page-container .comments-area .comment-box:nth-child(2n + 0) {
    background-color: #fcfcfc;
}

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

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

.sidebar-page-container .comments-area .comment.reply-comment {
    margin-left: 100px;
    margin-top: 45px;
}

.sidebar-page-container .comments-area .comment .comment-inner {
    position: relative;
}

.sidebar-page-container .comments-area .comment .comment-reply {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #9cc900;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment .comment-reply span {
    font-size: 14px;
    margin-right: 4px;
}

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

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

.sidebar-page-container .comments-area .comment-info {
    color: #3e5773;
    line-height: 24px;
    font-size: 13px;
}

.sidebar-page-container .comments-area .comment-box strong {
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    line-height: 16px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .text {
    color: #898989;
    font-size: 16px;
    margin-top: 5px;
    line-height: 1.7em;
    margin-bottom: 10px;
}

.sidebar-page-container .comments-area .comment-time {
    position: relative;
    font-size: 13px;
    color: #f47a3c;
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
    padding: 6px 27px;
}

.sidebar-page-container .comments-area .comment-box .post-info {
    position: relative;
}

.sidebar-page-container .comments-area .comment-box .post-info li {
    position: relative;
    padding-right: 10px;
    line-height: 1em;
    margin-right: 10px;
    color: #aeaeae;
    border-right: 1px solid #aeaeae;
    display: inline-block;
}

.sidebar-page-container .comments-area .comment-box .post-info li:last-child {
    border: 0px;
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form {
    position: relative;
}

.comment-form .form-inner {
    position: relative;
    padding: 50px 35px 40px;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
}

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

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 33px;
    padding: 10px 20px;
    height: 45px;
    color: #a5a5a5;
    font-size: 15px;
    font-weight: 400;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Montserrat', sans-serif;
}

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

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 20px 20px;
    color: #a5a5a5;
    height: 170px;
    font-size: 15px;
    resize: none;
    font-weight: 400;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Montserrat', sans-serif;
}

.comment-form button {
    margin-top: 10px;
    padding: 8px 30px 8px;
}

.project-title {
    position: relative;
    margin-bottom: 90px;
}

.project-title h2 {
    position: relative;
    color: #242424;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1em;
}

.project-title h2 span {
    position: relative;
}

.project-title h2 span:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 12px;
    width: 100%;
    height: 8px;
    z-index: -1;
    background-color: #d9b256;
}

/*** 

====================================================================
	Gallery Section Two
====================================================================

***/

.gallery-section-two {
    position: relative;
    padding: 80px 0px;
}

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

.gallery-section-two .filters .filter-tabs {
    position: relative;
}

.gallery-section-two .filters li {
    position: relative;
    display: inline-block;
    color: #242424;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    margin-right: 38px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.gallery-section-two .filters li:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 6px;
    width: 100%;
    height: 3px;
    opacity: 0;
    z-index: -1;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background-color: #d9b256;
}

.gallery-section-two .filters li.active::after,
.gallery-section-two .filters li:hover::after {
    opacity: 1;
}

.gallery-section-two .filters .filter.active,
.gallery-section-two .filters .filter:hover {
    color: #242424;
}

/*Gallery Block Two*/

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

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

.gallery-block-two .inner-box .image {
    position: relative;
    display: block;
    background: #000000;
    overflow: hidden;
}

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

.gallery-block-two .inner-box:hover .image img {
    opacity: 0.80;
}

.gallery-block-two .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 40%;
    display: block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.gallery-block-two .inner-box .image .overlay-box .content-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 0px 28px 22px;
}

.gallery-block-two .inner-box .image .overlay-box .content-box .post-date {
    position: relative;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 8px;
}

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

.gallery-block-two .inner-box .image .overlay-box .content-box .content h3 {
    position: relative;
    font-size: 22px;
    line-height: 1.5em;
    font-weight: 600;
}

.gallery-block-two .inner-box .image .overlay-box .content-box .content h3 a {
    position: relative;
    color: #ffffff;
    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;
}

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

.gallery-block-two .inner-box .image .overlay-box .content-box .content .designation {
    position: relative;
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}

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

/*** 

====================================================================
	Portfolio Single Section
====================================================================

***/

.portfolio-single-section {
    position: relative;
    padding: 95px 0px 60px;
}

.portfolio-single-section .title-box {
    position: relative;
    margin-bottom: 65px;
}

.portfolio-single-section .title-box h2 {
    position: relative;
    color: #242424;
    font-size: 60px;
    font-weight: 700;
}

.portfolio-single-section .title-box .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    max-width: 970px;
}

.main-image-box {
    position: relative;
}

.main-image-box .image-column {
    position: relative;
    margin-bottom: 30px;
}

.main-image-box .image-column .image {
    position: relative;
}

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

.main-image-box .content-column {
    position: relative;
}

.main-image-box .content-column .inner-column {
    position: relative;
    padding: 150px 70px 140px;
    background-color: #242424;
}

.main-image-box .content-column .inner-column ul {
    position: relative;
}

.main-image-box .content-column .inner-column ul li {
    position: relative;
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 24px;
    font-family: 'Montserrat', sans-serif;
}

.project-description {
    position: relative;
    margin-top: 40px;
}

.project-description .content-column {
    position: relative;
    margin-bottom: 40px;
}

.project-description h3 {
    position: relative;
    color: #242424;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 16px;
}

.project-description .text {
    position: relative;
    margin-bottom: 50px;
}

.project-description .text p {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 20px;
}

.project-description .text h4 {
    position: relative;
    color: #242424;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
}

.project-description .image-column {
    position: relative;
}

.project-description .image {
    position: relative;
    margin-bottom: 30px;
}

.project-description .image img {
    position: relative;
    width: 100%;
    display: block;
}

.project-description .big-image {
    position: relative;
    margin-top: 20px;
    margin-bottom: 50px;
}

.project-description h5 {
    position: relative;
    color: #242424;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
}

.body-bg {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


/*** 

====================================================================
	Custom
====================================================================

 ***/

.link-devis {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

/*** 

====================================================================
	CV Géomètres Section
====================================================================

***/

.commitment-section.cv-geometres {
    position: relative;
    padding: 90px 0px 80px;
    background-color: #f9f9f9;
}

.commitment-section.cv-geometres .sec-title {
    margin-bottom: 50px;
}

.commitment-section.cv-geometres .sec-title .title,
.commitment-section.cv-geometres .sec-title h3 {
	color: #242424;
}

.cv-column {
    margin-bottom: 30px;
}

.cv-block .inner-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    transition: all 0.3s ease;
    border-top: 4px solid #c62828;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.cv-block .inner-box .card-content {
    position: relative;
    z-index: 1;
}

.particles-cv-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.cv-block .inner-box:hover {
    transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.cv-block .inner-box .geometre-name {
    color: #242424;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.list-style-cv {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-style-cv li {
    color: #777777;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}

.list-style-cv li:before {
    content: '';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    color: #d32f2f;
}

.list-style-cv li:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .commitment-section.cv-geometres {
        padding: 60px 0px 50px;
    }
    .cv-block .inner-box {
        padding: 30px 20px 25px;
    }
    .cv-block .inner-box .geometre-name {
        font-size: 16px;
    }
    .list-style-cv li {
        font-size: 14px;
        margin-bottom: 12px;
    }
}
/* --- End of CV Section Styling --- */


/* Large desktops and laptops */
@media (min-width: 1200px) {
    .responsive-company-logo {
        width: auto;
        max-width: 100%;
        transition: all 0.3s ease;
    }
    .company-logo-overlay img {
        height: 100px;
    }
}

/* Small Laptops */
@media (min-width: 992px) and (max-width: 1199px) {
    .company-logo-overlay img {
        height: 80px;
    }
}

/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
    .company-logo-overlay {
        right: 15px;
    }
    .company-logo-overlay img {
        height: 70px;
    }
    .architecture-section .sec-title h3 {
        padding-right: 90px;
    }
}

/* Mobile devices */
@media (max-width: 767px) {
    .company-logo-overlay {
        position: relative !important;
        float: right;
        top: 0 !important;
        right: 0 !important;
        margin-bottom: 15px;
    }
    .company-logo-overlay img {
        height: 60px;
    }
    .architecture-section .sec-title {
        text-align: left;
    }
}

.list-style-cv li {
    font-size: 14px;
}

.company-logo-overlay {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 1;
}

.company-logo-overlay img {
    height: 100px;
    width: auto;
}

/* --- Responsive Logo Styles --- */

/* Laptops */
@media (min-width: 1200px) {
    .company-logo-overlay img {
        height: 100px;
    }
}

.expertise-block {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 8px;
    height: 250px;
  }
  .expertise-block .expertise-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
  }
  .expertise-block:hover .expertise-image {
    transform: scale(1.05);
  }
  .expertise-block .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    padding: 30px 20px 20px;
    transition: all 0.3s ease;
  }
  .expertise-block .overlay h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
  }
  .expertise-block .overlay h3 a {
    color: #ffffff;
    text-decoration: none;
  }
  .expertise-block .overlay h3 a:hover {
    color: #ff5555;
  }

/* --- Custom Page Styles --- */

.architecture-section .auto-container,
.project-section .auto-container {
    position: relative; 
    z-index: 1;
}

.architecture-section .sec-title .text {
    color: #444; 
    font-size: 16px; 
    line-height: 1.6;
}

.highlight-box {
    font-weight: 600;
    font-size: 17px;
    display: block;
    padding: 15px 0;
    border-left: 3px solid #d32f2f;
    padding-left: 20px;
    background: #fafafa;
    margin: 20px 0;
}

/* Styles spécifiques à la page À propos */
/* Correction de la couleur du titre principal */
.about-section-three .title-column .inner-column h2 {
    color: #333333 !important;
}

/* Modernisation des couleurs du texte */
.about-section-three .content-column .inner-column .text p {
    color: #777777 !important;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Style moderne pour la citation avec cadre rouge */
.about-section-three .content-column .inner-column .big-text {
    color: #333333 !important;
    font-weight: 600;
    font-size: 17px;
    display: block;
    padding: 15px 0;
    border-left: 3px solid #d32f2f;
    padding-left: 20px;
    background: #fafafa;
    margin: 30px 0;
    border-radius: 3px;
}

/* Uniformisation des 3 images en haut */
.about-section-three .big-image {
    height: 300px;
    overflow: hidden;
    margin-bottom: 60px;
}

.about-section-three .big-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.modern-cta-section {
    margin: 50px 0;
}

.cta-card {
    position: relative;
    background: linear-gradient(135deg, #c62828 0%, #d32f2f 50%, #b71c1c 100%);
    padding: 50px 40px;
    border-radius: 12px;
    overflow: hidden;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 15px 35px rgba(198, 40, 40, 0.3);
}

.cta-card-decoration {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    opacity: 0.6;
}

.cta-card .content-left {
    flex: 1;
}

.cta-card h3 {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 800;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    position: relative;
    z-index: 2;
}

.cta-card .text {
    color: rgba(255,255,255,0.95) !important;
    margin: 0;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    position: relative;
    z-index: 2;
}

.cta-card .content-right {
    margin-left: 30px;
    position: relative;
    z-index: 2;
}

.cta-card .btn-style-one {
    background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
    color: #c62828;
    border: 3px solid #ffffff;
    font-size: 16px;
    font-weight: 800;
    padding: 18px 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 8px 25px rgba(255,255,255,0.3), 
                0 0 0 0 rgba(255,255,255,0.7);
    /* disable button breathing animation */
    animation: none;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.cta-card .btn-style-one:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: left 0.6s;
}

.cta-card .btn-style-one:hover {
    background: #ffffff;
    color: #c62828;
    border-color: #ffffff;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 15px 35px rgba(255,255,255,0.4), 
                0 0 0 8px rgba(255,255,255,0.2);
    animation: none;
}

.cta-card .btn-style-one:hover:before {
    left: 100%;
}

.cta-card .btn-style-one:active {
    transform: translateY(-1px) scale(1.02);
    transition: all 0.1s;
}

.cta-card .btn-style-one .txt {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

/* Animation de pulsation pour attirer l'attention */
@keyframes pulse-glow {
    0% {
        box-shadow: 0 8px 25px rgba(255,255,255,0.3), 
                    0 0 0 0 rgba(255,255,255,0.7);
    }
    50% {
        box-shadow: 0 8px 25px rgba(255,255,255,0.4), 
                    0 0 0 6px rgba(255,255,255,0.3);
    }
    100% {
        box-shadow: 0 8px 25px rgba(255,255,255,0.3), 
                    0 0 0 0 rgba(255,255,255,0.7);
    }
}

/* Animation shimmer pour la carte CTA (désactivée) */
.cta-card:before {
    content: none; /* disable pseudo-element */
    animation: none;
    background: none;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.contact-card {
    background: #d7c8c3;
    padding: 50px 30px;
    border-radius: 6px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    border: 1px solid #e0e0e0;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-card-content {
    text-align: center;
}

.contact-card .sec-title {
    margin-bottom: 12px;
}

.contact-card .title {
    margin-bottom: 8px;
}

.contact-card-phone {
    color: #c62828;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    margin-bottom: 8px;
}

.contact-card-phone:hover {
    color: #a92222;
}

.contact-card-email {
    color: #777777;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
}

.contact-card-email a {
    color: #c62828;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact-card-email a:hover {
    color: #a92222;
    text-decoration: underline;
}

.expertise-image {
    background-size: cover;
    background-position: center;
}

.project-section .sec-title {
    margin-bottom: 52px;
}

.project-block .inner-box .content-column .inner-column,
.project-block-two .inner-box .content-column .inner-column {
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-radius: 8px;
    border: 1px solid #eeeeee;
}

.project-block .inner-box .content-column .inner-column h2 a,
.project-block-two .inner-box .content-column .inner-column h2 a {
    color: #c62828;
}

.project-block .inner-box .content-column .inner-column h2 a:hover,
.project-block-two .inner-box .content-column .inner-column h2 a:hover {
    color: #a92222;
    text-decoration: none;
}

.project-block .inner-box .content-column .inner-column h2:before,
.project-block-two .inner-box .content-column .inner-column h2:before {
    background-color: #c62828;
}

.project-block .inner-box .content-column .inner-column .text,
.project-block-two .inner-box .content-column .inner-column .text {
    color: #777777;
}

.project-block .inner-box .content-column .inner-column .read-more,
.project-block-two .inner-box .content-column .inner-column .read-more {
    color: #c62828;
}

.project-block {
    position: relative;
    margin-bottom: 80px;
}

.main-footer .logo-widget {
    padding-left: 15px;
}

/* Footer Bottom */
.main-footer .footer-bottom {
    position: relative;
    padding: 20px 0;
    background-color: rgba(0,0,0,0.05);
}

.main-footer .footer-bottom .inner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-footer .copyright-text {
    color: #555555;
}

.main-footer .copyright-text a {
    color: #242424;
    font-weight: normal;
}

.main-footer .copyright-text a:hover {
    color: #c62828;
}

/* Responsive Footer */
@media (max-width: 991px) {
    .footer-column {
        text-align: center;
    }
    .main-footer .contact-widget ul li {
        padding-left: 0;
        text-align: center;
    }
    .main-footer .contact-widget ul li .fa {
        display: none;
    }
    .main-footer .footer-bottom .inner-container {
        flex-direction: column;
    }
    .main-footer .footer-nav {
        margin-bottom: 15px;
    }
    .main-footer .logo-widget {
        padding-left: 0;
    }
}

/* Footer spacing for A propos page */
.footer-spacing {
    padding: 50px 0;
}

/* Responsive CTA pour mobile */
@media (max-width: 768px) {
    .cta-card {
        flex-direction: column;
        text-align: center;
        padding: 40px 30px;
    }
    
    .cta-card .content-right {
        margin-left: 0;
        margin-top: 25px;
    }
    
    .cta-card h3 {
        font-size: 26px;
    }
    
    .cta-card .btn-style-one {
        font-size: 15px;
        padding: 16px 30px;
    }
}

/* Contact Card Columns */
.contact-card-columns {
    display: flex;
    gap: 15px;
}

.contact-column {
    flex: 1;
    text-align: center;
}

.contact-separator {
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
}

/* Responsive for Contact Card */
@media (max-width: 767px) {
    .contact-card-columns {
        flex-direction: column;
        gap: 20px;
    }
    
    .contact-separator {
        width: 100%;
        height: 1px;
        background: rgba(0, 0, 0, 0.1);
    }
    
    .contact-column {
        padding: 10px 0;
    }
}

/* Stack CTA cards vertically on mobile */
@media (max-width: 991px) {
    .modern-cta-section .row.clearfix {
        display: block !important;
    }
    
    .modern-cta-section .col-md-8,
    .modern-cta-section .col-md-4 {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 20px;
        display: block !important;
    }
    
    .modern-cta-section .col-md-4:last-child {
        margin-bottom: 0;
    }
}