/*===========================
    01. Common CSS
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700|Space+Mono:400,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:wght@200&display=swap');
body {
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


a .test {
	padding-right: 5em;
}


button {
  cursor: pointer;
}

main .button-w2 {
  position: relative;
  overflow: hidden;
  transition: background 400ms;
  color: #fff;
  background-color: #ff223e;
  text-transform: uppercase;
  padding: 0.5rem 2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  outline: 0;
  border: 0;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  cursor: pointer;
  margin-bottom: 50px;
  margin-top: 20px;
  margin-left: 0px;
}


main .button-w2:hover {
	background-color: #ff8899ff;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.4);
	cursor: pointer;
}






main .button-demo {
  position: relative;
  overflow: hidden;
  transition: background 400ms;
  color: #fff;
  background-color: #000;
  /*text-transform: uppercase;*/
  padding: 0.7rem 2.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 1.6rem;
  outline: 0;
  border: 0;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  cursor: pointer;
  margin-bottom: 50px;
  margin-top: 20px;
  margin-left: 0px;
}


main .button-demo:hover {
	background-color: #FFC000;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.4);
	cursor: pointer;
	color: #fff;
}









/*Contact us button*/
main .contact_us_btn {
  position: relative;
  overflow: hidden;
  transition: background 400ms;
  color: #fff;
  background-color: #4267fc;
  /*text-transform: uppercase;*/
  padding: 0.8rem 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 1.6rem;
  outline: 0;
  border: 0;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  cursor: pointer;
  margin-left: 0px;
}


main .contact_us_btn:hover {
	background-color: #4267fcaa;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.4);
	cursor: pointer;
}





/*Whatsapp us button*/
main .go_to_whatsapp_btn {
  position: relative;
  overflow: hidden;
  transition: background 400ms;
  color: #fff;
  background-color: #0bbd5e;
  /*text-transform: uppercase;*/
  padding: 0.8rem 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 1.6rem;
  outline: 0;
  border: 0;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  cursor: pointer;
  margin-left: 0px;
}


main .go_to_whatsapp_btn:hover {
	background-color: #00AA33AA;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.4);
	cursor: pointer;
}


























main .button-w3 {
	position: relative;
	overflow: hidden;
	transition: background 400ms;
	color: #fff;
	background-color: #FFC000;
	padding: 0.5rem 2rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 900;
	font-size: 30px;
	outline: 0;
	border: 0;
	border-radius: 3rem;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
	cursor: pointer;
	margin-bottom: 50px;
	margin-top: 20px;
	margin-right: 20px;
}


main .button-w3:hover {
	background-color: #FFC0008;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.4);
	cursor: pointer;
}





main .button-chip-yellow {
	position: relative;
	overflow: hidden;
	transition: background 400ms;
	color: #fff;
	background-color: #FFC000;
	padding: 0.5rem 2rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 900;
	font-size: 30px;
	outline: 0;
	border: 0;
	border-radius: 3rem;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
	cursor: pointer;
	margin-bottom: 50px;
	margin-top: 20px;
	margin-right: 20px;
}


main .button-chip-yellow:hover {
	background-color: #FFDD33FF;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.4);
	cursor: pointer;
}



main .button-chip-red {
  position: relative;
  overflow: hidden;
  transition: background 400ms;
  color: #fff;
  background-color: #ff223e;
  text-transform: uppercase;
  padding: 0.5rem 2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  outline: 0;
  border: 0;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  cursor: pointer;
  margin-bottom: 50px;
  margin-top: 20px;
  margin-left: 0px;
}


main .button-chip-red:hover {
	background-color: #ff8899ff;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.4);
	cursor: pointer;
}













a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}


.sp-h2 {
  	font-family: 'Lexend', sans-serif !important;
	font-weight: 400 !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 50px;
  margin-bottom: 20px;
}

h2 {
  font-size: 45px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0px;
}

.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.shape {
  position: absolute;
  z-index: -1;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
}

.logo img {
  width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .img-wrapper {
    display: none;
  }
}

@media (max-width: 767px) {
  .img-wrapper {
    display: none;
  }
}

@media (max-width: 767px) {
  .odd-col {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.slick-slide:focus {
  outline: 0;
}

.common-btn {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.common-btn::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.common-btn:hover::after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-205 {
  margin-top: 205px;
}

.mt-210 {
  margin-top: 210px;
}

.mt-215 {
  margin-top: 215px;
}

.mt-220 {
  margin-top: 220px;
}

.mt-225 {
  margin-top: 225px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-225 {
  margin-bottom: 225px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-205 {
  padding-top: 205px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-215 {
  padding-top: 215px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-225 {
  padding-top: 225px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.countdown {
  padding-top: 40px;
  padding-bottom: 40px;
}

.countdown .single-count-content {
  position: relative;
  padding: 0 40px;
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .countdown .single-count-content {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .countdown .single-count-content {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .countdown .single-count-content {
    padding: 0 20px;
  }
}

.countdown .single-count-content::after {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 50px;
}

@media (max-width: 767px) {
  .countdown .single-count-content::after {
    top: -10px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .countdown .single-count-content::after {
    top: -5px;
  }
}

.countdown .single-count-content:first-child {
  padding-left: 0px;
}

.countdown .single-count-content:last-child {
  padding-right: 0px;
}

.countdown .single-count-content:last-child::after {
  display: none;
}

.countdown .single-count-content .count {
  font-size: 50px;
}

@media (max-width: 767px) {
  .countdown .single-count-content .count {
    font-size: 35px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .countdown .single-count-content .count {
    font-size: 45px;
  }
}

.countdown .single-count-content .text {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .countdown .single-count-content .text {
    font-size: 15px;
  }
}

.header {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 2;
}

main.main-06 {
  background: #0A0A0A;
  overflow: hidden;
}

main .header.header-06 {
  position: unset;
  padding-top: 100px;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  main .header.header-06 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  main .header.header-06 .header-right {
    display: none;
  }
}

main .header.header-06 .header-right a {
  color: #fff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

main .main-wrapper.demo-06 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}

main .main-wrapper.demo-06 .hero-area {
  padding-bottom: 100px;
  padding-top: 20px;
}



main .main-wrapper.demo-06 .hero-area h3 {
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 20px;
}

main .main-wrapper.demo-06 .hero-area h1 {
  font-size: 70px;
  font-weight: 900;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
	
}

main .main-wrapper.demo-06 .hero-area h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 50px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
	padding-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  main .main-wrapper.demo-06 .hero-area h1 {
    font-size: 80px;
  }
  
  main .main-wrapper.demo-06 .hero-area h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  main .main-wrapper.demo-06 .hero-area h1 {
    font-size: 40px;
  }
  main .main-wrapper.demo-06 .hero-area h2 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  main .main-wrapper.demo-06 .hero-area h1 {
    font-size: 50px;
  }
  
  main .main-wrapper.demo-06 .hero-area h2 {
    font-size: 35px;
  }
}

main .main-wrapper.demo-06 .hero-area p {
  font-family: "Space Mono", sans-serif;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 40px;
}

main .main-wrapper.demo-06 .hero-area .countdown .single-count-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

main .main-wrapper.demo-06 .hero-area .countdown .single-count-content::after {
  content: ':';
  font-size: 54px;
  color: #fff;
  top: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  main .main-wrapper.demo-06 .hero-area .countdown .single-count-content::after {
    top: 30px;
  }
}

@media (max-width: 767px) {
  main .main-wrapper.demo-06 .hero-area .countdown .single-count-content::after {
    top: 30px;
    font-size: 45px;
  }
}

main .main-wrapper.demo-06 .hero-area .countdown .single-count-content .count {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  main .main-wrapper.demo-06 .hero-area .countdown .single-count-content .count {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  main .main-wrapper.demo-06 .hero-area .countdown .single-count-content .count {
    font-size: 40px;
  }
}

main .main-wrapper.demo-06 .hero-area .countdown .single-count-content .text {
  font-family: "Space Mono", sans-serif;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.5);
}



main .main-wrapper.demo-06 .partners-area {
  margin-bottom: 100px;
}


main .article-area {
  margin-top: 100px;
}




@media (max-width: 767px) {
  main .main-wrapper.demo-06 .partners-area {
    margin-bottom: 30px;
  }
}




main .main-wrapper.demo-06 .partners-area .section-title h1 {
  font-size: 50px;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;
  font-style: italic; 
  color: #fff;
  padding-bottom: 7px;
  margin-bottom: 80px;
  position: relative;
}

@media (max-width: 767px) {
  main .main-wrapper.demo-06 .partners-area .section-title h1 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  main .main-wrapper.demo-06 .partners-area .section-title h1 {
    font-size: 22px;
  }
}

main .main-wrapper.demo-06 .partners-area .section-title h1::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 6px;
  background: #fff;
  bottom: 0;
  left: 0;
}




main .main-wrapper.demo-06 .partners-area .section-title h4 {
  font-size: 70px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  position: relative;
}

@media (max-width: 767px) {
	main .main-wrapper.demo-06 .partners-area .section-title h4 {
		font-size: 18px;
	}
  
	main .main-wrapper.demo-06 .partners-area .section-title h3 {
		font-size: 18px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	main .main-wrapper.demo-06 .partners-area .section-title h4 {
		font-size: 22px;
	}
  
	main .main-wrapper.demo-06 .partners-area .section-title h3 {
		font-size: 22px;
	}
}



main .main-wrapper.demo-06 .partners-area .section-title h3 {
  font-size: 35px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  font-style: italic; 
  color: #fff;
  position: relative;
}





/* for Article Area */

main .main-wrapper.demo-06 .partners-area .article-area h1 {
  font-size: 45px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  padding-bottom: 7px;
  margin-bottom: 80px;
  letter-spacing: 0px;
  position: relative;
}

@media (max-width: 767px) {
  main .main-wrapper.demo-06 .partners-area .article-area h1 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  main .main-wrapper.demo-06 .partners-area .article-area h1 {
    font-size: 22px;
  }
}

main .main-wrapper.demo-06 .partners-area .article-area h1::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 6px;
  background: #fff;
  bottom: 0;
  left: 0;
}







main .main-wrapper.demo-06 .partners-area .section-value-prop h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 48px;
  text-align: true;
  line-height: 58px;
  color: black;
  margin-bottom: 10px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  main .main-wrapper.demo-06 .partners-area .section-value-prop h2 {
    font-size: 28px;
    line-height: 33px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  main .main-wrapper.demo-06 .partners-area .section-value-prop h2 {
    font-size: 28px;
    line-height: 33px;
  }
}




main .main-wrapper.demo-06 .partners-area .section-value-prop h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 38px;
  color: black;
  margin-bottom: 20px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  main .main-wrapper.demo-06 .partners-area .section-value-prop h3 {
    font-size: 20px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  main .main-wrapper.demo-06 .partners-area .section-value-prop h3 {
    font-size: 24px;
    line-height: 42px;
  }
}







main .main-wrapper.demo-06 .partners-area .section-value-prop img {
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-size: 35px;
  line-height: 40px;
  color: black;
  margin-bottom: 0px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  main .main-wrapper.demo-06 .partners-area .section-value-prop img {
    font-size: 20px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  main .main-wrapper.demo-06 .partners-area .section-value-prop img {
    font-size: 24px;
    line-height: 42px;
  }
}









main .main-wrapper.demo-06 .partners-area .section-value-prop h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  font-weight: 45px;
  color: black;
}

@media (max-width: 767px) {
  main .main-wrapper.demo-06 .partners-area .section-value-prop h4 {
    font-size: 14px;
    line-height: 25px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  main .main-wrapper.demo-06 .partners-area .section-value-prop h4 {
    font-size: 17px;
    line-height: 25px;
  }
}







main .main-wrapper.demo-06 .partners-area .section-value-prop h6 {
  padding-bottom: 40px;
  padding-top: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-style: italic; 
  font-size: 20px;
  line-height: 25px;
  color: black;
}

@media (max-width: 767px) {
  main .main-wrapper.demo-06 .partners-area .section-value-prop h6 {
    font-size: 14px;
    line-height: 25px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  main .main-wrapper.demo-06 .partners-area .section-value-prop h6 {
    font-size: 17px;
    line-height: 25px;
  }
}





main .main-wrapper.demo-06 .partners-area .partners-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}

main .main-wrapper.demo-06 .partners-area .partners-wrapper .team-item {
  width: calc(25% - 50px);
  margin: 0px 25px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  main .main-wrapper.demo-06 .partners-area .partners-wrapper .team-item {
    width: calc(25% - 30px);
    margin: 0px 15px 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  main .main-wrapper.demo-06 .partners-area .partners-wrapper .team-item {
    width: calc(50% - 30px);
    margin: 0px 15px 50px;
  }
}

@media (max-width: 767px) {
  main .main-wrapper.demo-06 .partners-area .partners-wrapper .team-item {
    width: calc(100% - 50px);
    margin: 0px 25px 50px;
  }
}

main .main-wrapper.demo-06 .partners-area .partners-wrapper .team-item .team-img {
  position: relative;
  margin-bottom: 20px;
}

main .main-wrapper.demo-06 .partners-area .partners-wrapper .team-item .team-img img {
  width: 100%;
}

main .main-wrapper.demo-06 .partners-area .partners-wrapper .team-item .team-img .social-links {
  position: absolute;
  width: 185px;
  height: 0px;
  background: #fff;
  border-top-right-radius: 57px;
  left: 0;
  bottom: 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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

main .main-wrapper.demo-06 .partners-area .partners-wrapper .team-item .team-img .social-links li {
  display: inline-block;
  margin: 0 8px;
}

main .main-wrapper.demo-06 .partners-area .partners-wrapper .team-item .team-img .social-links li a {
  font-size: 18px;
  color: #0A0A0A;
}

main .main-wrapper.demo-06 .partners-area .partners-wrapper .team-item .team-img .social-links li a:hover {
  color: #D5081A;
}

main .main-wrapper.demo-06 .partners-area .partners-wrapper .team-item:hover .team-img .social-links {
  height: 57px;
  opacity: 1;
  visibility: visible;
}

main .main-wrapper.demo-06 .partners-area .partners-wrapper .team-item .team-info h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Montserrat", sans-serif;
}

main .main-wrapper.demo-06 .partners-area .partners-wrapper .team-item .team-info p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}










main .main-wrapper.demo-06 .partners-area .section-contact-us h3 {
  font-size: 50px;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;
  font-style: italic; 
  color: #fff;
  padding-bottom: 7px;
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 767px) {
  main .main-wrapper.demo-06 .partners-area .section-contact-us h3 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  main .main-wrapper.demo-06 .partners-area .section-contact-us h3 {
    font-size: 22px;
  }
}























main .footer {

	width: 100%;
	margin-bottom: 25px;
	margin-top: 25px;
  }

main .footer p {
  font-family: "Space Mono", sans-serif;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 767px) {
  main .footer p {
    text-align: center;
  }
}

main .footer .credit {
  text-align: right;
}

@media (max-width: 767px) {
  main .footer .credit {
    text-align: center;
  }
}






.site-footer
{
  background-color:#26272b;
  padding:50px 0 50px;
  font-size:15px;
  font-family: "Space Mono", sans-serif;
  line-height:24px;
  color:#737373;
}

.site-footer h6
{
	font-family: "Poppins", sans-serif;
	color:#fff;
	font-size:28px;
	font-weight: 700;
	margin-top:5px;
	margin-bottom:10px;
	letter-spacing:0px
}
.site-footer a
{
  color:#737373;
  margin-bottom:5px;
  font-size:16px;
}
.site-footer a:hover
{
  color:#3366ff;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}


.footer-links ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}


.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366ff;
  text-decoration:none;
}

.footer-links.inline li
{
  display:inline-block
}

.site-footer .social-icons
{
  text-align:left
}


@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:left
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}



























:root {
  /* generic */
  --gutterSm: 0.4rem;
  --gutterMd: 0.8rem;
  --gutterLg: 1.6rem;
  --gutterXl: 2.4rem;
  --gutterXx: 7.2rem;
  --colorPrimary400: #7e57c2;
  --colorPrimary600: #3333bb;
  --colorPrimary800: #4527a0;
  --fontSizeSm: 1.2rem;
  --fontSizeMd: 1.6rem;
  --fontSizeLg: 2.1rem;
  --fontSizeXl: 2.8rem;
  --fontSizeXx: 3.6rem;
  --lineHeightSm: 1.1;
  --lineHeightMd: 1.8;
  --transitionDuration: 300ms;
  --transitionTF: cubic-bezier(0.645, 0.045, 0.355, 1);
  
  /* floated labels */
  --inputPaddingV: var(--gutterMd);
  --inputPaddingH: var(--gutterLg);
  --inputFontSize: var(--fontSizeLg);
  --inputLineHeight: var(--lineHeightMd);
  --labelScaleFactor: 0.8;
  --labelDefaultPosY: 50%;
  --labelTransformedPosY: calc(
    (var(--labelDefaultPosY)) - 
    (var(--inputPaddingV) * var(--labelScaleFactor)) - 
    (var(--inputFontSize) * var(--inputLineHeight))
  );
  --inputTransitionDuration: var(--transitionDuration);
  --inputTransitionTF: var(--transitionTF);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}


.Wrapper {
	flex: 0 0 80%;
	max-width: 80%;
}

.Title {
	margin: 0 0 var(--gutterXx) 0;
	padding: 0;
	color: #fff;
	font-size: var(--fontSizeXx);
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	line-height: var(--lineHeightSm);
	text-align: center;
	text-shadow: -0.1rem 0.1rem 0.2rem var(--colorPrimary800);
}

.Input {
	margin-bottom: 100px;
	position: relative;
}


.Input-text {
	display: block;
	margin: 0;
	padding: var(--inputPaddingV) var(--inputPaddingH);
	color: inherit;
	width: 100%;
	font-family: inherit;
	font-size: var(--inputFontSize);
	font-weight: inherit;
	line-height: var(--inputLineHeight);
	font-family: "Roboto", sans-serif;
	border: none;
	border-radius: 0.4rem;
	transition: box-shadow var(--transitionDuration);
}


.Input-text::placeholder {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	letter-spacing: 2;
	color: #B0BEC5;
}


.Input-text:focus {
	outline: none;
	box-shadow: 0.2rem 0.8rem 1.6rem var(--colorPrimary600);
}


.Input-label {
	display: block;
	position: absolute;
	bottom: 50%;
	left: 1rem;
	color: #fff;
	font-family: inherit;
	font-size: var(--inputFontSize);
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	line-height: var(--inputLineHeight);
	opacity: 0;
	transform: translate3d(0, var(--labelDefaultPosY), 0) scale(1);
	transform-origin: 0 0;
	transition:
		opacity var(--inputTransitionDuration) var(--inputTransitionTF),
		transform var(--inputTransitionDuration) var(--inputTransitionTF),
		visibility 0ms var(--inputTransitionDuration) var(--inputTransitionTF),
		z-index 0ms var(--inputTransitionDuration) var(--inputTransitionTF);
}


.Input-text:placeholder-shown + .Input-label {
	visibility: hidden;
	z-index: -1;
}


.Input-text:not(:placeholder-shown) + .Input-label,
.Input-text:focus:not(:placeholder-shown) + .Input-label {
	visibility: visible;
	z-index: 1;
	opacity: 1;
	transform:
		translate3d(0, var(--labelTransformedPosY), 0)
		scale(var(--labelScaleFactor));
	transition:
		transform var(--inputTransitionDuration),
		visibility 0ms,
		z-index 0ms;
}









.onboarding_section
{
  background-color:#26272b;
  padding-bottom:80px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}

.onboarding_section p
{
	font-family: "Poppins", sans-serif;
	color:#ddd;
	font-size:22px;
	font-weight: 100;
	margin-top:5px;
	margin-bottom:10px;
	letter-spacing:0px
}


.onboarding_section h1 {
  font-size: 42px;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;
  font-style: italic; 
  color: #fff;
  padding-bottom: 7px;
  margin-bottom: 90px;
  position: relative;
}


main .onboarding_section h1::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 6px;
  background: #fff;
  bottom: 0;
  left: 0;
}



.onboarding_steps { 
	font-family: 'Montserrat', sans-serif;
	display: flex;
	position: relative;
	background: #000000;
	min-width: 75px;
	height: 75px;
	color: #ffffff;
	border-radius: 50px;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	font-style: italic;
	font-size: 40px;
	line-height: 110%;
}


.onboarding_container {
	background-color: #26272b;
	width: 100%;
	padding: 80px 40px;
	margin: 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.onboarding_list { 
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0 auto;
	justify-content: space-between;
	width: 100%;
	max-width: 1200px;
}

.onboarding_item {
	display: flex;
	flex-direction: column;
	align-items: center;
}



.onboarding_wrap { 
	display: flex;
	margin-bottom: 30px;
	align-items: center;
}





.onboarding_steps_line--wrap {
	margin-left: 17px;
	margin-right: 17px;
}

.onboarding_steps_line{
	position: absolute;
	width: 100%;
	height: 6px;
	color: #000000;
	background: #000000;
	max-width: 376px;
}


.onboarding_steps_text {
	text-align: center;
}

.onboarding_item:nth-of-type(1) {
	max-width: 201px;
	width: 100%;
}

.onboarding_item:nth-of-type(2) {
	max-width:  453px;
	width: 100%;
	margin-left: 43px;
}

.onboarding_item:nth-of-type(3) {
	max-width: 302px;
	width: 100%;
}


@media(max-width: 1240px) {
	.onboarding_item:nth-of-type(1) {
		max-width: 100%;
		width: 100%;
	}

	.onboarding_item:nth-of-type(2) {
		max-width: 100%;
		width: 100%;
		margin-left: 0px;
	}

	.onboarding_item:nth-of-type(3) {
		max-width: 100%;
		width: 100%;
	}

	 .onboarding_steps_line{
		 max-width: 250px;
	 }
}

@media(max-width: 1000px) {

	.onboarding_list {
		display: block;
	}

	.onboarding_item {
		display: flex;
		width: 100%;
		max-width: 100%;
		align-items: flex-start;
	 flex-direction: row;
	}
	
	.onboarding_steps_line--wrap {
		margin-left: -10px;
	}

	.onboarding_wrap {
		flex-direction: column;
		margin-bottom: 80px;
			align-items: flex-start;
	}
	

	.onboarding_steps_line {
		margin-top: 40px;
		width: 100%;
		transform: rotate(90deg);
		margin-left: 0;
		margin-right: 0;
		max-width: 70px;
	}

















/* Contact Us Part */

.getintouch_section
{
  background-color:#26272b;
  padding-bottom:80px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}

.getintouch_section p
{
	font-family: "Poppins", sans-serif;
	color:#ddd;
	font-size:22px;
	font-weight: 100;
	margin-top:5px;
	margin-bottom:10px;
	letter-spacing:0px
}


.getintouch_section h1 {
  font-size: 42px;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;
  font-style: italic; 
  color: #fff;
  padding-bottom: 7px;
  margin-bottom: 90px;
  position: relative;
}


main .getintouch_section h1::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 6px;
  background: #fff;
  bottom: 0;
  left: 0;
}







