
.login-header {
    position: fixed;
    background-color: #fff;
    padding: 4px 15px;
    right: 0px;
    left: 0px;
    top: 0px;
    margin: 0px auto;
    z-index: 1000;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.59);
}
.login-main{ display:flex;
}
    .login-main .login-colm1 {
        height: 100vh;
        width: 65%;
        background: url(../images/login-bg.jpg) no-repeat center center / cover;
    }
    .login-main .login-colm2 { width:35%; box-sizing:border-box; padding:100px 35px 10px 35px;
        height: 100vh;
    }

    .navbar-inverse {
        background: #a41720;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        background: #a41720;
    }
.login-colm2 .login-head {
    font-size: 32px;
    text-align: center;
    margin: 15px auto 25px auto;
    color: #052949;
}

.login-main .form-group { margin-top:0px;
}
.login-main .form-group .form-control { height:45px;
}
.login-btn {
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px;
}
@media only screen and (max-width:767px) {
    .login-header { position:relative;
    }
    .login-main {
        display: block;
    }
        .login-main .login-colm1, .login-main .login-colm2 {
            padding-top: 20px;
            min-height:100px;
            height: auto;
            width: 100%;
        }

}
    .navbar-nav > li {
        border-right: 1px #8d0606 solid;
    }

    .navbar-inverse .navbar-nav > li > a i {
        font-size: 20px;
        color: #ff9600;
    }

    .btn-margin {
        margin-bottom: 30px;
    }

    #top-header {
        font-size: 14px;
        vertical-align: bottom;
        color: black;
    }

    .header-top ul.top-nav li a {
        color: black;
    }

    .header-top {
        display: block;
        background: #ff9600;
    }

    .footer .foot-nav ul li a {
        font-size: 13px;
        color: rgb(142, 182, 214);
    }

    .footer p {
        font-size: 13px;
        color: #8eb6d6;
    }

    .banner-outer .slide3 {
        background: url(../images/banner1.jpg) no-repeat center top / cover;
    }

    .banner-outer .content p {
        display: block;
        padding-bottom: 25px;
        max-width: 100%;
        font-size: 34px;
        color: #ffffff;
        opacity: 0.8;
        text-transform: uppercase;
    }

    .about ul.our-links {
        display: block;
        margin: -339px 0 0 0;
        position: relative;
        z-index: 99;
    }

    .banner-outer .bx-wrapper .bx-pager {
        bottom: 134px;
        position: absolute;
        width: 100%;
        text-align: center;
        z-index: 999;
    }

    .banner-outer .slide1 {
        background: url(../images/banner1.jpg) no-repeat center top / cover;
    }

    .banner-outer .slide2 {
        background: url(../images/banner1.jpg) no-repeat center top / cover;
    }

    .our-impotance ul {
        display: block;
        text-align: center;
        padding: 10px;
        margin-top: 15px;
    }

    .how-apply ul li {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

        .how-apply ul li h3 {
            display: block;
            padding: 15px 0 25px 0;
            font-family: 'texgyreadventorbold';
            font-size: 18px;
            color: #211d1e;
            text-transform: uppercase;
            text-align: center;
        }

    .our-impotance {
        background: #f7f7f7;
    }

    .about ul.our-links li .detail h3 span {
        display: block;
        font-size: 13px;
    }

    .about ul.our-links li.prospects {
        background: #f0bc01;
    }

    .about .video-block img {
        width: 100%;
        border: 2px solid salmon;
    }

    .about ul.our-links li.certification {
        background: #a41720;
    }


    .how-apply ul li .icon-block {
        width: 100px;
        height: 100px;
        line-height: 100px;
        position: relative;
        display: block;
        margin: 0 auto;
        border-radius: 50%;
        background: #ff9600;
        text-align: center;
        transition: all 0.3s ease 0s;
    }

    .img {
        vertical-align: middle;
        height: 40px;
    }
    /* login form css */

    .form-outer input {
        width: 100%;
        height: 46px;
        margin-bottom: 30px;
        padding: 0 20px;
        background: none;
        border: 1px solid #353434;
        font-size: 12px;
        font-weight: 700;
        color: #7f8385;
        z-index: 2;
        position: relative;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .login-wrapper .head-block h1 {
        font-size: 34px;
        text-transform: capitalize;
        color: #353434;
        font-family: initial;
    }

    .login-wrapper .head-block {
        display: block;
        padding: 22px 0;
        text-align: center;
        background: rgba(255, 255, 255, 0.9);
    }

    .login-wrapper .cnt-block {
        display: block;
        padding: 40px;
        background: rgba(255, 255, 255, 0.9);
    }

    [type="checkbox"]:not(:checked) + label:before,
    [type="checkbox"]:checked + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: -1px;
        width: 17px;
        height: 17px;
        background: #999;
        border-radius: 3px;
    }


    .fill-bg {
        background: url(../gallery/banner1.jpg) no-repeat center center / cover;
    }

    .img-login {
        background: #000;
        opacity: 0.5;
    }


    .login-wrapper {
        width: 100%;
        height: 100%;
        display: table;
        z-index: 2;
    }

    .how-apply ul li .icon-block, .how-apply ul li.active .icon-block {
        background: #ff9600;
    }



        .how-apply ul li .icon-block, .how-apply ul li.active .icon-block:hover {
            background: #a41720;
        }

        .how-apply ul li .icon-block, .how-apply ul li.active .icon-block:hover {
            background: #ff9600;
        }
    /* gallery css */





    /* about css */

    .about-right img {
        width: 100%;
        border: 2px solid salmon;
        margin-bottom: 10px;
    }

    .about.inner p {
        text-align: justify;
    }

    .about-right {
        display: block;
        padding-top: 20px;
    }

    .about-heading {
        margin-bottom: 10px;
        margin-top: 10px;
        text-transform: capitalize;
    }

    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
    }

        .sticky + .content {
            padding-top: 60px;
        }


    .about.inner p {
        padding-bottom: 20px;
        text-align: justify;
        color: #333;
        font-size: 14px;
    }

    img.img-responsive {
        width: 100%;
    }

    /* contact form css */

    section.how-apply1.padding-x {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .form-wrapper input {
        width: 100%;
        padding: 0 22px;
        height: 46px;
        border: 1px solid #d9d2d2;
        font-size: 12px;
        color: #858788;
        transition: all 0.3s;
    }

    .how-apply ul li p {
        display: block;
        padding: 0 40px 0;
        color: #333;
        font-size: 16px;
    }

    .padding2-lg {
        display: block;
        padding-top: 90px;
        padding-bottom: 40px;
    }

    .title-form {
        margin-bottom: 20px;
    }

    .padding1-lg {
        padding-top: 20px;
        padding-bottom: 90px;
    }

        .padding1-lg h2 {
            text-align: center;
            padding-bottom: 20px;
        }

    textarea {
        overflow: auto;
        width: 100%;
        border: 1px solid #d9d2d2;
        padding: 0 22px;
    }

    .form-wrapper .button-wrapper {
        display: block;
        text-align: center;
        position: relative;
        padding-top: 20px;
    }

    .form-wrapper .button-wrapper1 {
        display: block;
        text-align: center;
        position: relative;
        padding-top: 20px;
    }

    .how-apply .button-wrapper:before {
        left: 0;
    }

    .how-apply .button-wrapper:before,
    .how-apply .button-wrapper:after {
        width: calc(50% - 110px);
        height: 1px;
        background: #d8d8d8;
        content: "";
        position: absolute;
        top: 50%;
    }

    .inner-banner .content {
        text-align: center;
        max-width: 100%;
    }

    /*... map css ....*/
    .contact-detail .inner a {
        padding-bottom: 6px;
        font-size: 14px;
        font-family: 'texgyreadventorbold';
        color: #fff;
    }

    /* courses-table css */

    .courses-table {
        margin: 4px 0 4px 0;
        width: 100%;
        border: none;
        border-collapse: collapse;
    }



    td,
    th {
        vertical-align: top;
        padding: 3px 0;
        text-align: left;
        font-weight: normal;
        border: none;
    }

    th {
        width: 30%;
        text-align: left;
        padding-right: 2%;
        font-weight: bold;
        color: #000;
    }

    thead th {
        background-color: #ebebeb;
        width: 25%;
    }

    .table-bordered {
        border: 1px solid #333;
        border: 2px solid #dfdfdf;
        /* .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th{
        border: 1px solid rgb(0, 0, 0);
    }
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
        padding: 8px;
        line-height: 1;
        vertical-align: top;
        /* border-top: 1px solid rgb(0, 0, 0); */
    }


    .how-apply1 ul li {
        display: block;
        padding-top: 20px;
        padding-bottom: 70px;
        text-align: left;
    }

    .how-apply1 ul li {
        display: block;
        padding-top: 0px;
        padding-bottom: 0px;
        text-align: left;
    }

        .how-apply1 ul li p {
            display: block;
            padding: 0 2px 0;
            color: #333;
        }

    /* Chrome, Safari, Edge, Opera */
    .phonenumber::-webkit-outer-spin-button,
    .phonenumber::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    .phonenumber[type=number] {
        -moz-appearance: textfield;
    }

    .card-detail {
        margin-top: 20px;
        margin-left: 20px;
    }

    .how-apply1 ul li h3 {
        display: block;
        padding: 15px 0 25px 0;
        font-family: 'texgyreadventorbold';
        font-size: 18px;
        color: #211d1e;
        text-transform: uppercase;
        /* text-align: center; */
    }

    .title-form1 {
        margin-bottom: 20px;
        text-align: left;
        margin-top: 20px;
    }

    .btn-submit {
        text-align: center;
    }


    .generic-wrapper {
        display: block;
        padding-top: 70px;
        padding-bottom: 70px;
    }


    .enquire-now {
        max-width: 603px;
        margin: -90px auto 0;
        position: relative;
        color: #fff;
    }

    .reg {
        margin: auto;
    }

    .enquire-now .inner {
        padding: 76px 37px 70px 26px;
        background: #ff9600;
    }

        .enquire-now .inner .row1 input, .enquire-now .inner .row2 input {
            width: 100%;
            height: 44px;
            padding: 0 15px;
            background: #ffffff;
            font-size: 12px;
            text-transform: uppercase;
            border: 1px #fff solid;
            color: #333;
        }

        .enquire-now .inner h3 {
            display: block;
            padding-bottom: 26px;
            font-family: 'texgyreadventorbold';
            font-size: 24px;
            color: #a94442;
            text-transform: none;
        }

    .our-cources {
        display: block;
        background: url(../images/banner1.jpg) no-repeat center top / cover;
        position: relative;
        background-attachment: fixed;
        background-size: cover;
    }

    .enquire-now .inner .row1 {
        display: block;
        margin-bottom: 35px;
    }

    .table1 {
        text-align: center;
        font-weight: bold;
        background-color: #ff9600;
        color: #000;
        padding: 15px;
    }

    .panel-body {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .table > tbody > tr > td {
        color: #333;
    }


    .title-form2 {
        font-size: x-large;
        padding: 9px;
        margin-bottom: 15px;
        background: rgb(255 242 0 / 29%);
        font-family: FontAwesome;
        box-shadow: 5px 5px rgb(255 127 0 / 30%);
        margin-top: 15px;
    }

    .form-wrapper select {
        width: 100%;
        height: 46px;
        border-radius: 8px;
        border: 1px solid #d9d2d2;
        font-size: 12px;
        color: #858788;
        transition: all 0.3s;
    }

    .form-wrapper input {
        width: 100%;
        height: 46px;
        border-radius: 8px;
        border: 1px solid #d9d2d2;
        font-size: 12px;
        color: #858788;
        transition: all 0.3s;
    }


    #sameaddress {
        font-size: 21px;
    }

    [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 24px;
        padding-right: 20px;
        cursor: pointer;
    }

        [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 2px;
            width: 17px;
            height: 17px;
            background: #91919154;
            border-radius: 3px;
        }

        [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
            font-family: 'icomoon';
            font-size: 11px;
            content: '\e91e';
            position: absolute;
            top: 7px;
            left: 3px;
            line-height: 0.8;
            color: #17a43b;
            transition: all .2s;
        }

    /* about section*/
    .card {
        padding: 20px;
        background-color: #fff;
    }

    .site-footer .bottom-bar {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .bottom-bar {
        padding-top: 20px;
        padding-bottom: 20px;
        background: rgb(0 58 90 / 76%);
        color: #fff;
    }

    .site-footer .bottom-links {
        text-align: end;
        margin-bottom: 0;
    }

    ul.bottom-links {
        display: flex;
    }

    .bottom-links li {
        padding-right: 20px;
    }

    .bottom-bar p {
        color: #b3b3b3;
    }

    .bottom-bar .bottom-links li a {
        color: #b3b3b3;
    }

        .bottom-bar .bottom-links li a:hover {
            color: #fff;
        }

    .banner-outer .content h1 {
        display: block;
        padding-bottom: 20px;
        font-family: 'texgyreadventorbold';
        font-size: 32px;
        color: #fff;
        line-height: 50px;
        text-transform: uppercase;
        -webkit-animation-delay: 0.2s;
    }


    .why-choose {
        background: url(../images/why-choose-bg.jpg) no-repeat center center / cover;
        background-attachment: fixed;
        position: relative;
    }

        .why-choose:after {
            width: 100%;
            height: 100%;
            display: block;
            position: absolute;
            top: 0px;
            z-index: 1;
            content: "";
            background: #242624;
            opacity: 0.9;
        }

    .our-impotance ul li h3 {
        display: block;
        padding: 22px 0 12px 0;
        font-family: 'texgyreadventorbold';
        font-size: 18px;
        color: #ffffff;
        text-transform: uppercase;
        line-height: 24px;
    }

    .our-impotance ul li p {
        display: block;
        font-size: 12px;
        color: #ffffff;
        line-height: 20px;
    }

    .padding2-lg {
        display: block;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    img.mfp-img {
        width: auto;
        max-width: 100%;
        height: auto;
        display: block;
        line-height: 0;
        box-sizing: border-box;
        padding: 0px 0 0px;
        margin: 0 auto;
    }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0;
        background: #ff960075;
        vertical-align: top;
    }

    .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border: 1px solid #ff960075;
    }

    .table {
        border: 1px solid #ff960075;
    }

    .testimonial h1 {
        padding: 59px;
        margin: 0px;
        font-family: 'texgyreadventorbold';
        text-transform: uppercase;
        color: #ffffff;
    }

    .testimonial:after {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0px;
        z-index: 1;
        content: "";
        background: #00000085;
        opacity: 0.8;
    }

    .form-group {
        margin-bottom: 15px;
        margin-top: 30px;
    }

    .testimonial {
        display: block;
        background: url(../images/photos/banner1.jpg) no-repeat center top / cover;
        text-align: center;
        background-attachment: fixed;
        position: relative;
    }

    .our-impotance ul li {
        display: block;
        margin-bottom: 0px;
        position: relative;
    }

    .news-events .know-more-wrapper {
        display: block;
        text-align: center;
        margin-bottom: 50px;
        position: relative;
    }

    .padding-lg {
        display: block;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .news-events h2 {
        color: #2a4356;
        margin-bottom: 30px;
    }

    .footer h6 {
        color: #fff;
        margin-bottom: 10px;
        text-transform: capitalize;
    }

    .head-1 h3 {
        text-align: center;
        margin-top: 50px;
    }


    /* contact form*/


    .contact-detail-1 {
        max-width: 520px;
        float: left;
        width: 100%;
        background: #e79a2d;
        color: #fff;
        box-shadow: 0 0 30px #bfcdbf;
        position: relative;
        min-height: 450px;
        z-index: 2;
    }

        .contact-detail-1 .address {
            display: block;
            padding: 50px 40px 12px 70px;
        }

        .contact-detail-1 .inner {
            display: block;
            padding: 18px 0;
            border-bottom: 1px #e18400 solid;
            position: relative;
        }

        .contact-detail-1 .address .inner h3 {
            font-size: 23px;
            color: maroon;
            text-transform: capitalize;
        }

        .contact-detail-1 .address .inner p {
            font-size: 16px;
            color: #fff;
            padding-top: 16px;
        }

        .contact-detail-1 .address .inner a {
            color: #fff;
            padding-top: 5px;
        }

        .contact-detail-1 .inner:before {
            width: 16px;
            height: 23px;
            display: block;
            position: absolute;
            left: -40px;
            font-family: 'icomoon' !important;
            font-size: 24px;
            content: "\e918";
            color: red;
        }

        .contact-detail-1 .inner:nth-child(2):before {
            width: 19px;
            height: 19px;
            display: block;
            position: absolute;
            left: -40px;
            font-size: 24px;
            content: "\e91a";
        }

        .contact-detail-1 .inner:nth-child(3):before {
            width: 21px;
            height: 15px;
            display: block;
            position: absolute;
            left: -40px;
            top: 20px;
            font-size: 24px;
            content: "\e919";
        }

    .our-impotance ul li .inner {
        display: block;
        padding: 16px;
    }
