@font-face {
	font-family: 'Heebo-Regular';
	src: url('../fonts/Heebo-Regular');
	src: local('Heebo-Regular'), url('../fonts/Heebo-Regular.woff') format('woff'), url('../fonts/Heebo-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Merriweather-Bold';
	src: url('../fonts/Merriweather-Bold');
	src: local('Merriweather-Bold'), url('../fonts/Merriweather-Bold.woff') format('woff'), url('../fonts/Merriweather-Bold.ttf') format('truetype');
}

body{
     margin:0;
     padding:0;
     color: #565872;
    font-family: 'Heebo-Regular';
    font-size: 16px;
}
p {
    color: #565872;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    font-family: 'Heebo-Regular';
}
h1, h2, h3, h4, h5, h6{
     color: #172541;
     font-family: 'Merriweather-Bold';
     margin-top: 10px;
     margin-bottom: 10px;
}
h1{
    font-size: 22px;
    color: #000000;
}
h2{
    font-size: 18px;
    color: #000000;
}
h3{
    font-size: 22px;
    color: #43ae3c;
}
h4{
    font-size: 18px;
    color: #43ae3c;
}
h5{
    font-size: 22px;
    color: #0041a7;
}
h6{
    font-size: 18px;
    color: #0041a7;
}
a{
    color: #0041a7;
}
a:focus, a:hover{
	text-decoration:none;
}
.logo {
    padding: 10px 0px;
    display: block;
    width: 100%;
    float: left;
}
.logo a {
    font-size: 28px;
    color: #43ae3c;
    font-family: 'Merriweather-Bold';
}
.top-header {
    background-color: #ffffff;
}
.navbar-nav.breadcrumb > li + li:before{
    display: none;
}
.navbar-header .attr-nav {
    display: none;
}
nav.navbar.bootsnav{
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    color: #0041a7;
    text-transform: uppercase;
    font-weight: 100 !important;
    padding: 20px 15px;
    font-size: 16px;
   font-family: 'Merriweather-Bold';
    text-shadow: none;
    letter-spacing: 0.3px;
}
.navbar-default .navbar-brand:hover{
    color: #0041a7;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li {
    background-color: #0041a7;
    color: #fff;
    font-family: 'Merriweather-Bold';
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li:hover{
    background-color: #43ae3c;
    color: #fff;
    transition: all 0.3s linear;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a{
    background-color: transparent !important;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{
    padding:0px !important;
    border:none;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
    padding:10px 10px;
    font-size: 16px;
    font-weight: 100 !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    color: #0041a7;
    padding: 6px 10px 2px 10px;
    cursor: pointer;
}
button.navbar-toggle .fa-bars {
    font-size: 22px;
}
.attr-nav > ul > li > a {
    color: #ffffff;
    padding: 18px 10px;
}
.carousel-indicators{
    display: none;
}
.carousel-caption{
    background-color:inherit;
}
.carousel-caption h1 {
    color: #ffffff;
    text-shadow: none;
    margin: 0px;
}
.carousel-caption a{
    width: auto;
    height: auto;
    line-height: initial;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 250px;
    background-color: #43ae3c;
}
.carousel-caption a:hover{
    background-color: #0041a7;
}
.carousel-caption p{
    margin: 20px 0px 15px;
    font-family: 'Heebo-Regular';
}
.helpline-block {
    background-color: #ffffff;
    padding: 50px 0px 40px;
}
.help-heading{
    position: relative;
}
.help-heading:before{
    content: "";
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 66px;
    height: 3px;
    background-color: #cecfd1;
    margin: 0px auto;
    text-align: center;
}
.help-heading h1 {
    text-align: center;
    font-size: 36px;
    margin: 0px;
    padding-bottom: 30px;
}
.help-line {
    width: 80%;
    border-width: 1px;
    border-color: #e0e0e8;
}
.help-info .f-icon {
    font-size: 50px;
    color: #ffffff;
    background-color: #43ae3c;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 50%;
    display: inline-block;
    line-height: 1;
    text-align: center;
}
.help-info .f-icon .fa{
       width: 1em;
    height: 1em;
    position: relative;
    display: block;
}
.help-info {
    text-align: center;
    padding: 25px 25px 5px;
}
.help-info h3 {
    color: #172541;
    margin: 0px 0px 20px;
    font-size: 20px;
}
.help-info p {
    color: #565872;
}
.read-btn .read-icon {
    margin-left: 10px;
}
.read-btn{
    width: 100%;
    position: relative;
    text-align: center;
}
.read-btn a {
    font-family: 'Merriweather-Bold';
    background-color: #0041a7;
    color: #ffffff;
    padding: 12px 25px;
    border-radius: 250px;
    transition: all 0.3s ease;
    font-size: 14px;
    margin-top: 0px;
    display: inline-block;
}
.read-btn a:hover{
     background-color: #43ae3c;
}
.help-info:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 220px;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
}
.right-line:after{
    display: none;
}
.about-block {
    padding: 0px 0px;
    background-color: #43ae3c;
}
.abt-right {
   background-color: #43ae3c;
   padding-top: 50px;
   padding-bottom: 20px;
   padding-right: 30px;
   padding-left: 10px;
}
.abt-row, .abt-col{
    padding: 0px;
}
.abt-right h1 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 36px;
    color: #ffffff;
}
.abt-right h5 {
    font-size: 18px;
    color: #ffffff;
    line-height: 26px;
    padding-bottom: 20px;
}
.abt-right p {
    color: #ffffff;
    line-height: 25px;
    letter-spacing: 0.2px;
}
.abt-right .info-link a {
    color: #ffffff;
    background-color: #0041a7;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 250px;
    margin-top: 20px;
    transition: all 0.3s ease;
    font-family: 'Merriweather-Bold';
}
.abt-right .info-link a:hover{
    background-color: #ffffff;
    color: #333;
}
footer{
    background-color: inherit;
    border: none;
}
.top-footer{
    background-color: #ffffff;
     padding: 40px 0px 0px;
}
.more-info h3 {
    color: #000000;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 15px;
    margin: 0px;
}
.more-info p{
    color: #565872;
    padding-bottom: 0px;
}
.more-info .fa-home {
    float: left;
}
.more-info .add-info {
    display: table;
    color: #565872;
}
.footer-title{
    font-family: 'Merriweather-Bold';
    border: none;
    color: #000000;
}
.more-info .fa-facebook {
    width: 40px;
    height: 40px;
    background-color: #565872;
    color: #ffffff;
    font-size: 22px;
    padding: 10px 13px !important;
    display: inline-block;
    border-radius: 50%;
    margin-top: 10px;
}
.more-info .fa-facebook:hover{
    background-color: #1495f9;
    color: #ffffff;
}
.more-info li{
    font-size: 16px;
    font-family: 'Heebo-Regular';
    color: #565872;
}
.more-info i {
    margin-right: 0px;
    font-size: 16px;
    padding: 0px !important;
    margin-right: 10px;
    color: #565872;
}
.more-info a {
    color: #565872;
}
.shop-list a{
    color: #565872;
    font-size: 16px;
    text-transform: capitalize;
}
.shop-list li{
    margin: 0px 0px 10px;
}
.copy p, .power p a {
    color: #ffffffff;
}
.bottom-footer{
    padding: 0px;
    padding-top: 20px;
    background-color: #43ae3c;
}
.power p{
    color: #ffffff;
}
.page-section footer {
    border-top: 3px solid #43ae3c;
}
.page-section h1:first-child{
    color: #0041a7;
}
.footer-content {
    border-top: 4px solid #43ae3c;
    padding-top: 20px;
    text-align: center;
}
.btn-primary:hover {
  background-color: #0041a7;
  border: 1px solid #0041a7;
}
#result-newsletter {
  color: #ff0e00;
}
#newsletterForm .form-control {
  height: 45px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.newsletterForm .input-group {
  display: block;
}
.google-cap {
  float: left;
  width: 100%;
}
.more-info .input-group-btn .btn {
  font-size: 15px;
  width: 97%;
  border-radius: 5px;
  margin-top: 0px;
  padding: 10px 15px;
  font-size: 16px;
  text-transform: uppercase;
}
.more-info .input-group-btn i {
  margin-right: 10px;
  font-size: 18px;
}

/*--media-responsive--*/

@media (max-width:1199px) and (min-width:992px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 8px;
        font-size: 14px;
    }
    .carousel-caption{
        top: 25%;
    }
    .abt-right{
        padding-left: 30px;
    }
}
@media (max-width:991px) and (min-width:768px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 8px;
        font-size: 11px;
        margin: 0px;
    }
    .logo{
        padding-bottom: 0px;
    }
    ul.nav.navbar-nav.navbar-right {
        width: 100%;
    }
    .navbar-header {
        float: none;
        margin: 0px;
        width: 100%;
        text-align: center;
    }
    .carousel-caption h1 {
        font-size: 30px;
    }
    .carousel-caption a{
        font-size: 15px;
    }
    .abt-left figure{
        padding: 0px;
    }
    .abt-right{
        padding-left: 30px;
    }
    .help-info h3{
        line-height: 26px;
    }
    .help-info{
        padding: 15px;
    }
    .more-info p{
        margin-right: 0px;
        padding-bottom: 0px;
    }
   
}
@media (max-width:767px) and (min-width:320px){
    .header-right {
        float: none;
        margin-top: 0px;
        text-align: center;
    }
    .logo{
        padding-bottom: 0px;
    }
    .help-info, .service-info {
        margin-bottom: 25px;
    }
    .abt-left figure{
        padding: 0px;
    }
    .abt-right {
        margin-top: 25px;
        padding-top: 0px;
    }
    .abt-left figure img, .service-info img{
        width: 100%;
    }
    .footer-title{
        margin-top: 20px;
    }
    .more-info p{
        padding-bottom: 0px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 10px 10px;
        font-size: 16px;
        margin: 0px;
    }
    nav.navbar.bootsnav .navbar-toggle{
        top: 0px;
    }
    .help-info {
        padding: 0px;
        margin-bottom: 20px;
        float: left;
    }
    .carousel-caption{
        top: 10%;
    }
    .vol-text {
        text-align: center;
    }
    .vol-text h1 {
        line-height: 55px;
    }
}
@media (max-width:480px) and (min-width:320px){
    .logo a, .help-heading h1{
        font-size: 24px;
    }
   .carousel-caption p{
        display: none;
   }
   .carousel-caption h1{
        font-size: 20px;
        margin-bottom: 10px;
   }
    .carousel-caption a {
        font-size: 14px;
        height: auto;
        padding: 10px 15px;
        line-height: initial;
        width: auto;
    }
    .carousel-caption{
        top: 20%;
    }
    .helpline-block, .service-block{
        padding: 30px 0px;
    }
    .about-block{
        padding: 0px;
    }
    .vol-text h2 a, .abt-right h1{
        font-size: 30px;
    }
   .vol-text h1 {
        font-size: 20px;
        line-height: 30px;
    }
    .help-heading:before{
        top: 35px;
    }

}
