@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
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 {
        height: 90px;
        width: 100%;
        background:#174d60;
        padding: 13px;
        position: relative;
    }
    /*IE CSS HACK*/
    .backlayer .layerLeft {
        background: #174d60
    } /* IE10 */
    *::-ms-backdrop, .backlayer .layerLeft {
        background: #174d60
    } /* IE11 */
     /*IE CSS HACK*/

    .backlayer:before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        content: "";
        background: rgba(0,0,0,0.20);
        background-size: cover;
        background-attachment: fixed;
    }

    .backlayer .layerRight {
    }

    .backlayer .logo {
        z-index: 1;
        width: 100%;
    }

        .backlayer .logo img {
            max-width: 465px;
        }

    .backlayer .dark-header {
        background: #174d60;
    }


.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: #ffa200;
    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: 16px;
    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: #ffa200;
}

    .error_page .btn.btn-greensea:hover, .lgt-frm .btn.btn-greensea:hover {
        color: #333;
        border-color: #ffa200;
    }

.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: #fff;
    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: 1px #c8c8c8 solid;
    border-radius: 5px;
    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; /* Old browsers */
    background: -moz-linear-gradient(top, #3c54a5 0%, #2989d8 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3c54a5 0%,#2989d8 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3c54a5 0%,#2989d8 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c54a5', endColorstr='#2989d8',GradientType=0 ); /* IE6-9 */
    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 Start Here-- */
.dashboard, .dashboard .backlayer:before {
    background: #f1feff;
    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 0px 24px 0 #84b2b5;
}

.dashboard .loginfooter-lgn {
    position: relative;
    height: 42px;
    float: left;
    margin-top: 20px;
}

.dashboard .backlayer .logo {
    text-align: left;
    float: left;
    width: auto;
}

.dateformatbg a {
    color: #fff;
}

    .dateformatbg a i {
        color: #ffffff;
    }

.wrapper {
    padding: 0 0;
}

.widget-title {
    position: relative;
    font-size: 16px;
    border-bottom: 0px solid rgba(0,0,0,0.1);
    margin-bottom: 0px;
    background: #174d60;
    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: #fff;
    }

    .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.06), 0 1px 0 0 rgba(0,0,0,0.02);
    padding: 20px;
}

    .t_tle h3 {
        font-weight: 600;
        font-size: 18px;
        margin-top: 10px;
        color: #3b5999;
    }

    .t_tle p {
        font-size: 14px;
    }

.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: #cbdeef;
    position: relative;
    margin-top: 45px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 15px;
    /*box-shadow: 0 0px 24px 0 #84b2b5 !important;*/
}

.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: #05427f;
        font-weight: bold;
    }

.base-innar {
    background-color: #0f6d73;
    width: 100%;
    text-align: center;
    padding: 8px 0px;
    font-size: 13px;
    border-top: dotted 1px #27979e;
    color: #FFF;
}

    .base-innar a {
        color: #FFF;
    }

.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;
    }

.form_ul ul {
    padding: 0px;
}

.form_ul li {
    font-size: 12px;
    list-style: none;
    padding: 8px 15px;
    margin: 0px 0;
    position: relative;
    color: #000;
    border-bottom: 1px #ccc dotted;
}

    .form_ul li:hover {
        background: rgba(0, 149, 149, 0.10);
    }

.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: red;
    }

        .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: 380px;
}

    .ovrflw .form_ul {
        height: 320px;
        overflow: auto;
    }

        .ovrflw .form_ul::-webkit-scrollbar {
            width: 5px;
            height: 8px;
            background-color: #cdf8f9;
        }

        .ovrflw .form_ul::-webkit-scrollbar-thumb {
            background: #174d60;
        }

.lgt-frm .result .login-page { /* border:  0px; */
    padding: 20px 20px;
    width: 370px;
}

.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;
}


/*--  Dashboard End Here-- */
/*--  slider css start Here-- */
#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;
        }

/*--  slider css end Here-- */


@media (max-width:1024px) and (min-width:769px) {
    body {
        background-size: auto;
    }

    .error_img:before {
        left: 20px;
        top: 290px;
    }

    .loginfooter-lgn {
        position: static !important;
    }
}

@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%;
    }
}

/* Float Shadow */
.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%);
        /* W3C */
        -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); /* move the element up by 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); /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
        }
/* Shutter In Vertical */
.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);
        }

/* Icon Wobble Horizontal */
@-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;
    }
/*custom for JNVU*/
.header_pnl_link {
    padding-top: 22px !important;
}

#username, #upassword {
    background: none !important;
}

.btn {
    height: auto !important;
}
/* new admin with content*/
.admin-login-page {
    color: #fff;
    padding: 40px 30px;
    position: relative;
    background: rgba(0, 86, 86, 0.6);
    border: solid 5px rgba(255, 255, 255, 0.6);
    min-height: 415px;
    margin-top: 17%;
    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: rgba(0, 86, 86, 0.6);
    border: solid 5px rgba(255, 255, 255, 0.6);
    display: inline-block;
    width: 100%;
    min-height: 390px;
    margin-top: 8%;
    border-radius: 15px;
}

    .content_li ul {
        padding: 0px;
    }

        .content_li ul li {
            font-size: 13px;
            line-height: 24px;
            list-style: none;
            background: url(../../img/tick_icon.png) no-repeat;
            padding-left: 20px;
            font-weight: bold;
        }

.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: bold;
        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;
}

.lblmessage {
    text-decoration: none;
    /*background: #ffcfcf;*/
    padding: 5px;
    display: block;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 12px;
    color: #ab0000;
    margin: 5px 0;
}


@media (max-width: 736px) {
    .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%;
    }
}
/* new admin with content*/
.bg-video-wrap {
    top: -5px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 80vh;
    /* background: url(img/video1.mp4) no-repeat center center/cover; */
}
.bg-video-wrap video {
    width: 100%;
    min-width: 100%;
    min-height: 80vh;
    z-index: 1;
}
.wrapper {
    bottom: 0;
    position: absolute;
    width:100%;
}
.admissions {
    bottom: 40px;
}
@media (max-width: 768px) {
    .bg-video-wrap video, .bg-video-wrap {
        min-width: auto;
        min-height: auto;
        height: auto;
    }
    .wrapper {
    position: relative;
}
}

/*---------pattern 2 start-------------------*/

.pattern-2 {
    display: flex;
    margin: 0 0 60px 0;
    justify-content: center;
    /*gap: 30px;*/
    flex-wrap: wrap;
}
.pattern-2 .link {
    border: none;
    flex: 1;
    max-width: 300px;
    display: inline-block;
    text-align: center;
    margin: 60px 0 0 0;
    padding: 0 0 26px 0;
    background-color: #fff;
    box-shadow: 0px 10px 31px rgb(169 177 193 / 17%);
    border-radius: 15px;
    min-width: 100%;
    height: 210px;
    transition: all ease .4s;
}
.pattern-2 .btn-img {
    display: block;
    width: 120px;
    height: 120px;
    line-height: 100px;
    background-color: #eff1f5;
    border: 10px solid #fff;
    border-radius: 50%;
    margin: -60px auto 10px auto;
    transition: all ease .4s;
}
.pattern-2 .btn-img img {
    filter: none;
    transition: all ease .3s;
    width: 45px;
    height: 45px;
}
.pattern-2 .btn-title {
    display: block;
    margin: 0 0 6px 0;
    color: #1a1a1a;
    transition: all ease .4s;
}
.pattern-2 .btn-text {
    color: #d9d9d9;
    transition: all ease .4s;
    display: block;
    padding: 0 7px;
}
.pattern-2 .link.active, .pattern-2 .link:hover {
    background-color: #3c78ab!important;
    box-shadow: 0px 6px 15px rgb(14 90 242 / 18%);
}
.pattern-2 .link .active, .pattern-2 .link.co1:hover {
    background-color: #3a5065!important;
    box-shadow: 0px 6px 15px rgb(14 90 242 / 18%);
}
.pattern-2 .link .active, .pattern-2 .link.co2:hover {
    background-color: #4aa291!important;
    box-shadow: 0px 6px 15px rgb(14 90 242 / 18%);
}
.pattern-2 .link .active, .pattern-2 .link.co3:hover {
    background-color: #d69531!important;
    box-shadow: 0px 6px 15px rgb(14 90 242 / 18%);
}
.pattern-2 .link .active, .pattern-2 .link.co4:hover {
    background-color: #4085b3!important;
    box-shadow: 0px 6px 15px rgb(14 90 242 / 18%);
}
.pattern-2 .link .active, .pattern-2 .link.co5:hover {
    background-color: #e85b4c!important;
    box-shadow: 0px 6px 15px rgb(14 90 242 / 18%);
}
.pattern-2 .link .active, .pattern-2 .link.co6:hover {
    background-color: #8f50aa!important;
    box-shadow: 0px 6px 15px rgb(14 90 242 / 18%);
}
.pattern-2 .link.active .btn-img, .pattern-2 .link:hover .btn-img {
    border-color: #ffb400!important;
    background-color: #fff;
}
.pattern-2 .link.active .btn-img, .pattern-2 .link:hover .btn-img.co11 {
    border-color: #929aa2!important;
    background-color: #fff;
}
.pattern-2 .link.active .btn-img, .pattern-2 .link:hover .btn-img.co12 {
    border-color: #65bcab!important;
    background-color: #fff;
}
.pattern-2 .link.active .btn-img, .pattern-2 .link:hover .btn-img.co13 {
    border-color: #e9ad4c!important;
    background-color: #fff;
}
.pattern-2 .link.active .btn-img, .pattern-2 .link:hover .btn-img.co14 {
    border-color: #5b98c1!important;
    background-color: #fff;
}
.pattern-2 .link.active .btn-img, .pattern-2 .link:hover .btn-img.co15 {
    border-color: #ef8a80!important;
    background-color: #fff;
}
.pattern-2 .link.active .btn-img, .pattern-2 .link:hover .btn-img.co16 {
    border-color: #b88dca!important;
    background-color: #fff;
}
.pattern-2 .link.active .btn-title, .pattern-2 .link:hover .btn-title {
    color: #fff;
}
.pattern-2 .link.active .btn-text, .pattern-2 .link:hover .btn-text {
    color: #bed4ff;
}
span.btn-title.h6 {
    text-transform: none;
    line-height: 1.5;
    padding: 10px;
    font-weight: 400;
    font-size: 13px;
}
.btn-text {
    font-size: 14px;
    line-height:1.5;
}
.thm-button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background-color: #1239ac;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding-left: 39px;
    padding-right: 33px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 30px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 1;
}
.pattern-2 .link.active, .pattern-2 .link:hover .thm-button {
    background-color: #ffb400;
    color: #fff;
}
 .thm-button {
    margin-top: 10px;
}

/*---------pattern 2 end----------*/
.dateformatbg {
    padding-top: 28px !important;
}
.dateformatbg {
    color: #fff;
    float: right;
    font-size: 13px;
    text-align: right;
    height: 24px;
    padding: 10px 1% 0 0;
    width: auto;
}
.dateformatbg a {
    color: #fff;
}
.dateformatbg a i {
    color: #ffffff;
}
.colour {
    background-color: #00435a;
}
.helpline-sewa {
    position: fixed;
    top: 15.7%;
    right: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    z-index: 9;
}
.helpline-sewa img {
    filter: hue-rotate(185deg);
}
.important-links img {
    filter: hue-rotate(185deg);
}
.pattern-2 .link:hover span.btn-title.h6 a {
    color:#fff;
}
.important-links {
    position: fixed;
    left: 0;
    top: 15.7%;
    z-index: 9;
}
.modal-title {
    color: #fff;
}
.close {
    color: #fff!important;
}
.co1 {
    background-color: #34495e!important;
}
.co2 {
    background-color: #16a085!important;
}
.co3 {
    background-color: #d58508!important;
}
.co4 {
    background-color: #2980b9!important;
}
.co5 {
    background-color: #e74c3c!important;
}
.co6 {
    background-color: #8e44ad!important;
}
.co11 {
    background-color: #34495e!important;
    border: 10px solid #74828f!important;
}
.co12 {
    background-color: #16a085!important;
    border: 10px solid #52b9a5!important;
}
.co13 {
    background-color: #d58508!important;
    border: 10px solid #eda430!important;
}
.co14 {
    background-color: #2980b9!important;
    border: 10px solid #4892c3!important;
}
.co15 {
    background-color: #e74c3c!important;
    border: 10px solid #ed796d!important;
}
.co16 {
    background-color: #8e44ad!important;
    border: 10px solid #b07cc6!important;
}
.co21 {
    background-color: #2f4255!important;
}
.co22 {
    background-color: #088970!important;
}
.co23 {
    background-color: #a76600!important;
}
.co24 {
    background-color: #2573a7!important;
}
.co25 {
    background-color: #d04436!important;
}
.co26 {
    background-color: #803d9c!important;
}
/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.modal-header { 
    background: #1c627a;
}

.navbar {
    border-radius: 0;
    border: 0;
}
.navbar-brand {
    padding: 0;
    height: auto;
}
.navbar-default .navbar-nav > .active > a {
    background-color: transparent;
    color: #777;
}
    .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        background-color: transparent;
        color: #0a0754;
    }
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #0a0754;
    background-color: transparent;
}
.navbar {
    margin-bottom: 0px;
}
.navbar-toggle {
    margin-top: 20px;
    margin-right: 26px;
}

ul.nav.navbar-nav.navbar-right {
    margin: 14px 0;
}
.mainpg-logo {margin:5px 0 5px 5px;}
/*---nav bar end here----*/
.custom-slider, .main-page-2-content {
    position: absolute;
    width: 100%;
}

    .main-page-2-content h2 {
        font-size: 50px;
        color: #fff;
        font-weight: 700;
        line-height: 70px;
        position: relative;
        top: 100px;
    }
        .main-page-2-content h2 span {
            color: #de157a;
        }
    .main-page-2-content p {
        font-size: 16px;
        color: #fff;
        top: 100px;
        text-align: left;
        position: relative;
    }
.main-page-2-button {
    position: relative;
    top: 120px;
}
.btn-primary {
    color: #fff;
    background-color: #de157a;
    border-color: #de157a;
}
    .btn-primary:hover {
        color: #fff;
        background-color: transparent;
        border-color: #fff;
    }
.btn {
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 14px;
}
@media only screen and (min-width: 769px) and (max-width: 1152px) {
    .main {
        --s: 150px;
    }
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0 !important;
    }
    .navbar-nav > li > a {
        line-height: 20px !important;
    }
    .content p {
        padding: 0 8px;
    }
    .loginfooter-lgn {
        margin-left: 5px;
    }
    .crsu-section-gap {
        padding: 6px 0!important;
    }
}
.rbt-section-gap {
    padding: 60px 0;
}
.mt--30 {
    margin-top: 30px !important;
}
.content {
    padding: 0 !important;
}
.rbt-flipbox {
    position: relative;
    perspective: 1200px;
    overflow: hidden;
    border-radius: 6px;
    height: 100%;
}
    .rbt-flipbox .rbt-flipbox-wrap {
        position: relative;
        transition-property: box-shadow, transform;
        transition-duration: 0.6s;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transform-style: preserve-3d;
        height: 100%;
        min-height: 176px;
        text-align: center;
    }
        .rbt-flipbox .rbt-flipbox-wrap .rbt-flipbox-face {
            transform-style: preserve-3d;
            backface-visibility: hidden;
            backface-visibility: hidden;
            transition: 0.6s;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transform-style: preserve-3d;
        }
        .rbt-flipbox .rbt-flipbox-wrap .rbt-flipbox-front .content > a {
            margin-top: 50px;
            color: #fff;
            font-size: 13px;
        }
.rbt-btn.btn-sm {
    padding: 0 22px;
    font-size: 12px;
    height: 45px;
    line-height: 27px;
}
.rbt-btn.rbt-switch-btn {
    overflow: hidden;
}
.rbt-btn.btn-white {
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    background: #fff;
    color: #192335;
}
.rbt-btn {
    padding: 0 26px;
    background: #2f57ef;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    border-radius: 6px;
    border: 0 none;
    outline: none;
}
    .rbt-btn.btn-white:hover {
        background: #2f57ef;
        color: #fff;
    }
.rbt-flipbox .rbt-flipbox-wrap .rbt-flipbox-back {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateY(180deg) translateZ(1px);
    /*background: linear-gradient(1turn, #e9dcfa, #d05aff);*/
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
    text-align: center;
    border-radius: 6px;
    text-align: left;
}
.rbt-flipbox:hover .rbt-flipbox-wrap {
    transform: rotateY(180deg);
    transform-origin: 50% 50% !important;
}
    .rbt-flipbox:hover .rbt-flipbox-wrap .rbt-flipbox-face {
        backface-visibility: inherit;
        backface-visibility: inherit;
    }
.rbt-flipbox.variation-2 .front-thumb,
.rbt-flipbox.variation-2 .back-thumb {
    width: 100%;
}
    .rbt-flipbox.variation-2 .front-thumb img,
    .rbt-flipbox.variation-2 .back-thumb img {
        border-radius: 10px;
        width: 100%;
        object-fit: cover;
        max-height: 150px;
        margin-bottom: 25px;
    }
.rbt-service.rbt-service-1 {
    border-radius: 6px;
}
    .rbt-service.rbt-service-1 .inner {
        padding: 30px 8px;
        text-align: center;
        display: inline-block;
    }
.card-bg-1, .card-bg-3, .card-bg-5, .card-bg-8, .card-bg-10, .card-bg-12 {
    background: #115f7ad6;
}
.card-bg-2, .card-bg-4, .card-bg-6, .card-bg-7, .card-bg-9, .card-bg-11 {
    background: #ffffffd6;
}
.co-1, .co-3, .co-5, .co-8, .co-10, .co-12 {
    background: #115f7a;
}
.co-2, .co-4, .co-6, .co-7, .co-9, .co-11 {
    background: #fff;
}
.content .title a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.rbt-service.rbt-service-1 .inner .icon {
    position: relative;
    display: inline-block;
}
.rbt-service.rbt-service-1 .inner .icon img {
    max-width: 55px;
    margin-bottom: 10px;
}
.rbt-service.rbt-service-1 .inner .content .title {
    /*margin-bottom: 16px;*/
}
.content .title-color a, .title-color a:hover {
    color: #0a0754;
}
.rbt-flipbox:hover .rbt-flipbox-wrap .rbt-flipbox-face .title-color a {
    color: #0a0754 !important;
    font-weight: 600;
}
.rbt-flipbox:hover .rbt-flipbox-wrap .rbt-flipbox-face .title a {
    color: #fff;
    font-weight: 600;
}
.rbt-flipbox-wrap .rbt-flipbox-face .title a#LinkButton1:hover, .rbt-flipbox-wrap .rbt-flipbox-face .title a.back:hover {
    color:#fff !important;
}
.rbt-service.rbt-service-1 .rbt-flipbox-back.inner p {
    color: #fff;
}
.rbt-section-gap2 {
    padding: 80px 0;
}
.rbt-section-gapBottom {
    padding-bottom: 120px;
}
.rbt-section-gapTopHalf {
    padding-top: 60px;
}
.rbt-section-gap2Top {
    padding-top: 80px;
}
.rbt-section-gap2Bottom {
    padding-bottom: 80px;
}
.rbt-section-gapTop {
    padding-top: 120px;
}
.navbar-default .navbar-nav > li > a {color:#000;}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-section-gapTop {
        padding-top: 80px;
    }
    .rbt-section-gapBottom {
        padding-bottom: 80px;
    }
    .rbt-section-gap2Bottom {
        padding-bottom: 80px;
    }
    .rbt-section-gap2Top {
        padding-top: 80px;
    }
    .rbt-section-gap2 {
        padding: 80px 0;
    }
    .rbt-section-gap {
        padding: 80px 0;
    }
    .rbt-flipbox .rbt-flipbox-wrap .rbt-flipbox-front .content > a {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-brand > img {
        width: 285px;
        margin: 10px 0 0 5px;
    }
    .rbt-section-gapTop {
        padding-top: 80px;
    }
    .rbt-section-gap2Bottom {
        padding-bottom: 80px;
    }
    .rbt-section-gap2Top {
        padding-top: 80px;
    }
    .rbt-section-gapBottom {
        padding-bottom: 80px;
    }
    .rbt-section-gap2 {
        padding: 80px 0;
    }
    .rbt-section-gap {
        padding: 15px 0;
    }
    .rbt-service.rbt-service-1 .inner .content p {
        margin-bottom: 12px;
    }
    .rbt-service.rbt-service-1 .inner .content .title {
        margin-bottom: 9px;
    }
    .rbt-service.rbt-service-1 .inner .icon {
        margin-bottom: 15px;
    }
    .rbt-service.rbt-service-1 .inner {
        padding: 22px 18px;
    }
    .rbt-flipbox .rbt-flipbox-wrap .rbt-flipbox-front .content > a {
        margin-top: 10px;
    }
    .card-bg-2, .card-bg-4, .card-bg-6, .card-bg-7, .card-bg-9, .card-bg-11 {
        border:1px solid #35798f;
    }
        .service {
        padding-top: 150px;
    }
    .rbt-flipbox .rbt-flipbox-wrap {
        min-height: 195px;
    }
}

ul.sitemap-widget {
    display: contents;
}
