


/* ----------------------------------
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: url(../img/header-bg.jpg) scroll no-repeat center center / cover
}
.header-wrapper {
	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: 30px 0;
}
.left-wrap {
	margin-left: 40px;
}
.logo-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.isc-logo {
	margin-right: 80px;
}
.isc-logo img {
	max-width: 280px;
}
.sponsor-logo p {
    font-family: 'Josefin Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.sponsor-logo img {
	width: 230px;
}
.date {
	margin-top: 30px;
}
.date h4 {
	color: #fff;
	font-size: 26px;
	line-height: 1.3;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
}
.date h3 {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.6;
}

.right-wrap {
	position: relative;
	border-left: 20px solid #378FAF;
}
span.top {
	width: 88%;
	height: 20px;
	display: block;
	background: #378FAF;
	position: relative;
}
span.top::after {
	position: absolute;
	width: 20px;
	height: 20px;
	content: "";
	background: #378FAF;
	right: 0px;
	bottom: -10px;
}
span.bottom {
	width: 98%;
	height: 20px;
	display: block;
	background: #378FAF;
}
.title-box-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #EDB111;
	margin: 20px 0px 20px 20px;
}
.title-box h1 {
	text-transform: uppercase;
	font-size: 46px;
	line-height: 1.2;
	padding: 20px 60px;
}
.right-img img {
	max-width: 450px;
}

/*Speaker*/
.spk-wrap {
	margin-bottom: 70px;
}
.spk-info {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}
.spk-info h2 {
	font-size: 28px;
	color: #000;
    line-height: 1.3;
    text-align: center;
}
.spk-info h2 span {
	text-transform: uppercase;
}
.spk-info h3 {
	font-size: 24px;
	text-align: center;
	line-height: 1.3;
	margin-top: 30px;
}
.reg-btn {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
	background: #E9A800;
	height: 50px;
	line-height: 52px;
	padding: 0 30px;
	color: #fff;
	border-radius: 4px;
	margin-top: 30px;
	display: inline-block;
}
.reg-btn:hover {
    background: #0B1A3B;
    color: #fff;
}

/* Speaker Details */
.speaker-details {
	text-align: center;
	padding: 50px;
	border: 5px solid #EDAF11;
}
.speaker-details img {
	margin-bottom: 15px;
}
.speaker-details h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}
.speaker-details p {
	font-size: 18px;
	margin-bottom: 15px;
}
.speaker-details ul {
	padding-left: 0;
}
.speaker-details li {
    font-size: 18px;
    padding: 3px 0;
    text-align: center;
    list-style: disc;
    list-style-position: inside;
}
/* .speaker-details li::before {
	content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #000;
} */




/*Speaker two*/
.spk-wrap-2 {
	border-top: 1px solid #ddd;
	padding: 70px 0;
}
.spk-wrap-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.avatar {
    margin-right: 50px;
}
.avatar img {
    max-width: 180px;
}
.spk-wrap-2 .spk-info {
	width: 100%;
	margin: unset;
	text-align: left;
}
.spk-wrap-2 .spk-info h2 {
	font-size: 24px;
	color: #000;
	line-height: 1.3;
	text-align: left;
	text-transform: uppercase;
}
.spk-info p {
    color: #000;
    font-size: 18px;
    margin-top: 20px;
}
.event-logo {
	margin-top: 30px;
}

/*About*/
.event-title h2 {
	font-size: 28px;
}
.divider {
	margin-top: 5px;
	margin-bottom: 25px;
}
.about p {
    font-size: 18px;
}
/* Feature */
.feature-area .row {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.feature-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 30px auto;
}
.feature-icon {
	width: 100px;
}
.feature-des {
	width: calc(100% - 130px);
}
.feature-des p {
	font-size: 16px;
}


/* Counter */
.sec-title h2 {
	font-size: 28px;
	color: #fff;
	text-align: center;
}
.counter-area {
	background: url(../img/counter-bg.jpg) no-repeat scroll center center / cover;
}
.countdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 30px;
}
.cdown {
	width: 200px;
	text-align: center;
}
.cdown span {
	color: #fff;
	font-size: 52px;
}
.cdown span p {
	font-size: 22px;
	text-transform: uppercase;
}



/*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;
}