@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "panton";
  src: url("../webfonts/panton-regular-webfont.woff2") format("woff2"),
    url("../webfonts/panton-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "panton";
  src: url("../webfonts/panton-semibold-webfont.woff2") format("woff2"),
    url("../webfonts/panton-semibold-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "panton";
  src: url("../webfonts/panton-bold-webfont.woff2") format("woff2"),
    url("../webfonts/panton-bold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

body {
  font-weight: 400;
  font-size: 16px;
  font-family: "Poppins", sans-serif;color: #3a3736;
}
a {
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a:hover {
  color: #189b9e;
}
a:hover,
a:active,
a:focus,
input:focus,
input:hover,
button:focus,
.btn:focus,
button:hover,
.btn:hover,
button:active,
.btn:active,
button:active:focus,
.btn:active:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
p {
  margin-top: 0;
  margin-bottom: 10px;    font-family: "panton";
}
/*Scroll to top css start*/
/*return to top css start*/
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #0e76bc;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  -webkit-transition: all 0.3s linear;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
  z-index: 100;
  -webkit-box-shadow: 0 15px 30px rgba(51, 51, 51, 0.2);
  box-shadow: 0 15px 30px rgba(51, 51, 51, 0.2);
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background-color: #189b9e;
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
/*Scroll to top css Ends*/
/*Common css start*/
.btn-primary,
.navbar-expand-lg .navbar-nav li:last-child a {
  display: inline-block;
  text-align: center;
  background-image: -moz-linear-gradient(
    -90deg,
    #0e76bc 0%,
    #189b9e 51%,
    #0e76bc 100%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    #0e76bc 0%,
    #189b9e 51%,
    #0e76bc 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    #0e76bc 0%,
    #189b9e 51%,
    #0e76bc 100%
  );
  background-size: auto 200%;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  min-width: 115px;
  font-size: 18px;
  position: relative;
  font-family: "panton";
  border: none;
  padding: 10px 60px;
  z-index: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
body.without-login-share header.top-header-menu { margin-top: 15px;}

.btn-primary:before,
.navbar-expand-lg .navbar-nav li:last-child a:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 60%;
  background-image: -moz-linear-gradient(
    -90deg,
    #0e76bc 0%,
    #189b9e 51%,
    #0e76bc 100%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    #0e76bc 0%,
    #189b9e 51%,
    #0e76bc 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    #0e76bc 0%,
    #189b9e 51%,
    #0e76bc 100%
  );
  background-size: auto 200%;
  left: 50%;
  bottom: -5px;
  z-index: -1;
  border-radius: inherit;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.5;
}
.btn-primary:hover,
.navbar-expand-lg .navbar-nav li:last-child a:hover {
  background-position: center bottom;
}
.btn-primary:hover:before,
.navbar-expand-lg .navbar-nav li:last-child a:hover:before {
  bottom: -0px;
  background-position: center bottom;
}
.section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}
.main-title {
  font-size: 38px;
  font-weight: 600;
  color: #3a3736;
  margin-bottom: 15px;
  line-height: 1.4;
}
.main-subtitle {
  font-size: 20px;
  line-height: 1.6;
  color: #777777;
  font-family: "panton";
  font-weight: 400;
  margin-bottom: 40px;
      font-size: 17px;
    line-height: 1.625;
}
.object-fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.object-fit-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
:focus,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 150px;
  background-color: #d7d7d7;
  opacity: 1;
  border: 2px solid #d7d7d7;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0e76bc;
  border-color: #0e76bc;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  bottom: 0;
}
.swiper-button-next,
.swiper-button-prev {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin: 0;
  background: none;
  background-color: #414141;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  width: 51px;
  height: 51px;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #1a1a1a;
}
/*Common css end*/
/***********************/
/**Start:: Header CSS**/
/***********************/
.header-social-media {
  padding-top: 18px;
  position: relative;
  z-index: 1;
}
.header-social-media li a {
  font-size: 16px;
  color: #000;margin: 0 4px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #3a3736;
}
.navbar-expand-lg .navbar-nav li:last-child a {
  border-radius: 300px;
  font-weight: 500;
  min-width: 115px;
  font-size: 14px;
  padding: 8px 15px;
}

/***********************/
/**End:: Header CSS**/
/***********************/
/******************************/
/**Start:: Banner section CSS**/
/******************************/
.banner-section {
  padding-top: 45px;
  position: relative;
}
.banner-section:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #f8f8f8 url(../images/banner-bg.png);
  background-repeat: no-repeat;
  background-position: 80% bottom;
}
.banner-content-blk .main-title {
  font-size: 48px;
}
.banner-buttons {
  padding-bottom: 50px;
  padding-top: 15px;
}
.banner-buttons a:not(.btn-primary) {
  background-color: #fff;
  padding: 8px 30px;
  border-radius: 0px 5px 5px 0px;
  -webkit-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.21);
  color: #0e76bc;
  font-weight: 600;
  font-family: "panton";
  text-align: center;
}

/******************************/
/**End:: Banner section CSS**/
/******************************/
/******************************/
/**Start:: Video section CSS**/
/******************************/
.video-section {
  background-image: url(../images/video-section-bg.png);
  background-repeat: no-repeat;
  background-position: 55% top;
}
.video-blk {
  text-align: center;
}
/******************************/
/**End:: Video section CSS**/
/******************************/
/******************************/
/**Start:: Service section CSS**/
/******************************/
.services-section {
  background-color: #f8f8f8;
}
.service-blk {
  padding: 30px 20px;
  border-radius: 10px;
  height: 100%;
  background-color: #e5fafe;
  border: 1px solid #00cff2;
}
.green-service {
  background-color: #e9f9ee;
  border: 1px solid #24c658;
}
.blue-service {
  background-color: #e5fafe;
  border: 1px solid #00cff2;
}
.pink-service {
  background-color: #ffecf9;
  border: 1px solid #ff45c4;
}
.orange-service {
  background-color: #fff5ec;
  border: 1px solid #ff9d45;
}
.red-service {
  background-color: #feecec;
  border: 1px solid #f54245;
}
.purple-service {
  background-color: #f4e9fb;
  border: 1px solid #9424d7;
}
.yellow-service {
  background-color: #fff9e5;
  border: 1px solid #ffc300;
}
.brown-service {
  background-color: #eee7ec;
  border: 1px solid #571845;
}
.service-content {
  padding-top: 30px;
  font-size: 14px;
  color: #777777;
  font-family: "panton";
}
.service-content h2 {
  font-size: 18px;
  color: #3a3736;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}
.service-content h2 a {
  color: #3a3736;
}
/******************************/
/**End:: Service section CSS**/
/******************************/
/******************************/
/**Start:: Pricing section CSS**/
/******************************/
.pricing-title-blk {
  text-align: center;
  margin-top: -30px;
}
.pricing-title-blk h2 {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-image: url(../images/pricing-title-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  padding: 18px 25px 25px;
  min-width: 160px;
  min-height: 70px;
}
.pricing-blk {
  border: 1px solid rgb(229, 229, 229);
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 4px 36px 4px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 4px 36px 4px rgba(0, 0, 0, 0.11);
  position: relative;
  padding: 0px 20px;  height:100%;
}
.pricing-button {
      bottom: -32px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
}
.pr-blk{margin-bottom: 100px;}
.pricing-amount {
  font-size: 14px;
  color: #777777;
  font-family: "panton";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}
.pricing-amount span {
  font-weight: 600;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  color: #3a3736;
  line-height: 1.2;
  margin-right: 5px;
}
.pricing-checklist {
  list-style: none;
  padding-left: 10px;
  padding-top: 20px;
}
.pricing-checklist li {
  position: relative;
  padding-left: 25px;
  color: #777777;
  font-family: "panton";
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.pricing-checklist li:before {
  border-radius: 50%;
  background-image: -o-linear-gradient(
    230deg,
    rgb(255, 60, 60) 0%,
    rgb(241, 15, 128) 100%
  );
  background-image: linear-gradient(
    -140deg,
    rgb(255, 60, 60) 0%,
    rgb(241, 15, 128) 100%
  );
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 0;
  top: 8px;
}
/******************************/
/**End:: Pricing section CSS**/
/******************************/
/*************************************/
/**Start:: Testimonial section CSS**/
/************************************/
@-webkit-keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
  }
  100% {
    border-radius: 40% 60%;
  }
}
@keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
  }
  100% {
    border-radius: 40% 60%;
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.testimonial-section {
  overflow: hidden;
  position: relative;
}
.testimonial-section:before,
.testimonial-section:after {
  position: absolute;
  content: "";
  pointer-events: none;
  z-index: -1;
  will-change: border-radius, transform;
  -webkit-animation: morph 5s linear infinite alternate,
    spin 50s linear infinite;
  animation: morph 5s linear infinite alternate, spin 50s linear infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 70vmin;
  height: 70vmin;
}
.testimonial-section:before {
  background: #f2fcfe;
  max-width: 450px;
  max-height: 450px;
  left: -10vmin;
  top: 5vmin;
}
.testimonial-section:after {
  background: #fafafe;
  max-width: 750px;
  max-height: 550px;
  right: -10vmin;
  top: 15vmin;
}
.testimonial-slide-blk {
  text-align: center;
}
.testimonial-client-name h2 {
  font-size: 20px;
  font-family: "Poppins";
  color: rgb(0, 0, 0);
  font-weight: 600;
  line-height: 1.2;
}
.testimonial-client-name h4 {
  font-size: 15px;
  font-family: "Panton";
  color: rgb(119, 119, 119);
  line-height: 1.467;
}
.testimonial-rating {
  font-size: 15px;
  color: rgb(255, 162, 1);
  line-height: 2.133;
  margin-bottom: 15px;
}
.testimonial-feedback {
  font-size: 15px;
  font-family: "Panton";
  color: rgb(119, 119, 119);
  line-height: 1.867;
}
.testimonial-slider {
  padding-bottom: 40px;
}
/*************************************/
/**End:: Testimonial section CSS**/
/************************************/
/*************************************/
/**Start:: Contact Card section CSS**/
/************************************/
.contact-card-section {
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.contact-card-section:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #181715;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
.contact-card-blk {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 4px 36px 4px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 4px 36px 4px rgba(0, 0, 0, 0.11);
  padding: 35px 25px;
  height: 100%;
}
.contact-card-blk h5 {
  font-size: 20px;
  color: rgb(24, 23, 21);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0px;
}
.contact-card-blk a {
  font-size: 16px;
  font-family: "Panton";
  color: rgb(14, 118, 188);
  line-height: 2;
  font-weight: 500;
}
.contact-card-content {
  font-size: 16px;
  font-family: "Panton";
  color: #777777;
  line-height: 1.625;
  padding-top: 15px;
}
/*************************************/
/**End:: Contact Card section CSS**/
/************************************/
/************************/
/**Start:: Footer CSS**/
/************************/
footer {
  background-color: #181715;
  color: #ffffff;
}
footer a {
  color: #fff;
}
.footer-logo-blk {
  font-size: 14px;
  font-family: "Panton";
  color: rgb(255, 255, 255);
  line-height: 1.857;
}
.footer-logo {
  display: inline-block;
  margin-bottom: 8px;
}
.footer-logo img {
 /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.footer-logo:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.footer-links {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.footer-links li {
  margin-bottom: 15px;
}
.footer-links li a {
  font-size: 16px;
  font-family: "Panton";
  color: rgb(255, 255, 255);
  line-height: 1.6;
}
.footer-links li a:hover {
  color: #189b9e;
}
.footer-title {
  font-size: 15px;
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
}
.footer-social-links li{margin-bottom: 7px;}
.footer-social-links li a {
  border-radius: 50%;
  background-color: rgb(59, 89, 152);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 16px;
  color: rgb(255, 255, 255);
}
.footer-social-links li a.twitter-link {
  background-color: #00aced;
}
.footer-social-links li a.linkedin-link {
  background-color: #517fa4;
}
.footer-social-links li a.instagram-link {
  background-color: #b84591;
}
.footer-social-links li a.youtube-link {
  background-color: #cc191d;
}
.footer-social-links li a:hover {
  background-color: #0e76bc;
}
.footer-copyright-blk {
  font-size: 14px;
  font-family: "Panton";
  color: rgb(255, 255, 255);
  line-height: 1.857;
  padding: 25px 0px;
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

/************************/
/**End:: Footer CSS**/
/************************/
/*****************************/
/** Profile Page CSS start ***/
/*****************************/
.header-bg { background-position: center center !important; background-size: contain !important; height: 150px;}
.profile-img-blk { padding-top: 100px;}
.header-section {
  position: relative;
  padding-top: 20px;
  margin: 0 auto 90px;
}
.edit-profile-link,
.edit-profile-link:hover {
  font-size: 14px;
  color: rgb(255, 255, 255);
}
.logout-button {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #fff;
}
.btn-light {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.18);
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: rgb(247, 34, 98);
  font-weight: 500;
  border-radius: 300px;
  padding: 5px 30px;
}
.btn-light:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.18);
  border-color: transparent;
  color: rgb(247, 34, 98);
}
.profile-pic-blk.banner-edit { position: absolute; top: -80px; right: 80px; z-index: 1;}
.profile-pic-blk img {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
.profile-pic-blk h4 {
  font-size: 18px;
  color: rgb(247, 34, 98);
}
.profile-details-blk h2 {
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  color: rgb(58, 55, 54);
  font-weight: 600;
  line-height: 1.2;
}
.profile-details-blk {
  font-size: 22px;
  font-family: "panton";
  color: rgb(119, 119, 119);
  line-height: 1.2;
  padding-bottom: 50px;
}
.notification-icon {
  /*border: 2px solid rgb(200, 200, 200);*/
  /*border-radius: 50%;*/
  background-color: rgb(255, 255, 255);
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}
.notification-content {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: rgb(119, 119, 119);
}
.notification-content h2 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  color: rgb(18, 134, 175);
}
.notification-blk {
  padding: 25px 5px;
  border-bottom: 2px solid rgba(166, 166, 166, 0.2);
}
.notification-blk-row .col:nth-child(3n + 2) .notification-blk {
  border-left: 2px solid rgba(166, 166, 166, 0.2);
  border-right: 2px solid rgba(166, 166, 166, 0.2);
}
.notification-blk-row .col:nth-last-child(1) .notification-blk,
.notification-blk-row .col:nth-last-child(2) .notification-blk,
.notification-blk-row .col:nth-last-child(3) .notification-blk {
  border-bottom: none;
}
.footer-content-blk {
  margin-top: 30px;
  background-color: rgb(24, 23, 21);
  font-size: 20px;
  font-family: "panton";
  color: rgb(255, 255, 255);
  padding: 15px 15px;
}
@media screen and (min-width: 1200px) {
  .profile-container,
  .header-section {
    max-width: 600px;
  }
}
@media screen and (max-width: 430px) {
  .header-section.without-login-share { margin-bottom: 50px;}
  .profile-details-blk { padding-top: 0 !important;}
  .header-section { padding-top: 35px;}
  .profile-pic-blk h4 { font-size: 16px;}
  .profile-img-blk { padding-top: 50px;}
  .profile-pic-blk.banner-edit { position: absolute; top: -30px; right: 60px;}
  .without-login-share.profile-img-blk { padding-top: 110px;}
  .notification-icon {
    width: 60px;
    height: 60px;
    padding: 15px;
    margin-bottom: 8px;
  }
  .profile-details-blk h2 {
    font-size: 28px;
  }
  .edit-profile-link,
  .profile-details-blk {
    font-size: 14px;
  }
  .notification-content h2 {
    font-size: 16px;
  }
  .notification-content,
  .footer-content-blk {
    font-size: 14px;
  }

}
@media screen and (min-width: 391px) and (max-width: 430px){
  .header-section.without-login-share { margin-bottom: 80px !important;}
  .header-section { margin-bottom: 110px !important;}


}
.profile-pic-blk img{display: block;object-fit: cover;}
.notification-blk{cursor:pointer;}
.sub-header {
  height: 150px;
  padding: 50px 0px;
  margin-top: 20px;
  background: #f8f8f8 url('../images/sub-header-bg.png');
  background-repeat: repeat;
  width:100%;
  background-size: contain;
  background-position: 100% bottom;
  font-weight:bold;
  text-align: center;
}
.app-light-blue { color:#007bff; }
/*****************************/
/** Profile Page CSS end ***/
/*****************************/




.bootbox.modal{padding-right: 0px !important;}
.user-privileges-modal
#user_privileges_form
.social-block > div{
  margin: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding: 10px 0;
}

.user-privileges-modal
#user_privileges_form
.social-block > div .social-title{
  padding-bottom: 10px;
  font-size: 14px;
  white-space: nowrap;
}

.user-privileges-modal
#user_privileges_form
.social-block > div img{
  max-height:34px;
  margin-bottom: 10px;
}
.user-editing-capabilities-modal
#user_editing_capabilities_form
.social-block > div{
  margin: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding: 10px 0;
}

.user-editing-capabilities-modal
#user_editing_capabilities_form
.social-block > div .social-title{
  padding-bottom: 10px;
  font-size: 14px;
  white-space: nowrap;
}

.user-editing-capabilities-modal
#user_editing_capabilities_form
.social-block > div img{
  max-height:34px;
  margin-bottom: 10px;
}


.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.top-header-menu .nav-link.active,.sidebar .nav-link.active {
  color: #007bff !important;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

html,body{height: 100%;}
.sidebar{height: 100vh;}
.sidebar.sidebar-card{height: auto;}
.card-hamburger-menu{border: none;}
@media (max-width: 767.98px) {
  .sidebar{height: auto;}
}


ul.dwn {
padding: 0;
}

ul.dwn li {
  display: inline-block;
  margin: 10px;
}

.download {
  width: 190px;
  height: 75px;
  background: black;
  float: left;
  border-radius: 10px;
  position: relative;
  color: #fff;
  cursor: pointer;
  border:1px solid rgba(255,255,255,0.3);-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.2);
}

.download > .fab {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.df,
.dfn {
  position: absolute;
  left: 70px;
}

.df {
  top: 20px;
  font-size: .68em;
}

.dfn {
  top: 33px;
  font-size: 1.08em;
}

.download:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

/* SMS conersation */

.msg-conversation .incoming_msg_img {
  display: inline-block;
  width: 92%;
}
.msg-conversation .received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
 }
 .msg-conversation  .received_msg p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #222;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
  word-break: break-all;
}
.msg-conversation  .time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}

.msg-conversation  .sent_msg p {
  background: #05728f none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0; color:#fff;
  padding: 5px 10px 5px 12px;
  width:100%;
  word-break: break-all;
}
.msg-conversation  .outgoing_msg{ overflow:hidden; margin:26px 0 26px;}
.msg-conversation  .sent_msg {
  float: right;
  width: 92%;
  padding: 0 10px 0 0;
}

.breadcrumb{
  padding: 5px 10px !important;
  background-color: #efefef !important;
}
.fdb-block {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  padding: 7.5rem 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #FFFFFF; }
  .fdb-block .container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    .fdb-block .container.bg-r {
      background-position: right; }
  .fdb-block.fdb-viewport {
    min-height: calc(100% - 2 * 7.5rem); }
    .fdb-block.fdb-viewport .container {
      min-height: calc(100% - 2 * 7.5rem); }
  .fdb-block.fdb-image-bg {
    color: #f2f2f2; }
  .fdb-block .fdb-box {
    background: #FFFFFF;
    padding: 3.75rem 2.5rem;
    overflow: hidden;
    color: #444444;
    border-radius: 0.25rem;
    box-shadow: 0 0.3125rem 0.875rem 0 rgba(129, 129, 129, 0.2) !important; }
  .fdb-block .fdb-touch {
    border-top: solid 0.3125rem #329ef7;
    z-index: 2; }
  .fdb-block img + p, .fdb-block img + h3, .fdb-block img + h4 {
    margin-top: 1.25rem; }
  .fdb-block img + h1, .fdb-block img + h2 {
    margin-top: 2.5rem; }
  .fdb-block .col-fill-left {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 1; }
    .fdb-block .col-fill-left + div {
      position: relative;
      z-index: 2; }
  .fdb-block .col-fill-right {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 1; }
    .fdb-block .col-fill-right + div {
      position: relative;
      z-index: 2; }
  .fdb-block img.fdb-icon {
    width: auto;
    width: 3.75rem; }
  .fdb-block img.fdb-icon-round {
    width: auto;
    width: 3.75rem; }
  .fdb-block .row-100 {
    height: 6.25rem;
    width: 100%; }
  .fdb-block .row-50 {
    height: 3.125rem;
    width: 100%; }
  .fdb-block .row-70 {
    height: 4.375rem;
    width: 100%; }
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 0.25rem);
  padding: 0.375rem 0.75rem;
  font-size: 1em;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }
  .header-social-media.dwn
{}
.header-social-media.dwn li {margin-bottom: 0;    margin-right: 0;}
.header-social-media.dwn .download {
    width: 144px;border-radius: 6px;
    height: 37px;}
.header-social-media.dwn .download > .fab{    font-size: 20px;}
.header-social-media.dwn .download .df {
    top: 2px;
    font-size: 0.55em;
}
.header-social-media.dwn .download .dfn {
    top: 13px;
    font-size: 1.08em;
    font-size: 13px;
}
.header-social-media.dwn .df,.header-social-media.dwn .dfn {
    position: absolute;
    left: 46px;
}
#accordion.faq {
  margin: 0 auto;
  width: 75%;
}
#accordion.faq .question {
  background: #fff;
  margin-bottom: 15px;
}
#accordion.faq .question header {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 15px;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;background: rgba(0, 0, 0, 0.03);    border-radius: 6px;
}
#accordion.faq .question header h3 {
  margin: 0;
  font-weight: 500;
  -webkit-box-flex: 1;
          flex: 1;    font-size: 1rem;
    line-height: 1.5;
}
#accordion.faq .question header i {
  padding: 0 10px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;color: #f72262;
}
#accordion.faq .question main {
  display: none;
  padding: 15px;
  box-sizing: border-box;
}
#accordion.faq .question main p {
  margin: 0;
}
#accordion.faq .question.active header i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#accordion.faq .question img{width: 100% !important;}
.vid-desc li{margin-bottom:7px; }
  .vid-desc

  {

    font-size:16px;

    line-height: 1.625;

    color: #777777;

    font-family: "panton";

    font-weight: 400;

    margin-bottom: 40px;

  }
  .cont-frm{    border: 1px solid #ccc;
    padding: 30px 30px 30px 30px ;
    box-shadow: 0px 0px 32px 0px #ccc;    border-radius: 10px;
    margin-bottom: 30px;}
  .cont-lft h4{position:relative;}
  .cont-frm h2{    margin-bottom: 20px;
    font-size: 1.5rem;
    margin-top: 10px;}


.individual-block-hide{/*display:none;*/}
.grecaptcha-badge{bottom: 90px !important;}