/*GENERAL*/
body{
    color: #000;
}
.btn{
    width: 80px;
    padding: 3px 5px;
    margin:5px;
}
.navbar{
    background-color: #fff;
}
.container-fluid{
    padding: 0% 10%;
}
.navLogo img{
    width: 220px;
}
.navbar-brand {
    height: 100%;
    padding: 25px 15px 0px 15px;
}
.navbar-nav{
    padding: 30px 5px 20px 5px;
}
.navbar ul li{
    text-align: center;
}
.navbar-nav > li > a{
    color: #000;
    font-size: 1em;
    padding: 0px 5px;
    margin-left: 30px;
    margin-top: 5px;
   background: linear-gradient(to left, #ffc125, #191a18) left bottom #fff no-repeat;
    background-size:100% 0px;
    font-size: 1.1em !important;
}
.navbar-nav > li > a:hover{
    padding-bottom: 8px;
    background: transparent;
    font-weight: bold;
}
.navbar-nav > .active > a:hover{
    padding-bottom: 8px;
   background: linear-gradient(to left, #ffc125, #e79034) left bottom #fff no-repeat;
    background-size:100% 3px;
    transition: background 0.4s ease-out;
    font-weight: bold;
}
.navbar-nav > .active > a{
    padding-bottom: 8px;
   background: linear-gradient(to left, #ffc125, #e79034) left bottom #fff no-repeat;
    background-size:100% 3px;
    transition: background 0.4s ease-out;
    font-weight: bold;
}
.navbar-nav > li.get-NayaPay{
    margin-top: -5px;
}
.navbar-nav > li.get-NayaPay > a{
    margin-top: -1px;
    background-color: #ffc125;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    transition: all 0.3s ease-out;
}
.navbar-nav > li.get-NayaPay > a:hover{
    background: none;
    background-color: #ffc125;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    transition: all 0.3s ease-out;
    border-bottom: none;
    font-weight: normal;
}
.navbar-nav > li.get-NayaPay-clear{
    margin-top: -10px;
}
.navbar-nav > li.get-NayaPay-clear > a, .navbar-nav > li.get-NayaPay-clear > a:hover{
    background-color: transparent;
    color: #ffc125;
    border: 2px solid #ffc125;
    padding: 8px 30px;
    border-radius: 5px;
    font-weight: normal;
}
a.get-NayaPay{
    background-color: #ffc125;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    transition: all 0.3s ease-out;
    font-size: 1.1em;
}
a.get-NayaPay:hover{
    background-color: #ffc125;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    transition: all 0.3s ease-out;
    text-decoration: none;
}

a.get-NayaPay.black{
    background: linear-gradient(to left, #000, #000) left bottom #fff no-repeat;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    transition: all 0.3s ease-out;
}
a.get-NayaPay.black:hover{
    background: linear-gradient(to left, #000, rgb(53, 53, 58)) left bottom #fff no-repeat;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    transition: all 0.3s ease-out;
}
/*li.helpcenter::after {
    content: 'New';
    background-color: #ff8000;
    color: white;
    padding: 1px 4px;
    border-radius: 10px;
    position: absolute;
    top: -1px;
    right: -14px;
    font-size: 8px;
}*/
.site-index{
    font-size: 1.3rem;
}
/* a{
    color: #FF6C02;
} */
/* a:hover{
    color: #FF6C02;
} */
.btn-oval{
    border-radius: 50px;
}
.btn-success{
    background-color: #63ca84;
    border-color: #63ca84;
}
.btn-success:active,
.btn-success:hover,
.btn-success:focus{
    background-color: #63ca84;
    border-color: #63ca84;
}
.btn-default{
    background-color: unset;
    border-color: #63ca84;
    color: #63ca84;
}
.btn-default:active,
.btn-default:hover,
.btn-default:focus{
    background-color: unset;
    border-color: #63ca84;
    color: #63ca84;
}
.footer{
    background-color: #fff;
    height: auto !important;
    color: rgb(53, 53, 58);
    font-size: 1.1em !important;
    border:none;
    margin-top: 6%;
    position: relative;
    z-index: 1000;
}
.footer p{
    color: rgb(53, 53, 58);
    font-size: 1.01em !important;
}
.back-home{
    color:#bebebe;
    text-decoration: none;
    font-size: 1.3rem;
    font-family: "LatoBlack";
}
.back-home:hover{
    color:#bebebe;
    text-decoration: none;
}
h1,h2,h3,h4{
    font-family: "LatoBold";
}
h3, .h3 {
    font-size: 1.9rem;
}
h4, .h4 {
    font-size: 1.5rem;
}
.datepara{
    font-size: 1.3rem;
    color: #666666;
}
.navbar-toggle .icon-bar {
    background-color: #000;
    width: 18px;
}
.navbar-toggle {
    position: absolute;
    background-color: transparent;
    right: 15px;
    top: 6px;
}
.footer .socials{
    width: 90%;
    padding-top: 15px;
}
.footer .socials a img{
    margin-left: 3%;
    width: 20%;
}
.footer .socials a:first-child img{
    margin-left: 0%;
}
.footer .columnbox{
    padding-left: 3%;
}
.footer .column1{
    float: left;
    width: 26%;
    display: inline-block;
}
.footer .column2{
    float: left;
    width: 20%;
    display: inline-block;
}
.footer .column3{
    float: left;
    width: 28%;
    display: inline-block;
}
.footer .column4{
    text-align: center;
    float: left;
    width: 15%;
    display: inline-block;
}
.footer .bigscreen{
    display: block;
}
.footer .smallscreen{
    display: none;
}
.footer .column4 img{
    width: 52%;
    margin-top: 10px;
}
.footer .footerbtn{
    margin: 0;
}
.footerNav .footerNavTitle{
    font-family: "LatoBlack";
}
.footerNav > ul{
    list-style: none;
}
.footerNav > ul > li{
    line-height: 35px;
}
.footerNav > ul > li > a{
    text-decoration: none;
    color: rgb(53, 53, 58);
}
.site-index .date{
    margin-top: 8px;
}
.footer .logo{
    margin-bottom: 20px;
    margin-top: 3px;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #ffc125;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #D8D8D8;
}
.bottom-links{
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: white;
    text-align: center;
    z-index: 1020;
}
.btn-green, .btn-green:hover, .btn-green:focus, .btn-green.focus{
    background-color: #ffc125;
    color: white;
    text-decoration: none;
    width: 140px;
    padding: 8px 10px;
}

.btn-green-clear, .btn-green-clear:hover, .btn-green-clear:focus, .btn-green-clear.focus{
    background-color: transparent;
    border-color: #ffc125;
    color: #ffc125;
    text-decoration: none;
    width: 140px;
    padding: 8px 10px;
}
@media(min-width: 2000px) {
    h2, .h2 {
        font-size: 4rem;
    }

    h3, .h3 {
        font-size: 3rem;
    }
    h4, .h4 {
        font-size: 2.4rem;
    }
    p{
        font-size: 1.8rem;
        margin-top: 20px;
    }
    .control-label{
        font-size: 1.8rem;
    }
    .form-control {
        padding: 23px 15px;
        font-size: 1.8rem;
    }
    .navbar-nav > li > a{
        font-size: 2rem;
    }
    .navLogo img {
        width: 250px;
    }
    .jumbotron {
        padding-top: 10px !important;
    }
    .back-home {
        color: #bebebe;
        text-decoration: none;
        font-size: 1.6rem;
        font-family: "LatoBlack";
    }
    .btn {
        width: 180px;
        padding: 5px 5px;
        font-size: 1.8rem;
    }
    .datepara{
        font-size: 1.5rem;
    }
    .site-index {
        font-size: 1.8rem;
    }
}

@media(max-width: 1250px) {
    .navbar-nav > li > a{
        margin-left: 30px;
    }
}

@media(max-width: 1024px){
    .navLogo img{
        width: 150px;
    }
    .navbar-nav > li > a{
        margin-left: 25px;
    }
}
@media(max-width: 990px) {

    .bottom-links{
        display: block;
    }
    .navbar-nav > li > a{
        margin-left: 18px;
    }
    .navbar-nav > li.get-NayaPay > a{
        padding: 7px 15px;
        font-size: 0.7em !important;
    }
    .navbar-nav > li.get-NayaPay > a:hover{
        padding: 7px 20px;
    }
    .navbar-nav > li > a{
        font-size: 1em !important;
    }
    /*li.helpcenter::after {
        content: 'New';
        background-color: #ff8000;
        color: white;
        padding: 1px 4px;
        border-radius: 10px;
        position: absolute;
        top: 2px;
        right: -10px;
        font-size: 6px;
    }*/
    footer .logo img{
        margin: auto;
        width: 160px;
        margin-left: -7px;
    }
    footer .strong-link-mobile{
        font-family: 'LatoBold';
    }
    footer .footerNav ul{
        margin-bottom: 0px;
    }
    footer .footerNav ul li{
        border-bottom: 1px solid #ececec;
    }
    footer .footer-text{
        margin-top: 30px;
    }
    footer .footer-text p{
        font-size: 1em !important;
        margin-top: 20px !important;
    }
    .footer .bigscreen{
        display: none;
    }
    .footer .smallscreen{
        display: block;
    }
    .footer .socials{
        width: 150px;
        margin-bottom: 25px;
    }
    .footer .socials a img{
        margin-left: 3%;
        width: 20%;
    }
    .footer .socials a:first-child img{
        margin-left: -18px;
    }
    .footer .column1{
        float: none;
        width: 100%;
        display: block;
    }
    .footer .column2{
        float: none;
        width: 100%;
        display: block;
    }
    .footer .column3{
        float: none;
        width: 100%;
        display: block;
    }
    .footer .column4{
        text-align: left;
        float: none;
        width: 100%;
        display: block;
    }
    .footer .bigscreen{
        display: none;
    }
    .footer .smallscreen{
        display: block;
    }
    .footer .column4 img{
        width: 70px;
        margin-right: 15px;
    }
    .footer .column4 img:first-child{
        width: 60px;
        margin-right: 15px;
    }
    .footer .column4 .footerNav ul li {
        border-bottom: none;
    }
    .footer .footerbtn{
        display: none;
    }
}

@media(max-width: 800px) {
    .body-content{
        margin-top: 50px;
    }
    .navLogo img{
        width: 150px
    }

}

@media(min-width: 768px) {
    .jumbotron{
        padding-top: 0px;
    }
}
@media(max-width: 767px) {
    .navbar-nav {
        padding: 0px;
    }
    .navbar .container {
        padding-right: 0px;
    }
    .navbar-brand {
        padding: 15px 15px 15px 15px;
    }
    .navbar ul li {
        text-align: left;
        border-bottom: 1px solid #ececec;
    }
    .navbar-nav > li > a{
        font-size: 1.2em !important;
    }
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 100vh;
    }
    .navbar-toggle .collapsed > .menu-title{
        display: none;
    }
    .navbar-collapse{
        width: 103.6%;
    }
    .navbar-collapse > .navbar-nav > li > a {
        /* color: #000; */
        font-size: 1em;
        padding: 0px;
        margin: 20px 15px;
        background:none;
    }
    .navbar-nav > .active > a:hover{
        background:none;
        padding-bottom: initial;
    }
    .navbar-toggle{
        z-index: 1;
        padding: 5px 10px;
    }
    .navbar-toggle .icon-bar{
      display: block;
      margin: 2px auto;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }

    .navbar-toggle.is-active{
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      transition-delay: 0.6s;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    .navbar-toggle .icon-bar:nth-child(3){
      width: 0px;
      margin: 0px;
    }

    .navbar-toggle.is-active .icon-bar:nth-child(3),
    {
      width: 0px;
    }


    .navbar-toggle.is-active .icon-bar:nth-child(2),
    .navbar-toggle.is-active .icon-bar:nth-child(4){
      -webkit-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s;
    }

    .navbar-toggle.is-active .icon-bar:nth-child(2){
      -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
      -o-transform: translateY(5px);
      transform: translateY(5px);
    }

    .navbar-toggle.is-active .icon-bar:nth-child(4){
      -webkit-transform: translateY(-5px) rotate(90deg);
      -ms-transform: translateY(-5px) rotate(90deg);
      -o-transform: translateY(-5px) rotate(90deg);
      transform: translateY(-5px) rotate(90deg);
    }
    
    .navbar-collapse > .navbar-nav > li.get-NayaPay, .navbar-collapse > .navbar-nav > li.get-NayaPay-clear {
        margin-top: 0px;
        /*margin-left: 15px;*/
        text-align: center;
        border:none;
    }

    .navbar-collapse > .navbar-nav > li.get-NayaPay > a {
        background-color: #ffc125;
        color: #fff;
        padding: 9px 18px;
        width: 140px;
        margin-left: auto;
        margin-right: auto;
        font-size: 1em !important;
        border-top: 1px solid #ececec;
    }

    .navbar-collapse > .navbar-nav > li.get-NayaPay-clear > a, .navbar-collapse > .navbar-nav > li.get-NayaPay-clear > a:hover{
        background-color: transparent;
        color: #ffc125;
        border: 2px solid #ffc125;
        padding: 8px 30px;
        border-radius: 5px;
        font-weight: normal;
        width: 192px;
        margin-left: auto;
        margin-right: auto;
    }
    /*.navbar-collapse > .navbar-nav > li.helpcenter::after {
        content: 'New';
        background-color: #ff8000;
        color: white;
        padding: 1px 8px;
        border-radius: 10px;
        position: absolute;
        top: 13px;
        left: 99px;
        font-size: 8px;
        width: 33px;
    }*/
    .about-us .secondPara{
        text-align: justify;
    }
}
@media(max-width: 700px) {
    .body-content{
        margin-top: 100px;
    }
}

@media(max-width: 450px) {
    .site-index .date{
        margin-top: 8px;
    }
    .body-content{
        margin-top: 0;
    }
    .jumbotron{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .d-xs-none{
        display: none;
    }
    .d-xs{
        display: block;
    }
}

@media(max-width: 400px) {
    .navLogo img{
        width: 150px
    }
}