﻿/*********************************
CUSTOM 
*********************************/
body {
    font-family: "Montserrat-extralight";
}

.c-action-btn {
    font-family: 'Open Sans', sans-serif;
}

.c-content-box.c-size-md {
    padding: 75px 0;
}

/*
 * Font sizes
 */

@media (min-width: 501px) {
    .clinch-font-90 {
        font-size: 90px !important;
    }
    .clinch-font-60 {
        font-size: 60px !important;
    }
    .clinch-font-48 {
        font-size: 48px !important;
    }
    .clinch-font-36 {
        font-size: 36px !important;
    }
    .clinch-font-33 {
        font-size: 33px !important;
    }
    .clinch-font-30 {
        font-size: 30px !important;
    }
    .clinch-font-28 {
        font-size: 28px !important;
    }
    .clinch-font-24 {
        font-size: 24px !important;
    }
    .clinch-font-20 {
        font-size: 20px !important;
    }
    .clinch-font-18 {
        font-size: 18px !important;
    }
    .clinch-font-16 {
        font-size: 16px !important;
    }
    .clinch-font-14 {
        font-size: 14px !important;
    }

    .cbp-l-caption-title {
        font-size: 25px !important;
    }
    .cbp-l-caption-desc {    
        font-size: 16px !important;
    }
}

@media (max-width: 500px) {
    .clinch-font-90 {
        font-size: 60px !important;
    }
    .clinch-font-60 {
        font-size: 36px !important;
    }
    .clinch-font-48 {
        font-size: 32px !important;
    }
    .clinch-font-36 {
        font-size: 28px !important;
    }
    .clinch-font-33 {
        font-size: 26px !important;
    }
    .clinch-font-30 {
        font-size: 22px !important;
    }
    .clinch-font-28 {
        font-size: 21px !important;
    }
    .clinch-font-24 {
        font-size: 19px !important;
    }
    .clinch-font-20 {
        font-size: 17px !important;
    }
    .clinch-font-18 {
        font-size: 16px !important;
    }
    .clinch-font-16 {
        font-size: 14px !important;
    }
    .clinch-font-14 {
        font-size: 12px !important;
    }

    .cbp-l-caption-title {
        font-size: 18px !important;
    }
    .cbp-l-caption-desc {    
        font-size: 13px !important;
    }
}

/*
 * Offer
 */
@media (min-width: 1201px) {
    .clinch-offer-min-height {
        min-height: 96px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .clinch-offer-min-height {
        min-height: 120px;
    }
}

@media (min-width: 765px) and (max-width: 991px) {
    .clinch-offer-min-height {
        min-height: 192px;
    }
}

@media (max-width: 764px) {
    .clinch-offer-min-height {
        min-height: 50px;
    }
}

@media (max-width: 764px) {
    .clinch-padding-mobile {
        padding-top: 40px;
    }
}

.clinch-offer-btn {
     color: white !important; 
     background: black !important; 
}

/*
 * Counter
 */
@media (min-width: 992px) {
    .clinch-counter-height {
        height: 75px;
    }
}

.c-content-feature-20 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}

    .c-content-feature-20 > h4 {
        color: #ffffff;
        margin-top: 0;
        font-weight: 300;
        text-transform: none;
    }

    .c-content-feature-20 p {
        color: #ffffff;
        margin-bottom: 30px;
        font-family: 'Open Sans', sans-serif;
        line-height: 1.5;
    }

    .c-content-feature-20 > h3 {
        color: #ffffff;
        margin: 50px 0 30px 0;
    }

    .c-content-feature-20 > a:hover {
        cursor:pointer;
    }

.c-content-counter-10 > .row > div {
    text-align: center;
}

    .c-content-counter-10 > .row > div > .c-title {
        font-weight: 300;
        color: #ffffff;
        margin: 5px;
    }

    .c-content-counter-10 > .row > div > div {
        font-weight: 300;
        color: #ffffff;
        background-color: #262626;
        display: block;
        line-height: 0.9;
    }

    .c-content-counter-10 > .row > div > .c-counter.c-bordered {
        border: 4px solid transparent;
        background: none;
    }

    .c-content-counter-10 > .row > div > .c-content {
        color: #5c6873;
        padding: 0 30px;
    }

@media (max-width: 991px) {
    /* 991px */
    .c-content-counter-10 > .row > div > .c-title {
        margin-top: 5px;
    }

    .c-content-counter-10 > .row > div > .c-first {
        margin-top: 0;
    }

    .c-content-counter-10 > .row > div > .c-content {
        margin-bottom: 60px;
    }
}

.c-line-rule {
    height: 1px;
    background-color: black;
    width: 80%;
    margin-left: 10%;
    opacity: 0.2;
}

.c-content-feature-8 > .c-grid > li > .c-card.c-bg-opacity-2 {
    background-color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 992px) {
    .c-content-feature-8 > .c-grid > li > .c-card.c-bg-opacity-2 {
        min-height: 340px;
    }
}

@media (min-width: 501px) {
    .c-content-feature-8 > .c-grid > li > .c-card {
        padding: 50px;
    }
}
@media (max-width: 500px) {
    .c-content-feature-8 > .c-grid > li > .c-card {
        padding: 20px;
    }
}

.c-content-feature-8 > .c-grid > li {
    padding: 10px 10px 10px 10px;
}

.c-content-feature-8 > .c-grid > li:last-child {
    padding: 10px 10px 10px 10px;
}

.c-content-testimonial-3.c-option-light > .c-person > .c-person-detail > .c-name {
    color: black;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.c-content-testimonial-3.c-option-light > .c-person > .c-person-detail > .c-position {
    color: black;
    font-family: 'Open Sans', sans-serif;
}

.c-content-person-1 .c-body .c-head .c-name {
    float: none;
    color: white;
}

.c-content-person-1 .c-body .c-position {
    float: none;
    color: white;
    text-transform: inherit;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.c-content-person-1 > .c-body > p {
    color: white;
    font-family: 'Open Sans', sans-serif;
    padding: 8px 0 0 0;
}

/*
 * Header 
 */
@media (min-width: 992px) {
    .c-layout-header .c-brand {
        margin: 30px 0 37px 0;
        width: 120px;
        height: 35px;
    }
    .c-page-on-scroll.c-layout-header-fixed .c-layout-header .c-brand {
        margin: 15px 0 19px 0;
    }
    .c-layout-header .c-navbar .c-mega-menu.c-fonts-bold > .nav.navbar-nav > li > .c-link {
        font-weight: 300;
    }
    .c-layout-header.c-layout-header-2 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-btn-icon, .c-layout-header.c-layout-header-2 .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link:hover {
        color: #338de0 !important;
    }
}

@media (max-width: 991px) {
    .c-layout-header .c-navbar {
        height: 45px;
    }
    .c-layout-header .c-brand {
        margin: 10px 15px 11px 15px;
        width: inherit;
    }
}

@media (min-width: 992px) and (max-width: 1280px) {
    .c-layout-header .c-navbar .c-mega-menu.c-fonts-uppercase > .nav.navbar-nav > li > .c-link {
        font-size: 13px !important;
        padding: 41px 11px 39px 11px !important;
    }

    .c-page-on-scroll.c-layout-header-fixed .c-layout-header .c-mega-menu .nav.navbar-nav > li > .c-link {
        padding: 23px 11px 21px 11px !important;
    }
}

/*
 * Hero Video
 */
@media (min-width: 992px) {
    #hero_video_container {
        margin:103px auto 0px auto;
    }
}
@media (max-width: 991px) {
    #hero_video_container {
        margin:45px auto 0px auto;
    }
}


/*
 * Gallery
 */
.cbp-caption-zoom .cbp-caption-activeWrap {
    background-color: rgba(0, 0, 0, 0.5);
}

.cbp-l-caption-body {
    padding-left: 10px !important;
}

.cbp-l-caption-title {
    font-family: "Montserrat-extralight";
    line-height: 36px;
    text-transform: none;
}

.cbp-l-caption-desc {    
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
}

@media (min-width: 501px) {
    .cbp-l-caption-desc {
        margin-top: 8px;
    }
}
@media (max-width: 500px) {
    .cbp-l-caption-desc {
        margin-top: 0px;
        line-height: 1.2
    }
}

/*
 * CBP Lightbox
 */
.cbp-popup-lightbox-isIframe .cbp-popup-content {
    width: auto;
}

.cbp-popup-lightbox-bottom {
    position: inherit;
}

.cbp-popup-lightbox-title {
    font-family: 'Open Sans', sans-serif;
}


/*
 * Clients
 */
.owl-carousel .owl-controls {
    margin-top: 0px;
    margin-bottom: 60px;
}

.owl-carousel.c-theme .owl-controls .owl-dot.active {
    background: black;
}

.c-content-testimonial-3.c-option-light > .c-content {
    font-family: 'Open Sans', sans-serif;
}

/*
 * Our Services 
 */
@media (min-width: 992px) {
    .clinch-Services-min-height {
        min-height: 287px;
    }
}

.c-content-feature-6 > .c-list > li > .c-card {
    text-align: center;
    padding: 32px 40px 40px 40px;
    margin-right: 0px;
}

.c-content-feature-6 > .c-list > li > .c-bg-opacity-1 {
    background-color: rgba(0, 0, 0, 0.7);
}

.c-content-feature-6 > .c-list > li > .c-card > h3 {
    color: white;
}

.c-content-feature-6 > .c-list > li > .c-card > h4 {
    padding: 16px 0 12px 0;
    margin: 0;
    color: white;
}

.c-content-feature-6 > .c-list > li > .c-card > p {
    color: white;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 0 0 0;
}

.c-content-feature-6 > .c-list > li:last-child {
    padding: 10px 10px 10px 10px;
}
.c-content-feature-6 > .c-list > li {
    padding: 10px 10px 10px 10px;
}
.c-content-feature-6 > .c-list {
    margin: 0px 0 0 0;
}

/*
 * Technology
 */
@media (min-width: 992px) {
    .clinch-technology-margin-top {
        margin-top: 120px !important;
    }
}
@media (max-width: 991px) {
    .clinch-technology-margin-top {
        margin-top: 0px !important;
    }
}

/*
 * The Team
 */
.owl-theme:not(.owl-single):not(.owl-bordered) .owl-wrapper .owl-item, .owl-theme:not(.owl-single):not(.owl-bordered) .owl-stage-outer .owl-item {
    padding: 0 10px;
}

/* 
 * Footer (contact us)
 */
.c-layout-footer.c-layout-footer-1 .c-prefooter {
    background: white;
}

.c-layout-footer.c-layout-footer-1 .c-postfooter {
    background: white;
    padding:0px;
}


    .c-layout-footer.c-layout-footer-1 .c-prefooter .c-links .c-nav > li > a:hover {
        color: #c0c9d3;
    }

    .c-layout-footer.c-layout-footer-1 .c-prefooter .c-links .c-nav > li > a {
        color: black;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        text-transform: capitalize;
    }

.c-layout-footer.c-layout-footer-1 .c-prefooter .c-links .c-nav > li {
    padding: 10px 12px;
}

      .c-layout-footer.c-layout-footer-1 .c-prefooter .c-feedback {
        padding-top: 10px; }
        .c-layout-footer.c-layout-footer-1 .c-prefooter .c-feedback .form-control {
          color: #7c8895;
          font-size: 17px;
          font-weight: 300;
          border-radius: 0;
          box-shadow: none;
          border-color: #474f59;
          background: transparent;
          padding: 8px 16px; }
          .c-layout-footer.c-layout-footer-1 .c-prefooter .c-feedback .form-control::-moz-placeholder {
            color: #6f7b89; }
          .c-layout-footer.c-layout-footer-1 .c-prefooter .c-feedback .form-control:-moz-placeholder {
            color: #6f7b89; }
          .c-layout-footer.c-layout-footer-1 .c-prefooter .c-feedback .form-control:-ms-input-placeholder {
            color: #6f7b89; }
          .c-layout-footer.c-layout-footer-1 .c-prefooter .c-feedback .form-control::-webkit-input-placeholder {
            color: #6f7b89; }
          .c-layout-footer.c-layout-footer-1 .c-prefooter .c-feedback .form-control:focus {
            box-shadow: none;
            border-color: #474f59; }
        .c-layout-footer.c-layout-footer-1 .c-prefooter .c-feedback .c-form-wrap {
          width: 100%;
          height: 100%;
          display: table;
          vertical-align: middle; }
 .c-layout-footer.c-layout-footer-1 .c-prefooter .c-feedback .c-form-wrap-group {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.c-layout-footer.c-layout-footer-1 .c-prefooter .c-feedback .c-form-wrap-group .form-control {
    height: 48px;
    font-family: 'Open Sans', sans-serif;
}

.c-layout-footer.c-layout-footer-1 .c-prefooter .c-feedback .c-form-wrap-group .form-control:first-child {
    border-right-color: transparent;
    border-color: #cccccc;
}

.c-layout-footer.c-layout-footer-1 .c-prefooter .c-feedback .c-form-wrap-group .form-control:last-child {
    border-top-color: transparent;
    border-right-color: transparent;
    border-color: #cccccc;
}

.c-layout-footer.c-layout-footer-1 .c-prefooter .c-feedback .c-form-wrap-group:last-child .form-control:first-child {
    border-right-color: #cccccc;
}

.c-layout-footer.c-layout-footer-1 .c-prefooter .c-feedback .c-form-wrap-group:last-child .form-control:last-child {
    border-right-color: #cccccc;
}
        .c-layout-footer.c-layout-footer-1 .c-prefooter .c-feedback textarea.form-control {
          border-top-color: transparent;
          height: 180px; 
          font-family: 'Open Sans', sans-serif;
          border-color: #cccccc;
        }
          .c-layout-footer.c-layout-footer-1 .c-prefooter .c-feedback textarea.form-control:active,
          .c-layout-footer.c-layout-footer-1 .c-prefooter .c-feedback textarea.form-control:focus {
            border-color: #cccccc;
            font-family: 'Open Sans', sans-serif;
          }
        .c-layout-footer.c-layout-footer-1 .c-prefooter .c-feedback .btn:active,
        .c-layout-footer.c-layout-footer-1 .c-prefooter .c-feedback .btn:hover,
        .c-layout-footer.c-layout-footer-1 .c-prefooter .c-feedback .btn:focus {
          background: #cccccc;
          border-color: #cccccc; }

.c-layout-footer.c-layout-footer-1 .c-prefooter .c-feedback .c-form-wrap-group {
    vertical-align: initial;
    border-color: #cccccc;
}

/*
 * in-chrome-55-prevent-showing-download-button-for-html-5-video
 */
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}