


/* ----------------------------------
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;
}
/*Speaker*/
.spk-wrap {
    padding-top: 50px;
    margin-top: 25px;
}
.spk-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.avatar {
    margin-right: 50px;
}
.avatar img {
    max-width: 180px;
}
.spk-info h2 {
    font-size: 22px;
    color: #222;
    font-weight: 700;
    line-height: 1.5;
}
.spk-info p {
    color: #222;
    font-size: 20px;
    margin-top: 20px;
}
/*Banner CSS*/
.banner-area {
    padding-top: 50px;
}
.banner-content {
    padding-bottom: 30px;
    text-align: center;
}
.event-logo img {
    max-width: 400px;
    margin-bottom: 30px;
}
.banner-title,
.banner-subtitle {
    color: #000;
    font-size: 22px;
    font-weight: 700;
}

.banner-subtitle {
    font-family: 'Lato', sans-serif;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
}
.spk-info h2:first-child {
	text-transform: uppercase;
}
.banner-logo {
    margin-bottom: 30px;
}

.banner-logo img {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    width: 300px;
    padding: 15px;
}
.banner-logo a {
    font-size: 12px;
}

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

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

.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: #000;
    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: #0B1A3B;
    outline: medium none;
}

.share_btn i {}

.share_btn i:hover {}

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


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