/*
Theme Name: Atlas Ready Mix
Author: 
Author URI: 
Version: 2.0
Text Domain: atlasrmtheme
*/

/*
Table of contents:
~~~~~~~~~~~~~~~~~
1.  Typography/General
2.  Header
3.  Brand
4.  Get a quote
5.  Search
6.  Navigation
7.  Mobile navigation toggle
8.  Slider
9.  Content Section
10. Latest Projects
11. Icons Block
12. Footer/Copyright
*/

/* 1. Typography/General */
body {
    color: #444444;
    font-family: 'Epilogue', sans-serif;
    font-weight: 300;
    font-size: 16px;
}
body * {
/*    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;*/
}
body p {
    line-height: 26px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #111111;
    margin: 0 0 25px 0;
    position: relative;
}

h1 {
    font-size: 28px;
}
h2 {
    font-size: 26px;
    font-weight: 500;
}
h3 {
    font-size: 24px;
    font-weight: 500;
}
h4 {
    font-size: 20px;
    font-weight: 500;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}

hr {
    border-bottom: 1px solid #858585;
    margin: 30px 0;
}

.input-group .btn {
    height: 40px;
}

.btn {
    background-color: #00b0eb;
    color: #ffffff;
    margin-top: 15px;
    padding: 10px 15px;
}
.btn i {
    margin-right: 5px;
}
.btn:focus, .btn:hover {
    color: #00b0eb;
    text-decoration: none;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.65);
}

a {
    color: #000000;
}
a:focus, a:hover {
    color: #00b0eb;
    text-decoration: none;
}

.site-btn {
    background-color: #00b0eb;
    border-bottom: 3px solid #00b0eb;
    border-left: 2px solid #00b0eb;
    border-right: 2px solid #00b0eb;
    border-top: 2px solid #00b0eb;
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding: 16px 50px 16px 20px;
    position: relative;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.65);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.site-btn:hover {
    background-color: #000000;
    color: #ffffff
}
.site-btn::after {
    background: transparent;
    border-left: 0 solid transparent;
    border-right: 28px solid transparent;
    border-top: 58px solid #00b0eb;
    content: "";
    height: 100%;
    position: absolute;
    right: -30px;
    top: -2px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    width: 31px;
}
.site-btn span {
    bottom: 0;
    height: 100%;
    margin: auto 0;
    padding: 18px 0;
    position: absolute;
    right: -13px;
    top: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    width: 40px;
    z-index: 1;
}
.site-btn:hover span {
    width: 45px;
}
.site-btn span::after {
    background: #000000;
    bottom: 0;
    content: "";
    height: 102%;
    position: absolute;
    transform: skew(-26deg, 0deg);
    transition: 0.5s ease-in-out;
    width: 100%;
    z-index: -1;
    right: 0;
    top: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.site-btn:hover span::after {
    background-color: #00b0eb;
}
.site-btn span i {
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
}
.site-btn:hover span i {
    color: #ffffff;
}

ul {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}
ul li {
    position: relative;
}

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

.extra-padding-30 {
    padding: 30px;
}
.extra-padding-x-30 {
    padding: 0 30px;
}
.extra-padding-y-30 {
    padding: 30px 0;
}
.extra-padding-y-75 {
    padding: 75px 0;
}
.extra-padding-y-150 {
    padding: 150px 0;
}

/* Columns */
section .gdc_row {
    overflow: hidden !important;
    margin: 0 -15px 20px -15px !important;
}
section .gdc_column {
    padding: 0 15px !important;
}

.for-mobile, .for-tablet {
    display: none !important;
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 2000;
}
/* 1. Typography/General */

/* 2. Header */
header.primary {
    background-color: transparent;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9;
}
body.admin-bar header.primary {
    top: 32px;
}
header.primary .header-top {
    padding: 10px 0;
    position: relative;
}
/* 2. Header */

/* 3. Brand */
.brand {
    display: block;
    float: left;
    margin-top: 0;
    text-align: left;
    width: 160px;
}
.brand a {
    display: inline-block;
}
.brand a img {
    max-height: 82px;
}
/* 3. Brand */

/* 4. Top Contact */
.top-contact {
    float: right;
    margin-top: 15px;
}
.top-contact a {
    background-color: #00b0eb;
    border-bottom: 3px solid #00b0eb;
    border-left: 2px solid #00b0eb;
    border-right: 2px solid #00b0eb;
    border-top: 2px solid #00b0eb;
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding: 16px 50px 16px 20px;
    position: relative;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.65);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.top-contact a:hover {
    background-color: #000000;
    color: #ffffff;
}
.top-contact a::after {
    background: transparent;
    border-left: 0 solid transparent;
    border-right: 28px solid transparent;
    border-top: 58px solid #00b0eb;
    content: "";
    height: 100%;
    position: absolute;
    right: -32px;
    top: -2px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    width: 31px;
}
.top-contact a span {
    height: 100%;
    padding: 15px 0;
    position: absolute;
    right: -15px;
    top: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    width: 40px;
    z-index: 1;
}
.top-contact a:hover span {
    width: 45px;
}
.top-contact a span::after {
    background: #000000;
    content: "";
    height: 100%;
    position: absolute;
    transform: skew(-26deg, 0deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    width: 100%;
    z-index: -1;
    right: 0;
    top: 0;
}
.top-contact a:hover span::after {
    background-color: #00b0eb;
}
.top-contact a span i {
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
}
.top-contact a:hover span i {
    color: #ffffff;
}
/* 4. Top Contact */

/* 5. Search */

/* 5. Search */

/* 6. Navigation */
nav.menu {
    padding-top: 20px;
}
nav.menu.fixed {
    background-color: #000000;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}
body.admin-bar nav.menu.fixed {
    top: 32px;
}
nav.menu #menu-list {
    
}
nav.menu #menu-list ul {
    display: inline-block;
}
nav.menu #menu-list ul.nav-list {
    display: block;
    float: left;
    margin: 0 auto 0 100px;
    position: relative;
}
nav.menu #menu-list ul li {
    display: block;
    float: left;
    padding: 35px 40px 35px 0;
}
nav.menu #menu-list ul li a {
    color: #ffffff;
    display: block;
    font-family: 'Epilogue', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    position: relative;
}
nav.menu #menu-list ul li a i.fa-solid.fa-angle-down {
    color: #aaaaaa;
    font-size: 14px;
    position: absolute;
    right: -15px;
    top: 0;
}
nav.menu #menu-list ul li a:hover i.fa-solid.fa-angle-down {
    color: #00b0eb;
}
/*nav.menu #menu-list ul li.dropdown a::before {
    color: #aaaaaa;
    content: "\f107";
    display: inline-block;
    font: var(--fa-font-solid);
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: -15px;
    top: 0;
}*/
/*nav.menu #menu-list ul li.dropdown a:hover::before {
    color: #00b0eb;
}*/
body.fixed-nav nav.menu #menu-list ul li a {
    color: #ffffff;
}
body.fixed-nav nav.menu #menu-list ul li.dropdown a::before {
    
}
body.fixed-nav nav.menu #menu-list ul li.dropdown a:hover::before {
    
}
nav.menu #menu-list ul li a:hover,
nav.menu #menu-list ul li.current-menu-item a,
body.fixed-nav nav.menu #menu-list ul li.current-menu-item a {
    
}

header nav.menu #menu-list ul > li.dropdown {
    position: relative;
}
header nav.menu #menu-list ul > li.dropdown > ul.dropdown-menu {
    border: none;
    border-left: 5px solid #00b0eb;
    border-radius: 0;
    display: block;
    margin: 0 auto 0 auto;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    visibility: hidden;
}
header nav.menu #menu-list ul > li.dropdown > ul.dropdown-menu::before {
    background-color: #00b0eb;
    content: "";
    height: 5px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 50%;
}
body.fixed-nav header nav.menu #menu-list ul > li.dropdown > ul.dropdown-menu {
    margin: 0 auto 0 auto;
}
header nav.menu #menu-list ul > li.dropdown:hover > ul.dropdown-menu {
    opacity: 1;
    transform: translateY(0) !important;
    visibility: visible;
}
header nav.menu #menu-list ul > li.dropdown > ul.dropdown-menu > li {
    display: block;
    float: none;
    padding: 0 0;
    position: relative;
}
header nav.menu #menu-list ul > li.dropdown > ul.dropdown-menu > li > a {
    background-color: #ffffff;
    color: #000000;
    overflow: hidden;
    padding: 15px 20px;
    position: relative;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    width: auto;
}
header nav.menu #menu-list ul > li.dropdown > ul.dropdown-menu > li.current-menu-item > a {
    color: #00b0eb;
}
header nav.menu #menu-list ul > li.dropdown > ul.dropdown-menu > li > a::after {
    background-color: transparent;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 50px;
    position: absolute;
    top: 100%;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    width: 5px;
    z-index: -1;
}
header nav.menu #menu-list ul > li.dropdown > ul.dropdown-menu > li:hover > a {
    color: #00b0eb;
}
/* 6. Navigation */

/* 7. Mobile navigation toggle */
nav.menu .mobile-toggle {
    display: none;
    float: right;
    margin-left: 15px;
    margin-top: 20px;
}
nav.menu .mobile-toggle a:focus i,
nav.menu .mobile-toggle a:hover i {
    color: #00b0eb;
}
nav.menu .mobile-toggle a i {
    color: #ffffff;
    font-size: 28px;
}
body.fixed-nav nav.menu .mobile-toggle a i {
    color: #ffffff;
}
body.fixed-nav nav.menu .mobile-toggle a:focus i,
body.fixed-nav nav.menu .mobile-toggle a:hover i {
    color: #00b0eb;
}
/* 7. Mobile navigation toggle */

/* 8. Slider */
.slider {
    padding: 0 0;
}

/* Slider Nav */
.slider .owl-carousel.slide .owl-nav {
    bottom: 10%;
    position: absolute;
    right: 0;
    transform: translate(-50%, -50%);
}
.slider .owl-carousel.slide .owl-nav button {
    background: transparent;
    border: 0;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    color: #00b0eb;
    height: 115px;
    position: relative;
    width: 80px;
    z-index: 0;
}
.slider .owl-carousel.slide .owl-nav button:hover {
    color: #ffffff;
}
.slider .owl-carousel.slide .owl-nav button i {
    color: #ffffff;
}
.slider .owl-carousel.slide .owl-nav .owl-prev,
.slider .owl-carousel.slide .owl-nav .owl-next {
    background: 0 0;
    border: none;
    border-radius: 0;
    color: inherit;
    float: left;
    margin: 0;
    padding: 0 !important;
}
.slider .owl-carousel.slide .owl-nav div:first-child {
    margin-right: 10px;
}
.slider .owl-carousel.slide .owl-nav div button::before {
    background: #000000;
    border: 2px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: skew(-23deg, 0deg);
    width: 100%;
    z-index: -1;
}

/* Slider Items */
@keyframes fadeInTwo {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50%) skew(-20deg, 0deg);
        transform: translateX(-50%) skew(-20deg, 0deg);
    }
    40% {
        opacity: 0;
        -webkit-transform: translateX(-30%) skew(-15deg, 0deg);
        transform: translateX(-30%) skew(-20deg, 0deg);
    }
    100% {
        opacity: 0.3;
        -webkit-transform: translateX(-50%) skew(-20deg, 0deg);
        transform: translateX(-50%) skew(-20deg, 0deg);
    }
}
@keyframes fadeInThree {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50%) skew(-20deg, 0deg);
        transform: translateX(-50%) skew(-20deg, 0deg);
    }
    40% {
        opacity: 0;
        -webkit-transform: translateX(-30%) skew(-15deg, 0deg);
        transform: translateX(-30%) skew(-20deg, 0deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(-50%) skew(-20deg, 0deg);
        transform: translateX(-50%) skew(-20deg, 0deg);
    }
}
.slider .owl-carousel.slide .owl-item::before {
    
}
.slider .owl-carousel.slide .owl-item.active::before {
    animation-duration: 2.3s;
    animation-delay: 0s;
    animation-name: fadeInTwo;
    background-color: #00b0eb;
    content: "";
    height: 100%;
    position: absolute;
    opacity: 0.3;
    right: 6%;
    top: 0;
    transform: translateX(-50%) skew(-20deg, 0deg);
    width: 475px;
    z-index: 1;
}
.slider .owl-carousel.slide .owl-item::after {
    
}
.slider .owl-carousel.slide .owl-item.active::after {
    animation-name: fadeInThree;
    animation-duration: 2.1s;
    animation-delay: 0s;
    background-color: #00b0eb;
    content: "";
    height: 500px;
    position: absolute;
    right: 2%;
    top: 25%;
    transform: translateX(-50%) skew(-20deg, 0deg);
    width: 280px;
    z-index: 1;
}
.slider .owl-carousel.slide .owl-item .item::before {
    background: #000000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}
.slider .owl-carousel.slide .owl-item .item .featured {
    display: block;
    height: 750px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.slider .owl-carousel.slide .item .featured figure {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

/* Slide Details */
.slider .owl-carousel.slide .item .featured .details {
    left: 18%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    z-index: 9;
}
.slider .owl-carousel.slide .item .featured .details h1 {
    color: #ffffff;
    font-size: 60px;
}
.slider .owl-carousel.slide .item .featured .details p {
    color: #ffffff;
}
.slider .owl-carousel.slide .item .featured .details a.site-btn {
    background-color: #00b0eb;
    border-bottom: 3px solid #00b0eb;
    border-left: 2px solid #00b0eb;
    border-right: 2px solid #00b0eb;
    border-top: 2px solid #00b0eb;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    padding: 16px 50px 16px 20px;
    position: relative;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.65);
}
.slider .owl-carousel.slide .item .featured .details a.site-btn:hover {
    background-color: #000000;
    color: #ffffff;
}
.slider .owl-carousel.slide .item .featured .details a.site-btn::after {
    background: transparent;
    border-left: 0 solid transparent;
    border-right: 28px solid transparent;
    border-top: 58px solid #00b0eb;
    content: "";
    height: 100%;
    position: absolute;
    right: -32px;
    top: -2px;
    width: 31px;
}
.slider .owl-carousel.slide .item .featured .details a.site-btn span {
    height: 100%;
    padding: 15px 0;
    position: absolute;
    right: -15px;
    top: 0;
    width: 40px;
    z-index: 1;
}
.slider .owl-carousel.slide .item .featured .details a.site-btn:hover span {
    width: 45px;
}
.slider .owl-carousel.slide .item .featured .details a.site-btn span::after {
    background: #000000;
    content: "";
    height: 100%;
    position: absolute;
    transform: skew(-26deg, 0deg);
    transition: 0.5s ease-in-out;
    width: 100%;
    z-index: -1;
    right: 0;
    top: 0;
}
.slider .owl-carousel.slide .item .featured .details a.site-btn:hover span::after {
    background-color: #00b0eb;
}
.slider .owl-carousel.slide .item .featured .details a.site-btn span i {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    margin-right: 0;
}
.slider .owl-carousel.slide .item .featured .details a.site-btn:hover span i {
    color: #ffffff;
}

/* 8. Slider */

/* Page Headers */
section.page-header {
    background-color: #000000;
    background-image: url(images/header-page-bg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    border: none;
    margin: 0;
    padding: 0;
}
section.page-header .page-title h1 {
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
}
section.page-header .page-title h2 {
    color: #666666;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
}

section.page-header ul.breadcrumb {
    background-color: transparent;
    border-top: 1px solid #181818;
    border-radius: 0;
    list-style: none;
    margin: 0;
    padding: 30px 0;
}
section.page-header ul.breadcrumb li {
    display: inline-block;
    font-weight: 600;
}
section.page-header ul.breadcrumb li::before {
    display: none;
}
section.page-header ul.breadcrumb li a {
    color: #ffffff;
    display: block;
}
section.page-header ul.breadcrumb li.separator {
    color: #cccccc;
    padding: 0 5px;
}
section.page-header ul.breadcrumb li a i {
    color: #ffffff;
    display: block;
    float: left;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 3px;
}
section.page-header ul.breadcrumb li.item-current {
    color: #00b0eb;
}
/* Page Headers */

/* 9. Content Section */
section {
    overflow: hidden;
    padding: 75px 0;
    position: relative;
}

section .page-title h1 {
    font-size: 40px;
    line-height: 50px;
}
section .page-title h2 {
    color: #666666;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

section.page h1 {
    font-size: 32px;
    line-height: normal;
}
section.page h2 {
    color: #666666;
}

section.page ul li {
    margin-bottom: 15px;
    padding: 0 0 0 30px;
}
section.page ul li::before {
    color: #c9c9c9;
    content: "\f192";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    left: 0;
    position: absolute;
    top: 0;
}
section.page ul li:hover::before {
    color: #00b0eb;
}

section.page figure {
    min-height: 280px;
}
section.page img {
    height: auto;
    margin-bottom: 15px;
    max-width: 100%;
}

section.page .featured-img {
    display: block;
    margin-bottom: 75px;
    padding: 60px 0 0 0;
    position: relative;
}
section.page .featured-img::before {
    background-color: #00b0eb;
    content: "";
    height: 520px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%) skew(-20deg, 0deg);
    z-index: -1;
    width: 280px;
}
section.page .featured-img figure {
    height: 400px;
    overflow: hidden;
}

/* Home Intro */
section.intro {
    padding: 75px 0 0 0;
}
section.intro.first {
    margin-top: 0 !important;
    padding-bottom: 0;
}
body.home section.intro .card {
    max-height: 350px;
    min-height: 350px;
}
body.home section.intro .card::before {
    left: 60%;
    max-height: 300px;
    min-height: 300px;
    top: 50%;
}
body.home section.intro .card p.info {
    max-height: 100px;
    min-height: 100px;
}
section.intro .card {
    margin: auto;
    min-height: 420px;
    position: relative;
    width: 80%;
}
section.intro .card::before {
    background-color: rgba(0, 176, 235, 0);
    content: "";
    height: 380px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) skew(-20deg, 0deg);
    transition: 0.3s ease-in-out;
    width: 190px;
    z-index: -1;
}
section.intro .card:hover::before {
    background-color: rgba(0, 176, 235, 0.5);
}
section.intro .card .icon {
    color: #00b0eb;
    height: 150px;
    margin: auto;
    padding: 50px 0;
    position: relative;
    transition: 0.3s ease-in-out;
    width: 140px;
}
section.intro .card .icon::before {
    background: #ffffff;
    background-color: transparent;
    border: 1px solid;
    border-color: #00b0eb;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: skew(-20deg, 0deg);
    transition: 0.3s ease-in-out;
    width: 100%;
}
section.intro .card:hover .icon::before {
    background-color: #00b0eb;
}
section.intro .card .icon i,
section.intro .card .icon i::before {
    color: #000000;
    display: inline-block;
    font-size: 50px;
    height: 70px;
    position: relative;
    transition: 0.3s ease-in-out;
    width: 70px;
}
section.intro .card:hover .icon i,
section.intro .card:hover .icon i::before {
    color: #ffffff;
}
section.intro .card h3 {
    margin-bottom: 15px;
    margin-top: 30px;
}
section.intro .card p.info {
    margin-bottom: 30px;
    min-height: 150px;
}

/* About Us - Core Vlues */
section.page .core-values {
    padding: 75px 0 0 0;
}
section.page .core-values h1 {
    font-size: 40px;
    line-height: 50px;
}
section.page .core-values h2 {
    color: #666666;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-top: 25px;
    text-transform: uppercase;
}
section.page .core-values h2::before {
    background-color: #000000;
    bottom: 100%;
    content: "";
    height: 60px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    transform: skew(-23deg, 0deg);
    width: 30px;
}
section.page .core-values h2::after {
    background-color: #00b0eb;
    border: 2px solid #000000;
    bottom: 100%;
    content: "";
    height: 40px;
    left: -25px;
    margin: 0 auto 10px auto;
    position: absolute;
    right: 0;
    top: auto;
    transform: skew(-23deg, 0deg);
    width: 20px;
}
section.page .core-values .card {
    padding: 75px 0;
}
section.page .core-values .card h3 {
    
}
section.page .core-values .card p {
    
}
section.page .core-values figure {
    height: 320px;
    margin-top: 30px;
}

section.page .prospects .card {
    padding: 15px 0;
}

/* Products & Services */
body.page-products-services section.page .card.service:hover a i {
    opacity: 1;
    visibility: visible;
}
body.page-products-services section.page .featured-img {
    
}
body.page-products-services section.page .featured-img::before {
    height: 420px;
}
body.page-products-services section.page .featured-img figure {
    height: 300px;
}

body.page-products-services section.page h1 {
    font-size: 40px;
    line-height: 50px;
}
body.page-products-services section.page h2 {
    color: #666666;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-top: 25px;
    text-transform: uppercase;
}
body.page-products-services section.page h2::before {
    background-color: #000000;
    bottom: 100%;
    content: "";
    height: 60px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    transform: skew(-23deg, 0deg);
    width: 30px;
}
body.page-products-services section.page h2::after {
    background-color: #00b0eb;
    border: 2px solid #000000;
    bottom: 100%;
    content: "";
    height: 40px;
    left: -25px;
    margin: 0 auto 10px auto;
    position: absolute;
    right: 0;
    top: auto;
    transform: skew(-23deg, 0deg);
    width: 20px;
}

body.page-products-services section.page .card {
    border: 1px solid #c1c1c1;
    margin-top: 30px;
    padding: 40px 40px 100px 40px;
    position: relative;
}
body.page-products-services section.page .card.service::before {
    background-image: url("images/products-services/service-hover-img.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    content: "";
    height: 90%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: 0.3s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: -1;
}
body.page-products-services section.page .card.service:hover::before {
    background-color: #00b0eb;
    height: 100%;
    opacity: 1;
    visibility: visible;
}
body.page-products-services section.page .card.service .icon {
    height: 100%;
    position: absolute;
    width: 50%;
    left: 25%;
    bottom: 0;
    z-index: -1;
}
body.page-products-services section.page .card.service:hover .icon {
    opacity: 1;
    visibility: visible;
}
body.page-products-services section.page .card.service .icon::before {
    background: #ececec;
    border: 0;
    content: "";
    height: 100%;
    left: -17px;
    position: absolute;
    top: 0;
    transform: skew(-20deg, 0deg);
    width: 100%;
    z-index: -1;
}
body.page-products-services section.page .card.service:hover .icon::before {
    background: transparent;
}
body.page-products-services section.page .card.service a.site-btn {
    background-color: #ffffff;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    border-radius: 0;
    bottom: 40px;
    color: #000000;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    left: 40px;
    opacity: 0;
    padding: 16px 50px 16px 20px;
    position: absolute;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.65);
    transition: 0.3s ease-in-out;
    visibility: hidden;
    z-index: 1;
}
body.page-products-services section.page .card.service a.site-btn:hover {
    background-color: #000000;
    color: #ffffff;
}
body.page-products-services section.page .card.service:hover a.site-btn {
    opacity: 1;
    visibility: visible;
}
body.page-products-services section.page .card.service a.site-btn::after {
    background: transparent;
    border-left: 0 solid transparent;
    border-right: 28px solid transparent;
    border-top: 56px solid #ffffff;
    content: "";
    height: 100%;
    position: absolute;
    right: -32px;
    top: -2px;
    width: 31px;
}
body.page-products-services section.page .card.service a.site-btn span {
    height: 100%;
    padding: 15px 0;
    position: absolute;
    right: -15px;
    top: 0;
    width: 40px;
    z-index: 1;
}
body.page-products-services section.page .card.service a.site-btn:hover span {
    width: 45px;
}
body.page-products-services section.page .card.service a.site-btn span::after {
    background: #000000;
    content: "";
    height: 100%;
    position: absolute;
    transform: skew(-26deg, 0deg);
    transition: 0.5s ease-in-out;
    width: 100%;
    z-index: -1;
    right: 0;
    top: 0;
}
body.page-products-services section.page .card.service a.site-btn:hover span::after {
    background-color: #00b0eb;
}
body.page-products-services section.page .card.service a.site-btn span i {
    color: #00b0eb;
    display: inline-block;
    font-size: 14px;
    margin-right: 0;
}
body.page-products-services section.page .card.service a.site-btn:hover span i {
    color: #ffffff;
}


/* 9. Content Section */

/* Digit Counter */
section.digit-counter {
    padding-top: 0;
}
section.digit-counter .card {
    border: 1px solid #c1c1c1;
    margin: 0 15px;
    padding: 30px 15px;
}
section.digit-counter .card.card-1,
section.digit-counter .card.card-3 {
    margin-top: 75px;
}
section.digit-counter .card::before {
    background-color: #00b0eb;
    bottom: -20px;
    content: "";
    height: 110px;
    position: absolute;
    right: 0px;
    transform: skew(-23deg, 0deg);
    width: 60px;
}
section.digit-counter .card.counter {
    position: relative;
    z-index: 2;
}
section.digit-counter .card.counter span.count {
    color: #080808;
    display: block;
    float: left;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #080808;
    font-size: 85px;
    line-height: 105px;
}
section.digit-counter .card span.count::after,
section.digit-counter .card span.count::after {
    color: #080808;
    content: "+";
    display: inline-block;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #080808;
    font-size: 100px;
    line-height: 40px;
    margin-left: 5px;
}
section.digit-counter .card.card-2 span.count::after {
    display: none;
}
section.digit-counter .counter span.info {
    color: #00b0eb;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 700;
    margin-left: 10px;
    margin-top: 10px;
    text-transform: uppercase;
}
section.digit-counter .counter h4 {
    
}
/* Digit Counter */

/* 10. Latest Projects */
section.latest-projects {
    
}
section.latest-projects::before {
    background-color: #00b0eb;
    bottom: 0;
    content: "";
    height: 70%;
    position: absolute;
    right: -6%;
    transform: translateX(-50%) skew(-36deg, 0deg);
    z-index: -1;
    width: 280px;
}
section.latest-projects .page-title h1 {
    font-size: 40px;
    line-height: 50px;
}
section.latest-projects .page-title h2 {
    color: #666666;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-top: 25px;
    text-transform: uppercase;
}
section.latest-projects h2::before {
    background-color: #000000;
    bottom: 100%;
    content: "";
    height: 60px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    transform: skew(-23deg, 0deg);
    width: 30px;
}
section.latest-projects h2::after {
    background-color: #00b0eb;
    border: 2px solid #000000;
    bottom: 100%;
    content: "";
    height: 40px;
    left: -25px;
    margin: 0 auto 10px auto;
    position: absolute;
    right: 0;
    top: auto;
    transform: skew(-23deg, 0deg);
    width: 20px;
}

section.latest-projects .carousel-nav {
    margin-bottom: 25px;
    text-align: left;
}
section.latest-projects .carousel-nav a.next,
section.latest-projects .carousel-nav a.prev {
    background: transparent;
    border: 0;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    color: #00b0eb;
    cursor: pointer;
    display: inline-block;
    height: 60px;
    margin: 0 5px;
    padding: 20px 0;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 0;
}
section.latest-projects .carousel-nav a.next::before,
section.latest-projects .carousel-nav a.prev::before {
    background: #000000;
    border: 2px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: skew(-23deg, 0deg);
    width: 100%;
    z-index: -1;
}
section.latest-projects .carousel-nav a.next:hover,
section.latest-projects .carousel-nav a.prev:hover {
    color: #666666;
}
section.latest-projects .carousel-nav a.next i,
section.latest-projects .carousel-nav a.prev i {
    color: #ffffff;
}

section.latest-projects .owl-carousel {
    overflow: hidden;
}
section.latest-projects .owl-carousel .owl-stage-outer {
    overflow: visible;
}
section.latest-projects .owl-carousel .owl-item {
    padding: 10px 5px;
}
section.latest-projects .article figure {
    background-attachment: scroll;
    background-color: #ffffff;
    display: block;
    height: 300px;
    position: relative;
    width: 100%;
}
section.latest-projects .article .detail {
    border: 1px solid #c1c1c1;
    background: white;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    margin-left: auto;
    margin-right: auto;
    margin-top: -60px;
    max-height: 100px;
    min-height: 100px;
    padding: 20px 100px 20px 20px;
    position: relative;
    width: 90%;
}
section.latest-projects .article .detail h3 {
    font-size: 18px;
    margin-bottom: 0;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
}
section.latest-projects .article .detail p {
    width: 80%;
}
section.latest-projects .article .detail a.project-icon {
    align-items: center;
    background-color: #000000;
    color: #000000;
    content: "\f101";
    display: flex;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    height: 100%;
    justify-content: center;
    position: absolute;
    right: -23px;
    top: 0;
    transform: skew(-36.5deg, 0deg);
    transition: 0.3s ease-in-out;
    width: 60px;
}
section.latest-projects .article .detail:hover a.project-icon {
    right: 37px;
}
section.latest-projects .article .detail a.project-icon:hover {
    background-color: #00b0eb;
}
section.latest-projects .article .detail a.project-icon i {
    color: #ffffff;
}
/* 10. Latest Projects */

/* All Projects */
body.category-projects section.category .card {
    margin-bottom: 30px;
    position: relative;
}
body.category-projects section.category .card figure {
    background-attachment: scroll;
    background-color: #ffffff;
    display: block;
    height: 300px;
    position: relative;
    width: 100%;
}
body.category-projects section.category .card .detail {
    border: 1px solid #c1c1c1;
    background: white;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    margin-left: auto;
    margin-right: auto;
    margin-top: -60px;
    max-height: 130px;
    min-height: 130px;
    padding: 35px 100px 35px 40px;
    position: relative;
    width: 90%;
}
body.category-projects section.category .card .detail h3 {
    font-size: 22px;
    margin-bottom: 0;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
}
body.category-projects section.category .card .detail p {
    width: 80%;
}
body.category-projects section.category .card .detail a.project-icon {
    align-items: center;
    background-color: #000000;
    color: #000000;
    content: "\f101";
    display: flex;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    height: 100%;
    justify-content: center;
    position: absolute;
    right: -22px;
    top: 0;
    transform: skew(-30.01deg, 0deg);
    transition: 0.3s ease-in-out;
    width: 60px;
}
body.category-projects section.category .card .detail:hover a.project-icon {
    right: 37px;
}
body.category-projects section.category .card .detail a.project-icon i {
    color: #ffffff;
}
body.category-projects section.category .card .detail a.project-icon:hover {
    background-color: #00b0eb;
}
body.category-projects section.category .card .detail a.project-icon:hover i {
    color: #ffffff;
}
/* All Projects */

/* Single Project */
section.post {
    
}


/* Single Project */

/* Personnel */
section.page .personnel {
    
}
section.page .personnel h1 {
    font-size: 32px;
    line-height: normal;
}
section.page .personnel h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px !important;
    text-transform: uppercase;
}
section.page .personnel .personnel-data {
    border: 1px solid #c1c1c1;
    padding: 40px;
    margin: 50px 0 75px 0;
    position: relative;
    width: 72%;
}
section.page .personnel .personnel-data::before {
    background-color: #00b0eb;
    bottom: -1px;
    content: "";
    height: 100.90%;
    left: 100%;
    position: absolute;
    transform: translateX(-50%) skew(-23deg, 0deg);
    width: 175px;
    z-index: 0;
}
section.page .personnel .personnel-data h3 {
    
}
section.page .personnel .personnel-data .personnel-contacts ul {
    
}
section.page .personnel .personnel-data .personnel-contacts ul li {
    padding: 0 0 0 0;
}
section.page .personnel .personnel-data .personnel-contacts ul li::before {
    display: none;
}
section.page .personnel .personnel-data .personnel-contacts ul li i {
    margin-right: 15px;
}
section.page .personnel .personnel-data figure.personnel-img {
    height: 340px;
    position: absolute;
    right: -140px;
    top: 50%;
    transform: translateY(-50%);
    width: 220px;
}




/* Personnel */

/* Accordion */
.accordion, .accordion * {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.accordion {
    overflow: hidden;
}
.accordion .accordion-section {
    margin-bottom: 15px;
}
.accordion-section-title {
    background-color: #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    color: #111111;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-shadow: none;
    width: 100%;
    padding: 10px 15px;
    position: relative;
    transition: all linear 0.15s;
}
.accordion-section-title::after {
    color: #111111;
    content: "\2b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 10px;
}
.accordion-section-title:focus {
    color: #111111;
}
.accordion-section-title:hover,
.accordion-section-title:hover::after {
    color: #00b0eb;
}
.accordion-section-title.active,
.accordion-section-title:active {
    color: #00b0eb;
    outline: 0;
    text-decoration: none;
}
.accordion-section-title.active::after,
.accordion-section-title:active::after {
    color: #00b0eb;
    content: "\f068";
}
.accordion-section-content {
    display: none;
    padding: 30px 0;
    transition: all linear 0.15s;
}


/* 11. Icons Block */

/* 11. Icons Block */

/* Form Wrap */
.form-wrap {
    position: relative;
}
.form-wrap .form-control {
    border-radius: 0;
    height: auto;
    margin-bottom: 15px;
    padding: 10px 15px;
}
.form-wrap input.form-control[type="checkbox"] {
    float: left;
    height: auto;
    margin: 5px 10px 5px 0;
    width: auto;
}
.form-wrap label[for="quote1"],
.form-wrap label[for="quote2"] {
    margin-right: 15px;
}
.form-wrap input.form-control[type="radio"] {
    float: left;
    height: auto;
    margin: 5px 10px 5px 0;
    width: auto;
}
.form-wrap .wpcf7-not-valid-tip {
    display: none !important;
}
.form-wrap input.wpcf7-not-valid {
    border-color: #dc3232 !important;
}
.form-wrap .wpcf7-list-item {
    margin: 0 !important;
}
.form-wrap .wpcf7 form .wpcf7-response-output {
    margin: 30px 0 !important;
}
/* Form Wrap */

/* Map Wrap */
.map-wrap {
    padding: 60px 0 0 0;
    position: relative;
}
.map-wrap::before {
    background-color: #00b0eb;
    content: "";
    height: 570px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%) skew(-20deg, 0deg);
    z-index: -1;
    width: 280px;
}
.map-wrap iframe {
    border: 1px solid #c1c1c1 !important;
    max-width: 100%;
}
/* Map Wrap */

/* 12. Footer/Copyright */
footer {
    background-color: #000000;
    color: #a2a2a2;
    overflow: hidden;
    padding: 75px 0 15px 0;
}
footer a {
    color: #a2a2a2;
}
footer a:focus,
footer a:hover {
    color: #ffffff;
}
footer h2 {
    color: #ffffff;
    margin-bottom: 30px;
}
footer .footer-1 figure {
    height: 82px;
    margin-bottom: 25px;
    width: 160px;
}
footer .footer-2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .footer-2 ul li {
    display: block;
    padding: 0 0 15px 30px;
}
footer .footer-2 ul li i {
    color: #00b0eb;
    left: 0;
    position: absolute;
    top: 2px;
}
footer .footer-3 iframe {
    max-width: 100%;
}

footer .copyright {
    background-color: #000000;
    border-top: 1px solid #181818;
    color: #666666;
    font-size: 14px;
    margin-top: 75px;
    padding: 25px 0 0 0;
}
footer .copyright a {
    color: #666666;
}
footer .copyright a:hover {
    color: #ffffff;
}
/* 12. Footer/Copyright */

.backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
}

@media screen and (max-width: 1199px) {
    
    nav.menu #menu-list ul.nav-list {
        margin: 0 auto 0 35px;
    }
    nav.menu #menu-list ul li {
        padding: 35px 30px 35px 0;
    }
    
    .slider .owl-carousel.slide .owl-item.active::before {
        right: -25%;
    }
    .slider .owl-carousel.slide .owl-item.active::after {
        height: 450px;
        right: -15%;
    }
    
    .slider .owl-carousel.slide .item .featured .details {
        left: 12%;
        top: 55%;
    }
    section.latest-projects .article .detail a.project-icon {
        right: -30px;
        transform: skew(-25.01deg, 0deg);
    }
    section.latest-projects .article .detail:hover a.project-icon {
        right: 30px;
    }
    
    body.category-projects section.category .card .detail a.project-icon {
        right: -30px;
        transform: skew(-25.1deg, 0deg);
    }
    body.category-projects section.category .card .detail:hover a.project-icon {
        right: 30px;
    }
    
    
}

@media screen and (max-width: 991px) {
    
    .remove-on-mobile {
        display: none;
    }
    .for-tablet {
        display: block !important;
    }
    
    .brand {
        float: none;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
    }
    .top-contact {
        float: left;
        margin-top: 15px;
    }
    .top-contact a {
        padding: 10px 50px 10px 10px;
    }
    .top-contact a::after {
        border-top: 46px solid #00b0eb;
    }
    .top-contact a span {
        padding: 10px 0;
    }
    .top-contact a span::after {
        transform: skew(-31deg, 0deg);
    }
    
    nav.menu {
        padding-bottom: 25px;
    }
    header nav.menu .mobile-toggle {
        display: inline-block;
    }
    header nav.menu #menu-list ul.nav-list {
        background-color: #000000;
        height: 100%;
        margin: 0;
        overflow: auto;
        padding: 0 15px;
        position: fixed;
        right: -320px;
        top: 0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        width: 320px;
        z-index: 3000;
    }
    header nav.menu #menu-list ul.nav-list.active {
        right: 0;
    }
    header nav.menu #menu-list ul.nav-list > li {
        float: none;
        padding: 0 0;
        position: static;
    }
    header nav.menu #menu-list ul.nav-list > li.nav-title {
        text-align: center;
        position: relative;
    }
    header nav.menu #menu-list ul.nav-list > li.nav-title a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        color: #00b0eb;
        padding: 15px 15px;
        position: relative;
        text-align: center;
        z-index: 1;
    }
    header nav.menu #menu-list ul.nav-list > li.nav-title .back {
        z-index: 9;
        position: absolute;
        height: 100%;
        width: 48px;
        height: 48px;
        line-height: 50px;
        font-size: 16px;
    }
    header nav.menu #menu-list ul.nav-list > li.nav-title .back i {
        color: #ffffff;
    }
    header nav.menu #menu-list ul.nav-list li a {
        display: block;
        font-size: 14px;
        padding: 15px 20px;
        text-align: left;
    }
    header nav.menu #menu-list ul.nav-list li.dropdown a::before {
        display: none;
    }
    header nav.menu #menu-list ul.nav-list li.dropdown a i.fa-solid.fa-angle-down {
        color: #aaaaaa;
        right: 0;
        top: 12px;
        height: 20px;
        width: 20px;
        padding: 4px;
        position: absolute;
    }
    header nav.menu #menu-list ul.nav-list li.dropdown a:hover i.fa-solid.fa-angle-down {
        color: #ffffff;
    }
    header nav.menu #menu-list ul > li.dropdown:hover > ul.dropdown-menu {
        opacity: unset;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        visibility: unset;
    }
    header nav.menu #menu-list ul > li.dropdown > ul.dropdown-menu {
        border: none;
        box-shadow: none;
        padding: 0 0;
        position: absolute;
        top: 48px;
        left: initial;
        right: -320px;
        height: calc(100% - 48px);
        height: -webkit-calc(100% - 48px);
        height: -moz-calc(100% - 48px);
        height: -o-calc(100% - 48px);
        width: 320px;
        transform: translateY(0) translateX(320px);
        -webkit-transform: translateY(0) translateX(320px);
        -moz-transform: translateY(0) translateX(320px);
        -o-transform: translateY(0) translateX(320px);
        visibility: visible;
        display: none;
        opacity: 1;
    }
    header nav.menu #menu-list ul > li.dropdown > ul.dropdown-menu::before {
        display: none;
    }
    header nav.menu #menu-list ul > li.dropdown > ul.dropdown-menu.active {
        border: none;
        opacity: 1;
        right: 0;
        top: 48px;
        transform: translateY(0) translateX(0);
        -webkit-transform: translateY(0) translateX(0);
        -moz-transform: translateY(0) translateX(0);
        -o-transform: translateY(0) translateX(0);
        visibility: visible;
    }
    
    .slider .owl-carousel.slide .item .featured .details h1 {
        font-size: 44px;
    }
    
    body.category-projects section.category .card .detail {
        padding: 15px 100px 15px 40px;
    }
    body.category-projects section.category .card .detail h3 {
        font-size: 18px;
    }
    body.category-projects section.category .card .detail a.project-icon {
        right: -38px;
        transform: skew(-19.5deg, 0deg);
    }
    body.category-projects section.category .card .detail:hover a.project-icon {
        right: 22px;
    }
    
}

@media screen and (max-width: 767px) {
    
    .brand {
        float: left;
        left: auto;
        position: relative;
        right: auto;
    }
    .top-contact {
        display: none;
    }
    
    nav.menu {
        padding-bottom: 5px;
    }
    
    .slider .owl-carousel.slide .owl-item .item .featured {
        height: 60vh;
    }
    .slider .owl-carousel.slide .item .featured .details {
        left: 0;
        margin: 0 10%;
        right: 0;
        top: 42%;
        transform: none;
        width: 90%;
    }
    .slider .owl-carousel.slide .owl-nav {
        display: none;
    }
    
    .slider .owl-carousel.slide .owl-item.active::before {
        width: 250px;
    }
    .slider .owl-carousel.slide .owl-item.active::after {
        height: 200px;
        top: 35%;
        width: 150px;
    }
    
    .slider .owl-carousel.slide .item .featured .details h1 {
        font-size: 26px;
    }
    .slider .owl-carousel.slide .item .featured .details a.site-btn {
        display: none;
    }
    
    section.latest-projects .article .detail a.project-icon {
        right: -33px;
        transform: skew(-22.1deg, 0deg);
    }
    section.latest-projects .article .detail:hover a.project-icon {
        right: 27px;
    }
    
}

@media screen and (max-width: 600px) {
    
    #wpadminbar {
        position: fixed !important;
    }
    
}

@media screen and (max-width: 425px) {
    
    section.latest-projects .article .detail a.project-icon {
        right: -34px;
        transform: skew(-22.1deg, 0deg);
    }
    section.latest-projects .article .detail:hover a.project-icon {
        right: 26px;
    }
    
}