:root {
  --customred: #e87210;
}
/*additinal css*/
.banner_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 265px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;}

  .contact-form label{
    color: #0b3f66;
  }
  .custom-label{
    color: #0b3f66;
    font-weight: 600;
  }
  #info p{
    font-size: 18px;
    text-align: justify;
  }
  .caption-2{
    color: grey;
  }

  .sidebar_section {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: solid 2px #ebebeb;
    margin-left:16px;
  }

  .sidebar_section:last-child {
    border-bottom: none;
  }

  .sidebar_title h5
  {
    font-size: 18px;
    margin-bottom: 21px;
  }
  .sidebar_categories li.active a
  {
    color: #e87210;
  }
  .sidebar_categories li.active:hover a
  {
    color: #e87210;
  }
  .sidebar_categories li a
  {
    font-size: 14px;
    line-height: 40px;
    color: #51545f;
  }
  .sidebar_categories li a:hover
  {
    color: #b5aec4;
  }
  .sidebar_categories li a span
  {
    margin-right: 5px;
  }
  #slider-range
  {
    margin-left: 7px !important;
  }
  #amount
  {
    margin-top: 8px;
    color: #1e1e27 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
  }
  .filter_button
  {
    width: 100%;
    height: 30px;
    background: #1e1e27;
    text-align: center;
    margin-top: 25px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .filter_button:hover
  {
    background: #34343f;
  }
  .filter_button span
  {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    color: #FFFFFF;
  }
  .checkboxes li
  {
    height: 40px;
    line-height: 40px;
  }
  .checkboxes li.active input
  {
    color: #e87210;
    margin-right: 21px;
  }
  .checkboxes li.active input::after
  {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    font-family: 'FontAwesome';
    font-size: 10px;
    content: '\f00c';
    color: #FFFFFF;
  }
  .checkboxes
  {
    height: 200px;
    padding-left: 0px;
    overflow: hidden;
  }
  .checkboxes.active
  {
    height: auto;
  }
  .checkboxes li input
  {
    position: relative;
    color: #b3b7c8;
    cursor: pointer;
    margin-right: 22px;
  }
  .checkboxes li span
  {
    font-family: 'Poppins', sans-serif;
    color: #51545f;
  }
  .show_more
  {
    display: inline-block;
    cursor: pointer;
  }
  .show_more span
  {
    height: 40px;
    line-height: 40px;
    color: #e87210;
  }
  .show_more span:first-child
  {
    margin-right: 11px;
  }
  .sidebar_title h5{
    color: #0b3f66;
  } 
 .d-md-block{
  display: inline-block !important;
 }
/*end css*/
body {
  font-family: "Afacad", sans-serif;
  line-height: 1.6;
  background-color: #ffffff;
  font-size: 16px;
  color: #0000;
  scroll-behavior: smooth;
}
p{
  color: #0b3f66;
}
body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

body.offcanvas-menu:before {
  opacity: 1;
  visibility: visible;
}

.text-black {
  color: #000000 !important;
}

a {
  color: var(--customred);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a:hover {
  color: var(--customred);
  text-decoration: none;
}

::selection {
  background: #0b3f66;
  color: #ffffff;
}

.text-primary {
  color: var(--customred) !important;
}

a.text-primary {
  color: var(--customred) !important;
}

a.text-primary:hover {
  color: var(--customred) !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: "Afacad", serif;
  color: black;
}
.sub-title{
    display: block;
    font-size: 18px;
    font-weight: 400;
    font-family: "Zen Kaku Gothic New", sans-serif;
    text-transform: none;
    opacity: 0.75;
    margin-top: 5px;
    margin-bottom:5px ;
    letter-spacing: 0.5px;
    color: #43434d;
}

.btn {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 30px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05rem;
  border-radius: 0;
}

.btn:active,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-primary {
  background: var(--customred);
  border-color: var(--customred);
}

.btn.btn-primary:hover {

  background: black;
  color: white;
}

.btn.btn-sm {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.btn.btn-black {
  background: #0b3f66;
  color: #ffffff;
}

.btn.btn-outline-black {
  background: transparent;
  border-color: #0b3f66;
  color: #0b3f66;
}

.btn.btn-outline-black:hover {
  color: #ffffff;
  background: #0b3f66;
}

.search-form i {
  font-size: 26px;
  font-weight: 600;
}

.form-control,
.custom-select {
  border: none;
  font-size: 16px;
  height: 48px;
  background: transparent;
  border: 1px solid #43434d;
  border-radius: 0;
  color: #0b3f66;
}

.form-control:active,
.form-control:focus,
.custom-select:active,
.custom-select:focus {
  color: #0b3f66;
  border-color: var(--customred);
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.form-control::-webkit-input-placeholder,
.custom-select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.5);
}

.form-control::-moz-placeholder,
.custom-select::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.5);
}

.form-control:-ms-input-placeholder,
.custom-select:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.5);
}

.form-control:-moz-placeholder,
.custom-select:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.5);
}

.gutter-v2 {
  margin-right: -5px;
  margin-left: -5px;
}

@media (max-width: 991.98px) {
  .gutter-v2 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.gutter-v2>.col,
.gutter-v2>[class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

@media (max-width: 991.98px) {

  .gutter-v2>.col,
  .gutter-v2>[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.spinner-border {
  color: var(--customred);
}

/*PRELOADING------------ */
/* #overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.loader {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
} */
.payment-method {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.payment-method li {
  width: 100%;
  margin-bottom: 5px;
  position: relative;
}
.payment-method li:hover {
  cursor: pointer;
}
.payment-method li div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 4px 10px;
  border: 2px solid #eaeaea;
}
.payment-method li div:hover {
  cursor: pointer;
  border-color: #131313;
}
.payment-method li div img {
  height: 16px;
  display: block;
  width: auto;
  margin-right: 15px;
}
.payment-method li div p {
  margin-bottom: 0;
  font-family: "Afacad", sans-serif;
  font-weight: 300;
}
.payment-method li div span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 2;
}
.payment-method li div span .ri-checkbox-fill {
  display: none;
}
.payment-method li div span .ri-checkbox-line {
  opacity: 0.25;
}
.payment-method li label {
  display: block;
}
.payment-method li label input:checked ~ div {
  border-color: var(--customred);
}
.payment-method li label input:checked ~ div span .ri-checkbox-fill {
  color: var(--customred);
  display: inline;
}
.payment-method li label input:checked ~ div span .ri-checkbox-line {
  display: none;
}
.color-box{
  width: 14px;
height: 14px;
display: inline-block;
}
.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  font-size: 0;
  color: #0b3f66;
  display: inline-block;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.lead{
font-size:13px;
}
.loader div {
  background-color: #e87210;
  display: inline-block;
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  opacity: .5;
  border-radius: 50%;
  -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
  animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
  0%,
  100% {
      -webkit-transform: scale(0);
      transform: scale(0);
  }
  50% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}

@keyframes ballPulseDouble {
  0%,
  100% {
      -webkit-transform: scale(0);
      transform: scale(0);
  }
  50% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}

.cart {
  right: 0;
  top: 0px;
}

.menu-icons {
  position: absolute;
  right: 17px;
  top: 5px;
}

.menu-icons i {
  font-weight: 600;
  font-size: 20px;
}

.menu-icons .btn-custom-search {
  font-size: 20px;
  color: #0b3f66;
  margin-right: 20px;
}
.menu-icons .wishlist {
  font-size: 20px;
  color: #0b3f66;
  margin-right: 20px;
}

.menu-icons .user-profile {
  font-size: 20px;
  color: #0b3f66;
  margin-right: 20px;
}


@media (max-width: 991.98px) {
  .menu-icons .user-profile {
    margin-right: 16px;
  }
  .menu-icons .wishlist {
    margin-right: 100px;
  }
  .menu-icons {
    position: absolute;
    right: 0;
    top: 0px;
  }
  .product-type {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

.product-type::-webkit-scrollbar {
    height: 8px;
}

.product-type::-webkit-scrollbar-thumb {
    background-color:var(--customred);
    border-radius: 4px;
}

.product-type::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.product-type .col-md-4, .product-type .col-lg-3, .product-type .col-6 {
    display: inline-block;
    float: none; /* Prevent columns from stacking */
    vertical-align: top;
}
  .wrap{
    flex-wrap: nowrap !important;
  }
}

.menu-icons .cart {
  color: #0b3f66;
  font-size: 20px;
}

@media (max-width: 991.98px) {
  .menu-icons .cart {
    right: 80px;
  }
 
}

.menu-icons .cart .item-in-cart {
  position: absolute;
  font-size: 10px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  right: -18px;
  top: -2px;
  border-radius: 50%;
  background: #0b3f66;
}

/* .menu-icons .cart:hover {
      color: #ffffff; } */

.btn-custom-search {
  color: #0b3f66;
}

.logo {
  /* font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .4rem;
  color: #0b3f66;
  font-weight: 700; */
  left: -28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
 
}
  
 .logo img{
  height:auto;
  width: 100px;
  left: 0px;
  top: 50%;
 
} 
@media (max-width: 991.98px) {
  .logo {
    left: 20px;
    top: 15px;

  }
 
}

.logo:hover {
  color: #0b3f66;
}
.sub_heading {
  font-size: 17px;
  font-weight: 500;
  color: #666;
  padding-top: 5px;
  display: block;
}
.title_heading,.title_heading1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #111;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.title_heading:before {
  content: "";
  width: 50%;
  height: 2px;
  background:var(--customred);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  bottom: 0;
}
.menu-absolute {
  position: absolute !important;
  left: 10px;
}

.site-nav {
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 0;
}

.site-nav a {
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.site-nav {
  padding-top: 20px;
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .site-nav {
    background: #ffffff;
  }
}

.site-nav h1 {
  margin: 0;
  padding: 0;
  font-size: 24px;
}

.site-nav .site-navigation {
  position: relative;
}

.site-nav .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-nav .site-navigation .site-menu>li {
  display: inline-block;
}

.site-nav .site-navigation .site-menu>li>a {
  font-size: 16px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none !important;
  color: black;
  position: relative;
  font-weight: 600;
}

@media (min-width: 992.98px) and (max-width:1300px) {
  .site-nav .site-navigation .site-menu>li>a {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none !important;
    color: black;
    position: relative;
    font-weight: 600;
  }
  .logo img{
    height:auto;
    width: 75px;
    left: 0px;
    top: 50%;
   
  } 
}
@media(max-width:600px){
  .logo img {
    height: auto;
    width: 70px;
    left: 0px;
    top: 50%;
  }
}



.site-nav .site-navigation .site-menu>li>a:hover {
  color: #0b3f66;
}

.site-nav .site-navigation .site-menu>li.active>a {
  color: #0b3f66;
  position: relative;
  display: inline-block;
}

.site-nav .site-navigation .site-menu>li.active>a:before {
  content: "";
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #0b3f66;
}

.site-nav .site-navigation .site-menu .has-children {
  position: relative;
}

.site-nav .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 20px;
}

.site-nav .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\e313";
  font-size: 14px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-nav .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  z-index: 999;
  position: absolute;
  text-align: left;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #ffffff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-nav .site-navigation .site-menu .has-children .dropdown a {
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #0b3f66;
}

.site-nav .site-navigation .site-menu .has-children .dropdown .active {
  color: var(--customred) !important;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 180px;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 5px 20px;
  display: block;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  color: var(--customred);
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.active>a {
  color: var(--customred);
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0;
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown li a:hover,
.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children>ul li a:hover {
  color: var(--customred);
}

.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-nav .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
  color: var(--customred);
}

.site-nav .site-navigation .site-menu .has-children:hover>a,
.site-nav .site-navigation .site-menu .has-children:focus>a,
.site-nav .site-navigation .site-menu .has-children:active>a {
  color: #0b3f66;
}

.site-nav .site-navigation .site-menu .has-children:hover,
.site-nav .site-navigation .site-menu .has-children:focus,
.site-nav .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-nav .site-navigation .site-menu .has-children:hover>.dropdown,
.site-nav .site-navigation .site-menu .has-children:focus>.dropdown,
.site-nav .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-nav.dark a {
  color: #0b3f66;
}

.site-nav.dark .site-navigation .site-menu>li>a {
  color: rgba(0, 0, 0, 0.5);
}

.site-nav.dark .site-navigation .site-menu>li>a:hover {
  color: #0b3f66;
}

.site-nav.dark .site-navigation .site-menu>li.active>a {
  color: #0b3f66;
}

.site-nav.dark .site-navigation .site-menu>li.has-children.dropdown:hover>a,
.site-nav.dark .site-navigation .site-menu>li.has-children.dropdown:focus>a,
.site-nav.dark .site-navigation .site-menu>li.has-children.dropdown:active>a {
  color: var(--customred);
}

.site-nav.dark .site-navigation .site-menu>li.has-children:hover>a,
.site-nav.dark .site-navigation .site-menu>li.has-children:focus>a,
.site-nav.dark .site-navigation .site-menu>li.has-children:active>a {
  color: #0b3f66;
}

.site-mobile-menu-close {
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
  z-index: 99;
  cursor: pointer;
  top: -20px;
}

.site-mobile-menu-close>span {
  cursor: pointer;
  display: block;
  position: absolute;
  height: 30px;
  width: 30px;
}

.site-mobile-menu-close>span:before,
.site-mobile-menu-close>span:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  background: #0b3f66;
}

.site-mobile-menu-close>span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.site-mobile-menu-close>span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #ffffff;
  height: calc(100vh);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
}

.offcanvas-menu .site-mobile-menu {
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 5px 20px;
  display: block;
  position: relative;
  color: #0b3f66;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: var(--customred);
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active>a {
  color: var(--customred);
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #f8f9fa;
}
.nav-drop a{
  font-weight: 600;
}
.nav-drop a i{
  margin-right: 10px;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 14px;
  color:#0b3f66;
  z-index: 20;
  font-family: "icomoon";
  content: "\e313";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
  padding-left: 20px;
  font-size: 14px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 14px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 14px;
  padding-left: 60px;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}
.carts input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
.carts input[type=number] {
    -moz-appearance: textfield;
}
.sticky-wrapper .cart {
  color: #ffffff !important;
}

.sticky-wrapper.is-sticky .burger:before,
.sticky-wrapper.is-sticky .burger span,
.sticky-wrapper.is-sticky .burger:after {
  background: #0b3f66;
  -webkit-transition: .0s all ease;
  -o-transition: .0s all ease;
  transition: .0s all ease;
}

.sticky-wrapper .cart {
  color: #000000 !important;
}

.sticky-wrapper .cart .item-in-cart {
  color: #ffffff;
  background: var(--customred);
}

.sticky-nav {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background: transparent;
}

@media (max-width: 991.98px) {
  #sticky-wrapper .sticky-nav {
    background: #ffffff !important;
  }
}

#sticky-wrapper.is-sticky .sticky-nav {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fafafa;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(1rem);
}

#sticky-wrapper.is-sticky .sticky-nav .burger:before,
#sticky-wrapper.is-sticky .sticky-nav .burger span,
#sticky-wrapper.is-sticky .sticky-nav .burger:after {
  background: #0b3f66;
  -webkit-transition: .0s all ease;
  -o-transition: .0s all ease;
  transition: .0s all ease;
}

#sticky-wrapper.is-sticky .sticky-nav .logo {
  color: #000000 !important;
}

#sticky-wrapper.is-sticky .sticky-nav .site-menu>li>a {
  color: #000000 !important;
}

#sticky-wrapper.is-sticky .sticky-nav .site-menu>li>a:hover,
#sticky-wrapper.is-sticky .sticky-nav .site-menu>li>a.active {
  color: var(--customred) !important;
}

#sticky-wrapper.is-sticky .sticky-nav .site-menu>li.active a {
  color: var(--customred) !important;
}

/* Burger */
.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative;
}

.burger.light:before,
.burger.light span,
.burger.light:after {
  background: #ffffff;
}

.burger:before,
.burger span,
.burger:after {
  width: 100%;
  height: 3px;
  display: block;
  background: #0b3f66;
  border-radius: 2px;
  position: absolute;
  opacity: 1;
}

.burger:before,
.burger:after {
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
}

.burger:before {
  top: 4px;
}

.burger span {
  top: 15px;
}

.burger:after {
  top: 26px;
}

/* Hover */
.burger:hover:before {
  top: 7px;
}

.burger:hover:after {
  top: 23px;
}

/* Click */
.burger.active span {
  opacity: 0;
}

.burger.active:before,
.burger.active:after {
  top: 40%;
}

.burger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/
}

.burger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
  /*for IE*/
}

.burger:focus {
  outline: none;
}

.untree_co-hero {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.untree_co-hero.overlay {
  position: relative;
}

.untree_co-hero.overlay:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.untree_co-hero>.container {
  position: relative;
  z-index: 2;
}

.untree_co-hero,
.untree_co-hero>.container>.row {
  height: 100vh;
  
}

@media (max-width: 767.98px) {

  .untree_co-hero,
  .untree_co-hero>.container>.row {
    height: 500px;
  }
}

.untree_co-hero .caption {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1rem;
}

.untree_co-hero .heading {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 991.98px) {
  .untree_co-hero .heading {
    font-size: 30px;
  }
}

.untree_co-hero .desc {
  font-size: 18px;
  max-width: 450px;
}

@media (max-width: 991.98px) {
  .untree_co-hero .desc {
    margin: 0 auto;
  }
}

.popular-product {
  padding: 50px 0;
  position: relative;
}

@media (max-width: 991.98px) {
  .popular-product {
    padding: 50px 0;
  }
}

.popular-product .heading h3 {
  font-size: 35px;
  color: #0b3f66;
}

@media (max-width: 991.98px) {
  .popular-product .heading {
    font-size: 20px;
  }
}

.popular-product .heading strong {
  font-weight: 700;
}

.position-relative {
  position: relative;
}

.feature {
  text-align: center;
  background: #ffffff;
  padding: 20px;
}

.feature .icon i{
  font-size: 52px;
  color:var(--customred);
}

.feature h3 {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .2rem;
  font-weight: 500;
  text-transform: uppercase;
}

.feature p {
  font-size: 17px;
  color: #b3b3b3;
  line-height: 1.2;
}

.product-item {
  text-align: center;
}

.product-item .product-img {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
}

.product-item .product-img .custom-badge {
  position: absolute;
  padding: 5px 10px;
  left: 0;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2rem;
  color: #ffffff;
  z-index: 2;
}

.product-item .product-img .custom-badge.new {
  background: var(--customred);
}

.product-item .product-img .custom-badge.sale {
  background: #ffc107;
}

.product-item .product-img img {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  z-index: 1;
}

.product-item .product-img:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.product-item h3 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 0;
}

.login-form{
  width: 30%;
  margin: 0px auto;
}

.register-form{
  width: 40%;
  margin: 0px auto;
}
/* Extra Large screens (desktops) */
@media (max-width: 1200px) {
  .login-form {
    width: 35%;
  }
  .register-form {
    width: 50%;
  }
}

/* Large screens (laptops) */
@media (max-width: 992px) {
  .login-form {
    width: 40%;
  }
  .register-form {
    width: 60%;
  }
}

/* Medium screens (tablets) */
@media (max-width: 768px) {
  .login-form {
    width: 50%;
  }
  .register-form {
    width: 70%;
  }
}

/* Small screens (small tablets and large phones) */
@media (max-width: 576px) {
  .login-form {
    width: 70%;
  }
  .register-form {
    width: 80%;
  }
}

/* Extra small screens (phones in portrait mode) */
@media (max-width: 360px) {
  .login-form {
    width: 90%;
  }
  .register-form {
    width: 90%;
  }
}
.color-user i{
  color: var(--customred);
}
.product-item h3 a {
  color: #0b3f66;
}
.contact-form textarea{
  height:100px;
}
.product-item .price {
  font-size: 16px;
  margin-top: 5px;
  font-weight: 700;
  color: var(--customred);
}

.product-item .price del{
  color: #979797;
}

.deal-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100vh;
  position: relative;
}

.deal-hero .deal-contents {
  width: 50%;
  padding: 30px;
  background: #ffffff;
  left: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991.98px) {
  .deal-hero .deal-contents {
    width: auto;
    right: 20px;
    left: 20px;
  }
}

.subscribe>.d-flex {
  position: relative;
}

.subscribe>.d-flex .btn {
  border-radius: 0;
}

.subscribe>.d-flex .form-control:active,
.subscribe>.d-flex .form-control:focus {
  outline: none;
  border-color: #0b3f66;
}

.owl-single .owl-dots {
  position: absolute;
}

.owl-single.home-slider .owl-dots {
  position: absolute;
  bottom: 10px;
}

.owl-3-slider .owl-nav {
  display: none;
}

.owl-3-slider .owl-dots {
  position: absolute;
  bottom: -70px;
}

.carousel-nav-home a {
  color: #ccc;
}

.carousel-nav-home a:hover {
  color: #0b3f66;
}

.carousel-nav-home a i {
  
  width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    color: var(--customred);
    font-weight: 600;
}

.search-form {
  background: #ffffff;
  width: 100%;
  left: 0;
  right: 0px;
  position: fixed;
  z-index: 99;
  padding: 35px 0;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.05);
  transition: all ease-in-out 0.35s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.search-form.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.search-form .form-control {
  position: absolute;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  top: 50%;
}

.search-form button {
  position: absolute;
  top: 0;
  border: none;
  background: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 70px;
}

.close-search {
  display: block;
  position: absolute;
  z-index: 99;
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.js-close-search {
  font-size: 30px;
}

.sort {
  background: #f8f9fa;
  padding: 20px;
}

.sort strong {
  font-weight: normal;
}

.sort select {
  background: #f8f9fa;
  border: none;
}

.sort select:active,
.sort select:focus {
  outline: none;
}

.categories li {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f8f9fa;
}

.categories li a {
  color: #0b3f66;
  display: block;
  position: relative;
}

.categories li a span {
  position: absolute;
  right: 0;
  font-size: 12px;
  color: #ccc;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.categories li a:hover span {
  color: #0b3f66;
}

.custom-pagination ul li {
  display: inline !important;
}

.custom-pagination ul li a,
.custom-pagination ul li span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 22px;
  border-radius: 50%;
  position: relative;
  font-size: 13px;
  color: #0b3f66;
  border: 1px solid #ccc;
  text-align: center;
}

.custom-pagination ul li a:hover,
.custom-pagination ul li span:hover {
  border-color: #0b3f66;
}

.custom-pagination ul li a:active,
.custom-pagination ul li a:focus,
.custom-pagination ul li span:active,
.custom-pagination ul li span:focus {
  outline: none;
}

.custom-pagination ul li a svg,
.custom-pagination ul li span svg {
  position: relative;
  top: -3px;
  font-size: 16px;
}

.custom-pagination ul li>span {
  background: #f8f9fa;
}

.custom-pagination ul li>span:hover {
  border-color: #ccc;
}

.popular-product .h3 {
  font-size: 20px;
}

.page-heading,
.page-heading>.container-fluid>.row {
  height: 40vh;
  /*min-height: 200px;*/


}

.page-heading {
  background-image: url('../images/white-bg.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 65%;

}

.page-heading h1 {
  font-size: 40px;
}

@media (max-width: 991.98px) {
  .page-heading h1 {
    font-size: 30px;
  }
}

.site-blocks-table {
  overflow: auto;
}

.site-blocks-table .product-thumbnail {
  width: 200px;
}
.product-thumbnail img{
  height: 120px;
}

.site-blocks-table .btn {
  padding: 2px 10px;
}

.site-blocks-table thead th {
  padding: 30px;
  text-align: center;
  border-width: 1px !important;
  vertical-align: middle;
  color: #0b3f66;
  font-size: 18px;
}

.site-blocks-table td {
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  color: #0b3f66;
}

.site-blocks-table tbody tr:first-child td {
  border-top: 1px solid var(--customred) !important;
}

.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important;
}

.site-block-order-table td,
.site-block-order-table th {
  color: #0b3f66;
}

.team {
  padding: 20px;
}

.team img {
  border-radius: 50%;
  width: 200px;
}

.team h3 {
  font-size: 20px;
}

.team .position {
  color: #999;
}

.bg-1:before {
  position: absolute;
  width: 300px;
  height: 400px;
  background: rgba(15, 183, 141, 0.05);
  content: "";
  left: -20%;
  bottom: 20%;
  z-index: -1;
}

.contact-info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: var(--customred);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
}

.contact-info h4 {
  font-size: 18px;
  padding: 0 0 0 60px;
}

.contact-info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 18px;
}

.custom-block {
  margin-bottom: 30px;
}

.custom-block .section-title {
  font-size: 18px;
  font-weight: 700;
}

.custom-accordion .accordion-item {
  margin-bottom: 0px;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}

.custom-accordion .accordion-item .btn-link {
  display: block;
  width: 100%;
  padding: 15px 0;
  text-decoration: none;
  text-align: left;
  color: #0b3f66;
  background: transparent;
  border: none;
  padding-left: 40px;
  border-radius: 0;
  position: relative;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.custom-accordion .accordion-item .btn-link:before {
  font-family: 'icomoon';
  content: "\f067";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}

.custom-accordion .accordion-item .btn-link[aria-expanded="true"] {
  font-weight: 700;
  color: #ffffff !important;
  background: var(--customred);
}

.custom-accordion .accordion-item .btn-link[aria-expanded="true"]:before {
  font-family: 'icomoon';
  content: "\f068";
  position: absolute;
  color: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}

.custom-accordion .accordion-item.active {
  z-index: 2;
}

.custom-accordion .accordion-item.active .btn-link {
  color: #0b3f66;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.custom-accordion .accordion-item .accordion-body {
  padding: 20px 20px 20px 20px;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}

.control .caption {
  position: relative;
  top: -3px;
  font-size: 16px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border-radius: 4px;
}

.control:hover input~.control__indicator,
.control input:focus~.control__indicator {
  background: #ccc;
}

.control input:checked~.control__indicator {
  background: var(--customred);
}

.control:hover input:not([disabled]):checked~.control__indicator,
.control input:checked:focus~.control__indicator {
  background: #11cf9f;
}

.control input:disabled~.control__indicator {
  background: #e6e6e6;
  opacity: 0.9;
  pointer-events: none;
}

.control__indicator:after {
  font-family: 'icomoon';
  content: '\e5ca';
  position: absolute;
  display: none;
  font-size: 14px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.control input:checked~.control__indicator:after {
  display: block;
  color: #fff;
}

.control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.control--checkbox input:disabled~.control__indicator:after {
  border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked~.control__indicator {
  background-color: var(--customred);
  opacity: .2;
}

.gal-item {
  display: block;
  margin-bottom: 8px;
}

.gal-item img {
  border-radius: 4px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 1;
}

.gal-item:hover img {
  opacity: .5;
}

.social-icons li {
  display: inline-block;
}

.social-icons li a {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  background: #303030;
}

.social-icons li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.social-icons li a:hover {
  color: #ffffff;
}

.social-icons li:first-child a {
  padding-left: 0;
}

.social-icons.light li a {
  color: #0b3f66;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  background: #f8f9fa;
}

.video-wrap {
  position: relative;
  display: block;
}

.video-wrap .play-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.video-wrap .play-wrap>span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-wrap:hover .play-wrap {
  width: 60px;
  height: 60px;
}

.owl-single .owl-dots,
.owl-carousel .owl-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.owl-single .owl-dots .owl-dot,
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 5px;
}

.owl-single .owl-dots .owl-dot span,
.owl-carousel .owl-dots .owl-dot span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}

.owl-single .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: var(--customred);
}

.owl-single.no-nav .owl-nav,
.owl-carousel.no-nav .owl-nav {
  display: none;
}

.testimonial {
  max-width: 500px;
  text-align: center;
  margin-bottom: 30px;
}

.testimonial .name {
  font-size: 18px;
  color: #0b3f66;
}

.testimonial .img-wrap img {
  margin: 0 auto;
  width: 70px;
  border-radius: 50%;
}

.owl-single .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767.98px) {
  .owl-single .owl-nav {
    display: none;
  }
}

.owl-single .owl-nav .owl-prev,
.owl-single .owl-nav .owl-next {
  position: absolute;
  top: 0;
}

.owl-single .owl-nav .owl-prev span,
.owl-single .owl-nav .owl-next span {
  display: block;
  background: #ffffff;
  padding: 15px;
}

.owl-single .owl-nav .owl-prev {
  left: -30px;
}

.owl-single .owl-nav .owl-next {
  right: -30px;
}

.owl-single .owl-nav .owl-next>span {
  position: relative;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.why_us li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #0b3f66;
  list-style: none;
}

.why_us ul li:before {
  position: absolute;
  left: 0;
  top: -.2rem;
  content: "\e5ca";
  font-size: 20px;
  font-family: 'icomoon';
}
.why_us ul{
  padding:0px;
  margin:0px;
}
.why_us ul li:before {
  color: var(--customred);
}

.why_us .white li:before {
  color: #ffffff;
}
.him_her .banner{
  position: relative;
  margin-bottom: 30px;
}
.him_her .content {
    position: absolute;
    text-align: center;
    top: 5%;
    width: 100%;
}

.section-title {
  color: #0b3f66;
  margin-bottom: 30px;
}

.site-footer {
  font-size: 18px;
  padding: 100px 0 0px 0;
  background-color: #fafafa;
}

.site-footer a {
  color: #0b3f66;
  position: relative;
  display: inline-block;
  
  font-weight: 400; 
}
.view-more a{
  font-size: 20px;
}
.view-more a:hover{
  text-decoration: underline;
}

.site-footer .btn:before {
  display: none;
}

.site-footer .widget {
  margin-bottom: 40px;
  display: block;
  position: relative;
  z-index: 1;
}

.site-footer .widget h3 {
  font-size: 16px;
  margin-bottom: 30px;
}

.site-footer .social li {
  display: inline-block;
}

.site-footer .social li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 50%;
  color: #0b3f66;
}

.site-footer .social li a:before {
  display: none;
}

.site-footer .social li a>span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-footer .social li a:hover {
  background: #13e6b1;
}

.site-footer .copyright a {
  color: #0b3f66;
  display: inline-block;
}
.talk-info li a i{
  margin-right: 5px;
}

.site-footer .copyright a:before {
  content: "";
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #0b3f66;
}
.footer-social{
  margin-top:10px;
}
.footer-social a{
  margin-right: 10px;
}
.footer-social a i{
 font-size: 24px;
}
.signup,.signin{
  text-decoration: underline;
  cursor: pointer;
}
.login-with {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 20px;
  margin: 10px 0;
  font-family: 'Merriweather', serif;
  font-size: 1rem;
  color: #0b3f66;
  line-height: 1.2;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-align: center;
}

.login-with::before, .login-with::after {
  height: 1px;
  background: #0b3f66;
  content: '';
}
.close span{
  color: var(--customred);
}
.close:focus{
  outline: none;
  border: none;

}
.field-icon {
  float: right;
  margin-right: 10px;
  margin-top: -35px;
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: #34343f;
}
.contact-form label i{
  margin-right: 5px;
}

/* .product-img{
  height: 300px;

} */
.product-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* @media screen and (min-width: 992px) and (max-width: 1400px) {
  .product-img {
    height: 250px;
  }
}
@media screen and (max-width: 400px) {
  .product-img {
    height: 200px;
  }
} */
.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}
.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}


.blogs .date {
  position: absolute;
  box-shadow: 0 3px 10px #00000014;
  width: 68px;
  height: 68px;
  background-color: #fff;
  color: #111;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  top: 36px;
  left: 36px;
  padding: 10px 0;
}
.blogs .date .day {
  font-size: 14px;
  display: block;
}
.blogs .date .day:after {
  content: "";
  background-color: #111;
  width: 27px;
  height: 1px;
  display: block;
  margin: 4px auto 0;
}