/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:    1.0
date:       07/27/11
author:     themepunch
email:      support@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
a {
    color: #3d9c1d;
    text-decoration: none;
}
ol, ul {
	font-size: 14px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0 0 10px;
}
html {
  scroll-behavior: smooth;
}
.navbar-default {
  background: transparent;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}
.top-line {
  padding: 20px 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.top-line-info {
  background: #fafa33;
  border-bottom: 1px solid #f0f0f0;
}

.top-line-logo {  
  background: transparent;
}

.top-line p {
	margin-bottom: 0;
    font-size: 24px;
    font-weight: bolder;
	color: #fff;
}

header.active .top-line {   height: 0;  padding: 0;}

#container {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#container.active {
  opacity: 1;
}

p {
  font-size: 14px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0 0 20px;
}
h1, h2, h3 { margin:0 0 20px; }
h2 {
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
margin-bottom: 15px;
}
img { max-width:100%; }
/*-------------------------------------------------*/
/* =  content - home sections
/*-------------------------------------------------*/

.main-section {
  padding: 10px 10px 40px;
}
.secondary-section {
  padding: 60px 0;
  background-size: cover;
    position: relative;
    background-image: linear-gradient(0deg, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url(../images/slide01.jpg);
    background-position: 50% 50%;
}
.secondary-section .container {
  position: relative;
  z-index: 2;
}
.main-section .container {
  background-color:#f9f9f9;
  padding:40px;
}
.main-section1 .container {
  background-color:#f9f9f9;
  padding:40px;
}
.main-section1 {
  padding: 50px 10px 40px;
}
.where-to-section .container {
  background-color:#f9f9f9;
  padding:40px;
}
.where-to-section {
  padding: 10px 10px 40px;
}
button.mfp-close,
button.mfp-arrow {
  outline: none;
}
.about-section .container{
  padding: 30px;
  text-align:center;
  background-image:linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('../images/slide02.jpg');
  background-position: 50% 50%;
}
.about-section .benefits-box {
	padding:5px;
}
.about-section .benefits-box div{
	color: #111111;
    background-color: #ffffff;
    min-height: 170px;
    box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 20%);
    height: auto;
    border-radius: 10px !important;
	padding:5px;
}
.about-section h2 {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  margin-bottom: 15px;
}
.about-section p {   color: #fff; text-shadow: 1px 2px 3px #888; }
.about-section h4 { font-weight: 700; }

.type-section {
  padding: 10px 0 50px;
  text-align:center;
}

.type-section .container{
	background-color:#544741;
	padding:30px;
}
.type-section .type-box {
	padding:5px;
}
.type-section .type-box div{
	color: #111111;
    background-color: #ffffff;
    min-height: 170px;
    box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 20%);
    height: auto;
	min-height: 398px;
    border-radius: 10px !important;
	padding:5px;
}
.type-section h2 {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  margin-bottom: 15px;
}
.type-section p {   color: #fff; text-shadow: 1px 2px 3px #888; }
.type-section h4 { font-weight: 700; }

input, select, textarea{
	width:100%;
    border: 1px solid #eeeeee;
    height: 40px;
    padding-left: 20px;
	margin-bottom:15px;
    text-transform: capitalize;
    width: 100%;
    color: #777;
    font-weight: 400;
	outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.legal-section .container {
  padding: 30px;
  text-align:center;
  background-image:linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('../images/slide03.jpg');
  background-position: 50% 50%;
}
.legal-section .legal-box {
	padding:5px;
}
.legal-section .legal-box div{
	color: #111111;
    background-color: #ffffff;
    min-height: 608px;
    box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 20%);
    height: auto;
    border-radius: 10px !important;
	padding:30px;
}
.legal-section h2 {
  margin: 0 0 15px;
  margin-bottom: 15px;
}
.legal-section p {    }
.legal-section h4 { font-weight: 700; }

/*------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer {
	background:#222;
    text-align: center;
	color:#fff;
	padding:20px 0;
}
footer p.copyright {
  padding: 25px 0;
  background: #111111;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  text-align: center;
  margin: 0;
}
footer p.copyright a {
  color: #ffffff;
}
.logo-wrapper {
  overflow: hidden;
}
.logo {
    padding:  0;
}

#Container .mix{ display: none; }

.navbar-default .navbar-toggle .icon-bar { background-color: #fff; }

.mnu-button {
    display: inline-block;
    cursor: pointer;
    outline: 0;
    white-space: nowrap;
    padding: 7px 22px;
    font-size: 15px;
    background-color: #058e5e;
    color: #FFF;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	border-radius: 3px;
    border-bottom: 3px solid rgba(0,0,0,.15);
    margin-bottom: 10px;
}
.mnu-button:hover {
	color: #FFF;
	text-decoration:none;
}
footer .mnu-button {
    background-color: #fff;
    color: #333;
}
footer .mnu-button:hover {
    background-color: #fff;
    color: #058e5e;
}
ul.limheight {
  flex-wrap: wrap;
  display: flex;
  list-style-type: none;
  padding-left: 0;
}
ul.limheight li {
  flex: 1 0 20%;
}
.faq-section {
    padding: 10px 10px 40px;
}
.faq-section .container {
    background-color: #f9f9f9;
    padding: 40px;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #058e5e;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #058e5e;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(5, 142, 94, 0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #058e5e;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 767px){
	.logo-in {
    	text-align: center;
	}
}

@media (min-width: 768px) {
  .logo-in {
    	text-align: right;
	}

  .navbar-header{
	height:40px;
  }
  
  .navbar-nav > li > a {
    line-height: 20px;
    padding:12px 15px;
  }
	
}

@media (max-width:1300px) {
  .carousel-content { top:15%; left:10%; right:10%; }
}

@media (max-width: 1199px) {
	#home-section {
		margin-top: 170px;
	}
  .navbar-nav > li > a {
    padding: 17px 7px !important;
	font-size: 12px;
  }
}
@media (max-width: 991px) {
	 .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
  .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }

    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
  .navbar-brand {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .navbar-default .navbar-toggle {
    margin-top: 13px;
  }
  .navbar-nav > li > a {
    padding: 5px 15px !important;
  }
  .top-line {
	margin: 0;
    text-align: center;
  }
  .top-line p span {
    display: inline-block;
    margin-bottom: 7px;
  }
  .contact-info {
    margin-bottom: 30px;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
	
  .navbar-header {
        float: none;
    }
	.navbar-header{
	height:60px;
  }
    .navbar-toggle {
        display: block;
    }
}

@media (max-width: 767px) {
  .navbar-brand {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .navbar-default .navbar-toggle {
    margin-top: 13px;
  }

}
@media (max-width: 500px) {
	
  h1 { font-size: 1.5em; }
  section { max-width: 100%; float: none; }
  .logo { max-width:100%; }
  
}

@media (max-width: 371px){
}
#logo {
    float: left;
    font-size: 28px;
    line-height: 100%;
    position: relative;
    z-index: 1;
}
#logo a {
    display: block;
}
#logo img {
    height: auto!important;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
