/* yellow fdcc52
red dc2430
logo red d03438*/

@font-face {
  font-display: optional;
  font-family: 'Agency Gothic CT';
  src: url('../fonts/AgencyGothicCT-Medium.woff2');
  src: local('Agency Gothic CT Medium'), local('../fonts/AgencyGothicCT-Medium'),
    url('../fonts/AgencyGothicCT-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AgencyGothicCT-Medium.woff2') format('woff2'),
    url('../fonts/AgencyGothicCT-Medium.woff') format('woff'),
    url('../fonts/AgencyGothicCT-Medium.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-display: optional;
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/MuliFont.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* @font-face {
  font-family: 'Agency Gothic CT';
  src: url('../fonts/AgencyGothicCT-Light.eot');
  src: local('Agency Gothic CT Light'), local('../fonts/AgencyGothicCT-Light'),
    url('../fonts/AgencyGothicCT-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AgencyGothicCT-Light.woff') format('woff'),
    url('../fonts/AgencyGothicCT-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Agency Gothic CT Inline';
  src: url('../fonts/AgencyGothicCT-Inline.eot');
  src: local('Agency Gothic CT Inline'), local('../fonts/AgencyGothicCT-Inline'),
    url('../fonts/AgencyGothicCT-Inline.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AgencyGothicCT-Inline.woff') format('woff'),
    url('../fonts/AgencyGothicCT-Inline.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Agency Gothic CT';
  src: url('../fonts/AgencyGothicCT-Bold.eot');
  src: local('Agency Gothic CT Bold'), local('../fonts/AgencyGothicCT-Bold'),
    url('../fonts/AgencyGothicCT-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AgencyGothicCT-Bold.woff') format('woff'),
    url('../fonts/AgencyGothicCT-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Agency Gothic CT Open';
  src: url('../fonts/AgencyGothicCT-Open.eot');
  src: local('Agency Gothic CT Open'), local('../fonts/AgencyGothicCT-Open'),
    url('../fonts/AgencyGothicCT-Open.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AgencyGothicCT-Open.woff') format('woff'),
    url('../fonts/AgencyGothicCT-Open.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

html,
body {
  width: 100%;
  height: 100%;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
    position: relative;
  /*margin-bottom: 60px;*/ /* Margin bottom by footer height */
  background-color: #e6ecf0;
}
#wrapper {
  min-height: 100%;
  /* min-width: 700px; */
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -50px;
}

#push{ /*.footer*/
    height: 50px;
}
@media (max-width: 900px) {
    .footer {
        height: auto;
    }
}

.hidden{
    display:none;
}
.ajax_loader{
    position:fixed;
    z-index: 1051;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background:rgba(0,0,0,.5);
}
.ajax_loader i{
    position:absolute;
    left:50%;
    top:50%;
}

body {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}

hr{
    max-width: 100% !important;
}

.text-white{
    color: #fff !important;
}
.text-black{
    color: #000 !important;
}
.text-default{
    color: #d03438 !important;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ececec;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

a {
  color: #d03438;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

a:hover, a:focus {
  color: #d03438;
  text-decoration: none;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Agency Gothic CT', 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 3px;
}

.header-title{
    text-transform: capitalize;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

section {
  padding: 100px 0;
}

section h2 {
  font-size: 50px;
}

header.masthead .overlay {
    position: absolute;
    /* background-color: #000; */
    background-color: #d03438;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .7;
}

#mainNav {
  /* border-color: rgba(34, 34, 34, 0.05); */
  border-bottom: 1px solid rgba(0,0,0,0.25);
  background-color: white;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .navbar-brand {
  /*color: #fdcc52;*/
  color: #fff;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .navbar-brand img{
  width: 120px;
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  /*color: #fcbd20;*/
  color: #d03438;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: #222222;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav .nav-link {
  font-size: 11px;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}

#mainNav .navbar-nav > li > a.active, #side-bar .list-group .list-group-item a.active {
  /*color: #fdcc52 !important;*/
  color: #d03438 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus,
#mainNav .navbar-nav .nav-link {
  color: #222222;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #d03438;
}

#mainNav .navbar-nav.logged_in > li.nav-item{
    padding: 7px;
    padding-bottom: 0px;
}

#mainNav .navbar-nav.logged_in > li.nav-item a, #mainNav .navbar-nav.logged_in > li.nav-item a i{
    font-size: 15px;
    text-transform: capitalize !important;
    font-weight: 600;
    letter-spacing: 1px;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: fade(white, 70%);
  }
  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: white;
  }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: white;
  }
  #mainNav.navbar-shrink {
    /* border-color: rgba(34, 34, 34, 0.1);
    border-bottom: 1px solid rgba(0,0,0,0.25); */
    background-color: white;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    /*color: #fdcc52;*/
    color: #000;

  }
  #mainNav.navbar-shrink .navbar-nav > li > a,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    /*color: #fdcc52;*/
    color: #d03438;
  }
}

#mainNav .header-profile, .navmenu.offcanvas .header-profile{
    width: 50px;
    height: 50px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    border-radius: 50%;
}

@media (min-width: 991px){
    #mainNav .dropdown-menu{
        /* margin-left: -148px */
        margin-top: 20px;
    }
}

#mainNav .dropdown-item{
    padding: 0.55rem 1.5rem;
}

#mainNav .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #d03438;
}

header.masthead {
  position: relative;
  width: 100%;
  /* padding-top: 150px; */
  padding-bottom: 100px;
  color: white;
  /* background: url("../img/bg-pattern.png"), #7b4397;
  background: url("../img/bg-pattern.png"), -webkit-linear-gradient(to left, #7b4397, #d03438);
  background: url("../img/bg-pattern.png"), linear-gradient(to left, #7b4397, #d03438); */
  background: #d03438;
  /*background: url("../img/bg-pattern.png"), #d03438;*/
}

header.masthead .header-content {
  max-width: 500px;
  margin-bottom: 100px;
  text-align: center;
}

header.masthead .header-content h1 {
  font-size: 30px;
}

header.masthead .device-container {
  max-width: 325px;
  margin-right: auto;
  margin-left: auto;
}

header.masthead .device-container .screen img {
  border-radius: 3px;
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    /* min-height: 775px; */
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead .header-content {
    margin-bottom: 0;
    text-align: left;
  }
  header.masthead .header-content h1 {
    /*font-size: 50px;*/
  }
  header.masthead .device-container {
    /*max-width: 325px;*/
    max-width: 290px;
  }
}

section.applications .box {
    border-radius: 3px;
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
    padding: 38px 30px;
    text-align: right;
    display: block;
    /* margin-top: 60px; */cursor: pointer;
}
section.applications .box-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
section.applications .info h4 {
    color: #555454;
    font-size: 22px;
    margin: 0px;
    font-weight: bolder;
    padding: 28px 0px;
}
section.applications .info > p {
    font-size: 16px;
    text-align: center;
}

section.applications .box >.box-icon {
    border: 2px solid #d03438;
}

section.applications .box-icon {
    background-color: #d03438;
    border-radius: 50%;
    display: table;
    height: 120px;
    margin: 0 auto;
    width: 120px;/*margin-top: -61px;*/
}

section.download {
  position: relative;
  padding: 150px 0;
  color: #fff;
}

section.download h2 {
  font-size: 50px;
  margin-top: 0;
}

section.download .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}

section.download .badges .badge-link:last-child {
  margin-bottom: 0;
}

section.download .badges .badge-link img {
  height: 60px;
}

@media (min-width: 768px) {
  section.download .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  section.download h2 {
    font-size: 70px;
  }
}

section.features .section-heading {
  margin-bottom: 100px;
}

section.features .section-heading h2 {
  margin-top: 0;
}

section.features .section-heading p {
  margin-bottom: 0;
}

section.features .device-container,
section.features .feature-item {
  max-width: 325px;
  margin: 0 auto;
}

section.features .device-container {
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  section.features .device-container {
    margin-bottom: 0;
  }
}

section.features .feature-item {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
@media (max-height: 768px) {
    section {
        padding: 50px 0;
    }

    section.features .section-heading {
        margin-bottom: 50px;
    }

    section.features .feature-item {
      padding-top: 0px;
      padding-bottom: 0px;
    }
}

section.features .feature-item h3 {
  font-size: 30px;
}

section.features .feature-item i {
  font-size: 50px;
  display: block;
  margin-bottom: 15px;
  /* background: -webkit-linear-gradient(to left, #7b4397, #d03438);
  background: linear-gradient(to left, #7b4397, #d03438); */
  /* background: linear-gradient(to left, #ffffff, #ff0007); */
  background: #dc2430;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.cta {
  position: relative;
  padding: 250px 0;
  background-image: url("../../imgs/site/layout/webp/bg-cta.webp");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section.cta .cta-content {
  position: relative;
  z-index: 1;
}

section.cta .cta-content h2 {
  font-size: 50px;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
}

@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 80px;
  }
}

section.cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

section.contact {
  text-align: center;
  color: #fff;
  width: 100%;
}

section.contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
}

section.contact h2 i {
  color: #f78181;
}

section.contact ul.list-social {
  margin-bottom: 0;
}

section.contact ul.list-social li a {
  font-size: 40px;
  line-height: 80px;
  display: block;
  width: 80px;
  height: 80px;
  color: white;
  border-radius: 100%;
}

section.contact ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}

section.contact ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}

section.contact ul.list-social li.social-facebook a {
  background-color: #3b5998;
}

section.contact ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}

section.contact ul.list-social li.social-instagram a {
  background-color: #4c68d7;
}

section.contact ul.list-social li.social-instagram a:hover {
  background-color: #465ebf;
}

section.contact ul.list-social li.social-linkedin a {
  background-color: #0d77b7;
}

section.contact ul.list-social li.social-linkedin a:hover {
  background-color: #106ea7;
}

section.contact ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}

section.contact ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}

footer {
  z-index: 2;
  position: relative;
  padding: 30px 0;
  /* text-align: center; */
  color: rgba(255, 255, 255, 0.3);
  background-color: #222222;
}

footer p {
  font-size: 12px;
  display: inline-block;
  padding-right: 15px;
  margin: 0;
}

footer ul {
  margin-bottom: 0;
  display: inline-block;
}

footer ul li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3);
}

footer .list-item{
    margin: 10px 0px;
}

footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
  text-decoration: none;
}

footer ul.list-social li.social-twitter a:hover {
  color: #0d95e8;
}
footer ul.list-social li.social-facebook a:hover {
  color: #007bff;
}
footer ul.list-social li.social-instagram a:hover {
  color: #465ebf;
}
footer ul.list-social li.social-linkedin a:hover {
  color: #106ea7;
}

.bg-primary {
  /*background: #fdcc52;
  background: -webkit-linear-gradient(#fdcc52, #fdc539);
  background: linear-gradient(#fdcc52, #fdc539);*/
  background: linear-gradient(#d03438, #ffffff);

}

.bg-primary-red {
  /*background: #fdcc52;
  background: -webkit-linear-gradient(#fdcc52, #fdc539);
  background: linear-gradient(#fdcc52, #fdc539);*/
  background: #d03438;

}

.bg-primary-gray {
  background: #f5f5f5;

}

.text-primary {
  color: #fdcc52;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white;
}

.btn-outline.newsletter{
  background: transparent;
  border: 1px solid #ced4da;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  /*color: white;
  border-color: #fdcc52;
  background-color: #fdcc52;*/
  border-color: #fff;
  background-color: #fff;
  color: black;
}

.btn-outline.download{
  display: inline-block;
  margin-bottom: 15px;
}

.btn {
  /* border-radius: 300px; */
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-xl {
  font-size: 11px;
  padding: 15px 45px;
}

.btn-md {
  font-size: 10px;
  padding: 10px 35px;
}

.btn-sm {
  font-size: 9px;
  padding: 5px 15px;
}

.fc-ltr .btn{
    font-size: 13px;
    text-transform: capitalize;
}

.input-group.newsletter input{
  /* border-top-left-radius: 300px; */
  /* border-bottom-left-radius: 300px; */
}

input.form-control.newsletter{
  width: 300px;
}

.newsletter-mobile input{
  border-radius: 300px;
}

.form-control.newsletter{
  width: 300px;
}

.newsletter-mobile{
  display: none;
  margin-bottom: 15px;
}

@media (max-width: 407px){
  .input-group.newsletter.mb-3{
    display: none;
  }
  .newsletter-mobile{
    display: block;
  }
  .newsletter-mobile input{
    width: 100% !important;
    text-align: center;
    margin-bottom: 15px;
  }
}

@media (max-width: 484px){
  .form-control.newsletter{
    width: auto;
  }
}

.head-spacer{
  margin-top: 5rem!important;
}

.login-form-signin, .signup-form {
  width: 100%;
  max-width: 350px;
  padding: 15px;
  margin: auto;
}
.login-form-signin .checkbox {
  font-weight: 400;
}
.login-form-signin .form-control, .signup-form .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.signup-form .form-control{
    margin: 15px 0px;
}
.login-form-signin .form-control:focus {
  z-index: 2;
}
.login-form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.login-form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn.btn-outline.reverse, .fc-ltr .btn-primary{
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
}

.btn.btn-outline.reverse.negative,  .fc-ltr .btn-primary:not(:disabled):not(.disabled).active, .fc-ltr .btn-primary:not(:disabled):not(.disabled):active, .fc-ltr .show>.btn-primary.dropdown-toggle{
  color: #fff;
  border: 1px solid #d03438;
  background-color: #d03438;
}

.height-100{
  height: 100vh;
}

.height-100-with-footer{
  height: calc(100vh - 172px);
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f7c6c6;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0);
}

.btn.focus, .btn:focus, .fc-ltr .btn-primary:not(:disabled):not(.disabled).active:focus, .fc-ltr .btn-primary:not(:disabled):not(.disabled):active:focus, .fc-ltr .show>.btn-primary.dropdown-toggle:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0);
}

.select_type i{
  font-size: 160px;
  text-align: center;
  display: block;
  margin-top: 40px;
  color: #d03438;
}

.select_type .box-type{
  display: block;
  height: 300px;
  width: 300px;
  border: 1px solid #000;
  background: #fff;
}

.select_type .box-type:hover{
  background: #d03438;
  color: #fff;
  border-color: #d03438;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

.select_type .box-type:hover > i{
  color: #fff;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

@media (max-width: 812px) {
  .select_type .box-type{
    height: 100%;
    width: 100%;
  }

  .select_type i{
    font-size: 70px;
    margin-top: 15px;
  }

  .select_type .box-type h2{
    font-size: 20px;
  }
}

.signup-form img{
    display: block;
    margin: 0 auto;
}

.center-panel{
    background: #fff;
    max-width: 100%;
    min-width: 460px;
    padding: 20px 35px;
}

.panel{
    background: #fff;
    max-width: 100%;
    padding: 20px 25px;
}

div.profile div.center-panel table {
    width: 100%;
    margin-top: 20px;
}

table.details tr:nth-child(odd) td, table.details tr td label.label {
    width: 50%;
    font-size: 12px;
    color: #838383;
    padding: 5px 0px;
    margin: 0;
}

table.details tr:nth-child(even) td {
    padding-right: 15px;
}


table.details textarea {
    width: 100%;
    height: 70px;
    color: #0b2143;
    resize: none;
}

.datepicker table tr td.active.active, .datepicker table tr td span.active.active{
    background-color: #d03438 !important;
    background-image: none !important;
}

.file-btn input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.upload-demo-wrap {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.alert-success, .alert-danger, .alert-warning{
    background-color: transparent !important;
    border-color: transparent !important;
    padding: 0 !important;
}

.no-results{
    display: block;
    text-align: center;
    color: #bbbbbb;
}


.src-image {
    display: none;
}

.side-bar .card, #account-viewer .card{
    overflow: hidden;
    position: relative;
    border: none;
    border-radius: 0;
    text-align: center;
    padding: 0;
    background-color: #fff;
    /* color: rgb(136, 172, 217); */
}

.side-bar .card .header-bg, .card.card-list .header-bg, #account-viewer .card .header-bg{
    /* This stretches the canvas across the entire hero unit */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    border-bottom: 1px #FFF solid;
    /* This positions the canvas under the text */
    /* z-index: 1; */
}
.side-bar .card .avatar, .card.card-list .avatar, #account-viewer .avatar{
    position: relative;
    margin-top: 15px;
    /* z-index: 100; */
}

.side-bar .card .avatar img, .card.card-list .avatar img, #account-viewer .avatar img{
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #fff;
}

.side-bar .card .content p, .card .content a, .card.card-list .content p{
    margin-bottom: 15px;
}

.card-list {
    overflow: visible;
    position: relative;
    border: 1px solid #ebebeb !important;
    border-radius: 0 !important;
    text-align: center;
    padding: 5px;
    height: 250px;
    background-color: #fff;
    /* color: rgb(136, 172, 217); */
}

.card.card-list .avatar img{
    width: 80px;
    height: 80px;
    position: relative;
    z-index: 1;
    border: 3px solid #fff;
}

.card-list div.options{
    cursor: pointer;
    position: absolute;
    bottom: 0;
    padding: 15px 10px 0px 10px;
    right: 0;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #d03438;
}

.page-item.active .page-link {
    background-color: #d03438;
    border-color: #d03438;
}

.page-link {
    color: #d03438;
}

.page-link:hover {
    color: #d03438;
}

.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255, 0);
}

.fc-event, .fc-event-dot, .fc-event.scheduled, #addNewAppointment #status-color.scheduled {
    background-color: #d03438;
    border-color: #d03438;
}
.fc-event .fc-title, .fc-event .fc-time{
    color: #fff;
}

.fc-event.expired, #addNewAppointment #status-color.expired{
    background-color: #afafaf;
    border-color: #afafaf;
}

.fc-event.attended, #addNewAppointment #status-color.attended{
    background-color: #45d466;
    border-color: #45d466;
}

.fc-event.remote{
    background-color: #17a2ba;
    border-color: #17a2ba;
}

.event-legend li{
    list-style: none;
}

.event-legend li div.legend-palette{
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
}

.event-legend li div.legend-palette.attended{
    background-color: #3ea957;
}
.event-legend li div.legend-palette.incoming{
    background-color: #d03438;
}
.event-legend li div.legend-palette.expired{
    background-color: #afafaf;
}
.event-legend li div.legend-palette.remote{
    background-color: #17a2ba;
}

#chat-lobby .list-group-item:first-child, #chat-lobby .list-group-item:last-child {
    border-radius: 0;
}

#chat-lobby .list-group-item p{
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

#chat-lobby .list-group-item{
    border: 0;
}

#chat-lobby .list-group-item.hover{
  background-color: #e6ecf0;
  border-color: #e6ecf0;
}

#chat-lobby .list-group-item.new{
    background-color: #e6ecf0;
}

#chat-lobby .list-group-item .photo, h4 div.photo{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-position: center center !important;
    background-size: contain !important;
    margin: auto;
}
#chat-lobby h4 div.photo{
    width: 45px;
    height: 45px;
    display: inline-block;
}

#chat-lobby .panel, #chat-lobby .center-panel{
    height:auto;
}

#chat-lobby .panel{
    /*min-width: 525px;*/
}

#chat-lobby .list-group{
    height: 600px;
    overflow-y:auto;
    overflow-x:hidden;
}

@media (max-width: 1366px) {
    #chat-lobby .list-group{
        height: 350px;
        overflow-y:auto;
        overflow-x:hidden;
    }
}

#chat-lobby .message-input.panel{
    height:auto;
    border: 1px solid #cacaca;
    background: #F6F7F8;;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#chat-lobby .msg-container{
    position: relative;
}

#chat-lobby .msg-container .contact-image{
    width: 35px;
    height: 35px;
    background-position: center center !important;
    background-size: contain !important;
    display: inline-block;
    /* float: left; */
    bottom: 0;
    position: absolute;
    border-radius: 50%;
    margin-bottom: 17px;
}

#chat-lobby .msg.user {
    min-width: 200px;
    max-width: 80%;
    width: -moz-fit-content;
    color: #fff;
	position: relative;
	background: #d03438;
	border-radius: .4em;
    padding: 10px;
}

#chat-lobby .msg.contact {
    min-width: 200px;
    max-width: 80%;
    width: -moz-fit-content;
    width: fit-content;
    display: table;
	position: relative;
    /* float: left; */
	background: #ececec;
	border-radius: .4em;
    padding: 10px;
}

#chat-lobby .msg p{
    font-size: 15px;
    margin-bottom: 2px;
}

#chat-lobby .msg small{
    font-size: 60%;
}
#chat-lobby .msg.user small{
    float: right;
}

#side-bar .list-group .list-group-item {
    border-radius: 0;
    border-left: none;
    border-right: none;
    cursor: pointer;
    padding-top: 6px;
    padding-bottom: 6px;
}

@media (max-width: 575px) {
    div.side-bar{
        min-width: 240px;
    }
}

#notepad #action, #notepad #solution{
    color: #d03438;
    font-weight: bolder;
}

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  bottom: 35%;
  /* bottom: 3rem; */
}

@media (max-height: 768px){
    .carousel-caption {
        bottom: 25%;
    }
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 100vh;
  background-color: #777;
}
.carousel-item > div.image {
  width: 100%;
  height: 100vh;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(39, 8, 10, 0.4);
}

#addNewAppointment #status-color{
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
    margin-top: 10px;
}

#account-viewer .owl-theme .owl-dots .owl-dot span{
    width:10px;
    height:10px;
    margin:5px;
    background: #ececec !important;
    display:block;
    -webkit-backface-visibility:visible;
    -webkit-transition:opacity 200ms ease;
    -moz-transition:opacity 200ms ease;
    -ms-transition:opacity 200ms ease;
    -o-transition:opacity 200ms ease;
    transition:opacity 200ms ease;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
    outline-style:none;
    box-shadow:none;
    border-color:transparent;
}

#account-viewer .owl-theme .owl-dots .owl-dot.active span{
    background: #b71616 !important;
}

#account-viewer .owl-theme .owl-dots{
    text-align: center!important;
}

.bg-docx, .bg-doc, .bg-word{
    background: #2a579a;
}
.bg-xls, .bg-xlsx, .bg-csv{
    background: #217345;
}
.bg-pptx, .bg-ppt{
    background: #d14826;
}
.bg-pdf{
    background: #6c757d;
}
.bg-vid{
    background: #dc2430;
}

ul.profile-checklist {
    list-style-type: none;
    position: relative;
}
ul.profile-checklist:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 34px;
    width: 2px;
    height: 95%;
    z-index: 400;
}
ul.profile-checklist > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.profile-checklist > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #e1e3e4;
    left: 20px;
    width: 30px;
    height: 30px;
    z-index: 400;
}
ul.profile-checklist > li.finished:before {
    content: '\2713';
    text-align: center;
    border: 3px solid #6dcc6d;
}

label.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.btn-facebook {
	color: #fff;
	background-color: #4C67A1;
}
.btn-facebook:hover {
	color: #fff;
	background-color: #405D9B;
}
.btn-facebook:focus {
	color: #fff;
}

.btn-twitter {
  background: #00ACEE;
  color: #fff;
}
.btn-twitter:link, .btn-twitter:visited {
  color: #fff;
}
.btn-twitter:active, .btn-twitter:hover {
  background: #0075a2;
  color: #fff;
}

.btn-linkedin {
  background: #0E76A8;
  color: #fff;
}
.btn-linkedin:link, .btn-linkedin:visited {
  color: #fff;
}
.btn-linkedin:active, .btn-linkedin:hover {
  background: #084461;
  color: #fff;
}

@media print{
    .d-print-12{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    a{
        text-decoration: none !important;
    }
}

.breadcrumb {
    background-color: transparent;
}

.breadcrumb li a, .breadcrumb li{
    font-size: 12px;
}

.owl-carousel {
    visibility: hidden;
}
.owl-carousel.owl-loaded {
    visibility: visible;
}

.testimonial-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: 0;
    top: 40%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    margin: 0;
    outline: 0;
    width: 45px;
    height: 45px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #ffffff;
    color: #000;
    border-radius: 50%;
    opacity: 1;
    visibility: visible;
}

.testimonial-slider.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 5px;
}

  .owl-carousel .owl-item img {
      width: 120px;
  }

  .testimonial-item .text {
      max-width: 600px;
      margin: 0 auto;
  }

  .testimonial-item {
      margin-top: 60px;
  }

  .testimonial-slider .owl-item:nth-child(3n+1)>.testimonial-item {
      background-color: #d03438;

  }

  .testimonial-slider .owl-item:nth-child(3n+2)>.testimonial-item {
      background-color: gray;
  }

  .testimonial-slider .owl-item:nth-child(3n+3)>.testimonial-item {
      background-color: #000;
  }

  .testimonial-slider .owl-item:nth-child(3n+1) p,
  .testimonial-slider .owl-item:nth-child(3n+1) h5,
  .testimonial-slider .owl-item:nth-child(3n+2) p,
  .testimonial-slider .owl-item:nth-child(3n+2) h5,
  .testimonial-slider .owl-item:nth-child(3n+3) p,
  .testimonial-slider .owl-item:nth-child(3n+3) h5 {
      color: #fff !important;
  }

  .testimonial-slider .owl-item .info {
      margin-top: -55px;
      margin-bottom: 20px;
  }

  .testimonial-slider.owl-theme .owl-nav [class*=owl-] {
      top: 58%;
      background-color: transparent;
  }

  .testimonial-slider.owl-theme .owl-nav [class*=owl-].owl-next {
      right: 0;
  }


  /* ===================== */

  .owl-carousel .owl-item img {
    width: 120px;
  
  }
  
  .testimonial-item .text {
    max-width: 600px;
    margin: 0 auto;
  }
  
  .testimonial-item {
    margin-top: 60px;
  }
  
  .testimonial-slider .owl-item:nth-child(3n+1)>.testimonial-item {
    background-color: #d03438;
  
  }
  
  .testimonial-slider .owl-item:nth-child(3n+2)>.testimonial-item {
    background-color: gray;
  }
  
  .testimonial-slider .owl-item:nth-child(3n+3)>.testimonial-item {
    background-color: #000;
  }
  
  .testimonial-slider .owl-item:nth-child(3n+1) p,
  .testimonial-slider .owl-item:nth-child(3n+1) h5,
  .testimonial-slider .owl-item:nth-child(3n+2) p,
  .testimonial-slider .owl-item:nth-child(3n+2) h5,
  .testimonial-slider .owl-item:nth-child(3n+3) p,
  .testimonial-slider .owl-item:nth-child(3n+3) h5 {
    color: #fff !important;
  }
  
  .testimonial-slider .owl-item .info {
    margin-top: -55px;
    margin-bottom: 20px;
  }
  
  .testimonial-slider.owl-theme .owl-nav [class*=owl-] {
    top: 58%;
    background-color: transparent;
  }
  
  .testimonial-slider.owl-theme .owl-nav [class*=owl-].owl-next {
    right: 0;
  }

  .platform-multi-column {
    min-width: 800px;
  }

  .platform-multi-column ul {
    columns: 3;
    list-style: none;
    padding-left: 0;
  }

  .platform-multi-column ul li {
    font-size: 16px;
  }

  @media (max-width: 535px) {
    .platform-multi-column ul {
      columns: 1;
    }
    .platform-multi-column {
      min-width: auto;
    }
  }

  #pwd, .show-pwd {
    height: 46px;
    border: 1px solid #ced4da !important;
    border-left: 0;
  }

  #pwd:hover, .show-pwd:hover {
    background-color: #fff;
    color: #000;
  }

  .form-control:focus {
    border: 1px solid #ced4da;
  }

  input::-ms-reveal,
  input::-ms-clear {
    display: none;
  }