.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}* {
margin: 0px;
padding: 0px;
border: none;
outline: none;
} body {
font-size: 14px;
color: #222222;
line-height: 24px;
font-weight: 400;
background: #ffffff;
font-family: 'Open Sans', sans-serif;
background-size: cover;
background-repeat: no-repeat;
background-position: center top;
-webkit-font-smoothing: antialiased;
}
@media (min-width:1200px) {
.container {
max-width: 1170px;
padding: 0px;
}
}
.auto-container {
position: static;
max-width: 1200px;
padding: 0px 15px;
margin: 0 auto;
}
.container-fluid {
padding: 0px 0px;
}
.small-container {
max-width: 680px;
margin: 0 auto;
}
.boxed_wrapper {
position: relative;
overflow-x: hidden;
margin: 0 auto;
width: 100%;
min-width: 300px;
}
a {
text-decoration: none;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
a:hover {
text-decoration: none;
outline: none;
color: #c6a47e;
}
input,
button,
select,
textarea {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 15px;
}
ul,
li {
list-style: none;
padding: 0px;
margin: 0px;
}
input {
transition: all 500ms ease;
}
button:focus,
input:focus,
textarea:focus {
outline: none;
box-shadow: none;
transition: all 500ms ease;
}
p {
position: relative;
font-family: 'Open Sans', sans-serif;
color: #222222;
margin-bottom: 0px;
font-style: normal;
transition: all 500ms ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
position: relative;
font-family: 'Oswald', Sans-Serif;
font-weight: 400;
color: #222222;
margin: 0px;
transition: all 500ms ease;
}
.centred {
text-align: center;
}
.pull-left {
float: left;
}
.pull-right {
float: right;
}
figure {
margin: 0px;
}
img {
display: inline-block;
max-width: 100%;
height: auto;
}
@keyframes pulse {
50% {
box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.20), 0 0 0 50px rgba(255, 255, 255, 0.10);
}
} .theme-btn {
position: relative;
display: inline-block;
font-size: 20px;
font-family: 'Passion One', Cursive;
padding: 20px 40px;
background: #ff7c4e;
line-height: 26px;
color: #ffffff;
font-weight: 400;
border-radius: 30px;
text-transform: uppercase;
transition: all 500ms ease;
cursor: pointer;
text-align: center;
z-index: 1;
}
.theme-btn:hover {
background: #3b3634;
color: #ffffff;
transform: translateY(-3px);
}
.pagination {
position: relative;
display: block;
}
.pagination li {
display: inline-block;
margin: 0px 5px;
}
.pagination li a {
position: relative;
display: inline-block;
font-size: 18px;
font-family: 'Playfair Display', sans-serif;
height: 52px;
font-weight: 900;
width: 52px;
line-height: 52px;
text-align: center;
color: #737879;
background: #f4f3f0;
transition: all 500ms ease;
}
.pagination li a:hover,
.pagination li a.active {
background: #f18f20;
color: #ffffff;
}
.sec-pad {
padding: 115px 0px 120px 0px !important;
}
.preloader {
position: fixed;
left: 0px;
top: 0px;
height: 100%;
width: 100%;
z-index: 999999;
background-color: #ffffff;
background-position: center center;
background-repeat: no-repeat;
background-image: url(//veritystructure.com/wp-content/themes/diaco/images/icons/preloader.gif);
}
.scroll-top {
width: 50px;
height: 50px;
line-height: 50px;
position: fixed;
bottom: 105%;
right: 50px;
font-size: 16px;
border-radius: 50%;
z-index: 99;
color: #ffffff;
text-align: center;
cursor: pointer;
background: #c6a47e;
transition: 1s ease;
}
.scroll-top.open {
bottom: 30px;
}
.scroll-top:hover {
background: #222222;
}
.scroll-top span {
color: #fff;
}
.scroll-top:after {
position: absolute;
z-index: -1;
content: '';
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 1;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
} .sec-title .top-title {
position: relative;
display: block;
font-size: 14px;
font-family: 'Oswald', sans-serif;
color: #c6a47e;
line-height: 20px;
font-weight: 300;
margin-bottom: 1px;
text-transform: uppercase;
}
.sec-title h1 {
position: relative;
display: block;
font-size: 52px;
color: #222222;
line-height: 80px;
font-weight: 700;
text-transform: uppercase;
}
.sec-title h1 span {
font-weight: 300;
}
.sec-title h1:before {
position: absolute;
content: '';
background: url(//veritystructure.com/wp-content/themes/diaco/images/icons/title-icon.png);
width: 236px;
height: 18px;
left: 0px;
bottom: 10px;
background-repeat: no-repeat;
z-index: -1;
}
.sec-title.centred h1:before {
right: 0px;
margin: 0 auto;
}
.gray-bg {
background: #f8f8f8;
}
.black-bg {
background: #111111;
}  .main-header {
position: relative;
left: 0px;
top: 0px;
background: #ffffff;
z-index: 999;
width: 100%;
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 {
position: fixed;
opacity: 0;
visibility: hidden;
background: #222222;
left: 0px;
top: 0px;
width: 100%;
z-index: 0;
box-shadow: 0 0px 20px 0px #222222;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.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;
} .header-style-one .outer-container {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
}
.header-style-one .outer-container .outer-box {
position: relative;
border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.header-style-one .logo-box {
position: relative;
padding: 29px 0px 21px 100px;
}
.header-style-one .nav-toggler .nav-btn {
position: relative;
display: block;
color: #ffffff;
font-size: 40px;
height: 107px;
width: 100px;
line-height: 107px;
background: #c6a47e;
text-align: center;
cursor: pointer;
z-index: 1;
}
.header-style-one .nav-toggler .nav-btn .icon-bar {
background: #ffffff;
height: 2px;
width: 28px;
display: block;
margin: 4px auto;
text-align: center;
cursor: pointer;
transition: all 500ms ease;
}
.header-style-one .nav-toggler .nav-btn:hover .icon-bar:nth-child(2) {
width: 22px;
}
.header-style-one .nav-toggler .nav-btn:hover .icon-bar:last-child {
width: 16px;
} .header-style-two .logo-box {
position: relative;
margin-top: 26px;
}
.header-style-two .header-upper {
position: absolute;
left: 0px;
top: -59px;
width: 100%;
} .main-header .nav-outer {
position: relative;
float: right;
}
.header-style-two .header-upper .inner-container {
position: relative;
display: block;
background: #222222;
padding: 0px 40px 0px 30px;
}
.header-style-two .header-upper .inner-container:before {
position: absolute;
content: '';
background: rgba(198, 164, 126, 0.40);
width: 1150px;
height: 100%;
left: 10px;
top: 6px;
z-index: -1;
}
.main-header .header-upper .menu-area,
.main-header .header-upper .outer-box {
position: relative;
float: left;
}
.main-header .header-upper .outer-box {
position: relative;
margin-top: 43px;
}
.main-header .header-upper .outer-box .search-outer {
position: relative;
padding-left: 26px;
}
.main-header .header-upper .outer-box .search-outer:before {
position: absolute;
content: '';
background: #ffffff;
width: 1px;
height: 20px;
left: 0px;
top: 1px;
}
.main-header .header-upper .menu-area {
position: relative;
display: block;
margin-right: 14px;
}
.main-menu .navbar-collapse {
padding: 0px;
}
.main-menu .navigation>li {
position: relative;
float: left;
margin: 0px 21px;
}
.main-menu .navigation>li:first-child {
margin-left: 0px;
}
.main-menu .navigation>li>a {
position: relative;
display: block;
font-size: 18px;
font-family: 'Oswald', sans-serif;
color: #ffffff;
line-height: 26px;
font-weight: 400;
opacity: 1;
letter-spacing: 1px;
text-transform: uppercase;
padding: 39px 0px 42px 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.current>a,
.main-menu .navigation>li:hover>a {
color: #c6a47e;
}
.main-menu .navigation {
position: relative;
}
.main-menu .navigation>li>ul {
position: absolute;
left: 0px;
top: 100%;
width: 250px;
z-index: 100;
display: none;
background: #ffffff;
border-top: 3px solid #c6a47e;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}
.main-menu .navigation>li>ul>li {
position: relative;
width: 100%;
padding: 7px 30px;
border-bottom: 1px solid #e5e5e5;
transition: all 500ms ease;
}
.main-menu .navigation>li>ul>li:last-child {
border-bottom: none;
}
.main-menu .navigation>li>ul>li>a {
position: relative;
display: block;
font-family: 'Oswald', sans-serif;
padding: 6px 0px;
line-height: 24px;
font-size: 14px;
color: #222222;
font-weight: 400;
letter-spacing: 1px;
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 {
background: #c6a47e;
border-bottom: 1px solid #c6a47e;
}
.main-menu .navigation>li>ul>li:hover a {
color: #ffffff;
padding-left: 10px;
}
.main-menu .navigation>li>ul>li:last-child:hover {
border-bottom: none;
}
.main-menu .navigation>li.dropdown:hover>ul {
visibility: visible;
opacity: 1;
}
.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
position: absolute;
right: 15px;
top: 8px;
font-size: 18px;
color: #ffffff;
width: 35px;
height: 30px;
line-height: 30px;
text-align: center;
cursor: pointer;
z-index: 5;
display: none;
}
.navbar-header {
display: none;
} .main-menu .navigation>li>ul>li>ul {
position: absolute;
left: 100%;
top: 0%;
width: 230px;
z-index: 100;
display: none;
padding: 0px 0px;
background-color: #ffffff;
border-top: 3px solid #c6a47e;
-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation li>ul>li.dropdown:hover>ul {
visibility: visible;
opacity: 1;
top: 0;
}
.main-menu .navigation>li>ul>li>ul>li {
position: relative;
width: 100%;
margin: 0px;
border-bottom: 1px solid #e5e5e5;
}
.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: 10px 30px !important;
line-height: 24px;
font-weight: 400;
font-family: 'Oswald', sans-serif;
font-size: 15px;
letter-spacing: 1px;
text-transform: capitalize;
color: #222222 !important;
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:hover>a {
color: #ffffff !important;
background: #c6a47e;
padding-left: 40px !important;
}
.main-menu .navigation>li>ul>li.dropdown>a:after {
position: absolute;
content: "\f105";
font-size: 16px;
color: #222;
top: 6px;
right: -12px;
font-family: 'Font Awesome 5 Free';
font-weight: 600;
cursor: pointer;
transition: all 500ms ease;
}
.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
color: #ffffff;
} .main-header .search-outer {
position: relative;
left: 4px;
}
.search-outer .header-flyout-searchbar i:before {
position: relative;
font-size: 18px;
color: #ffffff;
margin: 0px;
cursor: pointer;
transition: all 500ms ease;
}
.wraper_flyout_search {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.wraper_flyout_search>.table {
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
margin: 0;
}
.wraper_flyout_search>.table>.table-cell {
position: relative;
display: table-cell;
width: 100%;
height: 100%;
vertical-align: middle;
text-align: center;
}
.wraper_flyout_search>.table>.table-cell>.flyout-search-layer {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 1;
transform: translateX(100%);
-webkit-transform: translateX(100%);
}
.wraper_flyout_search>.table>.table-cell>.flyout-search-layer:nth-child(1) {
left: 0;
background-color: rgba(0, 0, 0, 0.5);
transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
}
.wraper_flyout_search>.table>.table-cell>.flyout-search-layer:nth-child(2) {
left: 300px;
background-color: rgba(0, 0, 0, 0.4);
transition: all 0.3s ease-in-out 0.3s;
-webkit-transition: all 0.3s ease-in-out 0.3s;
}
.wraper_flyout_search>.table>.table-cell>.flyout-search-layer:nth-child(3) {
left: 600px;
background-color: rgba(0, 0, 0, 0.9);
transition: all 0.9s ease-in-out 0.6s;
-webkit-transition: all 0.9s ease-in-out 0.6s;
}
.wraper_flyout_search>.table>.table-cell>.flyout-search-close {
position: absolute;
top: 40px;
right: 40px;
width: 30px;
z-index: 2;
text-align: center;
cursor: pointer;
}
.wraper_flyout_search>.table>.table-cell>.flyout-search-close>.flyout-search-close-line {
width: 100%;
height: 2px;
float: left;
margin-bottom: 5px;
background-color: #fff;
}
.wraper_flyout_search>.table>.table-cell>.flyout-search-close>.flyout-search-close-line:nth-child(1) {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
.wraper_flyout_search>.table>.table-cell>.flyout-search-close>.flyout-search-close-line:nth-child(2) {
margin-top: -7px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
.wraper_flyout_search>.table>.table-cell .flyout_search {
position: relative;
z-index: 1;
float: right;
width: 100%;
max-width: 500px;
padding: 100px 40px 100px 40px;
text-align: right;
}
.wraper_flyout_search>.table>.table-cell .flyout_search>.flyout-search-title {
margin-bottom: 30px;
}
.wraper_flyout_search>.table>.table-cell .flyout_search>.flyout-search-title>*:last-child {
margin-bottom: 0 !important;
}
.wraper_flyout_search>.table>.table-cell .flyout_search>.flyout-search-title h4 {
margin-bottom: 20px;
text-transform: uppercase;
font-weight: 300;
font-size: 35px;
color: #fff;
line-height: 45px;
letter-spacing: 50px;
opacity: 0;
transition: all 1s ease-in-out 0s;
-webkit-transition: all 1s ease-in-out 0s;
}
.wraper_flyout_search>.table>.table-cell .flyout_search>.flyout-search-bar .form-row {
position: relative;
padding: 0;
margin: 0;
}
.wraper_flyout_search>.table>.table-cell .flyout_search>.flyout-search-bar .form-row input[type=search] {
width: 100%;
height: 60px;
padding: 0px 40px 0px 0px;
background-color: initial;
border: none;
border-bottom: 3px #dedede solid;
box-shadow: initial;
font-size: 20px;
color: #fff;
}
.wraper_flyout_search>.table>.table-cell .flyout_search>.flyout-search-bar .form-row button[type=submit] {
position: absolute;
top: 17px;
right: 0;
z-index: 1;
width: 40px;
height: auto;
background-color: initial;
border: none;
cursor: pointer;
}
.wraper_flyout_search>.table>.table-cell .flyout_search>.flyout-search-bar .form-row button[type=submit] i {
font-size: 20px;
color: #fff;
line-height: 20px;
}
body.flyout-searchbar-active .wraper_flyout_search {
opacity: 1;
visibility: visible;
}
body.flyout-searchbar-active .wraper_flyout_search>.table>.table-cell>.flyout-search-layer {
transform: translateX(0);
-webkit-transform: translateX(0);
}
body.flyout-searchbar-active .wraper_flyout_search>.table>.table-cell .flyout_search>.flyout-search-title h4 {
letter-spacing: 0;
opacity: 1;
}
#hamburger-menu {
width: 100%;
} .sticky-header .main-menu .navigation>li {
margin: 0px;
}
.sticky-header .main-menu .navigation>li>a {
padding: 14px 30px 16px 30px !important;
}
.sticky-header .main-menu .navigation>li>a {
color: #ffffff;
}
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li:hover>a {
background: #c6a47e;
color: #ffffff;
}
.sticky-header .logo-box {
position: relative;
float: left;
margin-top: 10px;
padding: 0px !important;
}
.sticky-header .menu-area {
position: relative;
float: right;
}
.sticky-header .main-menu .navigation>li>a:before {
display: none;
} .hidden-bar {
position: fixed;
right: -350px;
top: 0px;
width: 350px;
height: 100%;
overflow-y: auto;
border-left: 1px solid #231b26;
z-index: 99999;
opacity: 0;
background-color: #1f1f1f;
visibility: hidden;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.side-content-visible .hidden-bar {
right: 0px;
opacity: 1;
visibility: visible;
}
.hidden-bar .inner-box {
position: relative;
background-color: #1f1f1f;
padding: 55px 40px 50px;
}
.hidden-bar .inner-box .cross-icon {
position: absolute;
right: 30px;
top: 30px;
cursor: pointer;
color: #ffffff;
font-size: 20px;
}
.hidden-bar .inner-box h2 {
position: relative;
font-size: 28px;
font-weight: 600;
line-height: 1.2em;
color: #ffffff;
margin-bottom: 20px;
}
.mCSB_inside>.mCSB_container {
margin-right: 0;
}
.form-back-drop {
position: fixed;
right: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0;
background: rgba(0, 0, 0, 0.70);
visibility: hidden;
z-index: 9990;
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;
}
.side-content-visible .form-back-drop {
opacity: 1;
visibility: visible;
}
.hidden-bar .side-menu {
background-color: transparent;
padding: 0;
font-family: 'Muli', sans-serif;
font-size: 12px;
letter-spacing: 1px;
}
.hidden-bar .side-menu ul li ul a {
background: transparent;
}
.hidden-bar .side-menu ul li ul li ul li a {
background: transparent;
}
.hidden-bar .side-menu li.current>a {
color: #fff;
}
.hidden-bar .side-menu ul li {
position: relative;
display: block;
}
.hidden-bar .side-menu ul li a {
position: relative;
background: transparent;
color: #fff;
display: block;
font-size: 16px;
font-family: 'Oswald', sans-serif;
font-weight: 400;
text-transform: uppercase;
border-bottom: 1px solid #ffffff;
padding: 15px 0px;
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;
}
.hidden-bar .side-menu ul li a .btn.expander {
background: none;
color: #fff;
padding: 4px 12px;
font-size: 14px;
border-radius: 0px;
position: absolute;
top: 15px;
right: 0px;
outline: none;
}
.hidden-bar .side-menu ul li a .btn:focus {
box-shadow: none;
}
.hidden-bar .navigation>li {
display: block;
}
.hidden-bar .logo-box {
position: relative;
display: block;
padding-bottom: 30px;
border-bottom: 1px solid rgba(255, 255, 255, 0.20);
margin-bottom: 60px;
}
.hidden-bar .social-links {
position: relative;
padding: 60px 0px;
}
.hidden-bar .social-links li {
position: relative;
display: inline-block;
margin-right: 15px;
}
.hidden-bar .social-links li:last-child {
margin-right: 0px;
}
.hidden-bar .social-links li a {
position: relative;
display: inline-block;
font-size: 15px;
line-height: 26px;
color: #ffffff;
font-family: 'Open Sans', sans-serif;
}
.hidden-bar .social-links li a:hover {
color: #c6a47e;
} .main-slider {
position: relative;
}
.main-slider h1 {
position: relative;
display: block;
font-size: 72px;
line-height: 92px !important;
color: #ffffff;
font-weight: 700 !important;
font-family: 'Oswald', sans-serif;
margin-bottom: 0px !important;
text-transform: uppercase;
z-index: 2;
}
.main-slider h1 span {
color: #c6a47e;
display: inline-block;
line-height: 92px !important;
}
.rotate-text {
position: relative;
display: block;
font-size: 10px;
line-height: 20px;
font-family: 'Oswald', sans-serif;
font-weight: 300;
color: #222222;
letter-spacing: 5px;
transform: rotate(270deg);
text-transform: uppercase;
}
.rotate-text:before {
position: absolute;
content: '';
right: -80px;
top: 10px;
background: #222222;
width: 60px;
height: 1px;
}
.main-slider span.rotate-text {
position: relative;
display: block;
font-size: 10px;
line-height: 20px !important;
font-family: 'Oswald', sans-serif;
font-weight: 300 !important;
letter-spacing: 5px !important;
transform: rotate(270deg);
text-transform: uppercase;
color: #b1b2b2;
}
.main-slider span.rotate-text:before {
position: absolute;
content: '';
width: 60px;
height: 1px;
background: rgba(255, 255, 255, 0.50);
right: 320px;
top: 8px;
transition: all 500ms ease;
display: none;
}
.main-slider .title-text .text-1 {
position: relative;
display: block;
font-size: 250px;
line-height: 250px !important;
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
font-weight: 700 !important;
color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: rgba(255, 255, 255, 0.20);
transition: all 500ms ease;
text-align: right !important;
}
.main-slider .title-text .text-2 {
position: relative;
display: block;
font-size: 100px;
line-height: 100px !important;
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
font-weight: 700 !important;
letter-spacing: 40px !important;
color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: rgba(255, 255, 255, 0.20);
transition: all 500ms ease;
text-align: right !important;
}
.main-slider .title-text .text-1 div,
.main-slider .title-text .text-2 div {
color: transparent !important;
}
.tp-bannertimer {
display: none !important;
}
.tparrows.tp-leftarrow:before {
content: '';
}
.nav-style-one .owl-nav .owl-prev span:before,
.nav-style-one .owl-nav .owl-next span:before {
content: '';
}
.tp-leftarrow.tparrows.metis,
.nav-style-one .owl-nav .owl-prev {
width: 60px !important;
height: 50px !important;
position: relative;
display: inline-block;
background: transparent !important;
top: 0;
left: 15px !important;
cursor: pointer;
transition: all 500ms ease !important;
}
.tp-leftarrow.tparrows.metis:hover,
.nav-style-one .owl-nav .owl-prev:hover {
left: 0px !important;
}
.tp-leftarrow.tparrows.metis:before,
.nav-style-one .owl-nav .owl-prev:before {
left: auto !important;
content: '';
position: absolute;
top: 17px;
left: 5px !important;
width: 16px;
height: 16px;
border-bottom: 2px solid white;
border-left: 2px solid white;
-webkit-transform: rotate(45deg) !important;
-ms-transform: rotate(45deg);
transform: rotate(45deg) !important;
-webkit-transition: .7s cubic-bezier(.2, .96, .34, 1) !important;
-o-transition: .7s cubic-bezier(.2, .96, .34, 1);
transition: .7s cubic-bezier(.2, .96, .34, 1) !important;
right: 6px;
}
.nav-style-one .owl-nav .owl-prev:before {
border-bottom: 2px solid #222;
border-left: 2px solid #222;
}
.tp-leftarrow.tparrows.metis:hover:before,
.nav-style-one .owl-nav .owl-prev:hover:before {
border-color: #c6a47e;
}
.tp-leftarrow.tparrows.metis:after,
.nav-style-one .owl-nav .owl-prev:after {
left: auto;
right: 2px;
-webkit-transform-origin: right;
-ms-transform-origin: right;
transform-origin: right;
}
.tp-leftarrow.tparrows.metis:after,
.nav-style-one .owl-nav .owl-prev:after {
content: '';
position: absolute;
width: 20px;
height: 11px;
top: 50%;
left: 2px;
-webkit-transform: translateY(-50%) scaleX(0);
-ms-transform: translateY(-50%) scaleX(0);
transform: translateY(-50%) scaleX(0);
-webkit-transform-origin: left;
-ms-transform-origin: left;
transform-origin: left;
width: 48px;
height: 2px;
background: #c6a47e;
-webkit-transition: .7s cubic-bezier(.2, .96, .34, 1);
-o-transition: .7s cubic-bezier(.2, .96, .34, 1);
transition: .7s cubic-bezier(.2, .96, .34, 1);
}
.tp-leftarrow.tparrows.metis:hover:after,
.nav-style-one .owl-nav .owl-prev:hover:after {
-webkit-transform: translateY(-50%) scaleX(1);
-ms-transform: translateY(-50%) scaleX(1);
transform: translateY(-50%) scaleX(1);
}
.tp-rightarrow.tparrows.metis,
.nav-style-one .owl-nav .owl-next {
width: 60px !important;
height: 50px !important;
position: relative;
display: inline-block;
background: transparent !important;
top: 0;
left: -15px !important;
cursor: pointer;
transition: all 500ms ease;
}
.tp-rightarrow.tparrows.metis:hover,
.nav-style-one .owl-nav .owl-next:hover {
left: 0px !important;
}
.tp-rightarrow.tparrows.metis:before,
.nav-style-one .owl-nav .owl-next:before {
left: auto;
content: '';
position: absolute;
top: 17px;
right: 5px;
width: 16px;
height: 16px;
-webkit-transform: rotate(45deg) !important;
-ms-transform: rotate(45deg);
transform: rotate(45deg) !important;
-webkit-transition: .7s cubic-bezier(.2, .96, .34, 1) !important;
-o-transition: .7s cubic-bezier(.2, .96, .34, 1);
transition: .7s cubic-bezier(.2, .96, .34, 1) !important;
border-top: 2px solid white;
border-right: 2px solid white;
}
.nav-style-one .owl-nav .owl-next:before {
border-top: 2px solid #222;
border-right: 2px solid #222;
}
.tp-rightarrow.tparrows.metis:hover:before,
.nav-style-one .owl-nav .owl-next:hover:before {
border-color: #c6a47e;
}
.tp-rightarrow.tparrows.metis:after,
.nav-style-one .owl-nav .owl-next:after {
left: auto;
right: 2px;
-webkit-transform-origin: right;
-ms-transform-origin: right;
transform-origin: right;
}
.tp-rightarrow.tparrows.metis:after,
.nav-style-one .owl-nav .owl-next:after {
content: '';
position: absolute;
width: 20px;
height: 11px;
top: 50%;
right: 2px;
-webkit-transform: translateY(-50%) scaleX(0);
-ms-transform: translateY(-50%) scaleX(0);
transform: translateY(-50%) scaleX(0);
-webkit-transform-origin: right;
-ms-transform-origin: right;
transform-origin: right;
width: 48px;
height: 2px;
background: #c6a47e;
-webkit-transition: .7s cubic-bezier(.2, .96, .34, 1);
-o-transition: .7s cubic-bezier(.2, .96, .34, 1);
transition: .7s cubic-bezier(.2, .96, .34, 1);
}
.tp-rightarrow.tparrows.metis:hover:after,
.nav-style-one .owl-nav .owl-next:hover:after {
-webkit-transform: translateY(-50%) scaleX(1);
-ms-transform: translateY(-50%) scaleX(1);
transform: translateY(-50%) scaleX(1);
} .mouse-btn-down {
position: absolute;
left: 50%;
bottom: 60px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
height: 15px;
cursor: pointer;
z-index: 1;
}
.scroll-btn-flip-box {
overflow: hidden;
display: inline-block;
-webkit-transition: 1s cubic-bezier(.86, 0, .07, 1);
-o-transition: 1s cubic-bezier(.86, 0, .07, 1);
transition: 1s cubic-bezier(.86, 0, .07, 1);
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
}
.scroll-btn-flip {
position: relative;
color: transparent;
display: block;
font-family: 'Oswald', sans-serif;
font-size: 12px;
line-height: 1;
text-transform: uppercase;
font-weight: 400;
letter-spacing: 3px;
margin-right: -3px;
}
.scroll-btn-flip:before,
.scroll-btn-flip:after {
color: white;
content: attr(data-text);
display: block;
position: absolute;
top: 50%;
left: 0;
width: 100%;
-webkit-transition: .5s cubic-bezier(.86, 0, .07, 1);
-o-transition: .5s cubic-bezier(.86, 0, .07, 1);
transition: .5s cubic-bezier(.86, 0, .07, 1);
}
.scroll-btn-flip:before {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.scroll-btn-flip:after {
-webkit-transform: translateY(-170%);
-ms-transform: translateY(-170%);
transform: translateY(-170%);
color: #c6a47e;
}
.mouse-btn-down:hover .scroll-btn-flip:before {
-webkit-transform: translateY(52%);
-ms-transform: translateY(52%);
transform: translateY(52%);
}
.mouse-btn-down:hover .scroll-btn-flip:after {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.scroll-arrow-box {
position: absolute;
left: 50%;
bottom: 0;
width: 20px;
height: 30px;
-webkit-transform: translateX(-50%) translateY(30px);
-ms-transform: translateX(-50%) translateY(30px);
transform: translateX(-50%) translateY(30px);
-webkit-transition: 1s cubic-bezier(.165, .84, .44, 1);
-o-transition: 1s cubic-bezier(.165, .84, .44, 1);
transition: 1s cubic-bezier(.165, .84, .44, 1);
}
.scroll-arrow {
position: absolute;
left: 0;
top: 0;
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
width: 100%;
height: 100%;
-webkit-transition: 1s cubic-bezier(.23, 1, .32, 1);
-o-transition: 1s cubic-bezier(.23, 1, .32, 1);
transition: 1s cubic-bezier(.23, 1, .32, 1);
}
.mouse-btn-down:hover .scroll-arrow {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.scroll-arrow:before {
content: '';
width: 14px;
height: 14px;
border-right: 2px solid white;
border-bottom: 2px solid white;
position: absolute;
bottom: 2px;
left: 2px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: .6s cubic-bezier(.23, 1, .32, 1);
-o-transition: .6s cubic-bezier(.23, 1, .32, 1);
transition: .6s cubic-bezier(.23, 1, .32, 1);
}
.mouse-btn-down:hover .scroll-arrow:before {
border-right: 2px solid #c6a47e;
border-bottom: 2px solid #c6a47e;
}
.scroll-arrow:after {
content: '';
width: 2px;
height: 100%;
background: #c6a47e;
position: absolute;
bottom: 2px;
left: 9px;
-webkit-transform: translateX(-50%) scaleY(0);
-ms-transform: translateX(-50%) scaleY(0);
transform: translateX(-50%) scaleY(0);
-webkit-transform-origin: bottom;
-ms-transform-origin: bottom;
transform-origin: bottom;
-webkit-transition: 1s cubic-bezier(.23, 1, .32, 1);
-o-transition: 1s cubic-bezier(.23, 1, .32, 1);
transition: 1s cubic-bezier(.23, 1, .32, 1);
}
.mouse-btn-down:hover .scroll-arrow:after {
-webkit-transform: translateX(-50%) scaleY(1);
-ms-transform: translateX(-50%) scaleY(1);
transform: translateX(-50%) scaleY(1);
} .about-section {
position: relative;
display: block;
padding: 100px 0px 120px 0px;
}
.count-text {
position: relative;
display: block;
font-size: 60px;
line-height: 70px;
font-family: 'Oswald', sans-serif;
font-weight: 700;
color: rgba(255, 255, 255, 1);
text-shadow: -1px -1px 0 #b5b5b5, 1px -1px 0 #b5b5b5, -1px 1px 0 #b5b5b5, 1px 1px 0 #b5b5b5;
}
.about-section .count-text {
padding-bottom: 16px;
margin-bottom: 28px;
}
.about-section .count-text:before {
position: absolute;
content: '';
background: #c6a47e;
width: 80px;
height: 3px;
left: 0px;
bottom: 0px;
}
.about-section .content-box .text {
position: relative;
display: block;
font-size: 16px;
line-height: 30px;
color: #222222;
font-weight: 400;
margin-bottom: 27px;
}
.about-section .content-box a {
position: relative;
display: inline-block;
font-size: 16px;
font-family: 'Oswald', sans-serif;
font-weight: 600;
color: #222222;
text-transform: uppercase;
}
.about-section .content-box a:before {
position: absolute;
content: '';
background: #d7d7d7;
width: 115px;
height: 1px;
top: 12px;
right: -128px;
}
.about-section .content-box {
position: relative;
display: block;
padding-top: 50px;
}
.about-section .content-box a:hover {
color: #c6a47e;
}
.about-section .image-box {
position: relative;
display: block;
box-shadow: 0 0 30px rgba(34, 34, 34, 0.20);
margin-top: 3px;
}
.about-section .image-box img {
width: 100%;
} .service-section {
position: relative;
}
.service-section .top-content {
position: relative;
display: block;
padding: 113px 0px 194px 0px;
background: #222222;
}
.service-section .top-content:before {
position: absolute;
content: '';
background: url(//veritystructure.com/wp-content/themes/diaco/images/background/service-bg.png);
width: 100%;
height: 36px;
left: 0px;
top: 0px;
background-repeat: no-repeat;
background-size: cover;
}
.service-section .inner-content {
position: relative;
margin-top: -194px;
box-shadow: 0 0 14px rgba(34, 34, 34, 0.20);
margin-bottom: 120px;
}
.service-section .title-box h1 {
position: relative;
display: block;
color: #ffffff;
font-size: 52px;
line-height: 60px;
font-weight: 700;
margin-bottom: 33px;
text-transform: uppercase;
}
.service-section .title-box h1 span {
font-weight: 300;
}
.service-block-one {
position: relative;
display: block;
max-height: 470px;
}
.service-block-one .inner-box {
position: relative;
}
.service-block-one .inner-box .count-text {
font-size: 48px;
line-height: 60px;
position: absolute;
right: 16px;
top: 9px;
text-shadow: -1px -1px 0 #e0e0e0, 1px -1px 0 #e0e0e0, -1px 1px 0 #e0e0e0, 1px 1px 0 #e0e0e0;
}
.service-block-one .inner-box .caption-box {
position: absolute;
background: #ffffff;
width: 100%;
padding: 31px 30px 42px 70px;
left: 0px;
top: 0px;
visibility: visible;
opacity: 1;
transition: all 500ms ease;
}
.service-block-one .inner-box:hover .caption-box {
visibility: hidden;
opacity: 0;
}
.service-section .owl-item:nth-child(odd) .caption-box {
bottom: 0px;
top: inherit;
}
.service-section .owl-item:nth-child(odd) .inner-box .image-box .icon-box {
margin-left: -20px;
margin-top: -65px;
}
.service-block-one .inner-box .caption-box h4 {
position: relative;
display: block;
font-size: 20px;
line-height: 30px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 9px;
}
.service-block-one .inner-box .caption-box h4:before {
position: absolute;
content: '';
background: #7d6740;
width: 35px;
height: 2px;
left: -50px;
top: 12px;
}
.service-block-one .inner-box .caption-box a {
position: relative;
display: inline-block;
font-size: 14px;
font-family: 'Oswald', sans-serif;
color: #222;
font-weight: 600;
text-transform: uppercase;
text-decoration: underline;
}
.service-block-one .inner-box .caption-box a:hover {
color: #c6a47e;
}
.service-block-one .image-box img {
width: 100%;
opacity: 0.2;
max-height: 470px;
}
.service-block-one .image-box {
position: relative;
display: block;
overflow: hidden;
background: #222222;
}
.service-block-one .inner-box .icon-box {
position: relative;
display: block;
font-size: 60px;
line-height: 60px;
color: #ffffff;
transition: all 500ms ease;
}
.service-block-one .inner-box .image-box .icon-box {
position: absolute;
left: 50%;
top: 50%;
margin-left: -20px;
margin-top: 25px;
visibility: visible;
opacity: 1;
z-index: 1;
}
.service-block-one .inner-box:hover .image-box .icon-box {
visibility: hidden;
opacity: 0;
}
.service-block-one .inner-box .overlay-box {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
line-height: 100%;
display: block;
align-items: center;
justify-content: center;
text-align: center;
padding: 130px 15px 100px 15px;
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
transition: all 500ms ease;
}
.service-block-one .inner-box:hover .overlay-box {
visibility: visible;
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.service-block-one .inner-box .overlay-box .icon-box {
position: relative;
display: block;
margin-bottom: 22px;
}
.service-block-one .inner-box .overlay-box h4 {
position: relative;
display: block;
font-size: 20px;
line-height: 30px;
font-weight: 600;
color: #ffffff;
text-transform: uppercase;
margin-bottom: 14px;
}
.service-block-one .inner-box .overlay-box h4 a {
position: relative;
display: inline-block;
color: #ffffff;
}
.service-block-one .inner-box .overlay-box h4 a:hover {
color: #c6a47e;
}
.service-block-one .inner-box .overlay-box .text {
position: relative;
display: block;
color: #ffffff;
font-size: 16px;
line-height: 26px;
}
.service-section .owl-dots {
display: none;
}
.service-section .owl-nav {
position: absolute;
left: 50%;
margin-left: -77px;
bottom: -100px;
} .video-section {
position: relative;
display: block;
padding: 100px 0px 60px 0px;
}
.video-section .video-gallery {
position: relative;
display: block;
width: 100%;
padding: 225px 0px 157px 0px;
background-size: cover;
background-repeat: no-repeat;
}
.video-section .video-gallery:before {
position: absolute;
content: '';
background: rgba(34, 34, 34, 0.50);
width: 100%;
height: 100%;
left: 0px;
top: 0px;
}
.video-section .video-gallery a {
position: relative;
display: inline-block;
width: 150px;
height: 150px;
line-height: 150px;
text-align: center;
border: 1px solid #ffffff;
font-size: 24px;
color: #ffffff;
}
.video-section .video-gallery a i {
position: relative;
display: inline-block;
width: 149px;
height: 149px;
line-height: 149px;
text-align: center;
border: 1px solid #ffffff;
border-radius: 50%;
}
.video-section .video-gallery .text {
position: relative;
background: #c6a47e;
padding: 19px 15px;
text-align: center;
max-width: 290px;
width: 100%;
margin: 0 auto;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
transition: all 500ms ease;
margin-top: 15px;
}
.video-section .video-gallery:hover .text {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.video-section .video-gallery .text h4 {
position: relative;
display: block;
font-size: 20px;
line-height: 30px;
color: #ffffff;
font-weight: 500;
text-transform: uppercase;
} .work-section {
position: relative;
display: block;
padding: 60px 0px 100px 0px;
}
.work-section:before {
position: absolute;
content: '';
background: url(//veritystructure.com/wp-content/themes/diaco/images/background/tab-content-bg.png);
width: 364px;
height: 478px;
left: 45%;
bottom: 15px;
background-repeat: no-repeat;
}
.work-section .sec-title {
position: relative;
max-width: 570px;
width: 100%;
margin: 0 auto;
padding-bottom: 44px;
}
.work-section .sec-title h1 {
margin-bottom: 8px;
}
.work-tab .p-tab {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: auto;
opacity: 0;
visibility: hidden;
}
.work-tab .p-tab.active-tab {
position: relative;
visibility: visible;
opacity: 1;
z-index: 5;
}
.work-tab .p-tabs-content {
position: relative;
display: block;
}
.work-tab .p-tab.active-tab .single-item {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
-webkit-transition: all 700ms ease;
-ms-transition: all 700ms ease;
-o-transition: all 700ms ease;
transition: all 700ms ease;
}
.work-tab .p-tab .single-item {
position: relative;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0);
}
.work-section .product-tab-btns {
position: relative;
display: block;
border-bottom: 2px solid #e0e0e0;
margin-bottom: 78px;
}
.work-section .product-tab-btns li {
position: relative;
display: inline-block;
font-size: 18px;
line-height: 28px;
font-family: 'Oswald', sans-serif;
font-weight: 300;
color: #222222;
cursor: pointer;
padding-bottom: 11px;
margin: 0px 65px;
transition: all 500ms ease;
}
.work-section .product-tab-btns li.active-btn,
.work-section .product-tab-btns li:hover {
color: #c6a47e;
}
.work-section .product-tab-btns li:before {
position: absolute;
content: '';
background: #222222;
width: 0%;
height: 2px;
left: 0px;
bottom: -2px;
transition: all 500ms ease;
}
.work-section .product-tab-btns li.active-btn:before,
.work-section .product-tab-btns li:hover:before {
width: 100%;
}
.work-section .product-tab-btns li:after {
position: absolute;
content: '';
background: #abcfc1;
width: 29px;
height: 1px;
top: 18px;
right: -79px;
}
.work-section .product-tab-btns li:last-child:after {
display: none;
}
.work-section .p-tabs-content .single-item .tab-content .top-content {
position: relative;
display: block;
max-width: 269px;
width: 100%;
border: 1px solid #e0e0e0;
padding: 0px 8px;
margin-bottom: 42px;
}
.work-section .p-tabs-content .single-item .tab-content .top-content .count-text {
position: relative;
display: inline-block;
width: 122px;
height: 122px;
line-height: 122px;
text-align: center;
border: 1px solid #e0e0e0;
border-radius: 50%;
margin-right: 45px;
}
.work-section .p-tabs-content .single-item .tab-content .top-content .icon-box {
position: relative;
display: inline-block;
font-size: 60px;
color: #e0e0e0;
}
.work-section .p-tabs-content .single-item .tab-content .lower-content h2 {
position: relative;
display: block;
font-size: 30px;
line-height: 40px;
font-weight: 700;
color: #222222;
margin-bottom: 20px;
padding-bottom: 27px;
border-bottom: 2px solid #f6f6f6;
}
.work-section .p-tabs-content .single-item .tab-content .lower-content h2 a {
position: relative;
display: inline-block;
color: #222222;
}
.work-section .p-tabs-content .single-item .tab-content .lower-content h2 a:hover {
color: #c6a47e;
}
.work-section .p-tabs-content .single-item .tab-content {
position: relative;
display: block;
max-width: 370px;
width: 100%;
margin-top: 39px;
}
.work-section .p-tabs-content .single-item .image-box {
position: relative;
display: block;
float: left;
background: #000;
}
.work-section .p-tabs-content .single-item .image-box img {
width: 100%;
opacity: 0.4;
}
.work-section .owl-nav {
position: absolute;
left: 0px;
top: -42px;
}
.work-section .owl-dots {
display: none;
}
.work-section .p-tabs-content .single-item:hover .line:before {
width: 100%;
}
.work-section .p-tabs-content .single-item:hover .line:after {
height: 100%;
} .project-section {
position: relative;
display: block;
padding: 80px 0px 20px 0px;
}
.project-title {
position: absolute;
top: 0px;
right: 0px;
display: block;
font-size: 120px;
line-height: 120px;
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
font-weight: 700;
color: rgba(255, 255, 255, 1);
text-shadow: -1px -1px 0 #dfdfdc, 1px -1px 0 #dfdfdc, -1px 1px 0 #dfdfdc, 1px 1px 0 #dfdfdc;
}
.project-section .owl-nav,
.project-section .owl-dots {
display: none;
}
.project-block-one {
position: relative;
display: block;
overflow: hidden;
}
.project-block-one .inner-box .image-box {
position: relative;
display: block;
background: #222222;
overflow: hidden;
transition: all 500ms ease;
}
.project-block-one .inner-box .image-box img {
width: 100%;
opacity: 1;
transition: all 500ms ease;
}
.project-block-one:hover .image-box img {
opacity: 0.2;
transform: scale(1.05);
}
.project-block-one .inner-box .caption-box h4 {
position: absolute;
left: -100%;
bottom: 85px;
display: block;
font-size: 20px;
line-height: 30px;
font-weight: 300;
color: #ffffff;
transform: rotate(270deg);
transition: all 500ms ease;
}
.project-block-one:hover .caption-box h4 {
left: -33px;
}
.project-block-one .inner-box .text {
position: absolute;
right: -100%;
bottom: 25px;
font-size: 14px;
font-weight: 300;
color: #ffffff;
font-family: 'Oswald', sans-serif;
transition: all 500ms ease;
}
.project-block-one:hover .text {
right: 20px;
}
.project-block-one .inner-box .icon-box {
position: absolute;
top: -40px;
right: 30px;
font-size: 30px;
line-height: 40px;
font-weight: 400;
color: #ffffff;
transition: all 500ms ease;
}
.project-block-one .inner-box .icon-box a {
color: #ffffff;
}
.project-block-one .inner-box .icon-box a:hover {
color: #c6a47e;
}
.project-block-one:hover .icon-box {
top: 30px;
}
.project-section .load-btns {
position: relative;
display: block;
margin-top: 43px;
}
.project-section .load-btns a {
position: relative;
display: inline-block;
font-size: 18px;
line-height: 28px;
font-family: 'Oswald', sans-serif;
font-weight: 600;
color: #c6a47e;
letter-spacing: 1px;
text-transform: uppercase;
text-decoration: underline;
}
.project-section .load-btns a:hover {
color: #222222;
} .testimonial-section {
position: relative;
display: block;
padding: 40px 0px 100px 0px;
}
.testimonial-section:before {
position: absolute;
content: '';
background: url(//veritystructure.com/wp-content/themes/diaco/images/background/testimonial-pattern.png);
width: 60%;
height: 500px;
left: 0px;
top: 80px;
background-repeat: no-repeat;
background-size: cover;
}
.testimonial-section .owl-nav,
.testimonial-section .owl-dots {
display: none;
}
.testimonial-section .sec-title {
position: relative;
display: block;
margin-bottom: 37px;
}
.testimonial-block-one .author {
position: relative;
display: block;
padding: 14px 0px 14px 95px;
}
.testimonial-block-one .author .author-thumb {
position: absolute;
left: 0px;
top: 0px;
width: 70px;
height: 70px;
border-radius: 50%;
overflow: hidden;
}
.testimonial-block-one .author .author-thumb img {
width: 100%;
border-radius: 50%;
}
.testimonial-block-one .text p {
position: relative;
display: block;
margin-bottom: 23px;
}
.testimonial-block-one .author .author-info h5 {
position: relative;
display: block;
font-size: 18px;
line-height: 20px;
color: #222222;
font-weight: 500;
margin-bottom: 3px;
}
.testimonial-block-one .author .author-info span {
position: relative;
display: block;
font-size: 12px;
line-height: 20px;
font-family: 'Oswald', sans-serif;
font-weight: 300;
color: #222222;
} .fact-counter {
position: relative;
display: block;
padding: 44px 0px 50px 0px;
}
.counter-block-one {
position: relative;
display: block;
}
.counter-block-one .count-outer span {
position: relative;
display: inline-block;
font-size: 36px;
line-height: 40px;
font-family: 'Oswald', sans-serif;
font-weight: 700;
color: #222222;
margin-bottom: 9px;
text-shadow: none;
}
.counter-block-one .text h3 {
position: relative;
display: block;
font-size: 22px;
line-height: 30px;
font-family: 'Oswald', sans-serif;
color: #222222;
font-weight: 300;
text-transform: uppercase;
} .team-section {
position: relative;
display: block;
padding: 126px 0px 62px 0px;
}
.team-section:before {
position: absolute;
content: '';
background: url(//veritystructure.com/wp-content/themes/diaco/images/background/team-pattern.jpg);
width: 45%;
height: 570px;
top: 70px;
right: 0px;
background-repeat: no-repeat;
background-size: cover;
}
.team-section .owl-dots {
display: none;
}
.team-section .owl-nav {
position: absolute;
right: 0px;
top: -77px;
}
.team-section .sec-title {
margin-bottom: 35px;
}
.team-section .sec-title h1 {
margin-bottom: 4px;
}
.team-section .line-overlay .line:after,
.team-section .line-overlay .line:before {
background: #c6a47e;
}
.team-block-one {
position: relative;
display: block;
}
.team-block-one .image-box {
position: relative;
display: block;
background: #fff;
padding: 9px;
border: 1px solid #ececec;
transition: all 500ms ease;
}
.team-block-one .image-box .image {
position: relative;
display: block;
overflow: hidden;
background: #000;
}
.team-block-one:hover .image-box {
border: 1px solid #c6a47e;
}
.team-block-one .image-box img {
width: 100%;
transition: all 300ms ease;
}
.team-block-one:hover .image-box img {
transform: scale(1.03);
opacity: 0.4;
}
.team-block-one .lower-content {
position: relative;
display: block;
padding-top: 25px;
}
.team-block-one .lower-content h3 {
position: relative;
display: block;
font-size: 24px;
line-height: 30px;
color: #222222;
margin-bottom: 10px;
}
.team-block-one .lower-content h3 a {
position: relative;
display: inline-block;
color: #222222;
}
.team-block-one .lower-content h3 a:hover {
color: #c6a47e;
}
.team-block-one .lower-content span {
position: relative;
display: block;
font-size: 14px;
line-height: 20px;
text-transform: uppercase;
color: #222222;
font-weight: 600;
} .clients-section {
position: relative;
display: block;
padding: 0px;
}
.clients-section .clients-outer {
position: relative;
display: block;
border: 1px solid #ddece6;
padding: 45px 30px 44px 30px;
}
.clients-section .clients-outer {
position: relative;
}
.clients-section .image-box {
position: relative;
display: block;
text-align: center;
margin-bottom: 0;
}
.clients-section .image-box img {
display: block;
max-width: 100%;
width: auto;
margin: 0 auto;
opacity: 0.4;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.clients-section .slide-item:hover .image-box img {
opacity: 1;
}
.clients-section .owl-nav,
.clients-section .owl-dots {
display: none;
} .news-section {
position: relative;
display: block;
padding: 92px 0px 142px 0px;
}
.news-section .sec-title {
margin-bottom: 50px;
}
.news-block-one {
position: relative;
display: block;
box-shadow: 0 5px 20px rgba(34, 34, 34, 0.10);
transition: all 500ms ease;
}
.news-block-one .image-box {
position: relative;
overflow-y: hidden;
display: block;
transition: all 500ms ease;
}
.news-block-one .image-box img {
width: auto;
opacity: 1;
transform: scale(1);
transition: all 1500ms ease;
}
.news-block-one:hover .image-box img {
opacity: 0.4;
transform: scale(1.3);
}
.news-block-one .lower-content {
position: relative;
display: block;
padding: 21px 15px 32px 30px;
}
.news-block-one .lower-content .post-info {
position: relative;
display: block;
margin-bottom: 17px;
}
.news-block-one .lower-content .post-info li {
position: relative;
display: inline-block;
margin-right: 35px;
color: #a4b3c1;
}
.news-block-one .lower-content .post-info li a {
font-size: 14px;
font-family: 'Oswald', sans-serif;
font-weight: 400;
color: #a4b3c1;
}
.news-block-one .lower-content .post-info li:last-child {
margin-right: 0px;
}
.news-block-one .lower-content .post-info li i {
margin-right: 10px;
}
.news-block-one .lower-content h4.post-title {
position: relative;
display: block;
font-size: 20px;
line-height: 28px;
color: #222222;
font-weight: 400;
}
.news-block-one .lower-content h4.post-title a {
position: relative;
display: inline-block;
color: #222222;
}
.news-block-one .lower-content h4.post-title a:hover {
color: #c6a47e;
} .main-footer {
position: relative;
display: block;
width: 100%;
color: #c6c6c5;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
padding: 86px 0px 80px 0px;
background-repeat: no-repeat!important;
background-color: #999;
}
.main-footer:before {
position: absolute;
content: '';
background: rgba(34, 34, 34, 0.95);
width: 100%;
height: 100%;
left: 0px;
top: 0px;
}
.main-footer .logo-widget {
position: relative;
margin-top: 11px;
}
.main-footer .logo-widget .footer-logo {
position: relative;
margin-bottom: 24px;
}
.main-footer .logo-widget .text {
position: relative;
display: block;
margin-bottom: 30px;
}
.main-footer .logo-widget .social-links li {
position: relative;
display: inline-block;
margin-right: 12px;
padding: 0;
}
.main-footer .logo-widget .social-links li:last-child {
margin-right: 0px;
}
.main-footer .logo-widget .social-links li a {
position: relative;
display: inline-block;
font-size: 14px;
color: #c6a47e;
width: 45px;
height: 45px;
line-height: 45px;
background: #ffffff;
text-align: center;
border-radius: 50%;
margin-right: 0;
}
.main-footer .logo-widget .social-links li a:hover {
background: #c6a47e;
color: #ffffff;
transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
.main-footer .widget-title {
position: relative;
display: block;
font-size: 20px;
line-height: 30px;
color: #ffffff;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 18px;
}
.main-footer .post-widget .post {
position: relative;
display: block;
padding-bottom: 18px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
margin-bottom: 20px;
}
.main-footer .post-widget .post a {
position: relative;
display: block;
font-size: 14px;
color: #c6c6c5;
}
.main-footer .post-widget .post a:hover {
color: #c6a47e;
}
.main-footer .gallery-widget .widget-content {
position: relative;
display: block;
margin: 0px -3px 0px -4px;
}
.main-footer .gallery-widget .widget-content .list li {
position: relative;
float: left;
width: 85px;
height: 85px;
overflow: hidden;
background: #c6a47e;
margin: 0px 3px 7px 4px;
}
.main-footer .gallery-widget .widget-content .list li img {
width: 100%;
opacity: 1;
transition: all 500ms ease;
}
.main-footer .gallery-widget .widget-content .list li:hover img {
opacity: 0.2;
transform: scale(1.05);
}
.main-footer .gallery-widget .widget-title {
margin-bottom: 24px;
}
.main-footer .contact-widget .list li {
position: relative;
display: block;
font-size: 14px;
color: #c6c6c5;
margin-bottom: 23px;
padding: 0;
font-family: 'Open Sans', sans-serif;
}
.main-footer .contact-widget .list li a {
position: relative;
display: inline-block;
color: #c6c6c5;
}
.main-footer .contact-widget .list li a:hover {
color: #c6a47e;
}
.main-footer .contact-widget .list li:last-child {
margin-bottom: 0px;
}
.main-footer .contact-widget .list li span {
position: relative;
display: block;
color: #c6a47e;
}
.main-footer .footer-bottom .copyright {
position: relative;
display: block;
}
.main-footer .footer-bottom .copyright a {
position: relative;
font-size: 14px;
font-family: 'Open Sans', sans-serif;
color: #c6a47e;
}
.main-footer .footer-bottom .copyright a:hover {
color: #ffffff;
}
.main-footer .widget-section {
position: relative;
display: block;
padding-bottom: 20px;
}  .main-slider.style-two h1 {
font-size: 120px;
line-height: 130px !important;
margin-bottom: 26px !important;
letter-spacing: 20px !important;
text-align: center !important;
}
.main-slider.style-two h2,
.main-slider.style-six h2,
.main-slider.style-four h2 {
position: relative;
display: block;
font-size: 30px !important;
line-height: 40px !important;
color: #ffffff !important;
font-weight: 700 !important;
text-transform: uppercase;
text-align: center !important;
}
.main-slider.style-four h1,
.main-slider.style-five h1,
.main-slider.style-six h1 {
font-size: 80px;
text-transform: capitalize;
letter-spacing: 0px;
text-align: center !important;
}
.main-slider.style-three h1 {
text-transform: uppercase;
}
.main-slider.style-two .mouse-btn-down {
bottom: 120px;
}
.main-slider.style-six .mouse-btn-down {
bottom: 120px;
} .about-style-two {
position: relative;
display: block;
padding: 186px 0px 112px 0px;
}
.about-style-two:before {
position: absolute;
content: '';
background: url(//veritystructure.com/wp-content/themes/diaco/images/background/about-pattern.png);
width: 65%;
height: 490px;
right: 0px;
top: 0px;
background-size: cover;
background-repeat: no-repeat;
}
.about-style-two .image-box {
position: relative;
display: block;
padding: 0px 100px 0px 70px;
}
.about-style-two .image-box img {
width: 100%;
}
.about-style-two .image-box .rotate-text {
position: absolute;
left: -200px;
bottom: 230px;
font-size: 36px;
line-height: 40px;
font-weight: 700;
color: #f5f5f5;
text-transform: uppercase;
letter-spacing: 20px;
}
.about-style-two .image-box .rotate-text:before {
background: #a7a7a7;
top: 15px;
}
.about-style-two .image-box .image {
position: relative;
background: #000;
}
.about-style-two .image-box .image img {
width: 100%;
opacity: 0.2;
}
.about-style-two .image-box .image h2 {
position: absolute;
left: 45px;
bottom: 50px;
font-size: 36px;
font-weight: 700;
color: #ffffff;
line-height: 46px;
}
.about-style-two .content-box {
position: relative;
display: block;
padding-right: 191px;
margin-top: 54px;
}
.about-style-two .content-box .top-title {
position: relative;
display: block;
font-size: 12px;
font-family: 'Oswald', sans-serif;
font-weight: 700;
line-height: 20px;
color: #222222;
text-transform: uppercase;
margin-bottom: 5px;
}
.about-style-two .sec-title h1:before {
bottom: 39px;
}
.about-style-two .content-box .text {
position: relative;
display: block;
font-size: 16px;
line-height: 30px;
margin-bottom: 27px;
}
.about-style-two .content-box .sec-title {
margin-bottom: 14px;
}
.about-style-two .content-box a {
position: relative;
display: inline-block;
font-size: 16px;
font-family: 'Oswald', sans-serif;
font-weight: 600;
color: #222222;
text-transform: uppercase;
}
.about-style-two .content-box a:hover {
color: #c6a47e;
}
.about-style-two .content-box a:before {
position: absolute;
content: '';
background: #d7d7d7;
width: 115px;
height: 1px;
top: 12px;
right: -128px;
} .service-style-two {
position: relative;
display: block;
padding: 133px 0px 198px 0px;
}
.service-style-two .icon-layer {
position: absolute;
left: 0px;
bottom: 0px;
width: 325px;
height: 380px;
background: url(//veritystructure.com/wp-content/themes/diaco/images/icons/service-icon.png);
background-repeat: no-repeat;
}
.service-style-two .inner-content {
position: relative;
display: block;
padding-top: 100px;
}
.service-style-two .inner-content .sec-title {
margin-bottom: 6px;
}
.service-style-two .inner-content .sec-title h1 {
z-index: 1;
}
.service-style-two .inner-content .text {
position: relative;
display: block;
margin-bottom: 34px;
}
.service-style-two .inner-content .link a {
position: relative;
display: inline-block;
font-size: 16px;
line-height: 26px;
color: #222222;
font-weight: 600;
font-family: 'Oswald', sans-serif;
border: 1px solid #dadada;
text-transform: uppercase;
text-align: center;
padding: 11px 29px;
}
.service-style-two .inner-content .link a:hover {
border: 1px solid #c6a47e;
background: #c6a47e;
color: #ffffff;
}
.service-style-two .carousel-content {
position: relative;
display: block;
margin-right: -375px;
}
.service-style-two .service-block-one {
box-shadow: 0 0 14px rgba(34, 34, 34, 0.20);
}
.service-style-two .service-block-one .image-box img {
opacity: 1;
transition: all 500ms ease;
}
.service-style-two .service-block-one:hover .image-box img {
opacity: 0.2;
}
.service-style-two .owl-dots {
display: none;
}
.service-style-two .owl-nav {
position: absolute;
left: 50%;
bottom: -90px;
margin-left: -70px;
} .work-style-two {
position: relative;
display: block;
padding: 97px 0px 70px 0px;
}
.work-style-two .sec-title {
position: relative;
max-width: 680px;
width: 100%;
margin: 0 auto;
padding-bottom: 52px;
}
.work-style-two .sec-title h1 {
margin-bottom: 8px;
}
.work-block-one {
position: relative;
display: block;
background: #ffffff;
border: 1px solid #f7f7f7;
padding: 30px 15px 46px 20px;
margin-bottom: 30px;
transition: all 500ms ease;
}
.work-block-one:hover {
box-shadow: -15px 5px 30px rgba(229, 229, 229, 0.50);
transform: translateY(-15px);
}
.work-block-one h4 {
position: relative;
display: block;
font-size: 20px;
line-height: 30px;
color: #222222;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 25px;
padding-left: 50px;
}
.work-block-one h4:before {
position: absolute;
content: '';
background: #7d6740;
height: 2px;
width: 35px;
top: 12px;
left: 0px;
}
.work-block-one h4 a {
position: relative;
display: inline-block;
color: #222222;
}
.work-block-one h4 a:hover {
color: #c6a47e;
}
.work-block-one .count-text {
font-size: 48px;
line-height: 60px;
position: absolute;
top: 8px;
right: 30px;
text-shadow: -1px -1px 0 #e0e0e0, 1px -1px 0 #e0e0e0, -1px 1px 0 #e0e0e0, 1px 1px 0 #e0e0e0;
}
.work-block-one .text {
position: relative;
display: block;
margin-bottom: 39px;
}
.work-block-one .link a {
position: relative;
display: inline-block;
font-size: 14px;
font-family: 'Oswald', sans-serif;
color: #222222;
font-weight: 600;
text-transform: uppercase;
}
.work-block-one .link a:hover {
text-decoration: underline;
} .project-style-two {
position: relative;
display: block;
padding: 93px 0px 95px 0px;
}
.project-style-two .sec-title {
margin-bottom: 47px;
}
.project-style-two .sec-title h1 {
z-index: 1;
}
.project-style-two .project-title {
color: #f8f8f8;
top: 60px;
}
.project-block-two {
position: relative;
display: block;
background: #ffffff;
box-shadow: 0 0 14px rgba(34, 34, 34, 0.10);
margin-bottom: 60px;
transition: all 500ms ease;
}
.project-block-two .image-box {
position: relative;
display: block;
overflow: hidden;
background: #000;
}
.project-block-two .image-box img {
width: 100%;
opacity: 1;
transition: all 500ms ease;
}
.project-block-two:hover .image-box img {
opacity: 0.2;
transform: scale(1.05);
}
.project-block-two .content-box {
position: relative;
display: block;
padding: 82px 80px 30px 20px;
}
.project-block-two .content-box .top-content {
position: relative;
display: block;
padding-bottom: 27px;
margin-bottom: 20px;
border-bottom: 2px solid #f6f6f6;
}
.project-block-two .content-box .icon-box {
position: relative;
display: block;
font-size: 60px;
line-height: 60px;
color: #222222;
margin-bottom: 36px;
}
.project-block-two .content-box .count-text {
position: absolute;
top: -40px;
right: -40px;
}
.project-block-two .content-box h2 {
position: relative;
display: block;
font-size: 30px;
line-height: 40px;
color: #222222;
font-weight: 700;
}
.project-block-two .content-box h2 a {
position: relative;
display: inline-block;
color: #222222;
}
.project-block-two .content-box h2 a:hover {
color: #c6a47e;
}
.project-block-two .content-box .text {
position: relative;
display: block;
margin-bottom: 11px;
}
.project-block-two .content-box .link a {
position: relative;
display: inline-block;
font-size: 14px;
font-family: 'Oswald', sans-serif;
font-weight: 600;
color: #222222;
text-transform: uppercase;
}
.project-block-two .content-box .link a:hover {
text-decoration: underline;
}
.project-block-two .content-box .count-text {
text-shadow: -1px -1px 0 #e0e0e0, 1px -1px 0 #e0e0e0, -1px 1px 0 #e0e0e0, 1px 1px 0 #e0e0e0;
}
.project-style-two .view-btn a {
position: relative;
display: inline-block;
font-size: 14px;
font-family: 'Oswald', sans-serif;
font-weight: 700;
color: #222222;
text-transform: uppercase;
text-decoration: underline;
}
.project-style-two .view-btn a:hover {
color: #c6a47e;
}
.news-style-two {
padding: 60px 0px 70px 0px;
}
.clients-section.alternate-2 {
padding: 50px 0px;
}
.testimonial-section.alternate-2 {
padding-top: 107px;
}
.testimonial-section.alternate-2:before {
top: 145px;
} .google-map-section {
position: relative;
width: 100%;
}
#contact-google-map {
position: relative;
display: block;
width: 100%;
height: 615px;
}
#contact-google-map iframe {
height: 615px;
}  .header-style-three {
position: relative;
display: block;
width: 100%;
}
.header-style-three .header-upper {
position: absolute;
width: 100%;
left: 0px;
top: 90px;
}
.header-style-three .inner-container {
position: relative;
display: block;
background: rgba(34, 34, 34, 0.70);
padding: 0px 40px 0px 30px;
}
.header-style-three .inner-container .logo-box {
position: relative;
margin-top: 25px;
}
.service-style-three {
padding: 120px 0px 100px 0px;
}
.service-style-three .inner-content {
padding: 0px;
box-shadow: 0 0 20px rgba(34, 34, 34, 0.10);
} .about-style-three {
position: relative;
display: block;
padding: 80px 0px 110px 0px;
}
.about-style-three .top-content {
position: relative;
display: block;
margin-bottom: 54px;
}
.about-style-three .top-content .text {
position: relative;
display: block;
padding-top: 32px;
}
.about-style-three .lower-content .image-box img {
width: 100%;
}
.about-style-three .lower-content .content-box {
position: relative;
display: block;
margin-left: 100px;
padding-top: 190px;
margin-right: 30px;
}
.about-style-three .lower-content .content-box .text {
position: relative;
display: block;
font-size: 18px;
line-height: 28px;
font-weight: 600;
margin-bottom: 26px;
}
.about-style-three .lower-content .content-box .sign {
position: relative;
display: inline-block;
} .video-style-two {
position: relative;
display: block;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
padding: 159px 0px 164px 0px;
background-attachment: fixed;
}
.video-style-two:before {
position: absolute;
content: '';
background: rgba(34, 34, 34, 0.85);
width: 100%;
height: 100%;
left: 0px;
top: 0px;
}
.video-style-two .inner-content .top-text {
position: relative;
display: block;
font-size: 14px;
font-family: 'Oswald', sans-serif;
font-weight: 300;
color: #c6a47e;
text-transform: uppercase;
margin-bottom: 17px;
}
.video-style-two .inner-content h1 {
position: relative;
display: block;
font-size: 72px;
line-height: 80px;
font-weight: 700;
color: #ffffff;
margin-bottom: 43px;
}
.video-style-two .inner-content .video-link {
position: relative;
display: inline-block;
font-size: 24px;
color: #ffffff;
width: 113px;
height: 113px;
line-height: 113px;
text-align: center;
border: 1px solid #ffffff;
border-radius: 50%;
}
.video-style-two .inner-content .video-link:hover {
background: #ffffff;
color: #c6a47e;
}
.parallax-scene {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.anim-icons {
position: absolute;
left: 0;
top: 0;
right: 0;
height: 100%;
width: 100%;
max-width: 1920px;
margin: 0 auto;
}
.anim-icons .icon {
position: absolute;
}
.anim-icons .icon-1 {
left: 150px !important;
top: 200px !important;
background: url(//veritystructure.com/wp-content/themes/diaco/images/icons/icon-1.png);
width: 34px;
height: 37px;
background-repeat: no-repeat;
}
.anim-icons .icon-2 {
left: 350px !important;
top: 400px !important;
background: url(//veritystructure.com/wp-content/themes/diaco/images/icons/icon-2.png);
width: 36px;
height: 36px;
background-repeat: no-repeat;
}
.anim-icons .icon-3 {
left: 50% !important;
top: 100px !important;
background: url(//veritystructure.com/wp-content/themes/diaco/images/icons/icon-3.png);
width: 34px;
height: 37px;
background-repeat: no-repeat;
}
.anim-icons .icon-4 {
left: 70% !important;
top: 150px !important;
background: url(//veritystructure.com/wp-content/themes/diaco/images/icons/icon-4.png);
width: 36px;
height: 27px;
background-repeat: no-repeat;
}
.anim-icons .icon-5 {
left: auto !important;
top: 150px !important;
right: 200px !important;
background: url(//veritystructure.com/wp-content/themes/diaco/images/icons/icon-5.png);
width: 26px;
height: 37px;
background-repeat: no-repeat;
}
.anim-icons .icon-6 {
left: auto !important;
top: 450px !important;
right: 150px !important;
background: url(//veritystructure.com/wp-content/themes/diaco/images/icons/icon-6.png);
width: 31px;
height: 37px;
background-repeat: no-repeat;
}
.fact-counter.alternate-2 {
padding: 118px 0px 50px 0px;
} .recent-project {
position: relative;
display: block;
padding: 66px 0px 60px 0px;
}
.recent-project .sec-title {
margin-bottom: 30px;
}
.recent-project .project-block-one {
margin-bottom: 30px;
}
.recent-project .load-more a {
position: relative;
display: inline-block;
font-size: 18px;
line-height: 28px;
font-family: 'Oswald', sans-serif;
font-weight: 500;
color: #c6a47e;
text-transform: uppercase;
letter-spacing: 1px;
text-decoration: underline;
}
.recent-project .load-more {
position: relative;
display: block;
padding-top: 13px;
}
.recent-project .load-more a:hover {
color: #222222;
}
.recent-project .project-title {
top: 50px;
text-shadow: -1px -1px 0 #e7e7e5, 1px -1px 0 #e7e7e5, -1px 1px 0 #e7e7e5, 1px 1px 0 #e7e7e5;
} .client-style-two {
position: relative;
display: block;
padding: 51px 0px 108px 0px;
}
.client-style-two .inner-content {
position: relative;
display: block;
margin-left: 100px;
}
.client-style-two .inner-content .clients-logo li {
position: relative;
float: left;
width: 33.333%;
overflow: hidden;
margin-bottom: 70px;
}
.client-style-two .inner-content .clients-logo li img {
position: relative;
opacity: 1;
transition: all 500ms ease;
}
.client-style-two .inner-content .clients-logo li:hover img {
opacity: 0.4;
transform: scale(1.03);
}
.client-style-two .sec-title {
position: relative;
margin-top: 22px;
}
.client-style-two .sec-title h1 {
line-height: 62px;
}
.client-style-two .sec-title h1:before {
bottom: 62px;
}
.client-style-two .sec-title .top-title {
margin-bottom: 8px;
} .call-to-action {
position: relative;
display: block;
padding: 60px 0px 170px 0px;
}
.call-to-action .content-box {
position: relative;
display: block;
padding-top: 78px;
}
.call-to-action .content-box h2 {
position: relative;
display: block;
font-size: 30px;
line-height: 40px;
color: #222222;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 31px;
}
.call-to-action .content-box .text {
position: relative;
display: block;
font-size: 18px;
line-height: 28px;
margin-bottom: 16px;
font-weight: 600;
color: #222222;
}
.call-to-action .inner-content {
position: relative;
display: block;
margin-left: 70px;
}
.call-to-action .inner-content .appointment-form {
position: absolute;
left: 0px;
top: 75px;
display: block;
max-width: 364px;
width: 100%;
background: #ffffff;
padding: 45px 30px 39px 30px;
box-shadow: 0 0px 20px rgba(34, 34, 34, 0.10);
z-index: 1;
}
.call-to-action .inner-content .appointment-form .form-group {
position: relative;
display: block;
margin-bottom: 19px;
}
.call-to-action .inner-content .appointment-form .form-group:last-child {
margin-bottom: 0px;
}
.call-to-action .inner-content .appointment-form .form-group input[type='text'],
.call-to-action .inner-content .appointment-form .form-group input[type='email'],
.call-to-action .inner-content .appointment-form .form-group textarea {
position: relative;
display: block;
width: 100%;
height: 45px;
border: 1px solid #e9e9e9;
padding: 10px 20px;
font-size: 12px;
font-family: 'Oswald', sans-serif;
color: #222;
transition: all 500ms ease;
}
.call-to-action .inner-content .appointment-form .form-group textarea {
height: 105px;
resize: none;
}
.call-to-action .inner-content .appointment-form .form-group button {
position: relative;
display: inline-block;
font-size: 14px;
font-family: 'Oswald', sans-serif;
font-weight: 600;
color: #222222;
background: transparent;
text-transform: uppercase;
text-decoration: underline;
cursor: pointer;
transition: all 500ms ease;
}
.call-to-action .inner-content .appointment-form .form-group button:hover {
color: #c6a47e;
}
.call-to-action .inner-content .appointment-form .form-group input:focus,
.call-to-action .inner-content .appointment-form .form-group textarea:focus {
border: 1px solid #c6a47e;
}
.call-to-action .inner-content .appointment-form ::-webkit-input-placeholder {
color: #a8b1b6;
}
.call-to-action .inner-content .appointment-form ::-moz-placeholder {
color: #a8b1b6;
}
.call-to-action .inner-content .appointment-form :-ms-input-placeholder {
color: #a8b1b6;
}
.call-to-action .inner-content .appointment-form :-moz-placeholder {
color: #a8b1b6;
}
.call-to-action .inner-content .google-map-area {
position: relative;
display: block;
margin-left: 130px;
}
.call-to-action .inner-content #contact-google-map {
position: relative;
width: 100%;
height: 462px;
}
.call-to-action .inner-content #contact-google-map iframe {
height: 462px;
}  .header-style-four {
position: relative;
display: block;
}
.header-style-four .header-upper {
position: absolute;
left: 0px;
top: 32px;
width: 100%;
}
.header-style-four .header-upper .inner-container {
position: relative;
display: block;
padding: 0px 50px 0px 50px;
}
.header-style-four .header-upper .logo-box {
position: relative;
margin-top: 15px;
}
.header-style-four .search-box-area {
left: 0px;
} .main-slider.style-three h2 {
position: relative;
display: block;
font-size: 30px;
line-height: 40px;
font-weight: 700;
color: #ffffff;
text-transform: uppercase;
}
.about-style-three.alternate-2 {
padding: 112px 0px 0px 0px;
}
.about-style-three.alternate-2 .top-content {
margin-bottom: 64px;
}
.team-section.alternate-2 {
padding: 122px 0px 117px 0px;
}
.client-style-two.alternate-2 {
padding: 96px 0px 47px 0px;
} .service-style-four {
position: relative;
}
.service-block-two {
position: relative;
display: block;
padding: 0px 0px 0px 70px;
margin-bottom: 60px;
}
.service-block-two .icon-box {
position: absolute;
left: 0px;
top: 0px;
font-size: 45px;
line-height: 45px;
color: #222222;
transition: all 500ms ease;
}
.service-block-two:hover .icon-box {
color: #c6a47e;
}
.service-block-two h5 {
position: relative;
display: block;
font-size: 18px;
line-height: 28px;
color: #222222;
font-weight: 400;
margin-bottom: 20px;
}
.service-block-two h5 a {
position: relative;
display: inline-block;
color: #222222;
}
.service-block-two h5 a:hover {
color: #c6a47e;
}
.service-block-two .text {
position: relative;
display: block;
} .about-style-three.alternate-2 .service-block {
position: relative;
display: block;
padding-top: 31px;
}
.about-style-three.alternate-2 .service-block-two .text {
padding-top: 0px;
}
.project-style-two.black-bg {
position: relative;
display: block;
}
.project-style-two.black-bg:before {
position: absolute;
content: '';
background: url(//veritystructure.com/wp-content/themes/diaco/images/background/project-bg.png);
width: 100%;
height: 100%;
left: 0px;
top: 0px;
background-size: cover;
background-repeat: no-repeat;
}
.project-style-two.black-bg .sec-title h1 {
color: #ffffff;
}
.project-style-two.black-bg .project-title {
color: #111;
text-shadow: -1px -1px 0 #535351, 1px -1px 0 #535351, -1px 1px 0 #535351, 1px 1px 0 #535351;
}
.pad-left-50 {
padding-left: 50px !important;
}
.project-style-two.black-bg .view-btn a {
color: #ffffff;
}
.project-style-two.black-bg .view-btn a:hover {
color: #c6a47e;
}
.clients-section.alternate-3 {
padding: 60px 0px 120px 0px;
}  .main-slider.style-six:after {
position: absolute;
content: '';
background: #ffffff;
width: 100%;
height: 150px;
left: 0px;
bottom: 0px;
top: inherit;
clip-path: polygon(0% 26%, 100% 100%, 100% 100%, 0% 100%, 0% 0%);
z-index: 1;
} .project-masonary {
position: relative;
display: block;
padding: 135px 0px 0px 0px;
}
.project-masonary .lower-text {
position: relative;
top: -163px;
left: 30px;
width: 100%;
z-index: 1;
}
.project-masonary .lower-text .text {
position: relative;
display: inline-block;
font-size: 18px;
font-family: 'Oswald', sans-serif;
color: #7a7a7a;
font-weight: 300;
line-height: 28px;
letter-spacing: 10px;
text-transform: uppercase;
}
.project-masonary .lower-text .text:before {
position: absolute;
content: '';
background: #b8b8b8;
width: 60px;
height: 1px;
right: -70px;
bottom: 9px;
}
.project-block-one .lower-content {
position: relative;
display: block;
padding-top: 33px;
max-width: 330px;
width: 100%;
}
.project-block-one .lower-content h4 {
position: relative;
display: block;
font-size: 20px;
line-height: 30px;
color: #222222;
font-weight: 600;
margin-bottom: 15px;
}
.project-block-one .lower-content h4 a {
position: relative;
display: inline-block;
color: #222222;
}
.project-block-one .lower-content h4 a:hover {
color: #c6a47e;
}
.project-masonary .inner-column:last-child {
padding-top: 170px;
}
.project-masonary .project-block-one {
margin-bottom: 60px;
}
.client-style-two.alternate-3 {
padding: 36px 0px 60px 0px;
} .pricing-section {
position: relative;
display: block;
}
.pricing-section .top-content {
position: relative;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
padding: 80px 0px 200px 0px;
}
.pricing-section .top-content:before {
position: absolute;
content: '';
background: rgba(34, 34, 34, 0.85);
width: 100%;
height: 100%;
left: 0px;
top: 0px;
}
.pricing-section .top-content:after {
position: absolute;
content: '';
background: url(//veritystructure.com/wp-content/themes/diaco/images/background/service-bg.png);
width: 100%;
height: 36px;
left: 0px;
top: 0px;
background-repeat: no-repeat;
background-size: cover;
}
.pricing-section .top-content .title-box h1 {
position: relative;
display: block;
font-size: 52px;
line-height: 62px;
font-weight: 700;
color: #ffffff;
margin-bottom: 26px;
text-transform: uppercase;
}
.pricing-section .top-content .title-box h1 span {
font-weight: 300;
}
.pricing-section .lower-content {
display: block;
background: #ffffff;
padding-bottom: 75px;
}
.pricing-section .lower-content .inner-content {
position: relative;
display: block;
margin-top: -166px;
}
.pricing-table {
position: relative;
display: block;
background: #ffffff;
border-top: 5px solid #c4c4c4;
padding: 33px 30px 57px 38px;
box-shadow: 0 0 15px rgba(34, 34, 34, 0.10);
transition: all 500ms ease;
}
.pricing-table:hover {
border-top: 5px solid #c6a47e;
transform: translateY(-20px);
}
.pricing-table .table-header h3 {
position: relative;
display: block;
font-size: 24px;
line-height: 30px;
font-weight: 700;
color: #222222;
margin-bottom: 14px;
}
.pricing-table .table-header .price {
position: relative;
display: block;
font-size: 16px;
font-family: 'Oswald', sans-serif;
font-weight: 700;
color: #c6a47e;
margin-bottom: 25px;
}
.pricing-table .table-header .price span {
font-size: 14px;
font-weight: 600;
color: #222222;
}
.pricing-table .table-content .list {
position: relative;
display: block;
margin-bottom: 22px;
}
.pricing-table .table-content li {
position: relative;
display: block;
font-size: 14px;
color: #222222;
margin-bottom: 14px;
padding: 0px 0px 0px 28px;
}
.pricing-table .table-content li:last-child {
margin-bottom: 0px;
}
.pricing-table .table-content li:before {
position: absolute;
content: "\f058";
font-family: 'Font Awesome 5 Free';
left: 0px;
top: 0px;
font-size: 14px;
color: #c6a47e;
}
.pricing-table .table-content li:nth-child(5),
.pricing-table .table-content li:nth-child(5):before,
.pricing-table .table-content li:last-child,
.pricing-table .table-content li:last-child:before,
.pricing-column:first-child .pricing-table .table-content li:nth-child(4),
.pricing-column:first-child .pricing-table .table-content li:nth-child(4):before {
color: #c4c4c4;
}
.pricing-column:last-child .pricing-table .table-content li:nth-child(5),
.pricing-column:last-child .pricing-table .table-content li:last-child {
color: #222222;
}
.pricing-column:last-child .pricing-table .table-content li:nth-child(5):before,
.pricing-column:last-child .pricing-table .table-content li:last-child:before {
color: #c6a47e;
}
.pricing-table .table-footer a {
position: relative;
display: inline-block;
font-size: 14px;
font-family: 'Oswald', sans-serif;
font-weight: 700;
color: #222222;
text-transform: uppercase;
text-decoration: underline;
}
.pricing-table .table-footer a:hover {
color: #c6a47e;
}
.pricing-table .best-value {
position: absolute;
top: 90px;
right: -10px;
font-size: 16px;
line-height: 26px;
font-family: 'Oswald', sans-serif;
font-weight: 600;
color: #222222;
text-transform: uppercase;
transform: rotate(270deg);
}
.pricing-table .best-value:before {
position: absolute;
content: '';
background: #33659a;
height: 1px;
width: 35px;
top: 11px;
right: -50px;
}
.call-to-action.alternate-2 {
padding-top: 33px;
}  .page-title {
position: relative;
width: 100%;
padding: 294px 0px 196px 0px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background-color: #999;
}
.page-title:before {
position: absolute;
content: '';
background: rgba(31, 31, 31, 0.50);
width: 100%;
height: 100%;
left: 0px;
top: 0px;
}
.page-title .rotate-text {
position: absolute;
left: 0px;
bottom: 190px;
color: #cdcdce;
}
.page-title .rotate-text:before {
background: #cdcdce;
}
.page-title .content-box h1 {
position: relative;
display: block;
font-size: 60px;
line-height: 70px;
color: #ffffff;
font-weight: 500;
text-transform: uppercase;
word-break: break-all;
}
.about-style-three.alternate-3 {
padding: 117px 0px 52px 0px;
}
.about-style-three.alternate-3 .top-content {
margin-bottom: 63px;
}
.work-section.alternate-2 {
padding: 125px 0px 97px 0px;
}
.work-style-three {
position: relative;
display: block;
padding: 116px 0px 90px 0px;
}
.work-style-three .top-content {
position: relative;
display: block;
margin-bottom: 118px;
}
.work-style-three .top-content .text-column {
padding-top: 32px;
}
.service-style-two.alternate-2 {
padding: 120px 0px 70px 0px;
}
.service-style-two.alternate-2 .inner-content {
padding: 0px;
margin: 0px 15px;
}
.service-style-two.alternate-2 .service-block {
padding: 0px 0px;
}
.pricing-section.alternate-2 .lower-content {
padding-bottom: 130px;
}
.about-style-three.single-service-page {
position: relative;
padding: 116px 0px 0px 0px;
}
.about-style-three.single-service-page:before {
position: absolute;
content: '';
background: url(//veritystructure.com/wp-content/themes/diaco/images/background/about-pattern.png);
width: 65%;
height: 490px;
right: 0px;
top: 0px;
background-size: cover;
background-repeat: no-repeat;
}
.about-style-three.single-service-page .top-content {
margin-bottom: 0px;
}
.fact-counter.single-service-page {
padding: 57px 0px 113px 0px;
}
.single-page-bg {
position: relative;
display: block;
min-height: 400px;
width: 100%;
background-repeat: no-repeat;
background-size: cover;
}
.client-style-two.single-service-page {
padding: 5px 0px 66px 0px;
} .project-page {
padding: 120px 0px 90px 0px;
}
.project-page .project-block-one {
margin-bottom: 30px;
}
.project-page .project-block-one .lower-content {
max-width: 100%;
padding: 25px 15px 6px 30px;
}
.project-page .project-block-one .lower-content h4 {
font-weight: 300;
margin-bottom: 5px;
letter-spacing: 2px;
}
.project-page .project-block-one .lower-content span {
position: relative;
display: block;
font-size: 14px;
font-family: 'Oswald', sans-serif;
color: #222222;
font-weight: 300;
letter-spacing: 2px;
text-transform: capitalize;
}
.project-page .filters {
margin-bottom: 60px;
}
.project-page .filter-btns li {
position: relative;
display: inline-block;
margin: 0px 17px;
font-size: 14px;
font-family: 'Oswald', sans-serif;
font-weight: 400;
color: #002222;
text-transform: uppercase;
cursor: pointer;
padding-bottom: 8px;
transition: all 500ms ease;
}
.project-page .filter-btns li:before {
position: absolute;
content: '';
background: #002222;
width: 0%;
height: 2px;
left: 0px;
bottom: 0px;
transition: all 500ms ease;
}
.project-page .filter-btns li.active:before,
.project-page .filter-btns li:hover:before {
width: 100%;
}
.project-page-03,
.project-page-04,
.project-page-05 {
padding: 116px 0px 80px 0px;
}
.project-page-06 {
padding: 116px 0px 60px 0px;
}
.project-page-07 {
padding: 115px 0px;
}
.project-page-07 .top-content {
position: relative;
display: block;
margin-bottom: 20px;
}
.project-page-07 .top-content .text-column {
padding-top: 32px;
}
.project-page-07 .lower-content {
position: relative;
display: block;
padding-top: 100px;
}
.project-page .project-title {
top: 20px;
}
.project-page-07 .lower-content .load-btn a {
position: relative;
display: inline-block;
font-size: 18px;
line-height: 28px;
font-family: 'Oswald', sans-serif;
font-weight: 500;
color: #222222;
letter-spacing: 1px;
text-transform: uppercase;
text-decoration: underline;
}
.project-page-07 .lower-content .load-btn {
position: relative;
display: block;
padding-top: 14px;
}
.project-page-07 .lower-content .load-btn a:hover {
color: #c6a47e;
}
.project-page-08 {
padding-bottom: 75px;
}
.project-page-09 {
padding: 115px 0px 77px 0px;
}
.project-section.project-page-09 .load-btns {
margin-top: 13px;
}
.project-page-09 .top-content {
position: relative;
margin-bottom: 17px;
}
.project-page-09 .top-content .text-column {
padding-top: 32px;
}
.project-page-09 .lower-content {
position: relative;
display: block;
padding-top: 100px;
}
.project-page-10 .masonry-item.big-column {
position: relative;
width: 50%;
float: left;
}
.project-page-10 .masonry-item.small-column {
position: relative;
width: 25%;
float: left;
}
.project-page-10 .masonry-item {
position: relative;
display: block;
padding: 0px 15px;
}
.project-page-10 .filters {
text-align: right;
padding-top: 30px;
margin-bottom: 30px;
}
.project-page-10 .load-more a {
position: relative;
display: inline-block;
font-size: 18px;
font-family: 'Oswald', sans-serif;
font-weight: 500;
line-height: 28px;
color: #c6a47e;
text-transform: uppercase;
text-decoration: underline;
}
.project-page-10 .load-more {
position: relative;
display: block;
padding-top: 13px;
}
.project-page-10 .load-more a:hover {
color: #222222;
}
.project-page-10 {
padding: 115px 0px 5px 0px;
}
.project-page-10 .project-title {
top: 100px;
} .single-project {
position: relative;
display: block;
padding: 120px 0px;
}
.single-project .info-content {
position: relative;
display: block;
padding: 56px 30px 59px 57px;
background: #f3f3f3;
}
.single-project .info-content li {
position: relative;
display: block;
margin-bottom: 15px;
}
.single-project .info-content li:last-child {
margin-bottom: 0px;
}
.single-project .info-content span {
position: relative;
display: inline-block;
font-size: 18px;
font-weight: 500;
font-family: 'Oswald', sans-serif;
color: #222222;
width: 50%;
}
.single-project-1 .top-content {
position: relative;
display: block;
margin-bottom: 80px;
}
.single-project .info-content li a {
color: #222222;
}
.single-project .info-content li a:hover {
color: #c6a47e;
}
.single-project .content-box {
position: relative;
display: block;
padding-top: 13px;
}
.single-project .content-box h4 {
position: relative;
display: block;
font-size: 20px;
line-height: 30px;
font-weight: 700;
color: #222222;
margin-bottom: 17px;
}
.single-project .content-box .text p {
position: relative;
display: block;
}
.single-project .content-box .text span {
position: relative;
font-size: 18px;
font-weight: 700;
color: #222222;
}
.single-project-2 .project-block-one,
.single-project-3 .project-block-one {
margin-bottom: 30px;
}
.single-project-2 .top-content {
position: relative;
padding-bottom: 100px;
}
.single-project-3 .info-content span {
width: 30%;
}
.single-project-3 .info-content {
margin-bottom: 18px;
}
.single-project-3 {
padding-bottom: 90px;
} .about-section.about-page-1 {
padding: 115px 0px 90px 0px;
}
.about-section.about-page-1 .top-content {
margin-bottom: 70px;
}
.about-section.about-page-1 .count-text:before {
display: none;
}
.about-page-bg {
position: relative;
display: block;
width: 100%;
min-height: 700px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.testimonial-section.about-page-1 {
padding: 115px 0px 120px 0px;
}
.testimonial-section.about-page-1:before {
top: 160px;
}
.team-section.about-page-1 {
padding: 103px 0px 116px 0px;
}
.about-style-two.about-page-2 {
padding: 120px 0px 0px 0px;
}
.about-style-two.about-page-2 .image-box .image h2 {
text-transform: uppercase;
}
.about-style-two .content-box .text {
position: relative;
display: block;
font-size: 16px;
line-height: 30px;
font-weight: 600;
margin-bottom: 16px;
} .team-section.team-page {
padding: 115px 0px 20px 0px;
}
.team-section.team-page:before {
display: none;
}
.team-section.team-page .team-block-one {
margin-bottom: 57px;
}
.progress-section {
position: relative;
display: block;
padding: 105px 0px 113px 0px;
}
.progress-section .text-column .text {
position: relative;
display: block;
padding-top: 14px;
}
.progress-section .text-column h2 {
position: relative;
display: block;
font-size: 36px;
line-height: 50px;
font-weight: 500;
color: #222222;
} .single-progress-box {
position: relative;
margin-bottom: 25px;
}
.single-progress-box:last-child {
margin-bottom: 0px;
}
.single-progress-box .progress {
position: relative;
background-color: #e7e7e7;
height: 9px;
border-radius: 10px;
box-shadow: none;
overflow: visible;
}
.single-progress-box .progress-bar {
position: relative;
background-color: #c6a47e;
box-shadow: none;
height: 5px;
border-radius: 5px;
top: 2px;
-webkit-transition: all 3s ease 0s;
-moz-transition: all 3s ease 0s;
-ms-transition: all 3s ease 0s;
-o-transition: all 3s ease 0s;
transition: all 3s ease 0s;
width: 0;
}
.single-progress-box .progress-bar .value-holder {
position: absolute;
display: none;
text-align: center;
font-family: 'Open Sans', sans-serif;
bottom: 7px;
right: 0px;
color: #222222;
font-weight: 500;
border-radius: 3px;
font-size: 14px;
}
.single-progress-box .text {
position: relative;
display: block;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight: 600;
color: #222222;
margin-bottom: 11px;
} .about-style-two.single-team-page {
padding: 120px 0px 50px 0px;
}
.single-team-page .image-box .image h2 {
color: #fff;
text-transform: uppercase;
}
.about-style-two.single-team-page .image-box {
padding-left: 0px;
}
.about-style-two.single-team-page .content-box {
padding-right: 0px;
margin-top: 62px;
}
.about-style-two.single-team-page .content-box .text {
position: relative;
display: block;
font-size: 16px;
line-height: 30px;
font-weight: 600;
margin-bottom: 15px;
}
.about-style-two.single-team-page .content-box p {
display: block;
margin-bottom: 28px;
}
.about-style-two.single-team-page .content-box .info li {
position: relative;
display: block;
color: #c6a47e;
font-weight: 700;
margin-bottom: 6px;
}
.about-style-two.single-team-page .content-box .info li span {
color: #222222;
margin-right: 5px;
}
.about-style-two.single-team-page .content-box .info li:last-child {
margin-bottom: 0px;
}
.about-style-two.single-team-page .content-box .info {
position: relative;
display: block;
margin-bottom: 37px;
} .education-section {
position: relative;
display: block;
padding: 60px 0px 90px 0px;
}
.education-section .sec-title {
position: relative;
display: block;
max-width: 630px;
width: 100%;
padding-bottom: 131px;
}
.education-section .sec-title h1 {
margin-bottom: 4px;
}
.education-section .inner-content {
position: relative;
display: block;
padding: 0px 20px 0px 40px;
}
.education-section .inner-content:before {
position: absolute;
content: '';
background: #dedede;
width: 1px;
height: 100%;
top: -20px;
left: 185px;
}
.education-section .inner-content:after {
position: absolute;
content: "\f113";
font-family: 'Flaticon';
font-size: 40px;
color: #222222;
font-weight: 600;
left: 166px;
top: -63px;
}
.education-section .inner-content .single-item {
position: relative;
display: block;
margin-bottom: 97px;
}
.education-section .inner-content .single-item:last-child {
margin-bottom: 0px;
}
.education-section .inner-content .single-item .date {
position: absolute;
left: 0px;
top: 15px;
font-size: 18px;
font-family: 'Oswald', sans-serif;
font-weight: 500;
color: #222222;
}
.education-section .inner-content .single-item .content-box {
position: relative;
padding-left: 210px;
}
.education-section .inner-content .single-item .content-box:before {
position: absolute;
content: "\f112";
font-family: 'Flaticon';
font-size: 16px;
color: #222222;
border: 1px solid #dedede;
background: #ffffff;
width: 41px;
height: 41px;
line-height: 41px;
text-align: center;
border-radius: 50%;
left: 125px;
top: 7px;
}
.education-section .inner-content .single-item .content-box .text {
position: relative;
display: block;
font-size: 18px;
line-height: 28px;
font-weight: 600;
margin-bottom: 6px;
}
.education-section .inner-content .single-item .content-box span {
position: relative;
display: block;
color: #c6a47e;
font-weight: 600;
font-family: 'Open Sans', sans-serif;
}
.project-style-two.single-team-page .project-title {
color: #ffffff;
} .faq-section {
position: relative;
display: block;
}
.faq-section .title-box {
position: relative;
display: block;
margin-bottom: 59px;
}
.faq-section .title-box .title h2 {
position: relative;
display: block;
font-size: 52px;
line-height: 80px;
font-weight: 700;
color: #222222;
text-transform: uppercase;
}
.faq-section .title-box .title h2 span {
font-weight: 300;
}
.faq-section .title-box .text {
position: relative;
display: block;
padding-top: 11px;
}
.accordion-box {
position: relative;
margin-top: 5px;
}
.accordion-box .block {
position: relative;
margin-bottom: 10px;
border: 1px solid #dedede;
}
.accordion-box .block:last-child {
margin-bottom: 0px;
}
.accordion-box .block .acc-btn h3 {
position: relative;
display: block;
font-size: 24px;
font-weight: 300;
color: #222222;
cursor: pointer;
border-bottom: 1px solid transparent;
padding: 17px 30px 24px 40px;
background: #ffffff;
transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active h3 {
border-bottom: 1px solid #dedede;
}
.accordion-box .block .acc-content {
position: relative;
display: none;
}
.accordion-box .block .acc-content.current {
display: block;
}
.accordion-box .block .content {
position: relative;
display: block;
padding: 23px 50px 43px 40px;
}
.accordion-box .block .acc-content .content .text {
position: relative;
display: block;
font-size: 16px;
line-height: 26px;
font-weight: 600;
font-style: italic;
margin-bottom: 23px;
} .history-section {
position: relative;
display: block;
}
.history-section:before {
position: absolute;
content: '';
background: url(//veritystructure.com/wp-content/themes/diaco/images/background/about-pattern.png);
width: 65%;
height: 490px;
right: 0px;
top: 0px;
background-size: cover;
background-repeat: no-repeat;
}
.single-history-box {
position: relative;
display: block;
margin-bottom: 87px;
}
.single-history-box:last-child {
margin-bottom: 0px;
}
.content-box {
position: relative;
display: block;
}
.content-box .title h1 {
position: relative;
display: block;
font-size: 52px;
font-weight: 700;
color: #222222;
line-height: 80px;
text-transform: uppercase;
}
.content-box .title h1 span {
font-weight: 300;
}
.content-box .text {
position: relative;
display: block;
padding-top: 11px;
}
.content-box .text p {
position: relative;
display: block;
font-size: 14px;
}
.image-box {
position: relative;
display: block;
overflow: hidden;
}
.image-box img {
width: 100%;
transition: all 1500ms ease;
}
.image-box:hover img {
transform: scale(1.3);
opacity: 0.4;
} .coming-soon {
position: fixed;
left: 0px;
top: 0px;
height: 100%;
width: 100%;
display: block;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 220px 0px;
overflow-y: auto;
overflow-x: hidden;
}
.coming-soon:before {
position: fixed;
content: '';
background: rgba(0, 0, 0, 0.80);
width: 100%;
height: 100%;
left: 0px;
top: 0px;
}
.coming-soon .inner-content .logo {
position: relative;
margin-bottom: 97px;
}
.coming-soon .inner-content .top-text {
position: relative;
display: block;
font-size: 24px;
line-height: 30px;
color: #ffffff;
margin-bottom: 18px;
}
.coming-soon .inner-content .title-text h1 {
position: relative;
display: block;
font-size: 150px;
line-height: 150px;
font-weight: 700;
color: #ffffff;
text-transform: uppercase;
margin-bottom: 26px;
}
.coming-soon .inner-content .text {
position: relative;
display: block;
font-size: 24px;
line-height: 30px;
color: #ffffff;
margin-bottom: 38px;
}
.coming-soon .inner-content .text a {
color: #c6a47e;
font-style: italic;
}
.coming-soon .inner-content .text a:hover {
color: #ffffff;
}
.coming-soon .timer {
position: relative;
display: inline-block;
}
.coming-soon .cs-countdown {
position: relative;
text-align: center;
}
.coming-soon .cs-countdown .count-col {
position: relative;
display: inline-block;
text-align: center;
margin: 0px 25px;
}
.coming-soon .cs-countdown .count-col span {
position: relative;
display: block;
font-size: 48px;
color: #ffffff;
line-height: 60px;
font-family: 'Oswald', sans-serif;
font-weight: 300;
text-align: center;
}
.coming-soon .cs-countdown .count-col h3 {
position: absolute;
left: 0;
right: 0;
top: 66px;
margin: 0 auto;
font-size: 24px;
color: #ffffff;
font-weight: 300;
text-align: center;
} .error-section {
position: relative;
display: block;
padding: 150px 0;
}
.error-section .content-box {
position: relative;
display: block;
text-align: center;
}
.error-section .content-box h1 {
position: relative;
font-size: 70px;
line-height: 70px;
font-weight: 700;
margin-bottom: 20px;
}
.error-section .content-box h2 {
position: relative;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 15px;
}
.error-section .content-box p {
position: relative;
display: block;
font-size: 14px;
line-height: 27px;
color: #141414;
font-weight: 500;
margin-bottom: 20px;
}
.error-section .content-box p a {
color: #c6a47e;
}
.error-section .content-box p a:hover {
text-decoration: underline;
}
.error-section .content-box p strong {
font-weight: 600;
font-size: 19px;
}
.error-section input[type="search"] {
width: 100%;
height: 50px;
background: #f2f2f2;
border: 1px solid #f2f2f2;
line-height: 50px;
padding: 10px 50px 10px 20px;
color: #222222;
transition: all 500ms ease;
}
.error-section .form-group {
position: relative;
margin: 0px;
}
.error-section button {
position: absolute;
top: 12px;
right: 20px;
color: #222222;
font-size: 18px;
font-weight: 700;
background: none;
cursor: pointer;
transition: all 500ms ease;
}
.error-section input:focus+button,
.error-section button:hover {
color: #c6a47e;
}
.error-section input:focus {
border: 1px solid #c6a47e;
} .news-section.blog-grid {
padding: 120px 0px 90px 0px;
}
.news-section.blog-grid .news-block-one {
margin-bottom: 30px;
}
.sidebar-page-container {
position: relative;
display: block;
padding: 120px 0px 120px 0px;
}
.sidebar-page-container .news-block-one .lower-content h4.post-title {
margin-bottom: 16px;
}
.sidebar-page-container .news-block-one .lower-content p,
.page-content p {
position: relative;
display: block;
margin-bottom: 20px;
}
.sidebar-page-container .news-block-one .lower-content .link a {
position: relative;
display: inline-block;
font-size: 14px;
line-height: 24px;
font-family: 'Oswald', sans-serif;
font-weight: 600;
color: #222222;
text-transform: uppercase;
text-decoration: underline;
}
.sidebar-page-container .news-block-one .lower-content .link a:hover {
color: #c6a47e;
}
.blog-classic-1 .news-block-one .lower-content {
padding: 30px 30px 37px 30px;
}
.sidebar-page-container .news-block-one .lower-content .post-info {
margin-bottom: 16px;
padding: 0;
}
.sidebar-page-container .news-block-one {
margin-bottom: 60px;
}
.sidebar-page-container.blog-classic-1 .news-block-one:hover {
transform: translateY(-20px);
}
.sidebar-page-container .sidebar {
position: relative;
display: block;
}
.sidebar-page-container .sidebar .sidebar-widget,
.widget {
position: relative;
display: block;
margin-bottom: 50px;
border: 1px solid #f7f7f7;
}
.sidebar-page-container .sidebar .sidebar-widget:last-child {
margin-bottom: 0px;
}
.sidebar-page-container .sidebar .sidebar-search .widget-content {
position: relative;
display: block;
padding: 10px;
}
.sidebar-search .widget-content .form-group {
position: relative;
margin: 0px;
}
.sidebar-search .widget-content .form-group input[type='search'] {
position: relative;
display: block;
width: 100%;
height: 40px;
padding: 10px 50px 10px 20px;
border: 1px solid #f7f7f7;
background: #fbfbfb;
font-size: 14px;
font-family: 'Oswald', sans-serif;
color: #222222;
transition: all 500ms ease;
}
.sidebar-search .widget-content button {
position: absolute;
top: 8px;
right: 20px;
color: #222222;
font-size: 15px;
font-weight: 700;
background: transparent;
cursor: pointer;
transition: all 500ms ease;
}
.sidebar-search .widget-content .form-group input:focus+button,
.sidebar-search .widget-content button:hover {
color: #c6a47e;
}
.sidebar-search .widget-content .form-group input:focus {
border: 1px solid #c6a47e;
}
.sidebar-search ::-webkit-input-placeholder {
color: #222222;
}
.sidebar-search ::-moz-placeholder {
color: #222222;
}
.sidebar-search :-ms-input-placeholder {
color: #222222;
}
.sidebar-search :-moz-placeholder {
color: #222222;
}
.sidebar-page-container .sidebar .sidebar-title {
position: relative;
display: block;
font-size: 16px;
line-height: 30px;
font-weight: 600;
padding-left: 28px;
margin-bottom: 9px;
}
.sidebar-page-container .sidebar .sidebar-title:before {
position: absolute;
content: '';
background: url(//veritystructure.com/wp-content/themes/diaco/images/icons/sidebar-icon.png);
width: 11px;
height: 23px;
left: 0px;
top: 3px;
background-repeat: no-repeat;
}
.sidebar-page-container .sidebar .sidebar-categories .list li,
.sidebar-page-container .sidebar .widget ul li {
position: relative;
display: block;
}
.sidebar-page-container .sidebar .sidebar-categories .list li,
.sidebar-page-container .sidebar .widget ul li {
position: relative;
display: block;
font-size: 14px;
font-family: 'Oswald', sans-serif;
color: #222222;
padding: 11px 0px 14px 0px;
border-bottom: 1px solid #e7e7e7;
text-align: right;
overflow: hidden;
}
.sidebar-page-container .sidebar .sidebar-categories .list li a,
.sidebar-page-container .sidebar .widget ul li a {
color: #222222;
float: left;
}
.sidebar-page-container .sidebar .sidebar-categories .list li a:hover,
.sidebar-page-container .sidebar .widget ul li a:hover {
color: #c6a47e;
}
.sidebar-page-container .sidebar .sidebar-categories,
.widget {
position: relative;
display: block;
padding: 29px 30px 47px 30px;
}
.sidebar-page-container .sidebar .sidebar-post {
position: relative;
display: block;
padding: 29px 15px 41px 25px;
}
.sidebar-page-container .sidebar .sidebar-post .post {
position: relative;
padding: 0px 0px 5px 140px;
margin-bottom: 13px;
min-height: 85px;
}
.sidebar-page-container .sidebar .sidebar-post .post:last-child {
margin-bottom: 0px;
}
.sidebar-page-container .sidebar .sidebar-post .post .thumb {
position: absolute;
left: 0px;
top: 7px;
background: #c6a47e;
overflow: hidden;
width: 120px;
height: 80px;
}
.sidebar-page-container .sidebar .sidebar-post .post .thumb img {
width: 100%;
opacity: 1;
transition: all 500ms ease;
}
.sidebar-page-container .sidebar .sidebar-post .post:hover .thumb img {
opacity: 0.2;
}
.sidebar-page-container .sidebar .sidebar-post .post .date {
position: relative;
display: block;
font-size: 12px;
line-height: 26px;
font-family: 'Oswald', sans-serif;
color: #a4b3c1;
font-weight: 400;
}
.sidebar-page-container .sidebar .sidebar-post .post h5 {
position: relative;
display: block;
font-size: 18px;
line-height: 28px;
font-weight: 500;
}
.sidebar-page-container .sidebar .sidebar-post .post h5 a {
position: relative;
display: inline-block;
color: #222222;
}
.sidebar-page-container .sidebar .sidebar-post .post h5 a:hover {
color: #c6a47e;
}
.sidebar-page-container .sidebar .sidebar-post .sidebar-title {
margin-bottom: 18px;
}
.sidebar-page-container .sidebar .sidebar-links {
position: relative;
display: block;
padding: 29px 15px 17px 25px;
}
.sidebar-page-container .widget .social-links li {
position: relative;
display: inline-block;
margin-right: 24px;
}
.sidebar-page-container .sidebar .sidebar-links .social-links li:last-child {
margin-right: 0px;
}
.sidebar-page-container .widget .social-links li {
position: relative !important;
display: inline-block !important;
margin-right: 24px;
border: none !important;
}
.sidebar-page-container .widget .social-links li a {
position: relative;
display: inline-block;
font-size: 18px;
color: #222222;
}
.sidebar-page-container .widget .social-links li a:hover {
color: #c6a47e;
}
.sidebar-page-container .widget .sidebar-links .sidebar-title {
margin-bottom: 13px;
}
.blog-classic-2 .news-block-one .lower-content {
padding: 21px 30px 45px 30px;
} .blog-single {
position: relative;
}
.blog-single .content-style-one .news-block-one:hover .image-box img {
opacity: 1;
}
.blog-single .news-block-one:hover {
transform: translateY(0px);
}
.blog-single .content-style-one .news-block-one {
box-shadow: none;
margin-bottom: 0px;
}
.blog-single .content-style-one .news-block-one:hover img {
transform: scale(1);
}
.blog-single .content-style-one .news-block-one .image-box {
margin-bottom: 21px;
}
.blog-single .content-style-one .news-block-one .lower-content {
padding: 0px;
}
.blog-single .news-block-one .lower-content h4.post-title {
margin-bottom: 18px;
}
blockquote {
position: relative;
display: block;
padding: 0px 40px 0px 80px !important;
margin: 0px !important;
margin-left: 25px !important;
margin-top: 48px !important;
margin-bottom: 53px !important;
}
.wp-block-quote {
border-left: 0;
}
blockquote cite {
padding-left: 30px;
}
.blog-single .blog-single-content .inner-box .content-style-one {
position: relative;
display: block;
margin-bottom: 53px;
overflow: hidden;
}
.blog-single .blog-single-content .image-box {
position: relative;
display: block;
margin-bottom: 29px;
}
.blog-single .blog-single-content strong,
.page-content strong {
position: relative;
display: inline-block;
font-size: 18px;
font-weight: 600;
line-height: 28px;
margin-bottom: 22px;
}
.blog-single .blog-single-content ul li strong,
.page-content strong {
margin-bottom: 0px;
font-size: 14px;
line-height: 24px;
}
.blog-single .blog-single-content .inner-box .content-style-two p {
position: relative;
display: block;
font-size: 14px;
padding-right: 5px;
}
.blog-single .blog-single-content .inner-box .content-style-two {
position: relative;
display: block;
margin-bottom: 57px;
}
.blog-single .blog-single-content .post-share-option {
position: relative;
display: block;
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
padding: 30px 0px;
margin-bottom: 54px;
}
.blog-single .blog-single-content .post-share-option .social-links li {
position: relative;
display: inline-block;
background: #e6e7e9;
width: 66px;
height: 30px;
line-height: 30px;
border-radius: 30px;
margin: 0px 5px;
font-size: 13px;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
color: #555555;
}
.blog-single .blog-single-content .post-share-option .social-links li a {
position: relative;
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
font-size: 14px;
color: #ffffff;
background: #e6e7e9;
border-radius: 50%;
margin-right: 7px;
z-index: 1;
}
.blog-single .blog-single-content .post-share-option .social-links li:first-child a {
background: #3b5998;
}
.blog-single .blog-single-content .post-share-option .social-links li:nth-child(2) a {
background: #2ba9e1;
}
.blog-single .blog-single-content .post-share-option .social-links li:nth-child(3) a {
background: #dd4b39;
}
.blog-single .blog-single-content .post-share-option .social-links li:nth-child(4) a {
background: #cb2027;
}
.blog-single .blog-single-content .post-share-option .social-links li a:hover {
background: #c6a47e !important;
}
.blog-single .blog-single-content .post-share-option .social-share .share a:hover {
background: #c6a47e;
}
.blog-single .blog-single-content .post-share-option .social-share .share a {
position: relative;
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
background: #45a147;
margin: 0px;
font-size: 14px;
color: #ffffff;
border-radius: 50%;
z-index: 1;
}
.blog-single .blog-single-content .post-share-option .social-links {
position: absolute;
right: 0%;
top: 0px;
width: 340px;
opacity: 0;
visibility: hidden;
transition: all 500ms ease;
}
.blog-single .blog-single-content .post-share-option .social-share:hover .social-links {
opacity: 1;
right: 30%;
visibility: visible;
margin-left: 0px;
}
.blog-single .blog-single-content .post-share-option .social-share {
position: relative;
display: block;
}
.post-controls {
position: relative;
}
.blog-single .blog-single-content .post-controls .nav-links {
position: relative;
display: block;
margin-bottom: 83px;
overflow: hidden;
}
.blog-single .blog-single-content .post-controls .nav-links .nav-previous {
float: left;
margin-left: 0px;
}
.blog-single .blog-single-content .post-controls .nav-links .nav-next {
float: right;
margin-right: 0px;
}
.blog-single .blog-single-content .post-controls .nav-links .nav-previous a,
.blog-single .blog-single-content .post-controls .nav-links .nav-next a {
position: relative;
display: inline-block;
font-size: 12px;
font-family: 'Oswald', sans-serif;
color: #a4b3c1;
font-weight: 700;
text-transform: uppercase;
z-index: 1;
}
.blog-single .blog-single-content .post-controls .inner .nav-previous a:hover,
.blog-single .blog-single-content .post-controls .inner .nav-next a:hover {
color: #c6a47e;
}
.blog-single .blog-single-content .post-controls .scroll-btn {
position: relative;
display: inline-block;
font-size: 12px;
font-family: 'Oswald', sans-serif;
font-weight: 700;
color: #222222;
text-transform: uppercase;
cursor: pointer;
transition: all 500ms ease;
position: absolute;
top: 0;
left: 0;
right: 0;
}
.blog-single .blog-single-content .post-controls .scroll-btn:hover {
color: #c6a47e;
}
.blog-single .blog-single-content .post-controls .scroll-btn i {
position: relative;
font-size: 14px;
color: #c6a47e;
font-weight: 500;
margin-left: 15px;
line-height: 24px;
}
.group-title {
position: relative;
display: inline-block;
font-size: 13px;
font-family: 'Oswald', sans-serif;
font-weight: 700;
color: #ffffff;
text-transform: uppercase;
background: #222222;
padding: 5px 20px 6px 20px;
text-align: center;
border-radius: 3px;
line-height: 24px;
}
.group-title i {
position: relative;
margin-right: 17px;
}
.blog-single .blog-single-content .author-box .group-title {
top: -17px;
}
.blog-single .blog-single-content .author-box {
position: relative;
display: block;
background: #fbfbfb;
padding: 0px 35px 37px 15px;
margin-bottom: 50px;
}
.blog-single .blog-single-content .author-box .author-inner {
position: relative;
display: block;
padding-top: 2px;
}
.blog-single .blog-single-content .author-box .author-inner .author-thumb {
position: absolute;
left: 20px;
top: 5px;
width: 113px;
height: 113px;
overflow: hidden;
border-radius: 5px;
}
.blog-single .blog-single-content .author-box .author-inner .author-thumb img {
width: 100%;
border-radius: 5px;
}
.blog-single .blog-single-content .author-box .author-inner .author-content {
padding-left: 165px;
}
.blog-single .blog-single-content .author-box .author-inner .author-content .info-box h6 {
position: relative;
float: left;
font-size: 16px;
font-family: 'Oswald', sans-serif;
font-weight: 700;
color: #222222;
text-transform: uppercase;
}
.blog-single .blog-single-content .author-box .author-inner .author-content .info-box a {
position: relative;
float: right;
font-size: 13px;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
color: #c6a47e;
}
.blog-single .blog-single-content .author-box .author-inner .author-content .info-box a i {
position: relative;
color: #1de37e;
margin-left: 15px;
}
.blog-single .blog-single-content .author-box .author-inner .author-content .info-box {
position: relative;
display: block;
margin-bottom: 10px;
}
.blog-single .blog-single-content .author-box .author-inner .author-content .text {
position: relative;
display: block;
font-size: 13px;
color: #222222;
}
.blog-single .blog-single-content .related-post .group-title {
margin-bottom: 40px;
}
.blog-single .blog-single-content .related-post .news-block-one {
margin-bottom: 0px;
}
.blog-single .blog-single-content .related-post .news-block-one .lower-content {
padding: 21px 25px 14px 30px;
}
.blog-single .blog-single-content .related-post {
position: relative;
display: block;
margin-bottom: 50px;
}
.comments-form-area .form-group {
position: relative;
display: block;
margin-bottom: 10px;
}
.comments-form-area .form-group i,
.comments-area .form-group i {
position: absolute;
top: 18px;
right: 40px;
font-size: 13px;
color: #999999;
z-index: 1;
transition: all 500ms ease;
}
.comments-form-area .form-group input[type='text'],
.comments-area .form-group input[type='text'],
.comments-form-area .form-group input[type='email'],
.comments-area .form-group input[type='email'],
.comments-form-area .form-group textarea,
.comments-area .form-group textarea {
position: relative;
display: block;
width: 100%;
height: 50px;
border-right: 3px;
border: 1px solid #e9e9e9;
padding: 10px 50px 10px 20px;
font-size: 12px;
font-family: 'Open Sans', sans-serif;
color: #999999;
transition: all 500ms ease;
}
.comments-form-area .form-group:nth-child(4),
.comments-area .form-group:nth-child(4) {
max-width: 187px;
width: 100%;
}
.comments-form-area .form-group:last-child {
margin-bottom: 0px;
}
.comments-form-area .form-group textarea,
.comments-area .form-group textarea {
height: 100px;
resize: none;
padding: 10px 20px;
margin-top: 30px;
}
.comments-form-area .form-group textarea.commentfield-big,
.comments-area .form-group textarea.commentfield-big {
height: 150px;
}
.comments-form-area .form-group input:focus,
.comments-area .form-group input:focus,
.comments-form-area .form-group textarea:focus,
.comments-area .form-group textarea:focus {
border: 1px solid #c6a47e;
}
.comments-area .message-btn.message-btn-position {
bottom: -10px !important;
}
.comments-form-area .comment-form {
position: relative;
display: block;
}
.comments-form-area .comment-form .message-btn,
.comments-area .message-btn {
position: absolute;
bottom: 44px;
right: 0px;
}
.comment-form .message-btn.message-btn-position,
.comments-area .message-btn.message-btn-position {
position: absolute;
bottom: -25px;
right: 0px;
left: 0;
right: 0;
text-align: center;
}
.comment-form-cookies-consent input {
margin-right: 8px;
}
.logged-in-as a {
color: #c6a47e;
}
form#commentform {
position: relative;
}
form#commentform p:first-child {
margin-top: 25px;
}
.comments-form-area .comment-form .message-btn button,
.comments-area .message-btn button {
position: relative;
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
background: #222222;
border-radius: 3px;
font-size: 20px;
color: #ffffff;
cursor: pointer;
transition: all 500ms ease;
}
.comments-form-area .comment-form .message-btn button:hover {
background: #c6a47e;
}
.comments-form-area ::-webkit-input-placeholder {
color: #999999;
}
.comments-form-area ::-moz-placeholder {
color: #999999;
}
.comments-form-area :-ms-input-placeholder {
color: #999999;
}
.comments-form-area :-moz-placeholder {
color: #999999;
}
.sidebar-page-container.blog-single {
padding: 110px 0px;
} .contact-info-section {
position: relative;
display: block;
padding: 103px 0px 110px 0px;
}
.map-inner .google-map-area {
position: relative;
display: block;
}
.map-inner .google-map-area #contact-google-map {
position: relative;
width: 100%;
height: 500px;
}
.contact-info-section .title-box h2 {
position: relative;
display: block;
font-size: 30px;
line-height: 40px;
font-weight: 700;
}
.contact-info-section .inner-box {
position: relative;
display: block;
margin-bottom: 100px;
}
.contact-info-section .info-box {
position: relative;
display: block;
margin-top: 11px;
}
.contact-info-section .info-box .single-info {
position: relative;
float: left;
width: 33.333%;
}
.contact-info-section.style-two .info-box .single-info {
position: relative;
float: left;
width: 50%;
}
.contact-info-section .info-box .single-info .icon-box {
position: relative;
display: block;
font-size: 40px;
color: #222222;
margin-bottom: 25px;
transition: all 500ms ease;
}
.contact-info-section .info-box .single-info:hover .icon-box {
color: #c6a47e;
}
.contact-info-section .info-box .single-info h3 {
position: relative;
display: block;
font-size: 24px;
line-height: 30px;
font-weight: 500;
margin-bottom: 13px;
}
.contact-info-section .info-box .single-info a {
position: relative;
font-family: 'Open Sans', sans-serif;
color: #222222;
margin-bottom: 0px;
font-style: normal;
transition: all 500ms ease;
}
.contact-info-section .info-box .single-info a:hover {
color: #c6a47e;
}
.contact-section {
position: relative;
display: block;
padding: 100px 0px;
}
.contact-section .content-box {
position: relative;
display: block;
margin-top: 13px;
}
.contact-section .content-box h2,
.contact-info-section.style-two .content-box h2 {
position: relative;
display: block;
font-size: 36px;
line-height: 45px;
font-weight: 700;
margin-bottom: 18px;
}
.contact-section .content-box .text,
.contact-info-section.style-two .content-box .text {
position: relative;
font-size: 18px;
line-height: 28px;
font-weight: 700;
}
.contact-info-section.style-two .content-box {
position: relative;
display: block;
padding-top: 63px;
}
.contact-info-section.style-two .content-box .text {
margin-bottom: 60px;
}
.contact-form-area .form-group {
position: relative;
display: block;
margin-bottom: 15px;
}
.contact-form-area .form-group:last-child {
margin-bottom: 0px;
}
.contact-form-area {
position: relative;
display: block;
background: #ffffff;
padding: 60px 40px 80px 40px;
border: 1px solid #dfe4e8;
}
.contact-form-area .form-group input[type='text'],
.contact-form-area .form-group input[type='email'],
.contact-form-area .form-group textarea {
position: relative;
display: block;
width: 100%;
height: 50px;
border: 1px solid #f1f1f1;
background: #fcfcfc;
font-size: 12px;
font-family: 'Open Sans', sans-serif;
color: #9a9a9a;
padding: 10px 20px;
transition: all 500ms ease;
}
.contact-form-area .form-group textarea {
height: 120px;
resize: none;
margin-bottom: 12px;
}
.contact-form-area .form-group input:focus,
.contact-form-area .form-group textarea:focus {
border: 1px solid #c6a47e;
}
.contact-form-area .form-group button {
position: relative;
display: inline-block;
font-size: 14px;
font-family: 'Open Sans', sans-serif;
color: #ffffff;
background: #c6a47e;
font-weight: 400;
text-align: center;
padding: 13px 35px;
transition: all 500ms ease;
cursor: pointer;
}
.contact-form-area .form-group button:hover {
background: #222222;
}
.contact-info-section.style-two {
padding: 110px 0px;
} .line-overlay {
position: relative;
display: block;
overflow: hidden;
}
.line-overlay .line {
position: absolute;
top: 20px;
left: 20px;
z-index: 9;
width: -webkit-calc(50% - 20px);
width: -moz-calc(50% - 20px);
width: calc(50% - 20px);
height: -webkit-calc(50% - 20px);
height: -moz-calc(50% - 20px);
height: calc(50% - 20px);
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
}
.line-overlay .line:after,
.line-overlay .line:before {
content: '';
background: #fff;
display: block;
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
-moz-transition: all .5s ease;
transition: all .5s ease;
}
.line-overlay .line:before {
height: 1px;
width: 0;
}
.line-overlay .line:after {
height: 0;
width: 1px;
}
.line-overlay .line-bottom {
top: auto;
left: auto;
bottom: 20px;
right: 20px;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.line-overlay:hover .line:before,
.line-overlay .line.active:before {
width: 100%;
}
.line-overlay:hover .line:after,
.line-overlay .line.active:after {
height: 100%;
}
.admin-bar .sticky-header {
top: 32px;
}
.comment-list.content-inner {
margin-top: 50px;
}
.comments-area .comment-box {
position: relative;
padding: 0px 0px 0px;
margin-bottom: 40px;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
margin-top: 0px;
}
.comments-area .comment .comment {
position: relative;
min-height: 70px;
padding: 0px 0px 0px 100px;
font-size: 14px;
display: block;
}
.comments-area .reply-comment {
margin-left: 120px;
}
.comments-area .comment-box .author-thumb {
position: absolute;
left: 0px;
top: 0px;
width: 70px;
border-radius: 50%;
margin-bottom: 20px;
overflow: hidden;
}
.comments-area .comment-box .author-thumb img {
width: 100%;
display: block;
}
.comments-area .comment-info {
margin-bottom: 10px;
}
.comments-area .comment-box strong a {
color: #222222;
}
.comments-area .comment-box strong {
font-size: 18px;
font-weight: 700;
color: #222222;
display: block;
line-height: 1.3em;
text-transform: capitalize;
}
.comments-area .comment-box .text {
color: #555555;
font-size: 16px;
line-height: 1.8em;
margin-bottom: 16px;
}
.comments-area .comment-info .comment-time {
font-size: 12px;
color: #444444;
font-weight: 700;
}
.comments-area .comment-box .reply-outer {
position: relative;
margin-bottom: 30px;
}
.comments-area .comment-box .comment-reply-link {
position: relative;
padding: 0px 22px 0px 0px;
font-size: 14px;
color: #c6a47e;
font-weight: 700;
text-transform: uppercase;
text-decoration: underline;
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;
}
.comments-area .comment-box .comment-reply-link .fas {
margin-left: 4px;
top: 1px;
color: #001e57;
}
.comments-area .comment-box .comment-reply-link:hover {
color: #001e57;
}
.elementor-section.elementor-section-boxed>.elementor-container {
max-width: 1170px;
}
.padding-0 {
padding: 0;
}
.main-footer .gallery {
margin-left: -4px;
}
.main-footer .gallery-columns-3 .gallery-item {
max-width: 33.33%;
display: inline-block;
padding: 0px 3px 7px 4px;
}
.main-footer .gallery-columns-3 .gallery-item .gallery-icon {
background: #c6a47e;
overflow: hidden;
}
.main-footer .gallery-columns-3 .gallery-item img {
width: 100%;
opacity: 1;
transition: all 500ms ease;
}
.main-footer .gallery-columns-3 .gallery-item img:hover {
opacity: 0.2;
transform: scale(1.05);
}
.about-style-two.about-page-2 .content-box {
padding-right: 0px;
}
.admin-bar .hidden-bar {
top: 32px;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption-text {
text-align: center;
margin-top: 10px;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.gallery-caption {
display: block;
}
.bypostauthor {
display: block;
}
.alignleft {
clear: both;
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright {
clear: both;
float: right;
margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.pagination .nav-links {
position: relative;
text-align: center;
margin: 0 auto;
}
.page-links a,
.page-links .current,
.pagination .nav-links a,
.pagination .nav-links .current {
margin: 0px 6px 0px 0px;
position: relative;
display: inline-block;
line-height: 43px;
height: 45px;
font-size: 16px;
min-width: 45px;
color: #222222;
font-weight: 400;
text-align: center;
background: #ffffff;
border: 1px solid #e9e9e9;
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;
}
.page-links a:hover,
.page-links .current,
.page-links a.active,
.pagination .nav-links a:hover,
.pagination .nav-links .current,
.pagination .nav-links a.active {
color: #ffffff;
border-color: #c6a47e;
background-color: #c6a47e;
}
.tagcloud {
padding-top: 11px;
}
.blog-single .blog-single-content .post-share-option .tags li a,
.tagcloud a {
position: relative;
display: inline-block;
line-height: 24px;
padding: 8px 21px 8px;
margin: 0px 4px 8px 0px;
color: #666666;
text-align: center;
font-size: 13px !important;
background-color: #f7f8fb;
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
text-transform: capitalize;
font-family: 'Open Sans', sans-serif;
}
.blog-single .blog-single-content .post-share-option .tags li a:hover,
.tagcloud a:hover {
background-color: #c6a47e;
color: #ffffff;
}
select {
max-width: 270px;
width: 100%;
background: transparent;
margin-left: 0;
height: 50px;
padding: 10px;
color: #000;
border: 1px solid #c6a47e;
border-radius: 3px;
margin-top: 11px;
}
table,
th,
td {
border: 1px solid #eaeaea;
border: 1px solid rgba(51, 51, 51, 0.1) !important;
}
.calendar_wrap {
padding-top: 11px;
}
table {
border-collapse: separate;
border-spacing: 0;
}
th,
td {
padding: 0.8em;
text-align: center;
}
a {
color: #c6a47e;
}
.sidebar-page-container .sidebar .widget_pages.widget ul li,
.sidebar-page-container .sidebar .widget_meta.widget ul li,
.sidebar-page-container .sidebar .widget_rss.widget ul li,
.sidebar-page-container .sidebar .widget_nav_menu.widget ul li,
.sidebar-page-container .sidebar .widget_recent_entries.widget ul li,
.sidebar-page-container .sidebar .widget_recent_comments.widget ul li {
text-align: left;
}
.sidebar-page-container .sidebar .widget_pages.widget ul li a,
.sidebar-page-container .sidebar .widget_meta.widget ul li a,
.sidebar-page-container .sidebar .widget_rss.widget ul li a,
.sidebar-page-container .sidebar .widget_nav_menu.widget ul li a,
.sidebar-page-container .sidebar .widget_recent_entries.widget ul li a,
.sidebar-page-container .sidebar .widget_recent_comments.widget ul li a {
float: unset;
}
.sidebar-page-container .sidebar .widget_nav_menu.widget ul li {
border: none;
padding: 0;
margin-top: 11px;
}
.sidebar-page-container .sidebar .widget_nav_menu.widget ul li a,
.sidebar-page-container .sidebar .widget_pages.widget ul li a {
border-bottom: 1px solid #e7e7e7;
display: block;
padding-bottom: 10px;
}
.widget_nav_menu ul ul {
padding-left: 10px;
}
.sidebar-page-container .sidebar .widget_pages.widget ul li {
border: none;
padding: 0;
margin-top: 11px;
}
.widget_pages ul li ul {
padding-left: 15px;
}
.sticky_post_icon {
font-size: 18px;
position: absolute;
right: 40px;
color: #333;
top: 20px;
}
.page-links.post-links {
margin-bottom: 28px;
}
.post-password-form input {
border: 1px solid #c6a47e;
}
.post-password-form input[type=submit] {
border: 1px solid #c6a47e;
background: #c6a47e;
color: #fff;
padding: 0px 15px;
cursor: pointer;
}
.blog-single-content ol,
.page-content ol {
list-style-type: decimal;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
padding-inline-start: 40px;
}
.blog-single-content ol li,
.page-content ol li {
list-style-type: decimal;
margin-top: 8px;
}
.blog-single-content ul,
.page-content ul {
list-style-type: disc;
margin-block-start: 1em;
margin-block-end: 1em;
padding-inline-start: 40px;
}
.blog-single-content ul li,
.page-content ul li {
list-style-type: disc;
margin-top: 8px;
}
blockquote:before {
position: absolute;
left: 0;
font-family: Flaticon;
content: "\f114";
font-size: 45px;
line-height: 50px;
color: #a4b3c1;
top: 50%;
margin-top: -23px;
}
blockquote p {
margin: 0 !important;
border-left: 1px solid #a4b3c1;
padding-left: 30px;
}
ul.tags {
padding: 0;
list-style: none;
margin: 0;
}
ul.tags li {
list-style: none;
display: inline-block;
margin: 0;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
color: #333;
white-space: pre-wrap;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
overflow: auto;
}
h2 {
margin: 10px 0;
}
.logged-in-as {
margin-top: 30px;
}
.page-links {
overflow: hidden;
display: block;
width: 100%;
}
.gallery-item {
display: inline-block;
padding: 1.79104477%;
text-align: center;
vertical-align: top;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
width: 100%;
}
@media screen and (min-width: 30em) {
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
}
.gallery-columns-2 .gallery-item {
max-width: 100%;
width: 50%;
}
@media screen and (min-width: 30em) {
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
}
.gallery-columns-3 .gallery-item {
max-width: 100%;
width: 33.33%;
}
@media screen and (min-width: 30em) {
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
}
.gallery-columns-4>.gallery-item {
max-width: 100%;
width: 25%;
}
@media screen and (min-width: 30em) {
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
}
.gallery-columns-5 .gallery-item {
max-width: 100%;
width: 20%;
}
@media screen and (min-width: 48em) {
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
}
.gallery-columns-6 .gallery-item {
max-width: 100%;
width: 16.66%;
}
@media screen and (min-width: 48em) {
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
}
.gallery-columns-7 .gallery-item {
max-width: 100%;
width: 14.28%;
}
@media screen and (min-width: 48em) {
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
}
.gallery-columns-8 .gallery-item {
max-width: 100%;
width: 12.5%;
}
@media screen and (min-width: 48em) {
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
}
.gallery-columns-9 .gallery-item {
max-width: 100%;
width: 11.11%;
}
@media screen and (min-width: 48em) {
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
}
.page-content .page {
overflow-x: hidden;
}
img.size-full.wp-image-906 {
margin-top: 20px;
}
.main-footer table,
.main-footer th,
.main-footer td {
border: 1px solid rgba(255, 255, 255, 0.7) !important;
}
.main-footer th,
.main-footer td {
padding: 0.7em;
}
.main-footer select {
color: #fff;
background: #222222;
}
.footer-column {
margin-bottom: 30px;
}
.main-footer .widget-title a {
color: #fff;
}
.main-footer p,
.main-footer a {
color: #fff;
}
.main-footer .tagcloud a {
color: #666666;
}
.main-footer .tagcloud a:hover {
color: #ffffff;
}
.main-footer .footer-column ul li {
position: relative;
display: block;
font-size: 14px;
font-family: 'Oswald', sans-serif;
color: #fff;
padding: 5px 0px 5px 0px;
}
.main-footer .footer-column ul li a {
margin-right: 5px;
}
.sidebar-page-container.post-content .sidebar .widget:first-child {
padding: 0;
border: none;
}
.sidebar-page-container.post-content .sidebar .widget:last-child {
position: relative;
display: block;
padding: 29px 15px 17px 25px;
margin-bottom: 0;
}
.post-content-unit .blog-single-content strong {
margin-bottom: 0px;
font-size: 14px;
line-height: 24px;
}
.admin-bar .wraper_flyout_search {
top: 32px;
}
@media screen and (max-width: 767px) {
.sticky_post_icon {
font-size: 14px;
right: 10px;
top: 10px;
}
.sidebar-page-container .sidebar {
margin-top: 50px;
}
.admin-bar .wraper_flyout_search {
top: 46px;
}
}
.not-found-page-content p {
margin-bottom: 15px;
}
li.logo {
list-style: none !important;
margin-top: 0 !important;
}
ul.clients-carousel {
padding: 0;
margin: 0;
}
.related-post .news-block {
margin-bottom: 30px;
}
.main-header figure.logo {
max-width: 109px;
max-height: 56px;
}
.hidden-bar .logo-box a img {
max-width: 109px;
max-height: 56px;
}
.sticky-header .logo-box img {
max-width: 109px;
max-height: 40px;
}
.page-title-2 {
padding: 0 0px 107px 0px;
}
.main-footer .logo-widget .footer-logo img {
max-width: 109px;
max-height: 56px;
}
ul.tags li.title {
margin-right: 12px;
color: #a4b3c1;
font-weight: 500;
font-family: 'Oswald', sans-serif;
font-size: 13px;
}
ul.tags li.title i {
margin-right: 5px;
}
.main-menu .navigation>li>ul>li>a:hover {
color: #fff!important;
}