

/* ----------------------------------
Basic CSS
-------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');

body {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
a {
    margin: 0;
    padding: 0;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}
a {
    color: inherit;
    -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;
}
.section-padding {
    padding: 70px 0;
}

.pt0 {
    padding-top: 0;
}
.pb0 {
    padding-bottom: 0;
}
img {
    max-width: 100%;
}

/* ------------------------------------
Header area css
--------------------------------------*/
.outter-area {
    background: #301B46;
}
.logo {
	text-align: center;
	padding: 30px 0;
}
.logo img {
	width: 270px;
}
.inner-wrap {
	position: relative;
}
.colors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	width: 270px;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 2;
}
.color-shape {
	width: 35%;
	background: #B237AC;
}
.color-shape:first-child {
	width: 20%;
	background: #DAE23F;
}
.color-shape:last-child {
	width: 45%;
	background: #743BAC;
}
/*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: #743BAC;
    border: 1px solid #743BAC;
    border-radius: 4px;
}
.slick-prev:before, .slick-next:before {
    color: #fff;
}

/*Footer*/
