/* body{
style="background: url(theme/mirmire/images/bg-3.jpg)!important;"
} */
/*new design management*/


/*-----nav-menu------*/

/* .apps-menu a { 
  color: white;
} */ 
  .scroll-text li a:hover{
    color:#fff!important;
  }
.apps-menu .active a {
  background: transparent;
}
.apps-menu .active a:hover,

.apps-menu .active a:focus,
.apps-menu li a:focus,
.navbar>.show>a,
.navbar>.show>a:focus,
.navbar>.show>a:hover {
    color: grey;
    outline: 0;
 
    transition: all .5s ease-in;
}



.apps-menu li a:hover,
.navbar>.show>a:hover {
 color: white;
    outline: 0;
     transition: all .5s ease-in;

}
.apps-menu .dropdown-menu li  a:hover
{
  color: rgb(14, 13, 13)!important;

}
.apps-menu li.active {
  background: #C08004;
  color: white;
}
.apps-menu li.active a:hover{
  color: white;
}
.apps-menu li.active .dropdown-menu a:hover{
  color: rgb(14, 13, 13);
}
.apps-menu .nav-item li.active {
  background: none!important;
}
.apps-menu .collapse ul.dropdown-menu li {
  border: none;
}
.navbar-nav {
  padding-left: auto !important;
}
.navbar-toggler {
  padding: 0;
}

.navbar-toggler span {
  color: #ffffff !important;
  line-height: 50px;
  margin: 0 10px;
  padding: 0;
}
/*-----Main-Slider------*/





/*** Top Scrolling Texts ***/
.two .row{
  margin: 0;
  padding: 0;
}
.two
.onoffswitch3 .a:hover,
.onoffswitch3 .a:focus {
    text-decoration: none;
    outline: none;
       color: #f6faf6;
}
.onoffswitch3 a {
    color: #f6faf6;
    text-decoration: none;
    font-family:'Noto Sans', sans-serif;
    font-size: 15px;
}
.onoffswitch3 {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 100%;
}

.onoffswitch3-checkbox {
    display: none;
}

.onoffswitch3-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 0px solid #999999;
    border-radius: 0px;
}

.onoffswitch3-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch3-inner>span {
    display: block;
    float: left;
    position: relative;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch3-inner .onoffswitch3-active {
    padding-left: 10px;
    background-color: #EEEEEE;
    color: #FFFFFF;
}

.onoffswitch3-inner .onoffswitch3-inactive {
    width: 100px;
    padding-left: 16px;
    background-color: #EEEEEE;
    color: #FFFFFF;
    text-align: right;
}

.onoffswitch3-switch {
    display: block;
    width: 50%;
    margin: 0px;
    text-align: center;
    border: 0px solid #999999;
    border-radius: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
}

.onoffswitch3-active .onoffswitch3-switch {
    background: #ffa800;
    /* #27A1CA;*/
    left: 0;
    width: 120px;
}

.onoffswitch3-inactive {
    background: #A1A1A1;
    right: 0;
    width: 20px;
}

.onoffswitch3-checkbox:checked+.onoffswitch3-label .onoffswitch3-inner {
    margin-left: 0;
}

.scroll-text {
    color: rgb(241, 236, 236);
    background:#00a651;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f00;
}
/*
.arrow-right {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;

    border-left: 60px solid #fff; 
    /* green;
}
*/
.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;

    border-right: 10px solid blue;
}

.no-js #loader {
    display: none;
}

.iconbox-top .iconbox-icon {
    margin-top: 12px;
}
.tm-pt-4 {
    padding-top: 100px;
}

.loan-product .p-5 {
    padding: 1rem!important;
}

/*--top side menu--*/


.sub-three{
width:70%;
margin: auto;
margin-top: -20px!important;
position: relative;
}


/*-----------*/

.three-2  h5{
color:#ffa800!important;
}
.three-2  h3{
color:#00a651!important;

    letter-spacing: 3px;
    font-family: 'Sansita';
    font-weight: bold;

} 
.text h4{
        font-family: 'Sansita'!important;
    font-weight: bold!important;
     letter-spacing: 3px!important;
}
 /* .tm-section-title-aaa{
     border-left:5px solid #ffa800;
     padding-left:5px;
 } */

.btn-success {
    color: #fff;

    border-left:1px solid #ffa800;
}
.btn-lg{
    height: 70px;
    width:70px;

}
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 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-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #00a651;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00a651;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -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-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
  border: 1px solid #00a651;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


.aboutus-page .btn{
  outline: none;
  background: no-repeat;
  background-color: #ffa800;
  padding: 7px 15px;
  font-size: large;
  margin: 20px;
  float: right
  }
  .aboutus-page .three-2 .btn a{
  color: #fff!important;
  text-decoration: none;
  }


/*----new teams------*/

.bm-img img{
margin: 0;
padding: 0;
    
}

.column-team {
  float: left;
  padding: 0 25px;
}
.director .column-team {
  float: left;
  padding: 0 15px!important;
}
/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
  .column-team {
    width: 100%;
    display: block;
  }
}

/* Add some shadows to create a card effect */
.card-team {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 0!important;
  margin: 0!important;
  

 }
.management .card-team {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  width:230px;
  height: 350px;
  margin-bottom: 15px!important;
  
 }

 .executive .card-team {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  width:250px;
  height: 350px;
  margin-bottom: 15px!important; }
 .department .card-team {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  width:210px;
 
  margin-bottom: 15px!important; 
}

.director .card-team {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  width:230px;
  height: 350px;
  margin-bottom: 15px!important; 

}
.card-team h5{
color:#ffa800;
  font: 'helvatica';
  font-size: 1.1rem;

}
.card-team p{
    color: #838383;
    font-size: 15px;
    font: 'helvatica';

}
/* Some left and right padding inside the container */
.container-team {
padding: 20px;
width: 90%;
margin: auto;

}


/* Clear floats */
.container-team::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title-team { 
  color: #00a651!important;

}
.three-2 .title{
        font-size: 14px;
font-style: italic;
     letter-spacing: 2px
}

/* .dropdown-menu .dropdown-menu{
background:#ffa800!important;

} */



/*---new branch desigh*/
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #00a651;
  width: 20%;
  height: 300px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #C08004;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #C08004;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 80%;
  border-left: none;
  height: 300px;
  background: #bbb;
}
.branch-details hr{
background-color: rgb(255, 255, 255);
margin: 0px;
padding: 0px;;
}


/*********************************
10. CSR 
*********************************/
.csr{

  /* border: 5px solid rgb(177, 173, 173); */
}
.six{
height: 400px;
width: 100%;
padding-top: 20px;
background-color: #666666;

}
.six .container1{
  width: 90%!important;
  margin: auto;
}
.six .container1 h4{
  /* border-left:5px solid #ffa800; */
  text-align: left!important;
  padding:3px;
}
.six .bd-example .carousel-caption{

   width: 60%;
   background: rgb(0, 0, 0); /* Fallback color */
   background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  margin-bottom:50px;
  margin-left: 20px;
  background-image: none!important;

}
.information-officer{

margin-top:45px;
  padding: 5px;
}

.our-team{
    text-align: center;
    position: relative;
}
.our-team .pic{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 8px solid #00a651;
    margin: 0 auto;
    overflow: hidden;
}
.our-team img{
    width: 100%;
    height: auto;
}
.our-team li {
  list-style: none;
  text-align: left!important;
}
.our-team li a{
text-decoration: none;

color: #fff;
}


.our-team .team-content{
    padding: 15px 0px ;
    background: #00a651;
    border-radius: 40px 10px;
    margin-top: -20px;
    color: #fff;
    margin-right: -20px;
}
.our-team .title{
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0 5px 0;
        font-family: 'Sansita'!important;
    letter-spacing: 2px;
}
.our-team .post{
    display: block;
    font-size: 14px;
    font-weight: 900;
 
}
.our-team .description{
    padding: 5px;
    background: #fff;
    border-radius: 20px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-bottom: 0;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}
@media only screen and (max-width: 359px){
    .our-team .pic{
        width: 150px;
        height: 150px;
    }
    .our-team .social{ top: 20px; }
}
/*********************************
10. text-design
*********************************/
.text-design{
text-align: center;


}
.text{
  text-align: center;
} 
.text p{
  color:#6c757d;
    font-family: 'gill', sans-serif;
  font-size: 16px;
  margin: 0;
padding: 0;
}

.loan-step .text h4{
  color: #fff!important;

 }
.text h4{
  color: #ffa800;
  font-size: 30px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
 }
.news-five{
  background:#e1e1e1;
  padding: 10px;;
 
}
 .news-five .text h4{
  color: #00a651!important;
  text-transform: uppercase;
  
 }
 .six .text h4{
  color: #00a651!important;
  text-transform: uppercase;
 }

 .useful-link .text h4{
  color: #00a651!important;
  text-transform: uppercase;
 }


 
.line1 {
width: 10%;
}
.line1 hr {
  height: 2px;
  background:  #ffa800;
  }
  .line3 hr {
    height: 2px;
 
    }
  .line2 {
    width: 20%;
    }
    .line2 hr {
      height: 2px;
      background:  #ffa800;;
      } 

/* Create four equal columns that floats next to each other */
.data-column {
  float: left;
  width: 25%;
  padding: 10px;
}


/* Clear floats after the columns */
.data-row:after {
  content: "";
  display: table;
  clear: both;
}

.three-2 .data-row h2{
font-size: 25px;
}
.three-2 .data-row p{
  font-size:20px!important;
  }
/* Responsive layout - makes a two column-layout instead of four columns */

  .data-column  {
    width: 50%;

}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  .column  {
    width: 100%;
  }

/*********************************
10. Useful-link
*********************************/
.owl-carousel .owl-item img {
  border-right: 3px solid #ffa800;
  border-left: 3px solid #ffa800;
  margin-left: 30px;
}
.useful-link{
  margin-top: 20px;
  padding-top: 10px;
background: url("../images/dot.png") ;
}
.brands_slider_container {
  width: 90%;
  margin: auto;

} 

.brands_slider {
  height: 100%;
  margin-top: 50px
}

.brands_item {
  height: 100%
}

.brands_item img {
  max-width: 100%
}

.brands_nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer
}

.brands_nav i {
  color: #e5e5e5;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease
}

.brands_nav:hover i {
  color: #676767
}

.brands_prev {
  left: 80px
}

.brands_next {
  right: 80px
}
.owl-theme .owl-nav [class*=owl-] {
background: #fff!important;

}

/*********************************
10. products
*********************************/
/******.Product-saving{
  padding: 5px;
height: 375px;
  background-image: url('../images/test-product.jpg');
}
  
.Product-saving .col-lg-6{
  color:white
}******/



.loan-step{
  width: 100%;
  padding: 0;
  margin: 0;
  background: url("../images/loan.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  height: 350px;
}
.loan-step .row {
color: #fff;
  padding: 0;
  margin: 0;
}
.loan-step-content{
width:60%;
margin: auto;
border-right: 2px solid#fff;
}
.loan-step-content1{
  width:80%;
  margin: auto;
  border-right: none!important;
  }
.loan-product{
  padding: 50px;
  background: url("../images/bg-5.jpg") no-repeat center center;
  background-size: cover;
   font-family: 'Montserrat', sans-serif;
 
}

.loan-product .container{
  background: rgba(7, 7, 7, 0.5);
}
.product-list i{
  color:#ffa800;
  margin-right: 5px;
}
.product-list .btn{
  outline: none;
  background: no-repeat;
 border: 2px solid #fff;
  padding: 7px 15px;
  font-size: large;
  margin: 20px;
  float: right;
  color:#e1e1e1!important;
  }
  .product-list .btn a{
  color: #fff!important;
  text-decoration: none;
  
  }
.loan-product .three-1 p{

  color: white!important;
font-family: 'Andika', Helvetica, Arial, sans-serif;
  font-size: 150%;
}
.loan-product h2 {

    font-size: 25px!important;
}
.three-2 p{

    letter-spacing: 0.5px;
    line-height: 1.6em;
    font-size: 0.9rem;
        font-family: 'Andika', Helvetica, Arial, sans-serif;
        text-align: justify;
}

.loan-product h2{
 color: #3faa08;
 font-weight: bold;
     font-family: 'Andika', Helvetica, Arial, sans-serif;
}

/***FAV ICON STYLES***/
.data-column .fa-users  {
  color: #fff;
  text-shadow: 1px 1px 1px #ccc;
  font-size: 1.5em;
}

.data-column .fa-globe  {
  color: #fff;
  text-shadow: 1px 1px 1px #ccc;
  font-size: 1.5em;
}

.data-column .fa-piggy-bank  {
  color: #fff;
  text-shadow: 1px 1px 1px #ccc;
  font-size: 1.5em;
}

.data-column .fa-hand-holding-usd  {
  color: #fff;
  text-shadow: 1px 1px 1px #ccc;
  font-size: 1.5em;
}


  .slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            margin-bottom:20px;
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev:before, .slick-next:before {
  color:#00a651!important;
  font-size: 40px!important;
}
/*********************************
10. SAVING PRODUCTS DESIGN
*********************************/
.saving-product{
  width: 100%;
}

.saving-product .col-md-4{

margin: 20px!important;
-webkit-box-shadow: 3px 3px 5px 6px #ccc;  
-moz-box-shadow:    3px 3px 5px 6px #ccc;  
box-shadow:         3px 3px 5px 6px #ccc;
  }
  .saving-product .col-md-4 h5{
  color:#ffa800;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  
  
  }
  .saving-product h4{
    color:#00a651!important;
letter-spacing: 3px;
    font-family: 'Sansita';
    font-weight: bold;
;
    font-size: 35px!important;

    font-weight: 600;
  
  }
  /*--
  .savings {
    padding: 0;
}

.saving-1 .accordion_head {
    margin-bottom: 3px;
}

.saving-1 .accordion_body {
    border: 2px solid #fcfcfc;
    margin-bottom: 10px;
}

.saving-1 .accordion_body .panel {
    padding: 0 0 0 14px;
}---*/
.title-saving {
 margin: 10px;
}
 


/*********************************
10. extra
*********************************/

.table td{
  border-bottom: 1px solid #00a651;
  border-top: none;
}
.table .btn{
  background: #fff;
  float: right;
  margin: 0px;

border: 2px solid #6c757d;
}
.table td a{
  color: black!important;
text-decoration: none;

}
.table{
  align-content: center;
}



/*********************************
10. HISTORY
*********************************/
.timeline {
  border-left: 3px solid #ffa800;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(114, 124, 245, 0.09);
  margin: 5px auto;
  letter-spacing: 0.2px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding-left: 50px;
  padding-top:10px;
  list-style: none;
  text-align: left;
  max-width: 80%;
}

@media (max-width: 767px) {
  .timeline {
      max-width: 98%;
      padding: 25px;
  }
}

.timeline h1 {
  font-weight: 300;
  font-size: 1.4em;
}
.timeline h3{

  color: #ffa800;


}
.timeline h2,
.timeline h3 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 10px;
}

.timeline .event {
  border-bottom: 1px dashed #e8ebf1;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .timeline .event {
      padding-top: 30px;
  }
}

.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .event:before {
  left: -207px;
  content: attr(data-date);
  text-align: right;
  font-weight: 500;
  font-size: 0.9em;
  min-width: 120px;
}

@media (max-width: 767px) {
  .timeline .event:before {
      left: 0px;
      text-align: left;
  }
}

.timeline .event:after {
  -webkit-box-shadow: 0 0 0 3px #00a651;
  box-shadow: 0 0 0 3px #00a651;
  left: -55.8px;
  background: #fff;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  content: "";
  top: 5px;
}

@media (max-width: 767px) {
  .timeline .event:after {
      left: -31.8px;
  }
}

.rtl .timeline {
  border-left: 0;
  text-align: right;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
  left: 0;
  right: -170px;
}

.rtl .timeline .event::after {
  left: 0;
  right: -55.8px;
}


/*********************************
10. EMI CALCULATOR
*********************************/

.input-group-addon {
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  background-color: #00a651;

}
  .card{


-webkit-box-shadow: 3px 3px 5px 6px #ccc;  
-moz-box-shadow:    3px 3px 5px 6px #ccc;  
box-shadow:         3px 3px 5px 6px #ccc;

  }

  .btn-dark{
    background: #ffa800;
    border:none!important;
  }
  .btn-dark:hover{
    background: #ffa800;
    border:none!important;
  }

/*********************************
10. SIDE-MENU
*********************************/
.side-menu{
  width: 100%;
  color:#fff;
  background: #00a651  !important;
float: left;
padding: 5px;
/* margin-top:80px; */
-webkit-box-shadow: 0 0 0 3px #00a651;
box-shadow: 0 0 0 3px #00a651;
}
.side-menu a:hover{
  color: #fff;
  text-decoration: none;
}
.ceo{
overflow: hidden;
margin: auto;
width: 50%;
 align-items: center;
}

/*********************************
10. management-teams
*********************************/
.ceo-main{
height: 100%;
}
.ceo-main .container1{
width: 22%;
height:100%;

  display: flex;
  justify-content: center;
}
.ceo-main .container1 h5{
  margin-bottom: 0px;
  display: block;
letter-spacing: 1.5px;
}

.director .container1 h5{
  margin-bottom: 0px;
  display: block;
letter-spacing: 1.5px;

}



.director .container1{
  width: 82%;
  margin: auto;
  height:100%;
  padding: 5px;
  margin-left:220px!important;
  }
.executive{
  height: 100%;
}
.executive .container1{
  width: 37%;
  margin: auto; 
  padding: 5px;
    display: flex;
  justify-content: center;
  
  }
  
.executive .container1 h5{
  margin-bottom: 0px;
  display: block;
letter-spacing: 1.5px;

}
.management{
    height: 100%;
}
.management .container1{
  width: 82%;
  margin: auto;
  height:100%;
  padding: 5px;
  
  }
  .management .container1 h5{
    margin-bottom: 0px;
    display: block;
  letter-spacing: 1.5px;
  
  }
.department{
  /* height: 450px; */

}
.department .container1{
  width: 82%;
  margin: auto;
  height:100%;
  padding: 5px;
  }


  .department .container1 h5{
    margin-bottom: 0px;
    display: block;
  letter-spacing: 1.5px;

  
  }



/*********************************
10. new branch design
*********************************/
.nav-pills-custom .nav-link {
  color:black;
  background: #fff;
  /* border:1px solid #ffa800;
  border-left:5px solid  #00a651; */
 /* margin: 5px; */
  position: relative;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #ffa800;
  border:1px solid #ffa800;
background: #fff!important;
border-left:5px solid  #00a651;
}

/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
  .nav-pills-custom .nav-link::before {
      content: '';
      display: block;
      border-top: 8px solid transparent;
      border-left: 10px solid #fff;
      border-bottom: 8px solid transparent;
      position: absolute;
      top: 50%;
      right: -10px;
      transform: translateY(-50%);
      opacity: 0;
  }
}



#bo-status{
 border: 2px solid #ffa800;
  width: 30%;
  border-radius: 10px;
  padding: 5px;
  text-align: center;
  color: #ffa800;
}
#ho-status{
  border: 2px solid #ffa800;
  width: 30%;
  border-radius: 10px;
  padding: 5px;
  text-align: center;
  color: #ffa800;
}


/*********************************
1. Header-Welcome message 
*********************************/
/*--Top left-menu--*/



@media screen and (max-width:600px){
  .contactus{
  
    display: none;
  }
.first-nav{
  height:50px!important;
}
.first-nav h6{
  text-align: center;
}
  
    }
.first-nav{
  background:#33865b;
  height: 100%;
  padding-top:10px;
  color: white;
  font-family: 'Noto Sans', sans-serif;
  }
  .first-nav h6{
      color: white!important;
       
  }
  .top .nav-link {
    padding: 2px 8px !important;
    font-size: 15px;
    line-height: 100px;
    color: #ffa800;
    border-left: 1px solid #ffa800;
}
.nav-container{
  width: 95%;
  margin: auto;
  
  }
  /*--Top Right-menu--*/
  .contactus{
    float: right;
  }
  .contactus ul{
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
  }
  .contactus li {
    float: left;
  }
  .contactus li a {
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    padding-right: 20px;
    padding-left: 5px;
    border-left: 1px dotted WHITE;
  
  }
  .main-logo {
    margin-left: 10%;
    margin-bottom: 0px;
}

  /*--Contact details-*/

  
.sideheader{
  padding: 10px;
  text-align: center;


}
.sideheader h6{
  color:#ffa800;
    font-weight: 800;
    letter-spacing: 2px
}
.sideheader p{
  font-family: inherit;
  border-left: 3px solid #00a651;
}
.sideheader i{
  color:#ffa800;
}

@media screen and (max-width:600px){
  .sideheader{
    visibility: hidden;
    display: none;
  }

    }

/*********************************
4. Introduction_part
*********************************/
.four{
  padding-top:30px;
}
.four .btn{
  outline: none;
  background: #00a651;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 67%);
    transition: all 0.3s ease 0s;
  padding: 7px 15px;
  font-size: large;
  margin: 20px;
  float: right;
  color:#FFF!important;
  }
  .four .three-2 .btn a{
  color: #fff!important;
  text-decoration: none;

  }
  



@media screen and (max-width:600px){
  .four{
text-align: center;
font-size: 14px;

  }
  .section-ceo-message .three-2{
 
    border-right: none!important;
   }
    }



/*********************************
5.product-loan
*********************************/
@media screen and (max-width:600px){
  .three-2 .data-row h2{
    font-size: 18px!important;
    }
    }
/*********************************
5.product-loan
*********************************/

@media screen and (max-width:600px){
  .saving-product .col-md-4 h5{
    color:#ffa800;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 12px!important;
    
    }

    }


/*********************************
10. News
*********************************/

/**.news-five{
  padding:15px;
}*/
.news_item hr{
  background:#ffa800!important;
  margin: 0px;
  margin-top:5px;
}
.news_item
{

background:#fff;
    width: 80%;
  float: right;

}

.news_image img
{
 
    max-width: 50%;
}
.news_content
{
    padding-top: 10px;
    
}
.news_title
{
    font-family: 'gill', sans-serif;
    font-size: 20px;
    color: #00a651;
}
.news_title p{
  font-size: 0.8rem!important;
}

.news_text button{
background:#ffa800 ;
float: right;
margin-right: 15px;


}
.news_text button a{
  color: white;
  text-decoration: none;
}
.news_text button a:hover{
  color: white;
  text-decoration: none;
}
.news_text
{
    margin-top: 1px;
}
.news_text p:last-of-type
{
    margin-bottom: 0;
}
.news_button
{
    position: absolute;
    left: 33px;

    width: 122px;
    height: 41px;
    background: #ffa800;
    text-align: center;
}
.news_button a
{
    display: block;
    position: relative;
    font-family: 'gill', sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 41px;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news_title a{
text-decoration: none;
color: #00a651;

}
.news_button a::after
{
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50%;
    height: 100%;
    background: #FFFFFF;
    content: '';
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: -1;
}
.news_button:hover a::after
{
    width: 100%;
    opacity: 1;
}
.news_button:hover a
{
    color: #ffa800;
}


.news-content h3{
  font-size: 1rem;
}
.news-content h2{
  font-size: 4.5rem;
  color: white;
  margin-left: 100px;;
}
.news-content p{
  font-size: 15px;
  color: #838383;
}

.news-content{
  width: 90%;
  margin: auto;
 }
 .news-content .btn{
background: none;
border: 2px solid #fff;
float: right;
 }
 .news-content .btn a{
 color: #fff!important;
 text-decoration: none!important;
   }

@media screen and (max-width:600px){
  .news_image{
    display: none;
  }


    .news_content{
margin-left: 20px;

    }

    }
    @media screen and (max-width:600px){
      .useful-link{

        display: none;
      }
    
        }


 @media screen and (max-width:650px){



        #bo-status{
          margin-left: 130px;
          width: 25%;

        }
        #ho-status{
margin-left: 130px;
          width: 25%;

        }
      }



/* FLOATING SIDEBAR */
.fixed-side-bar {
  clear: both;
    position: fixed;
    display: block;
    list-style-type: none;
    right: -3.2em;
    top: 45%;
    -webkit-animation: slideright 1s forwards;
    -webkit-animation-delay: 1.5s;
    animation: slideright 1s forwards;
    animation-delay: 1.5s; 
}

@keyframes slideright {
    100% {
        right: 0;
    }
}

.fixed-side-bar li {
  margin-bottom: 100px;
  margin-right: -50px;
  padding: 15px;
  -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
     background-color:#33865b;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  
    -webkit-transition: width .5s, background-color .1s; 
    transition: width .5s, background-color .1s;

}

.fixed-side-bar li a {
    font-size: 19px;
    margin-left:15px!important;
    text-transform: none;
    text-align: center;
  text-decoration: none;
    color: #ebebeb;
}

.fixed-side-bar li:hover {
    background-color: #1b7c79;
    color: #fff;
}
/*********************************
latest post
*********************************/
.news-five-1{
background: red;

margin: 0px;
}
.news-five-2{
background: aqua;

margin: 0px;
}
.news-five .col-md-4{
  border-right:3px solid #fff;

}
.latest-news{
  padding:50px;

}
.latest-news h1 {
  font: bold 12px Sans-Serif;
  letter-spacing: 2px;
  text-transform: uppercase;
font-size:4rem;
  color: #fff;
  padding: 5px 10px;
  margin: 0 0 10px 0;


}
.news-five {
  background: url("../images/img.png") no-repeat center center;
  background-size: cover;
}


.container1{
  width: 95%;
  margin: auto;
}

.useful-link .container1{
  width: 90%!important;
  margin: auto;
}
.useful-link .container1 h4{
  border-left:5px solid #ffa800;
  text-align: left!important;
  padding:3px;
}

.team-detail{
  text-align: left;
  font-size: 0.8rem!important;
  color: rgb(255, 255, 255);
}
.secretary .team-detail{

  color: rgb(0, 0, 0); 
}

@media screen and (max-width:600px){
  .loan-step{
      display:none;
  }

  .information-officer {
    border:none;
  }
  .news-five .col-md-4 {
    border:none;
  }
  .side-menu{
    display:none;
  }
}


/*----new management-----*/
@media screen and (max-width:650px){
  .ceo-main .container1{
    width: 47%;
    margin: auto;
    padding: 5px;
    }
  }
  @media screen and (max-width:650px){
    .director .column-team{
 margin-left:60px;
      }
    }
    @media screen and (max-width:650px){
      .management .column-team{
   margin-left:20px;
        }
        .executive .column-team{
          margin-left:-65px;
               }
               .executive{
                 height:900px;
               }
        .management {
          height:3400px;
        }
        .department{
          height: 900px;
        }
        .department .column-team{
          margin-left:-65px;
               }
      }
      
        @media screen and (max-width:650px){
.executive .container1 {
    display: block;
    justify-content: center;
}
    }
      
      
    main {
      display: flex;
    }


    .normal,
.hover {
  flex: 1;
  padding: 0 25px;
}
.demo-title {
  color: #666;
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.module {
  min-width: 270px;
  height: 470px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s linear 0s;
  overflow: hidden;
  position: relative;
}
.module:hover {
  box-shadow: 0 1px 35px 0 rgba(0, 0, 0, 0.3);
}
.thumbnail {
  position: relative;
  overflow: hidden;
  background: black;
}
.thumbnail img {
  width: 120%;
  transition: all 0.3s;
}
.module:hover .thumbnail img {
  transform: scale(1.1);
  opacity: 0.6;
}

.thumbnail .date {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #e74c3c;
  padding-top: 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 100%;
  height: 55px;
  width: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
}
.date div:first-child {
  font-size: 18px;
  line-height: 1.2;
}
.content {
  position: absolute;
  width: 100%;
  height: 178px;
  bottom: 0;
  background: #fff;
  padding: 30px;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.module:hover .content {
  height: 278px;
}

.content .category {
  position: absolute;
  top: -34px;
  left: 0;
  color: #fff;
  text-transform: uppercase;
  background: #ffa800;
  padding: 10px 15px;
  font-weight: bold;
}
.title {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 24px;
  font-weight: 700;
}
.sub-title {
  margin: 0;
  padding: 0 0 20px;
  color: #e74c3c;
  font-size: 20px;
  font-weight: 400;
}
.description {
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
  height: 0;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  overflow: hidden;
}
.module:hover .description {
  height: 100px;
}

.mt-3, .my-3 {
 margin-top: 0px!important;
padding-top: 0px!important;
}

.p-5 {
  padding: 0rem!important;
}

.secretary .container1{
  width: 70%;
  height:100%;
  
    display: flex;
   
  }
  .secretary .container1 h5{
    margin-bottom: 0px;
    display: block;
  letter-spacing: 1.5px;
  }

  .shrink {
    display: inline-block;
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
  }
  .shrink:hover {
    transform: scale(0.9);
  }
  .saving-product .title{
    font-size: 14px;
    font-style: italic;
    letter-spacing: 2px;
  }
  .saving-product h5 {
    color: #ffa800!important;
}

.four{
  background: url("../images/back-1.png")!important;
 }
 
/*----news-one-----*/

.whats-news-area .whats-news-wrapper, .about-area2 .whats-news-wrapper, .contact-section .whats-news-wrapper {
  background: #fff;
  padding: 30px 20px 20px 20px;
  border-radius: 10px;
}
.whats-news-area .whats-news-single .whates-img img, .about-area2 .whats-news-single .whates-img img, .contact-section .whats-news-single .whates-img img {
  width: 100%;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  transform: scale(1);
}
.whats-news-area .whats-right-single .whats-right-cap, .about-area2 .whats-right-single .whats-right-cap, .contact-section .whats-right-single .whats-right-cap {
  padding-left: 18px;
}
.whats-news-area .whats-right-single .whats-right-cap span, .about-area2 .whats-right-single .whats-right-cap span, .contact-section .whats-right-single .whats-right-cap span {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
}
.colorb {
  color: #0077b5;
}

.news-one h1, h2, h3, h5, h6 {
  font-family: "Barlow",sans-serif;
  /*color: #00a651:--*/
  margin-top: 0;
  font-style: normal;
  font-weight: 500;
  text-transform: normal;
}
.news-one h4 {

  color: #00a651!important;

}


 a:focus,a:hover,.portfolio-cat a:hover,.footer -menu li a:hover{text-decoration:none}a,button{color: #ffffff;outline:medium none}button:focus,input:focus,input:focus,textarea,textarea:focus{outline:0}.uppercase{text-transform:uppercase}input:focus::-moz-placeholder{opacity:0;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}.capitalize{text-transform:capitalize}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit}ul{margin:0;padding:0}hr{border-bottom:1px solid #eceff8;border-top:0 none;padding:0}.theme-overlay{position:relative}.theme-overlay::before{background:#1696e7 none repeat scroll 0 0;content:"";height:100%;left:0;opacity:.6;position:absolute;top:0;width:100%}
@media (max-width:575px){#scrollUp{right:16px}}#scrollUp:hover{color:#fff}.sticky-bar{left:0;margin:auto;position:fixed;top:0;width:100%;-webkit-box-shadow:0 10px 15px rgba(25,25,25,.1);box-shadow:0 10px 15px rgba(25,25,25,.1);z-index:9999;-webkit-animation:300ms ease-in-out 0s normal none 1 running fadeInDown;animation:300ms ease-in-out 0s normal none 1 running fadeInDown;-webkit-box-shadow:0 10px 15px rgba(25,25,25,.1);background:#fff}.header-flex.sticky-flex{display:flex}.social-share ul li{display:inline-block;margin:0 10px}@media (max-width:575px){.social-share ul li{margin:0 5px}}.social-share ul li .section-tittle{display:flex}.social-share .section-tittle{display:flex;align-items:center}.heading-news h3{font-size:40px;display:block;color:#051441;font-weight:700}@media (max-width:575px){.heading-news h3{font-size:29px!important;line-height:1.2}}.section-tittle h3{font-size:31px;line-height:1.2;font-size:28px}.mt-5{margin-top:5px}.mt-10{margin-top:10px}.mt-15{margin-top:15px}.mt-20{margin-top:20px}.mt-25{margin-top:25px}.mt-30{margin-top:30px}.mt-35{margin-top:35px}.mt-40{margin-top:40px}.mt-45{margin-top:45px}.mt-50{margin-top:50px}.mt-55{margin-top:55px}.mt-60{margin-top:60px}.mt-65{margin-top:65px}.mt-70{margin-top:70px}.mt-75{margin-top:75px}.mt-80{margin-top:80px}.mt-85{margin-top:85px}.mt-90{margin-top:90px}.mt-95{margin-top:95px}.mt-100{margin-top:100px}.mt-105{margin-top:105px}.mt-110{margin-top:110px}.mt-115{margin-top:115px}.mt-120{margin-top:120px}.mt-125{margin-top:125px}.mt-130{margin-top:130px}.mt-135{margin-top:135px}.mt-140{margin-top:140px}.mt-145{margin-top:145px}.mt-150{margin-top:150px}.mt-155{margin-top:155px}.mt-160{margin-top:160px}.mt-165{margin-top:165px}.mt-170{margin-top:170px}.mt-175{margin-top:175px}.mt-180{margin-top:180px}.mt-185{margin-top:185px}.mt-190{margin-top:190px}.mt-195{margin-top:195px}.mt-200{margin-top:200px}.mb-5{margin-bottom:5px}.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mb-25{margin-bottom:25px}.mb-30{margin-bottom:15px}.mb-35{margin-bottom:35px}.mb-40{margin-bottom:40px}.mb-45{margin-bottom:45px}.mb-50{margin-bottom:20px}.mb-55{margin-bottom:55px}.mb-60{margin-bottom:60px}.mb-65{margin-bottom:65px}.mb-70{margin-bottom:70px}.mb-75{margin-bottom:75px}.mb-80{margin-bottom:80px}.mb-85{margin-bottom:85px}.mb-90{margin-bottom:90px}.mb-95{margin-bottom:95px}.mb-100{margin-bottom:100px}.mb-105{margin-bottom:105px}.mb-110{margin-bottom:110px}.mb-115{margin-bottom:115px}.mb-120{margin-bottom:120px}.mb-125{margin-bottom:125px}.mb-130{margin-bottom:130px}.mb-135{margin-bottom:135px}.mb-140{margin-bottom:140px}.mb-145{margin-bottom:145px}.mb-150{margin-bottom:150px}.mb-155{margin-bottom:155px}.mb-160{margin-bottom:160px}.mb-165{margin-bottom:165px}.mb-170{margin-bottom:170px}.mb-175{margin-bottom:175px}.mb-180{margin-bottom:180px}.mb-185{margin-bottom:185px}.mb-190{margin-bottom:190px}
.mb-195{margin-bottom:195px}.mb-200{margin-bottom:200px}.ml-5{margin-left:5px}.ml-10{margin-left:10px}.ml-15{margin-left:15px}.ml-20{margin-left:20px}.ml-25{margin-left:25px}.ml-30{margin-left:30px}.ml-35{margin-left:35px}.ml-40{margin-left:40px}.ml-45{margin-left:45px}.ml-50{margin-left:50px}.ml-55{margin-left:55px}.ml-60{margin-left:60px}.ml-65{margin-left:65px}.ml-70{margin-left:70px}.ml-75{margin-left:75px}.ml-80{margin-left:80px}.ml-85{margin-left:85px}.ml-90{margin-left:90px}.ml-95{margin-left:95px}.ml-100{margin-left:100px}.ml-105{margin-left:105px}.ml-110{margin-left:110px}.ml-115{margin-left:115px}.ml-120{margin-left:120px}.ml-125{margin-left:125px}.ml-130{margin-left:130px}.ml-135{margin-left:135px}.ml-140{margin-left:140px}.ml-145{margin-left:145px}.ml-150{margin-left:150px}.ml-155{margin-left:155px}.ml-160{margin-left:160px}.ml-165{margin-left:165px}.ml-170{margin-left:170px}.ml-175{margin-left:175px}.ml-180{margin-left:180px}.ml-185{margin-left:185px}.ml-190{margin-left:190px}.ml-195{margin-left:195px}.ml-200{margin-left:200px}.mr-5{margin-right:5px}.mr-10{margin-right:10px}.mr-15{margin-right:15px}.mr-20{margin-right:20px}.mr-25{margin-right:25px}.mr-30{margin-right:30px}.mr-35{margin-right:35px}.mr-40{margin-right:40px}.mr-45{margin-right:45px}.mr-50{margin-right:50px}.mr-55{margin-right:55px}.mr-60{margin-right:60px}.mr-65{margin-right:65px}.mr-70{margin-right:70px}.mr-75{margin-right:75px}.mr-80{margin-right:80px}.mr-85{margin-right:85px}.mr-90{margin-right:90px}.mr-95{margin-right:95px}.mr-100{margin-right:100px}.mr-105{margin-right:105px}.mr-110{margin-right:110px}.mr-115{margin-right:115px}.mr-120{margin-right:120px}.mr-125{margin-right:125px}.mr-130{margin-right:130px}.mr-135{margin-right:135px}.mr-140{margin-right:140px}.mr-145{margin-right:145px}.mr-150{margin-right:150px}.mr-155{margin-right:155px}.mr-160{margin-right:160px}.mr-165{margin-right:165px}.mr-170{margin-right:170px}.mr-175{margin-right:175px}.mr-180{margin-right:180px}.mr-185{margin-right:185px}.mr-190{margin-right:190px}.mr-195{margin-right:195px}.mr-200{margin-right:200px}.pt-5{padding-top:5px}.pt-10{padding-top:10px}.pt-15{padding-top:15px}.pt-20{padding-top:20px}.pt-25{padding-top:25px}.pt-30{padding-top:30px}.pt-35{padding-top:35px}.pt-40{padding-top:40px}.pt-45{padding-top:45px}.pt-50{padding-top:10px}.pt-55{padding-top:55px}.pt-60{padding-top:60px}.pt-65{padding-top:65px}.pt-70{padding-top:70px}.pt-75{padding-top:75px}.pt-80{padding-top:80px}.pt-85{padding-top:85px}.pt-90{padding-top:90px}.pt-95{padding-top:95px}.pt-100{padding-top:100px}.pt-105{padding-top:105px}.pt-110{padding-top:110px}.pt-115{padding-top:115px}.pt-120{padding-top:120px}.pt-125{padding-top:125px}.pt-130{padding-top:130px}.pt-135{padding-top:135px}.pt-140{padding-top:140px}.pt-145{padding-top:145px}.pt-150{padding-top:150px}.pt-155{padding-top:155px}.pt-160{padding-top:160px}.pt-165{padding-top:165px}.pt-170{padding-top:170px}.pt-175{padding-top:175px}.pt-180{padding-top:180px}.pt-185{padding-top:185px}.pt-190{padding-top:190px}.pt-195{padding-top:195px}.pt-200{padding-top:200px}.pt-260{padding-top:260px}.pb-5{padding-bottom:5px}.pb-10{padding-bottom:10px}.pb-15{padding-bottom:15px}.pb-20{padding-bottom:20px}.pb-25{padding-bottom:25px}.pb-30{padding-bottom:30px}.pb-35{padding-bottom:35px}.pb-40{padding-bottom:40px}.pb-45{padding-bottom:45px}.pb-50{padding-bottom:50px}.pb-55{padding-bottom:55px}.pb-60{padding-bottom:60px}.pb-65{padding-bottom:65px}.pb-70{padding-bottom:70px}.pb-75{padding-bottom:75px}.pb-80{padding-bottom:80px}.pb-85{padding-bottom:85px}.pb-90{padding-bottom:90px}.pb-95{padding-bottom:95px}.pb-100{padding-bottom:100px}.pb-105{padding-bottom:105px}.pb-110{padding-bottom:110px}.pb-115{padding-bottom:115px}.pb-120{padding-bottom:120px}.pb-125{padding-bottom:125px}.pb-130{padding-bottom:130px}.pb-135{padding-bottom:135px}.pb-140{padding-bottom:140px}.pb-145{padding-bottom:145px}.pb-150{padding-bottom:150px}.pb-155{padding-bottom:155px}.pb-160{padding-bottom:160px}.pb-165{padding-bottom:165px}.pb-170{padding-bottom:170px}.pb-175{padding-bottom:175px}.pb-180{padding-bottom:180px}.pb-185{padding-bottom:185px}.pb-190{padding-bottom:190px}.pb-195{padding-bottom:195px}.pb-200{padding-bottom:200px}.pl-5{padding-left:5px}.pl-10{padding-left:10px}.pl-15{padding-left:15px}.pl-20{padding-left:20px}.pl-25{padding-left:25px}.pl-30{padding-left:30px}.pl-35{padding-left:35px}.pl-40{padding-left:40px}.pl-45{padding-left:45px}.pl-50{padding-left:50px}.pl-55{padding-left:55px}.pl-60{padding-left:60px}.pl-65{padding-left:65px}.pl-70{padding-left:70px}.pl-75{padding-left:75px}.pl-80{padding-left:80px}.pl-85{padding-left:85px}.pl-90{padding-left:90px}.pl-95{padding-left:95px}.pl-100{padding-left:100px}.pl-105{padding-left:105px}.pl-110{padding-left:110px}.pl-115{padding-left:115px}.pl-120{padding-left:120px}.pl-125{padding-left:125px}.pl-130{padding-left:130px}.pl-135{padding-left:135px}.pl-140{padding-left:140px}.pl-145{padding-left:145px}.pl-150{padding-left:150px}.pl-155{padding-left:155px}.pl-160{padding-left:160px}.pl-165{padding-left:165px}.pl-170{padding-left:170px}.pl-175{padding-left:175px}.pl-180{padding-left:180px}.pl-185{padding-left:185px}.pl-190{padding-left:190px}.pl-195{padding-left:195px}.pl-200{padding-left:200px}.pr-5{padding-right:5px}.pr-10{padding-right:10px}.pr-15{padding-right:15px}.pr-20{padding-right:20px}.pr-25{padding-right:25px}.pr-30{padding-right:30px}.pr-35{padding-right:35px}.pr-40{padding-right:40px}.pr-45{padding-right:45px}.pr-50{padding-right:50px}.pr-55{padding-right:55px}.pr-60{padding-right:60px}
@media only screen and (min-width:768px) and (max-width:991px){.banner-area{padding-top:50px;padding-bottom:50px}}@media (max-width:575px){.banner-area{padding-top:30px;padding-bottom:30px}}@media only screen and (min-width:576px) and (max-width:767px){.banner-area{padding-top:30px;padding-bottom:30px}}.banner-area .banner-one img{width:100%}.home-banner2 img{width:100%}.colorb{color:#0077b5}.colorg{color:#13c600}.colorr{color:#ed4141}.bgb{background:#0077b5}.bgg{background:#13c600}.bgr{background:#ed4141}.bgbeg{background:#8a3ab9}.top-bg{background:#0000}.white-bg{background:#fff}.gray-bg{background:#f4f4f4}.gray-bg{background:#f4f4f4}.white-bg{background:#fff}.black-bg{background:#000}.theme-bg{background:#ff2143}.brand-bg{background:#f1f4fa}.testimonial-bg{background:#f9fafc}.white-color{color:#fff}.black-color{color:#000}.theme-color{color:#ff2143}@media only screen and (min-width:768px) and (max-width:991px){.header-area{box-shadow:0 10px 15px rgba(25,25,25,.1)}}@media only screen and (min-width:576px) and (max-width:767px){.header-area{box-shadow:0 10px 15px rgba(25,25,25,.1)}}@media (max-width:575px){.header-area{box-shadow:0 10px 15px rgba(25,25,25,.1)}}.header-area .header-top{padding:11px 0}.header-area .header-top .header-info-left ul li{color:#cdcfd8;display:inline-block;margin-right:33px;padding-right:33px;border-right:1px solid #cdcfd8;font-size:14px;line-height:1}@media only screen and (min-width:768px) and (max-width:991px){.header-area .header-top .header-info-left ul li{border-right:0}}@media only screen and (min-width:576px) and (max-width:767px){.header-area .header-top .header-info-left ul li{border-right:0}}@media (max-width:575px){.header-area .header-top .header-info-left ul li{border-right:0}}.header-area .header-top .header-info-left ul li:last-child{border-right:0;margin-right:0;padding-right:0}@media only screen and (min-width:768px) and (max-width:991px){.header-area .header-top .header-info-left ul li:last-child{display:none}}@media only screen and (min-width:576px) and (max-width:767px){.header-area .header-top .header-info-left ul li:last-child{display:none}}@media (max-width:575px){.header-area .header-top .header-info-left ul li:last-child{display:none}}.header-area .header-top .header-info-left ul li span{margin-right:8px;color:#ff2143}.header-area .header-top .header-info-left ul li.title{text-transform:uppercase}.header-area .header-top .header-info-right .header-date li{color:#cdcfd8;display:inline-block;font-size:14px}.header-area .header-top .header-info-right .header-date li span{color:#cdcfd8;font-size:13px;margin-right:8px}.header-area .header-mid{padding:9px 0;position:relative}.header-area .header-mid .header-banner img{width:100%}.header-area .header-bottom{box-shadow:0 0 36px 0 rgba(0,0,0,.1);background:#ff2143}@media only screen and (min-width:576px) and (max-width:767px){.header-area .header-bottom{border-top:0}}@media (max-width:575px){.header-area .header-bottom{border-top:0}}.header-area .header-bottom .header-social{display:inline-block;padding:27px 30px;position:relative}@media only screen and (min-width:992px) and (max-width:1199px){.header-area .header-bottom .header-social{padding:27px 12px}}.header-area .header-bottom .header-social::before{content:"";width:1px;height:101%;background:#ff889a;position:absolute;left:0;top:0;bottom:0}.header-area .header-bottom .header-social::after{content:"";width:1px;height:101%;background:#ff889a;position:absolute;right:0;top:0;bottom:0}.header-area .header-bottom .header-social li{display:inline-block}.header-area .header-bottom .header-social li a{color:#fff;font-size:16px;padding:0 11px}.header-area .header-bottom .header-social li a:hover{color:#fff}.header-area .header-bottom .header-social a i{-webkit-transition:all .4s ease-out 0s;-moz-transition:all .4s ease-out 0s;-ms-transition:all .4s ease-out 0s;-o-transition:all .4s ease-out 0s;transition:all .4s ease-out 0s;transform:rotateY(0deg);-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);-o-transform:rotateY(0deg)}.header-area .header-bottom .header-social a:hover i{transform:rotateY(180deg);-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg)}.header-area .header-bottom .search-box{display:inline-block;position:relative}.header-area .header-bottom .search-box::before{content:"";width:1px;height:104%;background:#ff889a;position:absolute;right:0;top:-1px;bottom:0}.header-area .header-bottom .search-box i{color:#fff;font-size:16px;cursor:pointer;padding:30px 30px}.main-header{position:relative;z-index:3}@media only screen and (min-width:1200px) and (max-width:1600px){.main-header .main-menu{margin-right:30px}}.main-header .main-menu ul li{display:inline-block;position:relative;z-index:1}.main-header .main-menu ul li a{color:#fff;font-weight:500;padding:27px 25px;display:block;font-size:15px;-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;text-transform:uppercase;position:relative}@media only screen and (min-width:992px) and (max-width:1199px){.main-header .main-menu ul li a{padding:28px 19px}}
  .main-header .main-menu ul li a::before{content:"";width:1px;height:14px;background:#fff;position:absolute;right:0;top:50%;transform:translateY(-50%)}.main-header .main-menu ul li:last-child a::before{display:none}.main-header .main-menu ul li:first-child a{padding-left:0}.main-header .main-menu ul li:hover>a{color:#fff}.main-header .main-menu ul ul.submenu{position:absolute;width:170px;background:#fff;left:0;top:100%;transform:scale(.9);visibility:hidden;opacity:0;box-shadow:0 0 10px 3px rgba(0,0,0,.05);padding:17px 0;-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-ms-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}.main-header .main-menu ul ul.submenu>li{margin-left:7px;display:block}.main-header .main-menu ul ul.submenu>li>a{padding:6px 10px!important;font-size:15px;color:#0b1c39;text-transform:capitalize}.main-header .main-menu ul ul.submenu>li>a:hover{color:#ff2143;background:none}.main-header .nav-search{display:inline-block;position:relative}.main-header .nav-search::before{content:"";width:1px;height:104%;background:#ff889a;position:absolute;right:0;top:-1px;bottom:0}.main-header .nav-search i{color:#fff;font-size:16px;cursor:pointer;padding:30px 30px}.main-header ul>li:hover>ul.submenu{visibility:visible;opacity:1;top:101%;transform:scale(1)}.header-sticky ul li a{padding:10px 19px}.header-sticky.sticky-bar.sticky .header-flex{justify-content:space-between}@media only screen and (min-width:768px) and (max-width:991px){.header-sticky.sticky-bar.sticky .main-menu .submenu{right:0;left:inherit}}.search-model-box{display:none;position:fixed;width:100%;height:100%;left:0;top:0;background:#000;z-index:99999}.search-model-box .search-model-form{padding:0 15px}.search-model-box .search-model-form input{width:500px;font-size:40px;border:none;border-bottom:2px solid #333;background:none;color:#999}.search-model-box .search-close-btn{position:absolute;width:50px;height:50px;background:#333;color:#fff;text-align:center;border-radius:50%;font-size:28px;line-height:28px;top:30px;cursor:pointer;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);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}.mobile_menu{position:absolute;right:0;width:100%;z-index:99;top:-15px}.mobile_menu .slicknav_menu{background:transparent;margin-top:0!important}.mobile_menu .slicknav_menu .slicknav_btn{top:-32px;right:10px}.mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar{background-color:#fff!important}.mobile_menu .slicknav_menu .slicknav_nav{margin-top:9px!important;box-shadow:0 0 10px 3px rgba(141,140,140,.5)}.mobile_menu .slicknav_menu .slicknav_nav a:hover{background:transparent;color:#ff2143}.mobile_menu .slicknav_menu .slicknav_nav a{font-size:15px;padding:7px 10px}.mobile_menu .slicknav_menu .slicknav_nav .slicknav_item a{padding:0!important}.header-sticky.sticky-bar.sticky .header-right-btn{display:none!important}.sticky-logo{display:none!important}@media only screen and (min-width:576px) and (max-width:767px){.sticky-logo{display:block!important}}@media (max-width:575px){.sticky-logo{display:block!important}}.sticky-logo.info-open{padding:6px}.trending-area .trending-main{border-bottom:1px solid #eee}.trending-area .trending-main .trending-top .trend-top-img{overflow:hidden;position:relative;border-radius:7px}.trending-area .trending-main .trending-top .trend-top-img::before{position:absolute;width:100%;height:50%;bottom:0;content:""}.trending-area .trending-main .trending-top .trend-top-img img{width:100%}.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap{position:absolute;bottom:25px;left:31px}@media (max-width:575px){.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap{bottom:-2px;left:5px}}.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap span{color:#051441;padding:7px 14px;border-radius:5px;text-transform:uppercase;font-weight:700;font-size:10px;line-height:1;margin-bottom:19px;display:inline-block;color:#fff;overflow:hidden}.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap h2{font-size:40px;font-weight:800;overflow:hidden}@media only screen and (min-width:576px) and (max-width:767px){.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap h2{font-size:30px}}@media (max-width:575px){.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap h2{font-size:15px}}.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap h2 a{display:block;color:#fff;line-height:1.3}.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap h2 a:hover{color:#f75a5a}.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap p{color:#c2c2c2;font-size:12px;overflow:hidden}.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap.trend-top-cap2{bottom:0}.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap.trend-top-cap2 h2{font-size:24px;font-weight:800}@media only screen and (min-width:576px) and (max-width:767px){.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap.trend-top-cap2 h2{font-size:15px}}@media (max-width:575px){.trending-area .trending-main .trending-top .trend-top-img .trend-top-cap.trend-top-cap2 h2{font-size:15px}}.trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-img{overflow:hidden}
  .trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-img img{width:100%;border-radius:5px;transform:scale(1);transition:all .5s ease-out 0s}.trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap span{color:#051441;text-transform:uppercase;font-size:11px;font-weight:400;padding:10px 15px;line-height:1;margin-bottom:15px;display:inline-block}.trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap h4{font-size:18px}@media only screen and (min-width:992px) and (max-width:1199px){.trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap h4{font-size:16px}}.trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap h4 a{font-weight:500;line-height:1.4}.trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap h4 a:hover{color:#00a651}.single-bottom:hover .trend-bottom-img img{transform:scale(1.1)}.whats-news-area .whats-news-wrapper,.about-area2 .whats-news-wrapper,.contact-section .whats-news-wrapper{background:#fff;padding:30px 20px 20px 20px;border-radius:10px}.whats-news-area .whats-news-single,.about-area2 .whats-news-single,.contact-section .whats-news-single{margin-left:15px;margin-right:15px}.whats-news-area .whats-news-single .whates-img,.about-area2 .whats-news-single .whates-img,.contact-section .whats-news-single .whates-img{margin-bottom:12px;overflow:hidden;border-radius:6px}.whats-news-area .whats-news-single .whates-img img,.about-area2 .whats-news-single .whates-img img,.contact-section .whats-news-single .whates-img img{width:100%;-webkit-transition:all .4s ease-out 0s;-moz-transition:all .4s ease-out 0s;-ms-transition:all .4s ease-out 0s;-o-transition:all .4s ease-out 0s;transition:all .4s ease-out 0s;transform:scale(1)}.whats-news-area .whats-news-single .whates-caption h4 a,.about-area2 .whats-news-single .whates-caption h4 a,.contact-section .whats-news-single .whates-caption h4 a{font-size:24px;line-height:1.2;margin-bottom:12px;display:block;font-weight:700}@media (max-width:575px){.whats-news-area .whats-news-single .whates-caption h4 a,.about-area2 .whats-news-single .whates-caption h4 a,.contact-section .whats-news-single .whates-caption h4 a{font-size:21px}}.whats-news-area .whats-news-single .whates-caption h4 a:hover,.about-area2 .whats-news-single .whates-caption h4 a:hover,.contact-section .whats-news-single .whates-caption h4 a:hover{color:#ffa800}.whats-news-area .whats-news-single .whates-caption span,.about-area2 .whats-news-single .whates-caption span,.contact-section .whats-news-single .whates-caption span{color:#707b8e;font-size:12px;margin-bottom:14px;display:block}.whats-news-area .whats-news-single .whates-caption p,.about-area2 .whats-news-single .whates-caption p,.contact-section .whats-news-single .whates-caption p{margin-bottom:0;color:#000;font-size:16px}@media (max-width:575px){.whats-news-area .whats-news-single .whates-caption p,.about-area2 .whats-news-single .whates-caption p,.contact-section .whats-news-single .whates-caption p{font-size:15px}}@media only screen and (min-width:992px) and (max-width:1199px){.whats-news-area .whats-news-single .whates-caption.whates-caption2 h4 a,.about-area2 .whats-news-single .whates-caption.whates-caption2 h4 a,.contact-section .whats-news-single .whates-caption.whates-caption2 h4 a{font-size:20px}}@media only screen and (min-width:768px) and (max-width:991px){.whats-news-area .whats-news-single .whates-caption.whates-caption2 h4 a,.about-area2 .whats-news-single .whates-caption.whates-caption2 h4 a,.contact-section .whats-news-single .whates-caption.whates-caption2 h4 a{font-size:23px}.whats-news-area .whats-news-single .whates-caption.whates-caption2 p,.about-area2 .whats-news-single .whates-caption.whates-caption2 p,.contact-section .whats-news-single .whates-caption.whates-caption2 p{font-size:15px}}.whats-news-area .whats-news-single:hover .whates-img img,.about-area2 .whats-news-single:hover .whates-img img,.contact-section .whats-news-single:hover .whates-img img{transform:scale(1.05)}.whats-news-area .whats-right-single,.about-area2 .whats-right-single,.contact-section .whats-right-single{display:flex}@media (max-width:575px){.whats-news-area .whats-right-single,.about-area2 .whats-right-single,.contact-section .whats-right-single{display:block}}
  .whats-news-area .whats-right-single .whats-right-img img,.about-area2 .whats-right-single .whats-right-img img,.contact-section .whats-right-single .whats-right-img img{border-radius:6px}@media (max-width:575px){.whats-news-area .whats-right-single .whats-right-img img,.about-area2 .whats-right-single .whats-right-img img,.contact-section .whats-right-single .whats-right-img img{margin-bottom:7px}}.whats-news-area .whats-right-single .whats-right-cap,.about-area2 .whats-right-single .whats-right-cap,.contact-section .whats-right-single .whats-right-cap{padding-left:18px}@media only screen and (min-width:992px) and (max-width:1199px){.whats-news-area .whats-right-single .whats-right-cap,.about-area2 .whats-right-single .whats-right-cap,.contact-section .whats-right-single .whats-right-cap{padding-left:15px}}@media (max-width:575px){.whats-news-area .whats-right-single .whats-right-cap,.about-area2 .whats-right-single .whats-right-cap,.contact-section .whats-right-single .whats-right-cap{padding-left:0}}.whats-news-area .whats-right-single .whats-right-cap span,.about-area2 .whats-right-single .whats-right-cap span,.contact-section .whats-right-single .whats-right-cap span{text-transform:uppercase;font-size:11px;font-weight:700;line-height:1;margin-bottom:15px;display:inline-block}.whats-news-area .whats-right-single .whats-right-cap h4,.about-area2 .whats-right-single .whats-right-cap h4,.contact-section .whats-right-single .whats-right-cap h4{font-size:16px;font-weight:700}@media only screen and (min-width:992px) and (max-width:1199px){.whats-news-area .whats-right-single .whats-right-cap h4,.about-area2 .whats-right-single .whats-right-cap h4,.contact-section .whats-right-single .whats-right-cap h4{font-size:11px}}@media only screen and (min-width:768px) and (max-width:991px){.whats-news-area .whats-right-single .whats-right-cap h4,.about-area2 .whats-right-single .whats-right-cap h4,.contact-section .whats-right-single .whats-right-cap h4{font-size:14px}}.whats-news-area .whats-right-single .whats-right-cap h4 a,.about-area2 .whats-right-single .whats-right-cap h4 a,.contact-section .whats-right-single .whats-right-cap h4 a{font-weight:500;line-height:1.4}.whats-news-area .whats-right-single .whats-right-cap h4 a:hover,.about-area2 .whats-right-single .whats-right-cap h4 a:hover,.contact-section .whats-right-single .whats-right-cap h4 a:hover{color:#ffa800}.whats-news-area .whats-right-single .whats-right-cap p,.about-area2 .whats-right-single .whats-right-cap p,.contact-section .whats-right-single .whats-right-cap p{color:#707b8e;font-size:12px;margin:0;line-height:1}.whats-news-area .single-follow,.about-area2 .single-follow,.contact-section .single-follow{background:#fff;padding:30px 20px 30px 20px;border-radius:7px}.whats-news-area .single-follow .single-box,.about-area2 .single-follow .single-box,.contact-section .single-follow .single-box{display:flex;flex-wrap:wrap;justify-content:space-between}.whats-news-area .single-follow .follow-us,.about-area2 .single-follow .follow-us,.contact-section .single-follow .follow-us{background:#fff;border:1px solid #f4f4f4;padding-top:10px;padding-bottom:15px;padding-left:13px;padding-right:13px;border-radius:5px;margin-bottom:5px;width:49%}.whats-news-area .single-follow .follow-us .follow-count,.about-area2 .single-follow .follow-us .follow-count,.contact-section .single-follow .follow-us .follow-count{padding-left:15px}.whats-news-area .single-follow .follow-us .follow-count span,.about-area2 .single-follow .follow-us .follow-count span,.contact-section .single-follow .follow-us .follow-count span{color:#232323;font-size:14px;font-weight:500}.whats-news-area .single-follow .follow-us .follow-count p,.about-area2 .single-follow .follow-us .follow-count p,.contact-section .single-follow .follow-us .follow-count p{margin-bottom:0;line-height:1;font-size:11px}.whats-news-area .news-poster img,.about-area2 .news-poster img,.contact-section .news-poster img{width:100%;padding:0 61px}.whats-news-area .most-recent-area,.about-area2 .most-recent-area,.contact-section .most-recent-area{background:#fff;padding:30px 10px;border-radius:7px}.whats-news-area .most-recent-area .most-recent .most-recent-img,.about-area2 .most-recent-area .most-recent .most-recent-img,.contact-section .most-recent-area .most-recent .most-recent-img{overflow:hidden;position:relative}.whats-news-area .most-recent-area .most-recent .most-recent-img::before,.about-area2 .most-recent-area .most-recent .most-recent-img::before,.contact-section .most-recent-area .most-recent .most-recent-img::before{position:absolute;width:100%;height:100%;bottom:0;content:""}.whats-news-area .most-recent-area .most-recent .most-recent-img img,.about-area2 .most-recent-area .most-recent .most-recent-img img,.contact-section .most-recent-area .most-recent .most-recent-img img{width:100%;border-radius:7px}.whats-news-area .most-recent-area .most-recent .most-recent-img .most-recent-cap,.about-area2 .most-recent-area .most-recent .most-recent-img .most-recent-cap,.contact-section .most-recent-area .most-recent .most-recent-img .most-recent-cap{position:absolute;bottom:0;left:31px}@media (max-width:575px){.whats-news-area .most-recent-area .most-recent .most-recent-img .most-recent-cap,.about-area2 .most-recent-area .most-recent .most-recent-img .most-recent-cap,.contact-section .most-recent-area .most-recent .most-recent-img .most-recent-cap{bottom:-2px;left:5px}}

/*----Banner-11-----*/
  .banner-11{
padding: 10px;
    background-image: url(../images/bg-11.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    height: 300px;
  }
  .banner-11-content h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
}
.banner-11-content h2 em {
  font-style: normal;
  color: #00a651;
}
.banner-11-content p {
  font-size: 16px;
  color: #fff;
  margin: 15px 0px 25px 0px;
}

.main-button a {
  display: inline-block;
  font-size: 15px;
  padding: 12px 20px;
  background-color: #00a651;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
}



/*----csr-----*/
.card5 {
  position: absolute;
  height: 350px;
  width: 100%;
  max-width: 850px;
  margin: auto;
  background-color: #ffffff;
  border-radius: 25px;
  box-shadow: 10px 0 50px rgba(0, 0, 0, 0.5);
}

.card5 .inner_part {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 30px;
  height: 350px;
  position: absolute;
}
.card5 .img img {
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  transition: .6s;
}

.card5 .content {
  padding: 0 20px 0 35px;
  width: 530px;
  margin-left: 50px;
  opacity: 0;
  transition: .6s; 
}

.card5 .content .title {
  font-size: 20px;
  font-weight: 600;
  color: #0d0925;
  margin: 0 0 20px 0;
}

.card5 .content .text {
  font-size: 19px;
  color: #4e4a67;
  margin: 0 auto 30px auto;
  line-height: 1.5em;
  text-align: justify;
}

.content button {
  padding: 15px 20px;
  border: none;
  font-size: 16px;
  color: #fff0e6;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 50px;
  cursor: pointer;
  outline: none;
  background: #000000;
  float: right;
}

.content button:hover {
  background: #cecece;
  color: #000000;
}


#slideImg:checked ~ .inner_part {
  padding: 0;
  transition: .1s ease-in;
}

.inner_part .img {
  height: 260px;
  width: 260px;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 20px;
  box-shadow: 0 10px 50px rgba(0,0,0,0.2);
}

#slideImg:checked ~ .inner_part .img {
 height: 350px;
 width: 850px;
 z-index: 99;
 transition: .3s .2s ease-in;
}



#slide_1:checked ~ .inner_part .img_1,
#slide_2:checked ~ .inner_part .img_2,
#slide_3:checked ~ .inner_part .img_3 {
  opacity: 1;
  transition-delay: .2s;
}



#slideImg:checked ~ .inner_part .content {
  display: none;
}

#slide_1:checked ~ .inner_part .content_1,
#slide_2:checked ~ .inner_part .content_2,
#slide_3:checked ~ .inner_part .content_3 {
  opacity: 1;
  margin-left: 850px;
  margin-bottom: 100px;
  z-index: 100;
  transition-delay: .3s;
}


.slider5 {
  position: absolute;
  bottom: 25px;
  left: 55%;
  transform: translateX(-50%);
  z-index: 1;
}

#slideImg:checked ~ .slider5 {
  display: none;
}

.slider5 .slide {
  position: relative;
  height: 10px;
  width: 50px;
  background: #d9d9d9;
  border-radius: 5px;
  display: inline-flex;
  margin: 0 3px;
  cursor: pointer;
}


.slider5 .slide:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: -100%;
  background: #000000;;
  border-radius: 10px;
  transform: scaleX(0);
  transition: transform .6s;
  transform-origin: left;
}

#slide_1:checked ~ .slider .slide_1:before,
#slide_2:checked ~ .slider .slide_2:before,
#slide_3:checked ~ .slider .slide_3:before {
  transform: scaleX(1);
  width: 100%;
}
input {
  display: none;
}
/* ==== Cards using Bootstrap === */
#cards .card {
  border-radius: 20px;

}

#cards .heading-border {
  position: absolute;
  width: 100%;
  top: 60%;
}

#cards .card .user-picture img {
  position: absolute;
  top: -20%;
  right: 10%;
  background: #f8f9fa!important;
  padding: 10px;
}

#cards .card .user-content .user-name {
  margin-right: 150px;
}
.cards .info a{
  color:black!important;
}
.headingtext{
font-size: 1.7rem;;
}

.headingtext p::first-letter {
  font-size: 100%;
  color: #00a651;
  text-decoration: underline;
}
.titletext{
 padding: 5px;
 background: #00a651!important;
 border-radius: 20px;
}

.titletext h4{
  color:#fff!important;
  margin-top:5px;
}



.reportlist li{
  border-bottom: 1px dotted #ffa800;
  padding: 5px 15px;
  margin: 0;
}



/*--footer new design---*/
ul {
  margin: 0px;
  padding: 0px;
}
.footer-section {
background: #00a651;
position: relative;
border-top: 10px solid #fdb813;
}
.footer-cta {
border-bottom: 1px solid #ffffff;
}
.single-cta i {
color: #ffa800;
font-size: 30px;
float: left;
margin-top: 8px;
}
.cta-text {
padding-left: 15px;
display: inline-block;
}
.cta-text h4 {
color: #fff;
font-size: 20px;
font-weight: 600;
margin-bottom: 2px;
}
.cta-text span {
color: #eceaea;
font-family: 'Andika', Helvetica, Arial, sans-serif;
font-size: 15px;
}
.footer-content {
position: relative;
z-index: 2;
}
.footer-pattern img {
position: absolute;
top: 0;
left: 0;
height: 330px;
background-size: cover;
background-position: 100% 100%;
}
.footer-logo {
margin-bottom: 30px;
}
.footer-logo img {
  max-width: 200px;
}
.footer-text p {
  font-family: 'Andika', Helvetica, Arial, sans-serif;
margin-bottom: 14px;
font-size: 14px;
    color: #eceaea;
/* line-height: 28px; */
}
.footer-social-icon span {
color: #fff;
display: block;
font-size: 20px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
margin-bottom: 20px;
}
.footer-social-icon a {
color: #fff;
font-size: 16px;
margin-right: 15px;
}
.footer-social-icon i {
height: 40px;
width: 40px;
text-align: center;
line-height: 38px;
border-radius: 50%;
}
.facebook-bg{
background: #3B5998;
}
.twitter-bg{
background: #55ACEE;
}
.google-bg{
background: #DD4B39;
}
.footer-widget-heading h3 {
color: #fff;
font-size: 20px;
font-weight: 400;
margin-bottom: 40px;
position: relative;
}
.footer-widget-heading h3::before {
content: "";
position: absolute;
left: 0;
bottom: -15px;
height: 2px;
width: 50px;
background: #ff5e14;
}
.footer-widget ul li {
display: inline-block;
/* float: left; */
width: 50%;


}
.footer-widget ul li a:hover{
color: #eceaea;
}
.footer-widget ul li a {
color: #eceaea;
font-family: 'Andika', Helvetica, Arial, sans-serif;

}
.subscribe-form {
position: relative;
overflow: hidden;
}
.subscribe-form input {
width: 100%;
padding: 14px 28px;
background: #2E2E2E;
border: 1px solid #2E2E2E;
color: #fff;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 13px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}
.subscribe-form button i {
color: #fff;
font-size: 22px;
transform: rotate(-6deg);
}
.copyright-area{
  background: rgba(0,0,0,0.8);
  padding: 15px;
  border-top: 2px solid #fdb813;
}
.copyright-text p {
margin: 0;
font-size: 14px;
color: #878787;
}
.copyright-text p a{
color: #ff5e14;
}
.footer-menu li {
display: inline-block;
margin-left: 20px;
}
.footer-menu li:hover a{
color: #ff5e14;
}
.footer-menu li a {
font-size: 14px;
color: #878787;
}
.pb-5, .py-5 {
  padding-bottom: 0!important;
}
address {
  color: #eceaea!important;
  font-family: 'Andika', Helvetica, Arial, sans-serif;
}

/*--branch new design---*/
.branch-container{
  padding:15px;
  
  border-top: 5px solid #fdb813;
}
.branch-box{

  background: mediumseagreen;
  height: 200px;
  border-radius: 10px;;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  color: white;
  padding-top: 10px;
}
.branch-code{
  background: #fdb813;
 width: 40px;
 border-radius:50%;
  padding: 7px;

  float: left;
}
.branch-name{
  border-bottom: 1px solid #eee;
  float:right;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background:#fdb813;
  padding: 5px 5px 5px 10px;
}
.branch-detail{

  padding: 5px;
  font-size: 0.8rem;
  font-style: italic;
}
.branch-manager-name{
  border-bottom: 2px solid #eee;
  margin:10px;
}
.mb-3, .my-3 {
margin-bottom: 0!important;
}



/*********************************
1. new regional and block 
*********************************/
.regional{
  height: 100%;
  }
  .regional .container1{
  width: 22%;
  height:100%;
  
    display: flex;
    justify-content: center;
  }
  .regional .container1 h5{
    margin-bottom: 0px;
    display: block;
  letter-spacing: 1.5px;

  color: #fdb813;
  }
  .regional .container1 h4{
    margin-bottom: 0px!important;
    display: block!important;
  letter-spacing: 1.5px!important;
  color: #fdb813;
  }
  .department .card-team h5{
    font-size: 0.9rem!important;
  }
  .department .line2 hr{
    margin: 0px!important;
  }

input#custom-input-date,
label {
  display: block;
  outline: none;
}

.input-field {
  margin-bottom: 16px;
}

label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #212529;
  margin-bottom: 8px;
}

input#custom-input-date {
  padding: 12px 16px;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  color: #212529;
  font-size: 14px;
  font-weight: 500;
}

input.calendar {
  background-image: url('https://bytebucket.org/fuoricitta/form-best-practice/raw/197f5e38bea1d53b52102b6c98e0e6b129dd6908/Examples/assets/img/calendar.png?token=b57efe00e0e5d28327a3b62e263519c284c70d53');
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.label-error {
  height: 10px;
  margin-top: 4px;
  font-size: 10px;
  color: #DC3545;
}

input#custom-input-date:hover {
  border: 1px solid #8f8f8f;
}

input#custom-input-date:focus {
  border: 1px solid #007BFF;
}

.error {
  border: 1px solid #DC3545 !important;
}




/*new---*/
.layout_padding {
  padding-top: 75px;
  padding-left: 50px;
}
.theme_color {
  color: #ff880e;
}
.heading_main h2 {
  font-size: 45px;
  letter-spacing: -0.5px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  font-family: 'Raleway', sans-serif;
  position: relative;
  
}
.text_align_left {
  text-align: left;
}
.full {
  float: left;
  width: 90%;
}
.paddding_left_15 {
  padding-left: 15px;
}
.heading_main.text_align_left {
  justify-content: flex-start;
}
.heading_main {
  float: left;
  display: flex;
  margin-bottom: 45px;
  width: 100%;
  justify-content: center;
}


.heading_main h2::after {
  width: 250px;
  height: 8px;
  background: #ff880e;
  content: "";
  display: block;
  transform: skew(
-30deg);
  margin-top: 3px;
}

.full p {
  margin-top: 5px!important;
  margin-bottom: 1rem!important;
  font-size: 15px!important;
  font-weight: 300!important;
  line-height: 28px!important;
  color: #7e7e7a!important; 
  font-family: 'Andika', Helvetica, Arial, sans-serif!important;
}
.full a:hover, a:focus {
  color: #ff880e;
  text-decoration: none;
}

.full .main_bt {
  width: 195px;
  height: 55px;
  float: left;
  text-align: center;
  line-height: 55px;
  border: solid #ff880e 1px;
  font-size: 18px;
  margin-top: 10px;
  background: #fff;
  font-weight: 500;
  
}

.full .main_bt1 {
  width: 350px;
  height: 70px;
  float: left;
  text-align: center;
  line-height: 55px;
  border: solid #ff880e 1px;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 500;
  padding:10px 0px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  color:#ff880e;
  
}

.full .main_bt1:hover {

  background:#ff880e;
  color:#fff;
  
}

.full a{
  color:#000;
}
.text_align_center {
  text-align: center;
}
.text_align_right_img1 img {

  margin-left:-370px;
}
@import url(https://fonts.googleapis.com/css?family=Lato:400,600,700);
.snip1527 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  float: left;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 16px;
  margin: 10px 1%;
  max-width: 250px;
  min-width: 250px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

.snip1527 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.snip1527 img {
width:650px;
height:250px;
  max-width: 100%;
  vertical-align: top;
  position: relative;
}

.snip1527 figcaption {
  padding: 25px 20px 25px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.snip1527 figcaption:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffa800;
  content: '';
  background: -moz-linear-gradient(90deg, #ffa800 0%, #ecb036 100%, #f3cf88 100%);
  background: -webkit-linear-gradient(90deg, #ffa800 0%, #ecb036 100%, #f3cf88 100%);
  background: linear-gradient(90deg, #ffa800 0%, #ecb036 100%, #f3cf88 100%);
  opacity: 0.8;
  z-index: -1;
}

.snip1527 .date {
  background-color: #fff;
  border-radius: 50%;
  color: #700877;
  font-size: 18px;
  font-weight: 700;
  min-height: 48px;
  min-width: 48px;
  padding: 10px 0;
  position: absolute;
  right: 15px;
  text-align: center;
  text-transform: uppercase;
  top: -25px;
}

.snip1527 .date span {
  display: block;
  line-height: 14px;
}

.snip1527 .date .month {
  font-size: 11px;
}

.snip1527 h3,
.snip1527 p {
  margin: 0;
  padding: 0;
}

.snip1527 h3 {
  display: inline-block;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-bottom: 5px;
  font-size: 0.9rem;

}

.snip1527 p {
  font-size: 0.8em;
  line-height: 1.6em;
  margin-bottom: 0px;
}

.snip1527 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.snip1527:hover img,
.snip1527.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


/* Demo purposes only */


.new-news{
  height:400px;
  margin-left:50px!important;
}
.center {
  display: flex;
  justify-content: center;
  margin-bottom:50px;
}
.counter1 {
  background-color: #ffffff;
  padding: 20px 0;
  border-radius: 5px;
  margin:15px;
  box-shadow: 3px 3px 5px 6px #ccc;
}
.slick-initialized .slick-slide {
  padding: 0px;
  background: #fff;
}

  .data-details{
  /*  background: url("../images/semicircle.png") no-repeat center center!important;*/
    background-size: cover; 
  }
  .saving-deposits{
/*    background: url("../images/back-2.png") no-repeat center center!important;*/
    background-size: cover; 
  }

/*------province design----------*/
.province{
  height:100%;

}

.province-name{
  background-color: green;
background-image: linear-gradient(315deg, #3bb78f 0%, #0bab64 74%);
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    text-orientation: mixed; writing-mode: vertical-rl;
    color: #fafafa;
    font-size: 2vw;
    text-transform: uppercase;
    cursor: vertical-text;
    display: block;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding:5px;
}
.province-detail{
  background:rgb(255, 255, 255);
  height:100%;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding:10px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}

@media screen and (max-width:650px){
  .new-one img {
width:100%!important;
  }
      }
@media screen and (max-width:650px){
  .data-details img {
display:none;
  }
      }


      

  #trapezoid {
    width: 200px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
float:right;
height:100%;
    -webkit-transform: skew(20deg);
       -moz-transform: skew(20deg);
         -o-transform: skew(20deg);
    background: #33865b;margin-left:20px;
  }

  .navbar-expand-lg .navbar-nav .nav-link { 
    padding-right: 1rem!important;
    padding-left: 1rem!important;
}
/*--new menu nav ----*/
/*--.main-menu ul li a{
  color:rgb(85, 85, 85)!important;
}--*/
.main-menu .dropdown-menu li:hover{
  border-left:3px solid #33865b!important;
}

.tab-container{
  width:992px;
}
.branch-map .btn{
  display:block;
  margin-bottom:5px;
  margin-top:5px;
  height: 70px;;
  width:100%;
  outline:none;
  color: black;
  border-radius:5px;
  font-size:1.1rem;
  background: white;
  border: 1px solid rgb(209, 207, 207);
}

.branch-map .btn span {
  color:orange;
  font-size:.8rem;
}
.branch-map .btn.active {
  border:1px solid #ccc;
  background:#33865b;
  box-shadow:1px 1px 4px 0 #ccc;
  color:#fff!important;
}
.branch-map .btn:hover {
  border:1px solid #ccc;
  background:#33865b;
  box-shadow:1px 1px 4px 0 #ccc;
  color:#fff!important;
}
.branch-map .tab-content{
  display:none;
}
.branch-map .tab-content.active{
  display:block;
}
.vertical-scrollable{
  overflow-y: scroll; 

}
::-webkit-scrollbar {
  width: 15px;
  height: 15px;
  }
  ::-webkit-scrollbar-track-piece  {
  background-color: #C2D2E4;
  }
  ::-webkit-scrollbar-thumb:vertical {
  height: 30px;
  background-color: orange;
  }
  
  

  /*---test-teams----*/
  .director-box{
         border-radius:50px 50px;
    width:250px;;
    height:320px;
    background:rgb(245, 242, 242);
    margin:auto!important;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
  }

  .triangle-0 {

    border-bottom: solid 10px #ffc107;
    border-right: solid 30px transparent;
    border-left: solid 30px transparent;
    border-top: solid 10px transparent;
  }
  .directors-top{
    padding:10px;
  }
  
.circle img {
  width: 170px;
  height: 170px;
  line-height: 170px;
  border-radius: 50%; /* the magic */
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 20px auto 20px 10PX;
  border: 3px solid #ffc107;
}
.director-details{
  text-align: center;
}
.directors-bottom{
  margin: auto;
  padding:20px;
}