﻿html, body {
    height: 100%;
}

html {
    overflow-x: hidden;
}

body {
    color: #000;
    font-size: 14px;
    font-family: 'open_sansregular';
}

.login-body {
    background-image: url(../Content/images/body-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.not-float {
    float: none;
    margin: auto;
}

    .not-float .form-group {
        margin: 0px;
    }

.forget > a {
    font-family: arial,helvetica,serif;
}

.not-float .form-group {
    font-family: arial,helvetica,serif;
    margin: 0px;
}

@font-face {
    font-family: arial,helvetica,serif;
    src: url('../fonts/RobotoSlabRegular_1.eot');
    src: url('../fonts/RobotoSlabRegular_1.eot') format('embedded-opentype'), url('../fonts/RobotoSlabRegular_1.woff2') format('woff2'), url('../fonts/RobotoSlabRegular_1.woff') format('woff'), url('../fonts/RobotoSlabRegular_1.ttf') format('truetype'), url('../fonts/RobotoSlabRegular_1.svg#RobotoSlabRegular_1') format('svg');
}

@font-face {
    font-family: arial,helvetica,serif;
    src: url('../fonts/RobotoSlabBold_1.eot');
    src: url('../fonts/RobotoSlabBold_1.eot') format('embedded-opentype'), url('../fonts/RobotoSlabBold_1.woff2') format('woff2'), url('../fonts/RobotoSlabBold_1.woff') format('woff'), url('../fonts/RobotoSlabBold_1.ttf') format('truetype'), url('../fonts/RobotoSlabBold_1.svg#RobotoSlabBold_1') format('svg');
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular_1.eot');
    src: url('../fonts/opensans-regular_1.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular_1.woff2') format('woff2'), url('../fonts/opensans-regular_1.woff') format('woff'), url('../fonts/opensans-regular_1.ttf') format('truetype'), url('../fonts/opensans-regular_1.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
    color: #EE413D;
}

    a:focus, a:hover {
        color: #21409A;
        text-decoration: none;
        outline: none;
    }

img {
    max-width: 100%;
    vertical-align: middle;
}

p {
    line-height: 24px;
}

.p-tag span {
    font-family: 'open_sansbold';
    color: #EE413D;
}

h2 {
    color: #21409A;
    font-family: arial,helvetica,serif;
    font-size: 26px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

header {
    background: #EE413D;
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 2;
}

    header .logo {
        padding: 10px 0px;
    }

.logo-text {
    color: #fff;
}

    .logo-text h1 {
        display: block;
        font-family: arial;
        font-weight: 600;
        padding-top: 47px;
        text-align: left;
        vertical-align: middle;
    }

.text-wrap {
    margin: 50px 0;
    text-align: center;
}

    .text-wrap p {
        text-align: center;
    }
/*.text-wrap .row :nth-child(7n).col-sm-3 .box-inn:before, .text-wrap .row :nth-child(11n).col-sm-3 .box-inn:before{display:none;}
  .text-wrap .row :nth-child(8n).col-sm-3 .box-inn:after,  .text-wrap .row :nth-child(9n).col-sm-3 .box-inn:after,  .text-wrap .row :nth-child(10n).col-sm-3 .box-inn:after, .text-wrap .row :nth-child(11n).col-sm-3 .box-inn:after{display:none;}*/
.box-inn { /*background: #EFF2F7; border: 4px double #c0c0c0; padding: 10px;*/
    margin: 15px 0;
    text-align: center;
    cursor: pointer;
}

    .box-inn:hover, .box-inn:hover .icon-box {
        background: #21409A;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
    }
    /*.text-wrap .box-inn:before, .text-wrap .box-inn:after{background:#c0c0c0; content:""; height:90%; position:absolute; right: 0; top: 5%; width: 1px;}
  .text-wrap .box-inn:after{bottom: 0; height: 1px; left: 5%; right: inherit; top: inherit; width: 90%;}*/
    .box-inn h3 {
        border-bottom: 1px solid #D1D1D1;
        color: #EE413D;
        font-size: 14px;
        font-family: arial,helvetica,serif;
        margin: 0 0 10px;
        padding: 0 0 10px;
        position: relative;
        text-transform: uppercase;
    }

        .box-inn h3:before, .box-inn h3:after {
            background: #D1D1D1;
            bottom: 0;
            content: "";
            height: 3px;
            left: 0;
            position: absolute;
            width: 40px;
        }

        .box-inn h3:after {
            left: inherit;
            right: 0;
        }

.box-wht {
    background: #fff;
    border: 1px solid #c0c0c0;
    padding: 15px 10px;
}

.icon-box {
    background: #EE413D;
    border: 4px double #fff;
    border-radius: 5px;
    height: 100px;
    margin: 0 auto 15px;
    width: 100px;
}

    .icon-box > img {
        height: 60px;
        margin: 20px 0 0;
    }

.tag-line {
    border-top: 1px solid #e0e0e0;
    margin: 0 auto 15px;
    position: relative;
    width: 200px;
}

    .tag-line:before {
        border-left: 3px solid #EE413D;
        border-right: 3px solid #EE413D;
        content: "";
        height: 10px;
        left: 46%;
        padding: 0;
        position: absolute;
        top: 0;
        width: 8.5%;
    }

    .tag-line:after {
        background: #EE413D;
        content: "";
        height: 15px;
        left: 49.5%;
        position: absolute;
        top: 0;
        width: 1.5%;
    }

    .tag-line span {
        height: 10px;
        display: block;
        margin: -5px auto 0px;
        background: #fff;
        width: 50px;
    }

.footer-tag {
    background: #EFF2F7;
    padding: 50px;
    text-align: center;
}

    .footer-tag .sa {
        background: #21409A;
        color: #fff;
        display: inline-block;
        font-size: 24px;
        font-family: arial,helvetica,serif;
        padding: 5px 20px 5px;
        text-transform: uppercase;
    }

    .footer-tag .foot-t {
        color: #282828;
        font-family: arial,helvetica,serif;
        font-size: 30px;
    }

.foot-t > span {
    background: #EE413D;
    color: #fff;
    font-size: 24px;
    padding: 0 12px;
    text-transform: uppercase;
}

.footer-tag b {
    color: #282828;
    display: block;
    font-family: arial,helvetica,serif;
    font-size: 30px;
    margin: 10px 0 5px;
}

    .footer-tag b i {
        position: relative;
        top: 4px;
    }

.website {
    color: #282828;
    font-family: arial,helvetica,serif;
    font-size: 22px;
}

footer {
    padding: 20px 0;
}

    footer a {
        color: #EE413D;
        font-family: arial,helvetica,serif;
    }

        footer a:hover {
            color: #21409A;
            text-decoration: underline;
            font-family: arial,helvetica,serif;
        }

    footer p {
        margin: 7px 0 0;
        font-family: arial,helvetica,serif;
    }

    footer ul {
        margin: 0;
        padding: 0;
        text-align: right;
    }

        footer ul li {
            display: inline-block;
            position: relative;
            padding: 0px 4px;
        }

            footer ul li a {
                background: #EE413D;
                border-radius: 3px;
                color: #fff;
                display: inline-block;
                height: 30px;
                line-height: 30px;
                text-align: center;
                width: 30px;
            }

            footer ul li:hover a {
                background: #21409A;
                color: #fff;
            }


.li-sec {
    margin: 0;
}

    .li-sec ul {
        margin: 0;
        padding: 0;
    }

        .li-sec ul li {
            list-style: none;
            position: relative;
            padding: 0 0 15px 50px;
        }

            .li-sec ul li:before {
                content: "\f046";
                color: #EE413D;
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                position: absolute;
                left: 0;
                top: 3px;
                font-size: 30px;
            }

    .li-sec h3 {
        font-size: 16px;
        font-family: arial,helvetica,serif;
        margin: 0 0 5px;
    }

    .li-sec p {
        text-align: justify;
    }

.mid-wrap {
    padding: 40px 0px 20px;
}

    .mid-wrap .p-tag {
        margin-bottom: 25px;
        font-family: arial,helvetica,serif;
    }

        .mid-wrap .p-tag span {
            background: hsl(1, 84%, 59%) none repeat scroll 0 0;
            color: hsl(0, 0%, 100%);
            font-family: arial,helvetica,serif;
            font-weight: 700;
            padding: 5px 10px;
            text-transform: uppercase;
        }

.login-form {
    position: relative;
    font-family: arial;
    background: #ffffff;
    height: 518px;
    width: 699px;
    margin: 20px auto;
    background-image: url(../Content/images/login-form-bg.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-attachment: scroll;
    background-size: cover;
}

    .login-form form {
        position: absolute;
        right: 108px;
        top: 239px;
        text-align: left;
        width: 160px;
    }

    .login-form label {
        position: absolute;
        color: #fff;
        font-weight: normal;
        left: -100px;
        top: 7px;
        z-index: 5;
    }

    .login-form input {
        outline: none;
        display: block;
        width: 100%;
        border: 1px solid #d9d9d9;
        margin: 0;
        padding: 7px 3%;
        box-sizing: border-box;
        border-radius: 0;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        font-size: 13px;
    }

    .login-form .form-group {
        margin: 0 0 8px;
        overflow: inherit;
        position: relative;
    }

    .login-form .checkbox {
        display: none;
    }

    .login-form .btn {
        background: #265009 !important;
        color: #fff;
        width: 103px;
        text-transform: uppercase;
        float: right;
        margin: 3px 0 0 0;
        border-radius: 0;
        border: 0 !important;
        padding: 7px 5px 5px;
        font-size: 13px;
    }

        .login-form .btn:hover {
            background: #1a2a47;
            color: #fff;
            -webkit-transition: all 1s ease 0s;
            -moz-transition: all 1s ease 0s;
            -o-transition: all 1s ease 0s;
            transition: all 1s ease 0s;
        }

    .login-form .forgetPassword {
        width: 100%;
        text-transform: uppercase;
        box-sizing: border-box;
        color: #666666;
        font-size: 12px;
        letter-spacing: inherit;
        position: relative;
        left: 0 !important;
        top: 0 !important;
        margin: 19px 0 0 -40px;
    }

        .login-form .forgetPassword a {
            color: #fff;
        }

.in-box {
    background: hsl(0, 0%, 100%) none repeat scroll 0 0;
    margin: 0;
    overflow: hidden;
    padding: 20px 0 0;
}

.icon-header1 {
    padding: 0px 20px 20px;
    position: relative;
}

.title-line11 {
    padding: 0 0 10px 40px;
    position: relative;
}

    .title-line11::after {
        color: #EE413D;
        content: "\f084";
        font: normal normal normal 14px/1 FontAwesome;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 40px;
        left: -12px;
        position: absolute;
        transform: rotate(46deg);
        top: 0;
    }

.title3:after {
    background: hsl(1, 84%, 59%) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
    z-index: 0;
}

.title3 {
    color: #282828;
    font-family: arial,helvetica,serif;
    font-size: 20px;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    position: relative;
    text-align: left;
}
/*
.form-design{text-align:left;}
.form-design .form-control{
    background: #A1C3EF;
    border: none;
    border-radius: 0;
    color: #fff;
	padding:10px 12px;
	height:33px;
	margin-bottom: 10px;
}
.form-design .form-group label {
  font-family: arial,helvetica,serif;
  font-weight: 500;
}
.form-design .form-control::-moz-placeholder{color:#fff;}
.form-design .form-control::-moz-placeholder{color:#fff;}
.form-design .form-control::-webkit-input-placeholder{color:#fff;}  
.form-design .form-control:-ms-input-placeholder{color:#fff;} 
.form-design .btn{
    background: #21409A;
    height: auto; border-radius:0; color:#fff; border:none;
    margin: 0 0 10px;
    padding: 10px 30px;
    text-transform: uppercase;
}
.form-design .btn:hover{
    background: #EE413D;
	color:#fff; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; transition: all 1s ease 0s;
}
    */
.mrg-0 {
    margin: 0;
}
.mrg-10 {
    margin: 10px;
}
.wrap-code .content-wrapper {
    margin-left: 0 !important;
}

.page-footer {
    background: #fff;
    color: #000;
    font-family: arial;
    font-weight: bold;
    padding: 20px 0 10px;
    border-top: 2px solid #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
}

    .page-footer a {
        color: #24caa1;
    }


.tab-content.fieldset-form .card-body .adbox {
    background-color: lightgrey;
    width: 300px;
    border: 25px solid green;
    padding: 25px;
    margin: 25px;
}

.login-form-new {
    background: rgba(250, 250, 250, 0.3);
    padding: 20px;
    margin: 10% 0 10%;
    border-radius: 15px;
    font-family: arial;
    color: #fff;
}

    .login-form-new .form-control {
        outline: none;
        display: block;
        width: 100%;
        border: 1px solid #d9d9d9;
        margin: 0;
        padding: 7px 3%;
        box-sizing: border-box;
        border-radius: 0;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        font-size: 13px;
        height: 38px;
        border-radius: 30px;
    }

    .login-form-new label {
        margin: 0;
    }

#remember label {
    font-size: 13px;
    display: inline;
    letter-spacing: -0.4pt;
    padding: 0;
}

#remember input[type=checkbox] {
    margin: 0 5px 0 0;
    vertical-align: middle;
    position: relative;
    top: 7px;
}

#remember .separator {
    display: inline-block;
    color: #bfbfbf;
    margin: 0 8px;
    font-size: 20px;
    vertical-align: middle;
}

#remember a {
    color: #24caa1;
    letter-spacing: -0.2pt;
}

.login-form-new .btn {
    background: #24caa1;
    border: 0;
    color: #fff;
    width: 100%;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 9px 10px;
}

.login-logo {
    text-align: center;
    padding: 10% 0 0;
}

    .login-logo img {
        margin: 0 0 30px;
    }

    .login-logo p {
        font-size: 36px;
        color: #fff;
        text-transform: uppercase;
        font-family: arial;
        margin: 0 0 30px;
    }

        .login-logo p small {
            font-size: 16px;
        }

    .login-logo ul {
        margin: 0;
        padding: 0;
        color: #fff;
        font-family: arial;
    }

        .login-logo ul li {
            list-style: none;
            display: inline-block;
            margin: 0 0 10px;
            border-right: 1px solid #fff;
            padding: 0 10px;
        }

            .login-logo ul li:last-child {
                border-right: 0;
            }

.icon-hold {
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 8%;
}

    .icon-hold ul li a img {
        height: 28px;
           border: 1px solid #fff;
    }

    .icon-hold h3 {
        font-size: 14px;
    }

   .icon-hold ul {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: arial;
    float: right;
    margin-top: -30px;
}

      .icon-hold ul li {
    list-style: none;
    display: inline-block;
    margin: 0 0 10px;
    padding: 0 10px;
}
.ui-autocomplete { height: 200px; overflow-y: scroll; overflow-x: hidden;}




