body {
    font-family: 'Poppins', sans-serif, arial, Verdana, Helvetica, sans-serif;
    background-size: cover;
    text-align: left;
}

p {
    text-align: left !important;
}

.backlayer {
    height: 100%;
    width: 100%;
}

    .backlayer .layerLeft {
        width: 100%;
        display: inline-block;
        background: linear-gradient(-45deg, #287b92, #0c3040, #287b92, #15425d);
        background-size: 400% 400%;
        animation: gradient 15s ease infinite;
        padding: 13px;
        position: relative;
        box-shadow: 0px 5px 15px #1445578f;
    }

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.backlayer .layerRight {
}

.backlayer .logo {
    z-index: 1;
    width: 100%;
}

    .backlayer .logo img {
        max-width: 478px;
        margin-top: 4px;
    }

.backlayer .dark-header {
    background: #0e365c !important;
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    box-shadow: 0px 5px 15px #0e365c80;
}

.login-page {
    color: #fff;
    padding: 40px 30px;
    width: 360px;
    position: relative;
    background: rgba(0, 0, 0, 0.54);
    border: solid 5px rgba(255, 255, 255, 0.6);
}

    .login-page .form-control.underline-input {
        font-size: 16px;
    }

    .login-page .btn.btn-greensea, .admin-login-page .btn.btn-greensea {
        width: 100%;
    }

.mt-20 {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.login-page .form-control.underline-input {
    font-size: 14px;
}

.form-control.underline-input {
    background: #ebeff8;
    box-shadow: none;
    padding: 5px 15px;
    height: 40px;
    border: 1px #d6d6d6 solid;
    border-radius: 50px;
}

.form-control {
    color: #616f77;
    outline: 0;
    vertical-align: top;
    background-color: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    border: 1px solid #dbe0e2;
}

.btn.btn-greensea {
    background-color: #3f51b5;
    color: white;
    border-color: #ffa200;
    padding: 6px 40px;
    margin-right: 20px;
    border-radius: 50px;
    border: 2px #fff solid;
}

    .btn.btn-greensea:hover, .btn.btn-greensea:active, .btn.btn-greensea.active {
        background-color: transparent;
        border-color: #fff;
        color: #fff;
        -webkit-box-shadow: 0 0 0 rgba(80, 182, 255, 0.31);
        box-shadow: 0 0 0 rgba(80, 182, 255, 0.31);
    }

.form-validation h4 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.frgt {
    font-size: 13px;
    text-decoration: underline;
    color: #fff;
}

.flt {
    float: left;
    line-height: 34px;
}

.mr10 {
    margin-right: 10px;
}

.dp_ful {
    display: inline-block;
    width: 100%;
}

    .dp_ful .captcha_txt.flt .form-control {
        width: 160px;
        border-radius: 50px;
    }

.loginfooter-lgn {
    font-size: 0px;
    text-align: center;
    background: none 0% 0% repeat scroll rgb(220, 220, 220);
    padding: 8px 0px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.error_404 {
    font-size: 24px;
    font-weight: 900;
    color: #000;
}

.error_p {
    font-size: 14px;
    line-height: 20px;
    color: #979797;
}

    .error_p strong {
        color: #000;
    }

.error_img {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

    .error_img img {
        width: 100px;
    }

    .error_img:before {
        content: 'error';
        position: absolute;
        top: 250px;
        left: -30px;
        font-weight: 600;
        color: rgba(0, 0, 0, .05);
        font-size: 13vw;
        font-family: sans-serif;
    }

.form-validation .form-group {
    position: relative;
}

    .form-validation .form-group .fa {
        position: absolute;
        top: 13px;
        right: 20px;
        color: #9e9e9e;
    }

    .form-validation .form-group label {
        font-weight: normal;
        margin-right: 10px;
    }

    .form-validation .form-group input[type=radio] {
        position: relative;
        top: 2px;
        margin-right: 5px;
    }

.error_page .backlayer:before {
    background: #fff;
}

.error_page .login-page {
    background: transparent;
    border: 0px;
    margin: 4% auto 0 auto;
}

.error_page .btn.btn-greensea, .lgt-frm .btn.btn-greensea {
    border-color: #3f51b5;
}

    .error_page .btn.btn-greensea:hover, .lgt-frm .btn.btn-greensea:hover {
        color: #333;
        border-color: #3f51b5;
    }

.error_page .btn-brd {
    background: #fff;
    color: #3c54a5;
    margin: 15px 0 0px 0;
}

    .error_page .btn-brd:hover {
        background: #3c54a5;
        color: #fff !important;
    }

.lgt-frm .login-page {
    background: #ffffffeb;
    border: solid 4px rgba(60, 84, 165, 0.16);
    border-radius: 10px;
    color: #000;
}

.lgt-frm .frgt {
    color: #000;
}

.ole-rst .backlayer .layerRight:before {
    background: rgba(60, 84, 165, 0.83);
    transform: rotate(34deg);
    height: 1500px;
    top: -250px;
    width: 1000px;
    left: 80px;
}

.ole-rst #wrap {
    overflow: hidden;
}

.ole-rst .form-control.underline-input, .ole-rst .dp_ful .captcha_txt.flt .form-control {
    background: #fff;
    border: 0px;
    border-bottom: 1px #ddd solid;
    border-radius: 0px;
    box-shadow: none;
    padding: 5px 10px;
}

    .ole-rst .form-control.underline-input:focus, .ole-rst .dp_ful .captcha_txt.flt .form-control:focus {
        box-shadow: none;
        border-bottom: 1px #3c54a5 solid;
    }

.ole-rst .form-validation .form-group .fa {
    right: 10px;
}

.p-10 {
    padding: 0 10px !important;
}

.lgt-frm.adt-cd .login-page {
    background: #255e6f;
    border: solid 4px rgb(32, 77, 95);
    color: #fff;
}

.lgt-frm.adt-cd.alu-lg .login-page {
    background: #3c54a5;
    background: -moz-linear-gradient(top, #3c54a5 0%, #2989d8 99%);
    background: -webkit-linear-gradient(top, #3c54a5 0%, #2989d8 99%);
    background: linear-gradient(to bottom, #3c54a5 0%, #2989d8 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c54a5', endColorstr='#2989d8', GradientType=0);
    border: 0px;
}

.adt-cd.alu-lg .form-control.underline-input, .adt-cd.alu-lg .dp_ful .captcha_txt.flt .form-control {
    background: rgba(0, 0, 0, 0.10);
    border: 2px rgba(234, 234, 234, 0.67) solid;
}

.adt-cd .form-control.underline-input, .adt-cd .dp_ful .captcha_txt.flt .form-control {
    background: rgba(26, 59, 77, 0.49);
    box-shadow: none;
    padding: 5px 10px 5px 30px;
    border: 2px #d6d6d64a solid;
    color: #fff;
}

    .adt-cd .form-control.underline-input:focus, .adt-cd .dp_ful .captcha_txt.flt .form-control:focus {
        box-shadow: none;
        border-color: #fff;
    }

.adt-cd .form-validation .form-group .fa {
    right: auto;
    left: 15px;
}

.adt-cd .dp_ful .captcha_txt.flt .form-control {
    padding: 5px 10px 5px 10px;
}

.lgt-frm.adt-cd .frgt {
    color: #fff;
}

.adt-cd .btn.btn-greensea {
    background-color: #fff;
    color: #1e4b59;
    border-color: #fcf8e3;
    margin-right: 20px;
    border: 2px #fcf8e3 solid;
}

    .adt-cd .btn.btn-greensea:hover, .adt-cd .btn.btn-greensea:active, .adt-cd .btn.btn-greensea.active {
        background-color: transparent;
        border-color: #fff;
        color: #fff;
        -webkit-box-shadow: 0 0 0 rgba(80, 182, 255, 0.31);
        box-shadow: 0 0 0 rgba(80, 182, 255, 0.31);
    }

.dashboard, .dashboard .backlayer:before {
    height: 100%;
}

.backlayer.result:before {
    background: transparent;
}

.item .carousel-caption {
    font-size: 20px;
    padding: 0;
    font-weight: 600;
}

.card-box {
    padding: 20px 0;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.02);
}

.dashboard .loginfooter-lgn {
    height: 42px;
    float: left;
    margin-top: 20px;
}

.dashboard .backlayer .logo {
    text-align: left;
    float: left;
    width: auto;
}

.dateformatbg a {
    color: #000;
    font-weight: 600;
}

    .dateformatbg a:hover {
        color: #3c54a5;
    }

.wrapper {
    padding: 0;
    display: inline-block;
    width: 100%;
}

.widget-title {
    position: relative;
    font-size: 16px;
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0px;
    background: radial-gradient(at 50% -20%, #3a829a, #58a6c1);
    padding: 5px 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

    .widget-title h4 {
        font-size: 14px;
        min-height: 15px;
        font-weight: 600;
        margin: 4px 0;
        color: #ffffff;
    }

    .widget-title:after {
        content: "";
        background: #2c2f34;
        width: 40px;
        height: 2px;
        position: absolute;
        bottom: -2px;
        left: 0;
        display: none;
    }

.widget-title-icon {
    position: absolute;
    right: 0;
    top: 1px;
    color: #b9bec3;
}

.landing_pg_banner {
    position: relative;
}

    .landing_pg_banner img {
        width: 100%;
    }

.t_tle {
    background: transparent;
    padding: 0;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.17), 0 1px 0 0 rgba(0, 0, 0, 0);
    padding: 20px;
}

    .t_tle h3 {
        font-weight: 600;
        font-size: 18px;
        margin-top: 10px;
        color: #206479;
    }

    .t_tle p {
        font-size: 13px;
    }

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.base {
    width: 100%;
    background: #c3efff;
    position: relative;
    margin-top: 45px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.base h2 {
    font-size: 13px;
    text-align: center;
    padding: 55px 10px 0 10px;
    color: #333;
    min-height: 130px;
    line-height: 20px;
}

    .base h2 a {
        font-size: 13px;
        color: #2d689a;
        font-weight: 600;
    }

.base-innar {
    background-color: #bfecfb;
    border-top: dotted 1px #9dcada;
    color: #1c5770;
    width: 100%;
    text-align: center;
    padding: 8px 0px;
    font-size: 13px;
}

    .base-innar a {
        color: #1d5872;
    }

.hvr-icon-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-wobble-horizontal:before {
        content: "\f138";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

.bg-circle1 {
    background: #a8d4ea;
    border: 3px solid #FFF;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.02);
}

.circle {
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    left: 52%;
    margin-left: -55px;
    top: -40px;
    text-align: center;
    padding: 19px 0px 15px 0px;
}

    .circle img {
        width: 50px;
        filter: brightness(0) invert(1);
    }

.form_ul ul {
    padding: 0px;
}

.form_ul li {
    font-size: 13px;
    list-style: none;
    padding: 8px 15px;
    margin: 0px 0;
    position: relative;
    color: #000;
    border-bottom: 1px #ccc dotted;
}

    .form_ul li:hover {
        background: rgb(255 235 207);
    }

.form_ul li {
    width: 100%;
    display: inline-block;
}

    .form_ul li .downloadicon {
        width: 100%;
        font-size: 12px;
        text-align: right;
    }

        .form_ul li .downloadicon a {
            font-size: 12px;
            color: #008000;
        }

    .form_ul li em {
        display: block;
        color: #777;
    }

    .form_ul li a {
        color: #000;
        font-size: 13px;
    }

    .form_ul li img {
        margin-left: 10px;
    }

.form_ul.gnr_not span {
    padding-left: 40px;
}

.form_ul .dlfle {
    position: absolute;
    left: 10px;
}

    .form_ul .dlfle a {
        background: transparent;
        border: 1px #008000 solid;
        border-radius: 50px;
        padding: 8px 10px;
        width: 30px;
        height: 30px;
        float: left;
    }

        .form_ul .dlfle a:hover {
            box-shadow: 0 0 20px #008000;
            border: 1px #ffffff solid;
        }

        .form_ul .dlfle a i {
            color: #008000;
            position: relative;
            top: -2px;
            left: -2px;
        }

.view_all {
    padding: 5px 10px 0;
    border-top: 1px #ddd solid;
    text-align: right;
    margin-top: 10px;
    margin-bottom: -10px;
}

    .view_all span {
    }

    .view_all a {
        font-size: 12px;
        color: blue;
        font-weight: 500;
    }

        .view_all a:hover {
            text-decoration: underline;
            color: red;
        }

.form_ul li .dwn-lnk {
    display: block;
}

    .form_ul li .dwn-lnk a {
        color: red;
    }

.blurb-custom {
    text-align: center;
    padding: 0 20px 0px;
    width: 100%;
}

    .blurb-custom .icon-image-lg {
        width: 100px;
        height: 100px;
    }

    .blurb-custom .icon {
        display: inline-block;
        text-align: center;
    }

    .blurb-custom .icon-image {
        margin-top: 20px;
    }

    .blurb-custom .icon-image-primary {
        background: #fefefe;
        border: 1px #e5e5e5 solid;
    }

.icon-image img {
    width: 50px;
}

.blurb-custom .blurb-title {
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 0;
    height: 76px;
    color: #3c54a5;
    line-height: 24px;
}

    .blurb-custom .blurb-title a {
        color: #3c54a5;
        font-size: 14px;
        line-height: 24px;
    }

.blurb-custom .blurb-content {
    margin-top: 0px;
    color: #555555;
    font-size: 13px;
    line-height: 22px;
    height: auto;
}

.ovrflw {
    height: 460px;
}

    .ovrflw .form_ul {
        height: 395px;
        overflow: auto;
    }

        .ovrflw .form_ul::-webkit-scrollbar {
            width: 5px;
            height: 8px;
            background-color: #aaa;
        }

        .ovrflw .form_ul::-webkit-scrollbar-thumb {
            background: #000;
        }

.lgt-frm .result .login-page {
    padding: 20px 20px;
    width: 360px;
}

.lgt-frm .result .dp_ful .captcha_txt.flt .form-control {
    width: 155px;
}

.lgt-frm .login-page.payment {
    border: 0px;
    background: url(img/bg_v1.png) #fff;
    padding-bottom: 130px;
    background-position: right 0px bottom -130px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.lgt-frm .login-page.online_bg, .lgt-frm .login-page.internal {
    border: 0px;
    background: url(img/bg_v2.png) #fff;
    padding-bottom: 110px;
    background-position: right 0px bottom 0px;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 0px;
    -ms-transform: translate(-50%, -45%);
    -webkit-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);
}

.lgt-frm .login-page.internal {
    border: 0px;
    background: url(img/bg_v3.png) #fff;
    padding-bottom: 130px;
    background-position: right 0px bottom 0px;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.lgt-frm .login-page.student_bg {
    border-top-left-radius: 70px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 0px;
    border: 0px;
    padding: 60px 40px;
}

.lgt-frm .student_bg .form-control.underline-input, .student_bg .dp_ful .captcha_txt.flt .form-control {
    border-top-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 20px;
}

.admin_bg .form-control.underline-input, .admin_bg .dp_ful .captcha_txt.flt .form-control {
    border-radius: 0px;
    background: transparent;
    color: #fff;
    border: 2px #d6d6d685 solid;
}

.admin_bg .btn.btn-greensea {
    border-radius: 0px;
    color: #fff;
    border: 2px #d6d6d6 solid;
}

#admin-wrapper {
    height: 100%;
    width: 100%;
    position: fixed;
}

    #admin-wrapper .carousel-wrapper, #admin-carousel {
        height: 100%;
        width: 100%;
        position: absolute;
    }

        #admin-carousel img {
            left: 0;
            bottom: 0;
            min-width: 100%;
            min-height: 100%;
            max-width: none;
            width: 100%;
            height: auto;
        }

        #admin-carousel i {
            position: absolute;
            top: 50%;
        }

    #admin-wrapper .carousel-fade .carousel-inner .item {
        opacity: 0;
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition: opacity 2s ease-in;
        -moz-transition: opacity 1s ease-in;
        -o-transition: opacity 1s ease-in;
        -ms-transition: opacity 1s ease-in;
        transition: opacity 1s ease-in;
    }

    #admin-wrapper .carousel-fade .carousel-inner .active {
        opacity: 1;
    }

        #admin-wrapper .carousel-fade .carousel-inner .active.left, #admin-wrapper .carousel-fade .carousel-inner .active.right {
            left: 0;
            opacity: 0;
            z-index: 1;
        }

    #admin-wrapper .carousel-fade .carousel-inner .next.left, #admin-wrapper .carousel-fade .carousel-inner .prev.right {
        opacity: 1;
    }

    #admin-wrapper .carousel-fade .carousel-control {
        z-index: 2;
    }

.page-login.pay_sum .login-page {
    width: 440px;
}

.page-login .box_sha {
    border-radius: 5px;
    box-shadow: 0 0 10px #dcdcdc;
    padding: 10px;
    margin-top: 20px;
}

.page-login .table {
    margin: 0px;
    border: 0px;
    border-radius: 5px;
}

    .page-login .table td {
        padding: 5px;
        color: #000;
        text-align: left;
        border: 0px;
        font-size: 13px;
    }

        .page-login .table td:first-child {
            font-weight: 600;
        }

@media (min-width:769px) {
    .rtu-home .modal-dialog {
        margin: 50px auto;
    }
}

@media (max-width:1152px) and (min-width:769px) {
    .rtu-home .h4-text h4 {
        font-size: 42px !important;
    }

    .ovrflws {
        height: 440px !important;
    }
}

@media (max-width:1024px) and (min-width:769px) {
    body {
        background-size: auto;
    }

    .error_img:before {
        left: 20px;
        top: 290px;
    }

    .loginfooter-lgn {
        position: static !important;
    }

    .rtu-home .h4-text h4 {
        font-size: 42px;
        font-weight: 200;
        color: #000;
    }
}

@media (max-width:768px) and (min-width:641px) {
    body {
        background-size: auto;
    }

    .error_img:before {
        left: 30px;
        top: 240px;
    }

    .login-page {
        left: 25%;
    }

    .loginfooter-lgn {
        position: static !important;
    }
}

@media (max-width:736px) {
    body {
        background-size: auto;
    }

    .login-page {
        width: 100%;
    }

    .backlayer .logo img {
        max-width: 300px;
    }

    .dp_ful .captcha_txt.flt .form-control {
        width: 120px;
    }

    .error_img:before {
        top: 70%;
        left: 40px;
        font-size: 100px;
    }

    .dashboard .backlayer .layerLeft {
        height: 100px;
    }

    .dateformatbg a {
        display: none;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .container {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    #admin-wrapper .carousel-wrapper, #admin-carousel {
        height: auto;
        width: 100%;
        position: relative;
        display: none;
    }

    #admin-wrapper {
        background: #fff;
        background: url(img/login-bg.jpg);
    }

    .error_page .btn-brd {
        margin: 0px 0 0px 0;
    }

    .loginfooter-lgn {
        display: none;
    }

    .lgt-frm .result .login-page {
        width: 100%;
    }

    #captcha {
        width: 65% !important;
    }
}

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hvr-float-shadow:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity;
    }

    .hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

        .hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
            opacity: 1;
            -webkit-transform: translateY(5px);
            transform: translateY(5px);
        }

.hvr-shutter-in-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #f39c12;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-shutter-in-vertical:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #025d78;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
        color: white;
    }

        .hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
        }

@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.hvr-icon-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-icon-wobble-horizontal:before {
        content: "\f138";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .hvr-icon-wobble-horizontal:hover:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:active:before {
        -webkit-animation-name: hvr-icon-wobble-horizontal;
        animation-name: hvr-icon-wobble-horizontal;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

.header_pnl_link {
    padding-top: 22px !important;
}

#username, #upassword {
}

.btn {
    height: auto !important;
}

.admin-login-page {
    color: #fff;
    padding: 40px 30px;
    position: relative;
    background: rgb(28 39 45 / 75%);
    border: solid 5px rgb(190 201 205);
    margin: 14% 0 0 10%;
    width: 85%;
    border-radius: 15px;
}

    .admin-login-page #username, .admin-login-page #upassword {
        background: #fff !important;
    }

.content_li h4 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 28px;
}

.content_li {
    color: #fff;
    padding: 40px 20px;
    background: rgb(65 128 180 / 78%);
    border: solid 5px rgba(255, 255, 255, 0.6);
    display: inline-block;
    width: 100%;
    min-height: 390px;
    margin-top: 3.5%;
    border-radius: 15px;
}

    .content_li ul {
        padding: 0px;
    }

        .content_li ul li {
            font-size: 12px;
            line-height: 20px;
            list-style: none;
            background: url(../../img/tick_icon.png) no-repeat;
            padding-left: 20px;
            font-weight: normal;
        }

.header_pnl_link {
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 31px 0 0 0;
}

    .header_pnl_link li {
        float: left;
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
        margin-right: 10px;
        padding-left: 24px;
    }

        .header_pnl_link li a {
            color: #fff;
        }

.white_content-new-1 {
    background: url(../../img/overlay.png) repeat scroll 0 0;
    float: left;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.popupboxouter {
    margin: 5% auto 0;
    width: 60%;
}

.popupbox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 15px solid #008d8d;
    border-radius: 10px;
    float: left;
    padding: 10px;
    position: relative;
    width: 100%;
}

.close-1 {
    background: url(../../img/closebutton.png) no-repeat scroll 0 0;
    cursor: pointer;
    float: right;
    font-size: 0;
    height: 22px;
    position: absolute;
    right: 11px;
    top: 12px;
    width: 22px;
    z-index: 99;
}

.tableheadingmain {
    background: #008b8b;
    color: #fff !important;
    font-size: 14px;
    height: 26px;
    line-height: 25px;
    padding: 3px 8px !important;
}

.button-common {
    background: #039595;
    border: 1px solid #007c7c;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    padding: 5px;
}

.imp_link ul li a {
    font-weight: 500;
    color: blue;
}

@media (max-width: 769px) {
    .admin-login.backlayer .layerRight {
        padding: 0 !important;
    }

    .content_li ul li {
        font-size: 12px;
        line-height: 20px;
    }

    .loginfooter-lgn {
        position: static !important;
    }

    .admin-login-page {
        min-height: 100px;
    }

    .popupboxouter {
        width: 95%;
    }

    .refresh-btn .fa {
        position: static !important;
    }

    .admin-login-page {
        margin: 5% 0;
        width: 98%;
    }

    .livechat-close {
        width: 300px !important;
        background-size: contain !important;
        height: 160px !important;
    }

    .livechat-close-btn {
        right: 18px !important;
        top: 58px !important;
    }

    .modal-extra {
        width: 94% !important;
    }

    .fieldset-border {
        margin-top: 10px !important;
    }

    .col-sm-2-5 {
        width: 100% !important;
    }

    .bottom-box {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 3.7vw)) !important;
    }

    .content-text {
        padding: 0 15px;
    }

    .slick-track img {
        height: 150px !important;
    }

    .rtu-home .custom-modal-lg {
        width: 94% !important;
        margin-top: 50px;
    }

    .rtu-home .h4-text h4 {
        font-size: 25px !important;
    }

    .rtu-home .popup-img img {
        width: 100px;
        height: 100px;
    }

    .popup-img {
        margin-bottom: -30px;
    }

    .rtu-home .ul-from {
        background: transparent !important;
        border-radius: 0px !important;
        padding: 10px;
    }

    .rtu-home .modal-body {
        background: #ffffff !important;
    }
    .form-section .pl-100 {padding-left:0 !important;}
}

.custom-login-page {
    width: 50%;
    margin: 0 auto;
}

.login-page-inside-div {
    background: #1d5972d1;
    display: inline-block;
    width: 100%;
    margin-top: 120px;
    border-radius: 10px;
    box-shadow: 0 0px 15px #061219;
    padding: 22px 15px;
}

.custom-radio-btn table tr td label {
    padding: 0 0 0 5px;
}

.custom-radio-btn table tr td input[type="radio"] {
    margin: 0;
}

.custom-text-left {
    text-align: left !important;
}

.login-page-inside-div h2 {
    color: #f6f6f6;
    margin: 0 0 10px 0;
    font-size: 18px;
    border-bottom: dotted 1px #fff;
    padding-bottom: 10px;
    font-weight: 600;
}

.login-page-inside-div label {
    font-size: 14px !important;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px !important;
}

.login-page-inside-div .form-control {
    background: #d1eded;
    color: #000;
}

.livechat {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    width: 320px;
}

.livechat_inside {
    box-shadow: 0 0px 18px 0px #509cb6;
    background: #fff;
    border-radius: 20px;
}

.chat-body {
    border-bottom-left-radius: 20px;
    padding: 20px;
    background: #fff;
    border-bottom-right-radius: 20px;
}

.chatheader {
    background: #ff6000;
    color: #fff;
    padding: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 13px;
    position: relative;
}

.chat-circle-icon {
    position: absolute;
    top: -39px;
    left: 128px;
    background: #ff6000;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: solid 5px #fff;
    text-align: center;
}

    .chat-circle-icon img {
        width: 37px;
        margin-top: 3px;
    }

.chatbtn {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 8px;
}

.chatbtn-close {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 17px;
}

.livechat-close-main {
    position: fixed;
    right: 8px;
    bottom: 8px;
}

.livechat-close {
    background: url(../../img/chat-img.png) no-repeat scroll 0 0;
    width: 340px;
    height: 143px;
    cursor: pointer;
}

.livechat-close-btn {
    font-size: 20px;
    color: #f10909;
    position: absolute;
    right: 20px;
    top: 49px;
}

.chatbtn input#plus {
    background: url(../../img/plus.png) no-repeat scroll 0 0;
    border: 0;
    text-align: right;
    font-size: 0;
    width: 22px;
    height: 22px;
}

.chatbtn input#minus {
    background: url(../../img/minus.png) no-repeat scroll 0 0;
    border: 0;
    text-align: right;
    font-size: 0;
    width: 22px;
    height: 22px;
}

.chatbtn input {
    color: #000;
    padding: 1px 8px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 10px;
}

.need-assistance-head {
    text-align: right;
}

.fieldset-border legend {
    padding: 7px 13px !important;
    color: #ffffff !important;
    background: #35758a;
    border-radius: 5px;
    font-size: 15px !important;
}

.topnavstrip {
    background: #edccad;
    min-height: 118px;
}

.horizontal_menu_Main ul {
    padding: 0;
    margin: 0;
    display: inline-table;
}

    .horizontal_menu_Main ul li:last-child {
        border-right: none;
    }

    .horizontal_menu_Main ul li {
        display: inline-block;
        list-style: none;
        float: left;
        border-right: solid 1px #9da7a9;
    }

        .horizontal_menu_Main ul li a {
            display: inline-block;
            padding: 10px 8px 1px 8px;
            font-size: 13px;
            color: #FFF;
        }

.dashboard .backlayer .logo {
    text-align: left;
    float: left;
    width: auto;
}

.fieldset-main-exam {
    position: fixed;
    width: 98% !important;
    bottom: 150px;
    border: none !important;
}

    .fieldset-main-exam legend {
        display: none;
    }

.modules {
    margin: 0 0 -120px 0;
}

.modal-header {
    background: #d37925;
}

    .modal-header .close {
        color: #fff;
        position: static;
    }

.modal-title {
    color: #fff;
}

.modal.fade {
    z-index: 999;
    background: none;
    position: fixed;
}

#sidebarCollapse {
    z-index: 9;
    position: fixed;
    background: url(../../img/other-usefull-links.png) no-repeat scroll 0 0 #19026a;
    width: 40px;
    height: 166px !important;
    border: none;
    right: 0;
    top: 30%;
    margin: 0;
    z-index: 999;
}

.logo-black {
    margin-left: 15px !important;
}

.services-two {
    position: relative;
    display: block;
    background-color: #1b1525;
    padding: 60px 0 60px;
    background-position: center center;
    overflow: hidden;
}

.services-two__single {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 15px 20px 15px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 15px;
    z-index: 1;
    min-height: 230px;
}

.services-two__icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 90px;
    width: 90px;
    background-color: #f7f7f9;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

    .services-two__icon span {
        position: relative;
        display: inline-block;
        color: #6653e8;
        -webkit-transition: all 500ms linear;
        transition: all 500ms linear;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .services-two__icon:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        background-color: #a5a5a5;
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        -webkit-transition-duration: .4s;
        transition-duration: .4s;
        -webkit-transition-property: all;
        transition-property: all;
        opacity: 1;
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        border-radius: 50%;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        z-index: -1;
    }

.services-two__title {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .services-two__title a {
        color: #fff;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

.services-two__text {
    font-size: 14px;
    line-height: 24px;
    padding-top: 8px;
    padding-bottom: 13px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-two__btn-box {
    position: relative;
    display: block;
}

.services-two__btn {
    font-size: 14px;
    color: #1b1525;
    background-color: #f7f7f9;
    padding: 4px 0 4px;
    width: 100%;
}

.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background-color: #6653e8;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    padding: 8px 0 8px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 1;
}

.services-two__single:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #7968ed;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.services-two__btn:after {
    background-color: #fff;
}

.thm-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--notech-black);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.services-two__single:hover .services-two__icon:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.services-two__single:hover .services-two__title a {
    color: #fff;
}

.services-two__single:hover .services-two__icon span {
    color: #fff;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.main-page-carousel .carousel-control.left {
    left: -40px;
    background-image: none;
}

.main-page-carousel .carousel-control.right {
    right: -40px;
    background-image: none;
}

.main-page-carousel .carousel-control {
    width: 4%;
}

.col1 {
    background-color: #2fabbb;
}

.col2 {
    background-color: #d9893f;
}

.col3 {
    background-color: #a36763;
}

.col4 {
    background-color: #af6b90;
}

.col5 {
    background-color: #128770;
}

.col6 {
    background-color: #475a7e;
}

.col7 {
    background-color: #8096a1;
}

.col8 {
    background-color: #73bf75;
}

.col9 {
    background-color: #89714d;
}

.col10 {
    background-color: #61b0ef;
}

.col11 {
    background-color: #b15c56;
}

.col12 {
    background-color: #504e4e;
}

.co1 {
    background-color: #0092a5;
}

.co2 {
    background-color: #d76b07;
}

.co3 {
    background-color: #844945;
}

.co4 {
    background-color: #984974;
}

.co5 {
    background-color: #006c57;
}

.co6 {
    background-color: #213b6c;
}

.co7 {
    background-color: #607d8b;
}

.co8 {
    background-color: #449b47;
}

.co9 {
    background-color: #ba8a41;
}

.co10 {
    background-color: #2296f2;
}

.co11 {
    background-color: #ab281e;
}

.co12 {
    background-color: #000;
}

.co-1 {
    background-color: #016e7c;
}

.co-2 {
    background-color: #b35906;
}

.co-3 {
    background-color: #6a3936;
}

.co-4 {
    background-color: #7c3b5f;
}

.co-5 {
    background-color: #005847;
}

.co-6 {
    background-color: #16294c;
}

.co-7 {
    background-color: #455c66;
}

.co-8 {
    background-color: #2f7831;
}

.co-9 {
    background-color: #8d672d;
}

.co-10 {
    background-color: #0e76c9;
}

.co-11 {
    background-color: #831a12;
}

.co-12 {
    background-color: #464242;
}

.services-two__icon span img.co-1:after {
    background-color: #016e7c !important;
}

img.img-responsive.repons {
    width: 45px;
}

.services-two__btn-box a:hover {
    color: #fff;
}

#sidebarnew {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #134a7e;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

    #sidebarnew.active {
        left: 0;
    }

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #f5ba61;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
}

#sidebarnew ul.components {
    padding: 20px 0;
}

#sidebarnew ul p {
    color: #ffffff;
    padding: 10px;
    font-size: 14px;
    background: #21588d;
}

#sidebarnew ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: #fff;
    border-bottom: dotted 1px #2069af;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

.pattern-7 {
    min-height: 100vh;
}

    .pattern-7 .fxt-bg-wrap {
        padding: 8vh 16vw 8vh 0;
        min-height: 100vh;
        position: relative;
        z-index: 1;
    }

        .pattern-7 .fxt-bg-wrap:before {
            position: absolute;
            z-index: 0;
            background-color: #0e365c;
            content: "";
            min-height: 100%;
            width: 35vw;
            top: 0;
            right: 0;
        }

@media only screen and (max-width: 1199px) {
    .pattern-7 .fxt-bg-wrap {
        padding: 8vh 10vw 8vh 0;
    }
}

@media only screen and (max-width: 991px) {
    .pattern-7 .fxt-bg-wrap {
        padding: 6vh 6vw 6vh 0;
    }

    .clients-img img:nth-child(1) {
        left: 15px;
        box-shadow: 0 0 0 0 rgba(8, 12, 35, .33), 0 4px 16px 0 rgba(4, 17, 31, .47);
    }
}

@media only screen and (max-width: 767px) {
    .pattern-7 .fxt-bg-wrap {
        padding: 5vh 4vw;
    }
}

.pattern-7 .fxt-checkbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pattern-7 .fxt-bg-color {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 50px;
}

@media only screen and (max-width: 991px) {
    .pattern-7 .fxt-bg-color {
        padding: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .pattern-7 .fxt-bg-color {
        min-height: 100%;
        padding: 20px 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .order-md-2 {
        order: 2;
    }
}

.pattern-7 .fxt-bg-img {
    padding: 40px 50px;
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 991px) {
    .pattern-7 .fxt-bg-img {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 991px) {
    .pattern-7 .fxt-bg-img {
        padding: 30px;
    }
}

.pattern-7 .fxt-bg-img:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgb(32 32 32 / 91%);
    right: 0;
    top: 0;
    position: absolute;
    z-index: 0;
}

.pattern-7 .fxt-bg-img:after {
    content: "";
    left: 0;
    top: 20%;
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 20px solid #e0f0ff;
    border-bottom: 15px solid transparent;
}

.pattern-7 .fxt-header {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    justify-content: center;
    text-align: center;
}

    .pattern-7 .fxt-header .fxt-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 40vw;
    }

    .pattern-7 .fxt-header h1 {
        color: #fff;
        font-size: 36px;
        font-weight: 500;
        margin-bottom: 10px;
    }

@media only screen and (max-width: 991px) {
    .pattern-7 .fxt-header h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .pattern-7 .fxt-header h1 {
        font-size: 28px;
    }
}

.pattern-7 .fxt-header p {
    color: #212529;
}

.pattern-7 .fxt-content {
    max-width: 460px;
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .pattern-7 .fxt-content {
        padding: 0;
    }
}

.pattern-7 .fxt-content h2 {
    font-weight: 700;
    margin-bottom: 50px;
}

.pattern-7 .fxt-form {
    margin-top: 45px;
}

    .pattern-7 .fxt-form .fxt-otp-logo {
        margin-bottom: 20px;
        display: block;
    }

    .pattern-7 .fxt-form .fxt-otp-label {
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 500;
    }

    .pattern-7 .fxt-form p {
        font-size: 18px;
        color: #111111;
    }

        .pattern-7 .fxt-form p span {
            display: block;
        }

    .pattern-7 .fxt-form .form-group {
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
    }

        .pattern-7 .fxt-form .form-group .input-label {
            margin-bottom: 10px;
        }

        .pattern-7 .fxt-form .form-group .field-icon {
            position: absolute;
            z-index: 1;
            right: 24px;
            bottom: 18px;
            padding: 0 5px;
            color: #c5c5c5;
            font-size: 14px;
        }

            .pattern-7 .fxt-form .form-group .field-icon:before {
            }

    .pattern-7 .fxt-form .form-control {
        min-height: 40px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        border-bottom: 1px solid #9d9d9d;
        padding: 10px 30px 10px 15px;
        color: #111;
        width: 100%;
        outline: 0;
    }

    .pattern-7 .fxt-form input::-webkit-input-placeholder {
        color: #a1a1a1;
        font-size: 15px;
        font-weight: 300;
    }

    .pattern-7 .fxt-form input::-moz-placeholder {
        color: #a1a1a1;
        font-size: 15px;
        font-weight: 300;
    }

    .pattern-7 .fxt-form input:-moz-placeholder {
        color: #a1a1a1;
        font-size: 15px;
        font-weight: 300;
    }

    .pattern-7 .fxt-form input:-ms-input-placeholder {
        color: #a1a1a1;
        font-size: 15px;
        font-weight: 300;
    }

    .pattern-7 .fxt-form .fxt-form-row {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 25px;
    }

        .pattern-7 .fxt-form .fxt-form-row .fxt-form-col {
            padding: 10px 5px;
            text-align: center;
            margin-right: 10px;
            flex-basis: 0;
            flex-grow: 1;
        }

            .pattern-7 .fxt-form .fxt-form-row .fxt-form-col:last-child {
                margin-right: 0;
            }

    .pattern-7 .fxt-form .fxt-form-btn {
        margin-bottom: 10px;
    }

.pattern-7 .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: rgb(235 106 19);
    padding: 10px 36px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .pattern-7 .fxt-btn-fill:hover {
        background-color: rgb(247 130 52);
        border-color: rgb(247 130 52);
    }

    .pattern-7 .fxt-btn-fill:focus {
        outline: none;
    }

.pattern-7 ul.fxt-socials {
    text-align: center;
}

    .pattern-7 ul.fxt-socials li {
        display: inline-block;
        margin-right: 4px;
    }

@media only screen and (max-width: 575px) {
    .pattern-7 ul.fxt-socials li {
        margin-right: 2px;
    }
}

.pattern-7 ul.fxt-socials li:last-child {
    margin-right: 0;
}

.pattern-7 ul.fxt-socials li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    height: 40px;
    width: 40px;
    color: #ffffff;
    border-radius: 50%;
    border: 1px solid;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pattern-7 ul.fxt-socials li.fxt-facebook a {
    background-color: #3b5998;
    border-color: #3b5998;
}

    .pattern-7 ul.fxt-socials li.fxt-facebook a:hover {
        background-color: transparent;
        color: #3b5998;
    }

.pattern-7 ul.fxt-socials li.fxt-twitter a {
    background-color: #00acee;
    border-color: #00acee;
}

    .pattern-7 ul.fxt-socials li.fxt-twitter a:hover {
        background-color: transparent;
        color: #00acee;
    }

.pattern-7 ul.fxt-socials li.fxt-google a {
    background-color: #CC3333;
    border-color: #CC3333;
}

    .pattern-7 ul.fxt-socials li.fxt-google a:hover {
        background-color: transparent;
        color: #CC3333;
    }

.pattern-7 ul.fxt-socials li.fxt-instagram a {
    background-color: #3f729b;
    border-color: #3f729b;
}

    .pattern-7 ul.fxt-socials li.fxt-instagram a:hover {
        background-color: transparent;
        color: #3f729b;
    }

.pattern-7 ul.fxt-socials li.fxt-linkedin a {
    background-color: #0077B5;
    border-color: #0077B5;
}

    .pattern-7 ul.fxt-socials li.fxt-linkedin a:hover {
        background-color: transparent;
        color: #0077B5;
    }

.pattern-7 ul.fxt-socials li.fxt-youtube a {
    background-color: #c4302b;
    border-color: #c4302b;
}

    .pattern-7 ul.fxt-socials li.fxt-youtube a:hover {
        background-color: transparent;
        color: #c4302b;
    }

.pattern-7 .switcher-text {
    color: #63bbff;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .pattern-7 .switcher-text:hover {
        color: #000000;
    }

.pattern-7 .switcher-text2 {
    color: #e5680f;
    font-size: 15px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .pattern-7 .switcher-text2.inline-text {
        margin-left: 3px;
    }

    .pattern-7 .switcher-text2:hover {
        color: #000000;
    }

.pattern-7 .checkbox {
    padding-left: 5px;
    margin-right: 30px;
    margin-bottom: 5px;
}

    .pattern-7 .checkbox label {
        padding-left: 20px;
        color: #a4a4a4;
        margin-bottom: 0;
        font-size: 15px;
        position: relative;
    }

        .pattern-7 .checkbox label:before {
            content: "";
            position: absolute;
            width: 16px;
            height: 16px;
            top: 4px;
            left: 0;
            margin-left: -5px;
            border: 1px solid;
            border-color: #dcdcdc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .pattern-7 .checkbox label:after {
            position: absolute;
            margin-left: -20px;
            padding-left: 3px;
            font-size: 10px;
            color: #555555;
        }

    .pattern-7 .checkbox input[type="checkbox"] {
        display: none;
    }

        .pattern-7 .checkbox input[type="checkbox"]:checked + label::after {
            font-family: 'Font Awesome 5 Free';
            content: "\f00c";
            font-weight: 900;
            color: #ffffff;
            left: 15px;
            top: 4px;
        }

        .pattern-7 .checkbox input[type="checkbox"]:checked + label::before {
            background-color: #009BB6;
            border-color: #009BB6;
        }

.pattern-7 .fxt-footer {
    text-align: center;
    margin-top: -30px;
}

    .pattern-7 .fxt-footer .fxt-resend-wrap {
        margin-bottom: 10px;
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
        font-size: 18px;
        width: 100%;
    }

    .pattern-7 .fxt-footer .fxt-btn-resend {
        margin-left: 3px;
        box-shadow: none;
        border: 0;
        background-color: transparent;
        cursor: pointer;
        padding: 0;
        color: #63bbff;
        text-decoration: underline;
        transition: all 0.3s ease-in-out;
    }

        .pattern-7 .fxt-footer .fxt-btn-resend:focus {
            outline: none;
        }

        .pattern-7 .fxt-footer .fxt-btn-resend:hover {
            color: #000000;
        }

    .pattern-7 .fxt-footer .text-or {
        margin-left: 3px;
        color: #000000;
    }

h2.headh2.bot {
    margin-bottom: 15px;
}

.fxt-transformY-50.fxt-transition-delay-2 {
    margin-top: 20px;
}

.fxt-transformY-50.fxt-transition-delay-1 {
    margin-top: -40px;
}

.pattern-7 .fxt-form .form-group .field-icon1 {
    position: absolute;
    z-index: 1;
    right: 17px;
    bottom: 18px;
    padding: 0 5px;
    color: #c5c5c5;
    font-size: 14px;
}

img.imglogo {
    height: 120px;
    margin-bottom: 15px;
}

.fxt-template-animation .fxt-opacity {
    opacity: 0;
}

.fxt-template-animation .fxt-transformY-50 {
    opacity: 1;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

p.headp {
    font-size: 12px !important;
    margin-bottom: 15px !important;
    margin-top: -11px !important;
}

h2.headh2 {
    line-height: 30px;
    margin-top: 4px;
    text-align: center;
}

.list-group.service-provide {
    display: block;
}

.service-provide {
    list-style: none;
}

ul.list-group.service-provide.prov li {
    color: #fff;
}

ul.list-group.service-provide.prov {
    padding-left: 0;
}

.service-provide li {
    width: 49%;
    color: #2c455b;
    margin-bottom: 14px;
    font-size: 13px;
    display: inline-block;
    font-weight: 500;
}

h4.headingh4.op {
    opacity: 0.9;
}

h4.headingh4 {
    color: #fff;
    margin-bottom: 25px !important;
}

h3.bot1 {
    margin-bottom: 30px;
    font-size: 20px;
}

.backgroundimage {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background: #e0f0ff;
}

.overflw {
    padding-bottom: 100px;
}

    .overflw .scroll-flw {
        height: 320px;
        overflow: auto;
    }

        .overflw .scroll-flw::-webkit-scrollbar {
            width: 5px;
            height: 8px;
            background-color: #ffeede;
        }

        .overflw .scroll-flw::-webkit-scrollbar-thumb {
            background: #e5680f;
        }

@media (max-width:1152px) and (min-width:769px) {
    .services-two__single {
        padding: 25px 18px 25px;
    }
}

@media (max-width: 768px) {
    .bg-video-wrap video {
        min-height: auto !important;
    }

    .bg-video-wrap {
        position: static !important;
        height: auto !important;
    }

    .video-wrap-main-pg {
        margin-top: 0 !important;
    }

    .topnavstrip {
        min-height: 191px !important;
    }

    .fieldset-main-exam {
        position: initial !important;
    }
}

.mx-background-top-linear {
    background: -webkit-linear-gradient(45deg, #fff 48%, #fff 48%);
    background: -webkit-linear-gradient(left, #fff 48%, #fff 48%);
    background: linear-gradient(45deg, #fff 48%, #fff 48%) !important;
}
.rtu-home .mx-background-top-linear {
    background: -webkit-linear-gradient(45deg, #fff 48%, #fff 48%);
    background: -webkit-linear-gradient(left, #fff 48%, #fff 48%);
    background: linear-gradient(45deg, #fff 48%, #fff 48%) !important;
}

.forgot-login .login-inner-form .col-pad-0 {
    padding: 0;
}

.forgot-login .bg-img {
    background: url(../../img/forgot.jpg) top left repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    height: 60vh;
    text-align: right;
    z-index: 999;
    opacity: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 50px 30px 40px;
}

.forgot-login .bg-otp {
    background: url(../../img/otp.jpg) top left repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    min-height: 60vh;
    text-align: right;
    z-index: 999;
    opacity: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 50px 30px 40px;
}

.forgot-login .bg-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(235 106 19 / 37%);
}

.forgot-login .form-section {
    min-height: 50vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.forgot-login .login-inner-form {
    max-width: 500px;
    width: 100%;
}

.forgot-login .logo {
    top: 40px;
    position: absolute;
    right: 45px;
}

    .forgot-login .logo img {
        height: 30px;
    }

.forgot-login .login-inner-form p {
    color: #535353;
    margin-bottom: 0;
    font-size: 16px;
}

    .forgot-login .login-inner-form p a {
        color: #535353;
        font-weight: 500;
        margin-left: 4px;
    }

.forgot-login .login-inner-form img {
    margin-bottom: 15px;
    height: 120px;
}

.forgot-login .login-inner-form h1 {
    font-size: 30px;
    color: #ffc801;
}

.forgot-login .login-inner-form h3 {
    margin: 0 0 35px;
    font-size: 22px;
    font-weight: 400;
    color: #040404;
    text-align: center;
}

.forgot-login label {
    color: #535353;
    font-size: 16px;
    margin-bottom: 5px;
}

.forgot-login .login-inner-form .form-group {
    margin-bottom: 25px;
    position: relative;
}

.forgot-login .login-inner-form .form-control {
    width: 100%;
    padding: 13px 15px 13px 52px;
    font-size: 16px;
    border: 1px solid #d6d6d6;
    background: #fff;
    outline: none;
    color: #535353;
    border-radius: 0;
    height: 55px;
}

.forgot-login .login-inner-form .input-text label {
    color: #535353;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

.forgot-login .login-inner-form .form-check {
    float: left;
    margin-bottom: 0;
    margin-left: 23px;
}

    .forgot-login .login-inner-form .form-check a {
        color: #535353;
        float: right;
    }

.forgot-login .login-inner-form .checkbox {
    margin-bottom: 25px;
    font-size: 16px;
}

.forgot-login .login-inner-form .form-check-input {
    position: absolute;
    margin-left: -24px;
}

.forgot-login .login-inner-form .checkbox a {
    font-size: 16px;
    color: #535353;
}

p.flees {
    text-align: end;
}

.checkbox.form-group.clearfix {
    margin-bottom: 0;
}

.forgot-login a {
    text-decoration: none;
}

.forgot-login .form-section .form-check-label {
    padding-left: 5px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #535353;
}

.forgot-login .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    border: 1px solid #afabab;
}

.forgot-login .login-inner-form .terms {
    margin-left: 4px;
}

.forgot-login .form-check-input:focus {
    border-color: #ffc801 !important;
    outline: 0;
    box-shadow: none;
}

.forgot-login .form-check-input:checked {
    background-color: #ffc801 !important;
}

.forgot-login .login-inner-form button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.forgot-login .btn-theme {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #ffffff;
    overflow: hidden;
    overflow: hidden;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    border-radius: 0;
    border: none;
}

    .forgot-login .btn-theme:hover {
        color: #fff;
    }

        .forgot-login .btn-theme:hover::before {
            left: 0%;
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }

    .forgot-login .btn-theme:before {
        position: absolute;
        content: '';
        left: 97%;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 1;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        transform: skewX(336deg);
    }

    .forgot-login .btn-theme span {
        position: relative;
        z-index: 1;
    }

.forgot-login .informeson {
    color: #fff;
    max-width: 600px;
    margin: 0 0 0 auto;
    z-index: 20;
    padding-bottom: 145px;
}

    .forgot-login .informeson h2 {
        margin: 0 0 30px 0;
        font-size: 50px;
        color: yellow;
    }

.forgot-login .animated-text h2 {
    display: block;
    text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
    background: url(../img/animated-text.png) repeat-y;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 80s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}

@-webkit-keyframes aitf {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.forgot-login .btn-section {
    margin-bottom: 30px;
}

.forgot-login .informeson p {
    color: #fff;
    opacity: 0.9;
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 40px;
}

.forgot-login .logo-2 {
    text-align: center;
}

.forgot-login .btn-theme-2 {
    padding: 0 35px;
    display: inline-block;
    position: relative;
    z-index: 5;
    transition: .7s ease;
    background: transparent;
    line-height: 41px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    border-radius: 0;
}

    .forgot-login .btn-theme-2:hover {
        color: #fff;
    }

.btn-theme-2:before, .btn-theme-2:after {
    color: #fff;
}

.forgot-login .btn-theme-2:before, .btn-theme-2:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    transition: all .7s ease;
    border-radius: 0;
}

.forgot-login .btn-theme-2:after, .btn-theme-2:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    transition: all .7s ease;
    border-radius: 0;
}

.forgot-login .btn-theme-2:hover:before, .btn-theme-2:hover:after {
    width: 50%;
}

.forgot-login .btn-theme-2 {
    border: 2px solid #ffc801;
    border-radius: 0;
    color: #ffc801;
}

    .forgot-login .btn-theme-2:before, .btn-theme-2:after {
        background: #ffc801;
    }

.forgot-login .btn-theme-3 {
    color: #fff;
    text-align: center;
    border: 2px solid transparent;
    display: inline-block;
    padding: 0 35px;
    position: relative;
    z-index: 1;
    transition: all .7s ease;
    border-radius: 50px;
    line-height: 41px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    border-radius: 0;
}

    .forgot-login .btn-theme-3:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: all .7s ease;
        z-index: -1;
        border-radius: 50px 0 0 50px;
    }

    .forgot-login .btn-theme-3:after {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: all .7s ease;
        z-index: -1;
        border-radius: 0 50px 50px 0;
    }

    .forgot-login .btn-theme-3:hover {
        background: transparent;
    }

        .forgot-login .btn-theme-3:hover:before {
            width: 0;
            opacity: 1;
            visibility: visible;
        }

        .forgot-login .btn-theme-3:hover:after {
            width: 0;
            opacity: 1;
            visibility: visible;
        }

.forgot-login .btn-theme-3 {
    background: #ffc801;
}

    .forgot-login .btn-theme-3:before {
        background: #ffc801;
    }

    .forgot-login .btn-theme-3:after {
        background: #ffc801;
    }

    .forgot-login .btn-theme-3:hover {
        color: #ffc801;
        b2876: 2px solid #ffc801;
    }

.forgot-login .btn-lg {
    padding: 0 50px;
    line-height: 55px;
}

.forgot-login .btn {
    box-shadow: none !important;
}

.forgot-login .btn-md {
    padding: 0 45px;
    line-height: 50px;
}

.forgot-login .btn-primary {
    background: rgb(235 106 19);
}

    .forgot-login .btn-primary:hover {
        background: #db5c06;
    }

.login-4 .form-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

@media (max-width: 992px) {
    .forgot-login .logo-2 {
        display: inherit;
    }

    .forgot-login .bg-img {
    }

    .forgot-login .form-section {
        padding: 30px 15px;
    }

    .forgot-login .informeson h2 {
        font-size: 40px;
    }

    .forgot-login .social-box {
        left: 0;
    }
}

.forgot-login .login-inner-form .form-box i {
    position: absolute;
    top: 48px;
    left: 20px;
    font-size: 16px;
    color: #979797;
}

.close-custom {
    background: #b34e08 !important;
    opacity: 1;
    padding: 6px 10px !important;
    position: absolute;
    right: 0;
    text-shadow: none;
    color: #fff;
    z-index: 1;
}

.modal-extra {
    width: 70%;
    margin-top: 9%;
}

.modal-backdrop {
    z-index: 1;
}

span.icon-coding i {
    color: #fff;
    font-size: 30px;
}

.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel .panel-heading ul {
    padding: 5px 0 0px 5px;
}

.nav-tabs > li > a::before {
    display: none;
}

.col-sm-2-5 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
}

.card-home {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #e8e9e9;
    margin: 5% 5% 0 5%;
    background-clip: border-box;
    border-radius: .35rem;
    padding: 15px 10px;
    min-height: 120px;
}

.modulename {
    font-size: 11px;
    width: 100%;
}

.moduleimages {
    margin-right: 8px;
}
.moduleimages a img {
        background-color: #db2800;
        border-radius: 10px;
        padding: 12px;
        width: 60px;
        height: 60px;
    }

.bottom-box {
    background: #0e365c;
    height: 15px;
    margin: 5%;
    position: relative;
    margin-top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 1.12vw));
}

.m-headings {
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    display: block;
    color: #35648e;
}

.m-texts {
    color: #db2800;
    font-size: 11px;
    margin-top: 7px;
    display: block;
}

a.m-headingss {
    color: #2f186d;
    font-size: 14px;
}

    a.m-headingss:hover {
        color: #ff7a00;
    }

h1.wecome-title {
    font-size: 28px;
    color: #012B55;
    font-weight: 600;
    border: 0;
}

.gallery {
    padding: 35px 0;
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutter > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.bg-background-colors {
    background: linear-gradient(-225deg, rgb(14 54 92) 17%, rgb(58 107 155) 92%) !important;
}

.bg-background-colors {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
    top: 0;
    padding: 50px 0;
}

    .bg-background-colors .content-text {
        position: relative;
        z-index: 10;
    }

.section-title h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    border: 0;
}

.section-title p {
    text-align: center;
    font-size: 13px;
    margin-bottom: 25px;
    color: #6a86a9;
}

.text-wrapper h4 {
    margin: 0;
}

    .text-wrapper h4 a {
        color: #fff;
        font-size: 16px;
    }

.text-wrapper p {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important;
}

.widgets-cards-icons .counter-icon1 {
    margin-bottom: 1rem;
    display: inline-flex;
    width: 5rem;
    height: 5rem;
    padding: 1.5rem;
    border-radius: 50%;
    text-align: center;
    background: rgba(0, 0, 0, .3);
    border: 1px solid rgba(0, 0, 0, .1);
    margin-right: 15px;
}

    .widgets-cards-icons .counter-icon1 i {
        font-size: 2rem;
        color: #fff;
    }

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.clients-img img {
    border: 4px solid #fff;
}

.rs-footer {
    color: #e8e8e8;
    background: #f1f1f1;
}

    .rs-footer .footer-bottom {
        text-align: center;
        border-top: 1px solid rgb(163 163 163 / 15%);
        padding: 18px 0;
        margin-top: 35px;
        background: #dfdfdf;
    }

    .rs-footer .footer-top {
        padding-top: 45px;
    }

    .rs-footer .footer-title {
        margin-bottom: 20px;
        padding-bottom: 5px;
        color: #000;
        font-size: 16px;
        position: relative;
        font-weight: 600;
    }

        .rs-footer .footer-title:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -5px;
            height: 1px;
            width: 50px;
            background-color: #ff7a00;
        }

    .rs-footer .footer-top .sitemap-widget li {
        width: 100%;
        float: left;
        line-height: 33px;
        display: flex;
        color: #000;
        font-size:13px;
    }

        .rs-footer .footer-top .sitemap-widget li a {
            color: #000;
            display: inline-block;
            position: relative;
            font-size:13px;
        }

.margin-bottom-3 {
    margin-bottom: 30px;
}

.custom-fade {
    position: relative !important;
    background: #fff !important;
}

.slick-track img {
    margin: 0 8px;
}

.slick-prev, .slick-next {
    display: none !important;
}

.moduleimages a img.co1 {
    background: #24a2ce;
}

.moduleimages a img.co2 {
    background: #6fab89;
}

.moduleimages a img.co3 {
    background: #aa5f7e;
}

.moduleimages a img.co4 {
    background: #d47b9b;
}

.moduleimages a img.co5 {
    background: #6495b6;
}

.moduleimages a img.co6 {
    background: #c8845d;
}

.moduleimages a img.co7 {
    background: #a37bb7;
}

.moduleimages a img.co8 {
    background: #2bb6af;
}

.moduleimages a img.co9 {
    background: #417698;
}

.moduleimages a img.co10 {
    background: #c1ab70;
}

.moduleimages a img.co11 {
    background: #7179c1;
}

.moduleimages a img.co12 {
    background: #e1b582;
}

.moduleimages a img.co13 {
    background: #56cf87;
}

.moduleimages a img.co14 {
    background: #44b3d4;
}

.moduleimages a img.co15 {
    background: #e59acd;
}

.moduleimages a img.co16 {
    background: #3d9dce;
}

.moduleimages a img.co17 {
    background: #b6888d;
}

.moduleimages a img.co18 {
    background: #e19278;
}

.moduleimages a img.co19 {
    background: #7e8e8d;
}

.moduleimages a img.co20 {
    background: #a69483;
}

.moduleimages a img.co21 {
    background: #bfae59;
}

.moduleimages a img.co22 {
    background: #9ea56c;
}

.moduleimages a img.co23 {
    background: #61c3a9;
}

.moduleimages a img.co24 {
    background: #45a7c5;
}

.moduleimages a img.co25 {
    background: #a292b3;
}

.moduleimages a img.co26 {
    background: #c76d62;
}

.rtu-home .modal-content {
    border-radius: 30px;
}

.rtu-home .modal-header {
    background: transparent;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom: 0;
}

.rtu-home .modal-body {
    background: url('../../img/rtuu.png') scroll center left #e5e5e5;
    border-radius: 30px;
    padding: 0;
}

.rtu-home .ul-from {
    background: #fff;
    border-top-right-radius: 30px;
    padding: 40px 20px;
    border-bottom-right-radius: 30px;
}

.rtu-home .close {
    background: #ff6e01;
    position: absolute;
    opacity: 1;
    top: -10px;
    right: -10px;
    width: 35px;
    height: 35px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 3px 0 0 3px;
    cursor: pointer;
    z-index: 999;
    border-radius: 8px;
    padding: 0;
}

.popup-img {
    text-align: center;
}

    .popup-img img {
        margin: 0 auto;
        position: relative;
        top: -42px;
        width: 125px;
        right: 0;
        margin-bottom: 0;
    }

.rtu-home .h4-text h4 {
    font-size: 52px;
    font-weight: 200;
    color: #000;
    margin: 0 30px;
    line-height: 45px;
}

.rtu-home .big-text h4 {
    font-size: 36px;
}

.rtu-home .custom-modal-lg {
    width: 70%;
}

.ovrflws {
    height: 380px;
}

    .ovrflws .scroll-flws {
        height: 310px;
        overflow: auto;
    }

        .ovrflws .scroll-flws::-webkit-scrollbar {
            width: 5px;
            height: 8px;
            background-color: #edf3f5;
        }

        .ovrflws .scroll-flws::-webkit-scrollbar-thumb {
            background: #666;
        }

.login-41 .form-section .form-control {
    padding: 11px 20px 9px;
    font-size: 16px;
    outline: none;
    height: 50px;
    color: #535353;
    border-radius: 50px;
    font-weight: 500;
    border: 1px solid transparent;
    background: #fff;
    width:100%;
}
.login-41 .form-section .form-inner {
    padding-right:100px;
}
.login-41 h2.headh2 {
    color: #fff;
    font-weight: 200;
    font-size: 28px;
}
.login-41 h3 {
    color: #ffca00;
    border-bottom: dotted 1px #ffca00;
    padding-bottom: 8px;
    font-size: 23px;
    font-weight: 300;
    margin-bottom: 20px;
}
.login-41 #btnLogin { 
    border-radius: 50px; 
}
.login-41 .logo .imglogo {
    margin-top:100px;
}
.login-41 .form-validation .form-group {margin-bottom:20px;}
.custom-home-btn {
    position: absolute;
    top: 10px;
    right: 10px; z-index:1;
}
.pr-0 {
    padding-right:0 !important;
}
.pl-100 {padding-left:100px !important;}