


/* ----------------------------------
Basic CSS
-------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #222;
}



a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    border: none;
    outline: 0 none;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
p {
    margin: 0;
    padding: 0;
    line-height: 1.4;
}
.sec-padding {
    padding: 70px 0;
}
.pt0 {
    padding-top: 0;
}
.pb0 {
    padding-bottom: 0;
}
/* ------------------------------------
Header area css
--------------------------------------*/
.cedia-header-area {
	position: relative;
	border-top: 2px solid #35C0CE;
	border-bottom: 2px solid #35C0CE;
}
.header-wrap {
    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;
}
.logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.logo {
    margin-right: 50px;
}
.logo img {
    max-height: 110px;
}
.header-text h4, .header-text h5 {
	font-family: 'CEDIA SOLID';
	color: #000;
	font-size: 28px;
	line-height: 1.5;
	font-weight: 700;
}
.header-text span {
    color: #35C0CE;
}
.header-bg img {
	height: 190px;
}

/*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: #35C0CE;
    border: 1px solid #35C0CE;
    border-radius: 4px;
}
.slick-prev:before, .slick-next:before {
    color: #fff;
}
/*Footer CSS*/
.cedia-footer-area {
    background: #35C0CE;
    padding: 30px 0;
}

.footer-title h2 {
    font-family: 'CEDIA SOLID';
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 28px;
}

.social {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    margin-top: 15px;
}

.social li {
    display: inline-block;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    padding: 0 20px;
}

.social li a {
    display: block;
    font-size: 40px;
    color: #fff;
}
.social li a:hover {
    color: #ffffff;
}