@import url('/ikcss/fonts/stylesheet.css');

/*============================== 
    Common styles
================================*/

.spinner {
    width: 100%;
}

    .spinner input {
        text-align: right;
        font-family: open_sanssemibold,sans-serif;
    }

.signinsite {
    color: red !important;
}
    .signinsite:hover {
        color: #fff !important;
    }
.signinele {
    color: #ffd700 !important;
}
    .signinele:hover {
        color: #fff !important;
    }
.signinike {
    color: lightseagreen !important;
}
    .signinike:hover {
        color: #fff !important;
    }

.btn-exttext {
    background-color: #337ab7;
    border: 1px solid #fff;
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 0 1px rgba(0, 0, 0, 0.4);
    letter-spacing: 1px;
    transition: all .5s;
    text-align: center;
    text-transform: none;
    height: 28px;
    padding: 0px 8px 0px 10px;
    line-height: 1.1;
    margin-bottom: 0;
}
    .btn-exttext:hover {
        background-color: #285f8f;
        border: 1px solid #fff;
        color: rgba(255, 255, 255, 1);
    }


.copyright-banner {
    color: #666666;
    font-size: 11px;
    line-height: 1.5;
    font-family: open_sanssemibold,sans-serif;
    vertical-align: bottom;
}

.input-group-btn-vertical {
    position: absolute;
    white-space: nowrap;
    width: 1%;
    vertical-align: top;
    display: table-cell;
    right: -1px;
}
    .input-group-btn-vertical > .btn {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 6px 8px;
        margin-left: -1px;
        position: relative;
        border-radius: 0;
        height: 16px;
    }

        .input-group-btn-vertical > .btn:first-child {
            border-top-right-radius: 4px;
            margin-bottom: -1px;
        }

        .input-group-btn-vertical > .btn:last-child {
            margin-top: 1px;
            border-bottom-right-radius: 4px;
        }

    .input-group-btn-vertical i {
        position: absolute;
        top: 0;
        left: 4px;
    }

/* modal backdrop fix */
/*.modal:nth-of-type(even) {
    z-index: 1052 !important;
}

.modal-backdrop.show:nth-of-type(even) {
    z-index: 1051 !important;
}
*/
.modal-backdrop {
    visibility: hidden !important;
}

.modal.show {
    background-color: rgba(0,0,0,0.5);
}

.ik-media-container {
    vertical-align: middle;
    height: 470px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(255,255,255,0.04);
    border: 3px solid #434343;
    padding: 8px;
}

    .ik-media-container img {
        max-height: 450px;
        margin: auto
    }

/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #337ab7;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #337ab7;
    }

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
}

.text-theme-color {
    color: #337ab7 !important;
}

.text-footer-color {
    color: #f2f2f2;
}

.text-blue {
    color: #212849;
}

.height-100vh {
  height: 100vh; }

.bg-img {
  background-size: contain;
  background-repeat: no-repeat; }

.bg-theme {
  background-color: #b10000; }

.bg-blue {
  background-color: #212849; }

.theme-overlay[data-overlay-dark]:before {
    background: #b10000;
}

a:hover, a:active {
  color: #b10000;
  text-decoration: none; }

/* list-style */
.list-style li:first-child {
  padding-top: 0; }

/* button styles*/

.btn-cancel {
    background: #1f1f1f !important;
    border: 2px solid #666 !important;
    color: #fff !important;
}

    .btn-cancel:hover {
        background: #285f8f !important;
        border: 2px solid #285f8f !important;
    }

.debug-info-data {
    font-size: 12px;
    color: #c2c2c2;
    overflow:hidden;
    text-overflow:ellipsis;
    font-family: open_sanssemibold,sans-serif;
}

.btn {
    display: inline-block;
    height: 38px;
    font-size: 14px;
    padding: 7px 18px;
    background: #337ab7;
    border: 2px solid #337ab7;
    color: #fafafa;
    /* letter-spacing: 1px; */
    border-radius: 0px;
    /* font-weight: 600; */
    text-transform: uppercase;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    font-family: open_sanssemibold,sans-serif;
}
    .btn:hover, .btn:active {
        background: #285f8f;
        color: #fafafa;
        border-color: #285f8f;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px !important;
    }

    .btn.fill {
        background: #337ab7;
        color: #fafafa;
        border-color: #337ab7;
    }

        .btn.fill:hover, .btn.fill:active, .btn.fill:focus {
            color: #285f8f;
            border-color: #285f8f;
            background: transparent;
        }
    .btn.disabled, .btn:disabled {
        background: #232323;
        border-color: #232323;
        opacity: 1;
    }

    .btn.small {
        padding: 4px 16px;
    }

.btn-rad-21 {
    border-radius: 21px;
}

.btn-sm {
    margin: 5px;
    padding: 0 10px;
    height: 28px;
    font-size: 13px;
/*    margin: 5px;
    padding: 0 15px;
    height: 30px;
*/
}

.btn-xs {
    padding: 1px 4px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    height: 23px;
    margin: 0 2px;
}

.btn-nav {
    height: 35px;
    margin: auto 10px;
    padding: 0px 18px;
    background: #b10000;
    border: 2px solid #b10000;
    color: #fff;
    width: 100%;
}

    .btn-nav:hover, .btn-nav:active {
        color: #fff;
        background: #7f0000;
        border: 2px solid #7f0000;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px !important;
    }

.btn-page {
    background: #b10000;
    border: 2px solid #b10000;
    color: #fff;
}

    .btn-page:hover, .btn-page:active {
        color: #fff;
        background: #7f0000;
        border: 2px solid #7f0000;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px !important;
    }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
    }

.btn-warning {
    color: #fff;
    background-color: #ba8b00;
    border-color: #ba8b00;
}

    .btn-warning:hover {
        color: #fff;
        background-color: #a17800;
        border-color: #a17800;
    }

.btn-danger {
    color: #fff;
    background-color: #710000;
    border-color: #710000;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }

.has-error {
    border: 2px solid red !important;
}

.has-warning {
    border: 2px solid yellow !important;
}
    /*
    Image Fade-In Cycle
*/

    .fadein img {
    position: absolute;
    top: 15px;
    left: 30px;
    width: calc(100% - 60px);
    -webkit-animation-name: fade;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 18s;
    animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 18s;
}

@-webkit-keyframes fade {
    0% { opacity: 0; }
    20% { opacity: 1; }
    33% { opacity: 1; }
    53% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes fade {
    0% { opacity: 0; }
    20% { opacity: 1; }
    33% { opacity: 1; }
    53% { opacity: 0; }
    100% { opacity: 0; }
}

#f1 {}

#f2 { -webkit-animation-delay: -12s;}

#f3 { -webkit-animation-delay: -6s;}

#f4 {}

#f5 { -webkit-animation-delay: -12s;}

#f6 { -webkit-animation-delay: -6s;}



/* loaders */

#contentloader {
    background-color: #161616;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    display: table;
    text-align: center;
}

#dataloader {
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    display: table;
    text-align: center;
}


#preloader {
    background-color: #161616;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    display: table;
    text-align: center;
}

.loader {
    display: table-cell;
    background-color: transparent;
    vertical-align: middle;
    position: relative;
    width: 200px;
    height: 200px;
}

.loader-container {
    width: 80px;
    height: 80px;
    background-color: transparent;
    position: relative;
    margin: 0 auto;
}

.loader-icon {
    width: 80px;
    height: 80px;
    border: 5px solid #b10000;
    border-right-color: #fff;
    border-radius: 50%;
    position: absolute;
    animation: loader-rotate 1s linear infinite;
}

.loader-img {
    position: relative;
    top: 22px;
    width: 36px;
    height: 36px;
}

/*Portal Main*/

.portal-body {
    background-color: #1f1f1f;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
}

.portal-content {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 70px 0 36px;
    background-color: #1f1f1f;
}

.portal-footer-bar {
    padding: 5px;
    bottom: 0;
    position: fixed;
    width: 100%;
    text-align: center;
    background: #0f0f0f;
    color: #fafafa;
}

.ikreg {
    position: relative;
    font-size: 35%;
    line-height: 0;
    top: 0;
    vertical-align: super;
    font-weight:600;
}

.nav-separator-h {
    width: 100%;
    height: 1px;
    padding: 0 5px;
    margin: 5px 0;
    background-color: rgba(0,0,0,.6);
}


.title-img-con {
    text-align: left;
    margin: auto;
}

}
.title-page {
    position: relative;
    padding: 0px;
    text-align: center;
}

    .title-page .title-img {
        max-width: 525px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .title-page .title {
    }

    .title-page h1 {
        white-space: nowrap;
        font-size: 60px;
        line-height: 50px;
        font-weight: 400;
        color: #ffffff;
        transition: none 0s ease 0s;
        border-width: 0px;
        letter-spacing: 4px;
        font-family: open_sansregular,sans-serif;
        text-align: center;
        font-variant: small-caps;
    }

    .title-page h2 {
        white-space: nowrap;
        font-size: 32px;
        line-height: 53px;
        font-weight: 600;
        color: rgba(255,255,255,0.9);
        transition: none 0s ease 0s;
        border-width: 0px;
        font-variant: small-caps;
        font-family: open_sansregular,sans-serif;
        text-align:center;
    }

    .title-page span {
        height: 20px;
        display: inline-block;
    }

    .title-page button {
        margin: 30px 5px;
    }

    .title-page .arrow {
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 13px;
        z-index: 99;
    }

        .title-page .arrow a {
            color: #fff;
        }

            .title-page .arrow a :hover {
                color: #b10000;
            }

.title-page .arrow i {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 32px;
}

    .title-page .arrow i:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        border-radius: 50%;
        z-index: -1;
        transition: all .2s;
    }

    .title-page .arrow i:hover:after {
        background: #fff;
        transform: scale(1.2);
        transition: all .5s;
    }

@media screen and (max-width: 1199px) {
    .title-page h1 { font-size: 50px; line-height: 30px;}
    .title-page h2 { font-size: 24px; line-height: 30px;}
    .title-page .title-divider {width:400px;}
    .title-page .testimonial1 {font-size: 18px; line-height: 32px;}
    .title-img {max-width: 450px !important; }
    .title-img-con{ text-align:left; }
}

@media screen and (max-width: 992px) {
    .title-page h1 { font-size: 50px; line-height: 30px;}
    .title-page h2 { font-size: 24px; line-height: 30px;}
    .title-page .title-divider {width:400px;}
    .title-page .testimonial1 {font-size: 18px; line-height: 32px;}
    .title-img {max-width: 450px !important;}
    .title-img-con{ text-align:center; }

}

@media screen and (max-width: 767px) {
    .title-page h1 { font-size: 50px; line-height: 30px;}
    .title-page h2 { font-size: 24px; line-height: 30px;}
    .title-page .title-divider {width:400px;}
    .title-page .testimonial1 {font-size: 18px; line-height: 32px;}
    .title-img {max-width: 400px !important;}
    .title-img-con{ text-align:center; }

}

@media screen and (max-width: 576px) {
    .title-page .title{max-width: 570px}
    .title-page h1 { font-size: 48px; line-height: 52px;}
    .title-page h2 { font-size: 20px; line-height: 24px;}
    .title-page .title-divider {width:300px;}
    .title-page .testimonial1 {font-size: 14px; line-height: 26px;}
    .title-img { max-width: 350px !important; }
    .title-img-con{ text-align:center; }

}

.title-divider {
    width: 500px;
    border-top: 4px solid rgba(0,0,0,.8);
}

.section-title2 {
    font-size: 24px;
    padding: 5px 15px;
    font-style: normal;
    font-family: open_sansregular,sans-serif;
    color: #4f4f4f;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: left;
    line-height: 40px;
}
.title-style5 p::before {
    margin: auto auto 15px;
    font-weight: 700;
    font-family: Font Awesome\ 5 Free;
    color: #b10000;
    font-size: 23px;
    display: block;
}

.separator-nav {
    display: inline-block;
    margin: auto 20px;
    height: 10px;
    width: 1px;
    background-color: #b10000;
}

.separator {
    display: inline-block;
    margin: 15px 2px !important;
    height: 10px;
    width: 1px;
    background-color: #b10000;
}


.modal-dialog {
    max-width: 600px;
}

.modal-dialog-sm {
    max-width: 400px; /* your width */
}

.modal-dialog-md {
    max-width: 750px; /* your width */
}

.modal-dialog-mdd {
    max-width: 850px; /* your width */
}

.modal-dialog-lg {
    max-width: 950px; /* your width */
}

.modal-dialog-xl {
    max-width: 1548px; /* your width */
    margin: 0 auto;
}

.modal-dialog-xxl {
    max-width: 1842px; /* your width */
    margin: 0 auto;
}

.modal-dialog-full {
    max-width: 100%; /* your width */
    margin: 0;
    border-radius: 0;
}

.form-horizontal .control-label {
    text-align: left;
}


.modal-header {
    border:none;
    padding: 8px 16px;
    /*background-image: linear-gradient(to right, rgba(101,0,0,1), rgba(101,0,0,0.2));*/
}

    .modal-header .close {
        padding: 5px 15px;
        font-size: 3rem;
        font-weight: 100;
        line-height: 1;
        color: #a4a4a4;
        text-shadow: 0 1px 0 #000;
    }

        .modal-header .close:hover {
            color: #fff !important;
            opacity: 1;
        }

    .modal-header select {
        font-size: 14px;
        font-family: open_sansbold,sans-serif;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: #e1e1e1 !important;
        background: url(/ikimages/select-arrow.png) no-repeat right 2px top 8px;
        color: #333;
        border: none;
        padding: 0;
        padding-left: 5px;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        border: none;
        height: calc(1.5em + .55rem);
        line-height: 1.1;
        width: 300px;
    }
        .modal-header select:focus {
            background-color: #fafafa !important;
            border: none;
        }

        .modal-header select > option {
            color: #333 !important;
            font-weight: 600 !important;
            font-size: 12px !important;
        }


.modal-title {
    margin-bottom: 0;
    color: rgba(255,255,255,0.9);
    font-size: 20px;
    padding-bottom: 3px;
    font-family: open_sanssemibold,sans-serif;
}
.modal-content {
    border: 1px solid #494949;
    color: #999;
    background-color: #0f0f0f;
    padding: 10px 5px;
}

        .modal-content a {
            color: #337ab7;
            font-weight: 500;
            font-family: open_sanssemibold,sans-serif;
        }

            .modal-content a:hover {
                color: #fff
            }

.modal-body form:first-of-type {
    padding-top: 35px;
    border-top: 3px solid #337ab7;
}

/*Verification Code Input*/
.verification-code-input {
    text-align: center;
    font-size: 26px;
    color: #000;
    padding: 0px !important;
    border: 3px solid #737373 !important;
    width: 100%;
    outline: none;
    border-radius: 3px;
}

    .verification-code-input:focus {
        border-color: #337ab7 !important;
    }

/*IK list style 1 */
.ik-list-style-1 {
    margin: 0;
    font-size: 15px;
    color: #080808;
    padding: 15px 0px 20px 15px;
    min-height: 225px;
    /* box-shadow: 8px 8px #7f0000; */
    /* background-color: #fafafa; */
    /* border: 1px solid #939393; */
    /* border-radius: 10px; */
}

.ik-list-block h4::after {
    content: '';
    display: block;
    width: 10%;
    height: 3px;
    background: #b10000;
    margin: 5px;
    position: absolute;
    left: 10px;
    right: 0;
    /* bottom: 0; */
}

.ik-list-block:hover h4::after {
    width: 30%;
}

/*.ik-list-block::before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -3px;
    right: -3px;
    border-bottom: 3px solid #b10000;
    border-right: 3px solid #b10000;
}

.ik-list-block::after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -3px;
    left: -3px;
    border-top: 3px solid #b10000;
    border-left: 3px solid #b10000;
}*/



.ik-list-style-1 li {
    list-style: disc;
    padding: 0 0 8px 0;
}

    .ik-list-style-1 li::marker {
        color:#b10000
    }




        .ik-list-style-1 li:last-child {
            margin: 0;
            padding: 0;
        }


@keyframes loader-rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }

    .container-portal {
        max-width: 100% !important;
    }

}

@media screen and (max-width: 575px) {
    .mobile-margin-15px-bottom {
        margin-bottom: 15px !important;
    }

    .mobile-margin-20px-bottom {
        margin-bottom: 20px !important;
    }

    .mobile-margin-25px-bottom {
        margin-bottom: 25px !important;
    }

    .mobile-margin-30px-bottom {
        margin-bottom: 30px !important;
    }

    .mobile-margin-40px-bottom {
        margin-bottom: 40px !important;
    }

    .mobile-padding-15px-bottom {
        padding-bottom: 15px !important;
    }

    .mobile-padding-20px-bottom {
        padding-bottom: 20px !important;
    }

    .mobile-padding-25px-bottom {
        padding-bottom: 25px !important;
    }

    .mobile-padding-50px-bottom {
        padding-bottom: 50px !important;
    }

    .mobile-display-none {
        display: none;
    }

    .mobile-no-margin-right {
        margin-right: 0 !important;
    }
}

    /* title, container and block */
    .line-title {
        border-bottom: 1px solid rgba(0, 0, 0, 0.09);
        margin-bottom: 35px;
        padding-bottom: 15px;
    }

        .line-title h1, .line-title h2, .line-title h3, .line-title h4, .line-title h5, .line-title h6 {
            font-weight: 600;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        .line-title h3, .line-title h4 {
            font-size: 26px;
            font-weight: 600;
        }

    .common-block {
        padding: 35px;
        border: 1px solid rgba(0, 0, 0, 0.09);
        border-radius: 4px;
    }

        .common-block a {
            color: #337ab7;
        }

            .common-block a:hover {
                color: #b10000;
                text-decoration: none;
                transition-timing-function: ease-in-out;
                -ms-transition-timing-function: ease-in-out;
                -moz-transition-timing-function: ease-in-out;
                -webkit-transition-timing-function: ease-in-out;
                -o-transition-timing-function: ease-in-out;
                transition-duration: .2s;
                -ms-transition-duration: .2s;
                -moz-transition-duration: .2s;
                -webkit-transition-duration: .2s;
                -o-transition-duration: .2s;
            }


    @media screen and (max-width: 991px) {
        .line-title {
            margin-bottom: 30px;
        }

            .line-title h3, .line-title h4 {
                font-size: 24px;
            }

        .common-block {
            padding: 30px;
        }
    }

    @media screen and (max-width: 575px) {
        .line-title h3, .line-title h4 {
            font-size: 22px;
        }

        .common-block {
            padding: 25px;
        }
    }

    @media screen and (max-width: 1599px) {
        .bg-container {
            left: 5%;
        }
    }

    @media screen and (max-width: 1399px) {
        .bg-container {
            left: 0;
        }
    }

    @media screen and (max-width: 1199px) {
        .bg-container {
            left: 0;
            top: 0;
        }
    }

    @media screen and (max-width: 991px) {
        .sm-center-col {
            float: none;
            margin-left: auto;
            margin-right: auto;
        }

        .bg-container {
            background-repeat: repeat;
        }
    }

    @media screen and (max-width: 767px) {
        .xs-center-col {
            float: none;
            margin-left: auto;
            margin-right: auto;
        }

        .xs-no-padding-left {
            border-left: none !important;
        }

        /* spacing between columns*/
        .xs-default-gutter {
            margin: 0 -15px;
        }

            .xs-default-gutter > [class*="col-"] {
                padding-right: 15px;
                padding-left: 15px;
                padding-bottom: 0;
                padding-top: 0;
            }
    }

    @media screen and (max-width: 575px) {
        .mobile-margin-15px-bottom {
            margin-bottom: 15px !important;
        }

        .mobile-margin-20px-bottom {
            margin-bottom: 20px !important;
        }

        .mobile-margin-25px-bottom {
            margin-bottom: 25px !important;
        }

        .mobile-margin-30px-bottom {
            margin-bottom: 30px !important;
        }

        .mobile-margin-35px-bottom {
            margin-bottom: 35px !important;
        }

        .mobile-padding-15px-bottom {
            padding-bottom: 15px !important;
        }

        .mobile-padding-20px-bottom {
            padding-bottom: 20px !important;
        }

        .mobile-padding-25px-bottom {
            padding-bottom: 25px !important;
        }

        .mobile-padding-35px-bottom {
            padding-bottom: 35px !important;
        }

        .bg-container {
            top: 0;
        }
    }

    .background-position-left-top {
        background-position: left top;
    }

    .background-no-repeat {
        background-repeat: no-repeat !important;
    }

    /* spacing between columns*/
    .half-gutter {
        margin: 0 -8px;
    }

        .half-gutter > [class*="col-"] {
            padding: 7px;
        }

    /* primary listing */
    .primary-list {
        padding-left: 0;
    }

        .primary-list li {
            font-size: 14px;
            font-weight: 500;
            margin-top: 15px;
            list-style-type: none;
            color: #222;
        }

            .primary-list li i {
                color: #b10000;
                padding-right: 10px;
            }

    /* list style1 */
    .list-style1 {
        list-style: none;
        margin: 0 0 30px 0;
        padding: 0;
    }

        .list-style1 li {
            position: relative;
            padding: 0 0 14px 40px;
            margin: 0 0 14px 0;
            border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        }

            .list-style1 li span {
                position: absolute;
                top: 3px;
                right: 0;
            }

            .list-style1 li:last-child {
                border-bottom: none;
                padding-bottom: 0;
                margin-bottom: 0;
            }

            .list-style1 li:before {
                content: "";
            }

            .list-style1 li i {
                color: #b10000;
                font-size: 12px;
                background: rgba(255, 0, 0, 0.1);
                margin-right: 12px;
                border-radius: 30px;
                padding: 6px;
                position: absolute;
                left: 0;
                top: 2px;
                line-height: 12px;
            }

    /* list style2 */
    .list-style2 {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .list-style2 li {
            margin-bottom: 25px;
            box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
            background: #fff;
            padding: 20px 25px;
        }

            .list-style2 li:last-child {
                margin-bottom: 0;
            }

            .list-style2 li span {
                display: inline-block;
                max-width: 50px;
                width: 100%;
                vertical-align: top;
                font-size: 42px;
                line-height: 40px;
                font-weight: 700;
                color: rgba(0, 0, 0, 0.1);
                text-align: right;
            }

            .list-style2 li p {
                display: inline-block;
                margin-bottom: 0;
                max-width: 350px;
                width: 100%;
                vertical-align: top;
                padding-left: 25px;
            }

    .list-style-14 li:before, .list-style-16 li:after {
        color: #b10000;
    }

    @media screen and (max-width: 1199px) {
        .list-style2 li {
            margin-bottom: 20px;
            padding: 20px 10px;
        }

            .list-style2 li p {
                max-width: 325px;
            }

            .list-style2 li span {
                font-size: 40px;
            }
    }

    @media screen and (max-width: 575px) {
        .list-style2 li p {
            max-width: 220px;
            padding-left: 20px;
        }
    }
    /* button style */
    .butn {
        background: #282b2d;
        color: #fff;
        text-align: center;
        border-radius: 2px;
        padding: .75rem 1.75rem;
        line-height: 1.6;
        font-weight: 500;
        letter-spacing: 0.6px;
        text-transform: none !important;
        position: relative;
        z-index: 1;
        display: inline-block;
        white-space: nowrap;
        border: none;
        cursor: pointer;
        -moz-transition: width .4s;
        -ms-transition: width .4s;
        -webkit-transition: width .4s;
        -o-transition: width .4s;
        transition: width .4s;
    }

        .butn span {
            z-index: 9;
            position: relative;
        }

        .butn:hover {
            color: #fff;
            border-radius: 3px;
        }

        .butn:after {
            content: '';
            position: absolute;
            border-radius: 4px;
            bottom: 6px;
            left: 0;
            height: 2px;
            -moz-transition: width .4s;
            -ms-transition: width .4s;
            -webkit-transition: width .4s;
            -o-transition: width .4s;
            transition: width .4s;
            width: 0;
            background: #b10000;
            height: 100%;
            top: 0;
            z-index: 1;
        }

        .butn:hover:after {
            width: 100%;
            border-radius: 3px;
        }

        .butn.white {
            background: #fff;
            color: #282b2d;
        }

            .butn.white:hover {
                color: #fff;
                border-radius: 3px;
            }

            .butn.white:after {
                background: #282b2d;
                border-radius: 3px;
            }

        .butn.white-hover:hover {
            color: #282b2d;
        }

            .butn.white-hover:hover span {
                color: #282b2d;
            }

        .butn.white-hover:after {
            background: #fff;
            border-radius: 3px;
        }

        .butn.light {
            background: rgba(255, 0, 0, 0.1);
            color: #b10000;
        }

            .butn.light:hover {
                color: #fff;
                background: #b10000;
                border-radius: 3px;
            }

            .butn.light:after {
                background: #b10000;
                border-radius: 3px;
            }

        .butn.theme {
            background: #b10000;
            color: #fff;
        }

            .butn.theme span {
                color: #fff;
            }

            .butn.theme:hover {
                color: #fff;
                border-radius: 3px;
            }

            .butn.theme:after {
                background: #b10000;
                border-radius: 2px;
            }

            .butn.theme.white-hover:hover {
                color: #282b2d;
            }

                .butn.theme.white-hover:hover span {
                    color: #282b2d;
                }

            .butn.theme.white-hover:after {
                background: #fff;
                border-radius: 3px;
            }

        .butn.white.theme-hover:hover {
            color: #fff;
        }

            .butn.white.theme-hover:hover span {
                color: #fff;
            }

        .butn.white.theme-hover:after {
            background: #b10000;
            border-radius: 3px;
        }

        .butn.md-lg {
            padding: 16px 30px;
        }

        .butn.sm-lg {
            padding: 14px 28px;
        }

        .butn.wide {
            letter-spacing: 5px;
        }

        .butn.md-wide {
            letter-spacing: 4px;
        }

        .butn.sm-wide {
            letter-spacing: 3px;
        }

        .butn.xs-wide {
            letter-spacing: 2px;
        }

        .butn.small {
            padding: 8px 20px;
        }

        .butn.medium {
            padding: 10px 20px;
        }


    @media screen and (max-width: 991px) {
        .butn.small {
            padding: 7px 16px;
        }

        .butn.medium {
            padding: 8px 18px;
        }
    }

    @media screen and (max-width: 767px) {
        .butn.small {
            padding: 6px 14px;
        }

        .butn.medium {
            padding: 6px 16px;
        }
    }

.dlrequired {
    border-left: 3px solid rebeccapurple !important;
}

.dlrequiredfields {
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #000;
    border-left: 3px solid rebeccapurple;
    padding-bottom: 4px;
    padding-left: 5px;
    white-space: nowrap;
    color: #c2c2c2 !important;
    height: 18px;
    padding-top: 0;
    border-top: none;
    border-bottom: none;
    border-right: none;
    background-color: transparent;
    position: absolute;
    line-height: 1.5;
    left: 15px;
}

.readonly {
    background-color: #c8c8c8 !important;
}

/* ===================================
    dark control items
====================================== */

.dark-modal-header {
    color: #c2c2c2 !important;
    border-bottom-color: #337ab7 !important;
    padding: 15px !important;
    border-radius: 0;
}

.dark-modal-footer {
    padding: 5px 10px;
    border-top: 2px solid #337ab7;
}

.dark-panel-header {
    color: #c2c2c2 !important;
    display: inline-block !important;
    width: 100%;
    padding: 4px;
    border-bottom: 3px solid #333;
    border: none none 2px;
    margin-bottom: 10px;
    font-family: open_sanssemibold,sans-serif;
}

.dark-panel-logo {
    height: 80px;
    padding: 5px;
    background-color: rgb(255, 255, 255);
}

    .dark-panel-logo img {
        height: 100%;
        width: auto;
        padding: 5px;
    }

.dark-subpanel-header {
    color: #FAFAFA !Important;
    background-color: #337ab7 !important;
    padding: 0 15px;
    border-bottom: 2px solid #337ab7;
}

.dark-subpanel-heading {
    color: #FAFAFA !Important;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.dark-panel-header-primary {
    color: #337ab7 !important;
}

.dark-panel-title {
    float: left;
}

    .dark-panel-title label {
        margin-bottom: 0;
        font-family: open_sanssemibold,sans-serif;
        font-size: 15px;
        float: left;
    }

        .dark-panel-title label i {
            color: #ffd700;
        }

.dark-panel-tools button {
    background-color: transparent;
    border: none;
    color: #47a447;
    padding: 7px;
    font-size: 11px;
    font-family: open_sanssemibold,sans-serif;
    font-weight: 400;
    text-transform: none;
}

    .dark-panel-tools button:hover {
        background-color: transparent;
        border: none;
        color: #fff;
    }


.btn-dpt {
    float: right;
    height: 23px;
    padding-bottom: 6px;
}

.dark-date-value {
    font-weight: 500;
    background-color: rgba(255,255,255,.9);
    color: #333;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0 !important;
    padding-top: 4px;
    padding-bottom: 4px;
    height: 32px;
    font-family: open_sanssemibold,sans-serif;
}

    .dark-date-value:disabled {
        background-color: #c8c8c8;
        cursor: not-allowed;
        -webkit-text-fill-color: #5c5c5c;
        /* The opacity must be set to 1*/
        opacity: 1;
    }

.dark-label {
    font-size: 13px;
    font-weight: 500;
    background-color: rgba(255,255,255,0.07);
    color: #c2c2c2;
    border: none;
    border-left: 3px solid #337ab7;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    padding: 2px 5px;
    height: 32px;
    white-space: nowrap;
    margin-bottom: 5px;
    font-family: open_sanssemibold,sans-serif;
}

.dark-label-sm {
    height: 38px !important;
    padding-top: 5px !important;
}

.dark-value {
    font-size: 14px;
    font-weight: 500;
    background-color: rgba(255,255,255,.9);
    color: #333;
    border: none;
    border-left: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0 !important;
    padding: 5px;
    padding-bottom: 2px;
    height: 32px;
    margin-bottom: 5px;
    font-family: open_sanssemibold,sans-serif;
}

    .dark-value:disabled, .dark-value:read-only {
        background-color: rgba(255,255,255,0.2) !important;
        color: #fafafa !important;
        font-family: open_sanssemibold,sans-serif;
        border-left: 1px solid #000;
    }

.dark-value-ol {
    border: 1px solid #333;
}

.dark-select-value {
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: 500;
    background-color: rgba(255,255,255,.9) !important;
    background: url(/ikimages/select-arrow.png) no-repeat right 2px top 8px;
    color: #333;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0 !important;
    padding: 0;
    padding-left: 2px;
    height: 32px;
    margin-bottom: 5px;
    font-family: open_sanssemibold,sans-serif;
}
    .dark-select-value > option {
        color: #333 !important;
        font-weight: 600 !important;
        font-size: 12px !important;
    }

    .dark-select-value:disabled {
        background-color: rgba(255,255,255,0.2) !important;
        color: #fafafa !important;
        /* The opacity must be set to 1*/
        opacity: 1;
    }

.dark-select-value-btn {
    border: 1px solid #fafafa;
    line-height: 1;
    padding: 7px;
    font-size: 10px !important;
    text-transform: none;
}

    .dark-select-value-btn:hover {
        border: 1px solid #fafafa;
        color:#ffffff;
    }


.dark-select-value-ol {
    border: 1px solid #333;
    background-color: rgba(255,255,255,.9) !important;
    margin-bottom: 0;
}


.dark-select-value-sm {
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: 500;
    background-color: rgba(255,255,255,.9) !important;
    background: url(/ikimages/select-arrow.png) no-repeat right 2px top 8px;
    color: #333;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0 !important;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    height: 32px;
}

    .dark-select-value-sm:disabled {
        background-color: rgba(255,255,255,0.2) !important;
        color: #fafafa !important;
        /* The opacity must be set to 1*/
        opacity: 1;
    }

.dark-28 {
    height: 28px !important;
    font-size: 12px !important;
}

.dark-28-btn {
    height: 26px !important;
    font-size: 12px !important;
}


.dark-value-sm:disabled, .dark-value-sm:read-only {
    background-color: rgba(255,255,255,0.2) !important;
    color: #fafafa !important;
    font-family: open_sanssemibold,sans-serif;
    border-left: 1px solid #000;
}



.dark-label-sm-ol {
    height: 38px !important;
    padding-top: 5px !important;
    font-weight: 400;
    border-top: 1px solid rgb(67,108,142) !important;
    border-bottom: 1px solid rgb(67,108,142) !important;
    border-right: 1px solid rgb(67,108,142) !important;
    border-left: 5px solid #444;
}

.dark-value-sm-ol {
    height: 32px;
    border: 1px solid #444;
    background-color: rgba(255,255,255,.9) !important;
}

    .dark-value-sm-ol:disabled, .dark-value-sm-ol:read-only {
        background-color: rgba(255,255,255,0.2) !important;
        color: #fafafa !important;
        font-family: open_sanssemibold,sans-serif;
        border-left: 1px solid #000;
    }

.dark-select-value-sm-ol {
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: 500;
    background-color: rgba(255,255,255,.9) !important;
    background: url(/ikimages/select-arrow.png) no-repeat right 2px top 8px;
    color: #333;
    border: 1px solid #333 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0 !important;
    padding-top: 4px;
    padding-bottom: 4px;
    height: 32px;
}

.dark-label-long {
    font-size: 14px;
    font-weight: 600;
    color: #fafafa;
    border: none !important;
    border-left: 5px solid #337ab7 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    padding-top: 8px;
    padding-bottom: 4px;
    padding-left: 5px;
    white-space: normal;
    margin-top: 10px;
    margin-bottom: -1px;
    text-align: left;
    line-height: 1.42857;
}

.dark-value-long {
    -webkit-appearance: none;
    font-weight: 500;
    font-family: open_sanssemibold,sans-serif;
    background-color: rgba(255,255,255,.9);
    color: #333;
    border: none;
    border-left: 5px solid #555555 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0 !important;
    padding: 4px;
    margin-bottom: 5px;
    width: 100%;
    line-height: 1.42857;
}

    .dark-value-long:disabled, .dark-value-long:read-only {
        background-color: rgba(255,255,255,0.2) !important;
        color: #fafafa !important;
        font-family: open_sanssemibold,sans-serif;
        border-left: 1px solid #000;
    }

    .dark-value-long.required {
        border-left: 5px solid rebeccapurple  !important;
    }


/********************
Dark Tabs - Custom tabs
*********************/
.dark-tabbable-custom {
    padding: 0;
    line-height: 32px;
}

    .dark-tabbable-custom > .tab-content {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 0 5px;
        border: 2px solid #151515;
        overflow: hidden;
        overflow-y: auto;
    }

    .dark-tabbable-custom > .nav-tabs {
        border: none;
        margin: 0;
    }

    .dark-tabbable-custom .nav-tabs > li {
        margin-right: 2px;
        height: 38px;
        background-color: #000;
    }

        .dark-tabbable-custom .nav-tabs > li > a.nav-link {
            border-radius: 0;
            color: #c2c2c2;
            background: transparent !important;
            font-size: 14px;
            margin-right: 0px;
            border-top: 4px solid #337ab7;
            border-right: 2px solid #333;
            border-left: 2px solid #121212;
            border-bottom: 1px solid #121212;
            padding: 0 8px 3px 8px;
        }
            .dark-tabbable-custom .nav-tabs > li > a.nav-link:hover {
                color: #fff;
            }

            .dark-tabbable-custom .nav-tabs > li > a.nav-link.active {
                border-top: 4px solid #5cb85c;
                color: #fafafa;
            }

                .dark-tabbable-custom .nav-tabs > li > a.nav-link.active:hover {
                    color: #fafafa;
                }

            .dark-tabbable-custom .nav-tabs > li > a > i {
                color: #C7B83F !important;
            }


    /*full width tabs with bigger titles */
    .dark-tabbable-custom .tabbable-full-width > .tab-content {
        padding: 15px 10px;
    }

    .dark-tabbable-custom .tabbable-full-width .nav-tabs > li > a {
        font-size: 15px;
        padding: 9px 10px;
    }


/* ===================================
    Section heading
====================================== */
.section-heading {
    margin-bottom: 30px;
    text-align: center;
    padding: 60px 10px 40px;
    font-family: open_sanssemibold, sans-serif;
}

    .section-heading.half {
        margin-bottom: 15px;
    }

    .section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 10px;
        position: relative;
        line-height: 140%;
        font-family: open_sansregular, sans-serif;
    }

        .section-heading h1:after, .section-heading h2:after, .section-heading h3:after, .section-heading h4:after, .section-heading h5:after, .section-heading h6:after {
            content: '';
            display: block;
            width: 200px;
            height: 2px;
            background: #b10000;
            margin: 0 auto;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
        }

        /*.section-heading h1:before, .section-heading h2:before, .section-heading h3:before, .section-heading h4:before, .section-heading h5:before, .section-heading h6:before {
            content: '';
            display: block;
            width: 400px;
            height: 3px;
            background: #1f1f1f;
            margin: 0 auto;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
        }*/


    .section-heading.white h1, .section-heading.white h2, .section-heading.white h3, .section-heading.white h4, .section-heading.white h5, .section-heading.white h6, .section-heading.white p, .section-heading.white span {
        color: #fff;
    }

    .section-heading.grey h1, .section-heading.grey h2, .section-heading.grey h3, .section-heading.grey h4, .section-heading.grey h5, .section-heading.grey h6 {
        color: grey;
    }

        .section-heading.grey h1:after, .section-heading.grey h2:after, .section-heading.grey h3:after, .section-heading.grey h4:after, .section-heading.grey h5:after, .section-heading.grey h6:after {
            background: #000;
        }

    .section-heading.grey span {
        color: #000;
    }

    .section-heading.left {
        text-align: left;
    }

        .section-heading.left h1, .section-heading.left h2, .section-heading.left h3, .section-heading.left h4, .section-heading.left h5, .section-heading.left h6 {
            padding-bottom: 15px;
        }

            .section-heading.left h1:after, .section-heading.left h2:after, .section-heading.left h3:after, .section-heading.left h4:after, .section-heading.left h5:after, .section-heading.left h6:after {
                margin: 0;
                left: 0;
            }

    .section-heading strong {
        font-weight: 600;
    }

    .section-heading p {
        font-size: 18px;
        padding-top: 15px;
        margin: 0 auto;
        color: #697681;
        font-family: open_sansregular, sans-serif;
    }
    .section-heading .badge {
        display: inline-block;
        padding: 7px 19px;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 14px;
        color: #b10000;
        border: 1px solid #b10000;
        background: transparent;
        text-transform: uppercase;
        letter-spacing: .075em;
    }

@media screen and (max-width: 991px) {
    .section-heading {
        margin-bottom: 30px;
    }

        .section-heading p {
            padding-top: 10px;
            font-size: 15px;
        }

        .section-heading.half {
            margin-bottom: 20px;
        }
}

    /* inner title */
    .inner-title h1, .inner-title h2, .inner-title h3, .inner-title h4, .inner-title h5, .inner-title h6 {
        font-size: 18px;
        margin-bottom: 30px;
        padding-bottom: 10px;
        position: relative;
        font-weight: 600;
    }

        .inner-title h1:after, .inner-title h2:after, .inner-title h3:after, .inner-title h4:after, .inner-title h5:after, .inner-title h6:after {
            content: '';
            display: block;
            width: 40px;
            height: 2px;
            background: #b10000;
            margin: 0;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
        }

    .inner-title.half h1, .inner-title.half h2, .inner-title.half h3, .inner-title.half h4, .inner-title.half h5, .inner-title.half h6 {
        margin-bottom: 15px;
    }

    /* section heading */
    .title-style11 {
        text-align: center;
        width: 50%;
        margin: 0 auto 75px auto;
    }

        .title-style11 h2 {
            margin-bottom: 0;
            font-weight: 600;
        }

        .title-style11 span {
            text-transform: uppercase;
            font-size: 12px;
            font-weight: bold;
            letter-spacing: 1px;
            margin-bottom: 8px;
            display: block;
            color: #b10000;
        }

    @media screen and (max-width: 991px) {
        .title-style11 {
            width: 70%;
            margin-bottom: 60px;
        }
    }

    @media screen and (max-width: 767px) {
        .title-style11 {
            width: 100%;
            margin-bottom: 50px;
        }
    }
    /* section heading */
    .title-style12 {
        text-align: center;
        margin-bottom: 60px;
    }

        .title-style12 h2 {
            margin-bottom: 20px;
            font-weight: 600;
            font-size: 48px;
        }

        .title-style12 p {
            width: 55%;
            margin: 0 auto;
        }

    @media screen and (max-width: 1199px) {
        .title-style12 {
            margin-bottom: 50px;
        }

            .title-style12 h2 {
                font-size: 42px;
            }
    }

    @media screen and (max-width: 991px) {
        .title-style12 p {
            width: 85%;
        }
    }

    @media screen and (max-width: 767px) {
        .title-style12 {
            margin-bottom: 35px;
        }

            .title-style12 h2 {
                font-size: 36px;
            }

            .title-style12 p {
                width: 90%;
            }
    }

/* ===================================
    Video
====================================== */

.ik-horz-vid {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding: 30px 0 30px;
    text-align: center;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-aspect-ratio: 16 / 9) {
    .fullscreen-bg__video {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16 / 9) {
    .fullscreen-bg__video {
        width: 300%;
        left: -100%;
    }
}

.story-video {
    height: 100%;
}

.video_btn {
    position: relative;
    height: 80px;
    width: 80px;
    background: #b10000;
    text-align: center;
    display: inline-block;
    line-height: 80px;
    color: #fff;
    border-radius: 50%;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}

    .video_btn:hover i, .video_btn:focus i {
        color: #fff;
    }

    .video_btn:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        height: 80px;
        width: 80px;
        border: 2px solid grey;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        opacity: .3;
        animation: pulse-border 1500ms ease-out infinite;
    }

    .video_btn:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        height: 95px;
        width: 95px;
        border: 2px solid grey;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        opacity: .3;
        animation: pulse-border 1500ms ease-out infinite;
    }

.video_btn-style2:after, .video_btn-style2:before {
    border-color: rgba(0, 0, 0, 0.3);
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video_btn.small {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

    .video_btn.small:after {
        height: 50px;
        width: 50px;
    }

    .video_btn.small:before {
        height: 65px;
        width: 65px;
    }

@media screen and (max-width: 1199px) {
    .video_btn {
        height: 75px;
        width: 75px;
        line-height: 75px;
    }

        .video_btn:after {
            height: 75px;
            width: 75px;
        }

        .video_btn:before {
            height: 90px;
            width: 90px;
        }
}

@media screen and (max-width: 991px) {
    .story-video {
        min-height: 325px;
    }

    .video_btn {
        height: 70px;
        width: 70px;
        line-height: 70px;
    }

        .video_btn:after {
            height: 70px;
            width: 70px;
        }

        .video_btn:before {
            height: 85px;
            width: 85px;
        }

    @keyframes pulse-border {
        0% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        }

        100% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
        }
    }
}

@media screen and (max-width: 767px) {
    .story-video {
        min-height: 200px;
    }

    .video_btn {
        height: 60px;
        width: 60px;
        line-height: 60px;
    }

        .video_btn:after {
            height: 60px;
            width: 60px;
        }

        .video_btn:before {
            height: 75px;
            width: 75px;
        }
}

.watch-video5 {
    border: 1px solid #b10000;
    padding: 13px 25px 13px 42px;
    border-radius: 30px;
    margin-left: -38px;
    vertical-align: middle;
}

@media screen and (max-width: 991px) {
    .watch-video .story-video {
        min-height: unset;
    }
}
/* ===================================
    Topbar
====================================== */
    /* topbar */
    .top-bar-info {
        display: inline-block;
        vertical-align: middle;
    }

        .top-bar-info ul {
            margin-bottom: 0;
        }

        .top-bar-info li {
            font-weight: 500;
            color: #000;
            list-style-type: none;
            font-size: 13px;
            padding: 0 5px 0;
            display: inline-block;
            margin-bottom: 0;
        }

    #top-bar {
        display: block;
        position: relative;
        z-index: 999;
        background: #1c1c1c;
        padding: 7px 0;
    }

    .top-bar-info li i {
        font-size: 16px;
        color: #b10000;
        margin-right: 8px;
        margin-top: 0;
        display: inline-block;
        vertical-align: text-bottom;
    }

    .top-social-icon {
        padding: 0;
        float: right;
        margin: 0;
    }

        .top-social-icon li {
            font-size: 14px;
            list-style-type: none;
            float: left;
            text-align: center;
            margin: 0;
            padding: 0 7px;
        }

            .top-social-icon li:last-child {
                padding-right: 0;
            }

                .top-social-icon li:last-child a {
                    padding-right: 0;
                }

            .top-social-icon li a {
                color: rgba(255, 255, 255, 0.7);
                line-height: 28px;
                -moz-transition-duration: .3s;
                -ms-transition-duration: .3s;
                -webkit-transition-duration: .3s;
                -o-transition-duration: .3s;
                transition-duration: .3s;
                padding: 0 3px;
            }

                .top-social-icon li a:hover {
                    color: #fff;
                }

    #top-bar.top-bar-style2 {
        background: #f5f5f5;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .top-bar-style2 .top-bar-info li {
        color: #6f6f6f;
    }

        .top-bar-style2 .top-bar-info li i {
            color: #6f6f6f;
        }

    .top-bar-style2 .top-social-icon li a {
        color: #6f6f6f;
    }

        .top-bar-style2 .top-social-icon li a:hover {
            color: #282b2d;
        }

/* ===================================
    Navigation
====================================== */

.nav-item {
  padding: 0 10px;
}

    .navbar-nav li.current > a, .navbar-nav li.active > a {
        color: #b10000;
    }

    .navbar > ul > li.current > a:after {
        border-color: transparent red red transparent;
    }

    @media screen and (min-width: 992px) {
        /*header style01*/
        .header-style1 .navbar-nav li.current > a, .header-style2 .navbar-nav li.current > a {
            color: #b10000;
        }

        .header-style1 .navbar-nav li.active > a {
            color: #b10000;
        }

        .header-style1 .navbar > ul > li.current > a:after {
            border-color: transparent red red transparent;
        }

        .header-style2 .navbar > ul > li.current > a:after {
            border-color: transparent red red transparent;
        }

        .header-style1.scrollHeader .navbar-nav li.current > a, .header-style2.scrollHeader .navbar-nav li.current > a, .header-style1.scrollHeader .navbar-nav li.current > a:hover, .header-style2.scrollHeader .navbar-nav li.current > a:hover {
            color: #b10000;
        }

        .header-style1.scrollHeader .navbar > ul > li.current > a:after, .header-style2.scrollHeader .navbar > ul > li.current > a:after {
            border-color: transparent red red transparent;
        }

        /*header style03*/
        .header-style3 {
            border-bottom: 2px solid rgba(255, 0, 0, 0.9);
        }

        /*header style04*/
        .header-style4 .navbar-nav li.current > a {
            color: #b10000;
        }

        .header-style4 .navbar > ul > li.current > a:after {
            border-color: transparent red red transparent;
        }

        /*header style05*/
        .header-style5 #top-bar {
            background: #b10000;
        }

        /*header style06*/
        .header-style6 .navbar-default {
            background: rgba(255, 0, 0, 0.85);
        }

        .header-style6.scrollHeader .navbar-default {
            background: #b10000;
        }

        /*menu area light*/
        .menu_area-light .navbar-nav li.current > a {
            color: #b10000;
        }

        .menu_area-light .navbar > ul > li.current > a:after {
            border-color: transparent red red transparent;
        }

        .menu_area-light.scrollHeader .navbar-nav li.current > a {
            color: #b10000;
        }

            .menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
                color: #b10000;
            }

        .menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
            border-color: transparent red red transparent;
        }
    }

    @media screen and (max-width: 991px) {
        /*header style03*/
        .header-style3 {
            border-bottom: 2px solid rgba(255, 0, 0, 0.9);
        }

        /*header style05*/
        .header-style5 #top-bar, .header-style5 .navbar-toggler {
            background: #b10000;
        }

        /*header style06*/
        .header-style6 .navbar-default {
            background: rgba(255, 0, 0, 0.85);
        }
    }

.logoDomain {
    position: relative;
    max-height: 155px;
    width: auto !important;
    padding: 10px !important;
}

.portal-logo{
   
}

    .portal-logo img {
        max-height: 30px;
    }

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

/*============================== 
    Navbar
================================*/
    /* logo */
    .logo {
        padding: 10px 0;
        width: 165px;
    }

.portalMainLogo {
    padding: 10px 0;
    height: 67px;
}

    .portalMainLogo img {
        width: auto;
        max-height: 100%;
    }


    /* navbar */
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #000000;;
    z-index: 1;
    min-height: 70px;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
        .navbar .icon-bar {
            color: #fff;
        }

        .navbar.bg-black {
            background: #232323;
            border-bottom: none;
        }

            .navbar.bg-black .navbar-nav .nav-link.active {
                color: #fff;
            }

            .navbar.bg-black.nav-scroll .navbar-nav .nav-link {
                color: #e5e5e5;
            }

                .navbar.bg-black .navbar-nav .nav-link:hover, .navbar.bg-black.nav-scroll .navbar-nav .nav-link.active {
                    color: #b10000;
                }

            .navbar.bg-black .navbar-nav .nav-link.btn.small:hover, .navbar.bg-black .navbar-nav .nav-link.btn.small.active {
                color: #fff;
            }

        .navbar .navbar-nav .nav-link {
            /* font-weight: 600; */
            color: rgba(255, 255, 255, 0.6);
            text-shadow: 0px 0 1px rgba(0, 0, 0, 0.4);
            letter-spacing: .6px;
            margin: 0;
            transition: all .5s;
            text-align: left;
            text-transform: none;
            font-size: 14px;
            font-family: open_sanssemibold,sans-serif;
        }
            .navbar .navbar-nav .nav-link:hover {
                color: #fff;
            }

            .navbar .navbar-nav .nav-link.active {
                color: #fff;
                position: relative;
            }

    .nav-scroll {
        font-size: 12px;
        box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.6);
        position: fixed;
        top: -100px;
        left: 0;
        width: 100%;
        transition: transform .5s;
        transform: translateY(100px);
        z-index: 999;
    }

    .navbar-toggler {
        background: #b10000;
        width: 40px;
        height: 35px;
        padding: 0;
        border-radius: 0;
        position: absolute;
        right: 15px;
        top: 21px;
        cursor: pointer;
        z-index: 1;
        border: none;
    }

        .navbar-toggler .icon-bar:after {
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
            top: 17px;
            border: 0;
            height: 2px;
            width: 19px;
            background: #fff;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            right: 10px;
            display: block;
            content: "";
        }

        .navbar-toggler .icon-bar:before {
            top: 17px;
            background: #fff;
            width: 19px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
            position: absolute;
            right: 10px;
            display: block;
            height: 2px;
            content: "";
        }

        .navbar-toggler.collapsed .icon-bar:after {
            position: absolute;
            top: 17px;
            right: 10px;
            display: block;
            height: 8px;
            width: 20px;
            border-top: 2px solid #fff;
            border-bottom: 2px solid #fff;
            content: "";
            background: none;
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            -o-transform: rotate(0);
            transform: rotate(0);
        }

        .navbar-toggler.collapsed .icon-bar:before {
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
            position: absolute;
            top: 11px;
            right: 10px;
            display: block;
            height: 2px;
            width: 20px;
            background: #fff;
            content: "";
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            -o-transform: rotate(0);
            transform: rotate(0);
        }

    .nav-scroll .navbar-nav .logo {
        padding: 15px 0;
    }

    @media screen and (min-width: 992px) {
        .navbar-expand-lg .navbar-collapse.desktop-hide {
            display: none !important;
        }
    }

    @media screen and (max-width: 1199px) {
        .navbar .navbar-nav .nav-link {
            padding: 10px 12px;
        }

        .navbar .navbar-nav .btn.small {
            margin-left: 5px;
            padding: 4px 16px;
            margin-top: 4px;
        }
    }



.navbar-nav li{ list-style: none; -webkit-transition: background .3s ease; -ms-transition: background .3s ease; transition: background .3s ease; }
.navbar-nav li.has-sub > a{ position: relative; }
.navbar-nav > li.has-sub > a::after { display: inline-block; margin-left: .255em; vertical-align: .255em; content: ""; border-top: .3em solid; border-right: .3em solid transparent; border-bottom: 0; border-left: .3em solid transparent;}

.navbar-nav li.has-sub a:hover{ color: #fff; }
.navbar-nav li a:hover { color: #fff; }

.navbar-nav li a{ display: block; font-size: 13px; font-family: open_sansbold,sans-serif;}
.navbar-nav > li{ float: left;   margin: auto 10px;}

.navbar-nav > li > a{ position: relative; display: block; font-size: 14px; padding: 0.5rem; color: rgba(255, 255, 255, 0.6); letter-spacing: 0.5px; -webkit-transition-duration: 500ms; -o-transition-duration: 500ms; transition-duration: 500ms; font-family: open_sanssemibold,sans-serif;}
/*.navbar-nav > li > a{ position: relative; display: block; font-size: 14px; padding: 21px 0.5rem; color: rgba(255, 255, 255, 0.6); letter-spacing: 0.5px; -webkit-transition-duration: 500ms; -o-transition-duration: 500ms; transition-duration: 500ms; font-family: open_sanssemibold,sans-serif;}
*/
.navbar-nav li.current > a{ color: #3498db; }
.navbar-nav > li.has-sub > a:hover{ color: #fff; }
.navbar > ul > li.has-sub > a:hover:after{ border-color: transparent #fff #fff transparent; }
.navbar > ul > li.has-sub > a:after{ position: absolute; top: 30px; right: -8px; content: ""; border-color: transparent #282b2d #282b2d transparent; border-style: solid; border-width: 0 1px 1px 0; display: block; height: 6px; transform: rotate(45deg); transition: border 0.3s ease 0s; width: 6px; }
.navbar > ul > li.current > a:after{ border-color: transparent #3498db #3498db transparent; }

.navbar-nav ul{ position: absolute; left: -9999px; }
.navbar-nav ul.sub-menu{ background-color:#fff }


.navbar ul ul li{ -webkit-transition: all .25s ease; -ms-transition: all .25s ease; transition: all .25s ease; margin-bottom: 6px; padding: 0 20px; }
.navbar ul ul li:last-child{ margin-bottom: 0; }
.navbar ul ul li.active > a{ color: #fff; }
.navbar-nav li > ul{ padding: 15px 0; margin: 0 0 0 10px; background: #282b2d; min-width: 175px; -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); }
.navbar-nav li:hover > ul{ left: auto; }

.navbar-nav > li.has-sub > ul{ opacity: 0; margin-top: 10px; -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.navbar-nav > li.has-sub:hover > ul{ margin-top: 0; opacity: 1; }
.navbar-nav > li.has-sub:last-child:hover ul{ left: inherit; right: 0; }
.navbar li > ul ul{ margin-top: -39px; margin-left: 150px; min-width: 175px; }
.navbar li > ul ul ul{ margin-left: 175px; min-width: 130px; }
.navbar ul ul li:last-child > a, .navbar ul ul li.last-item > a{ border-bottom: 0; }

.navbar ul ul li:hover{ background-color:rgba(0,0,0,.4) }
.navbar ul ul li.has-sub > a:after { position: absolute; top: 12px; right: -3px; content: ""; border-top: .4em solid; border-right: .4em solid transparent; border-bottom: 0; border-left: .4em solid transparent;}
.navbar ul ul li.has-sub:hover > a:after{position: absolute; top: 8px; right: -3px; border-top: .4em solid transparent; border-right: 0; border-bottom: .4em solid transparent; border-left: .4em solid ;  -webkit-transition: all .25s ease; -ms-transition: all .25s ease; transition: all 0.25s ease; }

/* atribute navigation */
.attr-nav{ float: right; margin-left: 11px; margin-right: -15px; }
.attr-nav .dropdown-toggle:after{ content: none; }
.attr-nav > ul{ padding: 0; margin: 0 0 -8px 0; list-style: none; display: inline-block; }
.attr-nav > ul > li{ float: left; display: block; }
.attr-nav > ul > li > a{ color: #282b2d; display: block; padding: 21px 12px; position: relative; }
.attr-nav > ul > li > a span.badge{ position: absolute; top: 50%; margin-top: -15px; right: 5px; font-size: 10px; padding: 2px 0 0 1px; width: 15px; height: 15px; color: #fff; border-radius: 15px; line-height: 12px; font-weight: 400; }
.attr-nav > ul > li.dropdown ul.dropdown-menu{ position: absolute; border: none; border-radius: 0; padding: 0; background: #282b2d; min-width: 225px; margin: 10px 0 0 10px; -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }


@media screen and (max-width: 991px){ 

	.navbar-header-custom{ padding: 0; }
	.menu_area .navbar-brand{ margin-top: 6px;  }

    .btn-nav { margin:0;  }
    .navbar-nav li > ul{ -webkit-box-shadow: none; -ms-box-shadow: none; -moz-box-shadow: none; box-shadow: none;  }
	.navbar-nav > li.has-sub > ul{ opacity: 1; margin: 0; -webkit-box-shadow: none; -ms-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-transition: all 0s ease; -ms-transition: all 0s ease; -moz-transition: all 0s ease; -o-transition: all 0s ease; transition: all 0s ease;  }
	.navbar li > ul ul{ margin: 0; min-width: auto;  }
	.navbar-nav > li.has-sub{ padding-right: 0;  }
	.navbar-nav > li > a{ padding: 10px 20px; color: rgba(255, 255, 255, 0.8);  }
	.navbar-nav > li > a:hover{ opacity: 1;  }
	.navbar-nav li.has-sub a:hover{ color: rgba(255, 255, 255, 0.8);  }
	.navbar ul ul li.active > a{ color: #e1e1e1;  }
	.navbar .sub-title { color: rgba(255, 255, 255, 0.6); }


	.navbar-nav{ max-height: 80vh; overflow-y: scroll; background: #232323; -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); position: absolute; top: 71px; left: 0; width: 100%; transition-duration: 0; -ms-transition-duration: 0; -moz-transition-duration: 0; -webkit-transition-duration: 0; -o-transition-duration: 0; width: 100%; display: none; transition: none; -ms-transition: none; -moz-transition: none; -webkit-transition: none; -o-transition: none;  }
	.navbar-nav li.active > a{ opacity: 1;  }
    .navbar-nav li.current > a, .navbar-nav li.active > a {color: rgba(255, 255, 255, 0.7);}
	.navbar-nav ul{ width: 100%; display: none; transition: none; -ms-transition: none; -moz-transition: none; -webkit-transition: none; -o-transition: none;  }
	.navbar-nav li{ width: 100%; border-top: 1px solid #232323; position: relative; padding: 0; margin: 0;  }
	.navbar-nav ul li:hover{ background: #f5f5f5;  }
	.navbar-nav ul ul li{ height: auto;  }
	.navbar-nav li:hover > ul > li{ height: auto;  }

	.navbar ul li a{ width: 100%; border-bottom: 0;  }
	.navbar ul ul{ position: relative; left: 0; width: 100%; margin: 0; text-align: left; background: #f5f5f5; padding: 0;  }
	.navbar ul ul li{ margin-bottom: 0; padding: 0; border-color: #444;  }
	.navbar ul ul li a{ width: 100%; border-bottom: 0; color: rgba(255, 255, 255, 0.6); background: none; padding: 8px 30px;  }
	.navbar ul ul ul li a{ padding-left: 45px;  }
	.navbar > ul > li{ float: none;  }
	.navbar-nav ul ul{ position: relative; left: 0; width: 100%; margin: 0; text-align: left; background: #f5f5f5; padding: 0;  }

	.navbar > ul > li.has-sub > a:after, .navbar > ul > li.has-sub > a:before{ display: none;  }
	.navbar ul ul > li.has-sub > a:after, .navbar ul ul > li.has-sub > a:before{ display: none;  }
	.navbar-nav ul ul ul li.active a{ border-left: none;  }
	.navbar-nav > ul > li.has-sub > ul > li.active > a, .navbar-nav > ul ul > li.has-sub > ul > li.active > a{ border-top: none;  }
	.navbar li > ul ul ul{ margin-left: 0; background: #fff;  }
	.navbar ul ul ul ul li a{ padding-left: 55px;  }
	.navbar-nav .has-sub .has-sub .submenu-button{ height: 40px;  }
	.navbar-nav .has-sub .has-sub .submenu-button:after{ top: 19px;  }
	.navbar-nav .has-sub .has-sub .submenu-button:before{ top: 16px;  }

	.navbar-toggler{ background: #b10000; width: 50px; height: 45px; padding: 0; border-radius: 0; position: absolute; right: 15px; top: 13px; cursor: pointer; z-index: 12399994; border: none;  }
	.navbar-toggler:after{ position: absolute; top: 22px; right: 15px; display: block; height: 8px; width: 20px; border-top: 2px solid #fff; border-bottom: 2px solid #fff; content: "";  }
	.navbar-toggler:before{ -webkit-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease; position: absolute; top: 16px; right: 15px; display: block; height: 2px; width: 20px; background: #fff; content: "";  }
	.navbar-toggler.menu-opened:after{ -webkit-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease; top: 23px; border: 0; height: 2px; width: 19px; background: #fff; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);  }
	.navbar-toggler.menu-opened:before{ top: 23px; background: #fff; width: 19px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);  }
	.navbar-nav .submenu-button{ position: absolute; z-index: 99; right: 0; top: 0; display: block; height: 44px; width: 100%; cursor: pointer;  }

    .navbar-nav > li.has-sub > a::after{display:none}
    .navbar-nav .submenu-button:after { position: absolute; top: 20px; right: 17px; content: ""; border-top: .5em solid rgba(255, 255, 255, .6); border-right: .5em solid transparent; border-bottom: 0; border-left: .5em solid transparent;}
    .navbar-nav .has-sub.active > .submenu-button:after { position: absolute; top: 22px; right: 17px; content: ""; border-top: 0; border-right: .5em solid transparent; border-bottom:.5em solid rgba(255, 255, 255, .6); border-left: .5em solid transparent;}

    .navbar-nav ul.sub-menu {background-color: #444;}

	 atribute navigation 
	.attr-nav{ float: left;  }
	.attr-nav > ul > li{ display: inline-block;  }
	.attr-nav > ul > li.dropdown ul.dropdown-menu{ left: -193px; top: 38px; display: none !important;  }
	.attr-nav > ul > li.dropdown.show ul.dropdown-menu{ display: block !important;  }
	.attr-nav > ul > li > a{ padding: 0;  }
	.attr-nav > ul > li > a span.badge { right: -8px; }

 }












/*features demo-05*/
.feature-box-05 {
    box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
}

    .feature-box-05 .features-icon {
        font-size: 45px;
        color: #b10000;
        text-align: center;
    }

@media screen and (max-width: 1199px) {
    .feature-box-05 .features-icon {
        font-size: 40px;
    }
}

@media screen and (max-width: 991px) {
    .feature-box-05 .features-icon {
        font-size: 30px;
    }
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #333 !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    text-transform: none !important;
    border: 0;
}
/*============================== 
    Header
================================*/
    .header {
        overflow: hidden;
    }

        .header .social-links a {
            display: inline-block;
            margin: 0 12px;
            font-size: 18px;
        }

            .header .social-links a:hover {
                opacity: 0.85;
            }

        .header .social-links:last-child {
            margin-right: 0;
        }

        .header .arrow {
            position: absolute;
            bottom: 40px;
            left: 0;
            right: 0;
            width: 100%;
            text-align: center;
            color: #fff;
            font-size: 13px;
            z-index: 99;
        }

            .header .arrow a {
                color: #fff;
            }

    .arrow a :hover {
        color: #b10000;
    }

    .header .arrow i {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 32px;
    }

        .header .arrow i:after {
            content: "";
            position: absolute;
            top: 0;
            left: -1px;
            width: 100%;
            height: 100%;
            background: #b10000;
            border-radius: 50%;
            z-index: -1;
            transition: all .2s;
        }

        .header .arrow i:hover:after {
            background: #fff;
            transform: scale(1.2);
            transition: all .5s;
        }

    @media screen and (max-width: 991px) {
        .header {
            transition-timing-function: none;
            -moz-transition-timing-function: none;
            -webkit-transition-timing-function: none;
            -o-transition-timing-function: none;
            -ms-transition-timing-function: none;
            transition-duration: 0s;
            -moz-transition-duration: 0s;
            -webkit-transition-duration: 0s;
            -o-transition-duration: 0s;
            -ms-transition-duration: 0s;
        }

            .header .social-links a {
                font-size: 16px;
            }
    }
/*============================== 
    Sidebar
================================*/
    .side-menu {
        width: 30%;
        position: fixed;
        right: 0;
        top: 0;
        background: #b10000;
        z-index: 99999;
        height: 100%;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        -o-transition: -o-transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
        transition: transform .5s ease, -webkit-transform .5s ease;
        overflow: hidden;
    }

        .side-menu.left {
            left: 0;
            right: auto;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }

        .side-menu.black {
            background: #232323;
        }

        .side-menu.side-menu-active, .side-menu.before-side {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        .side-menu .navbar-brand {
            margin: 0 0 2.5rem 0;
        }

    /*side overlay*/
    #close_sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
        -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
        transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
        display: none;
        z-index: 9999;
        opacity: 0.4;
    }

    /*side clode btn*/
    .side-menu .btn-close {
        height: 33px;
        width: 33px;
        display: inline-block;
        text-align: center;
        position: absolute;
        top: 30px;
        right: 15px;
        cursor: pointer;
    }

    .side-menu.before-side .btn-close {
        display: none;
    }

    .side-menu .btn-close:before, .side-menu .btn-close:after {
        position: absolute;
        left: 16px;
        content: ' ';
        height: 24px;
        width: 2px;
        background: #fff;
        top: 5px;
    }

    .side-menu .btn-close:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .side-menu .btn-close:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    /*side open btn*/
    .sidemenu_btn {
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
        width: 36px;
        padding: 6px;
        margin-right: 1rem;
        position: absolute;
        right: 25px;
        top: 22px;
        z-index: 99;
    }

        .sidemenu_btn.left {
            left: 15px;
            right: auto;
        }

        .sidemenu_btn > span {
            height: 2px;
            width: 100%;
            background: #b10000;
            display: block;
        }

            .sidemenu_btn > span:nth-child(2) {
                margin: 4px 0;
            }

    .bg-black.nav-scroll .sidemenu_btn > span {
        background: #fff;
    }

    .bg-white .sidemenu_btn > span, .bg-white.nav-scroll .sidemenu_btn > span {
        background: #232323;
    }

    .side-menu .inner-wrapper {
        padding: 3.5rem 5rem;
        height: 100%;
        position: relative;
        overflow-y: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .side-menu .side-nav {
        margin-bottom: 30px;
        display: block;
    }

    .side-nav .navbar-nav .nav-item {
        display: block;
        margin: 10px 0;
        padding: 0 !important;
        opacity: 0;
        -webkit-transition: all 0.8s ease 500ms;
        -o-transition: all 0.8s ease 500ms;
        transition: all 0.8s ease 500ms;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
    }

        .side-nav .navbar-nav .nav-item:first-child {
            -webkit-transition-delay: .1s;
            -o-transition-delay: .1s;
            transition-delay: .1s;
        }

        .side-nav .navbar-nav .nav-item:nth-child(2) {
            -webkit-transition-delay: .2s;
            -o-transition-delay: .2s;
            transition-delay: .2s;
        }

        .side-nav .navbar-nav .nav-item:nth-child(3) {
            -webkit-transition-delay: .3s;
            -o-transition-delay: .3s;
            transition-delay: .3s;
        }

        .side-nav .navbar-nav .nav-item:nth-child(4) {
            -webkit-transition-delay: .4s;
            -o-transition-delay: .4s;
            transition-delay: .4s;
        }

        .side-nav .navbar-nav .nav-item:nth-child(5) {
            -webkit-transition-delay: .5s;
            -o-transition-delay: .5s;
            transition-delay: .5s;
        }

        .side-nav .navbar-nav .nav-item:nth-child(6) {
            -webkit-transition-delay: .6s;
            -o-transition-delay: .6s;
            transition-delay: .6s;
        }

        .side-nav .navbar-nav .nav-item:nth-child(7) {
            -webkit-transition-delay: .7s;
            -o-transition-delay: .7s;
            transition-delay: .7s;
        }

        .side-nav .navbar-nav .nav-item:nth-child(8) {
            -webkit-transition-delay: .8s;
            -o-transition-delay: .8s;
            transition-delay: .8s;
        }

        .side-nav .navbar-nav .nav-item:nth-child(9) {
            -webkit-transition-delay: .9s;
            -o-transition-delay: .9s;
            transition-delay: .9s;
        }

    .side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .side-nav .navbar-nav .nav-link {
        display: inline-table;
        color: #fff;
        padding: 2px 0 3px 0 !important;
        font-size: 1.5rem;
        font-weight: 300;
        line-height: normal;
        position: relative;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

        .side-nav .navbar-nav .nav-link:after {
            content: "";
            position: absolute;
            background: #fff;
            display: inline-block;
            width: 0;
            height: 1px;
            bottom: 0;
            left: 0;
            overflow: hidden;
            -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
            -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
            transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
        }

        .side-nav .navbar-nav .nav-link:hover:after, .side-nav .navbar-nav .nav-link:focus:after {
            width: 100%;
        }

        .side-nav .navbar-nav .nav-link.active {
            background: transparent;
        }

            .side-nav .navbar-nav .nav-link.active:after {
                width: 100%;
            }

    .side-menu .social-links a {
        color: #fff;
    }

        .side-menu .social-links a:hover {
            opacity: 0.65;
        }

    @media screen and (max-width: 1399px) {
        .sidemenu_btn {
            margin-right: 0;
        }
    }
/*============================== 
    Owl carousel
================================*/
    /* carousel */
    .owl-carousel .caption .overflow-hidden {
        display: inline-block;
    }

    .owl-carousel .caption h3 {
        font-weight: 200;
        animation-delay: 0.5s;
        position: relative;
        display: inline-block;
    }

    .owl-carousel .caption h1 {
        margin: 10px 0;
        font-size: 70px;
        font-weight: 500;
        text-transform: uppercase;
        animation-delay: 0.8s;
    }

    .owl-carousel .caption p {
        font-size: 18px;
        color: #eee;
        word-spacing: 2px;
        animation-delay: 1.2s;
    }

    .owl-carousel .caption span {
        display: inline-block;
        padding: .2em 0;
    }

    .owl-carousel .caption .butn {
        animation-delay: 1.4s;
    }

        .owl-carousel .caption .butn i {
            position: relative;
            top: 1px;
            z-index: 9;
        }

    /* carousel-style1 */
    .carousel-style1 .owl-carousel .owl-item img {
        width: 100%;
    }

    /*certifiedmedia-slider*/
    .certifiedmedia .owl-nav .owl-next {
        position: absolute;
        right: 15px;
        top: 50%;
        background: none !important;
        opacity: 0.35;
        font-size: 32px;
    }

        .certifiedmedia .owl-nav .owl-next:hover {
            opacity: 1;
        }

    .certifiedmedia .owl-nav .owl-prev {
        position: absolute;
        left: 15px;
        top: 50%;
        background: none !important;
        opacity: 0.35;
        font-size: 32px;
    }

        .certifiedmedia .owl-nav .owl-prev:hover {
            opacity: 1;
        }

    .certifiedmedia .owl-nav.disabled + .owl-dots {
        margin-top: 50px;
    }

.certifiedmedia .owl-dots .custom-dot {
    display: inline-block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

        .certifiedmedia .owl-dots .custom-dot span {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            margin: 5px;
            background: rgba(255, 255, 255, 0.5);
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity .2s ease;
            border-color: #fff;
            cursor: pointer;
        }

        .certifiedmedia .owl-dots .custom-dot.active span, .certifiedmedia .owl-dots .custom-dot:hover span {
            background: #fff;
            border-color: #fff;
        }

    /*products-slider*/
    .products .owl-nav .owl-next {
        position: absolute;
        right: 15px;
        top: 50%;
        background: none !important;
        opacity: 0.35;
        font-size: 32px;
        color: #404040;
    }

        .products .owl-nav .owl-next:hover {
            opacity: 1;
            color: #404040;
        }

    .products .owl-nav .owl-prev {
        position: absolute;
        left: 15px;
        top: 50%;
        background: none !important;
        opacity: 0.35;
        font-size: 32px;
        color: #404040;
    }

        .products .owl-nav .owl-prev:hover {
            opacity: 1;
            color: #404040;
        }

    .products .owl-nav.disabled + .owl-dots {
        margin-top: 50px;
    }

.products .owl-dots .custom-dot {
    display: inline-block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

        .products .owl-dots .custom-dot span {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            margin: 5px;
            background: rgba(0, 0, 0, 0.3);
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity .2s ease;
            border-color: #fff;
            cursor: pointer;
        }

        .products .owl-dots .custom-dot.active span, .products .owl-dots .custom-dot:hover span {
            background: #404040;
            border-color: #404040;
        }

    @media screen and (max-width: 575px) {
        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 30px;
        }
    }

    @media screen and (max-width: 991px) {
        .owl-carousel .caption h1 {
            font-size: 50px;
        }

        .owl-carousel .caption p {
            font-size: 16px;
        }
    }

    @media screen and (max-width: 767px) {
        .owl-carousel .caption h1 {
            font-size: 32px;
            margin-top: 5px;
        }

        .owl-carousel .caption h3 {
            letter-spacing: 1px;
        }
    }

    @media screen and (max-width: 575px) {
        .owl-carousel .caption h1 {
            font-size: 20px;
            margin-top: 5px;
        }
    }
    /*fade owl-carousel slider*/
    .slider-fade .owl-item {
        height: 100vh;
        position: relative;
    }

    .slider-fade .item {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center center;
    }

        .slider-fade .item .caption {
            width: 100%;
            z-index: 9;
        }

    .slider-fade .owl-theme .owl-dots {
        position: absolute;
        bottom: 5vh;
        width: 100%;
        left: 0;
    }
/*============================== 
    About us
================================*/
    .about-project {
        position: absolute;
        z-index: 1;
        right: 10px;
        top: 57%;
        color: #fff;
        text-align: center;
        width: 150px;
        height: 150px;
        padding: 40px 0;
    }

        .about-project .countup:after {
            content: "+";
            font-size: 24px;
            margin-left: 2px;
            vertical-align: top;
        }

    @media screen and (max-width: 1199px) {
        .about-project {
            right: -15px;
            width: 140px;
            height: 140px;
            padding: 35px 0;
        }
    }

    @media screen and (max-width: 991px) {
        .about-project {
            right: 45px;
        }
    }

    @media screen and (max-width: 767px) {
        .about-project {
            right: -45px;
            width: 135px;
            height: 135px;
            padding: 35px 0;
        }

            .about-project > div {
                letter-spacing: 0;
            }
    }

    @media screen and (max-width: 575px) {
        .about-project {
            right: -2px;
            width: 115px;
            height: 110px;
            padding: 20px 0;
        }
    }
/*============================== 
    Blog section
================================*/
    .blog-post-listing {
        margin-bottom: 0;
    }

        .blog-post-listing > li {
            margin-bottom: 35px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.075);
            padding-bottom: 35px;
        }

            .blog-post-listing > li:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
                border-bottom: none;
            }

        .blog-post-listing .post-date {
            max-width: 70px;
            width: 100%;
            text-align: center;
            text-transform: uppercase;
            font-size: 12px;
            background: #fff;
            padding: 10px 0 15px 0px;
            border: 1px solid rgba(0, 0, 0, 0.075);
        }

        .blog-post-listing .p-date {
            display: block;
            font-size: 22px;
            color: #b10000;
            padding-bottom: 8px;
        }

        .blog-post-listing .p-month {
            display: block;
            line-height: 20px;
        }

        .blog-post-listing .post-title {
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 5px;
        }

        .blog-post-listing .post-info {
            width: 100%;
            max-width: 350px;
            float: left;
            padding-left: 20px;
        }

        .blog-post-listing .post-author {
            font-weight: normal;
            font-size: 12px;
            padding: 0px;
            display: inline-block;
            color: #232323;
        }

        .blog-post-listing .post-meta li {
            font-weight: normal;
            font-size: 12px;
            padding: 0px;
            display: inline-block;
            color: #232323;
        }

            .blog-post-listing .post-meta li i {
                color: #6f6f6f;
                margin: 0 5px;
            }

    @media screen and (max-width: 1199px) {
        .blog-post-listing .post-info {
            max-width: 300px;
        }
    }

    @media screen and (max-width: 991px) {
        .blog-post-listing .post-info {
            max-width: 470px;
        }
    }

    @media screen and (max-width: 767px) {
        .blog-post-listing .post-info {
            max-width: 440px;
        }
    }

    @media screen and (max-width: 480px) {
        .blog-post-listing .post-info {
            max-width: 380px;
        }
    }

    @media screen and (max-width: 320px) {
        .blog-post-listing .p-date {
            font-size: 18px;
            padding-bottom: 0;
        }

        .blog-post-listing .post-date {
            max-width: 62px;
        }

        .blog-post-listing .post-info {
            max-width: 228px;
        }
    }
/*============================== 
    Team
================================*/
    .team-block:hover .team-hover, .team-block:hover .image::before {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

    .team-block .image {
        position: relative;
        overflow: hidden;
    }

        .team-block .image img {
            border-radius: 3px;
        }

        .team-block .image::before {
            position: absolute;
            content: "";
            bottom: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background: #b10000;
            background: linear-gradient(0deg, red 0%, rgba(42, 138, 226, 0) 100%);
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
            -webkit-transform: translateY(100px);
            -ms-transform: translateY(100px);
            transform: translateY(100px);
            opacity: 0;
        }

    .team-block .team-hover {
        bottom: 0;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

/*============================== 
    Testimonial
================================*/

.testimonial1 {
    color: rgba(255,255,255,0.8);
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 1px;
    font-style: italic;
    font-family: open_sanssemibold,sans-serif;
}

.testimonial2 {
    text-align: center;
    font-size: 18px !important;
    line-height: 1.5;
    font-style: italic;
    font-family: open_sanssemibold,sans-serif;
    max-width: 1020px;
}

    .testimonial p {
        font-size: 26px;
        color: #fff;
        line-height: 30px;
        font-weight: 300;
        text-align: center;
        margin-bottom: 50px;
        padding-top: 20px;
        text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    }

        .testimonial p:before {
            content: '\f10e';
            font-family: "Font Awesome 5 Free";
            font-size: 90px;
            position: absolute;
            line-height: normal;
            opacity: 0.15;
            top: -7px;
            left: 0;
            right: 0;
            margin: 0 auto;
            font-weight: 700;
        }

    .testimonial small {
        letter-spacing: 1px;
    }

    @media screen and (max-width: 1199px) {
        .testimonial p {
            font-size: 24px;
            margin-bottom: 35px;
        }

            .testimonial p:before {
                top: 0;
                font-size: 75px;
            }
    }

    @media screen and (max-width: 767px) {
        .testimonial p {
            font-size: 22px;
            margin-bottom: 30px;
            line-height: 42px;
        }

            .testimonial p:before {
                top: 0;
                font-size: 60px;
            }
    }

    @media screen and (max-width: 575px) {
        .testimonial p {
            font-size: 18px;
            margin-bottom: 30px;
            line-height: 36px;
        }

            .testimonial p:before {
                top: 0;
                font-size: 48px;
            }
    }
/*============================== 
    Price Table
================================*/
    .price .item {
        padding: 30px 0;
        background: #fff;
        border-radius: 5px;
        transition: all .3s;
    }

        .price .item:hover {
            box-shadow: 0px 5px 40px 0px rgba(148, 146, 245, 0.2);
        }

    .price .type {
        margin-bottom: 30px;
    }

        .price .type .icon {
            font-size: 45px;
            color: #d6d5d5;
            margin-bottom: 10px;
        }

        .price .type h4 {
            font-size: 25px;
        }

    .price .value {
        padding: 30px 0;
        position: relative;
    }

        .price .value:before, .price .value:after {
            content: '';
            background: #eee;
            width: 70%;
            height: 1px;
            position: absolute;
            left: 15%;
        }

        .price .value:before {
            top: 0;
        }

        .price .value:after {
            bottom: 0;
        }

        .price .value h3 {
            display: inline-block;
            padding-right: 10px;
            font-size: 50px;
            font-weight: 700;
            position: relative;
        }

            .price .value h3 span {
                font-size: 14px;
                position: absolute;
                top: 5px;
                right: 0;
            }

        .price .value .per {
            font-size: 13px;
            color: #b10000;
        }

    .price .features {
        padding: 15px 0;
    }

        .price .features li {
            margin: 15px 0;
        }

    .price .order {
        padding-top: 15px;
        position: relative;
    }

    .price .active {
        box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
    }

/* ===================================
    Tabs
====================================== */
    ul.resp-tabs-list {
        margin: 0px;
        padding: 0px;
    }

    .resp-tabs-list li {
        font-weight: 600;
        font-size: 14px;
        display: inline-block;
        padding: 5px;
        margin: 0;
        list-style: none;
        cursor: pointer;
    }

        .resp-tabs-list li:last-child {
            margin-right: 0;
        }

        .resp-tabs-list li i {
            font-size: 20px;
            padding-right: 5px;
            vertical-align: text-bottom;
        }

    .resp-tabs-container {
        padding: 0px;
        background-color: #fff;
        clear: left;
    }

    .resp-tab-content {
        display: none;
        padding: 20px;
    }

    .resp-tabs-list li.resp-tab-active {
        background-color: transparent;
        color: #b10000;
    }

    .resp-content-active, .resp-accordion-active {
        display: block;
    }

    .resp-tab-content {
        float: left;
        width: 100%;
    }

    h2.resp-accordion {
        cursor: pointer;
        display: none;
        font-size: 14px;
        border-top: 0px solid #c1c1c1;
        margin: 0px;
        padding: 14px 15px;
        float: left;
        width: 100%;
    }

    h2.resp-tab-active {
        border-bottom: 0px solid #c1c1c1 !important;
        background-color: #000 !important;
        color: #fff;
    }

    h2.resp-tab-title:last-child {
        border-bottom: 12px solid #c1c1c1 !important;
        background: blue;
    }

    .resp-arrow {
        border-color: transparent #232323 #232323 transparent;
        border-style: solid;
        border-width: 0 1px 1px 0;
        float: right;
        display: block;
        height: 8px;
        transform: rotate(45deg);
        width: 8px;
        margin-top: 4px;
    }

    h2.resp-tab-active span.resp-arrow {
        border-color: #fff transparent transparent #fff;
        border-style: solid;
        border-width: 1px 0 0 1px;
        float: right;
        display: block;
        height: 8px;
        transform: rotate(45deg);
        width: 8px;
        margin-top: 7px;
    }

    /* accordion styles */
    .resp-easy-accordion h2.resp-accordion {
        display: block;
    }

    .resp-easy-accordion .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1;
    }

    .resp-jfit {
        width: 100%;
        margin: 0px;
    }

    .resp-tab-content-active {
        display: block;
        border-color: transparent !important;
    }

    /* change the breakpoint to set the accordion */
    @media screen and (max-width: 767px) {
        ul.resp-tabs-list {
            display: none !important;
        }

        h2.resp-accordion {
            display: block;
            font-size: 16px;
        }

            h2.resp-accordion i {
                margin-right: 8px;
                font-size: 18px;
            }

        .resp-accordion-closed {
            display: none !important;
        }

        .resp-tab-content {
            background-color: #fff;
        }
    }
    /* tab style-01 */

    .tab-style .resp-tabs-list img {
        opacity: .6
    }


    .tab-style .resp-tabs-list li.resp-tab-active {
        color: #FAFAFA;
    }

    .tab-style .resp-tabs-list li.resp-tab-active img {
        opacity: 1
    }


    .tab-style .resp-tabs-list li:hover {
        color: #FAFAFA;
    }

        .tab-style .resp-tabs-list li:hover img {
            opacity: 1
        }


    .tab-style .resp-tabs-list li.resp-tab-active:after {
        content: "";
        background: transparent;
        height: 1px;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -1px;
    }

    .tab-style ul.resp-tabs-list {
        display: table;
        width: 100%;
    }

    .tab-style .resp-tab-content-active {
        border: none;
    }

    .tab-style .resp-tab-content {
        padding: 8px 0 0 0;
    }

    .tab-style .resp-tabs-list li {
        position: relative;
        display: table-cell;
        text-align: center;
        text-transform: uppercase;
    }

    @media screen and (max-width: 767px) {
        .tab-style .resp-tab-content {
            padding: 25px;
            border: 1px solid;
        }
    }

/* tab-style5 */
.tab-style5 .resp-tabs-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

    .tab-style5 .resp-tabs-list li {
        position: relative;
        font-size: 13px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 500;
        display: inline-block;
        padding: 0 20px 15px 20px;
        margin: 0 4px 0 0;
        list-style: none;
        cursor: pointer;
        min-width: auto;
        color: #000;
        background: none !important;
        font-family:open_sanssemibold, sans-serif
    }

        .tab-style5 .resp-tabs-list li.resp-tab-active {
            border: 1px solid #b10000;
            border-bottom: none;
            border-color: #b10000 !important;
            margin-bottom: -1px;
            border-top: 4px solid #b10000 !important;
            border-bottom: 0px #fff solid;
            border-bottom: none;
            background-color: #fff;
            color: #b10000;
            -ms-border-top-left-radius: 5px;
            -webkit-border-top-left-radius: 5px;
            -moz-border-top-left-radius: 5px;
            -o-border-top-left-radius: 5px;
            -ms-border-top-right-radius: 5px;
            -webkit-border-top-right-radius: 5px;
            -moz-border-top-right-radius: 5px;
            -o-border-top-right-radius: 5px;
            -ms-border-radius-top-left: 5px;
            -webkit-border-radius-top-left: 5px;
            -moz-border-radius-top-left: 5px;
            -o-border-radius-top-left: 5px;
            -ms-border-radius-topright: 5px;
            -webkit-border-radius-topright: 5px;
            -moz-border-radius-topright: 5px;
            -o-border-radius-topright: 5px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            border-top: none !important;
            border-left: none !important;
            border-right: none !important;
        }

            .tab-style5 .resp-tabs-list li.resp-tab-active:after {
                content: "";
                background: #b10000;
                height: 2px;
                width: 100%;
                position: absolute;
                bottom: -1px;
                left: 0;
                margin: 0 auto;
                right: 0;
            }

.tab-style5 .img-effect:hover {
    transform: translateY(-8px);
}

.tab-style5 .box-shadow-primary {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 992px) {
    .tab-style5 ul.resp-tabs-list {
        text-align: center;
    }

        .tab-style5 ul.resp-tabs-list.text-left {
            padding-left: 15px;
        }

        .tab-style5 ul.resp-tabs-list li:last-child {
            margin-right: 0;
        }

        .tab-style5 ul.resp-tabs-list li.resp-tab-active {
            color: #b10000;
        }

    .tab-style5 .resp-tab-content {
        margin-top: 40px;
        border: none;
        padding: 0;
    }
}

@media screen and (max-width: 991px) {
    .tab-style5 ul.resp-tabs-list {
        display: none;
    }

    .tab-style5 h2.resp-accordion {
        display: block;
    }

        .tab-style5 h2.resp-accordion i {
            margin-right: 8px;
            font-size: 18px;
        }

    .tab-style5 .resp-accordion-closed {
        display: none !important;
    }

    .tab-style5 .resp-tab-content {
        background-color: #fff;
    }
}
/*============================== 
    Contact and Newsletter
================================*/
    .quform-input {
        position: relative;
    }

    .quform-element > label {
        font-weight: normal;
        padding-bottom: 5px;
        margin-bottom: 0;
        color: #616161;
    }

        .quform-element > label .quform-required {
            color: #cc0101;
            font-size: 10px;
        }

    .quform-inner input {
        width: 100%;
    }

    .quform-elements .quform-element textarea {
        margin-bottom: 0;
        padding: 12px 15px;
        vertical-align: top;
    }

    .quform-elements .quform-element select {
        margin-bottom: 0;
        padding: 12px 15px;
    }

    .quform-errors {
        padding: 0;
        margin: 0;
        line-height: normal;
    }

        .quform-errors > .quform-error {
            padding: 0;
            background: none;
            border: none;
            float: none;
            color: #f5543f;
            font-size: 11px;
            line-height: normal;
        }

    .quform-outer-no-js .quform-error {
        padding: 0;
        background: none;
        border: none;
        float: none;
        color: #f5543f;
        font-size: 11px;
        line-height: normal;
    }

    .quform-has-error input, .quform-has-error textarea, .quform-has-error select, .quform-has-error input[type=file], .quform-has-error .custom-file-label {
        border-color: #f5543f;
    }

    .quform-success-message, .quform-outer-no-js .quform-success-message {
        padding: 0.75rem 1.25rem 0.75rem 3rem;
    }

    .quform-input .quform-errors-wrap {
        position: absolute;
        right: 8px;
        top: 0;
        line-height: normal;
        z-index: 9;
    }

    .quform-submit-inner {
        float: none;
    }

    .quform-loading-wrap {
        float: none;
    }

        .quform-loading-wrap .quform-loading {
            display: inline-block;
        }

    .form-control-light {
        height: 38px;
        background-color: #fff;
        color: #495057;
        border: 2px solid #ccc;
        border-radius: 0;
    }

        .form-control-light:focus {
            color: #495057;
            background-color: #fff;
            border-color: #495057;
            outline: 0;
            box-shadow: none;
        }

        .form-control-light.active {
            color: #232323;
            background-color: #fff;
            border: 2px solid #ccc;
        }

    .light-validation .quform-errors > .quform-error {
        color: #fff;
    }

    /* newsletter */
    .newsletter-form .quform-elements {
        position: relative;
    }

    .newsletter-form .quform-submit-inner {
        position: absolute;
        right: 16px;
        top: -49px;
        width: auto;
        background: #f5f5f5;
        height: 48px;
        border-left: 1px solid rgba(0, 0, 0, 0.05);
        -webkit-border-top-right-radius: 0.25em;
        -webkit-border-bottom-right-radius: 0.25em;
        -moz-border-radius-topright: 0.25em;
        -moz-border-radius-bottomright: 0.25em;
        border-top-right-radius: 0.25em;
        border-bottom-right-radius: 0.25em;
    }

    .newsletter-form .quform-loading-wrap {
        margin-top: 15px;
        margin-bottom: 0;
        margin-left: 0;
    }

    .newsletter-form input {
        border: 1px solid rgba(0, 0, 0, 0.1);
        height: 50px;
        padding: 0.5rem 4rem 0.5rem 1rem;
        font-size: 14px;
    }

    .newsletter-form .quform-submit-inner .btn {
        min-width: auto;
        border: none;
        box-shadow: none !important;
        padding: 7px 18px;
        border-radius: .25rem;
    }

        .newsletter-form .quform-submit-inner .btn:hover {
            background: #f5f5f5 !important;
            color: #b10000;
        }

    .newsletter-form .quform-has-error input, .newsletter-form .quform-has-error textarea, .newsletter-form .quform-has-error select {
        border-color: #f5543f;
    }

    .newsletter-form .quform-input .quform-errors-wrap {
        right: 15px;
    }

    .newsletter-form i {
        font-size: 1.2rem;
        line-height: 2rem;
    }


/* ===================================
    News
====================================== */
.news-card {
    border: 1px solid rgba(0, 0, 0, 0.075);
    border-radius: 0;
    height: 100%;
}

    .news-card .card-img {
        border-radius: 0;
    }

    .news-card .card-body {
        padding: 2rem;
        text-align:justify;
    }

        .news-card .card-body .read-more {
            display: block;
        }

            .news-card .card-body .read-more a {
                color: #b10000;
                font-size: 13px;
                font-weight: 600;
                letter-spacing: 0.5px;
            }

                .news-card .card-body .read-more a:hover {
                    color: #282b2d;
                }

    .news-card .card-footer:last-child {
        border-radius: 0;
    }

    .news-card h3 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 12px;
    }

        .news-card h3 a {
            color: #282b2d;
        }

            .news-card h3 a:hover {
                color: #b10000;
            }

    .news-card .card-footer {
        background: none;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        padding: 0.8rem 2rem;
        font-weight: 600;
    }

        .news-card .card-footer a {
            line-height: normal;
        }

    .news-card ul {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .news-card .card-footer img {
        max-width: 35px;
    }

    .news-card .card-footer ul li {
        display: inline-block;
        color: #999;
        font-size: 14px;
        font-weight: 500;
        margin: 0 10px 0 0;
    }

        .news-card .card-footer ul li i {
            color: #b10000;
            font-size: 16px;
            font-weight: 500;
            margin-right: 5px;
        }

@media screen and (max-width: 767px) {
    .news-card .card-img.bg-img {
        min-height: 250px;
    }
}

@media screen and (max-width: 575px) {
    .news-card .card-body {
        padding: 1.5rem;
    }
}

/* ===================================
    Products
====================================== */
    .product-style:before {
        position: absolute;
        content: '';
        top: 20%;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        border-radius: inherit;
        opacity: 9;
    }

    .product-style a {
        color: #fff;
    }

        .product-style a:hover {
            color: #b10000;
        }

    .newsletter-block {
        background: #b10000;
        padding: 37px 30px;
        border-radius: 4px;
        color: #fff;
    }

        .newsletter-block input, .newsletter-block textarea, .newsletter-block select {
            padding: 12px 12px;
            font-size: 14px;
            border-radius: 4px;
            height: auto;
        }

        .newsletter-block h4, .newsletter-block h3 {
            color: #fff;
            font-weight: 700;
        }

    @media screen and (max-width: 1199px) {
        .newsletter-block {
            padding: 43px 30px;
        }
    }

    @media screen and (max-width: 991px) {
        .newsletter-block {
            padding: 35px 30px;
        }
    }

/* ===================================
    Footer
====================================== */
    footer {
        padding: 50px 0 0;
        background: #000000;
        color: #939393;
    }

        footer p {
            margin-bottom: 0;
        }

        footer h3 {
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 30px;
            line-height: 1;
            position: relative;
        }

            footer h3:after {
                content: '';
                display: block;
                width: 70px;
                height: 2px;
                background: #f2f2f2;
                margin-top: 12px;
            }

    .footer-bar {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 50px;
        text-align: center;
        background: #0f0f0f;
        color: #939393;
    }

        .footer-bar span {
            color: #f2f2f2;
            font-size: 15px;
            font-weight: 400;
        }

    .footer-social-icons ul {
        margin-bottom: 0;
    }

        .footer-social-icons ul li {
            display: inline-block;            
            border-radius: 50%;
            color: #fff;
            margin-right: 10px;
            margin-bottom: 5px;
            -moz-transition-duration: .3s;
            -ms-transition-duration: .3s;
            -webkit-transition-duration: .3s;
            -o-transition-duration: .3s;
            transition-duration: 0.3s;
        }

            .footer-social-icons ul li a {
                color: #939393;
                display: block;
                font-size: 15px;
                height: 35px;
                line-height: 34px;
                text-align: center;
                width: 35px;
            }

            .footer-social-icons ul li:hover {
                background: #f2f2f2;
            }

                .footer-social-icons ul li:hover i {
                    color: #b10000;
                }

    /*small*/
    .footer-social-icons.small ul li {
        margin-bottom: 0;
    }

        .footer-social-icons.small ul li a {
            font-size: 12px;
            height: 25px;
            line-height: 26px;
            width: 25px;
        }

    .footer-social-icons2 ul {
        margin-bottom: 0;
    }

        .footer-social-icons2 ul li {
            display: inline-block;
            border: 1px solid #6f6f6f;
            border-radius: 50%;
            color: #6f6f6f;
            margin-right: 10px;
            margin-bottom: 0;
            -moz-transition-duration: .3s;
            -ms-transition-duration: .3s;
            -webkit-transition-duration: .3s;
            -o-transition-duration: .3s;
            transition-duration: 0.3s;
        }

            .footer-social-icons2 ul li a {
                color: #939393;
                display: block;
                font-size: 15px;
                height: 35px;
                line-height: 34px;
                text-align: center;
                width: 35px;
            }

            .footer-social-icons2 ul li:hover {
                background: #f2f2f2;
                border-color: #f2f2f2;
            }

                .footer-social-icons2 ul li:hover i {
                    color: #fff;
                }

    .footer-subscribe {
        margin-top: 20px;
        margin-bottom: 0;
        position: relative;
    }

        .footer-subscribe input {
            background: #fff;
            border-radius: 6px;
            font-size: 14px;
            border: 0px solid;
            height: 40px;
            outline: none;
            box-shadow: none;
            padding: 6px 95px 6px 12px;
            margin-bottom: 0;
        }

            .footer-subscribe input:focus {
                background: #fff;
                border-radius: 6px;
                font-size: 14px;
                border: 0px solid;
                height: 40px;
                outline: none;
                box-shadow: none;
                padding: 6px 95px 6px 12px;
                margin-bottom: 0;
            }

        .footer-subscribe .butn {
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            -webkit-border-radius: 0;
            -webkit-border-top-right-radius: 4px;
            -webkit-border-bottom-right-radius: 4px;
            -moz-border-radius: 0;
            -moz-border-radius-top-right: 4px;
            -moz-border-radius-bottom-right: 4px;
            -ms-border-radius: 0;
            -ms-border-top-right-radius: 4px;
            -ms-border-bottom-right-radius: 4px;
            -o-border-radius: 0;
            -o-border-top-right-radius: 4px;
            -o-border-bottom-right-radius: 4px;
            border-radius: 0;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            color: #fff;
            line-height: 15px;
        }

            .footer-subscribe .butn:after {
                -webkit-border-radius: 0;
                -webkit-border-top-right-radius: 3px;
                -webkit-border-bottom-right-radius: 3px;
                -moz-border-radius: 0;
                -moz-border-radius-top-right: 3px;
                -moz-border-radius-bottom-right: 3px;
                -ms-border-radius: 0;
                -ms-border-top-right-radius: 3px;
                -ms-border-bottom-right-radius: 3px;
                -o-border-radius: 0;
                -o-border-top-right-radius: 3px;
                -o-border-bottom-right-radius: 3px;
                border-radius: 0;
                border-top-right-radius: 3px;
                border-bottom-right-radius: 3px;
                background: #e5e5e5;
            }

            .footer-subscribe .butn:hover {
                -webkit-border-radius: 0;
                -webkit-border-top-right-radius: 3px;
                -webkit-border-bottom-right-radius: 3px;
                -moz-border-radius: 0;
                -moz-border-radius-top-right: 3px;
                -moz-border-radius-bottom-right: 3px;
                -ms-border-radius: 0;
                -ms-border-radius-top-right: 3px;
                -ms-border-radius-bottom-right: 3px;
                -o-border-radius: 0;
                -o-border-radius-top-right: 3px;
                -o-border-radius-bottom-right: 3px;
                border-radius: 0;
                border-top-right-radius: 3px;
                border-bottom-right-radius: 3px;
            }

                .footer-subscribe .butn:hover:after {
                    -webkit-border-radius: 0;
                    -webkit-border-top-right-radius: 3px;
                    -webkit-border-bottom-right-radius: 3px;
                    -moz-border-radius: 0;
                    -moz-border-radius-top-right: 3px;
                    -moz-border-radius-bottom-right: 3px;
                    -ms-border-radius: 0;
                    -ms-border-radius-top-right: 3px;
                    -ms-border-radius-bottom-right: 3px;
                    -o-border-radius: 0;
                    -o-border-radius-top-right: 3px;
                    -o-border-radius-bottom-right: 3px;
                    border-radius: 0;
                    border-top-right-radius: 3px;
                    border-bottom-right-radius: 3px;
                }

            .footer-subscribe .butn span {
                color: #fff;
            }

            .footer-subscribe .butn:hover span {
                color: #282b2d;
            }

            .footer-subscribe .butn.theme:after {
                background: #000;
            }

            .footer-subscribe .butn.theme:hover span {
                color: #fff;
            }

            .footer-subscribe .butn.white {
                color: #282b2d;
            }

                .footer-subscribe .butn.white:after {
                    background: #282b2d;
                }

            .footer-subscribe .butn.theme.white-hover:hover {
                background: #fff;
            }

                .footer-subscribe .butn.theme.white-hover:hover span {
                    color: #282b2d;
                }

            .footer-subscribe .butn.theme.white-hover:after {
                background: #fff;
            }

            .footer-subscribe .butn.theme.grey-hover:hover {
                background: #e5e5e5;
            }

                .footer-subscribe .butn.theme.grey-hover:hover span {
                    color: #282b2d;
                }

            .footer-subscribe .butn.theme.grey-hover:after {
                background: #e5e5e5;
            }

    /* footer-list */
    .footer-list {
        margin: 0;
        padding: 0;
    }

        .footer-list li {
            list-style-type: none;
            color: #939393;
            padding: 6px 0;
        }

            .footer-list li:first-child {
                padding-top: 0;
            }

            .footer-list li a {
                font-size: 15px;
                font-weight: 400;
                color: #939393;
            }

                .footer-list li a:before {
                    content: '\f105';
                    font-weight: 700;
                    vertical-align: bottom;
                    font-family: "Font Awesome 5 Free";
                    color: #939393;
                    padding-right: 8px;
                    -moz-transition-duration: .3s;
                    -ms-transition-duration: .3s;
                    -webkit-transition-duration: .3s;
                    -o-transition-duration: .3s;
                    transition-duration: .3s;
                }

                .footer-list li a:hover {
                    color: #fff;
                }

                    .footer-list li a:hover:before {
                        color: #fff;
                    }

    /*footer-top-bar*/
    .footer-top-bar {
        background: #191919;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    /*footer style2*/
    footer h3.footer-title-style2 {
        margin-bottom: 28px;
    }

    h3.footer-title-style2:after {
        width: 100%;
        height: 2px;
        background: #b10000;
        margin-top: 15px;
    }


    /*footer app*/
    .footer-app li {
        display: inline-block;
        margin-right: 10px;
    }

        .footer-app li:last-child {
            margin-right: 0;
        }

    /* footer demo-14 */
    .footer-block3 ul {
        margin-bottom: 0;
    }

        .footer-block3 ul li {
            font-size: 14px;
            padding: 5px 0;
            font-weight: 600;
        }

.footer-block3 h3 {
    font-family: open_sansregular,sans-serif;
}

    footer .footer-icon3 ul li {
        display: inline-block;
        margin-left: 20px;
        font-size: 20px;
    }

        footer .footer-icon3 ul li a:hover {
            color: #f2f2f2;
        }

    .footer-block3 h3:after {
        content: none;
    }

    /* scroll to top */
    .scroll-to-top {
        font-size: 20px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        position: fixed;
        bottom: 20px;
        right: 20px;
        display: none;
        border-radius: 50%;
        background: #000;
        border: 1px solid #2a2a2a;
        width: 35px;
        height: 35px;
        line-height: 30px;
        z-index: 9999;
        outline: 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
    }

        .scroll-to-top i {
            color: #fff;
        }

        .scroll-to-top:hover {
            color: #282b2d;
            background: #fff;
        }

            .scroll-to-top:hover i {
                color: #282b2d;
            }

        .scroll-to-top:visited {
            color: #282b2d;
            text-decoration: none;
        }


    /****************************/
    /*Migrated from old site*/
    /****************************/

    .form-style .form-general-error-container {
        display: none;
    }

        .form-style .form-general-error-container .alert {
            display: block;
        }

    .recover-form-general-error-container {
        display: none;
    }

        .recover-form-general-error-container .alert {
            display: block;
        }


.alert {
    display: none;
    font-size: 1em;
    font-family: sans-serif;
    border-radius: 0;
    padding: 0;
    background-color: #fff;
    color: #b10000;
    font-weight: 600;
    text-align: center;
}

.error {
    color: #b10000 !important;
}

.success {
    color: darkgreen !important;
}

.certifiedmedia li {
    font-size: 24px;
    color: #fafafa;
    line-height: 32px;
    font-weight: 300;
    text-align: left;
    margin-bottom: 10px;
    padding-top: 20px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}

.certifiedmedia h2 {
    color: #fafafa;
    text-align: center;
}

    /****************************/
    /*Markets Grid*/
    /****************************/
    .market-grid-style .market-details {
        position: relative;
        overflow: hidden;
    }

        .market-grid-style .market-details img {
            width: 100%;
            -moz-transform: scale3d(1, 1, 1);
            -ms-transform: scale3d(1, 1, 1);
            -webkit-transform: scale3d(1, 1, 1);
            -o-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
            -moz-transition: all 400ms;
            -ms-transition: all 400ms;
            -webkit-transition: all 400ms;
            -o-transition: all 400ms;
            transition: all 400ms;
        }

    .market-grid-style .portfolio-icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

        .market-grid-style .portfolio-icon a {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            height: 25px;
            -moz-transform: scale3d(0, 0, 0);
            -ms-transform: scale3d(0, 0, 0);
            -webkit-transform: scale3d(0, 0, 0);
            -o-transform: scale3d(0, 0, 0);
            transform: scale3d(0, 0, 0);
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            color: #fff;
            font-size: 26px;
            z-index: 9;
        }

    .market-grid-style .portfolio-title {
        padding: 0px 15px 15px 15px;
        text-align: center;
        display: block;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .market-grid-style .portfolio-title h4 {
            font-size: 16px;
            margin-bottom: 0;
            font-weight: 600;
        }

        .market-grid-style .portfolio-title p {
            margin-bottom: 0;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 600;
        }

    .market-grid-style:hover .market-details img {
        -moz-transform: scale3d(1.15, 1.15, 1);
        -ms-transform: scale3d(1.15, 1.15, 1);
        -webkit-transform: scale3d(1.15, 1.15, 1);
        -o-transform: scale3d(1.15, 1.15, 1);
        transform: scale3d(1.15, 1.15, 1);
    }

    .portfolio-post-border {
        border: 1px solid #103747;
        bottom: 20px;
        left: 20px;
        position: absolute;
        right: 20px;
        top: 20px;
        visibility: hidden;
    }

    .market-grid-style:hover .portfolio-post-border {
        visibility: visible;
    }


    .market-grid-style .market-thumbnail {
        position: relative;
        overflow: hidden;
    }

    .market-grid-style:hover {
        background: #103747;
        text-decoration: none;
    }

    .market-title {
        padding: 15px;
    }

        .market-title h4 {
            margin: 0;
            font-size: 20px;
            font-weight: 500;
            color: #b7b7b7
        }

    .market-grid-style:hover .market-title h4 {
        text-decoration: none;
        color: lightgrey;
    }




    .market-grid-style .market-thumbnail img {
        width: 100%;
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -webkit-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -moz-transition: all 400ms;
        -ms-transition: all 400ms;
        -webkit-transition: all 400ms;
        -o-transition: all 400ms;
        transition: all 400ms;
    }

    .market-grid-style:hover .market-title h4 {
        color: #fafafa;
    }

    .market-grid-style:hover .market-thumbnail img {
        -moz-transform: scale3d(1.15, 1.15, 1);
        -ms-transform: scale3d(1.15, 1.15, 1);
        -webkit-transform: scale3d(1.15, 1.15, 1);
        -o-transform: scale3d(1.15, 1.15, 1);
        transform: scale3d(1.15, 1.15, 1);
    }


    .market-img-container {
        overflow: hidden;
    }


    .market-thumbnail .market-img-container {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        overflow: hidden;
        border: 2px solid #103747;
    }

.market-grid-style .market-img-container::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/ikimages/more-plus-icon.png) no-repeat center center;
    background-color: rgba(0,0,0,.45);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .4s;
    transition: all .4s;
}

    .market-grid-style:hover .market-img-container::after {
        opacity: 1;
        filter: alpha(opacity=100);
    }


/* ===================================
    Product blocks
====================================== */
.product-block {
    position: relative;
}

    .product-block .product-desc a {
        color: #fff;
    }

        .product-block .product-desc a:hover {
            color: #b10000;
        }

    .product-block:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0);
        z-index: 0;
        width: 100%;
        height: 100%;
        border-radius: 4px;
    }

.product-title {
    padding: 15px 15px 0;
}
    .product-title h4 {
        font-size: 20px;
        color: #080808;
        text-align: center !important;
        font-family: open_sanssemibold, sans-serif;
        position:relative;
    }

.product-pic {
    margin: 10px auto;
    max-width: 1200px;
    text-align: center;
    /* border: 5px solid #000; */
    /* padding: 2px; */
    /*box-shadow: 0 10px 28px rgba(0,0,0,.5);*/
}

.product-subtitle h5 {
    font-size: 28px;
    color: #696969;
    margin: 20px 0 20px;
    text-align: center !important;
}

@media screen and (max-width: 1500px) {
    .product-title h4 {
        font-size: 22px;
    }

    .product-subtitle h5 {
        font-size: 24px;
    }
}


@media screen and (max-width: 991px) {
    .product-title h4 {
        font-size: 22px;
        margin: 10px
    }

    .product-subtitle h5 {
        font-size: 20px;
        margin: 10px
    }
}

@media screen and (max-width: 767px) {
    .product-title h4 {
        font-size: 20px;
        margin: 10px
    }

    .product-subtitle h5 {
        font-size: 16px;
        margin: 10px
    }
}

/****************************/
/*Products Grid*/
/****************************/


.product-grid-style .app-ikpro h4::after {
    position: absolute;
    content: '';
    background: #b10000;
    width: 50px;
    height: 1px;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.product-grid-style .app-ikpro h4::before {
    position: absolute;
    content: '';
    background: #b10000;
    width: 75px;
    height: 1px;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.product-grid-style .app-ikadj h4::after {
    position: absolute;
    content: '';
    background: rgba(51, 122, 183,1);
    width: 50px;
    height: 1px;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.product-grid-style .app-ikadj h4::before {
    position: absolute;
    content: '';
    background: rgba(51, 122, 183,1);
    width: 75px;
    height: 1px;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.product-grid-style .app-ikpin h4::after {
    position: absolute;
    content: '';
    background: rgba(46, 131, 153,1);
    width: 50px;
    height: 1px;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.product-grid-style .app-ikpin h4::before {
    position: absolute;
    content: '';
    background: rgba(46, 131, 153,1);
    width: 75px;
    height: 1px;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.product-grid-style .app-ikpyc h4::after {
    position: absolute;
    content: '';
    background: rgba(163, 45, 126,1);
    width: 50px;
    height: 1px;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.product-grid-style .app-ikpyc h4::before {
    position: absolute;
    content: '';
    background: rgba(163, 45, 126,1);
    width: 75px;
    height: 1px;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}


/*.product-grid-style:hover .app-ikpro {background-image: linear-gradient(to bottom,  rgba(177,0,0,1), rgba(177,0,0,0)); border-radius:10px 10px 0 0;}
.product-grid-style:hover .app-ikadj {background-image: linear-gradient(to bottom,  rgba(51, 122, 183,1),  rgba(51, 122, 183,0)); border-radius:10px 10px 0 0;}
.product-grid-style:hover .app-ikpin {background-image: linear-gradient(to bottom,  rgba(46, 131, 153,1),  rgba(46, 131, 153,0)); border-radius:10px 10px 0 0;}
.product-grid-style:hover .app-ikpyc {background-image: linear-gradient(to bottom,  rgba(163, 45, 126,1),  rgba(163, 45, 126,0)); border-radius:10px 10px 0 0;}*/

.product-grid-style .product-details {
    position: relative;
    overflow: hidden;
}

.product-grid-style .product-details img {
    width: 100%;
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.product-grid-style .portfolio-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.product-grid-style .portfolio-title {
    padding: 0px 15px 15px 15px;
    text-align: center;
    display: block;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .product-grid-style .portfolio-title h4 {
        font-size: 16px;
        margin-bottom: 0;
        font-weight: 600;
    }

    .product-grid-style .portfolio-title p {
        margin-bottom: 0;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
    }

.product-grid-style:hover .product-details img {
    -moz-transform: scale3d(1.15, 1.15, 1);
    -ms-transform: scale3d(1.15, 1.15, 1);
    -webkit-transform: scale3d(1.15, 1.15, 1);
    -o-transform: scale3d(1.15, 1.15, 1);
    transform: scale3d(1.15, 1.15, 1);
}

.portfolio-post-border {
    border: 1px solid #103747;
    bottom: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    visibility: hidden;
}

.product-grid-style:hover .portfolio-post-border {
    visibility: visible;
}

.product-grid-style:hover .product-title h4 {
    text-decoration: none;
}



.product-grid-style .product-thumbnail {
    position: relative;
    overflow: hidden;
}

.product-grid-style:hover {
    text-decoration: none;
}

.product-grid-style .product-thumbnail img {
    width: 100%;
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.product-grid-style:hover .product-thumbnail img {
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}


.product-img-container {
    overflow: hidden;
}


.product-thumbnail .product-img-container {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    padding: 15px;
}

.product-grid-style .product-img-container::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/ikimages/more-plus-icon.png) no-repeat center center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .4s;
    transition: all .4s;
}

/****************************/
/*Certmedia Grid*/
/****************************/
.certmedia-grid-style .certmedia-details {
    position: relative;
    overflow: hidden;
}

    .certmedia-grid-style .certmedia-details img {
        width: 100%;
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -webkit-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -moz-transition: all 400ms;
        -ms-transition: all 400ms;
        -webkit-transition: all 400ms;
        -o-transition: all 400ms;
        transition: all 400ms;
    }

.certmedia-grid-style .certmedia-thumbnail {
    position: relative;
    overflow: hidden;
}

.certmedia-grid-style {
    background: #282828;
    text-decoration: none;
    border: 2px solid #103747;
}

.certmedia-title {
    padding: 15px;
    border-bottom: 2px solid #103747;
}

    .certmedia-title h4 {
        margin: 0;
        font-size: 24px;
        font-weight: 500;
        color: lightgray
    }

    .certmedia-title h5 {
        margin: 0;
        font-size: 16px;
        font-weight: 500;
        color: #b7b7b7;
    }

.certmedia-grid-style .certmedia-thumbnail img {
    width: 100%;
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.certmedia-img-container {
    overflow: hidden;
}


.certmedia-thumbnail .certmedia-img-container {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    overflow: hidden;
}

/*==============================
    Captcha
================================*/

    .form-style textarea {
        height: 218px;
    }

    .form-style #form-captcha {
        height: 35px;
        width: 45%;
        display: inline-block;
        font-size: 14px;
        letter-spacing: 2px;
    }

    @media (min-width: 768px) {
        .form-style #form-captcha {
            height: 35px;
        }
    }

    @media (min-width: 992px) {
        .form-style #form-captcha {
            height: 35px;
        }
    }

    .form-style #form-captcha-img {
        width: 45% !important;
        height: auto !important;
    }

    .form-style #form-captcha-refresh {
        width: 20px;
        height: 20px;
        cursor: pointer;
        font-size: 14px;
        text-align: right;
        opacity: 0.7;
        transition: all 0.4s;
        color: #fafafa;
        display: inline-block;
        opacity: 0.7;
        filter: alpha(opacity=70);
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        margin-right: 15px;
    }

        .form-style #form-captcha-refresh:hover {
            opacity: 1;
            filter: alpha(opacity=100);
        }


/*============================== 
    IK-Verify
================================*/
    .form-control-dark {
        height: 38px;
        color: #fafafa;
        border: 1px solid #737373;
        border-radius: 0;
        background-color: transparent;
    }

        .form-control-dark:focus {
            color: #495057;
            background-color: #ffffff;
            border-color: #ccc;
            outline: 0;
            box-shadow: none;
        }

        .form-control-dark.active {
            color: #232323;
            background-color: #fff;
            border: 2px solid #ccc;
        }

    .icon-red {
        color: #b10000 !important;
    }

    .icon-gold {
        color: #ffd700 !important;
    }

    .ikanalyze-result-label {
        font-size: 0.9em;
        font-weight: 500;
        background-color: #232323; 
        color: #fafafa;
        border: none !important;
        border-left: 6px solid #444444 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
        padding-top: 5px;
        padding-bottom: 4px;
        padding-left: 5px;
        height: 28px;
        white-space: nowrap;
        margin-bottom: 5px;
        line-height: normal;
        letter-spacing: 1px;
    }

    .ikanalyze-result-passed {
        border-left: 6px solid #119400 !important;
    }

    .ikanalyze-result-failed {
        border-left: 6px solid #a10000 !important;
    }


.ikanalyze-result-value {
    font-weight: bold;
    background-color: transparent;
    color: goldenrod;
    border: 1px solid #232323;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0 !important;
    padding-top: 4px;
    padding-bottom: 4px;
    height: 28px;
    margin-bottom: 5px;
    text-align: center;
    line-height: normal;
}

.ikanalyze-img-container {
    vertical-align: middle;
    padding: 0;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #737373;
}

    .ikanalyze-result-img {
        vertical-align: middle;
        padding: 0;
        height: 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .ikanalyze-block {
        max-width: 1020px;
        margin: auto;
        padding: 30px 10px 10px;
    }


    /* loader */
    #waiter {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 99999;
        width: 100%;
        height: 100%;
        overflow: visible;
        background: #fff;
        display: table;
        text-align: center;
    }

    .waiter {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        width: 200px;
        height: 200px;
    }

.bs-callout {
    padding: 5px;
    font-size: 11px;
    color: #c2c2c2;
    margin: 0;
    border: 1px solid rgba(242, 224, 73, .5);
    border-left-width: 5px;
    border-radius: 0;
    line-height: 1.5;
    font-family: open_sanssemibold,sans-serif;
    width:100%;
}

.bs-callout-info {
    border-left-color: rgba(242, 224, 73, .5);
}

.bs-callout-yellow {
    color: rgba(242, 224, 73, .8);
}


/*
 *  Bootstrap Duallistbox - v3.0.0
 *  A responsive dual listbox widget optimized for Twitter Bootstrap. It works on all modern browsers and on touch devices.
 *  http://www.virtuosoft.eu/code/bootstrap-duallistbox/
 *
 *  Made by István Ujj-Mészáros
 *  Under Apache License v2.0 License
 */

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
    margin-left: 1px;
}

.label-warning {
    background-color: #f0ad4e;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    letter-spacing: 1px;
    font-size: 10px;
}

.bootstrap-duallistbox-container {
    font-family: open_sanssemibold,sans-serif;
}

.bootstrap-duallistbox-container .buttons {
    width: 100%;
    margin-bottom: -1px;
}

    .bootstrap-duallistbox-container label {
        display: block;
        margin-bottom: 0;
        font-size: 12px;
    }

.bootstrap-duallistbox-container .info {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 11px;
}

    .bootstrap-duallistbox-container .clear1,
    .bootstrap-duallistbox-container .clear2 {
        display: none;
        font-size: 10px;
        height: 20px;
        margin: 4px 0 4px;
        padding: 0px 5px;
        float: right;
        line-height: normal;
        text-transform: capitalize;
    }

.bootstrap-duallistbox-container .box1.filtered .clear1,
.bootstrap-duallistbox-container .box2.filtered .clear2 {
    display: inline-block;
}

.bootstrap-duallistbox-container .move,
.bootstrap-duallistbox-container .remove {
    width: 60%;
    padding: 0;
    margin: 0;
}

.bootstrap-duallistbox-container .btn-group .btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.bootstrap-duallistbox-container select {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.bootstrap-duallistbox-container .moveall, .bootstrap-duallistbox-container .removeall {
    width: 40%;
    padding: 0;
    margin: 0;
}
.bootstrap-duallistbox-container.bs2compatible .btn-group > .btn + .btn {
    margin-left: 0;
}

.bootstrap-duallistbox-container select {
    font-size: 12px;
    font-family: open_sanssemibold,sans-serif;
    padding: 0;
}

.bootstrap-duallistbox-container .filter {
    display: inline-block;
    width: 100%;
    height: 31px;
    margin: 0 0 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
}

    .bootstrap-duallistbox-container .filter.placeholder {
        color: #aaa;
    }

.bootstrap-duallistbox-container.moveonselect .move,
.bootstrap-duallistbox-container.moveonselect .remove {
    display: none;
}

.bootstrap-duallistbox-container.moveonselect .moveall,
.bootstrap-duallistbox-container.moveonselect .removeall {
    width: 100%;
}

/* ===================================
    Portfolio masonry
====================================== */
.masonry {
    margin: 10px;
    padding: 0;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
}

    .masonry a {
        display: block;
        margin-top: 10px;
    }

        .masonry a:first-child {
            margin-top: 0;
        }

.masonry-item {
    position: relative;
    overflow: hidden;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
}

    .masonry-item img {
        display: block;
        width: 100%;
        height: auto;
        -moz-transition-duration: .4s;
        -ms-transition-duration: .4s;
        -webkit-transition-duration: .4s;
        -o-transition-duration: .4s;
        transition-duration: .4s;
    }

.masonry-item-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    max-height: 100%;
    width: 100%;
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
    border: 4px solid #b10000;
    padding: 3%;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
}

.masonry-item:hover .masonry-item-overlay {
    position: absolute;
    opacity: 1;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

    .masonry-item:hover .masonry-item-overlay h4 {
        opacity: 1;
        transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        text-align: center;
        -moz-transition-duration: .6s;
        -ms-transition-duration: .6s;
        -webkit-transition-duration: .6s;
        -o-transition-duration: .6s;
        transition-duration: .6s;
    }

    .masonry-item:hover .masonry-item-overlay ul {
        opacity: 1;
        transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        text-align: center;
        -moz-transition-duration: .5s;
        -ms-transition-duration: .5s;
        -webkit-transition-duration: .5s;
        -o-transition-duration: .5s;
        transition-duration: .5s;
    }

.masonry-item-overlay h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    bottom: 40px;
    margin: 0 0 20px 0;
    line-height: 20px;
}

.masonry-item-overlay ul {
    position: absolute;
    padding-left: 0;
    bottom: 25px;
    margin: 0;
}

    .masonry-item-overlay ul li {
        list-style-type: none;
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        padding-left: 0;
        opacity: .7;
    }

        .masonry-item-overlay ul li:last-child:after {
            content: none;
        }

        .masonry-item-overlay ul li:after {
            content: ' / ';
            font-size: 8px;
            font-weight: 700;
            margin: 0 5px;
        }

        .masonry-item-overlay ul li a {
            color: #fff;
        }

.masonry-item:first-child {
    margin-top: 0;
}

@media screen and (min-width: 576px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media screen and (min-width: 768px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media screen and (min-width: 992px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }

    .masonry-item-overlay {
        opacity: 0;
        background: rgba(0, 0, 0, 0.7);
        border: 8px solid #b10000;
    }

}

@media screen and (min-width: 1200px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }

    .masonry-item-overlay {
        opacity: 0;
        background: rgba(0, 0, 0, 0.7);
        border: 8px solid #b10000;
    }

}
/* masonry 4 */
.masonry-4 {
    margin: 10px;
    padding: 0;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
}

    .masonry-4 a {
        display: block;
        margin-top: 10px;
    }

        .masonry-4 a:first-child {
            margin-top: 0;
        }

@media screen and (min-width: 576px) {
    .masonry-4 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media screen and (min-width: 768px) {
    .masonry-4 {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media screen and (min-width: 992px) {
    .masonry-4 {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media screen and (min-width: 1200px) {
    .masonry-4 {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

/*timeline*/
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            content: " ";
            display: table;
            clear: both;
        }

        .timeline > li:before {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            content: " ";
            display: table;
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #e8e8e8;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #b10000;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
            font-weight:600;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-body > p, .timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}

.ckb {
    padding-left: 20px;
    font-family: open_sanssemibold,sans-serif;
}

    .ckb label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
        line-height: 1.5;
    }

        .ckb label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            margin-top: 2px;
            border: 2px solid #cccccc;
            border-radius: 3px;
            background-color: #000;
            cursor: pointer;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -moz-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .ckb label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            margin-top: 2px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
            cursor: pointer;
            line-height: 1.5;
        }

    .ckb input[type="checkbox"],
    .ckb input[type="radio"] {
        opacity: 0;
        z-index: 1;
    }

        .ckb input[type="checkbox"]:focus + label::before,
        .ckb input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .ckb input[type="checkbox"]:checked + label::after,
        .ckb input[type="radio"]:checked + label::after {
            font-family: "Font Awesome 5 Free";
            font-weight: bold;
            content: "\f00c";
            cursor: pointer;
        }

        .ckb input[type="checkbox"]:disabled + label,
        .ckb input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .ckb input[type="checkbox"]:disabled + label::before,
            .ckb input[type="radio"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .ckb.checkbox-circle label::before {
        border-radius: 50%;
    }

    .ckb.checkbox-inline {
        margin-top: 0;
    }

.ckb-success input[type="checkbox"]:checked + label::before,
.ckb-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.ckb-success input[type="checkbox"]:checked + label::after,
.ckb-success input[type="radio"]:checked + label::after {
    color: #fff;
}

.ckb-report {
    height: 28px;
    margin-bottom: 5px;
    padding: 4px 4px 0;
}

.gm-style .gm-style-iw-c {
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    top: 0;
    left: 0;
    transform: translate3d(-50%,-100%,0);
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 2px 7px 1px rgba(0,0,0,.3);
    color: #1e1e1e;
}

.gm-style .gm-style-iw-t::after {
    background: linear-gradient(45deg,rgb(255, 255, 255) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%) #fff;
    box-shadow: -2px 2px 2px 0 rgba(178,178,178,.4);
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    transform: translate(-50%,-50%) rotate(-45deg);
    width: 15px;
}

.media-seg-group::before {
    font-family: "Font Awesome 5 Free";
    content: "\f002";
    font-style: normal;
    font-weight: bold;
    text-decoration: inherit;
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 2px;
    right: 0;
    z-index: 10;
}

.autocomplete-suggestions {
    border: 1px solid #ddd;
    background: #fff;
    cursor: default;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
}

    .autocomplete-suggestion:hover {
        background: rgba(46, 86, 83, 0.3) !important;
    }

.autocomplete-selected {
    background: #f0f0f0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: rgba(46,86,83, 1);
}

.medianotedisplay {
    height: 300px;
    background-color: transparent;
    border: none;
    resize: none;
    width: 100%;
    color: #fafafa;
}

.part-photo-status {
    height: 25px;
    bottom: 10px;
    text-align: center;
    background-color: red;
    position: absolute;
    left: 20px;
    right: 20px;
}
.part-photo-edit-btn {
    position: absolute;
    top: 4px;
    right: 20px;
    color: #fff !important;
    padding: 0 9px;
    font-size: 11px;
    background: #337ab7;
    height: 18px;
    line-height: 1.5;
    border: 1px solid #c1c1c1;
}
    .part-photo-edit-btn:hover {
        background: #285f8f;
        border: 1px solid #fff;
    }

.partthumbcontainer {
    background: none repeat scroll 0 0 rgb(17, 17, 17);
    border-top: 2px solid #337ab7;
    margin-top: 3px;
    bottom: 0;
    left: 0;
    padding-bottom: 4px;
    padding-top: 2.5px;
}

.partthumblist {
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-bottom: 0;
    margin-left: 3px;
    min-height: 86px;
}

.partthumblistitem {
    height: 100px !important;
    width: 100px !important;
    max-width: 100px !important;
    min-width: 100px !important;
    border: 2px solid rgba(255, 255, 255, 0.05);
    padding: 0 !important;
    margin: 2px !important;
    display: table-cell !important;
    vertical-align: middle !important;
}

    .partthumblistitem:hover {
        border-color: rebeccapurple;
        padding: 0;
    }

    .partthumblistitem:active {
        border-color: rebeccapurple;
        padding: 0;
    }


.partthumblistitem-selected {
    border-color: rebeccapurple;
}

.partthumbnail {
    max-height: 100%;
    max-width: 100%;
    padding: 2px;
    display: block;
    margin: auto;
    vertical-align: middle !important;
    cursor: pointer;
}


.prelimtable {
    border: 2px solid rebeccapurple;
    border-collapse: collapse;
    margin-top: 5px;
}

    .prelimtable td {
        padding: 20px 10px;
    }

.prelimtablelabel {
    max-width: 25px;
    color: #c2c2c2;
    border-right: 1px solid rebeccapurple;
    background-color: rgba(102, 51, 153, 0.5);
    padding: 0 !important;
    font-family: open_sanssemibold,sans-serif;
    font-size: 13px;
}

.rptHeaderLabellabel {
    color: #c2c2c2;
    font-family: open_sanssemibold,sans-serif;
    /* border: 2px solid rebeccapurple; */
    padding-left: 5px;
    border-left: 3px solid rebeccapurple;
    background-color: rgba(102, 51, 153, 0.5);
    font-size: 13px;
}

.ckb-prelim label::before, .ckb-prelim label::after {
    margin-top: 0;
}

.prelimtablelabelrotate {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.h6-prelim {
    white-space: normal;
    color: #c2c2c2;
    font-size: 12px;
    font-family: open_sanssemibold,sans-serif;
    margin: 5px 0;
}

.rptembeddedtable {
    border: 2px solid #333;
    border-collapse: collapse;
    width: 100%;
    font-family: open_sanssemibold,sans-serif;
    color: #c2c2c2;
}

    .rptembeddedtable th {
        text-align: center;
        font-size: 13px;
        height: 35px;
    }
    .rptembeddedtable tr {
        padding: 10px;
    }

    .rptembeddedtable td {
        padding: 0;
        font-size: 13px;
        border: 1px solid #333;
        height: 36px;
    }

        .rptembeddedtable td input {
            margin: 0;
            font-size: 14px;
            font-weight: 500;
            background-color: rgba(255,255,255,.9);
            color: #333;
            border: none;
            border-left: 1px solid #000;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0 !important;
            padding: 5px;
            padding-bottom: 2px;
            height: 32px;
            font-family: open_sanssemibold,sans-serif;
        }

            .rptembeddedtable td input:disabled, .rptembeddedtable td input:read-only {
                background-color: rgba(255,255,255,0.2) !important;
                color: #fafafa !important;
                font-family: open_sanssemibold,sans-serif;
                border-left: 1px solid #000;
            }

.image-edit-btn {
    position: absolute;
    top: 4px;
    right: 2px;
    color: #fff !important;
    padding: 0 9px;
    font-size: 11px;
    background: #337ab7;
    height: 18px;
    line-height: 1.5;
    border: 1px solid #c1c1c1;
}

    .image-edit-btn:hover {
        background: #285f8f;
        border: 1px solid #fff;
    }

.btn-round-inline {
    display: inline;
    width: 35px;
    height: 35px;
    overflow: hidden;
    text-align: center;
    color: rgba(255, 255, 255, .8);
    background-color: rgba(0,0,0,.7);
    -webkit-border-radius: 35px !important;
    -moz-border-radius: 35px !important;
    border-radius: 35px !important;
    margin: 5px 8px;
    padding: 0;
}

    .btn-round-inline:hover {
        color: #fff;
    }

    .btn-round-inline:active, .btn-round-inline:focus {
        outline: none;
    }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 3px;
        top: 40%;
        font-size: 18px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: flex;
        flex-direction: column;
        position: absolute !important;
        margin-top: -30px;
        left: 100% !important;
    }

    dropdown-submenu > li > a:hover, .dropdown-submenu > li > a:focus, .dropdown-submenu > li > a:active {
        color: #fff;
        text-decoration: none;
        background-color: rgba(0,0,0,.4);
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: 1px;
        margin-right: .1rem;
    }

@media (max-width: 992px) {
    .dropdown-menu {
/*        width: 50%;*/
        max-height: 200px;
        overflow-y: scroll;
    }

        .dropdown-menu .dropdown-submenu {
            width: auto;
        }
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: rgba(0,0,0,.4);
    color: #fff !important;
}

.input-group-btn-vertical-sm {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: top;
    display: table-cell;
}

    .input-group-btn-vertical-sm > .btn {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 6px 8px;
        margin-left: -1px;
        position: relative;
        border-radius: 0;
    }

        .input-group-btn-vertical-sm > .btn:first-child {
            border-top-right-radius: 2px;
            height: 16px;
            width: 16px;
            padding: 0;
        }

        .input-group-btn-vertical-sm > .btn:last-child {
            border-bottom-right-radius: 2px;
            height: 16px;
            width: 16px;
            padding: 0;
        }

    .input-group-btn-vertical-sm i {
        position: absolute;
        top: 0;
        left: 2px;
    }

    /*# sourceMappingURL=style.css.map */
