/* Template Name: SUMO Scheduler Landing Page Template
   Author: SUMO Scheduler
   Email: experts@sumoscheduler.com
   Website: https://sumoscheduler.com
   Version: 1.1.0
   Created: Nov 2023
   File Description: Main Css file of the template
*/
/*********************************/
/*         INDEX                 */
/*================================
 *     01.  Variables            *
 *     02.  General              *
 *     03.  Helper               *
 *     04.  Bootstrap Custom     *
 *     05.  Components           *
 *     06.  Menu                 *
 *     07.  Home / Landing       *
 *     08.  About Us             *
 *     09.  Blog                 *
 *     11.  Countdown            *
 *     12.  Features             *
 *     13.  Testimonial          *
 *     14.  Price                *
 *     15.  Team                 *
 *     16.  Contact              *
 *     17.  Footer               *
 ================================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden !important;
  font-size: 15px;
  color: #24272c;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  font-weight: 600 !important;
}

.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
  line-height: 1.2;
}

::selection {
  background: #2f333a;
  color: #ffffff;
}

a {
  text-decoration: none !important;
}

p {
  line-height: 1.6;
}

.section {
  padding: 100px 0;
  position: relative;
}

@media (max-width: 768px) {
  .section {
    padding: 60px 10px;
  }
}

@media (max-width: 768px) {
	.phone-not-shown{display:none;}
}

.section-two {
  padding: 48px 0;
  position: relative;
}

.bg-overlay {
  background-color: rgba(0, 23, 51, 0.75);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bg-overlay-gradient {
  background: linear-gradient(rgba(0, 23, 51, 0.9), rgba(21, 81, 74, 0.9));
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bg-overlay-dark {
  background-color: rgba(0, 23, 51, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bg-overlay-light {
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bg-overlay-hero {
  background: linear-gradient(to bottom, #161c2d 5%, rgba(0, 23, 51, 0.75) 55%, rgba(0, 23, 51, 0.5) 75%, rgba(0, 23, 51, 0.25) 85%, rgba(0, 23, 51, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}


.bg-overlay-white {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-gradient-white-overlay {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 100%);
}

.bg-gradient-primary {
  background: linear-gradient(to left, #602296 0%, #DB3837 100%);
}
.bg-primary-gradient-overlay {
  background: linear-gradient(to bottom, rgba(233, 196, 106, 0) 0%, rgba(233, 196, 106, 0.25) 25%, rgba(233, 196, 106, 0.5) 50%, rgba(233, 196, 106, 0.75) 75%, #fe4a49 100%);
}

.bg-linear-gradient {
  background: linear-gradient(to bottom, rgba(0, 23, 51, 0) 0%, rgba(0, 23, 51, 0) 50%, rgba(0, 23, 51, 0.3) 80%, #161c2d 100%);
}
.bg-linear-gradient-1 {
  background: linear-gradient(to bottom, #161c2d 0%, rgba(0, 23, 51, 0.75) 25%, rgba(0, 23, 51, 0.5) 50%, rgba(0, 23, 51, 0.25) 75%, rgba(0, 23, 51, 0) 100%);
}
.bg-linear-gradient-2 {
  background: linear-gradient(to bottom, rgba(0, 23, 51, 0) 0%, rgba(0, 23, 51, 0.3) 30%, rgba(0, 23, 51, 0.7) 60%, #161c2d 100%);
}

.bg-linear-gradient-3 {
  background: linear-gradient(to right, #161c2d 0%, rgba(0, 23, 51, 0.75) 40%, rgba(0, 23, 51, 0.5) 60%, rgba(0, 23, 51, 0.25) 90%, rgba(0, 23, 51, 0) 100%);
}
.bg-linear-gradient-4 {
  background: linear-gradient(to left, #161c2d 0%, rgba(0, 23, 51, 0.75) 25%, rgba(0, 23, 51, 0.5) 50%, rgba(0, 23, 51, 0.25) 75%, rgba(0, 23, 51, 0) 100%);
}

.bg-gradient-overlay {
  background: linear-gradient(to bottom, rgba(0, 23, 51, 0) 0%, rgba(0, 23, 51, 0.5) 25%, rgba(0, 23, 51, 0.75) 50%, #161c2d 100%);
}

.bg-gradient-overlay-2 {
  background: linear-gradient(to bottom, rgba(0, 23, 51, 0.5) 0%, rgba(0, 23, 51, 0.6) 25%, rgba(0, 23, 51, 0.7) 50%, rgba(0, 23, 51, 0.8) 100%);
}
.bg-gradient-overlay-3 {
  background: linear-gradient(to top, rgba(0, 23, 51, 0.5) 0%, rgba(0, 23, 51, 0.6) 15%, rgba(0, 23, 51, 0.7) 40%, rgba(0, 23, 51, 0.8) 100%);
}




.title-heading .heading {
  font-family: "Raleway", "Poppins", sans-serif;
  font-size: 42px !important;
  letter-spacing: 0.2px;
  line-height: 1.5;
}

.title-heading .heading.h1-big {
	font-size: 60px !important;
}

@media (max-width: 768px) {
  .title-heading .heading, .title-heading .heading.h1-big {
    font-size: 34px !important;
  }
}

.title-heading .heading.sub-heading {
  font-size: 30px !important;
}

@media (max-width: 768px) {
  .title-heading .heading.sub-heading {
    font-size: 26px !important;
  }
}

.title-heading .letter-spacing {
  letter-spacing: 1px;
}
.title-heading .para-desc {
  font-size: 17px;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  .title-heading .para-desc {
    font-size: 16px;
  }
}
.title-heading .heading-buttons {
display: flex !important;
}
@media (max-width: 768px) {
.title-heading .heading-buttons {
	display: flex !important;
	flex-direction: column;
	}
}

.section-title {
  position: relative;
}

.section-title .title {
  font-family: "Raleway", "Poppins", sans-serif;
  letter-spacing: 0.5px;
  font-size: 28px !important;
}

@media (max-width: 768px) {
  .section-title .title {
    font-size: 24px !important;
  }
}

.para-desc {
  max-width: 600px;
}

.mt-100 {margin-top: 100px;}
.mb-60 {margin-bottom: 60px;}

.mr-1 {margin-right:0.5rem;}
.ml-1 {margin-left:0.5rem;}

.mr-2 {margin-right:1rem;}
.ml-2 {margin-left:1rem;}

.mr-3 {margin-right:1.5rem;}
.ml-3 {margin-left:1.5rem;}

.pr-1 {padding-right:0.5rem;}
.pl-1 {padding-left:0.5rem;}

.pr-2 {padding-right:1rem;}
.pl-2 {padding-left:1rem;}

.pr-3 {padding-right:1.5rem;}
.pl-3 {padding-left:1.5rem;}

.shape {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
}

@media (max-width: 425px) {
  .shape {
    bottom: -4px;
  }
}

.shape > svg {
  transform: scale(2);
  width: 100%;
  height: auto;
  transform-origin: top center;
}

.shape.marketing-hero {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  height: 250px;
  background: #ffffff;
}

@media (max-width: 768px) {
  .shape.marketing-hero {
    height: 140px;
  }
}

@media (max-width: 425px) {
  .shape.marketing-hero {
    height: 60px;
  }
}

.home-shape-arrow {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 25px;
  z-index: 1;
  left: 0;
}

.home-shape-arrow i {
  background: #f8f9fc;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
  box-shadow: 0 0 3px rgba(36, 39, 44, 0.15);
  border-radius: 30px;
}

.home-shape-arrow .arrow-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: inline-block;
}

.feature-posts-placeholder {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 66.6%;
}

@media (max-width: 425px) {
  .feature-posts-placeholder {
    height: 80%;
  }
}

.play-icon {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 0;
  left: 0;
  text-align: center;
}

.play-icon i {
  height: 75px;
  width: 75px;
  -webkit-text-stroke: 2px #fe4a49;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.play-icon i:hover {
  -webkit-text-stroke: 2px #fe4a49;
  -webkit-text-fill-color: #fe4a49;
}

.play-icon.bottom {
  position: relative;
  bottom: 0;
  transform: translateY(0);
  box-shadow: 0 0 45px rgba(175, 42, 42, 0.4) !important;
}

.play-icon.bottom i {
  background: #fe4a49 !important;
  -webkit-text-stroke: 2px #ffffff;
  -webkit-text-fill-color: transparent;
}

.play-icon.bottom i:hover {
  -webkit-text-stroke: 2px #ffffff;
  -webkit-text-fill-color: #ffffff;
}

@media (min-width: 768px) {
  .margin-top-100 {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  .mt-60 {
    margin-top: 60px;
  }
}

.features-absolute {
  position: relative;
  z-index: 2;
  transition: all 0.5s ease;
}

.features-absolute {
  margin: -200px 0 0px;
}

@media (max-width: 768px) {
  .features-absolute {
    margin: -140px 0 0;
  }
}

.features-absolute.blog-search {
  margin: -120px 0 0px;
}

@media (max-width: 768px) {
  .features-absolute.blog-search {
    margin: -90px 0 0px;
  }
}

@media (max-width: 768px) {
  .img-fluid-responsive img {
    max-width: 550px;
  }
}

@media (max-width: 767px) {
  .img-fluid-responsive img {
    max-width: 100%;
    height: auto;
  }
}

.timeline-page:after {
  position: absolute;
  content: "";
  left: 0;
  right: -1px;
  top: 0px;
  width: 1px;
  height: 100%;
  margin: auto;
  border-right: 2px dashed #dee2e6 !important;
}

.timeline-page .timeline-item .date-label-left:after, .timeline-page .timeline-item .date-label-left:before, .timeline-page .timeline-item .duration-right:after, .timeline-page .timeline-item .duration-right:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  z-index: 1;
}

.timeline-page .timeline-item .date-label-left:after, .timeline-page .timeline-item .duration-right:after {
  top: 9px;
  width: 10px;
  height: 10px;
  background-color: #2a9d8f;
}

.timeline-page .timeline-item .date-label-left:before, .timeline-page .timeline-item .duration-right:before {
  border: 2px dashed #dee2e6;
  top: 0;
  width: 28px;
  height: 28px;
  background-color: #ffffff;
}

.timeline-page .timeline-item .date-label-left {
  float: right;
  margin-right: 24px;
}

.timeline-page .timeline-item .date-label-left:after {
  right: -41px;
}

.timeline-page .timeline-item .date-label-left:before {
  right: -50px;
}

.timeline-page .timeline-item .duration-right {
  float: left;
  margin-left: 24px;
}

.timeline-page .timeline-item .duration-right:after {
  left: -41px;
}

.timeline-page .timeline-item .duration-right:before {
  left: -50px;
}

.timeline-page .timeline-item .event {
  transition: all 0.2s ease;
}

.timeline-page .timeline-item .event .title {
  font-family: "Raleway", "Poppins", sans-serif;
  font-weight: 500;
  transition: all 0.2s ease;
}

.timeline-page .timeline-item .event.event-description-right {
  text-align: left;
  margin-left: 24px;
}

.timeline-page .timeline-item .event.event-description-left {
  text-align: right;
  margin-right: 24px;
}

@media (max-width: 575px) {
  .timeline-page {
    margin-left: 18px;
  }
  .timeline-page:after {
    margin: 0;
  }
  .timeline-page .timeline-item .duration {
    float: left !important;
    margin-left: 30px !important;
    margin-right: auto !important;
    text-align: left !important;
  }
  .timeline-page .timeline-item .duration:after {
    left: -34px !important;
  }
  .timeline-page .timeline-item .duration:before {
    left: -42px !important;
  }
  .timeline-page .timeline-item .duration .event {
    text-align: left !important;
    margin-left: 15px;
  }
  .timeline-page .timeline-item .event.event-description-left, .timeline-page .timeline-item .event.event-description-right {
    text-align: left !important;
    margin: 0 0 0 30px !important;
  }
}

.text-mover {
  font-size: 140px;
  font-weight: 900;
  opacity: 0.08;
  color: #ffffff;
}

@media (max-width: 991px) {
  .text-mover {
    font-size: 100px;
  }
}

/*********************************/
/*         Bootstrap-custom      */
/*===============================*/
@media (min-width: 1400px) {
  .container {
    max-width: 1140px !important;
  }
}

.row > * {
  position: relative;
}

h1, .fs-1, .h1, .fs-1 {
  font-size: 42px !important;
  font-family: "Raleway", "Poppins", sans-serif;
}

h2, .fs-2, .h2, .fs-2 {
  font-size: 36px !important;
  font-family: "Raleway", "Poppins", sans-serif;
}

h3, .fs-3, .h3, .fs-3 {
  font-size: 30px !important;
  font-family: "Raleway", "Poppins", sans-serif;
}

h4, .fs-4, .h4, .fs-4 {
  font-size: 24px !important;
  font-family: "Raleway", "Poppins", sans-serif;
}

h5, .fs-5, .h5, .fs-5 {
  font-size: 18px !important;
  font-family: "Raleway", "Poppins", sans-serif;
}

h6, .fs-6, .h6, .fs-6 {
  font-size: 15px !important;
  font-family: "Raleway", "Poppins", sans-serif;
}

.display-1 {
  font-size: 80px !important;
  font-family: "Raleway", "Poppins", sans-serif;
}

.display-2 {
  font-size: 72px !important;
  font-family: "Raleway", "Poppins", sans-serif;
}

.display-3 {
  font-size: 64px !important;
  font-family: "Raleway", "Poppins", sans-serif;
}

.display-4 {
  font-size: 56px !important;
  font-family: "Raleway", "Poppins", sans-serif;
}

.display-5 {
  font-size: 48px !important;
  font-family: "Raleway", "Poppins", sans-serif;
}

.display-6 {
  font-size: 40px !important;
  font-family: "Raleway", "Poppins", sans-serif;
}

.bg-primary {
  background-color: #fe4a49 !important;
}

.bg-soft-primary {
  background-color: rgba(233, 196, 106, 0.05) !important;
}

.bg-blur-primary {
  backdrop-filter: blur(12px);
  background-color: rgba(233, 196, 106, 0.8);
}

.text-primary {
  color: #fe4a49 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #B5230B !important;
}

.bg-blue {
  background-color: #001730 !important;
}

.bg-soft-blue {
  background-color: rgba(42, 82, 195, 0.05) !important;
}

.bg-blur-blue {
  backdrop-filter: blur(12px);
  background-color: rgba(42, 82, 195, 0.8);
}

.text-blue {
  color: #001730 !important;
}

a.text-blue:hover, a.text-blue:focus {
  color: #2549ae !important;
}

.bg-secondary {
  background-color: #5a6d90 !important;
}

.bg-soft-secondary {
  background-color: rgba(90, 109, 144, 0.05) !important;
}

.bg-blur-secondary {
  backdrop-filter: blur(12px);
  background-color: rgba(90, 109, 144, 0.8);
}

.text-secondary {
  color: #5a6d90 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #506180 !important;
}

.bg-success {
  background-color: #52CC99 !important;
}

.bg-soft-success {
  background-color: rgba(82, 204, 153, 0.05) !important;
}

.bg-blur-success {
  backdrop-filter: blur(12px);
  background-color: rgba(82, 204, 153, 0.8);
}

.text-success {
  color: #52CC99 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #3ec68d !important;
}

.bg-warning {
  background-color: #FFBF66 !important;
}

.bg-soft-warning {
  background-color: rgba(255, 191, 102, 0.05) !important;
}

.bg-blur-warning {
  backdrop-filter: blur(12px);
  background-color: rgba(255, 191, 102, 0.8);
}

.text-warning {
  color: #FFBF66 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ffb44d !important;
}

.bg-info {
  background-color: #66CCFF !important;
}

.bg-soft-info {
  background-color: rgba(102, 204, 255, 0.05) !important;
}

.bg-blur-info {
  backdrop-filter: blur(12px);
  background-color: rgba(102, 204, 255, 0.8);
}

.text-info {
  color: #66CCFF !important;
}

a.text-info:hover, a.text-info:focus {
  color: #4dc4ff !important;
}

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

.bg-soft-danger {
  background-color: rgba(238, 47, 32, 0.05) !important;
}

.bg-blur-danger {
  backdrop-filter: blur(12px);
  background-color: rgba(238, 47, 32, 0.8);
}

.text-danger {
  color: #ee2f20 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #e32111 !important;
}

.bg-dark {
  background-color: #24272c !important;
}

.bg-soft-dark {
  background-color: rgba(36, 39, 44, 0.05) !important;
}

.bg-blur-dark {
  backdrop-filter: blur(12px);
  background-color: rgba(36, 39, 44, 0.8);
}

.text-dark {
  color: #24272c !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #191b1e !important;
}

.bg-muted {
  background-color: #8492a6 !important;
}

.bg-soft-muted {
  background-color: rgba(132, 146, 166, 0.05) !important;
}

.bg-blur-muted {
  backdrop-filter: blur(12px);
  background-color: rgba(132, 146, 166, 0.8);
}

.text-muted {
  color: #8492a6 !important;
}

a.text-muted:hover, a.text-muted:focus {
  color: #75859b !important;
}

.text-red {
  color: #fe4a49 !important;
}
.text-green {
  color: #2a9d8f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-subtitle-up  {
	color: rgb(0, 107, 255);
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}

.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}

.bg-light {
  background-color: #f8f9fc !important;
}

.bg-soft-light {
  background-color: rgba(248, 249, 252, 0.05) !important;
}

.bg-blur-light {
  backdrop-filter: blur(12px);
  background-color: rgba(248, 249, 252, 0.8);
}

.text-light {
  color: #f8f9fc !important;
}

a.text-light:hover, a.text-light:focus {
  color: #e6eaf4 !important;
}

.bg-footer {
  background-color: #202942 !important;
}

.bg-soft-footer {
  background-color: rgba(32, 41, 66, 0.05) !important;
}

.bg-blur-footer {
  backdrop-filter: blur(12px);
  background-color: rgba(32, 41, 66, 0.8);
}

.text-footer {
  color: #202942 !important;
}

a.text-footer:hover, a.text-footer:focus {
  color: #181e30 !important;
}

.d-flex .flex-1 {
  flex: 1;
}

.bg-black {
  background: #161c2d !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

video:focus {
  outline: none;
}


.list-initial-item {
	display: initial;
}

.list-initial-item:not(:last-child) {
	margin-right: 0px;
  margin-bottom: 5px;
}


.list-inline-item:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 5px;
}

.rounded {
  border-radius: 10px !important;
}

.rounded-top {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.rounded-left {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.rounded-bottom {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.rounded-right {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.rounded-md {
  border-radius: 20px !important;
}

.rounded-lg {
  border-radius: 40px !important;
}

.border-primary {
  border-color: #fe4a49 !important;
}

.border-blue {
  border-color: #001730 !important;
}

.border-secondary {
  border-color: #5a6d90 !important;
}

.border-success {
  border-color: #52CC99 !important;
}

.border-warning {
  border-color: #FFBF66 !important;
}

.border-info {
  border-color: #66CCFF !important;
}

.border-danger {
  border-color: #ee2f20 !important;
}

.border-dark {
  border-color: #24272c !important;
}

.border-muted {
  border-color: #8492a6 !important;
}

.border-light {
  border-color: #f8f9fc !important;
}

.border-footer {
  border-color: #202942 !important;
}

.border {
  border: 1px solid #e9ecef !important;
}

.border-top {
  border-top: 1px solid #e9ecef !important;
}

.border-bottom {
  border-bottom: 1px solid #e9ecef !important;
}

.border-left {
  border-left: 1px solid #e9ecef !important;
}

.border-right {
  border-right: 1px solid #e9ecef !important;
}

.opacity-05 {
  opacity: 0.05;
}

.opacity-075 {
  opacity: 0.075;
}

.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.small, small {
  font-size: 90%;
}

.nav-pills .nav-link.active, .nav-pills >.nav-link {
	color: #2a9d8f;
}

.nav-pills .nav-link.active, .nav-pills::hover >.nav-link {
	color: #fff;
    background-color: #2a9d8f;
	opacity: 0.7;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
    background-color: #2a9d8f;
}

.animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}



.card {
  border: none;
}

.card .card-body {
  padding: 1.5rem;
}

.card .card-img {
  position: relative;
}

.card .card-img .card-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(to bottom, transparent 0%, transparent 25%, transparent 35%, rgba(0, 23, 51, 0.9) 100%);
  transition: all 0.5s ease;
}

.card:hover .card-img .card-overlay {
  opacity: 1;
}

.card .card-lightblue {
	border: solid;
	border-color: #4ad7d1;
    border-width: 4px;
}
.card .card-red {
	border: solid;
	border-color: #fe4a49;
    border-width: 4px;
}
.card .card-grey {
	border: solid;
	border-color: #49556B;
    border-width: 4px;
}
.card .card-yellow {
	border: solid;
	border-color: #e9c46a;
    border-width: 4px;
}


.offcanvas .offcanvas-header {
  min-height: 74px;
}

.offcanvas .offcanvas-header .dark-version {
  display: none;
}

.offcanvas .offcanvas-header .light-version {
  display: inline-block;
}

.offcanvas .offcanvas-header .btn-close {
  color: #24272c;
  background: none;
  margin-right: 0;
}

.offcanvas .offcanvas-header .btn-close:focus {
  box-shadow: none;
}

.offcanvas.offcanvas-end {
  width: 350px;
}

.offcanvas.photography-offcanvas {
  width: 500px;
}

@media (max-width: 768px) {
  .display-1 {
    font-size: 56px !important;
  }
  .display-2 {
    font-size: 50px !important;
  }
  .display-3 {
    font-size: 42px !important;
  }
  .display-4 {
    font-size: 36px !important;
  }
  .display-5 {
    font-size: 30px !important;
  }
  .display-6 {
    font-size: 24px !important;
  }
}

.form-signin {
  width: 100%;
  max-width: 400px;
  margin: auto;
}

.mt-74 {
  margin-top: 74px;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.z-index-1 {
  z-index: 1;
}

.z-index-0 {
  z-index: 0;
}

.z-index-m-1 {
  z-index: -1;
}

.modal-content .modal-header button.btn-close {
  background: none;
}

.modal.show {
  padding-right: 15px !important;
}

.img-thumbnail {
  padding: 2px;
}

.img-group .user-avatar img {
  position: relative;
  transition: all 0.5s ease;
}

.img-group .user-avatar img:hover {
  z-index: 1;
  transform: scale(1.1);
}

.ms-n3 {
  margin-left: -16px;
}

.mt-n3 {
  margin-top: -16px;
}

.mt-n4 {
  margin-top: -24px;
}

.mt-n5 {
  margin-top: -48px;
}

.mt-n80 {
  margin-top: -80px;
}

/*********************************/
/*         Components            */
/*===============================*/
.btn-primary {
  background-color: #fe4a49 !important;
  border: 1px solid #fe4a49 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(175, 42, 42, 0.4);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus {
  background-color: #DB3837 !important;
  border-color: #DB3837 !important;
  color: #ffffff !important;
}

.btn-soft-primary {
  background-color: rgba(175, 42, 42, 0.1) !important;
  border: 1px solid rgba(175, 42, 42, 0.4) !important;
  color: #fe4a49 !important;
  box-shadow: 0 3px 5px 0 rgba(175, 42, 42, 0.4);
}

.btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active, .btn-soft-primary.focus {
  background-color: #fe4a49 !important;
  border-color: #fe4a49 !important;
  color: #ffffff !important;
}

.btn-outline-primary {
  border: 1px solid #fe4a49;
  color: #fe4a49;
  background-color: transparent;
}
.btn-outline-primary.white {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
}

.btn-outline-primary:hover, .btn-outline-primary.white:hover, .btn-outline-primary:focus, .btn-outline-primary.white:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #fe4a49;
  border-color: #fe4a49;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(175, 42, 42, 0.4);
}

.btn-link.primary {
  padding: 0 !important;
  color: #24272c;
  position: relative;
}

.btn-link.primary:hover, .btn-link.primary:focus, .btn-link.primary:active, .btn-link.primary.active, .btn-link.primary.focus, .btn-link.primary:not(:disabled):not(.disabled):active {
  color: #fe4a49 !important;
}

.btn-link.primary:after {
  background-color: #fe4a49 !important;
}

.btn-blue {
  background-color: #001730 !important;
  border: 1px solid #001730 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(42, 82, 195, 0.1);
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .btn-blue.focus {
  background-color: #214099 !important;
  border-color: #214099 !important;
  color: #ffffff !important;
}

.btn-soft-blue {
  background-color: rgba(42, 82, 195, 0.1) !important;
  border: 1px solid rgba(42, 82, 195, 0.1) !important;
  color: #001730 !important;
  box-shadow: 0 3px 5px 0 rgba(42, 82, 195, 0.1);
}

.btn-soft-blue:hover, .btn-soft-blue:focus, .btn-soft-blue:active, .btn-soft-blue.active, .btn-soft-blue.focus {
  background-color: #001730 !important;
  border-color: #001730 !important;
  color: #ffffff !important;
}

.btn-outline-blue {
  border: 1px solid #001730;
  color: #001730;
  background-color: transparent;
}

.btn-outline-blue:hover, .btn-outline-blue:focus, .btn-outline-blue:active, .btn-outline-blue.active, .btn-outline-blue.focus, .btn-outline-blue:not(:disabled):not(.disabled):active {
  background-color: #001730;
  border-color: #001730;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(42, 82, 195, 0.1);
}

.btn-link.blue {
  padding: 0 !important;
  color: #24272c;
  position: relative;
}

.btn-link.blue:hover, .btn-link.blue:focus, .btn-link.blue:active, .btn-link.blue.active, .btn-link.blue.focus, .btn-link.blue:not(:disabled):not(.disabled):active {
  color: #001730 !important;
}

.btn-link.blue:after {
  background-color: #001730 !important;
}

.btn-secondary {
  background-color: #5a6d90 !important;
  border: 1px solid #5a6d90 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.1);
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary.focus {
  background-color: #465571 !important;
  border-color: #465571 !important;
  color: #ffffff !important;
}

.btn-soft-secondary {
  background-color: rgba(90, 109, 144, 0.1) !important;
  border: 1px solid rgba(90, 109, 144, 0.1) !important;
  color: #5a6d90 !important;
  box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.1);
}

.btn-soft-secondary:hover, .btn-soft-secondary:focus, .btn-soft-secondary:active, .btn-soft-secondary.active, .btn-soft-secondary.focus {
  background-color: #5a6d90 !important;
  border-color: #5a6d90 !important;
  color: #ffffff !important;
}

.btn-outline-secondary {
  border: 1px solid #5a6d90;
  color: #5a6d90;
  background-color: transparent;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.focus, .btn-outline-secondary:not(:disabled):not(.disabled):active {
  background-color: #5a6d90;
  border-color: #5a6d90;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.1);
}

.btn-link.secondary {
  padding: 0 !important;
  color: #24272c;
  position: relative;
}

.btn-link.secondary:hover, .btn-link.secondary:focus, .btn-link.secondary:active, .btn-link.secondary.active, .btn-link.secondary.focus, .btn-link.secondary:not(:disabled):not(.disabled):active {
  color: #5a6d90 !important;
}

.btn-link.secondary:after {
  background-color: #5a6d90 !important;
}

.btn-success {
  background-color: #52CC99 !important;
  border: 1px solid #52CC99 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(82, 204, 153, 0.1);
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus {
  background-color: #36b580 !important;
  border-color: #36b580 !important;
  color: #ffffff !important;
}

.btn-soft-success {
  background-color: rgba(82, 204, 153, 0.1) !important;
  border: 1px solid rgba(82, 204, 153, 0.1) !important;
  color: #52CC99 !important;
  box-shadow: 0 3px 5px 0 rgba(82, 204, 153, 0.1);
}

.btn-soft-success:hover, .btn-soft-success:focus, .btn-soft-success:active, .btn-soft-success.active, .btn-soft-success.focus {
  background-color: #52CC99 !important;
  border-color: #52CC99 !important;
  color: #ffffff !important;
}

.btn-outline-success {
  border: 1px solid #52CC99;
  color: #52CC99;
  background-color: transparent;
}

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:not(:disabled):not(.disabled):active {
  background-color: #52CC99;
  border-color: #52CC99;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(82, 204, 153, 0.1);
}

.btn-link.success {
  padding: 0 !important;
  color: #24272c;
  position: relative;
}

.btn-link.success:hover, .btn-link.success:focus, .btn-link.success:active, .btn-link.success.active, .btn-link.success.focus, .btn-link.success:not(:disabled):not(.disabled):active {
  color: #52CC99 !important;
}

.btn-link.success:after {
  background-color: #52CC99 !important;
}

.btn-warning {
  background-color: #FFBF66 !important;
  border: 1px solid #FFBF66 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(255, 191, 102, 0.1);
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus {
  background-color: #ffaa33 !important;
  border-color: #ffaa33 !important;
  color: #ffffff !important;
}

.btn-soft-warning {
  background-color: rgba(255, 191, 102, 0.1) !important;
  border: 1px solid rgba(255, 191, 102, 0.1) !important;
  color: #FFBF66 !important;
  box-shadow: 0 3px 5px 0 rgba(255, 191, 102, 0.1);
}

.btn-soft-warning:hover, .btn-soft-warning:focus, .btn-soft-warning:active, .btn-soft-warning.active, .btn-soft-warning.focus {
  background-color: #FFBF66 !important;
  border-color: #FFBF66 !important;
  color: #ffffff !important;
}

.btn-outline-warning {
  border: 1px solid #FFBF66;
  color: #FFBF66;
  background-color: transparent;
}

.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.focus, .btn-outline-warning:not(:disabled):not(.disabled):active {
  background-color: #FFBF66;
  border-color: #FFBF66;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(255, 191, 102, 0.1);
}

.btn-link.warning {
  padding: 0 !important;
  color: #24272c;
  position: relative;
}

.btn-link.warning:hover, .btn-link.warning:focus, .btn-link.warning:active, .btn-link.warning.active, .btn-link.warning.focus, .btn-link.warning:not(:disabled):not(.disabled):active {
  color: #FFBF66 !important;
}

.btn-link.warning:after {
  background-color: #FFBF66 !important;
}

.btn-info {
  background-color: #66CCFF !important;
  border: 1px solid #66CCFF !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(102, 204, 255, 0.1);
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus {
  background-color: #33bbff !important;
  border-color: #33bbff !important;
  color: #ffffff !important;
}

.btn-soft-info {
  background-color: rgba(102, 204, 255, 0.1) !important;
  border: 1px solid rgba(102, 204, 255, 0.1) !important;
  color: #66CCFF !important;
  box-shadow: 0 3px 5px 0 rgba(102, 204, 255, 0.1);
}

.btn-soft-info:hover, .btn-soft-info:focus, .btn-soft-info:active, .btn-soft-info.active, .btn-soft-info.focus {
  background-color: #66CCFF !important;
  border-color: #66CCFF !important;
  color: #ffffff !important;
}

.btn-outline-info {
  border: 1px solid #66CCFF;
  color: #66CCFF;
  background-color: transparent;
}

.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.focus, .btn-outline-info:not(:disabled):not(.disabled):active {
  background-color: #66CCFF;
  border-color: #66CCFF;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(102, 204, 255, 0.1);
}

.btn-link.info {
  padding: 0 !important;
  color: #24272c;
  position: relative;
}

.btn-link.info:hover, .btn-link.info:focus, .btn-link.info:active, .btn-link.info.active, .btn-link.info.focus, .btn-link.info:not(:disabled):not(.disabled):active {
  color: #66CCFF !important;
}

.btn-link.info:after {
  background-color: #66CCFF !important;
}

.btn-danger {
  background-color: #ee2f20 !important;
  border: 1px solid #ee2f20 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(238, 47, 32, 0.1);
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.focus {
  background-color: #cb1d10 !important;
  border-color: #cb1d10 !important;
  color: #ffffff !important;
}

.btn-soft-danger {
  background-color: rgba(238, 47, 32, 0.1) !important;
  border: 1px solid rgba(238, 47, 32, 0.1) !important;
  color: #ee2f20 !important;
  box-shadow: 0 3px 5px 0 rgba(238, 47, 32, 0.1);
}

.btn-soft-danger:hover, .btn-soft-danger:focus, .btn-soft-danger:active, .btn-soft-danger.active, .btn-soft-danger.focus {
  background-color: #ee2f20 !important;
  border-color: #ee2f20 !important;
  color: #ffffff !important;
}

.btn-outline-danger {
  border: 1px solid #ee2f20;
  color: #ee2f20;
  background-color: transparent;
}

.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.focus, .btn-outline-danger:not(:disabled):not(.disabled):active {
  background-color: #ee2f20;
  border-color: #ee2f20;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(238, 47, 32, 0.1);
}

.btn-link.danger {
  padding: 0 !important;
  color: #24272c;
  position: relative;
}

.btn-link.danger:hover, .btn-link.danger:focus, .btn-link.danger:active, .btn-link.danger.active, .btn-link.danger.focus, .btn-link.danger:not(:disabled):not(.disabled):active {
  color: #ee2f20 !important;
}

.btn-link.danger:after {
  background-color: #ee2f20 !important;
}

.btn-dark {
  background-color: #24272c !important;
  border: 1px solid #24272c !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(36, 39, 44, 0.1);
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus {
  background-color: #0d0e10 !important;
  border-color: #0d0e10 !important;
  color: #ffffff !important;
}

.btn-soft-dark {
  background-color: rgba(36, 39, 44, 0.1) !important;
  border: 1px solid rgba(36, 39, 44, 0.1) !important;
  color: #24272c !important;
  box-shadow: 0 3px 5px 0 rgba(36, 39, 44, 0.1);
}

.btn-soft-dark:hover, .btn-soft-dark:focus, .btn-soft-dark:active, .btn-soft-dark.active, .btn-soft-dark.focus {
  background-color: #24272c !important;
  border-color: #24272c !important;
  color: #ffffff !important;
}

.btn-outline-dark {
  border: 1px solid #24272c;
  color: #24272c;
  background-color: transparent;
}

.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active {
  background-color: #24272c;
  border-color: #24272c;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(36, 39, 44, 0.1);
}

.btn-link.dark {
  padding: 0 !important;
  color: #24272c;
  position: relative;
}

.btn-link.dark:hover, .btn-link.dark:focus, .btn-link.dark:active, .btn-link.dark.active, .btn-link.dark.focus, .btn-link.dark:not(:disabled):not(.disabled):active {
  color: #24272c !important;
}

.btn-link.dark:after {
  background-color: #24272c !important;
}

.btn-muted {
  background-color: #8492a6 !important;
  border: 1px solid #8492a6 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.1);
}

.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active, .btn-muted.focus {
  background-color: #68788f !important;
  border-color: #68788f !important;
  color: #ffffff !important;
}

.btn-soft-muted {
  background-color: rgba(132, 146, 166, 0.1) !important;
  border: 1px solid rgba(132, 146, 166, 0.1) !important;
  color: #8492a6 !important;
  box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.1);
}

.btn-soft-muted:hover, .btn-soft-muted:focus, .btn-soft-muted:active, .btn-soft-muted.active, .btn-soft-muted.focus {
  background-color: #8492a6 !important;
  border-color: #8492a6 !important;
  color: #ffffff !important;
}

.btn-outline-muted {
  border: 1px solid #8492a6;
  color: #8492a6;
  background-color: transparent;
}

.btn-outline-muted:hover, .btn-outline-muted:focus, .btn-outline-muted:active, .btn-outline-muted.active, .btn-outline-muted.focus, .btn-outline-muted:not(:disabled):not(.disabled):active {
  background-color: #8492a6;
  border-color: #8492a6;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.1);
}

.btn-link.muted {
  padding: 0 !important;
  color: #24272c;
  position: relative;
}

.btn-link.muted:hover, .btn-link.muted:focus, .btn-link.muted:active, .btn-link.muted.active, .btn-link.muted.focus, .btn-link.muted:not(:disabled):not(.disabled):active {
  color: #8492a6 !important;
}

.btn-link.muted:after {
  background-color: #8492a6 !important;
}

.btn-light {
  background-color: #f8f9fc !important;
  border: 1px solid #f8f9fc !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.1);
}

.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.focus {
  background-color: #d4daed !important;
  border-color: #d4daed !important;
  color: #ffffff !important;
}

.btn-soft-light {
  background-color: rgba(248, 249, 252, 0.1) !important;
  border: 1px solid rgba(248, 249, 252, 0.1) !important;
  color: #f8f9fc !important;
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.1);
}

.btn-soft-light:hover, .btn-soft-light:focus, .btn-soft-light:active, .btn-soft-light.active, .btn-soft-light.focus {
  background-color: #f8f9fc !important;
  border-color: #f8f9fc !important;
  color: #ffffff !important;
}

.btn-outline-light {
  border: 1px solid #f8f9fc;
  color: #f8f9fc;
  background-color: transparent;
}

.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active {
  background-color: #f8f9fc;
  border-color: #f8f9fc;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.1);
}

.btn-link.light {
  padding: 0 !important;
  color: #24272c;
  position: relative;
}

.btn-link.light:hover, .btn-link.light:focus, .btn-link.light:active, .btn-link.light.active, .btn-link.light.focus, .btn-link.light:not(:disabled):not(.disabled):active {
  color: #f8f9fc !important;
}

.btn-link.light:after {
  background-color: #f8f9fc !important;
}

.btn-footer {
  background-color: #202942 !important;
  border: 1px solid #202942 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.1);
}

.btn-footer:hover, .btn-footer:focus, .btn-footer:active, .btn-footer.active, .btn-footer.focus {
  background-color: #0f131f !important;
  border-color: #0f131f !important;
  color: #ffffff !important;
}

.btn-soft-footer {
  background-color: rgba(32, 41, 66, 0.1) !important;
  border: 1px solid rgba(32, 41, 66, 0.1) !important;
  color: #202942 !important;
  box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.1);
}

.btn-soft-footer:hover, .btn-soft-footer:focus, .btn-soft-footer:active, .btn-soft-footer.active, .btn-soft-footer.focus {
  background-color: #202942 !important;
  border-color: #202942 !important;
  color: #ffffff !important;
}

.btn-outline-footer {
  border: 1px solid #202942;
  color: #202942;
  background-color: transparent;
}

.btn-outline-footer:hover, .btn-outline-footer:focus, .btn-outline-footer:active, .btn-outline-footer.active, .btn-outline-footer.focus, .btn-outline-footer:not(:disabled):not(.disabled):active {
  background-color: #202942;
  border-color: #202942;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.1);
}

.btn-link.footer {
  padding: 0 !important;
  color: #24272c;
  position: relative;
}

.btn-link.footer:hover, .btn-link.footer:focus, .btn-link.footer:active, .btn-link.footer.active, .btn-link.footer.focus, .btn-link.footer:not(:disabled):not(.disabled):active {
  color: #202942 !important;
}

.btn-link.footer:after {
  background-color: #202942 !important;
}

.btn {
  padding: 7px 20px;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  border-radius: 20px;
  height: 40px;
}

@media (max-width: 768px) {
  .btn.btn-long {
    padding: 10px 20px;
	font-size: 13px;
  }
}

.btn:focus {
  box-shadow: none !important;
}

.btn.btn-sm {
  padding: 7px 16px;
  font-size: 10px;
  height: auto;
}

.btn.btn-lg {
  padding: 14px 30px;
  font-size: 16px;
  height: auto;
}

.btn.searchbtn {
  padding: 6px 20px;
}

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

.btn.btn-light {
  color: #24272c !important;
  border: 1px solid #dee2e6 !important;
}

.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-light.focus {
  background-color: #d4daed !important;
  color: #24272c !important;
}

.btn.btn-soft-light {
  color: rgba(36, 39, 44, 0.5) !important;
  border: 1px solid #dee2e6 !important;
}

.btn.btn-soft-light:hover, .btn.btn-soft-light:focus, .btn.btn-soft-light:active, .btn.btn-soft-light.active, .btn.btn-soft-light.focus {
  color: #24272c !important;
}

.btn.btn-outline-light {
  border: 1px solid #dee2e6 !important;
  color: #24272c !important;
  background-color: transparent;
}

.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active, .btn.btn-outline-light.focus {
  background-color: #f8f9fc !important;
}

.btn.btn-link {
  font-weight: 400;
}

.btn.btn-link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease;
}

.btn.btn-link.active:after, .btn.btn-link:hover:after {
  width: 100%;
  right: auto;
  left: 0;
  height: 1px;
}

.btn.btn-icon {
  height: 36px;
  width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.btn.btn-icon .icons {
  height: 16px;
  width: 16px;
  font-size: 16px;
}

.btn.btn-icon.btn-lg {
  height: 48px;
  width: 48px;
}

.btn.btn-icon.btn-lg .icons {
  height: 20px;
  width: 20px;
  font-size: 20px;
}

.btn.btn-icon.btn-sm {
  height: 30px;
  width: 30px;
}

button:not(:disabled) {
  outline: none;
}

.shadow {
  box-shadow: 0 0 3px rgba(36, 39, 44, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 25px 25px rgba(36, 39, 44, 0.05) !important;
}

.shadow-md {
  box-shadow: 0 5px 13px rgba(36, 39, 44, 0.2) !important;
}

.avatar.avatar-coin {
  height: 36px;
  width: 36px;
}

.avatar.avatar-ex-sm {
  max-height: 25px;
}

.avatar.avatar-ex-small {
  height: 36px;
  width: 36px;
}

.avatar.avatar-md-sm {
  height: 45px;
  width: 45px;
}

.avatar.avatar-small {
  height: 65px;
  width: 65px;
}

.avatar.avatar-md-md {
  height: 80px;
  width: 80px;
}

.avatar.avatar-medium {
  height: 110px;
  width: 110px;
}

.avatar.avatar-large {
  height: 140px;
  width: 140px;
}

.avatar.avatar-xl-large {
  height: 180px;
  width: 180px;
}

.avatar.avatar-ex-large {
  height: 200px;
  width: 200px;
}

.avatar.avatar-250 {
  height: 250px;
  width: 250px;
}



.form-label,
.form-check-label {
  font-size: 14px;
}

.form-control {
  border: 1px solid #dee2e6;
  font-size: 14px;
  line-height: 26px;
  background-color: #ffffff;
  border-radius: 6px;
}

.form-control:focus {
  border-color: #fe4a49;
  box-shadow: none;
}

.form-control[readonly] {
  background-color: #ffffff;
}

.form-control:disabled {
  background-color: #dee2e6;
}

.form-check-input {
  border: 1px solid #dee2e6;
}

.form-check-input:focus {
  border-color: #fe4a49;
  box-shadow: none;
}

.form-check-input.form-check-input:checked {
  background-color: #fe4a49;
  border-color: #fe4a49;
}

.progress-box .progress {
  height: 8px;
  overflow: visible;
}

.progress-box .progress .progress-bar {
  animation: animate-positive 3s !important;
  overflow: visible !important;
  border-radius: 5px;
}

.progress-box .progress .progress-value {
  position: absolute;
  top: -30px;
  right: -15px;
  font-size: 13px;
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

.subcribe-form .btn {
  padding: 10px 20px;
  height: auto;
}

.subcribe-form input {
  padding: 12px 20px;
  width: 100%;
  color: #24272c !important;
  border: none;
  outline: none !important;
  padding-right: 160px;
  padding-left: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  height: 50px;
}

.subcribe-form button {
  position: absolute;
  top: 2px;
  right: 3px;
  outline: none !important;
}

.subcribe-form form {
  position: relative;
  max-width: 600px;
  margin: 0px auto;
}

.map {
  line-height: 0;
}

.map.map-gray {
  filter: grayscale(100%);
}

.map.map-gray iframe {
  height: 100vh;
}

.map iframe {
  width: 100%;
  height: 500px;
}

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

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #ffffff, #ffffff);
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#preloader #status .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

#preloader #status .spinner .double-bounce1, #preloader #status .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fe4a49;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

#preloader #status .spinner .double-bounce2 {
  animation-delay: -1.0s;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

.social-icon li a {
  color: #24272c;
  border: 1px solid #24272c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
}

.social-icon li a .fea-social {
  stroke-width: 2;
}

.social-icon li a:hover {
  background-color: #fe4a49;
  border-color: #fe4a49 !important;
  color: #ffffff !important;
}

.social-icon li a:hover .fea-social {
  fill: #fe4a49;
}

.social-icon.tagline-social li a {
  border: none;
  height: auto;
  width: auto;
  padding-left: 8px;
}

.social-icon.tagline-social li a i {
  color: #8492a6;
}

.social-icon.tagline-social li a i:hover {
  color: #fe4a49 !important;
}

.social-icon.tagline-social li a:hover {
  background: transparent;
}

.social-icon.tagline-social.social-white li a i {
  color: #ffffff;
}

.social-icon.tagline-social.social-dark li a i {
  color: #24272c;
}

.social-icon.social li a {
  color: #adb5bd;
  border-color: #adb5bd;
}

.social-icon.foot-social-icon li a {
  color: #adb5bd;
  border-color: #283353;
}

.back-to-top {
  position: fixed;
  z-index: 99;
  bottom: 30px;
  right: 30px;
  display: none;
  transition: all 0.5s ease;
  height: 36px;
  width: 36px;
  line-height: 34px;
  text-align: center;
  background: #fe4a49;
  color: #ffffff !important;
}

.back-to-top .icons {
  transition: all 0.5s ease;
}

.back-to-home {
  position: fixed;
  top: 4%;
  right: 2%;
  z-index: 1;
}

.fea {
  stroke-width: 1.8;
}

.fea.icon-sm {
  height: 16px;
  width: 16px;
}

.fea.icon-ex-md {
  height: 20px;
  width: 20px;
}

.fea.icon-m-md {
  height: 28px;
  width: 28px;
}

.fea.icon-md {
  height: 35px;
  width: 35px;
}

.fea.icon-lg {
  height: 42px;
  width: 42px;
  stroke-width: 1;
}

.fea.icon-ex-lg {
  height: 52px;
  width: 52px;
}

[class^=uil-]:before,
[class*=" uil-"]:before {
  margin: 0;
}

.uim-svg {
  vertical-align: 0 !important;
}



/*********************************/
/*            Home               */
/*===============================*/
.bg-home {
  height: 100vh;
  background-size: cover !important;
  align-self: center;
  position: relative;
  background-position: center center;
}

@media (max-width: 767px) {
  .bg-home {
    padding: 125px 10px !important;
    height: auto;
  }
}

.bg-home-75vh {
  height: 75vh !important;
  background-size: cover !important;
  align-self: center;
  position: relative;
  background-position: center center;
}

@media (max-width: 767px) {
  .bg-home-75vh {
    padding: 120px 0 !important;
    height: auto;
  }
}

.bg-home-70vh {
  height: 70vh !important;
  background-size: cover !important;
  align-self: center;
  position: relative;
  background-position: center center;
}

@media (max-width: 767px) {
  .bg-home-70vh {
    padding: 120px 0;
    height: auto;
  }
}

.bg-half-260 {
  padding: 260px 0;
  background-size: cover !important;
  align-self: center;
  position: relative;
  background-position: center center;
}

@media (max-width: 768px) {
  .bg-half-260 {
    padding: 150px 0;
    height: auto;
  }
}

.bg-half-170 {
  padding: 170px 0;
  background-size: cover !important;
  align-self: center;
  position: relative;
  background-position: center center;
}

@media (max-width: 767px) {
  .bg-half-170 {
    padding: 120px 0;
    height: auto;
  }
}

.bg-half-130 {
  padding: 130px 0 104px;
  background-size: cover !important;
  align-self: center;
  position: relative;
  background-position: center center;
}
@media (max-width: 767px) {
  .bg-half-130 {padding: 120px 15px;}
}

.bg-half-100 {
  padding: 100px 0;
  background-size: cover !important;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half {
  padding: 200px 0 100px;
  background-size: cover !important;
  align-self: center;
  position: relative;
  background-position: center center;
}

@media (max-width: 768px) {
  .bg-half {
    padding: 160px 0 60px;
  }
}

.bg-quater {
  padding: 100px 0 50px;
  background-size: cover !important;
  align-self: center;
  position: relative;
  background-position: center center;
}

@media (max-width: 768px) {
  .bg-quater {
    padding: 80px 0 40px;
  }
}


.home-dashboard img {
  position: relative;
  top: 60px;
  z-index: 1;
}

.bg-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.bg-video-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-type-element {
  z-index: 2;
}

.text-type-element:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #2a9d8f;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 5px;
  z-index: -1;
  transition: all 0.5s ease;
}

.swiper-slider-hero .swiper-container,
.swiper-slider-hero .swiper-slide .slide-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.swiper-slider-hero .swiper-container .swiper-button-prev,
.swiper-slider-hero .swiper-container .swiper-button-next {
  background: transparent;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-top: -30px;
}

.swiper-slider-hero .swiper-container .swiper-button-prev:before,
.swiper-slider-hero .swiper-container .swiper-button-next:before {
  font-family: "Material Design Icons";
  font-weight: 900;
  color: #ffffff;
}

.swiper-slider-hero .swiper-container .swiper-button-prev:hover,
.swiper-slider-hero .swiper-container .swiper-button-next:hover {
  background: #fe4a49;
  border-color: #fe4a49 !important;
}

.swiper-slider-hero .swiper-container .swiper-button-prev {
  left: 10px;
}

.swiper-slider-hero .swiper-container .swiper-button-prev:before {
  content: "\f0141";
}

.swiper-slider-hero .swiper-container .swiper-button-next {
  right: 10px;
}

.swiper-slider-hero .swiper-container .swiper-button-next:before {
  content: "\f0142";
}

.swiper-slider-hero .swiper-pagination-bullet {
  color: #f8f9fa;
  background: transparent;
}

.swiper-slider-hero .swiper-pagination-bullet-active {
  color: #ffffff;
}

.swiper-slider-hero .swiper-container-horizontal
> .swiper-pagination-bullets,
.swiper-slider-hero .swiper-pagination-custom,
.swiper-slider-hero .swiper-pagination-fraction {
  bottom: 45px;
}

.swiper-slider-hero .swiper-container-horizontal
> .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 13px;
}

.auth-hero {
  min-height: 100vh;
}

@media (max-width: 768px) {
  .auth-hero {
    min-height: 0;
  }
  .auth-hero .my-lg-auto {
    margin: 60px 0;
  }
}

.cover-user .container-fluid {
  max-width: 100%;
}

@media (max-width: 768px) {
  .cover-user .container-fluid .padding-less {
    position: relative !important;
    height: 400px !important;
  }
}

.cover-user .container-fluid .padding-less.img {
  background: scroll center no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
}

.cover-user .cover-user-img {
  height: 100vh;
}

@media (min-width: 1025px) {
  .cover-user .cover-user-img {
    padding: 0px 16%;
  }
}

@media (max-width: 768px) {
  .cover-user .cover-user-img {
    align-items: start !important;
    height: auto !important;
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .cover-user .cover-user-content {
    text-align: left !important;
  }
  .cover-user .cover-my-30 {
    margin: 30px 0;
  }
}

.background-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 100%;
  z-index: 0;
}

.background-lines .line {
  /**background: rgba(140, 179, 105, 0.1);**/
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  overflow: hidden;
}

.background-lines .line:after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(233, 196, 106, 0.5) 75%, rgba(233, 196, 106, 0.5) 100%);
  animation: run 16s 0s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.background-lines .line:nth-child(1) {
  margin-left: -25%;
}

.background-lines .line:nth-child(3) {
  margin-left: 25%;
}

.background-lines .line:nth-child(1):after {
  animation-delay: 2s;
}

.background-lines .line:nth-child(3):after {
  animation-delay: 2.5s;
}

@keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 100%;
  }
}

.bg-animation-right:before {
  content: "";
  position: absolute;
  bottom: 10rem;
  left: 45rem;
  width: 130rem;
  height: 50rem;
  transform: rotate(115deg);
  background-color: #2a9d8f;
}

@media (min-width: 1024px) and (max-width: 1140px) {
  .bg-animation-right:before {
    left: 20rem;
    width: 80rem;
    height: 30rem;
  }
}

@media (max-width: 768px) {
  .bg-animation-right:before {
    left: 10rem;
  }
}

@media (max-width: 767px) {
  .bg-animation-right:before {
    left: 0;
  }
}

.bg-animation-right:after {
  content: "";
  position: absolute;
  bottom: 25rem;
  left: 37rem;
  width: 80rem;
  height: 15rem;
  transform: rotate(115deg);
  background-color: rgba(233, 196, 106, 0.90);
}

@media (min-width: 1024px) and (max-width: 1140px) {
  .bg-animation-right:after {
    left: 4rem;
    width: 75rem;
    height: 15rem;
    bottom: 20rem;
  }
}

@media (max-width: 768px) {
  .bg-animation-right:after {
    left: 5rem;
  }
}

@media (max-width: 767px) {
  .bg-animation-right:after {
    left: -10rem;
  }
}

/*********************************/
/*         Blog                  */
/*===============================*/
.blog.blog-primary .title:hover,
.blog.blog-primary .link:hover {
  color: #fe4a49 !important;
}

.blog.blog-blue .title:hover,
.blog.blog-blue .link:hover {
  color: #001730 !important;
}

.blog.blog-secondary .title:hover,
.blog.blog-secondary .link:hover {
  color: #5a6d90 !important;
}

.blog.blog-success .title:hover,
.blog.blog-success .link:hover {
  color: #52CC99 !important;
}

.blog.blog-warning .title:hover,
.blog.blog-warning .link:hover {
  color: #FFBF66 !important;
}

.blog.blog-info .title:hover,
.blog.blog-info .link:hover {
  color: #66CCFF !important;
}

.blog.blog-danger .title:hover,
.blog.blog-danger .link:hover {
  color: #ee2f20 !important;
}

.blog.blog-dark .title:hover,
.blog.blog-dark .link:hover {
  color: #24272c !important;
}

.blog.blog-muted .title:hover,
.blog.blog-muted .link:hover {
  color: #8492a6 !important;
}

.blog.blog-light .title:hover,
.blog.blog-light .link:hover {
  color: #f8f9fc !important;
}

.blog.blog-footer .title:hover,
.blog.blog-footer .link:hover {
  color: #202942 !important;
}

.blog .blog-image img {
  transition: all 0.5s ease;
}

.blog:hover .blog-image img {
  transform: scale(1.1);
}

.scrollspy {
	position: relative;
    height: auto;
    overflow: auto;
}

/*********************************/
/*         Features              */
/*===============================*/
.features.feature-primary .icons i {
  background: rgba(175, 42, 42, 0.4);
  color: #fe4a49;
}

.features.feature-primary .title:hover {
  color: #fe4a49 !important;
}

.features.feature-primary .fea-icon,
.features.feature-primary .link,
.features.feature-primary .icon-style i {
  color: #2a9d8f !important;
}

.features.feature-primary .feature-icon i {
  color: #2a9d8f;
  border: 2px solid rgba(15, 152, 135, 0.4);
}

.features.feature-primary:hover .feature-icon i {
  background: rgba(15, 152, 135, 0.4);
}

.features.feature-primary:hover .icon-style {
  background: #2a9d8f !important;
}

.features.feature-blue .icons i {
  background: rgba(42, 82, 195, 0.1);
  color: #001730;
}

.features.feature-blue .title:hover {
  color: #001730 !important;
}

.features.feature-blue .fea-icon,
.features.feature-blue .link,
.features.feature-blue .icon-style i {
  color: #001730 !important;
}

.features.feature-blue .feature-icon i {
  color: #001730;
  border: 2px solid rgba(42, 82, 195, 0.1);
}

.features.feature-blue:hover .feature-icon i {
  background: rgba(42, 82, 195, 0.1);
}

.features.feature-blue:hover .icon-style {
  background: #001730 !important;
}

.features.feature-secondary .icons i {
  background: rgba(90, 109, 144, 0.1);
  color: #5a6d90;
}

.features.feature-secondary .title:hover {
  color: #5a6d90 !important;
}

.features.feature-secondary .fea-icon,
.features.feature-secondary .link,
.features.feature-secondary .icon-style i {
  color: #5a6d90 !important;
}

.features.feature-secondary .feature-icon i {
  color: #5a6d90;
  border: 2px solid rgba(90, 109, 144, 0.1);
}

.features.feature-secondary:hover .feature-icon i {
  background: rgba(90, 109, 144, 0.1);
}

.features.feature-secondary:hover .icon-style {
  background: #5a6d90 !important;
}

.features.feature-success .icons i {
  background: rgba(82, 204, 153, 0.1);
  color: #52CC99;
}

.features.feature-success .title:hover {
  color: #52CC99 !important;
}

.features.feature-success .fea-icon,
.features.feature-success .link,
.features.feature-success .icon-style i {
  color: #52CC99 !important;
}

.features.feature-success .feature-icon i {
  color: #52CC99;
  border: 2px solid rgba(82, 204, 153, 0.1);
}

.features.feature-success:hover .feature-icon i {
  background: rgba(82, 204, 153, 0.1);
}

.features.feature-success:hover .icon-style {
  background: #52CC99 !important;
}

.features.feature-warning .icons i {
  background: rgba(255, 191, 102, 0.1);
  color: #FFBF66;
}

.features.feature-warning .title:hover {
  color: #FFBF66 !important;
}

.features.feature-warning .fea-icon,
.features.feature-warning .link,
.features.feature-warning .icon-style i {
  color: #FFBF66 !important;
}

.features.feature-warning .feature-icon i {
  color: #FFBF66;
  border: 2px solid rgba(255, 191, 102, 0.1);
}

.features.feature-warning:hover .feature-icon i {
  background: rgba(255, 191, 102, 0.1);
}

.features.feature-warning:hover .icon-style {
  background: #FFBF66 !important;
}

.features.feature-info .icons i {
  background: rgba(102, 204, 255, 0.1);
  color: #66CCFF;
}

.features.feature-info .title:hover {
  color: #66CCFF !important;
}

.features.feature-info .fea-icon,
.features.feature-info .link,
.features.feature-info .icon-style i {
  color: #66CCFF !important;
}

.features.feature-info .feature-icon i {
  color: #66CCFF;
  border: 2px solid rgba(102, 204, 255, 0.1);
}

.features.feature-info:hover .feature-icon i {
  background: rgba(102, 204, 255, 0.1);
}

.features.feature-info:hover .icon-style {
  background: #66CCFF !important;
}

.features.feature-danger .icons i {
  background: rgba(238, 47, 32, 0.1);
  color: #ee2f20;
}

.features.feature-danger .title:hover {
  color: #ee2f20 !important;
}

.features.feature-danger .fea-icon,
.features.feature-danger .link,
.features.feature-danger .icon-style i {
  color: #ee2f20 !important;
}

.features.feature-danger .feature-icon i {
  color: #ee2f20;
  border: 2px solid rgba(238, 47, 32, 0.1);
}

.features.feature-danger:hover .feature-icon i {
  background: rgba(238, 47, 32, 0.1);
}

.features.feature-danger:hover .icon-style {
  background: #ee2f20 !important;
}

.features.feature-dark .icons i {
  background: rgba(36, 39, 44, 0.1);
  color: #24272c;
}

.features.feature-dark .title:hover {
  color: #24272c !important;
}

.features.feature-dark .fea-icon,
.features.feature-dark .link,
.features.feature-dark .icon-style i {
  color: #24272c !important;
}

.features.feature-dark .feature-icon i {
  color: #24272c;
  border: 2px solid rgba(36, 39, 44, 0.1);
}

.features.feature-dark:hover .feature-icon i {
  background: rgba(36, 39, 44, 0.1);
}

.features.feature-dark:hover .icon-style {
  background: #24272c !important;
}

.features.feature-muted .icons i {
  background: rgba(132, 146, 166, 0.1);
  color: #8492a6;
}

.features.feature-muted .title:hover {
  color: #8492a6 !important;
}

.features.feature-muted .fea-icon,
.features.feature-muted .link,
.features.feature-muted .icon-style i {
  color: #8492a6 !important;
}

.features.feature-muted .feature-icon i {
  color: #8492a6;
  border: 2px solid rgba(132, 146, 166, 0.1);
}

.features.feature-muted:hover .feature-icon i {
  background: rgba(132, 146, 166, 0.1);
}

.features.feature-muted:hover .icon-style {
  background: #8492a6 !important;
}

.features.feature-light .icons i {
  background: rgba(248, 249, 252, 0.1);
  color: #f8f9fc;
}

.features.feature-light .title:hover {
  color: #f8f9fc !important;
}

.features.feature-light .fea-icon,
.features.feature-light .link,
.features.feature-light .icon-style i {
  color: #f8f9fc !important;
}

.features.feature-light .feature-icon i {
  color: #f8f9fc;
  border: 2px solid rgba(248, 249, 252, 0.1);
}

.features.feature-light:hover .feature-icon i {
  background: rgba(248, 249, 252, 0.1);
}

.features.feature-light:hover .icon-style {
  background: #f8f9fc !important;
}

.features.feature-footer .icons i {
  background: rgba(32, 41, 66, 0.1);
  color: #202942;
}

.features.feature-footer .title:hover {
  color: #202942 !important;
}

.features.feature-footer .fea-icon,
.features.feature-footer .link,
.features.feature-footer .icon-style i {
  color: #202942 !important;
}

.features.feature-footer .feature-icon i {
  color: #202942;
  border: 2px solid rgba(32, 41, 66, 0.1);
}

.features.feature-footer:hover .feature-icon i {
  background: rgba(32, 41, 66, 0.1);
}

.features.feature-footer:hover .icon-style {
  background: #202942 !important;
}

.features {
  transition: all 0.5s ease;
}

.features .title {
  transition: all 0.5s ease;
  font-family: "Raleway", "Poppins", sans-serif;
}

.features .feature-icon i {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}

.features .feature-icon.sm-icon i {
  width: 36px;
  height: 36px;
}

.features .icon-style {
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  transition: all 0.5s ease;
}

.features .icon-style i {
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  display: inline-block;
}

.features:hover.feature-shadow-md {
  box-shadow: 0 25px 25px rgba(36, 39, 44, 0.05) !important;
}

.features:hover .icon-style i {
  color: #ffffff !important;
}

/*********************************/
/*              Team             */
/*===============================*/
.team.team-primary .title:hover {
  color: #fe4a49 !important;
}

.team.team-primary .btn {
  background-color: #fe4a49 !important;
  border: 1px solid #fe4a49 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(175, 42, 42, 0.4);
}

.team.team-primary .btn:hover, .team.team-primary .btn:focus, .team.team-primary .btn:active, .team.team-primary .btn.active, .team.team-primary .btn.focus {
  background-color: #DB3837 !important;
  border-color: #DB3837 !important;
  color: #ffffff !important;
}

.team.team-blue .title:hover {
  color: #001730 !important;
}

.team.team-blue .btn {
  background-color: #001730 !important;
  border: 1px solid #001730 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(42, 82, 195, 0.1);
}

.team.team-blue .btn:hover, .team.team-blue .btn:focus, .team.team-blue .btn:active, .team.team-blue .btn.active, .team.team-blue .btn.focus {
  background-color: #214099 !important;
  border-color: #214099 !important;
  color: #ffffff !important;
}

.team.team-secondary .title:hover {
  color: #5a6d90 !important;
}

.team.team-secondary .btn {
  background-color: #5a6d90 !important;
  border: 1px solid #5a6d90 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.1);
}

.team.team-secondary .btn:hover, .team.team-secondary .btn:focus, .team.team-secondary .btn:active, .team.team-secondary .btn.active, .team.team-secondary .btn.focus {
  background-color: #465571 !important;
  border-color: #465571 !important;
  color: #ffffff !important;
}

.team.team-success .title:hover {
  color: #52CC99 !important;
}

.team.team-success .btn {
  background-color: #52CC99 !important;
  border: 1px solid #52CC99 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(82, 204, 153, 0.1);
}

.team.team-success .btn:hover, .team.team-success .btn:focus, .team.team-success .btn:active, .team.team-success .btn.active, .team.team-success .btn.focus {
  background-color: #36b580 !important;
  border-color: #36b580 !important;
  color: #ffffff !important;
}

.team.team-warning .title:hover {
  color: #FFBF66 !important;
}

.team.team-warning .btn {
  background-color: #FFBF66 !important;
  border: 1px solid #FFBF66 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(255, 191, 102, 0.1);
}

.team.team-warning .btn:hover, .team.team-warning .btn:focus, .team.team-warning .btn:active, .team.team-warning .btn.active, .team.team-warning .btn.focus {
  background-color: #ffaa33 !important;
  border-color: #ffaa33 !important;
  color: #ffffff !important;
}

.team.team-info .title:hover {
  color: #66CCFF !important;
}

.team.team-info .btn {
  background-color: #66CCFF !important;
  border: 1px solid #66CCFF !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(102, 204, 255, 0.1);
}

.team.team-info .btn:hover, .team.team-info .btn:focus, .team.team-info .btn:active, .team.team-info .btn.active, .team.team-info .btn.focus {
  background-color: #33bbff !important;
  border-color: #33bbff !important;
  color: #ffffff !important;
}

.team.team-danger .title:hover {
  color: #ee2f20 !important;
}

.team.team-danger .btn {
  background-color: #ee2f20 !important;
  border: 1px solid #ee2f20 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(238, 47, 32, 0.1);
}

.team.team-danger .btn:hover, .team.team-danger .btn:focus, .team.team-danger .btn:active, .team.team-danger .btn.active, .team.team-danger .btn.focus {
  background-color: #cb1d10 !important;
  border-color: #cb1d10 !important;
  color: #ffffff !important;
}

.team.team-dark .title:hover {
  color: #24272c !important;
}

.team.team-dark .btn {
  background-color: #24272c !important;
  border: 1px solid #24272c !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(36, 39, 44, 0.1);
}

.team.team-dark .btn:hover, .team.team-dark .btn:focus, .team.team-dark .btn:active, .team.team-dark .btn.active, .team.team-dark .btn.focus {
  background-color: #0d0e10 !important;
  border-color: #0d0e10 !important;
  color: #ffffff !important;
}

.team.team-muted .title:hover {
  color: #8492a6 !important;
}

.team.team-muted .btn {
  background-color: #8492a6 !important;
  border: 1px solid #8492a6 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.1);
}

.team.team-muted .btn:hover, .team.team-muted .btn:focus, .team.team-muted .btn:active, .team.team-muted .btn.active, .team.team-muted .btn.focus {
  background-color: #68788f !important;
  border-color: #68788f !important;
  color: #ffffff !important;
}

.team.team-light .title:hover {
  color: #f8f9fc !important;
}

.team.team-light .btn {
  background-color: #f8f9fc !important;
  border: 1px solid #f8f9fc !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.1);
}

.team.team-light .btn:hover, .team.team-light .btn:focus, .team.team-light .btn:active, .team.team-light .btn.active, .team.team-light .btn.focus {
  background-color: #d4daed !important;
  border-color: #d4daed !important;
  color: #ffffff !important;
}

.team.team-footer .title:hover {
  color: #202942 !important;
}

.team.team-footer .btn {
  background-color: #202942 !important;
  border: 1px solid #202942 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.1);
}

.team.team-footer .btn:hover, .team.team-footer .btn:focus, .team.team-footer .btn:active, .team.team-footer .btn.active, .team.team-footer .btn.focus {
  background-color: #0f131f !important;
  border-color: #0f131f !important;
  color: #ffffff !important;
}

.team img,
.team .team-social,
.team .content {
  transition: all 0.5s ease;
}

.team .team-social {
  position: absolute;
  top: 16px;
  right: -50px;
}

.team .content {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -150px;
}

.team:hover .team-image {
  overflow: hidden;
  position: relative;
}

.team:hover .team-image img {
  transform: scale(1.05);
}

.team:hover .team-image .team-social {
  right: 16px;
}

.team:hover .team-image .content {
  bottom: 0;
}

.customer-testi {
  cursor: e-resize;
}

.customer-testi .content:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid #24272c;
  border-color: transparent #ffffff #ffffff transparent;
  transform-origin: 0 0;
  transform: rotate(45deg);
  box-shadow: 2px 2px 2px -1px rgba(36, 39, 44, 0.15);
}

.tns-nav {
  text-align: center;
  margin-top: 10px;
}

.tns-nav button {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: rgba(233, 196, 106, 0.4) !important;
  transition: all 0.5s ease;
  opacity: 1;
  margin: 4px;
  border: none;
}

.tns-nav button.tns-nav-active {
  background: #fe4a49 !important;
  width: 10px;
}

/*********************************/
/*         Works & Portfolios    */
/*===============================*/
.project.project-primary .title:hover {
  color: #fe4a49 !important;
}

.project.project-primary .btn {
  background-color: #fe4a49 !important;
  border: 1px solid #fe4a49 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(175, 42, 42, 0.4);
}

.project.project-primary .btn:hover, .project.project-primary .btn:focus, .project.project-primary .btn:active, .project.project-primary .btn.active, .project.project-primary .btn.focus {
  background-color: #DB3837 !important;
  border-color: #DB3837 !important;
  color: #ffffff !important;
}

.project.project-blue .title:hover {
  color: #001730 !important;
}

.project.project-blue .btn {
  background-color: #001730 !important;
  border: 1px solid #001730 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(42, 82, 195, 0.1);
}

.project.project-blue .btn:hover, .project.project-blue .btn:focus, .project.project-blue .btn:active, .project.project-blue .btn.active, .project.project-blue .btn.focus {
  background-color: #214099 !important;
  border-color: #214099 !important;
  color: #ffffff !important;
}

.project.project-secondary .title:hover {
  color: #5a6d90 !important;
}

.project.project-secondary .btn {
  background-color: #5a6d90 !important;
  border: 1px solid #5a6d90 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.1);
}

.project.project-secondary .btn:hover, .project.project-secondary .btn:focus, .project.project-secondary .btn:active, .project.project-secondary .btn.active, .project.project-secondary .btn.focus {
  background-color: #465571 !important;
  border-color: #465571 !important;
  color: #ffffff !important;
}

.project.project-success .title:hover {
  color: #52CC99 !important;
}

.project.project-success .btn {
  background-color: #52CC99 !important;
  border: 1px solid #52CC99 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(82, 204, 153, 0.1);
}

.project.project-success .btn:hover, .project.project-success .btn:focus, .project.project-success .btn:active, .project.project-success .btn.active, .project.project-success .btn.focus {
  background-color: #36b580 !important;
  border-color: #36b580 !important;
  color: #ffffff !important;
}

.project.project-warning .title:hover {
  color: #FFBF66 !important;
}

.project.project-warning .btn {
  background-color: #FFBF66 !important;
  border: 1px solid #FFBF66 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(255, 191, 102, 0.1);
}

.project.project-warning .btn:hover, .project.project-warning .btn:focus, .project.project-warning .btn:active, .project.project-warning .btn.active, .project.project-warning .btn.focus {
  background-color: #ffaa33 !important;
  border-color: #ffaa33 !important;
  color: #ffffff !important;
}

.project.project-info .title:hover {
  color: #66CCFF !important;
}

.project.project-info .btn {
  background-color: #66CCFF !important;
  border: 1px solid #66CCFF !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(102, 204, 255, 0.1);
}

.project.project-info .btn:hover, .project.project-info .btn:focus, .project.project-info .btn:active, .project.project-info .btn.active, .project.project-info .btn.focus {
  background-color: #33bbff !important;
  border-color: #33bbff !important;
  color: #ffffff !important;
}

.project.project-danger .title:hover {
  color: #ee2f20 !important;
}

.project.project-danger .btn {
  background-color: #ee2f20 !important;
  border: 1px solid #ee2f20 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(238, 47, 32, 0.1);
}

.project.project-danger .btn:hover, .project.project-danger .btn:focus, .project.project-danger .btn:active, .project.project-danger .btn.active, .project.project-danger .btn.focus {
  background-color: #cb1d10 !important;
  border-color: #cb1d10 !important;
  color: #ffffff !important;
}

.project.project-dark .title:hover {
  color: #24272c !important;
}

.project.project-dark .btn {
  background-color: #24272c !important;
  border: 1px solid #24272c !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(36, 39, 44, 0.1);
}

.project.project-dark .btn:hover, .project.project-dark .btn:focus, .project.project-dark .btn:active, .project.project-dark .btn.active, .project.project-dark .btn.focus {
  background-color: #0d0e10 !important;
  border-color: #0d0e10 !important;
  color: #ffffff !important;
}

.project.project-muted .title:hover {
  color: #8492a6 !important;
}

.project.project-muted .btn {
  background-color: #8492a6 !important;
  border: 1px solid #8492a6 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.1);
}

.project.project-muted .btn:hover, .project.project-muted .btn:focus, .project.project-muted .btn:active, .project.project-muted .btn.active, .project.project-muted .btn.focus {
  background-color: #68788f !important;
  border-color: #68788f !important;
  color: #ffffff !important;
}

.project.project-light .title:hover {
  color: #f8f9fc !important;
}

.project.project-light .btn {
  background-color: #f8f9fc !important;
  border: 1px solid #f8f9fc !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.1);
}

.project.project-light .btn:hover, .project.project-light .btn:focus, .project.project-light .btn:active, .project.project-light .btn.active, .project.project-light .btn.focus {
  background-color: #d4daed !important;
  border-color: #d4daed !important;
  color: #ffffff !important;
}

.project.project-footer .title:hover {
  color: #202942 !important;
}

.project.project-footer .btn {
  background-color: #202942 !important;
  border: 1px solid #202942 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.1);
}

.project.project-footer .btn:hover, .project.project-footer .btn:focus, .project.project-footer .btn:active, .project.project-footer .btn.active, .project.project-footer .btn.focus {
  background-color: #0f131f !important;
  border-color: #0f131f !important;
  color: #ffffff !important;
}

.project .content .title {
  transition: all 0.5s ease;
  font-family: "Raleway", "Poppins", sans-serif;
}

.project img,
.project .overlay-work,
.project .content,
.project .icons {
  transition: all 0.5s ease;
}

.project .overlay-work,
.project .content,
.project .icons {
  position: absolute;
}

.project .overlay-work {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}

.project .content {
  bottom: 20px;
  left: 20px;
  z-index: 1;
  opacity: 0;
}

.project .icons {
  top: 20px;
  right: 20px;
  z-index: 2;
  opacity: 0;
}

.project:hover img {
  transform: scale(1.1) rotate(3deg);
}

.project:hover .overlay-work {
  opacity: 0.65;
}

.project:hover .icons,
.project:hover .content {
  opacity: 1;
}

.container-filter li {
  margin: 0px 15px 10px !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.8px;
  cursor: pointer;
  line-height: 34px;
  transition: all 0.5s ease;
  color: #8492a6 !important;
}

.container-filter li.active, .container-filter li:hover {
  color: #24272c !important;
}

.container-filter .categories:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  background-color: rgba(233, 196, 106, 0.4);
  right: 0;
  left: 0;
  bottom: 6px;
  border-radius: 5px;
  transition: all 0.5s ease;
}

.container-filter .categories.active:after, .container-filter .categories:hover:after {
  width: 100%;
  right: auto;
  left: 0;
  height: 6px;
  top: 60%;
}

.tobii__btn svg {
  height: 30px;
  width: auto;
}

.tobii__counter {
  font-size: 16px;
}

.tobii-zoom {
  display: block !important;
}

.tobii-zoom__icon {
  display: none;
}

#grid {
  padding: 0 !important;
}

/*********************************/
/*         Contact us            */
/*===============================*/
.error {
  margin: 8px 0px;
  display: none;
  color: #ee2f20;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message,
#success_page {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 5px;
}

.error_message {
  background-color: rgba(238, 47, 32, 0.1) !important;
  border: 2px solid rgba(238, 47, 32, 0.1) !important;
  color: #ee2f20 !important;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  background-color: rgba(82, 204, 153, 0.1) !important;
  border: 2px solid rgba(82, 204, 153, 0.1) !important;
  color: #52CC99 !important;
}

#success_page p {
  margin-bottom: 0 !important;
}



/**
 * Tabgroup
 */
.tm-tabgroup {
  margin-bottom: 45px;
  background: #f7f7f7;
  border-radius: 1000px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tm-tabgroup li {
  margin-top: 1px;
  margin-right: 1px;
}

.tm-tabgroup li a {
  display: inline-block;
  height: 50px;
  line-height: 48px;
  min-width: 170px;
  text-align: center;
  padding: 0 35px;
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  border-radius: 100px;
}

.tm-tabgroup li a:hover {
  color: #fe4a49;
}

.tm-tabgroup li a.active {
  background: #f2ba59;
  color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-tabgroup li a {
    padding: 0 25px;
    font-size: 16px;
    background: #f7f7f7;
    min-width: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .tm-tabgroup {
    background: transparent;
  }
  .tm-tabgroup li {
    width: 100%;
  }
  .tm-tabgroup li a {
    display: block;
    height: 45px;
    line-height: 43px;
    padding: 0 25px;
    font-size: 16px;
    background: #f7f7f7;
    min-width: inherit;
  }
}

.tm-tabgroup2 {
  padding-left: 0;
  margin-bottom: 30px;
  padding: 0;
  display: block;
  border-bottom: 1px solid #c7c7c7;
}

.tm-tabgroup2 li {
  list-style: none;
  display: inline-block;
}

.tm-tabgroup2 li:not(:last-child) {
  margin-right: 50px;
}

.tm-tabgroup2 li a {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  padding: 0;
  padding-bottom: 10px;
  position: relative;
}

.tm-tabgroup2 li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 1px;
  width: 100%;
  background: #13788a;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.tm-tabgroup2 li a.active::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

@media only screen and (max-width: 575px) {
  .tm-tabgroup2 li:not(:last-child) {
    margin-right: 30px;
  }
}

.tab-content {
  width: 100%;
}

.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}

.tab-content .tab-pane.price-package {
  display: none;
}

.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

.tab-content .tab-pane.price-package.active {
  display: block;
}

.nav-link.price-package {
color: #8492a6;
font-size: 0.85rem;
}
@media only screen and (max-width: 992px) {
.nav-link.price-package {
font-size: 0.7rem;
}
}

.nav-link.price-package.active {
	font-weight:700;
	color: #279185;	
}

.nav-link.price-package.active span.badge.text-bg-warning {
    color: #02572f !important;
    background-color: RGBA(42, 157, 143, 0.2) !important;
}

@media only screen and (min-width: 992px) {
.row.price-title {min-height: 150px;}
.row.sf-pack {padding-left:1rem;}
}

/**
 * Pagination
 */
.tm-pagination ul {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
}

.tm-pagination ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}

.tm-pagination ul li:not(:last-child) {
  margin-right: 2px;
}

.tm-pagination ul li a {
  display: inline-block;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0 3px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-weight: 700;
}

.tm-pagination ul li a:hover {
  color: #fe4a49;
}

.tm-pagination ul li.is-active a {
  background: #f2ba59;
  color: #ffffff;
  border-color: #fe4a49;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tm-pagination ul li a {
    min-width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .tm-pagination ul li a {
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}



/************ Tabs - Features *********/
.tabs_features {
  width: 100%;
  /*padding: 1rem 1.5rem 1.5rem 1.5rem;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);*/
}

.tabs_features .tabs-nav-feature {
  position: relative;
  width: 90%;
  height: 50px;
  display: flex;
  align-items: center;
}

.tabs_features .tabs-nav-feature label{
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: #8492a6;
  font-weight: 600;
  font-size: 17px;
  border-radius: 5px;
  margin: 0 5px;
  transition: all 0.5s ease;
}
.tabs_features .tabs-nav-feature label:hover{
  background: rgba(233,196,106,0.3);
  transition: all 0.5s ease;
}

::selection{
  background: rgba(233,196,106,0.3);
}

#tab-feature1:checked ~ .tabs-nav-feature label.tab-feature1,
#tab-feature2:checked ~ .tabs-nav-feature label.tab-feature2,
#tab-feature3:checked ~ .tabs-nav-feature label.tab-feature3 {
  color: #fff;
}
.tabs-nav-feature label i{
  padding-right: 7px;
}
.tabs_features .tabs-nav-feature .tabs-slider-feature{
  position: absolute;
  height: 100%;
  width: 33.33%;
  left: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 5px;
  background: #e9c46a;
  transition: all 0.3s ease;
}



input[type="radio"]{
  display: none;
}
#tab-feature2:checked ~ .tabs-nav-feature .tabs-slider-feature{
  left: 33.33%;
}
#tab-feature3:checked ~ .tabs-nav-feature .tabs-slider-feature{
  left: 66.66%;
}
.tabs-content-feature .content-feature{
  display: none;
  background: #fff;
  text-align: left!important;
  
}
#tab-feature1:checked ~ .tabs-content-feature .content-feature1, #tab-feature2:checked ~ .tabs-content-feature .content-feature2, #tab-feature3:checked ~ .tabs-content-feature .content-feature3 {
  display: block;
}

@media only screen and (max-width: 992px) {
  .tabs_features .tabs-nav-feature {
    flex-direction: column;
	height: auto;
	width: 100%;
  }
	
  .tabs_features .tabs-nav-feature label {
	  margin: 10px 5px;
  }
  
  .tabs_features .tabs-nav-feature .tabs-slider-feature {
    width: 100%;
	height: 50px;
  }
  #tab-feature1:checked ~ .tabs-nav-feature .tabs-slider-feature{
  left: 0%;
  top: 10px;
  }
  #tab-feature2:checked ~ .tabs-nav-feature .tabs-slider-feature{
  left: 0%;
  top: 80px;
  }
  #tab-feature3:checked ~ .tabs-nav-feature .tabs-slider-feature{
  left: 0%;
  top: 150px;
  }
  
}







/***************** Blog Post ******************/

.blog-author {
	display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}

.blog-author-img {
	width: 65px;
    height: 65px;
    overflow: hidden;
    margin-right: 8px;
    border-radius: 50%;
}


.blog-sidebar {
    height: 100%;
    overflow-y: auto; /* Добавление вертикального скролла */
}
@media only screen and (max-width: 768px) {
   .blog-sidebar {display:none;}
}

.blog-sidebar .blog-sidebar-list {
  color: var(--main-dark);
  text-align: left;
  -webkit-text-stroke-color: var(--white);
}

.blog-sidebar .blog-sidebar-list .sidebar-point {
  border-left: 3px solid var(--border-silver);
  color: #6c6e90;
  border-radius: 0 5px 5px 0;
  justify-content: flex-start;
  padding: 10px 10px 16px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
  transition: color .2s, background-color .2s, color .2s;
  display: flex;
}

.blog-sidebar .blog-sidebar-list .sidebar-point:hover {
  color: #9c9db4;
  border-left-width: 3px;
  border-left-color: #f8f9fa;
}

.blog-sidebar .blog-sidebar-list .sidebar-point.active {
  color: var(--chili-red);
  border-left-color: #ff5722;
  padding-left: 7px;
}

.blog-sidebar .c2a {
	padding: 2rem;
    margin: 2rem 2rem 2rem 0px;
    background-color: rgb(244, 248, 255);
    border: 1px solid rgb(230, 240, 255);
    border-radius: 10px;
}


.blog-content h2, h3, h4 {
	margin: 3rem 0 1.5rem 0;
}
.blog-content p {
	font-size: 1.05rem;
    line-height: 1.8;
}

.blog-content ul, ol {
	font-size: 1.05rem;
    line-height: 1.8;
}

.blog-content ul li, ol li {
	padding-bottom: 0.5rem;
}

.text-focus {
    padding: 2rem;
    margin: 1rem 0 3rem 0;
    background-color: rgb(244, 248, 255);
    border: 1px solid rgb(230, 240, 255);
    border-radius: 10px;
}

.text-focused {
	background-color: rgba(233, 196, 106, 0.2);
	border-radius: 10px;
    transition: all 0.5s ease;
    padding: 2rem;
}

.blog-content img {
    padding: 1rem 0;
}

.blog-content blockquote {
	background-color: rgba(13, 110, 253, 0.1);
	border-radius: 10px;
    transition: all 0.5s ease;
    padding: 2rem;
}

.blog-content blockquote p, cite {
	font-size: 0.85rem;
	font-style: italic;
	color: #515a66;
}

.blog-content .wp-block-button__link {
  background-color: #fe4a49 !important;
  border: 1px solid #fe4a49 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(175, 42, 42, 0.4);
}

.blog-content .wp-block-button__link:hover, .blog-content .wp-block-button__link:focus, .blog-content .wp-block-button__link:active {
  background-color: #DB3837 !important;
  border-color: #DB3837 !important;
  color: #ffffff !important;
}

/***Testimonials***/
.outerdiv
{
	width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.innerdiv
{
	transform: scale(0.9);
	margin: 1rem;
	display: grid;
	grid-gap: 1.5rem;
	grid-template-rows: repeat(2,34rem);
	grid-template-columns: repeat(4,18rem);
}
.eachdiv
{
	padding: 1rem 2rem;
    box-shadow: 5px 5px 20px #6d6b6b6b;
    color: white;
}
.div1
{
	background: #002752;
    grid-column: 1/3;
    grid-row: 1/2;
    /*background-image: url(https://raw.githubusercontent.com/RahulSahOfficial/testimonials_grid_section/5532c958b7d3c9b910a216b198fdd21c73112d84/images/bg-pattern-quotation.svg);*/
    background-repeat: no-repeat;
    background-position-x: 25rem;
}
.div2
{
	background:#49556B;
    grid-column: 3/4;
    grid-row: 1/2;
}
.div3
{
	background: white;
    grid-column: 4/5;
    grid-row: 1/3;
    color: black;
}
.div4
{
	background: white;
	grid-column: 1/2;
    grid-row: 2/3;
    color: black;
}
.div5
{
	background: #18202D;
	grid-column: 2/4;
    grid-row: 2/3;
}
.userdetails
{
	display: flex;
}
.imgbox
{
	margin-right: 1rem;
}
.imgbox img
{
	border-radius: 50%;
	width: 2rem;
	border: 2px solid #cec5c5;
}
.detbox
{
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.detbox p
{
	margin: 0;
}
.detbox .name
{
	color: hsl(0, 0%, 81%);
    font-size: 0.9rem;
    margin-bottom: 0.1rem;
    font-weight: 600;
}
.detbox .name.dark
{
	color: #49505A;
}
.detbox .designation
{
	color: hsl(0, 0%, 81%);
    opacity: 50%;
    font-size: 0.8rem;
}
.detbox .designation.dark
{
	color: #49505A;
}
.review h4
{
	font-size: 1.4rem;
	color: #F3DEFF;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.8rem;
}
.review.dark h4{
	color:#4B5258;
}
.review p
{
	/*font-size: 0.80rem;
    color: #F3DEFF;*/
    font-weight: 300;
    opacity: 70%;
    /*line-height: 1.7;*/
}
.review.dark p{
	color: #0e0e0e;
}
.attribution
{
	font-size: 1rem;
    line-height: 1.5;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    text-align: right;
}
.attribution a
{
	text-decoration: none;
}

@media only screen and (max-width: 1000px)
{
	.innerdiv
	{
		transform: scale(0.7);
	}
}
@media only screen and (max-width: 800px)
{
	.innerdiv
	{
		transform: scale(0.6);
	}
}
@media only screen and (max-width: 600px)
{
	.div1 {
		background-position-x: 10rem;
	}
	.innerdiv
	{
		display: flex; 
		flex-direction: column;
		transform: scale(1);
		margin: 2rem;
		margin-bottom: 5rem;
	}
	.attribution
	{
		position: relative;
	}
}




/***Switch button***/
.switch-button {
  background: rgba(235, 244, 255, 0.8);
  border-radius: 30px;
  overflow: hidden;
  width: auto; /* Устанавливаем ширину по содержимому */
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  color: #155FFF;
  position: relative;
  display: inline-block; /* Добавляем, чтобы кнопки располагались в одной строке */
}

.switch-button button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 15px 30px;
  outline: none;
  transition: color 0.3s ease-in-out;
}

.switch-button button:hover {
  color: #0d47a1; /* Изменяем цвет текста при наведении */
}

.switch-button-checkbox {
  display: none; /* Скрываем чекбоксы */
}

.switch-button-label:before {
  content: "SUMO1 Pricing"; /* Изменяем текст на второй кнопке */
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%; /* Изменяем ширину до 100% */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
  transition: transform 300ms linear;
  transform: translateX(100%); /* Изначально смещаем за пределы контейнера */
}

.switch-button-checkbox:checked + .switch-button-label:before {
  transform: translateX(0); /* При нажатии смещаем обратно */
}





/* Pricing Section
------------------------------*/
.pricing {
  /*padding: 60px 0 120px 0;*/
}

.pricing .section-title {
  /*margin-bottom: 40px;
  min-height: 135px;*/
}

.pricing .sf-pack-meetings {left:0.8rem;}
.pricing .sf-pack-fieldsales {right:1.1rem;}
.pricing .sf-pack-events {right:0.7rem;}
@media (max-width: 992px) {
  .pricing .sf-pack-meetings {left:0;}
  .pricing .sf-pack-fieldsales {right:0;}
  .pricing .sf-pack-events {right:0;}
}

.pricing .pricing-item {
  box-shadow: 0 3px 20px -2px rgba(33, 37, 41, 0.1);
  padding: 2.5rem 1.5rem;
  height: 100%;
  position: relative;
  border-radius: 20px;
  background-color: #ffffff;
}
.pricing .pricing-item .text-small {
	font-size: 0.85rem;
}

.pricing .pricing-item:hover {
  transform: scale(1.05);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}


.pricing .featured {
  z-index: 10;
  border: 3px solid #0176d3;
}


@media (min-width: 992px) {
  .pricing .featured {
    /*transform: scale(1.05);*/
  }
}

.pricing .price {
      font-size: 40px;
      color: #282828;
      font-weight: 600;
	  margin-bottom: 0;
      /*margin-bottom: 25px;*/
	  p.price-text {
		line-height: 1;
		margin: 0 0 0 0;
		/*padding: 10px 10px 0 10px;
		margin: 0 0 10px 0;*/
	  }
	  
      .dollar {
        font-size: 33px;
        line-height: 33px;
        position: relative;
        top: -2px;
      }
      .month {
        font-size: 14px;
        line-height: 23px;
		font-weight: 400;
      }
    }

.pricing h4 {
  color: #e84545;
  text-align: center;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: rgba(33, 37, 41, 0.5);
  font-size: 18px;
  font-weight: 400;
}

.pricing ul {
  padding: 20px 0 0 0;
  list-style: none;
  color: rgba(33, 37, 41, 0.8);
  text-align: left;
}

.pricing ul li {
  padding: 10px 0;
  display: flex;
  align-items: top;
  font-size: 0.85rem;
  line-height: 1.4rem;
}

.pricing ul i {
  color: #059652;
  font-size: 20px;
  padding-right: 3px;
}

.pricing ul .na {
  color: rgba(33, 37, 41, 0.3);
}

.pricing ul .na i {
  color: rgba(33, 37, 41, 0.3);
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  color: rgba(33, 37, 41, 0.8);
  background-color: #ffffff;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 4px;
  border: 1px solid rgba(33, 37, 41, 0.2);
  transition: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}

/*--------------------------------------------------------------
# accordion / Accordion
--------------------------------------------------------------*/
.accordion .content h3 {
  font-weight: 400;
  font-size: 34px;
  
}

.accordion .content p {
  font-size: 15px;
  color: rgba(33, 37, 41, 0.7);
}

.accordion .header-accordion { /* scroll */
  --background-color: rgba(255, 255, 255, 0);
  --heading-color: #ffffff;
  --nav-color: rgba(255, 255, 255, 0.515);
  --nav-hover-color: #ffffff;
}

/* Home Page Custom Header on page scroll
------------------------------*/
.accordion.scrolled .header-accordion { /* scroll */
  --background-color: #ffffff;
  --heading-color: #444444;
  --nav-color: #444444;
  --nav-hover-color: #d83535;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.01);
}



.accordion .accordion-container .accordion-item {
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 5px 25px 0px rgba(33, 37, 41, 0.1);
  overflow: hidden;
}

.accordion .accordion-container .accordion-item:last-child {
  margin-bottom: 0;
}

.accordion .accordion-container .accordion-item .title {
  font-weight: 600;
  /*font-size: 18px;
  line-height: 24px;*/
  margin: 0 30px 0 0;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  padding: 10px 0px 10px 10px;
}

.accordion .accordion-container .accordion-item .title .num {
  color: #fe4a49;
  padding-right: 5px;
}

.accordion .accordion-container .accordion-item .title:hover {
  color: #fe4a49;
}

.accordion .accordion-container .accordion-item .accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.accordion .accordion-container .accordion-item .accordion-content p {
  margin-bottom: 0;
  overflow: hidden;
}

.accordion .accordion-container .accordion-item .accordion-toggle {
  position: absolute;
  top: 30px;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
  padding: 15px 10px 0px 10px;
}

.accordion .accordion-container .accordion-item .accordion-toggle:hover {
  color: #fe4a49;
}

.accordion .accordion-container .accordion-active h3 {
  color: #fe4a49;
}

.accordion .accordion-container .accordion-active .accordion-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
}

.accordion .accordion-container .accordion-active .accordion-toggle {
  transform: rotate(90deg);
  color: #fe4a49;
}



@media all and (max-width: 991.99px) {
.section.accordion {padding:0px 10px}
.accordion .accordion-container .accordion-item .accordion-toggle {right: 10px; padding: 10px 10px 0px 10px;}
.accordion .accordion-container .accordion-item .title {padding: 10px 0px 10px 0px;}
.accordion .accordion-container .accordion-item .title h3 {font-size: calc(1.3rem + .6vw);}
	
}

/******** Table ********/
table {
	width: 100%;
	border-collapse: collapse;
	overflow: hidden;
}

th, td {
	padding: 15px;
	background-color: rgba(255,255,255,0.2);
}

.mobile {display: none;}
.desktop {
	display:block;
	top:80px; 
	background: linear-gradient(rgba(248, 249, 252, 1),rgba(255, 255, 255, 1),rgba(248, 249, 252, 0.90)); 
}

.cell-title {
	text-align: left;
	font-weight: 400;
	color: #000;
	width: 40%;
}

.cell-value {
	text-align: center;
	width: 15%;
	border-left: 1px solid rgb(231, 237, 246);
}

.cell-prior {background-color: rgba(231, 237, 246, 0.3);}
.cell-prior.first {background: linear-gradient(rgba(248, 249, 252, 0.01),rgba(248, 249, 252, 0.2),rgba(248, 249, 252, 0.5),rgba(231, 237, 246, 0.3));}
.cell-prior.last {background: linear-gradient(rgba(248, 249, 252, 1),rgba(248, 249, 252, 0.65),rgba(248, 249, 252, 0.5),rgba(231, 237, 246, 0.05));}

th {text-align: left;}

.accordion-item .accordion-title {
	padding: 0.7rem 0 0 0;
	font-size: 30px;
	font-family: "Raleway", "Poppins", sans-serif;
	line-height: 1.5;
    font-weight: 600 !important;
  }

@media all and (max-width: 767px) {
  .section.accordion {padding: 0px 0px 100px 0px;}
  .desktop {display: none;}
  .mobile {
	  display: block;
	  background: linear-gradient(rgba(248, 249, 252, 1),rgba(255, 255, 255, 1),rgba(248, 249, 252, 0.90));
	  }
  .table-header svg {display: none;}
  
  .sticky-lg-top {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    z-index: 1020;
    background: linear-gradient(rgba(248, 249, 252, 1),rgba(255, 255, 255, 1),rgba(248, 249, 252, 0.90));
  }
  
  .sticky-lg-top.mobile {
	top:65px; 
  }

  .sticky-lg-top table {
    width: 100%;
  }
  
  .sticky-lg-top .table-row {
    display: flex;
    flex-direction: row;
  }

  .sticky-lg-top .cell-title {
    width: 100%;
    text-align: center;
	font-size: 0.65rem;
  }

  .sticky-lg-top .cell-value {
    width: 100%;
    text-align: center;
	font-size: 1.1rem;
  }
  
  .sticky-lg-top .cell-title.sumo1-meetings, .sticky-lg-top .cell-title.sf-meetings, .sticky-lg-top .cell-title.sf-fieldsales, .sticky-lg-top .cell-title.sf-events {
	border-left: 1px solid rgb(231, 237, 246);
  }
  
  .sticky-lg-top .cell-title.sumo1-meetings, .sticky-lg-top .cell-title.sf-fieldsales {
	padding-left: 7px;
	padding-right: 7px;
  }
  
  .sticky-lg-top .cell-title.scheduling-title {
	padding-left: 7px;
	padding-right: 7px;
	font-family: "Raleway", "Poppins", sans-serif;
	line-height: 1.5;
    font-weight: 700 !important;
	font-size: 12px;
  }  
  
  .sumo1-title, .sf-title {
	font-family: "Raleway", "Poppins", sans-serif;
	line-height: 1.5;
    font-weight: 700 !important;
	font-size: 12px;
  }
   
  .scheduling-subtitle, .sf-fieldsales, .sf-events {
	  display: none;
  }
  
  .accordion-item .accordion-title {
	font-size: 18px;
  }
  
  .accordion-row {
	padding-right: 0.2rem !important;
    padding-left: 0.2rem !important;
  }

  .accordion-item .accordion-content .table-row {
    display: flex;
    flex-direction: row;
  }

  .accordion-item .accordion-content .cell {
    width: 100%;
    text-align: center;
  }

  .accordion-item .accordion-content .cell-title {
    text-align: left;
	font-size: 0.75rem;
	padding-left:0;
	-moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
  }

  .accordion-item .accordion-content .cell-value {
    text-align: center;
	font-size: 1.1rem;
  }
  
  .accordion-item .accordion-content .cell-value .sf-meetings {
	  padding-right:0;
  }
  
  .coming-soon {
	 font-size: 0.6rem; 
  }
}

.tooltip-inner {
	background-color: rgba(0,23,48,0.98);
	color: #ffffff;
	padding:1rem;
	text-align: left;
}

/****Tabs****/
.nav-pills .nav-link {
	color: #2a9d8f;
}
.nav-pills .nav-link:hover {
	background-color: rgba(233, 199, 114,0.5);
	color: #000000;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #2a9d8f;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #37517e;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #47b2e4;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }

  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}


/*--------------------------------------------------------------
# Use Cases
--------------------------------------------------------------*/
.departments {
  overflow: hidden;
}

.departments .nav-tabs {
  border: 0;
}

.departments .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #000000;
  border-radius: 0;
  border-right: 2px solid #ebf1f6;
  font-weight: 400;
  font-size: 15px;
}

.departments .nav-link:hover {
  color: #fe4a49;
}

.departments .nav-link.active {
  color: #fe4a49;
  border-color: #fe4a49;
  font-weight: 600;
}

.departments .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.departments .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  
}

.departments .details p {
  color: #8492a6;
}

.departments .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .departments .nav-link {
    border: 0;
    padding: 15px;
  }

  .departments .nav-link.active {
    color: #fff;
    background: #fe4a49;
	border-radius: 10px;
  }
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features-phone {
  padding-bottom: 0;
}

.features-phone h3 {
  color: var(--color-secondary);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.features-phone .icon-list i {
  margin-right: 10px;
  font-size: 24px;
  line-height: 1.2;
}

.features-phone .icon-list span {
  font-size: 18px;
  color: #29486a;
}

.features-phone .phone-wrap {
  position: absolute;
  right: 0;
}

@media (max-width: 768px) {
  .features-phone .phone-wrap {
    position: relative;
  }
}

.features-phone .phone-wrap img {
  width: 340px;
}

@media (max-width: 992px) {
  .features-phone .phone-wrap img {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .features-phone .phone-wrap img {
    width: 100%;
  }
}

.features-phone .details {
  margin-top: 80px;
  padding: 120px 0;
  background-color: #f7f9fc;
}

.features-phone .details h4 {
  color: var(--color-secondary);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.features-phone .details p {
  margin-bottom: 20px;
  font-size: 15px;
}

.features-phone .details .btn-get-started {
  font-family: var(--font-primary);
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  background-color: var(--color-primary);
  color: #fff;
}

.features-phone .details .btn-get-started:hover {
  background: #2aa5df;
}



/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background-size: cover;
  padding: 120px 0;
}

.cta .cta-btn {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #3ccdbc;
  border: 2px solid #3ccdbc;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}


/*--------------------------------------------------------------
# Flip
--------------------------------------------------------------*/


.flip:hover .backside, .flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.flip:hover .frontside, .flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 20px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside, .backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card, .backside .card {min-height: 150px;}

/*--------------------------------------------------------------
# Integrations
--------------------------------------------------------------*/

.integration-icon {
    color: #2a9d8f;
    border: 2px solid rgba(15, 152, 135, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}
.integration-icon:hover {
background: rgba(15, 152, 135, 0.4);
}

/*--------------------------------------------------------------
# Benefit Icons
--------------------------------------------------------------*/

.benefits .benefit-icons .content .icon-box {
  display: flex;
}

.benefits .benefit-icons .content .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #fe4a49;
  margin-right: 15px;
}


/*--------------------------------------------------------------
# Menu Navigation
--------------------------------------------------------------*/
/* Smooth scroll */
:root {scroll-behavior: smooth;}

.header {
  background-color: #ffffff;
  padding: 11px 30px;
  transition: all 0.5s;
  z-index: 1030;
}

@media (max-width: 1199px) {
	.header {padding: 12px 5px;}
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header .logo h1 {
  font-size: 24px;
  margin: 0;
  font-weight: 600;
  color: #444444;
}

.header .logo span {
  color: #fe4a49;
  font-size: 24px;
  font-weight: 600;
  padding-left: 3px;
}


/* Global Header on page scroll */
.scrolled .header {
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
}

/* Global Scroll Margin Top */
section {
  scroll-margin-top: 90px;
}

@media (max-width: 1199px) {
  section {
    scroll-margin-top: 66px;
  }
}

/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {padding: 0;}

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,   .navmenu a:focus {
    color: #444444;
    padding: 18px 15px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a, .navmenu .active, .navmenu .active:focus {
    color: #d83535;
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: #ffffff;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
	/*box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);*/
	box-shadow: 0 5px 13px rgba(36, 39, 44, 0.2) !important;
  }
  
  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 8px 20px;
    font-size: 15px;
    text-transform: none;
    color: #444444;
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: #fe4a49;
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
  

  .navmenu .megamenu {
    position: static;
  }

  .navmenu .megamenu ul {
    
	margin: 0;
    padding: 10px 20px 20px 20px; /*10px;*/
    background: #ffffff;
	box-shadow: 0 5px 13px rgba(36, 39, 44, 0.2) !important;
    /*box-shadow: 0px 0px 20px rgba(var(--default-color-rgb), 0.1);*/
    display: block;
    position: absolute;
    top: 130%;
    /*left: 0;*/
    right: 0;
    visibility: hidden;
    opacity: 0;
    display: flex;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
	
	align-items: baseline;
	width: 70%;
	left: 25%;
	
	/*
	margin-top: 5px;
    right: 0;
    padding: 10px;
    display: flex;
  */
  }

  .navmenu .megamenu ul li {
    flex: 1;
  }

  .navmenu .megamenu ul li .menu-label {
	padding: 8px 30px 0px 30px;
	color: #8492a6 !important;
	font-size: 18px !important;
    font-family: "Raleway", "Poppins", sans-serif;
	font-weight: 600;
	margin-bottom: .5rem;
	}


  .navmenu .megamenu ul li a, .navmenu .megamenu ul li:hover>a {
    padding: 8px 30px;
    font-size: 15px;
    color: #444444;
  }

  .navmenu .megamenu ul li a:hover, .navmenu .megamenu ul li .active, .navmenu .megamenu ul li .active:hover {
    color: #fe4a49;
  }

  .navmenu .megamenu:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dd-box-shadow {
    box-shadow: 0px 0px 30px rgba(var(--default-color-rgb), 0.15);
  }
  
  
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: #444444;
    font-size: 32px;
    line-height: 0;
    margin-right: 0px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    position: absolute;
   /* inset: 60px 20px 20px 20px;*/
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: #ffffff;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(var(--default-color-rgb), 0.1);
	
	top: 60px;
    left: 0;
    width: 100%;
  }
  
  .navmenu ul.show {
    display: block;
}

  .navmenu a, .navmenu a:focus {
    color: #444444;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i, .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: rgba(254,74,73, 0.1);
  }

  .navmenu a i:hover,  .navmenu a:focus i:hover {
    background-color: #fe4a49;
    color: #444444;
  }

  .navmenu a:hover, .navmenu .active, .navmenu .active:focus {
    color: #fe4a49;
  }

  .navmenu .active i, .navmenu .active:focus i {
    background-color: #fe4a49;
    color: #444444;
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul, .navmenu .megamenu ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 0px 0px 10px 0px;
    margin: 10px 10px;
    background-color: #ffffff;
    transition: all 0.5s ease-in-out;
	box-shadow: none;
  }

  .navmenu .dropdown ul ul, .navmenu .megamenu ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }
  
  .navmenu .dropdown.active > ul, .navmenu .megamenu.active > ul {
        display: block;
    }

  .navmenu .dropdown>.dropdown-active, .navmenu .megamenu>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.01);
  }
    
  .navmenu .megamenu ul li .menu-label {
	padding: 15px 20px 0px 20px;
	color: #8492a6 !important;
	font-size: 18px !important;
    font-family: "Raleway", "Poppins", sans-serif;
	font-weight: 600;
	margin-bottom: .5rem;
	}
  

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
  
  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 10px 15px;
    padding: 20px 20px;
	justify-content: center;
  }

  .header .navmenu {
    order: 3;
  }
}

/*********************************/
/*         Footer                */
/*===============================*/
footer, .footer {
  position: relative;
  color: #adb5bd;
}

footer .footer-py-60, .footer .footer-py-60 {
  padding: 60px 0;
}

footer .footer-py-30, .footer .footer-py-30 {
  padding: 30px 0;
}

footer .logo-footer, .footer .logo-footer {
  font-size: 22px;
}

footer .logo-footer:focus, .footer .logo-footer:focus {
  outline: none;
}

footer .footer-head, .footer .footer-head {
  letter-spacing: 1px;
  font-weight: 500;
  color: #f8f9fc;
}

footer .foot-subscribe .form-control, .footer .foot-subscribe .form-control {
  background-color: #27314f;
  border: 1px solid #27314f;
  color: #f8f9fc;
}

footer .foot-subscribe .form-control:focus, .footer .foot-subscribe .form-control:focus {
  box-shadow: none;
}

footer .foot-subscribe.foot-white .form-control, .footer .foot-subscribe.foot-white .form-control {
  color: #adb5bd;
}

footer .foot-subscribe input::placeholder, .footer .foot-subscribe input::placeholder {
  color: #adb5bd;
}

footer .text-foot, .footer .text-foot {
  color: #adb5bd;
}

footer .footer-list, .footer .footer-list {
  margin-bottom: 0;
}

footer .footer-list li, .footer .footer-list li {
  margin-bottom: 10px;
}

footer .footer-list li a, .footer .footer-list li a {
  transition: all 0.5s ease;
}

footer .footer-list li a:hover, .footer .footer-list li a:hover {
  color: #e6e8ea;
}

footer .footer-list li:last-child, .footer .footer-list li:last-child {
  margin-bottom: 0;
}

footer .footer-border, footer .footer-bar,
.footer .footer-border,
.footer .footer-bar {
  border-top: 1px solid #283353;
}

footer .border, .footer .border {
  border-color: #283353 !important;
}

footer.footer-light, .footer.footer-light {
  background: #f8f9fc;
  color: #8492a6;
}

footer.footer-light .footer-head, .footer.footer-light .footer-head {
  color: #24272c;
}

footer.footer-light .foot-subscribe .form-control, .footer.footer-light .foot-subscribe .form-control {
  background-color: #f8f9fc;
  border: 1px solid #e9ecef;
  color: #f8f9fc;
}

footer.footer-light .foot-subscribe.foot-white .form-control, .footer.footer-light .foot-subscribe.foot-white .form-control {
  color: #adb5bd;
}

footer.footer-light .foot-subscribe input::placeholder, .footer.footer-light .foot-subscribe input::placeholder {
  color: #adb5bd;
}

footer.footer-light .border, .footer.footer-light .border {
  border-color: #e9ecef !important;
}

footer.footer-light .text-foot, .footer.footer-light .text-foot {
  color: #8492a6;
}

footer.footer-light .footer-list li a:hover, .footer.footer-light .footer-list li a:hover {
  color: #495057;
}
/*# sourceMappingURL=style.css.map */

