html {
  scroll-behavior: smooth
}
html, body {
  height: 100%
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
body {
  background: #fff;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  height: 100vh;
  font-size: .875rem;
  line-height: 1.6;
  font-family: 'Poppins', sans-serif;
  color: #555;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
}
p {
  font-weight: 500;
  color: #555;
}
.color-1 {
  color: #2053a4;
}
.color-2 {
  color: #ff0013;
}
.bg-1 {
  background: #2053a4;
}
.bg-2 {
  background: #ff0013;
}
a {
  color: #2053a4;
  text-decoration: none;
  outline: none;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
a:hover, a:focus {
  color: #ff0013;
  text-decoration: none;
  outline: none;
}
a:active {
  color: #2053a4;
  text-decoration: none;
  outline: none;
}
a.normal-link {
  color: #2053a4;
  text-decoration: none;
  outline: none;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
a.normal-link:hover, a.normal-link:focus {
  color: #ff0013;
  text-decoration: none;
  outline: none;
}
a.normal-link:active {
  color: #2053a4;
  text-decoration: none;
  outline: none;
}
label {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  color: #555;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #ddd;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #cacaca;
}
.form-control::-moz-placeholder {
  color: #c8c8c8;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #c8c8c8;
}
.form-control::-webkit-input-placeholder {
  color: #c8c8c8;
}
.form-select {
  font-family: 'Roboto', sans-serif;
  font-size: .875rem;
  color: #555;
  padding: .37rem .75rem;
  font-weight: 400;
}
.form-select {
  background-size: 8px 8px;
}
.form-select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #cacaca;
}
textarea {
  resize: none;
}
.theme-button-blue, a.theme-button-blue {
  background-color: #2053a4;
  border-radius: .15rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  outline: 0;
  overflow: hidden;
  padding: 0 20px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  z-index: 9;
  border: 0;
  font-weight: 500;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.theme-button-blue:hover, a.theme-button-blue:hover {
  color: #FFFFFF;
  background-color: #ff0013;
  box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
}
.theme-button-red, a.theme-button-red{
  background-color: #ff0013;
  border-radius: .15rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  outline: 0;
  overflow: hidden;
  padding: 0 20px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  z-index: 9;
  border: 0;
  font-weight: 500;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.theme-button-red:hover , a.theme-button-red:hover{
  color: #FFFFFF;
  background-color: #2053a4;
  box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
}
#toTop {
  cursor: pointer;
}
section.custom-modal .modal-header {
  background: #2053a4;
}
section.custom-modal .modal-title {
  color: #ffffff !important;
}
section.custom-modal .close {
  color: #ffffff;
}
section.top-header {
  background: #222;
  border-bottom: 1px dashed #fff;
}
header.header {
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 999;
  width: 100%;
}
.sticky-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  animation: slideDown 0.50s ease-out;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
header.header .navbar {
  white-space: nowrap;
}
header.header nav li.nav-item .nav-link {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #b69150;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
header.header nav li.nav-item .nav-link:hover {
  color: #c5ac88;
}
header.header nav li.nav-item .nav-link:focus {
  color: #c5ac88;
}
header.header nav li.nav-item .nav-link.active {
  color: #fff;
}
header.header .navbar-light .navbar-toggler {
  border: none;
  padding: 0;
  font-size: 36px;
  color: #b69150;
}
header.header .navbar-light .navbar-toggler:hover {
  color: #c5ac88;
}
header.header .navbar-light button.navbar-toggler:focus {
  box-shadow: none;
}
@media (max-width: 991.98px) {
  header.header .navbar-nav {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-top: 1px solid #333;
  }
  header.header nav li.nav-item .nav-link {
    border-bottom: 1px solid #333;
  }
  header.header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem;
  }
  header.header nav li.nav-item .nav-link:hover {
    background: #101010;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
  }
  .header-button button {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  header.header .navbar-nav > li > .dropdown-menu {
    box-shadow: none !important;
  }
}
header.header .navbar-nav > li > .dropdown-menu {
  margin: 0;
  padding: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border: 0 solid rgba(0, 0, 0, .15);
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  background: #fff;
  top: 100%;
  left: 15%;
}
header.header .navbar-nav > li > .dropdown-menu a.dropdown-item {
  text-transform: capitalize;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #806baf;
  padding: 12px 10px;
  border-bottom: 1px solid #efefef;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}
header.header .navbar-nav .dropdown-toggle::after {
  display: none;
}
header.header .navbar-nav > li > .dropdown-menu a.dropdown-item:hover {
  background: #806baf;
  color: #fff;
  border-bottom: 1px solid #806baf;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
header.header .navbar-nav > li > .dropdown-menu a.dropdown-item:focus {
  background: #7f7bba;
  color: #fff;
  border-bottom: 1px solid #7f7bba;
}
header.header .navbar-nav > li > .dropdown-menu a.dropdown-item:active {
  background: #7088c0;
  color: #fff;
  border-bottom: 1px solid #7088c0;
}
header.header .dropdown-item.active, header.header .dropdown-item:active {
  background: #20addc;
  color: #fff !important;
  border-bottom: 1px solid #20addc !important;
}
footer.footer {
  background: #2053a4;
  padding: 100px 0;
  color: #fff;
}
section.common {
  position: relative;
  z-index: 1;
}
section.common-25 {
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  z-index: 1;
}
section.common-50 {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
section.common-75 {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  z-index: 1;
}
section.common-100 {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
.card-box {
  box-shadow: 0 2px 5px 0 rgb(217 217 217 / 50%);
  margin-bottom: 24px;
  word-wrap: break-word;
  background-clip: border-box;
  background-color: #fff;
  border: 0 solid transparent;
  border-radius: .25rem;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
.card-box:hover {
  -webkit-box-shadow: 0 2px 18px 1px rgba(49, 53, 72, .1);
  -moz-box-shadow: 0 2px 18px 1px rgba(49, 53, 72, .1);
  -ms-box-shadow: 0 2px 18px 1px rgba(49, 53, 72, .1);
  box-shadow: 0 2px 18px 1px rgba(49, 53, 72, .1);
}
.card-box .card-header {
  background-color: #fff;
  border-bottom: 0 solid transparent;
  border-bottom-width: 0;
  margin-bottom: 0;
  padding: 1rem 1.25rem;
}
.card-box .card-header:first-child {
  border-radius: .25rem .25rem 0 0;
}
.card-box .card-title {
  color: #6c757d;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
}
.home-background{
  background: #fafafa;
}
button .btn{
  box-shadow: none!important;
}
button.btn:focus, button.btn:active{
  box-shadow: none!important;
}
.cart-button button.btn-secondary{
  background: #2053a4!important;
  color: #fff!important;
  border-color: #2053a4!important;
}
.cart-button button.btn-secondary:hover, .cart-button button.btn-secondary:focus, .cart-button button.btn-secondary:active{
  background: #2760bb!important;
  color: #fff!important;
  border-color: #6c757d!important;
}
.cart-button button.btn-dark{
  background: #ff0013!important;
  color: #fff!important;
  border-color: #ff0013!important;
}
.cart-button button.btn-dark:hover, .cart-button button.btn-dark:focus, .cart-button button.btn-dark:active{
  background: #c33b45!important;
  color: #fff!important;
  border-color: #c33b45!important;
}
.form__group {
  position: relative;
  padding: 15px 0 0;
  width: 100%;
}
.form-control.form-field {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #ddd;
  outline: 0;
  font-size:12px;
  color: #555;
  padding: 5px 0;
  background: transparent;
  transition: border-color 0.2s;
  letter-spacing: 2px;
  font-weight: 500;
  border-radius: 0;
  font-family:'Poppins',sans-serif!important;
  text-transform: uppercase;
}
.form-control.form-field:focus {
  border-bottom: 2px solid #aaa;
}