
body {
    font-family: "Shabnam" !important;
}

/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
    font-family: "Shabnam" !important;
    src: url('../fonts/Shabnam.ttf') format('truetype'), url('../fonts/Shabnam.eot') format('eot'), url('../fonts/Shabnam.woff') format('woff');
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: "Shabnam" !important;
}

/*---------------------------------------------*/
.login-footer a {
    color: #edeeef !important;
    font-size: 12px;
    padding: 0 6px;
    position: relative;
}
.login-footer {
    margin-bottom: 5px;
}
.hr-fooer {
    margin: 12px;
}
a {
    font-family: "Shabnam" !important;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus {
    outline: none !important;
}

a:hover {
    /*border: rgba(255, 132, 18, 0.5) 1px solid;*/
    /*border-radius: 20% ;*/
    /*background: rgba(255, 132, 18, 0.5);*/
    text-decoration: none;
    color: #000000;
}

/*---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

p {
    font-family: "Shabnam" !important;
    font-size: 14px;
    line-height: 1.7;
    color: black;
    margin: 0;
}

ul, li {
    margin: 0px;
    list-style-type: none;
}

#footer {
    background-color: unset !important;
    margin-top: 0 !important;
    position: fixed;
    bottom: 0;
    z-index: 1;
    right: 0;
    left: 0;
    background-image: none !important;
    background-color: #f7f7f78f !important;
    border-top: 0 !important;
    padding-top: 5px !important;
}

/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: white;
}
#gust-customer input{
    -webkit-text-fill-color: unset !important;
}

textarea {
    outline: none;
    border: none;
}

textarea:focus, input:focus {
    border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    color: #fff;
}

input:-moz-placeholder {
    color: #fff;
}

input::-moz-placeholder {
    color: #fff;
}

input:-ms-input-placeholder {
    color: #fff;
}

textarea::-webkit-input-placeholder {
    color: #fff;
}

textarea:-moz-placeholder {
    color: #fff;
}

textarea::-moz-placeholder {
    color: #fff;
}

textarea:-ms-input-placeholder {
    color: #fff;
}

label {
    margin: 0;
    display: block;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
    font-family: "Shabnam" !important;
    font-size: 12px;
    color: #e5e5e5;
    line-height: 1.5;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.container-login100::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-color: rgba(255, 255, 255, 0.5);*/
    background-color: rgba(255, 255, 255, 0.13);
}

.main_back_color {
    background: #9eafbfd9;
}

.back_color {
    background: rgba(38, 149, 187, 0.88);
    /*background: -webkit-linear-gradient(top, #b0daff    , #325b7f  );*/
    /*background: -o-linear-gradient(top, #b0daff    , #325b7f  );*/
    /*background: -moz-linear-gradient(top, #b0daff    , #325b7f  );*/
    /*background: linear-gradient(top, #b0daff    , #325b7f  );*/
}

.wrap-login100 {
    width: 0px;
    height: 0px;
    border-radius: 3px;
    overflow: hidden;
    padding: 0px;
    transition: .5s;
}

.wrap-login100:hover {
    box-shadow: 0px 0px 5px;
}


/*------------------------------------------------------------------
[ Form ]*/

.login100-form {
    width: 100%;
}

.login100-form-logo {
    font-size: 20px;
    color: #333333;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 320px;*/
    /*height: 320px;*/
    /*border-radius: 50%;*/
    /*background-color: #fff;*/
    margin: 0 auto;
}

.login100-form-title {
    font-family: "Shabnam" !important;
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.desc_satia {
    font-size: 12px;
    color: #000000;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.24);
    margin-bottom: 25px;
}

.input100 {
    font-family: "Shabnam" !important;
    font-size: 13px;
    color: #fff;
    line-height: 1;

    display: block;
    width: 100%;
    height: 40px;
    background: transparent;
    padding: 0 5px 0 38px;
}

/*---------------------------------------------*/
.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;

    background: #fff;
}

.focus-input100::after {
    font-family: Material-Design-Iconic-Font;
    font-size: 22px;
    color: #fff;

    content: attr(data-placeholder);
    display: block;
    width: 4%;
    position: absolute;
    top: 6px;
    padding-left: 5px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus {
    padding-left: 5px;
}

.input100:focus + .focus-input100::after {
    top: -15px;
    font-size: 18px;
}

.input100:focus + .focus-input100::before {
    width: 100%;
}

.has-val.input100 + .focus-input100::after {
    top: -15px;
    font-size: 18px;

}

.has-val.input100 + .focus-input100::before {
    width: 100%;

}

.has-val.input100 {
    padding-left: 5px;
    background: none;
}

input#password_input.input100.has-val {
    background: transparent;
    background: none!important;
}


/*==================================================================
[ Restyle Checkbox ]*/

.contact100-form-checkbox {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 35px;
}

.input-checkbox100 {
    display: none;
}

.label-checkbox100 {
    font-family: "Shabnam" !important;
    font-size: 13px;
    /*color: #fff;*/
    line-height: 1.2;

    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}

.label-checkbox100::before {
    content: "\f26b";
    font-family: "Shabnam" !important;
    font-size: 13px;
    color: transparent;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
    color: #555555;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
    margin-top: -10px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.login100-form-btn {
    font-family: "Shabnam" !important;
    font-size: 13px;
    color: white;
    line-height: 1;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 120px;
    height: 40px;
    border-radius: 2px;

    background: rgba(248, 116, 66, 0);
    /*background: -webkit-linear-gradient(bottom, #f7f7f7, rgba(248, 116, 66, 0));*/
    /*background: -o-linear-gradient(bottom, #f7f7f7, rgba(248, 116, 66, 0));*/
    /*background: -moz-linear-gradient(bottom, #f7f7f7, rgba(248, 116, 66, 0));*/
    /*background: linear-gradient(bottom, #f7f7f7, rgba(248, 116, 66, 0));*/
    position: relative;
    z-index: 1;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login100-form-btn::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-color: #2695bb;
    top: 0;
    left: 0;
    opacity: 1;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login100-form-btn:hover {
    /*border: rgba(48, 48, 48, 0.51) solid 0.5px;*/
    top: -1px;
    box-shadow: 0px 0px 8px black;
    /*color: #fff;*/
}

.login100-form-btn:hover:before {
    /*opacity: 0;*/
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
    .wrap-login100 {
        margin-top: -63px!important;
        width: 100%;
        padding: 20px;
        height: auto;

    }

    .login100-form-title {
        display: none;
    }

    #satia_logo{
        width: 120px;
        height: 60px;
    }

    .desc_satia {
        font-size: 20px;
    }

    #contact_us ,#forgotten_password {
        transition: .3s;
        position: absolute;
        top: 5%!important;
    }


}

.blinking{
    animation:blinkingText 2s infinite reverse;
}

@keyframes blinkingText{
    0%{     color: black;
        -webkit-text-fill-color: white;  }
    25%{     color: white;
        -webkit-text-fill-color: black;   }
    50%{     color: black;
        -webkit-text-fill-color: white;   }
    75%{     color: black;
        -webkit-text-fill-color: white;  }
    100%{    color: black;
        -webkit-text-fill-color: white; }
}

/* circle */
.pulsating-circle {
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 10px;
    height: 10px;
    float: right;
    top: 12px;
    right: -22px;
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    visibility:visible;
    backface-visibility: hidden;
}
.pulsating-circle1_2:after {
    width: 250%;
    height: 250%;
    position: relative;
    content: ' ';
    box-sizing: border-box;
    margin-left: 20px;
    margin-right: 20px;
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    visibility:visible;
    backface-visibility: hidden;
}
.pulsating-circle:before {
    content: '';
    position: relative;
    display: block;
    width: 250%;
    height: 250%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #2395bc;
    -webkit-animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    visibility:visible;
    backface-visibility: hidden;
}
.pulsating-circle:after {
    content: '';
    position: absolute;
    left: -8px;
    top: -3px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #2395bc;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    visibility:visible;
    backface-visibility: hidden;
}
@-webkit-keyframes pulse-ring {
    0% {
        -webkit-transform: scale(0.33);
        transform: scale(0.33);
    }
    80%, 100% {
        opacity: 0;
    }
}
@keyframes pulse-ring {
    0% {
        -webkit-transform: scale(0.33);
        transform: scale(0.33);
    }
    80%, 100% {
        opacity: 0;
    }
}
@-webkit-keyframes pulse-dot {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}
@keyframes pulse-dot {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.modal-header {
    /*background: #f8710d;*/
    /*background: -webkit-linear-gradient(top, #ffbd34, #f85f0b);*/
    /*background: -o-linear-gradient(top, #ffbd34, #f8710d);*/
    /*background: -moz-linear-gradient(top, #ffbd34, #f8710d);*/
    /*background: linear-gradient(top, #ffbd34, #f8710d);*/
}

#contact_us , #forgotten_password {
    transition: .3s;
    position: absolute;
    top: 20%;
}

.increase_height {
    position: absolute!important;
    top: 15%!important;
    transition: .3s;
}

button.active {
    background-color: rgba(37, 145, 182, 0.62) !important;
}

#service_info_table {
    table-layout: fixed;
    margin-top: 6px;
    margin-bottom: 6px;
    width: 100%;
    align-content: center;
    background: none;
    border-radius: 0.25em;
    border-collapse: collapse;
    border: 1px solid #80808000;
    box-shadow: 0px 0px 5px 2px #80808099;
}
#service_info_th th {
    word-wrap: break-word;
    border-bottom: 1px solid #364043;
    color: #000000;
    padding: 0.5em 0em;
    text-align: center;
    font-weight: 400;
    font-size: 11px;
}
#service_info_tbody tr td {
    word-wrap: break-word;
    color: #000000;
    /*font-weight: 400;*/
    font-size: 10px;
    padding: 0.65em 0em;
    text-align: center;
}

#service_info_tbody tr{
    border-top: #80808099 1px solid;
}