html, body{
	margin: 0 !important;
	padding: 0 !important; 
	font-size:14px !important;
 	font-family: 'Roboto', sans-serif!important;
    overflow-x: hidden !important;
    scroll-behavior: smooth; 
}

/*====================================MENU=================================*/
/*#main-head{
    position: fixed;
    background-color: #fff;
    z-index: 999;
    border-bottom: 1px solid lightgrey;
}*/
.head{
    height: 120px;
}
.sub-menu{
	box-shadow: 0px 0px 5px lightgrey;
    margin: 10px;
    position: relative;
    top: 30px;
    z-index: 999;
    background-color: #fff;
}
.act a{
     color:#15630E!important;
}
@media only screen and (min-width:320px) and (max-width:640px){
    .smobitrigger{
        background-color: #668E36;
    }
    .sub-menu{
        box-shadow: initial!important;
        top: 0;
    }
    .head{
        height: auto;
    }
    .ovrActv{
        position: initial!important;
    }
    .mobimenu{
        background-color: #668E36!important;
    }
}
/*=============================ABOUT====================================*/
.about{
    padding:2% 0;
}
.about h1{
    background-color:#668E36;
    color: #fff;
    border-radius:30px;
    text-align: center;
    padding: 5px;
    font-size: 30px;
}
.about h4{
    color:#155DA7;
    font-weight: 600;
    margin-top: 12px;
}
.about h3{
    color: #1C6518;
    font-weight: 600;
    margin-bottom: 15px;
}
.about p{
    color: #5A5A5A;
    font-weight: 600;
    font-size: 16px;
    text-align: justify;
}
.about button{
    background-color:#668E36;
    padding:8px 15px;
    color: #fff;
    float: right;
}
.about span{
    padding-left: 20px;
}
.about span i{
    color: #fff;
    padding-right:12px;
}
.about-cards{
    padding-top:10%;
}
.ab-card{
    box-shadow: 0px 0px 8px lightgrey;
    border-bottom: 8px solid #668E36;
    height:190px;
    border-radius: 8px;
    padding:20px;
}
.ab-card:hover{
    background-color:#668E36;
    transition: all ease-in-out 0.5s;
}
.ab-card:hover p{
    color: #fff;
    transition: all ease-in-out 0.5s;
}
.ab-card img{
    margin-top: -95px;
}
.ab-card p{
    text-align: center;
    font-size: 18px;
}
#high h6{
    background-color: #668E36;
    color: #fff;
    padding: 12px;
    font-size:21px;
    width:31%;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}
@media only screen and (min-width:320px) and (max-width:640px){
    .ab-card{
        margin: 40px;
    }
}

/*=========================================SERVICES==============================*/
.services{
    padding: 3% 0;
    background-color: #F9FFF3;
    margin-top: 45px;
}
.services h2{
    color:#16600F;
    font-weight:600;
    text-align:center;
    position: relative;
    font-size: 35px;
    margin-bottom:40px;
}
.services h2::after{
    content: '';
    position: absolute;
    border-bottom:4px solid #668E36;
    width:10%;
    top: 50px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.services h3{
    color: #0351A1;
    font-weight: 600;
}
.services h5{
    color: #585857;
    font-weight:500;
    margin:20px 0;
    font-size: 20px;
}
.services p{
    color: #5A5B58;
    font-weight: 600;
    font-size: 18px;
}
.services i{
    color: #15600C;
    padding-right: 15px;
    font-weight: 600;
}
.services h6{
     color: #5A5B58;
    font-weight: 600;
    font-size: 18px;
}
.services span{
    color: #15600C;
    font-weight: 600;
}
.services ul{
    list-style-type: none;
}
.services li{
    display: inline-block;
    padding-right: 12px;
    color: #0351A1;
    font-size: 18px;
    font-weight: 600;
}

/*==========================================SITE===================================*/
.site{
    padding: 3% 0;
}
.site h2{
    color:#02519F;
    font-weight: 600;
    margin-bottom:25px;
}
.site h5{
    color:#16610E;
    font-weight: 600;
    background-color: #F9FFF3;
    box-shadow: 0px 0px 15px lightgrey;
    margin: 12px;
    padding: 10px;
    line-height: 1.5;
    height:85px;
    font-size: 20px;
}
.site i{
    color: #CF2A42;
    padding-right: 12px;
    font-weight: 600;
}
.site h5:hover{
    background-color:#16610E;
    color: #fff;
}
.site h5:hover i{
    color: #fff;
}
@media only screen and (min-width:320px) and (max-width:640px){
    .site h5{
        height: auto;
    }
}

/*=====================================Footer==============================*/
footer{
    background-color:#0350A0;;
    color: #fff;
    padding: 2% 0;
}
.high {
    background-color: #fff;
    color: #0350A0;
    padding: 7px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
footer span{
    float: right;
}
.footer-1{
    border-bottom: 3px solid #fff;
    padding-bottom: 20px;
}
.footer-1 h4{
    margin:15px 0;
}
#footer-left{
    border-right: 3px solid #fff;
}
#footer-2 p{
    line-height: 1.7;
    font-size: 16px;
}
#footer-2 a{
    color: #fff;
    font-size: 16px;
}
#footer-2 a:hover{
    text-decoration: none;
    color: #fff;
}
#footer-2 ul{
    list-style-type: none;
    padding-left: 0;
    padding-top: 12px;
}
#footer-2 li{
    display: inline-block;
    padding-right:25px;
}
#footer-2 a:hover{
    color:#97D11B;
}
#footer-right h5{
    margin: 10px 0;
}
#footer-right a{
    padding-right: 10px;
    padding-left: 5px;
}
.copy{
    background-color:#5A8BC0;
    padding:8px;
}
.copy p{
    text-align: center;
    margin: 0;
    color: #fff;
}
.copy span{
    padding: 0 12px;
}
.copy a{
    color: #fff;
}
@media only screen and (min-width:320px) and (max-width:640px){
    #footer-2 li{
        display: block;
    }
    .footer-1{
        display: none;
    }
}

/*=========================================Deposits==============================*/
.deposit-main{
    padding: 3% 0;
    background-color: #F9FFF3;
}
.deposit-main h2{
    color: #014760;
    font-weight: 600;
    margin-bottom: 25px;
}
.deposit-card{
    box-shadow: 0px 0px 12px lightgrey;
    padding: 25px;
    background-color: #fff;
    margin: 20px 0;
}
.deposit-card h4{
    color: #16600E;
    font-weight:600;
}
.deposit-card i{
    color: #16600E;
    padding-right: 20px;
    font-weight: 600;
}
.deposit-card p{
    color: #484848;
    font-weight: 600;
    margin: 12px 0;
    font-size: 18px;
}
#thead{
    background-color:#668E36;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
#thead-1{
    background-color:#E1E1E1;
    text-align:center;
    color:#3370AF;
    font-size: 18px; 
}
table,th,tr,td{
    border: 2px solid lightgrey!important;
}
tbody{
    color: #3E3E3E;
    font-size: 18px;
    font-weight: 600;
}

/*------------------------ back to top ---------------*/
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 0;
    right: 20px;
    display: none;
    background: transparent !important;
    border-color: transparent !important;
    padding: .5rem 1rem;
    color: red;
}

.back-to-top img {
    background:#0350A0;
    transition:all 0.5s ease-in-out;
    border-radius:5px;
}

.back-to-top img:hover {
    //background:#034790;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-moz-transform: translateY(-30px);
-ms-transform: translateY(-30px);
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-moz-transform: translateY(-15px);
-ms-transform: translateY(-15px);
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
.bounce {
-moz-animation: bounce 2s infinite;
-webkit-animation: bounce 2s infinite;
animation: bounce 2s infinite;
}

/*--------------------------------------slider------------------------------------*/

        /*jssor slider loading skin double-tail-spin css*/
        .jssorl-004-double-tail-spin img {
            animation-name: jssorl-004-double-tail-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-004-double-tail-spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        /*jssor slider bullet skin 031 css*/
        .jssorb031 {position:absolute;}
        .jssorb031 .i {position:absolute;cursor:pointer;}
        .jssorb031 .i .b {fill:#000;fill-opacity:0.6;stroke:#fff;stroke-width:1600;stroke-miterlimit:10;stroke-opacity:0.8;}
        .jssorb031 .i:hover .b {fill:#fff;fill-opacity:1;stroke:#000;stroke-opacity:1;}
        .jssorb031 .iav .b {fill:#fff;stroke:#000;stroke-width:1600;fill-opacity:.6;}
        .jssorb031 .i.idn {opacity:.3;}

        /*jssor slider arrow skin 051 css*/
        .jssora051 {display:block;position:absolute;cursor:pointer;}
        .jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
        .jssora051:hover {opacity:.8;}
        .jssora051.jssora051dn {opacity:.5;}
        .jssora051.jssora051ds {opacity:.3;pointer-events:none;}