@import url(../plugins/bootstrap/css/bootstrap.min.css);
@import url(../plugins/font-awesome/css/font-awesome.min.css);
@import url(preloader.css);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700,900);
@import url('../fonts/Cairo-master/stylesheet.css');

@font-face {
    font-family: Cairo-light;
    src: url("../fonts/Cairo-master/Cairo-Light.ttf");
}

@font-face {
    font-family: Cairo;
    src: url("../fonts/Cairo-master/Cairo-Regular.ttf");
}

@font-face {
    font-family: Cairo-bold;
    src: url("../fonts/Cairo-master/Cairo-Bold.ttf");
}

a, a:focus {
    text-decoration: none
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: Cairo
}

body, html {
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    background-color: #f0f2f5;
    font-family: Cairo
}

body {
    font-size: 1.6em;
    font-weight: 400;
    color: #44525f;
    /*background-image: url(../images/computer-1867758_1920-min.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;*/
    height: 100vh;
    background-color: rgba(255,255,255,.92);
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

a:focus {
    outline: 0
}

h1, h2, h3, h4, h5, h6 {
    color: #2d385e
}

a, a:focus, a:hover {
    color: #176e54
}

.btn-primary {
    background-color: #176e54;
    border-color: #176e54
}

    .btn-primary.active, .btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:focus, .btn-primary:hover {
        background-color: #d0a234;
        border-color: #d0a234
    }

.brand-logo {
    margin: 35px auto
}

.authfy-panel-left {
    background-color: rgba(255,255,255,.92);
    height: 100vh
}

.authfy-panel-right {
    background-color: rgb(45,56,94,.9);
    color: #fff;
    height: 100vh;
    padding: 0px;
}

    .authfy-panel-right .hero-heading .headline h1, .authfy-panel-right .hero-heading .headline h2, .authfy-panel-right .hero-heading .headline h3 {
        color: #fff;
        font-size: 48px;
        font-weight: 700
    }

.authfy-login {
    min-height: 510px;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden
}

.authfy-panel {
    padding: 0 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .5s ease;
    opacity: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%)
}

    .authfy-panel .authfy-heading {
        margin-bottom: 30px
    }

.authfy-login .auth-title {
    font-weight: 700;
    margin-top: 0
}

.authfy-login .authfy-panel.active {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0)
}

.authfy-login .social-buttons a {
    color: #fff
}

    .authfy-login .social-buttons a:hover {
        color: #fff;
        opacity: .9
    }

.authfy-login .social-buttons .btn-facebook {
    background: #3b5998
}

.authfy-login .social-buttons .btn-twitter {
    background: #00aced
}

.authfy-login .social-buttons .btn-google {
    background: #c32f10
}

.authfy-login .loginOr {
    position: relative;
    font-size: 1.5em;
    color: #aaa;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: .5em;
    padding-bottom: .5em
}

    .authfy-login .loginOr .spanOr {
        width: 100%;
        display: block;
        text-align: center;
        position: relative;
        overflow: hidden
    }

        .authfy-login .loginOr .spanOr:after, .authfy-login .loginOr .spanOr:before {
            content: "";
            background-color: #ddd;
            width: 55%;
            height: 1px;
            position: absolute;
            top: 19px
        }

        .authfy-login .loginOr .spanOr:before {
            left: -50px
        }

        .authfy-login .loginOr .spanOr:after {
            right: -50px
        }

.panel-login .remember-row {
    margin-bottom: 10px
}

    .panel-login .remember-row label {
        font-weight: 400;
        position: relative;
        cursor: pointer;
        color: #666;
        padding-left: 24px
    }

.authfy-login .forgotPwd {
    text-align: right;
    margin-top: 10px
}

.panel-forgot .form-control, .panel-login .form-control, .panel-signup .form-control {
    background-color: #fff;
    color: #333;
    font-size: 18px;
    height: 50px;
    margin-bottom: 20px;
    padding: 12px 22px;
    border-radius: 3px;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.1),0 0 2px 0 rgba(0,0,0,.1);
    border: 1px solid #bcc2ce;
    outline: 0
}

.authfy-panel.panel-forgot {
    padding-top: 40px
}

.panel-forgot .form-control:focus, .panel-login .form-control:focus, .panel-signup .form-control:focus {
    border-color: #176e54;
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.pwdMask {
    position: relative
}

    .pwdMask .pwd-toggle {
        color: #ccc;
        position: absolute;
        z-index: 2
    }

.panel-login .pwdMask .pwd-toggle, .panel-signup .pwdMask .pwd-toggle {
    top: 15px;
    right: 15px
}

.pwdMask .pwd-toggle:focus, .pwdMask .pwd-toggle:hover {
    cursor: pointer
}

.pwdMask .pwd-toggle.fa-eye, .pwdMask .pwd-toggle:focus, .pwdMask .pwd-toggle:hover {
    color: #176e54
}

.panel-signup .term-policy a {
    text-decoration: underline
}

#authfySlider:before {
    content: "";
    background: -moz-linear-gradient(left,rgba(0,0,0,.45) 0,rgba(0,0,0,0) 35%);
    background: -webkit-linear-gradient(left,rgba(0,0,0,.45) 0,rgba(0,0,0,0) 35%);
    background: linear-gradient(to right,rgba(0,0,0,.45) 0,rgba(0,0,0,0) 35%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73000000', endColorstr='#00000000', GradientType=1 );
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

.authfy-panel-right .hero-heading {
    display: inline-block;
    height: 100vh;
    width: 100%;
    text-align: center;
    margin: auto;
}

    .authfy-panel-right .hero-heading .headline {
        display: table-cell;
        vertical-align: middle
    }

.checkbox input[type=checkbox] {
    position: absolute;
    right: 9000px;
    opacity: 0;
    z-index: 1;
    cursor: pointer
}

    .checkbox input[type=checkbox] + .label-text:after, .checkbox input[type=checkbox] + .label-text:before {
        font-size: 11px;
        display: inline-block;
        width: 17px;
        height: 17px;
        padding: 2px;
        margin-left: 0;
        position: absolute;
        top: 2px;
        left: 0
    }

    .checkbox input[type=checkbox] + .label-text:before {
        content: "";
        background-color: #fff;
        border: 1px solid #ced4da;
        border-radius: 3px;
        cursor: pointer;
        transition: border .15s ease-in-out,color .15s ease-in-out
    }

    .checkbox input[type=checkbox] + .label-text:after {
        background-color: #176e54;
        color: #fff;
        border-radius: 2px;
        border-color: #176e54;
        line-height: 1.4
    }

    .checkbox input[type=checkbox]:focus + .label-text:before {
        outline: dotted thin;
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px
    }

    .checkbox input[type=checkbox]:checked + .label-text:after {
        font-family: FontAwesome;
        content: "\f00c"
    }


.video-fluid {
    height: -webkit-fill-available;
}



.Communication:before {
    content: "\f095"; /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
}


.SatisfactionLevel:before {
    content: "\f00c"; /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
}




.TimeSaving:before {
    content: "\f017"; /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
}



.DirectTheMoney:before {
    content: "\f0d6"; /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
}

.outline-button:hover {
    color: #d0a234;
    text-decoration: none;
}

#home-section .alert-info {
    color: #176e54;
    background-color: #176e540d;
    border-color: #176e540d;
}
@media (max-width:980px) {
    .video-fluid {
        height: -webkit-fill-available;
        width: 100%;
    }
}

@media (min-width:812px) {
    .authfy-panel-left {
        height: 100%
    }
}

@media (min-width:834px) {
    .authfy-panel-left {
        height: 100vh
    }
}

@media (min-width:846px) {
    .authfy-panel-left {
        height: 100%
    }
}

@media (min-width:849px) {
    .authfy-panel-left {
        height: 100vh
    }
}

@media (min-width:896px) and (max-width:960px) {
    .authfy-panel-left {
        height: auto
    }
}

@media (min-width:601px) and (max-width:767px) {
    .authfy-panel-left {
        height: auto
    }
}

@media (min-width:320px) and (max-width:600px) {
    .authfy-panel-left {
        height: 100vh
    }
}

@media (min-width:320px) and (max-width:767px) {
    .authfy-login {
        height: 100%;
    }

    .authfy-panel {
        padding: 0 20px
    }
}

@media screen and (min-width:533px) and (max-width:568px) {
    .authfy-panel-left {
        height: 100%
    }
}

@media (max-width:320px) {
    .authfy-panel-left {
        height: 100%
    }

    .remember-row .col-sm-6 {
        width: 100%
    }

    .authfy-login .forgotPwd {
        text-align: left;
        margin-top: 0
    }
}


/* ---------------------------------------------------------------------- */
/*  Multiple File Upload
/* ---------------------------------------------------------------------- */
/* line 4, ../sass/vendor/_multiple-upload.scss */
.fileupload .uneditable-input {
    white-space: nowrap;
}

/* line 7, ../sass/vendor/_multiple-upload.scss */
.fileupload-new .input-group .btn-file {
    -webkit-border-radius: 0 3px 3px 0 !important;
    -moz-border-radius: 0 3px 3px 0 !important;
    border-radius: 0 3px 3px 0 !important;
}

/* line 12, ../sass/vendor/_multiple-upload.scss */
.fileinput-button {
    overflow: hidden;
    position: relative;
}

    /* line 16, ../sass/vendor/_multiple-upload.scss */
    .fileinput-button input {
        cursor: pointer;
        direction: ltr;
        font-size: 23px;
        margin: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: translate(-300px, 0px) scale(4);
    }

.btn-file {
    background: linear-gradient(to left, #d0a234 0%, #d0a234 100%);
    color: #fff;
}
@media (max-width: 767px) and (min-width: 320px) {
    .VideoContainer {
        padding: 15px;
        background-color: TRANSPARENT;
    }
}
