@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,400i,500,500i');

body {
	padding: 0;
	margin: 0;
	color: #000;
	letter-spacing: normal;
	line-height: 26px;
	font-weight: normal;
    font-style: normal;
	font-size: 18px;
    font-family: 'Roboto';
}
h1,h2,h3,h4,h5,h6{
	margin: 0 0 20px 0;
	line-height: normal;
    line-height: 1.1;
    letter-spacing: 0;
    font-family: 'Roboto';
}
h1 {
	font-size: 54px;
}
h2{
	font-size: 42px;
}
h3{	
    font-size: 30px;
}
h4{
	font-size: 24px;
}
h5{
	font-size: 22px;

}
h6{
	font-size: 20px;
}
p{
	margin: 0 0 20px 0;
    
}
ul , ol{
	padding: 0px;
	margin: 0 0 20px 10px;
}
ul li , ol li{
	margin: 0 0 15px 10px;
	padding: 0px;
}
a {
    color: #000;
}
a, a:visited, a:focus{
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
    color: #000;
}    
img{
	max-width: 100%;
}
input, textarea, a, img {
	outline: none !important;
}
section:before, section:after{
	clear: both;
	display: table;
	content: "";
}
section{
	position: relative;
	clear: both;
	padding: 50px 0px 70px;
	display: inline-block;
	float: left;
	width: 100%;
    z-index: 1;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
table{	
	margin-bottom: 0px;
	overflow-x: auto;
}
td , th{
	padding: 10px 20px;
	border-right: 1px solid #e1e1e1;
    background: #fff;
}
tr th:first-child , tr td:first-child{
}
th,tr{	
	border: 1px solid #e1e1e1;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0px;
   padding-left: 0;
}
.top-pad {
    padding-top: 90px !important;
}
.bottom-pad {
    padding-bottom: 90px !important;
}
.pad-zero {
    padding: 0 !important;
}
.bottom-pad-zero {
    padding-bottom: 0 !important;
}
.top-pad-zero {
    padding-top: 0 !important;
}
.white-color {
    color: #fff !important;
}
.bg-black {
    background-color: #000;
}
.black-color {
    color: #000;
}
.red-color {
    color: #eb302e; 
}
.bg-gray {
    background-color: #f1f1f1;
}
.part-divider-left {
    background-color: rgba(255,255,255,1);
    background: linear-gradient(to right top,transparent 49%,#fff 50%);
    min-height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    width: 101%;
}
/*---------header-part---------*/

/*-------------end-----------------*/

/*---------main-part---------*/
.banner-part {
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 110px 50px 0px;
}
.banner-caption {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
}
.banner-caption h2 {
    font-family: 'Roboto';
    color: #009640;
    font-size: 165px;
    line-height: 0.7;
    text-transform: uppercase;
    -moz-transform: matrix( 0.98971160114042,0,0,0.98971160114042,0,0);
  -webkit-transform: matrix( 0.98971160114042,0,0,0.98971160114042,0,0);
  -ms-transform: matrix( 0.98971160114042,0,0,0.98971160114042,0,0);
}
.banner-caption h3 {
    font-size: 50px;
    font-family: 'Roboto';
}
.banner-img {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 1085px;
    float: left;
    z-index: 999;
    left: 0;
    top: 0;
}
.banner-left-img {
    position: absolute;
    display: inline-block;
    float: left;
    left: 0;
    width: 320px;
    margin-top: 120px;
}
.banner-right-img {
    position: relative;
    display: inline-block;
    float: right;
    right: -50px;
    width: 920px;
}
.banner-logo {
    position: absolute;
    display: inline-block;
    width: 100%;
    float: left;
    left: 50px;
    bottom: 200px;
}
.banner-logo-left {
    position: relative;
    display: inline-block;
    float: left;
}
.banner-logo-right {
    position: relative;
    display: inline-block;
    float: right;
}
.page-divider {
    background-color: rgba(255,255,255,1);
    background: linear-gradient(to right bottom,transparent 49.5%,#fff 50%);
    min-height: 240px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 11;
    width: 101%;
}
.content-title {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.content-title.center-align {
    text-align: center;
}
.content-title h2 {
    margin-bottom: 0; 
}
.content-title span {
    font-size: 24px;
    margin-bottom: 30px;
    display: block;
}
.content-row {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding-top: 50px;
}
.content-blog {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.content-blog.center-align {
    text-align: center;
}
.content-icon {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}
.content-info {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}
.center-align {
    text-align: center;
}
/*.blog-part {
    padding-bottom: 375px;
}*/
.bg-gray-divider{
    background-color: rgba(255,255,255,1);
    background: linear-gradient(to right bottom,transparent 49.5%,#f1f1f1 50%);
}
.content-title h3 {
    margin-bottom: 0;
}
.content-custom {
    position: relative;
    display: block;
    max-width: 965px;
    margin: auto ;
}
.content-custom .content-info {
    margin-top: 40px;
}
.content-custom .content-info p {
    font-size: 24px;
}
.faq-accordion {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding-top: 40px;
}
.faq-accordion h4 {
    margin-bottom: 0;
}
.faq-accordion .panel-default > .panel-heading a {
    display: inline-block;
    position: relative;
}
.faq-accordion .panel-default > .panel-heading a h4{
    padding: 0px 27px 0px 20px;
    font-size: 50px;
    color: #fff; 
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    position: relative;
    font-family: 'Roboto';
    background: #009640;
    vertical-align: middle;
}
.faq-accordion .panel-default > .panel-heading a span {
    display: inline-block;
    position: relative;
    padding:5px 17px;
    background: #fff;
    color: #000;
    font-family: 'Roboto';
    font-size: 24px;
    right: 17px;
    vertical-align: middle;
}
.faq-accordion.panel-group .panel{
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
}

.faq-accordion .panel-default > .panel-heading {
    background: none;
    border-bottom:none;
    border-radius: 0px;
    padding: 0px;
}
.faq-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body{
    padding: 30px 25px;
    background: #fff;
    display: inline-block;
    width: 100%;
    float: left;
}
.panel-body .content-title h3 {
    margin-bottom: 30px;
}
.panel-body .content-info {
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
}
.panel-body .content-info p {
    font-size: 24px;
    margin-bottom: 5px;
}
strong {
    font-family: 'Roboto';
}
.panel-body span {
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
    margin: 20px 0 30px;
}
.panel-body  ul {
    position: relative;
    display: block;
    padding: 0;
    margin: 15px 0;
}
.panel-body ul li {
    display: block;
    padding: 0 0 0 15px;
    margin: 0;
    position: relative;
}
.panel-body ul li:before {
    position: absolute;
    content: '';
    top: 13px;
    width: 3px;
    height: 3px;
    background: #000;
    border-radius: 50%;
}
.faq-accordion .panel-default > .panel-heading a[aria-expanded="false"]:before{
    display: none;
}

.faq-accordion .panel-default > .panel-heading a[aria-expanded="true"]:before{
    display: none;
}
/*.accordian {
    padding-bottom: 320px;
}*/
.contact-part {
    /*padding-top: 40px;*/
    padding-bottom: 50px;
}
.contact-part .content-title h3 {
    margin-bottom: 30px;
}
.contact-list {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 0;
    margin:40px 0 0;
    text-align: center;
}
.contact-list li {
    display: inline-block;
    position: relative;
    padding: 0 50px;
    margin: 0;
    vertical-align: middle;
}
.contact-list li a {
    display: block;
    position: relative;
    transition: all 0.3s ease-out;
}
.contact-list li a:hover {
    color: #008227;
}
.contact-icon {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}
.contact-icon img {
    position: relative;
    display: inline-block;
    width: 111px;
}


/*------------end---------*/

/*---------footer-----------*/
.footer-part {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    overflow: hidden;
    padding: 70px 50px;
}
.footer-part .page-divider {
    top: 0;
    bottom: auto;
    /*height: 420px;*/
    background: linear-gradient(to right bottom, #fff 49.5%,transparent 50%);
}
.footer-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 80px 0px 0;
    text-align: center;
}
.footer-logo {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: left;
    text-align: left;
}
.footer-logo img{
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.footer-address {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.footer-address p {
    font-size: 26px;
    line-height: 1.1;
    margin-bottom: 0;
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.footer-logo-right {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: right;
}
.footer-logo-right img {
    width: 250px;
    display: block;
    margin: auto;
}
.footer-logo-right   span {
    display: block;
    text-align: center;
}
.footer-logo-right p {
    margin-bottom: 0;
    margin-bottom: 0;
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.footer-Policy {
    position: relative;
    display: table;
    vertical-align: bottom;
    padding: 0;
    margin: 0 0 0 100px;
    float: right;
}
.footer-Policy li {
    display: table-cell;
    position: relative;
    padding: 0 15px;
    margin: 0;
    vertical-align: bottom;
}
.footer-Policy li a {
    display: block;
    font-size: 22px;
    color: #000;
}
/*-----------end-------------*/
.cookies-outer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background:#fff;
  /* border-top: 2px solid #008227;*/
    border-top: 2px solid #eb302e;
    z-index: 999;
}
.close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 99;
}
.cookies-info {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 20px 40px;
    text-align: center;
}
.cookies-info p {
    display: inline-block;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.3;
}
.cookies-info a {
    color: #eb302e;
    display: inline-block;
    position: relative;
    font-size: 20px;
    line-height: 1.3;
}
.cookies-info a:hover {
    text-decoration: underline;
}
.custom-top {
    padding: 30px 0; 
}
.blog-part {
    padding-bottom: 250px;
}
.accordian {
    padding-bottom: 270px;
}

button {
width: 15em;
padding: .5em;
color: #000000;
border: solid thin #69e2ed;
-webkit-border-radius: .7em;
-moz-border-radius: .7em;
border-radius: .7em;
-webkit-box-shadow: 2px 2px 3px #999;
box-shadow: 2px 2px 2px #bbb;
background-color: #69e2ed;

}
