@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
@import url("https://fonts.cdnfonts.com/css/arial-2");

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

p {
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
}

span {
  display: inline-block;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: all linear 0.2s;
}

button {
  transition: all linear 0.2s;
}

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

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

li {
  list-style: none;
}

body {
  overflow-x: hidden;
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
}

.container-auto {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 55px;
}

::selection {
  background-color: #0070F0;
  color: #000000;
}

.line-limit-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical;
}

.line-limit-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
}

.line-limit-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical;
}

.line-limit-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical;
}

.line-limit-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6 !important;
  -webkit-box-orient: vertical;
}

.line-limit-7 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7 !important;
  -webkit-box-orient: vertical;
}

.line-limit-8 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8 !important;
  -webkit-box-orient: vertical;
}

.line-limit-9 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 9 !important;
  -webkit-box-orient: vertical;
}

.line-limit-10 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10 !important;
  -webkit-box-orient: vertical;
}

.header_area {
  background-color: #ffffff;
  padding: 40px 0;
  border-bottom: 2px solid #E5E5E5;
  position: sticky;
  top: 0;
  transition: all linear 0.2s;
}

.header_area .main {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}

.header_area .main .logo {
  font-size: 48px;
  font-weight: 400;
  line-height: 42px;
}

.header_area .main .menus .menu_item {
  background-color: #0070F0;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 5px;
  padding: 18px 20px;
  width: 140px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 -2.5px;
}

.header_area .main .menus .menu_item:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.header_area .main .menus .menu_item:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


.sticky-menu {
  position: fixed;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 2px 20px rgba(25, 25, 25, 0.1);
  border-radius: 0;
  padding: 15px 0 !important;
}

#header-fixed-height.active-height {
  display: block;
  height: 124px;
}

.adds_banner_area {
  margin-top: 50px;
  background-color: #D9D9D9;
}

.adds_banner_area .main {
  min-height: 630px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.adds_banner_area .main .title {
  font-size: 48px;
  font-weight: 400;
  line-height: 42px;
}

.download_area {
  margin-top: 20px;
}

.download_area .main {
  background-color: #0070F0;
  border-radius: 9px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 25px 67px 25px 34px;
}

.download_area .main .left {
  display: flex;
  align-items: center;
  gap: 31px;
}

.download_area .main .left .text .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
}

.download_area .main .left .text .subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 18px;
  color: #ffffff;
  margin-top: 17px;
}

.download_area .main .right .dn_btn {
  background-color: transparent;
  border: 0;
}

.download_area .details {
  text-align: center;
  padding: 0 80px;
  margin-top: 34px;
  margin-bottom: 25px;
}

.download_area .details p {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #8B8B8B;
}

.download_area .button_groups .button_list {
  display: flex;
  gap: 16px;
}

.download_area .button_groups .button_list .btn_item {
  flex-grow: 1;
  background-color: #F4F4F5;
  border-radius: 9px;
  border: 0;
  padding: 14px 20px 24px 20px;
  width: 100%;
  text-align: center;
}

.download_area .button_groups .button_list .btn_item .title {
  font-size: 24px;
  font-weight: 400;
  line-height: 18px;
  color: #8B8B8B;
  margin-top: 13px;
}

.download_area .button_groups .another_btn {
  margin-top: 10px;
}

.download_area .button_groups .another_btn .btn_item {
  flex-grow: 1;
  background-color: #508B2F;
  border-radius: 9px;
  border: 0;
  padding: 54px 20px 54px 20px;
  width: 100%;
  text-align: center;
}

.download_area .button_groups .another_btn .btn_item .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 18px;
  color: #ffffff;
}

.about_this_website {
  margin-top: 59px;
  margin-bottom: 100px;
}

.about_this_website .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #000000;
  margin-bottom: 80px;
}

.about_this_website p+p {
  margin-top: 35px;
}

.about_this_website p {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  color: #000000;
}

.footer_area {
  margin-top: 93px;
  background-color: #F3F3F3;
  padding-top: 65px;
  padding-bottom: 63px;
}

.footer_area .copyright {
  font-size: 12px;
  font-weight: 400;
  line-height: 42px;
  color: #000000;
  margin-bottom: 135px;
}


.footer_area .links {
  margin-bottom: 69px;
  max-width: 583px;
  display: flex;
  column-gap: 34px;
  row-gap: 15px;
  flex-wrap: wrap;
}

.footer_area .links a {
  font-size: 12px;
  font-weight: 400;
  line-height: 42px;
  color: #000000;
}

.footer_area .links a:hover {
  text-decoration: underline;
}

.footer_area .boxes ul {
  list-style-type: none;
}

.footer_area .boxes ul li {
  display: inline-block;
}

.footer_area .boxes ul li a {
  margin-right: 23px;
  width: 57px;
  height: 55px;
  background-color: #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
}

.footer_area .boxes ul li a:hover {
  background-color: #000000;
  color: #ffffff;
}

/* back to top button start */
.scroll-to-top {
  display: inline-block;
  background-color: #0070F0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: fixed;
  bottom: 0px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border-radius: 5px;
  font-size: 19px;
  color: #ffffff;
  cursor: pointer;
  transition: all linear 0.3s;
  border: 0;
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}