/* ----------------------------------------------------------
****************************  COLORS ************************
-------------------------------------------------------------*/
/* ----------------------------------------------------------
****************************  TYPORAPHY ************************
-------------------------------------------------------------*/
p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.9;
  color: #434343; }

ul,
ol {
  margin: 0;
  padding: 0; }

/* colors code */
.text-bl {
  color: #343a40; }

.text-wh {
  color: #fff; }

.text-li {
  color: #f8f9fa; }

.text-da {
  color: #000; }

.bg-light {
  background: rgba(0, 0, 0, 0.03); }

.bg-wh {
  background: #fff; }

.let {
  letter-spacing: 1px; }

/* ----------------------------------------------------------
****************************  GENERAL Section ************************
-------------------------------------------------------------*/
body, html {
  padding: 0;
  margin: 0;
  background: #FFF;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif; }

.bg-danger {
  background-color: #F6543B !important; }

body button,
.btn,
body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all; }

.btn:hover,
body button:hover {
  opacity: .8;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all; }

body a:hover {
  text-decoration: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all; }

html {
  scroll-behavior: smooth; }

section {
  padding: 60px 0; }

.section-title {
  margin-bottom: 50px; }

/* //RESET code */
.page-item.active .page-link {
  background-color: #1A936F; }

.page-link {
  color: #1A936F; }
  .page-link:hover {
    color: #216869; }

/* button style */
.button-style {
  padding: 14px 26px;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #1A936F; }
  .button-style:hover {
    color: #fff; }

.btn-text {
  color: #1A936F; }
  .btn-text:hover {
    border: 1.5px solid #1A936F;
    color: #1A936F; }

.btn-primary {
  background: #1A936F;
  border-color: #1A936F; }
  .btn-primary:hover {
    background-color: #216869;
    border: 1.5px solid #216869; }

    .btn-blue {
      background: #2070b5;
      border-color: #2070b5; color:#fff;}
      .btn-blue:hover {
        background-color: #3284cc;
        border: 1.5px solid #3284cc;color:#fff; }

.btn-secondary {
  background: #F4D06F;
  border-color: #F4D06F;
  color: #725403; }
  .btn-secondary:hover {
    background-color: #A98629;
    border: 1.5px solid #A98629;
    color: #fff; }

a.btn-text-only {
  color: #216869;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  letter-spacing: 1px; }

.floating-icons.fi-one {
  top: 37%;
  position: absolute;
  right: 2%;
  z-index: -1;
  animation: float-anim-1 1s ease-in-out infinite; }

.floating-icons.fi-two {
  top: 12%;
  position: absolute;
  right: 50%;
  z-index: -1;
  animation: float-anim-2 1s ease-in infinite; }

.floating-icons.fi-three {
  top: 10%;
  position: absolute;
  right: 15%;
  z-index: -1;
  animation: float-anim-3 2s ease infinite; }

.floating-icons.fi-four {
  position: absolute;
  top: 30%;
  left: 4%;
  z-index: -1;
  animation: float-anim-4 1s ease infinite; }

.floating-icons.fi-five {
  position: absolute;
  bottom: 14%;
  right: 7%;
  z-index: -1;
  animation: float-anim-5 1s ease infinite; }

.floating-icons.fi-six {
  position: absolute;
  bottom: 18%;
  left: 28%;
  z-index: -1;
  animation: float-anim-6 1s ease infinite; }

@keyframes float-anim-1 {
  0%, 100% {
    top: 37%; }
  50% {
    top: 38%; } }

@keyframes float-anim-2 {
  0%, 100% {
    top: 12%; }
  50% {
    top: 13%; } }

@keyframes float-anim-3 {
  0%, 100% {
    top: 10%; }
  50% {
    top: 9%; } }

@keyframes float-anim-4 {
  0%, 100% {
    top: 30%; }
  50% {
    top: 31%; } }

@keyframes float-anim-5 {
  0%, 100% {
    bottom: 15%; }
  50% {
    bottom: 15.5%; } }

@keyframes float-anim-6 {
  0%, 100% {
    bottom: 18%; }
  50% {
    bottom: 17.4%; } }

/* ----------------------------------------------------------
****************************  Main Section ************************
-------------------------------------------------------------*/
/* header */
header {
  -webkit-box-shadow: 0.33333rem 0 1.33333rem rgba(87, 87, 87, 0.1);
  -moz-box-shadow: 0.33333rem 0 1.33333rem rgba(87, 87, 87, 0.1);
  box-shadow: 0.33333rem 0 1.33333rem rgba(87, 87, 87, 0.1);
  background: #fff; }

.main-top {
  position: relative;
  z-index: 1; }

  
.company-logo{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.company-logo .company-name{
  font-size: 24px;
  margin-left: 16px;
}


@media(max-width:480px){
  .company-logo{
    flex-direction: column;
    align-items: flex-start;
    margin-left: 30px;

  }

  .company-logo .company-name{
    margin-left: 0;
  }
}


/* navigation */
/* CSS Document */
.toggle-2,
.toggle,
[id^=drop] {
  display: none; }

/* Giving a background-color to the nav container. */
nav {
  margin: 0;
  padding: 0; }

#logo {
  float: left;
  display: flex;
  align-items: center;
  font-size: 32px;
  color: #1A936F;
  text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.06);
  padding: 0;
  font-weight: 600; }
  #logo a img {
    height: 70px;
    margin-right: 16px; }

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */
nav:after {
  content: "";
  display: table;
  clear: both; }

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative; }

/* Positioning the navigation items inline */
nav ul li {
  margin: 0px;
  display: inline-block;
  float: left; min-width: 150px; }

/* Styling the links */
nav a {
  color: #202428;
  font-size: 15px;
  letter-spacing: .5px;
  margin: 0 6px;
  font-weight: 400; }

/* Background color change on Hover */
.menu li a.active,
nav a:hover,
nav ul ul li a:hover {
  color: #05b993; }

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
  display: none;
  position: absolute;
  top: 25px;
  background: #000;
  padding: 10px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 9;
  /* has to be the same number as the "line-height" of "nav a" */ }

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
  display: inherit; }

/* Fisrt Tier Dropdown */
nav ul ul li {
  width: 170px;
  float: none;
  display: list-item;
  position: relative;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all; }

nav ul ul li a {
  color: #fff;
  display: block;
  font-size: 15px;
  margin: 0;
  margin: 10px 0 10px 6px; }

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
  position: relative;
  top: -60px;
  /* has to be the same number as the "width" of "nav ul ul li" */
  left: 170px; }

/* Change ' +' in order to change the Dropdown symbol */
li > a:only-child:after {
  content: ''; }

/* Media Queries
--------------------------------------------- */
@media all and (max-width: 991px) {
  #logo {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
    float: none; }
  nav {
    margin: 0; }
  /* Hide the navigation menu by default */
  /* Also hide the  */
  .toggle + a,
  .menu {
    display: none; }
  /* Stylinf the toggle lable */
  .toggle {
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    text-decoration: none;
    border: none;
    float: right;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
    border: 1px solid #000;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all; }
  .menu .toggle {
    float: none;
    text-align: center;
    margin: auto;
    max-width: 120px;
    padding: 5px;
    font-size: 14px;
    letter-spacing: .5px;
    color: #202428;
    font-weight: 400;
    border: none; }
  /* Display Dropdown when clicked on Parent Lable */
  [id^=drop]:checked + ul {
    display: block;
    background: #fff;
    padding: 15px 0;
    text-align: center;
    width: 100%; }
  /* Change menu item's width to 100% */
  nav ul li {
    display: block;
    width: 100%;
    padding: 5px 0; }
  nav a:hover,
  nav ul ul ul a {
    background-color: transparent; }
  /* Hide Dropdowns by Default */
  nav ul ul {
    float: none;
    position: static;
    color: #fff;
    /* has to be the same number as the "line-height" of "nav a" */ }
  /* Hide menus on hover */
  nav ul ul li:hover > ul,
  nav ul li:hover > ul {
    display: none; }
  /* Fisrt Tier Dropdown */
  nav ul ul li {
    display: block;
    width: 100%;
    padding: 0; }
  nav ul ul ul li {
    position: static;
    /* has to be the same number as the "width" of "nav ul ul li" */ }
  nav ul ul li a {
    color: #000;
    font-size: 15px;
    padding: 0; } }

/* dropdown */
#demo {
  margin: 10px 0 0px 0; }

#demo .wrapper {
  display: inline-block;
  position: relative; }

#demo .parent {
  height: 100%;
  width: 100%;
  display: block;
  cursor: pointer;
  line-height: 30px;
  height: 30px;
  color: #fff;
  z-index: 2;
  position: relative;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  padding-left: 0;
  padding-right: 0; }

#demo .parent:hover,
#demo .content:hover ~ .parent {
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s; }

#demo .content:hover ~ .parent {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 0; }

#demo .content {
  position: absolute;
  top: 0;
  display: block;
  z-index: 1;
  height: 0;
  width: 150px;
  padding-top: 30px;
  -webkit-transition: height .5s ease;
  transition: height .5s ease;
  -webkit-transition-delay: .4s;
  transition-delay: .4s; }

#demo .wrapper:active .content {
  height: 150px;
  z-index: 3;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

#demo .content:hover {
  height: 150px;
  z-index: 3;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

#demo .content ul {
  background: #fff;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

#demo .content ul a {
  text-decoration: none;
  padding: 0; }

#demo .content li:hover {
  background: #f8f9fa; }

#demo .content li {
  list-style: none;
  text-align: left;
  color: #999;
  font-size: 16px;
  line-height: 30px;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  border-top: 1px solid #eee; }

#demo .content li:last-of-type {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

/* //dropdown */
/* //navigation */
/* search */
.search-w3layouts input[type="search"] {
  outline: none;
  padding: 12px 15px;
  color: #000;
  font-size: 13px;
  border: none;
  letter-spacing: 1px;
  background: #f7f7f7; }

.search-w3layouts button {
  background: #05b993;
  color: #fff;
  border: none;
  font-size: 14px;
  padding: 10px 15px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0; }

/* //search */
/* dwn button */
/* //dwn button */
/* //header */
/* banner */
.banner {
  padding: 4vw 0;
  z-index: 0; }
  .banner .hero_txt {
    padding-top: 1vw; }
  .banner h2 {
    font-size: 40px;
    font-weight: 600;
    color: #1A936F; }
  .banner h2 span {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.86); }

p.text-sty-banner {
  font-size: 16px;
  color: #51585f;
  max-width: 800px;
  margin: 20px 0; }

/* ----------------------------------------------------------
****************************  MOBILE Section ************************
-------------------------------------------------------------*/
.mobile-section h6 {
  color: #5c82ab;
  letter-spacing: 2px;
  margin-bottom: 8px;
  font-size: 15px; }

.mobile-section h3 {
  font-size: 34px;
  line-height: 1.4;
  font-weight: 600; }

/* ----------------------------------------------------------
****************************  HOW Section ************************
-------------------------------------------------------------*/
.how-card-main {
  height: 100%;
  background: #fff;
  padding: 30px 8px;
  -webkit-box-shadow: 5px 7px 23px 0px rgba(58, 52, 82, 0.16);
  -moz-box-shadow: 5px 7px 23px 0px rgba(58, 52, 82, 0.16);
  box-shadow: 5px 7px 23px 0px rgba(58, 52, 82, 0.16);
  transition: all 0.3s ease-in;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .how-card-main img {
    height: 90px; }
  .how-card-main:hover {
    transform: translateY(-10px);
    transition: all 0.3s ease-in; }
    .how-card-main:hover h4 {
      color: #1A936F; }
  .how-card-main p {
    margin-bottom: 40px; }
  .how-card-main a {
    position: absolute;
    bottom: 16px; }

/* ----------------------------------------------------------
****************************  WHY Section ************************
-------------------------------------------------------------*/
.why-section {
  background-image: url("../img/mockup.png");
  background-size: contain;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: right;
  background-blend-mode: overlay; }

.why-text {
  background-color: rgba(255, 255, 255, 0.5); }
  .why-text h6 {
    color: #05b993;
    letter-spacing: 2px;
    margin-bottom: 8px;
    font-size: 15px; }
  .why-text h3 {
    font-size: 34px;
    line-height: 1.4;
    font-weight: 600; }
  .why-text p {
    color: #216869; }
  .why-text .why-paragraphs {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
    overflow: hidden; }

/* ----------------------------------------------------------
****************************  Subscribe Section Section ************************
-------------------------------------------------------------*/
.icon-effect {
  background: rgba(0, 0, 0, 0.1);
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in; }
  .icon-effect:hover {
    width: 80px;
    height: 80px;
    transition: all 0.3s ease-in; }
  .icon-effect svg {
    line-height: 70px;
    font-size: 24px;
    color: #216869; }

.subscribe {
  max-width: 800px; }
  .subscribe form input[type="email"] {
    font-size: 16px;
    background: #fff;
    border: none;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    letter-spacing: 1px;
    color: #000;
    -webkit-box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);
    -moz-box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);
    box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);
    font-size: 15px;
    height: 56px; }
  .subscribe form button {
    background: #1A936F;
    letter-spacing: 1px;
    color: #fff;
    height: 56px;
    font-size: 16px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);
    -moz-box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);
    box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1); }

.social-icons-footer {
  display: flex;
  margin-top: 80px;
  justify-content: center; }
  .social-icons-footer li {
    display: inline-block;
    transition: transform 0.3s ease-in-out; }
    .social-icons-footer li a {
      margin: 0 8px;
      font-size: 30px; }
    .social-icons-footer li a.fb-i {
      color: #4064AD; }
    .social-icons-footer li a.twitter-i {
      color: #19ADE2; }
    .social-icons-footer li a.insta-i {
      color: #BF3FB0; }
    .social-icons-footer li:hover {
      transform: translateY(-6px);
      transition: transform 0.3s ease-in-out; }

/* sticky top scroll button */
#stickyTopBtn {
  opacity: 0;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 40px;
  right: 30px;
  width: 48px;
  height: 48px;
  font-size: 20px;
  border-radius: 50px;
  border: 0;
  background: #1A936F;
  color: #fff;
  z-index: 1;
  -webkit-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.75);
  outline: none; }

/* ----------------------------------------------------------
****************************  GENERAL Section ************************
-------------------------------------------------------------*/
#registration-form {
  height: calc(100vh - 102px);
  background: url("../img/regis-bg.jpg");
  background-size: 100%;
  background-repeat: no-repeat; }
  #registration-form .regis-Form {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px 30px;
    border-radius: 6px; }
    #registration-form .regis-Form h5 {
      margin-bottom: 24px;
      color: rgba(0, 0, 0, 0.6); }

/* ----------------------------------------------------------
****************************  Single Page Section ************************
-------------------------------------------------------------*/
#blog .heading {
  margin-bottom: 36px; }

#blog .blog-title {
  font-size: 48px; }

#blog .published-date {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5); }

#blog .blog-post {
  word-spacing: 3px; }

.useful {
  list-style: none; }
  .useful a {
    color: rgba(0, 0, 0, 0.8); }
    .useful a:hover {
      color: #1A936F; }

@media (max-width: 1200px) {
  .why-text {
    background-color: rgba(255, 255, 255, 0.9); }
  .banner h2 span {
    font-size: 20px; } }

@media (max-width: 1280px) {
  h3.tittle,
  h2.tittle {
    font-size: 38px; } }

@media (max-width: 1080px) {
  .about-in .card {
    padding: 2.5em 1em; }
  .how-card-main h4,
  .about-in h5.card-title {
    font-size: 21px; }
  .how-card-main {
    padding: 3em 2em; }
  p.text-sty-banner {
    font-size: 15px; }
  #logo a {
    font-size: 30px; }
  nav a {
    font-size: 14px;
    margin: 0 8px; } }

@media (max-width: 991px) {
  h3.tittle,
  h2.tittle {
    font-size: 36px; }
  p.sub-tittle {
    font-size: 15px; }
  .how-card-main {
    max-width: 500px;
    margin: 0 auto; }
  .how-card-main {
    padding: 3em; }
  p.text-sty-banner {
    font-size: 14px; }
  #logo a {
    font-size: 26px; }
  #registration-form {
    height: calc(100vh - 182px);
    background-size: cover;
    background-position: center; } }

@media (max-width: 768px) {
  h3.tittle,
  h2.tittle {
    font-size: 34px; } }

@media (max-width: 736px) {
  .button-style {
    padding: 13px 24px;
    font-size: 13px; } }

@media (max-width: 640px) {
  h3.tittle,
  h2.tittle {
    font-size: 30px; }
  .subscribe form input[type="email"] {
    font-size: 14px; }
  .subscribe form button {
    font-size: 15px; } }

@media (max-width: 480px) {
  .how-card-main {
    padding: 3em 2em; }
  img.shape-w3-one {
    right: 6%; } }

@media (max-width: 440px) {
  h3.tittle,
  h2.tittle {
    font-size: 28px; }
  p {
    font-size: 13px; }
  nav a {
    font-size: 13px; } }

@media (max-width: 414px) {
  .how-card-main {
    padding: 2em 1.5em; } }

@media (max-width: 375px) {
  .subscribe form button {
    font-size: 14px;
    height: 40px; }
  .subscribe form input[type="email"] {
    font-size: 13px;
    height: 40px; }
  p.text-sty-banner {
    font-size: 13px; } }

@media (max-width: 320px) {
  .button-style {
    padding: 13px 20px;
    font-size: 12px; } }

@media (max-width: 400px) {
  .banner h2 span {
    font-size: 13px;
    font-weight: 700; } }

#small-logo-toggle {
  display: flex;
  height: 70px; }
  #small-logo-toggle img {
    height: 100%; }

@media (min-width: 768px) {
  #small-logo-toggle {
    display: none;
    transition: all 0.3s ease-out; } }

.dropdown-menu {
  margin-right: 20px !important; }

.title-row .col-md-3, .body-row .col-md-3 {
  padding-right: 0;
  padding-left: 0; }

.btn-info {
  background-color: #1A936F !important;
  border: 3px solid #1A936F !important;
  box-shadow: inset 0 1px 1px rgba(26, 147, 111, 0.6), 0 0 8px rgba(26, 147, 111, 0.6) !important; }

.btn-primary {
  background-color: #1A936F !important; }

.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch; }

#sidebar {
  background-color: #420c4c;
  transition: all 0.3s;
  min-width: 300px;
  max-width: 300px;
  min-height: 100vh; }
  #sidebar.active {
    margin-left: -300px; }
  #sidebar .sidebar-brand {
    background-color: #420c4c;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 5px;
    text-decoration: none !important;
    margin: 0; }
    #sidebar .sidebar-brand:hover {
      color: #F4D06F;
      transition: color 0.3s; }
    #sidebar .sidebar-brand .sidebar-brand-icon {
      height: 70px; }
      #sidebar .sidebar-brand .sidebar-brand-icon img {
        height: 100%; }

        #content {
          background-color: #f4f7fa;
          width: 100%;
          overflow: hidden;
        }

.logo-box {
  background-color: #2b2b2b; }
  .logo-box img {
    height: 100px;
    object-fit: contain; }

    

.search-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px !important;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  min-height: 80px;
  width: calc(100vw - 300px) !important;
  transition: all 0.3s; }
  .search-bar.widthGrow {
    width: 100vw !important;
    padding: 0 80px !important; }

    .search-bar::after,
.search-bar::before {
  display: none;
}

.account {
  display: flex; }
  .account .separator {
    content: '';
    display: block;
    border-left: 2px solid #161616;
    margin: 0 10px; }
  .account .add-btn {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #1A936F;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 500; }
    .account .add-btn:hover {
      cursor: pointer;
      background-color: #888888; }


      #navbrand{
        display:flex;
        justify-content:center;
        align-items: center;
      }

      #navbrand img{
        margin-right: 8px;
      }

.side-nav {
  background-color: #216869;
  height:auto;
  padding: 60px 10px 70px 0px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  .side-nav a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    display: flex;
    align-items: center; }
    .side-nav a:hover {
      text-decoration: none; }
  .side-nav ul {
    list-style: none; }
    .side-nav ul li {
      padding: 15px 0 15px 24px;
      border-top-right-radius: 18px;
      border-bottom-right-radius: 18px;
      opacity: 0.5; }
    .side-nav ul li svg {
      margin-right: 10px; }
    .side-nav ul li.active {
      opacity: 1; }
      .side-nav ul li.active a {
        color: #F4D06F; }
    .side-nav ul ul {
      display: inline-block;
      position: relative;
      background: none; 
      left: -56px!important;
    }
  .side-nav li .fa-caret-down {
    margin-left: 20px; }
  .side-nav .fa-caret-down {
    transition: rotate 2s ease; }
    .side-nav .fa-caret-down.active {
      transform: rotate(180deg);
      transition: rotate 3s ease-in-out; }
  .side-nav .account {
    padding-left: 50px; }



.acc-in-mobile .account {
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-right: 50px; }
  .acc-in-mobile .account .accordion-down-icon::before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f0dd";
    font-size: 24px;
    color: #fff;
    margin-left: 20px;
    margin-bottom: 5px;
    display: inline-block;
    transition: all 0.3s ease-out; }

.side-menu ul li {
  padding: 0; }

  /* added for bootstrap 3.3.7 only because accordion wasnt working as expected */
  .side-menu  ul.accordion{
    height: 0;
    overflow: hidden;
    display: none;
    transition: height 0.3s ease-in;
  }


  .side-menu  ul.accordion.active{
    display: block;
    height: 100%;
    transition: height 0.3s ease-in;
  }

.side-menu li {
  transition: all 0.2s ease; }
  .side-menu li:hover {
    opacity: 1;
    transition: opacity 0.2s ease; }
  .side-menu li .accordion-down-icon::before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f0dd";
    font-size: 24px;
    color: #434343;
    margin-left: 20px;
    margin-bottom: 5px;
    display: inline-block;
    transition: all 0.3s ease-out; }
  .side-menu li .accordion-down-icon.active::before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f0dd";
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.3s ease-in; }

.side-menu a:hover {
  color: #fff; }

.side-menu ul {
  padding-left: 0px;
  margin-top: -40px; }
  .side-menu ul li {
    padding-left: 0; }

.acc-btn {
  content: '';
  display: inline-block;
  height: 24px;
  width: 24px;
  background-image: url("../img/accbtn-icon.png");
  background-position: center;
  background-size: contain; }

.multiple::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f06e";
  font-size: 16px;
  vertical-align: middle; }

/* ----------------------------------------------------------
****************************  Dasboard Content ************************
-------------------------------------------------------------*/
.db-body {
  padding: 0px 24px; }
  .db-body h1 {
    font-size: 24px;
    font-weight: 400;
    color: #434343; }
  .db-body h2 {
    font-size: 20px;
    font-weight: 400;
    color: #434343; }
  .db-body .content-control {
    display: flex;
    justify-content: space-between;
    align-items: baseline; }

    .db-stat {
      background-color: #fff;
      height: 100%;
    
    
      padding: 10px 16px;
      font-size: 14px;
      color: #161616;
      font-weight: 500;
      border-radius: 4px;
    }

    .db-stat > div{
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
    }
    
    @media (max-width:1300px) and (min-width:768px){
      .stats-row{
        display: flex;
        flex-wrap: wrap;
      }
    }
    
    
    .db-stat p{
      margin-bottom: 0;
      font-size: 15px;
      letter-spacing: 0;
    }
    .db-stat-msg{
      color:#686868;
    }
    
    .db-stat svg{
      font-size: 20px;
      display: flex;
    
    }
    
    .db-stat-icon{
      width:  40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
    }
    
    
.db-stat-icon.orange{
  background-color: rgba(255, 121, 14,0.1);
  color: #FF790E
}

.db-stat-icon.green{
  background-color:rgba(91, 206, 174,0.1);
  color: #5BCEAE
}

.db-stat-icon.darkblue{
  background-color: rgba(59, 68, 242,0.1);
  color: #3B44F2;
}

.db-stat-icon.pink{
  background-color:rgba(236, 84, 122,0.1);
  color: #EC547A;
}

.db-stat-icon.yellow{
  background-color:rgba(244, 204, 6,0.1);
  color:#F4CC06;
}

.db-stat.danger {
  border-bottom: 4px solid #f6543b;
}
.db-stat span {
  font-size: 40px;
  text-align: center;
}
.db-stat p.caption {
  font-size: 10px;
  font-weight: 500;
}
.db-stat .progress {
  height: 8px;
  width: 60%;
}

table.dataTable {
  border-collapse: collapse !important; }

.employee-table {
  background-color: #fff;
  border-radius: 4px;
  border-collapse: collapse;
  border-spacing: 0 15px; }
  .employee-table td:first-of-type span.textdraw {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #1A936F;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600; }
  .employee-table tbody tr {
    background-color: #fff; }
  .employee-table td:last-of-type {
    width: auto !important; }
  .employee-table td:last-of-type ul {
    list-style: none;
    display: none;
    margin-right: 16px; }
  .employee-table td:last-of-type ul li {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    background-color: #fff; }
    .employee-table td:last-of-type ul li:hover {
      background-color: #F4D06F; }
    .employee-table td:last-of-type ul li:hover svg {
      color: #725403;
      transition: color 0.2s ease; }
  .employee-table td:last-of-type ul li svg {
    color: #A98629; }
  .employee-table .emp-name {
    font-size: 18px;
    font-weight: 500;
    color: #434343; }
  .employee-table th {
    color: rgba(0, 0, 0, 0.5); }
  .employee-table .emp-dept {
    font-size: 12px;
    display: flex;
    border-radius: 12px; }
  .employee-table .caption {
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    color: rgba(0, 0, 0, 0.4); }
  .employee-table .emp-temp {
    font-size: 24px;
    font-weight: 600; }
  .employee-table thead tr th {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500; }

#db-emp-table td:nth-of-type(2) {
  text-align: right; }

#db-emp-table tr th:nth-of-type(2) {
  text-align: right; }

/* ----------------------------------------------------------
****************************  Employee List page Content ************************
-------------------------------------------------------------*/
#emp-table-page img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px; }

#emp-table-page tbody td:first-of-type {
  display: flex; }

#emp-table-page tbody td:nth-of-type(2) {
  max-width: 200px; }

#emp-table-page tbody td:nth-last-of-type(2) {
  text-align: center; }

#emp-table-page thead th:nth-last-of-type(2) {
  text-align: center; }

.symptoms {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px; }
  .symptoms li {
    background-color: rgba(0, 0, 0, 0.08);
    padding: 3px 8px;
    border-radius: 16px;
    margin: 4px; }

.w-temp--high {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #F6543B; }

.w-temp--ok {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2DCE98; }

.emergency {
  display: flex;
  flex-direction: column; }
  .emergency-name {
    color: #161616;
    font-weight: 500; }
  .emergency-num {
    color: #434343; }

.em-type {
  padding: 2px 10px;
  color: #fff;
  border-radius: 12px;
  font-size: 12px; }
  .em-type.hospital {
    background-color: #45C77D; }
  .em-type.ingo {
    background-color: #C7C745; }
  .em-type.ambulance {
    background-color: #4549C7; }

#emergencylist {
  background-color: #fff; }
  #emergencylist a {
    color: #216869;
    border: 1px solid transparent;
    padding: 5px 10px;
    border-radius: 2px; }
    #emergencylist a:hover {
      transform: scale(1.1);
      border: 1px solid #216869; }
  #emergencylist thead tr th {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500; }

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #1A936F;
  border-color: #216869; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: rgba(26, 147, 111, 0.4);
  border-color: rgba(26, 147, 111, 0.1); }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(26, 147, 111, 0.25);
  border-color: #1A936F !important; }

.form-control:focus {
  color: #216869;
  background-color: #fff;
  border-color: rgba(26, 147, 111, 0.4);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(26, 147, 111, 0.15); }

.nav-tabs a {
  color: rgba(0, 0, 0, 0.8);
  opacity: 0.5; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-color: none;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #1A936F;
  color: #1A936F; }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  outline: none; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  opacity: 1; }

.select-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  margin-top: 18px; }

#record-temp-form .select-grid {
  grid-template-columns: 1fr 1fr; }

.lib-grid {
  display: grid;
  padding: 24px 0;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 15px; }
  .lib-grid img {
    width: 100%;
    height: 236px;
    object-fit: cover;
    transition: all 0.2s ease-in; }
  .lib-grid a {
    width: 100%;
    height: 236px;
    overflow: hidden; }
    .lib-grid a:hover img {
      transform: scale(1.1);
      filter: brightness(0.4);
      transition: all 0.2s ease-in; }

.vid-grid {
  display: grid;
  padding: 24px 0;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px; }
  .vid-grid iframe {
    width: 100%;
    min-height: 400px; }



    

  ul.btn-navs{
    
    margin-left: 0;
  }

  /* .btn-navs .btn{
    margin-right: 16px;
    margin-bottom: 16px;
  } */

  .btn-navs{
    display: flex;
    justify-content: left;
    grid-gap: 1rem;
  }

  .track-card{display: flex;
  flex-wrap: wrap;}

  .track-card>a{
    display: flex;
    flex-direction: column;
    width: 250px;
    height: 300px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius:15px;
    font-weight: 600;
    margin-right: 30px;
    margin-bottom: 10px;
    background-color: #fff;
    font-size:18px;

  }

  .track-card a:hover{
    transform: translateY(-5px);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }

  .track-card>a:first-of-type{color: #04af8e;}
  .track-card>a:nth-of-type(2){color:#7b23f9;}
  .track-card>a:nth-of-type(3){color:#239fdb}
  .track-card>a:nth-of-type(4){color:#b64032}

  .track-card img{
    height:177px;
    margin-bottom: 60px;
  }

    .btn-profile{background-color:#6B8BC7;color: #fff;}
    .btn-profile:hover{background-color:#052b72;color: #fff;}
    .btn-track{background-color:#00A550;color: #fff;}
    .btn-track:hover{background-color:#005228;color: #fff;}
    .btn-com{background-color:#808184;color: #fff;}
    .btn-com:hover{background-color:#222222;color: #fff;}
    .btn-analytics{background-color:#F5811E;color: #fff;}
    .btn-analytics:hover{background-color:#b85601;color: #fff;}
    .btn-training{background-color:#995bcd;color: #fff;}
    .btn-training:hover{background-color:#ab71db;color: #fff;}
    .btn-signature{background-color:#238ac5;color: #fff;}
    .btn-signature:hover{background-color:#17719b;color: #fff;}
    .btn-certificate{background-color:#0a7c4d;color: #fff;}
    .btn-certificate:hover{background-color:#066641;color: #fff;}
    .btn-task{background-color:#b28118;color: #fff;}
    .btn-task:hover{background-color:#b48d3b;color: #fff;}

    .btn-note{background-color:#9b291a;color: #fff;}
    .btn-note:hover{background-color:#b42f1e;color: #fff;}

@media (max-width: 991px) {
  .vid-grid {
    grid-template-columns: 1fr; } }

@media (max-width: 575px) {
  .vid-grid iframe {
    min-height: 330px; } }

@media (max-width: 460px) {
  .vid-grid iframe {
    min-height: 262px; } }

.vbox-container img {
  max-width: 100%;
  max-height: 88vh; }

.audio-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  margin-top: 20px;
  background-color: rgba(26, 147, 111, 0.6); }

.audio-list {
  list-style: none; }
  .audio-list li {
    padding: 20px 16px;
    margin: 10px 0;
    background-color: #fff;
    border-radius: 4px; }
    .audio-list li:hover {
      background-color: #F4D06F; }
    .audio-list li.active {
      background-color: #F4D06F; }

/* ----------------------------------------------------------
****************************  RESPONSIVE Section ************************
-------------------------------------------------------------*/
@media screen and (max-width: 1366px) {
  .search-box {
    width: 440px; }
  .db-stat {
    font-size: 13px; }
  .db-stat span {
    font-size: 36px; } }

@media screen and (max-width: 1199px) {
  .search-box {
    width: 52%; }
  .search-bar {
    padding: 0 20px !important;
    width: 100%; }
  nav .container-fluid {
    margin: 0 !important; } }

@media screen and (max-width: 768px) {
  .search-bar {
    width: 100% !important; }
    .search-bar.widthGrow {
      width: 100% !important; }
  #sidebar {
    margin-left: -300px; }
  #sidebar.active {
    margin-left: 0; }
  .select-grid {
    grid-template-columns: 1fr 1fr; }
  #db-emp-table {
    width: 100%; }
  
    .side-nav ul ul {
      display: inline-block;
      position: relative;
      background: none; 
      left: 40px!important;
    }
    nav ul ul {
      display: none;
      position: absolute;
      top:0px;
      background: #000;
      padding: 10px;
      -webkit-border-radius: 4px;
      -o-border-radius: 4px;
      -ms-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      z-index: 9;
      /* has to be the same number as the "line-height" of "nav a" */ }
  }

@media screen and (max-width: 575px) {
  .search-bar {
    justify-content: flex-start; }
    .search-bar .search-box {
      margin-left: 60px; } }

@media (min-width: 768px) {
  #small-logo-toggle {
    display: none; } }

@media (max-width: 479px) {
  .db-body {
    padding: 20px 10px;
    width: 100vw; }
  .search-bar.widthGrow {
    padding: 0 10px !important; }
  .employee-table .emp-name {
    font-size: 16px; }
  .employee-table .emp-temp {
    font-size: 20px; }
  .employee-table td:last-of-type {
    display: none; }
  .employee-table th:last-of-type {
    display: none; }
  #emp-table-page tbody tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    background-color: #fff; }
  #emp-table-page tbody td:nth-of-type(2) {
    max-width: 100%; }
  #emp-table-page {
    width: 100% !important;
    background-color: transparent; }
  #emp-table-page td:last-of-type {
    display: none; }
  #emp-table-page th {
    display: none; }
  #sidebar .sidebar-brand {
    font-weight: 500; }
  .select-grid {
    grid-template-columns: 1fr; }
  .db-body .content-control {
    flex-direction: column; }
  .dataTables_length, .dataTables_filter {
    float: left; }
  #emergencylist {
    background-color: transparent; }
  #emergencylist th {
    display: none; }
  #emergencylist tr {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin-bottom: 10px; }
  #emergencylist td:last-of-type a {
    background-color: #1A936F;
    color: #fff; }
    #emergencylist td:last-of-type a::after {
      content: 'Call Now';
      margin-left: 10px; } }

@media (max-width: 359px) {
  #sidebar {
    max-width: 200px;
    min-width: 200px; }
  #sidebar .sidebar-brand {
    font-size: 16px; }
  #sidebar .sidebar-brand .sidebar-brand-icon {
    height: 48px; }
  .search-bar {
    min-height: 58px; }
  #sidebar {
    margin-left: -200px; }
  .side-nav ul li {
    padding: 10px; } }

    
.search-bar{
  flex-wrap: wrap;
}

.search-bar img{
  height: 60px;
  max-width: 100px;
  object-fit: contain;

}
.mb-3{
  margin-bottom:20px;
}

.attached__img{
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ccc;
  padding: 2rem 5rem;
  grid-gap: 1rem;
}

.attached__img svg{
  font-size: 60px;
}

.grid-view{
  overflow: auto !important;
  width: 100% !important;
}

.custom__search-bar .custom_submit-btn{
  margin-top:-10px;
  padding:0;
}

.custom__header-note{
  padding-top: 20px;
}

.custom__search_
{
  float: right;
}
@media(max-width:425px){
  #small-logo-toggle{
    display: unset!important;
  }
  .custom__header-line{
    display: none;
  }
  .nav > li > a{
    padding: unset;
  }
  .dropdown .dropdown-toggle .onlinedot{
    height: 12px;
    width: 12px;
    background-color: #4dd965;
    border-radius: 50%;
    display: inline-block;
    margin-top: unset;
    margin-right: unset;
  }
  .company-logo{
    margin-left: unset;
  }
  .search-bar{
    justify-content: unset;
    flex-wrap: wrap;
    grid-gap: 1rem;
  }
  .search-bar .company-logo .custom__header-note{
    padding-left: 1rem;
    padding-bottom: 7px;
    padding-top: 10px;
  }
  .custom__search-bar{
    display: flex;
  }
  .custom__search-bar .custom_submit-btn{
    padding: 5px 10px;
  }
  .custom__menu-btn{
    display: flex;
    flex-wrap: wrap;
  }
  .custom__search_{
    float: left;
  }
}

@media(max-width:768px){
  .wrapper{
    display: flex!important;
  }
}

.custom__center-btn{
  text-align: center;
}