
/*Basic CSS*/
@font-face {
    font-family: 'Niveau Grotesk';
    src: url('../fonts/NiveauGroteskRegular.woff2') format('woff2'),
        url('../fonts/NiveauGroteskRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Niveau Grotesk';
    src: url('../fonts/NiveauGroteskBold.woff2') format('woff2'),
        url('../fonts/NiveauGroteskBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    border: none;
    outline: 0 none;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
li,
p {
    font-family: 'Niveau Grotesk';
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0;
    line-height: 1.3;
}
.section-padding {
    padding: 70px 0;
}
.pb0 {
    padding-bottom: 0;
}
.pt0 {
    padding-top: 0;
}
.container {
    width: 1200px
}

/*Header */
.header-area {
    background-image: url(../img/header-left-bg.jpg), url(../img/header-right-bg.jpg);
    background-position: left center, right center;
    background-size: contain, contain;
    background-attachment: scroll;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.heder-wrap {
    text-align: center;
}
.heder-wrap img {
    width: 750px;
}
/*Banner*/
.banner-content {
	text-align: center;
}
.banner-logo img {
    width: 300px;
}
.banner-title {
    color: #000;
    font-size: 24px;
    font-weight: bold;
}
.banner-subtitle {
    margin-top: 15px;
    font-size: 20px;
    font-weight: normal;
}

.banner-content a {
	font-size: 18px;
	margin-top: 20px;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 30px;
}
.banner-content a:hover {
    color: #43753A;
}
.banner-notice {
	margin-top: 25px;
	font-size: 14px;
}
.banner-notice a {
	color: inherit;
    text-decoration: underline;
	font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
/*Share Flip Boxes*/

.card {
    float: left;
    height: 180px;
    position: relative;
    text-align: center;
    width: 25%;
}

.card-front,
.card-back {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.card-front .card-text p {
	color: #231f20;
	font-size: 18px;
	margin-top: 15px;
}

.card-front,
.card-back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition: -webkit-transform 0.2s ease 0s;
}

.card-front {
    background-color: #fff;
    display: table;
}

.card-text p {
    color: #fff;
    font-size: 16px;
}

.card-back {
    background: #43753A;
    display: table;
    padding: 15px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.card.effect-hover:hover .card-front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.card-back .inner .share_btn {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.card.effect-hover:hover .card-back .inner .share_btn {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
}

.card.effect-hover:hover .card-back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.share-first-row {
    overflow: hidden;
    text-align: center;
}

.share-second-row {
    margin-left: -3px;
    overflow: hidden;
}

.card .card-front span i {
    color: #43753A;
    font-size: 60px;
}

.card .card-front span {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

.card-text {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.card-back .inner p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 5px;
    width: 100%;
}

.share_btn {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    color: #222;
    display: block;
    font-size: 16px;
    margin: 15px auto 0;
    padding: 4px 0;
    text-decoration: none;
    width: 100%;
}

.share_btn:focus {
    color: #43753A;
    outline: medium none;
}
.share_btn:hover {
    color: #43753A;
}
.share_btn.last {
    margin-top: 5px;
}

/*FAQ*/
.sec-head {
    padding-bottom: 40px;
    padding-top: 10px;
}
.sec-head h2 {
    font-weight: bold;
    font-size: 28px;
    position: relative;
    padding-bottom: 15px;
}
.sec-head h2:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 150px;
    height: 3px;
    background: #43753A;
    content: '';
}
.nav-tabs.nav-justified {
    background: #EFEFEF;
}
.nav-tabs.nav-justified li a {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 15px;
    text-transform: uppercase;
}
.nav-tabs.nav-justified li a i {
    margin-right: 10px;
}
.nav-tabs.nav-justified .active a i {
    color: #43753A;
}
.nav-tabs.nav-justified .active a,
.nav-tabs.nav-justified .active a:focus,
.nav-tabs.nav-justified .active a:hover {
    border-bottom-color: #fff;
    color: #43753A;
}

/*Accordian*/
.panel-group {
    margin-bottom: 0px;
    padding: 20px;
    border: 1px solid #ddd;
    border-top: 0 none;
}
.panel.panel-default {
    border-color: #ddd;
    border: 0 none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}
.panel.panel-default:last-child {
    border-bottom: 0;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    border: 0 none;
    padding: 0;
}
.panel-group .panel + .panel {
    margin-top: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}
.faq-wrap .panel-title a {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    padding: 10px 0px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.faq-wrap .panel-title a:hover {
  color: #43753A;
}
.faq-wrap .panel-title a[aria-expanded="true"] {
  color: #43753A;
}
.faq-wrap .panel-title a:before {
    content: '\f068';
}
.faq-wrap .panel-title a[aria-expanded="false"]:before {
    content: '\f067';
}
.faq-wrap .panel-title a:before, .faq-wrap .panel-title a.collapsed:before {
    font-family: 'FontAwesome';
    width: 20px;
    display: inline-block;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    font-size: 16px;
}
.panel-body {
    font-size: 16px;
    padding-top: 0;
    padding-left: 25px;
    padding-right: 20px;
    padding-bottom: 17px;
}
.inner-img img {
    max-width: 750px;
    border: 1px solid #ddd;
    padding: 10px;
}
.ins-img .inner-img img {
    max-width: 320px;
}
/*Contact*/
.contact-text h3 {
	font-size: 22px;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 50px;
	color: #222;
	margin-top: 30px;
}
.contact-text h3 a {
    color: #43753A;
}
.contact-text h3 a:hover {
    color: #43753A;
    text-decoration: underline;
}

/*Footer*/
.footer-area {
    padding: 50px 0;
}
.footer-logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
.footer-logos img {
	max-width: 280px;
	max-height: 150px;
}