/*@import url('https://fonts.googleapis.com/css?family=Muli:400,700|Open+Sans:300,400,700,800');*/
/*region Generics*/
body {
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #373737;
    overflow-x: hidden;
    line-height: 25px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    padding-top: 70px;
}

body .body-wrapper {
    padding: 20px 0 0 0;
}

.form-group .help-block {
    color: red;
    font-weight: 700;
}

/*.mlr-auto {*/
/*    margin-left: auto !important;*/
/*    margin-right: auto !important;*/
/*}*/

.p-03em {
    padding: 0.3em !important;
}

.word-break-break-all {
    word-break: break-all;
}


h1,
h2,
h3,
h4 {
    font-family: 'Muli', sans-serif;
    font-weight: 400;
}

p {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

a {

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

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

a:focus {
    outline: none;
    text-decoration: none;
}

.section-title + .row {
    padding: 40px 0 90px;
}

.btn {
    overflow: hidden;
}

.section {
    padding: 80px 0;
}

.input-group .form-control {
    border-radius: 30px 0 0 30px;
}

.form-group .form-control {
    background-color: #ffffff;
    padding-right: 30px;
    color: #666;
    position: relative;
    box-shadow: none;
}

.form-control:disabled, .form-control[readonly] {
    background: #d6d6d6;
    color:#5C5C5C;
    cursor: not-allowed;
}

.label {
    font-weight: normal;
    margin: 0 2px;
}

i {
    transition: all 0.3s ease-in-out;
}

i:hover {
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}

.section-title {
    text-align: center;
    font-size: 38px;
    line-height: 40px;
    color: #000;
    font-family: 'Muli', sans-serif;
    padding: 10px 0;
}

.section-subcontent {
    text-align: center;
    padding-bottom: 30px;
}

.small-title {
    font-size: 22px;
    position: relative;
    text-align: left;
}

/* Shortcode Buttons */

.btn > .fa + span,
.btn > .fas + span,
.btn > .fab + span {
    padding-left: 5px;
}


/*endregion*/

/*region back-to-top*/
.back-to-top {
    display: none;
    position: fixed;
    bottom: 48px;
    right: 15px;
    z-index: 3;
}

.back-to-top i {
    display: block;
    font-size: 18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 0;
    text-align: center;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

/*endregion*/

/*region Caroussel */
.carousel-area {
    overflow: hidden;
    background: #2c3e50;
}

.carousel-area .carousel-inner .carousel-item {
    opacity: 0.3;
    width: 100%;
    overflow: hidden;
    transition-property: opacity;
    transition-duration: 1s;
}

.carousel-area .carousel-inner .active {
    opacity: 1;
}

.carousel-area .carousel-inner .active.left,
.carousel-area .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-area .carousel-inner .next.left,
.carousel-area .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-area .carousel-control {
    z-index: 2;
}

.carousel-area .carousel-item {
    background-size: cover;
}


.carousel-area .carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.carousel-area .carousel-item .carousel-caption {
    /*top: 20%;*/
    /*right: 10%;*/
    /*left: 10%;*/
    text-shadow: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    position: relative;
    padding: 40px 15% 20px 15%;
    z-index: 3;

}

.carousel-area .carousel-item:before {
    z-index: 2;
}

.carousel-area .carousel-item .carousel-caption h2 {
    font-family: 'Muli', sans-serif;
    font-size: 60px;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}

.carousel-area .carousel-item .carousel-caption h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: 100;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

.carousel-area .carousel-item .carousel-caption .btn {
    margin: 30px 15px;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
}

.carousel-area .active {
    opacity: 1;
}

.carousel-area .active.left,
.carousel-area .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-area .carousel-control {
    z-index: 10;
    width: 35px;
    height: 55px;
    top: 50%;
    padding: 10px 5px;
    box-shadow: none;
    background: url(../img/skin.png);
    margin-top: -35px;
    text-shadow: none;
}

.carousel-area .carousel-control-prev-icon {
    left: 5%;
}

.carousel-area .carousel-control-next-icon {
    right: 5%;
    background-position: -150px 0 !important;
}

.carousel-area .carousel-indicators {
    bottom: 5px;
}

.carousel-area .carousel-indicators li {
    border-radius: 0;
    width: 32px;
    height: 5px;
    margin: 0 5px;
    background: rgba(253, 254, 255, 0.80);
    cursor: pointer;
    border: none;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.carousel-area .carousel-indicators li:hover,
.carousel-area .carousel-indicators li.active {
    opacity: 1;

}

.carousel-area:hover .carousel-control {
    display: block;
}

/*endregion*/

/*region Navbar*/
.navbar {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar li {
    color: #666;
}

.navbar-brand {
    max-width: 180px;
    /*    height: auto;*/
}


.navbar-brand img {
    width: 100%;
}

.navbar-nav .dropdown > a:focus + .dropdown-menu,
.navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
}

.navbar-nav .dropdown-menu.show {
    display: none;
}

.navbar-nav .dropdown-menu {
    -webkit-animation: fadeInUpMenu 0.4s;
    -moz-animation: fadeInUpMenu 0.4s;
    -o-animation: fadeInUpMenu 0.4s;
    animation: fadeInUpMenu 0.4s;
}

@-webkit-keyframes fadeInUpMenu {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInUpMenu {
    0% {
        opacity: 0;
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInUpMenu {
    -webkit-animation-name: fadeInUpMenu;
    animation-name: fadeInUpMenu;
}


.nav-inline .nav-item + .nav-item {
    margin-left: 0;

}

#main-menu ul > li > a {
    background: transparent !important;
    color: #333;
    position: relative;
    padding: 28px 20px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
}

#main-menu ul > .dropdown:hover > ul.dropdown-menu {
    display: block;
    -webkit-animation: MenuFadeIn 400ms;
    animation: MenuFadeIn 400ms;
    transition: all 0.3s ease-in-out 0s;
}

#main-menu ul .dropdown .dropdown-menu {
    padding: 0;
    border-radius: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    width: 220px;
    width: auto;
    border: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

#main-menu ul .dropdown .dropdown-menu a {
    font-size: 13px;
    color: #666;
    display: block;
    height: auto;
    padding: 12px 20px 13px;
    line-height: 16px;
    font-weight: 400;
    border-top: 1px solid #e2e6e7;
    transition: all 0.3s ease-in-out 0s;
}

#main-menu ul .dropdown .dropdown-menu a:hover,
#main-menu .dropdown .dropdown-menu a .active {
    background: transparent;

    transition: all 0.3s ease-in-out 0s;

}

#main-menu ul .dropdown .dropdown-menu > li > a:focus {
    background: transparent;
}

#main-menu ul .dropdown .dropdown-menu > li.active > a {
    background: transparent;
}

#main-menu ul .dropdown .open > a {
    background: transparent;
}

#main-menu ul .dropdown .open > a:hover,
#main-menu .dropdown .open > a:focus,
#main-menu .dropdown .open > a.active {
    background: transparent;
}

#main-menu ul .dropdown .sub-menu {
    top: -2px;
    left: 100% !important;
    padding: 0;
    border: none;
    -webkit-animation: MenuFadeIn 0.4s;
    -moz-animation: MenuFadeIn 0.4s;
    -o-animation: MenuFadeIn 0.4s;
    animation: MenuFadeIn 0.4s;
}

@-webkit-keyframes MenuFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes MenuFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#main-menu ul .dropdown-toggle::after {
    display: none;
}

.active.slicknav_collapsed,
.slicknav_parent.slicknav_open {
    background: #eee;
}

.wpb-mobile-menu {
    display: none;
}

ul li > ul {
    padding: 0;
    border-radius: 0;
    left: 0;
    right: 0;
    border: 0 solid transparent;
    border-top-width: 4px;
}

ul li > ul > li > a {
    color: #666;
    padding: 10px 0 10px 15px;
    margin: 5px 0;
}

ul li > ul > li > a:hover,
ul li > ul > li > a .active {
    background: #ecf0f1;
}

ul li > ul > li.active > a {
    background: #ecf0f1;
}


.active.slicknav_collapsed,
.slicknav_parent.slicknav_open {
    background: #eee;
}

.wpb-mobile-menu {
    display: none;
}

.wpb-mobile-menu ul li > ul {
    padding: 0;
    border-radius: 0;
    left: 0;
    right: 0;
    border: 0 solid transparent;
    border-top-width: 4px;
}

.wpb-mobile-menu ul li > ul > li > a {
    color: #666;
    padding: 10px 0 10px 15px;
}

.wpb-mobile-menu ul li > ul > li > a:hover,
.wpb-mobile-menu ul li > ul > li > a .active {
    background: #ecf0f1;
}

.wpb-mobile-menu ul li > ul > li.active > a {
    background: #ecf0f1;
}

.slicknav_menu {
    display: none;
}

@media screen and (max-width: 767px) {
    .navbar-brand {
        position: absolute;
        top: 6px;
        height: 55px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-brand img {
        max-height: 55px;
        width: auto;
    }

    /* #menu is the original menu */
    #wpb-mobile-menu {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }
}

/* SlickMenu responsive */
@media screen and (max-width: 768px) {
    .navbar-toggler {
        display: none;
    }
}

/*endregion*/

/*region Service */
/* ==========================================================================
   Service Section Start
   ========================================================================== */
.service-item {
    text-align: center;
}

.service-item .icon-wrapper {
    font-size: 40px;
    margin-bottom: 30px;
}

.service-item .icon-wrapper i {
    display: block;
    margin: 0 auto;

}

.service-item h2 {
    font-size: 22px;
    margin-bottom: 15px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.service-item p {
    font-size: 13px;
}

/* Pulse Shrink */
@-webkit-keyframes pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.pulse-shrink {
    display: inline-block;
}

.service-item:hover .pulse-shrink {
    -webkit-animation-name: pulse-shrink;
    animation-name: pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

/*endregion*/

/*region Footer*/
footer {
    background: #282828;
    color: #FFF;
    position: relative;
}

footer .small-title {
    margin-bottom: 30px;
    color: #fff;
}

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

footer ul li {
    line-height: 25px;
}

footer ul li a {
    /*color: #999;*/
    color: #FFF;
}

footer ul li a:hover {
    color: #e0e0e0;
    text-decoration: underline !important;
}

footer #copyright {
    background: #1D1D1D;
}

footer #copyright .copyright-text,
footer #copyright .nav-inline {
    margin-top: 15px;
}

footer #copyright .copyright-text {
    color: #FFF;
}

.social-footer a .fa {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin: 4px;
    width: 35px;
}

.social-footer a span {
    font-size: 0;
}

i.icon-round {

    border-radius: 100%;
    color: #fff;
    font-size: 50px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 13px;
    margin-right: 13px;
    text-align: center;
    vertical-align: middle;
    width: 100px;
}

i.icon-sm {
    font-size: 27px !important;
    height: 50px !important;
    line-height: 50px !important;
    margin: 7px !important;
    width: 50px !important;
}

/* Single portfolio */

/* Footer copyright on right menu */
#copyright ul li.nav-item {
    padding-right: 10px;
}

.nav-link {
    padding: 0;
}

/*endregion*/

/*region Shortcode Tabs Page Styles*/
ul.nav-tabs li {
    float: left;
    margin-top: 0;
}

ul.nav-tabs li a {
    border: medium none !important;
    color: #a0a0a0;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 10px;
    padding: 10px 15px;
    text-transform: uppercase;
}

/*endregion*/

/*region Pricing */
.pricing-table2 {
    padding: 15px 30px;
}

.single-pricing-2 {
    border: 1px solid #dedede;
}

.single-pricing-2 .plan-name {
    color: #959595;
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    padding: 20px 0;
}

.single-pricing-2 .plan-name small {
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
}

.single-pricing-2 .plan-price {
    background: #f2f2f2 none repeat scroll 0 0;
    font-size: 48px;
    margin-bottom: 30px;
    padding: 30px 0;
    text-align: center;
}

.single-pricing-2 .plan-price .currency {
    font-size: 50%;
    font-weight: 700;
    left: -0.01em;
    top: -0.9em;
}

.single-pricing-2 .plan-price sub {
    font-size: 18px;
    font-weight: 700;
}

.single-pricing-2 ul {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 0;
    padding: 0;
}

.single-pricing-2 ul li {
    border-top: 1px dashed #dedede;
    font-weight: 500;
    padding: 12px 29px;
    text-align: center;
}

.single-pricing-2 ul li:first-child {
    border-top: 0;
}

.pricing2-button {
    padding: 20px 0;
    text-align: center;
}

/*endregion*/

.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    background-color: #eee;

}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #main-menu ul > li > a {
        font-size: 13px;
        font-weight: 400;
        padding: 28px 20px;
    }

    #main-menu ul .dropdown .dropdown-menu a {
        border-top: 1px solid #e2e6e7;
        color: #666;
        display: block;
        font-size: 12px;
        font-weight: 400;
        height: auto;
        line-height: 16px;
        padding: 9px 19px 7px;
        transition: all 0.3s ease-in-out 0s;
    }

    .carousel-area .carousel-item .carousel-caption h2 {
        font-size: 50px;
    }

    .carousel-area .carousel-item .carousel-caption h3 {
        font-size: 20px;
    }

    .carousel-area img {
        height: 100%;
    }

    .service-item h2 {
        font-size: 15px !important;
    }

    .section-title {
        font-size: 24px !important;
    }

    .footer-widget p {
        font-size: 12px;
    }

    .social-footer a .fa {
        height: 25px;
        line-height: 25px;
        width: 25px;
    }

    #copyright p, #copyright a {
        font-size: 10px !important;
    }

    .single-pricing-2 .btn {
        padding: 10px 15px;
        font-size: 10px;
    }

    .single-pricing-2 .plan-price {
        font-size: 35px;
    }

    .single-pricing-2 ul li {
        font-size: 12px;
    }

    ul.nav-tabs li a {
        font-size: 11px;
    }

    .btn-lg {
        padding: 12px 20px;
    }

    .btn-md {
        padding: 12px 14px;
    }

    .single-pricing-2 .plan-name {
        font-size: 18px;
    }

}

@media (max-width: 767px) {
    .nav-inline .nav-item + .nav-item {
        margin-left: 0;
        float: none;
    }

    #main-menu ul .dropdown .dropdown-menu {
        display: block;
        position: relative;
        width: 100%;
    }

    #main-menu {
        clear: both;
        width: 100%;
    }

    #main-menu ul > li > a {
        font-size: 12px !important;
        padding: 18px 20px;
    }

    .footer-widget {
        margin-bottom: 40px;
    }

    .carousel-item > img {
        height: 100% !important;
    }

    .carousel-area .carousel-item .carousel-caption h2 {
        font-size: 20px;
        font-weight: 600;
    }

    .carousel-area .carousel-item .carousel-caption h3 {
        font-size: 16px;
    }

    .btn-lg {
        font-size: 10px;
        padding: 10px 16px;
        text-transform: uppercase;
    }

    .section-title {
        font-size: 18px;
    }

    .section-subcontent {
        font-size: 12px;
        line-height: 17px;
    }

    .section {
        padding: 10px 20px;
    }

}

/* Tablets */
@media (min-width: 768px) and (max-width: 991px) {
    .carousel-area .carousel-item {
        height: 300px;
    }

    .carousel-item > img {
        width: 100%;
    }

    .carousel-area .carousel-item .carousel-caption h2 {
        font-size: 28px;
    }

    .carousel-area .carousel-item .carousel-caption h3 {
        font-size: 16px;
    }

    .carousel-area .carousel-item .carousel-caption .btn {
        font-size: 12px;
        margin: 10px auto auto;
        padding: 10px 15px;
    }

    .carousel-area .carousel-item .carousel-caption {
        top: 25%;
    }

    .carousel-area .carousel-indicators {
        bottom: 25px;
    }
}

*.alert-warning {
    color: #775123;
    background-color: #f9c483;
    border-color: #ffe5c6;
}

.ww-breakword {
    word-wrap: break-word;
}

.wb-break-all {
    word-break: break-word;
}

.fs-07-em {
    font-size: 0.7em;
    line-height: 1;
}

.fs-08-em {
    font-size: 0.8em;
    line-height: 1.2em;
}

.fs-09-em {
    font-size: 0.9em;
    line-height: 1.2em;
}

.fs-1dot4-em {
    font-size: 1.4em;
}

.pt-015-em {
    padding-top: 0.15em;
}

.ptb-015-em {
    padding-top: 0.15em;
    padding-bottom: 0.15em;
}

.pb-045-em {
    padding-bottom: 0.45em;
}

.mr--1 {
    margin-right: -1px;
}

.rounded-top-left {
    border-top-left-radius: .25rem !important;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.us-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cursor-help {
    cursor: help;
}

.cursor-default {
    cursor: default;
}

.m-1-px {
    margin: 1px;
}

.mw-70pc {
    max-width: 70%;
}

body.modal-open {
    padding-right: 0 !important;
}

.va-baseline {
    vertical-align: baseline;
}

.body-wrapper > section {
    padding-bottom: 20px;
}

.dropdown-item.btn {
    border-radius: 0;
}

.ws-normal {
    white-space: normal;
}

.ws-nowrap {
    white-space: nowrap;
}

*:hover > .d-none-when-parent-hovered {
    display: none !important;
}

*:hover > .d-inline-block-when-parent-hovered {
    display: inline-block !important;
}

.cursor-pointer {
    cursor: pointer;
}
.cursor-text {
    cursor: text;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}

.slicknav_nav {
    overflow-y: auto !important;
}

/* hr fake with legend */
div.hr {
    position: relative;
    text-align: center;
}

div.hr:before {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -1px;
    z-index: 1;
}

div.hr > .legend {
    position: relative;
    background-color: inherit;
    display: inline-block;
    z-index: 2;
    padding: 0 0.5em;
    line-height: 1;
}

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

.fa-fh {
    height: 1.25em;
    line-height: 1.25em;
}

#modal-bs-question + .modal-backdrop, .modal-bs-question + .modal-backdrop {
    z-index: 1200 !important;
}

#modal-bs-question,
.modal-bs-question {
    z-index: 1201 !important;
    transform: translateX(0);
}

.tooltip {
    z-index: 1300;
}

/*#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot span#tarteaucitronDotGreen,*/
/*#tarteaucitronAlertBig button#tarteaucitronPersonalize {*/
/*background:#005f83;*/
/*}*/

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
    opacity: 0.3;
}



/** Version number in footer */
#hidden-version {
    position: absolute;
    left: 6px;
    bottom: 0;
    font-size: 0.7em;
    opacity: 0;
    cursor: default;
}

#hidden-version:hover {
    opacity: 0.5;
}