/* Basic CSS */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');

body {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
div,
a {
    margin: 0;
    padding: 0;
    line-height: 1.4;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Mikro';
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -1px;
}

a {
    color: inherit;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

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

.section-padding {
    padding: 70px 0;
}

.pt0 {
    padding-top: 0;
}

.pb0 {
    padding-bottom: 0;
}

img {
    max-width: 100%;
}

/* Header */
.header-area {
    background: url(../img/header-bg.jpg) no-repeat scroll right center / 60%;
    overflow: hidden;
}

.header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-logo {
    width: 45%;
    position: relative;
    z-index: 2;
    padding: 30px 0;
}

.logo-wrap {
    position: relative;
    z-index: 3;
}

.header-logo::before {
    position: absolute;
    right: 20px;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shape1.png) no-repeat scroll right top / 160px;
    z-index: 1;
}

.header-logo::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 1000%;
    height: 100%;
    z-index: 1;
    background: #003022;
    z-index: -1;
}

.header-info {
    width: 55%;
    background: url(../img/shape2.png) no-repeat scroll left center / contain;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    padding-left: 130px;
}

.header-logo img {
    width: 320px;
    margin-bottom: 60px;
}

.header-logo h1 {
    font-size: 54px;
    color: #ACBDA8;
    line-height: 1;
    letter-spacing: -3px;
}

.header-info h1 {
    font-family: 'Bulevar';
    font-size: 96px;
    text-transform: uppercase;
    line-height: 0.85;
    font-weight: normal;
    color: #fff;
}

.header-info h1 span {
    color: #ACBDA8;
}

/*Banner*/
.exh-wrap {
    margin-bottom: 30px;
}

.exh-logo-wrap {
    margin-bottom: 50px;
}

.exh-logo {
    margin-bottom: 20px;
}

.exh-logo img {
    width: 270px;
}

.up-note a {
    text-decoration: underline;
}

.exh-details p {
    font-size: 18px;
    margin-bottom: 20px;
}

.exh-details p:last-child {
    margin-bottom: 0;
}

.exh-details p span {
    color: #000000;
    font-weight: bold;
}

.share-info h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

/*Share CSS*/


.share-details {
    max-width: 28%;
    padding-right: 20px;
}

.share-details p {
    font-size: 18px;
}

.share-details b {
    margin-bottom: 15px;
    display: block;
}

.share-details ul {
    padding: 0;
    margin: 0;
    padding-left: 15px;
}

.share-details li {
    margin-bottom: 5px;
}

.share-details li:last-child {
    margin-bottom: 0px;
}

.share-offer-wrapper {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px;
}

.share-offer-wrapper.no-margin {
    margin-bottom: 0;
}

.share-box-wrapper {
    text-align: right;
}

.share-box {
    width: 190px;
    height: 190px;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 5px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.share-box .share-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    z-index: 1;
    width: 100%;
    padding: 5px;
}

.share-box .share-icon i {
    color: #003022;
    font-size: 80px;
}

.share-icon p {
    font-size: 16px;
    margin-top: 15px;
}

.share-box img {
    width: 90px;
}

.share-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    background: rgba(0, 48, 34, 0.9);
    color: #fff;
    bottom: 0;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2
}

.share-box:hover .share-overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    height: 100%;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    cursor: pointer;
}

.share-overlay p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

.share-overlay a {
    color: #000000;
    background: #fff;
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 5px;
    padding: 3px 0;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.share-overlay a:hover {
    cursor: pointer;
    outline: 1px solid #000000;
    outline-offset: 1px;
}

/* How */
.how-work .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.how-head h2 {
    margin-bottom: 20px;
    font-size: 28px;
}

.how-list p {
    margin-bottom: 20px;
}

.how-list p:last-child {
    margin-bottom: 0px;
}

.how-list a {
    color: #015743;
}

.how-list a:hover {
    text-decoration: underline;
}

/*FAQ*/
.faq-area .heading h3 {
    margin-bottom: 50px;
    font-size: 28px;
    font-weight: 900;
    position: relative;
    padding-bottom: 30px;
}

.faq-area .heading h3::after {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #000000;
    bottom: 0;
}

.nav-tabs.nav-justified {
    background: #EFEFEF;
}

.nav-tabs.nav-justified li a {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 15px;
    text-transform: uppercase;
}

.nav-tabs.nav-justified li a:hover {
    color: #000000;
}

.nav-tabs.nav-justified li a i {
    margin-right: 10px;
}

.nav-tabs.nav-justified .active a i {
    color: #000000;
}

.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: #000000;
}

/*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;
    font-size: 18px;
}

.faq-wrap .panel-title a {
    position: relative;
    font-size: 18px;
    padding: 10px 0px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    display: block;
    font-weight: normal;
    font-weight: 600;
}

.faq-wrap .panel-title a:hover {
    color: #000000;
}

.faq-wrap .panel-title a[aria-expanded="true"] {
    color: #000000;
}

.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 {
    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;
}



/*Footer*/
.footer-area {
    background: #003022;
    padding: 30px 0;
}

.footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.footer-logo img {
    width: 300px;
}

.vendor-logo img {
    width: 170px;
}

.show-date h2 {
    font-size: 30px;
    color: #ACBDA8;
}

.show-date p {
    font-family: 'Mikro';
    color: #ACBDA8;
    font-size: 18.5px;
    font-weight: bold;
}

.address h2 {
    font-family: 'Bulevar';
    font-weight: normal;
    font-size: 90px;
    line-height: 0.85;
    color: #fff;
}