/* ----------------------------------
Basic CSS
-------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;700&family=Lato&display=swap');

body {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #0A1938;
}

a {
    color: inherit;
    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,
p,
li,
a {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
}

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

.pt0 {
    padding-top: 0;
}

.pb0 {
    padding-bottom: 0;
}

/* ------------------------------------
Header area css
--------------------------------------*/
.header-area {
    background: #0B1A3A;
    overflow: hidden;
    position: relative;
}

.header-area::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: url(../img/header-bg.jpg) no-repeat scroll right center / cover;
}

.header-wrapper {
    display: inline-block;
    padding: 50px 0;
    position: relative;
    z-index: 99;
    padding-left: 50px;
}

.logo-wrap {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.isc-logo img {
	width: 230px;
	margin-bottom: 30px;
}

.sponsor-logo p {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 8px;
}

.sponsor-logo img {
    width: 140px;
    margin-bottom: 0;
}

.date h3 {
    color: #EDB111;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.date-details p {
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
}

.date-details p span {
    font-weight: normal;
}

.date h4 {
    color: #fff;
    font-size: 36px;
    margin-top: 7px;
    font-weight: normal;
}

.share-text h2 {
    color: #fff;
    display: inline-block;
    line-height: 1;
    width: 100%;
    font-size: 50px;
    padding-top: 30px;
    position: relative;
}

.share-text h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='10'%3E%3Crect width='10' height='6' rx='3' fill='%23378FAF'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-size: 20px 8px;
}




/*Exhibitor*/
.exh-logo img {
    max-width: 300px;
    margin-bottom: 20px;
}

.logo-note a {
    font-size: 14px;
    text-decoration: underline;
    color: #000;
}

.exh-details {
    text-align: center;
}

.exh-details h4 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.exh-details h4::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 50%;
    height: 5px;
    background: #EEB211;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.exh-area .exh-details p {
    font-size: 19px;
    margin-bottom: 20px;
    text-align: center;
}

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

/*Share CSS*/

.share-wrapper {
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}

.share-wrapper:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.share-title {
    color: #222;
    font-size: 30px;
    line-height: 35px;
    padding: 30px 0;
    text-align: center;
}


/* ----------------------------------
Flip boxes CSS
------------------------------------ */
.share-first-row {
    overflow: hidden;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card {
    height: 200px;
    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 {
    font-size: 16px;
    margin-top: 15px;
    font-weight: 700;
}

.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-back {
    display: table;
    padding: 15px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    background: #0B1A3A;
}

.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 {
    font-size: 60px;
    color: #EEB211;
}

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

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

.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.second {
    margin: 5px auto 0;
}

.share_btn:focus {
    color: #0B1A3A;
    outline: medium none;
}

.share_btn i {}

.share_btn i:hover {}

.share_btn:hover {
    color: #0B1A3A;
}

/*FAQ*/
.faq-area {
    padding-top: 50px;
}

.sec-head {
    padding-bottom: 40px;
    padding-top: 10px;
}

.sec-head h2 {
    font-family: 'Lato', sans-serif;
    position: relative;
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 28px;
}

.sec-head h2:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 150px;
    height: 5px;
    background: #EEB211;
    content: '';
}

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

.nav-tabs.nav-justified li a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
    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: #0B1A3A;
}

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

/*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-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: #0B1A3A;
}

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

.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: 17px;
    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;
}

/*Notice*/
.notice-wrap h4 {
    color: #000;
    font-size: 22px;
}

.notice-wrap h4 a {
    color: #EEB211;
}

.notice-wrap h4 a:hover {
    text-decoration: underline;
}

/*Footer CSS*/
.isc-footer-area {
    background: #0B1A3A;
}

.isc-footer-social {
    padding: 30px 0;
}

.isc-social-top p span {
    color: #EEB211;
}

.isc-social-top p {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 10px;
    color: #ffffff;
    border-bottom: 4px solid #EEB211;
}

.isc-social ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.isc-social ul a {
    color: #ffffff;
    font-size: 50px;
    padding: 0 10px;
}

.isc-social .colored a {
    color: #EEB211;
}

.isc-social .colored a:hover {
    color: #ffffff;
}

.isc-social ul a:hover,
.isc-social ul a:focus {
    color: #EEB211;
}