/*
Template Name: Joltix - Bootstrap 5 Minimal Template
Author: Themesdesign
File: Main scss file
*/
/*******************************
1.General
2.Helper
3.Navbar
4.Hero section
5.About
6.Features
7.Testimonial
8.Pricing
9.Contact
10.Footer
11.Responsive
12.Authentication
********************************/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&display=swap");
body {
  overflow-x: hidden;
  max-width: 1300px;
  margin: 0 auto;
  font-size: 14.4px;
  color: #37445a;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.03rem;
  box-shadow: 0 2px 12px 6px rgba(55, 68, 90, 0.04);
}

html {
  background-color: #37445a;
  background: url("../images/body-bg.jpg");
  background-size: cover;
}

::-moz-selection {
  background: rgba(151, 160, 175, 0.3);
}

::selection {
  background: rgba(151, 160, 175, 0.3);
}

::-moz-selection {
  background: rgba(151, 160, 175, 0.3);
}

a, a:hover {
  text-decoration: none !important;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #37445a;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.row > * {
  position: relative;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.bg-primary {
  background-color: #0466c8 !important;
}

.bg-soft-primary {
  background-color: rgba(4, 102, 200, 0.1) !important;
}

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

.uim-icon-primary .uim-svg {
  fill: #0466c8 !important;
}

.bg-success {
  background-color: #09BC8A !important;
}

.bg-soft-success {
  background-color: rgba(9, 188, 138, 0.1) !important;
}

.text-success {
  color: #09BC8A !important;
}

.uim-icon-success .uim-svg {
  fill: #09BC8A !important;
}

.bg-info {
  background-color: #00B4D8 !important;
}

.bg-soft-info {
  background-color: rgba(0, 180, 216, 0.1) !important;
}

.text-info {
  color: #00B4D8 !important;
}

.uim-icon-info .uim-svg {
  fill: #00B4D8 !important;
}

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

.bg-soft-warning {
  background-color: rgba(255, 212, 85, 0.1) !important;
}

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

.uim-icon-warning .uim-svg {
  fill: #ffd455 !important;
}

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

.bg-soft-danger {
  background-color: rgba(209, 73, 91, 0.1) !important;
}

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

.uim-icon-danger .uim-svg {
  fill: #D1495B !important;
}

.bg-dark {
  background-color: #37445a !important;
}

.bg-soft-dark {
  background-color: rgba(55, 68, 90, 0.1) !important;
}

.text-dark {
  color: #37445a !important;
}

.uim-icon-dark .uim-svg {
  fill: #37445a !important;
}

.bg-muted {
  background-color: #99a1a9 !important;
}

.bg-soft-muted {
  background-color: rgba(153, 161, 169, 0.1) !important;
}

.text-muted {
  color: #99a1a9 !important;
}

.uim-icon-muted .uim-svg {
  fill: #99a1a9 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-soft-white {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.text-white {
  color: #ffffff !important;
}

.uim-icon-white .uim-svg {
  fill: #ffffff !important;
}

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

.bg-soft-light {
  background-color: rgba(246, 248, 251, 0.1) !important;
}

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

.uim-icon-light .uim-svg {
  fill: #f6f8fb !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-soft-black {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.text-black {
  color: #000000 !important;
}

.uim-icon-black .uim-svg {
  fill: #000000 !important;
}

.h1, h1 {
  font-size: 36px;
}

.h2, h2 {
  font-size: 30px;
}

.h4, h4 {
  font-size: 18px;
}

.h5, h5 {
  font-size: 14px;
}

.h6, h6 {
  font-size: 12px;
}

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

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

.section {
  padding: 60px 0px;
}

.flex-1 {
  flex: 1 !important;
}

.page-title h2,
.page-title h3 {
  line-height: 50px;
  margin-top: 60px;
  font-weight: 300;
  letter-spacing: 1px;
}

.page-title span {
  font-weight: 400;
  border-bottom: 3px solid;
}

.subtitle {
  font-weight: 300;
  line-height: 28px;
  font-size: 16px;
}

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

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

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

.rounded-lg {
  border-radius: 0.3rem;
}

.card {
  border: none !important;
}

.shadow {
  box-shadow: 1px 1px 7px 0px rgba(0, 18, 51, 0.09) !important;
}

.section-title {
  padding-left: 30px;
}

.dropdown-menu {
  font-size: 14.4px;
  border: 1px solid #ededed !important;
}

.breadcrumb .breadcrumb-item a {
  color: #37445a;
}
.breadcrumb .breadcrumb-item.active {
  color: #0466c8 !important;
}

.brand-section {
  padding: 0px 0px 60px;
}

.btn {
  padding: 8px 16px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14.4px;
  outline: none !important;
}
.btn:hover, .btn:focus {
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none;
}

.btn-primary {
  color: #ffffff;
  background: #0466c8;
  border-color: #0466c8;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background: #045cb4;
  border-color: #045cb4;
  color: #ffffff;
}

.btn-success {
  color: #ffffff;
  background: #09BC8A;
  border-color: #09BC8A;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  background: #08a97c;
  border-color: #08a97c;
  color: #ffffff;
}

.btn-info {
  color: #ffffff;
  background: #00B4D8;
  border-color: #00B4D8;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  background: #00a3c4;
  border-color: #00a3c4;
  color: #ffffff;
}

.btn-warning {
  color: #ffffff;
  background: #ffd455;
  border-color: #ffd455;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  background: #ffcf41;
  border-color: #ffcf41;
  color: #ffffff;
}

.btn-danger {
  color: #ffffff;
  background: #D1495B;
  border-color: #D1495B;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  background: #cd394c;
  border-color: #cd394c;
  color: #ffffff;
}

.btn-dark {
  color: #ffffff;
  background: #37445a;
  border-color: #37445a;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active {
  background: #2f3a4d;
  border-color: #2f3a4d;
  color: #ffffff;
}

.btn-muted {
  color: #ffffff;
  background: #99a1a9;
  border-color: #99a1a9;
}
.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active {
  background: #8e97a0;
  border-color: #8e97a0;
  color: #ffffff;
}

.btn-white {
  color: #ffffff;
  background: #ffffff;
  border-color: #ffffff;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active {
  background: whitesmoke;
  border-color: whitesmoke;
  color: #ffffff;
}

.btn-light {
  color: #ffffff;
  background: #f6f8fb;
  border-color: #f6f8fb;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active {
  background: #e8edf5;
  border-color: #e8edf5;
  color: #ffffff;
}

.btn-black {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}
.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active {
  background: black;
  border-color: black;
  color: #ffffff;
}

.navbar {
  padding: 20px 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.3s ease-in-out;
  max-width: 1300px;
  margin: 0px auto;
}
.navbar .logo .logo-dark {
  display: none;
}
.navbar .navbar-nav .nav-item .nav-link {
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
  background-color: transparent !important;
  padding: 6px 10px;
  margin: 0 7px;
  font-weight: 500;
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:active, .navbar .navbar-nav .nav-item .nav-link:focus, .navbar .navbar-nav .nav-item .nav-link.active {
  color: #ffffff;
}
.navbar .navbar-btn {
  margin-left: 10px;
  border-color: transparent;
  box-shadow: none;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
  border: none;
  padding: 0 !important;
}
.navbar-toggler:focus {
  outline: 0 !important;
  box-shadow: none;
}

/*--- navbar sticky ---*/
.nav-sticky.navbar {
  margin-top: 0px;
  padding: 10px 0px;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(69, 61, 80, 0.08);
}
.nav-sticky.navbar .logo .logo-dark {
  display: block;
}
.nav-sticky.navbar .logo .logo-light {
  display: none;
}
.nav-sticky.navbar .navbar-nav .nav-item .nav-link {
  color: #37445a;
}
.nav-sticky.navbar .navbar-nav .nav-item .nav-link:hover, .nav-sticky.navbar .navbar-nav .nav-item .nav-link:active, .nav-sticky.navbar .navbar-nav .nav-item .nav-link:focus, .nav-sticky.navbar .navbar-nav .nav-item .nav-link.active {
  color: #0466c8;
}

.navbar-light {
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(69, 61, 80, 0.08);
}
.navbar-light .logo .logo-dark {
  display: inline-block;
}
.navbar-light .logo .logo-light {
  display: none;
}
.navbar-light .navbar-nav .nav-item .nav-link {
  color: #37445a;
}
.navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar-light .navbar-nav .nav-item .nav-link:active, .navbar-light .navbar-nav .nav-item .nav-link:focus, .navbar-light .navbar-nav .nav-item .nav-link.active {
  color: #0466c8;
}

@media (max-width: 991px) {
  .navbar {
    margin-top: 0px;
    padding: 10px 0px !important;
    background-color: #ffffff !important;
    box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
  }
  .navbar .logo .logo-dark {
    display: block;
  }
  .navbar .logo .logo-light {
    display: none;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    transition: all 0.3s;
    margin: 0px;
    padding: 6px 10px;
    color: rgba(55, 68, 90, 0.9);
  }
  .navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:active, .navbar .navbar-nav .nav-item .nav-link.active {
    color: #0466c8;
  }
  .navbar .navbar-btn {
    margin-left: 0px;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgba(55, 68, 90, 0.9);
  }
}
.hero-img {
  margin: 148px 0px 0px;
  padding: 50px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.hero-img .title-bg-overlay {
  /* background-color: rgba(237, 237, 237, 0.5); */
  border-color: rgb(245 223 172);
  border-radius: 6px;
  border-style: double;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (max-width: 768px) {
    .hero-img {
        margin: 100px 0px 0px;
        background-size: contain;
    }
}
.filter-option li a {
  color: #37445a;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 6px 14px;
  margin-right: 8px;
  transition: all 0.2s ease-in-out;
}
.filter-option li a.active, .filter-option li a:hover {
  background-color: #0466c8;
  color: #ffffff;
}
.filter-option li:hover a, .filter-option li.active a {
  background-color: #0466c8;
  color: #ffffff;
  border-radius: 4px;
}

.filter-box {
  display: none;
}

.show {
  display: block;
}

.work-container .card-body {
  margin-top: 30px;
}
.work-container .card-body .content {
  width: 100%;
  padding: 20px;
  position: absolute;
  left: 0;
  overflow: hidden;
  display: none;
  transform: translateY(-150px);
  transition: all 0.3s ease-in-out;
}
.work-container .card-body:hover .content {
  transform: translateY(-150px);
  display: block;
  z-index: 2;
}

.work-container .card-body .content2 {
  width: 100%;
  padding-top: 10px;
  padding-left: 10px;
  position:absolute;
  left: 0;
  overflow:visible;
  display: flex;
  transform: translateY(-240px);
  transition: all 0.3s ease-in-out;
  /* opacity: 0.8;  */
  background-color: rgba(255, 255, 255, 0.3);
}

.work-container .card-body .content3 {
  width: 100%;
  padding: 2px;
  position: absolute;
  left: 0;
  overflow:visible;
  display: block;
  justify-content: space-between;
  transform: translateY(-50px);
  transition: all 0.3s ease-in-out;
  /* opacity: 0.8;  */
  background-color: rgba(255, 255, 255, 0.7);
}


.client-images img {
  transition: all 0.4s ease-in-out;
  opacity: 0.5;
}
.client-images img:hover {
  opacity: 1;
}

.tagcloud a {
  background-color: #ededed;
  color: #37445a;
}
.tagcloud a:hover {
  background-color: #0466c8;
  color: #ffffff;
}

.share-on ul li a {
  color: #37445a;
}
.share-on ul li:hover a {
  color: #0466c8;
}

.post .date-box {
  z-index: 1;
}
.post .date-box .post-preview {
  transition: all 0.3s ease-out;
}
.post .date-box .post-preview:hover {
  opacity: 0.7;
}
.post .date-box .post-title a {
  color: #333333;
  transition: all 0.3s ease-out;
}
.post .date-box .post-title a:hover {
  color: #0466c8;
}
.post a {
  color: #37445a;
}
.post a:hover {
  color: #0466c8;
}

.widget .search-button {
  position: absolute;
  top: 0;
  height: 100%;
  right: 10px;
  background-color: transparent;
  border: none;
  font-size: 20px;
  transition: all 0.3s ease-out;
}
.widget .search-button.search-button:focus, .widget .search-button.search-button.focus, .widget .search-button.search-button.active.focus, .widget .search-button.search-button.active:focus, .widget .search-button.search-button:active.focus, .widget .search-button.search-button:active:focus {
  outline: 0;
}
.widget .search-button:hover {
  color: #0466c8;
}

.form-control {
  height: 45px;
  border: 1px solid #ededed;
}
.form-control:focus {
  border-color: #0466c8;
  box-shadow: none;
}

.submitBnt:hover {
  border-color: #0466c8;
  background-color: #0466c8;
  color: #ffffff;
}

.pagination .page-item {
  display: inline-block;
  margin: 5px 6px 0 0;
}
.pagination .page-item .page-link {
  border: 1px solid #ededed;
  border-radius: 3px;
  color: #37445a;
  display: block;
  float: none;
  padding: 8px 15px;
}
.pagination .page-item .page-link.active, .pagination .page-item .page-link:focus, .pagination .page-item .page-link:hover {
  z-index: 3;
  color: #ffffff;
  background-color: #0466c8;
  border-color: #0466c8;
}

.testi-user {
  height: 60px;
  width: 60px;
}

.sign p {
  font-family: "Mrs Saint Delafield", cursive;
}

.about-box .icon:after {
  content: "";
  position: absolute;
  content: "";
  width: 33px;
  height: 1px;
  background-color: #0466c8;
  bottom: -18px;
  left: 0;
}
.about-box .abt-text {
  z-index: 9;
}
.about-box .pro-number {
  font-size: 8rem;
  position: absolute;
  top: 10px;
  right: 20px;
  color: rgba(242, 244, 249, 0.8);
  transition: all 0.5s ease-in-out;
  z-index: 3;
}
.about-box:hover .pro-number {
  font-size: 10rem;
}

.form-select:focus {
  box-shadow: none;
  border-color: rgba(4, 102, 200, 0.4);
}

.product-item .product-img img {
  transition: all 0.3s ease-in-out;
}
.product-item .hover-content {
  display: none;
}
.product-item .hover-content .pro-icon {
  color: #37445a;
}
.product-item .hover-content .pro-icon:hover, .product-item .hover-content .pro-icon.active {
  color: #0466c8;
}
.product-item:hover .product-img img {
  opacity: 0.4;
}
.product-item:hover .hover-content {
  display: block;
}

.pro-list-content .hover-content .pro-icon:hover, .pro-list-content .hover-content .pro-icon.active {
  color: #0466c8;
}

.pro-detail-area .nav-tabs .nav-link {
  color: #37445a;
}
.pro-detail-area .detail-title.nav-tabs .nav-item.show .nav-link, .pro-detail-area .detail-title.nav-tabs .nav-link.active {
  background-color: #0466c8;
  color: #ffffff;
}

.pro-table tbody tr {
  vertical-align: middle;
}

.footer-list li a {
  color: #99a1a9 !important;
}
.footer-list li a:hover {
  color: #0466c8 !important;
}

.social-circle li a {
  height: 34px;
  width: 34px;
  color: rgba(255, 255, 255, 0.9) !important;
  background-color: rgba(255, 255, 255, 0.06);
  transition: all 0.3s ease-in-out;
}
.social-circle li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff !important;
}/*# sourceMappingURL=style.css.map */

/* Style for the modal */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8); /* Dark background */
}

/* Modal Content (the larger image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Close button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}
