@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

@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: #0f0f0f;
    line-height: 1.8em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: "Titillium Web", 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: "Titillium Web", sans-serif;
}

input,
button,
select,
textarea {
    font-family: "Titillium Web", sans-serif;
}

textarea {
    overflow: hidden;
}

.theme_color {
    color: #d9b256;
}

p,
.text {
    position: relative;
    line-height: 1.8em;
    font-family: "Titillium Web", sans-serif;
}

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

.auto-container {
    position: static;
    max-width: 1200px;
    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;
}

.text-white {
    color: white;
}

.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: #0f0f0f;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    font-family: "Titillium Web", 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: #0f0f0f;
    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: #0f0f0f;
    padding-left: 30px;
    font-size: 17px;
    font-weight: 500;
    font-family: "Titillium Web", sans-serif;
}

.list-style-three li:before {
    position: absolute;
    left: 0px;
    top: 1px;
    content: '\f00c';
    color: #0f0f0f;
    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: #0f0f0f;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Titillium Web", 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: #0f0f0f;
    display: inline-block;
    padding: 10px 26px;
    border: 2px solid #0f0f0f;
    text-transform: uppercase;
}

.btn-style-one:hover {
    color: #0f0f0f;
    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: #0f0f0f;
    font-size: 14px;
    font-weight: 700;
    background: #ffffff;
    display: inline-block;
    padding: 10px 26px;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    font-family: "Titillium Web", 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: "Titillium Web", 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: "Titillium Web", sans-serif;
}

.btn-style-five:hover {
    color: #0f0f0f;
    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: "Titillium Web", 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: "Titillium Web", 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: "Titillium Web", 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/preloader.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: #0f0f0f;
}

.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: #0f0f0f !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: #0f0f0f;
    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: #0f0f0f;
    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: #0f0f0f;
    text-align: center;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
    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: "Titillium Web", 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: #0f0f0f;
    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: #0f0f0f;
    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: #0f0f0f;
    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: #0f0f0f;
    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: "Titillium Web", sans-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: 20px;
    font-weight: 700;
    color: #0f0f0f;
    line-height: 1.2em;
    display: block;
}

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

.sec-title .text {
    position: relative;
    color: #bbbbbb;
    font-size: 16px;
    line-height: 1.7em;
    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: #0f0f0f;
    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: #0f0f0f;
    font-size: 16px;
    margin-top: 15px;
}

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

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

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

/*** 

====================================================================
	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: #0f0f0f;
    -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;
    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 {
    display: block;
    width: 440px;
    height: 440px;
    background: #d9b256;
}

.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Black tint with 50% opacity */
    z-index: 1;
    /* Ensure it sits above the image but below the text */
}

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

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

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

.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: "Titillium Web", sans-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 .view-projects {
    position: relative;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

.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: "Titillium Web", sans-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 !important;
    font-weight: 400 !important;
    line-height: 1.1em;
}

.main-slider-four .shape-image-two {
    display: block;
    width: 570px;
    height: 1600px;
    background: #0f0f0f;
}

.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: "Titillium Web", sans-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: 1em;
    margin-bottom: 35px;
}

.main-slider-four .content h2 span {
    font-family: "Titillium Web", sans-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-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: "Titillium Web", sans-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: #0f0f0f;
    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: "Titillium Web", 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: #0f0f0f;
    font-size: 15px;
    padding: 22px 0px;
    line-height: 24px;
    font-family: "Titillium Web", 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: #0f0f0f;
    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: "Titillium Web", sans-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 0px 60px;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: #4d4f5b;
}

.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: 100%;
}

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

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

.project-block .inner-box .content-column .inner-column h2 {
    position: relative;
    color: #0f0f0f;
    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;
    color: #0f0f0f;
    -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 a:hover {
    color: #d9b256;
    text-decoration: underline;
}

.project-block .inner-box .content-column .inner-column h2:before {
    position: absolute;
    content: '';
    top: 18px;
    right: 103%;
    width: 82px;
    height: 2px;
    background-color: #d9b256;
}

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

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

.project-block .inner-box .content-column .inner-column .read-more:hover {
    text-decoration: underline;
}


.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;
    text-align: right;
}

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

.project-block-two .inner-box .content-column .inner-column h2 {
    position: relative;
    color: #0f0f0f;
    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 {
    color: #0f0f0f;
    -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 a:hover {
    color: #d9b256;
}

.project-block-two .inner-box .content-column .inner-column h2:before {
    position: absolute;
    content: '';
    top: 18px;
    left: 103%;
    width: 82px;
    height: 2px;
    background-color: #d9b256;
}

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

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

.project-block-two .inner-box .content-column .inner-column .read-more:hover {
    text-decoration: underline;
}

/*** 

====================================================================
	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: "Titillium Web", sans-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: #000 !important;
    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 .client-thumbs-carousel .owl-stage-outer {
    overflow: visible;
}

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

.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: #0f0f0f;
    border-color: #0f0f0f;
}

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

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

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

/*** 

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

***/

.clients-section {
    position: relative;
    padding: 70px 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: #0f0f0f;
    background: none;
    border-bottom: 1px solid #0f0f0f;
    -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: #0f0f0f;
    height: 125px;
    font-size: 15px;
    resize: none;
    background: none;
    border-bottom: 1px solid #0f0f0f;
    -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: #0f0f0f;
}

.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: #4d4f5b;
    border: 1px solid rgba(255, 255, 255, 0.02);
}

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

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

.main-footer .footer-widget h2 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 25px;
    text-transform: capitalize;
}

/*Address Widget*/

.address-widget {
    position: relative;
}

.address-widget ul {
    position: relative;
}

.address-widget ul li {
    position: relative;
    margin-bottom: 18px;
    font-size: 15px;
    color: #ffffff;
    font-family: "Titillium Web", sans-serif;
}

.address-widget ul li strong {
    font-weight: 600;
}

.links-widget {
    position: relative;
}

.links-widget ul {
    position: relative;
}

.links-widget ul li {
    position: relative;
    margin-bottom: 8px;
}

.links-widget ul li a {
    position: relative;
    font-size: 15px;
    color: #ffffff;
    font-family: "Titillium Web", sans-serif;
}

.links-widget ul li a:hover {
    color: #d9b256;
    text-decoration: underline;
}

.links-widget .copyright {
    position: relative;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 40px;
    color: #ffffff;
    font-family: "Titillium Web", sans-serif;
}

.links-widget .purchased {
    position: relative;
    color: #d9b256;
    font-size: 15px;
    text-decoration: underline;
}

.links-widget .purchased:hover {
    color: #ffffff;
}

/*** 

====================================================================
	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: #0f0f0f;
}

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

.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: #838796;
    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: 700px;
    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: #ffffff;
    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: #ffffff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: "Titillium Web", sans-serif;
}

.commitment-section .content-column .inner-column .text {
    position: relative;
    color: #ffffff;
    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: "Titillium Web", 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: #0f0f0f;
    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: "Titillium Web", 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: #0f0f0f;
    background-color: #0f0f0f;
}

.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: #0f0f0f;
    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: #0f0f0f;
    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: "Titillium Web", 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: #0f0f0f;
}

.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: "Titillium Web", sans-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: "Titillium Web", 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: "Titillium Web", 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: "Titillium Web", 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: #0f0f0f;
    margin-bottom: 8px;
}

.we-do-section .title-column .text {
    position: relative;
    color: #0f0f0f;
    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: #0f0f0f;
    line-height: 1.4em;
    margin-bottom: 18px;
}

.we-do-section .content-column .inner-column .text {
    position: relative;
    color: #0f0f0f;
    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 .filter-list {
    margin: 0px -1px;
}

.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: #0f0f0f;
    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: #0f0f0f;
    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: "Titillium Web", 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: rgba(255, 255, 255, 0.10);
}

.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: #0f0f0f;
    line-height: 1.5em;
    margin-bottom: 16px;
}

.studio-section-two .title-column .text {
    position: relative;
    color: #0f0f0f;
    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: #0f0f0f;
    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: #0f0f0f;
    font-style: italic;
    font-family: "Titillium Web", sans-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: #0f0f0f;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 18px;
}

.team-section-two .title-column .text {
    position: relative;
    color: #0f0f0f;
    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: #0f0f0f;
}

.team-block-two .inner-box .lower-box .designation {
    position: relative;
    color: #0f0f0f;
    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: #0f0f0f;
    font-size: 60px;
    line-height: 1.2em;
    margin-bottom: 5px;
}

.about-section-two .info-column .designation {
    position: relative;
    color: #0f0f0f;
    font-size: 16px;
    font-weight: 300;
    font-family: "Titillium Web", 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: #0f0f0f;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 12px;
}

.about-section-two .info-column .info-box h4 {
    position: relative;
    color: #0f0f0f;
    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;
}

.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: #0f0f0f;
    font-size: 22px;
    line-height: 1.6em;
    margin-bottom: 20px;
}

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

/*** 

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

***/

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

.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: "Titillium Web", sans-serif;
}

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

.year-block .inner .text {
    position: relative;
    color: #0f0f0f;
    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: #0f0f0f;
}

.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: "Titillium Web", sans-serif;
}

.pdf-box .pdf-inner .content h3 span {
    color: #aaaaaa;
    display: block;
    font-size: 14px;
    font-family: "Titillium Web", 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: #0f0f0f;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 8px;
}

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

/*** 

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

***/

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

.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: #0f0f0f;
    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: #0f0f0f;
    font-size: 16px;
    margin-bottom: 20px;
}

.about-section-three .content-column .inner-column .big-text {
    position: relative;
    color: #0f0f0f;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4em;
    font-family: "Titillium Web", sans-serif;
}

/*** 

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

***/

.services-section {
    position: relative;
    padding-bottom: 60px;
}

.services-section .inner-container {
    padding-bottom: 60px;
    margin-bottom: 40px;
    border-bottom: 1px solid #d3d3d3;
}

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

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

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

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

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

.services-section .content-column .inner-column .text {
    position: relative;
    color: #0f0f0f;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 35px;
}

/*** 

====================================================================
	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: "Titillium Web", 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: "Titillium Web", 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: #0f0f0f;
    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: #0f0f0f;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
}

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

/*** 

====================================================================
	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;
    margin-bottom: 20px;
}

.contact-form .form-group .field-label {
    position: relative;
    color: #0f0f0f;
    font-size: 16px;
    font-weight: 400;
    font-family: "Titillium Web", 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 input[type="number"],
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 18px;
    padding: 0px 0px 10px;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #0f0f0f;
    background: none;
    border-bottom: 1px solid #dadada;
    -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: "Titillium Web", 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 input[type="number"]: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: #0f0f0f;
    height: 70px;
    font-size: 16px;
    resize: none;
    background: none;
    font-weight: 400;
    border-bottom: 1px solid #dadada;
    -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: "Titillium Web", sans-serif;
}

.contact-form .form-group textarea::-webkit-input-placeholder,
.contact-form .form-group input::-webkit-input-placeholder {
    color: #0f0f0f;
    font-family: "Titillium Web", 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;
}

/*** 

====================================================================
	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: #0f0f0f;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 8px;
}

.faq-section .faq-title .text {
    position: relative;
    color: #0f0f0f;
    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: #0f0f0f;
    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: "Titillium Web", 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 .icon-outer .icon-minus {
    opacity: 0;
    font-weight: 300;
}

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

.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: #0f0f0f;
    font-family: "Titillium Web", 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: #0f0f0f;
    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: "Titillium Web", 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: #0f0f0f;
    height: 160px;
    background: none;
    resize: none;
    font-size: 16px;
    font-weight: 400;
    font-family: "Titillium Web", 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: #0f0f0f;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 15px;
    font-family: "Titillium Web", sans-serif;
}

.services-page-section .services-title h2 {
    position: relative;
    color: #0f0f0f;
    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: #0f0f0f;
    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: #0f0f0f;
    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: #0f0f0f;
    font-size: 16px;
    margin-bottom: 2px;
    font-family: "Titillium Web", sans-serif;
}

/*Services Block Two*/

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

.service-block-two .inner-box {
    position: relative;
    background-color: #0f0f0f;
    -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: "Titillium Web", 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: #0f0f0f;
    line-height: 1.2em;
    margin-bottom: 2px;
}

.team-page-section .team-title .text {
    position: relative;
    font-size: 20px;
    color: #0f0f0f;
    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: "Titillium Web", sans-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: "Titillium Web", sans-serif;
}

.testimonial-block-three .inner-box .author-name {
    position: relative;
    color: #0f0f0f;
    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: #0f0f0f;
    font-size: 20px;
    font-style: italic;
    line-height: 1.5em;
    margin-top: 60px;
    font-family: "Titillium Web", sans-serif;
}

.testimonial-block-four .inner-box .author-name {
    position: relative;
    color: #0f0f0f;
    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: "Titillium Web", 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: #0f0f0f;
    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: #0f0f0f;
    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: "Titillium Web", 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: #0f0f0f;
    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: #0f0f0f;
    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: "Titillium Web", 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: #0f0f0f;
    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: #0f0f0f;
    line-height: 1.4em;
    text-transform: capitalize;
    font-family: "Titillium Web", sans-serif;
}

.sidebar .popular-posts .post .text a {
    color: #0f0f0f;
    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: "Titillium Web", 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: "Titillium Web", sans-serif;
}

.news-block-four .inner-box .lower-content .upper-box h3 {
    position: relative;
    color: #0f0f0f;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2em;
    font-family: "Titillium Web", sans-serif;
}

.news-block-four .inner-box .lower-content .upper-box h3 a {
    color: #0f0f0f;
    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: "Titillium Web", 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: #0f0f0f;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 30px;
}

.news-block-four .inner-box .lower-content .lower-box .text p {
    position: relative;
    color: #0f0f0f;
    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: #0f0f0f;
    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: #0f0f0f;
    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: #0f0f0f;
    line-height: 16px;
    text-transform: capitalize;
    font-family: "Titillium Web", 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: "Titillium Web", 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: "Titillium Web", 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: #0f0f0f;
    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: #0f0f0f;
    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: "Titillium Web", 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: #0f0f0f;
}

/*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: #0f0f0f;
    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: #0f0f0f;
    font-size: 60px;
    font-weight: 700;
}

.portfolio-single-section .title-box .text {
    position: relative;
    color: #0f0f0f;
    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: #d9b256;
}

.main-image-box .content-column .inner-column ul {
    position: relative;
}

.main-image-box .content-column .inner-column ul li {
    position: relative;
    color: #0f0f0f;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 24px;
    font-family: "Titillium Web", sans-serif;
}

.project-description {
    position: relative;
    margin-top: 40px;
}

.project-description .content-column {
    position: relative;
    margin-bottom: 40px;
}

.project-description h3 {
    position: relative;
    color: #0f0f0f;
    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: #0f0f0f;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 20px;
}

.project-description .text h4 {
    position: relative;
    color: #0f0f0f;
    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: #0f0f0f;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 12px;
    font-family: "Titillium Web", 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;
}

/*** 

====================================================================
	Shop Features Section
====================================================================

***/

.shop-features-section {
    position: relative;
    padding: 40px 0px 20px;
    background-color: #f8f8f8;
}

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

.feature-block .inner-box {
    position: relative;
    padding-left: 90px;
}

.feature-block .inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #d9b256;
    font-size: 56px;
    line-height: 1em;
    margin-bottom: 25px;
}

.feature-block .inner-box h3 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 8px;
}

.feature-block .inner-box h3 a {
    color: #0f0f0f;
}

.feature-block .inner-box .text {
    position: relative;
    color: #0f0f0f;
    line-height: 1.6em;
}

/*** 

====================================================================
	Shop Section
====================================================================

***/

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

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

.shop-item {
    position: relative;
    margin-bottom: 45px;
}

.shop-item .inner-box {
    position: relative;
}

.shop-item .inner-box .image {
    position: relative;
}

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

.shop-item .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.60);
    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;
}

.shop-item .inner-box:hover .image .overlay-box {
    opacity: 1;
}

.shop-item .inner-box .lower-content {
    position: relative;
    padding-top: 25px;
    text-align: center;
}

.shop-item .inner-box .lower-content h3 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 12px;
}

.shop-item .inner-box .lower-content h3 a {
    color: #0f0f0f;
    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;
}

.shop-item .inner-box .lower-content h3 a:hover {
    color: #c08c4d;
}

.shop-item .inner-box .lower-content .price {
    position: relative;
    color: #d9b256;
    font-size: 16px;
    font-weight: 700;
    font-family: "Titillium Web", sans-serif;
}

.shop-item .inner-box .lower-content .theme-btn {
    padding: 8px 35px 8px;
}

.shop-item .inner-box .image .btn-style-eight {
    position: relative;
    top: 46%;
    margin-top: -23px;
}


/*** 

====================================================================
	Products Section
====================================================================

***/

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

.products-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.70);
}

.products-section .product-column {
    position: relative;
}

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

.shop-item-two .inner-box {
    position: relative;
    background-color: #f1f2f2;
}

.shop-item-two .inner-box .image {
    position: relative;
}

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

.shop-item-two .inner-box .lower-content {
    position: relative;
    text-align: center;
    padding-bottom: 40px;
}

.shop-item-two .inner-box .lower-content h3 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 8px;
    margin-top: 10px;
}

.shop-item-two .inner-box .lower-content h3 a {
    color: #0f0f0f;
    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;
}

.shop-item-two .inner-box .lower-content .price {
    position: relative;
    color: #d9b256;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}


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

.products-section .content-column .inner-column {
    position: relative;
    padding-left: 45px;
}

.products-section .content-column .inner-column h2 {
    position: relative;
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 25px;
}

.products-section .content-column .inner-column h2 span {
    color: #c08c4d;
    font-size: 40px;
    display: block;
}

.products-section .content-column .inner-column .text {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 38px;
}

.products-section .content-column .inner-column .theme-btn {
    font-size: 18px;
    padding: 13px 25px 11px;
}

.page-title {
    position: relative;
    padding: 55px 0px;
    text-align: center;
    background-color: #f4f4f4;
}

.page-title h1 {
    position: relative;
    color: #0f0f0f;
    font-size: 35px;
    font-weight: 700;
}

/*** 

====================================================================
	Shop Single Section
====================================================================

***/

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

.shop-single {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 90px;
    border-bottom: 1px solid #e9e9e9;
}

.product-details .basic-details {
    position: relative;
    margin-bottom: 60px;
}

.product-details .image-column,
.product-details .info-column {
    margin-bottom: 20px;
}

.product-details .image-column .image-box {
    padding-right: 40px;
}

.product-details .info-column .inner-column {
    position: relative;
    padding-left: 15px;
}

.product-details .image-column .image-box img {
    position: relative;
    display: block;
    width: 100%;
    background-color: #f4f4f4;
}

.product-details .basic-details h4 {
    font-size: 32px;
    font-weight: 600;
    margin: -5px 0px 0px;
    line-height: 1.2em;
    color: #0f0f0f;
    padding-bottom: 20px;
}

.product-details .basic-details .text {
    position: relative;
    color: #0f0f0f;
    font-size: 16px;
    line-height: 1.7em;
    padding: 25px 0px;
    margin-bottom: 22px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.product-details .basic-details .price {
    position: relative;
    color: #0f0f0f;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.product-details .basic-details .price span {
    font-weight: 700;
    font-size: 22px;
    color: #0f0f0f;
    margin-left: 10px;
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner {
    line-height: 24px;
    padding: 10px 15px !important;
    height: 46px !important;
    box-shadow: none !important;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical>.btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical>.btn {
    padding: 11px 10px;
    background: #f4f5f6;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i {
    top: 6px;
}

.product-details .basic-details .item-quantity {
    position: relative;
    margin-bottom: 40px;
}

.product-details .info-column .inner-column .btn-style-eight {
    padding: 11px 36px;
}

.product-details .basic-details .item-quantity .field-label {
    float: left;
    color: #0f0f0f;
    font-weight: 600;
    font-size: 18px;
    line-height: 40px;
    margin-right: 20px;
    display: inline-block;
}

.product-details .basic-details .item-quantity .bootstrap-touchspin {
    width: 80px;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.shop-single .product-details .prod-tabs {
    position: relative;
    margin-bottom: 60px;
}

.shop-single .product-details .prod-tabs .tab-btns {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #e2e2e2;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    margin-right: 10px;
    font-size: 16px;
    background: #d9b256;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 11px 30px 9px;
    transition: all 500ms ease;
    font-family: "Titillium Web", sans-serif;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:before {
    position: absolute;
    content: '';
    left: 0px;
    top: -2px;
    width: 100%;
    height: 3px;
    opacity: 0;
    background-color: #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;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn::before,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover::before {
    opacity: 1;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover:after,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn {
    color: #0f0f0f;
    border-color: #e2e2e2;
    background: #ffffff;
}

.shop-single .product-details .prod-tabs .tabs-content {
    position: relative;
    padding: 50px 35px 30px;
    border: 1px solid #e2e2e2;
    border-top: 0px;
}

.shop-single .product-details .prod-tabs .tabs-content .tab {
    position: relative;
    display: none;
    border-top: 0px;
}

.shop-single .product-details .prod-tabs .tabs-content .tab.active-tab {
    display: block;
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content {
    position: relative;
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content p {
    position: relative;
    font-size: 16px;
    color: #0f0f0f;
    line-height: 1.7em;
    margin-bottom: 25px;
}

.prod-tabs .tabs-content .tab .title {
    position: relative;
    color: #232527;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 25px;
    font-family: "Titillium Web", sans-serif;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.shop-single .comments-area {
    position: relative;
    margin-top: 0px;
    margin-bottom: 50px;
}

.shop-single .group-title {
    position: relative;
    margin-bottom: 40px;
}

.shop-single .group-title h2 {
    position: relative;
    font-size: 24px;
    color: #232628;
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #f2f2f2;
}

.shop-single .group-title h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -1px;
    width: 55px;
    height: 2px;
    background-color: #d9b256;
}

.shop-single .comments-area .comment-box {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shop-single .comments-area .comment-box:nth-child(1) {
    padding-top: 0px;
}

.shop-single .comments-area .comment-box:hover {
    border-color: #eb5310;
}

.shop-single .comments-area .comment {
    position: relative;
    font-size: 14px;
    padding: 0px 0px 0px 90px;
}

.shop-single .comments-area .comment .comment-inner {
    position: relative;
    padding: 15px 20px;
    border: 1px solid #f4f4f4;
}

.shop-single .comments-area .comment .comment-inner .rating {
    position: absolute;
    right: 15px;
    top: 15px;
}

.shop-single .comments-area .comment .comment-inner .rating .fa {
    display: inline-block;
    color: #d9b256;
}

.shop-single .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    margin-bottom: 20px;
}

.shop-single .comments-area .comment-box .author-thumb img {
    width: 60px;
    display: block;
}

.shop-single .comments-area .comment-info {
    position: relative;
    color: #232527;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Titillium Web", sans-serif;
}

.shop-single .comments-area .comment-box .text {
    color: #848484;
    font-size: 14px;
    margin-top: 8px;
    font-weight: 300;
    line-height: 1.8em;
    margin-bottom: 0px;
}

/*Comment Form*/

.shop-comment-form {
    position: relative;
}

.shop-comment-form h2 {
    position: relative;
    color: #232628;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #f2f2f2;
}

.shop-comment-form h2:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -1px;
    width: 55px;
    height: 2px;
    background-color: #d9b256;
}

.shop-comment-form .group-title {
    margin-bottom: 20px;
}

.shop-comment-form .rating-box {
    position: relative;
    margin-bottom: 30px;
}

.shop-comment-form .rating-box .text {
    position: relative;
    font-size: 16px;
    color: #848484;
    margin-bottom: 10px;
}

.shop-comment-form .rating-box .rating {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ebebeb;
}

.shop-comment-form .rating-box .rating:last-child {
    border-right: 0px;
}

.shop-comment-form .rating-box .rating .fa {
    position: relative;
    margin-right: 6px;
    display: inline-block;
}

.shop-comment-form .rating-box .rating a {
    position: relative;
    color: #d6d6d6;
    font-size: 14px;
    display: inline-block;
}

.shop-comment-form .rating-box .rating a:hover {
    color: #d9b256;
}

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

.shop-comment-form .form-group label {
    position: relative;
    color: #848484;
    font-size: 14px;
    font-weight: 400;
}

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

.shop-comment-form .form-group input[type="text"],
.shop-comment-form .form-group input[type="password"],
.shop-comment-form .form-group input[type="tel"],
.shop-comment-form .form-group input[type="email"],
.shop-comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 15px;
    border: 1px solid #efefef;
    height: 50px;
    color: #848484;
    font-weight: 300;
    background: #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;
}

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

.shop-comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 15px;
    color: #848484;
    border: 1px solid #efefef;
    height: 115px;
    font-weight: 300;
    background: #ffffff;
    resize: 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;
}

.shop-comment-form button {
    position: relative;
    margin-top: 10px;
}

.shop-comment-form input:focus,
.shop-comment-form select:focus,
.shop-comment-form textarea:focus {
    border-color: #f06529;
}

/*** 

====================================================================
	Related Project Section
====================================================================

***/

.related-products {
    position: relative;
    padding: 0px 0px 0px;
}

.related-products .sec-title-two {
    margin-bottom: 50px;
}

/*** 

====================================================================
	Cart Section style
====================================================================

***/

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

.cart-outer {
    position: relative;
}

.checkout-page .cart-outer {
    margin-bottom: 40px;
}

.cart-outer .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto;
}

.cart-outer .cart-table {
    width: 100%;
    min-width: 900px;
}

.cart-table .cart-header {
    position: relative;
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
    background: #f4f5f6;
    color: #1c1c1c;
    border: 1px solid #ebebeb;
}

.cart-table thead tr th {
    line-height: 24px;
    padding: 13px 28px;
    font-weight: 600;
    font-size: 18px;
    color: #0f0f0f;
    text-transform: capitalize;
    border-right: 1px solid #ebebeb;
    font-family: "Titillium Web", sans-serif;
}

.cart-table thead tr th .fa {
    font-size: 18px;
}

.cart-table thead tr th.prod-column {
    text-align: left;
}

.cart-table tbody tr td {
    line-height: 24px;
    padding: 25px 28px 20px;
}

.cart-table tbody tr .qty {
    width: 200px;
    padding-right: 80px;
}

.cart-table tbody tr .qty .quantity-spinner {
    background: #ffffff;
}

.cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 110px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
    position: relative;
    width: 100px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: block;
    max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h4 {
    font-size: 14px;
    color: #444444;
    font-weight: 400;
    line-height: 90px;
}

.cart-table tbody tr .prod-column .author {
    font-size: 13px;
    color: #333333;
    margin-bottom: 0px;
}

.cart-table tbody tr .sub-total {
    font-weight: 400;
    color: #0f0f0f;
    font-size: 17px;
    font-family: "Titillium Web", sans-serif;
}

.cart-table tbody tr .remove-btn {
    position: relative;
    font-size: 14px;
    color: #1c1c1c;
    line-height: 30px;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
    position: relative;
    font-size: 18px;
    line-height: 30px;
}

.cart-table tbody tr .remove-btn:hover {
    color: #d2b871;
}

.cart-table tbody tr {
    border-bottom: 1px solid #e9e9e9;
}

.cart-table tbody tr td {
    vertical-align: middle;
    color: #0f0f0f;
    font-size: 17px;
    border-left: 1px solid #ebebeb;
}

.cart-table tbody tr .total-price {
    font-weight: 500;
    font-family: "Titillium Web", sans-serif;
}

.cart-table tbody tr td:last-child {
    border-right: 1px solid #ebebeb;
    text-align: center;
}

.cart-table tbody tr td .prod-title {
    position: relative;
    font-size: 16px;
    color: #0f0f0f;
    font-family: "Titillium Web", sans-serif;
}

.cart-table tbody tr td .quantity-spinner {
    padding: 5px 0px 5px 20px;
    line-height: 24px;
    height: 34px;
    display: block;
    width: 100%;
    position: relative;
}

.cart-table tbody .available-info {
    position: relative;
    padding-left: 50px;
}

.cart-table tbody .available-info .icon {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background: #223555;
    border-radius: 50%;
}

.cart-section .cart-options {
    position: relative;
    padding: 28px 35px 15px;
    margin-bottom: 50px;
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
    border-top: 0px;
}

.cart-section .apply-coupon {
    position: relative;
}

.cart-section .apply-coupon .form-group {
    position: relative;
    float: left;
    margin-right: 10px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
    display: block;
    line-height: 15px;
    padding: 8px 10px;
    border: 1px solid #eeeeee;
    width: 130px;
    height: 33px;
    font-size: 14px;
    background: #ffffff;
}

.cart-section .btn-style-two {
    padding: 3px 26px;
    line-height: 24px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    border-color: #0f0f0f;
    background-color: #0f0f0f;
    font-family: "Titillium Web", sans-serif;
}

.cart-section .btn-style-two:hover {
    color: #0f0f0f;
}

.cart-section .cart-options .btn-style-eight {
    top: -2px;
    padding: 7px 28px;
}

.cart-section .totals-table {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
}

.cart-section .totals-table li {
    line-height: 24px;
    padding: 14px 22px;
    border-bottom: 1px solid #ebebeb;
}

.cart-section .totals-table li:first-child {
    background-color: #f9f9f9;
}

.cart-section .totals-table li h3 {
    position: relative;
    font-weight: 600;
    color: #0f0f0f;
    font-size: 18px;
}

.cart-section .totals-table li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding: 25px 30px;
}

.cart-section .totals-table .col {
    position: relative;
    display: block;
    float: left;
    line-height: 24px;
    width: 50%;
    color: #0f0f0f;
    font-size: 17px;
    text-transform: capitalize;
}

.cart-section .totals-table li .col:last-child {
    text-align: right;
    color: #0f0f0f;
}

.cart-section .totals-table .total .price {
    color: #363636 !important;
    font-weight: 700;
}

/*Check Out Page*/

.checkout-page {
    position: relative;
    padding: 100px 0px 80px;
}

.checkout-page .default-links {
    position: relative;
    margin-bottom: 40px;
}

.checkout-page .default-links li {
    margin-bottom: 15px;
    line-height: 24px;
    padding: 18px 28px;
    background: #f9f9f9;
    color: #0f0f0f;
    font-size: 17px;
    font-weight: 600;
    border: 1px solid #ebebeb;
    font-family: "Titillium Web", sans-serif;
}

.checkout-page .default-links li a {
    color: #d2b871;
    text-decoration: underline;
}

.shop-form {
    position: relative;
}

.shop-form .sec-title-two {
    margin-bottom: 40px;
}

.shop-form .sec-title-two h2 {
    font-size: 32px;
}

.shop-form .billing-inner {
    position: relative;
    padding-right: 100px;
}

.shop-form .sec-title {
    margin-bottom: 30px;
}

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

.billing-details .shop-form .form-group {
    margin-bottom: 20px;
}

.shop-form .form-group .field-label {
    display: block;
    line-height: 24px;
    margin-bottom: 8px;
    text-transform: capitalize;
    color: #0f0f0f;
    font-size: 15px;
    font-weight: 600;
    font-family: "Titillium Web", sans-serif;
}

.shop-form .form-group .field-label sup {
    position: relative;
    top: 0px;
    color: #0f0f0f;
    font-size: 16px;
}

.shop-form input[type="text"],
.shop-form input[type="email"],
.shop-form input[type="password"],
.shop-form input[type="tel"],
.shop-form input[type="number"],
.shop-form input[type="url"],
.shop-form select,
.shop-form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
    line-height: 16px;
    padding: 10px 15px;
    height: 38px;
    border: 1px solid #eeeeee;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.shop-form input.address-two {
    margin-top: 12px;
}

.shop-form input::-webkit-input-placeholder,
.shop-form select::-webkit-input-placeholder,
.shop-form textarea-webkit-input-placeholder {
    color: #c6c6c6;
}

.shop-form select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background: #ffffff url(../images/icons/icon-select.png) right center no-repeat;
    cursor: pointer;
}

.shop-form select option {
    text-indent: 15px;
}

.shop-form textarea {
    resize: none;
    height: 100px !important;
    overflow: hidden;
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus {
    border-color: #d2b871;
}

/*Shop Order Box*/

.shop-order-box {
    position: relative;
    padding: 20px 28px 60px;
    border: 1px solid #d9d9d9;
    background-color: #fdfdfd;
}

.shop-order-box .order-list {
    position: relative;
}

.shop-order-box .order-list li {
    position: relative;
    color: #0f0f0f;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
    font-family: "Titillium Web", sans-serif;
}

.shop-order-box .order-list li span {
    float: right;
    width: 35%;
    text-align: left;
    font-size: 17px;
}

.shop-order-box .order-list li span.dark {
    color: #0f0f0f;
}

.shop-order-box .order-list li.total {
    padding: 8px 0px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.payment-options {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.checkout-page .payment-options li {
    position: relative;
    margin-bottom: 15px;
}

.checkout-page .payment-options li .radio-option {
    position: relative;
}

.checkout-page .payment-options li .radio-option label {
    position: relative;
    display: block;
    padding-left: 30px;
    font-weight: 600 !important;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #0f0f0f;
    cursor: pointer;
    font-size: 15px;
}

.checkout-page .payment-options li .radio-option label strong {
    font-weight: 600;
    display: inline-block;
    color: #0f0f0f;
}

.checkout-page .payment-options li .radio-option input[type="radio"] {
    position: absolute;
    left: 0px;
    top: 3px;
}

.checkout-page .payment-options li .radio-option #payment-3 {
    top: 9px;
}

.checkout-page .payment-options li .what-paypall {
    font-size: 13px;
    font-weight: 600;
    margin-left: 15px;
}

.checkout-page .payment-options li .radio-option label .small-text {
    position: relative;
    display: none;
    padding: 18px 26px;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: normal;
    font-size: 15px;
    color: #8e8d8d;
    border-radius: 4px;
    line-height: 20px;
    line-height: 1.6em;
    margin-top: 20px;
    background-color: #ececec;
    font-family: "Titillium Web", sans-serif;
}

.checkout-page .payment-options li .radio-option label .small-text:before {
    position: absolute;
    content: '';
    left: 24px;
    top: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #ececec;
}

.checkout-page .payment-options li .radio-option input[type="radio"]:checked+label .small-text {
    display: block;
}

.checkout-page .payment-options li .radio-option label img {
    position: relative;
    top: -3px;
    display: inline-block;
    max-width: 100%;
    padding-left: 30px;
}

.checkout-page .payment-options li .radio-option label img {
    position: relative;
    top: -3px;
    display: inline-block;
    max-width: 100%;
    padding-left: 30px;
}

.bg_grey {
    background: #f1f1f1;
}

.bg_gold {
    background: rgb(217 178 86 / 70%);
}

.mb_90 {
    margin-bottom: 90px;
}

.main-footer .widget ul {
    list-style: none;
    margin-top: 0px;
}

.main-footer .widget_address {
    padding-top: 5px;
}

.main-footer .widget_services ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.main-footer .widget_services ul li {
    margin-bottom: 13px;
    position: relative;
    padding: 10px 10px 10px 0px;
    margin-bottom: 0;
    display: inline-block;
}

.main-footer .widget_services ul li {
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
}

.main-footer .widget_services ul li {
    display: table;
    width: 100%;
    padding: 2px 0px;
}

.main-footer .widget_services ul li a {
    display: table-cell;
    width: 50%;
    font-weight: 400;
}

.main-footer .widget_services ul li a {
    color: #fff;
}

.main-footer .widget_services ul li a:hover {
    color: #0f0f0f;
}

.main-footer .widget_address li span {
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 18px;
    color: #fff;
}

.main-footer .widget_address li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    color: #fff;
    font-size: 15px;
}

.main-footer .widget_address li i {
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 18px;
    color: #fff;
}

.social a {
    color: #fff;
    margin-left: 15px;
    font-size: 18px;
}

.social a:hover {
    color: #0f0f0f;
    margin-left: 15px;
    font-size: 18px;
}