body,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
textarea,
select,
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
label {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}

.top-head {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
}

body {
  padding-top: 88px !important;
}

header {
  position: relative;
  z-index: 3;
  height: 90px;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25);
}

/*
header:before,
header:after {
  position: absolute;
  right: -180px;
  top: 0;
  height: 110px;
  width: 550px;
  background-color: #fff;
  display: block;
  content: "";
  transform: skewX(30deg);
  border-radius: 0 0 0 30px;
}

header:before {
  background-color: #0091ff;
  right: -178px;
  height: 112px;
  
}
*/
.logo {
  float: left;
  width: 80px;
  margin-top: 10px;
  display: block;
  position: relative;
  z-index: 4;
}

.logo img {
  max-width: 100%;
  height: auto;
}

.lang-dropdown {
  float: right;
  margin: 30px 0 0 20px;
  position: relative;
}

.show-down-btns .downld-btns {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}

header .downld-btns {
  position: absolute;
  width: 100px;
  top: 35px;
  left: 0;
  padding: 7px;
  border-radius: 12px;
  transform: translate(0, 40px);
  opacity: 0;
  visibility: hidden;
}

.whatsapp-btn {
  display: block;
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  float: right;
  margin-left: 40px;
  margin-top: 30px;
}

.whatsapp-btn i {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 26px;
  line-height: 38px;
}

.whatsapp-btn:before {
  position: absolute;
  display: block;
  content: "";
  background-color: #fff;
  left: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  height: 120px;
  border-radius: 0 0 33px 33px;
}

/***********************************************/
.grd- {
  margin: 0 -12px;
}

.grd->li {
  float: left;
  width: 50%;
  padding: 0 12px;
}

.grd-3>li {
  width: 33.333%;
}

.grd-4> {
  width: 25%;
}

.grd-5>li {
  width: 20%;
}

.slick-dots {
  position: absolute;
  bottom: 44px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 30px;
  height: 6px;
  padding: 0 5px;
  cursor: pointer;
  transform: skewX(-30deg);
}

/***********************************************/
.menu-head {
  float: right;
  position: relative;
  margin-left: 30px;
}

.menu-head>li {
  float: left;
  position: relative;
  overflow: hidden;
}

.menu-head li.li-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  z-index: 1;
  transform: skew(30deg);
  background-color: rgba(255, 255, 255, 0.8);
  border-left: solid 40px rgba(255, 255, 255, 0.8);
  border-radius: 0 20px;
}

.item-has-menu li.li-line {
  transform: skew(0);
  border-left-color: transparent;
  border-radius: 0;
  top: 10px;
  border-radius: 20px 20px 0 0;
}

.menu-head a {
  display: block;
  font-size: 18px;
  font-family: nesb;
}

.menu-head>li>a {
  padding: 27px 20px 0;
  height: 90px;
  line-height: 33px;
  position: relative;
  z-index: 2;
}

.menu-head li ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 999;
  position: absolute;
  top: 100%;
  left: 0;
  width: 380px;
  background-color: #f9f9f9;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  overflow: hidden;
  border-radius: 0 20px 20px 20px;
}

.menu-head li ul,
.item-has-menu li.li-line {
  background-color: #2667d2;
}

.menu-head li ul li {
  float: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.menu-head li ul li:last-child {
  border-width: 0;
}

.menu-head li ul li a {
  padding: 13px 12px;
}

.menu-head li ul li a:hover {
  padding-right: 15px;
}

.menu-head>li:hover {
  overflow: visible;
}

.menu-head li:hover ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/*================================*/
.sect {
  position: relative;
  padding: 70px 0;
}

.sect-about {
  padding-top: 90px;
}

.sect>.cntr {
  position: relative;
  z-index: 5;
}

.left-col {
  float: left;
  width: 33%;
}

.right-content {
  float: right;
  width: 65%;
}

.sect-rev .left-col {
  float: right;
}

.sect-rev .right-content {
  float: left;
}

.sect-img {
  display: block;
}

.sect-img img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 600px;
}

/*---------------------------------------------------------------------------------------*/

.slider .slick-arrow,
.s--slider-wrap .slick-arrow {
  background-color: transparent;
  border-width: 0;
  color: #fff;
  font-size: 44px;
  padding: 0;
  width: 60px;
  height: 60px;
  z-index: 6;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -30px;
}

.slider .slick-next,
.s--slider-wrap .slick-next {
  left: auto;
  right: 12px;
}

.slider img {
  max-height: 700px;
  width: 100%;
}

.slide- {
  position: relative;
  max-height: 700px;
}

.slide-:before {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-color: #2160c6;
  opacity: 0.5;
}

.slide-in {
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 4;
}

.slider-img {
  float: left;
  width: 40%;
}

.slider-content {
  float: right;
  width: 58%;
  padding-top: 120px;
}

.sld--img {
  height: 600px;
  display: block;
  margin-bottom: 30px;
  position: relative;
}

.sld--img img {
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  padding-top: 20px;
}

.slide-in h3 {
  font-size: 32px;
  line-height: 44px;
  padding: 5px 0;
  margin: 0 0 10px;
  /* -webkit-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg); */
  position: relative;
  z-index: 3;
}

.slide-title {
  -webkit-animation: fadeOutRight 0.5s both;
  animation: fadeOutRight 0.5s both;
}

.slick-current .slide-title {
  -webkit-animation: fadeInRight 0.5s both;
  animation: fadeInRight 0.5s both;
}

.slide--right .sld--img {
  -webkit-animation: zoomOutRight 0.8s both;
  animation: zoomOutRight 0.8s both;
}

.slick-current .slide-in .sld--img {
  -webkit-animation: rotateIn 0.5s both;
  animation: rotateIn 0.5s both;
}

.slide-in p {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 30px;
}

/*=====================================================================*/
.sect-dwnload-app {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 40px;
  background-color: #3b82f6;
}

.sect-dwnload-app:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  content: "";
  background: url(img/bgr-2.png) 0 0 / cover no-repeat transparent;
  opacity: 0.3;
}

/*
.sect-dwnload-app:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to right, #0091ff 0%, #3b82f6 100%);
}
*/


.sect-dwnload-app .b-title {
  text-align: center;
  color: #fff;
  font-size: 28px;
  margin: 0 0 12px;
}

.sect-divr::before,
.sect-divr::after {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 200px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  display: block;
  content: "";
}

.sect-divr::after {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 100px 200px;
  border-color: transparent transparent #f7f7f7 transparent;
}

.b-title i.ico {
  text-align: center;
  display: block;
  width: 120px;
  height: 120px;
  padding-top: 65px;
  font-size: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  margin: -60px auto 40px;
  position: relative;
  color: #fff;
}

.b-title i.ico:after {
  position: absolute;
  display: block;
  content: "";
  top: -20px;
  bottom: -20px;
  right: -20px;
  left: -20px;
  border: 20px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.sect-dwnload-app .sperater:before,
.sect-dwnload-app .sperater:after {
  border-color: #fff;
}

.sect-dwnload-app .sperater i {
  background-color: #fff;
}

.sect-dwnload-app .cntr {
  position: relative;
  z-index: 2;
}

.downld-app {
  margin-bottom: 20px;
  position: relative;
}

.downld-app::before {
  position: absolute;
  display: block;
  content: "";
  background: url(img/arrow-2.png) 0 0 / 100% auto no-repeat transparent;
  width: 90px;
  margin-left: -33px;
  height: 120px;
  bottom: 0;
  left: 50%;
  transform: rotate(-30deg);
  display: none;
}

.downld-app li {
  text-align: center;
  float: left;
  width: 50%;
  margin-bottom: 12px;
  font-size: 19px;
}

.downld-app li i {
  display: block;
  margin: 0 auto 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #3b82f6;
}

.downld-app li i,
.downld-app li span {
  transform: translateY(15px);
  display: block;
}

.downld-app li span {
  font-weight: 500;
}

.downld-app a {
  border: 5px solid #fff;
  width: 140px;
  height: 140px;
  padding: 10px;
  border-radius: 50%;
  display: block;
  max-width: 140px;
  margin-bottom: 60px;
  position: relative;
  /* margin: 0 auto; */
}

.sect-misc .tserv-it li>div * {
  color: #fff;
  position: relative;
  z-index: 2;
}

.downld-app a:before,
.downld-app a:after {
  display: block;
  position: absolute;
  content: "";
  top: -15px;
  bottom: -15px;
  left: -15px;
  right: -15px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.2;
}

.downld-app a:after {
  top: -25px;
  bottom: -25px;
  left: -25px;
  right: -25px;
}

/*=====================================================================*/

.post-box {
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.08);
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.08);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.08);
  margin-bottom: 30px;
}

.post-box:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.16);
  -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.16);
  box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.16);
}

.post-thumb {
  display: block;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.post-thumb:before {
  background: linear-gradient(to right, #0091ff 0%, #3b82f6 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  content: "";
  opacity: 0.3;
}

.post-thumb img {
  width: 100%;
  min-height: 100%;
}

.p-date {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 20px;
  font-size: 14px;
  padding-bottom: 6px;
  background-color: #fff;
  width: 50px;
  text-align: center;
}

.p-date b {
  display: block;
  padding: 3px 0;
  margin-bottom: 3px;
}

.post-in {
  padding: 14px 14px 40px;
  height: 240px;
  position: relative;
}

.post--content {
  height: auto;
  padding: 0;
  position: relative;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 700;
  color: #3456e0;
}

.post-in h2 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 25px;
  text-align: left;
}

.post--content h2,
.post--content h3 {
  margin: 0 0 20px;
  font-size: 30px;
  line-height: 30px;
}

.post--content h3 {
  font-size: 24px;
}

.p-excerpt {
  line-height: 24px;
  font-size: 15px;
  height: 125px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-excerpt p {
  margin: 0;
  line-height: 20px;
  font-size: 13px;
}

.buttn2 {
  position: absolute;
  bottom: 0;
  left: -11px;
  display: block;
  color: #fff;
  -webkit-transform: skewX(26deg);
  -ms-transform: skewX(26deg);
  transform: skewX(26deg);
}

a.buttn2:hover {
  color: #fff;
}

.buttn2 span {
  display: block;
  padding: 0 25px;
  height: 40px;
  line-height: 40px;
  -webkit-transform: skewX(-26deg);
  -ms-transform: skewX(-26deg);
  transform: skewX(-26deg);
}

/*=====================================================================*/

.x-slider {
  margin-bottom: 60px;
}

.x-slider .slick-dots {
  bottom: -60px;
}

.x-slider .us-thumb {
  width: 100px;
  height: 100px;
  margin-bottom: 44px;
  padding: 12px;
}

.x-slider .us-thumb:before {
  top: -7px;
  bottom: -7px;
  left: -7px;
  right: -7px;
  border: 2px solid #fff;
  border-color: #3b82f6;
}

.us-thumb img {
  width: 100%;
  height: 100%;
}

.x-slider .us-thumb .user-p-link {
  bottom: -12px;
  right: auto;
  left: 50%;
  display: block;
  width: auto;
  height: auto;
  border-radius: 15px;
  white-space: nowrap;
  font-size: 16px;
  line-height: 24px;
  padding: 4px 12px;
}

.u--text {
  position: relative;
  padding: 10px;
  margin: 0 auto;
  max-width: 600px;
  background-color: #f6f6f6;
  text-align: center;
  border-radius: 20px;
  font-size: 17px;
  line-height: 25px;
}

.u--text:before {
  position: absolute;
  display: block;
  content: "";
  border-style: solid;
  border-width: 0 60px 16px;
  border-color: transparent transparent #f6f6f6;
  left: 50%;
  top: -16px;
  margin-left: -60px;
}

.user-s-box {
  padding-top: 10px;
}

.us-thumb {
  display: block;
  margin: 0 auto;
  width: 140px;
  height: 140px;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #fff;
}

.us-thumb:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: transparent #fff transparent #fff;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.us-thumb img {
  width: 100%;
  height: 100%;
}

.us-thumb,
.us-thumb img {
  border-radius: 50%;
}

.us-thumb .user-p-link {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  line-height: 40px;
}

.user-s-box h3 {
  margin: 0 auto;
  text-align: center;
  border-radius: 30px;
  background-color: #fff;
  max-width: 200px;
  font-size: 15px;
  padding: 7px 0;
}

.sect-feadback {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 0;
}

.sect-feadback .sect-title {
  white-space: nowrap;
}

.sect-feadback .cntr {
  position: relative;
  z-index: 2;
}

.sect-feadback:before,
.sect-feadback:after {
  position: absolute;
  display: block;
  content: "";
  width: 90%;
  height: 90%;
  left: -25%;
  background-color: #3b82f6;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sect-feadback:after {
  left: auto;
  right: -30%;
  top: 0;
  background-color: #fff;
}

.sect-feadback .left-col {
  min-height: 400px;
}

.sect-feadback .right-content {
  width: 58%;
}

.sect-feadback-img img {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 500px;
  height: auto;
}

/*=====================================================================*/
#cursor {
  position: fixed;
  top: -3px;
  left: -3px;
  width: 6px;
  height: 6px;
  background-color: #3b82f6;
  border-radius: 50%;
  pointer-events: none;
  z-index: 999;
}

#cursor-border {
  --size: 30px;
  position: fixed;
  top: calc(var(--size) / -2);
  left: calc(var(--size) / -2);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  box-shadow: 0 0 0 1px #3b82f6;
  pointer-events: none;
  transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out,
    height 0.15s ease-out, background-color 0.15s ease-out;
  z-index: 999;
}

/*=====================================================================*/
.btn- {
  border-radius: 5px;
  padding: 8px 26px;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  font-family: nesb;
  position: relative;
}

.btn-:before {
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -20px;
  left: 90%;
  display: block;
  content: "";
  background-color: #a4bfff;
  transform: skew(-30deg);
}

.btn-:hover:before {
  left: -3%;
  transform: skew(0deg);
}

.btn- span {
  display: block;
  position: relative;
  z-index: 3;
}

.btn-2,
.btn-3 {
  display: block;
  margin: 0 auto;
  max-width: 200px;
  text-align: center;
  padding: 13px 20px;
  border-radius: 6px;
}

.btn-3 {
  max-width: 300px;
}

.footer-newsletter {
  background-color: #fff;
}

.footer-newsletter form {
  width: 100%;
  display: block;
  margin-top: 40px;
}

.footer-newsletter input {
  display: block;
  height: 50px;
  border-radius: 5px;
  text-align: center;
}

.footer-newsletter .tnp-subscription input[type="email"],
.footer-newsletter input[type="text"] {
  float: left;
  width: calc(100% - 160px);
  background-color: #fff;
  border: 1px solid #eaeaea;
}

.footer-newsletter input[type="submit"] {
  float: right;
  width: 150px !important;
  height: 50px !important;
  background-color: #3b82f6 !important;
}

.footer-newsletter .tnp-subscription label {
  display: none;
}

.footer-newsletter div.tnp-subscription {
  max-width: none;
  margin: 0;

}

/*=====================================================================*/
.slider-wrap {
  position: relative;
}

.slider-wrap:before,
.slider-wrap:after {
  position: absolute;
  height: 60px;
  bottom: -1px;
  right: -60px;
  width: 60%;
  display: block;
  content: "";
  background-color: #fff;
  z-index: 3;
  transform: skewX(-20deg);
  border-radius: 40px 0 0 0;
}

.slider-wrap::before {
  height: 66px;
  right: -20px;
  bottom: 0;
}

/*=====================================================================*/
.sect-title {
  margin-bottom: 35px;
  padding-bottom: 35px;
  position: relative;
}

.sect-title h1,
.sect-title h2,
.sect-title h3 {
  margin: 0;
  font-size: 46px;
  line-height: 46px;
}

.sect-title.sm {
  padding-bottom: 18px;
  margin-bottom: 10px;
}

.sect-title.sm * {
  font-size: 26px;
}

.sect-title:before,
.sect-title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 12px;
  background-color: #0091ff;
  width: 50px;
  display: block;
  content: "";
  transform: skewX(25deg);
}

.sect-title:after {
  background-color: #000;
  left: 53px;
  height: 7px;
}

.sect-title.sm:before {
  height: 8px;
  width: 30px;
}

.sect-title.sm:after {
  height: 5px;
  left: 33px;
  width: 20px;
}

.sect-title span {
  display: block;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: normal;
  padding-left: 24px;
  background: url(img/straight-quotes-2.png) 0 center / 17px auto no-repeat transparent;
}

.sect-about-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.sect-about .sect-img img {
  max-width: 100%;
  max-height: auto;
}

.sect-about {
  background: url(img/c-bgr-3.png) right bottom / 50% auto no-repeat #fff;
}

.sect-about .right-content {
  width: 50%;
}

.sect-about .btn-2 {
  margin: 0;
}

.img- {
  position: absolute;
  display: block;
}

.img-1- {
  width: 500px;

  bottom: 80px;
  right: -50px;
  z-index: 2;
}

.img-2- {
  width: 136px;
  bottom: 74px;
  right: 180px;
  z-index: 3;
}

.img-3- {
  width: 181px;
  bottom: 140px;
  right: 322px;
  z-index: 1;
}

.img-4- {
  width: 70px;
  bottom: 313px;
  right: 100px;
}

.img- img {
  width: 100%;
}

.sect-title-c {
  text-align: center;
}

.sect-title-c:before,
.sect-title-c:after {
  left: 50%;
}

.sect-title-c:before {
  margin-left: -27px;
}

.sect-title-c:after {
  margin-left: 27px;
}

.txt-cntr {
  text-align: center;
}

/*=====================================================================*/
.mobile-mockup {
  width: 280px;
  height: 634px;
  background-color: #333;
  border-radius: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 auto;
}

.camera-notch {
  width: 100px;
  height: 25px;
  background-color: #222;
  border-radius: 0 0 15px 15px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.screen-display {
  width: calc(100% - 20px);
  height: calc(100% - 80px);
  background-color: white;
  border-radius: 30px;
  position: absolute;
  top: 40px;
  left: 10px;
  overflow: hidden;
}

/*=====================================================================*/
.sect-app-use {
  background: url(img/bgr-3-2.png) right bottom no-repeat #f7f7f7;
}

.use-app-slider img {
  width: 100%;
}

.u-box {
  position: relative;
  margin-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 4px 16px;
  margin-top: 20px;
  margin-left: 40px;
  cursor: pointer;
}

.u-box:before,
.u-box:after {
  display: block;
  position: absolute;
  content: "";
}

.u-box::before {
  left: -40px;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  border: 1px solid #b5b5b5;
}

.u-box::after {
  top: 24px;
  bottom: 0;
  left: -31px;
  width: 1px;
  background-color: #b5b5b5;
}

.u-box>.clfx {
  margin-right: 40px;
}

.u-box p {
  margin: 0 0;
}

.u-box em {
  font-style: normal;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 15px;
  position: absolute;
  top: -14px;
  left: 0;
  background-color: #323232;
  color: #fff;
  text-align: center;
  line-height: 32px;
}

.u-box h3 {
  padding: 3px 0;
  border-radius: 12px 30px 30px 12px;
  display: inline-block;
}

.u-box .img,
.u-box h3 {
  position: relative;
}

.u-box .img {
  float: left;
}

.arrow- {
  display: block;
  width: 44px;
  height: 44px;
  background: url(img/right-arrow-2-2.png) 0 0 /100% auto no-repeat transparent;
  position: absolute;
  top: 16px;
  right: 60px;
  filter: grayscale(100%);
  opacity: 0;
}

.slick-current .u-box .arrow-,
.u-box:hover .arrow- {
  right: 12px;

  opacity: 1;
}

.slick-current .u-box .arrow- {
  filter: none;
}

.sect-app-use .slick-track,
.sect-app-use .slick-list {
  height: auto !important;
}

/*=====================================================================*/
.accordion- {
  margin: 0 auto;
  max-width: 800px;
}

.accordion- li {
  background-color: #fff;
  margin-bottom: 14px;
}

.accordion- li a {
  display: block;
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #f7f7f7;
}

.accordion- li a u,
.accordion- li a i {
  float: left;
  display: block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
}

.accordion- li a u {
  margin-right: 10px;
}

.accordion- li a i {
  float: right;
}

.ac-in {
  padding: 12px;
}

/*=====================================================================*/
.app-feat-items li>div {
  position: relative;
  margin-left: 70px;
  margin-bottom: 44px;
}

.app-feat-items li>div>i {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  top: 0;
  bottom: 0;
  left: -70px;
  /* background-color: #f4f4f4; */
  padding-top: 40px;
}

.app-feat-items li>div>i:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 20px;
  height: 60px;
  background-color: #3b82f6;
  transform: skewY(20deg);
}

.app-feat-items li>div>i img {
  display: block;
  margin: 0 auto;
  width: 40px;
  position: relative;
  z-index: 2;
}

/*=====================================================================*/
.sect-blog {
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 26%,
      rgba(255, 255, 255, 0) 100%);
}

/*=====================================================================*/

.side-menu {
  position: fixed;
  z-index: 999999;
  right: 0;
  top: 0;
  bottom: 0;
  width: 250px;
  border-left: 1px solid #eee;
  padding: 10px 0 50px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  opacity: 0;
  visibility: hidden;
}

/* .home .side-menu {
    right: 38px;
} */

.side-menu-show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.side-menu-toggle {
  float: left;
}

.side-menu a.side-menu-toggle {
  padding: 4px;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 12px;
}

header .side-menu-toggle {
  margin: 23px 0 0 12px;
  width: 44px;
  height: 44px;
  display: block;
  font-size: 25px;
  padding: 0;
  line-height: 43px;
  float: right;
}

@media screen and (min-width: 1200px) {
  header .side-menu-toggle {
    display: none;
  }
}

.side-menu ul {
  clear: both;
  max-height: 90%;
  overflow: auto;
}

.side-menu ul ul {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.side-menu ul li {
  padding: 3px 0;
  border-bottom: 1px solid #eee;
}

.side-menu ul ul li a {
  line-height: 23px;
}

.side-menu ul li:last-child {
  border-width: 0;
}

.side-menu ul a {
  display: block;
  padding: 6px 10px;
  line-height: 36px;
  font-size: 18px;
}

.side-menu ul a i {
  float: left;
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 6px;
  font-size: 21px;
}

.gototop {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 20px;
  bottom: 60px;
  display: block;
  width: 44px;
  height: 44px;
  padding: 0;
  min-width: auto;
  font-size: 26px;
  line-height: 44px;
  border-radius: 4px;
  text-align: center;
  z-index: 30;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  background-color: #0091ff;
}

.gototop-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/*=====================================================================*/
.post-cover {
  overflow: hidden;
  position: relative;

  padding: 80px 0;
  text-align: center;
  background-color: #3c70c3;
}

.post-cover:before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: url(img/nav-bgr.png) 0 center / cover no-repeat transparent;
  opacity: 0.7;
}

.post-cover h1,
.post-cover p {
  color: #fff;
  margin: 0 auto 20px;
  position: relative;
  z-index: 3;
  max-width: 900px;
}

.post-cover p {
  margin: 0 auto;
  font-size: 20px;
}

.post-cover .meta-social-ico {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.post-cover .meta-social-ico li {
  display: inline-block;
}

.post-cover .meta-social-ico span,
.post-cover .meta-social-ico a {
  display: block;
  height: 44px;
  min-width: 44px;
  font-size: 18px;
  padding: 10px;
  background-color: #fff;
  line-height: 25px;
}

.post-image {
  display: block;
  margin-bottom: 40px;

}

.post-image img {
  display: block;
  margin: 0 auto;
  width: auto !important;
  max-width: 100%;
  height: auto !important;
  padding: 1px;
  background-color: #fff;
  border: 1px solid #eee;
}

.pager- {
  text-align: center;
}

.pager- li {
  display: inline-block;
  margin: 0 2px;
}

.pager- a,
.pager- span {
  display: inline-block;
  line-height: 40px;
  padding: 0 2px;
  height: 40px;
  min-width: 40px;
  border-radius: 3px;
}

.pager- a:hover {
  opacity: 0.7;
}

.page-in-container {
  padding-bottom: 60px;
}

/*=====================================================================*/
h1 {
  font-size: 55px;
  line-height: 60px;
}

h2 {
  font-size: 40px;
}

.wd-50p {
  float: left;
  width: 50%;
}

.dwnload-app-in .sect-title {
  margin-bottom: 70px;
}

.s-coprt {
  float: left;
}


/*=====================================================================*/
.sect-about-in-1 {
  background-color: #fff;
  padding: 0;
}

.sect-about-in-1 .cntr {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
  min-height: 560px;
}

.sect-about-in-1 .cntr .right-content {
  width: 50%;
}

.sect-about-in-1 .cntr .left-col {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
}

.sect-about-in-3 ul:after {
  clear: both;
  display: block;
  content: '';
}

.sect-about-in-3 li {
  float: left;
  width: 50%;
}

.sect-items ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sect-items ul li {
  margin-bottom: 10px;
}



.sect-about-in iframe {
  aspect-ratio: 16 / 9;
  width: 100% !important;
  max-width: 800px;
  border-radius: 40px;
}

.stps-- {
  counter-reset: my-counter;
  margin-left: 15px;
}

.stps-- .u-box {
  counter-increment: my-counter;
}

.stps-- .u-box::before {
  content: counter(my-counter);
  left: -62px;
  text-align: center;
  background: #fff;
  z-index: 3;
  font-size: 36px;
  line-height: 54px;
  width: 54px;
  height: 54px;
  font-weight: 900;
  top: 50%;
  margin-top: -40px;
  border: 6px solid #c4cdfb;
}

.stps-- .u-box::after {
  display: none;
}

.stps-- .sect-title.sm h3 {
  font-size: 21px;
}

.about-use-2 {
  background: linear-gradient(to bottom, #ffffff 53%, #ffffff 57%, #f4f4f4 100%);
}

.about-use-2 .sect-img {
  margin-top: 70px;

}

.sect-img-c img {

  border-radius: 30px;
  border: 4px solid #eee;
}

/*=====================================================================*/
.sect-contact label {
  display: block;
  font-size: 16px;
  margin-bottom: 20px
}

.sect-contact input,
.sect-contact textarea {
  display: block;
  border-radius: 5px;
  height: 50px;
  width: 100%;
  background-color: #fff;
  margin-top: 8px
}

.sect-contact textarea {
  height: 150px
}

.sect-contact input[type=submit] {
  margin: 0 auto;
  display: block;
  width: 222px
}

.sect-contact .contact--i li {
  margin-bottom: 12px
}

.contact--i div {
  border-right: 4px solid #3b82f6;
  background-color: #fff;
}

.contact--i div i {
  float: left;
  width: 60px;
  line-height: 60px;
  font-size: 32px;
  color: #fff;
  text-align: center;
}

.contact--i div p {
  margin: 0 0 0 72px;
  padding-top: 16px;
  font-weight: 600;
  font-size: 24px
}

.foot-map iframe {
  width: 100%;
  display: block;
  border-radius: 0;
}

/*=====================================================================*/
.qr- {
  display: block;
  width: 150px;
  height: 150px;
  margin-bottom: 15px;
}

.qr- img {
  display: block;
  width: 100%;
}


.sect-img-downld {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
}

.sect-img-downld img {
  display: block;
  margin: 0 auto 0;
  transform: translateY(100px);
}


.sect-in-downld.sect-about-in-1 .cntr .left-col {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28%;
}

.sect-in-downld.sect-about-in-1 .cntr .right-content {
  width: 70%;
}

.sect-in-downld-2.sect-about-in-1 .cntr .left-col {
  right: auto;
  left: 0;
}

.sect-in-downld-2 {
  background-color: #f7f7f7;
}

.sect-in-downld {
  background-position: right 160px;
}

.sect-in-downld-1:before {
  background: url(img/bgr-6.png) 0 0 /100% auto no-repeat transparent;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  opacity: 0.2;
}

.page-template-page-download-app .sect-faq {
  background: linear-gradient(to bottom, rgba(236, 243, 245, 1) 0%, rgba(236, 243, 245, 0.8) 20%, rgba(255, 255, 255, 0) 100%);
}

/*=====================================================================*/
.test-box {
  display: none;
}


/*=====================================================================*/
/*=====================================================================*/
/*=====================================================================*/
/*=====================================================================*/
/*=====================================================================*/
/*=====================================================================*/
/*=====================================================================*/
/*=====================================================================*/
/*=====================================================================*/
.fz-2,
.fz-2 * {
  font-size: 17px;
  line-height: 24px;
}

/*=====================================================================*/
.foot-contact-block {
  background-color: #0091ff;
  border-bottom: 3px solid rgba(255, 255, 255, 1);
  height: 100px;
  position: absolute;
  z-index: 3;
  top: -50px;
  min-width: 1200px;
}

.foot-contact-block li:nth-child(2) {
  background-color: rgba(255, 255, 255, 0.3);
}

.foot-contact-block li>div {
  padding: 20px;
}

.foot-contact-block li h4,
.foot-contact-block li p {
  margin: 0;
}

.foot-contact-block li i {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
}

.foot-contact-block li div div {
  margin-left: 70px;
}

.foot-contact-block li h4 {
  font-size: 23px;
}

footer {
  padding: 70px 0;
  position: relative;
}

footer::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 250px;
  display: block;
  content: "";
  background: url(img/footer-bgr.png) center bottom / auto 250px repeat-x transparent;
  opacity: 0.15;
}

footer .foot-cols {
  position: relative;
  z-index: 4;
}

.foot-cols {
  margin: 0 -12px;
}

.foot-col {
  float: left;
  width: 33.333%;
  padding: 0 12px;
}

.foot-col .sect-title {
  margin-bottom: 30px;
}

.foot-col-links {
  width: 26%;
}

.foot-col-contact {
  width: 40%;
}

.foot-dnld-app li {
  display: inline-block;
}

.foot-dnld-app li:first-child {
  margin-right: 10px;
}

footer .social-ico li {
  float: none;
  margin: 0 0 0 6px;
  display: inline-block;
}

.social-ico a {
  display: block;
  width: 44px;
  border-radius: 4px;
  line-height: 44px;
  position: relative;
  font-size: 19px;
  text-align: center;
}

footer .social-ico li a {
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 40px;
  display: block;
}

footer .logo {
  float: none;
}

.foot-col-links a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.foot-col-links a i {
  margin-right: 5px;
  font-size: 14px;
}

.foot-col-links li:last-child a {
  border-width: 0;
}

.foot-bar {
  text-align: center;
  background-color: #fff;
  padding: 12px 0;
}

.foot-bar p {
  margin: 0;
}

/*=====================================================================*/
.slider-content .btn-,
.downld-btns,
.menu-head ul,
.menu-head ul li a,
.li-line,
.menu-head li a,
.post-box,
.btn-:before,
.arrow- {
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/*=====================================================================*/
/*
#0091ff
#3b82f6
*/
.slick-dots li button {
  background-color: #111;
}

.contact--i div i,
.sect-contact input[type="submit"],
.pager- .active a,
header,
footer,
.accordion- li a u,
.u-box .img,
.slider-wrap:before,
.p-date b,
.btn-,
.buttn,
.buttn2 {
  background-color: #3b82f6;
}

.slick-dots li.slick-active button,
.slick-current .u-box:after,
.p-date,
.us-thumb .user-p-link {
  background-color: #3b82f6;
}

.slick-current .u-box:before {
  border-color: #3b82f6;
}

.w-bgr,
.color-w.sect-title:before,
.color-w.sect-title:after,
.side-menu,
.sect-app-feat,
.downld-app a,
.p-date b,
.slider .sect-title h2:after,
.downld-btns,
.sect-about,
.slider-content .btn- {
  background-color: #fff;
}

a.whatsapp-btn,
.foot-bar,
.u--text,
.sect-title span,
a,
.downld-app a,
.p-date b,
.slider-content .btn-,
.menu-head>li:first-child>a,
.menu-head>li>a:hover {
  color: #0091ff;
}

.sect-title {
  color: #111;
}

li.has-menu:hover a,
li.has-menu:hover a:hover,
.sub-menu a,
.pager- .active a,
.foot-contact-block,
.gototop,
.foot-col,
.foot-col a,
.us-thumb .user-p-link,
.color-w,
header .side-menu-toggle,
.slider .sect-title,
.accordion- li a u,
.p-date,
a.btn-,
.slider-content .btn-:hover,
.menu-hover>li:first-child>a,
header a.down-btn,
.menu-head>li>a,
.slide-in,
.slide-in h3 {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .cntr {
    padding: 0 12px;
  }

  .sld--img {
    max-height: 440px;
  }

  .slide- {
    height: auto !important;
    max-height: none !important;
    padding-bottom: 25px;
  }

  .slider-wrap::before,
  .slider-wrap::after {
    display: none;
  }

  .menu-head,
  header .lang-dropdown {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .slider-img {
    float: none;
    margin: 0 auto;
    width: auto;
    max-width: 400px;

  }

  .sld--img {
    height: 360px;
  }

  .slide-in {
    position: relative;
    z-index: 5;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .slide->img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-height: none;

  }

  .slider-content {
    float: none;
    width: auto;
    padding-top: 20px;
  }

}