@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli-SemiBold.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli-Bold.ttf");
  font-weight: bold;
}
.row-5:before,
.row-5:after,
.form-group:before,
.form-group:after {
  display: table;
  content: " ";
}

.row-5:after,
.form-group:after {
  clear: both;
}

html {
  overflow-x: hidden;
}

body {
  background-color: #fff;
  font-family: "Muli", sans-serif;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.15rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p,
ul {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

.btn {
  background-color: #dc3545;
  box-shadow: none;
  color: #fff;
  text-transform: inherit;
  padding: 0 1.25rem;
}
.btn:hover {
  background-color: #981421;
  box-shadow: none;
  color: #fff;
}

.navbar-fixed nav {
  position: absolute;
}

.row {
  margin-bottom: 0;
}

.sec.gray {
  background-color: #f5f5f5;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mobileviewheading {
  padding-top: 1rem;
}

nav {
  color: #333;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
}
nav ul a {
  color: #1e223b;
  padding: 0 10px;
}
nav ul a:hover {
  color: #dc3545;
  background-color: transparent;
}
nav .button-collapse {
  color: #dc3545;
  margin: 0;
}

.section-headline {
  margin-bottom: 2rem;
}

h1.title,
h2.title {
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  margin: 0 auto 1rem;
  position: relative;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.align-items-center {
  align-items: center;
}

.align-self-center {
  align-self: center;
}

.bg-default {
  background-color: #f5f5f5;
}

.description {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.description h3 {
  font-weight: 700;
  margin-bottom: 1rem;
}

.offers ul,
.list-check ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 1rem;
  margin-bottom: 0;
  overflow: hidden;
}

.offers ul > li,
.list-check ul > li {
  margin-bottom: 10px;
  padding-left: 26px;
  position: relative;
}

.offers ul li:before,
.list-check ul > li:before {
  content: "\f269";
  font-family: "Material-Design-Iconic-Font";
  color: #dc3545;
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 1.35rem;
}

.feature {
  background-color: #fff;
  padding: 1.25rem;
  margin-bottom: 20px;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.feature:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.feature p {
  display: -webkit-box;
  max-width: 100%;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.feature > h4 {
  font-weight: 600;
}

.feature .icon,
.offer .icon {
  display: block;
  height: 64px;
  margin-bottom: 10px;
}

.feature .icon > img,
.offer .icon > img {
  max-height: 64px;
  max-width: 64px;
}

.testimonial .carousel {
  position: relative;
  height: 440px !important;
  margin: 0 auto;
  max-width: 440px;
  background: url(../images/testimonial_bg.png) no-repeat scroll center 0/contain;
}
.testimonial .quote {
  padding: 40px 0;
}
.testimonial .quote .icon {
  margin: 0 auto;
  height: 80px;
  width: 80px;
}
.testimonial .quote img {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50%;
}
.testimonial .box {
  padding: 1px 1rem;
  position: relative;
  margin: 0 auto;
  max-width: 360px;
  border: none;
  color: #fff;
  font-style: italic;
}

.quote .author {
  text-align: center;
  margin-top: 15px;
  color: #fff;
}
.quote .author h5 {
  margin: 0;
  font-size: 17px;
}

blockquote p:before,
blockquote p:after {
  font-family: fontello;
  margin-right: 8px;
  font-size: 32px;
  line-height: 1px;
  display: inline-block;
  color: #fff;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

blockquote p:before {
  content: "❞";
  float: left;
}
blockquote p:after {
  content: "❝";
  float: right;
}

.technology .item {
  text-align: center;
}
.technology .item > img {
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: 0 0;
     object-position: 0 0;
}
.technology .row .s6:nth-child(1) .item > img {
  -o-object-position: 0 0;
     object-position: 0 0;
}
.technology .row .s6:nth-child(2) .item > img {
  -o-object-position: -180px 0;
     object-position: -180px 0;
}
.technology .row .s6:nth-child(3) .item > img {
  -o-object-position: -360px 0;
     object-position: -360px 0;
}
.technology .row .s6:nth-child(4) .item > img {
  -o-object-position: 0 -180px;
     object-position: 0 -180px;
}
.technology .row .s6:nth-child(5) .item > img {
  -o-object-position: -180px -180px;
     object-position: -180px -180px;
}
.technology .row .s6:nth-child(6) .item > img {
  -o-object-position: -360px -180px;
     object-position: -360px -180px;
}
.technology .row .s6:nth-child(7) .item > img {
  -o-object-position: 0 -360px;
     object-position: 0 -360px;
}
.technology .row .s6:nth-child(8) .item > img {
  -o-object-position: -180px -360px;
     object-position: -180px -360px;
}

.addressBox pre {
  font-family: open sans, sans-serif;
  margin: 0;
  margin-left: -15px;
  font-family: open sans, sans-serif;
  margin: 0;
}
.addressBox .card .card-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
}
.addressBox .card .card-content p {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  max-width: 350px;
}
.addressBox a {
  color: #333;
}
.addressBox a:hover {
  color: #981421;
}
.addressBox .zmdi {
  color: #fff;
  border-radius: 50%;
  font-size: 1.5rem;
  min-width: 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
  margin-right: 5px;
}
.addressBox .boy .zmdi {
  background-color: #dc3545;
}
.addressBox .girl .zmdi {
  background-color: #dc3545;
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
header nav {
  animation: normal 0.7s;
  transition: all 0.7s;
}

header .is-sticky nav {
  animation: slide-down 0.7s;
}

.list-1 {
  font-size: 1.15rem;
  padding: 0;
  width: 100%;
}
.list-1 li {
  list-style: none;
  margin: 10px 0;
  line-height: 27px;
  margin-left: 20px;
  position: relative;
  margin-left: 28px;
}
.list-1 li:first-child {
  margin-top: 0;
}
.list-1 li:before {
  margin: 0;
  position: relative;
  color: #dc3545;
  float: left;
  margin-left: -20px;
  display: block;
  font-family: "Material-Icons";
  content: "\e928";
  font-size: 18px;
  font-weight: 600;
  position: relative;
  top: -2px;
  margin-left: -28px;
}

.card .card-image .card-title {
  font-size: 20px;
  padding: 15px;
}

.tabs .tab a {
  color: #1e223b;
}
.tabs .indicator {
  background-color: #ffab54;
}
.tabs.equal-5 .equal {
  width: 20%;
  float: left;
}

.tabs .tab a:hover,
.tabs .tab a.active {
  color: #ff611a;
}

.material-icons {
  vertical-align: middle;
}

[type=checkbox].filled-in:checked + label:after {
  border-color: #ff9800;
  background-color: #ff9800;
}

.collection.with-header .collection-item {
  padding-left: 20px;
}

.btn-small {
  font-size: 0.85rem;
  height: 30px;
  line-height: 30px;
  padding: 0 1rem;
}

.b {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

ul.subTabs {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ccc;
  margin-top: 5px;
}
ul.subTabs li a {
  text-transform: capitalize;
}
ul.foot-nav li {
  line-height: 30px;
  border: none;
}
ul.foot-nav li a {
  color: #fff;
  transition: all 0.5s ease-in-out;
}
ul.foot-nav li a:hover {
  color: #fff;
  padding-left: 15px;
}
ul.socialIcons {
  font-size: 0;
}
ul.socialIcons li {
  display: inline-block;
  margin-right: 0.625rem;
}
ul.socialIcons li > a {
  background-color: #fff;
  border-radius: 0.2rem;
  min-width: 2.25rem;
  text-align: center;
  display: block;
  color: #dc3545;
  font-size: 1.5rem;
}
ul.socialIcons li > a:hover {
  background-color: #981421;
  color: #fff;
}
ul.bulated_class {
  list-style-type: disc;
  padding-left: 20px;
}
ul.bulated_class li {
  list-style: disc;
}

.x-iso-container {
  margin-top: 15px;
}

.entry-featured .caption {
  text-align: center;
  text-transform: uppercase;
}

.themePic {
  border: 1px solid #ddd;
  background-color: #fff;
  float: left;
  margin: 20px 20px 10px 0;
}

footer {
  background-color: #000;
  color: #fff;
  overflow: hidden;
  padding-top: 2rem;
  position: relative;
}
footer article > h5 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.poweredby {
  display: inline-block;
  background-color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  margin-bottom: 25px;
}
.poweredby > img {
  max-width: 150px;
}

.copyright {
  padding: 15px 0;
}

.copyright p,
.copyright p > a {
  color: #fff;
  margin: 0;
}

.gotop {
  background-color: #dc3545;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #fff;
  cursor: pointer;
  float: right;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 9;
  transition: all 0.3s ease-in-out;
  line-height: 32px;
  text-align: center;
  width: 40px;
  height: 40px;
}
.gotop:hover {
  background-color: #fff;
  border: 1px solid #981421;
  color: #981421;
}

#features,
#offers,
#technology {
  overflow: hidden;
}

#sidenav-overlay {
  z-index: 996;
}

div#success {
  color: #fff;
  background-color: green;
  width: 50%;
  padding: 10px 20px;
  margin: 10px 0px;
  border-radius: 4px;
  display: none;
}

div.close {
  float: right;
  cursor: pointer;
}

.card-content_address {
  color: #ddd;
  background-color: rgba(0, 0, 0, 0.631372549);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  padding: 24px;
  border-radius: 0 0 2px 2px;
}
.card-content_address p {
  margin: 6px 0px;
}

#demos .card {
  box-shadow: rgba(226, 50, 50, 0.2) 0px 2px 8px 0px;
}
#demos .card:hover {
  box-shadow: rgba(219, 39, 39, 0.05) 0px 0px 0px 1px;
}
#demos .card .card-content p {
  margin-bottom: 0.75rem;
}

.sFeatures .row .s12 {
  margin-left: auto;
  margin-right: auto;
}

.list-check {
  display: flex;
  justify-content: center;
}

.shortcut-contact {
  background-color: #212529;
  border-radius: 0 0.5rem 0.5rem 0;
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.25rem 0;
  width: 3.25rem;
  z-index: 999;
}
.shortcut-contact > a {
  display: block;
  position: relative;
}
.shortcut-contact > a > span {
  background-color: #ffc107;
  border-radius: 0.125rem;
  color: #000;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  position: absolute;
  white-space: nowrap;
  top: 8px;
  left: 4rem;
  display: none;
}
.shortcut-contact > a > span::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 10px;
  height: 10px;
  width: 10px;
  background-color: #ffc107;
  transform: rotate(45deg);
}
.shortcut-contact > a:hover > span {
  display: inline-block;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.error {
  color: #a94442;
}

/*--Why Choose Us Start--*/
.whyChooseus .card {
  padding: 1rem;
  transition: 0.6s;
  background-color: #ffffff;
  box-shadow: none;
  border-radius: 12px;
  text-align: center;
  box-shadow: rgba(185, 20, 20, 0.08) 0px 1px 3px 0px, rgba(207, 33, 33, 0.11) 0px 1px 2px 0px;
  transition: 0.6s;
}
.whyChooseus .card:hover {
  box-shadow: rgba(231, 59, 59, 0.1) 0px 4px 12px;
}
.whyChooseus .card h3 {
  padding-top: 1rem;
}

/*--Why Choose Us End--*/
.revenue .row .card {
  padding: 1rem;
  box-shadow: none;
  text-align: left;
}

.hangtwo {
  transition-duration: 0.5s;
  transition-property: transform;
  transform: translateY(6px);
  animation-name: hangtwo;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes hangtwo {
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(6px);
  }
}
.whatIs .row .card {
  border: none;
  background-color: transparent;
  box-shadow: none;
}

.iconText {
  display: flex;
  align-items: baseline;
}
.iconText p {
  padding-right: 1rem;
}
.iconText i {
  color: rgb(20, 197, 22);
  padding-right: 0.5rem;
}

.multicommunity .multicommunityRow .card {
  background-color: #fff3f4;
  border-radius: 12px;
  box-shadow: rgba(238, 76, 76, 0.2) 0px 2px 8px 0px;
  padding: 1rem;
}

.mobileApp .card {
  box-shadow: none;
}

.features .feature {
  background-color: rgba(193, 42, 69, 0.09);
}
.features .feature h5 {
  padding-top: 1rem;
}
.features .topTab {
  border-bottom: 1px solid rgb(240, 238, 238);
}
.features .tabs .indicator {
  background-color: #dc3545;
  right: 565px;
  left: 70px;
}
.features .tabs .tab a.active {
  color: #dc3545;
}
.features .tabs .tab a:hover {
  color: #dc3545;
}
.features #test1 .row,
.features #test2 .row,
.features #test3 .row {
  margin-top: 2rem;
}

#essentialfeatures {
  margin-top: 2rem;
}

#userfeatures {
  margin-top: 2rem;
}

#adminfeatures {
  margin-top: 2rem;
}

.technoServer {
  background-color: #f5f5f5;
}
.technoServer .technology {
  position: relative;
}
.technoServer .technology .row .col {
  margin-bottom: 1.3rem;
  padding-left: 0;
}

.whatDeliver .card {
  padding: 1rem;
  position: relative;
  min-height: 285px;
  box-shadow: none;
}
.whatDeliver .card .icon {
  position: relative;
}
.whatDeliver .card h5,
.whatDeliver .card p {
  position: relative;
}
.cta {
  background: url(../images/cta.svg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.cta h2 {
  color: #ffffff;
  z-index: 999;
  position: relative;
}
.cta p {
  color: #ffffff;
  z-index: 999;
  position: relative;
}

.banner {
  background: url(../images/header/matrimonial-banner.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.banner .vector-one {
  position: absolute;
  top: 50px;
  right: 230px;
  animation: anim 28s infinite;
}
@keyframes anim {
  from {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.banner .bannerForm {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 30px;
  margin-top: 3rem;
  position: relative;
  z-index: 9;
  box-shadow: rgba(225, 158, 158, 0.23) 0px 4px 6px -1px, rgba(205, 88, 88, 0.22) 0px 2px 4px -1px;
}
.banner .bannerForm::before {
  background-color: rgba(255, 255, 255, 0.149);
  border-radius: 4px;
  content: "";
  bottom: -10px;
  left: -10px;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: -1;
}
.banner .bannerForm .firstInput {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.banner .bannerForm .firstInput::-moz-placeholder {
  color: #888;
}
.banner .bannerForm .firstInput::placeholder {
  color: #888;
}
.banner .bannerForm .firstInput::-webkit-input-placeholder {
  color: #888;
}
.banner .bannerForm .secondInput {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding-left: 1rem;
  width: -webkit-fill-available;
  margin-bottom: 0;
}
.banner .bannerForm .secondInput::-moz-placeholder {
  color: #888;
}
.banner .bannerForm .secondInput::placeholder {
  color: #888;
}
.banner .bannerForm .secondInput::-webkit-input-placeholder {
  color: #888;
}
.banner .bannerForm .browser-default,
.banner .bannerForm .select-wrapper {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  height: 47px;
}
.banner .bannerForm .select-wrapper input.select-dropdown {
  border-bottom: none;
  width: 100%;
  padding-left: 6px;
}
.banner .bannerForm .browser-default input.select-dropdown {
  border-bottom: none;
  height: 50px;
  line-height: 50px;
  width: 100%;
}
.banner .bannerForm .select-wrapper span.caret {
  right: 12px;
}
.banner .bannerForm .browser-default {
  margin-bottom: 1.3rem;
}
.banner .bannerForm .browser-default select:focus {
  outline: 1px solid #981421;
}
.banner .form-group p.formLabel {
  color: #000000;
}
.banner .row h1 {
  position: relative;
  color: #370775;
}
.banner .row p {
  position: relative;
  color: #2b2b2b;
}
.banner .row .rightSide {
  position: relative;
}
.banner .bannerButton {
  margin-top: 1rem;
}

.vdoSection .container {
  justify-content: center;
}
.vdoSection .container iframe {
  border-radius: 12px;
}

@media (min-width: 1199.98px) {
  .banner {
    padding: 5rem 0 6rem 0;
  }
  .revenue .row {
    display: flex;
    align-items: center;
  }
  .cta .wave {
    position: absolute;
    bottom: -31px;
  }
  .banner .wave {
    position: absolute;
    bottom: -31px;
  }
  .banner h1 {
    font-weight: 800;
    padding-bottom: 1rem;
  }
  .banner p {
    font-size: 18px;
  }
  .banner .rowOne {
    display: flex;
    align-items: center;
  }
  .technology {
    position: relative;
    padding-right: 1rem;
  }
  .technology::after {
    position: absolute;
    content: "";
    top: 120px;
    right: -95px;
    width: 202px;
    height: 1px;
    rotate: 90deg;
    background-color: #dadada;
  }
  .technology .row {
    justify-content: space-between;
  }
  .whatIs .row {
    display: flex;
    align-items: center;
  }
  .mobileApp .row {
    display: flex;
    align-items: center;
  }
  .row.btnRow {
    display: flex;
    align-items: center;
  }
}
.medium-modal {
  max-width: 600px;
  width: 90%;
}

dotlottie-wc {
  margin: 0 auto;
}

.modal .modal-footer {
  text-align: center;
}

.modal .modal-footer a {
  background: lightgray;
  color: #000;
  text-transform: capitalize;
  text-align: center;
}

.btn:focus {
  background-color: #981421;
}

.mission .card {
  box-shadow: none;
}
.mission .row img {
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.mission .missionCard img {
  border-right: 4px solid #ad9bce;
  border-bottom: 4px solid #ad9bce;
  transition: 0.6s;
}
.mission .missionCard img:hover {
  border-color: #5d4093;
}

.vision .card {
  box-shadow: none;
}
.vision .row img {
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.vision .visionCard img {
  border-left: 4px solid #ad9bce;
  border-bottom: 4px solid #ad9bce;
}
.vision .visionCard img:hover {
  border-color: #5d4093;
}

/* Small Footer */
.small-footer {
  border-radius: 0.625rem 0.625rem 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 999;
}

.small-footer {
  background-color: #fff;
  padding-top: 0px;
  width: 100%;
  left: 0;
  bottom: 0;
  position: fixed;
  box-shadow: rgba(65, 65, 65, 0.3) 1px -1px 14px;
}

.small-footer strong {
  color: #333;
}

.small-footer-copyrights {
  flex: 2;
}

.small-footer .footer-social-links {
  transform: none;
  flex: 1;
  text-align: end;
  float: inline-end;
  margin: 0 -5px 0 0;
  position: relative;
  top: 2px;
}

.small-footer .footer-social-links li {
  color: #333;
  transform: none;
  float: none;
  margin: 0 -3px;
}

.small-footer .footer-social-links li a {
  color: #333;
  transform: none;
}

.small-footer > ul {
  display: flex;
  flex-wrap: wrap;
  margin: -1px;
  text-align: center;
}

.small-footer > ul > li {
  margin-inline-start: -1px;
  flex: 1;
}

.small-footer > ul > li > a:not(.btn).active {
  color: #dc3545;
}

.small-footer > ul > li > a:not(.btn) {
  color: #0d1927;
  display: block;
  padding: 6px;
}

.small-footer > ul > li > a:not(.btn).active img {
  filter: grayscale(0);
}

.small-footer > ul > li > a:not(.btn) img {
  font-size: 1.5rem;
  filter: grayscale(100%);
  margin-bottom: 0.1rem;
}

.small-footer > ul > li > a:not(.btn) span {
  display: block;
  font-weight: 500;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.small-footer > ul > li > a:not(.btn).postAd-btn > div {
  background-color: #dc3545;
  height: 64px;
  width: 64px;
  border-radius: 50%;
  margin: auto;
  margin-top: -17px;
  box-shadow: rgba(65, 65, 65, 0.3) 1px -1px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.small-footer > ul > li > a:not(.btn).postAd-btn img {
  filter: brightness(0) invert(1);
  /* margin-top: 14px; */
}

.small-footer > ul > li > a:not(.btn).postAd-btn {
  color: #fff;
}

.borderRed {
  border: 1px solid red;
}

#demos {
  background: url(../images/demoimg.png);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#demos .row {
  align-items: center;
}
#demos .card {
  box-shadow: none;
  background-color: transparent;
}
#demos .demobtn {
  background-color: transparent;
  border: 1px solid rgb(116, 116, 116);
  color: rgb(53, 53, 53);
  border-radius: 6px;
  transition: 0.6s;
}
#demos .demobtn:hover {
  background-color: rgb(75, 75, 75);
  color: #ffffff;
}
#demos .demobtn:hover i {
  padding-left: 1rem;
}
#demos .demobtn i {
  font-size: 14px;
  transition: 0.6s;
}

#modal_demo {
  padding: 1rem;
  background-color: rgb(255, 255, 255);
}

#modal_demo .modal-content {
  padding: 0;
}

.directcard {
  box-shadow: none;
}

.directcontact {
  display: flex;
  align-items: center;
  background: #fffaf0;
  padding: 8px;
  border-radius: 12px;
  position: relative;
  color: #ff611a;
}

.directcontact::after {
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 0;
  color: #c5c5c5;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(100%);
}

.directcontact .iconn {
  margin-right: 1rem;
}

#modal_demo .modal-header {
  display: flex;
  justify-content: space-between;
  color: #888;
}

#modal_demo .modal-close {
  cursor: pointer;
  font-size: 35px;
  margin-top: -24px;
  color: #888;
  text-align: end;
}

#modal_demo .formcard {
  background: #fffaf0;
  border-radius: 12px;
  padding: 2rem;
}

.features .tabs {
  display: flex;
  justify-content: center;
}

#google_translate_element .goog-te-combo {
  display: block;
}

#google_translate_element {
  margin-left: 1rem;
}

#google_translate_element .goog-te-combo {
  margin: 21px 0 4px 0;
  width: 153px;
  height: auto;
  padding: 0.5rem;
  /* border-color: rgb(30, 35, 60); */
  border-radius: 6px;
  /* color: rgb(30, 35, 60); */
  font-weight: 600;
}

.goog-te-gadget {
  line-height: 10px;
}

#google_translate_element span {
  float: right;
}

/*--mobile Translate--*/
#google_translate_element_mobile .goog-te-combo {
  display: block;
}

#google_translate_element {
  margin-left: 1rem;
}

#google_translate_element_mobile .goog-te-combo {
  margin: 21px 0 4px 0;
  width: 100%;
  height: auto;
  padding: 0.5rem;
  /* border-color: rgb(30, 35, 60); */
  border-radius: 6px;
  /* color: rgb(30, 35, 60); */
  font-weight: 600;
}

#google_translate_element_mobile span {
  float: right;
}

.top-nav ul .translatee a:hover:before {
  width: 0;
  /* background-color: transparent; */
}

/* Responsive Start--*/
@media (min-width: 1199.98px) {
  #demos .row {
    display: flex;
    align-items: center;
  }
  .cta {
    padding: 8rem 0;
  }
  .small-footer {
    display: none;
  }
  .mission .row {
    display: flex;
    align-items: center;
  }
  .vision .row {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .mobiledevice {
    display: none;
  }
  .whyChooseus .card {
    min-height: 381px;
  }
  .desktopScreen {
    display: none;
  }
  .features .feature {
    min-height: 191px;
  }
}
@media (max-width: 767.98px) {
  .desktopdevice {
    display: none;
  }
  .cta {
    padding: 2rem 0;
  }
  .banner {
    padding: 0 0 2rem 0;
  }
  .mobileScreen {
    display: none;
  }
  .desktopScreen {
    margin-top: 2rem;
  }
  .small-footer {
    display: block;
    text-align: center;
  }
  .small-footer .footer-social-links {
    float: none;
    left: -10px;
    margin-top: 10px;
  }
  footer {
    display: none;
  }
  .banner {
    padding: 2rem 0;
    text-align: center;
  }
  .rightSide {
    display: none;
  }
  .communityImg {
    display: none;
  }
  .multicommunity {
    text-align: center;
  }
  .vector-one {
    display: none;
  }
  .whatDeliver {
    text-align: center;
  }
  .revenue h2 {
    text-align: center;
  }
  .revenue p {
    text-align: center;
  }
  .bannerbtn {
    display: flex;
    margin-top: 1rem;
  }
  .whyChooseus .card {
    min-height: 126px;
  }
  .whyChooseus .card .imgicon, .whyChooseus .card p {
    display: none;
  }
  .whyChooseus .card h3 {
    font-size: 18px;
  }
  #userfeatures .feature {
    min-height: 201px;
  }
  #essentialfeatures .feature {
    min-height: 182px;
  }
  #adminfeatures .feature {
    min-height: 181px;
  }
  .revenue .section-headline {
    margin-bottom: 0;
  }
  .whatDeliver {
    padding-bottom: 0 !important;
  }
  .whatDeliver .card {
    min-height: auto;
  }
  .whatDeliver .card p {
    display: none;
  }
  .multicommunity {
    margin-bottom: 2rem;
  }
  .multicommunity .card {
    text-align: left;
  }
}
@media (max-width: 1198px) {
  .wave {
    display: none;
  }
}
/*--New--*/
/* END CSS *//*# sourceMappingURL=style.css.map */