﻿body {
}

/* custom styles */

.vid-bvackground {
    height: 88vh;
    align-items: center;
}

.mb-11 {
    margin-bottom: 11rem !important;
}

.mt-vh-45 {
    margin-top: 45vh
}
.mt-vh-55 {
    margin-top: 55vh
}

.mxh-10vh {
    max-height: 10vh
}
.mxh-11vh {
    max-height: 11vh
}
.mxh-12vh {
    max-height: 12vh
}
.mxh-13vh {
    max-height: 13vh
}
.mxh-14vh {
    max-height: 14vh
}
.mxh-15vh {
    max-height: 15vh
}
.mxh-16vh {
    max-height: 16vh
}

.side-bg .image-container.jarallax img {
    padding: 0 !important;
}

#section-services .text {
    max-height: 10vh
}

#mainmenu > li > a {
    font-weight: 700;
    font-size: medium
}
.post-content .post-image {
    max-height: 44vh;
}

#sidebar .post-content .post-image {
    width: 7vh
}


a,
a:hover,
.test-column,
.test-column:hover {
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.info-box_subtite {
    color: var(--bg-dark-1-light)
}

.gradient-dark-bg {
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    border-bottom: solid 1px rgba(0, 0, 0, 0);
    background-image: linear-gradient(to left, rgba(255, 0, 0, 0), rgb(0 0 0));
}

header div#logo img {
    height: 10vh
}

#mainmenu li.active > a {
    color: var(--primary-color-1);
}

.fs-larger {
    font-size: larger
}

.text-border {
    text-shadow: 1px 0 var(--bg-dark-1), -1px 0 var(--bg-dark-1), 0 1px var(--bg-dark-1), 0 2px var(--bg-dark-1), 1px 1px var(--bg-dark-1), -1px -1px var(--bg-dark-1), 1px -1px var(--bg-dark-1), -1px 1px var(--bg-dark-1);
}

.box-number.ms i {
    font-size: 25px;
    width: 50px;
    height: 50px;
    padding: 12px 0;
}

.margin-auto {
    margin: auto !important
}

.mw-90 {
    min-width: 90%
}

.mw-80 {
    min-width: 80%
}

.mw-70 {
    min-width: 70%
}

.mw-60 {
    min-width: 60%
}

.mw-50 {
    min-width: 50%
}

.mw-40 {
    min-width: 40%
}

.mw-30 {
    min-width: 40%
}

.mw-20 {
    min-width: 40%
}

.mw-10 {
    min-width: 40%
}

.mr03 {
    margin-right: 3px !important
}

.mh-30vh {
    max-height: 30vh !important
}

/* chosen dropdown overload*/
.chosen-container {
    font-size: 16px;
    font-weight: 500;
}

    .chosen-container-active,
    .chosen-container:focus,
    .form-control:focus {
        border-color: var(--primary-color-1);
    }

.chosen-choices {
    padding: .300rem 2.25rem .300rem .75rem !important;
    -moz-padding-start: calc(0.75rem - 3px) !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    -moz-appearance: none !important;
}

.chosen-container-single .chosen-single div {
    display: none !important
}

.chosen-container-single.chosen-with-drop .chosen-single,
.chosen-container-multi.chosen-with-drop .chosen-choices {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' style=' transform: scale(-1,1)'><path transform='scale(1,-1)' transform-origin='center' fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>") !important;
}

.form-control, .form-select {
    border: solid 1px var(--bs-gray-500);
    border-radius: 0px
}

.section-title-tsi {
    border-bottom: solid 1px;
    margin-bottom: 1vh;
}

    .section-title-tsi h4 {
        background-color: var(--bg-dark-1);
        color: #fff;
        padding: 0.5vh 1vh;
        width: fit-content;
    }
    
/* toggle radio button */

.toggle_radio {
    position: relative;
    background: rgba(255,255,255,.1);
    padding: 0 !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 100%
}

    .toggle_radio > * {
        float: right;
    }

    .toggle_radio input[type=radio] {
        /* display: none; */
        /* position: fixed; */
        visibility: hidden;
        position: absolute;
    }

    .toggle_radio label {
        z-index: 0;
        display: block;
        width: 3rem;
        /*height: 45px;*/
        /*margin-right: 10px;*/
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        cursor: pointer;
        z-index: 1;
        border: solid 1px gray;
        background: none;
        text-align: center;
        padding: 0.3rem;
        /*margin: 0 2px;*/
        /*background: blue;*/ /*make it blue*/
    }

        .toggle_radio label:has(input[value="false"]):hover,
        .toggle_radio label:has(input[value="False"]):hover {
            background-color: rgba(155,0,14);
            color: white;
        }

        .toggle_radio label:has(input[value="true"]):hover,
        .toggle_radio label:has(input[value="True"]):hover {
            background-color: rgba(0,155,12);
            color: white;
        }

        .toggle_radio label p,
        .toggle_radio label span {
            margin: 0 !important;
            padding: 0 !important
        }

        .toggle_radio label.yes {
            background-color: #009b0c;
            color: white;
            cursor: pointer;
        }

        .toggle_radio label.no {
            background-color: #9b000e;
            color: white;
            cursor: pointer;
        }

.toggle_option_slider {
    /*display: none;*/
    /*background: red;*/
    width: 4rem;
    height: 2.7rem;
    position: absolute;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.toggle_radio label.active:has(input[type=radio]):has([value="false"]),
.toggle_radio label.active:has(input[type=radio]):has([value="False"]) {
    background-color: #9b000e;
    color: white
}

.toggle_radio label.active:has(input[type=radio]):has([value="true"]),
.toggle_radio label.active:has(input[type=radio]):has([value="True"]) {
    background-color: #009b0c;
    color: white
}

.toggle_radio_content {
    display: flex;
}

/* max widths */
.mxw-3vh {
    max-width: 3vh !important
}
.mxw-4vh {
    max-width: 4vh !important
}
.mxw-5vh {
    max-width: 5vh !important
}
.mxw-6vh {
    max-width: 6vh !important
}
.mxw-7vh {
    max-width: 7vh !important
}
.mxw-8vh {
    max-width: 8vh !important
}
.mxw-9vh {
    max-width: 9vh !important
}
.mxw-10vh {
    max-width: 10vh !important
}
.ml-auto {
    margin-left: auto
}

/* custom checkbox style */
/* The container */
.chk-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .chk-container label {
        cursor: pointer
    }
    /* Hide the browser's default checkbox */
    .chk-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

input[type=checkbox] {
    /*display: none;*/
}

    input[type=checkbox] + input + label[data-t-num],
    label[data-t-num] {
        height: 4rem;
        width: 1.5rem;
        display: inline-block;
        padding: 0 0 0 0px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        cursor: pointer
    }

.fs-xsmall {
    font-size: x-small !important
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: solid 1px;
    background-color: transparent;
    font-family: 'FontAwesome';
    font-size: 20px;
    text-align: center
}

/* On mouse-over, add a grey background color */
.chk-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chk-container input:checked ~ .checkmark {
    background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "\f00c";
    display: none;
}

/* Show the checkmark when checked */
.chk-container input:checked ~ .checkmark:after {
    display: block;
}

.de-content-overlay .chk-container input:checked ~ .checkmark:after {
    color: black;
}

/* boostrap class overwrite */
.input-group-text {
    border-radius: inherit;
    padding: 0.5em
}
.form-label {
    margin-bottom: 0;
    color: black
}

.tsi-circle {
    border: 2px solid;
    padding: 5px;
    width: 3vh;
    text-align: center;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: var(--primary-color-1);
}

/* jquery-ui dropdown overwrite style*/
li.ui-menu-item .ui-menu-item-wrapper {
    border-bottom: solid 0.5px darkgray;
}

.ui-autocomplete {
    max-height: 25rem;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
    height: 450px;
}

.rate-label {
    float: right;
    color: darkgray
}

/* display form control*/
.form-label-display {
    background: var(--bs-gray-300);
    padding: 0.5em;
    display: flex;
    flex: auto;
    font-weight: 700
}

    .form-label-display.empty {
        padding: 1.33rem
    }

.text-muted {
    display: block;
}

.form-label-display.refform {
    background: #cfdafb;
    border: solid 0.1rem;
}

    .form-label-display.refform:empty {
        padding: 1.3rem
    }

.form-label {
    margin-bottom: 0
}

.underline-brk {
    display: block;
    text-decoration-line: underline
}

.group-labels label,
.group-labels span {
    display: inline;
    clear: both;
}

.text-overflow-clamp {
    width: 100%;
    /* this code clamps based on specified lines */
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    display: -webkit-box;
}
.text-overflow-clamp.l2 {
    -webkit-line-clamp: 2 !important;
}
.preview-img {
    width: -webkit-fit-content;
    width: fit-content;
    width: -webkit-fill-available;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: 22vh;
    width: 100%;
}
.box-icon .icon {
    width: 4vh
}
.spacer-single-10 {
    width: 100%;
    height: 10px;
    display: block;
    clear: both;
}

/* section overload */
#section-hero {
    padding: 9vh 0 9vh 0
}
@media only screen and (max-width : 992px) {
    #section-hero {
        padding: 5vh 0 5vh 0
    }
}


/* bootstrap overload */
.g-0, .gx-0 {
    --bs-gutter-x: 0
}

.g-0, .gy-0 {
    --bs-gutter-y: 0
}

.g-1, .gx-1 {
    --bs-gutter-x: 0.25vh
}

.g-1, .gy-1 {
    --bs-gutter-y: 0.25vh
}

.g-2, .gx-2 {
    --bs-gutter-x: 0.5vh
}

.g-2, .gy-2 {
    --bs-gutter-y: 0.5vh
}

.g-3, .gx-3 {
    --bs-gutter-x: 1vh
}

.g-3, .gy-3 {
    --bs-gutter-y: 1vh
}

.g-4, .gx-4 {
    --bs-gutter-x: 1.5vh
}

.g-4, .gy-4 {
    --bs-gutter-y: 1.5vh
}

.g-5, .gx-5 {
    --bs-gutter-x: 4vh
}

.g-5, .gy-5 {
    --bs-gutter-y: 4vh
}

@media only screen and (max-width: 480px) {
    #section-hero {
        padding: 5vh 0 5vh 0
    }
    h1, h2, h3, h4, h5, h6, .sm-mb-0 {
        margin-bottom: 0 !important
    }
    .sm-mt-0 {
        margin-top: 0 !important
    }
    .sm-mt-1 {
        margin-top: 1vh !important
    }
    .sm-pt-1 {
        padding-top: 1vh !important
    }
    .sm-pt-2 {
        padding-top: 2vh !important
    }
    .sm-pt-3 {
        padding-top: 3vh !important
    }
    .sm-pt-4 {
        padding-top: 4vh !important
    }
    .sm-pt-5 {
        padding-top: 5vh !important
    }


    .g-0, .gx-0 {
        --bs-gutter-x: 0
    }

    .g-0, .gy-0 {
        --bs-gutter-y: 0
    }

    .g-1, .gx-1 {
        --bs-gutter-x: 0
    }

    .g-1, .gy-1 {
        --bs-gutter-y: 0
    }

    .g-2, .gx-2 {
        --bs-gutter-x: 0.25vh
    }

    .g-2, .gy-2 {
        --bs-gutter-y: 0.25vh
    }

    .g-3, .gx-3 {
        --bs-gutter-x: 0.25vh
    }

    .g-3, .gy-3 {
        --bs-gutter-y: 0.25vh
    }

    .g-4, .gx-4 {
        --bs-gutter-x: 0.5vh
    }

    .g-4, .gy-4 {
        --bs-gutter-y: 0.5vh
    }

    .g-5, .gx-5 {
        --bs-gutter-x: 1vh
    }

    .g-5, .gy-5 {
        --bs-gutter-y: 1vh
    }

}

@media only screen and (min-width: 993px) {
    .sm-show {
        display: none
    }
}

/* sidebar override*/
.left-border {
    border-left: solid 1px #ddd;
}
#sidebar.left-border .bloglist.item {
    margin-bottom: 1vh;
    padding-bottom: 2vh;
    border-bottom: solid 1px #333;
}
#sidebar.left-border .bloglist .post-text h3:hover {
    background-color: var(--primary-color-1);
}
#sidebar.left-border .bloglist .post-text h3 a:hover {
    color: #fff
}
.color-primary {
    color: var(--primary-color-1) !important
}

.float-text {
    top: 70% !important;
}

#testimonial-carousel-single img {
    width: 8vh;
    height: auto;
    margin-left: auto;
    margin-right: 0;
}

.va-middle {
    vertical-align: middle !important;
}

.greview {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    /* color: rgb(255, 255, 255); */
    display: inline-flex;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 0.5vh;
}

.ReviewContainer {
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    outline: none !important;
    display: grid;
    justify-content: stretch;
    width: 100%
}

    .ReviewContainer .item {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        padding: 1rem;
        transition: background-color 0.1s;
        box-sizing: border-box;
        -webkit-box-flex: 1;
        flex-grow: 1;
        padding: 24px;
        background-color: rgb(34, 34, 34);
        border: 1px solid transparent;
    }

        .ReviewContainer .item img {
            width: 5vh;
            height: auto;
        }

    .ReviewContainer .info-box_subtite p {
        margin: 0px !important
    }

    .ReviewContainer .info-box_text {
        margin-left: 0.25rem
    }

    .ReviewContainer .item .d-testi {
        position: relative;
        overflow: hidden;
        max-height: 8vh;
        transition-duration: 0s !important;
    }

blockquote.testimonial-big {
    text-align: left !important
}

.nav-tabs {
    border: var(--bs-nav-tabs-border-width) solid var(--bs-emphasis-color);
}
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        border: none;
    }
    .nav-tabs .nav-link {
        margin-bottom: 0;
        border: none;
    }