@charset "UTF-8";
body {
  font-family: 'Quicksand',sans-serif
  font-weight: normal;
  color: #848995;
  font-size: 14px;
  background: #fbfbfd;
}

a, a:hover, a:focus, .trans3ms, header, .arrowBtn:after, .topbarNav li a:after, .arrowBtnSolid:after, .arrowBtn, .topbarNav li a, .arrowBtnSolid, .MainNav li a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

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

.clr_white {
  color: #fff;
}

.fm {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

/* Header */
.navbar-brand {
  max-width: 450px;
  
}

.navbar-brand img {
	width: 64px;height: 64px;border: 1px solid white;
}
.navbar-brand span {
	color: white;font-size:18px;letter-spacing: 0.1em;
}

@media (max-width: 1199px) {
  .navbar-brand {
    width: 200px;
  }
}

.MainNav li:not(:last-child) {
  margin-right: 10px;
}
.MainNav li a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 0;
  border: 1px solid transparent;
  letter-spacing: 0.1em
}
.MainNav li a:hover, .MainNav li a.current {
  border-color: #fff;
}
.MainNav li .arrowBtn, .MainNav .topbarNav li a, .topbarNav .MainNav li a, .MainNav li .arrowBtnSolid {
  color: #fff !important;
}

.arrowBtn, .topbarNav li a, .arrowBtnSolid {
  position: relative;
  color: #ff5722 !important;
  display: inline-block;
}
.arrowBtn:after, .topbarNav li a:after, .arrowBtnSolid:after {
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: Font Awesome\ 5 Free;
  content: "";
  box-sizing: border-box;
  margin-left: 5px;
  font-size: 90%;
}
.arrowBtn:hover:after, .topbarNav li a:hover:after, .arrowBtnSolid:hover:after {
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}
.arrowBtn.white, .topbarNav li a.white, .white.arrowBtnSolid {
  color: #fff !important;
}

.arrowBtnSolid {
  border: 1px solid #fff;
  padding: 20px;
  background: #ff5722;
  color: #fff !important;
}
.arrowBtnSolid:after {
  right: 25px;
}
.arrowBtnSolid:hover:after {
  right: 20px;
}

.topbarNav li:not(:last-child) {
  margin-right: 10px;
}
.topbarNav li a {
  font-size: 13px;
  color: #fff !important;
}

header {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 100;
  background: #ff5722;
  border-bottom: 1px solid #fff;
  padding: 24px 0;
}
header .navbar-toggler {
  outline: 0;
  border: none;
}
header .navbar-toggler .navbar-toggler-icon {
  width: auto;
  height: auto;
  color: #fff;
}
header.sticky {
  position: fixed;
  padding: 5px 0 !important;
}

/* Header End */
.heading_border_top {
  border-top: 4px solid #ff5722;
  padding: 50px 0;
  margin: 0;
}

.banner {
  min-height: 90vh;
  padding: 120px 0 100px;
  background-image: -moz-linear-gradient(40deg, #f4521e 0%, #ff5721 100%);
  background-image: -webkit-linear-gradient(40deg, #f4521e 0%, #ff5721 100%);
  background-image: -ms-linear-gradient(40deg, #f4521e 0%, #ff5721 100%);
  background-image: linear-gradient(40deg, #f4521e 0%, #ff5721 100%);
  position: relative;
  color: #fff;
}
.banner .bannerOverlay1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.banner .bannerOverlay2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.banner .arrowBtnSolid {
  border: 1px solid #fff;
}

.bannerTxt {
  color: #fff;
  font-size: 36px;
}

.aboutSoftware .aboutIcon {
  filter: contrast(1000%) invert(100%) sepia(100%) saturate(10000%) hue-rotate(90deg);
}

.subheading {
  font-size: 20px;
  max-width: 380px;
}

.sec_title {
  font-size: 32px;
}

.sec_title_lg {
  font-size: 40px;
}

@media (min-width: 768px) {
  .servicesWrapper .serviceText {
    padding: 30px 50px;
  }
  .servicesWrapper .serviceWrapImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .servicesWrapper > div {
    position: relative;
  }
  .servicesWrapper > div:nth-child(even) {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .servicesWrapper > div:nth-child(even) .serviceWrapImg {
    padding-left: 0;
  }
  .servicesWrapper > div:nth-child(even) .serviceWrapImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .servicesWrapper > div:nth-child(odd) .serviceWrapImg {
    padding-right: 0;
  }
}
.servicesWrapper .serviceTitle {
  font-size: 24px;
  position: relative;
}
.servicesWrapper .serviceTitle:after {
  content: "";
  position: absolute;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 147, 34, 0.4) 0, rgba(255, 147, 34, 0.25) 40%, rgba(255, 147, 34, 0) 100%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  left: 0;
  -webkit-transform: translate(-25px, -15px);
  -moz-transform: translate(-25px, -15px);
  -ms-transform: translate(-25px, -15px);
  -o-transform: translate(-25px, -15px);
  transform: translate(-25px, -15px);
  top: 0;
}

.featuresBox, .bgGradient {
  padding: 50px 0 !important;
  min-height: 400px;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: -moz-linear-gradient(40deg, #f4521e 0%, #ff5721 100%);
  background-image: -webkit-linear-gradient(40deg, #f4521e 0%, #ff5721 100%);
  background-image: -ms-linear-gradient(40deg, #f4521e 0%, #ff5721 100%);
  background-image: linear-gradient(40deg, #f4521e 0%, #ff5721 100%);
  color: #fff;
}
.featuresBox:before, .bgGradient:before {
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(includes/images/bannerOverlay2.png) no-repeat;
  background-size: cover;
  background-position: right bottom;
  pointer-events: none;
}
.featuresBox .sec_title, .bgGradient .sec_title {
  color: #fff;
}

.featuresBox .sec_title_lg {
  color: #fff;
}

.testimonialImg {
  max-width: 120px;
  flex: 0 0 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonialText p {
  font-size: 20px;
  font-weight: 500;
}

.testimonialRating {
  color: #feca60;
  font-size: 24px;
}

.footerTitle {
  font-weight: bold;
  font-size: 14px;
  color: #ff5722;
  margin: 0 0 15px;
}

footer ul li {
  margin-bottom: 5px;
}
footer ul li a {
  color: #848995;
}
footer ul li a:hover {
  color: #ff5722;
}

.footer-top {
  border-top: 1px solid #ff5722;
  border-bottom: 1px solid #ff5722;
}

.footer_store_btns li {
  max-width: 135px;
}

.footer_cr ul li a {
  color: #ff5722;
  font-weight: 500;
}

/******************* Css Media Quries *******************/
@media (max-width: 1199px) {
  .navbar-brand {
    width: 200px;
  }

  .MainNav li a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  header {
    background: #ff5722;
    border-bottom: 1px solid #fff;
    padding: 5px 0 !important;
  }

  .sec_title_lg {
    font-size: 30px;
  }

  .featuresBox, .bgGradient {
    padding: 5 0px 0 !important;
  }

  .MainNav li {
    margin: 5px 0;
  }
  .MainNav li a {
    border: none;
  }
}