/* ------------------------------
   Global styles
---------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0;
}

img {
    max-width: 100%;
}

a,
a:hover,
a:focus {
    cursor: pointer !important;
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #1e2c34;
    margin: 0;
    padding: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

strong {
    font-weight: 700;
}


/* CUSTOM */

.categories-list li {
    list-style-type: disc;
    margin-left: 40px;
}

.day-number {
    font-size: 70px;
    color: #E4AA4F;
    font-weight: bolder;
    margin-bottom: 30px;
}

.course-sec {
    background-color: #F9F9F9;
    text-align: center;
}

#course-div {
    background-image: url('../img/mapa_ofic.png?new');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #5DB23A;
    height: 0;
    padding-top: 50%;
    width: 100%;
}

#jho-name-long {
    display: block;
}

#jho-name-short {
    display: none;
}

#contact {
    padding-top: 50px;
    padding-bottom: 0;
}

.navbar-brand img {
    margin-top: 13px;
}

.title.title-contact {
    font-weight: bold !important;
}


/* This only works with JavaScript, 
        if it's not present, don't show loader */

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url(../img/loader_ico.gif) center no-repeat #fff;
}


/* -------------------------------- 

menue style

-------------------------------- */


/*top menu*/

.secondary-nav {
    width: 100%;
    background-color: #181a1d;
    padding: 16px 0;
    position: relative;
    z-index: 9999;
}

.secondary-nav .text-left ul li {
    padding-right: 15px;
}

.secondary-nav ul li p {
    color: #ffffff;
    font-weight: 300;
    font-size: 12px;
}

.secondary-nav ul li {
    display: inline-block;
}

.secondary-nav .text-right ul li {
    padding-left: 15px;
}

.secondary-nav ul li a {
    color: #ffffff;
}


/*top menu*/

.active_sc {
    background: #ffffff !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=24, Direction=77, Color=#000000)";
    /*IE 8*/
    -moz-box-shadow: -3px 13px 24px -1px rgba(0, 0, 0, 0.3);
    /*FF 3.5+*/
    -webkit-box-shadow: -3px 13px 24px -1px rgba(0, 0, 0, 0.3);
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: -3px 13px 24px -1px rgba(0, 0, 0, 0.3);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=24, Direction=135, Color=#000000);
    /*IE 5.5-7*/
    transition: box-shadow 2s;
    z-index: 9999999;
    transition: 0.3s all;
}

.navbar.active_sc .navbar-brand {
    padding-top: 0;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #ffffff;
}

.navbar.navbar-expand-lg {
    transition: 0.3s all;
    z-index: 99999;
    padding-top: 0;
}

.navbar.navbar2.navbar-expand-lg .nav-item a:hover {
    color: #ffffff;
}

.navbar .nav-item a {
    color: #181a1d;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #ffffff;
    text-decoration: underline;
}

.navbar .nav-link {
    padding: 22px 22px;
}

.navbar .nav-link.active {
    padding-right: 22px;
    padding-left: 22px;
}

.navbar .nav-item a.active {
    background-color: #008aff;
    color: #ffffff;
}


/* -------------------------------- 

close menue style

-------------------------------- */


/* -------------------------------- 

Start Banner style

-------------------------------- */

.banner-op {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    width: 100%;
    background-image: url(../img/hero-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
    padding-top: 128px;
    overflow: hidden;
}

.hero-header {
    position: relative;
    margin-top: -128px;
}

.banner-op:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #181a1d;
    opacity: 0;
    z-index: -9;
}

.hero-header .container {
    height: 100%;
}

.banner_text {
    text-align: center;
}

.banner_text h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 20px;
}

.banner_text h1 {
    color: #ffffff;
    font-weight: 600;
    font-size: 60px;
    line-height: 1.2em;
}

.banner_text p {
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.7em;
    padding-top: 10px;
    padding-bottom: 30px;
}

.banner_text .btn {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    text-transform: uppercase;
    padding: 22px 36px;
    font-weight: 700;
    font-size: 18px;
    background-color: #008aff;
    border-radius: 0;
    z-index: 9;
    border: 2px solid #008aff;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.banner_text .btn:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffffff;
    z-index: -9;
    float: right;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.banner_text .btn:hover {
    color: #008aff;
}

.banner_text .btn:hover:after {
    width: 100%;
    height: 100%;
}


/* -------------------------------- 

Close Banner style

-------------------------------- */


/* -------------------------------- 

Start Feature style

-------------------------------- */

.top-feature {
    width: 100%;
    background-color: #ffffff;
    padding-top: 110px;
}

.feature-title p {
    font-weight: 400;
    color: #181a1d;
    font-size: 14px;
    padding: 32px 0;
}

.feature-title .btn {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    text-transform: uppercase;
    padding: 22px 22px;
    font-weight: 700;
    font-size: 18px;
    background-color: #008aff;
    border-radius: 0;
    z-index: 9;
    border: 2px solid #008aff;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.feature-title .btn:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffffff;
    z-index: -9;
    float: right;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.feature-title .btn:hover {
    color: #008aff;
}

.feature-title .btn:hover:after {
    width: 100%;
    height: 100%;
}

.top-feature .owl-carousel .owl-item img {
    width: auto;
}

.feature-single {
    padding: 28px 14px;
    margin: 12px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.owl-carousel .feature-single:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=22, Direction=0, Color=#000000)";
    /*IE 8*/
    -moz-box-shadow: 0 1px 12px -2px rgba(0, 0, 0, 0.6);
    /*FF 3.5+*/
    -webkit-box-shadow: 0 1px 12px -2px rgba(0, 0, 0, 0.6);
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 1px 12px -2px rgba(0, 0, 0, 0.6);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=22, Direction=135, Color=#000000);
    /*IE 5.5-7*/
}

.feature-single h4 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 600;
    color: #008aff;
    font-size: 20px;
}

.feature-single p {
    font-weight: 400;
    color: #181a1d;
    font-size: 14px;
    line-height: 1.7em;
}

.top-feature .owl-nav {
    width: 100%;
    text-align: right;
    padding-top: 10px;
}

.top-feature .owl-carousel .owl-nav button.owl-next,
.top-feature .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    color: #ffffff;
    background-color: #008aff;
    margin-left: 20px;
    text-align: center;
    padding-top: 4px;
}


/*title*/

.title h6 {
    font-weight: 600;
    font-size: 18px;
    color: #008aff;
}

.title h3 {
    font-weight: 600;
    color: #181a1d;
    font-size: 40px;
    line-height: 1.2em;
}

.title h4 {
    font-weight: 600;
    color: #181a1d;
    font-size: 25px;
    line-height: 1.2em;
}


/*title*/


/* -------------------------------- 

Close Feature style

-------------------------------- */


/* -------------------------------- 

Start About us style

-------------------------------- */

.about-sec {
    width: 100%;
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 110px;
}

.about-left-image {
    text-align: right;
    position: relative;
    z-index: 9;
    padding-bottom: 40px;
}

.about-left-image:hover:after {
    top: -40px;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.about-left-image img {
    width: 402px;
}

.about-us-title {}

.about-us-title p {
    padding-top: 32px;
    line-height: 1.7em;
    font-weight: 400;
    color: #181a1d;
    font-size: 16px;
}

.about-us-title .btn {
    margin-top: 32px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    text-transform: uppercase;
    padding: 22px 36px;
    font-weight: 700;
    font-size: 18px;
    background-color: #008aff;
    border-radius: 0;
    z-index: 9;
    border: 2px solid #008aff;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.about-us-title .btn:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffffff;
    z-index: -9;
    float: right;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.about-us-title .btn:hover {
    color: #008aff;
}

.about-us-title .btn:hover:after {
    width: 100%;
    height: 100%;
}


/* -------------------------------- 

Close About us style

-------------------------------- */


/* -------------------------------- 

Start Video showcase style

-------------------------------- */

.video-showcase {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url(../img/video-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    z-index: 9;
    padding: 110px 0;
    overflow: hidden;
}

.video-showcase:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #181a1d;
    opacity: 0.8;
    z-index: -9;
}

.video-left-text h6,
.video-left-text h3 {
    color: #ffffff;
    padding-bottom: 22px;
}

.video-left-text p {
    padding-bottom: 0;
    color: #ffffff;
}

.video-showcase .video-btn {
    position: relative;
    background-color: #008aff;
    color: #ffffff;
    padding: 22px 18px 22px 80px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    border-radius: 0;
    overflow: hidden;
    margin-top: 40px;
}

.video-showcase .video-btn i {
    position: absolute;
    height: 105%;
    left: -1px;
    top: 0;
    background-color: #0068c0;
    padding-top: 25px;
    padding-left: 24px;
    padding-right: 24px;
}

.modal-backdrop {
    z-index: 1;
}

.modal-dialog {
    margin-top: 130px !important;
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}


/* -------------------------------- 

Close Video showcase style

-------------------------------- */


/* -------------------------------- 

Start Services style

-------------------------------- */

.services {
    width: 100%;
    background-color: #ffffff;
    padding-top: 50px;
}

.services .title {
    text-align: center;
    padding-bottom: 50px;
}

.services .row .col-md-4 {
    padding: 0;
}

.single-service-inside {
    padding: 45px 24px;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.service-icon {
    height: 80px;
}

.single-service-inside {
    text-align: justify;
}

.single-service-inside:hover {
    background-color: #008aff;
}

.single-service-inside:hover .show-icon {
    display: none;
}

.single-service-inside .hover-icon {
    display: none;
}

.single-service-inside:hover .hover-icon {
    display: block;
}

.single-service-inside:hover h4,
.single-service-inside:hover p {
    color: #ffffff;
}

.single-service-inside h4 {
    padding-top: 36px;
    padding-bottom: 22px;
    font-weight: 700;
    color: #000000;
    font-size: 22px;
}

.single-service-inside p {
    font-weight: 500;
    color: #181a1d;
    font-size: 16px;
}


/* -------------------------------- 

Close Services style

-------------------------------- */


/* -------------------------------- 

Start Contact style

-------------------------------- */

.contactus {
    width: 100%;
    background-color: #ffffff;
    padding-top: 70px;
    position: relative;
    overflow: hidden;
}

.contact-title {
    width: 100%;
    text-align: center;
    padding-bottom: 90px;
}

.contactus .row .col-md-12 .row {
    /* padding-left: 15px; */
}

.map-main {
    /* top: 0;
    left: -200%; */
    width: 100%;
    height: 100%;
}

#map {
    height: 100%;
    width: 100%;
}

.contactus .col-md-6 {
    padding: 0;
    position: relative;
}

.contact-form-inside {
    position: relative;
    z-index: 999;
    padding: 44px 58px;
    /* padding-right: 0; */
}

.contact-form-inside:after {
    content: '';
    width: 300%;
    height: 100%;
    position: absolute;
    right: -200%;
    top: 0;
    z-index: -9;
    background-image: url(../img/contact-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}

.contact-form-inside:before {
    content: '';
    width: 300%;
    height: 100%;
    position: absolute;
    right: -200%;
    top: 0;
    background-color: #181a1d;
    z-index: -1;
    opacity: 0.6;
}

.contact-form-inside h4 {
    color: #ffffff;
    padding-bottom: 26px;
    font-weight: 600;
    font-size: 24px;
}

.contact-form-inside input,
.contact-form-inside textarea {
    width: 100%;
    background: none;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #9b9b9b;
    padding: 15px;
    outline: 0;
    resize: none;
    margin-bottom: 34px;
}

.contact-form-inside input.btn {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    text-transform: uppercase;
    padding: 20px 50px;
    font-weight: 700;
    font-size: 16px;
    background-color: #008aff;
    border-radius: 0;
    z-index: 9;
    border: 1px solid #008aff;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    width: auto;
}

.contact-form-inside .single-contact {
    padding-top: 30px;
    width: 100%;
}

.contact-form-inside .single-contact p {
    color: #ffffff;
    padding-top: 15px;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.7em;
}

.contact-form-inside .single-contact p a {
    color: #ffffff;
}


/* -------------------------------- 

Close Contact style

-------------------------------- */


/* -------------------------------- 

Start Newsletter style

-------------------------------- */

.newsletter-form {
    width: 100%;
    background-color: #26282a;
    padding: 110px 0;
}

.newsletter-inside {
    width: 100%;
    text-align: center;
}

.newsletter-inside h2 {
    color: #ffffff;
    line-height: 1.2em;
    padding-bottom: 14px;
    font-weight: 600;
    font-size: 30px;
}

.newsletter-inside p {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 30px;
}

.newsletter-inside .news-form {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.newsletter-inside .news-form input {
    width: 100%;
    background-color: #ffffff;
    padding: 20px;
    border: 0;
    outline: 0;
    font-size: 14px;
    color: #8e8e8e;
}

.newsletter-inside .news-form .btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 19px 22px;
    background-color: #008aff;
    font-weight: 700;
    border-radius: 0;
}


/* -------------------------------- 

Close Newsletter style

-------------------------------- */


/* -------------------------------- 

Start Footer style

-------------------------------- */

.footers {
    width: 100%;
    padding: 18px 0;
    text-align: center;
    background-color: #050c18;
}

.footers p {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
}


/* -------------------------------- 

Close Footer style

-------------------------------- */


/* -------------------------------- 

Start Responsive style

-------------------------------- */

@media only screen and (max-width: 767px) {
    .contactus .row .col-md-12 .row {
        padding-left: 0;
    }
    .navbar.navbar-expand-lg .nav-item a:hover {
        color: inherit;
    }
    .navbar-brand {
        width: 75%;
    }
    #jho-name-long {
        display: none;
    }
    #jho-name-short {
        display: block;
    }
    .navbar .nav-link {
        padding: 0;
    }
    .navbar .nav-item a {
        text-align: center;
        padding: 10px 0;
    }
    .navbar-nav {
        margin-top: 20px;
    }
    .banner-op {
        height: 100%;
        padding-top: 228px;
        padding-bottom: 100px;
    }
    .banner_text h1 {
        font-size: 26px;
        margin-bottom: 2em;
    }
    .banner_text h5 {
        font-size: 20px;
    }
    .banner_text p {
        font-size: 14px;
    }
    .banner_text .btn {
        font-size: 14px;
    }
    .navbar.navbar-expand-lg {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .active_sc {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
    }
    .feature-title {
        padding-bottom: 40px;
    }
    .title h6 {
        font-size: 14px;
    }
    .title h3 {
        font-size: 32px;
    }
    .testimonial-slide .single-slide h4 {
        font-size: 18px;
    }
    .feature-title .btn,
    .about-us-title .btn {
        font-size: 16px;
    }
    .about-left-image::after {
        width: 100%;
        left: -40px;
    }
    .single-service-inside h4 {
        font-size: 18px;
    }
    .single-service-inside {
        text-align: center;
    }
    .single-contact {
        text-align: center;
    }
    .single-contact p {
        font-size: 1.2em;
    }
    .single-service-inside p,
    .our-team .team-inside .team-name p,
    .price_inside .price-body ul li {
        font-size: 14px;
    }
    .our-team .team-inside .team-name h4 {
        font-size: 20px;
    }
    .single_fact h2,
    .price-header h2 {
        font-size: 32px;
    }
    .single_fact p {
        font-size: 20px;
    }
    .price-header h3 {
        font-size: 20px;
    }
    .price_inside .price-body .btn {
        font-size: 14px;
    }
    .testimonial-slide .single-slide h6 {
        font-size: 14px;
    }
    .blog_inside .card h4 {
        font-size: 18px;
    }
    .blog_inside .card-body .btn,
    .contact-form-inside input.btn {
        font-size: 14px;
    }
    .contact-form-inside h4 {
        font-size: 20px;
    }
    .newsletter-inside h2 {
        font-size: 24px;
    }
    .fun_fact {
        padding-top: 70px;
    }
    .single_fact {
        padding-top: 40px;
    }
    .our-portfolio .button-group,
    #tabsJustified {
        text-align: left;
        padding-top: 25px;
    }
    #tabsJustified .nav-link {
        padding-left: 0;
    }
    #tabsJustifiedContent {
        padding-top: 50px;
    }
    .price_inside {
        margin-top: 40px;
    }
    .blog-title {
        padding-bottom: 50px;
    }
    .blog_inside {
        padding-top: 40px;
    }
    .our-portfolio .button-group button {
        padding-left: 0;
    }
    .our-team .team-inside img {
        width: 100%;
    }
    .map-main {
        position: relative;
        left: 0;
        width: 100%;
        height: 450px;
    }
    #map {
        height: 300px;
    }
    .contact-form-inside::before {
        width: 100%;
        right: 0;
    }
    .contact-form-inside::after {
        width: 100%;
        left: 0;
    }
    .contact-form-inside {
        padding-left: 20px;
        padding-right: 20px;
    }
    .contact-form-inside .single-contact {
        padding-left: 20px;
    }
    .about-left-image img {
        width: 100%;
    }
    .wow {
        animation-name: none !important;
        visibility: visible !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 992px) {
    .navbar.navbar-expand-lg .nav-item a:hover {
        color: inherit;
    }
    #jho-name-long {
        display: none;
    }
    #jho-name-short {
        display: block;
    }
    .navbar .nav-link {
        padding: 0;
    }
    .navbar .nav-item a {
        text-align: center;
        padding: 10px 0;
    }
    .navbar-nav {
        margin-top: 20px;
    }
    .banner_text h1 {
        font-size: 46px;
    }
    .banner_text h5 {
        font-size: 20px;
    }
    .banner_text p {
        font-size: 14px;
    }
    .navbar.navbar-expand-lg {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .active_sc {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
    }
    .title h6 {
        font-size: 14px;
    }
    .title h3 {
        font-size: 32px;
    }
    .testimonial-slide .single-slide h4 {
        font-size: 18px;
    }
    .feature-title .btn,
    .about-us-title .btn {
        font-size: 16px;
    }
    .about-left-image::after {
        width: 100%;
        left: -40px;
    }
    .single-service-inside {
        text-align: center;
    }
    .single-service-inside h4 {
        font-size: 18px;
    }
    .single-service-inside p,
    .our-team .team-inside .team-name p,
    .price_inside .price-body ul li {
        font-size: 14px;
    }
    .our-team .team-inside .team-name h4 {
        font-size: 20px;
    }
    .single_fact h2,
    .price-header h2 {
        font-size: 32px;
    }
    .single_fact p {
        font-size: 20px;
    }
    .price-header h3 {
        font-size: 20px;
    }
    .price_inside .price-body .btn {
        font-size: 14px;
    }
    .testimonial-slide .single-slide h6 {
        font-size: 14px;
    }
    .blog_inside .card h4 {
        font-size: 18px;
    }
    .blog_inside .card-body .btn,
    .contact-form-inside input.btn {
        font-size: 14px;
    }
    .contact-form-inside h4 {
        font-size: 20px;
    }
    .newsletter-inside h2 {
        font-size: 24px;
    }
}


/* -------------------------------- 

Close Responsive style

-------------------------------- */


/* -------------------------------- 

Start Mover home style

-------------------------------- */

.navbar.navbar-mover .nav-item a.active {
    background-color: #E4AA4F;
}

.hero-header.hero-mover .banner-op {
    background-image: url(../img/foto-jh.jpg?99);
}

.hero-mover .banner_text .btn {
    background: none;
    border-color: #ffffff;
}

.hero-mover .banner_text .btn:hover {
    color: #E4AA4F;
}

.title.title-mover h6 {
    color: #E4AA4F;
}

.about-sec.about-mover {
    background-color: #f9f9f9;
}

.about-mover .about-us-title .btn {
    background-color: #E4AA4F;
    border-color: #E4AA4F;
}

.about-mover .about-us-title .btn:hover {
    color: #E4AA4F;
}

.services-mover .single-service-inside:hover {
    background-color: #E4AA4F;
}

.services-mover .single-service-inside:hover .day-number {
    color: white;
}

.services.services-mover {
    padding-bottom: 50px;
}

.fun_fact.fun_fact-mover {
    background-image: url(../img/mover/fun-bg.jpg);
}

.fun_fact.fun_fact-mover:after {
    background-color: #d78535;
    opacity: 0.9;
}

.our-team.team-mover .team-inside .team-name {
    background-color: #E4AA4F;
}

.pricing.pricing-mover .nav-tabs .nav-item.show .nav-link,
.pricing.pricing-mover .nav-tabs .nav-link.active {
    color: #E4AA4F;
}

.pricing-mover .price_inside:hover .price-body .btn {
    border-color: #E4AA4F;
}

.pricing-mover .price_inside.active .price-body .btn {
    border-color: #E4AA4F;
}

.pricing-mover .price_inside .price-body .btn::after {
    background-color: #E4AA4F;
}

.testimonial-slide.testimonial-mover .owl-carousel button.owl-dot {
    background-color: #E4AA4F;
}

.testimonial-slide.testimonial-mover .owl-carousel button.owl-dot.active {
    background-color: #d78535;
}

.blogs-mover .blog_inside:hover .card-body h4 {
    color: #E4AA4F;
}

.blogs-mover .blog_inside:hover .btn {
    border-color: #E4AA4F;
}

.blogs-mover .blog_inside .card-body .btn:after,
.contactus.contactus-mover .contact-form-inside input.btn {
    background-color: #E4AA4F;
    border: 0;
}

.contactus-mover .contact-form-inside::after {
    background-image: url(../img/mover/contact-bg.jpg);
}

.newsletter-mover .newsletter-inside .news-form .btn {
    background-color: #E4AA4F;
}


/* -------------------------------- 

Close Mover home style

-------------------------------- */


/* -------------------------------- 

Close 404 page style

-------------------------------- */


/* -------------------------------- 

Close Blog page page style

-------------------------------- */

#rev_slider_346_1_forcefullwidth .tparrows.tp-leftarrow:before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
}

#rev_slider_346_1_forcefullwidth .tparrows {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
    color: #fff;
    text-align: center;
}

#rev_slider_346_1_forcefullwidth .tparrows.tp-rightarrow::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}