


/* ----------------------------------
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: 35px;
    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: 15px 8px;
}

/*Promo Area CSS*/
.promo_area {
    padding: 70px 0;
}
.sec-title h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}
.insta-wrapper {
    width: 525px;
    margin: 0 auto;
}
.insta-wrapper {
    margin-top: 30px;
}
.share-step h2, .share-info h2 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 35px;
}
.share-step h2:before, .share-info h2:before {
    position: absolute;
    content: "\f14a";
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: 'FontAwesome';
    font-size: inherit;
}
.share-info p {
    font-size: 20px;
    padding-left: 35px;
    margin-bottom: 15px;
}
.social-img img {
    max-width: 100%;
    margin-bottom: 0;
}

/*Slider*/
.slider-wrapper.slick-slider {
    max-width: 545px;
    margin: 0 auto;
}
.single-slide {
    max-width: 525px;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-next.slick-arrow, .slick-prev.slick-arrow {
    background: #0C1A3A;
    border: 1px solid #0C1A3A;
    border-radius: 4px;
}
.slick-prev:before, .slick-next:before {
    color: #fff;
}
/*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;
}