
/* ----------------------------------
Basic CSS
-------------------------------------*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.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.4;
}

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;
    overflow: hidden;
}
.header-wrapper {
	padding: 40px 0;
}
.left-wrap {
	margin-left: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.logo img, .header-info img {
	height: 200px;
}
.right-wrap h1 {
	font-size: 46px;
	color: #EAB520;
	text-transform: uppercase;
	display: inline-block;
	border: 3px solid #EAB520;
	padding: 20px 50px 10px 100px;
	border-radius: 50px;
	margin-top: 30px;
	margin-left: -73px;
    background: rgba(11, 26, 59,0.55);
}
/*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: #DC138A;
    border: 1px solid #DC138A;
    border-radius: 4px;
}
.slick-prev:before, .slick-next:before {
    color: #fff;
}

/* Video CSS*/
.eventinfo-withvideo:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.eventinfo-withvideo {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.eventinfo-withvideo > video {
  display: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/*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: 1px solid #3A90B0;
}
.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 20px;
}
.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;
}