body {
  /* font-family: "Poppins", sans-serif; */
  /* font-family: "Fontfabric", sans-serif; */
  color: #040000;
  background-color: #ffffff;
  position: relative;
}


@font-face {
  font-family: 'Fontfabric';
  font-weight: normal;
  src: url('../fonts/MontFamily/Fontfabric-MontRegular.otf');
}

@font-face {
  font-family: 'Fontfabric';
  font-weight: bold;
  src: url('../fonts/MontFamily/Fontfabric-MontBold.otf');
}
@font-face {
  font-family: 'Fontfabric';
  font-weight: 400;
  src: url('../fonts/MontFamily/Fontfabric-MontSemiBold.otf');
}


/*
@font-face {
  font-family: 'Fontfabric';
  font-weight: normal;
  src: url('../fonts/Gothamfont/GothamBoldItalic.otf');
}

@font-face {
  font-family: 'Fontfabric';
  font-weight: bold;
  src: url('../fonts/Gothamfont/GothamBoldItalic.otf');
}

@font-face {
  font-family: 'Fontfabric';
  font-weight: 400;
  src: url('../fonts/Gothamfont/GothamBoldItalic.ttf');
}
*/


.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #fff;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(240, 88, 39, 1);
  z-index: 999999999;
}
.preloader > span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  animation: move 0.6s ease infinite alternate;
}

@keyframes spin {
  0% {
    transform: rotateX(-15deg) rotateY(0deg);
  }
  100% {
    transform: rotateX(-15deg) rotateY(180deg);
  }
}
@keyframes move {
  0% {
    transform: translateY(0) scaleY(0.9);
  }
  100% {
    transform: translateY(-100px) scaleY(1.1);
  }
}
.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.heading_container h2 {
  font-weight: bold;
  text-transform: uppercase;
}

/*header section*/
.hero_area {
  min-height: 88vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* background-image: url("../images/bbs.png"); */
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  background-color: rgba(240, 88, 39, 1);
  background-size: cover;
}

.sub_page .hero_area {
  height: auto;
  background-size: cover;
  background-position: center;
}

.sub_page .teacher_section {
  margin: 75px 0;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav {
  width: 95%;
  margin-right: auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 0px 25px;
  color: #fefeff;
  text-align: center;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link img {
  width: 22px;
  margin-right: 15px;
}

.custom_menu-btn {
  z-index: 9;
  position: absolute;
  right: 0;
  top: 14px;
}

.custom_menu-btn button {
  margin-top: 10px;
  outline: none;
  border: none;
  background-color: transparent;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 12.5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.colourwhizmo{
	background-image: linear-gradient(
45deg, #f15625, #f15625);
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}



.custom_menu-btn button span {
  display: block;
  width: 35px;
  height: 3.5px;
  background-color: #ffffff;
  margin: 3px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
}

.custom_menu-btn .s-2 {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.menu_btn-style {
  position: fixed;
  right: 15px;
  top: 14px;
}

.menu_btn-style button .s-1 {
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
}

.menu_btn-style button .s-2 {
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}

.menu_btn-style button .s-3 {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
  transform: rotate(-45deg) translate(6px, -6px);
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(246, 118, 86, 0.98);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 60px;
}

.overlay a {
  padding: 0px;
  text-decoration: none;
  font-size: 22px;
  color: #f1f1f1;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  margin: 5px 0;
}

.overlay a:hover,
.overlay a.active {
  color: #ca2303;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.menu_width {
  width: 100%;
}

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

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 18px;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  margin: 0 40px 0 15px;
  background-position: center;
}

.navbar-brand span {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: -5px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  padding-top: 45px;
}

.slider_section #carouselExampleIndicators {
  width: 100%;
}

.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section .detail-box {
  margin-bottom: 45px;
  text-align: right;
}

.slider_section .detail-box h2 {
  text-transform: uppercase;
}

.slider_section .detail-box h1 {
  font-size: 3rem;
  font-weight: bold;
  color: #ffd291;
  text-transform: uppercase;
}

.slider_section .detail-box p {
  margin-top: 15px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 5px;
  text-transform: uppercase;
  margin-top: 20px;
}

.slider_section .detail-box a:hover {
  background-color: #ffffff;
  color: #000000;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
  background-color: #fa945c;
  border-radius: 5px;
}

.slider_section .carousel-control-prev {
  left: 25px;
  background-image: url(../images/prev-black.png);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ffffff;
}

.slider_section .carousel-control-next {
  right: 25px;
  background-image: url(../images/next.png);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f15e42;
}

.slider_section .number_box {
  width: 50px;
  position: absolute;
  left: 25px;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fa945c;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider_section .number_box hr {
  border: none;
  width: 1px;
  height: 200px;
  background-color: #fa945c;
  margin: 2rem 0;
}

/* end slider section */
.about_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.about_section .box .img-box {
  margin: 55px 0;
}

.about_section .box .img-box img {
  max-width: 100%;
}

.about_section .box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about_section .box .btn-box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #f15e42;
  border: 1px solid #f15e42;
  border-radius: 5px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 15px;
}

.about_section .box .btn-box a:hover {
  background-color: transparent;
  color: #f15e42;
}

.teacher_section {
  background-image: url(../images/teacher-bg.png);
  background-size: 100% 100%;
  padding: 125px 0;
  color: #ffffff;
}

.teacher_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin-top: 20px;
}

.teacher_section .box .img-box img {
  width: 100%;
  border-radius: 100%;
}

.teacher_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.teacher_section .btn-box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 5px;
  text-transform: uppercase;
}

.teacher_section .btn-box a:hover {
  background-color: #ffffff;
  color: #000000;
}

.client_section .heading_container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.client_section .heading_container h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-top: 55px;
}

.client_section .box .img_container {
  width: 275px;
  height: 275px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f24828;
}

.client_section .box .img_container .img-box {
  width: 215px;
  height: 215px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  margin-right: -1px;
}

.client_section .box .img_container .img-box .img_box-inner {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin-right: 10px;
}

.client_section .box .img_container .img-box .img_box-inner img {
  width: 100%;
}

.client_section .box .detail-box {
  margin-top: 25px;
}

.client_section .box .detail-box h5 {
  font-size: 16px;
  font-weight: 600;
}

.client_section .box .detail-box h6 {
  font-size: 15px;
  color: #999998;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  opacity: 1;
  width: auto;
  margin: 0 5px;
}

.client_section .carousel-control-prev {
  left: 30%;
}

.client_section .carousel-control-next {
  right: 30%;
}

.client_section .carousel-control-prev-icon,
.client_section .carousel-control-next-icon {
  width: 50px;
  height: 50px;
  opacity: 1;
  border-radius: 100%;
  background-size: 10px;
  background-color: #f15e42;
}

.client_section .carousel-control-prev-icon:hover,
.client_section .carousel-control-next-icon:hover {
  background-color: #fa945c;
}

.client_section .carousel-control-prev-icon {
  background-image: url(../images/prev.png);
}

.client_section .carousel-control-next-icon {
  background-image: url(../images/next.png);
}

.footer_bg {
  background-image: url(../images/footer-bg.png);
  background-size: cover;
  background-position: top;
  padding-top: 125px;
}

.contact_section {
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_section h2 {
  margin-bottom: 45px;
  font-weight: bold;
}

.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  border-radius: 5px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #fef2ec;
  outline: none;
  color: #101010;
}

.contact_section input::-webkit-input-placeholder {
  color: #131313;
}

.contact_section input:-ms-input-placeholder {
  color: #131313;
}

.contact_section input::-ms-input-placeholder {
  color: #131313;
}

.contact_section input::placeholder {
  color: #131313;
}

.contact_section input.message-box {
  height: 145px;
}

.contact_section button {
  outline: none;
  display: inline-block;
  padding: 10px 65px;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 5px;
  text-transform: uppercase;
  margin: auto;
}

.contact_section button:hover {
  background-color: #ffffff;
  color: #000000;
}

.info_section {
  color: #ffffff;
}

.info_section h4 {
  margin-bottom: 20px;
}

.info_form input {
  width: 100%;
  border: none;
  height: 45px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #eaeaea;
  outline: none;
  color: #101010;
}

.info_form button {
  padding: 7px 35px;
  outline: none;
  border: none;
  border-radius: 5px;
  background-color: #d83415;
  color: #fff;
  text-transform: uppercase;
}

.info_social .social_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_social .social_container a {
  margin: 0 5px;
}

.info_social .social_container a img {
  width: 35px;
}

.info_contact > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info_contact > div img {
  width: 20px;
  height: auto;
  margin-right: 12px;
}

/* footer section*/
.footer_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer_section .img-box img {
  max-width: 100%;
}

.footer_section p {
  border-top: 1px solid #ffffff;
  padding: 20px 0;
  margin: 0;
  text-align: center;
  color: #ffffff;
}

.footer_section a {
  color: #ffffff;
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */

/* Custom ===================================== */
/* 
@font-face {
  font-family: Fontfabric;
  src: url("../fonts/Cassannet_Plus/cassannet_plus_regular-webfont.ttf");
} */

#whizmologo {
  position: relative;
  width: 268.671px;
  height: 53px;
  left: 0px;
  top: 0px;
  overflow: visible;
}
.Ellipse_4 {
  position: absolute;
  overflow: visible;
  width: 60px;
  height: 60px;
  left: 0px;
  top: 0px;
}
#Ellipse_4 {
  fill: rgba(255, 255, 255, 1);
}
.Path_8 {
  overflow: visible;
  position: absolute;
  width: 43.209px;
  height: 25.288px;
  left: 7.396px;
  top: 17.854px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#Path_8 {
  fill: rgba(240, 88, 39, 1);
}
.Path_9 {
  overflow: visible;
  position: absolute;
  width: 143.472px;
  height: 35.739px;
  left: 73.199px;
  top: 7.869px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#Path_9 {
  fill: rgba(255, 255, 255, 1);
}
.navbar-light .navbar-nav .nav-link {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0.5px;
  padding: 8px 6px;
  margin: 0 10px;
  transition: 0.2s all ease-in-out;
  border-bottom: 2px solid transparent;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
}
.navbar-collapse.show {
  padding: 20px 0;
}
.botom-brd {
  width: 62px;
  height: 5px;
  display: inline-block;
  margin: auto !important;
  border-bottom: 2px solid #fff;
  margin-top: -10px;
  opacity: 0;
  transition: 0.2s all ease-in-out;
}
.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #fff;
}
.navbar-light .navbar-nav .nav-item.active .nav-link .botom-brd {
  opacity: 1;

  /* border-bottom: 2px solid #fff; */
}
.navbar-light .navbar-nav .nav-item:hover .nav-link .botom-brd {
  opacity: 1;
}
.navbar-light .navbar-nav .nav-item:hover .nav-link {
  color: #fff;
  /* border-bottom: 2px solid #fff; */
}
#Request_for_a_demo {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: rgba(195, 61, 21, 1);
  background-color: #fff;
  display: inline-flex;
  border: 0;
  padding: 0 20px;
  border-radius: 9px;
  height: 43px;
  align-items: center;
  justify-content: center;
}
#Meet_Whizmo {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 80px;
  color: rgba(255, 255, 255, 1);
}
#Mobile_Money_Made_Useful {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.btn-req {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  height: 72px;
  min-width: 260px;
  background-color: #fff;
  border: 0;
  border-radius: 12px;
}
.video-btn {
  margin-top: 50px;
}
#Icon_feather-play-circle {
  position: relative;
  width: 81px;
  height: 81px;
  margin-bottom: 5px;
}
.Path_50 {
  overflow: visible;
  position: absolute;
  width: 75px;
  height: 75px;
  left: 0px;
  top: 0px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#Path_50 {
  fill: transparent;
  stroke: rgba(255, 255, 255, 1);
  stroke-width: 3px;
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}

.Path_51 {
  overflow: visible;
  position: absolute;
  width: 23.3px;
  height: 30.4px;
  left: 31.4px;
  top: 24.3px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#Path_51 {
  fill: transparent;
  stroke: rgba(255, 255, 255, 1);
  stroke-width: 3px;
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}
#play_intro {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0.5px;
  margin-left: 2px;
}

#Be_WHIZ_MOney_Wise {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: lighter;
  font-size: 55px;
  color: rgba(0, 0, 0, 1);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
#SAFE__SECURE {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: 200;
  font-size: 25px;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0.5px;
  margin-top: 15px;
}
.circle {
  background-color: rgba(240, 88, 39, 1);
  width: 800px;
  height: 800px;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  right: -35%;
  transform: translateX(-14%);
}
.circle-mm {
  max-width: 300px !important;
  transform: translateX(13px);
  position: relative;
  z-index: 5;
}
.selc-cir {
  text-align: center;
  position: relative;
}
.align-right-pos {
  position: absolute;
  right: 0;
  bottom: -16px;
}
.selc-cir::after {
  content: "";
  background-color: rgba(38,38,38,1);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -56px;
}

.svg-cu {
  min-height: 591px;
  margin-right: -20% !important;
}

#WHY_WHIZMO {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 55px;
  color: rgba(0, 0, 0, 1);
}
#Whizmo_provides_innovative_tec {
  line-height: 35px;
  text-align: justify;
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  color: rgba(0, 0, 0, 1);
  letter-spacing: 0.5px;
}
.know-btn {
  height: 60px;
  border: 0;
  font-size: 15px;
  width: 220px;
  background-color: rgba(240, 88, 39, 1);
  color: #fff;
  border-radius: 10px;
  margin-top: 30px;
}
.app-img {
  background-image: url("../images/Bg-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.552);
}
#WHIZMO_is_available_for_all_de {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 45px;
  color: rgba(255, 255, 255, 1);
}
#sApp_is_available_for_all_devi {
  text-align: center;
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  max-width: 1000px;
  margin: auto;
}
#_Available_on_iPhone_iPad_and_ {
  text-align: center;
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  color: rgba(255, 255, 255, 1);
  margin-top: 20px;
}
.Path_10 {
  overflow: visible;
  position: absolute;
  width: 80%;
  height: 700px;
  left: -500px;
  top: -180px;
  right: auto;
}
#Path_10 {
  fill: rgba(240, 88, 39, 1);
}
.phone-abs {
  max-width: 350px;
  z-index: 50;
  position: relative;
}
.merchant {
  overflow: hidden;
}
.merchant .selc-cir::after {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  position: absolute;
  left: 67%;
  transform: translateX(-50%);
  bottom: -83px;
  animation: colSe 2s ease-in-out  infinite ;

}
.merchant .selc-cir::before {
  content: "";
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: rgb(240, 88, 39);

  position: absolute;
  left: 67%;
  transform: translateX(-50%);
  bottom: -83px;
  animation: scaleSe 2s ease-in-out  infinite ;
}
@keyframes scaleSe {
  0% {
    width: 450px;
    height: 450px;
  }
  100% {
    width: 550px;
    height: 550px;
    opacity: 0;
  background-color: rgb(240, 88, 39);

  }
}
@keyframes colSe {
  0% {
  background-color: rgb(240, 88, 39);
   
  }
  50% {
   

  }
}
.merchant .align-right-pos {
  bottom: -59%;
}
#FEATURES {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 49px;
  color: rgba(0, 0, 0, 1);
}
.w-55 {
  width: 55px;
  height: 55px;
}
#SEND_MONEY {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  color: rgba(0, 0, 0, 1);
  letter-spacing: 0.5px;
  margin-top: 10px;
}

#Are_you_a_merchant {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 45px;
  color: rgba(240, 88, 39, 1);
}
#Do_you_own_a_business_and_inte {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  color: rgba(0, 0, 0, 1);
  font-style: italic;
}
.subscribe-div {
  background-color: rgba(38, 38, 38, 1);
}
#Subscribe_to_get_updates {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 45px;
  color: rgba(255, 255, 255, 1);
}
#By_subscribing_you_will_get_ne {
  text-align: center;
  font-family: Fontfabric;
  font-style: normal;
  font-weight: lighter;
  font-size: 17px;
  color: rgba(255, 255, 255, 1);
}
.email-sub {
  height: 83px;
  padding: 10px;
  max-width: 500px;
  text-align: center;
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  border: 0;
  background-color: #fff;
}
.email-sub:focus {
  outline: 0;
  box-shadow: none;
}
.subscribe {
  height: 84px;
  max-width: 85px;
  width: 100%;
  border: 0;
  padding: 10px;
  text-align: center;
  background-color: rgba(240, 88, 39, 1);
  color: #fff;
}
.stay {
  background-color: rgba(240, 88, 39, 1);
  background-image: url("../images/3746.png");
  background-size: 53%;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-blend-mode: difference;
  color: #fff;
}
#Stay_Tuned {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 53px;
}
#Lorem_ipsum_dolor_sit_amet_con_ep {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
}
.selc-icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  background-color: rgba(240, 88, 39, 1);
  color: #fff;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 20px;
  margin-top: 5px;
}

.Abu_Dhabi_Global_Market_Author {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.5px;
}
.contact-f input,
.contact-f textarea {
  max-width: 100%;
  padding: 20px;
  box-shadow: 3px 3px 19px #9c9c9c9e;
  text-align: left;
}
.contact-f input::placeholder,
.contact-f textarea::placeholder {
  color: rgb(181, 181, 181);
}
.send-btn {
  border: 0;
  text-align: center;
  border-radius: 8px;
  background-color: rgba(38, 38, 38, 1);
  padding: 15px;
  width: 100%;
  box-shadow: 3px 3px 19px #9c9c9c4a;
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
}


#whizmologo_dj {
  width: 70.019px;
  height: 45.121px;
}
.Path_11 {
  overflow: visible;
  position: absolute;
  width: 55.019px;
  height: 45.122px;

  transform: matrix(1, 0, 0, 1, 0, 0);
}
#Path_11 {
  fill: rgba(240, 88, 39, 1);
}
#WHIZMO {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
}

#Lorem_ipsum_dolor_sit_amet_con {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  color: rgba(0, 0, 0, 1);
}
.Icon_metro-youtube {
  width: 30.849px;
  height: 30.848px;
}
#Icon_metro-youtube {
  fill: rgba(0, 0, 0, 1);
}
.social-icons {
  font-size: 33px;
  vertical-align: middle;
}
#Useful_Links {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 1);
}
.Home_About_Merchants_Contact {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: rgba(0, 0, 0, 1) !important;
}
.footer-fin {
  text-align: left;
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: rgba(0, 0, 0, 1);
}
.footer-fin a {
  color: rgba(0, 0, 0, 1) !important;
}
.hand-w {
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.326);
}
.hand-ab {
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.552);
}
.hand-vision {
  background-image: url("../images/beautiful-skyline-dubai-surrou.png");
  min-height: 480px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.hand-cr {

  box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 33%);
}
.hand-ww {
  background-image: url("../images/dash.png");
  min-height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.552);
}
.Path_52 {
  width: 110.614px;
  height: 71.281px;
}
#Path_52 {
  fill: rgba(240, 88, 39, 1);
}
#WHIZMO_partners_for_merchants {
  margin-top: 20px;
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0.5px;
}



#Stay_on_top_of_your_business_f {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0.5px;
}
.card-blue-grd {
  background-color: #f15625;
}
.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  display: none;
}
.navbar-toggler {
  border: 0;
}
.navbar-toggler:focus {
  border: 0;
  box-shadow: 0;
  outline: none;
}
.hero_area {
  min-height: 636px;
}

/* animation  */

.btn-req,
#Request_for_a_demo,
.wh-hvr #SAFE__SECURE,
.know-btn,
.svg-hvr #SEND_MONEY,
.svg-hvr .w-55,
.subscribe,
.send-btn,
footer a {
  transition: 0.2s all ease-in-out;
}
#Request_for_a_demo:hover,
.know-btn:hover {
  background-color: #f68e4d;
  color: #fff;
}
.btn-req:hover {
  background-color: #964026;
  color: #fff;
}
.wh-hvr:hover #SAFE__SECURE,
footer a:hover {
  color: #f68e4d !important;
}
.svg-hvr:hover #SEND_MONEY {
  font-weight: bold;
}
.svg-hvr:hover .w-55 {
  transform: scale(1.1);
}
.subscribe:hover {
  background-color: rgb(180 19 12);
}
.send-btn:hover {
  background-color: rgb(0 0 0);
}
#Be_WHIZ_MOney_Wise {
  animation: colorChg 0.5s alternate-reverse infinite linear;
}
@keyframes colorChg {
  0% {
  }
  50% {
  }
  100% {
  }
}
.anim-log {
  display: inline-block;
  width: 196px;
  height: 59px;
  background-color: transparent;
  overflow: hidden;
  margin-left: 61px;
}
.Path_9 {
  overflow: visible;
  position: absolute;
  width: 143.472px;
  height: 35.739px;
  left: 0;
  top: 7.869px;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#whizmologo:hover .anim-log .Path_9 {
  animation: animLog 2s alternate infinite ease-in-out;
}
/* .preloader .anim-log .Path_9 { */
  /* animation: animLog 2s alternate infinite ease-in-out;  */
/* } */
@keyframes animLog {
  0% {
    left: 0;
  }
  20% {
    left: 0;
  }

  60% {
    left: 0;
  }
  90% {
    left: -144px;
  }

  100% {
    left: -144px;
    /* transform: scale(0.9); */
  }
}
.redd-an:hover {
  animation: redWColor alternate 1s infinite ease-in-out;
  animation-delay: 1s;
}
#Be_WHIZ_MOney_Wise:hover .blk-color {
  animation: BlackWColor alternate 1s infinite ease-in-out;
}
@keyframes redWColor {
  0% {
  }
  50% {
    color: rgba(240, 88, 39, 1);
  }
}
@keyframes BlackWColor {
  0% {
  }
  50% {
    color: rgba(0, 0, 0, 1);
  }
}
@keyframes grow {
  0% {
  }
  50% {
    transform: scale(1.1);
  }
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -3%;
  top: -2%;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.video-btn:hover .video-play-button:before {
  background: #fcb300;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button {
  position: relative;
}
@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.dropdown-toggle.lang::after {
  display: none;
}
.navbar-light .navbar-nav .nav-link.lang {
  flex-direction: row;
  align-items: center;
}
.navbar-light .navbar-nav .nav-link.lang i {
  vertical-align: middle;
  margin-left: 5px;
}
.flag-icon {
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
  width: 62px;
  height: 62px;
}
.align-video {
  text-align: center;
}

#Transfer_money_for_other_WHIZM {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: rgba(0, 0, 0, 1);
  max-width: 245px;
  text-align: justify;
}
#SEND_MONEY span {
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
}

#CAREER {
  text-align: center;
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0.5px;
}

#Why_Join_Whizmo {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  color: rgba(0, 0, 0, 1);
  letter-spacing: 0.5px;
}
.subwizmo {
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  color: rgba(240, 88, 39, 1);
}
#Whizmo_aims_to_lead_the_cashle {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  color: rgba(0, 0, 0, 1);
  letter-spacing: 0.5px;
}
#SEE_OUR_AVAILABLE_POSITIONS {
  text-align: center;
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 27px;
  color: rgba(0, 0, 0, 1);
  letter-spacing: 0.5px;
}

.Rectangle_47 {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  height: 170px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  transition: 0.2s all ease-in-out;
  background-color: #efefef;
}
#Operations_kk {
  text-align: left;
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  transition: 0.2s all ease-in-out;
  color: rgba(0, 0, 0, 1);
}

#CLIENT_CARE_EXECUTIVE {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
  transition: 0.2s all ease-in-out;
}
#Lorem_ipsum_dolor_sit_amet_con_kd {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  transition: 0.2s all ease-in-out;
}
#Lorem_ipsum_dolor_sit_amet_con_kd {
  height: 0;
  overflow: hidden;
  color: #fff;
  transition: 0.2s all ease-in-out;
}
#Lorem_ipsum_dolor_sit_amet_con_kd a {
  color: #fff;
}
.Rectangle_47:hover #Operations_kk,
.Rectangle_47:hover #CLIENT_CARE_EXECUTIVE,
.Rectangle_47:hover {
  color: #fff;
}
.Rectangle_47.active #Operations_kk,
.Rectangle_47.active #CLIENT_CARE_EXECUTIVE,
.Rectangle_47.active {
  color: #fff;
}

.Rectangle_47.active {
  background-color: rgba(240, 88, 39, 1);
}
.Rectangle_47:hover {
  background-color: rgba(240, 88, 39, 1);
}
.Rectangle_47:hover #Lorem_ipsum_dolor_sit_amet_con_kd,
.Rectangle_47.active #Lorem_ipsum_dolor_sit_amet_con_kd {
  height: 42px;
}
.hid-parg {
  height: 80px;
  overflow: hidden;
  text-align: justify;
}
.hv-lin:hover {
  color: #ffea43 !important;
}
.bg-orange {
  background-color: rgba(240, 88, 39, 1);
}
#mailCls {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 37px;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0.5px;
}

#We_started_Whizpay_because {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  color: rgba(0, 0, 0, 1);
  letter-spacing: 0.5px;
  max-width: 382px;
  margin: auto;
}
#We_started_Whizpay_because .cause {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
}
.about-1 {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 400px;
}
.about-2 {
  position: absolute;
  top: 0;
  right: 0px;
  max-width: 400px;
}
.OUR_MISSION {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0.5px;
  width: 271px;
  height: 54px;
  background-color: transparent;
  border: 0;
  border-top: 5px solid #f15625;
  padding-bottom: 5px;
  transition: 0.2s all ease-in-out;
}
.OUR_MISSION.active,
.OUR_MISSION:hover {
  background-color: #f15625;
}
.slider-content {
  border: 15px solid #f15625;
  position: relative;
}
.slider-content::after {
  display: inline-block;
  font-size: 60px;
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  content: "\f06e";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #f15625;
  opacity: 0;
  transition: .2s all ease-in-out;
}
.slider-content:hover::after {

  opacity: .8;
}
.slider-content img {
  min-height: 450px;
}

#OUR_LEADERSHIP_TEAM {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Fontfabric;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  color: rgba(0, 0, 0, 1);
  letter-spacing: 0.5px;
}
.client-name {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 33px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.main-desc {
  background-color: #f15625;
  padding: 15px;
  width: 84%;
  margin-left: auto;
  margin-top: -60px;
  z-index: 100;
  position: relative;
  height: 107px;
}
.owl-theme .owl-nav {
  display: none;
}
.owl-theme .owl-dots .owl-dot span {
  margin-top: 30px;
  width: 19px;
  height: 19px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #f15625;
}
button:focus {
  box-shadow: none;
  outline: 0;
}
.desc-pos {
  font-weight: normal;
  font-size: 15px;
  color: rgba(0, 0, 0, 1);
  letter-spacing: 0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

#WHIZMO_merchants {
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.961));
  white-space: nowrap;
  text-align: center;
  font-family: Fontfabric;
  font-style: normal;
  font-weight: bold;
  font-size: 70px;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
#Start_receiving_cashless_paymem {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  color: rgba(0, 0, 0, 1);
  letter-spacing: 0.5px;
  line-height: 40px;
  max-width: 1000px;
  text-align: justify;
}

.aboutClass {
  font-size: 50px;
  font-weight: 600;
  border-left: 7px solid #f15625;
  padding-left: 20px;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 50px;
}
.select-phn {
  padding-right: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 9px;
  border: 0;
  color: #b5b5b5;
  border-right: 1px solid;
  height: 40px;
}
.with-mo {
  display: none;
  /* animation: withmolog 2s  alternate 4s infinite ; */
}
@keyframes withmolog {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.2);
  }
  65% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.anim-with {
  font-size: 70px;
  font-weight: 600;
  color: #f05425;
  display: none;
  animation: withmolog 0.5s alternate forwards;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px;
  }
}

.circle-cc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  opacity: 0.5;
  animation: Rotate 100s infinite linear;
}
.circle-man {
  position: absolute;
  left: 2%;
  bottom: 0;
  width: 554px;
}
@keyframes Rotate {
  0% {
  }
  100% {
    transform:  translate(-50%, -50%) rotateZ(360deg);
  }
}
.hero_area {
  overflow: hidden;
}

#Meet_Whizmo {
  font-size: 54px;
}
#Mobile_Money_Made_Useful {
  font-size: 21px;
}
.btn-req {
  font-size: 15px;
  height: 56px;
  min-width: 242px;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 15px;
}
#Be_WHIZ_MOney_Wise {
  font-size: 42px;
}
#SAFE__SECURE {
  font-size: 21px;
}
#WHY_WHIZMO {
  font-size: 43px;
}
#Whizmo_provides_innovative_tec {
  font-size: 14px;
}
#WHIZMO_is_available_for_all_de {
  font-size: 38px;
}
#sApp_is_available_for_all_devi {
  font-size: 16px;
}
#_Available_on_iPhone_iPad_and_ {
  font-size: 15px;
}
#Transfer_money_for_other_WHIZM {
  font-size: 12px;
}
#Subscribe_to_get_updates {
  font-size: 36px;
}
#By_subscribing_you_will_get_ne {
  font-size: 15px;
}
.email-sub {
  height: 74px;
}
.subscribe {
  height: 74.5px;
}
#Stay_Tuned {
  font-size: 46px;
}
#Lorem_ipsum_dolor_sit_amet_con_ep {
  font-size: 17px;
}
.Abu_Dhabi_Global_Market_Author {
  font-size: 16px;
}
#Useful_Links {
  font-size: 16px;
}
.Home_About_Merchants_Contact {
  font-size: 13px;
}
.footer-fin {
  font-size: 13px;
}
.aboutClass {
  font-size: 39px;
}
.dropdown-menu {
  right: 0;
  left: auto !important;
}
#particles {
  position: absolute;
    bottom: 0;
    right: -66px;
  margin-right: -20% !important;

}
#particles::after {
  background-color: #fff;
  content: " ";
  height: 98%;
  position: absolute;
  width: 87%;
  top: -102px;
  left: -251px;
  transform: rotateZ(134deg);

}
#Whizmo_provides_innovative_tec {
  position: relative;
  z-index: 5;
}
.svg-cu {
  min-height: 491px;
}
.pg-canvas {
  height: 100%
}
#particles {
  height: 100%;
}

a.know-btn {
  font-weight: 400 ;
  letter-spacing: normal;
  word-spacing: normal;
  text-indent: 0px;
  text-shadow: none;
  display: inline-flex !important;
  text-align: center !important;
  align-items: center !important;
  justify-content: center !important;
}





.feat-qtr.svg-hvr {
  text-align: center;
}
.feat-qtr.svg-hvr #Transfer_money_for_other_WHIZM {
  margin: auto;
  text-align: center;
}
.feat-qtr.svg-hvr #SEND_MONEY span {
  font-size: 19px !important;
  font-weight: 600 !important;
  margin-bottom: 5px;
}
.mrr #Request_for_a_demo {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: rgb(255 255 255);
  background-color: #f15625;
  display: inline-flex;
  border: 0;
  padding: 5px 20px;
  border-radius: 9px;
  height: 43px;
  align-items: center;
  justify-content: center;
  transition: .2s all ease-in-out;
}
.mrr #Request_for_a_demo:hover { 
  background-color: #af3f1d;
}
#particles #whizmologo {
  position: absolute;
    top: 50%;
    left: 50%;
    z-index: 50;
  animation: move 3s ease infinite alternate;
  /* opacity: .3; */
}
#whizmologo.navbar-brand22 {
  animation: move 3s  ease  .3s infinite alternate !important;
  opacity: .1 !important;
 
}
#particles #Ellipse_4 {
  fill: rgb(240 88 39);
}
#particles #Path_8 {
  fill: rgb(255 255 255);
}
#particles #Path_9 {
  fill: rgb(240 88 39);
}



.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: #fff;
}
nav .dropdown-item {
  font-size: 14px;
  color: #e85021;
  font-weight: bold;
}
.word-anim {
  min-height: 215px;
}
.contain-ser {
  background-image: linear-gradient(
45deg, #f15625, #f15625);
    background-size: 50% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.mo-widd  .ss-1{
  width: 30%;
  text-align: left;
  text-transform: uppercase ;
}
.mo-widd  .ss-2{
  width: 70%;
}
.whiz-business > div {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  height: 419px;
  padding: 20px;
  box-shadow: inset 0 0 0 2000px rgb(33 9 2 / 66%);
  background-size: cover;
  background-repeat: no-repeat;
}

.whiz-business  .bss-1 {
  background-image: url('../images/bs-1.jpg');
}
.whiz-business  .bss-2 {
  background-image: url('../images/bs-2.jpg');
}
.wiz-m {
  font-size: 32px;
}
#SAFE__SECURE {
  font-size: 15px;
  white-space: nowrap;
}
#FEATURES {
  font-weight: 400;
}
.line-org {
  display: inline-block;
  height: 3px;
  background-color: #f15625;
  width: 100%;
}
#Start_receiving_cashless_payme {
  font-family: Fontfabric;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  color: rgb(65 65 65);
  letter-spacing: 0.5px;
  text-align: justify;
}
.pres-dia {
  width: 200px;
  height: 200px;
  object-fit: cover;
  background-color: #fff;
  border-radius: 50%;
}
@media (min-width: 576px)
{
  .modal-dialog.cd-vf {
    max-width: 800px;
}
}
.close-hf {
  position: absolute;
  top: 11px;
  right: 14px;
  z-index: 5;
  color: #fff;
  opacity: 1;
  font-family: 'Poppins';
  font-weight: 500;
  transition: .4s all ease-in-out;
}
.close-hf:hover {
  color: #fff;
  transform: rotateZ(180deg);
}
.line-un {
  height: 4px;
  width: 100%;
  background-color: #e85021;
}
.user-mks > div {
  margin-bottom: -35px;
}
.asha p {
  font-weight: 500;
  margin-bottom: 30px;
  text-align: justify;
}
.watt-mm {
  position: absolute;
    border: 0;
    bottom: 0;
    right: 0;
    width: 250px;
}
.user-mks {
  background-image: url('../images/info-bg.png');
  background-size: cover;
    background-repeat: no-repeat;
    
}

.prod-pdd #FEATURES{
  font-size: 37px;
}

.main-slider .slider-content img {
  min-height: 350px;
  max-height: 350px;
}
.main-slider .sar-mk {
  width: 300px;
}
/* end footer section*/
.orang-c {
  color: #d83415 !important;
}
.f-14 {
  font-size: 14px;
}


.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}


/*css for alert messages*/

.alert-success{
  z-index: 1;
  background: #D4EDDA;
  font-size: 18px;
  padding: 20px 40px;
}

.alert-error{
  z-index: 1;
  background: #FFF3CD;
  font-size: 18px;
  padding: 20px 40px;
}

.alert-subsuccess{
  z-index: 1;
  background: #D4EDDA;
  font-size: 18px;
  padding: 20px 40px;
  min-width: 420px;
  position: fixed;
  right: 0;
  top: 100px;
  border-left: 8px solid #3AD66E;
  border-radius: 4px;
}

.alert-suberror{
  z-index: 1;
  background: #FFF3CD;
  font-size: 18px;
  padding: 20px 40px;
  min-width: 420px;
  position: fixed;
  right: 0;
  top: 100px;
  border-left: 8px solid #FFA502;
  border-radius: 4px;
}