/*
* Common Styles
*/
.form-group.required label:after {
    content:" *";
    color:red;
}
a.referenceButton.active {
    background-color: #FDC600!important;
}
.themeYellow {
    color: #FDC600;
}
.container-style {
    max-width: 1180px;
    margin: auto;
}
.container-padding {
    padding-left: 2rem;
    padding-right: 2rem;
}
.light-font {
    font-weight: 300!important;
}
.customPrimaryButton {
    padding: 1rem .5rem;;
    background-color: #FDC600;
    border-radius: 10px;
    color: #000;
}

.customPrimaryButton:hover {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #FDC600;
    color: #000;
    text-decoration: none;
}

.customSecondaryButton {
    color: #fff;
    font-size: 1.15rem;
}

.customSecondaryButtonWhiteBorder {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    font-size: 1.25rem;
}

.customSecondaryButtonWhiteBorder:hover {
    color: #FDC600;
    border-color: #FDC600;
}

.customSecondaryButtonYellowHover {
    padding: 1rem 1.5rem;
    border: 1px solid #000;
    border-radius: 10px;
    color: #000;
}

.customSecondaryButtonYellowHover:hover {
    background-color: #FDC600;
    border: 1px solid #FDC600;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.customSecondaryButton:hover {
    color: #FDC600;
    text-decoration: none;
}

.customSecondaryButton:active, .customSecondaryButton.active {
    color: #FDC600;
    text-decoration: none;
}

.customSecondaryButtonYellow {
    color: #FDC600 !important;
    font-size: 1.45rem;
}

.customSecondaryButtonYellow:hover {
    color: #fff;
}

.customPrimaryButtonTransparent {
    padding: 1rem 1.5rem;
    border: 1px solid #000;
    border-radius: 10px;
    color: #000;
}

.customPrimaryButtonTransparent:hover {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.customPrimaryButtonTransparent:hover img{
    margin-right: .5rem;
}

.column-6 {
    display: flex !important;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0 49%;
    margin-right: 1%;
    margin-bottom: .25rem;
}

.nav-pills .column-6.active {
    background-color: #000;
    color: #fff !important;
}

.nav-pills .nav-link {
    color: #000;
}

.customNavButtonText {
    text-align: center;
    padding: .15rem;
}

.thumbnailSubMenu {
    flex-wrap: unset;
    padding: .15rem;
}

.noBorderCard {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}

.noBorderCardFooter {
    padding: .75rem .85rem;
}
.customBlockQuickLinksUrls.flexItem a, .faqCategoryQuickLinks a{
    display: table;
    text-align: left;
}
.customBlockQuickLinksUrls.flexItem a {
    color: #c7c7c7;
}
.customBlockQuickLinksUrls.flexItem a:active {
    color: #FDC600;
}
.submenu-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 991px) {
    .submenuSolutionsContent, .Professionals, .submenuProfessionalsContent {
        margin-top: 2rem;
        padding-right: 1rem;
        padding-left: 1rem;
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .submenu-image {
        width: 125px!important;
        height: 125px!important;
    }
    .submenuSolutionsContent .col-6, .submenuProfessionalsContent .col-6 {
        padding-left: 0!important;
    }
}
@media(min-width: 992px) {
    .submenu-image {
        width: 150px!important;
        height: 150px!important;
    }
}

div.social-box a.social-media:hover i {
    color: #fff!important;
}
/*
* Block Header
*/
#customBlockHeader {
    max-width: 1180px;
}

@media (min-width: 992px) {
    #customBlockHeader {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
        padding: 0;
        margin: auto;
    }

    .headerTexts.flexItem {
        width: 40%;
        padding: 1.5rem 1.5rem 1.5rem 2rem;
    }

    .headerImage.flexItem {
        width: 60%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 350px;
    }
    .headerVideo.flexItem {
        width: 60%;
        min-height: 350px;
    }

    .customBlockHeaderButtons {
        text-align: left;
        margin-top: 1.25rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #customBlockHeader {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
        padding: 0;
        margin: auto;
    }

    .headerTexts.flexItem {
        width: 40%;
        padding: 2.5rem 1.5rem 2.5rem 2rem;
    }

    .headerImage.flexItem {
        width: 60%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 380px;
    }
    .headerVideo.flexItem {
        width: 60%;
    }

    .customBlockHeaderButtons {
        text-align: center;
        margin-top: 2rem;
    }

    .customBlockHeaderButtons a {
        display: block;
        margin-bottom: .5rem;
    }
}

@media (max-width: 767px) {
    #customBlockHeader {
        display: flex;
        flex-direction: column-reverse;
    }
    .headerTexts.flexItem {
        padding: 2.5rem 1.5rem 2.5rem 2rem;
    }

    .headerImage.flexItem {
        width: 94%;
        height: 400px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-left: auto;
    }
    .headerVideo.flexItem {
        width: 95%;
        margin-left: auto;
    }
    .customBlockHeaderButtons {
        text-align: center;
        margin-top: 2rem;
    }
}


/*
* Block Quick links
*/
#customBlockQuickLinks {
    max-width: 1180px;
    margin: auto;
}
#customBlockQuickLinks .customBlockQuickLinksUrls a:hover {
    color: #FDC600!important;
}
@media (min-width: 992px) {
    #customBlockQuickLinks {
        display: flex;
        flex-flow: row wrap;
    }

    .customBlockQuickLinksTexts.flexItem {
        width: 70%;
        padding: 2rem 1rem 0 2rem;
    }

    .quickLinksContent {
        width: 75%;
    }

    .customBlockQuickLinksUrls.flexItem {
        width: 30%;
        padding: 1.5rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #customBlockQuickLinks {
        display: flex;
        flex-flow: row wrap;
    }

    .customBlockQuickLinksTexts.flexItem {
        width: 70%;
        padding: 2rem 1rem 0 2rem;
    }

    .quickLinksContent {
        width: 75%;
    }

    .customBlockQuickLinksUrls.flexItem {
        width: 30%;
        padding: 1.5rem;
    }
}

@media (max-width: 767px) {
    .customBlockQuickLinksTexts.flexItem {
        width: 100%;
        padding: 2rem 1.5rem 1rem 1.5rem;
    }

    .customBlockQuickLinksUrls.flexItem {
        width: 70%;
        padding: 1rem 2rem;
        margin-left: auto;

    }
}

@media (max-width: 500px) {
    .customBlockQuickLinksTexts.flexItem {
        width: 100%;
        padding: 2rem 1.5rem 1rem 1.5rem;
    }

    .customBlockQuickLinksUrls.flexItem {
        width: 95%;
        padding: 1rem 2rem;
        margin-left: auto;

    }
}


/*
CTA with image
 */
@media (max-width: 767px) {
    #customCtaWithImageFullRight .customCtaImageFull {
        min-height: 330px;
        width: 95%;
        margin-left: auto;
    }
}

/*
Solutions List
*/
#solutionsList, #professionalsList {
    max-width: 1180px;
    margin: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}
/*
* Owl plugin customization
*/

.owl-stage {
    display: flex !important;
}

.owl-item {
    display: flex;
    flex: 1 0 auto;
}

.owl-item .card-body {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}
.owl-carousel .owl-nav.disabled {
    text-align: right;
    margin-right: 10px;
}
.owl-carousel .owl-nav button.owl-prev {
    margin-right: 5px;
}
@media(max-width: 768px) {
    #topReferences .owl-nav.disabled, #customBlockWithColumns .owl-nav.disabled, #customBlockWithThreeColumnsCarousel .owl-nav.disabled {
        display: block!important;
        color: #FDC600!important;
    }
    #blogCarousel .owl-nav.disabled {
        display: block!important;
        color: #000!important;
    }
}
@media(min-width: 480px) {
    .owl-item {
        padding: 1rem;
    }
}
.owl-carousel .owl-item img {
    height: 170px;
}
#timelineSlider .owl-nav.disabled{
    display: block!important;
    color: #FDC600!important;
}

/*
* Solutions Slider
*/
#solutionsSlider {
    max-width: 1180px;
    margin: -50px auto 0 auto;
}
#solutionsSlider .owl-nav.disabled {
    display: block;
    color: #FDC600!important;
}
#solutionsSlider .owl-item.active.center .card {

    box-shadow: 0 19px 38px rgba(0,0,0,0.20), 0 15px 12px rgba(0,0,0,0.20);
}

/*
* Custom block H2 with 3 columns
*/
@media (min-width: 768px) {
    .grid-divider {
        overflow-x: hidden;
        position: relative;
    }

    .grid-divider > [class*="owl-item"]:nth-child(n + 2):after {
        content: "";
        background-color: #e8e8e8;
        position: absolute;
        top: 0;
        bottom: 0;
    }
    .grid-divider > [class*="owl-item"]:nth-child(n + 2):after {
        width: 1px;
        height: 80%;
        left: -1px;
        margin: auto;
    }
}

.customBlockWithColumnsIcon > img {
    height: 100px!important;
    width: 100px!important;
}

#customBlockWithColumnsCarousel .card-body {
    padding-left: 0!important;
    padding-right: 0!important;
}
#customBlockWithColumnsCarousel .owl-nav.disabled {
    color: #FDC600!important;
}

/*
* Our clients
*/
#ourClientsCarousel .item img.clientImage {
    height: 120px!important;
    width: auto;
    margin: auto;
}
.testimonials .owl-nav.disabled {
    display: block!important;
    text-align: right;
    color: #FDC600!important;
}
.testimonials .owl-nav .owl-prev {
    margin-right: 3px;
}

.testimonials .owl-item.active.center .owlTestimonial {
    width: 100%;
    margin: auto;
    display: block;
}

.testimonials .owl-item .owlTestimonial {
    display: none;
}
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
#customers-testimonials .item {
    text-align: center;
    padding: 1rem;
    margin-bottom:1rem;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    -webkit-transform: translate3d(0px, -50%, 0px) scale(0.7);
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
@media (min-width: 768px) {
    .testimonials .owl-item.active.center .owlTestimonial {
        width: 200%!important;
        margin-left: -55%!important;
    }
}

/*
* Solutions dropdown menu
*/
.submenuSolutionsContent figcaption {
    color: #000;
}
.submenuSolutionsContent a:hover figcaption, li.current_page_item .submenuSolutionsContent .activeSubmenu a figcaption {
    background-color: #FDC600;
    color: #000!important;
    padding: .5rem;
}
@media (max-width: 921px) {
    .submenuSolutionsContent figcaption {
        color: #fff;
    }
    .submenuSolutionsContent a:hover figcaption, li.current_page_item .submenuSolutionsContent .activeSubmenu a figcaption {
        background-color: #FDC600;
        color: #fff!important;
        padding: .5rem;
    }
}

/*
* Professionals dropdown menu
*/
.submenuProfessionalsContent figcaption {
    color: #000;
}
.submenuProfessionalsContent a:hover figcaption, #menu-item-515 .submenuProfessionalsContent .activeSubmenu a figcaption {
    background-color: #FDC600;
    color: #fff!important;
    padding: .5rem;
}
@media (max-width: 921px) {
    .submenuProfessionalsContent figcaption {
        color: #fff;
    }
    .submenuProfessionalsContent a:hover figcaption, #menu-item-515 .submenuProfessionalsContent .activeSubmenu a figcaption {
        background-color: #FDC600;
        color: #fff!important;
        padding: .5rem;
    }
}

#customBlockHeader .headerTexts.flexItem {
    margin-top: auto;
    margin-bottom: auto;
}
.btn {
    text-decoration: none!important;
}

#certificatesContainer .nav-tabs {
    border-bottom: 1px solid #fdc600!important;
}
#certificatesContainer .nav-item a {
    color: #000!important;
}

#certificatesContainer .nav-tabs .nav-link.active {
    border-color: #fdc600;
    background-color: #fdc600;
    color: #000;
}