/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */
body {
  font-family: 'Roboto', sans-serif;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; 
}
body.helix-ultimate-preloader {
  overflow: hidden;
}
body.helix-ultimate-preloader:before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  background: rgba(255, 255, 255, .9);
}
body.helix-ultimate-preloader:after {
  content: "\f110";
  font-family: "FontAwesome";
  font-size: 36px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  line-break: 48px;
  text-align: center;
  color: #007bff;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  z-index: 99999;
}
#preloader {
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 99999;
  }
a {
  transition: color 400ms, background-color 400ms;
  font-family: 'Roboto', sans-serif;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  max-width: 100%;
  height: auto;
}


ul.social-icons {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin-top: 10px;
  margin-left: -5px;
  text-align: center;
}
ul.social-icons > li {
  display: inline-block;
  margin: 5px 0px;
}
ul.social-icons > li > a {
  width: 32px;
  height: 32px;
  color: #666;
  display: inline-table;
  text-align: center;
  font-size: 16px;
  margin-left: 5px;
  margin-bottom: 15px;
  border: 1px solid #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
ul.social-icons > li > a > span {
  display: table-cell;
  vertical-align: middle;
  font-size: 17px;
  color: #fff;
}

h1, h2, h3, h4, h5, h6, div{font-family: 'Roboto', sans-serif;}

.white-box{background: #fff;}

/**
** Alert Style
**/
.alert-wrap{padding: 20px 0 0 0;}

/**
** Search Style
**/
.search-wrap{background: rgb(0, 133, 44);padding:0;text-align: right;}
.search-wrap.affix{
  position: fixed;
  z-index: 999991;
  width: 100%;
  top: 0;
}

/**
** Header
**/
.banking-section form{padding-right: 10px;}

div.k2SearchBlock .k2SearchBlockForm {
  
  position: relative;
}
/*div.k2SearchBlock form input.inputbox {
	outline: none;
    border: 1px solid transparent;
    padding: 2px 10px 2px 8px;
    color: #777;
    display: none;
    position: absolute;
    left: -218px;
}

.search-icon i:hover div.k2SearchBlock form input.inputbox{
	display: block;
}
*/
.submit-search{
  background: #fff;
  border: inherit;
  padding: 3px 8px;
  height: 28px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  outline: none;
}

.tooltiptext:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -5px;
    z-index: 9999;
    bottom: 100%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #006b50;
}

.tooltiptext {
	visibility: hidden;
    width: 177px;
    background-color: #006b50;
    color: #fff;
    text-align: left;
    padding: 15px 12px;
    position: absolute;
    z-index: 999;
    top: 125%;
    left: 0;
    opacity: 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
}
.main-menu-button ul li:hover .tooltiptext{
  visibility: visible;
  opacity:1;
}

.header-top{
  margin-top: 0 !important;
  padding: 10px 0;
}

.menu-section{background: #f9f9f9;}

.header-wrap{
  width: 100%;
  z-index: 99;
}

.header-top .k2SearchBlock{float: right;margin-right: 5px;}

/*.banking-section {
  display: inline-block;
  float: right;
  text-align: right;
  background: #04574f;
  border-radius: 0 0 6px 6px;
}
.banking-section #loginuserid{
  margin-right: -10px;
  outline: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: none;
  border: 1px solid #ccc;
  background: #fff;
  padding: 2px 5px;
  width: 30%;
}

.banking-section #loginbutton{
  cursor: pointer;
  background: #03a67b;
  box-shadow: none;
  border: 1px solid;
  padding: 2px 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  outline: none;
  border-color: transparent;
  color: #fff; 
}

.banking-section a{display: inline-block;}
.banking-section a span{
  padding: 2px 5px 0 0;
  display: block;
  color: #fff;
  font-size: 10px;
}
.banking-section strong{color: #fff; }*/
.logo{margin-top: 15px;display: inline-block;}
.logo-image {
  height: auto !important;
  max-width: 100%;
  width: auto;
}


.banking-area{
	float: right;
    background: rgb(0, 107, 80);
    padding: 8px 10px;
    margin: 5px 0;
    text-align: center;
    width: 50%;
    border-radius: 15px;
}

.banking-area h4{
    font-size: 16px;
    padding: 10px 5px 10px 0;
    color: #fff;
    display: block;
    font-weight: normal;
}
.login-area{}
.login-area .username, 
.login-area .login {
	display: inline-block;
    width: 60%;
    padding: 0;
    margin: 0;

}
.login-area .login{
	width: 22% !important;
    display: inline-block !important;
    background: #0ec50e;
    padding: 3px 10px;
    position: relative;
    top: -7px;
}

.login i {
    display: block;
    font-size: 15px;
    color: #fff;
}

.login-menu{}
.login-menu ul{list-style: none;margin:0; padding: 0; text-align: center;}
.login-menu ul li{
  display: inline-block;
  margin: 5px auto;
  border-right: 1px solid #fff;
  line-height: 15px;
}

.login-menu ul li:last-child{border-right: none; }
.login-menu ul li span{padding-right: 5px;}
.login-menu ul li span a{
  color: #fff;
  font-size: 12px;
}
#oblogin{
  text-align: center;
}

.login-area #UserName, .login-area #Password {
    padding: 0px 0 0px 5px;
    outline: none;
    width: 100%;
    box-shadow: none;
    border: none;
    margin: 0 0 5px 0;
}
.login-area #bp-login{
  	cursor: pointer;
	background: transparent;
	box-shadow: none;
	outline: none;
	border-color: transparent;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
}

.top-header-info {
    display: inline-block;
    position: relative;
    left: 33%;
    top: 19px;
}

.top-header-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.top-header-info ul li {}

.top-header-info ul li a {
    color: #006b50;
    font-size: 15px;
    text-transform: capitalize;
}


.main-menu-button {}

.main-menu-button ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-menu-button ul li {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 7px;
    border-style: double;
    border: none;
    min-height: 40px;
}
.main-menu-button ul li:last-child{
	margin-right: 0;
}

.main-menu-button ul li a {
	font-size: 13px;
    padding: 10px 10px;
    background: #d7dadd;
    /*background-image: linear-gradient(-180deg,#eff1f2 0,#c2c3c3 100%);*/
    color: #000;
    border: none;
    display: inline-block;
    min-width: 130px;

text-align: center;
    -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.main-menu-button ul li a:hover {
    color: #010101;
    background-color: #a3a3a3;
    border-color: #a3a3a3;
}
input#UserName, input#Password {
    margin-bottom: 5px;
    padding: 5px 5px;
    border: none;
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
width: 100%;
}
#bp-login{
  border: none;
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
  width: 100%;
  background: #006B50;
  color: #fff;
  padding: 9px;
}
#oblogin p{margin-bottom: 0px;}



.container-2 input#search{
  
  
  /*width: 0px;
    background: #fff;
    border: none;
    float: right;
    color: #262626;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0;
    -webkit-transition: width .55s ease;
    -moz-transition: width .55s ease;
    -ms-transition: width .55s ease;
    -o-transition: width .55s ease;
    transition: width .55s ease;
    position: relative;
    top: 12px;
    right: 20px;*/
  
	width: 0;
    background: #fff;
    border: none;
    float: right;
    color: #262626;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0;
    position: relative;
    top: 12px;
    right: 20px;
    outline: none;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    padding: 1px 0 0 10px;
    visibility: hidden;
    opacity: 0;
}

.container-2 input#search::-webkit-input-placeholder {
   color: #65737e;
}
 
.container-2 input#search:-moz-placeholder { /* Firefox 18- */
   color: #65737e;  
}
 
.container-2 input#search::-moz-placeholder {  /* Firefox 19+ */
   color: #65737e;  
}
 
.container-2 input#search:-ms-input-placeholder {  
   color: #65737e;  
}

.container-2 .icon{
    position: absolute;
    right: 0;
    z-index: 1;
    color: #fff;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
}

.container-2 input#search:focus, .container-2 input#search:active{
  visibility: visible;
width: 180px;
opacity: 1;
}
 
.container-2:hover input#search{
	visibility: visible;
width: 180px;
opacity: 1;
}
 
.container-2:hover .icon{
  color: #93a2ad;
}

/**
** Service
**/
/*.services-heading h3{
  text-align: center;
  color: #0b5b94;
  padding: 15px 0 0 0;
}

.services .sppb-row{
  background: #fff;
  text-align: center;
  padding: 15px;
}
.services .sppb-row h2{
  font-size: 15px;
  color: #05519e;
  text-transform: uppercase;
  margin-top: 5px
}
.services .sppb-row  i{
	font-size: 60px;
	color: #fff;
}
.services-heading .sppb-row{background: #fff;}
.services .service-item-wrap{}*/

div.k2SearchBlock form input.button {

    padding: 6px 10px;
    background: #fff;
    position: absolute;
    margin-left: -37px;

}
.feature-item-wrap:hover{
  -webkit-box-shadow: 0px 0px 35px 0px #595858;
  -moz-box-shadow: 0px 0px 35px 0px #595858;
  box-shadow: 0px 0px 35px 0px #595858;
  transition: 0.5s ease;
}
.feature-item-wrap{
  background: #fff;
  padding: 10px;
}
.feature-item-wrap i{
  font-size: 55px;
  border: 2px solid #006b50;
  height: 80px;
  width: 80px;
  border-radius: 90%;
  line-height: 72px;
}
.feature-item-wrap h5{
  margin: 0;
  padding: 10px 0 0 0;
}


/**
** Home 2
**/
#home-1 .white-box{margin-left: 50px;padding: 40px;}

.home-1-header {
  text-align: center;
  color: #0b5b94;
  padding: 20px 0 0 0;
  background: #fff;
}

#home-1 .h3{
  font-size: 1.75rem;
  line-height: 34px;
  font-family: lelo-regular,sans-serif;
  margin-bottom: 15px;
}
#home-1 .sppb-addon-content p{
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 36px;
}

#home-1 .button--blue{
  padding-left: 30px;
  padding-right: 30px;
  background-color: #bef9ff;
  color: #27313b;

  border: 1px solid transparent;
  border-radius: 100px;
  display: inline-block;
  font-size: 22px;
  line-height: 50px;
  margin: 0 0 0px;
  min-height: 50px;
  padding: 0 2em;
  text-align: center;
  text-decoration: none;
  transition: background-color .25s ease-out,color .25s ease-out;
  width: auto;
}

.sppb-carousel-inner {
    top: -2px !important;
}




.content-area{text-align: center;}

.become-member{
  padding: 100px 33px 60px 33px;
  text-align: center;
  color: #fff;
}
.become-member span{
  font-size: 17px;
  padding-bottom: 20px;
  display: block;
}

.become-member h4{
  line-height: 36px;
  font-size: 25px;
  padding-bottom: 15px;
}
.become-member a{
  border: 1px solid transparent;
  background: #6ce4ffb5;
  padding: 7px 15px;
  border-radius: 30px;
  color: #000;
  text-decoration: none;
}
.become-member a:hover{color: #000;}

.know-us{
  background: #fff;
  padding: 10px;
  margin: 20px 35px;
  text-align: center;
  
}
.know-us h2{
  font-size: 22px;
  text-transform: uppercase;
  color: #802929;
}
.know-us p{
  font-size: 14px; 
  color: #585858;
  padding: 0;
  margin:0;
}

/**
** Home 1 Product list
**/

#home-1-product {}
#home-1-product .sppb-col-md-4{ padding: 0; }
#home-1-product .service-item-wrap{
  margin: 5px;
  overflow: hidden;
}
#home-1-product .service-item-wrap a,
#home-1-product .service-item-wrap i{}
#home-1-product .service-item-wrap .icon-4xl{}

.goals{
  text-align: center;
  background: #fff;
  padding: 10px 0 15px;
}
.goals h2{
  font-size: 25px; 
  color:#000;
  text-align: center;
  padding: 10px 0;
}
.goals .goal-1, 
.goal-2, 
.goal-3, 
.goal-4, 
.goal-5, 
.goal-6{
  display: inline-block;
  text-align: center;
  background: #670429;
  width: 30%;
  height: auto;
  color: #fff;
  padding: 40px 0;
  margin: 0 0 5px 0;
}

.goals i{
  display: block;
  font-size: 70px;
}
.goals span{
  display: block;
  font-size: 13px;
  margin: 5px 0;
}


/**
** Footer
**/

.pre-footer{padding: 37px 0 0 0;background-color: rgb(240, 240, 240) !important;}

#sp-footer{padding: 37px 0;text-align: center;!important;}

#sp-section-4 {

    background-color: rgb(0, 133, 44) !important;

}

#sp-footer h6{
  font-size: 22px;
  color: #fff;
}
#sp-footer ul{
  list-style: none; 
  padding: 0;
  display: inline-block;
  text-align: left;
}
#sp-footer ul li{padding-bottom: 10px;}
#sp-footer ul li a{
  color: #a2a2a2;
  font-size: 15px;
}

#sp-footer .footer-a ul{margin: 0 0 0 -60px;}
#sp-footer .footer-b ul{margin: 0 0 0 -100px;}
#sp-footer .footer-c ul{margin: 0 0 0 -100px;}


/**
** Contact
**/
.contact p{font-size: 15px; }

/**
** Copyright
**/
#sp-copyright{text-align: center; color: #fff;}

div.itemToolbar{background: transparent;}
.logo-area img{
    width: 170px;
    position: relative;
    top: 8px;
    display: inline-block;
}
.logo-area p{margin: 0;}

}


div.k2SearchBlock div.k2LiveSearchResults {

    display: none;
    background: #fff;
    position: absolute;
    z-index: 99;
    border: 1px solid #ddd;
    margin-top: 13px;
    padding: 4px 106px;
    margin-left: -9px;
  

}
/*.search-icon:hover .serach-box{
    display: block;
  -webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}*/
.footer-image{
  text-align:center;
}

.footer-image img{
	display: inline-block;
  transition: transform .5s;
}


.service .service-item-wrap{
    background: #dedede;
    height: 110px;
    width: 119%;

}
.service .service-item-wrap i{
  font-size: 40px;
  line-height: 68px;
  border: 2px solid #006b50;
  width: 70px;
  height: 70px;
  border-radius: 90%;
}
.service .service-item-wrap h5{
  color: #000;
  font-size: 20px;
}

.service .service-item-wrap .service-content{
  position:relative;
  top:10px;
}
.service .service-item-wrap:hover{
  
}

.flexslider{margin:0 !important;}

.services img{min-height: 250px;}
.services .service-content h5{
  padding: 8px 0;
  margin: 0;
  position: relative;
}

.footer-image{
  text-align:center;
}

.footer-image img{
  display: inline-block;
  transition: transform .5s;
}
.footer-image img:hover{
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}



.sidebar-wraper{padding: 10px;}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99919991;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0,0.7);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav h3{
  color: #fff;
  text-align: center;
  padding: 20px 0 6px 0;
  margin-top: 15px;
}

/*.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}*/

.sidenav a:hover {
  color: #006B50;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  color: #f1f1f1;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


.right-site-module a:hover{
	color: #4fb3a9 !important;
}

.right-site-module-mobile a{color: #eee;}
.right-site-module-mobile a:hover{
	color: #fff !important;
}

.menu-button-mobile {}
.menu-button-mobile  ul {list-style-type: none;padding: 0;margin-top: 20px;text-align: center;}
.menu-button-mobile  ul li{}
.menu-button-mobile  ul li a{color: #eee;}
.menu-button-mobile  ul li a:hover{color: #fff;}

.search-results{list-style-type: none;padding: 0;}
.search-results li{background: #eee;padding: 10px;margin-bottom: 10px;}
.search-results li a{color: #2b8c83;}
.search-results li a:hover{color: #4fb3a9;}



.dj-offcanvas-opened{display: block !important;}