
/* ----------------------------------
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;
	display: inline-block;
}
.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);
}
/*Banner CSS*/
.banner-area {
	background: url(../img/banner.jpg) no-repeat scroll center center / cover;
    position: relative;
}
.banner-wrapper {
	text-align: center;
}
.banner-content img {
    max-width: 300px;
    margin-bottom: 30px;
}
.banner-title,
.banner-subtitle {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
}

.banner-subtitle {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
}
.banner-text {
	max-width: 750px;
	margin: 0 auto;
}
.reg-btn {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
	background: #eeb311;
	height: 50px;
	line-height: 56px;
	padding: 0 30px;
	color: #fff;
	border-radius: 4px;
	margin-top: 25px;
	display: inline-block;
}
.reg-btn:hover {
    background: #0C1A3A;
    color: #fff;
}
.banner-content h4 {
	margin-top: 20px;
}

/*About*/
.event-title h2 {
	font-size: 28px;
}
.divider {
	margin-top: 5px;
	margin-bottom: 25px;
}
.about p {
    font-size: 18px;
}
/*Testimonial CSS*/
.testimonial-area:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url("../img/motherboard-image.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.05;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
}
.testimonial-area {
    background-image: -o-linear-gradient(left, #091839, #2a7d9d);
    background-image: -webkit-gradient(linear, left top, right top, from(#091839), to(#2a7d9d));
    background-image: linear-gradient(to right, #091839, #2a7d9d);
    position: relative;
}
.testimonial-area .sec-title h2 {
    margin-bottom: 40px;
    color: #fff;
}
.testimonial-text p {
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.5;
}
.client-name {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    font-style: italic;
}
/*Countdown CSS*/
.countdown-area {
    background: -o-linear-gradient(left, #091839, #2a7d9d);
    background: -webkit-gradient(linear, left top, right top, from(#091839), to(#2a7d9d));
    background: linear-gradient(to right, #091839, #2a7d9d);
}
.counter-wrap {
    text-align: center;
}
.sec-title h2 {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
}
.sec-title h2:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    content: "";
    width: 120px;
    height: 4px;
    background: #f0b310;
}
.cdown {
    display: inline-block;
    margin-right: 100px;
}
.cdown:last-child {
    margin-right: 0px;
}
.cdown span {
    font-size: 52px;
    color: #fff;
    text-align: center;
    display: inline-block;
}
.cdown p {
    font-size: 22px;
    text-transform: uppercase;
}
.cd-promo {
    margin-top: 40px;
}
.cd-promo h2 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 10px;
}
/*Share CSS*/
.share-wrapper .sec-title {
    text-align: center;
}
.share-wrapper .sec-title h2 {
    color: #0b1a3b;
}
.share-wrapper .sec-title h2:after {
    width: 30%;
}
.share-wrapper {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.share-title {
    color: #222;
    font-size: 28px;
    font-weight: 700;
    padding-top: 50px;
    text-align: center;
}

/* ----------------------------------
Flip boxes CSS
------------------------------------ */
.share-first-row {
    overflow: hidden;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.card {
    height: 170px;
    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 {
    color: #231f20;
    font-size: 16px;
    margin-top: 15px;
}

.card-front,
.card-back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.card-front {
    background-color: #fff;
    display: table;
}

.card-text p {
    color: #eeb311;
    font-size: 16px;
}

.card-back {
    display: table;
    padding: 15px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    background: #0C1A3A;
}

.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);
}

.card .card-front span i {
    font-size: 60px;
}

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

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

.card-text {
    color: #eeb311;
    font-size: 16px;
    font-weight: 700;
}

.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:focus {
    color: #2b2e6c;
    outline: medium none;
}

.share_btn:hover {
    color: #2b2e6c;
}

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