/* Add here all your CSS customizations */
.porto-history {
    margin: 25px 0;
    padding: 0;
    clear: both;
}
.porto-history .thumb {
    text-align: center;
}
.porto-history .thumb img {
    border-radius: 150px;
    margin: 7px 8px;
    width: 145px;
    height: 145px;
}
.porto-history .featured-box,
.porto-history .box-content {
    border-radius: 0;
}
.porto-history .featured-box {
    text-align: left;
    margin-bottom: 50px;
    min-height: 115px;
}
.porto-history .box-content {
    padding: 25px 10px 5px 10px;
    font-family: "Open Sans", Arial, sans-serif;
}
.porto-history p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
}
.porto-history .featured-box h4 {
    padding: 0;
}
/*ADD STYLIG RELATED TO BUTTON*/
html .btn-with-arrow.btn-light span,
html .btn-with-arrow.btn-light i {
    background-color: #fff;
    box-shadow: 2px 3px 18px -3px #fff;
}
html .btn-with-arrow.btn-light.btn-outline:hover span,
html .btn-with-arrow.btn-light.btn-outline:hover i {
    background-color: #ffffff !important;
    box-shadow: none;
}
.btn-with-arrow span,
.btn-with-arrow i {
    background-color: #ccc;
    display: inline-block;
    height: 25px;
    line-height: 24px;
    width: 24px;
    border-radius: 50%;
    margin-left: 10px;
    transition: all 0.1s linear;
}
.btn-with-arrow:hover span,
.btn-with-arrow:hover i {
    transform: translateX(5px);
}
/* Space */
.frame-space-before-extra-small { margin-top: 0.5em; }
.frame-space-before-small { margin-top: 1em; }
.frame-space-before-medium { margin-top: 2em; }
.frame-space-before-large { margin-top: 3em; }
.frame-space-before-extra-large { margin-top: 4em; }
.frame-space-after-extra-small { margin-bottom: 0.5em; }
.frame-space-after-small { margin-bottom: 1em; }
.frame-space-after-medium { margin-bottom: 2em; }
.frame-space-after-large { margin-bottom: 3em; }
.frame-space-after-extra-large { margin-bottom: 4em; }
/***** END *****/

.big {
    font-size: 18px;
    line-height: normal;
}
.tx-ns-revolution-slider .rev_slider .tp-mask-wrap .tp-caption {
    text-shadow: none;
    font-weight: 700;
    line-height: normal !important;
}
/*.tp-revslider-slidesli:after {
    content: '';
    background: rgb(33, 37, 42, 0.40);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}*/
.tx-ns-revolution-slider .tp-parallax-wrap .tp-caption a {
    color: #fff;
}
b, strong {
    font-weight: bold;
}
.owl-carousel{
    margin-bottom: 0;
}

.owl-carousel .owl-nav button.owl-prev:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 8px;
    font-size: 0.5rem;
    content: "\f053";
    position: relative;
    left: -1px;
    top: -1px;
}

.owl-carousel .owl-nav button.owl-next:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 8px;
    font-size: 0.5rem;
    content: "\f054";
    position: relative;
    left: 1px;
    top: -1px;
}

@media (min-width: 576px) {
    .featured-boxes-full.no-space {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 768px) {
    .porto-history .thumb {
        background: transparent url("../img/history-thumb.png") no-repeat 0 0;
        float: left;
        width: 227px;
        height: 160px;
        margin: 0 0 30px;
        padding: 0;
        text-align: left;
    }
    .porto-history .featured-box {
        margin-left: 225px;
    }
    .porto-history .box-content {
        padding: 30px 20px 10px 20px;
    }
     input#newsletter-9467-email-2 {
        border-bottom-left-radius: 22px;
        border-top-left-radius: 25px;
        margin-left: -162px;
        margin-right: -14px;
        margin-bottom: 47px;
    }
}

.toggle > label:before,
.toggle > .toggle-title:before {
    top: 19px;
    transform: rotate(135deg);
}
.toggle.active > label:before,
.toggle.active > .toggle-title:before {
    top: 23px;
    transform: rotate(-45deg);
}

.social-icons:not(.social-icons-clean):not(.social-icons-dark):not(.social-icons-dark-2) li:hover.social-icons-facebook a {
    background: #3b5a9a;
}
.social-icons:not(.social-icons-clean):not(.social-icons-dark):not(.social-icons-dark-2) li:hover.social-icons-twitter a {
    background: #1aa9e1;
}
.social-icons:not(.social-icons-clean):not(.social-icons-dark):not(.social-icons-dark-2) li:hover.social-icons-linkedin a {
    background: #0073b2;
}

.main .tx-ns-revolution-slider .tp-parallax-wrap .tp-caption a {
    font-family: "Open Sans",Arial,sans-serif;
}

/* .main .tp-revslider-slidesli:after {
    display: none;
} */

/* code for style switcher */
.style-switcher {
    background: #fff;
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
    width: 308px;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 9999;
    border-radius: 0;
    left: -308px;
    transition: left 0.2s;
    font-family: "Poppins", sans-serif !important;
}
.style-switcher h1,
.style-switcher h2,
.style-switcher h3,
.style-switcher h4,
.style-switcher h5,
.style-switcher h6 {
    font-family: "Poppins", sans-serif !important;
}
.style-switcher.active {
    left: 0;
}
.style-switcher .style-switcher-wrap {
    height: 100%;
    margin: 0;
    overflow-y: auto;
    position: relative;
}
.style-switcher-site h3 {
    color:#0088CC;
    font-size: 20px;
    border-bottom: 1px solid #dbe3e6;
    line-height: 36px;
    padding: 24px 30px 12px;
    margin-bottom: 0;
    font-weight: 700;
}
.style-switcher-site h3 i {
    margin-right: 12px;
}
.style-switcher-wrap .form-inner {
    padding: 16px 30px 10px;
}
.style-switcher .category {
    margin-bottom: 37px;
}
.style-switcher .category:last-child {
    margin-bottom: 15px;
}
.style-switcher .category a {
    color:#0088CC;
}
.style-switcher .category-headline {
    position: relative;
    margin-bottom: 14px;
}
.style-switcher .category-headline h4 {
    background-color: #fff;
    color: #212529;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
}
.style-switcher .category-headline:after {
    content: "";
    background-color: #dbe3e6;
    height: 1px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 15px;
    z-index: -1;
}
.style-switcher .style-switcher-open {
    background-color: #fff;
    box-shadow: 2px 0px 7px 4px rgba(0, 0, 0, 0.1);
    display: block;
    position: absolute;
    right: -40px;
    top: 136px;
    width: 40px;
    height: 44px;
    font-size: 22px;
    line-height: 45px;
    color: #212529;
    text-align: center;
    text-decoration: none;
}
.style-switcher .style-switcher-open:hover {
    color: inherit;
    box-shadow: 2px 0px 7px 4px rgba(0, 0, 0, 0.15);
}
.style-switcher h5 {
    color: #212529;
    margin: 0 0 7px;
    padding: 0;
    line-height: 21px;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
}
.style-switcher .form-control {
    background-color: #fff !important;
    border: 1px solid #dbe3e6 !important;
}
.style-switcher .colorpicker-element {
    margin: 0 0 21px;
}
.style-switcher .colorpicker-element input {
    padding: 5px 10px;
    height: 41px;
    border-radius: 0;
}
.style-switcher .colorpicker-element .input-group-append .input-group-text {
    padding: 6px 8px;
    border-radius: 0;
}
.style-switcher .colorpicker-element .input-group-append input {
    padding: 0;
    height: 27px;
    width: 27px;
    border: 0 !important;
    background-color: transparent !important;
}
.colorpicker.colorpicker-visible {
    z-index: 9999999999;
}
.style-switcher ul.options {
    list-style: none;
    margin: -3px 0 10px 0;
    padding: 0;
    overflow: hidden;
}
.style-switcher ul.options li {
    float: left;
    margin: 2px;
}
.style-switcher ul.options li a {
    display: block;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.style-switcher ul.options li a.pattern {
    background-repeat: repeat;
    background-position: 0 0;
    background-color: transparent;
}
.style-switcher .color-picker {
    display: none;
    margin-bottom: 15px;
}
.style-switcher .options-links a {
    background-color: #212529;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 8px;
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 0;
}
.style-switcher .options-links a:last-child {
    margin-right: 0;
}
.style-switcher .options-links a:hover,
.style-switcher .options-links a.active {
    background:#0088CC;
    color: #fff;
}
.style-switcher .style-switcher-buttons {
    border-top: 1px solid #dbe3e6;
    padding: 8px 30px 15px;
}
.style-switcher .style-switcher-buttons a {
    padding: 8px;
    font-size: 13px;
    display: inline-block;
}
.style-switcher .style-switcher-buttons .reset {
    width: 74px;
}
.style-switcher .style-switcher-tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: calc(100% + 20px);
    width: 200px;
    background: #282d31;
    text-align: left;
    padding: 1.4rem;
    border-radius: 4px;
    box-shadow: 0 0 30px -6px rgba(0, 0, 0, 0.2);
    transform: translate3d(-20px, -50%, 0);
    transition: ease opacity 0.3s, ease transform 0.3s;
}
.style-switcher .style-switcher-tooltip:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #282d31;
    transform: translate3d(0, -50%, 0);
}
.style-switcher .style-switcher-tooltip > strong {
    font-size: 0.85rem;
    font-family: "Poppins", sans-serif;
    line-height: 1.3;
    display: block;
    margin-bottom: 0.5rem;
}
.style-switcher .style-switcher-tooltip > p {
    color: #e2e2e2;
    font-size: 0.8rem;
    line-height: 1.5;
    margin-bottom: 0;
    opacity: 0.8;
}
.style-switcher .style-switcher-tooltip.active {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, -50%, 0);
}
.style-switcher-buttons .btn {
    background-color: #212529;
    color: #fff;
    padding: 7px 15px;
    font-size: 14px;
    border: 0;
    border-radius: 0;
    width: auto;
}
.style-switcher-buttons .btn:hover,
.style-switcher-buttons .btn.submit {
    background-color:#0088CC;
    color: #fff;
}
.style-switcher-buttons .btn.submit:hover {
    background-color: #DBE3E6;
    color: #212529;
}
.font-switcher textarea {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 10px;
    padding: 7px;
    background-color:#F5F8F9;
    border: 1px solid #DBE3E6;
    border-radius: 0;
}
.font-switcher textarea:focus {
    border: 1px solid #71839e;
    box-shadow: none;
    outline: none;
}
/* code for style switcher */
.toggle-content img {
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 15px;
}
.lightbox.img-thumbnail.img-thumbnail-hover-icon {
    display: inline-block;
}
.lightbox.img-thumbnail img.img-fluid {
    width: 100%;
}
.word-rotator-words b {
    white-space: normal;
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
}

.nav-link .flag,
.dropdown-menu .dropdown-item .flag {
    display: none;
}

@media (min-width: 992px) {
    .header-nav.justify-content-lg-center .header-nav {
        justify-content: center !important;
    }

    #header .header-nav-main.header-nav-main-dropdown-arrow.header-nav-main-dropdown-center nav > ul > li.dropdown > .dropdown-item:before {
        width: 0;
        height: 3px;
        top: auto;
        left: 50%;
        background-color: transparent !important;
    }

    .landing-banner-content {
        min-height: 310px;
    }
   input#newsletter-9467-email-2 {
        border-bottom-left-radius: 22px;
        border-top-left-radius: 25px;
        margin-left: -162px;
        margin-right: -14px;
        margin-bottom: 47px;
    }
       /* Space */
   .frame-space-before-small { margin-top: 2em; }
   .frame-space-before-medium { margin-top: 3em; }
   .frame-space-before-large { margin-top: 4em; }
   .frame-space-before-extra-large { margin-top: 5em; }
   .frame-space-after-small { margin-bottom: 2em; }
   .frame-space-after-medium { margin-bottom: 3em; }
   .frame-space-after-large { margin-bottom: 4em; }
   .frame-space-after-extra-large { margin-bottom: 5em; }
}

#footer.bg-color-primary span,
#footer.bg-color-secondary span,
#footer.bg-color-tertiary span,
#footer.bg-color-quaternary span,
#footer.bg-color-primary span a,
#footer.bg-color-secondary span a,
#footer.bg-color-tertiary span a,
#footer.bg-color-quaternary span a,
.thumb-info .thumb-info-title,
.thumb-info .thumb-info-title span,
span.thumb-info-inner,
span.thumb-info-type {
    color: #fff;
}

#footer.bg-color-light-scale-1 span,
#footer.bg-color-light-scale-1 span a,
#footer.bg-color-light-scale-1 .twitter [class*="fa-"],
#footer.bg-color-light-scale-1 .twitter .icons {
    color: #212529 !important
}

.thumb-info .thumb-info-title {
    padding: 13px 21px;
}

.thumb-info:not(.thumb-info-centered-info) .thumb-info-type {
    margin: 0;
    position: absolute;
    bottom: -20px;
}

.frame-type-form_formframework form .form-row > label,
.frame-type-form_formframework form .form-row > textarea {
    margin-left: 5px;
    margin-left: 5px;
}

.progress .progress-bar  {
    overflow: unset;
}

.progress .progress-bar span {
    opacity: 1;
}
 input#newsletter-9467-email-2 {
        border-bottom-left-radius: 22px;
        border-top-left-radius: 25px;
        margin-left: -162px;
        margin-right: -14px;
        margin-bottom: 47px;
    }

/* style for search form */
.input-group-append {
    align-items: center;
    display: flex;
    justify-content: center;
}

#header .input-group-append .fa.fa-search.header-nav-top-icon {
    color: #000;
    position: absolute;
    top: 12px;
    right: 20px;
    z-index: 999999;
}

#header .header-column.mainmenu.justify-content-end {
    display: contents;
}

/* search */
.tx-indexedsearch-searchbox legend {
    display: none;
}

.tx-indexedsearch-searchbox fieldset {
    display: flex;
}

.tx-indexedsearch-form label {
    display: none;
}

.tx-indexedsearch-form input {
    border: 1px solid rgba(0, 0, 0, 0.09);
    padding: 10px;
    width: 200px;
    border-radius: 10px;
}

.tx-indexedsearch-searchbox .simple-search {
    margin-left: 15px;
}

.simple-search.input-group.btn.btn-primary {
    width: 83px;
}

.simple-search #tx-indexedsearch-searchbox-button-submit {
    background-color: transparent;
    border: 0;
    color: #fff;
    height: 100%;
}

.tx-indexedsearch-info-sword {
    padding: 15px 0;
}

.tx-indexedsearch-icon {
    display: none;
}

.tx-indexedsearch-res {
    padding-top: 20px;
}

.tx-indexedsearch-res:last-child {
    margin-bottom: 40px !important;
}

.tx-indexedsearch-info {
    display: none;
}
