/* ----------------------------------
Basic CSS
-------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");
body {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
div,
a {
  color: #000000;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

a {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  border: none;
  outline: 0 none;
}

img {
  max-width: 100%;
}

.section-padding {
  padding: 80px 0;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

/*Header*/
.header-area {
	background: #0F2B3D;
}
.header-wrap {
	padding: 30px;
  background: url(../img/header-bg.png) no-repeat scroll center right / contain;
  margin-right: 30px;
}
.logo img {
	width: 350px;
}
/*Banner CSS*/
.banner-area {
	background: #FFFFFF;
    position: relative;
}
.banner-content {
	text-align: center;
	z-index: 2;
}
.banner-logo img {
	background: #fff none repeat scroll 0 0;
	border-radius: 6px;
	width: 300px;
    padding: 15px;
	margin-bottom: 30px;
}
.banner-title {
	color: #000;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
}
.banner-promo {
	text-align: center;
}
.banner-promo h2 {
	font-size: 28px;
	color: #000;
	font-weight: bold;
}
a.reg-button {
    font-size: 20px;
    color: #fff;
    background: #54E655;
    height: 55px;
    line-height: 50px;          
    display: inline-block;
    border: 2px solid #fff;
    padding: 0 40px;
    border-radius: 6px;
    margin-top: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
a.reg-button:hover {
	background: #112B3C;
	color: #fff;
    border: 2px solid #112B3C;
}
.banner-promo p {
	font-size: 14px;
	color: #000;
	margin-top: 30px;
    font-style: italic;
}
.banner-info-area {
    background: #EDEDED;
}
.banner-info h3 {
	font-size: 24px;
	margin-bottom: 15px;
}
.banner-info p {
	margin-bottom: 15px;
}
/* Blog */
.blog-title {
    text-align: center;
}
.blog-title h2 {
    padding-bottom: 24px;
}
.blog-title p {
    margin-bottom: 50px;
}
.blog-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
    margin: 0 -15px;
}
.blog-single {
	width: calc(33.3333% - 30px);
	margin: 0 15px;
}
.blog-single h2 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 20px;
}
.blog-single p {
    font-size: 18px;
	margin-top: 10px;
}
.blog-single p b {
    font-weight: 600;
}
.blog-single p a {
    color: #2FC0CD;
	font-weight: 600;
}
.blog-single ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    margin-top: 10px;
}
.blog-single ul li {
    margin-bottom: 5px;
    font-weight: 600;
}
/*Countdown CSS*/
.countdown-area {
    background: #0F2B3D;
}
.countdown-area .sec-title {
    color: #ffffff;
}

.countdown {
    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;
}
.cdown {
	text-align: center;
	border-radius: 4px;
	background: #ffffff;
	width: 150px;
}

.cdown span {
    display: block;
    border-radius: 4px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}

.cdown span strong {
    font-weight: 900;
    color: #0F2B3D;
    display: inline-block;
    font-size: 60px;
    padding: 15px 0;
}

.cdown span p {
	border-radius: 0 0 4px 4px;
	color: #0F2B3D;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: 600;
    border-top: 2px solid #0F2B3D;
    background: #ffffff;
}

/*Share*/
.sec-title {
	padding-bottom: 40px;
	font-size: 28px;
	font-weight: bold;
}
.share-wrapper {
    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-left: -15px;
    margin-right: -15px;
}
.share-wrapper a {
    display: block;
    width: 100%;
    margin: 0 15px;
    border-radius: 6px;
}

.share-wrapper a:hover {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

.social-box {
    background: #eeeff0;
    padding: 40px 30px;
    border-radius: 6px;
}
.social-box .icon {
    margin-bottom: 20px;
}
.social-box .icon i {
    font-size: 80px;
    height: 140px;
    width: 140px;
    line-height: 140px;
    display: inline-block;
    background: #59a1d8;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.social-box .icon .fa-x-twitter {
    background: #1da1f2;
}
.social-box .icon .fa-linkedin-in {
    background: #0077b5;
}
.social-box .icon .fa-facebook-f {
    background: #3b5998;
}
.share-wrapper a:hover .social-box .icon i {
    background: transparent;
}
.share-wrapper a:hover .social-box .icon .fa-x-twitter {
    color: #1da1f2;
    border-color: #1da1f2;
}
.share-wrapper a:hover .social-box .icon .fa-linkedin-in {
    color: #0077b5;
    border-color: #0077b5;
}
.share-wrapper a:hover .social-box .icon .fa-facebook-f {
    color: #3b5998;
    border-color: #3b5998;
}
.social-box .text h3 {
    font-size: 20px;
    color: #222;
}

/*Footer CSS*/
.footer-area {
  background: url(../img/footer-bg.jpg) no-repeat scroll center center / cover;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.footer-area::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: #0F2B3D;
  z-index: 1;
  mix-blend-mode: multiply;
}

.footer-wrap {
	position: relative;
	z-index: 2;
	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;
}
.social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}
.social h3 {
  color: #fff;
  font-size: 24px;
  text-align: right;
  margin-bottom: 10px;
}
.social ul a {
  color: #fff;
  font-size: 24px;
  display: block;
}
.social ul a:hover {
  color: #54E655;
}