/* Template Name: Dezico - Responsive Landing Template
   Author: Themesdesign
   Version: 1.0.0
   Created: June 2020
   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.  Features / Services  *
 *     09.  CTA                  *
 *     10.  Work                 *
 *     11.  Prising / Plans      *
 *     12.  Blog                 *
 *     13.  Contact              *
 *     14.  Footer               *
 ================================*/
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;1,300&display=swap");
body {
  font-family: "Rubik", sans-serif;
  overflow-x: hidden !important;
  font-size: 15px;
  color: #38404b;
}

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

::-moz-selection {
  background: #434c5a;
  color: #ffffff;
}

::selection {
  background: #434c5a;
  color: #ffffff;
}

a {
  text-decoration: none !important;
}

p {
  line-height: 1.6;
}

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

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

.bg-overlay {
  background-color: rgba(56, 64, 75, 0.65);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bg-overlay-white {
  background-color: rgba(255, 255, 255, 0.8);
}

.title-heading {
  line-height: 26px;
}

.title-heading .heading {
  font-size: 40px !important;
  letter-spacing: 1px;
}

.title-heading .letter-spacing {
  letter-spacing: 1px;
}

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

.section-title {
  position: relative;
}

.section-title .title {
  letter-spacing: 0.5px;
  font-size: 32px !important;
}

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

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

.mb-60 {
  margin-bottom: 60px;
}

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

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

.spin-anything {
  -webkit-animation: spinner-animation 5s linear infinite;
          animation: spinner-animation 5s linear infinite;
}

@-webkit-keyframes spinner-animation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-animation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.mover {
  -webkit-animation: mover 1s infinite alternate;
          animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

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

@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
  .title-heading .heading {
    font-size: 30px !important;
  }
  .title-heading .para-desc {
    font-size: 15px;
  }
  .section-title .title {
    font-size: 30px !important;
  }
  .mt-60 {
    margin-top: 60px;
  }
}

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

.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fw-medium {
  font-weight: 500;
}

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

h1 {
  font-size: 42px !important;
}

h2 {
  font-size: 36px !important;
}

h3 {
  font-size: 30px !important;
}

h4 {
  font-size: 24px !important;
}

h5 {
  font-size: 20px !important;
}

h6 {
  font-size: 16px !important;
}

.display-1 {
  font-size: 80px !important;
}

.display-2 {
  font-size: 72px !important;
}

.display-3 {
  font-size: 64px !important;
}

.display-4 {
  font-size: 56px !important;
}

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

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

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

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

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

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

.bg-success {
  background-color: #25b865 !important;
}

.text-success {
  color: #25b865 !important;
}

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

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

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

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

.bg-info {
  background-color: #41b2c4 !important;
}

.text-info {
  color: #41b2c4 !important;
}

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

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

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

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

.bg-dark {
  background-color: #38404b !important;
}

.text-dark {
  color: #38404b !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-pill {
  border-radius: 30px !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;
}

@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;
  }
}

.btn-primary {
  background-color: #ef937f !important;
  border: 1px solid #ef937f !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(239, 147, 127, 0.3);
          box-shadow: 0 3px 5px 0 rgba(239, 147, 127, 0.3);
}

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

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

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #ef937f;
  border-color: #ef937f;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(239, 147, 127, 0.3);
          box-shadow: 0 3px 5px 0 rgba(239, 147, 127, 0.3);
}

.btn-secondary {
  background-color: #727981 !important;
  border: 1px solid #727981 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(114, 121, 129, 0.3);
          box-shadow: 0 3px 5px 0 rgba(114, 121, 129, 0.3);
}

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

.btn-outline-secondary {
  border: 1px solid #727981;
  color: #727981;
  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: #727981;
  border-color: #727981;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(114, 121, 129, 0.3);
          box-shadow: 0 3px 5px 0 rgba(114, 121, 129, 0.3);
}

.btn-success {
  background-color: #25b865 !important;
  border: 1px solid #25b865 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(37, 184, 101, 0.3);
          box-shadow: 0 3px 5px 0 rgba(37, 184, 101, 0.3);
}

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

.btn-outline-success {
  border: 1px solid #25b865;
  color: #25b865;
  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: #25b865;
  border-color: #25b865;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(37, 184, 101, 0.3);
          box-shadow: 0 3px 5px 0 rgba(37, 184, 101, 0.3);
}

.btn-warning {
  background-color: #e49e3d !important;
  border: 1px solid #e49e3d !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(228, 158, 61, 0.3);
          box-shadow: 0 3px 5px 0 rgba(228, 158, 61, 0.3);
}

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

.btn-outline-warning {
  border: 1px solid #e49e3d;
  color: #e49e3d;
  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: #e49e3d;
  border-color: #e49e3d;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(228, 158, 61, 0.3);
          box-shadow: 0 3px 5px 0 rgba(228, 158, 61, 0.3);
}

.btn-info {
  background-color: #41b2c4 !important;
  border: 1px solid #41b2c4 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(65, 178, 196, 0.3);
          box-shadow: 0 3px 5px 0 rgba(65, 178, 196, 0.3);
}

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

.btn-outline-info {
  border: 1px solid #41b2c4;
  color: #41b2c4;
  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: #41b2c4;
  border-color: #41b2c4;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(65, 178, 196, 0.3);
          box-shadow: 0 3px 5px 0 rgba(65, 178, 196, 0.3);
}

.btn-danger {
  background-color: #d13b4c !important;
  border: 1px solid #d13b4c !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(209, 59, 76, 0.3);
          box-shadow: 0 3px 5px 0 rgba(209, 59, 76, 0.3);
}

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

.btn-outline-danger {
  border: 1px solid #d13b4c;
  color: #d13b4c;
  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: #d13b4c;
  border-color: #d13b4c;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(209, 59, 76, 0.3);
          box-shadow: 0 3px 5px 0 rgba(209, 59, 76, 0.3);
}

.btn-dark {
  background-color: #38404b !important;
  border: 1px solid #38404b !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(56, 64, 75, 0.3);
          box-shadow: 0 3px 5px 0 rgba(56, 64, 75, 0.3);
}

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

.btn-outline-dark {
  border: 1px solid #38404b;
  color: #38404b;
  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: #38404b;
  border-color: #38404b;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(56, 64, 75, 0.3);
          box-shadow: 0 3px 5px 0 rgba(56, 64, 75, 0.3);
}

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

.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-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;
  -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
          box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.btn-light {
  background-color: #fbfbfb !important;
  border: 1px solid #fbfbfb !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(251, 251, 251, 0.3);
          box-shadow: 0 3px 5px 0 rgba(251, 251, 251, 0.3);
}

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

.btn-outline-light {
  border: 1px solid #fbfbfb;
  color: #fbfbfb;
  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: #fbfbfb;
  border-color: #fbfbfb;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(251, 251, 251, 0.3);
          box-shadow: 0 3px 5px 0 rgba(251, 251, 251, 0.3);
}

.btn-footer {
  background-color: #434c5a !important;
  border: 1px solid #434c5a !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(67, 76, 90, 0.3);
          box-shadow: 0 3px 5px 0 rgba(67, 76, 90, 0.3);
}

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

.btn-outline-footer {
  border: 1px solid #434c5a;
  color: #434c5a;
  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: #434c5a;
  border-color: #434c5a;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(67, 76, 90, 0.3);
          box-shadow: 0 3px 5px 0 rgba(67, 76, 90, 0.3);
}

.btn-blue {
  background-color: #506efa !important;
  border: 1px solid #506efa !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(80, 110, 250, 0.3);
          box-shadow: 0 3px 5px 0 rgba(80, 110, 250, 0.3);
}

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

.btn-outline-blue {
  border: 1px solid #506efa;
  color: #506efa;
  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: #506efa;
  border-color: #506efa;
  color: #ffffff !important;
  -webkit-box-shadow: 0 3px 5px 0 rgba(80, 110, 250, 0.3);
          box-shadow: 0 3px 5px 0 rgba(80, 110, 250, 0.3);
}

.btn {
  padding: 8px 20px;
  outline: none;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  border-radius: 7px;
}

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

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

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

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

.btn.btn-light {
  color: #38404b !important;
  background: #fbfbfb !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: #f6f6f6 !important;
  color: #38404b;
}

.btn.btn-outline-light {
  border: 1px solid #dee2e6 !important;
  color: #38404b !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: #fbfbfb !important;
  color: #38404b !important;
}

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

.shadow {
  -webkit-box-shadow: 0 0 3px rgba(22, 28, 45, 0.15) !important;
          box-shadow: 0 0 3px rgba(22, 28, 45, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 10px 25px rgba(56, 64, 75, 0.15) !important;
          box-shadow: 0 10px 25px rgba(56, 64, 75, 0.15) !important;
}

.badge-primary {
  background-color: #ef937f !important;
  color: #ffffff !important;
}

.badge-outline-primary {
  background-color: transparent !important;
  color: #ef937f !important;
  border: 1px solid #ef937f !important;
}

.badge-secondary {
  background-color: #727981 !important;
  color: #ffffff !important;
}

.badge-outline-secondary {
  background-color: transparent !important;
  color: #727981 !important;
  border: 1px solid #727981 !important;
}

.badge-success {
  background-color: #25b865 !important;
  color: #ffffff !important;
}

.badge-outline-success {
  background-color: transparent !important;
  color: #25b865 !important;
  border: 1px solid #25b865 !important;
}

.badge-warning {
  background-color: #e49e3d !important;
  color: #ffffff !important;
}

.badge-outline-warning {
  background-color: transparent !important;
  color: #e49e3d !important;
  border: 1px solid #e49e3d !important;
}

.badge-info {
  background-color: #41b2c4 !important;
  color: #ffffff !important;
}

.badge-outline-info {
  background-color: transparent !important;
  color: #41b2c4 !important;
  border: 1px solid #41b2c4 !important;
}

.badge-danger {
  background-color: #d13b4c !important;
  color: #ffffff !important;
}

.badge-outline-danger {
  background-color: transparent !important;
  color: #d13b4c !important;
  border: 1px solid #d13b4c !important;
}

.badge-dark {
  background-color: #38404b !important;
  color: #ffffff !important;
}

.badge-outline-dark {
  background-color: transparent !important;
  color: #38404b !important;
  border: 1px solid #38404b !important;
}

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

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

.badge-light {
  background-color: #fbfbfb !important;
  color: #ffffff !important;
}

.badge-outline-light {
  background-color: transparent !important;
  color: #fbfbfb !important;
  border: 1px solid #fbfbfb !important;
}

.badge-footer {
  background-color: #434c5a !important;
  color: #ffffff !important;
}

.badge-outline-footer {
  background-color: transparent !important;
  color: #434c5a !important;
  border: 1px solid #434c5a !important;
}

.badge-blue {
  background-color: #506efa !important;
  color: #ffffff !important;
}

.badge-outline-blue {
  background-color: transparent !important;
  color: #506efa !important;
  border: 1px solid #506efa !important;
}

.badge {
  padding: 5px 8px;
  border-radius: 3px;
  letter-spacing: 0.5px;
  font-size: 10px;
}

.badge.badge-light {
  color: #38404b !important;
  background-color: #fbfbfb !important;
}

.badge.badge-outline-light {
  color: #38404b !important;
  border: 1px solid #c8c8c8 !important;
  background-color: transparent !important;
}

.badge.badge-pill {
  border-radius: 20px;
}

.badge:focus, .badge.focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.alert-primary {
  background-color: rgba(239, 147, 127, 0.65);
  color: #ffffff;
  border-color: #ef937f;
}

.alert-outline-primary {
  background-color: #ffffff;
  color: #ef937f;
  border-color: #ef937f;
}

.alert-secondary {
  background-color: rgba(114, 121, 129, 0.65);
  color: #ffffff;
  border-color: #727981;
}

.alert-outline-secondary {
  background-color: #ffffff;
  color: #727981;
  border-color: #727981;
}

.alert-success {
  background-color: rgba(37, 184, 101, 0.65);
  color: #ffffff;
  border-color: #25b865;
}

.alert-outline-success {
  background-color: #ffffff;
  color: #25b865;
  border-color: #25b865;
}

.alert-warning {
  background-color: rgba(228, 158, 61, 0.65);
  color: #ffffff;
  border-color: #e49e3d;
}

.alert-outline-warning {
  background-color: #ffffff;
  color: #e49e3d;
  border-color: #e49e3d;
}

.alert-info {
  background-color: rgba(65, 178, 196, 0.65);
  color: #ffffff;
  border-color: #41b2c4;
}

.alert-outline-info {
  background-color: #ffffff;
  color: #41b2c4;
  border-color: #41b2c4;
}

.alert-danger {
  background-color: rgba(209, 59, 76, 0.65);
  color: #ffffff;
  border-color: #d13b4c;
}

.alert-outline-danger {
  background-color: #ffffff;
  color: #d13b4c;
  border-color: #d13b4c;
}

.alert-dark {
  background-color: rgba(56, 64, 75, 0.65);
  color: #ffffff;
  border-color: #38404b;
}

.alert-outline-dark {
  background-color: #ffffff;
  color: #38404b;
  border-color: #38404b;
}

.alert-muted {
  background-color: rgba(132, 146, 166, 0.65);
  color: #ffffff;
  border-color: #8492a6;
}

.alert-outline-muted {
  background-color: #ffffff;
  color: #8492a6;
  border-color: #8492a6;
}

.alert-light {
  background-color: rgba(251, 251, 251, 0.65);
  color: #ffffff;
  border-color: #fbfbfb;
}

.alert-outline-light {
  background-color: #ffffff;
  color: #fbfbfb;
  border-color: #fbfbfb;
}

.alert-footer {
  background-color: rgba(67, 76, 90, 0.65);
  color: #ffffff;
  border-color: #434c5a;
}

.alert-outline-footer {
  background-color: #ffffff;
  color: #434c5a;
  border-color: #434c5a;
}

.alert-blue {
  background-color: rgba(80, 110, 250, 0.65);
  color: #ffffff;
  border-color: #506efa;
}

.alert-outline-blue {
  background-color: #ffffff;
  color: #506efa;
  border-color: #506efa;
}

.alert {
  padding: 8px 15px;
  border-radius: 7px;
  font-size: 13px;
}

.alert.alert-light {
  background-color: #fbfbfb;
  color: #38404b;
  border-color: #dee2e6;
}

.alert.alert-dismissible {
  padding-right: 30px;
}

.alert.alert-dismissible .close {
  top: -2px;
  right: -10px;
  font-size: 16px !important;
}

.alert.alert-pills {
  border-radius: 30px;
  display: inline-block;
}

.alert.alert-pills .content {
  font-weight: 600;
}

.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;
}

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

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

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

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

.avatar.avatar-m-md {
  height: 90px;
  width: 90px;
}

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

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

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

.faq-content .card a.faq[data-bs-toggle=collapse] {
  background-color: #ffffff;
  color: #ef937f;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.faq-content .card a.faq[data-bs-toggle=collapse]:before {
  content: '\F143';
  position: absolute;
  right: 20px;
  top: 27% !important;
  font-family: 'Material Design Icons';
  font-size: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  color: #ef937f;
}

.faq-content .card a.faq[data-bs-toggle=collapse].collapsed {
  background-color: #ffffff;
  color: #38404b !important;
}

.faq-content .card a.faq[data-bs-toggle=collapse].collapsed:before {
  top: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #38404b !important;
}

.form-group {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.form-group .form-control {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #38404b;
  background: #ffffff;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-group textarea {
  height: 180px !important;
}

.custom-control-input:checked ~ .custom-control-label:before {
  color: #ffffff;
  border-color: #ef937f;
  background-color: #ef937f;
}

.custom-control-input:focus ~ .custom-control-label::before,
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ef937f;
}

.subscribe-form input {
  padding: 12.5px 20px;
  width: 100%;
  color: #38404b !important;
  border: none;
  outline: none !important;
  padding-right: 130px;
  background-color: rgba(255, 255, 255, 0.7);
}

.subscribe-form .btn {
  padding: 8.5px 20px !important;
}

.subscribe-form button {
  position: absolute;
  top: 5px;
  right: 6px;
  outline: none !important;
}

.social-icon li a {
  color: #38404b;
  border: 1px solid #38404b;
  display: inline-block;
  height: 32px;
  text-align: center;
  font-size: 15px;
  width: 32px;
  line-height: 30px;
  -webkit-transition: all 0.4s ease;
  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: #ef937f;
  border-color: #ef937f !important;
  color: #ffffff !important;
}

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

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

.back-to-top {
  z-index: 99;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 33px;
  height: 33px;
  line-height: 33px;
  display: none;
  color: #ffffff;
  background-color: #6c757d;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 0 3px rgba(22, 28, 45, 0.15);
          box-shadow: 0 0 3px rgba(22, 28, 45, 0.15);
}

.back-to-top i {
  font-size: 16px;
}

.back-to-top:hover {
  background-color: #ef937f;
  color: #ffffff;
}

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

.home-shape-arrow .arrow-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0 auto;
}

#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: transparent;
  border: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#topnav .logo {
  float: left;
  color: #38404b !important;
}

#topnav .logo .l-dark {
  display: none;
}

#topnav .logo .l-light {
  display: inline-block;
}

#topnav .has-submenu {
  position: relative;
}

#topnav .has-submenu.active a {
  color: #ffffff;
}

#topnav .navbar-toggle {
  border: 0;
  position: relative;
  width: 60px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 32px 20px 24px;
  height: 18px;
}

#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #38404b;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

#topnav .navbar-toggle span:last-child {
  margin-bottom: 0;
}

#topnav .buy-button {
  float: right;
  line-height: 68px;
  padding: 3px 0;
  margin-left: 8px;
}

#topnav .buy-button .login-btn-primary {
  display: none;
}

#topnav .buy-button .login-btn-light {
  display: inline-block;
}

#topnav .navbar-toggle.open span {
  position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#topnav .navbar-toggle.open span:hover {
  background-color: #ef937f;
}

#topnav .navbar-toggle:hover, #topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu > li > a:hover {
  background-color: transparent;
}

#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#topnav .navigation-menu > li {
  float: left;
  display: block;
  position: relative;
  margin: 0 10px;
}

#topnav .navigation-menu > li:hover > a, #topnav .navigation-menu > li:active > a {
  color: #ef937f !important;
}

#topnav .navigation-menu > li > a {
  display: block;
  color: #38404b;
  font-size: 14px;
  background-color: transparent !important;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Rubik", sans-serif;
  padding-left: 8px;
  padding-right: 8px;
}

#topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:active {
  color: #ef937f;
}

#topnav .menu-extras {
  float: right;
}

#topnav.scroll {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0 0 3px rgba(22, 28, 45, 0.15);
          box-shadow: 0 0 3px rgba(22, 28, 45, 0.15);
}

#topnav.scroll .navigation-menu > li > a {
  color: #38404b;
}

#topnav.scroll .navigation-menu > li:hover > a, #topnav.scroll .navigation-menu > li.active > a {
  color: #ef937f;
}

#topnav.defaultscroll.dark-menubar .logo {
  line-height: 70px;
}

#topnav.defaultscroll.scroll .logo {
  line-height: 62px;
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
  line-height: 62px;
}

#topnav.nav-sticky {
  background: #ffffff;
  -webkit-box-shadow: 0 0 3px rgba(22, 28, 45, 0.15);
          box-shadow: 0 0 3px rgba(22, 28, 45, 0.15);
}

#topnav.nav-sticky .buy-button .login-btn-primary {
  display: inline-block;
}

#topnav.nav-sticky .buy-button .login-btn-light {
  display: none;
}

#topnav.nav-sticky .logo .l-dark {
  display: inline-block;
}

#topnav.nav-sticky .logo .l-light {
  display: none;
}

#topnav.nav-sticky .navigation-menu.nav-light > li > a {
  color: #38404b;
}

.logo {
  font-weight: 600;
  font-size: 22px;
  font-family: "Rubik", sans-serif;
  padding: 3px 0;
  letter-spacing: 1px;
  line-height: 68px;
}

@media (min-width: 992px) {
  #topnav .navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #topnav .navigation-menu.navigation-menu-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  #topnav .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 62px;
  }
  #topnav .navigation-menu > li:hover > a,
  #topnav .navigation-menu > li.active > a {
    color: #ef937f !important;
  }
  #topnav .navigation-menu.nav-light > li > a {
    color: #fbfbfb;
  }
  #topnav .navbar-toggle {
    display: none;
  }
  #topnav #navigation {
    display: block !important;
  }
  #topnav.scroll {
    top: 0;
  }
  #topnav.scroll .navigation-menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #topnav.scroll-active .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (max-width: 991px) {
  #topnav {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(22, 28, 45, 0.15);
            box-shadow: 0 0 3px rgba(22, 28, 45, 0.15);
    min-height: 74px;
  }
  #topnav .logo .l-dark {
    display: inline-block !important;
  }
  #topnav .logo .l-light {
    display: none !important;
  }
  #topnav .container {
    width: auto;
  }
  #topnav #navigation {
    max-height: 400px;
  }
  #topnav .navigation-menu {
    float: none;
  }
  #topnav .navigation-menu > li {
    float: none;
  }
  #topnav .navigation-menu > li > a {
    color: #38404b;
    padding: 10px 20px;
  }
  #topnav .navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
  }
  #topnav .navigation-menu > li a:hover,
  #topnav .navigation-menu > li.has-submenu.open > a {
    color: #ef937f;
  }
  #topnav .menu-extras .menu-item {
    border-color: #8492a6;
  }
  #topnav .navbar-header {
    float: left;
  }
  #topnav .buy-button .login-btn-primary {
    display: inline-block !important;
  }
  #topnav .buy-button .login-btn-light {
    display: none;
  }
  #topnav .has-submenu.active a {
    color: #ef937f;
  }
  #navigation {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    background-color: #ffffff;
  }
  #navigation.open {
    display: block;
    overflow-y: auto;
  }
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: block;
  }
}

@media (max-width: 375px) {
  #topnav .buy-menu-btn {
    display: block !important;
    margin: 0 10px;
    padding: 10px 20px;
  }
  #topnav .navbar-toggle .lines {
    margin-right: 0 !important;
  }
}

.bg-home {
  height: 100vh;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half-260 {
  padding: 260px 0;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

.bg-home-three {
  padding: 180px 0 420px;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half-170 {
  padding: 170px 0;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

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

.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;
}

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

@media (min-width: 992px) and (max-width: 1024px) {
  .cover-user .cover-user-img {
    padding: 0px 10% !important;
  }
}

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

@media (max-width: 768px) {
  .cover-user .padding-less {
    position: relative !important;
    height: 400px !important;
  }
  .cover-user .cover-user-content {
    text-align: left !important;
  }
  .cover-user .cover-user-img {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
    height: auto !important;
  }
  .cover-user .cover-my-30 {
    margin: 30px 0;
  }
}

@media (max-width: 767px) {
  .bg-home,
  .bg-half-170,
  .bg-half-260 {
    padding: 150px 0;
    height: auto;
  }
  .bg-home-three {
    padding: 150px 0 350px;
    height: auto;
  }
}

.service-wrapper {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-wrapper .icon {
  width: 60px;
  height: 60px;
  line-height: 45px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(-22.5deg);
          transform: rotate(-22.5deg);
}

.service-wrapper .content .title {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 500;
  color: #38404b;
}

.service-wrapper .big-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-wrapper:hover {
  -webkit-box-shadow: 0 10px 25px rgba(56, 64, 75, 0.15) !important;
          box-shadow: 0 10px 25px rgba(56, 64, 75, 0.15) !important;
  background: #ffffff;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  border-color: transparent !important;
}

.service-wrapper:hover .icon {
  background: #ef937f !important;
  color: #ffffff !important;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.service-wrapper:hover .big-icon {
  z-index: -1;
  opacity: 0.1;
  font-size: 200px;
}

.watch-video a.watch {
  font-size: 14px;
  font-weight: 500;
}

.watch-video a .play-icon-circle {
  height: 36px;
  width: 36px;
  background-color: #ef937f;
  line-height: 36px;
}

.watch-video a .play-icon-circle.play-iconbar {
  font-size: 16px;
}

.watch-video a .play-icon-circle.play {
  top: 77%;
}

.bg-cta {
  padding: 150px 0;
}

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

.play-icon i {
  height: 85px;
  width: 85px;
  line-height: 85px;
  -webkit-text-stroke: 2px #ef937f;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

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

.mfp-iframe-holder .mfp-content {
  max-width: 1440px;
}

.work-desk .img-overlay,
.work-desk .icon {
  position: absolute;
  right: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.work-desk .img-overlay {
  top: 0;
  bottom: 0;
}

.work-desk .icon {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 45px;
  width: 45px;
  line-height: 45px;
  margin: 0 auto;
}

.work-desk:hover .img-overlay {
  opacity: 0.5;
}

.work-desk:hover .icon {
  opacity: 1;
}

.pricing-table .pricing-plan .pricing-features li {
  border-top: 1px solid #e9ecef;
  padding: 15px 0;
}

.pricing-table .pricing-plan .pricing-features li:last-child {
  border-bottom: 1px solid #e9ecef;
}

.pricing-table .pricing-plan.business-plan .pricing-features li {
  border-top: 1px solid #ced4da;
}

.pricing-table .pricing-plan.business-plan .pricing-features li:last-child {
  border-bottom: 1px solid #ced4da;
}

.blog-post .content .title {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-post .content .title:hover {
  color: #ef937f !important;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #d13b4c;
}

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

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border: 2px solid #d13b4c;
  color: #d13b4c;
  border-radius: 5px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #25b865;
}

footer {
  padding: 60px 0;
  position: relative;
  color: rgba(173, 181, 189, 0.7);
}

footer .footer-head {
  letter-spacing: 1px;
}

footer .text-foot {
  color: rgba(173, 181, 189, 0.7);
}

footer .footer-list {
  margin-bottom: 0;
}

footer .footer-list li {
  margin-bottom: 8px;
}

footer .footer-list li a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer .footer-list li a:hover {
  color: rgba(239, 147, 127, 0.7);
}

footer .footer-list li:last-child {
  margin-bottom: 0;
}

footer.footer-bar {
  border-top: 1px solid rgba(108, 117, 125, 0.5);
}
/*# sourceMappingURL=style.css.map */