@import url('https://fonts.googleapis.com/css2?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&display=swap');

html {
  overflow-x: hidden;
}

body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}

* {
  outline: none;
}

a {
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s
}

p {
  color: #5b5b5b;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.header_mainsec {
  position: relative;
  padding: 10px 0px;
}

.header_mainsec .navbar {
  padding: 0px;
}

.header_mainsec .navbar .navbar-brand {
  padding: 0px;
}

.header_mainsec .navbar-brand img {
  width: 60px;
  height: auto;
}

.header_mainsec .navbar .navbar-collapse {
  justify-content: end;
}

.header_mainsec .navbar .navbar-nav li a {
  color: #37274c;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  padding: 10px 20px;
}

.header_mainsec .navbar .navbar-nav li a:hover {
  color: #ef3258;
}

/*.header_mainsec .navbar .navbar-collapse .contact_infosec a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  background-color: #ef3258;
  border-radius: 4px;
  padding: 14px 35px;
  outline: none;
  box-shadow: none;
}

.header_mainsec .navbar .navbar-collapse .contact_infosec a:hover {
  color: #fff;
  background-color: #37274c;
}*/

.header_mainsec .navbar .navbar-collapse .contact_infosec a img {
  width: 40px;
  height: auto;
  margin-left: 20px;
}

.banner_mainsec {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 600px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.banner_mainsec > .container > .row {
  align-items: center;
}

.banner_mainsec .video_box {
  position: relative;
  z-index: 99;
  text-align: center;
}

.banner_mainsec .video_box video {
  width: 50%;
  height: auto;
}

.banner_mainsec::after {
  content: "";
  background-color: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.banner_mainsec .contnt_sec {
  position: relative;
  z-index: 9;
}

.banner_mainsec .contnt_sec h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
  margin-bottom: 20px;
}

.banner_mainsec .contnt_sec p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 10px;
}

.footer_mainsec {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.footer_mainsec .logo_contnt_sec .logo_sec img {
  width: 60px;
  height: auto;
}

.footer_mainsec .contact_infosec {
  text-align: right;
}

.footer_mainsec .contact_infosec a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}

.footer_mainsec .copyright_mainsec {
  text-align: center;
}

.footer_mainsec .copyright_mainsec p {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 0px;
}

.about_mainsec {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.about_mainsec .contnt_sec h1 {
  color: #ef3258;
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
  margin-bottom: 20px;
}

.about_mainsec .contnt_sec p {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 20px;
}

.about_mainsec .qr_code_img {
  text-align: center;
}

.about_mainsec .qr_code_img img {
  width: 60%;
  height: auto;
}

.contact_form_mainsec {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ef3258;
}

.contact_form_mainsec .contact_infosec {
  padding-left: 25%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
}

.contact_form_mainsec .contact_infosec h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
  margin-bottom: 20px;
}

.contact_form_mainsec .contact_infosec p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 15px;
}

.contact_form_mainsec .contact_infosec .bottom_txt {
  margin-top: 35px;
}

.contact_form_mainsec > .container-fluid {
  padding-right: 0px;
}

.contact_form_mainsec .form_mainsec {
  background-color: #ff4369;
  padding: 50px;
  border-radius: 4px;
  height: 100%;
}

.contact_form_mainsec .form_mainsec .form-label {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact_form_mainsec .form_mainsec .form-control {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 10px 20px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  outline: none;
}

.contact_form_mainsec .form_mainsec textarea.form-control {
  height: 150px;
}

.contact_form_mainsec .form_mainsec .form-select {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 10px 20px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  outline: none;
}

.contact_form_mainsec .form_mainsec .btn_mainsec .btn_style {
  background-color: #37274c;
  border: 1px solid #37274c;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  box-shadow: none;
  outline: none;
}

.contact_form_mainsec .form_mainsec .btn_mainsec .btn_style:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

.whatsapp_btn_icon {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  box-shadow: 0px 0px 8px 0px #0000006e;
  border-radius: 50%;
}

.whatsapp_btn_icon img {
  width: 60px;
  height: auto;
}

.download_mainsec {
  background-color: #ffe6eb;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  position: relative;
}

.download_mainsec .title_sec h2 {
  color: #ef3258;
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
  margin-bottom: 30px;
}

.download_mainsec .download_btnsec a {
  margin: 0px 10px;
  margin-bottom: 12px;
  display: inline-block;
}

.download_mainsec .download_btnsec a img {
  width: 180px;
  height: auto;
}

.client_demo_mainsec {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  position: relative;
}

.client_demo_mainsec .title_sec h2 {
  color: #ef3258;
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
  margin-bottom: 20px;
}

.client_demo_mainsec .contnt_sec p {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 7px;
}

.client_demo_mainsec .btn_mainsec {
  display: block;
  margin-top: 35px;
}

.client_demo_mainsec .btn_mainsec .btn_style {
  background-color: #ef3258;
  border: 1px solid #ef3258;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  box-shadow: none;
  outline: none;
}

.client_demo_mainsec .btn_mainsec .btn_style:hover {
  background-color: #37274c;
  border: 1px solid #37274c;
  color: #fff;
}

@media only screen and (max-width: 767px) {
.header_mainsec > .container {
  padding: 0px;
}

.header_mainsec .navbar {
  padding: 0px 15px;
}

.header_mainsec .navbar .navbar-collapse {
  position: absolute;
  top: 109px;
  left: 0px;
  z-index: 999;
  width: 100%;
  background-color: #e6e6e6;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header_mainsec .navbar .navbar-nav {
  padding-bottom: 15px;
}

.header_mainsec .navbar-toggler {
  background-color: #ef3258;
  border: none;
  padding: 4px 8px;
  outline: none;
  box-shadow: none;
}

.header_mainsec .navbar-toggler .navbar-toggler-icon {
  background-image: url("../img/menu_bar.png");
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center;
}

.banner_mainsec {
  padding-top: 50px;
  padding-bottom: 50px;
}

.banner_mainsec .contnt_sec {
  width: 100%;
}

.banner_mainsec .contnt_sec h1 {
  font-size: 30px;
  line-height: 47px;
}

.about_mainsec {
  padding-top: 40px;
  padding-bottom: 20px;
}

.about_mainsec .contnt_sec h1 {
  font-size: 30px;
  line-height: 43px;
}

.about_mainsec .qr_code_img img {
  width: 100%;
}

.about_mainsec .container .row {
  flex-direction: column-reverse;
}

.contact_form_mainsec > .container-fluid {
  padding-right: 15px;
}

.contact_form_mainsec .contact_infosec {
  padding-left: 20px;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-right: 20px;
}

.contact_form_mainsec .form_mainsec {
  padding: 30px;
}
.wpcf7-not-valid-tip {
  color: #ad0000;
}



















