@font-face {
    font-family: 'Poppins';
    src: url('../webfonts/Poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Mulish';
    src: url('../webfonts/Mulish/static/Mulish-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../webfonts/Bebas_Neue/BebasNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

*,
::after,
::before {
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif
}

p {
    font-family: 'Mulish', sans-serif
}

a {
    color: #d32222;
    text-decoration: none;
    background-color: transparent
}

body {
    background: #f9f4ef;
}

.header {
    font-family: 'Bebas Neue', sans-serif;
    position: relative;
    background-color: transparent;
    transition: top .6s;
    z-index: 9999
}

.header.sticky-header {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    background-color: #f9f4ef;
    padding: 0;
    height: 75px;
    transition: background-color .3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.header.sticky-header .navbar {
    max-height: 75px
}

.header.sticky-header .navbar .navbar-brand img {
    width: 95px
}

.header.sticky-header .navbar-nav .nav-link,
.breadcrumb-banner .header .navbar-nav .nav-link {
    color: #190a0b;
    font-size: 18px
}

.header.sticky-header .navbar-nav .submenu .nav-link,
.breadcrumb-banner .header .navbar-nav .submenu .nav-link {
    color: #fff
}

.header.sticky-header .submenu .hv-submenu .submenu {
    left: 191px
}

.header.sticky-header .btn-request-quote {
    font-size: 16px;
    padding: 8px 6px
}

.header .navbar {
    padding: 0
}

.navbar-brand {
    height: 100%;
    margin-left: 16px;
    margin-right: 16px
}

.navbar-brand img {
    max-height: 74px
}

.navbar-toggler {
    border: none
}

.navbar-collapse.collapse.show {
    padding: 20px
}

.navbar-collapse.collapse.show .nav-link {
    color: #5d5353;
    font-size: 20px
}

.header .navbar-nav .nav-link {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    letter-spacing: .05em
}

.header .navbar-nav .nav-link:hover,
.header.sticky-header .navbar-nav .nav-link:hover {
    color: #d32222c5 !important
}

.header .navbar-nav .current-menu-item.active>.nav-link,
.header .navbar-nav .current-menu-ancestor.active>.nav-link {
    color: #d32222c5 !important
}

.header .navbar-nav .submenu .current-menu-item.active,
.header .navbar-nav .submenu .current-menu-ancestor.active {
    background: #fff
}

.submenu {
    display: none;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 190px;
    z-index: 1;
    padding: 0;
    margin: 0;
    background-color: #d32222;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

.nav-link i {
    font-size: 13px;
    margin-left: .3rem;
    font-weight: 600
}

.nav-link:focus,
.nav-item.activate>.nav-link {
    color: #d32222 !important
}

.submenu li {
    border-bottom: 1px solid #00000073
}

.submenu li .nav-link {
    color: #fff;
    font-size: 16px !important;
    letter-spacing: .05em;
    padding: 15px 20px
}

.submenu li .nav-link:hover {
    color: #000;
    background-color: #fff
}

.nav-item .nav-link:focus,
.nav-item .nav-link.active {
    color: #d32222
}

.submenu li .nav-link:focus,
.submenu li .nav-link.active {
    background-color: #fff;
    color: #000
}

.submenu .hv-submenu .submenu {
    display: none;
    left: 191px;
    top: 0
}

.submenu li .nav-link i {
    float: right;
    margin-top: 5px
}

.nav-item.hv-submenu {
    position: relative
}

.btn-request-quote {
    font-size: 20px;
    letter-spacing: .05em;
    text-transform: uppercase;
    background-color: #d32222;
    color: #fff;
    padding: 10px 8px;
    margin-right: 45px
}

.btn-havantia {
    letter-spacing: .05em;
    background-color: #d32222;
    color: #fff;
    padding: 8px 6px
}

.btn-request-quote:hover,
.btn-havantia:hover {
    background-color: #d32222c5;
    color: #fff
}

.banner {
    margin-top: 120px;
}

.banner.home-banner .banner-background {
    height: 129vh
}

.banner .opc-0.banner-background::before {
    background: transparent;
}

.banner .banner-background::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%)
}

.banner-background {
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1
}

.banner.taxonomy-page {
    margin-top: 120px
}

.banner.taxonomy-page .banner-background {
    height: 100vh
}

.banner-content {
    height: 100vh
}

.banner-title {
    text-align: left;
    width: 60%;
    margin-right: auto;
    margin-left: 60px
}

.banner-title h3 {
    color: #d32222;
    font-weight: 600
}

.banner.page-banner .banner-title h1 {
    font-size: 35px
}

.banner-title h1 {
    font-weight: bolder;
    font-size: 46px;
    color: #fff
}

.features-cn {
    cursor: pointer;
    transition: all .3s ease
}

.features-cn:hover {
    background-color: #d32222
}

.category-list {
    list-style: none;
    padding: 0
}

.category-item.collapsed .chevron-down::before {
    transform: rotate(-180deg)
}

.category-item.collapsed .sub-menu {
    display: block
}

.category-list li {
    margin-bottom: 15px
}

.category-list li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    transition: color .3s
}

.category-list li a:hover {
    color: #d32222
}

.sidebar {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #0000001f
}

.sidebar h3 {
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px
}

.sidebar .category-list li a {
    display: inline-block;
    width: 100%
}

.sidebar .contact-info {
    font-family: 'Poppins', sans-serif;
    font-size: 14px
}

.sidebar .contact-info i {
    color: #d32222;
    font-size: 18px;
    margin-right: 15px
}

.category-list li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: color .3s;
    font-family: 'Poppins', sans-serif
}

.about-images {
    position: relative
}

.image-wrapper {
    margin: 0 10px
}

#about .circle {
    padding: 15px;
    color: #fff;
    font-weight: bold;
    font-family: 'Poppins';
    font-size: 22px;
    text-align: center;
    border: 10px solid #f9f4ef;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 170px;
    height: 170px;
    background-color: #d32222;
    border-radius: 50%;
    z-index: 999;
}

#about .circle span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 45px
}

.image-wrapper img {
    width: 315px;
    height: 450px
}

.about-section {
    height: 100vh
}

.mt-60 {
    margin-top: 60px !important
}

.about-section.mt-110 {
    margin-top: 100px !important
}

.section-heading {
    text-align: center
}

.section-heading h2 {
    font-size: 2.2rem
}

.section-heading h4,
.section-heading h2 {
    color: #fff;
    font-family: 'Poppins';
    font-weight: 600
}

.section-heading h4 {
    font-size: 1.2em
}

.section-heading h2 {
    font-size: 1.8em
}

.products-section {
    position: relative;
    height: 450px
}

.products-section .top-section {
    position: relative;
    height: 60%;
    background-image: url('../img/bg-02.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1
}

.products-section .top-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d32222c7;
    z-index: 0
}

.products-section .top-section .container {
    z-index: 1
}

.products-section .card {
    margin-top: -80px;
    border-radius: 15px;
    height: calc(100% + 80px)
}

.products-section .card img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.card {
    position: relative;
    overflow: hidden
}

.blog-ar .card:hover {
    transform: none;
    box-shadow: none
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, .1);
    transition: box-shadow .3s ease, transform .3s ease
}

.fa-sharp.fa-solid.fa-arrow-right {
    transition: transform .3s ease
}

a:hover .fa-sharp.fa-solid.fa-arrow-right {
    transform: translateX(5px)
}

.bottom-section {
    height: 50%;
    background: transparent
}

#services {
    background-color: #231f20;
    padding: 20px 0
}

#services.mt-110 {
    margin-top: 180px !important
}

.service-column h2 {
    color: #fff;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 12px
}

.service-column p {
    color: #fff;
    font-size: 1.4em;
    margin-bottom: 42px
}

.service-item {
    margin-bottom: 35px
}

.service-item .icon {
    float: left;
    height: 95px;
    width: 20%;
    margin-bottom: 10px;
    margin-right: 7px
}

.service-item h3 {
    font-size: 1.3em;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px
}

.service-item p {
    font-size: .9em;
    color: #fff;
    margin: 0
}

.image-column img {
    width: 85%;
    height: auto;
    position: relative
}

#get-quotes {
    height: 600px
}

#chiffres-cles.mt-110 {
    margin-top: 78px !important;
}

#chiffres-cles {
    position: relative
}

#chiffres-cles .circles-container {
    position: relative;
    flex-wrap: nowrap;
    z-index: 2
}

#chiffres-cles .circle {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #d32222;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

#chiffres-cles .circle-inner {
    text-align: center
}

#chiffres-cles .circle h2 {
    font-size: 52px;
    font-weight: bold;
    color: #fff;
    margin: 0
}

.section-title {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 65px
}

#chiffres-cles h3 {
    font-size: 16px;
    font-weight: 600;
    color: #545b62;
    text-align: center;
    position: absolute;
    bottom: -75px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%
}

.envelope-container {
    position: absolute;
    top: 60%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    overflow: hidden
}

.envelope {
    width: 95%;
    height: 100%;
    margin: auto;
    background-image: url("../img/env-anm.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.col-text {
    color: #fff;
    text-align: left;
    width: 80%
}

.col-text h4 {
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    font-size: 20px
}

.col-text p {
    font-size: 15px
}

.col-bg-red {
    background-color: #d32222
}

.col-bg {
    background-color: #ffffff7a
}

.w-80 {
    width: 80% !important
}

.custom-icon {
    width: 20%;
    margin-right: 10px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.certificate {
    background-image: url('../img/top-star.svg')
}

.expertise {
    background-image: url('../img/expert.svg')
}

.solution {
    background-image: url('../img/gears.svg')
}

.about-content h4 {
    position: relative;
    padding-left: 50px;
    font-weight: bold;
    color: #d32222
}

.about-content h4::before {
    position: absolute;
    top: 50%;
    content: '';
    width: 45px;
    height: 3px;
    background-color: #d32222;
    left: 0
}

.about-content h2 {
    font-weight: bold;
    font-size: 2.3rem
}

.about-content p {
    font-size: 20px;
    font-weight: 400;
    color: #3b3838;
    text-align: justify
}

.card-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px
}

.card-text {
    font-family: 'Mulish';
    font-size: 14px;
    color: #3b3838
}

.divider {
    position: relative
}

.divider::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #000
}

.card-body a {
    display: block;
    margin-top: 2rem;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    color: #d32222;
    text-decoration: none
}

.card-body a i {
    font-size: 11px
}

.mt-110 {
    margin-top: 110px
}

.icon.planing {
    background-image: url('../img/planning.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.icon.maintenance-sm {
    background-image: url('../img/maintenance.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.icon.maintenance-lg {
    background-image: url('../img/maintenance-1.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.quots-container {
    position: relative;
    background-image: url('../img/bg-2-02.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1.5rem
}

.quots-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f9f4efd9;
    z-index: 0
}

.quotes-column h2 {
    font-size: 32px;
    font-weight: bold;
    color: #d32222
}

.quotes-column p {
    font-weight: bold;
    font-size: 16px
}

.quotes-item-content h3 {
    font-size: 14px
}

.quotes-column .btn {
    font-weight: bold
}

.icon-check {
    background-image: url('../img/check.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    height: 22px;
    width: 22px;
    margin-right: 10px
}

.quotes {
    position: relative;
    overflow: hidden
}

.form-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    background-color: #190a0b;
    z-index: 1;
    border-radius: 15px;
    border: 3px solid #d32222
}

.form-container {
    position: relative;
    z-index: 2
}

.details {
    width: 80%;
    margin: auto
}

.details .date {
    float: left
}

.details .user {
    float: right
}

.details h6 {
    font-size: 12px;
    display: inline-block
}

.details .date,
.details .user {
    font-size: 14px
}

.details .date i,
.details .user i {
    color: #adb5bdcf
}

.blog-section.mt-110 {
    margin-top: 78px !important;
}

.blog-section .card {
    background: transparent
}

.blog-section .card-body {
    background: #fff;
    width: 90%;
    background: #ffff;
    border-radius: 15px
}

.blog-section .card-title {
    margin-top: 2rem;
    font-weight: bold;
    font-size: 22px
}

.blog-section .btn.btn-havantia {
    width: 80%;
    margin: auto;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    border-radius: 0;
    padding: 8px 12px
}

.footer {
    background-color: #231f20;
    padding: 0;
    color: #fff
}

.info-row .col-md-4 {
    border-bottom: 2px solid #d32222
}

.info-row .col-center-br {
    border-right: 2px solid #d32222;
    border-left: 2px solid #d32222
}

.footer-column h4 span {
    display: block;
    margin: 5px 0;
    font-size: .77em;
    font-weight: bold
}

.footer-logo {
    max-width: 200px
}

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

.footer-widget h1.wp-block-heading,
.footer-widget h2.wp-block-heading,
.footer-widget h3.wp-block-heading,
.footer-widget h4.wp-block-heading,
.footer-widget h5.wp-block-heading,
.footer-widget h6.wp-block-heading {
    display: inline-block;
    position: relative;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 15px
}

.footer-widget h1.wp-block-heading::before,
.footer-widget h2.wp-block-heading::before,
.footer-widget h3.wp-block-heading::before,
.footer-widget h4.wp-block-heading::before,
.footer-widget h5.wp-block-heading::before,
.footer-widget h6.wp-block-heading::before {
    position: absolute;
    content: '';
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: #d32222
}

.sidebar .wp-block-heading {
    display: inline-block;
    position: relative
}

.sidebar .wp-block-heading::before {
    position: absolute;
    content: '';
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: #d32222
}

.footer-widget ul {
    padding-left: 0;
    list-style: none
}

.footer-widget ul li {
    margin-bottom: 5px;
    font-weight: 600
}

.footer-widget ul li a {
    color: #fff;
    text-decoration: none;
    font-size: .9em
}

.footer .footer-widget p {
    font-size: .9em
}

.footer-widget ul li a:hover {
    color: #d32222
}

.image-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: start
}

.tab-pane .image-gallery .gallery-link {
    width: calc(50% - 5px)
}

.tab-pane .image-gallery .gallery-link img {
    width: 100%;
    height: 100%
}

.image-gallery .gallery-link {
    width: calc(33.33% - 5px);
    margin-bottom: 5px;
    margin-right: 5px
}

.image-gallery .gallery-link img {
    width: 100%
}

.footer .footer-widget .image-gallery .gallery-link {
    height: 70px
}

.footer .footer-widget .image-gallery .gallery-link img {
    height: 100%
}

.prefooter {
    background: transparent;
    padding-top: 50px;
    margin-top: 0px;
    margin-bottom: 30px
}

.prefooter-title {
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px
}

.prefooter-images {
    display: flex;
    justify-content: center;
    align-items: center
}

.prefooter-images img {
    width: 214;
    height: 100px;
    object-fit: contain;
    margin-right: 10px
}

.owl-carousel.owl-loaded {
    background: #fff;
    height: auto;
    padding: 15px
}

.footer-icon {
    margin-right: 10px;
    margin-top: 10px;
    width: 60px;
    height: 60px
}

.footer-icon.phone {
    background-image: url('../img/phone.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.footer-icon.address {
    background-image: url('../img/address.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.footer-icon.email {
    background-image: url('../img/email.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.footer .copyright {
    font-size: .7rem;
    font-family: 'Poppins', sans-serif;
    background-color: #333333;
    border-top: 1px solid #333333;
    font-weight: bold;
    text-align: center;
    padding: 12px 0;
    margin-top: 40px
}

.footer-item-widget .wp-block-image {
    margin: 0
}

.footer-item-widget .wp-block-image img {
    width: 200px
}

.form-container {
    background-color: transparent;
    color: #fff;
    padding: 20px
}

.form-group {
    margin-bottom: 20px
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600
}

.form-group select,
.form-group input[type="text"],
.form-group input[type="email"] {
    width: 100%;
    background-color: #5d5353;
    color: #fff;
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 14px;
    border: none;
    border-radius: 4px
}

.slider-container {
    position: relative
}

.middle {
    position: relative;
    width: 100%;
    max-width: 500px
}

.slider {
    position: relative;
    z-index: 1;
    height: 6px
}

.slider>.track {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #5d5353
}

.slider>.range {
    position: absolute;
    z-index: 2;
    left: 25%;
    right: 25%;
    top: 0;
    bottom: 0;
    background-color: #d32222
}

.slider>.thumb {
    position: absolute;
    z-index: 3;
    width: 15px;
    height: 15px;
    border: 2px solid #d32222;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(238, 0, 0, .1);
    transition: box-shadow .3s ease-in-out
}

.slider>.thumb.left {
    left: 25%;
    transform: translate(0, -5px)
}

.slider>.thumb.right {
    right: 25%;
    transform: translate(0, -5px)
}

.slider>.thumb.hover {
    box-shadow: 0 0 0 10px rgba(238, 0, 0, .1)
}

.slider>.thumb.active {
    box-shadow: 0 0 0 12px rgba(238, 0, 0, .2)
}

.slider-value-container {
    height: 100%;
    width: 100%;
    display: flex;
    justify-items: end
}

.slider-value-container span {
    padding: 10px 12px;
    background: #5d5353;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 600;
    display: block
}

input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    z-index: 2;
    height: 10px;
    width: 100%;
    opacity: 0;
    cursor: pointer
}

.slider .values {
    display: flex;
    justify-content: space-between;
    position: relative;
    bottom: -10px
}

.slider .values span {
    position: relative;
    font-size: 11px;
    font-weight: bold
}

input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 15px;
    height: 15px;
    border-radius: 0;
    border: 0 none;
    background-color: #d32222;
    -webkit-appearance: none;
}

input[type=range]::-moz-range-thumb {
    pointer-events: all;
    width: 15px;
    height: 15px;
    border-radius: 0;
    border: 0 none;
    background-color: #d32222;
}

input[type=range]::-ms-thumb {
    pointer-events: all;
    width: 15px;
    height: 15px;
    border-radius: 0;
    border: 0 none;
    background-color: #d32222;
}

#surfaceEquiperValue {
    display: block;
    margin-top: 5px;
    color: #fff
}

.custom-select option {
    padding: 10px;
    font-size: 14px;
    transition: background-color .2s ease-in-out
}

.custom-select option:checked {
    background-color: #d32222;
    color: #fff
}

.form-group button[type="submit"] {
    background-color: #d32222;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer
}

#card-notice {
    position: fixed;
    background: rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999
}

#havantia-notice {
    position: relative;
    top: 50%;
    margin: 0 auto;
    text-align: left;
    width: 75%;
    max-width: 364px;
    padding: 24px;
    background: white;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgb(14 30 37 / 16%);
    z-index: 999
}

#close-notice {
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer
}

#havantia-notice h1 {
    color: #d32222;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 24px;
    text-align: left
}

.loading-text {
    animation: blink 1s infinite
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
    position: relative
}

.single-item {
    width: 80%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto
}

.item:last-child {
    margin-bottom: 0
}

.item {
    background: #ffffff;
    margin-bottom: 30px;
    border-radius: 4px
}

.thumb {
    position: relative;
    padding-bottom: 0
}

.thumb img {
    width: 100%;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.item .info {
    padding: 30px
}

.item .info h1,
.item .info h2,
.item .info h3,
.item .info h4,
.item .info h5,
.item .info h6 {
    font-weight: 600;
    line-height: 1.4
}

.item .info p {
    color: #666666;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400
}

.btn-theme-border.circle::after {
    border-radius: 30px
}

.btn-theme-border::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 0;
    background: #d32222;
    z-index: -1;
    transition: all .35s ease-in-out
}

#error-404 {
    text-align: center;
    padding: 100px 0
}

.page-title {
    font-size: 36px;
    margin-bottom: 30px
}

.page-header {
    margin-bottom: 50px
}

.site-main {
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
    justify-content: center
}

.home-link {
    display: inline-block;
    margin-top: 30px;
    padding: 10px 20px;
    background-color: #d32222;
    color: #fff;
    text-decoration: none;
    border-radius: 4px
}

.home-link:hover {
    background-color: #b11e1e
}

.product-tabs {
    margin: 0 20px
}

.tab-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #ddd
}

.tab-nav li {
    padding: 10px 20px;
    cursor: pointer;
    border-bottom: 2px solid transparent
}

.tab-nav li a {
    color: #696666;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-decoration: none
}

.tab-nav li.active {
    border-bottom-color: #d32222
}

.tab-content {
    padding: 20px;
    border: 2px solid #ddd;
    border-top: none
}

.tab-content .tab-pane {
    display: none
}

.tab-content .tab-pane.active {
    display: block
}

.sidebar .footer-icon {
    width: 30px;
    height: 30px
}

.main-product #get-quotes {
    height: 560px
}

.card-contact .card-header {
    background-color: #d32222
}

.card-contact .card-header {
    border-radius: 4px 4px 0 0
}

.card-contact .card-body {
    border-radius: 4px;
    border: 1px solid #aeaeae78;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.card-contact .form-group label {
    font-weight: bold
}

.btn-primary {
    background-color: #d32222;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: bold
}

.btn-primary:hover {
    background-color: #b71b1b
}

button.btn:focus,
a.btn:focus {
    border-color: #d32222 !important
}

.card-contact .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #d32222 !important;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(163, 22, 22, .2)
}

.contact-container .form-group input[type="text"],
.contact-container .form-group input[type="email"],
.contact-container .form-group input[type="phone"],
.contact-container .form-group textarea {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #0000001f;
    color: #495057;
    font-size: 15px
}

.card-contact .btn {
    padding: 10px 12px;
    font-weight: 600
}

.hanantia-primary {
    color: #d32222
}

.breadcrumb-area {
    padding: 150px 0;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.bg-cover {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat
}

.shadow.dark::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.breadcrumb-area h1 {
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 40px;
    margin-top: -10px;
    margin-bottom: 20px
}

.breadcrumb-area .breadcrumb {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px
}

.breadcrumb-area .breadcrumb li {
    padding: 0 20px;
    position: relative;
    z-index: 1;
    display: inline-block
}

.breadcrumb-area .breadcrumb li.secende-breadcrumb::after {
    content: "";
    height: 2px;
    left: -10px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    background: #ffffff;
    width: 15px
}

.product-list {
    display: none;
    list-style: none
}

.img-fix {
    width: 100% !important;
    height: 195px !important
}

.info h3 {
    font-size: 1.4em
}

.sidebar ul li a i {
    float: right;
    margin-top: 5px
}

.form_grid {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    padding: 30px
}

.form_grid .h4,
.form_grid h4 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px
}

.form_grid .contact_form input,
.form_grid .contact_form textarea.form-control {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    background-color: #fff;
    color: #484848;
    font-size: 14px;
    line-height: 1.2
}

.form_grid .contact_form input {
    height: 50px;
    margin-bottom: 20px;
    padding-left: 20px
}

.form_grid .contact_form textarea.form-control {
    margin-bottom: 25px;
    padding: 20px
}

.form_grid .contact_form button {
    border-radius: 4px;
    background-color: #d32222;
    -o-box-shadow: 0 1px 4px 0 rgba(255, 90, 95, .3);
    box-shadow: 0 1px 4px 0 rgba(255, 90, 95, .3);
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    height: 50px;
    width: 200px
}

.contact_localtion {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    padding: 30px;
    position: relative
}

.contact_localtion p {
    font-size: 14px;
    color: #484848;
    line-height: 1.714;
    margin-bottom: 20px
}

.contact_localtion .h4,
.contact_localtion h4,
.contact-container h4 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #484848;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px
}

.contact_localtion .h4::before,
.contact_localtion h4::before,
.contact-container h4::before {
    position: absolute;
    content: '';
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: #d32222
}

.contact_localtion .content_list .h5,
.contact_localtion .content_list h5,
.contact_localtion .follow-us {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #484848;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px
}

.contact_localtion .content_list .h5::before,
.contact_localtion .content_list h5::before,
.contact_localtion .follow-us::before {
    position: absolute;
    content: '';
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: #d32222
}

.contact_localtion .content_list p {
    margin-bottom: 30px
}

.contact_localtion p {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #484848;
    line-height: 1.714;
    margin-bottom: 20px
}

.contact_form_social_area {
    margin-bottom: 0;
    position: relative;
    padding: 0
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.contact_form_social_area li {
    background-color: #f7f7f7;
    border-radius: 4px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 42px;
    transition: .3s
}

.list-inline-item {
    display: inline-block
}

.contact_form_social_area li a {
    font-size: 14px;
    color: #484848;
    line-height: 1.2
}

.contact_form_social_area li:hover {
    cursor: pointer;
    background-color: #d32222
}

.contact_form_social_area li:hover a {
    color: #fff
}

.banner.home-banner {
    transition: all .5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(40px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.banner-title h3,
.banner-title h1,
.banner-title .btn-havantia {
    opacity: 0;
}

.banner-content h3 {
    animation: fadeIn 1.5s ease-in-out forwards .3s;
}

.banner-content h1 {
    animation: fadeIn 1.5s ease-in-out forwards .8s;
}

.banner-content a.btn-havantia {
    animation: fadeIn 1.5s ease-in-out forwards 1.3s;
}

.banner-content {
    animation-fill-mode: forwards;
}

.animate {
    opacity: 0;
}

.animate.slideFromLeft {
    animation: slideFromLeft 1s ease-in-out forwards;
}

.animate.slideFromRight {
    animation: slideFromRight 1s ease-in-out forwards;
}

.animate.slideFromTop {
    animation: slideFromTop 1s ease-in-out forwards;
}

@keyframes slideFromTop {
    from {
        transform: translateY(30px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slideFromLeft {
    from {
        transform: translateX(-30px);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slideFromRight {
    from {
        transform: translateX(30px);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

.about-images .image-wrapper img,
.about-images .circle {
    opacity: 0;
}

.about-images .image-wrapper .downFromTop.about-img-1 {
    animation: downFromTop 1s ease-in-out forwards;
}

.about-images .image-wrapper .topFromDown.about-img-2 {
    animation: topFromDown 1s ease-in-out forwards;
}

.about-images .middelFromMiddel.circle {
    animation: middelFromMiddel 1s ease-in-out forwards;
}

@keyframes middelFromMiddel {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes downFromTop {
    from {
        transform: translateY(-80px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes topFromDown {
    from {
        transform: translateY(80px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.section-heading h4,
.section-heading h2 {
    opacity: 0;
}

@keyframes bounceZoom {
    0% {
        transform: translateY(0) scale(.5);
        opacity: 0
    }

    50% {
        transform: translateY(0) scale(1.2);
        opacity: 1
    }

    100% {
        transform: translateY(0) scale(1);
        opacity: 1
    }
}

.bounce-zoom {
    animation: bounceZoom 1.5s ease-in-out forwards;
}