/*h1, h2, h3, h4, h5, h6 
    {font-family: "Poppins", serif;}

a, p, span, button, input, textarea 
    {font-family: "Poppins", sans-serif;}*/

h2 {
    margin: 0 0 15px 0;
}
.font-s1rem
{font-size:1rem;}

@media (max-width: 991px) {
    .custom-sm-margin-top {
        margin-top: 20px;
    }
}

.cmsPage img
    {margin-right: 20px;}
.homeBtnForm,
.homeBtnSport
    {cursor:default;}
.homeBtnForm:hover
    {background-color:#B92025 !important;}
.homeBtnSport:hover
    {background-color:#F4EE43 !important;color:black !important;}

.text-argBlue
{color:#014082;}

.nav-link
{cursor:pointer;padding:0;}
#header .header-logo 
{margin:0;position: fixed;left: 30px;top: 7px;z-index: 999;}
.userWidget.btn-group 
{position: fixed;right: 20px;top: 20px;z-index: 999;}
.userWidgetUl.dropdown-menu > li > span 
{padding: 7px 12px;display: block;clear: both;font-weight: 400;line-height: 1.42857143;color: #333;white-space: nowrap;cursor: pointer;}
/*.fa-caret-down:before 
    {content: "" !important;}   */
#section-company .icon-swimming-figure
{font-size: 1.3em;margin-left: -10px;vertical-align: sub;}

.custom-primary-font {
    font-family: "Sintony", sans-serif;
}

.custom-secondary-font {
    font-family: "Sintony", serif;
}

.custom-section-padding {
    padding: 60px 0px;
}

.custom-section-padding-2 {
    padding-top: 60px;
}

.custom-section-padding-3 {
    padding-left: 110px !important;
}

.custom-opacity-font {
    opacity: 0.6;
    -webkit-transition: ease all 300ms;
    -moz-transition: ease all 300ms;
    transition: ease all 300ms;
}
.custom-opacity-font:hover {
    opacity: 1;
}

.custom-border-radius {
    border-radius: 35px !important;
    padding: 11px 30px !important;
}
.custom-border-radius.custom-border-radius-small {
    padding: 7px 17px !important;
    font-size: 12px;
}

.btn-outline.custom-border-width {
    border-width: 2px;
}

@media (min-width: 991px) {
    .custom-md-border-top {
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }
}
.custom-position-1 {
    position: relative;
    margin-top: -177px;
}

@media (max-width: 991px) {
    .custom-position-1 {
        margin-top: 0;
        background: #101019;
    }
    .userWidget.btn-group 
    {top: 28px;}
    #header .header-btn-collapse-nav 
    {position:fixed; right: 78px;top: 28px;}
    #dropdownLanguage
    {position: fixed;top: 8px;right: 22px;}
    .nav-link.gotoPictures
    {position: fixed;top: 26px;left: 17px;}
    .nav-link.gotoPictures img
    {max-width: 70%;}
}

.custom-color-red {
    color: #fa4141;
}

.tp-leftarrow.custom-arrows-style-1, .tp-rightarrow.custom-arrows-style-1 {
    width: 45px;
    height: 120px;
    background: rgba(16, 16, 25, 0.5);
}
.tp-leftarrow.custom-arrows-style-1:hover, .tp-rightarrow.custom-arrows-style-1:hover {
    background: #101019;
}
.tp-leftarrow.custom-arrows-style-1:before, .tp-rightarrow.custom-arrows-style-1:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 70%;
    width: 30px;
    height: 30px;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    -moz-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    -o-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.tp-leftarrow.custom-arrows-style-1:after, .tp-rightarrow.custom-arrows-style-1:after {
    content: '';
    display: block;
    position: absolute;
    left: 106%;
    top: 50%;
    width: 70px;
    border-top: 1px solid #FFF;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

@media (max-width: 767px) {
    .tp-leftarrow.custom-arrows-style-1, .tp-rightarrow.custom-arrows-style-1 {
        width: 30px;
        height: 90px;
    }
    .tp-leftarrow.custom-arrows-style-1:before, .tp-rightarrow.custom-arrows-style-1:before {
        width: 20px;
        height: 20px;
    }
    .tp-leftarrow.custom-arrows-style-1:after, .tp-rightarrow.custom-arrows-style-1:after {
        width: 50px;
    }
}
.tp-rightarrow.custom-arrows-style-1 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.userWidgetUl
{min-width: 12rem;}

/*
* Owl Carousel
*/
.owl-carousel.custom-nav .owl-nav {
    position: relative;
    top: auto;
    bottom: 105px;
    left: 50%;
    width: 230px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.owl-carousel.custom-nav .owl-nav .owl-next, .owl-carousel.custom-nav .owl-nav .owl-prev {
    background: transparent !important;
}
.owl-carousel.custom-nav .owl-nav .owl-next:before, .owl-carousel.custom-nav .owl-nav .owl-prev:before {
    content: '';
    display: block;
    position: absolute;
    left: -3px;
    top: 6px;
    width: 20px;
    height: 20px;
    border-top: 1px solid #2e353e;
    border-left: 1px solid #2e353e;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.owl-carousel.custom-nav .owl-nav .owl-next {
    right: -15px;
}
.owl-carousel.custom-nav .owl-nav .owl-next:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

/*
* Header
*/
#header.custom-header-transparent-bottom-border .header-body .header-container > .header-row:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.sticky-header-active #header.custom-header-transparent-bottom-border .header-body .header-container > .header-row:after {
    content: none !important;
}

@media (min-width: 991px) {
    #header .header-nav-main {
        margin-right: -15px;
    }
    #header .header-nav-main.custom-header-nav-main-effect-1 nav > ul > li > a {
        -webkit-transition: ease all 300ms;
        -moz-transition: ease all 300ms;
        transition: ease all 300ms;
    }
    #header .header-nav-main.custom-header-nav-main-effect-1 nav > ul li.dropdown > a.dropdown-toggle:after {
        -webkit-transition: ease all 300ms;
        -moz-transition: ease all 300ms;
        transition: ease all 300ms;
        border-color: #fff transparent transparent;
        top: 36px !important;
    }
    #header .header-nav-main.custom-header-nav-main-effect-1 nav > ul li.dropdown .dropdown-menu {
        top: auto;
        border-top: 0;
        margin-top: -1px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transition: ease all 300ms;
        -moz-transition: ease all 300ms;
        transition: ease all 300ms;
    }
    #header .header-nav-main.custom-header-nav-main-effect-1 nav > ul li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
        top: 0;
        border-top: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transition: ease all 300ms;
        -moz-transition: ease all 300ms;
        transition: ease all 300ms;
    }
    #header .header-nav-main.custom-header-nav-main-effect-1 nav > ul li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: ease all 300ms;
        -moz-transition: ease all 300ms;
        transition: ease all 300ms;
    }
    #header .header-nav-main.custom-header-nav-main-effect-1 nav > ul li.dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: ease all 300ms;
        -moz-transition: ease all 300ms;
        transition: ease all 300ms;
    }
    #header .header-nav-main nav > ul > li > a {
        font-size: 17px;
    }
}
/*
* Revolution
*/
.tparrows {
    background: transparent !important;
}
.tparrows:before {
    opacity: 0.7;
    color: #000 !important;
    font-size: 30px;
}
.tparrows:hover:before {
    opacity: 1;
}

/*
* Home Intro
*/
.custom-home-intro {
    padding: 20px 0 20px 0;
}
.custom-home-intro p {
    max-width: none;
    font-size: 26px;
}
.custom-home-intro p span {
    position: relative;
    display: inline-block;
    padding-top: 0;
}
.custom-home-intro p span:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -40px;
    width: 30px;
    border-bottom: 1px solid #FFF;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.custom-home-intro p span:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -44px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #FFF;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*
* About US
*/
.custom-content-grid:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 0px 0px 97px 70px rgba(152, 152, 152, 0.1);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.custom-content-grid .content-grid-item:before {
    left: 0px;
}
.custom-content-grid .content-grid-item:after {
    z-index: 1;
}
.custom-content-grid .counters .counter {
    margin-left: 80px;
    text-align: left;
}
.custom-content-grid .counters .counter.margin-style-2 {
    margin-left: 55px;
}
.custom-content-grid .counters .counter .counter-icon {
    float: left;
    margin-left: -50px;
    margin-top: 8px;
}
.custom-content-grid .counters .counter label {
    font-weight: normal;
    letter-spacing: -1px;
    color: #1e1e24;
}
.custom-content-grid .counters strong {
    font-size: 45px;
}

@media (max-width: 991px) {
    .custom-content-grid:before {
        content: none;
    }
    .custom-content-grid .counters .counter.custom-sm-counter-style {
        margin-left: 0;
        text-align: center;
        padding-left: 40px;
    }
    .custom-content-grid .counters .counter.custom-sm-counter-style.margin-style-2 {
        margin-left: 0;
    }
    .custom-content-grid .counters .counter.custom-sm-counter-style .counter-icon {
        float: none;
        margin-left: 0;
        position: absolute;
        top: 50px;
        left: 17%;
    }
}
.list.list-icons.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    font-size: 0.7em;
    padding: 10px;
    padding-top: 8px;
}
.counters .counter 
{min-width: 130px;}

/*
* Team
*/
.custom-thumb-info-1 {
    overflow: visible;
    margin-bottom: 30px !important;
    -webkit-transition: ease box-shadow 300ms;
    -moz-transition: ease box-shadow 300ms;
    transition: ease box-shadow 300ms;
}
.custom-thumb-info-1:hover {
    box-shadow: 0px 0px 70px 0px rgba(139, 139, 139, 0.5);
}
.custom-thumb-info-1:hover .thumb-info-wrapper:after {
    content: none;
}
.custom-thumb-info-1:hover .thumb-info-caption {
    border-bottom: 0;
}
.custom-thumb-info-1 .thumb-info-wrapper {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.custom-thumb-info-1 .thumb-info-caption {
    position: relative;
    display: block;
    padding: 0;
    border-bottom: 1px solid #e3e3e3 !important;
    -webkit-transition: ease border-bottom 300ms;
    -moz-transition: ease border-bottom 300ms;
    transition: ease border-bottom 300ms;
}
.custom-thumb-info-1 .thumb-info-caption .thumb-info-caption-text {
    padding: 30px 20px;
    margin: 0;
}
.custom-thumb-info-1 .thumb-info-caption .thumb-info-caption-text p {
    padding: 0;
    font-size: 1em;
}
.custom-thumb-info-1 .thumb-info-caption .thumb-info-caption-text .custom-thumb-info-caption-plus {
    position: absolute;
    top: 30px;
    right: 20px;
    border-radius: 100%;
    font-size: 2em;
    line-height: 0.76;
    width: 30px;
    height: 30px;
    font-weight: 100;
    text-align: center;
    padding-top: 7px;
}
.custom-thumb-info-1.custom-rm-mb {
    margin-bottom: 0 !important;
}
@media (max-width: 991px) {
    .custom-thumb-info-1.custom-rm-mb {
        margin-bottom: 30px !important;
    }
}
.custom-thumb-info-1.custom-rm-mb-last {
    margin-bottom: 0 !important;
}

/*
* Expertise
*/
.feature-box.feature-box-style-2 .feature-box-icon i.fa,
.feature-box.feature-box-style-2 .feature-box-icon .icons 
{font-size:56px;}
.popupServices .fa
{font-size:120px;}
.popupServices .servicesTitle
{font-size:55px;margin-top:25px;}
.feature-box.custom-feature-box {
    margin-bottom: 1.2rem;
}
.container.services .seeMore
{font-size: 13px;padding: 5px 5px 3px 5px;background: #014082;color:white;margin-left:15px;}
.container.services .seeMore:hover
{background: #9CC229;color:#014082;}

.feature-box.custom-feature-box.custom-feature-box-active .feature-box-icon, .feature-box.custom-feature-box:hover .feature-box-icon {
    box-shadow: 0px 0px 40px 4px rgba(200, 200, 200, 0.5);
}
.feature-box.custom-feature-box.custom-feature-box-active .feature-box-icon img, .feature-box.custom-feature-box:hover .feature-box-icon img {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.1);
    -moz-transform: translate3d(-50%, -50%, 0) scale(1.1);
    -ms-transform: translate3d(-50%, -50%, 0) scale(1.1);
    -o-transform: translate3d(-50%, -50%, 0) scale(1.1);
    transform: translate3d(-50%, -50%, 0) scale(1.1);
}
.feature-box.custom-feature-box .feature-box-icon {
    flex: 0 0 auto;
    background: white;
    width: 100px;
    position: relative;
    height: 100px;
    border: 6px solid #FFF;
    border-radius: 100%;
    padding: 5px;
    margin-top: 0;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: ease box-shadow 300ms;
    -moz-transition: ease box-shadow 300ms;
    transition: ease box-shadow 300ms;
}
.feature-box.custom-feature-box .feature-box-icon img {
    position: absolute;
    width: 113%;
    top: 50%;
    left: 50%;
    z-index: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    -moz-transform: translate3d(-50%, -50%, 0) scale(1);
    -ms-transform: translate3d(-50%, -50%, 0) scale(1);
    -o-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
    -webkit-transition: ease transform 300ms;
    -moz-transition: ease transform 300ms;
    transition: ease transform 300ms;
}

@media (max-width: 991px) {
    .col-md-12 .feature-box.feature-box-style-2.custom-feature-box .feature-box-info {
        padding-left: 115px;
    }
}


/*
* Our Clients
*/
#section-customers .desc
{color:white;}
#section-customers .desc h3
{margin-bottom:10px;}
#section-customers .desc:nth-child(1)
{margin-top:40px;}
#section-customers-logos
{border-top: 5px solid #f1f1f1;margin:0;padding: 50px 0;}

/*
* Our Strategy
*/
.custom-step-item .step {
    position: relative;
    text-align: center;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 600;
}
.custom-step-item .step:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -20px;
    height: 63px;
    border-left: 1px solid #e4e4e4;
}
.custom-step-item .step .step-number {
    display: block;
    font-size: 3em;
    font-weight: 700;
    letter-spacing: -4px;
    line-height: 1;
}
.custom-step-item .step-content {
    margin-left: 80px;
}

.owl-carousel.numbered-dots .owl-dots {
    display: inline-block;
    counter-reset: dots;
    margin-left: 70px;
}
.owl-carousel.numbered-dots .owl-dot span {
    width: 30px;
    height: 30px;
}
.owl-carousel.numbered-dots .owl-dot span:before {
    counter-increment: dots;
    content: counter(dots);
    color: #245432;
    font-weight: bold;
    line-height: 2.2;
}
.owl-carousel.numbered-dots .owl-dot.active span:before, .owl-carousel.numbered-dots .owl-dot:hover span:before {
    color: #FFF;
}
.owl-carousel.numbered-dots .owl-dot:hover {
    opacity: 0.5;
}
.section-secondary .owl-carousel.owl-theme .owl-dot span 
{background: white;}

/*
* Values
*/
.leftValues
{height:200px;background: url(/ocargafin/cms/img/business-statistics-h180.png) no-repeat center bottom;}
#section-values .unTitle
{height:42px;}
.custom-accordion-style-1 .card .card-title > a.accordion-toggle:not(.collapsed) 
{text-transform: uppercase;}
.custom-accordion-style-1 .card {
    position: relative;
    margin-top: 0 !important;
    border-right: 0;
    border-bottom: 1px solid #e4e4e4;
    border-top: 0;
    box-shadow: none;
}
.custom-accordion-style-1 .card:last-child {
    border-bottom: 0;
}
.custom-accordion-style-1 .card .card-title > a {
    font-size: 14px !important;
}
.custom-accordion-style-1 .card .card-title > a.accordion-toggle {
    color: #9CC229;
    border-bottom: 1px solid #e4e4e4;
}
.custom-accordion-style-1 .card .card-title > a.accordion-toggle:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-left: 1px solid #9CC229;
}
.custom-accordion-style-1 .card .card-title > a.accordion-toggle .custom-accordion-plus:after {
    border-top: 2px solid #9CC229;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}
.custom-accordion-style-1 .card .card-title > a.collapsed {
    color: #1e1e24 !important;
    border-bottom: 0;
}
.custom-accordion-style-1 .card .card-title > a.collapsed:before {
    content: none;
}
.custom-accordion-style-1 .card .card-title > a.collapsed .custom-accordion-plus:after {
    border-top: 2px solid #1e1e24;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.custom-accordion-style-1 .card .card-title > a .custom-accordion-plus {
    position: absolute;
    top: 23px;
    right: 3px;
    width: 15px;
}
.custom-accordion-style-1 .card .card-title > a .custom-accordion-plus:before, .custom-accordion-style-1 .card .card-title > a .custom-accordion-plus:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    border-top: 2px solid #1e1e24;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: ease all 300ms;
    -moz-transition: ease all 300ms;
    transition: ease all 300ms;
}
.custom-accordion-style-1 .card .card-body {
    padding: 15px 15px 35px;
}

/*
* Our Cases
*/
.thumb-info.custom-thumb-info-style-1 {
    border: none;
}
.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption {
    background: #9CC229 !important;
}
.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption .custom-thumb-info-title span {
    color: #FFF !important;
}
.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption .custom-arrow {
    width: 55px;
}
.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption .custom-arrow:before {
    border-top: 1px solid #FFF;
}
.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption .custom-arrow:after {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
.thumb-info.custom-thumb-info-style-1 .thumb-info-caption {
    position: relative;
    padding: 25px;
    display: block;
    -webkit-transition: ease background 300ms, ease width 300ms;
    -moz-transition: ease background 300ms, ease width 300ms;
    transition: ease background 300ms, ease width 300ms;
}
.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-thumb-info-title span {
    color: #777;
}
.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-thumb-info-title .custom-thumb-info-name {
    display: block;
}
.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-arrow {
    position: absolute;
    top: 50%;
    right: 25px;
    width: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: ease all 300ms;
    -moz-transition: ease all 300ms;
    transition: ease all 300ms;
}
.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-arrow:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -2px;
    width: 100%;
    border-top: 1px solid #1e1e24;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 15px;
    height: 15px;
    border-top: 1px solid #1e1e24;
    border-right: 1px solid #1e1e24;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.owl-carousel.custom-both-sides-shadow .owl-stage-outer:before, .owl-carousel.custom-both-sides-shadow .owl-stage-outer:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    box-shadow: 0px 0px 140px 220px rgba(255, 255, 255, 0.8);
    z-index: 1;
    -webkit-transition: ease opacity 300ms;
    -moz-transition: ease opacity 300ms;
    transition: ease opacity 300ms;
}
.owl-carousel.custom-both-sides-shadow .owl-stage-outer:after {
    left: auto;
    right: 0;
}
.owl-carousel.custom-both-sides-shadow .owl-stage-outer:hover:before, .owl-carousel.custom-both-sides-shadow .owl-stage-outer:hover:after {
    opacity: 0;
}
.owl-carousel.custom-dots-style-1 .owl-dots {
    margin-top: 30px;
}
.owl-carousel.custom-dots-style-1 .owl-dot span {
    width: 12px;
    height: 12px;
    border: 2px solid black;
    background: transparent !important;
}
.owl-carousel.custom-dots-style-1 .owl-dot.active span, .owl-carousel.custom-dots-style-1 .owl-dot:hover span {
    position: relative;
    border: 2px solid #9CC229;
    background: transparent;
}
.owl-carousel.custom-dots-style-1 .owl-dot.active span:before, .owl-carousel.custom-dots-style-1 .owl-dot:hover span:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #9CC229;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.owl-carousel.custom-dots-style-1 .owl-dot:hover {
    opacity: 0.5;
}

@media (max-width: 991px) {
    .owl-carousel.custom-both-sides-shadow .owl-stage-outer:before, .owl-carousel.custom-both-sides-shadow .owl-stage-outer:after {
        box-shadow: none;
    }
}
/*
* Testimonials
*/
.custom-rounded-image {
    border-radius: 100%;
}

.testimonial.custom-testimonial-style-1 blockquote {
    background: transparent;
    padding: 40px 20px 40px 0px;
}
.testimonial.custom-testimonial-style-1 blockquote:before {
    left: 0;
    font-size: 60px;
    color: #1e1e24;
}
.testimonial.custom-testimonial-style-1 blockquote:after {
    font-size: 60px;
    color: #1e1e24;
}
.testimonial.custom-testimonial-style-1 blockquote p {
    color: #777;
    font-family: "Sintony", sans-serif;
    font-style: normal;
    font-size: 1em;
    line-height: 1.8;
    padding: 0px;
}
.testimonial.custom-testimonial-style-1 .testimonial-author p {
    position: relative;
    margin: 0;
}
.testimonial.custom-testimonial-style-1 .testimonial-author p:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    border-top: 2px solid #1e1e24;
}
.testimonial .testimonial-author strong
{display:inline-block !important;}
.testimonial .testimonial-author span
{display:inline-block !important;}

/*
* Our Team
*/
.team-item {
    padding: 0px 10px;
}
.team-item:hover .image-wrapper img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.team-item .image-wrapper {
    display: block;
    overflow: hidden;
}
.team-item .image-wrapper img {
    -webkit-transition: ease transform 300ms;
    -moz-transition: ease transform 300ms;
    transition: ease transform 300ms;
}
.team-item .team-infos {
    position: relative;
    background: #FFF;
    padding: 25px;
}
.team-item .team-infos .share {
    position: absolute;
    bottom: calc(100% - 22px);
    right: 15px;
    width: 42px;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: ease height 300ms;
    -moz-transition: ease height 300ms;
    transition: ease height 300ms;
}
.team-item .team-infos .share:hover .share-icons {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.team-item .team-infos .share:hover i.fa-share-alt {
    background: #9CC229;
}
.team-item .team-infos .share:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FFF;
    width: 100%;
    height: 22px;
}
.team-item .team-infos .share .share-icons {
    text-align: center;
    padding-bottom: 42px;
    border-radius: 50px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: ease transform 300ms;
    -moz-transition: ease transform 300ms;
    transition: ease transform 300ms;
}
.team-item .team-infos .share i {
    display: block;
    color: #FFF;
    padding: 15px;
    opacity: 0.5;
    -webkit-transition: ease opacity 300ms;
    -moz-transition: ease opacity 300ms;
    transition: ease opacity 300ms;
}
.team-item .team-infos .share i.fa-share-alt {
    position: absolute;
    background: #58605a;
    bottom: 0;
    left: 0;
    border-radius: 50px;
    opacity: 1;
    z-index: 1;
}
.team-item .team-infos .share i.fa-facebook {
    color: #4d70a8;
}
.team-item .team-infos .share i.fa-instagram {
    color: #964b00;
}
.team-item .team-infos .share i.fa-linkedin {
    color: #0077b5;
}
.team-item .team-infos .share i:hover {
    opacity: 1;
}
.team-item .team-infos .team-member-desc {
    display: block;
    color: #777;
}

/*
* Our Blog
*/
article.blog-post .blog-post-image-wrapper img {
    max-width: 95%;
}
article.blog-post .blog-post-image-wrapper .blog-post-date {
    position: absolute;
    top: 65%;
    right: 10px;
    font-size: 3em;
    text-align: center;
    line-height: 1;
    padding: 25px 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
article.blog-post .blog-post-image-wrapper .blog-post-date .month-year {
    display: block;
    font-size: 0.4em;
}

/*
* Contact Us
*/
.custom-call-to-action-2 .info {
    display: block;
}

.custom-social-icons-style-1 li {
    border: 2px solid #FFF;
}
.custom-social-icons-style-1 li a {
    background: transparent;
    color: #FFF !important;
}

.custom-contact-form-style-1 .custom-input-box {
    position: relative;
}
.custom-contact-form-style-1 .custom-input-box .icons {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 1.3em;
}
.custom-contact-form-style-1 .custom-input-box .form-control {
    border-radius: 2px;
    height: 50px;
    padding-left: 50px;
}
.custom-contact-form-style-1 .custom-input-box textarea.form-control {
    padding-top: 14px;
    height: 0;
    min-height: 130px;
}
.google-map 
{margin:0;}

/*
* Footer
*/
#footer 
{background: #014082;border-top: 1px solid #3c3e49;margin-top: 0;padding: 0 0;}
#footer p 
{color: #a8b1b8;margin-bottom: 0;}
#footer .footer-ribbon 
{background: #999;position: absolute;margin: -17px 0 0 14px;padding: 10px 20px 6px 20px;}

/*
* Page header
*/
#pageHeader
    {background:#40A1C9;min-height: 80px;border-top: 5px solid #2283AB;border-bottom: 5px solid #2283AB;}
.cmsIntro section
    {width:100%;}

/*
* Diverse
*/
html .toggle-secondary .toggle label 
{font-size: 1.25rem;}
.featured-box .box-content 
{border-radius: 8px;border-top: 1px solid #CCC;border-top-width: 4px;padding: 10px 20px 10px 20px;position: relative;top: -1px;}
.gotoDown
{cursor:pointer;}
.gotoDown i
{color:#9CC229 !important;}
#section-clogos
{margin:0;}

.cmsPage iframe.genially1
    {max-height: 90vh !important;margin-top:2vh !important;}   
