/*
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 {
  cursor: pointer;
  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;
  -webkit-box-shadow: 0 2px 12px 6px rgba(55, 68, 90, 0.04);
          box-shadow: 0 2px 12px 6px rgba(55, 68, 90, 0.04);
}

html {
background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

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

.v-top {
  vertical-align:top;
}

.v-middle {
  vertical-align:middle;
}

.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-10 {
  font-size: 10px;
}

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

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

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

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

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

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

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

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

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

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

.fs-25 {
  font-size: 25px !important;
}

.fs-26 {
  font-size: 26px !important;
}

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

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

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

.section {
  padding: 60px 0px;
}

.flex-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          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 {
  -webkit-box-shadow: 1px 1px 7px 0px rgba(0, 18, 51, 0.09) !important;
          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;
  -webkit-transition: all 0.3s ease-in-out;
  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;
  -webkit-box-shadow: 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;
  -webkit-transition: all 0.3s ease-in-out;
  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);
  -webkit-transition: all 0.3s;
  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;
  -webkit-box-shadow: none;
          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;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*--- navbar sticky ---*/
.nav-sticky.navbar {
  margin-top: 0px;
  padding: 10px 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(69, 61, 80, 0.08);
          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;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(69, 61, 80, 0.08);
          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;
    -webkit-box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
            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 {
    -webkit-transition: all 0.3s;
    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-radius: 4px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.filter-option li a {
  color: #37445a;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 6px 14px;
  margin-right: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  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;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.work-container .card-body:hover .content {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  display: block;
  z-index: 2;
}

.client-images img {
  -webkit-transition: all 0.4s ease-in-out;
  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 {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.post .date-box .post-preview:hover {
  opacity: 0.7;
}

.post .date-box .post-title a {
  color: #333333;
  -webkit-transition: all .3s ease-out;
  transition: all .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;
  -webkit-transition: all .3s ease-out;
  transition: all .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;
  -webkit-box-shadow: none;
          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);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 3;
}

.about-box:hover .pro-number {
  font-size: 10rem;
}

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

.product-item .product-img img {
  -webkit-transition: all 0.3s ease-in-out;
  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);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-circle li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff !important;
}


.card-country{
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}

.card-country:hover{
    transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.card-country-header {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 2px 2px;
}

.card-country-main {
  display: flex;              /* Children use Flexbox */
  flex-direction: column;     /* Rotate Axis to Vertical */
  justify-content: center;    /* Group Children in Center */
  align-items: center;        /* Group Children in Center (on cross axis) */
  padding: 5px 10px;            /* Add padding to the top/bottom */
}

.card-country-flag-big {
  font-size: 90px;
  opacity: 0.75;
  margin-bottom: 5px;
}

.card-country-flag-big:hover {
  opacity: 1.0;
}

.card-country-description {
  font-size: 14px;
  text-align: center;
}

.banner-top {
  margin: 100px 0px 0px;
  padding: 10px 0;
}

@media (max-width: 768px) {
  .banner-top {
    margin: 80px 0px 0px;
  }
}

.dropdown-menu {
    min-width:250px !important;
}

/* new */
#backtop {
  display: inline-block;
  text-align: center;
  background-color: #ddd;
  border-radius: 6px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0.5;
  visibility: hidden;
  z-index: 1000;
}
#backtop::after {
  content: "\F0143";
  font-family: 'Material Design Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  color: #fff;
  line-height: 40px;
}
#backtop:hover {
  cursor: pointer;
  background-color: #777;
  color: #aaa;
}
#backtop:active {
  background-color: #777;
}
#backtop.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

@media (min-width: 500px) {

  #backtop {
    margin: 30px;
  }
}


.sms-box-bg {
opacity: 0.10;
font-size: 100px;
}

.captcha-table{
        position:relative;
        border-radius: 20px;
        background: #fff;
        box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
        transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
        padding: 50px;
        text-align: center;
}

.captcha-header {
    text-align: center;
    font-size: 22px;
    text-transform:uppercase;
    font-weight: 700;
    padding: 12px 2px 2px;
}

button>.badge {
    vertical-align:top;
}

.mdi-spin {
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.4); }