/* Template Name:
   Author: Shreethemes
   Email: support@shreethemes.in
   Website: https://shreethemes.in
   Version: 1.0.0
   Created: June 2022
   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.  Blog                 *
 *     09.  Features             *
 *     11.  Price                *
 *     13.  Contact              *
 *     14.  Footer               *
 ================================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden !important;
  font-size: 15px;
  color: #24272c;
  font-weight: 400;
}

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: rgb(47.475, 51.43125, 58.025);
  color: #ffffff;
}

a {
  text-decoration: none !important;
}

p {
  line-height: 1.6;
}

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

.section {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
}

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

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

.title-heading .heading {
  font-size: 42px !important;
  letter-spacing: 0.2px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .title-heading .heading {
    font-size: 34px !important;
  }
}
.title-heading .heading.sub-heading {
  font-size: 32px !important;
}
@media (max-width: 768px) {
  .title-heading .heading.sub-heading {
    font-size: 28px !important;
  }
}
.title-heading .letter-spacing {
  letter-spacing: 1px;
}
.title-heading .para-desc {
  font-size: 20px;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .title-heading .para-desc {
    font-size: 16px;
  }
}

.section-title {
  position: relative;
}
.section-title .title {
  letter-spacing: 0.5px;
  font-size: 28px !important;
}
@media (max-width: 768px) {
  .section-title .title {
    font-size: 24px !important;
  }
}

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

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

.avatar-two.avatar-small {
  width: 30px;
  height: 30px;
}

.avtar-three.avatar-small {
  width: 45px;
  height: 45px;
}

.social-icon li a {
  color: #adb5bd;
  border: 1px solid rgb(41.3615384615, 41.3615384615, 43.5384615385);
  display: inline-block;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  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: #ff2500;
  border-color: #ff2500 !important;
  color: #ffffff !important;
}
.social-icon li a:hover .fea-social {
  fill: #ff2500;
}

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

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

.bg-home {
  height: 100vh;
  background-size: cover !important;
  align-self: center;
  position: relative !important;
  background-position: center center;
}
@media (max-width: 767px) {
  .bg-home {
    padding: 150px 0;
    height: auto;
  }
}

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

.row > * {
  position: relative;
}

h1, .fs-1, .h1, .fs-1 {
  font-size: 42px !important;
}

h2, .fs-2, .h2, .fs-2 {
  font-size: 36px !important;
}

h3, .fs-3, .h3, .fs-3 {
  font-size: 30px !important;
}

h4, .fs-4, .h4, .fs-4 {
  font-size: 24px !important;
}

h5, .fs-5, .h5, .fs-5 {
  font-size: 18px !important;
}

h6, .fs-6, .h6, .fs-6 {
  font-size: 15px !important;
}

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

.btn-primary {
  background-color: #ff2500 !important;
  border: 1px solid #ff2500 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(255, 37, 0, 0.1);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus {
  background-color: rgb(204, 29.6, 0) !important;
  border-color: rgb(204, 29.6, 0) !important;
  color: #ffffff !important;
}

.btn-secondary {
  background-color: #838589 !important;
  border: 1px solid #838589 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(131, 133, 137, 0.1);
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary.focus {
  background-color: rgb(105.8099173554, 107.6033057851, 111.1900826446) !important;
  border-color: rgb(105.8099173554, 107.6033057851, 111.1900826446) !important;
  color: #ffffff !important;
}

.btn-success {
  background-color: #3bf3a6 !important;
  border: 1px solid #3bf3a6 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(59, 243, 166, 0.1);
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus {
  background-color: rgb(14.4807692308, 236.5192307692, 143.6009615385) !important;
  border-color: rgb(14.4807692308, 236.5192307692, 143.6009615385) !important;
  color: #ffffff !important;
}

.btn-warning {
  background-color: #fcb249 !important;
  border: 1px solid #fcb249 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(252, 178, 73, 0.1);
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus {
  background-color: rgb(251.172972973, 156.772972973, 22.827027027) !important;
  border-color: rgb(251.172972973, 156.772972973, 22.827027027) !important;
  color: #ffffff !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-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: rgb(203.4875, 29.2, 15.5125) !important;
  border-color: rgb(203.4875, 29.2, 15.5125) !important;
  color: #ffffff !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: rgb(13.05, 14.1375, 15.95) !important;
  border-color: rgb(13.05, 14.1375, 15.95) !important;
  color: #ffffff !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: rgb(103.6933962264, 120.0047169811, 143.3066037736) !important;
  border-color: rgb(103.6933962264, 120.0047169811, 143.3066037736) !important;
  color: #ffffff !important;
}

.btn-light {
  background-color: #f2f6fa !important;
  border: 1px solid #f2f6fa !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(242, 246, 250, 0.1);
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.focus {
  background-color: rgb(205.1666666667, 220.5, 235.8333333333) !important;
  border-color: rgb(205.1666666667, 220.5, 235.8333333333) !important;
  color: #ffffff !important;
}

.btn-footer {
  background-color: rgb(33.9076923077, 33.9076923077, 35.6923076923) !important;
  border: 1px solid rgb(33.9076923077, 33.9076923077, 35.6923076923) !important;
  color: #ffffff !important;
  box-shadow: 0 3px 5px 0 rgba(33.9076923077, 33.9076923077, 35.6923076923, 0.1);
}
.btn-footer:hover, .btn-footer:focus, .btn-footer:active, .btn-footer.active, .btn-footer.focus {
  background-color: rgb(9.0615384615, 9.0615384615, 9.5384615385) !important;
  border-color: rgb(9.0615384615, 9.0615384615, 9.5384615385) !important;
  color: #ffffff !important;
}

.btn {
  padding: 8px 20px;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  border-radius: 6px;
}
.btn:focus {
  box-shadow: none !important;
}

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

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

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

.bg-soft-primary {
  background-color: rgba(255, 37, 0, 0.05) !important;
  color: #ff2500 !important;
}

.bg-blur-primary {
  backdrop-filter: blur(12px);
  background-color: rgba(255, 37, 0, 0.8);
}

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

a.text-primary:hover, a.text-primary:focus {
  color: rgb(229.5, 33.3, 0) !important;
}

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

.bg-soft-secondary {
  background-color: rgba(131, 133, 137, 0.05) !important;
  color: #838589 !important;
}

.bg-blur-secondary {
  backdrop-filter: blur(12px);
  background-color: rgba(131, 133, 137, 0.8);
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(118.2438016529, 120.2479338843, 124.2561983471) !important;
}

.bg-success {
  background-color: #3bf3a6 !important;
}

.bg-soft-success {
  background-color: rgba(59, 243, 166, 0.05) !important;
  color: #3bf3a6 !important;
}

.bg-blur-success {
  backdrop-filter: blur(12px);
  background-color: rgba(59, 243, 166, 0.8);
}

.text-success {
  color: #3bf3a6 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(34.9711538462, 241.5288461538, 155.0889423077) !important;
}

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

.bg-soft-warning {
  background-color: rgba(252, 178, 73, 0.05) !important;
  color: #fcb249 !important;
}

.bg-blur-warning {
  backdrop-filter: blur(12px);
  background-color: rgba(252, 178, 73, 0.8);
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(251.5864864865, 167.3864864865, 47.9135135135) !important;
}

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

.bg-soft-info {
  background-color: rgba(102, 204, 255, 0.05) !important;
  color: #66CCFF !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: rgb(76.5, 195.5, 255) !important;
}

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

.bg-soft-danger {
  background-color: rgba(238, 47, 32, 0.05) !important;
  color: #ee2f20 !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: rgb(227.18125, 32.6, 17.31875) !important;
}

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

.bg-soft-dark {
  background-color: rgba(36, 39, 44, 0.05) !important;
  color: #24272c !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: rgb(24.525, 26.56875, 29.975) !important;
}

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

.bg-soft-muted {
  background-color: rgba(132, 146, 166, 0.05) !important;
  color: #8492a6 !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: rgb(117.2051886792, 132.8891509434, 155.2948113208) !important;
}

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

.bg-soft-light {
  background-color: rgba(242, 246, 250, 0.05) !important;
  color: #f2f6fa !important;
}

.bg-blur-light {
  backdrop-filter: blur(12px);
  background-color: rgba(242, 246, 250, 0.8);
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(223.5833333333, 233.25, 242.9166666667) !important;
}

.bg-footer {
  background-color: rgb(33.9076923077, 33.9076923077, 35.6923076923) !important;
}

.bg-soft-footer {
  background-color: rgba(33.9076923077, 33.9076923077, 35.6923076923, 0.05) !important;
  color: rgb(33.9076923077, 33.9076923077, 35.6923076923) !important;
}

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

.text-footer {
  color: rgb(33.9076923077, 33.9076923077, 35.6923076923) !important;
}

a.text-footer:hover, a.text-footer:focus {
  color: rgb(21.4846153846, 21.4846153846, 22.6153846154) !important;
}

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

.form-control {
  border: 1px solid #e9ecef;
  font-size: 14px;
  line-height: 26px;
  border-radius: 6px;
  color: #24272c !important;
  text-align: left;
}
.form-control:focus {
  border-color: #ff2500;
  box-shadow: none;
}
.form-control[readonly] {
  background-color: #ffffff;
}
.form-control:disabled {
  background-color: #dee2e6;
}
.form-control::placeholder {
  color: #24272c;
}

.form-check-input {
  border: 1px solid #e9ecef;
  background-color: #ffffff;
}
.form-check-input:focus {
  border-color: #ff2500;
  box-shadow: none;
}
.form-check-input.form-check-input:checked {
  background-color: #ff2500;
  border-color: #ff2500;
}

.invalid-feedback {
  display: block;
  color: #ff2500;
}

/*# sourceMappingURL=style.css.map */
