/* ----------------------------------
Basic CSS
-------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&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;
  font-family: "PT Sans", sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
a {
  margin: 0;
  padding: 0;
  font-family: "PT Sans", sans-serif;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Sans", sans-serif;
  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 */
.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.pmi {
	width: 90px;
}

.pmi img {
  width: 50px;
  margin-top: 20px;
  margin-left: 30px;
}
.logo img {
	width: 500px;
}
.right-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-right {
  position: relative;
  background: #ffffff;
  z-index: 1;
}

.header-right::before {
	position: absolute;
	top: 0;
	left: 70px;
	height: 100%;
	width: 100%;
	content: "";
	background: rgb(56, 65, 152);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(56, 65, 152, 1)), to(rgba(0, 184, 171, 1)));
	background: -o-linear-gradient(bottom, rgba(56, 65, 152, 1) 0%, rgba(0, 184, 171, 1) 100%);
	background: linear-gradient(0deg, rgba(56, 65, 152, 1) 0%, rgba(0, 184, 171, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#384198", endColorstr="#00b8ab", GradientType=1);
}

.header-right {
  width: 100%;
  padding: 20px;
}

.right-text {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgb(0, 184, 171);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 184, 171, 1)), to(rgba(56, 65, 152, 1)));
  background: -o-linear-gradient(bottom, rgba(0, 184, 171, 1) 0%, rgba(56, 65, 152, 1) 100%);
  background: linear-gradient(0deg, rgba(0, 184, 171, 1) 0%, rgba(56, 65, 152, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b8ab", endColorstr="#384198", GradientType=1);
  z-index: 1;
}

.right-text::before {
  background: url(../img/header-bg.jpg) no-repeat scroll center center / cover;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  mix-blend-mode: multiply;
}

.right-text h1 {
  font-family: 'Evogria';
  color: #EDE941;
  font-size: 86px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: normal;
}

.logo {
  position: relative;
  background: #fff;
  padding: 40px;
  position: relative;
  padding-left: 0;
  padding-right: 100px;
}

.logo::before,
.logo::after {
  position: absolute;
  left: 50px;
  height: 20px;
  width: 20px;
  content: "";

}

.logo::before {
  top: 0;
  background: #01B5AB;
}

.logo::after {
  bottom: 0;
  background: #364599;
}

/*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: #0D736E;
    border: 1px solid #0D736E;
    border-radius: 4px;
}
.slick-prev:before, .slick-next:before {
    color: #fff;
}

/*Footer CSS*/
.footer-area {
    background: rgb(0, 184, 171);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 184, 171, 1)), to(rgba(56, 65, 152, 1)));
    background: -o-linear-gradient(bottom, rgba(0, 184, 171, 1) 0%, rgba(56, 65, 152, 1) 100%);
    background: linear-gradient(0deg, rgba(0, 184, 171, 1) 0%, rgba(56, 65, 152, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b8ab", endColorstr="#384198", GradientType=1);
    padding: 0 80px;
  }
  .footer-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    gap: 30px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    background: #ffffff;
    padding: 30px;
  }
  .footer-logo img {
      width: 400px;
  }
  .footer-text {
      width: calc(100% - 400px);
      text-align: center;
  }
  .footer-text h1 {
      font-family: 'Evogria';
      font-size: 76px;
      text-transform: uppercase;
      color: #384198;
    font-weight: normal;
  }
  .footer-text h1 span {
    color: #0089CB;
  }