@font-face {

  font-family: 'Metropolis';

  src: url('../font/Metropolis-Bold.woff2') format('woff2'),

    url('../font/Metropolis-Bold.woff') format('woff');

  font-weight: bold;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: 'Metropolis';

  src: url('../font/Metropolis-Regular.woff2') format('woff2'),

    url('../font/Metropolis-Regular.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: 'Metropolis';

  src: url('../font/Metropolis-Medium.woff2') format('woff2'),

    url('../font/Metropolis-Medium.woff') format('woff');

  font-weight: 500;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: 'Metropolis';

  src: url('../font/Metropolis-Thin.woff2') format('woff2'),

    url('../font/Metropolis-Thin.woff') format('woff');

  font-weight: 100;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: 'Metropolis Extra';

  src: url('../font/Metropolis-ExtraBold.woff2') format('woff2'),

    url('../font/Metropolis-ExtraBold.woff') format('woff');

  font-weight: bold;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: 'Metropolis Extra';

  src: url('../font/Metropolis-ExtraLight.woff2') format('woff2'),

    url('../font/Metropolis-ExtraLight.woff') format('woff');

  font-weight: 200;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: 'Metropolis';

  src: url('../font/Metropolis-Black.woff2') format('woff2'),

    url('../font/Metropolis-Black.woff') format('woff');

  font-weight: 900;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: 'Metropolis Semi';

  src: url('../font/Metropolis-SemiBold.woff2') format('woff2'),

    url('../font/Metropolis-SemiBold.woff') format('woff');

  font-weight: 600;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: 'Metropolis';

  src: url('../font/Metropolis-Light.woff2') format('woff2'),

    url('../font/Metropolis-Light.woff') format('woff');

  font-weight: 300;

  font-style: normal;

  font-display: swap;

}





/*--------------------------------------------------------------

# General

--------------------------------------------------------------*/

main {

  overflow: hidden;

  width: 100%;

  position: relative;

}



body {

  font-family: 'Metropolis';

  background: #092247;

  color: #fff;

  line-height: normal;

  overflow-x: hidden;

  font-size: 16px;

}



.container {

  max-width: 1200px;

}

.screenshot-sec .container {

  max-width: 1320px;

}



a {

  color: #ffffff;

  text-decoration: none;

}



a:hover {

  color: #00ABEC;

  text-decoration: none;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  font-family: 'Metropolis';

}



h1 {

  font-size: 72px;

  font-weight: 700;

}



h2 {

  font-size: 46px;

}



h3 {

  font-size: 40px;

}



h4 {

  font-size: 24px;

}



h5 {

  font-size: 20px;

}



h6 {

  font-size: 16px;

}



.sub-title {

  color: #00ABEC;

  font-size: 24px;

  font-weight: 700;

  text-transform: uppercase;

}



.sec-title {

  font-size: 46px;

  font-weight: 700;

}



.navbar {

  background-color: rgba(0, 0, 0, .25);

}



.navbar.sticky {

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  width: 100%;

  z-index: 99;

  background: #141420;

  -webkit-box-shadow: 0px 0px 4px #00ABEC;

  box-shadow: 0px 0px 50px #60636242;

  -webkit-transition: all 1s ease 0s;

  transition: all 1s ease 0s;

  -webkit-animation: sticky 1s;

  animation: sticky 1s;

}



@-webkit-keyframes sticky {

  0% {

    top: -120px;

  }



  100% {

    top: 0;

  }

}



@keyframes sticky {

  0% {

    top: -120px;

  }



  100% {

    top: 0;

  }

}



.display_sm {

  display: none;

}



.transition {

  transition: all 0.8s ease-in-out 0s;

  -webkit-transition: all 0.8s ease-in-out 0s;

  -moz-transition: all 0.8s ease-in-out 0s;

  -o-transition: all 0.8s ease-in-out 0s;

  -ms-transition: all 0.8s ease-in-out 0s;

}



p {

  font-size: 16px;

}



.bg_black {

  background: #000
}



.btn {

  font-weight: 400;

  font-size: 16px;

  letter-spacing: 0.5px;

  border-radius: 5px;

  background: #00ABEC;

  padding: 10px 15px;

  transition: 0.3s;

  line-height: normal;

  color: #fff;

  text-align: center;

  text-transform: uppercase;

}



.btn1 {

  font-weight: 700;

  font-size: 20px;

  line-height: 1.6;

  border-radius: 5px;

  background: #278951;

  padding: 12px 30px;

  transition: 0.3s;

  color: #fff;

  text-transform: uppercase;

  margin-top: 20px;

}



.btn-check:focus+.btn-outline-success,

.btn-outline-success:focus {

  box-shadow: none;

}



btn-check:active+.btn-outline-success:focus,

.btn-check:checked+.btn-outline-success:focus,

.btn-outline-success.active:focus,

.btn-outline-success.dropdown-toggle.show:focus,

.btn-outline-success:active:focus {

  box-shadow: none;

}



.br_white {

  border-right: 1px solid #fff;

}



.btn:hover {

  border: 1px solid #00ABEC !important;

  color: #00ABEC !important;

  background: transparent;

}



.btn1:hover {

  border: 1px solid #278951 !important;

  color: #278951 !important;

  background: transparent;

}



.btn_white {

  font-weight: 500;

  font-size: 16px;

  letter-spacing: 0.5px;

  border-radius: 5px;

  background: #fff;

  padding: 10px 15px;

  transition: 0.3s;

  line-height: normal;

  color: #000;

  text-align: center;

  text-transform: uppercase;

  border: 1px solid #fff;

}



.banner_content .btn_white {

  display: flex;

  align-items: center;

}



.banner_content .btn_white img {

  padding-right: 10px
}



/* trand-slider */



.swiper-pagination-bullet.swiper-pagination-bullet-active {

  background-color: #11294D;

  opacity: 1;

}



.swiper-pagination-bullet {

  background-color: #AAC2E4;

  opacity: 1;

}



.marquee-main.marquee-trad-slider .item {

  min-width: 110px;

  display: flex;

  align-items: center;

  line-height: 1;

  margin: 0 30px;

}



.marquee-main.marquee-trad-slider .item h5 {

  margin: 0;

  font-size: 22px;

  font-weight: 500;

  line-height: 1.2;

  text-transform: uppercase;

}



.marquee-main.marquee-trad-slider .item h5 span {

  color: #F8A30C;

}



.marquee-main.marquee-trad-slider .nse-price {

  color: #FFF;

  font-size: 22px;

  font-weight: 500;

  line-height: 1.2;

  margin-left: 10px;

  display: none;

}



.marquee-main.marquee-trad-slider .nse-rate {

  margin-left: 10px;

  font-size: 22px;

  font-weight: 500;

  line-height: 1.2;

  display: flex;

  align-items: center;

  display: none;

}

.marquee-main.marquee-trad-slider .nse-rate i {

  margin-right: 5px;

}







/*--------------------------------------------------------------

# Back to top button

--------------------------------------------------------------*/

.back-to-top {

  position: fixed;

  visibility: hidden;

  opacity: 0;

  right: 15px;

  bottom: 15px;

  z-index: 996;

  width: 44px;

  height: 44px;

  border-radius: 50px;

  transition: all 0.4s;

  border: 2px solid #d8a645;

}



.back-to-top i {

  font-size: 28px;

  color: #d8a645;

  line-height: 0;

}



.back-to-top:hover {

  background: #d8a645;

  color: #1a1814;

}



.back-to-top:hover i {

  color: #444444;

}



.back-to-top.active {

  visibility: visible;

  opacity: 1;

}



/*--------------------------------------------------------------

# Header

--------------------------------------------------------------*/



.stocket_header {

  margin-top: 30px;

  position: relative;

  z-index: 9999
}



.stocket_header:after {

  position: absolute;

  content: "";

  background: rgba(122, 125, 243, 0.3);

  top: -230px;

  right: 200px;

  width: 600px;

  height: 400px;

  z-index: -1;

  filter: blur(300px);

  border-radius: 100%;

}



.stocket_header nav .navbar-nav {

  margin-left: 80px
}



.stocket_header nav .navbar-nav .nav-link {

  color: #fff;

  padding-right: 20px;

}



.stocket_header nav .navbar-nav .nav-link:hover {

  color: #00ABEC;

}









.banner_content h1 span {

  font-weight: 400
}



.banner_content p {

  margin-top: 25px;

  margin-bottom: 55px
}



.trade_list {

  display: flex;

  margin-top: 50px
}



.trade_list li {

  background: #1F1F2D;

  color: #fff;

  padding: 10px 30px;

  margin-right: 30px;

  border-radius: 5px
}



.up {

  color: #1DCC98
}



.down {

  color: #EE4949
}



.banner_img {

  text-align: center;

}



/*--------------------------------------------------------------

# About

--------------------------------------------------------------*/

.p_100 {

  padding: 100px 0
}



.about_section {

  background: rgba(217, 217, 217, 0.1);

}



.title_heading {

  font-weight: 800
}



.about_desc {

  margin-top: 70px
}



.about_desc li {

  border: 1px solid rgba(232, 232, 232, 0.1);

  padding: 30px 40px;

  border-radius: 5px;

  transition: 0.3s;

  margin-bottom: 20px
}



.about_desc li:hover {

  border: 1px solid #fff;

}



.about_desc li p {

  font-size: 22px;

  font-weight: bold;

  display: flex;

  align-items: center;

  margin-bottom: 0
}



.about_desc li span {

  margin-left: 35px
}



.step {

  margin-left: 100px
}



.step h2 {

  font-size: 150px;

  font-weight: 900;

  color: rgba(232, 232, 232, 0.1);

}



.step h3 {

  color: #1DCC98;

  font-weight: 800
}



.mb_4 {

  margin-bottom: 40px
}







.how_to_section .title_heading {

  margin-bottom: 80px
}



.how_to_section .banner_img {

  position: relative;

}



.how_to_section .banner_img:after {

  position: absolute;

  content: "";

  background: rgba(122, 125, 243, 0.3);

  top: 0;

  right: 0px;

  left: 100px;

  bottom: 0;

  width: 400px;

  height: 400px;

  z-index: -1;

  filter: blur(300px);

  border-radius: 100%;

}



.contest_section {

  background: rgba(217, 217, 217, 0.1);

}



.green_border {

  border: 1px solid #1DCC98;

}



.purple_border {

  border: 1px solid #7A7DF3;

}



.red_border {

  border: 1px solid #E55454;

}



.orange_border {

  border: 1px solid #FFB900;

}



.contest_box {

  text-align: center;

  padding: 45px 0;

  margin-bottom: 30px;

  border-radius: 12px
}



.contest_box h5 {

  font-weight: bold;

  margin-bottom: 0
}



.contest_box img {

  margin-bottom: 25px
}



.contest_section .title_heading {

  margin-bottom: 60px
}



.contest_section .banner_img {

  margin-top: 100px
}





.eye_section .eye_box {

  background: rgba(255, 255, 255, 0.1);

  padding: 30px;

  border-radius: 12px;

}



.eye_section .eye_box img {

  margin-bottom: 20px
}



.eye_section .eye_box h4 {

  font-weight: 900
}



.purple_color {

  color: #7A7DF3;

}



.red_color {

  color: #E55454;

}



.green_color {

  color: #1DCC98;

}



.eye_section .title_heading {

  margin-bottom: 60px
}



.friend_section {

  background: rgba(217, 217, 217, 0.1);

}



.newsletter {

  background: url(../img/newsletter.png);

  background-size: cover;

  background-repeat: no-repeat;

  padding: 88px 88px;

  border-radius: 12px
}



.newsletter h3 {

  text-align: center;

  font-weight: 700;

  margin-bottom: 70px
}



.newsletter .form-control {

  background: #1E1F2C;

  border: none;

  height: 50px;

  border-radius: 5px !important
}



.newsletter .btn_white {

  margin-left: 20px !important;

  border-radius: 5px !important;

  padding: 10px 30px
}



.red_bg {

  background: #E55454
}



.green_bg {

  background: #1DCC98;

}



.download_section {

  padding: 20px;

  border-radius: 12px
}



.download_section h4 {

  font-size: 30px;

  font-weight: 700
}



.download_section .btn_white {

  padding: 15px 20px;

  display: inline-flex;

  align-items: center;

  margin-top: 30px
}



.download_section .btn_white span {

  padding-left: 10px
}



.mt_25 {

  margin-top: 25px
}





.form-control {

  background: rgba(255, 255, 255, 0.1);

  border: none;

  height: 60px;

  border-radius: 5px !important
}



.footer_section form {

  margin-top: 70px;

  margin-bottom: 90px
}



.footer_section .btn {

  margin-top: 30px;

}



.footer_section .btn:hover {

  border: 1px solid #1DCC98 !important;

  color: #1DCC98 !important;

}



.social {

  margin-top: 70px
}



.social li {

  padding: 0px 35px
}



.footer_section {

  background: url(../img/footer.png);

  background-size: cover;

  background-repeat: no-repeat;

  background-position: bottom;

  padding: 100px 0 65px 0
}



.footer_bottom {

  background: #101030;

  padding: 20px 0
}



.footer_bottom p {

  color: #fff;

  margin-bottom: 0
}



.quick {

  margin-top: 135px;

  margin-bottom: 65px;

  display: flex;

  justify-content: end;

}



.quick li {

  padding: 0px 35px;

}



.quick li:last-child {

  padding-right: 19px;

}



.form-control:focus {

  outline: 0;

  box-shadow: none;

}



.about_desc img {

  max-width: 64px;

  width: 100%;

}



.friend_section .about_desc img {

  max-width: 48px;

  width: 100%;

}



.btn_white:hover {

  color: #000;

}



.desc {

  line-height: 1.4;

}



.desc span {

  font-weight: 600;

}

.thank-you-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.thank-you-title {
  font-size: clamp(2.875rem, 1.395rem + 6.316vw, 6.25rem);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-bottom: clamp(0.938rem, 0.526rem + 1.754vw, 1.875rem);
}

.thank-you-message {
  font-size: clamp(1rem, 0.89rem + 0.468vw, 1.25rem);
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: clamp(1.25rem, 0.702rem + 2.339vw, 2.5rem);
}

.thank-you-wrapper svg {
  height: clamp(6.25rem, 4.879rem + 5.848vw, 9.375rem);
  width: clamp(6.25rem, 4.879rem + 5.848vw, 9.375rem);
  margin-bottom: clamp(1.563rem, 0.877rem + 2.924vw, 3.125rem);
}


@media(max-width:767px) {

  .banner .row {

    flex-direction: column-reverse;

  }



  .banner_img {

    margin-bottom: 30px;

  }



  .about_desc img {

    max-width: 34px;

    width: 100%;

  }



  .friend_section .about_desc img {

    width: 28px;

  }

}



/* Home */

.form-control {

  border-radius: 4.8px;

  background: #051A37;

  backdrop-filter: blur(12px);

  -webkit-backdrop-filter: blur(12px);

  color: rgba(255, 255, 255, 0.30);

  font-size: 16px;

  font-weight: 500;

  line-height: 1.8;

}



.title-md {

  font-size: 24px;

}



.banner {

  padding: 0;

  background-size: 100%;

  background-position: top center;

  background-repeat: no-repeat;

}



.banner_content form {

  max-width: 440px;

}



.banner-sec .banner_content {

  padding: 180px 0 150px;

}



#home {

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

}



.awesome-features {

  padding: 120px 0;

  background: rgba(255, 254, 254, 0.03);

  backdrop-filter: blur(5.5px);

  -webkit-backdrop-filter: blur(5.5px);

}



.features-card {

  border-radius: 12px;

  border: 1px solid rgba(255, 254, 254, 0.20);

  padding: 25px 24px;

  text-align: center;

  margin: 10px 5px;

  background: rgba(255, 254, 254, 0.10);

  backdrop-filter: blur(10px);

}



.features-icon img {

  object-fit: contain;

  width: 100%;

  height: 55px;

}



.features-icon {

  max-width: 55px;

  flex: 0 0 55px;

}



.features-icon+h6 {

  margin-top: 15px;

  max-width: 300px;

  flex: 0 0 300px;

}



.features-card h6 {

  font-size: 20px;

  font-weight: 700;

}



.how-process-sec {

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  overflow: hidden;
}



.screenshot-sec {

  padding: 120px 0;

}



.screenshot-sec .img-box {

  padding-left: 0 px;

}



.screenshot-sec .img-box img {

  background: rgba(255, 254, 254, 0.04);

  backdrop-filter: blur(10px);

  -webkit-backdrop-filter: blur(10px);

  height: 574px;

  object-fit: cover;

}



.cms-con p {

  font-size: 16px;

  line-height: 1.5;

}



.screenshot-list {

  max-width: 570px;

  margin-top: 20px;

}



.screenshot-list li {

  display: flex;

  border-radius: 4px;

  border: 1px solid rgba(255, 255, 255, 0.20);

  background: rgba(255, 254, 254, 0.04);

  backdrop-filter: blur(10px);

  -webkit-backdrop-filter: blur(10px);

  padding: 16px 30px;

  align-items: center;

  margin: 30px 0;

}



.screenshot-list .icon-box {

  max-width: 48px;

  max-height: 48px;

  object-fit: contain;

  height: 100%;

  width: 100%;

  text-align: center;

}



.screenshot-list .icon-box+h3 {

  margin-left: 26px;

}







.screenshot-mobile-main {

  width: 340px;

  margin: 0 auto;

}



.screenshot-mobile {

  position: relative;

  display: inline-block;

}



.screenshot-mobile img {

  width: 340px;

  height: 100%;

}



.screenshot-mobile::before {

  background-image: url(../img/mobileframetop.png);

  background-repeat: no-repeat;

  background-position: center 0;

  content: "";

  width: 100%;

  height: 29px;

  position: absolute;

  left: 0;

  top: 2.5%;

  z-index: 9;

  background-size: 100% auto;

}



.play-bt {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: transparent;

  z-index: 9;

}



.play-bt .play-icon {

  border: 2px solid #000;

  border-radius: 50%;

  width: 60px;

  height: 60px;

  border-radius: 50%;

  z-index: 1;

  right: 0;

  top: 0;

  left: 0;

  bottom: 0;

  margin: auto;

  position: absolute;

  color: #fff;

  text-align: center;

  display: flex;

  cursor: pointer;

  font-size: 24px;

  justify-content: center;

  align-items: center;

  background-color: #000;

}



.play-bt .play-icon img {

  width: 30px;

  height: 30px;

  position: absolute;

  left: 5px;

  right: 0;

  margin: auto;

}



.play-bt .play-icon::before {

  content: "";

  position: absolute;

  left: -5px;

  top: -5px;

  right: -5px;

  bottom: -5px;

  background-color: rgb(255 255 255 / 50%);

  opacity: 0.2;

  border-radius: 50%;

  animation: callBlink 3s infinite ease-in-out;

}



@keyframes callBlink {

  from {

    transform: scale(0.5);

    opacity: 0.9;

  }



  to {

    transform: scale(1.6);

    opacity: 0;

  }

}



.mobile-video {

  position: absolute;

  left: 5.5%;

  top: 2.5%;

  right: 5.5%;

  bottom: 2.5%;

  padding: 0;

  list-style: none;

  border-radius: 30px;

  overflow: hidden;

}



.mobile-video video {

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  width: 100%;

  height: 100%;

  max-width: 100%;

  max-height: 100%;

  margin: auto;

  object-fit: cover;

  z-index: 2;

}



.video-language-buuton {

  display: flex;

  align-items: center;

  justify-content: center;

  margin-top: 30px;

}



.video-language-buuton a {

  color: #fff;

  font-size: 18px;

  font-weight: 600;

  text-decoration: underline;

  display: none;

  transition: all 0.4s ease-in-out;

}



.video-language-buuton a:hover {

  color: #cf2f41;

}



.video-language-buuton a.active {

  display: block;

}



.english-video {

  display: none;

}



.mobile_view {

  margin-right: 0;

}



.hero-desc {

  margin: 25px 0;

}



.featured-card-left .features-card h6 {

  padding-right: 20px;

  text-align: right;

}



.featured-card-right .features-card h6 {

  padding-left: 20px;

  text-align: left;

}



.awesome-features .sec-head {

  margin-bottom: 50px;

}



.screenshot-list h3 {

  font-size: 22px;

  line-height: 1.45;

  margin: 0;

}



.how-its-work {

  padding: 65px 0 120px;

  background: rgba(255, 254, 254, 0.03);

  backdrop-filter: blur(5.5px);

  -webkit-backdrop-filter: blur(5.5px);

}







.how-work-card .img-box {

  width: fit-content;

  margin: 0 auto;

}



.how-its-work.work-sec .sec-head {

  margin-bottom: 60px;

}



.how-its-work .how-work-card {

  position: relative;

}



.how-its-work .how-work-card::after {

  position: absolute;

  content: "";

  width: 79%;

  height: 2px;

  background-color: #fff;

  right: -42%;

  top: 21%;

}



.how-its-work .how-work-card:last-child ::after {

  display: none;

}



.how-work-card.text-center.b-card-box::after {

  display: none;

}



.how-work-card .img-box img {

  object-fit: cover;

  height: 110px;

}



.how-work-card .img-box+.content-box {

  margin-top: 30px;

}



.how-work-card .cms-con p {

  font-size: 14px;

  padding: 0 20px;

}



.download-sec {

  padding: 120px 0;

}



.download-inner-sec {

  padding: 0 100px;

  border-radius: 12px;

  background: rgba(255, 254, 254, 0.03);

  backdrop-filter: blur(5.5px);

  -webkit-backdrop-filter: blur(5.5px);

  padding: 46px;

}



.download-sec .img-box img {

  position: absolute;

  top: -40px;

  right: -30px;

}



.download-sec .img-box::before {

  content: '';

  background-image: url(../img/shape-1.png);

  background-size: 177px 177px;

  height: 177px;

  width: 177px;

  display: block;

  position: absolute;

  right: -40px;

  bottom: -15px;

}



.download-sec .img-box::after {

  content: '';

  background-image: url(../img/shape-2.png);

  background-size: 112px 112px;

  height: 112px;

  width: 112px;

  display: block;

  position: absolute;

  right: 20px;

  bottom: -22px;

  z-index: -1;

  filter: blur(5.5px);

}



/* Aftter Harsh */

.banner_content .bordre-gradient {

  position: relative;

  box-sizing: border-box;



  background: #051A37;

  background-clip: padding-box;

  border: solid 1px transparent;

  border-radius: 5px;

  position: relative;

  margin-bottom: 20px;

}



.banner_content .bordre-gradient::before {

  content: "";

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  z-index: -1;

  margin: -1px;

  border-radius: inherit;

  background: linear-gradient(to right, #C1732C, #278951);

}



header .btn {

  line-height: 1.5;

  border-radius: 4px;

}



.btn1 {

  border-radius: 5px;

}



@media(min-width:1920px) {}



/* news-letter-sec */



.news-letter-sec {

  background: rgba(0, 0, 0, 0.10);

  backdrop-filter: blur(5.5px);

  -webkit-backdrop-filter: blur(5.5px);

  padding-top: 45px;

}



.news-letter-sec .newsletter {

  padding: 0;

}



.newsletter .input-group {

  max-width: 503px;

}



.newsletter .form-control {

  border: 1px solid rgba(255, 255, 255, 0.20);

  background: rgba(255, 254, 254, 0.04);

  backdrop-filter: blur(10px);

  -webkit-backdrop-filter: blur(5.5px);

  border-radius: 4px !important;

  -webkit-border-radius: 4px !important;

  -moz-border-radius: 4px !important;

  -ms-border-radius: 4px !important;

  -o-border-radius: 4px !important;

  font-size: 14px;

  height: 50px;

  margin-left: 4px;

  font-weight: 400;

}



.newsletter .form-control::placeholder {

  opacity: 1;

  color: #fff;

}



.input-group .btn {

  min-width: 150px;

}



/* / footer_section / */

.footer_section {

  padding: 50px 0;

  background: rgba(0, 0, 0, 0.10);

  backdrop-filter: blur(5.5px);

  --webkit-backdrop-filter: blur(5.5px);

}



.quick {

  margin: 0;

}



.social {

  margin-bottom: 0;

  margin-top: 0;

}



.social li {

  padding: 0 8px;

}



.social i {

  font-size: 20px;

  transition: all 0.5s ease-in-out;

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;

  -ms-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

}



.footer_bottom {

  background: rgba(0, 0, 0, 0.20);

  backdrop-filter: blur(12px);

  -webkit-backdrop-filter: blur(12px);

}



/* Raj */

.btn-android {

  display: block;

  max-width: 200px;

  margin-top: 30px;

}



.input-group>.form-control:focus {

  color: #fff !important;

}



/* .bordre-gradient:hover

{

  background: rgba(255, 202, 12, 0.1);

  --border-size: 2px;

  --border-angle: 0turn;

  background-image: conic-gradient(from var(--border-angle), #1a1a19, #1a1a19 50%, #C1732C), conic-gradient(from var(--border-angle), transparent 20%, #278951);

  background-size: calc(100% - (var(--border-size) * 2)) calc(100% - (var(--border-size) * 2)), cover;

  background-position: center center;

  background-repeat: no-repeat;

  -webkit-animation: bg-spin 3s linear infinite;

  animation: bg-spin 3s linear infinite;

} */

@-webkit-keyframes bg-spin {

  to {

    --border-angle: 1turn;

  }

}



@keyframes bg-spin {

  to {

    --border-angle: 1turn;

  }

}



.footer_bottom span {

  color: #464646;

}



.hero-desc {

  margin: 25px 0;

}



.hero-desc p {

  font-size: 20px;

  margin: 20px 0;

  position: relative;

  padding-left: 30px;

}



.banner_content .btn.btn-2 {

  background-color: #42D846;

  transition: all .3s;
  padding: 0 24px;
  line-height: 66px;
}



.banner_content .btn.btn-2:hover {

  background-color: #00ABEC;

  color: #fff !important;

}



.hero-desc p:last-child {

  margin-right: 0;

}



.hero-desc p::before {

  position: absolute;

  content: "";

  background-image: url(../img/mark.svg);

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

  left: 0;

  top: 0;

  width: 21px;

  height: 21px;

}



.header-tagline {

  background: #DE3E3E;

  background-size: 200% 200%;

  animation: gradient 15s ease infinite;

  color: #fff;

  padding: 20px 0;

  background: rgb(2, 0, 36);

  background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgba(222, 62, 62, 1) 100%);



}



.header-tagline.text-center {

  position: relative;

  z-index: 1;

}



.header-tagline.text-center:before {

  content: '';

  width: 100%;

  height: 100%;

  position: absolute;

  left: 0;

  top: 0;

  background: rgba(24, 42, 87, 0.65);

  z-index: -1;

}



.header-tagline {

  font-weight: 600;

  color: #fff;

}



@keyframes gradient {

  0% {

    background-position: 0% 50%;

  }



  50% {

    background-position: 100% 50%;

  }



  100% {

    background-position: 0% 50%;

  }

}



.marquee-main {

  overflow: hidden;

}



.marquee-main .item {

  min-width: 600px;

  white-space: nowrap
}



.marquee-inner {

  display: flex;

}



.marquee-animate {

  display: flex;

  width: 100000px;

  margin-left: 0;

  animation: 55s linear 0s infinite normal none running myMarquee;

  animation-direction: reverse;

}



@keyframes myMarquee {

  100% {

    margin-left: 0px;

  }

}





@media(max-width:767px) {

  .hero-desc p {

    font-size: 16px;

    margin: 10px 0;

  }

}



.whatsapp-img {

  background: linear-gradient(to bottom right, #49c559, #49c559);

  padding: 13px;

  border-radius: 50%;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;

  transition: all 0.3s ease-in-out;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -ms-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

}



.whatsapp-img:hover {

  box-shadow: 0 2px 7px rgba(73, 197, 89, 0.5);

}



.whatsapp-img img {

  max-width: 25px;

}



.sticky-whatsapp-icon {

  position: fixed;

  bottom: 30px;

  right: 18px;

  z-index: 50;

}



.sticky-whatsapp-icon .whatsapp-img {

  display: block;

  z-index: 50;

}



.sticky-whatsapp-icon img {

  max-width: 30px;

}



/* ------ cms-con ------ */



.cms-sec {

  padding: 80px 0;

  ;

}



.cms-com.con {

  display: inline-block;

  width: 100%;

  clear: both;

  color: #fff
}



.cms-com.con p {

  display: block;

  margin-bottom: 20px;

  line-height: 1.4rem;

  font-weight: 500;

  font-size: 16px;

}



.cms-com.con p:last-child {

  margin-bottom: 0;

}



.cms-com.con p a {

  text-transform: initial
}



.cms-com.con ul {

  list-style: none;

  margin-top: 15px;

  margin-bottom: 30px;

  display: flex;

  flex-wrap: wrap
}



.cms-com.con ul li {

  display: block;

  width: 100%;

  font-size: 16px;

  font-weight: 500;

  line-height: 1.4;

  padding-left: 20px;

  margin-bottom: 6px;

  position: relative
}



.cms-com.con ul li:before {

  content: "";

  width: 10px;

  height: 10px;

  position: absolute;

  left: 0;

  border-radius: 50%;

  top: 5px;

  background: #fff;

}



.cms-com.con ul li:last-child {

  margin-bottom: 0
}



.cms-com.con ul li ul {

  margin-bottom: 0
}



.cms-com.con ul li ul li {

  padding-left: 16px
}



.cms-com.con ul li ul li:before {

  width: .8rem;

  height: 2px;

  top: 10px
}



.cms-com.con ul.half li {

  width: 50%;

  display: inline-block
}



.cms-com.con h1 {

  font-size: 40px;

  line-height: 1;

  font-weight: 700;

  display: block;

  margin-top: 36px;

  margin-bottom: 25px;

  position: relative
}



.cms-com.con h2 {

  font-size: 37px;

  line-height: 1;

  font-weight: 700;

  display: block;

  margin-top: 36px;

  margin-bottom: 25px;

  position: relative
}



.cms-com.con h3 {

  font-size: 32px;

  line-height: 1;

  font-weight: 700;

  display: block;

  margin-top: 36px;

  margin-bottom: 25px;

  position: relative
}



.cms-com.con h4 {

  font-size: 30px;

  line-height: 1;

  font-weight: 700;

  display: block;

  margin-top: 36px;

  margin-bottom: 25px;

  position: relative
}



.cms-com.con h5 {

  font-size: 24px;

  line-height: 1;

  font-weight: 700;

  display: block;

  margin-top: 36px;

  margin-bottom: 25px;

  position: relative
}



.cms-com.con h6 {

  font-size: 20px;

  line-height: 1;

  font-weight: 700;

  display: block;

  margin-top: 36px;

  margin-bottom: 25px;

  position: relative
}



.cms-com.con iframe {

  width: 100%;

  height: 500px
}



.cms-com.con .alignleft {

  float: left;

  width: auto;

  max-width: 50%;

  margin: 0 30px 30px 0;

}



.cms-com.con .alignright {

  float: right;

  width: auto;

  max-width: 50%;

  margin: 0 0 30px 30px;

}



.cms-com.con .aligncenter {

  width: auto;

  max-width: 100%;

  margin: 50px auto 30px;

  text-align: center;

  display: block;

}



.cms-com.con .aligncenter.mb-100 {

  margin-bottom: 100px
}



.cms-com.con .aligncenter img {

  margin: auto
}



.cms-com.con hr {

  background: var(--tan-4);

  height: 4px;

  opacity: 1;

  margin: 30px 0;

  border: none
}



.cms-com.con ol {

  padding: 0;

  display: flex;

  flex-wrap: wrap;

  counter-reset: cmscon-counter;

  list-style-type: none;

  margin-bottom: 30px
}



.cms-com.con ol li {

  position: relative;

  font-size: 16px;

  font-weight: 500;

  line-height: 1.2;

  list-style: none;

  margin-bottom: 15px;

  padding-left: 0;

  width: 100%;

  display: block;

}



.cms-com.con ol li:last-child {

  margin-bottom: 0
}



.cms-com.con ol li:before {

  counter-increment: cmscon-counter;

  content: "" counter(cmscon-counter) ".";

  line-height: 1.4
}



.cms-com.con ol li ul {

  margin-top: 30px;

  margin-left: 15px
}



.cms-com.con ol li ul li {

  padding-left: 24px;

  position: relative
}



.cms-com.con ol li ul li:before {

  counter-increment: none;

  content: no-close-quote
}



.cms-com.con p b,

.cms-com.con p strong {

  margin-bottom: 0;

  font-size: 16px;

  font-weight: 700;

  display: inline-block;

  margin-bottom: 0;

}



.cms-com.con a {

  transition: color .4s ease-in-out;

  color: var(--tan-4);

}



.cms-com.con a:hover {

  color: var(--tan-4);

}



.cms-com.con p a {

  transition: color .4s ease-in-out;

  color: var(--tan-4);

  font-weight: 300
}



.cms-com.con p a:hover {

  color: var(--black);

}







.banner-btn-g .btn-tel.btn {

  width: fit-content;

  margin-top: 10px;

  background-color: #fff;

  font-size: 18px;

  font-weight: 400;

  color: #000 !important;

  transition: all .3s;

}

.banner-btn-g .btn-tel img {

  max-width: 40px;

  object-fit: cover;

  margin-right: 10px;

}

.banner-btn-g .btn-tel.btn:hover {

  background-color: #00ABEC;

  color: #fff !important;

}

.btn-check:focus+.btn,
.btn:focus {

  box-shadow: none;

}



.a-btn {

  margin-top: 15px;

  display: block;

  transition: all .3s;



}

.a-btn:hover {

  opacity: 0.8;

}







/* delted-your-account */

.delete-con {
  padding: 80px 0;
}

.delete-con h1 {
  font-size: 42px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.delete-con h4 {
  font-size: 25px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}

.delete-con p,
.delete-con p a {
  color: #fff;
}

.delete-con p a {
  color: #007bff;
  transition: all .3s;
}

.delete-con p a:hover {
  color: #fff;
}

.delete-con ol {

  list-style-type: none;

  counter-reset: li;

  padding-left: 20px;

}

.delete-con li:before {

  counter-increment: li;

  content: counter(step-counter)'.';

  color: #fff;

  margin-right: 0.25em;

}

.delete-banner img {
  max-width: 200px;
  object-fit: cover;
  margin-right: 10px;
}

.delete-banner {
  margin-top: 30px;
}

.delete-con ol li {
  list-style: none;
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  counter-increment: step-counter;
}

.h-a-d {
  max-width: 200px;
}

@media screen and (max-width: 992px) {

  .delete-con {

    padding: 70px 0;

  }

  .delete-banner img {
    max-width: 160px;
  }

}



@media screen and (max-width: 767px) {

  .delete-con h1 {
    font-size: 32px;
  }

  .delete-con {

    padding: 60px 0;

  }

  .delete-banner {
    flex-wrap: wrap;
  }

  .delete-banner img {
    margin-bottom: 20px;
    max-width: 145px;
  }

}

@media screen and (max-width: 568px) {

  .delete-con {

    padding: 45px 0;

  }

  .delete-con h1 {
    font-size: 30px;
  }

  .delete-con p {
    font-size: 14px;
  }

  .delete-con h4 {
    font-size: 20px;
  }

  .delete-banner img {
    max-width: 150px;
  }

  .h-a-d {
    max-width: 180px;
  }

}





/*lp-new*/







/* new-page */



.lp-d-app {

  margin-left: auto;

}



.hero-details-sec {

  padding-top: 100px;
  padding-bottom: 40px;
}



.details-btn-g {

  padding-top: 50px;

}



.btn-s {

  max-width: 160px;

  object-fit: cover;

}



.btn-p-d {

  max-width: 195px;

  margin: 0 auto;

  display: block;

}



.details-btn-p {

  padding-top: 50px;

}



.title-d {

  font-size: 22px;

  font-weight: 700;

  line-height: 1.3;

  text-align: center;

  display: block;

}



.title-d span {

  font-weight: 400;

  display: block;

}



.hero-details-con {

  padding-top: 50px;

}



.lp-logo {

  max-width: 150px;

  margin: 0 auto;

}



.lp-footer-sec {

  padding-top: 50px;

}



.f-lp-con {

  font-size: 18px;

  font-weight: 500;

  line-height: 1.2;

  text-align: center;

  display: block;

  margin-top: 20px;

}



.h-title-lp {

  margin-top: 5px;

  font-size: 25px;

  font-weight: 800;

  line-height: 1.2;

  text-align: center;

  color: #00ABEC;

  display: block;

}



.lp-footer-sec {

  padding-bottom: 20px;

}

.address-con {
  padding-top: 50px;

}

.address-con,
.address-con p,
.address-con p a {
  line-height: 1.2;
  font-size: 20px;
  font-weight: 600;
}


.form-popup .modal-dialog {
  max-width: 800px;
}

.form-popup .form-group:last-child {
  margin-bottom: 15px;
}

.form-popup .modal-dialog {
  min-height: calc(100vh - 60px);
  margin: 30px auto;
}

.form-popup {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 15px !important;
}

.form-popup .modal-dialog {
  align-items: center;
  display: flex;
}

.btn-close {
  position: absolute;
  right: 0;
  padding: 20px;
}

.modal-body .title {
  font-size: 25px;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
}

.form-popup .modal-dialog {
  max-width: 500px;
}

.modal {
  z-index: 9999;
}

.wpcf7-response-output {
  color: #000;
}

.error-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  flex-direction: column;
}

.error-title {
  font-size: clamp(4.375rem, 2.182rem + 9.357vw, 9.375rem);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-bottom: clamp(0.938rem, 0.526rem + 1.754vw, 1.875rem);
}

.error-message {
  font-size: clamp(1rem, 0.89rem + 0.468vw, 1.25rem);
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: clamp(1.25rem, 0.702rem + 2.339vw, 2.5rem);
}

.btn-close:focus {
  box-shadow: none;
}

.get-id-btn a {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: #29a71a;
}

.get-id-btn a img {
  display: block;
  margin: 0 auto;
}

.h-w-btn {
  background: #2aa71c;
  width: 50px;
  display: flex;
  height: 50px;
  padding: 10px;
  justify-content: center;
  border-radius: 100%;
}

.btn-s.dg-lead-button{
  border: 0;
  background: transparent;
  padding: 0;
}

@media screen and (max-width: 1600px) {}



@media screen and (max-width: 1460px) {}



@media screen and (max-width: 1348px) {}



@media screen and (max-width: 1299px) {

  .hero-details-sec {

    padding-top: 50px;

  }

}



@media screen and (max-width: 1199px) {}



@media screen and (max-width: 1023px) {}



@media screen and (max-width: 992px) {}



@media screen and (max-width: 767px) {

  .lp-btn-nav {

    max-width: 200px;

  }



  .details-box {

    margin-bottom: 20px;

  }



  .hero-details-sec {

    padding-top: 60px;

  }



  .title-d {

    font-size: 19px;

  }



  .details-img {

    margin-bottom: 20px;

  }

  .header-lp .navbar {

    background: transparent;

  }

  .header-lp nav.navbar.navbar-expand-md.main-navigation.sticky {

    background-color: #141420;

  }

  .lp-wrapper {

    background-image: url(../img/banner-img-lp.png);

  }

  .quick li {
    font-size: 14px;
    margin-bottom: 0;
  }

  .address-con {
    padding-top: 35px;
  }

  .banner_content .btn.btn-2 {
    font-size: 15px;
  }
}



@media screen and (max-width: 568px) {

  .navbar-collapse {

    padding: 0 !important;

    margin: 0 !important;

  }

  .web-footer .row {
    justify-content: center !important;
  }

  .web-footer .img-box {
    margin-bottom: 25px;
    display: block;
  }

  .address-con {
    padding-top: 20px;
  }

  .address-con,
  .address-con p,
  .address-con p a {
    font-size: 14px;
  }

  .footer_section .list-unstyled.quick.mb {
    justify-content: center;
  }

  .banner_content .btn.btn-2 {
    line-height: 60px !important;
  }

  .screenshot-sec:after {
    display: none;
  }

  .page-id-32 .details-box {
    margin-bottom: 0;
  }
}



@media screen and (max-width: 390px) {

  .lp-btn-nav {

    max-width: 130px;

  }

}


@media screen and (max-width: 365px) {

  .h-a-d {
    max-width: 150px;
  }

  .banner_content .btn.btn-2 {
    line-height: 50px !important;
  }
}