/* cmsms stylesheet: Smaze modified: 09/23/21 19:33:53 */
.header-nav .navbar-brand .light-logo,
.header-nav .navbar-brand .dark-logo{
    margin-left: 5px;
    max-width: 175px;
}
.header-nav.fixed-header{
    box-shadow: 0 1px 9px rgba(0, 0,0, 0.15) !important;
}
.header-nav .navbar-nav > li:last-child{
    padding-right: 0;
}
@media screen and (max-width: 1024px) {
    .header-nav .navbar-brand .light-logo,
    .header-nav .navbar-brand .dark-logo{
        margin-left: 0;
    }
}

.intro-spacer{
    display: block;
    margin: 0;
    padding: 0;
    height: 300px;
    width: 100%;
}
.home-banner-01 .effect{
    position: absolute;
    top: -30%;
    left: -40%;
    bottom: 29%;
    right: -40%;
    -moz-transform: rotate(14deg);
    -o-transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg);
    background: #265cdc;
    pointer-events: none; 
}
.fot-logo img{
    max-width: 160px;
}


/* DEFAULTS*/
.customform{
    margin: 0 auto;
    margin-left: -12px;
    margin-right: -12px;
    padding: 0;
}
.customform.no-margin{
    margin-left: 0;
    margin-right: 0;
}
.customform span{
    display: inline-block;
    margin: 0 12px 8px 12px;
    width: 100%;
}
.customform:after {
    content: '';
    display: table;
    clear: both;
}
.customform fieldset{
    display: block;
    width: 100%;
}
.customform .col{
    float: left;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.customform .col-5{ width: 5%; }
.customform .col-10{ width: 10%; }
.customform .col-15{ width: 15%; }
.customform .col-20{ width: 20%; }
.customform .col-25{ width: 25%; }
.customform .col-30{ width: 30%; }
.customform .col-33{ width: 33.3%; }
.customform .col-35{ width: 35%; }
.customform .col-40{ width: 40%; }
.customform .col-45{ width: 45%; }
.customform .col-50{ width: 50%; }
.customform .col-55{ width: 55%; }
.customform .col-60{ width: 60%; }
.customform .col-66{ width: 66.6%; }
.customform .col-65{ width: 65%; }
.customform .col-70{ width: 70%; }
.customform .col-75{ width: 75%; }
.customform .col-80{ width: 80%; }
.customform .col-85{ width: 85%; }
.customform .col-90{ width: 90%; }
.customform .col-95{ width: 95%; }
.customform .col-100{ width: 100%; }

@media screen and (max-width: 768px) {
    .customform .col { width: 100%; }
}

.customform input[type="color"], 
.customform input[type="email"], 
.customform input[type="number"], 
.customform input[type="password"], 
.customform input[type="tel"], 
.customform input[type="url"], 
.customform input[type="file"],
.customform input[type="text"], 
.customform textarea, 
.cms_textarea, 
select.cms_dropdown {
    height: 42px; 
    width: 100%;
    margin-bottom: 16px;
    padding: 0 12px;
    border: 0px solid #e6e6e6;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.customform label{
    margin: 0 0 5px;
    text-align: left;
}
.customform input[type="submit"]{
    float: right;
    margin: 15px 12px 30px;
    padding: 14px 36px;
    font-size: 14px;
    color: #fff;
    background:#e95b1f;
    border: none;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.customform input[type="submit"]:hover{
     opacity: 0.75;
}
.customform input[type="file"] {
    padding-top: 8px;
    padding-left: 8px;
}
.customform textarea{
    padding: 10px 12px;
    height: 120px;
}
.customform .captcha{
    margin: 0 12px;
    line-height: 2.5;
}
.customform #required-symbol{
    color: #e41820;
}
.customform .captcha img{
    display: block;
    margin: 0 0 6px;
}
.form-group input {
    margin:0;
}
.btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.form-bordered .form-group > label {
    padding: 10px 15px;
}
.form-bordered .form-group {
    margin: 0;
    border-bottom: 1px solid #ededed !important;
}
.form-bordered .form-group > div {
    padding: 15px;
    border-left: 1px solid #efefef;
}
.form-group:after {
    display:block; 
    content:".";
    height:0;  
    line-height:0;
    clear:both; 
    visibility:hidden;
}
form label {
    font-weight:300;
    text-align: left;
}
textarea.form-control {
    padding:12px;
}

/* FOCUS STATE */
textarea:focus, 
input:focus,
select.cms_dropdown{
    outline: 0;
}

/* SUBMISSION ERROR */
.error_message{
    list-type: none;
    list-style-type: none;
    color: #e41820;
}
.form-control.has-error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.customform .fb_invalid{
    color: #e41820;
}
.customform .fb_invalid input,
.customform .fb_invalid select,
.customform .fb_invalid textarea{
    border: 2px solid #FFDED6;
    background: #fff;
    color: #2a2a2a;
}

.customform label{
    display: block;
    margin: 4px 0 10px;
    text-align: left;
    line-height: 1.35;
    color: #fff;
}

.video-container {
    position: relative;
    display: block;
    padding-bottom: 56.25%;
    padding-top: 35px;
    margin-top: 30px;
    height: 0;
    background: #fff;
    overflow: hidden;
    
    box-shadow: 0 0 34px rgba(0,0,0,0.20);
    z-index: 2;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 8px solid #fff;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
@media screen and (max-width: 768px) {
    .video-container {
        margin-top: 20px;
    }
    .video-container iframe {
        border: 4px solid #fff;
    }
}
