html{
	scroll-behavior: smooth;
}
body {
  background: #FFFFFF;
  text-align: center;
  font-family: Lato;
  margin: 0;
  min-width:700px;
}
ul{
	padding:0;
	margin:0;
}


header {
  display: flex;
  margin: auto;
  align-items: center;
  height: 70px;
  z-index: 20;
  width: 100%;
  background: #ffffffe3;
  box-shadow: 0px 5px 6px #0000001c;
  position: fixed;
  top: 0;
}
header .container-fluid {
  max-width: 1186px;
  padding: 0 60px;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  margin: auto;
}
header .container-fluid ul {
  display: flex;
  margin: 0;
  padding: 0;
}
header .container-fluid ul li {
  list-style: none;
  padding: 0px 15px;
}
header .container-fluid ul li a {
  color: #000000;
  text-decoration: none;
}
.logo img{height: 55px;}
.main {
  display: block;
  position:relative;
  min-height: 400px;
  height: 100vh;
  overflow: hidden;
  background: rgb(73,176,214);
	background: linear-gradient(90deg, rgba(73,176,214,1) 49.5%, rgba(117,203,235,1) 50.5%);
}

.down-arrow{position: absolute;bottom: 20px;right: 20px;cursor: pointer;z-index: 11;}
.full-width {
  width: 100%;
  height: 698px;
}
.explain {
  height: 94%;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.explain h1 {
  font-size: 50px;
  line-height: 56px;
  margin: 0;
  padding: 0;
}
.explain h1 span {
  color: #851DC9;
}
.explain p {
  font-size: 22px;
  line-height: 40px;
  margin: 0;
  padding: 0;
}
.explain > div{
    margin-top: 0;
    position: relative;
    z-index: -1;
	animation:up linear 1s;
}
.section-content {
  width: 1045px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  padding: 100px 0px;
  min-height: 360px;
  height: 100vh;
  box-sizing: border-box;
}
.section-content figure{
	    display: flex;
    align-items: center;
}
.section-content .texts {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 350px;
}
.section-content .texts .subtitle {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  text-align: left;
}
.section-content .texts p {
  text-align: left;
  line-height: 1.5;
}
.contact-section {
  display: flex;
  background: linear-gradient(105deg, #851DC9 0%, #E040FF 100%) 0% 0% no-repeat padding-box;
  justify-content: center;
  align-items: center;
  min-height: 260px;
  line-height: 30px;
  color: #fff;
  font-size: 20px;
  border: 1px solid #707070;
  flex-direction:column;
}
.contact-section a{
	color:#fff;
}
.inner-banner {
  justify-content: center;
  align-items: center;
  display: flex;
  min-height: 320px;
  flex-direction: column;
  padding: 60px 0 0;
  box-sizing: border-box;
  background: rgb(73,176,214);
  background: linear-gradient(90deg, rgba(73,176,214,1) 49.5%, rgba(117,203,235,1) 50.5%);
}
.inner-banner h1 {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  /* padding: 75px 0px; */
  margin: 0;
}
.main-content {
  width: 1177px;
  margin: auto;
  text-align: left;
  line-height: 30px;
}
.content {
  background-color: #FFFFFF;
  max-width: 1186px;
  padding: 30px 60px;
  text-align: left;
  box-sizing: border-box;
  z-index: 1;
  margin: 0 auto;
}
.explaination {
  font: normal normal normal 14px/19px Lato;
  letter-spacing: 0px;
  color: #000000;
  line-height: 25px;
  margin: 0;
}
.title {
  font: normal normal bold 16px/24px Lato;
  letter-spacing: 0px;
  color: #000000;
}
.date {
  font: normal normal normal 14px/36px Lato;
  margin: 0px 53px 0px;
  color: #FFFFFF;
}
.indent-top {
  margin-top: 45px;
}
.indent-bottom {
  margin-bottom: 45px;
}
.indent-full {
  margin-top: 45px;
  margin-bottom: 6px;
}
.bullets {
  margin-top: 5px;
  margin-bottom: 5px;
}
.link-dark {
  color: #0B72F8;
  text-decoration: none;
}
.link-light {
  color: #378BF8;
  text-decoration: none;
}
footer {
  color: #000000;
  font-family: Lato;
  font-size: 14px;
  height: 70px;
  width: 100%;
}
footer .container-fluid {
  display: flex;
  justify-content: space-between;
  max-width: 1186px;
  margin: auto;
  align-items: center;
  padding: 0px 60px;
  height: 70px;
  box-sizing: border-box;
}
.footer-content-right {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr;
  grid-area: right;
  position: relative;
}
.footer-content-right div {
  text-decoration: none;
  color: ##000000;
  cursor: pointer;
}
.footer-content-right a {
  text-decoration: none;
  color: #000000;
}
.thanku-section {
    padding: 60px 0px;
    min-height: calc(100vh - 190px);
    display: flex;
}
.thanku-section .thanku {
  border: 1px solid #ccc;
  width: 768px;
  min-height: 400px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
  background: #f7f7f7;
}
.thanku-section .thanku a {
  padding: 15px 60px;
  border-radius: 5px;
  display: inline-block;
  font-size: 18px;
  background-color: #49b0d6;
  color: #fff;
  text-decoration: none;
}
.uninstall .step_section {
    display: block;
}
.step_section .steps ul li {
    list-style: none;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
    margin: 3px 0;
	font-weight:300;
}
.uninstall ul li img {
    margin: 20px 0 30px;
    max-width: 100%;
    border: 1px solid;
}


@keyframes up{
	0%{
		margin-top: -221px;
	}
	100%{
		margin-top: 0px;
	}
}