<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ----------------------------------

    01. Common styles
    02. Navbar
    03. Header
    04. Banner
    05. Features
    06. Newsletter
    07. Scroll to top
    
---------------------------------- */
/* ===================================
    Common styles
====================================== */
/* loader */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff;
  display: table;
  text-align: center; }

.loader {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 200px;
  height: 200px; }

.loader-icon {
  width: 80px;
  height: 80px;
  border: 5px solid #355eac;
  border-right-color: #eee;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  margin: 0 auto; }

@keyframes loader-rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
iframe {
  border: 0; }

.height-100vh {
  height: 100vh; }

.bg-theme, .theme-overlay[data-overlay-dark]:before {
  background: #355eac;
  background: -webkit-linear-gradient(to right bottom, #355eac, #f953ac, #eb61ca, #d571e7, #b682ff);
  background: -moz-linear-gradient(to right bottom, #355eac, #f953ac, #eb61ca, #d571e7, #b682ff);
  background: -o-linear-gradient(to right bottom, #355eac, #f953ac, #eb61ca, #d571e7, #b682ff);
  background: linear-gradient(to right bottom, #355eac, #f953ac, #eb61ca, #d571e7, #b682ff); }

.border-radius-30 {
  border-radius: 30px; }

.text-theme-color {
  color: #355eac; }

.bg-gradient-theme {
  background: #355eac;
 /* background: -webkit-linear-gradient(to right bottom, #355eac, #2db3bb, #0b8188, #00cfdc, #b682ff);
  background: -moz-linear-gradient(to right bottom, #355eac, #2db3bb, #0b8188, #00cfdc, #b682ff);
  background: -o-linear-gradient(to right bottom, #355eac, #2db3bb, #0b8188, #00cfdc, #b682ff);
  background: linear-gradient(to right bottom, #355eac, #2db3bb, #0b8188, #00cfdc, #b682ff);*/ }

/*Button styles*/
.btn {
  display: inline-block;
  border: 2px solid transparent;
  line-height: inherit;
  text-transform: uppercase;
  font-weight: 600;
  min-width: 150px;
  z-index: 1;
  overflow: hidden;
  padding: 15px 10px;
  border-radius: 0;
  border: none;
  letter-spacing: .5px;
  font-family: "Montserrat", sans-serif;
  background: #355eac;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out; }
  .btn.btn-very-small {
    font-size: 9px;
    padding: 1px 17px;
    line-height: 22px; }
  .btn.btn-small {
    font-size: 11px;
    padding: 4px 24px; }
  .btn.btn-medium {
    font-size: 12px;
    padding: 5px 25px 5px; }
  .btn.btn-large {
    font-size: 13px;
    padding: 9px 34px;
    line-height: 25px; }
  .btn.btn-extra-large {
    font-size: 15px;
    padding: 12px 40px 13px;
    line-height: 25px; }
  .btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 1000%;
    background: rgba(255, 255, 255, 0);
    z-index: -1;
    transform-origin: 0% 0%;
    transform: translateX(calc(20% - 20px)) translateY(10%) rotate(-45deg);
    transition: transform 0.3s; }
  .btn:hover:after {
    transform: translateY(10%) translateX(-20px) rotate(-45deg); }
  .btn i {
    margin-left: 6px;
    vertical-align: middle;
    position: relative;
    top: -1px; }

.btn:hover, .btn:active {
  background-color: #ff9900 !important;
  color: #fff; }
.btn:focus {
  background-color: #ff9900 !important;
  color: #fff;
  box-shadow: none !important; }

@media screen and (max-width: 767px) {
  .btn {
    padding: 15px 10px; } }
/*============================== 
    Navbar
================================*/
.logo {
  padding: 2px 0;
/*  margin-left:30px;*/
  width: 200px; }

.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 9999;
  min-height: 70px;
  padding: 0;
 /* border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/ }
  .navbar .icon-bar {
    color: #fff; }
  .navbar .navbar-nav .nav-link {
    font-size: 13px;
    font-weight: 600;
 
    letter-spacing: .5px;
    margin: 0;
    padding: 3px 12px;
    transition: all .5s;
    text-align: left;
    text-transform: uppercase; }
    .navbar .navbar-nav .nav-link:hover {
  /*    color: #355eac;*/
	  }
	  
    .navbar .navbar-nav .nav-link.active {
      color: #fff;
    position: relative;
    background: #ff9900;
    border-radius: 30px;
	   }

.nav-scroll {
  background: #fff;
  box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.6);
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  transition: transform .5s;
  transform: translateY(100px);
  z-index: 99; }
  .nav-scroll .icon-bar, .nav-scroll .navbar-nav .nav-link {
    color: #333; }

.navbar-toggler {
  background: transparent;
  width: 40px;
  height: 35px;
  padding: 0;
  border-radius: 0;
  position: absolute;
  right: 15px;
  top: 21px;
  cursor: pointer;
  z-index: 12399994;
  border: none; }
  .navbar-toggler .icon-bar:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 17px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #ff6e13;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    display: block;
    content: ""; }
  .navbar-toggler .icon-bar:before {
    top: 17px;
    background: #ff6e13;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    right: 10px;
    display: block;
    height: 2px;
    content: ""; }
  .navbar-toggler.collapsed .icon-bar:after {
    position: absolute;
    top: 17px;
    right: 10px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #ff6e13;
    border-bottom: 2px solid #ff6e13;
    content: "";
    background: none;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  .navbar-toggler.collapsed .icon-bar:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 11px;
    right: 10px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ff6e13;
    content: "";
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }

.nav-scroll .navbar-nav .logo {
  padding: 15px 0; }

@media screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse.desktop-hide {
    display: none !important; } }
@media screen and (max-width: 1399px) {
  .navbar &gt; .container {
    padding-right: 3.5rem; } }
@media screen and (max-width: 1199px) {
  .navbar .navbar-nav .nav-link {
    padding:8px 20px;
    font-size: 12px; }
  .navbar .navbar-nav .btn.small {
    margin-left: 5px;
    padding: 4px 16px;
    margin-top: 4px; } }
@media screen and (max-width: 991px) {
  .logo {
    padding: 11px 0 8px 0; }

  .navbar {
    border: none; }
    .navbar .navbar-nav .nav-link {
      border-bottom: 1px solid #fff; }
	  .navbar .navbar-nav .nav-link:hover{
	  color: #ff9900;
	  }
      .navbar .navbar-nav .nav-link.active {
        color: #ff9900; }
    .navbar .navbar-nav .btn.small {
      margin: 10px 5px; }
    .navbar &gt; .container {
      padding-right: 0;
      position: relative; }
    .navbar .navbar-collapse {
      background: #355eac;
      text-align: center; }
    .navbar .navbar-toggler {
      padding: 8px 0;
      text-align: right;
      width: 40px;
      top: 10px; }
    .navbar .nav-link {
      display: block; }
    .navbar .navbar-nav .active:after {
      width: 100%; }

  .nav-scroll .navbar-collapse .nav-link {
   /* color: #fff !important;*/ }
  .nav-scroll .navbar-collapse .active {
    color: #ff9900 !important; }
  .nav-scroll .navbar-collapse .btn.active {
    color: #fff !important; } }
/*============================== 
    Header
================================*/
.header {
  overflow: hidden; }
  .header .caption h1 {
  
    margin: 10px 0;
    font-size: 32px;
    font-weight: 700;
    animation-delay: 0.8s; }
  .header .btn i {
    position: relative;
    top: 1px; }
  .header .arrow {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    z-index: 8; }
    .header .arrow a {
      color: #fff; }
      .header .arrow a:hover {
        color: #355eac; }
    .header .arrow i {
      position: relative;
      display: inline-block;
      width: 30px;
      height: 30px;
      line-height: 32px;
      font-size: 12px; }
      .header .arrow i:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #eb3007;
        border-radius: 50%;
        z-index: -1;
        transition: all .2s; }
      .header .arrow i:hover:after {
        background: #fff;
        transform: scale(1.2);
        transition: all .5s; }
  .header .social-links a {
    display: inline-block;
    margin: 0 12px;
    font-size: 18px; }
    .header .social-links a:hover {
      opacity: 0.85; }
  .header .social-links:last-child {
    margin-right: 0; }

@media screen and (min-width: 1200px) {
  .header {
    height: 100vh; } }
@media screen and (max-width: 1199px) {
  .header .caption h1 {
    font-size: 60px; } }
@media screen and (max-width: 991px) {
  .header {
    transition-timing-function: none;
    -moz-transition-timing-function: none;
    -webkit-transition-timing-function: none;
    -o-transition-timing-function: none;
    -ms-transition-timing-function: none;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    -ms-transition-duration: 0s; }
    .header .caption {
      top: 55%; }
      .header .caption h1 {
        font-size: 50px; }
      .header .caption h2 {
        font-size: 30px; }
    .header .social-links a {
      font-size: 16px; } }
@media screen and (max-width: 767px) {
  .header .caption h1 {
    font-size: 32px;
    margin-top: 5px;
    margin-bottom: 15px; }
  .header .caption h3 {
    letter-spacing: 1px; } }
@media screen and (max-width: 575px) {
  .header .caption h1 {
    font-size: 28px;
    margin-top: 5px;
    margin-bottom: 12px; } }
/*============================== 
    Banner
================================*/
.banner-headline {
  font-size: 3rem;
  line-height: 1.2; }
  .banner-headline.medium {
    font-size: 1.6rem; }

@media only screen and (min-width: 768px) {
  .banner-headline {
    font-size: 4.4rem;
    font-weight: 300; } }
@media only screen and (min-width: 1170px) {
  .banner-headline {
    font-size: 6rem; }
    .banner-headline.medium {
      font-size: 5rem;
      line-height: 1.2; } }
.banner-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left; }
  .banner-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0; }
    .banner-words-wrapper b.is-visible {
      position: relative; }

.no-js .banner-words-wrapper b {
  opacity: 0; }
  .no-js .banner-words-wrapper b.is-visible {
    opacity: 1; }

/* xclip */
.banner-headline.clip span {
  display: inline-block;
  padding: .2em 0; }
.banner-headline.clip .banner-words-wrapper {
  overflow: hidden;
  vertical-align: top; }
  .banner-headline.clip .banner-words-wrapper:after {
    content: '';
    position: absolute;
    top: 10%;
    right: 0;
    width: 2px;
    height: 70%;
    background-color: rgba(255, 255, 255, 0.65); }
.banner-headline.clip b {
  opacity: 0; }
.banner-headline b.is-visible {
  opacity: 1; }

.banner-device img {
  max-height: 100vh; }

@media screen and (max-width: 1399px) {
  .banner-device img {
    max-height: 80vh; } }
@media screen and (max-width: 991px) {
  .banner-device img {
    height: 100%;
    width: auto; } }
@media screen and (max-width: 1199px) {
  .banner-device img {
    max-height: 75vh; } }
@media screen and (max-width: 991px) {
  .banner-device img {
    max-height: 55vh; } }
@media screen and (max-width: 767px) {
  .banner-device img {
    max-height: 50vh; } }
@media screen and (max-width: 575px) {
  .banner-device {
    display: none; } }
/* ===================================
    Features
====================================== */
/* infinite animation */
.infinite-floating {
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-name: Floating;
  animation-timing-function: ease-in-out; }

@keyframes Floating {
  0% {
    transform: translate(0px, 0px); }
  65% {
    transform: translate(0px, 30px); }
  100% {
    transform: translate(0px, 0px); } }
/* app download */
.app-download-btn a {
  background: #fff; }
  .app-download-btn a:hover {
    background: #355eac;
    color: #fff;
    border-color: 1px solid #fff !important; }
.app-download-btn p {
  line-height: 1; }

/* video area */
.video-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  border: 20px solid #fff;
  border-radius: 0px;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
  height: 550px; }
  .video-area .video_btn {
    width: 80px;
    height: 80px;
    background-color: #355eac;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 36px;
    line-height: 80px;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3; }
    .video-area .video_btn:hover {
      background: #884bdf; }
    .video-area .video_btn:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      height: 80px;
      width: 80px;
      border: 2px solid #fff;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      opacity: .3;
      animation: pulse-border 1500ms ease-out infinite; }
    .video-area .video_btn:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      height: 95px;
      width: 95px;
      border: 2px solid #fff;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      opacity: .3;
      animation: pulse-border 1500ms ease-out infinite; }

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
@media screen and (max-width: 1199px) {
  .video-area {
    height: 500px;
    border-radius: 10px; } }
@media screen and (max-width: 991px) {
  .video-area {
    height: 350px;
    border-radius: 5px; } }
@media screen and (max-width: 767px) {
  .video-area {
    border: 10px solid #fff; } }
/* counter section */
#counter {
  margin-top: -30px; }

@media screen and (max-width: 991px) {
  #counter {
    margin-top: -30px; } }
/* App screenshot */
.app_screenshots_slides * {
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -ms-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s; }
.app_screenshots_slides .single-shot {
  opacity: 0.7;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  text-align: center; }
.app_screenshots_slides .center .single-shot {
  opacity: 1;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.app-screenshots-area button.owl-dot {
  height: 11px;
  width: 11px;
  background: #ddd;
  border-radius: 50%;
  display: inline-block;
  margin: 0 6px;
  margin-top: 50px; }
  .app-screenshots-area button.owl-dot.active {
    background-color: #355eac;
    border-color: #355eac; }
.app-screenshots-area .owl-dots {
  height: 100%;
  width: 100%;
  text-align: center; }

/* owl carousel */
.owl-carousel .owl-item img {
  width: auto;
  display: inline-block; }
.owl-carousel .owl-nav .owl-next {
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-top: -22px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 10; }
.owl-carousel .owl-nav .owl-prev {
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-top: -22px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 10;
  left: 15px; }
.owl-carousel .owl-nav .owl-next {
  right: 15px; }
.owl-carousel .owl-item {
  cursor: url("../img/cursor.png"), move; }

/*testimonial style*/
.testimonials-section .testimonial-grid {
  overflow: hidden;
  padding: 25px;
/*  -moz-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  -ms-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  -o-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);*/ }
  .testimonials-section .testimonial-grid p {
    font-size: 16px;
    line-height: 28px; }
.testimonials-section .testmonial-holder {
  float: left;
 /* border: 5px solid rgba(0, 0, 0, 0.1);*/
  border-radius: 150px; }
  .testimonials-section .testmonial-holder img {
    width: 150px;
    border-radius: 150px; }
.testimonials-section .testimonial-grid .details {
  width: calc(100% - 175px);
  float: left;
  padding: 0 0 0 30px;
  position: relative; }
  .testimonials-section .testimonial-grid .details i {
    font-size: 24px;
    color: #355eac; }
  .testimonials-section .testimonial-grid .details p {
    margin-bottom: 10px; }
  .testimonials-section .testimonial-grid .details h4 {
    font-size: 18px;
    line-height: 30px; }
  .testimonials-section .testimonial-grid .details span {
    font-size: 12px;
    color: #355eac; }
.testimonials-section .client-info &gt; span {
  font-weight: 500;
  text-transform: uppercase; }
.testimonials-section .custom-dot {
  display: inline-block;
  z-index: 1;
  margin-top: 30px; }
  .testimonials-section .custom-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: block;
    border: 1px solid #fff;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
    transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s; }
    .testimonials-section .custom-dot span:hover {
      background: rgba(0, 0, 0, 0.2);
      -webkit-backface-visibility: visible;
      border-radius: 30px; }
  .testimonials-section .custom-dot.active span {
    width: 12px;
    height: 12px;
    background: #86bc42;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s; }
.testimonials-section .owl-nav i {
  color: #232323;
  font-size: 18px;
  padding-top: 6px; }
.testimonials-section .owl-nav .owl-next {
  color: #232323;
  font-size: 43px;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #fff !important;
  position: absolute;
  vertical-align: top;
  line-height: 8px; }
.testimonials-section .owl-nav .owl-prev {
  color: #232323;
  font-size: 43px;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #fff !important;
  position: absolute;
  vertical-align: top;
  line-height: 8px;
  left: -75px;
  top: 40%;
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -ms-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -o-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1); }
.testimonials-section .owl-nav .owl-next {
  right: -75px;
  top: 40%;
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -ms-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -o-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1); }

@media screen and (max-width: 1199px) {
  .testimonials-section .testimonial-grid p {
    font-size: 15px; } }
@media screen and (max-width: 991px) {
  .testimonials-section .testmonial-holder {
    width: 125px; }
    .testimonials-section .testmonial-holder img {
      width: 125px;
      border-radius: 125px; }
  .testimonials-section .testimonial-grid p {
    font-size: 14px;
    line-height: 26px; }
  .testimonials-section .testimonial-grid .details h4 {
    font-size: 16px;
    line-height: 28px; } }
@media screen and (max-width: 767px) {
  .testimonials-section .testmonial-holder {
    border-width: 5px; }
  .testimonials-section .testimonial-grid {
    padding: 20px; }
    .testimonials-section .testimonial-grid .details {
      width: 100%;
      padding-left: 0; }
  .testimonials-section .testmonial-holder {
    float: none;
    margin: 0 auto 15px auto;
    display: inherit; }
  .testimonials-section .testimonial-grid .details i {
    font-size: 20px; }
  .testimonials-section .testimonial-grid .details h4 {
    font-size: 15px;
    line-height: 24px; }
  .testimonials-section .testimonial-grid .details span {
    font-size: 11px; } }
/* ===================================
    Newsletter
====================================== */
.newsletter-form input {
  display: inline-block;
  background: #fff;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
  outline: 0;
  border: 2px solid #eee;
  min-width: 270px;
  max-width: 100%;
  -moz-border-radius-top-left: 30px;
  -ms-border-radius-top-left: 30px;
  -webkit-border-top-left-radius: 30px;
  -o-border-radius-top-left: 30px;
  border-top-left-radius: 30px;
  -moz-border-radius-bottom-left: 30px;
  -ms-border-radius-bottom-left: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -o-border-radius-bottom-left: 30px;
  border-bottom-left-radius: 30px;
  padding: 12px 20px;
  width: auto; }
.newsletter-form button {
  display: inline-block;
  vertical-align: top;
  background: #355eac;
  cursor: pointer;
  color: #fff;
  border: none;
  font-size: 12px;
  -moz-border-radius-top-right: 30px;
  -ms-border-radius-top-right: 30px;
  -webkit-border-top-right-radius: 30px;
  -o-border-radius-top-right: 30px;
  border-top-right-radius: 30px;
  -moz-border-radius-bottom-right: 30px;
  -ms-border-radius-bottom-right: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -o-border-radius-bottom-right: 30px;
  border-bottom-right-radius: 30px;
  padding: 14px 20px;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  text-transform: uppercase;
  font-weight: 600; }
  .newsletter-form button:hover {
    background: #ff9900;
    color: #fff; }
	

@media screen and (max-width: 767px) {
  .newsletter-form button {
    margin-top: 15px;
    border-radius: 30px;
    width: 100%;
    display: block; }
  .newsletter-form input {
    border-radius: 30px;
    width: 100%;
    display: block; } }
/* ===================================
    Scroll to top
====================================== */
.scroll-to-top {
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 50%;
  background: #355eac;
  border: 1px solid transparent;
  width: 35px;
  height: 35px;
  line-height: 30px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all 0.3s ease; }
  .scroll-to-top i {
    color: #fff; }
  .scroll-to-top:hover {
    color: #fff;
    background: #ff9900; }
    .scroll-to-top:hover i {
      color: #fff; }
  .scroll-to-top:visited {
    color: #fff;
    text-decoration: none; }

/*# sourceMappingURL=style.css.map */

/* Social Media */
.footer-bottom a:hover {
  color: #000; }

.footer-social a {
  display: inline-block;
  margin: 0 12px; }
  .footer-social a:last-child {
    margin-right: 0; }
  .footer-social a i {
    color: #b7b7b7;
    font-size: 18px; }
  .footer-social a:hover i {
    color: #355eac; }
/* downloads */
.downloads li {
/*  border: 1px solid #355eac;
  border-radius: 5px;
  text-align:left !important;*/
 
   }
.downloads i {
/*  background: #355eac;
  padding: 10px 12px;*/
  color: #355eac;
  vertical-align: top; }
.downloads .label {
/*  margin-top: 10px;*/
  display: inline-block;
  margin-left: 10px; }
  
  
 
/* services block one */
.owl-carousel .service-box {
  margin: 0 15px 25px 15px; }

.service-box {
  background: #fff;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(50, 50, 50, 0.12);
  -moz-box-shadow: 0 10px 20px 0 rgba(50, 50, 50, 0.12);
  box-shadow: 0 10px 20px 0 rgba(50, 50, 50, 0.12);
  margin: 15px 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.service-inner-box {
  padding: 20px; }

.service-icon-box {
  width: 20%;
  max-width: 50px;
  float: left;
  padding-top: 2px; }

.service-content-box {
  width: 80%;
  float: left; }

.service-box .img-holder {
  position: relative; }
  .service-box .img-holder:before {
    background-color: rgba(134, 188, 66, 0.6);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: auto;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 10; }
.service-box:hover .img-holder:before {
  opacity: 1; }
.service-box .img-holder img {
  width: 100%; }
.service-box h3 {
  font-size: 16px;
  margin-bottom: 0;
  line-height: normal;
  font-weight: 500; }
.service-box p {
  color: #999;
  font-size: 15px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 0; }
.service-box i {
  color: #d72027;
  font-size: 28px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
.service-box:hover i {
  color: #232323; }

/* ===================================
    Tabs
====================================== */
ul.resp-tabs-list {
  margin: 0px;
  padding: 0px; }

.resp-tabs-list li {
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0 4px 0 0;
  list-style: none;
  cursor: pointer; }
  .resp-tabs-list li:last-child {
    margin-right: 0; }
  .resp-tabs-list li i {
    font-size: 20px;
    padding-right: 5px;
    vertical-align: text-bottom; }

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left; }

.resp-tab-content {
  display: none;
  padding: 20px; }

.resp-tabs-list li.resp-tab-active {
  border: 1px solid #d72027;
  border-bottom: none;
  border-color: #d72027 !important;
  margin-bottom: -1px;
  padding: 12px 14px 14px 14px;
  border-top: 4px solid #d72027 !important;
  border-bottom: 0px #fff solid;
  border-bottom: none;
  background-color: #fff;
  color: #d72027; }

.resp-content-active, .resp-accordion-active {
  display: block; }

.resp-tab-content {
  border: 1px solid #c1c1c1;
  border-top-color: #c1c1c1;
  float: left;
  width: 100%; }

h2.resp-accordion {
  cursor: pointer;
  display: none;
  font-size: 14px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 14px 15px;
  float: left;
  width: 100%; }
h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  background-color: #d72027 !important;
  color: #fff; }
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue; }

/* vertical tabs */
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%; }
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0 0 4px;
  cursor: pointer;
  float: none; }
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #d72027 !important;
  float: left;
  width: 70%;
  min-height: 250px;
  clear: none; }
.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word; }
.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 11px !important;
  border-top: 1px solid;
  border: 1px solid #d72027 !important;
  border-left: 4px solid #d72027 !important;
  margin-bottom: 4px !important;
  border-right: 1px #FFF solid !important; }

.resp-arrow {
  border-color: transparent #232323 #232323 transparent;
  border-style: solid;
  border-width: 0 1px 1px 0;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 4px; }

h2.resp-tab-active span.resp-arrow {
  border-color: #fff transparent transparent #fff;
  border-style: solid;
  border-width: 1px 0 0 1px;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 7px; }

/* accordion styles */
.resp-easy-accordion h2.resp-accordion {
  display: block; }
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1; }
  .resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;
    /* !important; */ }

.resp-jfit {
  width: 100%;
  margin: 0px; }

.resp-tab-content-active {
  display: block;
  border-color: #d72027 !important; }

h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1; }
h2.resp-accordion.resp-tab-active {
  border-color: #d72027 !important; }

/* tab-style4 */
.tab-style4 .resp-tabs-list li.resp-tab-active, .tab-style4 .resp-tab-content-active {
  background: #d72027 !important;
  color: #fff; }

/* tab-style5 */
@media screen and (min-width: 768px) {
  .tab-style5 ul.resp-tabs-list {
    text-align: center; }
    .tab-style5 ul.resp-tabs-list.text-left {
      padding-left: 15px; }
    .tab-style5 ul.resp-tabs-list li:last-child {
      margin-right: 0; }
    .tab-style5 ul.resp-tabs-list li.resp-tab-active {
      border-bottom-color: #d72027;
      color: #d72027; }
  .tab-style5 .resp-tab-content {
    border: 1px solid #e6e6e6;
    border-width: 1px 0 0 0;
    border-color: #d72027; } }
/* tab-style6 */
@media screen and (min-width: 768px) {
  .tab-style6 ul.resp-tabs-list {
    text-align: center;
   /* border: 1px solid #e6e6e6;*/
   border:none;
    border-width: 0 0 1px 0; }
    .tab-style6 ul.resp-tabs-list li:last-child {
      margin-right: 0; }
    .tab-style6 ul.resp-tabs-list li.resp-tab-active {
      border-bottom-color: #d72027;
      color: #d72027; }
  .tab-style6 .resp-tab-content {
    border: none;
    padding: 30px 20px; }
  .tab-style6 .resp-tabs-list .tab-box {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-top: 8px; }
  .tab-style6 .resp-tabs-list li.resp-tab-active h6 {
    color: #d72027; }
  .tab-style6 .resp-tabs-list .tab-box h6 {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    color: #6f6f6f;
    line-height: 12px; }
  .tab-style6 .resp-tabs-list .tab-box span {
    text-transform: lowercase;
    font-size: 12px; }
  .tab-style6 .resp-tabs-list li {
    font-size: 18px;
    border-bottom: 0px solid transparent !important;
    margin: 0;
    background: none !important;
    padding: 0 35px 0px 15px;
    text-transform: uppercase; }
    .tab-style6 .resp-tabs-list li.resp-tab-active {
      border-width: 0 0 2px 0 !important;
      border-color: #d72027 !important; }
  .tab-style6 ul.resp-tabs-list i {
    margin-right: 15px;
    border: 1px solid #d5d5d5;
    border-radius: 70px;
    width: 50px;
    height: 50px;
    line-height:48px;
    font-size: 20px;
    padding: 0;
    vertical-align: middle; }
  .tab-style6 ul.resp-tabs-list li.resp-tab-active i {
    background: #d72027;
    border-color: #d72027;
    color: #fff; } }
@media screen and (max-width: 991px) {
  .tab-style6 .resp-tab-content {
    padding: 20px; }
  .tab-style6 .resp-tabs-list li {
    padding: 0 15px 15px 15px; } }
/* change the breakpoint to set the accordion */
@media screen and (max-width: 767px) {
  ul.resp-tabs-list {
    display: none; }

  h2.resp-accordion {
    display: block; }
    h2.resp-accordion i {
      margin-right: 8px;
      font-size: 18px; }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1; }
  .resp-vtabs .resp-tabs-container {
    border: none !important;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none; }

  .resp-accordion-closed {
    display: none !important; }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important; }

  .resp-tab-content {
    background-color: #fff; }

  /* tab-style6 */
  .tab-style6 .tab-box {
    display: inline-block;
    vertical-align: top; }
  .tab-style6 h2.resp-accordion i {
    margin-right: 15px; }
  .tab-style6 .tab-box h6 {
    margin-bottom: 2px;
    font-size: 14px; }
  .tab-style6 .tab-box span {
    font-size: 12px; }
  .tab-style6 .resp-tab-active h6 {
    color: #fff; } }
/* tab-style7 */
.tab-style7 .resp-tabs-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  .tab-style7 .resp-tabs-list li {
    position: relative;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 0 15px 15px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    min-width: auto;
    color: #000;
    background: none !important; }
    .tab-style7 .resp-tabs-list li.resp-tab-active {
      border: 1px solid #112336;
      border-bottom: none;
      border-color: #112336 !important;
      margin-bottom: -1px;
      border-top: 4px solid #112336 !important;
      border-bottom: 0px #fff solid;
      border-bottom: none;
      background-color: #fff;
      color: #112336;
      color: #5e2ced;
      -ms-border-top-left-radius: 5px;
      -webkit-border-top-left-radius: 5px;
      -moz-border-top-left-radius: 5px;
      -o-border-top-left-radius: 5px;
      -ms-border-top-right-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-top-right-radius: 5px;
      -o-border-top-right-radius: 5px;
      -ms-border-radius-top-left: 5px;
      -webkit-border-radius-top-left: 5px;
      -moz-border-radius-top-left: 5px;
      -o-border-radius-top-left: 5px;
      -ms-border-radius-topright: 5px;
      -webkit-border-radius-topright: 5px;
      -moz-border-radius-topright: 5px;
      -o-border-radius-topright: 5px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border-top: none !important;
      border-left: none !important;
      border-right: none !important; }
      .tab-style7 .resp-tabs-list li.resp-tab-active:after {
        content: "";
        background: #d72027;
        height: 1px;
        width: 100%;
        position: absolute;
        bottom: -1px;
        left: 0;
        margin: 0 auto;
        right: 0; }
.tab-style7 .img-effect:hover {
  transform: translateY(-8px); }
.tab-style7 .box-shadow-primary {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }

@media screen and (min-width: 992px) {
  .tab-style7 ul.resp-tabs-list {
    text-align: center; }
    .tab-style7 ul.resp-tabs-list.text-left {
      padding-left: 15px; }
    .tab-style7 ul.resp-tabs-list li:last-child {
      margin-right: 0; }
    .tab-style7 ul.resp-tabs-list li.resp-tab-active {
      color: #112336; }
  .tab-style7 .resp-tab-content {
    margin-top: 40px;
    border: none;
    padding: 0; } }
@media screen and (max-width: 991px) {
  .tab-style7 ul.resp-tabs-list {
    display: none; }
  .tab-style7 h2.resp-accordion {
    display: block; }
    .tab-style7 h2.resp-accordion i {
      margin-right: 8px;
      font-size: 18px; }
  .tab-style7 .resp-accordion-closed {
    display: none !important; }
  .tab-style7 .resp-tab-content {
    background-color: #fff; } }
	
.tab-style6 ul li .nav-link { 
color:#355eac;
background-color:transparent;
    border-width: 0 0 2px 0 !important;
    border-color: #fff !important;
}	
.tab-style6 ul li .nav-link.active { 
color:#355eac;
background-color:transparent;
    border-width: 0 0 2px 0 !important;
    border-color: #49c0d0 !important;
	cursor:default;
}

.tab-style6 ul li .nav-link.active i { 
background: #49c0d0;
    border-color: #49c0d0;
    color: #fff;
	}
.tab-style6 .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
border-color:transparent;
}
	
/*.products-accordion button {
border: none;
    background: transparent;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
    text-align: left;
	}
.products-accordion .card-header {
    padding: .50rem 1.25rem;
	}*/
	
	/*accordion style 2*/
.accordion-style2 .card {
  background: transparent;
  box-shadow: none;
  margin-top: 0 !important;
  border: none; }
.accordion-style2 .card-header {
  border: 0px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: none; }
.accordion-style2 .btn-link {
  background: #e0f3f5 !important;
  color: #232323;
  font-size: 12px;
  line-height: 20px;
  position: relative;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border-radius: 0;
  padding: 10px 30px 10px 15px;
  text-decoration: none;
  cursor:default !important;
  }
  .accordion-style2 .btn-link:hover {
    background: #a0d9df !important;
    border: none;
    text-decoration: none; }
  .accordion-style2 .btn-link.collapsed:after {
    background: none;
    content: "+";
    right: 15px;
    left: inherit;
    font-size: 20px;
    height: auto;
    transform: none;
    width: auto;
    top: 15px; }
  .accordion-style2 .btn-link:after {
    background: none;
    content: "-";
    right: 17px;
    left: inherit;
    font-size: 20px;
    height: auto;
    transform: none;
    width: auto;
    top: 15px;
    position: absolute;
    color: #232323; }
.accordion-style2 .card-body {
  padding: 10px 15px;
  line-height: 24px;
  text-align: left;
  background: #fff; }
  
 
 .footer-newletter .newsletter-form button {
 padding: 11px 12px;

 }
  .footer-newletter  .newsletter-form input {
  min-width: 150px;
  padding: 10px 10px;
  border:2px solid;
  }
 .ourclients img {
 border:1px solid #ddd;
 margin-bottom:30px;
 }
 
/* .ourproducts .card-header .btn[aria-expanded=true] {
color: #73b900;
background-color: #fff ;
}
.ourproducts .card-header .btn-link[aria-expanded=true] {
color:#73b900 !important;
background-color: #ff9900 !important;
}*/
.testimonials-section img {
border:3px solid #ddd;
}
.testimonials-section .testimonial-grid .details i {
font-size:14px;
}
.readmore {
cursor:pointer;
}
.text-theme-color2{
color: #355eac !important;
}
.expanddiv {
background:transparent;
 width:300px;
    padding: 15px;
	
	
}
::-webkit-scrollbar {
  width: 8px;
  border-radius:10px;
/*  margin-right:5px;*/
  overflow-x:hidden;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #355eac;
  border-radius: 20px;
  height: 6px;
  width:2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fb792a;
}

@media screen and (max-width: 991px){ /* mobile */
.height-100vh {
/*    height: 50vh;*/
background: none !important;
}
.cover-background {
background-size: 100% !important;
}
.navbar .navbar-nav .nav-link.active {
	color: #ff9900;
 
    background: #fff;
    border-radius: 0;
}
.logo {
    padding: 0px 0 0px 0;
}
.navbar .navbar-collapse {
 
color:#000;

}
.navbar-nav {
background: #fff;
box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
}
.navbar-nav li {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    position: relative;
    padding: 0;
    margin: 0;
}
.nav-item {
border-bottom:1px solid #999;
}
}
@media  screen and (max-width: 1200px) { 
.height-100vh {
/*    height: 50vh;*/
}
.navbar .navbar-nav .nav-link {
    padding: 8px 20px;
    font-size: 10px;
}
.header .caption h1{
font-size:30px;
}
}
@media (min-width: 992px){
.modal-lg, .modal-xl {
    max-width: 1000px;
}
}
.medicas .modal-body {
height:450px;
overflow-y:scroll;
padding:15px 25px;
}
.medicas .modal-body h6{
color:#355eac;
font-size:16px;
margin-bottom: 8px;
}
.medicas .modal-header {
padding: 11px 20px;
}
.medicas .modal-header h6{
text-transform:uppercase;
font-size:18px;
}
.medicas .modal-footer {
padding:8px;
}
.footer-bottom a{
color:#fff;
}
.footer-bottom a:hover{
color:#355eac;
}
.medicas-privacypolicy h6 {
color:#05868e;
font-size:16px;
margin-bottom: 8px;
}
.medicas-privacypolicy h5 {
color:#ff6a00;
font-size:20px;
}
.medicas-privacypolicy .list-style-14 {
margin-left:25px;
margin-bottom:30px;
}
.text-selected {
background-color:#ddd;
padding-left:5px;
padding-right:5px;
color:#333333;
}
.text-decoration-underline {
text-decoration:underline;
color:#05868e;
}
.text-health {
color:#05868e;
}
.text-orange {
color:#ff9900;
}
.medicas-features .accordion-style2 .btn-link.collapsed:after {
display:none;
}
.medicas-features .accordion-style2 .btn-link:after {
display:none;
}
.list-style-5 li {
    padding: 0 0 10px 35px;
}

/*Mouse Scroll Down Start*/
 /*.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
  margin-left:45%;
  cursor:pointer;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}*/

/*Mouse Scroll Down End*/
.applynow {
color:#fff;
}
.applynow p:hover{
color:#fff;
cursor:pointer;
}
.active-btn {
 background: #355eac !important;
    color: #fff !important;
    border-color: 1px solid #fff !important;
}
.points li {
    padding: 0 0 0px 25px;
	border-bottom:0px;
	color:#000;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width:100%;
  margin-bottom: 8px;
}

.btn8 {
    border: 2px dashed #1abbb9;
    color: #000;
    background-color: white;
    padding: 8px 20px;
    border-radius: 0;
    font-size: 13px;
    /* font-weight: bold; */
    background-color: #f0fdfd;
	width:100%;
	text-align:center;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.white-button {
  background: #1f4895;
    color: #fff;
    padding:10px 30px !important;
    border-radius: 50px;
    border: 2px solid #f5f5f5;
    margin-top: 10px;
    cursor: pointer;
}
.white-button:hover {
  background: #355eac;
    color: #fff;
    padding:10px 30px !important;
    border-radius: 50px;
    border: 2px solid #f5f5f5;
    margin-top: 10px;
    cursor: pointer;
}
.navbar .navbar-toggler {
  display: none;
}</pre></body></html>