@charset "utf-8";
/* CSS Document */
*{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}



/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* 
body {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  outline: none !important;
}

a:hover {
  color: #222;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #353535;
}

button:focus,
input:focus {
  outline: none;
}
img
{
  width: 100%;
}
body{
font-family: "Montserrat", sans-serif;
} */
/*=======================*/
/* body {
  padding-top: 80px;
} */
.mt-25{
  margin-top: 25px;
}
.mb-25{
  margin-bottom: 25px;
}
.mb-80{
  margin-bottom: 80px;

}
/* @font-face {
  font-family: 'Baskerville Serial Heavy';
  src:url('fonts/Baskerville-Serial-Heavy Regular.ttf') format('truetype');
} */

.bg-orange{
  color:#d19b2a
}

.top-header-inv{
  color: #d19b2a;
/* 
text-align: center; */
font-family: Raleway;
font-size: 40px;
font-style: normal;
font-weight: 300;
line-height: 44px; /* 110% */
padding: 30px 0;
}
.wpr{
   width: 100%;
  float: left;
}

.dcenter{
  display: flex;
  align-items: center;
  justify-content: center;
}

.dcenterbottom{
  justify-content: center;
      display: flex;
    align-items: end;
	position: absolute;
    bottom: 0;
    right: 10%;
}

.item-padding{
  padding: 20px 10px;
}
.items
{
  float: left;
}
.page-header{
  width: 100%;
  float: left;
  background-color: #fff;
  box-shadow: 0 0 6px 0px rgb(0 0 0 / 18%);
  position: fixed;
  z-index: 1049;
  top: 0;
  left: 0;
}

.page-header-blk{
  width: 100%;
  float: left;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-header-blk .logo-blk{
  width: 250px;
  float: left;
}

.page-header-blk  .col-page-menu{
  width: 100%;
  float: left;
  display: flex;
  justify-content: flex-end;
}
.page-header-blk  .page-menu-ul{
  width: auto;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-wrap: nowrap;
}

.page-header-blk  .page-menu-ul li{
    width: 100%;
  float: left;
}
.page-header-blk  .page-menu-ul li .manu-alink {
    width: 100%;
    float: left;
    padding: 15px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    color: #636363;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    white-space: nowrap;
}

.page-header-blk  .page-menu-ul li .manu-alink:hover {
   color: #D19B2A;
}

.page-header-blk  .page-menu-ul li .manu-alink.active{
  color: #000;
}
.page-header-blk  .page-menu-ul li .manu-alink.active::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  float: left;
  height: 4px;
    background-color:#D19B2A;
}

.page-header-blk  .col-connect{
  width: auto;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-header-blk  .col-connect .icon-blk{
  width: 150px;
  float: left;
  margin-left: 15px;
}


.home-slider-wpr{
   width: 100%;
   float: left;
   background-image: url('../images/bg_2.png');
   background-size: cover;
   background-repeat: no-repeat;
   /* height: calc(100vh - 100px); */
   min-height: 500px;
   max-height: 630px;
   position: relative;
}

.slider-txt-wpr{
  width: 100%;
  float: left;
  max-width: 600px;
  display: flex;
  align-items: center;
  min-height: 500px;
/*  height: calc(100vh - 100px);*/
}
.slider-txt-wpr .slider-txt-inwpr{
  width: 100%;
  float: left;
  z-index: 9;
}
.slider-txt-wpr .slider-title{
  width: 100%;
  float: left;
  margin-bottom: 25px;
  color: #333;
  font-family: Raleway;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.5px;
}
.slider-txt-wpr .slider-desc-wpr{
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.slider-txt-wpr .row-desc{
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  margin: 8px 0;
}
.slider-txt-wpr .row-desc .icon-blk{
  min-width: 28px;
  float: left;
  height: 28px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #d19b2a;
  border-radius: 50%;
  font-size: 16px;
}
.slider-txt-wpr .row-desc .icon-blk-inv {
  min-width: 10px;
  float: left;
  height: 10px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #d19b2a;
  /* border-radius: 50%; */
  font-size: 16px;
}

.slider-txt-wpr .desc-p{
  width: 100%;
  float: left;
  font-size: 22px;
}
.slider-txt-wpr .desc-p-inv{
  width: 100%;
  float: left;
  font-size: 18px;
}
.app-connect-wpr{
  width: 100%;
  float: left;
  display: flex;
  /* max-width: 300px; */
  margin-bottom: 50px;
}
.app-connect-wpr .icon-blk{
  /* width: 170px; */
  float: left;
  margin-right: 15px;
}
.home-slider-wpr .hero-img-col{
  /* width: 35%; */
  max-width: 550px;
  min-width: 300px;
  float: left;
  position: absolute;
  bottom: 0;
  right: 13%;
}

.page-section{
  width: 100%;
  float: left;
  padding: 80px 0 0;
}
.page-title{
  width: 100%;
  float: left;
  /* font-family: 'Baskerville Serial Heavy', serif; */
  font-size: 55px;
  color: #333333;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.sub-page-title{
  width: 100%;
  float: left;
  font-size: 34px;
  color: #333333;
  margin-bottom: 20px;
  position: relative;
  font-weight: 600;
  z-index: 1;
}
.page-title span{
  color: #d19b2a;
}
.page-title img{
     width: auto;
     max-width: 180px;
     margin-top: -10px;
}
.page-title-desc{
  width: 100%;
  float: left;
  font-size: 16px;
  margin-bottom: 20px;
}
.txt-center{
text-align: center;
}
.txt-white{
  color: #fff;
}
.bg-site{
  background-color: #D19B2A;
}
.bg-site-gradient{
        background: rgb(222 152 35 / 25%);
    background: linear-gradient(180deg, rgb(222 152 35 / 14%) 46%, rgba(245, 233, 225, 0) 100%);
}

.bg-site-gradient-2{
        background: rgb(222 152 35 / 25%);
    background: linear-gradient(0deg, rgb(222 152 35 / 14%) 46%, rgba(245, 233, 225, 0) 100%);
}


.service-slider-wpr{
  width: 100%;
  float: left;
}
.service-slider-inwpr{
  width: 100%;
  float: left;
}
.col-service-wpr{
  width: 100%;
  float: left;
  padding: 0px;
  background-color: #fff;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 0 12px 1px rgb(0 0 0 / 0%);
}
.col-service-wpr:hover{
   box-shadow: 0 0 12px 1px rgb(0 0 0 / 15%);
/*   transform: scale(1.005);*/
}

.owl-theme .owl-controls .active {
  border: 0px solid #dfad6f !important;
}
.owl-theme .owl-controls .active, .owl-theme .owl-controls .owl-dot:hover {
  width: 50px !important;
  height: 8px !important;
  background: #e0b245 !important;
}
.owl-theme .owl-controls .owl-dot {
  width: 50px !important;
  height: 8px !important;
  background: #D9D9D9;
  border: 0px solid #d47f18;
}
.owl-theme .owl-controls .owl-dot:hover {
  border: 0px solid #d47f18;
}

.col-service-wpr .txt-blk{
  width: 100%;
  float: left;
  padding: 15px;
}
.col-service-wpr .title{
  width: 100%;
  margin-bottom: 5px;
  color: #d19b2a;
  text-align: center;
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  text-transform: uppercase;
}
.col-service-wpr .desc{
  width: 100%;
  float: left;
  margin-bottom: 20px;
  color: #7C7C7C;
  text-align: center;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}
.col-service-wpr .img-blk{
  width: 100%;
  float: left;
  border-radius: 14px;
  /*   margin-bottom: 15px;*/
  padding: 2px;
}



.carousel-dots  .owl-dots{
   width: 100%;
  float: left;
   display: flex;
   justify-content: center;
   align-items: center;
   margin: 20px 0;
} 
.carousel-dots  .owl-dots .owl-dot{
width: 10px;
    float: left;
    height: 10px;
    border-radius: 50%;
    background-color: #e8e8e8;
    margin: 4px;

}
.carousel-dots  .owl-dots .owl-dot.active{
  background-color: #fff;
}

.carousel-dots-2  .owl-dots{
   width: 100%;
  float: left;
   display: flex;
   justify-content: center;
   align-items: center;
   margin: 20px 0;
} 
.carousel-dots-2  .owl-dots .owl-dot{
width: 10px;
    float: left;
    height: 10px;
    border-radius: 50%;
    background-color: #e8e8e8;
    margin: 4px;

}
.carousel-dots-2  .owl-dots .owl-dot.active{
  background-color: #D19B2A;
}


.carousel-nav .owl-nav.disabled {
    display: block;
}

.carousel-nav .owl-prev{
     width: 30px;
     height: 30px;
     background-color: #333333 !important;
     border-radius: 50%;
     font-size: 32px !important;
     display: flex;
     justify-content: center;
     align-items: center;
     float: left;
     top: calc(50% - 15px);
     left: -35px;
     position: absolute;
     color: #fff !important;
}
.carousel-nav .owl-next{
      width: 30px;
      height: 30px;
      background-color: #333333 !important;
      border-radius: 50%;
      font-size: 32px !important;
      display: flex;
      justify-content: center;
      align-items: center;
      float: left;
      top: calc(50% - 15px);
      right: -35px;
      position: absolute;
      color: #fff !important;
}
.carousel-nav .owl-prev span{
      margin-top: -7px;
}
.carousel-nav .owl-next span{
      margin-top: -7px;
}



.carousel-nav-2 .owl-nav.disabled {
    display: block;
}

.carousel-nav-2 .owl-prev{
     width: 35px;
     height: 35px;
     background-color: #ffffff !important;
     border-radius: 50%;
     font-size: 32px !important;
     display: flex;
     justify-content: center;
     align-items: center;
     float: left;
     top: 50px;
     right: 45px;
     position: absolute;
     color: #ed9513 !important;
}
.carousel-nav-2 .owl-next{
      width: 35px;
      height: 35px;
      background-color: #ffffff !important;
      border-radius: 50%;
      font-size: 32px !important;
      display: flex;
      justify-content: center;
      align-items: center;
      float: left;
      top: 50px;
      right: 0;
      position: absolute;
      color: #ed9513 !important;
}
.carousel-nav-2 .owl-prev span{
      margin-top: -7px;
}
.carousel-nav-2 .owl-next span{
      margin-top: -7px;
}




.card-partner-wpr {
  width: 100%;
  float: left;
  background-color: #fff;
  border-radius: 12px;
  padding: 15px;
  display: flex;
  box-shadow: 0 0 11px 0px rgb(0 0 0 / 21%);
  margin: 5px 0;
}
.card-partner-wpr .icon-blk{
  width: 28px;
  min-width: 28px;
  float: left;
  height: 28px;
  background-color: #de9823;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 15px;
}
.card-partner-wpr .txt-blk{
  width: 100%;
  float: left;
}
.card-partner-wpr .title{
  width: 100%;
  float: left;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}
.card-partner-wpr .desc{
  width: 100%;
  float: left;
  font-size: 14px;
}


.bg-plan-wpr{
  background-image: url('../images/bg2.png');
  background-size: cover;
  background-repeat: no-repeat;

}




.plan-outer-wpr{
  width: 100%;
  float: left;
  padding: 15px 50px;
}
.plan-outer-wpr .plan-wpr{
  width: 100%;
  float: left;
  background-color: #D19B2A;
  border-radius: 12px;
  box-shadow: 0 0 9px 1px rgb(0 0 0 / 20%);
  padding: 15px 0;
  color: #fff;
  margin-bottom: 15px;
}
.plan-outer-wpr .title{
  width: 100%;
  float: left;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.plan-outer-wpr .sub-title {
  width: 100%;
  float: left;
  font-size: 15px;
  padding: 0 15px;
}
.plan-outer-wpr .sub-title-2 {
  width: 100%;
  float: left;
  font-size: 14px;
}
.plan-outer-wpr .sub-title-2 p {
  margin-bottom: 15px;
}
.plan-outer-wpr .amount-blk{
  width: 100%;
  float: left;
  background-color: white;
  color: #de9823;
  padding: 5px;
  text-align: center;
  margin: 15px 0;
}
.plan-details{
    width: 100%;
    float: left;
    padding: 0 15px;
    min-height: 350px;
}
.plan-outer-wpr .per{font-size: 40px;font-weight: 700;}
.plan-outer-wpr .title-2{
  width: 100%;
  float: left;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}.plan-outer-wpr .title-3{
  width: 100%;
  float: left;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}
.plan-outer-wpr .hr{
  width: 100%;
  float: left;
}
.plan-outer-wpr .hr-dots{
     width: 100%;
    float: left;
    height: 10px;
    border-bottom: dotted 2px #ffffff;
    background-color: transparent;
}

.plan-wpr-2{
 padding-top: 0 !important;
    overflow: hidden;
}

.plan-title{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 24px;
    padding: 10px;
    font-weight: 700;
    color: #D19B2A;
    background-color: #fff;
    margin-bottom: 20px;
}


.plan-wpr-2 .plan-details{
      min-height: 775px;
}



.app-mob-img{
  width: 100%;
  float: left;
  padding: 15px;
}

.app-info-wpr{
  width: 100%;
  float: left;
}
.about-app{
  width: 100%;
  float: left;
  margin-bottom:20px;
}
.about-app p{
   width: 100%;
  float: left;
  margin-bottom: 20px;
  font-size: 15px;
}

.desc-wpr{
  width: 100%;
  float: left;
  font-size: 16px;
}
.desc-wpr-inv{
  width: 100%;
  float: left;
  font-size: 18px;
  padding: 20px 0;
}

.desc-wpr p{
  width: 100%;
  float: left;
  margin-bottom: 15px;
  font-size: 14px;
  text-align: justify;
}
.txt-site{
  color: #de9823;
}


.img-col-blk{
  width: 100%;
  float: left;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.img-box-blk{
  width: 100%;
  float: left;
  background-color: #de9823;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  max-width: 520px;
}
.img-box-blk .img-blk{
  width: 65%;
  float: left;
  margin-bottom: 0px;
  margin-top: -65px;
}

.img-box-blk .img-blk-right {
    width: 100%;
    float: left;
    margin-bottom: 0px;
    /* margin-top: -65px; */
    margin-right: -90px;
}


.bg-testimonial-wpr{
  background-image: url('../images/testimonial_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.bg-testimonial-wpr::before{
      content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    float: left;
    background-color: rgb(0 0 0 / 74%);

}





.testimonial-slider-wpr{
  width: 100%;
  float: left;
}
.testimonial-single-wpr .testimonial-single-wpr{
  width: 100%;
  float: left;
}
.testimonial-single-wpr .testimonial-img-blk{
  width: 100%;
  float: left;
  position: relative;
}

.video-icon-wpr{
   width: 100%;
   float: left;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   height: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
}
.video-icon-wpr .video-icon{
  width: auto;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 70px;
  cursor: pointer;
  opacity: 0.8;
    transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
.video-icon-wpr .video-icon i{
  width: auto;
  float: left;
   transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.video-icon-wpr .video-icon:hover{
  opacity: 1;
}
.video-icon-wpr .video-icon:hover i{
      text-shadow: 0 0 17px rgb(0 0 0 / 30%);
}

.modal{
  top: auto;
}

.youtube_play_wpr{
       width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.youtube_play_wpr iframe{
     border: 0;
    width: 100%;
    min-height: 60vh;
}


.testimonial-single-wpr .testimonial-txt-wpr{
  width: 100%;
  float: left;
  color: #fff;
}.testimonial-single-wpr .title{
 width: 100%;
 float: left;
 color: #D19B2A;
 font-size: 55px;
 font-weight: 900;
 font-family: 'Baskerville Serial Heavy', serif;
 margin-bottom: 0px;
}
.testimonial-single-wpr .title-2{
  width: 100%;
  float: left;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}
.testimonial-single-wpr .desc{
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.testimonial-single-wpr .desc p{
  width: 100%;
  float: left;
  font-size: 15px;
  margin-bottom: 15px;
}


.testimonial-single-wpr .name{
  width: 100%;
  float: left;
  color: #D19B2A;
  font-weight: 600;
  font-size: 18px;
}
.testimonial-single-wpr .profession{
  width: 100%;
  float: left;
  font-size: 16px;
  color: #cbcbcb;
}

.btn-wpr{
  width: 100%;
  float: left;
  margin: 15px 0;
}
.btn-more{
  width: auto;
  float: left;
  padding: 8px 15px;
  font-size: 14px;
  color: #fff;
  background-color: #333;
  border-radius: 12px;
  font-weight: 500;
}

.btn-more:hover{
  color: #fff;
  background-color: #000;
}


.footer-wpr{
  width: 100%;
  float: left;
  padding: 80px 0;
  background-color: #333333;
  color: #fff;
}



.footer-inwpr{
    width: 100%;
  float: left;
  padding: 15px;
}

.footer-wpr .ft-logo-wpr{
  width: 100%;
  float: left;
}
.footer-wpr .logo-blk{
  width: 100%;
  float: left;
  max-width: 235px;
  margin-bottom: 25px;
}
.footer-wpr .ft-form-wpr{
  width: 100%;
  float: left;
}
.footer-wpr .ft-form-wpr .form-title{
  width: 100%;
  float: left;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}
.footer-wpr .ft-form-wpr .form-title-sub{
  width: 100%;
  float: left;
  font-size: 14px;
  margin-bottom: 15px;
}
.footer-wpr .ft-form-wpr  .ft-txt-form{
  width: 100%;
  float: left;
  display: flex;
  position: relative;
  border: solid 1px rgb(255 255 255 / 67%);
  padding: 2px;
  border-radius: 15px;
  max-width: 375px;
  margin-bottom: 25px;
}
.footer-wpr .ft-form-wpr .txt-sub{
  width: 100%;
  float: left;
  border: none;
  background-color: #333333;
  padding: 13px 20px;
  color: #fff;
  height: 50px;
  border-radius: 12px;
}
.footer-wpr .ft-form-wpr .icon{
  width: 50px;
  float: left;
  height: 50px;
  background: #de9823;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 13px;
    transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
.footer-wpr .ft-form-wpr .icon:hover{
  background-color: #ec9d19;
}
.footer-wpr .ft-title{
  width: 100%;
  float: left;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 15px;
}
.footer-wpr .ft-link-wpr{
  width: 100%;
  float: left;
  display: flex;
  font-size: 12px;
}
.footer-wpr .socil-wpr{
  width: 100%;
  float: left;
  display: flex;
  margin: 15px 0;
}
.footer-wpr .socil-wpr .icon-blk{
  width: 35px;
  float: left;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #fff;
  margin-right: 15px;
}
.footer-wpr .socil-wpr .icon-blk:hover{
  background-color: #fff;
  color: #de9823;
}

.footer-wpr .title-app{
  width: 100%;
  float: left;
  font-weight: 600;
  margin-bottom: 25px;
}

.footer-wpr .logo-sub-wpr{
  width: 100%;
  float: left;
  max-width: 150px;
  margin-bottom: 25px;
}
.footer-wpr .title-2{
  width: 100%;
  float: left;
  font-size: 14px;
}






.footer-bottom-wpr{
  width: 100%;
  float: left;
  color: #fff;
  font-size: 13px;
  border-radius: 12px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #D19B2A;
  margin-top: 25px;
}
.footer-bottom-wpr .col-left{
  width: auto;
  float: left;
}
.footer-wpr a{
  color: #fff;
  font-size: 13px;
}
.footer-bottom-wpr .col-right{
  width: auto;
  float: left;
}

.txt-ulderline{
  text-decoration: underline !important;
}





 .mob-menu{
  width: 35px;
  float: left;
  cursor: pointer;
  display: none;
}
.mob-menu .btn-menu-hr{
  width: 100%;
  float: left;
}
.mob-menu span{
  width: 100%;
  float: left;
  height: 1px;
  background-color: #000;
  margin: 2px 0;
    transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
.mob-menu .title{
    width: 100%;
    float: left;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
}

.mob-menu .title-close{
    width: 100%;
    float: left;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    display: none;
}


 .mob-menu.show  span:nth-child(2){
    opacity: 0;
 }
 .mob-menu.show  span:nth-child(1){
        transform: rotate(45deg);
 }
 .mob-menu.show  span:nth-child(3){
               transform: rotate(135deg) translate(-7px, 7px);
 }

.why-invest-wpr .hero-image{
  display: none;
}



.point-wpr{
  width: 100%;
  float: left;
}
.point-wpr .row-ponit{
  width: 100%;
  float: left;
  display: flex;
  margin-bottom: 10px;
  margin-top: 5px;
}
.point-wpr .icon-blk{
  width: auto;
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}
.point-wpr .icon{
  width: 20px;
  float: left;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #de9823;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
}
.point-wpr .text-blk{
  width: 100%;
  float: left;
}
.point-wpr .title{
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.point-wpr .desc-wpr{
  width: 100%;
  float: left;
}




.list-guide-wpr{
  width: 100%;
  float: left;
}
.list-guide-wpr .row-guide{
  width: 100%;
  float: left;
  padding: 15px;
  margin-bottom: 25px;
}
.list-guide-wpr .video-head-wpr{
  width: 100%;
  float: left;
  margin-bottom: 15px;
  margin-top: 15px;
}
.list-guide-wpr .tag-blk{
  width: auto;
  float: left;
  border: solid 1px #D19B2A;
  color: #D19B2A;
  padding: 2px 15px;
  font-size: 12px;
  border-radius: 15px;
}
.list-guide-wpr .title{
  width: 100%;
  float: left;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
}
.list-guide-wpr .btn-wpr{
  width: 100%;
  float: left;
}
.list-guide-wpr .btn-linkk{
  width: auto;
  float: left;
  font-size: 14px;
  font-weight: 600;
  color: #D19B2A;
}




.pagination-wpr{
  width: 100%;
  float: left;
  margin: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-wpr .pagination{
  width: auto;
  display: flex;
  float: left;
  align-items: center;
}
.pagination-wpr .pagination-item{
  width: auto;
  float: left;
  padding: 15px;
  font-size: 14px;
}
.pagination-wpr .pagination-link{
  width: 100%;
  float: left;
  white-space: nowrap;
}


.pagination-wpr .pagination-link.active{
  width: 100%;
  float: left;
  color: #fff;
  background-color: #D19B2A;
  padding: 5px 15px;
  border-radius: 5px;
}


.referral-list-wpr{
  width: 100%;
  float: left;
}
.referral-list-wpr .row-list{
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  padding: 15px 0;
  position: relative;
}
.referral-list-wpr .col-icon{
  width: auto;
  float: left;
  margin-right: 15px;
}
.referral-list-wpr .icon-blk{
  width: 30px;
  float: left;
  height: 30px;
  background-color: #de9823;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  z-index: 9;
  position: relative;
}
.referral-list-wpr .round-col{
  width: 20px;
  height: 20px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  color: #000;
  font-size: 12px;
  font-weight: 800;
  line-height: 12px;
}
.referral-list-wpr .col-text{
  width: 100%;
  float: left;
}
.referral-list-wpr .title{
  width: 100%;
  float: left;
  font-weight: 600;
  font-size: 14px;
}
.referral-list-wpr .desc{
  width: 100%;
  float: left;
  font-size: 13px;
}


.referral-list-wpr .row-list .col-icon::before{
  content: '';
  width: 1px;
  height: 100%;
  border-left: dotted 2px #333;
  left: 14px;
  top: 0;
  position: absolute;
}

.referral-list-wpr .row-list:first-child .col-icon::before{

  top: 50%;
}
.referral-list-wpr .row-list:last-child .col-icon::before{
  height: 50%;
}




.faq-wpr{
  width: 100%;
  float: left;
}
.faq-wpr .row-faq{
  width: 100%;
  float: left;
  margin-bottom: 15px;
  border: solid 1px #E0DEDE;
  border-radius: 12px;
  background-color: #F7F7F7;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
.faq-wpr .faq-head-wpr{
  width: 100%;
  float: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 10px;
}
.faq-wpr .title{
  width: 100%;
  float: left;
  text-align: left;
  font-size: 15px;
  margin-bottom: 0;
       transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
.faq-wpr .col-action{
  width: 35px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
}
.faq-wpr .faq-body-wpr{
  width: 100%;
  float: left;
  padding: 15px;
  font-size: 14px;
  padding-top: 0;
  display: none;
      animation: animate_open_blk linear .2s;
    animation-iteration-count: 1;
}
.faq-wpr .faq-body-wpr p{
  margin-bottom: 15px;
}
.faq-wpr .faq-body-wpr p:last-child{
  margin-bottom: 0;
}


.faq-wpr .row-faq.active{
  background-color: #fff;
}
.faq-wpr .row-faq.active .faq-body-wpr{
  display: block;
}

.faq-wpr .row-faq.active .title{
 color: #de9823;
}



@keyframes animate_open_blk {
    0% {
        width: 100%;
        float: left;
        transform: translateY(-10px);
        opacity: 0
    }

    90% {
        width: 100%;
        float: left;
        transform: translateY(1px);
        opacity: 1
    }

    100% {
        width: 100%;
        float: left;
        transform: translate(0)
    }
}



.referral-app-wpr{
  width: 100%;
  float: left;
  border-radius: 15px;
  background-color: #D19B2A;
  padding: 25px 25px 0 25px;
  position: relative;
  margin-bottom: 80px;
}


.referral-app-wpr .app-info-wpr {
  max-width: 500px;
      color: #fff;
          z-index: 4;
}

.referral-app-wpr .page-title{
  color: #FFF;

font-family: Raleway;
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 44px; /* 110% */
padding-top: 90px;

}

.btn-icon-visit{
  display: flex;
  padding: 5.675px 29px 5.755px 29px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFF;
  background: #FFF;
  width: 270px;
  margin: 10px 0;
  color: #D19B2A;
}

.btn-icon-visit:hover{
  color: #d19106;
}

.app-mob-img-ref{
    width: 100%;
    float: left;
    position: relative;
    /* margin-bottom: -25px; */
    /* max-width: 400px; */
    /* margin-top: 25px; */
    /* position: relative; */
    z-index: 2;
}
.app-mob-img-ref img{
  z-index: 2;
  position: relative;
}
.app-mob-img-ref::before{
       content: '';
    background-image: url(../images/refferal_app_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    width: 120%;
    float: left;
    height: 72%;
    z-index: 0;
    bottom: 0;
    margin-left: -65px;
}



.faq-main-wpr{
  width: 100%;
  float: left;
}
.faq-cate-wpr{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.faq-blk {
  width: auto;
  float: left;
  padding: 8px 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin: 5px;
  border-radius: 15px;
  cursor: pointer;
}
.faq-blk.active{
  background-color: #333;
  color: #fff;
}



.faq-tab{
  display: none;

      animation: animate_open_blk linear .2s;
    animation-iteration-count: 1;
} 
.faq-tab.active{
  display: block;
}


.policy-wpr{
  width: 100%;
  float: left;
}

.policy-wpr .title{
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
.policy-wpr p{
  margin-bottom: 25px;
  font-size: 14px;
  text-align: justify;
  line-height: 25px;
}

.policy-wpr ul{
  list-style: disc;
}
.policy-wpr ul li{
  font-size: 12px;
}


/*------ responsive -------*/
@media (max-width:1200px) {
  .home-slider-wpr .hero-img-col {
      max-width: 510px;
      min-width: 200px;
      float: left;
      position: absolute;
      bottom: 0;
      right: 35px;
  }
}
@media (max-width:1024px) {
 .col-page-menu{
             /* display: none !important; */
    position: fixed;
    z-index: 1069;
    top: 0;
    left: -315px;
    height: 100%;
    bottom: 0;
    width: 300px !important;
    background-color: #fff;
    box-shadow: 0 0 11px 0px rgb(0 0 0 / 17%);

      transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
 }
  .col-page-menu.show{
    left: 0;
  }


  .mob-menu{
    display: block;
  }


.page-header-blk .col-page-menu{
       flex-wrap: wrap;
    overflow: auto;
    padding-bottom: 15px;
    align-items: end;
  }

  .page-header-blk .page-menu-ul{
    width: 100%;
    flex-wrap: wrap;
  }
  .page-header-blk .page-menu-ul li{
    width: 100%;
  }

  .page-header-blk .page-menu-ul li a{
    width: 100%;
    text-align: left;
  }

    .page-header-blk .col-connect{
    width: 100%;
    justify-content: space-around;
  }
    .page-header-blk .col-connect .icon-blk{
      margin-left: 0;
    }
.page-header-blk .page-menu-ul li .manu-alink{
  height: 50px;
      justify-content: flex-start;
}



.page-header-blk .page-menu-ul {
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: auto;
    margin-top: 30px;
}
.page-header-blk .page-menu-ul li .manu-alink.active{
  color: #D19B2A;
      background: #fafafa;
}
.page-header-blk .page-menu-ul li .manu-alink.active::before{
  display: none;
}

.plan-outer-wpr{
  padding: 0px;
}

.home-slider-wpr .hero-img-col {
    max-width: 510px;
    min-width: 200px;
    float: left;
    position: absolute;
    bottom: 0;
    right: 35px;
}


 .img-box-blk-right{
          width: calc(100% - 50px);
    }

 .page-header-blk .col-connect .icon-blk{
  width: 130px;
 }   
}
@media (max-width:768px) {
	
	.dcenterbottom{
  justify-content: center;
      display: flex;
    align-items: end;
	position: static;
    bottom: 0;
    right: 10%;
}

  .footer-bottom-wpr{
    text-align: center;
  }
  .footer-bottom-wpr .col-left{
    width: 100%;
  }
  .footer-bottom-wpr .col-right{
    width: 100%;
  }

  .carousel-nav-2 .owl-prev{

     top: calc(50% - 15px);
      left: -10px;
  }
  .carousel-nav-2 .owl-next{
   
     top: calc(50% - 15px);
      right: -10px;
  }

  .img-box-blk{
    margin-top: 110px;
  }

  .col-service-wpr .img-blk{
    display: none;
  }
  .col-service-wpr{
    background-color: #fff;
    border-radius: 12px;
      box-shadow: 0 0 6px 0px rgb(0 0 0 / 18%);
  }
  .carousel-nav .owl-nav.disabled {
    display: none;
}
.home-slider-wpr .hero-img-col{
  display: none;
}

.home-slider-wpr{
  background-image: none;
}

.why-invest-wpr{
  background-image: url(../images/home_slider_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 15px 0;
  padding-top: 130px;
  margin-top: 160px;
  padding-top: 50px !important;
  min-height: 300px;
}

.why-invest-wpr .hero-image{
  display: block;
  
position: absolute;
  
right: 0;
  
bottom: 0;
  
z-index: 1;
  
width: 400px;
  
/* height: 100%; */
  
float: left;
}

.why-invest-wpr .service-slider-wpr{
  margin-top: 90px;
}


.why-invest-wpr .page-title{
      margin-top: -215px;
}
.slider-txt-wpr{
  height: auto;
  min-height: auto;
  padding: 60px 0;
}
.mb-80 {
    margin-bottom: 25px;
}

.app-mob-img-ref{
  max-width: 300px;
}
  
  .footer-wpr .logo-sub-wpr{
    max-width: 100%;
    text-align: center;
  }
  .footer-wpr .logo-sub-wpr img{
    width: 150px;
  }


   .why-invest-wpr .container{
    max-width: 100% !important;
    padding: 0;
   }
   .col-service-wpr .txt-blk{
    min-height: 130px;
   }
   .why-invest-wpr .service-slider-inwpr .item-padding{
    padding-right: 0;
   }


}

@media (max-width:576px) {
  .col-service-wpr .title{
    font-size: 14px;
    margin-bottom: 5px;
  }
  .col-service-wpr .desc{
    font-size: 12px;
  }
  .page-title{
    font-size: 35px;
  }
  .card-partner-wpr .title{font-size: 14px;
    margin-bottom: 5px;}
    .card-partner-wpr .desc{
      font-size: 12px;
    }
    .page-section {
    padding: 30px 0;
  }
  .footer-wpr{
    padding: 30px 0;

  }
  .page-title-desc{
    font-size: 14px;
  }
  .why-invest-wpr .hero-image{
    width: 410px;
  }
.InvLogoo{
  width: 340px !important;
    padding: 40px 0 0 0;
}
  .btnplaystore{
    width: 150px;
  }


  .why-invest-wpr .page-title {
    margin-top: -155px;
  }
  .slider-txt-wpr .slider-title{
    font-size: 35px;
    margin-bottom: 15px;
  }

    .img-box-blk-right{
          width: calc(100% - 85px);
    }


  .home-slider-wpr{
       max-height: 330px;
    min-height: auto;
  }  

}


@media (max-width:520px) {
  .plan-details{
    min-height: 410px;
  }
  .footer-wpr a{
    font-size: 12px;
  }
  .btnplaystore{
    width: 150px;
  }
  .InvLogoo{
    width: 340px !important;
      padding: 40px 0 0 0;
  }
  .faq-wpr .title{ font-size:14px }
.faq-wpr .faq-body-wpr{ font-size:12px }

.app-mob-img-ref {
    max-width: 230px;
    right: -20px;
}
.testimonial-single-wpr .title{
  font-size: 34px;
}
.testimonial-single-wpr{
  padding: 0 35px;
}
.page-title img{
  max-width: 130px;
}
.desc-wpr{
  font-size: 14px;
}
.testimonial-single-wpr .title-2{
  font-size: 16px;
  margin-bottom: 15px;
}
.testimonial-single-wpr .desc p{
  font-size: 13px;
}

}
@media (max-width:430px) {
  .plan-wpr-2 .plan-details {
    min-height: 925px;
  }

  .why-invest-wpr .hero-image {
    width: 360px;
  }
  .InvLogoo{
    width: 340px !important;
      padding: 40px 0 0 0;
  }
  .btnplaystore{
    width: 150px;
  }

  .why-invest-wpr{
        padding-top: 30px !important;
        min-height: 210px;
  }
  .why-invest-wpr .page-title {
    margin-top: -105px;
}
}



/* hijas  */

.owl-stage{padding-left:0px !important;}


@media (min-width:430px) {
  .home-slider-wpr{
    overflow: hidden;
  }
}
@media (max-width:430px) {
  div#partnerCarousel .owl-stage-outer, #planCarousel .owl-stage-outer{
    width: 100vw;
  }
  .home-slider-wpr{
    overflow-x: hidden;
  }
  .home-slider-wpr{
    max-height: 500px!important;
  }
  section.page-section.bg-site, section.page-section.bg-plan-wpr{
    overflow: hidden;
  }
}

