body {
    font-family: 'Poppins', sans-serif;
    color: #535353;
}

   ::-webkit-scrollbar {
        width: 8px;
    }

    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px #094183;
        background: #292121;
    }

    ::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.75);
        -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.75);
    }

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(255, 255, 255, 0.75);
    }

.img-fluid {
    max-width: 100% !important;
    height: auto;
}

.form-control:focus {
    box-shadow: none;
}

.login-box .alert{
    padding: 15.5px 20px;
    font-size: 13px;
    border: none !important;
    border-radius: 3px;
    margin-bottom: 25px;
}

.login-box .alert-dismissible .btn-close{
    padding: 18.5px 19px;
    background-size: 8px;
}

.login-box .alert-dismissible .btn-close:focus,
.login-box .alert-dismissible .btn-close:active {
    box-shadow: none;
}

.login-box .password-indicator {
    position: absolute;
    right: 15px;
    top: 17px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 500ms;
    font-size: 17px;
    color: #999;
}

.login-box .password-wrapper:hover .password-indicator{
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 500ms;
    font-size: 17px;
    color: #555;
}

.login-box .login-popover{
    font-size: 14px;
    color: #777;
    cursor: help;
}

.login-box .login-popover-abs{
    position: absolute;
    right: 15px;
    top: 15px;
}

.popover {
    border: 1px solid #ebeef5 !important;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.popover-header {
    box-shadow: none;
    border: 0px;
    background: #fff;
    color: #555;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 5px;
}

.popover-body {
    padding: 5px 10px 10px 16px;
    color: #777;
    font-size: 13px;
}

.login-box .form-group label.error{
    font-size: 13px;
    text-align: left;
    color: #535353;
    width: 100%;
}


/** Login 28 start **/
.login-28 {
    top:0px;
    padding: 25px 0;
    z-index: 999;
    position: relative;
    min-height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.testimonials {
  position: relative;
}

section.testimonials:before {
  position: absolute;
  content: '';
  background-image: url(../../assets/decoration-star.svg);
  left: 11%;
  top: 120px;
  width: 220px;
  height: 220px;
  z-index: 1;
}

section.testimonials:after {
  position: absolute;
  content: '';
  background-image: url(../../assets/decoration-star.svg);
  right: 140px;
  bottom: -50px;
  width: 338px;
  height: 322px;
  z-index: 1;
}

.login-28 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Poppins', sans-serif;
}

.login-28 .logo {
    border-radius: 50px;
    margin-bottom: 0;
    display: inline-block;
    top: 20px;
    position: absolute;
    right: 20px;
}

.login-28 .login-box {
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.login-28 .login-box .form-info {
    background: #fff;
}

.login-28 .form-section {
    padding: 130px 70px 70px;
    border-radius: 10px 0 0 10px;
    position: relative;
}

.login-28-bg {
    background: #f7f7f7;
}

.login-28 .pad-0 {
    padding: 0;
}

.login-28 label {
    color: #535353;
    font-size: 16px;
    font-weight: 500;
}

.login-28 .form-section p {
    color: #535353;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 40px;
}

.login-28 .form-section p a {
    color: #535353;
    font-weight: 500;
}

.login-28 .form-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.login-28 .form-section .social-list li {
    display: inline-block;
    margin-bottom: 5px;
}

.login-28 .form-section .thembo {
    margin-left: 4px;
}

.login-28 .form-section h1 {
    font-size: 30px;
    font-weight: 500;
    color: #040404;
}

.login-28 .form-section h3 {
    margin: 0 0 35px;
    font-size: 18px;
    font-weight: 500;
    color: #313131;
    text-transform: uppercase;
}

.login-28 .form-section .form-group {
    margin-bottom: 25px;
}

.login-28 .form-section .form-box .form-control {
    float: left;
    width: 100%;
}

.login-28 .form-section .form-control {
    padding: 10px 20px;
    font-size: 15px;
    outline: none;
    height: 50px;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid #1a1a1a26;
    background: #fff;
}

.login-28 .form-section .checkbox .terms {
    margin-left: 3px;
}

.login-28 .form-section button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login-28 .form-section a {
    text-decoration: none;
}

.login-28 .form-section .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    position: absolute;
    border-radius: 3px;
    background-color: #fff;
    margin-left: -22px;
}

.login-28 .login-inner-form .form-check {
    float: left;
    margin-bottom: 0;
}

.login-28 .form-section .form-check .form-check-input {
    margin-left: -22px;
}

.login-28 .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

.login-28 .form-check-input:checked {
    background-color: #004085;
    border-color: #004085 !important;
}

.login-28 .none-2 {
    display: none;
}

.login-28 .form-section .terms {
    margin-left: 3px;
}

.login-28 .btn-section {
    border-radius: 50px;
    margin-bottom: 0;
    display: inline-block;
    position: absolute;
    left: 70px;
    top: 50px;
}

.login-28 .btn-section .link-btn {
    font-size: 16px;
    float: left;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-decoration: blink;
    width: 120px;
    padding: 8px 5px;
    margin-right: 5px;
    color: #fff;
    border-radius: 3px;
    background: #004085;
}

.login-28 .btn-section .active-bg {
    color: #fff;
}

.login-28 .form-section .checkbox {
    font-size: 14px;margin
}

.login-28 .form-section .form-check {
    float: left;
    margin-bottom: 0;
}

.login-28 .form-section .form-check-input {
    position: absolute;
    margin-left: 0;
}

.login-28 .form-section a.forgot-password {
    font-size: 16px;
    color: #535353;
}

.login-28 .social-list a {
    text-align: center;
    display: inline-block;
    font-size: 18px;
    margin: 0 10px 0 0;
    color: #535353;
}

.login-28 .social-list a:hover {
    color: #17dada;
}

.login-28 .btn-theme {
    color: #004085;
    text-align: center;
    border: 2px solid transparent;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all .7s ease;
    border-radius: 3px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    width: 100%;
}

.login-28 .btn-theme: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: 3px;
}

.login-28 .btn-theme:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .7s ease;
    z-index: -1;
}

.login-28 .btn-theme:hover {
    background: transparent;
}

.login-28 .btn-theme:hover:before {
    width: 0;
    opacity: 1;
    visibility: visible;
}

.login-28 .btn-theme:hover:after {
    width: 0;
    opacity: 1;
    visibility: visible;
}

.login-28 .btn-lg{
    padding: 0 50px;
    line-height: 46px;
}

.login-28 .btn{
    box-shadow: none!important;
}

.login-28 .btn-md{
    padding: 0 45px;
    line-height: 41px;
}

.login-28 .btn-primary {
    background: #ffd410;
}

.login-28 .btn-primary:before {
    background: #ffd410;
}

.login-28 .btn-primary:after {
    background: #ffd410;
}

.login-28 .btn-primary:hover {
    color: #004085;
    border: 2px solid #ffd410;
}

.login-28 .login-box{
    background: #e5ebf3;
}

.login-28 #cup-info {
    max-width: 330px;
    margin: 0 auto;
}

.login-28 .steam {
    position: absolute;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: #fff;
    margin-top: -75px;
    margin-left: 75px;
    z-index: 0;
    opacity: 0;
}

.login-28 #steam1 {
    -webkit-animation: steam1 4s ease-out infinite;
    animation: steam1 4s ease-out infinite;
}

.login-28 #steam3 {
    -webkit-animation: steam1 4s ease-out 1s infinite;
    animation: steam1 4s ease-out 1s infinite;
}

@-webkit-keyframes steam1 {
    0% {transform: translateY(0) translateX(0) scale(0.25); opacity: 0.2;}
    100% {transform: translateY(-200px) translateX(-20px) scale(1); opacity: 0;}
}

@keyframes steam1 {
    0% {transform: translateY(0) translateX(0) scale(0.25); opacity: 0.2;}
    100% {transform: translateY(-200px) translateX(-20px) scale(1); opacity: 0;}
}

.login-28 #steam2 {
    -webkit-animation: steam2 4s ease-out 0.5s infinite;
    animation: steam2 4s ease-out 0.5s infinite;
}

.login-28 #steam4 {
    -webkit-animation: steam2 4s ease-out 1.5s infinite;
    animation: steam2 4s ease-out 1.5s infinite;
}

@-webkit-keyframes steam2 {
    0% {transform: translateY(0) translateX(0) scale(0.25); opacity: 0.2;}
    100% {transform: translateY(-200px) translateX(20px) scale(1); opacity: 0;}
}

@keyframes steam2 {
    0% {transform: translateY(0) translateX(0) scale(0.25); opacity: 0.2;}
    100% {transform: translateY(-200px) translateX(20px) scale(1); opacity: 0;}
}

.login-28 #cup {
    z-index: 1;
}

.login-28 #cup-body {
    position: absolute;
    height: 200px;
    width: 300px;
    border-radius: 0 0 150px 150px;
    background-color: #fff;
    margin: auto;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
}

.login-28 #cup-shade {
    position: relative;
    height: 300px;
    width: 200px;
    background-color: #F3F3F3;
    display: inline-block;
    margin-left: 42%;
    margin-top: -3px;
    transform: rotate(50deg);
    z-index: 1;
}

.login-28 #cup-handle {
    position: relative;
    height: 75px;
    width: 80px;
    border-radius: 0 150px 150px 0;
    border: 15px solid #F3F3F3;
    margin-bottom: 120px;
    margin-left: 250px;
    display: inline-block;
    z-index: 0;
}

.login-28 #saucer {
    position: absolute;
    height: 30px;
    width: 300px;
    border-radius: 0 0 100px 100px;
    background-color: #F9F9F9;
    margin-top: -32px;
    margin-left: 5px;
    z-index: 2;
}

.login-28 #shadow {
    height: 10px;
    width: 300px;
    border-radius: 50%;
    margin-top: -5px;
    margin-left: 6px;
    background-color: #648b9d;
}

@media (max-width: 992px) {
    .login-28 .login-box {
        max-width: 500px;
    }

    .login-28 .bg-img{
        display: block;
    }
}

@media (max-width: 768px) {
    .login-28 .btn-section {
        left: 30px;
        top: 40px;
    }

    .login-28 .form-section {
        padding: 100px 30px 50px;
    }

    .login-28 .form-section p {
        margin-bottom: 30px;
    }
}

.sa{
color:#004163;
font-weight:600;
margin-left:15px;
}



/** Login 28 end **/


.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem
}

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .15rem solid #3b82f6;
        width: 3.46rem;
        margin:5px;
        position: absolute;
        left: 7.5rem;
        top: 2.3125rem
    }
    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .15rem solid #3b82f6;
        width: 3.8125rem;
        margin:5px;
        position: absolute;
        right: 7.5rem;
        top: 2.3125rem
    }
}

.timeline-steps .timeline-content {
    width: 10rem;
    text-align: center
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #3b82f6
}

.timeline-steps .timeline-content .inner-circle:before {
    content: "";
    background-color: #3b82f6;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
    border-radius: 6.25rem;
    opacity: .5
}

#news-slider{
    margin-top: 20px;
}
.post-slide{
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 2px 8px 8px 4px #bbcbd8;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#f5f5f5;
    padding: 2px 20px 40px;
    border-radius: 15px;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;padding-top:20px;
    margin-bottom:0px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    bottom:-15%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    bottom:-15%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:20px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}