@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;
  font-family: "Poppins", sans-serif;
  color: #848484;
  overflow-x: hidden;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  position: relative;
}

/***** Headings *****/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #151617;
}

h1 {
  font-size: 90px;
  line-height: 90px;
  font-family: "Poppins";
  font-weight: bold;
  letter-spacing: 0px;
}

h2 {
  font-size: 50px;
  line-height: 60px;
}

h3 {
  font-size: 40px;
  line-height: 45px;
}

h4 {
  font-size: 24px;
  line-height: 29px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
}

h6 {
  font-size: 18px;
  line-height: 22px;
}

p {
  font-size: 14px;
  line-height: 24px;
}

/***** Gradient Text *****/

/***** Utilities *****/

.blue {
  color: #3cb1ec;
}

.padd {
  padding: 60px 0;
  position: relative;
}

.paddTop {
  padding-top: 60px;
}

.paddBottom {
  padding-bottom: 60px;
}

.margTop {
  margin-top: 60px;
}

.margBottom {
  margin-bottom: 60px;
}

.bt {
  display: inline-block;
}

.pbtn {
  padding: 12px 24px;
  border-radius: 45px;
  text-transform: capitalize;
  color: #fff;
  border: 0px;
  display: inline-block;
  background: linear-gradient(to bottom, #267bc1, #0f3655);
  font-size: 16px;
  line-height: 30px;
}

.maxWidth {
  max-width: 1440px;
}

/* general btn css start  */

a {
  text-decoration: none;
  color: #277fc8;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #277fc8;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */

.menuSec {
  padding: 24px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  padding-right: 10px;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #277fc8;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/*banner css start */

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}

/*banner css end*/

.container {
  max-width: 1400px;
}

/* Banner Start  */

.menuSec .row {
  padding: 18px 27px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #309bf3;
  border-radius: 101px;
}

.header-logo img {
  width: 110px;
}

.pbtn:hover {
  color: #fff;
}

header .bt {
  width: 100%;
}

header .bt a.pbtn {
  width: 100%;
  text-align: center;
  padding: 15px 0;
}

section.banner {
  position: relative;
  padding: 20px 0px 20px;
  overflow: hidden;
}

.banner_img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

img.banner-app-img {
  position: relative;
  filter: drop-shadow(2px 6px 14px #00000052);
  width: 80%;
  z-index: 1;
}

.banner_text {
  position: relative;
  padding-top: 90px;
}

.banner_text p {
  color: #000;
  font-size: 26px;
  line-height: 40px;
  padding: 32px 0px 50px;
}

.baner-right-img {
  position: absolute;
  right: -160px;
  width: 320px;
  height: 350px;
  background: linear-gradient(to left, #267bc1, #0f3655);
  display: flex;
  justify-content: center;
  align-items: center;
}

.ban-logoes img {
  width: 150px;
  display: inline-block;
  filter: drop-shadow(2px 4px 26px #44444478);
  position: relative;
}

.baner-right-img img {
  width: 100%;
  margin: 0px auto;
  display: table;
}

.down-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.down-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  height: 70px;
  width: 42px;
  border-radius: 45px;
  color: #000;
  transition: 0.2s;
  overflow: hidden;
  animation: floatBtn 2s infinite ease-in-out;
}

.down-btn a i {
  animation: moveDown 1.5s infinite;
  height: 70%;
}

@keyframes floatBtn {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes moveDown {
  0% {
    transform: translateY(-0%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(90%);
    opacity: 0;
  }
}

.down-btn a:hover {
  background: #18517f;
  color: #fff;
  border: 1px solid #fff;
}

img.banner-left-logo {
  position: absolute;
  left: -55%;
  top: 0px;
  height: 550px;
}

.banner_text h1,
.banner_text p {
  position: relative;
}

/* Banner End */

/* Features start  */
section.features.padd {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}

img.fat-bg-img {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: -1;
}

.features-heading {
  margin-bottom: 80px;
}

.features-heading h2 {
  display: inline-block;
  text-align: center;
  position: relative;
  padding-bottom: 24px;
}

.features-heading h2 span {
  position: relative;
}

.features-heading h2:before {
  position: absolute;
  content: "";
  width: 50%;
  left: 0;
  right: 0;
  margin: 0px auto;
  background: #fff;
  height: 2px;
  bottom: 0;
}

.fat-card {
  box-shadow: 0px 3px 8px #5d70df1a;
  border-radius: 10px;
  height: 400px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  position: relative;
}

.fat-card h3 {
  color: #0d4d82;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 14px;
  margin: 16px 0px 20px;
  position: relative;
}

.fat-card h3:before {
  position: absolute;
  content: "";
  width: 20%;
  right: 0;
  left: 0;
  margin: 0px auto;
  background: #0d4d82;
  height: 2px;
  bottom: 0;
}

.fat-card p {
  color: #838fae;
  font-size: 16px;
  line-height: 26px;
  padding: 0px 18px;
}

.fat-btn {
  display: inline-block;
}

.fat-btn a {
  padding: 6px 24px;
  border-radius: 45px;
  text-transform: capitalize;
  color: #fff;
  border: 0px;
  display: inline-block;
  background: linear-gradient(to bottom, #267bc1, #0f3655);
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  transition: 0.2s;
}

.fat-btn a:hover {
  background: linear-gradient(to top, #267bc1, #0f3655);
}

/* Features End  */

/* About Sec  */

section.about-sec .features-heading h2:before {
  background: #3cb1ec;
  width: 22%;
}

.about-app-text h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 49px;
  padding-bottom: 12px;
}

.about-app-text p {
  font-size: 23px;
  line-height: 34px;
}

.about-app-images {
  display: flex;
  align-items: center;
  position: relative;
}

.about-app-text .bt .pbtn {
  font-size: 20px;
  line-height: 20px;
  padding: 20px 50px;
  margin-top: 10px;
}

img.app-img1 {
  filter: drop-shadow(2px 4px 6px #99999973);
  position: relative;
  z-index: 1;
  width: 80%;
}

.about-app-images.right-col {
  justify-content: flex-end;
}

section.about-sec .features-heading {
  margin: 50px 0;
}

.about-app-text .bt .pbtn:focus {
  color: #fff;
}

img.app-right-logo-img {
  position: absolute;
  right: -47%;
  width: 90%;
}

.about-app1 {
  padding: 10px 0 10px;
}

.lef-col img.app-right-logo-img {
  left: -47%;
  right: unset;
}

.about-app-text.rgh-col {
  padding-left: 70px;
}

section.about-sec {
  position: relative;
  overflow: hidden;
}

/* About Sec  */

/* App Screens  Start */

section.screenshot {
  overflow: hidden;
  position: relative;
}

img.app-ss-bg-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.ssSlider .slick-slide {
  opacity: 1;
  margin: 40px 12px;
  transform: scale(0.96);
}

.ss-img {
  position: relative;
}

.ss-img img {
  height: 540px;
  width: 100%;
  object-fit: fill;
  filter: drop-shadow(2px 4px 6px #140f0f54);
  /* border-radius: 40px; */
  position: relative;
  z-index: 1;
}

.slids-nvs {
  margin: 20px 0px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slids-nvs .ssl-btn {
  display: flex;
  width: 600px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.ssl-btn button.ssbtn.s-prev-btn {
  border: 0px;
  background: #fff;
  width: 35px;
  height: 66px;
  border-radius: 100px 0px 0px 100px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 2px;
  position: relative;
  transition: 0.2s;
}

.ssl-btn button.ssbtn.s-next-btn {
  background: #fff;
  width: 35px;
  height: 66px;
  border-radius: 0px 100px 100px 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2px;
  position: relative;
  border: 0px;
  transition: 0.2s;
}

.slids-nvs .ssl-btn:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  margin: 0px auto;
  background: #fff;
  height: 1px;
}

.ssl-btn button.ssbtn:hover {
  color: #fff;
  background: #0d2e49;
}

.ssSlider .slick-current.slick-active.slick-center {
  transform: scale(1.1);
}

img.ss-right-logo-img {
  position: absolute;
  right: -10%;
  width: 534px;
  height: 484px;
  top: 0;
}

img.ss-left-logo-img {
  position: absolute;
  left: -10%;
  width: 534px;
  height: 484px;
  bottom: 130px;
}

/* App Screens  End */

.cnt-header {
  margin-bottom: 32px;
  position: relative;
  left: -30px;
}

.mail-txt h2 {
  font-weight: 600;
  line-height: 55px;
}

.mail-ic img {
  width: 140px;
  object-fit: fill;
}

.form-input {
  margin-bottom: 14px;
}

.form-input input {
  width: 100%;
  border: 2px solid #d2d2d2;
  border-radius: 35px;
  padding: 14px 26px;
  background: #f8f8f8;
}

.form-input textarea {
  width: 100%;
  border: 2px solid #d2d2d2;
  border-radius: 35px;
  padding: 22px 26px;
  background: #f8f8f8;
  height: 200px;
  resize: unset;
}

.cnt-form .formbtn.bt {
  margin-top: 10px;
}

.cnt-form .formbtn.bt button.pbtn {
  padding: 12px 60px;
}

img.cont-img {
  width: auto;
  object-fit: fill;
  display: table;
  height: 530px;
}

.cnt-img {
  margin-bottom: 12%;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  display: none;
}

/* Footer Start */

footer {
  background-repeat: unset;
  background-size: cover;
  background-image: url("../images/foote-bg.png");
}

img.footer-logo-img {
  width: 170px;
  margin-bottom: 20px;
}

.footer-contact p {
  font-size: 18px;
  line-height: 29px;
  color: #fff;
  font-weight: 300;
}

/* .foot-links {
  padding-left: 16px;
} */

.foot-links h5 {
  color: #fff;
  font-weight: 600;
  padding-bottom: 20px;
}

.foot-links ul {
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.foot-links ul li a {
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  font-weight: 300;
}

footer .container {
  max-width: 1300px;
}

.foot-links ul li a:hover {
  text-decoration: underline;
}

.footer-btm {
  padding-bottom: 14px;
}

.footer-btm p {
  color: #fff;
  font-weight: 300;
  font-size: 15px;
}

ul.ft-pvs {
  display: flex;
  justify-content: flex-end;
  margin: 0px;
  gap: 30px;
}

ul.ft-pvs li a {
  color: #fff;
  font-weight: 300;
  font-size: 17px;
}

ul.ft-pvs li a:hover {
  text-decoration: underline;
}

/* Footer End */

section.policy-page p {
  font-size: 18px;
  line-height: 28px;
}

.menuSec ul li.active a {
  border-bottom: 2px solid #309bf3;
  font-weight: bold;
}

.down-btnt div#mouseDown {
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
}

div#mailAnim {
  width: 180px;
  filter: grayscale(1);
}
