/**
* Template Name: Maxim - v2.3.1
* Template URL: https://bootstrapmade.com/maxim-free-onepage-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-weight: 400;
    color: #444444;
    background-color: #EEE;
}

a {
    color: #555;
}

a:hover {
    color: #ee5432;
    text-decoration: none;
}

h1,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

h2 {
    font-weight: 400;
}

.wf-roundedmplus1c {}

h1 {
    font-size: 1.6rem;
}

.wf-mplus1p {}

.nowrap {
    white-space: nowrap;
}

.tel-number a {
    color: #FFF;
}

.font-anton {
    font-family: 'Anton', sans-serif;
}

.font-secular {
    font-family: 'Secular One', sans-serif;
}

.nowrap {
    white-space: nowrap;
}

.button {
    --btn-bg-color: orange;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background: #EE5432;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.back-to-top:hover {
    color: #fff;
    background: #EE5432;
    transition: background 0.2s ease-in-out;
}

.radius10 {
    border-radius: 10px;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height: 72px;
    z-index: 997;
    background-color: #242424;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

#header .logo img {
    padding: 0;
    margin: 5px 0 0 0;
    width: 240px;
}

@media (max-width: 992px) {
    #header {
        height: 72px;
    }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Desktop Navigation */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 5px 0 0 0;
    list-style: none;
    font-size: 14px;
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.nav-menu a {
    display: block;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    padding: 8px 0 12px 0;
    transition: 0.3s;
}

.nav-menu>ul>li+li {
    margin-left: 20px;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: #ee5432;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-weight: 500;
    text-transform: none;
    color: #062822;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
    color: #EE5432;
}

.nav-menu .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }
    .nav-menu .drop-down .drop-down:hover>ul {
        left: -100%;
    }
    .nav-menu .drop-down .drop-down>a:after {
        content: "\ea9d";
    }
}


/* Mobile Navigation */

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 20px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 32px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
}

.mobile-nav-toggle i {
    color: #FFF;
}

.mobile-nav {
    position: fixed;
    top: 60px;
    right: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #333;
    transition: ease-in-out 0.3s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #EEE;
    padding: 10px 35px 10px 20px;
    font-weight: 500;
    outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #FFF;
    text-decoration: none;
    background-color: #555;
}

.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa1";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.5s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #999;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    height: calc(72vh - 72px);
    background: url("../images/mainImage.png") center bottom;
    background-size: cover;
    position: relative;
    margin-top: 72px;
    padding: 0;
}

#hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .container {
    z-index: 2;
    margin-top: 100px;
}

#hero h1 {
    font-size: 50px;
    font-weight: 700;
    font-family: 'M PLUS 1p', sans-serif;
    font-style: italic;
    line-height: 3.8rem;
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
    letter-spacing: -0.2rem;
}

#hero h2 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    font-family: 'M PLUS 1p', sans-serif;
    line-height: 2.0rem;
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
    letter-spacing: 0.3rem;
}

#hero p {
    color: #fff;
    font-weight: 400;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

#hero .btn-get-started {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 4px;
    transition: 0.5s;
    border: 2px solid #fff;
    color: #fff;
}

#hero .btn-get-started:hover {
    border-color: #EE5432;
    ;
    background: #EE5432;
    ;
}

@media (min-width: 1024px) {
    #hero {}
}

@media (max-width: 992px) {
    #hero {
        margin-top: 60px;
        height: calc(60vh - 60px);
    }
}

@media (max-width: 768px) {
    #hero .container {
        margin-top: 50px;
    }
    #hero h1 {
        font-size: 32px;
        line-height: 36px;
    }
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
        letter-spacing: normal;
    }
}

.attention .row {
    margin-bottom: 40px;
}

.attention h3 {
    margin-bottom: 20px;
    padding: 5px;
    font-size: 1.2rem;
    border: solid 1px #999;
}

.attention p {
    margin-left: 8px;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

.section-bg-town {
    background: url("../images/bg-town.png") center center;
    background-size: cover;
    position: relative;
}

.section-bg-construction {
    background: url("../images/bg-construction.png") center center;
    background-size: cover;
    position: relative;
}

.section-bg-city {
    background: url("../images/bg-city.svg") center center;
    background-size: cover;
    position: relative;
}

section {
    padding: 60px 0 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #e9eedd;
}

.section-bg-blue {
    background-color: rgb(56, 155, 221);
    color: #FFF;
}

.section-bg-blue .section-title h2 {
    color: #FFF;
}

.section-bg-white {
    background-color: #FFF;
}

.section-bg-lightgrey {
    background-color: #DDD;
}

.section-bg-darkgrey {
    background-color: #303030;
}

.section-bg-yellow {
    background-color: rgb(235, 236, 157);
}

.section-bg-mesh {
    background: radial-gradient( rgb(199, 201, 120) 3px, transparent 4px), radial-gradient( rgb(199, 201, 120) 3px, transparent 4px), linear-gradient( rgb(235, 236, 157) 4px, transparent 0), linear-gradient(45deg, transparent 74px, transparent 75px, rgb(199, 201, 120) 75px, rgb(199, 201, 120) 76px, transparent 77px, transparent 109px), linear-gradient(-45deg, transparent 75px, transparent 76px, rgb(199, 201, 120) 76px, rgb(199, 201, 120) 77px, transparent 78px, transparent 109px), rgb(235, 236, 157);
    background-size: 109px 109px, 109px 109px, 100% 6px, 109px 109px, 109px 109px;
    background-position: 54px 75px, 0px 20px, 0px 20px, 0px 20px, 0px 20px;
}

.section-bg-ptn1 {
    background: radial-gradient(circle, transparent 20%, slategray 20%, slategray 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, slategray 20%, slategray 80%, transparent 80%, transparent) 50px 50px, linear-gradient(#A8B1BB 8px, transparent 8px) 0 -4px, linear-gradient(90deg, #A8B1BB 8px, transparent 8px) -4px 0;
    background-color: slategray;
    background-size: 100px 100px, 100px 100px, 50px 50px, 50px 50px;
}

.section-bg-dot1 {
    background-color: rgb(56, 155, 221);
    background-image: radial-gradient(white 12%, transparent 16%), radial-gradient(white 12%, transparent 16%);
    background-size: 30px 30px;
    background-position: 0 0, 45px 45px;
}

.section-bg-sky {
    background: repeating-linear-gradient(-45deg, rgb(56, 155, 221) 0px, rgb(56, 155, 221) 5px, rgb(50, 149, 214) 5px, rgb(50, 149, 214) 10px);
}

.section-bg-cloudy {
    background: repeating-linear-gradient(-45deg, rgb(245, 245, 245) 0px, rgb(245, 245, 245) 5px, rgb(240, 240, 240) 5px, rgb(240, 240, 240) 10px);
}

.section-bg-sky .section-title h2,
.section-bg-sky p {
    color: #FFF;
}

.section-title {
    padding-bottom: 40px;
    text-align: center;
}

.section-title h2 {
    font-size: 32px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #333;
}

.section-title p {
    margin-bottom: 0;
}

.inner-page {
    background-color: #FFF;
}

@media (max-width: 992px) {
    section {
        padding: 60px 0;
    }
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    padding: 20px 0;
    background-color: #f7f7f7;
    min-height: 40px;
    margin-top: 72px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 60px;
    }
}

.breadcrumbs h2 {
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    color: #000;
}

@media (max-width: 992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px 0;
    }
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about p {
    color: #000000;
}

.about h2 {
    font-size: 28px;
    line-height: 2.2rem;
}

.about h3 {
    font-weight: 400;
    font-size: 24px;
    color: #333;
}

.about .icon-box {
    margin-top: 44px;
}

.about .icon-box i {
    font-size: 48px;
    float: left;
    color: #EE5432;
    ;
}

.about .icon-box h4 {
    font-size: 22px;
    font-weight: 700;
    margin-left: 60px;
    color: #333;
}

.about .icon-box p {
    font-size: 15px;
    color: #848484;
    margin-left: 60px;
}

@media (max-width: 768px) {
    .about h2 {
        font-size: 24px;
    }
}


/*--------------------------------------------------------------
# Steps
--------------------------------------------------------------*/

.steps {
    padding-top: 20px;
    text-align: center;
}

.steps ul {
    margin: 0 20px;
    padding: 0;
}

.steps li {
    margin: 10px 0;
    padding: 20px 10px 0 20px;
    list-style-type: none;
    text-align: left;
    border: solid 3px #FFF;
    border-radius: 10px;
    /* background-color: #007ac0;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2); */
}

.steps li h4 {
    font-size: 1.4rem;
    color: #fcff51;
}

.steps li p {
    padding-left: 24px;
}

.steps .iconify {
    font-size: 1.8rem;
    color: #FFF;
    font-weight: 700;
}

@media (max-width: 768px) {}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services h2 {
    color: #FFF;
}

.services h4 {
    line-height: 1.5rem;
}

.services .targeting {
    color: #000;
    font-size: 2.0rem;
    font-weight: 700;
    font-style: italic;
    border-bottom: solid 1px #ee5432;
}

.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 0;
    background: #fff;
    transition: all 0.3s ease-in-out;
    text-align: center;
    border-bottom: 3px solid #fff;
    color: #111;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

.services .icon-box:hover {
    box-shadow: 0 2px 29px 0 rgba(37, 37, 37, 0.1);
}

.services .icon i {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 15px;
}

.services .title {
    font-weight: 700;
    margin: 15px 0;
    font-size: 18px;
}

.services .description {
    font-size: 15px;
    line-height: 1.5rem;
    margin-bottom: 0;
    color: #000;
    text-align: left;
}

.service-title h2 {
    font-size: 36px;
    font-weight: 400;
    color: #FFF;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.service-title {
    margin-bottom: 60px;
    padding: 60px 0 10px 0;
    text-align: center;
}

.bg-A {
    background: url("../images/service-A.png") center center;
    background-size: cover;
}

.bg-B {
    background: url("../images/service-B.png") center center;
    background-size: cover;
}

.bg-C {
    background: url("../images/service-C.png") center center;
    background-size: cover;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio h2 {
    color: #FFF;
}

.portfolio h3 {
    font-size: 1.0rem;
    color: #FFF;
}

.portfolio a,
.portfolio p {
    color: #FFF;
}

.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 35px auto;
    list-style: none;
    text-align: center;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    padding: 8px 20px;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px 8px 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #EE5432;
    ;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    border: solid 1px #FFF;
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    color: #2463B2;
}

.portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
    top: 15px;
    left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
    bottom: 15px;
    right: 15px;
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/

.portfolio-details {
    padding-top: 30px;
}

.portfolio-details .portfolio-details-container {
    position: relative;
}

.portfolio-details .portfolio-details-carousel {
    position: relative;
    z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav,
.portfolio-details .portfolio-details-carousel .owl-dots {
    margin-top: 5px;
    text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
    background-color: #EE5432 !important;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    position: absolute;
    right: 0;
    bottom: -70px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
    width: 50%;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0 0 0 0;
}

@media (max-width: 768px) {
    .portfolio-details .portfolio-description h2 {
        width: 100%;
    }
    .portfolio-details .portfolio-info {
        position: static;
        margin-top: 30px;
    }
}


/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/

.faq h2 {
    color: #FFF;
}

.faq .faq-list ul {
    padding: 0;
    list-style: none;
}

.faq .faq-list li+li {
    margin-top: 5px;
}

.faq .faq-list li {
    padding: 15px;
    position: relative;
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-family: "M PLUS Rounded 1c";
    font-size: 1.1rem;
    line-height: 24px;
    font-weight: 400;
    padding: 0 40px;
    outline: none;
    color: #333;
}

.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    top: 15px;
    color: #BBB;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
    font-size: 32px;
    position: absolute;
    right: 0;
    top: -5px;
    color: #666;
}

.faq .faq-list p {
    font-size: 1.0rem;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 10px 0 0 0;
    color: #333;
    border-top: dotted 2px #DDD;
    font-weight: 400;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
    display: none;
}

.faq .faq-top .faq-list a {
    color: #FFF;
}

.faq .faq-list a:hover {
    color: orangered;
}

.faq .faq-top .faq-list p {
    color: #FFF;
    border-top: dotted 2px #DDD;
}

.faq .faq-top .faq-list li {
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

.faq .faq-top .faq-list .icon-show,
.faq .faq-top .faq-list .icon-close {
    color: #DDD;
}


/*--------------------------------------------------------------
# company
--------------------------------------------------------------*/

.img-company {
    width: 100%;
    height: 300px;
    object-fit: cover;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.btn-contact a {
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    background-color: orangered;
    color: white;
}

.contact h3 {
    font-size: 1.0rem;
}

.lineBox,
.telBox,
.formBox {
    margin: 20px 0;
    padding: 20px 0 10px 0;
    background-color: #FFF;
}

.lineBox,
.telBox {
    text-align: center;
}

.telNum {
    font-size: 2.0rem;
    font-family: 'Lato', sans-serif;
    line-height: 3.0rem;
}

.lineBtn {
    margin: 18px 0;
}

.holiday {
    font-size: 0.75rem;
}

.lineBox {
    border: solid 1px #00B900;
    color: #00B900;
}

.telBox {
    border: solid 1px #3c5888;
    color: #3c5888;
}

.telBox a {
    color: #3c5888;
}

.formBox {
    padding: 0 40px 40px 40px;
    border: solid 1px #666;
}

.formBox h3 {
    margin: auto;
    padding: 20px 0 30px 0;
    text-align: center;
}

.box-text {
    margin-top: 10px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    padding: 0 0 30px 0;
    color: #FFF;
    font-size: 14px;
}

#footer .footer-top {
    background: #FFF;
    border-bottom: 1px solid #FFF;
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info p.tel {
    padding: 0 14px 10px;
    font-size: 24px;
    color: #333;
    font-family: 'Lato', sans-serif;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #000;
}

#footer .footer-top .social-links a {
    font-size: 30px;
    display: inline-block;
    background: #333;
    color: #FFF;
    line-height: 1;
    padding: 8px 0;
    margin: 0 10px;
    border-radius: 50%;
    text-align: center;
    width: 48px;
    height: 48px;
    transition: 0.3s;
}

#footer .footer-top .social-links a.twitter:hover {
    background: #00acee;
    color: #fff;
    text-decoration: none;
}

#footer .footer-top .social-links a.facebook:hover {
    background: #1877f2;
    color: #fff;
    text-decoration: none;
}

#footer .footer-top .social-links a.instagram:hover {
    background: #CF2E92;
    color: #fff;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    position: relative;
    padding-bottom: 14px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #999999;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #DDD;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #000;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    color: #EE5432;
}

#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #000;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px 0 0 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: -4px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #EE5432;
    color: #000;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
    background: #EE5432;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
}

@media (max-width: 768px) {
    #footer .footer-top {
        text-align: center;
    }
}


/*--------------------------------------------------------------
# Privacy
--------------------------------------------------------------*/

.privacy h3 {
    padding: 20px 0 10px 0;
    font-size: 20px;
    border-bottom: solid 1px #EEE;
}