/*
    Theme Name: SRTC
    Author: Amine Mezghani
    Author URI: https://icodevision.com/
    Version: 1.0
*/

.fs16 {
    font-size: 16px;
    line-height: 26px;
}
.green-color {
    color: #a6c437;
}
.my-0 {
    margin-top: 0em !important;
    margin-bottom: 0em !important;
}
.mt-0 {
    margin-top: 0em !important;
}
.mb-0 {
    margin-bottom: 0em !important;
}
.mb-04 {
    margin-bottom: 0.4em !important;
}
.mt-1 {
    margin-top: 1em !important;
}
.d-block {
    display: block !important;
}

#header .logo-wrap {
    width: 100%;
    text-align: center;
}

#header .logo-wrap h4 {
    margin-top: 20px;
}

#header .logo-wrap .logo img {
    max-height: 150px;
}

.tp-bgimg.defaultimg {
    background-blend-mode: overlay !important;
    background-color: rgba(0, 0, 0, 0.55) !important;
}

.niceSelectHolder {
    position: relative;
    height: 42px;
    background: #fff;
    color: #858585;
    border-radius: 20px;
}
.niceSelectHolder:after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #333 transparent transparent transparent;
    pointer-events: none
}
.niceSelectHolder:before {
    width: 30px;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background: transparent;
    content: '';
    pointer-events: none;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.niceSelectHolder:hover:before {
    background: transparent;
}
.niceSelectHolder select {
    font-size: 16px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 20px;
    background: #fff;
    height: 100%;
    width: 100%;
    cursor: pointer;
    outline: 0;
    padding-right: 35px;
    padding-left: 20px;
    border: 1px solid #ccc;
    -moz-appearance: none;
    -webkit-appearance: none
}
.niceSelectHolder select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}
.niceSelectHolder select::-ms-expand {
    display: none
}
.niceSelectHolder select:focus {
    border-color: #ccc
}
.niceSelectHolder select:disabled {
    background: #eee
}
@media all and (min-width:1) and (min-resolution:0.001dpcm) {
    .niceSelectHolder select {
        padding-right: 0
    }
    .niceSelectHolder:after, .niceSelectHolder:before {
        display: none
    }
}
.niceSelectHolder:after {
    border-color: #a6c436 transparent transparent transparent
}
.niceSelectHolder select:focus {
    border-color: #a6c436;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(238, 119, 156, .5);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(238, 119, 156, .5)
}
.parallax-section {
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.6);
}

/* Custom Checkboxes */

.checkbox label {
    padding-left: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 30px;
    display: inline-block;
    font-weight: 400;
}

.radio label {
    padding-left: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 3px;
}

.checkbox label:hover,
.radio label:hover {
    cursor: pointer;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #cccccc;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: .7em;
    background-color: #ffffff;
}

.radio .cr {
    border-radius: 22px;
    margin-top: -3px;
}

.radio .cr .cr-icon {
    position: absolute;
    line-height: 0;
    top: 2px;
    left: 1px;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background-color: #FFF;
}

.checkbox .cr .cr-icon {
    position: absolute;
    line-height: 0;
    top: 2px;
    left: 3px;
    font-size: 22px;
    width: 23px;
    height: 24px;
    border-radius: 4px;
    background-color: #FFF;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon,
.radio label input[type="radio"]+.cr>.cr-icon {
    transform: scale(1) rotateZ(-20deg);
    opacity: 0;
    transition: all .1s ease-in;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
.radio label input[type="radio"]:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
    color: #a6c436;
}

.checkbox label input[type="checkbox"]:disabled+.cr,
.radio label input[type="radio"]:disabled+.cr {
    opacity: .5;
}

form .form-group input:not(:last-child) {
    margin-bottom: 0px;
}

input:not([type="submit"]), textarea, .custom-select .select-title {
    color: #333;
}
.item-carousel {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
/*.item-carousel:hover {
    transform: scale(1.02);
}*/
.item-carousel > a {
    height: 165px;
    display: block;
}

.datepicker.datepicker-inline td, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.dropdown-menu th {
    padding: 5px;
}

.datepicker.dropdown-menu {
    max-width: 300px;
}

.datepicker table tr td span.new, .datepicker table tr td span.old {
    color: #333; 
}

.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
    text-shadow: none; 
}

.step2Holder h3 {
    font-size: 30px;
}
.step2Holder .checkbox {
    display: inline-block;
    min-width: 23%;
}
.step2Holder .activityChoice .checkbox {
    display: block;
}

.custom-list[class*="type-"] li::before {
    color: #a6c436 !important;
    font-size: 1em;
}

[class*="alert"].alert-success, .success, [class*="alert"].alert-danger, .danger {
    background: #fff !important;
    padding: 15px;
}

div[data-window-location] {
    cursor: pointer;
}

.g-recaptcha > div {
    margin: 30px auto 0px;
}

@media only screen and (max-width: 992px) {
    form [class*="col-md-"]:not(:last-child), form .content-element:not(:last-child) {
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 767px) {
    .text-center-xs {
        text-align: center;
    }
    footer {
        font-size: 0.8em;
        line-height: 1.5em;
    }
    .go-to-top {
        display: none !important;
    }
    .step2Holder .checkbox {
        display: block;
    }
    .step2Holder h3 {
        font-size: 20px;
    }
}

.custom-list.aligned-text li {
    padding-left: 25px;
}

.custom-list.aligned-text li::before {
    margin-left: 0px;
    position: absolute;
    left: 0px;
    margin-right: 0px;
}
