body, html {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}


/* ==============================
PAGE SITE
============================== */

.page section.title-section {
    background-size: cover;
}
.page section.title-section .mod-breadcrumbs {
    display: none;
    visibility: hidden;
}

.page-dot-bg .main-section {
    background-image: url('/wp-content/uploads/2019/11/services_bg.png');
    background-repeat: repeat;
    background-size: auto;
    padding: 40px 0;
}

@media only screen and (max-width: 768px) {
    .page-dot-bg .main-section {
        padding-top: 0;
    }
}


/* ==============================
PAGE SIDEBAR
============================== */

.page-dot-bg .main-section .sidebar,
.page-dot-bg .main-section .content-section-sidebar {
    position: relative;
    margin-top: 0;
    padding-left: 0;
    z-index: 2;
    padding-right: 20px;

}

.page-dot-bg .main-section .sidebar .sidebar-inner,
.page-dot-bg .main-section .content-section-sidebar .widget_nav_menu {
    background-color: white;
    padding: 15px;
}

.menu {

}

.menu .menu-item {
    margin-bottom: 10px;
    margin-top: 10px;
}

.menu .menu-item a {
    padding: 5px 20px;
}
.menu .menu-item a:after {
    content: none !important;
}

.menu .menu-item:hover,
.menu .current-menu-item {
    background-color: #D9341F;
}

.menu .menu-item a:hover,
.menu .menu-item:hover a,
.menu .current-menu-item a {
    color: #fff;

}

@media only screen and (max-width: 768px) {
    .page-dot-bg .main-section .sidebar,
    .page-dot-bg .main-section .content-section-sidebar {
        padding-right: 0;

    }
    .menu .menu-item {
        margin-bottom: 0;
        margin-top: 0;
    }
    .menu .menu-item:hover  {
        background-color: transparent;
    }
    .menu .menu-item a:hover,
    .menu .menu-item:hover a {
        color: #D9341F;

    }
}

/* ==============================
TITLE SECTION
============================== */

.page-section.title-section {

}

@media only screen and (max-width: 768px) {
    .page-section.title-section {
        padding-top: 80px;
        padding-bottom: 30px;
    }
}

/* ==============================
PAGE CONTENT
============================== */

.page-dot-bg .content-section .content-section-body {
    background-color: white;
    padding: 20px;
}

.page-dot-bg .content-section .content-section-body h2 {
    display: inline-block;
    position: relative;
    font-weight: bold;
    margin-top: 0;
    /*border-bottom: 2px solid #D9341F;*/
    text-transform: uppercase;
}
.page-dot-bg .content-section .content-section-body h2 strong {

}

/* ==============================
WIDGET
============================== */

.widget.widget_text {
    margin-bottom: 0;
}
/* ==============================
FOOTER
============================== */
footer.footer {
    padding: 15px 0;
    background-color: #130f40;
    background-image: linear-gradient(315deg, #232526 0%, #000000 74%);
}

footer.footer .footer-text {
    width: 100%;
    display: flex;
    justify-content: space-between;

    color: #fff;
}

footer.footer .footer-text .footer-copy {
    letter-spacing: 0;
    text-transform: none;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    footer.footer .footer-text {
        flex-direction: column;
    }
    footer.footer .footer-text .footer-copy {
        margin-bottom: 10px;
    }
}

/* ==============================
NAV
============================== */

.sticky-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.main-nav {
    padding: 10px 0;
    background-color: transparent !important;
}

.main-nav.small-height {
    padding-top: 0;
    background-color: #130f40;
    background-image: linear-gradient(315deg, #232526 0%, #000000 74%);
    border-bottom: 1px solid #D9341F;
}

.main-nav:not(.mobile-on) > .full-wrapper {
    justify-content: space-around;
}



.main-nav:not(.mobile-on) > .full-wrapper .desktop-nav {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: initial;
    flex: 1;
    text-align: center;
}

.main-nav:not(.mobile-on) .inner-nav > ul {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
}


.main-nav .inner-nav ul > li:after {
    content: '';
    position: absolute;
    left: 10%;
    right: 90%;
    height: 4px;
    bottom: 20%;
    transform: translateY(100%);
    background: #D9341F;
    opacity: 1;
    transition: right 0.45s;
}

.main-nav.small-height .inner-nav ul > li:after {
    bottom: 6%;
}

.main-nav .inner-nav ul > li.current-page-ancestor:after,
.main-nav .inner-nav ul > li.current-menu-item:after,
.main-nav .inner-nav ul > li:hover:after {
    right: 10%;
}

.main-nav .inner-nav ul > li > a {
    white-space: nowrap;
    display: block;
    padding: 11px 14px;
    color: #fff;
    font-size: 0.944rem;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    box-sizing: border-box;
    transition: 0.25s color, 0.25s background;
    color: white !important;
    letter-spacing: normal;
}

.main-nav .nav-info-wrap {
    color: white;

}

.main-nav .nav-info-wrap p {
    margin: 0;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
}

.main-nav .nav-info-wrap p span {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    /*border-bottom: 1px solid #D9341F;*/
}

.main-nav .nav-info-wrap p:last-of-type span {
    margin-right: 18px;
}
.main-nav .nav-logo-wrap .logo {
    max-width: initial;
    height: auto;
}

.main-nav .nav-logo-wrap .logo img {
    height: 100px;
    padding: 10px 0;
}

.main-nav.mobile-on .nav-logo-wrap .logo img {
    height: 60px;
    padding: 10px 0;
}

@media only screen and (max-width: 768px) {
    .main-nav .nav-info-wrap p {
        font-size: 18px;
        line-height: 20px;
    }
    .main-nav .nav-info-wrap p span {
        font-size: 14px;
        line-height: 18px;
    }
    .main-nav .nav-info-wrap p:last-of-type span {
        margin-right: 16px;
    }
    .main-nav .nav-logo-wrap{
        margin-right: 20px;
    }
    .nav-logo-wrap + .mobile-nav {
        padding: 0 25px;
    }

}

@media only screen and (max-width: 480px) {
    .main-nav .nav-info-wrap p {
        font-size: 16px;
        line-height: 18px;
    }
    .main-nav .nav-info-wrap p span {
        font-size: 12px;
        line-height: 16px;
    }
    .main-nav .nav-info-wrap p:last-of-type span {
        margin-right: 14px;
    }
    .main-nav .nav-logo-wrap{
        margin-right: 15px;
    }
    .nav-logo-wrap + .mobile-nav {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 380px) {
    .main-nav .nav-info-wrap p {
        font-size: 13px;
        line-height: 16px;
    }
    .main-nav .nav-info-wrap p span {
        font-size: 10px;
        line-height: 14px;
    }
    .main-nav .nav-info-wrap p:last-of-type span {
        margin-right: 12px;
    }
    .main-nav .nav-logo-wrap{
        margin-right: 10px;
    }
    .nav-logo-wrap + .mobile-nav {
        padding: 0 20px;
    }
}

.small-height {
    min-height: auto !important;
    height: auto !important;
}


/*.page-top-header {*/
    /*margin-top: -130px;*/
/*}*/




.main-nav-style2.mobile-on.is-sticked.dark .mobile-nav, .main-nav-style2.mobile-on.is-sticked .mobile-nav {
    color: white;
}


/*mobile ver*/

.main-nav.mobile-on .inner-nav ul > li > a {
    color: #000 !important;
    line-height: normal !important;
}
.main-nav.mobile-on .inner-nav ul > li:after {
    content: none;
}
.main-nav.mobile-on .inner-nav {
    /*border-left: 1px solid #D9341F;*/
    /*border-right: 1px solid #D9341F;*/
    border-bottom: 4px solid #D9341F;
}

.main-nav.mobile-on .inner-nav ul > li.current-page-ancestor a,
.main-nav.mobile-on .inner-nav ul > li.current-menu-item a,
.main-nav.mobile-on .inner-nav ul > li:hover a {
    color: #D9341F !important;
}

.main-nav.mobile-on {

}
.main-nav.mobile-on > .full-wrapper {
    display: flex;
    align-items: center;
}



/* ==============================
BUTTONS
============================== */
.spacar-red-btn {
    display: inline-block;
    position: relative;
    color: black;

    background-color: black;
}

.spacar-red-btn a {
    position: relative;
    color: white;
    margin: 0;
    border: none;
    background: none;
    z-index: 5;
    padding: 20px 40px !important;
    font-weight: bold;
    box-shadow: 5px 5px 22px 1px rgba(51, 51, 51, 0.3);
    width: 100%;

}

.spacar-red-btn a.btn-large {
    padding: 25px 40px !important;
    font-size: 18px;
}

.spacar-red-btn a:hover {
    background: none;
    font-weight: bold;
    color: white;
}

.spacar-red-btn:before {
    content: '';
    position: absolute;
    left: 20px;
    bottom: 10px;
    top: 10px;
    width: 4px;
    background: #ee1d25;
    transition: all 0.45s;
    z-index: 2;
}

.spacar-red-btn:hover:before {
    width: calc(100% - 40px);
}

@media only screen and (max-width: 768px) {
    .spacar-red-btn a {
        padding: 15px 30px !important;
    }
    .spacar-red-btn a.btn-large {
        padding: 20px 30px !important;
        font-size: 16px;
    }
    .spacar-red-btn:before {
        left: 10px;
        bottom: 10px;
        top: 10px;
        width: 4px;
    }

}

@media only screen and (max-width: 480px) {
    .spacar-red-btn a {
        padding: 10px 20px !important;
    }
    .spacar-red-btn a.btn-large {
        padding: 15px 20px !important;
        font-size: 14px;
    }
    .spacar-red-btn:before {
        left: 8px;
        bottom: 5px;
        top: 5px;
        width: 2px;
    }
}


/* ==============================
HOMEPAGE
============================== */

@media only screen and (max-width: 767px) {
    body section.content-section, body section.content-section.cover {
        background-size: auto !important;
    }
}


.main-section .homepage-header p {
    display: inline-block;
    font-size: 38px;
    line-height: 46px;

    font-weight: bold;
    margin: 40px 0 20px 0;
    color: black;
    border-bottom: 3px solid #ee1d25;
}

@media only screen and (max-width: 768px) {
    .main-section .homepage-header p {
        font-size: 32px;
        line-height: 40px;
        margin: 30px 0 10px 0;
    }
}

@media only screen and (max-width: 480px) {
    .main-section .homepage-header p {
        font-size: 26px;
        line-height: 32px;
        margin: 20px 0 5px 0;
    }
}

/* ==============================
HOMEPAGE BUTTONS SECTION
============================== */
#homepage-buttons-wrapper .spacar-red-btn {
    width: 80%;
}

/* ==============================
HOMEPAGE INFO SECTION
============================== */
#homepage-info-wrapper {
    padding-bottom: 0;
}

#homepage-info {
    background-size: contain !important;
}
#homepage-info .contact-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding-left: 0;

    height: 200px;
    color: white;
    /*background-color: #ee1d25;*/

    cursor: pointer;

}

#homepage-info .contact-item .ci-icon {
    order: 1;
    position: relative;
    left: auto;
    top: 0;

    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 78px;
    transition: top 0.5s ease;
}

#homepage-info .contact-item:hover .ci-icon {
    top: -10px;
}

#homepage-info .contact-item .ci-icon.ci-icon:before {
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #ee1d25;
    border-radius: 2px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
#homepage-info .contact-item .ci-icon i {
    font-size: 40px;
}

#homepage-info .contact-item .ci-title {
    order: 2;
    color: black;
    font-family: inherit;
    letter-spacing: normal;

    font-size: 26px;
    line-height: 1em;
    margin: 10px 0;
    font-weight: 500;
}

#homepage-info .contact-item .ci-text {
    order: 3;
    color: black;
    text-align: center;
    font-family: inherit;
}

/* ==============================
HOMEPAGE GALLERY SECTION
============================== */

#homepage-gallery-wrapper {
    /*padding: 40px 0;*/
}

#homepage-slider {
    background-color: transparent;
    margin-left: -20px;
    /*margin-right: -20px;*/
    width: calc(100% + 20px);
}

#homepage-slider .owl-item {
    padding-left: 20px;
    /*background-color: #ee1d25;*/
}

#homepage-slider .owl-prev,
#homepage-slider .owl-next {
    background: #ee1d25;
}

#homepage-slider .owl-prev .fa,
#homepage-slider .owl-next .fa {
    color: #ffffff;
}

#homepage-slider .owl-page span {
    width: 6px;
    height: 6px;
    background-color: rgba(238,29,37, .8);;
}

#homepage-slider .owl-page.active span {
    background: transparent;
    border: 1px solid rgba(238,29,37, .8);
}

/* ==============================
HOMEPAGE SERVICES SECTION
============================== */

#homepage-services-wrapper {
    /*padding: 10px 0;*/
    padding-bottom: 40px;
    background-size: auto !important;
}

#homepage-services-wrapper .homepage-service-el {
    position: relative;
    width: 100%;
    margin: 30px 0;
    transition: all 0.5s ease;
    height: 140px;
    box-shadow: 12px 12px 22px 1px rgba(51, 51, 51, 0.3);
    /*margin: 30px 0;*/

    /*background-image:  !important;*/
}
#homepage-services-wrapper .homepage-service-el:hover {
    background-size: 110% !important;
}

#homepage-services-wrapper .homepage-service-el:before {
    content: '';
    position: absolute;
    left: 20px;
    bottom: 20px;
    top: 20px;
    width: 4px;
    background: #ee1d25;
    transition: all 0.45s;
    z-index: 2;
}


#homepage-services-wrapper .homepage-service-el:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: #000000;
    opacity: 0.57;
    z-index: 1;
}


#homepage-services-wrapper .homepage-service-el:hover:before {
    width: calc(100% - 40px);
}



#homepage-services-wrapper .homepage-service-el a,
#homepage-services-wrapper .homepage-service-el button {
    position: relative;
    color: white;
    border: none;
    border-radius: unset;
    width: 100%;
    background: none;

    padding: 0 40px;

    font-size: 24px;
    line-height: 26px;

    font-weight: bold;
    text-transform: uppercase;

    z-index: 100;


    width: 100%;
    height: 100%;

    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#homepage-services-wrapper .homepage-service-el a:hover,
#homepage-services-wrapper .homepage-service-el button:hover {
    /*transform: scale(1.17);*/
    color: white;
}

#homepage-services-wrapper .homepage-service-el a i:before,
#homepage-services-wrapper .homepage-service-el button i:before {
    content: "";
}

#homepage-services-wrapper .homepage-service-el a:hover,
#homepage-services-wrapper .homepage-service-el a:focus,
#homepage-services-wrapper .homepage-service-el button:hover,
#homepage-services-wrapper .homepage-service-el button:focus {
    border: none;
    background-color: transparent;
}


#homepage-about-wrapper {
    background-size: auto;
    background-position: top left;
    padding: 30px 0;
}

#homepage-about-wrapper img {
    box-shadow: 12px 12px 12px 1px rgba(51, 51, 51, 0.22);
}

@media only screen and (max-width: 768px) {
    #homepage-services-wrapper .homepage-service-el {
        margin: 10px 0;
        height: 100px;
    }
    #homepage-services-wrapper .homepage-service-el a,
    #homepage-services-wrapper .homepage-service-el button {
        font-size: 20px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 480px) {
    #homepage-services-wrapper .homepage-service-el {
        margin: 10px 0;
        height: 80px;
    }

    #homepage-services-wrapper .homepage-service-el a,
    #homepage-services-wrapper .homepage-service-el button {
        font-size: 18px;
        line-height: 20px;
    }
}



/* ==============================
SPEEDOMETER LOADER WIDGET
============================== */

.page-loader{
    display:block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 100000;
}


#loader-wrapper{position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #000; z-index: 15; overflow: hidden;}

.loader{width: 150px; height: 150px; border: 1px #fff solid; position: absolute; left: 50%; top: 50%; margin: -75px 0 0 -75px; border-radius: 50%;}

.loader .loading{font-size: 10px; position: absolute; width: 100%; text-align: center; line-height: 14px; font-family: 'Century Gothic', sans-serif; font-style: italic; left: 0; top: 50%; margin-top: 20px; color: #fff; font-weight: bold; text-transform: uppercase;}

.loader-circle-1{width: 138px; height: 138px; left: 5px; top: 5px; border: 1px #fff solid; border-radius: 50%; position: absolute; border-right-color: transparent;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.loader-circle-2{width: 126px; height: 126px; left: 5px; top: 5px; border: 1px transparent solid; border-radius: 50%; position: absolute; border-right-color: #e81512;
    -webkit-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite;
}

.loader .line{width: 10px; height: 2px; background: #fff; position: absolute;}

.loader .line:nth-child(1){left: 16px; top: 50%; margin-top: -1px;}

.loader .line:nth-child(2){transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); left: 33px; top: 33px;}

.loader .line:nth-child(3){top: 16px; left: 50%; width: 2px; height: 10px;}

.loader .line:nth-child(4){transform: rotate(135deg); -moz-transform: rotate(135deg); -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); right: 33px; top: 33px;}

.loader .line:nth-child(5){right: 16px; top: 50%; margin-top: -1px;}

.loader .line:nth-child(6){transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); right: 33px; bottom: 33px; background: #e81512;}

.loader .subline{position: absolute; width: 3px; height: 2px; background: #fff;}

.loader .subline:nth-child(7){transform: rotate(22.5deg); -moz-transform: rotate(22.5deg); -webkit-transform: rotate(22.5deg); -ms-transform: rotate(22.5deg); left: 21px; top: 50px;}

.loader .subline:nth-child(8){transform: rotate(67.5deg); -moz-transform: rotate(67.5deg); -webkit-transform: rotate(67.5deg); -ms-transform: rotate(67.5deg); left: 50px; top: 21px;}

.loader .subline:nth-child(9){transform: rotate(112.5deg); -moz-transform: rotate(112.5deg); -webkit-transform: rotate(112.5deg); -ms-transform: rotate(112.5deg); right: 50px; top: 21px;}

.loader .subline:nth-child(10){transform: rotate(157.5deg); -moz-transform: rotate(157.5deg); -webkit-transform: rotate(157.5deg); -ms-transform: rotate(157.5deg); right: 21px; top: 50px;}

.loader .subline:nth-child(11){transform: rotate(22.5deg); -moz-transform: rotate(22.5deg); -webkit-transform: rotate(22.5deg); -ms-transform: rotate(22.5deg); right: 20px; bottom: 49px; background: #e81512;}

.loader .needle{width: 14px; height: 14px; border-radius: 50%; border: 1px #fff solid; position: absolute; left: 50%; top: 50%; margin: -8px 0 0 -8px;  z-index: 1;
    -webkit-animation: pegIt 3s infinite ease-in-out;
    animation: pegIt 3s infinite ease-in-out;
}

.loader .needle:before{content: ""; width: 0; height: 0; border-style: solid; border-width: 3.5px 50px 3.5px 0; border-color: transparent #e81512 transparent transparent; position: absolute; right: 50%; top: 50%; margin: -3.5px 0 0 0; border-radius: 0 50% 50% 0;}

@keyframes pegIt {
    0% {transform: rotate(0deg);}
    16% {transform: rotate(75deg);}
    25% {transform: rotate(55deg);}
    30% {transform: rotate(90deg);}
    36% {transform: rotate(170deg);}
    42% {transform: rotate(150deg);}
    50% {transform: rotate(227deg);}
    100% {transform: rotate(0deg);}
}

@-webkit-keyframes pegIt {
    0% {-webkit-transform: rotate(0deg);}
    16% {-webkit-transform: rotate(75deg);}
    25% {-webkit-transform: rotate(55deg);}
    30% {-webkit-transform: rotate(90deg);}
    36% {-webkit-transform: rotate(170deg);}
    42% {-webkit-transform: rotate(150deg);}
    50% {-webkit-transform: rotate(227deg);}
    100% {-webkit-transform: rotate(0deg);}
}

@-webkit-keyframes spin {
    0% {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}
@keyframes spin {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}