
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
/* new ui start */
:root {
    --sky: #4ab8d8;
    --sky-dark: #2e9ab8;
    --sky-light: #d6f0f8;
    --sky-pale: #edf8fc;
    --navy: #0f2d3d;
    --navy-mid: #1a3a52;
    --white: #ffffff;
    --link: #1a6fa0;
    --muted: #5a7a8a;
    --border: #b3d9ea;
    --card-bg: #f4fbfd;
}
/* new ui end */

* {
    margin: 0;
    padding: 0px;
}

::placeholder {
    color: rgb(235, 235, 235);
    font-size: 14px;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    /* new ui start */
    color: var(--navy);
    background: var(--white);
    overflow-x: hidden;
    /* new ui end */
}


.header-top {
    background: #64C6ED;
    min-height: 50px;
}

    .header-top div div p {
        color: #fff;
        margin-top: 13px;
        margin-bottom: 0;
        font-size: 18px;
    }

.top-menu {
    float: right;
    width: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

/* .top-menu ul li {
    list-style: none;
    display: inline;
    margin: 10px 25px;
    float: right;
} */
.top-menu ul li a:hover{
    color:#333 !important;
}              

     .top-menu ul li a {
        color: #fff !important;
        font-size: 18px;
    }

.logo {
    width: 100%;
    float: left;
}

    .logo a {
        width: auto;
        float: left;
        margin: 20px 0;
    }

    .htxt{
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 0;
    }
.htxtn{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
}
.middle-right li {
    width: 100%;
    float: left;
    margin: 5px 0;
}

.middle-right a {
    width: 180px;
    float: right;
    text-align: left;
    font-size: 16px;
    color: #111;
}

    .middle-right a:hover {
        color: #1d70b8;
        text-decoration: none;
    }

.middle-right li i {
    font-size: 36px;
    margin: 10px 0 0 20px;
    color: #1d70b8;
}

.header-middle {
    border-bottom: 30px solid #64C6ED;
}

.login-small-box {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
}

    .login-small-box a {
        width: 100%;
        float: left;
        background: #fff;
    }

.main-con {
    background: #efefef;
    min-height: 500px;
    padding-bottom: 35px;
}

.login-small-box a i {
    font-size: 42px;
    float: left;
    padding: 20px;
    background: #e7e7e7;
    color: #5b626b;
    margin: 0 10px 0 0;
    width: 80px;
}

.login-con-left {
    margin: 28px 0 0 0;
}

.login-small-box a span {
    color: #111;
    width: auto;
    float: left;
    padding: 12px 5px 0px;
}

    .login-small-box a span h3 {
        padding: 0px;
        margin: 0px;
        font-size: 22px;
        color: #666;
    }

    .login-small-box a span p {
        color: #999;
    }

.login-small-box a.active i {
    background: #64C6ED;
    color: #fff;
}

.login-small-box a.active span h3 {
    padding: 0px;
    margin: 0px;
    font-size: 22px;
    color: #333;
}

.login-small-box a.active span p {
    color: #666;
}

.login-con-right {
    margin: 30px 0 30px 0;
    background: #fff;
    width: 100%;
    float: left;
}

    .login-con-right .login-con {
        padding: 20px;
        width: 100%;
        float: left;
        text-align: center;
        display:none;
    }

        .login-con-right .login-con h3 {
            font-size: 18px;
            font-weight: bold;
            margin: 20px 0;
        }

        .login-con-right .login-con p a {
            font-weight: bolder;
            color: #64C6ED;
        }

.from-con {
    width: 100%;
    margin: 0;
    padding: 0 10px;
}

    .from-con label {
        font-weight: bolder;
        float: left;
    }

    .from-con input {
        background: #eaeaea;
        border: none;
        padding: 5px 5px 5px 40px;
    }

    .from-con .user-con {
        position: relative;
        width: 100%;
        float: left;
    }

    .from-con i {
        position: absolute;
        left: 10px;
        font-size: 22px;
        top: 8px;
        color: #666;
    }

.form-group {
    width: 100%;
    float: left;
}

.from-con small {
    font-size: 14px;
    text-align: left;
    width: 100%;
    float: left;
    line-height: 18px;
    color: #666;
}

.form-group.form-check label {
    font-weight: unset;
}

.form-group.form-check input {
    position: relative;
    float: left;
}

.form-group.form-check {
    margin-top: 12px;
}

    .form-group.form-check label a {
        font-weight: bolder;
        color: #64C6ED;
    }

.submit-but {
    width: 100%;
    font-weight: bold;
    height: 45px;
    background: #64C6ED;
    border-color: #64C6ED;
}

.footer-login {
    background: #111;
    color: #999;
    text-align: center;
    padding: 5px 0;
}

    .footer-login a {
        margin: 0 10px 0;
    }

.forget-pass.login-con {
    padding: 0;
  
}

.forget-pass h3 {
    background-color: #fff;
    color: #333;
    margin: 0 !important;
    padding: 20px 0;
    
}

.forget-pass.login-con button {
    background: #64C6ED;
    margin: 0 10px 20px 0;
    padding: 7px 25px;
    border-color: #64C6ED;
}

.forget-pass.login-con .form-group {
    margin-top: 20px;
}




/* Style the tab */
.tab {
    overflow: hidden;
    background: #1d70b8;
}

/* Style the buttons inside the tab */
.login-con-right .tab button {
   
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 22px;
    width: 50%;
    font-weight: normal;
    
    background-color: #64C6ED;
    color: #fff;
}
/* Change background color of buttons on hover */

/* Create an active/current tablink class */

    .login-con-right .tab button.active {
        background-color: #fff;
        color: #333;
    }

.fileUp {
    background: #eaeaea;
    border: none;
    padding: 9px 5px 5px 40px;
    font-size: 15px;
    font-weight: 100 !important;
    text-align: left;
    width: 91%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
  .doc_download {
    position: unset !important;
    background: #eaeaea;
    padding: 13px 10px;
    height: 36px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.f_upload_prof {
    bottom: 16px;
}

 
/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

.dashboard-con h4 {
    font-size: 22px;
    display: inline;
    margin: 15px 0;
    float: left;
}

span.dashboard-top a {
    color: #fff;
    background: #1d70b8;
    padding: 10px;
    float: right;
    margin: 10px 0 0;
}

    span.dashboard-top a:hover {
        text-decoration: none;
        background: #333;
    }

.dashboard-con-top {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}

.dashboard-box {
    background: #fff;
    box-shadow: 0px 3px 2px #ccc;
}
/* tab list item */
.tabs .tabs-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .tabs .tabs-list li {
        width: 100px;
        float: left;
        margin: 0px;
        margin-right: 25px;
    }

        .tabs .tabs-list li:hover {
            cursor: pointer;
        }

        .tabs .tabs-list li a {
            text-decoration: none;
            color: white;
            width: auto;
            float: left;
        }

/* Tab content section */
.tabs .tab {
    display: none;
    width: 100%;
    min-height: 250px;
    height: auto;
    background: none;
    clear: both;
}

    .tabs .tab h3 {
        border-bottom: 3px solid cornflowerblue;
        letter-spacing: 1px;
        font-weight: normal;
        padding: 5px;
    }

    .tabs .tab p {
        line-height: 20px;
    }

ul.tabs-list li a i {
    font-size: 36px;
    border: 2px solid #5b626b52;
    border-radius: 60px;
    width: 80px;
    height: 80px;
    padding: 20px 0px 0 0;
    text-align: center;
    color: #5b626b52;
    margin: 0 0 10px 10px;
}

ul.tabs-list li a span {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: normal;
    font-weight: 600;
    min-height: 50px;
}
/* When active state */
.active {
    display: block !important;
}

.tabs .tabs-list li.active a i {
    background-color: #1d70b8;
    color: #fff;
    border: none;
}

.tabs .tabs-list li.active a span {
    color: #1d70b8;
}

h3.toggle.header a {
    color: #5b626b;
}

/* media query */
@media screen and (max-width:360px) {
    .tabs {
        margin: 0;
        width: 96%;
    }

        .tabs .tabs-list li {
            width: 80px;
        }
}

.tabs.tabs-con {
    box-sizing: border-box;
    width: 100%;
    float: left;
    margin: 30px 0 12px 25px;
}
/*.js .toggle-box .content {  }*/

.toggle {
    cursor: pointer;
}

h3.toggle.header {
    border: none;
    font-size: 14px;
    font-weight: bolder;
    background: #e9ecef;
    padding: 10px 20px;
    color: #5b626b;
    margin-bottom: 0;
}

.content.toggle-con {
    background: #f8f9fa;
    padding: 10px 40px;
    border-bottom: 1px solid #e9ecef;
    width: 100%;
    float: left;
}

    .content.toggle-con p {
        width: 90%;
        margin: 10px 0 0;
        font-size: 13px;
    }

h3.toggle.header a i.fas.fa-arrow-circle-down {
    font-size: 18px;
    text-align: right;
    float: right;
}

.tabs .tabs-list li.active.check-double a i {
    background: #fff;
    color: #1d70b8;
    border: 2px solid #1d70b8;
}

.dashboard-from {
    width: 100%;
    float: left;
}

    .dashboard-from h5 {
        color: #1d70b8;
    }

span.tx-danger {
    color: #f00;
    white-space: nowrap;
}

label {
    font-size: 14px;
    font-weight: 500;
    color: #5b626b;
}

.progress {
    width: 120px;
    height: 120px !important;
    float: right;
    line-height: 150px;
    background: none;
    margin: 20px;
    box-shadow: none;
    position: relative
}

    .progress:after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 12px solid #fff;
        position: absolute;
        top: 0;
        left: 0
    }

    .progress > span {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1
    }

    .progress .progress-left {
        left: 0
    }

    .progress .progress-bar {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 12px;
        border-style: solid;
        position: absolute;
        top: 0
    }

    .progress .progress-left .progress-bar {
        left: 100%;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left
    }

    .progress .progress-right {
        right: 0
    }

        .progress .progress-right .progress-bar {
            left: -100%;
            border-top-left-radius: 80px;
            border-bottom-left-radius: 80px;
            border-right: 0;
            -webkit-transform-origin: center right;
            transform-origin: center right;
            animation: loading-1 1.8s linear forwards
        }

    .progress .progress-value {
        width: 90%;
        height: 90%;
        border-radius: 50%;
        background: #000;
        font-size: 32px;
        color: #fff;
        line-height: 110px;
        text-align: center;
        position: absolute;
        top: 5%;
        left: 5%;
        font-weight: 600;
    }

    .progress.blue .progress-bar {
        border-color: #1d70b8;
    }

    .progress.blue .progress-left .progress-bar {
        animation: loading-2 1.5s linear forwards 1.8s
    }
.tabcontent .login-con {
    display:none;
}
.profile_img_cont {
    width: 135px;
    height: 135px;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
}



.prof_ed {
    visibility: hidden;
    opacity: 0;
    position: relative;
}

    .prof_ed i {
        position: unset;
        font-size: 16px;
    }

.prof_cntr1 {
    position: absolute;
    left: 49%;
    float: right;
    bottom: 12px;
}

.prof_cntr2 {
    position: absolute;
    left: 70%;
    float: right;
    bottom: 12px;
}

.profile_img_cont:hover .prof_ed {
    visibility: visible;
    opacity: 1;
    position: relative;
}

.profile_img_cont:hover .prof_img {
    opacity: 0.3;
    transition: opacity .2s, visibility .2s;
}

.profile_img_cont:hover .prof_ed i {
    color: #1D70B8;
}
@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg)
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
}

.step-con {
    width: 100%;
    float: left;
}

    .step-con span {
        background: #1d70b8;
        padding: 5px 10px;
        float: right;
        color: #fff;
    }

.save-butt-con {
    width: 100%;
    float: left;
    margin: 0 0 25px;
}

    .save-butt-con a {
        font-size: 14px;
        background: #1d70b8;
        padding: 5px 10px;
        color: #fff;
    }

.net-pre-but-con {
    width: 100%;
    float: right;
    text-align: right;
}

    .net-pre-but-con a {
        font-size: 14px;
        background: #1d70b8;
        padding: 5px 10px;
        color: #fff;
    }

.main-footer {
    background: #64C6ED;
    overflow-x: hidden;
}

.footer-box-one {
    width: 100%;
    float: left;
    min-height: auto;
    margin: 20px 0 0 0;
}

    .footer-box-one  a {
        color: #fff;
        padding: 10px 0;
        width: 100%;
        float: left;
    }

.footer-box-three {
    width: 100%;
    float: left;
    margin: 20px 0 15px 0;
}

    .footer-box-three p {
        font-size: 16px;
        color: #fff;
    }

    .footer-box-three li {
        display: inline;
        padding: 0 10px 0 0;
    }

        .footer-box-three li i {
            font-size: 24px;
            color: #fff;
        }

.toggle-box {
    margin: 0 0 25px 0;
    width: 100%;
    float: left;
}

.tem-con .content.toggle-con span {
    width: 95%;
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin: 5px 0;
    color: #1d70b8;
}

.tem-con .content.toggle-con p {
    width: 95%;
    float: left;
    font-size: 14px;
    margin: 5px 0;
    font-family: "Segoe UI", sans-serif;
    letter-spacing: normal;
}

.tem-con .content.toggle-con ul li {
    width: 95%;
    float: left;
    margin: 15px 0 0 40px;
    list-style: upper-roman;
    font-size: 14px;
    line-height: 20px;
    font-family: "Segoe UI", sans-serif;
}

.acc-but {
    width: 100%;
    float: left;
    text-align: right;
    margin: 20px 0;
}

    .acc-but a {
        background: #1d70b8;
        padding: 5px 10px;
        color: #fff;
        margin-left: 10px;
        font-size: 14px;
    }

        .acc-but a:hover {
            background: #111;
            text-decoration: none;
        }

    .acc-but .form-group.form-check {
        text-align: left;
    }

.dashboard-from h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

    .dashboard-from h4 span {
        float: right;
        font-weight: 400;
    }

.order-del {
    height: 50px;
}

.ed-del a {
    width: 100px;
    float: right;
    text-align: center;
    margin: 0 0 10px 0;
}

.back-black {
    background: #111 !important;
}

.btn-upload {
    padding: 10px 20px;
    margin-left: 10px;
}

.upload-input-group {
    margin-bottom: 10px;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    height: 45px;
}

ul.check-list-con li {
    font-size: 14px;
    list-style: numer;
    margin-bottom: 10px;
}

    ul.check-list-con li ul li {
        list-style: upper-roman;
        margin: 10px 0 10px 20px;
    }

/*New Styles*/

/*.item-one {
    background: url(../img/banner.jpg) no-repeat;
    height: 44.4rem;
}*/
.banner-img img {
    height: 44.4rem;
}

.banner-img {
    position: relative;
}

.banner-title {
    text-transform: uppercase;
    position: absolute;
    top: 40%;
    left: 15.5%;
    font-weight: 700;
    text-align: center;
    font-size: 35px;
    width: 65rem;
}
.carousel-control-next-icon {
    background-image:unset;
}
.carousel-control-prev-icon {
    background-image: unset;
}
    .carousel-control-prev-icon i {
        font-size: 54px;
        color: #B1CEE3;
        position: absolute;
        bottom: 20.5rem;
        left: 110px;
    }
.carousel-control-next-icon i {
    font-size: 54px;
    color: #1B68AD;
    position: absolute;
    bottom: 20.5rem;
    left: 110px;
}
    .zig-zag-img-container {
        width: 500px;
        border: 2px solid #2DAAD3;
        height: 320px;
        position: relative;
    }

    .zig-zag-img-container img {
        position: absolute;
        right: 15px;
        bottom: 15px;
    }

.zig-zag-title {
    font-size: 30px;
    font-weight: 700;
}

.z-g-zag-desc {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.zig-btn {
    background-color: #1B68AD;
    border: 1px solid #1B68AD;
    color: #fff;
    border-radius: 0;
    padding: 5px 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.tabsection {
    background: #F9F9F9;
}

.left-icon-btn {
    background-color: #B7D0E6;
    border: 1px solid #B7D0E6;
    color: #fff;
    border-radius: 0;
}

.right-icon-btn {
    background-color: #1C6FB6;
    border: 1px solid #1C6FB6;
    color: #fff;
    border-radius: 0;
}

.tabsection .title {
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.line {
    width: 20rem;
    position: absolute;
    top: 5rem;
    left: 22rem;
    border-top: 2px solid #1C6FB6;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.left-icon-list {
    width: 50px;
    height: 50px;
    background: #5B626C;
    color: #fff;
    padding: 13px;
    border-radius: 50%;
    margin-right: 15px;
}

.font_25 {
    font-size: 25px;
}

.serviceDp {
    color: #1C6FB6;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #1C6FB6;
}
.bd_h{
    border-bottom: 1px solid;
    width: 50%;
    position: absolute;
    left: 25%;
    top: 58px;
}
.activeList .left-icon-list {
    background: #1C6FB6;
}

.activeList .content-list span {
    color: #1C6FB6;
}

.content-list p {
    color: #000;
    font-size: 13px;
}

.border_blue {
    border-bottom: 2px solid #b1b4b6;;
}
.border_blue:hover .serviceDp{
    color: #003078;
    border-bottom:3px solid #003078;
}
.font_right i {
    font-size: 24px;
    color: #1C6FB6;
    margin-top: 10px;
    margin-left: 30px;
}
#tabllistImgcont {
    width: 520px;
    height: 585px;
    position: relative;
}
    #tabllistImgcont img {
        position: absolute;
        right: 18px;
        bottom: 16px;
    }

    /*Tables Page*/
.dropNav .dropdown-toggle::after {
    display:none;
}
.dropNav .dropdown-menu {
    background: #18558B;
}
.top-menu ul {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.dropNav .fa-user-circle {
    font-size:28px;
}
.tablesSection {
    background: #EFEFEF;
}
.dash-btn {
    background: #1D6FB8;
    border-color: #1D6FB8;
    color:#fff;
    border-radius:0;
}
.navbarTab .nav-link.active, .navbarTab .show > .nav-link {
    background-color: #1D6FB8;
}
.navbarTab .nav-link {
    border-radius: 0;
    padding: 15px 30px;
    border-bottom: 0;
    color: #A1A1A1;
    font-weight: 600;
}
.navbarTab{
    border-bottom: 3px solid #1D6FB8;
}
.tab_none {
    display:none;
}
.sortBy {
    color: #A1A1A1;
    font-weight: 600;
}
#dropdownTable {
    font-weight: 600;
    text-decoration: underline;
}
.tablesSection .card {
    width:100%;
}

.view-details a {
    text-align: end;
    text-decoration: underline;
    color: #3D3D3D;
    font-weight: 600;
}
.departmentMenu::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 25px;
    border-bottom: 10px solid #18558B;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.departmentMenu::after {
    content: '';
    position: absolute;
    top: -8.5px;
    left: 26px;
    border-bottom: 9px solid #18558B;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}
#departmentMenu {
    color: #fff;
    padding: 0;
    margin: 0;
    border: 0;
}
.departMenu {
    bottom: 2px;
}
.hImgC{
    width: 113px;
}
.dropdown-submenu{
    position: relative;
}

    .subMenuChild {
        left: 106%;
        top: 40%;
    }
.departMenu .dropdown-item:hover .btn{
    color: #333 !important;
}
.subMenuChild a {
    color:#fff !important;
    width: 100%;
    padding: 10px 1.5rem;
    clear: both;
    line-height: 1.9;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.subMenuChild a:hover{
    color:#fff !important;
}
.bd-right{
    border-right: 1px solid;
}
.img_foo_con{
    width:250px;
}
/*.f_ov{
    height: 300px;
    overflow-y: scroll;
    padding-right: 15px;
}*/
#passportNo label {
    margin-bottom:17px;
}
#omnagNo label {
    margin-bottom: 17px;
}
.top-menu li {
    margin-top: 13px;
}
#departmentMenu{
    position: relative;
}
.spanIcon i{
    position: absolute;
    top: 6px;
}
.govImg{
    width: 148px;
}
.img_valid {
    position: absolute;
    height: 30px;
    top: 125px;
}
#docDel {
    cursor:pointer;
    right: 11px;
    left: unset;
    top:32px;
}
#captchaErrMsg {
    padding-left:25px;
}
.reset_pass {
    width:auto !important;
}
.f_upload_profile {
    position: absolute !important;
    left: 25px !important;
    opacity: 2.3;
    top: 51px !important;
    z-index: 1;
    height: 0;
    cursor: pointer;
}
.captcha_group {
    float:none;
}
.omang_no_label {
    margin-bottom:18px;
}
@media only screen and (min-width:2304px) {
    .main-footer {
        background: #64C6ED;
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}@media only screen and (max-width: 768px) {
    .middle-right a {
            font-size: 14px;
        }
    .main-con {
        min-height:auto;
    }

    .header-middle img {
        height: 70px;
    }
    .login-con-right .tab button {
        padding: 8px 16px;
        transition: 0.3s;
        font-size: 18px;
    }
    .login-con-right {
        margin:0;
    }
    .middle-right .fa-2x {
        font-size: 1rem;
    }

        .dashboard-con-top {
            margin: 0;
        }

        .header-middle h1 {
            font-size: 20px;
            padding-top: 10px;
        }

        .top-menu ul li {
            margin: 10px;
        }

            .top-menu ul li a {
                font-size: 16px;
            }
    }
.height_logo {
    max-width: 100%;
    height: 100px;
}
.gov3 {
    height: 90px;
    max-width: 100%;
    width: auto;
}
.ls-logo{
    height:120px;
}
.fa_font {
    font-size: 25px;
}
.f_upload {
    position: relative;
    left: 100px;
    opacity: 2.3;
    top: 32px;
    z-index: 1;
    height: 0;
    cursor:pointer;
}
#id_badge {
    top: 32px;
}
#user_con {
    bottom: 15px;
}
/*.footer_img_cont {
    padding:0 !important;
}
.footer_txt a {
    margin-right:20px;
    padding:5px 0;
}
.govImg1 {
    height: 32px;
    position: relative;
    bottom: 10px;
    margin-right: 50px;
}
.govImg2 {
    height: 75px;
}
.img_right {
    justify-content:space-evenly;
    align-items:center;
}
.left_txt_content {
    padding-top: 30px;
}
.pd_l_5 {
    padding-left:8px !important;
}*/
.toggle_radio {
    display: flex;
   
    flex-wrap: nowrap;
    white-space: nowrap;
    align-items: center;
}
.radio_label {
    line-height: 24px;
    margin: 0;
    margin-left: 8px;
}
.from-con select {
    background: #eaeaea;
    border: none;
    padding: 5px 5px 5px 40px;
    font-size: 14px;
}
.form-con select option {
    background:#fff;
}
/*.hmlnk {
    border-bottom: 1px solid;
    font-size: 19px;
}*/

.app_name {
    color: #333;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-decoration: underline solid;
    font-size: 1.1875rem !important;
    line-height: 1.3157894737;
}

    .app_name:hover {
        text-decoration: underline solid 2.5px;
    }

.loader2 {
    display: inline-block;
    position: fixed;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    z-index: 1;
}

    .loader2 span {
        position: absolute;
        width: 6px;
        height: 6px;
        background: #000;
        border-radius: 50%;
        animation: loading2 1.2s linear infinite;
    }

        .loader2 span:nth-child(1) {
            animation-delay: 0s;
            top: 37px;
            left: 66px;
        }

        .loader2 span:nth-child(2) {
            animation-delay: -0.1s;
            top: 22px;
            left: 62px;
        }

        .loader2 span:nth-child(3) {
            animation-delay: -0.2s;
            top: 11px;
            left: 52px;
        }

        .loader2 span:nth-child(4) {
            animation-delay: -0.3s;
            top: 7px;
            left: 37px;
        }

        .loader2 span:nth-child(5) {
            animation-delay: -0.4s;
            top: 11px;
            left: 22px;
        }

        .loader2 span:nth-child(6) {
            animation-delay: -0.5s;
            top: 22px;
            left: 11px;
        }

        .loader2 span:nth-child(7) {
            animation-delay: -0.6s;
            top: 37px;
            left: 7px;
        }

        .loader2 span:nth-child(8) {
            animation-delay: -0.7s;
            top: 52px;
            left: 11px;
        }

        .loader2 span:nth-child(9) {
            animation-delay: -0.8s;
            top: 62px;
            left: 22px;
        }

        .loader2 span:nth-child(10) {
            animation-delay: -0.9s;
            top: 66px;
            left: 37px;
        }

        .loader2 span:nth-child(11) {
            animation-delay: -1s;
            top: 62px;
            left: 52px;
        }

        .loader2 span:nth-child(12) {
            animation-delay: -1.1s;
            top: 52px;
            left: 62px;
        }
.progress_loader {
    color: #fff;
    font-size: 20px;
    padding: 5px 15px 8px;
    line-height: 20px;
    display: inline-block;
    position: fixed;
    left: 49%;
    bottom: 32%;
    background: rgb(0 0 0 / 70%);
}

/*new ui*/

/* --- TOP BAR --- */
.topbar {
    background: var(--navy);
    padding: .45rem 3rem;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

    .topbar p {
        font-size: .75rem;
        color: rgba(255,255,255,.5);
        letter-spacing: .04em;
        margin: 0;
    }

.topbar-links {
    display: flex;
    gap: 1.5rem;
}

.servicewidth {
    width: 30%;
    margin-left: auto;
}

.loginwidth {
    width: 11%;
}


.topbar-links a {
    color: rgba(255,255,255,.55);
    font-size: .75rem;
    text-decoration: none;
}

    .topbar-links a:hover {
        color: var(--sky);
    }

/* --- NAV --- */
nav {
    background: var(--white);
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3rem;
    height: 72px;
    box-shadow: 0 2px 16px rgba(74,184,216,.1);
}

.sticky_header {
    position: sticky;
    top: 0;
    z-index: 300;
}

.svc-icon i {
    color: var(--navy)
}

.nav-logo img {
    height: 60px;
    width: auto;
    object-fit: contain;
    display: block;
}

.nav-tagline {
    text-align: center;
    border-left: 2px solid var(--sky-light);
    border-right: 2px solid var(--sky-light);
    padding: 0 6rem;
}

    .nav-tagline p {
        font-size: .7rem;
        color: var(--muted);
        font-style: italic;
    }

    .nav-tagline strong {
        font-size: .82rem;
        color: var(--navy);
        display: block;
        margin-top: .1rem;
    }

.nav-links {
    display: flex;
    gap: 8rem;
    list-style: none;
    align-items: center;
    color: var(--navy-mid);
    border-bottom-color: var(--sky);
  }

.nav-btn {
    background: var(--sky);
    color: var(--white) !important;
    padding: .55rem 1.5rem !important;
    border-radius: 6px;
    font-size: .85rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: .04em;
    transition: background .2s, transform .15s;
    white-space: nowrap;
}

    .nav-btn:hover {
        background: var(--sky-dark);
        transform: translateY(-1px);
    }

/* --- HERO — full bleed split --- */
.hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 460px;
}

.hero-left {
    background: var(--navy);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5rem 4rem;
    position: relative;
    overflow: hidden;
}

    .hero-left::before {
        content: '';
        position: absolute;
        top: -60px;
        right: -60px;
        width: 320px;
        height: 320px;
        background: radial-gradient(circle, rgba(74,184,216,.18) 0%, transparent 70%);
        border-radius: 50%;
    }

    .hero-left::after {
        content: '';
        position: absolute;
        bottom: -40px;
        left: -40px;
        width: 200px;
        height: 200px;
        background: radial-gradient(circle, rgba(74,184,216,.12) 0%, transparent 70%);
        border-radius: 50%;
    }

.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: rgba(74,184,216,.15);
    border: 1px solid rgba(74,184,216,.35);
    color: var(--sky);
    padding: .35rem 1rem;
    border-radius: 30px;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 1.6rem;
    width: fit-content;
}

    .hero-pill span {
        width: 6px;
        height: 6px;
        background: var(--sky);
        border-radius: 50%;
        animation: pulse 1.8s infinite;
    }

.serviceMenu .btn {
    color: #fff !important;
    border-bottom: 0px !important;
}

.login_menu .btn {
    border-bottom: 0px !important;
}

.login_menu .dropdown-item {
    color: #fff;
}

@keyframes pulse {
    0%,100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: .4;
        transform: scale(1.4);
    }
}

.hero-left h1 {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(2rem, 3.5vw, 3rem);
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 1.2rem;
}

    .hero-left h1 em {
        color: var(--sky);
        font-style: normal;
    }

.hero-left p {
    color: rgba(255,255,255,.7);
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 2.2rem;
    max-width: 420px;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-filled {
    background: var(--sky);
    color: var(--white);
    padding: .75rem 2rem;
    border-radius: 6px;
    font-size: .9rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: .04em;
    transition: background .2s, transform .15s;
    display: inline-block;
}

    .btn-filled:hover {
        background: var(--sky-dark);
        transform: translateY(-2px);
    }

.btn-ghost {
    border: 1.5px solid rgba(255,255,255,.3);
    color: rgba(255,255,255,.85);
    padding: .75rem 2rem;
    border-radius: 6px;
    font-size: .9rem;
    font-weight: 500;
    text-decoration: none;
    transition: border-color .2s, color .2s;
    display: inline-block;
}

    .btn-ghost:hover {
        border-color: var(--white);
        color: var(--white);
    }

.hero-right {
    position: relative;
    overflow: hidden;
}

    .hero-right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        filter: brightness(0.75) saturate(0.9);
    }

.hero-right-overlay {
    position: absolute;
    inset: 0;
    z-index: 9;
    background: linear-gradient(to right, var(--navy) 0%, rgba(15,45,61,0.85) 15%, rgba(15,45,61,0.4) 40%, rgba(15,45,61,0.0) 70%);
}

/* --- WAVE DIVIDER --- */
.wave {
    display: block;
    line-height: 0;
    background: var(--navy);
}

    .wave svg {
        display: block;
        width: 100%;
    }

/* --- QUICK STATS --- */
.stats-bar {
    background: var(--sky);
    display: grid;
    grid-template-columns: repeat(4,1fr);
}

.stat-item {
    padding: 1.8rem 1rem;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,.2);
    transition: background .2s;
}

    .stat-item:last-child {
        border-right: none;
    }

    .stat-item:hover {
        background: var(--sky-dark);
    }

.stat-num {
    font-family: 'DM Serif Display', serif;
    font-size: 2.2rem;
    color: var(--white);
}

.stat-label {
    font-size: .72rem;
    color: rgba(255,255,255,.75);
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-top: .25rem;
}

/* --- SERVICES --- */
.services-wrap {
    background: var(--sky-pale);
    padding: 5rem 3rem;
}

.section-eyebrow {
    text-align: center;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--sky-dark);
    margin-bottom: .5rem;
}

.section-title {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    color: var(--navy);
    text-align: center;
    margin-bottom: .5rem;
}

.section-sub {
    text-align: center;
    color: var(--muted);
    font-size: .92rem;
    margin-bottom: 3rem;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1.5rem;
    max-width: 1080px;
    margin: 0 auto;
}
.servicewidth {
    width: 30%;
    margin-left: -56px;
}

.svc-card {
    background: var(--white);
    border-radius: 10px;
    border: 1px solid var(--border);
    padding: 2rem 1.6rem 1.6rem;
    transition: box-shadow .25s, transform .25s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

    .svc-card::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: var(--sky);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform .3s;
    }

    .svc-card:hover {
        box-shadow: 0 10px 36px rgba(74,184,216,.2);
        transform: translateY(-4px);
    }

        .svc-card:hover::after {
            transform: scaleX(1);
        }

.svc-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--sky-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.svc-card h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: .5rem;
}

.svc-card p {
    font-size: .84rem;
    color: var(--muted);
    line-height: 1.65;
}

.svc-link {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    margin-top: 1rem;
    color: var(--sky-dark);
    font-size: .82rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: .03em;
}

    .svc-link:hover {
        color: var(--navy);
    }

/* --- IE SECTION --- */
.ie-section {
    background: var(--white);
    padding: 5rem 3rem;
}

.ie-inner {
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.ie-img-wrap {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(74,184,216,.2);
}

    .ie-img-wrap img {
        width: 100%;
        display: block;
        object-fit: cover;
        background: black;
    }

.ie-img-badge {
    position: absolute;
    top: 1.2rem;
    left: 1.2rem;
    background: var(--sky);
    color: var(--white);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: .35rem 1rem;
    border-radius: 30px;
}

.ie-text .section-eyebrow {
    text-align: left;
}

.ie-text .section-title {
    text-align: left;
    margin-bottom: 1rem;
}

.ie-text p {
    color: var(--muted);
    font-size: .95rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.ie-chips {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    margin-bottom: 1.8rem;
}

.ie-chip {
    background: var(--sky-light);
    border: 1px solid var(--border);
    color: var(--link);
    padding: .32rem .9rem;
    border-radius: 30px;
    font-size: .78rem;
    font-weight: 600;
}

/* --- CRAFTS --- */
.crafts-section {
    background: var(--sky-pale);
    padding: 5rem 3rem;
}

.crafts-inner {
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.crafts-text .section-eyebrow {
    text-align: left;
}

.crafts-text .section-title {
    text-align: left;
    margin-bottom: 1rem;
}

.crafts-text p {
    color: var(--muted);
    font-size: .95rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.crafts-mosaic {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 220px 220px;
    gap: .8rem;
}

    .crafts-mosaic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
        display: block;
        box-shadow: 0 4px 16px rgba(0,0,0,.1);
        transition: transform .35s;
    }

        .crafts-mosaic img:hover {
            transform: scale(1.04);
        }

        .crafts-mosaic img:first-child {
            grid-row: span 2;
        }

/* --- CTA BAND --- */
.cta-band {
    background: var(--navy);
    padding: 4rem 3rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .cta-band::before {
        content: '';
        position: absolute;
        top: -100px;
        left: 50%;
        transform: translateX(-50%);
        width: 600px;
        height: 300px;
        background: radial-gradient(ellipse, rgba(74,184,216,.15) 0%, transparent 70%);
    }

    .cta-band h2 {
        font-family: 'DM Serif Display', serif;
        font-size: clamp(1.6rem, 3vw, 2.4rem);
        color: var(--white);
        margin-bottom: .8rem;
        position: relative;
    }

    .cta-band p {
        color: rgba(255,255,255,.65);
        font-size: .97rem;
        margin-bottom: 2rem;
        position: relative;
    }

    .cta-band .btn-filled {
        font-size: 1rem;
        padding: .85rem 2.5rem;
        position: relative;
    }

/* --- FOOTER --- */
footer {
    background: var(--sky);
}

.foot-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.6rem 3rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.foot-logo img {
    height: 50px;
    object-fit: contain;
    display: block;
    /* filter: brightness(0) invert(1);  */
    opacity: .9;
}

.foot-links {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

    .foot-links a {
        color: rgba(255,255,255,.85);
        text-decoration: none;
        font-size: .83rem;
        font-weight: 500;
    }

        .foot-links a:hover {
            color: var(--white);
            text-decoration: underline;
        }

.foot-bottom {
    background: var(--navy);
    padding: .75rem 3rem;
    color: rgba(255,255,255,.35);
    font-size: .75rem;
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
}

.ptagwidth {
    text-align: end;
    display: flex;
    justify-content: end;
}

.foot-bottom span {
    margin: 0;
}


.foot-bottom p {
    display: flex;
    align-items: end;
    gap: 10px;
    margin: 0;
}


.hero-right {
    height: 520px;
    position: relative;
}

.hero-carousel,
.hero-carousel .owl-stage-outer,
.hero-carousel .owl-stage,
.hero-carousel .owl-item,
.hero-carousel .item {
    height: 100%;
}

    .hero-carousel .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero-carousel .owl-dots {
        display: none;
    }





@media only screen and (max-width: 1024px) {

    .servicewidth {
        width: 30%;
        display: flex;
        justify-content: center;
    }
}




@media (max-width: 900px) {
    .hero {
        grid-template-columns: 1fr;
    }

    .hero-right {
        height: 280px;
    }

    .ie-inner, .crafts-inner {
        grid-template-columns: 1fr;
    }

    .services-grid {
        grid-template-columns: 1fr 1fr;
    }

    .stats-bar {
        grid-template-columns: 1fr 1fr;
    }

    nav {
        padding: 0 1.5rem;
    }

    /*    .nav-tagline {
        display: none;
    }*/
}




@media (max-width: 768px) {

    .main-nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-left {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-text {
        text-align: left;
    }

    .nav-links {
        flex-wrap: wrap;
        gap: 10px;
    }

    .nav-right {
        width: 100%;
        justify-content: flex-end;
        margin-top: 10px;
    }
}




@media (max-width: 768px) {

    .nav-tagline {
        margin: 10px 0;
        font-size: 12px;
    }

    .servicewidth {
        width: 17%;
        display: flex;
        justify-content: center;
    }

    .nav-logo img {
        max-height: 40px;
    }
}



@media (max-width: 560px) {
    .servicewidth {
        width: 25%;
        margin-left: 0;
    }

    nav {
        flex-wrap: wrap;
        height: auto;
        padding: 0.8rem 1rem;
        gap: 12px;
    }


    .nav-logo {
        order: 1;
    }

    .nav-tagline {
        order: 3;
        flex: 1;
        padding: 0 2rem;
    }

    nav > ul:first-of-type,
    .nav-links.servicewidth,
    .nav-links.loginwidth {
        order: 2;
        width: 19%;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .crafts-mosaic {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

        .crafts-mosaic img:first-child {
            grid-row: span 1;
        }

    .hero-left {
        padding: 3rem 1.5rem;
    }

    .topbar {
        display: none;
    }

    footer .foot-top {
        padding: 1.2rem 1.5rem;
    }
}
